@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .gNavi01 a {
	border-bottom: 3px solid #FFF;
}

#main {
	margin-bottom: 0;
}

#main #trip {
	padding-top: 122px;
	margin: 0 auto 124px;
	width: 910px;
	letter-spacing: 2px;
}

#main #trip .tripTtl {
	float: left;
	width: 340px;
	color: #3f3f3f;
	font-size: 6em;
	font-weight: bold;
	text-align: center;
}

#main #trip .tripTtl img {
	margin: 17px auto 9px;
	display: block;
}

#main #trip .txtBox {
	margin-top: 60px;
	float: right;
	width: 500px;
}

#main #trip .txtBox p {
	margin-bottom: 26px;
	color: #3f3f3f;
	font-size: 1.8em;
	line-height: 1.3;
}


#main .mainImg02 {
	margin-bottom: 55px;
	border-top: #1d1d1d 1px solid;
	border-bottom: #1d1d1d 1px solid;
}

#main .mainImg02 img {
	width: 100%;
	height: auto;
}

#main .walking {
	position: fixed;
	right: 0;
	top: 100px;
	display: none;
}

#main .walking a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main #concept {
	margin: 0 auto;
	width: 988px;
}

#main #concept .headLine01 {
	margin-bottom: 55px;
}

#main #concept .imgBox {
	margin: 0 0 95px;
}

#main #concept .photoBox {
	padding: 97px 25px 0 15px;
	float: right;
}

#main #concept .txtBox {
	float: left;
	width: 550px;
}

#main #concept .txtBox .ttl {
	margin: 50px 0 15px 100px;
	position: relative;
	font-weight: bold;
}

#main #concept .txtBox .ttl .num {
	position: absolute;
	top: -50px;
	left: -100px;
	display: block;
	font-size: 5em;
	font-weight: normal;
	line-height: 1;
	background: url(../img/index/h3_bg01.png) no-repeat right 35px;
}

#main #concept .txtBox .ttl .txt {
	font-size: 2.05em;
	line-height: 1.4;
	background: url(../img/index/h3_bg02.png) repeat-x left bottom;
}

#main #concept .txtBox p {
	margin: 0 0 15px 105px;
	color: #1F1F1F;
	font-size: 2.2em;
	line-height: 2.1;
	letter-spacing: 2px;
}

#main #concept .txtBox .notes {
	margin-left: 100px;
	padding: 15px 32px;
	display: inline-block;
	color: #ff0000;
	font-size: 2.4em;
	letter-spacing: 2px;
	text-align: center;
	border: 2px solid #FF0000;
	border-radius: 30px;
}

#main #concept .imgBox01 {
	margin: 0 0 95px 15px;
}

#main #concept .imgBox01 .txtBox {
	float: right;
}

#main #concept .imgBox01 .photoBox {
	padding-top: 30px;
	float: left;
}

#main #concept .photoBox01 {
	padding-top: 80px;
}

#main #price {
	padding: 40px 0 162px;
	position: relative;
}

#main #price .bg {
	width: 100%;
	height: 340px;
	background: url(../img/index/price_bg.jpg) no-repeat center top;
	background-size: cover;
	position: absolute;
	top: 0;
	z-index: -1;
}

#main #price .headLine01 {
	margin-bottom: 50px;
	color: #FFF;
}

#main #price ul {
	margin: 0 auto 130px;
	width: 996px;
}

#main #price li {
	padding: 0 10px;
	width: 312px;
	float: left;
}

#main #price li a {
	padding: 50px 10px;
	display: block;
	position: relative;
	color: #FFF;
	height: 212px;
	text-align: center;
	border-radius: 100%;
	background-color: #FEAC00;
}

#main #price li:last-child a:before {
	margin-left: -19px;
	width: 39px;
	height: 37px;
	position: absolute;
	background: url(../img/index/img02.png) no-repeat;
	left: 50%;
	top: 10px;
	content: "";
}

#main #price li a:hover {
	background-color: #e39304;
}

#main #price li a:after {
	margin-left: -23px;
	width: 47px;
	height: 47px;
	position: absolute;
	background: #DF7B01 url(../img/common/icon01.png) no-repeat center center;
	left: 50%;
	bottom: 30px;
	border-radius: 100%;
	content: "";
}

#main #price li span {
	display: block;
}

#main #price li img {
	margin-bottom: 10px;
}

#main #price li .title {
	margin-bottom: 10px;
	font-size: 3em;
	font-weight: bold;
	line-height: 1.2;
}

#main #price li .price {
	font-size: 8em;
	line-height: 1;
}

#main #price li .price span {
	margin-right: 5px;
	display:  inline-block;
	font-size: 0.66em;
	vertical-align: middle;
}

#main #price li:nth-child(2) a {
	background-color: #FECCE9;
}

#main #price li:nth-child(2) a:hover {
	background-color: #ff94c5;
}

#main #price li:nth-child(2) a:after {
	background-color: #FC62D2;
}

#main #price li:nth-child(3) a {
	background-color: #46cdf5;
}

#main #price li:nth-child(3) a:hover {
	background-color: #0CECFC;
}

#main #price li:nth-child(3) a:after {
	background-color: #018DAF;
}

#main #price li:nth-child(3) a .price {
	font-size: 4.7em;
}

#main #price li:nth-child(3) a .price span {
	font-size: 0.73em;
}