@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

@media print, screen and (min-width: 750.1px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1920px) {
  .sp {
    display: none !important;
  }
}

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

:root {
  --font-jp: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Work Sans", "century-gothic", sans-serif;
}

@supports (container-type: inline-size) {
  :root {
    --one-unit: 1cqw;
    --cornerRadius: 10px;
    --text-line-height: 1.6em;
  }
}
html {
  scroll-behavior: auto;
}

body {
  color: #262626;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-family: var(--font-jp);
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 750.1px) {
  body {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
}
body.is-foreign {
  font-family: var(--font-en);
  font-optical-sizing: auto;
}
body.is-menu, body.is-modal {
  height: 100dvh;
  overflow: hidden !important;
}

html[lang=zh-TW] body *,
html[lang=zh-CN] body * {
  font-family: sans-serif;
}

main {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-image: url(//static.wixstatic.com/media/69835f_8f9f1474f3b54f2cbe2058b376a8c954~mv2.png/v1/fill/w_140,h_140,al_c,lg_1,q_85,enc_auto/69835f_8f9f1474f3b54f2cbe2058b376a8c954~mv2.png&quot;);
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
}
@media print, screen and (min-width: 750.1px) {
  main {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 750px) {
  main {
    margin-top: 70px;
    padding: 0 0 20px;
  }
}

footer {
  z-index: 1;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 750.1px) {
  .anchor_link {
    margin-top: 60px;
    gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  .anchor_link {
    margin: 5.3333333333vw 0 5.3333333333vw;
    gap: 3.2vw;
  }
}
.anchor_link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  border-radius: 100px;
  background-color: #EF3434;
  color: #fff;
  font-weight: 500;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media print, screen and (min-width: 750.1px) {
  .anchor_link__item {
    padding: 12px 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .anchor_link__item {
    padding: 2.1333333333vw 3.2vw;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }
}
@media (hover: hover) {
  .anchor_link__item:hover {
    background-color: #c00606;
  }
}

main .swiper-button-next,
main .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  z-index: 10;
}
main .swiper-button-next::after,
main .swiper-button-prev::after {
  content: "";
  display: inline-block;
  background: #000;
  clip-path: polygon(0 44.1%, 88.2% 44.1%, 88.2% 0, 100% 50%, 88.2% 100%, 88.2% 55.9%, 0 55.9%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width: 750.1px) {
  main .swiper-button-next::after,
  main .swiper-button-prev::after {
    width: 20px;
    height: 7px;
  }
}
@media screen and (max-width: 750px) {
  main .swiper-button-next::after,
  main .swiper-button-prev::after {
    width: 20px;
    height: 6px;
  }
}
main .swiper-button-next.swiper-button-disabled,
main .swiper-button-prev.swiper-button-disabled {
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  pointer-events: none;
}
@media (hover: hover) {
  main .swiper-button-next:hover,
  main .swiper-button-prev:hover {
    background-color: #fff;
  }
}

main .swiper-button-next {
  right: 20px;
}

main .swiper-button-prev {
  left: 20px;
}
main .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 750.1px) {
  .pagination {
    gap: 70px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .pagination {
    gap: 30px;
    margin-top: 40px;
  }
}
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  background-color: #000;
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  .pagination li a {
    padding-right: 4px;
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 750px) {
  .pagination li a {
    padding-right: 4px;
    width: 36px;
    height: 36px;
  }
}
.pagination li a::after {
  content: "";
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media print, screen and (min-width: 750.1px) {
  .pagination li a::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 750px) {
  .pagination li a::after {
    width: 8px;
    height: 8px;
  }
}
.pagination li a.btn_prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pagination li a.disabled {
  background-color: #ccc;
  pointer-events: none;
}
.pagination li a:hover {
  border: 1px solid #000;
  background-color: #fff;
}
.pagination li a:hover::after {
  border-color: #000;
}

p {
  line-height: var(--text-line-height);
}

.align_center {
  text-align: center !important;
}

.text_center {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.text_sizeM {
  font-size: 20px;
}

.text_announce {
  margin: 1em 0;
  font-weight: 500;
  opacity: 0.75;
}
@media screen and (max-width: 750px) {
  .text_announce {
    font-size: 15px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contents_section {
  margin: auto;
  max-width: 1460px;
  background-color: rgba(228, 222, 214, 0.3);
}
@media print, screen and (min-width: 750.1px) {
  .contents_section {
    margin-top: 180px;
    padding: 0 min(120px, 5vw) 120px;
    border-radius: 90px;
  }
}
@media screen and (max-width: 750px) {
  .contents_section {
    margin-top: 100px;
    padding: 0 20px 40px;
    border-radius: 20px;
  }
  .side_nv + .contents_section {
    margin-top: 40px;
  }
}
.contents_section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgb(228, 222, 214);
  background-color: #fff;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  .contents_section h2 {
    margin: 0 auto 60px;
    padding: 20px 40px;
    min-width: 390px;
    height: 100px;
    border-radius: 100px;
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .contents_section h2 {
    margin: 0 auto 10px;
    padding: 18px 24px;
    min-width: 248px;
    border-radius: 16px;
    font-size: 22px;
  }
}
@media print, screen and (min-width: 750.1px) {
  .contents_section h2._wide {
    width: 490px;
  }
}
.is-foreign .contents_section h2 {
  letter-spacing: 0.05em;
  font-weight: 600;
}
.contents_section h3 {
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  .contents_section h3 {
    font-size: 28px;
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  .contents_section h3 {
    font-size: 22px;
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) {
  .contents_section h4 {
    font-size: 20px;
    font-weight: 500;
  }
}

.contents_section_noframe {
  margin: auto;
  max-width: 1220px;
}
@media print, screen and (min-width: 750.1px) {
  .contents_section_noframe {
    padding-top: 180px;
    padding-left: min(120px, 5vw);
    padding-right: min(120px, 5vw);
  }
}
@media screen and (max-width: 750px) {
  .contents_section_noframe {
    margin-top: 80px;
    padding: 0 20px;
  }
  .contents_section_noframe:first-child {
    margin-top: 40px;
  }
  .side_nv + .contents_section_noframe {
    margin-top: 0;
  }
}
.contents_section_noframe h2 {
  font-weight: 500;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  .contents_section_noframe h2 {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .contents_section_noframe h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.contents_section_noframe h3 {
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width: 750.1px) {
  .contents_section_noframe h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .contents_section_noframe h3 {
    font-size: 18px;
  }
}
.contents_section_noframe > p {
  margin: auto;
}
@media print, screen and (min-width: 750.1px) {
  .contents_section_noframe > p {
    max-width: calc(100% - 80px) !important;
  }
}
@media screen and (max-width: 750px) {
  .contents_section_noframe > p {
    max-width: calc(100% - 40px) !important;
  }
}

.deco_checked-pattern {
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  .deco_checked-pattern {
    margin: 80px auto 120px;
  }
}
@media screen and (max-width: 750px) {
  .deco_checked-pattern {
    margin: 30px auto;
  }
}
.deco_checked-pattern svg g {
  mix-blend-mode: multiply;
}
.deco_checked-pattern svg path {
  fill: #f5f3f0;
}
@media screen and (max-width: 750px) {
  .deco_checked-pattern svg {
    width: 100%;
  }
}

.no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #9a9a9a;
  color: #fff;
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 750.1px) {
  .no-image {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .no-image {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .scroll-wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
    overflow-x: scroll;
  }
}

.scroll-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.scroll-text p {
  margin: 0;
  padding: 0 1em 0 0;
  color: rgb(228, 222, 214);
  font-family: var(--font-en) !important;
  font-optical-sizing: auto;
  font-size: 160px;
  font-weight: 1000;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  -webkit-animation: marquee-left 32s linear infinite;
          animation: marquee-left 32s linear infinite;
}
@media print, screen and (min-width: 750.1px) {
  .scroll-text p {
    font-size: 150px;
  }
}
@media screen and (max-width: 750px) {
  .scroll-text p {
    font-size: 120px;
  }
}
.scroll-text p span {
  font-family: var(--font-en) !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(228, 222, 214, 0.5), -1px 1px 1px rgba(228, 222, 214, 0.5), 1px -1px 1px rgba(228, 222, 214, 0.5), -1px -1px 1px rgba(228, 222, 214, 0.5), 1px 0px 1px rgba(228, 222, 214, 0.5), 0px 1px 1px rgba(228, 222, 214, 0.5), -1px 0px 1px rgba(228, 222, 214, 0.5), 0px -1px 1px rgba(228, 222, 214, 0.5);
}

/* アニメーション */
@-webkit-keyframes marquee-left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee-left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  header {
    height: 70px;
  }
}
@media print, screen and (min-width: 750.1px) {
  header h1 {
    padding: 18px 26px;
  }
}
@media screen and (max-width: 750px) {
  header h1 {
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 750.1px) {
  header h1 img {
    width: 90px;
  }
}
@media screen and (max-width: 750px) {
  header h1 img {
    width: 72px;
  }
}

#mv {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: auto;
  max-width: 1600px;
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  #mv {
    height: 780px;
    border-radius: 24px;
    background-image: url(https://static.wixstatic.com/media/69835f_358445772ad44a198096e3faf1e23f0c~mv2.png/v1/fill/w_1400,h_717,al_c,q_90,enc_avif,quality_auto/69835f_358445772ad44a198096e3faf1e23f0c~mv2.png);
  }
}
@media screen and (max-width: 750px) {
  #mv {
    margin-left: -20px;
    padding-bottom: 132px;
    width: calc(100% + 40px);
  }
  .is-foreign #mv {
    padding-bottom: 158px;
  }
  #mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 237px;
    background-image: url(https://static.wixstatic.com/media/69835f_358445772ad44a198096e3faf1e23f0c~mv2.png/v1/fill/w_1400,h_717,al_c,q_90,enc_avif,quality_auto/69835f_358445772ad44a198096e3faf1e23f0c~mv2.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#TOP #mv {
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #TOP #mv {
    margin-left: 0;
  }
}
#mv .image {
  display: block;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 750.1px) {
  #mv .image {
    width: 100%;
    height: 640px;
  }
}
@media screen and (max-width: 750px) {
  #mv .image {
    margin-left: 14px;
    width: calc(100% - 14px);
    height: 200px;
    border-radius: 0 0 0 24px;
    overflow: hidden;
  }
}
#TOP #mv .image {
  width: 100%;
  height: 100%;
}
#mv .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#mv h1,
#mv h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  z-index: 3;
}
@media print, screen and (min-width: 750.1px) {
  #mv h1,
  #mv h2 {
    right: 145px;
    bottom: 40px;
  }
}
@media print and (max-width: 960px), screen and (min-width: 750.1px) and (max-width: 960px) {
  #mv h1,
  #mv h2 {
    right: 8vw;
  }
}
@media screen and (max-width: 750px) {
  #mv h1,
  #mv h2 {
    top: 90px;
    right: 30px;
  }
}
#mv h1 small,
#mv h2 small {
  display: inline-block;
  padding: 4px 2px;
  border-radius: 2px;
  background-color: rgb(253, 252, 250);
  font-weight: 500;
}
@media print, screen and (min-width: 750.1px) {
  #mv h1 small,
  #mv h2 small {
    font-size: 16.7px;
  }
}
@media screen and (max-width: 750px) {
  #mv h1 small,
  #mv h2 small {
    font-size: 14px;
  }
}
#mv h1 span,
#mv h2 span {
  padding: 8px 4px;
  border-radius: 2px;
  background-color: rgb(25, 61, 127);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 750.1px) {
  #mv h1 span,
  #mv h2 span {
    font-size: 48px;
  }
}
@media screen and (max-width: 750px) {
  #mv h1 span,
  #mv h2 span {
    font-size: 28px;
  }
}
#mv h1 span.bg_white,
#mv h2 span.bg_white {
  background-color: #fff;
  color: #262626;
}
@media print, screen and (min-width: 750.1px) {
  #mv.mv_branch h1,
  #mv.mv_branch h2 {
    top: 128px;
    bottom: auto;
  }
}
.is-foreign #mv h1,
.is-foreign #mv h2 {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media print, screen and (min-width: 750.1px) {
  .is-foreign #mv h1,
  .is-foreign #mv h2 {
    left: 145px;
    right: auto;
    bottom: 90px;
  }
}
@media screen and (max-width: 750px) {
  .is-foreign #mv h1,
  .is-foreign #mv h2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 180px;
    left: 32px;
  }
}
.is-foreign #mv h1 span,
.is-foreign #mv h2 span {
  font-weight: 900;
  letter-spacing: 0.075em;
}
.is-foreign #mv h1 small,
.is-foreign #mv h2 small {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 750.1px) {
  .is-foreign #mv h1 small,
  .is-foreign #mv h2 small {
    padding: 6px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .is-foreign #mv h1 small,
  .is-foreign #mv h2 small {
    padding: 6px 10px;
  }
}
.is-foreign #mv h1 span,
.is-foreign #mv h2 span {
  padding: 8px 8px;
}
#mv .en-title {
  color: #EF3434;
  font-family: var(--font-en) !important;
  font-optical-sizing: auto;
  font-weight: 1000;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 750.1px) {
  #mv .en-title {
    margin-top: 16px;
    margin-left: 10%;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #mv .en-title {
    margin-top: 12px;
    margin-left: 40px;
    font-size: 13px;
  }
}
#mv .scroll-text {
  left: 0;
}
@media print, screen and (min-width: 750.1px) {
  #mv .scroll-text {
    bottom: -1px;
  }
}
@media screen and (max-width: 750px) {
  #mv .scroll-text {
    bottom: 8px;
    opacity: 0.5;
  }
}

