@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Browser Windows：IE6,7,8,Firefox,Opera,Safari,Chrome
+ Browser Macintosh：Safari,Firefox
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

html {
	width: 100%;
	height: 100%;
	color: #333;
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,section,figure {
	margin: 0;
	padding: 0;
}

body{
	font-family: "メイリオ",Meiryo,"A-OTF 新ゴ Pro","A-OTF Shin Go Pro,","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana",sans-serif;
	font-size: 16px;
	*font-size: small;
	*font: x-small;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
main {
	display: block;
}
table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;
}
caption,th { text-align:left; }

fieldset,img { border: 0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
li,ol,ul { list-style: none;}
li { padding: 0;}

q:before,q:after { content:'';}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;}
legend{ color:#555;}

select,input,button,textarea{ font: 99% helvetica,arial,clean,sans-serif;}

pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


a { outline: none;}
a { text-decoration: none;}
/*
a:link { color: #000000; text-decoration: underline;}
a:visited { color: #000000; text-decoration: none;}
*/
a:hover { text-decoration: none; }
a:focus { text-decoration: none;}
a:active { text-decoration: none;}

a img { border: none;}

li img,
dt img,
dd img{ vertical-align: top;}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
@media (min-width:769px) {
	body {
		min-width: 1230px;
	}
	body.pdt90 {
		padding-top: 90px;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media (max-width:768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	html.is_fixed {
		overflow: hidden;
	}
	.content img {
		max-width: 100%;
		height: auto;
	}
}
a {
	color:#000;
	opacity: 1.0;
	transition: 0.3s;
	text-decoration: underline;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.yugo_ttl{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
ul.indent {
	padding-left: 1em !important;
	text-indent: -1em !important;
}
.gallery li {
	float: left;
	width: 180px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.gallery li a {
	display: block;
	background: #000;
	line-height: 113px;
}
.gallery li a:hover {
	opacity: 0.7;
}
.price_ticket.article .gallery li a {
	line-height: 153px;
}
.price_ticket.article #plan_cont .gallery li a {
	height: auto;
}
.gallery li a img {
	vertical-align: middle;
}
.gallery .movie a {
	position: relative;
}
.gallery .movie a:after {
	content: "";
	width: 40px;
	height: 33px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(/resources/images/movie_icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
@media (max-width:768px) {
	.gallery li a {
		line-height: calc(21vw - 16px);
	}
	.price_ticket.article .gallery li a {
		height: calc(22vw - 23px);
		line-height: calc(22vw - 23px);
	}
	.gallery .movie a:after {
		width: 30px;
		height: 26px;
	}
}

nav.breadcrumb {
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding: 15px 25px;
}
nav.breadcrumb a {
	font-size: 12px;
	color: #fff;
}
nav.breadcrumb a:hover {
	text-decoration: underline;
	color: #6dcdff;
}
.slider {
	display: none;
}
.slider.slick-initialized {
	display: block;
}
section h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 60px;
	position: relative;
}
section h2:after {
	content: '';
	width: 104px;
	height: 24px;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.btn a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 300px;
	margin: 0 auto;
	position: relative;
	padding: 13px 0;
	border-radius: 30px;
}
.btn a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	margin: auto;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.list_arrow {
	position: relative;
	display: block;
	width: 100%;
	text-decoration: none;
}
.list_arrow:before {
	content: "";
	position: absolute;
	bottom: 12px;
	right: 14px;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 1;
}
.list_arrow:after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: -2px;
	right: -2px;
}
.category li a {
	color: #fff;
	text-decoration: none;
}
@media (max-width:768px) {
	nav.breadcrumb {
		font-size: 10px;
		padding: 10px 14px;
	}
	nav.breadcrumb a {
		font-size: 10px;
	}
	nav.breadcrumb span {
		max-width: 100%;
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
		vertical-align: middle;
		text-overflow: ellipsis;
	}
	header.menu_on + div {
		margin-top: 60px !important;
	}
	header.menu_on + nav {
		margin-top: 60px !important;
	}
	section h2 {
		font-size: 23px;
		margin-bottom: 60px;
	}
	section h2:after {
		width: 78px;
		height: 18px;
		bottom: -25px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.btn a {
		font-size: 13px;
		width: 205px;
	}
	.btn a:after {
		right: 33px;
		width: 6px;
		height: 6px;
	}
	.list_arrow:before {
		bottom: 9px;
		right: 10px;
		width: 7px;
		height: 7px;
	}
	.list_arrow:after {
		width: 30px;
		height: 30px;
	}
}
/*fancybox*/
.fancybox-slide {
	padding: 138px 44px 44px 44px;
}
@media (max-width:768px) {
	.fancybox-slide {
		padding: 44px;
	}
}
.fancybox-toolbar {
	top: 100px;
	right: auto;
	left: 0;
}
/*pagenation*/
.pagenation {
	width: auto;
	margin-top: 40px;
	position: relative;
}
.pagenation:not(.has_ph) {
	height: 37px;
}
.pagenation a {
	text-decoration: none;
}
.pagenation a.prev,
.pagenation a.next {
	font-size: 14px;
	font-weight: bold;
	color: #004098;
	border-bottom: 2px solid #004098;
	padding: 7px;
	position: relative;
	z-index: 3;
	text-decoration: none;
}
.pagenation a.prev:hover,
.pagenation a.next:hover {
	opacity: 0.7;
}
.pagenation a.prev {
	float: left;
}
.pagenation a.next {
	float: right;
}
.pagenation a.prev:before,
.pagenation a.next:before {
	content: '';
	width: 33px;
	height: 33px;
	border: 2px solid #004098;
	border-radius: 50%;
	background: #004098;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 auto;
}
.pagenation a.prev:before {
	left: -45px;
}
.pagenation a.next:before {
	right: -45px;
}
.pagenation a.prev:after,
.pagenation a.next:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.pagenation a.prev:after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	left: -30px;
}
.pagenation a.next:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: -30px;
}
.pagenation a.prev:after,
.pagenation a.next:after {
	top: 15px;
}
.pagenation a.prev:before,
.pagenation a.next:before {
	top: 3px;
}
.pagenation ul {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 0;
}
.pagenation ul li {
	display: inline-block;
	margin-left: 5px;
}
.pagenation ul li:hover {
	opacity: 0.7;
}
.pagenation ul li:nth-child(1) {
	margin-left: 0;
}
.pagenation ul li a {
	display: block;
	width: 33px;
	height: 33px;
	color: #004098;
	font-family: 'Century Gothic',sans-serif;
	font-size: 18px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #004098;
	line-height: 33px;
	margin: 0 auto;
}
.pagenation ul li a.stay {
	color: #fff;
	background: #004098;
	border: 2px solid #fff;
	pointer-events: none;
}
@media (max-width:768px) {
	.pagenation {
		height: 34px;
		margin-top: 30px;
	}
	.pagenation a.prev,
	.pagenation a.next {
		font-size: 0;
		border-bottom: none;
		padding: 0;
	}
	.pagenation a.prev:before,
	.pagenation a.next:before {
		width: 30px;
		height: 30px;
		top: 0;
	}
	.pagenation a.prev:before {
		left: 0;
	}
	.pagenation a.next:before {
		right: 0;
	}
	.pagenation a.prev:after,
	.pagenation a.next:after {
		width: 8px;
		height: 8px;
		top: 13px;
	}
	.pagenation a.prev:after {
		left: 14px;
	}
	.pagenation a.next:after {
		right: 14px;
	}
	.pagenation ul {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		z-index: 0;
	}
	.pagenation ul li {
		display: inline-block;
	}
	.pagenation ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media (max-width:320px){
	.pagenation .btn a:after {
		display: none;
	}
}
/*pagenation.has_ph*/
.pagenation.has_ph {
	width: 920px;
	margin: 50px auto 0;
	position: relative;
}
.pagenation.has_ph .btn {
	position: absolute;
	left: 0;
	right: 0;
	top: -6px;
	margin: auto;
	text-align: center;
	z-index: 0;
}
.pagenation.has_ph .btn a {
	color: #fff;
	background: #004098;
	border: 2px solid #004098;
	font-size: 14px;
	width: 235px;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
}
.pagenation.has_ph .btn a:hover {
	color: #004098;
	background: #fff;
	border: 2px solid #004098;
}
.btn a:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 20px;
}
.btn a:hover:after {
	border-top: 1px solid #004098;
	border-right: 1px solid #004098;
}
.pagenation.has_ph a.next{
	border-bottom: none;
}
.pagenation.has_ph a.prev,
.pagenation.has_ph a.next{
	border-bottom: none;
	margin-top: -15px;
	max-width: 320px;
}
.pagenation.has_ph a.prev:after,
.pagenation.has_ph a.next:after {
	top: 30px;
}
.pagenation.has_ph a.prev:before,
.pagenation.has_ph a.next:before {
	top: 18px;
}
.pagenation.has_ph a span {
	width: 97px;
	height: 58px;
	display: block;
	line-height: 58px;
	text-align: center;
	background: #aec2db;
}
.pagenation.has_ph a span img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.pagenation.has_ph a.next span {
	margin: 0 0 0 auto;
}
@media (max-width:768px){
	.pagenation.has_ph {
		width: auto;
		height: 136px;
		margin: 36px 70px 0;
	}
	.pagenation.has_ph .btn {
		position: absolute;
		left: 0;
		right: 0;
		top: 90px;
		margin: auto;
		text-align: center;
		z-index: 0;
	}
	.pagenation.has_ph .btn a {
		font-size: 13px;
		width: 210px;
		padding: 9.5px 0;
		top: 3px;
	}
	.pagenation.has_ph a.prev:before {
		left: -40px;
		top: 45px;
	}
	.pagenation.has_ph a.prev:after {
		left: -26px;
	}
	.pagenation.has_ph a.next:before {
		right: -40px;
		top: 45px;
	}
	.pagenation.has_ph a.next:after {
		right: -26px;
	}
	.pagenation.has_ph a.prev p,
	.pagenation.has_ph a.next p{
		font-size: 10px;
		margin-top: 5px;
	}
	.pagenation.has_ph a.prev,
	.pagenation.has_ph a.next{
		max-width: 100px;
	}
	.pagenation.has_ph a.prev:after,
	.pagenation.has_ph a.next:after {
		top: 24px;
	}
	.pagenation.has_ph a.prev:before,
	.pagenation.has_ph a.next:before {
		top: 12px;
	}
	.pagenation.has_ph a.next p{
		text-align: right;
	}
}
@media (max-width: 320px){
	.pagenation.has_ph .btn a {
		width: 190px;
	}
	.pagenation.has_ph a span {
		width: 65px;
	}
	.pagenation.has_ph a.prev, 
	.pagenation.has_ph a.next {
		max-width: 67px;
	}
}
/*share*/
.share_wrapper {
	height: auto;
	position: absolute;
	top: 122px;
	right: -70px;
}
.share_area {
	width: 70px;
	background: #004098;
	padding: 14px 0 0;
	border-radius: 0 8px 8px 0;
	text-align: center;
	position: sticky;
	top: 122px;
}
.share_area li a:hover {
	opacity: 0.5 ;
}
.share_area li {
	margin-bottom: 20px;
}
.share_area .twitter img {
	width: 30px;
	height: 26px;
}
.share_area .fb img {
	width: 30px;
	height: 30px;
}
.share_area .line {
	padding-bottom: 20px;
	margin-bottom: 0;
}
.share_area .line img {
	width: 30px;
	height: 30px;
}
@media (max-width:768px) {
	.share_btn {
		background: #004098;
		display: block;
		position: absolute;
		top: 25px;
		right: -25px;
		border-radius: 8px 0 0 8px ;
	}
	.share_btn a {
		color: #fff;
		font-size: 10.5px;
		font-weight: bold;
		text-align: center;
		display: block;
		padding: 12px 16px 5px;
	}
	.share_btn img {
		width: 16.5px;
		height: 21px;
		display: block;
		margin: 0 auto 7px;
	}
	.share_wrapper {
		height: auto !important;
		position: static;
		padding-top: 60px;
	}
	.share_area {
		width: auto;
		padding: 10px 10px 10px;
		margin: 0 40px;
		border-radius: 8px;
		position: static;
	}
	.share_area ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-js-display: flex;
		display: flex;
		justify-content: space-around;
	}
	.share_area li {
		margin-bottom: 0;
	}
	.share_area .share_txt img {
		width: 48px;
		padding-top: 0;
	}
	.share_area .twitter img {
		width: 22.5px;
		height: 19.5px;
		padding-top: 8px;
	}
	.share_area .fb img {
		width: 22.5px;
		height: 22.5px;
		padding-top: 7px;
	}
	.share_area .line {
		padding-bottom: 0;
	}
	.share_area .line img {
		width: 22.5px;
		height: 22.5px;
		padding-top: 7px;
	}
}
@media (max-width:320px) {
	.share_btn a {
		padding: 6px 12px 2px;
	}
}
/*modal window*/
.modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center;
}

.modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: "";
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 70%;
	max-width: 600px;
	padding: 30px 30px 15px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
}

.modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	color: #95979c!important;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}

.modal-wrapper .modal-close:hover {
	color: #2b2e38!important;
}
/*article_slick*/
nav.breadcrumb.slide_page {
	padding-top: 105px;
}
.article .article_slick {
	display: block;
	height: 450px;
	position: relative;
}
.article .article_slick:before {
	content: '';
	width: 130px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	background: #003072;
	opacity: 0.3;
	z-index: 2;
}
.article .article_slick:after {
	content: '';
	width: 130px;
	height: 450px;
	position: absolute;
	top: 0;
	right: 0;
	background: #003072;
	opacity: 0.2;
	z-index: 2;
}
.article .article_slick .item {
	height: 450px;
	background-position: center;
	background-size: cover;
}
.article .article_slick .slick-prev {
	left: 0;
}
.article .article_slick .slick-next {
	right: 0;
}
.article .article_slick .slick-next,
.article .article_slick .slick-prev {
	z-index: 3;
}
.article .article_slick .slick-next:before, 
.article .article_slick .slick-prev:before {
	content: '';
	line-height: 1;
	opacity: 1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	margin: auto;
	width: 17px;
	height: 17px;
	z-index: 1;
}
.article .article_slick .slick-next:before {
	left: -20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
}
.article .article_slick .slick-prev:before {
	right: -20px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
}
.article .article_slick .slick-dots {
	z-index: 4;
	bottom: 60px;
}
.article .article_slick .slick-dots li {
	margin: 0;
}
.article .article_slick .slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	content: '';
	opacity: 1;
	border-radius: 50%;
	background-color: #004098;
	border: 2px solid #004098;
	box-sizing: border-box;
}
.article .article_slick .slick-dots li.slick-active button:before {
	background-color: #fff;
	opacity: 1;
}
.article .article_slick.slick-dotted.slick-slider {
	margin-bottom: 0;
}
@media (max-width: 768px){
	/*article_slick*/
	nav.breadcrumb.slide_page {
		padding-top: 10px;
	}
	.article .article_slick {
		display: block;
		height: 148px;
		position: relative;
	}
	.article .article_slick:before {
		display: none;
	}
	.article .article_slick:after {
		display: none;
	}
	.article .article_slick .item {
		height: 148px;
	}
	.article .article_slick .slick-next:before, 
	.article .article_slick .slick-prev:before {
		width: 9px;
		height: 9px;
	}
	.article .article_slick .slick-next:before {
		left: -10px;
	}
	.article .article_slick .slick-prev:before {
		right: -10px;
	}
	.article .article_slick .slick-dots {
		bottom: -30px;
	}
	.article .article_slick .slick-dots li button:before {
		width: 7px;
		height: 7px;
	}
}
/*外部リンクアイコン*/
.blank_link:after {
	content: '';
	width: 18px;
	height: 16px;
	background-image: url(/resources/images/blank_link_icon_w.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}
@media (max-width: 768px){
	.blank_link:after {
		width: 13px;
		height: 12px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
記事ページレイアウト
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#article-header {
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 15px;
	border-bottom: 2px solid #004098;
}
#article-header:before {
	content: '';
	width: 12px;
	height: 13px;
	background-image: url(/resources/images/hukidashi.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -13px;
	left: 16px;
}
.article .sub_tit {
	margin-top: 5px;
	font-size: 18px;
	color: #004098;
	font-weight: bold;
}
/*hl_bgcolor*/
.hl_bgcolor {
	font-size: 20px;
	font-weight: bold;
	color: #004098;
	background: #e3edf0;
	border-bottom: 2px solid #004098;
	padding: 19px 19px 15px 19px;
	margin-bottom: 30px;
	line-height: 24px;
}
/*hl_border*/
.hl_border {
	font-size: 18px;
	font-weight: bold;
	color: #004098;
	border-bottom: 2px dashed #004098;
	padding: 16px 19px 11px 19px;
	margin-bottom: 16px;
	line-height: 22px;
}
/*.sub_tit*/
.article #release .sub_tit {
	font-size: 20px;
	font-weight: bold;
	color: #004098;
	margin-bottom: 40px;
}
/*cont_text*/
.cont_text {
	font-size: 16px;
	line-height: 30px;
	padding: 0 30px;
	margin-bottom: 30px;
}
.cont_text_komidashi{
	font-weight: bold;
	font-size: 17px;
	padding: 15px 0 5px;
}
/*cont_left_img*/
.cont_left_img {
	padding: 0 30px 11px;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.cont_left_img figure {
	margin: 8px 25px 0 0;
}
.cont_left_img p {
	font-size: 16px;
	line-height: 30px;
}
/*cont_right_img*/
.cont_right_img {
	padding: 0 30px 11px;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.cont_right_img figure {
	margin: 8px 0 0 25px;
}
.cont_right_img p {
	font-size: 16px;
	line-height: 30px;
	padding-right: 1.5rem;
}
.cont_right_img p img {
	width: 100%;
	height: auto;
}
/*cont_box_img*/
.cont_box_img {
	padding: 0 30px 11px;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}
.cont_box_img .box {
	margin-top: 8px;
	width: 49%;
}
.cont_box_img figure img {
	width: 100%;
	height: auto;
}
.cont_box_img figcaption {
	font-size: 14px;
	line-height: 20px;
}
/*thumb*/
.thumb {
	position: relative;
	padding-top: 56.8%;
}
figure.thumb {
	width: 100%;
}
.thumb > * {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*caption*/
.caption {
	border: 2px solid #004098;
	border-radius: 12px;
	padding: 45px 48px 27px 70px;
	margin-bottom: 30px;
	position: relative;
}
.caption:before {
	content: '';
	width: 36px;
	height: 28px;
	background-image: url(../../resources/images/caption_item.png);
	background-size: 100%;
	position: absolute;
	top: 11px;
	left: 18px;
}
.caption figcaption {
	font-size: 14px;
	line-height: 27px;
}
.caption .meta {
	font-size: 12px;
	font-weight: bold;
	color: #004098;
	text-align: right;
	margin-top: 16px;
}
/*area_info*/
.area_info {
	background: #e3edf0;
	margin-bottom: 30px;
}
.area_info a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.area_info figure img {
	display: inline-block;
	width: 300px;
	height: 100%;
	object-fit: cover;
}
.area_info a > div {
	float: left;
	width: calc(100% - 300px);
	padding: 12px 20px 0 55px;
	box-sizing: border-box;
	position: relative;
	min-height: 190px;
}
.area_info h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #004098;
	position: relative;
}
.area_info h4:before {
	content: '';
	width: 26px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -35px;
	margin: auto;
	background-image: url(../../resources/images/facilities_icon_b.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.area_info a > div h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.area_info a > div > p.txt {
	font-size: 14px;
	margin-bottom: 60px;
}
.area_info .btn {
	position: absolute;
	bottom: 12px;
	right: 20px;
}
.area_info .btn p {
	color: #fff;
	background: #004098;
	font-weight: bold;
	border-radius: 30px;
	font-size: 14px;
	width: 183px;
	text-align: center;
	padding: 11px 0;
	border: 2px solid #004098;
	box-sizing: border-box;
}
.area_info .btn p:hover {
	color: #004098;
	background: #fff;
	border: solid 2px #004098;
}
.area_info .btn p:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.area_info .btn p:hover:after {
	border-top: 1px solid #004098;
	border-right: 1px solid #004098;
}
.area_info.cont_multiple {
	padding: 18px 38px;
	font-size: 0;
}
.area_info.cont_multiple a > div {
	min-height: 173px;
	padding: 12px 20px 0 37px;
}
.area_info.cont_multiple > a {
	display: block;
	padding: 13px 0;
	border-bottom: 1px solid #aeced8;
}
.area_info.cont_multiple > a:last-child {
	border-bottom: none;
}
.area_info.cont_multiple h4 {
	margin-left: 36px;
	margin-bottom: 0;
}
.area_info.cont_multiple figure {
	float: left;
}
.area_info.cont_multiple figure img {
	width: 287px;
}
/*table.general_table*/
.general_table {
	width: 100%;
	margin: 0 auto 30px;
}
.general_table > table {
	width: 100%;
}
.general_table tr {
	border-top: 1px solid #e5e5e5;
}
.general_table tr:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.general_table th {
	width: 121px;
	font-size: 14px;
	padding-left: 20px;
	background: #e3edf0;
	font-weight: bold;
	vertical-align: middle;
}
.general_table td {
	font-size: 14px;
	padding: 15px 25px;
}
/*cont_caution*/
	.cont_caution {
		font-size: 13px;
		padding-left: 1em;
		text-indent: -1em;
	}
@media (max-width: 768px){
	.general_table {
		width: auto;
		margin: 0 auto 10px;
	}
	.general_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.general_table th {
		width: 65px;
		font-size: 13px;
		padding: 10px;
	}
	.general_table td {
		font-size: 12px;
		padding: 10px 15px;
	}
	/*general_tableが実装できない場合 sp_table*/
	.bt-1 {
		border-top: 1px solid #e5e5e5;
	}
	.bb-1 {
		border-bottom: 1px solid #e5e5e5;
	}
	.sp_table p{
		margin: 5px;
	}
	.pl_1 {
		padding-left: 1rem;
	}
}
/*table.general*/
.mod-box{
	font-size: 16px;
	margin: 30px 10px 20px 10px;
	text-align: center;
	padding: 10px;
	border: 1px solid #000;
}
.mod-box a {
	color: #000;
}

@media (max-width: 768px){
	/*hl_bgcolor*/
	.hl_bgcolor {
		font-size: 15px;
		padding: 13px 15px 7px 15px;
		margin-bottom: 10px;
		line-height: 20px;
	}
	/*hl_border*/
	.hl_border {
		font-size: 14px;
		padding: 9px 15px 9px 15px;
		margin-bottom: 12px;
		line-height: 19px;
	}
	/*.sub_tit*/
	.article #release .sub_tit {
		font-size: 13px;
		margin-bottom: 20px;
	}
	/*cont_text*/
	.cont_text {
		font-size: 12px;
		line-height: 20px;
		padding: 0 14px;
		margin-bottom: 10px;
	}
	/*cont_left_img*/
	.cont_left_img {
		padding: 0 14px 11px;
		margin-bottom: 10px;
		display: block;
	}
	.cont_left_img figure {
		margin: 17px 0 0 0;
		text-align: center;
	}
	.cont_left_img figure img {
		max-width: 100%;
		height: auto;
	}
	.cont_left_img p {
		font-size: 12px;
		line-height: 20px;
	}
	/*cont_right_img*/
	.cont_right_img {
		padding: 0 14px 11px;
		margin-bottom: 10px;
		display: block;
	}
	.cont_right_img figure {
		margin: 8px 0 0 0;
		text-align: center;
	}
	.cont_right_img figure img {
		max-width: 100%;
		height: auto;
	}
	.cont_right_img p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 17px;
		padding-right: 0;
	}
	/*cont_box_img*/
	.cont_box_img {
		padding: 0 14px 11px;
		margin-bottom: 10px;
	}
	.cont_box_img .box {
		width: calc(50% - 7px);
	}
	.cont_box_img p {
		font-size: 9px;
		line-height: 15px;
	}
	.cont_box_img figcaption {
		font-size: 10px;
		line-height: 14px;
	}
	.cont_box_img iframe {
		width: 100%;
		height: auto;
	}
	/*caption*/
	.caption {
		border-radius: 9px;
		padding: 42px 35px 24px 35px;
		margin-bottom: 10px;
	}
	.caption:before {
		width: 26px;
		height: 20px;
		top: 7px;
		left: 13px;
	}
	.caption p {
		font-size: 12px;
		line-height: 20px;
	}
	.caption .meta {
		margin-top: 16px;
	}
	/*area_info*/
	.area_info {
		margin-bottom: 10px;
	}
	.area_info figure {
		width: 105px;
		margin-left: 10px;
	}
	.area_info figure img {
		width: 100%;
		object-fit: contain;
	}
	.area_info a > div {
		float: left;
		width: calc(100% - 115px);
		padding: 14px 20px 12px 14px;
		min-height: 87px;
		text-align: center;
	}
	.area_info h4 {
		font-size: 11px;
		margin-bottom: 4px;
		padding-left: 1em;
		text-decoration: none;
	}
	.area_info h4:before {
		width: 14.5px;
		height: 11.5px;
		position: static;
		display: inline-block;
		margin-right: 5px;
	}
	.area_info a > div h5 {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.area_info a > div > p.txt {
		font-size: 10px;
		margin-bottom: 0;
		text-align: left;
	}
	.area_info.cont_single .btn {
		bottom: 0;
		right: 0;
	}
	.area_info.cont_single .btn p {
		background: transparent;
		border-radius: 0;
		padding: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 38px 38px;
		border-color: transparent transparent #003f98 transparent;
		position: relative;
	}
	.area_info.cont_single .btn p:after {
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		right: 10px;
		top: auto;
		bottom: -29px;
	}
	.area_info.cont_multiple .btn {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	.area_info.cont_multiple .btn p {
		border-radius: 30px;
		font-size: 9px;
		width: 112px;
		padding: 5px 0;
	}
	.area_info.cont_multiple .btn p:after {
		width: 4px;
		height: 4px;
		right: 8px;
	}
	.area_info.cont_multiple {
		padding: 8px 9px;
	}
	.area_info.cont_multiple a > div {
		min-height: 87px;
		padding: 0 14px;
	}
	.area_info.cont_multiple a {
		padding: 7px 0 5px;
	}
	.area_info.cont_multiple a:last-child {
		border-bottom: none;
	}
	.area_info.cont_multiple h4 {
		margin-left: 0;
		padding-left: 0;
	}
	.area_info.cont_multiple a > div > p.txt {
		margin-bottom: 27px;
	}
	.area_info.cont_multiple figure img {
		width: 100%;
	}
	/*table.general*/
	table.general {
		width: auto;
		margin: 0 auto 15px;
	}
	table.general tr {
		border-top: none;
	}
	table.general th {
		display: block;
		width: auto;
		font-size: 12px;
		padding: 8px 0 8px 20px;
	}
	table.general td {
		display: block;
		font-size: 12px;
		padding: 15px 20px;
	}
	/*table.general*/
	.mod-box{
		font-size: 12px;
		margin: 20px 5px 30px 5px;
	}
}
/*caution*/
.cont_caution {
	padding-left: 2em;
	text-indent: -1em;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
body > header {
	height: 90px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	position: fixed;
	width: 100%;
	min-width: 835px;
	background: #fff;
	z-index: 100000;
	transition: height .3s;
}
@media (min-width: 769px) {
	body > header {
		min-width: 1230px;
	}
}
body > header.change {
	height: 70px;
}
header.menu_on {
	position: fixed;
	width: 100%;
	z-index: 100100;
	background: #fff;
	top: 0;
}
header h1 {
	display: inline-block;
}
header h1 a:hover {
	opacity: 0.7;
}
header h1 img {
	height: 90px;
	transition: 0.3s;
}
header.change h1 img {
	height: 70px;
}
header .header_wrapper {
	float: right;
	display: block;
}
header .header_wrapper > .ticket,
header .header_wrapper > .select_wrapper {
	float: left;
	width: 90px;
	display: block;
}
header .header_wrapper .select_wrapper {
	z-index: 10002;
	position: relative;
}
header .header_wrapper .select_wrapper p {
	height: 90px;
	display: block;
	cursor: pointer;
	font-size: 12px;
	padding-top: 26px;
	text-align: center;
	background: #e1e1e1;
	box-sizing: border-box;
	transition-duration: .3s;
}
header.change .header_wrapper .select_wrapper p {
	padding-top: 16px;
}
header .header_wrapper .select_wrapper p:before {
	content: "";
	width: 23px;
	height: 21px;
	display: block;
	margin: 0 auto 10px;
	transition-duration: .5s;
	background: url(../images/language_select_icon.svg) no-repeat center center;
	background-size: 100% 100%;
}
header.change .header_wrapper .select_wrapper p:before {
	margin-bottom: 6px;
}
header .header_wrapper .select_wrapper:hover p:before {
	transform: scaleX(-1);
}
header .header_wrapper .select_wrapper p:after {
	width: 0;
	height: 0;
	content: "";
	margin-left: 0.5em;
	border-style: solid;
	border-width: 6px 3.5px 0;
	border-color: #333 transparent transparent;
	display: inline-block;
	vertical-align: middle;
}
header.change .header_wrapper .select_wrapper p {
	height: 70px;
}
header .header_wrapper .select_wrapper ul {
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #333;
	position: absolute;
	transition-duration: .3s;
}
header .header_wrapper .select_wrapper:hover ul {
	height: 223px;
}
header .header_wrapper .select_wrapper ul li:first-child {
	margin-top: 9px;
}
header .header_wrapper .select_wrapper ul a {
	color: #fefefe;
	display: block;
	line-height: 40px;
	text-align: center;
	transition-duration: .3s;
}
header .header_wrapper .select_wrapper ul a:hover {
	color: #000;
	font-weight: bold;
	background: #e1e1e1;
}
header .header_wrapper #menu_pc {
	width: auto;
	float: left;
	font-size: 14px;
	margin-right: 15px;
}
header .header_wrapper #menu_pc > ul:after {
	content: "";
	display: block;
	clear: both;
}
header .header_wrapper #menu_pc > ul > li {
	float: left;
}
header .header_wrapper #menu_pc > ul > li > a {
	height: 90px;
	color: #004098;
	display: block;
	font-weight: bold;
	padding: 24px 14px 0;
	box-sizing: border-box;
	text-decoration: none;
}
@media (max-width:1276px) {
	header .header_wrapper #menu_pc > ul > li > a {
		padding-left: 11px;
		padding-right: 11px;
	}
}
header.change .header_wrapper #menu_pc > ul > li > a {
	height: 70px;
	padding-top: 16px;
}
header .header_wrapper #menu_pc > ul > li > a:before {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	margin: 0 auto 8px;
	border-radius: 50%;
}
header.change .header_wrapper #menu_pc > ul > li > a:before {
	margin-bottom: 4px;
}
header .header_wrapper #menu_pc > ul > li > a:after {
	width: 0;
	height: 2px;
	opacity: 0;
	content: "";
	display: block;
	margin: 6px auto 0;
	transition-duration: .3s;
}
header.change .header_wrapper #menu_pc > ul > li > a:after {
	margin-top: 3px;
}
header .header_wrapper #menu_pc > ul > li > a:hover:after {
	opacity: 1;
	width: 100%;
}

