@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: #00284E;
}
.c-btn__reservation::before {
  width: 1em;
  background: url("../image/ico_reservation_01.svg") no-repeat center/contain;
}
.c-btn__contact {
  background: #AF9065;
}
.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, "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 #00284E;
  border-bottom: 1px solid #00284E;
}
.l-header__gnav-en {
  color: #333;
  font-size: 1.8rem;
}
.l-header__gnav-jp {
  color: #00284E;
}
.l-contents {
  color: #3d3d3d;
}
.l-footer__info {
  text-align: center;
}

.p-hero__main {
  background-image: url("../image/bg_hero_01_sp.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: calc(100vh - 80px);
  position: relative;
}
.p-hero__main--left {
  background-image: url("../image/bg_hero_txt_sp.png");
  text-align: center;
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__main--left h1 {
  font-size: min(2.9vw, 4rem);
  font-size: 3rem;
}
.p-hero__main--left h1 .large {
  font-size: 127%;
}
.p-hero__main--left img {
  width: 200px;
  display: inline-block;
  margin-top: -0.5em;
}
.p-hero__main--left > span:nth-of-type(1) {
  border: solid 1px #fff;
  display: block;
  font-size: 2rem;
  width: fit-content;
  margin: 20px auto 0;
  padding: 0 1em;
}
.p-hero__main--left > span:nth-of-type(2) {
  display: block;
  font-size: 2.5rem;
}
.p-hero__main--left > span:nth-of-type(2) strong {
  color: #D1A700;
  font-size: 160%;
}
.p-hero__main--right {
  padding: 275px 20px 0;
}
.p-hero__main--right > span {
  display: block;
  text-align: right;
  text-shadow: 0 0 20px rgba(61, 61, 61, 0.5);
}
.p-hero__main--right > span:nth-of-type(1) {
  color: #EBDDA5;
  font-size: 3rem;
  line-height: 1.2;
}
.p-hero__main--right > span:nth-of-type(1) strong {
  font-size: 160%;
}
.p-hero__main--right > span:nth-of-type(1) .small {
  font-size: 80%;
}
.p-hero__main--right > span:nth-of-type(2) {
  font-size: 1.8rem;
}
.p-hero__lead {
  background-image: url("../image/bg-hero__lead.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}
.p-hero__access {
  /*margin-bottom: 20px;*/
}
.p-hero__access li {
  /*border-bottom: 1px solid #CCC;*/
}
.p-hero__access dl {
  /*font-size: 1.35rem;*/
  text-align: center;
  width: 100%;
}
.p-hero__access dt {
  margin-right: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  text-align: center;
  line-height: 1.3;
  font-size: 2rem;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
}
.p-hero__access dt .small {
  font-size: 75%;
}
.p-hero__access dd {
  font-size: 2rem;
  line-height: 1;
}
.p-hero__access dd strong {
  color: #D1A700;
  font-size: 215%;
}
.p-hero__access dd .small {
  font-size: 75%;
}
.p-information {
  padding: 30px 20px;
}
.p-information__tit {
  text-align: center;
  font-size: 2.32rem;
  margin-bottom: 30px;
}
.p-information__tit strong {
  color: #D1A700;
  font-size: 200%;
  line-height: 1.1;
}
.p-information__text:nth-of-type(1) {
  font-size: 2rem;
  margin-bottom: 15px;
}
.p-information__text:nth-of-type(2) {
  color: #f00;
  font-size: 2.4rem;
}
.p-information__info {
  margin: 50px 0;
}
.p-information__info dt {
  background: #00284E;
  color: #FFF;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  padding: 0.35em 0;
}
.p-information__info dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 1.25em 0.5em 1.25em 0;
  border-color: transparent #00284E transparent transparent;
  transform: translateX(-0.5em);
}
.p-information__info dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 1.25em 0 1.25em 0.5em;
  border-color: transparent transparent transparent #00284E;
  transform: translateX(0.49em);
}
.p-information__info dd {
  background: #F9F9F9;
  border: 1px solid #DDD;
  padding: 35px 20px 20px;
  margin-top: -36px;
  position: relative;
  z-index: 1;
}
.p-information__info dd .attention {
  font-size: 2rem;
}
.p-information__info dd strong {
  color: #D1A700;
}
.p-information__map {
  margin-bottom: 50px;
}
.p-information__map--flex .p-information__img img {
  width: 100%;
}
.p-information__map .map_inf h4 {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 40px;
}
.p-information__map .map_inf h4 span {
  font-size: 67%;
}
.p-information__map .map_inf p {
  font-size: 1.6rem;
}
.p-information__btn {
  background: #00284E;
  color: #FFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.92rem;
  padding: 15px;
  margin: 15px auto 20px;
}
.p-information__car::before {
  background: none;
}
.p-information__car strong {
  color: #00284E;
}
.p-guidemap {
  padding: 40px 10px;
  position: relative;
  background: url("../image/bg_guidemap_01_sp.jpg") no-repeat top center #B2C7E0;
  background-size: 100% auto;
  position: relative;
}
.p-guidemap::after {
  content: "Image photo";
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: url("../image/bg_guidemap_02_sp.jpg") no-repeat bottom center/100% auto;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #FFF;
  font-size: 1rem;
  padding: 5px;
  text-shadow: 0px 0px 3px black;
}
.p-guidemap__tit-jp, .p-guidemap__tit-en {
  color: #FFF !important;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.p-guidemap__tit-en::before, .p-guidemap__tit-en::after {
  background: url("../image/bg_tit_sec_02.svg") no-repeat left center/auto 100% !important;
  height: 30.5px !important;
}
.p-guidemap__tit span {
  background: #FFF;
}
.p-guidemap__tit-s {
  font-size: 1.875rem;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.p-guidemap__tit-s::before, .p-guidemap__tit-s::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.0em 0.5em 0 0.5em;
  border-color: #006B56 transparent transparent transparent;
  margin-bottom: 0.35em;
}
.p-guidemap__tit-s::before {
  margin-right: 0.5em;
}
.p-guidemap__tit-s::after {
  margin-left: 0.5em;
}
.p-guidemap__box {
  background: #FFF;
  padding: 25px 15px;
  position: relative;
  z-index: 2;
}
.p-guidemap__info {
  max-width: 296px;
  margin: 0 auto 30px;
  text-align: center;
}
.p-guidemap__info dl::before, .p-guidemap__info dl::after {
  content: "";
  display: block;
  background: url("../image/bg_guidemap_03_sp.svg") no-repeat bottom center/100% auto;
  width: 100%;
  height: 40px;
}
.p-guidemap__info dl::after {
  transform: scaleY(-1);
}
.p-guidemap__info dt, .p-guidemap__info dd {
  background: url("../image/bg_guidemap_04_sp.svg") repeat-y center/100% auto;
  width: 100%;
  margin: 0;
  padding: 0 40px;
}
.p-guidemap__info dt {
  color: #327D58;
  padding-bottom: 15px;
  font-size: 2.4rem;
}
.p-guidemap__info dt span {
  display: block;
  border-bottom: 1px dashed #327D58;
  padding-bottom: 10px;
}
.p-guidemap__info dd {
  font-size: 2.5rem;
}
.p-guidemap__info dd strong {
  color: #D1A700;
  font-size: 220%;
  line-height: 1.1;
}
.p-guidemap__info dd strong span {
  font-size: 75%;
}
.p-guidemap__img {
  text-align: center;
}
.p-guidemap__img dt {
  background: #327D58;
  color: #FFF;
  font-size: 2.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
}
.p-guidemap__img dt::before, .p-guidemap__img dt::after {
  content: "";
  display: block;
  background: url("../image/bg_guidemap_01.svg") no-repeat center/contain;
  width: 39.6px;
  height: 24.3px;
  margin: 0 0.5em;
}
.p-guidemap__img dt::after {
  transform: scaleX(-1);
}
.p-guidemap__img dd {
  max-width: 250px;
  margin: 0 auto 30px;
}
.p-guidemap__btn {
  background: #555;
  color: #FFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.92rem;
  padding: 15px;
  margin: 15px auto 20px;
}
.p-guidemap__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-guidemap__attention {
  font-size: 87.5%;
}
.p-guidemap__attention, .p-guidemap__guide {
  margin-bottom: 30px;
}
.p-guidemap__gmap #gmap {
  height: 300px;
}
.p-location {
  background: #EFEFEF;
  padding: 90px 20px;
  position: relative;
}
.p-location::before {
  background-image: url("../image/line_sec_01.png");
  background-repeat: repeat-x;
  background-size: auto;
  content: "";
  display: block;
  width: 100vw;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-location::after {
  background-image: url("../image/line_sec_01.png");
  background-repeat: repeat-x;
  background-size: auto;
  content: "";
  display: block;
  width: 100vw;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-location__box {
  padding: 0;
  margin-bottom: 30px;
}
.p-location__tit {
  margin-top: 30px;
}
.p-location__tit span {
  background: #EFEFEF;
}
.p-location__text {
  font-size: 1.8rem;
  text-align: center;
}
.p-location__list {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 20px;
}
.p-location__list:last-child {
  margin-bottom: 0;
}
.p-location__list.photo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-location__list.photo figcaption {
  font-size: 1.6rem;
  text-align: center;
}
.p-location__list.photo figcaption .small {
  font-size: 80%;
  display: inline-block;
}
.p-location__list.photo dl {
  display: block;
  text-align: center;
}
.p-location__list.photo dt {
  padding-left: 0;
}
.p-location__list.photo dt::after {
  display: none;
}
.p-location__list.photo dd {
  text-align: center;
}
.p-location__list.photo img {
  vertical-align: bottom;
}
.p-location__list li {
  padding: 0;
}
.p-location__list li:not(:last-child) {
  margin-bottom: 1em;
}
.p-location__list dl {
  margin-bottom: 0;
}
.p-location__list dl strong {
  color: #D1A700;
}
.p-location__list dl strong span {
  display: none;
}
.p-location__list dt {
  font-size: 1.8rem;
  text-align: left;
  padding-left: 1em;
  position: relative;
}
.p-location__list dt::after {
  background-color: #D1A700;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}
.p-location__list dd {
  font-size: min(4.1vw, 1.6rem);
  text-align: left;
}
.p-location__attention {
  margin-bottom: 0;
}
.p-location__attention.c-attention {
  padding-left: 1em;
}
.p-access {
  background: #FFF;
  padding: 30px 20px;
  text-align: center;
}
.p-access__box {
  border: solid 1px #ddd;
  margin-top: 60px;
  padding: 40px 20px 20px;
  position: relative;
}
.p-access__box.bus h4 {
  font-size: 1.8rem;
  text-align: left;
}
.p-access__box.bus h4:nth-of-type(2) {
  margin-top: 20px;
}
.p-access__box.bus .p-access__list {
  background-color: #fff;
  padding: 0;
}
.p-access__box.bus .p-access__list li {
  margin-bottom: 0;
}
.p-access__tit {
  background-color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  width: max-content;
  padding: 0 20px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.p-access__tit .small {
  font-size: 60%;
  letter-spacing: 0;
}
.p-access__flex {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.p-access__flex figcaption {
  color: #707070;
  font-size: 1.4rem;
  text-align: left;
}
.p-access__flex > div p {
  text-align: left;
  margin-bottom: 30px;
}
.p-access__list {
  background-color: #eee;
  padding: 20px;
}
.p-access__list li {
  margin-bottom: 1em;
}
.p-access__list dl {
  display: flex;
  flex-direction: column;
}
.p-access__list dt {
  font-size: 2rem;
  text-align: left;
}
.p-access__list dt .small {
  font-size: 75%;
}
.p-access__list dd {
  font-size: min(4.1vw, 1.6rem);
  text-align: right;
}
.p-access__list strong {
  color: #D1A700;
  font-size: 200%;
  line-height: 1.1;
  margin: 0 0.25em;
}
.p-access__attention {
  text-align: left;
  margin-top: 20px;
}
.p-overview {
  background: #F6FBFF;
}
.p-overview__tit-s {
  background: #00284E;
  color: #FFF;
}
.p-overview__tit-ss {
  color: #00284E;
  text-align: center;
  margin: 20px 0 15px;
}
.p-overview dl {
  border-top: 1px solid #999;
}
.p-overview dt br {
  display: none;
}
.p-overview__btn {
  border-radius: 0;
}

.c-tit__sec-jp {
  color: #00284E;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.3;
  padding: 0 45px 20px;
  width: 100%;
}
.c-tit__sec-jp::before, .c-tit__sec-jp::after {
  content: "";
  display: block;
  background: url("../image/bg_tit_sec_01.svg") no-repeat left center/auto 100%;
  width: 50%;
  height: 22px;
  position: absolute;
  bottom: 0;
}
.c-tit__sec-jp::before {
  right: 50%;
}
.c-tit__sec-jp::after {
  left: 50%;
  transform: scaleX(-1);
}
.c-tit__sec-en {
  color: #D1A700;
  display: block;
  font-size: 3rem;
  font-family: 'Italianno', cursive;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}
.c-tit__para {
  color: #006B56;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.c-tit__para .small {
  font-size: 75%;
}
.c-tit__para-s {
  font-size: 1.53rem;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  color: #00284E;
}
.c-tit__para-s span {
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.c-tit__para-s::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #00284E;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.c-tit__para-s h3 {
  font-size: 166.6666666667%;
  color: #3d3d3d;
  line-height: 1.1;
}
.c-tit__box {
  background: url("../image/bg_lead_02.svg") repeat top left rgba(50, 125, 88, 0.586);
  border-left: 1px solid #327D58;
  border-right: 1px solid #327D58;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.9rem;
  position: relative;
}
.c-tit__box::before, .c-tit__box::after, .c-tit__box-inner::before, .c-tit__box-inner::after {
  content: "";
  display: block;
  background: url("../image/bg_lead_01.svg") no-repeat center/contain;
  width: 23px;
  height: 23px;
  position: absolute;
}
.c-tit__box::before, .c-tit__box-inner::before {
  left: -1px;
}
.c-tit__box::after, .c-tit__box-inner::after {
  right: -1px;
}
.c-tit__box::before, .c-tit__box::after {
  top: 0;
}
.c-tit__box::after {
  transform: scaleX(-1);
}
.c-tit__box-inner {
  padding: 15px;
}
.c-tit__box-inner::before, .c-tit__box-inner::after {
  bottom: 0;
}
.c-tit__box-inner::before {
  transform: scaleY(-1);
}
.c-tit__box-inner::after {
  transform: scale(-1);
}
.c-tit__box-bg {
  background: url("../image/bg_lead_03.svg") no-repeat center/auto 5px;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
}
.c-tit__box-bg:first-child {
  top: 0;
}
.c-tit__box-bg:last-child {
  bottom: 0;
  transform: scaleY(-1);
}
.c-tit__box-bg::before, .c-tit__box-bg::after {
  content: "";
  display: block;
  width: calc(50% - 20px);
  height: 1px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, #1A80A1 1px, #1A80A1 2px);
  position: absolute;
  top: 0;
}
.c-tit__box-bg::before {
  left: 0;
}
.c-tit__box-bg::after {
  right: 0;
}

.u-min {
  font-family: 'Noto Serif JP', serif;
}
.u-en-i {
  font-family: 'Italianno', cursive;
  font-weight: normal;
}
.u-en-s {
  font-family: 'Spectral', "Times New Roman", Times, "serif";
}

@media print, screen and (min-width: 641px) {
  .l-container {
    padding: 216px 0 0;
  }
  .l-container__inner-960 {
    max-width: 960px;
    margin: 0 auto;
  }
  .l-header__gnav ul {
    align-items: center;
  }
  .l-header__gnav li {
    flex-basis: 25%;
    max-width: 25%;
  }
  .l-header__gnav a::before {
    background: #00284E;
  }

  .p-hero__main {
    background-image: url("../image/bg_hero_01.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: min(49.8vw, 680px);
    position: relative;
  }
  .p-hero__main--left {
    background-image: none;
    text-align: center;
    width: auto;
    padding: 0;
    position: absolute;
    top: 18%;
    left: min(3.7vw, 50px);
    left: 3.7vw;
  }
  .p-hero__main--left h1 {
    font-size: min(2.9vw, 4rem);
    font-size: 2.9vw;
  }
  .p-hero__main--left h1 .large {
    font-size: 127%;
  }
  .p-hero__main--left img {
    width: min(21.2vw, 290px);
    width: 21.2vw;
    display: inline-block;
    margin-top: -0.5em;
  }
  .p-hero__main--left > span:nth-of-type(1) {
    border: solid 1px #fff;
    display: block;
    font-size: min(1.8vw, 2.5rem);
    font-size: 1.8vw;
    width: fit-content;
    margin-top: min(3.7vw, 50px);
    margin: 3.7vw auto 0;
    padding: 0 1em;
  }
  .p-hero__main--left > span:nth-of-type(2) {
    display: block;
    font-size: min(2.2vw, 3rem);
    font-size: 2.2vw;
  }
  .p-hero__main--left > span:nth-of-type(2) strong {
    color: #D1A700;
    font-size: 160%;
  }
  .p-hero__main--right {
    padding: 0;
    position: absolute;
    top: 5%;
    right: min(3.7vw, 50px);
    right: 3.7vw;
  }
  .p-hero__main--right > span {
    display: block;
    text-align: right;
    text-shadow: 0 0 20px rgba(61, 61, 61, 0.5);
  }
  .p-hero__main--right > span:nth-of-type(1) {
    color: #EBDDA5;
    font-size: min(3.7vw, 50px);
    font-size: 3.7vw;
    line-height: 1.2;
  }
  .p-hero__main--right > span:nth-of-type(1) strong {
    font-size: 160%;
  }
  .p-hero__main--right > span:nth-of-type(1) .small {
    font-size: 80%;
  }
  .p-hero__main--right > span:nth-of-type(2) {
    font-size: min(2.2vw, 3rem);
    font-size: 2.2vw;
  }
  .p-hero__lead {
    padding: 50px 0;
  }
  .p-hero__lead p {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .p-hero__access {
    display: flex;
    column-gap: 40px;
    /*margin-bottom: 80px;*/
  }
  .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 #CCC;
    border-right: 1px solid #CCC;
  }
  .p-hero__access dl {
    padding: 0;
    text-align: center;
  }
  .p-hero__access dt {
    font-size: 2.4rem;
  }
  .p-hero__access dd {
    font-size: 2.4rem;
  }
  .p-information {
    padding: 100px 0;
    text-align: center;
  }
  .p-information__tit {
    font-size: 4.0rem;
    margin-bottom: 50px;
  }
  .p-information__text:nth-of-type(1) {
    font-size: 2.8rem;
  }
  .p-information__text:nth-of-type(2) {
    font-size: 3.6rem;
  }
  .p-information__info {
    margin: 80px 0;
  }
  .p-information__info dl {
    flex-basis: 300px;
    max-width: 300px;
    margin: 0 16px;
  }
  .p-information__info dt {
    font-size: 2rem;
    margin: 0 25px 15px;
  }
  .p-information__info dd {
    font-size: 2.4rem;
  }
  .p-information__map {
    margin-bottom: 80px;
  }
  .p-information__map--flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .p-information__map--flex .p-information__img {
    width: calc(50% + 40px);
  }
  .p-information__map--flex .map_inf {
    width: calc(50% - 40px);
  }
  .p-information__map .map_inf h4 {
    font-size: 4.5rem;
  }
  .p-information__map .map_inf p {
    font-size: 1.8rem;
  }
  .p-information__btn {
    margin: 50px auto;
    font-size: 2.4rem;
    max-width: 300px;
  }
  .p-guidemap {
    padding: 100px 0;
    background: url("../image/bg_guidemap_01_pc.jpg") no-repeat top center #B2C7E0;
    background-size: 100% auto;
  }
  .p-guidemap::after {
    font-size: 1.4rem;
    padding: 15px 10px;
    background: url("../image/bg_guidemap_02_pc.jpg") no-repeat bottom center/100% auto;
  }
  .p-guidemap__tit-en {
    padding: 0 100px 40px !important;
  }
  .p-guidemap__tit-en::before, .p-guidemap__tit-en::after {
    height: 61px !important;
  }
  .p-guidemap__tit-s {
    font-size: 2.5rem;
    margin-bottom: 30px;
    align-items: center;
  }
  .p-guidemap__tit-s::before, .p-guidemap__tit-s::after {
    margin-bottom: 0;
  }
  .p-guidemap__box {
    padding: 70px;
    text-align: center;
  }
  .p-guidemap__info {
    max-width: 600px;
    margin-bottom: 60px;
  }
  .p-guidemap__info dl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url("../image/bg_guidemap_04_pc.svg") repeat-x center/auto 100%;
    min-height: 125px;
  }
  .p-guidemap__info dl::before, .p-guidemap__info dl::after {
    content: "";
    display: block;
    background: url("../image/bg_guidemap_03_pc.svg") no-repeat right center #FFF;
    background-size: auto 100%;
    width: 38px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .p-guidemap__info dl::before {
    left: 0;
  }
  .p-guidemap__info dl::after {
    transform: scaleX(-1);
    right: 0;
  }
  .p-guidemap__info dt, .p-guidemap__info dd {
    background: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .p-guidemap__info dt span {
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-guidemap__info dd {
    border-left: 2px dotted #555;
    padding-left: 20px;
    margin-left: 20px;
  }
  .p-guidemap__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-guidemap__img dl {
    flex-basis: 47.9166666667%;
    max-width: 47.9166666667%;
  }
  .p-guidemap__img dt {
    font-size: 2.4rem;
    padding: 10px;
    margin-bottom: 30px;
  }
  .p-guidemap__img dd {
    max-width: 300px;
    margin: 0 auto 50px;
  }
  .p-guidemap__attention, .p-guidemap__guide {
    margin-bottom: 70px;
  }
  .p-guidemap__gmap #gmap {
    height: 500px;
  }
  .p-location {
    padding: 195px 0;
  }
  .p-location::before {
    height: 45px;
  }
  .p-location::after {
    height: 45px;
  }
  .p-location__box {
    margin-bottom: 70px;
  }
  .p-location__tit {
    margin-top: 70px;
  }
  .p-location__text {
    font-size: 2.5rem;
  }
  .p-location__list {
    padding: 30px 60px;
    margin-bottom: 60px;
    display: block;
  }
  .p-location__list:nth-last-child(2) {
    /*margin-bottom: 40px;*/
  }
  .p-location__list.photo {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
  .p-location__list.photo figcaption {
    font-size: 2rem;
  }
  .p-location__list li {
    flex-basis: 50%;
    max-width: 50%;
    max-width: 100%;
    padding: 0;
  }
  .p-location__list li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .p-location__list dl {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: left;
    font-size: 1.97rem;
  }
  .p-location__list dl strong span {
    display: inline;
    opacity: 0;
  }
  .p-location__list dt {
    font-size: 2.5rem;
    margin: 0;
    /*@include fb(12.6em);*/
  }
  .p-location__list dd {
    font-size: 2rem;
    text-align: right;
    margin: 0;
  }
  .p-access {
    padding: 100px 0 100px;
  }
  .p-access__box {
    margin-top: 80px;
    padding: 90px 70px 30px;
  }
  .p-access__tit {
    font-size: 3rem;
    top: -42px;
  }
  .p-access__flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .p-access__flex figure, .p-access__flex > img {
    width: calc(50% - 50px);
  }
  .p-access__flex > div {
    width: 50%;
  }
  .p-access__list {
    margin-bottom: 5px;
  }
  .p-access__list li {
    font-size: 1.6rem;
  }
  .p-access__list dl {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .p-access__list dt {
    font-size: 2.4rem;
  }
  .p-access__list dd {
    font-size: 1.8rem;
  }
  .p-access__list strong {
    color: #D1A700;
    font-size: 200%;
    line-height: 1.1;
    margin: 0 0.25em;
  }
  .p-access__attention {
    margin-top: 40px;
  }
  .p-overview__inner {
    max-width: 1100px;
  }
  .p-overview__tit-ss {
    text-align: center;
    margin: 40px 0 30px;
    font-size: 2.0rem;
  }
  .p-overview dt {
    flex-basis: 18.1981981982%;
    max-width: 18.1981981982%;
    padding: 25px 20px;
  }
  .p-overview dt br {
    display: inline-block;
  }
  .p-overview dd {
    flex-basis: 81.8018018018%;
    max-width: 81.8018018018%;
    padding: 25px 20px 25px 0;
  }

  .c-tit__sec-jp {
    font-size: 4.6rem;
    padding: 0 90px 40px;
    width: 620px;
  }
  .c-tit__sec-jp::before, .c-tit__sec-jp::after {
    height: 44px;
  }
  .c-tit__sec-en {
    font-size: 5.2rem;
  }
  .c-tit__en {
    color: 5.2rem;
    display: block;
  }
  .c-tit__en-copy {
    border: none;
    margin: 0;
    padding: 0;
  }
  .c-tit__para {
    font-size: 4rem;
    margin-bottom: 40px;
  }
  .c-tit__para-s {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .c-tit__para-s span {
    padding: 0 20px;
  }
  .c-tit__box {
    border-left-width: 2px;
    border-right-width: 2px;
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .c-tit__box::before, .c-tit__box::after, .c-tit__box-inner::before, .c-tit__box-inner::after {
    width: 46px;
    height: 46px;
  }
  .c-tit__box::before, .c-tit__box-inner::before {
    left: -2px;
  }
  .c-tit__box::after, .c-tit__box-inner::after {
    right: -2px;
  }
  .c-tit__box-inner {
    padding: 30px;
  }
  .c-tit__box-bg {
    background-size: auto 10px;
    height: 10px;
  }
  .c-tit__box-bg::before, .c-tit__box-bg::after {
    width: calc(50% - 40px);
    height: 2px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #1A80A1 2px, #1A80A1 4px);
  }

  _:-ms-lang(x)::-ms-backdrop, .p-guidemap__info dl {
    height: 125px;
  }
}
