@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
/* Base styles */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FBF9F4;
  font-family: "Zen Kaku Gothic Antique", -apple-system, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: #d01f1f;
}
a[href^=tel]:not(.bttn):before {
  content: "\f095";
  display: inline-block;
  margin-right: 6px;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
}
a[href*="maps.app.goo.gl"]:not(.bttn):before {
  content: "\f3c5";
  display: inline-block;
  margin-right: 6px;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  border: 0px none transparent;
}

li {
  list-style: none inside;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 544px) {
  .sp br.sp,
.sp span.sp,
.sp a.sp,
.sp b.sp,
.sp i.sp,
.sp strong.sp,
.sp em.sp {
    display: inline-block;
  }
  .sp div.sp,
.sp p.sp,
.sp section.sp,
.sp article.sp,
.sp ul.sp,
.sp ol.sp,
.sp li.sp,
.sp h1.sp,
.sp h2.sp,
.sp h3.sp,
.sp h4.sp,
.sp h5.sp,
.sp h6.sp {
    display: block;
  }
  .sp table {
    display: table;
  }
}

.blockbox {
  width: 100%;
  margin: 0px auto 45px;
}
.blockbox > .inner {
  width: 980px;
  margin: 0px auto;
}
@media screen and (max-width: 980px) {
  .blockbox > .inner {
    width: 94%;
  }
}
.blockbox h2.blockttl {
  margin: 0px 0px 30px;
  text-align: center;
}
.blockbox h2.blockttl .en {
  display: table;
  border-bottom: 4px solid #d01f1f;
  margin: 0px auto 30px;
  padding: 0px 6px 12px;
  font-size: 48px;
  color: #d01f1f;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.blockbox h2.blockttl .jp {
  display: block;
  font-size: 27px;
}

.separator, body.koyado_page #content_summary > .inner:before, body.koyado_page #content_summary > .inner:after, body.top_page #content_feature h2:before, body.top_page #content_feature h2:after, body.top_page #content_feature:after, #drawer ul.itemlist li:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url(img/divider.svg) repeat-x left top;
  border: 0px none transparent;
  margin: 6px auto;
}

.bttn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60px;
  -webkit-box-shadow: 1px 1px 1px #999;
          box-shadow: 1px 1px 1px #999;
  padding: 6px 18px;
  font-size: 21px;
  color: #000;
  text-decoration: none;
}
.bttn:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  min-height: 60px;
  height: 100%;
  background: url(img/bttn_arrow_next.svg) no-repeat left center;
}
.bttn.map {
  background-color: #E3EBE8;
}
.bttn.reserve {
  background-color: #eee6e2;
}
.bttn.website {
  background-color: #e4e3eb;
}
.bttn span {
  position: relative;
}

.koyado_navigation .surugatei h4:before,
.surugatei #content_introduction h1:before {
  content: "1";
}

li.uraku h1:before,
li.uraku h4:before {
  content: "2";
}

li.shorintei h1:before,
li.shorintei h4:before {
  content: "3";
}

li.algo h1:before,
li.algo h4:before {
  content: "4";
}

li.abrigo h1:before,
li.abrigo h4:before {
  content: "5";
}

/*
#headerbox 
*/
#headerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  position: fixed;
  z-index: 100;
  background-color: rgba(183, 153, 82, 0.9);
  padding: 10px 15px;
}
@media screen and (max-width: 544px) {
  #headerbox {
    min-height: 50px;
  }
}
#headerbox + *:not(.koyado_navigation) {
  padding-top: 94px !important;
}
#headerbox + .koyado_navigation {
  padding-top: 64px !important;
}
#headerbox:has(.menu.open) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 102;
  background-color: rgba(243, 238, 227, 0.3);
}
#headerbox:has(.menu.open) .logomark {
  display: none;
}
#headerbox:has(.menu.open) .menu:before, #headerbox:has(.menu.open) .menu:after {
  background: #000;
}
#headerbox:has(.menu.open) .menu span {
  background: #000;
}
#headerbox .logomark a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#headerbox .logomark a:before {
  content: "";
  display: block;
  width: 55px;
  height: 44px;
  background: url(img/header_icon.svg) no-repeat center center/cover;
}
#headerbox .logomark a img {
  width: 160px;
  -webkit-filter: grayscale(100%) brightness(100);
          filter: grayscale(100%) brightness(100);
}
@media screen and (max-width: 544px) {
  #headerbox .logomark a img {
    width: 140px;
    margin-bottom: 3px;
  }
}
#headerbox .menu {
  width: 40px;
  height: 30px;
  position: relative;
  background: none;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