header .header_wrapper #menu_pc > ul > li:nth-child(1) > a:before,
header .header_wrapper #menu_pc > ul > li:nth-child(1) > a:after { background: #36d2ff; }
header .header_wrapper #menu_pc > ul > li:nth-child(2) > a:before,
header .header_wrapper #menu_pc > ul > li:nth-child(2) > a:after { background: #5accb8; }
header .header_wrapper #menu_pc > ul > li:nth-child(3) > a:before,
header .header_wrapper #menu_pc > ul > li:nth-child(3) > a:after { background: #9cd774; }
header .header_wrapper #menu_pc > ul > li:nth-child(4) > a:before,
header .header_wrapper #menu_pc > ul > li:nth-child(4) > a:after { background: #ead677; }
header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:before,
header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:after { background: #f9a17f; }
header .header_wrapper #menu_pc > ul > li:nth-child(6) > a:before,
header .header_wrapper #menu_pc > ul > li:nth-child(6) > a:after { background: #f5867d; }
header .header_wrapper #menu_pc > ul > li:nth-child(7) > a:before,
header .header_wrapper #menu_pc > ul > li:nth-child(7) > a:after { background: #bd80d6; }
.english header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:before,
.english header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:after,
.tchinese header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:before,
.tchinese header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:after,
.schinese header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:before,
.schinese header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:after,
.korean header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:before,
.korean header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:after { background: #bd80d6; }


header .header_wrapper #menu_pc > ul > li:nth-child(1) > a:hover { background: #e5faff; }
header .header_wrapper #menu_pc > ul > li:nth-child(2) > a:hover { background: #e3edf0; }
header .header_wrapper #menu_pc > ul > li:nth-child(3) > a:hover { background: #e6f5dc; }
header .header_wrapper #menu_pc > ul > li:nth-child(4) > a:hover { background: #f4edce; }
header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:hover { background: #f8e2d8; }
.english header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:hover,
.tchinese header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:hover,
.schinese header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:hover,
.korean header .header_wrapper #menu_pc > ul > li:nth-child(5) > a:hover { background: #eed9f5; }
header .header_wrapper #menu_pc > ul > li:nth-child(6) > a:hover { background: #fcdcdf; }
header .header_wrapper #menu_pc > ul > li:nth-child(7) > a:hover { background: #eed9f5; }


header .header_wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	position: relative;
	padding-right: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ",Meiryo,"A-OTF 新ゴ Pro","A-OTF Shin Go Pro,","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana",sans-serif;
	background: #fff;
}

header .header_wrapper > a {
	font-size: 13px;
	display: block;
	line-height: 135px;
	text-align: center;
	position: relative;
}
header.change .header_wrapper > a {
	line-height: 100px;
}
header .header_wrapper > a:before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all .3s;
}
header.change .header_wrapper > a:before {
	top: 13px;
}
header .header_wrapper > a.hotel {
	float: left;
	color: #fff;
	width: 130px;
	height: 90px;
	background: #af9358;
	text-decoration: none;
}
header.change .header_wrapper > a.hotel {
	height: 70px;
}
header .header_wrapper > a.hotel:before {
	background-image: url(../images/hotel_icon.svg);
	width: 41px;
	height: 19px;
}
header .header_wrapper > a.ticket {
	width: 90px;
	height: 90px;
	color: #fff;
	background: #004098;
	text-decoration: none;
}
header.change .header_wrapper > a.ticket {
	height: 70px;
}
header .header_wrapper > a.ticket:before {
	background-image: url(../images/ticket_icon.svg);
	width: 32px;
	height: 18px;
}
header .header_wrapper > a.access {
	width: 90px;
	height: 90px;
	color: #fff;
	background: #003072;
}
header.change .header_wrapper > a.access {
	height: 70px;
}
header .header_wrapper > a.access:before {
	background-image: url(../images/access_icon.svg);
	width: 22px;
	height: 27px;
	top: 20px;
}
header.change .header_wrapper > a.access:before {
	top: 9px;
}


/*ハンバーガーメニュー*/
header #menu > p {
	display: block;
	width:90px;
	height:90px;
	top:0;
	right:0;
	background-color:#004098;
	cursor: pointer;
	z-index: 10003;
	text-align: center;
	color: #fff;
	line-height: 135px;
	font-size: 13px;
	position: relative;
}
header.change #menu > p {
	height: 70px;
	line-height: 100px;
}
header p + .menu_wrapper {
	width: 100%;
	background: #00347c;
	opacity: 1;
	position: fixed;
	top:0;
	left:0;
	transition: .5s;
	z-index: 10001;
	margin-top: 90px;
	overflow: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
@media (min-width:769px) {
	header p + .menu_wrapper {
		height: 0;
	}
	header p + .menu_wrapper.open {
		height: 415px;
	}
}
header.change p + .menu_wrapper {
	margin-top: 70px;
}
header p + .menu_wrapper::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
header p.active + .menu_wrapper {
	left:0;
}
/*メニューボタン*/
.btn_trigger span {
	position: absolute;
	left: 50%;
	width: 40px;
	height: 2px;
	background-color: #fff;
	transform: translateX(-50%);
}
.btn_trigger,
.btn_trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.btn_trigger span:nth-of-type(1) {
	top: 25px;
}
header.change .btn_trigger span:nth-of-type(1) {
	top: 16px;
}
.btn_trigger span:nth-of-type(2) {
	top: 34px;
	transform: translateX(-50%) translateY(-50%);
}
header.change .btn_trigger span:nth-of-type(2) {
	top: 24px;
}
.btn_trigger span:nth-of-type(3) {
	top: 41px;
}
header.change .btn_trigger span:nth-of-type(3) {
	top: 30px;
}
.btn_trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateX(-50%) translateY(10px) rotate(-45deg);
}
.btn_trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.btn_trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateX(-50%) translateY(-6px) rotate(45deg);
}

