@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap);

/*----------------------------------------
Reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix{
  *zoom: 1;
}
.clearfix:after{
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------
Common
----------------------------------------*/
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%; /*10px 以下のsize指定はrem*/
	-webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
	background: #fafafa;
  font-family: 'Noto Serif', 'Noto Serif JP', serif;
	color: #003912;
	font-size: 1.4rem;
  font-weight: 400;
	position: relative;
}
@media(max-width: 768px){
	body{
		padding: 50px 0 65px;
	}
}

a:link,
a:visited{
	color: #003912;
	text-decoration:underline;
}

img{
	vertical-align: bottom;
}

.sp_none{
	display: block;
}
.pc_none{
	display: none;
}
@media(max-width: 768px){
  .sp_none{
		display: none;
	}
  .pc_none{
		display: block;
	}
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.mb50{
	margin-bottom: 50px;
}

/*----------------------------------------
Header
----------------------------------------*/

#header_fixed{
	display:none;
}
#header_fixed{
	width: 100%;
	height: 120px;
	background: #003912;
	position: fixed;
	top: 0px;
	z-index: 100;
}
#header {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .sp_reserve{
	display: none;
}
#header .btn_menu{
	display: none;
}
/**/
nav.pc ul.tel{
	text-align: right;
	margin-bottom: 15px;
}
nav.pc ul.tel li{
	display: inline-block;
}
nav.pc ul.tel li:nth-of-type(1){
	margin-right: 40px;
}
nav.pc ul.tel li img{
	width:340px;
}
/**/
nav.pc .tel_01{
	text-align: left;
	margin-bottom: 15px;
}
nav.pc ul.nav{
	display: table;
}
nav.pc ul.nav li{
	display: table-cell;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.2rem;
	text-align: center;
	white-space: nowrap;
	border-right: 1px solid #fff;
	vertical-align: middle;
}
nav.pc ul.nav li span{
	display: block;
	font-size: 1.0rem;
	transform: scale(0.8);
	padding: 4px 0 0;
	margin: 0 -10px;
}
nav.pc ul.nav li:nth-of-type(1){
	border-left:1px solid #fff;
}
nav.pc ul.nav li:nth-last-of-type(1){
	border: none;
	padding-left: 10px;
}
nav.pc ul.nav li a{
	display:block;
	padding: 5px 5px;
	color:#fff !important;
	text-decoration: none !important;
}
nav.pc ul.nav li:nth-last-of-type(1) a{
	padding: 0;
}
nav.pc ul.nav li a:hover{
	background-color: #012b05;
	color: #8cb58b;
	text-decoration: none;
}
nav.pc ul.nav li:nth-last-of-type(1) a:hover{
	background-color: #003912;
}
nav.pc ul.nav li:nth-last-of-type(1) a:hover img{
	opacity: 0.5;
}
nav.pc ul.nav li a:hover{
	color: #8cb58b;
	text-decoration: none;
}
nav.sp{
	display: none;
}

@media screen and (max-width: 768px){
	#header_fixed{ 
		display:block;
		height: 50px;
	}
	#header {
		width: 100%;
		height: 50px;
		padding: 0;
		display: block;
		position: relative
	}
	#header h1{
		padding: 5px 10px;
	}
	#header h1 img{
		width: auto;
		height: 40px;
	}
	#header .sp_reserve{
		display: block;
		position: absolute;
		top:5px;
		right: 60px;
	}
	#header .sp_reserve img{
		width:120px;
		height: 40px;
	}
	#header .btn_menu{
		display: block;
		width:50px;
		height: 50px;
		cursor: pointer;
		position: absolute;
		top:0;
		right: 0;
		z-index: 110;
	}
	#header .btn_menu span{
		position: absolute;
		left: 5px;
		width: 40px;
		height: 2px;
		background-color: #fff;
	}
	#header .btn_menu,
	#header .btn_menu span{
		display: inline-block;
  	transition: all .5s;
	}
	#header .btn_menu span:nth-of-type(1) {
		top: 10px;
	}
	#header .btn_menu span:nth-of-type(2) {
		top: 20px;
	}
	#header .btn_menu span:nth-of-type(3) {
		top: 30px;
	}
	#header .btn_menu.open span:nth-of-type(1) {
		transform: translateY(10px) rotate(45deg);
	}
	#header .btn_menu.open span:nth-of-type(2) {
		opacity: 0;
	}
	#header .btn_menu.open span:nth-of-type(3) {
		transform: translateY(-10px) rotate(-45deg);
	}
	#header .btn_menu::after{
		content: 'MENU';
		width: 40px;
		color: #fff;
		font-size: 1.0rem;
		display: block;
		text-align: center;
		position: absolute;
		bottom:3px;
		left: 5px;
	}
	#header .btn_menu.open::after{
		content: 'CLOSE';
	}
	nav.pc{
		display: none;
	}
	nav.sp{
		position: absolute;
		z-index: 100;
		top: 50px;
		left: 0;
		width: 100%;
		display: none;
	}
	nav.sp ul{
		width: 100%;
		background-color: #003912;
		border-top: 1px solid #fff;
	}
	nav.sp ul li{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size: 1.4rem;
		text-align: left;
		border-bottom: 1px solid #fff;
	}
	nav.sp ul li a{
		display:block;
		width: 100%;
		padding: 15px 20px;
		color:#fff !important;
		text-decoration: none !important;
	}
	nav.sp ul li.tel{
		padding: 10px;
	}
	nav.sp ul li.tel span{
		display: block;
		font-size: 1.2rem;
	}
	nav.sp ul li.tel a{
		padding: 0;
		display: block;
	}
	nav.sp ul li.tel a:nth-of-type(1){
		margin-bottom: 10px;
	}
	nav.sp ul li.tel img{
		width: 100%;
	}
}

/*pc_header*/

#pc_header{
	width:100%;
	background: #003912;
}
#pc_header .fbox{
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#pc_header .fbox .btn{
	height: 50px;
	background: url("../images/head_img01.png") center left no-repeat;
	padding: 0 0 0 320px;
}
#pc_header .fbox .btn a:hover img{
	opacity: 0.5;
}

@media screen and (max-width: 768px){
	#pc_header{
		display: none;
	}
}


/*----------------------------------------
Footer
----------------------------------------*/

footer{
	width: 100%;
	background: #003912;
	color: #fff;
}
#pc_footer {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .copy{
	font-family:"Times New Roman", Times, "serif";
	font-size: 13px;
  font-weight: normal;
	color: #8cb48c;
	text-align: center;
	padding: 0 0 10px;
}
footer .company{
  font-size: 12px;
  text-align: center;
  padding: 0 0 20px;
}
footer .company a{
  color: #fff;
  text-decoration: none;
}
footer .company a:hover{
  opacity: 0.7;
}
#sp_contact{
	display: none;
}

@media screen and (max-width: 768px){
	footer{
		background: #fafafa;
		padding: 20px 0;
	}
	#pc_footer {
		display: none;
	}
	footer .copy{
		color: #003912;
	}
	footer .company{
		padding: 0;
	}
	footer .company a{
		color: #003912;
	}
  #sp_contact{
		box-sizing: border-box;
		width: 100%;
		height: 65px;
		background: #003912;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#sp_contact li{
		padding: 5px;
	}
	#sp_contact li img{
		width: auto;
		height: 55px;
	}
}

