@charset "UTF-8";

/* CSS Document */
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 0;
}

h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #CF000A;
  padding-bottom: 5px;
  margin-top: 7%;

}

h2:after {
  position: absolute;
  left: calc(50% - 42px);
  display: block;
  content: "";
  height: 2px;
  width: 84px;
  margin-top: 10px;
  background: -webkit-repeating-linear-gradient(0deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
  background: -o-repeating-linear-gradient(0deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
  background: repeating-linear-gradient(90deg,#CF000A 0,#CF000A 10px,#fff 10px,#fff 15px);
}

/* ----------------------------
 title
------------------------------*/
.title_area{
  text-align: center;
  margin-bottom: 3.5%;
}

.title_area .title_pattern{
  width: 60%;
  margin: auto;
  border-bottom: 3px dashed #CF000A;
  padding: 0 0 27px;
}

.title_area h2 {
  background: #fff;
  color: #CF000A;
  display: inline-block;
  padding: 0 50px 0;
  margin: -20px auto 0;
  text-align: center;
}

.title_area h2:after{
  background: none;
  left: 0;
  height: 0;
  width: 0;
  margin-top: 0;
}

/* ----------------------------
  .main
------------------------------*/
#wrapper .bnr-app{
    background-color: #38393c;
}
#wrapper .bnr-app img{
  width: 100%;
    max-width: 960px;
}



/* ----------------------------
  .nav_category
------------------------------*/
#banner_top .nav_category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#banner_top .nav_category ul li {
  width: 190px;
  height: 65px;
  border-radius: 0;
  margin-bottom: 10px;
}

#banner_top .nav_category ul li a {
  position: relative;
  background: #724C2F;
  box-shadow: 0px 5px 0px #633C1F;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  padding-right: 30px;
  padding-left: 30px;
}

#banner_top .nav_category ul li a:hover {
  opacity: 0.8;

}

#banner_top .nav_category ul li a:after {
  position: absolute;
  content: "";
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 7px;
  height: 7px;
  right: 15px;
  top: 26px;
  transform: rotate(45deg);
}
#service_category.nav_category ul{
  width: 99%;
  margin: auto;
}
#service_category.nav_category ul:after{
  content: "";
  display: block;
  clear: both;
}
#service_category.nav_category ul li {
  width: 49%;
  height: 65px;
  border-radius: 0;
  margin-right: 2%;
}
#service_category.nav_category ul li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .acd-check{
    display: none;
  }
  .acd-label {
    display: none;
  }
  .acd-content {
    margin-top: 4%;
  }
}
/* ----------------------------
  swiper
------------------------------*/
.swiper-wrapper {
  margin-top: 40px;
  /*
  margin: 6%;
  width: 90%;
  overflow: hidden;
*/
}

.swiper-slide {
  position: relative;
  border: 1px solid #D7D7D7;
  margin-bottom: 20px;
  box-sizing: border-box;
  cursor: pointer;
  /*  width: 30% !important;*/
}


.swiper-slide::before {
  position: absolute;
  content: "";
  color: # ff0000;
  background: url(../img/ico-arrow.png);
  width: 39px;
  height: 39px;
  right: 0;
  bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  padding: 8px;
  background: #ffffff;
  color: #724C2F;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  position: relative;
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2px solid #724C2F;
  border-bottom: 2px solid #724C2F;
}
.swiper-button-prev:after{
  left: 2px;
  transform: rotate(135deg);
}
.swiper-button-next:after{
  right: 2px;
  transform: rotate(-45deg);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.swiper-pagination > .swiper-pagination-bullet:first-child:nth-last-child(-n+1),
.swiper-pagination > .swiper-pagination-bullet:first-child:nth-last-child(-n+1) ~ li {
  display: none;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto 20px;
  padding-bottom: 30px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  min-height: 435px;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .item_info {
  padding: 10px 10px 40px;
  line-height: 1.4;
  text-align: left;
}

.swiper-slide .shop_name {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 3px;
}

.swiper-slide .service_info {
  font-size: 14px;
}

.swiper-slide .txt_hash {
  font-size: 14px;
  color: #999;
}





/* remodal contents
----------------------------------------*/
/* Close button */
.remodal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0;
  background: 0 0;
}

.remodal_close:hover,
.remodal_close:focus {
  color: #2b2e38;
}

.remodal_close:before {
  width: 40px;
  height: 40px;
  content: '';
  display: block;
  background: url(../img/btn-modal_close.png) no-repeat center center;
  background-size: contain;
  top: 0;
  right: 0;
}

.remodal.remodal_wrap {
  max-width: 920px;
  position: relative;
  padding: 0;
}

.remodal_inner {
  text-align: left;
}

.remodal_inner .modal_shopinfo {
  zoom: 1;
  display: table;
  width: 100%;
}

.remodal_inner .modal_shopinfo::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}

