/*********************************************************************************************************************
/*タブレット専用のスタイル
*********************************************************************************************************************/
@media (min-width: 600px) and (max-width: 1024px) {
/*****************************************************************************/
@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.1;
	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;
	}*/
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.8em;
    line-height: 1.5;
    font-weight:bold;
    letter-spacing: 4px;
	}	
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.3em;
    line-height: 1.1;
	font-weight:500;
    color:#000000;
    letter-spacing:1px;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    text-align: left;
    }
    h3.charges_tit{
	font-size:1.4em;
    line-height: 1.1;
	font-weight:500;
    color:#000000;
    letter-spacing:1px;
    margin: 20px 0 0 0;
    padding: 0 0 0px 10px;
    text-align: left;
	border-left:5px solid;
    }
	 h3.course_det_tit{
	font-size:1.2em;
    line-height: 1.1;
	font-weight:500;
    color:#000000;
    letter-spacing:1px;
    margin: 20px 0 10px 0;
    padding: 0 0 0;
    text-align: left;
    }
     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%;
	height: 30px;
	margin:0 auto 0;
	padding:15px 0 15px 0 ;
	color:#000;
	background:rgba(255,255,255,0.8);
	z-index:100;   
}

.navbar-fixed-top.scrolled {/*スクロール後*/
    /*height:80px;50px*/
    margin:0 auto 0;
	padding:15px 0 15px 0 ;
	color:rgba(255,255,255,0);
	/*background:rgba(255,255,255,0.7);*/
    opacity:1.0;
    transition: background-color 200ms linear;*/
    box-shadow:none;
}
a.navbar-fixed-top.scrolled:hover {
    color:fff;
}
.navbar-fixed-top img{
	max-width:40%;
	height:auto; 
}
.navbar-fixed-top.scrolled img{
	max-width:20%;
	height:auto; 
}

/*ロゴ スクロールで非表示*/
.navbar-fixed-top .logo {
	text-align: left;
	width: 22%;/*17%*/
	margin: 0 1%   ;/*0 0 0 3%*/
	float: left;
}
.navbar-fixed-top .logo img{
    margin:0px 0 0 0;
	max-width:80%;/*80%;*/
	height:auto; 
	text-align: left;
	z-index: 10000;
}
.navbar-fixed-top.scrolled .logo img {
	max-width:100%;/*80%;*/
	height:auto; 
}


/**ロゴ横テキスト***********************/
 .logo_text_area {
    display: none;
	/*width: 50%;
	float: left;
	margin:10px 0 0 1%;
	padding: 0;
	text-align:right;
	font-size: 1.0em;
	text-align: left;
	color:#fff;*/
	}
	.logo_text_area a {color:#fff; }

	/*.logo_text_area.scrolled {
	width: 44%;
	float: left;
	margin:10px 0 0 1%;
	padding: 0;
	text-align:right;
	font-size:1.0em;
	text-align: left;
    color:#FFFFFF;
	text-shadow: 1px 1px 1px #666;
	background-color: rgba(255, 255, 255, 0.9);
	}*/
/**来店予約ボタンエリア***********************/
 .logo_text_btn {
	width: 60%;/*50%*/
	float:right;
	margin: -5px 15% 0 0 ;
	padding: 0;
	text-align:right;/*ココleft*/
	font-size: 0.9em;
	}

/*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:140px;
    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.4em;
	}    
	
  
	

/*****************************************************************
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_grid02 {
   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;
}
 
	ul.top_grid02 li.top_grid02_ph {
    width:40%;
	margin:0 2%  0 2%;
    padding:0 0;
	float:left;
    color:#fff;
    text-align:left;
	font-size: 1.05em;
	line-height: 2.0em;
    }
	ul.top_grid02 li.top_grid02_txt {
     width:56%;
	margin:0   0;
    padding:0 0;
	float:left;
    color:#000000;
    text-align: left;
	/*font-size: 0.9em;
	line-height: 2.0em;*/
    }

/**牛イラストゆらゆら************************************/
　　.cow_grid{
    width: 100%;
	margin: 0;
	padding: 0;
	position:relative;
	}

	 /*.cow{
    position: absolute;
	top:40px;
	left: 43%;
   transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
	}*/
	
	.cow{
    transform-origin: center bottom;
    animation: yurayura 4s linear infinite;
	
	/*position: absolute;
	top:240px;
	left: 43%;*/
	}
	.cow img{
    max-width: 10%;
	height: auto;
	}



