@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/


/* タグ */
.kakomi01 span {
	padding: 3px 10px 2px 10px;
	margin: 4px 3px;
	background-color: #e8f4f3;
	border: 1px solid var(--accent-color1);
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space2) ;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.greeting-haba{
	max-width: 950px;
	margin: 0 auto;
	padding: 2% 0 0 0;
}
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto;
	width: fit-content;
	color: #666;
}


.top-card__item{
	display: grid;
	grid-template-columns: 0.59fr 2fr;
	gap:5px;
}
@media (max-width: 568px) {
	.top-card__item{
		display: grid;
		grid-template-columns: 1fr;
		gap:5px;
	}
	.img-width-sp{
		width: 200px;
	}
}
.top-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	/* margin-bottom: 20px; */
	/*ここまで*/

}
.top-card__item p{
	text-align: center;
	font-size: 12px;
}
.top-card__item img{
	margin: 0 auto;
}


/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 30px 0 20px 0;
}
@media (max-width: 768px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
	}
}

/* 吹き出し */
.contact-lead {
	position: relative;
	margin: 0 auto 3rem;
}

.contact-lead__box {
	background: #f5f7f6;
	border-radius: 12px;
	padding: 2rem 2rem;
	padding-right: 160px;
	border: 1.5px solid #a9c7ce;
}

.contact-lead__box h2 {
	font-size: clamp(20px, 2.4vw, 28px);
	font-weight: 500;
	line-height: 1.6;
	color: #444;
	margin: 0;
	letter-spacing: 0.05em;
}

.contact-lead__photo {
	position: absolute;
	right: 50px;
	top: 20%;
	transform: translateY(-50%);
}

.contact-lead__photo img {
    width: 180px;
    height: 180px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	box-shadow:
		0 0 0 5px #fff,
		0 10px 25px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 767px) {
	.contact-lead__box {
		padding: 1.8rem 1.2rem;
		padding-right: 1.2rem;
		text-align: center;
		margin-top: -20px;
	}

	.contact-lead__photo {
		position: static;
		transform: none;
	}

	.contact-lead__photo img {
        width: 135px;
        height: 135px;
		margin: 0 auto;
	}
}


/*======= SYMPTOMS GUIDE ======*/
.sec1 {
    padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_01.png);
	background-size: cover;
	background-position: center;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

@media only screen and (max-width: 568px) {
    .sec1 {
		background-image: url(../img/bg_01b.png);
    }
}

/* カード */
.sec1__container {
	max-width: 1080px;
    margin: 0 auto;
    display: grid;
	gap: 30px;
}

@media screen and (min-width: 900px) {
	.sec1__container {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
}

.sec1__card {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}

.sec1__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.sec1__img img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.sec1__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sec1__tag {
    display: inline-block;
    font-size: 11px;
    padding: 4px 10px;
    margin-bottom: 10px;
    background: #cabe9c;
    border: #cabe9c;
    border-radius: 20px;
    color: #fff;
    width: 50px;
}

.sec1__title {
	font-weight: 600;
	color: var(--txt-color);
	margin-bottom: 12px;
	line-height: 1.5;
}

.sec1__text {
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
}

/* ボタンラップ */
.btn-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-top: 20px;
}

.btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7em 1.6em;
    border: 2px solid #62a9ba;
    border-radius: 999px;
    background: #62a9ba;
	color: #fff;
    font-size: clamp(0.75rem, 2.5vw, 0.9rem);
	font-weight: bold;
	text-decoration: none;
	line-height: 1.6;
	min-height: 44px;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.3s ease;
    max-width: 300px;    /* 大きすぎない */
    width: 100%;         /* 小さい画面でも幅いっぱい */
}

/* ホバー効果 */
.btn-outline:hover{
	background: #fff;
	color: #62a9ba;
}

/* 矢印アイコン */
.btn-arrow {
	margin-left: 0.5em;
	font-size: 1.2em;
	transition: transform 0.3s ease;
}

.btn-outline:hover .btn-arrow{
	transform: translateX(6px);
}

.ext_hover {
	width: 13px;
    height: 13px;
    vertical-align: middle;
    fill: #dbc100;
    transition: transform 0.25s cubic-bezier(.4, 0, .2, 1);
}

