@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal;
  font-weight: initial;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@blockquote :before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  font-family: YuMincho, "Yu Mincho", "Noto Serif SC", "Noto Serif TC", "Songti SC", "MingLiU", serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: initial !important;
}
@media (max-width: 800px) {
  body {
    letter-spacing: 0;
  }
}
body.active {
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
}

#developer {
  position: fixed;
  background-color: #0bd;
  top: 0px;
  right: 0px;
  z-index: 999999999999999;
  font-size: 12px;
}

.otgs-development-site-front-end {
  display: none !important;
}

.wpml-ls-statics-footer {
  display: none !important;
}

@font-face {
  font-family: "didot";
  src: url("../theano-didot/TheanoDidot-Regular.woff") format("woff"), url("../theano-didot/TheanoDidot-Regular.ttf") format("ttf");
}
/*

Source Han Serif SC ExtraLight
font-family: "source-han-serif-sc", serif;
font-weight: 200;
font-style: normal;
Source Han Serif SC Light
font-family: "source-han-serif-sc", serif;
font-weight: 300;
font-style: normal;
Source Han Serif SC Regular
font-family: "source-han-serif-sc", serif;
font-weight: 400;
font-style: normal;
Source Han Serif SC Medium
font-family: "source-han-serif-sc", serif;
font-weight: 500;
font-style: normal;
Source Han Serif SC SemiBold
font-family: "source-han-serif-sc", serif;
font-weight: 600;
font-style: normal;
Source Han Serif SC Bold
font-family: "source-han-serif-sc", serif;
font-weight: 700;
font-style: normal;
Source Han Serif SC Heavy
font-family: "source-han-serif-sc", serif;
font-weight: 900;
font-style: normal;

*/
.bt-temp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 329px;
  height: 96px;
  border: solid 1px #011E5A;
  margin: 0 auto;
  transition: all 0.3s;
  background-color: #fff;
}
@media (max-width: 800px) {
  .bt-temp {
    max-width: 329px;
    height: 65px;
    width: 100%;
  }
  .bt-temp P {
    font-size: 14PX;
  }
}
.bt-temp::after {
  content: "";
  display: block;
  width: 315px;
  height: 77px;
  background-color: #000;
  position: absolute;
  bottom: -7px;
  right: -7px;
  margin: auto;
  z-index: -1;
}
@media (max-width: 800px) {
  .bt-temp::after {
    max-width: 315px;
    height: 50px;
    width: 100%;
  }
}
.bt-temp img {
  display: block;
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  left: initial;
  right: 20px;
}
.bt-temp.ver2::after {
  bottom: -7px;
  left: -7px;
}
.bt-temp.ver3::after {
  bottom: -7px;
  right: -7px;
}
.bt-temp.ver3 img {
  right: initial;
  left: 20px;
}
.bt-temp.ver4 {
  background: radial-gradient(#022E85, #001E5A);
}
.bt-temp.ver4 p {
  color: #fff;
}
.bt-temp.ver4::after {
  background-color: #fff;
  border: solid 1px #011E5A;
}
.bt-temp.ver5 {
  width: 239px;
  height: 74px;
}
.bt-temp.ver5::after {
  width: 233px;
  height: 60px;
}
.bt-temp.ver5 p {
  font-size: 14px;
  text-align: center;
}
.bt-temp.ver5 p span {
  font-size: 16px;
}
.bt-temp.ver6 {
  width: 479px;
  height: 95px;
  background: radial-gradient(#022E85, #001E5A);
}
.bt-temp.ver6 p {
  color: #fff;
}
.bt-temp.ver6::after {
  width: 477px;
  height: 77px;
  background-color: #fff;
  border: solid 1px #000;
}

.bt-temp p {
  text-align: center;
  font-weight: 500;
}

.bt-temp:hover img {
  transition: all 0.3s;
  transform: translateX(5px);
}

#footer-back {
  width: 50px;
  height: 50px;
  background-color: #011E5A;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2147483647;
}
@media (max-width: 1250px) {
  #footer-back {
    display: none !important;
  }
}

#button-flex {
  padding: 30px 0px;
  position: relative;
}
@media (max-width: 800px) {
  #button-flex {
    padding: 20px 0px;
  }
}
#button-flex.footer {
  padding: 100px 0px;
}
@media (max-width: 800px) {
  #button-flex.footer {
    padding: 60px 0px;
  }
}
#button-flex section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  #button-flex section {
    flex-wrap: wrap;
    gap: 20px;
  }
}
#button-flex section a {
  width: 583px;
  height: 124px;
  background: radial-gradient(#022E85, #001E5A);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  #button-flex section a {
    width: 43vw;
    height: 140px;
  }
}
@media (max-width: 1050px) {
  #button-flex section a {
    height: 100px;
  }
}
@media (max-width: 800px) {
  #button-flex section a {
    height: 56px;
    width: 90vw;
  }
}
#button-flex section a div {
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 800px) {
  #button-flex section a div {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
#button-flex section a div p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1300px) {
  #button-flex section a div p {
    font-size: 18px;
  }
}
@media (max-width: 1050px) {
  #button-flex section a div p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  #button-flex section a div p {
    text-align: center;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
#button-flex section a div img {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  left: initial;
  right: 30px;
  z-index: 99;
}
@media (max-width: 1050px) {
  #button-flex section a div img {
    zoom: 0.8;
  }
}
#button-flex hr {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #011E5A;
  z-index: -1;
}
@media (max-width: 800px) {
  #button-flex hr {
    width: 90%;
  }
}

/*
svg , text ,tspan{
font-family: "source-han-serif-sc", YuMincho, 'Yu Mincho', serif!important;
}
*/
.svg-ank {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.svg-ank:hover {
  filter: invert(20%);
  transition: all 0.3s;
}
.svg-ank::after {
  content: "表示";
}

.map-svg a, .map-svg .popOpen {
  cursor: pointer;
}
@keyframes header {
  0% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0px);
  }
}
header {
  background: radial-gradient(#022E85, #001E5A);
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999999999;
  animation: header;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@media (max-width: 1000px) {
  header {
    height: 60px;
  }
}
header .header-logo {
  margin-left: 50px;
}
header .header-logo img {
  width: 300px;
}
@media (max-width: 1250px) {
  header .header-logo img {
    max-width: 250px;
    width: 44vw;
    min-width: 235px;
  }
}
@media (max-width: 1200px) {
  header .header-logo {
    margin-left: 5%;
  }
}
@media (max-width: 800px) {
  header .header-logo {
    margin-left: 2.5%;
  }
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
}
@media (max-width: 1550px) {
  header nav {
    gap: 30px;
  }
}
@media (max-width: 1400px) {
  header nav {
    gap: 25px;
  }
}
header nav a {
  display: block;
  font-size: 14px;
  color: #fff;
  position: relative;
}
@media (max-width: 1280px) {
  header nav a {
    font-size: 12px;
  }
}
header nav a::after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: initial;
  transition: all 0.3s;
  bottom: -6px;
}
header nav a:hover::after {
  transition: all 0.3s;
  width: 100%;
}
header section {
  margin-right: 20px;
  position: relative;
}
header section .header-ico {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 23px;
  padding-bottom: 3px;
}
header section .header-ico a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
@media (max-width: 1280px) {
  header section .header-ico a {
    gap: 4px;
  }
}
header section .header-ico a img {
  display: block;
}
@media (max-width: 1280px) {
  header section .header-ico a img {
    zoom: 0.8;
  }
}
header section .header-ico a p {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1280px) {
  header section .header-ico a p {
    font-size: 12px;
  }
}
header section .hl-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 0px;
  padding-top: 5px;
}
@media (max-width: 1400px) {
  header section .hl-logo {
    gap: 10px;
    left: -10px;
  }
}
header section .hl-logo a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header section .hl-logo a img {
  display: block;
  height: 14px;
}
@media (max-width: 1280px) {
  header section .hl-logo a img {
    height: 14px;
  }
}
header section .header-lang {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
header section .header-lang section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}
header section .header-lang section p {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1280px) {
  header section .header-lang section p {
    font-size: 12px;
  }
}
header section .header-lang .hl-nav {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: initial;
  bottom: -182px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #fff;
  border: solid 1px #011E5A;
  border-top: none;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  transition: all 0.3s;
  transform: translateY(-20px);
}
header section .header-lang .hl-nav a {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 6px 0px 6px 0px;
  transition: all 0.2s;
}
header section .header-lang .hl-nav a:hover {
  background: radial-gradient(#022E85, #001E5A);
  color: #fff;
  transition: all 0.2s;
}
header section .header-lang:hover .hl-nav {
  will-change: transform;
  transition: all 0.3s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.hum {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.3s;
  margin-right: 2.5%;
  zoom: 1.1;
}
.hum hr {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 30px;
  height: 1.4px;
  background-color: #fff;
  border: none;
  transition: all 0.3s;
}
.hum hr:last-child {
  width: 30px;
}
.hum p {
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.hum.active {
  transform: translateX(9px);
  transition: all 0.3s;
}
.hum.active hr {
  transition: all 0.3s;
}
.hum.active hr:first-child {
  transform: rotate(45deg) translateY(14px);
}
.hum.active hr:last-child {
  transform: rotate(-45deg) translateY(-14px);
  width: 30px;
}
.hum.active p {
  transform: translateX(-9.5px);
  bottom: -5px;
  top: initial;
  transition: all 0.3s;
}

#hum-nav {
  height: 100%;
  position: fixed;
  bottom: 0px;
  width: 100vw;
  z-index: 99999;
  overflow: scroll;
  background: radial-gradient(#022E85, #001E5A);
  transform: translateX(-130vw);
  transition: all 0.3s;
}
#hum-nav.active {
  transform: translateX(0vw);
  transition: all 0.3s;
}
#hum-nav .hn-top {
  width: 90%;
  margin: 0 auto;
  padding-top: 80px;
}
#hum-nav .hn-top a {
  border-top: solid 1px #fff;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 15px 0px 15px 10px;
}
#hum-nav .hn-top a:last-child {
  border-bottom: solid 1px #fff;
}
#hum-nav .header-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 60px 0px 30px 0px;
}
#hum-nav .header-ico a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 5px;
  color: #fff;
}
#hum-nav .header-ico a img {
  display: block;
}
#hum-nav .hl-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
}
#hum-nav .hl-logo a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
#hum-nav .hl-logo a img {
  height: 20px;
  display: block;
}

#sp-control {
  position: fixed;
  width: 100vw;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  height: 60px;
  border-top: solid 1px #fff;
}
@media (max-width: 1250px) {
  #sp-control {
    animation: footer;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
}
#sp-control div {
  height: 60px;
  cursor: pointer;
  background: radial-gradient(#022E85, #001E5A);
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp-control nav {
  width: 80vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp-control nav div {
  width: 50%;
}
#sp-control nav div:last-child {
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}
#sp-control nav div p {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 800px) {
  #sp-control nav div p {
    font-size: 14px;
  }
}
#sp-control .movetop {
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(#022E85, #001E5A);
  width: 20vw;
  height: 100%;
}

