@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/dog/travel/map/ for PC

++++++++++++++++++++++++++++++++++++++++ */

@media print, screen and (min-width: 769px){

#contents_footer_navigation:before {
	background-image: url(../image/footer_dog.jpg);
}


/* ----------------------------------------
	section_main
---------------------------------------- */

#section_main h3 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	padding-left: 50px;
	background-image: url(../image/icon_map.png);
	background-size: contain;
	line-height: 33px;
}

#map_wrap {
	position: relative;
	z-index: 1;
	padding-top: 50px;
}

#map_num {
	position: absolute;
	right: 340px;
	top: 12px;
}
#map_num span {
	font-size: 150%;
}

#map {
	width: 830px;
	height: 422px;
	border: solid 1px #ccc;
}
	
/* Custom Window
---------------------------------------- */

#map .mk {
	display: none;
	position: absolute;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#map .mk>a {
	display: block;
	color: #000;
}
#map .mk>a:hover {
	opacity: 1;
}
#map .mk>a>div {
	width: 226px;
	padding: 5px 10px;
	border: solid 2px #fd6801;
	border-radius: 8px;
	background: #fff;
	background: rgba(255,255,255,.9);
	-ms-word-break: break-all;
	word-break: break-all;
	transition: .2s;
}
#map .mk>a>div:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: solid 10px transparent;
	border-top: solid 16px #fd6801;
	border-bottom-width: 0;
}
#map .mk>a>div>div:before,
#map .mk b {
	display: inline-block;
	vertical-align: middle;
}
#map .mk>a>div>div:before {
	content: '';
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background: 50% 50% no-repeat;
	background-size: contain;
}
#map .mk b {
	width: 190px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
}
#map .mk address {
	margin-top: 5px;
	font-style: normal;
	font-size: 11px;
}
#map .mk address span {
	display: block;
}

#map .mk .close {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 18px;
	padding-bottom: 2px;
	border: solid 2px #fd6801;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

#map .mk>a:hover>div,
#map .mk .close:hover {
	color: #fff;
}

/* Color, Icon */

#map .mk>.hotel>div,
#map .mk .close.hotel { border-color: #91c724; }
#map .mk>.hotel>div:after { border-top-color: #91c724; }
#map .mk>.hotel:hover>div,
#map .mk .close.hotel:hover { background: #91c724; }
#map .mk>.hotel>div>div:before { background-image: url(../image/icon_category_hotel.png); }

#map .mk>.cafe>div,
#map .mk .close.cafe { border-color: #ff9c45; }
#map .mk>.cafe>div:after { border-top-color: #ff9c45; }
#map .mk>.cafe:hover>div,
#map .mk .close.cafe:hover { background: #ff9c45; }
#map .mk>.cafe>div>div:before { background-image: url(../image/icon_category_cafe.png); }

#map .mk>.shop>div,
#map .mk .close.shop { border-color: #a858ad; }
#map .mk>.shop>div:after { border-top-color: #a858ad; }
#map .mk>.shop:hover>div,
#map .mk .close.shop:hover { background: #a858ad; }
#map .mk>.shop>div>div:before { background-image: url(../image/icon_category_shop.png); }

#map .mk>.dogrun>div,
#map .mk .close.dogrun { border-color: #f2617c; }
#map .mk>.dogrun>div:after { border-top-color: #f2617c; }
#map .mk>.dogrun:hover>div,
#map .mk .close.dogrun:hover { background: #f2617c; }
#map .mk>.dogrun>div>div:before { background-image: url(../image/icon_category_dogrun.png); }

#map .mk>.complex>div,
#map .mk .close.complex { border-color: #5fa4de; }
#map .mk>.complex>div:after { border-top-color: #5fa4de; }
#map .mk>.complex:hover>div,
#map .mk .close.complex:hover { background: #5fa4de; }
#map .mk>.complex>div>div:before { background-image: url(../image/icon_category_complex.png); }

/* map_info
---------------------------------------- */

#map_info {
	position: absolute;
	right: -4px;
    top: 50px;
	box-sizing: border-box;
	background: #f2f2f2;
	padding-top: 14px;
}

.map_nav_title {
	color: #1cbecd;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.map_nav_title:before {
	content: "";
	position: absolute;
	background-color: #1cbecd;
	height: 6px;
    width: 152px;
    top: -15px;
    left: 0px;
}

