@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.spot-heading02{
    font-size: clamp(22px, 2.7vw, 30px);
    line-height: 1.8em;
	font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(17px, 2.7vw, 25px);
	font-weight: bold;
	inline-size: fit-content;
	text-align: center;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 2.5%;
	background-color: #999;
	margin: 0.5% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7.5%;
	}
}
/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: 90px;
	padding-top: 5px;
}


.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(26px, 2.9vw, 30px);
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500 !important;
	font-style: normal;
	text-align: center;
	line-height: 1.2;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	/*margin-bottom: 2.5vw;*/
	margin-bottom: 35px;
    margin-top: 11px;
	/*border-bottom: 6px solid rgba(0, 0, 0, 0.1);*/
    padding: 0 0 20px 0;
}
.each-page__heading01 h2::after {
	content: "";
    width: 3em;
    height: 0.2em;
    border-radius: .1em;
    background-color: var(--main-color);
    position: absolute;
    bottom: -6px;
    left: calc(50% - 3em / 2);
}
/* h2::after の別バージョン */
.each-page__heading01 h2.brown::after {
    content: "";
    width: 3em;
    height: 0.2em;
    border-radius: 0.1em;
    background-color: var(--accent-color3); /* 変更済みカラー */
    position: absolute;
    bottom: -22px;
    left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	margin: 0 auto;
	font-size: clamp(40px,6vw,70px);
	text-align: center;
	top: -1em;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
    color: var(--main-color);
    opacity: 0.2;
	/*transform: rotate(-10deg);*/
	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/* お知らせ用 */
.newshead {
    margin-top: 13px;
    position: absolute;
    top: -45px;
    background-color: #fff;
    padding: 0 8px;
    font-size: 0.9em;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

/*テキストcenter→justify*/
.tx-ctj {
	margin: 5px auto;
	text-align: center;
}
@media (max-width: 1068px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷用*/
@media print{
	.tx-ctj {
		margin: 5px auto;
		text-align: center;
	}
}

/*======= FONT ======*/
/*英字*/
.heading06::before 
{
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	z-index: -1;
}

.heading,
.heading14::before,
.heading-decoration_c + p,
.heading-decoration + p,
.heading-decoration_nl + p,
.heading-decoration_lg + p
 {
	font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

/*日本語*/
@media (min-width: 569px) {
    .nav ul {
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500 !important;
        font-style: normal;
    }
}

@media (max-width: 568px) {
    .nav ul {
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500 !important;
        font-style: normal;
    }
}

.heading06,
.heading span,
.spot-heading02,
.heading-decoration,
.flow01 > li dl dt,
.greeting-card__item H4,
.sec1-card__item H4,
.heading-decoration2,
.sec2__title ,
.sec2__catch01,
.sec2__subtitle,
.heading-decoration_nl,
.heading-decoration_c,
.heading-decoration_lg
 {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500 !important;
	font-style: normal;
}



/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	/* padding: clamp(40px, 6vw, 90px) 0 var(--v-space) ; 初期値 BNRsectionがないときはこちら*/
	padding: clamp(40px, 6vw, 90px) 0 0 ;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.greeting-spot {
	color: var(--accent-color1);
	font-size: 1.2em;
}

p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto;
	width: fit-content;
	color: #666;
}


.lead-copy {
    text-align: center;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
    margin: 1.5rem auto 0.3rem auto;
    /* max-width: 720px; */
    line-height: 1.4;
    color: var(--accent-color2);
	letter-spacing: 0.05em;
}


/*======= お知らせ ======*/
/*NEWS ワク*/
div.news_haba{
	margin: 0 10%;
    padding: 20px 0 var(--v-space) 0;
}
@media only screen and (max-width: 1068px)  {
	div.news_haba{
		margin: 0 8%;
		padding: 20px 1% 50px 1%;
	}
}
@media only screen and (max-width: 768px)  {
	div.news_haba{
		margin: 0;
		padding: 20px 1% 50px 1%;
	}
}
.newsbg {
    background: #fff;
    padding: 65px 40px 20px 40px;
    border: 5px double var(--main-color);
    border-radius: 8px;
	position: relative;	
}
@media screen and (max-width: 568px) {
	.newsbg {
        padding: 50px 15px 15px 15px;
	}
}


/*======= BNR section ======*/

.bnr_sec1 {
    padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
    background-color: #61593708;
    background-image: url(../img/bg_03b.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom left;
}

@media (max-width: 767px) {
    .bnr_sec1 {
        background-image: url(../img/bg_03b.png);
        background-repeat: no-repeat;
        background-size: 150% auto;
        background-position: bottom right;
		padding: var(--v-space2) 0 var(--v-space) 0;
    }
}

.bnr_sec1::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: var(--base-color);
	clip-path: polygon(0 0, 50% 100%, 100% 0); /* ▼ 谷型 */
	z-index: 2; /* 上にかぶせる */
}


/*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: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 25px;
		padding: 10px 0 10px 0;
	}
}

.tel_bnr figure.img {
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
}

.tel_bnr figure.img:hover {
    transform: translateY(-2px);
}

.tel_bnr figure.img a {
    display: block;
}

.tel_bnr img {
    display: block;
    width: 100%;
    height: auto;
}


/*======= コンテンツ ======*/

/*======= TREATMENT ======*/
/*section1*/
.sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;

	background-color: #f0f1f160;

	background-image:
		url(../img/bg_02.png),
		radial-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);

	background-position:
		right bottom,
		0 0;

	background-repeat:
		no-repeat,
		repeat;

	background-size:
		100%,
		16px 16px;

	background-attachment:
		scroll,
		scroll;
}

@media (max-width: 568px) {
	.sec1 {
		background-size:
			250%,
			16px 16px;
	}
}

/*ずらし背景レイアウト*/
/* =========================================
    PC（デフォルト）
========================================= */
.imgtext-zurasi {
    padding: clamp(45px, 7vw, 60px) 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-wrap: nowrap; /* ← ラップさせない方が綺麗に動く */
}

.imgtext-zurasi__img {
    width: 600px;
}

.imgtext-zurasi__img img {
    width: 100%;
}

.imgtext-zurasi__text {
    width: 650px; /* ← 675→650に調整して遷移安定 */
    margin: 80px -60px 0 0; /* ← 大きすぎる margin を縮めて自然に */
    padding: 60px 55px 50px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    box-sizing: border-box;
}

.imgtext-zurasi__text::before {
    content: "";
    width: 90px;
    height: 90px;
    background: #f9f4a7;
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: -1;
}

.imgtext-zurasi__title {
    margin-bottom: 24px;
	color: #444;
}

.zurashi__title2 {
	font-size: clamp(28px, 4vw, 32px);
    min-height: 0vw;
}

/* =========================================
    PC → TAB 中間（1078px〜1268px）
========================================= */
@media (min-width: 1078px) and (max-width: 1268px) {
    .imgtext-zurasi {
        gap: 30px; /* ← 画像とテキストの間を固定して安定 */
    }

    .imgtext-zurasi__img {
        width: 50%; /* 固定幅より割合のが安定 */
    }

    .imgtext-zurasi__text {
        width: 48%;
        margin: 40px 0 0 0; /* ← マイナスマージン廃止で滑らか */
        padding: 45px 40px 40px;
    }

    .imgtext-zurasi__text::before {
        top: -30px;
        left: -30px;
    }
}

/* =========================================
    TAB（968px〜1077px）
========================================= */
@media (min-width: 968px) and (max-width: 1077px) {
    .imgtext-zurasi {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .imgtext-zurasi__img {
        width: 80%;
        margin: 0 auto;
    }

    .imgtext-zurasi__text {
        width: 90%;
        margin: -20px auto 0;
        padding: 40px 35px 35px;
    }

    .imgtext-zurasi__text::before {
        top: auto;
        left: -20px;
        bottom: -15px;
    }
}

/* =========================================
    スマホ（〜767px）
========================================= */
@media (max-width: 767px) {
    .imgtext-zurasi {
        padding-top: clamp(45px, 7vw, 60px);
        padding-bottom: calc(clamp(45px, 7vw, 60px) * 1.7) !important;
        display: block;
    }

    .imgtext-zurasi__img {
        width: 100vw;
        max-width: none;

        position: relative;
        left: 50%;
        margin-left: -50vw;
    }

    /* 念のため右側にも対応（入れておくと安心） */
    .imgtext-zurasi__img {
        right: 50%;
        margin-right: -50vw;
    }

    .imgtext-zurasi__text {
        width: 100%;
        margin: -30px auto 0;
        padding: 30px 25px 25px;
    }

    .imgtext-zurasi__text::before {
        width: 90px;
        height: 90px;
        left: -25px;
        bottom: -20px;
        top: auto;
    }

    .imgtext-zurasi__title {
        margin-bottom: 15px;
		text-align: center;
    }
}


/* -----------------------------------
   reverse（左右入れ替え）
   .imgtext-zurasi に reverse を付けるだけ
----------------------------------- */

/* PC（横並び）で左右反転 */
@media (min-width: 968px) {

	/* 画像とテキストの並び反転 */
	.imgtext-zurasi.reverse {
		flex-direction: row;
	}

	/* 通常は row-reverse なので reverse 時は row に戻す */
	.imgtext-zurasi:not(.reverse) {
		flex-direction: row-reverse;
	}

	/* テキスト位置（margin）反転 */
	.imgtext-zurasi.reverse .imgtext-zurasi__text {
		margin: auto auto auto -95px; /* 左に出す */
	}

	.imgtext-zurasi:not(.reverse) .imgtext-zurasi__text {
		margin:  auto -95px auto auto; /* 右に出す（元の設定） */
	}

	/* 黄色背景の位置反転 */
	.imgtext-zurasi.reverse .imgtext-zurasi__text::before {
		left: auto;
		right: -45px;
	}

	.imgtext-zurasi:not(.reverse) .imgtext-zurasi__text::before {
		left: -45px;
		right: auto;
	}

	/* 画像側の余白反転（必要なら） */
	.imgtext-zurasi.reverse .imgtext-zurasi__img {
		margin: 0 auto 0 0; /* 左寄せ */
	}

	.imgtext-zurasi:not(.reverse) .imgtext-zurasi__img {
		margin: 0 0 0 auto; /* 右寄せ（元の設定） */
	}
}

/* -----------------------------------
   SP（縦並び）
   → reverse を無効化（同じレイアウト）
----------------------------------- */
@media (max-width: 767px) {
	.imgtext-zurasi.reverse {
		flex-direction: column; /* デフォルトと同じにする */
	}

	/* margin や ::before は SP では同じで OK */
	.imgtext-zurasi.reverse .imgtext-zurasi__text {
		margin: -30px auto 0;
	}

	.imgtext-zurasi.reverse .imgtext-zurasi__text::before {
		left: -25px;
		right: auto;
	}
}





/*======= PRIVATE ======*/

/*section2*/
.sec2 {
    padding: var(--v-space) 0;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-color: #61593715;
}

/* アイコン */
.sec2-item-container0 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
}
@media (max-width: 1268px) {
	.sec2-item-container0 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.sec2-item-container0 {
		grid-template-columns: repeat(2, 1fr);
		gap: 0 15px;
	}
}
@media (max-width: 568px) {
	.sec2-item-container0 {
        gap: 15px 10px;
	}
}

/**/
.sec2-item h3 {
	font-weight: 500;
    text-align: center;
    color: var(--txt-color);
    font-family: "Zen Kaku Gothic New", serif;
    padding: 7px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
	height: 55px;
}
@media (max-width: 568px) {
	.sec2-item h3 {
        font-size: 14px;
        padding: 0;
        line-height: 1.3;
        height: 50px;
		display: flex;
		align-items: center;      /* 縦中央 */
		justify-content: center;  /* 横中央 */
		text-align: center;
	}
}
.sec2-item p {
	font-size: clamp(11px, 1.3vw, 14px);
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.2em;
    font-weight: 700 !important;
    font-style: normal;
    font-family: "Zen Kaku Gothic New", serif;
	padding: 4px 0 2px 0;
    display: inherit;
}

/*印刷用*/
@media print{
	.sec2-item-container0 {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 15px;
	}
	.sec2-item h3 {
		font-size: 14px;
	}
}

.boxtlcc {
	padding: 1em;
    border: 3px solid #ddd;
    position: relative;
    z-index: 0;
    background-color: #dddddd20;
    border-radius: 20px;
    height: 130px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}

.boxtlcc:hover {
    background-color: #dddddd70;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

@media (max-width: 1168px) {
	.boxtlcc {
		height: 75%;
	}
}

/*値段　カード*/
.card__item-price {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 968px) {
	.card__item-price {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}
@media only screen and (max-width: 868px) {
	.card__item-price {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}

.is-two {
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 768px) {
.is-two {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}


.card__item-price div.kakomi {
	/* 子要素のそれぞれのdivの高さを揃える記述 */
	display: grid;
	grid-template-rows: subgrid;
	/* grid-row: span 3; */
	/* ここまで */

	position: relative;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	z-index: 1;

	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); /* 濃い目の影 */
	/* box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1); 薄めの影 */
}
.card__item-price div.cardtext {
    padding: 15px;
    border-radius: 10px ;
	text-align: center;
}
.card__item-price H4 {
	padding: 5px 0 20px 0;
	font-size: clamp(16px, 1.8vw, 19px);
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700 !important;
	font-style: normal;
	color: var(--main-color);
}
.card__item-price p {
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	padding: 15px 0 5px 0;
}

.card__item-price .image-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.card__item-price .image-wrap .img {
	margin: 0;
}
.card__item-price .image-wrap img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}
.card__item-price .triangle-badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 140px;
	background-color: var(--accent-color3);
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 18px 0 0 14px;
	box-sizing: border-box;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 968px) {
	.card__item-price .triangle-badge {
		width: 130px;
		height: 120px;
		font-size: 13px;
		padding: 15px 0 0 12px;
	}
}

.card__item-price .price {
	display: block;
	text-align: center;
    margin: -10px 0 2px 0;
	padding: 0;
}
.card__item-price .price-label {
	display: inline-block;
	background-color: var(--accent-color3);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 6px;
	white-space: nowrap;
	position: relative;
	top: clamp(-0.6em, -1.2vw, -0.4em);
    margin-right: 5px;
}
.card__item-price .price-val {
	display: inline-block;
	font-size: clamp(20px, 2.8vw, 28px);
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.05em;
	color: #444;
	min-width: 6ch;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900 !important;
	font-style: normal;
}

.card__item-price .price-unit {
	display: inline-block;
	font-size: 14px;
	color: #555;
	margin-left: 0.2em;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.card__item-price div.cardtext {
        padding: 15px 10px;
	}
}

/*ホワイトニング ステップ*/
.is-one {
	grid-template-columns: 2fr 1fr;
}

@media only screen and (max-width: 868px) {
.is-one {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
}

.kakomi-step {
	display: grid;
    grid-template-rows: subgrid;
    position: relative;
    background-color: var(--accent-color1);
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 1;
    padding: 0;
}

.kakomi--fixed {
	align-items: center !important;
}
@media screen and (max-width: 868px) {
	.kakomi--fixed {
		height: auto;
	}
}


.step-table {
    width: auto;
    border-collapse: collapse;
    margin: 0 auto;
}
.step-table tr {
	border-bottom: 1px dotted var(--accent-color2);
}
.step-table tr:last-child {
    border-bottom: none;
}

.step-table th {
	width: 205px;
	text-align: left;
	vertical-align: top;
	padding: 8px 10px 8px 0;
	font-weight: bold;
}

.step-table td {
	padding: 8px 0;
	text-align: left;
}

@media screen and (max-width: 1068px) {
	.step-table,
	.step-table tbody,
	.step-table tr,
	.step-table th,
	.step-table td {
		display: block;
		width: 100%;
	}

	.step-table th {
		padding: 8px 0 4px;
	}

	.step-table td {
		padding: 0 0 12px;
	}
}




/*======= FLOW ======*/
/*section3*/
.sec3 {
    padding: var(--v-space) 0;
}



/*======= INFO ======*/
/*section4*/
.sec4-1 {
    padding: var(--v-space) 0 0 0;
    position: relative;
    z-index: 1;
	background-color: #61593715;
    background-image: url(../img/bg_02.png), radial-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
    background-position: right bottom, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100%, 16px 16px;
    background-attachment: scroll, scroll;
}

@media (max-width: 568px) {
	.sec4-1 {
		background-size:
			250%,
			16px 16px;
	}
}

.sec4-2 {
    padding: var(--v-space2) 0 var(--v-space) 0;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
    background-color: #d2dae120;
    background-image: url(../img/bg_04.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* 院長ごあいさつ */
.greeting-flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

/* 横並び */
.greeting-left{
	width: 33%;
}
.greeting-right{
	width: 67%;
}

@media screen and (max-width: 768px) {

	.greeting-flex{
		display: flex;
		flex-direction: column;
	}

	.greeting-right{
		order: 1; /* 上 */
		width: 100%;
	}

	.greeting-left{
		order: 2; /* 下 */
		width: 100%;
	}
}

/* 印刷用 */
@media print{
	.greeting-left{
		width: 33%;
	}
	.greeting-right{
		width: 67%;
	}
}

/**/
.prof-l{
	padding: 30px;
}
.prof-l p{
    text-align: center;
    font-size: clamp(21px, 2vw, 23px);
    line-height: 1.2;
    font-weight: 400;
    margin-top: 15px;
}
@media (max-width: 768px) {
	.prof-l{
		padding: 20px;
	}
	.prof-l p{
		text-align: center;
		letter-spacing: 2px;
	}
	.prof-l-img {
		width: 80%;
		margin: 0 auto;
		padding-top: 20px;
	}
}

/**/
.prof-r {
	padding: 30px;
}
@media (max-width: 768px) {
	.prof-r {
		padding: 0 20px;
	}
}





/*======= FAQ ======*/
.faq_sec1 {
    padding: var(--v-space) 0 var(--v-space2) 0;
	position: relative;
	z-index: 1;
}

.faq2 {
	/*display: flex;*/
	flex-direction: column;
	gap: 10px;
}

.faqItem {
	display: grid;
	grid-template-columns: 2em 1fr;
	align-items: flex-start;
    column-gap: 0;
}

.faqItem .label {
	font-weight: bold;
	color: var(--main-color);
	font-size: 130%;
	line-height: 1.4;
}

.faqItem .labelA {
	font-weight: bold;
    color: var(--accent-color2);
	font-size: 130%;
	line-height: 1.4;
}

.faq2 p {
	margin-top: 5px;
	line-height: 1.5;
    letter-spacing: 0.06em;
	text-align: left;
	display: block;
}

.faq2 p.b {
	font-weight: bold;
	color: #444;
}

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_04.png);
	background-size:cover;
	background-position: bottom;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
    border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 5.25em;
	line-height: 1.5;
    letter-spacing: 0.06em;
}
.info2 {
    border-bottom: 1px dashed var(--accent-color3);
	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(2, 1fr);
    gap: 50px;
}

@media only screen and (max-width: 768px) {
	.info__item {
		grid-template-columns: 1fr;
	}
}

.info-img {
    text-align: left;
	margin: 0;
}

.info-img img {
	width: 100%;
	height: auto;
	display: block;
}

.info-img figcaption {
	font-size: 0.85rem;
	color: #555;
	margin-top: 8px;
}

.info__item H4 {
    padding: 20px 0 5px 0;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.05em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    color: var(--main-color);
}


/*写真入りレイアウト*/
	.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;	/* 表と画像の間に余白を追加 */
		}
	}


/*======= 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-color3);
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed var(--accent-color3);
    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%;
	}
}



/*======= リスト ======*/
@media (max-width: 1024px) {
	ul.sidelist2 li {
		font-size: 13px;
		padding: 5px 4px;
	}
}

ul.sidelist2 li {
    box-sizing: border-box;
    list-style-type: none;
    float: left;
    --widthA: calc(100% - 10px);
    --widthB: calc(var(--widthA) / 2);
    width: var(--widthB);
    margin: 2.5px 5px 2.5px 0;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    padding: 5px;
	color: --txt-color;
    border: dashed 1px var(--main-color);
    background: #fff;
}

 .mb-20 {
	margin-bottom: 20px !important;
 }

 .cleafix {
	content: '';
    display: block;
    clear: both;
    padding-top: 20px;
 }


/*======= 電話 ======*/
 .sec3-heading {
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 1vw, 18px);
    text-align: center;
    border: 0;
    color: var(--txt-color);
    margin: 10px;
}

.sec3-heading::before {
    margin-right: 30px;
    transform: rotate(-35deg);
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--main-color);
}

.sec3-heading::after {
    margin-left: 30px;
    transform: rotate(35deg);
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--main-color);
}

a.btn_01 {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 1rem;
    font-size: small;
    color: var(--base-color);
    background: var(--accent-color1);
    transition: 0.3s ease-in-out;
}

a.btn_01::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid var(--accent-color2);
    transition: 0.2s;
}
@media (max-width: 865px) {
	a.btn_01 {
		width: 70%;
	}
}
@media (max-width: 568px) {
	a.btn_01 {
		width: 90%;
	}
}

/*======= 調整 ======*/
.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;
}

.img-arch{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.fo-tab.no-fs td {
    font-size: inherit !important;
}

.bgnon {
	background-image: none;
	background-color: transparent;
}

.pd0000{
	padding: 0 !important;
}

.mc {
	color: var(--main-color);
}