@media screen and (max-width: 386px){
	#sp_contact li img{
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------
Pagetop
----------------------------------------*/

.pagetop {
	width: 60px;
	height: 60px;
	background: #fff;
	border:1px solid #efefef;
	border-radius: 50%;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 10;
}
.pagetop:hover{
	background: #b3b3b3;
}
.pagetop img {
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 768px){
	.pagetop {
		width: 45px;
		height: 45px;
		bottom: 75px;
		right: 10px;
	}
	.pagetop img{
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------
topview
----------------------------------------*/
#topview {
	width: 100%;
	z-index: 50;
}
#topview img{
	width: 100%;
}
@media screen and ( max-width: 1000px ) {
	#topview img {
	width: 1000px;
	}
}
@media screen and ( max-width: 768px ) {
	#topview img {
		width: 100%;
	}
}

/*
 * jQuery FlexSlider v2.3.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */

/* RESETS */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* BASE STYLES */
.flexslider {
	clear: both;
	float: none;
	margin: 0;
    padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* DEFAULT THEME */
.flexslider {
  margin: 0;
  background: #ffffff;
  border: 0px;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 50;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 25px;
  height: 6px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #fff000;
  background: rgba(255, 240, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #fff000;
  background: rgba(255, 240, 0, 1s);
  cursor: default;
}

@media screen and ( max-width: 768px ) {
	.flex-control-nav{
		bottom: 3px;
	}
}

/*----------------------------------------
Common
----------------------------------------*/

#facility,
#info,
#bbq01,
#outdoor,
#bbq02,
#covid19,
#access{
	margin-top: -120px;
	padding-top: 120px;
	position: relative;
}
section{
	min-width: 1000px;
}
section .bg_green{
  width: 100%;
  background: #003912;
  color: #fff;
}
section .ttl{
	width: 560px;
	height: 87px;
	background:url("../images/h2_bg01.png") center center no-repeat;
	background-size: contain;
	margin: 40px auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
section .ttl h2{
	text-align: center;
}
section .ttl h2 span{
	display: block;
	font-size: 4.2rem;
	font-weight: 400;
	padding: 0 0 10px;
}
section h3.tree{
  background: url("../images/h3_bg01.png") left bottom no-repeat;
  background-size:contain;
  padding: 5px 0 5px 30px;
  font-size: 2.8rem;
}
section h3.bbq{
  background: url("../images/h3_bg02.png") top 3px left no-repeat;
  background-size: 30px auto;
  font-size: 2.0rem;
  line-height: 1.2;
  padding: 0 0 0 35px;
}
section .white_box{
	width:1000px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	padding: 30px 50px;
}
section table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #003912;
  border-right: 1px solid #003912;
	border-bottom: none;
}
section th,
section td{
	padding: 5px 10px;
	text-align: center;
	border-left: 1px solid #003912;
	vertical-align: middle;
}
section th{
	background: #003912;
	color: #fff;
  border-bottom: 1px solid #fff;
}
section th.last{
  border-bottom: 1px solid #003912;
}
section td{
	border-bottom: 1px solid #003912;
}
section ul.square li{
	line-height: 1.35;
	padding: 0 0 5px 16px;
	position: relative;
}
section ul.square li:before{
	content: '■';
	position: absolute;
	top:0;
	left: 0;
}
section ul.square li:nth-last-of-type(1){
	padding-bottom: 0;
}
section ul.square li span{
  background: #fff000;
}
section ul.disc li{
	line-height: 1.35;
	padding: 0 0 5px 16px;
	position: relative;
}
section ul.disc li:before{
	content: '●';
	font-size: 1.0rem;
	position: absolute;
	top:3px;
	left: 2px;
}
section ul.disc li:nth-last-of-type(1){
	margin-bottom: 0;
}
section ul.disc li span{
  background: #fff000;
}

@media screen and ( max-width: 768px ) {
	#concept,
  #info,
	#facility,
	#bbq01,
	#outdoor,
	#bbq02,
	#covid19,
	#access{
		margin-top: -50px;
		padding-top: 50px;
	}
	section{
		min-width: 100%;
		overflow: hidden;
	}
	section .ttl h2 span{
		font-size: 3.4rem;
	}
	section h3.tree{
		font-size: 2.4rem;
	}
	section .white_box{
		width:calc(100% - 20px);
		border-radius: 15px;
		padding: 15px;
		margin: 0 auto;
	}
  section th,
  section td{
    padding: 5px;
  }
}
@media screen and ( max-width: 560px ) {
	section .ttl{
		width: 100%;
		height: auto;
		margin: 20px auto;
	}
	section .ttl h2 span{
		font-size: 2.6rem;
		padding: 0 0 5px;
	}
}

/*======== Contact ========*/

.contact_block{
	width:100%;
	min-width: 1000px;
	height: 250px;
	background: #013912;
	display: flex;
	justify-content:space-between;
	align-items: center;
	position: relative;
	z-index: 10;
}
.contact_block .pic{
	width:35%;
	height: 250px;
}
.contact_block .pic img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.contact_block .btn{
	width:300px;
	text-align: center;
}
.contact_block .btn p{
	margin: 0 0 20px;
}

@media screen and ( max-width: 768px ) {
	.contact_block{
		display: none;
	}
}

/*======== bnr_block ========*/

.bnr_block{
	width:920px;
  text-align: center;
  margin: 0 auto 50px;
}
.bnr_block a:hover img{
	opacity: 0.7;
}

@media screen and ( max-width: 768px ) {
  .bnr_block{
    width: calc(100% - 20px);
    margin:20px auto;
  }
  .bnr_block img{
    width: 100%;
  }
}

/*======== BUNNER ========*/

.cam_bnr_block{
	width:100%;
	text-align: center;
	margin: 50px 0 0;
	position: relative;
	z-index: 50;
}
.cam_bnr_block a:hover img{
	opacity: 0.5;
}

@media screen and ( max-width: 768px ) {
	.cam_bnr_block{
		width:100%;
		padding: 0 10px;
		margin: 30px 0 0;
	}
	.cam_bnr_block img{
		width: 100%;
	}
}

/*----------------------------------------
concept
----------------------------------------*/

#concept{
	width:100%;
}
#concept .bg_green{
  padding: 40px 0 0;
  margin: 0 0 50px;
}
#concept .ttl{
  margin-top: 0px;
	background-image:url("../images/h2_bg02.png");
}
#concept .lead{
	width: 1000px;
	margin: 0 auto;
  padding: 0 0 50px;
  font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
