@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: min(calc(17vw* .2), 17px);
  font-weight: 400;
  line-height: 1.7;
  color: #0e4764;
  background-color: #fff;
}
.font_geist {
  font-family: "Geist", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.auto {
  width: 90%;
  margin: 0 auto;
}
#back-top {
  display: none;
  width: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  transition-duration: .3s;
}
#back-top img {
  display: block;
  width: 100%;
  height: auto;
}
.bg_photo {
  padding: min(calc(295vw* .2), 295px) 0 min(calc(118vw* .2), 118px);
  position: relative;
  z-index: 1;
}
.bg_photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header {
  width: min(calc(180vw* .2), 180px);
  z-index: 3;
  position: fixed;
  top: min(calc(108vw* .2), 108px);
  left: 5%;
}
.page_wrapper {
  position: relative;
}
.contents_wrapper {
  padding-top: min(calc(70vw* .2), 70px);
  position: relative;
  z-index: 1;
}
.contents_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_main_01.jpg) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
}
img {
  width: 100%;
  height: auto;
}
a:hover,
button:hover {
  opacity: 1 !important;
  transition: 0.3s;
}

/* 左カラム */
.inner_logo {
  width: calc(50% - min(calc(250vw* .2), 250px));
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: min(calc(22vw* .076), 22px);
  line-height: 1.6;
  color: #fff;
  font-weight: 600;
  position: fixed;
  top: 0;
  right: calc(50% + min(calc(250vw* .2), 250px));
}
.inner_logo span {
  display: block;
  font-size: min(calc(24vw* .076), 24px);
}
/* 右カラム */
.inner_nav {
  width: calc(50% - min(calc(250vw* .2), 250px));
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: calc(50% + min(calc(250vw* .2), 250px));
}
.title_navi {
  text-align: center;
  font-size: min(calc(20vw* .2), 20px);
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin-bottom: min(calc(30vw* .2), 30px);
}
.contents_nav {
  width: 100%;
  font-size: min(calc(18vw* .2), 18px);
  margin-inline: auto;
  padding: 0 3%;
  position: relative;
}
.nav_title {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.nav_title a {
  color: #fff;
  display: block;
  width: fit-content;
  padding: min(calc(12vw* .2), 12px) 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.nav_title a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: min(calc(14vw* .2), 14px);
  left: 50%;
  transform: translateX(-50%);
  transition-duration: .3s;
}
.nav_title a:hover::after, .nav_title a.display::after {
  width: 100%;
}
.nav_title img {
  width: auto;
  height: 100%;
}

/* navi */
#sp_navi_wrapper input {
  display: none;
}
#sp_navi_wrapper {
  display: none;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
#main_nav~.close_bg {
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: none;
  transition-duration: 0.3s;
}
#main_nav:checked~.close_bg {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
.nav-icon-wrap {
  background: #fff;
  border-radius: 6px;
  position: fixed;
  top: 4px;
  right: 4px;
  z-index: 999;
  transition-duration: 0.3s;
  border: 1px solid #0e408a;
}
.nav-icon {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 25px;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: #0e408a;
  position: relative;
}
.nav-icon p {
  font-size: 10px;
}
.nav-icon .navi_text {
  font-weight: 600;
}
.nav-icon::before,
.nav-icon::after {
  content: "";
  display: block;
  width: 26px;
  border-top: 2px solid #0e408a;
  position: absolute;
  top: 10px;
  left: 7px;
  transition: 0.3s all;
}
.nav-icon::after {
  top: 17px;
}
.header-nav-wrap {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_main_01.jpg) no-repeat center/cover;
  background: #000000a1;
  position: fixed;
  top: 0;
  right: 0;
  transition: all .5s;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
