@media screen and (max-width: 1920px) {
	main{
	  max-width: 100%;
	  margin:0 auto;
	  overflow: hidden;
	}
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

	.slideShow .thumbNail ul li {
	    min-width: 18.2%;
	}

}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	.location .left {
	    float: none;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.location .g_map {
	    float: none;
	    width: 100%;
	    margin-bottom: 30px;
	}

	#room .room_type .ame,
	#room .room_type .base,
	#room .room_type .ph {
    width: 100%;
    min-height: auto;
    margin-bottom: 10px;
    float: none;
	}
	#room .room_type .ame{
	  border-left: none;
	}
	#intoro #love ul li{
	  float: none;
	  margin-right: 30px;
	}
	#onsen .left,
	#onsen .waku{
	  float: none;
	  width: 100%;
	}
	#room .room_type .base li{
		margin-left: 10px;
	}

	.root dl{
	width: 100%;
	float: none;
	height: 90px;	  
	}
	.root dl .icon{
	float: left;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	display: table;
	vertical-align: middle;
	}
	.root dt{
    display: table-cell;
    vertical-align: middle;
    height: 39px;
    text-align: left;
	}
	.root dd{
    height: 39px;
    padding-top: 8px;
    text-align: left;
	}

	#room .room_type .price{
	  width: 100%;
	}

	#review .bt li{
  	font-size: .85rem;
	}
}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

	.root .border_tb{
		min-height: 74px;
	}

	#onsen .left {
	    float: none;
	    width: 100%;
	}
	#onsen .left ul li{
		float: left;
		margin-right: 20px;
	}
	#onsen .ph {
	    float: none;
	    width: 100%;
	}

	table.root td, table.root th {
	    padding: 10px;
	    font-size: 1rem;
	}
	#review li img,
	#reservation li img{
	width:100%;
	max-width:100%;
	}
	.icon li{
	float: none !important;
	}

	.slideShow .thumbNail ul li {
	    min-width: 22.8%;
	}
/*
	.root ul {
	width: 100%;
	float: none;
	margin: 0 .5% 10px;
	}

*/
}

@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */

	#room .room_type li.ph {
	width:100%;
	max-width:100%;
	  margin-bottom: 0px;
	  min-height: auto;
	}
	#room .room_type li.base{
	width:100%;
	max-width:100%;
	}

	p,li,th,td{
	    font-size: .9rem;
	    letter-spacing: 0.05em;
	    line-height: 1.7;
	}
}