@charset "UTF-8";
html{
		font-size:62.5%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img {
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6
 {
	font-size: 100%;
	font-weight: normal;
	font-family: 'Source Sans Pro',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
a[href^="tel:"] {
	pointer-events: none;
}
h1,h1 a {
font-size:26px;
font-size:2.6rem;
}
h2,h2 a {
font-size:20px;
font-size:2.0rem;
}
h3,dt,dt a {
font-size:18px;
font-size:1.8rem;
}
h4,h5 {
font-size:16px;
font-size:1.6rem;
}
p,dl,a,ul,table {
font-size:15px;
font-size:1.5rem;
}
a {
	text-decoration: none;
	color:#333;
	cursor: pointer;
	transition-duration: 0.5s;
}
a:hover{
	color:#A50D08;
	text-decoration: none;
}
a.bigText-link{
	font-size:16px;
	font-size:1.6rem;
	color: rgba(165, 13, 8, 0.8);
	text-decoration: underline;
	font-weight: bold;
}
a.bigText-link:hover{
	color: #000;
}
ul,p,tr,td,table{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
p{
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
li,dd{
	list-style:none;
	margin: 0;
	padding: 0;
}
.cf:after{
	content: "";
	clear: both;
	display: block;
}
.for-smartphone{
	display: none;
}
.pos-rel{
	position: relative;
}
span.ib{
	display: inline-block;
}
body{
	font-size:10px;
	font-size:1.0rem;
	font-family: 'Source Sans Pro',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	width:100%;
	background: rgba(0, 0, 0, 0) url("img/bg-red.png") repeat top center ;
	line-height:1.5;
}
#container {
	height: auto;
	max-height: 100%;
	padding-top: 1px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
/*---------------------スライドショー関係--------------------------*/
#topImage .slick-dots
{
	position: absolute;
	bottom: 100px;
	display: block;
	font-size: 0;
	padding: 0;
	left:0;
	right: 0;
	margin: 0 auto;
	list-style: none;
	transition-duration: 0.5s;
	text-align: center;
}
#topImage .slick-dots li
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
#topImage .slick-dots li button
{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
#topImage .slick-dots li button:hover,
#topImage .slick-dots li button:focus
{
	outline: none;
}
#topImage .slick-dots li button:hover:before,
#topImage .slick-dots li button:focus:before
{
	opacity: 1;
}
#topImage .slick-dots li button:before
{
	/*font-family: 'Source Sans Pro';*/
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '■';
	text-align: center;
	opacity: .9;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#topImage .slick-dots li.slick-active button:before
{
	opacity: .9;
	color: rgba(165, 13, 8, 1);
}
#topImage #slideShow{
	width: 100%;
	margin: 0 auto;
}
#topImage div.slides {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#topImage div.slides .slide-big-title{
	font-weight: bold;
	font-size:42px;
	font-size:4.2rem;
	position: absolute;
	top:180px;
	left: 60px;
}
#topImage div.slides .slide-sub-title{
	font-weight: bold;
	font-size:30px;
	font-size:3.0rem;
	position: absolute;
	top:240px;
	left: 60px;
}
/*#topImage div.slide1{
	background: rgba(0, 0, 0, 0) url("img/slide/slide1.jpg") no-repeat center center ;
	background-size:contain;
}
#topImage div.slide2{	background: rgba(0, 0, 0, 0) url("img/slide/slide5.jpg") no-repeat center center ;	background-size:contain;}

#topImage div.slide3{
	background: rgba(0, 0, 0, 0) url("img/slide/slide3.jpg") no-repeat center center ;
	background-size:contain;
}
#topImage div.slide4{
	background: rgba(0, 0, 0, 0) url("img/slide/slide4.jpg") no-repeat center center ;
	background-size:contain;
}
#topImage div.slide6{
	background: rgba(0, 0, 0, 0) url("img/slide/slide6.jpg") no-repeat center center ;
	background-size:contain;
}
#topImage div.slide7{
	background: rgba(0, 0, 0, 0) url("img/slide/slide7.jpg") no-repeat center center ;
	background-size:contain;
}*/
#topImage div.slide7 .slide-big-title{
	padding-top:10px;
}
#topImage div.slide7 img.slide-logo{
	width: 20%;
	height: auto;
	margin: 0 60px;
	padding-top: 180px;
}
#topImage .slideupbtn-container{
	width: 100%;
	margin: 0 auto;
	text-align:center;
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	background: linear-gradient(#fcfcfc,#fafafa, #f5f5f5,#f2f2f2);
	z-index: 500;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#topImage .slideupbtn-container img.slideupbtn{
	width: 30px;
	margin: 0 auto;
	padding: 10px 0;
	transition-duration: 0.5s;
	cursor: pointer;
}
#topImage .slide-contents{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
	display: none;
	padding-bottom: 38px;
	box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.4);
	border-top: 2px solid #fff;
}
#topImage .slide-contents-article{
	width: 98%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 20px;
}
#topImage .slide-contents h2{
	font-weight: bold;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	background-color: rgba(165, 13, 8, .8);
	border-radius: 30px;
	width: 20%;
	text-align: center;
	font-size:17px;
	font-size:1.7rem;
}
#topImage .slide-contents p{
	color: #000;
	display: inline-block;
	vertical-align: middle;
	width: 75%;
	padding: 0 20px;
	font-size:14px;
	font-size:1.4rem;
}
/*---------------------回転ボタン周り--------------------------*/
.more-btn-container{
	display: inline-block;
	width: 52px;
	height: 52px;
	vertical-align: middle;
	text-align: center;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	cursor: pointer;
}
.more-btn-container:hover .flipper{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.more-btn-container div.front{
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0) url("img/more-red.png") no-repeat center center / contain ;
}
.more-btn-container div.back{
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0) url("img/more-back-red.png") no-repeat center center / contain ;
}
.list-btn{
	width: 48px;
	height: 48px;
}
.list-btn div.front{
	width: 48px;
	height: 48px;
}
.list-btn div.back{
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0) url("img/list-back-red.png") no-repeat center center / contain ;
}
.top-slide-btn{
	width: 5%;
}
.top-slide-btn div.front{
	width: 100%;
}
.top-slide-btn div.back{
	width: 100%;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	transform-origin: 50% 50% 0;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/*---------------------ヘッダー周り--------------------------*/
header{
	width: 100%;
	left: 0;
	right: 0;
	top:0;
	margin: 0 auto;
	height: 128px;
	padding: 20px 0px 0;
	position: fixed;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 10px 10px 10px 1px rgba(0,0,0,0.05);
	z-index: 1000;
}
header #center-header{
	max-width: 1600px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
header #center-header img#makibakun{
	position: absolute;
	top:0;
	left: 10px;
	width: 129px;
	height: 132px;
}
header #center-header #header-logo {
	padding-left: 150px;
	display: inline-block;
	width: 60%;
	vertical-align: middle;
}
header #center-header #header-logo h1#logo{
	width: 332px;
}
header #center-header #header-logo h1#logo a{
	background: rgba(0, 0, 0, 0) url("img/logo.png") no-repeat scroll left center / cover ;
	display: block;
	height: 56px;
	text-indent: -9999px;
	width: 100%;
}
header #center-header nav#right-nav{
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	position: relative;
}
header #center-header nav#right-nav ul{
	text-align: right;
}
header #center-header nav#right-nav ul li{
	display: inline-block;
	text-align: center;
	min-width: 90px;
	height: 100%;
	position: relative;
}
header #center-header nav#right-nav ul li:before{
	background-color: rgba(165, 13, 8, .5);
	width: 2px;
	bottom: 21px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	height: 2px;
	background-position:0 0;
	content: "";
}
header #center-header nav#right-nav ul li:after{
	background-color: rgba(165, 13, 8, 1);
	width: 0%;
	bottom: 21px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	transition-duration: 0.5s;
	height: 2px;
	background-position:0 0;
	content: "";
}
header #center-header nav#right-nav ul li:hover:after{
	width: 90%;
}
header #center-header nav#right-nav ul li p{
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
/*---------------------------トップメインコンテンツ-------------------------------------*/
#main-contents-container{
	width: 90%;
	margin: 120px auto 0px;
}
#main-contents-container > article{
	margin-top: 120px;
}
#main-contents-container article .top-article-title h1{
	display: inline-block;
	height: 55px;
	text-indent: -9999px;
	vertical-align: middle;
	margin: 0px auto 0;
}
#main-contents-container article .top-article-title h2{
	height: 23px;
	text-indent: -9999px;
	margin: 16px auto;
}
#main-contents-container article .more-btn-container{
	margin-left: 10px;
	vertical-align: bottom;
}
#main-contents-container article .top-article-title{
	text-align: center;
}
/*--------------------------------トップイベント周り-------------------------*/
#main-contents-container article#facility .top-article-title h1{
	background: rgba(0, 0, 0, 0) url("img/top/facility-red.png") no-repeat scroll left center / cover ;
	width: 257px;
}
#main-contents-container article#facility .top-article-title h2{
	background: rgba(0, 0, 0, 0) url("img/top/facility-e-red.png") no-repeat scroll left center / cover ;
	width: 311px;
}
#facility ul{
	width: 95%;
	max-width: 1600px;
	margin: 60px auto;
	text-align: center;
}
#facility ul li{
	padding-top: 15px;
	width:152px;
	margin: 0px 14px 10px;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 80px;
	transition-duration: 0.5s;
	position: relative;
}
#facility ul li a{
	height: 152px;
	width: 152px;
	display: block;
	border-radius: 20px;
	position: relative;
	margin: 0 auto;
}
#facility ul li a .facility-text{
	display: block;
	position: absolute;
	bottom: -56px;
	width: 100%;
	text-align: center;
}
#facility ul li a .facility-j{
	display: block;
	font-weight: bold;
	font-size:20px;
	font-size:2.0rem;
	line-height: 1;
}
#facility ul li a .facility-e{
	display: block;
	font-weight: bold;
}
#facility ul li:before{
	background-color: rgba(165, 13, 8, 0.5);
	width: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	height: 8px;
	background-position:0 0;
	content: "";
}
#facility ul li:after{
	background-color: rgba(165, 13, 8 ,1);
	width: 0%;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	transition-duration: 0.5s;
	height: 8px;
	background-position:0 0;
	content: "";
}
#facility ul li:hover{
	width: 182px;
	background-color: rgba(165, 13, 8, 0.1);
	box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.3);
}
#facility ul li:hover:after{
	width: 100%;
}
#facility ul li#event a{
	background: rgba(0, 0, 0, 0) url("img/top/img-event1.jpg") no-repeat scroll center top / contain ;
}
#facility ul li#animal a{
	background: rgba(0, 0, 0, 0) url("img/top/img-animal.jpg") no-repeat scroll center top / contain ;
}
#facility ul li#experience a{
	background: rgba(0, 0, 0, 0) url("img/top/img-experience.jpg") no-repeat scroll center top / contain ;
}
#facility ul li#attraction a{
	background: rgba(0, 0, 0, 0) url("img/top/img-attraction.jpg") no-repeat scroll center top / contain ;
}
#facility ul li#odoroki a{
	background: rgba(0, 0, 0, 0) url("img/top/img-odoroki.jpg") no-repeat scroll center top / contain ;
}
#facility ul li#dining a{
	background: rgba(0, 0, 0, 0) url("img/top/img-dining.jpg") no-repeat scroll center top / contain ;
}
#facility ul li#souvenir a{
	background: rgba(0, 0, 0, 0) url("img/top/img-souvenir.jpg") no-repeat scroll center top / contain ;
}
/*---------------------------ニュース周り--------------------------*/
#main-contents-container article#news .top-article-title h1{
	background: rgba(0, 0, 0, 0) url("img/top/news-red.png") no-repeat scroll left center / cover ;
	width: 488px;
}
#main-contents-container article#news .top-article-title h2{
	background: rgba(0, 0, 0, 0) url("img/top/news-e-red.png") no-repeat scroll left center / cover ;
	width: 237px;
}
#news-slide,#news-slide2,#news-slide3,#news-slide4,#news-slide5{
	width: 90%;
	margin: 0 auto;
	max-width: 1476px;
}
#news-slide article,#news-slide2 article,#news-slide3 article,#news-slide4 article,#news-slide5 article{
	padding: 20px;
}
#news-slide .slick-arrow,#news-slide2 .slick-arrow,#news-slide3 .slick-arrow,#news-slide4 .slick-arrow,#news-slide5 .slick-arrow{
	position: absolute;
	text-align: center;
	height: 52px;
	width: 52px;
	top:40%;
}
#news-slide .slick-arrow img,#news-slide2 .slick-arrow img,#news-slide3 .slick-arrow img,#news-slide4 .slick-arrow img,#news-slide5 .slick-arrow img{
	display: block;
	height: 50%;
	width: 50%;
	margin: 0 auto;
}
#news-slide .slick-prev,#news-slide2 .slick-prev,#news-slide3 .slick-prev,#news-slide4 .slick-prev,#news-slide5 .slick-prev{
	left:-62px;
}
#news-slide .slick-next,#news-slide2 .slick-next,#news-slide3 .slick-next,#news-slide4 .slick-next,#news-slide5 .slick-next{
	right:-62px;
}
#news-slide .slick-dots,#news-slide2 .slick-dots,#news-slide3 .slick-dots,#news-slide4 .slick-dots,#news-slide5 .slick-dots
{
	position: relative;
	bottom: 0px;
	display: block;
	font-size: 0;
	width: 50%;
	padding: 0;
	left:0;
	right: 0;
	margin: 0 auto;
	list-style: none;
	transition-duration: 0.5s;
	text-align: center;
}
#news-slide .slick-dots li,#news-slide2 .slick-dots li,#news-slide3 .slick-dots li,#news-slide4 .slick-dots li,#news-slide5 .slick-dots li
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
#news-slide .slick-dots li button,#news-slide2 .slick-dots li button,#news-slide3 .slick-dots li button,#news-slide4 .slick-dots li button,#news-slide5 .slick-dots li button
{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
#news-slide .slick-dots li button:hover,
#news-slide .slick-dots li button:focus,
#news-slide2 .slick-dots li button:hover,
#news-slide2 .slick-dots li button:focus,
#news-slide3 .slick-dots li button:hover,
#news-slide3 .slick-dots li button:focus,
#news-slide4 .slick-dots li button:hover,
#news-slide4 .slick-dots li button:focus,
#news-slide5 .slick-dots li button:hover,
#news-slide5 .slick-dots li button:focus
{
	outline: none;
}
#news-slide .slick-dots li button:hover:before,
#news-slide .slick-dots li button:focus:before,
#news-slide2 .slick-dots li button:hover:before,
#news-slide2 .slick-dots li button:focus:before,
#news-slide3 .slick-dots li button:hover:before,
#news-slide3 .slick-dots li button:focus:before,
#news-slide4 .slick-dots li button:hover:before,
#news-slide4 .slick-dots li button:focus:before,
#news-slide5 .slick-dots li button:hover:before,
#news-slide5 .slick-dots li button:focus:before
{
	opacity: 1;
}
#news-slide .slick-dots li button:before,
#news-slide2 .slick-dots li button:before,
#news-slide3 .slick-dots li button:before,
#news-slide4 .slick-dots li button:before,
#news-slide5 .slick-dots li button:before
{
	/*font-family: 'Source Sans Pro';*/
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '■';
	text-align: center;
	opacity: .5;
	color: rgba(165, 13, 8,1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#news-slide .slick-dots li.slick-active button:before,
#news-slide2 .slick-dots li.slick-active button:before,
#news-slide3 .slick-dots li.slick-active button:before,
#news-slide4 .slick-dots li.slick-active button:before,
#news-slide5 .slick-dots li.slick-active button:before
{
	opacity: 1;
	color: rgba(165, 13, 8,1);
}
#news-slide h3,
#news-slide2 h3,
#news-slide3 h3,
#news-slide4 h3,
#news-slide5 h3
{
	text-align: left;
	color: #fff;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: rgba(165, 13, 8,1);
	padding: 6px 20px;
	font-weight: bold;
	border: 2px solid rgba(165, 13, 8,0.2);
}
#news-slide h3 a,
#news-slide2 h3 a,
#news-slide3 h3 a,
#news-slide4 h3 a,
#news-slide5 h3 a
{
	color: #fff;
	font-size:18px;
	font-size:1.8rem;
	text-decoration: underline;
}
#news-slide h3 a:hover,
#news-slide2 h3 a:hover,
#news-slide3 h3 a:hover,
#news-slide4 h3 a:hover,
#news-slide5 h3 a:hover
{
	color: #000;
}
#news-slide p.news-date,
#news-slide2 p.news-date,
#news-slide3 p.news-date,
#news-slide4 p.news-date,
#news-slide5 p.news-date
{
	text-align: right;
	color: rgba(165, 13, 8,1);
	margin: 6px 0px 6px 00px;
	font-size:18px;
	font-size:1.8rem;
}
#news-slide p.news-contents,
#news-slide2 p.news-contents,
#news-slide3 p.news-contents,
#news-slide4 p.news-contents,
#news-slide5 p.news-contents
{
	margin: 6px 0px 6px 00px;
}
/*---------------------ピックアップ周り--------------------------*/
#main-contents-container article#pickup h1{
	background: rgba(0, 0, 0, 0) url("img/top/pickup-red.png") no-repeat scroll left center / cover ;
	width: 349px;
}
#main-contents-container article#pickup h2{
	background: rgba(0, 0, 0, 0) url("img/top/pickup-e-red.png") no-repeat scroll left center / cover ;
	width: 109px;
}
article#pickup #pickupCatch{
	text-align: center;
	margin: 10px auto;
	font-weight: bold;
	color: rgba(165, 13, 8,1);
}
article#pickup ul{
	width: 95%;
	max-width: 1600px;
	margin: 60px auto;
	text-align: center;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	-webkit-align-content: space-around; /* Safari */
	align-content:         space-around;
}
article#pickup ul li{
	width:152px;
	margin: 0px 14px 20px;
	/*display: inline-block;*/
	vertical-align: top;
	padding-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
}
article#pickup ul li img{
	border-radius: 50%;
	height: 152px;
	width: 152px;
}
article#pickup ul li a{

}
article#pickup ul li a .facility-text{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
article#pickup ul li a .facility-j{
	display: block;
	font-weight: bold;
	font-size:18px;
	font-size:1.8rem;
	line-height: 1.4;
}
article#pickup ul li:before{
	background-color: rgba(165, 13, 8, 0.5);
	width: 4px;
	top: 162px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	height: 4px;
	background-position:0 0;
	content: "";
}
article#pickup ul li:after{
	background-color: rgba(165, 13, 8,1);
	width: 0%;
	top: 162px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	transition-duration: 0.5s;
	height: 4px;
	background-position:0 0;
	content: "";
}
article#pickup ul li:hover:after{
	width: 100%;
}
/*article#pickup ul li#pickup1 a{
	background: rgba(0, 0, 0, 0) url("img/top/strowberry.jpg") no-repeat scroll left top / contain ;
}*/
/*article#pickup ul li#pickup2 a{
	background: rgba(0, 0, 0, 0) url("img/top/group.jpg") no-repeat scroll left top / contain ;
}*/
/*article#pickup ul li#pickup3 a{
	background: rgba(0, 0, 0, 0) url("img/top/luminary.jpg") no-repeat scroll left top / contain ;
}*/
/*article#pickup ul li#pickup4 a{
	background: rgba(0, 0, 0, 0) url("img/top/aruyo.jpg") no-repeat scroll left top / contain ;
}*/
/*article#pickup ul li#pickup5 a{
	background: rgba(0, 0, 0, 0) url("img/top/hotel.jpg") no-repeat scroll left top / contain ;
}*/
/*article#pickup ul li#pickup6 a{
	background: rgba(0, 0, 0, 0) url("img/top/buffet.jpg") no-repeat scroll left top / contain ;
}*/
/*article#pickup ul li#pickup7 a{
	background: rgba(0, 0, 0, 0) url("img/top/koupon.jpg") no-repeat scroll left top / contain ;
}*/
/*article#pickup ul li#pickup8 a{
	background: rgba(0, 0, 0, 0) url("img/top/hanabi.jpg") no-repeat scroll left top / contain ;
}*/
/*article#pickup ul li#pickup9 a{
	background: rgba(0, 0, 0, 0) url("img/top/ku.jpg") no-repeat scroll left top / contain ;
}*/
/*article#pickup ul li#pickup10 a{
	background: rgba(0, 0, 0, 0) url("img/top/rekka.jpg") no-repeat scroll left top / contain ;
}*/
/*-------------------------営業時間・入園料--------------------------------*/
article#time-fee {
	border-top:1px solid rgba(165, 13, 8,1);
	padding-top: 60px;
}
article#time-fee > ul{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	-webkit-align-content: space-around; /* Safari */
	align-content:         space-around;
}
article#time-fee > ul > li{
	flex: 1 1 300px;
	text-align: left;
	margin: 0 10px;
	vertical-align:top;
}
article#time-fee > ul > li:last-child{

}
article#time-fee ul li dl#time-list{
	width:100%;
	margin: 10px auto;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
