@charset "utf-8";
/* ======================================================
 * shop-detail.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - base
 * - Main
 * @media only screen and (max-width: 767px)
 * - base
 * - Main

 * Media Queries
====================================================== */

/* ------------------------------------------------------
 * base
------------------------------------------------------ */
/* ----- section ----- */
section:nth-of-type(2n+1) {
  background-color: inherit;
}

/* ------------------------------------------------------
 * Main
------------------------------------------------------ */
/* ----- main-content-wrap ----- */
.main-content-wrap {
  margin: 40px 0 0;
  display: flex;
}

/* ----- text-paragraph-v2 ----- */
.text-paragraph-v2 {
  margin-top: 0.5em;
}

/* ----- slick ----- */
.hero-content_area{
  width: 48.5%;
  overflow: hidden;
	padding-bottom: 50px;
}
.hero-content_area > .slider{
  width: 492px;
  margin: 0 auto;
}
.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  font-size: 25px;
}
.slick-dots li.slick-active button:before {
  font-size: 25px;
}

/* ----- content-column ----- */
.main-content-wrap .main-column {
  width: 48.5%;
  margin-left: 3%;
}
.main-content-wrap .main-column > .main-column-heading02 {
  margin-bottom: 35px;
  line-height: 1.2;
}
.main-content-wrap .main-column > .main-column-heading02 .heading_name {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #007a8a;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.main-content-wrap .main-column > .main-column-heading02 .heading_sub {
  display: block;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}
.main-content-wrap .main-column .main-column-lead {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.main-content-wrap .main-column .main-column-heading03 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}
.main-content-wrap .main-column .main-column-heading03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 90%;
  background-color: #007a8a;
}
.main-content-wrap .main-column .list-note {
  margin-top: 0.5em;
}

/* ----- content-column ----- */
.content-column {
  margin: 45px 0 105px;
}

/* ----- phone-link ----- */
.notfound-link {
  width: 490px;
  margin: 0 auto;
}
.notfound-link .phone-link {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 10px 10px;
  border: 1px solid #007b8a;
  color: #007a8a;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  pointer-events: none;
}

