/*
Theme Name: 桂公園こどもランド Ver.2.9.4
Theme URI: https://katsura-kidspark.com/
Author: 桂公園こどもランド
Author URI: https://katsura-kidspark.com/
Description: 桂公園こどもランド用テーマ
Version: 2.9.4
License: Katsura Kidspark Only.
*/
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 {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,f
details,
figcaption,
figure,hea
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a { outline:none !important; text-decoration:none; color:#492611; }
a:focus { outline:none !important; color:#492611; text-decoration:none; }
a:active { outline:none !important; color:#492611; text-decoration:none; }
a:hover { color:#783a15; text-decoration:none; }
a:visit { color:#492611; text-decoration:none; }

a {
	-webkit-transition:0.20s;
	   -moz-transition:0.20s;
	    -ms-transition:0.20s;
	        transition:0.20s;
}
/**/
a:hover img {
	opacity:0.75;
}
address {
	margin-top:0;
}
b,strong {
	font-weight: 700;
}
em,i,b {
	font-weight:700;
}
p {
	margin-bottom: 20px;
}
ul,ol {
	list-style: none;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}
.flt-l {float:left;}
.flt-r {float:right;}

hr {
	position: relative;
	border:none;
	border-top:1px solid #ccc;
	height:1px;
	margin-bottom: 100px;
}
hr:after {
	position: absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height: 1px;
	border-top:1px solid #f5f5f5;
}
.ctr {
	text-align: center;
}

/*-----------------------------------------------------------------------------------------
	body
-----------------------------------------------------------------------------------------*/
body {
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	font-size:14px;
	line-height:150%;
	background:#FFFEF8;
	color:#492611;
}
html, body {
	height: 100%;
	width:100%;
	min-width: 980px;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
	clear:both;
	overflow: hidden;
	background:url(img/body.jpg);
}

/*---------------------------------------- スクロールフェードイン ----------*/
.sa,
.sa-prof {
	opacity: 0;
	transition: all 1s ease;
}
.sa.show,
.sa-prof.show {
	opacity: 1;
	transform: none;
}
.sa--up {
	-webkit-transform: translate(0, 20px);
			transform: translate(0, 20px);
}
.sa--left {
	-webkit-transform: translate(-10px, 0);
			transform: translate(-10px, 0);
}
.sa--down {
	-webkit-transform: translate(0, -10px);
			transform: translate(0, -10px);
}
.sa--fade {
	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
}

/*-----------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------*/
header {
	position: relative;
	clear: both;
	min-width: 980px;
	/*
	background:url(img/parts/bg_flag.png) 0 -2px repeat-x #FFFACC;
	*/
	background:url(img/parts/bg_flag.png) 0 0 repeat-x #FFF;
	z-index: 1;
}
#header {
	position: relative;
	max-width:1100px;
	min-width: 980px;
	margin:0 auto;
}
/*---------- ロゴ ----------*/
#header #logo {
	position: relative;
	width:282px;
	padding:60px 0 0 20px;
}
/*---------- TEL ----------*/
#tel {
	position:absolute;
	top:50px;
	right: 20px;
}
#tel p { line-height: 150%;}
#tel p em,
#tel p span {
	display: block;
}
#tel p em {
	font-size: 26px;
	font-weight: 700;
	padding-top:5px;
}
#tel p span {
	font-size: 11px;
}
/*---------- お問い合わせ ----------*/
.contact {
	position:absolute;
	top:60px;
	right:260px;
	background:url(img/parts/email.png) 25px 50% no-repeat #fff000;
	background-size:18px auto;
	border-radius: 30px;
	line-height: 45px;
	width:190px;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow:0 3px 0 rgba(0,0,0,0.10);
			box-shadow:0 3px 0 rgba(0,0,0,0.10);
}
.contact a {
	display: block;
	width:100%;
	height: 100%;
	color:#3a3600;
	padding:3px 0 0 60px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
/*---------- グローバルナビ ----------*/
#gnav {
	position:relative;
	clear:both;
	overflow:hidden;
	margin-top:40px;
	padding:0;
	background:#fff;
	border-top:2px solid #fff000;
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.02);
			box-shadow:0 3px 5px rgba(0,0,0,0.02);
	z-index: 1;
}
#gnav ul {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	max-width:1100px;
	min-width:980px;
}
#gnav ul li {
	position: relative;
	float:left;
	width:20%;
	font-size: 16px;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#gnav ul li:after {
	position: absolute;
	content:'';
	top:30px;
	right:-5px;
	height: 8px;
	width:8px;
	background: #FFED00;
	border-radius: 50%;
}
#gnav ul li:nth-child(5):after,
#gnav ul li:last-child:after {
	display: none;
}
#gnav ul li a {
	display: block;
	width:100%;
	height: 100%;
}
#gnav ul li a:hover {
	/*border-radius: 10px 10px 0 0;*/
	background:rgba(255,240,0,0.40);
}
#gnav ul li:nth-child(6) {display: none;}

/*------------------------------------------------------------------------------------------
	TOP - イラストアニメーション
------------------------------------------------------------------------------------------*/
#wrap-illust {
	position: relative;
	clear:both;
	overflow:hidden;
	padding:50px 0;
	background:url(img/body.jpg) 0 0 repeat;
	z-index: 1;
}
#illust {
	position: relative;
	max-width:1650px;
	min-width: 980px;
	padding:0 10px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#illust img {
	width:100%;
	height: auto;
}
/*
#illust-catch {
	position:absolute;
	top:16%;
	right:0;
	bottom:0;
	left:0;
	margin:0 auto auto auto;
	width:32% !important;
	height:auto !important;
	z-index: 10;
}
*/
#illust:before {
	position: absolute;
	content:"";
	top:18%;
	left: 50%;
	width:13.5%;
	height: 100vh;
	margin:0 0 0 -32%;
	background: url(img/content/top/illust-left.gif) 0 0 no-repeat;
	background-size:100% auto;
}
#illust:after {
	position: absolute;
	content:"";
	top:22%;
	left: 50%;
	width:30%;
	height: 100vh;
	margin:0 0 0 17%;
	background: url(img/content/top/illust-right.gif) 0 0 no-repeat;
	background-size:100% auto;
}

/*------------------------------------------------------------------------------------------
	TOP - 紹介文
------------------------------------------------------------------------------------------*/
#wrap-prof {
	position: relative;
	overflow: hidden;
	padding:0;
	height: 650px;
	background:url(img/content/top/prof.jpg) 70% 50% no-repeat;
}
#prof {
	position: relative;
	clear: both;
	overflow: hidden;
	margin:0;
	width:100%;
	height: 100%;
	background: rgba(10,10,10,0.50);
}
#prof-inbox {
	position: relative;
	margin: 0 auto;
	width: 980px;
	text-align: center;
	padding:100px 0 0 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#prof-inbox p {
	color:#fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 250%;
	margin-bottom: 0;
	text-shadow: 2px 2px 0 rgba(0,0,0,1.00);
}
#prof-inbox p strong {
	font-size: 45px;
	margin-bottom: 80px;
	display: block;
	line-height: 140%;
	color: yellow;
}
#prof-inbox p strong span {
	display: block;
}


