@charset "UTF-8";
/* SCSS Document */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Shippori Mincho B1", "Hiragino Mincho Pro", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  background: url(../images/backgrounds/bg01.png) repeat;
  background: linear-gradient(rgba(255, 255, 245, 0.9), rgba(245, 245, 230, 0.9)), url("../images/backgrounds/bg01.png") repeat;
  background-blend-mode: multiply;
}

p,
p span {
  display: block;
  margin-bottom: 0;
  text-decoration: none;
}

a {
  color: #444444;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #e6b771 !important;
  text-decoration: none;
}
a.underline:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

.fs-7 {
  font-size: 0.85em;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pd-25 {
  padding: 25px 0;
}

.pd-50 {
  padding: 50px 0;
}

.mt-128 {
  margin-top: 128px;
}
@media (max-width: 438px) {
  .mt-128 {
    margin-top: 0;
  }
}

.mb-128 {
  margin-bottom: 128px;
}
@media (max-width: 438px) {
  .mb-128 {
    margin-bottom: 80px;
  }
}

.mb-200 {
  margin-bottom: 200px;
}
@media (max-width: 991px) {
  .mb-200 {
    margin-bottom: 160px;
  }
}
@media (max-width: 438px) {
  .mb-200 {
    margin-bottom: 80px;
  }
}

.py-128 {
  padding: 128px 0;
}
@media (max-width: 438px) {
  .py-128 {
    padding: 80px 0;
  }
}

.py-200 {
  padding: 200px 0;
}
@media (max-width: 991px) {
  .py-200 {
    padding: 160px 0;
  }
}
@media (max-width: 438px) {
  .py-200 {
    padding: 80px 0;
  }
}

.min-w-100 {
  min-width: 100px;
}

.z-index-0 {
  z-index: 0;
}

.z-index-10 {
  z-index: 10;
}

.slideshow {
  will-change: transform;
}

.card-date {
  margin-bottom: 5px;
  font-size: 0.9em;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.txt-normal {
  color: #444444;
}

.txt-gold {
  color: #c18535;
}

.txt-caution {
  color: #cd5e5e;
}

.btn-gold {
  border: 1px solid #b1a78b;
  color: #fff;
  background: #b1a78b;
  font-weight: bold;
  box-shadow: 0px 10px 10px -6px rgba(238, 238, 238, 0.48);
}
.btn-gold:hover {
  border: 1px solid #b1a78b;
  color: #b1a78b !important;
  transform: translateY(-2px);
  transition: all ease-in-out 0.3s;
}

.btn-purple {
  border-radius: 10px;
  background-color: #8f538a;
  color: #fff;
  border-color: #fff;
}

.btn-link {
  text-decoration: none;
  padding: 10px 20px;
  border: solid 1px;
  border-radius: 30px;
  min-width: 220px;
  background: rgba(0, 0, 0, 0.51);
}

.border-none {
  border: none;
}

/*-----小みだしの部分-----*/
.title-small {
  padding: 1rem 0;
  margin-bottom: 50px;
  text-align: center;
}
.title-small::after {
  content: "";
  display: block;
  background: url(../images/decorations/ashirai_02.png) no-repeat;
  background-size: contain;
  background-position-x: center;
  width: 100%;
  height: 90px;
  margin-top: -1em;
  mix-blend-mode: multiply;
}
.title-small p {
  margin-bottom: 0;
}
.title-small h3,
.title-small p {
  text-shadow: 0px 2px 2px rgba(194, 204, 214, 0.631372549);
}

/*-----縦書みだしの部分-----*/
@media (min-width: 992px) {
  .vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 28px;
    margin: 0 auto 30px; /* サイドマージンを設定 */
    line-height: 2.5; /* 行の高さを設定 */
  }
}
/*-----トップに戻るボタン-----*/
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 5%;
  display: none;
  background-color: #797053;
  border: solid 1px #ecebdc;
  color: #ecebdc;
  border: solid 1px rgba(236, 235, 220, 0.7215686275);
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 12px;
  transition: opacity 0.3s;
}
#back-to-top:hover {
  opacity: 0.3;
}