/* ----- text-note ----- */
.content-column .text-note {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

/* ----- table-layout ----- */
.table-layout .cell-style2 {
  font-weight: normal;
}
.table-layout th,
.table-layout td {
  color: #111111;
}
.table-layout .phone-link {
  color: #333333;
  text-decoration: none;
  pointer-events: none;
}

/* ----- shop-contents-wrap ----- */
.shop-contents-wrap .shop-contents-heading {
  margin-top: 80px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
.shop-contents-wrap .shop-contents-heading + .table-layout {
  margin-top: 30px;
}
.shop-contents-wrap .shop-contents-heading-v2 {
  margin: 75px 0 25px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.shop-contents-wrap .shop-contents-heading-v2 .heading_sub {
  display: block;
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
}
.shop-contents-wrap .blog-wrap iframe {
  height: 380px;
}

/* ----- shopContent ----- */
.shopContent a {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}
.shopContent a .item-read {
  display: block;
  margin-top: 0.5em;
}
.shopContent a .item-head {
  display: block;
  margin-top: 0.5em;
}
.shopContent a .item-data {
  display: block;
  margin-top: 0.5em;
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ----- shop-table-inner ----- */
.shop-table-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-table-inner > .link-wrap .linkBtn {
  width: 130px;
  margin: 0 0 0 20px;
}
.shop-table-inner > .link-wrap .linkBtn a {
  padding: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}
.shop-table-inner [class*="list-note"] {
  margin-top: 0.5em;
}


@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * base
  ------------------------------------------------------ */
  /* ----- section ----- */
  section:nth-of-type(2n+1) {
    background-color: inherit;
  }
  

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  /* ----- main-content-wrap ----- */
  .main-content-wrap {
    margin: 0 0 0;
    display: block;
  }

  /* ----- slick ----- */
  .hero-content_area{
    width: 100%;
    margin: 0;
		padding-bottom: 0;
    overflow: visible;
  }
  .hero-content_area > .slider{
    width: auto;
    margin: 0 -15px 0;
  }
  .slick-dots {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -25px;
  }
  .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .slick-dots li button:before {
    font-size: 23px;
  }
  .slick-dots li.slick-active button:before {
    font-size: 23px;
  }
  .slick-slide img {
    width: 100%;
  }

  /* ----- content-column ----- */
  #main p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main-content-wrap .main-column {
    width: auto;
    margin: 50px 0 0;
  }
  .main-content-wrap .main-column > .main-column-heading02 {
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: center;
  }
  .main-content-wrap .main-column > .main-column-heading02 .heading_name {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #007a8a;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .main-content-wrap .main-column > .main-column-heading02 .heading_sub {
    display: block;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .main-content-wrap .main-column .main-column-lead {
    margin-bottom: 10px;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: bold;
  }
  .main-content-wrap .main-column .main-column-heading03 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
  }
  .main-content-wrap .main-column .main-column-heading03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 90%;
    background-color: #007a8a;
  }
  .main-content-wrap .main-column .list-note {
    margin-top: 1em;
  }

  /* ----- content-column ----- */
  .content-column {
    margin: 15px 0 80px;
  }

  /* ----- phone-link ----- */
  .notfound-link {
    width: 100%;
    margin: 0 auto;
  }
  .notfound-link .phone-link {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 50px 15px 50px;
    background: url(/common_new/img/com_phone_ic02.png) no-repeat 20px 50%;
    background-size: 22px auto;
    border: 1px solid #007b8a;
    color: #007a8a;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    pointer-events: auto;
  }

  /* ----- text-note ----- */
  .content-column .text-note {
    color: #666666;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.2;
    text-align: center;
  }

  /* ----- table-layout ----- */
  .table-layout th,
  .table-layout td,
  .table-layout td p{
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .table-layout .cell-style2 {
    font-weight: normal;
  }
  .table-layout .phone-link {
    color: #333333;
    text-decoration: none;
    pointer-events: auto;
  }

  /* ----- shop-contents-wrap ----- */
  .shop-contents-wrap .shop-contents-heading {
    margin-top: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
  }
  .shop-contents-wrap .shop-contents-heading + .table-layout {
    margin-top: 20px;
  }
  .shop-contents-wrap .shop-contents-heading-v2 {
    margin: 40px 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  .shop-contents-wrap .shop-contents-heading-v2 .heading_sub {
    display: block;
    color: #999999;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: normal;
  }
  .shop-contents-wrap .blog-wrap iframe {
    height: 600px;
  }

  /* ----- shopContent ----- */
  .shopContent[data-row-sp="2"] .column_item:nth-child(n+3) {
    margin-top: 15px !important;
  }
  .shopContent a {
    color: #333333;
    font-size: 10px !important;
    font-size: 1.0rem !important;
    text-decoration: none;
  }
  .shopContent a p {
    display: block;
    margin-top: 0.5em;
    font-size: 10px !important;
    font-size: 1.0rem !important;
  }
  .shopContent a .item-read {
    display: block;
    margin-top: 0.5em;
  }
  .shopContent a .item-head {
    display: block;
    margin-top: 0.5em;
  }
  .shopContent a .item-data {
    display: block;
    margin-top: 0.5em;
    color: #999999;
  }

  /* ----- shop-table-inner ----- */
  .shop-table-inner {
    display: block;
  }
  .shop-table-inner > .link-wrap .linkBtn {
    width: 95px;
    margin: 10px 0 0;
  }
  .shop-table-inner > .link-wrap .linkBtn a {
    padding: 3px 0 2px;
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .shop-table-inner [class*="list-note"] {
    margin-top: 0.5em;
  }
  .shop-table-inner [class*="list-note"] > li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}