@charset "UTF-8";
/*init*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*lib*/
/**
 * define valiables
 * 各scssファイルでよく使う値を変数定義
 */
/**
 * easing
 */
/**
 * function
 * 値を返す
 */
/**
 * mixins
 * ブロックを返す
 */
/*
デバイス定義
 */
/*
スマホの文字指定専用（横幅640px想定）
font-sizeにvwを設定
 */
/*
clearfix
 */
/*
iOS smooth scroll
 */
/*
opacity
 */
/*
fade
 */
/**
 * initiallize
 * タグ自体のstyleを記述
 */
img {
  vertical-align: bottom; }

.pci {
  display: inline !important; }
  @media only screen and (max-width: 768px) {
    .pci {
      display: none !important; } }

.spi {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .spi {
      display: inline !important; } }

.pc {
  display: block !important; }
  @media only screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .sp {
      display: block !important; } }

.cr {
  cursor: default; }

.fade {
  -webkit-transition: opacity 0.1s ease-in-out 0s;
  -o-transition: opacity 0.1s ease-in-out 0s;
  transition: opacity 0.1s ease-in-out 0s; }
  .fade:hover {
    opacity: 0.7; }

.bgcolor_none {
  background-color: transparent !important; }

.no_breadcrumbsIcon:after {
  content: "" !important;
  display: inline-block;
  margin: 0 5px; }

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .cf {
  zoom: 1; }

/* IE7 */
*:first-child + html .cf {
  zoom: 1; }

.noBorder {
  border: none !important; }

/*parts*/
#contents_area .andmoreBtn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .1em;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
  text-indent: -99999px;
  background: url(/dog/img/top_btn_1_03.png) center center no-repeat;
  background-size: 100px auto;
  border: 1px solid #b1b2b3; }
  #contents_area .andmoreBtn:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(/dog/common/image/arrow_r_bk.png) 0 50% no-repeat;
    background-size: 100%; }

#contents_area .searchBtn, #contents_area .mailBtn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    #contents_area .searchBtn, #contents_area .mailBtn {
      font-size: 13px; } }
  #contents_area .searchBtn--A {
    background: #1bbecc; }
  #contents_area .searchBtn--B {
    background: #504f4e; }
  #contents_area .searchBtn:before, #contents_area .mailBtn:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(/dog/common/image/arrow_r_wht.png) 0 50% no-repeat;
    background-size: 100%; }

#contents_area .mailBtn {
  background: #1bbecc; }
  @media only screen and (max-width: 768px) {
    #contents_area .mailBtn {
      padding: 10px 0;
      line-height: 1.5; } }
  #contents_area .mailBtn:before {
    display: none; }

#contents_area.top {
  margin-bottom: 32px; }

