@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////

ノートPC用レイアウト

////////////////////////////////////*/

@media screen and (max-width:1450px){
	
	/*----------------------
	共通設定
	----------------------*/
	body{
		width: 100%;
		-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;
	}
	
	.top_img_flame{
		background-size: cover;
	}
	
	
	.big_under{
		width: 1220px;
	}
	
	.text_bg{
		background-image: none;
	}
	
	.np_view{
		display: block !important;
	}
	
	
	


}




@media screen and (max-width:1220px){
	
	/*----------------------
	共通設定
	----------------------*/
	body{
		width: 100%;
		-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;
	}
	
	
	
	
	.header_nav_flame nav a{
		font-size: 1.4rem;
		margin-right: 20px;
	}
	
	.header_line a{
		font-size: 1.6rem;
		padding: 0 30px;
	}
	
	
	
	
	
	.big_under,.tokuchou_under,.hyou_under,.insta_under,.footer_under{
		width: 1010px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	
	.text_bg{
		background-image: none;
	}
	
	
	
	
	
	
	
	/**********************************
	
	特徴エリア
	
	**********************************/
	.tokuchou_uchi_flame{
		padding: 70px 12px 30px;
	}
	
	.tokuchou_uchi_flame h3{
		font-size: 1.9rem;
	}
	
	
	/**********************************
	
	内装エリア
	
	**********************************/
	.naisou_under h2{
		font-size: 2.8rem;
	}
	
	.naisou_text{
		white-space: pre-wrap;
	}
	
	.pc_view2{
		display: none;
	}
	
	.naisou_img1{
		height: auto;
	}
	
	
	
	
	/**********************************
	
	料金エリア
	
	**********************************/
	.price_oosoto_flame{
		width: 31.5%;
	}
	
	.price_text_flame p{
		font-size: 1.5rem;
	}
	
	.price_text_flame p span{
		font-size: 3rem;
	}
	
	.hyou_under table tbody tr th, .hyou_under table tbody tr td{
		font-size: 1.6rem;
		width: 85px;
	}
	
	
	
	
	.uriage,.kingaku{
		width: 116px;
	}

	.kingaku{
		width: 465px;
		border-right: none !important;
	}
	
	
	
	
	
	/**********************************
	
	インスタエリア
	
	**********************************/
	.insta_inner{
		padding: 60px 40px;
	}
	
	.insta_text{
		font-size: 1.4rem;
	}
	
	.insta_flame a{
		font-size: 1.8rem;
	}
	
	
	
	


}