@charset "UTF-8";

html {
  font-size: 62.5%;
  color: #363636;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.325vw;
  }
}

.display_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }
}

.display_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .display_sp {
    display: block;
  }
}

.has-image {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
}

.has-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  max-width: none;
  height: auto;
  margin: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .has-image {
    padding-bottom: 0;
  }

  .has-image img {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }
}


a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  display: block;
}

.fixed {
  position: fixed;
}

.inner {
  width: clamp(200px, 98%, 118rem);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: clamp(200px, 100%, 118rem);
    padding: 0 3rem;
  }
}

/*================================================================
# パーツ
================================================================ */
.reservation_btn {
  background-color: #c77373;
  border: 0.2rem solid #363636;
  border-radius: 3.8rem;
  padding: 1.8rem 7rem 1.8rem 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 2 0px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .reservation_btn {
    padding: 1.6rem 6.8rem 1.6rem 4.7rem;
    width: 100%;
  }
}

.reservation_btn .btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  color: #fff;
  line-height: 1.4;
  font-size: 2.4rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .reservation_btn .btn_inner {
    -webkit-column-gap: 1.8rem;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
    font-size: 1.9rem;
  }
}

.reservation_btn .btn_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.6rem;
  height: 1.9rem;
  background-image: url(/lp/img/ico_arrow_white.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.reservation_btn .icon {
  width: 4rem;
  height: 4rem;
}

@media screen and (max-width: 768px) {
  .reservation_btn .icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.more_btn {
  font-size: 1.6rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 1px solid #363636;
  width: 100%;
  max-width: 27.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .more_btn {
    max-width: 20rem;
  }
}

.more_btn a {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.more_btn_green {
  margin-top: 10rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #839c74;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .more_btn_green {
    margin-top: 6rem;
  }
}

.more_btn_green a {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  text-align: center;
}

.flex_block {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .flex_block {
    margin-top: 8.5rem;
  }
}

.flex_block .block_title {
  font-size: 3.2rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flex_block .block_title {
    font-size: 2rem;
    line-height: 1.45;
  }

  .flex_block .block_title::before,
  .flex_block .block_title::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }

  .flex_block .block_title::before {
    margin-top: calc((1 - 1.45) * 0.5em);
  }

  .flex_block .block_title::after {
    margin-bottom: calc((1 - 1.45) * 0.5em);
  }
}

.flex_block .flex_items {
  margin-top: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8rem;
}

@media screen and (max-width: 768px) {
  .flex_block .flex_items {
    margin-top: 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6rem;
  }
}

.flex_block .flex_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 38rem;
}

.flex_block .flex_items .item .item_title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 2rem;
}

