@charset "UTF-8";
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

ul, ol {
  padding: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  font-family: Lucida Grande,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }
  a:focus {
    outline: 0; }
  a:not {
    text-decoration-skip-ink: auto; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: none; }

article > * + * {
  margin-top: 1em; }

input, button, textarea, select {
  font: inherit;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
html, body {
  font-size: 10px; }

.l-container {
  font-size: 1.6rem;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  position: relative;
  padding: 78px 0 62px;
  line-height: 1.75;
  overflow-x: hidden;
  width: 100%; }
  .l-container__inner {
    max-width: 1100px;
    margin: 0 auto; }
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #FFF;
  padding: 15px 20px;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #DDD; }
  .l-header__logo img {
    width: 173.4px;
    display: block;
    margin-bottom: 5px; }
  .l-header__logo span {
    display: block;
    color: #15609E;
    font-size: 1.2rem; }
  .l-header__btns {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .5s; }
    .l-header__btns.show {
      opacity: 1;
      pointer-events: inherit; }
    .l-header__btns a {
      flex-basis: 50%;
      max-width: 50%;
      padding: 0.75em;
      font-size: 1.6rem; }
  .l-header__menu {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative; }
    .l-header__menu::before, .l-header__menu::after {
      content: ""; }
    .l-header__menu::before, .l-header__menu::after, .l-header__menu span {
      display: block;
      width: 100%;
      height: 2px;
      background: #333;
      border-radius: 2px;
      transition: .5s; }
    .l-header__menu.open span {
      opacity: 0; }
    .l-header__menu.open::before, .l-header__menu.open::after {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px; }
    .l-header__menu.open::before {
      transform: rotate(-45deg); }
    .l-header__menu.open::after {
      transform: rotate(45deg); }
  .l-header__gnav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: calc(100vh - 78px);
    margin-top: 1px;
    display: none; }
    .l-header__gnav.open {
      display: block; }
    .l-header__gnav ul {
      background: #FFF;
      position: relative;
      z-index: 2;
      padding: 5px 15px 40px; }
    .l-header__gnav li {
      border-bottom: 1px solid #DDD; }
    .l-header__gnav a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px; }
      .l-header__gnav a::after {
        content: "";
        width: 0.6em;
        height: 0.6em;
        transform: rotate(-45deg); }
    .l-header__gnav-en {
      font-size: 2.2rem;
      letter-spacing: 0.025em;
      display: block;
      line-height: 1.1; }
    .l-header__gnav-jp {
      font-size: 1.2rem; }
    .l-header__gnav-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.9);
      z-index: 1; }
.l-contents {
  position: relative;
  z-index: 1; }
.l-footer__top {
  background: #E9E9E9;
  padding: 40px 20px;
  text-align: center; }
  .l-footer__top-logo {
    width: 216.75px;
    display: block;
    margin: 0 auto 10px; }
.l-footer__tel {
  display: inline-block;
  color: #111;
  font-size: 4.125rem;
  font-weight: bold; }
  .l-footer__tel::before {
    content: "";
    display: inline-block;
    width: 0.7090909091em;
    height: 0.7090909091em;
    margin-right: 0.3090909091em;
    background: url("../image/ico_tel_01.svg") no-repeat center/contain; }
.l-footer__hours {
  display: block; }
.l-footer__info {
  margin-top: 20px;
  text-align: left; }
.l-footer__btm {
  padding: 20px;
  background: #FFF;
  text-align: center; }
  .l-footer__btm-logo {
    width: 140px; }
.l-footer__copyright {
  display: block;
  font-size: 1rem;
  margin-top: 5px; }