#concept #pattern3 .fbox{
  display: flex;
	align-items: center;
	margin: 0 0 30px;
}
#concept #pattern3 .fbox > p{
  display: inline-block;
	border:1px solid #002b04;
  border-radius: 20px;
  padding: 8px 15px;
	font-size: 1.3rem;
	margin: 0 0 0 30px;
}
#concept #pattern3 dl{
  background-position: left 10px top 10px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  padding: 10px 10px 10px 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px;
}
#concept #pattern3 dl:nth-of-type(1){
	background-color: #c0e3e4;
  background-image:url("../images/icon_no01.png");
}
#concept #pattern3 dl:nth-of-type(2){
	background-color: #f6dfc3;
  background-image:url("../images/icon_no02_od.png");
}
#concept #pattern3 dl:nth-of-type(3){
	background-color: #ffe200;
  background-image:url("../images/icon_no03.png");
}
#concept #pattern3 dt{
	font-size: 1.3rem;
	position: relative;
}
#concept #pattern3 dt > em{
	display: block;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	padding-bottom: 8px;
}
#concept #pattern3 dt > em > span{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	vertical-align:middle;
	padding: 0 0 5px;
}
#concept #pattern3 dt > em > span > i{
	color: #fff;
	font-style: normal;
	border-radius: 5px;
	padding: 1px 5px;
}
#concept #pattern3 dt > em > span > i:nth-of-type(1){
	background-color: #002a09;
}
#concept #pattern3 dt > em > span > i:nth-of-type(2){
	background-color: #c30d23;
}
#concept #pattern3 dt a{
	display: none;
}
#concept #pattern3 dl:nth-of-type(1) dt span{
	display: block;
	color: #f00;
	font-size: 1.0rem;
	margin: 5px 0 0;
}
#concept #pattern3 dd{
	width: 33%;
	position: relative;
	text-align: right;
}
#concept #pattern3 dd > em{
	display: inline-block;
  background: url("../images/h3_bg01.png") top left no-repeat;
  background-size:15px auto;
  padding: 0 0 0 18px;
  font-size: 2.0rem;
	font-style: normal;
}
#concept #pattern3 dd > span{
	display: inline-block;
	background: #fff;
	font-size: 1.1rem;
	border-radius: 15px;
	padding: 5px;
	margin: 10px 0 0;
}
#concept #pattern3 .outdoor{
	color: #231307;
}
#concept #pattern3 > p{
	padding: 10px 0 0;
}
#concept .cam_bnr{
	width:900px;
	margin: 30px auto 0;
	position: relative;
	z-index: 10;
}
#concept .cam_bnr a:hover img{
	opacity: 0.5;
}

@media screen and ( max-width: 768px ) {
	#concept{
		margin-top: -50px;
		padding-top: 50px;
	}
	#concept .bg_green{
		display: none;
	}
	#concept #pattern3 .fbox{
		display: block;
		margin: 0 0 20px;
	}
	#concept #pattern3 .fbox p{
		display: none;
	}
  #concept #pattern3 dl{
		background-position: top 5px left 5px;
    background-size: 24px auto;
    padding: 5px 5px 5px 30px;
		display: block;
  }
	#concept #pattern3 dt{
		line-height: 1.2;
		margin-bottom: 8px;
	}
	#concept #pattern3 dt > em{
		font-size: 1.8rem;
		padding-bottom: 5px;
	}
	#concept #pattern3 dt > em > span{
		padding: 8px 0 5px;
	}
	#concept #pattern3 dt a{
		display: block;
		background: url("../images/sp_link_bg02.png") right bottom no-repeat;
		background-size: contain;
		font-size: 1.0rem;
		padding: 0 15px 0 0;
		text-decoration: none;
		position: absolute;
		top:3px;
		right: 0;
	}
  #concept #pattern3 dd{
		width:100%;
	}
	#concept #pattern3 dd > em{
		background-size:13px auto;
		padding: 0 0 0 16px;
		font-size: 1.8rem;
	}
	#concept #pattern3 > p{
		display: none;
	}
	#concept .cam_bnr{
		width:calc(100% - 20px);
		margin: 10px auto 0;
	}
	#concept .cam_bnr img{
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------
facility
----------------------------------------*/

#facility{
	margin-bottom: 50px;
}
#facility .map{
  margin: 0 0 30px;
}
#facility .tx01{
  line-height: 1.5;
  margin: 30px 0 0;
}
#facility .tx04{
  line-height: 1.5;
  margin: 10px 0 0;
}
#facility .tx02,
#facility .tx03{
	display: none;
}
#facility .tx01 span,
#facility .tx04 span{
	color: #ff0000;
}

@media screen and ( max-width: 768px ) {
	#facility{
		margin-bottom: 0;
	}
	#facility .map{
		margin: 0 0 20px;
	}
  #facility .map img{
    width:100%;
  }
	#facility .pic,
	#facility .tx01{
		display: none;
	}
	#facility .tx02{
		display: block;
		margin: 0 0 10px;
	}
	#facility .tx02 span{
		display: inline-block;
		background: #002b04;
		border-radius: 15px;
		padding: 5px 10px;
		color: #fff;
		line-height: 1.2;
	}
	#facility .tx03{
		display: block;
		text-align: center;
	}
	#facility .tx03 span{
		display: inline-block;
		border: 2px solid #003912;
		padding:15px;
		border-radius: 10px;
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: 700;
	}
	#facility .tx04{
		margin-bottom: 20px;
	}
}

/*----------------------------------------
rainy weather
----------------------------------------*/

#rainy{
	margin-bottom: 50px;
}
#rainy .box{
  border:1px solid #003912;
  border-radius: 10px;
  padding: 40px 30px 20px;
  margin: 30px 0 0;
}
#rainy .box h3{
  font-size: 2.0rem;
  margin: -50px 0 50px;
  text-align: center;
}
#rainy .box h3 span{
  display: inline-block;
  background: #fff url("../images/h3_bg02.png") top 3px left 15px no-repeat;
  background-size: 30px auto;
  padding: 0 15px 0 50px;
}
#rainy .box .fbox{
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}
#rainy .box .fbox li{
	width:330px;
}
#rainy .box .fbox li img{
	width:100%;
}
#rainy .box .fbox li p{
	margin: 20px 0;
	text-align: center;
}
#rainy .box .fbox li p span{
	display: inline-block;
	background: #fff000;
	border-radius: 5px;
	padding: 5px 15px;
	font-weight: 700;
}
#rainy .box .square{
	margin: 0 50px;
}

@media screen and ( max-width: 768px ) {
	#rainy{
		margin-bottom: 30px;
	}
	#rainy .box{
		padding: 30px 10px 10px;
	}
	#rainy .box h3{
		font-size: 1.8rem;
		line-height: 1.35;
		text-align: left;
		margin-bottom: 10px;
	}
	#rainy .box .fbox{
		display: block;
		padding: 0;
	}
	#rainy .box .fbox li{
		width:100%;
	}
	#rainy .box .fbox li p{
		margin: 10px 0 20px;
	}
	#rainy .box .square{
		margin: 0;
	}
}

/*----------------------------------------
info
----------------------------------------*/

/*======== 営業期間・時間・会場 ========*/

#info #detail{
	margin-bottom: 50px;
}
#info #detail h3{
  margin: 0 0 10px;
}
#info #detail .info01{
  width: 425px;
	/*width: 435px;*/
  float: left;
}
#info #detail .info02{
  width: 450px;
  margin-top: -40px;
	/*width: 435px;
	margin-top: -18px;*/
  float: right;
}
#info #detail .info01 table,
#info #detail .info02 table{
  margin: 0 0 10px;
}
#info #detail .info01 td{
	line-height: 1.35;
}
#info #detail .info02 p{
  font-size: 1.2rem;
	line-height: 1.35;
  margin: 0 0 5px;
}
#info #detail .info02 tr:nth-of-type(1) th{
	border-left-color: #fff;
}
#info #detail .info02 tr:nth-of-type(1) th:nth-of-type(1){
	border-left-color: #003912;
}
#info #detail .info02 th span{
	font-weight: 400;
	font-size: 1.0rem;
}
#info #detail .info01 li,
#info #detail .info02 li{
	font-size: 1.3rem;
}
#info #detail .info02 table:nth-of-type(1) tr:nth-of-type(1) th:nth-of-type(2),
#info #detail .info02 table:nth-of-type(1) tr:nth-of-type(1) th:nth-of-type(3){
	width:190px;
}

