@charset "UTF-8";
/*----------------------------------------

	- mainvisual
	- bn
	- today
	- pickup
	- other
	- service
	- news
	- facilities
	- movie
	- relatedLinks
	- social

-----------------------------------------*/

/*----------------------------------------
	wrapper
-----------------------------------------*/
#wrapper {
	opacity: 0;
}

/*----------------------------------------
	mainvisual
-----------------------------------------*/
#mainvisual,
#mainvisual img {
	display: block;
	width: 100%;
	min-height: 600px;
	height: calc(100vw * 0.5);
}
#mainvisual {
	margin-bottom: 40px;
}
@media only screen and (min-width:1500px) {
	#mainvisual,
	#mainvisual img {
		width: 100%;
		height: calc(100vw * 0.4);
	}
}
#mainvisual > .slick-dots {
	bottom: 14px;
	height: 20px;
}
#mainvisual > .slick-dots li {
	margin: 0;
}
#mainvisual > .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #ddd;
}
#mainvisual > .slick-dots li.slick-active button {
	background: #eb5e75;
}
#mainvisual > .slick-dots li button:hover,
#mainvisual > .slick-dots li button:focus {
	background: #eb5e75;
}
#mainvisual > .slick-dots li button:before {
	display: none;
}
@media only screen and (max-width:768px) {
	#mainvisual,
	#mainvisual img {
		min-height: 188px;
		height: calc(100vw * 0.5013);
	}
	#mainvisual.slick-dotted.slick-slider {
		margin-bottom: 80px;
	}
	#mainvisual > .slick-dots {
		bottom: -25px;
		left: calc(50% - 150px);
		width: 300px;
	}
}

/*----------------------------------------
	bn
-----------------------------------------*/
#bn {
	position: relative;
	min-width: 1020px;
	width: calc(100% - 180px);
	margin: 0 auto 56px;
}
#bn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #fff;
	z-index: 1;
}
#bn::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;
	z-index: 1;
}
#bn > ul {
	display: flex;
	flex-direction: row;
	width: 100%;
}
#bn > ul .slick-list {
	width: 100%;
}
#bn > ul li {
	padding: 0 10px;
}
#bn > ul li > a {
	display: block;
}
#bn > ul li > a > img {
	width: 100%;
}
@media only screen and (max-width:768px) {
	#bn {
		min-width: 320px;
		width: 320px;
		height: 150px;
		margin-bottom: 60px;
	}
	#bn > ul {
		flex-direction: column;
	}
	#bn > ul > li {
		min-width: 300px;
		width: 300px;
	}
}
#bn > ul .slick-prev {
	left: -15px;
}
#bn > ul .slick-prev::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 5px);
	width: 16px;
	height: 16px;
	border-bottom: 1px solid #b4b4b4;
	border-left: 1px solid #b4b4b4;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}
#bn > ul .slick-next {
	right: -15px;
}
#bn > ul .slick-next::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	right: calc(50% - 5px);
	width: 16px;
	height: 16px;
	border-top: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}
#bn > ul .slick-prev,
#bn > ul .slick-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #000;
	z-index: 10;
}
@media only screen and (max-width:768px) {
	#bn > ul .slick-prev {
		left: -18px;
	}
	#bn > ul .slick-next {
		right: -18px;
	}
	#bn > ul .slick-prev,
	#bn > ul .slick-next {
		top: calc(50%);
		width: 40px;
		height: 40px;
	}
	#bn > ul .slick-prev::before {
		top: calc(50% - 6px);
		left: calc(50% - 4px);
		width: 12px;
		height: 12px;
	}
	#bn > ul .slick-next::before {
		top: calc(50% - 6px);
		right: calc(50% - 4px);
		width: 12px;
		height: 12px;
	}
}
@media only screen and (max-width:320px) {
	#bn > ul .slick-prev {
		left: 0;
	}
	#bn > ul .slick-next {
		right: 0;
	}
}

