/*********************************************************************************************************************
/* PC専用のスタイル (min-width: 1025px)
*********************************************************************************************************************/
@media (min-width: 1025px) {
/*****************************************************************************/
@charset "utf-8";


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {borer: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;o
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


body{
	color:#3E3138;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font:100%;
	line-height:1.5;
	-webkit-text-size-adjust: none;
    margin: 0 auto;
	text-align:center;
	background:#fff;
}

@font-face {
	font-family: 'Sawarabi Mincho', sans-serif;

}




p,li,td,dt,dd {
	font-size: 100%;
	font-weight: normal;
	}
	
	
h1,h2,h3,h4{
	margin:0;
	padding:0;
	}

p,ul,ol,dl,blockquote,pre {
	margin-bottom: 1.0em;
	}
p{
	font-size:100%;
	line-height:1.5em;
	text-align:left;
    }
hr	{
	clear: both;
	display: none;
	visibility: hidden;
	}
a{
    text-decoration: none;
	color: #000;
	}	
/*a:link		{
	color: #000;
	text-decoration: none;
	}
a:visited	{
	color: #0000;
	text-decoration: none;
	}
a:hover		{
	color:#000;
    transition : all 0.5s ease 0s;s
	}
a:active		{
	color: #000;
	text-decoration: none;
	}*/
/*ページ内リンク上部ずれ対策*/	
a.anchor {height: 1px;
	display: block;
	padding-top: 80px;
	margin-top: -80px;
	}
	
	
img	{
	border: none;
	}
img{
	max-width: 100%;
	height: auto;
	}	
form {
	margin: 0;
	}

a img:hover {
	opacity: 0.7;
	filter: alpha( opacity=70 );
	-ms-filter: "alpha( opacity=70 )";
	}

/*****************************************************************
img_zoom
*****************************************************************/
.img_zoom{
 	max-width:100%; 
 	margin:0 auto; 
 	overflow:hidden; 
 	z-index: 1;
  	border-radius: 5px 5px 0 0;
	}
	.img_zoom img{
 	transition:1s all;
	}
	.img_zoom img:hover{
 	 transform:scale(1.2,1.2);
 	 transition:1s all;
	}

/*****************************************************************
pcNonespNone
*****************************************************************/
.pcNone {display:none; }
.spNone { display:block;}



/*****************************************************************
img
*****************************************************************/
img{
    max-width:100%;
	height:auto;
}

.img_r20 img{
   border-radius: 20px;
}


/*****************************************************************
margin set
*****************************************************************/
.ml1{margin-left:1%;}	
.ml2{margin-left:2%;}	

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt50{margin-top:50px;}	

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb50{margin-bottom:50px;}	
/*****************************************************************
align set
*****************************************************************/
.ac{text-align:center;}
.al{text-align:left;}	
.ar{text-align:right;}

/*****************************************************************
txt set
*****************************************************************/
.txt60{font-size:60%;font-weight:normal;}
.txt70{font-size:70%;font-weight:normal;}
.txt80{font-size:80%;font-weight:normal;}
.txt90{font-size:90%;font-weight:normal;}
.txt110{font-size:110%;font-weight:normal;}
.txt120{font-size:120%;font-weight:normal;}
.txt130{font-size:130%;font-weight:normal;}
.txt140{font-size:140%;font-weight:normal;}
.txt150{font-size:150%;font-weight:normal;}
.txt150{font-size:160%;font-weight:normal;}

.pen{background: linear-gradient(transparent 50%, #FF3939 50%);
    padding-bottom: 0.3em;}

/*****************************************************************
txt color set
*****************************************************************/
.txt_w{color:#fff;}   
.txt_r{color:#D9090C;}   


/*****************************************************************
.start
*****************************************************************/
.start {
	background:rgba(000,000,000,1);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 850px;
	text-align:center;
	font-size:0.9em;
	font-family: 'Sawarabi Mincho', sans-serif;
}	
.start p img{
	max-width:25%;
	height:auto;
}

/*****************************************************************
.down-to-top
*****************************************************************/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/*****************************************************************
br
*****************************************************************/

/*スマホサイトのみ改行*/
.br-sp { display:none; }

/*****************************************************************
h 
*****************************************************************/
h1{
	margin:0 0 ;
	padding: 0;
	font-size:1.4em;
    line-height: 1.5;
    /*font-weight:bold;*/
    letter-spacing: 2px;
	}	
h2{
	font-size:1.4em;
    line-height: 1.6em;
	font-weight:500;
    color:#fff;

    margin: 0px 0 20px 0;
    padding: 0 0  0;
    text-align: left;
    }
	.h2_l{
	font-size:1.5em;
	}
	.h2_m{
	font-size:1.8em;
	letter-spacing: 1px;
	}
	.h2_ml{
	font-size:2.2em;
	letter-spacing: 1px;
	}
	.h2_color{
	color:#06182E;
	}
	.horiz{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
	}
	.h2_sns{
	margin: 0 0 0px 0;
	padding: 5px 20px;
	font-size:3.5em;
	position: absolute;
	top:-60px;
	left:40px;
	color:#33B1D5;
	/*background:#FF9714;
	color:#fff;*/
	border-radius: 5px;
	letter-spacing: 1px;
	/*-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;*/

	}
	.h2_sns_s{
	font-size: 0.5em;
	letter-spacing: 1px;
	color:#000;
	}
	
	.h2_sns:first-letter{
	font-size: 1.2em;
	}
	.h2_cate{
	margin: -50px 0 40px 0;
	font-size:2.5em;;
	}
	.h2_course{
	margin: 60px 0 40px 0;
	font-size:1.8em;;
	text-align: center;
	}
	
	
h3{
	font-size:1.2em;
    line-height: 1.1;
	font-weight:500;
    color:#000000;
    letter-spacing:1px;
    margin: 20px 0 20px 0;
    padding: 0 0 0 0;
    text-align: left;
    }
	h3.course_tit_m{
	font-size:1.4em;
    line-height: 1.1;
	font-weight:bold;
    color:#fff;
    letter-spacing:3px;
    margin: 20px 0 10px;
    padding: 13px 0 ;
    text-align:center;
	background:#004782;
	border-radius: 3px;
    }
	.course_tit_lead{
	margin: 20px 0 30px;
	font-size:1em;
	text-decoration: underline solid #eee;
    text-underline-offset: 8px;
    }
		
 h4{
	font-size:1.2em;
    line-height: 1.1;
	font-weight:500;
    color:#000000;
    letter-spacing:1px;
    margin: 20px 0 20px 0;
    padding: 0 0 0 10px;
    text-align: left;
    }
	h4.line_l{
	font-size:1.2em;
    line-height: 1.1;
	font-weight:500;
    color:#000000;
    letter-spacing:1px;
    margin: 20px 0 20px 0;
    padding: 0 0 0 10px;
    text-align: left;
	border-left:5px solid;
    }
	
    
 .line{
    margin: 10px 0 20px;
    padding: 0;

    }
	
/*****************************************************************
 Clear fix
*****************************************************************/
.clfix {display: block;}
.clearLeft { clear: left; }




/*****************************************************************
wrapper
*****************************************************************/
#Wrapper{
　　width:100%;
　　margin:0;
　　padding:0;
}
.Wrapperinner{
　　width:100%;
    margin:0 ;
　　padding:0 ;
}

/****************************************************************
gridWrapper
*****************************************************************/
.gridWrapper{
	width:100%;
	margin:0 auto;
	padding:0 ;
	text-align:center;
}
* html .gridWrapper{height:1%;}

.gridWrapperinner{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	}
	
/*****************************************************************
.fade-up 
*****************************************************************/
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
	}
/*****************************************************************
.down-to-top
*****************************************************************/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
/*****************************************************************
.page-top 
*****************************************************************/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 20px;
    padding: 6px 0 0 0;
    color: #000000;
    text-align: center;
    background-color: #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	}
/*****************************************************************
.pankuzu 
*****************************************************************/
.pankuzu{
    width:96%;
	margin:0px 0 20px 0;
	padding:8px 0 8px 4% ;
	font-size:0.9em;
	text-align:left;
	background: #007952;
	color:#fff;
	}	
.pankuzu a{
    color:#fff;
	}	
	
/*****************************************************************
top ナビスクロール設定
*****************************************************************/
/*トップエリア　スクロール前*/
.navbar-fixed-top{
    width:100%;
	margin:0 auto 0;
	padding:15px 0 15px 0 ;
	color:#000;
	background:rgba(255,255,255,0.8);
	z-index:100;    
	}
	.navbar-fixed-top a {color:#000;}
	
	.navbar-fixed-top.scrolled {
	display: none;
	}
    .navbar-fixed-top.scrolled  a {color:#000; }
	
	.navbar-fixed-top img{
	max-width:40%;
	height:auto; 
	}
	.navbar-fixed-top.scrolled img{
	max-width:20%;
	height:auto; 
	}

	/*★★★トップエリア01　ロゴ★★★-----------------------*/
	.navbar-fixed-top .logo {/*ロゴ スクロールで非表示*/
	text-align: left;
	width: 20%;
	margin: 0 2%;
	float: left;
	}
	.navbar-fixed-top .logo img{
    margin:5px 0 10px 0;
	max-width:55%;
	height:auto; 
	text-align: left;
	z-index: 10000;
	}
	.navbar-fixed-top.scrolled .logo img {
	max-width:60%;
	height:auto; 
	}
	
    /*★★★トップエリア02★★★　ロゴ横ナビエリア-----------------------*/
	.logo_text_area {
	width: 45%;
	float: left;
	margin:5px 0 0 1%;
	padding: 0 0  0;
	text-align:right;/*ココleft*/
	font-size: 1.0em;
	text-align: left;
	color:#000;
	}
	
	/*★★★トップエリア03★★★　予約お問い合わせボタンエリア-----------------------*/
	.logo_text_btn {
	width: 30%;
	float: left;
	margin:5px 0 0 0;
	text-align:left;/*ココleft*/
	font-size: 1.0em;
	font-weight:normal;
	}
	.logo_text_btn a {
	color:#000;
	}

	/*TOP上用ナビ=================================================*/
	ul.top_menu  {
    width:100%;
    margin: 0px ;
    padding:0px 0  0 ; 
	}
	ul.top_menu  li.top_menu_in  {
    list-style-type: none;
	margin:0;
    padding:0 3% 0 3%;
    /*width:21%;*/
	list-style:none;
	font-size:1em;
	line-height:1.4em;
	font-weight:normal;
	text-align:center;
	float: left;
	letter-spacing: 1px;
	}
	ul.top_menu  li.top_menu_in:last-child {
    padding-bottom: 0;
	}
 
    ul.top_menu  li.top_menu_in a {
    display: block;
    color: #000;
	margin:0;
    padding: 0;
	text-decoration: none;	
    }
　　ul.top_menu  li.top_menu_in a:hover {
    display: block;
    color:rgba(0, 68, 128, 1.00);
	margin:0;
    padding:2px 0;
	text-decoration: none;	
	}
	p.top_menu_e{
	font-size:0.7em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	}


	/*TOP上用予約お問い合わせ=================================================*/
	ul.top_menu_reserve  {
    width:100%;
    margin: 0px ;
    padding:0px 0 0 ; 
	}
	ul.top_menu_reserve   li.top_menu_reserve_in  {
    list-style-type: none;
	margin:0;
    padding:0 3% 0 3%;
	list-style:none;
	font-size:1em;
	line-height:1.4em;
	font-weight:normal;
	text-align:center;
	float: left;
	letter-spacing: 1px;
	}
	ul.top_menu_reserve  li.top_menu_reserve_in:last-child {
    padding-bottom: 0;
	}
 
    ul.top_menu_reserve  li.top_menu_reserve_in a {
    color: #000;
	margin:0;
    padding: 0;
	text-decoration: none;	
    }
　　ul.top_menu_reserve  li.top_menu_in a:hover {
    display: block;
    color:rgba(0, 68, 128, 1.00);
	margin:0;
    padding:2px 0;
	text-decoration: none;	
	}
	p.top_menu_reserve_e{
	font-size:0.7em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	}


/*****************************************************************
btn_top_reserve
*****************************************************************/
.btn_top_reserve_shop {
    width: 100px;
	margin: 0;
	padding: 10px;
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right:120px;
    top: 15px;
    z-index: 3;
}



	.btn_top_reserve {
    width: 100px;
	margin: 0;
	padding: 10px;
    background: #920002;
	color:#fff;
    cursor: pointer;
    z-index: 3;
	border-radius: 1px;
	font-size: 0.9em;
	letter-spacing: 1px;
	}   
	.btn_top_reserve:hover {
    background:#730001;
	border-radius: 1px;
	transition: all 0.3s;
	}  
	.btn_top_reserve a {
    color:#fff;
	} 
	
/*****************************************************************
slider
*****************************************************************/

.swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom-in 10s linear 0s 1 normal both;  
}

.slide-text{
  position: absolute;
  top: 50%;/*50%*/
  left: 50%;/*50%*/
  font-size: 3.0vw;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 1px 3px #111;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  transform: translate(-50%,-50%);
}

.slide-img img{
  object-fit: cover;
  height: 100vh;
  width: 100vw;
}

.slide-text img {
    height: 70vh;
    width: auto;
}
.mainimage {
	width: 100%;
	margin: 0px 0;	
}	

.mainimage img{/*画像のはみ出し部分を削除*/
	width: 100%;
     height:auto;
}	
.mainimage_txt{
	position:absolute;
    top:180px;
	/*bottom:15%;*/
    left:30px;
	text-align:left;
	font-size:1.4em;
	font-weight: bold;
    line-height: 1.5em;
	color:#000;
  	/*font-family: "Great Vibes", cursive;*/
  	font-weight: 400;
  	font-style: normal;
	text-shadow: #fff 1px 0 10px;
	} 
	.mainimage_tit{
	color:#000;
	font-weight: normal;
	font-size: 1.9em;
	}    
	
  
	

/*****************************************************************
grid set
*****************************************************************/
.gridall{
    width:100%;
    margin: 0 0%;
	padding:0px 0;
}

.gridall_bg{
    width:100%;
    margin: 0;
	padding:0px 0;
    background: #fff;
}
.gridall_inner{
    width:90%;
    margin: 0 auto;
	padding:0;
}


/*****************************************************************
footer
*****************************************************************/
.footer_grid{
	color:#fff;
	text-align:center;
    width: 100%;
	margin:0px 0 0 0;
    padding:20px 0 15px 0 ;
    font-size: 0.9em;
	background: #00AD75;
}

.footer_inner{
    width: 90%;
	margin:0 5%;
    padding:0;
}
   .footer_logo {
    margin: -70px 0 0 0;
	padding: 0;
	text-align:right;
	}
	.footer_logo img {
    max-width: 30%;
	height: auto;
	}
	


 ul.footer_menu {
   width: 100%;
    margin:10px auto 40px;
	padding:0 ;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
 
	ul.footer_menu   li.footer_menu_in {
    /*width:31%;*/
	margin:0;
    padding:0 3% 0 0;
	float:left;
    color:#fff;
    text-align:left;
	font-size: 1.05em;
	line-height: 2.0em;
    }
	

ul.footer_course {}
ul.footer_course li.footer_course_menu {
	margin:0;
    padding:0 1%;
	font-size: 0.8em;
	line-height: 1.8em;
    }
	.footer_course_menu a {
	color:#fff;
	}
	
	.footer_tit {
	margin:5px 0 20px;
	font-size: 1.5em;
	line-height: 1.9em;
    }
	.footer_tit_s {
	margin:5px 0 5px;
	font-size: 1.2em;
	line-height: 1.6em;
    }
	.footer_copy {
	margin:5px 0 20px;
	font-size: 0.8em;
    color:#FFFFFF;
    }
	.footer_shop{
    width: 100%;
	margin:0%;
    padding:0;
	text-align: left;
}
	
	
/*****************************************************************
form-tbl
*****************************************************************/
.form-tbl{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.form-tbl th,
.form-tbl td{
	padding:10px;
	font-size: 1.0em;
	border: 1px solid #fff;
	border-radius:0px;
}

.form-tbl th.form-header{
	background: #999;
	text-align: center;
	color: #fff;
}
 .form-tbl .td01{
     background: rgb(251, 249, 244);
     
}
.form-tbl .td02{
	background: rgb(247, 243, 236);
} 
input,textarea{
border: solid 1px #CCC;
	padding: 5px 10px;
	margin:0px;
	vertical-align: top;
    border-radius: 5px;
}

/******************************************************
要素が画面に入ったら左から画像スクロール
******************************************************/   
.fadein {
  opacity : 0;
  transform : translate(-100px, 0);
  transition : all 1s;
	}
	.fadein.active{
 	 opacity : 1;
  	transform : translate(0, 0);
	}

.fadein_next {
  opacity : 0;
  transform : translate(-200px, 0);
  transition : all 1s;
	}
	.fadein_next.active{
 	 opacity : 1;
  	transform : translate(0, 0);
	}
	
	
/******************************************************
infinity-scroll-left
*******************************************************/
/*画像を右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(230vw / 6);
}
.d-demo__item > img{
   width: 100%;
}
	
/***************************************************
画像を少しずつ表示
****************************************************/		
.img-wrap {
  opacity: 0;
  
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
  
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background:rgba(255,255,255,1);
  /*background:#F7F7EA;*/
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
	




/***********************************************************************
レイアウトここから
*********************************************************************/

/*****************************************************************
toppage
*****************************************************************/   
ul.top_lead_grid {
   width: 100%;
    margin:0px auto 0;
	padding:0 ;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	position: relative;
	}
	ul.top_lead_grid  li.top_lead_grid_ph {
    width:50%;
	margin:0;
    padding:0;
	float:left;
	position: relative;
    }
	.top_lead_grid_ph_txt_l {/*画像上テキスト左*/
    position: absolute;
	top:0px;
	left: 0px;
	padding: 1px 10px 15% 10px; 
	writing-mode: vertical-rl;
	font-size: 1.5em;
	color:#fff;
	background: linear-gradient(rgba(0,70,48,1),rgba(0,70,48,0.01));
    }
	.top_lead_grid_ph_txt_r {/*画像上テキスト右*/
    position: absolute;
	top:0px;
	right: 0px;
	padding: 1px 10px 15% 10px; 
	writing-mode: vertical-rl;
	font-size: 1.5em;
	color:#fff;
	background: linear-gradient(rgba(000,000,000,0.95),rgba(000,000,000,0.01));
    }
	ul.top_lead_grid  li.top_lead_grid_txt {
    width:44%;
	margin:0;
    padding:20px 3% 0;
	float:left;
    color:#000;
    text-align:left;
	font-size: 1.6em;
	line-height: 2.0em;
    }
	.bg_top_lead_txt{
	background:url(../images/top/bg_top_lead_txt.png) center center / cover no-repeat ;
	background-size: 100%;
	}
	.bg_top_lead_txt02{
	background:url("../images/top/bg_top_lead_txt02.png") center center / cover no-repeat ;
	background-size: 100%;
	}

/*フェードイン画像---------------------------------*/
.image-container {
  /*height: 100%;*/
  padding: 0 0;
  display: flex;
  justify-content: center;
  /*gap: 40px;*/
}

.fade-in-image {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0s ease-out, transform 1s ease-out;
  transition-delay: calc(var(--delay) * 0.2s);
  width: 25%;
  /*height: 200px;**/
  aspect-ratio: 1/1;
  object-fit: cover;
}

.fade-in-image.visible {
  opacity: 1;
  transform: translateY(0);
}

/*インフォメーション---------------------------------*/
.top_info_grid{
	width:86%;
	margin: 0px 5% 20px;
	padding:10px 2%;
	border-radius: 10px;
    }
ul.top_info_grid02{
	width:90%;
	margin: 0px 5% 20px;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
	
	}
	ul.top_info_grid02 li.top_info_grid02_txt{
	width:100%;
	margin: 0 0 15px 0 ;
	padding:0 0 5px 0;
	text-align:left;
	color:#000;
	float:left;
	line-height: 1.6em;
	border-bottom: dotted 1px #999;
	}
	.top_info_grid02_txt a:hover{
	color:#000;
	}
    .top_info_grid02_tit{
	margin: 5px 0 5px 0;
	padding: 0;
	font-size:1.1em;
	color:#006C8C;
	font-weight: 600;
	}
	.info_date{
	font-size:1.0em;;
	}
    .top_info_red{
	font-size:1.1em;;
	color:#FF32AB;
	}
	 .top_info_red_s{
	font-size:1.0em;;
	color:#FF32AB;
	}
	
/*サービスアイコン*/
ul.top_service_grid {
   width:90%;
    margin:0px 5% 0;
	padding:0 ;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	position: relative;
	}
	ul.top_service_grid  li.top_service_grid_in {
    width:16%;
	margin:0 0.3%;
    padding:0;
	float:left;
    }
	.top_service_grid_in_txt {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.7em;
	text-align: center;
    }
	ul.top_service_grid  li.top_service_grid_in img{
    max-width: 50%;
	height: auto;
    }


/**第二階層****************************/

.h2_top{
	color:#007952;
	font-size: 2.0em;
	text-align: center;
	}
	.h2_eng{
	color:#007952;
	text-align: center;
	}



/*******************************
FAQ
*******************************/
ul.gruop_grid{
	width:100%;
	margin:40px 0 10px;
	padding:0 0% 5px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
	position:relative;    
	}
	ul.gruop_grid li.gruop_grid_in{
	width:49%;
	margin: 0 1% 40px 0;
	padding:0px 0 10px 0;
	text-align: left;
	color:#000;
	background: #fff;
	border-radius: 5px;
	position: relative;
	}	

.accordion {
    max-width:100%;/*500px*/
    margin-bottom: 7px;
    border-bottom: 1px solid #d0d0d0;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	/*border-bottom: 1px solid #CCC;*/
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
}

/*******************************
ACCESS
*******************************/
ul.access_grid{
	width:100%;
	margin:0px 0 0px;
	padding:0 0% 5px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
	position:relative;    
	}
	ul.access_grid li.access_grid_map{
	width:60%;
	margin: 0 0;
	padding:0px ;
	position: relative;
	}	
	ul.access_grid li.access_grid_txt{
	width:38%;
	margin: 0 0 0 2%;
	padding:0px;
	text-align: left;
	color:#000;
	position: relative;
	}	
	
	/*アクセステーブル */
	table.tbl_access {
	width:100%;
    margin: 40px 0% 40px;
	}
 	table.tbl_access  th {
	width:25%;
  	color: #000000;
  	padding: 10px 2.5%;
  	background: #eeeeee;
  	border-radius: 3px;
	letter-spacing: 2px;
	}
 	table.tbl_access td {
  	padding: 10px 10px;
    background:#F5F5F5;
  	border-radius: 3px;
  	line-height: 1.8;
	}


/*******************************
FACILITIES
*******************************/
ul.faci_grid02{
	width:100%;
	margin:10px 0 0px;
	padding:0 0% 10px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
	position:relative;    
	}
	ul.faci_grid02 li.faci_grid02_ph{
	width:50%;
	margin: 0 0 20px 0;
	padding:0px 0  0;
	text-align: left;
	color:#333;
	font-size: 1.2em;
	line-height: 1.8em;
	}
	ul.faci_grid02 li.faci_grid02_txt{
	width:47%;
	margin: 0 0 20px 3%;
	padding:0px 0 0 0;
	text-align: left;
	color:#333;
	font-size: 1.2em;
	line-height: 1.8em;
	}
	ul.faci_grid02_small{
	width:100%;
	margin:30px 0 0px;
	padding:0 0% 0px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
	position:relative;    
	}
	ul.faci_grid02_small li.faci_grid02_small_in{
	width:48%;
	margin: 0 0 20px 0;
	padding:0px 1%  0;
	text-align: left;
	}
	


ul.faci_grid03{
	width:100%;
	margin:10px 0 0px;
	padding:0 0% 5px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
	position:relative;    
	}
	ul.faci_grid03 li.faci_grid03_in{
	width:32.3%;
	margin: 0 0.5% 20px 0.5%;
	padding:0px 0 10px 0;
	text-align: left;
	color:#333;
	background: #fff;
	border-radius: 5px;
	position: relative;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 10%);
	}
	

    ul.faci_grid03 li.faci_grid03_in img{
    max-width:100%;
    height: auto;
	border-radius: 3px 3px 0 0;
	z-index: 1;
	position: relative;
	} 
   .faci_tit_l {
    margin:0px 0 15px;
	padding:3px 0 5px  0;
    color:#145B00;
    font-size:1.2em;
    line-height: 1.5;
    color:#fff;
    text-align:center;
	background:#007952;
	}
    .faci_e{
    font-size: 0.5em;
	color:#fff;
	}
	.faci_tit_txt_area{
	width: 90%;
	margin: 0;
	padding: 0px 5% 10px;
	}
	
ul.faci_grid04{
	width:100%;
	margin:10px 0 0px;
	padding:0 0% 5px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
	position:relative;    
	}
	ul.faci_grid04 li.faci_grid04_in{
	width:24%;
	margin: 0 1% 20px 0;
	padding:0px 0;
	text-align: left;
	color:#333;
	background: #fff;
	border-radius: 5px;
	position: relative;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 10%);
	}	
	.faci_grid04_in_txt{
	margin: 10px 0 10px 0 ;
	text-align: center;
	}	
/*****************************************************************
予約
*****************************************************************/
/*予約**********************/
ul.reservation_grid03{
	width:96%;
	margin:60px 2% 40px;
	padding:0 0 0 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
	position:relative;
    
}
ul.reservation_grid03 li{
	width:22%;
	margin: 0 2% 0 0;
	padding:0px 0 0 0;
	position:relative;
	}
	P.reservation_grid03_mid{
	width:100%;
	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
	text-align: center;
	line-height: 1.4em;
	}
ul.reservation_grid03 li:last-child{
	margin: 0 ;
	padding:0 0 0 0;
	}
	.reservation_grid03_btn a { display:block;
	height: 60px;
	width:98%; 
	margin:0 1%;
	padding:15px 10px; 
	background-color:#fff;
 	color:#000;
	border:#178B39 1px solid;
	border-radius:5px;
	text-align: center;
	font-size: 1.1em;
	}
	.reservation_grid03_btn a:hover { 
 	background-color: #fff;
 	color:#000;
 	}
	.reservation_grid03_btn img { 
 	max-width: 50%;
	height: auto;
 	}
	
}
	
	
	