#headerbox .menu span {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headerbox .menu:before, #headerbox .menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headerbox .menu:before {
  top: 4px;
}
#headerbox .menu:after {
  bottom: 4px;
}
#headerbox .menu.open {
  position: relative;
}
#headerbox .menu.open span {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#headerbox .menu.open:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#headerbox .menu.open:after {
  opacity: 0;
}

/* オーバーレイ */
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#overlay.show {
  visibility: visible;
  opacity: 1;
}

/* ドロワー */
#drawer {
  width: calc(100vw - 65px);
  height: 100%;
  position: fixed;
  top: 0;
  left: calc((100vw - 65px) * -1);
  z-index: 103;
  background: #fff;
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
}
#drawer.open {
  left: 0;
}
#drawer button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3976e4;
  border-radius: 6px;
  margin: 0px 0px 15px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.05em;
}
#drawer ul.itemlist li:after {
  margin-top: 12px;
}
#drawer ul.itemlist li a {
  display: block;
  padding: 6px;
}
#drawer ul.itemlist li a:hover {
  background-color: #F3EEE3;
}
#drawer ul.itemlist li h4,
#drawer ul.itemlist li h5 {
  padding: 0px 6px;
}

/* 
#footerbox 
*/
#footerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: rgba(183, 153, 82, 0.9);
  padding: 45px 3%;
  color: #fff;
  text-align: center;
}
#footerbox h3 {
  margin: 0px 0px 6px;
}
#footerbox h3:before {
  content: "";
  display: block;
  width: 55px;
  height: 44px;
  background: url(img/header_icon.svg) no-repeat center center/cover;
  margin: 0px auto 15px;
}
#footerbox h3 img {
  -webkit-filter: grayscale(100%) brightness(100);
          filter: grayscale(100%) brightness(100);
}
#footerbox .catchcopy {
  margin: 0px 0px 15px;
  font-weight: 500;
  line-height: 1;
}
#footerbox .copyright {
  font-size: 11px;
}

/* 
【汎用】
小宿のナビゲーション
 */
.koyado_navigation {
  width: 100%;
  margin: 0px 0px 45px;
}
#drawer .koyado_navigation {
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .koyado_navigation {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 544px) {
  .koyado_navigation {
    margin-bottom: 15px;
  }
}
.koyado_navigation .frame {
  overflow-x: scroll;
}
.koyado_navigation ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  overflow: hidden;
}
#drawer .koyado_navigation ul.itemlist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 544px) {
  #drawer .koyado_navigation ul.itemlist {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .koyado_navigation ul.itemlist {
    width: calc((100vw - 0px) / 3 * 5 + 0px);
  }
}
@media screen and (max-width: 544px) {
  .koyado_navigation ul.itemlist {
    width: calc((100vw - 0px) / 2 * 5 + 0px);
  }
}
.koyado_navigation ul.itemlist li {
  width: auto;
  width: calc((100vw - 0px) / 5);
}
#drawer .koyado_navigation ul.itemlist li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .koyado_navigation ul.itemlist li {
    width: calc((100vw - 0px) / 3);
  }
}
@media screen and (max-width: 544px) {
  .koyado_navigation ul.itemlist li {
    width: calc((100vw - 0px) / 2);
  }
}
#drawer .koyado_navigation ul.itemlist li:after {
  background-size: 600px auto;
}

#drawer body.surugatei .koyado_navigation ul.itemlist li.surugatei, #drawer body.yuraku .koyado_navigation ul.itemlist li.yuraku, #drawer body.algo .koyado_navigation ul.itemlist li.algo, #drawer body.abrigo .koyado_navigation ul.itemlist li.abrigo, #drawer body.shorintei .koyado_navigation ul.itemlist li.shorintei {
  background-color: #F3EEE3;
}

body.surugatei .koyado_navigation ul.itemlist li.surugatei a, body.yuraku .koyado_navigation ul.itemlist li.yuraku a, body.algo .koyado_navigation ul.itemlist li.algo a, body.abrigo .koyado_navigation ul.itemlist li.abrigo a, body.shorintei .koyado_navigation ul.itemlist li.shorintei a {
  background-color: #F3EEE3;
  cursor: default;
  pointer-events: none;
}
body.surugatei .koyado_navigation ul.itemlist li.surugatei .icon, body.yuraku .koyado_navigation ul.itemlist li.yuraku .icon, body.algo .koyado_navigation ul.itemlist li.algo .icon, body.abrigo .koyado_navigation ul.itemlist li.abrigo .icon, body.shorintei .koyado_navigation ul.itemlist li.shorintei .icon {
  background-color: #F3EEE3;
}