#map_nav {
	left: 0;
	top: 0;
	overflow: hidden;
	box-sizing: border-box;
	padding: 7px 5px 0 0;
	white-space: nowrap;
	letter-spacing: -.4em;
}
#map_nav li {
	width: 140px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 5px;
	vertical-align: top;
	letter-spacing: -0.06em;
	line-height: 1.2;
}
#map_nav li a {
	display: flex;
    align-items: center;
    position: relative;
    padding: 23px 0 19px 54px;
    height: 16px;
	border-radius: 10px;
	background: 50% 6px no-repeat #fff;
	background-size: 34px;
	background-position: left 12px bottom 11px;
	color: inherit;
	cursor: pointer;
}
#map_nav li a span {
	content: '';
	display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}
#map_nav li a:hover {
	opacity: 1;
}
#map_nav li a:hover:before {
	opacity: .2;
}

#map_nav .on a:hover:before {
	opacity: 0;
}

#map_nav .off {
	opacity: .2;
}
#map_nav .off a {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	cursor: default;
}
#map_nav .off a:before,
#map_nav .off a:hover:before {
	opacity: 0;
}



#map_nav .all a {
	background-image: url(../image/icon_category_all.png);
	color: #1cbecd;
}

#map_nav .dogrun a {
	background-image: url(../image/icon_category_dogrun.png);
	color: #f2617c;
}

#map_nav .hotel a {
	background-image: url(../image/icon_category_hotel.png);
	color: #91c724;
}

#map_nav .cafe a {
	background-image: url(../image/icon_category_cafe.png);
	color: #ff9c45;
}

#map_nav .complex a {
	background-image: url(../image/icon_category_complex.png);
	color: #5fa4de;
}

#map_nav .shop a {
	background-image: url(../image/icon_category_shop.png);
	color: #a858ad;
}

/* クリック時 */
#map_nav .on {
	width: 145px;
    margin-left: 0;
}
#map_nav .on a {
	border-radius: 0 10px 10px 0;
	color: #fff;
}
#map_nav .on.all a {
	background-color:#1cbecd;
	background-image: url(../image/icon_category_all_on.png);
}
#map_nav .on.dogrun a {
	background-color:#f2617c;
	background-image: url(../image/icon_category_dogrun_on.png);
}
#map_nav .on.hotel a {
	background-color:#91c724;
	background-image: url(../image/icon_category_hotel_on.png);
}
#map_nav .on.cafe a {
	background-color:#ff9c45;
	background-image: url(../image/icon_category_cafe_on.png);
}
#map_nav .on.complex a {
	background-color:#5fa4de;
	background-image: url(../image/icon_category_complex_on.png);
}
#map_nav .on.shop a {
	background-color:#a858ad;
	background-image: url(../image/icon_category_shop_on.png);
}



#map_list {
	overflow-x: hidden;
	height: 100%;
}
#map_list li {
	display: table;
	width: 100%;
	height: 50px;
}
#map_list li+li {
	border-top: solid 1px #ccc;
}

#map_list .cat_top {
	border-top: 0;
}

#map_list .on {
	background-color: #fec;
}

#map_list li a {
	display: table-cell;
	padding: 0 30px 0 60px;
	background: 15px 50% no-repeat;
	background-size: 30px;
	vertical-align: middle;
	color: inherit;
	cursor: pointer;
}

#map_list .dogrun a { background-image: url(../image/icon_category_dogrun.png); }
#map_list .hotel a { background-image: url(../image/icon_category_hotel.png); }
#map_list .cafe a { background-image: url(../image/icon_category_cafe.png); }
#map_list .complex a { background-image: url(../image/icon_category_complex.png); }
#map_list .shop a { background-image: url(../image/icon_category_shop.png); }

/* all, odekake
---------------------------------------- */


/* ----------------------------------------
	section_recommend
---------------------------------------- */

#section_recommend h3 {
	width: 205px;
	margin: 0 auto 50px;
	padding: 0;
}
#section_recommend h3 img {
	display: block;
}




/* 吹き出し部分 */