article#time-fee ul li dl#time-list dt,
article#time-fee ul li dl#time-list dd{
	padding: 10px 20px;
}
article#time-fee ul li dl#time-list dt{
	color: #fff;
	font-weight: normal;
	background-color: rgba(165, 13, 8,0.7);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: bold;
}
span.small-text{
	font-size:14px;
	font-size:1.4rem;
}
span.big-text{
	font-size:16px;
	font-size:1.6rem;
	color: rgba(165, 13, 8, 0.8);
}
article#time-fee ul li dl#time-list dd{
	color: #666;
	font-weight: normal;
	background-color: rgba(165, 13, 8,0.1);
	text-align: center;
	font-size:20px;
	font-size:2.0rem;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 20px;
	font-weight: bold;
}
article#time-fee ul li ul#fee-list{
	width:100%;
	margin: 10px auto;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
article#time-fee ul li ul#fee-list li{
	border-radius: 4px;
	margin-bottom: 9px;
}
article#time-fee ul li ul#fee-list li:nth-child(odd){
	background-color: rgba(165, 13, 8,0.7);
	color: #fff;
}
article#time-fee ul li ul#fee-list li:nth-child(even){
	background-color: rgba(165, 13, 8,0.5);
	color: #fff;
}
article#time-fee ul li ul#fee-list li dl dt,
article#time-fee ul li ul#fee-list li dl dd{
	padding: 10px 20px;
}
article#time-fee ul li ul#fee-list li dl dt{
	display: inline-block;
	width: 65%;
	text-align: left;
	font-weight: bold;
}
article#time-fee ul li ul#fee-list li dl dd{
	display: inline-block;
	width: 35%;
	text-align: right;
}
article#time-fee ul li #tel{
	width:100%;
	text-align: center;
	padding: 10px;
	border-radius: 4px;
	border: 3px solid rgba(165, 13, 8,1);
	margin-top: 10px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
