@charset "UTF-8";
/*--------------------

plan.css

--------------------*/
#gnav .n_plan .ja:before {
  width: 100%;
}

/* plan
------------------------------------------------------------*/
.spec-wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 100;
}

.spec-wrap .type {
  font-size: 30px;
  margin-right: 20px;
  display: block;
}

.spec-wrap .type small {
  font-size: 23px;
  margin-right: 5px;
}

.spec-wrap .ldk {
  font-size: 30px;
  margin-right: 20px;
}

.spec-wrap .scale {
  margin-right: 20px;
}

.spec-wrap .scale small {
  font-size: 13px;
  margin-right: 5px;
}

.spec-wrap .scale big {
  font-size: 30px;
}

/* */
.tab-switch .tab-inner li:not(.current) {
  display: none;
}

.tab-switch .tab-btn {
  max-width: 1200px;
  margin: 0 auto 50px;
}

.tab-switch .tab-btn li {
  display: inline-block;
  width: calc(33.33333333% - 20px);
  background: #a2a2a2;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.5s;
}

.tab-switch .tab-btn li + li {
  margin-left: 30px;
}

.tab-switch .tab-btn li.current,
.tab-switch .tab-btn li:hover {
  background: #c8b982;
}

/* panoramix */
.containerbox {
  position: relative;
  overflow: hidden;
  height: 400px;
  cursor: move;
}

.panoramixImg {
  position: absolute;
  width: auto !important;
  max-width: none;
  height: 100%;
  margin: auto;
  left: -1000px;
}

.timeIcon {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 15% !important;
  max-width: 228px;
  margin: auto;
  z-index: 10;
}

#twilightView .timeIcon {
  max-width: 285px;
}

.pano {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .containerbox {
    height: 450px;
  }
  .timeIcon {
    top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .view .categoryTitle {
    font-size: 3rem;
  }
  .containerbox {
    height: 250px;
  }
  .timeIcon {
    top: 15px;
    left: 15px;
    width: 40% !important;
  }
  #twilightView .timeIcon {
    width: 60% !important;
  }
}
.controls .left,
.controls .right {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background: rgba(0, 0, 0, 0.5);
}

.controls .left:hover,
.controls .right:hover {
  cursor: move;
}

.controls .left::before,
.controls .right::before {
  content: "";
  position: absolute;
  left: 40px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-135deg) translate(25%, -60%);
  top: 20px;
}

.controls .right {
  right: 15px;
  left: auto;
}

.controls .right::before {
  transform: rotate(45deg) translate(-45%, 80%);
}

/* */
.plan-btn-wrap li:not(:last-child) {
  margin-bottom: 25px;
}

.plan-btn-wrap li a {
  display: block;
  background: #F0F0F0;
  border: 1px solid #92804C;
  text-align: left;
  padding: 25px 60px 20px 33px;
  position: relative;
  font-family: "Oswald", "Noto Serif JP", sans-serif;
  font-weight: 100;
  transition: all 0.5s;
  max-width: 900px;
  width: 100%;
}

.link-btn {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 8px;
  width: 23px;
  height: 23px;
}

.plan-btn-wrap li a:hover {
  background: #92804C;
}

.plan-btn-wrap li a .spec-wrap {
  display: flex;
  justify-content: space-between;
  min-height: 75px;
  height: 100%;
}

.plan-btn-wrap li a .spec-inner-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.plan-btn-wrap li a .l-s-wrap {
  display: flex;
  flex-direction: column;
}

.plan-btn-wrap li a .type {
  font-size: clamp(30px, 2.171vw, 43px);
  margin-right: 0px;
  color: #92804C;
  transition: all 0.5s;
}

.plan-btn-wrap li a:hover .type {
  color: #fff;
}

.plan-btn-wrap li a .type .tokuten {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #848374;
  font-size: 14px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .plan-btn-wrap li a .type .tokuten {
    width: auto;
    display: inline-block;
    gap: 8px;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 0;
  }
}
.plan-btn-wrap li a .ldk {
  display: inline-block;
  font-size: 29px;
  margin-right: 0;
  color: #000000;
  transition: all 0.5s;
}

.plan-btn-wrap li a:hover .ldk {
  color: #fff;
}

.plan-btn-wrap li a .remaining {
  font-size: 14px;
  margin-right: 0px;
  text-align: center;
}