#map .gm-svpc img {
max-width: inherit;
}
#map .gmap-info-container {
padding-bottom: 30px;
padding-left: 3px;
position: relative;
}
#map .gmap-info-container .gmap-info_content {
border: solid 2px;
border-radius: 13px;
width: 303px;
position: relative;
}
#map .gmap-info-container .gmap-info_content a {
padding-top: 25px;
display: block;
border-radius: 10px;
font-size: 13px;
position: relative;
}
#map .gmap-info-container .gmap-info_content a:hover {
opacity: 1 !important;
}
#map .gmap-info-container .gmap-info_content a:before {
position: absolute;
bottom: -22px;
left: 140px;
content: "";
border-top: 10px solid;
border-bottom: 10px solid transparent;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
z-index: 10;
}
#map .gmap-info-container .gmap-info_content a:after {
position: absolute;
bottom: -18px;
left: 141px;
content: "";
border-top: 9px solid #fff;
border-bottom: 9px solid transparent;
border-right: 9px solid transparent;
border-left: 9px solid transparent;
z-index: 10;
}
#map .gmap-info-container .gmap-info_content figure {
display: flex;
background-color: #fff;
border-radius: 0 0 11px 11px;
padding: 12px;
position: relative;
}
#map .gmap-info-container .gmap-info_content figure:before {
content: "";
position: absolute;
top: -21px;
left: 16px;
}
#map .gmap-info-container .gmap-info_content figure img {
width: 140px;
height: 100px;
}
#map .gmap-info-container .gmap-info_content figcaption {
color: #000;
margin-left: 13px;
width: 126px;
font-size: 15px;
}
#map .gmap-info-container .gmap-info_content figcaption:before {
content: "この施設の詳細";
font-size: 13px;
position: absolute;
bottom: 10px;
right: 27px;
text-decoration: underline;
z-index: 10;
}
#map .gmap-info-container .gmap-info_content figcaption:after {
content: "";
position: absolute;
bottom: 17px;
right: 15px;
display: block;
width: 5px;
height: 5px;
border-top: 2px solid;
border-left: 2px solid;
transform: rotate(135deg);
}
#map .gmap-info-container .gmap-info-buttonToClose {
position: absolute;
left: 290px;
top: -6px;
width: 24px;
height: 24px;
padding: 0;
border: solid 2px;
border-radius: 24px;
background: #fff;
text-align: center;
text-decoration: none;
font-weight: bold;
transition: 0.2s;
cursor: pointer;
}
#map .gmap-info-container .gmap-info-buttonToClose:before {
content: "";
position: absolute;
top: 5px;
right: 5px;
background-image: url("/dog/travel/image/icon_close_black.svg");
background-size: 10px 10px;
width: 10px;
height: 10px;
}
#map .gmap-info_content-cafe.gmap-info_content {
border: solid 2px #ff9d45;
}
#map .gmap-info_content-cafe.gmap-info_content a {
background-color: #ff9d45;
}
#map .gmap-info_content-cafe.gmap-info_content a:hover:after {
border-top: 9px solid #ffecda;
}
#map .gmap-info_content-cafe.gmap-info_content a:hover figure {
transition: 0.2s;
background-color: #ffecda;
}
#map .gmap-info_content-cafe.gmap-info_content a:before {
border-top: 10px solid #ff9d45;
}
#map .gmap-info_content-cafe.gmap-info_content a:after {
border-top: 9px solid #fff;
}
#map .gmap-info_content-cafe.gmap-info_content figure:before {
content: "";
position: absolute;
top: -21px;
left: 16px;
background-image: url("/dog/travel/image/map_icon_title_cafe.png");
background-size: 110px 18px;
width: 110px;
height: 18px;
}
#map .gmap-info_content-cafe.gmap-info_content figcaption:before {
color: #ff9d45;
}
#map .gmap-info_content-cafe.gmap-info_content figcaption:after {
border-top: 2px solid #ff9d45;
border-left: 2px solid #ff9d45;
}
#map .gmap-info_content-cafe.gmap-info_content .gmap-info-buttonToClose {
border: solid 2px #ff9d45;
}
#map .gmap-info_content-hotel.gmap-info_content {
border: solid 2px #90c724;
}
#map .gmap-info_content-hotel.gmap-info_content a {
background-color: #90c724;
}
#map .gmap-info_content-hotel.gmap-info_content a:hover:after {
border-top: 9px solid #f1f8e4;
}
#map .gmap-info_content-hotel.gmap-info_content a:hover figure {
transition: 0.2s;
background-color: #f1f8e4;
}
#map .gmap-info_content-hotel.gmap-info_content a:before {
border-top: 10px solid #90c724;
}
#map .gmap-info_content-hotel.gmap-info_content a:after {
border-top: 9px solid #fff;
}
#map .gmap-info_content-hotel.gmap-info_content figure:before {
content: "";
position: absolute;
top: -23px;
left: 12px;
background-image: url("/dog/travel/image/map_icon_title_hotel.png");
background-size: 80px 21px;
width: 80px;
height: 21px;
}
#map .gmap-info_content-hotel.gmap-info_content figcaption:before {
color: #90c724;
}
#map .gmap-info_content-hotel.gmap-info_content figcaption:after {
border-top: 2px solid #90c724;
border-left: 2px solid #90c724;
}
#map .gmap-info_content-hotel.gmap-info_content .gmap-info-buttonToClose {
border: solid 2px #90c724;
}
#map .gmap-info_content-shop.gmap-info_content {
border: solid 2px #a959ae;
}
#map .gmap-info_content-shop.gmap-info_content a {
background-color: #a959ae;
}
#map .gmap-info_content-shop.gmap-info_content a:hover:after {
border-top: 9px solid #f7eef7;
}
#map .gmap-info_content-shop.gmap-info_content a:hover figure {
transition: 0.2s;
background-color: #f7eef7;
}
#map .gmap-info_content-shop.gmap-info_content a:before {
border-top: 10px solid #a959ae;
}
#map .gmap-info_content-shop.gmap-info_content a:after {
border-top: 9px solid #fff;
}
#map .gmap-info_content-shop.gmap-info_content figure:before {
content: "";
position: absolute;
top: -23px;
left: 11px;
background-image: url("/dog/travel/image/map_icon_title_shop.png");
background-size: 130px 20px;
width: 130px;
height: 20px;
}
#map .gmap-info_content-shop.gmap-info_content figcaption:before {
color: #a959ae;
}
#map .gmap-info_content-shop.gmap-info_content figcaption:after {
border-top: 2px solid #a959ae;
border-left: 2px solid #a959ae;
}
#map .gmap-info_content-shop.gmap-info_content .gmap-info-buttonToClose {
border: solid 2px #a959ae;
}
#map .gmap-info_content-dogrun.gmap-info_content {
border: solid 2px #f2607c;
}
#map .gmap-info_content-dogrun.gmap-info_content a {
background-color: #f2607c;
}
#map .gmap-info_content-dogrun.gmap-info_content a:hover:after {
border-top: 9px solid #fde9ed;
}
#map .gmap-info_content-dogrun.gmap-info_content a:hover figure {
transition: 0.2s;
background-color: #fde9ed;
}
#map .gmap-info_content-dogrun.gmap-info_content a:before {
border-top: 10px solid #f2607c;
}
#map .gmap-info_content-dogrun.gmap-info_content a:after {
border-top: 9px solid #fff;
}
#map .gmap-info_content-dogrun.gmap-info_content figure:before {
content: "";
position: absolute;
top: -21px;
left: 8px;
background-image: url("/dog/travel/image/map_icon_title_dogrun.png");
background-size: 90px 16px;
width: 90px;
height: 16px;
}
#map .gmap-info_content-dogrun.gmap-info_content figcaption:before {
color: #f2607c;
}
#map .gmap-info_content-dogrun.gmap-info_content figcaption:after {
border-top: 2px solid #f2607c;
border-left: 2px solid #f2607c;
}
#map .gmap-info_content-dogrun.gmap-info_content .gmap-info-buttonToClose {
border: solid 2px #f2607c;
}
#map .gmap-info_content-complex.gmap-info_content {
border: solid 2px #60a5de;
}
#map .gmap-info_content-complex.gmap-info_content a {
background-color: #60a5de;
}
#map .gmap-info_content-complex.gmap-info_content a:hover:after {
border-top: 9px solid #e3eff9;
}
#map .gmap-info_content-complex.gmap-info_content a:hover figure {
transition: 0.2s;
background-color: #e3eff9;
}
#map .gmap-info_content-complex.gmap-info_content a:before {
border-top: 10px solid #60a5de;
}
#map .gmap-info_content-complex.gmap-info_content a:after {
border-top: 9px solid #fff;
}
#map .gmap-info_content-complex.gmap-info_content figure:before {
content: "";
position: absolute;
top: -23px;
left: 10px;
background-image: url("/dog/travel/image/map_icon_title_complex.png");
background-size: 70px 18px;
width: 70px;
height: 18px;
}
#map .gmap-info_content-complex.gmap-info_content figcaption:before {
color: #60a5de;
}
#map .gmap-info_content-complex.gmap-info_content figcaption:after {
border-top: 2px solid #60a5de;
border-left: 2px solid #60a5de;
}
#map .gmap-info_content-complex.gmap-info_content .gmap-info-buttonToClose {
border: solid 2px #60a5de;
}