.site-stop {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
  z-index: 99999999998999;
  background-color: rgba(255, 255, 255, 0.8);
}
.site-stop .sp-sub-control {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
  max-width: 600px;
  width: 90vw;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 0px;
  background: radial-gradient(#022E85, #001E5A);
  box-shadow: 0px 0px 10px #000;
}
.site-stop .sp-sub-control div {
  position: relative;
}
.site-stop .sp-sub-control div img {
  position: absolute;
  top: -15px;
  right: 15px;
  display: block;
  cursor: pointer;
}
.site-stop .sp-sub-control a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.forlang, .forres {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.forlang.active, .forres.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

.forres form {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto;
}
.forres form .inbox_489ban {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.forres form dl {
  padding-top: 20px;
}
.forres form label {
  color: #fff;
  font-size: 14px;
  display: block;
}
.forres form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 50px;
  width: 70px;
  border: solid 1px #C4C4C4;
  margin-top: 0px;
  font-family: "Sawarabi Mincho", serif;
  background-image: url("../img/img044.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px center;
  padding-left: 10px;
}
@media (max-width: 800px) {
  .forres form select {
    width: 120px;
  }
}
.forres form select::-ms-expand {
  display: none;
}
.forres form select:first-child {
  width: 120px;
}
@media (max-width: 370px) {
  .forres form select:first-child {
    width: 80px;
  }
}
.forres form span {
  color: #fff;
  font-size: 14px;
}
.forres form button {
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  border: solid 1px #BD5E1C;
  color: #BD5E1C;
  font-family: YuMincho, "Yu Mincho", serif;
}

@keyframes footer {
  0% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(0px);
  }
}
footer {
  width: 100%;
  position: relative;
  color: #fff;
  padding-top: 92px;
}
@media (max-width: 800px) {
  footer {
    padding-top: 40px;
  }
}
footer::after {
  content: "";
  background: radial-gradient(#022E85, #001E5A);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -99;
}
footer .img010 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0.02;
}
@media (max-width: 1100px) {
  footer .img010 {
    width: 90vw;
  }
}
footer .footer-title {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  footer .footer-title {
    width: 90%;
    margin: 0 auto;
  }
}
footer .footer-title a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 800px) {
  footer .footer-title a {
    margin: 0 auto;
  }
}
footer .footer-title a img {
  display: block;
}
@media (max-width: 800px) {
  footer .footer-title a img {
    width: 90%;
  }
}
footer .footer-title div {
  width: 45%;
}
@media (max-width: 800px) {
  footer .footer-title div {
    margin: 0 auto;
    width: auto;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
footer .footer-title div h1 {
  font-size: 18px;
}
@media (max-width: 800px) {
  footer .footer-title div h1 {
    font-size: 16px;
    padding-top: 30px;
  }
}
footer .footer-title div p {
  font-size: 14px;
}
@media (max-width: 800px) {
  footer .footer-title div p {
    font-size: 12px;
  }
}
footer nav {
  width: 780px;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
@media (max-width: 800px) {
  footer nav {
    width: 90%;
    padding-bottom: 0px;
  }
}
@media (max-width: 800px) {
  footer nav div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
footer nav div a {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  footer nav div a {
    text-align: center;
    font-size: 12px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0px;
  }
}
footer .footer-bt {
  display: block;
  margin: 0 auto;
  width: 557px;
  height: 104px;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-shadow: 10px 10px 0px #fff;
}
@media (max-width: 800px) {
  footer .footer-bt {
    width: 90%;
    margin-top: 50px;
  }
}
@media (max-width: 460px) {
  footer .footer-bt {
    height: 84px;
    gap: 10px;
  }
}
footer .footer-bt p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 460px) {
  footer .footer-bt p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  footer .footer-bt .img08 {
    zoom: 0.8;
  }
}
@media (max-width: 460px) {
  footer .footer-bt .img08 {
    zoom: 0.6;
  }
}
@media (max-width: 340px) {
  footer .footer-bt .img08 {
    zoom: 0.5;
  }
}
footer small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 30px;
  font-size: 12px;
}
@media (max-width: 1250px) {
  footer small {
    padding-bottom: 80px;
    width: 90%;
  }
}
@media (max-width: 800px) {
  footer small {
    margin-top: 40px;
    font-size: 12px;
    text-align: center;
  }
}

/*採用情報
----------------------------------------------*/
.reqruit-top {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin-top: 115px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin: 0 auto;
  /*p{
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding-top: 87px;
  }*/
  /*
  h1{
  text-align: center;
  font-size: 40px;
  color: #FC4C02;
  font-weight: bold;
  padding-top: 87px;
  }
  h2{
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  }*/
}
@media (max-width: 1000px) {
  .reqruit-top {
    margin-top: 60px;
  }
}
.reqruit-top div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: initial;
  bottom: 40px;
  width: 90%;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1125px) {
  .reqruit-top div {
    position: relative;
    width: 90%;
    bottom: 0;
    padding-bottom: 0px;
  }
}
.reqruit-top h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 1100px) {
  .reqruit-top h3 {
    font-size: 50px;
    font-weight: bold;
  }
}
@media (max-width: 800px) {
  .reqruit-top h3 {
    font-size: 24px;
    font-weight: bold;
  }
}
.reqruit-top b {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .reqruit-top b {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .reqruit-top b {
    font-size: 16px;
    margin-bottom: -20px;
  }
}
.reqruit-top img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*採用情報限定*/
.img062 {
  margin-bottom: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 45px;
}

#recruit {
  width: 1142px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 30px 0px 87px 0px;
  box-shadow: 0px 10px 27px rgba(0, 0, 0, 0.04);
  margin-top: 65px !important;
  margin-bottom: 87px !important;
}

#recruit ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 70px;
  width: 1014px;
  border-bottom: solid 1px #EAEAEA;
  padding: 19px 0px 19px 0px;
  margin: 0 auto;
}

#recruit ul li div {
  width: 240px;
  min-width: 240px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(#022E85, #001E5A);
}

#recruit ul li div b {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

#recruit ul li p {
  font-size: 14px;
  padding-top: 20px;
  font-weight: 500;
}

#recruit .bt-temp {
  margin-top: 78px !important;
}

@media (max-width: 1180px) {
  #recruit {
    width: 90%;
  }
  #recruit ul li {
    display: block;
  }
  #recruit ul li {
    width: 90%;
  }
  #recruit ul li p {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  #recruit {
    margin-top: 30px !important;
    margin-bottom: 144px !important;
  }
  #recruit ul li div {
    width: 170px;
    min-width: 170px;
    height: 42px;
  }
  #recruit ul li div b {
    font-size: 14px;
  }
  #recruit ul li p {
    font-size: 14px;
  }
  /*
  #recruit a{
    width: 90%;
    font-size: 12px;
  }
  #recruit a div{
    width: 40px;
    height: 68px;
  }
  #recruit a div img{
    width: 20px
  }*/
}
/*ページトップ
----------------------------------------------*/
.page-top {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 115px;
}
@media (max-width: 1000px) {
  .page-top {
    margin-top: 60px;
    min-height: 300px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 0px;
  }
}
@media (max-width: 800px) {
  .page-top {
    min-height: 250px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 500px) {
  .page-top {
    min-height: 150px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-top .pt-title {
  width: 90%;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
}
.page-top .pt-bk {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top h1 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .page-top h1 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .page-top h1 {
    font-size: 20px;
  }
}
.page-top .pt-bt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 800px) {
  .page-top .pt-bt {
    gap: 2%;
  }
}
.page-top .pt-bt .bt-temp {
  margin: initial;
  zoom: 0.8;
  box-sizing: border-box;
  letter-spacing: 0;
}
@media (max-width: 800px) {
  .page-top .pt-bt .bt-temp {
    width: 49%;
  }
}
.page-top .pt-bt .bt-temp img {
  transform: rotate(90deg);
}
@media (max-width: 800px) {
  .page-top .pt-bt .bt-temp img {
    right: 3%;
  }
}
.page-top.ver2 h1 {
  text-shadow: 0px 2px 2px #000;
}
@media (max-width: 500px) {
  .page-top.ver3 {
    height: 150px;
  }
}

.section-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.section-top.ver1 {
  padding: 56px 0px 56px 0px;
}
@media (max-width: 800px) {
  .section-top {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .section-top img {
    zoom: 0.8;
  }
}
.section-top h1 {
  color: #000;
  font-size: 24px;
}
@media (max-width: 800px) {
  .section-top h1 {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
}

.section-top02 div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
}
@media (max-width: 800px) {
  .section-top02 div {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.section-top02 div img {
  display: block;
}
@media (max-width: 800px) {
  .section-top02 div img {
    zoom: 0.8;
  }
}
.section-top02 div h1 {
  font-size: 24px;
}
@media (max-width: 800px) {
  .section-top02 div h1 {
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 1.6;
  }
}
.section-top02 h2 {
  text-align: center;
  font-size: 16px;
}

#front-googlemap {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  #front-googlemap {
    margin-bottom: 50px;
  }
}
#front-googlemap iframe {
  width: 100%;
  height: 433px;
}
@media (max-width: 800px) {
  #front-googlemap iframe {
    height: 300px;
  }
}

#front-map {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
      img , svg{
      display: block;
      margin: 0 auto;
      width: 100%;
      height: fit-content;
      @include mincho();
          @media (max-width:800px) {
          max-width: 430px;
          margin: 0 auto;
          padding-bottom: 40px;
          height: fit-content;
          }
      }
      */
}

#front-contact {
  background: radial-gradient(#022E85, #001E5A);
  position: relative;
  margin-top: 40px;
  height: 280px;
}
@media (max-width: 800px) {
  #front-contact {
    margin-top: 10px;
    height: 260px;
  }
}
#front-contact section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 9999;
}
@media (max-width: 800px) {
  #front-contact section {
    flex-wrap: wrap;
    justify-content: center;
    padding: 17px 0px;
  }
}
#front-contact section a {
  display: block;
  width: 47%;
  height: 179px;
  background-color: #fff;
}
@media (max-width: 800px) {
  #front-contact section a {
    width: 100%;
    height: 100px;
  }
}
#front-contact section a p {
  text-align: center;
  padding: 20px 0px 10px 0px;
}
@media (max-width: 800px) {
  #front-contact section a p {
    padding: 10px 0px 0px 0px;
    font-size: 12px;
  }
}
#front-contact section a div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 800px) {
  #front-contact section a div {
    gap: 5px;
  }
}
#front-contact section a div h2 {
  font-size: 32px;
}
@media (max-width: 1000px) {
  #front-contact section a div h2 {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  #front-contact section a div h2 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #front-contact section a div h2 {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  #front-contact section a div img {
    zoom: 0.8;
  }
}
@media (max-width: 800px) {
  #front-contact section a div img {
    zoom: 0.4;
  }
}
#front-contact section a h3 {
  text-align: center;
}
@media (max-width: 800px) {
  #front-contact section a h3 {
    font-size: 12px;
  }
}
#front-contact section a:first-child p {
  padding-top: 30px;
}
@media (max-width: 800px) {
  #front-contact section a:first-child p {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
#front-contact .img089 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
}

.pp-top {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .pp-top {
    font-size: 14px;
  }
}

.pp {
  width: 90%;
  max-width: 925px;
  background-color: #011E5A;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 48px #011E5A;
  background-color: #fff;
  margin-bottom: 280px;
  margin-top: 69px;
}
@media (max-width: 800px) {
  .pp {
    width: 100%;
    box-sizing: border-box;
    border: solid 5vw #011E5A;
    margin-bottom: 100px;
  }
}
.pp p {
  padding: 44px;
  font-size: 14px;
}
.pp p b {
  font-size: 18px;
  font-weight: lighter;
}