#main_nav:checked~.header-nav-wrap {
  display: block;
  top: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: visible;
  opacity: 1;
}
#main_nav:checked~.nav-icon-wrap>.nav-icon::before {
  width: 28px;
  top: 14px;
  left: 6px;
  transform: rotate(30deg);
  z-index: 999999;
}
#main_nav:checked~.nav-icon-wrap>.nav-icon::after {
  width: 28px;
  top: 14px;
  left: 6px;
  transform: rotate(-30deg);
  z-index: 999999;
}
.header-nav-inner {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.header-nav-inner img {
  display: block;
  width: 100%;
  height: 100%;
}
.header-nav-inner::-webkit-scrollbar {
  display: none;
}
#sp_navi_wrapper .contents_nav {
  padding: 0 5%;
  margin: 0;
  position: relative;
}
#sp_navi_wrapper .nav_title {
  margin: 0 auto min(calc(10vw*.2), 10px);
  position: relative;
}
#sp_navi_wrapper .nav_title img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

/* contents */
.inner_main {
  max-width: 500px;
  border-radius: min(calc(30vw* .2), 30px) min(calc(30vw* .2), 30px) 0 0;
  padding-bottom: min(calc(50vw* .2), 50px);
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* conts_top */
.conts_top {
  .list_footerlink {
    display: flex;
    gap: 9%;
    padding: min(calc(28vw* .2), 28px) 6% min(calc(34vw* .2), 31px);
    justify-content: center;
  }
  .list_footerlink li {
    width: auto;
    height: min(calc(37vw* .2), 37px);
  }
  .list_footerlink img, .list_footerlink a {
    width: auto;
    height: 100%;
  }
}

/* conts_concept */
.conts_concept {
  text-align: center;
  padding: min(calc(70vw* .2), 70px) 0 min(calc(100vw* .2), 100px);
  background-color: #f9f9e4;

  .title_section {
    margin-bottom: min(calc(32vw* .2), 32px);
  }
  .sub_title {
    font-size: min(calc(22vw* .2), 22px);
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: min(calc(20vw* .2), 20px);
  }
  .sub_title .english {
    font-size: min(calc(25vw* .2), 25px);
  }
  .box_text {
    width: 86%;
    line-height: 1.7;
    margin: 0 auto min(calc(37vw* .2), 37px);
  }
  .text:not(:last-of-type) {
    margin-bottom: min(calc(10vw* .2), 10px);
  }
  .detail {
    text-align: left;
    margin: 0 auto min(calc(56vw* .2), 56px);
  }
  .block_link.font-geist {
    display: flex;
    justify-content: center;
    gap: 5%;
    font-size: min(calc(12vw* .2), 12px);
    color: #9f9f89;
    margin-bottom: min(calc(63vw* .2), 63px);
  }
  .btn_common {
    width: 33%;
  }
  .btn_common a {
    padding: min(calc(10vw* .2), 10px) 5%;
    border: 1px solid #9f9f89;
  }
  .img {
    margin-bottom: min(calc(60vw* .2), 60px);
  }
  .title_concept {
    margin-bottom: min(calc(26vw* .2), 26px);
  }
  .box_concept {
    font-size: min(calc(20vw* .2), 20px);
    line-height: 1.75;
  }
  .text_concept:not(:last-of-type) {
    margin: 0 auto min(calc(20vw* .2), 20px);
  }
}
/* conts_about */
.conts_about {
  color: #fff;
  background-color: #ad3e23;

  &::before {
    background-image: url(../img/about_bg_01.png);
  }
  .title_section {
    margin-bottom: min(calc(37vw* .2), 37px);
  }
  .sub_title {
    text-align: center;
    font-size: min(calc(22vw* .2), 22px);
    font-weight: 400;
    margin-bottom: min(calc(20vw* .2), 20px);
  }
  .box_text {
    text-align: center;
    line-height: 1.7;
    margin-bottom: min(calc(54vw* .2), 54px);
  }
  .box_text .text:not(:last-of-type) {
    margin-bottom: min(calc(18vw* .2), 18px);
  }
  .logo {
    width: min(calc(237vw* .2), 237px);
    margin: 0 auto min(calc(52vw* .2), 52px);
  }
  .img {
    width: 74%;
    margin: 0 auto;
  }
}
/* conts_special */
.conts_special {
  background-color: #196b6d;
  color: #fff;
  padding-bottom: 0;

  &::before {
    background-image: url(../img/menu_bg_01.png);
  }
  .title_section {
    margin-bottom: min(calc(60vw* .2), 60px);
  }
  .box_counter {
    padding: 0 5% min(calc(140vw* .2), 140px);
  }
  .title_box {
    margin-bottom: min(calc(20vw* .2), 20px);
  }
  .img {
    margin-bottom: min(calc(46vw* .2), 46px);
  }
  .box_text {
    text-align: center;
    line-height: 1.7;
  }
  .box_cafe .box_text {
    margin-bottom: min(calc(46vw* .2), 46px);
  }
  .box_text .text:not(:last-of-type) {
    margin-bottom: min(calc(18vw* .2), 18px);
  }
  .box_cafe {
    padding: min(calc(30vw* .2), 30px) 5% min(calc(116vw* .2), 116px);
    background-color: #2b3359;
    position: relative;
  }
  .box_cafe::before {
    content: "";
    display: block;
    width: 100%;
    height: min(calc(60vw* .2), 60px);
    background: linear-gradient(0deg, rgba(43, 51, 89, 1) 0%, rgba(43, 51, 89, 0) 100%);
    position: absolute;
    top: max(calc(-60vw* .2), -60px);
    left: 0;
  }
}
/* conts_summary */
.conts_summary {
  background-color: #f9f9e4;

  &::before {
    background-image: url(../img/summary_bg_01.png);
  }
  .title_summary {
    margin-bottom: min(calc(30vw* .2), 30px);
  }
  .block_detail {
    padding: min(calc(40vw* .2), 40px) 7% min(calc(40vw* .2), 40px);
    border: 1px solid #fefefe;
    border-radius: min(calc(10vw* .2), 10px);
    background-color: #f1f1e6;
  }
  .box:not(:last-child) {
    margin-bottom: min(calc(20vw* .2), 20px);
  }
  .box dt {
    font-size: min(calc(20vw* .2), 20px);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: min(calc(4vw* .2), 4px);
  }
  .box dd .time_header {
    display: inline-block;
    min-width: 25%;
  }
  .box dd .caution_text {
    text-indent: -1em;
    padding-left: 1em;
  }
  .box dd .text_link {
    display: inline-block;
    width: auto;
    text-decoration: underline;
  }
  .box dd .text_link:hover {
    text-decoration: none;
  }
  .map {
    margin: min(calc(28vw* .2), 28px) 0 min(calc(36vw* .2), 36px);
    aspect-ratio: 193/92;
    overflow: hidden;
    border-radius: min(calc(10vw* .2), 10px);
  }
  .map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .list_link {
    text-align: center;
    font-size: min(calc(16vw* .2), 16px);
    line-height: 1.3;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    padding-bottom: min(calc(16vw* .2), 16px);
    gap: 5%;
    flex-wrap: wrap;
  }
  .list_link li {
    width: 46%;
  }
  .list_link li a {
    padding: min(calc(12vw* .2), 12px) 3%;
    border: 1px solid #0e4764;
    transition-duration: .3s;
  }
  .list_link li a:hover {
    background-color: #0e4764;
    color: #fff;
  }
}

/* footer */
footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
  .list_footerlink {
    display: flex;
    gap: 9%;
    padding: min(calc(28vw* .2), 28px) 6% min(calc(34vw* .2), 31px);
    justify-content: center;
    margin-bottom: min(calc(10vw* .2), 10px);
  }
  .list_footerlink li {
    width: auto;
    height: min(calc(37vw* .2), 37px);
  }
  .list_footerlink img, .list_footerlink a {
    width: auto;
    height: 100%;
  }
  .copy {
    text-align: center;
    font-size: min(calc(10vw* .2), 10px);
    line-height: 1;
  }
}

@media screen and (max-width: 1150px) {
  .inner_logo, .inner_nav {
    display: none !important;
  }
  .inner_nav {
    width: 26%;
    left: 797px;
  }
  .header {
    display: none;
  }
}
@media screen and (min-width: 1151px) {
  #sp_navi_wrapper {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .nav-icon-wrap {
    top: 16px;
    right: 12px;
  }
}