article#time-fee ul li p#tel2{
	width:100%;
	text-align: center;
	padding: 10px;
	border-radius: 4px;
	border: 3px solid rgba(165, 13, 8,1);
	margin-top: 10px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color: rgba(165, 13, 8,1);
	font-size:28px;
	font-size:2.8rem;
	font-weight: bold;	
}

article#time-fee ul li p#tel a{
	text-align: center;
	color: rgba(165, 13, 8,1);
	font-size:28px;
	font-size:2.8rem;
	font-weight: bold;
}
article#time-fee ul li p#address{
	margin: 10px 0;
	color: rgba(165, 13, 8,1);
	font-weight: bold;
	text-align: left;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
article#time-fee ul li ul#codicil-list li:before{
	content: "※"
}
article#time-fee ul li ul#codicil-list li{
	margin: 7px 0;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
/*----------------------フッター周り-------------------------------*/
footer{
	width: 100%;
	background-color: rgba(165, 13, 8, 1);
	min-height: 400px;
	padding-top:1px;
	margin-top: 80px;
	padding-bottom: 40px;
}
footer p#copyrights{
	margin: 40px auto 0;
	color: #fff;
	width: 90%;
	text-align: center;
}
footer nav#bottom-text-nav{
	width: 90%;
	text-align: center;
	margin: 30px auto 80px;
	color: #fff;
}
footer nav#bottom-text-nav ul{
	width: 100%;
	text-align: center;
}
footer nav#bottom-text-nav ul li{
	display: inline-block;
	text-align: center;
}
footer nav#bottom-text-nav ul li:after{
	content: " | ";
}
footer nav#bottom-text-nav ul li:last-child:after{
	content: "";
}
footer nav#bottom-text-nav ul li a{
	color: #fff;
	margin: 0 10px;
}
footer nav#bottom-banner-nav{
	width: 100%;
	text-align: center;
	margin: 30px auto 10px;
	color: #fff;
}
footer nav#bottom-banner-nav ul{
	width: 100%;
	text-align: center;
}
footer nav#bottom-banner-nav ul li{
	display: inline-block;
	text-align: center;
	max-height: 56px;
}
footer nav#bottom-banner-nav ul li a{
	margin: 0 10px;
}
footer div#footer-detail{
	width: 95%;
	text-align: center;
	margin: 0 auto;
}
footer div#footer-detail h2{
	color: #fff;
	text-align: center;
	margin: 10px auto;
	padding: 6px;
	border-radius: 20px;
	border:2px solid #fff;
	width: 80%;
	font-weight: bold;
}
footer div#footer-detail p{
	text-align: center;
	color: #fff;
	margin-bottom: 6px;
}
footer div#footer-detail p a{
	color: #fff;
	text-decoration: underline;
}
footer section.bottom-info{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	-webkit-align-content: space-around; /* Safari */
	align-content:         space-around;
	width: 90%;
	margin: 40px auto ;
}
footer section.bottom-info div.bottom-info-contents{
	flex: 1 1 auto;
}
footer section.bottom-info div.facebook-area{
	flex:1 1 500px;
	margin: 0 auto;
	width: 500px;
	text-align: center;

}
/*---------------------ハンバーガーメニュー中身--------------------------*/
#menu-overlay{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	width:100%;
	height:100%;
	font-weight: bold;
	font-size:36px;
	font-size:3.6rem;
	text-align: center;
	padding:0;
	border:0px solid rgba(165, 13, 8,1);
	z-index:9999;
	background: rgba(255, 255, 255, 1) url("img/bg-red.png") repeat top center ;
}
#menu-overlay div#menu-title{
	width: 28%;
	padding: 60px 20px;
	/*border-right: 4px dotted rgba(165, 13, 8,1);*/
	display: inline-block;
	vertical-align: top;
	margin-top: 160px;
	text-align: left;
}
#menu-overlay div#menu-title img{
	max-width: 100%;
}
#menu-overlay ul.main-menu-list{
	width: 28%;
	padding: 60px 20px;
	border-right: 4px dotted rgba(165, 13, 8,1);
	border-left: 4px dotted rgba(165, 13, 8,1);
	display: inline-block;
	vertical-align: top;
	margin-top: 160px;
}
#menu-overlay ul li{
	text-align: left;
	margin-bottom: 14px;
}
#menu-overlay a{
	font-size:18px;
	font-size:1.8rem;
	color: #333;
	line-height: 1.8;
}
#menu-overlay a:hover{
	color: rgba(165, 13, 8,1);
}
#btn-close{
	position: absolute;
	right: 30px;
	top:30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#coupon-overlay{
	display: none;
	position: fixed;
	left: 20px;
	bottom: 20px;
	background-color: rgba(165, 13, 8,0.8);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.3);
	border:4px solid #fff;
	transition-duration: 0.2s;
}
#coupon-overlay:hover{
	background-color: rgba(165, 13, 8,1);
}
#coupon-overlay a.coupon-overlay-btn{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 72px;
	height: 72px;
	padding:8px;
	line-height: 0;
}
#coupon-overlay a.coupon-overlay-btn img{
	width:55px;
}
/*------------------------------------------------------翻訳-----------------------------------------*/
#translate-overlay{
	width:100%;
	position: fixed;
	top:128px;
	left: 0;
	right: 0;
	height: auto;
	background-color: rgba(165, 13, 8,0.8);
	padding: 20px;
	text-align: right;
	display: none;
}
.rindou-table{
	margin-bottom: 40px;
}
.rindou-table table{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	margin-bottom: 10px;
}
.rindou-table table td,.rindou-table table th{
	padding: 10px;
}
.rindou-table table th {
	background-color: #f0f0f0;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
.rindou-table .holy2{
	color:#F00;
}
.rindou-table .full{
	background-color:#ffe7e7;
}
.rindou-table .full-ichigo{
	background-color: #e1f0c6;
}
.rindou-table .table-color{
	margin: 6px 0;
}
.rindou-table .table-color img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.rindou-table .table-color p{
	display: inline-block;
	vertical-align: middle;
}
.rindou-form table.formTable td{
	text-align: left;
}
/*--------------------------------1550x以下-----------------------------------------------------*/
@media screen and (max-width: 1550px) {
#slideShow{
	margin-top: 128px;
}
}
/*--------------------------------1300x以下-----------------------------------------------------*/
@media screen and (max-width: 1300px) {
header #center-header nav#right-nav ul li{
	min-width: 70px;
}
header #center-header nav#right-nav ul li img{
	width: 90%;
}
header #center-header nav#right-nav ul li a{
	min-width: 70px;
	font-size:14px;
	font-size:1.4rem;
}
}
/*--------------------------------1200x以下-----------------------------------------------------*/
@media screen and (max-width: 1200px) {
article#time-fee > ul > li{
	display: inline-block;
	text-align: left;
	margin: 0 2% 30px 0px;
	width: 49%;
	vertical-align:top;
}
article#time-fee > ul > li:nth-child(2n){
	margin-right: 0;
}
article#time-fee > ul > li:last-child{
	margin: 0;
	width: 100%;
}
footer div#footer-detail h2{
	width: 60%;
}
}
/*--------------------------------1024x以下-----------------------------------------------------*/
@media screen and (max-width: 1024px) {

header #center-header #header-logo {
	width: 70%;
	vertical-align: middle;
}
header #center-header nav#right-nav{
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	position: relative;
}
header p#catch{
	display: none;
}
.upper-1024{
	display: none !important;
}
}
/*--------------------------------767px以下-----------------------------------------------------*/
@media screen and (max-width: 767px) {

a[href^="tel:"] {
	pointer-events: auto;
}
.upper-767{
	display: none !important;
}
header #center-header #header-logo {
	width: 75%;
}
header #center-header nav#right-nav{
	width: 25%;
}
#menu-overlay{
	overflow: auto;
}
#menu-overlay div#menu-title{
	width: 80%;
	text-align: center;
	border-right:0px;
	margin-top: 20px;
	padding-bottom: 10px;
}
#menu-overlay ul.main-menu-list{
	width: 80%;
	margin-top: 20px;
	text-align: center;
	padding: 10px 0;
	border-right: 0px;
	border-left: 0px;
	border-top:4px dotted rgba(165, 13, 8,1);
	border-bottom:4px dotted rgba(165, 13, 8,1);
}
#menu-overlay ul.main-menu-list li{
	text-align: center;
}
#coupon-overlay{
	display: table;
}
#topImage .slide-contents h2{
	display: block;
	border-radius: 20px;
	width: 100%;
	text-align: left;
	color: rgba(165, 13, 8,1);
	background-color: transparent;
}
#topImage .slide-contents p{
	width: 95%;
}
article#pickup ul li a .facility-j{
	font-size:16px;
	font-size:1.6rem;
}
}
/*--------------------------------650px以下-----------------------------------------------------*/
@media screen and (max-width: 650px) {

header{
	height: 66px;
	padding: 10px 0px 0;
}
#slideShow{
	margin-top: 66px;
}
header #center-header img#makibakun{
	position: absolute;
	top:0;
	left: 10px;
	width: 64.5px;
	height: 66px;
}
#translate-overlay{
	top:66px;
}
header #center-header #header-logo {
	padding-left: 80px;
	width: 60%;
}
header #center-header #header-logo h1#logo{
	width: 249px;
}
header #center-header #header-logo h1#logo a{
	background: rgba(0, 0, 0, 0) url("img/logo.png") no-repeat scroll left center / cover ;
	display: block;
	height: 42px;
	text-indent: -9999px;
	width: 100%;
}
header #center-header nav#right-nav{
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	position: relative;
}
header #center-header nav#right-nav ul{
	text-align: right;
}
header #center-header nav#right-nav ul li{
	display: inline-block;
	text-align: center;
	min-width: 20px;
	width: 50px;
	height: 100%;
	position: relative;
}
header #center-header nav#right-nav ul li p{
display: none;
}
header #center-header nav#right-nav ul li:before{
	background-color: transparent;
}
header #center-header nav#right-nav ul li:after{
	background-color: transparent;
}
footer div#footer-detail h2{
	width: 80%;
}
}
/*--------------------------------480px以下-----------------------------------------------------*/
@media screen and (max-width: 480px) {

header{
	height: 50px;
	padding: 10px 0px 0;
}
#slideShow{
	margin-top: 50px;
}
#translate-overlay{
	top:50px;
}
header #center-header img#makibakun{
	position: absolute;
	top:0;
	left: 10px;
	width: 45px;
	height: 46px;
}
header #center-header #header-logo {
	padding-left: 60px;
	width: 60%;
}
header #center-header #header-logo h1#logo{
	width: 174px;
}
header #center-header #header-logo h1#logo a{
	background: rgba(0, 0, 0, 0) url("img/logo.png") no-repeat scroll left center / cover ;
	display: block;
	height: 29px;
	text-indent: -9999px;
	width: 100%;
}
header #center-header nav#right-nav{
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	position: relative;
}
header #center-header nav#right-nav ul{
	text-align: right;
}
header #center-header nav#right-nav ul li{
	display: inline-block;
	text-align: center;
	min-width: 20px;
	width: 40px;
	height: 100%;
	position: relative;
}
#main-contents-container{
	margin-top: 30px;
}
#main-contents-container > article{
	margin-top: 50px;
}
.list-btn{
	height: 24px;
	width: 24px;
}
.list-btn div.front{
	height: 24px;
	width: 24px;
}
.list-btn div.back{
	height: 24px;
	width: 24px;
}
.top-slide-btn{
display: none;
}
.top-slide-btn div.front{
	height: 24px;
	width: 24px;
}
.top-slide-btn div.back{
	height: 24px;
	width: 24px;
}
#topImage .slide-contents p{
	width: 100%;
}
#main-contents-container article .top-article-title h1{
	height: 28px;
}
#main-contents-container article#facility  .top-article-title h1{
	width: 128.5px;
	background-size: contain;
}
#main-contents-container article#facility .top-article-title h2{
	width: 155.5px;
	background-size: contain;
}
#facility ul{
	margin-top: 10px;
}
#main-contents-container article .top-article-title h2{
	height: 16px;
	margin: 6px auto;
}
#main-contents-container article#news .top-article-title h1{
	width: 244px;
	background-size: contain;
}
#main-contents-container article#news .top-article-title h2{
	width: 118.5px;
	background-size: contain;
}
#main-contents-container article#pickup h1{
	width: 174.5px;
	background-size: contain;
}
#main-contents-container article#pickup h2{
	width: 54.5px;
	background-size: contain;
}
article#time-fee > ul > li{
	text-align: left;
	margin: 0 0% 30px 0px;
	width: 100%;
	vertical-align:top;
}
article#time-fee > ul > li:last-child{
	margin: 0;
	width: 100%;
}
#news-slide{
	width: 80%;
}
#news-slide .slick-prev{
	left: -42px;
}
#news-slide .slick-next{
	right: -42px;
}
#facility ul li{
	width: 114px;
	padding-bottom: 44px;
}
#facility ul li a{
	width: 114px;
	height: 114px;
}
#facility ul li a .facility-j{
	font-size:10px;
	font-size:1.0rem;
}
#facility ul li a .facility-e{
	font-size:10px;
	font-size:1.0rem;
}
#facility ul li a .facility-text{
	bottom: -30px;
}
#facility ul li:hover{
	width: 142px;
	background-color: rgba(165, 13, 8, 0.1);
	box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.3);
}
footer div#footer-detail h2{
	width: 90%;
}
}
/*-----------------------------------------子ページ-------------------------------------------*/
section.child-page{
	margin-top: 168px !important;
}
.ninetyper-div{
	width: 90%;
	margin: 40px auto;
}
.eightyper-div{
	width: 80%;
	margin: 40px auto;
}
section.child-page article h1.sub-article-title{
	font-size:36px;
	font-size:3.6rem;
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(165, 13, 8, 1);
}
section.child-page article h1.sub-article-title:before{
	margin:0 4px 0 0;
	content:" ";
	display:inline-block;
	width:45px;
	height:45px;
	background:url('img/icon-facility-red.png') no-repeat left top /contain;
	vertical-align:top;
}
section.child-page article h1.coupon:before{
	background:url('img/icon-coupon-red.png') no-repeat left top /contain;
}
section.child-page article h1.access:before{
	background:url('img/icon-access-red.png') no-repeat left top /contain;
}
section.child-page article h1.price:before{
	background:url('img/icon-fee_s-red.png') no-repeat left top /contain;
}
section.child-page article h1.souvenir:before{
	background:url('img/icon-souvenir-red.png') no-repeat left top /contain;
}
section.child-page article h1.eat:before{
	background:url('img/icon-eat-red.png') no-repeat left top /contain;
}
section.child-page article ul#event-list,section.child-page article ul#event-list2{
	width: 90%;
	margin: 20px auto;
}
section.child-page article ul#event-list > li {
	display: inline-block;
	width: 49%;
	margin-right:2%;
	margin-bottom: 2%;
	padding: 20px;
	vertical-align: top;
	transition-duration: 0.8s;
	position: relative;
}
section.child-page article ul#event-list2 > li{
	width: 100%;
	margin-bottom: 2%;
	padding: 20px;
	transition-duration: 0.8s;
	position: relative;
}
section.child-page article ul#event-list2 > li a.more-link{
	font-weight: bold;
	padding: 4px 20px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: rgba(165, 13, 8, 1);
	color: #fff;
	border-radius: 20px;
}
section.child-page article ul#event-list2 > li a.more-link:hover{
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.4);
}
section.child-page article ul#event-list > li:hover,section.child-page article ul#event-list2 > li:hover{
	background-color: rgba(165, 13, 8, 0.2);
	box-shadow: 10px 10px 10px 1px rgba(0,0,0,0.2);
}
section.child-page article ul#event-list > li:nth-child(2n) {
	margin-right:0%;
}
section.child-page article ul#event-list li img{
	width: 32%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	border-radius: 20px;
}
section.child-page article ul#event-list li div.evint-guide{
	display: inline-block;
	vertical-align: top;
	padding: 10px 0px 10px 1%;
	width: 66%;
}
section.child-page article ul#event-list li div.evint-guide h2,section.child-page article ul#event-list2 li div.evint-guide h2{
	color: rgba(165, 13, 8, 1);
	font-weight: bold;
}
section.child-page article ul#event-list li div.evint-guide ul.event-date{
	margin: 6px 0 0;
}
section.child-page article ul#event-list li div.evint-guide ul.event-date li{
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	border-radius: 14px;
	background-color: rgba(165, 13, 8, 1);
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	min-width: 75px;
	text-align: left;
	font-size:13px;
	font-size:1.3rem;
}
section.child-page article ul#event-list > li:before,section.child-page article ul#event-list2 > li:before{
	background-color: rgba(165, 13, 8, 0.5);
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	height: 8px;
	background-position:0 0;
	content: "";
}
section.child-page article ul#event-list > li:after,section.child-page article ul#event-list2 > li:after{
	background-color: rgba(165, 13, 8,1);
	width: 0%;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	transition-duration: 0.5s;
	height: 8px;
	background-position:0 0;
	content: "";
}
section.child-page article ul#event-list > li:hover:after{
	width: 100%;
}
section.child-page article ul#event-list li div.evint-guide dl.event-detail-list,section.child-page article ul#event-list2 li div.evint-guide dl.event-detail-list{
	margin: 4px 0;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
