@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

small {
	font-size: 80%;
}
#freeContentsArea > .commonSection{
  position: relative;
  background: url(../images/model/bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 80px 0 0;
  margin-top: 0;
}


@media only screen and (max-width:768px) {
  #freeContentsArea > .commonSection{
    padding: 20px 0 0;
  }
  .commonSection .commonBigTitle01 br{
    display: none;
  }
}


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

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual .imagearea {
  background-image: url(../images/model/kv.jpg?20260721);
  background-position: left top;
}
.commonKeyvisual .imagearea::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: 'MODEL ROOM';
  width: 100%;
  height: auto;
  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(0,0,0,0.8) 100%);
  font-size: min(14vw, 260px);
  transform: translate(-50%, 15%);
  z-index: 1;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}
.commonKeyvisual .imagearea::after {
  height: 100%;
  background: linear-gradient(to bottom, rgba(123 117 106 / 0%) 30%, rgb(123 117 106 / 60%) 100%);
}

.commonKeyvisual .textArea{
  bottom: 70px;
}
.commonKeyvisual .textArea .title{
  text-shadow: 0 0 10px rgba(123, 117, 106, 0.8), 0 0 30px rgba(123, 117, 106, 0.8), 0 0 30px rgba(123, 117, 106, 0.8);
}

@media only screen and (max-width:768px) {
  .commonKeyvisual .imagearea {
    background-position-x: right -172px;
  }
  .commonKeyvisual .imagearea::before {
    font-size: min(14vw, 160px);
    transform: translate(-50%, 10%);
    height: auto;
    line-height: 1;
  }
  .commonKeyvisual .textArea .title{
    text-shadow: none;
  }
}




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

 first

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

.commonSection .model_first{
  background: linear-gradient(to bottom, rgb(233 211 178 / 12%) 0%, rgb(231 216 194 / 20%) 100%);
  padding: 0 0 100px;
  margin-bottom: 100px;
}

