/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sp {
  display: block;
}
.tab {
  display: none;
}
.pc {
  display: none;
}

body {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-size: 16px;
}
a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
section {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: -1;

}
.inner {
  max-width: 90%;
  margin-inline: auto;
}
.green1 {
  color: #004498;
}
.green2 {
  color: #00cece;
}
.green3 {
  color: #93c0c7;
}
/* header */
.header {
  height: 80px;
  padding: 0 1rem;
}
.header__logo {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
}
.float-btn {
  display: inline-block;
  color: #fff;
  background-color: #004498;
  padding: 0.5rem 0;
  width: 300px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255 ,0.3);
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.float-btn span {
  font-size: 20px;
  font-weight: bold;
}
.fv__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.fv__inner img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__title {
  /* 縦書き */
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-right: 30%;
  font-size: 20px;
}
/* .fv__title span {
  font-size: 2rem;
} */
/* .fv-title-big {
  letter-spacing: 1.2em;
  font-size: 40px;
  padding-top: 40px;
} */
.fv-item1 {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}
.fv-item2 {
  grid-column: 2 / 6;
  grid-row: 1 / 2;
}
.fv-item3 {
  grid-column: 2 / 6;
  grid-row: 2 / 3;
}
.fv-item4 {
  grid-column: 2 / 6;
  grid-row: 3 / 4;
}
.fv__bottom {
  background-color: rgba(147, 192, 199, .3);
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 80px;
}
.fv-bottom_text {
  writing-mode: vertical-rl;
  margin: auto;
}
.fv-bottom_text p {
  font-size: 1.2rem;
}

/* cta */
.cta {
  text-align: center;
  color: #555;
  font-size: 30px;
  background-image: url(../images/common/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 85%;
  width: 100%;
  margin-inline: auto;
  padding: 30px 10px;
  position: relative;
  z-index: -1;
}
.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(174, 250, 245, 0.3);
  z-index: -1;
}
.cta__text {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.cta__text--big {
  font-size: 50px;
  font-weight: bold;
}
.cta__text--small {
  font-size: 17px;
  margin-top: 20px;
}
.cta__btn {
  margin-top: 20px;
  text-shadow: none;
  position: relative;
  z-index: 2;
}
.cta__annotation {
  max-width: 85%;
  width: 100%;
  margin-inline: auto;
  font-size: 12px;
  margin-top: 8px;
  color: #333;
}
.btn {
  display: inline-block;
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  color: #004498;
  border-radius: 30px;
  width: 240px;
  text-decoration: none;
}
.message1 {
  padding-bottom: 10rem;
  overflow: hidden;
}
.message1__inner {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: end;
}
.message1__img {
  width: 85%;
}
.message1__wrap {
  margin: auto;
  margin-top: 50px;
  position: relative;
}
.message1__wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 200%;
  height: 680px;
  margin-right: auto;
  top: -300px;
  right: -180%; 
  background-color: rgba(147, 192, 199, .3);
  z-index: -1;
}
.message1__title {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.875rem);
  margin-left: 16px;
  white-space: nowrap;
}
.message1__text p {
  white-space: nowrap;
  font-size: 15px;
  line-height: 2.5;
}
.message1__text span {
  /* text-combine-upright: all; */
  text-combine-upright: digits 2;
}

.message2 {
  padding-bottom: 8rem;
  margin-top: 100px;
  margin-bottom: 100px;
}
.message2__inner {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 100%;
  display: flex;
}
.message2__img {
  width:100%;
  height: 300px;
  position: relative;
  z-index: 1;
}
.message2__img img {
  aspect-ratio: 4/3;
  width:85%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.message2__wrap {
  margin: auto;
  margin-top: 50px;
  position: relative;
}
.message2__wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 200%;
  height: 550px;
  margin-right: auto;
  top: -150px;
  left: -150%; 
  background-color: rgba(147, 192, 199, .3);
  z-index: -1;
}
.message2__title {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.875rem);
  margin-left: 16px;
  white-space: nowrap;
}
.message2__text p {
  white-space: nowrap;
  font-size: 15px;
  line-height: 2.5;
}
.message2__text span {
  /* text-combine-upright: all; */
  text-combine-upright: digits 2;
}
.message2__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  writing-mode: initial;
  font-size: 12px;
  padding: 6px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
