@charset "UTF-8";
/* ######################################################################################

　ルームプラン

###################################################################################### */
/* ====================================================
  共通
==================================================== */
.pageRoom .wallBelt.roomplan{
    margin-bottom: 60px;
	padding-top: 0;
}
.contents.nmb { padding-bottom: 0 !important;}
.view {margin:50px auto 0; text-align: center;}
.view img { height: auto;}
.wide_w { width: 100%;}
ul.roombtn {display: flex; justify-content:center; flex-wrap: wrap; align-items: flex-end; }
ul.roombtn li { margin:0 5px 15px; width: 19%;}

ul.listroombtn {display: flex; justify-content: center ; flex-wrap: wrap; align-items: flex-end;}
ul.listroombtn li { width: 16%; margin: 3px 0;}
ul.listroombtn li a {transition: .5s;}
ul.listroombtn li a:hover { opacity: 0.4;}
ul.listroombtn li.sp { display: none;}
ul.listroombtn li img { }
ul.listroombtn li a img { opacity: 1;}
ul.listroombtn li span img { opacity: 0.3;}

.pdf { display: block; margin-top: 30px;}
a.pdf:hover { opacity: 0.5;}
a.pdf {
    display: block;
    background:linear-gradient(to right, #2093b8, #083548);
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 20px;
	border-radius: 4px;
}






/* ====================================================
  attention
==================================================== */
.pageRoom .attentionList li{font-size: 70%; line-height: 1.7;}

@media print, screen and (min-width: 768px) {
	.pageRoom .attention{text-align: left;padding: 3em 0 0;}
}
@media screen and (max-width: 767px) {
		.pageRoom .attention{text-align: left;padding: 2em 0 0;}
}

.pageRoom .updateBox {
	padding: 20px;
	text-align: center;
	font-size: 90%;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	margin-top: 30px;
}
.pageRoom .updateBox .contents { padding: 30px;}
@media screen and (max-width: 810px) {
	.pageRoom .updateBox .contents { line-height: 1.5;}
}

@media print, screen and (min-width: 809px) {
	.pageRoom .type{display: flex;	justify-content: space-between; margin-bottom: 40px;}
	.pageRoom .type .plan_Item{width: 350px;}
	.pageRoom .type .plan_Img{width: 800px;}
	.pageRoom .type .plan_Item h3.spec {margin-bottom: 40px;}
	.pageRoom .type .plan_Item p.tori {}
	.pageRoom .type .plan_Item p{margin-bottom: 15px;}	
	
	.pageRoom .typeW { margin-bottom: 40px;}
	.pageRoom .typeW .plan_Item{
		display: flex;
		justify-content:space-between;
		align-items: flex-end;
		margin-bottom: 40px;
		border-bottom: solid 2px #ccc;
		padding-bottom: 30px;
	}
	.pageRoom .typeW .plan_Item a.pdf { display: block; width: 100%; padding: 20px 60px;}
	
}
.pageRoom .type .plan_Item h3.spec span.sold {
	background: #DF1014;
	color: #fff;
	padding:10px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	font-weight: normal;
	font-size: 140%;
	line-height: 1;
	letter-spacing: 0.075em;
}



@media screen and (max-width: 810px) {
	.pageRoom .view { width: 90%; margin:40px auto 0;}
	.pageRoom .type{display:flex; flex-wrap: wrap; margin-bottom: 30px;width: 100%;}
	.pageRoom .type .plan_Item{display: contents;}
	.pageRoom .type .plan_Item h3{width: 100%;}
	.pageRoom .type .plan_Item p{width: 100%; margin-top: 30px;}
	.pageRoom .type .plan_Item p a{margin-bottom: 40px;width: 100%;display: block;}
	.pageRoom .type .plan_Img {margin-bottom: 30px; }
	.pageRoom .type img{width: 100%!important; height: auto;}
	
	ul.listroombtn li.pc { display: none;}
	ul.listroombtn li.sp { display: block; width: 100%;}
	ul.listroombtnG li.pc { display: none;}
	ul.listroombtnG li.sp { display: block; width: 100%;}
	ul.listroombtn li { display: inline-block; width: 30%; margin: 3px;}
	ul.roombtn { text-align: left; display: flex; justify-content: center; flex-wrap: wrap;}
	ul.roombtn li { display: block; width: 47%; text-align: center; margin-bottom: 10px;}
	.pageRoom .updateBox { margin-top: 0;}
}

/* ====================================================
  mi+mo（ミタスモ） マルチクロゼット
==================================================== */

/* bnr
-------------------------------------*/
@media print, screen and (min-width: 768px) {
    .bnr__item + .bnr__item{
        margin-top: 3em;
    }
}
@media screen and (max-width: 767px) {
    .bnr__item + .bnr__item{
        margin-top: 1.5em;
    }
}

/* youtube
-------------------------------------*/
.youtube-box{
  background: #efefef;
}
.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  clear: both;
}
.youtube iframe {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .youtube-box{
    padding: 0 4.167% 3em;
  }
}
@media screen and (max-width: 767px) {
  .youtube-box{
    padding: 0 3% 5%;
  }
}

.loantext { font-size: 80%; margin-top: 30px; line-height: 1.8;}

/*end*/