@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.row-reverse {
  flex-direction: row-reverse !important;
}
.mvCap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
.cap_br {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 6px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  z-index: 5;
}
.cap_r {
  position: absolute;
  bottom: -24px;
  right: 0;
  padding: 6px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  z-index: 5;
}
.cap_r2 {
  position: absolute;
  bottom: 60px;
  right: 0;
  padding: 6px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  z-index: 5;
}
@media only screen and (max-width:768px) {
  .cap_r2 {
    bottom: -20px;
  }
}
.cap_l {
  position: absolute;
  bottom: -24px;
  left: 0;
  padding: 6px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  z-index: 5;
}
@media only screen and (max-width:768px) {
  .cap_l {
    right: 0;
    left: auto;
  }
}

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

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
  padding-top: 160px;
	width: 100%;
	color: #fff;
	position: relative;
}
.mv {
  position: relative;
  background-image: url(../images/landplan/mv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	height: 500px;
	width: 100%;
	text-align: center;
}
.mainVisual .cell {
	position: absolute;
	top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.mainVisual .title {
	font-size: 40px;
	letter-spacing: 0.1em;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000;
}
.mainVisual .en {
	font-size: 24px;
	letter-spacing: 0.2em;
  margin-bottom: 16px;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000;
}
@media only screen and (max-width:980px) {
  .mainVisual {
    padding-top: 80px;
  }
  .mv {
    background-image: url(../images/landplan/mv_sp.jpg);
    background-position: center;
    height: 300px;
  }
  .mainVisual .cell {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .mainVisual .title {
    font-size: 40px;
  }
  .mainVisual .en {
    font-size: 24px;
  }
}


.landplan_contents {
  position: relative;
  padding-top: 80px;
}
.landplan_inner {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}
.landplan_contents::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/landplan/bg_01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 600px;
}

.section_title {
  font-size: 48px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
  color: #0051a7;
  font-weight: bold;
  text-align: center;
}
.section_text {
  font-size: 24px;
  margin-top: 30px;
  line-height: 2.1;
  text-align: center;
}

@media only screen and (max-width:768px) {
  .landplan_contents {
    padding-top: 40px;
  }
  .landplan_contents::after {
    height: 300px;
  }
  .section_title {
    font-size: 30px;
  }
  .section_text {
    font-size: 17px;
    margin-top: 20px;
    line-height: 2;
    text-align: justify;
  }
  .landplan_img {
    margin-top: 40px;
  }
}




/* modal
------------------------------- */
.modal {
  position: relative;
  margin-top: 100px;
}
.modal::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/landplan/bg_02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 600px;
}
.modal_area {
  display: flex;
  flex-wrap: wrap;
}
.modal_btn {
  width: 50%;
}
.modal_btn a {
  margin: 0;
  transition-duration: 0.3s;
}
.btn:hover {
  opacity: .7;
}
.remodal {
  position: relative;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal_box {
  position: relative;
}
.remodal-cancel {
  position: absolute;
  top: -51px;
  right: 0;
  color: #fff;
  background: #000000;
  width: 60px;
}

@media only screen and (max-width:768px) {
  .modal {
    position: relative;
    margin-top: 100px;
  }
  .modal::after {
    height: 600px;
  }
  .modal_area {
    display: flex;
    flex-wrap: wrap;
  }
  .modal_btn {
    width: 100%;
  }
  .remodal_box {
    width: 90%;
    margin: 100px auto;
  }
  .remodal-cancel {
    top: -50px;
    right: 0;
  }
}

.contents_title {
  font-size: 42px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
  color: #0051a7;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.flex_box p {
  font-size: 18px;
  line-height: calc(33/19);
  letter-spacing: 0.1em;
}
.contents {
  position: relative;
}
.contents::before {
  content: '';
  position: absolute;
  background-image: url(../images/landplan/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 13%;
  width: 100%;
  height: 650px;
}
@media only screen and (max-width:768px) {
  .contents::before {
  content: '';
  position: absolute;
  background-image: url(../images/landplan/bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: -6%;
  width: 100%;
  height: 300px;
  }
}
.contents2 {
  position: relative;
}
.contents2::before {
  content: '';
  position: absolute;
  background-image: url(../images/landplan/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 10%;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width:768px) {
  .contents2::before {
    content: '';
    position: absolute;
    background-image: url(../images/landplan/bg_02_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -8%;
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width:900px) {
  .contents_title {
    font-size: 32px;
  }
}
@media only screen and (max-width:768px) {
  .contents_title {
    font-size: 24px;
  }
  .flex_box p {
    font-size: 16px;
  }
}

/* onsen_contents
-------------------------------------- */

.onsen_contents {
  margin-top: 100px;
}
.onsen_contents .flex_wrap {
  margin-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.flex_wrap figure {
  max-width: 560px;
  width: 100%;
  margin-left: 20px;
}
.cap {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
}
.onsen_contents .flex_box {
  max-width: 510px;
  width: 100%;
}
@media only screen and (max-width:768px) {
  .onsen_contents {
    margin-top: 60px;
  }
  .onsen_contents .section_title {
    font-size: 24px;
  }
  .main_img {
    margin-top: 10px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .onsen_contents .flex_wrap {
    margin-top: 40px;
    display: block;
  }
  .flex_wrap figure {
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
  }
  .flex_wrap figure {
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
  }
  .onsen_contents .flex_box {
    width: 100%;
    margin: 30px auto 0;
  }
}

/* dining_contents
-------------------------------------- */
.dining_contents {
  margin-top: 140px;
}
.dining_contents .flex_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.dining_contents .flex_wrap figure {
  max-width: 560px;
  width: 100%;
  margin-left: 0;
}
.dining_contents .cap {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
}
.dining_contents .flex_box {
  max-width: 510px;
  width: 100%;
  margin-left: 40px;
}
@media only screen and (max-width:768px) {
  .dining_contents {
    margin-top: 60px;
  }
  .dining_contents .section_title {
    font-size: 24px;
  }
  .dining_contents .flex_wrap {
    margin-top: 50px;
    display: block;
  }
  .dining_contents .flex_wrap figure {
    width: 100%;
    margin-left: 0;
  }
  .dining_contents .flex_box {
    width: 100%;
    margin: 30px auto 0;
  }
}

/* hall_contents
-------------------------------------- */
.hall_contents {
  margin-top: 160px;
}
.hall_contents .flex_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.hall_contents .flex_wrap figure {
  max-width: 560px;
  width: 100%;
  margin-left: 0;
}
.hall_text {
  margin-top: 80px;
}
.hall_text p {
  font-size: 18px;
  line-height: calc(33/19);
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .hall_contents {
    margin-top: 60px;
  }
  .hall_contents .section_title {
    font-size: 24px;
  }
  .hall_contents .flex_wrap {
    margin-top: 50px;
    display: block;
  }
  .hall_contents .flex_wrap figure {
    width: 100%;
    margin-left: 0;
  }
  .hall_contents .flex_box {
    width: 100%;
    margin: 30px auto 0;
  }
  .hall_text {
    margin-top: 40px;
  }
  .hall_text p {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

/* lounge_contents
-------------------------------------- */
.lounge_contents {
  margin-top: 160px;
}
.lounge_contents .flex_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.lounge_contents .flex_wrap figure {
  max-width: 560px;
  width: 100%;
  margin-left: 0;
}
.lounge_contents .cap {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
}
.lounge_contents .flex_box {
  max-width: 510px;
  width: 100%;
  margin-left: 40px;
}
@media only screen and (max-width:768px) {
  .lounge_contents {
    margin-top: 60px;
  }
  .lounge_contents .section_title {
    font-size: 24px;
  }
  .lounge_contents .cap {
    text-align: left;
  }
  .lounge_contents .flex_wrap {
    margin-top: 50px;
    display: block;
  }
  .lounge_contents .flex_wrap figure {
    width: 100%;
    margin-left: 0;
  }
  .lounge_contents .flex_box {
    width: 100%;
    margin: 30px auto 0;
  }
}

/* design_contents
-------------------------------------- */

.design_contents {
  margin-top: 160px;
  margin-bottom: 140px;
}
.design_contents .flex_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.flex_wrap figure {
  max-width: 560px;
  width: 100%;
  margin-left: 20px;
}
.design_contents .flex_box {
  max-width: 510px;
  width: 100%;
}
@media only screen and (max-width:768px) {
  .design_contents {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .design_contents .section_title {
    font-size: 24px;
  }
  .main_img {
    margin-top: 10px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .design_contents .flex_wrap {
    margin-top: 40px;
    display: block;
  }
  .flex_wrap figure {
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
  }
  .flex_wrap figure {
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
  }
  .design_contents .flex_box {
    width: 100%;
    margin: 30px auto 0;
  }
}