@charset "utf-8";

/*********************
	.container
*********************/
.container{
	width:100%;
	margin:0 auto 5px;
}

/*********************
	h2
*********************/
h2{
	width:100%;
	height:180px;
	background:url("/assets/img/bg_sunrisetours_ttl.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	position:relative;
	margin:0 auto 45px;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
h2 span{
	display:block;
	width:100%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-webkit- transform:translateY(-50%) translateX(-50%);
}
@media only screen and (max-width:767px) {
	h2{
		width:100%;
		height:90px;
		line-height:90px;
		background:url("/assets/img/bg_sp_sunrisetours_ttl.jpg");
		background-repeat:no-repeat;
		background-size:cover;
		background-position:50% 50%;
		position:relative;
		margin:0 auto 25px;
		font-size:20px;
		font-weight:bold;
		color:#fff;
		text-align:center;
	}
}


/*********************
	.box_ttl
*********************/
.box_ttl{
	width:96%;
	max-width:1120px;
	padding-left:40px;
	box-sizing:border-box;
	font-size:32px;
	font-weight:bold;
	margin:0 auto 40px;
	position:relative;
}
.box_ttl:before{
	display:block;
	content:"";
	width:20px;
	height:4px;
	background:#cb000c;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
}

@media only screen and (max-width:767px) {
	.box_ttl{
		font-size:20px;
		margin:0 auto 20px;
	}

}
/*********************
	.top_info_box
*********************/
.top_info_box{
	width:96%;
	max-width:1120px;
	margin:100px auto 40px;
}
.top_info_box dt{
	width:100%;
	margin:0 auto 30px;
	font-size:20px;
	font-weight:bold;
	color:#cb000c;
}
.top_info_box dd{
	width:100%;
	margin:0 auto;
	font-size:20px;
	line-height:1.6;
}
@media only screen and (max-width:767px) {
	.top_info_box{
		margin:50px auto 20px;
	}
	.top_info_box dt{
		font-size:19px;
	}
	.top_info_box dd{
		font-size:14px;
	}

}

/*********************
	.access_row
*********************/
.access_row {
	width: 50%;
	min-width: 500px;
	margin:20px auto;
}
.access_item {
	margin-bottom: 60px;
	text-align: center;
}
.access_item-s {
	width:60%;
	margin: 0 auto 60px;
}
@media only screen and (max-width:767px) {
	.access_row {
		width: 96%;
		min-width: auto;
	}

}