@media screen and ( max-width: 768px ) {
	#info #detail{
		margin-bottom: 30px;
	}
	#info #detail h3{
		margin: 0;
	}
  #info #detail .info01{
    width: 100%;
    float: none;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 10px;
    margin-bottom: 20px;
  }
	#info #detail .info01 th,
	#info #detail .info01 td{
		font-size: 1.3rem;
		line-height: 1.35;
		text-align: left;
	}
  #info #detail .info02{
    width: 100%;
    margin-top: 0;
    float: none;
  }
  #info #detail .info02 p{
		font-size: 1.2rem;
    line-height: 1.2;
  }
	#info #detail .info02 table:nth-of-type(1) tr:nth-of-type(1) th:nth-of-type(2){
		width:40%;
	}
	#info #detail .info02 table:nth-of-type(1) tr:nth-of-type(1) th:nth-of-type(3){
		width:50%;
	}
}

/*======== お支払いに関して ========*/

#info #pay{
  margin-bottom: 50px;
}
#info #pay h3{
	margin: 0 0 20px;
}
#info #pay .pic{
	margin: 0 0 20px;
}


@media screen and ( max-width: 768px ) {
	#info #pay{
		margin-bottom: 30px;
	}
	#info #pay h3{
		margin: 0 0 15px;
	}
	#info #pay .pic{
		margin: 0 0 15px;
	}
	#info #pay .pic img{
		width: 100%;
		height: auto;
	}
}

/*======== ご利用料金に含まれる機材・消耗品・調味料 ========*/

#info #equipment{
	margin-bottom: 50px;
  position: relative;
}
#info #equipment h3{
	margin-bottom: 15px;
}
#info #equipment li{
  box-sizing: border-box;
  width: 90px;
  height: 100px;
  font-size: 1.0rem;
  text-align: center;
  float: left;
}
#info #equipment li img{
  display: block;
  width:64px;
  margin: 0 auto 5px;
}
#info #equipment .pic{
  position: absolute;
  right: 50px;
  bottom:30px;
  width:200px;
}

@media screen and ( max-width: 768px ) {
	#info #equipment{
		margin-bottom: 30px;
	}
  #info #equipment li{
    width: 20%;
  }
	#info #include ul li img{
		width:90%;
		height: auto;
	}
  #info #equipment .pic{
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    width:60%;
    margin: 0 auto;
  }
}

/*----------------------------------------
system
----------------------------------------*/

/*======== 飲み放題・当日延長料金 ========*/

#system #drink{
	background-color: #edf7f8;
	/*margin-bottom: 20px;*/
	margin-bottom: 50px;
}
#system #drink dl{
	text-align: center;
	margin: 0 0 20px;
}
#system #drink dt{
	display: inline-block;
	border: 2px solid #f00;
	border-bottom: none;
	background: #fff;
	padding: 5px 10px;
	color: #f00;
	line-height: 1.5;
}
#system #drink dd{
	background: #f00;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.35;
	padding: 5px 10px;
}
#system #drink h3{
	margin: 0 0 20px;
}
#system #drink h3 span{
  font-size: 1.4rem;
  color: #f00;
}
#system #drink .fbox{
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
#system #drink .fbox table{
  width:35%;
}
#system #drink .fbox th,
#system #drink .fbox td{
  padding: 15px;
	line-height: 1.2;
}
#system #drink .fbox .menu{
	width:63%;
	border:1px solid #003912;
	padding: 30px 10px 10px;
	position: relative;
}
#system #drink .fbox .menu p{
	position: absolute;
	top:-8px;
	width: 100%;
	text-align: center;
}
#system #drink .fbox .menu p span{
	display: inline-block;
	background-color: #edf7f8;
	padding: 0 20px;
}
#system #drink .fbox .menu li{
  box-sizing: border-box;
  list-style-type: disc;
  margin:  0 0 5px 8px;
  font-size: 12px;
}
#system #drink .fbox .menu .alc{
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 8px;
}
#system #drink .fbox .menu .alc li{
  width: calc(33.3% - 8px);
  float: left;
}
#system #drink .fbox .menu .soft{
  padding: 5px 0 0 8px;
}
#system #drink .fbox .menu .soft li{
  width: calc(33.3% - 8px);
  float: left;
}
#system #drink .square li{
	font-size: 1.3rem;
}
#system #drink .tx01{
	margin: 10px 0 0;
	font-size: 1.3rem;
	line-height: 1.2;
}

@media screen and ( max-width: 768px ) {
	#system #drink{
		/*margin-bottom: 30px;*/
		margin-bottom: 20px;
	}
	#system #drink dd{
		text-align: left;
	}
	#system #drink h3{
		margin: 0 0 10px;
	}
	#system #drink h3 span{
    display: block;
    font-size: 1.3rem;
		line-height: 1.2;
    padding: 5px 0 0;
  }
	#system #drink .fbox{
		display: block;
	}
	#system #drink .fbox table{
		width:100%;
		margin-bottom: 20px;
	}
	#system #drink .fbox .menu{
		width:100%;
	}
  #system #drink .fbox .menu .alc li{
    width: calc(50% - 8px);
  }
  #system #drink .fbox .menu .soft li{
    width: calc(50% - 8px);
    float: left;
  }
}

/*======== 持ち込み･コース共通 ========*/

#system .ttl_yellow{
  background: #fff000;
	padding: 10px;
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#system .ttl_yellow h2{
  background-position: top left;
  background-size: 30px auto;
  background-repeat: no-repeat;
  font-size: 2.0rem;
  line-height: 30px;
  padding: 0 0 0 40px;
  margin: 0;
}
#system .ttl_yellow ul li{
  display: inline-block;
  background: #003912;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  padding: 0 5px;
}

@media screen and ( max-width: 768px ) {
  #system .ttl_yellow{
		display: block;
  }
  #system .ttl_yellow h2{
    margin: 0 0 10px;
  }
  #system .ttl_yellow ul{
    text-align: center;
  }
  #system .ttl_yellow ul li{
    width: 45%;
    margin: 0 0 5px;
  }
}

/*======== BBQ持ち込み ========*/

