@charset "utf-8";
body{
	margin:0px;
	padding:0px;
	font-family:  'Zen Kaku Gothic New', sans-serif;
/*	background: url("../img/top/wall.webp")!important;*/
	background: #FCFCFC!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:#4d4d4d;
	font-size: 15px!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; color:#444; font-weight: 500; font-size: 13px!important;	font-family: "Noto Sans JP", sans-serif;
} 

ul.lidisc-in {padding: 0 5px 0 22px;margin: 0;}
ul.lidisc-in li{list-style: disc;margin: 0 0 5px; color:#444; font-weight: 500; font-size: 13px!important;	font-family: "Noto Sans JP", sans-serif;
}

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

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

}
.disc-cus li,.disc-cus2 li{
	position: relative;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px;
	padding: 0 0 0 20px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0;
}
	
.disc-cus li::before,.disc-cus2 li::before{
    position:  absolute; 
	content:  "";    
    width:  7px;               
    height:  7px;
	left:2px;
    top: 8px;   
    border-radius:  50%;        
}
.disc-cus li::before {background-color: #f5aa00;}
.disc-cus2 li::before {background-color: #81c0e9;}

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

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

.fontg1{font-family: "Noto Serif JP", serif!important;}
.fontg2{font-family: 'Reem Kufi', sans-serif!important;}
.fontg3{font-family: "Noto Sans JP", 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: 'Zen Kaku Gothic New', sans-serif!important;}


.marker {
	background:linear-gradient(transparent 70%, #FFF3AA 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"); }
.bg-main { background: url("../img/top/mainbg.webp"); }
.bg-check { background: url("../img/top/check.png") left top / 110px; }
.bg-stripe { background-image: repeating-linear-gradient(270deg, #f2fbff, #f2fbff 16px, #ffffff 16px, #ffffff 32px); }

/*----------------------------------
  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: #fffced;
}
@media screen and (max-width:1024px){
p{font-size: 14px!important;}
header {
	height: 70px;
}
}
@media screen and (max-width:580px){
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;
	background: #fff;
}
#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;
}

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


.h-insta {
	display: block;
	width: 40px;
	margin-right: 20px;
}
@media screen and (max-width:1100px){
.h-insta {
	display: none;
}
}
/*==================sidenet==================*/

.side-1,.side-2,.side-3 {
	position: fixed;
	width: 500px;
	right: -430px;
	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:1024px){
.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: "Noto Sans JP", sans-serif!important;
	text-align: center;
}
.sidetime tr {
	border-bottom: 2px solid #ccc;
	color: #4d4d4d;
	vertical-align: middle;
	font-size: 15px;
}
.sidetime th {
	padding:0 2px .6em 2px;
	word-break: break-all;
	white-space: nowrap;
	color: #603813;
	font-size: 15px!important;
}
.sidetime td {
	padding:.5em 2px;
	word-break: break-all;
	font-size: 15px;
	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:768px){
#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: 0;
    right: 8px;
    z-index: 9999;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none; 
}

#back-top.active {
    opacity: 1;
    transition: 0.3s;
    pointer-events: inherit; /* 表示されたらクリック可能にする */
}

#back-top a {
    width: 45px;
    height: 45px;
    background: #ffda3f;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    text-decoration: none;
}
#back-top a:hover {
	transition: 0.3s;
    background: #ccc;
}
@media screen and (max-width:768px){
#back-top{
	bottom: 50px;
}
#back-top a{
	width: 40px;
	height: 40px;
	background:#ffda3f;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
}
	
}

.tel { color: #4f4f4f; }
.tel:hover { color: #aaa; transition: 0.3s; }
.link-c { color: #ccc; }
.link-c:hover { color: #8f70ae; transition: 0.3s; }
.link-c2 { color: #b79234; }
.link-c2:hover { color: rgba(183,146,52,0.7); transition: 0.3s; }


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

.frame {
	position: relative;
	overflow: hidden;
	padding: 25px 0 0 ;
	background: #e9f8ff;
}
.frame::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
	background: url("../img/top/s-wave.png")no-repeat center bottom / 100% ;
	z-index: 2;
}
.frame::after {
	position: absolute;
	content: "";
	width: 550px;
	height: 550px;
	bottom: -200px;
	left: 0;
	right: 0;
	margin: 0 auto ;
	background: url("../img/top/logo2.png")no-repeat center top 20px / 50% , #fff;
	border-radius: 50%;
	z-index: 2;
}

.stxt {
	position: absolute;
	width: 100%;
	bottom: 40px;
	right: 0;
	text-align: center;
	z-index: 4;
}

@media screen and (max-width:1024px){
.frame::after {
	width: 450px;
	height: 450px;
	bottom: -200px;
	background: url("../img/top/logo2.png")no-repeat center top 10px / 55% , #fff;
}
.stxt {	bottom: 0px; }
}
@media screen and (max-width:768px){
.frame { padding: 15px 0 0 ; }
.frame::before { background: url("../img/top/s-wave_sp.png")no-repeat center bottom / 100% ; }
.frame::after {
	width: 350px;
	height: 350px;
	bottom: -150px;
}
.stxt {	bottom: 0px; }
}
@media screen and (max-width:575px){
.frame { padding: 8px 0 0 ; }
.frame::after {
	width: 300px;
	height: 300px;
	bottom: -100px;
}
.stxt {	bottom: 10px; }
}


#demo-1 {
	overflow: hidden;
	width: 95%;
	height: 900px;
	position: relative; 
	margin: 0 auto;
	z-index: 1;
	left:0;
	right:0;
	top: 0;
	bottom: 0;
	border-radius: 20px;
}
#demo-1::before {
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255,255,255,0.00);
	/* --- borderをSVG背景に変更 --- */
	border: none; /* 通常の枠線は消す */
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='white' stroke-width='4' stroke-dasharray='6%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	/* ---------------------------- */
	border-radius: 15px;
	z-index: 2;
}
#demo-1::after {
	position: absolute;
	content: "";
	width: calc(100% - 40px);
	height: 80px;
	left: 0;
	right: 0;
	top:20px;
	margin: auto;
	background:url("../img/top/t-line.png")no-repeat center center / 100% ;
	z-index: 2;
}

@media screen and (max-width:1024px){
#demo-1 { 
	height: 650px;
	left: 0;
	margin:0 auto;
}
#demo-1::after {
	width: calc(100% - 40px);
	height: 60px;
	left: 0;
	right: 0;
	top:10px;
	margin: auto;
	background:url("../img/top/t-line.png")no-repeat center center / 100% ;
}
}
@media screen and (max-width:768px){
#demo-1 { height: 500px; }
#demo-1::after { background:url("../img/top/t-line_sp.png")no-repeat center center / 55% ; 
}
}
@media screen and (max-width:580px){
#demo-1 { height: 600px; }
#demo-1::after { background:url("../img/top/t-line_sp.png")no-repeat center center / 100% ;
}
}


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

