@charset "utf-8";
@media only screen and (max-width: 641px) {
/*mainContainer
=========================================*/
/* mainslideArea */
#mainslideArea{
	width: 100%;
}
#mainslideArea .mainslider > div{
	display: none;
}
#mainslideArea .mainslider > div:first-child{
	display: block;
}
#mainslideArea .mainslideInner{
	position: relative;
}
#mainslideArea .subNav{
	position: absolute;
	z-index: 999;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 99%;
	font-size: 1rem;
}
#mainslideArea .subNav .dataList{
	display: table;
	padding: 2px;
	width: 100%;
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 18px;
		 -moz-border-radius: 18px;
					border-radius: 18px;	
}
#mainslideArea .subNav .dataList li{
	display: table-cell;
	vertical-align: middle;
}
#mainslideArea .subNav .dataList li:first-child{
	width: 20%;
	background: #08a14c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 18px;
		 -moz-border-radius: 18px;
					border-radius: 18px;	

}
#mainslideArea .subNav .dataList li:first-child em{
	font-size: 0.8rem;
}

#mainslideArea .subNav .dataList li:nth-child(2){
	width: 50%;
	padding: 0 7px 0 4px;
	text-align: center;
	background: url(/img/index_bg03.png) no-repeat 100% center;
}
#mainslideArea .subNav .dataList li:nth-child(2) span{
	color: #009944;
	font-weight: bold;
}
#mainslideArea .subNav .dataList li:nth-child(2) span + span{
	display:block;
}
#mainslideArea .subNav .dataList li:nth-child(3){
	width: 30%;
	color: #cccccc;
	padding-left: 30px;
}
/*--------------------------------------
		WeatherContents START
----------------------------------------*/
#mainslideArea .subNav .dataList li:nth-child(3).weather01{ background: url(/img/weather_ic01.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather02{ background: url(/img/weather_ic02.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather03{ background: url(/img/weather_ic03.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather04{ background: url(/img/weather_ic04.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather05{ background: url(/img/weather_ic05.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather06{ background: url(/img/weather_ic06.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather07{ background: url(/img/weather_ic07.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather08{ background: url(/img/weather_ic08.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather09{ background: url(/img/weather_ic09.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather10{ background: url(/img/weather_ic10.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather11{ background: url(/img/weather_ic11.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather12{ background: url(/img/weather_ic12.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather13{ background: url(/img/weather_ic13.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather14{ background: url(/img/weather_ic14.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather15{ background: url(/img/weather_ic15.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather16{ background: url(/img/weather_ic16.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather17{ background: url(/img/weather_ic17.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather18{ background: url(/img/weather_ic18.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather19{ background: url(/img/weather_ic19.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather20{ background: url(/img/weather_ic20.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather21{ background: url(/img/weather_ic21.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather22{ background: url(/img/weather_ic22.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather23{ background: url(/img/weather_ic23.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather24{ background: url(/img/weather_ic24.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather25{ background: url(/img/weather_ic25.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather26{ background: url(/img/weather_ic26.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather27{ background: url(/img/weather_ic27.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather28{ background: url(/img/weather_ic28.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather29{ background: url(/img/weather_ic29.png) no-repeat 5px center;}
#mainslideArea .subNav .dataList li:nth-child(3).weather30{ background: url(/img/weather_ic30.png) no-repeat 5px center;}
/*--------------------------------------
		WeatherContents END
----------------------------------------*/
#mainslideArea .subNav .dataList li:nth-child(3) span{
	padding: 0 10px 0 15px;
}
#mainslideArea .subNav .dataList li:nth-child(3) .max{
	display: block;
	color: #ff3300;
	font-weight: bold;
}
#mainslideArea .subNav .dataList li:nth-child(3) .min{
	display: block;
	color: #0178cb;
	font-weight: bold;
}
#mainslideArea .subNav .dataList li:nth-child(4),
#mainslideArea .subNav .dataList li:nth-child(5),
#mainslideArea .subNav .selectBox{
	display: none;
}
#mainslideArea .slideCover{
	margin-bottom: -1px;
	width: 100%;
	position: absolute;
	z-index: 999;
	bottom: 0;
	line-height: 0;
}
#mainslideArea .mainslider .slick-list{
	position: relative;
	z-index: 1;
	
}
#mainslideArea .mainslider .pager{
	width: 100%;
	position: absolute;
	z-index: 999;
	bottom: 6%;
	text-align: center;
}
#mainslideArea .mainslider .pager li{
	display: inline-block;
	margin-right: 10px;
}
#mainslideArea .mainslider .pager li:last-child{
	margin: 0;
}
#mainslideArea .mainslider .pager li button {
	background: url(/img/index_ic02.png) no-repeat 0 0;
	background-size: contain;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 14px;
	line-height: 0;
	outline: medium none;
	width: 14px;
}
#mainslideArea .mainslider .pager li.slick-active button{
	background: url(/img/index_ic01.png) no-repeat 0 0;
	background-size: contain;
	
}
/*globalContainer
=========================================*/
#globalContainer{
	background: url(/img/index_bg01.png) repeat-x 0 0;
}
/*attentionBox
=========================================*/
#attentionBox{
	width: 95%;
	margin: 15px auto;
	background: #fff;
	border: 4px solid #e01b00;
	-webkit-border-radius: 6px;
		 -moz-border-radius: 6px;
					border-radius: 6px;	
}
#attentionBox h2{
	padding: 5px 0 8px;
	width: 100%;
	background: #e01b00;
}
#attentionBox h2 span{
	display: block;
	width: 112px;
	margin: 0 auto;
}
#attentionBox p{
	padding: 14px;
}