.koyado_navigation ul.itemlist li a {
  text-decoration: none;
}
#drawer .koyado_navigation ul.itemlist li a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 8px auto;
  grid-template-columns: 100px auto;
  -ms-grid-rows: auto 6px auto;
  grid-template-rows: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 8px;
  padding: 0px;
      grid-template-areas: "icon title" "icon caption";
}

.koyado_navigation ul.itemlist li a:hover .icon {
  background-color: #F3EEE3;
}
.koyado_navigation ul.itemlist li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 210px;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #d01f1f;
  text-decoration: none;
}
#drawer .koyado_navigation ul.itemlist li .icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: icon;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .koyado_navigation ul.itemlist li .icon {
    height: 20vw;
  }
}
@media screen and (max-width: 544px) {
  .koyado_navigation ul.itemlist li .icon {
    height: 30vw;
  }
}
.koyado_navigation ul.itemlist li .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.koyado_navigation ul.itemlist li .icon span {
  position: absolute;
  left: 10px;
  bottom: 6px;
  z-index: 1;
  text-shadow: -2px -2px 0 #FBF9F4, 2px -2px 0 #FBF9F4, -2px 2px 0 #FBF9F4, 2px 2px 0 #FBF9F4, 0px 0px 2px #FBF9F4;
}
#drawer .koyado_navigation ul.itemlist li .icon span {
  left: 6px;
  font-size: 9px;
}

@media screen and (max-width: 544px) {
  .koyado_navigation ul.itemlist li .icon span {
    font-size: 10px;
  }
}
.koyado_navigation ul.itemlist li h4,
.koyado_navigation ul.itemlist li h5 {
  display: none;
  color: #d01f1f;
}
#drawer .koyado_navigation ul.itemlist li h4,
#drawer .koyado_navigation ul.itemlist li h5 {
  padding: 0px;
  line-height: 1.25em;
}

#drawer .koyado_navigation ul.itemlist li h4 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  -ms-grid-row-align: end;
      align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 21px;
}
@media screen and (max-width: 544px) {
  #drawer .koyado_navigation ul.itemlist li h4 {
    font-size: 18px;
  }
}

li.surugatei .koyado_navigation ul.itemlist li h4:before {
  content: "1";
}

li.uraku .koyado_navigation ul.itemlist li h4:before {
  content: "2";
}

li.shorintei .koyado_navigation ul.itemlist li h4:before {
  content: "3";
}

li.algo .koyado_navigation ul.itemlist li h4:before {
  content: "4";
}

li.abrigo .koyado_navigation ul.itemlist li h4:before {
  content: "5";
}

.koyado_navigation ul.itemlist li h4:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #d01f1f;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}
#drawer .koyado_navigation ul.itemlist li h5 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: caption;
  -ms-grid-row-align: start;
      align-self: start;
  display: block;
  font-size: 14px;
}

/* 
【汎用】
小宿のリスト
 */