.map_info .jspContainer {
	padding-bottom: 0;
}
.map_info figure {
	width: 780px;
	position: relative;
}
.map_info figure img {
	width: 100%;
	vertical-align: top;
}
.map_info figure p {
	top: 50%;
	left: 50%;
	position: absolute;
	text-align: center;
}
.map_info figure p a,
.map_info figure p span,
.map_info figure p:before,
.map_info figure p:after {
	left: -500px;
	right: -500px;
	margin: 0 auto;
	position: absolute;
}
.map_info figure p a,
.map_info figure p span {
	color: #fff;
	z-index: 2;
	width: 182px;
	padding: 2px 5px;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	background: #004098;
	display: inline-block;
	border: 2px solid #004098;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.map_info figure p.top a,
.map_info figure p.top span {
	bottom: 40px;
	text-decoration: none;
}
.map_info figure p.bottom a,
.map_info figure p.bottom span {
	top: 40px;
	text-decoration: none;
}
.map_info figure p a:hover {
	color: #004098;
	background: #fff;
}
.map_info figure p a:after {
	width: 7px;
	height: 7px;
	content: "";
	margin-left: 5px;
	display: inline-block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.map_info figure p a:hover:after {
	border-color: #004098;
}
.map_info figure p:before,
.map_info figure p:after {
	content: "";
	display: block;
}
.map_info figure p:before {
	z-index: 0;
	width: 2px;
	height: 59px;
	background: #004098;
}
.map_info figure p.top:before { bottom: 0; }
.map_info figure p.bottom:before { top: 0; }
.map_info figure p:after {
	top: -10px;
	z-index: 1;
	width: 20px;
	height: 19px;
	background: url(/resources/images/top/pickup_icon.svg) no-repeat center center;
	background-size: 100% 100%;
}
@media (min-width:769px) {
	.map_info .jspPane {
		width: auto !important;
	}
	.map_info figure img {
		border-radius: 8px;
	}
}
@media (max-width:768px) {
	.map_info figure img {
		border-radius: 5px;
	}
}

/*メガメニュー*/
header #menu .megamenu {
	width: 100%;
	background: #004098;
}
header #menu .megamenu_wrapper {
	background: #00347c;
}
header #menu .megamenu ul.megamenu_list {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}
header #menu .megamenu ul.megamenu_list > li {
	display: block;
}
@media (min-width: 769px) {
	header #menu .megamenu ul.megamenu_list > li {
		padding-top: 40px;
		display: none;
	}
	header #menu .megamenu ul.megamenu_list > li.active {
		display: block;
	}
}
header #menu .megamenu ul.megamenu_list > li > p a {
	color: #004098;
	display: block;
	cursor: pointer;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	padding: 11px 65px;
	text-decoration: none;
}
header #menu .megamenu ul.megamenu_list > li:nth-child(1) > p a:hover { background: #e5faff; }
header #menu .megamenu ul.megamenu_list > li:nth-child(2) > p a:hover { background: #e3edf0; }
header #menu .megamenu ul.megamenu_list > li:nth-child(3) > p a:hover { background: #e6f5dc; }
header #menu .megamenu ul.megamenu_list > li:nth-child(4) > p a:hover { background: #f4edce; }
header #menu .megamenu ul.megamenu_list > li:nth-child(5) > p a:hover { background: #f8e2d8; }
.english header #menu .megamenu ul.megamenu_list > li:nth-child(5) > p a:hover,
.tchinese header #menu .megamenu ul.megamenu_list > li:nth-child(5) > p a:hover,
.schinese header #menu .megamenu ul.megamenu_list > li:nth-child(5) > p a:hover,
.korean header #menu .megamenu ul.megamenu_list > li:nth-child(5) > p a:hover { background: #eed9f5; }
header #menu .megamenu ul.megamenu_list > li:nth-child(6) > p a:hover { background: #fcdcdf; }
header #menu .megamenu ul.megamenu_list > li:nth-child(7) > p a:hover { background: #eed9f5; }
header #menu .megamenu ul.megamenu_list > li > p a:after {
	top: 0;
	right: 15px;
	bottom: 0;
	content: "";
	width: 11px;
	height: 18px;
	margin: auto 0;
	display: block;
	position: absolute;
	background: url(../images/megamenu_arrow.png) no-repeat center center;
	background-size: 100% 100%;
}
header #menu .megamenu ul.megamenu_list > li > p a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto;
	transform: scale(1.3);
	background-size: 100%;
	background-repeat: no-repeat;
}
header #menu .megamenu ul.megamenu_list > li:nth-child(1) > p a:before {
	background-image: url(../images/aquarium_icon_color.svg);
	width: 24px;
	height: 14px;
}
header #menu .megamenu ul.megamenu_list > li:nth-child(2) > p a:before {
	background-image: url(../images/time_icon_color.svg);
	width: 25px;
	height: 22px;
}
header #menu .megamenu ul.megamenu_list > li:nth-child(3) > p a:before {
	background-image: url(../images/price_icon_color.svg);
	width: 26px;
	height: 20px;
	top: 4px;
}
header #menu .megamenu ul.megamenu_list > li:nth-child(4) > p a:before {
	background-image: url(../images/facilities_icon_color.svg);
	width: 26px;
	height: 22px;
}
header #menu .megamenu ul.megamenu_list > li:nth-child(5) > p a:before {
	background-image: url(../images/event_icon_color.svg);
	width: 22px;
	height: 22px;
}
.english header #menu .megamenu ul.megamenu_list > li:nth-child(5) > p a:before,
.tchinese header #menu .megamenu ul.megamenu_list > li:nth-child(5) > p a:before,
.schinese header #menu .megamenu ul.megamenu_list > li:nth-child(5) > p a:before,
.korean header #menu .megamenu ul.megamenu_list > li:nth-child(5) > p a:before {
	background-image: url(../images/access_icon_color.svg);
	width: 21px;
	height: 25px;
}
header #menu .megamenu ul.megamenu_list > li:nth-child(6) > p a:before {
	background-image: url(../images/animal_icon_color.svg);
	width: 22px;
	height: 22px;
}
header #menu .megamenu ul.megamenu_list > li:nth-child(7) > p a:before {
	background-image: url(../images/access_icon_color.svg);
	width: 21px;
	height: 25px;
}
header #menu .megamenu ul.megamenu_list > li:nth-child(8) > p a:before {
	background-image: url(../images/info_icon_color.svg);
	width: 26px;
	height: 22px;
}
header #menu .megamenu ul.megamenu_list > li:nth-child(9) > p a:before {
	background-image: url(../images/info_icon_color.svg);
	width: 24px;
	height: 17px;
}
header #menu .megamenu ul.megamenu_list > li a:hover {
	opacity: 1;
}
header #menu .megamenu .megamenu_content {
}
header #menu .megamenu .megamenu_content_wrapper {
	max-width: 860px;
	overflow: hidden;
	margin: 20px auto 0;
}
header #menu .megamenu .megamenu_content h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 8px 50px;
	margin-bottom: 35px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	position: relative;
}
header #menu .megamenu .megamenu_content li {
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
}
header #menu .megamenu .megamenu_content li:nth-child(4n+1) {
	margin-left: 0;
}
header #menu .megamenu .megamenu_content li figure {
	position: relative;
	transition: 0.3s;
}
header #menu .megamenu .megamenu_content li img {
	display: block;
	margin-bottom: 7px;
}
header #menu .megamenu .megamenu_content li a {
	width: 200px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: relative;
	text-decoration: none;
}
header #menu .megamenu .megamenu_content li a:before {
	content: '';
	width: 14px;
	height: 14px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #fff;
	position: absolute;
	bottom: 5px;
	right: 2px;
	transition: 0.3s;
}
header #menu .megamenu .list:nth-child(1) .megamenu_content li a:hover:before { background: #36d2ff; }
header #menu .megamenu .list:nth-child(2) .megamenu_content li a:hover:before { background: #5accb8; }
header #menu .megamenu .list:nth-child(3) .megamenu_content li a:hover:before { background: #9cd774; }
header #menu .megamenu .list:nth-child(4) .megamenu_content li a:hover:before { background: #ead677; }
header #menu .megamenu .list:nth-child(5) .megamenu_content li a:hover:before { background: #f9a17f; }
.english header #menu .megamenu .list:nth-child(5) .megamenu_content li a:hover:before,
.tchinese header #menu .megamenu .list:nth-child(5) .megamenu_content li a:hover:before,
.schinese header #menu .megamenu .list:nth-child(5) .megamenu_content li a:hover:before,
.korean header #menu .megamenu .list:nth-child(5) .megamenu_content li a:hover:before { background: #bd80d6; }
header #menu .megamenu .list:nth-child(6) .megamenu_content li a:hover:before { background: #f5867d; }
header #menu .megamenu .list:nth-child(7) .megamenu_content li a:hover:before { background: #bd80d6; }
header #menu .megamenu .megamenu_content li a:after {
	content: '';
	width: 4px;
	height: 4px;
	border-top: 1px solid #004098;
	border-right: 1px solid #004098;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 10px;
	right: 8px;
	transition: 0.3s;
}
header #menu .megamenu .megamenu_content li a:hover figure:after {
	content: '';
	width: 200px;
	height: 90px;
	border: 4px solid transparent;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
