@charset "utf-8";

/*=== 店舗持ち込みサービスのお申し込みはこちら ===*/
.commonApply-item.pattern-apply {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .commonApply-bg {
    height: 365px;
  }
  .commonApply-layer {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100%;
    border-radius: 0 0 100% 100%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
  }
  .commonApply-human {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 60px 15px 0;
  }
  .commonApply-human span {
    width: 205px;
    min-width: 160px;
  }
  .commonApply-list {
    justify-content: center;
  }
  .commonApply-item {
    width: 100%;
    max-width: 585px;
  }
  .commonApply-detail {
    margin-top: 0;
  }
  .commonApply-number {
    font-size: 54px;
  }
  .commonApply-detailList {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 1200px) and (min-width: 769px) {
  .commonApply-bg {
    height: 30.417vw;
  }
  .commonApply-human {
    max-width: 100vw;
    padding: 0 5vw 1.25vw 0;
  }
  .commonApply-human span {
    width: 17.083vw;
  }
}

/*=== 特徴 ===*/
.feature .noteList {
  max-width: 1010px;
  margin: 20px auto 0;
}


/*=== 各種メニュー・料金表 ===*/
.menu {
  overflow: hidden;
}
.menu .main-section {
  padding-bottom: 0;
}
.menu .main-subsec {
  margin: 0 -100%;
  padding: 70px 100% 60px;
}
.menu .main-subsec:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.menu .main-subsec:first-of-type {
  margin-top: 70px;
}
.menu-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 25px 20px 30px;
  border: 2px solid #ededed;
  background-color: #fff;
}
.menu-head {
  margin-right: 50px;
  padding-left: 20px;
}
.pattern-solution .menu-head {
  max-width: 260px;
}
.menu-ttl {
  font-weight: bold;
  font-size: 28px;
}
.menu-ttl .type-highlight {
  color: #b52a06;
}
.menu-ttl .type-em {
  font-size: 38px;
  line-height: 1;
}
.menu-txt {
  margin-top: 15px;
  font-size: 18px;
}
.menu-txt .type-highlight {
  color: #b52a06;
}
.menu-cont {
  flex-grow: 1;
}
.menu-detail + .menu-detail {
  margin-top: 30px;
}
.menu-lead {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
}
.menu-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.menu-item {
  width: calc((100% - 25px) / 2);
}
@media print, screen and (max-width: 900px) {
  .menu-list {
    display: block;
  }
  .menu-item {
    width: 100%;
    margin-top: 20px;
  }
}
.menu-total {
  margin-top: 10px;
  font-size: 18px;
}
.menu-total .type-highlight {
  display: inline-block;
  color: #b52a06;
}
.menu-total .type-em {
  padding: 0 4px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}
.menu-item .example-wrapList {
  margin-top: 10px;
}
.menu-item .example-head {
  padding: 12px 50px 12px 30px;
  font-size: 16px;
}
.menu-item .example-head_mark {
  width: 24px;
  height: 24px;
}
.menu-item .example-head_mark::before,
.menu-item .example-head_mark::after {
  top: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
}
.menu-item .example-list {
  font-size: 16px;
}
.menu-item .example-item:not(:first-child) {
  margin-top: 10px;
}


/*=== 料金表 ===*/
.menu-priceWrap {
  margin-top: 30px;
  padding: 40px 0 30px;
  border: 2px solid #ededed;
  background-color: #fff;
}
.menu-priceWrap .totalEx {
  margin: 0 40px;
}
.menu-priceWrap .pattern-result .totalEx-cont {
  min-width: 140px;
}
.menu-priceWrap .detailTable {
  margin: 50px 0 0;
}
.menu-priceWrap .detailTable-table {
  width: 1076px;
  margin: 0 40px;
}
.detailTable-plus {
  position: relative;
  margin: 5px auto 15px;
  width: 28px;
  height: 28px;
  color: transparent;
}
.detailTable-plus::before,
.detailTable-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 6px;
  background-color: #666;
  transform: translateY(-50%);
}
.detailTable-plus::after {
  transform: translateY(-50%) rotate(90deg);
}
.detailTable-plus + .detailTable {
  margin-top: 0;
}
.lineup .pattern-menu .detailTable-data {
  height: auto;
}