@media print, screen and (min-width: 641px) {
  .l-header {
    padding: 25px 0 0; }
    .l-header, .l-header * {
      transition: .5s; }
    .l-header__logo {
      margin-left: 30px; }
      .l-header__logo strong {
        font-size: 1.1rem;
        font-weight: normal;
        display: block;
        margin-bottom: 8px; }
      .l-header__logo img {
        width: 289px;
        display: inline-block;
        margin: 0 24px 0 0; }
      .l-header__logo h1 {
        display: flex;
        align-items: flex-end; }
      .l-header__logo span {
        font-size: 2rem;
        letter-spacing: 0.025em; }
    .l-header__btns {
      position: relative;
      bottom: auto;
      left: auto;
      opacity: 1;
      pointer-events: inherit;
      margin-right: 30px;
      flex-basis: 264px;
      max-width: 264px; }
      .l-header__btns a {
        border-radius: none;
        box-shadow: none;
        display: block; }
        .l-header__btns a::before {
          margin: 0 auto 5px; }
    .l-header__gnav {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      height: auto;
      display: block;
      border-top: 1px solid #DDD;
      margin-top: 25px; }
      .l-header__gnav ul {
        padding: 0;
        display: flex; }
      .l-header__gnav li {
        border-bottom: none; }
      .l-header__gnav a {
        display: block;
        padding: 20px 0;
        position: relative;
        text-align: center; }
        .l-header__gnav a::after {
          display: none; }
        .l-header__gnav a::before {
          content: "";
          display: block;
          width: calc(100%  - 30px);
          height: 3px;
          position: absolute;
          bottom: 0;
          left: 15px;
          transition: .5s;
          opacity: 0; }
        .l-header__gnav a:hover::before {
          bottom: 5px;
          opacity: 1; }
      .l-header__gnav div {
        border-right: 1px solid #DDD;
        padding: 0 15px; }
      .l-header__gnav li:first-child div {
        border-left: 1px solid #DDD; }
      .l-header__gnav-jp {
        display: block; }
      .l-header__gnav-bg {
        display: none; }
    .l-header.shrink {
      padding-top: 15px; }
  .shrink .l-header__logo strong {
    font-size: 1rem;
    margin-bottom: 6px; }
  .shrink .l-header__logo img {
    width: 216.75px;
    margin-right: 18px; }
  .shrink .l-header__logo span {
    font-size: 1.5rem; }
  .shrink .l-header__btns {
    flex-basis: 211.2px;
    max-width: 211.2px; }
    .shrink .l-header__btns a {
      font-size: 1.28rem; }
  .shrink .l-header__gnav {
    margin-top: 15px; }
    .shrink .l-header__gnav a {
      padding: 15px 0; }
    .shrink .l-header__gnav-en {
      font-size: 1.98rem; }
    .shrink .l-header__gnav-jp {
      font-size: 1rem; }
  .l-footer__top {
    padding: 70px 40px; }
    .l-footer__top-logo {
      width: 289px;
      margin-bottom: 15px; }
  .l-footer__tel {
    font-size: 5.5rem;
    pointer-events: none; }
  .l-footer__hours {
    font-size: 1.8rem; }
  .l-footer__info {
    margin-top: 40px;
    text-align: center; }
  .l-footer__btm {
    padding: 25px; }
    .l-footer__btm-logo {
      width: 187px; }
  .l-footer__copyright {
    margin-top: 10px; } }

.c-tit__sec {
  text-align: center;
  margin-bottom: 25px; }
  .c-tit__sec-en {
    font-size: 3.75rem; }
  .c-tit__sec-jp {
    font-size: 1.8rem; }
.c-tit__en {
  margin-bottom: 20px; }
  .c-tit__en-left {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .c-tit__en-copy {
    font-weight: bold;
    font-size: 1.98rem;
    line-height: 2; }
    .c-tit__en-copy.small {
      font-size: 1.8rem;
      line-height: 1.6; }
  .c-tit__en-txt {
    font-size: 3.75rem; }
.c-attention {
  text-indent: -1.0em;
  margin-left: 1.0em; }
  .c-attention li {
    margin-bottom: 0.625em; }
    .c-attention li:last-child {
      margin-bottom: 0; }
.c-btn__reservation, .c-btn__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFF;
  line-height: 1.1; }
  .c-btn__reservation::before, .c-btn__contact::before {
    content: "";
    display: block;
    margin-right: 0.75em;
    height: 1em; }
.c-btn__reservation {
  background: #7198CB; }
  .c-btn__reservation::before {
    width: 1em;
    background: url("../image/ico_reservation_01.svg") no-repeat center/contain; }
.c-btn__contact {
  background: #8EC979; }
  .c-btn__contact::before {
    width: 1.35em;
    background: url("../image/ico_mail_01.svg") no-repeat center/contain; }
@media print, screen and (min-width: 641px) {
  .c-tit__sec {
    margin-bottom: 50px; }
    .c-tit__sec-en {
      font-size: 7.5rem;
      line-height: 1.1;
      letter-spacing: 0.0250666667em; }
    .c-tit__sec-jp {
      font-size: 2rem;
      letter-spacing: 0.1em; }
  .c-tit__en {
    margin-bottom: 40px;
    display: flex;
    align-items: center; }
    .c-tit__en-left {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
      font-size: 1.8rem; }
    .c-tit__en-copy {
      border-left: 1px solid #707070;
      padding-left: 25px;
      margin-left: 25px;
      font-size: 2.2rem; }
      .c-tit__en-copy.small {
        font-size: 2.0rem; } }

.u-w-m {
  font-weight: 500; }
.u-w-sb {
  font-weight: 600; }
.u-w-bl {
  font-weight: 900; }
.u-en {
  font-family: Arial, Helvetica, Robot, "sans-serif"; }
  .u-en-t {
    font-family: "Times New Roman", Times, 'Noto Serif JP', "serif"; }
.u-hover-op {
  transition: .5s; }
  .u-hover-op:hover {
    opacity: 0.5; }
.u-ib {
  display: inline-block; }
.u-it {
  font-style: italic; }

@media print, screen and (max-width: 640px) {
  .u-hidden-sp {
    display: none !important; } }
@media print, screen and (min-width: 641px) {
  .u-hidden-pc {
    display: none !important; } }
.p-hero img {
  display: block; }
.p-hero__access dl {
  padding: 15px 10px;
  font-size: 1.4rem; }
.p-hero__access dt, .p-hero__access dd {
  display: inline-block; }
.p-hero__access dt {
  margin-right: 1.0em; }
.p-hero__access .large {
  font-size: 140%; }
.p-hero__access strong {
  font-size: 275%;
  line-height: 1.1;
  display: inline-block;
  margin: 0 0.1em; }
.p-information__tit-l {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3rem; }
.p-information__tit-s {
  font-size: 2.7rem;
  margin-bottom: 20px; }
.p-information__txt {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 1.6rem; }
.p-information__info {
  margin-bottom: 30px; }
  .p-information__info dl {
    margin-bottom: 20px;
    text-align: center; }
  .p-information__info dt {
    font-size: 1.8rem;
    padding: 0.2em 0;
    margin: 0 50px 15px;
    position: relative;
    z-index: 2; }
  .p-information__info dd {
    font-size: 2rem;
    font-weight: bold; }
    .p-information__info dd strong {
      font-size: 220%;
      line-height: 1.1; }
      .p-information__info dd strong span {
        font-size: 75%; }
      .p-information__info dd strong.large {
        font-size: 300%; }
  .p-information__info-txt {
    display: block;
    font-size: 80%;
    padding: 5px; }
.p-information__map {
  margin-bottom: 20px;
  text-align: center; }
  .p-information__map:last-child {
    margin-bottom: 0; }
  .p-information__map-txt {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px; }
  .p-information__map-color {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: bold;
    text-align: left;
    margin: 20px 0; }
    .p-information__map-color dt, .p-information__map-color dd {
      margin-bottom: 10px; }
      .p-information__map-color dt:last-of-type, .p-information__map-color dd:last-of-type {
        margin-bottom: 0; }
    .p-information__map-color dt {
      text-align: center;
      flex-basis: 100px;
      max-width: 100px; }
    .p-information__map-color dd {
      flex-basis: calc(100% - 115px);
      max-width: calc(100% - 115px);
      margin-left: 15px; }
.p-information__attention {
  font-size: 1.4rem;
  text-align: left; }
.p-information__access dt {
  padding: 10px;
  margin-bottom: 10px; }
.p-information__access dd {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px; }
  .p-information__access dd .small {
    display: block;
    font-size: 90%; }
  .p-information__access dd .large {
    font-size: 125%; }
  .p-information__access dd strong {
    font-size: 220%;
    line-height: 1.1; }
.p-information__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.92rem;
  padding: 15px;
  margin: 15px auto 20px; }
  .p-information__btn::before {
    content: "";
    display: block;
    width: 0.6666666667em;
    height: 1.0416666667em;
    margin-right: 0.6666666667em;
    background: url("../image/ico_map_01.svg") no-repeat center/contain; }
.p-information__car {
  font-size: 1.8rem;
  margin-bottom: 15px; }
  .p-information__car::before {
    content: "";
    display: block;
    width: 42px;
    height: 30px;
    margin: 0 auto 10px;
    background: url("../image/ico_car_01.svg") no-repeat center/contain; }
  .p-information__car strong {
    font-size: 125%; }
.p-location {
  padding: 30px 20px; }
  .p-location__tit-en h3 {
    font-size: 3.75rem; }
    .p-location__tit-en h3 span {
      color: #333;
      font-size: 70%; }
  .p-location__box {
    padding: 30px 15px;
    margin-bottom: 20px; }
    .p-location__box:last-child {
      margin-bottom: 0; }
  .p-location__list dl {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 5px; }
    .p-location__list dl strong {
      font-size: 220%;
      display: inline-block;
      margin: 0 0.05em;
      line-height: 1.1; }
    .p-location__list dl dd span {
      font-size: 70%;
      display: block; }
  .p-location__img img {
    display: block;
    width: 100%; }
  .p-location__txt {
    padding: 15px; }
    .p-location__txt dl {
      margin-bottom: 0; }
  .p-location__attention {
    font-size: 87.5%; }
.p-access {
  padding: 30px 0; }
  .p-access__inner {
    padding: 0 20px; }
  .p-access__tit-s {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 25px; }
  .p-access__img {
    position: relative;
    margin: 0 auto;
    z-index: 1; }
    .p-access__img picture, .p-access__img img {
      display: block;
      width: 100%; }
  .p-access__cap {
    font-size: 1rem;
    color: #FFF;
    text-shadow: 0px 0px 3px #000;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1.1; }
  .p-access__box {
    padding: 30px 20px;
    margin-top: -30px;
    position: relative;
    z-index: 2; }
  .p-access__scroll {
    overflow-x: scroll;
    margin-bottom: 21px; }
  .p-access__fig {
    display: flex;
    text-align: center; }
    .p-access__fig dl {
      display: flex;
      align-items: center; }
    .p-access__fig dt {
      line-height: 1.5;
      padding: 10px 0; }
      .p-access__fig dt span {
        font-size: 80%; }
    .p-access__fig dd {
      font-weight: bold;
      padding: 0 1.0em; }
      .p-access__fig dd strong {
        font-size: 200%;
        line-height: 1.1; }
  .p-access__list li {
    margin-bottom: 15px; }
    .p-access__list li:last-child {
      margin-bottom: 0; }
  .p-access__terminal {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .p-access__terminal span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
  .p-access__attention {
    font-size: 1.4rem; }
    .p-access__attention li {
      margin-bottom: 0; }
.p-overview {
  padding: 30px 20px; }
  .p-overview__tit-s {
    text-align: center;
    font-size: 1.8rem;
    padding: 0.4166666667em; }
  .p-overview dl {
    margin-bottom: 15px; }
  .p-overview dt {
    padding: 15px 10px 5px;
    font-weight: bold; }
  .p-overview dd {
    padding: 0 10px 15px;
    border-bottom: 1px solid #999; }
  .p-overview__date {
    text-align: right;
    margin-bottom: 20px; }
  .p-overview__attention {
    font-size: 1.4rem;
    margin-bottom: 25px; }
  .p-overview__btn {
    font-size: 2rem;
    padding: 1.25em;
    border-radius: 2em;
    line-height: 1.1; }
    .p-overview__btn:first-child {
      margin-bottom: 15px; }
.p-bnr {
  padding: 20px 15px;
  background: #FFF; }
  .p-bnr li:first-child {
    margin-bottom: 10px; }
  .p-bnr a, .p-bnr img {
    display: block; }
@media print, screen and (min-width: 641px) {
  .p-hero__access {
    text-align: center; }
    .p-hero__access-inner {
      display: flex; }
    .p-hero__access dl {
      padding: 25px 15px;
      font-size: 2rem;
      display: inline-block;
      text-align: left; }
    .p-hero__access dt, .p-hero__access dd {
      display: block; }
    .p-hero__access dt {
      margin-right: 0; }
  .p-information__tit-l {
    margin-bottom: 30px;
    font-size: 4.0rem;
    letter-spacing: 0.05em; }
  .p-information__tit-s {
    font-size: 3.6rem; }
  .p-information__txt {
    margin-bottom: 100px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center; }
  .p-information__info {
    margin-bottom: 60px;
    display: flex;
    justify-content: center; }
    .p-information__info dl {
      margin-bottom: 0;
      flex-basis: 300px;
      max-width: 300px;
      margin: 0 16px; }
    .p-information__info dt {
      font-size: 2.0rem;
      margin: 0 25px 15px; }
    .p-information__info dd {
      font-size: 2.5rem; }
      .p-information__info dd .u-ib {
        display: block;
        text-align: left;
        margin: 0 20px; }
        .p-information__info dd .u-ib:first-child {
          margin-top: 0.2em; }
        .p-information__info dd .u-ib:last-child {
          text-align: right; }
  .p-information__map {
    margin-bottom: 40px; }
    .p-information__map-inner.flex {
      display: flex;
      align-items: flex-start;
      position: relative; }
    .p-information__map-txt {
      font-size: 2; }
    .p-information__map-color {
      margin: 35px auto; }
      .p-information__map-color dt, .p-information__map-color dd {
        margin-bottom: 20px; }
      .p-information__map-color dt {
        height: 40px; }
      .p-information__map-color dd {
        flex-basis: calc(100% - 135px);
        max-width: calc(100% - 135px);
        margin-left: 30px; }
  .p-information__access {
    display: flex;
    align-items: center;
    margin: 10px 0 30px; }
    .p-information__access dt {
      padding: 26px 15px;
      margin-bottom: 0;
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%; }
    .p-information__access dd {
      font-size: 2.0rem;
      margin: 0 0 0 3.125%;
      flex-basis: 30.2083333333%;
      max-width: 30.2083333333%;
      text-align: left; }
  .p-information__btn {
    font-size: 2.4rem;
    margin: 30px auto 40px;
    max-width: 300px; }
  .p-information__car {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .p-information__car::before {
      margin: 0 6px 0 0; }
  .p-information__attention.center {
    text-align: center; }
  .p-location {
    padding: 100px 40px; }
    .p-location__tit-en h3 {
      font-size: 5rem; }
    .p-location__box {
      padding: 70px 63px;
      margin-bottom: 40px; }
    .p-location__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .p-location__list dl {
        font-size: 2rem; }
      .p-location__list dt, .p-location__list dd {
        display: inline-block;
        margin: 0 0.5em; }
    .p-location__txt {
      padding: 20px 15px;
      text-align: center; }
      .p-location__txt dl {
        text-align: left;
        display: inline-block; }
      .p-location__txt dt, .p-location__txt dd {
        margin: 0;
        display: block; }
  .p-access {
    padding: 100px 40px; }
    .p-access__inner {
      padding: 0; }
    .p-access__tit-s {
      font-size: 4rem;
      margin-bottom: 50px; }
    .p-access__img {
      max-width: 1366px; }
    .p-access__cap {
      font-size: 1.4rem;
      right: 20px;
      top: auto;
      bottom: 15px; }
    .p-access__box {
      padding: 70px;
      margin-top: -70px; }
    .p-access__scroll {
      overflow-x: hidden;
      margin-bottom: 42px; }
    .p-access__fig dt {
      font-size: 2.0rem;
      letter-spacing: 0.1em;
      padding: 25px 0;
      line-height: 1.1; }
    .p-access__list li {
      margin-bottom: 26px; }
    .p-access__attention {
      margin-left: 0;
      text-indent: 0; }
      .p-access__attention li {
        display: inline-block; }
  .p-overview {
    padding: 100px 40px; }
    .p-overview__inner {
      max-width: 960px;
      margin: 0 auto; }
    .p-overview__tit-s {
      font-size: 2.4rem; }
    .p-overview dl {
      margin-bottom: 20px;
      display: flex;
      flex-wrap: wrap; }
    .p-overview dt {
      padding: 25px 30px;
      font-weight: bold;
      flex-basis: 21.9791666667%;
      max-width: 21.9791666667%;
      border-bottom: 1px solid #999; }
    .p-overview dd {
      padding: 25px 30px 25px 0;
      flex-basis: 78.0208333333%;
      max-width: 78.0208333333%; }
    .p-overview__date {
      margin-bottom: 40px; }
    .p-overview__attention {
      margin-bottom: 50px; }
    .p-overview__btns {
      display: flex;
      justify-content: space-between; }
    .p-overview__btn {
      font-size: 2.5rem;
      flex-basis: 48.125%;
      max-width: 48.125%; }
      .p-overview__btn:first-child {
        margin-bottom: 0; }
  .p-bnr {
    padding: 70px 40px; }
    .p-bnr ul {
      max-width: 890px;
      margin: 0 auto; }
    .p-bnr li:first-child {
      margin-bottom: 30px; } }

.l-header__gnav a::after {
  border-right: 1px solid #7198CB;
  border-bottom: 1px solid #7198CB; }
.l-header__gnav-en {
  color: #333; }
.l-header__gnav-jp {
  color: #7198CB; }

.p-hero__access li {
  border-bottom: 1px solid #999; }
  .p-hero__access li:last-child {
    border-bottom: none; }
.p-hero__access dl {
  text-align: center; }
.p-hero__access strong {
  color: #F5B06B; }
.p-event {
  background: rgba(245, 176, 107, 0.2);
  padding: min(8vw, 100px) min(5.3333333333vw, 50px);
  text-align: center; }
  .p-event__box {
    background: #FFF;
    padding: min(8vw, 70px) min(5.3333333333vw, 40px); }
  .p-event__tit {
    font-size: clamp(2.0rem, 5.3333333333vw, 3.2rem);
    color: #c94376;
    margin-bottom: 1.0em; }
  .p-event__txt {
    font-weight: bold;
    font-size: clamp(1.6rem, 4.2666666667vw, 2.0rem);
    margin-bottom: 1.5em; }
  .p-event__btn {
    display: block;
    background: #c94376;
    color: #FFF;
    font-size: clamp(1.6rem, 4.2666666667vw, 2.0rem);
    border-radius: 10px;
    box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.15);
    padding: 1.0em;
    max-width: 22.5em;
    margin: 0 auto; }
.p-information {
  background: url("../image/bg_information_01.png?a") no-repeat top left #F6F5F0;
  background-size: 100% auto;
  position: relative; }
  .p-information::after {
    content: "";
    display: block;
    width: 100%;
    height: 25.2562225476vw;
    background: url("../image/bg_information_01.png?a") no-repeat bottom right;
    background-size: 100% auto;
    position: absolute;
    z-index: 1;
    transform: scale(-1);
    right: 0;
    bottom: 0; }
  .p-information__inner {
    z-index: 2;
    position: relative;
    padding: 30px 20px; }
    .p-information__inner > div {
      position: relative;
      z-index: 2; }
  .p-information__tit strong {
    min-width: 225px; }
  .p-information__tit h2 span {
    background: #F6F5F0; }
  .p-information__tit-l {
    color: #7198CB; }
  .p-information__tit-s {
    display: inline-block;
    background: url("../image/bg_slash_01.svg") repeat-x center bottom;
    background-size: 12px auto; }
  .p-information__txt {
    text-align: center; }
  .p-information__info dt {
    background: #7198CB;
    color: #FFF;
    border-radius: 1.0em; }
  .p-information__info dd {
    background: #FFF;
    border: 2px solid #333;
    padding: 35px 20px 20px;
    margin-top: -36px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .p-information__info dd strong {
      color: #E89146; }
  .p-information__info-txt {
    background: #FFF59E; }
  .p-information__map {
    background: #FFF;
    border: 2px solid #333;
    padding: 5px; }
    .p-information__map-inner {
      border: 1px solid #333;
      padding: 25px 20px; }
      .p-information__map-inner .plot_txt {
        font-size: 100%;
        font-weight: 900;
        line-height: 1.6;
        text-align: center;
        margin-top: 0.5em; }
    .p-information__map-color dt:first-child {
      background: #F5B06B;
      color: #F5B06B; }
    .p-information__map-color dt:nth-of-type(2) {
      background: #8EC979;
      color: #8EC979; }
    .p-information__map-color dt:nth-of-type(3) {
      color: #EF4141; }
  .p-information__img {
    /*margin-top: 50px;*/
    border: solid #707070 1px; }
  .p-information__access dt {
    color: #7198CB;
    border: 3px solid #7198CB; }
  .p-information__access dd strong {
    color: #F5B06B; }
  .p-information__access_gmap iframe {
    width: 100%;
    max-width: 900px;
    height: 450px; }
  .p-information__btn {
    background: #7198CB;
    color: #FFF;
    border-radius: 10px;
    box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.15); }
  .p-information__car {
    margin-bottom: 0; }
    .p-information__car_txt {
      font-size: 2.4rem;
      font-weight: 900;
      margin-bottom: 45px; }
      .p-information__car_txt strong {
        color: #E89146;
        font-weight: 900;
        font-size: 125%; }
  .p-information__construction {
    text-align: center;
    margin-bottom: 30px; }
    .p-information__construction-tit {
      font-size: 2.25rem;
      margin-bottom: 20px; }
      .p-information__construction-tit strong {
        font-size: 120%;
        color: #7198CB; }
    .p-information__construction-img {
      margin-bottom: 15px; }
      .p-information__construction-img li:first-child {
        margin-bottom: 15px; }
      .p-information__construction-img figure {
        background: #FFF; }
    .p-information__construction-attention {
      text-align: right; }
.p-location {
  background: #F9F9F9; }
  .p-location__tit::before {
    background: url("../image/ico_location_01.svg") no-repeat center #F9F9F9;
    background-size: contain;
    border-left: 1em solid #F9F9F9;
    border-right: 1em solid #F9F9F9; }
  .p-location__tit h2 span {
    background: #F9F9F9; }
  .p-location__tit-en {
    background: url("../image/bg_slash_02.svg") repeat-x center bottom;
    background-size: 12px auto;
    padding-bottom: 26px; }
  .p-location__box {
    background: #FFF; }
    .p-location__box.shopping {
      border: 7px solid rgba(123, 171, 213, 0.5); }
      .p-location__box.shopping dd strong {
        color: #7BABD5; }
    .p-location__box.school {
      border: 7px solid rgba(245, 176, 107, 0.5); }
      .p-location__box.school dd strong {
        color: #F5B06B; }
    .p-location__box.park {
      border: 7px solid rgba(142, 201, 121, 0.5); }
      .p-location__box.park dd strong {
        color: #8EC979; }
    .p-location__box.hospital {
      border: 7px solid rgba(195, 167, 210, 0.5); }
      .p-location__box.hospital dd strong {
        color: #C3A7D2; }
    .p-location__box.shopping h3 img {
      width: 190.5px; }
    .p-location__box.school h3 img {
      width: 155.25px; }
    .p-location__box.park h3 img {
      width: 252.75px; }
    .p-location__box.hospital h3 img {
      width: 181.5px; }
    .p-location__box.park li:last-child div:first-of-type {
      margin-bottom: 20px; }
  .p-location__list li {
    margin-bottom: 20px; }
    .p-location__list li:last-child {
      margin-bottom: 0; }
  .p-location__img, .p-location__txt {
    border: 1px solid #999; }
  .p-location__img {
    padding: 5px; }
  .p-location__list dt, .p-location dd {
    display: block;
    margin: 0; }
  .p-location__txt dl dt {
    text-align: center; }
  .p-location__box.park .p-location__txt dt {
    text-align: center; }
.p-access {
  background: #FFF; }
  .p-access__tit::before {
    background: url("../image/ico_access_01.svg") no-repeat center #FFF;
    background-size: contain;
    border-left: 1.0em solid #FFF;
    border-right: 1.0em solid #FFF; }
  .p-access__tit h2 span {
    background: #FFF; }
  .p-access__box {
    background: #F6F5F0;
    /*			h4 img{
    				max-width: 100%;
    				width: 354px * 0.75;
    			}*/ }
    .p-access__box h4 {
      max-width: 100%;
      width: 265.5px; }
    .p-access__box > p {
      font-size: 120%;
      text-align: center;
      font-weight: 900;
      margin-bottom: 1em; }
    .p-access__box.train {
      margin-top: 65px; }
    .p-access__box .train_box {
      margin-bottom: 45px; }
      .p-access__box .train_box li {
        margin-bottom: 45px;
        width: 100%;
        text-align: center;
        border: solid 4px #7198CB;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 100%;
        padding: 25px 0;
        position: relative; }
        .p-access__box .train_box li::before {
          content: "";
          background-color: #fff;
          width: calc(100% + 8px);
          height: calc(100% + 8px);
          position: absolute;
          left: 8px;
          top: 8px;
          z-index: -1; }
      .p-access__box .train_box dl {
        display: block;
        width: 100%; }
      .p-access__box .train_box dt {
        letter-spacing: 0.15em; }
        .p-access__box .train_box dt span {
          letter-spacing: 0.1em;
          font-size: 220%; }
        .p-access__box .train_box dt strong {
          letter-spacing: 0;
          font-size: 250%;
          line-height: 1.1;
          color: #F5B06B; }
      .p-access__box .train_box dd {
        letter-spacing: 0.15em;
        padding-top: 20px;
        font-weight: 900;
        position: relative; }
        .p-access__box .train_box dd::after {
          width: 80%;
          background: #7198CB;
          height: 2px;
          content: "";
          position: absolute;
          top: 10px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%); }
    .p-access__box.train {
      /*				h4 img{
      					max-width: 100%;
      					width: 404px * 0.75;
      				}	*/ }
      .p-access__box.train h4 {
        max-width: 100%;
        width: 303px; }
  .p-access__scroll {
    padding-bottom: 3px;
    overflow: hidden;
    font-size: 70%; }
  .p-access__fig dl {
    flex-direction: row-reverse; }
  .p-access__fig dt {
    border: 2px solid #7198CB;
    position: relative;
    flex-basis: 120px;
    max-width: 120px;
    box-shadow: 3px 3px 0 #D0E2F9; }
    .p-access__fig dt::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      margin: 3px 0 0 3px;
      background: #D0E2F9;
      z-index: -1; }
  .p-access__fig dd {
    background: #ECECEC;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px); }
    .p-access__fig dd strong {
      color: #F5B06B; }
  .p-access__list {
    flex-basis: calc(100% - 50px);
    max-width: calc(100% - 50px); }
  .p-access__terminal {
    background: #7198CB;
    color: #FFF;
    flex-basis: 50px;
    max-width: 50px; }
.p-overview {
  background: #F9F9F9; }
  .p-overview__tit::before {
    background: url("../image/ico_overview_01.svg") no-repeat center #F9F9F9;
    background-size: contain;
    border-left: 1em solid #F9F9F9;
    border-right: 1em solid #F9F9F9; }
  .p-overview__tit h2 span {
    background: #F9F9F9; }
  .p-overview__tit-s {
    background: #7198CB;
    color: #FFF; }
  .p-overview__btn {
    border-radius: 0; }

.c-tit__sec-en {
  display: inline-flex;
  padding: 3px 0;
  position: relative;
  z-index: 1;
  margin-top: -6px;
  min-width: 175px;
  justify-content: center; }
  .c-tit__sec-en::before, .c-tit__sec-en::after {
    content: "";
    display: block;
    background: url(../image/ico_section.svg) no-repeat left top/auto 100%;
    width: 131px;
    aspect-ratio: 125 / 125;
    position: absolute; }
  .c-tit__sec-en::before {
    left: -100px; }
  .c-tit__sec-en::after {
    right: -100px;
    transform: scaleX(-1); }
.c-tit__sec-jp {
  color: #7198CB;
  position: relative;
  z-index: 2;
  /*margin-top: -3.0em;*/ }
  .c-tit__sec-jp span {
    padding: 0 0.5em; }

.u-en-p {
  font-family: "Sofia Sans Condensed", sans-serif; }

@media print, screen and (min-width: 641px) {
  .l-container {
    padding: 202px 0 0; }
  .l-header__contact {
    box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.15);
    padding: 0.65em 0.75em 0.85em; }
  .l-header__gnav li {
    flex-basis: 25%;
    max-width: 25%; }
  .l-header__gnav a::before {
    background: #7198CB; }

  .p-hero__main {
    position: relative;
    min-height: 770px; }
    .p-hero__main-inner {
      position: relative;
      z-index: 3; }
    .p-hero__main::before {
      content: "";
      display: block;
      width: 90.2635431918%;
      max-width: calc(1100px + 50% - 550px);
      height: 100%;
      background: url("../image/bg_hero_01_pc.png") repeat top right;
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0; }
    .p-hero__main .circle {
      position: absolute;
      top: 55px;
      right: 40px;
      width: 157px; }
    .p-hero__main-img {
      position: absolute;
      top: 0;
      right: 0;
      width: 73.6978916545%;
      height: 670px;
      z-index: 2; }
      .p-hero__main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        font-family: "object-fit: cover; object-position: center;"; }
      .p-hero__main-img figcaption {
        color: 1.4rem;
        color: #FFF;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
        position: absolute;
        right: 10px;
        bottom: 15px; }
    .p-hero__main h1 {
      padding-top: 30px; }
    .p-hero__main strong {
      display: block;
      margin-left: 15px; }
    .p-hero__main .pic {
      transform: translateX(-30px);
      display: block; }
  .p-hero__access li {
    flex-basis: 33.3%;
    max-width: 33.3%;
    border-bottom: none; }
    .p-hero__access li:nth-child(2) {
      flex-basis: 33.4%;
      max-width: 33.4%;
      border-left: 1px solid #999;
      border-right: 1px solid #999; }
  .p-hero__access dl {
    text-align: left; }
  .p-information {
    background-size: 100% auto; }
    .p-information__inner {
      padding: 220px 40px 170px; }
    .p-information__tit-s {
      background-size: 24px auto; }
    .p-information__info dd {
      padding: 35px 20px 30px;
      margin-top: -36px; }
    .p-information__map-inner {
      padding: 30px 62px 62px; }
      .p-information__map-inner.flex {
        justify-content: flex-end;
        padding: 40px 62px; }
      .p-information__map-inner .plot_txt {
        font-size: 3rem;
        margin-top: 50px; }
    .p-information__map-left:first-child {
      flex-basis: 41.1458333333%;
      max-width: 41.1458333333%;
      margin: 78px 5.2083333333% 0 0; }
    .p-information__map-left:last-child {
      flex-basis: 36.3720073665%;
      max-width: 36.3720073665%;
      position: absolute;
      right: 50%;
      bottom: 69px;
      margin-right: 4.6040515654%; }
    .p-information__map-color {
      width: 75.1898734177%; }
      .p-information__map-color dt {
        display: flex;
        align-items: center;
        justify-content: center; }
    .p-information__img {
      margin-top: 50px; }
      .p-information__img img {
        display: block; }
    .p-information__access_gmap {
      margin-top: 75px; }
    .p-information__construction {
      margin-bottom: 70px; }
      .p-information__construction-tit {
        font-size: 3.0rem;
        margin-bottom: 30px; }
      .p-information__construction-img {
        max-width: 960px;
        margin: 0 auto 20px;
        display: flex;
        justify-content: space-between; }
        .p-information__construction-img li {
          flex-basis: 48.4375%;
          max-width: 48.4375%; }
          .p-information__construction-img li:first-child {
            margin-bottom: 0; }
      .p-information__construction-attention {
        max-width: 960px;
        margin: 0 auto; } }
  @media screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 2) {
    .p-information {
      background: url("../image/bg_information_01@2x.png") no-repeat top left #F6F5F0;
      background-size: 603px auto; }
      .p-information::after {
        background: url("../image/bg_information_01@2x.png") no-repeat bottom right/contain; } }
@media print, screen and (min-width: 641px) {
  .p-location__box.shopping h3 img {
    width: 254px; }
  .p-location__box.school h3 img {
    width: 207px; }
  .p-location__box.park h3 img {
    width: 337px; }
  .p-location__box.hospital h3 img {
    width: 242px; }
  .p-location__box.park li:last-child {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .p-location__box.park li:last-child div {
      padding: 10px 15px; }
      .p-location__box.park li:last-child div:first-child {
        margin-bottom: 0; }
      .p-location__box.park li:last-child div:last-child {
        margin-top: auto; }
  .p-location__list li {
    margin-bottom: 0;
    margin-top: 40px;
    padding: 20px 0; }
    .p-location__list li:first-child, .p-location__list li:nth-child(2) {
      margin-top: 0; }
  .p-location__large {
    flex-basis: 48.4375%;
    max-width: 48.4375%; }
  .p-location__small {
    flex-basis: 31.25%;
    max-width: 31.25%;
    width: 31.25%; }
  .p-location__box.park .p-location__txt {
    text-align: left;
    padding-left: 25px; }
    .p-location__box.park .p-location__txt dt {
      text-align: left; }
  .p-access__box {
    /*				h4 img{
    					width: 354px;
    				}*/ }
    .p-access__box h4 {
      width: 354px; }
    .p-access__box.train {
      /*				h4 img{
      					width: 404px;
      				}		*/ }
      .p-access__box.train h4 {
        width: 404px; }
    .p-access__box > p {
      font-size: 27px;
      margin-bottom: 64px; }
    .p-access__box .train_box {
      display: flex;
      gap: 35px;
      flex-wrap: wrap; }
      .p-access__box .train_box li {
        font-size: 1.8rem;
        width: calc(calc(100% - 70px) / 3 );
        margin-bottom: 0; }
  .p-access__scroll {
    padding-bottom: 6px;
    font-size: 100%; }
  .p-access__fig {
    width: 100%; }
    .p-access__fig dt {
      flex-basis: 294px;
      max-width: 294px;
      box-shadow: 6px 6px 0 #D0E2F9; }
      .p-access__fig dt::before {
        margin: 6px 0 0 6px; }
    .p-access__fig dd {
      flex-basis: 494px;
      max-width: 494px;
      padding: 5px 0; }
  .p-access__list {
    flex-basis: 788px;
    max-width: 788px; }
  .p-access__terminal {
    flex-basis: 172px;
    max-width: 172px;
    letter-spacing: 0.1em; }
  .p-access__attention li {
    display: block; }

  .c-tit__sec-en::before {
    margin-bottom: 0.1466666667em; }
  .c-tit__sec-en::before {
    left: -120px; }
  .c-tit__sec-en::after {
    right: -120px; } }
@media print, screen and (max-width: 640px) {
  .l-footer__info {
    font-size: 80%;
    text-align: center; } }
