@charset "utf-8";
body{
	background-color: #fff;
	line-height: 1.6;
}
.sec_box{
	margin-top: 24px;
}
h2{
	text-align: left;
	font-size: 2.0rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
h2::after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #E8E8E8;
	margin-left: 0.5em;
}
#wrapper{
	font-size: 1.2rem;
}
.print_area{
	width: 210mm;
	height: 297mm;
	margin: 0 auto;
	padding: 32px;
}

/* ===== menu ===== */
@media print{
.menu{
	display: none;
}
}
.menu{
	width: 100%;
	background-color: #333;
	padding: 8px 0;
}
.menu .menu_wrap{
	display: flex;
	align-items: center;
	width: 210mm;
	margin: 0 auto;
	padding: 0 32px;
}
.menu .page_name{
	color: #fff;
	width: 50%;
}
.menu .menu_inner{
	display: flex;
	width: 50%;
	justify-content: flex-end;
}
.menu .menu_inner > .menu_list{
	display: flex;
	align-items: center;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.menu .menu_inner > .menu_list:hover{
	opacity: .7;
}
.menu .menu_inner > .menu_list + .menu_list{
	margin-left: 24px;
}
.menu .menu_inner > .menu_list img{
	width: 30px;
}
.menu .menu_inner > .menu_list .menu_txt{
	margin-left: 0.2em;
}

/* ===== info_area ===== */
.info_area{
	display: flex;
}
.info_area .info_left{
	width: 349px;
}
.info_area .live_logo{
	width: 150px;
	margin-bottom: 8px;
}
.info_area .hotel_name{
	font-size: 3rem;
	line-height: 1.4;
	margin-bottom: 16px;
}
.info_area .hotel_name::after{
	content: "";
	display: block;
	background: rgb(180,180,180);
	background: -moz-linear-gradient(left,  rgba(29,32,136,1) 0%, rgba(29,32,136,1) 30%, rgba(180,180,180,1) 30%, rgba(180,180,180,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(29,32,136,1) 0%,rgba(29,32,136,1) 30%,rgba(180,180,180,1) 30%,rgba(180,180,180,1) 100%);
	background: linear-gradient(to right,  rgba(29,32,136,1) 0%,rgba(29,32,136,1) 30%,rgba(180,180,180,1) 30%,rgba(180,180,180,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D2088', endColorstr='#333333',GradientType=1 );
	width: 40px;
	height: 3px;
	margin-top: 13px;
}
.info_area .info_right{
	width: calc(493px - 24px);
	margin-left: 24px;
}
.info_area .info_right > img{
	border: 1px solid #eee;
}

/* ===== facility_area ===== */
.facility_area .icon_list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5em;
	margin-top: -1em;
}
.facility_area .icon_list > li{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: 1.5em;
	margin-top: 1em;
}
.facility_area .icon_list > li img{
	width: 20px;
	height: 20px;
}
.facility_area .icon_list > li p{
	margin-left: 0.5em;
}
.facility_area .other_list{
	margin-top: 1em;
}
.facility_area .other_list li{
	display: inline-block;
}
.facility_area .other_list li::after{
	content: " /";
}
.facility_area .other_list li:last-child::after{
	content: "";
}

/* ===== amenity_area ===== */
.amenity_area .icon_list > li p{
	margin-left: 0.5em;
}
.amenity_area .other_list{
	margin-top: 1em;
}
.amenity_area .other_list li{
	display: inline-block;
}
.amenity_area .other_list li::after{
	content: " /";
}
.amenity_area .other_list li:last-child::after{
	content: "";
}

/* ===== photo_area ===== */
.photo_area > ul{
	display: flex;
}
.photo_area > ul li:nth-child(n + 5){
	display: none; /* 5個以降は非表示*/
}
.photo_area > ul li + li{
	margin-left: 16px;
}
.photo_area figcaption{
	text-align: center;
	margin-top: 0.2em;
}

/* ===== access_area ===== */
.access_area{
	display: flex;
}
.access_area .access_left, .access_area .access_right{
	width: 50%;
}
.access_area .access_left{
	padding-right: 8px;
}
.access_area .access_left li::before{
	content: "";
	background-color: #333;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	margin-right: 0.4em;
	display: inline-block;
	vertical-align: middle;
}
.access_area .access_right{
	margin-left: 8px;
}
.access_area .access_right iframe{
	width: 100%;
	height: 100%;
}