@charset "UTF-8";
@import url("global.css");
@import url("anime.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
@import url("/css/font/fontawesome/css/all.css");
/* ------------------------------
 Contents
------------------------------ */
#clanes {
  opacity: 0;
  animation: fadeInpage .3s ease forwards;
  animation-delay: .3s;
}

@keyframes fadeInpage {
  to {
    opacity: 1;
  }
}
.modalbox {
  display: none;
}

/* ---------- Page-Title ---------- */
#titlearea {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
  display: block;
}
#titlearea .pagetitle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1;
  padding-right: 5vw;
  padding-left: 5vw;
  box-sizing: border-box;
  z-index: 2;
}
#titlearea .pagetitle .maincatch {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#titlearea .pagetitle .maintitle {
  max-width: 750px;
  margin: 0 auto;
}
#titlearea .mv_box {
  width: 100%;
  height: 100%;
}
#titlearea .mv_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #1d1d1d;
  opacity: .3;
}
#titlearea .mv_box .mv_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.maincatch {
  opacity: 0;
  animation: fadeIncatch 2s ease forwards;
  animation-delay: .5s;
}

.maintitle {
  opacity: 0;
  animation: fadeIntitle 2s ease forwards;
  animation-delay: .6s;
}

@keyframes fadeIncatch {
  to {
    opacity: 1;
  }
}
@keyframes fadeIntitle {
  to {
    opacity: 1;
  }
}
/* ---------- main ---------- */
.f_box {
  display: flex;
}

.tabon {
  display: none;
}

.pcnone {
  display: none;
}

.bg {
  background: #f2f2f2;
}

.titlearea {
  text-align: center;
  margin-bottom: 50px;
}
.titlearea .sectitle {
  color: #1d1d1d;
}
.titlearea .sectitle .jp {
  font-size: 28px;
  font-weight: 600;
}
.titlearea .en {
  display: block;
  font-size: 14px;
}

.text {
  line-height: 2;
}
.text p + p {
  margin-top: 20px;
}

#intro {
  position: relative;
  padding-top: 100px;
  padding-bottom: 220px;
  overflow: hidden;
}
#intro .sectitle {
  margin-bottom: 90px;
}
#intro .text_box .text {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
}
#intro .text_box .text p + p {
  margin-top: 30px;
}
#intro .bg_intro {
  position: absolute;
  bottom: -15%;
  right: -15%;
  width: 1100px;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#area {
  overflow: hidden;
}
#area .movie {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
#area .movie .text_box {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  padding-right: 5vw;
  padding-left: 5vw;
  box-sizing: border-box;
  z-index: 2;
  line-height: 2.5;
}
#area .movie .text_box .sectitle {
  margin-bottom: 30px;
  text-align: center;
}
#area .movie .text_box .txt {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
#area .movie .movie_box {
  width: 100%;
  height: 100%;
}
#area .movie .movie_box::before, #area .movie .movie_box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
#area .movie .movie_box::before {
  top: 0;
  height: 600px;
  transition: 1s;
  background: linear-gradient(to top, transparent 0%, #009DE8 100%);
}
#area .movie .movie_box::after {
  bottom: 0;
  height: 300px;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #f2f2f2 100%);
}
#area .movie .movie_box .mv_movie {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#area .charm {
  padding: 150px 0 180px;
  overflow: hidden;
}
#area .charm .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#area .charm .text {
  line-height: 2.5;
}
#area .charm .text p {
  font-size: 16px;
}
#area .charm .text p + p {
  margin: 0;
}
#area .charm .l_box {
  width: 50%;
}
#area .charm .l_box .charm_img1 {
  padding-right: 3vw;
  margin-bottom: 60px;
  width: 535px;
}
#area .charm .l_box .charm_img2 {
  width: 740px;
  margin: 60px 120px;
  margin-left: -120px;
}
#area .charm .r_box {
  width: 50%;
  padding-left: 4vw;
}
#area .charm .r_box .charm_img3 {
  padding-right: 2vw;
  margin-top: 60px;
  margin-bottom: 120px;
  margin-right: -60px;
  margin-left: 60px;
  width: 470px;
}
#area .charm .r_box .charm_img4 {
  width: 470px;
}
#area .home_gx {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  margin-top: 100px;
  padding: 60px 80px;
  border-radius: 5px;
}
#area .home_gx .graph {
  margin-right: 5%;
  width: 60%;
}
#area .home_gx .points {
  text-align: left;
  width: 35%;
}
#area .home_gx .points h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
#area .home_gx .points .list li {
  background: #f2f2f2;
  font-weight: 600;
  padding: 5px 10px;
  padding-left: 20px;
  border-radius: 3px;
  font-size: 20px;
}
#area .home_gx .points .list li + li {
  margin-top: 10px;
}
#area .home_gx .points .list li .tick {
  display: inline-block;
  margin-right: 10px;
  color: #D0B096;
}

