@charset "UTF-8";

header {
	margin-bottom:0;
}


#overview .list-rhombus li .listttl span {
	background-color:#000;
}
#eatsouvenir .list-rhombus li .listttl span {
	background-color:#00849f;
}
#stay .list-rhombus li .listttl span {
	background-color:#5da049;
}



/* -------------------------------------
mainimg
------------------------------------- */
#mainimg {
	text-align:center;
	width:100%;
	height:750px;
	min-height:400px;
	margin-bottom:75px;
	overflow:hidden;
	position:relative;
}
.flexslider {
	position:absolute;
	left:0;
	right:0;
	border:none!important;
	width:100%;
	height:100%;
}
.slides{
	height:100%;
	margin:0;
	padding:0;
}
.slides li {
	text-align:center;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}
.slides li.mainimg1 {
	background-image:url(../imgs/index/mainimg1.jpg);
	background-size:cover;
}
.slides li.mainimg2 {
	background-image:url(../imgs/index/mainimg2.jpg);
	background-size:cover;
}
.slides li.mainimg3 {
	background-image:url(../imgs/index/mainimg3.jpg);
	background-size:cover;
}
.slides li.mainimg4 {
	background-image:url(../imgs/index/mainimg4.jpg);
	background-size:cover;
}
.slides li.mainimg5 {
	background-image:url(../imgs/index/mainimg5.jpg);
	background-size:cover;
}
.slides li.mainimg6 {
	background-image:url(../imgs/index/mainimg6.jpg);
	background-size:cover;
}
.slides li.mainimg7 {
	background-image:url(../imgs/index/mainimg7.jpg);
	background-size:cover;
}

.flex-control-nav {
	bottom: 20px!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}
.flex-viewport {
	height:100%;
}
#mainimg p {
	font-size:17px;
	font-weight:bold;
	text-align:center;
	text-shadow:0px 0px 8px #666666;
	color:#fff;
	width:100%;
	max-width:94%;
	margin:0 auto;
	position:absolute;
	top:40%;
	left:0;
	right:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
#mainimg p strong {
	font-size:54px;
	display:block;
}
#mainimg p a {
	font-size:14px;
	font-weight:bold;
	line-height:1.0;
	color:#fff;
	width:100%;
	max-width:200px;
	display:block;
	padding:14px 20px 12px 20px;
	margin:15px auto 0 auto;
	border:1px solid #fff;
	box-sizing:border-box;
}
#mainimg a#movebtm {
	width:58px;
	display:block;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:65px;
	z-index:1500;
}
#mainimg a#movebtm img {
	width:100%;
	height:auto;
}

.flex-direction-nav a.flex-next:before {
	content:none!important;
}
.flex-direction-nav a.flex-next {
	background:url(../imgs/index/main_next.png) no-repeat center center;
}
.flex-direction-nav a.flex-prev:before {
	content:none!important;
}
.flex-direction-nav a.flex-prev {
	background:url(../imgs/index/main_prev.png) no-repeat center center;
}
.flex-control-paging li a {
	background-color:#fff!important;
}
.flex-control-paging li a.flex-active {
	background-color:#5da049!important;
}

#mainimg .weather {
	text-align:center;
	display:block;
	margin-bottom:10px;
}
#mainimg .weather img {
	line-height:45px;
	vertical-align:middle;
	width:60px;
	display:inline-block;
	margin-right:10px;
	position:static;
}
#mainimg .weather .weather_temp {
	font-size:45px;
	line-height:1.0;
	vertical-align:middle;
}
#mainimg .weather .sm {
	font-size:30px;
	vertical-align:middle;
}
#mainimg .weather .weater_etc {
	font-size:18px;
}

#mainimg .maplink {
	width:33.3%;
	max-width:380px;
	height:auto;
	display:block;
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:5;
}