.single #mv h1,
.single #mv h2,
.page-template #mv h1,
.page-template #mv h2 {
  text-orientation: initial;
}

.side_nv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 0px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) -1px 0px 10px 0px;
  position: fixed;
  right: 0;
  z-index: 100;
}
@media print, screen and (min-width: 750.1px) {
  .side_nv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px;
    width: 62px;
    border-radius: 8px 0 0 8px;
    top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .side_nv {
    padding: 5px;
    width: 100%;
    height: 60px;
    bottom: 0;
  }
}
.side_nv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-weight: 500;
}
@media print, screen and (min-width: 750.1px) {
  .side_nv a {
    padding: 24px 0;
    min-height: 150px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .side_nv a {
    text-align: center;
    font-size: 15px;
    line-height: 1.35;
  }
}
.side_nv a.nv_info {
  background-color: rgb(245, 243, 240);
}
.side_nv a.nv_info:hover {
  background-color: rgb(25, 61, 127);
  color: #fff;
}
.side_nv a.nv_reserve {
  background-color: #ef3434;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .side_nv a.nv_reserve {
    font-size: 15px;
  }
}
.side_nv a.nv_reserve:hover {
  background-color: #c00606;
}
.side_nv a.nv_arashiyama {
  background-color: rgb(57, 100, 29);
}
.side_nv a.nv_higashiyama {
  background-color: rgb(99, 60, 43);
}
.side_nv a small {
  font-size: 14px;
}

@media print, screen and (min-width: 750.1px) {
  #lead_block {
    padding: 120px 80px 0;
  }
}
@media screen and (max-width: 750px) {
  #lead_block {
    padding: 0 40px;
  }
}
#lead_block p {
  margin: auto;
  max-width: 1080px;
  line-height: 220%;
}
@media print, screen and (min-width: 750.1px) {
  #lead_block p {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #lead_block p {
    font-size: 15px;
  }
}
#lead_block p + p {
  margin-top: 2em;
}

@media print, screen and (min-width: 750.1px) {
  #branches .branch_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1024px) {
  #branches .branch_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  #branches .branch_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
#branches .branch_list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 45px 30px;
  height: 100%;
  border: 1px solid rgb(228, 222, 214);
  border-radius: calc(var(--cornerRadius) * 2);
  background-color: rgb(253, 252, 250);
  position: relative;
}
#branches .branch_list article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  height: 6px;
  background-color: rgb(239, 52, 52);
}
#branches .branch_list article h2 {
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: var(--text-line-height);
}
#branches .branch_list article picture,
#branches .branch_list article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 188px;
  overflow: hidden;
  border-radius: var(--cornerRadius);
}
#branches .branch_list article picture img,
#branches .branch_list article figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#branches .branch_list article .branch_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#branches .branch_list article .branch_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
#branches .branch_list article .branch_content dl dt {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  padding: 6px 1.5em;
  border-radius: 100px;
  background-color: rgb(239, 235, 229);
  text-align: center;
}
#branches .branch_list article .branch_content dl dd {
  line-height: var(--text-line-height);
}
#branches .branch_list article p {
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
}
#branches .branch_list article .btn {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 16px;
}

