@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media print {
	.full {
		margin: 0;
		width: 100%;
	}
}
/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}


/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 clamp(25px, 3vw, 40px) 0;
	background-color: #FFF;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

h2.grh2 {
	font-size: clamp(26px, 2.9vw, 30px);
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 15px;
}

/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: var(--main-color);
	font-size: clamp(15px, 1.8vw, 19px);
	font-weight: 700;
	margin: 5px auto 20px auto;
	line-height: 1.4;
	background-color: #f2f4e9;
	width: fit-content;
	border-radius: 50px;
	padding: 5px 25px 7px 25px;
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
		padding: 7px 25px 9px 25px;
		line-height: 1.2;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 3%;
	background-color: #999;
	margin: 1.5% auto;
}
@media only screen and (max-width: 767px) {
	.line {
		width: 1px;
		height: auto;
		padding-top: 9%;
		background-color: #999;
		margin: 1.5% auto;
	}
}

/**/
p.grp{
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.6;
	font-weight: 400;
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
	text-align: justify;
	margin-bottom: 7px;
}

div.haba2 {
	margin: 20px 11%;
	padding: 0;
}
@media (max-width: 968px) {
	div.haba2 {
		margin: 10px 5%;
		padding: 0;
	}
}



/*このような症状*/
.services-sec1 {
	padding: 0 0 var(--v-space) 0;
	background-color: #FFF;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* グリッド */
.services-sec1 .grid-container{
	/*max-width: 1000px;*/
	max-width: 97%;
	margin: 0 auto 40px auto;
}
.problem-grid-vertical{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
	/*max-width: 1000px;*/
	margin:0 auto;
}
/* タブレット2列 */
@media (max-width:1024px){
	.problem-grid-vertical{
		grid-template-columns:repeat(2,1fr);
	}
}
/* スマホ1列 */
@media (max-width:768px){
	.problem-grid-vertical{
		grid-template-columns:1fr;
	}
}

/*カード */
.problem-card-vertical{
	display:flex;
	flex-direction: column;
	align-items: center;       /* アイコン中央寄せ */
	gap: 20px;
	padding: 20px;
	background: var(--white);
	border-radius: 10px;
	border: 3px solid #b4d0ce;
	text-align: left;          /* チェックボックス横並び */
	cursor: pointer;
	transition: all 0.3s ease;
}
/* hover効果 */
.problem-card-vertical:hover,
.problem-card-vertical.active{
	transform:scale(1.03);
	border-color:var(--main-color);
	box-shadow:0 8px 20px rgba(47,143,123,0.2);
}
/* アイコン */
.problem-icon-vertical{
	width:200px;
	height:auto;
	object-fit:contain;
	display: block;
	margin:0 auto;
}
/* チェックボックスと文章の横並び */
.checkbox-text-vertical{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
}
/* チェックボックスカスタム */
.services-sec1 .checkbox-custom-vertical{
	width: 24px;
	height: 24px;
	border: 2px solid var(--main-color);
	border-radius: 5px;
	flex-shrink: 0;
	position: relative;
	margin-top: 3px;
}
/* 選択時 */
.services-sec1 .problem-card-vertical.active .problem-text-vertical{
	color: var(--accent-color1);
}
.services-sec1 .problem-card-vertical.active .checkbox-custom-vertical{
	border-color: var(--accent-color1);
	background-color: rgba(47,143,123,0.2);
}
.services-sec1 .problem-card-vertical.active .checkbox-custom-vertical::after{
	content:"\2714\FE0E";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: var(--accent-color1);
	font-weight:700;
	font-size:16px;
}

/* 文章 */
.problem-text-vertical{
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 500;
	color: var(--text-color);
}
/**/
.foot-message{
	max-width:fit-content;
	margin:0 auto;
	color:var(--text-color);
	font-size:0.95rem;
	line-height:1.8;
	background:#fdf6ee;
	padding:20px;
	border-radius:15px;
}
.highlight{
	font-size:1.2rem;
	color: var(--accent-color1);
	font-weight:700;
	margin: 0 5px;
	line-height: 1.6;
}


/*症状 → 診療案内へのスムーズな流れ（リード）*/
.services-sec2 {
	padding: 0 0 clamp(30px, 3vw, 50px) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*ブリッジ*/
.bridge01 {
	position: relative;
	z-index: 1;
}
.bridge01::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #0000009e;
}
.cr01 {
	background-image: url(../img/bg_01.jpg);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

/**/
.spot-heading09{
	text-align: center;
	position: relative;
	top:-50px;
	display: block;
	z-index: 3;
	margin-bottom: -60px;
}
.spot-heading09 .heading-line {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto;
}
.spot-heading09 p {
	position: relative;
	font-size: 32px;
	/*font-family: "WindSong", serif;*/
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.2;
	color: #a79c92;
	margin: 5px 0;
}
.spot-heading09 p:first-letter {
	font-size: 140%;
	color: var(--main-color);
}
.spot-heading09 h2 {
	position: relative;
	top:-13px;
	font-size: clamp(25px, 2.4vw, 33px);
	color: #fff;
	font-weight: normal;
	margin-bottom: 25px;
}





/*画面半分体裁デザインのところ 左画像用*/
.harf_sec1{
	padding: 0;
	background-color: #fdf6ee;
}
/*半分*/
.harf_sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.harf_sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 400px;
}
/*右カラム　文字用*/
.harf_sec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 90px;
}

