@charset "utf-8";

/*----------------------------------------
共通設定
----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
nav a,
.mv p,
p.sb_ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

header h1 a,
nav a,
.mv p,
section .concept,
footer,
footer h2,
footer .back_to_top a {
  color: #fff;
}

h1,
h2,
h3,
p,
ul li {
  color: #333
}

h1 {
  font-size: 3.2rem;
}

h2 {
  margin-bottom: 16px;
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.0rem;
}

p {
  margin-bottom: 16px;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2.0;
}

nav a,
address,
dl,
ul li {
  font-size: 1.6rem;
}

small {
  font-size: 1.2rem;
}

.inner_box_01 {
  max-width: 1280px;
  margin: 0 auto;
}

.inner_box_02 {
  max-width: 1024px;
}

.inner_box_03 {
  max-width: 440px;
}

.main_btn {
  display: flex;
  position: relative;
  width: 240px;
  margin: 24px 0 0 auto;
  padding: 8px 24px;
  background-color: #f9f9f8;
  border: 1px solid #615B54;
}

.concept .main_btn,
.access .main_btn,
.reservation .main_btn,
footer .main_btn {
  margin-left: 0;
}

footer .main_btn {
  margin-top: 24px;
}

.main_btn::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 10%;
  width: 40px;
  height: 8px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  transform: skew(45deg);
}

a.main_btn {
  font-weight: 700;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

a {
  color: #615B54;
}

a:hover {
  opacity: 0.6;
}

/* wrapper
----------------------------------------*/
.wrapper {
  max-width: 1920px;
}

