@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Set core root defaults */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
fieldset {
  border: 0;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

figure {
  margin: 0;
}

main a {
  color: inherit;
  display: block;
  text-decoration: none;
}

main img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

pre {
  white-space: pre-wrap;
}

body {
  width: 100%;
}

main {
  flex: 1;
}

main a {
  color: #0099db;
  display: inline-block;
}

main a:hover {
  text-decoration: underline;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}

footer {
  position: relative;
}

/* スマホサイズの初期表示OFF-------------------------------- */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/* パンくずリスト-------------------------------- */
#topic-path {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  #topic-path {
    padding: 30px 0 20px;
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v126/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.tategaki-title,
.tategaki-desc {
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.05em;
  text-orientation: upright;
}
@media screen and (max-width: 767px) {
  .tategaki-title,
  .tategaki-desc {
    writing-mode: lr;
    text-align: center;
  }
}

.tategaki-title {
  font-size: clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
  line-height: 1.7;
}

.tategaki-desc {
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  line-height: 2.4;
}
.tategaki-desc span {
  display: inline-block;
}

.mv {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("/images/shimofuro-book/shimofuro-book-mv.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mv {
    flex-direction: column;
    background-image: url("/images/shimofuro-book/shimofuro-book-mv-sp.jpg");
  }
}
.mv__title {
  filter: drop-shadow(0 0 5px #000);
}
.mv__title img {
  height: 55vh;
}
.mv__sub-title {
  position: absolute;
  top: 35vh;
  left: 10vw;
  text-align: left;
  font-size: clamp(1.375rem, 1.042rem + 1.67vw, 2.5rem);
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  .mv__sub-title {
    margin-top: 30px;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
}

.prologue {
  background: #d6e5ea;
  margin-top: -102px;
  padding-top: 102px;
}
@media screen and (max-width: 767px) {
  .prologue {
    margin-top: -72px;
    padding-top: 72px;
  }
}
.prologue__text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .prologue__text {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.prologue__bg {
  margin-top: -30vw;
}

.about__container {
  display: flex;
  flex-wrap: nowrap;
  padding: 10vw 0 0;
}
.about__container--reverse {
  flex-direction: row-reverse;
  padding-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .about__container--reverse {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .about__container {
    flex-direction: column;
    align-items: center;
  }
}
.about__text-area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about__text-area {
    width: 100%;
  }
}
.about__text {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  padding: 0 20px 10vw;
}
@media screen and (max-width: 1023px) {
  .about__text {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about__text {
    flex-direction: column;
    align-items: center;
    padding-top: 25vw;
  }
}
@media screen and (max-width: 1023px) {
  .about__desc {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .about__desc {
    line-height: 2.4;
  }
}
.about__img {
  position: absolute;
  width: min(35vw, 200px);
  bottom: -30px;
  left: 10vw;
}
.about__img--reverse {
  left: auto;
  right: 10vw;
}
@media screen and (max-width: 767px) {
  .about__img {
    bottom: auto;
    top: -3vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about__gallery {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about__gallery {
    width: 100%;
  }
}

.senshitsu__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .senshitsu__text {
    gap: 0;
    margin-left: -10vw;
  }
}
.senshitsu__img {
  width: min(20vw, 100px);
}
.senshitsu__title {
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  line-height: 1.7;
  padding-bottom: 20px;
}
.senshitsu__sub-title {
  display: block;
  font-size: clamp(1.125rem, 0.903rem + 1.11vw, 1.875rem);
  padding-bottom: 5px;
}
.senshitsu__container {
  position: relative;
  width: 100%;
  background: url("/images/shimofuro-book/shimofuro-book-sec2.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .senshitsu__container {
    background-image: url("/images/shimofuro-book/shimofuro-book-sec2-sp.jpg");
  }
}
.senshitsu__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.senshitsu__list {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  gap: 30px;
  padding: 150px 0 100px;
}
@media screen and (max-width: 1023px) {
  .senshitsu__list {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .senshitsu__list {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 60px;
    padding: 80px 10px 50px;
  }
}
.senshitsu__item {
  position: relative;
  width: 100%;
  background: #fff;
  flex: 1;
  border: solid 1px #fff;
}
.senshitsu__item-title {
  position: absolute;
  display: inline-block;
  width: min(80%, 200px);
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  background: #fff;
  padding: 10px 15px;
  border: 3px double #333;
  font-size: clamp(1.25rem, 0.954rem + 1.48vw, 2.25rem);
}
@media screen and (max-width: 767px) {
  .senshitsu__item-title {
    top: -30px;
  }
}
.senshitsu__item-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.senshitsu__item-title--pink::before {
  background: #ea5d59;
}
.senshitsu__item-title--orange::before {
  background: #e89a28;
}
.senshitsu__item-title--blue::before {
  background: #50a4dd;
}
.senshitsu__item-title span {
  display: block;
  font-size: clamp(0.875rem, 0.801rem + 0.37vw, 1.125rem);
  padding-top: 5px;
}
.senshitsu__item-desc-area {
  padding: 15px;
}
.senshitsu__item-desc {
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  line-height: 1.7;
}
.senshitsu__item-desc::after {
  content: "";
  display: block;
  height: 1px;
  width: 60%;
  background-color: #ccc;
  margin: 10px 0;
}
.senshitsu__item-info {
  line-height: 1.7;
}

.kaikyonoyu__container {
  display: flex;
  flex-wrap: nowrap;
  padding: 10vw 0 0;
}
.kaikyonoyu__container--reverse {
  flex-direction: row-reverse;
  padding-bottom: 10vw;
}
@media screen and (max-width: 767px) {
  .kaikyonoyu__container {
    flex-direction: column;
    align-items: center;
  }
}
.kaikyonoyu__text-area {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .kaikyonoyu__text-area {
    width: 100%;
  }
}
.kaikyonoyu__text {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  padding: 0 20px 10vw;
}
@media screen and (max-width: 1023px) {
  .kaikyonoyu__text {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kaikyonoyu__text {
    flex-direction: column;
    align-items: center;
    padding: 0 20px 10vw;
  }
}
@media screen and (max-width: 1023px) {
  .kaikyonoyu__desc {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .kaikyonoyu__desc {
    line-height: 2.4;
  }
}
.kaikyonoyu__img {
  position: absolute;
  width: min(35vw, 200px);
  bottom: -60px;
  right: 6vw;
}
@media screen and (max-width: 767px) {
  .kaikyonoyu__img {
    position: static;
  }
}
.kaikyonoyu__gallery {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .kaikyonoyu__gallery {
    width: 100%;
  }
}

.kaikyonoyu-facilityname__title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  margin: 0 auto;
  padding: 16px 25px 15px;
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
  border: 2px solid #1d1d1d;
  box-shadow: 5px 5px 0 #333;
}
.kaikyonoyu-facilityname__title span:first-child {
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
}

.onsentype {
  padding: 25px 0 5vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .onsentype {
    padding-bottom: 10vw;
  }
}
.onsentype__container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 16px 7px;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .onsentype__container {
    padding: 6px 7px 5px;
  }
}
.onsentype__container--pink {
  background: #ea5d59;
}
.onsentype__container--orange {
  background: #e89a28;
}
.onsentype__container--blue {
  background: #50a4dd;
}
.onsentype__img {
  width: 18px;
}
@media screen and (max-width: 767px) {
  .onsentype__img {
    width: 15px;
  }
}
.onsentype__title {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .onsentype__title {
    font-size: 14px;
  }
}

.kaikyonoyu-about__container {
  display: flex;
  flex-wrap: nowrap;
  padding: 10vw 0 0;
  gap: 5vw;
}
.kaikyonoyu-about__container--reverse {
  flex-direction: row-reverse;
  padding-bottom: 10vw;
}
@media screen and (max-width: 767px) {
  .kaikyonoyu-about__container {
    flex-direction: column;
    align-items: center;
  }
}
.kaikyonoyu-about__text-area {
  width: 60%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .kaikyonoyu-about__text-area {
    flex-direction: column;
    width: 100%;
  }
}
.kaikyonoyu-about__text {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 0 20px 10vw;
}
@media screen and (max-width: 767px) {
  .kaikyonoyu-about__text {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .kaikyonoyu-about__desc {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .kaikyonoyu-about__desc {
    line-height: 2.4;
  }
}

.kaikyonoyu-info {
  width: 40%;
  margin-top: -180px;
}
@media screen and (max-width: 767px) {
  .kaikyonoyu-info {
    width: 100%;
    margin-top: 10vw;
  }
}
.kaikyonoyu-info__container {
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  .kaikyonoyu-info__container {
    width: 100%;
    padding: 0 20px 15vw;
  }
}
.kaikyonoyu-info__img {
  padding-bottom: 20px;
}

.facility-info__list {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .facility-info__list {
    padding-bottom: 10px;
  }
}
.facility-info__list-item {
  display: flex;
  width: 100%;
  padding-bottom: 7px;
  overflow-wrap: break-word;
  text-align: left;
}
.facility-info__list-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.facility-info__list-desc {
  min-width: 0;
  line-height: 1.5;
}
.facility-info__list-desc a {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .facility-info__tel {
    color: #000;
  }
  .facility-info__tel:hover {
    text-decoration: none;
  }
}
.facility-info__link {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .facility-info__link {
    text-align: center;
  }
}

.meal__sec-img {
  position: relative;
  width: 100%;
  height: 500px;
  background: url("/images/shimofuro-book/shimofuro-book-sec3.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .meal__sec-img {
    height: 300px;
    background-image: url("/images/shimofuro-book/shimofuro-book-sec3-sp.jpg");
  }
}
.meal__container {
  margin-top: -150px;
  padding: 80px 50px 180px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .meal__container {
    margin-top: -50px;
    padding: 10px 10px 25vw;
  }
}
.meal__text {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .meal__text {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.meal__img {
  position: absolute;
  width: min(35vw, 180px);
  bottom: -5vw;
  right: 3vw;
}
@media screen and (max-width: 767px) {
  .meal__img {
    position: static;
  }
}

.shimofuro-map {
  background: #d3ecef;
}
@media screen and (max-width: 767px) {
  .shimofuro-map {
    margin-bottom: -50px;
  }
}
.shimofuro-map__container {
  position: relative;
  top: -50px;
}
.shimofuro-map__text {
  display: inline-block;
  background: #fff;
  padding: 15px 25px 10px;
  border: 6px double #333;
  font-size: clamp(1.25rem, 0.954rem + 1.48vw, 2.25rem);
}
@media screen and (max-width: 767px) {
  .shimofuro-map__text {
    top: -30px;
  }
}
.shimofuro-map__title-min {
  display: block;
  font-size: clamp(1.125rem, 0.903rem + 1.11vw, 1.875rem);
  padding-bottom: 12px;
}

.inn {
  background: #d3ecef;
}
.inn__list {
  padding: 60px 0 5px;
  counter-reset: number 0;
}
.inn__list-item {
  position: relative;
  background: #fff;
  padding: 35px 40px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .inn__list-item {
    padding: 20px 15px;
    margin-bottom: 50px;
  }
}
.inn__list-item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  position: absolute;
  top: 20px;
  right: 30px;
  color: #ccc;
  font-size: clamp(5rem, 3.148rem + 9.26vw, 11.25rem);
}
@media screen and (max-width: 767px) {
  .inn__list-item::before {
    top: 0;
    right: 10px;
  }
}
.inn__gallery {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .inn__gallery {
    width: 100%;
  }
}

.inn-name__container {
  position: relative;
  display: flex;
  padding: 0 0 20px 130px;
}
@media screen and (max-width: 767px) {
  .inn-name__container {
    padding: 0 0 15px 90px;
  }
}
@media screen and (max-width: 479px) {
  .inn-name__container {
    padding: 0 0 15px 75px;
  }
}
.inn-name__img {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: auto;
}
.inn-name__img img {
  height: 180px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .inn-name__img img {
    height: 130px;
  }
}
@media screen and (max-width: 479px) {
  .inn-name__img img {
    height: 110px;
  }
}
.inn-name__img--tsubota {
  margin-left: -10px;
}
@media screen and (max-width: 479px) {
  .inn-name__img--tsubota {
    margin-left: -5px;
  }
}
.inn-name__img--maruhon {
  margin-left: -20px;
}
.inn-name__img--satsukiso {
  margin-left: -20px;
}
.inn-name__img--oogiya {
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .inn-name__img--oogiya {
    margin-left: -40px;
  }
}
@media screen and (max-width: 479px) {
  .inn-name__img--oogiya {
    margin-left: -30px;
  }
}
.inn-name__info {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .inn-name__info {
    padding-bottom: 10px;
  }
}
.inn-name__num {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  background: #333;
  color: #fff;
  font-size: clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
}
.inn-name__title {
  text-align: left;
  line-height: 1.2;
  font-size: clamp(1.5rem, 0.833rem + 3.33vw, 3.75rem);
}
.inn-name__title span {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .inn-name__sub-title {
    font-size: 70%;
  }
}

.inn-info__container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .inn-info__container {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
  }
}
.inn-info__text {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .inn-info__text {
    width: 100%;
  }
}
.inn-info__desc {
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  line-height: 1.7;
}
.inn-info__desc::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin: 15px 0 20px;
}
@media screen and (max-width: 767px) {
  .inn-info__desc::after {
    margin: 10px 0 15px;
  }
}

.epilogue__sec-img {
  position: relative;
  width: 100%;
  height: 500px;
  background: url("/images/shimofuro-book/shimofuro-book-sec4.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .epilogue__sec-img {
    height: 300px;
    background-image: url("/images/shimofuro-book/shimofuro-book-sec4-sp.jpg");
  }
}
.epilogue__container {
  margin-top: -150px;
  padding: 80px 50px 90px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .epilogue__container {
    margin-top: -50px;
    padding: 10px 10px 10vw;
  }
}
.epilogue__text {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .epilogue__text {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.book__container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
  border: 1px solid #333;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .book__container {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
}
.book__img {
  width: max(50%, 300px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .book__img {
    width: 100%;
  }
}
.book__text {
  flex: 1;
}
.book__title {
  font-size: clamp(1.5rem, 1.204rem + 1.48vw, 2.5rem);
}
.book__title-min {
  display: inline-block;
  font-size: clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
}
.book__desc {
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  padding-top: 20px;
}
.book__desc::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin: 10px 0 25px;
}

.book-info__list {
  text-align: left;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .book-info__list {
    display: inline-block;
    text-align: center;
  }
}
.book-info__list-item {
  line-height: 1.5;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}
.book-info__list-item dt {
  text-align: center;
  line-height: 1.4;
  padding: 3px;
  min-width: 9em;
  height: 100%;
  background: #f4f4f4;
}
.book-info__list-item dd {
  line-height: 1.4;
  padding-top: 3px;
}
.book-info__list-item a {
  line-height: 1.7;
}/*# sourceMappingURL=style.css.map */