@charset "UTF-8";
/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
kv
========================================================= */
.kvSlide .listItem {
  position: relative;
}

.kvSlide .listItem .photo {
  width: 100%;
}

@media (max-width: 767px) {
  .kvSlide .listItem .photo {
    object-fit: cover;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .kvSlide .listItem .photo.pctab {
    display: none;
  }
}

@media (min-width: 768px) {
  .kvSlide .listItem .photo.sp {
    display: none;
  }
}

.kvSlide .slick-dots {
  position: absolute;
  bottom: 80px;
}

.kvSlide .slick-dots li button {
  border: none;
  background: #fff;
}

.kvSlide .slick-dots li.slick-active button {
  background: #c2143d;
}

/* =========================================================
safePolicy
========================================================= */
.safePolicy {
  text-align: center;
}

.safePolicy .wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .safePolicy .wrapper {
    display: block;
    padding-top: 20px;
  }
}

.safePolicy a {
  width: 500px;
  display: block;
  border: 1px solid;
  background: #fff;
  padding: 15px 70px;
  color: #bc8325;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .safePolicy a {
    width: 100%;
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 1.3rem;
  }
}

.safePolicy a + a {
  margin: 0 0 0 10px;
}

@media (max-width: 767px) {
  .safePolicy a + a {
    margin: 10px 0 0 0;
  }
}

.safePolicy a h2 {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .safePolicy a h2 {
    font-size: 1.6rem;
  }
}

/* =========================================================
book
========================================================= */
.bookTop {
  margin: -50px auto 0;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .bookTop {
    margin: -30px auto 0;
  }
}

@media (max-width: 767px) {
  .bookTop {
    width: 95%;
    margin: -20px auto 0;
  }
}

.bookTop input[type="text"] {
  background-color: #f8f7f5;
  width: 100px;
}

@media (max-width: 767px) {
  .bookTop .wrapper {
    width: 100%;
    padding: 30px 20px;
  }
}