#content_koyodolist {
  width: 100%;
  padding: 45px 0px;
}
#content_koyodolist:before {
  content: "";
  display: block;
  width: 100%;
  height: 96px;
  background: url(img/icon_sengen.png) no-repeat center center/contain #FBF9F4;
  border-bottom: 45px solid #FBF9F4;
  margin: 0px auto;
}
@media screen and (max-width: 544px) {
  #content_koyodolist:before {
    height: 64px;
    border-bottom-width: 30px;
  }
}
@media screen and (max-width: 544px) {
  #content_koyodolist {
    padding: 30px 0px;
  }
}
#content_koyodolist .inner {
  width: 100%;
  background-color: #F3EEE3;
  margin: 0px auto;
  padding: 45px 0px;
}
#content_koyodolist .inner h2 {
  margin-bottom: 30px;
  color: #d01f1f;
  text-align: center;
}
#content_koyodolist .inner h2 small {
  display: block;
  font-size: clamp(16px, 4.7vw, 21px);
  font-weight: 500;
}
#content_koyodolist .inner h2 span {
  display: block;
  font-size: clamp(24px, 4.4vw, 36px);
  font-weight: 700;
}
#content_koyodolist .inner ul {
  counter-reset: list-number;
  width: 980px;
  margin: 0px auto;
}
#content_koyodolist .inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 544px) {
  #content_koyodolist .inner ul li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#content_koyodolist .inner ul li a:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#content_koyodolist .inner ul li a div {
  counter-increment: list-number;
}
#content_koyodolist .inner ul li a div::before {
  content: counter(list-number);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #d01f1f;
  border-radius: 50%;
  font-size: clamp(16px, 4.7vw, 24px);
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 544px) {
  #content_koyodolist .inner ul li a div::before {
    width: 30px;
    height: 30px;
    margin: 0px auto;
  }
}
#content_koyodolist .inner ul li.surugatei a:before {
  background-image: url(img/koyado_surugatei.webp);
}
#content_koyodolist .inner ul li.uraku a:before {
  background-image: url(img/koyado_uraku.webp);
}
#content_koyodolist .inner ul li.algo a:before {
  background-image: url(img/koyado_algo.webp);
}
#content_koyodolist .inner ul li.abrigo a:before {
  background-image: url(img/koyado_abrigo.webp);
}
#content_koyodolist .inner ul li.shorintei a:before {
  background-image: url(img/koyado_shorintei.webp);
}
@media screen and (max-width: 980px) {
  #content_koyodolist .inner ul {
    width: 94%;
  }
}
#content_koyodolist .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 238, 227, 0.5)), to(rgba(243, 238, 227, 0.5))), url(img/divider.svg) no-repeat left bottom;
  background: linear-gradient(rgba(243, 238, 227, 0.5), rgba(243, 238, 227, 0.5)), url(img/divider.svg) no-repeat left bottom;
  margin: 0px 0px 6px;
  padding: 0px 15px 9px;
}
#content_koyodolist .inner ul li a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: clamp(18px, 3.3vw, 24px);
  font-weight: 700;
  color: #d01f1f;
  text-decoration: none;
}
#content_koyodolist .inner ul li span {
  font-size: 83.3%;
  color: #d01f1f;
  margin-left: 0.5em;
}
@media screen and (max-width: 544px) {
  #content_koyodolist .inner ul li span {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 544px) {
  #content_koyodolist .inner ul li span + span {
    margin-left: 0px;
  }
}

/* 
【汎用】
Area Map
 */
#content_map {
  padding: 45px 0px;
}
#content_map .title {
  margin: 0px 0px 30px;
  text-align: center;
}
#content_map .link {
  width: 544px;
  margin: 0px auto;
}
@media screen and (max-width: 544px) {
  #content_map .link {
    width: 94%;
  }
}

#map_wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0px auto 30px;
}
@media screen and (max-width: 544px) {
  #map_wrapper {
    overflow-x: hidden;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
#map_wrapper .frame {
  position: relative;
  width: 100%;
}
@media (max-width: 544px) {
  #map_wrapper .frame {
    height: 450px;
    overflow: hidden;
  }
}
@media screen and (max-width: 544px) {
  #map_wrapper .inner {
    width: 735px;
    position: relative;
    height: 100%;
  }
}
@media screen and (max-width: 544px) {
  #map_wrapper img {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    right: 0px;
    max-width: none; /* max-widthの制限を解除 */
  }
}

