@charset "UTF-8";
.test {
  border: 5px solid #ff0000;
}

.pc,
.sp,
.tb {
  display: none;
}

/* 768以上（PC） */
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
/* 最大767　SPサイト */
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
/* タブレット */
@media screen and (min-width: 520px) and (max-width: 960px) {
  .tb {
    display: block !important;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

body {
  font-family: "游ゴシック体 Medium", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html,
body {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.5;
  text-align: center;
}

body * {
  box-sizing: border-box;
}

#gototop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

#gototop a {
  font-size: 25px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 100vh;
  opacity: 0.8;
}

section {
  width: 100%;
}

/* 768以上（PC） */
@media screen and (min-width: 768px) {
  section .section_inner {
    margin: auto;
    max-width: 1100px;
    /* border: 1px #F05932 solid; */
  }
}
section img {
  margin: auto;
  max-width: 100%;
}

.hero {
  background-color: #F05932;
  position: relative;
  z-index: 1;
}

/* ヒーローイメージ */
/* 768以上（PC） */
/* 767px以下（SP） */
.hero h1 img {
  margin: auto;
  max-width: 1800px;
  width: 100%;
}

/* 768以上（PC） の背景*/
/* ショップスコンテイナー */
@media screen and (min-width: 768px) {
  .shops_container {
    overflow: hidden;
    width: 100%;
  }
  .shops {
    max-width: 1100px;
    margin: auto;
    position: relative;
  }
  .shops::before,
  .shops::after {
    background-image: url(../img/bg_shops.png);
    content: "";
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100vw;
    background-repeat: repeat;
  }
  .shops::before {
    right: 90.1639344262%;
  }
  .shops::after {
    left: 90.1639344262%;
  }
}
/* 767px以下（SP） の背景*/
/* ショップスコンテイナー */
@media screen and (max-width: 767px) {
  .shops_container {
    overflow: hidden;
    width: 100%;
  }
  .shops {
    max-width: 470px;
    margin: auto;
    position: relative;
  }
  .shops::before,
  .shops::after {
    background-image: url(../img/bg_shops_sp.png);
    content: "";
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100vw;
    background-repeat: repeat;
  }
  .shops::before {
    right: 94%;
  }
  .shops::after {
    left: 93.8775510204%;
  }
}
/* ショップセクション */
@media screen and (min-width: 768px) {
  .shops section img {
    max-width: 85.4545454545%;
  }
  /* ティーサロン */
  .tea_salon {
    padding: 7.3333333333% 0 0 0;
  }
  /* ビュッフェ */
  /* チャイニーズ */
}
.stayplan {
  background-color: #FDA115;
}

/* ステイプラン */
/* 768以上（PC） */
@media screen and (min-width: 768px) {
  .stayplan {
    padding: 6.3636363636% 0;
  }
  .stayplan img {
    max-width: 90.6363636364%;
    margin-left: 9.3636363636%;
  }
}
/* 767px以下（SP） */
@media screen and (max-width: 767px) {
  .stayplan {
    padding: 10vw 3vw 7.5vw 3vw;
  }
}
/* お問い合わせ */
/* 768以上（PC） */
@media screen and (min-width: 768px) {
  .inquiry {
    padding: 6.8181818182% 0 3.1818181818%;
  }
  .inquiry img {
    max-width: 43.0909090909%;
  }
}
/* 767px以下（SP） */
@media screen and (max-width: 767px) {
  .inquiry {
    padding: 0 7.5%;
  }
  .inquiry img {
    margin: 12% 0 5%;
  }
}
/* コロナ */
/* 768以上（PC） */
@media screen and (min-width: 768px) {
  .covid {
    padding: 3.1818181818% 0 3.1818181818%;
  }
  .covid img {
    max-width: 85.4545454545%;
  }
}
/* 767px以下（SP） */
@media screen and (max-width: 767px) {
  .covid {
    padding: 5% 7.5% 3.75%;
  }
}
/* 注釈 */
/* 768以上（PC） */
@media screen and (min-width: 768px) {
  .notice {
    padding: 3.1818181818% 0 6.3636363636%;
  }
  .notice img {
    max-width: 81.0909090909%;
  }
}
/* 767px以下（SP） */
@media screen and (max-width: 767px) {
  .notice {
    padding: 3.75% 7.5% 5%;
  }
}
/* footer */
#footer ul {
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 30px 0;
}

#footer ul a {
  color: #000;
  text-decoration: none;
}

#footer ul a:hover {
  text-decoration: underline;
}

.shosai {
  width: 430px;
  padding: 32px 0;
}

/* 767px以下（SP） */
@media (max-width: 768px) {
  .shosai {
    width: 80%;
    padding: 32px 0;
  }
}
.inner {
  margin: 0 auto;
}

.text_area {
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
  padding-bottom: 20px;
  color: #444;
  line-height: 1.4;
}

.title-access {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  margin: 40px 0 20px 0;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
}

.subtitle_gosic_red_mini_center {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(193, 39, 25);
  padding-bottom: 16px;
}

.sns {
  max-width: 170px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.sns_icon {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: center;
}

.copyright_hotel {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: center;
}

#hotel_link {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 13px;
}

#hotel_link > li {
  padding: 0 10px;
  border-left: solid 1px #444;
  border-right: solid 1px #444;
}

#hotel_link > li + li {
  border-left: none;
}

#hotel_link > li a {
  color: #444;
  text-decoration: none;
}

#hotel_link > li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  #hotel_link {
    flex-wrap: wrap;
    max-width: 320px;
    margin-top: 20px;
    font-size: 12px;
  }
  #hotel_link > li {
    width: 100%;
  }
  #hotel_link > li + li {
    border-left: solid 1px #444;
    margin-top: 10px;
  }
}
.hrc {
  height: 0;
  margin: 16px 0 24px 0;
  padding: 0;
  border: 0;
  border-top: 2px solid #aaa;
  width: 800px;
  max-width: 800px;
}

.btn_wrap {
  text-align: center;
}

a.btn_link {
  position: relative;
  display: inline-block;
  padding: 17px 0 8px 0;
  margin-bottom: 30px;
  min-width: 250px;
  min-height: 30px;
  color: #B87B7C;
  font-size: 15px;
  font-family: "ten-mincho-text", serif;
  font-weight: bold;
  text-align: center;
  border-radius: 4rem;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background-color: #fff;
  letter-spacing: 0.1em;
}

.address__name {
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 8px;
}
.address__add {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
}
.address__tel {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 35px;
}

.txt-copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .access {
    margin: 0 auto;
    width: 80%;
  }
  .hrc {
    height: 0;
    margin: 16px 0 24px 0;
    padding: 0;
    border: 0;
    border-top: 2px solid #aaa;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */