@charset "UTF-8";

/* ユーティリティー */
body {
  color: #1e1e23;
  font-family: zen-old-mincho, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
}
img {
  width: 100%;
  height: auto;
}
/* main {
  overflow-x: hidden;
} */
article {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

a {
  color: #f0f0f0;
  zoom: 1;
  text-decoration: none;
  transition: opacity 0.7s;
  display: block;
}

a:hover {
  opacity: 0.8;
}

.fgo {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.en {
  font-family: minion-pro, serif;
  font-weight: normal;
  letter-spacing: 1px;
}
.fmin {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.page {
  width: calc(100% - 40px);
  max-width: 1040px;
  margin: 0 auto;
}

.img {
  width: 100%;
  height: auto;
  display: block;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.sptel {
  cursor: default;
  pointer-events: none;
}
img[src*="_sp"] {
  display: none;
}

img[src*="_pc"] {
  display: block;
}
/* -------------------------------------
header
------------------------------------- */
header {
  width: 100%;
  padding-bottom: 165px;
  position: relative;
  background-color: #28282d;
  z-index: 3;
}
header .page {
  max-width: 1180px;
}
header .hdr_in {
  text-align: center;
  padding: 47px 10px 77px 50px;
}
header .hdr_in p#logo {
  max-width: 150px;
  position: relative;
  z-index: 12;
}
header #head {
  margin-bottom: 57px;
  /* background-color: rgba(255, 255, 255, 0.6); */
  position: absolute;
  left: 0;
  right: 0;
  bottom: -149px;
  z-index: 3;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

header #head.fixed {
  padding: 5px 0;
  box-shadow: rgb(0 0 0 / 12%) 2px 2px 6px 3px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 10;
  background-color: #fff;
}
header #head.fixed nav ul#gnav li a {
  color: #28282d;
}
header #head.fixed nav .sns a.bl {
  display: block;
}
header #head.fixed nav .sns a.wh {
  display: none;
}
header #head.fixed nav ul#gnav li a:hover span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #28282d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

header #head nav {
  width: calc(100% - 40px);
  max-width: 803px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

header #head nav ul#gnav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  padding-right: 8%;
}
header #head nav ul#gnav li a {
  font-size: 18px;
}
header #head nav ul#gnav li a span {
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
header #head.fixed nav ul#gnav li a span {
  padding: 5px 0;
}

header #head nav ul#gnav li a:hover span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

header #head nav .sns {
  width: 30px;
}
header #head nav .sns a.bl {
  display: none;
}
header #head a#menu_btn,
header #head a#menu_btn span {
  display: inline-block;
  transition: all 0.4s;
}

header #head a#menu_btn {
  width: 53px;
  height: 53px;
  display: none;
  background-color: #28282d;
  position: relative;
}

header #head a#menu_btn span {
  width: 25px;
  height: 1px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  right: 0;
}

header #head a#menu_btn span:nth-of-type(1) {
  top: 15px;
}

header #head a#menu_btn span:nth-of-type(2) {
  top: 24px;
}

header #head a#menu_btn span:nth-of-type(3) {
  top: 32px;
}

header #head a#menu_btn.active {
  opacity: 1;
}
header #head a#menu_btn.active span {
  background-color: #f0f0f0;
}

header #head a#menu_btn.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-315deg);
}

header #head a#menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}

header #head a#menu_btn.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(315deg);
}

/* -------------------------------------
mainimg
------------------------------------- */

#mainimg .page_l {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#mainimg #title {
  width: 44.4%;
  max-width: 578px;
  position: relative;
  z-index: 2;
}
#mainimg .imgblk {
  width: 76%;
  height: auto;
  max-width: 1085px;
  min-width: 583px;
  position: absolute;
  bottom: -11.5%;
  /* top: -38%; */
  right: 0;
  transform: translateY(24%);
  -webkit-transform: translateY(24%);
  -ms-transform: translateY(24%);
}
#scroll {
  width: 22px;
  padding-top: 70px;
  position: absolute;
  right: 3%;
  bottom: 16px;
  z-index: 1;
  opacity: 1;
}
#scroll.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 1;
}
#scroll.fixed.none {
  opacity: 0;
  z-index: -1;
}
/* -------------------------------------
	article
	------------------------------------- */