/*
トップページ
--------------------------------------------------*/
body.top_page {
  /*------------------------------------------------*/
  /* 
  小宿暮らしこそ、有馬の醍醐味
   */
  /* 
  コラム（カフェ・ド・ボウとサボール）
   */
  /* 
  スタッフの声
   */
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
body.top_page #content_introduction {
  margin: 0px auto 60px;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  body.top_page #content_introduction {
    width: 94%;
  }
}
@media screen and (max-width: 544px) {
  body.top_page #content_introduction {
    margin-bottom: 15px;
    padding-top: 15px;
  }
}
body.top_page #content_introduction .kanban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  width: 100%;
  margin: 0px 0px 45px;
}
@media screen and (max-width: 544px) {
  body.top_page #content_introduction .kanban {
    gap: 30px;
    margin-bottom: 15px;
  }
}
body.top_page #content_introduction .kanban dt,
body.top_page #content_introduction .kanban dd {
  max-width: 375px;
}
body.top_page #content_introduction .catchcopy {
  margin: 0px 0px 30px;
  font-size: 21px;
}
@media screen and (max-width: 544px) {
  body.top_page #content_introduction .catchcopy {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
body.top_page #content_introduction .indicator {
  position: relative;
  padding-bottom: 40px;
  font-size: 14px;
}
body.top_page #content_introduction .indicator::after {
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  background: url(img/bttn_arrow_next.svg) no-repeat center;
}
body.top_page #content_feature {
  width: 100%;
}
body.top_page #content_feature:after {
  width: 980px;
  margin-top: 51px;
}
@media screen and (max-width: 980px) {
  body.top_page #content_feature:after {
    width: 100%;
  }
}
body.top_page #content_feature > .inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 96px;
  background: url(img/icon_sengen.png) no-repeat center center/contain #FBF9F4;
  border-bottom: 45px solid #FBF9F4;
  margin: 0px auto;
}
@media screen and (max-width: 544px) {
  body.top_page #content_feature > .inner:before {
    height: 64px;
    border-bottom-width: 30px;
  }
}
body.top_page #content_feature h2 {
  width: 100%;
  margin: 0px 0px 45px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
body.top_page #content_feature ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
  counter-reset: kansuji;
}
@media screen and (max-width: 980px) {
  body.top_page #content_feature ul.itemlist {
    gap: 30px;
  }
}
body.top_page #content_feature ul.itemlist li {
  width: calc((100% - 90px) / 3);
  counter-increment: kansuji;
  position: relative;
}
@media screen and (max-width: 980px) {
  body.top_page #content_feature ul.itemlist li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 544px) {
  body.top_page #content_feature ul.itemlist li {
    width: 100%;
  }
}
body.top_page #content_feature ul.itemlist li::before {
  content: "其の" attr(data-kansuji);
  display: table;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  background-color: #fff;
  border: 3px solid #d01f1f;
  margin: 0px 0px 12px;
  padding: 6px 15px;
  font-size: 18px;
  color: #d01f1f;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
body.top_page #content_feature ul.itemlist li h4 {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
body.top_page #content_feature ul.itemlist li p {
  letter-spacing: -0.025em;
}
body.top_page #content_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F3EEE3;
  padding: 45px 0px 60px;
}
body.top_page #content_column ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 980px) {
  body.top_page #content_column ul.itemlist {
    gap: 45px;
  }
}
body.top_page #content_column ul.itemlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  body.top_page #content_column ul.itemlist li {
    width: 100%;
  }
}
body.top_page #content_column ul.itemlist li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 150px;
}
body.top_page #content_column ul.itemlist li .icon img {
  max-width: initial;
  max-height: 100%;
  width: auto;
}
body.top_page #content_column ul.itemlist li:nth-child(1) img {
  height: 100px;
}

body.top_page #content_column ul.itemlist li h4 {
  border-left: 4px solid #d01f1f;
  margin: 0px 0px 15px;
  padding: 3px 0px 3px 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
}
body.top_page #content_column ul.itemlist li h4 small {
  font-size: 16px;
}
body.top_page #content_column ul.itemlist li .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 15px 0px;
  font-family: "Noto Sans JP", -apple-system, Roboto, Helvetica, sans-serif;
}
body.top_page #content_column ul.itemlist li .address:before {
  content: "\f3c5";
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
}
body.top_page #content_voice {
  width: 100%;
}
body.top_page #content_voice .announce {
  display: none;
  margin-bottom: 30px;
  color: #d01f1f;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.top_page #content_voice .announce {
    display: block;
  }
}
body.top_page #content_voice .frame {
  display: block;
  position: relative;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  body.top_page #content_voice .frame {
    scroll-behavior: smooth; /* スクロール時にスムーズ */
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; /* 横方向・必須スナップ */
    -webkit-overflow-scrolling: touch; /* iOS滑らかスクロール */
  }
}
@media screen and (max-width: 768px) {
  body.top_page #content_voice .frame ul.itemlist {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media screen and (max-width: 768px) {
  body.top_page #content_voice .frame ul.itemlist li {
    scroll-snap-align: start; /* ← 各<li>の開始位置にスナップ */
  }
}
body.top_page #content_voice ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 980px) {
  body.top_page #content_voice ul.itemlist {
    gap: 45px;
  }
}
@media screen and (max-width: 768px) {
  body.top_page #content_voice ul.itemlist {
    display: block;
    width: calc(470vw + 240px);
  }
}
@media screen and (max-width: 768px) {
  body.top_page #content_voice ul.itemlist:after {
    content: "";
    clear: both;
    display: block;
    height: 0px;
    visibility: hidden;
  }
}
body.top_page #content_voice ul.itemlist li {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 980px) {
  body.top_page #content_voice ul.itemlist li {
    width: calc((100% - 45px) / 2);
  }
}
@media screen and (max-width: 768px) {
  body.top_page #content_voice ul.itemlist li {
    float: left;
    width: 94vw;
    margin-right: 60px;
  }
}
body.top_page #content_voice ul.itemlist li:last-child {
  margin-right: 0px;
}
body.top_page #content_voice ul.itemlist li img {
  width: auto;
  height: 200px;
  margin: 0px 0px 15px;
}
body.top_page #content_voice ul.itemlist li .title {
  background: url(img/divider_voice.png) no-repeat center bottom;
  margin: 0px 0px 15px;
  padding: 0px 0px 36px;
  text-align: center;
}
body.top_page #content_voice ul.itemlist li .title h5 {
  margin: 0px 0px 6px;
  font-size: 16px;
}
body.top_page #content_voice ul.itemlist li .title h4 {
  margin: 0px 0px 15px;
  font-size: 21px;
  text-align: center;
}
body.top_page #content_voice ul.itemlist li .title h4 small {
  font-size: 18px;
}
body.top_page #content_voice ul.itemlist li .content h3 {
  margin: 0px 0px 15px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
