@charset "utf-8";
body{
	margin:0px;
	padding:0px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	background: url("../img/top/wall.webp")!important;
	overflow-x: hidden;
}
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:#0B0B0B;
	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:#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:#0B0B0B; font-weight: 500;}

@media screen and (max-width: 480px) {
	ul.lidisc li,ul.lidisc-in li{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;}
.fontg9{font-family: "M PLUS 1p", sans-serif!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.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%);
}
}

/*==================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: #fff;
}
@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: 0;
	transition: 1s;
}
#header.active{
	opacity: 1;
	transition: 1s;
}
header a{
	pointer-events: none;
}
header.active a, header.active .g-nav-openbtn{
	pointer-events:inherit;
}

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

.sidenet{
	margin:0;
	padding:0;
	opacity: 0.95;
	z-index: 999!important;
	position: relative;
}
.net1 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 180px;
}
.net2 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 270px;
}
.net3 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 360px;
}
@media screen and (max-width:1200px){
.net1 {
	width: 60px;
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 160px;
}
.net2 {
	width: 60px;
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 230px;
}
.net3 {
	width: 60px;
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 300px;
}
}
@media screen and (max-width:480px){
	.sidenet,.net1,.net2,.net3{display: none;}
}

/*==================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: 10vh;
	right: 3%;
	z-index: 9999;
}
#back-top a{
	width: 50px;
	height: 50px;
	background:#fba928;
	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;
}

.tel , .link-c {color: #603813;}
.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/logo.webp") no-repeat left 4% top 5% /15% ;
	z-index: 1;
}
.stxt {
	position: absolute;
	width: 1500px;
	bottom: 25%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.stxt_en {
	position: absolute;
	padding: 30px 0 20px 40px;
	width: 43%;
	bottom: 25%;
	left: 0;
	z-index: 2;
}
.stxt_en p{ line-height: 1.5; }

@media screen and (max-width:1500px){
.frame::after  {background: url("../img/top/logo.webp") no-repeat left 4% top 5% /20%}
.stxt {width: 1100px; bottom:15%;}
.stxt_en {
	padding: 10px 0 0 20px;
	width: 50%;
	bottom: 10%;
}
}
@media screen and (max-width:1100px){
.frame::after  {background: url("../img/top/logo.webp") no-repeat left 4% top 5% /20%}
.stxt {width: 700px; bottom:15%;}
}
@media screen and (max-width:575px){
.frame::after  {background: url("../img/top/logo.webp") no-repeat center top 8% /50% ;}
.stxt {width: 385px; bottom:21%;}
.stxt_en {
	padding: 12px 0 0 4%;
	width: 100%;
	bottom: 34%;
}
}

/*================== message ==================*/

.mass {
	background-image: url("../img/top/mainbg.webp") , url("../img/top/mainbg-2.webp") ,url("../img/top/mainbg3.webp") , url("../img/top/mainbg2.webp") ;
	background-repeat: no-repeat;
	background-position: top -50px left , top -50px right , bottom -50px left , bottom -50px right  ;
	background-size: auto;
}

@media only screen and (max-width: 1200px) {
.mass {
	background-position: top -10px left , top -10px right , bottom left , bottom right  ;
	background-size: 45%;
}
}

/*================== greeting ==================*/

.gree {
	background-image: url("../img/top/mainbg.webp") , url("../img/top/mainbg-2.webp") ;
	background-repeat: no-repeat;
	background-position: top left , top right ;
	background-size: auto;
}
@media only screen and (max-width: 1200px) {
.gree {
	background-position: top -20px left , top -20px right ;
	background-size: 50%;
}
}

.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: 50px;
	transition: .3s;
	font-size: 1.125rem;
}
@media only screen and (max-width: 480px) {
.s-btn {
	width: 90%;
	font-size: 1rem;
}
}