@media print, screen and (min-width: 750.1px) {
  .plan_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1024px) {
  .plan_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .plan_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.plan_list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  border: 1px solid rgb(228, 222, 214);
  border-radius: calc(var(--cornerRadius) * 2);
  background-color: rgb(253, 252, 250);
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  .plan_list article {
    padding: 45px 30px;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .plan_list article {
    padding: 36px 24px;
    width: 100%;
    border-radius: var(--cornerRadius);
  }
}
.plan_list article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(239, 52, 52);
}
@media print, screen and (min-width: 750.1px) {
  .plan_list article::before {
    width: 64px;
    height: 6px;
  }
}
@media screen and (max-width: 750px) {
  .plan_list article::before {
    width: calc(100% - 48px);
    height: 1px;
  }
}
.plan_list article .plan_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.plan_list article .plan_name {
  font-weight: 500;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  .plan_list article .plan_name {
    text-align: center;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .plan_list article .plan_name {
    font-size: 16px;
  }
}
.plan_list article picture,
.plan_list article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 188px;
  overflow: hidden;
  border-radius: var(--cornerRadius);
}
.plan_list article picture img,
.plan_list article figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.plan_list article .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.plan_list article .spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  .plan_list article .spec dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .plan_list article .spec dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
.plan_list article .spec dl dt {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.65em;
}
@media print, screen and (min-width: 750.1px) {
  .plan_list article .spec dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .plan_list article .spec dl dt {
    font-size: 15px;
  }
}
.plan_list article .spec dl dt img {
  height: 1.1em;
}
.plan_list article .spec dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  .plan_list article .spec dl dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .plan_list article .spec dl dd {
    font-size: 15px;
  }
}
.plan_list article p {
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media print, screen and (min-width: 750.1px) {
  .plan_list article p {
    font-size: 16px;
  }
}
.plan_list article .btn {
  margin-top: auto;
  margin-bottom: 0;
  width: auto;
}
@media print, screen and (min-width: 750.1px) {
  .plan_list article .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .plan_list article .btn {
    font-size: 15px;
  }
}

.plan_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 750.1px) {
  .plan_lead {
    gap: 72px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 750px) {
  .plan_lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.plan_lead picture {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 33.3333px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 33.3333px 0px;
}
@media print, screen and (min-width: 750.1px) {
  .plan_lead picture {
    padding: 20px;
    width: 596px;
    border-radius: calc(var(--cornerRadius) * 2);
  }
}
@media screen and (max-width: 750px) {
  .plan_lead picture {
    padding: 12px;
    width: calc(100% - 24px);
    border-radius: var(--cornerRadius);
  }
}
.plan_lead picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 750.1px) {
  .plan_lead picture img {
    border-radius: var(--cornerRadius);
  }
}
@media screen and (max-width: 750px) {
  .plan_lead picture img {
    border-radius: calc(var(--cornerRadius) / 2);
  }
}
@media print, screen and (min-width: 750.1px) {
  .plan_lead p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .plan_lead p {
    padding: 0 1em;
    font-size: 15px;
  }
}

.plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid rgb(228, 222, 214);
  background-color: rgb(253, 252, 250);
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  .plan {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 72px;
    padding: 48px 40px;
    border-radius: calc(var(--cornerRadius) * 2);
  }
}
@media screen and (max-width: 750px) {
  .plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    padding: 36px 24px;
    width: 100%;
    border-radius: var(--cornerRadius);
  }
}
.plan + .plan {
  margin-top: 40px;
}
.plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(239, 52, 52);
}
@media print, screen and (min-width: 750.1px) {
  .plan::before {
    width: 200px;
    height: 6px;
  }
}
@media screen and (max-width: 750px) {
  .plan::before {
    width: calc(100% - 48px);
    height: 1px;
  }
}
.plan .plan_name {
  width: 100%;
  text-align: left;
  font-weight: 500;
  line-height: var(--text-line-height);
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 750.1px) {
  .plan .plan_name {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .plan .plan_name {
    font-size: 18px;
  }
}
.plan .plan_image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media print, screen and (min-width: 750.1px) {
  .plan .plan_image {
    width: calc((100% - 72px) * 0.48);
    border-radius: 18px;
  }
}
@media screen and (max-width: 750px) {
  .plan .plan_image {
    width: 100%;
    border-radius: var(--cornerRadius);
  }
}
.plan .plan_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.plan .plan_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media print, screen and (min-width: 750.1px) {
  .plan .plan_content {
    width: calc((100% - 72px) * 0.52);
  }
}
@media screen and (max-width: 750px) {
  .plan .plan_content {
    width: 100%;
  }
}
.plan .plan_content .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.plan .plan_content .spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media print, screen and (min-width: 750.1px) {
  .plan .plan_content .spec dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .plan .plan_content .spec dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.plan .plan_content .spec dl dt {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  line-height: 1.4;
}
.plan .plan_content .spec dl dt img {
  height: 1.15em;
}
.plan .plan_content .spec dl dd {
  line-height: var(--text-line-height);
}
@media screen and (max-width: 750px) {
  .plan .plan_content .spec dl dd {
    width: 100%;
    font-size: 15px;
  }
}
.plan .plan_content p {
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media print, screen and (min-width: 750.1px) {
  .plan .plan_content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .plan .plan_content p {
    font-size: 14px;
  }
}
.plan .btn_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  width: 100%;
}
@media print, screen and (min-width: 750.1px) {
  .plan .btn_wrap .btn {
    margin: 0 0 0 auto;
  }
}
.counter {
  width: 100%;
  text-align: right;
}
@media print, screen and (min-width: 750.1px) {
  .counter {
    margin-bottom: 2em;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .counter {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 750.1px) {
  .counter + .plan_list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .counter + .plan_list {
    margin-top: 30px;
  }
}

#plan_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  max-width: 1220px;
}
@media print, screen and (min-width: 750.1px) {
  #plan_main {
    gap: 30px;
    padding: 160px 0 100px;
    padding-left: min(120px, 5vw);
    padding-right: min(120px, 5vw);
  }
}
@media screen and (max-width: 750px) {
  #plan_main {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#plan_main .plan_title {
  padding-bottom: 0.5em;
  width: 100%;
  font-weight: 500;
  line-height: var(--text-line-height);
  border-bottom: 1px solid rgb(228, 222, 214);
}
@media print, screen and (min-width: 750.1px) {
  #plan_main .plan_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  #plan_main .plan_title {
    font-size: 22px;
  }
}
#plan_main .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
#plan_main .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#plan_main .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media print, screen and (min-width: 750.1px) {
  #plan_main .spec {
    gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  #plan_main .spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
#plan_main .spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
#plan_main .spec dl dt {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  padding: 6px 0;
  min-width: auto;
  border: none;
}
#plan_main .spec dl dt img {
  padding: 0;
  width: auto;
  height: 1.1em;
}
#plan_main .spec dl dd {
  line-height: var(--text-line-height);
}
#plan_main dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#plan_main dl dt {
  padding: 6px 1em;
  min-width: 5em;
  border: 1px solid rgb(196, 192, 188);
  border-radius: 100px;
  text-align: center;
  font-size: 90%;
}
#plan_main dl dd {
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  #plan_main .plan_description {
    font-size: 18px;
  }
}
.is-rich {
  line-height: 1.8;
  /* 見出しタグ（h1-h6） */
  /* 段落 */
  /* 強調（bold / italic / underline） */
  /* リスト（ul・ol） */
  /* 引用 */
  /* テーブル */
  /* リンク */
  /* 画像 */
  /* 水平線 */
}
@media print, screen and (min-width: 750.1px) {
  .is-rich {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .is-rich {
    font-size: 15px;
  }
}
.is-rich h1 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.is-rich h2 {
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.is-rich h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.is-rich h4 {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.is-rich h5 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.is-rich h6 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.is-rich p {
  margin-bottom: 1em;
}
.is-rich strong {
  font-weight: 500;
}
.is-rich em {
  font-style: italic;
}
.is-rich u {
  text-decoration: underline;
}
.is-rich ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.is-rich ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.is-rich ul li,
.is-rich ol li {
  margin-bottom: 0.5em;
}
.is-rich blockquote {
  font-style: italic;
  border-left: 4px solid #ccc;
  padding-left: 1em;
  margin: 1em 0;
  color: #666;
}
.is-rich table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.is-rich th,
.is-rich td {
  border: 1px solid #ddd;
  padding: 8px;
}
.is-rich th {
  background-color: #f4f4f4;
  font-weight: 500;
  text-align: left;
}
.is-rich a {
  color: rgb(239, 52, 52);
  text-decoration: underline;
}
.is-rich a:hover {
  color: rgba(239, 52, 52, 0.8);
}
.is-rich img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}
.is-rich hr {
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid #EFEBE5;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

#plans #iframe_wrapper {
  margin: 40px auto;
  max-width: 770px;
}

#plan_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  #plan_features {
    padding: 60px 0 100px;
    padding-left: min(120px, 5vw);
    padding-right: min(120px, 5vw);
  }
}
@media screen and (max-width: 750px) {
  #plan_features {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#plan_features h2 {
  width: 100%;
  font-weight: 500;
  text-align: left;
}
@media print, screen and (min-width: 750.1px) {
  #plan_features h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  #plan_features h2 {
    font-size: 22px;
  }
}
#plan_features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  #plan_features ul {
    gap: 32px;
  }
}
@media screen and (max-width: 750px) {
  #plan_features ul {
    gap: 24px;
  }
}
#plan_features ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: rgba(228, 222, 214, 0.3);
}
@media print, screen and (min-width: 750.1px) {
  #plan_features ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 18px;
  }
}
@media screen and (max-width: 750px) {
  #plan_features ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: var(--cornerRadius);
  }
}
@media print, screen and (min-width: 750.1px) {
  #plan_features ul li .text {
    padding: 40px;
    width: 46%;
  }
}
@media screen and (max-width: 750px) {
  #plan_features ul li .text {
    padding: 24px;
    width: 100%;
  }
}
#plan_features ul li .text h3 {
  text-align: left;
  font-weight: 500;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  #plan_features ul li .text h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #plan_features ul li .text h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 750.1px) {
  #plan_features ul li picture {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 54%;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  #plan_features ul li picture {
    width: 100%;
  }
}
#plan_features ul li picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#plan_departures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  #plan_departures {
    padding-top: 60px;
  }
}
#plan_departures .departure_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  font-weight: 500;
}
@media print, screen and (min-width: 750.1px) {
  #plan_departures .departure_title {
    margin-bottom: 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #plan_departures .departure_title {
    font-size: 18px;
  }
}
#plan_departures .departure_title span {
  display: inline-block;
  padding: 12px;
  border: 1px solid rgb(239, 235, 229);
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  #plan_departures .departure_title span {
    width: 210px;
  }
}
#plan_departures .departure_description {
  width: 100%;
}
@media print, screen and (min-width: 750.1px) {
  #plan_departures .departure_description {
    padding-left: 230px;
  }
}
@media print, screen and (min-width: 750.1px) {
  #plan_departures .acf-map {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  #plan_departures .acf-map {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 750.1px) {
  #plan_departures .acf-map + .departure_title {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  #plan_departures .acf-map + .departure_title {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 750.1px) {
  #plan_departures .btn_wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  #plan_departures .btn_wrap {
    margin-top: 40px;
  }
}

