/*�@home �ǉ�CSS�@*/

.fl_l {
	float:left;
}
.fl_r {
	float:right;
}
#main {
    background: url(/s/common/images/bg_main.png) repeat left top;
}

.view_content {
	position: relative;
}
.view_content img {
	height: 100%;
	width: 100%;
}

.view_content .visual_txt {
	max-width: 600px;
	margin: 0 auto;
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	text-align: center;
}
.view_content .visual_txt h2 {
	font-size: 2.6rem;
	color: #ffffff;
	text-shadow: 3px 3px 6px #000;
	font-weight: bold;
	z-index: 40 !important;
}

.view_content .visual_txt p {
	font-size: 2.0rem;
	color: #ffffff;
	text-shadow: 3px 3px 6px #000;
	font-weight: normal;
	z-index: 40 !important;
}

.view_content ul.nav_linkList {
    max-width: 60%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    overflow: hidden;
}
#main .view_content ul.nav_linkList li {
    width: 45%;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    float: left;
}
#main .view_content ul.nav_linkList li:nth-child(odd) {
	margin-right: 10%;
}
#main .view_content ul.nav_linkList li a {
    display: block;
    /* width: 100%; */
    padding: 70% 2% 10%;
    color: #ffffff;
    opacity: 1.0 !important;
}

#main .view_content ul.nav_linkList li.nav_linkSight {
	background: url(/s/common/images/nav_sightseeing_off.png) center 30% no-repeat #f59812;
	background-size: 40%;
}
#main .view_content ul.nav_linkList li.nav_linkCar {
	background: url(/s/common/images/nav_lentcar_off.png) center 30% no-repeat #f59812;
	background-size: 60%;
}


.recommend {
	margin: 0;
}
.recommend h3 {
	padding: 20px 0 0;
	margin: 0 0 20px;
	background: url(/s/common/images/line_solid_r.png) top left no-repeat;
	color: #d50f1d;
	font-size: 2.4rem;
	font-weight: bold;
}

.recommend .recommend_box {
	position:relative;
	margin-bottom: 20px;
}

.recommend_box img.cateImg {
	position: absolute;
	top: 0;
	left: 0;
}
.title_area {
    width: 100%;
    height: 60px;
    display: table;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 14px;
}
.title_area p {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.7rem;
	color: #FFF;
	text-align: center;
}

.title_area p.title_min {
	padding: 6px 0 6px;
	line-height: 24px;
}
.title_area p.title_min span {
	font-size: 1.5rem;
}


#pageModal ul {
	padding: 0;
}

.foot_mainLink {
    margin-bottom: 15px;
}
.foot_mainLink ul.nav_link {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}
.foot_mainLink ul.nav_link li {
    width: 100%;
    margin-bottom: 6%;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
	text-indent: 4rem;
}
.foot_mainLink ul.nav_link li a {
    display: block;
	padding: 8%;
    color: #ffffff;
    opacity: 1.0 !important;
}
.foot_mainLink ul.nav_link li.nav_linkSight {
	background: url(/s/common/images/nav_sightseeing_off.png) 32% center no-repeat #f59812;
	background-size: 10%;
}
.foot_mainLink ul.nav_link li.nav_linkCar {
	background: url(/s/common/images/nav_lentcar_off.png) 30% center no-repeat #f59812;
	background-size: 15%;
}

.foot_mainLink ul.area_link {
	margin: 7% 0 5%;
	padding: 0;
	background-color: #f3fcff;
}
.foot_mainLink ul.area_link p {
	margin: 0;
	padding-left: 1.5rem;
	background-color: #2068b7;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	text-align:left;
}
.foot_mainLink ul.area_link li {
	border-bottom: 2px dotted #666;
}
.foot_mainLink ul.area_link li a {
	padding: 25px;
	font-size: 18px;
	display: block;
}
.foot_mainLink p.pv_nav a {
    display: block;
    width: 75%;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 7rem;
    color: #000000;
    text-align: center;
    text-decoration: none;
    background: url(/s/common/images/ico_pc.png) no-repeat 30% center #ffffff;
    background-size: 6%;
    border: 2px solid #92979A;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-indent: 5rem;
}
a:visited {
    color: #2067B7;
}
ul li{
	list-style-type: none;
}

/*�@home �ǉ�CSS�@*/



img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
header {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
header h1 {
	float: left;
	width: 80px;
}
header h1 img {
	width: 100%;
}
header .header_t ul {
	display:none;
}
header .header_t .sp_btn {
	display:block;
	width:45px;
	height:33px;
	float:right;
}
header ul {
	float: right;
}
header .header_b {
	display: none;
}

#main {
	background: url(/s/common/images/bg_main.png) repeat left top;
}
#main .content_box {
	max-width: 640px;
  margin: 0 auto;
	padding: 30px 10px 0;
}
#main .content_box .sns_area {
	display: none;
}
#main .page_top {
    text-align: right;
    margin: 0 20px -25px 0;
}
#main .page_top p a .sp_tbtn {
	display: block;
	text-align: right;
	margin: 0 0 0 auto;
}
footer .foot_cotent {
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
}
footer .foot_cotent .company_link {
	padding: 15px 10px;
}
footer .foot_cotent .company_link li {
	float: left;
}
footer .foot_cotent .company_link li a {
	background: url(/s/common/images/ic_arr.png) no-repeat left center;
	background-size:4px 5px;
	color: #1460ba;
	padding-left: 7px;
	font-size: 1.2rem;
}
footer .foot_cotent .company_link li:first-child {
	padding-right: 15px;
}
footer .copy_right {
	padding: 10px 0;
	text-align: center;
	background-color: #f0f0f0;
}