article {
  color: #f0f0f0;
}
.mttl {
  color: #464646;
  font-size: 85px;
  line-height: 1;
  text-align: right;
  position: absolute;
  bottom: 6px;
  right: 0;
  z-index: 2;
}
.min_ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 17px;
}
.secttl {
  font-size: 40px;
  font-weight: normal;
}
.morebtn_blk {
  text-align: right;
  display: block;
  width: 100%;
  padding-top: 23px;
}
.mcopy {
  font-size: 19px;
  text-align: center;
  margin-bottom: 30px;
}
.mcopy span {
  font-size: 15px;
  display: block;
}
.diago {
  -webkit-transform: skew(0deg, -8deg);
}
.conts {
  -webkit-transform: skew(0deg, 8deg);
}
.page_l {
  width: calc(100% - 40px);
  max-width: 1118px;
  margin: 0 auto;
}
.page_s {
  max-width: 900px;
  margin: 0 auto;
}
/* -------------------------------------
	concept
	------------------------------------- */
#concept {
  padding-top: 140px;
}
#concept .d_blk {
  position: relative;
}
#concept .d_blk:before {
  content: "";
  width: calc(50.5% - 50px);
  padding-top: 350px;
  display: block;
  background: url(../imgs/concept_img_bg.png) no-repeat right bottom / cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(37%);
  -webkit-transform: translateY(37%);
  -ms-transform: translateY(37%);
}
.concept_bg {
  background: url(../imgs/bg_img.jpg) top center / cover no-repeat;
}
#concept .page_l {
  /* margin-bottom: 90px; */
  padding-bottom: 178px;
  position: relative;
}
#concept .mttl {
  bottom: 96px;
}
#concept .ccptbk {
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#concept .ccptbk .txt {
  width: 46%;
  max-width: 465px;
  padding-top: 10px;
}
#concept .ccptbk .txt p:not(:last-child) {
  margin-bottom: 15px;
}
#concept .ccptbk .txt p span {
  display: inline-block;
}
#concept .ccptbk .imgblk {
  width: 52%;
  max-width: 530px;
  z-index: 2;
  position: relative;
}
#concept .ccptbk .bg_daikei {
  position: absolute;
  left: -208px;
  bottom: -82px;
  z-index: 1;
}
/* architect */
#concept .architect {
  background-image: url(../imgs/bg_concept.png);
  background-size: cover;
  /*background-color: #28282d;*/
}
#concept .architect .conts {
  width: calc(100% - 40px);
  max-width: 630px;
  /*padding: 90px 0;*/
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#concept .architect .conts .txt {
  width: 61%;
  max-width: 384px;
}
#concept .architect .min_ttl {
  line-height: 1.4;
}
#concept .architect .ja_min {
  font-size: 18px;
  margin-right: 13px;
}
#concept .architect .en_min {
  font-size: 15px;
  font-weight: normal;
  display: block;
}
#concept .architect .conts .txt p {
  line-height: 2.3;
}
#concept .architect .conts .txt p span {
  display: inline-block;
}
#concept .architect .conts .imgblk {
  width: 35%;
  max-width: 220px;
  min-width: 126px;
}
/* -------------------------------------
	gallery
	------------------------------------- */
#gallery {
  background: url(../imgs/bg_img.jpg) top -100px center / cover no-repeat;
}
#gallery .diago {
  padding-top: 20px;
  background-color: #28282d;
  position: relative;
  top: -1px;
  z-index: 2;
}
#gallery .container {
  margin: 0 auto;
  max-width: 820px;
  width: 100%;
}
#gallery .white_box {
  background-color: #fff;
  padding: 2.4% 9% 4.5%;
}