header #menu .megamenu .list:nth-child(1) .megamenu_content li a figure:after { border-color: #36d2ff; }
header #menu .megamenu .list:nth-child(2) .megamenu_content li a figure:after { border-color: #5accb8; }
header #menu .megamenu .list:nth-child(3) .megamenu_content li a figure:after { border-color: #9cd774; }
header #menu .megamenu .list:nth-child(4) .megamenu_content li a figure:after { border-color: #ead677; }
header #menu .megamenu .list:nth-child(5) .megamenu_content li a figure:after { border-color: #f9a17f; }
.english header #menu .megamenu .list:nth-child(5) .megamenu_content li a figure:after,
.tchinese header #menu .megamenu .list:nth-child(5) .megamenu_content li a figure:after,
.schinese header #menu .megamenu .list:nth-child(5) .megamenu_content li a figure:after,
.korean header #menu .megamenu .list:nth-child(5) .megamenu_content li a figure:after { border-color: #bd80d6; }
header #menu .megamenu .list:nth-child(6) .megamenu_content li a figure:after { border-color: #f5867d; }
header #menu .megamenu .list:nth-child(7) .megamenu_content li a figure:after { border-color: #bd80d6; }

header #menu .megamenu .list:nth-child(1) .megamenu_content li a:hover { color: #36d2ff; }
header #menu .megamenu .list:nth-child(2) .megamenu_content li a:hover { color: #5accb8; }
header #menu .megamenu .list:nth-child(3) .megamenu_content li a:hover { color: #9cd774; }
header #menu .megamenu .list:nth-child(4) .megamenu_content li a:hover { color: #ead677; }
header #menu .megamenu .list:nth-child(5) .megamenu_content li a:hover { color: #f9a17f; }
.english header #menu .megamenu .list:nth-child(5) .megamenu_content li a:hover,
.tchinese header #menu .megamenu .list:nth-child(5) .megamenu_content li a:hover,
.schinese header #menu .megamenu .list:nth-child(5) .megamenu_content li a:hover,
.korean header #menu .megamenu .list:nth-child(5) .megamenu_content li a:hover { color: #bd80d6; }
header #menu .megamenu .list:nth-child(6) .megamenu_content li a:hover { color: #f5867d; }
header #menu .megamenu .list:nth-child(7) .megamenu_content li a:hover { color: #bd80d6; }
header #menu .megamenu .megamenu_content li:hover a:before {
	background: #99daec;
}
header #menu .megamenu .megamenu_content li:hover a:after {
	border-top: 1px solid #00347c;
	border-right: 1px solid #00347c;
}
header #menu .megamenu .bottom_nav {
	margin-top: 40px;
	padding-bottom: 100px;
}
header #menu .megamenu .bottom_nav ul {
	text-align: center;
}
header #menu .megamenu .bottom_nav ul li {
	display: inline-block;
	border-bottom: 2px solid #fff;
	margin-left: 30px;
}
header #menu .megamenu .bottom_nav ul li:first-child {
	margin-left: 0;
}
header #menu .megamenu .bottom_nav ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding:0 3px 5px 3px;
}

