@import url("default.css");

* {-webkit-text-size-adjust:100%;}
a:link {text-decoration:none; color:#000;}
a:visited{text-decoration:none; color:#000;}
a:hover{text-decoration:none; color:#000;}
a:active{text-decoration:none; color:#000;}

.grecaptcha-badge { opacity: 0; pointer-events: none; }
.full-width { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
.allWrapper { overflow: hidden; }
.container-fluid { max-width: 1180px; }

body { font-size: 15px; min-width: 1180px; line-height: 1.8; color: #000; background-color: #fff; font-family: "fot-tsukuardgothic-std", sans-serif; font-weight: 400; }
header { position: fixed; left: 0; top: 0; width: 100%; z-index: 100; background: #fff; padding: 0 25px; transition: .3s; }
header .logo img { height: 66px; }
header .wrap { display: flex; justify-content: space-between; align-items: center; }
header .gnav ul { display: flex; align-items: center; }
header .gnav ul li { padding: 0 12px; }
header .gnav ul a { padding: 25px 0; display: block; position: relative; transition: .3s; }
header .gnav ul .language-button { background-color: #fff; font-weight: bold; font-size: 13px; box-shadow: 0 0 3px rgba(0,0,0,.2); border-radius: 100px; padding: 4px 22px; display: block; }
header .gnav ul .search-button { cursor: pointer; }
header .search-wrapper { position: absolute; left: 0; top: 100%; width: 100%; background: #002870; padding: 30px; display: none; }
header .search-wrapper form { display: flex; justify-content: center; }
header .search-wrapper form .search-input { height: 60px; width: 400px; padding: 5px 10px; border: none; border-radius: 5px 0 0 5px; font-size: 18px; font-weight: bold; }
header .search-wrapper form .search-input:focus { outline: none; }
header .search-wrapper form .search-submit { border: none; width: 60px; height: 60px; border-radius: 0 5px 5px 0; cursor: pointer; }
header .search-wrapper .close-btn { position: absolute; right: 15px; top: 15px; width: 32px; height: 32px; cursor: pointer; z-index: 10; display: inline-block; background: transparent; }
header .search-wrapper .close-btn:before,
header .search-wrapper .close-btn:after { content: ""; position: absolute; left: 50%; top: 50%; width: 18px; height: 2px; background-color: #fff; /* 目立たせたい色に変更可 */ transform-origin: center; transform: translate(-50%, -50%) rotate(45deg); border-radius: 1px; }
header .search-wrapper .close-btn:after { transform: translate(-50%, -50%) rotate(-45deg); }
header .search-wrapper .close-btn:hover:before,
header .search-wrapper .close-btn:hover:after { background-color: #ffffff; }
header .menu-trg-area { position: fixed; top: 10px; right: 15px; margin: auto; display: none; width: 40px; height: 40px; border-radius: 3px; cursor: pointer;}
header .menu-trigger,
header .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box;}
header .menu-trigger { position: absolute; top: 10px; width: 28px; height: 20px; z-index: 2; left: 0; right: 0; margin: auto;}
header .menu-trigger span { position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; }
header .menu-trigger span:nth-of-type(1) { top: 0;}
header .menu-trigger span:nth-of-type(2) { top: 9px;}
header .menu-trigger span:nth-of-type(3) { bottom: 0;}
header .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top: -11px;}
header .menu-trigger.active span:nth-of-type(2) { left: 50%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards;}
header .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); bottom: -11px;}
footer { background-color: #002870; color: #fff; padding: 45px 0 60px; }
footer .footer-wrapper { display: flex; align-items: flex-end; justify-content: space-between; }
footer .contents { padding-right: 70px; width: 40%; }
footer .menus { width: 39%; }
footer .banners { width: 21%; }
footer .name { margin-bottom: 12px; font-size: 19px; line-height: 1.49; font-weight: bold; }
footer .address { font-size: 17px; line-height: 1.67; }
footer .copyright { font-size: 13px; }
footer .footer-menu { display: flex; flex-wrap: wrap; }
footer .footer-menu > li { width: 30%; margin-bottom: 15px; }
footer .footer-menu > li:nth-child(3) { width: 40%; }

main { padding-top: 95px; }
.color-white { color: #fff; }
.bg-diagonal { background-image: repeating-linear-gradient(45deg, #b3b3b3 0, #b3b3b3 1px, transparent 0, transparent 50%); background-size: 14px 14px; }
.bg-diagonal-black { background-color: #000; background-image: repeating-linear-gradient(45deg, #6e3514 0, #6e3514 1px, transparent 0, transparent 50%); background-size: 14px 14px; }
.arrow-link { display: inline-block; }
.arrow-link .en { font-size: 12px; position: relative; display: inline-block; border-bottom: 1px solid #000; padding-right: 15px; min-width: 105px; font-weight: bold; font-family: HelveticaNeue; }
.arrow-link .en:before { content: ""; position: absolute; right: -2px; bottom: 2px; width: 10px; height: 1px; background-color: #000; transform: rotate(45deg); }
.arrow-link .jp { font-size: 9px; margin-top: 2px; }
.arrow-link.white { color: #fff; }
.arrow-link.white .en { border-color: #fff; }
.arrow-link.white .en:before { background-color: #fff; }
.firstview { position: relative; display: flex; flex-wrap: wrap; padding-bottom: 70px; }
.firstview:before { content: ""; position: absolute; right: 0; bottom: 0; width: 70%; height: calc(100% - 70px); background-image: repeating-linear-gradient(45deg, #b3b3b3 0, #b3b3b3 1px, transparent 0, transparent 50%); background-size: 14px 14px; background-color: #ffffff; border-radius: 0 0 0 25px; }
.firstview .main-slider { width: 70%; position: relative; overflow: hidden; border-radius: 0 25px 25px 0; background-color: #000; }
.firstview .main-slider figure { padding-top: 60%; }
.firstview .fv-label { position: absolute; left: 5%; bottom: 0; width: 18%; }
.firstview .fv-label img { width: 100%; }
.firstview .fv-logo { width: 30%; display: flex; align-items: flex-end; justify-content: center; position: relative; padding-bottom: 40px; }
.firstview .fv-logo img { width: 65%; }
.sec-title { text-align: center; display: inline-block; }
.sec-title .en { font-size: 54px; letter-spacing: 0; font-weight: bold; line-height: 1; font-family: HelveticaNeue; }
.sec-title .jp { position: relative; font-size: 18px; font-weight: bold; display: flex; align-items: center; justify-content: center; }
.sec-title .jp:before { content: ""; display: block; width: 4px; height: 4px; border-radius: 100%; background-color: #000; margin: 0 8px; }
.sec-title .jp:after { content: ""; display: block; width: 4px; height: 4px; border-radius: 100%; background-color: #000; margin: 0 8px; }
.sec-title.color-white .jp:before,
.sec-title.color-white .jp:after { background-color: #fff; }
.section-about .detail { font-size: 22px; line-height: 2.2; }
.marker { background-color: #fff; padding: 3px 0; }
.news-list li a { display: flex; background-image: radial-gradient(circle, #000000 1px, transparent 1px); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; padding: 25px 70px 25px 0; font-size: 21px; align-items: center; position: relative; }
.news-list li:last-child a { background: none; }
.news-list .date { width: 135px; }
.news-list .cat { width: 105px; }
.news-list .title { width: calc(100% - 240px); padding-left: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-list .arrow { width: 35px; height: 1px; background-color: #000; position: absolute; right: 0; bottom: 0; top: 14px; margin: auto 0; }
.news-list .arrow:before { content: ""; position: absolute; right: -1px; top: -3.5px; width: 9px; height: 1px; background-color: #000; transform: rotate(45deg); }
.cat-label { font-size: 15px; width: 90px; border: 1px solid #000; border-radius: 100px; text-align: center; }
.section-facility { background-color: #002870; overflow: hidden; position: relative; }
.section-facility .circle { position: absolute; width: 150px; height: 150px; border-radius: 100%; background: rgba(255,255,255,.25); }
.section-facility .circle1 { left: -50px; top: 30px; width: 130px; height: 130px; }
.section-facility .circle2 { right: 50%; left: 0; top: -50px; margin: 0 auto; width: 100px; height: 100px; }
.section-facility .circle3 { right: -75px; top: -60px; width: 160px; height: 160px; }
.section-facility .circle4 { left: 60px; bottom: -45px; width: 90px; height: 90px; }
.section-facility .circle5 { right: 80px; bottom: -40px; width: 90px; height: 90px; }
.circle-wrapper { display: flex; align-items: flex-start; }
.circle-wrapper li { position: relative; text-align: center; }
.circle-wrapper li:before { content: ""; position: absolute; left: -7.5%; top: -3%; right: 0; bottom: 0; margin: auto; background: rgba(255,255,255,.7); border-radius: 100%; padding-top: 115%; width: 115%; }
.circle-wrapper li > div { position: relative; z-index: 2; }
.circle-wrapper li:nth-child(1) { width: 25%; margin-top: 5%; }
.circle-wrapper li:nth-child(2) { width: 30%; color: #fff; margin-top: 13%; }
.circle-wrapper li:nth-child(3) { width: 22%; margin-left: 7%; margin-top: 9%; margin-right: -2%; }
.circle-wrapper li:nth-child(4) { width: 19%; color: #fff; }
.circle-wrapper li:nth-child(2):before { background: rgba(255,255,255,.25); }
.circle-wrapper li:nth-child(4):before { background: rgba(255,255,255,.25); }
.circle-wrapper .label { font-size: 21px; }
.circle-wrapper .detail { font-size: 18px; line-height: 1.4; font-weight: bold; letter-spacing: 0; }
.circle-wrapper .detail .lg { font-size: 32px; }
.section-floor { position: relative; }
.section-floor:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 85px; background-color: #fff; }
.floor-map { margin-top: -3%; position: relative; z-index: 1; text-align: center; }
.bg-title { padding-top: 45px; overflow: hidden; text-align: center; position: relative; padding-bottom: 30px; }
.bg-title:before { content: ""; position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; width: 870px; height: 870px; border-radius: 100%; background-image: repeating-linear-gradient(45deg, #b3b3b3 0, #b3b3b3 1px, transparent 0, transparent 50%); background-size: 14px 14px; }
.bg-title .en { position: relative; font-size: 38px; font-weight: bold; font-family: HelveticaNeue; line-height: 1.4; }
.bg-title .jp { position: relative; font-size: 18px; }
.floor-list { display: flex; flex-wrap: wrap; justify-content: center; margin-left: -1px; margin-right: -1px; }
.floor-list li { width: 50%; text-align: center; border: 1px solid #fff; position: relative; }
.floor-list .photo { position: relative; padding-top: 58%; }
.floor-list .photo img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.floor-list .label { position: absolute; right: 0; bottom: 0; background-color: #fff; display: flex; padding: 3px 10px; border-radius: 8px 0 0 0; }
.floor-list .label p { display: flex; align-items: center; font-size: 18px; }
.floor-list .label p + p { margin-left: 13px; }
.floor-list .label span { width: 18px; height: 18px; background-color: #eb5f12; border-radius: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 12px; margin-right: 5px; }
.section-movie { background-color: #000; padding: 90px 0 100px; position: relative; }
.movie-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.movie-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border-radius: 10px; }
.movie-slider .slick-dots { position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -56px; display: flex !important; justify-content: center; padding: 0; margin: 0; list-style: none; }
.movie-slider .slick-dots li { margin: 0 8px; }
.movie-slider .slick-dots li button:before { display: none; }
.movie-slider .slick-dots .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4); display: block; margin-bottom: 6px; box-shadow: none; }
.movie-slider .slick-dots li.slick-active .dot { background: rgba(255,255,255,1); }
.movie-slider .slick-dots .dot-label { font-size: 12px; color: rgba(255,255,255,0.9); position: relative; right: 2px; top: 5px; }
.movie-slider .slick-dots li.slick-active .dot-label { color: rgba(255,255,255,1); }
.access-wrapper { position: relative; padding: 55px 0 45px; }
.access-wrapper .access-detail { }
.access-wrapper .title-wrapper { background-color: #fff; padding: 3px 5px; }
.access-wrapper .iframe-map { height: 100%; width: 100%; display: block; position: absolute; top: 0; right: 0; width: calc(50% + 120px); }
.about-dl { display: flex; flex-wrap: wrap; align-items: center; background-color: #fff; border-radius: 25px; padding: 30px; }
.about-dl dt { width: 107px; }
.about-dl dd { width: calc(100% - 107px); font-size: 15px; line-height: 1.8; padding-left: 30px; }
.news-date { color: #999; }
.news-title { border-bottom: 1px solid #ddd; font-size: 20px; font-weight: bold; padding-bottom: 15px; margin-bottom: 15px; }
.default-button { background-color: #eb5f12; color: #fff!important; width: 250px; max-width: 100%; padding: 10px 15px; border-radius: 5px; display: inline-block; font-weight: bold; }

@media (max-width: 767px) {
	body { min-width: 375px; font-size: 13px; }
	main { padding-top: 60px; }
	header { padding: 0 15px; background: rgba(255,255,255,.9); }
	header .wrap { height: 60px; }
	header .logo img { height: 35px; }
	header .gnav { position: fixed; left: 0; top: 0; width: 100%; top: 60px; background: rgba(255,255,255,.9); height: 100%; opacity: 0; visibility: hidden; transition: .3s; overflow: auto; padding-bottom: 30px; }
	header .gnav.active { opacity: 1; visibility: visible; }
	header .gnav ul { display: block; padding: 15px 30px; max-width: 100%; width: 300px; margin: 0 auto; }
	header .gnav ul li { padding-left: 0; padding-right: 0; }
	header .gnav ul a { padding: 10px 0; }
	header .arrow-link .en { min-width: 0; width: 100%; }
	header .menu-trg-area { display: block; }
	header .search-button { position: absolute; right: 70px; top: 17px; }
	header .gnav ul .language-button { margin-top: 20px; }
	.firstview { padding-bottom: 5%; }
	.firstview .main-slider { width: 80%; }
	.firstview .fv-logo { width: 20%; }
	.firstview .fv-label { width: 20%; }
	.sec-title .en { font-size: 24px; }
	.sec-title .jp { font-size: 14px; }
	.sec-title .jp:before,
	.sec-title .jp:after { width: 3px; height: 3px; margin: 0 4px; }
	.cat-label { font-size: 13px; }
	.news-list li a { font-size: 15px; flex-wrap: wrap; padding: 15px 40px 15px 0; }
	.news-list .date { width: 100px; }
	.news-list .cat { width: calc(100% - 100px); }
	.news-list .title { width: 100%; padding-left: 0; margin-top: 5px; }
	.news-list .arrow { width: 25px; bottom: -22px; }
	.sp200 { width: 200px; }
	.section-about .detail { font-size: 18px; line-height: 1.9; text-align: center; }
	.about-dl { display: block; padding: 20px; }
	.about-dl dt { width: 80px; margin: 0 auto 20px; }
	.about-dl dd { width: 100%; padding: 0; font-size: 15px; }
	.circle-wrapper { flex-wrap: wrap; }
	.circle-wrapper li { width: 50%!important; margin: 0!important; }
	.circle-wrapper li:nth-child(2) { margin-top: 15%!important;}
	.circle-wrapper li:nth-child(3) { margin-top: 7%!important; }
	.circle-wrapper li:nth-child(4) { margin-top: 32%!important; }
	.circle-wrapper li:before { left: 50%; top: 50%; transform: translate(calc(-50%), calc(-50%)); right: auto; bottom: auto; }
	.circle-wrapper .detail { font-size: 13px; }
	.circle-wrapper .label { font-size: 16px; }
	.circle-wrapper .detail .lg { font-size: 20px; }
	.floor-map { margin-top: 0; }
	.bg-title { padding-bottom: 20px; }
	.bg-title .en { font-size: 24px; }
	.bg-title:before { width: 100%; height: 200px; }
	.floor-list li { width: 100%; }
	.floor-list .label p { font-size: 15px; }
	.section-movie { padding: 60px 0 60px; }
	.movie-slider .slick-dots { bottom: -40px; }
	.access-wrapper { padding-bottom: 0; }
	.access-wrapper .iframe-map { position: static; width: 100%; height: 250px; margin-top: 30px; }
	.access-wrapper .logo img { height: 35px; }
	footer { padding-bottom: 20px; }
	footer .logo img { height: 35px; }
	footer .footer-wrapper { flex-wrap: wrap; }
	footer .contents { width: 100%; padding-right: 0; }
	footer .menus { width: 100%; margin-top: 30px; }
	footer .footer-menu > li { width: 33.3333%!important; }
	footer .name { font-size: 15px; }
	footer .address { font-size: 14px; }
	footer .copyright { font-size: 10px; text-align: center; }
}
