@charset "utf-8";
/* CSS Document */
/* 共通部分 ------------------------------------ */
html {
  font-size: 62.5%; /* ルートの文字サイズを62.5%縮小し10pxとする */
  color: #6A6157;
  background-color: #fbf3ee;
  overflow-x: hidden;
  overflow-y: auto;
  letter-spacing: 0.8px;
}
body {
  font-size: 1.6em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 2;
  overflow-wrap: break-word;
  width: 100%;
}
main {
  width: 100%;
}
img {
  max-width: 100%;
}
h2 {
  font-size: 3.8rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
h2::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 5rem;
  background-color: #897c6e;
  position: absolute;
  top: 1.3rem;
  left: -2.5rem;
}
h3 {
  font-size: 3rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}
.english {
  font-family: "trajan-pro-3", serif;
  font-weight: 300;
  font-style: normal;
}
.english_400 {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}
.japanese {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/* HEADER ------------------------------------ */
#home_box {
  width: 100%;
  height: 100vh;
}
#header_box {
  height: 130px;
}
.header {
  width: 100%;
  height: auto;
  background-color: #fbf3ee;
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  padding: 3rem 5rem;
  box-sizing: content-box;
}
h1 {
  width: 28rem;
}
.toggle_menu_button {
  display: none;
}
.header_nav ul {
  display: flex;
  font-size: 1.6rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  padding: 2.4rem 3.4rem;
}
.header_nav li:not(:first-child) {
  margin-left: 3.4rem;
}
.header_nav a {
  position: relative;
}
.header_nav a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px; /*下線の太さ*/
  background-color: #b3694a; /*下線の色*/
  transition: .4s; /*アニメーション速度*/
}
.header_nav a:hover {
  color: #b3694a;
}
.header_nav a:hover:after {
  width: 100%;
}
/* FOOTER ------------------------------------ */
.footer {
  width: 100%;
  height: 350px;
  color: #fbf3ee;
  background-color: #6A6157;
  padding: 5rem 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#f_logo {
  width: 300px;
}
address {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 3rem;
}
.f_nav {
  font-size: 1.6rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}