#top-bn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1236px) {
  #top-bn {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
#top-bn img {
  width: 1200px;
}
@media (max-width: 1250px) {
  #top-bn img {
    width: 90vw;
  }
}

.cat-bt, .pt-catarea div, .the-article .post-img .post-cat, .cat-area ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: solid 1px #011E5A;
  border-radius: 30px;
  background-color: #fff;
}
.cat-bt a, .pt-catarea div a, .the-article .post-img .post-cat a, .cat-area ul li a, .cat-bt p, .pt-catarea div p, .the-article .post-img .post-cat p, .cat-area ul li p {
  display: block;
  width: 129px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #000;
}
@media (max-width: 800px) {
  .cat-bt a, .pt-catarea div a, .the-article .post-img .post-cat a, .cat-area ul li a, .cat-bt p, .pt-catarea div p, .the-article .post-img .post-cat p, .cat-area ul li p {
    width: auto;
    padding: 0.3em 0.7em;
    height: auto;
    line-height: 1;
  }
}
@media (max-width: 500px) {
  .cat-bt a, .pt-catarea div a, .the-article .post-img .post-cat a, .cat-area ul li a, .cat-bt p, .pt-catarea div p, .the-article .post-img .post-cat p, .cat-area ul li p {
    font-size: 10px;
  }
}

.cat-area {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cat-area.bottom {
  padding: 80px 0px 200px 0px;
}
@media (max-width: 800px) {
  .cat-area.bottom {
    padding: 0px 0px 30px 0px;
  }
}
.cat-area h2 {
  font-size: 20px;
  text-align: center;
  padding-top: 53px;
}
@media (max-width: 800px) {
  .cat-area h2 {
    font-size: 16px;
  }
}
.cat-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding-top: 39px;
  padding-bottom: 77px;
}
@media (max-width: 800px) {
  .cat-area ul {
    gap: 1vw;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
#info-area {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 75px;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1333px) {
  #info-area {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 830px;
  }
}
@media (max-width: 800px) {
  #info-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2%;
    row-gap: 2vw;
    min-width: initial;
  }
}
#info-area .ia-bk {
  width: 70%;
  height: 120%;
  position: absolute;
  right: 0px;
  top: 100px;
  margin: auto;
  background-color: #F7FAFF;
  z-index: -9999;
}

.the-article {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 800px) {
  .the-article {
    width: 49%;
    transform: translateX(0px) !important;
  }
}
.the-article article {
  width: 350px;
  height: 301px;
  aspect-ratio: 3.5/3;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  position: relative;
  background-color: #fff;
}
@media (max-width: 800px) {
  .the-article article {
    width: 100%;
    height: 40vw;
    max-width: 350px;
    max-height: 301px;
  }
}
.the-article .post-img {
  width: 100%;
  height: 208px;
  position: relative;
}
@media (max-width: 800px) {
  .the-article .post-img {
    height: 50%;
  }
}
.the-article .post-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.the-article .post-img .post-cat {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 10px;
  right: 10px;
  top: initial;
  left: initial;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 800px) {
  .the-article .post-img .post-cat {
    height: auto;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 0px 6px;
  }
  .the-article .post-img .post-cat p {
    font-size: 12px;
    line-height: 1;
    width: auto;
  }
  .the-article .post-img .post-cat h3 {
    font-size: 12px !important;
  }
}
@media (max-width: 500px) {
  .the-article .post-img .post-cat p {
    font-size: 10px;
  }
}
.the-article .post-date, .the-article .post-title {
  width: 90%;
  margin: 0 auto;
}
.the-article .post-date {
  font-size: 10px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.the-article .post-title {
  font-size: 14px;
  line-height: 1.3;
}
.the-article .post-arrow {
  position: absolute;
  bottom: 10px;
  right: 16px;
  margin: auto;
}

/*ページネーション
-------------*/
.pagenation { /*親*/
  padding: 51px 0 86px 0px;
}
@media (max-width: 800px) {
  .pagenation {
    padding: 20px 0px 0px 0px;
  }
}

.wp-pagenavi {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.wp-pagenavi .pages {
  display: none;
}

.current, .page {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  margin: 0px !important;
  margin-left: -1px;
  border: none !important;
}

.current {
  color: #000;
  border: none !important;
}

.page {
  border-right: none !important;
  background-color: #000000;
  color: #fff;
}

.nextpostslink, .previouspostslink {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  margin: 0px !important;
}

.nextpostslink {
  margin-left: -1px;
  background-color: #555555;
}

.wp-pagenavi a {
  color: #fff;
}

.nextpostslink::after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
}

.previouspostslink {
  background-color: #555555;
}

.previouspostslink::after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pt-catarea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
.pt-catarea p {
  color: #fff;
}
#single {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 39px;
}
#single .thum img {
  width: 100%;
  height: 452px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 39px;
}

.post-links {
  margin-top: 160px;
  margin-bottom: 50px;
}
.post-links .img016 {
  display: block;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .post-links .img016 {
    width: 60%;
  }
}
.post-links section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 76px 0px 76px 0px;
}
@media (max-width: 800px) {
  .post-links section {
    flex-wrap: wrap;
    gap: 20px;
  }
}

#faq-top {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#faq-top p {
  text-align: center;
  font-size: 16px;
  padding: 53px 0px;
}
@media (max-width: 800px) {
  #faq-top p {
    font-size: 14px;
  }
}
#faq-top section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 33px;
}
@media (max-width: 800px) {
  #faq-top section {
    gap: 10px;
  }
}
#faq-top section a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 278px;
  height: 96px;
  background: radial-gradient(#022E85, #001E5A);
}
@media (max-width: 800px) {
  #faq-top section a {
    max-width: 329px;
    width: 100%;
    height: 65px;
  }
}
#faq-top section a b {
  display: block;
  color: #fff;
  font-weight: lighter;
}
@media (max-width: 800px) {
  #faq-top section a b {
    font-size: 14px;
  }
}
#faq-top section a img {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  left: initial;
  right: 15px;
}
@media (max-width: 800px) {
  #faq-top section a img {
    zoom: 0.8;
  }
}

/*faq本体
--------------------*/
@media (min-width: 1201px) {
  #faq {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .faq-inner ul {
    width: 1200px;
    background-color: #011E5A;
    padding: 57px 0px 17px 0px;
    margin-bottom: 57px;
  }
  .faq-inner ul li {
    width: 1041px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .faq-inner ul li:last-child {
    margin-bottom: 60px;
  }
  .faq-inner ul li h2 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
  }
  .faq-inner ul li div {
    width: 1041px;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 25px;
    position: relative;
  }
  .faq-inner ul li div h3 {
    margin-left: 40px;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  .faq-inner ul li div h4 {
    font-size: 16px;
    letter-spacing: 1px;
    width: 920px;
  }
  .faq-inner ul li div img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    left: initial;
    right: 36px;
    margin: auto;
    display: block;
    transition: all 0.3s;
  }
  .faq-clicked img {
    transform: rotate(-45deg);
  }
  .faq-answer {
    width: 1041px;
  }
  .faq-answer p {
    font-size: 14px;
    width: 920px;
  }
  .faq-answer p a {
    text-decoration: underline;
    color: #011E5A;
  }
}
.faq-click {
  cursor: pointer;
}

@media (max-width: 1200px) {
  /*faq本体
  --------------------*/
  #faq {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .faq-inner {
    width: 100%;
  }
  .faq-inner ul {
    margin-bottom: 40px;
    background-color: #011E5A;
    padding: 20px 0px 20px 0px;
  }
  .faq-inner ul li {
    margin-bottom: 20px;
  }
  .faq-inner ul li:last-child {
    margin-bottom: 10px;
  }
  .faq-inner ul li h2 {
    font-size: 16px;
    letter-spacing: 1px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
  }
  .faq-inner ul li div {
    width: 90%;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 10px;
    position: relative;
  }
  .faq-inner ul li div h3 {
    margin-left: 0px;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  .faq-inner ul li div h4 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    width: 76%;
  }
  .faq-inner ul li div img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    display: block;
    transition: all 0.3s;
  }
  .faq-click {
    display: flex;
  }
  .faq-clicked img {
    transform: rotate(-45deg);
  }
  .faq-answer {
    width: 90%;
  }
  .faq-answer p {
    font-size: 14px;
    line-height: 26px;
    width: 80%;
  }
  .faq-answer p a {
    text-decoration: underline;
    color: #011E5A;
  }
}
#page-title {
  width: min(1200px, 90%);
  margin: 0 auto;
}
@media (max-width: 1201px) {
  #page-title.width {
    width: 90%;
    margin: 0 auto;
  }
}
#page-title img {
  display: block;
  margin: 0 auto;
  margin-top: 56px;
}
@media (max-width: 1201px) {
  #page-title img {
    zoom: 0.8;
  }
}
#page-title p {
  font-size: 24px;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
@media (max-width: 1201px) {
  #page-title p {
    padding: 5px 0px 0px 0px;
    font-size: 18px;
  }
  #page-title p.ver2 {
    font-size: 14px;
  }
}
#page-title h1 {
  font-size: 34px;
  text-align: center;
  padding-bottom: 45px;
}
@media (max-width: 800px) {
  #page-title h1 {
    font-size: 18px;
  }
}
#page-title h1.ver2 {
  padding-bottom: 10px;
}
@media (max-width: 800px) {
  #page-title h1.ver3 {
    padding-bottom: 20px;
  }
}
#page-title .pt-exp {
  display: block;
  text-align: center;
  font-size: 16px;
  width: min(90%, 1200px);
  margin: 0 auto;
}
#page-title .pt-exp a {
  color: #011E5A;
  text-decoration: underline;
}
@media (max-width: 800px) {
  #page-title .pt-exp {
    font-size: 14px;
  }
}

#spots {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  gap: 70px;
  flex-wrap: wrap;
  padding-bottom: 250px;
}
#spots li {
  width: 523px;
  height: auto;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1250px) {
  #spots li {
    height: auto;
  }
}
@media (max-width: 800px) {
  #spots li {
    width: 100%;
    max-width: 523px;
  }
}
#spots li .spots-img {
  width: 100%;
  height: 312px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 800px) {
  #spots li .spots-img {
    height: 200px;
  }
}
#spots li article {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0px;
}
#spots li article h1 {
  font-size: 20px;
}
@media (max-width: 800px) {
  #spots li article h1 {
    font-size: 16px;
  }
}
#spots li article .spots-exp {
  font-size: 16px;
  margin: 22px 0px 45px 0px;
}
@media (max-width: 1250px) {
  #spots li article .spots-exp {
    height: auto;
  }
}
@media (max-width: 800px) {
  #spots li article .spots-exp {
    font-size: 14px;
    margin: 10px 0px 25px 0px;
  }
}
#spots li article .spots-exp a {
  text-decoration: underline;
  color: #011E5A;
}
#spots li article section {
  margin-bottom: 30px;
}
#spots li article section div {
  width: 126px;
  height: 29px;
  border-radius: 29px;
  background: radial-gradient(#022E85, #001E5A);
  display: flex;
  justify-content: center;
  align-items: center;
}
#spots li article section div b {
  font-size: 12px;
  color: #fff;
  font-weight: lighter;
}
#spots li article section p {
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 800px) {
  #spots li article section p {
    margin-top: 10px;
  }
}
#spots li article .spot-link {
  position: relative;
  width: 208px;
  height: 50px;
  background: radial-gradient(#022E85, #001E5A);
  display: flex;
  justify-content: center;
  align-items: center;
}
#spots li article .spot-link p {
  color: #fff;
  font-size: 14px;
}
#spots li article .spot-link img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  left: initial;
  right: 17px;
}