/*----------------------------------------
	today
-----------------------------------------*/
#today {
	position: relative;
	margin-bottom: 56px;
	padding: 40px 0;
	background: url(../img/c_bg02.gif) repeat left top;
	background-size: 25px 25px;
}
#today > h1 {
	position: absolute;
	top: -24px;
	left: 15px;
	width: 150px;
	height: 150px;
	z-index: 1;
}
#today > h1 img {
	width: 100%;
	height: auto;
}
#today > #hour {
	height: 66px;
	background: url(../img/c_bg01.gif) repeat left top;
	background-size: 34px 34px;
}
#today > #hour dl {
	display: flex;
	align-items: center;
	min-width: 829px;
	width: calc(100% - 371px);
	height: 66px;
	margin: 0 auto;
}
#today > #hour dl dd {
	padding-left: 20px;
}
#today > #today_01 {
	display: flex;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
}
#today > #today_01 > #event {
	width: calc(100% - 440px);
}
#today > #today_01 > #event ul {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#today > #today_01 > #event ul li {
	width: calc(50% - 10px);
}
#today > #today_01 > #event ul li a figure img {
	width: 100%;
	height: auto;
}
#today > #today_01 > #event ul li a figure figcaption {
	padding-top: 6px;
}
#today > #today_01 > #event p {
	padding-top: 36px;
}
#today > #today_01 > #event p a {
	display: block;
	width: 232px;
	margin: 0 auto;
	padding: 15px 10px;
	text-align: center;
}
#today > #today_01 > #channel {
	width: 500px;
	height: 342px;
	margin: -106px -80px 0 20px;
	padding-top: 20px;
	background: #fff;
}
#today > #today_01 > #channel dt {
	position: relative;
	width: calc(100% + 10px);
	height: 44px;
	margin: 0 -5px;
	background: #37b8b4;
	text-align: center;
}
#today > #today_01 > #channel dt::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	border-right: solid 5px #174d4b;
	border-bottom: solid 5px transparent;
}
#today > #today_01 > #channel dt::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	border-bottom: solid 5px transparent;
	border-left: solid 5px #174d4b;
}
#today > #today_01 > #channel dt img {
	margin-top: -18px;
}
#today > #today_01 > #channel dd {
	padding: 20px;
}
@media only screen and (max-width:768px) {
	#today {
		margin-bottom: 60px;
		padding-bottom: 0;
	}
	#today > h1 {
		top: 20px;
		left: calc(50% - 180px);
		width: 120px;
		height: 120px;
	}
	#today > #hour {
		display: flex;
		height: 88px;
	}
	#today > #hour dl {
		display: block;
		min-width: inherit;
		width: inherit;
		height: auto;
		margin: auto 0 auto calc(50% - 50px);
	}
	#today > #hour dl dd {
		padding-left: 0;
	}
	#today > #today_01 {
		flex-direction: column;
		min-width: 100%;
		width: 100%;
	}
	#today > #today_01 > #event {
		width: 300px;
		margin: 0 auto;
	}
	#today > #today_01 > #event ul {
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 20px;
	}
	#today > #today_01 > #event ul li {
		width: 100%;
	}
	#today > #today_01 > #event ul li:nth-child(n+2) {
		margin-top: 16px;
	}
	#today > #today_01 > #event ul li a.l_gray01:hover,
	#today > #today_01 > #event ul li a.l_gray01:active {
		text-decoration: none;
	}
	#today > #today_01 > #event p {
		padding-top: 16px;
	}
	#today > #today_01 > #channel {
		width: 100%;
		height: auto;
		margin: 40px 0 0;
		padding: 0;
	}
	#today > #today_01 > #channel dt {
		width: 100%;
		margin: 0;
	}
	#today > #today_01 > #channel dt::before,
	#today > #today_01 > #channel dt::after {
		display: none;
	}
	#today > #today_01 > #channel dd {
		display: inherit;
		position: relative;
		width: 100%;
		margin-top: 20px;
		padding: calc(214 / 380 * 100%) 0 0;
	}
	#today > #today_01 > #channel dd iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*----------------------------------------
	pickup