.sbtnc1 {background: #fba928; border: 3px solid #fba928; color: #fff;}
.sbtnc1:hover {background: #FDD597; border: 3px solid #FDD597; color:#603813;}
.sbtnc2 {background: #cebfa3; border: 3px solid #cebfa3; color:#fff;}
.sbtnc2:hover {background: #e7dece; border: 3px solid #e7dece; color:#603813;}
.sbtnc3 {background: #f09bad; border: 3px solid #f09bad; color:#fff;}
.sbtnc3:hover {background: #FFDAE2; border: 3px solid #FFDAE2; color:#603813;}
.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%;}
}

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

#info{
	position: relative;
	padding:40px 0 120px ;
}
@media screen and (max-width:1400px){
#info{ padding:40px 0 60px ; }
}
@media screen and (max-width:768px){
#info{ padding:0px 0 60px; }
}
@media screen and (max-width:480px){
#info{ padding:0px 0 40px; }
}

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

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

.medi {
	background-image: url("../img/top/mainbg3.webp") , url("../img/top/mainbg2.webp") ;
	background-repeat: no-repeat;
	background-position: bottom left , bottom right ;
	background-size: auto;
}
@media only screen and (max-width: 1200px) {
.medi {
	background-position: bottom left , bottom right ;
	background-size: 45%;
}
}

.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% / 7);
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.fbitem {width: calc(100% / 4);}	
}
@media only screen and (max-width: 480px) {
.fbitem {width: calc(100% / 2);}
}


.icon {
	padding: 20px 0 ;
	margin: 0 15px;
	background-color:#fff;
	text-align: center;
	border-radius: 10px;
	color: #603813;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	font-weight: 600;
}

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

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

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

.arrow{
	position: relative;
}
.arrow::after{
	position: absolute;
	content: '';
	top: 22px;
	right: 8px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 10px transparent;
	border-bottom: solid 10px #603813;
}


.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: #373737;
	vertical-align: middle;
}
.time th {
	padding:0 2px .6em 2px;
	word-break: break-all;
	white-space: nowrap;
	color: #373737;
}
.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;
}
}

/*================== reason ==================*/

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

.reasonimg{
	position: relative;
	padding:0 20px;
	z-index: 2;
}
.reasonimg::before{
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 20%;
	background-color: #fff;
	border-top: solid 4px #fba928;
	border-left: solid 4px #fba928;
	border-right: solid 4px #fba928;
	z-index: -1;
}

.reasonimg img{
	position: relative;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.4);
	z-index: 2;
}
	

.reasonbox{
	position: relative;
	padding: 30px 20px 20px;
	z-index: 1;
}
.reasonbox::before{
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-left: solid 4px #fba928;
	border-right: solid 4px #fba928;
	border-bottom: solid 4px #fba928;
	z-index: -1;
}

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

/*================== Reassurance ==================*/