#system #bbq01{
	margin-bottom: 50px;
}
#system #bbq01 .ttl_yellow{
	background-color: #c0e3e4;
}
#system #bbq01 h2{
  background-image: url("../images/icon_no01.png");
}
#system #bbq01 h2 span{
	font-size: 1.2rem;
}
#system #bbq01 .tx01{
  font-size: 1.8rem;
  line-height: 1.35;
  text-align: center;
  margin: 0 0 20px;
}
#system #bbq01 .tx01 span{
  display: block;
	color: #f00;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 5px 0 0;
}
#system #bbq01 .fbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
#system #bbq01 .fbox table{
	width:70%;
}
#system #bbq01 .fbox th,
#system #bbq01 .fbox td{
	padding: 10px;
}
#system #bbq01 th span{
  font-size: 1.2rem;
}
#system #bbq01 .fbox .plus{
  padding: 0 30px;
  font-size: 3.0rem;
}
#system #bbq01 .fbox .txt{
  border: 1px solid #003912;
  padding: 30px;
	font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
	white-space: nowrap;
}
#system #bbq01 .food{
  border:1px solid #003912;
  border-radius: 10px;
  padding: 40px 30px 20px;
  margin: 40px 0 0;
}
#system #bbq01 .food h3{
  font-size: 2.0rem;
  margin: -50px 0 20px;
  text-align: center;
}
#system #bbq01 .food h3 span{
  display: inline-block;
  background: #fff url("../images/h3_bg02.png") top 3px left 15px no-repeat;
  background-size: 30px auto;
  padding: 0 15px 0 50px;
}
#system #bbq01 .food h4{
	/*background: url("../images/icon_green_no01.png") top left no-repeat;*/
  background-size: 30px auto;
  font-size: 2.0rem;
  line-height: 30px;
  /*padding: 0 0 0 40px;*/
  margin: 0 0 15px;
	text-align: center;
}
#system #bbq01 .food h4:nth-of-type(2){
	background-image: url("../images/icon_green_no02.png");
	margin-top: 20px;
}
#system #bbq01 .food .box2{
	display: flex;
	justify-content: space-between;
	padding: 0 0 10px;
	height: auto;
}
#system #bbq01 .food .box2 img{
	width:70%;
	align-self: flex-start;
}
#system #bbq01 .food .box2 .txt h5{
  background: #003912;
  padding: 5px 0;
  border-radius: 15px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 auto 10px;
}
#system #bbq01 .food .box2 .txt ol{
  padding: 0 10px;
}
#system #bbq01 .food .box2 .txt ol li{
  list-style-type: decimal;
  margin: 0 0 15px 12px;
}
#system #bbq01 .food .square li{
	font-size: 1.3rem;
}
#system #bbq01 .food .pic{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 15px;
}
#system #bbq01 .food .pic img{
  width:160px;
}
#system #bbq01 .food .square li{
	font-size: 1.3rem;
}

@media screen and ( max-width: 768px ) {
	#system #bbq01{
		margin-bottom: 30px;
	}
	#system #bbq01 h2 span{
		display: block;
		line-height: 1.2;
	}
	#system #bbq01 .tx01{
		font-size: 1.6rem;
    text-align: left;
  }
	#system #bbq01 .tx01 span{
		font-size: 1.4rem;
	}
  #system #bbq01 .fbox{
    display: block;
  }
	#system #bbq01 .fbox table{
		width:100%;
	}
	#system #bbq01 .fbox th,
	#system #bbq01 .fbox td{
		padding: 10px;
	}
	#system #bbq01 .fbox .plus{
    padding: 15px 0;
    text-align: center;
  }
	#system #bbq01 .fbox .txt{
		padding: 15px;
	}
  #system #bbq01 .food{
    padding: 40px 10px 10px;
  }
	#system #bbq01 .food h3{
		font-size: 1.8rem;
		margin: -50px 0 10px;
	}
  #system #bbq01 .food h4{
    font-size: 1.6rem;
    line-height: 1.35;
		text-align: left;
  }
	#system #bbq01 .food .box2{
		display: block;
	}
	#system #bbq01 .food .box2 img{
		width:100%;
		margin: 0 0 15px;
	}
	#system #bbq01 .food .box2 .txt ol li{
		margin-bottom: 10px;
	}
	#system #bbq01 .food .pic{
		flex-wrap: wrap;
		margin: 0 0 10px;
	}
	#system #bbq01 .food .pic img{
		width:49%;
		margin: 0 0 5px;
	}
	#system #bbq01 .food p{
		display: none;
	}
}

/*======== アウトドア ========*/

#system #outdoor{
	margin-bottom: 50px;
	color: #231307;
	position: relative;
	z-index: 10;
}
#system #outdoor .ttl_yellow{
	background-color: #f6dfc3;
}
#system #outdoor h2{
  background-image: url("../images/icon_no02_od.png");
}
#system #outdoor .ttl_yellow li{
	background: #231307;
}
#system #outdoor .sp_lead{
	display: none;
}
#system #outdoor .fbox{
	display: flex;
	justify-content: space-between;
}
#system #outdoor .fbox .txt{
	width: 70%;
	padding-right: 10px;
}
#system #outdoor .fbox .pic{
	width: 30%;
}
#system #outdoor .fbox .pic img{
	width: 100%;
}
#system #outdoor .fbox .txt dl{
	display: flex;
	margin: 0 0 20px;
}
#system #outdoor .fbox .txt dt{
	background: #231307;
	color: #fff;
	padding: 15px 10px;
}
#system #outdoor .fbox .txt dd{
	border:2px solid #231307;
	padding: 15px 10px;
}
#system #outdoor .fbox .bg_box{
	background: url("../images/system_bg01.jpg") repeat;
	padding: 10px 30px;
}
#system #outdoor .fbox .bg_box > p{
	line-height: 1.5;
	text-align: center;
	margin: 0 0 20px;
}
#system #outdoor .fbox .bg_box p span{
	display: block;
	color: #f00;
}
#system #outdoor .fbox ul{
	display: flex;
	justify-content: space-between;
}
#system #outdoor .fbox ul li{
	text-align: center;
}
#system #outdoor .fbox ul li p{
	font-size: 1.2rem;
	line-height: 1.35;
	padding: 8px 0 0;
}
#system #outdoor .fbox .tool{
	border:2px solid #231307;
	padding: 20px 10px 10px;
	margin: 30px 0 0;
}
#system #outdoor .fbox .tool > p{
	text-align: center;
	margin-top: -35px;
}
#system #outdoor .fbox .tool > p span{
	display: inline-block;
	background: #231307;
	padding: 8px 10px;
	color: #fff;
}
#system #outdoor .item{
	display: none;
}
#system #outdoor .bnr{
	text-align: center;
	margin: 30px 0 0;
}