.notes-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  .notes-policy {
    padding: 160px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .notes-policy {
    padding: 0 20px 40px;
  }
}
.notes-policy h2 {
  font-weight: 500;
}
@media print, screen and (min-width: 750.1px) {
  .notes-policy h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .notes-policy h2 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 750.1px) {
  .notes-policy h2:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .notes-policy h2:not(:first-child) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 750.1px) {
  .AccordionContainer.AccordionContainerBox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .AccordionContainer.AccordionContainerBox {
    margin-top: 20px;
  }
  .AccordionContainer.AccordionContainerBox + .AccordionContainer {
    margin-top: 12px;
  }
}
.AccordionContainer.AccordionContainerBox .AccordionContainer__trigger {
  border-radius: 12px;
  border: 1px solid #E4DED6;
  background: repeat padding-box border-box 50% 50%/3% scroll url("//static.wixstatic.com/media/69835f_b9382bb634db4907abe36ab4a81cd1d5~mv2.png/v1/fill/w_48,h_86,al_c/69835f_b9382bb634db4907abe36ab4a81cd1d5~mv2.png?formatterValues=69835f_b9382bb634db4907abe36ab4a81cd1d5~mv2.png,48,86") rgb(255, 255, 255);
  -webkit-box-shadow: 0 10px 20px -15px #C2C2C2;
          box-shadow: 0 10px 20px -15px #C2C2C2;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media print, screen and (min-width: 750.1px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger {
    padding: 16px 24px;
    font-size: 24px;
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger {
    padding: 16px 16px;
    font-size: 18px;
    font-weight: 600;
  }
}
.AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span {
  display: inline-block;
  position: absolute;
  top: 50%;
}
@media print, screen and (min-width: 750.1px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span {
    width: 20px;
    height: 20px;
    right: 24px;
  }
}
@media screen and (max-width: 750px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span {
    width: 12px;
    height: 12px;
    right: 16px;
  }
}
.AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span::before, .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span::after {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width: 750.1px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span::before, .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span::after {
    height: 4px;
    -webkit-transform: translate(-50%, -12px);
            transform: translate(-50%, -12px);
  }
}
@media screen and (max-width: 750px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span::before, .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span::after {
    height: 2px;
    -webkit-transform: translate(-50%, -6px);
            transform: translate(-50%, -6px);
  }
}
@media print, screen and (min-width: 750.1px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span::after {
    -webkit-transform: translate(-50%, -11px) rotate(90deg);
            transform: translate(-50%, -11px) rotate(90deg);
  }
}
@media screen and (max-width: 750px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger span::after {
    -webkit-transform: translate(-50%, -5px) rotate(90deg);
            transform: translate(-50%, -5px) rotate(90deg);
  }
}
.AccordionContainer.AccordionContainerBox .AccordionContainer__trigger.is-open {
  border-radius: 12px 12px 0 0;
}
@media print, screen and (min-width: 750.1px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger.is-open span::before {
    -webkit-transform: translate(-50%, -11px) rotate(180deg);
            transform: translate(-50%, -11px) rotate(180deg);
  }
}
@media screen and (max-width: 750px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger.is-open span::before {
    -webkit-transform: translate(-50%, -5px) rotate(180deg);
            transform: translate(-50%, -5px) rotate(180deg);
  }
}
.AccordionContainer.AccordionContainerBox .AccordionContainer__trigger.is-open span::after {
  opacity: 0;
}
@media print, screen and (min-width: 750.1px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger.is-open span::after {
    -webkit-transform: translateY(-50%, -11px) rotate(270deg);
            transform: translateY(-50%, -11px) rotate(270deg);
  }
}
@media screen and (max-width: 750px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__trigger.is-open span::after {
    -webkit-transform: translateY(-50%, -5px) rotate(270deg);
            transform: translateY(-50%, -5px) rotate(270deg);
  }
}
.AccordionContainer.AccordionContainerBox .AccordionContainer__content {
  padding: 0;
  border-radius: 0 0 12px 12px;
  background: repeat padding-box border-box 50%/5% scroll url("//static.wixstatic.com/media/69835f_8f9f1474f3b54f2cbe2058b376a8c954~mv2.png/v1/fill/w_100,h_100,al_c/69835f_8f9f1474f3b54f2cbe2058b376a8c954~mv2.png?formatterValues=69835f_8f9f1474f3b54f2cbe2058b376a8c954~mv2.png,100,100"), #FDFCFA;
  height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease, max-height 0.5s ease;
  transition: height 0.5s ease, max-height 0.5s ease;
}
.AccordionContainer.AccordionContainerBox .AccordionContainer__content.is-open {
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media print, screen and (min-width: 750.1px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__content.is-open {
    padding: min(80px, 5vw);
  }
}
@media screen and (max-width: 750px) {
  .AccordionContainer.AccordionContainerBox .AccordionContainer__content.is-open {
    padding: 20px;
  }
}

.pricelist {
  border-radius: 24px;
  overflow: hidden;
}
@media print, screen and (min-width: 750.1px) {
  .pricelist {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .pricelist {
    width: 540px;
    min-width: 100%;
  }
}
.pricelist thead {
  border-bottom: 2px solid #fff;
  background-color: rgb(228, 222, 214);
}
.pricelist thead th {
  width: 33.3333333333%;
  line-height: 1.5;
  vertical-align: middle;
}
@media print, screen and (min-width: 750.1px) {
  .pricelist thead th {
    padding: 1.5em;
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  .pricelist thead th {
    padding: 1em 0.5em;
    font-size: 15px;
    font-weight: 600;
  }
}
.pricelist tbody th,
.pricelist tbody td:nth-child(1) {
  width: 33.3333333333%;
  background-color: rgb(239, 235, 229);
  line-height: var(--text-line-height);
  vertical-align: middle;
}
@media print, screen and (min-width: 750.1px) {
  .pricelist tbody th,
  .pricelist tbody td:nth-child(1) {
    padding: 1.5em;
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  .pricelist tbody th,
  .pricelist tbody td:nth-child(1) {
    padding: 1em 0.5em;
    font-size: 15px;
    font-weight: 600;
  }
}
.pricelist tbody tr:nth-child(odd) td:not(:nth-child(1)) {
  background-color: rgba(255, 255, 255, 0.7);
}
.pricelist tbody td {
  width: 33.3333333333%;
  text-align: center;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  .pricelist tbody td {
    padding: 1.5em;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .pricelist tbody td {
    padding: 1em;
    font-size: 15px;
  }
}
.pricelist tbody td.note_text {
  text-align: left;
}
@media print, screen and (min-width: 750.1px) {
  .pricelist tbody td.note_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .pricelist tbody td.note_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .pricelist.option_fee {
    width: 750px;
  }
}
.pricelist.option_fee tbody th,
.pricelist.option_fee tbody td:nth-child(1) {
  text-align: left;
}
@media print, screen and (min-width: 750.1px) {
  .pricelist.option_fee tbody th,
  .pricelist.option_fee tbody td:nth-child(1) {
    width: 240px;
    max-width: 240px;
  }
}
@media screen and (max-width: 750px) {
  .pricelist.option_fee tbody th,
  .pricelist.option_fee tbody td:nth-child(1) {
    width: 190px;
    padding: 1.5em;
    vertical-align: middle;
  }
}
.is-foreign .pricelist.option_fee tbody th,
.is-foreign .pricelist.option_fee tbody td:nth-child(1) {
  font-weight: 600;
}
.pricelist.option_fee tbody td {
  width: auto;
  text-align: left;
}
@media print, screen and (min-width: 750.1px) {
  .pricelist.option_fee tbody td p,
  .pricelist.option_fee tbody td ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .pricelist.option_fee tbody td p,
  .pricelist.option_fee tbody td ul {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 750.1px) {
  .pricelist.option_fee tbody td p:first-child,
  .pricelist.option_fee tbody td ul:first-child {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .pricelist.option_fee tbody td p:first-child,
  .pricelist.option_fee tbody td ul:first-child {
    font-size: 16px;
  }
}
.pricelist.option_fee tbody tr:not(:first-child) th {
  border-top: 2px solid #fff;
}

.voices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.voices article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.06);
}
@media print, screen and (min-width: 750.1px) {
  .voices article {
    padding: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  .voices article {
    padding: 20px 20px 30px;
    gap: 20px;
  }
}
.voices article h4 {
  font-weight: 500;
  line-height: 1.35;
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  .voices article h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .voices article h4 {
    font-size: 18px;
  }
}
.voices article h4::before {
  content: "";
  height: 100%;
  background-color: rgb(239, 52, 52);
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 750.1px) {
  .voices article h4::before {
    width: 10px;
    left: -40px;
  }
}
@media screen and (max-width: 750px) {
  .voices article h4::before {
    width: 3px;
    left: -20px;
  }
}
@media print, screen and (min-width: 750.1px) {
  .voices article p {
    font-size: 16px;
  }
}
.voices article .comment {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.voices article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1em;
}
.voices article ul li {
  color: #6E6E6E;
}
@media print, screen and (min-width: 750.1px) {
  .voices article .btn {
    margin-left: auto;
    margin-right: 0;
    padding-right: 20px;
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .voices article .btn {
    margin-top: 16px;
  }
}

.is-foreign #voices > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .is-foreign #voices > p {
    margin-top: 0;
  }
  .is-foreign #voices > p.text_center {
    text-align: left;
  }
  .is-foreign #voices > p.text_sizeM {
    font-size: 15px;
  }
}
.is-foreign #voices .TA_selfserveprop {
  margin-top: 30px;
}
.is-foreign #voices .widSSP {
  max-width: 100%;
}

#voice {
  margin: auto;
  max-width: 1220px;
}
@media print, screen and (min-width: 750.1px) {
  #voice {
    padding: 160px 0 100px;
    padding-left: min(120px, 5vw);
    padding-right: min(120px, 5vw);
  }
}
@media screen and (max-width: 750px) {
  #voice {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#voice .voice_title {
  padding-bottom: 0.5em;
  font-weight: 500;
  line-height: var(--text-line-height);
  border-bottom: 1px solid rgb(228, 222, 214);
}
@media print, screen and (min-width: 750.1px) {
  #voice .voice_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  #voice .voice_title {
    font-size: 22px;
  }
}
#voice .comment {
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  #voice .comment {
    margin-top: 2em;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #voice .comment {
    margin-top: 1em;
  }
}
#voice .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  #voice .spec {
    gap: 20px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  #voice .spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 2em;
  }
}
#voice .spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: rgb(110, 110, 110);
}
#voice .spec dl dt {
  padding: 6px 1em;
  min-width: 5em;
  border: 1px solid rgb(196, 192, 188);
  border-radius: 100px;
  text-align: center;
  font-size: 90%;
}

