@charset "utf-8";
body{
	margin:0px;
	padding:0px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	background: #fffced!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:#413A30;
	font-size: 15.5px!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:#222; font-weight: 500;font-size: 0.875rem !important;}

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:#222; font-weight: 500;font-size: 0.875rem !important;}

.fontg1{font-family: "Noto Serif JP", serif!important;}
.fontg1-2{font-family: "Noto Sans JP", sans-serif!important;}
.fontg2{font-family: 'Reem Kufi', 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;}
.fontg7{font-family: 'Kiwi Maru'!important;}

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

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

.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;
}


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

/*----------------------------------
  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.jpg");
  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%);
}
}

/*==================header==================*/

header {
	position: fixed;
	top: 0;
	width: 100%;
	height:80px;
	z-index: 999999!important;
	font-family: 'Noto Sans JP', sans-serif!important;
/*	box-shadow: 0 2px 10px 0 rgba(45,45,45,0.36)!important;	*/
	background: #fffced;
}
@media screen and (max-width:1024px){
header {
	height: 70px;
}
}
@media screen and (max-width:480px){
p{font-size: 14px!important;}
header {height: 66px!important;}
}

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

#header{
	position: fixed;/*fixedを設定して固定*/
	width:100%;/*横幅指定*/
    z-index: 999;/*最前面へ*/
	opacity: 1;
	transition: 1s;
	background: #fffced;

	
}
#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: 999!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:#f08200;
	display: block;
	color: #fff;
	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;
	background:#f08200;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
}
	
}

.tel , .link-c {color: #825121; font-weight: 600;}
.tel:hover , .link-c:hover {color: #fba928; transition: 0.2s; }
.link-c2 {color: #fba928;}
.link-c2:hover {color: #603813; transition: 0.2s; }

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

.frame {
	position: relative;
	overflow: hidden;
}
.frame::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/top/tree2.png") no-repeat center bottom  /100% ;
	z-index: 2;
}
.stxt {
	position: absolute;
	width: 100%;
	top: 18%;
	z-index: 2;
}

@media screen and (max-width:575px){
.frame::after  {background: url("../img/top/tree2_sp.png") no-repeat center bottom /100% ;	z-index: -1;
}
.stxt {display: none;}
}

#demo-1 {
	overflow: hidden;
	width: 65%;
	min-height: 700px;
	position: relative; 
	margin:0 auto;
	z-index: -2;
	left: 15%;
	border-radius: 30px;
}

@media screen and (max-width:1600px){
#demo-1 {
	min-height: 550px;
}
}
@media screen and (max-width:1024px){
#demo-1 {
	min-height: 400px;
}
}
@media screen and (max-width:768px){
#demo-1 {
	min-height: 300px;
}
}

@media screen and (max-width:580px){
#demo-1 {
	width: 90%;
	min-height: 300px;
	left: 0;
	margin:0 auto;
	
}
}


/*================== about ==================*/

.abo-bg {
	background: #FFF0C8;
	background: linear-gradient(180deg, rgba(255, 240, 200, 1) 0%, rgba(255, 252, 237, 1) 80%);
}

.about {
	background: url("../img/top/g2.png")no-repeat left 3% top 30%  / 18% , url("../img/top/g2-2.png")no-repeat right 12% top 25% / 14% , 
		        url("../img/top/g2-3.png")no-repeat left 12% bottom  / 14% , url("../img/top/g2-4.png")no-repeat right 3% bottom 5% / 18% ;
}
@media only screen and (max-width:991px){
.about { background: none ; }
}

.infobox {
	background-color: #fff;
	padding: 20px;
	width: 100%;
}
@media only screen and (max-width:990px){
.infobox { padding: 20px 10px; }
}

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

.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;
}

.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%;}
}

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

.infiniteslide ul{
	margin: 0;
	padding: 0;
}
.infiniteslide li{
	list-style: none;
	float: left;
	margin: 0;
}

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

.medi-bg {
	background: url("../img/top/curve.png")no-repeat center bottom -2px / 100% ;
}

@media screen and (max-width:768px){
.tree{
	background: url("../img/top/tree_sp.png") no-repeat bottom right / 35% ;
}
}
@media screen and (max-width:480px){
.tree{
	background: url("../img/top/tree_sp.png") no-repeat bottom right / 50% ;
}
}

.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 {
	padding: 40px 10px ;
	margin: 0 10px;
	background-color:#fff;
	text-align: center;
	border-radius: 10px;
	color: #825121;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	font-weight: 600;
	box-shadow: 2px 2px 12px -6px rgba(0,0,0,0.4);
}