@media (max-width: 768px){
	body > header {
		height: 60px;
		min-width: auto;
		position: static;
	}
	header h1 img {
		height: 60px;
	}
	header .header_wrapper select {
		background: #fff;
		font-size: 10px;
		padding-right: 8px;
	}
	/*ハンバーガーメニュー*/
	header #menu > p {
		width:60px;
		height:60px;
		line-height: 90px;
		font-size: 9px;
		position: fixed;
	}
	header.change #menu > p {
		height: 60px;
		line-height: 90px;
	}
	header .header_wrapper .select_wrapper {
		width: 60px;
		z-index: 10002;
		margin-right: 60px;
	}
	header .header_wrapper .select_wrapper p {
		height: 60px;
		font-size: 9px;
		padding-top: 18px;
	}
	header .header_wrapper .select_wrapper p:before {
		width: 15px;
		height: 15px;
		margin-bottom: 7px;
	}
	header .header_wrapper .select_wrapper p:after {
		border-width: 4px 2.25px 0;
	}
	header .header_wrapper .select_wrapper ul {
		width: 120px;
	}

	/*メニューボタン*/
	.btn_trigger span {
		width: 30px;
		height: 2px;
	}
	.btn_trigger span:nth-of-type(1) {
		top: 15px;
	}
	header.change .btn_trigger span:nth-of-type(1) {
		top: 15px;
	}
	.btn_trigger span:nth-of-type(2) {
		top: 23px;
		transform: translateX(-50%) translateY(-50%);
	}
	header.change .btn_trigger span:nth-of-type(2) {
		top: 23px;
	}
	.btn_trigger span:nth-of-type(3) {
		top: 29px;
	}
	header.change .btn_trigger span:nth-of-type(3) {
		top: 29px;
	}
	.btn_trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateX(-50%) translateY(8px) rotate(-45deg);
	}
	/*メガメニュー*/
	header p + .menu_wrapper {
		left: 100%;
		width: 100%;
		height: 100%;
		background: #004098;
		overflow: scroll;
		z-index: 100001;
		margin-top: 60px;
	}
	header #menu .megamenu {
		width: 100%;
		height: 100%;
		padding-top: 35px;
	}
	header #menu .megamenu_wrapper {
		width: auto;
		margin: 0 50px;
		background: #00347c;
	}
	header #menu .megamenu_wrapper > ul {

	}
	header #menu .megamenu_wrapper > ul > li {
		width: calc(100% / 3 - 1px);
		margin-bottom: 1px;
		float: left;
		text-align: center;
		position: relative;
	}
	header #menu .megamenu_wrapper > ul > li:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	header #menu .megamenu_wrapper > ul > li:nth-child(1):after {
		background-image: url(../images/hotel_icon.svg);
		width: 31px;
		height: 14px;
		top: 16px;
	}
	header #menu .megamenu_wrapper > ul > li:nth-child(2):after {
		background-image: url(../images/ticket_icon_b.svg);
		width: 23.5px;
		height: 13.5px;
		top: 19px;
	}
	header #menu .megamenu_wrapper > ul > li:nth-child(3):after {
		background-image: url(../images/access_icon.svg);
		width: 16.5px;
		height: 20.5px;
		top: 17px;
	}
	header #menu .megamenu_wrapper > ul > li:nth-child(1) {
		background: #af9358;
	}
	header #menu .megamenu_wrapper > ul > li:nth-child(2) {
		background: #fff;
		margin-left: 1px;
		margin-right: 1px;
	}
	header #menu .megamenu_wrapper > ul > li:nth-child(3) {
		background: #003072;
	}
	header #menu .megamenu_wrapper > ul > li > a {
		font-size: 11px;
		color: #fff;
		min-height: 75px;
		box-sizing: border-box;
		text-decoration: none;
	}
	header #menu .megamenu_wrapper > ul > li:nth-child(1) > a {
		line-height: 16px;
		padding-top: 40px;
	}
	header #menu .megamenu_wrapper > ul > li:nth-child(2) > a {
		color: #003072;
	}
	header #menu .megamenu_wrapper > ul > li:nth-child(2) > a,
	header #menu .megamenu_wrapper > ul > li:nth-child(3) > a {
		padding-top: 50px;
	}
	header #menu .megamenu ul.megamenu_list > li > p a:hover {
		background: #fff !important;
	}
	header #menu .megamenu ul.megamenu_list {
		position: relative;
	}
	header #menu .megamenu ul.megamenu_list > li + li {
		margin-top: 1px;
	}
	header #menu .megamenu ul.megamenu_list > li.active {
		background: #fff;
	}
	header #menu .megamenu ul.megamenu_list > li > p a {
		padding: 12px 0 12px 65px;
		font-size: 13px;
	}
	header #menu .megamenu ul.megamenu_list > li > p a:before {
		top: 0;
		bottom: 0;
		left: 25px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	header #menu .megamenu ul.megamenu_list > li.active > p a:after {
		position: absolute;
		top: 0;
		bottom: -5px;
		right: 20px;
		margin: auto;
		width: 7px;
		height: 7px;
		border: 0px;
		border-top: solid 2px #004098;
		border-right: solid 2px #004098;
		content: '';
		transition: 0.2s;
		-webkit-transform:translateY(-50%) rotate(135deg);
		-ms-transform:translateY(-50%) rotate(135deg);
		transform:translateY(-50%) rotate(135deg);
	}
	header #menu .megamenu ul.megamenu_list > li > p a:after {
		position: absolute;
		top: 0;
		bottom: -5px;
		right: 20px;
		margin: auto;
		width: 7px;
		height: 7px;
		border: 0px;
		border-top: solid 2px #004098;
		border-right: solid 2px #004098;
		content: '';
		transition: 0.2s;
		-webkit-transform:translateY(-50%) rotate(135deg);
		-ms-transform:translateY(-50%) rotate(135deg);
		transform:translateY(-50%) rotate(135deg);
		background: none;
	}
	header #menu .megamenu ul.megamenu_list > li.move > p a:after {
		transform:  rotate(-45deg);
	}
	header #menu .megamenu ul.megamenu_list > li a:hover {
		opacity: 1;
	}
	header #menu .megamenu .megamenu_content {
		width: auto;
		height: auto;
		min-height: auto;
		position: static;
		display: block;
		background: #00347c;
	}
	header #menu .megamenu .megamenu_content_wrapper {
		width: auto;
		margin: 0 auto;
	}
	header #menu .megamenu .megamenu_content ul.megamenu_content_list {
		padding: 20px 0;
	}
	header #menu .megamenu .megamenu_content li {
		display: block;
		margin-left: 0;
		margin-bottom: 15px;
		padding-left: 65px;
		float: none;
	}
	header #menu .megamenu .megamenu_content li:last-child {
		margin-bottom: 0;
	}
	header #menu .megamenu .megamenu_content li a {
		width: auto;
		font-size: 12px;
		color: #fff;
		position: relative;
	}
	header #menu .megamenu .megamenu_content li a:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 6px;
		border-color: transparent transparent transparent #5accb7;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -15px;
		right: auto;
		margin: auto;
		border-radius: 0;
		background: none;
	}
	header #menu .megamenu .megamenu_content li a:after {
		display: none;
	}
	header #menu .megamenu .bottom_nav {
		margin-top: 25px;
		padding-bottom: 100px;
	}
	header #menu .megamenu .bottom_nav ul li {
		display: block;
		margin-left: 0;
		border-bottom: none;
		margin-bottom: 15px;
	}
	header #menu .megamenu .bottom_nav ul li a {
		display: inline-block;
		font-size: 12px;
		padding:0 3px 5px 3px;
		border-bottom: 1px solid #fff;
		text-decoration: none;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
