@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++

	/dog/travel/ each facility for PC

++++++++++++++++++++++++++++++++++++++++ */
@media print, screen and (min-width: 769px) {
  #contents_footer_navigation:before {
    background-image: url(../image/footer_dog.jpg);
    background-size: auto 90px;
  }

  /* ----------------------------------------
  	section_main
  ---------------------------------------- */
  #copy {
    margin-bottom: 15px;
    padding-right: 420px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
  }

  #section_main h3 {
    margin-bottom: 45px;
    padding: 0 420px 0 0;
    font-size: 34px;
    line-height: 1.1;
  }

  #section_main address {
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    width: 410px;
    padding: 10px;
    border: solid 1px #b3b3b3;
  }

  #mv_wrap {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 410px;
  }

  #mv_wrap ul {
    position: relative;
    z-index: 1;
    width: 730px;
  }

  #mv_wrap li {
    position: relative;
    height: 410px;
  }

  #mv_wrap img {
    display: none;
  }

  #mv_wrap li .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover;
  }

  #mv .slick-arrow {
    top: 50%;
    width: 42px;
    height: 70px;
    margin-top: -35px;
    background: url(../image/detail_mv_nav_pc.png) 0 0;
  }

  #mv .slick-prev {
    left: 0;
  }

  #mv .slick-next {
    right: 0;
    background-position: 100% 0;
  }

  #mv_comment {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    width: 730px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 13px;
  }

  #mv_wrap #mv_thumbnail {
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    width: 210px;
    height: 100%;
    background: #f5f5f5;
  }

  #mv_thumbnail li {
    height: 130px;
    margin-bottom: 10px;
    border: 0;
    cursor: pointer;
    transition: 0.2s;
  }

  #mv_thumbnail li:hover {
    opacity: 0.7;
  }

  #mv_thumbnail .slick-current,
#mv_thumbnail .slick-current:hover {
    opacity: 0.3;
    cursor: default;
  }

  #mv_thumbnail .slick-arrow {
    left: 50%;
    width: 43px;
    height: 20px;
    margin-left: -22px;
    background: url(../image/detail_mv_thumbnail_nav_pc.png) 0 0;
  }

  #mv_thumbnail .slick-prev {
    top: 0;
  }

  #mv_thumbnail .slick-next {
    bottom: 0;
    background-position: 0 100%;
  }

  /* text
  ---------------------------------------- */
  #text {
    margin: 60px 80px 0;
    font-size: 15px;
    line-height: 2;
  }

  #text strong {
    display: block;
    margin-bottom: 25px;
    letter-spacing: 0.2em;
    color: #000;
    font-weight: bold;
    font-size: 20px;
  }

  .accordion_content {
    margin-top: 40px;
  }

  .btn_accordion_detail {
    display: block;
    position: relative;
    width: 240px;
    margin: auto;
    border: solid 1px #b1b2b3;
    border-radius: 4px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: bold;
    line-height: 44px;
    cursor: pointer;
    transition: 0.2s;
  }

  .btn_accordion_detail:hover {
    opacity: 0.7;
  }

  .btn_accordion_detail:before {
    content: "続きを読む";
  }

  .btn_accordion_detail:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 12px;
    height: 100%;
    background: url(../image/detail_more_arrow.png) 0 50% no-repeat;
    background-size: 100%;
  }

  .btn_accordion_detail.on:before {
    content: "閉じる";
  }

  .btn_accordion_detail.on:after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  #text .accordion_inner p {
    margin-top: 20px;
  }

  sup {
  vertical-align: super;
  font-size: small
  }

  /* ----------------------------------------
  	section_info
  ---------------------------------------- */
  #section_info {
    padding: 40px 0;
    background: #f5f5f5;
  }

  #section_info .section_inner {
    width: 820px;
  }

  #section_info table {
    width: 100%;
  }

  #section_info th,
#section_info td {
    box-sizing: border-box;
    padding: 15px 20px;
    background: #fff;
    vertical-align: middle;
    letter-spacing: 0.1em;
  }

  #section_info tr + tr th,