.plan-btn-wrap li a .scale {
  font-size: 18px;
  margin-right: 0;
  margin-top: 0;
  color: #000000;
  transition: all 0.5s;
}

.plan-btn-wrap li a:hover .scale {
  color: #fff;
}

.plan-btn-wrap li a .scale small {
  font-size: 18px;
  margin-right: 5px;
}

.plan-btn-wrap li a .scale big {
  font-size: 30px;
}

.plan-btn-wrap li a .spec-wrap {
  line-height: 2.2;
}

.plan-btn-wrap li a .tag_items {
  width: 138px;
}

.plan-btn-wrap li a .tag_item {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #848374;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 5px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .plan-btn-wrap li:not(:last-child) {
    margin-bottom: 6px;
  }
  .plan-btn-wrap li a .spec-wrap {
    display: block;
  }
  .plan-btn-wrap li a .spec-inner-wrap {
    display: block;
  }
  .plan-btn-wrap li a .l-s-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
  .link-btn {
    bottom: auto;
    top: 10px;
    right: 8px;
    width: 23px;
    height: 23px;
  }
  .plan-btn-wrap li a .tag_items {
    width: auto;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .plan-btn-wrap li a .tag_item {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 0;
    width: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  *.plan-btn-wrap li a .ldk,
  *.plan-btn-wrap li a .scale big {
    font-size: 25px;
  }
}
.anchor-link {
  text-align: center;
}

.anchor-link ul li {
  display: inline-block;
  width: 100%;
  max-width: 240px;
}

.anchor-link ul li a {
  display: block;
  height: 50px;
  line-height: 52px;
  border: #c8b982 2px solid;
  color: #000;
  text-align: center;
  margin: 0 10px;
  transition: all 0.5s;
  font-size: 15px;
  letter-spacing: 0;
}

.anchor-link ul li.current a,
.anchor-link ul li a:hover {
  background: #c8b982;
}

@media only screen and (max-width: 767px) {
  .anchor-link ul li {
    max-width: 170px;
  }
}
#service-wrap h4 {
  color: #8c825c;
  font-size: 21px;
  font-weight: 100;
}

#service-wrap h4::after {
  content: "";
  display: block;
  height: 1px;
  background: #c8b982;
  margin: 20px 0;
}

#service-wrap h5 {
  color: #8c825c;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

#service-wrap p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

#service-wrap p small {
  font-size: 12px;
}

#service-wrap .example {
  font-size: 16px;
}

#service-wrap .example::after {
  content: "";
  display: block;
  height: 1px;
  background: #c8b982;
  margin: 10px 0 15px;
}

@media only screen and (max-width: 767px) {
  .plan-btn-wrap li {
    width: 100%;
  }
  .plan-btn-wrap li a {
    padding: 17px 19px;
  }
  .plan-btn-wrap li a .type {
    font-size: 28px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .spec-wrap .type small {
    font-size: 18px;
  }
  .plan-btn-wrap li a .ldk {
    font-size: 21px;
    margin-right: 0;
  }
  .plan-btn-wrap li a .scale {
    margin-right: 0;
  }
  .plan-btn-wrap li a .scale small {
    font-size: 15px;
    margin-right: 5px;
  }
  .plan-btn-wrap li a .scale big {
    font-size: 24px;
  }
  .plan-btn-wrap.limiteds .imgsWrap .inText {
    font-size: 13px;
  }
}
.tabBtn {
  text-align: center;
  margin-bottom: 80px;
}

.tabBtn p {
  margin-bottom: 20px;
  padding-bottom: 10px;
  /* border-bottom: #eee solid 1px; */
}

.tabBtn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabBtn li {
  margin: 10px;
  font-size: 20px;
  color: #bcbcbc;
}

.tabBtn li.off {
  opacity: 0.4;
}

.tabBtn li.off a {
  cursor: default;
}

.tabBtn li a {
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.js-sorttarget li.hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tabBtn {
    margin-bottom: 43px;
  }
  .tabBtn li {
    font-size: 16px;
  }
}
.pickUp_item {
  display: block;
  width: 48%;
  color: #fff;
}

.pickUp_item:hover {
  transition: all 0.4s;
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .pickUp_item {
    width: 100%;
  }
  .pickUp_item:nth-child(2) {
    margin-top: 30px;
  }
}
#plan-detail .tabList {
  /* max-width: 800px; */
  margin: 0 auto 30px;
}