/*eventArea
=========================================*/
#eventArea{
	position: relative;
	width: 95%;
	margin: 0 auto 10px;
}
#eventArea h2{
	text-align: center;
}
#eventArea .eventAreaInner{
	margin-top: -20px;
	background: url(/img/index_bg02.png) repeat-x 0 0 #eed28e;
	border-radius: 6px;
	padding: 0 0 15px 0;
}
#eventArea .moreBtn{
	width: 50%;
	margin: 0 auto;
}
#eventArea  #eventSlider{
	width: 90%;
	position: relative;
	margin: 0 auto 10px;
	padding-top: 25px;
}
#eventArea  #eventSlider .slick-arrow{
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -54px;
	cursor: pointer;
}
#eventArea  #eventSlider .slick-arrow.slick-prev {
	left: -7px;
	width: 32px;
	height: auto;
}
#eventArea  #eventSlider .slick-arrow.slick-next {
	right: -7px;
	width: 32px;
	height: auto;
}
#eventArea  #eventSlider .slick-slide{
	position: relative;
	height: 318px;
	overflow: hidden;
	-webkit-border-radius: 5px 5px 5px 5px;
		 -moz-border-radius: 5px 5px 5px 5px;
					border-radius: 5px 5px 5px 5px;
}
#eventArea  #eventSlider .slick-slide a{
	color: #333;
	text-align: center;
}
#eventArea  #eventSlider .slick-slide .attractionImage{
	width: 100%;
	z-index: 1;
}
#eventArea  #eventSlider .slick-slide .attractionImage img{
	width: 100%;
}
#eventArea  #eventSlider .slick-slide ul{
	background: url(/img/index_ic11.png) no-repeat 99% 95% rgba(255,255,255,1);
	width: 100%;
	bottom: 0;
	-webkit-border-radius: 0 0 5px 5px;
		 -moz-border-radius: 0 0 5px 5px;
					border-radius: 0 0 5px 5px;
	z-index: 100;
}
#eventArea  #eventSlider .slick-slide ul li:first-child{
	display: table-cell;
	vertical-align: middle;
	width: 30em;
	padding: 11px 10px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px dashed #d4b39a;
}
#eventArea  #eventSlider .slick-slide ul li:last-child{
	padding: 11px 10px;
}
#eventArea #eventSlider .col{
	display: none;
}
#eventArea #eventSlider .col:first-child{
	display: block;
}
#eventArea #eventSlider .col.slick-slide{
	display: block;
}
/*attrArea
=========================================*/
#attrArea{
	position: relative;
	width: 95%;
	margin: 0 auto 10px;
}
#attrArea h2{
	text-align: center;
}
#attrArea .attrAreaInner{
	margin-top: -20px;
	background: url(/img/index_bg02.png) repeat-x 0 0 #eed28e;
	border-radius: 6px;
	padding: 22px 2% 15px;
}
#attrArea .moreBtn{
	width: 50%;
	margin: 0 auto;
}
#attrArea .figureCol01{
	width: 100%;
	margin-bottom: 10px;
}
#attrArea .figureCol01 .leftCol{
	float: left;
	width: 40%;
}
#attrArea .figureCol01 .rightCol{
	float: right;
	width: 59%;
}
#attrArea .figureCol01 .rightCol p:first-child{
	margin-bottom: 4px;
}
/*showArea
=========================================*/
#showArea{
	position: relative;
	width: 95%;
	margin: 0 auto 10px;
}
#showArea h2{
	text-align: center;
}
#showArea .showAreaInner{
	margin-top: -20px;
	background: url(/img/index_bg02.png) repeat-x 0 0 #eed28e;
	border-radius: 6px;
	padding: 0 0 15px 0;
}
#showArea .moreBtn{
	width: 50%;
	margin: 0 auto;
}
#showArea  #showSlider{
	width: 90%;
	position: relative;
	margin: 0 auto 10px;
	padding-top: 25px;
}
#showArea  #showSlider .slick-arrow{
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -54px;
	cursor: pointer;
}
#showArea  #showSlider .slick-arrow.slick-prev {
	left: -7px;
	width: 32px;
	height: auto;
}
#showArea  #showSlider .slick-arrow.slick-next {
	right: -7px;
	width: 32px;
	height: auto;
}
#showArea  #showSlider .slick-slide{
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	-webkit-border-radius: 5px 5px 5px 5px;
		 -moz-border-radius: 5px 5px 5px 5px;
					border-radius: 5px 5px 5px 5px;
}
#showArea  #showSlider .slick-slide .attractionImage{
	width: 100%;
	z-index: 1;
}
#showArea  #showSlider .slick-slide .attractionImage img{
	width: 100%;
}
#showArea #showSlider .slick-slide ul{
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 15px 0;
	z-index: 100;
	background: url(/img/index_ic11.png) no-repeat 99% 90% rgba(255,255,255,1);
	-webkit-border-radius: 0 0 5px 5px;
		 -moz-border-radius: 0 0 5px 5px;
					border-radius: 0 0 5px 5px;
	width: 100%;
	text-align: center;
}
#showArea #showSlider .col{
	display: none;
}
#showArea #showSlider .col:first-child{
	display: block;
}
#showArea #showSlider .col.slick-slide{
	display: block;
}
/*homeArea
=========================================*/
#homeArea{
	position: relative;
	width: 95%;
	margin: 0 auto 15px;
}
#homeArea h2{
	text-align: center;
}
#homeArea .homeAreaInner{
	margin-top: -20px;
	background: url(/img/index_bg02.png) repeat-x 0 0 #eed28e;
	border-radius: 6px;
	padding: 22px 2% 15px;
}
#homeArea .figureList01 li{
	overflow: hidden;
	letter-spacing: normal;
	margin-bottom: 10px;
	border-top: 3px solid #009944;
	background: url(/img/index_ic11.png) no-repeat 99% 95% #fff;	
	box-shadow:rgb(146, 128, 87) 0px 2px 0px 0px;
	-webkit-box-shadow:rgb(146, 128, 87) 0px 2px 0px 0px;
	-moz-box-shadow:rgb(146, 128, 87) 0px 2px 0px 0px;	
	-webkit-border-radius: 5px 5px 5px 5px;
		 -moz-border-radius: 5px 5px 5px 5px;
					border-radius: 5px 5px 5px 5px;
}
#homeArea .figureList01 li a{
	display: block;
	height: 90px;
}
#homeArea .figureList01 li span{
	padding: 24px 2% 0 4%;
	width: 55%;
	float: right;
	color: #00822f;
	font-weight: bold;
	font-size: 1.5rem;
}
#homeArea .figureList01 li:first-child a{
	background: url(/img/index_ph02.jpg) no-repeat 0 0;
	background-size: 45% auto;	
}
#homeArea .figureList01 li:first-child a span{
	padding-top: 36px;
}
#homeArea .figureList01 li:nth-child(2) a{
	background: url(/img/index_ph03.jpg) no-repeat 0 0;
	background-size: 45% auto;	
}
#homeArea .figureList01 li:last-child a{
	background: url(/img/index_ph04.jpg) no-repeat 0 0;
	background-size: 45% auto;	
	margin-bottom: 0;
}
#homeArea .moreBtn{
	width: 50%;
	margin: 0 auto;
}
/*btnArea
=========================================*/
#btnArea{
	width: 95%;
	margin: 0 auto 15px;
}