body.top_page #content_voice ul.itemlist li .content p {
  letter-spacing: -0.025em;
}

/*------------------------------------------------*/
/*
小宿ページ
--------------------------------------------------*/
body.map_page {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
@media screen and (max-width: 544px) {
  body.map_page #content_map {
    margin-bottom: 15px;
    padding: 15px 0px;
  }
}
body.map_page #content_map .title {
  display: none;
}

/*------------------------------------------------*/
/*
小宿ページ
--------------------------------------------------*/
body.koyado_page {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*
  宿泊概要
  */
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
body.koyado_page #drawer h4:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #d01f1f;
  border-radius: 50%;
  font-size: clamp(12px, 1vw, 18px);
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 544px) {
  body.koyado_page #drawer h4:before {
    width: 18px;
    height: 18px;
  }
}
body.koyado_page.surugatei #content_introduction h1:before {
  content: "1";
}
body.koyado_page.uraku #content_introduction h1:before {
  content: "2";
}
body.koyado_page.shorintei #content_introduction h1:before {
  content: "3";
}
body.koyado_page.algo #content_introduction h1:before {
  content: "4";
}
body.koyado_page.abrigo #content_introduction h1:before {
  content: "5";
}
@media (max-width: 980px) {
  body.koyado_page #content_introduction {
    max-width: 100%;
  }
}
body.koyado_page #content_introduction h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0px 0px 6px;
  font-size: 30px;
  color: #d01f1f;
  font-weight: 700;
}
@media screen and (max-width: 544px) {
  body.koyado_page #content_introduction h1 {
    font-size: 24px;
  }
}
body.koyado_page #content_introduction h1:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #d01f1f;
  border-radius: 50%;
  font-size: clamp(12px, 1.2vw, 24px);
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 544px) {
  body.koyado_page #content_introduction h1:before {
    width: 30px;
    height: 30px;
  }
}
body.koyado_page #content_introduction .icon {
  width: 544px;
  margin: 0px auto 15px;
}
@media screen and (max-width: 544px) {
  body.koyado_page #content_introduction .icon {
    width: 94%;
  }
}
body.koyado_page #content_introduction h2 {
  margin: 0px 0px 6px;
  font-size: 27px;
  color: #d01f1f;
  font-weight: 700;
}
body.koyado_page #content_introduction p {
  font-size: 18px;
}
body.koyado_page #content_gallery .outer {
  overflow-x: auto;
}
body.koyado_page #content_gallery ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0px auto;
}
@media screen and (max-width: 544px) {
  body.koyado_page #content_gallery ul.itemlist {
    gap: 15px;
    width: 94%;
  }
}
body.koyado_page #content_gallery ul.itemlist.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.koyado_page #content_gallery ul.itemlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25vw;
}
@media (max-width: 544px) {
  body.koyado_page #content_gallery ul.itemlist li {
    width: 100%;
  }
}
body.koyado_page #content_gallery ul.itemlist li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.koyado_page #content_gallery ul.itemlist li figure figcaption {
  padding: 0px 15px;
}
@media screen and (max-width: 544px) {
  body.koyado_page #content_gallery ul.itemlist li figure figcaption {
    padding: 0px 10px;
  }
}
body.koyado_page #content_gallery ul.itemlist li figure .photo {
  width: 100%;
  height: 16.6666666667vw;
  max-height: 300px;
  position: relative;
  margin: 0px 0px 6px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 544px) {
  body.koyado_page #content_gallery ul.itemlist li figure .photo {
    height: 66.6666666667vw;
  }
}
body.koyado_page #content_gallery ul.itemlist li figure .photo a {
  color: #fff;
  text-decoration: none;
}
body.koyado_page #content_gallery ul.itemlist li figure .photo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
body.koyado_page #content_gallery ul.itemlist li figure .photo a span {
  position: absolute;
  bottom: 8px;
  left: 15px;
  z-index: 1;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 0px -2px 0 #000, 0px 2px 0 #000;
}
@media screen and (max-width: 544px) {
  body.koyado_page #content_gallery ul.itemlist li figure .photo a span {
    font-size: 12px;
  }
}
body.koyado_page #content_hitokoto {
  width: 100%;
  background-color: #F3EEE3;
}
body.koyado_page #content_hitokoto > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  body.koyado_page #content_hitokoto > .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 544px) {
  body.koyado_page #content_hitokoto > .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.koyado_page #content_hitokoto > .inner .icon {
  width: 180px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset -3px -3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset -3px -3px 3px rgba(0, 0, 0, 0.3);
  margin: 0px auto 30px;
  overflow: hidden;
}
body.koyado_page #content_hitokoto > .inner .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
body.koyado_page #content_hitokoto > .inner .icon img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  pointer-events: none;
}
body.koyado_page #content_hitokoto > .inner h3 {
  width: 240px;
  margin: 0px auto 30px;
}
body.koyado_page #content_reservation dl.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 0px;
  margin: 0px 0px 15px;
}
body.koyado_page #content_reservation dl.price dt {
  width: 100%;
  margin: 0px 0px 3px;
  line-height: 1;
}
body.koyado_page #content_reservation dl.price .ammount {
  margin: 0px;
  font-size: 36px;
  color: #d01f1f;
  font-weight: 700;
  line-height: 1;
}
body.koyado_page #content_reservation dl.price .tax {
  margin: 0px;
  padding: 6px 0px 0px;
  font-size: 24px;
  color: #d01f1f;
  font-weight: 700;
}
body.koyado_page #content_reservation ul.amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0px 0px 30px;
}
body.koyado_page #content_reservation ul.amenities li {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
body.koyado_page #content_reservation ul.link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 15px auto 15px auto;
  grid-template-rows: auto auto auto;
  gap: 15px 60px;
      grid-template-areas: "reserve map" "reserve website";
}
@media screen and (width width <= 768px) {
  body.koyado_page #content_reservation ul.link {
    gap: 15px 30px;
  }
}
@media screen and (max-width: 544px) {
  body.koyado_page #content_reservation ul.link {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "reserve" "map" "website";
  }
}
body.koyado_page #content_reservation ul.link li.reserve {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: reserve;
}
body.koyado_page #content_reservation ul.link li.reserve a.bttn {
  min-height: 90px;
}
body.koyado_page #content_reservation ul.link li.map {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: map;
}
body.koyado_page #content_reservation ul.link li.website {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: website;
}
@media screen and (max-width: 544px){
  body.koyado_page #content_reservation ul.link li.reserve {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body.koyado_page #content_reservation ul.link li.map {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  body.koyado_page #content_reservation ul.link li.website {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
body.koyado_page #content_summary {
  margin-bottom: 0px;
}
body.koyado_page #content_summary > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 60px;
}
body.koyado_page #content_summary h3.blockttl {
  width: 100%;
  margin: 0px;
  font-size: 24px;
  color: #d01f1f;
}
body.koyado_page #content_summary dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 544px) {
  body.koyado_page #content_summary dl {
    width: 100%;
  }
}
body.koyado_page #content_summary dl dt {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 6px 15px;
  margin: 0px 0px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25em;
}
body.koyado_page #content_summary dl dd {
  padding: 0px 15px;
}

/*------------------------------------------------*/
/*# sourceMappingURL=style.css.map */