.f_nav ul li {
  margin-top: 1.6rem;
}
.f_nav ul li:first-child {
  margin-top: 0;
}
.f_nav a:hover {
  color: #9E9489;
}
/* HOME ------------------------------------ */
.video_box {
  height: calc(100vh - 130px);
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: 0 auto;
}
.for_mobile {
  display: none;
}
/* CONCEPT ------------------------------------ */
.top_img {
  height: calc(85vh - 130px);
}
.top_img img {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: 0 auto;
}
.inner {
  width: 100%;
  max-width: 1920px; /* 最大インナー幅は1920-(210+210)=1500px */
  margin: 0 auto;
  padding-right: 21rem;
  padding-left: 21rem;
}
.heading {
  margin-top: 3.5rem;
}
.heading_text {
  width: 100%;
  max-width: 1500px;
  margin: 2rem auto;
  font-size: 1.4rem;
  border-bottom: solid #CCC7C1 1px;
  padding-bottom: 5rem;
}
#location {
  width: 100%;
  height: auto;
  margin-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.location_img01 {
  width: 63%;
  align-self: flex-end;
}
.location_img02 {
  width: 57%;
  transform: translate(20px, -90px);
}
.location_box {
  width: 28%;
  align-self: flex-end;
  transform: translate(-20px, -400px);
}
.location_text {
  font-size: 1.4rem;
  margin: 2rem auto;
}
#description {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -25rem;
  margin-bottom: 20rem;
  border-top: solid #CCC7C1 1px;
  padding-top: 5rem;
  border-bottom: solid #CCC7C1 1px;
  padding-bottom: 7rem;
}
.description_box {
  width: 100%;
  height: auto;
}
.description_text {
  font-size: 1.4rem;
  margin: 2rem auto;
}
.description_img {
  display: block;
  margin-top: 5rem;
}
/* ROOMS ------------------------------------ */
.room {
  width: 100%;
  height: auto;
  margin-top: 8rem;
  margin-bottom: 10rem;
  border-bottom: solid #CCC7C1 1px;
  padding-bottom: 3.4rem;
}
.slideshow_room {
  width: 100%;
  height: auto;
}
.room_name_box {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}
.ruby {
  font-size: 1.2rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 300;
  font-style: normal;
}
.room_name {
  margin-top: -1rem;
}
.room_text {
  width: 100%;
  margin: 1.5rem auto 0 auto;
  font-size: 1.4rem;
  border-bottom: solid #CCC7C1 1px;
  padding-bottom: 3rem;
}
.detail {
  display: flex;
  padding-top: 3.4rem;
}
.detail dl {
  width: 45%;
  padding-right: 3.8rem;
  font-size: 1.4rem;
}
.detail dt {
  margin-bottom: 1rem;
}
.detail_img {
  width: 55%;
  height: auto;
}
/* RESTAURANT ------------------------------------ */
.restaurant {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 8rem;
  margin-bottom: 10rem;
  padding: 3.4rem 0 8rem 0;
  border-bottom: solid #CCC7C1 1px;
  padding-bottom: 3.4rem;
  column-gap: 6rem;
}
.restaurant_box {
  width: 34%;
  height: auto;
}
.restaurant_heading {
  width: 100%;
  height: auto;
}
.restaurant_type {
  margin-bottom: -1rem;
}
.restaurant_text {
  margin-top: 1.5rem;
  margin-bottom: 3.4rem;
  font-size: 1.4rem;
  border-bottom: solid #CCC7C1 1px;
  padding-bottom: 2rem;
}
.restaurant_menu {
  font-size: 1.4rem;
  margin-top: 2rem;
}
.restaurant_menu dt {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
}
.restaurant_menu dd {
  font-size: 1.4rem;
}
.slideshow_restaurant {
  width: 66%;
  max-width: 1000px;
  height: auto;
  margin-bottom: 3rem;
}
.reverse {
  flex-direction: row-reverse;
}
.menu_box {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 4.5rem;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.menu_title {
  width: 100%;
  height: auto;
}
.menu {
  width: 80%;
  height: auto;
  margin-top: 1rem;
}
.price {
  width: 20%;
  height: auto;
  margin-top: 1rem;
}
/* ACCESS ------------------------------------ */
.access {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 5rem;
  margin-bottom: 10rem;
  padding-top: 3.4rem;
  padding-bottom: 6rem;
  border-bottom: solid #CCC7C1 1px;
  column-gap: 7rem;
}
.map {
  width: 60%;
  height: auto;
}
#access_box {
  width: 40%;
}
#access_box h3 {
  font-size: 2.5rem;
}
.access_text {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
/* Media Query (769px以上、1280px以下)------------------------------------------------------------------------------- */
@media screen and (min-width:769px) and (max-width:1280px) {
  .location_box {
    width: 28%;
    align-self: flex-end;
    transform: translate(-20px, -300px);
  }
}
/* Media Query (768px以下)------------------------------------------------------------------------------------------ */
@media screen and (max-width:768px) {
  h2 {
    font-size: 2.8rem;
  }
  h2::before {
    width: 0.2rem;
    height: 4rem;
    top: 1rem;
    left: -1rem;
  }
  h3 {
    font-family: "trajan-pro-3", serif;
    font-size: 2rem;
    line-height: 1.3;
  }
  body {
    font-size: 1.6em;
  }
  /* HEADER ------------------------------------ */
  #header_box {
    height: 70px;
    width: 100%;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .header_inner {
    padding: 0 20px;
    height: 100%;
    position: relative;
  }
  h1 {
    width: 170px;
  }
  .toggle_menu_button {
    display: block;
    width: 60px;
    height: 50px;
    background-image: url("../images/hamburger_menu.svg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
  }
  .header_nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #fbf3ee;
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
  }
  .header_nav.is_show {
    display: block;
  }
  .header_nav ul {
    display: block;
    text-align: center;
    font-size: 2rem;
  }
  .header_nav li {
    margin-top: 20px;
  }
  .header_nav li:not(:first-child) {
    margin-left: 0;
  }
  /* FOOTER ------------------------------------ */
  .footer {
    width: 100%;
    height: 450px;
    color: #fbf3ee;
    background-color: #6A6157;
    padding: 10px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #f_logo {
    width: 220px;
    margin-left: -6px;
  }
  address {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .f_nav {
    font-size: 1.5rem;
  }
  .f_nav ul li {
    margin-top: 5px;
  }
  .f_nav ul li:first-child {
    margin-top: 0;
  }
  .f_size {
    width: 300px;
    height: auto;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
  /* HOME ------------------------------------ */
  .video_box {
    height: calc(100vh - 70px);
  }
  .for_pc {
    display: none;
  }
  .for_mobile {
    display: block;
  }
  /* MAIN ------------------------------------ */
  .main {
    padding-top: 70px;
  }
  /* COMMON ------------------------------------ */
  .top_img {
    width: 100%;
    height: calc(70vh - 70px);
  }
  .inner {
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .heading {
    margin-top: 20px;
  }
  .heading_text {
    width: 100%;
    max-width: 1500px;
    margin: 5px auto;
    font-size: 1.3rem;
    border-bottom: solid #CCC7C1 1px;
    padding-bottom: 30px;
  }
  /* CONCEPT ------------------------------------ */
  #location {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .location_img01 {
    width: 75%;
  }
  .location_img02 {
    width: 65%;
    transform: translate(0px, -30px);
  }
  .location_box {
    width: 100%;
    transform: none;
  }
  .location_text {
    font-size: 1.3rem;
    margin: 10px auto;
  }
  #description {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: solid #CCC7C1 1px;
    padding-top: 30px;
    border-bottom: solid #CCC7C1 1px;
    padding-bottom: 30px;
  }
  .description_box {
    width: 100%;
    height: auto;
  }
  .description_text {
    font-size: 1.3rem;
    margin: 10px auto;
  }
  .description_img {
    display: block;
    margin-top: 30px;
  }
  /* ROOMS ------------------------------------ */
  .room {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: solid #CCC7C1 1px;
    padding-bottom: 30px;
  }
  .room_name_box {
    margin-top: -10px;
  }
  .ruby {
    font-size: 1rem;
  }
  .room_name {
    margin-top: -0.8rem;
  }
  .room_text {
    width: 100%;
    margin: 10px auto 0 auto;
    font-size: 1.3rem;
    border-bottom: solid #CCC7C1 1px;
    padding-bottom: 25px;
  }
  .detail {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
  }
  .detail dl {
    width: 100%;
    padding-right: 0;
    font-size: 1.3rem;
  }
  .detail dt {
    margin-bottom: 10px;
      font-size: 1.4rem;
  }
  .detail_img {
    width: 85%;
    margin: 20px auto 2px auto;
  }
    
  /* RESTAURANT ------------------------------------ */
  .restaurant {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: solid #CCC7C1 1px;
    padding-bottom: 30px;
    column-gap: 10px;
  }
  .restaurant_box {
    width: 100%;
  }
  .restaurant_heading {
    width: 100%;
    margin-top: 0px;
  }
  .restaurant_type {
    margin-bottom: -1rem;
  }
  .mobile_layout {
    font-size: 1.2rem;
    margin-top: 5px;
      margin-left: 2px;
  }
  .restaurant_text {
    margin: 10px auto 0 auto;
    font-size: 1.3rem;
    border-bottom: solid #CCC7C1 1px;
    padding-bottom: 20px;
  }
  .restaurant_menu {
    margin-top: 20px;
  }
  .restaurant_menu dt {
      font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .restaurant_menu dd {
    font-size: 1.3rem;
  }
  .slideshow_restaurant {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-bottom: 10px;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  
  /* ACCESS ------------------------------------ */
  .access {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: solid #CCC7C1 1px;
    column-gap: 10px;
  }
  .map {
    width: 100%;
    height: auto;
  }
  #access_box {
    width: 100%;
    margin-top: 50px;
  }
  #access_box h3 {
    font-size: 1.9rem;
    margin-bottom: 5px;
  }
  .access_text {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
} /* media screen and (max-width:768px) */