@charset "UTF-8";
.news {}
.news_title {}
.news_title > .icon {}
.news_title > b {}
.news_title > b::after {}
.news_title > small {}
.news_tab {}
.news_tab::after {}
.news_tList {
	display: flex;
}
.news_tList > li {
	display: block;
}
.news_tList > li:first-child {}
.news_tList > li:nth-child(2n+1) {}
.news_tList > li > button {
	padding: 12px 10px;
}
.news_tList > li[data-slug="recommend"] > button {}
.news_tList > li[data-slug="recommend"] > button::after {}
.news_tList > li > button::after {}
.news_tList > li > button.isCurrent {}
.news_tList > li > button.isCurrent::after {}
.news_contents {}
.news_contents.isCurrent {}
.news_list {}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li > a {}
.news_list > li > a::before {}
.news_list > li > a::after {}
.news_list > li > a > time {}
.news_categories {}
.news_categories::after {}
.news_categories > li {
	margin-left: 2px;
}
.news_categories > li:first-child {
	margin-left: 0;
}
.news_categories > li:nth-child(2n+1) {}
.news_entryName {}
.news_entryName > b {}
.news_link {}
.news_link > a {}
.news_link > a::before {}
.news_link > a::after {}
.news_categories > li[data-slug="event"] {}
.news_categories > li[data-slug="ship"] {}
.news_categories > li[data-slug="hotel"] {}
.news_categories > li[data-slug="recommend"] {}
.news_sp {
	display: none;
}
.news_sp > b {}
.news_sp > small {}
.news_pc {
	display: block;
	position: relative;
	z-index: 1;
	padding-left: 40px;
	text-align: left;
}
.news_pc > img {
	display: block;
	width: 58px;
	height: auto;
	position: absolute;
	z-index: 1;
	bottom: -6px;
	left: -8px;
}
.news_pc > b {
	font-weight: normal;
	display: block;
	color: #cf6132;
}
.snsList {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
}
.snsList > li {
	width: 17%;
}
.snsList > li:first-child {}
.snsList > li:last-child {}
.snsList > li:nth-child(2n+1) {}
.snsList > li:nth-child(n+3) {}
.snsList > li > a {
	display: block;
	text-decoration: none;
	background: #f00;
	position: relative;
	z-index: 1;
	padding-bottom: 100%;
	border: 1px solid #f00;
	box-sizing: border-box;
	color: #fff;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.snsList > li > a.-instagram {
	background: #f10076;
	border-color: #f10076;
}
.snsList > li > a.-facebook {
	background: #4267b2;
	border-color: #4267b2;
}
.snsList > li > a.-youtube {
	background: #f00;
	border-color: #f00;
}
.snsList > li > a.-twitter {
	background: #1da1f2;
	border-color: #1da1f2;
}
.snsList > li > a::before {
	content: "";
}
.snsList > li > a::after {
	content: "";
}
.snsList > li > a > .icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	font-size: 30px;
	display: block;
	line-height: 1;
	transform: translate(-50%, -50%);
}
.snsBox {
	position: relative;
	z-index: 10;
}
.sns {
	height: auto;
	position: relative;
	z-index: 1;
}
.snsBox > iframe {
	width: 100% !important;
}
.banners {}
.banners-footer {}
.banners-sns {
	padding-top: 45px;
	padding-bottom: 45px;
}
.areaInfo {
	margin-bottom: 20px;
	padding-bottom: 0;
}
.areaInfo-pb {
	padding-bottom: 100px;
	margin-bottom: 0;
}
.sns_movie {
	position: relative;
	z-index: 10;
	padding-bottom: 56%;
	margin-bottom: 10px;
}
.sns_movie > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sns-frame {
	background-image: none;
}
.sns-frame::before {
	content: "";
	display: block;
	background-image: url(/img_1801/bg-frame-head@2x.png);
	background-size: 100% 50px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}
.sns-frame::after {
	content: "";
	display: block;
	background-image: url(/img_1801/bg-frame-foot@2x.png);
	background-size: 100% 50px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}
.sns_border {
	display: block;
	background-image: url(/img_1801/bg-frame-body@2x.png);
	background-size: 100% 1px;
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	background-repeat: repeat-y;
}
@media screen and (min-width:960px) {
	.snsList > li > a:hover {
		opacity: 1;
		color: #f00;
		background: #fff;
	}
	.snsList > li > a.-twitter:hover {
		color: #1da1f2;
	}
	.snsList > li > a.-facebook:hover {
		color: #4267b2;
	}
	.snsList > li > a.-instagram:hover {
		color: #f10076;
	}
}
@media screen and (max-width:959px) {
	.banners {}
	.banners-footer {}
	.banners-sns {}
	.areaInfo {}
	.top_bn {
		width: 100%;
		margin: auto;
	}
	.top_bn img {
		width: 100% !important;
		height: auto !important;
	}
}
@media screen and (max-width:699px) {
	.banners {}
	.banners-footer {}
	.banners-sns {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.areaInfo {}
	.snsList > li {
		width: 21%;
	}
}
