@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : wifi.css
 author     : Ability Consultant
 style info : Wi-Fi接続サービスのご案内 | 休暇村キャンペーンSP
=================================================================== */
.con_wifi {
	width: 95%;
	margin: auto;
}

.con_wifi:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* font-awesome */
h3 {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	padding: 0;
	text-align: left;
	font-weight: normal;
	color: inherit;
	margin: 0;
}
h3 span {
	padding: 0;
	border-top: none;
	display: inline;
	width: auto;
}

h4 {
	color: inherit;
	font-weight: normal;
	margin: 0;
}
h4 i {
	color: inherit;
	margin: 0;
	border-top: none;
}

/* -----------------------------------------------------------
.wifi
----------------------------------------------------------- */
.wifi .img_main {
	margin-bottom: 1em;
}
.wifi .img_main img {
	width: 100%;
}

/* -----------------------------------------------------------
.con_wifi
----------------------------------------------------------- */
.con_wifi {
	margin-bottom: 3em;
}
.con_wifi .box_txt .st {
	font-size: 146%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	padding: 0.5em 30px;
	background: #f8f5ec;
	margin-bottom: 1em;
}
.con_wifi .box_txt .st:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #393939;
}
.con_wifi .box_txt .txt {
	font-size: 110%;
	margin-bottom: 2em;
}
.con_wifi .box_txt .txt.intro {
	position: relative;
	padding-bottom: 4em;
}
.con_wifi .box_txt .txt.intro:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 43.05556%;
	height: 300px;
	background: url(../../campaign/wifi/images/img_intro.png) right bottom no-repeat;
	background-size: contain;
}
.con_wifi .box_txt .txt span {
	color: #c00d0d;
	font-size: 119%;
}
.con_wifi .box_txt .txt_att li {
	position: relative;
	padding-left: 1.3em;
}
.con_wifi .box_txt .txt_att li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.tbl_wifi {
	table-layout: fixed;
	width: 100%;
}
.tbl_wifi th {
	background: #f8f5ec;
}
.tbl_wifi th:first-child {
	width: 35%;
}
.tbl_wifi td {
	background: #fff;
	font-weight: bold;
}
.tbl_wifi td.tbl {
	padding: 16px 10px 0px;
}
.tbl_wifi th, .tbl_wifi td {
	border: 1px solid #cfcdcd;
	padding: 8px 10px;
	text-align: center;
	font-size: 91%;
}