-----------------------------------------*/
#pickup {
	padding-bottom: 0;
}
#pickup > h1 {
	padding-bottom: 46px;
	text-align: center;
}
#pickup > div .pickup_01 {
	display: flex;
	flex-wrap: wrap;
	outline: none;
}
#pickup > div .pickup_01 > .clone {
	display: block;
}
#pickup > div .pickup_01 > section {
	position: relative;
	width: 33.33%;
	padding-bottom: 36px;
	vertical-align: top;
}
#pickup > div .pickup_01 > section:nth-child(n+4) {
	margin-top: 20px;
}
#pickup > div .pickup_01 > section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #dddddd;
	z-index: -1;
}
#pickup > div .pickup_01 > section:nth-child(3n+1):before {
	display: none;
}
#pickup > div .pickup_01 > section > a:hover,
#pickup > div .pickup_01 > section > a:active {
	text-decoration: none;
}
#pickup > div .pickup_01 > section > a > figure {
	position: relative;
	overflow: hidden;
}
#pickup > div .pickup_01 > section > a > figure > img {
	width: 100%;
	height: auto;
}
#pickup > div .pickup_01 > section > a > figure > figcaption {
	position: absolute;
	top: 10px;
	left: -15px;
	width: 70px;
	min-height: 18px;
	padding: 3px 30px;
	background: #eb5e75;
	transform: rotate(-30deg);
}
#pickup > div .pickup_01 > section > a > h1 {
	padding: 16px 20px 12px;
}
#pickup > div .pickup_01 > section > a > p {
	margin: 0 20px;
}
#pickup > div .pickup_01 > section > a:hover > h1,
#pickup > div .pickup_01 > section > a:active > h1,
#pickup > div .pickup_01 > section > a:hover > p,
#pickup > div .pickup_01 > section > a:active > p {
	text-decoration: underline;
}
#pickup > div .slick-dots {
	top: -35px;
	bottom: 0;
	height: 20px;
}
#pickup > div .slick-dots li {
	margin: 0;
}
#pickup > div .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #ddd;
}
#pickup > div .slick-dots li.slick-active button {
	background: #eb5e75;
}
#pickup > div .slick-dots li button:hover,
#pickup > div .slick-dots li button:focus {
	background: #eb5e75;
}
#pickup > div .slick-dots li button:before {
	display: none;
}
@media only screen and (max-width:768px) {
	#pickup {
		margin-bottom: 40px;
		padding-bottom: 0;
	}
	#pickup > h1 {
		position: relative;
		padding: 16px 0;
		background: #eb5e75;
		color: #fff;
		cursor: pointer;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}
	#pickup > h1:after {
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: calc(50% - 168px);
		width: 15px;
		height: 15px;
		border-bottom: 1px solid #f5afba;
		border-left: 1px solid #f5afba;
		-webkit-transform: rotate(-42deg) skew(5deg);
		transform: rotate(-42deg) skew(5deg);
	}
	#pickup > h1.open01:after {
		top: calc(50% - 6px);
		-webkit-transform: rotate(138deg) skew(5deg);
		transform: rotate(138deg) skew(5deg);
	}
	#pickup > div {
		padding-top: 34px;
	}
	#pickup > div .pickup_01 {
		display: block;
		opacity: 1 !important;
	}
	#pickup > div .pickup_01 > .clone {
		display: none !important;
	}
	#pickup > div .pickup_01 > section {
		width: 300px;
		margin: 0 auto;
	}
	#pickup > div .pickup_01 > section:before {
		display: none;
	}
	#pickup > div .pickup_01 > section > a > figure > img {
		min-height: 203px;
	}
	#pickup > div .pickup_01 > section > a > figure > figcaption {
		margin: 0;
	}
	#pickup > div .pickup_01 > section > a > h1 {
		padding: 16px 0 12px;
	}
	#pickup > div .pickup_01 > section > a > p {
		margin: 0;
	}
	#pickup > div .pickup_01 > section > a:hover > h1,
	#pickup > div .pickup_01 > section > a:active > h1,
	#pickup > div .pickup_01 > section > a:hover > p,
	#pickup > div .pickup_01 > section > a:active > p {
		text-decoration: none;
	}
}
@media only screen and (max-width:320px) {
	#pickup > h1:after {
		right: 15px;
	}
}