.page-section-top {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 57px 0px 10px 0px;
}
@media (max-width: 1000px) {
  .page-section-top {
    padding: 30px 0px 10px 0px;
  }
}
.page-section-top img {
  display: block;
}
@media (max-width: 1000px) {
  .page-section-top img {
    zoom: 0.8;
  }
}
.page-section-top p {
  font-size: 24px;
  display: block;
  width: auto;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .page-section-top p {
    font-size: 20px;
  }
}
.page-section-top hr {
  display: block;
  width: 90%;
}

.pst-exp {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  .pst-exp {
    font-size: 14px;
    padding-bottom: 30px;
  }
}

.price-module {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background: radial-gradient(#022E85, #001E5A);
  position: relative;
  margin-top: 35px;
}
@media (max-width: 800px) {
  .price-module {
    width: 100%;
    margin-top: 15px;
  }
}
.price-module section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  padding: 45px 0px;
}
.price-module section article {
  width: 45%;
}
@media (max-width: 800px) {
  .price-module section article {
    width: 90%;
  }
}
.price-module section article h1, .price-module section article p {
  color: #fff;
}
.price-module section article h1 {
  font-size: 24px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .price-module section article h1 {
    font-size: 18px;
  }
}
.price-module section article h1 span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.price-module section article h1 span hr {
  display: block;
  width: 20px;
  height: 1px;
  border: none;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .price-module section article p {
    font-size: 14px;
  }
}
.price-module section article div {
  width: 100%;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .price-module section article div {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.price-module section article div p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.price-module section picture {
  display: block;
  width: 45%;
}
@media (max-width: 800px) {
  .price-module section picture {
    display: none;
  }
}
.price-module section picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.price-module section .pm-slider {
  width: 45%;
  overflow: hidden;
  height: 260px;
  position: relative;
}
.price-module section .pm-slider .pmselm {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.price-module section .pm-slider .pmselm.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
.price-module section .pm-slider .pmselm div {
  width: 100%;
  height: 100%;
  position: relative;
}
.price-module section .pm-slider .pmselm div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.price-module section .pm-slider .pmselm div p {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: initial;
  width: 100%;
  bottom: 0px;
  z-index: 999;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.86);
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.price-module section .pm-slider .pms-prev, .price-module section .pm-slider .pms-next {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 9999999;
  width: 20px;
}
.price-module section .pm-slider .pms-prev {
  left: 20px;
}
.price-module section .pm-slider .pms-next {
  right: 20px;
}
.price-module iframe {
  width: 100%;
  height: 400px;
  margin-bottom: -10px;
}
@media (max-width: 800px) {
  .price-module iframe {
    height: 250px;
  }
}
.price-module .pm-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 16px;
  z-index: 99;
  border: solid 1px #fff;
  width: 146px;
  height: 41px;
}
.price-module .pm-ico p {
  font-size: 16px;
  color: #fff;
}
.price-module #ank2 {
  transform: translateY(-100px);
}

.plan-module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .plan-module {
    width: 100%;
  }
}
.plan-module article {
  width: 550px;
  height: 692px;
  border: solid 18px #011E5A;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1150px) {
  .plan-module article {
    height: auto;
    width: 100%;
  }
}
.plan-module article h1 {
  text-align: center;
  font-size: 20px;
  padding-top: 23px;
  padding-bottom: 10px;
}
@media (max-width: 800px) {
  .plan-module article h1 {
    font-size: 18px;
  }
}
.plan-module article hr {
  width: 25px;
  height: 5px;
  background-color: #011E5A;
  display: block;
  margin: 0 auto;
}
.plan-module article ul {
  width: 472px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .plan-module article ul {
    max-width: 472px;
    width: 90%;
  }
}
.plan-module article ul li {
  border-bottom: solid 1px #CBCBCB;
  padding: 15px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
@media (max-width: 800px) {
  .plan-module article ul li {
    gap: 20px;
  }
}
.plan-module article ul li div {
  width: 126px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #011E5A;
}
@media (max-width: 800px) {
  .plan-module article ul li div {
    width: 90px;
  }
}
.plan-module article ul li div b {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: lighter;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 800px) {
  .plan-module article ul li div b {
    font-size: 10px;
  }
}
.plan-module article ul li p {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .plan-module article ul li p {
    font-size: 14px;
  }
}
.plan-module article ul li p span {
  font-size: 12px;
}
.plan-module article .pm-exp {
  width: 450px;
  margin: 0 auto;
  font-size: 14px;
  padding-top: 34px;
}
@media (max-width: 1150px) {
  .plan-module article .pm-exp {
    max-width: 450px;
    width: 90%;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .plan-module article .pm-exp {
    padding-bottom: 60px;
  }
}
.plan-module article .pm-bt-wrapper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: initial;
  bottom: -70px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9999;
}
@media (max-width: 800px) {
  .plan-module article .pm-bt-wrapper {
    bottom: -40px;
  }
}
@media (max-width: 1150px) {
  .plan-module article .pm-bt-wrapper .bt-temp {
    width: 70vw;
    max-width: 315px;
  }
}
.plan-module article .img032 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
@media (max-width: 600px) {
  .plan-module article .img032 {
    width: 90%;
  }
}
.plan-module article section img {
  position: initial;
}
@media (max-width: 1150px) {
  .plan-module section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0px;
  }
}
.plan-module section img {
  width: 583px;
  height: 342px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 60px;
}
@media (max-width: 1150px) {
  .plan-module section img {
    max-width: 583px;
    aspect-ratio: 583/342;
    width: 45%;
    height: auto;
    margin-bottom: 0px;
  }
}

#guidance-top {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0px 100px 0px;
}
@media (max-width: 1000px) {
  #guidance-top {
    padding: 80px 0px 80px 0px;
  }
}
#guidance-top h1, #guidance-top h2, #guidance-top p {
  text-align: center;
}
#guidance-top h1 {
  font-size: 22px;
}
@media (max-width: 800px) {
  #guidance-top h1 {
    font-size: 18px;
  }
}
#guidance-top h2 {
  font-size: 18px;
  padding: 50px 0px;
}
@media (max-width: 800px) {
  #guidance-top h2 {
    font-size: 16px;
  }
}
#guidance-top p {
  display: block;
  font-size: 16px;
  width: min(530px, 100%);
  margin: 0 auto;
}
@media (max-width: 800px) {
  #guidance-top p {
    font-size: 14px;
  }
}
#guidance-top p.en {
  width: min(580px, 100%);
}
#guidance-top p.zh-hans {
  width: min(580px, 100%);
}
#guidance-top p.zh-hant {
  width: min(580px, 100%);
}
#guidance-top p.ko {
  width: min(600px, 100%);
}
#guidance-top img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  width: 68%;
  opacity: 0.6;
}
@media (max-width: 1000px) {
  #guidance-top img {
    width: 90%;
  }
}
#guidance-top.morning {
  padding: 120px 0px 90px 0px;
}
@media (max-width: 1000px) {
  #guidance-top.morning {
    padding: 60px 0px 40px 0px;
  }
}
#guidance-top.morning h1 {
  padding-bottom: 50px;
}
@media (max-width: 1000px) {
  #guidance-top.morning h1 {
    padding-bottom: 20px;
  }
}
#guidance-top.morning img {
  bottom: -490px;
}
@media (max-width: 1000px) {
  #guidance-top.morning img {
    bottom: -90px;
  }
}

#guidance-detail {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  #guidance-detail {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
  }
}
#guidance-detail .section-top02 {
  padding-bottom: 27px;
}
#guidance-detail ul {
  width: 913px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #guidance-detail ul {
    width: 100%;
  }
}
#guidance-detail ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  border-top: solid 1px #CBCBCB;
  padding: 27px 0px;
}
#guidance-detail ul li:last-child {
  border-bottom: solid 1px #CBCBCB;
}
@media (max-width: 1000px) {
  #guidance-detail ul li {
    gap: 10px;
    flex-wrap: wrap;
  }
}
#guidance-detail ul li h2 {
  display: block;
  font-size: 16px;
  width: 360px;
  min-width: 360px;
}
@media (max-width: 1000px) {
  #guidance-detail ul li h2 {
    width: 100%;
    min-width: auto;
    font-size: 14px;
    min-width: initial;
  }
}
@media (max-width: 1000px) {
  #guidance-detail ul li p {
    font-size: 14px !important;
  }
}
@media (max-width: 1000px) {
  #guidance-detail ul li img {
    width: 100%;
    display: block;
    max-width: 500px;
    margin-bottom: 10px;
  }
}
#guidance-detail ul li ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  #guidance-detail ul li ul {
    gap: 8px;
  }
}
#guidance-detail ul li ul li {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px 20px;
  background-color: #011E5A;
  border-radius: 100px;
}
@media (max-width: 1000px) {
  #guidance-detail ul li ul li {
    padding: 2px 10px;
  }
}
#guidance-detail ul li ul li p {
  color: #fff;
}
@media (max-width: 1000px) {
  #guidance-detail ul li ul li p {
    font-size: 10px !important;
    text-align: center;
    letter-spacing: 0;
  }
}
#guidance-detail.morning {
  margin-top: 0px;
  margin-bottom: 100px;
}
#guidance-detail.morning ul li:last-child p {
  width: 100%;
  text-align: center;
}

#guidance-free {
  width: min(1000px, 90%);
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #guidance-free {
    padding-top: 0px;
    width: 90%;
    margin: 0 auto;
  }
}
#guidance-free p {
  font-size: 16px;
  text-align: center;
  padding: 15px 0px 30px 0px;
}
@media (max-width: 1000px) {
  #guidance-free p {
    font-size: 14px;
  }
}
#guidance-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 900px;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  #guidance-last {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
#guidance-last picture {
  display: block;
  width: 400px;
}
@media (max-width: 800px) {
  #guidance-last picture {
    display: block;
    width: 100%;
  }
}
#guidance-last picture img {
  display: block;
  width: inherit;
}
@media (max-width: 1200px) {
  #guidance-last picture img {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 800px) {
  #guidance-last picture img {
    width: 100%;
    margin: 0 auto;
  }
}
#guidance-last section {
  padding-left: 20px;
}
@media (max-width: 1200px) {
  #guidance-last section {
    width: 55%;
  }
}
@media (max-width: 800px) {
  #guidance-last section {
    width: 100%;
    padding-left: 0px;
  }
}
#guidance-last section p {
  font-size: 16px;
}
@media (max-width: 800px) {
  #guidance-last section p {
    padding-left: 0px;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
  }
}
#guidance-last section p a {
  color: #011E5A;
  text-decoration: underline;
}

#guidance-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  padding: 104px 0px;
}
@media (max-width: 800px) {
  #guidance-link {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    gap: 20px;
  }
}
#guidance-link a {
  margin: initial;
}
@media (max-width: 800px) {
  #guidance-link a {
    width: 100%;
    max-width: 600px;
  }
  #guidance-link a::after {
    width: 100%;
    max-width: 100%;
  }
}

