
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
opacity: 0;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
from {
opacity: 0;
transform: translateY(100px);
}

to {
opacity: 1;
transform: translateY(0);
}

}


/* PC */
@media screen and (min-width:751px) {

/* header */

.header2{
width: 250px;
}
.header2 h1 a:hover{
opacity: 1;
}

.header2 h1 a img{
width: 100%;
}

	.header3 {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
	}    

.header4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
width: 350px;
}

.header4:last-child{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
width: 380px;
}

.header5{
width: 100%;
font-size: 1.4rem;
line-height: 1.8;
}




.header6{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
}


.header7{
margin-right: 1.5rem;
display: flex;
flex-wrap: wrap;
align-items: baseline;
}

.header7 a{
width: 100%;
display: block;
font-size: 2.5rem;
font-weight: 500;
line-height: 1;
/*font-family: 'Asap', sans-serif;*/
letter-spacing: 0.1rem;
}

.header8{
font-size: 1.8rem;
display: inline-block;
margin-right: .7rem;
}

.header8 span{
width: 100%;
display: block;
background: #f8f7f1;
text-align: center;
padding: .2rem 0;
color: #6b5e4d;
font-size: 1.5rem;
}


.header9{
width: 170px;
}

.header9 a{
display: block;
width: 100%;
background: #d87d97;
text-align: center;
padding: .6rem 0;
color: #fff;
font-size: 1.4rem;
letter-spacing: .1rem;
position: relative;
border-radius: 4px;
}

.header9 div{
display: block;
width: 100%;
background: #d87d97;
text-align: center;
padding: .6rem 0;
color: #fff;
font-size: 1.4rem;
letter-spacing: .1rem;
position: relative;
border-radius: 4px;
}

.header9 a:after{
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 2rem;
background: url("./images/ic_arrow1.svg");
display: inline-block;
width: 1rem;
height: 1rem;
margin: auto;
vertical-align: baseline;
transition: all .3s;
}


.header11{
font-size: 1.3rem;
line-height: 1.4;
}

.header12{
width: 100%;
font-size: 1.2rem;
margin-bottom: 1.2rem;
}

.header14{
text-align: right;
width: 100%;
font-size: 1.4rem;
color: #404040;
}




















/* timetable */

.headertimetable__w{
width: 100%;
padding: 80px 0 20px;
background: #ebeaea;
background-size: cover;
}

.headertimetable1{
text-align: center;
margin: 0 0 90px 0;
}

.headertimetable1 h2{
font-size: 2rem;
font-weight: 400;
letter-spacing: .5rem;
color: #622b11;
background: linear-gradient(45deg, #ffef72, #ffed62);
width: 500px;
margin: 0 auto;
box-shadow: 15px 15px 0px rgb(210 207 129 / 20%);
text-align: right;
padding: 18px 22px;
}

.headertimetable1 h2 span{
display: block;
position: relative;
}

.headertimetable1 h2 span::before{
content: "TIMETABLE";
display: block;
text-align: right;
font-size: 4rem;
letter-spacing: .3rem;
color: #622b11;
font-weight: 400;
line-height: 1;
font-family: 'Zen Maru Gothic', sans-serif;
margin: 0 0 12px 0;
}

.headertimetable2 h2 span::after{
content: "";
background: url("./images/ic_timetable.svg");
width: 100px;
height: 100px;
display: block;
top: -50px;
left: -50px;
position: absolute;
filter: drop-shadow(3px 6px 0px rgba(255,251,221,.50));
}


.headertimetable3{
}

.headertimetable4{
}

.headertimetable4a{
background: url(../images.headertimetable1.png) no-repeat left center;
background-size: 450px 300px;
}

.headertimetable4b{
background: url(../images.headertimetable2.png) no-repeat right center;
background-size: 450px 300px;
}

.headertimetable4c{
background: url(../images.headertimetable3.png) no-repeat left center;
background-size: 450px 300px;
}

.headertimetable4d{
background: url(../images.headertimetable4.png) no-repeat right center;
background-size: 450px 300px;
}

.headertimetable4e{
background: url(../images.headertimetable5.png) no-repeat left center;
background-size: 450px 300px;
}



.headertimetable5{
width: 750px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
margin: 0 auto;
}

.headertimetable6{
color: #5d481d;
display: block;
text-align: center;
font-size: 2.4rem;
font-weight: 700;
font-family: 'Zen Old Mincho', serif;
margin: 0 0 20px 0;
width: 100%;
letter-spacing: .3rem;
}

.headertimetable7{
width: 100%;

}

table.headertimetable8{
width: calc(100%);
background: #fff;
margin: 0 auto;
border: 1px solid #c2c2c2;

}

table.headertimetable8 th{
background: #e2e2e2;
text-align: center;
font-weight: 500;
font-size: 1.3rem;
padding: .2rem 0;
line-height: 1.6;
width: 10.5%;
letter-spacing: .1rem;
}

table.headertimetable8 th:first-child{
width: 26.5%;
}

table.headertimetable8 td{
background: #fdfdfd;
text-align: center;
font-weight: 500;
font-size: 1.4rem;
padding: .5rem 0;
line-height: 1.6;
color: #1cbbca;
letter-spacing: 0.05rem;
border-bottom: 1px solid #c2c2c2;
vertical-align: middle;
}

table.headertimetable8 td:first-child{
color: #5d481d;
background: #f5f4f4;
}

table.headertimetable8 tr{
}

.headertimetable9{
width: 570px;
margin: 0 auto;
text-align: right;
padding: 0 15px 0 0;
font-size: 1.8rem;
}

table.headertimetable8 td.headertimetable10a{
color: #fff;
text-align: center;
font-size: 1.8rem;
font-family: 'Zen Maru Gothic', serif;
letter-spacing: .35rem;
padding: 10px 0;
background: linear-gradient(90deg, #ed6d00, #ed6d00);
line-height: 1;
font-weight: 500;
}

table.headertimetable8 td.headertimetable10b{
color: #fff;
text-align: center;
font-size: 1.8rem;
font-family: 'Zen Maru Gothic', serif;
letter-spacing: .15rem;
padding: 10px 0;
background: linear-gradient(90deg, #01aee4, #01aee4);
line-height: 1;
font-weight: 500;
}

.headertimetable11{
font-size: 1.3rem;
letter-spacing: -.05rem;
font-weight: 700;
}

.headertimetable12{
width: 100%;
text-align: center;
}

.headertimetable12 > .closed{
display: inline-block;
text-align: center;
padding: 3px 12px;
background: #fff;
font-size: 1.5rem;
color: #ef6276;
margin: 0 0 20px;    
}
.headertimetable12 > .repletion{
width: 600px;
margin: 0 auto;
text-align: left;
}
.headertimetable12_f{
text-align: center;
width: 500px;
margin: 0 auto;
}

.headertimetable12_f > .closed{
display: inline-block;
text-align: center;
padding: 3px 12px;
background: #fff;
font-size: 1.5rem;
color: #ef6276;
margin: 0 0 10px;    
}
.headertimetable12_f > .repletion{
width: 100%;
margin: 0 auto;
text-align: left;
font-size: 1.4rem;    
}    
.headertimetable13{
width: 100%;
text-align: center;
}

.headertimetable13 span{
display: inline-block;
text-align: center;
padding: 5px 20px;
background: #fff;
font-size: 1.7rem;
color: #1ea189;
border: 2px solid #1ea189;
border-radius: 5px;
}

.headertimetable14{
width: 930px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}

.headertimetable15{
width: 100%;
text-align: center;
}

.headertimetable15 span{
display: inline-block;
text-align: center;
padding: 8px 30px;
background: #ffffff;
font-size: 1.9rem;
color: #1fa189;
border: 1px solid #1fa189;
font-weight: 700;
}

.headertimetable16{
width: 450px;
}

.headertimetable16 a{
display: inline-block;
text-align: center;
background: #fff;
font-size: 1.6rem;
color: #1ea189;
border: 1px solid #1ea189;
font-weight: 700;
line-height: 1;
box-shadow: 4px 4px 10px #ced1d8;
box-sizing: content-box;
width: 450px;
}

.headertimetable16 a:hover{
opacity: .7;
}

.headertimetable16 a img{
width: 100%;
}

.headertimetable17{
width: 450px;
}

.headertimetable17 a{
display: inline-block;
text-align: center;
background: #fff;
font-size: 1.6rem;
color: #1ea189;
border: 1px solid #fd6c58;
font-weight: 700;
line-height: 1;
box-shadow: 4px 4px 10px #ced1d8;
box-sizing: content-box;
width: 450px;
}

.headertimetable17 a:hover{
opacity: .7;
}

.headertimetable17 a img{
width: 100%;
}




.headertimetable18{
width: 750px;
margin: 0 auto;
}

.headertimetable18 a{
width: 100%;
display: block;
text-align: center;
}


.headertimetable18 a img{
width: 55%;
box-shadow: 10px 10px 15px #bfbfbf;
border-radius: 5px;
}

.headertimetable19{
color: #ccc;
font-weight: 400;
}


.headertimetable20{
font-family: 'Asap', sans-serif;
}

.headertimetable21{
font-size: 1.1rem !important;
line-height: 1 !important;
letter-spacing: 0;
}


/* timetable */




/* header */

/* 右サイドパネル */
#side-buttons-wrapper {
position: fixed;
right: 0; /* 右端固定 */
top: 50%; /* 画面中央 */
transform: translateY(-50%);
display: flex;
flex-direction: column;
gap: 40px; /* ボタン間の余白 */
z-index: 9999;
}    

/* パネルも緑のボタンも完全に画面の右にくっつく */
#side-panel {
		position: fixed;
top: 50%;
transform: translateY(calc(-50% + 125px));
right: -530px;
width: 530px;
height: 300px;
background: #fff;
padding: 20px 20px;
box-sizing: border-box;
z-index: 10000;
transition: right 0.5s ease;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* アクティブ時に完全に開く */
#side-panel.active {
right: 0;
}

/* ボタンもパネルにくっつくように配置 */
#side-button.side-content {
position: fixed;
right: 60px; /* web-reserve-button の左隣に配置 */
top: 0;
width: 60px;
height: 300px;
background: #3285ca;
padding: 20px;
border-radius: 10px 0 0 10px;
cursor: pointer;
display: flex;
justify-content: center;
flex-direction: column;
box-sizing: border-box;
color: #fff;
z-index: 10001;
}
 .side-content {
width: 60px;
height: 280px;
		 left: -60px;
border-radius: 20px 0 0 20px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
writing-mode: vertical-rl;
font-size: 2rem;
color: #fff;
padding: 20px 0;
box-sizing: border-box;
user-select: none;
}

#web-reserve-button {
background: #3285ca;
}

#side-button {
background: #b09e79;
} 
#close-panel {
position: absolute;
top: 5px;
right: 5px;
background: transparent;
border: none;
font-size: 30px;
cursor: pointer;
color: #685c50;
z-index: 11000;
}

#close-panel:hover {
color: #b09e79;
}    


.schedule-table-wrapper {
overflow-x: auto;
}

.schedule-table {
width: 100%;
text-align: center;


}
/* すべてのセルの上下の線のみ表示 */
.schedule-table th,.schedule-table td {
			border-bottom: 1px solid #ccc;
			padding: .9rem 1.2rem;
			vertical-align: middle;
	font-size: 1.8rem;

}   
	.schedule-table th {
			font-weight: 400;
			vertical-align: middle;
	}

/* 一番上の横線（thead）をなしにする */
.schedule-table thead tr:first-child th {
border-top: none;

}

/* 背景色指定 */
.schedule-table .active {
color: #4386cc;
}

.schedule-table .closed {
color: #4386cc;
}

/* 下のテキスト */
.schedule-notes {
margin-top: 15px;
font-size: 1.5rem;
line-height: 1.5;
}

#side-button .text {
writing-mode: vertical-rl;
			transform: rotate(360deg);
			font-size: 2rem;
			line-height: 1;
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			height: 100%;
			gap: 8px;
			position: relative;
}

/* 時計アイコン（画像） */
#side-button .text::before {


	 content: "";
			display: inline-block;
			width: clamp(2rem, 3vw, 3rem);
			height: clamp(2rem, 3vw, 3rem);
			background: url(./images/ic_time.svg) no-repeat center;
			background-size: contain;
}



/*
#side-button .text::after {
	content: "";
	display: inline-block;
	width: clamp(2rem, 3vw, 3rem);
	height: clamp(2rem, 3vw, 3rem);
	background-image: url(./images/ic_open.svg);
	background-size: contain;
	margin: 2rem 0 0;
	transition: transform 0.3s ease;
}

#side-button.side-content:hover .text::after {
	transform: translateX(-5px);
}


#side-panel.active #side-button .text::after {
	background-image: url(./images/ic_close.svg);
}


#side-panel.active #side-button.side-content:hover .text::after {
	transform: translateX(5px);
}*/
#side-button .text::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 2rem 0 0;
	transition: transform 0.3s ease;
	position: relative;
	/* 白い円背景をbox-shadowで作成 */
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
		transform: translate(30%, 0%) rotate(-45deg);
}

/* ホバー時：左に移動 */
#side-button.side-content:hover .text::after {
	transform: translateX(-5px) rotate(-45deg);
}

/* アクティブ状態：矢印を右向き（＞）に変更 */
#side-panel.active #side-button .text::after {
	border-left: none;
	border-top: none;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: translate(-30%, 0%) rotate(-45deg);
}

/* アクティブ状態のホバー：右に移動 */
#side-panel.active #side-button.side-content:hover .text::after {
	transform: translateX(5px) rotate(-45deg);
}
#web-reserve-button.side-content {
position: fixed;
right: 0;
top: 50%;
transform: translateY(calc(-50% - 180px));
width: 60px;
height: 280px;
background: #F0791F;
color: #fff;
padding: 20px 0;
border-radius: 10px 0 0 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
writing-mode: vertical-rl;
font-size: 2rem;
line-height: 1;
gap: 8px;
box-sizing: border-box;
}
#web-reserve-button .text {
			writing-mode: vertical-rl;
			transform: rotate(360deg);
			font-size: 2rem;
			line-height: 1;
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			height: 100%;
			gap: 8px;
			position: relative;
	}
#web-reserve-button .text .rotate {
	transform: rotate(270deg);
	display: inline-block;
}    

/* ●マーク（疑似要素で表示） */
#web-reserve-button .text::before {
 content: "";
			display: inline-block;
			width: clamp(2rem, 3vw, 3rem);
			height: clamp(2rem, 3vw, 3rem);
			background: url(./images/ic_reserve.svg) no-repeat center;
			background-size: contain;
}    

/* nav */


/*========= ドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
/*nav{
text-align: center;
padding: .5rem 0;
background: #f8f6f3;
box-shadow: 0px 0.3rem 0.5rem 0px rgba(0,0,0,0.05);
}*/

/*ナビゲーションを横並びに*/
.navul, .navul2{
/*2階層目の基点にするためrelativeを指定*/
position: relative;
list-style: none;
display: flex;
justify-content: space-between;
width: 900px;
margin: 0 auto;
}

.navul .navulli1{

}

.has-child{
margin: 0 0 0 0;
}


/*2階層目以降は横並びにしない*/
.navul2{
display: block;
}

/*ナビゲーションのリンク設定*/
	/*
.navulli1 a,
.navulli2 a,
.has-child a
{
position: relative;
display: block;
text-decoration: none;
padding: 1rem 1.5rem;
transition: all .3s;
font-size: 1.5rem;
font-weight: 400;
letter-spacing: .1rem;
}
*/
.navulli2 a{
padding:20px;
}

.navulli1 a:hover,
.navulli2 a:hover,
.has-child a:hover{
color: #292e38;    
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/

.has-child > a::before{
position: absolute;
left:0;
top:60px;
width:6px;
height:6px;
border-top: 2px solid #fff;
border-right:2px solid #fff;
transform: rotate(135deg);
}

/*==2階層目以降の画像設定*/

.has-child img{
width: 70%;
height: auto;
transition: all .5s;
vertical-align: bottom;
}


/*== 2層目の設定 */

.navul2{
position: absolute;
top: 5.2rem;
z-index: 4;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
visibility: hidden;
opacity: 0;
transition: all .4s;
background: #f8f6f3;
/*width: 99.2vw;*/
	width: 500px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
border-top: 1px solid #DFDCD7;
}


/*hoverしたら表示*/
.has-child:hover > .has-childhover{
visibility: visible;
opacity: 1;
z-index: 100;
}

/*各ナビゲーション横幅*/
.navulli2{
width: 20rem;
background: #f8f6f3;
display: flex;
align-items: center;
}

.navulli2b{
width: 25rem;
background: #f8f6f3;
display: flex;
align-items: center;}

.has-child-img{
width: 20rem;
background: #f8f6f3;
display: flex;
justify-content: center;
align-items: center;
}

.has-child-2{
margin: 0 auto;
width: 100rem;
padding: 2rem 0;
		display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.has-child-3{
width: 80rem;
background: #f8f6f3;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
}

/*ナビゲーションaタグの形状*/
.navulli2 a,
.navulli2b a{
font-size: 1.5rem;
text-align: left;
padding: 1rem 2rem;
position: relative;
}

.navulli2 a span::before,
.navulli2b a span::before{
display: block;
position: absolute;
top: 2rem;
left: 0.6rem;
width: 0.8rem;
height: 0.8rem;
background-color: rgb(106 94 84 / 20%);
content: '';
}

.navulli2 a:hover,
.navulli2 a:active{

}


.navbnr{
display: flex;
align-items: center;
}

.navbnr a{
display: inline-block;
background: #02b2bf;
padding: 15px 18px;
color: #fff;
border-radius: 12px 5px 12px 5px;
}

.navbnr a:hover{
background: #25C5D0;
color: #fff;
}

	#g-nav {
			position: fixed;
			z-index: -1;
			opacity: 0;
			top: 0;
			width: 100%;
			/*height: 100vh;*/
			background: rgb(34 29 13 / 85%);
			transition: all 0.3s;
			left: 0;
	}




/*.pc-header */

header{
				/* width: 100%;
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			padding: 15px 0 15px;
			background: #ffffff;
			justify-content: center;*/
	/*position: fixed;*/  /*固定表示 */
	top: 0; /* 上部に固定 */
	left: 0; /* 左端に固定 */
	width: 100%; /* 幅を100%に設定 */
	height: 120px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #f3f3f3;
	justify-content: center;
	z-index: 1000; /* 他の要素より上に表示 */
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  */
	position: sticky;

}
/*    .header15 {
			width: 100%;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
	}*/

.header1{
width: 100%;
	padding: 0 60px 0;
			/*max-width: 1300px;*/
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
	gap: 20px;
	position: relative;
}
	.header1 h1{
position: static;
	width: 100%;
	padding: 6px 0 4px;
	font-size: clamp(1rem, 0.9vw, 1.3rem);
	line-height: 1.4;
	color: #16324f;
	order: -1;
}
.header2{
width: 100%;
			height: auto;
			max-width: 380px;
					min-width: 300px;
					position: static;
}

.header2 h1{

}

.header2 h1 a{

}

.header2 h1 a img{
width: 100%;
}

.pc-header3{
	display: flex;
			flex-wrap: wrap;
			justify-content: flex-end;
			align-items: flex-end;
			flex-direction: column;
}
.pc-header3_in_01{
display: flex;
			flex-wrap: wrap;
			justify-content: flex-end;
			align-items: center;
	gap: 2rem; 
					margin: 0 0 .5rem;
}
.pc-header4{
	line-height: normal;
}

.pc-header4 a{
width: 100%;
			display: flex;
			font-size: clamp(2rem, 3vw, 3rem);
			font-weight: 500;
			align-items: center;
	color: #16324f;

}

.pc-header4 a span{
display: inline-flex;
			justify-content: center;
			gap: .3rem;
			align-items: center;
}
.pc-header4 a span::before {
			content: "";
			background: url(./images/ic_tel.svg) no-repeat center;
			background-size: contain;
			display: inline-block;
			width: clamp(1.5rem, 3vw, 2.5rem);
height: clamp(1.5rem, 3vw, 2.5rem);
	position: relative;
top: 3px;
}    

.pc-header5{
width: 100%;
text-align: center;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: .15rem;
color: #111;
}

.pc-header6{
width: 420px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.4;
}

.pc-header7{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 3px 0;
}

.pc-header8{
width: 7rem;
text-align: center;
}

.pc-header8 span{
display: inline-block;
text-align: center;

line-height: 1;
width: 100%;
}

.pc-header9{
width: calc(100% - 7.4rem);
}

.pc-header10{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.pc-header11{
width: 7rem;
text-align: center;
}

.pc-header11 span{
display: inline-block;
text-align: center;

line-height: 1;
width: 100%;
color: #ed6a70;
}

.pc-header12{
width: calc(100% - 7.4rem);
color: #ed6a70;
}





.pc-header13{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.5rem;
	font-size: 1.5rem;
	color: #00a8b8;
	font-weight: 500;
	letter-spacing: .075rem;
	padding: 2rem 0 3rem;
	font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New";
}

.pc-header13 span{

}

.pc-header14{
width: 100%;
font-size: 1.3rem;
letter-spacing: 0;
}

.pc-header15{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}



.pc-header18{
							font-size: clamp(1.4rem, 1vw, 1.5rem);
			line-height: 1.5;
}
/*
.pc-header18 a{

 width: clamp(150px, 20vw, 180px);
padding: clamp(.5rem, 1vw, 1rem) 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: #3285ca;
color: #ffffff;
font-size: clamp(1.6rem, 1.3vw, 1.8rem);
border-radius: 8px;


}
.pc-header18 a span{
display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem; 
}

.pc-header18 a span::before{
content: "";
display: inline-block;
width: clamp(1.5rem, 2.5vw, 2.5rem);
height: clamp(1.5rem, 2.5vw, 2.5rem);
background: url("./images/ic_reserve.svg") no-repeat center;
background-size: contain;
}
*/
.pc-header19{
/*width: 650px;*/
	flex: 1;
display: flex !important;
justify-content: flex-end;
flex-wrap: wrap;
}


.pc-header20 a{
					width: 200px;
			display: inline-block;
			text-align: center;
			padding: 1.3rem 0;
			background: #06C755;
			color: #ffffff;
			font-size: 1.8rem;
			border-radius: 4px;
			position: relative;
}

.pc-header20 a:after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			right: 2rem;
			background: url(./images/ic_arrow1.svg);
			display: inline-block;
			width: 1.2rem;
			height: 1.2rem;
			margin: auto;
			vertical-align: baseline;
			transition: all .3s;
	}
.pc-header20 a span{

}


/* timetable */






.pc-headertimetable__w{
width: 100%;
padding: 80px 0 20px;
background: #ebeaea;
background-size: cover;
}

.pc-headertimetable1{
text-align: center;
margin: 0 0 90px 0;
}

.pc-headertimetable1 h2{
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .2rem;
	color: #622b11;
	background: linear-gradient(45deg, #ffef72, #ffed62);
	width: 500px;
	margin: 0 auto;
	box-shadow: 15px 15px 0px rgb(210 207 129 / 20%);
	text-align: right;
	padding: 18px 22px;
}

.pc-headertimetable1 h2 span{
	display: block;
	position: relative;
}

.pc-headertimetable1 h2 span::before{
content: "TIMETABLE";
display: block;
text-align: right;
font-size: 4rem;
letter-spacing: .3rem;
color: #622b11;
font-weight: 400;
line-height: 1;
font-family: 'Zen Maru Gothic', sans-serif;
margin: 0 0 12px 0;
}

.pc-headertimetable2 h2 span::after{
	content: "";
	background: url("./images/ic_timetable.svg");
	width: 100px;
	height: 100px;
	display: block;
	top: -50px;
	left: -50px;
	position: absolute;
	filter: drop-shadow(3px 6px 0px rgba(255,251,221,.50));
}


.pc-headertimetable3{
}

.pc-headertimetable4{
}

.pc-headertimetable4a{
background: url(../images.pc-headertimetable1.png) no-repeat left center;
background-size: 450px 300px;
}

.pc-headertimetable4b{
background: url(../images.pc-headertimetable2.png) no-repeat right center;
background-size: 450px 300px;
}

.pc-headertimetable4c{
background: url(../images.pc-headertimetable3.png) no-repeat left center;
background-size: 450px 300px;
}

.pc-headertimetable4d{
background: url(../images.pc-headertimetable4.png) no-repeat right center;
background-size: 450px 300px;
}

.pc-headertimetable4e{
background: url(../images.pc-headertimetable5.png) no-repeat left center;
background-size: 450px 300px;
}



.pc-headertimetable5{
width: 750px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
margin: 0 auto;
}

.pc-headertimetable6{
color: #000;
display: block;
text-align: center;
font-size: 2.4rem;
font-weight: 700;
font-family: 'Zen Old Mincho', serif;
margin: 0 0 20px 0;
width: 100%;
letter-spacing: .3rem;
}

.pc-headertimetable7{
width: 100%;

}

table.pc-headertimetable8{
	width: calc(100%);
	margin: 0 auto;
	font-family: YakuHanJP_Narrow, 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

table.pc-headertimetable8 th{
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	padding: .5rem 0;
	line-height: 1.6;
	width: 10.5%;
	letter-spacing: .1rem;
			border-bottom: 1px solid #e2e2e2;
			background: #fff;

}

table.pc-headertimetable8 th:first-child{
width: 26.5%;
}

table.pc-headertimetable8 td{
background: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	padding: .5rem 0;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	border-bottom: 1px solid #e2e2e2;
	vertical-align: middle;
}

table.pc-headertimetable8 td:first-child{
}

table.pc-headertimetable8 tr{
}

.pc-headertimetable9{
width: 570px;
margin: 0 auto;
text-align: right;
padding: 0 15px 0 0;
font-size: 1.8rem;
}

table.pc-headertimetable8 td.pc-headertimetable10a{
color: #fff;
text-align: center;
font-size: 1.8rem;
letter-spacing: .35rem;
padding: 10px 0;
background: linear-gradient(90deg, #ed6d00, #ed6d00);
line-height: 1;
font-weight: 500;
}

table.pc-headertimetable8 td.pc-headertimetable10b{
color: #fff;
text-align: center;
font-size: 1.8rem;
letter-spacing: .15rem;
padding: 10px 0;
background: linear-gradient(90deg, #01aee4, #01aee4);
line-height: 1;
font-weight: 500;
}

.pc-headertimetable11{
font-size: 1.3rem;
letter-spacing: -.05rem;
font-weight: 700;
}

.pc-headertimetable12{
width: 100%;
text-align: center;
}

.pc-headertimetable12 > .closed{
display: inline-block;
text-align: center;
padding: 3px 12px;
background: #fff;
font-size: 1.5rem;
color: #ef6276;
margin: 0 0 20px;    
}
.pc-headertimetable12 > .repletion{
width: 600px;
margin: 0 auto;
text-align: left;
}
.pc-headertimetable12_f{
text-align: center;
width: 500px;
margin: 0 auto;
}

.pc-headertimetable12_f > .closed{
display: inline-block;
text-align: center;
padding: 3px 12px;
background: #fff;
font-size: 1.5rem;
color: #ef6276;
margin: 0 0 10px;    
}
.pc-headertimetable12_f > .repletion{
width: 100%;
margin: 0 auto;
text-align: left;
font-size: 1.4rem;    
}    
.pc-headertimetable13{
width: 100%;
text-align: center;
}

.pc-headertimetable13 span{
display: inline-block;
text-align: center;
padding: 5px 20px;
background: #fff;
font-size: 1.7rem;
color: #1ea189;
border: 2px solid #1ea189;
border-radius: 5px;
}

.pc-headertimetable14{
width: 930px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}


.pc-headertimetable15{
width: 100%;
text-align: center;
}

.pc-headertimetable15 span{
display: inline-block;
text-align: center;
padding: 8px 30px;
background: #ffffff;
font-size: 1.9rem;
color: #1fa189;
border: 1px solid #1fa189;
font-weight: 700;
}

.pc-headertimetable16{
width: 450px;
}

.pc-headertimetable16 a{
display: inline-block;
text-align: center;
background: #fff;
font-size: 1.5rem;
color: #1ea189;
border: 1px solid #1ea189;
font-weight: 700;
line-height: 1;
box-shadow: 4px 4px 10px #ced1d8;
box-sizing: content-box;
	width: 450px;
}

.pc-headertimetable16 a:hover{
opacity: .7;
}

.pc-headertimetable16 a img{
width: 100%;
}

.pc-headertimetable17{
width: 450px;
}

.pc-headertimetable17 a{
display: inline-block;
text-align: center;
background: #fff;
font-size: 1.6rem;
color: #1ea189;
border: 1px solid #fd6c58;
font-weight: 700;
line-height: 1;
box-shadow: 4px 4px 10px #ced1d8;
box-sizing: content-box;
width: 450px;
}

.pc-headertimetable17 a:hover{
opacity: .7;
}

.pc-headertimetable17 a img{
width: 100%;
}




.pc-headertimetable18{
width: 750px;
margin: 0 auto;
}

.pc-headertimetable18 a{
width: 100%;
display: block;
text-align: center;
}


.pc-headertimetable18 a img{
width: 55%;
box-shadow: 10px 10px 15px #bfbfbf;
border-radius: 5px;
}

.pc-headertimetable19{
color: #390b0b;
font-weight: 400;
}


.pc-headertimetable20{
font-weight: 600;
}

.pc-headertimetable21{
font-size: 1.1rem !important;
line-height: 1 !important;
letter-spacing: 0;
}

.pc-headertimetable22{
background: #fff;
font-size: 1.4rem;
width: 100%;
text-align: right;
padding: 0 1rem;
}


/* timetable */




/*.pc-header */






/*==ナビゲーション全体の設定*/





/* メインナビ */
.pc-nav ul {
position: relative;
list-style: none;
display: flex;
width: 100%;
height: 40px;
margin: 0 auto;
border-radius: 6px;
justify-content: flex-end;
align-items: center;
gap: 30px; /* これがメインのナビの横スペース */
white-space: nowrap;
font-size: clamp(1.7rem, 1vw, 1.8rem);
}
.pc-nav ul li a{ 
	color: #16324f;
}
.pc-nav li.has-child {
position: relative;
}



/* ドロップダウンメニューのul */
.pc-nav li.has-child > ul {
position: absolute;
	top: calc(100% + 19px);
	left: 50%;
	transform: translateX(-50%);
	width: 23rem;
	display: flex;
	flex-wrap: wrap;
	background: rgb(255 255 255 / 90%);
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 100;
	height: auto;
	gap: 0;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	visibility: hidden;
}

/* ホバー時に表示 */
.pc-nav li.has-child:hover > ul {
visibility: visible;
opacity: 1;
}

/* ドロップダウン内のliは2列で */
.pc-nav li.has-child ul li {
width: 100%;
list-style: none;
}

/* リンクのスタイル */
.pc-nav li.has-child ul li a {
display: block;
padding: 1rem 2rem;
text-decoration: none;
border-bottom: 1px solid #d5cec0;
				font-size: clamp(1rem, 1.5vw, 1.8rem);
}

	.pc-nav li.has-child ul li a:hover {
						 background: #f8f9fa;
			color: #3285ca;
	}    
.pc-nav li.has-child ul li:last-child a {
border-bottom: none;
}




/* nav */











/* pagetop */


#page-top {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 300;
}
#page-top a {
width: 60px;
display: block;
opacity: 0.9;
transition: all .3s ease;

transition: background-color 0.3s, background-image 0.3s, transform 0.3s ease;    
}
#page-top a:hover {
text-decoration: none;
opacity: .5;
transform: scale(1.1);    
}


#page-top a img{
width: 100%;
display: block;
}


/* pagetop */






/* breadcrumb */

.breadcrumb__w{
width: 100%;
margin: 0 auto;
padding: 15px 0 15px 30px;
font-size: 1.5rem;
background: #f5f5f5;
}

.breadcrumb__w ol{
padding: 0;
color: #333 !important;
margin: 0 auto;
text-align: center;
}

.breadcrumb__w ol li{
list-style:none;
display:inline;
}

.breadcrumb__w ol li a:link,
.breadcrumb__w ol li a:visited{
color:#333 !important;
}

.breadcrumb__w ol li a:hover,
.breadcrumb__w ol li a:active{
opacity: .7;
}

.breadcrumb__w ol li:last-of-type a{
color:#333 !important;
}

.breadcrumb__w ol li:last-of-type a:hover,
.breadcrumb__w ol li:last-of-type a:active{
opacity: .7;
}

/* breadcrumb */















/* news */

.topnews__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
}

.topnews1 {
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;

}

.topnews2 {
width: 450px;
display: flex;
flex-wrap: wrap;
text-align: center;
}

.topnews3 {
width: 100%;
display: flex;
flex-wrap: wrap;
text-align: center;
align-items: center;
justify-content: center;
}

.topnews3 h2 {
font-size: 3.2rem;
display: inline-block;
letter-spacing: .3rem;
line-height: 1;
font-weight: 500;
font-family: "M PLUS Rounded 1c", sans-serif;
}

.topnews3 h2 span {
}

.topnews3 h2 span::after {
content: "NEWS";
font-size: 2rem;
display: block;
margin: 15px auto 0;
line-height: 1;
letter-spacing: .3rem;
color: #3285ca;
}

.topnews4 {
width: calc(100% - 480px);
}

.topnews5 {
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 7rem 0 4rem;
}

.topnews6 {
width: 100%;
font-size: 1.5rem;
margin-bottom: .5rem;
color: #5d481d;
opacity: .6;
}

.topnews7 {
width: 100%;
font-size: 1.8rem;
margin-bottom: .8rem;
font-weight: 500;
}

.topnews8 {
width: 100%;
font-size: 1.6rem;

}

.topnews8 iframe {
width: 100%;
height: 300px;
}





/*TOPバナー*/    

.topbnr__w{
width: 100%;
background: #f3f3f3;
padding: 6rem 0;
}

.topbnr_w{
 max-width: 1200px;
			width: 95%;
			margin: 0 auto;

			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			gap: 20px;
}
.topbnr_w a{
	width: calc((100% - 40px) / 3);
	 /*border: solid 1px #ccc;*/
	 border-radius: 10px;
	 overflow: hidden;
	 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}    
.topbnr_w a img{
	width:100%;
	 image-rendering: -webkit-optimize-contrast;
}



	/*
.custom-banner-link {
text-decoration: none;
display: block;
max-width: 800px;
color: inherit;
}
*/
.custom-banner {
			display: flex;
			height: 150px;
			position: relative;
			z-index: 2;
			background-color: #f0f0f0;
}

.banner-text {
				flex: 1;
			padding: 3rem;
			display: flex;
			align-items: center;
			background-color: rgb(255 255 255);
			z-index: 3;
					width: 50%;
}

.banner-title {
font-size: 2.2rem;
			white-space: nowrap;
	font-weight: 600;
}

	.banner-image {
width: 50%;
height: 100%;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}

.banner-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

/* ← 白ぼかしを画像の左側にオーバーレイ */
.banner-image::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 60px; /* ぼかしの幅。調整OK */
height: 100%;
background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0));
pointer-events: none;
z-index: 2;
}
/* アイコン（右下） */
.banner-icon {
position: absolute;
bottom: 10px;
right: 10px;
background-color: #ffffff;
padding: 10px;
border-radius: 50%;
transition: background-color 0.3s;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
z-index: 3;
}

.banner-icon img {
width: 20px;
height: 20px;
}

.icon-bg {
/*width: 30px;
height: 30px;
background-color: #fff;
border-radius: 50%;
background-image: url(./images/ic_arrow_r_01.svg);
background-size: 15px 15px;
background-repeat: no-repeat;
background-position: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	 transition: 
			background-color 0.3s,
			background-image 0.3s,
			transform 0.3s ease;
	will-change: transform;
	*/
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, transform 0.3s ease;
	will-change: transform;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-bg::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #16324f;
	border-bottom: 1px solid #16324f;
	transition: border-color 0.3s ease;
	position: relative;
	transform: translate(-30%, 0%) rotate(-45deg);

}
.custom-banner-link:hover .icon-bg {
/*background-color: rgb(201, 122, 65);
background-image: url(./images/ic_arrow_r_02.svg);
	transform: scale(1.1);*/
	background-color: #16324f;
	transform: scale(1.1);

}        
.custom-banner:hover .icon-bg::before {
	border-color: #fff;
}  



/*ベタ打ち用*/
.news_kiji__w {
			border-top: 1px solid #e8e8e8;
			height: 300px;
			overflow-y: scroll;
	}    
.kiji__w {
			border-bottom: 1px solid #e8e8e8;
			padding: 1.5rem 2rem;
			display: flex;
			flex-wrap: wrap;
			width: 100%;
			justify-content: space-between;
			align-items: center;
}
	.kiji_d {
			font-size: 1.4rem;
			color: #797979;
			display: inline-block;
			width: 100%;
	}

	.kiji_h {
			font-size: 1.8rem;
			display: inline-block;
			width: 100%;
	}

/* news */










