@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}

.globalNav {
  box-shadow: 0px 17px 100px -27px #777777;
}
.cell .title {
 width: 120px;
 margin:  auto;
}

.plan_title {
	font-size: 40px;
	letter-spacing: 0.1em;
  text-indent: .1em;
  color: #0051a7;
  text-align: center;
}
.plan_title_en {
	font-size: 24px;
	letter-spacing: 0.2em;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (max-width:980px) {
  .plan_title {
    font-size: 40px;
  }
  .plan_title_en {
    font-size: 24px;
  }
}
.plan_type {
 margin-top: 180px;
}
.plan_contents {
  position: relative;
}
.plan_contents::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: 1;
 background-image: url(../images/access/decoration01.svg);
 background-repeat: repeat-x;
 background-position: center top;
 background-size: contain;
 width: 100%;
 height:80px;
 z-index: 2;
}
.plan_contents::after {
 content: '';
 position: absolute;
 width: 100%;
 height: 16vh;
 top: 0;
 left: 0;
 right: 0;
 background: linear-gradient(180deg, #fac3a1 0%, rgba(255,255,255,0) 100%);
 z-index: -1;
}
.plan_bg {
 position: relative;
}
.plan_bg::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: -2;
 background-image: url(../images/plan/plan_bg.png);
 background-position: center top;
 background-repeat: no-repeat;
 background-size: cover;
 width: 100%;
 height: 100%;
}
.plan_inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section_title {
  font-size: 48px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
  color: #0051a7;
  text-align: center;
}

.plan_detail {
  margin-top: 80px;
  background-color: #fff;
  border: 1px solid #ad9e81;
  padding: 40px 50px;
}

.spec_flex {
  display: flex;
  align-items: flex-start;
}
.spec_type {
  max-width: 160px;
  width: 100%;
}
.type {
  text-align: center;
  position: relative;
  padding: 0px 0 20px;
  text-align: center;
  background: rgb(223,139,0);
  background: linear-gradient(124deg, rgba(223,139,0,1) 0%, rgba(145,34,0,1) 100%);
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.type span {
  font-size: 80px;
  line-height: 1.4;
}
.model .type span {
  font-size: 80px;
  line-height: 1.2;
}
.spec_type_label {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  font-size: 14px;
  padding: 2px 0;
  color: #fff;
  text-align: center;
  background-color: #0051a7;
}
.spec_body {
  /* width: 70%; */
  margin-left: 40px;
  color: #000;
  flex: 1;
}
.spec_inflex {
  display: flex;
  margin-bottom: 20px;
}
.spec_text_box {
  width: 53%;
  margin-left: 30px;
}
.spec_text_box dl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 6px;
}
.spec_text_box dl.cap_mb {
  margin-top: 8px;
}
.spec_text_box dt {
  width: 160px;
  letter-spacing: 0.08em;
  font-size: 16px;
  text-align: left;
  color: #000;
}

.spec_text {
  width: calc(100% - 120px);
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  text-align: left;
}
.spec_text_box .service dt {
  width: 212px;
}

.service .spec_text {
  width: calc(100% - 210px);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
}
.spec_text .num {
  font-size: 42px;
}
.spec_text .num02 {
  font-size: 26px;
}
.spec_cap {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 20px;
  text-align: right;
}
.spec_ldk {
  color: #984a00;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 42px;
  line-height: 1;
}
.spec_ldk span {
  font-size: 58px;
  line-height: .8;
}
.spec_ldk span.ldh_s {
  font-size: 28px;
  line-height: .8;
}
.spec_text2 {
 font-size: 16px;
 margin-top: 14px;
}
.plan_floor {
  max-width: 700px;
  width: 100%;
  margin: 60px auto 10px;
}
.plan_floor--900px {
  max-width: 900px;
}
.menseki {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  margin-top: 6px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width:900px) {
  .spec_text_box {
    width: 73%;
    margin-left: 10px;
  }
  .spec_text_box dl {
    margin-top: 6px;
  }
  .spec_text_box dl.cap_mb {
    margin-top: 8px;
  }
  .spec_text_box dt {
    width: 114px;
    letter-spacing: 0.08em;
    font-size: 14px;
  }
  
  .spec_text {
    width: calc(100% - 130px);
    font-size: 14px;
  }
  .spec_text_box .service dt {
    width: 212px;
  }
  .spec_body {
    margin-left: 20px;
  }
  .service .spec_text {
    width: calc(100% - 210px);
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: right;
  }
  .spec_text .num {
    font-size: 38px;
  }
  .spec_text .num02 {
    font-size: 26px;
  }
  .spec_cap {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-right: 30px;
    text-align: right;
  }
  .spec_ldk {
    font-size: 30px;
  }
  .spec_ldk span {
    font-size: 40px;
    line-height: 1;
  }
  .spec_ldk span.ldh_s {
    font-size: 28px;
    line-height: .8;
  }
  .spec_text2 {
   font-size: 14px;
   margin-top: 14px;
  }
}
@media only screen and (max-width:980px) {
  .plan_type {
    margin-top: 80px;
   }
}
@media only screen and (max-width:768px) {
  .plan_detail {
    margin-top: 40px;
    padding: 40px 10px;
  }
  .plan_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
    background-image: url(../images/plan/plan_bg_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
   }
  .plan_contents::before {
    background-size: cover;
    height:20px;
   }
  .spec_flex {
    display: block;
  }
  .spec_type {
    max-width: 160px;
    width: 100%;
    margin: auto;
  }
  .spec_body {
    margin: 20px 0;
    width: 100%;
  }
  .spec_inflex {
    display: block;
    margin-bottom: 12px;
  }
  .spec_text_box {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .spec_text_box dl {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 14px;
  }
  .spec_text_box dl.cap_mb {
    margin-top: 8px;
  }
  .spec_text_box dt {
    width: 120px;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: left;
    color: #000;
  }
  
  .spec_text {
    width: 200px;
    font-size: 13px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
  }
  .spec_text_box .service dt {
    width: 184px;
  }
  
  .service .spec_text {
    width: 150px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: right;
  }
  .spec_text2 {
   font-size: 14px;
   margin-top: 14px;
  }
  .spec_text .num {
    font-size: 32px;
  }
  .spec_text .num02 {
    font-size: 20px;
  }
  .spec_cap {
    font-size: 12px;
    letter-spacing: 0.02em;
    padding-right: 0px;
    text-align: right;
  }
  .spec_ldk {
    text-align: center;
    font-size: 42px;
    line-height: 1;
  }
  .spec_ldk span {
    font-size: 58px;
    line-height: .8;
  }
  .menseki {
    font-size: 13px;
    margin-left: 1em;
  }
  .plan_floor {
    margin: 30px auto 0;
  }
}

@media only screen and (max-width:425px) {
  .spec_text_box {
    text-align: left;
  }
}

/* ----- ボタン ----- */
.mapBtnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .mapBtnbox {
    display: block;
    margin-top: 30px;
  }
}
.map_btn_g-map {
  position: relative;
  max-width: 300px;
  width: 100%;
  margin-right: 2%;
  text-align: center;
  background-color: #f7dcbb;
  border: 2px solid #a05814;
  border-radius: 50px;
}


