@charset "UTF-8";
/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*

$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

/******************************/
/* デザイン共通 */
/******************************/
/******************************/
/* サブビジュアル */
/******************************/
main .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 35dvw;
  max-height: 500px;
}

main .page_head.non_b_img {
  /*height: 400px;*/
  height: auto;
  display: block;
  padding-top: 90px;
  max-height: inherit;
}

main .page_head.non_b_img .page_title {
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #333;
}

main .page_head.non_b_img .page_title .ttl01 .b_ttl {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  main .page_head.non_b_img .page_title .ttl01 .b_ttl {
    font-size: 24px;
  }
}

main .page_head.non_b_img .page_title .ttl01 .s_ttl {
  font-size: 14px;
  line-height: 2;
}

main .page_head .page_title .ttl01 .text_big {
  text-transform: uppercase;
}

main .page_head .page_title .ttl01 .b_ttl {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  main .page_head .page_title .ttl01 .b_ttl {
    font-size: 24px;
  }
}

main .page_head .page_title .ttl01 .s_ttl {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  main .page_head {
    height: 250px;
  }
}

/******************************/
/* カスタム投稿　サイド */
/******************************/
.item_side .side_list li::before {
  content: ">";
  margin-right: 5px;
}

/******************************/
/* コンタクトフォーム */
/******************************/
.wpcf7-form .pp {
  border: solid 1px #000;
  font-size: 12px;
  height: 12em;
  overflow-y: scroll;
  padding: 1em;
  margin-bottom: 1.5em;
}

.c-form__item {
  border-bottom: 1px solid #646464;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-form__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-form__item.last {
  border-bottom: 0;
}

.c-form__label {
  padding-bottom: 5px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-form__label {
    font-size: 18px;
    width: calc((280 / 960) * 100%);
  }
}

.c-form__form {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-form__form {
    width: calc((680 / 960) * 100%);
  }
}

.c-form__form input[type="text"],
.c-form__form input[type="tel"],
.c-form__form input[type="email"],
.c-form__form input[type="number"],
.c-form__form select,
.c-form__form textarea {
  background-color: #ffffff;
  border: solid 1px #666666;
  padding: 10px 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-form__form input[type="text"],
  .c-form__form input[type="tel"],
  .c-form__form input[type="email"],
  .c-form__form input[type="number"],
  .c-form__form select,
  .c-form__form textarea {
    background-color: #ffffff;
    border: 1px solid #646464;
  }
}

.c-form__form textarea {
  height: 240px;
}

@media screen and (min-width: 768px) {
  .c-form__form textarea {
    height: 210px;
  }
}

@media screen and (max-width: 767px) {
  .c-form__form__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
  }
}

.c-form__form.form-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-form__form.form-address > div {
  margin-right: 40px;
}

@media screen and (min-width: 768px) {
  .c-form__form.form-address > div {
    margin-right: 50px;
  }
}

.c-form__form.form-address > div:nth-child(1) {
  position: relative;
}

.c-form__form.form-address > div:nth-child(1)::after {
  background-color: #646464;
  content: "";
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  right: -25px;
  top: 50%;
  width: 10px;
}

@media screen and (min-width: 768px) {
  .c-form__form.form-address > div:nth-child(1)::after {
    right: -30px;
  }
}

.c-form__form.form-address > div:nth-child(2) {
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .c-form__form.form-address > div:nth-child(2) {
    margin-right: 15px;
  }
}

.c-form__form.form-address > div:nth-child(2) input {
  width: 150px;
}

@media screen and (min-width: 768px) {
  .c-form__form.form-address > div:nth-child(2) input {
    width: 200px;
  }
}

.c-form__form.form-address input {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .c-form__form.form-address input {
    width: 120px;
  }
}

.c-form__file {
  background-color: #646464;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  .c-form__file {
    padding: 12px 10px;
    width: 140px;
  }
}

.c-form__file input {
  display: none;
}

.c-form__privacy {
  border: 1px solid #646464;
  height: 140px;
  margin-bottom: 10px;
  overflow-y: scroll;
  padding: 10px;
}

.c-form__submit {
  text-align: center;
}

.c-form__submit > input[type="submit"] {
  background-color: #646464;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 29px;
  letter-spacing: 0.06em;
  padding: 25px 10px;
  width: 488px;
}