.topfeature__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
/*background: #f3f0ea;*/
padding: 8rem 0 15rem;
position: relative;
}
.topfeature__w::before {
	content: "";
	position: absolute;
	background-color: #f9f8f7;
	width: 1300px;
	height: 1600px;
	left: -30%;
	bottom: -20%;
	z-index: -1;
	transform: rotate(-20deg);
	transform-origin: center;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.topfeature1{
width: 100%;
}

.topfeature1 h2{
text-align: center;
			font-size: 3.5rem;
			color: #1bb8ce;
			font-family: "Hiragino Mincho ProN", serif;
			font-weight: 500;
			letter-spacing: .3rem;
}

.topfeature1 h2 span{
}

.topfeature1 h2 span::after {
content: "FEATURES";
display: block;
width: 100%;
text-align: center;
font-size: 1.6rem;
font-weight: 400;
letter-spacing: .2rem;
line-height: 1;
color: #393e46;  
font-family: sans-serif;        
}


.topfeature2{
width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topfeature3{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
position: relative;
padding: 0 0 0 100px;    
}

.topfeature3_2{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
position: relative;
padding: 0 50px 0 0;    
}

.topfeature4{
width: 560px;
position: relative;
}

.topfeature4 img{
width: 100%;
}

.topfeature4-2{
order: 2;
}

.topfeature5{
position: relative;
	padding: 0 50px 0 0;
	flex: 1;
}
.topfeature5_2{
position: relative;
	padding: 0 0 0 50px;
	flex: 1;
}
.topfeature6{
font-size: 3.2rem;
font-weight: 400;
letter-spacing: .4rem;
}

.topfeature6 span{
font-size:5rem;
color: #8fb28b;
}


.topfeature7{
line-height: 2.2;
font-size: 1.5rem;
font-weight: 400;
}
.topfeature8 {
	display: flex;
	align-items: center;
	position: relative;
}

.topfeature8 .text {
	font-size: 3rem;
	color: #21b8ce;
}

.topfeature8 .text-line {
			transform: translateY(-50%);
	width: 150px;
	height: 1px;
	background-color: #21b8ce;
	margin: 0 2rem;
}


/*topdoctor*/
/*
.topdoctor__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
padding: 0 0 0;
}

.topdoctor1{
width: 850px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #f7f6f2;
padding: 8rem 6rem 7rem 6rem;
align-items: flex-start;
}

.topdoctor2{
width: 620px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;

}

.topdoctor3{
width: 100%;
font-size: 3.5rem;
color: #3e1f03;
}

.topdoctor3 span::before{
content: "DOCTOR";
color: #2eaf45;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: .4rem;
display: block;
line-height: 1;
margin-bottom: .7rem;

}

.topdoctor3 span::after{
content: "";
display: block;
width: 7.8rem;
border-bottom: 1px dashed #3e1f03;
margin-top: .7rem;
}


.topdoctor4{
width: 100%;
font-size: 2.5rem;
color: #3e1f03;
letter-spacing: .5rem;
}

.topdoctor5{
line-height: 2;
}

.topdoctor6{
width: 100%;
}

.topdoctor6 a span{
display: inline-block;
}

.topdoctor6 a span::before{
content: "";
background: url("./images/ic_arrow1.svg");
width: 4rem;
height:4rem;
display: inline-block;
margin: 0 1.5rem 0 0;
vertical-align: middle;
}

.topdoctor6 span::after{
content: "";
display: block;
width: 20rem;
border-bottom: 1px dashed #3e1f03;
margin: 1rem 0 0 4.5rem;
}

.topdoctor7{
width: 420px;
}


.topdoctor7 img{
width: 100%;
}


.topdoctor8{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topdoctor9{
width: 100%;
font-size: 1.5rem;
}

*/




/*TOPページ医療DX推進体制について*/
.topdx__w {
width: 100%;
padding: 10rem 0 5rem;
background: #ffffff;
position: relative;
overflow-x: hidden; 
}

.h2_dx {
width: 100%;
padding-bottom: 60px;
position: relative;
z-index: 1;
font-family: "M PLUS Rounded 1c", sans-serif;
}
.h2_dx span {
font-size: 3.2rem;
display: inline-block;
letter-spacing: .3rem;
line-height: 1;
font-weight: 500;
}
.h2_dx span::after {
content: "DIGITAL HEALTH";
font-size: 2rem;
display: block;
margin: 20px auto 0;
line-height: 1;
letter-spacing: .3rem;
	color: #3285ca;
}
.topdx_content_w {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
}


.topdx_img {
position: absolute;
top: 0;
left: 0;
width: clamp(400px, 50vw, 800px); /* 画面に応じて横幅調整 */
aspect-ratio: 3 / 2; /* 縦横比 = 600 : 400 = 3:2 */
background: url(./images/dx_bg.jpg) no-repeat left center;
background-size: cover;
/*border-radius: 0 20px 20px 0;*/
z-index: 1;
}

.topdx_accordion {
margin-left: 300px; /* ←画像にかぶらないようにマージン */
background: #fff;
/*border-radius: 10px 0 0 0;*/
padding: 90px 100px 90px 100px;
box-sizing: border-box;
position: relative;
z-index: 2;
}

.toggle {
display: none;
}
.Label {
  display: block;
  position: relative;
  border-bottom: solid 1px #ccc;
  font-size: 1.9rem;
  font-weight: 400;
  padding: 2rem 5rem 2rem 2rem;
  cursor: pointer;
}
.Label::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.3s ease;
	pointer-events: none;
}
.Label:hover {
	background-color: #f8f9fa;
	color: #3285ca;
}
/* 開いているとき（チェックされたとき）は回転させる */
.toggle:checked + .Label::before {
	transform: translateY(-50%) rotate(225deg);
}


.Label,
.topdx_txt {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.topdx_txt {
height: 0;
padding: 0 20px;
overflow: hidden;
}
.toggle:checked + .Label + .topdx_txt {
height: auto;
padding: 20px;
}

/* subject */











/* subject */

.topkenshin__w{
width: 100%;
padding: 8rem 0 0;
}


.topkenshin1{
width: 100%;
}

.topkenshin1 h2{
		 text-align: center;
			font-size: 3.5rem;
			color: #1bb8ce;
			font-family: "Hiragino Mincho ProN", serif;
			font-weight: 500;
			letter-spacing: .3rem;
}

.topkenshin1 h2 span{
}

.topkenshin1 h2 span::after {
content: "CHECKUP";
display: block;
			width: 100%;
			text-align: center;
			font-size: 1.6rem;
font-weight: 400;
letter-spacing: .2rem;
line-height: 1;
			color: #393e46;
			font-family: sans-serif;
}

.topkenshin2{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
}

.topkenshin3{
width: calc(100% / 3);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;   
padding: 30px;    
background: #ffffff;    
}

.topkenshin3:hover{
}

.topkenshin4{
width: 100%;
}

.topkenshin4 img{
width: 100%;
}

.topkenshin5{
width: 100%;
text-align: center;
font-size: 2.2rem;
/*padding: 1.5rem 0 1.5rem;*/
padding: 1.5rem 0 0;    
color: #393e46;
}

.topkenshin6{
width: 100%;
font-size: 1.5rem;
line-height: 2.2;
font-weight: 400;
}

/* subject */




















/* medical */

.topmedical__w{
width: 100%;
padding: 8rem 0 9rem;
background: url("./images/topmedicalbg.png") left bottom no-repeat #fafafa;
}

.topmedical1{
width: 1100px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.topmedical2{
width: 340px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
border-radius: 5px;
margin-right: 26px;
}

.topmedical2:nth-child(3){
margin-right: 0;
}

.topmedical2:hover{
transform: translateY(-3px);
}


.topmedical3{
width: 100%;
}

.topmedical3 img{
width: 100%;
border-radius: 5px 5px 0 0;
}

.topmedical4{
width: 100%;
text-align: center;
}


.topmedical4 img{
width: 113px;
height: 99px;
margin-top: -50px;
}

.topmedical5{
width: 100%;
font-size: 2.2rem;
text-align: center;
line-height: 1.4;
font-weight: 400;
padding: 2rem 0 0;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
}

.topmedical5 span{
display: block;
position: relative;
width: 100%;
}

.topmedical5 span::after{
content: "";
background: url("./images/ic_arrow2.svg");
width: 1.4rem;
height:1.4rem;
display: inline-block;
vertical-align: middle;
position: absolute;
right: 2rem;
top: 2.7rem;
}

.topmedical6{
font-size: 1.6rem;
display: block;
}

.topmedical7{
width: 495px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background: #fff;
padding: 5rem 2rem;
margin-right: 26px;
border-radius: 5px;
}

.topmedical2:nth-child(3){
margin-right: 0;
}

.topmedical7:hover{
transform: translateY(-3px);
}

.topmedical8{
display: block;
width: 50px;
}

.topmedical8 img{
width: 50px;
height: 50px;
}

.topmedical9{
width: calc(100%);
font-size: 2rem;
text-align: center;
line-height: 1.2;
letter-spacing: .07rem;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
font-weight: 400;
}

.topmedical9 span{
display: block;
position: relative;
}

.topmedical9 span::after{
content: "";
background: url("./images/ic_arrow2.svg");
width: 1.4rem;
height:1.4rem;
display: inline-block;
vertical-align: middle;
position: absolute;
right: 0;
top: .5rem;
}


.topmedical10{
width: 100%;
font-size: 1.4rem;
padding: 2rem 1rem 2.7rem;
text-align: center;
}



.topsubject11{
width: 100%;
}

.topsubject11 h2{
text-align: center;
font-size: 2.5rem;
font-weight: 500;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
color: #4c2828;
letter-spacing: .3rem;
}

.topsubject11 h2 span{
}

.topsubject11 h2 span::after{
content: "";
display: block;
background: #81391b;
width: 5rem;
height: .1rem;
margin: 1rem auto 0;
}


/* medical */









/* timetable */

.toptimetable__w{
width: 100%;
padding: 8rem 0 9rem;
background: url("./images/toptimetablebg.png") right top no-repeat #fafafa;
}

.toptimetable1{
width: 100%;
}

.toptimetable1 h2{
text-align: center;
font-size: 2.5rem;
font-weight: 500;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
color: #4c2828;
letter-spacing: .3rem;
}

.toptimetable1 h2 span{
}

.toptimetable1 h2 span::after{
content: "";
display: block;
background: #81391b;
width: 5rem;
height: .1rem;
margin: 1rem auto 0;
}

.toptimetable2{
width: 1020px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.toptimetable3{
width: 100%;
text-align: center;
}

.toptimetable3 span{
width: 100%;
border: 1px solid #beb0b0;
padding: .8rem 3rem;
background: #fff;
text-align: center;
font-size: 1.9rem;
font-weight: 400;
}



.toptimetable4{
width: 100%;
text-align: center;
}


.toptimetable4 img{
width: 113px;
height: 99px;
margin-top: -50px;
}

.toptimetable5{
width: 100%;
font-size: 2.0rem;
text-align: center;
line-height: 1.5;
font-weight: 400;
padding: 2rem 0 0;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
}

.toptimetable5 span{
display: block;
position: relative;
width: 100%;
}

.toptimetable5 span::after{
content: "";
background: url("./images/ic_arrow2.svg");
width: 1.4rem;
height:1.4rem;
display: inline-block;
vertical-align: middle;
position: absolute;
right: 2rem;
top: 2.5rem;
}

.toptimetable6{
font-size: 1.6rem;
display: block;
}

.toptimetable7{
width: 495px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background: #fff;
padding: 2.5rem 2rem;
}

.toptimetable7:hover{
transform: translateY(-3px);
}


.toptimetable8{
display: block;
width: 50px;
}

.toptimetable8 img{
width: 50px;
height: 50px;
}

.toptimetable9{
width: calc(100%);
font-size: 1.8rem;
text-align: center;
line-height: 1.2;
letter-spacing: .07rem;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
font-weight: 400;
}

.toptimetable9 span{
display: block;
position: relative;
}

.toptimetable9 span::after{
content: "";
background: url("./images/ic_arrow2.svg");
width: 1.4rem;
height:1.4rem;
display: inline-block;
vertical-align: middle;
position: absolute;
right: 0;
top: .4rem;
}


.toptimetable10{
widows: 100%;
font-size: 1.5rem;
padding: 2.5rem 3rem;
font-weight: 400;
}



.toptimetable11{
width: 100%;
}

.toptimetable11 h2{
text-align: center;
font-size: 2.5rem;
font-weight: 500;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
color: #4c2828;
letter-spacing: .3rem;
}

.toptimetable11 h2 span{
}

.toptimetable11 h2 span::after{
content: "";
display: block;
background: #81391b;
width: 5rem;
height: .1rem;
margin: 1rem auto 0;
}











.toptimetable12{
width: 100%;
text-align: center;
}

.toptimetable13{
margin: 0 auto;
display: inline-block;
text-align: left;
background: #fff;
padding: 2rem 3rem;
flex-wrap: wrap;
}

.toptimetable14{
width: 100%;
}

.toptimetable15{
width: 700px;
margin: 0 auto;
padding: 3rem 4rem;
background: #efefed;
border-radius: 10px;
}

.toptimetable16{
width: 100%;
font-size: 2.2rem;
text-align: center;
}

.toptimetable17{
width: 100%;
}

.toptimetable18{
width: 100%;
text-align: center;
}

.toptimetable18 > .header10{
display: inline-block;
}








.toptimetable_temp{
width: 100%;
text-align: center;
}

.toptimetable19{
width: 100%;
text-align: center;
}

.toptimetable19 span{
display: inline-block;
font-size: 1.8rem;
font-weight: 400;
position: relative;
border-bottom: 3px solid #ccc;
padding: 0 1rem 7px;
}

.toptimetable19 span::after{
position: absolute;
content: '';
width: 30px;
left: 0;
bottom: -3px;
border-bottom: 3px solid #309f56;
}


/* timetable */















/**/
.tophours h2 {
			font-size: 3.5rem;
			font-family: "Hiragino Mincho ProN", serif;
			font-weight: 500;
			letter-spacing: .3rem;
}    
			.topnews3 h2 span {
	}
.tophours h2 span::after {
			content: "OFFICE HOURS";
			display: block;
			width: 100%;
			font-size: 1.6rem;
font-weight: 400;
letter-spacing: .2rem;
line-height: 1;
			font-family: sans-serif;
}

.tophours__w {
flex: 1;
margin: 0 auto;
}

.tophours1 {
width: 100%;
margin: 0 auto;
}
.tophours2 {
display: flex;
flex-wrap: wrap;
height: 100%;
}
.tophours_bg {
background: #fafafa;
			padding: 10px 25px 20px;
			margin: 0 0 15px;  
	border-radius: 10px;
}    
.tophours3 {
border-collapse: collapse;
width: 100%;
margin: 0 auto 15px;
}
.tophours4 th,
.tophours4 td {
padding: .9rem 1.2rem;
text-align: center;
border-bottom: 1px solid #ccc;

font-size: 1.8rem;
position: relative;
}

.tophours4 .active {
			color: #4386cc;
	}  
.tophours4 .closed {
			color: #87795c;
	}     
.tophours4 th {
font-weight: 400;
vertical-align: middle;
}

.tophours4 th span {
font-size: 1rem;
display: inline-block;
}

.tophours4 {
width: 100%;
padding-right: 1rem;
font-size: 1.5rem;
}

.tophours5 {
			width: 100%;
}

.tophours6 td sup {
position: absolute;
vertical-align: super;
font-size: 1rem;
letter-spacing: 0;
}

.tophours6 th sup {
position: absolute;
vertical-align: super;
font-size: 1rem;
letter-spacing: 0;
}
.bnr_w{
	width: 400px;
	border: solid 1px #ccc;
	margin: 30px 0 0;
}
.bnr_w img{
	width: 100%;
}
/**/





/* access */
.topaccess__w {
width: 100%;
padding: 0 0 8rem;
background: #f5f5f5;
}

.topaccess1{
width: 100%;
}


.topaccess1 h2{
text-align: center;
font-size: 2rem;
font-weight: 400;
color: #5d481d;
letter-spacing: .2rem;
}

.topaccess1 h2 span{
}

.topaccess1 h2 span::before {
content: "ACCESS";
display: block;
width: 100%;
text-align: center;
font-size: 3.8rem;
font-weight: 400;
font-family: 'Playfair Display', serif;
color: #5d481d;
}
.topaccess2 {
width: 1200px;
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			padding: 60px;
			background: #fff;
	border-radius: 30px 30px 0 0;
}

.topaccess3 {
width: 450px;
position: relative;
}

.topaccess3 img{
width: 100%;
}

.topaccess4 {
width: 750px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}

.topaccess5 {
width: 50%;
padding: 2rem 0 4rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-right: 1px solid #5d481d;
}

.topaccess6 {
width: 100%;
font-size: 1.8rem;
line-height: 1.8;
text-align: center;
}

.topaccess7 {
width: 100%;
font-size: 2.5rem;
font-weight: 500;
text-align: center;
letter-spacing: .2rem;

}

.topaccess8 {
width: 100%;
font-size: 1.5rem;
text-align: center;
}

.topaccess8b {
width: 100%;
font-size: 1.5rem;
text-align: center;
}

.topaccess9 {
width: 50%;
padding: 2rem 0 4rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topaccess10 {
width: 100%;
font-size: 1.8rem;
text-align: center;
}

.topaccess11 {
display: inline-block;
font-size: 3rem;
font-weight: 500;
text-align: center;
padding: 0 .5rem;
}


.topaccess13 {
width: 300px;
position: absolute;
bottom: -3.5rem;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.topaccess13 a {
width: 100%;
display: block;
text-align: center;
background: #d87d97;
padding: 1.8rem;
color: #fff;
position: relative;
border-radius: 4px;
}
.topaccess13 a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 2rem;
background: url(./images/ic_arrow1.svg);
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: auto;
vertical-align: baseline;
transition: all .3s;
}

.topaccess14 {
width: 100%;
max-width: 1200px;
margin: 9rem auto 0;
height: 0;
overflow: hidden;
padding-bottom: 20.25%;
position: relative;
}
.topaccess14 iframe{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.topaccess15{
				width: 1200px;
			display: flex;
			column-gap: 30px;
			justify-content: space-between;
			min-width: 1200px;
	overflow: hidden;
}

.topaccess16{
width: 50%;
			display: flex;
			flex-direction: column;
}

.topaccess16 iframe{
			height: 400px;
			width: 100%;

}
.topaccess17{
width: 300px;
margin: 0 auto;
margin-top: 3rem;
}
.topaccess18 a{
width: 100%;
display: block;
text-align: center;
background: #1bb8ce;
padding: 1.8rem;
color: #fff;
border-radius: 4px;
position: relative;
}
.topaccess18 a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 2rem;
background: url(./images/ic_arrow1.svg);
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: auto;
vertical-align: baseline;
transition: all .3s;
}

.topaccess19 {
width: 45%;
position: relative;
}

.topaccess19 img{
width: 100%;
}

.topaccess20{
margin: 1.5rem 0 0;
	}    
/* access */






.topreservation__w {
width: 100%;
padding: 7rem 0 7rem;

background: linear-gradient(90deg, rgb(146 226 237 / 20%) 0%, rgb(33 184 206 / 60%) 50%, rgba(17, 160, 181, 1) 100%) fixed, url(./images/bg_reservation_pc.webp) left bottom;
			background-repeat: no-repeat;
			background-size: auto, 800px;
}

.topreservation1{
width: 100%;
}

.topreservation1 h2{
	text-align: center;
			font-size: 3.5rem;
			color: #fff;
			font-family: "Hiragino Mincho ProN", serif;
			font-weight: 500;
			letter-spacing: .3rem;
}

.topreservation1 h2 span{
}

.topreservation1 h2 span::after {
content: "RESERVATION";
			display: block;
			width: 100%;
			text-align: center;
			font-size: 1.6rem;
font-weight: 400;
letter-spacing: .2rem;
line-height: 1;
			color: #fff;
			font-family: sans-serif;
}

.topreservation2 {
					width: 1200px;
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
	column-gap: 20px;
}
.topreservation3 {
							width: calc((50%) - 10px);
			text-align: center;
			background: #fff;
			display: flex;
			align-items: center;
	box-shadow: 5px 5px 10px #21b8ce45;
}

.topreservation4 {
					width: calc((50%) - 10px);
			text-align: center;
			background: #fff;
			display: flex;
	align-items: center;
	box-shadow: 5px 5px 10px #21b8ce45;
}   
.topreservation5 {
				 width: 40%;
			border-right: solid 1px #ccc;
			height: 90%;
			display: flex;
			align-items: center;
			justify-content: center;
	font-size: 1.8rem;
}  
.topreservation6 {
					padding: 0 40px;
			flex: 1;
	margin: 30px 0;
}  
.topreservation7 {
	text-align: left;
}  
.topreservation7 a {
			width: 100%;
			display: block;
			font-size: 3.5rem;
			line-height: 1;
	color: #21b8ce;
	margin: 0 0 1rem;
	}  
.topreservation8 {
		 text-align: left;
	}      
.topreservation9 a {
			width: 230px;
			display: inline-block;
			text-align: center;
			padding: 1.3rem 0;
			background: #21b8ce;
			color: #ffffff;
			font-size: 1.8rem;
					border-radius: 4px;
	position: relative;
	margin: 0 0 10px 0;
	} 
	.topreservation9 a:after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			right: 2rem;
			background: url(./images/ic_arrow1.svg);
			display: inline-block;
			width: 1.2rem;
			height: 1.2rem;
			margin: auto;
			vertical-align: baseline;
			transition: all .3s;
	}
.topreservation10 a {
			width: 230px;
			display: inline-block;
			text-align: center;
			padding: 1.3rem 0;
			background: #06C755;
			color: #ffffff;
			font-size: 1.8rem;
					border-radius: 4px;
	position: relative;
	} 
	.topreservation10 a:after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			right: 2rem;
			background: url(./images/ic_arrow1.svg);
			display: inline-block;
			width: 1.2rem;
			height: 1.2rem;
			margin: auto;
			vertical-align: baseline;
			transition: all .3s;
	}    
/* reservation */














































.topcovid19__w{
width: 100%;
background: #f7f6f4;
padding: 60px 0 60px;
}
.infection_w {
width: 1200px;
padding: 0 0 40px;
margin: 0 auto;
}
.infection0 {
text-align: center;
color: #ffffff;
font-size: 2.3rem;
letter-spacing: .1rem;
line-height: 1.5;
padding: 18px 0;
background: #ff6262;
width: 100%;
margin: 40px auto;
}
.infection1 {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.infection2 {
width: 30%;
margin: 0 auto;
display: flex;
flex-direction: column;
}

.infection3 {
width: 60%;
margin: 0 auto 30px;
position: relative;
}


.infection3 img {
width: 100%;
}
.infection4 {
width: 100%;
font-size: 2rem;
letter-spacing: .1rem;
line-height: 1.5;
display: inline-block;
text-align: center;
margin: 0 0 27px;
border-radius: 15px;
font-weight: 700;
color: #41241F;
}
.infection4::first-letter {
color: #ff6262;
}
.infection5 {
letter-spacing: .05rem;
font-size: 1.4rem;
text-align: justify;
line-height: 2.4;
		color: #41241F;
}






.parallax-section {
background-image: url("./images/facility_12.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 350px;
width: 100%;
}







/* footer */
footer{
width: 100%;
background: #fff;
padding: 0;
					z-index: 2;
			position: relative;
}

.footer__w{
			overflow: hidden;
			margin: 0 auto;
			padding: 80px 0 80px;
			justify-content: space-between;
			align-items: center;
			flex-direction: row;
			display: flex;
			max-width: 1200px;
			width: 95%;
	gap: 60px;
}
	.footer_info{
							flex: 1;
	}
	.footer_logo{
			margin: 0 0 20px;
	}
	 .footer_logo a{
							 display: block;
			margin: 0 auto;
			width: 70%;
	}
		 .footer_logo img{
			width: 100%;
	}
			.footer_tel{
		 margin: 0 0 30px;
	}
	.footer_tel a{
		 display: flex;
		 font-size: clamp(2rem, 2.8vw, 2.8rem);
			font-weight: 500;
			align-items: center;
			justify-content: center;
	}
	.footer_tel a span {
			display: inline-flex;
			justify-content: center;
			gap: 1rem;
			align-items: center;
			line-height: 1;
	}
	.footer_tel a span::before {
			content: "";
			background: url(./images/ic_tel.svg) no-repeat center;
			background-size: contain;
			display: inline-block;
			 width: clamp(1.3rem, 2.5vw, 2.5rem);
	height: clamp(1.3rem, 2.5vw, 2.5rem);
			position: relative;
			top: 3px;
	}
	.footer_access{
text-align: center;
	}
	.footer_map{
			width:  600px;
	}
			.footer_map iframe{
			width: 100%;
	}
.footer1{
width: 200px;
}

.footer2{
width: 100%;
margin-top: .5rem;
margin-bottom: 2.5rem;

}

.footer2 img{
width: 100%;
}


.footer3{
			margin: 3rem 0;
}

.footer4{
font-size: 1.5rem;
margin-bottom: 1rem;
font-weight: 400;
}
.footer4 ul {
	display: flex;
			gap: 10px;
}
.footer4 ul li{
	width: 40px;
	height: 40px;
}  
.footer4 ul li a img{
	width: 100%;
}     
.footer5{
width: 100%;
margin-top: .5rem;
margin-bottom: 5rem;
}

.footer5 a{
display: inline-block;
padding: .5rem 3.6rem;
text-align: center;
background: #877d63;
font-weight: 400;
font-size: 1.4rem;
letter-spacing: .2rem;
border-radius: 3px;
position: relative;
}
.footer5 a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 1.2rem;
background: url(./images/ic_arrow1.svg);
display: inline-block;
width: 1rem;
height: 1rem;
margin: auto;
vertical-align: baseline;
transition: all .3s;
}
.footer5 a:hover {
opacity: 1;
background: #807557;
border-radius: 4px;
}
.footer5 a:hover::after {
right: 1rem;
}

.footer6 {
display: flex;
flex-wrap: wrap;
line-height: 2.4em;
}
.footer6 > div {
margin-right: 1.5em;    
}
.footer7 a{
font-size: 1.5rem;
}

.footer8{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
color: #fff;
margin-bottom: 2rem;
}
.footer8 > div:first-child {
margin-right: 3rem;
} 

.footer9{
line-height: 2;
font-weight: 400;
}
.footer10{
display: inline-block;
font-size: 2.6rem;
font-weight: 500;
line-height: 1;
letter-spacing: .15rem;
}

.footer11{
font-size: 1.8rem;
display: inline-block;
margin-right: .7rem;
}

.footer12{
flex: 1;
height: 0;
overflow: hidden;
padding-bottom: 28%;
position: relative;
}
.footer13 {
background: #fcfbfa;
padding: 1.5rem 3rem 0.5rem;
border-radius: 4px;
}

.footer_bottom_w{
			background: #18489f;
			padding: 20px 0 20px;
	}
	.footer_bottom{

			display: flex;
			justify-content: space-between;
							max-width: 1200px;
			width: 95%;
			margin: auto;
	}
.footernav_w{
			width: 450px;
	}        
.footernav{
padding: 20px 0;
	}    
.footernav ul{
			display: flex;
			width: 450px;
			flex-wrap: wrap;
			flex-direction: row;
			justify-content: space-between;
	}   
	.footernav ul li{
		 position: relative;
			line-height: 2;
			width: calc((100% - 10px) / 3);
	} 
.footernav ul li:before {
	/*content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			background: url(./images/ic_arrow6.svg);
			display: inline-block;
			width: 1rem;
			height: 1rem;
			margin: auto;
			vertical-align: baseline;
			transition: all .3s;*/
	 content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin: auto;
	vertical-align: baseline;
	transition: all .3s;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	width: 0.5rem;
	height: 0.5rem;
}  
.footernav ul li a{
	margin: 0 0 0 2.5rem;
	 color: #ffffff;
} 
.footer_sub{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_sns{
			display: flex;
			gap: 10px;
			justify-content: flex-end;
	}
.footer_sns a {
			width: 40px;
			height: 40px;
	}
.footernav_w_sub{
			width: 350px;
	}        
.footernav_sub{
			display: flex;
			margin-right: auto;
			margin-left: auto;
	}    
.footernav_sub ul{
			width: 50%;
	}   
	.footernav_sub ul li{
			position: relative;

	}    
.footernav_sub ul li:before {
	content: '-';
			display: inline-block;
			color: #393e46;
			vertical-align: text-bottom;
}  
.footernav_sub ul li a{
	margin: 0 0 0 1rem;
}    











.sitemap__w{
background: #f1f1e6;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 30px 0 30px 0;
width: 100%;
margin: 60px 0 0 0;
}

.sitemap1{
margin: 0 2.8rem 0 0;
line-height: 2.7;
letter-spacing: .01rem;
}

.sitemap1:last-child{
margin: 0 0 0 0;
}

.sitemap2{
width: 100%;
}

.sitemap2 a{
font-weight: 500;
font-size: 1.5rem;
color: #221c0f;
}

.sitemap3{
width: 100%;
font-size: 1.5rem;
line-height: 2.3;
}

.sitemap3 a{
display: block;
width: 100%;
}

.googlemaps__w{
width: calc(100% - 550px);
padding: 0 0 0 20px;
background: #f8f6ef;
}

.googlemaps__w iframe{
width: 90%;
height: 936px;
}




/* footer */






/* copyright */


.copyright {
			font-size: 1.3rem;
			text-align: right;
	 color: #ffffff;

}



/* copyright */

/*common*/
.topaccess13 a:hover,
.header9 a:hover {
opacity: 1;
background: #bf5f7a;
border-radius: 4px;
}
.topaccess13 a:hover::after,
.header9 a:hover::after {
right: 1.6rem;
}











/* subpage */

.subpagetitle__w{
width: 100%;
background: url("./images/subpagetitlebg1.jpg");
background-size: cover;
padding: 5rem 0;
}

.subpagetitle1{
text-align: center;
margin: 0 auto;
width: 100%;
}

.subpagetitle1 h2{
font-size: 3rem;
font-weight: 700;
letter-spacing: .8rem;
color: #fff;
line-height: 1;
}

.subpagetitle1 h2 span{
}

.subpagetitle1 h2::first-letter{
}

.subpagetitle1 h2 span::after{
display: block;
text-align: center;
font-size: 1.2rem;
letter-spacing: .1rem;
border-top: 1px dashed #cbecff;
width: 25rem;
margin: 12px auto 0;
padding: 10px 0 0 0;
color: #cbecff;
font-weight: 400;
line-height: 1;
}


.subpagetitle__w1{
background: #ebd5c8 url(./images/subpagetitle1.jpg) left center no-repeat;
background-size: contain;
}

.subpagetitle__w1{
background: #ebd5c8 url(./images/subpagetitle1.jpg) left center no-repeat;
background-size: cover;
}

.subpagetitle__w2{
background: #ebd5c8 url(./images/subpagetitle2.jpg) left center no-repeat;
background-size: cover;
}

.subpagetitle__w3{
background: #ebd5c8 url(./images/subpagetitle3.jpg) left center no-repeat;
background-size: cover;
}

.subpagetitle__w4{
background: #ebd5c8 url(./images/subpagetitle4.jpg) left center no-repeat;
background-size: cover;
}

.subpagetitle__w5{
background: #ebd5c8 url(./images/subpagetitle5.jpg) left center no-repeat;
background-size: cover;
}
















.subpagetitle2{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.subpagetitle3{
width: 100%;
background: #fff;
padding: 20px 20px 20px;
border-radius: 30px 10px 30px 10px;

}
.subpagetitle4{
width: 100%;
}

.subpagetitle4 img{
border-radius: 30px 10px 30px 10px;
}

.subpage__w{
width: 100%;
		 background: linear-gradient(to bottom, #f3f3f3, #efece7);
			padding: 6rem 0 15rem;
}
	.fixed-logo {
position: fixed;
bottom: 0;
right: 20px;
width: 500px;
opacity: 0.1;
pointer-events: none;
z-index: 0;  
}

.subpage1{
width: 920px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
padding: 4rem 2rem;
border-radius: 20px;
}

.subpage2{
width: 100%;
}

.subpage2 h2{
font-size: 3rem;
font-weight: 400;
letter-spacing: .1rem;
line-height: 1.5;
padding: 0 0 3rem 0;
text-align: center;
				width: 100%;
background-image: linear-gradient(90deg, #1eaa39 0 7%, #e8e7e4 7%);
background-repeat: no-repeat;
background-size: 100% 5px;
background-position: bottom;

}

.subpage2 h2 span{
font-size: 2.4rem;
font-weight: 700;
letter-spacing: .1rem;
line-height: 1.5;
padding: 0 0 2rem 0;
text-align: center;
}

.subpage2a{
width: 100%;
text-align: center;
}

.subpage2 h2 .subpage2a span{
display: inline-block;
text-align: center;
color: #f15a5a;
padding: .2rem 1.5rem;
line-height: 1.6;
font-size: 1.7rem;
border-radius: 100px;
font-weight: 500;
}



.subpage3{
width: 100%;
line-height: 2.1;
}

.subpage4{
width: 100%;
}

.subpage4 a{
display: block;
width: 400px;
margin: 0 auto;
background: #ffee9c;
padding: 20px 0;
text-align: center;
letter-spacing: -.005rem;
color: #643e2f;
box-shadow: 6px 6px 15px #fff2b3;
font-weight: 500;
font-size: 2rem;
line-height: 1;
position: relative;
}

.subpage4 a span{
display: block;
width: 100%;
}

.subpage4 a span::after{
content: "";
background: url("./images/ic_arrow1.svg");
display: inline-block;
width: 2.2rem;
height: 2.2rem;
position: absolute;
top: 20px;
right: -10px;
}

.subpage4 a:hover{
transform: translateY(-3px);
opacity: .5;
}

.subpage5{
width: 100%;
position: relative;
padding: 30px 30px;
background: #fffdeb;
border-radius: 10px;
border: 2px solid #ffdaa9;
color: #49200e;
}

.subpage5 ul{
width: 100%;
}

.subpage5 ul li{
width: 100%;
line-height: 2;
margin: 0 0 15px 0;
}

.subpage5 ul li:last-child{
margin: 0 0 0 0;
}

.subpage5 ul li span{
width: 100%;
}

.subpage5 ul li span::before{
content: "";
display: inline-block;
background: url("./images/ic_check.svg");
width: 2rem;
height: 2rem;
margin: 0 10px 0 0;
vertical-align: sub;
}

.subpage6{
width: 100%;
padding: 30px 30px;
position: relative;
background: #f5f5f5;
border-radius: 10px;
}

.subpage6 ul{
width: 100%;
}

.subpage6 ul li{
width: 100%;
line-height: 2;
margin: 0 0 15px 0;
}

.subpage6 ul li:last-child{
margin: 0 0 0 0;
}

.subpage6 ul li span{
width: 100%;
}

.subpage6 ul li span::before{
content: "";
display: inline-block;
background: url("./images/ic_check2.svg");
width: 2rem;
height: 2rem;
margin: 0 10px 0 0;
vertical-align: sub;
}

.subpage6 .subpage_list-1of2 {
display: flex;
flex-wrap: wrap;
}

.subpage6 .subpage_list-1of2 li {
width: 50%;
}

.subpage7{
width: 100%;
}

.subpage7 ul{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.subpage7 ul li{
width: 30%;
margin: 0 3% 28px 0;
}

.subpage7 ul li:nth-last-child(1){
margin: 0 3% 0 0;
}

.subpage7 ul li:nth-last-child(2){
margin: 0 3% 0 0;
}

.subpage7 ul li:nth-last-child(3){
margin: 0 3% 0 0;
}

.subpage7 ul li a{
display: block;
width: 100%;
margin: 0 auto;
background: #ffffff;
padding: 20px 0;
text-align: center;
letter-spacing: .05rem;
color: #3A3A30;
box-shadow: 6px 6px 15px #b9deff;
font-weight: 700;
font-size: 2.2rem;
line-height: 1;
position: relative;
border: 2px solid #499be2;
}

.subpage7 ul li a:hover{
transform: translateY(-3px);
opacity: .5;
}

.subpage7 ul li a span{
width: 100%;
}

.subpage7 ul li span::after{
content: "";
background: url("./images/ic_arrow2.svg");
display: inline-block;
width: 1.2rem;
height: 1.2rem;
position: absolute;
top: 2.7rem;
left: 1.5rem;
transform: rotateZ(90deg);
}

.subpage8{
width: 100%;
}

.subpage8 h3{
padding: .3rem 0 .3rem 1.8rem;
font-size: 2.4rem;
letter-spacing: .08rem;
line-height: 1;
position: relative;
font-weight: 500;
transform: scaleY(1.03);
display: inline-block;
}

.subpage8 h3::before{
border-left: 6px solid #47b954;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
}

.subpage9{
width: 400px;
margin: 0 auto;
}

.subpage9 img{
width: 100%;
border-radius: 10px;
}

.subpage10{
width: 100%;
background: #F5F5F5;
position: relative;
padding: 30px 30px 30px;
border-radius: 0;
margin: 0 auto;
}

.subpage10 ul{
width: 100%;
}

.subpage10 ul li{
width: 100%;
line-height: 2.2;
}

.subpage10 ul li span{
width: 100%;
}

.subpage10 ul li span::before{
content: "";
display: inline-block;
background: url("./images/ic_check3.svg");
width: 2rem;
height: 2rem;
margin: 0 10px 0 0;
vertical-align: sub;
}

.subpage11{
display: inline-block;
margin: -4.5rem 0 0 0;
background: #47c8af;
color: #fff;
text-align: center;
padding: 4px 20px;
border-radius: 3px;
position: absolute;
font-size: 1.7rem;
}

.subpage12{
padding: 12px 0 0 0;
font-size: 1.6rem;
line-height: 2;
}

.subpage13{
display: inline-block;
margin: -4.5rem 0 0 0;
background: #f99027;
color: #fff;
text-align: center;
padding: 4px 20px;
border-radius: 3px;
position: absolute;
font-size: 1.7rem;
}

.subpage14{
display: inline-block;
margin: -4.5rem 0 0 0;
background: #7dadd4;
color: #fff;
text-align: center;
padding: 4px 20px;
border-radius: 3px;
position: absolute;
font-size: 1.7rem;
}

.subpage15{
width: 100%;
line-height: 1.8;
}

.subpage16{
width: 100%;
}

.subpage16 span{
line-height: 1.8;
font-size: 1.7rem;
font-family: 'Zen Old Mincho', serif;
font-weight: 700;
display: inline-block;
padding: 2px 20px;
letter-spacing: 0;
background: #fff;
border-radius: 100px;
color: #4387bf;
}

.subpage17{
width: 100%;
}

.subpage17 span{
line-height: 1.8;
font-size: 1.7rem;
font-weight: 700;
display: inline-block;
padding: 2px 20px;
letter-spacing: .1rem;
background: #f3f3f3;
border-radius: 100px;
}

.subpage18{
width: 100%;
}


.subpage18 nav ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;  
background-color: #fff;
padding: 0;
}


/*各ナビゲーション横幅*/
.subpage18 nav ul li{
width:33.3%;
}

/*ナビゲーションaタグの形状*/
.subpage18 nav ul li a{
color: #044589;
padding: 15px 0 15px;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0;
}

.subpage18 nav ul li a:hover,
.subpage18 nav ul li a:active{
background:#fffdec;
}

.subpage18 nav ul li img {
width: 50%;
height: auto;
transition: all .5s;
vertical-align: bottom;
border-radius: 15px 5px 15px 5px;
}

.subpage18 nav ul li img:hover{
transform: scale(1.2);
}

.subpage18 nav ul li dt{
overflow: hidden;
margin: 0 0 8px 0;
}


.subpage19{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 30px 0 30px;
}

.subpage20{
width: 100%;
margin: 0 0 15px 0;
}

.subpage20 h4{
font-size: 1.9rem;
letter-spacing: .05em;
line-height: 1.5;
position: relative;
font-weight: 500;
padding: 5px 15px;
display: inline-block;
margin: 0 0 0 10px;
color: #32698f;
background: #fdfdfd;
border: 1px solid #83aac5;
}

.subpage21{
background: #fff4c8;
padding: 1.2rem 2rem;
font-size: 1.3rem;
line-height: 1.6;
text-indent: 0;
display: block;
color: #23201E;
width: 100%;
border-radius: 5px;
}

.subpage22{
width: 880px;
border: 1px dashed #ffabab;
background: #fff8f8;
padding: 22px 20px 28px;
color: #e93131;
margin: 0 auto;
text-align: center;
}

.subpage23{
margin: 0 0 15px 0;
font-size: 1.7rem;
text-align: left;
line-height: 1.4;
}

.subpage24{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.subpage25{
width: 49%;
border: 1px solid #70b4e4;
}

.subpage26{
background: #70b4e4;
font-size: 2.5rem;
color: #fff;
padding: 5px;
display: flex;
align-items: center;
width: 100%;
line-height: 1.6;
}

.subpage26 span::before{
content: "";
background: url("./images/ic_first1.svg");
width: 4rem;
height: 4rem;
display: inline-block;
vertical-align: middle;
margin: 0 15px 0 0;
}


.subpage27{
padding: 15px;
font-size: 1.8rem;
font-weight: 700;
line-height: 2;
}

.subpage28{
margin: 0 15px 15px 15px;
background: #eaf6ff;
padding: 5px;
}

.subpage29{
width: 49%;
border: 1px solid #70b4e4;
}

.subpage30{
background: #0093DF;
font-size: 2.5rem;
color: #fff;
padding: 5px;
display: flex;
align-items: center;
width: 100%;
line-height: 1.6;
}

.subpage30 span::before{
content: "";
background: url("./images/ic_first2.svg");
width: 4rem;
height: 4rem;
display: inline-block;
vertical-align: middle;
margin: 0 15px 0 0;
}

.subpage31{
padding: 15px;
font-size: 1.8rem;
font-weight: 700;
line-height: 2;
}

.subpage32{
margin: 0 15px 15px 15px;
background: #eaf6ff;
padding: 5px;
}

.subpage33{
width: 100%;
padding: 15px 20px;
line-height: 2.4;
background: #f7f7f7;
}

.subpage33 ul{

}

.subpage33 ul{

}

.subpage33 ul li::before{
content: "";
background: url("./images/ic_checkbox.svg");
width: 2rem;
height: 2rem;
display: inline-block;
vertical-align: sub;
margin: 0 10px 0 0;
}

.subpage34{
width: 100%;
}

.subpage34 table{
width: 100%;
border: 1px solid #5d481d;

}

.subpage34 table th{
padding: 2rem 1rem;
font-size: 2rem;
text-align: center;
border: 1px solid #015a33;
background: #009f59;
color: #fff;
}

.subpage34 table td{
padding: 2rem 1rem;
text-align: center;
font-size: 1.7rem;
border: 1px solid #015a33;
background: #faf9f7;
}

.subpage34-1{

}

.subpage34-2{
color: #f9e440 !important;
}

.subpage34-3{

}

.subpage34-4{
text-align: center;
}

.subpage34-5{
color: #009f59;
font-weight: 900 !important;
}

.subpage34-6{

}

.subpage35{
padding: 0 2rem;
width: 100%;
}


.subpage36{
width: 100%;
}

.subpage36 table{
width: 100%;
border: 1px solid #ddd;
}

.subpage36 table th{
width: 32%;
border: 1px solid #e2e2e2;
padding: 1rem .5rem;
text-align: center;
vertical-align: middle;
background: #f6f6f6;
}

.subpage36 table td{
width: 68%;
border: 1px solid #e2e2e2;
padding: 1rem .5rem;
text-align: center;
vertical-align: middle;
font-size: 1.8rem;
font-weight: 700;
background: #FDFDFD;
}

.subpage37{
width: 100%;
font-size: 2rem;
font-weight: 700;
}



.subpage74 {
width: 100%;
}

.subpage74 caption {
margin-bottom: 0.5rem;
font-size: 1.8rem;
font-weight: 700;
text-align: left;
font-family: YakuHanRP, 'Zen Maru Gothic', serif;
}

.subpage74-head {
background-color: #f5eade;
}

.subpage74-head th {
text-align: center;
padding: 2rem 0;
border: 1px solid #cec4c4;
font-size: 2rem;
font-weight: 400;
}

.subpage74-head th.inspection-course {
width: 20%;
}

.subpage74-head th.check_price {
width: 180px;
}
.subpage74-head th.check_price2 {
width: 180px;
}

dl.checkup_dock{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: flex-start;
} 
.checkup_dock dt {
width: 100%;
text-align: left;
}

.checkup_dock dd {
width: 100%;
text-align: left;
}    
.subpage74 td {
padding: 15px 20px;
border: 1px solid #cec4c4;
vertical-align: middle;
background: #fff;
text-align: center;
}

.subpage74 td.item-name{
width: 75%;
}

.subpage74 td.item-course{
width: 30%;
}

.subpage74 td.item-course2{
width: 45%;
text-align: left;
}


.subpage74 td ul {
display: flex;
flex-wrap: wrap;
}

.subpage74 td li {
display: inline-block;
padding: .7rem 2rem;
background: #ffffff;
margin: 1.2rem .7rem;
box-shadow: 1px 2px 0 #d6d6d6;
font-size: 1.7rem;
border: 1px solid #dbdbdb;
} 



.kakaku{
font-size: 2.2rem;
font-family: 'Asap', sans-serif;
font-weight: 600;
color: #e84a4a;
}

.zeikomi{
font-size: 1.3rem;
}

.pricememo{
background: #19a328;
color: #fff;
padding: .7rem 1rem;
text-align: center;
border-radius: 3px;
line-height: 1;
font-weight: 400;
display: inline-block;
margin-bottom: .5rem;
width: 100%;
}


.subpage75 {
position: relative;
padding: 1.5rem 2rem;
font-size: 2.2rem;
font-weight: 500;
letter-spacing: .1rem;
color: #28aa37;
border-bottom: solid 2px #28aa37;
}



.subpage76 {
width: 100%;

}


.subpage76 a {
display: inline-block;
background: linear-gradient(270deg, #2fb383, #18a86b);
text-align: center;
color: #fff;
box-shadow: 6px 6px 10px #c1ffe8;
font-size: 2rem;
}

.subpage76 a span {
display: block;
position: relative;
		width: 100%;
padding: 2rem 5rem;        
}

.subpage76 a span::after {
position: absolute;
top: 3.1rem;
right: 1.5rem;
content: "";
background: url("./images/ic_arrow1.svg");
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: 0 0 0 .6rem;
vertical-align: baseline;
}


.subpage76b {
width: 100%;
}


.subpage76b a {
display: inline-block;
background: linear-gradient(270deg, #faa51a, #f47a20);
text-align: center;
color: #fff;
box-shadow: 6px 6px 10px #FDDABF;
font-size: 2rem;
}

.subpage76b a span {
display: block;
position: relative;
		width: 100%;
padding: 2rem 5rem;        
}

.subpage76b a span::after {
position: absolute;
top: 3.1rem;
right: 1.5rem;
content: "";
background: url("./images/ic_arrow1.svg");
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: 0 0 0 .6rem;
vertical-align: baseline;
}


.subpage77 a {
width: 100%;
display: block;
font-size: 4rem;
font-weight: 500;
line-height: 1;
font-family: 'Asap', sans-serif;
color: #63c06b;
}

.subpage77 a span::before {
content: "";
background: url("./images/ic_tel.svg");
display: inline-block;
width: 2.8rem;
height: 2.8rem;
margin: 0 .5rem 0 0;
vertical-align: middle;
}


.subpage78{
width: 82%;
margin: 0 auto;
display: flex;
justify-content: space-between;
border: 1px dashed #6fc679;
border-radius: 5px;
padding: 3rem;
background: #fffbf1;
}

.subpage79 {
width: 400px;
}

.subpage80 {
width: 100%;
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
color: #2aae39;
}

.subpage81 {
width: 100%;
}
.subpage82 {
width: 240px;
}
.subpage82 img {
width: 100%;
}

.subpage83 {
width: 100%;
}







/* subpage */












/* access */

.access__w{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.access1{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 60px 0;
}

.access2{
width: 100%;
text-align: center;
}

.access2 img{
width: 400px;
}

.access3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}

.access4{
width: 100%;
font-weight: 700;
font-size: 1.5rem;
letter-spacing: 0.15rem;
color: #009f59;
}

.access5{
width: 100%;
}


.access5 a{
width: 100%;
display: block;
font-size: 4rem;
color: #4b4948;
font-weight: 900;
line-height: 1;
}

.access5 a span{

}

.access5 a span::before{
content: "";
background: url("./images/ic_tel.svg");
display: inline-block;
width: 3.2rem;
height: 3.2rem;
margin: 0 10px 0 0;
vertical-align: bottom;
}

.access6{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.access7{
width: 85%;
border-radius: 10px;
margin: 0 auto;
}

.access8{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
margin: 0 0 5px 0;
}

.access8:first-child{
}


.access8:last-child{

}

.access9{
width: 30%;
font-size: 1.6rem;
line-height: 1.2;
background: #f9f8f5;
padding: 25px 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
color: #4c4948;
}

.access10{
width: 66%;
line-height: 1.5;
font-weight: 500;
font-size: 1.6rem;
padding: 25px 0;
}

.access11{
width: 80%;
margin: 0 auto;
}

.access12{
}

.access13{
width: 100%;
}

.access14{
width: 100%;
}

.access14 iframe{
width: 100%;
border-radius: 20px;
}

.access15{
width: 100%;
padding: 20px;
background: #f7f7f7;
border-radius: 20px;
}

.access16{
width: 100%;
text-align: center;
}

.access16 img{
width: 100%;
}

.access17{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 50px;
}

.access18{
width: 32%;
}

.access18 img{
width: 100%;
border-radius: 3px;
margin: 0 0 15px;    
}
.access18 span{   
padding-left:1em;
text-indent:-1em;
display: inline-block;    
}


.access19{
width: 100%;
margin: 20px 0 0;
text-align: center;
}

.access20{
font-size: 1.9rem;
text-align: center;
display: inline-block;
padding: 8px 25px;
border-radius: 5px;
color: #1258a3;
background: #effbfd;
}

.access21{
width: 100%;
font-size: 1.6rem;
font-weight: 700;
margin: 0 0 5px 0;

}
.access22{
width: 100%;
margin: 0 0 25px 0;
}

.access22:last-child{
width: 100%;
margin: 0 0 0 0;
}




.access_route {
width: 100%;
margin: 0 0 20px 0;
}
.access_route span {
display: inline-block;
padding: 0 15px;
border: 1px solid #28634c;
background: #fff;
color: #28634c;
border-radius: 3px;
font-size: 2rem;
}


/* access */






/* dooctor */

.doctor1{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}

.doctor2{
width: 450px;
}

.doctor2 img{
width: 100%;
}

.doctor3{
width: 40%;
display: flex;
flex-wrap: wrap;
padding: 40px 0 50px;
background: #fff;
justify-content: center;
box-shadow: 20px 20px 5px rgb(235 230 210 / 50%);
}

.doctor4{
font-size: 2.2rem;
line-height: 1.2;
color: #454458;
font-weight: 700;
width: 100%;
letter-spacing: .4rem;
text-align: center;
font-family: 'Zen Old Mincho', serif;
}

.doctor5{
font-size: 4rem;
margin: 0 0 10px 0;
color: #454458;
width: 100%;
font-weight: 700;
font-family: 'Zen Old Mincho', serif;
text-align: center;
}

.doctor6{
font-size: 1.4rem;
font-family: 'Zen Old Mincho', serif;
text-align: center;
width: 100%;
color: #454458;
font-style: italic;
letter-spacing: .3rem;
font-weight: 300;
}

.doctor6{
width: 100%;
margin: 0 0 0 0;
}


.doctor7{

}

.doctor7 h3{
font-size: 3.5rem;
text-align: center;
color: #1D1D1F;
letter-spacing: .4rem;
font-weight: 500;
font-family: "Zen Maru Gothic";
}

.doctor7 h3::first-letter{
color: #37a8b9;
}


.doctor8{
background: #fafafa;
border-radius: 10px;
padding: 40px 50px;
width: 800px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 2;
font-size: 1.6rem;
}

.doctor8_h{
width: 100%;
margin: 0 0 35px 0;
font-size: 2.6rem;
text-align: center;
letter-spacing: .03rem;
color: #0d141a;
line-height: 1.8;
transform: scaleY(1.05);
}

.doctor9{
width: 100%;
margin: 0 auto 17px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 1.6;
position: relative;
font-weight: 500;
padding-left: 1.5rem;
}

.doctor9::before {
display: block;
position: absolute;
top: 1.2rem;
left: -0.2rem;
width: 0.8rem;
height: 0.8rem;
background-color: rgba(106, 97, 89, 0.2);
content: '';
}

.doctor9:last-child{
margin: 0 auto 0;
}

.doctor10{
width: 100%;
font-size: 1.6rem;
color: #888;
}

.doctor11{
width: 100%;
}

.doctor11  h3{
font-size: 2.5rem;
color: #454458;
letter-spacing: .3rem;
margin: 0 0 10px 70px;
font-weight: 700;
font-family: 'Zen Old Mincho', serif;
}

.doctor12{
background: #fafafa;
border-radius: 10px;
padding: 30px 70px;
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.doctor13{
width: 100%;
}

.doctor14{
width: 100%;
}

.doctor15{
width: 48%;
}

.doctor16{
background: #fafafa;
border-radius: 10px;
padding: 30px 70px;
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 2;
}

.doctor17 {
background: #fafafa;
border-radius: 10px;
padding: 30px 70px;
width: 100%;
}

.doctor17 > .hospital_list{
margin-top: 20px;
}

.doctor17 > .hospital_list dd {
margin-top: 10px;
}

.doctor17 > .hospital_list dd ul {
padding-left: 20px;
}

.doctor17 > .hospital_list dd li{
list-style-type: disc;
}

.doctor18{
font-size: 1.4rem;
margin: 0 0 10px 0;
}


/* dooctor */






/* about */

.about1{
width: 95%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}

.about2{
width: 400px;
background: #F7F7F7;
margin-bottom: 3rem;
}


.about3{
width: 100%;
margin: 0 0 15px 0;
}

.about3 img{
width: 100%;

}

.about4{
width: 100%;
font-size: 2rem;
text-align: center;
margin: 0 0 15px 0;
line-height: 1.4;
}

.about5{
width: 100%;
padding: 0 20px;
margin: 0 0 20px 0;
font-size: 1.5rem;
line-height: 1.7;
}

/* about */



/* check */
.check1{
width: 100%;
}

table.check2{
width: 100%;
}

.check2 th{
padding: 15px 20px;
text-align: center;
background: #f1f1f1;
border: 1px solid #D0D0D0;
}

.check2 th:nth-child(1){
width: 25%
}

.check2 th:nth-child(2){
width: 50%
}

.check2 th:nth-child(3){
width: 25%
}

.check2 td{
padding: 15px 20px;
border: 1px solid #D0D0D0;
vertical-align: middle;
background: #FDFDFD;
}

.check2 td:nth-child(1){
text-align: center;
}

.check2 td:nth-child(2){
width: 50%
}

.check2 td:nth-child(3){
text-align: center;
}

/* check */








/* top-seikeigeka */

.service_nav{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.service_nav1{
width: 31%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fafafa;
box-shadow: 8px 8px 3px #eaebeb;
margin: 0 3% 30px 0;
transition: .5s;
border: solid 1px #e1e1e1;
}
.service_nav1:nth-child(3n){
margin: 0 0 30px 0;
}

.service_nav1:hover{
transform: translateY(-5px);
}

.service_nav2{
display: block;
}

.service_nav3{
width: 100%;
text-align: center;
}
.service_nav3 img{
width: 100%;
}
.service_nav4{
width: 100%;
text-align: center;
font-size: 1.9rem;
padding: 25px 0;
letter-spacing: .03rem;
font-weight: 500;
color: #162c4c;

}

.service_nav4 span{
position: relative;
display: block;
width: 100%;
}

.service_nav4 span::after{
position: absolute;
right: 7px;
top: 1.1rem;
content: "";
background: url("./images/ic_arrow2.svg");
width: 15px;
height: 15px;
display: inline-block;
margin: 0 0 0 8px;
text-align: center;
}



/* top-seikeigeka */



/*renewal*/

.renewal__w{
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 80px 0;
background: #fffdf0;
}

.renewal1{
width: 800px;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
}
.renewal2{
width: 100%;
margin: 0 0 20px 0;
}
.renewal3{
width: 100%;
text-align: center;
font-size: 3.2rem;
margin: 0 0 40px 0;
font-family: 'Zen Old Mincho', serif;
font-weight: 700;
}

.renewal4{
width: 100%;
text-align: center;
margin: 0 0 30px 0;
}

.renewal4 img{
width: 550px;
}

.renewal5{
width: 100%;
text-align: center;
font-size: 3.2rem;
font-family: 'Zen Old Mincho', serif;
font-weight: 700;
}

.renewal6{
width: 100%;
text-align: center;
margin: 0 0 80px 0;
}

.renewal7{
width: 100%;
font-family: 'Zen Old Mincho', serif;
font-size: 3rem;
color: #623f2f;
font-weight: 900;
letter-spacing: .5rem;
}

.renewal8{
width: 100%;
font-family: 'Zen Old Mincho', serif;
font-size: 5rem;
color: #623f2f;
font-weight: 900;
letter-spacing: .7rem;
line-height: 1.4;
}

.renewal9{
text-align: center;
padding: 30px 50px;
border: 2px solid #38a34c;
margin: 0 auto;
background: #ffffff;
color: #42372e;
border-radius: 5px;

}

.renewal10{
width: 100%;
margin: -60px 0 20px 0;
}

.renewal10 span{
display: inline-block;
background: #38a34c;
padding: 10px 40px;
text-align: center;
color: #fff;
font-size: 2.5rem;
border-radius: 5px;
}

.renewal11{
width: 100%;
font-size: 3.4rem;
margin: 0 0 0 0;
font-weight: 700;

}

.renewal12{
width: 100%;
font-size: 2.7rem;
margin: 0 0 15px 0;
font-weight: 700;

}

.renewal13{
width: 100%;
font-size: 1.5rem;
text-align: left;
}

/*renewal*/










/*sns*/
.sns__w{
position: fixed;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100px;
z-index: 1000;
bottom: 150px;
right: 0;
}

.sns1{
width: 100%;
margin: 0 auto 15px;
display: flex;
border-radius: 300px;
text-align: center;
align-items: center;
}

.sns1:hover{
transform: translateY(-3px);
color: #5d481d;
}

.sns2{
width: 100%;
margin: 0 auto;
}

.sns2 img{
width: 60%;
}

.sns3{
width: 100%;
text-align: center;
font-size: 1.4rem;
font-weight: 700;
}

/*sns*/






/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#fixnav.HeightMin{
position: fixed;
z-index: 999;/*最前面へ*/
animation: DownAnime 0.5s forwards;
top: 0;
width: 100%;
text-align: center;
}

#fixnav{
background: #fff;
position: relative; /* 必要に応じて変更 */
	width: 100%; /* 画面全体に広がるように設定 */    
}


/*nav*/













/*toppcr*/

.toppcr__w{
width: 100%;
padding: 80px 0;
background: url("./images/toppcrbg.jpg");
background-size: cover;
}

.toppcr1{
width: 960px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
background: rgba(255,255,255,.80);
padding: 50px 30px 60px;
}

.toppcr2{
width: 100%;
text-align: center;
}

.toppcr2 h2{
font-size: 5.3rem;
font-weight: 900;
margin: 0 0 30px 0;
color: #36a34b;
letter-spacing: 0.5rem;
transform: scaleY(1.05);
line-height: 1.4;
}

.toppcr3{
width: 100%;
text-align: center;
margin: 0 0 40px 0;
}

.toppcr3 span{
display: inline-block;
text-align: center;
font-size: 3.2rem;
font-weight: 700;
padding: 8px 40px;
background: #f7f7f7;
color: #fd6da3;
border-radius: 2px;
font-family: 'Zen Maru Gothic', sans-serif;
width: 100%;
}

.toppcr4{
width: 900px;
margin: 0 auto 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.toppcr5{
width: 500px;
font-family: 'Zen Maru Gothic', sans-serif;
font-size: 2.4rem;
font-weight: 500;
text-align: center;
line-height: 1.7;
}

.toppcr5b{
width: 100%;
margin: 40px 0 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.toppcr5b span{
display: inline-block;
text-align: center;
font-size: 1.7rem;
padding: 2px 15px;
background: #1AAFC9;
color: #ffffff;
border-radius: 200px;
margin: 0 12px 0 0;
}

.toppcr6{
width: 380px;
background: #cfeeef;
}

.toppcr6 img{
width: 100%;
}


.toppcr7{
width: 900px;
margin: 0 auto 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
}

.toppcr8{
width: 72%;
margin: 0 0 20px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.toppcr8 span{
display: block;
text-align: center;
font-size: 2rem;
padding: 8px 15px;
color: #323232;
border-radius: 2px;

margin: 0 12px 0 0;
border-bottom: 5px solid #0b891a;
font-weight: 700;
letter-spacing: 0;
width: 100%;
}

.toppcr9{
width: 28%;
}

.toppcr9 span{
display: block;
text-align: center;
font-size: 2.7rem;
font-weight: 700;
padding: 8px 15px;
background: #0b891a;
color: #fff;
border-radius: 2px;
font-family: YakuHanJP, 'Zen Maru Gothic', sans-serif;
margin: 0 12px 0 0;
border: 1px solid #0b891a;
}



.toppcr9 span > a,
.toppcr12 span > a{
color:#ffffff;
}

.toppcr10{
width: 900px;
margin: 0 auto 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
}

.toppcr11{
width: 72%;
margin: 0 0 20px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.toppcr11 span{
display: block;
text-align: center;
font-size: 2rem;
padding: 8px 15px;
color: #323232;
border-radius: 2px;

margin: 0 12px 0 0;
border-bottom: 5px solid #2bb73c;
font-weight: 700;
letter-spacing: 0;
width: 100%;
}

.toppcr12{
width: 28%;
}

.toppcr12 span{
display: block;
text-align: center;
font-size: 2.7rem;
font-weight: 700;
padding: 8px 15px;
background: #2bb73c;
color: #fff;
border-radius: 2px;
font-family: 'Zen Maru Gothic', sans-serif;
margin: 0 12px 0 0;
border: 1px solid #2bb73c;
}

.toppcr13{
width: 100%;
text-align: center;
margin: 0 0 40px 0;
font-size: 1.6rem;
}

.toppcr14{
width: 100%;
text-align: center;
}

.toppcr14 a{
display: inline-block;
background: #fff;
text-align: center;
padding: 10px 40px;
color: #2bb73c;
font-weight: 700;
font-size: 1.7rem;
letter-spacing: -.06rem;
box-shadow: 15px 15px 15px #bfdae7;
border-radius: 5px;
}

.toppcr14 a span{
}

.toppcr14 a span::before{
content:"";
background: url("./images/ic_arrow2.svg");
width: 1.8rem;
height: 1.8rem;
display: inline-block;
margin: 0 15px 0 0;
vertical-align: middle;
}

.toppcr15{
font-size: 1.5rem;
display: inline;
}

.toppcr16{
font-size: 2.8rem;
display: block;
letter-spacing: .05rem;
font-weight: 500;
}

.toppcr17{
width: 960px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
background: rgba(255,255,255,.80);
padding: 50px 30px 60px;
}

.toppcr18{
width: 100%;
text-align: center;
}

.toppcr18 h2{
font-size: 4rem;
font-weight: 900;
margin: 0 0 30px 0;
color: #36a34b;
letter-spacing: 0.3rem;
transform: scaleY(1.05);
line-height: 1.4;
}

.toppcr19{
font-size: 1.6rem;
width: 100%;
margin: 0 0 30px 0;
padding: 0 0 0 150px;
line-height: 2;
}

.toppcr20{
width: 95%;
margin: 0 auto 40px;
display: flex;
flex-wrap: wrap;
background: rgba(255,255,255,.50);
padding: 30px 30px;
}

.toppcr21{
margin: 0 0 18px 0;
}

.toppcr21:last-child{
margin: 0 0 0 0;
}

.toppcr21 span::before{
content: "●";
color: #36a34b;
display: inline-block;
margin: 0 5px 0 0;
}

.toppcr22{
width: 100%;
text-align: center;
font-size: 1.7rem;
margin: 0 0 30px 0;
}

.toppcr23{
width: 960px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
background: rgb(54 163 76);
padding: 40px 30px 40px;
}

.toppcr24{
width: 100%;
margin: 0 auto 20px;
display: flex;
flex-wrap: wrap;
background: #fff;
align-items: center;
border-radius: 5px;

}

.toppcr25{
width: 40%;
text-align: center;
padding: 15px 0;
font-weight: 700;
color: #157e2a;
font-size: 1.7rem;
font-family: YakuHanJP, 'Zen Maru Gothic', sans-serif;
}

.toppcr26{
font-size: 1.5rem;
width: 18%;
}

.toppcr27{
font-size: 1.5rem;
}

.toppcr28{
width: 100%;
text-align: center;
}

.toppcr28 a{
text-align: center;
display: inline-block;
border-bottom: 1px dotted #eaff8a;
color: #eaff8a;
}

/*toppcr*/

.newspage1{
width: 100%;
display: flex;
flex-wrap: wrap;

}

.newspage2{
width: 100%;
font-size: 1.4rem;
margin: 0 0 8px 0;
color: #555;
}

.newspage3{
width: 100%;
font-size: 2.2rem;
color: #3caa30;
margin: 0 0 10px 0;
}

.newspage4{
width: 100%;
font-size: 1.6rem;
}





.cashless__w{
width: 100%;
background: #e7f0f9;
padding: 60px 0;
}

.cashless1{
width: 850px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.cashless2{
text-align: center;
margin: 0 0 30px 0;
width: 100%;
}

.cashless2 span{
display: inline-block;
text-align: center;
background: #004d9f;
padding: 7px 30px;
color: #fff;
font-size: 2rem;
font-family: "Zen Maru Gothic";
border-radius: 100px;
}

.cashless3{
margin: 0 0 15px 0;
font-size: 1.8rem;
text-align: center;
width: 100%;
}

.cashless4{
width: 100%;
font-size: 1.8rem;
text-align: center;
font-weight: 900;
margin: 0 0 15px 0;

}

.cashless5{
width: 100%;
font-size: 1.5rem;
text-align: center;
color: #f31d1d;
font-weight: 700;
margin: 0 0 30px 0;
}

.cashless6{
width: 100%;
text-align: center;
}

.cashless6 img{
width: 750px;
border-radius: 10px;
}




/* <!--btn reservation--> */
.btn_fix__w{
position: fixed;
top: 260px;
right: 50px;
z-index: 2100;
}

.btn_fix__w a{
width: 196px;
height: 220px;
display: block;
}

.btn_fix__w a img{
width: 100%;
height: 100%;
}

.btn_fix__w a:hover,
.btn_fix__w a:active{
opacity: .7;
transform: translateY(-5px);
}


/* <!--btn reservation--> */
.btn_fix2__w{
position: fixed;
 top: 510px;
right: 20px;
z-index: 2100;
}

.btn_fix2__w a{
width: 196px;
height: 220px;
display: block;
}

.btn_fix2__w a img{
width: 100%;
height: 100%;
}

.btn_fix2__w a:hover,
.btn_fix2__w a:active{
opacity: .7;
transform: translateY(-5px);
}






.faq__w{

}


.faq1{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.faq2{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 0 1.5rem 0;
align-items: center;
}

.faq3{
width: 16rem;
}

.faq3 span{
display: flex;
justify-content: center;
align-items: center;
background-color: #ededed;
border-radius: 3px;
z-index: 1;
width: 16rem;
font-size: 1.7rem;
font-weight: 500;
line-height: 1;
padding: 2rem 0;
}

.faq4{
width: calc(100% - 18rem);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.6rem;
line-height: 1.4;
align-items: center;
}

.faq5{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.faq6{
width: 16rem;
}

.faq6 span{
display: flex;
justify-content: center;
align-items: center;
background-color: #1eaa39;
border-radius: 3px;
z-index: 1;
width: 16rem;
font-size: 1.7rem;
color: #fff;
line-height: 1;
padding: 2rem 0;
}
.faq7{
width: calc(100% - 18rem);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.6rem;
line-height: 1.8;
align-content: center;
}



.accessinfo__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.accessinfo_tbl{
width: 100%;
margin: 0 auto;
}

.accessinfo_tbl tr{
border-bottom: 5px solid #fff;
}

.accessinfo_tbl th{
width: 20%;
padding: 3rem 0;
vertical-align: middle;
background: #fafafa;
font-family: 'Zen Maru Gothic', serif;
}

.accessinfo_tbl td{
width: 80%;
padding: 3rem 3rem;
background: #fdfdfd;
vertical-align: middle;
}



.traffic__w{}

.traffic_box{
}
.traffic1{
font-size: 1.6rem;
margin: 0 0 8px -1.6rem;
background: #68a1cd;
color: #ffffff;
text-align: center;
display: inline-block;
padding: 2px 15px;
border-radius: 3px;
}
.traffic1 span{}
.traffic1 span::before{
}
.traffic2{
width: 100%;
}

.ic_train span::before{
background: url(./images/ic_train.svg) no-repeat;
}

.ic_bus span::before{
background: url(./images/ic_bus.svg) no-repeat;
}

.ic_car span::before{
background: url(./images/ic_car.svg) no-repeat;
}

.clinic8{
width: 100%;
margin: 70px 0 0 0;
}

.clinic8 iframe{
width: 100%;
height: 580px;
border-radius: 20px;
}


.topcorona__w {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #d9efff;
padding: 6rem 0 8rem;
}

.topcorona1 {
width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topcorona2 {
width: 100%;
text-align: center;
}

.topcorona2 h2 {
font-size: 2.5rem;
font-weight: 700;
color: #3293da;
}

.topcorona3 {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topcorona4 {
width: 100%;
padding-left:1.9rem;
text-indent:-1.9rem;
}

.topcorona4::before {
content: "■";
font-size: 1.4rem;
margin-right: .5rem;
color: #fff5ab;
}

.topcorona5 {
width: 100%;
text-align: center;
font-size: 2rem;
color: #4092cf;
font-weight: 700;
}

.topcorona6 {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topcorona7 {
width: 15%;

}

.topcorona7 img {
width: 100%;
}






/* access */
	/*
.footertimetable__w {
flex: 1;
margin: 0 auto;
}

.footertimetable1 {
width: 100%;
margin: 0 auto;
}
.footertimetable2 {
display: flex;
flex-wrap: wrap;
height: 100%;
}
.footertimetable4 {
border-collapse: collapse;
overflow-x: scroll;
width: 650px;
margin: 0 auto;
}
.footertimetable4 th,
.footertimetable4 td {
padding: .9rem 1.2rem;
text-align: center;
border-bottom: 1px solid;
font-size: 1.5rem;
position: relative;
}

.footertimetable4 th {
font-weight: 400;
vertical-align: middle;
}

.footertimetable4 th span {
font-size: 1rem;
display: inline-block;
}

.footertimetable5 {
width: 100%;
margin-top: .5rem;
padding-right: 1rem;
font-size: 1.5rem;
}

.footertimetable6 {
display: inline-block;
text-align: left;
}

.footertimetable4 td sup {
position: absolute;
vertical-align: super;
font-size: 1rem;
letter-spacing: 0;
}

.footertimetable4 th sup {
position: absolute;
vertical-align: super;
font-size: 1rem;
letter-spacing: 0;
}

*/










.subaccess__w{
width: 100%;
padding: 6rem 0 5rem;
background: #f7f6f2;
}


.subaccess1{
width: 100%;
}

.subaccess1 h2{
text-align: center;
font-size: 3.2rem;
font-weight: 700;
	font-family: 'Zen Maru Gothic', serif;
	color: #2daf44;
}

.subaccess2{
width: 900px;
height: 400px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
}

.subaccess2 iframe{
width: 100%;
border-radius: 10px;
}

.subaccess3{
width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
padding: 4rem 4rem;
}

.subaccess4{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: 1px solid #ddd;
padding-bottom: 2rem;
align-items: center;
}

.subaccess5{
width: 15rem;
	font-size: 1.6rem;
	color: #81391b;
	text-align: right;
}

.subaccess6{
width: calc(100% - 18rem);
line-height: 1.8;
}

.subaccess7{
width: 100%;
text-align: center;
}

.subaccess7 img{
width: 80%;
border-radius: 5px;
}



.subaccess8{
width: calc(100% - 18rem);
}

.subaccess9{
width: 100%;
}

.subaccess10 {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.subaccess10 {
width: calc(100%);
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.subaccess11 {
width: 100%;
position: relative;
padding-left: 1.3rem;
}
.subaccess11 span {
font-weight: 700;
}

.subaccess11 span::before {
display: block;
position: absolute;
top: .9rem;
left: -0.2rem;
width: 0.8rem;
height: 0.8rem;
background-color: rgba(106, 97, 89, 0.2);
content: '';
}
.subaccess12 {
width: 100%;


}







.naikatimetable__w {
width: 100%;
}

.naikatimetable_tbl {
width: 900px;
margin: 0 auto;
}

.subpage35 .naikatimetable_tbl {
width: 100%;
margin: 0 auto;
}


.naikatimetable1 {
width: 30%;
background: #e5e5e5;
text-align: center;
font-weight: 500;
font-size: 1.5rem;
padding: 1.5rem 0;
line-height: 1;
border: 1px solid #cdcdcd;
}

.naikatimetable2 {
width: 10%;
background: #e5e5e5;
text-align: center;
font-weight: 500;
font-size: 1.5rem;
padding: 1rem 0;
line-height: 1;
border: 1px solid #cdcdcd;
}

.naikatimetable3 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 1.7rem 0;
line-height: 1;
width: 10%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.naikatimetable4 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 10%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}





.kenshintimetable__w {
width: 100%;
}

.kenshintimetable_tbl {
width: 900px;
margin: 0 auto;
}

.kenshintimetable1 {
width: 30%;
background: #e5e5e5;
text-align: center;
font-weight: 500;
font-size: 1.5rem;
padding: 1.5rem 0;
line-height: 1;
border: 1px solid #cdcdcd;
}

.kenshintimetable2 {
width: 10%;
background: #e5e5e5;
text-align: center;
font-weight: 500;
font-size: 1.5rem;
padding: 1rem 0;
line-height: 1;
border: 1px solid #cdcdcd;
}

.kenshintimetable3 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 1.7rem 0;
line-height: 1;
width: 24%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable4 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 24%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable5 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 6%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable6 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 1.7rem 0;
line-height: 1;
width: 24%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}


.kenshintimetable7a {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 8%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable7b {
background: #ccc;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 8%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable8 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 16%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable9 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 6%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}


.campaign__w {
width: 100%;
margin: 0 auto;
background: #fff;
padding: 5rem 0 0;
}

.campaign1 {
width: 602px;
margin: 0 auto;
font-size: 1.7rem;
background: #fff;
box-shadow: 4px 4px 10px #beffe4;
border: 2px solid #18a86b;
}

.campaign2 {
width: 1200px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
background: #fff;
}

.campaign3 {
width: 280px;
font-size: 1.7rem;
background: #fff;
}

.campaign3a img {
box-shadow: 4px 4px 10px #D9D9D9;
border: 1px solid #3074eb;
box-sizing: content-box;

}



.campaign3b img {
box-shadow: 4px 4px 10px #D9D9D9;
border: 1px solid #e03b70;
box-sizing: content-box;
}

.campaign3c img {
box-shadow: 4px 4px 10px #D9D9D9;
border: 1px solid #e03b70;
box-sizing: content-box;
}

.campaign3d img {
box-shadow: 4px 4px 10px #D9D9D9;
border: 1px solid #35b34d;
box-sizing: content-box;
}










.biyoprice__w {
width: 100%;
margin-top: 7rem;
}

.biyoprice1 {
width: 750px;
margin: 0 auto;
}

.biyoprice2 {
width: 100%;

text-align: center;
margin-bottom: 3.5rem;
}

.biyoprice2 span {
font-size: 2.2rem;
display: inline-block;
text-align: center;
padding: .5rem 2.5rem;
border: 1px solid #555;
font-weight: 500;
}

.biyoprice3 {
width: 100%;
font-size: 2rem;
text-align: center;
margin-bottom: 1rem;
font-weight: 500;
}

.biyoprice4 {
width: 100%;
margin-bottom: 4rem;
}

.biyoprice4 table {
width: 100%;
}

.biyoprice4 table td{
border: 1px solid #d0d0d0;
padding: .7rem 2rem;
vertical-align: middle;
background: #FCFCFC;
}

.biyoprice4 table td:first-child{
width: 500px;
font-weight: 500;

}

.biyoprice4 table td:last-child{
font-weight: 500;

}

.biyoprice4 table td span{
display: block;
font-size: 1.3rem;
}

.biyoprice5 table td:nth-child(2){
text-align: right;
}



table.tabeldoctor1{
width: 100%;
border: 1px solid #989898;
}

table.tabeldoctor1 th{
	border: 1px solid #989898;
	padding: .5rem;
	text-align: center;
	font-weight: 500;
	color: #fff;
	background: #505050;
}

table.tabeldoctor1 td{
border: 1px solid #989898;
padding: .5rem;
text-align: center;
vertical-align: middle;
}

table.tabeldoctor1 td:first-child{
padding: .5rem;
text-align: center;
vertical-align: middle;

}

.tabeldoctor2{
	background: #f2f2f2;
	font-weight: 500;
}

.tabeldoctor3{
	width: 100%;
	text-align: right;
	line-height: 1.7;
}

.tabeldoctor4{
display: inline-block;
text-align: left;
}

.checkupmenu1{
width: 100%;
text-align: center;
margin: 0 auto;
border-bottom: 1px dotted #000;
padding-bottom: 10rem;
}


.checkupmenu1 .pinkbtn01{
width: 50rem;
text-align: center;
margin: 0 auto;
}

.checkupmenu2{
text-align: center;
}



.checkupmenu3{
width: 100%;

}

.checkupmenu3 table{
width: 100%;
border: 1px solid #ccc;
}

.checkupmenu3 table th{
border: 1px solid #ccc;
padding: 1.2rem .5rem;
vertical-align: middle;
text-align: center;
font-size: 1.6rem;
font-weight: 700;
background: #eee;
}

.checkupmenu3 table th:nth-child(1){
width: 10rem;
}

.checkupmenu3 table th:nth-child(2){
width: 32rem;
}

.checkupmenu3 table th:nth-child(3){
width: calc(100% - 42rem);
}


.checkupmenu3 table td{
border: 1px solid #ccc;
padding: .5rem .5rem;
vertical-align: middle;
text-align: center;
font-size: 1.5rem;
}

.checkupmenu3 table td.checkupmenu4{
border: 1px solid #ccc;
padding: 1.7rem .5rem;
vertical-align: middle;
text-align: center;
font-size: 1.8rem;
font-weight: 600;
background: #F0F0F0;
}


.checkupmenu5{
padding: 0 2rem;
margin-top: 2rem;
margin-bottom: 8rem;
}

.pageback{
			margin: 0 0 0 auto;
			width: 16%;
			font-size: 1.5rem;
			margin-top: 20px;
font-weight: 500;
}

.pageback a{
}

.pageback a::before{
content: '▲';
color: #d87d97;
}

.marker{
	background: linear-gradient(transparent 70%, #ffe700 70%);
}

.makeup-parts{
	font-size: 2.5rem;
	color: #b99752;
	font-weight: 500;
}	
.makeup-parts-detail{
	margin-bottom: 30px;
}	

.bnr_topics{
	width: 1200px;
	margin: 0 auto 50px;
	text-align: right;
}
.bnr_topics a{
	display: inline-block;
	width: 60%;
	box-shadow: 3px 2px 3px #cbc2af;
}


	.main-visual{
			 position: relative;
			background: #f3f3f3;
			width: 100%;
			overflow: hidden;

	}
/*
.main-visual::before {
	content: "";
	position: absolute;
	bottom: 2%;
	left: 2%;
	width: 300px;
	height: 300px;
	background-image: url("./images/bg_logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	opacity: 0.1;
	pointer-events: none;
}
	*/
.swiper {
width: 100%;
box-sizing: border-box;  
	padding: 0!important;
}

.swiper-slide {
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: visible;
}
/*
.slide-content {
 display: flex;
align-items: center;
justify-content: flex-start;
position: relative;
width: 100%;
overflow: hidden;
max-height: 80vh;
	min-height: 60vh; 
min-height: 400px;

}
	*/
.slide-content {
display: flex;
			/* align-items: center; */
			justify-content: flex-end;
			position: relative;
			max-width: 2000px;
			width: 100%;
			margin: 0 0 0 auto;
			overflow: visible;
}



.text-area {
flex: 0 0 40%;
margin-right: -20%; /* ← 画像に重ねる量を調整 */
z-index: 3;
box-sizing: border-box;
white-space: nowrap;
	position: absolute;
	top: 25%;
	left: 10%;
}
.text-area .catch {
font-size: clamp(2rem, 3vw, 6rem);
	line-height: normal;
}

.topics {
display: flex;
gap: clamp(10px, 3vw, 20px);  /* ← 間隔を自由に調整 */
width: clamp(280px, 40vw, 550px);
left: 8%;
bottom: 10%;
position: absolute;
z-index: 999;
}

.topic-item {
 width: 180px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: linear-gradient(
			135deg,
			#7a6753 0%,
			#b39b82 50%, 
			#7a6753 100% 
	);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	position: relative;
}
/* 内側の円弧（Cの形） */
.topic-item::before {
	content: "";
	position: absolute;
	inset: 5px; /* 内側に余白をとる */
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.6); /* 半透明の白線 */
	border-right-color: transparent;/* 右を消す */
}
.topic-icon {
font-size: 1.5rem;              /* アイコン大きさ */
margin-bottom: 0.5rem;
line-height: 1;
}

.topic-item p {
font-size: clamp(1rem, 1.5vw, 2.2rem);
	line-height: 1.4;
	margin: 0;
}        
.text-area .subcatch {
font-weight: normal;
opacity: 0.8;
	font-size: clamp(2rem, 2vw, 2rem);
	color: #685c50;
}

.image-area {
flex: 0 0 72%;
overflow: hidden;
height: auto;
position: relative;
}
.image-area::before {
	content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 30%;
			height: 100%;
			background: linear-gradient(to right, rgb(243 243 243), rgba(255, 255, 255, 0));
			pointer-events: none;
			z-index: 2;
}    


.image-area img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}

/*
.image-area {

flex-shrink: 0;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
border-radius: 20px;
}

.image-area img {
	width: 100%;
height: 100%;
object-fit: cover;
display: block;

	border-radius: 20px;

}*/


.reserv_w{
position: absolute;
right: 3%;
bottom: 60px;
width: 400px;
z-index: 10;
background: #fff;
border-radius: 5px;
box-shadow: 5px 5px 20px #65656570;
}    
.reserv_ttl{
display: inline-block;
background: #37bfd3;
color: #fff;
text-align: center;
padding: 10px 30px;
border-radius: 3px 3px 0 0;
/* position: absolute; */
font-size: 1.8rem;
line-height: 1.4;
width: 100%;
}
.reserv_box{
padding: 20px 30px;
}
.reserv_head{
text-align: center;
margin: 0 0 20px;
font-size: 2.2rem;
font-family: "Hiragino Mincho ProN", serif;
font-weight: 500;
}
.reserv_head span{
color: #1bb8ce;
border-bottom: 1px dotted #1bb8ce; 
padding-bottom: 5px;
}

.reserv_txt{
			text-align: center;
}
.swiper-slide {
position: relative;
 z-index: -1;
}

.swiper-slide-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: #fff;
z-index: 1;
}



.swiper-slide1a {
font-size: 3.8rem;
			font-weight: bold;
			margin-bottom: 40px;
			text-shadow: 1px 1px 3px rgb(35 159 177);
			color: #fff;
}
.swiper-slide1c {
font-size: 1.8rem;
margin: 0 0 0 30px;
color: #fff;
}
.swiper-slide2 {
/*position: relative;
	overflow: hidden;
	*/
}

.swiper-slide {
	position: relative;
	 /*display: flex;
	align-items: flex-end; 
	justify-content: center; */
}
.swiper-slide img {
	width: 100%;
	height: auto;
}   




.swiper-button-next, .swiper-button-prev {
display: none!important;
}
.swiper-pagination-bullet {
background-color: #fff;
}

.swiper-pagination-bullet-active {
background-color: #007aff;
}    




/**/
/*.footernav__w{
			background: #ccc;
			padding: 50px 0 55px;
}*/


/*top上部診療時間*/
			.top_schedule__w {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			background: #fff;
	}
			.top_schedule1 {
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding: 0 0 5rem;
	}
			.top_schedule2 {
			width: 450px;
			display: flex;
			flex-wrap: wrap;
			padding: 3rem;
			text-align: center;
	}
			.top_schedule3 {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			text-align: center;
			align-items: center;
			justify-content: center;
	}

			.top_schedule3 h2 {
			font-size: 3.5rem;
					font-family: "Hiragino Mincho ProN", serif;
					font-weight: 500;
	letter-spacing: .3rem;
	}
			.top_schedule3 h2 span {
	}
	.top_schedule3 h2 span::after {
			content: "OFFICE HOURS";
			display: block;
			width: 100%;
			text-align: center;
			font-size: 1.6rem;
			font-weight: 400;
			letter-spacing: .2rem;
			line-height: 1;
			font-family: sans-serif;
	}
	.top_schedule4 {
			width: calc(100% - 480px);
			padding: 2rem 0;
	}
/*top上部診療時間*/  


/*お知らせ詳細*/ 
.news__w1 {
width: 100%;
margin: 0 0 30px;    
}    
.txtarea {
width: 100%;
margin: 0 0 60px;    
}    
.txtarea_pagetop {
margin: 0 0 25px 0;
font-size: 1.8rem;
font-family: 'Playfair Display', serif;    
font-weight: bold;    
}    
.news__w2 {
width: 100%;
}
.news__w2 iframe {
width: 100%;
padding: 30px 30px;
border: 1px solid #f7f3e8;
height: 600px;
}
.news_ttl_sample{
width: 100%;
padding: 30px 30px;
border: 1px solid #f7f3e8;
height: 600px;
overflow: hidden;    
} 
.news_ttl_sample li{
width: 100%;
font-size: 1.8rem;
color: #222;
font-family: "Hiragino Mincho ProN", serif;
font-weight: 400;
letter-spacing: .1rem;
border-bottom: solid 1px #ccc;
padding: 3rem 0;
}  
.news_ttl_sample li a{
text-decoration: underline;
}
.news_article_sample {  
display: flex;
			flex-wrap: wrap;
			width: 100%;
			color: #333;
			font-size: 1.6rem;
			padding: 20px;
			font-weight: 500;
}
.news_article_sample .news0 {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 0 5px 0;
}
.news_article_sample .news1 {
font-size: 1.6rem;
/*color: #21b8ce;*/
display: inline-block;
}   
.news_article_sample .news3 {

width: 100%;
font-size: 2rem;
margin: 0 0 1vw 0;
color: #21b8ce;
font-family: "Hiragino Mincho ProN", serif;
font-weight: 400;
letter-spacing: .1rem;    
}
.news_article_sample .news4 {
width: 100%;
font-size: 1.6rem;
} 



/*news*/
/*お知らせ内テキストベタ打ち*/
.newsSingle {
			border-bottom: 1px solid #cac8bc;
			padding: 0 0 3rem;
			margin: 0 0 3rem;
	}

	.newsSingle >.dateCategory {
			display: grid;
			grid-template-columns: 10em 1fr;
			justify-content: center;
			align-items: center;
			margin-bottom: 10px;
	}

	.newsSingle >.dateCategory>.date {
			font-size: 1.5rem;
	}

	.newsSingle >.dateCategory>.category>span {
		 display: inline-block;
			padding: 5px 20px;
			line-height: 1.2;
			font-size: 1.5rem;
			background-color: #4386cc;
			color: #fff;
			border-radius: 5px;

	}

	.newsSingle >.title {
			font-size: 2rem;
			line-height: 1.4;
			font-weight: 500;
			margin-bottom: 10px;
	}

	.newsbox >.content {
			line-height: 1.7;
			font-size: 1.6rem
	}	






	/*TOPページ診療案内*/
.top_medical__w {
	width: 100%;
			padding: 10rem 0 10rem;
			background: url(./images/bg_medi.jpg) left bottom;
			background-repeat: no-repeat;
			background-size: cover;
	background-attachment: fixed;
			background-position: center bottom;
	z-index: 99;
			position: relative;
	}

	.h2_medical {
			text-align: center;
			width: 100%;
			padding: 0 0 60px 0;
			font-family: "M PLUS Rounded 1c", sans-serif;

	}
			.h2_medical span {
			font-size: 3.2rem;
			display: inline-block;
			letter-spacing: .3rem;
			line-height: 1;
			font-weight: 500;
	}
			.h2_medical span::after {
			content: "MEDICAL";
			font-size: 2rem;
			display: block;
			margin: 15px auto 0;
			line-height: 1;
			letter-spacing: .3rem;
									color: #3285ca;
	}
	.top_medical1 {
		 margin: 0 auto;
			display: flex;
			max-width: 1200px;
			width: 95%;
			box-sizing: border-box;
			justify-content: space-between;
			flex-wrap: nowrap;
			gap: 50px;
	} 

					.top_medical2_w {
	display: flex
;
	flex-direction: column;


	} 
			.top_medical2 {
	 max-width: 380px;
	display: flex;
	flex-direction: column; /* ここを追加 */
	justify-content: flex-start; /* 上揃え */
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
					box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
					height: 100%;

	} 

					.top_medical3 {
			width: 100%;
			margin: 0 auto;
			position: relative;
			display: flex
;
			align-items: center;
			justify-content: center;
	} 

					.top_medical3 img{
		 display: block;
			width: 100%;
			height: auto;
	}
			.top_medical4 {
  position: absolute;
  top: 20px;
  left: 10px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: .2rem;
	}
	.seikei{
			position: relative;
	}
	.seikei_ttl{
			position: absolute;
			bottom: 0;
			right: 0;
			background: #fff;
			padding: 30px 30px 0 40px;
			font-size: 2.5rem;
			border-radius: 8px 0 0 0;
			color: #ccc;
	}
	.top_medical5 {
							width: 90%;
			margin: 0 auto;
			flex-grow: 1;
			padding: 0 0 3rem;
	}
	.top_medical5 ul li {
			margin-bottom: .5rem;
			line-height: 2;
	}
	.top_medical5 ul li::before {
			content: "";
			background: url(./images/ic_checkbox.svg);
			width: 2rem;
			height: 2rem;
			display: inline-block;
			vertical-align: sub;
			margin: 0 10px 0 0;
	}
			.top_medical6 {
			width: 100%;
					margin-top: auto;
	}

			.top_medical6 a {
  display: block;
  text-align: center;
  width: 100%;
  background: #4386cc;
  padding: 15px 0;
  transition: .6s;
  position: relative;
  font-size: 1.6rem;
  border-radius: 8px;
  color: #fff;
}

.top_medical6 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: right .3s;
}

/* ホバー時に右に移動 */
.top_medical6 a:hover::after {
	right: 25px;
}


.top_medical6 a:hover::after {
right: 20px;
}

 /*TOPページ当院が選ばれる理由*/  
			.h2_feature {
			text-align: center;
			width: 100%;
			padding: 0 0 60px 0;
			font-family: "M PLUS Rounded 1c", sans-serif;

	}
	.h2_feature span {
			font-size: 3.2rem;
			display: inline-block;
			letter-spacing: .3rem;
			line-height: 1;
	}
			.h2_feature span::before {
			content: "";
			background: url("./images/ic_feature.svg");
					background-size: cover;
			display: block;
			width: 80px;
			height: 80px;
			margin: 0 auto 10px;
	}
			.h2_feature span::after {
			content: "FEATURE";
			font-size: 2rem;
			display: block;
			margin: 15px auto 0;
			line-height: 1;
			letter-spacing: .3rem;
					color: #3285ca;
					font-weight: 500;
	}




			.slide-text {
					position: relative;
					padding-top: 50px;
					padding-right: 50px;
					flex: 1;
			}
			.slide-text::before {
					content: '';
					position: absolute;
					top: -20px;
					right: 0;
					width: 100px;
					height: 100px;
					border-radius: 50%;
					display: flex;
					justify-content: center;
					align-items: center;
					font-size: 10rem;
					color: #ffd890;
					z-index: -1;
					letter-spacing: .6rem;

			}

			.slide-text h2 {
			font-size: 3.5rem;
			margin-bottom: 30px;
			color: #16324f;
			font-weight: 500;
			}
			.slide-text p {
					font-size: 1.8rem;
			}  

		.feature_w {
		position: relative;
						background: #f3f3f3;

								background: url(./images/feature_bg2.jpg) left bottom;
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
			background-position: center bottom;
	}

	.story-container {
		height: 350vh;
		position: relative;
	}

	.story-viewport {
		position: fixed;
		top: 120px;
		left: 0;
		width: 100vw;
			height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 5%;
		z-index: 50;
	}

	/*
	.story-viewport {
pointer-events: none; 
opacity: 0; 
transition: opacity 0.3s ease;
}

.story-viewport.active {
pointer-events: auto;
opacity: 1; 


}*/

	/* 最初は非表示 */
#sticky-title,
.story-chapter {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease;
}

/* 表示用 */
.show-element {
opacity: 1 !important;
visibility: visible !important;
}

/* フェードアウト用 */
.fade-out {
opacity: 0;
visibility: hidden;
}
	.story-stage {
		position: relative;
		width: 100%;
		max-width: 1100px;
		/*height: 350px;*/
			height: 30%;
		display: flex;
		align-items: center;
		justify-content: center;
		counter-reset: chapter;
	}

	.story-chapter {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 80px;
		opacity: 0;
		transform: translateY(30px);
		transition: all 0.6s ease;
		pointer-events: none;
	}

	.story-chapter.active {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	.story-image {
		width: 560px;
		height: 350px;
	}

	.story-text {
		position: relative;

		flex: 1;
	}

	.story-text::before {
		counter-increment: chapter;
		content: counter(chapter, decimal-leading-zero);
		position: absolute;
		top: 0;
		right: 0;
		font-size: 10rem; 
		color: #ffd890;
		z-index: -1;
		letter-spacing: .2rem;
			line-height: 1;
	}

	.story-text h3 {
		font-size: 3.1rem;
		margin-bottom: 30px;
		color: #16324f;
		font-weight: 500;
			 padding-top: 50px;
	}

	.story-text p {
		font-size: 1.8rem;
	}

	.sticky-title {
		position: fixed;
		top: 170px; 
		left: 50%;
		transform: translateX(-50%);
		font-size: 2.5rem;
		font-weight: 700;
		padding: 0 0 60px 0;
		z-index: 100;
		text-align: center;
		transition: opacity 0.3s ease;
	}

	.progress-bar {
	 /* position: fixed;
		top: 120px; 
		left: 0;
		height: 4px;
		background: linear-gradient(90deg, #4a90e2, #7b68ee);
		z-index: 999;
		width: 0%;
		transition: width 0.1s ease;*/
	}

			@media (max-width: 768px) {
					.featureZoomSwiper .swiper-slide {
							width: 90%;
					}
					.slide-set {
							flex-direction: column;
							text-align: center;
					}
					.slide-img img {
							width: 100%;
					}
					.slide-text::before {
							top: -30px;
							left: 50%;
							transform: translateX(-50%);
					}

					/* モバイルでの矢印位置調整 */
					.feature-nav-prev,
					.feature-nav-next {
							width: 40px;
							height: 40px;
					}

					.feature-nav-prev {
							left: 10px;
					}

					.feature-nav-next {
							right: 10px;
					}

					.feature-nav-prev::before,
					.feature-nav-next::before {
							font-size: 20px;
					}
			}    




	/*院長紹介 + 以下のコンテンツをレイヤー化 */
	.doctor-content-section {
			position: relative; 
		/*top: 120px; *//* ヘッダーの下 */
		left: 0;
		width: 100%;
		/*height: calc(100vh - 120px);*/
			height: auto;
		z-index: 200;
		opacity: 0;
		transform: translateY(100%);
		transition: opacity 0.8s ease, transform 0.8s ease;
		pointer-events: none;
		background: white;
	}

	.doctor-content-section.show {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	/* 以下のコンテンツ（スクロール可能） */
	.content-after-doctor {
		position: relative;
		background: white;
			z-index: 150;

	}
	/*TOPページご挨拶*/
					.doctor__w {
			/*background: url(./images/img_bg.jpg);
			background-size: cover;
			background-position: center;*/
						width: 100%;
			margin: 0 auto;
							background: linear-gradient(to bottom, #f3f3f3, #ffffff);
							 padding: 60px 0 100px;
	}

					.doctor__wi {
		 margin: 0 auto;
			display: grid;
			grid-template-columns: 1fr 280px;
			grid-template-columns: 1fr 280px;
			grid-template-areas:
				"title  title"
				"body   image"
				"btn    image";
			column-gap: 60px;
			max-width: 900px;
			width: 100%;
	}
			.doctor_t1 {
			font-size: 3rem;
			letter-spacing: .3rem;
			padding: 12px 0 40px;
			line-height: 1.6;
			font-weight: 500;
			width: 100%;
			grid-area: title;
	}
.doctor_t2 {
			line-height: 1.7;
			padding: 0 0 20px 0;
			grid-area: body;
			align-self: start;
	}
			.doctor_t4 {
			line-height: 1.7;
			padding: 0 0 10px 0;
			width: 100%;
			font-size: 2rem;
			text-align: center;
	}
			.doctor_i {
			grid-area: image;
			align-self: start;
	}
			.doctor__wi > .doctor_btn {
			grid-area: btn;
			align-self: start;
			text-align: left;
	}
		.topdoctor_img{
position: relative;
display: inline-block;    
				 z-index: 1;
				margin: 0 0 10px;
}
			.topdoctor_img img {
					display: block;
			width: 100%;
					height: auto;
	}
			.topdoctor_logo {
			width: 100%;
			margin: 0 auto;
			padding: 0 0 20px;
	}
	.doctor-name {
position: absolute;
			bottom: 0;
			right: 0;
			background: #fff;
			padding: 30px 30px 0 40px;
			font-size: 2.5rem;
			border-radius: 8px 0 0 0;

}

					.doctor_btn {
			text-align: center;
	}

	.doctor_btn a {
	display: inline-block;
	text-align: center;
	width: 240px;
	background: #4386cc;
	padding: 15px 0;
	transition: .6s;
	position: relative;
	font-size: 1.6rem;
	border-radius: 8px;
  color: #fff;
}

.doctor_btn a::after {
	content: "";
	width: 10px;
	height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: right .3s;
}

/* ホバー時に右に移動 */
.doctor_btn a:hover::after {
	right: 25px;
}


	/*パンくず*/
.breadcrumb {
max-width: 1000px;
margin: 0 auto;
padding: 2rem 0;
font-size: 1.6rem;
}

.breadcrumb ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
}

.breadcrumb li {
display: flex;
align-items: center;
}

.breadcrumb li + li::before {
content: "›";
color: #888;
margin: 0 0.5rem;
font-size: 1.6rem;
}

.breadcrumb a {
color: #3285ca;
text-decoration: none;
}

.breadcrumb a:hover {
text-decoration: underline;
}

.breadcrumb .current {
}

/*ページ内リンク*/    


.page-link-scroll {
	width: 1000px;
	margin: auto;
white-space: nowrap;
padding: 2rem 0;
overflow-x: visible;
}

.page-link-scroll ul {
			 display: flex;
			padding: 0 1rem;
			margin: 0;
			list-style: none;
			justify-content: center;
}

.page-link-scroll li {
flex: 0 0 auto; 
			display: inline-block;
	border-right: 1px solid #c1c1c1;
}
.page-link-scroll li:last-child {
	border: none;
}

.page-link-scroll a {
display: inline-block;
padding: 0.5rem 1rem;
font-size: 1.8rem;
white-space: nowrap;
	margin-left: 1.2rem;
			margin-right: 1.2rem;
	text-decoration: none;
}

.page-link-scroll a:hover {
	text-decoration: underline;
}

/*整形部位*/    
.body-selector {
	display: flex;
					align-items: center;
			justify-content: center;
	gap: 2rem;
	background: #f3f3f3;
	padding: 3rem;
}

.part-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
}

.part-list li {
	margin: 0 0 2rem;
	cursor: pointer;
	transition: color 0.3s;
}

.part-list li a {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
	transition: background 0.3s, transform 0.2s;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	border: solid 1px #ccc;
	font-size: 2rem;
	background: #fff;
}

.part-list li a.active,
.part-list li a:hover {
	background-color: #3285ca;
	color: #fff;
	opacity: 1;
}

.body-wrapper {
	position: relative;
	width: 260px;
	margin: 0 20px;
}

.body-wrapper img {
	width: 100%;
	display: block;
}

.body-point {
	position: absolute;
			width: 30px;
			height: 30px;
			border-radius: 50%;
			background: #af937e40;
			cursor: pointer;
			transition: transform 0.2s, background 0.3s;
			transform: translate(-50%, -50%);
}

.body-point[data-part="head"]     { top: 30px;  left: 126px; }
.body-point[data-part="neck"]     { top: 95px;  left: 126px; }
.body-point[data-part="shoulder"] { top: 125px; left: 80px; }
.body-point[data-part="elbow"]    { top: 205px; left: 60px; }
.body-point[data-part="hand"]     { top: 300px; left: 45px; }
.body-point[data-part="back"]     { top: 170px; left: 126px; }
.body-point[data-part="waist"]    { top: 220px; left: 170px; }
.body-point[data-part="hip"]      { top: 280px; left: 175px; }
.body-point[data-part="knee"]     { top: 380px; left: 150px; }
.body-point[data-part="calf"]     { top: 450px; left: 150px; }
.body-point[data-part="ankle"]    { top: 500px; left: 150px; }
.body-point[data-part="foot"]     { top: 540px; left: 155px; }    

.body-point:hover,
.body-point.active {
	background: #3285ca;
	transform: translate(-50%, -50%) scale(1.3);
}


	/*施設案内*/
.facility_gallery {
		max-width: 700px;
		margin: 0 auto;
	}
	.facility_gallery .main-image {
		margin: 0 0 10px;
	}
	.facility_gallery .main-image img {
		width: 100%;
	}

	.facility_gallery .image-title {
			font-size: 2.3rem;
			margin: 0 0 1rem;
	}

	.facility_gallery .thumbnail-container {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		scroll-behavior: smooth;
		cursor: grab;
		padding: 10px 0;
			-webkit-overflow-scrolling: touch;
	}

	.facility_gallery .thumbnail-container::-webkit-scrollbar {
	 display: block;
height: 6px; 
	}

	.facility_gallery .thumbnail-container img {
		width: 150px;
		height: auto;
		object-fit: cover;
		cursor: pointer;
		transition: transform 0.2s, opacity 0.2s;
		opacity: 0.7;
			/* 画像を掴めなくする */
-webkit-user-drag: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
	}

	.facility_gallery .thumbnail-container img.active {
		border: 3px solid #0078d7;
		opacity: 1;
	}

	.facility_gallery .thumbnail-container img:hover {
		transform: scale(1.05);
		opacity: 1;
	}

	.facility_device_w {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
			width: 900px;
			margin: 0 auto;
}
	.facility_device {
	width: calc((100% - 30px) / 2);
}

.facility_device img {
	margin: 0 0 10px;
}
	.facility_device_txt1{
			text-align: center;
			font-size: 2.3rem;
			margin: 0 0 1rem;

	}
.facility_device_txt2 {
	width: 100%;
}    
}
/* PC */
















@keyframes DownAnime{
from {
opacity: 0;
transform: translateY(-170px);
}
to {
opacity: 1;
transform: translateY(0);
}
}







































































/* sp */
@media screen and (max-width:750px) {

.wrapper{
padding: 7rem 0 7rem 0;
}

/* header */

header{
		 width: 100%;
			display: flex;
			align-items: center;
			height: 7rem;
			position: fixed;
			top: 0;
			z-index: 300;
			background: #fff;
}

header::before {
 content: '';
	position: absolute;      /* header 内に配置 */
	bottom: 0;               /* header の下端に合わせる */
	left: 0;
	width: 100%;
	height: 10px;            /* 影の高さ */
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	pointer-events: none;
	z-index: 1;         /* メニューより上 */
}
.header1{
width: 100%;

}
/*    
.header1{
width: calc(100%);
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;

}*/

.header2{
			width: 100%;
					height: 6rem;
	display: flex;
			align-items: center;
}

.header2 div{
width: 70%;
	margin: 0 0 0 1rem;
}

.header2 div a{
display: inline-block;
}

.header2 div a img{
	width: 100%;
}


.header3{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
}
/*
.header4{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;

}

.header5{
width: 100%;
text-align: center;
}

.header5 span{
text-align: center;
font-size: 1.4rem;
}


.header6{
}

.header6 a{
display: block;
font-size: 2.5rem;
line-height: 1;

width: 20rem;

}

.header6 a span{

}

.header6 a span::before{

background: url("./images/ic_tel.svg");
display: inline-block;
width: 1.8rem;
height: 1.8rem;
margin: 0 .2rem 0 0;
vertical-align: middle;
}

*/
.header3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
			margin: 0 0 2rem;    
}

.header4{
width: 100%;
text-align: center;
margin: 0 0 2rem 0;
}

.header4 a{
 /* width: 100%;
	display: block;
	font-size: 2.5rem;
	line-height: 1;*/
	display: flex;
		font-size: 2.5rem;
			font-weight: 500;
			align-items: center;
			justify-content: center;
}

.header4 a span{
			display: inline-flex;
			justify-content: center;
			gap: 1rem;
			align-items: center;
			line-height: 1;
}
.header4 a span::before {
			content: "";
			background: url(./images/ic_tel.svg) no-repeat center;
			background-size: contain;
			display: inline-block;
			width: 2rem;
			height: 2rem;
			position: relative;
			top: 2px;
	}
/*
.header4 a span::before{
	content: "";
	background: url("./images/ic_tel.svg");
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin: 0 .5rem 0 0;
	vertical-align: bottom;
}*/

.header5{
width: 100%;
text-align: center;
font-size: 1.4rem;
letter-spacing: .15rem;
}

.header6{
width: 85%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.4;
margin: 0 auto;
}


.header18{
width: 100%;
text-align: center;
}
.header18 {
	display: flex;
			align-items: center;
			justify-content: center;
			background: #3285ca;
							width: 100%;
			padding: 2rem 0;
			margin: 0 auto;
	border-radius: 8px;
}
.header18 a{
	display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			font-size: 1.8rem;
	line-height: 1.2;
			text-align: center;
			letter-spacing: 0.1rem;
			color: #ffffff;
}
.header18 a span::before {
			content: "";
			background: url(./images/ic_reserve.svg) no-repeat;
			display: block;
			width: 2rem;
			height: 2rem;
	}
	.header18 a span{
			display: inline-flex;
			align-items: center;
			justify-content: center;
			gap: 0.5rem;
	}/*
.header18 a:after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			right: 2rem;
			background: url(./images/ic_arrow1.svg);
			display: inline-block;
			width: 2rem;
			height: 2rem;
			margin: auto;
			vertical-align: baseline;
			transition: all .3s;
	}*/

.header18 a span{

}


.header20{
width: 100%;
text-align: center;
}

.header20 a{
	 display: inline-block;
			text-align: center;
			padding: 1.3rem 2rem;
			background: #06C755;
			color: #ffffff;
			font-size: 1.8rem;
			width: 90%;
	border-radius: 4px;
	position: relative;
}
.header20 a:after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			right: 2rem;
			background: url(./images/ic_arrow1.svg);
			display: inline-block;
			width: 1.2rem;
			height: 1.2rem;
			margin: auto;
			vertical-align: baseline;
			transition: all .3s;
	}

.header20 a span{

}

.header7{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.header8{
width: 100%;
text-align: center;
}

.header8 span{
text-align: center;
font-size: 1.4rem;
width: 9rem;
}


.header9{
}

.header9 a{
display: block;
font-size: 2.5rem;
line-height: 1;
color: #63c06b;
width: 20rem;

}

.header9 div{
display: block;
font-size: 2.5rem;
line-height: 1;
color: #63c06b;
width: 20rem;

}

.header9 a span{

}

.header9 a span::before{
background: url("./images/ic_tel.svg");
display: inline-block;
width: 1.8rem;
height: 1.8rem;
margin: 0 .2rem 0 0;
vertical-align: middle;
}




.header10{
width: 100%;
text-align: center;
}

.header10 a{
display: inline-block;
background: linear-gradient(270deg, #2fb383, #18a86b);
text-align: center;
color: #fff;
box-shadow: 6px 6px 10px #c1ffe8;
}

.header10 a span{
display: block;
position: relative;
width: 100%;
padding: 1.2rem 3rem;

}


.header10 a span::after{
position: absolute;
top: 2.7rem;
right: .8rem;
content: "";
background: url("./images/ic_arrow1.svg");
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: 0 0 0 .6rem;
vertical-align: baseline;
}
/*
.footer__w .header10 a span::after{
position: absolute;
top: 1.9rem;
right: .8rem;
content: "";
background: url("./images/ic_arrow1.svg");
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: 0 0 0 .6rem;
vertical-align: baseline;
}
*/

.header11{
font-size: 1.2rem;
}

.header12{
width: calc(100% - 60px);
font-size: 1.2rem;
margin: 0.5rem auto 1.2rem;
text-align: center;
letter-spacing: 0;
}

.header13{
width: 100%;
}

.header13 a {
display: inline-block;
background: #d87d97;
text-align: center;
padding: 1.5rem 5rem;
color: #fff;
font-size: 1.6rem;
letter-spacing: .2rem;
position: relative;
border-radius: 4px;
width: 20rem;
}

.header13 div {
display: inline-block;
background: #d87d97;
text-align: center;
padding: 1.5rem 1.5rem;
color: #fff;
font-size: 1.6rem;
letter-spacing: .2rem;
position: relative;
border-radius: 4px;
width: 20rem;
}

.header13 a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 2rem;
background: url("./images/ic_arrow1.svg");
display: inline-block;
width: 1rem;
height: 1rem;
margin: auto;
vertical-align: baseline;
transition: all .3s;
}

.header14{
	text-align: center;
	width: 100%;
	font-size: 1.4rem;
	color: #404040;
}


/* timetable */

.headertimetable__w{
width: 100%;
padding: 80px 0 20px;
background: #ebeaea;
background-size: cover;
}

.headertimetable1{
text-align: center;
margin: 0 0 90px 0;
}

.headertimetable1 h2{
font-size: 2rem;
font-weight: 400;
letter-spacing: .5rem;
color: #622b11;
background: linear-gradient(45deg, #ffef72, #ffed62);
width: 500px;
margin: 0 auto;
box-shadow: 15px 15px 0px rgb(210 207 129 / 20%);
text-align: right;
padding: 18px 22px;
}

.headertimetable1 h2 span{
display: block;
position: relative;
}

.headertimetable1 h2 span::before{
content: "TIMETABLE";
display: block;
text-align: right;
font-size: 4rem;
letter-spacing: .3rem;
color: #622b11;
font-weight: 400;
line-height: 1;
font-family: 'Zen Maru Gothic', sans-serif;
margin: 0 0 12px 0;
}

.headertimetable2 h2 span::after{
content: "";
background: url("./images/ic_timetable.svg");
width: 100px;
height: 100px;
display: block;
top: -50px;
left: -50px;
position: absolute;
filter: drop-shadow(3px 6px 0px rgba(255,251,221,.50));
}


.headertimetable3{
}

.headertimetable4{
}

.headertimetable4a{
background: url(../images.headertimetable1.png) no-repeat left center;
background-size: 450px 300px;
}

.headertimetable4b{
background: url(../images.headertimetable2.png) no-repeat right center;
background-size: 450px 300px;
}

.headertimetable4c{
background: url(../images.headertimetable3.png) no-repeat left center;
background-size: 450px 300px;
}

.headertimetable4d{
background: url(../images.headertimetable4.png) no-repeat right center;
background-size: 450px 300px;
}

.headertimetable4e{
background: url(../images.headertimetable5.png) no-repeat left center;
background-size: 450px 300px;
}



.headertimetable5{
width: 750px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
margin: 0 auto;
}

.headertimetable6{
color: #5d481d;
display: block;
text-align: center;
font-size: 2.4rem;
font-weight: 700;
font-family: 'Zen Old Mincho', serif;
margin: 0 0 20px 0;
width: 100%;
letter-spacing: .3rem;
}

.headertimetable7{
width: 100%;

}

table.headertimetable8{
width: calc(100%);
background: #fff;
margin: 0 auto;
border: 1px solid #c2c2c2;

}

table.headertimetable8 th{
background: #e2e2e2;
text-align: center;
font-weight: 500;
font-size: 1.3rem;
padding: .2rem 0;
line-height: 1.6;
width: 10.5%;
letter-spacing: .1rem;
}

table.headertimetable8 th:first-child{
width: 26.5%;
}

table.headertimetable8 td{
background: #fdfdfd;
text-align: center;
font-weight: 500;
font-size: 1.4rem;
padding: .5rem 0;
line-height: 1.6;
color: #1cbbca;
letter-spacing: 0.05rem;
border-bottom: 1px solid #c2c2c2;
vertical-align: middle;
}

table.headertimetable8 td:first-child{
color: #5d481d;
background: #f5f4f4;
}

table.headertimetable8 tr{
}

.headertimetable9{
width: 570px;
margin: 0 auto;
text-align: right;
padding: 0 15px 0 0;
font-size: 1.8rem;
}

table.headertimetable8 td.headertimetable10a{
color: #fff;
text-align: center;
font-size: 1.8rem;
font-family: 'Zen Maru Gothic', serif;
letter-spacing: .35rem;
padding: 10px 0;
background: linear-gradient(90deg, #ed6d00, #ed6d00);
line-height: 1;
font-weight: 500;
}

table.headertimetable8 td.headertimetable10b{
color: #fff;
text-align: center;
font-size: 1.8rem;
font-family: 'Zen Maru Gothic', serif;
letter-spacing: .15rem;
padding: 10px 0;
background: linear-gradient(90deg, #01aee4, #01aee4);
line-height: 1;
font-weight: 500;
}

.headertimetable11{
font-size: 1.3rem;
letter-spacing: -.05rem;
font-weight: 700;
}

.headertimetable12{
width: 100%;
text-align: center;
}

.headertimetable12 > .closed{
display: inline-block;
text-align: center;
padding: 3px 12px;
background: #fff;
font-size: 1.5rem;
color: #ef6276;
margin: 0 0 20px;    
}
.headertimetable12 > .repletion{
width: 600px;
margin: 0 auto;
text-align: left;
}
.headertimetable12_f{
text-align: center;
width: 500px;
margin: 0 auto;
}

.headertimetable12_f > .closed{
display: inline-block;
text-align: center;
padding: 3px 12px;
background: #fff;
font-size: 1.5rem;
color: #ef6276;
margin: 0 0 10px;    
}
.headertimetable12_f > .repletion{
width: 100%;
margin: 0 auto;
text-align: left;
font-size: 1.4rem;    
}    
.headertimetable13{
width: 100%;
text-align: center;
}

.headertimetable13 span{
display: inline-block;
text-align: center;
padding: 5px 20px;
background: #fff;
font-size: 1.7rem;
color: #1ea189;
border: 2px solid #1ea189;
border-radius: 5px;
}

.headertimetable14{
width: 930px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}

.headertimetable15{
width: 100%;
text-align: center;
}

.headertimetable15 span{
display: inline-block;
text-align: center;
padding: 8px 30px;
background: #ffffff;
font-size: 1.9rem;
color: #1fa189;
border: 1px solid #1fa189;
font-weight: 700;
}

.headertimetable16{
width: 450px;
}

.headertimetable16 a{
display: inline-block;
text-align: center;
background: #fff;
font-size: 1.6rem;
color: #1ea189;
border: 1px solid #1ea189;
font-weight: 700;
line-height: 1;
box-shadow: 4px 4px 10px #ced1d8;
box-sizing: content-box;
width: 450px;
}

.headertimetable16 a:hover{
opacity: .7;
}

.headertimetable16 a img{
width: 100%;
}

.headertimetable17{
width: 450px;
}

.headertimetable17 a{
display: inline-block;
text-align: center;
background: #fff;
font-size: 1.6rem;
color: #1ea189;
border: 1px solid #fd6c58;
font-weight: 700;
line-height: 1;
box-shadow: 4px 4px 10px #ced1d8;
box-sizing: content-box;
width: 450px;
}

.headertimetable17 a:hover{
opacity: .7;
}

.headertimetable17 a img{
width: 100%;
}




.headertimetable18{
width: 750px;
margin: 0 auto;
}

.headertimetable18 a{
width: 100%;
display: block;
text-align: center;
}


.headertimetable18 a img{
width: 55%;
box-shadow: 10px 10px 15px #bfbfbf;
border-radius: 5px;
}

.headertimetable19{
color: #ccc;
font-weight: 400;
}


.headertimetable20{
font-family: 'Asap', sans-serif;
}

.headertimetable21{
font-size: 1.1rem !important;
line-height: 1 !important;
letter-spacing: 0;
}


/* timetable */




/* header */









/* nav */

/*========= ナビゲーションのためのCSS ===============*/
/*
#g-nav{
position: fixed;
z-index: -1;
display: none;
top: 0;
width: 100%;
height: 100vh;
background: #f3f0e9;
transition: all 0.3s;
}

#g-nav.panelactive{
display: block;
z-index:999;
}

#g-nav.panelactive #g-nav-list{
position: fixed;
z-index: 999; 
width: 100%;
height: 100vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
}


#g-nav .navul,
#g-nav .navul2 {
display: none;
z-index: 999;
}

#g-nav.panelactive .navul {
width: 90%;
display: flex !important;
flex-wrap: wrap;
justify-content: space-between;
margin: 6rem auto 0;
}


.navulli1,
.navulli2,
.has-child{
list-style: none;
text-align: center;
width: 47.5%;
margin: 0 5% .5rem 0;
}

.navulli1:nth-child(2n),
.navulli2:nth-child(2n),
.has-child:nth-child(2n){
margin: 0 0 .5rem 0;
}

.navulli1 a,
.navulli2 a,
.has-child a{
text-decoration: none;
padding: 1rem 0;
display: block;
text-transform: uppercase;
letter-spacing: 0rem;
font-weight: 500;
font-size: 1.4rem;
background: #fff;
border-radius: 5px;
width: 100%;
margin: 0 auto;
}

#g-nav.panelactive .has-child-3{
width: 100%;
display: none !important;
flex-wrap: wrap;
justify-content: flex-start;
margin: .5rem auto 0;
}

#g-nav.panelactive .navulli2{
width: 100%;
margin: 0 0 .5rem 0;
align-items: center;
display: flex;
}

#g-nav.panelactive .navulli2:nth-child(2n){
}

#g-nav.panelactive .navulli2 a{
font-size: 1.3rem;
line-height: 1.2;
padding: .5rem 1rem;
display: block;
width: 100%;
letter-spacing: -0.05rem;
background: #fff;
}

#g-nav.panelactive .navulli2 img{
width: 100%;
border-radius: 10px 3px 10px 3px;
}

.has-child-2{
width: 100%;
display: flex;
flex-wrap: wrap;
}

.has-child-3{
width: 100%;
display: flex;
flex-wrap: wrap;
}





.openbtn{
position: fixed;
z-index: 9999;
top: 1rem;
right: 4rem;
cursor: pointer;
width: 4rem;
height: 5rem;
}


.openbtn span{
display: inline-block;
transition: all .4s;
position: absolute;
left: 14px;
height: 3px;
border-radius: 2px;
background-color: #a8a18e;
width: 100%;
}

.active span{
display: inline-block;
transition: all .4s;
position: absolute;
height: 3px;
border-radius: 2px;
background-color: #a8a18e !important;
width: 100%;
}

.openbtn span:nth-of-type(1) {
top:1rem;	
}

.openbtn span:nth-of-type(2) {
top:2.2rem;
}

.openbtn span:nth-of-type(3) {
top:3.4rem;
}

.openbtn.active span:nth-of-type(1) {
top: 1rem;
left: 2rem;
transform: translateY(6px) rotate(-45deg);
width: 100%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
top: 2.2rem;
left: 2rem;
transform: translateY(-6px) rotate(45deg);
width: 100%;
}




.spnavinfo__w{
width: 100%;
display: flex;
flex-wrap: wrap;
align-content: center;
}

.spnavinfo1{

}

.spnavinfo2{

}
*/



/* nav */

/*========= ナビゲーションのためのCSS ===============*/



/*


#g-nav{
	position: fixed;
			z-index: -1;
			display: none;
			top: 0;
			width: 100%;
			height: 100vh;
			background: #ffffff;
			transition: all 0.3s;
}*/

#g-nav {
position: fixed;
top: 7rem; /* ヘッダーの高さに合わせる */
right: -100%;
width: 100%;
height: calc(100vh - 7rem); /* ヘッダーを除いた高さ */
background: #f3f3f3;
transition: right 0.3s ease;
z-index: -1;
display: block;
overflow: hidden;
padding: 3rem;    
}

/* ▼ アクティブ時（右からスライドインして表示） */
#g-nav.panelactive {
	right: 0;
}

	/* スクロール可能部分 */
#g-nav > .menu_w,
#g-nav > .schedule-table-wrapper,
#g-nav > .header3 {
box-sizing: border-box;
}


	/* ナビ内スクロール設定 */
#g-nav {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
	/*
#g-nav ul {
display: none;
z-index: 999;
}

#g-nav.panelactive ul {
width: 90%;
display: flex !important;
flex-wrap: wrap;
justify-content: space-between;
margin: 6rem auto 0;
}*/
/*
#g-nav.panelactive ul::after {
	content: "";
margin: 0 auto 1rem;
			list-style: none;
			text-align: center;
			width: 47.5%;
}    */
/*リストのレイアウト設定*/
/*
#g-nav li{
margin: 0 auto 1rem;
			list-style: none;
			text-align: center;
					width: 100%;
}
#g-nav li:last-child{
margin: 0 auto 0;
}
#g-nav li a{
text-decoration: none;
			padding: 1rem 0;
			display: block;
			text-transform: uppercase;
			letter-spacing: 0.1rem;
			font-size: 1.5rem;
			margin: 0 auto;
			border: solid 1px #cdcdcd;
}

#g-nav.panelactive ul li ul{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: 2vw auto 0;
}

#g-nav.panelactive ul li ul li{
width: 49%;
margin: 0 2% 2vw 0;
align-items: center;
display: flex;
}

#g-nav.panelactive ul li ul li:nth-child(2n){
margin: 0 0 2vw 0;
}*/
/*
#g-nav.panelactive ul li ul li a{
font-size: 1.3rem;
background: #36a34b;
line-height: 1.2;
padding: 1vw 1vw;
display: block;
width: 100%;
letter-spacing: -0.05rem;
border-radius: 200px;
}*/


/**/
		.menu_w {
	width: 100%;
			display: flex !important;
			flex-wrap: wrap;
			justify-content: space-between;
			margin: 0 auto 2rem;
}
	.menu {
border-top: 1px solid #e9e9e9;
			width: 100%;
}
.menu:last-of-type {
border-bottom: 1px solid #e9e9e9;
}

.menu-header {
			 display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 1.5rem 1rem;
			font-size: 1.8rem;
			cursor: default;
}

.menu-header .menu-link {
color: inherit;
text-decoration: none;
flex-grow: 1;
}

.menu-header .menu-link:hover {
opacity: 0.8;
}

.menu-header .btn {
position: relative;
width: 24px;   /* 少し大きく */
height: 24px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}

/* btnのbefore, afterはそのまま残す */
.menu-header .btn:before,
.menu-header .btn:after {
content: "";
position: absolute;
				background-color: #3285ca;
border-radius: 10px;
transition-duration: 0.2s;
}
/* 縦棒 */
.menu-header .btn:before {
width: 2px;
height: 14px;
top: 5px;
left: 11px;
}

/* 横棒 */
.menu-header .btn:after {
width: 14px;
height: 2px;
top: 11px;
left: 5px;
}

/* 開いている時はマイナスのみ表示 */
.menu-header.is-active .btn:before {
content: none;
}

/* 開閉時の回転などもそのまま */
.menu-header.is-active .btn {
transform: rotate(-180deg);
}

.menu-header.is-active .btn:before {
content: none;
}


.menu-body {
display: none; 
}

.menu-body a {
display: block;
			padding: 1rem;
			font-size: 18px;
			text-decoration: none;
			border-top: 1px solid #e9e9e9;
			background: #fdfdfd;
}
.menu-body a:last-of-type {
margin: 0 0 0;
}






.schedule-table-wrapper {
background: #fff;
			padding: 10px;
			border-radius: 5px;
			margin: 0 0 2rem;
}

.schedule-table {
width: 100%;
text-align: center;


}
/* すべてのセルの上下の線のみ表示 */
.schedule-table th,.schedule-table td {
padding: .3rem .7rem;
			text-align: center;
			border-bottom: 1px solid #ccc;
			font-size: 1.5rem;
			position: relative;

} 
.schedule-table td {
			vertical-align: middle;
	}
.schedule-table td.time {
						font-size: 1.6rem;
			line-height: 1;
			padding: .5rem 0;
	}
	.schedule-table th {
		 font-weight: 400;
			vertical-align: middle;
			font-size: 1.6rem;
	}
	.schedule-table th:first-child {
			vertical-align: middle;
			font-size: 1.5rem;
	}
/* 一番上の横線（thead）をなしにする */
.schedule-table thead tr:first-child th {
border-top: none;

}

/* 背景色指定 */
.schedule-table .active {
color: #4386cc;
}

.schedule-table .closed {
color: #4386cc;
}

/* 下のテキスト */
.schedule-notes {
margin-top: 10px;
font-size: 1.5rem;
line-height: 1.5;
}    
/**/    



/*========= ボタンのためのCSS ===============*/
.openbtn{
position:fixed;
z-index: 9999;/*ボタンを最前面に*/
top:1rem;
right: .5rem;
cursor: pointer;
width: 5rem;
height:5rem;
}

/*×に変化*/	
.openbtn span{
			display: inline-block;
			transition: all .4s;
			position: absolute;
			left: 14px;
			height: 2px;
			border-radius: 2px;
			background-color: #4386cc;
			width: 45%;
}

.active span{
display: inline-block;
transition: all .4s;
position: absolute;
left: 14px;
height: 2px;
border-radius: 2px;
background-color: #4386cc !important;
width: 45%;
}

.openbtn span:nth-of-type(1) {
top:15px;	
}

.openbtn span:nth-of-type(2) {
top:23px;
}

.openbtn span:nth-of-type(3) {
top:31px;
}

.openbtn.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 30%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 30%;
}


nav ul li.has-child dt{
overflow: hidden;
margin: 0 0 1vw 0;
}

nav ul li.has-child dd{
padding: 1vw 0;
font-weight: 500;
letter-spacing: -.05rem;
}

nav ul li.has-child dd.has-child-last{
padding: 0;
}




#g-nav li.navbnr a{
background: #02b2bf;
color: #fff;
}

.spnavinfo__w{
width: 100%;
display: flex;
flex-wrap: wrap;
align-content: center;
}

.spnavinfo1{

}

.spnavinfo2{

}



/* nav */    














/* nav */






/* slider */

.swiper {
			width: 100%;
	overflow: visible!important;
	display: flex;
			flex-direction: column-reverse;
	/*margin: 0 0 -5rem 0;*/
}

.swiper-slide {
	position: relative;
	width: 100%;
}    
	/*
.swiper-slide img {
							display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			margin: 8rem 0 0;
	}*/
.swiper-slide_w {
			position: absolute;
}
.reserv_w{
			width: 93%;
	margin: -3rem auto 3rem;
			z-index: 10;
			background: #fff;
			border-radius: 5px;
			box-shadow: 5px 5px 20px #65656570;
}    
.reserv_ttl{
display: inline-block;
background: #37bfd3;
color: #fff;
text-align: center;
padding: 10px 30px;
border-radius: 3px 3px 0 0;
/* position: absolute; */
font-size: 1.8rem;
line-height: 1.4;
width: 100%;
}
.reserv_box{
			padding: 1.5rem 2rem 2rem;
}
.reserv_head{
text-align: center;
margin: 0 0 1.8rem;
font-size: 1.9rem;
font-family: "Hiragino Mincho ProN", serif;
font-weight: 500;
line-height: 1.6;    
}
.reserv_head span{
color: #1bb8ce;
border-bottom: 1px dotted #1bb8ce; 
padding-bottom: 2px;
}

.reserv_txt{
			text-align: center;
	font-size: 1.4rem;
}    

.swiper-slide_in {
	/*position: relative;*/
					width: 90%;
}

.swiper-slide1a {
	font-size: 2.3rem;
			font-weight: bold;
			margin-bottom: 20px;
			text-shadow: 1px 1px 5px rgb(35 159 177 / 40%);
			color: #fff;
}

.swiper-slide1c {
	font-size: 1.5rem;
	color: #fff;
	width: 100%;
}
	.swiper-slide_w {
			/*position: relative;
			top: -5rem;
			left: 0;
			width: 100%;
			height: 280px;
			background: rgb(146, 226, 237);
			background: linear-gradient(318deg, rgba(146, 226, 237, 1) 0%, rgba(41, 195, 218, 1) 50%, rgba(33, 184, 206, 1) 100%);
			clip-path: polygon(0 13%, 100% 0%, 100% 100%, 0% 100%);
			display: flex;
			justify-content: center;
			padding: 5rem 0 3rem;
			z-index: 9;
			align-items: center;
			margin: 0 5rem 0 0;*/
			display: none;
	}
	.swiper-slide_w::before {
			content: "";
			width: 200px;
			height: 200px;
			position: absolute;
			background: url(./images/main_acc.png);
			background-size: cover;
			bottom: 0;
			left: 0;
			z-index: 10;
			opacity: .5;
	}
	.swiper-pagination{
			display: none;

	}

	/*
.swiper-slide::before {
							position: absolute;
			bottom: -500px;
	} 
.swiper-slide::before {
							content: '';
			left: -30px;
			bottom: -400px;
			background-position: center right;
			z-index: 999;
			background: #21b8ce;
			transform-origin: center;
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}    */


.swiper-wrapper {
}
.swiper-slide {
text-align: center;
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			position: relative;
			align-content: flex-start;
			align-items: flex-start;
}
	/*
.swiper-slide1a{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width: 90%;
z-index: 1;
}*/

/*
.swiper-slide1a span{
	display: inline-block;
	color: #222;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.6;
	filter: drop-shadow(1px 1px 3px #fff);
	text-shadow: #fff 2px 0px,  #fff -2px 0px,
	#fff 0px -2px, #fff 0px 2px,
	#fff 2px 2px , #fff -2px 2px,
	#fff 2px -2px, #fff -2px -2px,
	#fff 1px 2px,  #fff -1px 2px,
	#fff 1px -2px, #fff -1px -2px,
	#fff 2px 1px,  #fff -2px 1px,
	#fff 2px -1px, #fff -2px -1px;
}
*/
.swiper-slide1b{
margin-top: 2rem;
}
/*
.swiper-slide1b span{
display: inline-block;
color: #5d481d;
font-weight: 400;
margin-bottom: 1.3rem;
font-size: 1.8rem;
line-height: 1.8;
}*/
/*
.swiper-slide1c{
position: absolute;
z-index: 1;
bottom: 1rem;
color: #fff;
font-size: 1.1rem;
text-align: right;
display: block;
width: 100%;
padding-right: 1rem;
}*/


.swiper-slide2{
position: relative;
}


.swiper-slide2 img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
display: none !important;
}

.swiper_txt {
position: absolute;
right: 2rem;
top: 8rem;
width: 630px;
z-index: 10;
}

.swiper_txt img {
display: block;
width: 100%;
}





.swiper-slide::before {
			width: 150%; /* モバイルサイズ用に幅を拡大 */
			height: 150%; /* モバイルサイズ用に高さを拡大 */
			transform: rotate(80deg); /* モバイル用に斜め角度を調整 */
	}  
/* slider */









/* pagetop */


#page-top {
position: fixed;
bottom: 8rem;
right: 0.8rem;
z-index: 200;
}
#page-top a {
width: 4rem;
display: block;
opacity: 0.9;
transition: all .3s ease;
}
#page-top a:hover {
text-decoration: none;
opacity: .5;
}


#page-top a img{
width: 100%;
display: block;
opacity: .8;
}


/* pagetop */






/* breadcrumb */

.breadcrumb__w{
width: 100%;
margin: 0 auto;
padding: 15px 0 15px 30px;
font-size: 1.5rem;
background: #f5f5f5;
}

.breadcrumb__w ol{
padding: 0;
color: #333 !important;
margin: 0 auto;
text-align: center;
}

.breadcrumb__w ol li{
list-style:none;
display:inline;
}

.breadcrumb__w ol li a:link,
.breadcrumb__w ol li a:visited{
color:#333 !important;
}

.breadcrumb__w ol li a:hover,
.breadcrumb__w ol li a:active{
opacity: .7;
}

.breadcrumb__w ol li:last-of-type a{
color:#333 !important;
}

.breadcrumb__w ol li:last-of-type a:hover,
.breadcrumb__w ol li:last-of-type a:active{
opacity: .7;
}

/* breadcrumb */















/* news */
/*
.topnews__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
			padding: 5rem 0 5rem;

}

.topnews1 {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topnews2 {
width: 100%;
display: flex;
flex-wrap: wrap;

text-align: center;
}

.topnews3 {
width: 100%;
display: flex;
flex-wrap: wrap;
text-align: center;
align-items: center;
justify-content: center;
}

.topnews3 h2 {
text-align: center;
			font-size: 2.5rem;
			font-weight: 500;
			letter-spacing: .2rem;
			font-family: "Hiragino Mincho ProN", serif;
}

.topnews3 h2 span {
}

.topnews3 h2 span::after {
content: "INFORMATION";
			display: block;
			width: 100%;
			text-align: center;
			font-size: 1.4rem;
			font-weight: 400;
			font-family: sans-serif;
}

.topnews4 {
width: calc(100%);
padding: 0 2rem;
}

.topnews5 {
width: 100%;
display: flex;
flex-wrap: wrap;
}

.topnews6 {
width: 100%;
font-size: 1.5rem;
margin-bottom: .5rem;
color: #5d481d;
opacity: .6;
}

.topnews7 {
width: 100%;
font-size: 1.8rem;
margin-bottom: .8rem;
font-weight: 500;
}

.topnews8 {
width: 100%;
font-size: 1.6rem;
}

.topnews8 iframe {
width: 100%;
height: 40vh;
}
	*/
/*TOPバナー*/
/*
.topbnr_w{
	width: 95%;
			margin: 0 auto 10rem;
	border: solid 1px #ccc;
}
.topbnr_w a img{
	width:100%;
	 image-rendering: -webkit-optimize-contrast;
}   
*/
/*ベタ打ち用*/
	.news_kiji__w {
			width: 100%;
			border-top: 1px solid #e8e8e8;
			overflow-y: scroll;
			margin: 0 auto;
	}
.kiji__w {
			font-size: 1.3rem;
			border-bottom: 1px solid #e8e8e8;
			padding: 1.5rem;
			display: flex;
			flex-wrap: wrap;
			width: 100%;
			justify-content: space-between;
			align-items: center;
			background: #fff;
	}
	.kiji_d {
			font-size: 1.1rem;
			color: #797979;
			display: inline-block;
			width: 100%;
			margin: 0 0 0 0;
	}
	.kiji_h {
			display: inline-block;
			width: 100%;
			margin: 0 0 0 0;
	}

/* news */




.topfeature__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
/*background: #f3f0ea;*/
padding: 5rem 0 7rem;
position: relative;    
}
	.topfeature__w::before {
			/*content: "";
			position: absolute;
			background-color: #ecf4f8;
			width: 1300px;
			height: 1600px;
			left: -30%;
			bottom: -20%;
			z-index: -1;
			transform: rotate(-20deg);
			transform-origin: center;
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);*/
			content: "";
			position: absolute;
			background-color: #f9f8f7;
			width: 600px;
			height: 2000px;
			left: -30%;
			bottom: -50%;
			z-index: -1;
			transform: rotate(-20deg);
			transform-origin: center;
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

.topfeature1{
width: 100%;
}

.topfeature1 h2{
text-align: center;
			font-size: 2.5rem;
			font-weight: 500;
			letter-spacing: .2rem;
			color: #1bb8ce;
			font-family: "Hiragino Mincho ProN", serif;    
}

.topfeature1 h2 span{
}

.topfeature1 h2 span::after {

content: "FEATURES";
			display: block;
			width: 100%;
			text-align: center;
			font-size: 1.4rem;
			font-weight: 400;
			color: #393e46;
			font-family: sans-serif;    
}


.topfeature2{
width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topfeature3{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
position: relative;
flex-wrap: wrap;
}

.topfeature4{
width: 100%;
position: relative;
}

.topfeature4 img{
width: 100%;
}

.topfeature4-2{
}

.topfeature5{
width: 100%;
padding: 0 2rem;
position: relative;
}
.topfeature5_2{
width: 100%;
padding: 0 2rem;
position: relative;
}
.topfeature6{
font-size: 2rem;
font-weight: 400;
letter-spacing: .2rem;
}



.topfeature7{
line-height: 2.2;
font-size: 1.6rem;
font-weight: 400;
}

.topfeature8 {
			display: flex;
			align-items: center;
			position: relative;
	}
	.topfeature8 .text {
			font-size: 2.2rem;
			color: #21b8ce;
	}
	.topfeature8 .text-line {
			transform: translateY(-50%);
			width: 100%;
			height: 1px;
			background-color: #21b8ce;
			margin: 0 2rem;
	}




/*topdoctor*/

.topdoctor__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
padding: 0 0 0;
}

.topdoctor1{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #f7f6f2;
padding: 4rem 2rem;
align-items: flex-start;
}

.topdoctor2{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
order: 2;

}

.topdoctor3{
width: 100%;
font-size: 2.5rem;
color: #3e1f03;

}

.topdoctor3 span::before{
content: "DOCTOR";
color: #2eaf45;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: .4rem;
display: block;
line-height: 1;
margin-bottom: .7rem;

}

.topdoctor3 span::after{
content: "";
display: block;
width: 7.8rem;
border-bottom: 1px dashed #3e1f03;
margin-top: .7rem;
}


.topdoctor4{
width: 100%;
font-size: 2rem;
color: #3e1f03;
letter-spacing: .5rem;

}

.topdoctor5{
line-height: 2;
}

.topdoctor6{
width: 100%;
}

.topdoctor6 a span{
display: inline-block;
}

.topdoctor6 a span::before{
content: "";
background: url("./images/ic_arrow1.svg");
width: 4rem;
height:4rem;
display: inline-block;
margin: 0 1.5rem 0 0;
vertical-align: middle;
}

.topdoctor6 span::after{
content: "";
display: block;
width: 20rem;
border-bottom: 1px dashed #3e1f03;
margin: 1rem 0 0 4.5rem;
}

.topdoctor7{
width: 100%;
margin: 0 auto;
order: 1;
text-align: center;
}


.topdoctor7 img{
width: 70%;
border-radius: 20px;
}






/*dx*/
	/*
.topdx__w {
width: 100%;
padding: 3rem 0 3rem;
background: #fff;    
}   */
	/*
.topdx {
width: 90%;
margin: 0 auto;
background: #fff;
border-radius: 5px;
}
.topdx_ttl {
position: relative;
padding: .3rem 1rem .3rem;
margin: 0 0 1.5rem;
display: flex;
align-items: center;
font-size: 1.5rem;
color: #21b8ce;
background: #f9f8f7;
border-radius: 4px;
}*/
	/*
.topdx_ttl::after{
position: absolute;
content: '';
left: 10px;
width: 10px;
height: 10px;
border-radius: 50%;
border: solid 2px #21b8ce;
}*/
.topdx_txt{
}
/*    
.topdx_txt ul{
margin: 1rem 0 1rem 0;   
}    

.topdx_txt ul li{
text-indent: -.5em;
padding-left: .5em;
line-height: 1.8;  
margin: 0 0 .5rem 0;    
}*/   
.topdx_txt ul{
margin: 1rem 0 1rem 0;   
}  
.topdx_txt ul li{
position: relative;
	padding-left: 1.2em;
	line-height: 1.6;
	margin: 0 0 .5rem 0;   
}
.topdx_txt ul li::before {    
	content: '・';
	position: absolute;
	left: .5rem;
	line-height: 1.6;
}    
/*dx*/   





/* subject */
.topsubject__w{
width: 100%;
padding: 5rem 0 0;
/*background: #f3f0e9;*/
position: relative;    
}
	.topsubject__w::before {
		 content: "";
			position: absolute;
			background-color: #ecf4f8;
			width: 600px;
			height: 2000px;
			right: -30%;
			top: -20%;
			z-index: -1;
			transform: rotate(-20deg);
			transform-origin: center;
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}


.topsubject1{
width: 100%;
}

.topsubject1 h2{
text-align: center;
			font-size: 2.5rem;
			font-weight: 500;
			letter-spacing: .2rem;
			color: #1bb8ce;
			font-family: "Hiragino Mincho ProN", serif;    
}

.topsubject1 h2 span{
}

.topsubject1 h2 span::after {
content: "PRACTICE";
			display: block;
			width: 100%;
			text-align: center;
			font-size: 1.4rem;
			font-weight: 400;
			color: #393e46;
			font-family: sans-serif;
}

.topsubject2{
width: 85%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
column-gap: 1rem;
			row-gap: 1rem;
}

.topsubject3{
width: 100%;
			height: 80px;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			box-shadow: 5px 5px 10px #e9e9e9;
			overflow: hidden;
			/* position: relative; */
			align-items: center;
			align-content: center;
}

.topsubject3:hover{
}

.topsubject4{
width: 100%;
			position: relative;

}

.topsubject4 img{
width: 100%;
}

.topsubject6_w {
			/*position: absolute;
			bottom: -40px;
			left: 0;
			width: 100%;
			height: 80px;
			background-color: rgb(255 255 255);
			clip-path: polygon(0 40%, 101% 0%, 101% 101%, 0% 101%);
			display: flex;
			align-items: flex-end;
			justify-content: center;
			padding: 0 0 1rem;*/
			/* left: -21px; */
			/* top: -40px; */
			width: 150px;
	}   
	.topsubject5_w {
			height: 500px;
			left: 100px;
			position: absolute;
			top: -100px;
			transform: rotate(27deg);
			width: 400px;
			background: #fff;

	}
.topsubject5{
			text-align: right;
			font-size:2rem;
			color: #393e46;
			/* transform: rotate(-27deg); */
			position: absolute;
			top: 50%;
			z-index: 2;
			right: 20px;
			transform: translateY(-50%);

}

.topsubject6{
width: 100%;
font-size: 1.5rem;
line-height: 2.2;
font-weight: 400;
}

/* subject */





/* subject */

.topkenshin__w{
width: 100%;
padding: 5rem 0 0;
}


.topkenshin1{
width: 100%;
}

.topkenshin1 h2{
text-align: center;
			font-size: 2.5rem;
			font-weight: 500;
			letter-spacing: .2rem;
			color: #1bb8ce;
			font-family: "Hiragino Mincho ProN", serif;
}

.topkenshin1 h2 span{
}

.topkenshin1 h2 span::after {
content: "CHECKUP";
display: block;
			width: 100%;
			text-align: center;
			font-size: 1.4rem;
			font-weight: 400;
			color: #393e46;
			font-family: sans-serif;  
}

.topkenshin2{
width: 85%;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			flex-direction: column;
					border-top: solid 1px #ccc;
			border-left: solid 1px #ccc;
}

.topkenshin3{
width: 100%;
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;

			background: #ffffff;
			border-right: solid 1px #ccc;
			border-bottom: solid 1px #ccc;
			flex-direction: row;

			align-items: center;
	padding: 10px;

}

.topkenshin3:hover{
}

.topkenshin4{
						 width: 30%;
}

.topkenshin4 img{
width: 100%;
}

.topkenshin5{
			text-align: center;
			font-size: 2rem;
			flex: 1;
}

.topkenshin6{
width: 100%;
font-weight: 400;
font-size: 1.5rem;    
}

/* subject */













/* medical */

.topmedical__w{
width: 100%;
padding: 5rem 0 5rem;
background: url("./images/topmedicalbg.png") left bottom no-repeat #fafafa;
}

.topmedical1{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.topmedical2{
width: 80%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
}

/*
.topmedical2:hover{
transform: translateY(-3px);
}
*/

.topmedical3{
width: 100%;
}

.topmedical3 img{
width: 100%;
border-radius: 10px 10px 0 0;
}

.topmedical4{
width: 100%;
text-align: center;
}


.topmedical4 img{
width: 10rem;
margin-top: -50px;
}

.topmedical5{
width: 100%;
font-size: 2rem;
text-align: center;
line-height: 1.4;
font-weight: 400;
padding: 2rem 0 0;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
}

.topmedical5 span{
display: block;
position: relative;
width: 100%;
}

.topmedical5 span::after{
content: "";
background: url("./images/ic_arrow2.svg");
width: 1.4rem;
height:1.4rem;
display: inline-block;
vertical-align: middle;
position: absolute;
right: 2rem;
top: 2.3rem;
}

.topmedical6{
font-size: 1.6rem;
display: block;
}

.topmedical7{
width: 80%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background: #fff;
padding: 3.5rem 2rem;
}

/*
.topmedical7:hover{
transform: translateY(-3px);
}
*/

.topmedical8{
display: block;
width: 50px;
}

.topmedical8 img{
width: 50px;
height: 50px;
}

.topmedical9{
width: calc(100%);
font-size: 1.8rem;
text-align: center;
line-height: 1.2;
letter-spacing: .07rem;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
font-weight: 400;
}

.topmedical9 span{
display: block;
position: relative;
}

.topmedical9 span::after{

background: url("./images/ic_arrow2.svg");
content: "";
width: 1.4rem;
height:1.4rem;
display: inline-block;
vertical-align: middle;
position: absolute;
right: 0;
top: .5rem;
}


.topmedical10{
widows: 100%;
font-size: 1.4rem;
padding: 2.5rem 3rem;
line-height: 1.8;
}



.topsubject11{
width: 100%;
}

.topsubject11 h2{
text-align: center;
font-size: 2rem;
font-weight: 500;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
color: #4c2828;
letter-spacing: .3rem;
}

.topsubject11 h2 span{
}

.topsubject11 h2 span::after{
content: "";
display: block;
background: #81391b;
width: 5rem;
height: .1rem;
margin: 1rem auto 0;
}


/* medical */





/**/


/* tophours */

.tophours h2 {
			font-size: 2.5rem;
			font-weight: 500;
			letter-spacing: .2rem;
	text-align: center;
	font-family: "Hiragino Mincho ProN", serif;   
	}
	.tophours h2 span {
	}
	.tophours h2 span::after {
			content: "OFFICE HOURS";
			display: block;
			width: 100%;
			text-align: center;
			font-size: 1.4rem;
			font-weight: 400;
			font-family: sans-serif;
	}

.tophours__w {
flex: 1;
margin: 0 auto;
}

.tophours1 {
width: 90%;
margin: 0 auto;
}
.tophours2 {
display: flex;
flex-wrap: wrap;
height: 100%;
justify-content: center;
}
.tophours_bg {
background: #fafafa;
			padding: .8rem 1rem .8rem;
			margin: 0 0 15px;  
	border-radius: 5px;
	width: 100%;
}     
.tophours3 {
border-collapse: collapse;
width: 100%;
margin: 0 auto;
}

.tophours4 th, .tophours4 td {
			padding: .3rem .7rem;
			text-align: center;
			border-bottom: 1px solid #ccc;
			font-size: 1.5rem;
			position: relative;
	}

.tophours4 th {
font-weight: 400;
vertical-align: middle;
font-size: 1.6rem;    
}

.tophours4 td.time{
font-size: 1.6rem;
line-height: 1;    
padding: .5rem 0;    
}
.tophours4 td {
vertical-align: middle;
}    
	.tophours4_vertical {
			display: inline-block;
			transform: rotate(90deg);
	}
.tophours4 th:first-child {
vertical-align: middle;
font-size: 1.5rem;    
}


.tophours4 th span {
font-size: 1rem;
display: inline-block;
}

.tophours4 {
width: 100%;
text-align: right;
margin-top: .5rem;
padding-right: 1.5rem;
font-size: 1.4rem;
}
	.tophours4 .active {
			color: #4386cc;
	}
		.tophours4 .closed {
			color:  #835ba4;
	}  
.tophours5 {
width: 100%;
			margin: .5rem 0 0;
	font-size: 1.5rem;
}

.tophours6 td sup {
position: absolute;
	top: .5rem;
right: .2rem;
font-size: 1rem;
letter-spacing: 0;
}

.tophours6 th sup {
position: absolute;
	top: .5rem;
right: .2rem;
font-size: 1rem;
letter-spacing: 0;
}


.bnr_w{
	width: 90%;
	margin: 0 auto 0;
	border: solid 1px #ccc;
}
.bnr_w img{
	width: 100%;
}
/**/    







/* access */
.topaccess__w {
width: 100%;
padding: 5rem 2rem 7rem;
background: -webkit-linear-gradient(-90deg, #ffffff,#f3f0eb);
}

.topaccess1{
width: 100%;

}

.topaccess1 h2{
text-align: center;
font-size: 1.8rem;
font-weight: 400;
color: #5d481d;
letter-spacing: .2rem;
}

.topaccess1 h2 span{
}

.topaccess1 h2 span::before {
content: "ACCESS";
display: block;
width: 100%;
text-align: center;
font-size: 2.5rem;
font-weight: 400;
font-family: 'Playfair Display', serif;
color: #5d481d;
}
.topaccess2 {
width: 100%;
margin: 0 auto;
background: #fff;
display: flex;
flex-wrap: wrap;
}

.topaccess3 {
width: 100%;
text-align: center;
position: relative;
}

.topaccess3 img{
width: 100%;
}

.topaccess4 {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
align-items: center;
}

.topaccess5 {
width: 90%;
margin: 0 auto;
padding: 2rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: 1px solid #5d481d;
}

.topaccess6 {
width: 100%;
font-size: 1.8rem;
line-height: 1.8;
text-align: center;
}

.topaccess7 {
width: 100%;
font-size: 2.1rem;
font-weight: 500;
text-align: center;
letter-spacing: .05rem;
margin-bottom: .5rem;
}

.topaccess8 {
width: 100%;
font-size: 1.5rem;
text-align: center;
}

.topaccess8b {
width: 100%;
font-size: 1.5rem;
text-align: center;
}

.topaccess9 {
width: 90%;
margin: 0 auto;
padding: 2rem 2rem 5rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topaccess10 {
width: 100%;
font-size: 1.8rem;
text-align: center;
margin-bottom: .5rem;
}

.topaccess11 {
display: inline-block;
font-size: 3rem;
font-weight: 500;
text-align: center;
padding: 0 .5rem;
}


.topaccess13 {
width: 100%;
position: absolute;
bottom: -3.5rem;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
text-align: center;
}
.topaccess13 a {
display: inline-block;
text-align: center;
background: #d87d97;
padding: 1.5rem 5rem;
color: #fff;
position: relative;
border-radius: 4px;
}
.topaccess13 a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 2rem;
background: url(./images/ic_arrow1.svg);
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: auto;
vertical-align: baseline;
transition: all .3s;
}

.topaccess14 {
width: 100%;
margin: 9rem auto 0;
height: 40vh;
overflow: hidden;
padding-bottom: 20.25%;
position: relative;
}
.topaccess14 iframe{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.topaccess15{
width: 100%;
}

.topaccess16{
width: 100%;
height: 40vh;
 display: flex;
			flex-direction: column;
}

.topaccess16 iframe{
width: 100%;
height: 100%;
}

.topaccess17{
width: 90%;
margin: 0 auto;
margin-top: 3rem;
}
.topaccess18 a{
display: inline-block;
text-align: center;
background: #d87d97;
padding: 1.5rem 5rem;
color: #fff;
position: relative;
border-radius: 4px;
width: 100%;
}
.topaccess18 a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 2rem;
background: url(./images/ic_arrow1.svg);
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: auto;
vertical-align: baseline;
transition: all .3s;
}

.topaccess19 {
width: 100%;
position: relative;
	margin: 0 0 2rem;
}

.topaccess19 img{
width: 100%;
height: 100%;
object-fit: cover;
}
	.topaccess20 {
			margin: 1.5rem auto 1.5rem;
							width: 90%;
	}
/* access */










/*


.topbnr__w{
width: 100%;
background: #f5f5f5;
padding: 4rem 0;
}
.topbnr1{
width: 100%;
padding: 0 3rem;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.topbnr2{
width: 47%;
}


.topbnr2 img{
box-shadow: 7px 7px 10px #e8e8e8;
}

*/






















































.topcovid19__w{
width: 100%;
background: #f7f6f4;
padding: 60px 0 60px;
}
.infection_w {
width: 1200px;
padding: 0 0 40px;
margin: 0 auto;
}
.infection0 {
text-align: center;
color: #ffffff;
font-size: 2.3rem;
letter-spacing: .1rem;
line-height: 1.5;
padding: 18px 0;
background: #ff6262;
width: 100%;
margin: 40px auto;
}
.infection1 {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.infection2 {
width: 30%;
margin: 0 auto;
display: flex;
flex-direction: column;
}

.infection3 {
width: 60%;
margin: 0 auto 30px;
position: relative;
}


.infection3 img {
width: 100%;
}
.infection4 {
width: 100%;
font-size: 2rem;
letter-spacing: .1rem;
line-height: 1.5;
display: inline-block;
text-align: center;
margin: 0 0 27px;
border-radius: 15px;
font-weight: 700;
color: #41241F;
}
.infection4::first-letter {
color: #ff6262;
}
.infection5 {
letter-spacing: .05rem;
font-size: 1.4rem;
text-align: justify;
line-height: 2.4;
		color: #41241F;
}









/* timetable */

.toptimetable__w{
width: 100%;
padding: 5rem 0 5rem;
background: url("./images/toptimetablebg.png") right top no-repeat #fafafa;
}

.toptimetable1{
width: 100%;
}

.toptimetable1 h2{
text-align: center;
font-size: 2rem;
font-weight: 500;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
color: #4c2828;
letter-spacing: .3rem;
}

.toptimetable1 h2 span{
}

.toptimetable1 h2 span::after{
content: "";
display: block;
background: #81391b;
width: 5rem;
height: .1rem;
margin: 1rem auto 0;
}

.toptimetable2{
width: 100%;
padding: 0 1rem;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.toptimetable3{
width: 100%;
text-align: center;
}

.toptimetable3 span{
width: 100%;
border: 1px solid #beb0b0;
padding: .6rem 2rem;
background: #fff;
text-align: center;
font-size: 1.6rem;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
}



.toptimetable4{
width: 100%;
text-align: center;
}


.toptimetable4 img{
width: 113px;
height: 99px;
margin-top: -50px;
}

.toptimetable5{
width: 100%;
font-size: 2.0rem;
text-align: center;
line-height: 1.5;
font-weight: 400;
padding: 2rem 0 0;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
}

.toptimetable5 span{
display: block;
position: relative;
width: 100%;
}

.toptimetable5 span::after{
content: "";
background: url("./images/ic_arrow2.svg");
width: 1.4rem;
height:1.4rem;
display: inline-block;
vertical-align: middle;
position: absolute;
right: 2rem;
top: 2.5rem;
}

.toptimetable6{
font-size: 1.6rem;
display: block;
}

.toptimetable7{
width: 495px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background: #fff;
padding: 2.5rem 2rem;
}

.toptimetable7:hover{
transform: translateY(-3px);
}


.toptimetable8{
display: block;
width: 50px;
}

.toptimetable8 img{
width: 50px;
height: 50px;
}

.toptimetable9{
width: calc(100%);
font-size: 1.8rem;
text-align: center;
line-height: 1.2;
letter-spacing: .07rem;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
font-weight: 400;
}

.toptimetable9 span{
display: block;
position: relative;
}

.toptimetable9 span::after{
content: "";
background: url("./images/ic_arrow2.svg");
width: 1.4rem;
height:1.4rem;
display: inline-block;
vertical-align: middle;
position: absolute;
right: 0;
top: .4rem;
}


.toptimetable10{
widows: 100%;
font-size: 1.5rem;
padding: 2.5rem 3rem;
font-weight: 400;
}



.toptimetable11{
width: 100%;
}

.toptimetable11 h2{
text-align: center;
font-size: 2rem;
font-weight: 500;
font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
color: #4c2828;
letter-spacing: .3rem;
}

.toptimetable11 h2 span{
}

.toptimetable11 h2 span::after{
content: "";
display: block;
background: #81391b;
width: 5rem;
height: .1rem;
margin: 1rem auto 0;
}











.toptimetable12{
width: 100%;
text-align: center;
}

.toptimetable13{
margin: 0 auto;
display: inline-block;
text-align: left;
background: #fff;
padding: 2rem 2rem;
flex-wrap: wrap;
}

.toptimetable14{
width: 100%;
}

.toptimetable15{
width: 90%;
margin: 0 auto;
padding: 3rem 4rem;
background: #efefed;
border-radius: 10px;
}

.toptimetable16{
width: 100%;
font-size: 1.7rem;
text-align: center;
}

.toptimetable17{
width: 100%;
}

.toptimetable18{
width: 100%;
text-align: center;
}

.toptimetable18 > .header10{
display: inline-block;
}










.toptimetable_temp{
width: 100%;
text-align: center;
}



.toptimetable19{
width: 100%;
text-align: center;
}

.toptimetable19 span{
display: inline-block;
font-size: 1.5rem;
font-weight: 400;
position: relative;
border-bottom: 3px solid #ccc;
padding: 0 1rem .7rem;
}

.toptimetable19 span::after{
position: absolute;
content: '';
width: 30px;
left: 0;
bottom: -3px;
border-bottom: 3px solid #309f56;
}






/* timetable */

























/*
.footer__w{
width: 100%;
			display: flex;
			flex-wrap: wrap;
			margin: 0 auto;
			justify-content: space-between;
			align-items: flex-start;
			padding: 0 0 2rem;
			flex-direction: column;
	}


.footer1{
	width: 100%;
	margin: 0 0 5rem;
	order: 3;
}

.footer2{
					width: 150px;
			margin: 0 auto;
}

.footer2 img{
width: 100%;
}
	.footernav__w {
		 width: 90%;
			margin: 2rem auto;
			display: flex;
			justify-content: flex-end;
			flex-direction: row;
			order: 1;

	}
			.footernav_w {
							width: 50%;
			margin: 0 auto;
	}

			.footernav {
					margin:  0 0 2rem;
	}
			.footernav ul {
			width: 100%;
	}
			.footernav ul li {
			position: relative;
					line-height: 1.6;
	}

	.footernav ul li:before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			background: url(./images/ic_arrow2.svg);
			display: inline-block;
			width: 1rem;
			height: 1rem;
			margin: auto;
			vertical-align: baseline;
			transition: all .3s;
	}
			.footernav ul li a {
			margin: 0 0 0 2rem;
									font-size: 1.4rem;
	}
	.footernav_w_sub {
							margin: 0 auto;
	}
	.footernav_sub {

	}
			.footernav_sub ul {
			width: 100%;
	}
			.footernav_sub ul li {
			position: relative;
									line-height: 1.6;
	}
			.footernav_sub ul li:before {
			content: '-';
			display: inline-block;
			color: #393e46;
			vertical-align: text-bottom;
	}
	.footernav_sub ul li a {
			margin: 0 0 0 1rem;
							font-size: 1.4rem;
	}
.footer3{
width: 100%;
font-size: 1.6rem;
font-weight: 400;
	 order: 3;
}

.footer4{
width: 100%;
color: #fff;
font-size: 1.2rem;
margin-bottom: 1rem;
font-weight: 400;
	margin: 0 0 1rem 0;
}
.footer4 ul {
					display: flex;
			gap: 10px;
			justify-content: center;
}
.footer4 ul li{
	width: 40px;
	height: 40px;
}  
.footer4 ul li a img{
	width: 100%;
}   
.footer5{
width: 100%;
text-align: center;
}

.footer5 a{
display: inline-block;
padding: .5rem 3.6rem;
text-align: center;
color: #fff;
background: #877d63;
font-weight: 400;
font-size: 1.4rem;
letter-spacing: .2rem;
border-radius: 3px;
position: relative;
}
.footer5 a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 1.2rem;
background: url(./images/ic_arrow1.svg);
display: inline-block;
width: 1rem;
height: 1rem;
margin: auto;
vertical-align: baseline;
transition: all .3s;
}
.footer5 a:hover {
opacity: 1;
background: #807557;
border-radius: 4px;
}
.footer5 a:hover::after {
right: 1rem;
}

.footer6 {
display: flex;
flex-wrap: wrap;
line-height: 2;
margin-bottom: 3rem;
}
.footer6 > div {
margin-right: 1.5em;    
}

.footer7:nth-child(1){
order: 1;
}

.footer7:nth-child(2){
order: 2;
}

.footer7:nth-child(3){
order: 3;
}

.footer7:nth-child(4){
order: 4;
}

.footer7:nth-child(5){
order: 6;
}

.footer7:nth-child(6){
order: 7;
}

.footer7:nth-child(7){
order: 5;
}






.footer7 a{
font-size: 1.5rem;
color: #fff;
}

.footer8{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
color: #fff;
margin-bottom: 2rem;
}
.footer8 > div:first-child {
margin-right: 3rem;
} 

.footer9{
line-height: 2;
font-weight: 400;
}
.footer10{
display: inline-block;
font-size: 2.6rem;
font-weight: 500;
line-height: 1;
letter-spacing: .15rem;
}

.footer11{
font-size: 1.8rem;
display: inline-block;
margin-right: .7rem;
}

.footer12{
flex: 1;
height: 0;
overflow: hidden;
padding-bottom: 28%;
position: relative;
}
.footer13 {
background: #fcfbfa;
padding: 1.5rem 3rem 0.5rem;
border-radius: 4px;
}












.sitemap__w{
background: #f1f1e6;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 30px 0 30px 0;
width: 100%;
margin: 60px 0 0 0;
}

.sitemap1{
margin: 0 2.8rem 0 0;
line-height: 2.7;
letter-spacing: .01rem;
}

.sitemap1:last-child{
margin: 0 0 0 0;
}

.sitemap2{
width: 100%;
}

.sitemap2 a{
font-weight: 500;
font-size: 1.5rem;
color: #221c0f;
}

.sitemap3{
width: 100%;
font-size: 1.5rem;
line-height: 2.3;
}

.sitemap3 a{
display: block;
width: 100%;
}

.googlemaps__w{
width: calc(100% - 550px);
padding: 0 0 0 20px;
background: #f8f6ef;
}

.googlemaps__w iframe{
width: 90%;
height: 936px;
}
*/



/* footer */






/* copyright */


.copyright {
			width: 100%;
			font-size: 1.3rem;
					text-align: center;
	color: #ffffff;

}



/* copyright */

/*common*/
.topaccess13 a:hover,
.header9 a:hover {
opacity: 1;
background: #bf5f7a;
border-radius: 4px;
}
.topaccess13 a:hover::after,
.header9 a:hover::after {
right: 1.6rem;
}


/* sp footer */
/*
.spfooternav__w{
width: 100%;
display: flex !important;
justify-content: space-between;
position: fixed;
bottom: 0;
z-index: 10;
flex-wrap: wrap;
background: #f3f0eb;
padding: .7rem 0;
}*/
	.spfooternav__w {
			width: 100%;
			display: flex !important;
			justify-content: space-between;
			position: fixed;
			bottom: 0;
			z-index: 200;
			height: 7rem;
	}
/*
.spfooternav1{
 width: 60%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			background: #07a1b7;
}
	.spfooternav1 a {
			line-height: 1.5;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			flex-direction: column;
			color: #fff;
	}
			.spfooternav1 a span.sidenote{
		 font-size: 1.5rem;
			line-height: 1.5;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			flex-direction: column;
	}
					.spfooternav1 a span.tel{
		 font-size: 2.5rem;
			line-height: 1;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			flex-direction: column;
	}*/
.spfooternav1{
 width: calc(100% / 2);
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			background: #f3f3f3;
}
	.spfooternav1 a {
							line-height: 1.5;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			flex-direction: row;

	column-gap: 1rem;
	}
			.spfooternav1 a span.sidenote{
		 font-size: 1.6rem;
			line-height: 1.5;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
	}
					.spfooternav1 a span.ic{
		 content: "";
			background: url(./images/ic_tel.svg) no-repeat;
			display: block;
			width: 2rem;
			height: 2rem;
	}    
.spfooternav2 {
		 /* width: 40%;*/
		width: calc(100% / 2);
		width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			background: #3285ca;
	}

	.spfooternav2 a {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			font-size: 1.2rem;
			text-align: center;
			letter-spacing: 0.1rem;
			color: #ffffff;

	column-gap: 1rem;
	}

.spfooternav2 a span {
						 line-height: 1.2;
			display: flex;
			justify-content: center;
			align-items: center;
	font-size: 1.6rem;
	}
							.spfooternav2 a span.ic{
		 content: "";
			background: url(./images/ic_reserve.svg) no-repeat;
			display: block;
			width: 2rem;
			height: 2rem;
	}   
	/*
	.spfooternav2 a span::before {
			content: "";
			background: url(./images/ic_calendar2.svg) no-repeat;
			display: block;
			width: 2.4rem;
			height: 2.4rem;
			margin: 0 1rem 0 0;
	}*/
	.spfooternav3 {
			/*width: 40%;*/
			width: calc(100% / 3);
			display: flex;
			align-items: center;
			justify-content: center;
			background: #06C755;
	}

	.spfooternav3 a {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			font-size: 1.2rem;
			text-align: center;
			letter-spacing: 0.1rem;
			color: #ffffff;
	}

.spfooternav3 a span {
						 line-height: 1.2;
			display: flex;
			justify-content: center;
			align-items: center;
	font-size: 1.8rem;
	}
	/*
	.spfooternav3 a span::before {
			content: "";
			background: url(./images/ic_calendar2.svg) no-repeat;
			display: block;
			width: 2.4rem;
			height: 2.4rem;
			margin: 0 1rem 0 0;
	}*/
.spfooternav4{
width: 100%;
text-align: center;
}

.spfooternav4 a{
display: inline-block;
text-align: center;
background: #d87d97;
padding: .7rem 1rem;
color: #fff;
position: relative;
border-radius: 4px;
font-size: 1.4rem;
line-height: 1.2;
letter-spacing: .1rem;
width: 88%;
}

.spfooternav4 div{
display: inline-block;
text-align: center;
background: #d87d97;
padding: .7rem 1rem;
color: #fff;
position: relative;
border-radius: 4px;
font-size: 1.4rem;
line-height: 1.2;
letter-spacing: .1rem;
width: 88%;
}



.spfooternav5{
width: 50%;
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
font-size: 1.3rem;
letter-spacing: 0;
border-left: 1px solid #a49d87;
padding: .5rem .8rem .5rem .5rem;
height: 100%;
line-height: 1.2;
}

.spfooternav5 a{
display: inline-block;
text-align: center;
background: #d87d97;
padding: .6rem 0.6rem;
color: #fff;
position: relative;
border-radius: 4px;
font-size: 1.4rem;
line-height: 1.2;
}

.spfooternav6{
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: .3rem;
			letter-spacing: .05rem;

}

.spfooternav7{
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	color: #404040;
	letter-spacing: 0;
	height: 1.1rem;
}



/* sp footer */


/*sp side nav*/
			.spsidenav__w {
			position: fixed;
			top: 9rem;
			z-index: 5;
			right: 1rem;

	}
	.spsidenav1 {
			display: flex;
			justify-content: center;


			width: 6rem;
			height: 6rem;
	}    
			.spsidenav1 a {
						 padding: .5rem 0;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			font-size: 1.2rem;
									color: #1bb8ce;
									border: solid 1px;
					border-radius: 5px;
					background: #ffffff;
	}
	.spsidenav1 a span::before {
			content: "";
			background: url("./images/ic_time.svg") no-repeat;
			display: block;
			width: 2rem;
			height: 2rem;
			margin: 0 auto .2rem;
			background-size: cover;
	}
/*sp side nav*/












/* subpage */

.subpagetitle__w{
width: 100%;
background: url("./images/subpagetitlebg1.jpg") right top;
background-size: cover;
padding:3rem 0;
}

.subpagetitle1{
text-align: center;
margin: 0 auto;
width: 100%;
}

.subpagetitle1 h2{
font-size: 2.5rem;
font-weight: 700;
letter-spacing: .3rem;
color: #fff;
line-height: 1;
}

.subpagetitle1 h2::first-letter{

}

.subpagetitle__w1{
background: #ebd5c8 url(./images/subpagetitle1.jpg) left center no-repeat;
background-size: contain;
}

.subpagetitle__w1{
background: #ebd5c8 url(./images/subpagetitle1.jpg) left center no-repeat;
background-size: cover;
}

.subpagetitle__w2{
background: #ebd5c8 url(./images/subpagetitle2.jpg) left center no-repeat;
background-size: cover;
}

.subpagetitle__w3{
background: #ebd5c8 url(./images/subpagetitle3.jpg) left center no-repeat;
background-size: cover;
}

.subpagetitle__w4{
background: #ebd5c8 url(./images/subpagetitle4.jpg) left center no-repeat;
background-size: cover;
}

.subpagetitle__w5{
background: #ebd5c8 url(./images/subpagetitle5.jpg) left center no-repeat;
background-size: cover;
}























.subpagetitle2{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.subpagetitle3{
width: 100%;
background: #fff;
padding: 20px 20px 20px;
border-radius: 30px 10px 30px 10px;

}
.subpagetitle4{
width: 100%;
}

.subpagetitle4 img{
border-radius: 30px 10px 30px 10px;
}






.subpage__w{
width: 100%;
background: linear-gradient(to bottom, #f3f3f3, #efece7);
padding: 3rem 0 6rem;
}

	.fixed-logo {
position: fixed;
bottom: 10%;
right: 50%;
			transform: translateX(50%);
width: 300px;
opacity: 0.1;
pointer-events: none;
z-index: 0;  
}
.subpage1{
width: 95%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
padding: 3rem 2rem;
border-radius: 10px;
}

.subpage2{
width: 100%;
}


.subpage2 h2{
font-size: 2.5rem;
font-weight: 400;
letter-spacing: .2rem;
line-height: 1.5;
padding: 0 0 2rem 0;
text-align: center;

					width: 100%;
background-image: linear-gradient(90deg, #1eaa39 0 7%, #e8e7e4 7%);
background-repeat: no-repeat;
background-size: 100% 5px;
background-position: bottom;
}

.subpage2 h2 span{
font-weight: 700;
letter-spacing: .1rem;
line-height: 1.5;
padding: 0 0 2rem 0;
text-align: center;
}

.subpage2a{
width: 100%;
text-align: center;
}

.subpage2 h2 .subpage2a span{
display: inline-block;
text-align: center;
color: #f15a5a;
padding: .2rem 1.5rem;
line-height: 1.6;
font-size: 1.7rem;
border-radius: 100px;
font-weight: 500;
}

.subpage3{
width: 100%;
line-height: 1.8;
}

.subpage4{
width: 100%;
}

.subpage4 a{
display: block;
width: 80%;
margin: 0 auto;
background: #ffee9c;
padding: 4vw 0;
text-align: center;
letter-spacing: -.005rem;
color: #643e2f;
box-shadow: 6px 6px 15px #fff2b3;
font-weight: 500;
font-size: 1.4rem;
line-height: 1;
position: relative;
}

.subpage4 a span{
display: block;
width: 100%;
}

.subpage4 a span::after{
content: "";
background: url("./images/ic_arrow1.svg");
display: inline-block;
width: 2.2rem;
height: 2.2rem;
position: absolute;
top: 1.2rem;
right: -1.2rem;
}

.subpage4 a:hover{
transform: translateY(-3px);
opacity: .5;
}

.subpage5{
width: 100%;
position: relative;
padding: 2rem;
background: #fffdeb;
border-radius: 10px;
border: 2px solid #ffdaa9;
color: #49200e;
}

.subpage5 ul{
width: 100%;
}

.subpage5 ul li{
width: 100%;
line-height: 1.6;
margin: 0 0 4vw 0;
}

.subpage5 ul li:last-child{
margin: 0 0 0 0;
}

.subpage5 ul li span{
width: 100%;
}

.subpage5 ul li span::before{
content: "";
display: inline-block;
background: url("./images/ic_check.svg");
width: 1.6rem;
height: 1.6rem;
margin: 0 1vw 0 0;
vertical-align: sub;
}

.subpage6{
width: 100%;
padding: 5vw 5vw;
position: relative;
background: #f5f5f5;
border-radius: 10px;
}

.subpage6 ul{
width: 100%;
}

.subpage6 ul li{
width: 100%;
line-height: 2;
margin: 0 0 4vw 0;
}

.subpage6 ul li:last-child{
margin: 0 0 0 0;
}

.subpage6 ul li span{
width: 100%;
}

.subpage6 ul li span::before{
content: "";
display: inline-block;
background: url("./images/ic_check2.svg");
width: 1.6rem;
height: 1.6rem;
margin: 0 1vw 0 0;
vertical-align: sub;
}

.subpage7{
width: 100%;
}

.subpage7 ul{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.subpage7 ul li{
width: 90%;
margin: 0 0 4vw 0;
}

.subpage7 ul li:last-child{
margin: 0 0 0 0;
}

.subpage7 ul li a{
display: block;
width: 100%;
margin: 0 auto;
background: #ffffff;
padding: 3vw 0;
text-align: center;
letter-spacing: .05rem;
color: #3A3A30;
box-shadow: 6px 6px 15px #b9deff;
font-weight: 700;
font-size: 1.4rem;
line-height: 1;
position: relative;
border: 2px solid #499be2;

}

.subpage7 ul li a:hover{
transform: translateY(-3px);
opacity: .5;
}

.subpage7 ul li a span{
width: 100%;
}

.subpage7 ul li span::after{
content: "";
background: url("./images/ic_arrow2.svg");
display: inline-block;
width: 1.1rem;
height: 1.1rem;
position: absolute;
top: 1.7rem;
left: 1.2rem;
transform: rotateZ(90deg);

}

.subpage8{
width: 100%;
}

.subpage8 h3{
font-size: 1.8rem;
letter-spacing: .04rem;
line-height: 1.2;
padding: .3rem 0 .3rem 1.4rem;
position: relative;
font-weight: 700;
transform: scaleY(1.03);
display: inline-block;
}

.subpage8 h3::before{
border-left: 4px solid #47b954;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
}

.subpage9{
width: 80%;
margin: 0 auto;
}

.subpage9 img{
width: 100%;
border-radius: 10px;
}

.subpage10{
width: 100%;
background: #F5F5F5;
position: relative;
padding: 5vw;
border-radius: 0;
margin: 0 auto;
}

.subpage10 ul{
width: 100%;
}

.subpage10 ul li{
width: 100%;
line-height: 2.2;
}

.subpage10 ul li span{
width: 100%;
}

.subpage10 ul li span::before{
content: "";
display: inline-block;
background: url("./images/ic_check3.svg");
width: 1.6rem;
height: 1.6rem;
margin: 0 10px 0 0;
vertical-align: sub;
}

.subpage11{
display: inline-block;
margin: -4.5rem 0 0 0;
background: #47c8af;
color: #fff;
text-align: center;
padding: 1vw 3vw;
border-radius: 3px;
position: absolute;
font-size: 1.5rem;
}

.subpage12{
padding: 2vw 0 0 0;
font-size: 1.4rem;
line-height: 2;
}

.subpage13{
display: inline-block;
margin: -4.5rem 0 0 0;
background: #f99027;
color: #fff;
text-align: center;
padding: 1vw 3vw;
border-radius: 3px;
position: absolute;
font-size: 1.5rem;
}

.subpage14{
display: inline-block;
margin: -4.5rem 0 0 0;
background: #7dadd4;
color: #fff;
text-align: center;
padding: 1vw 3vw;
border-radius: 3px;
position: absolute;
font-size: 1.5rem;
}

.subpage15{
width: 100%;
line-height: 1.8;
}

.subpage16{
width: 100%;
}

.subpage16 span{
line-height: 1.8;
font-size: 1.5rem;
font-family: 'Zen Old Mincho', serif;
font-weight: 700;
display: inline-block;
padding: 1vw 3vw;
letter-spacing: 0;
background: #fff;
border-radius: 100px;
color: #4387bf;
}

.subpage17{
width: 100%;
}

.subpage17 span{
line-height: 1.8;
font-size: 1.4rem;
font-weight: 700;
display: inline-block;
padding: 1vw 3vw;
letter-spacing: .1rem;
background: linear-gradient(90deg, #2a8ed2, #2aaed2);
border: 1px solid #70bdf1;
	color: #fff;
border-radius: 4px 20px 20px 4px;
}



.subpage18 {
width: 100%;
}
.subpage18 ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.subpage18 ul li {
width: 32%;
margin: 0 0 2vw 0;
align-items: stretch;
display: flex;
text-align: center;
}

.subpage18 ul li a {
width: 100%;
font-size: 1.1rem;
line-height: 1.2;
padding: 1vw 1vw 1vw;
color: #18599d;
display: block;
}
.subpage18 ul li dt{
margin: 0 0 1vw 0;
}

.subpage18 ul li dt img {
width: 80%;
border-radius: 10px 3px 10px 3px;
}

.subpage18 ul li dd{
padding: 1vw 0;
font-weight: 500;
letter-spacing: -.05rem;
}

.subpage21{
background: #fff4c8;
padding: 1rem 1.5rem;
font-size: 1.2rem;
line-height: 1.6;
text-indent: 0;
display: block;
color: #23201E;
width: 100%;
}



.subpage22{
width: 100%;
	border: 2px dotted #acd9f8;  
	background: #f7faff;
padding: 3vw 5vw;
color: #005791;
margin: 0 auto;
line-height: 2;  

}

.subpage23{
margin: 0 0 2vw 0;
font-size: 1.3rem;
}

.subpage24{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.subpage25{
width: 49%;
border: 1px solid #70b4e4;
}

.subpage26{
background: #70b4e4;
font-size: 1.6rem;
color: #fff;
padding: 1vw;
display: flex;
align-items: center;
width: 100%;
line-height: 1.6;
}

.subpage26 span::before{
content: "";
background: url("./images/ic_first1.svg");
width: 3rem;
height: 3rem;
display: inline-block;
vertical-align: middle;
margin: 0 1vw 0 0;
}


.subpage27{
padding: 2vw;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.5;
}

.subpage28{
margin: 0 2vw 2vw 2vw;
background: #eaf6ff;
padding: 5px;
}

.subpage29{
width: 49%;
border: 1px solid #70b4e4;
}

.subpage30{
background: #0093DF;
font-size: 1.6rem;
color: #fff;
padding: 1vw;
display: flex;
align-items: center;
width: 100%;
line-height: 1.6;
}

.subpage30 span::before{
content: "";
background: url("./images/ic_first2.svg");
width: 3rem;
height: 3rem;
display: inline-block;
vertical-align: middle;
margin: 0 1vw 0 0;
}

.subpage31{
padding: 2vw;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.5;
}

.subpage32{
margin: 0 2vw 2vw 2vw;
background: #eaf6ff;
padding: 5px;
}

.subpage33{
width: 100%;
padding: 3vw 3vw;
line-height: 1.6;
background: #f7f7f7;
}

.subpage33 ul{

}

.subpage33 ul li{
margin: 0 0 1rem 0;
padding-left: 2.3rem;
text-indent: -2.3rem;

}

.subpage33 ul li::before{
content: "";
background: url("./images/ic_checkbox.svg");
width: 1.8rem;
height: 1.8rem;
display: inline-block;
vertical-align: sub;
margin: 0 .5rem 0 0;
}

.subpage34{
width: 100%;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.subpage34 img{
width: 70%;
border-radius: 7px;
margin: 0 0 3vw 0;
}
.subpage35{
}


.subpage36{
width: 100%;
}

.subpage36 table{
width: 100%;
border: 1px solid #ddd;
}

.subpage36 table th{
width: 40%;
border: 1px solid #e2e2e2;
padding: 1rem .5rem;
text-align: center;
vertical-align: middle;
background: #f6f6f6;
}

.subpage36 table td{
width: 60%;
border: 1px solid #e2e2e2;
padding: 1rem .5rem;
text-align: center;
vertical-align: middle;
font-weight: 700;
background: #FDFDFD;
}

.subpage37{
width: 100%;
font-size: 2rem;
font-weight: 700;
}


.subpage74 {
width: 100%;
}

.subpage74 caption {
margin-bottom: 0.5rem;
font-size: 1.8rem;
font-weight: 700;
text-align: left;
font-family: YakuHanRP, 'Zen Maru Gothic', serif;
}

.subpage74-head {
background-color: #f5eade;
}

.subpage74-head th {
text-align: center;
padding: 1rem;
border: 1px solid #cec4c4;
font-size: 1.5rem;
font-weight: 400;
}

.subpage74-head th.inspection-course {
width: 20%;
}

.subpage74-head th.check_price {
width: 180px;
}
.subpage74-head th.check_price2 {
width: 180px;
}

dl.checkup_dock{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: flex-start;
} 
.checkup_dock dt {
width: 100%;
text-align: left;
}

.checkup_dock dd {
width: 100%;
text-align: left;
}    
.subpage74 td {
padding: 1rem;
border: 1px solid #cec4c4;
background: #fff;
font-size: 1.3rem;
}

.subpage74 td.item-name{
width: 65%;
}

.subpage74 td.item-course{
width: 30%;
}

.subpage74 td.item-course2{
width: 45%;
text-align: left;
}


.subpage74 td ul {
display: flex;
flex-wrap: wrap;
}

.subpage74 td li {
display: block;
width: 100%;
font-size: 1.3rem;
line-height: 1.7;
text-align: left;
} 



.kakaku{
font-size: 1.5rem;
font-family: 'Asap', sans-serif;
font-weight: 600;
color: #e84a4a;
}

.zeikomi{
font-size: 1.3rem;
}

.pricememo{
background: #19a328;
color: #fff;
padding: .5rem .5rem;
text-align: center;
border-radius: 3px;
line-height: 1.3;
font-weight: 400;
display: inline-block;
margin-bottom: .5rem;
width: 100%;
font-size: 1.4rem;
}

.choice{
font-size: 1.2rem;
line-height: 1.2;
}

.subpage75 {
position: relative;
padding: 0 1.5rem 1rem;
font-size: 1.7rem;
font-weight: 500;
letter-spacing: .1rem;
color: #28aa37;
border-bottom: solid 2px #28aa37;
}



.subpage76{
width: 100%;

}

.subpage76 a{
display: inline-block;
background: linear-gradient(270deg, #2fb383, #18a86b);
text-align: center;
color: #fff;
box-shadow: 6px 6px 10px #c1ffe8;
}

.subpage76 a span{
display: block;
position: relative;
width: 100%;
padding: 1.2rem 4rem;

}


.subpage76 a span::after{
position: absolute;
top: 1.9rem;
right: 1.2rem;
content: "";
background: url("./images/ic_arrow1.svg");
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: 0 0 0 .6rem;
vertical-align: baseline;
}

.subpage76b{
width: 100%;

}

.subpage76b a{
display: inline-block;
background: linear-gradient(270deg, #faa51a, #f47a20);
text-align: center;
color: #fff;
box-shadow: 6px 6px 10px #FDDABF;
}

.subpage76b a span{
display: block;
position: relative;
width: 100%;
padding: 1.2rem 4rem;

}


.subpage76b a span::after{
position: absolute;
top: 1.9rem;
right: 1.2rem;
content: "";
background: url("./images/ic_arrow1.svg");
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: 0 0 0 .6rem;
vertical-align: baseline;
}



.subpage77 a {
width: 100%;
display: block;
font-size: 3.2rem;
font-weight: 500;
line-height: 1;
font-family: 'Asap', sans-serif;
color: #63c06b;
}

.subpage77 a span::before {
content: "";
background: url("./images/ic_tel.svg");
display: inline-block;
width: 2.2rem;
height: 2.2rem;
margin: 0 .5rem 0 0;
vertical-align: middle;
}


.subpage78{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
border: 1px dashed #6fc679;
border-radius: 5px;
padding: 2rem;
background: #fffbf1;
}

.subpage79 {
width: calc(100% - 17rem);
}

.subpage80 {
width: 100%;
font-size: 1.8rem;
font-weight: 600;
margin-bottom: .5rem;
color: #2aae39;
line-height: 1.5;
}

.subpage81 {
width: 100%;
font-size: 1.5rem;
}
.subpage82 {
width: 15rem;
}
.subpage82 img {
width: 100%;
}

.subpage83 {
width: 100%;
}



/* subpage */











/* access */

.access__w{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.access1{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 60px 0;
}

.access2{
width: 100%;
text-align: center;
}

.access2 img{
width: 400px;
}

.access3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}

.access4{
width: 100%;
font-weight: 700;
font-size: 1.5rem;
letter-spacing: 0.15rem;
color: #009f59;
}

.access5{
width: 100%;
}


.access5 a{
width: 100%;
display: block;
font-size: 4rem;
color: #4b4948;
font-weight: 900;
line-height: 1;
}

.access5 a span{

}

.access5 a span::before{
content: "";
background: url("./images/ic_tel.svg");
display: inline-block;
width: 3.2rem;
height: 3.2rem;
margin: 0 10px 0 0;
vertical-align: bottom;
}

.access6{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.access7{
width: 85%;
border-radius: 10px;
margin: 0 auto;
}

.access8{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
margin: 0 0 5px 0;
}

.access8:first-child{
}


.access8:last-child{

}

.access9{
width: 30%;
font-size: 1.6rem;
line-height: 1.2;
background: #f9f8f5;
padding: 25px 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
color: #4c4948;
}

.access10{
width: 66%;
line-height: 1.5;
font-weight: 500;
font-size: 1.6rem;
padding: 25px 0;
}

.access11{
width: 80%;
margin: 0 auto;
}

.access12{
}

.access13{
width: 100%;
}

.access14{
width: 100%;
}

.access14 iframe{
width: 100%;
border-radius: 20px;
}

.access15{
width: 100%;
padding: 20px;
background: #f7f7f7;
border-radius: 20px;
}

.access16{
width: 100%;
text-align: center;
}

.access16 img{
width: 100%;
}

.access17{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 50px;
}

.access18{
width: 32%;
}

.access18 img{
width: 100%;
border-radius: 3px;
margin: 0 0 15px;    
}
.access18 span{   
padding-left:1em;
text-indent:-1em;
display: inline-block;    
}


.access19{
width: 100%;
margin: 20px 0 0;
text-align: center;
}

.access20{
font-size: 1.9rem;
text-align: center;
display: inline-block;
padding: 8px 25px;
border-radius: 5px;
color: #1258a3;
background: #effbfd;
}

.access21{
width: 100%;
font-size: 1.6rem;
font-weight: 700;
margin: 0 0 5px 0;

}
.access22{
width: 100%;
margin: 0 0 25px 0;
}

.access22:last-child{
width: 100%;
margin: 0 0 0 0;
}




.access_route {
width: 100%;
margin: 0 0 20px 0;
}
.access_route span {
display: inline-block;
padding: 0 15px;
border: 1px solid #28634c;
background: #fff;
color: #28634c;
border-radius: 3px;
font-size: 2rem;
}


/* access */







/* dooctor */

.doctor1{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.doctor2{
width: 100%;
text-align: center;
margin: 0 0 5vw 0;
}

.doctor2 img{
width: 50%;
}

.doctor3{
width: 90%;
display: flex;
flex-wrap: wrap;
padding: 6vw 0 7vw;
background: #fff;
justify-content: center;
margin: 0 auto;
box-shadow: 10px 10px 5px rgb(235 230 210 / 50%);
}

.doctor4{
font-size: 1.6rem;
line-height: 1.2;
margin: 0 0 .5vw 0;
color: #454458;
font-weight: 700;
width: 100%;
letter-spacing: .4rem;
text-align: center;
font-family: 'Zen Old Mincho', serif;
}

.doctor5{
font-size: 2.2rem;
margin: 0 0 .5vw 0;
color: #454458;
width: 100%;
font-weight: 700;
font-family: 'Zen Old Mincho', serif;
text-align: center;
}

.doctor6{
font-size: 1.4rem;
font-family: 'Zen Old Mincho', serif;
text-align: center;
width: 100%;
color: #454458;
font-style: italic;
letter-spacing: .3rem;
font-weight: 300;
}

.doctor6{
width: 100%;
margin: 0 0 0 0;
}


.doctor7{

}

.doctor7 h3{
font-size: 2rem;
font-weight: 700;
letter-spacing: .2rem;
line-height: 1.5;
padding: 0 0 2rem 0;
text-align: center;
color: #3A3A30;
font-family: "Zen Maru Gothic";
}

.doctor7 h3::first-letter{
color: #00a0e9;
}

.doctor8{
background: #fafafa;
border-radius: 10px;
padding: 5vw 5vw;
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.doctor8_h{
width: 100%;
margin: 0 0 5vw 0;
font-size: 1.8rem;
text-align: center;
letter-spacing: .03rem;
color: #0d141a;
line-height: 1.8;
transform: scaleY(1.05);
font-weight: 700;
}


.doctor9{
width: 100%;
margin: 0 auto 1rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 1.6;
position: relative;
font-weight: 500;
padding-left: 1.2rem;
}

.doctor9::before {
display: block;
position: absolute;
top: .8rem;
left: -0.2rem;
width: 0.8rem;
height: 0.8rem;
background-color: rgba(106, 97, 89, 0.2);
content: '';
}

.doctor9:last-child{
margin: 0 auto 0;
}

.doctor10{
width: 100%;
color: #888;
font-size: 1.2rem;
}

.doctor11{
width: 100%;
}

.doctor11  h3{
font-size: 2.2rem;
color: #454458;
letter-spacing: .3rem;
margin: 0 0 2vw 0;
font-weight: 700;
font-family: 'Zen Old Mincho', serif;
text-align: center;
}

.doctor12{
background: #fafafa;
border-radius: 10px;
padding: 5vw 5vw;
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.doctor13{
width: 100%;
}

.doctor14{
width: 100%;
}

.doctor15{
width: 100%;
}

.doctor16{
background: #fafafa;
border-radius: 10px;
padding: 5vw 5vw;
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 2;
}

.doctor17{
background: #fafafa;
border-radius: 10px;
padding: 5vw 5vw;
width: 90%;
margin: 0 auto;
}

.doctor17 > .hospital_list{
margin-top: 20px;
}

.doctor17 > .hospital_list dd {
margin-top: 10px;
}

.doctor17 > .hospital_list dd ul {
padding-left: 20px;
}

.doctor17 > .hospital_list dd li{
list-style-type: disc;
}


.doctor18{
font-size: 1.2rem;
margin: 0 0 4vw 0;
}



/* dooctor */





/* about */

.about1{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.about2{
width: 48.4%;
background: #F7F7F7;
margin-bottom: 2rem;
}

.about2:nth-child(2n){
}

.about3{
width: 100%;
}

.about3 img{
width: 100%;
}

.about4{
width: 100%;
font-size: 1.6rem;
padding: 1rem 1rem;
line-height: 1.4;
text-align: center;
}

.about5{
width: 100%;
padding: 0 1rem 1rem;
font-size: 1.5rem;
letter-spacing: 0;
line-height: 1.7;
}

/* about */



/* check */
.check1{
width: 100%;
}

table.check2{
width: 100%;
}

.check2 th{
padding: 15px 20px;
text-align: center;
background: #f1f1f1;
border: 1px solid #D0D0D0;
}

.check2 th:nth-child(1){
width: 25%
}

.check2 th:nth-child(2){
width: 50%
}

.check2 th:nth-child(3){
width: 25%
}

.check2 td{
padding: 15px 20px;
border: 1px solid #D0D0D0;
vertical-align: middle;
background: #FDFDFD;
}

.check2 td:nth-child(1){
text-align: center;
}

.check2 td:nth-child(2){
width: 50%
}

.check2 td:nth-child(3){
text-align: center;
}

/* check */








/* top-seikeigeka */

.service_nav{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.service_nav1{
width: 31%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fafafa;
box-shadow: 8px 8px 3px #eaebeb;
margin: 0 3% 30px 0;
transition: .5s;
border: solid 1px #e1e1e1;
}
.service_nav1:nth-child(3n){
margin: 0 0 30px 0;
}

.service_nav1:hover{
transform: translateY(-5px);
}

.service_nav2{
display: block;
}

.service_nav3{
width: 100%;
text-align: center;
}
.service_nav3 img{
width: 100%;
}
.service_nav4{
width: 100%;
text-align: center;
font-size: 1.9rem;
padding: 25px 0;
letter-spacing: .03rem;
font-weight: 500;
color: #162c4c;

}

.service_nav4 span{
position: relative;
display: block;
width: 100%;
}

.service_nav4 span::after{
position: absolute;
right: 7px;
top: 1.1rem;
content: "";
background: url("./images/ic_arrow2.svg");
width: 15px;
height: 15px;
display: inline-block;
margin: 0 0 0 8px;
text-align: center;
}



/* top-seikeigeka */



/*renewal*/

.renewal__w{
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 80px 0;
background: #fffdf0;
}

.renewal1{
width: 800px;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
}
.renewal2{
width: 100%;
margin: 0 0 20px 0;
}
.renewal3{
width: 100%;
text-align: center;
font-size: 3.2rem;
margin: 0 0 40px 0;
font-family: 'Zen Old Mincho', serif;
font-weight: 700;
}

.renewal4{
width: 100%;
text-align: center;
margin: 0 0 30px 0;
}

.renewal4 img{
width: 550px;
}

.renewal5{
width: 100%;
text-align: center;
font-size: 3.2rem;
font-family: 'Zen Old Mincho', serif;
font-weight: 700;
}

.renewal6{
width: 100%;
text-align: center;
margin: 0 0 80px 0;
}

.renewal7{
width: 100%;
font-family: 'Zen Old Mincho', serif;
font-size: 3rem;
color: #623f2f;
font-weight: 900;
letter-spacing: .5rem;
}

.renewal8{
width: 100%;
font-family: 'Zen Old Mincho', serif;
font-size: 5rem;
color: #623f2f;
font-weight: 900;
letter-spacing: .7rem;
line-height: 1.4;
}

.renewal9{
text-align: center;
padding: 30px 50px;
border: 2px solid #38a34c;
margin: 0 auto;
background: #ffffff;
color: #42372e;
border-radius: 5px;

}

.renewal10{
width: 100%;
margin: -60px 0 20px 0;
}

.renewal10 span{
display: inline-block;
background: #38a34c;
padding: 10px 40px;
text-align: center;
color: #fff;
font-size: 2.5rem;
border-radius: 5px;
}

.renewal11{
width: 100%;
font-size: 3.4rem;
margin: 0 0 0 0;
font-weight: 700;

}

.renewal12{
width: 100%;
font-size: 2.7rem;
margin: 0 0 15px 0;
font-weight: 700;

}

.renewal13{
width: 100%;
font-size: 1.5rem;
text-align: left;
}

/*renewal*/










/*sns*/
.sns__w{
position: fixed;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100px;
z-index: 1000;
bottom: 150px;
right: 0;
}

.sns1{
width: 100%;
margin: 0 auto 15px;
display: flex;
border-radius: 300px;
text-align: center;
align-items: center;
}

.sns1:hover{
transform: translateY(-3px);
color: #5d481d;
}

.sns2{
width: 100%;
margin: 0 auto;
}

.sns2 img{
width: 60%;
}

.sns3{
width: 100%;
text-align: center;
font-size: 1.4rem;
font-weight: 700;
}

/*sns*/









/*
.nav1::before{
content: "";
display: block;
margin: 0 auto .2rem;
background: url("./images/ic_nav1.svg");
width: 50px;
height: 50px;
}

.nav2::before{
content: "";
display: block;
margin: 0 auto .2rem;
background: url("./images/ic_nav2.svg");
width: 50px;
height: 50px;
}

.nav3::before{
content: "";
display: block;
margin: 0 auto .2rem;
background: url("./images/ic_nav3.svg");
width: 50px;
height: 50px;
}

.nav4::before{
content: "";
display: block;
margin: 0 auto .2rem;
background: url("./images/ic_nav4.svg");
width: 50px;
height: 50px;
}

.nav5::before{
content: "";
display: block;
margin: 0 auto .2rem;
background: url("./images/ic_nav5.svg");
width: 50px;
height: 50px;
}

.nav6::before{
content: "";
display: block;
margin: 0 auto .2rem;
background: url("./images/ic_nav6.svg");
width: 50px;
height: 50px;
}

.nav7::before{
content: "";
display: block;
margin: 0 auto 7px;
background: url("./images/ic_nav7.svg");
width: 50px;
height: 50px;
}

.nav8::before{
content: "";
display: block;
margin: 0 auto 7px;
background: url("./images/ic_nav8.svg");
width: 50px;
height: 50px;
}
*/



/*nav*/













/*toppcr*/

.toppcr__w{
width: 100%;
padding: 80px 0;
background: url("./images/toppcrbg.jpg");
background-size: cover;
}

.toppcr1{
width: 960px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
background: rgba(255,255,255,.80);
padding: 50px 30px 60px;
}

.toppcr2{
width: 100%;
text-align: center;
}

.toppcr2 h2{
font-size: 5.3rem;
font-weight: 900;
margin: 0 0 30px 0;
color: #36a34b;
letter-spacing: 0.5rem;
transform: scaleY(1.05);
line-height: 1.4;
}

.toppcr3{
width: 100%;
text-align: center;
margin: 0 0 40px 0;
}

.toppcr3 span{
display: inline-block;
text-align: center;
font-size: 3.2rem;
font-weight: 700;
padding: 8px 40px;
background: #f7f7f7;
color: #fd6da3;
border-radius: 2px;
font-family: 'Zen Maru Gothic', sans-serif;
width: 100%;
}

.toppcr4{
width: 900px;
margin: 0 auto 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.toppcr5{
width: 500px;
font-family: 'Zen Maru Gothic', sans-serif;
font-size: 2.4rem;
font-weight: 500;
text-align: center;
line-height: 1.7;
}

.toppcr5b{
width: 100%;
margin: 40px 0 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.toppcr5b span{
display: inline-block;
text-align: center;
font-size: 1.7rem;
padding: 2px 15px;
background: #1AAFC9;
color: #ffffff;
border-radius: 200px;
margin: 0 12px 0 0;
}

.toppcr6{
width: 380px;
background: #cfeeef;
}

.toppcr6 img{
width: 100%;
}


.toppcr7{
width: 900px;
margin: 0 auto 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
}

.toppcr8{
width: 72%;
margin: 0 0 20px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.toppcr8 span{
display: block;
text-align: center;
font-size: 2rem;
padding: 8px 15px;
color: #323232;
border-radius: 2px;

margin: 0 12px 0 0;
border-bottom: 5px solid #0b891a;
font-weight: 700;
letter-spacing: 0;
width: 100%;
}

.toppcr9{
width: 28%;
}

.toppcr9 span{
display: block;
text-align: center;
font-size: 2.7rem;
font-weight: 700;
padding: 8px 15px;
background: #0b891a;
color: #fff;
border-radius: 2px;
font-family: YakuHanJP, 'Zen Maru Gothic', sans-serif;
margin: 0 12px 0 0;
border: 1px solid #0b891a;
}



.toppcr9 span > a,
.toppcr12 span > a{
color:#ffffff;
}

.toppcr10{
width: 900px;
margin: 0 auto 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
}

.toppcr11{

width: 72%;
margin: 0 0 20px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.toppcr11 span{
display: block;
text-align: center;
font-size: 2rem;
padding: 8px 15px;
color: #323232;
border-radius: 2px;

margin: 0 12px 0 0;
border-bottom: 5px solid #2bb73c;
font-weight: 700;
letter-spacing: 0;
width: 100%;
}

.toppcr12{
width: 28%;
}

.toppcr12 span{
display: block;
text-align: center;
font-size: 2.7rem;
font-weight: 700;
padding: 8px 15px;
background: #2bb73c;
color: #fff;
border-radius: 2px;
font-family: 'Zen Maru Gothic', sans-serif;
margin: 0 12px 0 0;
border: 1px solid #2bb73c;
}

.toppcr13{
width: 100%;
text-align: center;
margin: 0 0 40px 0;
font-size: 1.6rem;
}

.toppcr14{
width: 100%;
text-align: center;
}

.toppcr14 a{
display: inline-block;
background: #fff;
text-align: center;
padding: 10px 40px;
color: #2bb73c;
font-weight: 700;
font-size: 1.7rem;
letter-spacing: -.06rem;
box-shadow: 15px 15px 15px #bfdae7;
border-radius: 5px;
}

.toppcr14 a span{
}

.toppcr14 a span::before{
content:"";
background: url("./images/ic_arrow2.svg");
width: 1.8rem;
height: 1.8rem;
display: inline-block;
margin: 0 15px 0 0;
vertical-align: middle;
}

.toppcr15{
font-size: 1.5rem;
display: inline;
}

.toppcr16{
font-size: 2.8rem;
display: block;
letter-spacing: .05rem;
font-weight: 500;
}

.toppcr17{
width: 960px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
background: rgba(255,255,255,.80);
padding: 50px 30px 60px;
}

.toppcr18{
width: 100%;
text-align: center;
}

.toppcr18 h2{
font-size: 4rem;
font-weight: 900;
margin: 0 0 30px 0;
color: #36a34b;
letter-spacing: 0.3rem;
transform: scaleY(1.05);
line-height: 1.4;
}

.toppcr19{
font-size: 1.6rem;
width: 100%;
margin: 0 0 30px 0;
padding: 0 0 0 150px;
line-height: 2;
}

.toppcr20{
width: 95%;
margin: 0 auto 40px;
display: flex;
flex-wrap: wrap;
background: rgba(255,255,255,.50);
padding: 30px 30px;
}

.toppcr21{
margin: 0 0 18px 0;
}

.toppcr21:last-child{
margin: 0 0 0 0;
}

.toppcr21 span::before{
content: "●";
color: #36a34b;
display: inline-block;
margin: 0 5px 0 0;
}

.toppcr22{
width: 100%;
text-align: center;
font-size: 1.7rem;
margin: 0 0 30px 0;
}

.toppcr23{
width: 960px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
background: rgb(54 163 76);
padding: 40px 30px 40px;
}

.toppcr24{
width: 100%;
margin: 0 auto 20px;
display: flex;
flex-wrap: wrap;
background: #fff;
align-items: center;
border-radius: 5px;

}

.toppcr25{
width: 40%;
text-align: center;
padding: 15px 0;
font-weight: 700;
color: #157e2a;
font-size: 1.7rem;
font-family: YakuHanJP, 'Zen Maru Gothic', sans-serif;
}

.toppcr26{
font-size: 1.5rem;
width: 18%;
}

.toppcr27{
font-size: 1.5rem;
}

.toppcr28{
width: 100%;
text-align: center;
}

.toppcr28 a{
text-align: center;
display: inline-block;
border-bottom: 1px dotted #eaff8a;
color: #eaff8a;
}

/*toppcr*/

.newspage1{
width: 100%;
display: flex;
flex-wrap: wrap;

}

.newspage2{
width: 100%;
font-size: 1.4rem;
margin: 0 0 8px 0;
color: #555;
}

.newspage3{
width: 100%;
font-size: 2.2rem;
color: #3caa30;
margin: 0 0 10px 0;
}

.newspage4{
width: 100%;
font-size: 1.6rem;
}





.cashless__w{
width: 100%;
background: #e7f0f9;
padding: 60px 0;
}

.cashless1{
width: 850px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.cashless2{
text-align: center;
margin: 0 0 30px 0;
width: 100%;
}

.cashless2 span{
display: inline-block;
text-align: center;
background: #004d9f;
padding: 7px 30px;
color: #fff;
font-size: 2rem;
font-family: "Zen Maru Gothic";
border-radius: 100px;
}

.cashless3{
margin: 0 0 15px 0;
font-size: 1.8rem;
text-align: center;
width: 100%;
}

.cashless4{
width: 100%;
font-size: 1.8rem;
text-align: center;
font-weight: 900;
margin: 0 0 15px 0;


}

.cashless5{
width: 100%;
font-size: 1.5rem;
text-align: center;
color: #f31d1d;
font-weight: 700;
margin: 0 0 30px 0;
}

.cashless6{
width: 100%;
text-align: center;
}

.cashless6 img{
width: 750px;
border-radius: 10px;
}




/* <!--btn reservation--> */
.btn_fix__w{
position: fixed;
top: 260px;
right: 50px;
z-index: 2100;
}

.btn_fix__w a{
width: 196px;
height: 220px;
display: block;
}

.btn_fix__w a img{
width: 100%;
height: 100%;
}

.btn_fix__w a:hover,
.btn_fix__w a:active{
opacity: .7;
transform: translateY(-5px);
}


/* <!--btn reservation--> */
.btn_fix2__w{
position: fixed;
 top: 510px;
right: 20px;
z-index: 2100;
}

.btn_fix2__w a{
width: 196px;
height: 220px;
display: block;
}

.btn_fix2__w a img{
width: 100%;
height: 100%;
}

.btn_fix2__w a:hover,
.btn_fix2__w a:active{
opacity: .7;
transform: translateY(-5px);
}









.faq__w{

}


.faq1{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.faq2{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 0 1.5rem 0;
margin-bottom: 1rem;
}

.faq3{
width: 100%;
		margin-bottom: 1rem;
}

.faq3 span{
display: inline-block;
text-align: center;
justify-content: center;
align-items: center;
background-color: #ededed;
border-radius: 3px;
z-index: 1;
font-weight: 500;
line-height: 1;
padding: 2rem 2rem;
}

.faq4{
width: calc(100%);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.6rem;
line-height: 1.4;
align-items: center;
padding-left: 2rem;
}

.faq5{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.faq6{
width: 100%;
		margin-bottom: 1rem;
}

.faq6 span{
		display: inline-block;
text-align: center;
justify-content: center;
align-items: center;
background-color: #1eaa39;
border-radius: 3px;
z-index: 1;
font-weight: 500;
line-height: 1;
padding: 2rem 2rem;
color: #fff;
}
.faq7{
width: calc(100%);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.6rem;
line-height: 1.8;
align-content: center;
padding-left: 2rem;
}




.accessinfo__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}


.accessinfo_tbl{
width: 100%;
margin: 0 auto;
}

.accessinfo_tbl tr{
border-bottom: 3px solid #fafafa;
}

.accessinfo_tbl th{
width: 30%;
padding: 20px 0;
vertical-align: middle;
background: #fafafa;
font-size: 1.4rem;
}

.accessinfo_tbl td{
width: 70%;
padding: 20px 15px;
font-size: 1.4rem;
background: #fff;
}



.traffic__w{}

.traffic_box{

}
.traffic1{
font-size: 1.4rem;
margin: 0 0 1vw -.5rem;
background: #68a1cd;
color: #ffffff;
text-align: center;
display: inline-block;
padding: .1vw 3vw;
border-radius: 3px;
}
.traffic1 span{}
.traffic1 span::before{

}
.traffic2{}

.tbl_price1{
border: 1px solid #8e8383;
}
.tbl_price1 td{
padding: 2vw 2vw;
border: 1px solid #8e8383;
vertical-align: middle;
}
.price1{
width: 50%;
background: #fafafa;
}
.price2{
text-align: right;
color: #20a555;
width: 50%;
font-size: 1.4rem;
}


.clinic8{
width: 100%;
text-align: center;
}

.clinic8 span{
}

.clinic8 iframe{
width: 100%;
height: 50vh;
margin: 0 auto;
border-radius: 10px;
}




.topcorona__w {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #d9efff;
padding: 4rem 0 5rem;
}

.topcorona1 {
width: 100%;
padding: 0 2rem;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topcorona2 {
width: 100%;
text-align: center;
}

.topcorona2 h2 {
font-size: 1.8rem;
font-weight: 700;
color: #3293da;
}

.topcorona3 {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topcorona4 {
width: 100%;
padding-left:1.9rem;
text-indent:-1.9rem;
}

.topcorona4::before {
content: "■";
font-size: 1.4rem;
margin-right: .5rem;
color: #fff5ab;
}

.topcorona5 {
width: 100%;
text-align: center;
font-size: 1.6rem;
color: #4092cf;
font-weight: 700;
}

.topcorona6 {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topcorona7 {
width: 32%;

}

.topcorona7 img {
width: 100%;
}





/* subject */




/* reservation */
	/*
.topreservation__w{
background: #fff;
width: 100%;
padding: 4rem 0 1rem;
}
.topreservation1{
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
}
.topreservation1 > div:first-child {
border-bottom: 1px solid #333;
}
.topreservation2 {
width: 100%;
text-align: center;
}
.topreservation3 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 10px;
flex-wrap: wrap;
}
.topreservation3 > div:first-child {
margin-right: 2rem;
}


.topreservation4 a{
display: flex;
font-size: 2.6rem;
font-weight: 500;
line-height: 1;
letter-spacing: 0.15rem;
}
.topreservation5 {
font-size: 1.8rem;
margin-bottom: 2rem;
}
.topreservation6 {
width: 100%;
text-align: center;
}
.topreservation6 a{
display: inline-block;
text-align: center;
background: #d87d97;
padding: 1rem 5rem;
color: #fff;
position: relative;
border-radius: 4px;
}
.topreservation6 div{
display: inline-block;
text-align: center;
background: #d87d97;
padding: 1rem 5rem;
color: #fff;
position: relative;
border-radius: 4px;
}
.topreservation6 a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 2rem;
background: url(./images/ic_arrow1.svg);
display: inline-block;
width: 1.2rem;
height: 1.2rem;
margin: auto;
vertical-align: baseline;
transition: all .3s;
}
.topreservation6 a:hover {
opacity: 1;
background: #bf5f7a;
border-radius: 4px;
}
.topreservation6 a:hover::after {
right: 1.6rem;
}
.topreservation7 {
font-size: 2.3rem;
display: inline-block;
margin-right: 0.7rem;
}
*/

	.topreservation__w {
			width: 100%;
			padding: 3rem 0 3rem;
			/* background: url(.././images/feature3.jpg) no-repeat 50% 50% / cover; */
			background: linear-gradient(90deg, rgb(146 226 237 / 20%) 0%, rgb(33 184 206 / 60%) 50%, rgba(17, 160, 181, 1) 100%) fixed, url(./images/bg_reservation_sp.webp) left top;
			background-repeat: no-repeat;
			background-size: auto, 400px;
	}    


			.topaccess__w {
			width: 100%;
			padding: 5rem 0 3rem;
			background: #ffffff;
	}    
					.topreservation1 {
			width: 100%;
	}
					.topreservation1 h2 {
			text-align: center;
			font-size: 2.5rem;
			font-weight: 500;
			letter-spacing: .2rem;
							color: #fff;
							font-family: "Hiragino Mincho ProN", serif;
	}
			.topreservation1 h2 span {
	}
	.topreservation1 h2 span::after {
			content: "RESERVATION";
			display: block;
			width: 100%;
			text-align: center;
			font-size: 1.4rem;
			font-weight: 400;
			color: #fff;
			font-family: sans-serif;
	}

	.topreservation2 {
			width: 100%;
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
			column-gap: 20px;
	}
	.topreservation3 {
							width: 90%;
			margin: 0 auto 1rem;
			text-align: center;
			background: #fff;
			display: flex;
			align-items: center;
			flex-direction: column;
	}
	.topreservation4 {
							width: 90%;
			margin: 0 auto;
			text-align: center;
			background: #fff;
			display: flex;
			align-items: center;
			flex-direction: column;
	}
			.topreservation5 {
			width: 90%;
			border-bottom: solid 1px #ccc;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 1.8rem;
					padding: 1rem 0;
	}
			.topreservation6 {
			padding: 0 40px;
			flex: 1;
			margin: 2rem 0;
	}
	.topreservation7 {
	}
			.topreservation7 a {
			width: 100%;
			display: block;
			font-size: 2.5rem;
			line-height: 1;
			color: #21b8ce;
			margin: 0 0 1rem;
	}
	.topreservation8 {
			text-align: left;
	}
	.topreservation9 a {
			width: 230px;
			display: inline-block;
			text-align: center;
			padding: 1.3rem 0;
			background: #21b8ce;
			color: #ffffff;
			font-size: 1.8rem;
			border-radius: 4px;
			position: relative;
			margin: 0 0 1rem 0;
	}
			.topreservation9 a:after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			right: 2rem;
			background: url(./images/ic_arrow1.svg);
			display: inline-block;
			width: 1.2rem;
			height: 1.2rem;
			margin: auto;
			vertical-align: baseline;
			transition: all .3s;
	}
 .topreservation10 a {
			width: 230px;
			display: inline-block;
			text-align: center;
			padding: 1.3rem 0;
			background: #06C755;
			color: #ffffff;
			font-size: 1.8rem;
			border-radius: 4px;
			position: relative;

	}
			.topreservation10 a:after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			right: 2rem;
			background: url(./images/ic_arrow1.svg);
			display: inline-block;
			width: 1.2rem;
			height: 1.2rem;
			margin: auto;
			vertical-align: baseline;
			transition: all .3s;
	}    

/* reservation */



.subaccess__w{
width: 100%;
padding: 4rem 0 5rem;
background: #f0f7fc;
}


.subaccess1{
width: 100%;
}

.subaccess1 h2{
text-align: center;
font-size: 2.5rem;
font-weight: 700;
	font-family: 'Zen Maru Gothic', serif;
	color: #2daf44;
}

.subaccess2{
width: 90%;
height: 40vh;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
border-radius: 10px;
}

.subaccess2 iframe{
width: 100%;
border-radius: 10px;
}

.subaccess3{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
border-radius: 20px;
padding: 0 2rem;
}

.subaccess4{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: 1px solid #ddd;
padding: 2rem 0;
align-items: center;
}

.subaccess4:last-child{
border-bottom: 0;
}

.subaccess5{
width: 100%;
	font-size: 1.5rem;
	color: #81391b;
}

.subaccess6{
width: 100%;
line-height: 1.6;
}


.subaccess7{
width: 100%;
text-align: center;
}

.subaccess7 img{
width: 100%;
border-radius: 5px;
}


.subaccess8{
width: calc(100%);
}

.subaccess9{
width: 100%;
}

.subaccess10 {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.subaccess10 {
width: calc(100%);
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.subaccess11 {
width: 100%;
position: relative;
padding-left: 1.3rem;
}
.subaccess11 span {
font-weight: 700;
}

.subaccess11 span::before {
display: block;
position: absolute;
top: .9rem;
left: -0.2rem;
width: 0.8rem;
height: 0.8rem;
background-color: rgba(106, 97, 89, 0.2);
content: '';
}
.subaccess12 {
width: 100%;


}



.naikatimetable__w {
width: 100%;
}

.naikatimetable_tbl {
width: 100%;
margin: 0 auto;
}

.subpage35{
width: 100%;
}

.subpage35 .naikatimetable_tbl {
width: 100%;
margin: 0 auto;
}


.naikatimetable1 {
width: 30%;
background: #e5e5e5;
text-align: center;
font-weight: 500;
font-size: 1.4rem;
padding: 1.5rem 0;
line-height: 1;
border: 1px solid #cdcdcd;
}

.naikatimetable2 {
width: 10%;
background: #e5e5e5;
text-align: center;
font-weight: 500;
font-size: 1.4rem;
padding: 1rem 0;
line-height: 1;
border: 1px solid #cdcdcd;
}

.naikatimetable3 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.4rem;
padding: 1.7rem 0;
line-height: 1;
width: 10%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.naikatimetable4 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.4rem;
padding: 2rem 0;
line-height: 1;
width: 10%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}





.kenshintimetable__w {
width: 100%;
}

.kenshintimetable_tbl {
width: 900px;
margin: 0 auto;
}

.kenshintimetable1 {
width: 30%;
background: #e5e5e5;
text-align: center;
font-weight: 500;
font-size: 1.4rem;
padding: 1.5rem 0;
line-height: 1;
border: 1px solid #cdcdcd;
}

.kenshintimetable2 {
width: 10%;
background: #e5e5e5;
text-align: center;
font-weight: 500;
font-size: 1.4rem;
padding: 1rem 0;
line-height: 1;
border: 1px solid #cdcdcd;
}

.kenshintimetable3 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.4rem;
padding: 1.7rem 0;
line-height: 1;
width: 24%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable4 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.4rem;
padding: 2rem 0;
line-height: 1;
width: 24%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable5 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 6%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable6 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 1.7rem 0;
line-height: 1;
width: 24%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}


.kenshintimetable7a {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 8%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable7b {
background: #ccc;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 8%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable8 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 16%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}

.kenshintimetable9 {
background: #fff;
text-align: center;
font-weight: 500;
font-size: 1.6rem;
padding: 2rem 0;
line-height: 1;
width: 6%;
letter-spacing: 0.05rem;
border: 1px solid #e1e1e1;
vertical-align: middle;
}



.campaign__w {
width: 100%;
margin: 0 auto;
background: #fff;
padding: 0 2rem 3rem;
}

.campaign1 {
width: 100%;
margin: 0 auto;
font-size: 1.5rem;
background: #fff;
padding: 2rem 2rem;
box-shadow: 4px 4px 10px #beffe4;
border: 2px solid #18a86b;
}

.campaign2 {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
background: #fff;
}

.campaign3 {
width: 48%;
font-size: 1.7rem;
background: #fff;
}

.campaign3a img {
box-shadow: 4px 4px 10px #D9D9D9;
border: 1px solid #3074eb;
box-sizing: content-box;

}



.campaign3b img {
box-shadow: 4px 4px 10px #D9D9D9;
border: 1px solid #e03b70;
box-sizing: content-box;
}

.campaign3c img {
box-shadow: 4px 4px 10px #D9D9D9;
border: 1px solid #e03b70;
box-sizing: content-box;
}

.campaign3d img {
box-shadow: 4px 4px 10px #D9D9D9;
border: 1px solid #35b34d;
box-sizing: content-box;
}




/* access */
.footertimetable__w {
flex: 1;
margin: 0 auto;
}

.footertimetable1 {
width: 100%;
margin: 0 auto;
}
.footertimetable2 {
display: flex;
flex-wrap: wrap;
height: 100%;
justify-content: center;
}
/*    
.topreservation3 {
width: 100%;
text-align: center;
margin-bottom: 4rem;
}*/
.footertimetable4 {
border-collapse: collapse;
overflow-x: scroll;
width: 95%;
margin: 0 auto;
}
.footertimetable4 th,
.footertimetable4 td {
padding: 1rem;
text-align: center;
border-bottom: 1px solid #fff;
font-size: 1.3rem;
color: #fff;
line-height: 1;
position: relative;
}

.footertimetable3{
width: 100%;
}

.footertimetable4 th {
font-weight: 400;
vertical-align: middle;
}

.footertimetable4 td {
vertical-align: middle;
}

.footertimetable4 th:first-child {
vertical-align: middle;
}


.footertimetable4 th span {
font-size: 1rem;
display: inline-block;
}

.footertimetable5 {
width: 100%;
text-align: right;
color: #fff;
margin-top: .5rem;
padding-right: 1.5rem;
font-size: 1.4rem;
}

.footertimetable6 {
display: inline-block;
text-align: left;
}

.footertimetable4 td sup {
position: absolute;
	top: .5rem;
right: .2rem;
font-size: 1rem;
letter-spacing: 0;
}

.footertimetable4 th sup {
position: absolute;
	top: .5rem;
right: .2rem;
font-size: 1rem;
letter-spacing: 0;
}




.biyoprice__w {
width: 100%;
margin-top: 3rem;
}

.biyoprice1 {
width: 95%;
margin: 0 auto;
}

.biyoprice2 {
width: 100%;
text-align: center;
margin-bottom: 3.5rem;
}

.biyoprice2 span {
font-size: 2rem;
display: inline-block;
text-align: center;
padding: .5rem 2.5rem;
border: 1px solid #555;
font-weight: 500;
}

.biyoprice3 {
width: 100%;
font-size: 1.7rem;
text-align: center;
margin-bottom: 1rem;
font-weight: 500;
}

.biyoprice4 {
width: 100%;
margin-bottom: 4rem;
}

.biyoprice4 table {
width: 100%;
}

.biyoprice4 table td{
border: 1px solid #d0d0d0;
padding: .7rem 1rem;
vertical-align: middle;
background: #FCFCFC;
font-size: 1.3rem;
}

.biyoprice4 table td:first-child{
font-weight: 500;

}

.biyoprice4 table td:last-child{
font-weight: 500;
width: 16rem;
}

.biyoprice4 table td span{
display: block;
font-size: 1.2rem;
}

.biyoprice5 table td:nth-child(2){
text-align: right;
}

table.tabeldoctor1{
width: 100%;
border: 1px solid #989898;
font-size: 1.3rem;
letter-spacing: 0;
line-height: 1.2;
}

table.tabeldoctor1 th{
	border: 1px solid #989898;
	padding: .5rem;
	text-align: center;
	font-weight: 500;
	color: #fff;
	background: #505050;
	vertical-align: middle;
}

table.tabeldoctor1 td{
border: 1px solid #989898;
padding: .5rem;
text-align: center;
vertical-align: middle;
}

table.tabeldoctor1 td:first-child{
padding: .5rem;
text-align: center;
vertical-align: middle;

}

.tabeldoctor2{
	background: #f2f2f2;
	font-weight: 500;
}

.tabeldoctor3{
width: 100%;
font-size: 1.3rem;
padding: 1rem .5rem 0;
line-height: 1.4;
}

.tabeldoctor4{
display: inline-block;
	text-align: left;
}

.checkupmenu1{
width: 100%;
text-align: center;
margin: 0 auto;
border-bottom: 1px dotted #000;
padding-bottom: 8rem;
}


.checkupmenu1 .pinkbtn01{
width: 95%;
text-align: center;
margin: 0 auto;
}









table.tabeldoctor1{
width: 100%;
border: 1px solid #989898;
}

table.tabeldoctor1 th{
	border: 1px solid #989898;
	padding: .5rem;
	text-align: center;
	font-weight: 500;
	color: #fff;
	background: #505050;
}

table.tabeldoctor1 td{
border: 1px solid #989898;
padding: .5rem;
text-align: center;
vertical-align: middle;
}

table.tabeldoctor1 td:first-child{
padding: .5rem;
text-align: center;
vertical-align: middle;

}

.tabeldoctor2{
	background: #f2f2f2;
	font-weight: 500;
}

.tabeldoctor3{
	width: 100%;
	text-align: left;
	line-height: 1.7;
}



.checkupmenu1{
width: 100%;
text-align: center;
margin: 0 auto;
border-bottom: 1px dotted #000;
padding-bottom: 5rem;
}


.checkupmenu1 .pinkbtn01{
width: 30rem;
text-align: center;
margin: 0 auto;
}

.checkupmenu2{

}



.checkupmenu3{
width: 100%;
padding: 0 1rem;
}

.checkupmenu3 table{
width: 100%;
border: 1px solid #ccc;
}

.checkupmenu3 table th{
border: 1px solid #ccc;
padding: 1.2rem .5rem;
vertical-align: middle;
text-align: center;
font-size: 1.2rem;
font-weight: 700;
background: #eee;
}

.checkupmenu3 table th:nth-child(1){
width: 8rem;
}

.checkupmenu3 table th:nth-child(2){

}

.checkupmenu3 table th:nth-child(3){
}


.checkupmenu3 table td{
border: 1px solid #ccc;
padding: .5rem .5rem;
vertical-align: middle;
text-align: center;
font-size: 1.2rem;
}

.checkupmenu3 table td.checkupmenu4{
border: 1px solid #ccc;
padding: 1.7rem .5rem;
vertical-align: middle;
text-align: center;
font-size: 1.2rem;
font-weight: 600;
background: #F0F0F0;
}


.checkupmenu5{
padding: 0 2rem;
margin-top: 2rem;
margin-bottom: 5rem;
}

.pageback{
			margin: 0 0 0 auto;
			width: 50%;
			font-size: 1.3rem;
			margin-top: 20px;
font-weight: 500;
text-align: right;
}

.pageback a{
}

.pageback a::before{
content: '▲';
color: #d87d97;
}


.marker{
	background: linear-gradient(transparent 70%, #ffe700 70%);
}

.makeup-parts{
	font-size: 2rem;
	color: #b99752;
	font-weight: 500;
}	
.makeup-parts-detail{
	margin-bottom: 30px;
}	
.bnr_topics{
	width: 90%;
	margin: 0 auto 20px;
}
.bnr_topics a{
	display: inline-block;
	width: 100%;
	box-shadow: 0px 3px 3px #cbc2af;
}

	/*
	.slide-content {
	flex-direction: column;
	align-items: center;
	padding: 0 10px;
}

.text-area {
	flex: none;
	width: 100%;
	margin-right: 0;
	text-align: center;
	white-space: normal;
	padding: 20px 0 10px;
}

.text-area .catch {
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 15px;
}

.text-area .subcatch {
	font-size: 1.2rem;
	line-height: 1.6;
}

.image-area {
	flex: none;
	width: 100%;
	border-radius: 0;
	margin-bottom: 20px;
}

.image-area img {
	border-radius: 0;
}
*/

	/*
	.slide-content {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 10px;
}

.text-area {
	flex: 0 0 45%;
	margin-right: -10%;
	z-index: 2;
	text-align: left;
	white-space: normal;
	padding: 0;
}

.text-area .catch {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 10px;
}

.text-area .subcatch {
	font-size: 1rem;
	line-height: 1.6;
}

.image-area {
	flex: 0 0 70%;
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}

.image-area img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 12px;
}*/

	.swiper {
			width: 100%;
			padding: 0 !important;
			box-sizing: border-box;
	}    
	.slide-content {
position: relative;
width: 100%;
height: auto;
box-sizing: border-box;
			margin: 0 0 10rem 0;
}

.image-area {
width: 100%;

border-radius: 0 0 0 10px;
height: auto;
display: block;
object-fit: cover;
margin: 0 0 auto auto; 
}

.image-area img {
width: 100%;
height: auto;
	height: 60vh;
object-fit: cover;
display: block;
	}

.text-area {
position: absolute;
top: 5%;
right: 5%;
z-index: 2;
	width: 90%;
	margin: 0 0 0 auto;
	display: flex;
	justify-content: flex-end;
}

.text-area .catch {
 font-size: 2.5rem;
writing-mode: vertical-rl;
text-orientation: upright;
line-height: 1.5;
/*background: rgba(255, 255, 255, 0.7);*/
/*padding: 0.5rem;*/
border-radius: 4px;
	text-align: start;
	position: relative;
}
.topics {
 margin: 2rem auto 5rem;
	text-align: center;
	position: absolute;
	bottom: -3rem;
	width: 95%;

	z-index: 999;
	display: flex;
	justify-content: space-between;
	right: 50%;
			transform: translateX(50%);
	column-gap: 1rem;
}
	.topic-item {


			width: 130px;
			aspect-ratio: 1 / 1;
			border-radius: 50%;
			background: linear-gradient(135deg, #7a6753 0%, #b39b82 50%, #7a6753 100%);
			color: #fff;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			padding: 1rem;
			text-align: center;
			box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 position: relative;
}
/* 内側の円弧（Cの形） */
.topic-item::before {
	content: "";
	position: absolute;
	inset: 3px; /* 内側に余白をとる */
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.6); /* 半透明の白線 */
	border-right-color: transparent;/* 右を消す */
}

.topic-item p {
			font-size: 1.4rem;
			line-height: 1.4;
			margin: 0;
	}
.text-area .subcatch {
font-size: 1.4rem;
line-height: 1.6;
}

.reserv_w {
	width: 90%;
	right: 5%;
	bottom: 20px;
}

.reserv_ttl {
	font-size: 1.4rem;
	padding: 8px 10px;
}

.reserv_box {
	padding: 15px;
}

.reserv_head {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.reserv_txt {
	font-size: 0.95rem;
}

.main-visual {
position: relative;
background: #f3f3f3;
width: 100%;
overflow: hidden;
}
.main-visual::before {
	width: 150px;
	height: 150px;
	left: 5%;
	bottom: 5%;
}








/* news */

.topnews__w{
width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			background: #fff;
			padding: 5rem 0 5rem;
}

.topnews1 {
			width: 100%;
			margin: 4rem auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;

}

.topnews2 {
width: 100%;
			display: flex;
			flex-wrap: wrap;
			text-align: center;
}

.topnews3 {
width: 100%;
			display: flex
;
			flex-wrap: wrap;
			text-align: center;
			align-items: center;
			justify-content: center;
}

.topnews3 h2 {
			font-size: 2.3rem;
		 display: inline-block;
			letter-spacing: .2rem;
	line-height: 1;
	 font-weight: 500;
}

.topnews3 h2 span {
}

.topnews3 h2 span::after {
content: "NEWS";
	 font-size: 1.5rem;
display: block;
	margin: 1rem auto 0;
			text-align: center;
						 line-height: 1;
			letter-spacing: .2rem;
			font-weight: 400;  
	color: #3285ca;
}

.topnews4 {
width: 100%;
			padding: 0 3rem;   
}

.topnews5 {
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 4rem 0 0;
}

.topnews6 {
width: 100%;
font-size: 1.5rem;
margin-bottom: .5rem;
color: #5d481d;
opacity: .6;
}

.topnews7 {
width: 100%;
font-size: 1.8rem;
margin-bottom: .8rem;
font-weight: 500;
}

.topnews8 {
width: 100%;
font-size: 1.6rem;

}

.topnews8 iframe {
width: 100%;
height: 300px;
}    




	.alink {
			margin-top: -12vh !important;
			padding-top: 12vh !important;
	}  



/*top上部診療時間*/  
	.top_schedule__w {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			background: #fff;
			padding: 0 0 5rem;
	}
	.top_schedule1 {
			width: 100%;
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;

}
		.top_schedule2 {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			text-align: center;
	}
			.top_schedule3 {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			text-align: center;
			align-items: center;
			justify-content: center;
	}
			.top_schedule3 h2 {
		 text-align: center;
			font-size: 2.5rem;
			font-weight: 500;
			letter-spacing: .2rem;
			font-family: "Hiragino Mincho ProN", serif;
	}
	.top_schedule3 h2 span {
	}
	 .top_schedule3 h2 span::after {
			content: "OFFICE HOURS";
			display: block;
			width: 100%;
			text-align: center;
			font-size: 1.4rem;
			font-weight: 400;
			font-family: sans-serif;
	}
	.top_schedule4 {
			width: 90%;
			margin: 0 auto;
	}
/*top上部診療時間*/


/*お知らせ詳細*/
	/*
.news_box{
margin-top: 7rem;
}    
.news__w1 {
width: 100%;
margin: 0 0 30px;    
}
.txtarea {
width: 95%;
margin:  0 auto 3rem;
}    
.txtarea_pagetop {
font-size: 1.5rem;
font-family: 'Playfair Display', serif;
font-weight: bold;
width: 95%;
margin:  0 auto 3rem;    
}    
.news__w2 {
}
.news__w2 iframe {
width: 100%;
border: 1px solid #f7f3e8;
height: 60vh;
padding: 10px;    
}
.news_ttl_sample{
width: 100%;
border: 1px solid #f7f3e8;
height: 60vh;
padding: 10px; 
overflow: hidden;  
margin: 0 0 5rem;    
} 
.news_ttl_sample li{
width: 100%;
font-size: 1.5rem;
color: #222;
font-family: "Hiragino Mincho ProN", serif;
font-weight: 400;
letter-spacing: .1rem;
border-bottom: solid 1px #ccc;
padding: 2rem 0;
}  
.news_ttl_sample li a{
text-decoration: underline;
}

.news_article_sample .news0 {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 0 5px 0;
}
.news_article_sample .news1 {
			font-size: 1.5rem;
			display: inline-block;
			margin: 0 2vw 0 0;
}    
.news_article_sample .news3 {
width: 100%;
font-size: 1.6rem;
color: #21b8ce;
font-family: "Hiragino Mincho ProN", serif;
font-weight: 400;
letter-spacing: .1rem;
margin: 0 0 1rem 0;
display: inline-block;
}
.news_article_sample .news4 {
width: 100%;
font-size: 1.4rem;
}     */




/*news*/
/*お知らせ内テキストベタ打ち*/
.newsSingle {
			border-bottom: 1px solid #cac8bc;
			padding: 0 0 2rem;
			margin: 0 0 2rem;
	}

	.newsSingle >.dateCategory {
			display: grid;
			grid-template-columns: 9em 1fr;
			justify-content: center;
			align-items: center;
			margin-bottom: 10px;
	}

	.newsSingle >.dateCategory>.date {
			font-size: 1.5rem;
	}

	.newsSingle >.dateCategory>.category>span {
			display: inline-block;
			padding: 5px 10px;
			line-height: 1.2;
			font-size: 1.5rem;
			background-color: #4386cc;
			color: #fff;
			border-radius: 5px;

	}

	.newsSingle >.title {
			font-size: 1.7rem;
			line-height: 1.4;
			font-weight: 500;
			margin-bottom: 10px;
	}

	.newsbox >.content {
			line-height: 1.7;
			font-size: 1.6rem
	}	







 /*TOPページ診療案内*/
.top_medical__w {
	 width: 100%;
			padding: 4rem 0;
			background: url(./images/bg_medi.jpg) left bottom;
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
			background-position: center bottom;
			z-index: 99;
			position: relative;
	}
	.h2_medical {
			text-align: center;
			width: 100%;
			padding: 0 0 2rem 0;
	}
			.h2_medical span {
			font-size: 2.3rem;
			display: inline-block;
			letter-spacing: .2rem;
			line-height: 1;
			font-weight: 500;
	}
			.h2_medical span::after {
			content: "MEDICAL";
			font-size: 1.5rem;
			display: block;
			margin: 1rem auto 0;
			line-height: 1;
			letter-spacing: .2rem;
			font-weight: 400;
									color: #3285ca;
	}
	.top_medical1 {
						margin: 0 auto;
			display: flex;
			padding: 3rem 0 0;
			width: 80%;
			box-sizing: border-box;
			justify-content: space-between;
			flex-wrap: nowrap;
			gap: 4rem;
			flex-direction: column;
	} 
			.top_medical2 {
	width: 100%;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			padding: 30px;
			background: #fff;
			box-sizing: border-box;
			box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
			height: 100%;
	} 

					.top_medical3 {
							width: 100%;
			margin: 0 auto;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
	} 
	 .top_medical3 img {
			display: block;
			width: 100%;
			height: auto;
	}
				 .top_medical4 {
			position: absolute;
			top: 20px;
			left: 10px;
			writing-mode: vertical-rl;
			text-orientation: upright;
			font-size: 2.8rem;
			font-weight: 500;
	}
	.top_medical5 {
							width: 100%;
			margin: 0 auto;
			flex-grow: 1;
			padding: 0 0 2rem;
	}
	.top_medical5 ul li {
			margin-bottom: .5rem;
			line-height: 2;
	}
	.top_medical5 ul li::before {
			content: "";
			background: url(./images/ic_checkbox.svg);
			width: 2rem;
			height: 2rem;
			display: inline-block;
			vertical-align: sub;
			margin: 0 10px 0 0;
	}
			.top_medical6 {
			width: 100%;
					margin-top: auto;
	}
	.top_medical6 a {
			display: block;
			background: #4386cc;
			text-align: center;
			padding: 15px 0;
			transition: .6s;
			position: relative;
			font-size: 1.6rem;
			width: 100%;
			border-radius: 8px;
			  color: #fff;
	}
	 .top_medical6 a::after {
			content: "";
			width: 10px;
			height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
			position: absolute;
			right: 30px;
			top: 50%;
			transform: translateY(-50%) rotate(-45deg);
			transition: right .3s;
	}


.top_medical6 a:hover::after {
right: 20px;
}




 /*TOPページ当院が選ばれる理由*/  
.feature-wrapper {
					overflow-x: hidden;
					width: 100%;
					background: #f1eae6;
					padding: 3rem 0 3rem;
			}
			.h2_feature {
			text-align: center;
			width: 100%;
			padding: 0 0 2rem 0;
	}
	.h2_feature span {
			font-size: 2.3rem;
			display: inline-block;
			letter-spacing: .2rem;
			line-height: 1;
			font-weight: 500;
	}
			.h2_feature span::before {
			content: "";
			background: url("./images/ic_feature.svg");
					background-size: cover;
			display: block;
			width: 40px;
			height: 40px;
			margin: 0 auto 1rem;
	}
			.h2_feature span::after {
			content: "FEATURE";
			font-size: 1.5rem;
			display: block;
			margin: 1rem auto 0;
			line-height: 1;
			letter-spacing: .2rem;
			font-weight: 400;
					color: #3285ca;
	}
			.feature_w {
			width: 100%;
			padding: 4rem 0;
					background: url(./images/feature_bg2.jpg) left bottom;
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
			background-position: center bottom;
			}
			/*.swiper.featureZoomSwiper {
					width: 100%;
					overflow: visible;
			}
			.slide-text {
					position: relative;
			}
			.slide-text::before {
					content: '';
					position: absolute;
					top: -80px;
					left: 50%;
					transform: translateX(-50%);
					width: 90px;
					height: 90px;
					border-radius: 50%;
					display: flex;
					justify-content: center;
					align-items: center;
					font-size: 8rem;
					font-weight: bold;
					color: #ffd890;
					z-index: 2;
					letter-spacing: .6rem;

			}

			.slide-text h2 {
					font-size: 2rem;
					letter-spacing: .1rem;
					 margin: 2rem 0 2rem;
			color: #87795c;
			font-weight: 500;
									z-index: 3;
			position: relative;
			}
			.slide-text p {
					text-align: justify;
			}    
			.swiper-slide .slide-set {
					display: flex;
					gap: 2rem;
					padding: 0 25px 0;
					border-radius: 12px;

					flex-direction: column;
			}
	.slide-img img {
					position: relative;
			z-index: 1;
			}
			.slide-img img {
					width: 560px;
					max-width: 100%;
					height: auto;
					border-radius: 8px;
			}

			.featureZoomSwiper .swiper-slide {
					transform: scale(0.85);
					opacity: 0.5;
			}
			.featureZoomSwiper .swiper-slide-active {
					transform: scale(1);
					opacity: 1;
					z-index: 2;
			}

			.featureZoomSwiper .swiper-slide[data-num="01"] .slide-text::before {
					content: '01';
			}
			.featureZoomSwiper .swiper-slide[data-num="02"] .slide-text::before {
					content: '02';
			}
			.featureZoomSwiper .swiper-slide[data-num="03"] .slide-text::before {
					content: '03';
			}
			.featureZoomSwiper .swiper-slide[data-num="04"] .slide-text::before {
					content: '04';
			}


			.feature-nav-prev,
			.feature-nav-next {
					position: absolute;
					top: 50%;
					transform: translateY(-50%);
					width: 30px;
					height: 30px;
					background: rgba(255, 255, 255, 0.9);
					border-radius: 50%;
					display: flex;
					align-items: center;
					justify-content: center;
					cursor: pointer;
					z-index: 10;
					transition: all 0.3s ease;
					box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
			}

			.feature-nav-prev:hover,
			.feature-nav-next:hover {
					background: #3285ca;
					transform: translateY(-50%) scale(1.1);
			}

			.feature-nav-prev:hover::before,
			.feature-nav-next:hover::before {
					color: white;
			}

			.feature-nav-prev {
					left: 0;
			}

			.feature-nav-next {
					right: 0;
			}

			.feature-nav-prev::before {
					content: '';
					width: 15px;
					height: 15px;
					background-image: url("./images/ic_arrow_l.svg");
					background-size: contain;
					background-repeat: no-repeat;
					background-position: center;
			}

			.feature-nav-next::before {
				 content: '';
					width: 15px;
					height: 15px;
					background-image: url("./images/ic_arrow_r.svg"); 
					background-size: contain;
					background-repeat: no-repeat;
					background-position: center;
			}
							.feature-nav-prev:hover::before {
					content: '';
					width: 20px;
					height: 20px;
					background-image: url("./images/ic_arrow_l_h.svg");
					background-size: contain;
					background-repeat: no-repeat;
					background-position: center;
			}

			.feature-nav-next:hover::before {
				 content: '';
					width: 20px;
					height: 20px;
					background-image: url("./images/ic_arrow_r_h.svg");
					background-size: contain;
					background-repeat: no-repeat;
					background-position: center;
			}    


	*/
	.story-container {
	height: auto; /* 高さ固定解除 */
			width: 100%;
			margin: 0 auto;
}

.story-viewport {
	position: static; /* 固定解除 */
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	top: auto;
	left: auto;
}

.story-stage {
	 flex-direction: column;
	gap: 20px;
}

.story-chapter {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column; /* 縦並び */
	align-items: center;
	justify-content: flex-start;
	gap: 1.5rem;
	opacity: 1 !important; /* 常に表示 */
	visibility: visible !important;
	transform: none !important;
	pointer-events: auto;
	margin-bottom: 4rem;
		counter-increment: chapter; 
}
	.story-chapter:last-child{
			margin-bottom: 0;
	}
.story-image {
	width: 100%;              /* 幅いっぱいに */
	height: auto;
}

.story-text {
		position: relative;

		flex: 1;
					width: 80%;

	}
.story-text::before {
	content: counter(chapter, decimal-leading-zero);
			position: absolute;
			font-size: 6rem;
			top: -40%;
			right: 0;
			color: #ffd890;
			letter-spacing: .2rem;

						z-index: 3;
	}
	 .story-text h3 {
	font-size: 2.2rem;
	 margin-bottom: 1.5rem;
			font-weight: 500;
				 z-index: 4;
		position: relative;
}

.story-text p {
	font-size: 1.6rem;
}

.sticky-title {
text-align: center;
			width: 100%;
			padding: 0 0 2rem 0;

}

.progress-bar {
	display: none; /* プログレスバー非表示 */
}


	/*TOPページご挨拶*/
					.doctor__w {
			width: 100%;
						background: linear-gradient(to bottom, #f3f3f3, #ffffff);
						padding: 4rem 0;
	}

					.doctor__wi {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 100%;
			margin: 0 auto;
	}
			.doctor_t1 {
			font-size: 2.3rem;
			text-align: center;
			letter-spacing: .3rem;
			padding: 0 0 2rem;
			line-height: 1.5;
			font-weight: 500;
			width: 100%;
			order: 1;
	}
.doctor_t2 {
			line-height: 1.7;
			padding: 0 0 2rem 0;
	text-align: justify;
	width: 80%;
		order: 3;
	}
			.doctor_t4 {
			line-height: 1.7;
			padding: 0 0 20px 0;
			width: 100%;
			font-size: 2rem;
					 text-align: center;
	}
			.doctor_i {
			width: 60%;
					margin: 0 auto;
			order: 2;
	}
			.doctor__wi > .doctor_btn {
			order: 4;
			text-align: center;
	}
		.topdoctor_img{
position: relative;
display: inline-block; 
								margin: 0 0 2rem;
}
			.topdoctor_img img {
					display: block;
			width: 100%;
					height: auto;
			border-radius: 8px;
	}
			.topdoctor_logo {
			width: 100%;
			margin: 0 auto;
			padding: 0 0 20px;
	}
	.doctor-name {
position: absolute;
			bottom: 0;
			right: 0;
			background: #fff;
			padding: 30px 30px 0 40px;
			font-size: 2.5rem;
			border-radius: 8px 0 0 0;

}

					.doctor_btn {
			text-align: center;
	}
			.doctor_btn a {
			display: inline-block;
			text-align: center;
			width: 240px;
			background: #4386cc;
			padding: 15px 0;
			transition: .6s;
			position: relative;
			font-size: 1.6rem;
			border-radius: 8px;
			  color: #fff;
	}
	.doctor_btn a::after {
			content: "";
			width: 10px;
			height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
			position: absolute;
			right: 30px;
			top: 50%;
			transform: translateY(-50%) rotate(-45deg);
			transition: right .3s;
	}
.doctor_btn a:hover::after {
			right: 25px;
	}

			.doctor_btn span::after {
			content: "";
			background: url(./images/arrow-white.svg);
			width: 1.8rem;
			height: 1.8rem;
			position: absolute;
			right: 15px;
			font-size: 1rem !important;
			top: 1.5rem;
			color: #aedce0;
	}








/*TOPページ医療DX推進体制について*/
.topdx__w {
/*width: 100%;
padding: 10rem 0 0;
background: #ffffff;
position: relative;
overflow-x: hidden; */
	width: 100%;
padding: 20rem 0 0;
background: #ffffff;
position: relative; /* ← これが必要！ */
overflow-x: hidden; 
}

.h2_dx {
text-align: center;
width: 100%;
padding-bottom: 2rem;
position: relative;
z-index: 1;
}
.h2_dx span {
font-size: 2.3rem;
display: inline-block;
letter-spacing: .2rem;
line-height: 1;
font-weight: 500;
}
.h2_dx span::after {
content: "DIGITAL HEALTH";
font-size: 1.4rem;
display: block;
margin: 1.5rem auto 0;
line-height: 1;
letter-spacing: .2rem;
font-weight: 400;
	color: #3285ca;
}
.topdx_content_w {
/*width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;*/

	 position: relative;
	margin-top: -40px; /* 画像に少しかぶせる */
	z-index: 2;
}


.topdx_img {
	/*
position: absolute;
top: 0;
left: 0;
width: clamp(400px, 50vw, 800px); 
aspect-ratio: 3 / 2;
background: url(./images/facility_2.jpg) no-repeat left center;
background-size: cover;
border-radius: 0 20px 20px 0;
z-index: 1;*/
	 position: absolute;
top: 0;
left: 0;
width: 100%;
height: 200px;
background: url("./images/dx_bg.jpg") no-repeat left center;
background-size: cover;
z-index: 1;
}

.topdx_accordion {
	/*
margin-left: 300px;
background: #fff;
border-radius: 30px 0 0 0;
padding: 90px 100px 7rem 100px;
box-sizing: border-box;
position: relative;
z-index: 2;*/
	width: 100%;
	padding: 4rem 0;
	background: #fff;
					margin: 0 0 auto auto;
}

.toggle {
display: none;
}
.Label {
			display: block;
			position: relative;
			border-bottom: solid 1px #ccc;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 1.5rem 3rem 1.5rem 0;
	margin: 0 2rem 0;

}
	.Label:hover {
			background-color: #f8f9fa;
			color: #3285ca;
	}    
.Label::before {
			content: "";
			position: absolute;
			top: 50%;
			right: 20px;
			width: 8px;
			height: 8px;
			border-right: 1px solid currentColor;
			border-bottom: 1px solid currentColor;
			transform: translateY(-50%) rotate(45deg);
			transition: transform 0.3s ease;
			pointer-events: none;
	}

/* 開いているとき（チェックされたとき）は回転させる */
	.toggle:checked + .Label::before {
			transform: translateY(-50%) rotate(225deg);
	}


.Label,
.topdx_txt {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.topdx_txt {
height: 0;
padding: 0 20px;
overflow: hidden;
}
.toggle:checked + .Label + .topdx_txt {
height: auto;
padding: 20px;
}






/*TOPバナー*/    

.topbnr__w{
width: 100%;
background: #f3f3f3;
padding: 3rem 0 3rem;
}

.topbnr_w{
			width: 85%;
			margin: 0 auto;

			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			gap: 20px;
}
.topbnr_w a{
	width: 100%;
	 /*border: solid 1px #ccc;*/
	 border-radius: 10px;
	 overflow: hidden;
	 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}    
.topbnr_w a img{
	width:100%;
	 image-rendering: -webkit-optimize-contrast;
}



	/*
.custom-banner-link {
text-decoration: none;
display: block;
max-width: 800px;
color: inherit;
}
*/
.custom-banner {
			display: flex;
			height: 110px;
			position: relative;
			z-index: 2;
			background-color: #f0f0f0;
}

.banner-text {
				flex: 1;
			padding: 1.5rem;
			display: flex;
			align-items: center;
			background-color: rgb(255 255 255);
			z-index: 3;
					width: 50%;
}

.banner-title {
font-size: 1.8rem;
			white-space: nowrap;
	font-weight: 600;
}

	.banner-image {
width: 50%;
height: 100%;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}

.banner-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

/* ← 白ぼかしを画像の左側にオーバーレイ */
.banner-image::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 60px; /* ぼかしの幅。調整OK */
height: 100%;
background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0));
pointer-events: none;
z-index: 2;
}
/* アイコン（右下） */
.banner-icon {
position: absolute;
bottom: 10px;
right: 10px;
background-color: #ffffff;
padding: 10px;
border-radius: 50%;
transition: background-color 0.3s;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
z-index: 3;
}

.banner-icon img {
width: 20px;
height: 20px;
}

.icon-bg {
width: 30px;
			height: 30px;
			background-color: #fff;
			border-radius: 50%;
			box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
			transition: background-color 0.3s, transform 0.3s ease;
			will-change: transform;
			display: flex;
			align-items: center;
			justify-content: center;
}
	.icon-bg::before {
			content: "";
			width: 7px;
			height: 7px;
			border-right: 1px solid #16324f;
			border-bottom: 1px solid #16324f;
			transition: border-color 0.3s ease;
			position: relative;
			transform: translate(-30%, 0%) rotate(-45deg);
	}
.custom-banner-link:hover .icon-bg {
background-color: rgb(201, 122, 65);
background-image: url(./images/ic_arrow_r_02.svg);
	transform: scale(1.1);
}        








/* footer */
footer{
width: 100%;
background: #fff;
padding: 0;
z-index: 2;
position: relative;    
}

.footer__w{
		overflow: hidden;
			margin: 0 auto;
			padding: 3rem 0 3rem;
			justify-content: space-between;
			align-items: flex-start;
			flex-direction: column;
			display: flex;
			width: 90%;
			gap: 2rem;
}
	.footer_info{
			width: 100%;
	}
	.footer_logo{
			margin: 0 0 1rem;
	}
	 .footer_logo a{
							 display: block;
			margin: 0 auto;
			width: 80%;
	}
		 .footer_logo img{
			width: 100%;
	}
			.footer_tel{
		 margin: 0 0 20px;
	}
	.footer_tel a{
			display: flex;
			font-size: 2.5rem;
			font-weight: 500;
			align-items: center;
			justify-content: center;
	}
	.footer_tel a span {
			display: inline-flex;
			justify-content: center;
			gap: 1rem;
			align-items: center;
			line-height: 1;
	}
	.footer_tel a span::before {
			content: "";
			background: url(./images/ic_tel.svg) no-repeat center;
			background-size: contain;
			display: inline-block;
			width: 2rem;
			height: 2rem;
			position: relative;
			top: 2px;
	}
	.footer_access{
			font-size: 1.4rem;
	}
	.footer_map{
			width:  100%;
	}
			.footer_map iframe{
			width: 100%;
					height: 40vh;
	}
.footer1{
width: 200px;
}

.footer2{
width: 100%;
margin-top: .5rem;
margin-bottom: 2.5rem;

}

.footer2 img{
width: 100%;
}


.footer3{
			margin: 3rem 0;
}

.footer4{
font-size: 1.5rem;
margin-bottom: 1rem;
font-weight: 400;
}
.footer4 ul {
	display: flex;
			gap: 10px;
}
.footer4 ul li{
	width: 40px;
	height: 40px;
}  
.footer4 ul li a img{
	width: 100%;
}     
.footer5{
width: 100%;
margin-top: .5rem;
margin-bottom: 5rem;
}

.footer5 a{
display: inline-block;
padding: .5rem 3.6rem;
text-align: center;
background: #877d63;
font-weight: 400;
font-size: 1.4rem;
letter-spacing: .2rem;
border-radius: 3px;
position: relative;
}
.footer5 a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 1.2rem;
background: url(./images/ic_arrow1.svg);
display: inline-block;
width: 1rem;
height: 1rem;
margin: auto;
vertical-align: baseline;
transition: all .3s;
}
.footer5 a:hover {
opacity: 1;
background: #807557;
border-radius: 4px;
}
.footer5 a:hover::after {
right: 1rem;
}

.footer6 {
display: flex;
flex-wrap: wrap;
line-height: 2.4em;
}
.footer6 > div {
margin-right: 1.5em;    
}
.footer7 a{
font-size: 1.5rem;
}

.footer8{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
color: #fff;
margin-bottom: 2rem;
}
.footer8 > div:first-child {
margin-right: 3rem;
} 

.footer9{
line-height: 2;
font-weight: 400;
}
.footer10{
display: inline-block;
font-size: 2.6rem;
font-weight: 500;
line-height: 1;
letter-spacing: .15rem;
}

.footer11{
font-size: 1.8rem;
display: inline-block;
margin-right: .7rem;
}

.footer12{
flex: 1;
height: 0;
overflow: hidden;
padding-bottom: 28%;
position: relative;
}
.footer13 {
background: #fcfbfa;
padding: 1.5rem 3rem 0.5rem;
border-radius: 4px;
}

.footer_bottom_w{
			background: #18489f;
			padding: 20px 0 20px;
	}
	.footer_bottom{
						 display: flex;
			justify-content: space-between;
			width: 95%;
			margin: auto;
			flex-direction: column;
			align-items: center;
	}
.footernav_w{
			width: 100%;
	}        
.footernav{
padding: 0 0 3rem;
			margin: 0 2rem;

	}    
.footernav ul{
			display: flex;
			width: 100%;
			flex-wrap: wrap;
			flex-direction: row;
			justify-content: space-between;
	}   
	.footernav ul li{
		 position: relative;
			line-height: 2.5;
			width: calc((100% - 10px) / 2);
	} 
.footernav ul li:before {
	content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			background: url(./images/ic_arrow6.svg);
			display: inline-block;
			width: 1rem;
			height: 1rem;
			margin: auto;
			vertical-align: baseline;
			transition: all .3s;
}  
.footernav ul li a{
	margin: 0 0 0 2rem;
	 color: #ffffff;
} 
.footer_sub{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	 width: 100%;
}
.footer_sns{
			display: flex;
			gap: 10px;
							justify-content: center;
	 margin: 0 0 2rem;
	}
.footer_sns a {
			width: 35px;
			height: 35px;
	}
.footernav_w_sub{
			width: 350px;
	}        
.footernav_sub{
			display: flex;
			margin-right: auto;
			margin-left: auto;
	}    
.footernav_sub ul{
			width: 50%;
	}   
	.footernav_sub ul li{
			position: relative;

	}    
.footernav_sub ul li:before {
	content: '-';
			display: inline-block;
			color: #393e46;
			vertical-align: text-bottom;
}  
.footernav_sub ul li a{
	margin: 0 0 0 1rem;
}    











.sitemap__w{
background: #f1f1e6;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 30px 0 30px 0;
width: 100%;
margin: 60px 0 0 0;
}

.sitemap1{
margin: 0 2.8rem 0 0;
line-height: 2.7;
letter-spacing: .01rem;
}

.sitemap1:last-child{
margin: 0 0 0 0;
}

.sitemap2{
width: 100%;
}

.sitemap2 a{
font-weight: 500;
font-size: 1.5rem;
color: #221c0f;
}

.sitemap3{
width: 100%;
font-size: 1.5rem;
line-height: 2.3;
}

.sitemap3 a{
display: block;
width: 100%;
}

.googlemaps__w{
width: calc(100% - 550px);
padding: 0 0 0 20px;
background: #f8f6ef;
}

.googlemaps__w iframe{
width: 90%;
height: 936px;
}




/* footer */  


	/*ページ内リンク*/
	/*
.page-link-scroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
white-space: nowrap;
background: #f8f8f8;
padding: 2rem 0;
}


.page-link-scroll ul {
			 display: flex;
			gap: 0.5rem;
			padding: 0 1rem;
			margin: 0;
			list-style: none;
			justify-content: flex-start;
}

.page-link-scroll li {
flex: 0 0 auto; 
			display: inline-block;
	border-right: 1px solid #c1c1c1;
}

.page-link-scroll a {
display: inline-block;
padding: 0.5rem 1rem;
font-size: 1.6rem;
color: #0073aa;
white-space: nowrap;
	margin-left: 1.2rem;
			margin-right: 1.2rem;
	text-decoration: none;
}

.page-link-scroll a:hover {
	text-decoration: underline;
}*/





	/*パンくず*/
.breadcrumb {
max-width: 95%;
margin: 0 auto;
padding: .5rem 0;
font-size: 1.6rem;
}

.breadcrumb ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
}

.breadcrumb li {
display: flex;
align-items: center;
}

.breadcrumb li + li::before {
content: "›";
color: #888;
margin: 0 0.5rem;
font-size: 1.6rem;
}

.breadcrumb a {
color: #3285ca;
text-decoration: none;
}

.breadcrumb a:hover {
text-decoration: underline;
}

.breadcrumb .current {
}


/* ラッパー：フェード用 */
.page-link-scroll-wrap {
position: relative;
}

/* 左右フェードグラデーション */
.page-link-scroll-wrap::before,
.page-link-scroll-wrap::after {
content: "";
position: absolute;
top: 0;
width: 40px;           /* フェードの幅 */
height: 100%;
pointer-events: none;  /* スクロール操作を妨げない */
z-index: 1;
}

.page-link-scroll-wrap::before {
left: 0;
background: linear-gradient(to right, #f3f3f3, rgba(248,248,248,0));
}

.page-link-scroll-wrap::after {
right: 0;
background: linear-gradient(to left, #f3f3f3, rgba(248,248,248,0));
}

/* 横スクロール本体 */
.page-link-scroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
white-space: nowrap;
padding: 1rem 0;
}

/* ul と li */
.page-link-scroll ul {
display: flex;
padding: 0 1rem;
margin: 0;
list-style: none;
justify-content: flex-start;
}

.page-link-scroll li {
flex: 0 0 auto;
display: inline-block;
border-right: 1px solid #c1c1c1;
}

.page-link-scroll li:last-child {
border-right: none;
}

/* リンク */
.page-link-scroll a {
display: inline-block;
padding: 0.5rem 1rem;
font-size: 1.5rem;
white-space: nowrap;
margin-left: 1.2rem;
margin-right: 1.2rem;
text-decoration: none;
}

.page-link-scroll a:hover {
text-decoration: underline;
}

/* スクロールバー非表示（任意） */
.page-link-scroll::-webkit-scrollbar {
display: none;
}


/*整形部位*/    

/*整形部位*/    
.body-selector {

			align-items: center;
			gap: 1rem;
			background: #f3f3f3;
			padding: 3rem;
			display: flex;
	flex-direction: column;
}


.part-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
}

/* リストを2列に */
.part-list.left,
.part-list.right {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	gap: 1rem;
}

.part-list.left li,
.part-list.right li {
	flex: 1 1 calc(50% - 1rem); /* 2列 */
	margin: 0;
}

.part-list li a {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
	transition: background 0.3s, transform 0.2s;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	border: solid 1px #ccc;
	font-size: 1.5rem;
	background: #fff;
}

.part-list li a.active,
.part-list li a:hover {
	background-color: #3285ca;
	color: #fff;
	opacity: 1;
}
.part-list.left { order: 2; }   /* 左リストを画像の下に移動 */
.body-wrapper   { order: 1; }   /* 画像を上に */
.part-list.right { order: 3; }  /* 右リストを一番下に */

.body-wrapper {
 position: relative;
	width:150px;  
	margin: 0 auto 1rem;
}

.body-wrapper img {
	width: 100%;
	display: block;
}

.body-point {
	position: absolute;
			width: 15px;
			height: 15px;
			border-radius: 50%;
			background: #af937e40;
			cursor: pointer;
			transition: transform 0.2s, background 0.3s;
			transform: translate(-50%, -50%);
}
/* 比率で計算 */
.body-point[data-part="head"]     { top: calc(30px * 0.577);  left: calc(126px * 0.577); }
.body-point[data-part="neck"]     { top: calc(95px * 0.577);  left: calc(126px * 0.577); }
.body-point[data-part="shoulder"] { top: calc(125px * 0.577); left: calc(80px * 0.577); }
.body-point[data-part="elbow"]    { top: calc(205px * 0.577); left: calc(60px * 0.577); }
.body-point[data-part="hand"]     { top: calc(300px * 0.577); left: calc(45px * 0.577); }
.body-point[data-part="back"]     { top: calc(170px * 0.577); left: calc(126px * 0.577); }
.body-point[data-part="waist"]    { top: calc(220px * 0.577); left: calc(170px * 0.577); }
.body-point[data-part="hip"]      { top: calc(280px * 0.577); left: calc(175px * 0.577); }
.body-point[data-part="knee"]     { top: calc(380px * 0.577); left: calc(150px * 0.577); }
.body-point[data-part="calf"]     { top: calc(450px * 0.577); left: calc(150px * 0.577); }
.body-point[data-part="ankle"]    { top: calc(500px * 0.577); left: calc(150px * 0.577); }
.body-point[data-part="foot"]     { top: calc(540px * 0.577); left: calc(155px * 0.577); }

.body-point:hover,
.body-point.active {
	background: #3285ca;
	transform: translate(-50%, -50%) scale(1.3);
}







	/*施設案内*/
.facility_gallery {
		max-width: 100%;
		margin: 0 auto;
	}
	.facility_gallery .main-image {
		margin: 0 0 10px;
	}
	.facility_gallery .main-image img {
		width: 100%;
	}

	.facility_gallery .image-title {
			font-size: 2rem;
			margin: 0 0 1rem;
	}

	.facility_gallery .thumbnail-container {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		scroll-behavior: smooth;
		cursor: grab;
		padding: 10px 0;
			-webkit-overflow-scrolling: touch;
	}

	.facility_gallery .thumbnail-container::-webkit-scrollbar {
	 display: block;
height: 6px; 
	}

	.facility_gallery .thumbnail-container img {
		width: 150px;
		height: auto;
		object-fit: cover;
		cursor: pointer;
		transition: transform 0.2s, opacity 0.2s;
		opacity: 0.7;
			/* 画像を掴めなくする */
-webkit-user-drag: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
	}

	.facility_gallery .thumbnail-container img.active {
		border: 3px solid #0078d7;
		opacity: 1;
	}

	.facility_gallery .thumbnail-container img:hover {
		transform: scale(1.05);
		opacity: 1;
	}

	.facility_device_w {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
			width: 100%;
			margin: 0 auto;
}
	.facility_device {
	width: 100%;
}

.facility_device img {
	margin: 0 0 10px;
}
	.facility_device_txt1{
			text-align: center;
			font-size: 2rem;
			margin: 0 0 1rem;

	}
.facility_device_txt2 {
	width: 100%;
}    




/*ページ内リンク*/    

	/*
.page-link-scroll {
	width: 1000px;
	margin: auto;
white-space: nowrap;
padding: 2rem 0;
overflow-x: visible;
}

.page-link-scroll ul {
			 display: flex;
			padding: 0 1rem;
			margin: 0;
			list-style: none;
			justify-content: center;
}

.page-link-scroll li {
flex: 0 0 auto; 
			display: inline-block;
	border-right: 1px solid #c1c1c1;
}
.page-link-scroll li:last-child {
	border: none;
}

.page-link-scroll a {
display: inline-block;
padding: 0.5rem 1rem;
font-size: 1.8rem;
white-space: nowrap;
	margin-left: 1.2rem;
			margin-right: 1.2rem;
	text-decoration: none;
}

.page-link-scroll a:hover {
	text-decoration: underline;
}*/

}
/* sp */







/* =========================
   main visual replacement
========================= */

/* PC */
@media screen and (min-width:751px) {
  .main-visual{
    position: relative;
    background: #f3f3f3;
    width: 100%;
    overflow: hidden;
		min-height: 700px;
  }

  .main-visual .swiper{
    width: 100%;
    box-sizing: border-box;
    padding: 0 !important;
  }

  .main-visual .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
  }

  .main-visual .slide-content{
    display: flex;
    justify-content: flex-end;
    position: relative;
    max-width: 2000px;
    width: 100%;
    margin: 0 0 0 auto;
    overflow: visible;
  }

  .main-visual .text-area{
    flex: 0 0 40%;
    margin-right: -20%;
    z-index: 3;
    box-sizing: border-box;
    white-space: nowrap;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 650px;
  }

  .main-visual .text-area img{
    width: 100%;
    height: auto;
    display: block;
  }

  .main-visual .image-area{
    flex: 0 0 72%;
    overflow: hidden;
    height: auto;
    position: relative;
  }

  .main-visual .image-area::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgb(243 243 243), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 2;
  }

  .main-visual .image-area img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
		min-height: 700px;
  }

  .main-visual .swiper-button-next,
  .main-visual .swiper-button-prev{
    display: none !important;
  }

  .main-visual .swiper-pagination-bullet{
    background-color: #fff;
  }

  .main-visual .swiper-pagination-bullet-active{
    background-color: #007aff;
  }
}

/* SP */
@media screen and (max-width:750px) {
  .main-visual{
    position: relative;
    background: #f3f3f3;
    width: 100%;
    overflow: hidden;
  }

  .main-visual .swiper{
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .main-visual .slide-content{
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
  }

  .main-visual .image-area{
    width: 100%;
    border-radius: 0 0 0 10px;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0 0 auto auto;
  }

  .main-visual .image-area img{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: block;
  }

  .main-visual .text-area{
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 2;
    width: 90%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end;
  }

  .main-visual .text-area img{
    width: 100%;
    height: auto;
    display: block;
  }

  .main-visual .swiper-button-next,
  .main-visual .swiper-button-prev{
    display: none !important;
  }

  .main-visual .swiper-pagination-bullet{
    background-color: #fff;
  }

  .main-visual .swiper-pagination-bullet-active{
    background-color: #007aff;
  }
}




.schedule-note-star{
  color:#4386cc;
  font-weight:700;
}

.schedule-note-closed{
  color:#d94141;
}




.schedule-note-closed{
  color:#d94141;
}

.schedule-notes p,
.tophours5{
  line-height:1.8;
}






/* ============================
   下層ページ 公開前リンク無効化
   ============================ */

/* リンクテキスト：クリック不可＋薄いグレー */
a[data-disabled="true"] {
	pointer-events: none;
	cursor: default;
	opacity: 0.45;
}
a[data-disabled="true"]:hover {
	opacity: 0.45;
}

/* PCナビ：has-child（診療案内）の > 矢印アイコン */
.pc-nav li.has-child[data-nav-disabled] > a::before,
.pc-nav li.has-child > a[data-disabled="true"]::before {
	border-top-color: #b0b8c1;
	border-right-color: #b0b8c1;
	opacity: 0.45;
}

/* SPメニュー：.btn の + アイコン（::before / ::after）*/
.menu-header:has(a[data-disabled="true"]) .btn::before,
.menu-header:has(a[data-disabled="true"]) .btn::after,
.menu-header.is-disabled .btn::before,
.menu-header.is-disabled .btn::after {
	background-color: #b0b8c1 !important;
	opacity: 0.45;
}

/* フッターナビ：li::before の矢印アイコン */
.footernav ul li:has(a[data-disabled="true"])::before {
	border-right-color: #b0b8c1;
	border-bottom-color: #b0b8c1;
	opacity: 0.45;
}

/* 診療案内「詳しくはこちら」ボタンの矢印 */
.top_medical6 a[data-disabled="true"] {
	background: #b0b8c1 !important;
}
.top_medical6 a[data-disabled="true"]::after {
	border-right-color: rgba(255,255,255,0.45) !important;
	border-bottom-color: rgba(255,255,255,0.45) !important;
}

/* 院長紹介「医師紹介はこちら」ボタンの矢印 */
.doctor_btn a[data-disabled="true"] {
	background: #b0b8c1 !important;
}
.doctor_btn a[data-disabled="true"]::after {
	border-right-color: rgba(255,255,255,0.45) !important;
	border-bottom-color: rgba(255,255,255,0.45) !important;
}
.doctor_btn a[data-disabled="true"] span::after {
	opacity: 0.45;
}

/* ===== 準備中バッジ共通 ===== */
.coming-soon-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(60, 60, 60, 0.7);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.3em 0.8em;
  border-radius: 4px;
  /* border: 2px solid #fff; */
  white-space: nowrap;
  pointer-events: none;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  line-height: 1.4;
}

/* ===== PC サイドWEB予約ボタン 準備中 ===== */
#web-reserve-button.is-coming-soon {
  position: fixed;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.75;
}
#web-reserve-button.is-coming-soon .coming-soon-badge {
  font-size: 1.4rem;
  padding: 0.25em 0.6em;
  transform: translate(-50%, -50%);
}

/* ===== SPハンバーガーメニュー内 WEB予約 準備中 ===== */
.header18-disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.75;
  gap: 0.6em;
}
.header18-disabled .coming-soon-badge {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  font-size: 1rem;
  display: inline-block;
}

/* ===== SP固定フッターナビ WEB予約 準備中 ===== */
.spfooternav2-disabled {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.75;
}
.spfooternav2-disabled .coming-soon-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
}
