@charset "UTF-8";




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

	
		
/*********** 共通・背景 *************/

.modelroom_bg01 {
	background-image: url("../../modelroom/images/sp_modelroom_bg01.jpg");
	background-position: center top;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
}


/*********** ↑共通・背景 *************/



	

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

.modelroom-wrap .txt {
	right: 5px;
	bottom: 5px;
	font-size: 1.2rem;
}





	
	
	
	
	
	
	




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

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

.position_03-wrap .scroll-box div img {
  min-width: 700px;
}


	

	
.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 ***********/
	
	
	
	
	
	
	
	
	
	

	
	
	
}