/*------------------------------------------------------------------------------------------
	TOP - コンテンツ
------------------------------------------------------------------------------------------*/
#WrapTop{
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
}
#WrapTop:before {
	position: absolute;
	content:"";
	left:-2%;
	top:-5%;
	background: url(img/parts/bg-tp_left.png) repeat-y;
	width:270px;
	height: 120%;
	z-index: 1;
}
#WrapTop:after {
	position: absolute;
	content:"";
	right:-2%;
	top:-5%;
	background: url(img/parts/bg-tp_right.png) repeat-y;
	width:334px;
	height: 120%;
	z-index: 1;
}
/*------------------------------------------------------------------------------------------
	TOP - 遊ぼう！
------------------------------------------------------------------------------------------*/
#enjoy {
	position: relative;
	clear: both;
	overflow: hidden;
	padding:150px 10px 0 10px;
	margin-bottom: 0;
	text-align: center;
	/*background:repeating-linear-gradient(-30deg, #F7FBFB 0, #F7FBFB 5px, #ffffff 5px, #ffffff 10px);*/
	/*
	background-color: #f8f8e7;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
	-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
	-webkit-background-size: 8px 8px;
	background:#fff;
	*/
	background:#fbfaec;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#enjoy h1 {
	font-family: 'Fredoka One', cursive;
	font-weight: 400;
	text-transform: 'uppercase';
	font-size: 70px;
	letter-spacing: 2px;
	margin: 0;
	z-index: 10;
}
.mttl {
	position: relative;
	margin:100px auto 100px auto;
	color:#fff;
	background:#00afcc;
	width:350px;
	font-size: 16px;
	border-radius: 50px;
	line-height: 50px;
	font-weight: 700;
	-webkit-box-shadow:0 5px 0 rgba(0,0,0,0.15);
			box-shadow:0 5px 0 rgba(0,0,0,0.15);
}
/*--------- もっとみるボタン ----------*/
.more {
	position: relative;
	clear: both;
	overflow: hidden;
	max-width:450px;
	width:50%;
	margin:100px auto 100px auto;
	text-align: center !important;
	font-size:18px;
	font-weight: 700;
	background: #fff;
	border:3px solid #392300;
	border-radius: 50px;
	text-shadow: none !important;
	-webkit-box-shadow:0 7px 0 rgba(0,0,0,0.15);
			box-shadow:0 7px 0 rgba(0,0,0,0.15);
	z-index: 10;
}
.more a {
	display: block;
	line-height: 70px;
	color: #392300;
}
.more a:after {
	position: absolute;
	content: '';
	right:30px;
	top:50%;
	margin-top:-10px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #392300;
    border-right: 2px solid #392300;
    -webkit-transform: rotate(45deg);
    		transform: rotate(45deg);
}
/*------------------------------------------------------------------------------------------
	TOP - 遊び方紹介
------------------------------------------------------------------------------------------*/
.box-play {
	position: relative;
	clear:both;
	/*
	overflow:hidden;
	padding-bottom: 100px;
	*/
	margin:0 auto 50px auto;
	max-width:1100px;
	min-width:960px;
	-webkit-box-shadow:10px 10px 0 rgba(0,0,0,0.15);
			box-shadow:10px 10px 0 rgba(0,0,0,0.15);
	z-index: 10;
}
.box-play img {
	display: block;
	width:65%;
	max-width:700px;
	height: auto;
}
.box-play dl {
	position: absolute;
	bottom:0;
	right: 0;
	display: block;
	padding:270px 25px 25px 25px;
	width:420px;
	height: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.box-play dl:after {
	position: absolute;
	content: '';
	bottom:10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
}
.box-play dl dt {
	font-size:30px;
	font-weight: bold;
	margin-bottom:20px;
}
.box-play dl dt span {
	font-size: 12px;
	display:block;
	text-align: center;
	margin-top:10px;
}
.box-play dl dd {
	text-align: left;
	line-height: 190%;
	font-size: 15px;
}

/*----- no1 -----*/
/*
.no1 img {
	box-shadow: 25px 25px 0 rgba(184,226,227,0.70);
}
*/
.no1 dl {
	border:10px solid #b8e2e3;
	background:url(img/content/top/howto01.png) 50% 25px no-repeat #fff;
	background-size:200px auto;
}
.no1 dl:after {
	border-color: transparent transparent #b8e2e3 transparent;
}

/*----- no2 -----*/
/*
.no2 img {
	box-shadow: 25px 25px 0 rgba(241,229,51,0.50);
}
*/
.no2 dl {
	border:10px solid #f8f08a;
	background:url(img/content/top/howto02.png) 50% 25px no-repeat #fff;
	background-size:200px auto;
}
.no2 dl:after {
	border-color: transparent transparent #f8f08a transparent;
}

/*----- no3 -----*/
/*
.no3 img {
	box-shadow: 25px 25px 0 rgba(234,247,109,1.00);
}
*/
.no3 dl {
	border:10px solid #eaf76d;
	background:url(img/content/top/howto03.png) 50% 25px no-repeat #fff;
	background-size:200px auto;
}
.no3 dl:after {
	border-color: transparent transparent #eaf76d transparent;
}

/*------------------------------------------------------------------------------------------
	TOP - お知らせ
------------------------------------------------------------------------------------------*/
#news {
	position: relative;
	clear: both;
	overflow: hidden;
	padding:100px 0 0 0;
	background-color: #f8f8e7;	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
	-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
	-webkit-background-size: 8px 8px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;

}
#news h1 {
	font-family: 'Fredoka One', cursive;
	font-weight: 400;
	text-transform: 'uppercase';
	font-size: 70px;
	letter-spacing: 2px;
	margin: 0;
}

.list-news {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width:1100px;
	min-width:960px;
	margin:0 auto 100px auto;
}
.list-news li {
	position: relative;
	overflow: hidden;
	text-align:left;
	width:30%;
	margin:0 3% 3% 0;
	padding: 1%;
	background:#fff;
	border:1px solid #D1C0B6;
	-webkit-box-shadow: 10px 10px 0 rgba(0,0,0,0.10);
			box-shadow: 10px 10px 0 rgba(0,0,0,0.10);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-news li:last-child {
	margin-right:0 !important;
}
.list-news li:hover {
	opacity: 0.75;
}
.list-news li img {
	width:100%;
	height: auto;
	display: block;
	margin-bottom:4%;
}
.list-news li p {
	margin:0 2% 4% 2%;
	line-height: 160%;
	font-size: 16px;
	min-height: 70px;
}
.list-news li p.datetime {
	position: relative;
	clear: both;
	overflow: hidden;
	text-align: right;
	color:#999;
	margin:0 2% !important;
	font-size: 12px;
	min-height: auto !important;
}
.list-news li a {
	display: block ;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	background/*\**/: #fff\9;
	filter:alpha(op／city=0);
}

#renovation {
	position: relative;
	clear:both;
	padding: 50px 0 0 0;
	/*
	padding: 80px 0;
	background:#fbfaec;
	*/
	background:#fff;
	border-top:1px solid rgba(73,38,17,0.20);
	z-index: 1;
}
#renovation p {
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 250%;
}
/*------------------------------- イベント ----------*/
#photoevent1 {
	position: relative;
	clear:both;
	overflow: hidden;
	text-align: center;
	padding:50px 0 30px 0;
	background:rgba(255,245,77,0.50);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#photoevent1 img {
	width:550px;
	height: auto;
	display: block;
	margin:0 auto 20px auto;
	background:#fff;
	padding: 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#photoevent1 p {
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
}
#photoevent1 p a {
	width:840px;
	margin:0 auto;
	display: block;
}
.more-contest {
	position:relative;
	clear:both;
	width:550px;
	margin:100px auto 0 auto;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.more-contest a {
	position: relative;
	display: block;
	color:#5f3919;
	font-size:30px;
	width:100% !important;
	font-weight:700;
	letter-spacing:2px;
	line-height:80px;
	border-radius:80px;
	background:#fff;
	-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.10);
			box-shadow: 0 5px 0 rgba(0,0,0,0.10);
}
.more-contest a:after {
	position: absolute;
	content:'';
	top:50%;
	right:40px;
	border-top:3px solid #5f3919;
	border-right:3px solid #5f3919;
	height:15px;
	width:15px;
	margin:-10px 0 0 0;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

/*------------------------------------------------------------------------------------------
	フッター
------------------------------------------------------------------------------------------*/
footer {
	position: relative;
	clear:both;
	padding:40px 0;
	/*
	overflow:hidden;
	background: #FFFCE6;
	*/
	background: #FFF;
	z-index: 1;
}
#footer {
	position:relative;
	claer:both;
	overflow: hidden;
	width:960px;
	margin: 0 auto;
}
#footer small {
	position: absolute;
	bottom:0;
	right: 0;
}
#pagetop {
	position: absolute;
	bottom:275px;
	left:50%;
	width:50px;
	height:50px;
	margin-left:-25px;
	background:#3a3107;
	border-radius:50%;
}
#footer .logo-f {
	position: relative;
	width:180px;
}
#footer .logo-f img {
	width:100%;
	height: auto;
}
#pagetop a:before {
	position: absolute;
	content: '';
	top:22px;
	left: 19px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
    		transform: rotate(-45deg);
	z-index: 0;
}
#pagetop a {
	display: block;
	width:100%;
	height: 100%;
	z-index: 10;
}
nav#f-nav {
	position: relative;
	width:400px;
}
nav#f-nav li {
	position: relative;
	padding:0 15px;
	float: left;
	font-size: 12px;
	border-right:1px solid #999;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
