@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++

	common_sp.css

++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width : 768px){

body {
	position: static !important;
}

br {
	display: none !important;
}

br.sp {
	display: block !important;
}

.switch_pc {
	display: none;
}

.switch_sp {
	display: block;
}


/* ----------------------------------------
	global_navigation
---------------------------------------- */

#global_navigation {
	position: relative;
	z-index: 100;
}
#global_navigation img {
	max-width: 100%;
}
#global_navigation h1,
#global_navigation_inner>p {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 0 16px;
	background: #fff;
}
#global_navigation h1 a,
#global_navigation_inner>p a {
	display: block;
	width: 180px;
	margin: auto;
}

#gnav_list {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;
	background: #f7f7f7;
}
#gnav_list ul {
	width: 200%;
}
#gnav_list li {
	position: relative;
	float: left;
	width: 12.5%;
	height: 48px;
	vertical-align: top;
}

#gnav_list .current:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #1bbecc;
}   

#gnav_list li a {
	position: relative;
	z-index: 2;
	display: block;
	overflow: hidden;
	height: 100%;
	background: 50% 0 no-repeat;
	background-size: auto 49px;
	text-indent: -20000px;
}

#gnav_list .travel>a { background-image: url(../image_gNavi/gnav_travel_sp.png); }
#gnav_list .travel.on>a { background-image: url(../image_gNavi/gnav_travel_on_sp.png); }
#gnav_list .highway>a { background-image: url(../image_gNavi/gnav_highway_sp.png); }
#gnav_list .honda-car>a { background-image: url(../image_gNavi/gnav_honda-car_sp.png); }
#gnav_list .accessory>a { background-image: url(../image_gNavi/gnav_accessory_sp.png); }

#gnav_list li div {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: 1;
	width: 100%;
	border-bottom: solid 4px #1bbecc;
	transition: .2s;
}
#gnav_list li div:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -16px;
	z-index: 2;
	margin-left: -6px;
	border: solid 6px transparent;
	border-bottom: solid 4px #1bbecc;
	transition: .2s;
}
#gnav_list li ul {
	width: 100%;
}
#gnav_list li li {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	float: none;
	width: 100%;
	height: 56px;
	margin-bottom: -20px;
	background: #f7f7f7;
	transition: .2s;
}
#gnav_list li li+li {
	border-bottom: solid 1px #b3b3b3;
}
#gnav_list li li:nth-child(2) {
	bottom: 56px;
}
#gnav_list li li:nth-child(3) {
	bottom: 113px;
}
#gnav_list li li a {
	background-size: auto 56px;
}

#gnav_list .on div {
	visibility: visible;
	opacity: 1;
}
#gnav_list .on div:before {
	bottom: 0;
}
#gnav_list .on li {
	margin-bottom: 0;
}

#gnav_list .travel li a { background-image: url(../image_gNavi/gnav_travel_sub01_sp.png); }
#gnav_list .travel li:nth-child(2) a { background-image: url(../image_gNavi/gnav_travel_sub02_sp.png); }
#gnav_list .travel li:nth-child(3) a { background-image: url(../image_gNavi/gnav_travel_sub03_sp.png); }


/* ----------------------------------------
	contents_area
---------------------------------------- */

#contents_area {
	margin-bottom: 150px;
	padding-top: 94px;
	background: url(../image/contents_bg_sp.jpg) 0 94px no-repeat;
	background-size: 100%;
	font-size: 12px;
	line-height: 1.5;
}

.section,
.section_inner {
	position: relative;
}
.section+.section {
	margin-top: 30px;
}

.section_inner {
	margin: 0 15px;
}

.section h3 {
	margin-bottom: 15px;
	padding-left: 23px;
	background: 0 0 no-repeat;
	background-size: auto 18px;
	letter-spacing: .2em;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}
.section h4 {
	margin-bottom: 18px;
	letter-spacing: .2em;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

/* section_header
---------------------------------------- */

#section_header {
	padding-top: 20px;
	font-size: 12px;
	line-height: 1;
}
#section_header h2 {
	letter-spacing: .1em;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

#breadcrumb {
	display: none;
}

/* section_news
---------------------------------------- */

#section_news {
	padding: 20px 0;
	background: #f5f5f5;
}

#section_news .section_inner {
	padding: 20px;
	background: #fff;
}

#section_news li {
	line-height: 1.5;
}
#section_news li+li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #b1b2b3;
}
#section_news li a {
	display: block;
	color: inherit;
}
#section_news li a:before,
#section_news li>div:before,
#section_news li .date {
	float: left;
}
#section_news li a:before,
#section_news li>div:before {
	width: 64px;
	margin-right: 10px;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
	font-size: 11px;
}

#section_news .facility a:before,
#section_news .facility>div:before {
	content: '施設情報';
	background: #ff867c;
}

#section_news .other a:before,
#section_news .other>div:before {
	content: 'その他';
	background: #918f90;
}

#section_news li span {
	display: block;
}

#section_news li .date {
	max-width: 200px;
}

#section_news li .text {
	clear: both;
	padding-top: 10px;
	line-height: 1.7;
}

#section_news .dogrun .date {
	display: none;
}

#section_news .dogrun .text {
	padding-top: 0;
}

/* topics_list, section_related
---------------------------------------- */

.topics_list li {
	position: relative;
	padding-bottom: 35px;
	border: solid 1px #b1b2b3;
	letter-spacing: .075em;
	line-height: 1;
}
.topics_list li+li {
	margin-top: 7px;
}
#contents_area .topics_list a {
	display: block;
	color: inherit;
}
.topics_list li span {
	display: block;
	padding: 0 15px;
}