@media screen and (max-width: 767px) {
  .c-form__submit > input[type="submit"] {
    font-size: 17px;
    padding: 10px;
    width: 300px;
  }
}

.c-form__submit > input[type="submit"]:hover {
  opacity: 0.5;
}

.c-form__btn {
  background-color: #646464;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  padding: 10px 5px;
  text-align: center;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .c-form__btn {
    font-size: 14px;
    width: 162px;
  }
}

/******************************/
/* ページ　******　(COMPANY) */
/******************************/
/******************************/
/* ページ　******　(COMPANY) */
/******************************/
/******************************/
/* ページ　******　(COMPANY) */
/******************************/
/******************************/
/* ページ　******　(COMPANY) */
/******************************/
/******************************/
/* ページ　******　(COMPANY) */
/******************************/
/******************************/
/* ページ　******　(COMPANY) */
/******************************/
/******************************/
/* ページ　******　(COMPANY) */
/******************************/
/******************************/
/* ページ　******　(店舗案内) */
/******************************/
.single_shop_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single_shop_box li .imgarea {
  width: 65%;
}

.single_shop_box li .txtarea {
  width: calc(35% - 50px);
  margin-left: 50px;
}

.single_shop_box li .shop_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid 1px #666;
  padding: 25px 45px;
  margin-top: 30px;
}

/******************************/
/* 疑似タブディスプレイ*/
/******************************/
/**SWIPER 追加 */
.tab_swiper.swiper {
  position: relative;
}

.tab_swiper.swiper .swiper-container {
  width: 90%;
}

.tab_swiper.swiper .swiper-slide {
  width: calc((95% - 15px) / 5);
}

.tab_swiper.swiper .swiper-slide:last-child {
  margin-right: 0;
}

.tab_swiper.swiper .swiper-slide a {
  border: solid 1px #666;
  display: block;
  text-align: center;
}

.tab_swiper.swiper .swiper-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 3rem;
  z-index: 2;
}

.tab_swiper.swiper .swiper-nav-prev {
  left: 0;
}

.tab_swiper.swiper .swiper-nav-next {
  right: 0;
}

/******************************/
/* FAQ QA*/
/*よくある質問*/
/******************************/
.menu_template_b .flex_2c .box {
  margin-bottom: 15px;
}

.menu_template_b .flex_3c .box {
  margin-bottom: 15px;
}

.menu_template_b .flex_4c .box {
  margin-bottom: 15px;
}

/******************************/
/* 料金表テンプレートA2*/
/*price_a2*/
/******************************/
.page-template-tmpl_price_a2-php .price_a2_list li.a2_li {
  margin-bottom: 60px;
}

.page-template-tmpl_price_a2-php .price_a2_list li.a2_li:last-child {
  margin-bottom: 0;
}

/******************************/
/* 店舗案内*/
/*shop list*/
/******************************/
.shop_list_layout_list li.list_area {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .shop_list_layout_list li.list_area {
    margin-bottom: 50px;
  }
}

.shop_list_layout_list li.list_area:last-child {
  margin-bottom: 0;
}

.shop_logo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop_logo_flex figure {
  margin: 0;
}

.shop_logo_flex figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 100px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.shop_logo_flex .shop_name_area {
  padding: 15px 0 15px 30px;
}

.single_shoppost_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* align-items: center;*/
}

@media screen and (max-width: 767px) {
  .single_shoppost_flex {
    display: block;
  }
}

.single_shoppost_flex .img_area {
  width: 60%;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .single_shoppost_flex .img_area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.single_shoppost_flex .img_area.iframe_area iframe {
  width: 100%;
}

.single_shoppost_flex .txt_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}

.single_shoppost_flex .txt_area .small_text {
  font-size: 12px;
}

.single_shoppost_flex .txt_area ul.links_sns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}