.icon p {
	color: #825121;
}

.icon:hover img {
	opacity: 1!important;
}

.icon:hover {
	background-color: #FFDE46;
	transition-duration: 0.4s;
}

@media only screen and (max-width: 1200px) {
.icon {	
	margin: 0 10px;
	padding: 20px 0px; 
}
.icon img {	width: 65px;}
}
@media screen and (max-width:480px){
.icon {	
	margin: 0 5px;
	padding: 20px 0px; 
}
}

.arrow{
	position: relative;
}
.arrow::after{
	position: absolute;
	content: '';
	bottom: -25px;
	right: 8px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 10px transparent;
	border-bottom: solid 10px #825121;
}
@media only screen and (max-width: 1200px) {
.arrow::after{
	bottom: -13px;
}
}

.fbtn {
	display: inline-block;
	width: 90%;
	margin: 0 auto!important;
	padding: 15px 10px;
	text-align: center;
	border-radius: 50px;
	transition: .3s;
}

.fbtnc1 {background: #701616; border: 3px solid #701616; color:#fff;}
.fbtnc1:hover{background: #fff; border: 3px solid #701616; color: #603813;}
.fbtnc2 {background: #fba928; border: 3px solid #fba928; color:#fff; }
.fbtnc2:hover{background: #fff; border: 3px solid #fba928; color: #603813;}
.fbtnc3 {background: #fac718; border: 3px solid #fac718; color:#fff; }
.fbtnc3:hover{background: #fff; border: 3px solid #fac718; color: #603813;}

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

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


@media only screen and (max-width: 768px) {
.time tr {
	font-size: .9em;
	letter-spacing: 0;
}
.time th {
	font-size: 1em;
	letter-spacing: 0;
}
.time td {
	font-size: 0.875em;
}
}

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

.fea-bg {
	background: #fff;
/*
	background: #FFF7E1;
	background: linear-gradient(1deg, rgba(255, 247, 225, 1) 0%, rgba(255, 255, 255, 1) 80%);	
*/
	overflow: hidden;
}
 
.febox {
	background: #FBF8F0;
	padding:20px 15px 15px ;
	border-radius: 0 0 20px 20px;
}

/*================== 横から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;}
}


/*================== GALLERY ==================*/

.gallbg {
	background: url("../img/top/water5.png") no-repeat top left / 45% , url("../img/top/gallbg.png") no-repeat bottom right / 40%,
				url("../img/top/wall2.jpg");
}
@media only screen and (max-width: 480px) {
.gallbg {
	background: url("../img/top/water5.png") no-repeat top left / 80% , url("../img/top/gallbg.png") no-repeat bottom right / 80%,
				url("../img/top/wall2.jpg");
}
}

.slick-w {
	max-width: 700px!important;
}
@media only screen and (max-width: 1400px) {
.slick-w {
	max-width: 500px!important;
}
}
@media only screen and (max-width: 990px) {
.slick-w {
	max-width: 650px!important;
}
}
@media only screen and (max-width: 480px) {
.slick-w {
	max-width: 310px!important;
}
}


/*================== contact ==================*/

.con-bg { background: url("../img/top/conbg.png") no-repeat center center / cover ; }

.bor-r {border-right: solid 1px #825121;}

@media only screen and (max-width: 480px) {
.bor-r {border-right: none;}
}

/*================== access ==================*/

.acc {
	position: relative;
	overflow: hidden;
	background: url("../img/top/line.png")no-repeat bottom center / 100%;
}
@media only screen and (max-width: 768px) {
.acc {
	background: url("../img/top/line.png")no-repeat bottom right -50px / 180%;
}
}
@media only screen and (max-width: 480px) {
.acc {
	background: url("../img/top/line.png")no-repeat bottom right -50px / 300%;
}
}

.acc::before {
	position: absolute;
	content: "";
	width: 45%;
	height: 70%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	border-radius: 0 20px 20px 0 ;
	background: url("../img/top/ace.png")no-repeat center center / cover;
}

@media only screen and (max-width: 991px) {
.acc::before {
	background: none;
}
}

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

.contbtn {
	background-color: #f08200;
	color: #fff;
}
.contbtn:hover {
	background-color: #f6ab00;
	color: #fff;
	opacity: 0.9;
	transition: 0.3s;
}

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


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

.title {
	padding: 100px 0 100px ;
	background: url("../img/t/t-line.png") no-repeat bottom -1px center / 100%  ;
 }
@media only screen and (max-width: 1024px) {
.title {
	padding: 70px 0 60px ;
	background: url("../img/t/t-line.png") no-repeat bottom -1px right -50px / 120%  ;
 }
}
@media only screen and (max-width: 576px) {
.title {
	padding: 80px 0 45px ;
	background: url("../img/t/t-line_sp.png") no-repeat bottom -1px center / 100%  ;
}
}

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

table.com{
	margin:-5px auto 0;
	width:100%;
    border-collapse:separate;
    border-spacing:5px;
	empty-cells:show;
}
.com th{
	font-size:15px;
	letter-spacing:1px;
	padding:15px 10px;
	text-align: center;
	color:#603813;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.com td{
	font-size:0.9125rem;
	color:#222;
	padding:15px 10px;
	vertical-align: middle!important;
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

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;
}
.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:1024px){
.com td,.com th,.com2 td,.com2 th{
	padding:12px 10px;
	font-size: 14px;
}
}

@media only screen and (max-width:576px){
.com td,.com th,.com2 td,.com2 th{
	width:100%;
	display:block;
	padding:12px 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:-5px auto 0;
	width:100%;
    border-collapse:separate;
    border-spacing:5px;
	empty-cells:show;
}
.price th{
	font-size:16px;
	letter-spacing:1px;
	padding:15px 10px;
	vertical-align: middle!important;
	text-align: center;
	color:#603813;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.price td{
	font-size:15px;
	color:#222;
	padding:15px 10px;
	vertical-align: middle!important;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	text-align: right;

}

@media only screen and (max-width:1024px){
.price th{
	font-size:14px;
	padding:12px 10px;
}
.price td{
	font-size:14px;
	padding:12px 10px;
	font-weight: 600;
	text-align: right;
}
}

@media only screen and (max-width:576px){
.price th{
	display: block;
	width: 100%;
	font-size:14px;
	padding:12px 10px;
}
.price td{
	display: block;
	width: 100%;
	font-size:14px;
	padding:12px 10px;
	font-weight: 600;
	text-align: center;
}
}



/*================== 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.png")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.png")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.png")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.png")no-repeat center bottom 10px / contain ;
}
@media only screen and (max-width:576px){
.stti2 { line-height: 1.3; }
.stti2::before { left: -45px; width: 30px; bottom: -10px; }
.stti2::after { right: -45px; width: 30px; bottom: -10px; }
}


.st {
  position: relative;
}
.st::before {
  content: '';
  position: absolute;
  bottom: -7px;
  display: inline-block;
  width: 50px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f08200;
  border-radius: 2px;
}

.sts::first-letter {
	color: #f08200;
}
.sts-2::first-letter {
	color: #f6ab00;
}
.sts-3::first-letter {
	color: #fdd000;
}


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



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

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

.st4{
	position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: .7rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #FFD764 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-weight: bold;
	line-height: 2;
}


.st5{
	position: relative;
	z-index: 1;
	padding:6px 10px 8px ;
	color: #fff;
	border-radius: 10px 10px 0 0 ; 
	margin: 20px 0 10px;
}
.st5::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: -6px;
	left: 0;
	z-index: 1;
	border-bottom: 3px solid #825121;
}
.st5 span{
	position: absolute;
	top: -1.5em;
	left: -1em;
	font-size: 1.5em;
    transform: translateY(0.6em) rotate(-8deg);
	transform-origin:top left;
	z-index: 2;
	color: #825121;
}
@media only screen and (max-width:768px){
.st5 span{
	top: -1.5em;
	left: 0;
}
}
	
.st6 , .st6-2 {
    padding: 0.5em;
    position: relative;
	color:#fff;
}
/*
.st6::after , .st6-2::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.st6::after { background-color: #a67c52; }
.st6-2::after { background-color: #fba928; }
*/


.st7,.st7-2 {
	position: relative;
	padding: 0.2em 0.4em 0.2em 2.4em;
	border-bottom: 2px solid #a67c52;
	line-height: 1.5!important;
	z-index: 1;
	background: url("../img/top/wood.jpg");
	font-weight: 500;
}
.st7:after,.st7-2:after {
	position: absolute;
	content: attr(data-en);
	top: 0;
	left: 0;
	width: 1.4em;
	height: 1.4em;
	padding: 0 0.2em;
	color: #fff;
	z-index: -1;
	font-family: "Outfit", sans-serif;
	font-size: 1.4em;
	line-height: 1.3;
}
.st7:after {background: #8ac875;}
.st7-2:after {background: #fba928;}

.st7:before,.st7-2:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
}
.st7:before {background: #8ac875;}
.st7-2:before {background: #fba928;}


/*================== txtbox ==================*/

.txtbox {
	background-color: #fff;
	padding: 15px 15px;
}

.boxbg{
    padding: 60px;
}

@media only screen and (max-width:768px){
.boxbg{
    padding: 20px;
}
}

.stbox{
	position: relative;
	top:-40px;
	z-index: 1;
	margin: 0 30px;
	border-radius: 10px;
	background-color: #fefaf3;
	box-shadow: 3px 3px 10px -6px rgba(0,0,0,0.4);
	overflow: hidden;
}

.stboxt,.stboxt2,.stboxt3{
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 0 20px;
}
.stboxt::after,.stboxt2::after,.stboxt3::after {
	content: "";
	position: absolute;
	margin: auto;
	bottom:-0.5em;
	left: 0;
	right: 0;
	width: 50px;
	height: 4px;
	border-radius: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
}

.stboxt::after { background-color: #f08200; }
.stboxt2::after { background-color: #D86D6D; }
.stboxt3::after { background-color: #E29834; }

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

.stf,.stf2{
	display: block;
	position: relative;
	padding: .5em 0;
	line-height: inherit;
	color: #fff;
	width: 100%;
}
.stf::after {
	position: absolute;
	top: 100%;
	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: #f08200;}
.stfc1::after {border-top: 10px solid #f08200;}
.stfc2{background-color: #f6ab00;}
.stfc2::after {border-top: 10px solid #f6ab00;}
.stfc3{background-color: #825121;}
.stfc3::after {border-top: 10px solid #825121;}
.stfc4{background-color: #fdd000;}
.stfc4::after {border-top: 10px solid #fdd000;}
.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.jpg");
	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.jpg");
	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: #f6ab00;
	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: #f6ab00;
	color: #fff;
	font-size: 30px;
	font-family: 'Reem Kufi', sans-serif;
	border-radius: 5px;
}
@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;
	}
}


.txtshadow{
	text-shadow: rgba(55,55,55,0.58) 0 0 15px,rgba(55,55,55,0.58) 0 0 15px;
}

.bgmain{
	background: #e8d5bf;
}

.patchi{position: relative;}
.patchi::before{
	position: absolute;
	content: "";
	right: -2em;
	top: -2em;
	width: 100px;
	height: 100px;
	background: url("../img/price/patch.png") 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.png") 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.png") 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.png") repeat-x center / auto;
	height: 7px!important;
	width:100%;
	border:0!important;
	border-top:none!important;
	margin:auto;
	padding:2.5em;
}


ul.flowrec , ul.flowrec2 {
	display: flex;
	margin: 0!important;
	padding: 0!important;
	list-style: none;
	justify-content: space-between;
}
.flowrec li , .flowrec2 li{
	width: calc(25% - 20px);
	padding: 1.3em;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	font-weight: 500;
}
.flowrec li { background: #fefaf3; }
.flowrec2 li { background: #fff; }

.flowrec li p , .flowrec2 li p{
	line-height: 1.7;
	margin: 0;
}

.flowrec li::before , .flowrec2 li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  z-index: 2;
}
.flowrec li::before { border-left: 12px solid #fefaf3; }
.flowrec2 li::before { border-left: 12px solid #fff; }

.flowrec li:last-child::before , .flowrec2 li:last-child::before {
  display: none;
}

@media screen and (max-width: 991px) {
ul.flowrec , ul.flowrec2 {
	flex-direction: column;
}
	
.flowrec li , .flowrec2 li{
	width: 100%;
	padding: 1.5em;
	margin-bottom: 20px;
	letter-spacing: 0.02em!important;
}
.flowrec li { border: solid 3px #fefaf3; }
.flowrec2 li{ border: solid 3px #fff; }
	
.flowrec li::before , .flowrec2 li::before {
	top: auto;
	right: auto;
	margin-top: auto;	
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 20px solid transparent;
	
}
.flowrec li::before { border-top: 16px solid #fefaf3; }
.flowrec2 li::before { border-top: 16px solid #FFF; }
	
}



.step{
	display: block;
	font-weight: bold!important;
	background-color: #fba928;
	color: #fff;
	letter-spacing: .1275rem!important;
	padding: .2em .5em;
	text-align: center;
	border-radius: 6px;
	font-family:  'Zen Kaku Gothic New', sans-serif;
}

.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:15px;
	position: relative;
}
.a-flow p,.a-flow-2 p{
	font-size: 15px;	
}
.a-flow::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	margin-top: -12px;
	border: 14px solid transparent;
	border-left: 14px solid #fba928;
	z-index: 2;
	
}
@media screen and (max-width: 991px) {
.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 #fba928;
}
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    box-shadow: -9px 6px 16px -6px rgba(0,0,0,0.2);
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
} 