.remodal_inner .modal_shopinfo_logo {
  display: table-cell;
  vertical-align: middle;
  width: 39%;
  /* padding: 5%; */
  text-align: center;
  border: 1px solid #c3c3c3;
}

.remodal_inner .modal_shopinfo_logo img {
  width: 90%;
  height: auto;
  vertical-align: middle;
}

.remodal_inner .modal_shopinfo_detail .shopinfo {
  width: 100%;
  line-height: 1.3;
}

.remodal_inner .modal_shopinfo_detail .shopinfo_name {
  font-size: 18px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.75em;
}

.remodal_inner .modal_shopinfo_detail .shopinfo_time,
.remodal_inner .modal_shopinfo_detail .shopinfo_tel,
.remodal_inner .modal_shopinfo_detail .shopinfo_floor,
.remodal_inner .modal_shopinfo_detail .shopinfo_reservation
 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
}

.remodal_inner .note {
  margin-top: 1em;
  font-size: 12px;
  color: #999999;
}

.remodal_inner .modal_iteminfo {
  width: 100%;
  zoom: 1;
}

.remodal_inner .modal_iteminfo::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}

.remodal_inner .modal_iteminfo_image {
  width: 60.86956522%;
  float: left;
  font-size: 0;
  line-height: 0;
}

.remodal_inner .modal_iteminfo_image img {
  max-width: 560px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.remodal_inner .modal_iteminfo_text {
  box-sizing: border-box;
  width: 39.13043478%;
  height: 560px;
  overflow-y: scroll;
  float: left;
  padding: 30px;
  margin-left: 0;
  line-height: 1.5;
  color: #333;
}

.remodal_inner .modal_iteminfo_text .item_point_title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.remodal_inner .modal_iteminfo_text .itme_summary{
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #000;
}
.remodal_inner .modal_iteminfo_text .item_point_text {
  font-size: 14px;
  font-size: 0.875rem;
}

.remodal_inner .modal_iteminfo_text .item_conditions {
  font-size: 12px;
  color: #999999;
  padding-top: 0.5em;
}

.remodal_inner .modal_iteminfo_text .discription-conditions{
  border-bottom: 1px solid #333;
  margin-bottom: 17px;
  padding-bottom: 17px;

}

.remodal_inner .modal_iteminfo_text .item_name {
  font-size: 23px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  padding-right: 15px;
}
.remodal_inner .modal_iteminfo_text .item_type{
  font-size: 14px;
  margin-top: 0.5em;
}

.remodal_inner .modal_iteminfo_text .item_price {
  font-size: 1.2em;
  color: #000;
}
.remodal_inner .modal_iteminfo_text .base_price{
  font-size: 18px;
  display: inline-block;
  line-height: 1.4;
}
.remodal_inner .modal_iteminfo_text .tax_inprice{
  display: inline-block;
  font-size: 14px;
  line-height: 25.2px;
}

.remodal_inner .modal_iteminfo_text .item_detail {
  margin-top: 2em;
}

.remodal_inner .modal_iteminfo_text .item_detail_title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  padding: 0.5% 2%;
}

.remodal_inner .modal_iteminfo_text .item_detail_name {
  margin-top: 1em;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}

.remodal_inner .modal_iteminfo_text .item_detail_name:before {
  content: '■';
}