/*
.shop_list_page {
  .shop_list_layout_list {
    li {
      margin-bottom: 50px;

      &:last-child {
        margin-bottom: 0;
      }
      &:nth-child(odd) {
        .shop_grid_box {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr max-content;
          gap: 0px 0px;
          grid-template-areas:
            "IMG-ARES IMG-ARES LOGO"
            "IMG-ARES IMG-ARES LOGO"
            "DISCLIP DISCLIP DISCLIP";

          @include max_scr($bp_sp) {
            grid-template-columns: 1fr 1fr;
            grid-template-rows: max-content max-content 1fr;

            grid-template-areas:
              "IMG-ARES IMG-ARES"
              "LOGO LOGO"
              "DISCLIP DISCLIP";
          }

          .DISCLIP {
            border: solid 1px #1a1a1a;
            padding: 50px;
          }
          .IMG-ARES {
            margin-bottom: 30px;

          }
          .LOGO {
            margin-left: 30px;
            margin-bottom: 30px;
            // background-color: #ccc;
          }
        }
      }

      &:nth-child(even) {
        .shop_grid_box {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr max-content;
          gap: 0px 0px;
          grid-template-areas:
            "LOGO IMG-ARES IMG-ARES"
            "LOGO IMG-ARES IMG-ARES"
            "DISCLIP DISCLIP DISCLIP";

          @include max_scr($bp_sp) {
            grid-template-columns: 1fr 1fr;
            grid-template-rows: max-content max-content 1fr;

            grid-template-areas:
              "IMG-ARES IMG-ARES"
              "LOGO LOGO"
              "DISCLIP DISCLIP";
          }

          .DISCLIP {
            border: solid 1px #1a1a1a;
            padding: 50px;
          }
          .IMG-ARES {
            margin-bottom: 30px;

          }
          .LOGO {
            margin-right: 30px;
            margin-bottom: 30px;
            // background-color: #ccc;
          }
        }
      }

      .DISCLIP {
        grid-area: DISCLIP;

        .sns_links {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;

          li {
            a {
              display: block;

              &::before {
                font-family: "Font Awesome 5 Free";
                content: "\f3c5";
                font-weight: bold;
                margin-right: 10px;
                background-color: #666;
                border-radius: 50%;
                padding: 5px 6.5px;
                color: #fff;
                font-size: 12px;
              }
            }
          }
        }
      }

      .IMG-ARES {
        grid-area: IMG-ARES;
      }

      .LOGO {
        grid-area: LOGO;
        figure {
          padding: 0 60px;

          img {
            aspect-ratio: 1 / 1;
          }
        }

        h3 {
          border-top: solid 1px #1a1a1a;
          border-bottom: solid 1px #1a1a1a;
          text-align: center;
          font-size: 16px;
          padding: 25px 0;
          margin-bottom: 25px;
        }
      }

      .shop_grid_box .img_area {
        background-color: #ff0000;
      }
    }
  }
}
*/
/******************************/
/* 一覧テンプレートA*/
/*list_layout_a*/
/******************************/
/******************************/
/* FAQ QA*/
/*よくある質問*/
/******************************/
.faq_page .faq_contents h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.faq_page .faq_list li {
  margin-bottom: 50px;
}

.faq_page .faq_list li ul li {
  margin: 0;
}

.faq_page .faq_list li:last-child {
  margin-bottom: 0;
}

.faq_contents .accordion_one {
  margin: 0 auto;
}

.faq_contents .accordion_one .accordion_header {
  background-color: #b4b4b4;
  color: #fff;
  /*font-size: 26px;*/
  font-weight: bold;
  padding: 10px 5% 10px 1.5em;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq_contents .accordion_one .accordion_header .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 1.5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before,
.faq_contents .accordion_one .accordion_header .i_box .one_i:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq_contents .accordion_one .accordion_inner.stay {
  display: block;
}

/* .s_03 .accordion_one .accordion_inner .box_one {
  height: 300px;
} */
.faq_contents .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 18px;
  }
  .faq_contents .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/******************************/
/* SLICK SLIDER*/
/*店舗案内*/
/******************************/
.thumbnail figure {
  background-color: #666;
}

.thumbnail figure,
.thumbnail-thumb figure {
  margin-bottom: 0;
}

.thumbnail {
  /*max-width: 700px;*/
  width: 100%;
  margin: 0 auto 5px;
  padding: 0;
}

.thumbnail img,
.thumbnail-nav img {
  width: 100%;
}

.thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-height: 720px;
  /*aspect-ratio: 16 / 9;*/
}

.thumbnail-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3 / 2;
  /*height: 80px;*/
}

.thumbnail .slick-slide {
  padding: 0 0 0 0;
}

.thumbnail-thumb {
  position: relative;
  margin: 0 auto;
}

.thumbnail-thumb .slick-track {
  margin: auto;
}

.thumbnail-thumb.slick-slider {
  width: 100%;
}

