@charset "UTF-8";
:root {
  --color-primary: #003e7f;
  --color-secondary: #0a98de;
  --color-green: #168816;
  --color-red: #e51f4e;
  --color-orange: #de6a07;
  --color-gray-900: #333333;
  --color-gray-700: #777777;
  --color-gray-300: #dddddd;
  --color-gray-100: #f0f0f0;
  --color-white: #ffffff;
}

:root {
  --font-size-xxs: calc(10 / 16 * 1rem);
  --font-size-xs: calc(12 / 16 * 1rem);
  --font-size-s: calc(14 / 16 * 1rem);
  --font-size-m: calc(16 / 16 * 1rem);
  --font-size-l: calc(18 / 16 * 1rem);
  --font-size-xl: calc(18 / 16 * 1rem);
  --font-size-xl20: calc(20 / 16 * 1rem);
  --font-size-2xl: calc(24 / 16 * 1rem);
  --font-size-3xl: calc(32 / 16 * 1rem);
  --font-size-4xl: calc(40 / 16 * 1rem);
  --font-size-5xl: calc(48 / 16 * 1rem);
}

@media screen and (max-width: 750px) {
  :root {
    --font-size-l: calc(16 / 16 * 1rem);
    --font-size-xl: calc(20 / 16 * 1rem);
    --font-size-xl20: calc(20 / 16 * 1rem);
    --font-size-2xl: calc(20 / 16 * 1rem);
    --font-size-3xl: calc(24 / 16 * 1rem);
    --font-size-4xl: calc(28 / 16 * 1rem);
    --font-size-5xl: calc(32 / 16 * 1rem);
  }
}
.cmn_und_sttl01 {
  display: block;
}
.cmn_und_sttl01 .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: var(--font-size-s);
  position: relative;
  display: block;
}
.cmn_und_sttl01 .en .text {
  background: #fff;
  padding-right: 1em;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cmn_und_sttl01 .en:after {
  content: "";
  height: 1px;
  background: #DDDDDD;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  left: 0;
  width: 100%;
}
.cmn_und_sttl01 .ja {
  display: block;
  margin-top: 80px;
  font-size: var(--font-size-2x1);
  font-weight: 400;
  margin-top: 40px;
}
@media screen and (min-width: 751px) {
  .cmn_und_sttl01 .ja {
    margin-top: 80px;
  }
}
.cmn_und_sttl02 {
  display: block;
}
.cmn_und_sttl02 .en {
  font-size: var(--font-size-xxs);
  color: #003E7F;
  margin-bottom: 1.3vw;
  display: block;
}
@media screen and (min-width: 751px) {
  .cmn_und_sttl02 .en {
    margin-bottom: 10px;
  }
}
.cmn_und_sttl02 .ja {
  display: block;
  font-size: var(--font-size-2x1);
  font-weight: 400;
}
.cmn_und_sec {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .cmn_und_sec {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.fll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.flr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ml1em {
  margin-left: 1em;
}

.mr1em {
  margin-left: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.mt1em {
  margin-top: 1em;
}

.ml2em {
  margin-left: 2em;
}

.mr2em {
  margin-left: 2em;
}

.mb2em {
  margin-bottom: 2em;
}

.mt2em {
  margin-top: 2em;
}

.ml3em {
  margin-left: 3em;
}

.mr3em {
  margin-left: 3em;
}

.mb3em {
  margin-bottom: 3em;
}

.mt3em {
  margin-top: 3em;
}

.ml4em {
  margin-left: 4em;
}

.mr4em {
  margin-left: 4em;
}

.mb4em {
  margin-bottom: 4em;
}

.mt4em {
  margin-top: 4em;
}

.ml5em {
  margin-left: 5em;
}

.mr5em {
  margin-left: 5em;
}

.mb5em {
  margin-bottom: 5em;
}

.mt5em {
  margin-top: 5em;
}

.ml6em {
  margin-left: 6em;
}

.mr6em {
  margin-left: 6em;
}

.mb6em {
  margin-bottom: 6em;
}

.mt6em {
  margin-top: 6em;
}

.ml7em {
  margin-left: 7em;
}

.mr7em {
  margin-left: 7em;
}

.mb7em {
  margin-bottom: 7em;
}

.mt7em {
  margin-top: 7em;
}

.ml8em {
  margin-left: 8em;
}

.mr8em {
  margin-left: 8em;
}

.mb8em {
  margin-bottom: 8em;
}

.mt8em {
  margin-top: 8em;
}

.ml9em {
  margin-left: 9em;
}

.mr9em {
  margin-left: 9em;
}

.mb9em {
  margin-bottom: 9em;
}

.mt9em {
  margin-top: 9em;
}

.ml10em {
  margin-left: 10em;
}

.mr10em {
  margin-left: 10em;
}

.mb10em {
  margin-bottom: 10em;
}

.mt10em {
  margin-top: 10em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header::before {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.5019607843)));
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.5019607843));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.header h1 {
  z-index: 10;
}
.header h1 svg {
  fill: var(--color-white);
  aspect-ratio: 168/40;
  height: 40px;
  display: block;
}
.header-in {
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (max-width: 750px) {
  .header-in {
    margin-left: 4vw;
    margin-right: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: none;
  }
}
.header-nav {
  z-index: 0;
}
.header-nav nav {
  padding: 30px 40px;
  position: relative;
}
.header-nav nav ul {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  .header-nav nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.header-nav nav ul a,
.header-nav nav ul button {
  font-size: 15px;
  color: var(--color-white);
}
.header-nav nav .current a {
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: right bottom;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-white)), to(var(--color-white)));
  background-image: linear-gradient(90deg, var(--color-white), var(--color-white));
}
.header-nav nav .is-active {
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: right bottom;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-white)), to(var(--color-white)));
  background-image: linear-gradient(90deg, var(--color-white), var(--color-white));
}