nav#f-nav li a {
	color:rgba(73,38,17,0.70);
}
nav#f-nav li:last-child {
	border-right:none;
}
/*------------------------------ フッター固定ボタン ----------*/
#fBtn {
	display: none;
}

/*------------------------------------------------------------------------------------------
	下層ページ共通
------------------------------------------------------------------------------------------*/
article {
	position: relative;
	text-align: left;
	width:100%;
	margin: 0;
}
article p {
	font-size: 16px;
	line-height: 180%;
}
article section {
	position: relative;
	text-align: left;
	max-width:1100px;
	min-width:980px;
	margin: 0 auto;
	padding:80px 10px 120px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
section h2 {
	position: relative;
	font-family: "M PLUS Rounded 1c";
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 180%;
	margin-bottom:80px;
	letter-spacing: 5px;
}
section h2:after {
	position: absolute;
	content:'';
	bottom:-30px;
	left:50%;
	margin-left:-25px;
	width:50px;
	height: 21px;
	background:url(img/parts/icon-circle.png) 50% 0 no-repeat;
	background-size:50px;
}
#ttl {
	position: relative;
	padding:80px 0;
	text-align: center;
	background:url(img/body.jpg) 50% 0 repeat;
}
#ttl:after {
	position: absolute;
	content:"";
	top:50px;
	left: 50%;
	background: url(img/parts/bg-ttl.png) 50% 50% no-repeat;
	margin:0 0 0 -369px;
	width:738px;
	height: 205px;
}
#ttl h1 {
	position: relative;
	font-family: 'Fredoka One', cursive;
	font-weight: 700;
	text-transform: 'uppercase';
	font-size: 40px;
	letter-spacing: 2px;
	margin: 0;
	z-index: 1;
}
#ttl span {
	position: relative;
	margin:50px auto 0 auto;
	padding:10px 0;
	color:#484421;
	display: block;
	background:#ECEAD7;
	width:420px;
	font-size: 16px;
	border-radius: 50px;
	line-height: 180%;
	font-weight: 700;
	-webkit-box-shadow:0 5px 0 rgba(0,0,0,0.05);
			box-shadow:0 5px 0 rgba(0,0,0,0.05);
}
/*---------- コンテンツ紹介 ----------*/
.catch {
	position: relative;
	background:url(img/content/access/bg-access-main.jpg) 50% 0 no-repeat;
	max-width:100%;
	height: 640px;
}
.catch:before {
	position: absolute;
	content:'';
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.20);
	z-index: 0;
}
.catch div {
	max-width:1100px;
	min-width:960px;
	margin: 0 auto;
	padding:0 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.catch div p {
	position: relative;
	color:#fff;
	font-size:20px;
	font-weight: 700;
	line-height: 180%;
	width:750px;
	margin-bottom:40px;
	-webkit-text-shadow: 0 0 10px rgba(0,0,0,1.00);
			text-shadow: 0 0 10px rgba(0,0,0,1.00);
}
.catch div p strong {
	font-size:36px;
	line-height: 150%;
}

/*------------------------------------------------------------------------------------------
	遊具・乗り物案内
------------------------------------------------------------------------------------------*/
#playground {
	height: 540px;
	background:url(img/content/play/bg-playground.jpg) 50% 0 no-repeat;
}
#playground div {
	padding:80px 10px 0 10px;
}
#playvehicle {
	height: 540px;
	background:url(img/content/play/bg-playvehicle.jpg) 50% 0 no-repeat;
}
#playvehicle div {
	padding:60px 10px 0 10px;
}
#playscenery {
	height: 540px;
	background:url(img/content/play/bg-playscenery.jpg) 50% 0 no-repeat;
}
#playscenery div {
	padding:80px 10px 0 10px;
}

