@charset "UTF-8";
/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: Medi Connect
 Version: 1.0.11
 Template: story_tcd041
 Text Domain: story-child
*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #2e3a47;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 2;
    position: relative;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
}
body::before{
    content: '';
    display: block;
    background: url('/wp-content/themes/tcd-w-child/img/bg-hed.png') top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 75vw;
    position: absolute;
    top:0;
    z-index: -1;
}
body::after{
    content: '';
    display: block;
    background: url('/wp-content/themes/tcd-w-child/img/bg-ftr.png') top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 75vw;
    position: absolute;
    bottom:0;
    z-index: -1;
}
h2, h3, h4, h5, h6 {
	font-family: "M PLUS Rounded 1c", sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;
    margin-bottom: 1em !important;
}
a{
    text-decoration: none;
    color: #222;
    transition: all .6s;
}
a:hover{
    color: #d48587;
}
a img{
	transition: all .6s;
}
a:hover img{
	opacity: .6;
}
p{
	font-size: clamp(14px, 2.5vw, 1rem) !important;
    margin-bottom: 1rem;
    text-align:justify;
}
p:last-child{
    margin-bottom: 0;
}
strong{
    font-size: clamp(18px, 3vw, 1.4rem);
    font-weight: 500;
	line-height: 1.8;
}
img{
    max-width: 100%;
}
main ul,
main ol{
    list-style: none;
}
main ol{
    counter-reset: number 0;
}
main ul li,
main ol li{
    padding-left: 2em;
    position: relative;
}
main ul li::before{
    content: '・';
    position: absolute;
    left: .5em;
}
main ol li::before{
    counter-increment: number 1;
    content: counter(number) ". ";
    position: absolute;
    left: .5em;
}
main li > ul,
main li > ol {
    margin-top: .5em;
}
main li > ul li,
main li > ol li{
    padding-left: 3em;
    position: relative;
}
main li > ul li::before{
    content: '●';
}
main li > ol li::before{
    content:"(" counter(number) ")";
}
.post-content table{
    width: 100%;
    border-spacing: 0;
    border-collapse:  collapse;
    margin-bottom: 2em;
}
.post-content table th,
.post-content table td{
    font-size: 16px;
    padding: 1em 1.5em;
	vertical-align: middle;
    border: 1px solid #7f5f53;
}
.post-content table thead th{
    text-align: center;
    background: #e8d2be;
	font-weight: 700;
}
.post-content table tbody th{
    text-align: center;
    background: #f5ece4;
	font-weight: 700;
}
.post-content table tbody td{
    background: #fff;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="password"],
select,
textarea {
    width: 100%;
    padding: 1em;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
}
input[type="checkbox"]{
    margin-left: 1em;
}
input[type="submit"] {
    display: table;
    height: 60px;
    min-width: 240px;
    font-size: 1.15em;
    color: #fff;
    border: 1px solid #d48587;
    background: #d48587;
    padding: 0 2em;
    text-align: center;
    border-radius: 30px;
    line-height: 60px;
    margin: 0 auto;
    transition: all 1s;
}
input[type="submit"]:hover{
    color: #d48587;
    background: #fff;
}
.inner{
    width: 89.84375% !important;
    max-width: 1250px;
}

.post-content ul.flex-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
	margin: 0;
}
.post-content ul.flex-btn li{
    width: calc(50% - 10px);
    list-style: none;
}
.post-content ul.flex-btn li::before{
    content: none;
}