main_visu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#main_visu .dir {
	display: block;
	width: 400px;
	font-size: 16px;
	margin: 0 auto 15px;
	position: relative;
}
#main_visu .dir::before {
	content: '';
	width: 47px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 145%;
	right: 0px;
	left: 0;
	margin: auto;
}
#main_visu h2 {
	text-align: center;
	padding-top: 123px;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#main_visu h2:after {
	content: '';
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-size: 32px 25px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 53px;
	right: 0;
	left: 0;
	margin: auto;
}
@media (max-width: 768px){
	#main_visu .dir {
		width: 300px;
		font-size: 0.9rem;
		letter-spacing: 2px;
		margin: 0 auto 10px;
	}
	#main_visu .dir::before {
		top: 120%;
	}
	#main_visu .dir::after {
		width: 63px;
		height: 2px;
		background-color: #fff;
		top: 0;
		left: 0;
	}
	#main_visu h2 {
		padding-top: 97px;
		font-size: 1.3rem;
		letter-spacing: 4px;
	}
	#main_visu h2:after {
		width: 42px;
		height: 42px;
		background-size: 24px 19px;
		top: 45px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bnr_area
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#bnr_area {
	background: #0c57b4;
	padding: 65px 0;
}
#bnr_area ul {
	width: 1010px;
	margin: 0 auto;
	text-align: center;
}
#bnr_area ul li {
	display: inline-block;
	margin-right: 17.5px;
}
#bnr_area ul li:last-child {
	margin-right: 0;
}
#bnr_area ul li a img {
	border: 1px solid #a89e88;
}
#bnr_area a:hover {
	opacity: 0.5 ;
}