@media screen and ( max-width: 768px ) {
	#system #outdoor{
		margin-bottom: 30px;
	}
	#system #outdoor .ttl_yellow{
		margin-bottom: 10px;
	}
	#system #outdoor .ttl_yellow ul li:nth-of-type(3){
		width: 60%;
	}
	#system #outdoor .fbox{
		display: block;
	}
	#system #outdoor .fbox .txt{
		width: 100%;
		padding-right: 0;
	}
	#system #outdoor .fbox .pic{
		display: none;
	}
	#system #outdoor .fbox .txt dl{
		display: block;
		margin: 0 0 20px;
	}
	#system #outdoor .fbox .txt dt{
		padding: 10px 10px;
		text-align: center;
	}
	#system #outdoor .fbox .txt dd{
		padding: 10px 10px;
		line-height: 1.5;
		text-align: center;
	}
	#system #outdoor .fbox .bg_box{
		padding: 10px;
	}
	#system #outdoor .fbox .bg_box > p{
		text-align: left;
	}
	#system #outdoor .fbox ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#system #outdoor .fbox ul li{
		width:33%;
		padding: 0 5px;
	}
	#system #outdoor .fbox ul li p{
		font-size: 1.0rem;
	}
	#system #outdoor .fbox .tool{
		padding: 20px 5px 10px;
	}
	#system #outdoor .fbox .tool li:nth-of-type(4),
	#system #outdoor .fbox .tool li:nth-of-type(5){
		padding-top: 10px;
	}
	#system #outdoor .item{
		display: block;
		background: url("../images/system_bg01.jpg") repeat;
	}
	#system #outdoor .item img{
		width:100%;
		position: relative;
		z-index: 2;
	}
	#system #outdoor .item .detail{
		width:100%;
		background: #f6dfc3;
		padding: 20px 15px 15px;
		margin-top: -8px;
		position: relative;
	}
	#system #outdoor .item .detail .label{
		position: absolute;
		top:0;
		right: 0;
	}
	#system #outdoor .item h4{
		font-size: 2.8rem;
		font-weight: 400;
		margin: 0 0 20px;
	}
	#system #outdoor .item h4 span{
		display: block;
		padding: 5px 0 0;
		font-size: 1.4rem;
		font-weight: 400;
	}
	#system #outdoor .item .menu li{
		padding: 0 0 5px;
		font-size: 1.2rem;
		line-height: 1.35;
	}
	#system #outdoor .item .menu li span{
		display: block;
		font-size: 1.0rem;
		line-height: 1.5;
		padding: 5px 0 0 12px;
	}
	#system #outdoor .item .ic{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 10px 0 0;
	}
	#system #outdoor .item .ic li span{
		display: inline-block;
		background: #231307;
		color: #fff;
		font-size: 1.2rem;
		padding: 5px 10px;
	}
	#system #outdoor .item p{
		text-align: center;
		margin: 15px 0 8px;
	}
	#system #outdoor .item p span{
		display: inline-block;
		background: #231307;
		border-radius: 10px;
		color: #fff;
		font-size: 1.2rem;
		padding: 5px 15px;
	}
	#system #outdoor .item .price{
		display: flex;
		justify-content: center;
	}
	#system #outdoor .item .price li{
		width:50%;
		font-size: 1.1rem;
		text-align: center;
	}
	#system #outdoor .item .price li span{
		display: inline-block;
		font-size: 2.4rem;
		padding: 0 3px;
	}
	#system #outdoor .item .link{
		padding: 20px 0;
		text-align: center;
	}
	#system #outdoor .item .link a{
		display: inline-block;
		background: url("../images/system_od12.png") center bottom no-repeat;
		padding: 0 15px 3px;
		color: #231307;
		font-size: 1.6rem;
		text-decoration: none;
	}
	#system #outdoor .bnr{
		margin: 20px 10px 0;
	}
	#system #outdoor .bnr img{
		width: 100%;
	}
}


/*======== BBQコース予約 ========*/

#system #bbq02{
	margin-bottom: 50px;
}
#system #bbq02 h2{
  background-image: url("../images/icon_no03.png");
}
#system #bbq02 .fbox{
  display: flex;
}
#system #bbq02 .fbox table{
	width:80%;
  border-collapse: separate;
  border-spacing: 3px;
  border: none;
}
#system #bbq02 .fbox th{
  border: none;
  padding: 8px 10px;
	text-align: left;
	position: relative;
}
#system #bbq02 .fbox th span{
  font-size: 1.2rem;
}
#system #bbq02 .fbox th em{
	font-size: 1.3rem;
  font-style: normal;
	float: right;
}
#system #bbq02 .fbox td{
  border: none;
  padding: 5px 10px;
	line-height: 1.35;
	text-align: left;
	position: relative;
}
#system #bbq02 .fbox tr:nth-of-type(odd) td{
  background: #e5eae6;
}
#system #bbq02 .fbox tr:nth-last-of-type(1) td{
  background: #fdfcd0;
}
#system #bbq02 .fbox td span.plan01{
	display: block;
	background-color: #003912;
	border-radius: 3px;
	padding: 2px 5px;
	color: #fff;
	font-size: 1.1rem;
	float: right;
}
#system #bbq02 .fbox td span.plan02{
	display: block;
	background-color: #c20c22;
	border-radius: 3px;
	padding: 2px 5px;
	color: #fff;
	font-size: 1.1rem;
	float: right;
	margin-left: 10px;
}
#system #bbq02 .fbox td span.fs12{
	font-size: 1.2rem;
}
#system #bbq02 .fbox td > i{
	font-style: normal;
	float: right;
}
#system #bbq02 .fbox .pic{
	width:20%;
	padding: 0 0 0 15px;
}
#system #bbq02 .fbox .pic img{
	width:100%;
}
#system #bbq02 .tx01{
	margin: 30px 0 0;
}

@media screen and ( max-width: 768px ) {
	#system #bbq02{
		margin-bottom: 10px;
	}
	#system #bbq02 .ttl_yellow{
		margin: 0;
	}
  #system #bbq02 .fbox{
    display: none;
  }
}

/*======== BBQコース(SP) ========*/

#system #sp_bbq{
	display: none;
}

@media screen and ( max-width: 768px ) {
	#system #sp_bbq{
		display: block;
		margin-bottom: 15px;
	}
	#system #sp_bbq .lead{
		width:100%;
		background: #003912;
		color: #fff;
		padding: 20px;
		margin: 0 0 10px;
	}
  #system #sp_bbq .lead h2{
		background: url("../images/sp_h2_bg01.png") top 5px left no-repeat;
		background-size: 34px 25px;
		padding: 0 0 0 40px;
		font-size: 3.0rem;
		font-weight: 400;
		margin: 0 0 15px;
  }
	#system #sp_bbq .lead h2 span{
		display: block;
		padding: 8px 0 0;
		font-size: 1.6rem;
	}
	#system #sp_bbq .lead p{
		line-height: 1.5;
	}
	#system #sp_bbq .lead .dutch{
    background: url("../images/sp_h2_bg02.png") top left no-repeat;
    background-size: 25px auto;
    padding: 0 0 0 30px;
		font-size: 1.2rem;
		margin: 15px 0 0;
  }
	#system #sp_bbq .menu{
		width:100%;
		padding: 0 30px 15px;
	}
	#system #sp_bbq .menu .item img{
		width:100%;
	}
	#system #sp_bbq .menu .item h3{
		font-size: 2.8rem;
		font-weight: 400;
		margin: 10px 0 0;
	}
	#system #sp_bbq .menu .item h3 span{
		display: block;
		padding: 5px 0 0;
		font-size: 1.4rem;
		font-weight: 400;
	}
	#system #sp_bbq .menu .item h3 i{
		font-style: normal;
		font-size: 1.8rem;
	}
	#system #sp_bbq .menu .item p{
		font-size: 2.6rem;
		text-align: right;
		margin: 0 0 15px;
	}
	#system #sp_bbq .menu .item p span:nth-of-type(1){
		font-size: 1.2rem;
		padding-right: 10px;
	}
	#system #sp_bbq .menu .item p span:nth-of-type(2){
		font-size: 1.6rem;
		padding-left: 5px;
	}
	#system #sp_bbq .menu .item ul li{
		display: inline-block;
		padding: 0 15px 10px 0;
		font-size: 1.2rem;
	}
	#system #sp_bbq .menu .item ul li.duch{
		background: url("../images/sp_h2_bg03.png") top left no-repeat;
    background-size: 25px auto;
    padding: 0 15px 10px 30px;
	}
	#system #sp_bbq .menu .item ul li span{
		display: block;
		padding: 5px 0 0 12px;
		font-size: 1.0rem;
		line-height: 1.5;
	}
	#system #sp_bbq .menu .item ul li.caution{
		font-size: 1.0rem;
		line-height: 1.5;
	}
}

/*======== サイドメニュー ========*/