#play01 p {
	text-align: center;
	font-size:20px;
	line-height: 180%;
}
.table-play {
	font-family: "M PLUS Rounded 1c";
	position: relative;
	clear:both;
	overflow: hidden;
	border-radius: 5px;
	width:700px;
	margin: 80px auto 20px auto;
	text-align: center;
	table-layout: fixed;
}
.table-play caption {
	font-size:20px;
	background:#5ab235;
	color:#fff;
	line-height: 70px;
}
.table-play td {
	background:#fff;
	border-bottom: 1px dotted #ccc;
	font-size:20px;
	font-weight:700;
	padding:40px 0;
	line-height:150%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.table-play span {
	display: block;
	font-size: 14px;
}

/*---------- 遊具 ----------*/
.list-play {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	max-width:1100px;
	min-width:980px;
	margin:100px auto 50px auto ;
}
.list-play li {
	font-family: "M PLUS Rounded 1c";
	text-align:center;
	font-size:18px;
	font-weight:700;
	width:31%;
	line-height: 150%;
	margin:0 3% 3% 0;
}
.list-play li:nth-child(3n) {
	margin-right:0;
}
.list-play li img {
	width:100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom:15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-play li:first-child img, .list-play li:nth-child(6) img { border:5px solid rgba(246,195,217,0.50); }
.list-play li:nth-child(2) img, .list-play li:nth-child(7) img { border:5px solid rgba(196,226,157,0.50); }
.list-play li:nth-child(3) img, .list-play li:nth-child(8) img { border:5px solid rgba(168,224,248,0.50); }
.list-play li:nth-child(4) img, .list-play li:nth-child(9) img { border:5px solid rgba(255,250,190,0.50); }
.list-play li:nth-child(5) img, .list-play li:nth-child(10) img { border:5px solid rgba(251,200,140,0.50); }

/*---------- 乗り物 ----------*/
.bx-cars {
	position: relative;
	clear:both;
	overflow: hidden;
	text-align:center;
	max-width:1100px;
	min-width:980px;
	margin:50px auto ;
}
.bx-cars h3, .bx-cars p, .bx-cars ul li {
	font-family: "M PLUS Rounded 1c";
	line-height: 150%;
}
.bx-cars h3 {
	font-size:30px;
	font-weight:700;
	color:#00A32C;
	margin-bottom:40px;
	background:#fff;
	border-radius: 70px;
	padding:15px 0;
	box-shadow: 0 5px 0 rgba(0,0,0,0.10);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-cars h3 span {
	font-size:20px;
	display: block;
}
.bx-cars p {
	font-size:18px;
	font-weight:700;
	margin-bottom:40px;
}
.bx-cars p.price {
	font-size:30px;
	color:#F15A24;
}
.bx-cars ul {
	margin-bottom:50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap !important;
			flex-wrap: wrap !important;
	-webkit-justify-content: center;
			justify-content: center;
}
.bx-cars ul li {
	font-weight:700;
	max-width:39.5%;
	height: auto;
	margin:0 2% 40px 2%;
	border-radius: 10px;
}
.bx-cars ul li.w100 {
	max-width:82.5% !important;
}
.bx-cars ul li img {
	max-width:100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom:15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-cars ul li span {
	display: block;
	margin-top:10px;
	font-size: 20px;
}
.bx-cars ul li:first-child img { border:5px solid rgba(246,195,217,0.50); }
.bx-cars ul li:nth-child(2) img { border:5px solid rgba(196,226,157,0.50); }
.bx-cars ul li:nth-child(3) img { border:5px solid rgba(168,224,248,0.50); }
.bx-cars ul li:nth-child(4) img { border:5px solid rgba(255,250,190,0.50); }
.bx-cars ul li:nth-child(5) img { border:5px solid rgba(251,200,140,0.50); }

/*---------- 景観・オブジェ ----------*/
.list-scenery {
	max-width:1100px;
	min-width:980px;
	margin:100px auto 50px auto ;
	-webkit-display: flex;
			display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}
.list-scenery li {
	font-family: "M PLUS Rounded 1c";
	position: relative;
	overflow: hidden;
	text-align:center;
	font-size:18px;
	font-weight:700;
	width:45.5%;
	margin:0 3% 3% 0;
}
.list-scenery li img {
	width:100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom:15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.list-scenery li:first-child img, .list-scenery li:nth-child(6) img { border:5px solid rgba(246,195,217,0.50); }
.list-scenery li:nth-child(2) img, .list-scenery li:nth-child(7) img { border:5px solid rgba(196,226,157,0.50); }
.list-scenery li:nth-child(3) img, .list-scenery li:nth-child(8) img { border:5px solid rgba(168,224,248,0.50); }
.list-scenery li:nth-child(4) img, .list-scenery li:nth-child(9) img { border:5px solid rgba(255,250,190,0.50); }
.list-scenery li:nth-child(5) img, .list-scenery li:nth-child(10) img { border:5px solid rgba(251,200,140,0.50); }

/*------------------------------------------------------------------------------------------
	フォトギャラリー
------------------------------------------------------------------------------------------*/

.comingsoon {
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 200px auto;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
}

/*-----------------------------------------------------------------------------------------
	問い合わせ
-----------------------------------------------------------------------------------------*/
#inquiry section {
	padding-top: 50px;
}
.inquiryTable {
	position: relative;
	margin:50px auto 0 auto;
	max-width:1100px;
	min-width: 980px;
	border-radius: 10px;
}
.inquiryTable th {
	width:30%;

	vertical-align: middle;
	padding:15px;
	font-size:14px;
	font-weight: 700;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inquiryTable td {
	width:70%;
	padding:20px 15px;
	font-size:16px;
	text-align: left;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inquiryTable label {
	display: block;
}
.inquiryTable td input[type="text"] {
	width:100%;
	height: 55px;
	line-height: 55px;
	padding:0 10px;
	display: inline-block;
	background:#fff;
	font-size: 16px;
	border:3px solid #ccc;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inquiryTable td.tel input[type="text"] {
	width:20%;
	height: 55px;
	line-height: 55px;
	padding:0 10px;
	display: inline-block;
}
.inquiryTable td textarea {
	display: block;
	width:100%;
	min-height: 300px;
	padding:10px;
	border:3px solid #ccc;
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inquiryTable .hisu {
	display: inline-block;
	margin-left:10px;
	color:#ff0000;
}
.inquiryTable .error {
	display: block;
	margin:10px 0 0 0;
	color:#ff0000;
}
.ttl-sendmail {
	font-size:24px;
	letter-spacing: 3px;
	color:#006600;
	margin:40px auto;
	text-align: center;
}
.sendBox {
	position: relative;
	clear:both;
	overflow: hidden;
	margin:0 0 40px 0;
	width:100%;
	padding:20px 0;
	text-align:center !important;
}
.sendBox input[type="submit"] {
	max-width:450px;
	width:50%;
	margin:50px auto;
	text-align: center;
	font-size:18px;
	font-weight: 700;
	background: #fff;
	border:3px solid #392300;
	border-radius: 50px;
	line-height: 70px;
	color: #392300;
	-webkit-box-shadow:0 7px 0 rgba(0,0,0,0.15);
			box-shadow:0 7px 0 rgba(0,0,0,0.15);
}
.sendBox input[type="submit"]:hover {
	opacity: 0.70;
	cursor: pointer;
}
.mw-wp-form_image {
	margin:1% !important ;
	max-width:250px !important;
	height:auto;
}
.mw-wp-form_image img {
	width:100% !important;
	height:auto;
}

/*-----------------------------------------------------------------------------------------
	プライバシーポリシー
-----------------------------------------------------------------------------------------*/
#privacypolicy section {
	padding-top: 50px;
}
#privacypolicy {
	position: relative;
	max-width:1100px;
	min-width:980px;
	margin:0 auto;
}
#privacypolicy h3 {
	font-size:18px;
	font-weight: 700;
	padding: 10px 4px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	line-height: 150%;
}
#privacypolicy .owner {
	text-align: right;
	margin:2% 8% 4% 0;
	font-size:16px;
}
#privacypolicy ul {
	position: relative;
	clear:both;
	overflow: hidden;
	margin-top:20px;
}
#privacypolicy ul li {
	list-style:disc;
	margin-left:20px;
	margin-bottom:6px;
}
#privacypolicy .privacyTxt {
	text-align: right;
	margin:20px 0;
}

/*-----------------------------------------------------------------------------------------
	アクセス
-----------------------------------------------------------------------------------------*/
#access-main {
	background:url(img/content/access/bg-access-main.jpg) 50% 0 no-repeat;
}
.table-guide {
	position: relative;
	border-spacing: 0;
	border:5px solid #efefef;
}
.table-guide th,
.table-guide td {
	padding: 10px 20px;
	font-size:18px;
	height: 100px;
	vertical-align: middle;
	line-height: 180%;
	border-bottom:1px dotted #ccc;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.02);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.table-guide th {
	background:#f5f5f5;
	width:25%;
	text-align: center;
}
.table-guide td {
	background:#fff;
}

/*---------- アクセスマップ ----------*/
#access-map {
	position: relative;
	clear: both;
	overflow:hidden;
}
#access-map .img-map {
	background: #fff;
	border:6px solid #efefef;
	width:49%;
	height: auto;
	margin:0;
	padding:5px;
	display: block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#access-map img:nth-of-type(1){float: left;}
#access-map img:nth-of-type(2){float: right; }

.txt-access {
	position: relative;
	clear: both;
	padding:30px 0 0 15px;
}
.txt-access strong {
	font-size: 20px;
	line-height: 180%;
	font-weight: 700;
}
.txt-access ul {
	position: relative;
	clear: both;
}
.txt-access ul li {
	margin-left:20px;
	list-style: disc;
	line-height: 180%;
	font-size: 20px;
}
#google-map {
	padding: 0;
}
#gmap {
	border:5px solid #efefef;
	height: 750px;
	margin-top:100px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
/*-----------------------------------------------------------------------------------------
	お知らせ詳細
-----------------------------------------------------------------------------------------*/

/*-------------------- 一覧 ----------*/
#details,
#newslist {
	position: relative;
	clear: both;
	overflow: hidden;
	padding-top:50px;
	background:#fff;
}

/*-------------------- 詳細 ----------*/
#content {
	position:relative;
	width:68%;
	float:left;
	clear: left;
	min-height: 500px;
	padding-bottom:100px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#content header,