#map .mk {
display: none;
position: absolute;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#map .mk > a {
display: block;
color: #000;
}

#map .mk > a:hover {
opacity: 1;
}

#map .mk > a > div {
width: 226px;
padding: 5px 10px;
border: solid 2px #fd6801;
border-radius: 8px;
background: #fff;
background: rgba(255, 255, 255, 0.9);
-ms-word-break: break-all;
word-break: break-all;
transition: 0.2s;
}

#map .mk > a > div:after {
content: "";
position: absolute;
left: 50%;
top: 100%;
width: 0;
height: 0;
margin-left: -10px;
border: solid 10px transparent;
border-top: solid 16px #fd6801;
border-bottom-width: 0;
}

#map .mk > a > div > div:before,
#map .mk b {
display: inline-block;
vertical-align: middle;
}

#map .mk > a > div > div:before {
content: "";
width: 30px;
height: 30px;
margin-right: 5px;
background: 50% 50% no-repeat;
background-size: contain;
}

#map .mk b {
width: 190px;
font-weight: bold;
font-size: 13px;
line-height: 1.3;
}

#map .mk address {
margin-top: 5px;
font-style: normal;
font-size: 11px;
}

#map .mk address span {
display: block;
}

#map .mk .close {
position: absolute;
right: -10px;
top: -10px;
width: 18px;
padding-bottom: 2px;
border: solid 2px #fd6801;
border-radius: 10px;
background: #fff;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 16px;
line-height: 1;
cursor: pointer;
}

