#banner .inner{
	width: 900px;
}
#banner section{
	margin-bottom: 100px;
}
#banner section:last-child{
	margin-bottom: 0;
}

.fv{
	margin-bottom: 30px;
	text-align: center;
}
	.fv h2{
		font-size: 180%;
		line-height: 1.2em;
		letter-spacing: 4px;
		margin: 10px 0 0;
		font-weight:  700;
	}
.readText{
	font-size: 110%;
	line-height: 180%;
	letter-spacing: 2px;
	margin: 20px 0 50px;
}

.readText a,
#third li a{
	color: #801C24;
	font-weight: 700;
	text-decoration: underline;
	padding-right: 20px;
	background: url(images/icon_a.png) no-repeat right;
}
	
.titleSet{
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 50px;
}
	.titleSet::after{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #736357;
		margin-top: -14px;
	}
	.titleSet i{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 20px;
		margin:  auto;
		padding: 20px 10px;
		border-radius: 100%;
		font-size: 120%;
		font-style: normal;
		background: #736357;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 0;
	}
	.titleSet h3{
		font-size:150%;
		letter-spacing: 2px;
		line-height: 130%;
		display: inline-block;
		background: #FFFFFF;
	}
	.titleSet h3::after,
	.titleSet h3::before{
		display: inline-block;
		vertical-align:  middle;
	}
	.titleSet h3::after{
		content:"]";
	}
	.titleSet h3::before{
		content:"[";
	}
		.titleSet h3 span{
			background: #FFFFFF;
			display: inline-block;
			padding: 0 60px;
		}

#first table,
#first table th,
#first table td{
	font-size: 110%;
	background: 0;
	border: 0;
	width: auto;
	line-height: 160%;
}

span.arw{
	padding-left: 15px;
	background: url(../images/hdft/icon_link_arw.png) no-repeat left;
}

#second .days table{
	float: left;
	width: 48%;
}
#second .days table:first-child{
	margin-right: 4%;
}
	#second .days table th{
		color: #FFFFFF;
		background: url(../images/bg_slash_wt.png) #736357;
		text-align: center;
		border:solid 1px #BBB9B2;
		border-bottom:solid 1px #BBB9B2;
	}
	#second .days table td{
		text-align: center;
		border:solid 1px #BBB9B2;
		border-bottom:solid 1px #BBB9B2;
	}
	#second .days table tr td:nth-of-type(2){
		background: #F1F0EF;
	}

#third{
	
}
	#third ul li,
	#fifth ul li{
		margin-bottom: 10px;
	}


#sixth ul{
	text-align: center;
}
	#sixth ul li{
		width: 30%;
		text-align: left;
		font-size:  110%;
		line-height: 150%;
		display:  inline-block;
	}
		#sixth ul li i{
			float: left;
			margin-right: 10px;
			font-size: 110%;
			line-height: 160%;
		}
			#sixth ul li a{
				color: #801C24;
				font-weight: 700;
				text-decoration: underline;
			}



@media screen and (max-width: 736px) {

#banner .inner{
	width: auto;
}
	.titleSet {
    margin-bottom: 30px;
	}
	.titleSet h3 {
		margin-top: 10px;
	}
	.readText {

    margin: 20px 0 30px;
	}
	.titleSet h3 {
    font-size: 130%;
    letter-spacing: 1px;
	}
#banner section{
	margin-bottom: 50px;
}
.titleSet h3 span {
    background: #FFFFFF;
    display: inline-block;
    padding: 0 20px;
}
#first table th,
#first table td{
	display: block;
}
#first table th{
	background: #f2f2f2;
	border-bottom: solid 1px #e6e6e6;
}

#second .days table{
	float: none;
	width: auto;
}
#second .days table:first-child {
    margin-right: 0;
	margin-bottom: 20px;
}
#sixth ul li {
    width: auto;
    display: block;
	margin-bottom: 20px;
}

}