.flex_block .flex_items .item .item_title::before,
.flex_block .flex_items .item .item_title::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.flex_block .flex_items .item .item_title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.flex_block .flex_items .item .item_title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 768px) {
  .flex_block .flex_items .item .item_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .flex_block .flex_items .item .item_main .item_img {
    width: 14rem;
  }

  .flex_block .flex_items .item .item_main .item_title {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.flex_block .flex_items .item .item_detail {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .flex_block .flex_items .item .item_detail {
    font-size: 1.4rem;
  }
}

.flex_block .flex_items .item .item_detail .address {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .flex_block .flex_items .item .item_detail .address {
    margin-bottom: 0.5rem;
  }
}

.flex_block .flex_items .item .item_detail .address::before {
  display: block;
  content: "";
  width: 1.8rem;
  height: 1.7rem;
  background-image: url(/lp/img/ico_address.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 11px;
  min-height: 12px;
}

.flex_block .flex_items .item .more_btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .flex_block .flex_items .item .more_btn {
    font-size: 1.4rem;
    max-width: 20rem;
  }

  .flex_block .flex_items .item .more_btn a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.section_bnr {
  width: 100%;
  max-width: 80rem;
  margin-top: 12rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .section_bnr {
    margin-top: 5.3rem;
  }
}

/*================================================================
# header
================================================================ */
.header {
  position: relative;
  background-color: #fff;
}

.header .bnr_10th {
  position: absolute;
  top: 0;
  left: 2rem;
  width: 20rem;
  z-index: 10;
}

@media screen and (max-width: 992px) {
  .header .bnr_10th {
    width: 14rem;
  }
}

@media screen and (max-width: 768px) {
  .header .bnr_10th {
    width: 10rem;
    left: 1.5rem;
  }
}

.header_inner {
  padding: 1.85rem 4rem 1.35rem 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .header_inner {
    padding-left: 17rem;
  }
}

@media screen and (max-width: 768px) {
  .header_inner {
    padding-left: 12rem;
    padding-right: 1.5rem;
  }
}

.header_inner .header_logo {
  width: 39.5rem;
}

@media screen and (max-width: 992px) {
  .header_inner .header_logo {
    width: 34.5rem;
  }
}

@media screen and (max-width: 768px) {
  .header_inner .header_logo {
    width: 22.4rem;
  }
}

@media screen and (max-width: 768px) {
  .header_inner .header_nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: #fff;
    padding-left: 4rem;
    padding-right: 4rem;
    height: 100vh;
    padding-bottom: 10rem;
    overflow: scroll;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .header_inner .header_nav .nav_head {
    width: 22.4rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
  }
}

.header_inner .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

@media screen and (max-width: 992px) {
  .header_inner .header_nav ul {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .header_inner .header_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4rem;
    padding-top: 4rem;
  }
}

.header_inner .header_nav ul li {
  font-size: 1.4rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .header_inner .header_nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 1.8rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .header_inner .header_nav ul li .nav_image {
    margin-bottom: 0.5rem;
  }
}

.header_inner .header_nav.open {
  opacity: 1;
  z-index: 30;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header .button__hum {
  display: none;
}

@media screen and (max-width: 768px) {
  .header .button__hum {
    display: block;
    width: 2.2rem;
    height: 1.5rem;
    padding: 0;
    background: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    top: 4rem;
    right: 4rem;
    z-index: 40;
  }

  .header .button__hum:focus {
    outline: 0;
  }

  .header .button__hum .button__hum__line {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 1.7rem;
    height: 2px;
    background-color: #080808;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .header .button__hum .button__hum__line::before {
    content: "";
    position: absolute;
    top: -0.7rem;
    right: 0;
    width: 2.2rem;
    height: 2px;
    background-color: #080808;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header .button__hum .button__hum__line::after {
    content: "";
    position: absolute;
    top: 0.7rem;
    right: 0;
    width: 1.2rem;
    height: 2px;
    background-color: #080808;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header .button__hum.is_active .button__hum__line {
    background-color: rgba(53, 126, 207, 0);
  }

  .header .button__hum.is_active .button__hum__line:before {
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    width: 2.2rem;
  }

  .header .button__hum.is_active .button__hum__line:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    width: 2.2rem;
  }
}

/*================================================================
# side_contents
================================================================ */
.side_contents {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .side_contents {
    top: unset;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
}

.side_contents .contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
}

@media screen and (max-width: 768px) {
  .side_contents .contents_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.side_contents .contents_wrap .campaign,
.side_contents .contents_wrap .reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  row-gap: 1rem;
  padding: 1.5rem 2rem;
  border-radius: 2rem 0 0 2rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  .side_contents .contents_wrap .campaign,
  .side_contents .contents_wrap .reservation {
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 0.45rem;
    -moz-column-gap: 0.45rem;
    column-gap: 0.45rem;
    padding: 1.5rem 0 1.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.side_contents .contents_wrap .campaign img,
.side_contents .contents_wrap .reservation img {
  width: 3.7rem;
}

@media screen and (max-width: 768px) {

  .side_contents .contents_wrap .campaign img,
  .side_contents .contents_wrap .reservation img {
    width: 3.1rem;
  }
}

.side_contents .contents_wrap .campaign span,
.side_contents .contents_wrap .reservation span {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {

  .side_contents .contents_wrap .campaign span,
  .side_contents .contents_wrap .reservation span {
    font-size: 1.6rem;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.side_contents .contents_wrap .campaign span .rotate,
.side_contents .contents_wrap .reservation span .rotate {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {

  .side_contents .contents_wrap .campaign span .rotate,
  .side_contents .contents_wrap .reservation span .rotate {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.side_contents .contents_wrap .campaign {
  background-color: #839c74;
}

@media screen and (max-width: 768px) {
  .side_contents .contents_wrap .campaign {
    width: 23.9rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.side_contents .contents_wrap .reservation {
  background-color: #c77373;
}

@media screen and (max-width: 768px) {
  .side_contents .contents_wrap .reservation {
    width: 19.1rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

/*================================================================
# mv
================================================================ */
.mv .mv_inner .pc_mv {
  position: relative;
}

.mv .mv_inner .pc_mv .mv_btn {
  position: absolute;
  left: 35.8vw;
  bottom: 5.246vw;
}

@media screen and (max-width: 768px) {
  .mv .mv_inner .pc_mv .mv_btn {
    left: 50%;
    bottom: 9.3vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.mv .mv_inner .pc_mv .mv_btn .btn_img {
  width: 18.76vw;
}

@media screen and (max-width: 768px) {
  .mv .mv_inner .pc_mv .mv_btn .btn_img {
    width: 74.651vw;
  }
}

.mv .mv_inner .pc_mv .mv_btn .arrow_img {
  position: absolute;
  bottom: -3vw;
  right: 0;
  width: 1.512vw;
}

@media screen and (max-width: 768px) {
  .mv .mv_inner .pc_mv .mv_btn .arrow_img {
    width: 5.58vw;
    bottom: -11vw;
  }
}

/*================================================================
# intro
================================================================ */
.intro {
  margin-top: 3rem;
}

.intro_inner {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .intro_inner {
    overflow: hidden;
  }
}

.intro_inner .bg_img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 145rem;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .intro_inner .bg_img {
    left: 47%;
    width: 73.2rem;
    max-width: none;
  }
}

.intro_inner .intro_text {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
  padding-top: 40rem;
}

.intro_inner .intro_text::before,
.intro_inner .intro_text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.intro_inner .intro_text::before {
  margin-top: calc((1 - 1.875) * 0.5em);
}

.intro_inner .intro_text::after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}

@media screen and (max-width: 768px) {
  .intro_inner .intro_text {
    padding-top: 28.5rem;
    font-size: 1.8rem;
    line-height: 2.5;
  }

  .intro_inner .intro_text::before,
  .intro_inner .intro_text::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }

  .intro_inner .intro_text::before {
    margin-top: calc((1 - 2.5) * 0.5em);
  }

  .intro_inner .intro_text::after {
    margin-bottom: calc((1 - 2.5) * 0.5em);
  }
}

.intro_inner .intro_text span {
  display: block;
  margin-top: 3rem;
}

/*================================================================
# anchor_links
================================================================ */
.anchor_links {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .anchor_links {
    margin-top: 8rem;
  }
}

.anchor_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7rem 2rem;
}

@media screen and (max-width: 768px) {
  .anchor_links ul {
    row-gap: 1.5rem;
  }
}

.anchor_links ul li {
  font-size: 2rem;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 0.2rem solid #363636;
  width: 38rem;
  max-width: 100%;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .anchor_links ul li {
    width: 100%;
    font-size: 1.9rem;
  }
}

.anchor_links ul li::after {
  content: "";
  position: absolute;
  bottom: -4.4rem;
  right: 3rem;
  width: 2.4rem;
  height: 6.7rem;
  background-image: url(/lp/img/ico_arrow_green.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .anchor_links ul li::after {
    display: none;
  }
}

.anchor_links ul li a {
  padding: 2.5rem 0;
}

/*================================================================
# campaign
================================================================ */
.campaign {
  margin-top: 16.5rem;
}

@media screen and (max-width: 768px) {
  .campaign {
    margin-top: 10rem;
  }
}

.campaign .inner_block1 {
  margin-top: 15rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block1 {
    margin-top: 4rem;
    padding-bottom: 6rem;
  }
}

.campaign .inner_block1 .note_text {
  position: absolute;
  bottom: 3rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block1 .note_text {
    bottom: 0;
  }
}

.campaign .inner_block1 .note_text ul li {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block1 .note_text ul li {
    font-size: 1.2rem;
  }
}

.campaign .inner_block1 .reservation_btn {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .campaign .inner_block1 .reservation_btn {
    margin-top: 0;
    position: static;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.campaign .inner_block1.inner_block1-2 {
  margin-top: 5rem;
}

.campaign .inner_block2 {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block2 {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .campaign .inner_block2 .block_title {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.campaign .inner_block2 .block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block2 .block_inner {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.campaign .inner_block2 .block_inner .blck_item {
  width: 50%;
}

.campaign .inner_block2 .block_inner .blck_item:nth-child(2) {
  padding: 0 2rem 0 5rem;
}

.campaign .inner_block3 {
  background-color: #f8f8f8;
  padding: 8.5rem 4rem 10rem;
  margin-top: 22rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block3 {
    margin-top: 10rem;
    padding: 7rem 1rem 6rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.campaign .inner_block3 .block_title {
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 64rem;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block3 .block_title {
    width: 37rem;
  }
}

.campaign .inner_block3 .text_box {
  margin-left: auto;
  margin-right: auto;
}

.campaign .inner_block3 .text_box.top_text {
  width: 75.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block3 .text_box.top_text {
    width: 100%;
  }

  .campaign .inner_block3 .text_box.top_text img {
    width: 27.6rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.campaign .inner_block3 .text_box.top_text .top_text_note {
  position: absolute;
  bottom: -4rem;
  right: 0;
  font-size: 1.2rem;
  line-height: 1.56;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block3 .text_box.top_text .top_text_note {
    margin-top: 1rem;
    position: initial;
    bottom: 0;
    white-space: nowrap;
    text-align: center;
  }
}

.campaign .inner_block3 .text_box.bottom_text {
  width: 78.8rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block3 .text_box.bottom_text {
    width: 36.8rem;
    margin-left: -1rem;
  }
}

.campaign .inner_block3 .content_box {
  margin-top: 7rem;
}

.campaign .inner_block3 .note {
  display: block;
  text-align: right;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block3 .note {
    font-size: 1.2rem;
    margin-right: -1rem;
  }
}

.campaign .inner_block3 .reservation_btn {
  margin-top: 6.85rem;
}

@media screen and (max-width: 768px) {
  .campaign .inner_block3 .reservation_btn {
    display: none;
  }
}

/*================================================================
# construction
================================================================ */
.construction {
  margin-top: 18rem;
}

@media screen and (max-width: 768px) {
  .construction {
    margin-top: 7rem;
  }
}

.construction .top_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 9rem;
  -moz-column-gap: 9rem;
  column-gap: 9rem;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .construction .top_content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    row-gap: 3.7rem;
  }
}

.construction .top_content .image_box {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .construction .top_content .image_box {
    width: 40rem;
  }
}

@media screen and (max-width: 768px) {
  .construction .top_content .text_box {
    padding-left: 3rem;
    padding-right: 1.5rem;
  }
}

.construction .top_content .text_box .heading {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.construction .top_content .text_box .heading span {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.construction .top_content .text_box .heading span::before,
.construction .top_content .text_box .heading span::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.construction .top_content .text_box .heading span::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.construction .top_content .text_box .heading span::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 768px) {
  .construction .top_content .text_box .heading span {
    font-size: 2.8rem;
  }
}

.construction .top_content .text_box .heading_lead {
  margin-top: 2rem;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.construction .top_content .text_box .heading_lead::before,
.construction .top_content .text_box .heading_lead::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.construction .top_content .text_box .heading_lead::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.construction .top_content .text_box .heading_lead::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 768px) {
  .construction .top_content .text_box .heading_lead {
    font-size: 2rem;
  }
}

.construction .top_content .text_box .main_text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.construction .top_content .text_box .main_text::before,
.construction .top_content .text_box .main_text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.construction .top_content .text_box .main_text::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.construction .top_content .text_box .main_text::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 768px) {
  .construction .top_content .text_box .main_text {
    margin-top: 1.3rem;
    letter-spacing: 0.05em;
  }
}

.construction .top_content .text_box .more_btn {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .construction .top_content .text_box .more_btn {
    margin-top: 4rem;
  }
}

.construction .block1 .flex_items .item {
  max-width: 56rem;
}

@media screen and (max-width: 768px) {
  .construction .block1 .flex_items .item {
    max-width: unset;
  }
}

.construction .block1 .flex_items .item .item_summary {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.construction .block1 .flex_items .item .item_summary::before,
.construction .block1 .flex_items .item .item_summary::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.construction .block1 .flex_items .item .item_summary::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.construction .block1 .flex_items .item .item_summary::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 768px) {
  .construction .block1 .flex_items .item .item_summary {
    margin-bottom: 4rem;
  }
}

/*================================================================
# renovation
================================================================ */
.renovation {
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .renovation {
    margin-top: 10rem;
  }
}

.renovation .top_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 9rem;
  -moz-column-gap: 9rem;
  column-gap: 9rem;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .renovation .top_content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    row-gap: 3.7rem;
  }
}

.renovation .top_content .image_box {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .renovation .top_content .image_box {
    width: 40rem;
  }
}

@media screen and (max-width: 768px) {
  .renovation .top_content .text_box {
    padding-left: 3rem;
    padding-right: 1.5rem;
  }
}

.renovation .top_content .text_box .heading {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.renovation .top_content .text_box .heading span {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.renovation .top_content .text_box .heading span::before,
.renovation .top_content .text_box .heading span::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.renovation .top_content .text_box .heading span::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.renovation .top_content .text_box .heading span::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 768px) {
  .renovation .top_content .text_box .heading span {
    font-size: 2.8rem;
  }
}

.renovation .top_content .text_box .heading_lead {
  margin-top: 2rem;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.renovation .top_content .text_box .heading_lead::before,
.renovation .top_content .text_box .heading_lead::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.renovation .top_content .text_box .heading_lead::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.renovation .top_content .text_box .heading_lead::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 768px) {
  .renovation .top_content .text_box .heading_lead {
    font-size: 2rem;
  }
}

.renovation .top_content .text_box .main_text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.renovation .top_content .text_box .main_text::before,
.renovation .top_content .text_box .main_text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.renovation .top_content .text_box .main_text::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.renovation .top_content .text_box .main_text::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 768px) {
  .renovation .top_content .text_box .main_text {
    margin-top: 1.3rem;
    letter-spacing: 0.05em;
  }
}

.renovation .top_content .text_box .more_btn {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .renovation .top_content .text_box .more_btn {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .renovation .block1 .block_title {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .renovation .block1 .flex_items {
    row-gap: 4rem;
  }
}

.renovation .block1 .flex_items .item_detail {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .renovation .block2 .flex_items {
    row-gap: 6rem;
  }
}

.renovation .block2 .flex_items .item .item_title {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .renovation .block2 .flex_items .item .more_btn {
    margin-top: 1.5rem;
  }
}

/*================================================================
# company
================================================================ */
.company {
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .company {
    margin-top: 10rem;
  }
}

.company .content {
  margin-top: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9rem;
  -moz-column-gap: 9rem;
  column-gap: 9rem;
}

@media screen and (max-width: 768px) {
  .company .content {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4rem;
  }
}

.company .content .image_box {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .company .content .image_box {
    width: 40rem;
  }
}

@media screen and (max-width: 768px) {
  .company .content .table_box {
    padding: 0 3rem;
  }
}

.company .content .table_box tr {
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (max-width: 768px) {
  .company .content .table_box tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    row-gap: 1rem;
  }

  .company .content .table_box tr:nth-child(1) {
    padding-top: 0;
  }
}

.company .content .table_box tr td {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .company .content .table_box tr td {
    padding: 0;
  }
}

.company .content .table_box tr td:nth-child(1) {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 45%;
}

.company .content .table_box tr td:nth-child(1)::before,
.company .content .table_box tr td:nth-child(1)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.company .content .table_box tr td:nth-child(1)::before {
  margin-top: calc((1 - 1.875) * 0.5em);
}

.company .content .table_box tr td:nth-child(1)::after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}

.company .content .table_box tr td:nth-child(2) {
  font-size: 1.4rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.company .content .table_box tr td:nth-child(2)::before,
.company .content .table_box tr td:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.company .content .table_box tr td:nth-child(2)::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}

.company .content .table_box tr td:nth-child(2)::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

@media screen and (max-width: 768px) {
  .company .content .table_box tr td:nth-child(2) {
    font-size: 1.3rem;
  }
}

/*================================================================
# reservation
================================================================ */
.reservation {
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .reservation {
    margin-top: 10rem;
  }
}

.reservation .intro_text {
  margin-top: 9rem;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.reservation .intro_text::before,
.reservation .intro_text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.reservation .intro_text::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}

.reservation .intro_text::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

@media screen and (max-width: 768px) {
  .reservation .intro_text {
    margin-top: 3.4rem;
    font-size: 1.6rem;
    text-align: left;
  }
}

.reservation .intro_text span {
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 3.2rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #f0f2c5;
  padding: 0.5rem 3rem;
}

@media screen and (max-width: 768px) {
  .reservation .intro_text span {
    font-size: 2rem;
    padding: 0.5rem 1rem;
    display: block;
    text-align: center;
  }
}

.reservation .flex_block .block_title {
  border-top: 2px solid #363636;
  border-bottom: 2px solid #363636;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 12rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .reservation .flex_block .block_title {
    padding: 1rem 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .reservation .flex_block.block1 {
    margin-top: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .reservation .flex_block .flex_items {
    row-gap: 5rem;
  }
}

.reservation .flex_block .flex_items .item {
  width: 33.6rem;
}

@media screen and (max-width: 768px) {
  .reservation .flex_block .flex_items .item {
    width: 100%;
  }
}

.reservation .flex_block .flex_items .item .item_title {
  font-size: 1.8rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .reservation .flex_block .flex_items .item .item_title {
    font-size: 1.5rem;
  }
}

.reservation .flex_block .flex_items .item .item_detail {
  color: #848484;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .reservation .flex_block .flex_items .item .item_detail {
    margin-bottom: 0;
  }
}

.reservation .flex_block .flex_items .item .item_detail .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.reservation .flex_block .flex_items .item .item_detail .date::before {
  margin-top: 0.3rem;
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/lp/img/ico_date.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 10px;
  min-height: 10px;
}

@media screen and (max-width: 768px) {
  .reservation .flex_block .flex_items .item .item_detail .date::before {
    margin-right: 0.5rem;
  }
}

.reservation .flex_block .flex_items .item .item_detail .address {
  margin-top: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .reservation .flex_block .flex_items .item .item_detail .address {
    margin-top: 0.5rem;
  }
}

.reservation .flex_block .flex_items .item .item_detail .address::before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/*================================================================
# footer
================================================================ */
.footer {
  margin-top: 18rem;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 10rem;
  }
}

.footer .footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer .footer_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .footer_flex .footer_logo {
  width: 39.5rem;
}

@media screen and (max-width: 768px) {
  .footer .footer_flex .footer_logo {
    width: 100%;
  }
}

.footer .footer_flex .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .footer .footer_flex .footer_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 1rem;
    margin-top: 3rem;
    padding-left: 2.4rem;
    width: 100%;
  }
}

.footer .footer_flex .footer_links li {
  font-size: 1.6rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer .copyright {
  display: block;
  text-align: center;
  margin-top: 4.5rem;
  font-size: 1.2rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .footer .copyright {
    margin-top: 4rem;
    padding-bottom: 7rem;
  }
}