@charset "utf-8";

h4{
	margin: 1em 2em;
	font-weight:bold;
}

dt#a02{
	margin-top: 2em;
	padding-top: 1em;
	border: solid #dcedd2;
	border-width: 1px 0 0 0;
}

#main{
	margin-bottom:2em;
	border:solid 6px #62a82b;
	border-radius:4px;
}
h3{
	width:100%;
	padding:0.4em;
	font-size:120%;
	font-weight:bold;
	color:#ffffff;
	background-color:#62a82b;
	border-width:0;
}
.foreword{
	display:flex;
	justify-content:space-between;
	margin:2em;
}
.foreword > div{
	width:48%;
}

.foreword .photo img{
	width:100%;
}

.foreword .note p {
	line-height:150%;
}
.foreword .note p:first-child{
	margin-top:0;
}

.overview{
	display:flex;
	flex-wrap: wrap;
	border-top: none;

	margin:0 2em 2em 2em;
	box-sizing:border-box;
}

.overview dt{
	width:15%;
	padding:10px 0;
	font-weight:bold;
	box-sizing: border-box;
}
.overview dt span{
	display:inline-block;
	width:100%;
	text-align:center;
	background-color:#dcedd2;
	border-radius:1em;
}
.overview dd{
  padding: 10px;
  margin: 0;
  width: 80%;
  background: #fff;
  box-sizing: border-box;
}

.photo-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:2em;
}
.photo-list li{
	width:32%;
}

.photo-list li img{
	width:100%;
}

.button {
    display: block;
    margin: 1em auto 0.4em !important;
    padding: 1em;
    width: 60%;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: rgba(237, 85, 27, 1);
    border: solid rgba(189, 63, 15, 1);
    border-width: 0 0 6px 0;
    border-radius: 4px;
}

.reports {
	margin-left: 40px;
	margin-bottom: 2em;
	line-height: 2em;
}
.reports li {
	margin-left: 1em;
	line-height: 2em;
}