.top .section_kv {
  position: relative;
  background: #fff; }
  .top .section_kv__link {
    display: block; }
  @media only screen and (max-width: 768px) {
    .top .section_kv img {
      width: 100%; } }
  .top .section_kv .slick-slide {
    opacity: .4 !important; }
  .top .section_kv .slick-current {
    opacity: 1 !important; }
  .top .section_kv .slick-dots {
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .top .section_kv .slick-dots {
        padding-top: 4.6875%; } }
    .top .section_kv .slick-dots li button {
      width: 12px;
      height: 12px;
      border-radius: 50%; }
      .top .section_kv .slick-dots li button:before, .top .section_kv .slick-dots li button:after {
        display: none; }
    .top .section_kv .slick-dots li.slick-active button {
      background: #1bbecc; }
  .top .section_kv__list {
    opacity: 0; }
    .top .section_kv__list.display {
      opacity: 1;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }

.top .section_new {
  padding: 70px 0 97px;
  background: url(/dog/common/image/contents_bg_pc.jpg) no-repeat top center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .top .section_new {
      padding: 16.39344% 0 32.78689%;
      background: url(/dog/common/image/contents_bg_sp.jpg) no-repeat top center, url(/dog/img/sp/top_line_img1.png) no-repeat bottom center;
      background-size: contain,30%; } }
  .top .section_new__ttl {
    width: 190px;
    margin: 0 auto 40px; }
    @media only screen and (max-width: 768px) {
      .top .section_new__ttl {
        width: 49.83607%;
        margin: 0 auto 7.70492%; } }
  .top .section_new__list {
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .top .section_new__list {
        margin-bottom: 7.37705%; } }
    .top .section_new__list li {
      background: #fff; }
    @media only screen and (max-width: 768px) {
      .top .section_new__list .photo img {
        width: 100%; } }

.top .section_search {
  padding: 35px 0 25px 0;
  background: #f5f5f5;
  position: relative; }
  .top .section_search__dog {
    width: 127px;
    position: absolute;
    top: -127px;
    left: 853px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s; }
    .top .section_search__dog__txt {
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s; }
      .top .section_search__dog__txt.hidden {
        opacity: 0; }
    @media only screen and (max-width: 768px) {
      .top .section_search__dog {
        display: none; } }
  .top .section_search__wrap {
    zoom: 1; }
    .top .section_search__wrap:before, .top .section_search__wrap:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .top .section_search__wrap:after {
      clear: both; }
    .top .section_search__wrap__left {
      width: 580px;
      float: left; }
      @media only screen and (max-width: 768px) {
        .top .section_search__wrap__left {
          width: auto;
          float: none; } }
    .top .section_search__wrap__right {
      width: 383px;
      float: right; }
      @media only screen and (max-width: 768px) {
        .top .section_search__wrap__right {
          width: auto;
          float: none; } }
  .top .section_search__box {
    padding: 40px 0 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .top .section_search__box {
        padding: 8.19672% 0; } }
    .top .section_search__box--1 {
      height: 778px; }
      @media only screen and (max-width: 768px) {
        .top .section_search__box--1 {
          height: auto;
          margin-bottom: 3.60656%; } }
    .top .section_search__box--2 {
      height: 259px;
      margin-bottom: 19px;
      padding-top: 25px; }
      @media only screen and (max-width: 768px) {
        .top .section_search__box--2 {
          height: auto;
          margin-bottom: 3.60656%; } }
    .top .section_search__box--3 {
      padding-top: 45px;
      height: 500px; }
      @media only screen and (max-width: 768px) {
        .top .section_search__box--3 {
          height: auto;
          padding-top: 8.19672%; } }
    .top .section_search__box__inner {
      margin: 0 auto;
      position: relative; }
      .top .section_search__box__inner--1 {
        width: 500px; }
        @media only screen and (max-width: 768px) {
          .top .section_search__box__inner--1 {
            width: 86.88525%; } }
      .top .section_search__box__inner--2 {
        width: 306px; }
        @media only screen and (max-width: 768px) {
          .top .section_search__box__inner--2 {
            width: 86.88525%; } }
      .top .section_search__box__inner--3 {
        width: 338px; }
        @media only screen and (max-width: 768px) {
          .top .section_search__box__inner--3 {
            width: 86.88525%; } }
    .top .section_search__box__ttl {
      font-size: 22px;
      font-weight: bold;
      position: relative;
      color: #000;
      letter-spacing: .15em; }
      @media only screen and (max-width: 768px) {
        .top .section_search__box__ttl {
          text-align: center; } }
      .top .section_search__box__ttl--outing {
        padding-top: 8px; }
        .top .section_search__box__ttl--outing:before {
          content: "";
          display: inline-block;
          vertical-align: top;
          width: 31px;
          height: 30px;
          background: url(/dog/img/top_information_icon_1-1.png) no-repeat top center;
          background-size: contain;
          margin-right: 10px; }
      .top .section_search__box__ttl--sa {
        margin-bottom: 22px;
        padding-left: 41px;
        padding-bottom: 24px;
        border-bottom: 1px solid #b1b2b3;
        letter-spacing: .1em; }
        @media only screen and (max-width: 768px) {
          .top .section_search__box__ttl--sa {
            margin-bottom: 7.86885%;
            padding-left: 0;
            padding-bottom: 0;
            border-bottom: none; } }
        .top .section_search__box__ttl--sa:before {
          content: "";
          display: inline-block;
          vertical-align: top;
          width: 31px;
          height: 32px;
          background: url(/dog/img/top_information_icon_2-1.png) no-repeat top center;
          background-size: contain;
          margin-right: 10px;
          position: absolute;
          left: 0;
          top: 15px; }
          @media only screen and (max-width: 768px) {
            .top .section_search__box__ttl--sa:before {
              position: static; } }
      .top .section_search__box__ttl--feature {
        margin-bottom: 22px; }
        @media only screen and (max-width: 768px) {
          .top .section_search__box__ttl--feature {
            margin-bottom: 8.11321%; } }
        .top .section_search__box__ttl--feature:before {
          content: "";
          display: inline-block;
          vertical-align: top;
          width: 31px;
          height: 25px;
          background: url(/dog/img/top_information_icon_3-1.png) no-repeat top center;
          background-size: contain;
          margin-right: 10px; }
          @media only screen and (max-width: 768px) {
            .top .section_search__box__ttl--feature:before {
              margin-top: 1%;
              vertical-align: top; } }
    .top .section_search__box__subttl {
      font-size: 18px;
      font-weight: bold;
      position: relative;
      color: #000;
      letter-spacing: .15em; }
      .top .section_search__box__subttl--area {
        margin-bottom: 24px;
        padding-left: 24px; }
        @media only screen and (max-width: 768px) {
          .top .section_search__box__subttl--area {
            margin-bottom: 5.28302%; } }
        .top .section_search__box__subttl--area:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          width: 19px;
          height: 26px;
          background: url(/dog/travel/image/icon_area.png) no-repeat center center;
          background-size: contain;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .top .section_search__box__subttl--map {
        margin-bottom: 28px;
        padding-left: 34px; }
        @media only screen and (max-width: 768px) {
          .top .section_search__box__subttl--map {
            margin-bottom: 6.60377%; } }
        .top .section_search__box__subttl--map:before {
          content: "";
          display: inline-block;
          vertical-align: top;
          width: 28px;
          height: 24px;
          background: url(/dog/travel/image/icon_map.png) no-repeat top center;
          background-size: contain;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .top .section_search__box__subttl--name {
        padding-left: 26px; }
        @media only screen and (max-width: 768px) {
          .top .section_search__box__subttl--name {
            margin-bottom: 6.60377%; } }
        .top .section_search__box__subttl--name:before {
          content: "";
          display: inline-block;
          vertical-align: top;
          width: 20px;
          height: 20px;
          background: url(/dog/travel/image/icon_name.png) no-repeat top center;
          background-size: contain;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .top .section_search__box__des {
      margin: 54px 0 20px;
      font-size: 14px;
      letter-spacing: -.07em; }
      @media only screen and (max-width: 768px) {
        .top .section_search__box__des {
          margin: 8.85246% 0;
          text-align: center; } }
    .top .section_search__box__method {
      padding: 30px 0 40px;
      border-top: 1px solid #b1b2b3; }
      @media only screen and (max-width: 768px) {
        .top .section_search__box__method {
          padding: 8.19672% 0; } }
      @media only screen and (max-width: 768px) {
        .top .section_search__box__method--1 {
          margin-top: 5.2459%; } }
      .top .section_search__box__method--2 {
        background: url(/dog/travel/image/search_dog_pc.png) no-repeat center right; }
        @media only screen and (max-width: 768px) {
          .top .section_search__box__method--2 {
            background: none; } }
  .top .section_search__category {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -.4em;
    position: absolute;
    top: 0;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .top .section_search__category {
        position: static;
        display: block;
        white-space: normal; } }
    @media only screen and (max-width: 768px) {
      .top .section_search__category--2 {
        margin-bottom: 7.54717%;
        padding-bottom: 6.22642%;
        border-bottom: 1px solid #b1b2b3; } }
    .top .section_search__category__item {
      display: inline-block;
      width: 58px;
      padding-top: 46px;
      background: 50% 0 no-repeat;
      background-size: 40px;
      vertical-align: top;
      letter-spacing: -.05em;
      font-size: 10px; }
      @media only screen and (max-width: 768px) {
        .top .section_search__category__item {
          padding-top: 18%; } }
      .top .section_search__category__item--B {
        width: 52px; }
    .top .section_search__category .hotel {
      background-image: url(/dog/travel/image/icon_category_hotel_gray.png); }
      @media only screen and (max-width: 768px) {
        .top .section_search__category .hotel {
          width: 20%;
          background-image: url(/dog/travel/image/icon_category_hotel_gray.png);
          background-size: 80.0754%; } }
    .top .section_search__category .cafe {
      background-image: url(/dog/travel/image/icon_category_cafe_gray.png);
      letter-spacing: -.30em; }
      @media only screen and (max-width: 768px) {
        .top .section_search__category .cafe {
          width: 20%;
          background-image: url(/dog/travel/image/icon_category_cafe_gray.png);
          background-size: 80.0754%; } }
    .top .section_search__category .accessory {
      background-image: url(/dog/img/icon_dog_gray.png); }
      @media only screen and (max-width: 768px) {
        .top .section_search__category .accessory {
          width: 20%;
          background-image: url(/dog/img/icon_dog_gray.png);
          background-size: 80.0754%; } }
    .top .section_search__category .dogrun {
      background-image: url(/dog/travel/image/icon_category_dogrun_gray.png); }
      @media only screen and (max-width: 768px) {
        .top .section_search__category .dogrun {
          width: 20%;
          background-image: url(/dog/travel/image/icon_category_dogrun_gray.png);
          background-size: 80.0754%; } }
    .top .section_search__category .complex {
      background-image: url(/dog/travel/image/icon_category_complex_gray.png); }
      @media only screen and (max-width: 768px) {
        .top .section_search__category .complex {
          width: 20%;
          background-image: url(/dog/travel/image/icon_category_complex_gray.png);
          background-size: 80.0754%; } }
    .top .section_search__category .gasstation {
      background-image: url(/dog/img/icon_category_gasStation_gray.png); }
      @media only screen and (max-width: 768px) {
        .top .section_search__category .gasstation {
          width: 20%;
          background-image: url(/dog/img/icon_category_gasStation_gray.png);
          background-size: 80.0754%; } }
    .top .section_search__category .parking {
      background-image: url(/dog/img/icon_category_parking_gray.png); }
      @media only screen and (max-width: 768px) {
        .top .section_search__category .parking {
          width: 20%;
          margin: 0 10%;
          background-image: url(/dog/img/icon_category_parking_gray.png);
          background-size: 80.0754%; } }
  .top .section_search #travel_search_form {
    width: 310px;
    margin: 20px auto 0;
    position: relative;
    padding-right: 65px;
    border: solid 1px #504f4e;
    border-radius: 4px; }
    @media only screen and (max-width: 768px) {
      .top .section_search #travel_search_form {
        width: auto;
        position: relative;
        padding-right: 53px;
        border: solid 1px #b1b2b3;
        border-radius: 4px; } }
    .top .section_search #travel_search_form #travel_search_input {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 38px;
      padding-left: 10px;
      border: 0;
      background: none;
      color: #b1b2b3;
      font: inherit;
      font-size: 13px; }
      @media only screen and (max-width: 768px) {
        .top .section_search #travel_search_form #travel_search_input {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          height: 31px;
          padding-left: 10px;
          border: 0;
          background: none;
          color: #b1b2b3;
          font: inherit; } }
    .top .section_search #travel_search_form #travel_search_submit {
      position: absolute;
      right: 0;
      top: 0;
      width: 65px;
      height: 100%;
      border: 0;
      border-radius: 0 4px 4px 0;
      background: url(/dog/travel/image/search_name_btn.png) 50% 50% no-repeat #e6e6e6;
      background-size: 20px;
      text-align: left;
      text-indent: -20000px;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .top .section_search #travel_search_form #travel_search_submit {
          position: absolute;
          right: 0;
          top: 0;
          width: 53px;
          height: 100%;
          border: 0;
          border-radius: 0 4px 4px 0;
          background: url(/dog/travel/image/search_name_btn.png) 50% 50% no-repeat #e6e6e6;
          background-size: 18px;
          text-align: left;
          text-indent: -20000px;
          cursor: pointer; } }
  .top .section_search__selectWrap {
    letter-spacing: -.4em; }
  .top .section_search__select {
    display: inline-block;
    letter-spacing: normal; }
    @media only screen and (max-width: 768px) {
      .top .section_search__select {
        display: block; } }
    .top .section_search__select select {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 246px;
      height: 40px;
      border: solid 1px #504f4e;
      border-radius: 4px;
      color: #504f4e;
      font: inherit;
      font-size: 13px; }
      @media only screen and (max-width: 768px) {
        .top .section_search__select select {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          height: 33px;
          border: solid 1px #b1b2b3;
          border-radius: 4px;
          color: #b1b2b3;
          font: inherit; } }
    .top .section_search__select__ttl {
      margin-bottom: 8px; }
    .top .section_search__select__pref {
      margin-right: 8px; }
      @media only screen and (max-width: 768px) {
        .top .section_search__select__pref {
          margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .top .section_search__select__cat {
        margin-top: 6.22951%; } }
  .top .section_search .topicBox {
    display: block;
    margin-bottom: 8px;
    border: 1px solid #b3b3b3;
    position: relative; }
    /* .top .section_search .topicBox:after {
      content: "";
      display: block;
      width: 54px;
      height: 54px;
      background: url(/dog/img/top_information_icon_new.png);
      background-size: contain;
      position: absolute;
      top: 0;
      right: 0; } */
    .top .section_search .topicBox.travel {
      margin-bottom: 18px; }
      .top .section_search .topicBox.travel .topicBox__category {
        color: #c4992f; }
      .top .section_search .topicBox.travel .topicBox__photo:before {
        background: url(/dog/common/image/icon_category_travel.png);
        background-size: contain; }
    /* .top .section_search .topicBox.drive .topicBox__category {
      color: #ff7847; } */
    .top .section_search .topicBox.drive .topicBox__photo:before {
      background: url(/dog/common/image/icon_category_drive.png);
      background-size: contain; }
    .top .section_search .topicBox.area .topicBox__category {
      color: #46b359; }
    .top .section_search .topicBox.area .topicBox__photo:before {
      background: url(/dog/common/image/icon_category_area.png);
      background-size: contain; }
    .top .section_search .topicBox.event .topicBox__category {
      color: #5780d9; }
    .top .section_search .topicBox.event .topicBox__photo:before {
      background: url(/dog/common/image/icon_category_event.png);
      background-size: contain; }
    .top .section_search .topicBox.cars .topicBox__photo:before {
      background: url(/dog/common/image/icon_category_cars.png);
      background-size: contain; }
    .top .section_search .topicBox.item .topicBox__photo:before {
      background: url(/dog/common/image/icon_category_item.png);
      background-size: contain; }
    .top .section_search .topicBox__photo {
      display: inline-block;
      vertical-align: middle;
      width: 118px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .top .section_search .topicBox__photo {
          width: 34.5283%; } }
      .top .section_search .topicBox__photo:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 61px;
        height: 24px;
        z-index: 2;
        background: 50% 50% no-repeat;
        background-size: cover; }
    .top .section_search .topicBox__right {
      display: inline-block;
      vertical-align: middle;
      max-width: 63%;
      padding-left: 7px; }
      @media only screen and (max-width: 768px) {
        .top .section_search .topicBox__right {
          padding-left: 2%;
          width: 55%; } }
    .top .section_search .topicBox__category {
      display: block;
      margin-bottom: 4px;
      font-size: 16px;
      color: #000;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .top .section_search .topicBox__category {
          font-size: 12px;
          margin-bottom: 1%; } }
    .top .section_search .topicBox__text {
      display: block;
      font-size: 13px;
      line-height: 1.4361;
      color: #000;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        .top .section_search .topicBox__text {
          font-size: 10px;
          line-height: 1.5555; } }

.top .section_mail {
  padding-top: 48px; }
  @media only screen and (max-width: 768px) {
    .top .section_mail {
      padding-top: 20px; } }
  .top .section_mail__box {
    width: 780px;
    margin: 0 auto;
    padding: 40px 0;
    background: #f5f5f5; }
    @media only screen and (max-width: 768px) {
      .top .section_mail__box {
        width: auto; } }
    .top .section_mail__box__inner {
      width: 680px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .top .section_mail__box__inner {
          width: 86.88525%; } }
  .top .section_mail__ttl {
    padding-left: 65px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    position: relative;
    letter-spacing: .15em; }
    @media only screen and (max-width: 768px) {
      .top .section_mail__ttl {
        padding-left: 0;
        text-align: center; } }
    .top .section_mail__ttl:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: -5px;
      left: 0;
      width: 50px;
      height: 50px;
      background: url(/dog/img/icon_mail_gray.png) no-repeat top center;
      background-size: contain; }
      @media only screen and (max-width: 768px) {
        .top .section_mail__ttl:before {
          display: block;
          position: static;
          margin: 0 auto 7.54717%; } }
  .top .section_mail__description {
    padding-left: 66px;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: normal; }
    @media only screen and (max-width: 768px) {
      .top .section_mail__description {
        margin-top: 7.54717%;
        margin-bottom: 9.43396%;
        padding-left: 0;
        text-align: center; } }

.top .section_sns {
  padding-bottom: 160px;
  background: url(/dog/img/top_line_img2.png) no-repeat bottom center;
  background-size: 116px; }
  .top .section_sns__list {
    margin-top: 35px;
    letter-spacing: -.4em;
    text-align: center; }
    .top .section_sns__list__item {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal; }
      .top .section_sns__list__item--2 {
        margin: 0 10px; }

.top .btnWrap {
  margin: 0 auto; }
  .top .btnWrap--A {
    width: 242px; }
    @media only screen and (max-width: 768px) {
      .top .btnWrap--A {
        width: 77.04918%; } }
  .top .btnWrap--B {
    width: 244px; }
    @media only screen and (max-width: 768px) {
      .top .btnWrap--B {
        width: 81.88679%; } }
  .top .btnWrap--C {
    width: 394px; }
    @media only screen and (max-width: 768px) {
      .top .btnWrap--C {
        width: auto; } }
  .top .btnWrap--hm {
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .top .btnWrap--hm {
        display: none; } }
  .top .btnWrap--li {
     margin-top: 20px; }
  .top .btnWrap--infoam {
    margin-top: 18px; }

@-webkit-keyframes dog-animation {
  from {
    left: -1000px; }
  70% {
    left: 980px; }
  to {
    left: 853px; } }

@keyframes dog-animation {
  from {
    left: -1000px; }
  70% {
    left: 980px; }
  to {
    left: 853px; } }

  .top .section_banner {
    margin-bottom: 26px;
    text-align: center;
    line-height: 1;
  }

  @media only screen and (max-width: 768px) {
    .top .section_banner {
      margin-bottom: 8.51%;
    }
  }

  .top .section_banner__link {
    display: inline-block;
  }

/* travelbanner */
.travelbanner {
 display: none;
}

/* ------------------------------------------------------------------------------------------
*
    .related-site
*
------------------------------------------------------------------------------------------ */

.related-site--top {
  padding: 0 0 10px;
  margin: 32px 0;
}

.related-site--top .related-site__inner {
  padding-bottom: 0;
}

.related-site__imgs {
	display: flex;
	justify-content: space-between;
	margin-top: 33px;
}

.related-site__img {
  position: relative;
	display: block;
	width: 474px;
}

.related-site__icon {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 75px;
  height: 75px;
  top: -14px;
  left: -16px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  background: #DC0725;
}

.related-site__icon-text {
  font-size: 22px;
}

.related-site__img img {
	width: 100%;
}

.related-site__link-text {
  margin-top: 13px;
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  text-align: center;
}

.related-site__btn-wrap {
  width: 350px;
  margin: 18px auto 18px;
}

.related-site__btn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #1CBECB;
  padding: 14px 20px;
  cursor: pointer;
}

.related-site__btn::after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 12px;
  top: 0;
  width: 8px;
  height: 100%;
  background: url(/dog/common/image/arrow_r_wht.png) 0 50% no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .related-site--top {
    padding: 0 0 50px;
    margin: 0;
  }

  .related-site__imgs {
		display: block;
		margin-top: 30px;
	}

	.related-site__img {
		width: 100%;
	}

	.related-site__img + .related-site__img {
		margin-top: 42px;
	}

  .related-site__icon {
    width: 65px;
    height: 65px;
    top: -8px;
    left: -8px;
    font-size: 14px;
  }

  .related-site__icon-text {
    font-size: 18px;
  }

  .related-site__link-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .related-site__btn-wrap {
    width: auto;
    margin: 12px auto;
  }

  .related-site__btn {
    font-size: 13px;
  }
}