@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:100%;
	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;
	}
}
/*********************
	.about_wrap
*********************/
.about_wrap{
	width:96%;
	max-width:1120px;
	margin:0 auto;
	padding-bottom:100px;
}
.about_wrap .top_txt{
	width:100%;
	margin:0 auto;
	padding-bottom:40px;
}
.about_wrap .top_txt li{
	width:100%;
	margin:0 auto 50px;
	font-size:20px;
	line-height:1.6;
}
.about_wrap dl{
	width:100%;
	margin:0 auto 100px;
}
.about_wrap dt{
	width:100%;
	margin:0 auto 40px;
	padding:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:28px;
	line-height:1.6;
}
.about_wrap dd{
	width:100%;
	margin:0 auto;
	font-size:20px;
	line-height:1.6;
}

@media only screen and (max-width:767px) {
	.about_wrap{
		padding-bottom:50px;
	}
	.about_wrap .top_txt{
		padding-bottom:20px;
	}
	.about_wrap .top_txt li{
		margin:0 auto 30px;
		font-size:15px;
	}
	.about_wrap dl{
		margin:0 auto 50px;
	}
	.about_wrap dt{
		margin:0 auto 20px;
		padding:20px 0;
		font-size:16px;
	}
	.about_wrap dd{
		font-size:15px;
	}
}