#gallery .secttl {
  color: #1e1e23;
  text-align: center;
  margin-bottom: 18px;
}
/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  left: 0;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: #28282d;
  overflow-y: scroll;
}
.modal-wrap {
  position: relative;
  height: 100%;
  padding: 30px 0 70px;
  margin: 0 auto;
}
/* slide */
.slick-slider {
  max-width: 820px;
  margin: 0 auto;
}
.slide li img {
  width: 100%;
  display: block;
  height: auto;
}
.slider_normal .slick-prev:before,
.slider_normal .slick-next:before,
.slider_item .slick-prev:before,
.slider_item .slick-next:before {
  content: none;
}
.slider_normal .slick-prev,
.slider_item .slick-prev {
  width: 3%;
  background: url(../imgs/arrow_slide_prev.svg) right center no-repeat;
  background-size: contain;
  right: 106%;
  left: auto;
  top: 50%;
}
.slider_normal .slick-next,
.slider_item .slick-next {
  width: 3%;
  background: url(../imgs/arrow_slide_next.svg) left center no-repeat;
  background-size: contain;
  left: 106%;
  right: auto;
  top: 50%;
}

.slider_item {
  margin-bottom: 14px;
}
.slider_nav .slick-track {
  transform: unset !important;
}
.slider_nav li {
  width: calc(100% / 3) !important;
  padding: 1%;
  opacity: 0.3;
  transition: opacity 0.3s linear;
}
.slider_nav img {
  width: 100%;
  height: auto;
  cursor: pointer;
  cursor: hand;
}
.slider_nav .slick-track {
  width: 100% !important;
  transform: unset !important;
}
.slider_nav .slick-current {
  opacity: 1;
}
.more_btn {
  color: #1e1e23;
  line-height: 17px;
  display: inline-block;
  margin: 0 0 0 auto;
  padding-right: 25px;
  background: url(../imgs/btn_more.svg) right 2px center no-repeat;
  background-size: 17px auto;
}
.more_btn.close {
  background: url(../imgs/btn_close.svg) right 2px center no-repeat;
  cursor: pointer;
}

/* -------------------------------------
	ground_plan
	------------------------------------- */
#ground_plan {
  padding: 120px 0 327px;
  background-image: url(../imgs/bg_img.jpg);
  background-size: cover;
  position: relative;
  top: -2px;
}
#ground_plan .page_l {
  padding-bottom: 45px;
  position: relative;
}
#ground_plan .flex_box {
  max-width: 1047px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#ground_plan .flex_box li.floor1 {
  width: 50%;
  max-width: 521px;
}
#ground_plan .flex_box li.floor2 {
  width: 45%;
  max-width: 471px;
}
#ground_plan .flex_box li .floor_ttl {
  font-size: 35px;
  text-align: center;
  margin-bottom: 34px;
}
#ground_plan .flex_box li .floor_ttl .min {
  font-size: 20px;
}
/* -------------------------------------
event
------------------------------------- */
#event {
  background-color: #28282d;
  position: relative;
}
#event:before {
  content: "";
  border-bottom: 14vw solid #28282d;
  border-left: 100vw solid transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#event .bg {
  padding: 0 20px 25px;
  position: relative;
  top: -50px;
}
#event .bg:before {
  content: "";
  width: 1240px;
  padding-top: 470px;
  display: block;
  background: url(../imgs/bg_event.svg) no-repeat left center/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#event .event_list {
  padding-top: 12px;
}
#event .event_list li {
  color: #fff;
  border-top: 1px solid #fff;
  padding: 22px 5px 22px 0;
  /*↓↓ liが1つの時復活 */
  border-bottom: 1px solid #fff;
  margin-bottom: 106px;
  /* ↑↑ ここまで*/
}
#event .event_list li .eve_ttl,
#event .event_list li p {
  font-size: 18px;
  font-weight: normal;
}
#event .event_list li p span {
  display: inline-block;
}
/* -------------------------------------
price
------------------------------------- */
#price {
  padding-bottom: 140px;
  background-color: #28282d;
}
#price .page {
  padding: 0 20px;
}
#price .secttl {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
#price .secttl:after {
  content: "";
  width: 51px;
  height: 1px;
  display: block;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 0%;
}
#price .priceblk {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