section.child-page article ul#event-list2 li div.evint-guide dl.event-detail-list{
	width: 90%;
}
section.child-page article ul#event-list li div.evint-guide dl.event-detail-list dt{
	font-size:14px;
	font-size:1.4rem;
	float: left;
	font-weight: bold;
	color: rgba(165, 13, 8,1);
}
section.child-page article ul#event-list2 li div.evint-guide dl.event-detail-list dt{
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	color: rgba(165, 13, 8,1);
	display: inline-block;
	vertical-align: top;
}
section.child-page article ul#event-list li div.evint-guide dl.event-detail-list dt:before,section.child-page article ul#event-list2 li div.evint-guide dl.event-detail-list dt:before{
	content: "["
}
section.child-page article ul#event-list li div.evint-guide dl.event-detail-list dt:after,section.child-page article ul#event-list2 li div.evint-guide dl.event-detail-list dt:after{
	content: "]"
}

section.child-page article ul#event-list li div.evint-guide dl.event-detail-list dd{
	font-size:14px;
	font-size:1.4rem;
	margin-left: 4em;
}
section.child-page article ul#event-list2 li div.evint-guide dl.event-detail-list dd{
	font-size:14px;
	font-size:1.4rem;
	margin-left: 2px;
	display: inline-block;
	vertical-align: top;
}
section.child-page article ul#event-list2 li div.evint-guide dl.event-detail-list dd:after{
	content: "、";
}
section.child-page article ul#event-list2 li div.evint-guide dl.event-detail-list dd:last-child:after{
	content: "";
}
section.child-page article dl.grandchild-list{
	margin: 0px 0 10px;
}
section.child-page article dl.grandchild-list dt{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size:16px;
	font-size:1.6rem;
	padding: 6px 4px 6px 0;
}
section.child-page article dl.grandchild-list dd{
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 5px;
	padding: 6px 24px;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	background-color: rgba(165, 13, 8, 1);
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	text-align: left;
	font-size:16px;
	font-size:1.6rem;
}
ul.icon-list{
	padding: 20px;
	display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
  -webkit-align-content: space-around; /* Safari */
  align-content:         space-around;
}
ul.icon-list li{
	display: inline-block;
	vertical-align: top;
	border-radius: 20px;
	border:6px solid rgba(165, 13, 8, 1);
	padding: 20px;
	width: 23.5%;
	text-align: center;
	margin-bottom: 20px;
}
ul.icon-list li:nth-child(4n){
}
ul.icon-list li p{
	text-align: center;
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
	font-size:20px;
	font-size:2.0rem;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
ul.icon-list li p.list-tag{
	margin-bottom: 20px;
	font-size:14px;
	font-size:1.4rem;
}
/*---------------------------動物ふれあい体験--------------------------------------*/
section.child-page article h2.animal-intro-title{
	font-size:30px;
	font-size:3.0rem;
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
section.child-page article p#animal-intro-text{
	margin: 10px auto;
	width: 90%;
	text-align: center;
}
section.child-page article ul#animal-photo-list{
	margin: 20px auto;
	width: 90%;
	text-align: left;
}
section.child-page article ul#animal-photo-list li{
	display: inline-block;
	width: 18.4%;
	margin-right: 2%;
	max-width: 250px;
	margin-bottom: 2%;
	vertical-align: top;
}
section.child-page article ul#animal-photo-list li:nth-child(5n){
	margin-right: 0%;
}
section.child-page article ul#animal-photo-list li img{
	border-radius: 10px;
	width: 100%;
}
section.child-page article ul#animal-photo-list li p{
	font-weight: bold;
	width: 100%;
}

