@charset "utf-8";

/*モーダル演出*/
/*.gallery__list {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
	margin-top: 2.0em;
}*/
.sp-gallery__list{
display: none;

}

@media screen and (max-width: 768px){
/*	.gallery__list {
		display: none;
		margin-top: 2.0em;
	  }*/
	  .sp-gallery__list{
	  
	  list-style-type: none;
		display: none;
		justify-content: space-around;
		flex-wrap: wrap;
	  }

	  .sp-gallery__list li{
		  width: 100%;
		  margin: auto;
		  text-align: center;
		  padding: 2% 2%;
	  }

}
	
/*.gallery__item {
  width: calc(95% / 3);
}*/

.gallery__item img {
  width: 100%;
  height: auto;
}
.gallery__item a {
  transition: .5s;
}
.gallery__item a:hover {
  filter: opacity(0.7);
}
.gallery__item a:hover img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
/*モーダル演出終わり*/


/*アコーディオン*/
.accordion ul {
	width:100%;
	padding:0;
}
.accordion li {
	position:relative;
	list-style:none;
}
.accordion li:first-child {
	border-top:1px solid #ccc;
}
 
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 1.5em 1em;
	position: relative;
}
.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
}
.accordion > ul > li > p {
	display: none;
	text-align:left;
	padding:0 .8em 1.4em 1em;
	color:#555;
	line-height:1.8;
}
 
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:20px;
	right:50%;
	background-color: black;
	display: block;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 100%;
	height: 1px;
    background-color: #ccc;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*アコーディオン終わり*/
.rp_cntarea01 {
	background-color: beige;
	padding: 2.0em 0;
	margin: auto;
	text-align: center;
	/*background-image:url("../img/roomplan/1323_hempen_l.jpg");
	backface-visibility: 0.5;
	background-repeat: round;*/
	

}

.subtext_orange {
	font-family: "alternate-gothic-no-3-d";
	padding: 1em;
	color: rgba(255,95,0,1.00);
	font-weight: 800;
	
}

.maintext_blue {
	color: rgba(10,40,65,1.00);
	padding-bottom: 15px;
	border-bottom:dotted 2px rgba(255,119,1,1.00);
	width: 80%;
	max-width:798px;
	margin: auto;
	margin-bottom: 1.5em;
	font-size: 1.5em;
	line-height: 1.7em;
}

.rptop_img {
	width: 80%;
	max-width:498px;
	margin:2.0em auto 0em auto;
}

@media screen and (max-width:768px){
	.rptop_img{
		width: 90%;
		display: block;
		margin-top: 2.0em;
	}
}

.rptop_subimg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 80%;
	margin: auto;
	text-align: center;
	margin-bottom: 3.0em;
}
.rpsptop_subimg {
	display: none;
}



@media screen and (max-width:768px){
	.rptop_subimg{
		display: none;
		width: 100%;
	}
	.rpsptop_subimg {
		display: block;
		width: 100%;
		margin: auto;
		text-align: center;
	}
}

.rptop_subimg li{
	display:grid;
	width:calc(98%/3);
	box-shadow: 5px 5px 15px silver;

}
@media screen and (max-width:768px){
	.rptop_subimg li{width: calc(100%/3);}
	
}

.rp_cntarea02 {
	position: relative;
	margin: auto;
	text-align: center;
	padding:5.0em 0;
	background: #FFF;
	
}

.ponit_img {
	position: absolute;
    display: block;
    margin: auto;
    text-align: center;
    background: cadetblue;
    color: #fff;
    padding: 15px 5px 13px 7px;
    top: -1em;
    left: 2.0em;
    font-weight: bolder;
	
}

.rp_cnt_title {
	display:block;
	background-color: #F8AF2C;
	padding: 1em;
	width: 60%;
	max-width: 768px;
	margin: auto;
	color: #fff;
	margin-bottom: 2.5em;
    line-height: 1.7em;
}



.rp-cnt_subtitle {
	font-size: 1.0em;
	font-weight: bold;
	color: rgba(0,33,73,1.00);
	line-height: 2.0em;
	padding-bottom: 1.0em;
/*	border-bottom: dotted rgba(248,175,44,1.00) 3px; */
	width: 90%;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 0;
	
}
@media screen and (max-width:768px){
	.rp_cnt_title{
		width: 90%;
	line-height: 2.0em;
	font-size: 15px;}
	
	
	.rp-cnt_subtitle {font-size: 14px;
	text-align: left;}
	
}



.section__title {
	display: block;
	margin-bottom: 2.0em;
	text-align: center;
	margin-top: 3.0em;
}

.rp_cntarea03 {
	display: block;
    position: relative;
	margin: auto;
	text-align: center;
		padding-top: 5.0em;
	background-color:#fff9f0;
	
}

.howtouse {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	text-align: center;
	max-width: 1024px;
	width: 80%;
}
.sp-howtouse {
display: none;
}


.howtouse li{display: block;
width: 48%;
padding: 3%;
}

@media screen and (max-width:768px){

	
		.howtouse li{width: 50%;
			
		}
	.howtouse {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: auto;
		text-align: center;
		max-width: 1024px;
		width: 80%;
	}
	.sp-howtouse li {
		display: block;
	width: 90%;
	margin-top: 3.0em;}
}