.greeting { 
	padding: 100px 0 150px;
	background: url("../img/top/con-l.png")no-repeat top 150px left 40px / 400px ,  url("../img/top/con-r.png")no-repeat top 150px right 40px / 400px , 
				url("../img/top/s-wave2.png")no-repeat top center / 100% , url("../img/top/check.png") left bottom / 110px;
}
@media screen and (max-width:1024px){
.greeting { 
	padding: 60px 0 90px;
	background: url("../img/top/con-l.png")no-repeat top 100px left -40px / 320px ,  url("../img/top/con-r.png")no-repeat top 100px right -40px / 320px , 
				url("../img/top/s-wave2.png")no-repeat top center / 100% , url("../img/top/check.png") left bottom / 110px;
}
}
@media screen and (max-width:768px){
.greeting { 
	padding: 40px 0 80px;
	background: url("../img/top/con-l.png")no-repeat top 50px left -120px / 320px ,  url("../img/top/con-r.png")no-repeat top 50px right -120px / 320px , 
				url("../img/top/s-wave2.png")no-repeat top center / 100% , url("../img/top/check.png") left bottom / 110px;
}
}
@media screen and (max-width:580px){
.greeting { 
	padding: 250px 0 250px;
	background: url("../img/top/con-t.png")no-repeat top 30px left / 100% , url("../img/top/con-b.png")no-repeat bottom left / 100% , 
				url("../img/top/s-wave2_sp.png")no-repeat top center / 100% , url("../img/top/check.png") left bottom / 110px;
}
}
 

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

.rainbow {
	padding:200px 0 30px;
	background: url("../img/top/rainbow.png")no-repeat top center / 100% ,linear-gradient(0deg,rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 45%) , url("../img/top/check.png") left top / 110px ;
}
@media screen and (max-width:1300px){
.rainbow { padding:120px 0 30px; }
}
@media screen and (max-width:900px){
.rainbow { padding:100px 0 20px; }
}
@media screen and (max-width:580px){
.rainbow { 
	padding:160px 0 20px; 
	background: url("../img/top/rainbow_sp.png")no-repeat top 40px center / 100% ,linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%) , url("../img/top/check.png") left top / 110px ;
}
}

