@charset "UTF-8";

.underPage .mainVisual .pohto img {
    max-width: inherit;
    width: 100%; 
}

.underPage .mainVisual .text.image_text {
    width: calc(270 / 1600 *100%);
}

.plan_wrapp {
    width: 100%;
    padding-top: 50px;
}

.underPage .plan_wrapp h2 {
       text-align: center;
         font-size: min(5vw, 40px);
    font-weight: 700;
    line-height: 200%;
    margin-bottom: 40px;
}

.hatsugano_text {
       text-align: center;
    margin-bottom: 50px;
    color: #4caf6f;
}

.plan_wrapp .plan_bt {
    width: 94%;
    max-width: 960px;
    margin: 0 auto;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.plan_wrapp .plan_bt div {
    width: 49%;
    margin-bottom: 30px;
    max-width: 470px;
}

.plan_wrapp .plan_sect {
    font-size: min(3.1vw, 25px);
    padding:0;
    color: #585857;
    text-align: center;
    margin: 30px auto 20px;
    position: relative;
    font-weight: 700;
}

.plan_wrapp .plan_sect .en {
        font-size: min(5.5vw, 55px);
    display: inline-block;
    font-family: 'Anton', sans-serif;
    opacity: 0.5;
    position: relative;
}
/*
.plan_wrapp .plan_sect .en.set_icon::before {
content: "";
width: 80%;
height: 110%;
background-image: url(../image/plan/icon_image_1.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: -80%;
top: -40px;
transform: rotate(-10deg);
}
.plan_wrapp .plan_sect .en.set_icon::after {
          content: "";
    width: 70%;
    height: 150%;
    background-image: url(../image/plan/icon_image_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -90%;
    top: -60px;
}
*/
/*
.plan_wrapp .plan_sect::after {
    content: "";
    width: 100%;
    height: 8px;
    background-image:url(../image/plan/line_color.jpg);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    bottom: -20px;
}
*/


.plan_wrapp .plan_sect.kawanishi {
    color: #585857;
    width: 94%;
    padding-bottom: 15px;
    max-width: 960px;
    border-bottom: 3px solid #cbcbcb;
}


/***間取り詳細***/


.underPage section.plan_detail {
    margin-top: 0px;
    padding: 0px 0;
    position: relative;
}

.plan_detail {
    width: 94%;
    max-width: 1080px;
    margin: 0 auto;
}
.plan_detail .house_image {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 50px;
}

.plan_detail .photo_wrapp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.plan_detail .photo_image {
    width: 100%;
    margin: 0 0 20px;
}

.plan_detail .photo_image .image_in {
    position: relative;
}

.plan_detail .photo_image.w49 {
    width: 49%;
}
.plan_detail .photo_image.w60 {
    width: 60%;
}

.plan_detail .photo_image .cap {
    position: absolute;
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
    bottom: 1px;
   left: 0px;
}

.plan_detail .photo_image .cap span {
    display:inline-block;
    font-size: 13px;
    color: #fff;
    background: #2d916a;
    padding:5px 15px;
    margin-right: 2px;
}

.plan_detail .photo_image .plan_comment {
    line-height: 1.8;
    font-size: 100%;
    padding: 1.5rem;
    background: #f1f0e9;
}


.plan_detail .plan_data {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px;
}
.plan_detail .plan_data.plan_data {
    max-width: 940px;
}
.plan_detail.kawanishi .plan_data.plan_data {
    max-width: 1000px;
}

.plan_detail .photo {
    text-align: center;
    margin-bottom: 40px;
}

.plan_detail .photoList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 940px;
	margin: 0 auto 40px;
}

.plan_detail .photoList li {
	width: 32%;
	margin-bottom: 40px;
}

.plan_detail .photoList li h4 {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}

.plan_detail .plan_image {
     width: 100%;
    margin: 0 auto 50px;
    max-width: 940px;
}

.plan_detail.kawanishi .plan_image {
    max-width: 1080px;
}


.plan_detail .plan_image img {
     width: 100%;
    max-width: inherit;
}