/* #price .priceblk .gr_box {
  font-size: clamp(23.5px, 3.06vw, 30px);
  display: flex;
  justify-content: center;

  padding: 9px 3%;
  margin-right: 20px;
  background: #68686c;
}
#price .priceblk .price span {
  display: inline-block;
  vertical-align: baseline;
}
#price .priceblk .price span:first-child {
  font-size: clamp(76px, 9.9vw, 97px);
}
#price .priceblk .price span:last-child {
  font-size: clamp(47px, 6.12vw, 60px);
} */
#price .priceblk p {
  font-size: 15px;
}
#price .priceblk p img {
  margin-bottom: 10px;
}
#price .priceblk .price1 {
  width: 50.13%;
  max-width: 396px;
}
#price .priceblk .price2 {
  width: 47.72%;
  max-width: 377px;
}
#price .txtbk1 {
  padding: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#price .txtbk1 p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#price .txtbk1 .txtl {
  font-size: 28px;
}
#price .txtbk1 .txts {
  font-size: 17px;
}
#price .txtbk1 .txts span {
  display: inline-block;
}
#price .txt {
  font-size: 15px;
  margin-bottom: 25px;
}
/* -------------------------------------
access
------------------------------------- */
#access {
  padding-bottom: 204px;
  background-color: #28282d;
}
#access .page {
  padding: 0 20px;
}
#access .flex_box {
  display: flex;
  justify-content: space-between;
}
#access .txt {
  width: 33%;
  max-width: 293px;
}
#access .secttl {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
#access .secttl:after {
  content: "";
  width: 51px;
  height: 1px;
  display: block;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 0%;
}
#access .address {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 75px;
}
#access .mapbtn {
  color: #1e1e23;
  text-align: center;
  font-size: 14px;
  width: 100%;
  max-width: 293px;
  padding: 5px 10px;
  margin: 0 auto;
  background: #f0f0f0 url(../imgs/arrow_bla_rgt.svg) no-repeat right 10% center/10px 10px;
}

#access .mapbtn span {
  letter-spacing: 0.2em;
}

#access #gmap {
  width: 62%;
  max-width: 550px;
  height: 390px;
}
#access #gmap iframe {
  width: 100%;
  height: 100%;
}

/* -------------------------------------
visit_rsvt
------------------------------------- */
#visit_rsvt {
  color: #1e1e23;
  padding: 20px 0 200px;
  background-color: #f0f0f0;
  position: relative;
}
#visit_rsvt:before {
  content: "";
  border-bottom: 10vw solid #f0f0f0;
  border-right: 100vw solid transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#visit_rsvt .imgblk {
  width: 63%;
  max-width: 1160px;
  min-width: 907px;
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: 1;
}
#visit_rsvt .secttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 6px;
}
#visit_rsvt a {
  color: #1e1e23;
}
#visit_rsvt .renraku {
  line-height: 2.5;
}
#visit_rsvt .renraku span {
  display: inline-block;
}
#visit_rsvt .contact {
  width: 100%;
  max-width: 568px;
  margin: 0 0 0 auto;
  padding: 20px;
  position: relative;
  z-index: 2;
  background-color: rgba(240, 240, 240, 0.5);
}
#visit_rsvt dl {
  width: 100%;
  max-width: 500px;
}
#visit_rsvt dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0;
}
/* #visit_rsvt dl div:first-child {
  border-bottom: 1px solid #1e1e23;
} */
#visit_rsvt dl dt img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 13px;
}
#visit_rsvt dl dt span {
  display: inline-block;
  vertical-align: middle;
}
#visit_rsvt dl dd {
  width: calc(100% - 251px);
  max-width: 240px;
}
#visit_rsvt dl dd .sptel {
  font-size: 25px;
}
#visit_rsvt dl dd .sptel .tx_pc {
  display: block;
}
#visit_rsvt dl dd .sptel .tx_sp {
  display: none;
}
#visit_rsvt .form_btn {
  position: relative;
}
#visit_rsvt .form_btn:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../imgs/arrow_bla_rgt.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 72%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* -------------------------------------
bnr
------------------------------------- */
#bnr {
  background: #f0f0f0;
  padding: 50px 0 130px;
}
#bnr .page div:not(:last-child) {
  margin-bottom: 74px;
}
/* -------------------------------------
footer
------------------------------------- */
footer {
  padding: 85px 0 63px;
  background-color: #28282d;
}
footer #ftrlogo {
  margin: 0 auto 35px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