.mega_nav {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  position: absolute;
  top: 84px;
  left: 0;
  width: 100%;
  background-color: var(--color-gray-100);
  padding: 40px 0;
}
.mega_nav.is-active {
  top: 84px;
  visibility: visible;
  opacity: 1;
  z-index: 4;
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.mega_nav_in {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.mega_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--color-gray-300);
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.mega_header a {
  color: var(--color-gray-900);
}
.mega_body .mega_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.mega_body .mega_list a {
  color: var(--color-gray-900);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.drawer-nav {
  overflow: auto;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 14;
  max-width: 400px;
  height: 100vh;
  width: 100%;
  padding: 40px 40px 80px;
  background-color: var(--color-white);
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
@media screen and (max-width: 750px) {
  .drawer-nav {
    left: auto;
    right: -100%;
    padding: 40px 24px 80px;
  }
}
.drawer-nav.is-active {
  left: 0;
}
@media screen and (max-width: 750px) {
  .drawer-nav.is-active {
    left: auto;
    right: 0;
  }
}
.drawer-nav a {
  color: var(--color-gray-900);
}
.drawer-nav nav {
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .drawer-nav nav {
    padding-top: 0;
  }
}
.drawer-nav-main-list {
  font-size: var(--font-size-m);
  padding: 40px 0;
}
.drawer-nav-main-list > li {
  border-bottom: 1px solid var(--color-gray-300);
}
.drawer-nav-main-list > li:first-child {
  border-top: 1px solid var(--color-gray-300);
}
.drawer-nav-main-list > li > a {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-gray-900);
  width: 100%;
}
.drawer-nav-main-list .accordion_btn {
  font-size: var(--font-size-m);
  width: 100%;
  text-align: left;
  position: relative;
  padding: 16px;
}
.drawer-nav-main-list .accordion_btn::before, .drawer-nav-main-list .accordion_btn::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background-color: var(--color-primary);
  left: auto;
  right: 16px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: rotate 0.3s ease-out;
  transition: rotate 0.3s ease-out;
}
.drawer-nav-main-list .accordion_btn::after {
  rotate: 90deg;
}
.drawer-nav-main-list .accordion_btn.is-active::after {
  rotate: 0deg;
}
.drawer-nav-main-list .accordion_content ul {
  padding: 16px;
  background-color: var(--color-gray-100);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.drawer-nav-sub-list {
  font-size: var(--font-size-m);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.drawer-nav-sub-list > li {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.info-nav {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 11;
  max-width: 400px;
  height: 100vh;
  width: 100%;
  padding: 40px 40px 80px;
  background-color: var(--color-primary);
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
@media screen and (max-width: 750px) {
  .info-nav {
    padding: 40px 24px 80px;
  }
}
.info-nav.is-active {
  right: 0;
}
.info-nav a {
  color: var(--color-white);
}
.info-nav h3 {
  color: var(--color-white);
}
.info-nav .btn-close-only {
  color: var(--color-white);
}
.info-nav .btn-icon_close:after,
.info-nav .btn-icon_close:before {
  background-color: var(--color-white);
}
.info-nav-tel-box {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.info-nav-tel-box p:nth-child(1) {
  font-size: var(--font-size-l);
}
.info-nav-tel-box p:nth-child(2) {
  font-size: 1.5rem;
}
.info-nav-tel-box p:nth-child(2)::before {
  content: "TEL";
  font-size: 0.6em;
  padding-right: 0.3em;
}
.info-nav-tel-box p:nth-child(3) {
  font-size: var(--font-size-s);
}
@media screen and (min-width: 751px) {
  .info-nav-tel-box a {
    pointer-events: none;
  }
}
.info-nav-links h3 {
  font-weight: normal;
  font-size: var(--font-size-l);
}
.info-nav-links ul {
  padding: 24px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
}
.info-nav-links ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.info-nav-links ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.info-nav-links ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 16px;
}

.footer {
  border-radius: 30px 30px 0 0;
  padding-bottom: 120px;
  padding-top: 120px;
  background-color: var(--color-gray-100);
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 40px;
  }
}
.footer-in {
  /* padding-left: 40px; */
  /* padding-right: 40px; */
  padding-left: 4vw;
  padding-right: 4vw;
}
.footer-logo svg {
  aspect-ratio: 168/40;
  display: block;
  height: 48px;
  fill: var(--color-primary);
}
.footer-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--color-gray-300);
}
.footer-info .cmn-ttl .en {
  padding-bottom: 16px;
}
.footer-info .cmn-txt {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-info-in {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 4vw;
}
@media screen and (max-width: 1060px) {
  .footer-info-in {
    padding: 0px 4vw 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.footer-info-card {
  padding: 5rem 5rem 0;
}
@media screen and (max-width: 1060px) {
  .footer-info-card {
    padding: 24px 0 24px 24px;
  }
}
@media screen and (min-width: 751px) {
  .footer-info-card-list {
    margin-top: 20px;
  }
}
.footer-info-card-list li {
  border-bottom: 1px solid var(--color-gray-100);
}
.footer-info-card-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 0;
  color: var(--color-gray-900);
}
.footer-links {
  padding: 72px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 4% 220fr 4% 220fr 4% 360fr;
  grid-template-columns: 360px 220fr 220fr 360fr;
  gap: 4%;
  border-bottom: 1px solid var(--color-gray-300);
}
@media screen and (max-width: 1200px) {
  .footer-links {
    padding: 32px 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    -ms-grid-rows: auto 2rem auto 2rem auto;
        grid-template-areas: "group-2-3" "item-4" "item-1";
  }
  .footer-links .item-1 {
    grid-area: item-1;
    margin: auto;
  }
  .footer-links .group-2-3 {
    grid-area: group-2-3;
    /* (2,3) の中身はSPでも横並び */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem; /* 内側のgap */
  }
  .footer-links .item-4 {
    grid-area: item-4;
  }
}
@media screen and (max-width: 750px) {
  .footer-links {
    padding: 32px 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    -ms-grid-rows: auto 2rem auto 2rem auto;
        grid-template-areas: "group-2-3" "item-4" "item-1";
  }
  .footer-links .item-1 {
    grid-area: item-1;
    margin: auto;
  }
  .footer-links .group-2-3 {
    grid-area: group-2-3;
    /* (2,3) の中身はSPでも横並び */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem; /* 内側のgap */
  }
  .footer-links .item-4 {
    grid-area: item-4;
  }
  .footer-links .item-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .footer-links .group-2-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-links .item-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 1200px){
  .footer-links .item-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .footer-links .group-2-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-links .item-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer-links .item-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .footer-links .group-2-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-links .item-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 750px){
  .footer-links .item-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .footer-links .group-2-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-links .item-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.footer-links a {
  color: var(--color-gray-900);
}
.footer-link-list {
  display: contents;
}
@media screen and (max-width: 750px) {
  .footer-link-list {
    display: -ms-grid;
    display: grid;
  }
}
.footer-link-item {
  font-size: 0.8125rem;
}
.footer-address-image {
  padding-bottom: 24px;
}
.footer-address-text a {
  text-decoration: underline;
}
.footer-list li {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer-list2 li {
    border-bottom: 1px solid var(--color-gray-300);
  }
}
@media screen and (max-width: 767px) {
  .footer-list2 li:first-child {
    border-top: 1px solid var(--color-gray-300);
  }
}
@media screen and (min-width: 751px) {
  .footer-list2 li:first-child {
    border-bottom: 1px solid var(--color-gray-300);
  }
}
.footer-list2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.footer-list2 li a .cmn-ttl .ja {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .footer-list2 li a .cmn-ttl .ja {
    font-size: 13px;
  }
}
.footer-list2 li a .cmn-ttl .en {
  color: var(--color-gray-700);
  font-size: 12px;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding-top: 48px;
}
@media screen and (max-width: 960px) {
  .footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.footer-nav a {
  color: var(--color-gray-900);
}
.footer-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .footer-nav nav ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-top {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-top.is-fixed {
  position: fixed;
  right: 4vw;
  bottom: 4vw;
  z-index: 30;
}
@media screen and (max-width: 750px) {
  .page-top.is-fixed {
    bottom: 16vw;
  }
}
.page-top.is-fixed.is-scrolling {
  -webkit-transform: translateX(4vw);
          transform: translateX(4vw);
  opacity: 0;
  pointer-events: none;
}
.page-top a {
  display: inline-block;
  border-top: 1px solid var(--color-gray-900);
  width: 1.5rem;
  margin-bottom: 1rem;
}
.page-top a:hover {
  overflow: hidden;
}
.page-top a:hover svg {
  -webkit-animation: move-up-and-reset 0.3s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: move-up-and-reset 0.3s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.page-top svg {
  aspect-ratio: 1/1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
}

.card-border {
  position: relative;
}
.card-border::before, .card-border::after {
  content: "";
  inset: 0;
  position: absolute;
  border-radius: 22px 0 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  pointer-events: none;
}
.card-border::before {
  border-top: 1px solid var(--color-gray-300);
  border-left: 1px solid var(--color-gray-300);
  -webkit-mask-image: linear-gradient(135deg, var(--color-gray-900) 0%, transparent 70%);
          mask-image: linear-gradient(135deg, var(--color-gray-900) 0%, transparent 70%);
}
.card-border::after {
  background-color: oklab(0% 0 0/0.1);
  -webkit-mask-image: linear-gradient(135deg, var(--color-gray-900) 0%, transparent 70%);
          mask-image: linear-gradient(135deg, var(--color-gray-900) 0%, transparent 70%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 750px) {
  .card-border:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card-border:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

*[id] {
  scroll-margin-top: 130px;
}
@media screen and (max-width: 750px) {
  *[id] {
    scroll-margin-top: 73px;
  }
}

main {
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 73px;
  }
}
.top main {
  padding-top: 0px;
}
@media screen and (max-width: 750px) {
  .top main {
    padding-top: 0px;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
}

ul {
  list-style: none;
}
ul li {
  list-style: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
}
button svg {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

button,
select {
  color: var(--color-gray-900);
}

a {
  text-decoration: none;
  color: var(--color-gray-900);
  -webkit-transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.pc-visible {
  display: none !important;
}
@media screen and (min-width: 751px) {
  .pc-visible {
    display: block !important;
  }
}

.pc-visible_fl {
  display: none !important;
}
@media screen and (min-width: 751px) {
  .pc-visible_fl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sp-visible {
  display: block !important;
}
@media screen and (min-width: 751px) {
  .sp-visible {
    display: none !important;
  }
}

.pc-br-visible {
  display: none !important;
}
@media screen and (min-width: 751px) {
  .pc-br-visible {
    display: inline !important;
  }
}

.sp-br-visible {
  display: inline !important;
}
@media screen and (min-width: 751px) {
  .sp-br-visible {
    display: none !important;
  }
}

.en,
.num {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body.is-header-white header.header::before,
body.is-scrolled header.header::before,
body.blur-active header.header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  background-color: var(--color-white);
  background-image: none;
  backdrop-filter: blur(10px);
  -webkit-transition: backdrop-filter 0.25s ease, -webkit-filter 0.25s;
  transition: backdrop-filter 0.25s ease, -webkit-filter 0.25s;
  transition: backdrop-filter 0.25s ease, filter 0.25s;
  transition: backdrop-filter 0.25s ease, filter 0.25s, -webkit-filter 0.25s;
}

body header.header::before {
  -webkit-transition: backdrop-filter 0.25s ease, -webkit-filter 0.25s;
  transition: backdrop-filter 0.25s ease, -webkit-filter 0.25s;
  transition: backdrop-filter 0.25s ease, filter 0.25s;
  transition: backdrop-filter 0.25s ease, filter 0.25s, -webkit-filter 0.25s;
}

body.is-header-white .header h1 svg,
body.is-scrolled .header h1 svg,
body.blur-active .header h1 svg {
  fill: #003e7f;
}
body.is-header-white .header-in,
body.is-scrolled .header-in,
body.blur-active .header-in {
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-300);
}
body.is-header-white .header-nav nav,
body.is-scrolled .header-nav nav,
body.blur-active .header-nav nav {
  padding: 16px 40px;
}
body.is-header-white .header-nav nav .current a,
body.is-header-white .header-nav nav .is-active,
body.is-scrolled .header-nav nav .current a,
body.is-scrolled .header-nav nav .is-active,
body.blur-active .header-nav nav .current a,
body.blur-active .header-nav nav .is-active {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-gray-900)), to(var(--color-gray-900)));
  background-image: linear-gradient(90deg, var(--color-gray-900), var(--color-gray-900));
}
body.is-header-white .header-nav nav ul a,
body.is-header-white .header-nav nav ul button,
body.is-scrolled .header-nav nav ul a,
body.is-scrolled .header-nav nav ul button,
body.blur-active .header-nav nav ul a,
body.blur-active .header-nav nav ul button {
  color: var(--color-gray-900);
}
body.is-header-white .mega_nav,
body.is-header-white .mega_nav.is-active,
body.is-scrolled .mega_nav,
body.is-scrolled .mega_nav.is-active,
body.blur-active .mega_nav,
body.blur-active .mega_nav.is-active {
  top: 56px;
}
body.is-header-white .btn-drawer,
body.is-scrolled .btn-drawer,
body.blur-active .btn-drawer {
  color: var(--color-gray-900);
}
body.is-header-white .btn-icon_hamburger,
body.is-scrolled .btn-icon_hamburger,
body.blur-active .btn-icon_hamburger {
  background-color: var(--color-gray-900);
}
body.is-header-white .btn-icon_hamburger:after,
body.is-header-white .btn-icon_hamburger:before,
body.is-scrolled .btn-icon_hamburger:after,
body.is-scrolled .btn-icon_hamburger:before,
body.blur-active .btn-icon_hamburger:after,
body.blur-active .btn-icon_hamburger:before {
  background-color: var(--color-gray-900);
}

body.blur-active main::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  background-color: oklab(0 0 0/0.5);
  backdrop-filter: blur(10px);
  -webkit-transition: backdrop-filter 0.25s ease, -webkit-filter 0.25s;
  transition: backdrop-filter 0.25s ease, -webkit-filter 0.25s;
  transition: backdrop-filter 0.25s ease, filter 0.25s;
  transition: backdrop-filter 0.25s ease, filter 0.25s, -webkit-filter 0.25s;
}

.spot .breadcrumb.is-overlay,
.reserve .breadcrumb.is-overlay {
  text-shadow: none;
  color: #333;
}

.l_und_headding {
  padding-top: 10.6vw;
  padding-bottom: 6.6vw;
  padding-left: 65px;
  padding-right: 65px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .l_und_headding {
    padding-top: 120px;
  }
}
@media screen and (min-width: 751px) {
  .l_und_headding {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 750px) {
  .l_und_headding {
    padding-left: 0;
    padding-right: 0;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.l_und_contents {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 192px 80px 1fr;
  grid-template-columns: 192px 1fr;
  gap: 80px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
  padding-left: 4vw;
  padding-right: 4vw;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 751px) {
  .l_und_contents {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 751px) {
  .l_und_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 65px;
    padding-right: 65px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 751px) {
  .l_und_contentsMain {
    width: auto;
    margin-left: 0px;
  }
}
.l_und_contentsSide {
  position: sticky;
  height: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  top: 130px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .l_und_contentsSide {
    margin-top: 10.6vw;
  }
}
@media screen and (min-width: 751px) {
  .l_und_contentsSide {
    min-width: 220px;
    width: 20%;
    border-top: 1px solid var(--color-gray-300);
  }
}
.l_und_contentsSide .ttl {
  font-size: var(--font-size-m);
  font-weight: normal;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 0vw;
}
@media screen and (min-width: 751px) {
  .l_und_contentsSide .ttl {
    margin-bottom: 20px;
  }
}
.l_und_contentsSideNaviSubList {
  margin-top: 0vw;
  border-radius: 4px;
  background: #F0F0F0;
  padding-bottom: 5.3vw;
}
@media screen and (min-width: 751px) {
  .l_und_contentsSideNaviSubList {
    margin-top: 16px;
  }
}
@media screen and (min-width: 751px) {
  .l_und_contentsSideNaviSubList {
    padding: 1em 1em;
  }
}
.l_und_contentsSideNaviSubList li + li {
  margin-top: 0.5vw;
}
@media screen and (min-width: 751px) {
  .l_und_contentsSideNaviSubList li + li {
    margin-top: 10px;
  }
}
.l_und_contentsSideNaviSubList li a {
  font-size: var(--font-size-s);
  position: relative;
  padding-right: 2em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .l_und_contentsSideNaviSubList li a {
    padding-right: 3em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 751px) {
  .l_und_contentsSideNaviSubList li a {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 751px) {
  .l_und_contentsSideNaviSubList li a .ico {
    padding: 3px 9px;
    background: none !important;
    border: none !important;
    position: static;
  }
}
@media screen and (max-width: 750px) {
  .l_und_contentsSideNaviSubList li a .ico {
    position: absolute;
    right: 0;
    padding: 10px 14px;
    background: #fff;
  }
}
.l_und_contentsSideNaviSubList li a .arrow {
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.25em;
  right: 0;
  fill: #003e7f;
}
@media screen and (max-width: 750px) {
  .l_und_contentsSideNaviSubList li a .arrow {
    right: 0.5rem;
  }
}
@media screen and (min-width: 751px) {
  .l_und_contentsSideNaviSubList li a:hover .ico svg {
    -webkit-animation: none !important;
            animation: none !important;
    fill: #003e7f !important;
  }
}
@media screen and (min-width: 751px) {
  .l_und_contentsSideNaviSubList li a:hover .arrow {
    fill: #003e7f !important;
  }
}
@media screen and (max-width: 750px) {
  .l_und_contentsSideNaviSubList li.is-current a .arrow {
    fill: #003e7f !important;
  }
}
.l_und_2cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .l_und_2cols {
    margin-left: 3.3vw;
    margin-right: 3.3vw;
  }
}
.l_und_2cola {
  margin-top: 7.9vw;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .l_und_2cola {
    margin-top: 110px;
  }
}
.l_und_2cola.is-head {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .l_und_2cola.is-head {
    margin-bottom: 7.9vw;
  }
}
@media screen and (min-width: 751px) {
  .l_und_2cola {
    width: 40%;
    margin-right: 40px;
  }
}
.l_und_2colb {
  margin-top: 7.9vw;
  width: 100%;
  word-wrap: break-word;
}
@media screen and (min-width: 751px) {
  .l_und_2colb {
    margin-top: 110px;
  }
}
.l_und_2colb.is-head {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .l_und_2colb {
    width: calc(60% - 40px);
  }
}
.l_und_2colb .ttl {
  font-size: var(--font-size-xl);
  margin-bottom: 5.3vw;
  display: block;
}
@media screen and (min-width: 751px) {
  .l_und_2colb .ttl {
    margin-bottom: 25px;
  }
}
.l_und_2colb .text {
  font-size: var(--font-size-m);
  line-height: 1.8;
}
.l_und_2colb .text + .text {
  margin-top: 1em;
}
.l_und_2colb.has-line {
  position: relative;
  border-top: 1px solid #DDDDDD;
  padding-top: 7.9vw;
}
@media screen and (min-width: 751px) {
  .l_und_2colb.has-line {
    padding-top: 30px;
  }
}
.l_und_2colb.has-line:before {
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 62, 127)), color-stop(70%, rgb(0, 62, 127)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(0, 62, 127) 0%, rgb(0, 62, 127) 70%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 16px;
}
@media screen and (max-width: 750px) {
  .l_und_2colb.has-line:before {
    width: 3.1vw;
  }
}

.info-image {
  margin-bottom: 13.3vw;
}
@media screen and (min-width: 751px) {
  .info-image {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 750px) {
  .info-image {
    margin-left: 5.3vw;
    margin-right: -4vw;
  }
}
@media screen and (min-width: 751px) {
  .info-image {
    margin-right: -4vw;
  }
}
.info_parts_hotel {
  padding-top: 7.9vw;
  padding-right: 7.9vw;
  padding-bottom: 7.9vw;
  padding-left: 7.9vw;
  border: 1px solid #F0F0F0;
  margin-top: 11.9vw;
}
@media screen and (min-width: 751px) {
  .info_parts_hotel {
    padding-top: 50px;
  }
}
@media screen and (min-width: 751px) {
  .info_parts_hotel {
    padding-right: 50px;
  }
}
@media screen and (min-width: 751px) {
  .info_parts_hotel {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 751px) {
  .info_parts_hotel {
    padding-left: 50px;
  }
}
@media screen and (min-width: 751px) {
  .info_parts_hotel {
    margin-top: 110px;
  }
}
@media screen and (max-width: 750px) {
  .info_parts_hotel {
    margin-left: 5.3vw;
    margin-right: 5.3vw;
  }
}
.info_parts_hotelTtl {
  background: #F0F0F0;
  font-size: var(--font-size-l);
  padding: 0.5em 1em;
  text-align: left;
  margin-bottom: 7.9vw;
}
@media screen and (min-width: 751px) {
  .info_parts_hotelTtl {
    margin-bottom: 20px;
  }
}
.info_parts_hotel .hotelImg {
  width: 100%;
  margin-bottom: 7.9vw;
}
@media screen and (min-width: 751px) {
  .info_parts_hotel .hotelImg {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 751px) {
  .info_parts_hotel .hotelImg {
    margin-right: 40px;
    width: 40%;
    max-width: 336px;
  }
}
.info_parts_hotel .hotelAddress {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .info_parts_hotel .hotelAddress {
    width: 65%;
  }
}
.info_parts_hotelBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .info_parts_hotelBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .info-address-list {
    margin-bottom: 7.9vw;
  }
}
.info-address-text {
  font-size: var(--font-size-m);
  margin-bottom: 7.9vw;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .info-address-text {
    margin-bottom: 35px;
  }
}
.info-address-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #F0F0F0;
  padding: 1em 0;
}
@media screen and (min-width: 751px) {
  .info-address-line {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .info-address-line {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.info-address-line:last-child {
  border-bottom: 1px solid #F0F0F0;
}
.info-address-line dt {
  color: #777777;
  width: 100%;
  margin-bottom: 2.6vw;
  font-size: var(--font-size-m);
}
@media screen and (min-width: 751px) {
  .info-address-line dt {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 751px) {
  .info-address-line dt {
    width: 25%;
  }
}
.info-address-line dd {
  width: 100%;
  font-size: var(--font-size-m);
}
@media screen and (min-width: 751px) {
  .info-address-line dd {
    margin-left: 1em;
    width: 70%;
  }
}
.info_btnReturnAround {
  margin-top: 13.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 751px) {
  .info_btnReturnAround {
    margin-top: 110px;
  }
}
@media screen and (max-width: 750px) {
  .info_btnReturnAround {
    margin-left: 5.3vw;
    margin-right: 5.3vw;
  }
}

.res_lead_text {
  margin-bottom: 5.9vw;
  font-size: var(--font-size-m);
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .res_lead_text {
    margin-bottom: 115px;
  }
}
.res_entrybox {
  background: #F0F0F0;
  padding-top: 6.6vw;
  padding-right: 6.6vw;
  padding-bottom: 6.6vw;
  padding-left: 6.6vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .res_entrybox {
    padding-top: 40px;
  }
}
@media screen and (min-width: 751px) {
  .res_entrybox {
    padding-right: 40px;
  }
}
@media screen and (min-width: 751px) {
  .res_entrybox {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 751px) {
  .res_entrybox {
    padding-left: 40px;
  }
}
.res_entrybox > .text {
  font-size: var(--font-size-m);
  margin-bottom: 3.3vw;
}
@media screen and (min-width: 751px) {
  .res_entrybox > .text {
    margin-bottom: 30px;
  }
}
.res_entrybox_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .res_entrybox .cmn-btn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.res_entrybox .cmn-btn .text {
  text-align: left;
}
.res_entrybox .cmn-btn .ico {
  margin-left: 1em;
}
.res_tbl {
  border: 1px solid #DDDDDD;
  width: 100%;
  margin-top: 4.6vw;
}
@media screen and (min-width: 751px) {
  .res_tbl {
    margin-top: 50px;
  }
}
.res_tbl td, .res_tbl th {
  padding: 1em;
  font-size: var(--font-size-m);
}
.res_tbl td:nth-child(1), .res_tbl th:nth-child(1) {
  width: 35%;
}
.res_tbl td:nth-child(2), .res_tbl th:nth-child(2) {
  width: 65%;
}
.res_tbl td:nth-child(1) {
  border-right: 1px solid #DDDDDD;
}
.res_tbl tr {
  border-bottom: 1px solid #DDDDDD;
}
.res_tbl th {
  background: #707070;
  color: #fff;
}
.res_tbl th:nth-child(1) {
  border-right: 1px solid #fff;
}
.res_tbl .tar {
  text-align: left;
}
@media screen and (min-width: 751px) {
  .res_tbl .tar {
    text-align: right;
  }
}
.res_tbl .bgg {
  background: #F0F0F0;
}
.res_attbox {
  margin-top: 2.6vw;
  border: 1px solid #DDDDDD;
  padding-top: 3.9vw;
  padding-right: 3.9vw;
  padding-bottom: 3.9vw;
  padding-left: 3.9vw;
}
@media screen and (min-width: 751px) {
  .res_attbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  .res_attbox {
    padding-top: 50px;
  }
}
@media screen and (min-width: 751px) {
  .res_attbox {
    padding-right: 50px;
  }
}
@media screen and (min-width: 751px) {
  .res_attbox {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 751px) {
  .res_attbox {
    padding-left: 50px;
  }
}
.res_attbox.is-yoyaku {
  height: 91.7333333333vw;
  scrollbar-color: #003E7F #DDD;
  scrollbar-width: thin;
  overflow-y: scroll;
}
@media screen and (min-width: 751px) {
  .res_attbox.is-yoyaku {
    height: 455px;
  }
}
.res_attbox .ttl {
  background: #F0F0F0;
  display: block;
  padding: 1em;
  margin-bottom: 2em;
  font-size: var(--font-size-l);
}
.res_attbox .text {
  font-size: var(--font-size-m);
  line-height: 1.8;
}
.res_attbox .list {
  margin-top: 2em;
}
.res_attbox .list + .ttl {
  margin-top: 2em;
}
.res_attbox .list li {
  position: relative;
  padding-left: 1em;
}
.res_attbox .list li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.res_attbox .list li + li {
  margin-top: 1em;
}
.res_period {
  margin-top: 6.6vw;
}
@media screen and (min-width: 751px) {
  .res_period {
    margin-top: 100px;
  }
}
.res_price {
  margin-top: 6.6vw;
}
@media screen and (min-width: 751px) {
  .res_price {
    margin-top: 100px;
  }
}
.res_merit {
  margin-top: 6.6vw;
}
@media screen and (min-width: 751px) {
  .res_merit {
    margin-top: 100px;
  }
}
.res_merit-list {
  margin-top: 3.9vw;
}
@media screen and (min-width: 751px) {
  .res_merit-list {
    margin-top: 40px;
  }
}
.res_merit-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.3vw;
}
@media screen and (min-width: 751px) {
  .res_merit-list dt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 751px) {
  .res_merit-list dt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 751px) {
  .res_merit-list dt {
    margin-bottom: 25px;
  }
}
.res_merit-list dt .num {
  background: #003E7F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2em 2em;
  border-radius: 2px;
  margin-right: 1em;
  color: #fff;
  height: 2.2em;
}
@media screen and (max-width: 751px) {
  .res_merit-list dt .num {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 751px) {
  .res_merit-list dt .text {
    width: 100%;
    display: block;
    margin-top: 1em;
    text-align: center;
  }
}
.res_merit-list dd + dt {
  margin-top: 2.6vw;
}
@media screen and (min-width: 751px) {
  .res_merit-list dd + dt {
    margin-top: 30px;
  }
}
.res_flow {
  margin-top: 6.6vw;
}
@media screen and (min-width: 751px) {
  .res_flow {
    margin-top: 100px;
  }
}
.res_flow-list {
  margin-top: 4.6vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  .res_flow-list {
    margin-top: 50px;
  }
}
.res_flow-list_line {
  position: absolute;
  top: 1.5em;
  left: 23%;
  height: 122vw;
  background: #003E7F;
  width: 2px;
  content: "";
  display: block;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .res_flow-list_line {
    height: 350px;
    width: 2px;
  }
}
.res_flow-list dt {
  width: 20%;
  color: #003E7F;
}
.res_flow-list dd {
  width: 73%;
  margin-left: 7%;
}
.res_flow-list dd .ttl {
  font-size: var(--font-size-xl20);
  margin-bottom: 1em;
  display: inline-block;
}
.res_flow-list dd .text {
  font-size: var(--font-size-m);
}
.res_flow-list dd .cmn-btn {
  margin-top: 1em;
}
.res_flow-list .item {
  padding-top: 3.9vw;
  padding-right: 3.9vw;
  padding-bottom: 3.9vw;
  padding-left: 3.9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  position: relative;
}
@media screen and (min-width: 751px) {
  .res_flow-list .item {
    padding-top: 20px;
  }
}
@media screen and (min-width: 751px) {
  .res_flow-list .item {
    padding-right: 20px;
  }
}
@media screen and (min-width: 751px) {
  .res_flow-list .item {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 751px) {
  .res_flow-list .item {
    padding-left: 20px;
  }
}
.res_flow-list .item .circle {
  position: absolute;
  left: 22.1%;
  top: 1.5em;
  background: #003E7F;
  border-radius: 50%;
  content: "";
  width: 12px;
  height: 12px;
}
.res_flow-list .item.bgg {
  background: #F0F0F0;
}
@media screen and (max-width: 750px) {
  .res_flow_btn .cmn-btn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.res_term {
  margin-top: 6.6vw;
}
@media screen and (min-width: 751px) {
  .res_term {
    margin-top: 100px;
  }
}
.res_term_text {
  margin-top: 3.9vw;
}
@media screen and (min-width: 751px) {
  .res_term_text {
    margin-top: 50px;
  }
}
.res_term .res_entrybox {
  margin-top: 2.6vw;
}
@media screen and (min-width: 751px) {
  .res_term .res_entrybox {
    margin-top: 30px;
  }
}

.spot_lead_text {
  font-size: var(--font-size-m);
  margin-bottom: 5.9vw;
  line-height: 1.7;
}
@media screen and (min-width: 751px) {
  .spot_lead_text {
    margin-bottom: 115px;
  }
}
.spot_list {
  margin-top: 4.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.9vw 0px;
}
@media screen and (min-width: 751px) {
  .spot_list {
    margin-top: 45px;
  }
}
@media screen and (min-width: 751px) {
  .spot_list {
    gap: 50px 5%;
  }
}
.spot_item {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .spot_item {
    width: 30%;
  }
}
.spot_item_img {
  margin-bottom: 3.9vw;
}
@media screen and (min-width: 751px) {
  .spot_item_img {
    margin-bottom: 30px;
  }
}
.spot_item .ttl {
  margin-bottom: 3.3vw;
  display: block;
}
@media screen and (min-width: 751px) {
  .spot_item .ttl {
    margin-bottom: 25px;
  }
}
.spot_item .ttl .en {
  font-size: var(--font-size-xxs);
  color: #003E7F;
  margin-bottom: 1.3vw;
}
@media screen and (min-width: 751px) {
  .spot_item .ttl .en {
    margin-bottom: 10px;
  }
}
.spot_item .ttl .ja {
  display: block;
  font-size: var(--font-size-xl20);
}
.spot_item_text {
  font-size: var(--font-size-m);
  line-height: 1.6;
}
.spot_item .cmn-btn {
  padding: 1.3vw 0;
}
@media screen and (min-width: 751px) {
  .spot_item .cmn-btn {
    padding: 0 0;
  }
}
.spot_item .ico-wrap {
  text-align: right;
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .SidebarNav {
    background-color: #F0F0F0;
    padding: 24px 24px 0;
  }
}
.SidebarNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .SidebarNavList {
    gap: 1px;
  }
}
.SidebarNav h3 {
  font-size: var(--font-size-m);
  font-weight: normal;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .SidebarNav li {
    background-color: #fff;
    padding: 16px 24px;
  }
}
.SidebarNav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .SidebarNav a {
    font-size: 16px;
  }
}
.SidebarNav a .ico {
  padding: 3px 9px;
}
@media screen and (max-width: 750px) {
  .SidebarNav a .ico {
    padding: 5px 14px;
  }
}
.SidebarNav a .ico svg {
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (max-width: 750px) {
  .SidebarNav a .ico svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media screen and (max-width: 750px) {
  .SidebarNav .is-current {
    background-color: #003E7F;
  }
}
@media screen and (max-width: 750px) {
  .SidebarNav .is-current a {
    color: var(--color-white);
  }
}
@media screen and (min-width: 751px) {
  .SidebarNav .is-current .ico {
    background: #003E7F;
    border: 1px solid var(--color-gray-300);
    color: var(--color-white);
    fill: var(--color-white);
  }
}