section.child-page article.animal-slide #news-slide .news-article img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}
section.child-page article.animal-slide p#animal-slide-text{
	margin: 10px auto;
	width: 90%;
	text-align: center;
}
#cow-img{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	max-width: 640px;
	border-radius: 20px;
}
#cow-text{
	display: inline-block;
	vertical-align: top;
	width: 69%;
	margin-left: 1%;
}
#cow-title{
	font-size:30px;
	font-size:3.0rem;
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
}
/*-----------------------------アトラクション----------------------------------*/
section.child-page article p#attraction-ticket{
	margin: 10px auto;
	width: 90%;
}
section.child-page article p#attraction-ticket a{
	text-decoration: underline;
	color: rgba(165, 13, 8, 1);
}
/*---------------------------------クーポン	---------------------------*/
.evint-guide dl.coupon-list dt{
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	color: rgba(165, 13, 8,1);
}
.evint-guide dl.coupon-list dt:before{
	content: "["
}
.evint-guide dl.coupon-list dt:after{
	content: "]"
}
.evint-guide dl.coupon-list dd{
	font-size:14px;
	font-size:1.4rem;
}
.grandchild-page .coupon-text{
	width: 90%;
	margin: 10px auto;
	max-width: 594px;
}
.grandchild-page #coupon-photo{
	width: 90%;
	max-width: 594px;
	margin: 0 auto;
	display: block;
}
#coupon-grand-title{
	max-width: 594px !important;
	margin: 0 auto
}
/*---------------------------------アクセス----------------------------------------------------*/
#map_canvas{
	width:90%;
	height: 500px;
	margin:10px auto;
}
dl.trafic{
	width: 90%;
	margin: 20px auto 40px;
}
dl.trafic > dt{
	border-bottom: 1px dotted rgba(165, 13, 8,1);
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-top: 20px;
	font-weight: bold;
}
dl.trafic > dd{
	margin-bottom: 4px;
	color: #333;
}
dl.trafic > dd:before{
	content: "■";
}
dl.trafic dd.trafic-tel{
}
dl.trafic dd.trafic-tel a{
	font-size:18px;
	font-size:1.8em;
	color: rgba(165, 13, 8,1);
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
dl.trafic dd.trafic-tel:before{
	content: "";
}
dl.trafic dd.attention:before{
	content: "※";
}
dl.trafic dd.trafic-table:before{
	content: "";
}
table.type05,table.type05-smartphone {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin: 20px 0;
	width: 100%;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
table.type05 th,table.type05-smartphone th {
	width: 15%;
	padding: 1%;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	background: rgba(165, 13, 8,0.2);
}
table.type05 td,table.type05-smartphone td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	background: rgba(165, 13, 8,0.1);
}
.price-page table.type05 td:first-child,table.type05-smartphone td:first-child {
	font-weight: bold;
}
table.type05 td:first-child a,table.type05-smartphone td:first-child a{
	text-decoration: underline;
}
table.type05 td.textLeft,table.type05-smartphone td.textLeft {
	text-align: left;
}
table.type05 tr.textRow td,table.type05-smartphone tr.textRow td{
	background: transparent;
	padding: 2px 0 14px;
	font-weight: normal;
}
table.type05 td .priceText,table.type05-smartphone td .priceText{
	font-size:16px;
	font-size:1.6em;
	font-weight: bold;
	color: rgba(165, 13, 8,1);
}
dl.smartphone-dl dt{
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0 10px ;
}
dl.smartphone-dl dd{
	background-color: rgba(165, 13, 8, 1);
	border-radius: 14px;
	color: #fff;
	font-size:13px;
	font-size:1.3rem;
	font-weight: bold;
	padding: 3px 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0 10px ;
}
dl.smartphone-dl2{
	width: 100%;
	margin: 10px 0 30px;
}
dl.smartphone-dl2 dt{
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	display: block;
	vertical-align: middle;
	padding: 10px ;
	background: rgba(165, 13, 8, 0.2) none repeat scroll 0 0;
	width: 100%;
	text-align: center;
}
dl.smartphone-dl2 dd{
	background: rgba(165, 13, 8, 0.1) none repeat scroll 0 0;
	color: #000;
	font-size:14px;
	font-size:1.4rem;
	padding: 10px 10px;
	width: 100%;
	margin-bottom: 4px;
}
section.group-section{
	width: 90%;
	margin: 40px auto 10px;
}
section.group-section .group-title{
	font-size:20px;
	font-size:2.0rem;
	font-weight: bold;
	color: rgba(255,255,255, 1);
	padding: 10px 20px;
	background-color: rgba(165, 13, 8, 0.6);
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 40px;
}
section.group-section .groupBold{
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
	font-size:17px;
	font-size:1.7rem;
}
section.group-section .group-menu-title{
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;
	color: rgba(165, 13, 8, 1);
}
section.group-section dl dd ul.menu-list li{
	display: inline-block;
	margin-right: 2%;
	width: 23.5%;
	margin-bottom: 2%;
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(165, 13, 8, 0);
	vertical-align: top;
}
section.group-section dl dd ul.menu-list li:nth-child(4n){
	margin-right: 0%;
}

section.group-section dl dd ul.menu-list li h4{
	font-weight: bold;
	margin-bottom: 4px;
	font-size:17px;
	font-size:1.7rem;
	color: rgba(165, 13, 8, 1);
}
section.group-section dl dd ul.menu-list li .menu-explain-photo{
	width: 100%;

	border-radius: 20px;
	margin: 10px auto;
	display: block;
}
section.group-section dl dd ul.menu-list li .menu-explain-text .group-price-text{
	font-weight: bold;
}
section.group-section dl dd ul.group-pack-list li{
	display: inline-block;
	margin-right: 2%;
	width: 49%;
	margin-bottom: 2%;
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(165, 13, 8, 0);
	vertical-align: top;
}
section.group-section dl dd ul.group-pack-list li:nth-child(2n){
	margin-right: 0%;
}
section.group-section dl dd ul.group-pack-list li .group-pack-photo{
	float: left;
	width: 40%;
	max-width: 200px;
	border-radius: 20px;
}
section.group-section dl dd ul.group-pack-list li .group-pack-text{
	margin-left: 44%;
}
section.group-section dl dd ul.group-pack-list li h4{
	font-size:17px;
	font-size:1.7rem;
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
}
section.group-section dl dd ul.group-pack-list li dl.group-pack-detail{
	margin-bottom: 10px;
}
section.group-section dl dd ul.group-pack-list li dl.group-pack-detail > dt{
	font-size:16px;
	font-size:1.6rem;
	font-weight: bold;
}
section.group-section dl dd ul.group-pack-list li dl.group-pack-detail > dt:before{
	content: "■"
}
section.group-section dl dd ul.group-pack-list li dl.group-pack-detail > dd{
	margin-left: 1em;
}
section.group-section dl dd ul.group-pack-list li dl.group-pack-detail dd dl.group-pack-detail-plan dt{
	font-size:15px;
	font-size:1.5rem;
	font-weight: bold;
}
section.group-section dl dd span.plan-price{
	font-size:20px;
	font-size:2.0rem;
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
}
section.group-section dl dd .cancel-list dt{
	font-size:15px;
	font-size:1.5rem;
	font-weight: bold;
}
section.group-section dl dd .cancel-list dd{
	margin-left: 1em;
}

section.group-section dl dd .child-plan-photo{
	float: left;
	width: 20%;
	max-width: 200px;
}
section.group-section dl dd .child-plan-text{
	margin-left: 24%;
}
section.group-section .kids-room{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 32%;
}
section.group-section .kids-room img{
	width: 100%;
	border-radius: 20px;
}
/*--------------------------------------特設----------------------------------------*/
span.strowberryText{
	font-size:13px;
	font-size:1.3em;
	font-weight: bold;
	color: #e44b4b;
}
a.special-tel{
	font-weight: bold;
	color: rgba(255,255,255 ,1);
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	text-decoration: underline;
}
a.special-tel:hover{
	color: #000;
}

section.special-about-text{
	width: 90%;
	margin:0 auto 40px;
}
section.special-about-text h2{
	color: rgba(165, 13, 8, 1);
	font-weight: bold;
	font-size:24px;
	font-size:2.4em;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(165, 13, 8, 1);
}
section.special-about-text article{
	margin: 20px 0 30px;
}
section.special-about-text article h3{
	font-weight: bold;
}
section.buffet .buffet-title-area{
	max-width: 1600px;
}
section.buffet .buffet-title-area img#main-photo{
	width: 100% !important;
	max-width: 1600px;
}
section.buffet .buffet-title-area .buffet-title{
	width: 45%;
	position: absolute;
	left:5%;
}
section.buffet .buffet-title-area .buffet-title h2#buffet-sub-title{
	font-weight: bold;
	font-size:2.6rem;
	font-size:2.6rem;
	color: #FFFFFF;
}
section.buffet .buffet-title-area .buffet-title h2#buffet-sub-title2{
	font-weight: bold;
	font-size:2.6rem;
	font-size:2.6rem;
	color: #FFFFFF;
}
section.buffet .buffet-title-area .buffet-title h1{
	font-weight: bold;
	font-size:4.4rem;
	font-size:4.4rem;
	color: #FFFFFF;
}
section.buffet .buffet-title-area img.buffet-open{
	position: absolute;
	right: 5%;
	width: 45%;
	max-width: 300px;
}
section.buffet .buffet-intro-top{
	margin-bottom: 40px;
}
section.buffet .buffet-intro-top article{
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	vertical-align: top;
}
section.buffet .buffet-intro-top article:nth-child(2n){
	margin-right: 0;
}
section.buffet .buffet-intro-top article img{
	width: 100%;
}
section.buffet .buffet-intro-top article h3{
	font-weight: bold;
	font-size:24px;
	font-size:2.4em;
}
section.buffet .buffet-explain{
	margin-bottom: 40px;
}
section.buffet .buffet-explain article{
	width: 100%;
	margin-bottom: 20px;
}
section.buffet .buffet-explain article h2{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
}
section.buffet .buffet-explain article h2 img{
	width: 100%;
}
section.buffet .buffet-explain article h3{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size:20px;
	font-size:2.0em;
	margin-bottom: 10px;
}
/*---------------------------------------ニュース一覧-----------------------------------------------*/
section.child-news div article.news-article{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-radius: 20px;
	border-bottom: 0px solid rgba(165, 13, 8,1);
	background-color: rgba(165, 13, 8,0.1);
}
section.child-news div article.news-article:after{
	content: "";
	clear: both;
	display: block;
}
section.child-news div article.news-article h3{
	text-align: left;
	color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: rgba(165, 13, 8,1);
	padding: 6px 20px;
	font-weight: bold;
	border: 2px solid rgba(165, 13, 8,0.2);
}
section.child-news div article.news-article h3 a{
	color: #fff;
	font-size:18px;
	font-size:1.8rem;
	text-decoration: underline;
}
section.child-news div article.news-article h3 a:hover{
	color: #000;
}
section.child-news div article.news-article p.news-date{
	text-align: left;
	color: rgba(165, 13, 8,1);
	margin: 10px 2% 6px 2%;
	font-size:18px;
	font-size:1.8rem;
	float: left;
	width: 10%;
}
section.child-news div article.news-article p.news-contents{
	margin: 10px 2% 6px 0px;
	width: 84%;
	float: right;
}
/*---------------------------------お土産--------------------------------------------------*/
.souvenir-page #cow-text dl dt{
	font-weight: bold;
	margin-top: 10px;
}
.souvenir-page section.main-souvenir article{
	width: 49%;
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
}
.souvenir-page section.main-souvenir article h2{
	color: rgba(165, 13, 8, 1);
	font-weight: bold;
	font-size:24px;
	font-size:2.4rem;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(165, 13, 8, 1);
}
.souvenir-page section.main-souvenir article h3{
	font-weight: bold;
	margin-bottom: 20px;
}
.souvenir-page section.main-souvenir article:nth-child(2n){
	margin-right: 0;
}
.souvenir-page section.main-souvenir article div{
	margin-bottom: 10px;
}
.souvenir-page section.main-souvenir article div > img{
	float:left;
	width:40%;
	border-radius: 20px;
}
.souvenir-page section.main-souvenir article .main-souvenir-text{
	float: right;
	margin-left: 2%;
	width: 58%;
}
.souvenir-page section.main-souvenir article > dl dt{
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0 4px ;
}
.souvenir-page section.main-souvenir article > dl dd{
	background-color: rgba(165, 13, 8, 1);
	border-radius: 14px;
	color: #fff;
	font-size:13px;
	font-size:1.3rem;
	font-weight: bold;
	padding: 3px 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0 4px ;
}
.souvenir-page section.main-souvenir article .main-souvenir-text dl dt{
	font-size:14px;
	font-size:1.4rem;
	color: #685EC8;
	margin: 4px 0 4px ;
}
.souvenir-page section.sub-souvenir ul li{
	width: 23.5%;
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
	padding: 0px;
	margin-top: 20px;
}
.souvenir-page section.sub-souvenir > h2{
	color: rgba(165, 13, 8, 1);
	font-weight: bold;
	font-size:24px;
	font-size:2.4rem;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(165, 13, 8, 1);
}
.souvenir-page section.sub-souvenir ul li:nth-child(4n){
	margin-right: 0;
}
.souvenir-page section.sub-souvenir ul li img{
	width: 100%;
	max-width: 177px;
	border-radius: 20px;
}
.souvenir-page section.sub-souvenir ul li h2{
	font-weight: bold;
}
.souvenir-page section.sub-souvenir ul li p.amount{
	color:  rgba(165, 13, 8, 1);
}
/*--------------------------------------食事----------------------------------------------------*/
.eat-page section.main-eat > h2,.eat-page section.restaurant-eat > h2{
	color: rgba(165, 13, 8, 1);
	font-weight: bold;
	font-size:24px;
	font-size:2.4rem;
	padding-bottom: 4px;
	border-bottom: 4px dotted rgba(165, 13, 8, 1);
	margin-bottom: 20px;
}
.eat-page section.main-eat article{
	width: 49%;
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(165, 13, 8, 0.1);
	margin-bottom: 2%;
}
.eat-page section.main-eat article:nth-of-type(2n){
	margin-right: 0;
}
.eat-page section.main-eat article h3{
	font-weight: bold;
	font-size:20px;
	font-size:2.0rem;
	padding-bottom: 4px;
}
.eat-page section.main-eat article div{
	width: 56%;
	float: left;
}
.eat-page section.main-eat article img{
	width: 40%;
	float: right;
	margin-left: 4%;
	border-radius: 20px;
}
.eat-page section.main-eat article div > dl dt{
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0 4px ;
}
.eat-page section.main-eat article div > dl dd{
	background-color: rgba(165, 13, 8, 1);
	border-radius: 14px;
	color: #fff;
	font-size:13px;
	font-size:1.3rem;
	font-weight: bold;
	padding: 3px 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0 4px ;
}
.eat-page section.restaurant-eat #news-slide .news-article img,
.eat-page section.restaurant-eat #news-slide2 .news-article img,
.eat-page section.restaurant-eat #news-slide3 .news-article img,
.eat-page section.restaurant-eat #news-slide4 .news-article img,
.eat-page section.restaurant-eat #news-slide5 .news-article img
{
	border-radius: 20px;
	height: auto;
	width: 100%;
}
.eat-page section.restaurant-eat img.restaurant-menu{
	width: 100%;
	max-width: 1169px;
	margin: 20px auto;
	display: block;
}
/*----------------------------------------------Q and A ------------------------------------------*/
.qa-page .qa{
	display: table;
}
.qa-page .qa .qa-header{
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
	font-size:30px;
	font-size:3.0rem;
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
}
.qa-page .qa .qa-contents{
	display: table-cell;
	vertical-align: top;
	padding-top: 16px;
}
.qa-page .qa dt{
	padding-top: 10px;
	border-top: 1px dotted rgba(165, 13, 8, 1);
	margin-top: 20px;
}
.qa-page .qa dt:first-child{
	padding-top: 0px;
	border-top: 0px dotted rgba(165, 13, 8, 1);
	margin-top: 0px;
}
.qa-page .qa dd div div{
	display: inline-block;
	margin-bottom: 2%;
	margin-right: 2%;
	margin-top: 10px;
	vertical-align: top;
	width: 32%;
}
.qa-page .qa dd .kids-room img{
	width: 100%;
	border-radius: 20px;
}
/*-------------------------------------------プライバシー---------------------------------*/
.privacy-page h2{
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
}
.privacy-page section{
	border-bottom: 1px solid rgba(165, 13, 8, 1);
	padding-bottom: 30px;
}
.privacy-page dl{
	counter-reset:pnumber;
	margin-left: 1em;
	margin-top: 20px;
	padding-bottom: 20px;
}
.privacy-page dl dt{
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
	margin-top: 30px;
}
.privacy-page dl dt:before{
	counter-increment: pnumber;
	content: counter(pnumber) ".";
}
.privacy-page dd{
	margin-left: 1em;
}
ul.link-list{
	margin-left: 2em;
}
ul.link-list li{
	margin: 10px 0;
	list-style-type: disc;
}
ul.link-list li a{
	text-decoration: underline;
}
#bell-twitter{
	float:left;
	width:68%;
	margin-right:2%;
}
#bell-facebook{
	float:right;
	width:30%;
}
#bell-twitter h2,#bell-facebook h2{
	font-weight: bold;
	color:#FD91C5;
}
#bell-banner{
	width: 100%;
	margin: 0 auto;
	max-width: 410px;
}
#bell-banner img{
	width: 100%;
}
/*-------------------------------1300px以下---------------------------------------------*/
@media screen and (max-width: 1300px) {
section.child-news div article.news-article p.news-date{
	width: 20%;
}
section.child-news div article.news-article p.news-contents{
	width: 74%;
}
}
/*--------------------------------1024x以下-----------------------------------------------------*/
@media screen and (max-width: 1024px) {
section.child-page article ul#event-list > li {
	width: 100%;
	margin-right: 0%;
}
ul.icon-list li{
	width: 32%;
}
ul.icon-list li:nth-child(4n){

}
ul.icon-list li:nth-child(3n){

}
section.group-section dl dd ul.menu-list li{
	width: 32%;
}
section.group-section dl dd ul.menu-list li:nth-child(4n){
	margin-right: 2%;
}
section.group-section dl dd ul.menu-list li:nth-child(3n){
	margin-right: 0%;
}
section.group-section dl dd ul.group-pack-list li{
	width: 100%;
	margin-right: 0%;
}
section.group-section dl dd ul.group-pack-list li:nth-child(2n){
	margin-right: 0%;
}
section.buffet .buffet-title-area .buffet-title{
	width:65%;
	margin-right: 5%;
}
section.buffet .buffet-title-area img.buffet-open{
	width: 20%;
}
}
/*--------------------------------767x以下-----------------------------------------------------*/
@media screen and (max-width: 767px) {
ul.icon-list li{
	width: 49%;
}
ul.icon-list li:nth-child(4n){

}
ul.icon-list li:nth-child(3n){

}
ul.icon-list li:nth-child(2n){
	margin-right: 0;
}
table.type05 {
	display: none;
}
.for-smartphone{
	display: table;
}
.souvenir-page section.main-souvenir article{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
}
.souvenir-page section.sub-souvenir ul li{
	width: 32%;
	margin-top: 20px;
}
.souvenir-page section.sub-souvenir ul li:nth-child(4n){
	margin-right: 2%;
}
.souvenir-page section.sub-souvenir ul li:nth-child(3n){
	margin-right: 0;
}
.eat-page section.main-eat article{
	width: 100%;
	margin-right: 0%;
}
.eat-page section.main-eat article:nth-of-type(2n){
	margin-right: 0;
}
section.group-section dl dd ul.menu-list li{
	width: 49%;
}
section.group-section dl dd ul.menu-list li:nth-child(4n){
	margin-right: 2%;
}
section.group-section dl dd ul.menu-list li:nth-child(3n){
	margin-right: 2%;
}
section.group-section dl dd ul.menu-list li:nth-child(2n){
	margin-right: 0%;
}
section.group-section dl dd ul.group-pack-list li .group-pack-photo{
	float: none;
	width: 100%;
	max-width: 200px;
	margin: 0 0 10px;
	display: block;
}
section.group-section dl dd ul.group-pack-list li .group-pack-text{
	margin-left: 0%;
	width: 100%;
}
section.group-section dl dd .child-plan-photo{
	float: none;
	width: 100%;
	margin: 0 0 10px;
	display: block;
}
section.group-section dl dd .child-plan-text{
	margin-left: 0%;
	width: 100%;
}
section.group-section .kids-room,.qa-page .qa dd div div.kids-room{
	width: 49%;
}
section.group-section .kids-room:nth-child(2n),.qa-page .qa dd div div.kids-room:nth-of-type(2n){
	margin-right: 0;
}
section.child-page article ul#event-list2 li div.evint-guide dl.event-detail-list dd{
	display: block;
}
section.child-page article ul#event-list2 li div.evint-guide dl.event-detail-list dd:after{
	content: "";
}
section.buffet .buffet-title-area{
	padding-top: 40px;
}
#bell-twitter{
	float:none;
	width:100%;
	margin-right:0;
}
#bell-facebook{
	float:none;
	width:100%;
}
#bell-facebook .fb-page{
	width:100%;
}
#bell-facebook .fb-page > span{
	margin: 0 auto;
	display: block!important;
}
#topImage .slick-dots{
	bottom: 50px;
}
}
/*--------------------------------650x以下-----------------------------------------------------*/
@media screen and (max-width: 650px) {
section.child-page{
	margin-top: 120px !important;
}
ul.icon-list li{
	width: 100%;
}
section.child-page article ul#animal-photo-list li{
	width: 32%;
	margin-right: 2%;
}
section.child-page article ul#animal-photo-list li:nth-child(5n){
	margin-right: 2%;
}
section.child-page article ul#animal-photo-list li:nth-child(3n){
	margin-right: 0%;
}
section.child-news div article.news-article p.news-date{
	float:none;
	width: 100%;
	margin: 10px 0 6px;
}
section.child-news div article.news-article p.news-contents{
	float:none;
	width: 100%;
	margin: 6px 0 6px;
}
section.buffet .buffet-title-area{
	padding-top: 0px;
}
section.buffet .buffet-title-area .buffet-title h2#buffet-sub-title{
	font-size:20px;
	font-size:2.0rem;
}
section.buffet .buffet-title-area .buffet-title h2#buffet-sub-title2{
	font-size:20px;
	font-size:2.0rem;
}
section.buffet .buffet-title-area .buffet-title h1{
	font-size:38px;
	font-size:3.8rem;
}
section.buffet .buffet-title-area .buffet-title p{
	display: none;
}
/*#topImage div.slide1{
	background: rgba(0, 0, 0, 0) url("img/slide/slide1-s.jpg") no-repeat center center ;
	background-size:cover;
}
#topImage div.slide2{
	background: rgba(0, 0, 0, 0) url("img/slide/slide5-s.jpg") no-repeat center center ;
	background-size:cover;
}
#topImage div.slide3{
	background: rgba(0, 0, 0, 0) url("img/slide/slide3-s.jpg") no-repeat center center ;
	background-size:cover;
}
#topImage div.slide4{
	background: rgba(0, 0, 0, 0) url("img/slide/slide4-s.jpg") no-repeat center center ;
	background-size:cover;
}
#topImage div.slide6{
	background: rgba(0, 0, 0, 0) url("img/slide/slide6-s.jpg") no-repeat center center ;
	background-size:cover;
}
#topImage div.slide7{
	background: rgba(0, 0, 0, 0) url("img/slide/slide7-s.jpg") no-repeat center center ;
	background-size:cover;
}
#topImage div.slide7 img.slide-logo{
	width: 50%;
	margin: 0 auto;
	padding-top: 100px;
	display: block;
}*/
}
/*--------------------------------480px以下-----------------------------------------------------*/
@media screen and (max-width: 480px) {
section.child-page article ul#event-list li img{
	width: 100%;
	height: auto;
	display: block;
}
section.child-page article ul#event-list li div.evint-guide{
	display: block;
	padding: 10px 0px 10px 0;
	width: 100%;
}
section.child-page article ul#event-list li div.evint-guide ul{
	text-align: left;
}
section.child-page{
	margin-top: 70px !important;
}
section.child-page article h1.sub-article-title{
	font-size:24px;
	font-size:2.4rem;
}
section.child-page article h1.sub-article-title:before{
	width: 30px;
	height: 30px;
}
section.child-page article h2.animal-intro-title{
	font-size:24px;
	font-size:2.4rem;
}
section.child-page article ul#event-list{
	margin-top: 10px;
}
#cow-img{
	display: block;
	width: 100%;
	border-radius: 10px;
}
#cow-text{
	display: block;
	width: 100%;
	margin-left: 0%;
	margin-top: 10px;
}
#cow-title{
	font-size:20px;
	font-size:2.0rem;
}
.souvenir-page section.main-souvenir article h2{
	font-size:20px;
	font-size:2.0rem;
}
.souvenir-page section.sub-souvenir > h2{
	font-size:20px;
	font-size:2.0rem;
}
.souvenir-page section.main-souvenir article div > img,.souvenir-page section.main-souvenir article .main-souvenir-text{
	float: none;
	width: 100%;
}
.souvenir-page section.sub-souvenir ul li{
	width: 100%;
	margin-top: 20px;
	margin-right: 0%;
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(165, 13, 8, 1);
}
.souvenir-page section.sub-souvenir ul li:nth-child(4n){
	margin-right: 0%;
}
.souvenir-page section.sub-souvenir ul li:nth-child(3n){
	margin-right: 0;
}
.souvenir-page section.sub-souvenir ul li h2{
	font-size:18px;
	font-size:1.8rem;
}
.souvenir-page section.main-souvenir article > dl dt,.souvenir-page section.main-souvenir article > dl dd{
	font-size:12px;
	font-size:1.2rem;
}
.souvenir-page #cow-text dl dt{
	font-size:16px;
	font-size:1.6rem;
}
.eat-page section.main-eat article div{
	width: 100%;
	float: none;
}
.eat-page section.main-eat article img{
	width: 100%;
	float: none;
	margin-left: 0%;
	border-radius: 20px;
}
.eat-page section.main-eat > h2, .eat-page section.restaurant-eat > h2{
	font-size:18px;
	font-size:1.8rem;
}
.eat-page section.main-eat article h3{
	font-size:18px;
	font-size:1.8rem;
}
section.group-section dl dd ul.menu-list li{
	width: 100%;
}
section.group-section dl dd ul.menu-list li:nth-child(4n){
	margin-right: 0%;
}
section.group-section dl dd ul.menu-list li:nth-child(3n){
	margin-right: 0%;
}
section.group-section dl dd ul.menu-list li:nth-child(2n){
	margin-right: 0%;
}
section.group-section .kids-room,.qa-page .qa dd div div.kids-room{
	width: 100%;
	margin-right: 0;
}
section.group-section .kids-room:nth-child(2n){
	margin-right: 0;
}
section.buffet .buffet-title-area .buffet-title h2#buffet-sub-title{
	font-size:16px;
	font-size:1.6rem;
}
section.buffet .buffet-title-area .buffet-title h1{
	font-size:24px;
	font-size:2.4rem;
}
#topImage div.slides .slide-big-title{
	font-size:30px;
	font-size:3.0rem;
	text-align: center;
}
#topImage div.slides .slide-sub-title{
	font-size:22px;
	font-size:2.2rem;
	text-align: center;
}
}

