@charset "utf-8";
/* ======================================================
 * 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-column ----- */
.main-column{
  margin-top: -85px;
  margin-bottom: 25px;
  margin-left: calc(((100vw - 44rem) / 2) * -1);
  margin-right: calc(((100vw - 44rem) / 2) * -1);
  padding: 150px 0 20px;
  background-color: #f5f5f5 !important;
}
/* ----- content-column column-v2 ----- */
.content-column.column-v2{
  margin-top: 80px;
  margin-left: calc(((100vw - 44rem) / 2) * -1);
  margin-right: calc(((100vw - 44rem) / 2) * -1);
  padding: 60px 0;
  background-color: #f5f5f5 !important;
}
.content-column.column-v2 .content-column_inner {
  width: 1020px;
  margin: 0 auto;
}
/* ----- heading ----- */
.main-column-heading {
  width: 1020px;
  margin: 0 auto;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
.main-column-heading .heading_sub {
  display: block;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
[class*="heading-lv"] > .heading_title.type01 {
  margin-top: 0;
}
[class*="heading-lv"] > .heading_title.type02 {
  margin-bottom: 20px;
}
.heading-lv3 > .column-layout > .column_item > .heading-lv4 .heading_title{
  margin-top: 0;
}
/* ----- box-layout ----- */
.box-layout{
  border: solid 1px #dddddd;
}
.box-layout + .box-layout{
  margin-top: 20px
}
.box-layout .box_inner{
  display: block;
  padding: 20px 25px 10px;
}
.box-layout a.box_inner{
  cursor: pointer;
}
.box-layout .box_inner .box_title{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}
.box-layout a.box_inner .box_title{
  color: #16509f;
}
.box-layout a.box_inner .box_body p{
  position: relative;
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
  color: #333333;
}
.box-layout a.box_inner .box_body p:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-top: 1px solid #16509f;
  border-right: 1px solid #16509f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 5px;
}

/* ----- content-column_inner ----- */
.content-column_inner{
  margin-top: 60px;  
}

/* ----- content-column_inner ----- */
.link-button.notfound-link{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 25px;
}
.link-button.notfound-link li{
  width: 330px;
}
.link-button.notfound-link li + li{
  margin-left: 20px;
}
.link-button.notfound-link li a{
  display: block;
  padding: 13px 10px 10px;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}
.link-button.notfound-link li a.normal-link{
  border: solid 1px #16509f;
  color: #16509f;
}
.link-button.notfound-link li a.phone-link{
  border: solid 1px #dddddd;
  color: #333333;
  pointer-events: none;
}
.link-button.notfound-link li a.phone-link em{
  font-style: normal;
}
.link-button.notfound-link li a.phone-link span{
  position: relative;
  padding-left: 35px;
}
.link-button.notfound-link li a.phone-link span:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 15px;
  height: 27px;
  margin-top: -14px;
  background: url(/common_new/img/com_phone_ic01.png) no-repeat 0 0;
  vertical-align: middle;
}

/* ----- business-hours_item ----- */
.business-hours_item dt{
  margin-bottom: 10px;
  font-weight: bold;
}
.business-hours_item dd {
  display: flex;
  justify-content: start;
}
.business-hours_item dd + dd {
  margin-top: 10px;
}
.business-hours_item dd .item-day {
  width: 95px;
  margin-right: 20px;
  padding: 7px 10px 0;
  border: solid 1px #333333;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.business-hours_item dd .item-lastorder {
  margin: 0.7em 0 0 0.8em;
  color: #595959;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: bottom;
}

