@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  scroll-behavior: smooth;
}
html body {
  font-family: "Noto Sans JP";
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  color: #2F3033;
  font-size: 1.6rem;
}
html body .cf::before, html body .cf::after {
  display: table;
  clear: both;
  content: "";
}
html body .alpha {
  -webkit-transition: opacity 450ms !important;
  transition: opacity 450ms !important;
}
html body .alpha :hover {
  opacity: 0.7 !important;
}
html body .center {
  text-align: center;
}
html body .flex {
  display: flex;
}
html body .xl {
  display: none;
}
@media screen and (max-width: 1400px) {
  html body .xl {
    display: block;
  }
}
html body .lg {
  display: none;
}
@media screen and (max-width: 1199px) {
  html body .lg {
    display: block;
  }
}
html body .pc-lg {
  display: block;
}
@media screen and (max-width: 1199px) {
  html body .pc-lg {
    display: none;
  }
}
html body .sm {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sm {
    display: block;
  }
}
html body .xs {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .xs {
    display: block;
  }
}
html body .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}
html body .jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
html body .wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
html body header {
  position: fixed;
  width: 100%;
  color: #00425A;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  html body header {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  html body header {
    height: 60px;
    background-color: #fff;
  }
}
html body header .header-inner {
  position: relative;
  max-width: 100%;
  padding: 0;
}
html body header .header-inner .nav {
  position: relative;
  /* active時 */
}
html body header .header-inner .nav .logo {
  display: block;
  position: absolute;
  top: 5px;
  left: 90px;
}
@media screen and (max-width: 1800px) {
  html body header .header-inner .nav .logo {
    top: 30px;
    left: 5px;
  }
}
@media screen and (max-width: 1199px) {
  html body header .header-inner .nav .logo {
    top: 5px;
  }
}
@media screen and (max-width: 1400px) {
  html body header .header-inner .nav .logo h1 img {
    max-width: 110px;
  }
}
@media screen and (max-width: 991px) {
  html body header .header-inner .nav .logo h1 img {
    max-width: 97px;
    height: 50px;
  }
}
html body header .header-inner .nav .reserve-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  html body header .header-inner .nav .reserve-sp {
    display: block;
    position: absolute;
    right: 100px;
    top: 21px;
  }
  html body header .header-inner .nav .reserve-sp a {
    background-color: #00425A;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 50px;
    white-space: nowrap;
  }
}
html body header .header-inner .nav .menubtn {
  display: none;
}
@media screen and (max-width: 991px) {
  html body header .header-inner .nav .menubtn {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    color: #00425A;
    font-weight: 700;
    z-index: 1;
    line-height: 1;
  }
}
html body header .header-inner .nav .menubtn.active {
  font-size: 0;
}
html body header .header-inner .nav .menubtn.active::after {
  content: "×";
  font-size: 4rem;
  line-height: 1;
  color: #00425A;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 0;
}
html body header .header-inner .nav nav {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2.5rem 4rem 2.5rem 0;
}
@media screen and (max-width: 1600px) {
  html body header .header-inner .nav nav {
    padding: 2.5rem 0 2.5rem 0;
  }
}
@media screen and (max-width: 1400px) {
  html body header .header-inner .nav nav {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  html body header .header-inner .nav nav .nav-inner {
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
    position: fixed;
    right: -100%;
    top: 0;
    background-color: #fff;
    transition: right 0.3s ease;
  }
  html body header .header-inner .nav nav .nav-inner.open {
    right: 0;
  }
}
html body header .header-inner .nav nav .nav-inner ul {
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
  html body header .header-inner .nav nav .nav-inner ul {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 991px) {
  html body header .header-inner .nav nav .nav-inner ul {
    flex-direction: column;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 575px) {
  html body header .header-inner .nav nav .nav-inner ul {
    padding-top: 3rem;
  }
}
html body header .header-inner .nav nav .nav-inner ul li {
  width: auto;
  text-align: center;
  padding: 0 2rem;
}
@media screen and (max-width: 1600px) {
  html body header .header-inner .nav nav .nav-inner ul li {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1400px) {
  html body header .header-inner .nav nav .nav-inner ul li {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  html body header .header-inner .nav nav .nav-inner ul li {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body header .header-inner .nav nav .nav-inner ul li {
    padding: 2.3rem 0;
  }
}
html body header .header-inner .nav nav .nav-inner ul li a {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  html body header .header-inner .nav nav .nav-inner ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  html body header .header-inner .nav nav .nav-inner ul li a {
    font-size: 2rem;
  }
}
html body header .header-inner .nav nav .nav-inner ul li.reservation a {
  background-color: #00425A;
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 50px;
  white-space: nowrap;
}
html body footer {
  padding: 5rem 0 7rem;
  background-color: #fff;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  html body footer {
    padding: 3rem 0 7rem;
    margin-top: 6rem;
  }
}
html body footer .wrapper .logo-wrap .item {
  float: left;
  width: 33%;
  height: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .logo-wrap .item {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .logo-wrap .item:first-child {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .logo-wrap .item:nth-child(n+2) {
    width: 50%;
  }
}
html body footer .wrapper .logo-wrap .item .logo h1 img {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .logo-wrap .item .logo h1 img {
    max-width: 250px;
  }
}
html body footer .wrapper .logo-wrap .item.item-chiba .chiba {
  font-size: 4.8rem;
  font-weight: 700;
  color: #00425A;
  padding: 0 5rem;
  text-align: center;
  line-height: 150px;
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .logo-wrap .item.item-chiba .chiba {
    line-height: 79px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 575px) {
  html body footer .wrapper .logo-wrap .item.item-chiba .chiba {
    white-space: nowrap;
  }
}
html body footer .wrapper .logo-wrap .item .sennamiken {
  width: 100%;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .logo-wrap .item .sennamiken {
    max-width: 170px;
  }
}
html body footer .wrapper .secretariat {
  font-size: 2.6rem;
  font-weight: 800;
  color: #00425A;
  text-align: center;
  padding: 4rem 0 3rem;
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .secretariat {
    font-size: 1.7rem;
    padding: 3rem 0;
  }
}
html body footer .wrapper .contact {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .contact {
    font-size: 1.5rem;
    line-height: 1.733;
    padding-bottom: 3rem;
  }
}
html body footer .wrapper .page-link {
  justify-content: space-evenly;
  padding-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .page-link {
    display: block;
    padding-bottom: 3rem;
  }
}
html body footer .wrapper .page-link a {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .page-link a {
    font-size: 1.5rem;
    line-height: 1.733;
  }
}
html body footer .wrapper .copyright {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body footer .wrapper .copyright {
    font-size: 1.5rem;
  }
}
html body main h1.basic-jp-title {
  font-weight: 800;
  font-size: 4rem;
  color: #00425A;
}
@media screen and (max-width: 767px) {
  html body main h1.basic-jp-title {
    font-size: 2rem;
  }
}
html body main h2.basic-title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 500;
  font-size: 6rem;
  text-align: center;
  color: #03B8C5;
  padding-bottom: 5rem;
}
html body main h2.basic-index-title {
  text-align: center;
  position: relative;
}
html body main h2.basic-index-title p.en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 200;
  font-size: 15rem;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  html body main h2.basic-index-title p.en {
    font-size: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  html body main h2.basic-index-title p.en {
    font-size: 9rem;
  }
}
@media screen and (max-width: 991px) {
  html body main h2.basic-index-title p.en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  html body main h2.basic-index-title p.en {
    font-size: 4rem;
  }
}
html body main h2.basic-index-title p.jp {
  font-weight: 800;
  font-size: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
  color: #00425A;
}
@media screen and (max-width: 767px) {
  html body main h2.basic-index-title p.jp {
    font-size: 2rem;
  }
}
html body main h3.basic-index-title {
  text-align: center;
  position: relative;
}
html body main h3.basic-index-title p.en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 200;
  font-size: 7.7rem;
  color: #E8F2FF;
}
@media screen and (max-width: 767px) {
  html body main h3.basic-index-title p.en {
    font-size: 2rem;
    color: #03B8C5;
    font-weight: 500;
  }
}
html body main h3.basic-index-title p.jp {
  font-weight: 800;
  font-size: 4rem;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto 0;
  color: #00425A;
}
@media screen and (max-width: 767px) {
  html body main h3.basic-index-title p.jp {
    font-size: 2rem;
    font-weight: 600;
    position: static;
    padding-bottom: 1rem;
  }
}
html body main .back a {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  border: 1px solid;
  color: #00425A;
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 999px;
  margin: 5rem auto 0;
  width: 275px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .back a {
    font-size: 1.7rem;
    margin: 3rem auto 0;
    width: 200px;
  }
}
html body .reservationlink {
  position: fixed;
  right: 10px;
  bottom: 150px;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  html body .reservationlink {
    bottom: 130px;
  }
}
@media screen and (max-width: 991px) {
  html body .reservationlink {
    right: auto;
    bottom: 0;
    width: 100%;
    z-index: 0;
    /* iPhoneの画面下部の余白を考慮する */
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #03B8C5; /* 画像の色に合わせる */
  }
}
html body .reservationlink a {
  background-color: #03B8C5;
  color: #fff;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  display: block;
}
@media screen and (max-width: 1600px) {
  html body .reservationlink a {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1400px) {
  html body .reservationlink a {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 1199px) {
  html body .reservationlink a {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  html body .reservationlink a {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 991px) {
  html body .reservationlink a {
    width: 100%;
    border-radius: 0;
    height: 45px;
  }
}
html body .reservationlink a .textwrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 65px;
}
@media screen and (max-width: 1400px) {
  html body .reservationlink a .textwrap {
    height: 58px;
  }
}
@media screen and (max-width: 1199px) {
  html body .reservationlink a .textwrap {
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  html body .reservationlink a .textwrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
html body .reservationlink a .textwrap p {
  text-align: center;
}
html body .reservationlink a .textwrap p.jp {
  font-weight: 500;
  font-size: 3rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1400px) {
  html body .reservationlink a .textwrap p.jp {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  html body .reservationlink a .textwrap p.jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  html body .reservationlink a .textwrap p.jp {
    padding-right: 1rem;
  }
}
html body .reservationlink a .textwrap p.en {
  font-weight: 600;
  font-style: italic;
  font-size: 2.4rem;
  letter-spacing: 0.086em;
}
@media screen and (max-width: 1400px) {
  html body .reservationlink a .textwrap p.en {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1199px) {
  html body .reservationlink a .textwrap p.en {
    font-size: 1.7rem;
  }
}
html body .pagetop {
  position: fixed;
  right: 50px;
  bottom: 30px;
  background-color: #00425A;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  display: none;
}
@media screen and (max-width: 1600px) {
  html body .pagetop {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 1400px) {
  html body .pagetop {
    width: 80px;
    height: 80px;
    right: 43px;
  }
}
@media screen and (max-width: 1199px) {
  html body .pagetop {
    right: 33px;
  }
}
@media screen and (max-width: 991px) {
  html body .pagetop {
    right: 10px;
    bottom: 55px;
    width: 55px;
    height: 55px;
  }
}
html body .pagetop:hover {
  cursor: pointer;
}
html body .pagetop p {
  text-align: center;
}
html body .pagetop p.jp {
  font-weight: 500;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  html body .pagetop p.jp {
    font-size: 1.2rem;
    top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  html body .pagetop p.jp {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body .pagetop p.jp {
    display: none;
  }
}
html body .pagetop .arrowtop::before {
  content: "";
  width: 40px;
  height: 40px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 25px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1400px) {
  html body .pagetop .arrowtop::before {
    width: 30px;
    height: 30px;
    top: 22px;
  }
}
@media screen and (max-width: 991px) {
  html body .pagetop .arrowtop::before {
    top: 22px;
    width: 20px;
    height: 20px;
    border-top: solid 2px;
    border-right: solid 2px;
  }
}
html body .notfound {
  padding: 15rem 0 10rem;
  background-color: #DCF5F8;
}
html body .notfound h1 {
  padding-bottom: 1rem;
}
html body .notfound h2 {
  color: #00425A;
  font-weight: 600;
  font-size: 2rem;
  padding: 2rem 0 4rem;
}
@media screen and (max-width: 767px) {
  html body .notfound h2 {
    font-size: 1.7rem;
  }
}

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