#point {
  padding-bottom: 150px;
}
#point .view {
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 150px;
}
#point .view .ph {
  width: 100%;
  height: 100%;
}
#point .point_lead {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
#point .point_lead .inner1 {
  width: 52%;
  margin-right: 5%;
}
#point .point_lead .inner1 .sectitle {
  margin-bottom: 40px;
}
#point .point_lead .inner2 {
  width: 43%;
}
#point .point_lead .inner2 .text {
  margin-top: 80px;
  line-height: 2.5;
}
#point .point_lead .inner2 .text p {
  font-size: 16px;
}
#point .point_lead .inner2 .text p + p {
  margin: 0;
}
#point .point_body .num_list .item {
  display: flex;
  align-items: stretch;
}
#point .point_body .num_list .item + .item {
  margin-top: 90px;
}
#point .point_body .num_list .item .point_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 5%;
  border: solid #7e7e7e 1px;
  padding: 60px 50px;
  max-width: 380px;
  margin-right: 20px;
}
#point .point_body .num_list .item .point_box .num_label {
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 1;
}
#point .point_body .num_list .item .point_box h3 {
  width: 90px;
  margin-bottom: 40px;
}
#point .point_body .num_list .item .point_box p {
  font-size: 16px;
}
#point .point_body .num_list .item .point_box p + P {
  margin: 0;
}
#point .point_body .num_list .item:nth-child(even) .point_box {
  margin-right: 0;
  margin-left: 20px;
  order: 2;
}
#point .point_body .num_list .item:nth-child(even) .ph {
  order: 1;
}
#point .point_body .num_list .item .ph {
  display: flex;
  width: 720px;
}
#point .point_body .num_list .item .ph img {
  object-fit: cover;
}

#plan {
  background: #E1D8CA;
  padding: 150px 0;
}
#plan .titlearea .logo {
  width: 280px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#plan .titlearea .sectitle {
  width: 350px;
  margin: 0 auto;
  margin-bottom: 80px;
}
#plan .titlearea .textarea {
  padding: 30px 0 90px;
  line-height: 2.5;
}
#plan .titlearea .textarea p br {
  display: none;
}
#plan .map-container {
  position: relative;
  display: inline-block;
  padding: 60px 90px;
  background: #fff;
  border-radius: 5px;
}
#plan .map-container .map-image {
  width: 100%;
  height: auto;
  display: block;
}
#plan .map-container .lot {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  /* 半透明でホバーエリアを視覚化（デバッグ用） */
}
#plan .map-container .lot.lot2 {
  top: 13%;
  left: 28%;
  width: 24%;
  height: 29%;
}
#plan .map-container .lot.lot3 {
  top: 13%;
  left: 11.5%;
  width: 15.5%;
  height: 36%;
}
#plan .map-container .lot.lot4 {
  top: 49.5%;
  left: 11.5%;
  width: 16%;
  height: 36%;
}
#plan .map-container .lot.lot5 {
  top: 56.5%;
  left: 28%;
  width: 24.5%;
  height: 28.5%;
}
#plan .map-container .lot:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
#plan .plan_btn {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0 -10px;
  margin-top: 60px;
  flex-wrap: wrap;
}
#plan .plan_btn li {
  width: calc(100% / 2);
}
#plan .plan_btn li a {
  text-align: center;
  background-color: #fff;
  display: block;
  margin: 10px;
}
#plan .plan_btn li a .ph {
  overflow: hidden;
}
#plan .plan_btn li a .ph img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#plan .plan_btn li a .text {
  padding: 10px 30px 30px;
}
#plan .plan_btn li a .text h3 {
  display: block;
  font-size: 28px;
  font-weight: 500;
}
#plan .plan_btn li a .text h3 span {
  font-size: 20px;
  display: block;
}
#plan .plan_btn li a .text p {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 150px;
  padding: 2px 10px;
  background-color: #918A7A;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#plan .plan_btn li a:hover {
  background-color: #918A7A;
  color: #fff;
}
#plan .plan_btn li a:hover .ph img {
  transform: scale(1.1);
}
#plan .plan_btn li a:hover .text p {
  background-color: #fff;
  color: #918A7A;
}

/*------ modal ------*/
.modaal-content-container {
  background: #AFA69E;
  padding: 30px;
}