/*スマホ表示用CSS　ここから*/
/*ヘッダー*/
.header {
	width:100%;
/*	height: 80px;*/
	overflow: auto;
}
.header_bar {
	background-color: #006600;
	width: 100%;
}
.header_bar span {
	padding-left: 5px;
	color:#ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
.logo a img {
	position: relative;
	float: left;
	padding: 8px 0 9px 5px;
	width: 226px;
	height: auto;
}
/*2階層目メニューボタン*/
.menu_btn {
	position: relative;
	float: right;
	width: 50px;
	height: 50px;
	padding-top: 3px;
	padding-right: 5px;
	background-image: url("/sp/img/menu_btn_01.png");
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin: 1px 1px 1px auto;
}
.open {
	background-image: url("/sp/img/menu_btn_02.png");
}
.menu_list {
	position: relative;
	clear: both;
	display: block;
	width: 100%;
/*	text-align: center;*/
	z-index: 2;
}
.header_ac_menu {
	width: 100%;
	height: 50px;
	border-top: 1px solid #60a625;
	margin-right: auto;
	margin-left: auto;
	background-color: #eeffe6;
	color: #000000;
	font-size: 12px;
	line-height: 50px;
	background-image: url("/sp/img/navi_cable.png"), url("/sp/img/menu_btn_top.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
	background-repeat: no-repeat;
}
.header_ac_menu02 {
	width: 100%;
	height: 50px;
	border-top: 1px solid #60a625;
	margin-right: auto;
	margin-left: auto;
	background-color: #eeffe6;
	color: #000000;
	font-size: 12px;
	line-height: 50px;
	background-image: url("/sp/img/navi_play.png"), url("/sp/img/menu_btn_top.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
	background-repeat: no-repeat;
}
.active03 {/*ヘッダー、乗るが開いている時の背景画像*/
	background-image: url("/sp/img/navi_cable-hover.png"), url("/sp/img/menu_btn_bottom.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
}
.active04 {/*ヘッダー、遊ぶが開いている時の背景画像*/
	background-image: url("/sp/img/navi_play-hover.png"), url("/sp/img/menu_btn_bottom.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
}
.header_top_menu {
	width: 100%;
	height: 50px;
	border-top: 1px solid #60a625;
	margin-right: auto;
	margin-left: auto;
	background-color: #eeffe6;
	color: #000000;
	font-size: 14px;
	line-height: 50px;
	background-image: url("/sp/img/menu_btn_right.png");
	background-position: 98% 50%;
	background-size: 16px;
	background-repeat: no-repeat;
}
.close_menu {/*メニューを閉じる*/
	width: 100%;
	height: 50px;
	border-top: 1px solid #60a625;
	border-bottom: 1px solid #60a625;
	margin-right: auto;
	margin-left: auto;
	background-color: #eeffe6;
	color: #000000;
	font-size: 14px;
	line-height: 50px;
	cursor: pointer;
}
.header_sub_menu_btn {
	width: 100%;
	height: 50px;
	border-top: 1px solid #bbb;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	line-height: 50px;
	background-image: url("/sp/img/menu_btn_right.png");
	background-position: 98% 50%;
	background-size: 16px;
	font-size: 14px;
}
#food {
	background-image: url("/sp/img/navi_food.png"), url("/sp/img/menu_btn_right.png");
	background-position: 2% 50%,98% 50%;
	background-size: 32px, 16px;
}
#shop {
	background-image: url("/sp/img/navi_shop.png"), url("/sp/img/menu_btn_right.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
}
#course {
	background-image: url("/sp/img/navi_course.png"), url("/sp/img/menu_btn_right.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
}
#access {
	background-image: url("/sp/img/navi_access.png"), url("/sp/img/menu_btn_right.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
}
#netshop {
	background-image: url("/sp/img/navi_netshop.png"), url("/sp/img/menu_btn_right.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
	background-color:#fff28e;
}
#menu_cable {
	background-image: url("/sp/img/navi_cable02.png"), url("/sp/img/menu_btn_right.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
}
#menu_lift {
	background-image: url("/sp/img/navi_lift.png"), url("/sp/img/menu_btn_right.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
}
#menu_monkey {
	background-image: url("/sp/img/navi_monkey.png"), url("/sp/img/menu_btn_right.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
}
#menu_park {
	background-image: url("/sp/img/navi_park.png"), url("/sp/img/menu_btn_right.png");
	background-position: 2% 50%, 98% 50%;
	background-size: 32px, 16px;
}
.header_main_menu_text {
	display: inline-block;
	width: 48px;
	padding-right: 10px;
	padding-left: 14%;
	font-size: 16px;
	white-space: nowrap;
}
.header_main_menu_text2 {
	display: inline;
	width: 64px;
	padding-left: 14%;
	font-size: 16px;
	white-space: nowrap;
}
.header_sub_menu_text {
	padding-left: 15%;
}
.menu_link {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
}
/*フッター*/
.copyright {
	background-color: #006600;
	color: #ffffff;
	text-align: center;
	padding: 5px 0;
}
.copyright a {
	color: #ffffff;
	text-decoration: underline;
}
.copyright a:hover {
	text-decoration: none;
}
.copyright a:visited {
	color: #ffffff;
}
/*スマホ表示用CSSここまで*/




.pc_only {
	display:block;
}
.sp_only {
	display:none;
}

@media screen and (max-width: 899px) {
	* {
		box-sizing: inherit;
	}

	body {
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

	.pc_only {
		display:none;
	}
	.sp_only {
		display:block;
	}

	h3 {
		box-sizing: border-box;
	}

	h4{
		margin:1em;
	}

	.foreword{
		display:block;
		margin:1em;
	}
	.foreword .photo, .foreword .note{
		width:100%;
	}
	.foreword .photo{
		margin-bottom:1em;
	}
	.overview{
		margin:0 1em 1em 1em;
	}
	.overview dt{
		width:7em;
	}
	.overview dd{
		width:100%;
	}

	.photo-list li{
		width:100%;
		margin-bottom:1em;
	}

	.button{
		width: 80%;
	}
}