.shafu_list {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 750.1px) {
  .shafu_list {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1024px) {
  .shafu_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .shafu_list {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.shafu_list article {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.shafu_list article.is-hidden {
  display: none;
}
.shafu_list a,
.shafu_list .shafu_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 1px solid rgb(228, 222, 214);
  border-radius: calc(var(--cornerRadius) * 2);
  background-color: rgb(253, 252, 250);
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  .shafu_list a,
  .shafu_list .shafu_info {
    gap: 18px;
    padding: 45px 30px;
  }
}
@media screen and (max-width: 750px) {
  .shafu_list a,
  .shafu_list .shafu_info {
    gap: 12px;
    padding: 30px 20px;
  }
}
.shafu_list a::before,
.shafu_list .shafu_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(239, 52, 52);
}
@media print, screen and (min-width: 750.1px) {
  .shafu_list a::before,
  .shafu_list .shafu_info::before {
    width: 64px;
    height: 6px;
  }
}
@media screen and (max-width: 750px) {
  .shafu_list a::before,
  .shafu_list .shafu_info::before {
    width: calc(100% - 48px);
    height: 1px;
  }
}
.shafu_list a .shafu_name,
.shafu_list .shafu_info .shafu_name {
  padding-bottom: 0.5em;
  font-weight: 500;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  .shafu_list a .shafu_name,
  .shafu_list .shafu_info .shafu_name {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .shafu_list a .shafu_name,
  .shafu_list .shafu_info .shafu_name {
    font-size: 20px;
  }
}
.shafu_list a .shafu_name .shafu_icon,
.shafu_list .shafu_info .shafu_name .shafu_icon {
  display: inline-block;
  line-height: 1;
  margin-left: 4px;
}
.shafu_list a .shafu_name .shafu_icon img,
.shafu_list .shafu_info .shafu_name .shafu_icon img {
  vertical-align: bottom;
}
@media print, screen and (min-width: 750.1px) {
  .shafu_list a .shafu_name .shafu_icon img,
  .shafu_list .shafu_info .shafu_name .shafu_icon img {
    width: 52px;
  }
}
@media screen and (max-width: 750px) {
  .shafu_list a .shafu_name .shafu_icon img,
  .shafu_list .shafu_info .shafu_name .shafu_icon img {
    width: 48px;
  }
}
.shafu_list a .shafu_features,
.shafu_list .shafu_info .shafu_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 750.1px) {
  .shafu_list a .shafu_features,
  .shafu_list .shafu_info .shafu_features {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 750.1px) {
  .shafu_list a .shafu_features + .shafu_features,
  .shafu_list .shafu_info .shafu_features + .shafu_features {
    margin-top: -20px;
  }
}
@media screen and (max-width: 750px) {
  .shafu_list a .shafu_features + .shafu_features,
  .shafu_list .shafu_info .shafu_features + .shafu_features {
    margin-top: 10px;
  }
}
.shafu_list a .shafu_features li,
.shafu_list .shafu_info .shafu_features li {
  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.25em 0.8em;
  border: 1px solid #e4ded6;
  border-radius: 100px;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  .shafu_list a .shafu_features li,
  .shafu_list .shafu_info .shafu_features li {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .shafu_list a .shafu_features li,
  .shafu_list .shafu_info .shafu_features li {
    font-size: 12px;
  }
}
.shafu_list a .shafu_catch,
.shafu_list .shafu_info .shafu_catch {
  word-break: break-all;
}
@media print, screen and (min-width: 750.1px) {
  .shafu_list a .shafu_catch,
  .shafu_list .shafu_info .shafu_catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .shafu_list a .shafu_catch,
  .shafu_list .shafu_info .shafu_catch {
    font-size: 16px;
  }
}
.shafu_list a picture,
.shafu_list a figure,
.shafu_list .shafu_info picture,
.shafu_list .shafu_info figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 188px;
  overflow: hidden;
  border-radius: var(--cornerRadius);
}
.shafu_list a picture img,
.shafu_list a figure img,
.shafu_list .shafu_info picture img,
.shafu_list .shafu_info figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.shafu_list a .btn,
.shafu_list .shafu_info .btn {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750.1px) {
  .shafu_list a .btn,
  .shafu_list .shafu_info .btn {
    margin-top: auto;
  }
}
@media screen and (max-width: 750px) {
  .shafu_list a .btn,
  .shafu_list .shafu_info .btn {
    margin-top: 16px;
  }
}

.shafu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 750.1px) {
  .shafu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 72px;
  }
}
@media screen and (max-width: 750px) {
  .shafu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.shafu .shafu_image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media print, screen and (min-width: 750.1px) {
  .shafu .shafu_image {
    width: calc((100% - 72px) * 0.48);
    border-radius: 18px;
  }
}
@media screen and (max-width: 750px) {
  .shafu .shafu_image {
    width: 100%;
    border-radius: var(--cornerRadius);
  }
}
.shafu .shafu_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.shafu .shafu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  .shafu .shafu_content {
    gap: 12px;
    width: calc((100% - 72px) * 0.52);
  }
}
@media screen and (max-width: 750px) {
  .shafu .shafu_content {
    gap: 10px;
    width: 100%;
  }
}
@media print, screen and (min-width: 750.1px) {
  .shafu .shafu_content .shafu_icon img {
    width: 70px;
  }
}
@media screen and (max-width: 750px) {
  .shafu .shafu_content .shafu_icon img {
    width: 40px;
  }
}
.shafu .shafu_content .shafu_name {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px dotted rgb(239, 52, 52);
  text-align: left;
  font-weight: 500;
  line-height: var(--text-line-height);
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 750.1px) {
  .shafu .shafu_content .shafu_name {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .shafu .shafu_content .shafu_name {
    font-size: 22px;
  }
}
.shafu .shafu_content .shafu_en-name {
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 750.1px) {
  .shafu .shafu_content .shafu_en-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .shafu .shafu_content .shafu_en-name {
    font-size: 14px;
  }
}
.shafu .shafu_content .shafu_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 750.1px) {
  .shafu .shafu_content .shafu_features {
    gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .shafu .shafu_content .shafu_features {
    gap: 2.1333333333vw;
  }
}
.shafu .shafu_content .shafu_features li {
  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.25em 0.8em;
  border: 1px solid #e4ded6;
  border-radius: 100px;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  .shafu .shafu_content .shafu_features li {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .shafu .shafu_content .shafu_features li {
    font-size: 12px;
  }
}
.shafu .shafu_content .shafu_catch {
  font-weight: 500;
}
@media print, screen and (min-width: 750.1px) {
  .shafu .shafu_content .shafu_catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .shafu .shafu_content .shafu_catch {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 750.1px) {
  .shafu .shafu_content .btn {
    margin: 30px auto 0 0;
  }
}
@media screen and (max-width: 750px) {
  .shafu .shafu_content .btn {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 750.1px) {
  #shafu .shafu_features + .shafu_features {
    margin-top: -40px;
  }
}
@media screen and (max-width: 750px) {
  #shafu .shafu_features + .shafu_features {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 750.1px) {
  #shafu .shafu .shafu_features + .shafu_features {
    margin-top: 0;
  }
}
#shafu .shafu .shafu_catch {
  margin-top: 10px;
}

#shafu_single .shafu_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media print, screen and (min-width: 750.1px) {
  #shafu_single .shafu_detail .shafu_catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #shafu_single .shafu_detail .shafu_catch {
    margin-top: 20px;
    font-size: 15px;
  }
}
#shafu_single .shafu_detail h4 {
  font-weight: 500;
}
#shafu_single .shafu_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 0.5em;
}
#shafu_single .shafu_detail dl .feature_title {
  font-weight: 600;
}
.shafu_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  .shafu_search {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 750px) {
  .shafu_search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: -60px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 750.1px) {
  .shafu_search dl {
    width: calc((100% - 120px) / 3);
    max-width: 312px;
  }
}
.shafu_search dl dt {
  font-size: 14px;
  line-height: 2.5;
}
.shafu_search dl dd {
  position: relative;
}
.shafu_search dl dd::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid rgb(136, 136, 136);
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.shafu_search dl dd select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  -webkit-padding-end: 48px;
          padding-inline-end: 48px;
  width: 100%;
  height: 48px;
  border: 1px solid rgb(198, 198, 198);
  border-radius: 8px;
  font-size: 16px;
}
.shafu_search dl dd select::-webkit-input-placeholder {
  color: rgb(136, 136, 136);
}
.shafu_search dl dd select::-moz-placeholder {
  color: rgb(136, 136, 136);
}
.shafu_search dl dd select:-ms-input-placeholder {
  color: rgb(136, 136, 136);
}
.shafu_search dl dd select::-ms-input-placeholder {
  color: rgb(136, 136, 136);
}
.shafu_search dl dd select::placeholder {
  color: rgb(136, 136, 136);
}

