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

/* サイドメニュー */
#rightside .sidemenutitle {
	line-height: 3;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #86B236;
}
#rightside ul {
	margin-top: 10px;
	padding-left: 4%;
}
#rightside ul li {
	line-height: 2.4;
	border-bottom: dotted 1px #86B236;
	font-size: 1.0em;
}

#topimg p img {
	width: 100%;
	height: 100%;
	z-index: 2;
}
/* 全体枠 */
#wrapper {
	display: flex;
	justify-content: space-between;
}
#rightside {
	width: 20%;
}
#leftside {
	width: 77%;
}
/* ページ内サブタイトル */
h2 {
	padding: 0.5em;/*文字周りの余白*/
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
	font-size: 150%;
	width: 100%;
	margin-bottom: 2%;
}
h2:before {
	content: '●';
	color: white;
	margin-right: 8px;
}

/* ページ内サブタイトル*/
.title {
	background-color: rgba(194,158,60,0.5);/*背景色*/
	color: #505050;/*文字色*/
}
#casata, #bbq, #golf {
	margin-top: 7%;
}

/* カサータ */
#casata .area dl {
	margin-left: 2%;
	width: 98%;
}
#casata .area dl dt {
	font-weight: bold;
	font-size: 120%;
	color: #6A3A06;
	border-bottom: 1px dotted #6A3A06;
}
#casata .area dl dd {
	margin-bottom: 3%;
}

/* バーベキュー */
#shisestuguide {
	margin-top: 7%;
}
#shisestuguide .area .frame {
	width: 40%;
	display: inline-block;
	position: relative;
	float: right;
	margin-bottom: 4%;
}
#shisestuguide .area .frame img {
	width: 100%;
	height: auto;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}
#shisestuguide .area dl {
	width: 50%;
	margin-left: 2%;
}
#shisestuguide .area dl dt {
	font-weight: bold;
	font-size: 120%;
	color: #6A3A06;
	border-bottom: 1px dotted #6A3A06;
}
#shisestuguide .area dl dd {
	margin-bottom: 3%;
}
/* 料金のご案内 */
#bbq .area table, #golf .area table {
	width: 100%;
	margin: 1% 0;
	border-collapse: collapse;
}
#bbq .area table tr th, #golf .area table tr th {
	background: #efe3d1;
	padding: 7px;
	border: solid 1px #ccc;
	text-align: center;
	vertical-align: middle !important;
}
#bbq .area table tr td, #golf .area table tr td {
	padding: 7px 7px 7px 14px;
	;
	border: solid 1px #ccc;
	vertical-align: middle !important;
}
#shisestuguide .area .map {
	width: 98%;
}
.imgcontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 2%;
}
.imgitem {
	margin-right: 0.5%;
}
.map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.ml-2 {
	margin-left: 2%;
}
.note{
	display:inline-block;
	font-size:87%;
	color:#F00;
	}
.note2{
	font-size:113%;
	color:#F00;
	font-weight:bold;
	margin-left:2%;
	
	}
.note3{
	font-size:110%;
	color:#F00;
	font-weight:bold;
	}
	
	
.mamonaku{
	border: 2px dashed #F00;
padding: 22px;
font-size: 140%;
font-weight: 700;
text-align: center;
background:url(img/end.gif) repeat;
color:#F00;
margin-bottom:3%;
	}

/*===============================================
 分岐
===============================================*/

@media (min-width: 64em) {
#topimg {
	margin-top: 86px;
}
}
 @media (max-width: 64em) {
#wrapper {
	display: block;
}
#rightside {
	width: 98%;
}
#leftside {
	width: 98%;
}
h2 {
	width: 97%;
	margin-bottom: 2%;
}
.imgcontainer {
	justify-content: center;
}
}
 @media (max-width: 30em) {
#topimg {
	margin-top: -20px;
}
#topimg p img {
	width: 98%;
}
.imgcontainer {
	display: block;
	text-align: center;
}
#shisestuguide .area .frame {
	width: 97%;
	float: none;
}
#shisestuguide .area dl {
	width: 97%;
}
}
