@charset "UTF-8";
/* 共通設定 */
html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif", serif !important;
  background-color: #0d0405;
  margin: 0;
  padding: 0;
}

br.pc {
  display: inline !important;
}
@media (max-width: 1024px) {
  br.pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  br.pc {
    display: none !important;
  }
}
br.sp {
  display: none !important;
}
@media (max-width: 1024px) {
  br.sp {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  br.sp {
    display: inline !important;
  }
}
br.pc-tab {
  display: inline !important;
}
@media (max-width: 1024px) {
  br.pc-tab {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  br.pc-tab {
    display: none !important;
  }
}
br.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  br.tab-only {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  br.tab-only {
    display: none !important;
  }
}
br.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  br.sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  br.sp-only {
    display: inline !important;
  }
}

p {
  text-align: left;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

/* LP専用 */
.lp__cmn_header, .lp__cmn_footer {
  position: relative;
  width: 77vw;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .lp__cmn_header, .lp__cmn_footer {
    width: calc(100% - 10vw);
  }
}
.lp__cmn_header {
  height: 120px;
}
.lp__cmn_header > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 125px;
  height: 55px;
  background-image: url("/img/thereserved_table/cmn/logo_transitgroup.svg");
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  margin: auto;
}
.lp__cmn_header > a:hover {
  background-image: url("/img/thereserved_table/cmn/logo_transitgroup_hover.svg");
}
@media (max-width: 1024px) {
  .lp__cmn_header > a:hover {
    background-image: url("/img/thereserved_table/cmn/logo_transitgroup.svg");
  }
}
@media (max-width: 767px) {
  .lp__cmn_header > a:hover {
    background-image: url("/img/thereserved_table/cmn/logo_transitgroup.svg");
  }
}
.lp__cmn_header > a img {
  width: 100%;
}
.lp__cmn_footer--wrap {
  font-size: 0;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .lp__cmn_footer--wrap {
    margin-top: 10vw;
    margin-bottom: 8vw;
  }
}
.lp__cmn_footer-logo, .lp__cmn_footer-right {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .lp__cmn_footer-logo, .lp__cmn_footer-right {
    display: block;
  }
}
.lp__cmn_footer-logo {
  width: 125px;
  margin-right: calc(100% - 514px);
}
@media (max-width: 1024px) {
  .lp__cmn_footer-logo {
    width: 100px;
    margin-right: calc(100% - 489px);
  }
}
@media (max-width: 767px) {
  .lp__cmn_footer-logo {
    width: 125px;
    margin-right: auto;
    margin-bottom: 10vw;
    margin-left: auto;
  }
}
.lp__cmn_footer-logo a {
  display: block;
  width: 100%;
  height: 55px;
  background-image: url("/img/thereserved_table/cmn/logo_transitgroup.svg");
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  margin: auto;
}
.lp__cmn_footer-logo a:hover {
  background-image: url("/img/thereserved_table/cmn/logo_transitgroup_hover.svg");
}
@media (max-width: 1024px) {
  .lp__cmn_footer-logo a:hover {
    background-image: url("/img/thereserved_table/cmn/logo_transitgroup.svg");
  }
}
@media (max-width: 767px) {
  .lp__cmn_footer-logo a:hover {
    background-image: url("/img/thereserved_table/cmn/logo_transitgroup.svg");
  }
}
.lp__cmn_footer-logo a img {
  width: 100%;
}
.lp__cmn_footer-right {
  font-size: 0;
}
.lp__cmn_footer-right-txt, .lp__cmn_footer-right-insta {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .lp__cmn_footer-right-txt, .lp__cmn_footer-right-insta {
    display: block;
  }
}
.lp__cmn_footer-right-txt {
  width: 315px;
  color: #fff;
  font-size: 11px;
  font-family: "DM Sans", Sans-serif;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .lp__cmn_footer-right-txt {
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10vw;
  }
}
.lp__cmn_footer-right-txt a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.lp__cmn_footer-right-txt a:hover {
  color: #ffa;
}
@media (max-width: 1024px) {
  .lp__cmn_footer-right-txt a:hover {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .lp__cmn_footer-right-txt a:hover {
    color: #fff;
  }
}
.lp__cmn_footer-right-insta {
  width: 24px;
}
@media (max-width: 767px) {
  .lp__cmn_footer-right-insta {
    width: 32px;
    margin: auto;
  }
}
.lp__cmn_footer-right-insta a {
  display: block;
  width: 100%;
  height: 24px;
  background-image: url("/img/thereserved_table/cmn/icon_instagram.svg");
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
@media (max-width: 767px) {
  .lp__cmn_footer-right-insta a {
    height: 32px;
  }
}
.lp__cmn_footer-right-insta a:hover {
  background-image: url("/img/thereserved_table/cmn/icon_instagram_hover.svg");
}
@media (max-width: 1024px) {
  .lp__cmn_footer-right-insta a:hover {
    background-image: url("/img/thereserved_table/cmn/icon_instagram.svg");
  }
}
@media (max-width: 767px) {
  .lp__cmn_footer-right-insta a:hover {
    background-image: url("/img/thereserved_table/cmn/icon_instagram.svg");
  }
}
.lp__cmn_footer-right-insta a img {
  width: 100%;
}
.lp__cmn_footer-link {
  font-size: 11px;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .lp__cmn_footer-link {
    font-size: 13px;
    margin: 0 0 2vw;
  }
}
.lp__cmn_footer-link a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.lp__cmn_footer-link a:hover {
  color: #ffa;
}
@media (max-width: 1024px) {
  .lp__cmn_footer-link a:hover {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .lp__cmn_footer-link a:hover {
    color: #fff;
  }
}
.lp__cmn_footer-copy {
  position: relative;
  left: -11.5vw;
  width: calc(100% + 23vw);
  color: #fff;
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .lp__cmn_footer-copy {
    font-size: 13px;
    padding-top: 4vw;
    margin: 0 0 4vw;
  }
}
.lp__top_kv {
  width: 77vw;
  margin: 0 auto 8vw;
}
@media (max-width: 1024px) {
  .lp__top_kv {
    width: 95vw;
  }
}
@media (max-width: 767px) {
  .lp__top_kv {
    width: calc(100% - 10vw);
    margin: 0 auto 12vw;
  }
}
.lp__top_kv-img {
  position: relative;
}
.lp__top_kv-img.top {
  margin-bottom: 4vw;
}
@media (max-width: 1024px) {
  .lp__top_kv-img.top {
    margin-bottom: 6vw;
  }
}
@media (max-width: 767px) {
  .lp__top_kv-img.top {
    left: -5vw;
    width: calc(100% + 10vw);
    margin-bottom: 6vw;
  }
}
.lp__top_kv-img.bottom {
  margin-top: 4vw;
}
@media (max-width: 1024px) {
  .lp__top_kv-img.bottom {
    margin-top: 6vw;
  }
}
@media (max-width: 767px) {
  .lp__top_kv-img.bottom {
    left: -5vw;
    width: calc(100% + 10vw);
    margin-top: 6vw;
  }
}
.lp__top_kv-img img {
  pointer-events: none;
  width: 100%;
}
.lp__top_kv-txt {
  width: 77vw;
  color: #fff;
  font-size: 1.4vw;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .lp__top_kv-txt {
    width: 95vw;
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .lp__top_kv-txt {
    width: 100%;
    font-size: 3.2vw;
  }
}
.lp__top_kv-txt a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 40vw;
  color: #0d0405;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  padding: 2vw 1.5em;
  margin-top: 0.5vw;
}
@media (max-width: 1024px) {
  .lp__top_kv-txt a {
    width: 60vw;
    padding: 2vw 1.5em;
    margin-top: 1vw;
  }
}
@media (max-width: 767px) {
  .lp__top_kv-txt a {
    width: 100%;
    line-height: 1.3;
    padding: 4vw 2vw;
    margin-top: 2vw;
  }
}
.lp__top_kv-txt a:hover {
  background-color: #ffa;
}
@media (max-width: 1024px) {
  .lp__top_kv-txt a:hover {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .lp__top_kv-txt a:hover {
    background-color: #fff;
  }
}
.lp__top_title {
  width: 77vw;
  margin: 0 auto 4vw;
}
@media (max-width: 1024px) {
  .lp__top_title {
    width: 95vw;
    margin: 0 auto 5vw;
  }
}
@media (max-width: 767px) {
  .lp__top_title {
    width: 100%;
    margin: 0 auto 6vw;
  }
}
.lp__top_title img {
  pointer-events: none;
  width: 100%;
}
.lp__top_shop {
  width: 79.5vw;
  font-size: 0;
  text-align: center;
  margin: 0 auto 8vw;
}
@media (max-width: 1024px) {
  .lp__top_shop {
    width: 95vw;
    margin: 0 auto 10vw;
  }
}
@media (max-width: 767px) {
  .lp__top_shop {
    width: calc(100% - 10vw);
    margin: 0 auto 12vw;
  }
}
.lp__top_shop > div {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: calc(33.3333333333% - 2vw);
  vertical-align: top;
  background-color: #fff;
  padding-bottom: 2vw;
  margin: 0 1vw 2.5vw;
}
@media (max-width: 1024px) {
  .lp__top_shop > div {
    width: calc(50% - 2vw);
    padding-bottom: 2vw;
    margin: 0 1vw 2.5vw;
  }
}
@media (max-width: 767px) {
  .lp__top_shop > div {
    width: 100%;
    padding-bottom: 3vw;
    margin: 0 0 4vw;
  }
}
.lp__top_shop-img {
  margin-bottom: 2vw;
}
@media (max-width: 1024px) {
  .lp__top_shop-img {
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .lp__top_shop-img {
    margin-bottom: 3vw;
  }
}
.lp__top_shop-img img {
  pointer-events: none;
  width: 100%;
}
.lp__top_shop-name {
  color: #0d0405;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 1vw;
  margin-bottom: 0.5vw;
}
.lp__top_shop-name > span {
  font-size: 1.2vw;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .lp__top_shop-name {
    font-size: 2.8vw;
    padding: 0 1.3vw;
    margin-bottom: 1vw;
  }
  .lp__top_shop-name > span {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .lp__top_shop-name {
    font-size: 5.4vw;
    padding: 0 4vw;
    margin-bottom: 2vw;
  }
  .lp__top_shop-name > span {
    font-size: 3.6vw;
  }
}
.lp__top_shop-subtitle {
  color: #0d0405;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: underline;
  padding: 0 1vw;
  margin-bottom: 2.5vw;
}
.lp__top_shop-subtitle.line2 {
  line-height: 3.2em;
}
@media (max-width: 1024px) {
  .lp__top_shop-subtitle {
    font-size: 1.63vw;
    padding: 0 1.3vw;
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) {
  .lp__top_shop-subtitle {
    font-size: 3.6vw;
    padding: 0 4vw;
    margin-bottom: 7vw;
  }
  .lp__top_shop-subtitle.line2 {
    line-height: 1.6;
  }
}
.lp__top_shop-txt {
  color: #0d0405;
  font-size: 0.8vw;
  line-height: 1.6;
  text-align: center;
  padding: 0 1vw;
  margin-bottom: 1vw;
}
.lp__top_shop-txt.line8-pc {
  height: 12.8em;
}
.lp__top_shop-txt.line8-pc.line9-tab {
  height: 12.8em;
}
.lp__top_shop-txt.line8-pc.line10-tab {
  height: 12.8em;
}
.lp__top_shop-txt.line9-pc {
  height: 14.4em;
}
.lp__top_shop-txt.line9-pc.line9-tab {
  height: 14.4em;
}
.lp__top_shop-txt.line9-pc.line10-tab {
  height: 14.4em;
}
@media (max-width: 1024px) {
  .lp__top_shop-txt {
    font-size: 1.8vw;
    padding: 0 1.3vw;
    margin-bottom: 1.5vw;
  }
  .lp__top_shop-txt.line8-pc {
    height: auto;
  }
  .lp__top_shop-txt.line8-pc.line9-tab {
    height: 14.4em;
  }
  .lp__top_shop-txt.line8-pc.line10-tab {
    height: 16em;
  }
  .lp__top_shop-txt.line9-pc {
    height: auto;
  }
  .lp__top_shop-txt.line9-pc.line9-tab {
    height: 14.4em;
  }
  .lp__top_shop-txt.line9-pc.line10-tab {
    height: 16em;
  }
}
@media (max-width: 767px) {
  .lp__top_shop-txt {
    font-size: 3.2vw;
    padding: 0 4vw;
    margin-bottom: 2.5vw;
  }
  .lp__top_shop-txt.line8-pc {
    height: auto;
  }
  .lp__top_shop-txt.line8-pc.line9-tab {
    height: auto;
  }
  .lp__top_shop-txt.line8-pc.line10-tab {
    height: auto;
  }
  .lp__top_shop-txt.line9-pc {
    height: auto;
  }
  .lp__top_shop-txt.line9-pc.line9-tab {
    height: auto;
  }
  .lp__top_shop-txt.line9-pc.line10-tab {
    height: auto;
  }
}
.lp__top_shop-btn {
  clear: both;
  width: calc(100% - 10vw);
  margin: 1.5vw auto 0;
}
@media (max-width: 1024px) {
  .lp__top_shop-btn {
    width: calc(100% - 20vw);
    margin: 2.5vw auto 0;
  }
}
@media (max-width: 767px) {
  .lp__top_shop-btn {
    width: calc(100% - 35vw);
    margin: 3.5vw auto 0;
  }
}
.lp__top_shop-btn > p {
  color: #0d0405;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5vw;
}
@media (max-width: 1024px) {
  .lp__top_shop-btn > p {
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .lp__top_shop-btn > p {
    font-size: 3.6vw;
    margin-bottom: 1.5vw;
  }
}
.lp__top_shop-btn > a {
  display: block;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 3vw;
  text-align: center;
  text-decoration: none;
  background-color: #0d0405;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
@media (max-width: 1024px) {
  .lp__top_shop-btn > a {
    font-size: 1.7vw;
    line-height: 4.5vw;
  }
}
@media (max-width: 767px) {
  .lp__top_shop-btn > a {
    font-size: 4vw;
    line-height: 10vw;
  }
}
.lp__top_shop-btn > a:hover {
  background-color: #333;
}
@media (max-width: 1024px) {
  .lp__top_shop-btn > a:hover {
    background-color: #0d0405;
  }
}
@media (max-width: 767px) {
  .lp__top_shop-btn > a:hover {
    background-color: #0d0405;
  }
}
.lp__top_closing {
  width: 77vw;
  color: #fff;
  font-size: 1.4vw;
  font-weight: 100;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 8vw;
}
@media (max-width: 1024px) {
  .lp__top_closing {
    font-size: 2.4vw;
    width: 95vw;
    margin: 0 auto 10vw;
  }
}
@media (max-width: 767px) {
  .lp__top_closing {
    width: 100%;
    font-size: 3.4vw;
    margin: 0 auto 12vw;
  }
}
.lp__detail {
  width: 900px;
  margin: 0 auto 100px;
}
@media (max-width: 1024px) {
  .lp__detail {
    width: calc(100% - 10vw);
    margin: 0 auto 10vw;
  }
}
@media (max-width: 767px) {
  .lp__detail {
    width: calc(100% - 10vw);
    margin: 0 auto 12vw;
  }
}
.lp__detail_kv {
  position: relative;
  visibility: hidden;
  width: 100%;
}
.lp__detail_kv img {
  pointer-events: none;
  width: 100%;
}
.lp__detail_kv .slick-dots {
  position: absolute;
  font-size: 0;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
}
.lp__detail_kv .slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border-radius: 10px;
  background-color: #0d0405;
  margin: 0 10px;
}
.lp__detail_kv .slick-dots li.slick-active {
  pointer-events: none;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .lp__detail_kv .slick-dots {
    bottom: 2vw;
  }
  .lp__detail_kv .slick-dots li {
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
    margin: 0 1vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_kv .slick-dots {
    bottom: 4vw;
  }
  .lp__detail_kv .slick-dots li {
    width: 4vw;
    height: 4vw;
    border-radius: 2vw;
    margin: 0 3vw;
  }
}
.lp__detail--wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .lp__detail--wrap {
    padding: 4vw 0;
  }
}
@media (max-width: 767px) {
  .lp__detail--wrap {
    padding: 5vw 0;
  }
}
.lp__detail_name {
  color: #0d0405;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}
.lp__detail_name > span {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .lp__detail_name {
    font-size: 4.8vw;
  }
  .lp__detail_name > span {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_name {
    font-size: 6.6vw;
  }
  .lp__detail_name > span {
    font-size: 4.6vw;
  }
}
.lp__detail_subtitle {
  color: #0d0405;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .lp__detail_subtitle {
    font-size: 2.4vw;
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_subtitle {
    font-size: 3.6vw;
    margin-top: 3vw;
  }
}
.lp__detail_explanation {
  position: relative;
  color: #0d0405;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  padding: 0 20px 40px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .lp__detail_explanation {
    font-size: 1.8vw;
    padding: 0 2vw 4vw;
    margin-top: 5vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_explanation {
    font-size: 3.2vw;
    padding: 0 3vw 5vw;
    margin-top: 7vw;
  }
}
.lp__detail_menu {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 40px 0;
  margin: 0 100px;
}
.lp__detail_menu::before, .lp__detail_menu::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  content: "";
  margin: auto;
}
.lp__detail_menu::before {
  top: -5px;
  left: -5px;
  border: 3px solid #0d0405;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.lp__detail_menu::after {
  top: 0;
  left: 0;
  border: 1px solid #0d0405;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .lp__detail_menu {
    padding: 4vw 0;
    margin: 0 10vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu {
    padding: 5vw 0;
    margin: 0 4vw;
  }
}
.lp__detail_menu .slick-slide {
  margin: 0 20px;
}
@media (max-width: 1024px) {
  .lp__detail_menu .slick-slide {
    margin: 0 3vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu .slick-slide {
    margin: 0 3vw;
  }
}
.lp__detail_menu .prev-arrow, .lp__detail_menu .next-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  height: 50px;
  margin: auto;
}
@media (max-width: 1024px) {
  .lp__detail_menu .prev-arrow, .lp__detail_menu .next-arrow {
    width: 2vw;
    height: 4vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu .prev-arrow, .lp__detail_menu .next-arrow {
    width: 3vw;
    height: 5vw;
  }
}
.lp__detail_menu .prev-arrow[aria-disabled=false], .lp__detail_menu .next-arrow[aria-disabled=false] {
  display: block !important;
}
.lp__detail_menu .prev-arrow[aria-disabled=true], .lp__detail_menu .next-arrow[aria-disabled=true] {
  display: none !important;
}
.lp__detail_menu .prev-arrow {
  left: 20px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 1024px) {
  .lp__detail_menu .prev-arrow {
    left: 1.5vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu .prev-arrow {
    left: 2.5vw;
  }
}
.lp__detail_menu .next-arrow {
  right: 20px;
}
@media (max-width: 1024px) {
  .lp__detail_menu .next-arrow {
    right: 2vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu .next-arrow {
    right: 3vw;
  }
}
.lp__detail_menu-name {
  color: #0d0405;
  font-size: 32px;
  font-weight: 600;
  text-decoration: underline;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1024px) {
  .lp__detail_menu-name {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu-name {
    font-size: 5.3vw;
    line-height: 1.4;
  }
}
.lp__detail_menu-detail {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .lp__detail_menu-detail {
    margin-top: 4vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu-detail {
    margin-top: 8vw;
  }
}
.lp__detail_menu-detail > p {
  color: #0d0405;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 0;
}
.lp__detail_menu-detail > p span {
  display: block;
  font-weight: 700;
}
.lp__detail_menu-detail > p span.item {
  font-size: 21px;
}
.lp__detail_menu-detail > p span.money {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .lp__detail_menu-detail > p {
    font-size: 1.8vw;
  }
  .lp__detail_menu-detail > p span {
    display: block;
    font-weight: 700;
  }
  .lp__detail_menu-detail > p span.item {
    font-size: 2.1vw;
  }
  .lp__detail_menu-detail > p span.money {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu-detail > p {
    font-size: 3.2vw;
  }
  .lp__detail_menu-detail > p span {
    display: block;
    font-weight: 700;
  }
  .lp__detail_menu-detail > p span.item {
    font-size: 3.8vw;
  }
  .lp__detail_menu-detail > p span.money {
    font-size: 5.6vw;
  }
}
.lp__detail_menu-btn {
  width: 330px;
  margin: 50px auto 0;
}
@media (max-width: 1024px) {
  .lp__detail_menu-btn {
    width: 35vw;
    margin: 5vw auto 0;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu-btn {
    width: 100%;
    margin: 8vw auto 0;
  }
}
.lp__detail_menu-btn > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background-color: #0d0405;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
@media (max-width: 1024px) {
  .lp__detail_menu-btn > a {
    font-size: 1.7vw;
    line-height: 4.5vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu-btn > a {
    font-size: 3.6vw;
    line-height: 10vw;
  }
}
.lp__detail_menu-btn > a:hover.presde-las {
  background-color: #769db4;
}
.lp__detail_menu-btn > a:hover.smith-wollensky {
  background-color: #005B28;
}
.lp__detail_menu-btn > a:hover.dining33 {
  background-color: #99ad8d;
}
.lp__detail_menu-btn > a:hover.maison-verte {
  background-color: #63796f;
}
.lp__detail_menu-btn > a:hover.upper {
  background-color: #d3c9d1;
}
.lp__detail_menu-btn > a:hover.longrain {
  background-color: #84bd00;
}
.lp__detail_menu-btn > a:hover.apollo {
  background-color: #e8390c;
}
.lp__detail_menu-btn > a:hover.gatehouse {
  background-color: #333;
}
.lp__detail_menu-btn > a:hover.inversion {
  color: #0d0405;
}
@media (max-width: 1024px) {
  .lp__detail_menu-btn > a:hover {
    color: #fff !important;
    background-color: #0d0405 !important;
  }
}
@media (max-width: 767px) {
  .lp__detail_menu-btn > a:hover {
    color: #fff !important;
    background-color: #0d0405 !important;
  }
}
.lp__detail_faq {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 40px 20px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .lp__detail_faq {
    padding: 4vw 2vw;
    margin-top: 4vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_faq {
    padding: 5vw 3vw;
    margin-top: 6vw;
  }
}
.lp__detail_faq-title {
  font-size: 32px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1024px) {
  .lp__detail_faq-title {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_faq-title {
    font-size: 5.6vw;
    line-height: 1.4;
  }
}
.lp__detail_faq-txt {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .lp__detail_faq-txt {
    font-size: 1.8vw;
    margin-top: 1vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_faq-txt {
    font-size: 3.6vw;
    margin-top: 2vw;
  }
}
.lp__detail_faq-list {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .lp__detail_faq-list {
    margin-top: 4vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_faq-list {
    margin-top: 6vw;
  }
}
.lp__detail_faq-list > li {
  list-style: none;
  padding-bottom: 2vw;
}
.lp__detail_faq-list > li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .lp__detail_faq-list > li {
    padding-bottom: 3vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_faq-list > li {
    padding-bottom: 4vw;
  }
}
.lp__detail_faq-list > li > p {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0d0405;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.8;
  padding: 0.5em 0.5em 0.5em 2.5em;
  margin: 0;
}
.lp__detail_faq-list > li > p::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.lp__detail_faq-list > li > p:nth-of-type(1) {
  font-weight: 700;
  margin: 0 0 0.5vw;
}
.lp__detail_faq-list > li > p:nth-of-type(1)::before {
  content: "Ｑ：";
}
.lp__detail_faq-list > li > p:nth-of-type(2)::before {
  content: "Ａ：";
}
@media (max-width: 1024px) {
  .lp__detail_faq-list > li > p {
    font-size: 2.1vw;
  }
  .lp__detail_faq-list > li > p:nth-of-type(1) {
    margin: 0 0 1vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_faq-list > li > p {
    font-size: 3.4vw;
  }
  .lp__detail_faq-list > li > p:nth-of-type(1) {
    margin: 0 0 1.5vw;
  }
}
.lp__detail_faq-list.presde-las p:nth-of-type(1) {
  background-color: #769db4;
}
.lp__detail_faq-list.smith-wollensky p:nth-of-type(1) {
  background-color: #005B28;
}
.lp__detail_faq-list.dining33 p:nth-of-type(1) {
  background-color: #99ad8d;
}
.lp__detail_faq-list.maison-verte p:nth-of-type(1) {
  background-color: #63796f;
}
.lp__detail_faq-list.upper p:nth-of-type(1) {
  background-color: #d3c9d1;
}
.lp__detail_faq-list.longrain p:nth-of-type(1) {
  background-color: #84bd00;
}
.lp__detail_faq-list.apollo p:nth-of-type(1) {
  background-color: #e8390c;
}
.lp__detail_faq-list.gatehouse p:nth-of-type(1) {
  background-color: #000;
}
.lp__detail_faq-list.inversion p:nth-of-type(1) {
  color: #fff;
}
.lp__detail_access {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 40px 20px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .lp__detail_access {
    padding: 4vw 2vw;
    margin-top: 4vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_access {
    padding: 5vw 4vw;
    margin-top: 6vw;
  }
}
.lp__detail_access-title {
  font-size: 32px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1024px) {
  .lp__detail_access-title {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_access-title {
    font-size: 5.6vw;
    line-height: 1.4;
  }
}
.lp__detail_access-txt {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-top: 40px;
}
.lp__detail_access-txt span {
  display: block;
  font-size: 21px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .lp__detail_access-txt {
    font-size: 1.8vw;
    margin-top: 4vw;
  }
  .lp__detail_access-txt span {
    font-size: 2.1vw;
  }
}
@media (max-width: 767px) {
  .lp__detail_access-txt {
    font-size: 3.4vw;
    margin-top: 6vw;
  }
  .lp__detail_access-txt span {
    font-size: 4vw;
  }
}
.lp__detail_access-txt a {
  color: #0d0405;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.lp__detail_access-txt a:hover.presde-las {
  color: #769db4;
}
.lp__detail_access-txt a:hover.smith-wollensky {
  color: #005B28;
}
.lp__detail_access-txt a:hover.dining33 {
  color: #99ad8d;
}
.lp__detail_access-txt a:hover.maison-verte {
  color: #63796f;
}
.lp__detail_access-txt a:hover.upper {
  color: #d3c9d1;
}
.lp__detail_access-txt a:hover.longrain {
  color: #84bd00;
}
.lp__detail_access-txt a:hover.apollo {
  color: #e8390c;
}
.lp__detail_access-txt a:hover.gatehouse {
  color: #333;
}
@media (max-width: 1024px) {
  .lp__detail_access-txt a:hover {
    color: #0d0405 !important;
  }
}
@media (max-width: 767px) {
  .lp__detail_access-txt a:hover {
    color: #0d0405 !important;
  }
}
.lp__detail_access-map {
  width: 600px;
  aspect-ratio: 1/1;
  margin: 40px auto 0;
}
@media (max-width: 1024px) {
  .lp__detail_access-map {
    width: 60vw;
    margin: 4vw auto 0;
  }
}
@media (max-width: 767px) {
  .lp__detail_access-map {
    width: calc(100% - 10vw);
    margin: 6vw auto 0;
  }
}
.lp__detail_access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.lp__detail_back > a {
  display: block;
  color: #0d0405;
  width: 150px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
  margin: 120px auto 0;
}
@media (max-width: 1024px) {
  .lp__detail_back > a {
    width: 200px;
    font-size: 2vw;
    line-height: 6vw;
    margin: 16vw auto 0;
  }
}
@media (max-width: 767px) {
  .lp__detail_back > a {
    width: 30vw;
    font-size: 3vw;
    line-height: 9vw;
    margin: 20vw auto;
  }
}
.lp__detail_back > a svg {
  display: inline-block;
  position: relative;
  top: -2px;
  fill: #0d0405;
  width: 10px;
  height: 20px;
  vertical-align: middle;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .lp__detail_back > a svg {
    width: 2.4vw;
    height: 3.5vw;
  }
}
.lp__detail_back > a:hover.presde-las {
  background-color: #769db4;
}
.lp__detail_back > a:hover.smith-wollensky {
  background-color: #005B28;
}
.lp__detail_back > a:hover.dining33 {
  background-color: #99ad8d;
}
.lp__detail_back > a:hover.maison-verte {
  background-color: #63796f;
}
.lp__detail_back > a:hover.upper {
  background-color: #d3c9d1;
}
.lp__detail_back > a:hover.longrain {
  background-color: #84bd00;
}
.lp__detail_back > a:hover.apollo {
  background-color: #e8390c;
}
.lp__detail_back > a:hover.gatehouse {
  background-color: #333;
}
.lp__detail_back > a:hover.inversion {
  color: #fff;
}
.lp__detail_back > a:hover.inversion svg {
  fill: #fff;
}
@media (max-width: 1024px) {
  .lp__detail_back > a:hover {
    color: #0d0405 !important;
    background-color: #fff !important;
  }
  .lp__detail_back > a:hover svg {
    fill: #0d0405 !important;
  }
}
@media (max-width: 767px) {
  .lp__detail_back > a:hover {
    color: #0d0405 !important;
    background-color: #fff !important;
  }
  .lp__detail_back > a:hover svg {
    fill: #0d0405 !important;
  }
}