@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100%, 1920px);
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
  font-size: 0.95em;
  line-height: 1.4em;
  margin-top: 0.6em;
}
.__liststyle li::before {
  content: "-";
  display: block;
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__fsiz-18 {
  font-size: max(1.125rem, 1em);
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__shadow-txt {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.2;
  margin-top: -0.3em;
  margin-left: -0.3em;
}

.__ttlstyle01 span.__en {
  position: relative;
  display: block;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  font-size: 5.125rem;
  line-height: 1em;
  padding-top: 0.48em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 3.125em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 2.25em;
  }
}
.__ttlstyle01 span.__en .__shadow-txt {
  background-image: linear-gradient(90deg, #3194ad, #fff 40%, #004f9f 60%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.6;
  font-weight: 400;
  font-size: 0.85em;
  margin-top: 0;
  margin-left: -0.6em;
}
.__ttlstyle01 span.__jp {
  display: block;
  font-size: max(1.25rem, 1em);
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 0.95em;
  }
}

.__ttlstyle02 span.__en {
  background-image: linear-gradient(0deg, rgba(211, 193, 130, 0.8) 20%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.95em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__en {
    font-size: 0.9em;
  }
}
.__ttlstyle02 span.__txt, .__ttlstyle02 span.__jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4em;
  font-size: max(2.375rem, 1.645em);
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__txt, .__ttlstyle02 span.__jp {
    font-size: 1.35em;
  }
}
.__ttlstyle02 span.__line-Animation {
  margin-top: 0.8em;
}
.__ttlstyle02.__small span.__en {
  background-image: none;
  -webkit-text-fill-color: initial;
  font-size: 0.95em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02.__small span.__en {
    font-size: 0.85em;
  }
}
.__ttlstyle02.__small span.__txt, .__ttlstyle02.__small span.__jp {
  font-size: max(2rem, 1.5em);
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02.__small span.__txt, .__ttlstyle02.__small span.__jp {
    font-size: 1.35em;
    margin-top: 0.4em;
  }
}
.__ttlstyle02.__blue span.__en {
  background-image: linear-gradient(0deg, rgba(159, 240, 255, 0.6), #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.__ttlstyle03 {
  color: #efefef;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  font-family: "Noto Serif JP", serif;
  font-size: max(2.125rem, 1.5em);
  font-style: italic;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 {
    font-size: 1.275em;
  }
}

.__ttlstyle04 {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.4em;
}
.__ttlstyle04::before {
  flex-shrink: 0;
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  background-image: linear-gradient(135deg, #d3c182 40%, #fff 50%, #d3c182 60%);
  display: block;
  margin-right: 0.6em;
}
.__ttlstyle04.__blue::before {
  background-image: linear-gradient(135deg, #9ff0ff 40%, #fff 50%, #9ff0ff 60%);
}

a.__txtlink {
  color: #fff;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

a .__hover-style_arrow, button .__hover-style_arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1199px) {
  a .__hover-style_arrow, button .__hover-style_arrow {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  a .__hover-style_arrow, button .__hover-style_arrow {
    width: 3em;
  }
}
a .__hover-style_arrow::before, button .__hover-style_arrow::before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #3194ad;
  transform: scale(0.9);
  will-change: transform;
  transition: all 0.3s ease;
}
a:hover span.__arrow::before, button:hover span.__arrow::before {
  transform: scale(1);
}

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn01 a, .__linkbtn01 button {
  background-color: transparent;
  display: flex;
  align-items: center;
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  font-weight: 500;
  line-height: 1.4em;
  margin-left: 1.25em;
}
.__linkbtn01 a span.__txt.__en, .__linkbtn01 button span.__txt.__en {
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .__linkbtn01 a span.__txt.__en, .__linkbtn01 button span.__txt.__en {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a span.__txt.__en, .__linkbtn01 button span.__txt.__en {
    font-size: 0.9em;
  }
}
.__linkbtn01 a span.__arrow, .__linkbtn01 button span.__arrow {
  margin-left: 1.25em;
}
.__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
  margin-left: 0;
  margin-right: 1.25em;
}
.__linkbtn01.__back a span.__arrow, .__linkbtn01.__back button span.__arrow {
  margin-left: 0;
  margin-right: 1.25em;
}

.__linkbtn02 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn02 a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3194ad;
  border: solid 1px #3194ad;
  color: #fff;
  line-height: 1.4em;
  padding: 0.4em 1em;
}
.__linkbtn02 a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.16;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.24s ease;
}
.__linkbtn02 a span.__txt {
  font-weight: 500;
  font-size: 0.9em;
}
.__linkbtn02 a span.__arrow {
  flex-shrink: 0;
  font-size: 0.75em;
  margin-left: 1.6em;
}
.__linkbtn02 a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.__linkbtn02.__white a {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
}

.__slash-shape {
  aspect-ratio: 1/1;
  clip-path: polygon(0 100%, 73% 0, 100% 0, 27% 100%);
}
.__slash-shape.__lblue {
  background-image: linear-gradient(0deg, rgba(159, 240, 255, 0.5), rgba(255, 255, 255, 0.1));
}
.__slash-shape.__black {
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.8), #202020);
}

.__img-style {
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.6);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  margin-bottom: max(1.25rem, 6px);
}
.__img-style::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.6));
  margin-top: max(2.5rem, 10px);
  margin-left: max(2.5rem, 10px);
}
.__img-style img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__content-style01 .sec-catch, .__content-style01 .content-catch {
  margin-top: 2.4em;
}
.__content-style01 .sec-txt, .__content-style01 .content-txt {
  margin-top: 1.6em;
}
.__content-style01 .sec-txt p, .__content-style01 .content-txt p {
  line-height: 2em;
}
.__content-style01 .sec-txt p:not(:nth-of-type(1)), .__content-style01 .content-txt p:not(:nth-of-type(1)) {
  margin-top: 1em;
}
.__content-style01 .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-link {
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-link {
    margin-top: 3em;
  }
}
.__content-style01 .sec-link .__linkbtn01 {
  margin-left: auto;
}