/*--------------------------------孫ページ-----------------------------------------------------*/
section.grandchild-page{
	margin-top: 188px !important;
}
section.grandchild-page img#main-photo{
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
	max-width: 1600px;
}
section.grandchild-page div#bread{
	width: 90%;
	margin: 40px auto 20px;
}
section.grandchild-page div#bread ul li{
	display: inline-block;
	padding: 6px 10px;
	background-color: rgba(165, 13, 8,1);
	border-radius: 20px;
	margin-right: 10px;
	font-weight: bold;
}
section.grandchild-page div#bread ul li a{
	padding: 0 10px;
	color: #fff;
}
section.grandchild-page div#bread ul li:last-child{
	background-color: transparent;
}
section.grandchild-page div#bread ul li:last-child a{
	color: #000;
	padding: 0 0;
}
section.grandchild-page article#grand-contents{
	width: 90%;
	height: auto;
	margin: 80px auto 40px;
	max-width: 1600px;
}
section.grandchild-page article#grand-contents h1{
	font-weight: bold;
	font-size:30px;
	font-size:3.0rem;
	color: #333;
	margin-bottom: 10px;
}
section.grandchild-page article dl{
	margin-bottom: 10px;
}
section.grandchild-page article dl dt{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size:16px;
	font-size:1.6rem;
	padding: 6px 4px 6px 0;
}
section.grandchild-page article dl dd{
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 5px;
	padding: 6px 24px;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	background-color: rgba(165, 13, 8, 1);
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	text-align: left;
	font-size:16px;
	font-size:1.6rem;
}
section.grandchild-page article#grand-contents #news-slide .news-article img,section.grandchild-page article#grand-contents #news-slide2 .news-article img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}
section.grandchild-page article#grand-contents #event-explain{
	margin-top:50px;
}
section.bell article#grand-contents #event-explain h2,section.bell article#grand-contents .bell-activity h2{
	font-weight: bold;
	color: #FD91C5;
}
section.grandchild-page article#grand-contents #event-explain p{
	line-height: 1.8;
}
section.grandchild-page #news-slide p{
	margin-top: 4px;
}
.lots-of-event-img{
	max-width: 100%;
	border-radius: 20px;
}
.lots-of-event-img-top{
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}
.lots-of-event-img-top img{
	width: 100%;
}
.two-of-event-img{
	max-width: 100%;
	border-radius: 20px;
}
.two-of-event-img-top{
	width: 49%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}