@media (max-width: 1024px) {
  .bookTop .tabList {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bookTop .tabList li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .bookTop .tabList li a {
    width: 100%;
    padding: 0;
  }
}

.bookTop .tabList li.active a {
  font-weight: normal;
}

.bookTop form {
  display: block;
}

@media (max-width: 1024px) {
  .bookTop form {
    margin-bottom: 0;
  }
}

.bookTop .formParts li .datepickerInput {
  background-color: #f8f7f5;
}

.bookTop .spMenu {
  justify-content: center;
}

@media (min-width: 1025px) {
  .bookTop .spMenu {
    display: none;
  }
}

@media (max-width: 767px) {
  .bookTop .spMenu {
    display: block;
  }
}

@media (max-width: 1024px) {
  .bookTop .planLink {
    margin: 10px 0;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .bookTop .planLink a {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .bookTop .planLink a {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .bookTop .checkinTime {
    margin: 10px auto 10px;
  }
}

@media (max-width: 767px) {
  .bookTop .checkinTime {
    width: 100%;
    margin: 15px 0 15px;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .bookTop .otherMenu {
    width: 100%;
    justify-content: center;
  }
}

.bookTop .restForm {
  padding: 0;
}

@media (max-width: 767px) {
  .bookTop .restForm {
    display: block;
  }
}

@media (max-width: 767px) {
  .bookTop .restForm li select {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bookTop .restForm li.btn {
    margin: 15px 0 0;
  }
  .bookTop .restForm li.btn a {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .bookTop .stayForm {
    display: block;
  }
  .bookTop .stayForm .formParts {
    display: none;
  }
}

/* =========================================================
lead
========================================================= */
.lead {
  text-align: center;
}

.lead .wrapper {
  padding: 70px 0 80px;
}

@media (max-width: 767px) {
  .lead .wrapper {
    padding: 30px 0 40px;
  }
}

.lead .secTitle {
  color: #bc8325;
  font-size: 4rem;
}

@media (max-width: 767px) {
  .lead .secTitle {
    margin-bottom: 10px;
    font-size: 3.2rem;
  }
}

/* =========================================================
fastbooking
========================================================= */
.fb-widget .widgets--wrapper {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bestPrice iframe {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .bestPrice iframe {
    height: 150px !important;
  }
}

.specialOffer {
  position: relative;
}

.specialOffer .offers-item.offersthm1 {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  height: 480px;
  box-shadow: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .specialOffer .offers-item.offersthm1 {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .specialOffer .offers-item.offersthm1 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.specialOffer .offers-item.offersthm1:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .specialOffer .offers-item.offersthm1:nth-child(3n) {
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .specialOffer .offers-item.offersthm1:nth-child(2n) {
    margin-right: 0;
  }
}

.specialOffer .offers-item.offersthm1 .item--content {
  background: no-repeat;
  background-size: 100% auto;
}

.specialOffer .offers-item.offersthm1 .item--infos {
  height: 300px;
  padding: 20px 30px 30px;
  text-align: left;
}

@media (max-width: 767px) {
  .specialOffer .offers-item.offersthm1 .item--infos {
    padding: 20px 20px 20px;
  }
}

.specialOffer .offers-item.offersthm1 .main-infos--title {
  overflow: visible;
  text-overflow: inherit;
  white-space: normal;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: normal;
}

.specialOffer .offers-item.offersthm1 .main-infos--starting-from {
  font-size: 1.5rem;
}

.specialOffer .offers-item.offersthm1 .starting-from--price {
  color: #bc8325;
  font-size: 1.7rem;
}

.specialOffer .offers-item.offersthm1 .item--main-infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 130px);
}

@media (max-width: 767px) {
  .specialOffer .offers-item.offersthm1 .item--main-infos {
    height: calc(100% - 140px);
  }
}

.specialOffer .offers-item.offersthm1 .item--buttons {
  display: block;
}

.specialOffer .offers-item.offersthm1 .item--buttons a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  font-size: 1.6rem;
}

.specialOffer .offers-item.offersthm1 .item--buttons a.offers--cta {
  background-color: #bc8325 !important;
}

.specialOffer .offers-item.offersthm1 .item--buttons a.offers--more-info {
  margin-top: 10px;
  border: 1px solid;
  color: #bc8325 !important;
}

@media (max-width: 767px) {
  .specialOffer .offers-item.offersthm1 .item--buttons a.offers--more-info {
    margin-right: 0;
  }
}

.specialOffer .item--description .description--content {
  padding: 45px 30px 30px;
  text-align: left;
}

@media (max-width: 767px) {
  .specialOffer .item--description .description--content {
    padding: 45px 20px 20px;
  }
}

.specialOffer .item--description .closing-arrow {
  top: 0;
  left: 0;
  background: #bc8325;
  width: 100%;
  height: 27px;
}

.specialOffer .item--description .closing-arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/common/icon_btn_white.svg") no-repeat center/5px 11px;
  width: 5px;
  height: 11px;
  margin: auto;
  transform: rotate(90deg);
}

.specialOffer .item--description .closing-arrow svg {
  display: none;
}

.specialOffer .item--description .offer--description {
  line-height: 1.6;
}

.specialOffer .item--description .offer--description p {
  font-size: 1.5rem;
}

.specialOffer .item--description .offer--description p strong {
  font-weight: normal;
}

.specialOffer .item--description .offer--description ul {
  margin-top: 10px;
  font-size: 1.5rem;
}

.specialOffer .item--description .offer--description ul li {
  list-style: none;
  text-indent: -1.5em;
  margin-left: 0;
}

.specialOffer .item--description .offer--description ul li::before {
  content: '・';
}

.specialOffer .item--description.descriptionthm4 .description--content {
  position: relative;
  padding-left: 50%;
}

@media (max-width: 767px) {
  .specialOffer .item--description.descriptionthm4 .description--content {
    padding-left: 0;
  }
}

.specialOffer .item--description.descriptionthm4 .description--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

@media (min-width: 1025px) {
  .specialOffer .item--description.descriptionthm4 .description--img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .specialOffer .item--description.descriptionthm4 .description--img {
    position: static;
    width: 100%;
    height: 30%;
  }
}

.specialOffer .item--description.descriptionthm4 .description--content--head {
  height: auto;
  padding: 20px 20px 0;
}

@media (max-width: 767px) {
  .specialOffer .item--description.descriptionthm4 .description--content--head {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .specialOffer .item--description.descriptionthm4 .description--content--head .main-infos--title {
    line-height: 1.4;
    margin-bottom: 0;
  }
}

.specialOffer .item--description.descriptionthm4 .offer--description {
  height: 55%;
  margin: 10px 0 30px;
  padding: 0 20px;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .specialOffer .item--description.descriptionthm4 .offer--description {
    height: 25%;
    margin: 20px 0 15px;
  }
}

.specialOffer .item--description.descriptionthm4 .offers--cta--container {
  height: auto;
  padding-bottom: 20px;
}

.specialOffer .item--description.descriptionthm4 .offers--cta--container a {
  display: block;
  background: #bc8325 !important;
  width: 250px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
}

/* =========================================================
feature
========================================================= */
.feature {
  position: relative;
  padding-top: 50px;
  padding-bottom: 1px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .feature {
    padding: 40px 5% 10px;
  }
}

@media (max-width: 767px) {
  .feature {
    padding: 10px 2.5% 5px;
  }
}

.feature .block01 {
  margin-bottom: 130px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .feature .block01 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .feature .block01 {
    margin-bottom: 10px;
  }
}

.feature .block01 a {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

@media (max-width: 1024px) {
  .feature .block01 a {
    display: block;
  }
}

.feature .block01 .wrapperW {
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}

@media (max-width: 1024px) {
  .feature .block01 .wrapperW {
    position: static;
    width: 100%;
    margin: 0;
  }
}

.feature .block01 .textArea {
  background: #faf0f2;
  width: 570px;
  padding: 60px 60px;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .feature .block01 .textArea {
    width: 100%;
    margin-left: 0;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .feature .block01 .textArea {
    padding: 30px 20px;
  }
}

.feature .block01 .textArea h2 {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .feature .block01 .textArea h2 {
    margin-bottom: 10px;
    font-size: 2.3rem;
  }
}

.feature .block01 .textArea .btnS {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .feature .block01 .textArea .btnS {
    margin-top: 15px;
  }
}

.feature .block01 .photo {
  width: calc(50% + 250px);
  height: auto;
}

@media (max-width: 1024px) {
  .feature .block01 .photo {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .feature .block01 .photo {
    object-fit: cover;
    height: 240px;
  }
}

.feature .block01.reverse a {
  flex-direction: row-reverse;
}

.feature .block01.reverse .textArea {
  background: #f8f7f5;
  margin: 0 auto 0 0;
}

/* =========================================================
instagram
========================================================= */
.instagram {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .instagram {
    border-bottom: none;
    padding-bottom: 20px;
  }
}

.instagram .wrapper {
  padding-bottom: 40px;
}

.instagram .secTitle svg {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 10px 5px 0;
}

.instagramList {
  display: flex;
}

@media (max-width: 767px) {
  .instagramList {
    flex-wrap: wrap;
    margin: 0 -30px;
  }
}

@media (max-width: 767px) {
  .instagramList li {
    width: 25%;
  }
}

.instagramList li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 180px;
}

/*# sourceMappingURL=map/top.css.map */
