@charset "UTF-8";
#cover .t p, #point h2, #introduction p, #features .head h2, #features .foot h2, #features .feature .t, #townGuide .head, #facilities .facility .t { font-family: "YakuHanMP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Noto Serif JP", serif; }

#cover .t, #introduction, #features .head h2, #features .foot h2, #features .feature .t, #facilities .facility .t { font-feature-settings: "palt"; letter-spacing: 0.025em; }

#grandHeader { position: absolute; }

#cover { min-height: 100vh; background-color: #000; color: #fff; text-align: center; position: relative; overflow: hidden; }
#cover .video { position: relative; width: 100vw; height: 100vh; overflow: hidden; }
#cover .video::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 54, 102, 0.3); }
#cover .video video { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; }
@media (max-aspect-ratio: 16 / 9) { #cover .video video { width: auto; height: 100%; } }
#cover .t { position: absolute; top: 50vh; left: 12.5vw; width: 75vw; text-align: center; }
#cover .t h2 { max-width: 720px; margin: auto; }
#cover .t h2 img { width: 100%; height: auto; vertical-align: top; }
#cover .t h2 img { margin-top: -16.666%; }
#cover .t p { line-height: 1.5; padding: 1em 0; border-color: rgba(255, 255, 255, 0.4); border-style: solid; border-width: 1px 0; }

#point { text-align: center; color: #003666; padding: 3.125% 6.25%; width: 100%; box-sizing: border-box; }
#point::after { content: ""; display: block; clear: both; }
#point h2 { font-size: 1.5rem; padding: 0.25em; border-color: rgba(0, 54, 102, 0.4); border-style: solid; border-width: 1px 0; }
#point p { line-height: 1.5; }
#point ul { list-style: none; padding: 0; margin: auto; }
#point ul li { display: inline-block; margin: 0.15em auto; line-height: 1.2; }
#point ul li:nth-last-of-type(n + 2):after { content: "／"; margin: 0 0.2em; font-weight: 200; opacity: 0.4; }
#point ul li small { display: inline-block; }
#point strong { font-size: 200%; font-weight: 500; }
#point .multi { font-weight: 500; }
#point .area { font-size: 125%; }
#point .area sup { line-height: 3; margin-right: -1em; }
#point .area .markerLine { height: 4px; margin-top: 1em; background-color: transparent; background-image: linear-gradient(to right, #91ecb7, #49acf8); }

#lifeImage { overflow: hidden; }
#lifeImage > .c { width: 200%; }
#lifeImage > .c::after { content: ""; display: block; clear: both; }
#lifeImage > .c .i { float: left; width: 12.5%; padding: 5px; box-sizing: border-box; }
#lifeImage > .c .i img { width: 100%; height: auto; vertical-align: top; }

#introduction { padding: 12.5% 10% 2%; text-align: center; color: #003666; }
#introduction h2::before { content: ""; display: block; width: 2em; height: 2em; background-image: url(../../images/icon/flag.svg); background-size: contain; margin: auto; margin-bottom: 0.5em; }
#introduction h2 .dot { display: inline-block; position: relative; }
#introduction h2 .dot::after { content: "・"; display: block; position: absolute; top: -0.8em; left: 0; width: 100%; text-align: center; font-size: 62.5%; color: #f74; }
@media screen { #introduction h2 .dot::after { transition: opacity 1s; }
  #introduction .hide h2 .dot::after { opacity: 0; } }
#introduction p { font-size: 14px; line-height: 3; letter-spacing: 0.1em; margin-top: 2em; }
#introduction p .markerLine { left: -0.1em; }

#features { text-align: center; color: #003666; }
#features .head, #features .foot { background-color: #c8e9f6; padding: 6.25%; }
#features .head small, #features .foot small { font-size: 75%; }
#features .linkAria { display: block; margin: auto; color: #003666; text-decoration: none; }
#features .linkAria:hover .linkBtn { color: #fff; background-color: #003666; }
#features .feature { max-width: 1280px; width: 87.5%; padding: 0 0 12.5%; margin: 6.25% auto; position: relative; }
#features .feature::after { content: ""; display: block; clear: both; }
#features .feature .t { position: relative; }
#features .feature .t .new { display: inline-block; text-align: center; padding: 5px 10px; box-sizing: border-box; background: #BF0003; color: #fff; font-size: 0.7rem; line-height: 100%; margin-bottom: 20px; }
#features .feature .t .ureshi { display: inline-block; margin: auto; margin-top: 10%; }
@media (max-width: 600px) { #features .feature .t .ureshi { font-size: 12px; margin-top: 5%; } }
#features .feature .i { width: 68.75%; text-align: left; position: relative; }
#features .feature .i img { width: 100%; height: auto; vertical-align: top; }
#features .feature .i .caption { position: absolute; bottom: -2em; }
#features .feature .t { overflow: hidden; position: absolute; min-height: 56.25%; width: 34.625%; padding: 6.25%; box-sizing: border-box; bottom: 0; }
#features .feature:nth-of-type(odd) .i { margin-right: auto; }
#features .feature:nth-of-type(odd) .i .caption { left: 0; }
#features .feature:nth-of-type(odd) .t { right: 0; }
#features .feature:nth-of-type(even) .i { margin-left: auto; }
#features .feature:nth-of-type(even) .i .caption { right: 0; }
#features .feature:nth-of-type(even) .t { left: 0; }
@media (max-width: 800px) { #features .feature { padding: 0; }
  #features .feature .i { width: 87.5%; }
  #features .feature .t { position: relative; min-height: none; width: 75%; margin-top: -6.25%; }
  #features .feature:nth-of-type(odd) .t { margin-left: auto; }
  #features .feature:nth-of-type(even) .t { margin-right: auto; } }
#features .feature .t { font-size: 1rem; text-align: left; }
#features .feature .t h3 { font-size: 6.25vw; line-height: 1; margin: 0; }
@media (min-width: 1280px) { #features .feature .t h3 { font-size: 96px; } }
@media (max-width: 768px) { #features .feature .t h3 { font-size: 48px; } }
#features .feature .t h3 img { height: 1em; width: auto; vertical-align: text-bottom; }
#features .feature .t h3 span { display: block; font-size: 18.75%; margin-bottom: 1em; }
#features .feature .t h3 + p { margin-top: 1em; }
#features .feature .t p { line-height: 1.5; }
#features .feature:nth-child(1) .t { background-color: rgba(204, 240, 220, 0.8); }
#features .feature:nth-child(2) .t { background-color: rgba(240, 229, 232, 0.8); }
#features .feature:nth-child(3) .t { background-color: rgba(204, 240, 220, 0.8); }
#features .feature:nth-child(4) .t { background-color: rgba(197, 232, 240, 0.8); }
#features .feature:nth-child(5) .t { background-color: rgba(237, 237, 227, 0.8); }
#features .feature:nth-child(6) .t { background-color: rgba(192, 224, 242, 0.8); }
@media screen { #features .feature { transition: opacity 1s; }
  #features .feature .i, #features .feature .t { transition: transform 1s; transition-timing-function: cubic-bezier(0, 0.75, 0.25, 1); }
  #features .feature.hide { opacity: 0; }
  #features .feature.hide:nth-of-type(odd) .i { transform: translate(50%); }
  #features .feature.hide:nth-of-type(odd) .t { transform: translate(-50%); }
  #features .feature.hide:nth-of-type(even) .i { transform: translate(-50%); }
  #features .feature.hide:nth-of-type(even) .t { transform: translate(50%); } }

#townGuide { padding-top: 6.25%; padding-bottom: 6.25%; background-image: linear-gradient(to right top, #e8fbf0, #abd9fc); text-align: center; }
#townGuide .head { color: #003666; width: 80%; min-width: 280px; margin: auto; }
#townGuide .head strong { font-size: 130%; line-height: 1; }
#townGuide .logo, #townGuide .debut { margin: 2em auto; }
#townGuide .logo img, #townGuide .debut img { width: 100%; height: auto; vertical-align: top; }
#townGuide .logo { width: 75%; max-width: 507px; }
#townGuide .debut { width: 50%; max-width: 150px; }

#facilities .prev, #facilities .next { position: absolute; top: 170%; margin: 0 -1rem; margin-top: 2rem; z-index: 200; }
#facilities .prev::before, #facilities .next::before { width: 50px; height: 50px; }
@media (max-width: 720px) { #facilities .prev::before, #facilities .next::before { width: 30px; height: 30px; } }
#facilities .prev::after, #facilities .next::after { position: absolute; top: 12%; left: 12%; z-index: 0; content: ''; width: 50px; height: 50px; display: block; border: 2px solid; border-width: 2px 2px 0 0; border-radius: 2px; border-color: rgba(0, 0, 0, 0.5); box-sizing: border-box; }
@media (max-width: 720px) { #facilities .prev::after, #facilities .next::after { width: 30px; height: 30px; top: 18%; left: 18%; } }
#facilities .prev { left: -10%; }
@media (max-width: 720px) { #facilities .prev { left: -7.5%; } }
#facilities .prev::after { animation: arrow_motion_prev 2.5s ease 0s infinite; }
@keyframes arrow_motion_prev { 0% { opacity: 0; transform: translateX(50%) rotate(-135deg); }
  40% { opacity: 1; }
  80% { opacity: 0; transform: translateX(0%) rotate(-135deg); }
  100% { opacity: 0; } }
#facilities .next { right: -10%; }
@media (max-width: 720px) { #facilities .next { right: -7.5%; } }
#facilities .next::after { animation: arrow_motion_next 2.5s ease 0s infinite; }
@keyframes arrow_motion_next { 0% { opacity: 0; transform: translateX(-50%) rotate(45deg); }
  40% { opacity: 1; }
  80% { opacity: 0; transform: translateX(0%) rotate(45deg); }
  100% { opacity: 0; } }
#facilities .slide { position: relative; z-index: 1; max-width: 560px; min-width: 280px; width: 50%; margin: auto; }
#facilities .slide::before { content: ""; display: block; margin-top: -6.25%; padding-bottom: 57.1428571429%; margin-bottom: 64.2857142857%; }
#facilities .facility .i, #facilities .facility .t { position: absolute; }
#facilities .facility .i { top: 0; left: 0; width: 100%; }
#facilities .facility .i img { width: 100%; height: auto; vertical-align: top; }
#facilities .facility .t { z-index: 100; top: 200%; left: 0; right: 0; margin: auto; width: 80%; max-width: 400px; box-sizing: border-box; margin-top: -2em; padding: 1em 2em; background-color: #fff; text-align: center; }
@media (max-width: 720px) { #facilities .facility .t { width: 90%; padding: 1em; margin-top: -1em; } }
#facilities .facility .t h3, #facilities .facility .t p { margin: auto; }
#facilities .facility .t h3 { color: #0077cc; }
#facilities .facility .t h3::before { content: ""; display: block; width: 48px; height: 48px; background-image: url(../../images/icon/flag.svg); background-size: contain; margin: -48px auto 0; }
#facilities .facility .t p { color: #003666; font-size: 87.5%; line-height: 1.5; margin-top: 0.5em; }

#birdview { max-width: 1080px; margin: auto; margin-top: 24em; position: relative; }
@media (max-width: 600px) { #birdview { margin-top: 18em; } }
#birdview img { width: 100%; height: auto; vertical-align: top; }
#birdview img { width: 100%; margin: 0; }
#birdview svg { position: absolute; left: 0%; top: 0; width: 100%; height: 100%; }
#birdview svg .flag { cursor: pointer; }
#birdview svg .flag.current { opacity: 0.5; }
#birdview span.note { position: absolute; left: 3%; bottom: 3%; }
@media (max-width: 400px) { #birdview span.note { bottom: 8%; } }

.topopbana { opacity: 0; position: relative; z-index: 200; }
.topopbana.active { animation: topbana_motion 1.2s ease-out 1.5s forwards; }
@keyframes topbana_motion { 0% { opacity: 0; }
  100% { opacity: 1; } }
.topopbana.close { animation: fadeOut 1s; animation-fill-mode: both; }
@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
.topopbana.none .banaarea { display: none; }
.topopbana.none::after { display: none; }
.topopbana::after { content: ""; position: fixed; background: rgba(255, 255, 255, 0.8); width: 100%; height: 100vh; z-index: 90; top: 0; left: 0; }
.topopbana .banaarea { position: fixed; z-index: 100; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); margin: 0; width: 90%; max-width: 960px; }
.topopbana a { position: relative; width: 100%; margin: 0; }
.topopbana #closebtn { position: absolute; display: block; right: 0; top: 0; transform: translateX(72%) translateY(-72%); border: 2px solid #000; width: 40px; line-height: 32px; height: 40px; color: #000; box-sizing: border-box; font-size: 20px; z-index: 105; background: #fff; box-sizing: border-box; border-radius: 40px; padding: 0 !important; text-align: center; cursor: pointer; }
.topopbana .gonext { font-size: 22px; margin-top: 18px; margin-bottom: -10px !important; }











