@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, 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;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #000;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  opacity: 0.9;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-main {
  padding-top: 4rem;
}

.l-wrapper {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: 100rem;
}

.l-sec {
  padding: 1.75rem 0;
}
.l-sec01 {
  padding: 1.5rem 0;
}

header {
  z-index: 9999;
}

.l-header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  background-color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.l-header::before {
  position: absolute;
  content: "";
  bottom: -5.1rem;
  left: 0;
  width: 13.4rem;
  height: 5.2rem;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0 87%, 96% 0);
}

.header__Img {
  width: 8rem;
  position: absolute;
  content: "";
  top: 1rem;
  left: 1.5rem;
}

.header__right {
  margin-left: auto;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9.1666666667vw;
     -moz-column-gap: 9.1666666667vw;
          column-gap: 9.1666666667vw;
  row-gap: 0.5208333333vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__list {
  display: none;
}

.header__item {
  text-align: center;
}

.header__link {
  color: #000000;
}
.header__link span {
  font-weight: 600;
}

.header__txt {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}
.header__txt span {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}

.header__lang {
  margin-left: auto;
}

.header__langList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4166666667vw;
     -moz-column-gap: 0.4166666667vw;
          column-gap: 0.4166666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__option button {
  background: none;
  border: none;
  color: #898989;
}
.header__option button.active {
  color: #000000;
}

.drawer {
  display: block;
  margin-left: 2.3rem;
}
.drawer .active {
  opacity: 1;
  visibility: visible;
}
.drawer .active .drawer__button-border {
  border-bottom: solid 0.2rem #000000;
}
.drawer .active .drawer__button-border:nth-of-type(1) {
  -webkit-transform: translateY(0.7rem) rotate(-45deg);
          transform: translateY(0.7rem) rotate(-45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer .active .drawer__button-border:nth-of-type(3) {
  -webkit-transform: translateY(-0.9rem) rotate(45deg);
          transform: translateY(-0.9rem) rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer .active .drawer__button-border:nth-of-type(2) {
  opacity: 0;
}

.active {
  opacity: 1;
  visibility: visible;
}

.drawer__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.6rem;
  z-index: 999;
}

.drawer__button-border {
  width: 100%;
  border-bottom: solid 0.2rem #000000;
}

.drawer__menu {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(1300px);
          transform: translate(1300px);
  padding-top: 12.85rem;
  padding-bottom: 12.85rem;
}

.open {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.85rem;
  text-align: center;
}

.drawer__menuLink {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
  color: #000000;
  display: inline-block;
}
.drawer__menuLink span {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1.3125;
  text-align: center;
  color: #000000;
}

.lang-mt {
  margin-top: 1rem;
}

.l-footer {
  background-color: #002B69;
  padding-top: 3.65rem;
}
.l-footer .sec-ttl {
  color: #ffffff;
}

.footer__head .head__txt {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
}

.mail-address {
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  display: block;
}

.footer__logo {
  background-color: #ffffff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
}

.footer__link {
  display: inline-block;
}

.footer__img {
  width: 16.15rem;
}

.footer__bottom {
  padding-bottom: 3.5rem;
}

.footer__address {
  font-size: 0.9rem;
  line-height: 1.6666666667;
  text-align: center;
  color: #ffffff;
}

.footer__copy {
  display: block;
  font-size: 0.7rem;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  border-top: 0.05rem solid #ffffff;
}

#glt-translate-trigger {
  display: none;
}

.en {
  font-family: "Noto Serif", serif;
}

.sec-ttl {
  text-align: center;
}
.sec-ttl h2 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.sec-ttl span {
  font-size: 1rem;
  line-height: 1.6;
}

.sec-ttl.decoration-option::before {
  top: -4.4rem;
  right: -1.4rem;
}

.common-txt {
  font-size: 1rem;
  line-height: 2.5;
}

.common-txt02 {
  font-size: 0.9rem !important;
  line-height: 2.5 !important;
  text-align: center !important;
}

.txt-red {
  color: #e60012;
}

.txt-blue1 {
  color: #0091ca;
}

.txt-blue2 {
  color: #5dc2d0;
}

.pt2 {
  padding-top: 2rem;
}

.decoration-option {
  position: relative;
}
.decoration-option::before {
  position: absolute;
  content: "";
  width: 10.5rem;
  height: 9.05rem;
  z-index: 100;
  -webkit-filter: drop-shadow(0.2rem 0.1rem 0.5rem rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0.2rem 0.1rem 0.5rem rgba(0, 0, 0, 0.4));
}
.decoration-option.-noshadow::before {
  -webkit-filter: none;
          filter: none;
}
.decoration-option.-diving::before {
  background: url(../img/common/option-img-diving.png) center center/cover no-repeat;
}
.decoration-option.-wedding::before {
  background: url(../img/common/option-img-wedding.png) center center/cover no-repeat;
}

.sec-ttl.decoration-option::before {
  top: -6rem;
  right: -0.8rem;
}

.plan-container .common-txt {
  line-height: 1.5;
}

.plan-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan-ttl {
  position: relative;
  text-align: center;
}
.plan-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #898989;
}
.plan-ttl h3 {
  position: relative;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.2941176471;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  background-color: #ffffff;
}

.plan-txt {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.plan-container__img {
  padding: 1rem 0 2rem;
}

.plan-txt li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.plan-txt-lg {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  background-color: #e60012;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.plan-txt-lg02 {
  font-size: 1.7rem !important;
  line-height: 1.7647058824 !important;
  background-color: #e60012 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
}

.plan-txt-a {
  color: #0091ca;
  font-weight: 600 !important;
  text-decoration: underline;
}

.tel {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  display: block;
}

.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu__item:last-of-type {
  border-bottom: none;
}

.menu__itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.05rem solid #898989;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.menu__item:last-of-type .menu__itemBox {
  border-bottom: none;
}

.menu__txt {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
.menu__txt.-sm {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.menu__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}

.menu__txtS {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.menu__label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.3214285714;
  color: #ffffff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.0416666667vw;
}

.menu__label1 {
  background-color: #0091ca;
}

.menu__label2 {
  background-color: #000000;
}

.list__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
  width: 6.6rem;
}

.list__headWide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.9rem;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price .small {
  display: block;
  font-size: 0.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.price__txt {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
}

.weddingOpt {
	padding-top: 7rem;
}

.price__txtLg {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}

.reserveCheck {
  text-align: center;
}

.checkBox {
  background-color: #e60000;
  padding: 1rem 2rem;
  display: inline-block;
}
.checkBox .checkBox__input {
  display: none;
}
.checkBox .checkBox__label {
  position: relative;
  padding-left: 3rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
}
.checkBox .checkBox__label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  background-color: #fff;
}
.checkBox .checkBox__label::after {
  content: "";
  position: absolute;
  display: none;
  border-right: 0.2rem solid #000000;
  border-bottom: 0.2rem solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.6rem;
  left: 0.7rem;
  width: 0.7rem;
  height: 1.2rem;
}
.checkBox .checkBox__input:checked + .checkBox__label::after {
  display: block;
}

.after-check.disabled {
  pointer-events: none;
  text-decoration: none;
}

.navBar {
  width: 3rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
}
.navBar__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
}
.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navBar__line.line02.active {
  display: none;
}
.navBar__line.line03 {
  bottom: 0;
}
.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.common-btn1 {
  font-size: 2rem;
  line-height: 1.75;
  padding: 1.25rem 4.6rem;
  color: #ffffff;
  text-align: center;
}

