@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/dog/travel/map/ for SP

++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width : 768px){

#contents_footer_navigation:before {
	background-image: url(../image/footer_dog.jpg);
	background-size: 75px;
}


/* ----------------------------------------
	section_main
---------------------------------------- */

#section_main .section_inner {
	margin: 0;
}

#section_main h3 {
	margin: 0 15px 10px;
	padding-left: 27px;
	background-image: url(../image/icon_map.png);
}

#map_wrap {
	position: relative;
	z-index: 1;
}

#map_num {
	margin: 0 15px 10px;
}
#map_num span {
	font-size: 150%;
}

#map {
	height: 400px;
}

/* 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: 176px;
	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: 20px;
	height: 20px;
	margin-right: 5px;
	background: 50% 50% no-repeat;
	background-size: contain;
}
#map .mk b {
	width: 150px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3;
}
#map .mk address {
	margin-top: 5px;
	font-style: normal;
	font-size: 10px;
}
#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;
	transition: .2s;
}

#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: relative;
	background: #f2f2f2;
}

.map_nav_title {
	display: none;
}

#map_nav {
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 6px 5px 4px;
	white-space: nowrap;
	text-align: center;
	letter-spacing: -.4em;
}
#map_nav li {
	display: inline-block;
	width: 16.1%;
	margin-right: 2px;
	text-align: center;
	vertical-align: top;
	letter-spacing: -.05em;
	line-height: 1.2;
}
#map_nav li:last-child {
	margin-right: 0;
}
#map_nav li a {
	display: block;
	position: relative;
	width: 100%;
	height: 33px;
	padding-top: 31px;
	border-radius: 4px 4px 0 0;
	background: 50% 6px no-repeat #fff;
	background-size: 28px;
	color: inherit;
	cursor: pointer;
	font-size: 9px;
}
#map_nav li a:before {
	content: '';
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 4px 4px 0 0;
	background: #000;
	transition: .2s;
}
#map_nav li a:after,
#map_nav li a span {
	content: '';
	display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}
#map_nav li a:after {
	height: 100%;
}
#map_nav li a:hover:before {
	opacity: .2;
}


#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 a {
	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_nav .on a:hover:before {
	opacity: 0;
}

#map_list {
	overflow-x: hidden;
	height: 265px;
}
#map_list li {
	display: table;
	width: 100%;
	height: 45px;
}
#map_list li+li {
	border-top: solid 1px #ccc;
}

#map_list .cat_top {
	border-top: 0;
}

#map_list .on {
	background: #fec;
}

#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_list li a {
	display: table-cell;
	padding: 0 20px 0 60px;
	background: 20px 50% no-repeat;
	background-size: 27px;
	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
---------------------------------------- */

.all #map_list {
	display: none;
}


/* ----------------------------------------
	section_recommend
---------------------------------------- */

#section_recommend .section_inner {
	margin: 0 10px;
}

#section_recommend h3 {
	width: 55%;
	margin: 0 auto 25px;
	padding: 0;
}
#section_recommend h3 img {
	display: block;
}


/* 吹き出し部分 */

#map .gm-svpc img {
    max-width: inherit;
  }
  #map .section_inner {
    margin: 0;
  }
  #map .section_inner h4 {
    margin-left: 15px;
  }
  #map .gmap-info-container {
    padding-bottom: 30px;
    padding-left: 3px;
    position: relative;
    height: auto;
  }
  #map .gmap-info-container .gmap-info_content {
    border: solid 2px;
    border-radius: 13px;
    position: relative;
    max-width: 303px;
    min-width: 190px;
  }
  #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: 50%;
    transform: translate(-50%, 0);
    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: 50%;
    transform: translate(-50%, 0);
    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;
    min-height: 40px;
  }
  #map .gmap-info-container .gmap-info_content figure:before {
    content: "";
    position: absolute;
    top: -27px;
    left: 16px;
  }
  #map .gmap-info-container .gmap-info_content figure img {
    width: 47%;
    max-height: 100px;
  }
  #map .gmap-info-container .gmap-info_content figcaption {
    color: #000;
    margin-left: 13px;
    padding-bottom: 10px;
    width: 50%;
    font-size: 15px;
  }
  #map .gmap-info-container .gmap-info_content figcaption:before {
    content: "この施設の詳細";
    font-size: 13px;
    position: absolute;
    bottom: 5px;
    right: 27px;
    text-decoration: underline;
    z-index: 10;
  }
  #map .gmap-info-container .gmap-info_content figcaption:after {
    content: "";
    position: absolute;
    bottom: 12px;
    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;
    right: -12px;
    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-hotel.gmap-info_content .gmap-info-buttonToClose:hover {
    background-color: #f1f8e4;
  }
  #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-shop.gmap-info_content .gmap-info-buttonToClose:hover {
    background-color: #f7eef7;
  }
  #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-dogrun.gmap-info_content .gmap-info-buttonToClose:hover {
    background-color: #fde9ed;
  }
  #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 .gmap-info_content-complex.gmap-info_content .gmap-info-buttonToClose:hover {
    background-color: #e3eff9;
  }
  
/* ----------------------------------------
	エリアから探す
---------------------------------------- */

  .top {
    margin: 20px 15px 30px;
    border: 1px solid #dde0e0;
  }

  .top .section_search__box__method {
    background-color: #fff;
    padding: 5px 20px 25px;
    border-top: none;
  }

  #contents_area .searchBtn, #contents_area .mailBtn {
    width: 81.88679%;
    margin: 30px auto 0;
  }

}