.thumbnail-thumb .slick-slide {
  padding: 0 0px 0 0;
  margin-right: 2px;
}

.thumbnail-thumb li {
  margin: 5px;
}

.thumbnail-thumb .slick-next {
  right: 20px;
  z-index: 100;
}

.thumbnail-thumb .slick-prev {
  left: 15px;
  z-index: 100;
}

.thumbnail-thumb .slick-current {
  opacity: 0.5;
}

.thumbnail-thumb div div div {
  cursor: pointer;
}

.thumbnail-thumb .slick-arrow {
  position: absolute;
  bottom: 15px;
  background-color: #000;
  z-index: 200;
  line-height: 0;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 50;
}

.thumbnail-thumb .prev-arrow {
  left: -40px;
  color: #fff;
}

.thumbnail-thumb .prev-arrow:active {
  left: -35px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.thumbnail-thumb .prev-arrow::before {
  content: "";
  margin-top: -2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_l_gray.svg);
  width: 15px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  border: 0px;
}

.thumbnail-thumb .next-arrow {
  right: -40px;
}

.thumbnail-thumb .next-arrow:active {
  right: -35px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.thumbnail-thumb .next-arrow::before {
  content: "";
  margin-top: -2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_r_gray.svg);
  width: 15px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  border: 0px;
}

/***メニュー表の　切り替え************************************/
.menu-thumb {
  position: relative;
  margin: 0 auto;
}

.menu-thumb.page_change .slick-current {
  opacity: 1;
}

.menu-thumb .slick-track {
  margin: auto;
}

.menu-thumb.slick-slider {
  width: 90%;
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .menu-thumb.slick-slider {
    width: 80%;
  }
}

.menu-thumb .slick-slide {
  padding: 0;
  text-align: center;
}

.menu-thumb .slick-slide a {
  border: solid 1px #666;
  display: block;
  font-size: 14px;
  padding: 10px 0;
}

.menu-thumb .slick-slide a.active {
  color: #ffffff;
  background-color: #666;
}

.menu-thumb li {
  margin: 5px;
}

.menu-thumb .slick-next {
  right: 20px;
  z-index: 100;
}

.menu-thumb .slick-prev {
  left: 15px;
  z-index: 100;
}

.menu-thumb .slick-current {
  opacity: 0.5;
}

.menu-thumb div div div {
  cursor: pointer;
}

.menu-thumb .slick-arrow {
  position: absolute;
  bottom: 15px;
  background-color: #000;
  z-index: 200;
  line-height: 0;
  top: 27%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 50;
}

.menu-thumb .prev-arrow {
  left: -30px;
  color: #fff;
}

.menu-thumb .prev-arrow:active {
  left: -35px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.menu-thumb .prev-arrow::before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_l.svg);
  width: 20px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repea;
}

.menu-thumb .next-arrow {
  right: -30px;
}

.menu-thumb .next-arrow:active {
  right: -35px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.menu-thumb .next-arrow::before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_r.svg);
  width: 20px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}

/******************************/
/* 施工実績一覧　******　(Works3) */
/******************************/
.works3_search_bg {
  background-color: #e6e6e6;
  padding: 60px 0;
}

.works3_search_bg h3 {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .works3_search_bg h3 {
    font-size: 16px;
  }
}

.works_tax_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works_tax_list li {
  margin-right: 15px;
  min-width: 200px;
}

.works_tax_list li:last-child {
  margin-right: 0;
}

.works_tax_list li a {
  display: block;
  border: solid 1px #666;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.works_tax_list li a:hover {
  background-color: #666;
  color: #fff;
}

.works_tax_list li a.is-current {
  background-color: #666;
  color: #fff;
}

/******************************/
/* 施工実績一覧　******　(Works) */
/******************************/
.item_list_contents .works_list {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.item_list_contents .works_list li {
  width: calc((100% - 10px) / 3);
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .item_list_contents .works_list li {
    width: calc((100% - 5px) / 2);
  }
  .item_list_contents .works_list li:nth-child(even) {
    margin-right: 0;
  }
  .item_list_contents .works_list li:nth-child(odd) {
    margin-right: 5px;
  }
}

.item_list_contents .works_list li:nth-child(3n) {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .item_list_contents .works_list li:nth-child(3n) {
    margin-right: auto;
  }
}

.item_list_contents .works_list li a {
  display: block;
}

.item_list_contents .works_list li a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
}