/*可変対応*/
@media only screen and (max-width: 1268px) {
	.harf_sec1-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 968px) {
	.harf_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf_sec1-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 300px; }
	.harf_sec1-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}
/*画像の選定 1000*500*/
.hsec1-bg01{
	background-image: url(../img/hsec1-bg01.jpg);
	background-position: center;
}

/**/
.harf_sec1-container h4{
	font-size: clamp(16px, 1.6vw, 17px);
	line-height: 1.4;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px dotted #ccc;
	margin-top: 15px;
	margin-bottom: 7px;
}





/*画面半分体裁デザインのところ 右画像用*/
.harf_sec2{
	padding: 0;
	background-color: #fdf6ee;
}
/*半分*/
.harf_sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.harf_sec2-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}
/*右カラム　画像用*/
.harf_sec2-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 400px;
}
/*可変対応*/
@media only screen and (max-width: 1268px) {
	.harf_sec2-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 40px 50px;
	}
}
@media only screen and (max-width: 968px) {
	.harf_sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf_sec2-container-item1 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
	.harf_sec2-container-item2 { grid-area: 2 / 1 / 3 / 2; min-height: 300px; }
}
/*印刷用*/
@media print{
	/*左カラム　文字用*/
	.harf_sec2-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 90px;
	}
	/*右カラム　画像用*/
	.harf_sec2-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
	}
}
/*画像の選定*/
.hsec2-bg01{
	background-image: url(../img/hsec2-bg01.jpg);
	background-position: center;
}

/**/
.notice-card{
	background-color:#fff;
	border:2px solid var(--accent-color1);
	border-radius:12px;
	padding:40px 35px 30px;
	position:relative;
	margin-top: 30px;
}
.docver{
	width: fit-content;
	box-sizing: border-box;
}
@media (max-width:568px){
	.docver{
		width: 99%;
	}
}
.notice-label{
	position:absolute;
	top:-18px;
	left:35px;
	background:var(--accent-color1);
	color:#fff;
	padding:6px 25px;
	border-radius:50px;
	font-size:0.95rem;
	font-weight:700;
	box-shadow:0 4px 8px rgba(147, 147, 147, 0.3);
	white-space:nowrap;
}
/**/
@media (max-width:900px){
	.notice-card{
		padding:40px 20px 25px;
	}
	.notice-label{
		left:50%;
		transform:translateX(-50%);
		width:min(150px, 90%);
		text-align:center;
		white-space:normal;
	}
}

/*対応可能な手術*/
.services-sec3 {
	padding: 20px 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
.list-medical {
	list-style: none;
	padding: 0;
	margin: 20px auto 10px auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(19em, 1fr));
	gap: 15px;
}
.list-medical li {
	display: flex;               /* Flexboxにする */
	flex-direction: column;    /* 縦方向にスタック */
	align-items: center;       /* 横中央 */
	justify-content: center;   /* 縦中央 */
	padding: 12px 10px;
	border: 2px solid var(--accent-color1);
	border-radius: 8px;
	background: #fff;
	font-size: clamp(15px, 1.5vw, 17px);
	text-align: center;
	line-height: 1.4;
	min-height: 4.2em;
	box-sizing: border-box;      /* パディング込みで高さ計算 */
}
.list-medical li:hover {
	background: #ffedd991;
}
/*印刷*/
@media print {
  .list-medical {
    grid-template-columns: repeat(3, 1fr); /* 3列固定 */
    gap: 10px; /* 印刷用に少し余白調整 */
  }

  .list-medical li {
    font-size: 12pt; /* 印刷に合わせて文字サイズ調整 */
    padding: 8px;
  }
}