.gra-o,.gra-b {
	padding: 60px 0 50px!important;
	overflow: hidden;
}
.gra-o {background:  url("../img/top/gradation.webp") no-repeat center bottom 25% ,#fff ;}
.gra-b {background:  url("../img/top/gradation2.webp") no-repeat center bottom 25% ,#fff ;}

@media only screen and (max-width: 768px) {
.gra-o,.gra-b {	padding: 0 0 40px!important; }
.gra-b { margin:250px 0 0!important; }
}
@media only screen and (max-width: 480px) {
.gra-b { margin:180px 0 0!important; }
}

/*-- 背景画像 --*/

.reasbg {
	position: relative;
	padding:80px 0 ;
}
@media only screen and (max-width: 1400px) {
.reasbg { padding:60px 0 20px ; }
}
@media only screen and (max-width: 768px) {
.reasbg { padding:80px 0 20px ; }
}
@media only screen and (max-width: 480px) {
.reasbg { padding:60px 0 0 ; }
}

.reasbg::before,.reasbg::after {
	position: absolute;
	content: "";
	width: 40%;
	height: 100%;
	bottom: 0;
	z-index: -1;
}
.reasbg::before {
	background: url("../img/top/baribg.webp") no-repeat left center ;
	left: 0;
}
.reasbg::after {
	background: url("../img/top/infebg.webp") no-repeat right center ;
	right: 0;
}
	
@media only screen and (max-width: 1400px) {
.reasbg::before,.reasbg::after {
	height: 250px;
	top:-95px;
	z-index: 0;
}
.reasbg::before {
	background: url("../img/top/baribg_sp.webp") no-repeat center center / cover;
	left:6.5%;
}
.reasbg::after {
	background: url("../img/top/infebg_sp.webp") no-repeat center center / cover;
	right: 6.5%;
}
}

@media only screen and (max-width: 768px) {
.reasbg::before,.reasbg::after {
	width: 85%;
	height: 250px;
	left:7.5%;
	z-index: 0;
}
.reasbg::before {
	background: url("../img/top/baribg_sp.webp") no-repeat center center / cover;
	top:-115px;
}
.reasbg::after {
	background: url("../img/top/infebg_sp.webp") no-repeat center center / cover;
	bottom: 340px;
	top: inherit;
}
}

@media only screen and (max-width: 480px) {
.reasbg::before,.reasbg::after {
	width: 100%;
	height: 200px;
	left:0;
	z-index: 0;
}
.reasbg::before {
	background: url("../img/top/baribg_sp.webp") no-repeat center center / cover;
	top:-85px;
}
.reasbg::after {
	background: url("../img/top/infebg_sp.webp") no-repeat center center / cover;
	bottom: 380px;
}
}

/*-- バリアフリータイトル --*/

.bar-tit {
	position: relative;
	background: #fba928;
	padding: 15px 30px 15px 0 ;
	width: 90%;
	left: -1px; 
}
@media only screen and (max-width: 1400px) {
.bar-tit {
	width: 75%;
	padding: 15px 30px 15px 15px ;
	text-align: left!important;
}
}
@media only screen and (max-width: 768px) {
.bar-tit {
	width: 50%;
	padding: 20px 0 20px 15px ;
	line-height: 1.0;
	margin: 20px 0 ;
}
}
@media only screen and (max-width: 480px) {
.bar-tit {
	width: 90%;
	padding: 20px 0 20px 15px ;
	line-height: 1.0;
	margin: 20px 0 ;
}
}

/*-- 感染対策タイトル --*/

.infe-tit {
	position: relative;
	background: #56c6ed;
	padding: 15px 0 15px 30px ;
	width: 90%;
	right: -2px; 
	margin: 0 0 0 65px;
	z-index: 1;
}
@media only screen and (max-width: 1400px) {
.infe-tit {
	padding: 15px 30px 15px 0 ;
	width: 75%;
	right: -12%; 
	text-align: right!important;
}
}
@media only screen and (max-width: 768px) {
.infe-tit {
	width: 50%;
	padding: 20px 0 20px 18px ;
	left: -2px; 
	line-height: 1.0;
	margin: 20px 0 ;
	text-align: left!important;
}
}
@media only screen and (max-width: 480px) {
.infe-tit {
	width: 90%;
	left: -2px; 
	line-height: 1.0;
	margin: 20px 0 ;
}
}

/*-- btn --*/

.equibtn {
	position: relative;
	display: inline-block;
	width: 70%;
	margin: 0 auto!important;
	padding: 8px 10px;
	text-align: center;
	transition: .3s;
}
@media only screen and (max-width: 480px) {
.equibtn {
	width: 100%;
}
}

.equibtnc1 {background: #fff; border: 3px solid #fba928;}
.equibtnc1:hover{background: #FDD597; border: 3px solid #FDD597;}
.equibtnc2 {background: #fdfbf6; border: 3px solid #56c6ed;}
.equibtnc2:hover{background: #B2E1F1; border: 3px solid #B2E1F1;}

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

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

.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 ==================*/

.woodline-t {
	position: relative;
}
.woodline-t::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	top: 0;
	background: url("../img/top/wood2.webp") repeat-x;
	z-index: 1;
}
@media only screen and (max-width: 480px) {
.woodline-t::before {
	height: 15px;
}
}
.woodline-b {
	position: relative;
}
.woodline-b::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	bottom: 0;
	background: url("../img/top/wood2.webp") repeat-x;
	z-index: 1;
}
@media only screen and (max-width: 480px) {
.woodline-b::before {
	height: 15px;
}
}

.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: 90%;
}
}
.contbtn:hover {
	opacity: 0.5;
	transition: 0.3s;
}


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

.title {
	padding: 85px 0 100px ;
	background: url("../img/top/mainbg.webp") no-repeat left top / 400px ,  url("../img/top/mainbg-2.webp") no-repeat right top / 400px ;
}
@media only screen and (max-width:900px){
.title {
	padding: 65px 0 70px ;
	background: url("../img/top/mainbg.webp") no-repeat left top -20px / 50% ,  url("../img/top/mainbg-2.webp") no-repeat right top -20px / 50% ;
}
}

/*================== 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:#603813;
}
.com td{
	font-size:14px;
	color:#333;
	padding:1em;
	vertical-align: middle!important;
	font-weight: 600;
}
.com p,.com2 p {
	color:#603813;
	margin: 0;
}

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:576px){
.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;
}


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

.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: #fba928;
  border-radius: 2px;
}

.sts::first-letter {
	color: #fba928;
}
.sts-2::first-letter {
	color: #fba928;
}
.sts-3::first-letter {
	color: #56c6ed;
}


.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;
  padding: 1rem 1rem calc(1rem + 10px);
  background: #fff;
}

.st3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #8ac875;
}
.st3-2{
  position: relative;
  padding: 1rem 1rem calc(1rem + 10px);
  background: #fcfbf8;
}

.st3-2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #fba928;
}


.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;
}
.st5 span{
	position: absolute;
	top: -1.5em;
	left: -1em;
	font-size: 1.5em;
    transform: translateY(0.8em) rotate(-18deg);
	transform-origin:top left;
	z-index: 2;
}


.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.webp");
	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 20px;
}

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

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

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

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

.stf,.stf2{
	position: relative;
	padding: .5em 0;
	line-height: inherit;
	color: #fff;
}
.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: #fba928;}
.stfc1::after {border-top: 10px solid #fba928;}
.stfc2{background-color: #603813;}
.stfc2::after {border-top: 10px solid #603813;}
.stfc3{background-color: #9f0f42;}
.stfc3::after {border-top: 10px solid #9f0f42;}
.stfc4{background-color: #fac718;}
.stfc4::after {border-top: 10px solid #fac718;}
.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%!important;
	left: calc(50% - 1px);
	transform: translate(-50%,-50%);
	width: 2px;
	height: 100%;
	background: #A15D1F;
	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: #fba928;
	color: #fff;
	font-size: 36px;
	font-family: 'Reem Kufi', sans-serif;
}
@media screen and (max-width: 480px) {
  .List-Item-Content-Number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}


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

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

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


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



table.price{
	margin:0 auto 15px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#fff;
	empty-cells:show;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	font-family: 'Noto Sans JP', sans-serif!important;

}
.price th{
	font-size:16px;
	letter-spacing:1px;
	padding:1.5em 1.2em;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	color:#333;
	background-color: #F9F2E5;
	vertical-align: middle;
}
.price td{
	font-size:16px;
	color:#333;
	padding:1.5em 1.2em;
	background-color:#fff;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	vertical-align: middle;
}
@media screen and (max-width:480px){
	table{
		border-collapse:collapse;
	}

	.price td,.price th{
		width:100%;
		display:block;
		padding:10px;
	}
}