.item_list_contents .works_list li a figure:hover figcaption {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .item_list_contents .works_list li a figure:hover figcaption {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .item_list_contents .works_list li a figure:active figcaption {
    opacity: 1;
  }
}

.item_list_contents .works_list li a figure img {
  width: 100%;
  aspect-ratio: 6 / 5;
  -o-object-fit: cover;
     object-fit: cover;
}

.item_list_contents .works_list li a figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 80%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffffee;
  padding: 25px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .item_list_contents .works_list li a figure figcaption {
    padding: 15px;
  }
  .item_list_contents .works_list li a figure figcaption h3 {
    font-size: 14px;
  }
  .item_list_contents .works_list li a figure figcaption p {
    display: none;
  }
}

.item_list_contents .works_list li a figure figcaption .fig_box {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .item_list_contents .works_list li a figure figcaption .fig_box {
    margin-bottom: 0;
  }
}

.item_list_contents .works_list li a figure figcaption .link_btn02 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/******************************/
/* 求人*/
/*リクルート recruit*/
/******************************/
.recruit_menu_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .recruit_menu_btn_list {
    display: block;
  }
}

.recruit_menu_btn_list li {
  width: calc((100% - 60px) / 4);
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .recruit_menu_btn_list li {
    width: 100%;
    margin-right: 0;
  }
}

.recruit_menu_btn_list li:last-child {
  margin-right: 0;
}

.recruit_menu_btn_list li a.recruit_select_btn {
  position: relative;
  display: block;
  border: solid 1px #1a1a1a;
  padding: 10px;
}

.recruit_menu_btn_list li a.recruit_select_btn:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.recruit_menu_btn_list li a.recruit_select_btn:hover:after {
  top: 14px;
}

.recruit_menu_btn_list li a.recruit_select_btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  position: absolute;
  right: 10px;
}

/******************************/
/* 投稿*/
/*施工実績*/
/******************************/
.works_galler_area img {
  width: 100%;
}

.single-works_post .s_works_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .single-works_post .s_works_flex {
    display: block;
  }
}

.single-works_post .s_works_flex .block-s {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .single-works_post .s_works_flex .block-s {
    width: 100%;
  }
}

.single-works_post ul.list_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .single-works_post ul.list_detail {
    margin-bottom: 25px;
  }
}

.single-works_post ul.list_detail li {
  border-top: solid 1px #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.single-works_post ul.list_detail li:last-child {
  border-bottom: solid 1px #1e1e1e;
}

.single-works_post ul.list_detail li .tbl_ttl,
.single-works_post ul.list_detail li .tbl_body {
  padding: 20px 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .single-works_post ul.list_detail li .tbl_ttl,
  .single-works_post ul.list_detail li .tbl_body {
    padding: 10px 0;
  }
}

.single-works_post ul.list_detail li .tbl_ttl {
  width: 44%;
}

.single-works_post ul.list_detail li .tbl_body {
  width: 54%;
}

/******************************/
/* アクセス******　(access) */
/******************************/
.access_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 30px;
}

.access_flex li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .access_flex li {
    display: block;
  }
}

.access_flex li .iframe_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .access_flex li .iframe_area {
    margin-left: 0;
  }
}

.access_flex li .iframe_area iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.access_flex li .text_area {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .access_flex li .text_area {
    width: 100%;
  }
}

/******************************/
/* シングル*/
/*ページャー*/
/******************************/
#pagenavi .prev a:before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_l.svg);
  width: 7px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #pagenavi .prev a:before {
    /*content: "<";*/
    margin-right: 10px;
  }
}

#pagenavi .next a:after {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_r.svg);
  width: 7px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #pagenavi .next a:after {
    /*content: ">";*/
    margin-left: 10px;
  }
}

/******************************/
/* 一覧ページ装飾*/
/*⑦A対応分 tmpl_list_layout_a.php*/
/******************************/
/******************************/
/* 一覧ページ装飾*/
/*⑦B対応分 tmpl_list_layout_b.php*/
/******************************/
/******************************/
/* 概要ページ*/
/*⑨対応分 tmpl_company.php*/
/******************************/
/******************************/
/* コンセプトページ*/
/*②対応分 tmpl_concept.php*/
/******************************/
/******************************/
/* ○○について　事業内容詳細*/
/*②対応分 template_page_layout04.php*/
/******************************/
.template_page_layout04 .feature_area {
  padding: 50px 0;
  background-color: #ddd;
}