.modalwrap .modal_body {
  display: flex;
  flex-direction: column;
}
.modalwrap .modal_body .inner {
  background: #fff;
  padding: 30px;
}
.modalwrap .modal_body .inner .num {
  max-width: 80px;
  position: absolute;
  top: 35px;
  left: 30px;
}
.modalwrap .modal_body .inner .plan_name {
  text-align: right;
}
.modalwrap .modal_body .inner .plan_name .name {
  font-size: 28px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  color: #AFA69E;
  letter-spacing: 4px;
}
.modalwrap .modal_body .inner .plan_name .name br {
  display: none;
}
.modalwrap .modal_body .inner .plan_box1 {
  position: relative;
}
.modalwrap .modal_body .inner .plan_box1 .ph {
  max-width: 1000px;
  margin: 50px auto;
}
.modalwrap .modal_body .inner .plan_box2 {
  margin-top: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.modalwrap .modal_body .inner .plan_box2 .date {
  min-width: 300px;
  margin-left: 3%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #918A7A;
}
.modalwrap .modal_body .inner .plan_box2 .date dt {
  padding: 15px 5px;
  border-bottom: solid #918A7A;
}
.modalwrap .modal_body .inner .plan_box2 .date dd {
  padding: 15px 0;
  border-bottom: solid #918A7A 3px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalwrap .modal_body .inner .plan_box2 .date dd.price {
  font-size: 20px;
  line-height: 1;
}
.modalwrap .modal_body .inner .plan_box2 .date dd.price .en {
  font-style: italic;
  font-size: 42px;
  display: inline-block;
  margin: 0 5px;
  margin-right: 10px;
  letter-spacing: 0;
}
.modalwrap .modal_body .inner .text {
  padding: 40px 5px 20px;
  line-height: 1.6;
}
.modalwrap .modal_body .inner .text p {
  font-size: 16px;
  text-align: justify;
}
.modalwrap .modal_body .inner .text p.lead {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #7e7e7e;
}
.modalwrap .modal_body .inner .images {
  display: flex;
  margin: 0 -10px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.modalwrap .modal_body .inner .images li {
  width: 50%;
}
.modalwrap .modal_body .inner .images li .ph {
  margin: 10px;
}
.modalwrap .modal_body .inner .images li .ph img {
  width: 100%;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:after, .modaal-close:before {
  background: #b93d0c;
}

.modaal-close:focus, .modaal-close {
  outline: 0;
  background: #fff !important;
}

#cboxLoadedContent {
  pointer-events: none !important;
}

#cboxNext, #cboxPrevious {
  display: none !important;
}

#location {
  padding-bottom: 150px;
}
#location .view {
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 150px;
}
#location .view .ph {
  width: 100%;
  height: 100%;
}
#location .view .catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14vw;
}
#location .content {
  margin-top: 50px;
}
#location .content .sort-btn {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}
#location .content .sort-btn li {
  max-width: 275px;
  width: calc(100% / 4);
  height: 50px;
}
#location .content .sort-btn li button {
  align-content: center;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: rgba(29, 29, 29, 0.9);
  font-size: 0.95em;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#location .content .sort-btn li.active button {
  background-color: #918A7A;
  color: #fff;
}
#location .content .grid {
  --mg50: 50px;
  --mg_listtop: 50px;
  --mg_listinline: 20px;
  margin-inline: calc(var(--mg_listinline) * -1);
  margin: 0 auto;
  margin-top: calc(var(--mg50) - var(--mg_listtop));
  position: relative;
  /*並び替えの基準点を指定*/
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#location .content .grid .item {
  display: block;
  position: absolute;
  z-index: 1;
  width: calc(100% / 4.1);
  padding: 0 var(--mg_listinline);
  margin-top: var(--mg_listtop);
  box-sizing: border-box;
}
#location .content .grid .item .item-content {
  position: relative;
  width: 100%;
  height: 100%;
}
#location .content .grid .ph {
  width: 100%;
  aspect-ratio: 1 / 1;
}
#location .content .grid .ph img {
  border-radius: 5px;
}
#location .content .grid .data {
  text-align: center;
  margin-top: 15px;
  height: 3lh;
  font-size: 16px;
  font-weight: 600;
}

#access .rosen {
  padding: 90px 0 150px;
  margin: 0 auto;
  max-width: 1000px;
}
#access .rosen .sectitle {
  text-align: center;
  margin-bottom: 20px;
}
#access .rosen .text {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}
#access .rosen .text > span {
  display: inline-block;
  margin: 0 5px;
  font-size: 32px;
}
#access .rosen .text > span.red {
  color: #D23F3F;
}
#access .rosen .text > span.green {
  color: #069E91;
}
#access .rosen .ph {
  margin: 60px auto;
}
#access .rosen .dot-line {
  display: table;
  width: 100%;
  justify-content: space-between;
  border: solid #DFDFDF 10px;
  padding: 20px 30px;
}
#access .rosen .dot-line tbody {
  display: flex;
  flex-wrap: wrap;
}
#access .rosen .dot-line tbody tr {
  width: 50%;
  border-bottom: solid #7E7E7E 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#access .rosen .dot-line tbody tr th.label {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1;
  font-size: 20px;
  margin: 20px auto;
  padding: 0 20px;
  padding-right: 0;
}
#access .rosen .dot-line tbody tr th.label::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px dashed #7E7E7E;
  margin: 0 0.5em;
  transform: translateY(50%);
}
#access .rosen .dot-line tbody tr td.time {
  font-size: 18px;
  flex-shrink: 0;
  color: #069E91;
  display: flex;
  align-items: center;
  margin: 20px auto;
  padding: 0px 20px;
  padding-left: 0;
}
#access .rosen .dot-line tbody tr td.time > span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 32px;
  display: inline-block;
  margin: 0 5px;
}
#access .rosen .dot-line tbody tr:nth-child(odd) td.time {
  border-right: 1px solid #7E7E7E;
}
#access .rosen .dot-line tbody tr:nth-child(5), #access .rosen .dot-line tbody tr:nth-child(6) {
  border-bottom: none;
}
#access .bg_access {
  position: relative;
  padding: 150px 0 200px;
  background-image: url("../img/access_bg.jpg");
  background-position: center;
  background-size: cover;
}
#access .bg_access #map {
  background: #fff;
  text-align: center;
  margin-bottom: 120px;
  padding: 40px;
  padding-top: 60px;
}
#access .bg_access #map .sectitle {
  margin-bottom: 40px;
}
#access .bg_access #map iframe {
  width: 100%;
  height: 600px;
}
#access .bg_access #outline {
  background: #fff;
  padding: 40px;
  padding-top: 60px;
}
#access .bg_access #outline .sectitle {
  margin-bottom: 40px;
  text-align: center;
}
#access .bg_access #outline table.overview {
  width: 100%;
  border-collapse: collapse;
  border-top: #AFA69E 1px solid;
  line-height: 1.5;
}
#access .bg_access #outline table.overview tbody {
  display: flex;
  flex-wrap: wrap;
}
#access .bg_access #outline table.overview tbody tr {
  width: 50%;
  border-bottom: #AFA69E 1px solid;
  display: flex;
}
#access .bg_access #outline table.overview tbody tr.solo {
  width: 100%;
}
#access .bg_access #outline table.overview tbody th, #access .bg_access #outline table.overview tbody td {
  font-size: 15px;
  padding: 18px 20px;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