.midashi {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 90vh;
}
.midashi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  filter: grayscale(100%) brightness(80%);
  z-index: 1;
}
.midashi .midashi-child {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  min-width: 234px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 12px rgba(69, 68, 68, 0.48);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.midashi .midashi-child p {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
}
.midashi .midashi-child a:hover {
  color: #fff !important;
  border: solid 1px;
  transform: translateY(-2px);
  transition: 0.3s;
}

/*--------------------------------------------------------------
# パンくず
--------------------------------------------------------------*/
.breadcrumb {
  margin-bottom: 0;
  margin-top: 1rem;
}

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/
.image-carousel img {
  width: 100%;
  height: auto;
}

#movie video {
  height: auto;
  width: 100%;
}
#movie video.pc_only {
  display: none;
}
#movie video.sp_only {
  display: none;
}
@media screen and (min-width: 992px) {
  #movie video.pc_only {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #movie video.sp_only {
    display: block;
  }
}

/*--------------------------------------------------------------
# Image Slider
--------------------------------------------------------------*/
/* スライドする要素 */
.slider {
  width: 318px;
  height: 238px;
}
@media (max-width: 438px) {
  .slider {
    width: 180px;
    height: 135px;
  }
}
.slider:nth-child(1) {
  background: url(../images/room/room14.jpg);
  background-size: cover;
}
.slider:nth-child(2) {
  background: url(../images/room/room12.jpg);
  background-size: cover;
}
.slider:nth-child(3) {
  background: url(../images/room/room13.jpg);
  background-size: cover;
}
.slider:nth-child(4) {
  background: url(../images/room/room3.jpg);
  background-size: cover;
}
.slider:nth-child(5) {
  background: url(../images/room/room8.jpg);
  background-size: cover;
}
.slider:nth-child(6) {
  background: url(../images/room/room21.jpg);
  background-size: cover;
}

/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* content4つをまとめたスライドブロック */
.slideshow {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  animation: loop-slide 35s infinite linear 1s both;
}
@media (max-width: 438px) {
  .slideshow {
    animation: loop-slide 25s infinite linear 1s both;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*--------------------------------------------------------------
# insta
--------------------------------------------------------------*/
@media (max-width: 767px) {
  #insta iframe {
    height: 365px !important;
  }
}
@media (max-width: 438px) {
  #insta iframe {
    height: 272px !important;
  }
}
@media (max-width: 375px) {
  #insta iframe {
    height: 232px !important;
  }
}
.ig-logo {
  width: 198px;
  margin: 0 auto 80px;
}
@media (max-width: 438px) {
  .ig-logo {
    margin: 0 auto 60px;
  }
}

/*--------------------------------------------------------------
# Book
--------------------------------------------------------------*/
.book {
  padding: 100px 50px;
}
.book .book-btn {
  text-align: center;
  padding: 20px;
  transition: all ease-in-out 0.3s;
  border-radius: 4px;
}
.book .book-btn:hover {
  background-color: var(--bs-btn-hover-bg);
}
.book .book-btn h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.book .book-btn p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# 店舗情報　共通
--------------------------------------------------------------*/
#shop-detail-container {
  background: url(../images/backgrounds/news_bkg.jpg);
  background-position: bottom;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 438px) {
  #shop-detail-container .title-small {
    margin-bottom: 30px;
  }
}
#shop-detail-container .title-small::after {
  margin-top: -2.5em;
  mix-blend-mode: inherit;
}
@media (max-width: 373px) {
  #shop-detail-container .bi {
    margin-bottom: 2.4rem !important;
  }
}

.shop-detail {
  border: none;
  justify-content: space-evenly;
  background-color: white;
  max-width: 980px;
  width: 90%;
}
@media (max-width: 992px) {
  .shop-detail {
    flex-direction: column;
    max-width: 500px;
  }
}
@media (max-width: 438px) {
  .shop-detail {
    padding: 1.2rem !important;
  }
}
.shop-detail .address {
  display: flex;
  flex-direction: column;
}

.shop-img {
  max-width: 404px;
}

/*--------------------------------------------------------------
# メニューバッジ　
--------------------------------------------------------------*/
.yoyaku-item::after {
  content: "要予約";
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #fff;
  background-color: #cd5e5e;
  margin-left: 10px;
  padding: 1px 4px;
  border-radius: 2px;
}

.recomend-item::after {
  content: "オススメ";
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #fff;
  background-color: #cd5e5e;
  margin-left: 10px;
  padding: 1px 4px;
  border-radius: 2px;
}

.modal-body p {
  padding: 10px;
}

/*--------------------------------------------------------------
# hover
--------------------------------------------------------------*/
.thumb-hover {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.thumb-hover:hover {
  transform: scale(0.98);
  opacity: 0.85;
}/*# sourceMappingURL=common.css.map */