footer #ftrlogo li {
  padding: 0 15px;
}
footer #ftrlogo li:first-child {
  width: 37%;
  max-width: 345px;
}
footer #ftrlogo li:nth-child(2) {
  width: 29%;
  max-width: 264px;
}
footer #ftrlogo li:last-child {
  width: 34%;
  max-width: 331px;
}
footer #ftrlogo li:not(:last-child) {
  border-right: 1px solid #fff;
}
footer #ftrlogo li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #ftrlogo li:first-child img {
  max-width: 227px;
}
footer #ftrlogo li:nth-child(2) img {
  max-width: 164px;
}
footer #ftrlogo li:last-child img {
  max-width: 231px;
}

footer .pp {
  font-size: 9px;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  margin-bottom: 8px;
}
#cp {
  color: #fff;
  font-size: 13px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  text-align: center;
  line-height: 1;
  padding: 0 20px;
}

#totop {
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9;
}

#totop img {
  width: 100%;
  height: auto;
}
/* -------------------------------------
inview
------------------------------------- */
.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.tl_yb {
  transform: translate(0, 60px);
}

.tl_yt {
  transform: translate(0, -60px);
}

.tl_xl {
  transform: translate(-60px, 0);
}

.tl_xr {
  transform: translate(60px, 0);
}

.tl_rol {
  transform: rotate(-10deg);
}

.tl_ror {
  transform: rotate(10deg);
}

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}

.mov.delay100 {
  transition-delay: 100ms;
}

.mov.delay200 {
  transition-delay: 200ms;
}

.mov.delay300 {
  transition-delay: 300ms;
}

.mov.delay400 {
  transition-delay: 400ms;
}

.mov.delay500 {
  transition-delay: 500ms;
}

@media screen and (max-width: 1440px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header {
    padding-bottom: 11.5%;
  }
  /* -------------------------------------
	concept
	------------------------------------- */
  #concept .d_blk:before {
    width: 47%;
  }
}
@media screen and (max-width: 1230px) {
  header .hdr_in {
    padding: 4% 4% 77px;
  }
}
@media screen and (max-width: 1070px) {
  #concept .d_blk:before {
    padding-top: 33%;
  }
}

@media screen and (max-width: 980px) {
  /* -------------------------------------
  footer
	------------------------------------- */
  #totop {
    width: 53px;
    bottom: 30px;
  }
  /* -------------------------------------
  ground_plan
	------------------------------------- */
  #ground_plan {
    padding: 12% 0 33%;
  }
}

@media screen and (max-width: 880px) {
  /* -------------------------------------
	header
	------------------------------------- */

  /* -------------------------------------
	common
	------------------------------------- */
  body {
    font-size: 15px;
  }
  /* -------------------------------------
  article
------------------------------------- */
  .mttl {
    font-size: 75px;
  }
  /* -------------------------------------
  event
  ------------------------------------- */
  #event .event_list li .eve_ttl,
  #event .event_list li p {
    font-size: 16px;
  }
  /* -------------------------------------
	footer
	------------------------------------- */
  footer {
    padding: 10% 0 7%;
  }
  footer #ftrlogo {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 820px) {
  /* -------------------------------------
  gallery
  ------------------------------------- */
  .modal-wrap {
    padding: 70px 0;
  }
}