/* introduction */
.introduction {
  padding-top: 0;
  padding-bottom: 0;
}
.introduction__inner {
  padding-bottom: 0;
  padding-top: 160px;
  background-color: #F3F3F3;
}
.introduction__head {
  text-align: center;
  font-size: 28px;
}
.introduction__sub-title {
  text-align: center;
  color: #004498;
  position: relative;
  z-index: 1;
}
.introduction__sub-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.introduction__sub-title h3 {
  font-size: clamp(3.125rem, 2.969rem + 0.78vw, 3.75rem);
}
.introduction__sub-title span {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.introduction__desc {
  text-align: center;
  margin-top: 30px;
}
.introduction__contents1 {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
}
.introduction__items1 {
  margin-top: 60px;
}
.introduction__items2 {
  margin-top: 60px;
  max-width: 95%;
  margin-inline: auto;
}
.introduction__items2 .introduction__item {
  max-width: 500px;
  margin: auto;
}
.introduction__contents1.experience {
  padding-top: 160px;
  padding-bottom: 50px;
  max-width: 100%;
}
.introduction__contents2.experience {
  /* background-color: #93c0c7; */
  background-color: rgba(147, 192, 199, .3);
  padding-top: 160px;
  padding-bottom: 100px;
  max-width: 100%;
}
.experience {
  background-color: rgba(147, 192, 199, .3);
  position: relative;
  z-index: 0;
  padding-bottom: 100px;
}
/* card1 */
.card1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.card1 + .card1 {
  margin-top: 60px;
}
.card1__inner {
  display: contents;
}
.card1__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card1__img {
  grid-column: 2 / 6;
  grid-row: 1 / 3;
}
.card1__hotel {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  color: #a99d7e;
  font-size: 24px;
}
.card1__title {
  grid-column: 1 / 6;
  grid-row: 3 / 4;
  margin-top: 20px;
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
}
.card1__text {
  grid-column: 1 / 6;
  grid-row: 4 / 5;
  margin-top: 20px;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
}
.card1:nth-child(odd) .card1__img {
  grid-column: 1 / 5;
  grid-row: 1 / 3;
}
.card1:nth-child(odd) .card1__hotel {
  grid-column: 5 / 6;
  grid-row: 1 / 3;
}
.card1__hotel {
  writing-mode: vertical-rl;
}
/* card2 */
.card2 {
  position: relative;
}
.card2__img img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card2__hotel {
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  letter-spacing: .1em;
  letter-spacing: 0.125em;
  padding-right: 8px;
  padding: 10px;
  margin: auto;
  background-color: rgba(255, 255, 255 ,0.6);
  z-index: 1;
  text-shadow: 1px 2px 2px rgba(255, 255, 255 ,0.3);
}
.card2__caption {
  position: absolute;
  width: 100%;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 10px 2%;
  font-size: 12px;
  line-height: 1.5;
  background:  rgba(0, 0, 0 ,0.5);
}
.card2__caption p:first-child {
  font-size: 16px;
}

.card3__head {
font-size: 14px;
line-height: 2;
letter-spacing: 0.1em;
}

.card3__title {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.card3__text {
  font-size: 10px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

.card3__price {
  border: 1px solid #004498;
  margin-top: 20px;
  text-align: center;
}
.sale {
  position: relative;
  letter-spacing: 0.1em;
}
.sale::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: red;
}
.card3__price--sale {
  color: #fff;
  background-color: #004498;
  padding: 10px 20px;
  letter-spacing: 0.1em;
}

.card3__price-inner {
  padding: 10px 2%;
}
.type {
  font-size: 0.8rem;
  margin-bottom: 10px;
  letter-spacing: 0.1em;

}
.green1.price {
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 1.6rem;
}
.card3__notes {
  margin-top: 10px;
}
.card3__notes p {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.detail-btn {
  display: inline-block;
  margin-top: 0.8rem;
  background-color: #a99d7e;
  color: #FFF;
  padding: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.hp-link {
  display: block;
  text-align: right;
  color: #333333;
  text-decoration: none;
  font-size: 1rem;
  padding: 1rem 0.5rem;
}

.slider-2 img {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.slider-2 li {
  max-width: 500px;
}
.landscape-caption {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
.caption-kyoto {
  right: initial;
  left: 0;
}
.slider-2 li.slide-kyoto {
  object-fit: initial;
  object-position: right;
}
/* 768pxから960pxまでのスタイル */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .tab {
    display: block;
  }
  .message2__img {
    height: 400px;
  }
}


/* 960px以上のスタイル */
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
  .pc {
    display: block;
  }

  .inner {
  /* padding: 0 1.2rem; */
  max-width: 1200px;
  margin-inline: auto;
}
.fv__inner {
  grid-template-columns: repeat(9, 1fr);
}
.fv__inner img {
  aspect-ratio: 4/3;
}
.fv__title {
  font-size: 40px;
  padding-right: 0;
}
.fv__title span {
  font-size: 3rem;
}
.fv__bottom {
  max-width: 500px;
  margin-right: 20%;
  margin-left: auto;
}
.fv-item1 {
  grid-column: 5 / 6;
  grid-row: 1 / 5;
}
.fv-item2 {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}
.fv-item3 {
  grid-column: 1 / 4;
  grid-row: 2 / 3;
}
.fv-item4 {
  grid-column: 7 / 10;
  grid-row: 2 / 3;
}
.fv-title-big {
  font-size: 50px;
  padding-top: 240px;
}
.cta {
  max-width: 650px;
}
.cta__text {
  font-size: 30px;
}
.cta__text--big {
  font-size: 46px;
}
.cta__text--small {
  font-size: 24px;
  margin-top: 20px;
}
.cta__btn {
  margin-top: 30px;
}
.cta__annotation {
  max-width: 650px;
}
.btn {
  font-size: 24px;
  width: 300px;
}
.message1 {
  padding-bottom: 12rem;
}
.message1__inner {
  flex-direction: column-reverse;
}
.message1__img {
  max-width: 50%;
}
.message1__img img {
  width: 100%;
  box-shadow: 9rem 7rem 0 rgba(147, 192, 199, .3);
}
.message1__wrap {
  /* margin-right: 40px; */
  width: 40%;
  margin-top: 0;
}
.message1__wrap::before {
  display: none;
}
.message1__title {
  font-size: 30px;
  margin-left: 3rem;
}
.message1__text p {
  font-size: 20px;
}

.message2 {
  padding-bottom: 9rem;
}
.message2__inner {
  flex-direction: column;
  margin-top: 60px;
}
.message2__img {
  max-width: 50%;
  height: 100%;
}
.message2__img img {
  width: 100%;
  box-shadow: -150px 150px 0 rgba(147, 192, 199, .3);
}
.message2__wrap {
  margin-right: 40px;
  width: 40%;
  margin-top: 0;
}
.message2__wrap::before {
  display: none;
}
.message2__title {
  font-size: 30px;
  margin-left: 60px;
}
.message2__text p {
  font-size: 20px;
}
.message2__caption {
  font-size: 14px;
}
.introduction__contents {
  /* max-width: 1200px; */
  max-width: 85%;
  margin-inline: auto;
}
.introduction__items1 {
  margin-top: 80px;
}
.introduction__items2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  max-width: 100%;
}
.introduction__items2 .introduction__item {
  margin: initial;
}
.introduction__sub-title span {
  font-size: 1rem;
}
.card1 {
  grid-template-columns: repeat(7, 1fr);
  display: flex;
  align-items: start;
  justify-content: center;
}
.card1:nth-child(odd) {
  flex-direction: row-reverse;
}
.card1__inner {
  display: block;
  width: 50%;
}
.card1__img {
  max-width: 500px;
  width: 100%;
}
.card1__img img {
  aspect-ratio: 4/3;
}
/* .card1__img {
  grid-column: 4 / 8;
  grid-row: 1 / 5;
}
.card1__hotels {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}

.card1__text {
  grid-column: 1 / 4;
  grid-row: 3 / 5;
} */
.card1__hotel {
  writing-mode: initial;
  /* white-space: nowrap; */
  font-size: clamp(1.375rem, 1.202rem + 0.36vw, 1.563rem);
}
.card2 {
  width: calc(100% / 3);
}
.slider-2 li + li {
  margin-left: 20px;
}
.card1__img.slider-2 li + li{
  margin-left: 0;
}
/* card2 */
.card2__caption p:first-child {
  font-size: 18px;
}
.card2__caption {
  font-size: 12px;
}
.card2__hotel {
  font-size: 14px;
  padding: 12px;
}
/* card3 */
.card3__inner {
display: grid;
/* grid-template-columns: repeat(10, 1fr); */
gap: 20px;
}


/* .card3__img {
grid-column: 1 / 11;
grid-row: 1 / 3;
} */

/* .card3__price {
grid-column: 1 / 6;
grid-row: 3 / 4;
} */

.card3__price--sale {
font-size: 20px;
}
.card3__price--sale span {
  font-size: 2rem;
}
.card3__price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.type {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.sale {
  font-size: 1.2rem;
}
.green1.price {
  font-size: 2.5rem;
}

/* .card3__notes {
  grid-column: 1 / 6;
  grid-row: 4 / 5;
  font-size: 16px;
} */

.card3__btn-wrap {
  /* grid-column: 6 / 11; */
  /* grid-row: 3 / 5; */
  width: 100%;
  margin-left: auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
.recommend__title {
  font-size: 28px;
}
.detail-btn {
  margin-top: 0;
}
.hp-link {
  display: block;
  background-color: #a99d7e;
  color: #FFF;
  padding: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0;
  width: 100%;
}
.landscape-caption {
  font-size: 14px;
}
.experience {
  padding-bottom: 10rem;
}
.area_box.panel-item {
  max-width: 80%;
  margin-inline: auto;
}
}









/* .v_spring {
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
} */

/* .v_spring .fv .t_logo {
  width: 60%;
  max-width: 180px;
  margin: 1rem;
} */
.v_spring {
  position: relative;
  z-index: 0;
}
.v_spring .fv .sp {
  display: flex;
}

.v_spring .fv .sp .fv_ttl {
  width: 10%;
  margin: 5%;
}

.v_spring .fv .sp .fv_ttl img {
  width: 100%;
}

.v_spring .fv .sp .fv_img {
  width: 85%;
}

.v_spring .fv .intro {
  background-color: #fff0ed;
  padding: 4rem 2rem 2rem;
  position: relative;
  top: -2rem;
  z-index: -1;
  margin-bottom: -2rem;
}

.v_spring .fv .intro img {
  width: 60%;
  margin-left: auto;
}

.v_spring .link a {
  display: block;
}

.v_spring .link a img {
  padding: 2rem;
}

.v_spring .link .note {
  margin-top: -1.5rem;
  padding: 0 0.5rem;
}

.v_spring .spring_life h3 {
  padding: 2rem;
}

.v_spring .spring_life .main {
  width: 100%;
}

.v_spring .spring_life .sli {
  margin: 3rem 0;
}

.v_spring .spring_life .sli .scroll,
.v_spring .spring_life .sli .scroll_2 {
  display: flex;
}

.v_spring .spring_food {
  margin-top: 3rem;
  background-color: #f3f3f3;
  padding: 2rem 0;
}

.v_spring .spring_food .ttl {
  margin-bottom: 2rem;
}

.v_spring .spring_food .ttl h3 {
  padding: 2rem;
  width: 80%;
  max-width: 340px;
  margin: 0 auto;
}

.v_spring .spring_food .ttl .circle {
  width: 60%;
  max-width: 200px;
  margin: -1rem auto 1rem;
}

.v_spring .spring_food .ttl h4 {
  width: 70%;
  max-width: 180px;
  margin: 0 auto;
}

.v_spring .spring_food .main ul li {
  margin-bottom: 2rem;
}

.v_spring .spring_food .main ul li:nth-child(odd) {
  padding-right: 1rem;
}

.v_spring .spring_food .main ul li:nth-child(even) {
  padding-left: 1rem;
}

.v_spring .spring_landscape {
  margin-top: 3rem;
  background-color: #fff0ed;
  padding: 2rem 0;
}

.v_spring .spring_landscape .ttl {
  margin-bottom: 2rem;
}

.v_spring .spring_landscape .ttl .circle {
  width: 60%;
  max-width: 200px;
  margin: 2rem auto 1rem;
}

.v_spring .spring_landscape .ttl h4 {
  width: 70%;
  max-width: 180px;
  margin: 0 auto;
}

.v_spring .spring_landscape .main ul li img {
  vertical-align: bottom;
}

.v_spring .recommend {
  background-color: #F3F3F3;
  padding: 3rem 2rem;
  text-align: center;
}

.v_spring .recommend h3 {
  margin-bottom: 1.5rem;
}

.v_spring .recommend .main p {
  padding: 0.5rem 0;
}

.v_spring .recommend .main .list {
  margin-top: 2rem;
}

.v_spring .hotel_list {
  background-image: url(../images/sp/sp_hotel_bg@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 3rem;
}

.v_spring .hotel_list h3 {
  padding: 2rem 2rem 0;
  width: 80%;
  max-width: 340px;
  margin: 0 auto;
}

.v_spring .hotel_list .main {
  padding: 2rem;
}

.v_spring .hotel_list .main p {
  width: 80%;
  margin: 2rem auto;
}

.v_spring .hotel_list .main .area {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.v_spring .hotel_list .main .map {
  margin: 3rem 0;
}

.v_spring .hotel_list .main .map img {
  width: 100%;
}

.v_spring .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.v_spring .tab-item {
  display: block;
  color: #928763;
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  border: 0.8px solid #928763;
}

.v_spring .tab-item:hover,
.v_spring .tab-item.is-active {
  color: #FFF;
  background-color: #928763;
}

.v_spring .panel-list {
  background-color: #fff;
}

.v_spring .panel-item {
  display: none;
  width: 100%;
}

.v_spring .panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.v_spring .hotels_wrap {
  padding: 3rem 2rem 0;
}

.v_spring .hotels_wrap .hotels_links {
  margin-bottom: 3rem;
}

.v_spring .hotels_wrap .area_box {
  padding-bottom: 1rem;
  border-bottom: 1px solid #928763;
  margin-bottom: 2rem;
}

.v_spring .hotels_wrap .area_box:last-child {
  border-bottom: none;
}

.v_spring .hotels_wrap .area_box h4 {
  height: 2rem;
  margin: 0 auto 2rem 0.5rem;
}

.v_spring .hotels_wrap .area_box h4 img {
  height: 100%;
}

.v_spring .hotels_wrap .area_box ul li {
  margin-bottom: 2rem;
}

.v_spring .hotels_wrap .area_box ul li .hotel {
  margin-bottom: 1rem;
}

.v_spring .hotels_wrap .area_box ul li .plan {
  padding: 0 0.5rem;
}

.v_spring .hotels_wrap .area_box ul li .plan a {
  display: block;
  margin-top: 0.8rem;
  background-color: #a99d7e;
  color: #FFF;
  padding: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
}

.v_spring .hotels_wrap .area_box ul li .hp_link a {
  display: block;
  text-align: right;
  color: #333333;
  text-decoration: none;
  font-size: 1rem;
  padding: 1rem 0.5rem;
}

.footer {
  background-color: #000000;
  padding: 2rem 2rem 7rem;
}

.footer .b_logo {
  width: 60%;
  margin: 0 auto 1rem;
}

.footer .sp {
  margin: 2rem auto 0;
}

.footer .sp a {
  display: block;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .v_spring .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .v_spring .fv .t_logo {
    width: 60%;
    max-width: 240px;
    margin: 4rem 0;
  }
  .v_spring .fv .sp {
    display: none;
  }
  .v_spring .fv .pc {
    display: flex;
    align-items: center;
  }
  .v_spring .fv .pc .fv_ttl {
    margin: 0 15%;
    position: relative;
    top: -5rem;
  }
  .v_spring .fv .pc .fv_ttl img {
    max-width: 140px;
  }
  .v_spring .fv .intro {
    width: 600px;
    margin-left: auto;
    padding: 6rem;
    position: relative;
    top: -2rem;
    z-index: -1;
    margin-bottom: -2rem;
    text-align: center;
  }
  .v_spring .fv .intro img {
    width: 60%;
  }
  .v_spring .link {
    margin: 10rem auto;
  }
  .v_spring .link a {
    max-width: 650px;
    margin: 4rem auto;
  }
  .v_spring .link a img {
    padding: 0;
  }
  .v_spring .link .note {
    max-width: 540px;
    margin: -2rem auto 0;
    padding: 0;
  }
  .v_spring .link .note img {
    width: 100%;
  }
  .v_spring .spring_life {
    margin-top: 10rem;
  }
  .v_spring .spring_life h3 {
    padding: 0;
    text-align: center;
    margin-bottom: 8rem;
  }
  .v_spring .spring_life h3 img {
    max-width: 340px;
  }
  .v_spring .spring_life .main {
    width: 100%;
  }
  .v_spring .spring_life .main .food_wrap.pc {
    width: 100%;
    margin-bottom: 8rem;
  }
  .v_spring .spring_life .main .food_wrap.pc .wide {
    position: relative;
  }
  .v_spring .spring_life .main .food_wrap.pc .wide .img {
    width: 60%;
    position: relative;
    z-index: -1;
  }
  .v_spring .spring_life .main .food_wrap.pc .wide .txt {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto;
  }
  .v_spring .spring_life .main .food_wrap.pc .wide .txt img {
    width: 60%;
  }
  .v_spring .spring_life .main .landscape_wrap.pc {
    width: 100%;
    margin-top: 10rem;
    margin-bottom: 8rem;
  }
  .v_spring .spring_life .main .landscape_wrap.pc .wide {
    position: relative;
  }
  .v_spring .spring_life .main .landscape_wrap.pc .wide .img {
    width: 100%;
    position: relative;
    right: 0;
    z-index: -1;
  }
  .v_spring .spring_life .main .landscape_wrap.pc .wide .img img {
    width: 60%;
    display: block;
    margin-left: auto;
  }
  .v_spring .spring_life .main .landscape_wrap.pc .wide .txt {
    width: 45%;
    position: absolute;
    text-align: right;
    top: 0;
    margin-left: auto;
  }
  .v_spring .spring_life .main .landscape_wrap.pc .wide .txt img {
    width: 60%;
  }
  .v_spring .spring_life .sli {
    margin: 6rem 0;
  }
  .v_spring .spring_life .sli .scroll,
  .v_spring .spring_life .sli .scroll_2 {
    display: flex;
  }
  .v_spring .spring_food {
    margin-top: 8rem;
    padding: 8rem 0;
  }
  .v_spring .spring_food .ttl {
    margin-bottom: 2rem;
  }
  .v_spring .spring_food .ttl h3 {
    padding: 0;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
  .v_spring .spring_food .ttl .circle {
    width: 100%;
    max-width: 180px;
    margin: 2rem auto 1rem;
  }
  .v_spring .spring_food .ttl h4 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .v_spring .spring_food .main ul {
    margin-top: 6rem;
  }
  .v_spring .spring_food .main ul li {
    margin-bottom: 6rem;
  }
  .v_spring .spring_food .main ul li:nth-child(odd) {
    padding-right: 0;
  }
  .v_spring .spring_food .main ul li:nth-child(even) {
    padding-left: 0;
  }
  .v_spring .spring_food .pc .d_img_list {
    display: flex;
  }
  .v_spring .spring_food .pc .d_txts {
    width: 45%;
    margin: 5rem auto 3rem;
  }
  .v_spring .spring_landscape {
    margin-top: 0;
    padding: 8rem 0 1rem;
  }
  .v_spring .spring_landscape .ttl {
    margin-bottom: 2rem;
  }
  .v_spring .spring_landscape .ttl .circle {
    width: 100%;
    max-width: 180px;
    margin: 2rem auto 1rem;
  }
  .v_spring .spring_landscape .ttl h4 {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
  .v_spring .spring_landscape .main {
    margin-top: 6rem;
  }
  .v_spring .spring_landscape .main ul {
    display: flex;
  }
  .v_spring .spring_landscape .main ul li img {
    vertical-align: bottom;
  }
  .v_spring .recommend {
    padding: 8rem 0;
  }
  .v_spring .recommend h3 {
    max-width: 380px;
    margin: 2rem auto;
  }
  .v_spring .recommend .main p {
    max-width: 650px;
    margin: 2rem auto;
  }
  .v_spring .recommend .main .list {
    max-width: 450px;
    margin: 4rem auto;
  }
  .v_spring .hotel_list {
    background-image: url(../images/pc/hotel_bg@2x.jpg);
    padding-top: 8rem;
  }
  .v_spring .hotel_list h3 {
    padding: 2rem 2rem 0;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .v_spring .hotel_list .main {
    padding: 4rem 0 8rem;
  }
  .v_spring .hotel_list .main p {
    width: 100%;
    max-width: 840px;
    margin: 2rem auto;
  }
  .v_spring .hotel_list .main .area {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .v_spring .hotel_list .main .map {
    margin: 3rem auto;
    max-width: 600px;
  }
  .v_spring .hotel_list .main .map img {
    width: 100%;
  }
  .v_spring .hotels_links .tab-item {
    padding: 1rem 3rem;
    border: 0.9px solid #928763;
    font-size: 1.2rem;
  }
  .v_spring .hotels_links .tab-item:hover,
  .v_spring .hotels_links .tab-item.is-active {
    color: #FFF;
    background-color: #928763;
  }
  .v_spring .hotels_wrap {
    padding: 6rem 2rem 0;
  }
  .v_spring .hotels_wrap .hotels_links {
    padding-bottom: 4rem;
  }
  .v_spring .hotels_wrap .area_box {
    padding-bottom: 4rem;
    border-bottom: 1px solid #928763;
    margin-bottom: 6rem;
  }
  .v_spring .hotels_wrap .area_box:last-child {
    border-bottom: none;
  }
  .v_spring .hotels_wrap .area_box h4 {
    height: 3rem;
    margin: 0 auto 2rem 0.5rem;
  }
  .v_spring .hotels_wrap .area_box h4 img {
    height: 100%;
  }
  .v_spring .hotels_wrap .area_box ul {
    margin-top: 4rem;
  }
  .v_spring .hotels_wrap .area_box ul li {
    margin-bottom: 4rem;
  }
  .v_spring .hotels_wrap .area_box ul li .hotel {
    margin-bottom: 1.5rem;
  }
  .v_spring .hotels_wrap .area_box ul li .pc_flex {
    display: flex;
  }
  .v_spring .hotels_wrap .area_box ul li .pc_flex .plan {
    width: 50%;
    padding: 0;
  }
  .v_spring .hotels_wrap .area_box ul li .pc_flex .plan img {
    width: 100%;
  }
  .v_spring .hotels_wrap .area_box ul li .pc_flex .hp_link {
    width: 48%;
    margin-left: 2%;
  }
  .v_spring .hotels_wrap .area_box ul li .pc_flex .hp_link a {
    display: block;
    background-color: #a99d7e;
    color: #FFF;
    padding: 1.5rem;
    font-size: 1.2rem;
    text-align: center;
  }
  .v_spring .hotels_wrap .area_box ul li .pc_flex .hp_link a:first-child {
    margin-bottom: 1.5rem;
  }
  .footer {
    padding: 4rem;
  }
  .footer .b_logo {
    width: 100%;
    max-width: 190px;
    margin: 0 auto 1rem;
  }
  .footer .pc a {
    display: block;
    max-width: 400px;
    margin: 4rem auto;
  }
}

.fixed {
  position: fixed;
  bottom: 0.2rem;
  z-index: 999;
  /* width: 90%; */
  max-width: 320px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 767px) {
  .fixed {
    bottom: 0.3rem;
    left: auto;
    right: 0.2rem;
    transform: unset;
  }
}

html {
  scroll-behavior: smooth;
}

.v_spring .sli .slider-2 .slick-slide {
  width: 40%;
  max-width: 35vw;
  height: auto;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}

.v_spring .sli .slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .v_spring .sli .slider-2 .slick-slide {
    max-width: 65vw;
    margin: 0 10px;
  }
}