/* -------------------------------------
features
------------------------------------- */
#features_list {
	height:520px;
	margin-bottom:50px;
	position:relative;
}
.features_content {
	width:100%;
	display:none;
	position:absolute;
	top:0;
}
.features_content:nth-child(1) {
	display:block;
}
.features_content a {
	display:block;
	height:520px;
	position:relative;
}
.features_content a:after {
	content:"";
	width:-webkit-calc(100% - 359px);
  	width:calc(100% - 359px);
	height:35px;
	display:block;
	background-color:#fff;
	position:absolute;
	top:0;
	right:0;
	z-index:200;
}
.features_content .txt {
	width:359px;
	height:100%;
	background-color:rgba(255,255,255,0.65);
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
#features_list:before {
	content:"";
	width:359px;
	height:35px;
	display:block;
	background:url(../imgs/common/slanting_top.png) no-repeat center top;
	background-size:100% auto;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
#features_list:after {
	content:"";
	width:359px;
	height:35px;
	display:block;
	background:url(../imgs/common/slanting_btm.png) no-repeat center bottom;
	background-size:100% auto;
	position:absolute;
	bottom:0;
	left:0;
	z-index:20;
}
.features_content .txtin {
	width:100%;
	margin:0 auto;
	padding:40px;
	box-sizing:border-box;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.features_content .txtin h3 {
	font-size:28px;
	font-weight:normal;
	color:#333;
	text-align:center;
	margin-bottom:20px;
}
.features_content .txtin h3 span {
	font-size:13px;
	line-height:1.0;
	color:#fff;
	width:150px;
	display:block;
	padding:7px 10px 5px 10px;
	margin:8px auto 0 auto;
	background-color:#dc4e55;
	box-sizing:border-box;
}
.features_content div.bg {
	width:100%;
	height:520px;
	background-repeat :no-repeat;
	background-position:center center;
	background-size:cover;
}
#features_list .nextprev {
	width:170px;
	margin:0 0 0 85px;
	background-color:#000;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:5;
}
#features_list .nextprev:after {
	content:"";
	width:1px;
	height:50%;
	display:block;
	margin:0 auto;
	border-right:1px dotted #ccc;
	position:absolute;
	top:14%;
	left:0;
	right:0;
	z-index:5;
}
#features_list .nextprev a {
	text-align:center;
	width:50%;
	float:left;
	display:block;
	padding:20px 10px 35px 10px;
	box-sizing:border-box;
}
#features .list-post h3 br {
	display:none;
}



/* -------------------------------------
thingstodo
------------------------------------- */
#thingstodo .ttl_icon {
	padding-top:45px;
	background-image:url(../imgs/index/icon_todo.png);
}
#thingstodo .ttl_icon:after {
	top:60px;
}

#thingstodo .list-rhombus li .listttl span {
	background-color:#dc4e55;
}



/* -------------------------------------
event
------------------------------------- */
#eventbody {
	width:71%;
	float:left;
	background-color:#ececec;
	position:relative;
}
#eventbody ul li {
	width:100%;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#eventbody ul li:nth-child(1) {
	opacity:1;
}
#eventbody ul li.active {
	z-index:2;
}
#eventbody a {
	display:block;
	position:relative;
}
#eventbody .eventimg {
	width:57.9%;
	height:100%;
	display:block;
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
}
#eventbody .eventimg.noimg {
	background-size:auto 100%;
}
#eventbody .txt {
	width:42.1%;
	height:100%;
	padding:30px;
	border-top:6px solid #edb43c;
	box-sizing:border-box;
	position:relative;
}
#eventbody .txt h3 {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}
#eventbody .txt p {
	margin-bottom:30px;
}
#eventbody .txt p.date {
	font-size:22px;
	text-align:center;
	line-height:1.4;
	margin-bottom:20px;
}
#eventbody .txt p.detail {
	font-size:13px;
	line-height:1.0;
	color:#fff;
	text-align:center;
	width:150px;
	padding:7px 10px 7px 10px;
	margin:0 auto;
	background:#01bab8 url(../imgs/common/arrow_rgt_wh.png) no-repeat 94% center;
	
}
#event_search {
	width:27%;
	float:right;
	display:table;
	background-color:#01bab8;
	box-sizing:border-box;
}
#event_search .inblk {
	display:table-cell;
	padding:20px;
	vertical-align:middle;
	box-sizing:border-box;
}
#event_search .inblk h3 {
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}
#event_search .inblk form {
	margin-bottom:20px;
}
#event_search .inblk form div.clearfix {
	margin-bottom:20px;
}
#event_search .inblk form .submit {
	width:80px;
	margin:0 auto;
	background-color:#000;
	-webkit-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	transform:rotate(-4deg);
	overflow:hidden;
}
#event_search .inblk form .submit input {
	font-size:15px;
	font-weight:bold;
	color:#fff;
	width:100%;
	padding:5px 8px;
	margin:0;
	display:block;
	box-sizing:border-box;
	background-color:transparent;
	-webkit-transform:rotate(4deg);
	-ms-transform:rotate(4deg);
	transform:rotate(4deg);
}
#event_search .inblk .allmore {
	width:80%;
	padding:7px 10px 5px 10px;
}
#event_search .easy-select-box.easy-select-0 {
	width:100%!important;
	max-width:200px;
	display:block;
	float:none;
	margin:0 auto;
}