@media screen and (max-width: 768px) {
  /* -------------------------------------
	header
  ------------------------------------- */
  header {
    overflow: visible;
    height: 483px;
    padding-bottom: 0;
  }
  header.active {
    z-index: 15;
  }
  header #head {
    padding: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 3;
  }
  header.active #head {
    background-color: #fff;
  }
  header.active #head nav .sns a.wh {
    display: none;
  }
  header.active #head nav .sns a.bl {
    display: block;
  }
  header.active a {
    color: #28282d;
  }
  header #head.fixed {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  header.active #head.fixed {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 12%) 2px 2px 6px 3px;
    z-index: 10;
  }
  header.active .hdr_in p#logo {
    z-index: 8;
  }
  header.active .hdr_in p#logo .pc {
    display: none;
  }
  header.active .hdr_in p#logo .sp {
    display: block;
  }

  header #head .head_top {
    display: flex;
    justify-content: flex-end;
  }

  header #head a#menu_btn {
    display: block;
  }

  header #head nav {
    text-align: center;
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px;
  }
  header #head nav ul#gnav {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  header #head nav ul#gnav li {
    width: 50%;
  }
  header #head nav ul#gnav li a:hover span:after {
    display: none;
  }
  header #head nav .sns {
    width: 100%;
  }
  header #head nav .sns a {
    width: 30px;
    margin: 0 auto;
  }

  /* -------------------------------------
  mainimg
  ------------------------------------- */
  #mainimg #title {
    height: 323px;
  }
  #mainimg .imgblk {
    transform: initial;
    bottom: -35px;
  }
  #scroll {
    width: 20px;
  }
  /* -------------------------------------
	article
	------------------------------------- */
  .mttl {
    bottom: 0;
  }
  .mcopy {
    font-size: 17px;
  }
  .mcopy span {
    font-size: 13px;
  }
  /* -------------------------------------
	concept
	------------------------------------- */

  #concept {
    padding-top: 30px;
  }
  #concept .ccptbk {
    display: block;
    max-width: 630px;
  }
  #concept .page_l {
    /* margin-bottom: 12%; */
    padding-bottom: calc(6% + 78px);
  }
  #concept .mttl {
    bottom: 6%;
  }
  #concept .d_blk:before {
    width: 90%;
    padding-top: 52%;
    top: auto;
    bottom: calc(6% + 78px);
    transform: initial;
  }
  #concept .ccptbk .txt {
    width: 100%;
    max-width: initial;
    margin-bottom: 30px;
  }
  #concept .ccptbk .imgblk {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    padding-bottom: 78px;
  }
  #concept .architect .conts {
    padding: 12% 0;
  }

  /* -------------------------------------
  ground_plan
  ------------------------------------- */
  #ground_plan {
    padding: 12% 0 160px;
  }
  #ground_plan .page_l {
    padding-bottom: 0;
  }
  #ground_plan .flex_box {
    display: block;
  }
  #ground_plan .flex_box li {
    width: 100%;
    margin: 0 auto;
  }
  #ground_plan .flex_box li.floor1 {
    width: 100%;
    margin-bottom: 30px;
  }
  #ground_plan .flex_box li.floor2 {
    width: 90.4%;
  }

  /* -------------------------------------
  event
  ------------------------------------- */
  #event .bg {
    top: 0;
  }
  #event .bg:before {
    content: "";
    width: 100%;
    padding-top: 445px;
    display: block;
    background: url(../imgs/bg_event.svg) no-repeat left 34% top/cover;
  }
  /* -------------------------------------
  price
  ------------------------------------- */
  #price {
    padding: 6% 0 10%;
  }
  #price .priceblk {
    flex-direction: column;
    align-items: center;
  }
  #price .priceblk p {
    text-align: center;
  }
  #price .priceblk .price1 {
    min-width: 210px;
  }
  #price .priceblk .price2 {
    min-width: 230px;
  }
  #price .txtbk1 p {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  #price .txtbk1 .txtl {
    font-size: 28px;
  }
  #price .txtbk1 .txts {
    font-size: 17px;
  }

  /* -------------------------------------
  access
  ------------------------------------- */
  /* #access {
    padding-top: 6%;
  } */
  #access .page {
    padding: 0;
  }
  #access .flex_box {
    display: block;
  }
  #access .txt {
    width: 100%;
    max-width: initial;
    padding-left: 20px;
    margin-bottom: 10%;
  }
  #access .s_flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
  }
  .btnblk {
    width: calc(100% - 230px);
  }
  #access .mapbtn {
    min-width: 200px;
  }
  #access .address {
    margin-bottom: 0;
  }
  #access #gmap {
    width: 100%;
    max-width: initial;
  }
}