/* header
----------------------------------------*/
header {
  display: flex;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 16px 40px;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

header h1 img {
  width: 92px;
}

header .hd_btn {
  padding: 8px 16px;
  border: 1px solid #fff;
}

/* nav.global
----------------------------------------*/
.global {
  margin-left: auto;
}

.global ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.global ul li:nth-child(5) {
  margin-right: 20px;
}

.global li a {
  display: block;
  padding: 0 20px;
  line-height: 1.5;
}

/* .mv
----------------------------------------*/
.mv {
  position: relative;
}

.title_slider {
  position: absolute;
  bottom: 4em;
  left: 5.20833%;
  z-index: 9;
  font-size: 3.2rem;
  line-height: 2.0;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 4px 4px 24px #000;
}

.mainslider {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 0px !important;
}

.mainslider div {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mainslider div.img01 {
  background-image: url(../image/fv_img_01.jpg);
}

.mainslider div.img02 {
  background-image: url(../image/fv_img_01.jpg);
}

.mainslider div.img03 {
  background-image: url(../image/fv_img_01.jpg);
}

.mainslider .slick-dots {
  bottom: 4%;
}

/* section
----------------------------------------*/
.index section {
  position: relative;
  padding-top: 200px;
}

body.index section.concept,
body.index section.reservation {
  padding-top: 0;
}

section.access {
  padding-bottom: 200px;
}

body.index section:nth-of-type(odd) .inner_box_02 {
  margin-left: auto;
}

body.index section .sb_ttl {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

section .sb_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background-color: #615B54;
}

section .sb_ttl span {
  text-transform: capitalize;
}

body.index section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 400px;
  background-image: url(../image/bg_leaf.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.6;
  pointer-events: none;
}

body.index section:nth-of-type(odd)::before {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}

body.index section:nth-of-type(even)::before {
  right: 0;
  left: auto;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* .concept .reservation
----------------------------------------*/
.concept {
  background-image: url(../image/concept_img_01.png);
  background-color: #fff;
}

.reservation {
  background-image: url(../image/reservation_img.jpg);
}

.concept,
.reservation {
  height: 640px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.concept .inner_box_01,
.reservation .inner_box_01 {
  display: flex;
  height: 100%;
  align-items: center;
}

.concept .inner_box_01,
.reservation .inner_box_01 {
  justify-content: flex-end;
}

.concept p,
.concept h2,
.reservation p,
.reservation h2 {
  color: #fff;
  text-shadow: 4px 4px 24px #000;
}

.concept .main_btn,
.reservation .main_btn {
  text-shadow: none;
}

.concept .sb_ttl,
.reservation .sb_ttl {
  overflow: hidden;
}

.concept .sb_ttl::after,
.reservation .sb_ttl::after {
  background-color: #fff;
}

/* .access
----------------------------------------*/
.access .inner_box_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.access h3 {
  margin-bottom: 4px;
}

.access p {
  margin-bottom: 24px;
}

.access p.sb_ttl {
  margin-bottom: 0;
}

.access ul {
  margin-bottom: 16px;
}

.access ul li {
  padding-left: 32px;
  line-height: 2.0;
}

.access .sp_only {
  display: none;
}

iframe {
  aspect-ratio: 16 / 9;
}

.iframe-wrap {
  width: 48%;
  padding: 5% 0;
}

.iframe-wrap iframe {
  width: 100%;
  height: 100%;
}

/* footer
----------------------------------------*/
footer {
  padding: 90px;
  background-color: #615B54;
}

footer .inner_box_01 {
  display: flex;
  justify-content: space-between;
}

footer .inner_box_01 section {
  padding: 0;
}

footer h2 img {
  width: 92px;
}

footer dl {
  margin-top: 16px;
}

footer dl div {
  display: flex;
}

footer dl dt {
  width: 7em;
}

footer dl dd {
  margin-left: 16px;
}

footer .back_to_top {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 1.2rem;
  text-align: end;
}

footer .back_to_top a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 1em;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
}

footer .sns_link img {
  width: 32px;
  margin-right: 16px;
}

footer small {
  display: block;
  text-align: center;
}

/* body.booking
----------------------------------------*/
body.booking .mv {
  background-image: url(../image/fv_img_02.jpg);
  height: 400px;
}

body.booking article .inner_box_02 {
  margin: 0 auto;
  overflow: hidden;
}

body.booking article {
  padding: 40px 0;
}

body.booking h2 {
  border-bottom: 1px solid #615B54;
}

body.booking h3 {
  margin-bottom: 16px;
}

body.booking section.search-area {
  padding: 32px;
  background: white;
  border: 1px solid #615B54;
}

body.booking form.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

body.booking .form-group {
  display: flex;
  flex-direction: column;
}

body.booking .form-group label {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}

body.booking input[type="date"],
select {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

body.booking .submit-btn {
  padding: 10px 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #615B54;
  border-radius: 4px;
  cursor: pointer;
}

.notice {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #888;
}

section.plan {
  margin-top: 40px;
  padding: 32px;
  background-color: #f9f9f8;
}

.plan p,
.plan ul li,
.plan h3,
.plan h4,
.plan dt,
.plan dd {
  color: #333;
}

.plan h4 {
  margin-bottom: 8px;
}

.plan_container,
.room {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  justify-content: space-between;
  gap: 24px;
}

.room {
  margin-bottom: 40px;
}

.room_container .room:last-child {
  margin-bottom: 0;
}

.plan_container {
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
}

.plan_detail,
.room_detail {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.room_detail {
  width: 70%;
}

.plan_detail p,
.room_detail p {
  line-height: 1.0;
  margin-bottom: 0;
}

p.plan_description,
p.room_description {
  margin-bottom: 16px;
}

.plan_container img {
  width: 40%;
}

.booking .plan ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.booking ul li {
  display: flex;
  gap: 4px;
  font-size: 1.4rem;
}

.plan ul li img {
  width: 20px;
  filter: invert(35%) sepia(13%) saturate(325%) hue-rotate(352deg) brightness(92%) contrast(85%);
}

.plan .room_price p:first-child {
  font-size: 1.4rem;
  margin-top: 48px;
}

.plan p span {
  padding-left: 4px;
  font-size: 2.4rem;
}

.room {
  display: flex;
}

.room img {
  width: 30%;
}

.plan_bottom,
.room_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.btn_container {
  display: flex;
  gap: 8px;
}

.plan_btn,
.reserve-btn {
  width: 160px;
  padding: 8px 16px;
  text-align: center;
  background-color: #615B54;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.plan_btn a {
  font-size: 1.6rem;
  color: #fff;
}

/* .breadcrumb
----------------------------------------*/
.breadcrumb {
  margin-top: 16px;
}

.breadcrumb ul {
  display: flex;
  gap: 8px;
}

.breadcrumb ul li {
  font-size: 1.4rem;
}

.breadcrumb ul li a::after {
  content: "";
  margin-right: 8px;
}

/* @media
----------------------------------------*/
@media screen and (max-width: 1024px) {
  html, body {
    overflow-x: hidden;
  }

  .global li a {
    padding: 8px 12px;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  .booking h3 {
    font-size: 2.0rem;
  }

  p,
  .access ul li,
  footer address,
  footer dt,
  footer dd {
    font-size: 1.4rem;
  }

  section {
    margin-bottom: 100px;
    padding-top: 100px;
  }

  section.concept,
  section.reservation {
    margin-bottom: 0;
  }

  body.index section::before {
    background-image: none;
  }

  .access ul li {
    padding-left: 0;
    font-size: 1.2rem;
  }

  .main_btn {
    width: 200px;
    padding: 6px 16px;
  }

  .inner_box_01,
  .inner_box_02,
  .inner_box_03 {
    width: 100%;
  }

  .inner_box_01,
  .booking .inner_box_02 {
    padding: 0 24px;
  }

  footer {
    width: 100%;
    padding: 40px 24px;
  }

  section.access {
    padding-bottom: 0;
  }

  .access .inner_box_02 {
    display: block;
  }

  .iframe-wrap {
    width: 100%;
  }

  .iframe-wrap iframe {
    width: 100%;
  }

  footer .inner_box_01 {
    display: block;
  }

  footer .sns_link {
    margin-bottom: 40px;
  }

  nav.global {
    display: none;
  }

  nav.menu {
    display: block;
  }

  nav ul li a {
    border-right: 0;
  }

  .btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    padding: 10px;
    background-color: #615B54;
  }

  .btn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 6px;
    background-color: #fff;
    transition: 0.5s;
  }

  .btn span:last-child {
    margin-bottom: 0;
  }

  .btn.active span:nth-child(1) {
    background-color: #fff;
    transform: rotate(45deg) translate(5.5px, 5.5px);
  }

  .btn.active span:nth-child(2) {
    opacity: 0;
  }

  .btn.active span:nth-child(3) {
    background-color: #fff;
    transform: rotate(-45deg) translate(5.5px, -5.5px);
  }

  .menu {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100dvh;
    padding-top: 80px;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.5s;
  }

  .menu.active {
    right: 0;
  }

  .menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu ul li {
    margin-bottom: 1%;
    text-align: center;
  }

  .menu ul li a {
    font-weight: 800;
    color: #615B54;
  }

  header .hd_btn {
    border-color: #615B54;
  }
}

@media screen and (max-width: 768px) {
  .booking section {
    margin-bottom: 0;
  }

  .title_slider {
    bottom: 2em;
    left: 8%;
    width: 80%;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.1em;
  }

  .mainslider div {
    height: 90vh;
  }

  .inner_box_03 {
    max-width: 1024px;
  }

  body.booking form.search-form {
    flex-direction: column;
  }

  p.plan_description {
    margin-top: 16px;
  }

  .plan_container,
  .plan_bottom,
  .room {
    display: block;
  }

  .room img,
  .plan_container img {
    width: 100%;
  }

  .plan_btn,
  .btn_container {
    margin-top: 8px;
  }

  .room_detail {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .index section {
    padding-top: 0;
  }

  h2 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 2.0rem;
  }

  .plan ul li img {
    width: 16px;
  }

  .plan ul li {
    font-size: 1.2rem;
  }

  br.sp_only {
    display: inline;
  }

  .main_btn {
    width: 180px;
    font-size: 1.3rem;
  }

  .inner_box_01 {
    padding-top: 50px;
  }

  .inner_box_03 {
    padding: 0;
  }

  .concept,
  .reservation {
    height: auto;
    padding: 50px 0;
  }

  .btn_container {
    flex-direction: column;
  }
}