/*newsArea
=========================================*/
#newsArea{
	width: 95%;
	margin: 0 auto;
}
/* snsBox */
#newsArea .snsBox {
	margin-bottom: 15px;
}
#newsArea .snsBox .tabList{
	letter-spacing: -0.4em;
}
#newsArea .snsBox .tabList li{
	display: inline-block;
	vertical-align: bottom;
	width: 49%;
	height: 50px;
	padding: 14px 2%;
	text-align: center;
	background: #dbc17f;
	-webkit-border-radius: 5px 5px 0 0;
		 -moz-border-radius: 5px 5px 0 0;
					border-radius: 5px 5px 0 0;
}
#newsArea .snsBox .tabList li.select{
	background: #eed28e;
}
#newsArea .snsBox .tabList li:first-child img{
	width: 101px;
}
#newsArea .snsBox .tabList li:last-child{
	margin-left: 2%;
}
#newsArea .snsBox .tabList li:last-child img{
	width: 120px;
}
#newsArea .snsBox .tabContent{
	padding: 10px 2%;
	background: #eed28e;
	-webkit-border-radius: 0 0 5px 5px;
		 -moz-border-radius: 0 0 5px 5px;
					border-radius: 0 0 5px 5px;
}
#newsArea .snsBox .tabContent li{
	width: 100%;
	height: 182px;
	margin: 0 auto;
	-webkit-border-radius: 5px 5px 5px 5px;
		 -moz-border-radius: 5px 5px 5px 5px;
					border-radius: 5px 5px 5px 5px;
}
#newsArea .snsBox .tabContent li iframe{
	height: 182px !important;
	min-height: 182px !important;
}
#newsArea .snsBox .tabContent li:last-child{
	display: none;
}
.fb-page,
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe{ width: 100%!important; max-width:none !important; min-width:100px !important; }
/* blogBox */
#newsArea .staffBox{
	padding: 13px 2% 10px;
	background: #eed28e;
	-webkit-border-radius: 5px 5px 5px 5px;
		 -moz-border-radius: 5px 5px 5px 5px;
					border-radius: 5px 5px 5px 5px;
}
#newsArea .staffBox h3{
	width: 204px;
	margin-bottom: 10px;
}
#newsArea .staffBox .btnList li{
	margin-bottom: 6px;
}
#newsArea .staffBox .btnList li a{
	display: table;
	width: 100%;
	padding: 12px 15px 10px 10px;
	background: url(/img/index_ic16.png) no-repeat 98% 95% #ffffff;
	overflow: hidden;
	color: #333;
	box-shadow:rgb(146, 128, 87) 0px 2px 0px 0px;
	-webkit-box-shadow:rgb(146, 128, 87) 0px 2px 0px 0px;
	-moz-box-shadow:rgb(146, 128, 87) 0px 2px 0px 0px;
	-webkit-border-radius: 5px 5px 5px 5px;
		 -moz-border-radius: 5px 5px 5px 5px;
					border-radius: 5px 5px 5px 5px;
}
#newsArea .staffBox .btnList li a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.8);	
}
#newsArea .staffBox .btnList li a .ph{
	display: table-cell;
	width: 88px;
	vertical-align: middle;
}
#newsArea .staffBox .btnList li a .ph img{
	width: 100%;
}
#newsArea .staffBox .btnList li a .txt{
	display: table-cell;
	padding: 0 0 0 14px;
	width: 264px;
	vertical-align: middle;
}
#newsArea .staffBox .btnList li a .txt p:first-child{
	color: #009944;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #dfa071;
}

/*qaIcon
=========================================*/
.qaIcon{
	display: none !important;
}

/*=================================

	clearfix

=================================*/
#newsArea:after,
#mainslideArea .subNav:after,
#attrArea .figureCol01:after ,
#newsArea .infoBox h3:after{
	content: "";
	display: block;
	clear: both;
}

}