#eventchange {
	text-align:center;
	width:57.9%;
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	z-index:5;
}
#eventchange a {
	width:12px;
	height:12px;
	display:inline-block;
	margin-right:15px;
	background-color:#fff;
	border-radius:50%;
}
#eventchange a:last-child {
	margin-right:0;
}
#eventchange a.on {
	background-color:#5da049;
}


/* -------------------------------------
overview
------------------------------------- */
#overview .ttl_icon {
	padding-top:45px;
	background-image:url(../imgs/index/icon_overview.png);
}
#overview .ttl_icon:after {
	top:60px;
}



/* -------------------------------------
stay
------------------------------------- */
#stay .ttl_icon {
	padding-top:45px;
	background-image:url(../imgs/index/icon_stay.png);
}
#stay .ttl_icon:after {
	top:60px;
}


/* -------------------------------------
eatsouvenir
------------------------------------- */
#eatsouvenir .ttl_icon {
	padding-top:45px;
	background-image:url(../imgs/index/icon_eatsouvenir.png);
}
#eatsouvenir .ttl_icon:after {
	top:60px;
}


/* -------------------------------------
usefulinfo
------------------------------------- */
#usefulinfo li {
	width:11.1%;
	float:left;
	margin-right:1.5%;
	background-color:#edb43c;
}
#usefulinfo li:last-child {
	margin-right:0;
}
#usefulinfo li a {
	font-weight:bold;
	text-align:center;
	padding:25px 10px 20px 10px;
	display:block;
	box-sizing:border-box;
}
#usefulinfo li a img {
	width:80%;
	max-width:120px;
	height:auto;
	display:block;
	margin:0 auto 12px auto;
}
#usefulinfo li a span {
	display:inline-block;
}



/* -------------------------------------
movie
------------------------------------- */
#movie .bg_black {
	padding:40px 0;
	margin-bottom:25px;
}
#movie .ttl_icon_side {
	color:#fff;
}
#movie #movie_view {
	width:80%;
	float:left;
}
#movie #movie_view .view_content {
	position:relative;
	width:100%;
	padding:56.25% 0 0 0;
	margin-bottom:8px;
	border:1px solid #41bfed;
	box-sizing:border-box;
	overflow:hidden;
}
#movie #movie_view iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
#movie #movie_view iframe:nth-child(1) {
	display:block;
}
#movie ul {
	width:17%;
	float:right;
}
#movie li {
	margin-bottom:20px;
}
#movie li:last-child {
	margin-bottom:0;
}
#movie .iframe_content {
	position:relative;
	width:100%;
	padding:56.25% 0 0 0;
	margin-bottom:8px;
	border:1px solid #41bfed;
	background-color:rgba(0,0,0,1.0);
	box-sizing:border-box;
	overflow:hidden;
	cursor:pointer;
	opacity:0.5;
	transition:opacity 0.7s;
	-webkit-transition:opacity 0.7s;
	-ms-transition:opacity 0.7s;
	-moz-transition:opacity 0.7s;
}
#movie .iframe_content:hover, #movie .iframe_content.on {
	opacity:1.0;
}
#movie .iframe_content a {
	display:block;
	pointer-events:none;
}
#movie .iframe_content a iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#movie .iframe_content a:hover iframe {
	opacity:1.0;
}
#movie li p {
	font-size:12px;
	text-align:center;
	color:#fff;
}


/* -------------------------------------
access
------------------------------------- */
#access {
	padding:40px 0;
	box-sizing:border-box;
}
#access .ttl_icon span.bg {
	position:relative;
	z-index:2;
}
#access .ttl_icon:after {
	z-index:0;
}
#access #access_japan .left {
	width:53.7%;
	float:left;
}
#access #access_japan .right {
	width:49.1%;
	height:auto;
	float:right;
	position:relative;
	left:-3%;
	margin-right:-3%;
}
#access #access_japan .right p {
	margin-bottom:70px;
}
#access #access_japan p img.map {
	width:100%;
	height:auto;
	display:block;
}
#access #access_japan .left p img.map {
	max-width:678px;
}
#access #access_japan .right img.map {
	max-width:648px;
}
#access #access_japan p span {
	font-size:22px;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	display:block;
	margin-bottom:25px;
}
#access #access_japan p span br {
	display:none;
}
#access #access_japan .right p span {
	color:#009e57;
}
#access #access_japan p.left span {
	color:#009fe8;
}
#access #access_japan p span span {
	font-size:27px;
	display:inline;
}
#access #access_japan p span img {
	display:block;
	width:41px;
	height:auto;
	margin:0 auto 5px auto;
}