#morning-img {
  width: 90%;
  max-width: 1092px;
  margin: 0 auto;
  padding-bottom: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  #morning-img {
    padding-top: 40px;
  }
}
#morning-img img {
  display: block;
  width: 100%;
}

#kv {
  width: 100vw;
  height: 561px;
  position: relative;
  margin-top: 115px;
}
@media (max-width: 1000px) {
  #kv {
    margin-top: 60px;
    height: 500px;
  }
}
@media (max-width: 800px) {
  #kv {
    margin-top: 60px;
    height: 350px;
  }
}
#kv .kv-slide {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#kv .kv-slide div {
  width: 100%;
  height: 100%;
  position: relative;
}
#kv .kv-slide div article {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transition: all 2s;
  will-change: transform, animation, opacity, filter;
}
#kv .kv-slide div article section {
  position: relative;
  width: 100%;
  height: 100%;
}
#kv .kv-slide div article section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#kv .kv-slide div article section img.filter {
  -o-object-position: right !important;
     object-position: right !important;
  filter: brightness(0.8) !important;
}
#kv .kv-slide div article section h1, #kv .kv-slide div article section h2, #kv .kv-slide div article section p {
  color: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin: 0 auto;
  text-shadow: 2px 2px 9px #000, -2px -2px 9px #000;
}
#kv .kv-slide div article section h1 {
  font-size: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-top: 58px;
}
@media (max-width: 800px) {
  #kv .kv-slide div article section h1 {
    font-size: 16px;
  }
}
#kv .kv-slide div article section h1 hr {
  width: 36px;
  height: 1px;
  background-color: #fff;
  border: none;
  box-shadow: 0px 0px 9px #000;
}
#kv .kv-slide div article section h2 {
  font-size: 34px;
  padding: 20px 0px;
}
@media (max-width: 800px) {
  #kv .kv-slide div article section h2 {
    font-size: 22px;
    padding: 10px 0px;
  }
}
#kv .kv-slide div article section p {
  font-size: 24px;
}
@media (max-width: 800px) {
  #kv .kv-slide div article section p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    padding-top: 1em;
  }
}
#kv .kv-slide div article.wait {
  transition: all 2s;
  z-index: 1;
  will-change: transform, animation, opacity, filter;
  animation: kvhide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes kvhide {
  0% {
    transform: translateX(0vw);
    opacity: 1;
  }
  100% {
    transform: translateX(0vw);
    opacity: 0;
    filter: blur(0px);
  }
}
#kv .kv-slide div article.active {
  will-change: transform, animation, opacity, filter;
  transform: translateX(0vw);
  animation: kvslide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  z-index: 10;
  transition: all 0.8s;
}
@keyframes kvslide {
  0% {
    transform: translateX(0vw);
    opacity: 0;
    filter: blur(0px);
  }
  100% {
    transform: translateX(0vw);
    opacity: 1;
    filter: initial;
  }
}
#kv .kv-hotel {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#kv .kv-hotel .kv-thum {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  right: initial;
  top: initial;
  bottom: 14px;
  left: 14px;
}
#kv .kv-hotel .kv-thum div {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#kv .kv-hotel .kv-thum div img {
  width: 103px;
  height: 41px;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #fff;
}
@media (max-width: 800px) {
  #kv .kv-hotel .kv-thum div img {
    width: 40px;
  }
}
#kv .kv-hotel .kv-thum div.active {
  opacity: 1;
}
#kv .kv-hotel .kv-thum div.active::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 7px;
  z-index: 99;
  animation: indicator;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-timing-function: linear !important;
}
@keyframes indicator {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

#hotel-res {
  width: 100%;
  height: 142px;
  position: relative;
  background: radial-gradient(#022E85, #001E5A);
  margin-bottom: 63px;
}
#hotel-res section {
  width: -moz-fit-content;
  width: fit-content;
  height: 154px;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 11;
}
#hotel-res .img045 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -3;
}
@media (max-width: 1250px) {
  #hotel-res {
    bottom: 60px;
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    padding-left: 5vw;
    padding-right: 5vw;
    transform: translateY(120%);
    transition: all 0.3s;
  }
  #hotel-res.active {
    transform: translateY(0px);
    transition: all 0.3s;
  }
  #hotel-res div {
    flex-wrap: wrap;
  }
}
#hotel-res #search_489ban {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 850px) {
  #hotel-res #search_489ban {
    width: 100%;
  }
}
#hotel-res #search_489ban select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#hotel-res #search_489ban select::-ms-expand {
  display: none;
}
#hotel-res #search_489ban form {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: flex-end;
  gap: 36px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 850px) {
  #hotel-res #search_489ban form {
    gap: 16px;
  }
}
#hotel-res #search_489ban form .date_489ban {
  position: relative;
}
#hotel-res #search_489ban form .date_489ban dd label {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#hotel-res #search_489ban form .date_489ban dd label input {
  width: 18px;
  height: 18px;
}
#hotel-res #search_489ban form .date_489ban select {
  height: 50px;
  width: 116px;
  border: solid 1px #C4C4C4;
  margin-top: 10px;
  font-family: "Sawarabi Mincho", serif;
  background-image: url("../img/img044.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px center;
  padding-left: 10px;
}
@media (max-width: 850px) {
  #hotel-res #search_489ban form .date_489ban select {
    width: 28.5vw;
  }
}
#hotel-res #search_489ban form .date_489ban select:first-child {
  width: 120px;
}
@media (max-width: 850px) {
  #hotel-res #search_489ban form .date_489ban select:first-child {
    width: 60vw;
  }
}
@media (max-width: 850px) {
  #hotel-res #search_489ban form .date_489ban select {
    margin-bottom: 10px;
  }
}
#hotel-res #search_489ban form .inbox_489ban {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
@media (max-width: 850px) {
  #hotel-res #search_489ban form .inbox_489ban {
    gap: 20px;
  }
}
#hotel-res #search_489ban form .inbox_489ban select {
  height: 50px;
  margin-top: 10px;
  border: solid 1px #C4C4C4;
  font-family: "Sawarabi Mincho", serif;
  background-image: url("../img/img044.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px center;
  padding-left: 10px;
}
@media (max-width: 850px) {
  #hotel-res #search_489ban form .inbox_489ban select {
    margin-bottom: 10px;
  }
}
#hotel-res #search_489ban form .inbox_489ban .stay_489ban .digits {
  width: 109px;
}
#hotel-res #search_489ban form .inbox_489ban .room_489ban .digits, #hotel-res #search_489ban form .inbox_489ban .person_489ban .digits {
  width: 60px;
}
#hotel-res #search_489ban form .inbox_489ban .room_489ban dd, #hotel-res #search_489ban form .inbox_489ban .person_489ban dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hotel-res #search_489ban form .inbox_489ban .room_489ban dd span, #hotel-res #search_489ban form .inbox_489ban .person_489ban dd span {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 11px;
  padding-left: 12px;
}
#hotel-res #search_489ban form button {
  width: 203px;
  height: 50px;
  background-color: #fff;
  border: solid 1px #C4C4C4;
  font-family: "Sawarabi Mincho", serif;
  transition: all 0.3s;
}
@media (max-width: 850px) {
  #hotel-res #search_489ban form button {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
  }
}
#hotel-res #search_489ban form button:hover {
  background-color: #011E5A;
  transition: all 0.3s;
  color: #fff;
}

#top-news {
  position: relative;
  padding-bottom: 0px;
}
#top-news h1 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
}
@media (max-width: 1250px) {
  #top-news h1 {
    font-size: 18px;
    padding: 30px 0px;
  }
}
#top-news .top-news {
  width: 1220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 68px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) {
  #top-news .top-news {
    width: 805.5px;
  }
}
@media (max-width: 800px) {
  #top-news .top-news {
    zoom: 0.8;
  }
}
@media (max-width: 650px) {
  #top-news .top-news {
    zoom: 0.7;
  }
}
@media (max-width: 570px) {
  #top-news .top-news {
    flex-wrap: wrap;
    width: 90vw;
    gap: 2%;
    row-gap: 2vw;
    zoom: 1;
  }
}
#top-news .slick-list {
  padding: 20px 0px;
}
#top-news .the-article {
  transform: translateX(27px);
  /*
  @media (max-width:570px) {
  width: 43vw;
  transform: translateX(0px);
      article{
      width: 100%;
      height: 190px;
          .post-img{
          height: 100px;
              .post-cat{
              height: 20px;
              width: fit-content!important;
              padding: 0px 6px;
                  p{
                  font-size: 12px;
                  line-height: 20px;
                  width: auto;
                  }

              }
          }
          .post-date{
          padding-top: 10px;
          padding-bottom: 2px;
          }
          h3{
          font-size: 12px!important;
          }
      }
  }*/
}
#top-news .slick-prev, #top-news .slick-next {
  position: absolute;
  bottom: 0px;
  width: 43px;
  height: 43px;
  font-size: 0px;
  display: block;
  border: solid 1px #707070;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: auto;
}
#top-news .slick-prev {
  left: 26px;
  background-image: url("../img/img046.svg");
}
#top-news .slick-next {
  right: 26px;
  background-image: url("../img/img047.svg");
}
#top-news .info-bt {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: initial;
  bottom: 0px;
}
#top-news .info-bt a {
  width: 350px;
  height: 43px;
  border: solid 1px #c19828;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 570px) {
  #top-news .info-bt a {
    width: 90vw;
  }
}
#top-news .info-bt a p {
  text-align: center;
  color: #c19828;
}
@media (max-width: 570px) {
  #top-news .info-bt a p {
    font-size: 14px;
  }
}
#top-news .info-bt a img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  left: initial;
  right: 15px;
}
#top-news .info-bk {
  width: 62.5%;
  height: 327px;
  background-color: #F7FAFF;
  position: absolute;
  bottom: -43px;
  right: 0px;
  z-index: -1;
}

#top-value {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}
#top-value.for-spot {
  margin-top: 100px;
}
#top-value #ank01 {
  position: absolute;
  width: 0px;
  height: 0px;
  top: -200px;
}
#top-value .tv-bk {
  display: block;
  width: 100%;
}
#top-value .tv-img {
  display: block;
  width: 100%;
}
#top-value section {
  padding: 38px 0px;
}
#top-value section div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 800px) {
  #top-value section div {
    gap: 10px;
    flex-wrap: wrap;
  }
}
#top-value section div h1 {
  font-size: 24px;
}
@media (max-width: 800px) {
  #top-value section div h1 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    width: 100%;
  }
}
@media (max-width: 800px) {
  #top-value section div img {
    display: block;
    zoom: 0.7;
  }
}
#top-value section p {
  font-size: 16px;
  padding-top: 0.5em;
  text-align: center;
  width: min(1000px, 100%);
  margin: 0 auto;
}
@media (max-width: 800px) {
  #top-value section p {
    font-size: 14px;
  }
}
#top-value section p.zh-hans {
  width: min(690px, 100%);
}
#top-value section p.zh-hant {
  width: min(690px, 100%);
}
#top-value section p.ko {
  width: min(1100px, 100%);
}