#system #side_menu{
	width:1000px;
	margin: 0 auto 30px;
	background:url("../images/system_side_bg01.jpg");
	border-radius: 20px;
	padding: 10px 20px 20px;
}
#system #side_menu .menu{
	border:1px solid #003912;
  border-radius: 10px;
  padding: 20px 19px 20px;
  margin: 30px 0;
}
#system #side_menu .menu .ttl01{
	margin: -40px 0 20px;
}
#system #side_menu .menu h3{
	display: inline-block;
	background:url("../images/system_side_bg01.jpg");
  font-size: 2.4rem;
  padding: 0 30px;
}
#system #side_menu .menu h3 span{
	background: #c30d23;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 5px 10px;
	margin-right: 10px;
}
#system #side_menu .menu h3 i{
	font-style: normal;
	font-size: 1.6rem;
	padding-left: 10px;
}
#system #side_menu .menu ul.m01{
	display: flex;
	flex-wrap: wrap;
}
#system #side_menu .menu ul.m01 li{
	width:14%;
	align-self: flex-end;
	text-align: center;
	margin: 0 0 30px;
}
#system #side_menu .menu ul.m01 li.it2{
	width:28%;
}
#system #side_menu .menu ul.m01 li > img{
	margin: 0 auto;
}
#system #side_menu .menu ul.m01 li > p{
	margin: 20px 0 0;
	font-weight: 700;
}
#system #side_menu .menu ul.m01 li > p span{
	font-size: 1.2rem;
}
#system #side_menu .menu .pic01{
	display: block;
	margin: 0 auto 30px;
}
#system #side_menu .menu > p{
	width:640px;
	background: #fff;
	padding: 10px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 30px;
}
#system #side_menu .menu ul.m02{
	display: flex;
}
#system #side_menu .menu ul.m02 li{
	width:25%;
	text-align: center;
}
#system #side_menu .menu ul.m02 li > img{
	margin: 0 auto 20px;
}
#system #side_menu .menu ul.m02 li > p{
	font-weight: 700;
}
#system #side_menu .rule{
	margin: 0 0 30px;
}
#system #side_menu .rule p:nth-of-type(1){
	text-align: center;
}
#system #side_menu .rule p:nth-of-type(1) span{
	display: inline-block;
	background-color: #003912;
	border-radius: 15px;
	color: #fff;
	line-height: 1.35;
	padding: 5px 20px;
}
#system #side_menu .rule ul{
	width:800px;
	margin: 20px auto 0;
}
#system #side_menu .rule ul li{
	font-weight: 700;
	line-height: 1.5;
	padding: 0 0 0 16px;
	margin: 0 0 8px;
	position: relative;
}
#system #side_menu .rule ul li::before{
	content: '※';
	position: absolute;
	top:0;
	left:0;
}
#system #side_menu .side{
	background:rgba(230,234,231,0.8);
	border-radius: 15px;
	padding: 20px;
}
#system #side_menu .side .side_ttl{
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
#system #side_menu .side .side_ttl h3{
	margin: 0 20px 0 0;
}
#system #side_menu .side .side_ttl h3 span{
	font-size: 1.4rem;
}
#system #side_menu .side .side_ttl p{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}
#system #side_menu .side .fbox{
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
#system #side_menu .side .fbox ul:nth-of-type(1){
	width:47%;
	background: url("../images/system_side23.png") top left no-repeat;
	background-size: contain;
	padding: 0 0 0 110px;
}
#system #side_menu .side .fbox ul:nth-of-type(2){
	width:47%;
	background: url("../images/system_side24.png") top right no-repeat;
	background-size: contain;
	padding: 0 80px 0 0;
}
#system #side_menu .side .fbox ul li{
	list-style-type: disc;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 15px;
	position: relative;
}
#system #side_menu .side .fbox ul li span{
	font-size: 1.1rem;
}
#system #side_menu .side .fbox ul li > em{
	position: absolute;
	top:0;
	right: 0;
	font-style: normal;
}
#system #side_menu .side p{
	text-align: center;
}
#system #side_menu .side p span{
	display: inline-block;
	background-color: #003912;
	border-radius: 20px;
	padding: 8px 15px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
}


@media screen and ( max-width: 767px ) {
	#system #side_menu{
		width:calc(100% - 20px);
		border-radius: 15px;
		padding: 10px;
		margin: 0 auto 20px;
	}
	#system #side_menu .menu{
		padding: 20px 9px 0;
	}
	#system #side_menu .menu .ttl01{
		margin: -30px 0 20px;
	}
	#system #side_menu .menu h3{
		font-size: 1.8rem;
		padding: 0 10px;
	}
	#system #side_menu .menu h3 span{
		font-size: 1.2rem;
		padding: 5px;
	}
	#system #side_menu .menu h3 i{
		font-size: 1.4rem;
	}
	#system #side_menu .menu ul.m01 li{
		width:32%;
		margin: 0 0 30px;
	}
	#system #side_menu .menu ul.m01 li.it2{
		width:68%;
	}
	#system #side_menu .menu ul.m01 li > img{
		width:auto;
		max-width:100%;
		height: 80px;
	}
	#system #side_menu .menu ul.m01 li > p{
		font-size: 1.2rem;
	}
	#system #side_menu .menu > p{
		width:100%;
		text-align: left;
	}
	#system #side_menu .menu ul.m02{
		flex-wrap: wrap;
	}
	#system #side_menu .menu ul.m02 li{
		width:50%;
		margin:0 0 20px;
	}
	#system #side_menu .menu ul.m02 li > img{
		width:auto;
		max-width:100%;
		height: 80px;
	}
	#system #side_menu .menu ul.m02 li > p{
		font-size: 1.2rem;
	}
	#system #side_menu .rule p:nth-of-type(1){
		text-align: left;
	}
	#system #side_menu .rule p:nth-of-type(1) span{
		padding: 5px 10px;
	}
	#system #side_menu .rule ul{
		width:100%;
	}
	#system #side_menu .side{
		padding: 10px;
	}
	#system #side_menu .side .side_ttl{
		display: block;
	}
	#system #side_menu .side .side_ttl p{
		margin: 5px 0 0 10px;
	}
	#system #side_menu .side .fbox{
		display: block;
	}
	#system #side_menu .side .fbox ul:nth-of-type(1){
		width:100%;
		background-size: contain;
		padding: 0 0 0 70px;
		margin: 0 0 20px;
	}
	#system #side_menu .side .fbox ul:nth-of-type(2){
		width:100%;
		background-size: contain;
		padding: 0 70px 0 10px;
	}
	#system #side_menu .side .fbox ul li{
		margin: 0 0 10px 10px;
	}
	#system #side_menu .side .fbox ul li span{
		font-size: 1.0rem;
	}
	#system #side_menu .side p{
		text-align: left;
	}
	#system #side_menu .side p span{
		border-radius: 15px;
		padding: 5px 10px;
		font-size: 1.4rem;
		line-height: 1.35;
	}
}


/*======== フォンダンショコラバナー＆ページ ========*/

.bnr_chocolate{
	width:900px;
	margin: 0 auto 50px;
}
.bnr_chocolate a:hover img{
	opacity: 0.7;
}

@media screen and ( max-width: 768px ) {
  .bnr_chocolate{
		width:100%;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.bnr_chocolate img{
		width: 100%;
		height: auto;
		
	}
}

#chocolate {
	width: 100%;
	height: auto;
	margin: 0;
}
#chocolate img{
	width: 100%;
	height: auto;
}

/*----------------------------------------
glamping
----------------------------------------*/
#glamping{
  width: 100%;
	margin-bottom: 50px;
}
#glamping img{
  display: block;
  width:100%;
}

@media screen and ( max-width: 768px ) {
  #glamping{
    display: none;
  }
}

/*----------------------------------------
bbq
----------------------------------------*/
#bbq{
  width: 100%;
}
#bbq img{
	display: block;
  width: 100%;
}