#map .mk > a:hover > div,
#map .mk .close:hover {
color: #fff;
}

/* Color, Icon */
#map .mk > .hotel > div,
#map .mk .close.hotel {
border-color: #91c724;
}

#map .mk > .hotel > div:after {
border-top-color: #91c724;
}

#map .mk > .hotel:hover > div,
#map .mk .close.hotel:hover {
background: #91c724;
}

#map .mk > .hotel > div > div:before {
background-image: url(../image/icon_category_hotel.png);
}

#map .mk > .cafe > div,
#map .mk .close.cafe {
border-color: #ff9c45;
}

#map .mk > .cafe > div:after {
border-top-color: #ff9c45;
}

#map .mk > .cafe:hover > div,
#map .mk .close.cafe:hover {
background: #ff9c45;
}

#map .mk > .cafe > div > div:before {
background-image: url(../image/icon_category_cafe.png);
}

#map .mk > .shop > div,
#map .mk .close.shop {
border-color: #a858ad;
}

#map .mk > .shop > div:after {
border-top-color: #a858ad;
}

#map .mk > .shop:hover > div,
#map .mk .close.shop:hover {
background: #a858ad;
}

#map .mk > .shop > div > div:before {
background-image: url(../image/icon_category_shop.png);
}

#map .mk > .dogrun > div,
#map .mk .close.dogrun {
border-color: #f2617c;
}

#map .mk > .dogrun > div:after {
border-top-color: #f2617c;
}

#map .mk > .dogrun:hover > div,
#map .mk .close.dogrun:hover {
background: #f2617c;
}

#map .mk > .dogrun > div > div:before {
background-image: url(../image/icon_category_dogrun.png);
}

#map .mk > .complex > div,
#map .mk .close.complex {
border-color: #5fa4de;
}

#map .mk > .complex > div:after {
border-top-color: #5fa4de;
}

#map .mk > .complex:hover > div,
#map .mk .close.complex:hover {
background: #5fa4de;
}

#map .mk > .complex > div > div:before {
background-image: url(../image/icon_category_complex.png);
}

/* ----------------------------------------
	エリアから探す
---------------------------------------- */

.top {
	margin: 30px auto 60px;
	border: 1px solid #dde0e0;
}

.top .section_search__box__method {
	background-color: #fff;
	padding: 30px 40px;
	border-top: none;
}

#contents_area .searchBtn, #contents_area .mailBtn {
	display: inline-block;
	width: 244px;
	line-height: 41px;
	margin-left: 16px;
}

.top .section_search__select {
	margin-right: 14px;
}

}