.pics {
  width: 100%;
  position: relative;
  margin-bottom: 1px;
}
.pics article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 1150px) {
  .pics article {
    width: 100%;
  }
  .pics article:nth-child(odd) {
    background: radial-gradient(#022E85, #001E5A);
  }
}
.pics .pics-bk {
  width: 60%;
  height: 100%;
  background: radial-gradient(#022E85, #001E5A);
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
}
@media (max-width: 1150px) {
  .pics .pics-bk {
    display: none;
  }
}
.pics.left .pics-bk {
  left: 0px;
}
.pics.right .pics-bk {
  right: 0px;
}

.pics-exp {
  padding-top: 36px;
  width: 50%;
}
@media (max-width: 1150px) {
  .pics-exp {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
.pics-exp div {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
.pics-exp div img {
  display: block;
}
@media (max-width: 800px) {
  .pics-exp div img {
    width: 60px;
  }
}
.pics-exp div h1 {
  font-size: 30px;
  font-family: "didot";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
}
@media (max-width: 800px) {
  .pics-exp div h1 {
    font-size: 20px;
  }
}
.pics-exp h2 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 29px 0px;
}
@media (max-width: 800px) {
  .pics-exp h2 {
    font-size: 18px;
    padding: 16px 0px;
  }
}
.pics-exp .pe-line {
  display: block;
  margin: 0 auto;
  width: 269px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pics-exp p {
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
  padding-top: 33px;
}
@media (max-width: 1150px) {
  .pics-exp p {
    max-width: 563px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .pics-exp p {
    font-size: 14px;
    width: 90%;
    padding: 20px 0px 0px 0px;
  }
}
.pics-exp .img054 {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 1150px) {
  .pics-exp .img054 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 70%;
    max-width: 400px;
    z-index: 0;
    pointer-events: none;
    top: 190px;
  }
}

.pic-module {
  width: 563px;
  padding-top: 61px;
  /* .pm-number{
   width: 64px;
   height: 64px;
   @include flexcent();
   border-radius: 64px;
   background-color: #fff;
   margin: 0 auto;
   font-size: 35px;
       @media (max-width:1250px){
       width: 54px;
       height: 54px;
           b{
           font-size: 25px;
           }
       }
       @media (max-width:800px){
       width: 49px;
       height: 49px;
           b{
           font-size: 14px;
           }
       }
   }*/
}
@media (max-width: 1250px) {
  .pic-module {
    padding-top: 21px;
  }
}
@media (max-width: 1150px) {
  .pic-module {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 618px) {
  .pic-module {
    width: 90%;
  }
}
.pic-module h2 {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 23px 0px 23px 0px;
}
@media (max-width: 1250px) {
  .pic-module h2 {
    padding: 10px 0px 10px 0px;
  }
}
@media (max-width: 1250px) {
  .pic-module h2 {
    font-size: 16px;
  }
}
.pic-module .pics .slick-arrow {
  display: none !important;
}
.pic-module .pics li {
  width: 563px;
  height: 395px;
  position: relative;
}
@media (max-width: 618px) {
  .pic-module .pics li {
    width: 100%;
    height: 200px;
  }
}
.pic-module .pics li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pic-module .pics li div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: initial;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 0px;
  background-color: rgba(255, 255, 255, 0.86);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pic-module .pics li div.opacity {
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.4) 100%);
  top: initial;
  bottom: 0px;
}
@media (max-width: 618px) {
  .pic-module .pics li div {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.pic-module .pics li div p {
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .pic-module .pics li div p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .pic-module .pics li div p {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .pic-module .pics li div p {
    font-size: 10px;
  }
}
.pic-module .thums .slick-list {
  padding: 0px !important;
  margin-top: 17px;
}
.pic-module .thums .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.pic-module .thums li {
  display: block;
  width: 106px;
  height: 64px;
}
@media (max-width: 618px) {
  .pic-module .thums li {
    width: 16.6vw;
    height: 64px;
  }
}
.pic-module .thums li img {
  display: block;
  width: 106px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 618px) {
  .pic-module .thums li img {
    width: 16.1vw;
    height: 50px;
  }
}
.pic-module .thums .slick-track:before, .pic-module .thums .slick-track:after {
  display: none;
}

.pics-white p {
  color: #fff;
}

.pics-left p {
  text-align: right !important;
  width: 100%;
}

.pic-area {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pic-area img {
  display: block;
  width: 33.33%;
  height: 426px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 999;
}
@media (max-width: 1250px) {
  .pic-area img {
    height: 100px;
  }
}

.pa-exp {
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 60px 0px 60px 0px;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .pa-exp {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0px 40px 0px;
  }
}

.value-line {
  width: 5px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0px;
}
@media (max-width: 800px) {
  .value-line {
    width: 3px;
  }
}
.value-line.left {
  left: 15%;
}
@media (max-width: 1850px) {
  .value-line.left {
    left: 6%;
  }
}
@media (max-width: 1460px) {
  .value-line.left {
    left: 2%;
  }
}
.value-line.right {
  right: 15%;
}
@media (max-width: 1850px) {
  .value-line.right {
    right: 6%;
  }
}
@media (max-width: 1460px) {
  .value-line.right {
    right: 2%;
  }
}

#top-g {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}
#top-g #ank02 {
  position: absolute;
  top: -200px;
}

#top-g ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media (max-width: 800px) {
  #top-g ul {
    padding-top: 10px;
  }
}

#top-g ul li {
  display: block;
  width: 587px;
}
@media (max-width: 1200px) {
  #top-g ul li {
    width: 100%;
  }
}

#top-g ul a {
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  #top-g ul a {
    margin-bottom: 2vw;
    width: 49%;
  }
}
@media (max-width: 600px) {
  #top-g ul a {
    width: 100%;
  }
}

#top-g ul li .tg-img {
  display: block;
  width: 100%;
  height: 332px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1000px) {
  #top-g ul li .tg-img {
    height: 200px;
  }
}
@media (max-width: 800px) {
  #top-g ul li .tg-img {
    height: 100px;
  }
}

#top-g ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78px;
  background: radial-gradient(#022E85, #001E5A);
  position: relative;
}
@media (max-width: 1000px) {
  #top-g ul li div {
    height: 40px;
  }
}

#top-g ul li div p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1000px) {
  #top-g ul li div p {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  #top-g ul li div p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #top-g ul li div p {
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
  }
}

#top-g ul li div img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  left: initial;
  right: 47px;
}
@media (max-width: 800px) {
  #top-g ul li div img {
    display: none;
  }
}


#access-top {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 70px;
}
#access-top img {
  display: block;
}
#access-top img.img068 {
  width: 600px;
  height: 464px;
  -o-object-fit: cover;
     object-fit: cover;
}
#access-top div {
  width: 50%;
}
#access-top div p {
  font-size: 16px;
  text-align: center;
}
#access-top div .bt-temp {
  margin: 0 auto;
  margin-top: 50px;
}

#access-map-top {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
}
@media (max-width: 800px) {
  #access-map-top {
    padding: 25px 0px;
  }
}
#access-map-top .amt-img {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 800px) {
  #access-map-top .amt-img {
    max-width: 430px;
    margin: 0 auto;
  }
}
#access-map-top .amt-bt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
}
@media (max-width: 800px) {
  #access-map-top .amt-bt {
    margin-top: 0px;
    display: block;
  }
}
#access-map-top .amt-bt a {
  width: 240px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #011E5A;
  box-shadow: 5px 5px 0px #011E5A;
  position: relative;
  cursor: pointer;
}
@media (max-width: 800px) {
  #access-map-top .amt-bt a {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#access-map-top .amt-bt a div {
  width: 25px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  right: initial;
  left: 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#access-map-top .amt-bt a div img {
  zoom: 0.8;
  display: block;
}
#access-map-top .amt-bt a section {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 150px;
}
#access-map-top .amt-bt a section b {
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
#access-map-top .amt-bt a section p {
  font-size: 12px;
  line-height: 1.4;
}

.map-modal {
  width: 100vw;
  height: 100%;
  background-color: #011E5A;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
  z-index: 99999999999;
}
.map-modal .mm-control {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 20px 0px;
}
@media (max-width: 1100px) {
  .map-modal .mm-control {
    width: 90%;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.map-modal .mm-control a {
  width: 300px;
  display: block;
  border: solid 1px #011E5A;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.map-modal .mm-control div {
  height: 40px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-modal .mm-control div p {
  color: #011E5A;
}
@media (max-width: 800px) {
  .map-modal .mm-control div p {
    font-size: 12px;
  }
}
.map-modal section {
  background-color: #fff;
  width: 1000px;
  height: calc(80% - 102px);
  overflow: scroll;
  padding: 30px 0px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .map-modal section {
    width: 90%;
  }
}
.map-modal section img {
  width: 90%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .map-modal section img {
    padding: 30px;
    width: 150%;
  }
}
.yt-modal {
  background-color: #011E5A;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  height: auto;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yt-modal.active {
  display: flex !important;
}
.yt-modal section {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.yt-modal iframe {
  display: block;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .yt-modal iframe {
    width: 90vw;
  }
}
.yt-modal .popClose {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}
.yt-modal .popClose p {
  color: #fff;
}

#access-bus {
  width: 100%;
  position: relative;
  padding: 90px 0px;
  margin-bottom: 120px;
}
@media (max-width: 1000px) {
  #access-bus {
    padding: 0px;
  }
}
#access-bus section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1000px) {
  #access-bus section {
    display: block;
  }
}
#access-bus section img {
  display: block;
}
@media (max-width: 1000px) {
  #access-bus section img {
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
  }
}
#access-bus section p {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1000px) {
  #access-bus section p {
    font-size: 14px;
    color: #000;
    padding-top: 30px;
    text-align: center;
  }
}
#access-bus section a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  #access-bus section a {
    color: #001E5A;
  }
}
#access-bus div {
  height: 100%;
  width: 70%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  left: initial;
  z-index: -1;
  background: radial-gradient(#022E85, #001E5A);
}
@media (max-width: 1000px) {
  #access-bus div {
    display: none;
  }
}
#access-bus div img {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 20px;
  margin: auto;
}

.pop {
  display: none;
}
.pop.active {
  display: block;
}

.cvbt {
  width: 580px;
  padding: 20px 0px;
  border: solid 1px #C4C4C4;
  display: block;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .cvbt {
    max-width: 580px;
    width: 100%;
  }
}
.cvbt b {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: lighter;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .cvbt b {
    font-size: 14px;
    line-height: 1.5;
    width: 90%;
  }
}
.cvbt div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.cvbt div img {
  display: block;
}
@media (max-width: 800px) {
  .cvbt div img {
    zoom: 0.4;
  }
}
.cvbt div q {
  font-size: 30px;
}
@media (max-width: 800px) {
  .cvbt div q {
    font-size: 20px;
  }
}
.cvbt p {
  text-align: center;
  font-size: 14px;
}

.bus-airport h1 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .bus-airport h1 {
    font-size: 18px;
  }
}
.bus-airport .img0105 {
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  max-width: 1200px;
}

