.content {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 50px;
  }
}

.content_head {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .content_head {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page_title {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .page_title img {
    max-height: 55px;
  }
}

.page_title_ja {
  font-size: 2.4rem;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .shop_img {
    width: 1200px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .shop_img {
    display: block;
    max-height: 320px;
    padding-bottom: 40px;
    overflow: hidden;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .shop_img > .col {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .shop_img .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .shop_img img {
    margin: auto;
  }
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #b2b2b2;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .section_title_ja {
    margin-bottom: 35px;
  }
}

.section {
  padding-bottom: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .section {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}

.section:not(.info_section) {
  border-bottom: 1px solid #000;
}

.section_catch {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .section_catch {
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
}

.section_text {
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .section_text {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .menu_tab {
    width: 1100px;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #000;
  }
}

@media screen and (max-width: 768px) {
  .menu_tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.menu_tab .col {
  cursor: pointer;
  width: 100%;
  height: 50px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .menu_tab .col {
    border: 1px solid #000;
    margin-bottom: 15px;
  }
}

.menu_tab .col:not(:last-child) {
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .menu_tab .col:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .menu_tab .col:not(:last-child) {
    font-size: 2.6rem;
  }
}

.menu_tab .col:hover,
.menu_tab .col.active {
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 769px) {
  .menu_tab .col:hover,
  .menu_tab .col.active {
    border-color: #000;
  }
}

.menu_content {
  display: none;
  padding-top: 50px;
}
.menu_content .com {
  margin: 24px 0;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (min-width: 769px) {
  .menu_content {
    width: 1060px;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  .menu_content > .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -17px;
    margin-right: -17px;
  }
}

@media screen and (max-width: 768px) {
  .menu_content > .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.menu_content > .row > .col {
  text-align: center;
  padding-left: 17px;
  padding-right: 17px;
}

@media screen and (max-width: 768px) {
  .menu_content > .row > .col {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
  }
}
.menu_content img {
  border: solid 1px #bdbdbd;
}
.menu_content.active {
  display: block;
}

.menu_name {
  padding-top: 25px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .menu_name {
    padding-top: 10px;
  }
}

.info_table {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .info_table {
    width: 787px;
    margin: auto;
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .info_table {
    margin-bottom: 20px;
  }
}

.info_table tr {
  border-top: 1px solid #000;
}

.info_table tr:last-child {
  border-bottom: 1px solid #000;
}

.info_table th {
  width: 185px;
  font-weight: 700;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .info_table th {
    width: 110px;
    padding-top: 15px;
  }
}

.info_table td {
  line-height: 2;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .info_table td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.info_section {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* concept btn */
@media screen and (min-width: 769px) {
  .concept_section .btn_yellow {
    margin-bottom: 35px;
  }
}
.concept_section .btn_yellow a {
  width: 282px;
  height: 47px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .concept_section .btn_yellow a {
    width: 230px;
    height: 36px;
  }
}

.concept_section .btn_yellow .arrow_white,
.concept_section .btn_yellow .arrow_black {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.concept_section .btn_yellow {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .concept_section .btn_yellow {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}

.concept_section .btn_yellow a {
  padding-top: 16px;
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  .concept_section .btn_yellow a {
    padding-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .info_section .btn_black,
  .info_section .btn_yellow,
  .info_section .btn_tabelog {
    margin-bottom: 35px;
  }
}

.info_section .btn_black a,
.info_section .btn_yellow a,
.info_section .btn_tabelog a {
  width: 282px;
  height: 47px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .info_section .btn_black a,
  .info_section .btn_yellow a,
  .info_section .btn_tabelog a {
    width: 230px;
    height: 33px;
  }
}

.info_section .btn_black .arrow_white,
.info_section .btn_black .arrow_black,
.info_section .btn_yellow .arrow_white,
.info_section .btn_yellow .arrow_black,
.info_section .btn_tabelog .arrow_white,
.info_section .btn_tabelog .arrow_black {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info_section .btn_black,
.info_section .btn_yellow {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .info_section .btn_black,
  .info_section .btn_yellow {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}

.info_section .btn_black a,
.info_section .btn_yellow a {
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .info_section .btn_black a,
  .info_section .btn_yellow a {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .info_section .btn_black {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
.info_section .btn_tabelog {
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .info_section .btn_tabelog {
    font-size: 1.6rem;
  }
}

.info_section .btn_tabelog a {
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  .info_section .btn_tabelog a {
    padding-left: 12px;
  }
}

.info_section .btn_tabelog img {
  position: relative;
  top: 5px;
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  .info_section .btn_tabelog img {
    width: 72px;
    height: auto;
  }
}

.shop_01 .content_head {
  background-image: url(../images/shop/01/main_img.jpg);
}

.shop_02 .content_head {
  background-image: url(../images/shop/02/main_img.jpg);
}

.shop_03 .content_head {
  background-image: url(../images/shop/03/main_img.jpg);
}

.shop_04 .content_head {
  background-image: url(../images/shop/04/main_img.jpg);
}

.shop_05 .content_head {
  background-image: url(../images/shop/05/main_img.jpg);
}

.shop_06 .content_head {
  background-image: url(../images/shop/06/main_img.jpg);
}

.shop_07 .content_head {
  background-image: url(../images/shop/07/main_img.jpg);
}

.shop_08 .content_head {
  background-image: url(../images/shop/08/main_img.jpg);
}

.shop_09 .content_head {
  background-image: url(../images/shop/09/main_img.jpg);
}

.shop_10 .content_head {
  background-image: url(../images/shop/10/main_img.jpg);
}

.shop_11 .content_head {
  background-image: url(../images/shop/11/main_img.jpg);
}

.shop_12 .content_head {
  background-image: url(../images/shop/12/main_img.jpg);
}

.shop_13 .content_head {
  background-image: url(../images/shop/13/main_img.jpg);
}

.section_text_wrap .section_text:not(:last-of-type) {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 769px) {
  .slide.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .slide.pc {
    display: none;
  }
}
