*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

ul, ol, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fluid_img {
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

html {
  font-size: 7.5px;
}

.in_bl {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp_inline {
    display: inline;
  }
}

.imgalpha {
  transition: 0.5s;
}
.imgalpha:hover {
  opacity: 0.6;
}

.wraper {
  overflow: hidden;
  min-width: 795px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .wraper {
    min-width: 100%;
  }
}

.inner {
  width: 1024.5px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mv_yoyaku {
    display: none;
  }
}

.cont_ttl {
  text-align: center;
  letter-spacing: 0.25em;
  color: #0e335b;
  font-weight: 500;
  z-index: 500;
  position: relative;
}
.cont_ttl::after {
  height: 2.25px;
  width: 33px;
  background-color: #0e335b;
  content: "";
  display: block;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .cont_ttl::after {
    height: 1px;
    width: 7.0666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.cont_ttl .cont_ttlIco {
  width: 30px;
  display: block;
  margin: 0 auto 11.25px;
}
@media screen and (max-width: 768px) {
  .cont_ttl .cont_ttlIco {
    width: 6vw;
    margin-bottom: 2.6666666667vw;
  }
}
.cont_ttl .cont_ttlTtl {
  font-size: 42.75px;
  letter-spacing: 0.25em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cont_ttl .cont_ttlTtl {
    font-size: 9.0666666667vw;
  }
}
.cont_ttl .cont_ttlTtl .cont_ttlTtlSmall {
  font-size: 80%;
}

.introduction_btn {
  font-size: 22.5px;
  width: 380.25px;
  height: 72.75px;
  border-radius: 72.75px;
  border: 1px solid #1a1a1a;
  display: flex;
  justify-content: baseline;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1a1a1a;
  margin: 0 auto;
  background-image: url(../images/introduction_ico01.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 31.5px;
  font-weight: 500;
  letter-spacing: 0.19em;
  transition: 0.3s;
}
.introduction_btn:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  background-image: url(../images/introduction_ico02.svg);
}
@media screen and (max-width: 768px) {
  .introduction_btn {
    width: 80vw;
    height: 15.3333333333vw;
    border-radius: 15.3333333333vw;
    font-size: 4.5333333333vw;
    background-position: 95% 50%;
    letter-spacing: 0.19em;
    background-size: 6.6666666667vw;
  }
}
.introduction_btn .introduction_small {
  font-size: 19.5px;
  position: relative;
  bottom: -2.25px;
}
@media screen and (max-width: 768px) {
  .introduction_btn .introduction_small {
    font-size: 4vw;
    font-size: 4vw;
    position: relative;
    bottom: -0.4vw;
  }
}

.mv {
  height: 100%;
  overflow: hidden;
  height: 810px;
}
@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    height: auto;
  }
}
.mv .inner {
  position: relative;
}
.mv .mv_linkLogo {
  width: 160.5px;
  position: absolute;
  left: 26.25px;
  top: 22.5px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv .mv_linkLogo {
    width: 28.5333333333vw;
    left: 3.7333333333vw;
    top: 4.2666666667vw;
  }
}
.mv .mv_yoyaku {
  width: 69px;
  width: 58.5px;
  position: fixed;
  right: 0;
  top: 155.25px;
  z-index: 1000;
}
@media screen and (max-width: 1000px) {
  .mv .mv_yoyaku {
    width: 10%;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_yoyaku {
    width: 100%;
    bottom: 0;
    top: auto;
  }
}
.mv .mv_ttl {
  width: 588px;
  position: absolute;
  top: 185.25px;
  left: 93.75px;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .mv .mv_ttl {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl {
    width: 89.6vw;
    top: 28.5333333333vw;
    left: 4.6666666667vw;
  }
}
.mv .swiper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 814.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv .swiper img {
    height: auto;
  }
}

.page_nav {
  width: 100%;
  background-color: #f4f0ef;
}
@media screen and (max-width: 768px) {
  .page_nav {
    padding: 0vw 0.6666666667vw;
  }
}
.page_nav .page_navListWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page_nav .page_navListWrap {
    flex-wrap: wrap;
    padding: 2vw 0;
  }
}
.page_nav li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_nav li {
    padding: 2vw;
    padding-right: 3.3333333333vw;
  }
}
.page_nav li::after {
  content: "";
  width: 2px;
  display: block;
  height: 50.25px;
  background-color: #0e335b;
  position: absolute;
  right: 0;
  top: 12.75px;
}
@media screen and (max-width: 768px) {
  .page_nav li::after {
    width: 1px;
    height: 13.0666666667vw;
    top: 0vw;
  }
}
.page_nav li:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_nav li:nth-child(even)::after {
    display: none;
  }
  .page_nav li::before {
    content: "";
    width: 42.8vw;
    display: block;
    height: 1px;
    background-color: #0e335b;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .page_nav li:nth-of-type(1)::before {
    right: 0;
    right: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .page_nav li:nth-of-type(2)::before {
    right: 0;
    right: 2vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .page_nav li:nth-of-type(3)::after {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .page_nav li:nth-of-type(3)::before, .page_nav li:nth-of-type(4)::before {
    display: none;
  }
}
.page_nav a {
  height: 75px;
  width: 100%;
  width: 232.5px;
  font-size: 15.75px;
  font-weight: 700;
  letter-spacing: 0.27em;
  color: #0e335b;
  line-height: 1.52;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-image: url(../images/nav_ico01.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 12.75px;
}
@media screen and (max-width: 1100px) {
  .page_nav a {
    width: 187.5px;
  }
}
@media screen and (max-width: 768px) {
  .page_nav a {
    width: 42.8vw;
    height: 11.4666666667vw;
    line-height: 1.44;
    font-size: 3.7333333333vw;
    background-size: 3.8666666667vw;
    padding-right: 4vw;
    background-position: 96% 50%;
  }
}

.introduction {
  padding: 105px 0 0;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding: 12vw 0 0;
  }
}
.introduction .introduction_txt {
  font-size: 19.5px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 75px;
  font-weight: 600;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_txt {
    font-size: 4.4vw;
    margin-bottom: 13.3333333333vw;
    line-height: 2.3;
    letter-spacing: 0.22em;
  }
}

.appeal {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .appeal {
    margin-top: 16vw;
  }
}
.appeal .appeal_inner {
  background-color: #f4f0ef;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 97.5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .appeal .appeal_inner {
    max-width: 100%;
    padding-top: 2.6666666667vw;
    padding-bottom: 9.3333333333vw;
  }
}
.appeal .cont_ttl {
  margin-bottom: 123.75px;
}
@media screen and (max-width: 768px) {
  .appeal .cont_ttl {
    margin-bottom: 13.3333333333vw;
  }
}
.appeal .appeal_contList {
  display: flex;
  gap: 67.5px;
  overflow: hidden;
  margin-bottom: 93.75px;
}
.appeal .appeal_contList:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contList {
    display: block;
    margin-bottom: 14vw;
  }
}
.appeal .appeal_contListInner {
  margin: 0 auto;
  display: flex;
  gap: 67.5px;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1300px) {
  .appeal .appeal_contListInner {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contListInner {
    display: block;
    padding: 0;
  }
}
.appeal .appeal_contListCont {
  max-width: 390px;
}
@media screen and (max-width: 1200px) {
  .appeal .appeal_contListCont {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contListCont {
    max-width: 68.6666666667vw;
    margin: 5.3333333333vw auto 0;
    width: 68.6666666667vw;
  }
}
.appeal .appeal_contListContTtlLine {
  height: 2px;
  background-color: #0e335b;
  width: 50vw;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contListContTtlLine {
    width: 100vw;
    height: 1px;
  }
}
.appeal .appeal_contListContTtl {
  position: relative;
  padding-bottom: 18.75px;
  margin-bottom: 22.5px;
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contListContTtl {
    max-width: 69.3333333333vw;
    margin: 0 auto;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    margin-top: 13.3333333333vw;
  }
}
.appeal .appeal_contListContTtlEn {
  width: 100%;
  max-width: 375px;
  display: block;
  margin-bottom: 22.5px;
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contListContTtlEn {
    width: 66.2666666667vw;
    margin-bottom: 4vw;
  }
}
.appeal .appeal_contListContTtlJa {
  font-size: 30.75px;
  color: #0e335b;
  font-weight: 700;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contListContTtlJa {
    font-size: 6vw;
    letter-spacing: 0.08em;
  }
}
.appeal .appeal_contListContTxt {
  max-width: 373.5px;
  font-size: 15px;
  line-height: 2.25;
  font-weight: 700;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contListContTxt {
    max-width: 69.2vw;
    font-size: 3.3333333333vw;
    line-height: 2;
    margin-bottom: 10.6666666667vw;
  }
}
.appeal .appeal_contListImg {
  max-width: 666px;
  margin-top: 11.25px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contListImg {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contListContImg {
    right: -16.6666666667vw;
    width: 68.2666666667vw;
    position: relative;
  }
}
.appeal .appeal_contListContImg {
  margin-top: 52.5px;
  margin-left: -120px;
  max-width: 391.5px;
}
@media screen and (max-width: 1450px) {
  .appeal .appeal_contListContImg {
    margin-left: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .appeal .appeal_contListContImg {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .appeal .appeal_contListContImg {
    margin-top: 10.6666666667vw;
  }
}
.appeal .list01 .appeal_contListContTtlEn {
  width: 73.3333333333vw;
}
.appeal .list02 .appeal_contListContTtlEn {
  width: 322.5px;
}
@media screen and (max-width: 768px) {
  .appeal .list02 .appeal_contListContTtlEn {
    width: 66.2666666667vw;
  }
}
.appeal .list02 .appeal_contListInner {
  flex-direction: unset;
}
@media screen and (max-width: 1200px) {
  .appeal .list02 .appeal_contListInner {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .appeal .list02 .appeal_contListInner {
    padding-right: 0;
  }
}
.appeal .list02 .appeal_contListContTtlLine {
  right: auto;
  left: auto;
}
@media screen and (max-width: 768px) {
  .appeal .list02 .appeal_contListContTxt {
    width: 73.3333333333vw;
    max-width: 73.3333333333vw;
  }
}
.appeal .list02 .appeal_contListContImg {
  margin-left: 120px;
  margin-right: -120px;
}
@media screen and (max-width: 1450px) {
  .appeal .list02 .appeal_contListContImg {
    margin-left: 30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .appeal .list02 .appeal_contListContImg {
    margin-left: -33.6vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .appeal .list03 .appeal_contListContTtlLine {
    right: auto;
    left: auto;
  }
}

.reason {
  padding-top: 67.5px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .reason {
    padding-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.reason .cont_ttl {
  margin-bottom: 101.25px;
}
@media screen and (max-width: 768px) {
  .reason .cont_ttl {
    margin-bottom: 11.3333333333vw;
  }
}
.reason .cont_ttlTtlTop {
  font-size: 26.25px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 22.5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .reason .cont_ttlTtlTop {
    font-size: 4.9333333333vw;
    margin-top: 4.6666666667vw;
  }
}
.reason .cont_ttlTtlBottom {
  width: 241.5px;
  display: table;
  margin: 15px auto 30px;
}
@media screen and (max-width: 768px) {
  .reason .cont_ttlTtlBottom {
    width: 53.3333333333vw;
    margin: 3.3333333333vw auto 5.3333333333vw;
  }
}
.reason .reason_inner {
  width: 100%;
  max-width: 1057.5px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .reason .reason_inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_inner {
    padding: 0 6.6666666667vw;
  }
}
.reason .reason_listImg {
  max-width: 488.25px;
  width: 47%;
  padding-top: 11.25px;
}
@media screen and (max-width: 768px) {
  .reason .reason_listImg {
    width: 100%;
    padding-top: 0;
    max-width: 100%;
    margin-bottom: 11.3333333333vw;
  }
}
.reason .reason_listCont {
  max-width: 390px;
}
@media screen and (max-width: 1300px) {
  .reason .reason_listCont {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  .reason .reason_listCont {
    width: 100%;
    max-width: 100%;
    padding: 0 8.2666666667vw;
  }
}
.reason .reason_list {
  display: flex;
  gap: 41.25px;
  flex-direction: row-reverse;
  margin-bottom: 112.5px;
}
@media screen and (max-width: 768px) {
  .reason .reason_list {
    display: block;
    margin-bottom: 12.6666666667vw;
  }
}
.reason .reason_listContNum {
  width: 198px;
  margin-bottom: 26.25px;
  display: block;
}
@media screen and (max-width: 768px) {
  .reason .reason_listContNum {
    width: 35.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.reason .list02 .reason_listContTtl {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .reason .list02 .reason_listContTtl {
    width: 72vw;
  }
}
.reason .reason_listContTtl {
  font-size: 28.5px;
  color: #0e335b;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-bottom: 18.75px;
}
@media screen and (max-width: 768px) {
  .reason .reason_listContTtl {
    font-size: 6vw;
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0.06em;
  }
}
.reason .reason_listContTxt {
  font-size: 15px;
  letter-spacing: 0.13em;
  line-height: 2.25;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .reason .reason_listContTxt {
    font-size: 3.3333333333vw;
    letter-spacing: 0.11em;
    line-height: 2;
  }
}
.reason .reason_listContTxt .annotation {
  font-size: 15.9999999997px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .reason .reason_listContTxt .annotation {
    font-size: 2.9333333333vw;
    white-space: nowrap;
  }
}
.reason .list02,
.reason .list04 {
  flex-direction: unset;
  gap: 60px;
}

.roomTour {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .roomTour {
    padding: 0 3.3333333333vw;
  }
}
.roomTour .cont_ttlTtl {
  display: table;
  font-size: 35.25px;
  margin: 22.5px auto 22.5px;
}
@media screen and (max-width: 768px) {
  .roomTour .cont_ttlTtl {
    font-size: 8vw;
    margin: 4vw auto 4vw;
    line-height: 1.33;
    letter-spacing: 0.08em;
  }
}
.roomTour .introduction_btn {
  margin-top: 45px;
  font-size: 19.5px;
  letter-spacing: 0.025em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .roomTour .introduction_btn {
    margin-top: 10vw;
    font-size: 4.1333333333vw;
  }
}
.roomTour .tab-label {
  color: White;
  background: #dcd6d4;
  padding: 2.25px 9px;
  cursor: pointer;
  display: inline-block;
  border-radius: 18.75px 18.75px 0 0;
  border-left: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .roomTour .tab-label {
    padding: 3px;
    font-size: min(3vw, 18px);
    border-radius: 5px 5px 0 0;
  }
}
.roomTour .tab-content {
  max-width: 900px;
  display: none;
  padding: 7.5px;
  background: #f4f0ef;
  border: 1px solid #1a1a1a;
}
.roomTour .tab-switch:checked + .tab-label {
  background: #7a7878;
  opacity: 1;
  color: #ffffff;
}
.roomTour #TAB-01:checked ~ #TAB-01-content,
.roomTour #TAB-02:checked ~ #TAB-02-content,
.roomTour #TAB-03:checked ~ #TAB-03-content,
.roomTour #TAB-04:checked ~ #TAB-04-content,
.roomTour #TAB-05:checked ~ #TAB-05-content {
  display: block;
}
.roomTour .tab-switch {
  display: none;
}
.roomTour .reason {
  background-color: #e8ebee;
  padding-top: 90px;
  padding-bottom: 97.5px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .roomTour .reason {
    padding-top: 67.5px;
    padding-bottom: 666px 48;
    margin-top: -36px;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .reason ._inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-list-wrap {
    margin-top: 15px;
  }
}
.roomTour .reason .reason-list-wrap .list {
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-list-wrap .list {
    margin-top: 7.5px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-list-wrap .list:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.roomTour .reason .reason-list-wrap .list:nth-child(even) .reason-text {
  order: 1;
  left: auto;
  right: 11.25px;
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-list-wrap .list:nth-child(even) .reason-text {
    right: inherit;
    left: 15px;
    padding: 12.75px 23.25px 18px 12.75px;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-list-wrap .list:nth-child(even) .reason-img {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-list-wrap .list + .list {
    margin-top: 15px;
  }
}
.roomTour .reason .reason-list-wrap .reason-text {
  background-color: #ffffff;
  height: auto;
  padding: 15px 25.5px;
  width: 100%;
  max-width: 465px;
  left: 11.25px;
  position: relative;
  color: #183358;
  line-height: 2;
  min-height: 202.5px;
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-list-wrap .reason-text {
    font-size: 5rem;
    line-height: 1.8;
    max-width: 100%;
    padding: 12.75px 12.75px 18px 23.25px;
    left: initial;
    right: 14.25px;
    top: 12.75px;
    min-height: initial;
  }
}
.roomTour .reason .reason-list-wrap .reason-text .head {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-list-wrap .reason-text .head {
    font-size: 1.9rem;
  }
}
.roomTour .reason .reason-list-wrap .reason-text .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-list-wrap .reason-text .text {
    font-size: 1.3rem;
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-img {
    width: calc(100% - 15px);
    margin-left: auto;
  }
}
.roomTour .reason .reason-img img {
  aspect-ratio: 600/320;
}
@media screen and (max-width: 767px) {
  .roomTour .reason .reason-img img {
    width: 100%;
  }
}
.roomTour .reason ._btn-wrap {
  margin-top: 56.25px;
}
@media screen and (max-width: 767px) {
  .roomTour .reason ._btn-wrap {
    padding: 0 15px;
    margin-top: 24.75px;
  }
}
.roomTour .place {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .roomTour .place {
    margin-top: 36px;
  }
}
.roomTour .place ._inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #1a1a1a;
  margin-top: 37.5px;
  max-width: 937.5px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .roomTour .place ._inner {
    margin-top: 18px;
  }
}
.roomTour .place ._inner ._heading-var1 {
  text-align: center;
  padding-left: 11.25px;
  padding-right: 11.25px;
}
.roomTour .place ._inner .tab-label {
  width: 19.2%;
  max-width: 240px;
  font-size: 15px;
  text-align: center;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .roomTour .place ._inner .tab-label {
    width: 18.65vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 2.8vw;
  }
}
.roomTour .place ._inner .tab-label01 {
  margin-left: 0;
}
.roomTour .place ._inner .tab-content {
  padding: 45px 7rem;
}
@media screen and (max-width: 767px) {
  .roomTour .place ._inner .tab-content {
    padding: 9px;
  }
}
.roomTour .place ._inner .tab-content .image {
  width: 100%;
  max-width: 88rem;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .roomTour .place ._inner .tab-content .image {
    max-width: 100%;
    width: 100%;
  }
}
.roomTour .place ._inner .tab-content .image div {
  position: relative;
  width: 100%;
}
.roomTour .place ._inner .tab-content .image iframe {
  max-width: 660px;
}
.roomTour .place ._inner .tab-content .head {
  text-align: center;
  margin-top: 22.5px;
  font-size: 22.5px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .roomTour .place ._inner .tab-content .head {
    margin-top: 8vw;
    font-size: 1.4rem;
    font-size: 4.4vw;
    letter-spacing: 0.22em;
  }
}
.roomTour .place ._inner .tab-content .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 18.75px;
  font-weight: 500;
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .roomTour .place ._inner .tab-content .text {
    margin-top: 5.25px;
    font-size: 1.2rem;
    font-size: 3.3333333333vw;
    line-height: 2;
    padding: 0 3.3333333333vw 5.3333333333vw;
  }
}
.roomTour .place ._btn-wrap {
  margin-top: 67.5px;
}
@media screen and (max-width: 767px) {
  .roomTour .place ._btn-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 31.5px;
  }
}
.roomTour .dot-wrap {
  background: url("../images/dot.png") repeat 0 0;
  padding-top: 60px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap {
    padding-top: 28.5px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap > ._inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .body {
    width: 100%;
    max-width: 367.5px;
    margin-left: auto;
    margin-right: auto;
  }
}
.roomTour .dot-wrap .banner {
  display: flex;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  border: 24px solid #e8ebee;
  color: #183358;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .banner {
    padding: 2.625px 6vw 5vw 6vw;
    position: relative;
    border: 5.25px solid #e8ebee;
    margin: 0 15px;
  }
}
.roomTour .dot-wrap .banner:after {
  content: "";
  display: block;
  background: url("../images/map.png?ver1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 119.25px;
  width: 177px;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .banner:after {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 3vw;
    width: 35vw;
    max-width: 195px;
    height: 20.5vw;
    max-height: 115px;
  }
}
.roomTour .dot-wrap .banner .text {
  text-align: center;
  margin-right: 18.75px;
  line-height: 1.4;
}
.roomTour .dot-wrap .banner .text .notice-text {
  display: block;
  font-size: 9px;
  margin-top: 7.5px;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .banner .text {
    width: 100%;
    margin-right: 0;
    font-size: 12.75px;
  }
  .roomTour .dot-wrap .banner .text .notice-text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .banner .text .sp-left {
    display: block;
    text-align: left;
  }
}
.roomTour .dot-wrap .banner .text ._marker {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .banner .text ._marker {
    background: linear-gradient(transparent 85%, #fdf59d 15%);
  }
}
.roomTour .dot-wrap .banner .text .sp-left._marker {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .banner .text .sp-left._marker {
    margin-left: 6.75px;
    font-size: min(4.5vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .banner .margin {
    font-size: min(7vw, 28.5px);
    margin-left: 3.75px;
  }
}
.roomTour .dot-wrap .banner ._marker {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .banner ._marker {
    display: block;
    text-align: left;
    font-size: 19.5px;
  }
}
.roomTour .dot-wrap .banner ._marker.sp {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .banner ._marker.sp {
    font-size: min(7vw, 28.5px);
    background: linear-gradient(transparent 85%, #fdf59d 15%);
  }
}
.roomTour .dot-wrap .experience .list {
  display: flex;
  align-items: center;
  margin-top: 37.5px;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list {
    flex-direction: column;
    margin-top: 27px;
  }
}
.roomTour .dot-wrap .experience .list .text-box {
  width: 100%;
  max-width: 431.25px;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list .text-box {
    max-width: 100%;
    padding: 0 14.25px 0 6.75px;
    margin-right: auto;
  }
}
.roomTour .dot-wrap .experience .list .text-box .head {
  position: relative;
  color: #183358;
  font-weight: 700;
  font-size: 2.7rem;
  position: relative;
  padding-bottom: 22.5px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list .text-box .head {
    font-size: min(4.8vw, 24px);
    padding-bottom: 10.5px;
  }
}
.roomTour .dot-wrap .experience .list .text-box .head:after {
  content: "";
  display: block;
  position: relative;
  bottom: -15px;
  left: 0;
  height: 3px;
  width: 67.5px;
  background-color: #e8ebee;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list .text-box .head:after {
    width: 72px;
    height: 1.5px;
    bottom: -10.5px;
  }
}
.roomTour .dot-wrap .experience .list .text-box .text {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list .text-box .text {
    margin-top: 10.5px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.roomTour .dot-wrap .experience .list:nth-child(even) .text-box {
  order: 1;
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list:nth-child(even) .text-box {
    margin-right: 0;
    margin-left: auto;
    padding: 0 6.75px 0 14.25px;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list:nth-child(even) .head {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list:nth-child(even) .head::after {
    left: initial;
    right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list .img {
    width: 100%;
    max-width: calc(100% - 15px);
    margin-left: auto;
    margin-top: 10.5px;
  }
}
.roomTour .dot-wrap .experience .list .img img {
  aspect-ratio: 600/320;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list .img img {
    width: 100%;
  }
}
.roomTour .dot-wrap .experience .list:nth-child(even) .img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .experience .list + .list {
    margin-top: 33.75px;
  }
}
.roomTour .dot-wrap .merit {
  margin-top: 52.5px;
  padding-bottom: 97.5px;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit {
    margin-top: 36px;
    padding-bottom: 36px;
  }
}
.roomTour .dot-wrap .merit .head {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: #183358;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit .head {
    font-size: 13.5px;
  }
}
.roomTour .dot-wrap .merit .merit-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit .merit-wrap {
    flex-direction: column;
  }
}
.roomTour .dot-wrap .merit .merit-wrap .list {
  width: 435px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 22.5px;
  padding: 26.25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit .merit-wrap .list {
    width: 100%;
    padding: 12.75px 0;
    margin-left: 0;
  }
}
.roomTour .dot-wrap .merit .merit-wrap .list:first-child {
  margin-left: 0;
}
.roomTour .dot-wrap .merit .merit-wrap .list .num {
  position: absolute;
  top: 9px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit .merit-wrap .list .num {
    position: initial;
    top: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit .merit-wrap .list .num img {
    width: 100%;
  }
}
.roomTour .dot-wrap .merit .merit-wrap .merit-head {
  position: relative;
  text-align: center;
  padding-top: 37.5px;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit .merit-wrap .merit-head {
    padding-top: 11.25px;
    margin-top: -2vw;
  }
}
.roomTour .dot-wrap .merit .merit-wrap .merit-head img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit .merit-wrap .merit-head img {
    width: 100%;
    max-width: 144px;
  }
}
.roomTour .dot-wrap .merit .merit-wrap .merit-head::after {
  position: absolute;
  left: 50%;
  bottom: -7.5px;
  transform: translateX(-50%);
  content: "";
  width: 66px;
  height: 1px;
  background-color: #173358;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit .merit-wrap .merit-head::after {
    width: 18px;
    height: 1px;
    bottom: -4.5px;
  }
}
.roomTour .dot-wrap .merit .merit-wrap .text {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  padding-top: 18.75px;
  padding-bottom: 37.5px;
  font-size: 1.4rem;
  text-align: center;
  padding-left: 71.25px;
  padding-right: 71.25px;
  background-color: #ffffff;
  border-bottom: 1px solid #173358;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit .merit-wrap .text {
    line-height: 1.6;
    font-size: 1.3rem;
    padding: 9px 11.25px 18px 11.25px;
  }
}
.roomTour .dot-wrap .merit ._btn-wrap {
  margin-top: 33.75px;
}
@media screen and (max-width: 767px) {
  .roomTour .dot-wrap .merit ._btn-wrap {
    margin-top: 11.25px;
  }
}

.dot-wrap {
  background-color: #f4f0ef;
  padding-top: 56.25px;
  margin-top: 90px;
}
.dot-wrap ._inner {
  width: 100%;
  max-width: 937.5px;
  margin: 0 auto;
  padding: 0 18.75px;
}

@media screen and (max-width: 767px) {
  .dot-wrap {
    padding-top: 4vw;
    margin-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .dot-wrap > ._inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .dot-wrap .body {
    width: 100%;
    max-width: 367.5px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dot-wrap .banner {
  display: flex;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  border: 30px solid #e8ebee;
  color: #183358;
  font-size: 2.6rem;
  height: 180px;
  background-image: url("../images/banner_bg01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .dot-wrap .banner {
    padding: 0.3vw 6vw 0.3vw 6vw;
    position: relative;
    border: 5.25px solid #e8ebee;
    margin: 0 auto;
    width: 93.3333333333vw;
    height: 41.0666666667vw;
  }
}
.dot-wrap .banner .text {
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  letter-spacing: 0.22em;
}

.dot-wrap .banner .text .notice-text {
  display: block;
  font-size: 11.25px;
  position: absolute;
  right: 7.5px;
  text-align: right;
  bottom: 7.5px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .dot-wrap .banner .text .notice-text {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .dot-wrap .banner .text {
    width: 100%;
    margin-right: 0;
    font-size: 5.3333333333vw;
  }
  .dot-wrap .banner .text .notice-text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .dot-wrap .banner .text .sp-left {
    display: block;
    text-align: left;
  }
}
.dot-wrap .banner .text ._marker {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .dot-wrap .banner .text ._marker {
    background: linear-gradient(transparent 75%, #fdf59d 5%);
    letter-spacing: 0.18em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
  }
}
.dot-wrap .banner .text .sp-left._marker {
  background: transparent;
}

@media screen and (max-width: 767px) {
  .dot-wrap .banner .text .sp-left._marker {
    margin-left: 6.75px;
    font-size: min(4.5vw, 16.5px);
  }
}
@media screen and (max-width: 767px) {
  .dot-wrap .banner .margin {
    font-size: 5.3333333333vw;
    margin-left: 3.75px;
  }
}
@media screen and (max-width: 767px) {
  .dot-wrap .banner ._marker {
    display: block;
    text-align: left;
    font-size: 19.5px;
    font-size: 5.3333333333vw !important;
  }
}
.dot-wrap .banner ._marker.sp {
  background: transparent;
}

@media screen and (max-width: 767px) {
  .dot-wrap .banner ._marker.sp {
    font-size: min(7vw, 28.5px);
    background: linear-gradient(transparent 85%, #fdf59d 15%);
  }
}
.dot-wrap .experience .list {
  display: flex;
  justify-content: space-between;
  margin-top: 37.5px;
}

@media screen and (max-width: 767px) {
  .dot-wrap .experience .list {
    flex-direction: column;
    margin-top: 2.6666666667vw;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.dot-wrap .experience .list .text-box {
  width: 100%;
  max-width: 431.25px;
  padding: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .dot-wrap .experience .list .text-box {
    max-width: 100%;
    padding: 0;
    margin-right: auto;
  }
}
.dot-wrap .experience .list .text-box .head {
  position: relative;
  color: #183358;
  font-weight: 700;
  font-size: 2.7rem;
  position: relative;
  padding-bottom: 22.5px;
  line-height: 1.8;
  letter-spacing: 0.22em;
}

@media screen and (max-width: 767px) {
  .dot-wrap .experience .list .text-box .head {
    font-size: 4.8vw;
    padding-bottom: 10.5px;
    letter-spacing: 0.09em;
  }
}
.dot-wrap .experience .list .text-box .head:after {
  content: "";
  display: block;
  position: relative;
  bottom: -15px;
  left: 0;
  height: 3px;
  width: 67.5px;
  background-color: #0e335b;
}

@media screen and (max-width: 767px) {
  .dot-wrap .experience .list .text-box .head:after {
    width: 6.6666666667vw;
    height: 2px;
    bottom: -14px;
  }
}
.dot-wrap .experience .list .text-box .text {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 15px;
  font-size: 15px;
  line-height: 2.25em;
}
@media screen and (max-width: 767px) {
  .dot-wrap .experience .list .text-box .text {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .dot-wrap .experience .list .text-box .text {
    margin-top: 14px;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .dot-wrap .experience .list:nth-child(even) {
    flex-direction: column-reverse;
    display: block;
  }
}
.dot-wrap .experience .list:nth-child(even) .text-box {
  order: 1;
  padding-right: 0;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .dot-wrap .experience .list:nth-child(even) .text-box {
    margin-right: 0;
    margin-left: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .dot-wrap .experience .list:nth-child(even) .head {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .dot-wrap .experience .list .img {
    width: 100%;
    margin-left: auto;
    margin-top: 10.5px;
    margin-bottom: 8vw;
  }
}
.dot-wrap .experience .list .img img {
  aspect-ratio: 600/320;
}

@media screen and (max-width: 767px) {
  .dot-wrap .experience .list .img img {
    width: 100%;
  }
}
.dot-wrap .experience .list:nth-child(even) .img {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .dot-wrap .experience .list + .list {
    margin-top: 33.75px;
  }
}
.dot-wrap .merit {
  margin-top: 52.5px;
  padding-bottom: 97.5px;
}

@media screen and (max-width: 767px) {
  .dot-wrap .merit {
    margin-top: 48px;
    padding-bottom: 48px;
    padding-bottom: 29.3333333333vw;
  }
}
.dot-wrap .merit .head {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: #183358;
}

@media screen and (max-width: 767px) {
  .dot-wrap .merit .head {
    font-size: 13.5px;
  }
}
.dot-wrap .merit .merit-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .dot-wrap .merit .merit-wrap {
    flex-direction: column;
  }
}
.dot-wrap .merit .merit-wrap .list {
  width: 435px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 22.5px;
  padding: 26.25px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dot-wrap .merit .merit-wrap .list {
    width: 77.3333333333vw;
    padding: 12.75px 0;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.dot-wrap .merit .merit-wrap .list:first-child {
  margin-left: 0;
}

.dot-wrap .merit .merit-wrap .list .num {
  position: absolute;
  top: 9px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .dot-wrap .merit .merit-wrap .list .num {
    position: initial;
    top: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dot-wrap .merit .merit-wrap .list .num img {
    width: 100%;
  }
}
.dot-wrap .merit .merit-wrap .merit-head {
  position: relative;
  text-align: center;
  padding-top: 37.5px;
  background-color: #ffffff;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .dot-wrap .merit .merit-wrap .merit-head {
    padding-top: 11.25px;
    margin-top: -2vw;
  }
}
.dot-wrap .merit .merit-wrap .merit-head img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .dot-wrap .merit .merit-wrap .merit-head img {
    width: 100%;
    max-width: 108px;
  }
}
.dot-wrap .merit .merit-wrap .merit-head::after {
  position: absolute;
  left: 50%;
  bottom: -7.5px;
  transform: translateX(-50%);
  content: "";
  width: 66px;
  height: 1px;
  background-color: #173358;
}

@media screen and (max-width: 767px) {
  .dot-wrap .merit .merit-wrap .merit-head::after {
    width: 18px;
    height: 1px;
    bottom: 4.5px;
  }
}
.dot-wrap .merit .merit-wrap .text {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  padding-top: 18.75px;
  padding-bottom: 37.5px;
  font-size: 1.4rem;
  text-align: center;
  padding-left: 71.25px;
  padding-right: 71.25px;
  background-color: #ffffff;
  border-bottom: 1px solid #173358;
}

@media screen and (max-width: 767px) {
  .dot-wrap .merit .merit-wrap .text {
    line-height: 1.6;
    font-size: 1.3rem;
    padding: 12px 15px 24px 15px;
  }
}
.dot-wrap .merit ._btn-wrap {
  margin-top: 33.75px;
}

@media screen and (max-width: 767px) {
  .dot-wrap .merit ._btn-wrap {
    margin-top: 11.25px;
  }
}
._marker {
  background: linear-gradient(transparent 60%, #fdf59d 60%);
}

.textBig {
  font-size: 33.75px;
}
@media screen and (max-width: 767px) {
  .textBig {
    font-size: 8.6666666667vw;
  }
}

.text_bottom {
  font-size: 29.25px;
}
@media screen and (max-width: 767px) {
  .text_bottom {
    font-size: 5.3333333333vw !important;
  }
}

.visitingReservation_ttl {
  max-width: 735px;
  margin: 0 auto;
}

.merit .introduction_btn {
  margin-top: 67.5px;
}
@media screen and (max-width: 767px) {
  .merit .introduction_btn {
    margin-top: 14.6666666667vw;
  }
}

.footer {
  background-color: #3e3a39;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 16.6666666667vw;
  }
}

.footer .inner {
  max-width: 480px;
  margin: 0 auto;
  max-height: 216px;
  position: relative;
  width: 100%;
  height: 50vw;
}

@media screen and (max-width: 767px) {
  .footer .inner {
    max-height: initial;
    height: 126px;
    width: 100%;
    max-width: 100%;
  }
}
.footer img {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.footer .logo {
  max-width: 155.25px;
  margin: 0 auto;
  position: absolute;
  top: 15.7%;
  left: 0;
  right: 0;
  width: 35vw;
}

@media screen and (max-width: 767px) {
  .footer .logo {
    width: 100%;
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo img {
    width: 100%;
  }
}
.footer .insta {
  right: 21%;
  top: 16%;
  position: absolute;
  max-width: 31.5px;
  width: 6.5vw;
}

@media screen and (max-width: 767px) {
  .footer .insta {
    max-width: 100%;
    width: 24px;
    right: calc(50% - 105px);
  }
}
.footer .policy a img {
  max-width: 105.75px;
  width: 30vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .footer .policy a img {
    width: 96px;
    max-width: initial;
  }
}
.Copyright {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  font-size: 1.41rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .Copyright {
    font-size: 10px;
    bottom: 10px;
  }
}
.page-top {
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 999;
  width: 95px;
  max-width: 110px;
}

@media screen and (max-width: 767px) {
  .page-top {
    width: 100%;
    max-width: 52px;
    bottom: 15px;
    right: 10px;
  }
}
.page-top:hover {
  opacity: 0.8;
}

.mv .container {
  height: 810px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .container {
    height: 100vh;
    overflow: hidden;
  }
}
.mv .src1 {
  background-image: url("../images/mv_img01_pc.jpg");
}
@media screen and (max-width: 767px) {
  .mv .src1 {
    background-image: url("../images/mv_img01_sp.jpg");
  }
}
.mv .src2 {
  background-image: url("../images/mv_img02_pc.jpg");
}
@media screen and (max-width: 767px) {
  .mv .src2 {
    background-image: url("../images/mv_img02_sp.jpg");
  }
}
.mv .src3 {
  background-image: url("../images/mv_img03_pc.jpg");
}
@media screen and (max-width: 767px) {
  .mv .src3 {
    background-image: url("../images/mv_img03_sp.jpg");
  }
}
.mv .src4 {
  background-image: url("../images/mv_img04_pc.jpg");
}
@media screen and (max-width: 767px) {
  .mv .src4 {
    background-image: url("../images/mv_img04_sp.jpg");
  }
}
.mv .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 20s infinite;
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
    scale: 1;
  }
  5% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    scale: 1.1;
  }
}
.mv .image:nth-of-type(1) {
  animation-delay: 0s;
}
.mv .image:nth-of-type(2) {
  animation-delay: 5s;
}
.mv .image:nth-of-type(3) {
  animation-delay: 10s;
}
.mv .image:nth-of-type(4) {
  animation-delay: 15s;
}

.introduction_head {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #ffffff;
  margin-bottom: -67.5px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .introduction_head {
    margin-bottom: 0;
  }
}

.page-top {
  position: fixed;
  bottom: 45px;
  right: 30px;
  z-index: 999;
  width: 71.25px;
  max-width: 82.5px;
}

@media screen and (max-width: 767px) {
  .page-top {
    width: 100%;
    max-width: 52px;
    bottom: 15px;
    right: 10px;
  }
}
.page-top:hover {
  opacity: 0.8;
}

body {
  position: relative;
}

.youtube-thumb {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.youtube-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.youtube-thumb .play-button {
  position: absolute;
  top: -1%;
  left: -4%;
  width: 100%;
  height: 100%;
  background: url("../images/youtube_arrow.svg") no-repeat center center;
  background-size: 120%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .youtube-thumb .play-button {
    background-size: 200%;
    top: -4%;
    left: -4%;
  }
}/*# sourceMappingURL=style.css.map */