.bt-exp {
  width: 316px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
.bt-exp p {
  font-size: 12px;
  line-height: 1.3;
}
@media (max-width: 800px) {
  .bt-exp p {
    font-size: 10px;
  }
}
.bt-exp p span {
  color: #f00;
}

#bus-time {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #bus-time {
    width: 100%;
  }
}
#bus-time ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
}
@media (max-width: 1250px) {
  #bus-time ul {
    flex-wrap: wrap;
  }
}
#bus-time ul li {
  width: 49%;
  box-sizing: border-box;
  height: auto;
  border: solid 30px #011E5A;
  padding: 30px 0px;
  padding: 10px 0px;
}
@media (max-width: 800px) {
  #bus-time ul li {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 30px;
    border: solid 3vw #011E5A;
  }
  #bus-time ul li:first-child {
    margin-bottom: 30px;
  }
}
#bus-time ul li .bt-route {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0px;
  margin: 0 auto;
  padding: 30px 0px 20px 0px;
}
@media (max-width: 800px) {
  #bus-time ul li .bt-route {
    padding: 10px 0px 10px 0px;
  }
}
#bus-time ul li .bt-route p {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 43%;
  text-align: center;
}
@media (max-width: 800px) {
  #bus-time ul li .bt-route p {
    font-size: 14px;
  }
}
#bus-time ul li .bt-route a {
  font-size: 16px;
  text-decoration: underline;
  color: #001E5A;
}
@media (max-width: 800px) {
  #bus-time ul li .bt-route a {
    font-size: 12px;
  }
}
#bus-time ul li .img072 {
  display: block;
  margin: 0 auto;
}
@media (max-width: 500px) {
  #bus-time ul li .img072 {
    width: 90%;
  }
}
#bus-time ul li .bt-time {
  width: 270px;
  margin: 0 auto;
}
@media (max-width: 340px) {
  #bus-time ul li .bt-time {
    width: 90%;
  }
}
#bus-time ul li .bt-time div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #CBCBCB;
  padding: 16px 0px;
}
#bus-time ul li .bt-time div p {
  font-size: 16px;
}
#bus-time ul li .bt-time div p span {
  color: #FF0000;
}
#bus-time ul li .bt-exp {
  width: 90%;
}

.bus-caution {
  margin-bottom: 50px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  height: auto;
  box-sizing: border-box;
  background: radial-gradient(#022E85, #001E5A);
}
@media (max-width: 800px) {
  .bus-caution {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 90%;
    border: solid 3vw #011E5A;
    padding: 0px;
    background: #fff;
  }
}
.bus-caution section {
  width: calc(min(1200px, 90%) - 60px);
  background-color: #fff;
  padding: 30px 0px;
}
@media (max-width: 800px) {
  .bus-caution section {
    width: 100%;
  }
}
.bus-caution section p {
  line-height: 1.7;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .bus-caution section p {
    font-size: 14px;
  }
}

.bus-exp {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0px;
  height: auto;
  border: solid 30px #011E5A;
  box-sizing: border-box;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 130px;
}
@media (max-width: 1250px) {
  .bus-exp {
    height: auto;
    padding: 2% 0%;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .bus-exp {
    width: 90%;
    margin-top: 0px;
    padding-bottom: 30px;
    border: solid 3vw #011E5A;
  }
}
.bus-exp p {
  text-align: center;
  padding: 10px;
}
@media (max-width: 800px) {
  .bus-exp .cvbt {
    width: 90% !important;
    margin: 0 auto;
  }
}

.bus-map {
  width: 100%;
  height: 433px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .bus-map {
    height: 400px;
  }
}

#maps {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 190px;
  padding-bottom: 50px;
}
@media (max-width: 800px) {
  #maps {
    margin-top: 50px;
  }
}
#maps img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 190px;
}
@media (max-width: 800px) {
  #maps img {
    margin-bottom: 50px;
  }
}
#maps .img076 {
  width: 72%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #maps .img076 {
    padding: 40px;
  }
}
#maps .img074-sp {
  max-width: 340px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#re-top {
  position: relative;
}
#re-top::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -9999999;
}
#re-top section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
}
#re-top section div.ret-left {
  border: solid 1px #fff;
  width: 50%;
  overflow: hidden;
}
#re-top section div.ret-left img {
  height: 100%;
  display: block;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
}
#re-top section div.ret-right {
  width: 46%;
}
#re-top section div.ret-right img {
  display: block;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #fff;
  box-sizing: border-box;
}
#re-top section div.ret-right p {
  font-size: 24px;
  text-align: center;
  padding-top: 65px;
  color: #fff;
  mix-blend-mode: difference;
}
#re-top section div.ret-right h1 {
  font-size: 34px;
  text-align: center;
  padding-bottom: 65px;
  color: #fff;
  mix-blend-mode: difference;
}
#re-top .ret-bk {
  width: 70%;
  position: absolute;
  top: 190px;
  left: 0px;
  height: 865px;
  background: radial-gradient(#022E85, #001E5A);
  z-index: -1;
}
#re-top .ret-bk.ver2 {
  left: initial;
  right: 0px;
}
#re-top.ver2 {
  padding-top: 54px;
}

#sp-re-top {
  margin: 0 auto;
  position: relative;
}
#sp-re-top.ver2 {
  margin-top: 30px;
}
#sp-re-top::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -9999999;
}
#sp-re-top section {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#sp-re-top section img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 500px;
}
#sp-re-top section h1, #sp-re-top section p {
  text-align: center;
  color: #fff;
}
#sp-re-top section p {
  font-size: 18px;
  padding-top: 30px;
}
#sp-re-top section h1 {
  font-size: 24px;
  padding-bottom: 30px;
}
#sp-re-top .srt-bk {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
  top: initial;
  width: 100%;
  height: 86%;
  background: radial-gradient(#022E85, #001E5A);
  z-index: -1;
}

#re-details {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: radial-gradient(#022E85, #001E5A);
  margin-top: 73px;
  margin-bottom: 100px;
}
@media (max-width: 1350px) {
  #re-details {
    padding: initial;
    background-color: #fff;
  }
}
#re-details .red-inner {
  width: 1105px;
  background-color: #fff;
}
@media (max-width: 1350px) {
  #re-details .red-inner {
    width: 100%;
  }
}
#re-details .red-inner.ver2 {
  padding-top: 40px;
}
#re-details .red-exp {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0px 0px 0px;
  letter-spacing: 0;
}
@media (max-width: 1050px) {
  #re-details .red-exp {
    padding: 0px 20px 0px 0px;
    font-size: 14px;
  }
}
#re-details h1 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}
#re-details h2 {
  font-size: 16px;
  text-align: center;
  width: min(650px, 90%);
  margin: 0 auto;
}
@media (max-width: 850px) {
  #re-details h2 {
    font-size: 14px;
  }
}
#re-details .img080 {
  display: block;
  margin: 0 auto;
}
@media (max-width: 850px) {
  #re-details .img080 {
    max-width: 400px;
    width: 60%;
  }
}
#re-details h2 {
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 850px) {
  #re-details h2 {
    font-size: 14px;
  }
}
#re-details ul {
  width: 583px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 45px;
}
@media (max-width: 850px) {
  #re-details ul {
    width: 100%;
  }
}
#re-details ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
  border-top: solid 1px #CBCBCB;
}
#re-details ul li:last-child {
  border-bottom: solid 1px #CBCBCB;
}
@media (max-width: 850px) {
  #re-details ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-items: stretch;
  }
}
#re-details ul li div:first-child {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  padding: 20px 0px 20px 20px;
  border-right: solid 1px #CBCBCB;
}
#re-details ul li div:nth-child(2) {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
#re-details ul li div:nth-child(2) p {
  padding-left: 38px;
}
@media (max-width: 850px) {
  #re-details ul li div:nth-child(2) p {
    padding-left: 10px;
  }
}
#re-details ul li div p {
  font-size: 16px;
}
#re-details ul li div.sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  gap: 10px;
}
@media (max-width: 850px) {
  #re-details ul li div.sns {
    padding-left: 10px;
  }
}
#re-details ul li div.sns a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#re-details ul li div.sns a img {
  height: 20px;
  display: block;
}
@media (max-width: 850px) {
  #re-details ul li div p {
    font-size: 12px;
  }
}
#re-details iframe {
  display: block;
  width: 583px;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 300px;
  aspect-ratio: 560/315;
}
@media (max-width: 850px) {
  #re-details iframe {
    width: 100%;
    height: auto;
  }
}
#re-details .cvbt {
  margin-bottom: 53px;
}
#re-details .red-inner section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 45px 0px 68px 0px;
  flex-wrap: wrap;
}
@media (max-width: 850px) {
  #re-details .red-inner section {
    gap: 20px;
    padding: 35px 0px 28px 0px;
  }
}
#re-details .red-inner section a {
  width: 305px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: radial-gradient(#022E85, #001E5A);
  border-radius: 75px;
  box-shadow: 0px 7px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 850px) {
  #re-details .red-inner section a {
    max-width: 500px;
    width: 100%;
  }
}
#re-details .red-inner section a p {
  color: #fff;
  text-align: center;
}
#re-details .red-inner section a img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  left: initial;
  right: 20px;
  z-index: 1;
}
#re-details table {
  margin: 0 auto;
  margin-top: 42px;
  margin-bottom: 42px;
  width: 90%; /* テーブルの幅を画面幅に合わせる */
  table-layout: fixed; /* テーブルレイアウトを固定 */
  border-collapse: collapse;
}
@media (max-width: 800px) {
  #re-details table {
    width: 100%;
  }
}
#re-details table tr th, #re-details table tr td {
  height: 72px;
  width: 14%;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #CBCBCB;
  box-sizing: border-box; /* パディングの影響を受けないように */
  word-break: break-word; /* テキストをセル幅に合わせて折り返す */
  white-space: normal;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.2rem;
}
@media (max-width: 800px) {
  #re-details table tr th, #re-details table tr td {
    height: 38px;
    padding: 0.2rem 0px;
  }
}
#re-details table tr th:first-child, #re-details table tr td:first-child {
  width: 16%;
}
#re-details table tr th {
  background-color: #011E5A;
  color: #fff;
}
@media (max-width: 800px) {
  #re-details table tr th {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  #re-details table tr td {
    font-size: 12px;
  }
}
#re-details table tr td:first-child {
  background-color: #011E5A;
  color: #fff;
}

#contact-top {
  padding-bottom: 64px;
  width: 90%;
  margin: 0 auto;
}
#contact-top p {
  text-align: center;
  padding: 50px 0px 40px 0px;
}
@media (max-width: 800px) {
  #contact-top p {
    font-size: 14px;
  }
}
#contact-top .cvbt {
  margin: 0 auto;
}