.button{
	margin: 0;
}
.button a{
    display: table;
    height: 60px;
	max-width: 100%;
    min-width: 360px;
    font-size: 1.15em;
	color: #7f5f53;
    border: 1px solid #d48587;
    background: #f5e4e4;
    padding: 0 2em;
    text-align: center;
    border-radius: 30px;
    line-height: 60px;
    margin: 0 auto;
}
.button a:hover{
    color: #fff !important;
    background: #d48587;
}
.flex-btn .button a{
	width: 100%;
}
.well{
    background: #f5e4e4;
    padding: 2em;
    margin-bottom: 1em;
}
.rice_text{
    display: block;
    font-size: .8em;
    padding-left: 1.5em;
    position: relative;
}
.rice_text::before{
    content: '※';
    display: inline-block;
    color: #d48587;
    position: absolute;
    top: 0;
    left: 0;
}
.left{ text-align: left !important;}
.center{ text-align: center !important;}
.right{ text-align: right !important;}
/* .flex{
    flex-wrap: wrap;
    margin: 0 -15px;
} */
.red{ color: #f00;}
.col_box{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.col2{
    width: calc(( 100% / 2 ) - 7.5px );
}
.col3{
    width: calc(( 100% / 3 ) - 10px );
}
.col4{
    width: calc(( 100% / 4 ) - 11.25px );
}
.col5{
    width: calc(( 100% / 5 ) - 12px );
}
.col_img{
    width: calc( 35% - 15px );
}
.col_text{
    width: 65%;
}
span.required{
    display: inline-block;
    background: #f00;
    color: #fff;
    line-height: 1.2;
    padding: .2em .5em;
    font-size: .8em;
    margin-left: .5em;
    border-radius: 3px;
}

@media (max-width: 1250px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 992px) {
    .well{
        padding: 1em;
    }
    .col4,.col5{
        width: calc(( 100% / 2 ) - 7.5px);
    }
}
@media (max-width: 768px) {
    .post-content ul.flex-btn li{
        width: 100%;
    }
    .col2,.col3,.col4,.col_img,.col_text{
        width: 100%;
    }
	.button{
		margin: 0 !important;
	}
	.button a{
		min-width: 100%;
	}
}

/* --------------------
    header
-------------------- */
.header-bar{
	background: none !important;
    display: flex;
    justify-content: space-between;
/*     padding: 10px 20px; */
}
.header-bar-inner.inner{
	width: 100%;
	padding: 0 15px;
}
.logo-image{
	margin: 10px 0 0;
	width: 240px;
	height: 80px;
}
.logo-image a{
	width: 100%;
	height: 100%;
}
.logo-image a img{
	width: auto;
	height: 100%;
	object-fit: cover;
}
.global-nav{
	font-size: 16px;
}
.global-nav > ul > li > a{
	padding: 0 20px;
}

@media (max-width: 1200px) {
	.header-bar{
		box-shadow: none;
        border-bottom:none;
	}
	.logo-image{
		margin: 0;
	}
	.global-nav a{
		color: #7F5F53 !important;
	}
    .global-nav a, .global-nav a:hover {
		background-color: #f5ece4;
    }
	.global-nav-button{
		border-left: none;
		right: 140px;
	}
	.global-nav-button:before{
		font-size: 32px;
		color: #7f5f53;
	}
/* 	.shop-list{
		position: absolute;
		right: 0;
	} */
}
@media (max-width: 768px) {
    .header-logo {
        max-width: 180px;
    }
    .header-bar{
        padding: 10px 10px 5px;
    }
	.global-nav-button:before{
		font-size: 24px;
		color: #7f5f53;
	}
}
/* --------------------
    footer
-------------------- */
.footer{
	margin-top: 0;
}
.footer-gallery,
.social-nav{
	display: none;
}

.footer-box{
    display: flex;
    justify-content: center;
    margin: 0 -15px 4em;
}
.footer-item1{
    width: 50%;
    padding: 0 15px;
}
.footer-item2{
    width: 50%;
    padding: 90px 15px 0;
}
.footer-logo{
    max-width: 280px;
}
.footer-text {
    margin-bottom: 0;
}
.footer-text strong{
    font-size: 1.15em;
    font-weight: 700;
}
address{
    font-style: normal;
    text-decoration: none !important;
}
.footer-text span::after,
address span::after{
    content: '：';
    display: inline-block;
    margin-right: .3em;
}
.sns_list{
    list-style: none;
    display: flex;
}
.sns_list li{
    padding: 0 20px 0 0;
}
.sns_list li:last-child{
    padding: 0;
}
.sns_list li a{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #222;
    color:#fff;
    position: relative;
}
.sns_list li a span{
    display: none;
}
.sns_list li a::before{
    content: '\f09a';
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-family: FontAwesome;
    display: block;
}
.sns_list li.inst-btn a::before{
    content: '\f16d';
}
.sns_list li.x-btn a::before{
    content: '\e61b';
}
.sns_list li.line-btn a::before{
    content: '\f3c0';
}
.sns_list li a:hover{
    background: #1877f2;
}
.sns_list li.inst-btn a:hover{
    background: #CF2E92;
}
.sns_list li.x-btn a:hover{
    background: #1DA1F2;
}
.sns_list li.line-btn a:hover{
    background: #06C755;
}
.footer_nav{
    display: flex;
}
.footer_nav ul{
    width: 50%;
    padding: 0 15px;
    list-style: none;
}
.footer_nav ul li{
    padding: .2em 0;
}
.footer_nav ul a{
    display: block;
    padding: 5px 0;
    font-size: .9em;
    line-height: 1.5;
    position: relative;
}
.footer_nav ul a::after{
    content: '';
    background: #222;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 1s;
}
.footer_nav ul a:hover{
    color: #666;
}
.footer_nav ul a:hover::after{
    width: 50px;
}
.footer-bar01{
	background: none;
}
.copyright{
	background: none !important;
	text-align: center;
	color: #666 ;
	margin-bottom: 0;
}
.copyright p{
	font-size: 12px !important;
}
@media (max-width: 1250px) {

}
@media (max-width: 1024px) {
    
}
@media (max-width: 992px) {
    
}
@media (max-width: 768px) {
    .footer-box{
        display: block;
        margin: 0 0 1em;
    }
    .footer-item1{
        width: 100%;
        text-align: center;
    }
    .footer-logo{
        margin: auto;
    }
    .footer-text{
        text-align: center;
    }
    .footer-item1 .rice_text{
        display: table;
        margin: auto;
    }
    .sns_list{
        margin-top: 1em;
        justify-content: center;
    }
    .footer-item2{
        width: 100%;
        padding: 15px 0;
    }
}
@media (max-width: 576px) {


}

/* 共通 */
.signage{
	background:none;
	height: 240px;
}
.signage-title{
	background: rgba(255, 255, 255, 0.5);
    font-size: 2em !important;
    font-weight: 900 !important;
    line-height: 1 !important;
	color: #2e3a47 !important;
	text-shadow: none;
	padding-top: 70px;
	margin-bottom:0;
}
.signage-title-sub{
	background: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	color: #2e3a47 !important;
	text-shadow: none;
	text-align: center;
	padding-bottom: 70px;
}
.breadcrumb-wrapper{
	background: none;
	position: static;
}
h1.post-title{
	font-size: 1.8em !important;
	font-weight: 700;
    color: #7f5f53 !important;
}
.post-meta{
	text-align: center;
}
.headline-bar{
	background: #7f5f53 !important
}
h3.article01-title.headline-font-type{
	font-size: 16px;
	line-height: 1.5;
}
.content_box {
    padding:  0 0 10vw 0;
}
.home .content_box {
    padding: 10vw 0;
}
.post-content h2{
	color: #7f5f53;
	font-size: clamp(24px, 2.4vw, 2.25rem) !important;
	text-align: center;
}
.post-content h3{
	font-size: clamp(20px, 2vw, 1.8rem) !important;
    font-size: 1.8em;
    margin-top: 1em;
}
.post-content h4{
    font-size: 1.6em;
    margin-top: 1em;
}
.post-content h5{
    font-size: 1.4em;
    margin-top: 1em;
}
.post-content h6{
    font-size: 1.2em;
    margin-top: 1em;
}
a,.post-content a{
    text-decoration: none;
    color: #222;
    transition: all .6s;
}
a:hover{
    color: #d48587;
}
p,.post-content p{
	font-size: 16px;
    margin-bottom: 1em;
    text-align:justify;
}
p:last-child,.post-content p:last-child{
    margin-bottom: 0;
}

/* .category_box{
	border: 1px solid #7f5f53;
	margin-bottom: 4rem;
}
.category_box h2{
	background: #7f5f53;
	color: #fff;
	padding: .5em 2em;
	margin-bottom: 0;
}
.category_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1em;
}
.category_btn li{
	box-sizing:border-box;
	border-right: 1px solid #e8d2be;
}
.category_btn li:last-child{
	border-right: none;
}
.category_btn a{
	display: block;
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	padding: .5em 1em;
} */
@media (max-width: 768px) {
	h1.post-title{
		font-size: 1.5em !important;
	}
/* 	.post-content h2{
		font-size:1.4rem;
	}
	.post-content h3{
		font-size:1.3rem;
	}
	.post-content h4{
		font-size:1.2rem;
	}
	.post-content h5{
		font-size:1.1rem;
	}
	.post-content h6{
		font-size:1rem;
	} */
}
/* --------------------
    TOP #home
-------------------- */
.top-slider-wrapper{
	width: 90%;
	height: auto;
	aspect-ratio: 2/1;
	margin: 0 auto 10vw;
	overflow: visible;
}
.top-slider-wrapper::after{
    content: '';
    display: block;
    width: 50%;
    height: 60%;
    background: url(/wp-content/themes/tcd-w-child/img/main-decoration.png) center left no-repeat;
    background-size: contain;
    position: absolute;
    left: -5%;
    bottom: -5vw;
    z-index: 2;
}
.top-slider{
	height: auto;
}
.top-slider span{
    border: 5px solid #e8bebf;
    border-radius: 0 90px 0 90px;
}
#front_news{
	
}
.front_news-dl{
	max-width: 640px;
	margin: 0 auto;	
	margin-bottom: 5vw;
}
.front_news-dl dt{
	width: 120px;
	border-bottom: 1px dashed #F5ECE4;
	padding: 15px 10px;
}
.front_news-dl dd{
	width: calc(100% - 120px);
	border-bottom: 1px dashed #F5ECE4;
	padding: 15px 0;
}
.front_news-dl dt time{
	margin-bottom: 0;
	font-weight: 700;
	line-height: 1 !important;
	font-family: "M PLUS Rounded 1c", sans-serif !important;
}
.front_news-dl dd h3{
	line-height: 1 !important;
	margin-bottom: 0 !important;
}
.concept_text{
    width: 100%;
    padding: 0 0 0 30%;
    position: relative
}
.concept_text::before{
    content: 'Concept';
    color: #e8bebf;
    font-size: 3.75em;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.concept_text h2{
	color: #7f5f53;
    font-size: clamp(24px, 2.4vw, 2.25rem) !important;
}
.concept_dl{
    display: flex;
    flex-wrap: wrap;
    padding: 1em 2em;
    background: #d9e3c6;
    border-radius: 10px;
    list-style-position: inside;
    margin-bottom: 1em;
}
.concept_dl dt{
    width: 100px;
    padding-right: 20px;
    font-size: 1.2em;
    position: relative;
}
.concept_dl dt::after{
    content: '-';
    position: absolute;
    right: 10px;
}
.concept_dl dd{
    font-size: 1.1em;
    width: calc( 100% - 100px );
}
.summary-box{
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}
.summary-box:last-child{
    margin-bottom: 0;
}
.summary-box h2{
	color: #7f5f53;
    font-size: clamp(20px, 2vw, 1.8rem) !important;
}
.summary-img{
    width: 40%;
}
.summary-img img{
    border-radius: 0 25%;
}
.summary-text{
    width: 60%;
    padding-left: 8%;
}
.summary-text h2{
    font-size: 1.6em;
}
.summary-box:nth-of-type(even){
    flex-direction: row-reverse;
}
.summary-box:nth-of-type(even) .summary-text{
    padding-left: 0;
    padding-right: 8%;
}
#index-blog{
    padding: 10vw 0;
    background: #f5ece4;
}
#index-blog h2,
#top_contact h2{
	color: #7F5F53;
	font-size: clamp(24px, 2.4vw, 2.25rem) !important;
    font-weight: 900;
    margin: 0 0 5vw;
    text-align: center;
}
/* .search-box{
    margin-bottom: 4em;
}
.search_container{
    background: #fff;
    border: 2px solid #7f5f53;
    width: 100%;
    max-width: 480px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.search_container input[type="text"]{
    border: none;
    width: calc(100% - 50px);
    height: 100%;
    padding: 0 1em;
}
.search_container input[type="text"]:focus {
    outline: 0;
}
.search_container input[type="submit"]{
    width: 50px;
    height: 50px;
    min-width: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.2em;
    background: #7f5f53;
    color: #fff;
    position: absolute;
    right:0px;
    top: -3px;
    outline : none;
}
.category_box a{
    display: block;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.category_box a::after{
    content: '';
    display: block;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all 1s;
}
.category_box a:hover::after{
    top: 0;
    left: 0;
    opacity: 1;
}
.category_box a span{
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 1),-2px -2px 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1);
    display: block;
    position: absolute;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    z-index: 1;
}
.category_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-box{
    margin-bottom: 4em;
}
.blog-box a{
    display: block;
}
.blog-box a:hover{
    opacity: .6;
}
.blog-box img{
    border-radius: 0 25%;
}
.blog-box h3{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.15em;
    margin: 0 15px;
}
.blog-box time{
    color: #d48587;
    margin: 0 15px;
}
#top_contact h2{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    margin-bottom: 2em;
    text-align: center;
} */
.top-blog{
	margin-bottom: 5vw;
}
.article03,
.article03-thumbnail{
	border-radius: 0 50px 0 50px;
}
#top_contact p{
    margin-bottom: 2em;
}
@media (max-width: 1200px) {
    
}
@media (max-width: 1024px) {
    .main-visual{
        margin-bottom: 8em;
    }
    .main-img{
        max-width: 95%;
        border-radius: 0 180px 0 180px;
    }
    .summary-text{
        padding-left: 5%;
    }
    .summary-box:nth-of-type(even) .summary-text {
        padding-right: 5%;
    }
    #top_shop{
        padding: 8em 0;
    }
}
@media (max-width: 992px) {
    .concept_text::before{
        font-size: 3em;
    }
    .main-img{
        border-radius: 0 120px 0 120px;
    }
}
@media (max-width: 768px) {
    .main-visual{
        margin-bottom: 5em;
    }
    #top_shop{
        padding: 5em 0;
    }
    #top_shop h2, #top_blog h2,#top_contact h2 {
        margin-bottom: 1em;
    }