#plan-detail .tabList ul {
  display: flex;
  justify-content: space-between;
}

#plan-detail .tabList ul li {
  width: 32%;
}

#plan-detail .tabList ul li a {
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  transition: 0.5s;
  border: 1px solid #000;
}

#plan-detail .tabList ul li.on a {
  color: #fff;
  background-color: #000;
}

#plan-detail .tabList ul li a:hover {
  color: #fff;
  background-color: #000;
}

#plan-detail .menu {
  font-size: 42px;
  color: #977b35;
}

#plan-detail .imgBox {
  max-width: 850px;
  margin: 0 auto;
}

#plan-detail .imgBox.wid01 {
  max-width: 1030px;
}

@media only screen and (max-width: 767px) {
  #plan-detail .tabList ul {
    flex-wrap: wrap;
  }
  #plan-detail .tabList ul li {
    width: 100%;
  }
  #plan-detail .tabList ul li + li {
    margin-top: 10px;
  }
  #plan-detail .tabList ul li a {
    padding: 10px;
    font-size: 16px;
  }
}
/* select */
#select {
  max-width: 1000px;
  margin: 0 auto;
}

.js_target {
  display: none !important;
}

.js_selected {
  display: block !important;
}

.class_list {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.t_img_pc img {
  max-width: 350px;
}

.t_img_sp {
  display: none;
  max-width: 360px;
  margin: 0 auto;
}

.t_img_sp img {
  max-width: 360px;
  width: 100%;
}

.class_list_menu {
  text-align: center;
}

.class_list_menu .bl_selectBlock_check {
  margin: 20px auto 20px;
}

.class_list_menu img {
  max-width: 400px;
  width: 100%;
}

/* .bl_selectBlock_check input{
	display: none;
} */
.bl_selectBlock_check label {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-decoration: none;
  cursor: pointer;
  font-size: min(26px, 1.9vw);
  font-weight: 400;
  background-color: #F0F0F0;
  padding: 23px 10px;
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.bl_selectBlock_check input {
  display: none; /* チェックボックスを非表示にする */
}

.bl_selectBlock_check {
  position: relative;
  max-width: 332px;
  width: 100%;
  /* user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; */
}

.plan_area .plan_text {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
}

.contentsbody {
  /* overflow: hidden; */
  padding-bottom: 0;
}

.contentsbody .pickUp_text {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  text-align: left;
  font-size: 30px;
  padding: 10px 0;
}

.floor_wrap {
  display: flex;
  text-align: center;
  gap: 11px;
  position: relative;
}

.floor_wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #92804C;
}

.bl_selectBlock_check input#plan-all + label {
  line-height: min(52px, 3.8vw);
}