#section_info tr + tr td {
    border-top: solid 1px #d9d9d9;
  }

  #section_info th {
    width: 215px;
    background: #8c8c8c;
    font-weight: bold;
    color: #fff;
  }

  #section_info .btn_accordion_detail {
    background: #fff;
    letter-spacing: 0.1em;
  }

  #section_info .btn_accordion_detail:before {
    content: "詳細情報";
  }

  #section_info .btn_accordion_detail.on:before {
    content: "閉じる";
  }

  #section_info .accordion_inner table {
    margin-top: 40px;
  }

  #info_date {
    margin-top: 24px;
		font-size: 12px;
    line-height: 18px;
  }

  /* ----------------------------------------
  	section_map
  ---------------------------------------- */
  #section_map .section_inner {
    width: 820px;
  }

  #map_wrap {
    position: relative;
    height: 355px;
  }

  #map_wrap > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  #map_directions {
    overflow-x: hidden;
    height: 300px;
  }

  #map_directions .adp-placemark {
    margin: 0 0 10px;
  }

  #map_directions .adp-marker {
    visibility: hidden;
    opacity: 0;
    max-width: none;
  }

  #map_directions .adp table {
    width: 100%;
  }

  #map_directions .adp-text {
    vertical-align: middle;
  }

  #section_map .gm-svpc img {
    max-width: inherit;
  }
  #section_map .gmap-info-container {
    padding-bottom: 30px;
    padding-left: 3px;
    position: relative;
  }
  #section_map .gmap-info-container .gmap-info_content {
    border: solid 2px;
    border-radius: 13px;
    width: 303px;
    position: relative;
  }
  #section_map .gmap-info-container .gmap-info_content a {
    padding-top: 25px;
    display: block;
    border-radius: 10px;
    font-size: 13px;
    position: relative;
  }
  #section_map .gmap-info-container .gmap-info_content a:hover {
    opacity: 1 !important;
  }
  #section_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;
  }
  #section_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;
  }
  #section_map .gmap-info-container .gmap-info_content figure {
    display: flex;
    background-color: #fff;
    border-radius: 0 0 11px 11px;
    padding: 12px;
    position: relative;
  }
  #section_map .gmap-info-container .gmap-info_content figure:before {
    content: "";
    position: absolute;
    top: -21px;
    left: 16px;
  }
  #section_map .gmap-info-container .gmap-info_content figure img {
    width: 140px;
    height: 100px;
  }
  #section_map .gmap-info-container .gmap-info_content figcaption {
    color: #000;
    margin-left: 13px;
    width: 126px;
    font-size: 15px;
  }
  #section_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;
  }
  #section_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);
  }
  #section_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;
  }
  #section_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;
  }
  #section_map .gmap-info_content-cafe.gmap-info_content {
    border: solid 2px #ff9d45;
  }
  #section_map .gmap-info_content-cafe.gmap-info_content a {
    background-color: #ff9d45;
  }
  #section_map .gmap-info_content-cafe.gmap-info_content a:hover:after {
    border-top: 9px solid #ffecda;
  }
  #section_map .gmap-info_content-cafe.gmap-info_content a:hover figure {
    transition: 0.2s;
    background-color: #ffecda;
  }
  #section_map .gmap-info_content-cafe.gmap-info_content a:before {
    border-top: 10px solid #ff9d45;
  }
  #section_map .gmap-info_content-cafe.gmap-info_content a:after {
    border-top: 9px solid #fff;
  }
  #section_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;
  }
  #section_map .gmap-info_content-cafe.gmap-info_content figcaption:before {
    color: #ff9d45;
  }
  #section_map .gmap-info_content-cafe.gmap-info_content figcaption:after {
    border-top: 2px solid #ff9d45;
    border-left: 2px solid #ff9d45;
  }
  #section_map .gmap-info_content-cafe.gmap-info_content .gmap-info-buttonToClose {
    border: solid 2px #ff9d45;
  }
  #section_map .gmap-info_content-hotel.gmap-info_content {
    border: solid 2px #90c724;
  }
  #section_map .gmap-info_content-hotel.gmap-info_content a {
    background-color: #90c724;
  }
  #section_map .gmap-info_content-hotel.gmap-info_content a:hover:after {
    border-top: 9px solid #f1f8e4;
  }
  #section_map .gmap-info_content-hotel.gmap-info_content a:hover figure {
    transition: 0.2s;
    background-color: #f1f8e4;
  }
  #section_map .gmap-info_content-hotel.gmap-info_content a:before {
    border-top: 10px solid #90c724;
  }
  #section_map .gmap-info_content-hotel.gmap-info_content a:after {
    border-top: 9px solid #fff;
  }
  #section_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;
  }
  #section_map .gmap-info_content-hotel.gmap-info_content figcaption:before {
    color: #90c724;
  }
  #section_map .gmap-info_content-hotel.gmap-info_content figcaption:after {
    border-top: 2px solid #90c724;
    border-left: 2px solid #90c724;
  }
  #section_map .gmap-info_content-hotel.gmap-info_content .gmap-info-buttonToClose {
    border: solid 2px #90c724;
  }
  #section_map .gmap-info_content-shop.gmap-info_content {
    border: solid 2px #a959ae;
  }
  #section_map .gmap-info_content-shop.gmap-info_content a {
    background-color: #a959ae;
  }
  #section_map .gmap-info_content-shop.gmap-info_content a:hover:after {
    border-top: 9px solid #f7eef7;
  }
  #section_map .gmap-info_content-shop.gmap-info_content a:hover figure {
    transition: 0.2s;
    background-color: #f7eef7;
  }
  #section_map .gmap-info_content-shop.gmap-info_content a:before {
    border-top: 10px solid #a959ae;
  }
  #section_map .gmap-info_content-shop.gmap-info_content a:after {
    border-top: 9px solid #fff;
  }
  #section_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;
  }
  #section_map .gmap-info_content-shop.gmap-info_content figcaption:before {
    color: #a959ae;
  }
  #section_map .gmap-info_content-shop.gmap-info_content figcaption:after {
    border-top: 2px solid #a959ae;
    border-left: 2px solid #a959ae;
  }
  #section_map .gmap-info_content-shop.gmap-info_content .gmap-info-buttonToClose {
    border: solid 2px #a959ae;
  }
  #section_map .gmap-info_content-dogrun.gmap-info_content {
    border: solid 2px #f2607c;
  }
  #section_map .gmap-info_content-dogrun.gmap-info_content a {
    background-color: #f2607c;
  }
  #section_map .gmap-info_content-dogrun.gmap-info_content a:hover:after {
    border-top: 9px solid #fde9ed;
  }
  #section_map .gmap-info_content-dogrun.gmap-info_content a:hover figure {
    transition: 0.2s;
    background-color: #fde9ed;
  }
  #section_map .gmap-info_content-dogrun.gmap-info_content a:before {
    border-top: 10px solid #f2607c;
  }
  #section_map .gmap-info_content-dogrun.gmap-info_content a:after {
    border-top: 9px solid #fff;
  }
  #section_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;
  }
  #section_map .gmap-info_content-dogrun.gmap-info_content figcaption:before {
    color: #f2607c;
  }
  #section_map .gmap-info_content-dogrun.gmap-info_content figcaption:after {
    border-top: 2px solid #f2607c;
    border-left: 2px solid #f2607c;
  }
  #section_map .gmap-info_content-dogrun.gmap-info_content .gmap-info-buttonToClose {
    border: solid 2px #f2607c;
  }
  #section_map .gmap-info_content-complex.gmap-info_content {
    border: solid 2px #60a5de;
  }
  #section_map .gmap-info_content-complex.gmap-info_content a {
    background-color: #60a5de;
  }
  #section_map .gmap-info_content-complex.gmap-info_content a:hover:after {
    border-top: 9px solid #e3eff9;
  }
  #section_map .gmap-info_content-complex.gmap-info_content a:hover figure {
    transition: 0.2s;
    background-color: #e3eff9;
  }
  #section_map .gmap-info_content-complex.gmap-info_content a:before {
    border-top: 10px solid #60a5de;
  }
  #section_map .gmap-info_content-complex.gmap-info_content a:after {
    border-top: 9px solid #fff;
  }
  #section_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;
  }
  #section_map .gmap-info_content-complex.gmap-info_content figcaption:before {
    color: #60a5de;
  }
  #section_map .gmap-info_content-complex.gmap-info_content figcaption:after {
    border-top: 2px solid #60a5de;
    border-left: 2px solid #60a5de;
  }
  #section_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);
  }

  /* ----------------------------------------
  	section_recommend
  ---------------------------------------- */
  #section_recommend .section_inner {
    width: 820px;
  }

  #recommend {
    white-space: nowrap;
  }

  #recommend li {
    display: inline-block;
    width: 249px;
    vertical-align: top;
    white-space: normal;
    letter-spacing: 0.075em;
    font-size: 13px;
  }

  #recommend li + li {
    margin-left: 36px;
  }

  #recommend li a {
    display: block;
    color: inherit;
  }

  #recommend li .photo {
    display: block;
    margin-bottom: 13px;
    height: 140px;
    background: 50% 50% no-repeat;
    background-size: cover;
  }
}