#sameday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  #sameday {
    gap: 120px;
  }
}
@media screen and (max-width: 750px) {
  #sameday {
    gap: 60px;
  }
}

.sameday_info {
  position: relative;
}
.sameday_info .ornament {
  position: absolute;
}
@media print, screen and (min-width: 750.1px) {
  .sameday_info .ornament {
    width: 20.5%;
    top: 38%;
    right: -6%;
  }
}
@media screen and (max-width: 750px) {
  .sameday_info .ornament {
    width: 30%;
    top: -8%;
    right: -10%;
  }
}
.sameday_info .ornament svg {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750.1px) {
  .sameday_info h2 + h3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .sameday_info h2 + h3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: var(--text-line-height);
    letter-spacing: 0.05em;
  }
  .is-foreign .sameday_info h2 + h3 {
    font-size: 20px;
  }
}
.sameday_info p {
  margin: 75px auto 0;
  max-width: 1080px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.015em;
}
@media print, screen and (min-width: 750.1px) {
  .sameday_info p {
    text-align: center;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 840px) {
  .sameday_info p {
    text-align: left;
  }
}
.sameday_info .like_this {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 750.1px) {
  .sameday_info .like_this {
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .sameday_info .like_this {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
}
.sameday_info .like_this li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgb(228, 222, 214);
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: calc(var(--text-line-height) / 1.25);
}
@media print, screen and (min-width: 750.1px) {
  .sameday_info .like_this li {
    padding: 40px 20px;
    min-width: 404px;
    font-size: 28px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1000px) {
  .sameday_info .like_this li {
    min-width: 320px;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .sameday_info .like_this li {
    padding: 12px 20px;
    font-size: 16px;
    min-height: 4em;
  }
  .is-foreign .sameday_info .like_this li {
    font-size: 18px;
  }
}

.branch_data h3 {
  text-align: left;
}
.branch_data table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
@media print, screen and (min-width: 750.1px) {
  .branch_data table {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .branch_data table {
    margin-top: 20px;
  }
}
.branch_data table th {
  padding: 1.5em;
  background-color: rgb(239, 235, 229);
  text-align: left;
  vertical-align: middle;
  line-height: 1.35;
}
@media print, screen and (min-width: 750.1px) {
  .branch_data table th {
    width: 204px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  .branch_data table th {
    width: 64px;
    padding: 1.5em;
    font-size: 15px;
    font-weight: 600;
  }
}
.branch_data table td {
  padding: 1.5em;
  line-height: var(--text-line-height);
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.95);
}
@media print, screen and (min-width: 750.1px) {
  .branch_data table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .branch_data table td {
    font-size: 15px;
  }
}
.branch_data table td .payment-logos {
  list-style: none;
  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;
  gap: 0.75em;
  margin: 2em 0 0;
  padding: 0;
  width: 100%;
  max-width: 660px;
}
.branch_data table td .payment-logos li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4px;
}
.branch_data table td .payment-logos li img {
  height: 32px;
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.branch_data table td .payment-logos li img.visa, .branch_data table td .payment-logos li img.mastercard, .branch_data table td .payment-logos li img.rakutenpay, .branch_data table td .payment-logos li img.other {
  height: 20px;
}
.branch_data table tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.45);
}
@media print, screen and (min-width: 750.1px) {
  .branch_data:first-child {
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .branch_data:first-child {
    margin-top: 60px;
  }
}

.branch_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  .branch_access {
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .branch_access {
    gap: 12px;
  }
}
.branch_access h3 {
  text-align: left;
}
.branch_access h4 {
  font-weight: 500;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  .branch_access h4 {
    margin-top: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .branch_access h4 {
    margin-top: 20px;
    font-size: 18px;
  }
}
.branch_access p {
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  .branch_access p {
    font-size: 18px;
  }
}
.branch_access .stop_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  .branch_access .stop_info {
    gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  .branch_access .stop_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.branch_access .stop_info .acf-map {
  height: 450px;
}
@media print, screen and (min-width: 750.1px) {
  .branch_access .stop_info .acf-map {
    width: 500px;
  }
}
@media screen and (max-width: 750px) {
  .branch_access .stop_info .acf-map {
    width: 100%;
  }
}
.branch_access .stop_info .acf-map img {
  max-width: inherit !important;
}
.branch_access .stop_info p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#plan_departures .acf-map {
  width: 100%;
  height: 430px;
}
#plan_departures .acf-map img {
  max-width: inherit !important;
}

#flow {
  padding: 0 0 0;
  position: relative;
}
#flow .ornament {
  width: 23.5%;
  position: absolute;
  top: -6.2%;
  left: 3%;
  z-index: -1;
}
#flow .ornament svg {
  width: 100%;
  height: auto;
}
#flow .text_announce {
  padding-left: 80px;
}
#flow .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 75px;
  padding: 0 80px 80px;
  width: 100%;
  overflow: scroll;
}
#flow .flow .step {
  padding: 32px;
  max-width: 372px;
  min-width: 372px;
  border-radius: calc(var(--cornerRadius) * 2);
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 50px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 50px 0px;
}
#flow .flow .step.step2 {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#flow .flow .step h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: var(--text-line-height);
}
#flow .flow .step h3 span {
  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;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
  padding: 0 15px;
  border: 1px solid rgb(228, 222, 214);
  border-radius: 100%;
  font-family: var(--font-en) !important;
  font-weight: 1000;
  line-height: 1;
}
#flow .flow .step p {
  margin-top: 1em;
}
#flow .flow .step.step2 {
  position: relative;
  margin-top: 180px;
}
#flow .flow .step.step2 .fork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  gap: 30px;
  width: calc(100% + 150px);
  top: -145px;
  left: -75px;
}
#flow .flow .step.step2 .fork dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#flow .flow .step.step2 .fork dl dt {
  overflow: visible;
  padding: 8px 16px;
  border-radius: 100px;
  border-radius: 100px;
  background-color: rgb(239, 52, 52);
  color: #fff;
  font-weight: 500;
  position: relative;
}
#flow .flow .step.step2 .fork dl dt::before {
  content: "";
  display: block;
  height: 3px;
  background-color: #E4DED6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 522px;
}
#flow .flow .step.step2 .fork dl dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #e4ded6;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: calc(50% + 254px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#flow .flow .step.step2 .fork dl dt.none {
  background-color: rgb(25, 61, 127);
}
#flow .flow .step.step2 .fork dl dt.none::before {
  background-color: transparent;
  background-image: linear-gradient(to right, #E4DED6 3px, transparent 3px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#flow .flow .step.step2 .fork dl dd {
  padding: 8px 24px;
  border: 1px solid rgb(228, 222, 214);
  border-radius: 100px;
  background-color: #fff;
  line-height: 1.4;
}

