@charset "UTF-8";

@media only screen and (max-width: 767px) {
  header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
  }
  header .head_navi .head_logo {
    visibility: visible;
    opacity: 1;
  }
  main {
    padding: 115px 30px 0;
    margin-bottom: 80px;
  }

  h2.title {
    font-size: 24px;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }
  h2.title span {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    display: block;
    font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica";
  }

  #cont_shop_01,
  #cont_shop_03 {
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 20px 20px;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  #cont_shop_01 h3,
  #cont_shop_03 h3 {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    /*margin-bottom: 20px;*/
  }

  #cont_shop_01 h4,
  #cont_shop_03 h4 {
    background-color: #eaeaea;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    padding: 10px;
  }
  #cont_shop_01 .list li,
  #cont_shop_03 .list li {
    padding: 20px 0;
    background: url(../img/common/line_dot.png) no-repeat;
    background-position: bottom;
  }
  #cont_shop_01 .list li:last-child,
  #cont_shop_03 .list li:last-child {
    background: none;
  }
  #cont_shop_01 .list li .title,
  #cont_shop_03 .list li .title {
    font-size: 14px;
    font-weight: 500;
  }
  #cont_shop_01 .list li .address,
  #cont_shop_03 .list li .address {
    margin-top: 10px;
    font-size: 12px;
  }
  #cont_shop_01 .list li .tel,
  #cont_shop_03 .list li .tel {
    font-size: 12px;
  }
  #cont_shop_01 .list li .time,
  #cont_shop_03 .list li .time {
    font-size: 12px;
  }
  #cont_shop_01 .email,
  #cont_shop_03 .email {
    margin-top: 10px;
    font-size: 12px;
  }
  #cont_shop_01 .email a,
  #cont_shop_03 .email a {
    position: relative;
    width: fit-content;
    text-decoration: none;
    border-bottom: 1px solid #727272;
  }
  #cont_shop_01 .email a[target='_blank']:before,
  #cont_shop_03 .email a[target='_blank']:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -15px;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #727272;
    background: #f3f3f3;
    content: "";
  }

  #cont_shop_01 .email a[target='_blank']:after,
  #cont_shop_03 .email a[target='_blank']:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -18px;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #727272;
    background: #f3f3f3;
    content: "";
  }
  #cont_shop_02 {
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 20px 20px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  #cont_shop_02 h3 {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    margin-bottom: 20px;
  }
  #cont_shop_02 p.title {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
  }
  #cont_shop_02 p.title a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../img/common/icon_blank.png) no-repeat;
    background-size: contain;
    margin-left: 5px;
  }

  .is-pc{display: none;}
}
