@charset "utf-8";
body{
	margin:0px;
	padding:0px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	background: #EAE1D9!important;
}
a:hover img{
	opacity:.5;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
 }

a:hover{text-decoration: none!important;}

p{
	line-height: 1.9;
	letter-spacing: 0.01em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color:#4b4b4b;
	font-size: 15.5px!important;
}
@media screen and (max-width: 480px) {
p{
	font-size: 14px!important;
}
}
	
/*==================common==================*/

.imgc{display: block; margin:0 auto!important;}

.bor{border-radius: 20px;}

ul.lidisc{padding: 0 5px 0 40px;margin: 0;}
ul.lidisc li{list-style: disc;margin: 0 0 5px;font-family: 'Zen Kaku Gothic New', sans-serif!important;color:#0B0B0B; font-weight: 500;}

ul.lidisc-in{padding: 0 5px 0 20px;margin: 0;}
ul.lidisc-in li{list-style: disc;margin: 0 0 5px;font-family: 'Zen Kaku Gothic New', sans-serif!important;color:#4b4b4b; font-weight: 500; font-size: 14px;}

@media screen and (max-width: 480px) {
	ul.lidisc li,ul.lidisc-in li{font-size: 0.875rem !important; }
}

.disc-cus,.disc-cus2{
	list-style: none!important;
	font-weight: 400!important;
	padding: 0 ;
	margin: 0 auto;

}
.disc-cus li,.disc-cus2 li{
	position: relative;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px!important;
	padding: 0 0 0 20px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
}
	
.disc-cus li::before,.disc-cus2 li::before{
    position:  absolute; 
	content:  "";    
    width:  7px;               
    height:  7px;
	left:2px;
    top: 7px;   
    border-radius:  50%;        
}
.disc-cus li::before {background-color: #997f72;}
.disc-cus2 li::before {background-color: #CAB69F;}

@media screen and (max-width: 480px) {
	ul.disc-cus li,ul.disc-cus2 li{font-size: 13px!important; }
}


.fontg1{font-family: "Noto Serif JP", serif!important;}
.fontg1-2{font-family: "Noto Sans JP", sans-serif!important;}
.fontg3{font-family: 'Zen Kaku Gothic New', sans-serif!important;}
.fontg4{font-family: 'Zen Maru Gothic', sans-serif!important;}
.fontg5{font-family: "Shippori Mincho", serif!important;}
.fontg6{font-family: "Forum", serif!important;}
.fontg8{font-family:"Playwrite AU SA", cursive!important;}
.fontg9{font-family: "Hina Mincho", serif!important;}


.marker {
	background:linear-gradient(transparent 70%, #F8EBC6 60%);
}


.fcc , .fcc2 { margin-top: -20px;}
.fcc::first-letter {
  color: #CAB69F;
}

.fcc2::first-letter {
  color: #997f72;
}


.flbox{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flbox2{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}

.flend{align-self: flex-end;}
.flcenter{align-self: center;}


.bg-wall { background: url("../img/top/wall.webp"); }
.bg-wall2 { background: url("../img/top/wall2.webp"); }
.bg-wall3 { background: url("../img/top/wall3.webp"); }
.bgwood { background: url("../img/top/wood.webp"); }

/*----------------------------------
  Back To Top
------------------------------------*/

.s-back-to-top {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../img/top/wood.webp");
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-back-to-top:before {
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-family: themify;
  font-weight: bold;
  color: #603813!important;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-back-to-top:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
.s-back-to-top {
	position: relative;
	width: 100%;
	right: 0;
	height: 100%;
	bottom: 0!important;
	opacity: 1!important;
}
.s-back-to-top:before {
	position: absolute;
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 0;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
}


/*===========================================================*/
/*機能編  5-1-6 スクロール途中から上部固定 */
/*===========================================================*/

#header{
	position: fixed!important;/*fixedを設定して固定*/
	width:100%;/*横幅指定*/
    z-index: 999;/*最前面へ*/
	opacity: 1;
	transition: 1s;
	background: #fffced;
	box-shadow: 0 2px 10px 0 rgba(45,45,45,0.36)!important;	

	
}
#header.active{
	opacity: 1;
	transition: 0.5s;
	box-shadow: 0 2px 10px 0 rgba(45,45,45,0.36)!important;	

	
}
/*
header a{
	pointer-events: none;
}
*/
/*
header.active a, header.active .g-nav-openbtn{
	pointer-events:inherit;
}
*/

/*==================sidenet==================*/

.side-1,.side-2,.side-3 {
	position: fixed;
	width: 500px;
	right: -420px;
	z-index: 999;
	transition: 0.4s;
}
.side-1:hover,.side-2:hover {
	position: fixed;
	right: -220px;
	transition: 0.4s;
	z-index: 999;
}
.side-3:hover {
	position: fixed;
	right: 0;
	transition: 0.4s;
	z-index: 999;
}
.side-1,.side-1:hover {top:225px;}
.side-2,.side-2:hover {top:312px;}
.side-3,.side-3:hover {top:400px;}

@media screen and (max-width:576px){
.side-1,.side-2,.side-3 {
	display: none;
}
}

.tate {writing-mode: vertical-rl;}

.sidetime {
	width: 100%;
	margin: 0 auto 10px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	text-align: center;
}
.sidetime tr {
	border-bottom: 2px solid #fba928;
	color: #413A30;
	vertical-align: middle;
	font-size: 16px;
}
.sidetime th {
	padding:0 2px .6em 2px;
	word-break: break-all;
	white-space: nowrap;
	color: #825121;
	font-size: 15px!important;
}
.sidetime td {
	padding:.5em 2px;
	word-break: break-all;
	font-size: 16px;
	letter-spacing: 0;
}

/*==================footer==================*/

#footel{
	position: relative;
	margin:0;
	width:100%;
	font-weight:normal;
	background: #63b3aa;
	z-index: 9999!important;
}
@media screen and (max-width:480px){
#footel {
	z-index: 999;
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	background-color: rgba(0,0,0,0);
}
}

#back-top{
	position: fixed;
	bottom: 5vh;
	right: 3%;
	z-index: 9999;
}
#back-top a{
	width: 50px;
	height: 50px;
	background:#4b4b4b;
	display: block;
	color: #f6f3ef;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	text-decoration: none;
}
#back-top a:hover{
	opacity: 0.7;
	transition: 0.5s;
}

@media screen and (max-width:480px){
#back-top{
	bottom: 50px;
}
#back-top a{
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
}
	
}