#content header h1 {
	position: relative;
	clear: both;
	overflow: hidden;
	min-width:100% !important;
	width:100% !important;
	border:none;
	box-shadow: none !important;
}
#content header {
	background-image:none !important;
	margin-bottom:30px;
}
#content header h1 {
	font-family: "M PLUS Rounded 1c";
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 130%;
	margin:0;
	padding:10px;
	text-align: left;
	/*border-bottom:5px solid #ecead7;*/
	color:#492611;
	z-index: 1;
	-webkit-text-shadow:2px 2px 0 rgba(0,0,0,0.05);
			text-shadow:2px 2px 0 rgba(0,0,0,0.05);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#content img {
	max-width:700px;
}
.detatime {
	position: relative;
	clear: both;
	overflow: hidden;
	width:110px;
	text-align: center;
	margin-bottom:30px;
	color:#492611;
	background:rgba(73,38,17,0.05);
	font-size: 12px;
	line-height: 30px;
}
.navigation {
	position: relative;
	clear: both;
	overflow: hidden;
	margin:20px 15px;
	border-top:1px dotted #efefef;
	padding-top:20px;
}
.back {
	width:200px;
	position: relative;
	clear: both;
	overflow: hidden;
	margin:30px auto;
	text-align: center;
	border:1px solid #333;
	border-radius: 3px;
}
.back a {
	display: block;
	padding:20px 0;
	color:#333;
}

/*-----------------------------------------------------------------------------------------
	13 - サイドバー
-----------------------------------------------------------------------------------------*/
#sidebar {
	position: relative;
	overflow: hidden;
	width:28%;
	float:right;
	margin:0 0 50px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 20px;
	border:5px solid #ecead7;
}
#sidebar h3 {
	font-family: "M PLUS Rounded 1c";
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 60px;
	margin:0 0 20px 0;
	background: #ecead7;
	color:#492611;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*-------------------- お知らせ一覧 ----------*/
#sidebar ul.sideList {
	position: relative;
	margin:0;
}
#sidebar ul.sideList li {
	position: relative;
	clear: both;
	overflow: hidden;
	padding:8px;
	margin-bottom:2px;
	font-size: 14px;
	line-height: 170%;
	border-bottom:1px solid #ecead7;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#sidebar ul.sideList li:hover {
	opacity: 0.75;
}
#sidebar ul.sideList li:last-child {
	border-bottom: none;
}
#sidebar ul.sideList li img {
	width:27%;
	height: auto;
	float:left;
}
#sidebar ul.sideList li p {
	margin:0 2%;
	line-height: 160%;
	font-size: 14px;
	float:right;
	text-align: left;
	width:65%;
}
#sidebar ul.sideList li p.datetime {
	position: relative;
	clear: both;
	overflow: hidden;
	text-align: right;
	color:#999;
	margin:0 2% !important;
	font-size: 12px;
	min-height: auto !important;
}
#sidebar ul.sideList li a {
	display: block ;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	background/*\**/: #fff\9;
	filter:alpha(op／city=0);
}

/*-----------------------------------------------------------------------------------------
	pagination
-----------------------------------------------------------------------------------------*/
.pagination {
	clear:both;
	overflow:hidden;
	margin:50px 15px;
	text-align:center;
	position:relative;
	font-size:11px;
	line-height:13px;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:9px 11px 8px 11px;
	text-decoration:none;
	width:auto;
	color:#4e3f30;
	background:#EFEFEF;
	border-radius: 3px;
}
.pagination a:hover{
	color:#fff;
	background: #009a5b;
}
.pagination .current{
	padding:9px 11px 8px 11px;
	background: #009a5b;
	color:#fff;
}
.paging {
	position: relative;
	clear: both;
	overflow: hidden;
	border-top:1px solid #efefef;
	padding:30px 0;
}
.prev {
	position: relative;
	float:left;
	width:48%;
	text-align: left;
}
.next {
	position: relative;
	float:right;
	width:48%;
	text-align: right;
}

/*-----------------------------------------------------------------------------------------
	404エラーページ
-----------------------------------------------------------------------------------------*/
#error404 section {
	margin:150px auto;
	text-align: center;
}