#access #access_japan a {
	font-size:17px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	width:100%;
	max-width:200px;
	display:block;
	margin:0 auto 0 auto;
	padding:10px 10px;
	background-color:#000;
	box-sizing:border-box;
}




/* -------------------------------------
areaguide
------------------------------------- */
#areaguide {
	box-sizing:border-box;
}
#areaguide .flt-l {
	width:47.2%;
}
#areaguide p.flt-r {
	width:60.1%;
	position:relative;
	left:-14%;
	margin-right:-14%;
}
#areaguide p img {
	width:100%;
	height:auto;
}
#areaguide p a.maplink {
	font-size:20px;
	font-weight:bold;
	color:#f15a24;
	display:inline-block;
	padding-top:40px;
	background:url(../imgs/index/icon_map.png) no-repeat center top;
	background-size:28px auto;
	position:absolute;
	right:15%;
	top:10%;
	z-index:2;
}
#areaguide .flt-l .detail a {
	font-size:17px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	width:100%;
	max-width:200px;
	display:block;
	margin:10% auto 0 auto;
	padding:10px 10px;
	background-color:#000;
	box-sizing:border-box;
}




/* -------------------------------------
new
------------------------------------- */
#new #news ul {
	width:49%;
	float:left;
}
#new #news ul:nth-child(even) {
	float:right;
}
#new #news li {
	padding:0 0 25px 0;
	margin-bottom:25px;
	border-bottom:1px dotted #ccc;
}
#new #news li a {
	display:block;
	position:relative;
}
#new #news li div.flt-l {
	width:26%;
	height:130px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
#new #news li div.flt-l.noimg {
	border:1px solid #ccc;
}
#new #news li div.flt-r {
	width:71.2%;
}
#new #news li a p span {
	font-size:12px;
	font-weight:bold;
	display:inline-block;
}
#new #news li a p span.owner {
	margin-right:10px;
}
#new #news li a h3 {
	height:40px;
	margin-bottom:5px;
	overflow:hidden;
}
#new #news li a p.news_cap {
	margin-bottom:10px;
}
#new #news li a p.detail {
	font-size:13px;
	text-align:center;
	line-height:26px;
	color:#fff;
	width:100%;
	max-width:150px;
	display:inline-block;
	padding:0px 10px 0px 10px;
	background:#01bab8 url(../imgs/common/arrow_rgt_wh.png) no-repeat 94% center;
	box-sizing:border-box;
}
#new .bnr {
	margin-top:35px;
}
#new .bnr + .bnr {
	margin-top: 0;
}
#new .bnr li {
	width:49%;
	float:left;
	margin-bottom:2%;
}
#new .bnr li.full {
	width: 70%;
	max-width: 560px;
	float: none;
	display: block;
	margin:0 auto 0;
}
#new .bnr li:nth-child(even) {
	float:right;
}
#new .bnr li a {
	display:block;
}
#new .bnr li a img {
	width:100%;
	height:auto;
}
	