@media screen and ( max-width: 768px ) {
  #bbq {
    display: none;
  }
}

/*----------------------------------------
gallery
----------------------------------------*/

#gallery{
	width:1000px;
  padding: 0 0 50px;
  margin: 0 auto;
  text-align: center;
}
#gallery .carousel{
  width:930px;
  margin: 0 auto;
  padding-left: 5px;
}

@media screen and ( max-width: 768px ) {
  #gallery{
    box-sizing: border-box;
    width:100%;
    padding: 0 30px 30px;
  }
  #gallery .carousel{
    width: 300px;
    padding: 0;
  }
}

/*----------------------------------------
movie
----------------------------------------*/

#movie{
	width:1000px;
	margin: 0 auto 80px;
}
#movie .carousel_movie{
	width: 930px;
	margin: 0 auto;
}
#movie .carousel_movie li > a{
	display: block;
	margin: 0 5px;
	text-decoration: none;
}
#movie .carousel_movie li > a:hover{
	opacity: 0.7;
}
#movie .carousel_movie li img{
	width: 100%;
}
#movie .carousel_movie li p{
	background: #f4f4f4;
	padding: 10px;
	margin: 10px 0 0;
	color: #333;
	line-height: 1.5;
}
#movie .carousel_movie li p span{
	display: block;
	color: #013912;
}

@media screen and ( max-width: 768px ) {
	#movie{
		width:100%;
		padding: 0 30px;
		margin-bottom: 50px;
	}
	#movie .carousel_movie{
		width: 300px;
	}
	#movie .carousel_movie li > a{
		margin: 0;
	}
}

/*----------------------------------------
sns
----------------------------------------*/

#sns h3{
	font-size: 3.4rem;
	font-weight: 400;
	text-align: center;
	margin: 0 0 20px;
}
#sns .white_box{
	padding: 30px 40px;
}
#sns .sns{
	display: flex;
	justify-content: space-between;
}
#sns .sns a:hover img{
	opacity: 0.7;
}

@media screen and ( max-width: 768px ) {
	#sns h3{
		font-size: 2.8rem;
		margin: 0 0 15px;
	}
	#sns .white_box{
		padding: 15px;
	}
	#sns .sns{
		display: block;
	}
	#sns .sns > li:nth-of-type(1){
		margin-bottom: 10px;
	}
	#sns .sns > li img{
		width:100%;
		height: auto;
	}
}

/*----------------------------------------
cansell
----------------------------------------*/

#cansell{
	margin-bottom: 50px;
}
#cansell .c_policy{
	border:1px solid #003912;
  border-radius: 10px;
  padding: 40px 30px 20px;
  margin: 20px 0 30px;
}
#cansell .c_policy h3{
	font-size: 2.0rem;
	line-height: 1.1;
  margin: -50px 0 20px;
  text-align: center;
}
#cansell .c_policy h3 span{
	display: inline-block;
	background: #fff;
	padding: 0 15px;
}
#cansell .c_policy h4{
	font-size: 1.6rem;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
	position: relative;
}
#cansell .c_policy h4::before{
	content: '■';
	position: absolute;
	top:0;
	left:0;
}
#cansell .c_policy ul{
	margin-bottom: 15px;
}
#cansell .c_policy ol{
	padding-left: 2px;
}
#cansell .c_policy ol li{
	list-style-type: decimal;
	line-height: 1.35;
	margin: 0 0 5px 16px;
}
#cansell .c_policy ol li:nth-last-of-type(1){
	margin-bottom: 0;
}
#cansell .c_policy ol li span{
	background: #fff000;
}
#cansell h3.trigger{
	background: #003912;
	padding: 10px;
	font-size: 1.6rem;
	color: #fff;
	pointer-events: none;
}
#cansell .disclaimer{
	margin: 15px 0 0;
}
#cansell .disclaimer p{
  line-height: 1.5;
	margin: 0 0 20px;
}

@media screen and ( max-width: 768px ) {
	#cansell{
		margin-bottom: 30px;
	}
	#cansell .c_policy{
		padding: 30px 10px 10px;
		margin-bottom: 15px;
	}
	#cansell h3.trigger{
		pointer-events: all;
		cursor: pointer;
		position: relative;
	}
	#cansell h3.trigger::after{
		width:30px;
		height: 15px;
		background: url("../images/trigger_bg01.png") no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		top:10px;
		right: 10px;
	}
	#cansell h3.trigger.active::after{
		background-image: url("../images/trigger_bg01_active.png");
	}
	#cansell .disclaimer{
		display: none;
	}
}

/*----------------------------------------
access
----------------------------------------*/

#access ul{
  width: 100%;
  background: #fff;
  padding: 50px 0;
  text-align: center;
}
#access ul li{
  display: inline-block;
  background:url("../images/access_img01.png") left center no-repeat;
	background-size: 25px auto;
  padding-left: 30px;
  margin: 0 20px;
  font-size: 2.0rem;
  line-height: 32px
}
#access ul li:nth-of-type(2){
  background-image: url("../images/access_img02.png");
}
#access ul li:nth-of-type(3){
	background: none;
  display: block;
	padding: 30px 0 0;
	text-align: center;
}
#access ul li span{
  font-size: 1.6rem;
}
#access ul li:nth-of-type(3) img{
	width:150px;
}

@media screen and ( max-width: 768px ) {
  #access iframe{
    height: 300px;
  }
  #access ul{
    padding: 20px 10px;
    text-align: left;
  }
  #access ul li{
    display: block;
    background-position: left top;
    font-size: 16px;
    line-height: 1.5;
  }
  #access ul li:nth-of-type(1){
    margin-bottom: 10px;
  }
	#access ul li:nth-of-type(3){
		padding-top: 15px;
	}
  #access ul li span{
    display: block;
  }
}

/*----------------------------------------
姉妹店
----------------------------------------*/

#link h2 span{
  font-size: 3.2rem;
}
#link ul{
	display: flex;
	flex-wrap: wrap;
}
#link ul li{
	width:33.33333%;
}
#link ul li img{
	width:100%;
	height: auto;
}
#link ul li:nth-of-type(3n){
	width: 33.33334%;
}
#link ul li a:hover{
  opacity: 0.7;
}

@media screen and ( max-width: 768px ) {
  #link h2 span{
		font-size: 2.0rem;
	}
	#link ul li{
		width:50%;
	}
	#link ul li:nth-of-type(3n){
		width: 50%;
	}
}


/*----------------------------------------
モーダル
----------------------------------------*/

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100010;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.modal.is-show {
  opacity: 1;
  visibility: visible;
}
.modal-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 800px;
  z-index: 2;
}
.modal-inner .pic{
  width:800px;
  margin: 0 auto;
  text-align: center;
}
.close-btn {
  position: absolute;
  right: -25px;
  /*top: -10px; カルーセル時*/
	top: -30px;
  width: 50px;
  height: 50px;
  background: url("../images/modal_close.png");
	background-size: cover;
  cursor: pointer;
	z-index: 10;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
  cursor: pointer;
}

@media screen and ( max-width: 768px ) {
  .modal-inner {
    box-sizing: border-box;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
	.modal-inner .pic{
		width:100%;
	}
  .modal-inner .pic img{
    width:100%;
  }
  .close-btn{
    right: -10px;
		/*top: 5px;*/
		top: -20px;
		width: 30px;
		height: 30px;
  }
}
