@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    /* クリック無効 */
    color: inherit;
    /* 見た目を通常テキストに */
    text-decoration: none;
    /* 下線を消す */
  }
}
#header {
  z-index: 400;
  width: 100%;
  pointer-events: none;
  padding-bottom: 10px;
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
}
#header .header_main {
  display: flex;
  margin: 0 30px;
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  #header .header_main {
    margin: 0 25px;
    padding-top: 15px;
  }
}
#header .page_logo {
  color: #1B2F5B;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  #header .page_logo {
    flex-shrink: 0;
  }
}
#header .page_logo .logo_jp {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  #header .page_logo .logo_jp {
    font-size: 10px;
  }
}
#header .page_logo .logo_en {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #header .page_logo .logo_en {
    font-size: 12px;
  }
}
#header .page_logo .logo_en .en_2 {
  margin-left: 10px;
  line-height: 1;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  #header .page_logo .logo_en .en_2 {
    margin-left: 10px;
    line-height: 1;
    font-size: 23px;
  }
}

.footer_bg_wave {
  background: url("https://storage.489ban.net/storage/customer/3823/page_bottom_bg_y.png") no-repeat center bottom/cover;
  height: auto;
  margin-bottom: -5px;
  aspect-ratio: 25/2;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer_bg_wave {
    margin-bottom: -2px;
    background: url("https://storage.489ban.net/storage/customer/3823/page_bottom_bg_y.png") no-repeat center bottom/cover;
  }
}

#footer {
  position: relative;
  z-index: 11;
  margin-top: -1px;
  font-family: "Zen Old Mincho", serif;
}

#footer .pagetop {
  position: fixed;
  right: -1rem;
  bottom: 3rem;
  z-index: 99;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
@media only screen and (max-width: 767px) {
  #footer .pagetop {
    display: none;
  }
}
#footer .pagetop a {
  display: block;
  transform: rotate(90deg);
  padding-left: .3rem;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  padding: 1rem;
  cursor: default;
  color: #000;
}
#footer .pagetop span {
  font-family: "Caveat", sans-serif;
  font-size: 20px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: relative;
  display: block;
  line-height: 1.2rem;
  white-space: nowrap;
}
#footer .pagetop span::before {
  position: absolute;
  top: 50%;
  left: -2.5rem;
  display: block;
  width: 1.5rem;
  height: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  background: #000;
  content: "";
  transform: rotate(180deg);
}

#footer .pagetop.is-scroll {
  opacity: 1;
}

#footer .pagetop a:hover span::before {
  background: #4a6298;
  left: -3.5rem;
  width: 2.5rem;
}

.footer_copyright {
  text-align: center;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 160px;
  z-index: 15;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer_copyright {
    padding-bottom: 80px;
    font-size: 12px;
  }
}

.footer_main {
  padding-top: 6vw;
  padding-bottom: 13vw;
  background-color: #1B2F5B;
  color: #fff;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer_main {
    padding-top: 20vw;
    padding-bottom: 30vw;
  }
}
.footer_main::after {
  content: "";
  background-image: url("https://storage.489ban.net/storage/customer/3823/section_wave_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  bottom: -8vw;
  left: 0;
  position: absolute;
  z-index: 10;
  aspect-ratio: 6/1;
}
.footer_main .footer_row_01 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footer_main .footer_row_01 {
    font-size: 11px;
  }
}
.footer_main .footer_row_02 {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .footer_main .footer_row_02 {
    font-size: 14px;
    line-height: 1;
  }
}
.footer_main .footer_row_02 span {
  font-size: 40px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .footer_main .footer_row_02 span {
    font-size: 26px;
  }
}
.footer_main .footer_box_01 {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-top: 75px;
  position: relative;
  width: 304px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  padding-top: 26px;
  padding-bottom: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .footer_main .footer_box_01 {
    width: 275px;
    font-size: 16px;
  }
}
.footer_main .footer_box_01 .footer_box_02 {
  position: absolute;
  padding: 2px 10px;
  background-color: #fff;
  font-size: 14px;
  color: #1B2F5B;
  top: -15px;
}
@media only screen and (max-width: 767px) {
  .footer_main .footer_box_01 .footer_box_02 {
    font-size: 12px;
  }
}
.footer_main .footer_row_03 {
  margin-top: 30px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footer_main .footer_row_03 {
    font-size: 12px;
  }
}
.footer_main .footer_row_03 a {
  font-size: 30px;
  margin-left: 5px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer_main .footer_row_03 a {
    font-size: 24px;
  }
}
.footer_main .footer_row_04 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footer_main .footer_row_04 {
    font-size: 14px;
  }
}
.footer_main .footer_row_05 {
  margin-top: 5px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .footer_main .footer_row_05 {
    font-size: 12px;
  }
}
.footer_main .footer_row_06 {
  margin-top: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footer_main .footer_row_06 {
    font-size: 14px;
  }
}
.footer_main .footer_link_row {
  margin-top: 20px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 56px;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 40px;
}
.footer_main .footer_link_row::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 1px;
  top: 9px;
  left: calc(50% - -4px);
  background-color: #fff;
}
.footer_main .lang_box {
  display: flex;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footer_main .lang_box {
    font-size: 14px;
  }
}
.footer_main .lang_box a {
  color: #fff;
}
.footer_main .footer_insta_link {
  color: #fff;
}
.footer_main .footer_insta_link img {
  width: 29px;
  height: 29px;
}

.sp_bottom_nav {
  z-index: 1000;
  background-color: #1B2F5B;
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 77px;
  padding: 5px 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .sp_bottom_nav {
    display: none;
  }
}
.sp_bottom_nav .nav_inner {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.sp_bottom_nav .nav_inner .bottom_nav01 {
  width: 75px;
  height: 65px;
  border-radius: 5px;
  background-color: #F4F7F8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sp_bottom_nav .nav_inner .bottom_nav01 .bottom_pin {
  width: 16px;
}
.sp_bottom_nav .nav_inner .bottom_nav01 .bottom_tel {
  width: 20px;
  margin-left: 5px;
}
.sp_bottom_nav .nav_inner .bottom_nav01 span {
  font-size: 20px;
  color: #1B2F5B;
  line-height: 1.2;
}
.sp_bottom_nav .nav_inner .bottom_nav02 {
  width: 158px;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.sp_bottom_nav .nav_inner .bottom_nav02 .nav_txt {
  font-size: 15px;
  line-height: 1.2;
}
.sp_bottom_nav .nav_inner .bottom_nav02 .nav_txt02 {
  font-size: 20px;
  line-height: 1;
}

/*# sourceMappingURL=yoyakuban.css.map */