/*----------------------------------------
	other
-----------------------------------------*/
p#other {
	padding-bottom: 56px;
	text-align: center;
}
p#other > a:link,
p#other > a:visited {
	text-decoration: underline;
}

/*----------------------------------------
	movie
-----------------------------------------*/
#movie {
	display: flex;
	justify-content: center;
	background: url(../img/c_bg03.gif) repeat left top;
}
@media only screen and (max-width:768px) {
	#movie {
		display: inherit;
		position: relative;
		width: 100%;
		padding: calc(214 / 380 * 100%) 0 0;
	}
	#movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*----------------------------------------
	attraction
-----------------------------------------*/
#attraction {
	margin-bottom: 56px;
	padding-bottom: 65px;
	background: #f7f4e9 url(../img/c_bg04.gif) repeat-x left bottom;
	background-size: 15px 11px;
}
#attraction > h1 {
	padding: 36px 0 18px;
	text-align: center;
}
#attraction > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
}
#attraction > ul li {
	width: calc((100% / 3) - (40px / 3));
}
#attraction > ul li:nth-child(n+4) {
	margin-top: 16px;
}
#attraction > ul li a figure img {
	width: 100%;
	height: auto;
}
#attraction > ul li a figure figcaption {
	padding-top: 5px;
}
@media only screen and (max-width:768px) {
	#attraction {
		padding-bottom: 48px;
	}
	#attraction > h1 {
		padding-bottom: 17px;
	}
	#attraction > ul {
		flex-wrap: nowrap;
		justify-content: flex-start;
		flex-direction: column;
		min-width: 300px;
		width: 300px;
	}
	#attraction > ul li {
		width: 100%;
	}
	#attraction > ul li:nth-child(n+2) {
		margin-top: 17px;
	}
	#attraction > ul li a.l_gray01:hover,
	#attraction > ul li a.l_gray01:active {
		text-decoration: none;
	}
}

/*----------------------------------------
	service
-----------------------------------------*/
#service {
	padding-bottom: 56px;
}
#service > h1 {
	padding-bottom: 46px;
	text-align: center;
}
#service #service_01 {
	position: relative;
	min-height: 360px;
}
#service #service_01::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	background: url(../img/c_bg05.gif) repeat left top;
	z-index: -1;
}
#service #service_01 > div {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
}
#service #service_01 > div .service_01_01 {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	padding: 50px 0 38px;
	outline: none;
}
#service #service_01 > div .service_01_01 > div {
	min-width: 430px;
	width: calc(46.7% - 37px);
	padding-right: 37px;
}
#service #service_01 > div .service_01_01 > div h1 {
	position: relative;
	margin: -50px 0 36px;
	padding: 16px 40px 16px 20px;
	border-radius: 5px;
	background: #eb5e75;
	color: #fff;
}
#service #service_01 > div .service_01_01 > div h1::after {
	content: "";
	position: absolute;
	right: 60px;
	bottom: -20px;
	width: 29px;
	height: 20px;
	background: url(../img/c_info_parts01.png) no-repeat left top;
	z-index: -1;
}
#service #service_01 > div .service_01_01 > div p:first-of-type {
	padding-bottom: 36px;
}
#service #service_01 > div .service_01_01 > div p:nth-of-type(2) a {
	display: block;
	width: 232px;
	padding: 15px 10px;
	text-align: center;
}
#service #service_01 > div .service_01_01 > figure {
	position: relative;
	min-width: calc(532px - 22px);
	width: calc(53.2% - 22px);
	margin: 0 2px 2px 0;
	padding: 10px;
	background: #fff;
}
#service #service_01 > div .service_01_01 > figure::after {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1;
}
#service #service_01 > div .service_01_01 > figure img {
	width: 100%;
	height: auto;
}
#service .slick-prev {
	left: -80px;
}
#service .slick-prev::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 5px);
	width: 17px;
	height: 17px;
	border-bottom: 1px solid #b4b4b4;
	border-left: 1px solid #b4b4b4;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}
#service .slick-next {
	right: -80px;
}
#service .slick-next::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	right: calc(50% - 5px);
	width: 17px;
	height: 17px;
	border-top: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}
