
	/* Headline */
	#PanelRental h3
	{
		color				:	rgb(224,129,27);
	}

	/* Panel */
	#PanelRentalInner
	{
		background-color		:	rgb(255,255,255);
	}


	/* Point */
	#PanelRentalPoint li
	{
	}

	/* Location */
	#PanelRentalLocation
	{
	}
	#PanelRentalLocation ul
	{
		margin			:	0px;
		padding			:	0px;
	}
	#PanelRentalLocation ul li
	{
		display			:	inline-block;
		margin			:	0px;
		padding			:	0px;
		text-align			:	center;
		vertical-align			:	top;
	}
	#PanelRentalLocation ul li img
	{
		width				:	100%;
	}
	div.PanelRentalLocationButton
	{
		margin			:	2em 0em 0em 0em;
	}

	/* Comfortableness */
	#PanelRentalComfortableness
	{
	}
	#PanelRentalComfortableness ul
	{
		margin			:	0px;
		padding			:	0px;
	}
	#PanelRentalComfortableness ul li
	{
		display			:	inline-block;
		margin			:	0px;
		padding			:	0px;
		text-align			:	center;
		vertical-align			:	top;
	}

	/* Quality */
	#PanelRentalQuality
	{
	}
	#PanelRentalQuality ul
	{
		margin			:	0px;
		padding			:	0px;
	}
	#PanelRentalQuality ul li
	{
		display			:	inline-block;
		margin			:	0px;
		padding			:	0px;
		text-align			:	center;
		vertical-align			:	top;
	}
	div.PanelRentalQualityPhoto
	{
		background-repeat		:	no-repeat;
		background-size		:	cover;
		background-position	:	center center;
	}

	/* Map */
	#PanelMapLand
	{
		width				:	100%;
		transition			:	all 0.2s ease-out;
		-webkit-transition		:	all 0.2s ease-out;
		-moz-transition		:	all 0.2s ease-out;
		-o-transition			:	all 0.2s ease-out;
	}


/*
======================================
Pc
======================================
*/
@media (min-width:801px)
{
	/* Panel */
	#PanelRentalInner
	{
		padding			:	50px;
	}

	/* Location */
	#PanelRentalLocation ul li
	{
		width				:	400px;
		margin			:	0px 50px 0px 0px;
	}
	#PanelRentalLocation ul li:nth-child(2n)
	{
		margin-right			:	0px !important;
	}

	/* Comfortableness */
	div.PanelRentalComfortableness
	{
	}
	#PanelRentalComfortableness ul li
	{
		margin			:	0px 20px 25px 0px;
	}
	#PanelRentalComfortableness ul li:nth-child(4n)
	{
		margin-right			:	0px !important;
	}

	/* Quality */
	div.PanelRentalQuality
	{
	}
	#PanelRentalQuality ul li
	{
		margin			:	0px 20px 25px 0px;
	}
	#PanelRentalQuality ul li:nth-child(4n)
	{
		margin-right			:	0px !important;
	}
	div.PanelRentalQualityPhoto
	{
		width				:	200px;
		height				:	200px;
		margin			:	0px 0px 5px 0px;
	}
	div.PanelRentalQualityText
	{
	}

	/* Map */
	#PanelMapLand
	{
		height				:	600px;
	}
}


/*
======================================
Wide Pc
======================================
*/
@media (min-width:1241px)
{

}


/*
======================================
Narrow Pc
======================================
*/
@media (min-width:1024px) and (max-width: 1240px)
{

}

/*
======================================
Tablet
======================================
*/
@media (min-width:801px) and (max-width: 1023px)
{
	/* Location */
	#PanelRentalLocation ul li
	{
		width				:	300px;
		margin			:	0px 50px 0px 0px;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media (max-width: 800px)
{
	/* Panel */
	#PanelRentalInner
	{
		padding			:	15px;
	}

	/* Location */
	#PanelRentalLocation ul li
	{
		display			:	block;
		margin			:	0px 0px 30px 0px;
	}
	#PanelRentalLocation ul li:last-child
	{
		margin-bottom		:	0px;
	}

	/* Comfortableness */
	div.PanelRentalComfortableness
	{
	}
	#PanelRentalComfortableness ul li
	{
		display			:	block;
		margin			:	0px 0px 0px 0px;
	}

	/* Quality */
	div.PanelRentalQuality
	{
	}
	#PanelRentalQuality ul li
	{
		width				:	125px;
		margin			:	0px 12px 15px 0px;
		letter-spacing		:	0em;
		font-size			:	10px;
		line-height			:	1.6em;
	}
	#PanelRentalQuality ul li:nth-child(2n)
	{
		margin-right			:	0px;
	}
	div.PanelRentalQualityPhoto
	{
		width				:	125px;
		height				:	125px;
		margin			:	0px 0px 5px 0px;
	}
	div.PanelRentalQualityText
	{
	}

	/* Map */
	#PanelMapLand
	{
		height				:	300px;
	}
}