/*主な診療・検査*/
.services-sec4 {
	padding: 20px 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/* 当院について */
.about-sec1{
	background-color:#fcf9f2;
	padding: var(--v-space2) 0 var(--v-space2) 0;
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}
@media (max-width: 668px) {
	.about-sec1{
		background-image: url(../img/bg_02.png);
		background-repeat: no-repeat;
		background-position: 70% bottom;
		background-size: cover;
	}
}

.fuchidori2{
	-webkit-text-stroke: 3px #fcf9f2;
	text-stroke: 3px #fcf9f2;
	paint-order: stroke;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.99);
}
@media (max-width: 668px) {
	.fuchidori2{
		background-color:#fcf9f28c;
		padding:10px;
	}
}



/* 当院の特徴 */
.about-sec2{
	background-color:#fcf9f2;
	padding: clamp(10px, 3vw, 30px) 0 var(--v-space3) 0;
	position: relative;
	z-index: 1;
}

/* --- カード全体 --- */
.clinic-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
/* --- カード --- */
.feature-card {
	position: relative;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	overflow: hidden;
	color: #fff;
}

/* 下から上に透明になるグラデーション */
.feature-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0,0,0,0.65) 0%,
		rgba(0,0,0,0.35) 40%,
		rgba(0,0,0,0.05) 70%,
		rgba(0,0,0,0) 100%
	);
	z-index: 1;
}

/* --- テキスト --- */
.feature-content {
	position: relative;
	z-index: 2;
	height: 100%;
	padding: 24px;

	display: flex;
	flex-direction: column;
	justify-content: flex-end; /* 下寄せ */
	box-sizing: border-box;
}
.feature-content h4 {
	font-size: clamp(18px, 1.9vw, 21px);
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.4;
}
.feature-content p {
	font-size: 15px;
	line-height: 1.6;
}

/* --- 背景 --- */
.card-mri {
	background-image: url("../img/feature_mri.jpg");
	min-height: 280px;
}
.card-specialist {
	background-image: url("../img/feature_doctor.jpg");
	min-height: 280px;
}
.card-rehab {
	background-image: url("../img/feature_rehab.jpg");
	min-height: 280px;
}
/* --- レスポンシブ --- */
@media (max-width: 968px) {
	.clinic-features {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 668px) {
	.clinic-features {
		grid-template-columns: 1fr;
	}
}


/**/
.foot-message2{
	max-width:fit-content;
	margin: 40px auto 0;
	font-size:0.95rem;
	line-height:1.8;
	background:#fff;
	padding:20px;
	border-radius:15px;
}






/*ご相談の流れ*/
.flow_sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #9fc4a540, #9fc4a53b 1px, #fcf9f2 1px, #fcf9f2);
}