/* スマホ対応 */
@media (max-width:767px){
    .btn-wrap{
        gap: 8px;
    }

    .btn-outline{
        max-width: 100%;
    }
}

@media print {
    .sec1__container {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important; /* 2カラム */
        gap: 15px !important;
        max-width: 100% !important;
    }

    .sec1__card {
        box-shadow: none !important;
        transform: none !important;
        margin: 0 !important;
    }

    .sec1__img {
        width: 100% !important;
        max-height: 150px !important;
        overflow: hidden !important;
    }

    .sec1__img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .sec1__body {
        padding: 10px !important;
    }
}

/*======= HERBAL FEATURES ======*/
.sec2 {
    padding: var(--v-space) 0;
    background-color: #f3f3f3;

    background-size: 100%;
    background-repeat: repeat;
    position: relative;
    z-index: 1;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/* img-text */
.sec2__imgtext {
	padding: clamp(45px, 7vw, 60px) 1.5em;
	background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 8px 20px -6px rgba(63, 134, 123, 0.15);
    backdrop-filter: blur(12px); 
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
}

@media only screen and (max-width: 767px) {
	.sec2__imgtext {
		padding: clamp(45px, 7vw, 60px) 15px;
	}

	.sec2__imgtext + .sec2__imgtext {
		padding-top: 50px;
	}
}        

.sec2__imgtext-container {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* PC時のレイアウト調整（左右切り替え対応） */
@media print, screen and (min-width: 1000px) {
	.sec2__imgtext-container {
		flex-direction: row;
		align-items: stretch;
	}

	/* 画像とテキストを逆配置 */
	.sec2__imgtext-container.reverse {
		flex-direction: row-reverse;
	}

	.sec2__imgtext-container > .sec2__text {
		flex: 1;
		min-width: 17em;
	}

	.sec2__imgtext-container > .sec2__img {
		flex: 0.5;
	}

	.sec2__img img {
		margin: 0 auto;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
}

.sec2__img {
	flex: 1;
	overflow: hidden;
}

.sec2__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
}

.sec2__text {
	flex: 1.2;
	display: flex;
	flex-direction: column;
}

.sec2__title {
	font-size: clamp(22px, 2.5vw, 26px);
	color: #444;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	display: inline-block;
}

.sec2__title span {
	display: block;
	font-size: 11px;
	color: var(--main-color);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-family: sans-serif;
}

.sec2__lead {
	font-size: 15px;
	color: #666;
	margin-bottom: 35px;
	line-height: 1.8;
}

.sec2_list {
	margin-top: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 0;
}

.sec2_list li {
	background: #f8f9f8;
	padding: 15px;
	border-left: 3px solid var(--accent-color2);
	font-size: 13px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sec2_list li strong {
	color: var(--main-color);
	font-size: 15px;
}

@media screen and (max-width: 600px) {
	.sec2_list {
		grid-template-columns: 1fr;
	}
}

.sec2__header {
	position: relative;
	padding-bottom: 15px;
}

.sec2__subtitle {
	display: block;
	font-size: 11px;
	font-family: "Montserrat", sans-serif;
	color: var(--accent-color2);
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 400;
}

/* カテゴリ見出し（内服・外用） */
.sec2__category {
	font-size: 14px;
	font-weight: 600;
	color: var(--main-color);
	margin: 20px 0 10px;
	padding-left: 10px;
	border-left: 3px solid var(--accent-color1);
	letter-spacing: 0.05em;
}

.sec2__category + .sec2_list {
	margin-top: 10px;
}

.sec2_list + .sec2__category {
	margin-top: 25px;
}

@media print {
    .sec2__imgtext {
        background: #fff !important;
        padding: 20px !important;
        backdrop-filter: none !important;
    }

    .sec2__imgtext-container {
        display: flex !important;
        flex-direction: row !important;
        gap: 20px !important;
        max-width: 100% !important;
    }

    .sec2__imgtext-container.reverse {
        flex-direction: row-reverse !important;
    }

    .sec2__img,
    .sec2__text {
        flex: 1 !important;
    }

    .sec2__img img {
        height: auto !important;
        width: 100% !important;
        object-fit: contain !important;
    }

    /* リストを2カラムで印刷 */
    .sec2_list {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
    }

}

/*======= 様々な不調に対応 ======*/
.sec3 {
	padding: var(--v-space) 0;
	background-color: #FFF;	
    background-image: url(../img/bg_02.png);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: top;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* タイトル */
.sec3-heading01{
    font-size: clamp(25px, 2.5vw, 30px);
    line-height: 1.7;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    display: block;
    color: #000;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 0 0 6px rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}
.sec3-txt{
	font-size: 16px;
	color: #000;
	text-shadow:
		0 0 2px rgba(255, 255, 255, 0.8),
		0 0 4px rgba(255, 255, 255, 0.8),
		0 0 6px rgba(255, 255, 255, 0.8);
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 5px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color1);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.6;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}

hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}




/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
    padding: var(--v-space) 0;
    background-color: #FFF;
    background-image: url(../img/bg_03.png);
    background-size: cover;
    background-position: top bottom;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 568px) {
    .info_sec1 {
		background-image: url(../img/bg_03b.png);
    }
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
    border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 5.25em;
	line-height: 1.5;
    letter-spacing: 0.06em;
}
.info2 {
    border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 400px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 5px;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

/*営業時間*/
.kome {
    background-color: #7d955580;
    padding: 2px 6px;
    font-size: 16px;
    box-sizing: border-box;
    margin: 5px 5px 5px 0;
    display: inline-block;
    width: fit-content;
    /*min-width: 170px;*/
}

.b-hours {
	display: flex;				/* 横並びにする */
	align-items: center;			/* 高さを揃える */
	white-space: nowrap;
	margin-bottom: 2px;
}

.day {
	background-color: #d9d9d9;
	/* font-weight: bold; */
	padding: 2px 6px;
    font-size: 16px;
	min-width: 180px;				/* 横幅を固定（全行で共通） */
	box-sizing: border-box;			/* paddingを含めた幅にする */
}

.time {
	font-size: 16px;
	margin-left: 0.5em;		/* dayとの余白 */
}

/*会社概要*/
.bg_b{
	background: rgba(255, 255, 255, 0.9);
	padding:40px;
	border-radius: 20px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}


/*info 写真*/
.info__item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	.info__item {
		grid-template-columns: 1fr;
	}
}

.info-img {
	text-align: center;
	margin: 0;
}

.info-img img {
	width: 100%;
	height: auto;
	display: block;
}

.info-img figcaption {
	font-size: 0.85rem;
	color: #555;
	margin-top: 8px;
}



/*写真入りレイアウト*/
	.company-info-wrapper {
		display: grid;
		grid-template-columns: 3fr 2fr;	/* PC幅：表3・写真2の割合で横並び */
		gap: 20px;
		align-items: start;
	}

	.company-info-table {
		width: 100%;
		border-collapse: collapse;
	}

	.company-photo {
		width: 100%;
		max-width: 400px;
		height: auto;
	}

	@media screen and (max-width: 868px) {
		.company-info-wrapper {
			grid-template-columns: 1fr;	/* スマホ・タブレットでは縦並び */
		}
		.company-photo {
			margin-top: 20px;	/* 表と画像の間に余白を追加 */
		}
	}

.svgicon01 {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}
.svgicon02 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}
.f-awesome_icon01 {
    font-size: 1.7em;
    margin: 0 10px 0 5px;
}
.f-awesome_icon02 {
    font-size: 1.65em;
    margin: 0 10px 0 3px;
}
.f-awesome_icon03 {
    font-size: 1.7em;
    margin: 0 9px 0 1px;
}
.f-awesome_icon04 {
    font-size: 1.7em;
    margin: 0 9px 0 4px;
}
	


/*======= ACCESS アクセス ======*/

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 9.25em;
}
.access2 {
	border-bottom: 1px dashed var(--accent-color2);
    padding: 5px;
    width: 400px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}



/*======= 調整 ======*/
.l-c {
    margin-right: auto;
    margin-left: auto;
}

.img-waku {
	border: 1px solid var(--main-color);
}

.img-shadow {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.img-round {
	border-radius: 25px;
}

.highlight {
    color: var(--main-color);
}