@charset "UTF-8";




@media only screen and (max-width: 767px){
	

	
	
/*********** 共通 *************/



/*********** ↑共通 *************/



	
.residence_02-wrap {
	margin-top: 40px;
}

.residence_02-bg {
	margin-top: -50px;
}

.residence_02-bg .line {
	position: relative;
	background: #ccbda8;
	width: 1px;
	height: 250px;
	margin-top: -150px;
}

.residence_02-bg .bg {
	background: rgba(169,144,110,0.2);
	width: 300%;
	height: 100px;
}

	
	
	
	
	
/********** designer **********/

	
/*** 共通 ***/
	
.designer-bg {
	margin-top: 60px;
}

.designer-bg .inner {
	padding: 0;
	padding-top: 15px;
}

.designer-bg .copy-wrap {
	padding: 20px;
	padding-bottom: 0;
}

.designer-box {
	background-image: url("../../residence/images/sp_designer_bg.jpg");
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 20px;
}


.designer-box .cont1 li:nth-child(1) {
	width: 70%;
	margin: 0 auto;
	margin-top: 20px;
	order: 2;
}

.designer-box .cont1 li:nth-child(2) {
	width: 100%;
	order: 1;
}

.designer-box .cont1 .ttl1 {
	font-size: 1.4rem;
	text-align: center;
}

.designer-box .cont1 .ttl2 {
	font-size: 1.9rem;
	text-align: center;
}

.designer-box .cont2 {
	margin-top: 20px;
}

.designer-box .cont2 li:nth-child(1) {
	width: 100%;
	order: 2;
}

.designer-box .cont2 li:nth-child(2) {
	width: 100%;
	order: 1;
}
	
.designer-box .cont2 .copy {
	font-size: 1.4rem;
	margin-bottom: 0;
}
	
.designer-box .cont2 .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
	
.designer-box .cont2 .photo > p:nth-child(1) {
	width: 53.33%;
}
	
.designer-box .cont2 .photo > p:nth-child(2) {
	width: 43%;
}
	
.designer-box hr {
	margin: 30px 0;
}

.designer2_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid #fff;
	padding: 10px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.designer2_03-wrap li:nth-child(1) {
	width: 100%;
}

.designer2_03-wrap li:nth-child(2) {
	width: 48%;
}

.designer2_03-wrap li:nth-child(3) {
	width: 48%;
	margin-left: 0;
}

.designer2_03-wrap .ttl {
	margin-right: 0;
	margin-bottom: 10px;
}



	
	
	
	
	
	
	
	
	
	
	
	
	
/*
.designer-box .title {
	font-size: 1.9rem;
	text-align: center;
}

.designer-box ul.cont1 {
	margin-top: 20px;
}

.designer-box ul.cont1 li:nth-child(1) {
	width: 70%;
	margin: 0 auto;
}

.designer-box ul.cont1 li:nth-child(2) {
	width: 100%;
}

.designer-box .cont1 .copy {
	font-size: 1.4rem;
	margin-top: 20px;
}

.designer-box hr {
	margin: 40px 0;
}

.designer-box .designer1 ul.cont2 {
	margin-top: 30px;
}

.designer-box .designer2 ul.cont2 {
	margin-top: 30px;
}

.designer-box ul.cont2 > li:nth-child(1) {
	width: 100%;
}

.designer-box ul.cont2 > li:nth-child(2) {
	width: 100%;
}

.designer_photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.designer_photo p:nth-child(1) {
	width: 53.33%;
}
	
.designer_photo p:nth-child(2) {
	width: 43%;
}
	
.designer-box ul.cont2 .txt {
	font-size: 1.2rem;
}

.designer-box ul.cont2 .txt .l {
	font-size: 1.5em;
}

.designer2 ul.cont2 .ttl {
	font-size: 1.3rem;
	letter-spacing: 0;
	margin-top: 20px;
	margin-bottom: 5px;
}
	
.designer2_03 li {
	width: 48%;
}
*/
	


/********** ↑designer **********/


	
	
	
/********** landscape **********/

	
.landscape_01-wrap {
	margin-top: 20px;
}

.landscape_01-wrap > li:nth-child(1) {
	width: 100%;
	margin-top: 30px;
	order: 2;
}

.landscape_01-wrap > li:nth-child(2) {
	width: 100%;
	order: 1;
}

.landscape_02 {
	margin-top: 30px;
}

.landscape_02 li {
	width: 32.35%;
	margin-top: 5px;
}

	

.equipment_01-wrap {
	margin-top: 20px;
}

.equipment_01-wrap li {
	width: 47.06%;
	margin-top: 20px;
}

.equipment_01-wrap .txt {
	font-size: 1.3rem;
}

	
	
/********** ↑landscape **********/



	
	
	
	
	
	
	
	
	
	
	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
  vertical-align: top;
}

.landscape_01-wrap .scroll-box div img {
  min-width: 600px;
}
	


	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/
		
	
	
	
	

	
	

	
	
	
}