@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}
	.cow_txt{
    color:#fff;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: center;
	margin: 10px 0 40px 0;
	padding: 0;
	}

.cow_ishigakibeef img{
    max-width:80%;
	height: auto;
	}

/*****************************************************************
★btn
*****************************************************************/ 
.btn_det_ac {
  width: 70%;
  margin: 0 15%;
  text-align: center;
 }


.btn_det {
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.1em;
  position: relative;
  display: inline-block;
  width:70%;
  margin: 0 15%;
  padding:20px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.5em;
  color: #fff;
  border-radius:1;
  /*font-family: "M PLUS Rounded 1c";*/
	}	


.btn_det,
a.btn_det,
button.btn_det,
.btn_det_course,
a.btn_det_course,
button.btn_det{
邵ｲﾂwidth: 100%;
  /*font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;*/
  position: relative;
  display: inline-block;
  margin: 10px 0 10px 0;/**/
  padding:5px 0;/*15px 0;/*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  background: #F6E600;
  border-radius: 100vh;
  float: right;
}

a.btn-border:hover {
  color: #fff;
  background:#831417;
}  


/**top_menu_grid02　メニュー*************************************/	
ul.top_menu_grid02{
	width:80%;
	margin:30px 10% 0px;
	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_menu_grid02 li.top_menu_grid02_ph{
	width:50%;
	margin: 0 0 0 0 ;
	padding:0 0 15px;
	font-size:0.9em;
	font-weight: bold;
	color:#0F4612;
	text-align:center;    	
	-webkit-border-radius:5px;	
	-moz-border-radius: 5px;	
     float:left; 
	 transition:1s all;
	 position: relative;
	}
	ul.top_menu_grid02 li.top_menu_grid02_txt{
	width:50%;
	margin: 0 ;
	padding:0 0 15px;
	font-size:0.9em;
	font-weight: bold;
	color:#fff;
	text-align:center;    	
	-webkit-border-radius:5px;	
	-moz-border-radius: 5px;	
     float:left; 
	 transition:1s all;
	 position: relative;
	}
    
	/*トップメニュー詳細テーブル*/
	table.tbl_top_menu_grid02{
  	width: 80%;
  	margin: 0 10%;
  	padding: 0;
  	border-spacing: 0;
	}

	table.tbl_top_menu_grid02 th{
  	/*border-bottom: solid 1px #666;*/
  	margin:0 0 0 0;
  	padding: 2px 5px;
  	width:70%;
  	color:#FFFFFF;
	font-size: 1.3em;
	letter-spacing: 1px;
	}
	table.tbl_top_menu_grid02 td{
  	/*border-bottom: solid 1px #666;*/
  	text-align: right;
  	padding: 2px 5px;
  	color:#fff;
	font-size: 1.3em;
	letter-spacing: 1px;
	}
	
	.tbl_top_menu_grid02_tit{
  	font-size: 1.2em;
	line-height: 1.2em;
	border-bottom: 1px solid #666;
	margin: 10px 0 20px 0;
	padding: 0 0 5px 0;
	letter-spacing: 2px;
	}
	.tbl_top_menu_grid02_e{
  	font-size: 0.8em;
	color: #ccc;
	margin: 0 0 0 20px;
	}
	.tbl_top_menu_grid02_s{
  	font-size: 0.7em;
	line-height: 1.3em;
	margin: 8px 0 0 10px ;
	padding: 0;
	color: #ccc;
	}





/**トップマップtop_map_grid02*************************************/	
ul.top_map_grid02{
width:80%;
	margin:30px 10% 0px;
	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_map_grid02 li.top_map_grid02_in{
	width:49%;
	margin: 0 0.5% 0 0.5%;
	padding:5px 0 0 ;
	font-size:0.9em;
	font-weight: bold;
	color:#0F4612;
	text-align:center;    	
	-webkit-border-radius:5px;	
	-moz-border-radius: 5px;	
     float:left; 
	 transition:1s all;
	  background: #000;
	 border-radius: 5px;
	 position:relative;
	}	
	.top_map_grid02_shop{/*グーグルマップ上ショップ画像*/
	position: absolute;
	top:-30px;
	right: -10px;
	}
	.top_map_grid02_shop img{
	max-width:35%;
	height: auto;
	margin: 0 ;
	border-radius:2px;
	float:right;
	}
	
	/*トップショップ詳細*/
	table.tbl_top_map_grid02_in{
  	width: 90%;
  	margin: 0 5%;
  	padding: 0;
  	border-spacing: 0;
	}

	table.tbl_top_map_grid02_in th{
  	border-bottom: solid 1px #666;
  	margin:0 0 0 0;
  	padding: 10px;
  	width:30%;
  	color:#FFFFFF;
	}
	table.tbl_top_map_grid02_in td{
  	border-bottom: solid 1px #666;
  	text-align: left;
  	padding: 10px;
  	color:#fff;
	}
	table.tbl_top_map_grid02_in td a{
  	color:#fff;
	}
	
	


	.bg_beef{
    background-image:url("../images/top/bg_beef_op.png");
	background-repeat:no-repeat;
	background-position:bottom center;
    background-size:contain; 
    background-size:70%;/*220px*/
    }   
	
	.top_grid02_tit{
    width:100%;
    margin: 0px 0 30px 0;
    padding:12% 0%;
    text-align: center;
    font-size:1.4em;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 2.8em;
	}
 .eng{
    text-align: center;
    font-size:0.2em;
	} 
    
 .bg_cir{
    background-image:url("../images/top/bg_cir.png");
	background-repeat:no-repeat;
	background-position:top center;
   background-size:contain; 
	}     
 .bg_fude{
    background-image:url("../images/top/bg_fude.png");
	background-repeat:no-repeat;
	background-position:top center;
    background-size:contain; 
	}   
	

/**インフォメーション************************************/
.info_grid{
	width:96%;
	margin: 0px 0% 20px;
	padding:10px 2%;
	background: #FFFFFF;
	border-radius: 20px;
    }
ul.info_grid02{
	width:100%;
	margin: 0px 0% 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.info_grid02 li.info_grid02_txt{
	width:67%;
	margin: 0 2% 0 0 ;
	padding: 15px 0 5px 1%;
	text-align:left;
	color:#000;
	float:left;
	line-height: 1.8em;
	}
	ul.info_grid02 li.info_grid02_ph{
	width:30%;
	margin: 0;
	padding: 0 0 ;
	text-align:center;
	color:#000;
	float:left;
	}
	ul.info_grid02 li.info_grid02_ph img{
	border-radius: 10px;
	}
	
    .info_grid02_tit{
	font-size:1.4em;
	color:#006C8C;
	font-weight: 600;
	}
    .info_red{
	font-size:1.4em;;
	color:#FF32AB;
	}
	 .info_red_s{
	font-size:1.0em;;
	color:#FF32AB;
	}
	
	



/*****************************************************************
access
*****************************************************************/
/*access_grid02**********************/
ul.access_grid02{
	width:100%;
	margin:20px 0 20px 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.access_grid02 li{
	width:44%;
	margin: 0 0 20px 0;
	padding:0;
	float:left;
    text-align:center;
	}

ul.access_grid02 li:last-child{
	width:50%;
	margin: 0 0 0 0;
	padding:0 3%;
	float:left;
    text-align: left;
	}


.aceess_grid02_tit{
    width:100%;
    margin: 0px 0 30px 0;
    padding:12% 0%;
    /*color:#FFFFFF;
    background: #000000;
        border: 1px solid;*/
    text-align: center;
    font-size:1.4em;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 2.8em;
    font-family: 'Sawarabi Mincho', sans-serif;
    }

table.tbl_access{
  width: 100%;
  border-spacing: 0;
  
}

table.tbl_access th{
  border-bottom: solid 1px #666;

  margin:0 0 0 0;
  padding: 10px;
  width:30%;
  color:#FFFFFF;
}
table.tbl_access td{
  border-bottom: solid 1px #666;
  text-align: left;
  padding: 10px;
  color:#FFFFFF;
}
	

  
/*****************************************************************
original
*****************************************************************/          
/*original_grid02**********************/
ul.original_grid02{
	width:100%;
	margin:10px 0 20px 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;
	color:#fff;
}

ul.original_grid02 li{
	width:49%;
	margin: 10px 1% 0 0;
	padding:0;
	float:left;
    text-align:center;
  font-size: 1.0em;
  letter-spacing: 0px;
	}
	ul.original_grid02 li img{
	max-width: 100%;
	height: auto;
	}

ul.original_grid02 li:last-child{
	margin: 10px 0 0 0;

	}

ul.top_grid02 li  P{
  margin: 0 auto;
  line-height: 2.0;
  font-weight: normal;
  font-size: 0.9em;
	}
	
 .price{
  margin: 0 auto 10px;
  line-height: 2.0;
  font-weight: normal;
  font-size: 1.3em;
  text-align: center;
	}
	

.original_grid02_tit{
    width:100%;
    margin: 10px 0 30px 0;
    padding:12% 0%;
    text-align: center;
    font-size:1.7em;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 2.8em;
	}    


/*****************************************************************
MENU
*****************************************************************/
table.tbl_menu{
  width: 100%;
  margin: 0 0%;
  padding: 0;
  border-spacing: 0;
}

table.tbl_menu th{
  color:#fff;	
  border-bottom: solid 1px #333;
  margin:0 0 0 0;
  padding: 10px 15px;
  width:70%;
	}
	table.tbl_menu th.menu_txt_s{
  	color:#fff;	
  	border-bottom: solid 1px #333;
  	margin:0 0 0 0;
  	padding: 10px 15px;
  	width:70%;
  	font-size: 0.8em;
  	text-align: right;
	}
	table.tbl_menu td{
  	border-bottom: solid 1px #333;
  	text-align:right;
 	 padding: 10px 15px;
	}
	.menu_tit{
  	font-size: 1.6em;
	margin: 30px 0;
	letter-spacing: 3px;
	}
	.menu_awamori{
  	font-size: 1.2em;
	margin: 0px 0 10px;
	letter-spacing: 1px;
	text-align: left;
	}



/*****************************************************************
予約ボタン
*****************************************************************/
/*ボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}*/

.btn,
a.btn,
button.btn {
  
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin: 5px 5px 0 0 ;
  padding:11px 13px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 0.1rem;
  background: #99181B;
}


a.btn-radius-solid {
  background: #FF0000;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#FF6600), to(#FF0000));
  background: -webkit-linear-gradient(top, #FF6600 0%, #FF0000 100%);
  background: linear-gradient(to bottom, #FF6600 0%, #FF0000 100%);*/
}

a.btn-radius-solid:hover {
background: #FF0000;
/*background: -webkit-gradient(linear, left top, left bottom, from(#F06000), to(#EE0000));
  background: -webkit-linear-gradient(top, #F06000 0%, #EE0000 100%);
  background: linear-gradient(to bottom, #F06000 0%, #EE0000 100%);*/
}

.btn-txt_s {
  font-size: 0.9em;
  letter-spacing: 0px;
}



/***********************************************************************
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓レイアウト↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
*********************************************************************/


/*****************************************************************
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:100%;
	margin:0;
    padding:0;
	float:left;
	position:relative;
    }
	ul.top_lead_grid  li.top_lead_grid_txt {
    width:94%;
	margin:0;
    padding:0px 3% 30px;
	float:left;
    color:#000;
    text-align:left;
	font-size: 1.4em;
	line-height: 1.5em;
    }
	.top_lead_grid_ph_txt_l {/*画像上テキスト左*/
    position: absolute;
	top:0px;
	left: 10px;
	padding: 10px 10px 20px 10px; 
	writing-mode: vertical-rl;
	font-size: 1.15em;
	color:#fff;
	background: linear-gradient(rgba(0,70,48,1),rgba(0,70,48,0.5));
    }
	.top_lead_grid_ph_txt_r {/*画像上テキスト右*/
    position: absolute;
	top:0px;
	right: 20px;
	padding: 10px 10px 10px 10px; 
	writing-mode: vertical-rl;
	font-size: 1.15em;
	color:#fff;
	background: linear-gradient(rgba(000,000,000,0.95),rgba(000,000,000,0.01));
    }
	
	.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:50%;
	margin: -10px 0 0 0;
  	/*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:100%;
    margin:0px 0% 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:33.3%;
	margin:0 0%;
    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:31%;
	margin: 0 2.3% 20px 0;
	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 / 20%);
	}

    ul.faci_grid03 li.faci_grid03_in img{
    max-width:100%;
    height: auto;
	border-radius: 5px 5px 0 0;
	z-index: 1;
	position: relative;
	} 
   .faci_tit_l {
    margin:0px 0 15px;
	padding:5px 0 7px  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 / 20%);
	}	
	.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 0 0 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;
 	}	
	
}