.plan_detail .plan_pints {
    width: 90%;
    margin: 0 auto 50px;
    max-width: 900px;
    background: #f7f6eb;
    padding: 20px 20px 5px;
}
.plan_detail .plan_pints ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.plan_detail .plan_pints ul li {
    width: 48%;
    border-bottom: 1px dotted #231815;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 2em;
}
.plan_detail .plan_pints ul li span.nom {
    display: inline-block;
    background: #e06027;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

.plan_detail .movie_wrapp {
    width: 100%;
    margin-bottom: 30px;
}
.plan_detail .movie_wrapp video {
    width: 100%;
}



.modelhouse_info {
    width: 100%;
max-width: 1000px;
margin: 0 auto 20px;
padding:20px 0;
    color: #db0000;
    text-align: center;
    border-top: 1px solid #f00;
    border-bottom: 1px solid #f00;
    font-size: min(5vw,22px);
}

.right {
	font-size: 10px;
	text-align: right;
	margin: 5px 0;
}


@media screen and (max-width: 768px) {
    
.plan_detail .plan_pints ul {
    display: block;
}
.plan_detail .plan_pints ul li {
    width: 100%;
    font-size: 14px;
} 
  .modelhouse_info {
width: 100%;
max-width: 1000px;
margin: 0 auto 15px;
padding:15px 0;
    color: #db0000;
    text-align: center;
    border-top: 1px solid #f00;
    border-bottom: 1px solid #f00;
    font-size: min(5vw,22px);
}  
    
.plan_detail .plan_image {
    margin: 0 auto 10px;
}
	
    .plan_detail .photo_image .plan_comment {
        line-height: 1.8;
        font-size: 13px;
        padding: 0.8rem;
    }
	
	
    
    
}


/***間取りボタン***/

.slidesWrap {
  position: relative;
margin-bottom: 80px;
}
.slidesWrap .slideArws {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  max-width: 1200px;
  height: 71px;
  margin: auto;
}
.slidesWrap .slick-prev, .slidesWrap .slick-next {
  width: 40px;
  height: 40px;
  z-index: 3;
  top: 0;
  background-size: 100% auto;
}
.slidesWrap .slick-prev {
  left: -40px;
  background-image: url(../image/plan/arrow_l.svg);
}
.slidesWrap .slick-prev:hover {
  left: -50px;
}
.slidesWrap .slick-next {
  right: -50px;
  background-image: url(../image/plan/arrow_r.svg);
}
.slidesWrap .slick-next:hover {
  right: -60px;
}

@media (max-width: 1300px) {
 .slidesWrap .slick-prev {
    left: 5%;
  }
 .slidesWrap .slick-prev:hover {
    left: 0;
  }
 .slidesWrap .slick-next {
    right: 2%;
  }
  .slidesWrap .slick-next:hover {
    right: 0;
  }
}



.btn {
    width: 60%;
    margin: 4rem auto 4rem;
    text-align: center;
}
.btn a {
    padding: 0.8rem 4rem;
    letter-spacing: 0.3rem;
    font-size: 120%;
    background: rgb(255 255 255 / 50%);
    display: inline-block;
    border: 1px solid #333;
    color: #333;
}
.textSmall {
    font-size: 80%;
}


@media screen and (max-width: 768px) {
 
.underPage .mainVisual .text .en {
    font-size: 8vw;
}
    
.underPage .plan_wrapp h2 {
    font-size: min(5vw, 45px);
    margin-bottom: 30px;
}
    
.underPage .mainVisual .text.image_text {
    width: calc(400 / 1600 *100%);
}  
    
.plan_wrapp .plan_bt {
    width: 94%;
    margin: 0 auto 0;
}
.plan_wrapp .plan_bt div {
    width: 48%;
    margin: 0 5px;
}
.plan_wrapp .plan_bt.kawanishi div {
    margin: 0 0 0;
} 
    
.plan_wrapp .plan_sect {
font-size: min(4.5vw, 30px);
}
    
.plan_wrapp .plan_sect .en {
    font-size: min(9vw, 75px);
}
.plan_wrapp .plan_sect .en.set_icon::before {
    left: -35%;
    top: -50px;
}
.plan_wrapp .plan_sect .en.set_icon::after {
    content: "";
    width: 70%;
    height: 130%;
    right: -58%;
    top: -55px;
}   
    
    
.plan_wrapp {
    padding-top: 30px;
}
    
.plan_detail .photo_image {
    margin: 0 auto 20px;
}
    
.plan_detail .photo_image.w60 {
    width: 70%;
    margin: 0;
} 
    
.kawanishi_text {
    margin-bottom: 20px;
    font-size: 14px;
}
    
.plan_detail .photo_image .cap span {
    display: inline;
    font-size: 11px;
    padding: 5px;
    margin-right: 2px;
}
	
.plan_detail .plan_data {
    margin: 0 auto 30px;
}	
	
.plan_detail .photo {
    margin-bottom: 20px;
}
	
.plan_detail .photoList	{
	margin: 0 auto 20px;
}
	
.plan_detail .photoList li {
    width: 100%;
    margin-bottom: 30px;
}	
	
.plan_detail .photoList li h4 {
    font-size: 16px;
}
	
.plan_detail .photoList li p {
    font-size: 14px;
}	
    
}

.kawanishiBnr {
	text-align: center;
	max-width: 840px;
	width: 90%;
	margin: 0 auto 60px;
}

.kawanishiBnr a {
	display: block;
	box-shadow: 5px 5px 10px #999;
}


@media screen and (min-width: 320px) and (max-width: 1023px) {

	
	.kawanishiBnr {
		margin: 40px auto 30px;
	}
	
	.slidesWrap {
		margin-bottom: 0;
	}

	
	
	
	
}


