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


/*すべて
------------------------------*/
#main {
	width:830px;
	margin-right:auto;
	margin-left:auto;
}
/*コンテンツ
------------------------------*/

#contents_right {
	float:right;
	width:750px;
}


/*main
------------------------------*/
.copytext {
	font-size:30px;
	font-weight:normal;
	color:#CC6600;
	margin-bottom:15px;
	padding-bottom:5px;
	margin-top: 15px;
}

#tour_rap {
	padding-bottom: 50px;
	margin-bottom:15px;
	background: #FFF;
}

#course_title {
	border-top:2px solid #cccccc;
	padding:10px;
	margin-bottom:10px;
}

#title {
	border-bottom:1px solid #DCDCDC;
	margin-bottom:10px;
	padding-bottom:5px;
}

#inner_rap {
	width:645px;
	margin:0 auto 15px;
} 

.price {
	font-size:2em;
	font-weight:bold;
	color:#CC0000;
	margin-bottom:10px;
	margin-top: 15px;
}

#price2 {
	font-size:1em;
	font-weight:bold;
	color:#CC0000;
	margin-bottom:10px;
}

#inner_rap ul {
	margin:0 0 10px;
	padding:0;
	list-style-type:none;
}

#inner_rap ul li {
	padding-left:15px;
	list-style-type:disc;
	list-style-position:inside;
}

#fuzoku_icon img {
	margin-right: 5px;
}

.shuttle_img {
	float: left;
} 

.shuttle_wrap {
	width: 780px;
	margin: 10px auto 30px;
	border: 2px solid #dc143C;
	box-sizing: border-box;
	font-size: 14px;
} 

.shuttle_wrap h4 {
	background: #dc143C;
	font-size: 24px;
	color: #FFFFFF;
	padding: 20px 0;
}

.shuttle_wrap .inner {
	padding: 10px 20px;
}

.shuttle_wrap .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #dc143C;
}

.shuttle_wrap .inner ul li {
	padding: 0 0 0 1.2em;
	position: relative;
	line-height: 180%;
	margin: 5px 0;
}

.shuttle_wrap .inner ul li::before {
	content: "★";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.shuttle_wrap .inner ul li > ul {}
.shuttle_wrap .inner ul li > ul li {}


.shuttle_wrap p {
	color: #dc143C;
	line-height: 2.0em;
}






.btn_submit {
	text-align: center;
}

.btn_submit a {
	text-align:center;
	padding: 20px 80px;
	display: inline-block;
	background: #C00;
	font: bold 24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
}

.btn_submit a:before {
	font-family: FontAwesome;
	content : "\f138";
	margin:0 0.5em 0 0;
	font-size: 0.9em;
	font-weight: normal;
}

.btn_submit a:hover {
	background: #900;
	text-decoration: none;

}

.btn_submit a:hover:before {
	margin:0 0.4em 0 0.1em;
}

/*.btn_submit a,
.btn_submit a:hover,
.btn_submit a:before,
.btn_submit a:before:hover {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
*/

.btn_submit * {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}




.btn_end {
	display: inline-block;
	background: #C00;
	border: 1px solid #360F10;
	font: bold 1.8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	padding: 5px 30px;
}


.attention {
	width: 760px;
	margin: auto auto 30px;
	background: #dc143C;
	padding: 15px 5px;
	box-sizing: border-box;
	color: #FFF;
	text-align: center;
	font-size: 1.4em;
}

.attention .ttl {}

.attention .tel {
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin-bottom: 10px;
}

.attention .tel:before {
	font-family: FontAwesome;
	content : "\f098";
	margin-right: 0.2em;
}

.attention .tel span {
	font-size: 0.6em;
}

.attention .dtl {
}