/* ----- menu ----- */
.shop_detail > p{
  margin: 30px 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.shop_detail .price li{
  color: #595959;
  font-size: 14px;
  font-size: 1.4rem;
}
.shop_detail .price li .indent{
  display: inline-block;
  min-width: 4em;
  padding-right: 10px;
}
.menu_text_item{
  margin-top: 18px;
  padding-top: 15px;
  border-top: solid 1px #dddddd;
}

/* ----- slick ----- */
.hero-content_area{
  margin: 30px 0 0;
}
.hero-content_area > .slider{
  width: 750px;
  margin: 0 auto;
}
.slick-dots {
  bottom: -45px;
}
.slick-dots li button:before {
  font-size: 30px;
}
.slick-dots li.slick-active button:before {
  font-size: 35px;
}


@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * base
  ------------------------------------------------------ */
  /* ----- section ----- */
  section:nth-of-type(2n+1) {
    background-color: inherit;
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  /* ----- main-column ----- */
  .main-column{
    margin: 0 auto !important;
    padding: 25px 0 30px;
    background-color: #ffffff !important;
  }
  /* ----- content-column column-v2 ----- */
  .content-column.column-v2{
    margin: 25px -15px 35px !important;
    padding: 30px 15px 35px;
    background-color: #f5f5f5 !important;
  }
  .content-column.column-v2 .content-column_inner {
    width: auto;
    margin: 0 auto;
  }
  /* ----- heading ----- */
  .main-column-heading {
    width: auto;
    margin: 0 auto;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .main-column-heading .heading_sub {
    display: block;
    margin-bottom: 0.5em;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
  }
  [class*="heading-lv"] > .heading_title.type01 {
    margin-top: 0 !important;
  }
  .heading-lv3 > .column-layout > .column_item > .heading-lv4 .heading_title{
    margin-top: 20px !important;
  }
  /* ----- box-layout ----- */
  .box-layout{
    border: solid 1px #dddddd;
  }
  .box-layout + .box-layout{
    margin-top: 15px
  }
  .box-layout .box_inner{
    display: block;
    padding: 10px 10px 5px;
  }
  .box-layout a.box_inner{
    cursor: pointer;
  }
  .box-layout .box_inner .box_title{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .box-layout a.box_inner .box_title{
    color: #16509f;
  }
  .box-layout a.box_inner .box_body p{
    position: relative;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
    color: #333333;
  }
  .box-layout a.box_inner .box_body p:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-top: 1px solid #16509f;
    border-right: 1px solid #16509f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 5px;
  }

  /* ----- content-column_inner ----- */
  .content-column_inner{
    margin-top: 25px;  
  }

  /* ----- content-column_inner ----- */
  .link-button.notfound-link{
    display: block;
    align-items: center;
    justify-content: center;
    margin: 25px 0 10px;
  }
  .link-button.notfound-link li{
    width: 100%;
  }
  .link-button.notfound-link li + li{
    margin-left: 0;
    margin-top: 15px;
  }
  .link-button.notfound-link li a{
    display: block;
    padding: 18px 10px 16px;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }
  .link-button.notfound-link li a.normal-link{
    border: solid 1px #16509f;
    color: #16509f;
  }
  .link-button.notfound-link li a.phone-link{
    pointer-events: inherit;
    border: solid 1px #16509f;
    color: #16509f;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .link-button.notfound-link li a.phone-link em{
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    font-style: normal;
  }
  .link-button.notfound-link li a.phone-link span{
    position: relative;
    padding-left: 20px;
  }
  .link-button.notfound-link li a.phone-link span:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -30px;
    width: 18px;
    height: 33px;
    margin-top: -19px;
    background: url(/common_new/img/com_phone_ic02.png) no-repeat 0 0;
    background-size: 18px auto;
    vertical-align: middle;
  }
  .link-button.notfound-link + .list-note > li {
    margin-left: 1em;
    padding-left: 0;
    text-indent: -1em;
    text-align: left;
}

  /* ----- business-hours_item ----- */
  .business-hours_item dt{
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .business-hours_item dd {
    display: flex;
    justify-content: start;
    line-height: 1.5;
  }
  .business-hours_item dd + dd {
    margin-top: 10px;
  }
  .business-hours_item dd .item-day {
    width: 75px;
    height: 20px;
    margin-right: 10px;
    padding: 4px 10px 0;
    border: solid 1px #333333;
    font-size: 10px !important;
    font-size: 1.0rem !important;
    line-height: 1;
    font-weight: bold;
    text-align: center;
  }
  .business-hours_item dd .item-lastorder {
    margin: 0.5em 0 0 0.8em;
    color: #595959;
    font-size: 10px !important;
    font-size: 1.0rem !important;
    line-height: 1;
    vertical-align: bottom;
  }
  .content-column.column-v2 .list-note{
    margin-top: 0;
  }

  /* ----- menu ----- */
  .column_item.menu_item + .column_item.menu_item{
    margin-top: 15px;
  }
  .shop_detail > p{
    margin: 10px 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .shop_detail .price li{
    color: #595959;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .shop_detail .price li .indent{
    display: inline-block;
    min-width: 4em;
    padding-right: 10px;
  }
  .menu_text_item{
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #dddddd;
  }
  /* ----- slick ----- */
  .hero-content_area{
    margin: 0 -15px 0;
  }
  .hero-content_area > .slider{
    width: auto;
    margin: 0 auto;
  }
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    width: 5px;
    height: 5px;
  }
  .slick-dots li button:before {
    font-size: 18px;
  }
  .slick-dots li.slick-active button:before {
    font-size: 20px;
  }
}