@media screen and (max-width:1180px) {
	#mainimg {
		margin-bottom:60px;
	}
	#mainimg p strong {
		font-size:49px;
	}
	#mainimg p {
		font-size:16px;
	}
	#mainimg a#movebtm {
		width:54px;
	}
	#mainimg .weather img {
		line-height:40px;
	}
	#mainimg .weather .weather_temp {
		font-size:40px;
	}
	#mainimg .weather .sm {
		font-size:27px;
	}
	#mainimg .weather .weater_etc {
		font-size:17px;
	}
	
	
	/* -------------------------------------
	features
	------------------------------------- */
	#features_list {
		height:480px;
	}
	.features_content a {
		height:480px;
	}
	.features_content div.bg {
		height:480px;
	}
	.features_content .txtin {
		padding:30px;
	}
	.features_content .txtin h3 {
		font-size:26px;
	}
	#features_list .nextprev a {
		padding:15px 10px 30px 10px;
	}
	
	
	
	/* -------------------------------------
	event
	------------------------------------- */
	#eventbody .txt {
		padding:25px;
	}
	#eventbody .txt h3 {
		font-size:17px;
	}
	#eventbody .txt p {
		margin-bottom:25px;
	}
	#eventbody .txt p.date {
		font-size:20px;
		margin-bottom:15px;
	}
	#event_search .inblk h3 {
		font-size:17px;
	}
	#event_search .inblk .allmore {
		width:100%;
		padding:9px 10px 22px 10px;
		background:#000 url(../imgs/common/arrow_rgt_wh.png) no-repeat center 80%;
	}
	
	

	/* -------------------------------------
	access
	------------------------------------- */
	#access #access_japan .right p {
		margin-bottom:60px;
	}
	#access #access_japan p span {
		font-size:20px;
		margin-bottom:20px;
	}
	#access #access_japan p span span {
		font-size:24px;
		display:block;
	}
	#access #access_japan p span img {
		width:38px;
	}
	#access #access_japan a {
		font-size:16px;
		padding:10px 8px;
	}
	
	
	/* -------------------------------------
	areaguide
	------------------------------------- */
	#areaguide p a.maplink {
		font-size:19px;
		padding-top:38px;
		background-size:26px auto;
	}
	#areaguide .flt-l .detail a {
		font-size:16px;
		padding:10px 8px;
	}
	
	
	/* -------------------------------------
	usefulinfo
	------------------------------------- */
	#usefulinfo li a {
		padding:22px 10px 17px 10px;
	}
	
	
	/* -------------------------------------
	movie
	------------------------------------- */
	#movie .bg_black {
		padding:35px 20px;
		box-sizing:border-box;
	}
	
	
}
@media screen and (max-width:1000px) {
	#mainimg {
		margin-bottom:50px;
	}
	#mainimg p strong {
		font-size:44px;
	}
	#mainimg a#movebtm {
		width:50px;
	}
	#mainimg .weather img {
		line-height:36px;
	}
	#mainimg .weather .weather_temp {
		font-size:36px;
	}
	#mainimg .weather .sm {
		font-size:25px;
	}
	#mainimg .weather .weater_etc {
		font-size:17px;
	}
	
	
	/* -------------------------------------
	features
	------------------------------------- */
	#features_list {
		height:440px;
	}
	.features_content a {
		height:440px;
	}
	.features_content div.bg {
		height:440px;
	}
	.features_content .txtin {
		padding:25px;
	}
	.features_content .txtin h3 {
		font-size:23px;
	}
	#features_list .nextprev a {
		padding:13px 10px 27px 10px;
	}
	
	
	/* -------------------------------------
	event
	------------------------------------- */
	#eventbody .txt {
		padding:20px;
	}
	#eventbody .txt h3 {
		font-size:16px;
	}
	#eventbody .txt p {
		margin-bottom:25px;
	}
	#eventbody .txt p.date {
		font-size:18px;
		margin-bottom:10px;
	}
	#event_search .inblk h3 {
		font-size:16px;
	}
	#event_search .inblk form .submit input {
		font-size:14px;
	}
	
	
	/* -------------------------------------
	overview
	------------------------------------- */
	
	
	
	/* -------------------------------------
	access
	------------------------------------- */
	#access #access_japan .right p {
		margin-bottom:50px;
	}
	#access #access_japan p span {
		font-size:18px;
	}
	#access #access_japan p span span {
		font-size:22px;
		letter-spacing:0;
	}
	#access #access_japan p span img {
		width:36px;
	}
	#access #access_japan a {
		font-size:15px;
		padding:10px 8px;
	}
	
	
	/* -------------------------------------
	areaguide
	------------------------------------- */
	#areaguide p a.maplink {
		font-size:18px;
		padding-top:36px;
		background-size:24px auto;
	}
	#areaguide .flt-l .detail a {
		font-size:15px;
		padding:10px 8px;
	}
	
	
	
	/* -------------------------------------
	new
	------------------------------------- */
	
	
	/* -------------------------------------
	usefulinfo
	------------------------------------- */
	#usefulinfo li a br {
		display:none;
	}
	
	
	/* -------------------------------------
	movie
	------------------------------------- */
	#movie .bg_black {
		padding:30px 20px;
	}
	
	
}
@media screen and (max-width:768px) {
	#mainimg {
		margin-bottom:35px;
	}
	#mainimg p strong {
		font-size:38px;
	}
	#mainimg p {
		font-size:15px;
	}
	#mainimg a#movebtm {
		width:45px;
	}
	#mainimg .weather img {
		line-height:32px;
	}
	#mainimg .weather .weather_temp {
		font-size:32px;
	}
	#mainimg .weather .sm {
		font-size:22px;
	}
	#mainimg .weather .weater_etc {
		font-size:15px;
	}
	#mainimg .maplink {
		width:300px;
		height:auto;
		margin:0 auto;
		right:0;
		left:0;
		bottom:20%;
	}
	#mainimg .maplink img {
		position:relative;
		left:10%;
	}
	
	
	/* -------------------------------------
	features
	------------------------------------- */
	.features_content a:after {
		content:none;
	}
	#features_list {
		height:380px;
		margin-bottom:20px;
	}
	.features_content a {
		height:380px;
	}
	.features_content div.bg {
		height:380px;
	}
	.features_content .txt {
		width:100%;
		height:auto;
		bottom:0;
	}
	.features_content .txtin {
		padding:20px;
	}
	.features_content .txtin h3 {
		font-size:20px;
	}
	#features_list:before {
		content:none;
	}
	#features_list:after {
		content:none;
	}
	#features_list .nextprev {
		margin:0 auto;
	}
	#features_list .nextprev:after {
		top:50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#features_list .nextprev a {
		padding:10px 10px 10px 10px;
	}
	
	
	/* -------------------------------------
	event
	------------------------------------- */
	#eventbody {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	#eventbody .txt {
		padding:15px;
	}
	#eventbody .txt h3 {
		font-size:15px;
	}
	#eventbody .txt p {
		margin-bottom:20px;
	}
	#eventbody .txt p.date {
		font-size:17px;
		margin-bottom:10px;
	}
	#event_search {
		width:100%;
		height:auto!important;
		float:none;
	}
	#event_search .inblk form .submit input {
		font-size:14px;
	}
	
	
	/* -------------------------------------
	overview
	------------------------------------- */
	#overview .list-rhombus {
		margin-bottom:20px;
	}
	#overview .ttl_icon {
	    background-size:50px auto;
	}
	#overview .ttl_icon:after {
		top:58px;
	}
	
	
	/* -------------------------------------
	thingstodo
	------------------------------------- */
	#thingstodo .list-rhombus {
		margin-bottom:20px;
	}
	#thingstodo .ttl_icon {
	    background-size:50px auto;
	}
	#thingstodo .ttl_icon:after {
		top:58px;
	}
	
	
	/* -------------------------------------
	eatsouvenir
	------------------------------------- */
	#eatsouvenir .list-rhombus {
		margin-bottom:20px;
	}
	#eatsouvenir .ttl_icon {
	    background-size:50px auto;
	}
	#eatsouvenir .ttl_icon:after {
		top:58px;
	}
	
	
	/* -------------------------------------
	stay
	------------------------------------- */
	#stay .list-rhombus {
		margin-bottom:20px;
	}
	#stay .ttl_icon {
	    background-size:50px auto;
	}
	#stay .ttl_icon:after {
		top:58px;
	}
	
	
	/* -------------------------------------
	access
	------------------------------------- */
	#access #access_japan .right p {
		margin-bottom:40px;
	}
	#access #access_japan p span {
		font-size:17px;
		text-align:center!important;
		margin-bottom:15px;
	}
	#access #access_japan p span span {
		font-size:20px;
	}
	#access #access_japan p span img {
		width:34px;
	}
	#access #access_japan a {
		font-size:14px;
		padding:8px 6px;
		width:80%;
	}
	
	
	/* -------------------------------------
	areaguide
	------------------------------------- */
	#areaguide p a.maplink {
		font-size:17px;
		padding-top:34px;
		background-size:22px auto;
	}
	#areaguide .flt-l .detail a {
		font-size:14px;
		padding:8px 6px;
		width:80%;
		margin:10% 0;
	}
	
	
	/* -------------------------------------
	usefulinfo
	------------------------------------- */
	#usefulinfo li {
		width:22.7%;
		margin-right:3%;
	}
	#usefulinfo li {
		margin-bottom:3%;
	}
	#usefulinfo li:nth-child(4n) {
		margin-right:0;
	}
	#usefulinfo li a {
		padding:20px 10px 15px 10px;
	}
	
	
	/* -------------------------------------
	movie
	------------------------------------- */
	#movie .bg_black {
		padding:25px 20px;
	}
	
	/* -------------------------------------
	news
	------------------------------------- */
	#new #news li a h3 {
		font-size:13px;
		height:36px;
	}
}