#service .slick-prev,
#service .slick-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #000;
	z-index: 10;
}
#service .slick-dots {
	top: -35px;
	bottom: 0;
	height: 20px;
}
#service .slick-dots li {
	margin: 0;
}
#service .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #ddd;
}
#service .slick-dots li.slick-active button {
	background: #eb5e75;
}
#service .slick-dots li button:hover,
#service .slick-dots li button:focus {
	background: #eb5e75;
}
#service .slick-dots li button:before {
	display: none;
}
@media only screen and (max-width:768px) {
	#service > h1 {
		padding-bottom: 36px;
	}
	#service #service_01 {
		min-height: 100%;
	}
	#service #service_01::after {
		top: 0;
		height: 100%;
	}
	#service #service_01 > div {
		min-width: 300px;
		width: 300px;
	}
	#service #service_01 > div .service_01_01 {
		flex-direction: column;
		padding: 20px 0;
	}
	#service #service_01 > div .service_01_01 > figure {
		min-width: auto;
		width: calc(100% - 17px);
		padding: 8px;
	}
	#service #service_01 > div .service_01_01 > div {
		min-width: auto;
		width: 100%;
		padding-right: 0;
	}
	#service #service_01 > div .service_01_01 > div h1 {
		margin: 0;
		padding: 16px 0 12px;
		border-radius: 0;
		background: none;
		color: #8c2a3a;
	}
	#service #service_01 > div .service_01_01 > div h1::after {
		display: none;
	}
	#service #service_01 > div .service_01_01 > div p:first-of-type {
		padding-bottom: 16px;
	}
	#service #service_01 > div .service_01_01 > div p:nth-of-type(2) a {
		width: 200px;
		margin: 0 auto;
		padding: 14px 10px;
	}
	#service .slick-dots {
		top: -26px;
		height: 20px;
	}
	#service .slick-prev {
		left: -28px;
	}
	#service .slick-next {
		right: -28px;
	}
	#service .slick-prev,
	#service .slick-next {
		top: 120px;
		width: 50px;
		height: 50px;
	}
	#service .slick-prev::before {
		top: calc(50% - 8px);
		left: calc(50% - 4px);
		width: 15px;
		height: 15px;
	}
	#service .slick-next::before {
		top: calc(50% - 8px);
		right: calc(50% - 4px);
		width: 15px;
		height: 15px;
	}
}
@media only screen and (max-width:768px) {
	#service {
		overflow: hidden;
	}
	#service #service_01 > div .service_01_01 > figure::after {
		right: -1px;
		bottom: -1px;
	}
}

/*----------------------------------------
	news
-----------------------------------------*/
#news {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding-bottom: 56px;
}
#news h1 {
	padding-bottom: 16px;
	text-align: center;
}
#news #news_01 #news_nav {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 39px;
}
#news #news_01 #news_nav li {
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
}
#news #news_01 #news_nav li:nth-child(n+2) {
	padding-left: 10px;
}
#news #news_01 #news_nav li span {
	display: block;
	padding: 10px 10px 11px;
	text-align: center;
}
#news #news_01 #news_nav li#nav_width01 span {
	width: 190px;
}
#news #news_01 #news_nav li#nav_width02 span {
	width: 190px;
}
#news #news_01 #news_nav li#nav_width03 span {
	width: 106px;
}
#news #news_01 #news_nav li.active span {
	position: relative;
	border-radius: 5px;
	background: #faa700;
	color: #fff;
}
#news #news_01 #news_nav li.active span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 6px);
	width: 0;
	height: 0;
	border-top: 10px solid #faa700;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