#message {
  padding: 80px 7.4% 140px;
  overflow: hidden;
  border: 1px solid rgb(239, 235, 229);
  background-color: rgba(245, 243, 240, 0.3);
  position: relative;
  z-index: 1;
}
#message::before {
  content: "MESSAGE";
  display: block;
  mix-blend-mode: multiply;
  color: rgba(228, 222, 214, 0.3);
  font-family: var(--font-en) !important;
  font-optical-sizing: auto;
  font-size: 200px;
  font-weight: 1000;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -82%);
          transform: translate(-50%, -82%);
  z-index: -1;
}
@media print, screen and (min-width: 750.1px) {
  #message .flex {
    gap: 80px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1024px) {
  #message .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  #message .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#message .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#message .text h3 {
  padding-bottom: 1em;
  border-bottom: 2px dotted rgb(239, 52, 52);
  letter-spacing: 0.05em;
}
#message .text h3 span {
  display: block;
  margin-bottom: 1em;
  color: rgb(239, 52, 52);
  font-family: var(--font-en) !important;
  font-size: 24px;
  font-weight: 1000;
  letter-spacing: 0.05em;
  position: relative;
}
#message .text h3 span::before {
  content: "";
  display: block;
  width: 60px;
  height: 30px;
  background-color: #EF3434;
  -webkit-mask-image: url(../img/deco_1.svg);
          mask-image: url(../img/deco_1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
}
#message .text p {
  margin-top: 1em;
  padding: 0 10px;
  font-weight: 500;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  #message .text p {
    font-size: 24px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1024px) {
  #message .text p {
    padding: 0 40px;
    text-align: center;
  }
}
#message picture,
#message figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: var(--cornerRadius);
  aspect-ratio: 4/3;
}
@media print, screen and (min-width: 750.1px) {
  #message picture,
  #message figure {
    width: 550px;
  }
}
@media screen and (max-width: 750px) {
  #message picture,
  #message figure {
    margin: auto;
    width: calc(100% - 40px);
  }
}
#message picture img,
#message figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#station_info .branch_access {
  margin-top: -60px;
}
#station_info .branch_access .acf-map {
  width: 100%;
  height: 430px;
}
#station_info .branch_access .acf-map img {
  max-width: inherit !important;
}
#station_info .branch_data {
  margin-top: 120px;
}

@media print, screen and (min-width: 750.1px) {
  #faq {
    padding: 80px 80px 120px 80px;
  }
}
@media screen and (max-width: 750px) {
  #faq {
    padding: 40px 20px 60px 20px;
  }
}
#faq .faq_item {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
#faq .faq_item .AccordionContainer__trigger {
  border-radius: 40px;
}
@media print, screen and (min-width: 750.1px) {
  #faq .faq_item .AccordionContainer__trigger.is-open {
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #faq .faq_item .AccordionContainer__trigger.is-open {
    border-radius: var(--cornerRadius) var(--cornerRadius) 0 0;
  }
}
#faq .faq_item .AccordionContainer__content.is-open {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media print, screen and (min-width: 750.1px) {
  #faq .faq_item .AccordionContainer__content.is-open {
    padding: 48px;
    border-radius: 0 0 40px 40px;
  }
}
@media screen and (max-width: 750px) {
  #faq .faq_item .AccordionContainer__content.is-open {
    padding: 24px 30px;
    border-radius: 0 0 var(--cornerRadius) var(--cornerRadius);
  }
}
#faq .faq_item .faq_title,
#faq .faq_item .faq_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#faq .faq_item .faq_title .abbr,
#faq .faq_item .faq_content .abbr {
  font-family: var(--font-en) !important;
  font-weight: 500;
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  #faq .faq_item .faq_title .abbr,
  #faq .faq_item .faq_content .abbr {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  #faq .faq_item .faq_title .abbr,
  #faq .faq_item .faq_content .abbr {
    font-size: 20px;
  }
}
#faq .faq_item .faq_title .content,
#faq .faq_item .faq_content .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#faq .faq_item .faq_title {
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  #faq .faq_item .faq_title {
    padding: 6px 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  #faq .faq_item .faq_title {
    padding: 6px 12px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 750.1px) {
  #faq .faq_item .faq_content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #faq .faq_item .faq_content p {
    font-size: 16px;
  }
}

#movie_block {
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  #movie_block {
    padding-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  #movie_block {
    padding-top: 60px;
  }
}
#movie_block .ornament {
  width: 23.5%;
  position: absolute;
  top: -8.4%;
  left: 6.8%;
}
#movie_block .ornament svg {
  width: 100%;
  height: auto;
}
#movie_block .movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#movie_block .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie_block .note {
  margin-top: 1em;
}
@media screen and (min-width: 1130px) {
  #movie_block .note {
    text-align: center;
  }
}

#phototour-plan .AccordionContainer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  #phototour-plan .AccordionContainer__content {
    gap: 60px;
  }
}
@media screen and (max-width: 750px) {
  #phototour-plan .AccordionContainer__content {
    gap: 40px;
  }
}
@media print, screen and (min-width: 750.1px) {
  #phototour-plan .AccordionContainer__content.is-open {
    padding-top: 36px;
  }
}
@media screen and (max-width: 750px) {
  #phototour-plan .AccordionContainer__content.is-open {
    padding: 18px 20px 60px;
  }
}
#phototour-plan .plan_content h5 {
  padding: 1.5em 0;
  font-weight: 500;
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  #phototour-plan .plan_content h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #phototour-plan .plan_content h5 {
    font-size: 18px;
  }
}
#phototour-plan .plan_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 5px;
  border-top: 1px solid rgb(228, 222, 214);
  line-height: var(--text-line-height);
}
@media print, screen and (min-width: 750.1px) {
  #phototour-plan .plan_content dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  #phototour-plan .plan_content dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#phototour-plan .plan_content dl dt {
  font-weight: 500;
}
@media print, screen and (min-width: 750.1px) {
  #phototour-plan .plan_content dl dt {
    width: 200px;
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  #phototour-plan .plan_content dl dt {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 750.1px) {
  #phototour-plan .plan_content dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#phototour-plan .plan_content .description {
  padding: 1.5em 5px;
  border-top: 1px solid rgb(228, 222, 214);
}
#phototour-plan .notes {
  font-size: 90%;
}
#phototour-plan table {
  border-collapse: collapse;
  border-radius: calc(var(--cornerRadius) * 2);
  overflow: hidden;
}
@media print, screen and (min-width: 750.1px) {
  #phototour-plan table {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #phototour-plan table {
    width: 590px;
    min-width: 100%;
  }
}
#phototour-plan table thead {
  border-bottom: 2px solid #fff;
}
#phototour-plan table th,
#phototour-plan table td:nth-child(1) {
  padding: 1.5em;
  background-color: rgb(239, 235, 229);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width: 750.1px) {
  #phototour-plan table th,
  #phototour-plan table td:nth-child(1) {
    width: 204px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #phototour-plan table th,
  #phototour-plan table td:nth-child(1) {
    width: 25%;
    padding: 1.5em;
  }
}
#phototour-plan table td {
  padding: 1.5em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width: 750.1px) {
  #phototour-plan table td {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #phototour-plan table td {
    width: 25%;
  }
}
#phototour-plan table tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.7);
}
#phototour-plan table tbody td:nth-child(1) {
  background-color: rgb(239, 235, 229);
}

@media print, screen and (min-width: 750.1px) {
  #category_list {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #category_list {
    padding: 40px 20px 0;
  }
}
#category_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1220px;
}
#category_list ul li a {
  display: inline-block;
  font-weight: 500;
}
@media print, screen and (min-width: 750.1px) {
  #category_list ul li a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  #category_list ul li a {
    padding: 0.75em;
  }
}
#category_list ul li a:hover {
  color: rgb(239, 52, 52);
}
#category_list ul li a.is-current {
  color: rgb(239, 52, 52);
  pointer-events: none;
}

@media print, screen and (min-width: 750.1px) {
  #tag_list {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #tag_list {
    padding: 30px 20px 0;
  }
}
#tag_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 750.1px) {
  #tag_list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px 10px;
    max-width: 700px;
  }
}
@media screen and (max-width: 750px) {
  #tag_list ul {
    gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  #tag_list ul li {
    width: calc((100% - 10px) / 2);
  }
}
#tag_list ul li a {
  padding: 5px 10px;
  border: 1px solid rgb(228, 222, 214);
  border-radius: 100px;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #tag_list ul li a {
    display: block;
    text-align: center;
  }
}
#tag_list ul li a:hover {
  border-color: rgb(239, 52, 52);
  background-color: rgb(239, 52, 52);
  color: #fff;
}
#tag_list ul li a.is-current {
  border-color: rgb(239, 52, 52);
  color: rgb(239, 52, 52);
  pointer-events: none;
}