.two-of-event-img-top img{
	width: 100%;
}
.grandchild-page section.rad{
	border-radius: 20px;
	border: 2px solid rgba(165, 13, 8, .5);
	padding: 20px;
	margin: 20px 0;
	background-color: rgba(165, 13, 8, .1);
}
.bell section.rad{
	/*background-color: rgba(253, 145, 197 ,.1);
	border-color:#FD91C5;*/
}
.grandchild-page section.rad h3{
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
	font-size:20px;
	font-size:2.0rem;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 2px solid rgba(165, 13, 8, .5);
}
.bell section.rad h3{
	color: #FD91C5;
	/*border-color:#FD91C5;*/
}
.grandchild-page section.rad ul{
	width: 95%;
	margin: 20px auto;
}
.grandchild-page section.rad ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 2px dotted rgba(165, 13, 8, 1);
	list-style-type: disc;
}
.bell section.rad ul li {
	/*border-color:#FD91C5;*/
}
.grandchild-page section.rad ul li dl dt{
	display: block;
	color: #000;
	font-size:18px;
	font-size:1.8rem;
}
.grandchild-page section.rad ul li dl dd{
	display: block;
	background: transparent;
	color: #000;
	margin: 0;
	padding: 0;
}
.grandchild-page section.rad ul li a{
	color: rgba(165, 13, 8, 1);
	text-decoration: underline;
}
.grandchild-page section.rad ul.ranking-list{
	padding: 20px;
	display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-align-content: space-around; /* Safari */
  align-content:         space-around;
}
.grandchild-page section.rad ul.ranking-list li{
	width: 32%;
	list-style-type: none;
	margin-bottom: 20px;
}
.grandchild-page section.rad ul.ranking-list img{
	width: 100%;
	border-radius: 20px;
}
/*--------------------------------767x以下-----------------------------------------------------*/
@media screen and (max-width: 767px) {
section.grandchild-page{
	margin-top: 120px !important;
}
.grandchild-page section.rad ul.ranking-list li{
	width: 100%;
}
}
/*--------------------------------480px以下-----------------------------------------------------*/
@media screen and (max-width: 480px) {
section.grandchild-page{
	margin-top: 80px !important;
}
section.grandchild-page article#grand-contents{
	margin-top: 20px;
}
section.grandchild-page div#bread{
	display: none;
}
section.grandchild-page article dl dt{
	font-size:14px;
	font-size:1.4rem;
	padding-right: 1px;
	display: block;
}
section.grandchild-page article dl dd{
	font-size:13px;
	font-size:1.3rem;
	padding:4px 10px;
}
section.grandchild-page article#grand-contents h1{
	font-weight: bold;
	font-size:20px;
	font-size:2.0rem;
}
}
/*--------------------------------------youtube-------------------------------------*/
#movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 0;
}

#movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
	bottom: 0;
	right: 0;
	margin: auto auto;
}
/*----------------------------------zipline------------------------------------------------*/
section#zipline-step ul#zipline-step-list{
	padding: 20px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-align-content: space-around; /* Safari */
	align-content:         space-around;
}
section#zipline-step ul#zipline-step-list li{
	width: 49%;
	background: rgba(0, 0, 0, 0) url("img/ride/zipline/arrow-red.png") no-repeat scroll center right / 20px auto ;
	padding: 40px;
	margin-bottom: 10px;
}
section#zipline-step ul#zipline-step-list li img{
	width: 100%;
}
section#zipline-step ul#zipline-step-list li h3{
	font-weight: bold;
	color: rgba(165, 13, 8, 1);
	font-size:20px;
	font-size:2.0rem;
}
/*--------------------------------767x以下-----------------------------------------------------*/
@media screen and (max-width: 767px) {

section#zipline-step ul#zipline-step-list li{
	width: 100%;
	background: rgba(0, 0, 0, 0) url("img/ride/zipline/arrow2-red.png") no-repeat scroll bottom center / 30px auto ;
	padding: 40px;
	margin-bottom: 10px;
}
}