#access .bg_access #outline table.overview tbody th {
  width: 130px;
  min-width: 130px;
  white-space: nowrap;
  position: relative;
  background-color: rgba(175, 166, 158, 0.2);
  font-weight: 600;
  text-align: center;
}
#access .bg_access #outline table.overview tbody th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: #fff 4px solid;
}

.divider {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.divider::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 100%;
  height: 270px;
  mask-repeat: no-repeat;
  mask-position: center;
  clip-path: ellipse(60% 50% at 50% 110%);
}

#formarea {
  padding: 120px 0;
}
#formarea .sectitle {
  text-align: center;
  margin-bottom: 60px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Contents
  ------------------------------ */
  /* ---------- Page-Title ---------- */
  #titlearea .pagetitle .maincatch {
    width: 75%;
  }
  #titlearea .pagetitle .maintitle {
    width: 70%;
  }

  /* ---------- main ---------- */
  #intro .bg_intro {
    width: 1000px;
  }

  #area .movie {
    height: 90vh;
  }
  #area .charm {
    padding: 150px 0;
  }
  #area .charm .text {
    display: inline-block;
    background: rgba(242, 242, 242, 0.4);
    backdrop-filter: blur(2px);
    padding: 10px;
  }

  #point .view {
    height: 500px;
  }
  #point .point_lead .inner1 {
    width: 45%;
    margin-right: 5%;
  }
  #point .point_lead .inner1 .sectitle {
    width: 95%;
  }
  #point .point_lead .inner2 {
    width: 50%;
  }

  #plan .titlearea .logo {
    width: 260px;
  }
  #plan .titlearea .sectitle {
    width: 320px;
  }
  #plan .map-container .lot.lot2 {
    top: 13%;
    left: 26vw;
    width: 23%;
    height: 29%;
  }
  #plan .map-container .lot.lot3 {
    top: 13%;
    left: 11vw;
    width: 16%;
    height: 36%;
  }
  #plan .map-container .lot.lot4 {
    top: 49.5%;
    left: 11vw;
    width: 16%;
    height: 35%;
  }
  #plan .map-container .lot.lot5 {
    top: 55.5%;
    left: 26vw;
    width: 23.5%;
    height: 29%;
  }
  #plan .plan_btn li a .text h3 {
    font-size: 28px;
  }
  #plan .plan_btn li a .text h3 span {
    font-size: 16px;
  }

  /*------ modal ------*/
  .modalwrap .modal_body .inner .plan_box2 {
    margin-top: 8vw;
  }
  .modalwrap .modal_body .inner .images {
    margin: 0 -5px;
  }
  .modalwrap .modal_body .inner .images li .ph {
    margin: 5px;
  }

  #location .view {
    height: 500px;
  }
  #location .view .catch {
    right: 10vw;
  }
  #location .content .sort-btn {
    gap: 20px;
  }
  #location .content .sort-btn li {
    max-width: 210px;
  }
  #location .content .grid {
    --mg_listtop: 60px;
    --mg_listinline: 10px;
  }
  #location .content .grid .data {
    font-size: 15px;
    font-weight: 600;
  }

  #formarea {
    padding-top: 100px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Contents
  ------------------------------ */
  /* ---------- Page-Title ---------- */
  #titlearea {
    height: 80vh;
    margin-bottom: 100px;
  }
  #titlearea .pagetitle .maincatch {
    width: 80%;
    margin-bottom: 30px;
  }
  #titlearea .pagetitle .maintitle {
    width: 75%;
  }

  /* ---------- main ---------- */
  .tabon {
    display: block;
  }

  .text {
    line-height: 1.8;
  }
  .text p + p {
    margin-top: 15px;
  }

  #intro {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  #intro .sectitle {
    margin-bottom: 60px;
    width: 32vw;
    min-width: 250px;
  }
  #intro .text_box .text p + p {
    margin-top: 20px;
  }
  #intro .bg_intro {
    width: 90%;
  }

  #area .movie {
    height: 50vh;
  }
  #area .movie .text_box {
    line-height: 2;
    top: 50%;
  }
  #area .movie .text_box .sectitle {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #area .movie .text_box .txt {
    font-size: 16px;
  }
  #area .charm {
    padding: 100px 0 120px;
  }
  #area .charm .wrapper {
    display: block;
  }
  #area .charm .text {
    line-height: 2;
  }
  #area .charm .text p {
    font-size: 16px;
  }
  #area .charm .l_box {
    width: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
  #area .charm .l_box .text {
    width: 100%;
    order: 1;
  }
  #area .charm .l_box .text:last-of-type {
    margin-bottom: 60px;
  }
  #area .charm .l_box .charm_img1 {
    padding: 0;
    margin: 0;
    width: 49%;
    order: 2;
  }
  #area .charm .l_box .charm_img2 {
    width: 49%;
    margin: 0;
    order: 3;
  }
  #area .charm .r_box {
    width: auto;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #area .charm .r_box .text {
    width: 100%;
    margin-bottom: 60px;
  }
  #area .charm .r_box .charm_img3 {
    padding: 0;
    margin: 0;
    width: 34%;
  }
  #area .charm .r_box .charm_img4 {
    width: 64%;
  }
  #area .home_gx {
    width: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 90px;
    padding: 60px 30px;
  }
  #area .home_gx .graph {
    margin: 0;
    margin-top: 50px;
    width: auto;
    max-width: 500spx;
    text-align: center;
  }
  #area .home_gx .points {
    width: 80%;
  }
  #area .home_gx .points h3 {
    font-size: 24px;
    text-align: center;
  }

  #point .view {
    height: 400px;
    margin-bottom: 90px;
  }
  #point .point_lead {
    display: block;
  }
  #point .point_lead .inner1 {
    width: auto;
    display: flex;
    margin: 0;
    margin-bottom: 60px;
    align-items: center;
    justify-content: space-between;
  }
  #point .point_lead .inner1 .sectitle {
    width: 50%;
    margin: 0;
  }
  #point .point_lead .inner1 .ph {
    margin-left: 5%;
    width: 45%;
  }
  #point .point_lead .inner2 {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #point .point_lead .inner2 .text {
    width: 55%;
    margin: 0;
    line-height: 2;
  }
  #point .point_lead .inner2 .text br {
    display: none;
  }
  #point .point_lead .inner2 .ph {
    width: 40%;
    margin-right: 5%;
  }
  #point .point_body .num_list .item + .item {
    margin-top: 60px;
  }
  #point .point_body .num_list .item .point_box {
    padding: 40px 20px 30px;
    width: 50%;
  }
  #point .point_body .num_list .item .point_box .num_label {
    width: 150px;
    top: -30px;
    left: 5px;
  }
  #point .point_body .num_list .item .point_box h3 {
    width: 60px;
  }
  #point .point_body .num_list .item .ph {
    width: 50%;
  }

  #plan {
    padding: 120px 0;
  }
  #plan .titlearea .logo {
    width: 200px;
    margin-bottom: 40px;
  }
  #plan .titlearea .sectitle {
    width: 240px;
  }
  #plan .map-container {
    padding: 40px 30px;
  }
  #plan .map-container .lot.lot2 {
    top: 13.5%;
    left: 23vw;
    width: 25%;
    height: 29%;
  }
  #plan .map-container .lot.lot3 {
    top: 13.5%;
    left: 7.5vw;
    width: 17%;
    height: 34%;
  }
  #plan .map-container .lot.lot4 {
    top: 49.5%;
    left: 7.5vw;
    width: 17.5%;
    height: 35%;
  }
  #plan .map-container .lot.lot5 {
    top: 56%;
    left: 23vw;
    width: 25.5%;
    height: 28%;
  }
  #plan .plan_btn {
    display: block;
    margin: 0;
    margin-top: 40px;
    flex-wrap: nowrap;
  }
  #plan .plan_btn li {
    width: 100%;
  }
  #plan .plan_btn li + li {
    margin-top: 20px;
  }
  #plan .plan_btn li a {
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #plan .plan_btn li a .ph {
    width: 40%;
  }
  #plan .plan_btn li a .text {
    width: 60%;
    padding: 10px 20px;
  }
  #plan .plan_btn li a .text h3 {
    font-size: 24px;
  }
  #plan .plan_btn li a .text h3 span {
    font-size: 16px;
  }
  #plan .plan_btn li a .text p {
    padding: 0;
    margin-right: 0;
    font-size: 15px;
  }

  /*------ modal ------*/
  .modaal-content-container {
    background: #AFA69E;
    padding: 20px;
  }

  .modalwrap .modal_body .inner {
    padding: 20px;
  }
  .modalwrap .modal_body .inner .num {
    top: 40px;
  }
  .modalwrap .modal_body .inner .plan_name .name {
    font-size: clamp(20px, 3vw, 28px);
  }
  .modalwrap .modal_body .inner .plan_name .name br {
    display: block;
  }
  .modalwrap .modal_body .inner .plan_box1 .floorimg a img {
    width: 12vw;
    height: 12vw;
  }
  .modalwrap .modal_body .inner .plan_box2 {
    margin-top: 6vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .modalwrap .modal_body .inner .plan_box2 .date {
    order: 1;
    margin: 0;
    margin-bottom: 30px;
    min-width: 350px;
  }
  .modalwrap .modal_body .inner .plan_box2 .ph {
    order: 2;
  }
  .modalwrap .modal_body .inner .text {
    padding: 30px 5px 15px;
  }
  .modalwrap .modal_body .inner .text p {
    font-size: 14px;
  }
  .modalwrap .modal_body .inner .text p.lead {
    font-size: 18px;
  }
  .modalwrap .modal_body .inner .images {
    margin: 0 -5px;
  }
  .modalwrap .modal_body .inner .images li .ph {
    margin: 5px;
  }

  #location {
    padding-bottom: 90px;
  }
  #location .view {
    height: 400px;
    margin-bottom: 120px;
  }
  #location .view .catch {
    right: 8vw;
    width: 8%;
  }
  #location .sectitle img {
    height: 25px;
  }
  #location .content .sort-btn {
    gap: 20px;
  }
  #location .content .sort-btn li {
    max-width: 210px;
  }
  #location .content .grid {
    --mg_listtop: 4vw;
    --mg_listinline: 10px;
  }
  #location .content .grid .item {
    width: calc((100% / 3) - 1px);
  }
  #location .content .grid .data {
    font-size: 15px;
  }

  #access .sectitle img {
    height: 25px;
  }
  #access .rosen {
    padding: 90px 0 100px;
  }
  #access .rosen .text {
    font-size: 18px;
  }
  #access .rosen .text > span {
    font-size: 30px;
  }
  #access .rosen .ph {
    margin: 40px auto;
  }
  #access .rosen .dot-line {
    border: solid #DFDFDF 5px;
    padding: 10px 30px;
  }
  #access .rosen .dot-line tbody {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #access .rosen .dot-line tbody tr {
    width: 100%;
    border-bottom: solid #7E7E7E 1px;
  }
  #access .rosen .dot-line tbody tr th.label {
    font-size: 20px;
    margin: 15px auto;
  }
  #access .rosen .dot-line tbody tr td.time {
    font-size: 18px;
    margin: 15px auto;
  }
  #access .rosen .dot-line tbody tr td.time > span {
    font-size: 32px;
  }
  #access .rosen .dot-line tbody tr:nth-child(odd) td.time {
    border-right: none;
  }
  #access .rosen .dot-line tbody tr:nth-child(5) {
    border-bottom: solid #7E7E7E 1px;
  }
  #access .bg_access {
    padding: 100px 0 150px;
  }
  #access .bg_access #map {
    margin-bottom: 80px;
    padding: 30px;
    padding-top: 40px;
  }
  #access .bg_access #map .sectitle {
    margin-bottom: 30px;
  }
  #access .bg_access #map iframe {
    height: 400px;
  }
  #access .bg_access #outline {
    padding: 30px;
    padding-top: 40px;
  }
  #access .bg_access #outline .sectitle {
    margin-bottom: 30px;
  }
  #access .bg_access #outline table.overview tbody tr {
    width: 100%;
  }
  #access .bg_access #outline table.overview tbody th, #access .bg_access #outline table.overview tbody td {
    padding: 15px 20px;
  }

  .divider::after {
    height: 190px;
  }

  #formarea {
    padding: 90px 0 100px;
  }
  #formarea .sectitle {
    margin-bottom: 40px;
  }
  #formarea .sectitle img {
    height: 25px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Contents
  ------------------------------ */
  /* ---------- Page-Title ---------- */
  #titlearea {
    margin-bottom: 60px;
  }
  #titlearea .pagetitle .maincatch {
    width: 95%;
    margin-bottom: 20px;
  }
  #titlearea .pagetitle .maintitle {
    width: 90%;
  }

  /* ---------- main ---------- */
  .tabon {
    display: none;
  }

  .pcnone {
    display: block;
  }

  .spnone {
    display: none;
  }

  .titlearea {
    margin-bottom: 40px;
  }

  .text {
    line-height: 1.6;
  }
  .text p + p {
    margin-top: 10px;
  }

  #intro {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  #intro .sectitle {
    margin-bottom: 40px;
    min-width: 200px;
  }
  #intro .text_box .text p + p {
    margin-top: 10px;
  }
  #intro .text_box .text br {
    display: none;
  }
  #intro .bg_intro {
    rigt: -10%;
    bottom: -10%;
    width: 85%;
  }

  #area .movie {
    height: 60vh;
  }
  #area .movie .text_box {
    line-height: 1.8;
  }
  #area .movie .text_box .sectitle {
    width: 100%;
    margin-bottom: 20px;
  }
  #area .movie .text_box .txt {
    font-size: 14px;
  }
  #area .charm {
    padding: 60px 0 80px;
  }
  #area .charm .text {
    line-height: 1.8;
    padding: 10px 0;
  }
  #area .charm .text p {
    font-size: 14px;
  }
  #area .charm .text p + p {
    margin-top: 5px;
  }
  #area .charm .l_box {
    margin-bottom: 30px;
  }
  #area .charm .l_box .text:last-of-type {
    margin-bottom: 30px;
  }
  #area .charm .r_box .text {
    margin-bottom: 30px;
  }
  #area .charm .r_box .text br {
    display: none;
  }
  #area .charm .r_box .text p {
    text-align: left;
  }
  #area .home_gx {
    margin-top: 60px;
    padding: 30px 10px 40px;
  }
  #area .home_gx .graph {
    margin-top: 30px;
    max-width: 85%;
  }
  #area .home_gx .points {
    width: auto;
  }
  #area .home_gx .points h3 {
    font-size: 20px;
  }
  #area .home_gx .points .list li {
    font-size: 15px;
    padding: 5px 15px;
  }
  #area .home_gx .points .list li + li {
    marign-top: 5px;
  }

  #point {
    padding-bottom: 60px;
  }
  #point .view {
    height: 240px;
    margin-bottom: 60px;
  }
  #point .point_lead {
    margin-bottom: 60px;
  }
  #point .point_lead .inner1 {
    margin-bottom: 30px;
  }
  #point .point_lead .inner2 {
    display: flex;
    flex-direction: column;
  }
  #point .point_lead .inner2 .text {
    width: 100%;
    line-height: 1.8;
    order: 1;
    font-size: 14px;
    margin-bottom: 30px;
  }
  #point .point_lead .inner2 .ph {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: auto;
    order: 2;
    display: flex;
    align-items: center;
  }
  #point .point_body .num_list .item {
    display: block;
  }
  #point .point_body .num_list .item + .item {
    margin-top: 40px;
  }
  #point .point_body .num_list .item .point_box {
    padding: 50px 20px 30px;
    width: auto;
    max-width: none;
    margin: 0;
    border-bottom: none;
  }
  #point .point_body .num_list .item .point_box .num_label {
    width: 120px;
    top: -20px;
    left: -10px;
  }
  #point .point_body .num_list .item .point_box h3 {
    width: 100%;
    margin-bottom: 20px;
  }
  #point .point_body .num_list .item .point_box h3 img {
    height: 50px;
  }
  #point .point_body .num_list .item .point_box p {
    font-size: 14px;
  }
  #point .point_body .num_list .item:nth-child(even) .point_box {
    margin: 0;
  }
  #point .point_body .num_list .item .ph {
    width: auto;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: solid #7e7e7e 1px;
  }

  #plan {
    padding: 80px 0;
    overflow: hidden;
  }
  #plan .titlearea .logo {
    width: 160px;
    margin-bottom: 30px;
  }
  #plan .titlearea .sectitle {
    width: 200px;
    margin-bottom: 50px;
  }
  #plan .titlearea .textarea {
    padding: 0px 0 40px;
    line-height: 1.6;
  }
  #plan .titlearea .textarea p br {
    display: block;
  }
  #plan .titlearea .textarea p + p {
    margin-top: 10px;
  }
  #plan .map-container {
    padding: 20px 15px;
  }
  #plan .map-container .lot.lot2 {
    top: 14%;
    left: 23vw;
    width: 26%;
    height: 27%;
  }
  #plan .map-container .lot.lot3 {
    top: 14%;
    left: 7.5vw;
    width: 16%;
    height: 34%;
  }
  #plan .map-container .lot.lot4 {
    top: 50%;
    left: 7.5vw;
    width: 16%;
    height: 35%;
  }
  #plan .map-container .lot.lot5 {
    top: 57%;
    left: 23vw;
    width: 26%;
    height: 28%;
  }
  #plan .plan_btn {
    margin-top: 30px;
  }
  #plan .plan_btn li + li {
    margin-top: 15px;
  }
  #plan .plan_btn li a {
    text-align: center;
    flex-direction: column;
  }
  #plan .plan_btn li a .ph {
    width: 100%;
  }
  #plan .plan_btn li a .text {
    width: 100%;
    padding: 10px 5px 20px;
  }
  #plan .plan_btn li a .text h3 span {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0;
  }
  #plan .plan_btn li a .text p {
    margin: 0 auto;
    margin-top: 10px;
  }
  #plan .plan_btn li a:hover {
    background-color: #fff;
    color: inherit;
  }
  #plan .plan_btn li a:hover .ph img {
    transform: scale(1);
  }
  #plan .plan_btn li a:hover .text p {
    color: #fff;
    background: #918A7A;
  }

  /*------ modal ------*/
  .modaal-content-container {
    padding: 10px;
  }

  .modalwrap .modal_body .inner {
    padding: 15px;
  }
  .modalwrap .modal_body .inner .num {
    max-width: 40px;
    top: 15px;
    left: 15px;
  }
  .modalwrap .modal_body .inner .plan_name .name {
    font-size: 16px;
  }
  .modalwrap .modal_body .inner .plan_box1 .ph {
    margin: 30px auto;
  }
  .modalwrap .modal_body .inner .plan_box2 {
    margin-top: 30px;
  }
  .modalwrap .modal_body .inner .plan_box2 .date {
    margin-bottom: 20px;
    min-width: inherit;
  }
  .modalwrap .modal_body .inner .plan_box2 .date dt {
    text-align: center;
  }
  .modalwrap .modal_body .inner .plan_box2 .date dt img {
    height: 24px;
  }
  .modalwrap .modal_body .inner .plan_box2 .date dd {
    padding: 10px 0;
  }
  .modalwrap .modal_body .inner .plan_box2 .date dd.price {
    font-size: 16px;
  }
  .modalwrap .modal_body .inner .plan_box2 .date dd.price .en {
    font-size: 30px;
  }
  .modalwrap .modal_body .inner .text {
    padding: 20px 2px 10px;
  }
  .modalwrap .modal_body .inner .text p {
    font-size: 13px;
    letter-spacing: 0;
  }
  .modalwrap .modal_body .inner .text p.lead {
    font-size: 16px;
  }
  .modalwrap .modal_body .inner .images {
    margin: 0;
    margin-top: 30px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .modalwrap .modal_body .inner .images li {
    width: 100%;
  }
  .modalwrap .modal_body .inner .images li .ph {
    margin: 0;
  }
  .modalwrap .modal_body .inner .images li .ph img {
    width: 100%;
  }
  .modalwrap .modal_body .inner .images li + li {
    margin-top: 10px;
  }

  #location {
    padding-bottom: 60px;
  }
  #location .view {
    height: 240px;
    margin-bottom: 60px;
  }
  #location .view .catch {
    right: 30px;
    width: 42px;
  }
  #location .sectitle img {
    height: 20px;
  }
  #location .content .sort-btn {
    flex-wrap: wrap;
    gap: 10px;
  }
  #location .content .sort-btn li {
    width: calc((100% / 2) - 10px);
    height: 45px;
  }
  #location .content .grid {
    --mg_listtop: 3vw;
    --mg_listinline: 10px;
  }
  #location .content .grid .item {
    width: calc((100% / 2) - 1px);
  }
  #location .content .grid .data {
    margin-top: 8px;
    font-size: 13px;
  }

  #access .sectitle img {
    height: 20px;
  }
  #access .rosen {
    padding: 60px 0;
  }
  #access .rosen .text {
    font-size: 14px;
  }
  #access .rosen .text > span {
    font-size: 24px;
  }
  #access .rosen .ph {
    margin: 30px auto;
  }
  #access .rosen .dot-line {
    padding: 5px 10px;
  }
  #access .rosen .dot-line tbody tr th.label {
    font-size: 16px;
    margin: 10px auto;
    padding: 0 0 0 10px;
  }
  #access .rosen .dot-line tbody tr td.time {
    font-size: 14px;
    margin: 8px auto;
    padding: 0 10px 0 0;
  }
  #access .rosen .dot-line tbody tr td.time > span {
    font-size: 24px;
  }
  #access .bg_access {
    padding: 60px 0 100px;
  }
  #access .bg_access #map {
    margin-bottom: 60px;
    padding: 20px;
    padding-top: 30px;
  }
  #access .bg_access #map iframe {
    height: 300px;
  }
  #access .bg_access #outline {
    padding: 20px 15px;
    padding-top: 30px;
  }
  #access .bg_access #outline table.overview {
    border-top: #f2f2f2 1px solid;
  }
  #access .bg_access #outline table.overview tbody {
    display: block;
    line-height: 1.4;
  }
  #access .bg_access #outline table.overview tbody thead, #access .bg_access #outline table.overview tbody tbody, #access .bg_access #outline table.overview tbody tr, #access .bg_access #outline table.overview tbody th, #access .bg_access #outline table.overview tbody td {
    display: block;
  }
  #access .bg_access #outline table.overview tbody tr {
    border-bottom: none;
  }
  #access .bg_access #outline table.overview tbody tr:last-child td {
    border-bottom: none;
  }
  #access .bg_access #outline table.overview tbody th, #access .bg_access #outline table.overview tbody td {
    font-size: 13px;
    padding: 10px 20px;
  }
  #access .bg_access #outline table.overview tbody th {
    min-width: inherit;
    width: auto;
    background-color: #f2f2f2 !important;
    font-weight: 700;
    padding: 10px 0 7px;
  }
  #access .bg_access #outline table.overview tbody th::before {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  #access .bg_access #outline table.overview tbody td {
    text-align: center;
    border-bottom: #f2f2f2 1px solid;
    padding: 8px 0 12px;
  }

  .divider::after {
    height: 170px;
  }

  #formarea {
    padding: 60px 0 80px;
  }
  #formarea .sectitle {
    margin-bottom: 30px;
  }
  #formarea .sectitle img {
    height: 20px;
  }
}
