@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

/* --------------------------------
	areaのPC用のCSSです。
-------------------------------- */
.st2-contents-wrapper {
	margin-bottom: 30px;
}
#USER_contents {
	width: 960px;
	margin: auto;
	color: #4d4d4d;
}

#PageHeader h1 {
	font-size: 20px;
	font-weight: bold;
}


#MainBlock {
	margin-top: 20px;
	padding: 30px 0;
	/*text-align: center;*/
	background: #dff3fb;
}
#SearchForm {
	margin: auto;
}

.themeA {
	position: relative;
	clear:both;
}

/* --------------------------------
メイン画像
--------------------------------*/
.tab_area {
	background-color: #fff;
	width: 100%;
	margin: 5px 0px 21px 0px;
	box-sizing: border-box;
	border-collapse: collapse;
}

/* --------------------------------
.hotel_guide
-------------------------------- */
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.themeA h2 {
	font-size: 1.4em;
	padding: 5px 20px 17px;
	color: #fff831;
	font-family: "Zen Old Mincho", serif;
	background-image: url(/special/business_class/image/biz_title00.jpg);
	/*margin: -5px -6px 0px -6px;*/
	font-weight: bold;
}

.business_charm img.photo02 {
	float: left;
	margin: 0px 15px 15px 0;
}

p img.photo01 {
	float: right;
	margin: 0 0 15px 15px;
}

div.business_point {
	width: 80%;
	margin: 0 auto 20px;
}
div.business_point h3 {
	font-size: 1.1em;
	color: #467bbb;
}
div.business_point p {
	font-size: 0.9em;
}
.point_sample {
	        margin: 10px;
        text-align: center;
        padding: 20px 40px;
	box-shadow: inset 1px 1px 9px 4px #dcdcdc, 4px 4px 8px rgba(255, 255, 255, 0.8) inset;
}
.point_sample table {
width: 400px;
    margin: auto;
    font-weight: bold;
    color: #ff0000;
    margin-top: 10px;
}

.position {
	text-align: right;
	border-bottom: 2px solid #dcdcdc;
	font-size: 0.9em;
	padding-right: 10px;
	margin-bottom: 10px;
}

.businessTickets div {
	background-color: #284A78;
	padding: 5px 6px 15px 6px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	border-radius: 10px;
	clear: both;
}
.businessTickets p {
	margin-top: 10px;
}

.businessTickets ul {
	float: left;
	margin: 0 15px;
	padding: 0;
	background-color: #284A78;
	overflow: hidden;
}

.businessTickets ul li.ticket {
	background: url(/special/business_class/image/business_ticket.jpg) top left repeat-x;
	margin: 10px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 120%;
	overflow: hidden;
}
.businessTickets ul li.ticket a {
	display: block;
	text-decoration: none;
	padding: 7px 10px 3px 10px;
}

.businessTickets ul li.ticket img {
	margin: 0 10px 10px 0;
	float: left;
	overflow: auto;
}

#businessPoints {
	background-color: #284A78;
	padding: 5px 15px 15px 15px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	border-radius: 10px;
}
#businessPoints h2 {
	font-size: 25px;
	padding: 20px 20px 0px;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	background-image: url(/special/business_class/image/business_bg02.png);
	margin: -5px -16px 0px -16px;
	font-weight: bold;
	height: 85px;
}
#businessPoints ul {
	margin: 15px 0px;
	width: -moz-calc(100% + 15px);
	width: -webkit-calc(100% + 15px);
	width: calc(100% + 15px);
	overflow: hidden;
}
#businessPoints ul li {
	width: -moz-calc((100% / 5) - 15px);
	width: -webkit-calc((100% / 5) - 15px);
	width: calc((100% / 5) - 15px);
	float: left;
	box-sizing: border-box;
	margin: 0 15px 10px 0;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	border: 2px solid;
	padding:10px;
	background-image: url(/special/business_class/image/business_btn_back.png);
	line-height: 1.5;
	background-size: cover;
	background-repeat: no-repeat;
}
#businessPoints ul li img {
	margin:5px 0px 15px;
}
#businessPoints ul li div {
	text-align: left;
}
#businessPoints ul li div h3 {
	font-size:14px;
	font-weight: bold;
}
#businessPoints ul li div p {
	font-size:12px;
}