/*     .category_box a span{
        font-size: 1.2em;
    } */
    .blog-box{
        margin-bottom: 2em;
    }
    .concept_text::before{
        font-size: 2.4em;
        top: 0;
        transform: translateY(0);
    }
    .concept_text{
        padding: 50px 0 0;
    }
    .concept_dl{
        width: 100%;
    }
    .summary-box{
        display: block;
    }
    .summary-img{
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }
    .summary-img img{
        width: 80%;
    }
    .summary-text{
        width: 100%;
        padding: 0;
    }
    .summary-text h2{
        text-align: center;
        margin-bottom: .5em;
    }
}
@media (max-width: 576px) {
    .main-img{
        aspect-ratio: 3 / 2 ;
        border-radius: 0 80px 0 80px;
    }
/*     .category_box a span{
        font-size: 1.1em;
    } */
    .concept_text h2{
        font-size: 1.6em;
    }
    .concept_dl{
        padding: 1em;
    }
}

/* --------------------
    店舗概要 #about
-------------------- */
/* .plf-img{
    width: 35%;
    padding: 0 15px;
} */
.plf-img img{
    border-radius: 0 25%;
}
/* .plf-text{
    width: 65%;
    padding: 0 15px;
} */
.company_tbl th,.company_tbl td{
    border: none;
    border-bottom: 1px solid #7f5f53;
}
.company_tbl th{
    width: 120px;
}
#about table h4{
    font-size: 1.2em;
    margin-bottom: 0;
}
#about table h5{
    font-size: 1.1em;
    margin-bottom: 0;
}
#about table h4:first-child,
#about table h5:first-child{
    margin-top: 0;
}
.about_tbl2{
    min-width: 990px;
}
.about_tbl2 th{
    width: calc( 100% / 6 );
}
.about_tbl2 td{
    text-align: center;
}
.about_tbl3 th{
    min-width: 165px;
}
.rice_text.scroll-text{ display: none;}
@media (max-width: 1250px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 992px) {
    .tbl-scroll{
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
	.post-content table.medicine-table{
		width: 1000px;
	}
    .rice_text.scroll-text{
        display: block;
        background: #f5ece4;
        margin-bottom: 0;
    }
    .about_tbl2 th,
    .about_tbl2 td{
        padding: .5em 1em;
    }
}
@media (max-width: 767px) {
	.post-content .s_table{
		overflow: unset !important;
		white-space: normal !important;
	}
}
@media (max-width: 768px) {
    .plf-img{
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }
    .plf-img img{
        width: 80%
    }
    .plf-text{
        width: 100%;
    }
    #store iframe {
        min-height: 360px
    }
    .company_tbl th,
    .company_tbl td,
    .about_tbl th,
    .about_tbl td,
    .about_tbl3 th,
    .about_tbl3 td{
        display: block;
        width: 100%;
        text-align: left;
        border: none;
    }
    .company_tbl tr{
        border-top: 1px solid #7f5f53;
    }
    .company_tbl tr:last-child td{
        border-bottom: 1px solid #7f5f53;
    }
    .about_tbl tr,
    .about_tbl3 tr{
        border: 1px solid #7f5f53;
    }

}
@media (max-width: 576px) {
    #about table h5{
        font-size: 1em;
    }
}