.remodal_inner .modal_iteminfo_text .item_detail_price {
  margin-top: 1em;
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
}
.remodal_inner .modal_shopinfo ul.order-area{
  margin: 20px auto;

}
.remodal_inner .modal_shopinfo ul.order-area li{
  margin-bottom: 10px;
}
.remodal_inner .modal_shopinfo ul.order-area li:after{
  content: "";
  display: block;
  clear: both;
}
.remodal_inner .modal_shopinfo ul.order-area .order-logo{
  box-sizing: border-box;
  float: left;
  width: 48%;
  margin-right: 4%;
    padding-top: 5px;
}
.remodal_inner .modal_shopinfo ul.order-area .order-logo img{
  width: 100%;
}
.remodal_inner .modal_shopinfo ul.order-area .order-btn{
  float: right;
  width: 48%;
}

.remodal_inner .modal_shopinfo .order-btn{
  position: relative;
  background: #724C2F;
  font-size: 14px;
  color: #fff;
}
.remodal_inner .modal_shopinfo .order-btn a{
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 10px 35px 10px 20px;
}
.remodal_inner .modal_shopinfo .order-btn::before{
  position: absolute;
  top: calc( 50% - 5px );
  right: 13px;
  content: "";
  border-right: 1px solid #fff;
  height: 7px;
  transform: rotate( -45deg );

}
.remodal_inner .modal_shopinfo .order-btn::after{
  position: absolute;
  top: 50%;
  right: 13px;
  content: "";
  border-top: 1px solid #fff;
  width: 15px;

}

.remodal_inner .modal_shopinfo .btn_more{
  position: relative;
  background: #724C2F;
  margin: 8px auto 20px;
  font-size: 14px;
  color: #fff;
}
.remodal_inner .modal_shopinfo .btn_more a{
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 35px 10px 20px;
}
.remodal_inner .modal_shopinfo .btn_more::before{
  position: absolute;
  top: calc( 50% - 5px );

  right: 13px;
  content: "";
  border-right: 1px solid #fff;
  height: 7px;
  transform: rotate( -45deg );

}
.remodal_inner .modal_shopinfo .btn_more::after{
  position: absolute;
  top: 50%;
  right: 13px;
  content: "";
  border-top: 1px solid #fff;
  width: 15px;

}
@media (max-width: 1080px) {
  .swiper-slide{
    min-height: 380px;
  }
}

@media (max-width: 870px) {
  .swiper-slide{
    min-height: 310px;
  }
}
@media (max-width: 768px) {
  #service_category .title_area .title_pattern img,
  #shop_category .title_area .title_pattern img {
    width: auto;
    height: auto;
  }
}