.topics_list li .photo {
	position: relative;
	padding: 0;
}
.topics_list li .photo:before,
.topics_list li .photo:after {
	content: '';
	position: absolute;
	z-index: 2;
	background: 50% 50% no-repeat;
	background-size: cover;
}
.topics_list li .photo:before {
	left: 0;
	bottom: 0;
	width: 56px;
	height: 21px;
}
.topics_list li .photo:after {
	right: 15px;
	top: 15px;
	width: 42px;
	height: 42px;
}
.topics_list li .photo img {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

.topics_list .area .photo:before { background-image: url(../image/icon_category_area.png); }
.topics_list .cars .photo:before { background-image: url(../image/icon_category_cars.png); }
.topics_list .drive .photo:before { background-image: url(../image/icon_category_drive.png); }
.topics_list .event .photo:before { background-image: url(../image/icon_category_event.png); }
.topics_list .item .photo:before { background-image: url(../image/icon_category_item.png); }
.topics_list .special .photo:before { background-image: url(../image/icon_category_special.png); }
.topics_list .travel .photo:before { background-image: url(../image/icon_category_travel.png); }
.topics_list .useful .photo:before { background-image: url(../image/icon_category_useful.png); }
.topics_list .new .photo:after { background-image: url(../image/icon_new.png); }

.topics_list li .category {
	padding-top: 14px;
	font-size: 11px;
	letter-spacing: .05em;
}

.topics_list .area .category { color: #46b359; }
.topics_list .cars .category { color: #9fb10a; }
.topics_list .drive .category { color: #ff7847; }
.topics_list .event .category { color: #5780d9; }
.topics_list .useful .category { color: #53a147; }
.topics_list .item .category { color: #a75dce; }
.topics_list .special .category { color: #04c28f; }
.topics_list .travel .category { color: #c4992f; }

.topics_list li .text {
	padding-top: 5px;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
}

.topics_list li .area,
.topics_list li .date {
	position: absolute;
	bottom: 15px;
	color: #b1b2b3;
	font-size: 10px;
}
.topics_list li .area {
	left: 15px;
	padding-left: 10px;
	background: url(../image/icon_topics_area.png) 0 50% no-repeat;
	background-size: 7px;
}

.topics_list li .date {
	right: 0;
}

/* section_related */

#section_related .section_inner {
	margin: 0 30px;
}

#section_related .topics_list li {
	padding: 0;
}

#section_related li .text {
	padding: 10px;
	color: inherit;
	font-weight: normal;
	font-size: 12px;
}


/* ----------------------------------------
	contents_footer_navigation
---------------------------------------- */

#contents_footer_navigation {
	position: relative;
	background: url(../image/footer_bg_pc.png) 50% 100% no-repeat #f5f5f5;
	background-size: 100%;
}
#contents_footer_navigation:before,
#contents_footer_inner:after {
	content: '';
	position: absolute;
	width: 100%;
}
#contents_footer_navigation:before {
	left: 0;
	bottom: 100%;
	height: 150px;
	background: 50% 50% no-repeat;
}

#contents_footer_inner {
	position: relative;
	padding-bottom: 20.625%;
}
#contents_footer_inner:after {
	bottom: 0;
	padding-top: 20.625%;
	background: url(../image/footer_dogs.png) 5px 100% no-repeat;
	background-size: 93.125%;
}

#footer_nav_list {
	border-bottom: solid 1px #b1b2b3;
}
#footer_nav_list a {
	display: block;
	position: relative;
	padding: 0 30px 0 20px;
	border-top: solid 1px #b1b2b3;
	letter-spacing: .2em;
	color: #8c8c8c;
	font-weight: bold;
	font-size: 13px;
	line-height: 50px;
}
#footer_nav_list a:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	width: 6px;
	height: 100%;
	background: url(../image/arrow_r.png) 0 50% no-repeat;
	background-size: 100%;
}
#footer_nav_list p+ul,
#footer_nav_list .footer_nav_list_sub {
	display: none;
}

#footer_logo {
	display: block;
	width: 179px;
	margin: 0 auto;
	padding-top: 35px;
}
#footer_logo img {
	max-width: 100%;
}

/* footer_breadcrumb
---------------------------------------- */

#footer_breadcrumb {
	display: none;
	padding: 0 20px;
	background: #22282d;
	text-align: left;
	color: #fff;
	font-size: 11px;
	line-height: 1;
}
#footer_breadcrumb ul {
	overflow-y: hidden;
	padding: 10px 0;
	white-space: nowrap;
	letter-spacing: -.4em;
}
#footer_breadcrumb li {
	display: inline-block;
	letter-spacing: 0;
}
#footer_breadcrumb li:after {
	content: '＞';
	margin: 0 10px 0 5px;
}
#footer_breadcrumb li:last-child:after {
	display: none;
}
#footer_breadcrumb a {
	color: inherit;
}


/* ----------------------------------------
	footer-sp
---------------------------------------- */

#footer-sp {
	padding-bottom: 50px;
}


/* ----------------------------------------
	btn_pagetop
---------------------------------------- */

.btn_pagetop {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	right: 20px;
	bottom: 88px;
	z-index: 10;
	width: 48px;
	height: 48px;
	background: url(../image/btn_pagetop.png) 50% 50% no-repeat;
	background-size: 100%;
	transition: .2s;
}

}