.template_page_layout04 .pg04_banner_area .flex_1c .box {
  width: 100%;
  margin: 0 0 15px;
  aspect-ratio: 16 / 5;
}

.template_page_layout04 .pg04_banner_area .flex_2c .box {
  width: calc(100% / 2);
  margin: 0 0 15px;
  aspect-ratio: 16 / 5;
}

.template_page_layout04 .pg04_banner_area .flex_3c .box {
  width: calc(100% / 3);
  margin: 0 0 15px;
}

.template_page_layout04 .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template_page_layout04 .box a h2 {
  font-size: 22px;
}

/******************************/
/* ○○について　事業内容一覧*/
/*②対応分 template_page_layout05.php*/
/******************************/
/******************************/
/* /*⑨ tmpl_company.php*/
/******************************/
@media screen and (max-width: 767px) {
  .template_company_page .layout_flex .flex_3c {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .template_company_page .layout_flex .flex_3c li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/******************************/
/* ○○について　事業内容一覧*/
/*⑥対応分 template_page_layout05.php*/
/******************************/
.single-item_post .banner_area .flex_1c .box {
  width: 100%;
  margin: 0;
}

.single-item_post .banner_area .flex_1c .box.item_banner_bg {
  aspect-ratio: 16 / 5;
}

.single-item_post .banner_area .flex_2c .box {
  width: calc(100% / 2);
  margin: 0;
}

.single-item_post .banner_area .flex_2c .box.item_banner_bg {
  aspect-ratio: 3 / 2;
}

.single-item_post .banner_area .flex_3c .box {
  width: calc(100% / 3);
  margin: 0;
}

.single-item_post .banner_area .flex_3c .box.item_banner_bg {
  aspect-ratio: 3 / 2;
}

.single-item_post .banner_area .flex_4c .box {
  width: calc(100% / 4);
  margin: 0;
}

.single-item_post .banner_area .flex_4c .box.item_banner_bg {
  aspect-ratio: 3 / 2;
}

.single-item_post .banner_area .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-item_post .banner_area .box a h2 {
  font-size: 22px;
}

/******************************/
/* 料金表　A-1*/
/*⑫対応分 template_page_price_a1
/******************************/
.template_page_price .price_a1_bg01 {
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 3;
}

.template_page_price_a1 .flex_2c_side_over li {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.template_page_price_a2 .price_a2_list li.a2_li:last-child {
  margin-bottom: 0 !important;
}

.template_page_price_a2 .price_a2_list li .flex_2c li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}

.template_page_price_a2 .price_a2_list li .flex_2c li:nth-child(even) {
  margin-right: 0;
}

.template_page_price_a2 .price_a2_list li .flex_2c li img {
  aspect-ratio: 3 / 2;
}

/******************************/
/* 一枚完結Ver　B*/
/*③対応分 temp_list_layout_b
/******************************/
.temp_list_layout_b .temp_list_layout_b_list li.contents {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .temp_list_layout_b .temp_list_layout_b_list li.contents {
    margin-bottom: 50px;
  }
}

.temp_list_layout_b .temp_list_layout_b_list li.contents:last-child {
  margin-bottom: 0;
}

/******************************/
/* 個別商品*/
/*⑥single_itempost
/******************************/
.single_itempost .imgbox.shop_images_area img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  aspect-ratio: 3 / 2;
}

/******************************/
/* 価格表　*/
/******************************/
#menu_content .flex_2c_side_over li {
  background: none;
  max-height: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #menu_content .flex_2c_side_over li {
    margin-bottom: 30px;
  }
}

#menu_content .flex_2c_side_over li h2 {
  font-weight: normal;
}

#menu_content .flex_2c_side_over li .textbox {
  padding-top: 0;
}

#menu_content figure.price_banner {
  margin-bottom: 5px;
}

#menu_content figure.price_banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16 / 9;
}

#menu_content .textbox .price_flex li {
  margin: 0;
  border-top: solid 1px #ddd;
}

/******************************/
/* SHOP LIST*/
/******************************/
.shop_list_page .tel_link_txt {
  font-size: 18px;
}

/*# sourceMappingURL=css_map/style_page.css.map */
