@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

/* --------------------------------
	areaのSP用のCSSです。
-------------------------------- */
.st2-contents-wrapper {
	margin-bottom: 20px;
}
#PageHeader {
	margin: 0px 5px 15px;
	color: #4d4d4d;
}
#PageHeader h1 {
	margin: 0 0 5px;
	font-size: 1.6rem;
}
#PageHeader .sec-lead {
	font-size: 1rem;
}

.themeA {
	position: relative;
	color: #4d4d4d;
	margin: 15px 10px 5px 10px;
}
#MainBlock {
	margin-top: 20px;
}

/* --------------------------------
エリアで絞り込む
--------------------------------*/
/*タブ切り替え全体のスタイル*/
.tab_area {
	background-color: #fff;
	margin: -10px 0px 0px;
	box-sizing: border-box;
}
.tab_area img {
	width: 100%;
}

/* --------------------------------
.hotel_guide
-------------------------------- */
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.themeA h2 {
	font-size: 1.5em;
	padding: 2px 5px 12px;
	color: #fff831;
	font-family: "Zen Old Mincho", serif;
	background: url(../image/biz_title00.jpg) right / cover no-repeat;
	margin: -5px -6px 0px -6px;
}

/*.business_charm {
	margin: 15px 10px 5px 10px;
}*/

.business_charm img.photo02 {
	float: left;
	margin: 2px 15px 5px 0;
	width: 36%;
}
img.photo01 {
	float: right;
	margin: 0 5px 0px 15px;
	width: 36%;
}

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 20px;
	box-shadow: inset 1px 1px 9px 4px #dcdcdc, 4px 4px 8px rgba(255, 255, 255, 0.8) inset;
}
.point_sample table {
width: 80%;
    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: 15px 6px 15px 6px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	border-radius: 10px;
}

.businessTickets ul {
	float: left;
	margin: 0 5px;
	padding: 0;
	background-color: #284A78;
	overflow: hidden;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
}
.businessTickets ul li {
	text-align: center;
}

.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;
	text-align: left;
}
.businessTickets ul li.ticket a {
	display: block;
	text-decoration: none;
	padding: 7px 10px 3px 10px;
}
b {
	color: #ff0000;
}

.businessTickets ul li.ticket img {
	margin: 0 10px 10px 0;
	float: left;
	overflow: auto;
}

#businessPoints {
	background-color: #284A78;
	padding: 5px 6px 15px 6px;
	margin: 0px 10px 25px 10px;
	overflow: hidden;
	border-radius: 10px;
}
#businessPoints h2 {
	font-size: 1.5em;
	padding: 12px 20px 0px;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	background-image: url(/special/business_class/image/business_bg02.png);
	margin: -5px -6px 0px -6px;
	background-size: cover;
	background-repeat: no-repeat;
	height: 85px;
	background-position: top right;
	line-height: 1.3;
}
#businessPoints ul {
	margin: -20px 10px 10px;
	overflow: hidden;
}
#businessPoints ul li {
	box-sizing: border-box;
	margin: 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);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	background-size: cover;
}
#businessPoints ul li img {
	margin: 5px 10px 5px 0px;
	max-width: 30%;
}
#businessPoints ul li div {
	text-align: left;
}
#businessPoints ul li div h3 {
	font-size:14px;
}

