@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;
	}

}

/*********************
	.start_area
*********************/
.start_area{
	width:96%;
	max-width:1120px;
	background:#f5f5f5;
	border-radius:10px;
	margin:0 auto;
	padding:40px;
	box-sizing:border-box;
}
.start_area .ttl{
	width:98%;
	margin:0 auto 40px;
	font-size:30px;
	font-weight:bold;
}
.start_area ul{
	width:100%;
	margin:0 auto;
}
.start_area li{
	width:23%;
	float:left;
	margin:0 1% 20px;
}
.start_area li a{
	display:block;
	with:100%;
}
.start_area li a:hover dt{
	color:#cb000c;
	transition:.3s;
}
.start_area li a:hover dt span{
	background:#cb000c;
	transition:.3s;
}
.start_area dt{
	width:100%;
	margin:0 auto 10px;
	font-size:14px;
	font-weight:bold;
}
.start_area dt span{
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#fff;
	margin-right:0.5em;
	background:#000;
	border-radius:50%;
}
@media only screen and (max-width:767px) {
	.start_area{
		margin:0 auto 40px;
		padding:20px 5%;
	}
	.start_area .ttl{
		font-size:20px;
	}
	.start_area li{
		width:100%;
		float:none;
		background:#fff;
		padding:15px;
		box-sizing:border-box;
		margin:0 auto 15px;
	}
	.start_area dt{
		width:48%;
		float:left;
		margin:0;
		font-size:12px;
		position:relative;
		padding-left:25px;
		box-sizing:border-box;
		line-height:1.4;
	}
	.start_area dt span{
		display:block;
		width:18px;
		height:18px;
		line-height:18px;
		position:absolute;
		top:-1px;
		left:0;
	}
	.start_area dd{
		width:48%;
		float:right;
	}
}

/*********************
	.root_wrap
*********************/
.root_wrap{
	width:100%;
	max-width:1120px;
	margin:0 auto;
	min-height:3000px;
	padding-top:50px;
}
.root_wrap .ttl{
	width:100%;
	margin:0 auto;
	padding:30px 0 30px 40px;
	box-sizing:border-box;
	border-top:3px double #ccc;
	border-bottom:3px double #ccc;
	font-size:30px;
	font-weight:bold;
	color:#cb000c;
	position:relative;
}
.root_wrap .ttl span{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:21px;
	background:#cb000c;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
}

.root_wrap .root_area{
	width:100%;
	margin:0 auto 200px;
	display:none;
}
.root_wrap .root_area.root_a{
	display:block;
}
.root_area dl{
	width:100%;
	display:table;
	border-bottom:1px solid #ccc;
	padding:50px 0;
}
.root_area dt{
	display:table-cell;
	vertical-align:middle;
	
}
.root_area dd{
	display:table-cell;
	vertical-align:middle;
	width:53%;
}
.root_area .box_2 dd{
	width:68%;
}
.root_area dt .txt{
	width:100%;
	padding-right:5%;
	padding-left:35px;
	box-sizing:border-box;
	font-size:16px;
	line-height:1.6;
	position:relative;
}
.root_area dt .txt.txt_2{
	padding-left:50px;
}
.root_area dt .txt span{
	font-size:28px;
	position:absolute;
	top:-8px;
	left:0;
}
.root_area .start_box dt .txt{
	font-size:18px;
	font-weight:bold;
	margin:0 auto 20px;
	padding-left:0;
	padding-top:0;
}

.root_area .start_box dt .btn_pdf{
	width:302px;
}
.root_area .start_box dt .btn_pdf a{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	border:1px solid #cb000c;
	text-align:center;
	color:#cb000c;
	font-weight:bold;
	position:relative;
}
.root_area .start_box dt .btn_pdf a:after{
	display:block;
	content:">";
	width:15px;
	height:15px;
	line-height:15px;
	position:absolute;
	right:10px;
	top:0;
	bottom:0;
	margin:auto 0;
}
.root_area .start_box dt .btn_pdf a:hover{
	color:#fff;
	background:#cb000c;
	transition:.3s;
}
.root_area dd.iframe_wrap{
	position:relative;
	padding-top:35.714%;
}
.root_area dd.iframe_wrap iframe{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
@media only screen and (max-width:767px) {
	.root_wrap{
		margin-top:-50px;
		padding-top:50px;
	}
	.root_wrap .ttl{
		padding:20px 0 20px 40px;
		border:0;
		font-size:20px;
		background:#f5f5f5;
	}
	.root_wrap .root_area{
		margin:0 auto 100px;
	}
	.root_area dl{
		display:block;
		width:90%;
		margin:0 auto;
		padding:20px 0;
	}
	.root_area dt{
		display:block;
		width:100%;
		margin:0 auto 10px;
	}
	.root_area dd{
		display:block;
		width:100%;
		margin:0 auto;
	}
	.root_area .box_2 dd{
		width:100%;
	}
	.root_area dt .txt{
		padding-right:0;
		font-size:14px;
		margin:0 auto;
		padding-left:25px;
		
	}
	.root_area dt .txt.txt_2{
		padding-left:35px;
	}
	.root_area dt .txt span{
		font-size:22px;
		top:-6px;
	}
	.root_area .start_box dt .btn_pdf{
		width:90%;
		margin:0 auto;
	}
	.root_area .start_box dt .btn_pdf a{
		font-size:15px;
	}
	.root_area dd.iframe_wrap{
		padding-top:66.666%;
	}
}