@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.cap_br {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  z-index: 5;
}
.mvCap {
  position: absolute;
  font-size: clamp(1.1rem, -0.661rem + 2.29vw, 1.4rem);
  font-size: 14px;
  letter-spacing: 0.1em;
  bottom: -28px;
  color: #fff;
	background-color: initial;
	z-index: 5;
}
.imgCap {
  position: absolute;
  font-size: 14px;
  font-size: clamp(1.1rem, -0.661rem + 2.29vw, 1.4rem);
  letter-spacing: 0.1em;
  bottom: -20px;
  right: 0;
  color: #fff;
	background-color: initial;
	z-index: 5;
}
.imgCap.black {
  color: #000;
}

@media only screen and (max-width:768px) {
  .mvCap.sp_right {
    left: auto;
    right: 0;
  }
  .imgCap_sp {
    position: absolute;
    font-size: 11px;
    letter-spacing: 0.1em;
    bottom: -14px;
    right: 0;
    color: #000;
    background-color: initial;
    z-index: 5;
  }
}

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

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
	width: 100%;
	color: #fff;
	position: relative;
}
.mv {
  position: relative;
  background-image: url(../images/modelroom/mv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	height: 700px;
	width: 100%;
	text-align: center;
}
@media only screen and (max-width:980px) {
  .mv {
    background-image: url(../images/modelroom/mv_sp.jpg);
    background-position: center;
    height: 500px;
  }
}
@media only screen and (max-width:768px) {
  .mv {
    background-image: url(../images/modelroom/mv_sp.jpg);
    background-position: center;
    height: 240px;
  }
}


.model_contents {
  position: relative;
  padding-top: 120px;
  background: rgb(11, 62, 39);
  background: linear-gradient(90deg, rgba(11, 62, 39, 1) 0%, rgba(25, 113, 73, 1) 100%);
}
.model_inner {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}
.model_inner2 {
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}
.model_inner_bg {
  max-width: 1430px;
  padding: 40px 40px;
  margin: 80px auto;
  background-color: #fff;
}
.section_title {
  position: relative;
  margin: 0 0 40px;
  text-align: center;
  font-size: 40px;
  font-size: clamp(3rem, -0.645rem + 4.739vw, 4rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.contents_title {
  position: relative;
  margin: 0 0 40px;
  text-align: center;
  font-size: 40px;
  font-size: clamp(3rem, -0.645rem + 4.739vw, 4rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 22px 0;
  font-weight: bold;
  color: #005c3b;
  background-color: #fff;
  border-top: 1px solid #005c3b;
}

@media only screen and (max-width:768px) {
  .model_contents {
    position: relative;
    padding-top: 40px;
  }
  .model_inner_bg {
    padding: 40px 20px;
    margin: 80px auto;
  }
  .section_title {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .contents_title {
    margin: 0 0 40px;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 22px 0;
  }
}


/* model-plan
-----------------------------------------  */
.bar_title {
  position: relative;
  margin: 60px 0;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.bar_title span {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bar_title:before,
.bar_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
.bar_title:before {
  margin-right: 30px;
}
.bar_title:after {
  margin-left: 30px;
}
.model-plan__flex {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 40px;
}

@media only screen and (max-width:768px) {
  .bar_title {
    margin: 40px 0;
  }
  .bar_title span{
    line-height: 1.4;
    font-size: 20px;
  }
.model-plan__flex {
  grid-template-columns: repeat(1,1fr);
  row-gap: 40px;
}
}

/* kitchen
-----------------------------------------  */
.kitchen {
  margin-top: 120px;
}
.kitchen__flex {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 30px;
  column-gap: clamp(1.2rem, -5.36rem + 8.531vw, 3rem);
}
.kitchen__flex-title {
  color: #005c3b;
  font-size: 22px;
  font-size: clamp(1.2rem, -2.445rem + 4.739vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.kitchen__flex-text {
  font-size: 16px;
  font-size: clamp(1.2rem, -0.258rem + 1.896vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
}

@media only screen and (max-width:768px) {
  .kitchen {
    margin-top: 60px;
  }
  .kitchen__flex {
    grid-template-columns: repeat(1,1fr);
    row-gap: 30px;
  }
  .kitchen__flex-title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .kitchen__flex-text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 10px;
  }
}

/* powderroom
-----------------------------------------  */
.powderroom {
  margin-top: 120px;
}
.powderroom_top {
  display: flex;
}
.powderroom__flex {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 30px;
  column-gap: clamp(1.2rem, -5.36rem + 8.531vw, 3rem);
}
.powderroom__flex2 {
  max-width: 1430px;
  padding: 0 15px;
  margin: auto;
}
.powderroom__flex2_wrap {
  padding: 50px 50px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}
.powderroom__flex-item2:nth-child(2) {
  width: calc(295 / 1300 * 100%);
  width: 22.9%;
}
.powderroom__flex-item2:nth-child(1) {
  width: calc(905 / 1300 * 100%);
  width: 73%;
  border-right: 1px solid #bababa;
  padding-right: 50px;
}
.powderroom__inflex {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.powderroom__inflex2 {
  display: flex;
  column-gap: 15px;
  width: 63%;
}
.powderroom__inflex_item {
  width: 32.9%;
}
.powderroom__flex-title {
  color: #005c3b;
  font-size: 22px;
  font-size: clamp(1.2rem, -2.445rem + 4.739vw, 2.2rem);
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.powderroom__flex-text {
  font-size: 16px;
  font-size: clamp(1.2rem, -0.258rem + 1.896vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
}
.powderroom__flex-text2 {
  font-size: 16px;
  font-size: clamp(1.2rem, -0.258rem + 1.896vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width:768px) {
  .powderroom {
    margin-top: 60px;
  }
  .powderroom__flex {
    grid-template-columns: repeat(1,1fr);
    row-gap: 30px;
    margin-top: 30px;
  }
  .powderroom__flex2 {
    margin: 60px auto 0;
    padding: 0 15px;
  }
  .powderroom__flex2_wrap {
    padding: 50px 20px;
    flex-direction: column;
    margin: 60px auto 0;
  }
  .powderroom__flex-item2:nth-child(1) {
    width:100%;
    max-width: 400px;
    margin-right: 0;
    margin: 0 auto;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #bababa;
  }
  .powderroom__flex-item2:nth-child(2) {
    width: 100%;
    margin-top: 40px;
  }
  .powderroom__inflex {
    flex-direction: column;
    row-gap: 40px;
  }
  .powderroom__inflex2 {
    column-gap: 10px;
    width: 100%;
  }
  .powderroom__inflex_item {
    width: 60%;
    margin: auto;
  }
  .powderroom__flex-title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .powderroom__flex-text {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-top: 10px;
  }
  .powderroom__flex-text2 {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-top: 30px;
    text-align: left;
    padding-bottom: 20px;
  }
}

/* storage
-----------------------------------------  */
.storage {
  margin-top: 120px;
  margin-bottom: 140px;
}
.storage_top {
  display: flex;
}
.storage__flex {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 60px;
  padding: 50px 50px;
  column-gap: 30px;
  column-gap: clamp(1.2rem, -5.36rem + 8.531vw, 3rem);
  background-color: #fff;
}
.storage__flex-title {
  color: #005c3b;
  font-size: 22px;
  font-size: clamp(1.2rem, -2.445rem + 4.739vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.storage__flex-title span {
  font-size: 16px;
  font-size: clamp(1.2rem, -0.258rem + 1.896vw, 1.6rem);
}
.storage__flex-text {
  font-size: 16px;
  font-size: clamp(1.2rem, -0.258rem + 1.896vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
}

@media only screen and (max-width:980px) {
  .storage__flex-title span {
    font-size: 10px;
  }
}
@media only screen and (max-width:768px) {
  .storage {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .storage__flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .storage__flex {
    grid-template-columns: repeat(1,1fr);
    margin-top: 60px;
    padding: 50px 20px;
    row-gap: 30px;
  }
  .storage__flex-title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .storage__flex-text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 10px;
  }
}

/* emergency
-----------------------------------------  */
.emergency {
  position: relative;
  padding-top: 140px;
  padding-bottom: 120px;
  background-image: url(../images/modelroom/section_bg.jpg);
}
.emergency .section_title {
  color: #005c3b;
}
.emergency_title {
  position: relative;
  margin: 0 0 30px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #005c3b;
}
.emergency_text {
  font-size: 18px;
  font-size: clamp(1.3rem, -0.522rem + 2.37vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.emergency__flex {
  display: flex;
  margin-top: 60px;
}
.emergency__flex-item {
  width: calc((100% - 30px * 2) / 3);
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.emergency__flex-item:first-child {
  margin-left: 0;
}
.emergency__inflex {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 10px;
}
.emergency__flex2 {
  display: flex;
  margin-top: 60px;
}
.emergency__flex-item2 {
  width: calc((100% - 30px * 2) / 3);
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.emergency__flex-item2 figure {
  margin-top: 20px;
}
.emergency__flex-item2:first-child {
  margin-left: 0;
}
.emergency__flex-title {
  color: #fff;
  background-color: #005c3b;
  padding: 10px;
  font-size: 22px;
  font-size: clamp(1.2rem, -2.445rem + 4.739vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.emergency__flex-text {
  font-size: 16px;
  font-size: clamp(1.2rem, -0.258rem + 1.896vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 1px;
  flex-grow: 1;
}
.emergency__box {
  color: #ba0611;
  margin-top: 16px;
  font-size: 16px;
  font-size: clamp(1.2rem, -0.258rem + 1.896vw, 1.6rem);
  text-align: center;
  border: 1px solid #ba0611;
  padding: 10px 0;
}

@media only screen and (max-width:768px) {
  .emergency {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .emergency_title {
    margin: 0 0 20px;
    font-size: 18px;
  }
  .emergency_text {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .emergency__flex {
    display: flex;
    margin-top: 10px;
  }
  .emergency__flex-title {
    font-size: 18px;
    margin-top: 10px;
  }
  .emergency_sp-img {
    margin-top: 10px;
  }
  .emergency__flex2 {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 10px;
  }
  .emergency__flex-item2 {
    width: calc(100%);
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  .emergency__flex-item2:first-child {
    margin-left: 0;
  }
  .emergency__flex-text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

/* universal
-----------------------------------------  */
.universal {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url(../images/modelroom/section_bg.jpg);
}
.universal::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(115, 102, 41, .05);
}
.universal .section_title {
  color: #005c3b;
}
.universal__flex {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.universal__flex-item {
  width: calc((100% - 30px) / 2);
  display: flex;
  justify-content: space-between;
}
.universal__flex-item:not(:nth-child(2n + 1)) {
  margin-left: 30px;
}
.universal__flex-item:nth-child(n + 3){
  margin-top: 60px;
}
.universal__item-left {
  width: calc(295 / 630 * 100%);
}
.universal__flex-title {
  color: #fff;
  background-color: #005c3b;
  padding: 10px;
  line-height: 1.4;
  font-size: 22px;
  font-size: clamp(1.2rem, -2.445rem + 4.739vw, 2.2rem);
  font-weight: bold;
  text-align: center;
}
.universal__flex-text {
  font-size: 16px;
  font-size: clamp(1.2rem, -0.258rem + 1.896vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 1px;
  flex-grow: 1;
}
.universal__item-right {
  width: calc(295 / 630 * 100%);
}

@media only screen and (max-width:768px) {
  .universal {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .universal__flex-item {
    width: 100%;
    margin-top: 0px;
    flex-direction: column;
  }
  .universal__flex-item:not(:nth-child(2n + 1)) {
    margin-left: 0;
    margin-top: 30px;
  }
  .universal__flex-item:nth-child(n + 3){
    margin-top: 30px;
  }
  .universal__item-left {
    width: 100%;
  }
  .universal__item-right {
    width: 100%;
  }
  .universal__item-left figure,
  .universal__item-right figure {
    margin-top: 20px;
  }
  .universal__flex-title {
    padding: 10px 0;
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-size: 16px;
  }
  .universal__flex-text {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: justify;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 1px;
    flex-grow: 1;
  }
}

/* ecology
-----------------------------------------  */
.ecology {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url(../images/modelroom/section_bg.jpg);
}
.ecology .model_inner {
  max-width: 1330px;
}
.ecology .section_title {
  color: #005c3b;
}
.ecology_title {
  position: relative;
  margin: 0 0 30px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #005c3b;
}
.ecology__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  column-gap: 20px;
}
.ecology__flex-item {
  display: flex;
  flex-direction: column;
}
.ecology__flex-item:nth-child(1) {
  width: 100%;
  max-width: 550px;
}
.ecology__flex-item:nth-child(2) {
  width: 100%;
  max-width: 700px;
}
.ecology__flex-item figure {
  margin-top: 20px;
}
.ecology__inflex {
  display: flex;
  column-gap: 20px;
}
.ecology__flex2 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
  column-gap: clamp(1.2rem, -5.36rem + 8.531vw, 3rem);
  row-gap: 60px;
}
.ecology__flex-item2 {
  display: flex;
  flex-direction: column;
}
.ecology__flex-item2 figure {
  margin-top: 20px;
}
.ecology__flex-item2:first-child {
  margin-left: 0;
}
.ecology__flex-title {
  color: #fff;
  background-color: #005c3b;
  padding: 14px;
  font-size: 22px;
  font-size: clamp(1.2rem, -2.445rem + 4.739vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.ecology__flex-text {
  font-size: 16px;
  font-size: clamp(1.2rem, -0.258rem + 1.896vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 1px;
  flex-grow: 1;
}

@media only screen and (max-width:768px) {
  .ecology {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .ecology_title {
    margin: 0 ;
  }
  .ecology_text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .ecology__flex {
    flex-direction: column;
    row-gap: 50px;
    margin-top: 10px;
  }
  .ecology__flex-item:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  .ecology__flex-item figure {
    margin-top: 10px;
  }
  .ecology__flex2 {
    display: block;
    margin-top: 10px;
  }
  .ecology__flex-item2 {
    width: calc(100%);
    margin-left: 0;
    margin-top: 40px;
  }
  .ecology__flex-item2:first-child {
    margin-left: 0;
  }
  .ecology__flex-title {
    padding: 18px;
    margin-top: 0;
    font-size: 18px;
  }
  .ecology__flex-text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

/* commit
-----------------------------------------  */
.commit {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/modelroom/section_bg.jpg);
}
.commit_box {
  position: relative;
  padding: 40px 80px 80px;
  background-color: #fff;
  border: 2px solid #a0976d;
}
.commit__flex-title {
  color: #fff;
  background-color: #005c3b;
  padding: 14px;
  line-height: 1.5;
  font-size: 22px;
  font-size: clamp(1.2rem, -2.445rem + 4.739vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.commit_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 60px;
}
.commit_item_body {
  width: 100%;
}
.commit_item_img {
  width: 100%;
  max-width: 400px;
}

.commit_flex_text {
  margin-top: 30px;
}
.commit_flex_text li {
  font-size: 18px;
  font-size: clamp(1.3rem, -0.522rem + 2.37vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
.commit_flex_text_s li {
  font-size: 14px;
  line-height: 2;
  margin-left: 14px;
  text-indent: -14px;
}

@media only screen and (max-width:768px) {
  .commit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .commit_box {
    position: relative;
    padding: 20px 20px 60px;
  }
  .commit__flex-title {
    padding: 14px 10px;
    font-size: 22px;
    margin-top: 20px;
  }
  .commit__flex-title.mt {
    margin-top: 40px;
  }
  .commit_flex {
    display: block;
  }
  .commit_item_body {
    width: 100%;
  }
  .commit_item_img {
    margin: 20px auto;
  }
  .commit_flex_text {
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
  }
  .commit_flex_text_s {
    font-size: 14px;
    line-height: 2;
  }
}

.capArea {
  color: #000;
  background-image: url(../images/modelroom/section_bg.jpg);
}
.capArea p {
  color: #000;
}