@charset "UTF-8";
/* CSS Document */



/* --------------------------------------------------
ttl-page
-------------------------------------------------- */
/* ttl-page */
.ttl-page{
	background: url("../img/bg-ttl-free-wifi.jpg") center no-repeat;
	background-size: cover;
}

/* wifi-ttl */
.wifi-ttl{
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	padding-bottom: .4em;
	margin-bottom: 1em;
}
.wifi-ttl:after{
	content: "";
	display: block;
	position: absolute;
	width: 215px;
	height: 5px;
	margin: auto;
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	z-index: 0;
	background: #B9464A;
}


/* wifi-sttl */
.wifi-sttl{
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: .5em;
	border-left: 6px solid #B9464A;
	margin-bottom: 1em;
}

.wifi-sttl span{
	font-size: 1.5rem;
}


/* wifi-ssttl */
.wifi-ssttl{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
	/* wifi-ttl */
	.wifi-ttl{
		font-size: 2.2rem;
	}

	/* wifi-sttl */
	.wifi-sttl{
		font-size: 1.8rem;
	}
	/* wifi-ssttl */
	.wifi-ssttl{
		font-size: 1.5rem;
	}
}



/* sub-title */
.sub-title {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 5%;
}

.sub-title h3,
.sub-title p{
	display: table-cell;
	vertical-align: middle;
}

.sub-title h3 {
	font-size: 7.2rem;
	padding: 40px;
	font-weight: bold;
}

.sub-title h3 .title {
	position: relative;
	display: block;
	padding: 0;
	line-height: 1.1;
}

.sub-title h3 .txt {
	display: block;
	font-size: 1.6rem;
	line-height: 2.5;
	margin: 40px auto;
	max-width: 730px;
}

/* .sub-title p {
	width: 613px;
} */

@media screen and (max-width: 800px) {
	.sub-title{
		display: block;
	}
	.sub-title h3 {
		display: block;
		font-size: 2.4rem;
		padding: 1em 1%;
	}
	.sub-title h3 .title {
		margin-bottom: 1em;
	}
	.sub-title h3 .txt {
		max-width: none;
		margin: 0;
		line-height: 1.8;
	}
	.sub-title p {
		display: block;
		width: 100%;
	}
}

/* --------------------------------------------------
use-block
-------------------------------------------------- */
.use-block{
	margin-bottom: 5%;
}

/* use */
.use-block .list-3col.use{
	margin-bottom: 5%;
}
.use-block .list-3col.use li{
	width: 30.33%;
	background: #F3F3F3;
	padding: 5em 2em 2em;
	margin-top: 40px;
	margin-right: 4%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
	counter-reset: use-counter;
}
.use-block .list-3col.use li:nth-child(3n){
	margin-right: 0;
}
.use-block .list-3col.use li:before{
	content: "";
	display: inline-block;
	width: 4.2em;
	height: 4.2em;
	position: absolute;
	margin: auto;
	top: 0;
	right: 50%;
	transform: translate(50%,-50%);
	border-radius: 50%;
	background: #CA0011;
	z-index: 1;
}
.use-block .list-3col.use li:after{
	content: "2";
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	right: 50%;
	transform: translate(50%,-50%);
	border-radius: 50%;
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	z-index: 2;
}
.use-block .list-3col.use li:first-child:after{
	content: "1";
}
.use-block .list-3col.use li:last-child:after{
	content: "3";
}
.use-block .list-3col.use li .wifi-sttl{
	width: 100%;
	align-self: flex-start;
}
.use-block .list-3col.use figure{
	text-align: center;
	background: #fff;
	padding: 1em 3em;
	margin: 2em auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width: 800px) {
	.use-block .list-3col.use li{
		width: 100%;
		margin-right: 0;
	}
}

/* --------------------------------------------------
map-block
-------------------------------------------------- */
.map-block .list-2col.map{
	margin: 5% 0;
}
.map-block .list-2col.map li{
	width: auto;
}
.map-block .list-2col.map li p{
	font-weight: bold;
	line-height: 2;
}
.map-block .list-2col.map li p.btn-postmore a{
	width: 440px;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.map-block .list-2col.map li p.btn-postmore a{
		width: 100%;
		max-width: none;
	}
}