/*
#form{
@include bluegrad();
@include width();
width: 100%;
@include flexcent();
margin-bottom: 100px;
    .wpcf7{
    width: 96%;
    margin: 60px 0px;
    background-color: #fff;
    padding-top: 60px;
    @media (max-width:800px){
    margin: 5vw 0px;
    }
    }
    .form-title{
    @include flexst();
    gap: 16px;
    padding-bottom: 16px;
    width: 721px;
    margin: 0 auto;
    padding-top: 22px;
    @media (max-width:1000px){
    width: 90%;
    }
        div{
        width: 75px;
        height: 25px;
        background-color: #BA0000;
        @include flexcent();
        border-radius: 25px;

        @media (max-width:1000px){
        width: 60px;
        }
            b{
            color: #fff;
            font-size: 12px;
            font-weight: lighter;
            }
        }
        p{
        @media (max-width:1000px){
        font-size: 14px;
        }
        }
    }
    .form-wrap{
    width: 721px;
    margin: 0 auto;
    @media (max-width:1000px){
    width: 90%;
    }
        .wpcf7-radio{
        display: block;
        width: 380px;
            @media (max-width:1000px){
            max-width: 380px;
            width: 90%;
            }
        }
        .wpcf7-list-item label{
        @include flexst();
        gap: 10px;
        cursor: pointer;
            input{
                width: 25px;
                height: 25px;
                border-radius: 125px;
                display: block;
                min-width: 25px;
                cursor: pointer;
            }
            @media (max-width:1000px){
            font-size: 14px;
            }
        }
        &.ver1{
        position: relative;
            input{
            width: calc(100%);
            height: 60px;
            border: solid 1px #C4C4C4;
            box-sizing: border-box;
            padding-left: 52px;
                &::placeholder{
                color: #C4C4C4;
                @include mincho();
                }
            }
            &::after{
            content: "";
            display: block;
            width: 15px;
            height: 18px;
            background-image: url('./img/img085.svg');
            background-repeat: no-repeat;
            background-size: contain;
            @include abscent();
            right: initial;
            left: 20px;
            }
        }
        &.ver3 {
        &::after{
        width: 20px;
            height: 15px;
        background-image: url('./img/img086.svg');
        }
        }
        &.ver2 p{
        @include flexbet();
        flex-wrap: wrap;
        @media (max-width:1000px){
        gap: 10px;
            span{
            width: 100%;
            }
        }

            input{
            width: 330px;
            height: 60px;
            padding-left: 20px;
            border: solid 1px #C4C4C4;
            @media (max-width:1000px){
            width: calc(100% - 24px);
            }
                &::placeholder{
                color: #C4C4C4;
                @include mincho();
                }
            }
        }
        textarea{
        width: 100%;
        height: 224px;
        border: solid 1px #C4C4C4;
        box-sizing: border-box;
        resize: none;
        padding: 15px 0px 0px 15px;
            &::placeholder{
            color: #C4C4C4;
            @include mincho();
            }
        }
    }
    .policy{
    @include fitcontent();
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
    cursor: pointer;
        p{
        @include flexcent();
        gap: 10px;

        @media (max-width:1000px){
        gap: 3px;
        }
        }
        input{
        display: block;
        width: 24px;
        height: 24px;
        margin-top: 6px;
        cursor: pointer;
        @media (max-width:1000px){
        width: 16px;
        height: 16px;
        }
        }
        .wpcf7-list-item {
        margin: initial;
        }
        .wpcf7-list-item-label{
        display: none;
        }
        a{
        display: block;
        font-size: 16px;
        border-bottom: solid 1px $blue;
        padding-bottom: 5px;
        @media (max-width:1000px){
        font-size: 14px;
        }
        }
    }
    .wpcf7-submit{
    display: block;
    margin: 0 auto;
    border-radius: 41px;
    width: 393px;
    height: 81px;
    @include bluegrad();
    color: #fff;
    border: none;
    font-size: 18px;
    @include mincho();
    cursor: pointer;
    @media (max-width:1000px){
    max-width: 393px;
    width: 90%;
    height: 60px;
    font-size: 14px;
    }
    }
}
*/
#form {
  width: min(925px, 100%);
  margin: 0 auto;
  border: solid 50px #022E85;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

#theform {
  padding: 50px 0px;
  width: min(721px, 90%);
}
#theform .the-form-name {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  margin-bottom: 13px;
}
#theform .the-form-name span {
  display: block;
  background-color: #BA0000;
  border-radius: 30px;
  padding: 2px 14px;
  color: #fff;
  font-size: 12px;
}
#theform div .input-radiocheck article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 17px;
}
#theform div .input-radiocheck article input {
  display: block;
  width: 25px;
  height: 25px;
}
#theform div input[type=text], #theform div input[type=date] {
  display: block;
  width: 100%;
  height: 61px;
  border: solid 1px #C4C4C4;
  padding: 0px 20px;
  box-sizing: border-box;
  font-family: YuMincho, "Yu Mincho", serif !important;
}
#theform div .input-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#theform div .input-name input {
  width: 48% !important;
}
#theform div textarea {
  display: block;
  width: 100%;
  height: 224px;
  border: solid 1px #C4C4C4;
  padding: 20px;
  box-sizing: border-box;
  font-family: YuMincho, "Yu Mincho", serif !important;
}
#theform div .the-form-check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 48px 0px;
}
#theform div .the-form-check input {
  width: 24px;
  height: 24px;
}
#theform #submit {
  width: min(393px, 90%);
  height: 81px;
  border-radius: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #022E85;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  border: none;
}
@media (max-width: 450px) {
  #theform #submit {
    width: 90%;
    height: 60px;
  }
}
#theform #submit p {
  font-family: YuMincho, "Yu Mincho", serif !important;
}

.form-thanks {
  display: block;
  text-align: center;
  padding: 30px;
  font-size: 16px;
}
.form-thanks a {
  display: block;
  text-decoration: underline;
  color: #022E85;
  margin-top: 30px;
}

/*
#theform{
    &.input{
        h3{
        display: none;
        }
    }
    &.confirm{
        .input-radiocheck,.input-name,input,textarea{
        display: none;
        }
    }
}*/
.f {
  filter: blur(10px);
  opacity: 0.2;
  transform: translateY(100px);
  transition: all 0.6s;
  will-change: transform, filter;
}
.f.active {
  filter: none;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.9s;
  will-change: transform, filter;
}

#map-wrapper {
  width: 1200px;
}
@media (max-width: 800px) {
  #map-wrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#map-wrapper text {
  letter-spacing: 0 !important;
}
#map-wrapper .map-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
  margin-top: 1em;
}
#map-wrapper .map-title img {
  display: block;
  width: auto;
  margin: initial;
  padding-bottom: initial;
}
@media (max-width: 800px) {
  #map-wrapper .map-title img {
    height: 1.7em;
  }
}
#map-wrapper .map-title p {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 800px) {
  #map-wrapper .map-title p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  #map-wrapper .map-title p {
    font-size: 14px;
  }
}
#map-wrapper .map-title a {
  display: block;
  margin-left: 0.5em;
  font-size: 16px;
  color: #022E85;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 800px) {
  #map-wrapper .map-title a {
    margin-left: 0em;
  }
  #map-wrapper .map-title a img {
    width: 1em;
  }
}
#map-wrapper a {
  cursor: pointer;
}
#map-wrapper svg, #map-wrapper text, #map-wrapper tspan {
  font-family: "source-han-serif-sc", YuMincho, "Yu Mincho", serif !important;
  text-rendering: optimizeLegibility;
}
#map-wrapper.zh-hans {
  font-family: "Noto Serif SC", "Noto Serif TC", "Songti SC", "MingLiU", serif !important;
  text-rendering: optimizeLegibility;
}
#map-wrapper.zh-hans svg, #map-wrapper.zh-hans text, #map-wrapper.zh-hans tspan {
  font-family: "Noto Serif SC", "Noto Serif TC", "Songti SC", "MingLiU", serif !important;
  text-rendering: optimizeLegibility;
}
#map-wrapper.zh-hant {
  font-family: "Noto Serif TC", "Songti SC", "MingLiU", serif !important;
  text-rendering: optimizeLegibility;
}
#map-wrapper.zh-hant svg, #map-wrapper.zh-hant text, #map-wrapper.zh-hant tspan {
  font-family: "Noto Serif TC", "Songti SC", "MingLiU", serif !important;
  text-rendering: optimizeLegibility;
}

#map__temp .map-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media (max-width: 800px) {
  #map__temp .map-title {
    margin-bottom: 0em;
  }
}
#map__temp .map-title img {
  display: block;
  width: auto;
  margin: initial;
  padding-bottom: initial;
}
@media (max-width: 800px) {
  #map__temp .map-title img {
    height: 1.7em;
  }
}
#map__temp .map-title p {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 800px) {
  #map__temp .map-title p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  #map__temp .map-title p {
    font-size: 14px;
  }
}
#map__temp .map-title a {
  display: block;
  margin-left: 0.5em;
  font-size: 16px;
  color: #022E85;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 800px) {
  #map__temp .map-title a {
    margin-left: 0em;
  }
  #map__temp .map-title a img {
    width: 1em;
  }
}
#map__temp .map__name {
  width: min(18vw, 240px);
  min-width: min(18vw, 240px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 3px #051E5B;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  #map__temp .map__name {
    border: solid 2px #051E5B;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#map__temp .map__name p {
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
  background-color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 800px) {
  #map__temp .map__name p br {
    display: none;
  }
}
#map__temp .map__name p span {
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}
#map__temp .map__name--01 {
  height: 73px;
}
@media (max-width: 800px) {
  #map__temp .map__name--01 {
    height: auto;
    padding: 0.4em 0.2em;
  }
}
#map__temp .map__name--02 {
  margin-top: initial;
  margin-bottom: initial;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  #map__temp .map__name--02 {
    height: auto;
    padding: 0.4em 0.2em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#map__temp hr {
  display: block;
  width: min(1.8vw, 24px);
  min-width: min(1.8vw, 24px);
  height: 1px;
  background-color: #000;
  border: none;
  margin-top: auto;
  margin-bottom: auto;
}
#map__temp hr.long {
  width: min(15.3vw, 204px);
  min-width: min(15.3vw, 204px);
}
@media (max-width: 800px) {
  #map__temp hr.long {
    width: min(19.8vw, 204px);
    min-width: min(19.8vw, 204px);
  }
}
#map__temp .map__time {
  display: block;
  width: min(5.4vw, 72px);
  min-width: min(5.4vw, 72px);
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 800px) {
  #map__temp .map__time {
    width: min(14.4vw, 72px);
    min-width: min(14.4vw, 72px);
  }
}
#map__temp .map__time p {
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  padding-bottom: 0.5em;
  position: relative;
}
#map__temp .map__time p span {
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  font-weight: light;
  letter-spacing: 0;
}
#map__temp .map__time p::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #C19828;
  position: absolute;
  bottom: 0px;
  border-radius: 3px;
}
#map__temp .map__destination {
  width: min(36vw, 480px);
  min-width: min(36vw, 480px);
  background: radial-gradient(circle, #022E85 0%, #001E5A 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  #map__temp .map__destination {
    width: min(18vw, 240px);
    min-width: min(18vw, 240px);
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#map__temp .map__destination p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
  gap: 1em;
}
@media (max-width: 800px) {
  #map__temp .map__destination p {
    display: block;
  }
}
#map__temp .map__destination p img {
  display: block;
}
@media (max-width: 800px) {
  #map__temp .map__destination p img {
    margin: 0 auto;
    height: 1.2em;
  }
}
#map__temp .map__link {
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
  color: #022E85;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 40px;
  line-height: 1.3 !important;
  display: block;
  /*
      &--left{
      float: left;
      }
      &--right{
      float: right;
      }
      */
}
#map__temp .map__box {
  display: flex;
  align-items: stretch;
  position: relative;
}
#map__temp .map__inflex01 {
  display: flex;
  align-items: stretch;
  height: -moz-fit-content;
  height: fit-content;
}
#map__temp .map__inwrap01 {
  height: -moz-fit-content;
  height: fit-content;
}
#map__temp .map__inflex02 {
  display: flex;
  align-items: stretch;
}

@media (max-width: 1200px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .pc-off {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  .sp-off2 {
    display: none !important;
  }
}
@media (min-width: 1251px) {
  .pc-off2 {
    display: none !important;
  }
}
@media (max-width: 1150px) {
  .sp-off3 {
    display: none !important;
  }
}
@media (min-width: 1151px) {
  .pc-off3 {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .sp-off4 {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off4 {
    display: none !important;
  }
}
@media (max-width: 1050px) {
  .sp-off5 {
    display: none !important;
  }
}
@media (min-width: 1050px) {
  .pc-off5 {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */