@charset "UTF-8";
/* ::::::::::  朝食オープンサンドブッフェ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.kv {
  flex-direction: initial !important;
  position: relative;
}

.kv .photo {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .kv .photo {
    height: 107.8vw;
  }
}
.kv .swiper-pagination-fraction {
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "acumin-variable", sans-serif;
}

.kv .swiper-pagination-fraction .bar {
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  width: 250px;
  height: 1px;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .kv .swiper-pagination-fraction .bar {
    width: 50%;
  }
}
.kv .swiper-pagination-fraction .bar span {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 70px;
  height: 1px;
  animation: borderAnim 8s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.kv .swiper .swiper-wrapper .swiper-slide-prev img,
.kv .swiper .swiper-wrapper .swiper-slide-active img,
.kv .swiper .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 18s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.kv .kvTitle {
  text-align: center;
  filter: drop-shadow(0 0 25px #000) drop-shadow(0 0 20px #000);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

@media (max-width: 767px) {
  .kv .kvTitle {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 6px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 10px #000);
  }
}
.kv .kvTitle img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.breadcrumbs {
  padding-bottom: 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 0;
  }
}
.anchorListWrap {
  background: #f3eee4;
}

@media (max-width: 767px) {
  .anchorListWrap {
    padding: 20px 20px 5px;
  }
}
.anchorListWrap .anchorList {
  display: flex;
  width: 92%;
  max-width: 1250px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .anchorListWrap .anchorList {
    width: 100%;
  }
}
.anchorListWrap .anchorList li {
  position: relative;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .anchorListWrap .anchorList li {
    width: 50%;
    margin: 0 auto 15px;
  }
}
.anchorListWrap .anchorList li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 21px;
  margin: auto 0;
  border-left: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .anchorListWrap .anchorList li::before {
    height: 100%;
  }
}
.anchorListWrap .anchorList li::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 21px;
  margin: auto 0;
  border-right: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .anchorListWrap .anchorList li::after {
    height: 100%;
  }
}
.anchorListWrap .anchorList li a {
  position: relative;
  display: block;
  padding: 28px 10px;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .anchorListWrap .anchorList li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 33px;
    height: 100%;
    padding: 0;
  }
}
.anchorListWrap .anchorList li a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .anchorListWrap .anchorList li span {
    position: relative;
    max-width: 100%;
    padding: 0 15px;
    text-align: left;
  }
}
.anchorListWrap .anchorList li .icon {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-top: -2px;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .anchorListWrap .anchorList li .icon {
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.btnS.toTop {
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  .btnS.toTop {
    margin-top: 20px;
  }
}
.btnS.toTop a {
  padding: 2px 4px 5px;
  border-bottom: 1px solid #CACACA;
  text-decoration: none;
}

.btnS.toTop a .icon {
  width: 8px;
  height: 5px;
  margin-left: 8px;
  margin-bottom: 2px;
  transform: rotate(180deg);
  vertical-align: middle;
}

.concept .wrapper {
  padding: 71px 0 105px;
}

@media (max-width: 767px) {
  .concept .wrapper {
    padding: 35px 0;
  }
}
.concept .secTitle02 {
  margin-bottom: 25px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 767px) {
  .concept .secTitle02 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.concept .lead {
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .concept .lead {
    font-size: 1.5rem;
  }
}
.concept .shareBtn {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .concept .shareBtn {
    margin-top: 35px;
  }
}
.concept .shareBtn p {
  margin-bottom: 20px;
  color: #000;
  font-family: "acumin-variable", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .concept .shareBtn p {
    font-size: 1.5rem;
  }
}
.concept .snsList {
  margin: 0 auto;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .concept .snsList li img {
    width: 30px;
    height: auto;
  }
}
.concept .btnS {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .concept .btnS {
    margin-top: 30px;
  }
}
.opensandSlide img {
  width: 100%;
}

.menu .wrapper {
  max-width: 1200px;
  padding: 100px 0 120px;
}

@media (max-width: 767px) {
  .menu .wrapper {
    width: 90%;
    padding: 50px 0;
  }
}
.menu .secTitle01.center {
  color: #132234;
}

.menu .secTitle01.center .en {
  margin-bottom: 10px;
}

.menu .lead {
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .menu .lead {
    font-size: 1.5rem;
  }
}
.menu .menuBlock {
  margin-top: 80px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .menu .menuBlock {
    margin-top: 40px;
  }
}
.menu .menuBlock + .menuBlock {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .menu .menuBlock + .menuBlock {
    margin-top: 40px;
  }
}
.menu .menuBlock .photo {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .menu .menuBlock .photo {
    margin-bottom: 20px;
  }
  .menu .menuBlock .photo img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.menu .menuBlock .title {
  margin-bottom: 25px;
  color: #000;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .menu .menuBlock .title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    overflow-wrap: anywhere;
  }
}
.menu .menuBlock .title span {
  display: inline-block;
}

.menu .menuBlock .title .en {
  display: inline-block;
  margin-right: 10px;
  font-size: 4rem;
  font-family: "acumin-variable", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .menu .menuBlock .title .en {
    font-size: 3rem;
  }
}
.menu .menuBlock .text {
  color: #000;
}

.menu .menuBlock .detail {
  text-transform: capitalize;
}

.menu .menuBlock .note {
  color: #AB8D4B;
}

.menu hr {
  margin: 90px auto;
  border: none;
  border-top: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .menu hr {
    margin: 50px 0;
  }
}
.menu .menuBlock02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu .menuBlock02 .title {
  margin-bottom: 25px;
  color: #000;
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .menu .menuBlock02 .title {
    font-size: 1.5rem;
  }
}
.menu .menuBlock02 .title .en {
  display: inline-block;
  margin-right: 10px;
  font-size: 4rem;
  font-family: "acumin-variable", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .menu .menuBlock02 .title .en {
    font-size: 3rem;
  }
}
.menu .menuBlock02 .photo {
  width: 43%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .menu .menuBlock02 .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.menu .menuBlock02 .photo .wide {
  width: 100%;
}

.menu .menuBlock02 .photo .min {
  width: 50%;
}

.menu .menuBlock02 .photo img {
  height: auto;
}

@media (max-width: 767px) {
  .menu .menuBlock02 .photo img {
    width: 100%;
    height: auto;
  }
}
.menu .menuBlock02 .textBlock {
  width: 52.7%;
}

@media (max-width: 767px) {
  .menu .menuBlock02 .textBlock {
    width: 100%;
  }
}
.menu .menuBlock02 .textBlock .list dt {
  color: #000;
  text-transform: capitalize;
}

.menu .menuBlock02 .note {
  width: 100%;
  margin-top: 25px;
  color: #AB8D4B;
}

.menu .btnS {
  margin-top: -40px;
}

@media (max-width: 767px) {
  .menu .btnS {
    margin-top: 30px;
  }
}
.hotel .wrapper {
  max-width: 1200px;
  padding: 110px 0 120px;
}

@media (max-width: 767px) {
  .hotel .wrapper {
    max-width: 90%;
    padding: 50px 0 80px;
  }
}
.hotel .secTitle01.center {
  color: #132234;
}

.hotel .secTitle01.center .en {
  margin-bottom: 5px;
}

.hotelList {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .hotelList {
    margin-top: 40px;
  }
}
.hotelList > li {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hotelList > li {
    display: block;
  }
}
.hotelList > li + li {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .hotelList > li + li {
    margin-top: 40px;
  }
}
.hotelList > li .photo {
  width: 34.84%;
  max-width: 418px;
}

@media (max-width: 767px) {
  .hotelList > li .photo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.hotelList > li .photo.pc {
  display: block;
}

@media (max-width: 767px) {
  .hotelList > li .photo.pc {
    display: none;
  }
}
@media (min-width: 1025px) {
  .hotelList > li .photo.sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hotelList > li .photo.sp {
    display: none;
  }
}
.hotelList > li .photo img {
  aspect-ratio: 418/262;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotelList > li .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 61.84%;
}

@media (max-width: 767px) {
  .hotelList > li .inner {
    width: 100%;
  }
}
.hotelList > li .title {
  margin-top: -5px;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .hotelList > li .title {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}
.hotelList > li .time {
  margin-bottom: 15px;
  padding: 15px 40px;
  background: #fff;
}

@media (max-width: 767px) {
  .hotelList > li .time {
    margin-bottom: 15px;
    padding: 0;
    background: none;
  }
}
.hotelList > li .time .label {
  display: inline-block;
  margin-right: 15px;
  color: #AB8D4B;
}

.hotelList > li .access {
  margin-bottom: 20px;
}

.hotelList > li .access .label {
  display: inline-block;
}

.hotelList > li .access .label::before {
  content: "●";
  padding-right: 5px;
  color: #AB8D4B;
}

.hotelList > li .access .label::after {
  content: "/";
  padding: 0 4px;
}

.hotelList > li .btnList {
  display: flex;
  margin-top: auto;
  gap: 0 15px;
}

@media (max-width: 767px) {
  .hotelList > li .btnList {
    flex-wrap: wrap;
  }
}
.hotelList > li .btnList .btn {
  width: 335px;
  max-width: 48%;
  margin: 0;
}

@media (max-width: 767px) {
  .hotelList > li .btnList .btn {
    width: 100%;
    max-width: 100%;
  }
  .hotelList > li .btnList .btn + .btn {
    margin-top: 8px;
  }
}
.hotelList > li .btnList .btn a {
  width: 100%;
}

.hotelList > li .btnList .btn.white a {
  height: 65px;
  border: 1px solid #142335;
  line-height: 65px;
}

@media (max-width: 767px) {
  .hotelList > li .btnList .btn.white a {
    height: 55px;
    line-height: 55px;
  }
}
.hotel .btnS.toTop {
  margin-top: 60px;
}

/* =========================================================
多言語
========================================================= */
@media (max-width: 1024px) {
  body.lang_en .hotelList > li .btnList {
    display: block;
  }
}
body.lang_en .hotelList > li .btnList .btn {
  width: 39%;
  max-width: initial;
}
@media (max-width: 1024px) {
  body.lang_en .hotelList > li .btnList .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.lang_en .hotelList > li .btnList .btn a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  body.lang_en .hotelList > li .btnList .btn a .mark {
    right: 6px;
  }
}
body.lang_en .hotelList > li .btnList .btn.enOnly {
  width: 61%;
  max-width: initial;
}
@media (max-width: 1024px) {
  body.lang_en .hotelList > li .btnList .btn.enOnly {
    width: 100%;
    margin-top: 8px;
  }
}
body.lang_en .menu .menuBlock .title span.enExc {
  display: none;
}

body.lang_ko .menu .title span.enExc {
  font-weight: 500;
}/*# sourceMappingURL=opensand.css.map */