/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:680px) {
	h1, h2, h3, h4, h5, h6 {}
	article,
	aside,
	details,
	figcaption,
	figure,hea
	footer,
	header,
	hgroup,
	nav,
	section {}
	a { outline:none !important; text-decoration:none; color:#492611; }
	a:focus { outline:none !important; color:#492611; text-decoration:none; }
	a:active { outline:none !important; color:#492611; text-decoration:none; }
	a:hover { color:#783a15; text-decoration:none; }
	a:visit { color:#492611; text-decoration:none; }
	a {
		-webkit-transition:0;
		   -moz-transition:0;
			-ms-transition:0;
				transition:0;
	}
	/**/
	a:hover img {opacity:1;}
	address {}
	b,strong {}
	em,i,b {}
	p {
		margin-bottom: 4%;
	}
	ul,ol {}
	img {}
	table {}
	.flt-l {}
	.flt-r {}
	
	hr {
		margin-bottom: 10%;
	}
	hr:after {}

	/*-----------------------------------------------------------------------------------------
		body
	-----------------------------------------------------------------------------------------*/
	body {}
	html, body {
		min-width: 100%;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	main {
		background:#fff;
	}

	/*---------------------------------------- スクロールフェードイン ----------*/
	.sa,
	.sa-prof {}
	.sa.show,
	.sa-prof.show {}
	.sa--up {}
	.sa--left {}
	.sa--down {}
	.sa--fade {}

	/*-----------------------------------------------------------------------------------------
		header
	-----------------------------------------------------------------------------------------*/
	header {
		position: fixed;
		min-width: 100%;
		background:url(img/parts/bg_flag.png) 0 -2px repeat-x rgba(255,255,255,0.97);
		background-size:120px auto;
		z-index: 9999;
		height: 60px;
	}
	#header {
		max-width:100%;
		min-width:100%;
		padding:13px 0 0 0;
	}
	/*---------- ロゴ ----------*/
	#header #logo {
		width:170px;
		padding:7px 0 0 10px;
	}
	#header #logo img {
		width:100%;
		height: auto;
	}
	/*---------- TEL ----------*/
	#tel {
		display: none;
	}
	#tel p {}
	#tel p em,
	#tel p span {}
	#tel p em {	}
	#tel p span {}
	/*---------- お問い合わせ ----------*/
	.contact {
		display: none;
	}
	.contact a {}

	/*---------- グローバルナビ ----------*/
	/*------------------------------ メニューボタン ----------*/
	#panel-btn {
		display: inline-block;
		position: fixed;
		top:20px;
		right:15px;
		width: 30px;
		height: 30px;
		margin-top:0;
		z-index:9999;
	}
	#panel-btn-icon {
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 30px;
	  height: 2px;
	  background: #492611;
	  transition: .2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		display: block;
		width: 30px;
		height: 2px;
		background: #492611;
		transition: .3s;
	}
	#panel-btn-icon:before {
		margin-top: -11px;
	}
	#panel-btn-icon:after {
		margin-top: 8px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
		background: #111;
	}
	#panel-btn .close:before{
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}
	
	/*------------------------------ グローバルナビ ----------*/
	#gnav {
		position:fixed;
		top:60px !important;
		left:0;
		margin:0;
		display: none;
		width: 100%;
		height: 100%;
		z-index:9000;
		border:none;
		background:rgba(219,214,191,0.97) !important;
	}
	#gnav ul {
		position:relative;
		clear:both;
		margin:8% auto 0 auto;
		max-width:90% !important;
		min-width: 90% !important;
	}
	#gnav ul li {
		font-size:10px;
		text-align:center;
		background:#fff;
		width:29%;
		border-radius: 10px;
		line-height: 40px;
		margin:0 6% 6% 0;
		-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.10);
				box-shadow:0 2px 2px rgba(0,0,0,0.10);
	}
	#gnav ul li:nth-child(3n) {
		margin-right: 0 !important;
	}
	#gnav ul li:after {
		display: none;
	}
	#gnav ul li a {
		display:block;
		padding:70px 0 0 0 !important;
		margin:0;
		width:100%;
		border-radius: 10px;
		color:#492611;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	#gnav ul li a:hover {}
	#gnav ul li:first-child {background:url(img/parts/gnav01.png) 50% 40% no-repeat #fff;background-size:100% auto;}
	#gnav ul li:nth-child(2) {background:url(img/parts/gnav02.png) 50% 40% no-repeat #fff;background-size:100% auto;}
	#gnav ul li:nth-child(3) {background:url(img/parts/gnav03.png) 50% 40% no-repeat #fff;background-size:100% auto;}
	#gnav ul li:nth-child(4) {background:url(img/parts/gnav04.png) 50% 40% no-repeat #fff;background-size:100% auto;}
	#gnav ul li:nth-child(5) {background:url(img/parts/gnav05.png) 50% 40% no-repeat #fff;background-size:100% auto;}
	#gnav ul li:nth-child(6) {background:url(img/parts/gnav06.png) 50% 40% no-repeat #fff;background-size:100% auto; display: block;}

	/*------------------------------------------------------------------------------------------
		TOP - イラストアニメーション
	------------------------------------------------------------------------------------------*/
	#wrap-illust {
		padding:80px 0 5% 0;
		background:url(img/body.jpg) 0 0 repeat;
	}
	#illust {
		max-width:185%;
		min-width:185%;
		padding:2% 0;
		margin:0 0 0 -42%;
	}
	#illust img {}
	#illust-catch {
		position:absolute;
		top:19%;
		right:0;
		bottom:0;
		left:0;
		margin:0 auto auto auto;
		width:34% !important;
		height:auto !important;
		z-index: 10;
	}

	/*------------------------------ イラストアニメーション ----------*/
	/*
	.animation-target {}
	@-webkit-keyframes animation {}
	@keyframes animation {}
	*/

	/*------------------------------------------------------------------------------------------
		TOP - 紹介文
	------------------------------------------------------------------------------------------*/
	#wrap-prof {
		position: relative;
		padding:0;
		background:url(img/content/top/prof.jpg) 50% 50% no-repeat #fff local;
		background-size: cover;
		height: auto !important;
	}
	#prof {
		padding-bottom: 10%;
	}
	#prof-inbox {
		width: 100%;
		padding:10% 0 0 0;
	}
	#prof-inbox p {
		font-size: 12px;
		line-height: 250%;
	}
	#prof-inbox p strong {
		font-size: 20px;
		margin-bottom: 7%;
	}
	#prof-inbox p strong span {}
	
	/*------------------------------------------------------------------------------------------
		TOP - コンテンツ
	------------------------------------------------------------------------------------------*/
	#WrapTop{}
	#WrapTop:before {
		display: none !important;
	}
	#WrapTop:after {
		display: none !important;
	}
	
	/*------------------------------------------------------------------------------------------
		TOP - 遊ぼう！
	------------------------------------------------------------------------------------------*/
	#enjoy {
		position: relative;
		padding:10% 2%;
	}
	#enjoy h1 {
		font-size: 30px;
	}
	.mttl {
		position: relative;
		margin:10% auto;
		width:60%;
		font-size: 12px;
		border-radius: 50px;
		line-height: 40px;
	}
	/*--------- もっとみるボタン ----------*/
	.more {
		max-width:80%;
		width:80%;
		font-size:14px;
		border:2px solid #392300;
		margin:10% auto;
	}
	.more a {
		display: block;
		line-height: 50px;
		color: #392300;
	}
	.more a:after {
		position: absolute;
		content: '';
		right:20px;
		top:50%;
		margin-top:-6px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #392300;
		border-right: 2px solid #392300;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	/*------------------------------------------------------------------------------------------
		TOP - 遊び方紹介
	------------------------------------------------------------------------------------------*/
	.box-play {
		margin:0 auto 8% auto;
		max-width:90%;
		min-width:90%;
	}
	.box-play img {
		display: block;
		width:100%;
		max-width:100%;
		height: auto;
	}
	.box-play dl {
		position: relative;
		bottom:0;
		right: 0;
		display: block;
		padding:160px 0 0 0;
		width:100%;
		height: 100%;
	}
	.box-play dl:after {
		position: absolute;
		content: '';
		bottom:10px;
		right: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 20px 20px;
	}
	.box-play dl dt {
		font-size:24px;
		font-weight: bold;
		margin-bottom:0;
	}
	.box-play dl dt span {
		font-size: 12px;
		margin:0 auto;
	}
	.box-play dl dd {
		text-align: left;
		line-height: 190%;
		font-size: 14px;
		padding: 5%;
	}

	/*----- no1 -----*/
	.no1 dl {
		background-size:100px auto;
	}
	.no1 dl:after {}

	/*----- no2 -----*/
	.no2 dl {
		background-size:100px auto;
	}
	.no2 dl:after {}

	/*----- no3 -----*/
	.no3 dl {
		background-size:100px auto;
	}
	.no3 dl:after {}

	/*------------------------------------------------------------------------------------------
		TOP - お知らせ
	------------------------------------------------------------------------------------------*/
	#news {
		padding:10% 0 20% 0;
		background:#fff;
	}
	#news h1 {
		font-family: 'Fredoka One', cursive;
		font-weight: 400;
		text-transform: 'uppercase';
		font-size: 30px;
		letter-spacing: 2px;
		margin: 0;
	}

	.list-news {
		max-width:100%;
		min-width:100%;
		display: block;
	}
	.list-news li {
		width:100%;
		margin-right:0;
		padding:8% 15% 8% 3%;
		border-top:none;
		border-left:none;
		border-right:none;
		box-shadow: none;
	}
	.list-news li:after {
		position: absolute;
		content:"";
		top:50%;
		right: 7%;
		margin-top:-7.5px;
		width: 15px;
		height: 15px;
		border-top: 2px solid #D1C0B6;
		border-right: 2px solid #D1C0B6;
		z-index: 0;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	.list-news li:last-child{}
	.list-news li img {
		width:25% !important;
		height: auto !important;
		margin:0 !important;
		float: left;
		border:none;
	}
	.list-news li p {
		margin:0 !important;
		width:70%;
		min-height: auto !important;
		float: right;
		text-align: left;
	}
	.list-news li p.datetime {
		position: absolute;
		right:15%;
		width:85px;
		bottom:10%;
	}
	.list-news li a {}
	
	/*------------------------------------------------------------------------------------------
		桂公園こどもランド活動内容文
	------------------------------------------------------------------------------------------*/
	#renovation {
		padding: 6% 4%;

		border-top:1px solid #efefef;
		border-bottom:1px solid #efefef;
	}
	#renovation p {
		margin-bottom: 0;
		text-align: left;
		font-size: 12px;
		line-height: 180%;
	}
	#renovation p br {
		display: none;
	}
	
	/*------------------------------- イベント ----------*/
	#photoevent1 {
		padding:8% 0;
	}
	#photoevent1 img {
		width:90%;
		margin:0 auto 4% auto;
		padding: 2%;
	}
	#photoevent1 p {
		font-size: 18px;
		margin-bottom: 0;
	}
	#photoevent1 p a {
		width:100% !important;
	}
	.more-contest {
		width:80%;
		margin:10% auto 0 auto;
	}
	.more-contest a {
		font-size:18px;
		line-height:60px;
		border-radius:60px;
	}
	.more-contest a:after {
		right:8%;
	}

	/*------------------------------------------------------------------------------------------
		フッター
	------------------------------------------------------------------------------------------*/
	footer {
		padding:10% 0 100px 0;
	}
	#footer {
		width:100%;
		margin: 0;
	}
	#footer small {
		position: relative;
		clear: both;
		overflow: hidden;
		bottom:0;
		right: 0;
		margin: 5% auto 0 auto;
		text-align: center;
		display: block;
	}
	footer p {
		display: none;
	}
	#pagetop {
		display: none;
	}
	#footer .logo-f {
		position: relative;
		width:180px;
		margin:0 auto 4% auto;
		display: block !important;
	}
	#footer .logo-f img {}
	#pagetop a:before {}
	#pagetop a {}
	nav#f-nav {
		width:100%;
		margin: 0;
	}
	nav#f-nav ul {
		display: -webkit-flex;
    	display: flex;
		justify-content: center;
		width:90%;
		margin: 0 auto;
	}
	nav#f-nav li {
		padding:0 3% !important;
		font-size: 11px !important;
		float:none;
		white-space: nowrap;
	}
	nav#f-nav li a {}
	nav#f-nav li:last-child {}
	/*------------------------------ フッター固定ボタン ----------*/
	#fBtn {
		display: block;
		position: fixed;
		left:0;
		bottom:0;
		z-index: 9999;
	}
	#fBtn ul {
		position: fixed;
		left:0;
		bottom:0;
		display: -webkit-flex;
    	display: flex;
		width: 100%;
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.35);
				box-shadow: 0 0 4px rgba(0,0,0,0.35);
		
	/*	border-top:1px solid #492611;	*/
	}
	#fBtn ul li {
		width: 25%;
		font-weight: 700;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		text-align: center;
		background:#fff;
	}
	#fBtn ul li span {
		display: block;
		font-size: 11px;
		height: 20px;
		margin-top:4%;
	}
	#fBtn ul li a {
		display: block;
		padding:12px 0 7px 0;
	}
	#fBtn ul li i {
		display: none !important;
	}
	#fBtn ul li img {
		width:24px;
		height: 24px;
		margin-bottom:5%;
	}

	/*------------------------------------------------------------------------------------------
		下層ページ共通
	------------------------------------------------------------------------------------------*/
	article {}
	article section {
		position: relative;
		text-align: left;
		padding:10% 5%;
		max-width:100%;
		min-width:100%;
		margin:0;
	}
	section h2 {
		font-size: 20px;
		line-height: 180%;
		margin-bottom:15%;
	}
	section h2:after {
		position: absolute;
		content:'';
		bottom:-20px;
		left:50%;
		margin-left:-15px;
		width:30px;
		height: 15px;
		background:url(img/parts/icon-circle.png) 0 0 no-repeat;
		background-size:30px;
	}
	#ttl {
		position: relative;
		padding:100px 0 50px 0;
	}
	#ttl:after {
		top:0;
		left: 0;
		background-position: 0 50%;
		background-size:100% auto;
		margin:0;
		width:100%;
		height: 100%;
	}
	#ttl h1 {
		font-family: 'Fredoka One', cursive;
		font-size: 26px;
		margin: 0;
	}
	#ttl span {
		position: relative;
		margin:4% auto 0 auto;
		width:80%;
		font-size: 14px;
		line-height: 150%;
	}
	/*---------- コンテンツ紹介 ----------*/
	.catch {
		position: relative;
		background-size:cover !important;
		max-width:100%;
		height: auto;
	}
	.catch:before {}
	.catch div {
		max-width:100%;
		min-width:100%;
		margin: 0;
		padding:8% 2% 0 2%;
	}
	.catch div p {
		font-size:14px !important;
		line-height: 180%;
		width:100%;
		margin-bottom:8%;
	}
	.catch div p strong {
		font-size:18px !important;
	}
	.catch div p br {
		display: none;
	}
	
	/*------------------------------------------------------------------------------------------
		遊具・乗り物案内
	------------------------------------------------------------------------------------------*/
	#play01 p {
		text-align: center;
		font-size:20px;
		line-height: 180%;
	}
	#play02 {
		background:#FFFEF0;
	}
	#play section p {
		text-align: left;
		font-size: 16px;
	}

	#playground {
		height: auto;
		background:url(img/content/play/bg-playground.jpg) 50% 0 no-repeat;
	}
	#playground div {
		padding:8% 2% 0 2%;
	}
	#playvehicle {
		height: auto;
		background:url(img/content/play/bg-playvehicle.jpg) 50% 0 no-repeat;
	}
	#playvehicle div {
		padding:8% 2% 0 2%;
	}
	#playscenery {
		height: auto;
		background:url(img/content/play/bg-playscenery.jpg) 50% 0 no-repeat;
	}
	#playscenery div {
		padding:8% 2% 0 2%;
	}
	.table-play {
		width:100%;
		margin: 8% auto 4% auto;
	}
	.table-play caption {
		font-size:20px;
	}
	.table-play td {
		font-size:16px;
		padding:10% 0;
	}
	.table-play span {
		margin-top:2%;
	}

	/*---------- 遊具 ----------*/
	.list-play {
		display: block;
		max-width:100%;
		min-width:100%;
		margin:10% 0 0 0;
	}
	.list-play li {
		width:100%;
		line-height: 150%;
		margin:0 0 8% 0;
	}
	.list-play li:nth-child(3n) {}
	.list-play li img {
		margin-bottom:6%;
	}

	.list-play li:first-child img, .list-play li:nth-child(6) img { border:3px solid rgba(246,195,217,0.50); }
	.list-play li:nth-child(2) img, .list-play li:nth-child(7) img { border:3px solid rgba(196,226,157,0.50); }
	.list-play li:nth-child(3) img, .list-play li:nth-child(8) img { border:3px solid rgba(168,224,248,0.50); }
	.list-play li:nth-child(4) img, .list-play li:nth-child(9) img { border:3px solid rgba(255,250,190,0.50); }
	.list-play li:nth-child(5) img, .list-play li:nth-child(10) img { border:3px solid rgba(251,200,140,0.50); }

	.list-play li br {
		display: none;
	}
		
	/*---------- 乗り物 ----------*/
	.bx-cars {
		max-width:100%;
		min-width:100%;
		margin:10% auto ;
	}
	.bx-cars h3, .bx-cars p, .bx-cars ul li {}
	.bx-cars h3 {
		font-size:18px;
		font-weight:bold;
		margin-bottom:10%;
		border-radius: 10px;
		padding:4% 0;
	}
	.bx-cars h3 span {
		font-size:16px;
	}
	.bx-cars p {
		font-size:16px;
		margin-bottom:10%;
	}
	.bx-cars p br {
		display: none;
	}
	.bx-cars p.price {
		font-size:20px !important;
		text-align: center !important;
	}
	.bx-cars ul {
		margin-bottom:0;
		display:block;
	}
	.bx-cars ul li {
		max-width:100%;
		margin:0 0 8% 0;
	}
	.bx-cars ul li.w100 {
		max-width:100% !important;
	}
	.bx-cars ul li img {
		margin-bottom:3%;
	}
	.bx-cars ul li span {
		margin-top:4%;
	}
	.bx-cars ul li:first-child img {}
	.bx-cars ul li:nth-child(2) img {}
	.bx-cars ul li:nth-child(3) img {}
	.bx-cars ul li:nth-child(4) img {}
	.bx-cars ul li:nth-child(5) img {}

	/*---------- 景観・オブジェ ----------*/
	.list-scenery {
		max-width:100%;
		min-width:100%;
		margin:15% auto 15% auto ;
		display:block;
	}
	.list-scenery li {
		font-size:18px;
		width:100%;
		margin:0 0 8% 0;
	}
	.list-scenery li img {
		margin-bottom:3%;
	}

	.list-scenery li:first-child img, .list-scenery li:nth-child(6) img {}
	.list-scenery li:nth-child(2) img, .list-scenery li:nth-child(7) img {}
	.list-scenery li:nth-child(3) img, .list-scenery li:nth-child(8) img {}
	.list-scenery li:nth-child(4) img, .list-scenery li:nth-child(9) img {}
	.list-scenery li:nth-child(5) img, .list-scenery li:nth-child(10) img {}

	/*------------------------------------------------------------------------------------------
		フォトギャラリー
	------------------------------------------------------------------------------------------*/
	.comingsoon {
		margin: 15% auto;
		text-align: center;
		font-size: 18px;
		width:100%;
	}

	/*-----------------------------------------------------------------------------------------
		お問い合わせ
	-----------------------------------------------------------------------------------------*/

	#inquiry section {
		padding-top: 10%;
	}
	.inquiryTable {
		margin:4% auto 0 auto;
		border:none;
		max-width:100%;
		min-width:100%;
	}
	.inquiryTable th {
		width:100%;
		vertical-align:inherit;
		padding:2% 1%;
		font-size:1rem;
		border:none;
		display: block;
	}
	.inquiryTable td {
		width:100%;
		padding:2% 1%;
		font-size:0.9rem;
		display: block;
		border:none;
	}
	.inquiryTable tr:last-child th,
	.inquiryTable tr:last-child td {
		border-bottom:none;
	}
	.inquiryTable label {
		font-size: 1.1rem;
	}
	.inquiryTable td input[type="text"] {
		height: auto;
		line-height: 100%;
		padding:3%;
		display: block;
		font-size: 1rem;
		border:1px solid #999;
	}
	.inquiryTable td.tel input[type="text"] {
		width:28%;
		height: auto;
		line-height: 100%;
		padding:3%;
	}
	.inquiryTable td textarea {
		width:100%;
		padding:1%;
		font-size: 1rem;
		border:1px solid #999;
	}
	.inquiryTable .hisu {}
	.inquiryTable .error {}
	.ttl-sendmail {
		font-size:1.2rem;
		margin:6% auto;
	}
	.sendBox {
		margin:0 0 5% 0;
		width:100%;
		padding:4% 0;
	}
	.sendBox input[type="submit"] {
		display: block;
		max-width:80%;
		width:80%;
		margin:10% auto;
		text-align: center;
		font-size:14px;
		border:2px solid #392300;
		line-height: 50px;
		height: 50px;
	}
	.sendBox input[type="submit"]:hover {
		opacity: 0.70;
		cursor: pointer;
	}
	.mw-wp-form_image {
		margin:1% !important ;
		max-width:250px !important;
		height:auto;
	}
	.mw-wp-form_image img {
		width:100% !important;
		height:auto;
	}
	
	/*-----------------------------------------------------------------------------------------
		SP - プライバシーポリシー
	-----------------------------------------------------------------------------------------*/
	#privacypolicy section {
		padding-top: 10%;
	}
	#privacypolicy {
		position: relative;
		max-width:100%;
		min-width:100%;
		margin:0;
	}
	#privacypolicy h3 {

		font-size:16px;
		padding: 2% 1%;
		margin-bottom:4%;
	}
	#privacypolicy .owner {
		margin:4% 0;
		font-size:14px;
	}
	#privacypolicy ul {
		margin-top:4%;
	}
	#privacypolicy ul li {
		list-style:disc;
		margin-left:20px;
		margin-bottom:2%;
		font-size:14px;
	}
	#privacypolicy .privacyTxt {
		margin:4% 0;
	}
	
	/*-----------------------------------------------------------------------------------------
		アクセス
	-----------------------------------------------------------------------------------------*/
	
	#access-main {}
	.table-guide {}
	.table-guide th,
	.table-guide td {
		padding: 2% 4%;
		font-size:15px;
		height: 80px;
	}
	.table-guide th {
		width:30%;
	}
	.table-guide td {
		width:70%;
	}

	/*---------- アクセスマップ ----------*/
	#access-map {}
	#access-map .img-map {
		background: #fff;
		border:1px solid #ccc;
		width:100%;
		height: auto;
		margin:0 0 6% 0;
	}
	#access-map img:nth-of-type(1){}
	#access-map img:nth-of-type(2){}

	.txt-access {
		padding:6% 0 0 3%;
	}
	.txt-access strong {
		font-size: 16px;
	}
	.txt-access ul {}
	.txt-access ul li {
		margin-left:20px;
		list-style: disc;
		line-height: 180%;
		font-size: 16px;
	}
	#google-map {}
	#gmap {
		border:1px solid #efefef;
		height: 500px;
		margin:10% auto;
		width:90%;
	}
	
	/*-----------------------------------------------------------------------------------------
		お知らせ詳細
	-----------------------------------------------------------------------------------------*/
	#details section {
		padding: 0;
	}
	/*-------------------- 一覧 ----------*/
	#details {
		padding-top:8%;
	}
	#newslist {
		padding-top:0;
	}
	#newslist section {
		padding:0;
	}

	/*-------------------- 詳細 ----------*/
	#content {
		width:100%;
		float:none;
		clear: both;
		min-height: auto !important;
		padding:0 5% 10% 5%;
		border-bottom: none;
	}
	#content header,
	#content header h1 {}
	#content header {
		margin-bottom:4%;
		height: auto !important;
		z-index: 1;
	}
	#content header h1 {
		font-size: 22px;
		margin:0;
		padding:3% 0 !important;
	}
	#content img {
		max-width:100% !important;
		height: auto;
	}
	.detatime {
		margin-bottom:6%;
	}
	.navigation {
		margin:4% 0;
		padding-top:4%;
	}
	.back {
		width:80%;
		margin:6% auto;
	}
	.back a {
		padding:4% 0;
	}
	
	/*-----------------------------------------------------------------------------------------
		13 - サイドバー
	-----------------------------------------------------------------------------------------*/
	#sidebar {
		width:100%;
		float:none;
		margin:0;
		border:none;
		border-radius: 0;
	}
	#sidebar h3 {
		margin:0;
		line-height: 60px;
		border-radius: 0;
	}

	/*-------------------- お知らせ一覧 ----------*/	
	#sidebar ul.sideList {
		max-width:100%;
		min-width:100%;
	}
	#sidebar ul.sideList li {
		position: relative;
		clear: both;
		overflow: hidden;
		float:none;
		width:100%;
		margin-right:0;
		padding:8% 15% 8% 3% !important;
	}
	#sidebar ul.sideList li:after {
		position: absolute;
		content:"";
		top:50%;
		right: 7%;
		margin-top:-7.5px;
		width: 15px;
		height: 15px;
		border-top: 2px solid #D1C0B6;
		border-right: 2px solid #D1C0B6;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	#sidebar ul.sideList li:last-child{}
	#sidebar ul.sideList li img {
		width:25% !important;
		height: auto !important;
		margin:0 !important;
		float: left;
		border:none;
	}
	#sidebar ul.sideList li p {
		margin:0 !important;
		width:70%;
		min-height: auto !important;
		float: right;
		text-align: left;
	}
	#sidebar ul.sideList li p.datetime {
		position: absolute;
		right:15%;
		width:85px;
		bottom:10%;
	}
	#sidebar ul.sideList li a {}

	/*-----------------------------------------------------------------------------------------
		pagination
	-----------------------------------------------------------------------------------------*/
	.pagination {
		margin:10% 0;
	}
	.pagination span, .pagination a {
		display:block;
		float:left;
		margin: 2px 2px 2px 0;
		padding:9px 11px 8px 11px;
		text-decoration:none;
		width:auto;
		color:#4e3f30;
		background:#EFEFEF;
		border-radius: 3px;
	}
	.pagination a:hover{
		color:#fff;
		background: #009a5b;
	}
	.pagination .current{
		padding:9px 11px 8px 11px;
		background: #009a5b;
		color:#fff;
	}
	.paging {
		position: relative;
		clear: both;
		overflow: hidden;
		border-top:1px solid #efefef;
		padding:30px 0;
	}
	.prev {
		position: relative;
		float:left;
		width:48%;
		text-align: left;
	}
	.next {
		position: relative;
		float:right;
		width:48%;
		text-align: right;
	}
	/*-----------------------------------------------------------------------------------------
		404エラーページ
	-----------------------------------------------------------------------------------------*/
	#error404 section {}

}

/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:375px) {
	#gnav ul li {
		font-size:9px;
	}
}