/*5つ*/
.flow-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-top:15px;
}
@media (max-width: 1168px) {
	.flow-container {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}
@media (max-width: 868px) {
	.flow-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media (max-width: 568px) {
	.flow-container {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}
/*印刷用*/
@media print{
	.flow-container {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 20px;
		margin-top:15px;
	}
}
/**/
.flow-container-item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;/*4行*/
	gap: 0px;
	align-items: center;
	padding: 15px;
	/*background-color: rgba(126, 126, 126, 0.07);*/
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	position: relative;
	border-radius: 12px;
	border: 2px solid #62858257;
}
/**/
.flow-container-item1{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;/*4行*/
	gap: 0px;
	align-items: center;
	padding: 15px;
	/*background-color: rgba(126, 126, 126, 0.07);*/
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	border-radius: 12px;
	border: 2px solid #62858257;
}
/**/
.f-icon01 {
	line-height: 2;
	width: 2em;
	height: 2em;
	text-align: center;
	color: #fff;
	background: var(--main-color);
	margin: 0 auto 15px;
	display: block;
	border-radius: 100vh;
	position: relative;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: clamp(16px,1.6vw,17px);
	font-weight: 600;
}
/**/
.flow-container-item::after {
	content: "";
	width: 13px;
	height: 13px;
	margin-right: 13px;
	display: inline-block;
	border-top: 2px solid #999;	/* 右矢印 */
	border-right: 2px solid #999;/*  */
	position: absolute;
	top: calc(50% - 13px);/* 矢印の位置 */
	left: -22px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 968px) {
	.flow-container-item::after {
		display: none;
	}
}
/*印刷用*/
@media print{
	.flow-container-item::after {
		content: "";
		width: 13px;
		height: 13px;
		margin-right: 13px;
		display: inline-block;
		border-top: 2px solid #999;	/* 右矢印 */
		border-right: 2px solid #999;/*  */
		position: absolute;
		top: calc(50% - 13px);/* 矢印の位置 */
		left: -22px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
/*番号部分の吹き出し*/
div.f-icon01::before {
	content: "";
	border: solid transparent;
	border-width: 7px;
	border-top-color: var(--main-color);
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/**/
h3.flow-h{
	font-size: clamp(16px,1.6vw,20px);
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 15px;
}
@media (max-width: 568px) {
	h3.flow-h{
		font-size: 17px;
	}
}
.flow-p{
	margin-left: 0;
	margin-bottom: 20px;
	font-size: clamp(14px,1.4vw,15px);
	line-height: 1.5;
	text-align: justify;
}
.flow-container-item1 img{
	border-radius: 10px;
}
.flow-container-item img{
	border-radius: 10px;
}





/* 院内掲示について */
.notices_sec {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative;/* sectionの位置を相対的にする*/
	z-index: 1;/* 背景画像より上に表示 */
}

.clinic-notices{
	padding: 5px 40px 30px 40px;
	background:#fafafac9;
	box-shadow:0 4px 12px rgba(0,0,0,0.08);
}
@media (max-width: 768px) {
	.clinic-notices{
		padding: 5px 20px 20px 20px;
	}
}
.notices_box{
	margin-top:40px;
	line-height:1.8;
}
.notices_box h3{
	margin-top:40px;
	font-weight:600;
	font-size:clamp(17px, 1.8vw, 18px);
	margin-bottom:15px;
	color:#2f8f7b;
	border-left:4px solid #2f8f7b;
	padding-left:10px;
	background: #fff;
}
.notices_box p{
	margin-top:clamp(14px, 1.4vw, 15px);
}
.notices_box ol{
	margin-top:14px;
	padding-left:20px;
}
.notices_box li{
	margin-bottom:7px;
	line-height: 1.6;
}






/* よくある質問 */
.faq_sec {
	padding: var(--v-space2) 0 clamp(120px, 9vw, 180px);
	background-color: #fcf9f2;
	background-image: url(../img/bg-line.svg);
	background-repeat: no-repeat;
	background-position: bottom -1px center;; /* 下端中央に配置 */
	background-size: 100% 12vh; /* 横を100%、高さを固定（例：50px） */
	position: relative;/* sectionの位置を相対的にする*/
	z-index: 1;/* 背景画像より上に表示 */
}
@media (max-width: 768px) {
	.faq_sec {
		background-size: 100% 6vh; /* 横を100%、高さを固定（例：50px） */
	}
}
@media print{
	.faq_sec {
		padding: var(--v-space2) 0 clamp(120px, 9vw, 180px);
		background-color: #F9F8F5;
		background-image: url(../img/bg-line.svg);
		background-repeat: no-repeat;
		background-position: bottom -1px center;; /* 下端中央に配置 */
		background-size: 100% 80px; /* 横を100%、高さを固定（例：50px） */
		position: relative;/* sectionの位置を相対的にする*/
		z-index: 1;/* 背景画像より上に表示 */
	}
}

/* よくある質問 - カード型デザイン */
div.faq-in{
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	align-items: stretch; /* 高さを揃える */
	margin-top:15px;
}

/* 枠付きデザイン + カード型 */
.onecours {
	display: flex;
	flex-direction: column; /* Q&Aを縦に積む */
	justify-content: space-between; /* 高さを揃えて余白を均等に */
	background-color: #ffffff;
	padding: 20px 25px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	transition: transform 0.2s, box-shadow 0.2s;
	justify-content: flex-start; /* Q&A間の間隔を維持 */
	gap: 10px; /* hrとテキストの隙間確保 */
}
.onecours:hover{
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}
.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* labelを上揃えに */
	padding: 0 1px 3px 1px;
}
.faq-label.q {
	color: var(--accent-color1);
	font-size: 1.1em;
}
.faq-label.a {
	color: var(--accent-color2);
	font-size: 1.1em;
}
.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
/* Qの高さを揃える（目安2行分） */
.faq-question {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.4;
	min-height: calc(1.4em * 2 + 4px); /* 2行分の高さ目安 */
}
.faq-answer {
	color: #555;
}





/*==========================================================*/
/*      	　　　個人よく使う指定CSS  		  	  */
/*=========================================================*/
/* メイン見出し（英語） */
.heading-lef {
	position: relative;
	display: inline-block;
	font-weight: 400;
	padding: 0 0 0 40px;
	font-size: clamp(28px, 2.6vw, 38px);
	margin-bottom: 5px; /* 下の日本語との間隔 */
	margin-left: auto;
	margin-right: auto;
	color: #a79c92;
	line-height: 1;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	/*font-family: "WindSong", serif;*/
}
.heading-lef:before {
	content: '';
	position: absolute;
	top: 53%;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #ccc;
	left: 0;
}
.heading-lef:first-letter {
	font-size: 130%;
	color: var(--main-color);
}
.heading-lef + p{
	font-family: "Montserrat", sans-serif;
	font-size: clamp(15px, 1.6vw, 16px);
	line-height: 1.4;
	color: var(--accent-color1);
	margin-bottom: 20px;
	padding: 0 0 0 40px;
	font-weight: 600;
}


/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }

@media (max-width: 968px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	.sec-adimg-container-item1 { display: none; }
	.sec-adimg-container-item2 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item3 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item4 { grid-area: 1 / 3 / 2 / 4; }
	.sec-adimg-container-item5 { display: none; }
}

@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	.sec-adimg-container-item1 { display: none; }
	.sec-adimg-container-item2 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item3 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item4 { display: none; }
	.sec-adimg-container-item5 { display: none; }
}

/*------------------------------------------------*/

/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 10px;
	padding-bottom: 30px;
}
/*テキストcenter→justify*/
.tx-ctj {
	text-align: center;
}
@media (max-width: 868px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		text-align: center;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid var(--accent-color2);
	padding: 10px 13px 10px 13px;
	margin: 20px 0 0 0;
	box-sizing: border-box;
	outline: 1px solid #ccc;
	outline-offset: -0.4rem;
	width: fit-content;
	background-color: #ffffffc2;
}
.kukuri p{
	font-size: clamp(14px, 1.4vw, 15px);
	line-height: 1.5;
	text-align: justify;
}
@media (max-width: 568px) {

}

/* タグ */
.kakomi01{
	margin-top: 5px;
	margin-bottom: 5px;
}
.kakomi01 span {
	padding: 3px 7px 4px 7px;
	margin: 2.5px 7px 7px 0;
	background-color: #2ca49ab0;
	color:#fff;
	/*border: 1px solid var(--main-color);*/
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 14px);
}
/*任意のみ表示*/
@media only screen and (max-width: 869px) {
	.nini-869 {
		display: none;
	}
}
/*印刷時*/
@media print{
	.nini-869 {
		display: inline;
	}
}

