/* CSS Document */

#model
{
	border-top: 2px dashed #DDDDDD;
	border-bottom: 2px dashed #DDDDDD;
}

#model .model_title
{
	margin-bottom: 40px;
}

#model .model_box
{
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#model .model_img
{
	width: 57%;
}

#model .model_detail
{
	width: 43%;
}

#model h3
{
	text-align: center;
}

#model h3 span
{
	background: linear-gradient(transparent 50%, #D9A98C 50%);
	padding-left: 10px;
	padding-right: 10px;
}

#model .model_txt
{
	font-size: 16px;
	text-align: center;
	line-height: 200%;
	padding-top: 15px; 
}

#model .reserve
{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 70px;
}

#model .reserve_txt
{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 160%;
}

#model .reserve_comp
{
	color: #FF7F00;
}

#model .reserve_area
{
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}

#model .reserve_btn
{
	background-color: #FF7F00;
	padding: 5px 20px;
	font-size: 30px;
	font-weight: bold;
}

#model .reserve_btn:hover
{
	background-color: #223C4F;
}

#model .reserve_btn a
{
	color: #FFF;
}

#model .model_3d
{

}

#model .model_remo
{
	padding-bottom: 10px;
}


/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{






}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

#model .model_box
{
	display: flex;
	flex-direction: column;
	width: 100%;
}

#model .model_img
{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

#model .model_detail
{
	width: 100%;
}

#model h3
{
	font-size: 20px;
}

#model .reserve
{
	width: 100%;
}

#model .reserve_txt
{
	font-size: 20px;
}

#model .model_3d
{
	width: 90%;
	margin: 0 auto;
}

#model .model_remo
{
	width: 80%;
}

}