/* --------------------
    オンラインショップ #shop
-------------------- */
#shop .col4 a{
    aspect-ratio: 4/3;
    border-radius: 0 25%;
}
.banner_box .col2 a{
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 1.5;
    border: 1px solid #f5ece4;
}
.banner_box a::after{
    content: '';
    display: block;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all 1s;
}
.banner_box a:hover::after{
    top: 0;
    left: 0;
    opacity: 1;
}
.banner_box img {
    width: 100%;
    height: 100%;
    opacity: .6;
    object-fit: cover;
}
.banner_box a span {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 1), -2px -2px 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
/*　商品アーカイブ　*/
.category_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.category_box a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(( 100% / 5 ) - 10px );
    min-height: 52px;
    background: #d48587;
    border: 1px solid #d48587;
    border-radius: 26px;
    color: #fff !important;
    padding: .5em .8em;
    transition: all .4s;
}
.category_box a:hover{
    background: #fff;
    color: #d48587 !important;
}
.category_box a span{
    display: block;
    width: 100%;
    font-size: clamp(13px, 1.15vw, 15px);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.post-type-archive-item .article03,
.single-item .article03{
	border: 1px solid #F5ECE4;
	border-radius: 0;
}
.post-type-archive-item .article03-thumbnail,
.single-item .article03-thumbnail{
    border-radius: 0 ;
}
.post-type-archive-item .post-content h3.article03-title,
.single-item h3.article03-title{
	font-size: 16px !important;
}
.post-type-archive-item .article03-content,
.single-item .article03-content{
	padding: 1em;
}
.post-type-archive-item .price,
.single-item .article03 .price{
	font-size: 1.4em !important;
	font-weight: 700;
	text-align: right;
}
/*　商品詳細　*/
.single-item .price{
	font-size: clamp(20px, 2vw, 1.8rem) !important;
	font-weight: 700;
} 
.single-item .button{
	margin-top: 2rem;
}
@media (max-width: 1250px) {
}

@media (max-width: 1024px) {
    .category_box a{
        width: calc(( 100% / 4 ) - 9px );
    }
}

@media (max-width: 992px) {
    .category_box a{
        width: calc(( 100% / 3 ) - 8px );
    }
}

@media (max-width: 768px) {
    .category_box{
        gap: 8px;
    }
    .category_box a{
        width: calc(( 100% / 2 ) - 4px );
        min-height: 46px;
    }
}

@media (max-width: 576px) {
    .category_box a{
        padding: .4em .5em;
    }
}

/* --------------------
    よくある質問 #faq
-------------------- */
.faq-box{
    margin-bottom: 5em;
}
.post-content .faq-box h2{
    font-size: clamp(18px, 2.0vw, 1.5rem) !important;
	text-align: left;
    padding-left: 70px;
    position: relative;
}
.post-content .faq-box h2::before{
    content: 'Q';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #95b160;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
}
.post-content .faq-box p{
    padding-left: 70px;
    position: relative;
}
.post-content .faq-box p::before{
    content: 'A.';
    display: block;
    width: 50px;
    height: 50px;
    color: #d48587;
    font-size: 32px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
}

@media (max-width: 1250px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .faq-box{
        margin-bottom: 2em;
    }
    .post-content .faq-box h2,
    .post-content .faq-box p{
        padding-left: 50px;
    }
    .post-content .faq-box h2::before,
    .post-content .faq-box p::before{
        width: 40px;
        height: 40px;
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width: 576px) {
}

/* --------------------
    お問い合わせ #contact
-------------------- */
.wpcf7{
	max-width: 900px;
	padding: 0 !important;
	margin: 0 auto !important;
	border: none !important;
	background: none !important;
}
.wpcf7 th,
.wpcf7 td{
	background: none !important;
	border: none !important;
}
.wpcf7 input, .wpcf7 select,.wpcf7 textarea {
	width: 100%;
}
.wpcf7 input.wpcf7-submit{
	display: table;
	max-width: 360px;
	height: 60px;
	background: #228B22;
	color: #fff;
	margin: 0 auto 2em;
	transition: all .6s;
}
.wpcf7 input.wpcf7-submit:hover{
	background: #ccc;
}
.required{
	display: inline-block;
	font-size: 10px;
	background: #C0392B;
	color: #FFF;
	padding: 0 1em;
	border-radius: 5px;
	margin-left: 1em;
}
.any{
	display: inline-block;
	font-size: 10px;
	background: #ccc;
	color: #fff;
	padding: 0 1em;
	border-radius: 5px;
	margin-left: 1em;
}
@media (max-width: 600px) {
	.post_content .wpcf7 th,
	.post_content .wpcf7 td{
		display: block;
		width: 100%;
		text-align: left;
	}
}
/* --------------------
プライバシーポリシー #privacy
-------------------- */
.privacy-box,
.terms-box{
    margin-bottom: 5em;
}
.privacy-box:last-child,
.terms-box:last-child{
    margin-bottom: 5em;
}
.privacy-box h2,
.terms-box h3{
    font-size: 1.4em;
    margin-bottom: 0;
}
.privacy-box li ol,
.privacy-box li ul,
.terms-box li ol,
.terms-box li ul{
    margin-bottom: 1em;
}
.privacy-box li,
.terms-box li{
    margin-bottom: .5em;
}
.privacy-box p,
.terms-box p{
    word-break: break-all;
}

@media (max-width: 1250px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .privacy-box,
    .terms-box{
        margin-bottom: 2em;
    }
}

@media (max-width: 576px) {
}

/* --------------------
    第1類医薬品・指定第2類医薬品を注文する場合のご注意 #caution
-------------------- */
.attention-box{
    padding-left: 400px;
    position: relative;
    counter-reset: number 0;
}
.attention-item{
    background: #f5e4e4;
    border-radius: 10px;
    padding: 2em;
    margin-bottom: 2em;
}
.post-content .attention-item h2{
    font-size: 21px !important;
	text-align: left;
    margin: 0 !important;
    padding-left: 30px !important;
    position: relative;
}
.attention-item h2::before{
    counter-increment: number 1;
    content: counter(number) ".";
    position: absolute;
    left: 0;
}
.attention-item p{
    padding-left: 30px;
}
.attention-box::before {
    content: '';
    display: block;
    width: 350px;
    height: 1100px;
    background-color: #d9e3c6;
    clip-path: polygon(0 80%, 31% 80%, 31% 0, 69% 0, 69% 80%, 100% 80%, 50% 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media (max-width: 992px) {
    .attention-box{
        padding-left: 280px;
    }
    .attention-box::before {
        width: 240px;
        clip-path: polygon(0 90%, 31% 90%, 31% 0, 69% 0, 69% 90%, 100% 90%, 50% 100%);
    }
}

@media (max-width: 768px) {
    .attention-box{
        padding-left: 200px;
    }
    .attention-box::before {
        width: 180px;
    }
    .attention-item{
        padding: 1em 1.5em;
        margin-bottom: 1em;
    }
}

@media (max-width: 576px) {
    .attention-box{
        padding-left: 0;
    }
    .attention-box::before {
        content: none;
    }
}