/*=== 店舗一覧 ===*/
.shop {
  overflow: hidden;
}
.shop .main-section {
  padding-bottom: 0;
}
.shop .main-subsec {
  margin: 0 -100%;
  padding: 50px 100%;
}
.shop .main-subsec:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.shop .main-subsec:first-of-type {
  margin-top: 70px;
}
.shop .main-subsec:last-child {
  padding-bottom: 100px;
}
.shop .main-ttl .commonIcon-shop {
  filter: brightness(0) saturate(100%) invert(25%) sepia(5%) saturate(11%) hue-rotate(1deg) brightness(95%) contrast(80%);
}
.shop-genre {
  display: flex;
  align-items: baseline;
  margin-top: 40px;
}
.shop-genre + .shop-genre {
  margin-top: 10px;
}
.shop-label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5px;
  padding: 2px 20px;
  background-color: #fbdfcc;
  border-radius: 50px;
}
.shop-label .type-icon {
  margin-right: 10px;
}
.shop-label .commonIcon-shop {
  width: 20px;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(78%) saturate(0%) hue-rotate(39deg) brightness(92%) contrast(90%);
}
.shop-handle {
  padding-left: 1em;
  text-indent: -1em;
}
.shop-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.shop-item {
  width: calc((100% - 50px) / 2);
}
.shop-item:not(:nth-child(-n+2)) {
  margin-top: 70px;
}
@media print, screen and (max-width: 850px) {
  .shop-list {
    display: block;
  }
  .shop-item {
    width: 100%;
  }
  .shop-item:not(:first-child) {
    margin-top: 60px;
  }
}
.shop-head {
  display: flex;
  align-items: flex-start;
}
.shop-name {
  margin-left: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.shop-column {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.shop-thumb {
  flex-shrink: 0;
  position: relative;
  width: 50%;
  max-width: 260px;
  max-height: 195px;
  margin-right: 35px;
  z-index: 0;
}
.shop-map div {
  position: relative;
  width: 100%;
  padding-top: 75%; /* = height ÷ width × 100 */
}
.shop-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop-txt {
  margin-top: 20px;
}
/*=== 店舗画像スライダー ===*/
.slick-arrow {
  appearance: none;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  color: transparent;
  background-color: #232b35;
  border-radius: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow:focus {
  background-color: #e85d00;
}
.slick-arrow:hover {
  background-color: #e85d00;
}
.slick-arrow.shop-next {
  left: auto;
  right: -15px;
}
.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translateY(-50%);
}
.slick-arrow.shop-next::before {
  right: 10px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}


/*=== 都道府県 ===*/
.prefectures {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 50px auto 0;
}
.prefectures-item {
  width: calc((100% - (25px * 4)) / 5);
}
@media print, screen and (min-width: 769px) {
  .prefectures-item:not(:nth-child(-n+5)) {
    margin-top: 15px;
  }
  .prefectures-item:not(:nth-child(5n)) {
    margin-right: 25px;
  }
}
a.prefectures-link {
  display: block;
  position: relative;
  height: 100%;
  padding: 8px 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-color: #ededed;
  border-radius: 50px;
}
a.prefectures-link:hover {
  color: #e85d00;
}
a.prefectures-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  right: -10px;
  width: 12px;
  height: 8px;
  background-color: #666;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
a.prefectures-link:hover::after {
  background-color: currentColor;
}


@media print, screen and (max-width: 768px) {
  /*=== 店舗持ち込みサービスのお申し込みはこちら ===*/
  .commonApply-item {
    max-width: 100%;
  }
  /*=== 特徴 ===*/
  .feature .main-ttl {
    letter-spacing: 0;
  }
  /*=== 各種メニュー・料金表 ===*/
  .menu .main-subsec {
    padding: 60px 100% 50px;
  }
  .menu .main-subsec:first-of-type {
    margin-top: 60px;
  }
  .menu-wrap {
    display: block;
    margin-top: 25px;
    padding: 20px 15px;
  }
  .menu-head {
    margin-right: 0;
    padding-left: 0;
  }
  .pattern-solution .menu-head {
    max-width: 100%;
  }
  .menu-ttl {
    font-size: 18px;
  }
  .menu-ttl .type-em {
    font-size: 24px;
  }
  .menu-txt {
    font-size: 16px;
  }
  .menu-cont {
    margin-top: 25px;
  }
  .menu-detail + .menu-detail {
    margin-top: 25px;
  }
  .menu-lead {
    font-size: 16px;
  }
  .menu-list {
    margin-top: 15px;
  }
  .menu-item {
    margin-top: 15px;
  }
  .menu-total {
    margin-top: 5px;
    font-size: 14px;
  }
  .menu-total .type-em {
    font-size: 22px;
  }
  .menu-item .example-head {
    padding: 10px 50px 10px 15px;
    font-size: 14px;
  }
  .menu-item .example-head_mark {
    width: 22px;
    height: 22px;
  }
  .menu-item .example-head_mark::before,
  .menu-item .example-head_mark::after {
    top: 10px;
    width: 10px;
  }
  .menu-item .example-list {
    font-size: 16px;
  }
  .menu-item .example-item:not(:first-child) {
    margin-top: 10px;
  }
  /*=== 料金表 ===*/
  .menu-priceWrap {
    margin-top: 25px;
    padding: 25px 0 15px;
  }
  .menu-priceWrap .totalEx {
    margin: 0 15px;
  }
  .menu-priceWrap .pattern-result .totalEx-cont {
    min-width: auto;
  }
  .menu-priceWrap .detailTable {
    margin: 40px 0 0;
  }
  .menu-priceWrap .detailTable-table {
    width: calc(768px - ((15px * 4) + 4px));
    margin: 0 15px;
  }
  .detailTable-plus {
    margin: 5px auto 15px;
    width: 15px;
    height: 15px;
  }
  .detailTable-plus::before,
  .detailTable-plus::after {
    width: 15px;
    height: 3px;
  }
  .detailTable-plus + .detailTable {
    margin-top: 0;
  }
  .lineup .pattern-menu .detailTable-data {
    height: auto;
  }
  /*=== 店舗一覧 ===*/
  .shop-genre {
    display: block;
    margin-top: 25px;
  }
  .shop-genre + .shop-genre {
    margin-top: 15px;
  }
  .shop-label {
    display: inline-flex;
  }
  .shop-handle {
    margin-top: 5px;
    padding-left: 0;
    text-indent: 0;
  }
  .shop-list {
    max-width: 400px;
    margin: 20px auto 0;
  }
  .shop-item:not(:first-child) {
    margin-top: 40px;
  }
  .shop-name {
    font-size: 18px;
  }
  .shop-column {
    display: block;
  }
  .shop-thumb {
    width: 100%;
    max-width: none;
    max-height: 300px;
    margin-right: 0;
  }
  .shop-txt {
    margin-top: 15px;
  }
  /*=== 店舗画像スライダー ===*/
  .slick-arrow {
    left: -10px;
    width: 35px;
    height: 35px;
  }
  .slick-arrow.shop-next {
    left: auto;
    right: -10px;
  }
  .slick-arrow::before {
    right: 15px;
  }
  .slick-arrow.shop-next::before {
    right: 12px;
  }
  /*=== 都道府県 ===*/
  .prefectures {
    margin-top: 30px;
  }
  .prefectures-item {
    width: calc((100% - (10px * 2)) / 3);
  }
  .prefectures-item:not(:nth-child(-n+3)) {
    margin-top: 10px;
  }
  .prefectures-item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  a.prefectures-link {
    font-size: 14px;
  }
  a.prefectures-link::after {
    display: inline-block;
    position: relative;
    top: -2px;
    right: -10px;
  }

}
