/* header
 * ========================================================================== */
/* line 424, ../scss/_siteCommon.scss */
html header {
  opacity: 0;
  transform: translateY(-30px);
  transition: .2s ease-in-out;
}

/* line 431, ../scss/_siteCommon.scss */
html.is-load01 .sec-kv .circle {
  clip-path: inset(0 0 0 0);
}

/* line 439, ../scss/_siteCommon.scss */
html.is-load02 .sec-kv .textWrap h2 {
  clip-path: inset(0 0 0 0);
}

/* line 442, ../scss/_siteCommon.scss */
html.is-load02 .sec-kv .textWrap h3 {
  clip-path: inset(0 0 0 0);
}

/* line 447, ../scss/_siteCommon.scss */
html.is-load02 .sec-kv .mvWrap figure {
  filter: none;
}

/* line 454, ../scss/_siteCommon.scss */
html.is-load03 header {
  opacity: 1;
  transform: translateY(0);
}

/* line 461, ../scss/_siteCommon.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

/* header.is-expand .logoSymbol {
  top: 70px;
  left: 30px;
} */
/* @media only screen and (max-width: 767px) {
  header.is-expand .logoSymbol {
    top: 30px;
    left: 10px;
  }
} */
/* header.is-expand .menuBtn {
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  header.is-expand .menuBtn {
    top: 10px;
    right: 10px;
  }
} */
/* line 479, ../scss/_siteCommon.scss */
header .logoSymbol {
  position: fixed;
  top: 55px;
  left: 110px;
  z-index: 9999;
  transition: .3s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  header .logoSymbol {
    top: 55px;
    left: 80px;
  }
}

header .logoSymbol.is-active {
  opacity: 0;
}

header .logoSymbol a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

header .logoSymbol span {
  color: #fff;
  letter-spacing: .1em;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

header .logoSymbol .main {
  font-size: 24px;
}

header .logoSymbol .sub {
  margin-left: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  header .logoSymbol .main {
    font-size: 20px;
  }

  header .logoSymbol .sub {
    margin-left: 10px;
    font-size: 11px;
  }
}

header .g_nav {
  position: absolute;
  top: 60px;
  top: 100px;
  right: 2%;
}

header .js-headerNav.is-active {
  opacity: 0 !important;
  pointer-events: none;
}

header .g_nav .innerWrap {
  display: flex;
  justify-content: right;
  column-gap: 5%;
}

@media only screen and (max-width:1110px) {
  header .g_nav .innerWrap {
    column-gap: 2%;
  }
}

header .g_nav .innerWrap div a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: 0.4s all ease;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

header .g_nav .innerWrap div a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -10px;
  opacity: 0;
  transition: 0.4s all ease;
}

header .g_nav .innerWrap div a:hover {
  transform: translateX(10px);
}

header .g_nav .innerWrap div a:hover::before {
  opacity: 1;
}

.header_btn_wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

/* カラー提案 */
.header_btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  width: 200px;
  padding: 14px 10px;
  /* background-color: rgb(129, 110, 32); */
  /* background-color: #1f9fbd; */
  background-color: #b5983c;
  /* background-color: #234c99; */
  transition: .4s;
}

.header_btn:nth-child(1) {
  background-color: #000;
}

.header_btn:nth-child(1) span {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.2;
}

.header_btn:hover {
  opacity: .8;
}