@media only screen and (max-width: 767px) {
  .bl_selectBlock_check input#plan-all + label {
    line-height: 1.5rem;
  }
}
.bl_selectBlock_check input:checked + label {
  background: rgb(192, 184, 152);
  background: linear-gradient(180deg, rgb(192, 184, 152) 0%, rgb(146, 129, 70) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0b898",endColorstr="#928146",GradientType=1);
  color: #fff;
  padding: 28px 20px;
}

.bl_selectBlock_check input#plan-premium:checked + label {
  background: rgb(0, 54, 70);
  background: linear-gradient(180deg, rgba(0, 54, 70, 0.5) 0%, rgb(0, 54, 70) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0b898",endColorstr="#928146",GradientType=1);
}

.bl_selectBlock_check input#plan-super:checked + label {
  background: rgb(146, 54, 70);
  background: linear-gradient(180deg, rgba(146, 54, 70, 0.5) 0%, rgb(146, 54, 70) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0b898",endColorstr="#928146",GradientType=1);
}

.bl_selectBlock_check input#plan-grand:checked + label {
  background: rgb(114, 107, 88);
  background: linear-gradient(180deg, rgba(114, 107, 88, 0.5) 0%, rgb(114, 107, 88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0b898",endColorstr="#928146",GradientType=1);
}

.class_list_menu .bl_selectBlock_check input:checked + label {
  opacity: 0.6;
  border: none;
}

.class_list_menu .bl_selectBlock_check input:checked + label::before {
  content: none;
}

.detail_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

.bl_selectBlock_check.detail {
  max-width: 170px;
  width: 100%;
}

.bl_selectBlock_check.detail label {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #848374;
  font-size: 18px;
  padding: 10px;
}

.bl_selectBlock_check.detail input:checked + label {
  padding: 10px;
  background: #848374;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .class_list {
    display: block;
  }
  .t_img_pc {
    display: none;
  }
  .t_img_sp {
    display: block;
  }
  .floor_wrap {
    gap: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .detail_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .bl_selectBlock_check label {
    font-size: 12px;
    padding: 10px;
  }
  .bl_selectBlock_check.detail {
    max-width: 98px;
    width: 100%;
  }
  .bl_selectBlock_check.detail label {
    font-size: 12px;
    padding: 15px 0;
    letter-spacing: 0;
  }
  .bl_selectBlock_check input:checked + label {
    padding: 10px 10px;
  }
  .plan_area .plan_text {
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
  }
}
.blur_area {
  max-width: 1240px;
  width: 100%;
  /* height: 100vh; */
}

.blur_area image {
  max-width: 1160px;
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10・11に指定するスタイルを記入 */
  .blur_area {
    height: 60vw;
  }
}
@media only screen and (max-width: 1000px) {
  .blur_area {
    height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .blur_area {
    height: auto;
  }
}
/* t2-4,p1-3,p2-7,p2-8 */
.full-img.t2-4 {
  display: block;
  width: 90%;
  margin: auto;
}

.full-img.p1-3 {
  display: block;
  width: 85%;
  margin: auto;
}

.full-img.p2-7 {
  display: block;
  width: 85%;
  margin: auto;
}

.full-img.p2-8 {
  display: block;
  width: 80%;
  margin: auto;
}

.plan_detail_head {
  margin-bottom: 40px;
  margin-right: -15px;
  margin-left: -15px;
}

.plan_detail_head__title {
  font-family: "Oswald", "Noto Serif JP", sans-serif;
  font-weight: 100;
  font-size: 26px;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.plan_detail_head__img img {
  width: 100%;
  height: auto;
}

/* mv
------------------------------------------------------------*/
.mv {
  position: relative;
  overflow: hidden;
}

.mv_logo {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
}

.mv_text {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
}

.mv_text h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 500;
  transform: scale(1.3, 1);
  text-align: center;
}

.mv_text h2.sp {
  display: none;
}

.mv_text .text p {
  font-size: clamp(20px, 2.171vw, 28px);
  line-height: 1.6071428571;
  letter-spacing: 0.1em;
  text-align: center;
}

.mv_text .catch {
  display: none;
}

.mv_scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.mv_scroll_text {
  -webkit-mask-image: url(../img/pages/plan/scroll_text.svg);
          mask-image: url(../img/pages/plan/scroll_text.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 64px;
  height: 10px;
  margin-bottom: 20px;
}

.mv_scroll_line {
  display: block;
  animation: scroll 2s infinite;
  background-color: #fff;
  margin: auto;
  width: 1px;
  height: 39.5px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media only screen and (max-width: 1380px) {
  .mv_logo {
    width: 48px;
  }
  .mv_text .logo_img {
    max-width: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .mv_logo {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 43px;
  }
  .mv_text {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
  }
  .mv_text h2 {
    font-size: 29px;
    margin-bottom: 30px;
  }
  .mv_text h2.pc {
    display: none;
  }
  .mv_text h2.sp {
    display: block;
  }
  .mv_text .text {
    margin-bottom: 17px;
  }
  .mv_text .text p {
    font-size: 20px;
    line-height: 1.6071428571;
    letter-spacing: 0;
    text-align: center;
  }
  .mv_text .catch {
    display: block;
  }
  .mv_text .catch p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 1.5833333333;
    color: #A1A1A1;
    text-align: center;
  }
  .mv_scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_scroll_text {
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fff;
    width: 64px;
    height: 10px;
    margin-bottom: 10px;
  }
  .mv_scroll_line {
    display: block;
    animation: scroll 2s infinite;
    background-color: #fff;
    margin: auto;
    width: 1px;
    height: 35.5px;
  }
}
/* gran_area
------------------------------------------------------------*/
.gran_area {
  position: relative;
  padding: 180px 0 160px;
  background-image: url(../img/pages/plan/premium_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.gran_area_inner {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

h3.gran_area_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 57px;
  font-weight: 500;
  transform: scale(1.3, 1);
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
}

.gran_area_text {
  margin-bottom: 30px;
}

.gran_area_text p {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.gran_area_link a {
  display: block;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 50px;
  padding-right: 24px;
  position: relative;
  transition: background 0.3s;
}

.gran_area_link a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 14px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../img/pages/plan/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.gran_area_link a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 767px) {
  .gran_area {
    padding: 80px 0 57px;
    background-image: url(../img/pages/plan/premium_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gran_area_inner {
    padding: 0 15px;
  }
  h3.gran_area_title {
    font-size: 24px;
    margin: 0 auto 14px;
  }
  .gran_area_text {
    margin-bottom: 14px;
  }
  .gran_area_text p {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 2;
    color: #fff;
    text-align: center;
  }
  .gran_area_link a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 50px;
    position: relative;
    transition: background 0.3s;
  }
  .gran_area_link a::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 14px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../img/pages/plan/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gran_area_link a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
/* plan_area
------------------------------------------------------------*/
.roomPlan_area {
  background-color: #FBFAF8;
  padding-top: 280px;
  padding-bottom: 150px;
  overflow: hidden;
}

.roomPlan_area_inner {
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.roomPlan_area_title {
  margin-bottom: 70px;
}

.roomPlan_area_title h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  transform: scale(1.3, 1) translateX(11.5%);
  background: linear-gradient(146deg, rgb(192, 184, 152) 0%, rgb(146, 129, 70) 100%);
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}

.roomPlan_area_head {
  margin-bottom: 88px;
}

.roomPlan_area_head p.head {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 20px;
}

.roomPlan_area_head p.text {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2;
}

.roomPlan_area_tabItem {
  margin-bottom: 40px;
}

.roomPlan_area_detailHead p {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .roomPlan_area {
    background-color: #fff;
    padding-top: 62px;
    padding-bottom: 68px;
  }
  .roomPlan_area_inner {
    padding-right: 35px;
    padding-left: 35px;
    margin-right: auto;
    margin-left: auto;
  }
  .roomPlan_area_title h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .roomPlan_area_head {
    margin-bottom: 45px;
  }
  .roomPlan_area_head p.head {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 20px;
  }
  .roomPlan_area_head p.text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 2;
  }
  .roomPlan_area_tabItem {
    margin-bottom: 30px;
  }
  .roomPlan_area_detailHead p {
    font-size: 16px;
  }
}
/* view_area
------------------------------------------------------------*/
.view_area {
  background-color: #FBFAF8;
  padding-bottom: 250px;
  overflow: hidden;
}

.view_area_inner {
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.view_area_wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: calc(50% - 50vw);
}

.view_area_item {
  flex: 0 1 24%;
}

.view_area_title {
  margin-bottom: 60px;
}

.view_area_title h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  transform: scale(1.3, 1) translateX(11.5%);
  background: linear-gradient(146deg, rgb(192, 184, 152) 0%, rgb(146, 129, 70) 100%);
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}

.section_title {
  position: relative;
}

.section_title::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 57px;
  height: 2px;
  background-color: #92804C;
}

.view_area_item .head p {
  font-size: 28px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.view_area_item .text p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.025em;
}

.view_area_img {
  flex: 0 1 76%;
}

.containerbox {
  position: relative;
  overflow: hidden;
  height: 600px;
  cursor: move;
}

.containerbox img {
  max-width: none;
}

.containerbox figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #fff;
  padding: 6px 8px;
  background-color: rgba(51, 51, 51, 0.78);
}

.viewWrap .cap {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.3;
}

.panoramixImg {
  position: absolute;
  width: auto !important;
  max-width: none;
  height: 100%;
  margin: auto;
  left: -1000px;
}

.timeIcon {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 15% !important;
  max-width: 228px;
  margin: auto;
  z-index: 10;
}

#twilightView .timeIcon {
  max-width: 285px;
}

.pano {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.controls .left,
.controls .right {
  display: block;
  width: 60px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.controls .left:hover,
.controls .right:hover {
  cursor: move;
}

.controls .left::before,
.controls .right::before {
  content: "";
  position: absolute;
  left: 25px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg) translate(25%, -10%);
  top: 20px;
}

.controls .right {
  right: 0;
  left: auto;
}

.controls .right::before {
  transform: rotate(45deg) translate(-50%, 30%);
}

@media only screen and (max-width: 1380px) {
  .view_area_item {
    flex: 0 1 38%;
  }
  .view_area_img {
    flex: 0 1 62%;
  }
}
@media only screen and (max-width: 767px) {
  .view_area {
    padding-top: 66px;
    padding-bottom: 50px;
  }
  .view_area_wrap {
    display: block;
    margin-left: calc(50% - 50vw);
  }
  .view_area_item {
    padding: 0 40px;
    margin-bottom: 60px;
  }
  .view_area_title h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .section_title {
    position: relative;
  }
  .section_title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 42px;
    height: 1.5px;
    background-color: #92804C;
  }
  .view_area_item .head {
    margin-bottom: 10px;
  }
  .view_area_item .head p {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .view_area_item .text p {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 2;
  }
  .view_area_img {
    flex: 0 1 70%;
  }
  .viewWrap .cap {
    text-align: left;
    font-size: 10px;
    margin-top: 10px;
    padding: 0 10px;
  }
  .containerbox {
    height: 290px;
  }
}
/* floor_area
------------------------------------------------------------*/
.floor_container {
  height: 1800px;
}

.floor_area {
  position: sticky;
  top: 100px; /* ピン留め開始位置 */
}

.floor_area_content {
  position: relative;
}

.floor_area_img .imgItem {
  display: none;
}

.floor_area_img .imgItem.is-active {
  display: block;
}

.floor_area_img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.floor_area_wrap {
  position: absolute;
  content: "";
  top: 11%;
  left: 14.5%;
  width: 40%;
}

.floor_area_wrap .wrapItem {
  padding-top: 41px;
  padding-bottom: 41px;
  position: relative;
  transition: all 0.3s;
}

.floor_area_wrap .wrapItem:not(:last-child):after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 33%;
  height: 1px;
  background-color: #000;
}

.floor_area_wrap .wrapItem .class {
  display: flex;
  align-items: center;
  gap: 20px;
}

.floor_area_wrap .wrapItem .class p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  line-height: 1;
}

.floor_area_wrap .wrapItem .class .num {
  font-size: 21px;
  letter-spacing: 0.3em;
}

.floor_area_wrap .wrapItem .class .num span {
  font-size: 30px;
}

.floor_area_wrap .wrapItem .class .type {
  font-size: 22px;
  letter-spacing: 0;
}

.floor_area_wrap .wrapItem .title p {
  font-size: 37px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.floor_area_wrap .wrapItem.gran .title {
  margin-bottom: 10px;
}

.floor_area_wrap .wrapItem.gran .title p {
  background: linear-gradient(95deg, rgb(114, 107, 88) 0%, rgb(136, 130, 114) 100%);
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}

.floor_area_wrap .wrapItem.super .title p {
  background: linear-gradient(95deg, rgb(146, 54, 70) 0%, rgb(192, 122, 136) 100%);
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}

.floor_area_wrap .wrapItem.premium .title p {
  background: linear-gradient(95deg, rgb(0, 54, 70) 0%, rgb(66, 122, 157) 100%);
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}

.floor_area_wrap .wrapItem .text p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}

/* active */
.floor_area_wrap .wrapItem.is-active {
  padding-top: 40px;
  padding-bottom: 35px;
  padding-left: 50px;
}

.floor_area_wrap .wrapItem.gran.is-active {
  background: rgb(114, 107, 88);
  background: linear-gradient(95deg, rgb(114, 107, 88) 0%, rgb(114, 107, 88) 59%, rgba(114, 107, 88, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#726b58",endColorstr="#726b58",GradientType=1);
}

.floor_area_wrap .wrapItem.super.is-active {
  background: rgb(146, 54, 70);
  background: linear-gradient(95deg, rgb(146, 54, 70) 0%, rgb(192, 122, 136) 59%, rgba(192, 122, 136, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#923646",endColorstr="#c07a88",GradientType=1);
}

.floor_area_wrap .wrapItem.premium.is-active {
  background: rgb(0, 54, 70);
  background: linear-gradient(95deg, rgb(0, 54, 70) 0%, rgb(66, 122, 157) 59%, rgba(66, 122, 157, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003646",endColorstr="#427a9d",GradientType=1);
}

.floor_area_wrap .wrapItem.is-active p {
  color: #fff;
}

.floor_area_wrap .wrapItem.is-active.class {
  gap: 30px;
}

.floor_area_wrap .wrapItem.is-active .class p {
  line-height: 1;
}

.floor_area_wrap .wrapItem.is-active .class .num {
  font-size: 32px;
  letter-spacing: 0.1em;
}

.floor_area_wrap .wrapItem.is-active .class .num span {
  font-size: 42px;
}

.floor_area_wrap .wrapItem.is-active .class .type {
  font-size: 25px;
  letter-spacing: 0.1em;
}

.floor_area_wrap .wrapItem.gran .title {
  margin-bottom: 0;
}

.floor_area_wrap .wrapItem.is-active .title p {
  background: #fff;
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
  font-size: 45px;
}

@media only screen and (max-width: 1440px) {
  .floor_area_wrap {
    position: absolute;
    content: "";
    top: 11%;
    left: 14.5%;
    width: 40%;
  }
  .floor_area_wrap .wrapItem {
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
  }
  .floor_area_wrap .wrapItem .class {
    display: block;
  }
  .floor_area_wrap .wrapItem .class .num {
    font-size: 18px;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
  }
  .floor_area_wrap .wrapItem .class .num span {
    font-size: 25px;
  }
  .floor_area_wrap .wrapItem .class .type {
    font-size: 20px;
    letter-spacing: 0;
  }
  .floor_area_wrap .wrapItem .title p {
    font-size: 30px;
  }
  .floor_area_wrap .wrapItem.gran .title {
    margin-bottom: 0;
  }
  .floor_area_wrap .wrapItem .text {
    display: none;
  }
  /* active */
  .floor_area_wrap .wrapItem.is-active {
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
  .floor_area_wrap .wrapItem.is-active .class .num {
    font-size: 18px;
    letter-spacing: 0.3em;
  }
  .floor_area_wrap .wrapItem.is-active .class .num span {
    font-size: 25px;
  }
  .floor_area_wrap .wrapItem.is-active .class .type {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .floor_area_wrap .wrapItem.gran .title {
    margin-bottom: 0;
  }
  .floor_area_wrap .wrapItem.is-active .title p {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1380px) {
  .floor_container {
    height: 1500px;
  }
  .floor_area {
    top: 55px; /* ピン留め開始位置 */
  }
}
@media only screen and (max-width: 991px) {
  .floor_area_wrap {
    position: absolute;
    content: "";
    top: 50%;
    left: 5%;
    width: 70%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .floor_container {
    height: 1000px;
  }
  .floor_area_wrap {
    position: absolute;
    content: "";
    top: 50%;
    left: 30px;
    width: 60%;
    transform: translateY(-50%);
  }
  .floor_area_wrap .wrapItem {
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
  }
  .floor_area_wrap .wrapItem:not(:last-child):after {
    width: 48%;
  }
  .floor_area_wrap .wrapItem .class {
    display: block;
  }
  .floor_area_wrap .wrapItem .class .num {
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
  }
  .floor_area_wrap .wrapItem .class .num span {
    font-size: 16px;
  }
  .floor_area_wrap .wrapItem .class .type {
    font-size: 14px;
  }
  .floor_area_wrap .wrapItem .title p {
    font-size: 17.5px;
  }
  .floor_area_wrap .wrapItem.gran .title {
    margin-bottom: 0;
  }
  .floor_area_wrap .wrapItem .text {
    display: none;
  }
  /* active */
  .floor_area_wrap .wrapItem.is-active {
    padding-top: 15px;
    padding-bottom: 8px;
    padding-left: 18px;
  }
  .floor_area_wrap .wrapItem.is-active .class .num {
    font-size: 14px;
    margin-bottom: 3px;
    letter-spacing: 0.27em;
  }
  .floor_area_wrap .wrapItem.is-active .class .num span {
    font-size: 18px;
  }
  .floor_area_wrap .wrapItem.is-active .class .type {
    font-size: 12px;
  }
  .floor_area_wrap .wrapItem.is-active .title p {
    font-size: 19.7px;
    line-height: 1.2;
  }
}/*# sourceMappingURL=plan.css.map */