/*画像角丸*/
img.borad {
	border-radius: 7px;
	/*border: 1px solid #e1e1e1;*/
}
img.borad2 {
	border-radius: 11px;
}
/* コンテンツ幅 */
div.haba{
	margin: 20px 9%;
	padding: 0;
}
@media (max-width: 1168px)  {
	div.haba{
		margin: 20px 5%;
		padding: 0;
	}
}
@media (max-width: 968px)  {
	div.haba{
		margin: 20px 0;
		padding: 0;
	}
}
/*印刷時*/
@media print{
	div.haba{
		margin: 20px 9%;
		padding: 0;
	}
}

/*pcとspで画像のサイズ変えたいときの指定*/
.pcspwid{
	width: 450px;
	margin: 0 auto;
}
@media only screen and (max-width: 568px) {
	.pcspwid{
		width: 100%;
	}
}
/**/
.pcspwid2{
	width: 460px;
	margin: 15px auto;
}
@media only screen and (max-width: 568px) {
	.pcspwid2{
		width: 100%;
		margin: 15px auto;
	}
}
/**/
.fniyori {
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}
/*四角デザイン*/
.head-square {
	color: #a7ccad;
	font-size: clamp(16px, 1.8vw, 19px);
	display: flex;
	align-items: center;
	gap: 12px; /* 文字との間隔調整 */
	position: relative;
	margin-top: 10px;
}