/* ------------------------------------------------
  SP
-------------------------------------------------*/
@media (max-width: 767px) {
  h2{
    margin-top: 50px;
  }
  .title_area{
    margin-bottom: 4%;
  }
  .title_area .title_pattern{
    width: 90%;
    padding: 0 0 12px;
  }
  #banner_top .title_area .title_pattern img{
    max-width: 50px;

  }
  .title_area h2{
    font-size: 22px;
    padding: 0 20px 0;
  }
  .cat_link {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
  #banner_top .nav_category{
    margin: 25px 0;
  }
  #banner_top .nav_category ul {
    width: 90%;
    margin: auto;
  }
  #banner_top .acd-check:checked + .acd-label + .acd-content .nav_category ul{
      display: block;
  }
  #banner_top .nav_category ul li{
    float: left;
    width: 48%;
    margin-bottom: 0;
  }
  #banner_top .nav_category ul li:nth-child(even){
    float: right;
  }
  #banner_top .nav_category ul li a {
    padding-left: 20px;
    height: 50px;
  }
  #banner_top .nav_category ul li a:after {
    top: 21px;
  }

  #service_category.nav_category ul li{
    width: 100%;
    float: none;
  }

  /* ------------------------
　アコーディオン
  -------------------------*/

  .acd_nav{
    position: relative;
  }

  .acd-check{
      display: none;
  }
  .acd-label{
    cursor: pointer;
    position: absolute;
    bottom: -100px;
    left: 5%;
    box-sizing: border-box;
    width: 90%;
    max-width: 600px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CF000A;
    box-shadow: 0px 5px 0px #A13535;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.4;
    margin: 20px auto 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .acd-label:after{
    position: absolute;
    content: "";
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 7px;
    height: 7px;
    right: 15px;
    top: 26px;
    transform: rotate(45deg);
  }
  .acd-content{
      height: 0;
      opacity: 0;
      padding: 0 0;
      transition: .5s;
      visibility: hidden;
  }
  .acd-check:checked + .acd-label + .acd-content{
      height: auto;
      opacity: 1;
      padding: 0 0 5px;
      visibility: visible;
  }
  .acd-check:checked + .acd-label{
    font-size: 0;
  }
  .acd-check:checked + .acd-label:before{
    content: "メニューを閉じる";
    font-size: 16px;
  }
  .acd-check:checked + .acd-label:after{
    transform: rotate(225deg);
  }
  /* ------------------------
  おすすめ
  -------------------------*/

  .recommend_feature {
    margin-top: 70px;
  }
  /* ------------------------
  一覧
  -------------------------*/
  .swiper-slide {
    border: none;
    min-height: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 30%;
  }

/* ------------------------
remordal
-------------------------*/
  /* Close button */
  .remodal_close {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #000;
    border: 0;
    outline: 0;
    background: 0 0;
  }

  .remodal_close:before {
    width: 40px;
    height: 40px;
    content: '';
    display: block;
    background: url(../img/btn-modal_close.png) no-repeat center center;
    background-size: contain;
    top: 0;
    right: 0;
    float: right;
  }

  .remodal-wrapper {
    padding: 20px 20px 0;
  }

  .remodal.remodal_wrap {
    width: calc(100% - 10px);
    max-width: 100%;
    padding: 0;
  }

  .remodal_inner {
    text-align: left;
  }

  .remodal_inner .modal_shopinfo {
    padding: 0;
  }

  .remodal_inner .modal_shopinfo img {
    width: 100%;
    height: auto;
  }

  .remodal_inner .modal_shopinfo_logo {
    width: 46.8%;
    margin: 0 auto;
  }

  .remodal_inner .modal_shopinfo_detail {
    margin: 0;
    padding: 0;
  }
  .remodal_inner .modal_iteminfo_text {
    padding: 20px;
  }

  .remodal_inner .modal_iteminfo_text .item_name {
    font-size: 23px;
    color: #333;
    font-weight: 600;
    margin: 5px 0 0 0;
    padding-right: 0;
  }

  .remodal_inner .modal_iteminfo_text .item_price {
    font-size: 18px;
    color: #000;
    margin-top: 0.2em;
  }

  .remodal_inner .modal_iteminfo_text .item_point_text {
    font-size: 14px;
  }

  .remodal_inner .modal_shopinfo_detail .shopinfo {
    width: 100%;
    line-height: 1.3;
  }

  .remodal_inner .modal_shopinfo_detail .shopinfo_name {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
  }

  .remodal_inner .modal_shopinfo_detail .shopinfo_time,
  .remodal_inner .modal_shopinfo_detail .shopinfo_tel {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 4.3%;
    color: #636363;
  }

  .remodal_inner .modal_shopinfo_detail .shopinfo_time,
  .remodal_inner .modal_shopinfo_detail .shopinfo_tel,
  .remodal_inner .modal_shopinfo_detail .shopinfo_floor,
  .remodal_inner .modal_shopinfo_detail .shopinfo_reservation
  {
    font-size: 14px;
    margin-top: 0.5em;
    color: #636363;
  }

  .remodal_inner .modal_iteminfo {
    width: 100%;
    margin-top: 0;
  }

  .remodal_inner .modal_iteminfo_image {
    width: 100%;
  }

  .remodal_inner .modal_iteminfo_image img {
    width: 100%;
    height: auto;
  }

  .remodal_inner .modal_iteminfo_text {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
  }

  .remodal_inner .modal_iteminfo_text .item_theme {
    font-size: 17px;
    color: #24acde;
    font-weight: bold;
  }

  .remodal_inner .modal_iteminfo_text .item_point_title {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .remodal_inner .modal_shopinfo ul.order-area {


  }
  .remodal_inner .modal_shopinfo ul.order-area .order-logo{
    margin-top: 7px;
      padding-top: 0;
  }
  .remodal_inner .modal_shopinfo ul.order-area li a{
    padding: 7px 25px 7px 0px;
    font-size: 94%;
  }
  .remodal_inner .modal_shopinfo .order-btn::after{
    right: 12px;
    width: 12px;
  }




}