@media screen and (max-width:640px) {
	#mainimg p strong {
		font-size:34px;
	}
	#mainimg p {
		font-size:14px;
	}
	#mainimg a#movebtm {
		width:40px;
	}
	#mainimg .weather img {
		width:50px;
		line-height:28px;
	}
	#mainimg .weather .weather_temp {
		font-size:28px;
	}
	#mainimg .weather .sm {
		font-size:20px;
	}
	#mainimg .weather .weater_etc {
		font-size:14px;
	}
	#mainimg .maplink {
		width:65%;
		max-width:250px;
		height:auto;
		margin:0 auto;
		right:0;
		left:0;
		bottom:22%;
	}
	#mainimg .maplink img {
		position:relative;
		left:10%;
	}
	
	
	/* -------------------------------------
	features
	------------------------------------- */
	#features_list {
		height:340px;
	}
	.features_content a {
		height:340px;
	}
	.features_content div.bg {
		height:340px;
	}
	.features_content .txtin {
		padding:15px;
	}
	.features_content .txtin h3 {
		font-size:18px;
	}
	#features_list .nextprev a {
		padding:10px 10px 10px 10px;
	}
	
	
	
	
	/* -------------------------------------
	event
	------------------------------------- */
	#eventbody .txt h3 {
		font-size:15px;
	}
	#eventbody .txt p.date {
		font-size:16px;
	}
	#eventbody .eventimg {
		width:100%;
		height:250px;
		position:static;
	}
	#eventbody .txt {
		width:100%;
		height:auto;
	}
	#eventchange {
		width:100%;
		top:225px;
		bottom:auto;
	}
	
	
	/* -------------------------------------
	overview
	------------------------------------- */
	
	
	/* -------------------------------------
	access
	------------------------------------- */
	#access #access_japan .right {
		width:46%;
	}
	#access #access_japan .right p {
		margin-bottom:30px;
	}
	#access #access_japan p span {
		font-size:16px;
	}
	#access #access_japan p span span {
		font-size:19px;
	}
	#access #access_japan p span img {
		width:34px;
		display:block;
		margin:0 auto 7px auto!important;
	}
	#access #access_japan {
		text-align:center;
	}
	#access #access_japan a {
		font-size:13px;
	}
	
	
	/* -------------------------------------
	areaguide
	------------------------------------- */
	#areaguide .flt-l {
		width:100%;
		margin-bottom:30px;
	}
	#areaguide p.flt-r {
		width:100%;
		left:0%;
		margin-right:0;
	}
	#areaguide p a.maplink {
		font-size:16px;
		padding-top:32px;
		background-size:20px auto;
	}
	#areaguide .flt-l .detail a {
		font-size:13px;
		margin:30px auto;
	}
	
	
	/* -------------------------------------
	new
	------------------------------------- */
	#new #news ul {
		width:48%;
	}
	#new #news ul:nth-child(even) {
		float:right;
	}
	#new #news li {
		padding:0 0 20px 0;
		margin-bottom:20px;
		border-bottom:1px dotted #ccc;
	}
	#new #news li div.flt-l {
		width:100%;
		float:none;
		height:150px;
		margin-bottom:8px;
	}
	#new #news li div.flt-r {
		width:100%;
		float:none;
	}
	#new .bnr + .bnr {
		margin-top: 20px;
	}
	#new .bnr li.full {
		width: 100%;
	}
	#new #news li a p.detail {
		max-width:100%;
	}
	#new .bnr li {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	#new .bnr li:nth-child(even) {
		float:none;
	}
	#new .bnr li:nth-child(6), #new .bnr li:nth-child(7) {
		height:auto!important;
	}
	#new .bnr li:last-child {
		margin-bottom:0;
	}
	
	
	/* -------------------------------------
	movie
	------------------------------------- */
	#movie .bg_black {
		padding:20px 20px;
	}
	#movie #movie_view {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	#movie ul {
		width:100%;
		float:none;
	}
	#movie li {
		width:30.6%;
		float:left;
		margin-right:4%;
	}
	#movie li:last-child {
		margin-right:0;
	}
}
@media screen and (orientation:landscape) and (max-width:768px) {
	#mainimg .maplink {
		display:none;
	}
}
@media screen and (max-width:480px) {
	#mainimg {
		margin-bottom:20px;
	}
	#mainimg p strong {
		font-size:28px;
	}
	#mainimg p {
		font-size:13px;
		top:25%;
	}
	#mainimg a#movebtm {
		width:35px;
	}
	
	.flex-direction-nav {
		display:none;
	}
	
	#mainimg .weather img {
		width:45px;
		line-height:24px;
	}
	#mainimg .weather .weather_temp {
		font-size:24px;
	}
	#mainimg .weather .sm {
		font-size:17px;
	}
	#mainimg .weather .weater_etc {
		font-size:13px;
	}
	
	
	/* -------------------------------------
	features
	------------------------------------- */
	#features_list {
		height:300px;
	}
	.features_content a {
		height:300px;
	}
	.features_content div.bg {
		height:300px;
	}
	.features_content .txtin h3 {
		font-size:17px;
	}
	#features_list .nextprev a {
		padding:8px;
	}
	
	
	/* -------------------------------------
	event
	------------------------------------- */
	#eventbody .eventimg {
		height:170px;
	}
	#eventchange {
		top:145px;
	}
	
	
	/* -------------------------------------
	access
	------------------------------------- */
	#access #access_japan .left {
		width:100%;
		float:none;
		margin-bottom:35px;
	}
	#access #access_japan .right {
		width:100%;
		float:none;
		position:static;
		left:0;
		margin-right:0;
	}
	#access #access_japan p span {
		font-size:15px;
	}
	#access #access_japan p span span {
		font-size:18px;
	}
	#access #access_japan p span br {
		display:none;
	}
	#access #access_japan p span img {
		width:30px;
	}
	
	
	/* -------------------------------------
	areaguide
	------------------------------------- */
	#areaguide p a.maplink {
		font-size:15px;
		padding-top:30px;
		background-size:18px auto;
	}
	
	
	/* -------------------------------------
	movie
	------------------------------------- */
	#movie li {
		width:48%;
		margin-right:0%;
	}
	#movie li:nth-child(2) {
		float:right;
	}
	#movie li:last-child {
		display:none;
	}
	
	
	/* -------------------------------------
	news
	------------------------------------- */
	#new #news ul {
		width:100%;
		float:none;
	}
	#new #news li a h3 {
		height:auto;
	}
	#new #news li a p.news_cap {
		font-size:12px;
		height:auto!important;
	}
	#new #news li div.flt-l {
		width:100px;
		height:100px;
		float:left;
		margin-bottom:0;
	}
	#new #news li div.flt-r {
		width:-webkit-calc(100% - 110px);
		width:calc(100% - 110px);
		float:right;
	}
	#new #news li a p.detail {
		font-size:11px;
		background-size:15px auto;
	}
	
	
	/* -------------------------------------
	usefulinfo
	------------------------------------- */
	#usefulinfo li {
		width:30.6%;
		margin-right:4%;
	}
	#usefulinfo li:nth-child(4n) {
		margin-right:4%;
	}
	#usefulinfo li:nth-child(3n) {
		margin-right:0;
	}
	#usefulinfo li a {
		font-size:12px;
		padding:15px 8px 10px 8px;
	}
	
}
@media screen and (max-width:320px) {
	#mainimg p strong {
		font-size:24px;
	}
	#mainimg p a {
		font-size:13px;
		margin-top:10px;
	}
	#mainimg a#movebtm {
		width:30px;
		bottom:55px;
	}
	#mainimg .weather img {
		width:40px;
		line-height:20px;
	}
	#mainimg .weather .weather_temp {
		font-size:20px;
	}
	#mainimg .weather .sm {
		font-size:15px;
	}
	#mainimg .maplink {
		width:60%;
		max-width:200px;
		height:auto;
		margin:0 auto;
		right:0;
		left:0;
		bottom:22%;
	}
	#mainimg .maplink img {
		position:relative;
		left:10%;
	}
	
	
	/* -------------------------------------
	features
	------------------------------------- */
	#features_list {
		height:265px;
	}
	.features_content a {
		height:265px;
	}
	.features_content div.bg {
		height:265px;
	}
	.features_content .txtin h3 {
		font-size:15px;
	}
	
	
	/* -------------------------------------
	event
	------------------------------------- */
	#eventbody .txt h3 {
		font-size:14px;
	}
	#eventbody .txt p.date {
		font-size:15px;
	}
	#eventbody .eventimg {
		height:150px;
	}
	#eventchange {
		top:125px;
	}
	
	
	/* -------------------------------------
	usefulinfo
	------------------------------------- */
	#usefulinfo li a {
		padding-bottom:10px;
	}
	
	
	/* -------------------------------------
	new
	------------------------------------- */
	#new #news li div.flt-l {
		width:90px;
		height:90px;
		float:left;
		margin-bottom:0;
	}
	#new #news li div.flt-r {
		width:-webkit-calc(100% - 100px);
		width:calc(100% - 100px);
		float:right;
	}
	#new #news li a h3 {
		font-size:14px;
	}
	
	
	/* -------------------------------------
	access
	------------------------------------- */
	#access #access_japan .right p {
		padding:6px;
		margin-bottom:20px;
	}
	#access #access_japan p span {
		font-size:14px;
	}
	#access #access_japan p span span {
		font-size:16px;
	}
	#access #access_japan p span img {
		width:28px;
	}
	
	
}

@media screen and (min-width:769px) {
	
}