@media screen and (max-width: 640px) {
  /* -------------------------------------
  common
  ------------------------------------- */
  body {
    font-size: 14px;
  }
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
  /* -------------------------------------
  article
  ------------------------------------- */
  .mttl {
    font-size: 65px;
  }
  .secttl {
    font-size: 35px;
  }
  /* -------------------------------------
  concept
  ------------------------------------- */
  #concept .page_l {
    padding-bottom: calc(6% + 68px);
  }
  #concept .d_blk:before {
    bottom: calc(6% + 68px);
  }
  #concept .ccptbk .imgblk {
    padding-bottom: 12%;
  }

  /* -------------------------------------
  event
  ------------------------------------- */
  #event .event_list li .eve_ttl,
  #event .event_list li p {
    font-size: 15px;
  }
  /* -------------------------------------
  price
  ------------------------------------- */
  #price .txt {
    font-size: 14px;
  }
  /* -------------------------------------
  access
  ------------------------------------- */
  #access {
    padding-bottom: 32%;
  }
  /* -------------------------------------
  visit_rsvt
  ------------------------------------- */
  #visit_rsvt .secttl {
    font-size: 27px;
  }
  #visit_rsvt dl div {
    display: block;
  }
  #visit_rsvt dl dt {
    text-align: center;
    margin-bottom: 10px;
  }
  #visit_rsvt dl dt img {
    display: block;
    margin: 0 auto;
  }
  #visit_rsvt dl dd {
    width: 100%;
    margin: 0 auto;
  }
  #visit_rsvt dl dd .sptel .tx_pc {
    display: none;
  }
  #visit_rsvt dl dd .sptel .tx_sp {
    display: block;
  }
  #visit_rsvt .form_btn,
  #visit_rsvt dl dd .sptel .tx_sp {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    background-color: #1e1e23;
  }
  #visit_rsvt .form_btn:after {
    content: none;
  }

  /* -------------------------------------
  footer
  ------------------------------------- */
  footer .ftr_in .contact_txt p {
    font-size: 18px;
  }
  footer .ftr_in .contact_txt strong {
    font-size: 24px;
  }
  footer .ftr_contact dl dt {
    font-size: 16px;
    margin-right: 20px;
  }
  footer .ftr_contact dl dd {
    font-size: 14px;
  }

  #totop {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  header .hdr_in {
    padding-bottom: 30px;
  }
  /* -------------------------------------
  mainimg
  ------------------------------------- */
  #mainimg #title {
    width: 230px;
    /* 日程付き */
    position: relative;
    top: -30px;
  }
  #mainimg .imgblk {
    bottom: -83px;
  }
  /* -------------------------------------
  article
  ------------------------------------- */
  img[src*="_sp"] {
    display: block;
  }

  img[src*="_pc"] {
    display: none;
  }
  #access .s_flex {
    display: block;
    padding: 0 20px;
  }
  #access .address {
    margin-bottom: 20px;
  }
  .btnblk {
    width: 100%;
  }
  /* -------------------------------------
  ground_plan
  ------------------------------------- */
  #ground_plan .flex_box li .floor_ttl {
    font-size: 30px;
    margin-bottom: 7%;
  }
  #ground_plan .flex_box li .floor_ttl .min {
    font-size: 18px;
  }
  /* -------------------------------------
bnr
------------------------------------- */
  #bnr {
    padding-bottom: 100px;
  }
  #bnr .page > div:not(:last-child) {
    margin-bottom: 14%;
  }
  #bnr a {
    width: 87%;
    max-width: 512px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  /* -------------------------------------
  common
  ------------------------------------- */
  body {
    font-size: 13px;
  }

  .page {
    width: calc(100% - 30px);
  }

  .spbr {
    display: block;
  }

  /* -------------------------------------
  header
  ------------------------------------- */
  header #head nav ul#gnav li {
    width: 100%;
  }
  /* -------------------------------------
  mainimg
  ------------------------------------- */
  #mainimg .imgblk {
    width: 100%;
    min-width: 506px;
    overflow-x: hidden;
  }
  #mainimg .imgblk img {
    width: 110%;
  }
  /* -------------------------------------
  article
  ------------------------------------- */
  .mttl {
    font-size: 55px;
  }
  .min_ttl {
    font-size: 23px;
  }
  .secttl {
    font-size: 32px;
  }
  /* -------------------------------------
  concept
  ------------------------------------- */
  #concept .page_l {
    padding-bottom: calc(6% + 58px);
  }
  #concept .d_blk:before {
    bottom: calc(6% + 58px);
  }
  /* -------------------------------------
  price
  ------------------------------------- */
  /* #price .priceblk .gr_box {
    width: 100%;
    margin-right: 0;
    font-size: min(5.07vw, 23px);
  }
  #price .priceblk .price span:first-child {
    font-size: min(18.16vw, 76px);
  }
  #price .priceblk .price span:last-child {
    font-size: min(12vw, 47px);
  } */
  #price .txtbk1 .txts {
    font-size: 15px;
  }
  #price .txt {
    font-size: 13px;
  }
  /* -------------------------------------
  visit_rsvt
  ------------------------------------- */
  #visit_rsvt .secttl {
    font-size: 25px;
  }
  /* -------------------------------------
  footer
  ------------------------------------- */
  footer .ftr_in {
    padding: 30px 15px;
  }

  footer .ftr_in .contact_txt p {
    font-size: 16px;
  }
  footer .ftr_in .contact_txt strong {
    font-size: 20px;
  }
  footer .ftr_contact dl {
    text-align: center;
    display: block;
  }
  footer .ftr_contact dl dt {
    font-size: 14px;
    margin-right: 0;
  }
  footer .ftr_contact dl dd {
    font-size: 13px;
  }

  #cp {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  /* -------------------------------------
  mainimg
  ------------------------------------- */
  #scroll {
    width: 18px;
  }
  /* -------------------------------------
  article
  ------------------------------------- */
  .mttl {
    font-size: 45px;
  }

  /* -------------------------------------
  concept
  ------------------------------------- */
  #concept .page_l {
    padding-bottom: calc(6% + 48px);
  }
  #concept .d_blk:before {
    bottom: calc(6% + 48px);
  }
  #concept .architect .conts {
    display: block;
  }
  #concept .architect .conts .txt {
    width: 100%;
    max-width: initial;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  body {
    font-size: 12px;
  }

  /* -------------------------------------
  common
  ------------------------------------- */

  /* -------------------------------------
  footer
  ------------------------------------- */
  footer .ftr_in .contact_txt strong {
    font-size: 18px;
  }
  #cp {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  header #head nav {
    display: flex !important;
  }
}