.common-btn2 {
  padding: 1.25rem 2.75rem;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.03em;
}

.common-btn3 {
  padding: 0.9rem 4.05rem;
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
}

.common-btn3.arrowBottom::after {
  right: 1.2rem;
}

.arrow-btn {
  position: relative;
}
.arrow-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrowBottom::after {
  background: url("../img/common/arrow-bottom-white.png") center center/cover no-repeat;
  right: 0.8rem;
  width: 1.2rem;
  height: 0.6rem;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-color1 {
  background-color: #002B69;
}

.btn-color2 {
  background-color: #0091CA;
}

.btn-color3 {
  background-color: #5DC2D0;
}

.btn-color4 {
  background-color: #F39800;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}

.diving__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.diving__ttl h3,
.diving__ttl h3 span {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
.diving__ttl span {
  font-size: 1.2rem;
  line-height: 2.0833333333;
}

.diving__img {
  width: 22.7rem;
  margin-right: auto;
  margin-left: auto;
}

.circle {
  font-size: 0.65rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 0.25rem;
}

.diving__boxTxt {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
}

.attention__container {
  background-color: #002b69;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
}

.attention__ttl {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.attention__list .attention__txt::before {
  color: #ffffff;
}
.attention__list .common-txt {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}
.attention__list .common-txt::before {
  position: absolute;
  content: "※";
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  top: 0.4rem;
  left: 0;
}

.attention__txt {
  position: relative;
  color: #000000;
  padding-left: 1rem;
}
.attention__txt::before {
  position: absolute;
  content: "※";
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  top: 0.3rem;
  left: 0;
}

.divingGallery__txt {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

.divingSlide {
  max-width: 29.3rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.slide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.9rem;
  height: 2.3rem;
  border: none;
  cursor: pointer;
  z-index: 5;
}

.arrow-prev {
  background: url(../img/common/slider-arrow-left.png) center center/cover no-repeat;
  left: -2.7rem;
}

.arrow-next {
  background: url(../img/common/slider-arrow-right.png) center center/cover no-repeat;
  right: -2.7rem;
}

.sec-news {
  max-width: 80rem;
  margin: 0 auto;
}
.sec-news > * {
  margin-top: 2em;
}
.sec-news h2 {
  font-size: 1.6em;
}
.sec-news h3 {
  font-size: 1.4em;
}

.roomGallery__txt {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.roomGallery__list {
  display: -ms-grid;
  display: grid;
  gap: 2.7rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.amenities__btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2rem;
}
.amenities__btn .common-btn1 {
  width: 20rem;
}

.onlineShop__logo img {
  width: 10.85rem;
  height: 5.05rem;
}

.amenities__txt {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.amenities__img {
  max-width: 25.4rem;
  margin-right: auto;
  margin-left: auto;
}

.amenities__head {
  position: absolute;
  content: "";
  top: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.amenities__contents {
  border: 0.1rem solid #898989;
  padding: 3rem 3.3rem;
  position: relative;
  max-width: 25.4rem;
  margin-right: auto;
  margin-left: auto;
}

.amenities__item {
  text-align: center;
  letter-spacing: 0.1em;
}

.roomAbout__container .common-txt {
  letter-spacing: 0;
}

.roomAbout__list {
  list-style: decimal;
}

.roomAbout__item {
  text-align: left;
  margin-left: 1rem;
}

.concept .concept-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
}

.topInfo .arrow-btn::after {
  right: -2.4rem;
  background: url(../img/common/arrow-right-black.png) center center/cover no-repeat;
  width: 1.2rem;
  height: 1.2rem;
}

.topInfo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.topInfo__item {
  border-bottom: 0.2rem solid #000000;
}

.topInfo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
}
.topInfo__link time {
  width: 18.6rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.topInfo__itemTxt {
  font-size: 1.4rem;
  line-height: 2.9285714286;
  letter-spacing: 0;
}

.other-link {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}

.topSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5.5rem;
}

.topSlider__contents {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.topSlide {
  z-index: 100;
  margin-bottom: 3rem;
}

.topSlide__ttl {
  position: absolute;
  content: "";
  top: 16.4rem;
  right: 1.5rem;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  z-index: 200;
}

.topSlide__txt {
  position: absolute;
  content: "";
  top: 1rem;
  left: 1rem;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
  z-index: 200;
  letter-spacing: 0.1em;
}

.topSlide.decoration-option::before {
  top: -5px;
  left: 1.65rem;
}

.topAccess__head .head-txt {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  text-align: center;
  letter-spacing: 0.1em;
}

.address {
  font-size: 1rem;
  line-height: 2.5;
  text-align: center;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.iframe-wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topTourist__list {
  display: -ms-grid;
  display: grid;
  gap: 2.15rem 2.8rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.topTourist__txt {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.25;
}

.topTourist__img {
  margin-bottom: 0.75rem;
}

.wedding__container .list__headWide {
  width: 9rem;
}
.wedding__container .price__txtLg {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.1em;
}

.wedding__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wedding__ttl {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}
.wedding__ttl .wedding__ttlLg {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}

.wedding__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-main {
    padding-top: 4.5833333333vw;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-sec {
    padding: 7rem 0;
  }
  .l-sec01 {
    padding: 3.5rem 0;
  }
  .l-header {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    -webkit-column-gap: 3.125vw;
       -moz-column-gap: 3.125vw;
            column-gap: 3.125vw;
  }
  .l-header::before {
    bottom: -11.5625vw;
    width: 28.9583333333vw;
    height: 11.6145833333vw;
    clip-path: polygon(0 0, 0 100%, 96% 0);
  }
  .header__left {
    width: 13.3333333333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__Img {
    width: 13.3333333333vw;
    top: 2.0833333333vw;
    left: 1.8229166667vw;
  }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 7.6041666667vw;
       -moz-column-gap: 7.6041666667vw;
            column-gap: 7.6041666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
  }
  .header__link {
    font-size: 1rem;
    line-height: 1.3;
  }
  .header__txt {
    line-height: 1.3125;
    font-size: 1.6rem;
  }
  .header__langList {
    -webkit-column-gap: 0.4166666667vw;
       -moz-column-gap: 0.4166666667vw;
            column-gap: 0.4166666667vw;
  }
  .drawer {
    display: none;
  }
  .lang-mt {
    margin-top: 3rem;
  }
  .l-footer {
    padding-top: 14.2rem;
  }
  .footer__head .head__txt {
    font-size: 2rem;
    line-height: 2;
  }
  .mail-address {
    font-size: 4.8rem;
    line-height: 1;
  }
  .footer__logo {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .footer__img {
    width: 32.3rem;
  }
  .footer__bottom {
    padding-bottom: 17rem;
  }
  .footer__address {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
  .footer__copy {
    border-top: 0.1rem solid #ffffff;
    font-size: 1.4rem;
  }
  .sec-ttl h2 {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  .sec-ttl span {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
  .sec-ttl.decoration-option::before {
    top: -16.5rem;
    right: 0;
  }
  .common-txt {
    font-size: 1.6rem;
    line-height: 2.6875;
  }
  .common-txt02 {
    font-size: 1.6rem!important;
    line-height: 2.6875!important;
  }
  .decoration-option::before {
    width: 28.3rem;
    height: 24.5rem;
    -webkit-filter: drop-shadow(0.6rem 0.2rem 0.5rem rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0.6rem 0.2rem 0.5rem rgba(0, 0, 0, 0.4));
  }
  .sec-ttl.decoration-option::before {
    top: -21.6rem;
  }
  .plan .btn-wrapper {
    padding-top: 7rem;
  }
  .plan-ttl::before {
    height: 0.2rem;
  }
  .plan-ttl h3 {
    font-size: 2.4rem;
    line-height: 1.2916666667;
  }
  .plan-txt {
    font-size: 2rem;
    line-height: 2;
  }
  .plan-txt-lg {
    font-size: 2.8rem;
    line-height: 1.75;
  }
  .plan-txt-lg02 {
    font-size: 2.8rem !important;
    line-height: 1.75 !important;
  }
  .plan-container__img {
    padding: 2rem 0 4rem;
  }
  .tel {
    font-size: 1.8rem;
  }
  .menu__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
    border-bottom: 0.1rem solid #898989;
  }
  .menu__itemBox {
    border: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .menu__txt {
    font-size: 2rem;
    line-height: 2.25;
  }
  .menu__txt.-sm {
    font-size: 2rem;
  }
  .menu__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }
  .menu__txtS {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .menu__label {
    font-size: 2.4rem;
    line-height: 2.0833333333;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1rem;
  }
  .list__head {
    width: 11.5rem;
  }
  .list__headWide {
    width: 17rem;
  }
  .price .small {
    font-size: 0.9rem;
    line-height: 1;
  }
  .price__txt {
    font-size: 2rem;
    line-height: 1;
  }
  .weddingOpt {
	padding-top: 13rem;
  }
  .price__txtLg {
    font-size: 2.5rem;
    line-height: 2;
  }
  .checkBox {
    padding: 2rem 4rem;
  }
  .checkBox .checkBox__label {
    padding-left: 6rem;
    font-size: 2rem;
  }
  .checkBox .checkBox__label::before {
    width: 4.6rem;
    height: 4.6rem;
  }
  .checkBox .checkBox__label::after {
    top: 0.5rem;
    left: 1.3rem;
    width: 1.8rem;
    height: 3rem;
    border-right: 0.3rem solid #000;
    border-bottom: 0.3rem solid #000;
  }
  .common-btn1 {
    padding: 1.5rem 7.1rem;
    font-size: 2rem;
    line-height: 2.3;
  }
  .common-btn2 {
    padding: 2.5rem 9.9rem;
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .common-btn3 {
    padding: 3.4rem 8.1rem;
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .common-btn3.arrowBottom::after {
    right: 2rem;
  }
  .arrowBottom::after {
    right: 3rem;
    width: 3.2rem;
    height: 1.6rem;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
  .diving__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
  .diving__ttl h3,
  .diving__ttl h3 span {
    font-size: 6.2rem;
    line-height: 1;
  }
  .diving__ttl span {
    font-size: 2.4rem;
  }
  .diving__img {
    width: 45rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -10rem;
  }
  .circle {
    font-size: 1rem;
    margin-right: 0.3rem;
  }
  .diving__boxTxt {
    font-size: 2.4rem;
  }
  .attention__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem;
  }
  .attention__ttl {
    font-size: 4.8rem;
    text-align: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .attention__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .attention__list .common-txt {
    line-height: 1.625;
  }
  .attention__list .common-txt::before {
    top: 0.6rem;
    font-size: 1.8rem;
  }
  .attention__txt {
    padding-left: 2rem;
  }
  .attention__txt::before {
    font-size: 1.8rem;
  }
  .divingGallery__txt {
    font-size: 2rem;
    line-height: 1;
  }
  .divingSlide {
    max-width: 76rem;
  }
  .slide__arrow {
    width: 3.3rem;
    height: 6.7rem;
  }
  .arrow-prev {
    left: -12rem;
  }
  .arrow-next {
    right: -12rem;
  }
  .roomGallery__txt {
    font-size: 2rem;
    line-height: 2;
  }
  .roomGallery__list {
    gap: 5rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .amenities .sec-ttl {
    padding-bottom: 3.5rem;
  }
  .amenities__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin-left: 24.5rem;
  }
  .amenities__btn .common-btn1 {
    width: 31rem;
  }
  .onlineShop__logo img {
    width: 21.7rem;
    height: 10.1rem;
  }
  .amenities__txt {
    font-size: 2rem;
    line-height: 2;
  }
  .amenities__img {
    max-width: 50rem;
  }
  .amenities__head {
    top: -3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .amenities__contents {
    padding: 5rem 6rem;
    border: 0.1rem solid #898989;
    max-width: 45.8rem;
  }
  .roomAbout__item {
    margin-left: 1.9rem;
  }
  .concept .concept-txt {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2;
  }
  .topInfo .arrow-btn::after {
    right: -4.8rem;
    width: 2rem;
    height: 2rem;
  }
  .topInfo__list {
    row-gap: 0.5rem;
  }
  .topInfo__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
  .topInfo__link time {
    font-size: 1.6rem;
    line-height: 3.4375;
  }
  .topInfo__itemTxt {
    font-size: 1.6rem;
    line-height: 3.4375;
  }
  .other-link {
    font-size: 2rem;
    line-height: 2.2;
  }
  .topSlider {
    row-gap: 15rem;
  }
  .topSlide {
    margin-bottom: 8rem;
  }
  .topSlide__ttl {
    font-size: 6rem;
    right: 4.5rem;
    top: 4.5rem;
    line-height: 1;
  }
  .topSlide__txt {
    top: 5rem;
    left: 5rem;
    font-size: 2rem;
    line-height: 1.6;
  }
  .topSlide.decoration-option::before {
    top: 0;
    left: 10rem;
  }
  .topAccess__head .head-txt {
    font-size: 2rem;
    line-height: 2;
  }
  .address {
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .topAccess__img {
    max-width: 73.4rem;
    margin-bottom: 2rem;
    margin-right: auto;
    margin-left: auto;
  }
  .iframe-wrap::before {
    padding-top: 46%;
  }
  .topTourist__list {
    gap: 7.5rem 8rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .topTourist__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .topTourist__img {
    margin-bottom: 2rem;
  }
  .wedding__container .list__headWide {
    width: 17rem;
  }
  .wedding__container .price__txt {
    font-size: 2.7rem;
    line-height: 1;
  }
  .wedding__container .price__txtLg {
    font-size: 3.3rem;
    line-height: 2.0303030303;
  }
  .wedding__container .small {
    font-size: 1.2rem;
    line-height: 1;
  }
  .wedding__box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
    margin-bottom: 1.5rem;
  }
  .wedding__ttl {
    font-size: 5rem;
    line-height: 1.06;
  }
  .wedding__ttl .wedding__ttlLg {
    font-size: 7.2rem;
    line-height: 1;
  }
}
/*# sourceMappingURL=style.css.map */