@media screen and (max-width: 768px) {
  .map_btn_g-map {
    max-width: 400px;
    margin-top: 10px;
    margin: 10px auto;
  }
}

.map_btn_g-map a {
  font-size: 22px;
  color: #000;
  display: block;
  padding: 18px 20px;
}

.map_btn_g-map .icon05 {
  position: absolute;
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  right: 3%;
}

.map_btn_g-map .icon06 {
  position: absolute;
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  right: 3%;
}

.map_btn_g-map:hover {
 -webkit-transition: .3s;
 transition: .3s;
 background-color: #8a754b;
 border: 2px solid #8a754b;
 cursor: pointer;
}

.map_btn_g-map:hover a {
 color: #fff;
}

.map_btn_g-map:hover .icon05 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.map_btn_g-map:hover .icon06 {
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.map_btn_print {
  position: relative;
  max-width: 300px;
  width: 100%;
  text-align: center;
  background-color: #f8edda;
  border: 2px solid #8a754b;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .map_btn_print {
    max-width: 400px;
    margin-top: 10px;
    margin: 10px auto;
  }
}

.map_btn_print a {
  font-size: 22px;
  color: #000;
  display: block;
  padding: 18px 40px;
}

.map_btn_print .icon05 {
  position: absolute;
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  right: 3%;
}

.map_btn_print .icon01 {
  position: absolute;
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
right: 3%;
}

.map_btn_print:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #8a754b;
  border: 2px solid #8a754b;
  cursor: pointer;
}

.map_btn_print:hover a {
  color: #fff;
}

.map_btn_print:hover .icon01 {
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.map_btn_print:hover .icon06 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

/* 印刷のCSS
=========================================== */

.print_item {
 display: none;
}
@media print {
 .print_item {
   display: block;
 }
}
@media print {
 .print {
   display: none;
 }

 main {
   margin: 0;
   padding: 0;
 }
 .plan_type
 .spec_type {
  max-width: 160px;
  width: 100%;
}
.type {
  color: #000;
}
.type span {
  font-size: 60px;
  color: #000;
}
.spec_body {
  margin-left: 0px;
}
.spec_inflex {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.spec_text_box {
  width: 60%;
  margin-left: 10px;
}
.spec_text {
  font-size: 14px;
}
.spec_text .num {
  font-size: 30px;
}
.spec_text .num02 {
  font-size: 20px;
}
.spec_ldk {
  font-size: 32px;
}
.spec_ldk span {
  font-size: 40px;
}
.spec_text2 {
 font-size: 14px;
 margin-top: 10px;
}
.menseki {
  font-size: 14px;
}

 .plan_type,
 .plan_contents,
 .plan_inner,
 .plan_detail,
 .plan_floor {
   margin: 0;
   padding: 0;
 }
 .plan_detail {
  border: none;
 }
 .spec_box {
  margin: 0;
  padding: 0;
 }
 .spec_flex {
  margin: 0;
  padding: 0;
 }
 .plan_floor {
   padding: 0;
   margin: 0;
 }

 .plan_floor img {
   width: 70%;
   margin: 20px auto 0;
 }

}