/* CSS Document */

/* tablet設定 */

@media only screen and (max-width:1024px) and (min-width: 600px) {

	#wrapper { 
		width: 100%;
		margin:0 auto;
	}

	#nav-pc li {
	  font-size: 10px;
	}

	h1{
		margin: 0 0 0 20px;
	}

	#nav-pc{
		margin: 0 10px;
	}

	#mail p {
		font-size: 10px;
	}
	#instagram{
		margin-right: 10px;
	}
	.text-bold {
		font-size: 23px;
	}
	.text-normal {
		font-size: 14px;
	}
	.mcsr-ad2 {
		font-size: 14px;
	}
	.rental-box-mid{
		font-size:18px;
/*		margin-bottom: 17px;*/
	}
	
	.rental-full{
	font-size: 9px;
}

	.rental-box-mid span{
		font-size: 10px;
	}
	.rental-box-title {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.rental-box-mid2 {
		font-size:18px;
	}
	.rental-box-mid2 span{
		font-size:10px;
	}
	.mcsr-ad {
		margin: 20px 0;
	}

	#charges-wrap {
		width: 75%;
	}
	#charges-bottom {
		width: 75%;
		margin-top: 10px;
	}
	.charges-bottom-text{
		font-size:18px;	
	}
	.charges-bottom-text span{
		font-size:14px;	
	}

	#mail-banner-wrap {
		padding-top: 30px;
	}
	#charges-google {
		width: 100%;
	}
	.wrap {
		width: 60%;
	}
	.charges-google-p {
				font-size: 14px;
	}
	.furniture-box1 {
		font-size: 14px;
		width: 100%;
		margin: 35px 0;
		text-align: center;
		font-weight: 480;
	}
	#bottom-info {
		display: none;
	}
	.footer-title {
		position: absolute;
		left: 13%;
		margin-top: 20px;
	}
	
}