/* 左の4つの■（2×2の正方形） */
.head-square::before {
	content: "";
	width: 14px;   /* 全体の大きさ */
	height: 14px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 2px; /* 四角同士の隙間 */
}

/* 4つの小さな■を作る */
.head-square::before {
	background:
		linear-gradient(#9acaa2 0 0) left top,
		linear-gradient(#fff 0 0) right top,
		linear-gradient(#fff 0 0) left bottom,
		linear-gradient(#9acaa2 0 0) right bottom;
	background-size: 6px 6px; /* 小さい■のサイズ */
	background-repeat: no-repeat;
}
/*□装飾*/
.cp_h4title {
	position: relative;
	font-size: clamp(19px, 1.8vw, 20px);
	line-height: 1.4;
	padding: 2px 2px 2px 27px;
	/*border-bottom: 1px dotted #999;*/
	/*font-family: 'Noto Serif JP', serif;*/
	margin: 0 0 10px 0;
}
.cp_h4title::before,
.cp_h4title::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	/*border: 2px solid var(--accent-color1);*/
}
.cp_h4title::before {
	top: 6px;
	left: 5px;
	border: 2px solid var(--accent-color2);
}
.cp_h4title::after {
	top: 10px;
	left: 10px;
	border: 2px solid var(--main-color);
}
/*リスト　大きめディスク*/
ul.nor{
	list-style: disc;
	margin: 5px 5px 5px 25px;
	line-height: 1.4;
}
ul.nor li::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: var(--accent-color3);
	left: 10px;
}
ul.nor li{
	/*border-bottom: 1px dashed #b9b9b9;*/
	padding: 0.2em 0;
	font-size: clamp(14px, 1.5vw, 15px);
}
ul.nor li.noli::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: rgba(255,255,255,0);
}
ul.nor li.noli{
	margin-left: -25px;
}
/*リスト　通常*/
ul.usuallyul{
	list-style: disc;
	margin: 5px 1px 5px 25px;
}
ul.usuallyul li{
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.3;
	margin-bottom: 5px;
	color: #555;
}
ul.usuallyul li:last-child{
	margin-bottom: 0px;
}
/*4つの枠で3つ*/
/*flexで*/
.general-item-circle3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
	margin: 30px auto;
	max-width: 1100px;
}
.circle-item3 {
	width: calc((100% - 60px) / 4); /* gap分引いた上で4分割 */
	/*min-width: 250px;*/ /* スマホで潰れすぎ防止 */
	box-sizing: border-box;
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 868px) {
	.general-item-circle3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 15px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.circle-item3 {
		width: calc((100% - 30px) / 3);
	}
}
/* スマホ対応：2カラム */
@media only screen and (max-width: 468px) {
	.circle-item3 {
		width: calc((100% - 15px) / 2);
	}
}

/* 印刷用 */
@media print {

}

.circle-item3 img{
	/*outline: 10px solid #ffffff69;*/
	outline: 2px solid #ffffff69;
	outline-offset: -10px;
}


/*円*/
.circle {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

/* ゆらゆらアニメーション */
@keyframes float-updown {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px); /* 上に10px動く */
	}
}

/* 適用クラス */
.float-anim {
	animation: float-updown 3s ease-in-out infinite;
}

/* 遅延付きバリエーション */
.float-delay1 {
	animation-delay: 0s;
}
.float-delay2 {
	animation-delay: 1s;
}
.float-delay3 {
	animation-delay: 2s;
}
/* 印刷用 */
@media print {
	/* アニメーションを無効にする */
	.float-anim {
		animation: none !important;
	}
}