@media (max-width: 768px){
	#bnr_area {
		padding: 40px 0;
	}
	#bnr_area ul {
		width: auto;
		margin: 0 25px;
		text-align: left;
		font-size: 0;
	}
	#bnr_area ul li {
		margin-right: 0;
		margin-bottom: 13px;
		width: calc(100% / 2 - 13px);
	}
	#bnr_area ul li:nth-child(even) {
		margin-left: 14px;
	}
	#bnr_area ul li:nth-child(n + 3) {
		margin-bottom: 0;
	}
	#bnr_area ul li img {
		width: 100%;
		max-width:100%;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
footer {
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
footer .foot_seaworld {
	background: #111439;
	padding: 50px 0 25px;
}
footer .foot_seaworld_wrapper,
footer .foot_granvista_wrapper {
	width: 1010px;
	margin: 0 auto;
}
footer .foot_seaworld h2 {
	display: inline-block;
	margin-bottom: 40px;
}
footer .foot_seaworld h2 a:hover {
	opacity: 0.7;
}
footer .foot_seaworld ul li {
	display: inline-block;
}
footer .foot_seaworld ul li a {
	color: #fff;
}
footer .foot_seaworld ul.sns_list {
	float: right;
	margin-top: 15px;
	height: 30px;
}
footer .foot_seaworld ul.sns_list a:hover {
	opacity: 0.5 ;
}
footer .foot_seaworld ul.sns_list li {
	margin-right: 20px;
	height: 30px;
}
footer .foot_seaworld ul.sns_list li:last-child {
	margin-right: 10px;
}
footer .foot_seaworld ul.sns_list li img {
	width: 30px;
	vertical-align: middle;
}
footer .foot_seaworld nav {
	margin-bottom: 30px;
}
footer .foot_seaworld nav ul li {
	font-size: 12px;
	width: 170px;
	padding-right: 15px;
	margin-bottom: 15px;
}
footer .foot_seaworld nav ul li a:hover {
	text-decoration: underline;
	color: #6dcdff;
}
footer .foot_seaworld .kamosea_inner ul li a:hover {
	text-decoration: underline;
	color: #6dcdff;
}
footer .foot_seaworld .kamosea_inner {
	border-top: 1px solid #fff;
	padding-top: 20px;
}
.korean footer .foot_seaworld .kamosea_inner {
	padding: 25px;
}
footer .foot_seaworld p.address {
	font-size: 12px;
	display: inline-block;
	color: #fff;
}
footer .foot_seaworld p.address a{
	color: #fff;
	text-decoration: none;
	pointer-events: none;
}

footer .foot_seaworld p.address span {
	font-size: 17px;
	font-weight: bold;
}
footer .foot_seaworld ul.nav_list {
	float: right;
	text-align: right;
}
footer .foot_seaworld ul.nav_list li {
	font-size: 10px;
	margin-right: 15px;
}
footer .foot_seaworld ul.nav_list li:last-child {
	margin-right: 5px;
}
footer .foot_seaworld .page-top{
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 45px;
	height: 45px;
	padding: 7px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 13px;
	border-radius: 50%;
	color: #fff;
	background-color: #a5a5a5;
	transition: .3s;
	z-index: 10000;
	text-decoration: none;
}
footer .foot_seaworld .page-top:hover {
	opacity: 0.7;
}
footer .foot_seaworld .page-top:after{
	position: absolute;
	top: -13px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	border: solid #fff;
	border-width: 2px 0 0 2px;
	content: "";
	-ms-transform: rotate(45deg) translate(3px,3px);
	transform: rotate(45deg) translate(3px,3px);
}
footer .footer_granvista {
	border: none;
}
footer .foot_granvista {
	background: #b8b9c4;
	padding: 30px 0 25px;
}
footer .foot_granvista .footlogo_inner {
	margin-bottom: 30px;
}
footer .foot_granvista .footlogo_l {
	float: left;
}
footer .foot_granvista .footlogo_r {
	float: right;
}
footer .foot_granvista .footlogo_r a + a img {
	margin-left: 20px;
}
footer .foot_granvista nav {
	color: #000;

}
footer .foot_granvista nav p {
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
footer .foot_granvista nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 250px;
	margin-bottom: 20px;
}
footer .foot_granvista nav ul li {
	display: block;
	margin-bottom: 10px;
}
footer .foot_granvista nav ul li a {
	font-size: 12px;
	color: #000;
}
footer .foot_granvista p.copyright {
	font-size: 10px;
	color: #000;
}
@media (max-width: 768px){
	footer .foot_seaworld {
		padding: 15px 0 25px;
	}
	footer .foot_seaworld_wrapper,
	footer .foot_granvista_wrapper {
		width: auto;
		margin: 0 25px;
	}
	footer .foot_seaworld h2 {
		margin-bottom: 30px;
	}
	footer .foot_seaworld h2 img {
		height: 36px;
	}
	footer .foot_seaworld ul.sns_list {
		margin-top: 10px;
	}
	footer .foot_seaworld ul.sns_list li {
		margin-right: 10px;
	}
	footer .foot_seaworld ul.sns_list li:last-child {
		margin-right: 0;
	}
	footer .foot_seaworld ul.sns_list li img {
		width: 20px;
	}
	footer .foot_seaworld nav ul {
		margin-bottom: 30px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-js-display: flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		height: 220px;
	}
	footer .foot_seaworld nav ul li {
		font-size: 9px;
		width: 50%;
		padding-right: 15px;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	footer .foot_seaworld .kamosea_inner {
		border-top: 1px solid #fff;
		padding-top: 30px;
		margin-bottom: 0;
		text-align: center;
	}
	.korean footer .foot_seaworld .kamosea_inner {
		padding-bottom: 25px;
	}
	footer .foot_seaworld p.address {
		font-size: 11px;
	}
	footer .foot_seaworld p.address span {
		font-size: 14px;
	}
	footer .foot_seaworld ul.nav_list {
		float: none;
		text-align: center;
	}
	footer .foot_seaworld ul.nav_list li {
		font-size: 8px;
		margin-right: 11px;
		font-weight: bold;
	}
	footer .foot_seaworld ul.nav_list li:last-child {
		margin-right: 0;
	}
	footer .foot_seaworld .page-top{
		right: 7px;
		bottom: 90px;
	}
	footer .foot_seaworld .page-top:after{
		position: absolute;
		top: -13px;
		right: 0;
		bottom: 0;
		left: 0;
		width: 18px;
		height: 18px;
		margin: auto;
		border: solid #fff;
		border-width: 2px 0 0 2px;
		content: "";
		-ms-transform: rotate(45deg) translate(3px,3px);
		transform: rotate(45deg) translate(3px,3px);
	}
	footer .footer_granvista {
		padding-bottom: 75px;
	}
	footer .foot_granvista {
		padding: 20px 0 110px;
	}
	footer .foot_granvista .footlogo_inner {
		margin-bottom: 35px;
	}
	footer .foot_granvista .footlogo_l {
		float: left;
	}
	footer .foot_granvista .footlogo_l img {
		width: 93px;
	}
	footer .foot_granvista .footlogo_r {
		float: right;
	}
	footer .foot_granvista .footlogo_r a img {
		margin-left: 15px;
		width: 114px;
	}
	footer .foot_granvista .footlogo_r a + a img {
		margin-left: 15px;
		width: 65px;
	}
	footer .foot_granvista nav p {
		font-size: 10px;
		font-weight: normal;
		padding-bottom: 12px;
		margin-bottom: 15px;
	}
	footer .foot_granvista nav ul {
		height: 400px;
		margin-bottom: 20px;
	}
	footer .foot_granvista nav ul li {
		margin-bottom: 10px;
		width: calc(50% - 5px);
		line-height: 16px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	footer .foot_granvista nav ul li a {
		font-size: 9px;
	}
	footer .foot_granvista p.copyright {
		font-size: 8px;
		text-align: center;
	}
	footer .foot_nav {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
	}
	footer .foot_nav ul li {
		width: calc(100% / 4);
		background: #004098;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		float: left;
		box-sizing: border-box;
		text-align: center;
		line-height: 14px;
		position: relative;
	}
	footer .foot_nav ul li:last-child {
		border-right: none;
	}
	footer .foot_nav ul li:before {
		content: '';
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		top: 8px;
		left: 0;
		right: 0;
		margin: auto;
		transform: translateX(1px);
		background-repeat: no-repeat;
		background-position: center;
	}
	footer .foot_nav ul li:nth-child(1):before {
		background-image: url(../images/foot_nav_icon01.svg);
		background-size: 23px 11.5px;
	}
	footer .foot_nav ul li:nth-child(2):before {
		background-image: url(../images/foot_nav_icon02.svg);
		background-size: 13.5px 17.5px;
	}
	footer .foot_nav ul li:nth-child(3):before {
		background-image: url(../images/foot_nav_icon03.svg);
		background-size: 15px 13.5px;
	}
	footer .foot_nav ul li:nth-child(4):before {
		background-image: url(../images/foot_nav_icon04.svg);
		background-size: 20.5px 9.5px;
	}
	footer .foot_nav ul li a {
		display: block;
		height: 80px;
		padding-top: 45px;
		box-sizing: border-box;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	footer .foot_nav ul li:nth-child(2) a {
		padding-top: 55px;
	}
}
@media (max-width: 320px){
	footer .foot_granvista .footlogo_l img {
		margin-bottom: 12px;
	}
	footer .foot_granvista .footlogo_r {
		float: left;
	}
	footer .foot_granvista .footlogo_r a img {
		margin-left: 0px;
	}
}