#news-list {
  margin: auto;
  max-width: 980px;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media print, screen and (min-width: 750.1px) {
  #news-list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  #news-list {
    margin-top: 60px;
  }
}
#TOP #news-list {
  width: 100%;
  max-width: auto;
}
#news-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  #news-list ul {
    gap: 60px;
  }
}
@media screen and (max-width: 750px) {
  #news-list ul {
    gap: 40px;
  }
}
#TOP #news-list ul {
  gap: 0;
}
#news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(228, 222, 214);
}
@media print, screen and (min-width: 750.1px) {
  #news-list .news-item {
    gap: 20px;
    height: 288px;
  }
}
@media screen and (max-width: 750px) {
  #news-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#TOP #news-list .news-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#news-list .news-item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 30px;
}
#TOP #news-list .news-item .text {
  padding-left: 0;
  padding-right: 0;
}
#news-list .news-item .text .header_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media print, screen and (min-width: 750.1px) {
  #news-list .news-item .text .header_description {
    gap: 15px;
  }
}
@media screen and (max-width: 750px) {
  #news-list .news-item .text .header_description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
#news-list .news-item .text time {
  color: #6E6E6E;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 750.1px) {
  #news-list .news-item .text time {
    font-size: 14px;
  }
  #TOP #news-list .news-item .text time {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #news-list .news-item .text time {
    font-size: 12px;
  }
  #TOP #news-list .news-item .text time {
    font-size: 14px;
  }
}
#news-list .news-item .text .news-category,
#news-list .news-item .text .news-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#news-list .news-item .text .news-category .category-label,
#news-list .news-item .text .news-tags .category-label {
  font-size: 13px;
}
#TOP #news-list .news-item .text .news-category .category-label,
#TOP #news-list .news-item .text .news-tags .category-label {
  font-size: 14px;
}
#news-list .news-item .text .news-category .category-label + .category-label::before,
#news-list .news-item .text .news-tags .category-label + .category-label::before {
  content: "｜";
}
#news-list .news-item .text .news-category .category-label:hover,
#news-list .news-item .text .news-tags .category-label:hover {
  color: rgb(239, 52, 52);
}
#news-list .news-item .text .news-category .tag-label,
#news-list .news-item .text .news-tags .tag-label {
  padding: 5px 10px;
  border: 1px solid rgb(228, 222, 214);
  border-radius: 100px;
  font-size: 12px;
}
#TOP #news-list .news-item .text .news-category .tag-label,
#TOP #news-list .news-item .text .news-tags .tag-label {
  font-size: 13px;
}
#news-list .news-item .text .news-category .tag-label:hover,
#news-list .news-item .text .news-tags .tag-label:hover {
  border-color: rgb(239, 52, 52);
  background-color: rgb(239, 52, 52);
  color: #fff;
}
#news-list .news-item .text h2 {
  font-weight: 500;
}
@media print, screen and (min-width: 750.1px) {
  #news-list .news-item .text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #news-list .news-item .text h2 {
    font-size: 16px;
  }
  #TOP #news-list .news-item .text h2 {
    font-size: 18px;
  }
}
#news-list .news-item .text .excerpt {
  margin-top: 1em;
  line-height: var(--text-line-height);
  font-weight: 400;
}
@media print, screen and (min-width: 750.1px) {
  #news-list .news-item .text .excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #news-list .news-item .text .excerpt {
    font-size: 14px;
  }
}
#news-list .news-item .text a:hover h2, #news-list .news-item .text a:hover .excerpt {
  color: rgb(239, 52, 52);
}
#news-list .news-item .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgb(228, 222, 214);
  background-color: transparent;
  overflow: hidden;
}
@media print, screen and (min-width: 750.1px) {
  #news-list .news-item .thumbnail {
    aspect-ratio: 1/1;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  #news-list .news-item .thumbnail {
    aspect-ratio: 4/3;
    width: 100%;
  }
}
#news-list .news-item .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#news-list .news-item .thumbnail img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#news-list .news-item .thumbnail img.no-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 55%;
}
#news-list .text_center {
  margin: 6em 0;
}

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 112px;
}

.loader div {
  width: 10px;
  height: 10px;
  margin: 3px;
  background-color: #ababab;
  border-radius: 50%;
  -webkit-animation: bounce 1.5s infinite ease-in-out;
          animation: bounce 1.5s infinite ease-in-out;
}

.loader div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media print, screen and (min-width: 750.1px) {
  .single-post article {
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .single-post article {
    margin-top: 100px;
    padding: 0 20px;
  }
}
.single-post article section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin: auto;
  max-width: 750px;
}
.single-post article section .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.single-post article section .heading .header_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media print, screen and (min-width: 750.1px) {
  .single-post article section .heading .header_description {
    gap: 15px;
  }
}
@media screen and (max-width: 750px) {
  .single-post article section .heading .header_description {
    gap: 6px;
  }
}
.single-post article section .heading .header_description time {
  color: #6E6E6E;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 750.1px) {
  .single-post article section .heading .header_description time {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .single-post article section .heading .header_description time {
    font-size: 12px;
  }
}
.single-post article section .heading .header_description .news-category,
.single-post article section .heading .header_description .news-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single-post article section .heading .header_description .news-category .category-label,
.single-post article section .heading .header_description .news-tags .category-label {
  font-size: 13px;
}
.single-post article section .heading .header_description .news-category .category-label + .category-label::before,
.single-post article section .heading .header_description .news-tags .category-label + .category-label::before {
  content: "｜";
}
.single-post article section .heading .header_description .news-category .category-label:hover,
.single-post article section .heading .header_description .news-tags .category-label:hover {
  color: rgb(239, 52, 52);
}
.single-post article section .heading .header_description .news-category .tag-label,
.single-post article section .heading .header_description .news-tags .tag-label {
  padding: 5px 10px;
  border: 1px solid rgb(228, 222, 214);
  border-radius: 100px;
  font-size: 12px;
}
.single-post article section .heading .header_description .news-category .tag-label:hover,
.single-post article section .heading .header_description .news-tags .tag-label:hover {
  border-color: rgb(239, 52, 52);
  background-color: rgb(239, 52, 52);
  color: #fff;
}
.single-post article section .heading h2 {
  font-weight: 500;
}
@media print, screen and (min-width: 750.1px) {
  .single-post article section .heading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .single-post article section .heading h2 {
    font-size: 24px;
  }
}
.single-post article section .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.single-post article section .contents p {
  margin: 0;
}
.single-post article section .contents strong {
  font-weight: 500;
}
.single-post article section .contents em {
  font-style: italic;
}
.single-post article section .contents u {
  text-decoration: underline;
}
.single-post article section .contents table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.single-post article section .contents th,
.single-post article section .contents td {
  border: 1px solid #ddd;
  padding: 8px;
}
.single-post article section .contents th {
  background-color: #f4f4f4;
  font-weight: 500;
  text-align: left;
}
.single-post article section .contents a:not(.wp-block-button__link) {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}
.single-post article section .contents a:not(.wp-block-button__link):hover {
  color: #ef3434;
  text-decoration: none;
}
.single-post article section .contents a.wp-block-button__link {
  text-decoration: none;
  background: #ef3434 !important;
  color: #fff;
  font-weight: 500;
}
.single-post article section .contents a.wp-block-button__link:hover {
  background: #c00606 !important;
}
.single-post article section .contents img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}
.single-post article section .contents hr {
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid #EFEBE5;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.single-post article section .contents ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.single-post article section .contents ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.single-post article section .contents ul li,
.single-post article section .contents ol li {
  margin-bottom: 0.5em;
}
.single-post article section .contents blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  margin: 1em 0;
  color: #666;
}
.single-post article section .contents h1 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.single-post article section .contents h2 {
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.single-post article section .contents h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.single-post article section .contents h4 {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.single-post article section .contents h5 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.single-post article section .contents h6 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.single-post article .footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.5em 0;
  border-top: 1px solid rgb(228, 222, 214);
}
@media print, screen and (min-width: 750.1px) {
  .single-post article .footer_section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .single-post article .footer_section {
    margin-top: 30px;
  }
}
.single-post article .footer_section .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 128px;
}
.single-post article .footer_section .share-buttons .share-btn {
  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;
  width: 20px;
  height: 20px;
}
.single-post article .footer_section .share-buttons .share-btn img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.single-post article .footer_section .category {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.single-post article .footer_section .category ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  text-align: right;
}
@media print, screen and (min-width: 750.1px) {
  .single-post article .footer_section .category ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .single-post article .footer_section .category ul a {
    font-size: 12px;
  }
}
.single-post article .footer_section .category ul a:hover {
  color: rgb(239, 52, 52);
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-top: 120px;
  text-align: center;
}
.not-found h1 {
  font-size: 150%;
  font-weight: 500;
}
.not-found p {
  font-size: 120%;
}
.not-found .btn {
  margin-top: 60px;
}

.text-stroke-red {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #EF3434;
}

#comp-m2ahf023_r_comp-m2ah8fy4 {
  margin-left: auto !important;
}