#news #news_01 #news_box > li {
	display: none;
}
#news #news_01 #news_box > li.active {
	display: block;
}
#news #news_01 #news_box > li > dl > dt {
	display: none;
}
#news #news_01 #news_box > li > dl > dd {
	display: flex;
}
#news #news_01 #news_box > li > dl > dd figure {
	min-width: 390px;
	width: calc(45% - 60px);
	padding-right: 60px;
}
#news #news_01 #news_box > li > dl > dd figure img {
	width: 100%;
	height: auto;
}
#news #news_01 #news_box > li > dl > dd figure figcaption {
	padding-top: 6px;
}
#news #news_01 #news_box > li > dl > dd > div {
	min-width: 550px;
	width: 55%;
}
#news #news_01 #news_box > li > dl > dd > div ul {
	padding-top: 1px;
	border-bottom: 1px solid #ddd;
}
#news #news_01 #news_box > li > dl > dd > div ul li {
	padding: 16px 0;
	border-top: 1px solid #ddd;
}
#news #news_01 #news_box > li > dl > dd > div ul li dl dt {
	padding: 1px 0 3px;
}
#news #news_01 #news_box > li > dl > dd > div p {
	padding-top: 16px;
	text-align: right;
}
#news #news_01 #news_box > li > dl > dd > div p a {
	text-decoration: underline;
}
@media only screen and (max-width:768px) {
	#news {
		min-width: 100%;
		width: 100%;
		margin: 0;
		padding-bottom: 60px;
	}
	#news #news_01 #news_nav {
		display: none;
	}
	#news #news_01 #news_box > li:nth-child(n+2) {
		border-top: 1px solid #fff;
	}
	#news #news_01 #news_box > li > dl > dt {
		display: block;
		position: relative;
		padding: 16px 10px;
		background: #eb5e75;
		text-align: center;
		cursor: pointer;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}
	#news #news_01 #news_box > li > dl > dt::after {
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: calc(50% - 168px);
		width: 13px;
		height: 13px;
		border-bottom: 1px solid #f5afbb;
		border-left: 1px solid #f5afbb;
		-webkit-transform: rotate(-42deg) skew(5deg);
		transform: rotate(-42deg) skew(5deg);
	}
	#news #news_01 #news_box > li > dl > dt.active::after {
		top: calc(50% - 5px);
		-webkit-transform: rotate(138deg) skew(5deg);
		transform: rotate(138deg) skew(5deg);
	}
	#news #news_01 #news_box > li > dl > dd {
		display: none;
		width: 300px;
		margin: 0 auto;
		padding: 30px 0 36px;
	}
	#news #news_01 #news_box > li > dl > dd.active {
		display: block;
	}
	#news #news_01 #news_box > li > dl > dd figure {
		min-width: 100%;
		width: 100%;
		padding: 0 0 37px;
	}
	#news #news_01 #news_box > li > dl > dd > div {
		min-width: 100%;
		width: 100%;
	}
	#news #news_01 #news_box > li > dl > dd > div ul {
		padding-top: 0;
	}
}
@media only screen and (max-width:320px) {
	#news #news_01 #news_box > li > dl > dt::after {
		right: 15px;
	}
}