.commonSection .model_lead{
	display: grid;
	gap: 20px;
	text-align: center;
  font-size: 20px;
  line-height: 2;
  padding: 60px 0;
}
.commonSection .model_lead h3{
  font-size: 26px;
  line-height: 1.8;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.commonSection .model_lead h3 span{
  color: #9d0e39;
  background: linear-gradient(transparent 70%, #fff 70%);
}

.commonSection .model_full_img{
  position: relative;
}
.commonSection .model_full_img figcaption{
  position: absolute;
}

.commonSection .model_benefits{
  display: grid;
  gap: min(5%, 80px);
  grid-template-columns: 1fr min(25%,460px);
  padding: 80px min(12vw, 180px) 80px min(10vw, 180px);
}

.commonSection .model_benefits figcaption{
  font-size: 12px;
  margin-top: 10px;
}
.commonSection .model_benefits figcaption.capR{
  text-align: right;
}
.commonSection .model_itemlist{
  width: fit-content;
  margin: 0 auto;
}
.commonSection .model_itemlist .model_lead{
  margin: 40px auto 20px;
}
.commonSection .model_itemlist dl{
  width: fit-content;
  display: grid;
  gap: 12px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.commonSection .model_itemlist dt{
  /* background: #3b3b41; */
  background: #a19470;
  color: #fff;
  padding: 14px 30px;
  text-align: center;
  font-size: 20px;
  font-family: "Shippori Mincho B1", serif;
}
.commonSection .model_itemlist dd ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 16px;
}
.commonSection .model_itemlist dd ul li{
  display: grid;
  align-items: center;
  border-left: 1px solid #e5d39f;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, .075);
  padding: 20px min(2vw, 18px);
  text-align: center;
}
.commonSection .model_itemlist > ul{
  display: grid;
  gap: 4px;
  font-size: 14px;
}

@media only screen and (max-width: 1280px) {
  .commonSection .model_benefits{
    grid-template-columns: 1fr;
    padding: 40px min(5vw, 60px);
  }
  .commonSection .model_itemlist{
    width: 100%;
  }
  .commonSection .model_itemlist dl{
    width: 100%;
  }
}

@media only screen and (max-width:768px) {
  .commonSection .model_first{
    padding: 0 0 60px;
    margin-bottom: 60px;
  }
  .commonSection .model_lead{
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }
  .commonSection .model_lead h3{
    font-size: 20px;
  }
  .commonSection .model_benefits{
    padding: 40px 20px 0;
    gap: 40px;
  }
  .commonSection .model_itemlist{
    width: 100%;
  }
  .commonSection .model_itemlist dl{
    width: 100%;
  }
  .commonSection .model_itemlist dt{
    font-size: 16px;
    padding: 14px 10px;
  }
  .commonSection .model_itemlist dd{
    font-size: 14px;
  }
  .commonSection .model_itemlist dd ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .commonSection .model_full_img{
    height: 240px;
  }
  .commonSection .model_full_img img{
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

}




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

modalSlideAera

--------------------------------------------------------------- */
.commonSection .modalSlideAera {
	position: relative;
}
.commonSection .thumbnails{
  margin-bottom: 130px;
}
.commonSection .thumbnails ul {
	display: flex;
	flex-wrap: wrap;
}
.commonSection .thumbnails li {
	width: calc(100% / 6 - 2px);
	margin: 2px 1px 0;
	background-color: #34302a;
	cursor: pointer;
}
.commonSection .thumbnails li img {
	transition: opacity 0.3s;
	opacity: 0.4;
}
.commonSection .thumbnails li.slick-active img,
.commonSection .thumbnails li:hover img {
	opacity: 1;
}
.commonSection .modalSlideAera .slick-arrow {
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: translateY(-50%);
	background-color: #a19470;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 5;
}
.commonSection .modalSlideAera .slick-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	margin-top: -5px;
}
.commonSection .modalSlideAera .slick-prev {
	left: 0;
}
.commonSection .modalSlideAera .slick-next {
	right: 0;
}

.commonSection .modalSlideAera .slick-prev:before {
	margin-left: -2px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
.commonSection .modalSlideAera .slick-next:before {
	margin-left: -8px;
	border-right: #fff solid 1px;
	border-top: #fff solid 1px;
}
@media only screen and (max-width:768px) {
  .commonSection .thumbnails{
    margin-bottom: 40px;
  }
	.commonSection .modalSlideAera,
	.commonSection .thumbnails {
		margin-left: -20px;
		margin-right: -20px;
	}
	.commonSection .modalSlideAera .slick-arrow {
		width: 20px;
		height: 80px;
	}



}



/* .tab1-body__item,
.tab2-body__item,
.tab3-body__item{
	max-width: 1352px;
	margin-inline: auto;
} */

.tab1 {
  width: min(90%,1200px);
  position: relative;
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
	justify-content: center;
  gap: 20px;
	margin-inline: auto;
}
.tab1::after {
  content: "";
  position: absolute;
  background: #e5d39f;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;

}
.tab1__item {
	width: 100%;
}
.tab1__link {
	text-decoration: none;
	color: #000;
	background-color: #e7e4da;
	cursor: pointer;
	display: grid;
	align-items: center;
	justify-content: center;
  justify-items: center;
  gap: 2px;
	font-size: 28px;
	line-height: 1.2;
	padding: 16px 10px 8px;
  opacity: 0.8;
	transition: opacity 0.3s;
  font-family: "EB Garamond", serif;
  border-radius: 3px 3px 0 0;
}
.tab1__link .tab1__link-plan{
  font-size: 18px;
}
.tab1__link .tab1__link-plan strong {
  font-size: 1.33em;
}
.tab1__link .tab1__link-plan small {
  font-size: 0.75em;
}


.tab1__item .tab1__link-arw {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-top: 10px;
}
.tab1__link.on {
	background-color: #e5d39f;
  opacity: 1;
}
.tab1-body__item {
	display: none;
}
.tab1-body__item.on {
	display: block;
}




.tab1-body__item .commonWrapper.commonSection{height: 0; display: none;}
.tab1-body__item.on .commonWrapper.commonSection{height: auto; display: block;}


/*.slick-dots+.slick-dots{display: none !important;}*/

.slick-dots+.slick-dots{display: block; height: 0;position: relative; opacity: 0;pointer-events: none;}
.tab1-body__item--2.on .slick-dots{display: block; height: auto;position: relative; opacity: 1;}
.tab1-body__item--2{display: none; height: 0;position: relative; opacity: 0;}
/*.tab1-body__item--2 .thumbnails{display: none;}*/
.tab1-body__item--2.on .thumbnails,
.tab1-body__item--2.on{display: block; height: auto; opacity: 1;}
.tab1-body__item--2.on .thumbnails{display: block; height: auto;opacity: 1;}
.tab1-body__item--2.on .thumbnails .slick-dots{display: none !important;}
.tab1-body__item--2.on .thumbnails .slick-dots+.slick-dots{display: flex!important; pointer-events: auto;}



.tab_item {
    width: calc(100%/2);
    height: 40px;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}
    #order:checked ~ #order_content,
    #reform:checked ~ #reform_content {
    display: block;
}

.tab1-body__item .commonEndCaptions{
	margin: 20px auto 80px;
	padding: 0;
  text-align: left;
}


@media only screen and (max-width:768px) {
	.tab1 {
    width: calc(100% - 40px);
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 14px;
  }
	.tab1__item {
		width: 100%;
    display: flex;
	}
	.tab1__link {
    flex-grow: 1;
		font-size: 16px;
		line-height: 1.1;
	}
}



.equipmentList {
	display: flex;
	flex-wrap: wrap;
	margin: -70px -15px 0;
}
.equipmentList > li {
	box-sizing: border-box;
	width: 25%;
	padding: 70px 15px 0;
}
.equipmentList > li figure {
	position: relative;
	margin-bottom: 15px;
}
.equipmentList > li figure img {
	width: 100%;
}
.equipmentList > li .ttl {
	margin-bottom: 10px;
	color: #807650;
	font-size: 18px;
	line-height: 1.4;
}
.equipmentList > li .ttl small {
	font-size: 0.7em;
}
.equipmentList > li .txt small {
	display: block;
	margin-top: 8px;
}

@media only screen and (max-width:768px) {
	.equipmentList {
		margin: 0;
    gap: 50px 20px;
	}
	.equipmentList > li {
    width: calc(50% - 10px);
		padding: 0;
		font-size: 12px;
	}
	.equipmentList > li .ttl {
		font-size: 14px;
	}
}



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

 planDetail

--------------------------------------------------------------- */
.planDetail {
  box-sizing: border-box;
  max-width: 1352px;
  margin: 130px auto 20px;
  padding: 45px 20px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, .075);
}
.planDetail.contents {
  margin: 0 auto;
}
.planDetail .flex {
  display: flex;
  max-width: 840px;
  justify-content: space-between;
  margin: 0 auto;
}
.planDetail .flex.wide {
  display: flex;
  max-width: 1130px;
  justify-content: space-between;
  margin: 0 auto;
}
.planDetail .flex .image {
  width: 64.2857%;
  order: 2;
}
.planDetail .flex.wide .image {
  width: 77%;
  order: 2;
}
.planDetail .flex .image .guide {
  margin-top: 20px;
  text-align: center;
  line-height: 0;
}
.planDetail .flex .image .guide img {
  max-width: 320px;
/*  max-width: 160px;*/
  display: inline-block;
}
.planDetail .flex .texts {
  width: 35.7143%;
  order: 1;
}
.planDetail .flex.wide .texts {
  width: 23%;
  order: 1;
}
.planDetail .flex .texts .name {
  margin-bottom: 20px;
  padding: 10px 0;
  background-color: #f1eae2;
  text-align: center;
  line-height: 1;
}
.planDetail .flex .texts .name > * {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
}
.planDetail .flex .texts .name .type {
  font-size: 24px;
}
.planDetail .flex .texts .name .type strong {
  font-size: 62px;
  font-weight: 500;
}
.planDetail .flex .texts .name .type small {
  font-size: 80%;
}
.planDetail .flex .texts .name .tag {
  margin-bottom: 8px;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #000;
}
.planDetail .flex .texts .name .tag2 {
  margin-bottom: 8px;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #1a338b;
}
.planDetail .flex .texts .ldks {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: #e0e0e0 solid 1px;
  font-size: 24px;
  line-height: 1.1;
}
.planDetail .flex .texts .ldks p + p {
  margin-top: 10px;
}
.planDetail .flex .texts .ldks strong {
  font-size: 1.33em;
}
.planDetail .flex .texts .ldks small {
  font-size: 0.75em;
}
.planDetail .flex .texts .tableType {
  padding: 15px 0;
  border-bottom: #e0e0e0 solid 1px;
}
.planDetail .flex .texts .tableType dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.planDetail .flex .texts .tableType dl > * {
  display: table-cell;
  vertical-align: middle;
}
.planDetail .flex .texts .tableType dt {
  width: 145px;
  font-size: 12px;
  text-align: center;
}
.planDetail .flex .texts .tableType dd {
  font-size: 16px;
}
.planDetail .flex .texts .tableType .cap {
  margin-left: 140px;
  font-size: 11px;
}
.planDetail .flex .texts .area dd {
  font-size: 42px;
}
.planDetail .flex .texts .area.price dd,
.planDetail .flex .texts .area.price dd span {
    font-size: 36px;
}
.planDetail .flex .texts .area.price dd span{
    color: #003c7a;
}
.planDetail .flex .texts .area dd span {
  font-size: 0.71em;
}
.planDetail .flex .texts .area dd small {
  font-size: 0.619em;
}
.planDetail .flex .texts .textList {
  margin: 40px 0;
}
.planDetail .flex .texts .textList .label{
  background-color: #003c7a;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 20px;
}
.planDetail .flex .texts .textList li {
  position: relative;
  padding-left: 1.2em;
  color: #003c7a;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
.planDetail .flex .texts .textList li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: '';
  width: .75em;
  height: .75em;
  border-radius: 50%;
  background: #003c7a;
}

.planDetail .backBtn {
  margin-top: 40px;
  text-align: center;
}
.planDetail .backBtn a {
  display: block;
  padding: 20px 0;
  color: #003c7a;
  font-size: 16px;
  text-decoration: none;
  border: #003c7a solid 1px;
}
.planDetail .backBtn a span {
  display: inline-block;
  padding-left: 75px;
  background: url(../../common/images/ico_arw_left_blue.svg) no-repeat left center / 60px auto;
}

@media only screen and (max-width:1280px) {
  .planDetail {
    /* margin: 50px auto 80px; */
  }
  .planDetail .flex.wide {
    display: block;
  }
  .planDetail .flex.wide .image {
    width: auto;
    text-align: center;
  }
  .planDetail .flex.wide .texts {
    width: auto;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:768px) {
  .planDetail {
    margin: 40px auto 20px;
    padding: 35px 20px;
  }
  .planDetail .flex {
    display: block;
  }
  .planDetail .flex .image {
    width: auto;
    text-align: center;
  }
  .planDetail .flex .texts {
    width: auto;
    margin-bottom: 30px;
  }
  .planDetail .flex .texts .name > * {
    margin: 0 5px;
  }
  .planDetail .flex .texts .name .type {
    font-size: 20px;
  }
  .planDetail .flex .texts .name .type strong {
    font-size: 36px;
  }
  .planDetail .flex .texts .name .tag {
    margin-bottom: 4px;
    padding: 3px 10px;
    font-size: 12px;
  }
  .planDetail .flex .texts .ldks {
    font-size: 18px;
  }
  .planDetail .flex .texts .tableType dt {
    width: 170px;
    font-size: 11px;
  }
  .planDetail .flex .texts .tableType dd {
    font-size: 14px;
  }
  .planDetail .flex .texts .tableType .cap {
    font-size: 10px;
  }
  .planDetail .flex .texts .area dd {
    font-size: 30px;
  }
  .planDetail .flex .texts .textList {
    margin-bottom: 0;
  }
  .planDetail .flex .texts .textList li {
    font-size: 14px;
  }
  .planDetail .backBtn a {
    font-size: 14px;
  }
  .planDetail .backBtn a span {
    padding-left: 50px;
    background-size: 40px auto;
  }

}

.commonSection .model_lead.model_lead-cta{
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-inline: auto;
  background: rgba(255,255,255,0.45);
  padding: 60px min(10%, 100px);
  border: 1px solid rgb(213 199 199 / 30%);
}
.model_lead-cta-lead{
  font-size: 110%;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .model_lead-cta-lead::before,
  .model_lead-cta-lead::after {
    content: "";
    flex-grow: 1;
    width: 100px;
    height: 1px;
    background-color: #dfd9d9;
  }
  .model_lead-cta-lead::before {
    margin-right: 1em;
  }
  .model_lead-cta-lead::after {
    margin-left: 1em;
  }
}

.moreBtn a{
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  max-width: 600px;
  width: 100%;
  height: 80px;
  margin-inline: auto;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  background-color: #6f0327;
  transition: .3s;
}
.moreBtn a::after{
    position: absolute;
    right: 20px;
    top: 60%;
    transform: translateY(-100%);
    display: block;
    content: "";
    width: 40px;
    height: 15px;
    background: url(../images/ownersvoice/btn_arrow.svg) no-repeat;
    background-size: 100% auto;
    transition: .3s;
}
.moreBtn a:hover{
  opacity: 0.7;
}



@media only screen and (max-width:768px) {
  .commonSection .model_lead{
    padding: 30px 20px;
  }
  .commonSection .model_lead.model_lead-cta{
    padding: 40px 30px;
  }
  .moreBtn a{
    height: 80px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .moreBtn a::after{
    right: 16px;
    width: 30px;
    height: 12px;
    transition: .3s;
  }
}