header .menuBtn {
  position: fixed;
  left: 20px;
  top: 40px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  z-index: 9999;
  cursor: pointer;
  transition: .3s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  header .menuBtn {
    top: 45px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}

header .menuBtn:hover .btnLine span {
  background: #fff;
}

header .menuBtn:hover .textWrap .menuText {
  color: #F8F7F1 !important;
}

header .menuBtn.is-active .btnLine span {
  background: rgba(248, 247, 241, 0.5);
}

header .menuBtn.is-active .btnLine span:nth-of-type(1) {
  transform: rotate(25deg);
  top: 3px;
  margin-bottom: 6px !important;
}

header .menuBtn.is-active .btnLine span:nth-of-type(2) {
  display: none;
}

header .menuBtn.is-active .btnLine span:nth-of-type(3) {
  transform: rotate(-25deg);
  top: -5px;
}

/* line 563, ../scss/_siteCommon.scss */
header .menuBtn.is-active .textWrap .menuText {
  opacity: 0;
}

/* line 566, ../scss/_siteCommon.scss */
header .menuBtn.is-active .textWrap .closeText {
  opacity: 1;
}

/* line 571, ../scss/_siteCommon.scss */
header .menuBtn .textWrap {
  position: relative;
  top: 3px;
}

/* line 574, ../scss/_siteCommon.scss */
header .menuBtn .textWrap .menuText {
  color: #3C4531 !important;
}

/* line 577, ../scss/_siteCommon.scss */
header .menuBtn .textWrap .closeText {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  text-align: center;
  color: #F8F7F1;
  width: 100%;
}

/* line 589, ../scss/_siteCommon.scss */
header .menuBtn .btnLine {
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-top: 48px;*/
  flex-wrap: wrap;
  position: relative;
  top: 10px;
}

/* line 597, ../scss/_siteCommon.scss */
header .menuBtn .btnLine span {
  width: 50px;
  height: 3px;
  background: #fff;
  margin-bottom: 6px;
  position: relative;
  transition: .2s ease-in 0s;
}

@media only screen and (max-width: 767px) {

  /* line 597, ../scss/_siteCommon.scss */
  header .menuBtn .btnLine span {
    width: 35px;
  }
}

@keyframes menuClip {
  0% {
    margin-bottom: 6px;
  }

  50% {
    margin-bottom: -1px;
  }

  100% {
    margin-bottom: 6px;
  }
}

/* line 611, ../scss/_siteCommon.scss */
header .menuBtn .btnLine span:nth-of-type(1)::before {
  content: "";
  background: rgba(60, 69, 49, 0.5);
  width: 50px;
  height: 1px;
  top: 6px;
  left: 10px;
  opacity: 0;
  transition: .2s ease-in 0s;
  position: absolute;
}

/* line 615, ../scss/_siteCommon.scss */
header .menuBtn p {
  font-size: 12px;
  text-align: center;
  position: relative;
  margin-top: 3px;
  font-family: 'Cormorant Garamond', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media only screen and (max-width: 767px) {

  /* line 615, ../scss/_siteCommon.scss */
  header .menuBtn p {
    font-size: 10px;
  }
}

/* line 622, ../scss/_siteCommon.scss */
header .menuBtn p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  clip-path: inset(0 100% 0 0);
  transition: .4s ease-in-out 1s;
}

/* line 637, ../scss/_siteCommon.scss */
header .menuBtn:hover .btnLine span:nth-of-type(1) {
  /* margin-bottom: 12px; */
  /*&::before{opacity: 1;}*/
}

/* line 648, ../scss/_siteCommon.scss */
header .menuFilter {
  position: fixed;
  transition: .2s ease-in-out 0s;
  z-index: 8;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

/* line 662, ../scss/_siteCommon.scss */
header .menuFilter.is-active {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

/* line 668, ../scss/_siteCommon.scss */
header .headerMenu {
  position: fixed;
  transition: .4s ease-in-out 0s;
  z-index: 9;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {

  /* line 668, ../scss/_siteCommon.scss */
  header .headerMenu {
    width: 100%;
  }
}

/* line 680, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100svh;
  clip-path: inset(0 0 0 100%);
  transition: .4s ease-in-out 0s;
  max-height: 100svh;
  overflow-y: scroll;
  width: 100vw;
  background: #000;
  display: flex;
  justify-content: space-between;
  padding-top: 180px;
}

@media only screen and (max-width: 1024px) {

  /* line 680, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 991px) {

  /* line 680, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer {
    width: calc(100vw - 60px);
    flex-direction: column;
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  header .headerMenu .contentsContainer {
    width: calc(100% - 30px);
    padding-top: 90px;
  }
}

/* line 701, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .siteContents {
  width: calc(55% - 30px);
  padding-left: 4vw;
}

@media only screen and (max-width: 991px) {

  /* line 701, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents {
    width: 100%;
    padding-left: 60px;
  }
}

@media only screen and (max-width: 767px) {

  /* line 701, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents {
    padding-left: 30px;
  }
}

/* line 705, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .siteContents h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {

  /* line 705, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {

  /* line 705, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents h3 {
    font-size: 14px;
  }
}

/* line 709, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .siteContents ul {
  padding-left: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
  row-gap: 50px;
  /* height: calc(80vh - 330px); */
}

@media only screen and (max-width: 991px) {

  /* line 709, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents ul {
    padding: 0;
    margin-bottom: 30px;
    height: auto;
    row-gap: 30px;
  }
}

@media only screen and (max-width: 991px) {

  /* line 712, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents ul li {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {

  /* line 712, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents ul li {
    margin-bottom: 15px;
  }
}

/* line 715, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .siteContents ul li a {
  font-size: 2vw;
  position: relative;
  display: inline-block;
  transition: 0.4s all ease;
  color: #fff;
}

@media only screen and (max-width: 991px) {

  /* line 715, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents ul li a {
    font-size: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
}

@media only screen and (max-width: 767px) {

  /* line 715, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents ul li a {
    font-size: 20px;
  }
}

/* line 718, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .siteContents ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #3C4531;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -25px;
  opacity: 0;
  transition: 0.4s all ease;
}

/* line 719, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .siteContents ul li a span {
  margin-left: 25px;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {

  /* line 719, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents ul li a span {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {

  /* line 719, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .siteContents ul li a span {
    font-size: 12px;
  }
}

/* line 723, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .siteContents ul li a:hover {
  transform: translateX(30px);
}

/* line 724, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .siteContents ul li a:hover::before {
  opacity: 1;
}

/* line 727, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .siteContents ul li:last-of-type {
  margin-bottom: 0;
}

/* line 731, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch {
  width: 45%;
  background: linear-gradient(90deg, #b5983c 0%, #f5d363 100%);
}

@media only screen and (max-width: 991px) {

  /* line 731, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .roomSerch {
    width: 100%;
  }
}

/* line 734, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {

  /* line 734, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .roomSerch a {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {

  /* line 734, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .roomSerch a {
    padding: 60px 30px;
  }
}

/* line 737, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a div {
  color: #fff;
  font-size: 3vw;
  transition: 0.4s all ease;
}

@media only screen and (max-width: 991px) {

  /* line 737, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .roomSerch a div {
    font-size: 7vw;
  }
}

@media only screen and (max-width: 767px) {

  /* line 737, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .roomSerch a div {
    font-size: 24px;
  }
}

/* line 740, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a div span {
  margin-left: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {

  /* line 740, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .roomSerch a div span {
    font-size: 12px;
    margin-left: 15px;
  }
}

/* line 742, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a div span.arrow {
  margin-left: 40px;
  width: 42px;
  height: 42px;
  display: inline-block;
  transition: 0.4s all ease;
  overflow: hidden;
  position: relative;
}

header .headerMenu .contentsContainer .roomSerch a span {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 767px) {

  /* line 742, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .roomSerch a div span.arrow {
    margin-left: 15px;
    width: 18px;
    height: 18px;
  }

  header .headerMenu .contentsContainer .roomSerch a span {
    font-size: 2.4vw;
  }
}

/* line 744, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a div span.arrow::before,
header .headerMenu .contentsContainer .roomSerch a div span.arrow::after {
  content: "";
  max-width: 100px;
  width: 42px;
  height: 42px;
  background: url("../imgs/elements/arrow_w45.svg");
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation-fill-mode: both;
  animation-duration: 0.6s;
}

@media only screen and (max-width: 767px) {

  /* line 744, ../scss/_siteCommon.scss */
  header .headerMenu .contentsContainer .roomSerch a div span.arrow::before,
  header .headerMenu .contentsContainer .roomSerch a div span.arrow::after {
    width: 18px;
    height: 18px;
  }
}

/* line 747, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a div span.arrow::after {
  transform: translate(-100%, 100%);
}

/* line 752, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a:hover div {
  transform: translate(10px, 0);
}

/* line 757, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a.is-hover span.arrow::before {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

/* line 758, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a.is-hover span.arrow::after {
  animation-name: transformRightLeft;
}

/* line 762, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a.is-hover:hover span.arrow::before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}

/* line 763, ../scss/_siteCommon.scss */
header .headerMenu .contentsContainer .roomSerch a.is-hover:hover span.arrow::after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

/* line 772, ../scss/_siteCommon.scss */
header .headerMenu.is-active {
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}

/* line 775, ../scss/_siteCommon.scss */
header .headerMenu.is-active .contentsContainer {
  clip-path: inset(0 0 0 0);
}

/*header svg*/
/* line 783, ../scss/_siteCommon.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}