.h-tel  { background-color: #4b4b4b!important;	color: #fff!important;}
.h-tel:hover { background-color: #CAB69F!important;	color: #fff!important; transition: 0.2s; }
.tel  {color: #997f72;}
.tel:hover {color: #CAB69F; transition: 0.2s; }
.link-c {color: #fff;}
.link-c:hover {color: rgba(202,182,159,0.7); transition: 0.2s; }
.link-c2 {color: #4b4b4b;}
.link-c2:hover {color: #997f72; transition: 0.2s; }

.p-link { padding-top: 100px!important; margin-top: -100px!important; }

/*==================  slide ==================*/

.frame {
	position: relative;
	overflow: hidden;
	margin-bottom: -1px;
}
.frame::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/top/wave.webp") no-repeat center bottom -1px  /100%  ;
	z-index: 2;
}
.frame::before {
	position: absolute;
	content: "";
	width: 250px;
	height: 250px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url("../img/top/logo2.webp") no-repeat center bottom -1px  /100%  ;
	z-index: 2;
}

@media screen and (max-width:1400px){
.frame::before {
	width: 200px;
	height: 200px;
}
}
@media screen and (max-width:768px){
.frame::before {
	width: 150px;
	height: 150px;
}
}

@media screen and (max-width:575px){
.frame::after  {background: url("../img/top/wave_sp.webp") no-repeat center bottom /100% ;
}
.frame::before {
	width: 120px;
	height: 120px;
}
}

#demo-1 {
	overflow: hidden;
	width: 100%;
	min-height: 800px;
	position: relative; 
	margin:0 auto;
	z-index: -2;
}

@media screen and (max-width:1600px){
#demo-1 {
	min-height: 650px;
}
}
@media screen and (max-width:1024px){
#demo-1 {
	min-height: 500px;
}
}
@media screen and (max-width:768px){
#demo-1 {
	min-height: 350px;
}
}

@media screen and (max-width:580px){
#demo-1 {
	min-height: 480px;

}
}


/*================== btn ==================*/

.s-btn {
	position: relative;
	display: block;
	margin: 0 auto!important;
	text-align: center;
	transition: .3s;
	font-size: 1.125rem;
	font-weight: 500;
}
@media only screen and (max-width: 480px) {
.s-btn {
	font-size: 1rem;
}
}

.sbtnc1 {background: #f08200; border: 3px solid #f08200; color: #fff;}
.sbtnc1:hover {background: #825121; border: 3px solid #825121; color:#fff;}
.sbtnc2 {background: #825121; border: 3px solid #825121; color:#fff;}
.sbtnc2:hover {background: #f08200; border: 3px solid #f08200; color:#fff;}
.sbtnc3 {background: #f6ab00; border: 3px solid #f6ab00; color:#fff;}
.sbtnc3:hover {background: #825121; border: 3px solid #825121; color:#fff;}
.sbtnc4 {background: #C59ECF; border: 3px solid #C59ECF; color:#fff;}
.sbtnc4:hover {background: #EBDFEF; border: 3px solid #EBDFEF; color:#603813;}

.fa-position-right::before {
	position: absolute;
	content: "";
	top:31%;
	right:15px;
}

.mainserv{
	padding: 35px 0;
	text-align: center;
	position: relative;
	z-index: 2!important;
}
.mainserv-in{
	margin: 0;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
.mainserv::before{
	content: "";
	position: absolute;
	bottom:10px;
	right:10px ;
	border-bottom: 14px solid #fff;
	border-left: 14px solid transparent;
}
.mainserv::after{
	content: "";
	position: absolute;
	bottom:5px;
	right:5px;
	width: calc( 100% - 10px);
	height: calc( 100% - 10px);
	border: 1px solid #fff;
}
.mainserv:hover::after{
	content: "";
	position: absolute;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .2s ease-in-out;
}


.btn-w {width: 40%;}
@media only screen and (max-width: 768px) {
.btn-w {width: 60%;}
}
@media only screen and (max-width: 480px) {
.btn-w {width: 90%;}
}

.btn-bg {
  color: #fff;
  background: #CAB69F;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #CAB69F;
}

.btn-bg:focus, .btn-bg:hover {
  color: #efeae3;
  background: #4b4b4b;
  border-color: #4b4b4b;
}
.btn-bg2 {
  color: #efeae3;
  background: #4b4b4b;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #4b4b4b;
}

.btn-bg2:focus, .btn-bg2:hover {
  color: #fff;
  background: #CAB69F;
  border-color: #CAB69F;
}
.btn-bg3 {
  color: #fff;
  background: #997f72;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #997f72;
}

.btn-bg3:focus, .btn-bg3:hover {
  color: #fff;
  background: #CAB69F;
  border-color: #CAB69F;
}

/*================== concept ==================*/

.concept {
	position: relative;
	overflow: hidden;
	background:url("../img/top/wall3.webp");
}

.concept::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(240, 235, 230, 1) 0%, rgba(255, 251, 245, 0.3) 33%);
}

.main-d {
	position: relative;
	overflow: hidden;
}
.main-d::after {
	position: absolute;
	content: "";
	width: 28%;
	height: 30%;
	top: 15%;
	right: 0;
	background: url("../img/top/c1.webp")no-repeat center center / cover ;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.4);
	z-index: 1;
} 

.main-d::before {
	position: absolute;
	content: "";
	width: 35%;
	height: 35%;
	bottom: 12%;
	right: 0;
	background: url("../img/top/c2.webp")no-repeat top center /cover ;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.4);
	z-index: 1;
} 


@media screen and (max-width: 1200px) {
.main-d::before , .main-d::after {
	background: none;
	box-shadow: none;
} 
} 


/*================== feature ==================*/

.feature {
	background: url("../img/top/fea.webp")no-repeat top center / cover;
}
@media screen and (max-width:768px){
.feature {
	background: url("../img/top/fea_sp.webp")no-repeat top right / cover;
}
}

.logobox {
	padding: 30px 30px;
	background: url("../img/top/logo3.webp") no-repeat top -5px right 40px / 12% , rgba(255,255,255,0.85);
}
@media screen and (max-width:768px){
.logobox {
	padding: 20px;
	background: url("../img/top/logo3.webp") no-repeat top -2px right 20px / 30% , rgba(255,255,255,0.85);
	}}

/*================== medical ==================*/

.medical {
	background: url("../img/top/tree.webp") no-repeat bottom left , url("../img/top/wall2.webp");
}

.fb {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	align-items:center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fbitem {
	width: calc(100% / 3);
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
.fbitem {width: calc(100% / 2);}
}


.icon {
	position: relative;
	padding: 160px 0 0 ;
	margin: 0 10px;
	background-color:#444;
	text-align: center;
	color: rgba(255,255,255,1);
	font-weight: 400;
	box-shadow: 6px 6px 6px -3px rgba(0,0,0,0.4);
}
.icon::before {
	position: absolute;
	content: "";
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin: auto;
	border: solid 1px #fff;
}
.icon::after {
	position: absolute;
	content: "";
	bottom:8px;
	right: 8px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 10px transparent;
	border-bottom: solid 10px #fff;
}

.icon p {
	color: rgba(255,242,189,0.7);
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
}

.icon:hover {
	opacity: 0.8!important;
	transition: 0.5s;
}

@media only screen and (max-width: 1400px) {
.icon {	
	margin: 0 10px;
	padding: 140px 0 0px ;
}
}
@media screen and (max-width:480px){
.icon {	
	margin: 0 5px;
	padding: 100px 0 0px ;
}
}


/*================== info ==================*/


.info { background:  url("../img/top/wave.webp") no-repeat center bottom -1px  /100% ,  linear-gradient(0deg,rgba(202, 182, 159, 1) 0%, rgba(239, 234, 227, 1) 97%, rgba(153, 127, 114, 1) 97%); }

@media screen and (max-width:575px){
.info { background:  url("../img/top/wave_sp.webp") no-repeat center bottom /100% ,  linear-gradient(0deg,rgba(202, 182, 159, 1) 0%, rgba(239, 234, 227, 1) 98.5%, rgba(153, 127, 114, 1) 98.5%); }
}


.slider  { width: 100%;margin: auto; }
.slider ul { padding: 0; }

@media screen and (max-width:480px){
.slider { width: 90%;margin: auto; }
}


/*================== clinic ==================*/


.logo-w {
	width: 80%;
}
@media only screen and (max-width: 990px) {
.logo-w {
	width: 65%;
}
}
@media only screen and (max-width: 480px) {
.logo-w {
	width: 100%;
}
}

.fline {
	position: relative;
	overflow: hidden;
 }

.fline::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	top:0;
	left: 0;
	background: #997f72;
 }


/*================== time ==================*/


.time {
	width: 100%;
	margin: 0 auto 10px;
}
.time th {
	padding:10px;
	word-break: break-all;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	font-size: 15px!important;
	color:#fff;
	font-family: "Noto Sans JP", sans-serif!important;
}
.time td {
	padding:10px;
	word-break: break-all;
	font-weight: 600;
	text-align: center;
	font-size: 15px!important;
	color: #524F4D;
	font-family: "Noto Sans JP", sans-serif!important;
}

@media only screen and (max-width: 576px) {
.time th, .time td {
	font-size: 13px!important;
}
}
	

/*================== 横からbg出てくるbtn ==================*/

.slidebtn a,.slidebtn2 a {
    background: #fff;
    position: relative;
    display: block;
    color: #603813!important;
    transition: 0.2s ease-in-out;
    z-index:0;
	box-shadow: 2px 2px 16px -6px rgba(0,0,0,0.4);
	width: 90%;
	text-align: center;
	margin: 0 auto ;
}
.slidebtn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    display: block;
    background: #c2deb2;
    transition: 0.8s;
    left:0;
}
.slidebtn a:hover {
    color: #603813!important;
	opacity: 1;
}
.slidebtn a:hover:before {
    width: 100%;
    z-index: -1;
}
@media screen and (max-width:1024px){
	.slidebtn a { margin: 0 auto;}
}

.slidebtn2 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    display: block;
    background: #ffbf6a;
    transition: 0.8s;
    left:0;
}
.slidebtn2 a:hover {
    color: #603813!important;
	opacity: 1;
}
.slidebtn2 a:hover:before {
    width: 100%;
    z-index: -1;
}
@media screen and (max-width:1024px){
	.slidebtn2 a { margin: 0 auto;}
}


/*================== title ==================*/

.title {
	padding: 160px 0 80px ;
	font-weight: 500;
	font-size: 60px;
	color: #4b4b4b;
	font-family: "Forum", serif;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center ;
	background-size: cover;
 }
.title h2 {
	font-weight: 600;
	color: #fff;
	font-size: 32px;
	letter-spacing: .05em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	font-family: "Noto Serif JP", serif;
 }
@media screen and (max-width:1100px){
.title {
	padding: 120px 0 60px;
	font-size: 44px;
	}
.title h2 {
	font-size: 24px;
}
}

/*================== table ==================*/

table.com{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:5px;
	empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.com th{
	font-size:14px;
	letter-spacing:1px;
	padding:12px 0;
	text-align: center;
	color:#fff;
}
.com td{
	font-size:14px;
	color:#4B4B4B;
	padding:1em;
	vertical-align: middle!important;
	font-weight: 500;
	line-height: 1.7;
}
.com p{
	font-size:14px!important;
}

table.comno{
	font-size: 14px;
	margin:0;
	width:100%;
    border-collapse:separate;
    border-spacing:5px;
    empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	text-align: center;
	vertical-align: middle!important;
}
.comno th{
	font-size:14px;
	letter-spacing:1px;
	padding:12px 0;
	text-align: center;
	color:#fff;
	vertical-align: middle!important;
}
.comno td{
	font-size:14px;
	color:#333;
	padding:0.75em 0.5em;
	vertical-align: middle!important;
	font-weight: 500;
}
@media only screen and (max-width:576px){
.comno th{
	font-size:12px;
	letter-spacing:0px;
	padding:12px 5px;
	text-align: center;
	color:#fff;
}
.comno td{
	font-size:13px;
	color:#333;
	padding:12px 5px;
	vertical-align: middle!important;
	font-weight: 500;
}
}


table.com2{
	margin:0 auto 15px;
	padding:4px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	font-family: 'Zen Maru Gothic', sans-serif!important;
}
.com2 th{
	font-size:16px;
	letter-spacing:1px;
	padding:1em 0;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	text-align: center;
	vertical-align: middle!important;
	color:#603813;
}
.com2 td{
	color:#333;
	font-weight: 500;
	padding:1em;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	vertical-align: middle!important;
}

@media only screen and (max-width:1023px){
.com td,.com th,.com2 td,.com2 th{
	width:100%;
	display:block;
	padding:10px;
	font-size: 14px;
}
}

table.case{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
	empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.case th{
	font-size:14px;
	letter-spacing:1px;
	padding:12px 0;
	text-align: center;
	color:#603813;
}
.case td{
	font-size:14px;
	color:#333;
	padding:1em;
	vertical-align: middle!important;
	font-weight: 600;
}
.case p {
	color:#603813;
	margin: 0;
}

table.price{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:5px;
	empty-cells:show;
}
.price th{
	font-size:15px;
	color: #333;
	letter-spacing: 0.5px;
	padding:15px 0;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.price td{
	font-size:14px;
	color:#333;
	padding:15px 10px;
	vertical-align: middle!important;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:1024px){
.price td,.price th{
	font-size: 13px;
}
}
@media only screen and (max-width:580px){
.price td,.price th{
	width:100%;
	display:block;
	padding:10px;
	font-size: 13px;
}
}


/*================== st 見出し ==================*/

.stti {
	position: relative;
	display: inline-block;
}
.stti2 {
	position: relative;
	display: inline-block;
	padding-top: 20px;
	margin-top: -20px;
}
.stti::before {
	position: absolute;
	content: "";
	width: 25px;
	top:0;
	bottom:0;
	margin: 0 auto ;
	left: -35px;
	background: url("../img/top/kira2.webp")no-repeat center center / contain ;
}
.stti::after {
	position: absolute;
	content: "";
	width: 25px;
	top:0;
	bottom:0;
	margin: 0 auto ;
	right: -35px;
	background: url("../img/top/kira.webp")no-repeat center center / contain ;
}
@media only screen and (max-width:576px){
.stti::before {	left: -30px; }
.stti::after {right: -30px; }
}


.stti2::before {
	position: absolute;
	content: "";
	width: 35px;
	top:0;
	bottom:0;
	margin: 0 auto ;
	left: -55px;
	background: url("../img/top/leaf1.webp")no-repeat center bottom 10px / contain ;
		padding-top: 20px;

}
.stti2::after {
	position: absolute;
	content: "";
	width: 35px;
	top:0;
	bottom:0;
	margin: 0 auto ;
	right: -55px;
	background: url("../img/top/leaf2.webp")no-repeat center bottom 10px / contain ;
}
@media only screen and (max-width:576px){
.stti2 { line-height: 1.3; }
.stti2::before {	left: -55px; }
.stti2::after {right: -55px; }
}


.st {
	border-bottom: solid 2px #DCD0C1;
	position: relative;
	display: block;
	padding:0 20px 30px; 
}

.st:after {
	position: absolute;
	content: " ";
	border-bottom: solid 2px #707070;
	bottom: -2px;
	left: 0;
	width: 20%;
	display: block;
}
@media only screen and (max-width:768px){
.st {
	padding:0 20px 15px; 
}
}


.st2,.st2-2 {
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: .75em 0.2em;
}
.st2::before,.st2::after,.st2-2::before,.st2-2::after{
     position: absolute;
     left: 0;
     content: '';
     width: 100%;
     height: 7px;
     box-sizing: border-box;
}
.st2::before {
	top: 0;
	border-top: 3px solid #4b4b4b;
	border-bottom: 1px solid #4b4b4b;
}
.st2::after {
     bottom: 0;
     border-top: 1px solid #4b4b4b;
     border-bottom: 3px solid #4b4b4b;
}

.st2-2::before {
	top: 0;
	border-top: 3px solid #CAB69F;
	border-bottom: 1px solid #CAB69F;
}
.st2-2::after {
     bottom: 0;
     border-top: 1px solid #CAB69F;
     border-bottom: 3px solid #CAB69F;
}

.st3 {
    position: relative;
    text-align: center;
    color: #fff;
    letter-spacing:0.1em;
	padding:15px;
	background: #997f72;
}

.st3::before {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: #fff solid 1px;
	top: 0;
	bottom:0;
	right: 0;
	left: 0;
	margin:auto ;
}

.st4{
	border-left: 4px solid #4b4b4b;
	padding: 8px 10px 10px;
	letter-spacing: 0.05em;
}

.st5 , .st5-2 {
	position: relative;
	padding: 0.4em;
	font-weight: 500;
	letter-spacing: .05em;
}
.st5 { background: linear-gradient(145deg, #CAB69F 0%, #CAB69F 85%, #4b4b4b 85%, #4b4b4b 100%); color: #fff; }
.st5-2 { background: linear-gradient(145deg, #997f72 0%, #997f72 85%, #CAB69F 85%, #CAB69F 100%); color: #fff;}


.st6 {
    padding: 10px;
    position: relative;
	text-align: center;
}
.st6::after {
    content: '';
    background-color: #CAB69F;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.st7,.st7-2,.st7-3 {
	position: relative;
	padding: 0.2em 0.2em 0.2em 2.2em;
	line-height: 1.5!important;
	z-index: 1;
	font-weight: 500;
}
.st7:after,.st7-2:after,.st7-3:after {
	position: absolute;
	content: attr(data-en);
	top: 0;
	bottom: 0;
	left: 0;
	align-content: center;
	height: 100%;
	padding: 0 15px;
	color: #fff;
	z-index: -1;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	text-align: center;
}
.st7 { border-bottom: 2px solid #CAB69F; }
.st7-2 { border-bottom: 2px solid #4b4b4b; }
.st7-3 { border-bottom: 2px solid #997f72; }

.st7:after {background: #CAB69F;}
.st7-2:after {background: #4b4b4b;}
.st7-3:after {background: #997f72;}

@media only screen and (max-width:1024px){
.st7,.st7-2,.st7-3 {
	padding: 0.2em 0.2em 0.2em 2.8em;
}
.st7:after,.st7-2:after {
	padding: 0 12px;
}
}
/*================== txtbox ==================*/

.txtbox {
	background-color: #fff;
	padding: 15px 15px;
	width: 100%;
}
.txtbox2 {
	background-color: #fff;
	padding: 40px 40px;
}

.boxbg{
    padding: 60px;
	margin-top: -20px;
}

@media only screen and (max-width:768px){
.txtbox2 {
	background-color: #fff;
	padding: 15px 15px;
}
.boxbg{
    padding: 40px 20px 20px;
	margin-top: -5px;
}
}

.stbox {
	position: relative;
	z-index: 1;
}
.stbox::before {
	pointer-events: none;
	content: "";
	position: absolute;
	bottom:10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 2px solid #fba928;
	border-image-slice: 1;
}

.bgbox {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 40px;
	margin-top: -30px;
}

@media screen and (max-width: 768px) {
.bgbox {
	padding: 30px 15px 15px;
	margin-top: -22px;
}
}

/*================== stf 吹き出し ==================*/

.stf,.stf2{
	position: relative;
	padding: .5em 0;
	line-height: inherit;
	color: #fff;
	font-weight: 500;
}
.stf::after {
	position: absolute;
	top: 99.5%;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
}
.stf2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
}

.stfc1{background-color: #CAB69F;}
.stfc1::after {border-top: 10px solid #CAB69F;}
.stfc2{background-color: #4b4b4b;}
.stfc2::after {border-top: 10px solid #4b4b4b;}
.stfc3{background-color: #997f72;}
.stfc3::after {border-top: 10px solid #997f72;}
.stfc4{background-color: rgba(75,75,75,0.5);}
.stfc4::after {border-top: 10px solid rgba(75,75,75,0.5);}
.stfcw{background-color: #fff;}
.stfcw::after {border-top: 10px solid #fff;}


/*================== tips ==================*/

.sttip{
	position: relative;
	margin: -2.2em 0.5em 0.5em;
	background: url("../img/top/wood.webp");
	padding: 10px 20px 15px;
}
.sttip::before {
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  border: none;
  border-top: solid 1.2em transparent;
  border-right: solid 10px #DFB571;
}
@media only screen and (max-width: 480px) {
.sttip{
	position: relative;
	margin: 0 0 0.8em -1.7em;
	padding: 0.8em 0.8em 0.8em 1.2em;
	font-size: 20px;
}
.sttip::before {
  position: absolute;
  content: '';
  top: 100%;
  left: -0.16em;
  border: none;
  border-bottom: solid 1em transparent;
  border-right: solid 0.7em #DFB571;
}
}

.sttip2{
	position: relative;
	margin: -2.2em 0.5em 0.5em;
	background: url("../img/top/wood2.webp");
	padding: 10px 20px 15px;
}
.sttip2::before {
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  border: none;
  border-top: solid 1.2em transparent;
  border-right: solid 10px #C59463;
}
@media only screen and (max-width: 480px) {
.sttip2{
	position: relative;
	margin: 0 0 0.8em -1.7em;
	padding: 0.8em 0.8em 0.8em 1.2em;
	font-size: 20px;
}
.sttip2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: -0.16em;
  border: none;
  border-bottom: solid 1em transparent;
  border-right: solid 0.7em #DFB571;
}
}


/*================== FLOW ==================*/

.List-Item-Content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	z-index: 0;
}
@media screen and (max-width: 540px) {
  .List-Item-Content {
    flex-wrap: wrap;
  }
}
.List-Item-Content .col-10{
	position: relative;
}
.List-Item-Content .col-2{
	position: relative;
}
.List-Item-Content .col-2::before {
	content: "";
	position: absolute;
	top: 50.5%!important;
	left: calc(50% - 1px);
	transform: translate(-50%,-50%);
	width: 2px;
	height: 100%;
	background: #4b4b4b;
	z-index: -1;
}
.List-Item-Content-Number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #4b4b4b;
	color: #fff;
	font-size: 30px;
	font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 480px) {
  .List-Item-Content-Number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}

/*================== その他 ==================*/

.num{position: relative;}
.num::before{
	content: "";
	position: absolute;
	top: -.8em;
	left: -.2em;
	font-size: 3.2em;
	font-weight: 700;
	font-family: 'Reem Kufi', sans-serif;
}
.num1::before{content: "01";}
.num2::before{content: "02";}
.num3::before{content: "03";}
.num4::before{content: "04";}
.num5::before{content: "05";}
.num6::before{content: "06";}
.num1::before,.num3::before,.num5::before{color: #2da8b5;}
.num2::before,.num4::before,.num6::before{color: #2da8b5;}

@media screen and (max-width:480px){
	.num::before{
		top: -.7em;
		left: -.4em;
		font-size: 2.8em;
	}
}



@media screen and (max-width: 990px) {
	.map{height: 500px;}
}


.bgmain{
	background: #e8d5bf;
}

.patchi{position: relative;}
.patchi::before{
	position: absolute;
	content: "";
	right: -2em;
	top: -2em;
	width: 100px;
	height: 100px;
	background: url("../img/price/patch.webp") no-repeat left / contain;
}
@media screen and (max-width: 480px) {
	.patchi::before{
		position: absolute;
		content: "";
		right: -1.5em;
		top: -1.5em;
		width: 80px;
		height: 80px;
		background: url("../img/price/patch.webp") no-repeat left / contain;
	}
}

.supt{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-weight: 700;
}
.supt:before, .supt:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #f09bad;
}
.supt:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
ul.acchild{
	margin: 0;
	padding: 0;
}
ul.acchild li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: .5em 1em;
}
ul.acchild li:last-child{
	border-bottom: none;
}
.acchild{
	display: none;
	background: #fff;
}
#corow{
	border: 2px #71ced3 solid;
}
.listtbg{
	background: #FFF2F4;
}


.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 10px;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 1em 3em 1em 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
}
.cp_actab .cp_actab-content {
margin:0!important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #E9F0F8;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
.cp_actab input:checked ~ .cp_actab-content {

	max-height: 50em;
}
.cp_actab label::after {
	line-height: 4;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 4em;
	height: 4em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);}

.kome{
    list-style: none;
    padding-left: 1em;
    margin-left: 0.5em;
}
.kome li{
    text-indent: -1.5em;
	margin: 0 0 10px;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	color:#0B0B0B;
}
.kome li:before{
    content: "※";
    margin-right: 0.5em;
}
@media screen and (max-width: 480px) {
	ul.kome li{font-size: 0.875rem !important;}
}

.kome1 li,.kome2 li{
    text-indent: -2em;
}
.kome1 li:before{
    content: "※1";
    margin-right: 0.5em;
}
.kome2 li:before{
    content: "※2";
    margin-right: 0.5em;
}
.linum li:before{
    content: attr(data-en);
    margin-right: 0.5em;
}

.clearfix{
	display: flex;
	margin: 0;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	color:#0B0B0B;
}
.clearfix dt{width: 12%;}
.clearfix dd{width: 88%;}
@media screen and (max-width:1199px){
	.clearfix dt{width: 15%;}
	.clearfix dd{width: 85%;}
}
.clearfix dt{
	margin-right: .8em;
	font-weight: normal;
}
@media screen and (max-width:768px){
	.clearfix{
		font-size: 0.875rem !important;
	}
	.clearfix dt{
		margin-right: 1em;
	}
	.clearfix dd{
		width: 80%;
	}
}

.linkc {
	position: relative;
	display: inline-block;
	padding-right: 2.2em;
	text-decoration: none;
	color: #2da8b5;
}
.linkc::before {
  content: '';
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  background: #2da8b5;
  border-radius: 50%;
  top: 50%;
  right: 0;
	transform: translateY(-50%);
}
.linkc::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: .8em;
	transform: translateY(-50%);
}
.linkc:hover::before{
  background: #5EBCC5;
	transition: .5s;
}
.linkc:hover{
	color: #5EBCC5!important;
	transition: .5s;
}
.triangle{
	position: relative;
}
.triangle::before{
	content: "";
	position: absolute;
	top: -50px;
	left: 4em;
	border-right: 50px solid transparent;
	border-bottom: 50px solid #f9f2e5;
	border-left: 50px solid transparent; 
}
.triangle::after{
	content: "";
	position: absolute;
	top: -50px;
	right: 4em;
	border-right: 50px solid transparent;
	border-bottom: 50px solid #f9f2e5;
	border-left: 50px solid transparent; 
}
.triangle2{
	position: relative;
}
.triangle2::before{
	content: "";
	position: absolute;
	top: -50px;
	left: 4em;
	border-right: 50px solid transparent;
	border-bottom: 50px solid #fff;
	border-left: 50px solid transparent; 
}
.triangle2::after{
	content: "";
	position: absolute;
	top: -50px;
	right: 4em;
	border-right: 50px solid transparent;
	border-bottom: 50px solid #fff;
	border-left: 50px solid transparent; 
}
@media screen and (max-width: 480px) {
	.triangle{
		position: relative;
	}
	.triangle::before{
		content: "";
		position: absolute;
		top: -40px;
		left: 2.5em;
		border-right: 40px solid transparent;
		border-bottom: 40px solid #f9f2e5;
		border-left: 40px solid transparent; 
	}
	.triangle::after{
		content: "";
		position: absolute;
		top: -40px;
		right: 2.5em;
		border-right: 40px solid transparent;
		border-bottom: 40px solid #f9f2e5;
		border-left: 40px solid transparent; 
	}
	.triangle2{
		position: relative;
	}
	.triangle2::before{
		content: "";
		position: absolute;
		top: -40px;
		left: 2.5em;
		border-right: 40px solid transparent;
		border-bottom: 40px solid #fff;
		border-left: 40px solid transparent; 
	}
	.triangle2::after{
		content: "";
		position: absolute;
		top: -40px;
		right: 2.5em;
		border-right: 40px solid transparent;
		border-bottom: 40px solid #fff;
		border-left: 40px solid transparent; 
	}	
}


.servfont{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
}

.ffbtn{
	display: block;
	padding: 10px;
	margin: 0 8px;
	border-radius: 20px;
	transition: 0.4s;
}
.ffbtn:hover{opacity: .5;}
@media screen and (max-width:480px){
	.ffbtn{
		padding: 4px;
		max-width:100%;
		border-radius: 10px;
	}
}
.btn-reserve{background: #2da8b5!important;}
.btn-insta{background: linear-gradient(45deg,#ffce3d 0%,#ff663a 30%, #ff2b5f 50%, #b022bd 80%, #7535eb 100%);}
.btn-map{background: #CFB395;}



hr.line{
	display:block;
	background: url("../img/t/l.webp") repeat-x center / auto;
	height: 7px!important;
	width:100%;
	border:0!important;   
	border-top:none!important;
	margin:auto;
	padding:2.5em;
}
hr.pad{
	display:block;
	background: url("../img/t/p.webp") repeat-x center / auto;
	height: 7px!important;
	width:100%;
	border:0!important;
	border-top:none!important;
	margin:auto;
	padding:2.5em;
}


.flowrec,.flowrec-2{
	background: #f7f4f1;
	padding:15px;
	position: relative;
	width: 100%;
	
}
.flowrec p,.flowrec-2 p{
	font-size: 15px;	
}
.flowrec::before {
	content: "";
	position: absolute;
	top: 45%;
	right: -35px;
	margin-top: -12px;
	border: 20px solid transparent;
	border-left: 20px solid #f7f4f1;
	z-index: 2;
}
@media screen and (max-width: 1023px) {
.flowrec::before {
	top: auto;
	right: auto;
	margin-top: auto;	
	bottom: -40px;
	left: 48%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 20px solid #f7f4f1;
}
}

.step{
	display: block;
	font-weight: 500;
	background-color: #997f72;
	color: #fff;
	letter-spacing: .1275rem!important;
	padding: 5px 15px;
	text-align: center;
}

.flow,.flow-2{
	background: #fff;
	padding:15px;
	position: relative;
	box-shadow: 2px 2px 8px -3px rgba(0,0,0,0.4);
}
.flow p,.flow-2 p{
	font-size: 15px;	
}
.flow::before {
	content: "";
	position: absolute;
	top: 45%;
	right: -35px;
	margin-top: -12px;
	border: 14px solid transparent;
	border-left: 14px solid #fba928;
	z-index: 2;
	
}
@media screen and (max-width: 991px) {
.flow::before {
	top: auto;
	right: auto;
	margin-top: auto;	
	bottom: -25px;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #fba928;
}
}

.a-flow,.a-flow-2{
	padding:10px 0 0;
	position: relative;
}
.a-flow p,.a-flow-2 p{
	font-size: 14px!important;
	margin: 5px 0 0 ;
}
.a-flow::before {
	content: "";
	position: absolute;
	top: 40%;
	right: -35px;
	margin-top: -12px;
	border: 14px solid transparent;
	border-left: 14px solid #003359;
	z-index: 2;
	
}
@media screen and (max-width: 991px) {
.a-flow,.a-flow-2{
	padding:10px 0 0;
	position: relative;
}
.a-flow::before {
	top: auto;
	right: auto;
	margin-top: auto;	
	bottom: -25px;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #003359;
}
.a-flow p,.a-flow-2 p{
	font-size: 13px!important;
	margin: 5px 0 0 ;
}
}

.fl {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	align-items:center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.flitem {
	width: calc(100% / 4);
	box-sizing: border-box;
	padding: 0 10px;
	height: 100%;
}
.flitem:first-child { padding: 0 10px 0 0 ; }
.flitem:last-child { padding: 0 0 0 10px ; }

@media only screen and (max-width: 991px) {
.flitem {width: calc(100% / 1); padding: 10px 0 ; height: auto;}
.flitem:first-child { padding: 0 0 10px ; }
.flitem:last-child { padding: 10px 0 0 ; }
}