.__content-style02 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .__content-style02 {
    display: block;
  }
}
.__content-style02 .txt-wrap {
  width: 100%;
}
.__content-style02 .img-wrap {
  flex-shrink: 0;
  width: 35rem;
  margin-left: max(8.75rem, 4em);
}
@media screen and (max-width: 1199px) {
  .__content-style02 .img-wrap {
    width: min(100%, 600px);
    aspect-ratio: 3/2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
  }
}
.__content-style02 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style02.__reverse {
  flex-direction: row-reverse;
}
.__content-style02.__reverse .img-wrap {
  margin-left: 0;
  margin-right: max(8.75rem, 4em);
}
@media screen and (max-width: 1199px) {
  .__content-style02.__reverse .img-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.__content-style03 {
  background-color: #fff;
  padding: 2px;
}
.__content-style03 .content-inner {
  border: solid 1px #717171;
  height: 100%;
  padding: 1em;
}

.__content-style04.content-inner {
  display: flex;
  align-items: center;
  padding: max(2.5rem, 2em);
}
@media screen and (max-width: 991px) {
  .__content-style04.content-inner {
    display: block;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style04.content-inner {
    padding: 2em 1em;
  }
}
.__content-style04.content-inner .txt-wrap {
  width: 100%;
  padding: 2em 0;
}
@media screen and (max-width: 991px) {
  .__content-style04.content-inner .txt-wrap {
    padding: 0;
  }
}
.__content-style04.content-inner .txt-wrap .item-txt {
  margin-top: 1.6em;
}
.__content-style04.content-inner .img-wrap {
  flex-shrink: 0;
  width: 30rem;
  aspect-ratio: 3/2;
  margin-left: max(5rem, 2em);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 991px) {
  .__content-style04.content-inner .img-wrap {
    width: min(100%, 600px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }
}
.__content-style04.content-inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style04.content-inner.__reverse {
  flex-direction: row-reverse;
}
.__content-style04.content-inner.__reverse .img-wrap {
  margin-left: 0;
  margin-right: max(5rem, 2em);
}
@media screen and (max-width: 991px) {
  .__content-style04.content-inner.__reverse .img-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.__line-Animation {
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #d3c182 0%, #717171 30%, #fff 45%, #717171 55%, #d3c182 100%);
  background-size: 200% 100%;
  animation: lineFlow 5s linear infinite;
}
@keyframes lineFlow {
  from {
    background-position-x: 200%;
  }
  to {
    background-position-x: 0;
  }
}
.__line-Animation.__blue {
  background-image: linear-gradient(90deg, #bcf3fd 0%, #717171 30%, #fff 45%, #717171 55%, #bcf3fd 100%);
}

.__fadeIn {
  opacity: 0;
  transform: translateY(2em);
  will-change: transform;
  transition: all 1.6s cubic-bezier(0.2, 0.7, 0.2, 1) 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.__slideIn {
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: translateY(2em);
  clip-path: inset(0 100% 0 0); /* 右側を全カット（非表示） */
  will-change: transform;
  transition: all 1.6s cubic-bezier(0.2, 0.7, 0.2, 1) 0.4s, clip-path 1.4s cubic-bezier(0.2, 0.7, 0.2, 1) 0.4s;
}
.__slideIn.__delay00 {
  transition-delay: 0s;
}
.__slideIn.__inview {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0); /* 全表示 */
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
}
header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  background-image: linear-gradient(0deg, transparent, #000);
  opacity: 0.8;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25em max(1.25rem, 10px) 1.5em;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding-top: 0.5em;
    padding-bottom: 2em;
  }
}
header .__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(17, 17, 17, 0.6);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s ease;
}
header .__overlay.__open {
  opacity: 1;
  visibility: visible;
}
header .header-logo {
  width: 18em;
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 14.5em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 13em;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-links ul {
  display: flex;
}
header .header-links ul li {
  margin-right: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-links ul li a {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 767px) {
  header .header-links ul li a {
    padding: 0.2em 0.9em;
  }
}
header .header-links ul li a span.__txt {
  font-size: 0.8em;
}
header .header-links ul li.__white a {
  background-color: rgba(17, 17, 17, 0.4);
}
header .nav-btn {
  position: relative;
  z-index: 99;
  width: 2.5em;
  height: 40px;
  cursor: pointer;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  header .nav-btn {
    width: 1.5em;
    margin: 0 4px;
  }
}
header .nav-btn span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.2s ease;
}
header .nav-btn span:nth-of-type(1) {
  margin-top: -8px;
}
header .nav-btn span:nth-of-type(3) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
}
header .nav-btn.__open span:nth-of-type(1) {
  margin-top: 0;
  transform: translateY(-50%) rotate(30deg);
}
header .nav-btn.__open span:nth-of-type(2) {
  opacity: 0;
}
header .nav-btn.__open span:nth-of-type(3) {
  margin-top: 0;
  transform: translateY(-50%) rotate(-30deg);
}
header .header-menu {
  background-color: rgba(17, 17, 17, 0.9);
  width: max(50vw, 360px);
  height: 100vh;
  padding: max(18vh, 80px) max(4vw, 20px);
  padding-right: 20px;
  overflow-y: scroll;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.48s ease;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
header .header-menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
header .header-menu .header-menu-inner {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.48s ease;
}
header .header-menu.__open {
  opacity: 1;
  transform: translateX(0);
}
header .header-menu.__open .header-menu-inner {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.48s ease;
}
header .header-menu nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-menu nav ul li {
  width: 50%;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  header .header-menu nav ul li {
    margin-top: 1.6em;
  }
}
header .header-menu nav ul li a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1.375rem, 1.125em);
  transition: all 0.3s ease;
}
header .header-menu nav ul li a span.__jp {
  display: block;
  font-size: 0.675em;
}
header .header-menu nav ul li a:hover {
  color: #9ff0ff;
}
header .header-menu nav ul li.__international a {
  font-size: 1em;
}
header .header-menu nav ul li.__current a {
  color: #3194ad;
}

/* sec-reserve
---------------------------------------------------- */
.sec-reserve {
  width: 100%;
  background-image: url(../images/reserve-bgimg.jpg);
  background-size: cover;
}
.sec-reserve::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.85) 85%, #111);
}
.sec-reserve .sec-ttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-reserve .sec-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
}
.sec-reserve .sec-txt p {
  line-height: 2em;
}
.sec-reserve .sec-content {
  margin-top: 3em;
}
.sec-reserve .sec-content h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: max(1.6875rem, 1.25em);
}
@media screen and (max-width: 767px) {
  .sec-reserve .sec-content h3 {
    font-size: 1.125em;
  }
}
.sec-reserve .sec-content .flex-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-reserve .sec-content .flex-wrap {
    display: block;
    margin-top: 2em;
  }
}
.sec-reserve .sec-content .flex-wrap .content-wrap {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec-reserve .sec-content .flex-wrap .content-wrap {
    width: 100%;
  }
}
.sec-reserve .sec-content .flex-wrap .content-wrap i {
  font-size: 1.125em;
  margin-right: 0.8em;
}
.sec-reserve .sec-content .flex-wrap .content-wrap.__tel {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .sec-reserve .sec-content .flex-wrap .content-wrap.__tel {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.sec-reserve .sec-content .flex-wrap .content-wrap.__tel a {
  font-size: 1em;
  display: inline;
}
.sec-reserve .sec-content .flex-wrap .content-wrap .content-inner {
  border: solid 1px rgba(255, 255, 255, 0.6);
  font-size: 1.125em;
  line-height: 1.4em;
  padding: 0.8em 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-reserve .sec-content .flex-wrap .content-wrap .content-inner {
    font-size: 1em;
  }
}
.sec-reserve .sec-content .flex-wrap .content-wrap .content-inner span.__txt {
  font-size: 1em;
}
.sec-reserve .sec-content .flex-wrap .content-wrap .content-inner span.__arrow i {
  margin-right: 0;
}
.sec-reserve .sec-links {
  padding-top: 60px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-reserve .sec-links {
    padding-top: 30px;
  }
}
.sec-reserve .sec-links ul {
  display: flex;
  justify-content: space-between;
  width: min(100%, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-reserve .sec-links ul {
    width: 20em;
    display: block;
  }
}
.sec-reserve .sec-links ul li {
  margin-top: 0.8em;
}
.sec-reserve .sec-links ul li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-reserve .sec-links ul li a {
    justify-content: space-between;
  }
}
.sec-reserve .sec-links ul li a span.__txt span.__en {
  font-size: max(2.25rem, 1.5em);
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-reserve .sec-links ul li a span.__txt span.__en {
    font-size: 1.475em;
  }
}
.sec-reserve .sec-links ul li a span.__txt span.__jp {
  display: block;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .sec-reserve .sec-links ul li a span.__txt span.__jp {
    display: inline;
    margin-left: 0.6em;
  }
}
.sec-reserve .sec-links ul li a span.__arrow {
  margin-left: 1em;
}

/* footer
---------------------------------------------------- */
#footer {
  overflow-y: clip;
  background-image: linear-gradient(0deg, transparent, #111);
}
#footer .footer-inner {
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  padding-bottom: 4em;
}
#footer .footer-inner .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .flex-wrap {
    display: block;
  }
}
#footer .footer-inner .flex-wrap .footer-left .footer-logo {
  width: 18em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .flex-wrap .footer-left .footer-logo {
    width: 15.5em;
    margin-top: 1em;
  }
}
#footer .footer-inner .flex-wrap .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
#footer .footer-inner .flex-wrap .footer-left .footer-info {
  margin-top: 2em;
}
#footer .footer-inner .flex-wrap .footer-left .footer-info p a {
  display: inline;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .flex-wrap .footer-menu {
    margin-top: 2em;
  }
}
#footer .footer-inner .flex-wrap .footer-menu .menu-top {
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .flex-wrap .footer-menu .menu-top {
    display: block;
  }
}
#footer .footer-inner .flex-wrap .footer-menu ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .flex-wrap .footer-menu ul {
    justify-content: flex-start;
  }
}
#footer .footer-inner .flex-wrap .footer-menu ul li {
  font-size: 0.95em;
  line-height: 1em;
  padding: 0 1em;
  border-right: solid 1px rgba(255, 255, 255, 0.6);
  margin-top: 2em;
}
#footer .footer-inner .flex-wrap .footer-menu ul li a {
  font-size: 1em;
}
#footer .footer-inner .flex-wrap .footer-menu ul:first-of-type li:first-of-type {
  padding-left: 0;
}
@media (max-width: 767px) {
  #footer .footer-inner .flex-wrap .footer-menu ul:first-of-type li:last-of-type {
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 767px) {
  #footer .footer-inner .flex-wrap .footer-menu ul:last-of-type li:first-of-type {
    padding-left: 0;
  }
}
#footer .footer-inner .flex-wrap .footer-menu ul:last-of-type li:last-of-type {
  padding-right: 0;
  border-right: none;
}
#footer .footer-inner .flex-wrap .footer-menu > ul li:first-of-type {
  padding-left: 0;
}
#footer .footer-inner .flex-wrap .footer-menu > ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}
#footer .footer-inner .copyright {
  margin-top: 10em;
}
#footer .footer-inner .copyright p {
  text-align: center;
  color: #717171;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .copyright p {
    font-size: 10px;
  }
}
#footer .footer-inner #pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .footer-inner #pagetop a {
  transform-origin: right;
  transform: rotate(90deg);
}
#footer .footer-inner #pagetop a p {
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner #pagetop a p {
    font-size: 0.8em;
  }
}
#footer .footer-inner #pagetop a p i {
  margin-right: 1em;
}
@keyframes lineAnime-top {
  0% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
}
#footer .footer-inner #pagetop a::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 12em;
  height: 1px;
  background-color: #fff;
  animation: lineAnime-top 3s cubic-bezier(0.8, 0, 0, 0.8) infinite;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner #pagetop a::after {
    width: 10em;
  }
}/*# sourceMappingURL=common.css.map */