.using01 {
	font-size: 1.3em;
	padding: 10px;
	color:#0086c9;
	font-weight: bolder;
 border-bottom: dotted 2px rgba(255,119,1,1.00);
}
@media screen and (max-width:490px){
	.using01{
		font-size: .9em;
	}
	.usingtext{
		font-size: 0.8em;
		text-align: left;
	}
}

.usingtext {
	line-height: 2.0em;
	margin-bottom: 1.0em;
	font-size: 14px;
	margin-top: 15px;
}

@media screen and (max-width:768px){
	.howtouse {
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    text-align: center;
    max-width: 1024px;
    width: 100%;
	}
	
	.usingttext{text-align: left;}
}

.emp {
font-weight:bolder;
	color: #fff;
}

.rpsptop_img {
	display: none;
}

@media screen and (max-width:768px){
	.rpsptop_img{display: none;
		margin: auto;
		text-align: center;
		width: 50%;
	margin-bottom: 0em;}
}

.illustimg {
	padding: 5%;
	
}

.subumainimg {
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 1.0em;
}

.roomplan {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: auto;
   text-align: center;
			align-items:center;
	vertical-align: center;
}

.left-contents {
	display: none;
	width: 30%;
	font-size: 1.5em;

}


@media screen and (max-width:768px)  {
	.left-contents{
		width: 90%;
	}
}

.right-contents {
	    display: block;
    width: 80%;
    max-width: 768px;
    margin-bottom: 2.0em;
}

@media screen and (max-width:768px){
	.right-contents{
		width: 100%;
	}
}

.main-topics {
	    display: block;
    padding: 7% 2%;
    background-color: #FDC140;
    margin: auto;
    text-align: center;
    width: 95%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px slategrey;
    color: #FFF;
    font-size: 0.9em;
    font-weight: 700;

}

@media screen and (max-width:768px){
	.main-topics{
		width: 100%;
		border-radius: 0;
	}
	
}

.topics-text {
	display: block;
	margin:auto;
	text-align: center;
	padding: 6% 3%;
	background-color:steelblue;
	font-size: 0.6em;
	text-align: left;
	width: 95%;
	line-height: 2em;
	border-radius: 20px;
	color: #FFF;
	    box-shadow: 5px 5px 5px slategrey;
}
@media screen and (max-width:768px)  {
	.topics-text{
		width: 100%;
		border-radius: 0;
	}
}



.plan_media {
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 1.0em;
	width: 90%;
	
}

@media screen and (max-width:768px){
	.plan_media{
		width: 100%;
		border-radius: 0;
	}
	
}


/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}



@media screen and (min-width: 769px){
.slider.pc-tb {
display: block;
	}}
.gallery {
	display: block;
	width: 90%;
	margin: auto;
	text-align: center;
}

@media screen and (max-width:498px
){
.gallery{
	width: 100%;
	height: 100%;
	}
}

.gallery__item {
	display: block;
	height: 15em;
	width: 200px;
}

.slider{
	margin: 0 auto;
	width: 100%;
	height: 800;
}

.slider li{margin: auto;
text-align: center;}


.slick-slide{
height: auto;
	width: 80%;
}

.slick-list.draggable {
	padding: 0px 0px;}

.under_line {
	position: relative;
	font-size: 1.0em;
	color: rgba(0,33,73,1.00);
	background: linear-gradient(transparent 80%, gold 50%)
}

/*80㎡のゆとりコンテンツ*/
.life80{
	margin-bottom:50px
}
.life80_title{
	width:80%;
	margin:0 auto;
	margin-top:2em;
}

.life80 h2 {
	color: rgba(84,154,182,1.00);
	padding-bottom: 15px;
	text-align:center;
	width: 80%;
	max-width:798px;
	margin: auto;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom:1.5em;
}

.graph_contents{
display: flex;
	justify-content: space-between;
	margin-bottom:3em;
}
.graph{
	width:52%;
}
.graph_txt{
	width:45%;
	line-height:1.8em;
	text-align:left;
}


.orange_line{
	background:rgba(0,0,0, 0)
	linear-gradient(transparent 70%, #fff799 0%) 
	repeat scroll 0 0;
	font-weight: bold;
}

.life80 .hikaku{
	margin-bottom: 2em;
	text-align:center;
}

.triangle{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid rgba(84,154,182,1.00);
  margin: 1em auto;
}


.life80_link{
	text-align: center;
	
	
	padding :3em;
	max-width: 768px;
    margin: 0 auto;
}
.life80_link p{
margin-bottom:30px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
}
.life80_link .number{
	font-size:2em;
	color:rgba(255,95,0,1.00);
	font-weight: bold;
}
.life80_link a{
	padding: 1em;
	background-color:rgba(84,154,182,1.00);
}

@media screen and (max-width:784px){
	.life80 h2{
		font-size:1.3em;
		width:100%;
	}
	
	.graph_contents{
		display: block;
	}
	
	.graph{
		width:90%;
		margin:2em auto;
	}
	.graph_txt{
		width:90%;
		font-size:14px;
		line-height: 1.8em;
		color: #333;
  margin: 20px 0;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
	width: 100%;
	}
	
	.life80_link{
		padding: 1.5em;
	}
	
	.life80_link p{
		font-size:1.0em;
		line-height:1.5em;
	}
	
	.life80_link a{
		font-size: 1.5em;
	}
	
}