.feature { background: url("../img/top/feabg.png") top center / 100% , #fff ; }
@media screen and (max-width:580px){
.feature { background: url("../img/top/feabg.png") top center / 150% , #fff ; }
}

.fea1 , .fea2, .fea3, .fea4, .fea5 { position: relative;}
.fea1::before , .fea3::before , .fea5::before {
	position: absolute;
	content: "";
	width: 88%;
	bottom: 0;
	right: 0;
	border-radius: 300px 0 0 300px ;
}
.fea1::before { background: linear-gradient(270deg,rgba(255, 210, 213, 1) 53%, rgba(255, 252, 240, 1) 53%); height: 78%; }
.fea3::before { background: linear-gradient(270deg,rgba(252, 239, 185, 1) 53%, rgba(255, 252, 240, 1) 53%); height: 78%; }
.fea5::before { background: linear-gradient(270deg,rgba(206, 231, 244, 1) 53%, rgba(255, 252, 240, 1) 53%); height: 78%; }

	
@media screen and (max-width:1300px){
.fea1::before , .fea3::before , .fea5::before {
	width: 98%;
}
.fea1::before { background: linear-gradient(270deg,rgba(255, 210, 213, 1) 46%, rgba(255, 252, 240, 1) 46%); height: 90%; }
.fea3::before { background: linear-gradient(270deg,rgba(252, 239, 185, 1) 46%, rgba(255, 252, 240, 1) 46%); height: 90%; }
.fea5::before { background: linear-gradient(270deg,rgba(206, 231, 244, 1) 46%, rgba(255, 252, 240, 1) 46%); height: 90%; }
}

@media screen and (max-width:768px){
.fea1::before , .fea3::before , .fea5::before {
	width: 100%;
}
.fea1::before { background: linear-gradient(270deg,rgba(255, 210, 213, 1) 53%, rgba(255, 252, 240, 1) 53%); height: 92%; }
.fea3::before { background: linear-gradient(270deg,rgba(252, 239, 185, 1) 53%, rgba(255, 252, 240, 1) 53%); height: 92%; }
.fea5::before { background: linear-gradient(270deg,rgba(206, 231, 244, 1) 53%, rgba(255, 252, 240, 1) 53%); height: 92%; }
}

.fea2::before , .fea4::before {
	position: absolute;
	content: "";
	width: 88%;
	bottom: 0;
	left: 0;
	border-radius: 0 300px 300px 0 ;
}
.fea2::before { background: linear-gradient(90deg,rgba(255, 218, 153, 1) 60%, rgba(255, 252, 240, 1) 60%); height: 78%; }
.fea4::before { background: linear-gradient(90deg,rgba(204, 242, 226, 1) 60%, rgba(255, 252, 240, 1) 60%); height: 78%; }

@media screen and (max-width:1750px){
.fea2::before , .fea4::before {
	width: 98%;
}
.fea2::before { background: linear-gradient(90deg,rgba(255, 218, 153, 1) 54%, rgba(255, 252, 240, 1) 54%); height: 78%; }
.fea4::before { background: linear-gradient(90deg,rgba(204, 242, 226, 1) 54%, rgba(255, 252, 240, 1) 54%); height: 78%; }
}
@media screen and (max-width:1300px){
.fea2::before , .fea4::before {
	width: 98%;
}
.fea2::before { background: linear-gradient(90deg,rgba(255, 218, 153, 1) 50%, rgba(255, 252, 240, 1) 50%); height: 90%; }
.fea4::before { background: linear-gradient(90deg,rgba(204, 242, 226, 1) 50%, rgba(255, 252, 240, 1) 50%); height: 90%; }
}
@media screen and (max-width:768px){
.fea2::before , .fea4::before {
	width: 100%;
}
.fea2::before { background: linear-gradient(90deg,rgba(255, 218, 153, 1) 53%, rgba(255, 252, 240, 1) 53%); height: 92%; }
.fea4::before { background: linear-gradient(90deg,rgba(204, 242, 226, 1) 53%, rgba(255, 252, 240, 1) 53%); height: 92%; }
}

@media screen and (max-width:580px){
.fea1::before , .fea2::before , .fea3::before , .fea4::before , .fea5::before {
	height: 90%;
	border-radius: 0 ;
}
.fea1::before { background: linear-gradient(180deg,rgba(255, 210, 213, 1) 33%, rgba(255, 252, 240, 1) 33%); }
.fea2::before { background: linear-gradient(180deg,rgba(255, 218, 153, 1) 33%, rgba(255, 252, 240, 1) 33%); }
.fea3::before { background: linear-gradient(180deg,rgba(252, 239, 185, 1) 33%, rgba(255, 252, 240, 1) 33%); }
.fea4::before { background: linear-gradient(180deg,rgba(204, 242, 226, 1) 33%, rgba(255, 252, 240, 1) 33%); }
.fea5::before { background: linear-gradient(180deg,rgba(206, 231, 244, 1) 33%, rgba(255, 252, 240, 1) 33%); }
}


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

.medical {
	background: url("../img/top/medibg.png")no-repeat top center / 100% , url("../img/top/medibg2.png")no-repeat bottom center / 100% , #fffced ;
}
@media screen and (max-width:580px){
.medical {
	background: url("../img/top/medibg_sp.png")no-repeat top center / 100% , url("../img/top/medibg2_sp.png")no-repeat bottom left / 100% , #fffced ;
}
}

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


.icon {
	position: relative;
	padding:20px ;
	margin: 0 15px;
	background-color:#fff;
	text-align: center;
	color: #4d4d4d;
	box-shadow: 6px 6px 6px -3px rgba(0,0,0,0.1);
	border-radius: 10px;
}

.icc1 , .icc2 , .icc3 , .icc4 , .icc5 , .icc6 , .icc7 { 
	width: 100px; 
	border-radius: 50%;
	margin-bottom: 10px;
}

.icon::after {
	position: absolute;
	content: "";
	bottom:10px;
	right: 10px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 10px transparent;
	border-bottom: solid 10px #b3b3b3;
}


.icon:hover .icc1 , .icon:hover .icc2 , .icon:hover .icc3 , .icon:hover .icc4 , .icon:hover .icc5 , .icon:hover .icc6 , .icon:hover .icc7 {
	transition: 0.5s;
	opacity: 1;
}
.icon:hover .icc1 { background: #ffd2d5; }
.icon:hover .icc2 { background: #ffda99; }
.icon:hover .icc3 { background: #f7e597; }
.icon:hover .icc4 { background: #ccf2e2; }
.icon:hover .icc5 { background: #cee7f4; }
.icon:hover .icc6 { background: #b2d3ea; }
.icon:hover .icc7 { background: #e1d7f4; }


@media screen and (max-width:768px){
.icon {	
	margin: 0 5px;
	padding:20px ;
}
.icc1 , .icc2 , .icc3 , .icc4 , .icc5 , .icc6 , .icc7 { 
	margin-bottom: 0px;
}
}


/*================== REASSURANCE ==================*/

.reas {background:url("../img/top/ws-wave.png")no-repeat top center / 100% , repeating-linear-gradient(270deg, #f2fbff, #f2fbff 16px, #ffffff 16px, #ffffff 32px);}

.radius-t-m { border-radius: 300px 300px 0 0 ; }
.radius-cus { border-radius: 300px 300px 30px 30px ; }

.equipment-svg-wrapper {
    width: 100%;
    margin-bottom: -120px; 
    line-height: 0;
}
@media screen and (max-width:1600px){
.equipment-svg-wrapper {
    margin-bottom: -70px; 
    margin-top: -20px; 
}
}
@media screen and (max-width:768px){
.equipment-svg-wrapper {
    margin-bottom: -60px; 
    margin-top: -30px; 
}
}

.equipment-svg {
    display: block;
    width: 100%;
    height: auto;
}

.bgcolor {
	position: relative;
}
.bgcolor::before {
	position: absolute;
	content: "";
	width: 48%;
	height: 30%;
	left: 0;
	bottom: 0;
	background: #B2D3EA;
}
.bgcolor::after {
	position: absolute;
	content: "";
	width: 48%;
	height: 30%;
	right: 0;
	bottom: 0;
	background: #e1d7f4;
}
@media screen and (max-width:580px){
.bgcolor::before , .bgcolor::after {
	background: none;
}
}

@media screen and (max-width:580px){
.equibg {
	background: linear-gradient(0deg,rgba(178, 211, 234, 1) 40%, rgba(255, 255, 255, 0) 40%);
}
.hygibg {
	background: linear-gradient(0deg,rgba(225, 215, 244, 1) 40%, rgba(255, 255, 255, 0) 40%);
}
}

/*================== button ==================*/

.s-btn-bg {
  color: #fff!important;
  background: #003359;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #003359;
}

.s-btn-bg:focus, .s-btn-bg:hover {
  color: #fff!important;
  background: #444;
  border-color: #444;
}
.s-btn-bg2 {
  color: #fff!important;
  background: #444;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #444;
}

.s-btn-bg2:focus, .s-btn-bg2:hover {
  color: #fff!important;
  background: #003359;
  border-color: #003359;
}
.s-btn-bg3 {
  color: #fff!important;
  background: #aaa;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #aaa;
}

.s-btn-bg3:focus, .s-btn-bg3:hover {
  color: #fff!important;
  background: #003359;
  border-color: #003359;
}

.s-btn {
	position: relative;
	display: block;
	margin: 0 auto!important;
	text-align: center;
	transition: .3s;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 10px;
	z-index: 2;
}
@media only screen and (max-width: 1024px) {
.s-btn {
	font-size: 1rem;
}
}

.sbtnc1 {background: #e8464d; border: 3px solid #e8464d; color: #fff;}
.sbtnc1:hover {background: #b3b3b3; border: 3px solid #b3b3b3; color:#fff;}
.sbtnc2 {background: #f5aa00; border: 3px solid #f5aa00; color:#fff;}
.sbtnc2:hover {background: #b3b3b3; border: 3px solid #b3b3b3; color:#fff;}
.sbtnc3 {background: #f9ce19; border: 3px solid #f9ce19; color:#fff;}
.sbtnc3:hover {background: #b3b3b3; border: 3px solid #b3b3b3; color:#fff;}
.sbtnc4 {background: #39b382; border: 3px solid #39b382; color:#fff;}
.sbtnc4:hover {background: #b3b3b3; border: 3px solid #b3b3b3; color:#fff;}
.sbtnc5 {background: #81c0e9; border: 3px solid #81c0e9; color:#fff;}
.sbtnc5:hover {background: #b3b3b3; border: 3px solid #b3b3b3; color:#fff;}
.sbtnc6 {background: #4593d0; border: 3px solid #4593d0; color:#fff;}
.sbtnc6:hover {background: #b3b3b3; border: 3px solid #b3b3b3; color:#fff;}
.sbtnc7 {background: #8f70ae; border: 3px solid #8f70ae; color:#fff;}
.sbtnc7:hover {background: #b3b3b3; border: 3px solid #b3b3b3; color:#fff;}
.sbtnc8 {background: #eb6d80; border: 3px solid #eb6d80; color:#fff;}
.sbtnc8:hover {background: #b3b3b3; border: 3px solid #b3b3b3; color:#fff;}

.fa-position-right::before {
	position: absolute;
	content: "";
	top:31%;
	right:15px;
}
.fa-position-left::before {
	position: absolute;
	content: "";
	top:31%;
	left: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%;}
}


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


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

.infiniteslide img { width: 280px; }


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


.info { background: url("../img/top/info.png") no-repeat top center / 100% , #fff; }
@media only screen and (max-width: 580px) {
.info { background: url("../img/top/info.png") no-repeat top center / 200% , #fff; }
}

.i-btn {
	position: relative;
	display: block;
	margin: 0 auto!important;
	text-align: center;
	transition: .3s;
	padding: 0px 10px 0px 0px;
	border-radius: 50px;
	z-index: 2;
}

.i-tel::before , .i-web::before , .i-insta::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;                 
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 33px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1024px) {
.i-tel::before , .i-web::before , .i-insta::before {
    width: 45px;
    height: 45px;
    left: 28px;
}
}
	
.i-tel::before {
    content: "\f879";    
    background: #f9ce19;
}
.i-web::before {
    content: "\f274";  
    background: #81c0e9;
}
.i-insta::before {
	content: "";
    background: url("../img/top/insta.png")no-repeat center center / 50% ,#e1d7f4 ;
}

.ibtnc1 {background: #fffcf0; border: 5px solid #f9ce19;}
.ibtnc1:hover {background: #fff; border: 5px solid #f9ce19;}
.ibtnc2 {background: #fffcf0; border: 5px solid #81c0e9;}
.ibtnc2:hover {background: #fff; border: 5px solid #81c0e9;}
.ibtnc3 {background: #fffcf0; border: 5px solid #e1d7f4;}
.ibtnc3:hover {background: #fff; border: 5px solid #e1d7f4;}

.parent {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;   
}

.padding-cus {
	padding-top: 8px;
}
@media only screen and (max-width: 480px) {
.padding-cus {
	padding-top: 3px;
}
}

.margin-cus {
	margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
.margin-cus {
	margin-bottom: 5px;
}
}


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

.acc {
	background: url("../img/top/ws-wave.png")no-repeat top center / 100% , url("../img/top/check.png") left bottom / 110px;
}
@media only screen and (max-width: 480px) {
.acc {
	background: url("../img/top/ws-wave_sp.png")no-repeat top center / 100% , url("../img/top/check.png") left bottom / 110px;
}
}

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

.time {
	width: 100%;
	margin: 0 auto 10px;
	font-weight: bold;
	font-family:  "Noto Sans JP", sans-serif!important;
	text-align: center;
}
.time tr {
	border-bottom: 2px solid #ccc;
	color: #4d4d4d;
	vertical-align: middle;
}
.time th {
	padding:0 2px .6em 2px;
	word-break: break-all;
	white-space: nowrap;
	color: #603813;
}
.time td {
	padding:.5em 2px;
	word-break: break-all;
	font-size: 1em;
	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;
}
}



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

.title {
	position: relative;
	overflow: hidden;
	padding: 130px 0 60px;
	margin-top: 80px;
}
.title img {
	margin-bottom: -150px;
	border-radius: 50%;
}
.title::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/t/wave.png") no-repeat bottom center / 100% , url("../img/top/medibg.png") no-repeat top left/ 100% ;
}

@media only screen and (max-width: 1024px) {
.title {
	padding: 90px 0 50px;
	margin-top: 70px;
}
.title img { margin-bottom: -130px; }
}

@media only screen and (max-width: 580px) {
.title {
	padding: 80px 0 40px;
	margin-top: 66px;
}
.title::before { background: url("../img/t/wave_sp.png") no-repeat bottom center / 100% , url("../img/top/medibg_sp.png") no-repeat top left/ 100% ; }
}
	
	
.st-t {
	position: relative;
	text-align: center;
	font-weight: 600;
	margin-top: 45px;
	font-family:  'Zen Kaku Gothic New', sans-serif;
	line-height: 1.3;
}
.st-t::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	top: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url("../img/top/tit.png")no-repeat center center / contain ;
}
.st-t span {
	font-family: 'Reem Kufi', sans-serif!important;
	color:#b3b3b3;
	font-size: 24px!important;
}
@media only screen and (max-width:768px){
.st-t { margin-top: 35px; }
.st-t::before {
	height: 40px;
	top: -35px;
}
.st-t span { font-size: 18px!important; }
}

/*================== 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:15px;
	letter-spacing:1px;
	padding:12px 10px;
	text-align: center;
	color:#4d4d4d;
	font-weight: 600;
}
.com td{
	font-size:14px;
	color:#333;
	padding:12px 10px;
	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:1200px){
.com td,.com th,.com2 td,.com2 th{
	font-size: 14px;
}
}
@media only screen and (max-width:580px){
.com td,.com th,.com2 td,.com2 th{
	width:100%;
	display:block;
	padding:10px;
	font-size: 14px;
}
}




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:14px;
	letter-spacing:0px;
	padding:12px 5px;
	text-align: center;
}
.comno td{
	font-size:13px;
	color:#333;
	padding:12px 2px;
	vertical-align: middle!important;
	font-weight: 500;
}
}


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:12px 0;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.price td{
	font-size:15px;
	color:#333;
	padding:8px;
	vertical-align: middle!important;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif!important;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:1024px){
.price td,.price th{
	font-size: 14px;
}
}
@media only screen and (max-width:580px){
.price td,.price th{
	width:100%;
	display:block;
	padding:10px;
	font-size: 13px;
	text-align: center;
}
}



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

.pin1 , .pin2 , .pin3 , .pin4 , .pin5 , .pin6 , .pin7 , .pin8 {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.pin1::before , .pin2::before , .pin3::before , .pin4::before , .pin5::before , .pin6::before , .pin7::before , .pin8::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 100%;
	top:-10px;
	left: -10px;
}
.pin1::before { background: url("../img/top/pin1.png")no-repeat center center / contain ; }
.pin2::before { background: url("../img/top/pin2.png")no-repeat center center / contain ; }
.pin3::before { background: url("../img/top/pin3.png")no-repeat center center / contain ; }
.pin4::before { background: url("../img/top/pin4.png")no-repeat center center / contain ; }
.pin5::before { background: url("../img/top/pin5.png")no-repeat center center / contain ; }
.pin6::before { background: url("../img/top/pin6.png")no-repeat center center / contain ; }
.pin7::before { background: url("../img/top/pin7.png")no-repeat center center / contain ; }
.pin8::before { background: url("../img/top/pin8.png")no-repeat center center / contain ; }


@media only screen and (max-width:576px){
.pin1::before , .pin2::before , .pin3::before , .pin4::before , .pin5::before , .pin6::before , .pin7::before {
	width: 30px;
	left: 0px; 
}
}

.st {
	position: relative;
	text-align: center;
	font-weight: 600;
	margin-top: 45px;
	font-family:  'Zen Kaku Gothic New', sans-serif;
	line-height: 1.3;
}
.st::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	top: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url("../img/top/tit.png")no-repeat center center / contain ;
}
.st span {
	font-family: 'Reem Kufi', sans-serif!important;
	color:#b3b3b3;
	font-size: 24px!important;
}
@media only screen and (max-width:768px){
.st { margin-top: 35px; }
.st::before {
	height: 40px;
	top: -35px;
}
.st span { font-size: 18px!important; }
}


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

.st2-2::before {
	top: 0;
	border-top: 4px solid #f5aa00;
	border-bottom: 2px solid #ffda3f;
}
.st2-2::after {
     bottom: 0;
     border-top: 2px solid #ffda3f;
     border-bottom: 4px solid #f5aa00;
}

.st3 {
    position: relative;
    text-align: center;
    color: #fff;
	padding:12px;
	background: #ccc;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 600;
	width: 100%;
}

.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 , .st4-2 , .st4-3 , .st4-4 , .st4-5 , .st4-6 , .st4-7 {
	padding: 8px 10px 10px;
	letter-spacing: 0.05em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 600;
}
.st4 { border-left: 6px solid #e8464d; }
.st4-2 { border-left: 6px solid #f5aa00; }
.st4-3 { border-left: 6px solid #ffda3f; }
.st4-4 { border-left: 6px solid #39b382; }
.st4-5 { border-left: 6px solid #81c0e9; }
.st4-6 { border-left: 6px solid #4593d0; }
.st4-7 { border-left: 6px solid #8f70ae; }


.st5 , .st5-2 {
	position: relative;
	padding: 0.4em;
	letter-spacing: .05em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 600;
}
.st5 { background: linear-gradient(145deg, #aaa 0%, #aaa 85%, #444 85%, #444 100%); color: #fff; }
.st5-2 { background: linear-gradient(145deg, #aaa 0%, #aaa 85%, #003359 85%, #003359 100%); color: #fff;}


.st6 {
    padding: 10px;
    position: relative;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 600;
	border-radius: 10px 10px 0 0 ;
	color: #fff;
}
.st6::after {
    content: '';
    background-color: #ccc;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.st7,.st7-2,.st7-3,.st7-4,.st7-5,.st7-6,.st7-7 {
	position: relative;
	padding: 5px 4px 3px 13%;
	line-height: 1.5!important;
	z-index: 1;
	font-weight: 600;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.st7:after,.st7-2:after,.st7-3:after,.st7-4:after,.st7-5:after,.st7-6:after,.st7-7:after {
	position: absolute;
	content: attr(data-en);
	width: 10%;
	top: 0;
	bottom: 0;
	left: 0;
	align-content: center;
	height: calc(100% + 4px);
	color: #fff;
	z-index: -1;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
}
.st7 { border-bottom: 4px solid #e8464d; }
.st7-2 { border-bottom: 4px solid #f5aa00; }
.st7-3 { border-bottom: 4px solid #ffda3f; }
.st7-4 { border-bottom: 4px solid #39b382; }
.st7-5 { border-bottom: 4px solid #81c0e9; }
.st7-6 { border-bottom: 4px solid #4593d0; }
.st7-7 { border-bottom: 4px solid #8f70ae; }

.st7:after {background: #e8464d;}
.st7-2:after {background: #f5aa00;}
.st7-3:after {background: #ffda3f;}
.st7-4:after {background: #39b382;}
.st7-5:after {background: #81c0e9;}
.st7-6:after {background: #4593d0;}
.st7-7:after {background: #8f70ae;}

@media only screen and (max-width:1200px){
.st7,.st7-2,.st7-3,.st7-4,.st7-5,.st7-6,.st7-7 { padding: 5px 4px 3px 18%; }
.st7:after,.st7-2:after,.st7-3:after,.st7-4:after,.st7-5:after,.st7-6:after,.st7-7:after { width: 15%; }
}
@media only screen and (max-width:580px){
.st7,.st7-2,.st7-3,.st7-4,.st7-5,.st7-6,.st7-7 { padding: 5px 4px 3px 13%; }
.st7:after,.st7-2:after,.st7-3:after,.st7-4:after,.st7-5:after,.st7-6:after,.st7-7:after { width: 10%; }
}


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

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

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

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

.stbox{
	position: relative;
	width: 90%;
	top:-40px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto 20px;
	background-color: #fefaf3;
	box-shadow: 3px 3px 10px -6px rgba(0,0,0,0.4);
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.stbox{	margin: 0 auto ; }
}
	
.bgbox {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 40px;
	margin-top: -35px;
}

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

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

.stf,.stf2,.stf2-2{
	position: relative;
	padding: .5em 0;
	line-height: inherit;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.stf2{
	color: #4d4d4d;
	border-radius: 100px;
}
.stf::after , .stf2::after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
}
.stf2::after {
	border: 16px solid transparent;
}
.stf2-2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
}

.stfc1 { background-color: #e8464d;}
.stfc1::after { border-top: 10px solid #e8464d;}
.stfc2 { background-color: #f5aa00;}
.stfc2::after { border-top: 10px solid #f5aa00;}
.stfc3 { background-color: #ffda3f;}
.stfc3::after { border-top: 10px solid #ffda3f;}
.stfc4 { background-color: #39b382;}
.stfc4::after { border-top: 10px solid #39b382;}
.stfc5 { background-color: #81c0e9;}
.stfc5::after { border-top: 10px solid #81c0e9;}
.stfc6 { background-color: #4593d0;}
.stfc6::after { border-top: 10px solid #4593d0;}
.stfc7 { background-color: #8f70ae;}
.stfc7::after { border-top: 10px solid #8f70ae;}

.stf2c1 { background-color: #fff; border: 5px solid #e8464d;}
.stf2c1::after { border-top: 16px solid #e8464d;}
.stf2c2 { background-color: #fff; border: 5px solid #f5aa00;}
.stf2c2::after { border-top: 16px solid #f5aa00;}
.stf2c3 { background-color: #fff; border: 5px solid #ffda3f;}
.stf2c3::after { border-top: 16px solid #ffda3f;}
.stf2c4 { background-color: #fff; border: 5px solid #39b382;}
.stf2c4::after { border-top: 16px solid #39b382;}
.stf2c5 { background-color: #fff; border: 5px solid #81c0e9;}
.stf2c5::after { border-top: 16px solid #81c0e9;}
.stf2c6 { background-color: #fff; border: 5px solid #4593d0;}
.stf2c6::after { border-top: 16px solid #4593d0;}
.stf2c7 { background-color: #fff; border: 5px solid #8f70ae;}
.stf2c7::after { border-top: 16px solid #8f70ae;}


/*================== 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%;
	z-index: -1;
}
.numb1.List-Item-Content .col-2::before {background: #f5aa00;}
.numb2.List-Item-Content .col-2::before {background: #ffda3f;}
.numb3.List-Item-Content .col-2::before {background: #39b382;}
.numb4.List-Item-Content .col-2::before {background: #81c0e9;}
.numb5.List-Item-Content .col-2::before {background: #4593d0;}
.numb6.List-Item-Content .col-2::before {background: #8f70ae;}
.numb7.List-Item-Content .col-2::before {background: #e8464d;}

.List-Item-Content-Number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: 'Reem Kufi', sans-serif; 
	font-weight: 500;
	border-radius: 5px;
}
.numb1 .List-Item-Content-Number{background: #f5aa00;}
.numb2 .List-Item-Content-Number{background: #ffda3f;}
.numb3 .List-Item-Content-Number{background: #39b382;}
.numb4 .List-Item-Content-Number{background: #81c0e9;}
.numb5 .List-Item-Content-Number{background: #4593d0;}
.numb6 .List-Item-Content-Number{background: #8f70ae;}
.numb7 .List-Item-Content-Number{background: #e8464d;}

.List-End .col-10::before{
	border-bottom: none!important;
}

@media screen and (max-width: 576px) {
.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;}
}

.txtshadow{
	text-shadow: rgba(55,55,55,0.3) 0 0 6px,rgba(55,55,55,0.3) 0 0 6px;
}
.txtshadow2{
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.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: #fff;
	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 #fff;
	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 #FFF;
}
}

.step{
	display: block;
	font-weight: 600;
	background-color: #444;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	border-radius: 5px;
	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: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 ; }
}

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