/*----------------------------------------
	facilities
-----------------------------------------*/
#facilities {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
#facilities > li:nth-child(-n+2) {
	width: calc(100% / 2);
	height: 400px;
}
#facilities > li:nth-child(n+3) {
	width: calc(100% / 3);
	height: 267px;
}
/* ie10 over */
@media all and (-ms-high-contrast: none){
	#facilities > li {
		width: 33.33%;
	}
}
#facilities > li > a {
	display: block;
	position: relative;
	width: 100%;
	height: calc(100% - 151px);
	padding: 151px 0 0;
	text-align: center;
	clear: both;
}
#facilities > li:nth-child(n+3) > a {
	height: calc(100% - 100px);
	padding: 100px 0 0;
}
@media only screen and (max-width:768px) {
	#facilities > li,
	#facilities > li:nth-child(-n+2),
	#facilities > li:nth-child(n+3) {
		width: 100%;
		height: 267px;
	}
	#facilities > li > a,
	#facilities > li:nth-child(n+3) > a {
		min-width: auto;
		width: calc(100% - 80px);
		height: calc(100% - 75px);
		padding: 75px 40px 0;
		text-align: center;
	}
	#facilities > li:nth-child(2) > a {
		height: calc(100% - 70px);
		padding: 70px 40px 0;
	}
}
#facilities > li > a.l_white01:hover,
#facilities > li > a.l_white01:active {
	text-decoration: none;
}
#facilities > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	transition: background 0.5s;
}
#facilities > li > a:hover::before,
#facilities > li > a:active::before {
	background: rgba(0, 0, 0, 0.2);
	transition: background 0.5s;
}
@media only screen and (max-width:768px) {
	#facilities > li > a:hover::before,
	#facilities > li > a:active::before {
		background: rgba(0, 0, 0, 0.4);
		transition: none;
	}
}
#facilities > li > a > span {
	display: block;
	position: relative;
	z-index: 1;
}
#facilities > li > a > span:first-child {
	padding-bottom: 22px;
}
#facilities > li > a > span:first-child::after {
	content: "";
	position: absolute;
	bottom: 11px;
	left: calc(50% - 13px);
	width: 26px;
	height: 1px;
	background: #ffffff;
}
#facilities > li:first-child > a {
	background: url(../img/i_facilities_p01.jpg) no-repeat center;
	background-size: cover;
}
#facilities > li:nth-child(2) > a {
	background: url(../img/i_facilities_p02.jpg) no-repeat center;
	background-size: cover;
}
#facilities > li:nth-child(3) > a {
	background: url(../img/i_facilities_p03.jpg) no-repeat center;
	background-size: cover;
}
#facilities > li:nth-child(4) > a {
	background: url(../img/i_facilities_p04.jpg) no-repeat center;
	background-size: cover;
}
#facilities > li:nth-child(5) > a {
	background: url(../img/i_facilities_p05.jpg) no-repeat center;
	background-size: cover;
}
#facilities > li:nth-child(6) > a {
	background: url(../img/i_facilities_p06.jpg) no-repeat center;
	background-size: cover;
}

@media only screen and (max-width:768px) {
	#facilities > li > a > span > span {
		display: block;
	}
}

/*----------------------------------------
	relatedLinks
-----------------------------------------*/
#relatedLinks {
	margin-bottom: 56px;
	background: url(../img/c_bg06.gif);
}
#relatedLinks > div {
	width: 1000px;
	margin: 0 auto;
	padding: 36px 0 40px;
}
#relatedLinks > div > dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#relatedLinks > div > dl:first-of-type {
	padding-bottom: 36px;
}
#relatedLinks > div > dl dt {
	width: 100%;
	padding-bottom: 16px;
}
#relatedLinks > div > dl:first-of-type dd {
	width: 134px;
}
#relatedLinks > div > dl dd img {
	width: 100%;
	height: auto;
}
#relatedLinks > div > dl:nth-of-type(2) dd {
	width: 320px;
}
@media only screen and (max-width:768px) {
	#relatedLinks > div {
		width: 300px;
	}
	#relatedLinks > div > dl dt {
		text-align: center;
	}
	#relatedLinks > div > dl:first-of-type dd:nth-of-type(n+3) {
		padding-top: 10px;
	}
	#relatedLinks > div > dl:first-of-type dd {
		width: 140px;
	}
	#relatedLinks > div > dl:nth-of-type(2) dt span {
		display: block;
	}
	#relatedLinks > div > dl:nth-of-type(2) dd:nth-of-type(n+2) {
		padding: 10px 0 0;
	}
	#relatedLinks > div > dl:nth-of-type(2) dd {
		width: 300px;
	}
}

/*----------------------------------------
	social
-----------------------------------------*/
#social {
	width: 1000px;
	margin: 0 auto;
}
#social > h1 {
	padding-bottom: 26px;
	text-align: center;
}
#social > div {
	padding-bottom: 40px;
}
#social > div > ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#social > div > ul > li {
	width: 160px;
	height: 160px;
	vertical-align: top;
}
#social > div > ul > li img {
	width: 100%;
	height: auto;
}
#social > div > ul > li span {
	display: none;
}
#social > ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 260px;
	margin: 0 auto;
}
#social > ul > li {
	vertical-align: top;
}
@media only screen and (max-width:768px) {
	#social {
		width: 300px;
	}
	#social > h1 > span {
		display: block;
	}
	#social > div > ul {
		flex-wrap: wrap;
	}
	#social > div > ul > li {
		width: 140px;
		height: 140px;
	}
	#social > div > ul > li:nth-child(n+3) {
		padding-top: 10px;
	}
}