﻿.l-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-inner {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .c-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-inner---970 {
  max-width: 1050px;
}
.c-txt-mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media only screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

#archiveStorePage #store-kyousai .breadcrumbs,
#archiveStorePage #store-eiru .breadcrumbs {
  max-width: none;
}

#store-kyousai {
  border: unset;
  max-width: unset;
  margin: unset;
  padding: unset;
}
#store-kyousai section {
  border: unset;
  max-width: unset;
  margin: unset;
  padding: unset;
}
#store-kyousai section h2 {
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  margin-bottom: unset;
  text-align: unset;
  text-indent: unset;
  transform: unset;
}
#store-kyousai .store-slider {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  #store-kyousai .store-slider {
    margin: 20px 0;
  }
}
#store-kyousai #top {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #store-kyousai #top {
    margin-bottom: 20px;
  }
}
#store-kyousai #top .ttl {
  background: url(../img/store/bg-top-kyousai.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 148px;
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #store-kyousai #top .ttl {
    font-size: 2.4rem;
    min-height: 90px;
  }
}
#store-kyousai #top .btn-container {
  padding-top: 40px;
}
#store-kyousai #top .simple-btn {
  border: 1px solid #000;
  padding: 5px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}
@media only screen and (min-width: 768px) {
  #store-kyousai #top .simple-btn {
    min-width: 306px;
    min-height: 39px;
    font-size: 2.5rem;
  }
}
#store-kyousai #total {
  background: url(../img/store/bg-total.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #store-kyousai #total {
    /* background: url(../img/store/sp-total-bg.jpg) no-repeat; */
    background-size: cover;
    padding: 60px 0;
  }
}
#store-kyousai #total .ttl {
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 2;
  margin-bottom: 40px;
  color: #8f6502;
}

@media only screen and (max-width: 767px) {
  #store-kyousai #total .ttl {
    font-size: 2.5rem;
    line-height: 1.75;
  }
}

@media only screen and (max-width: 430px) {
  #store-kyousai #total .ttl {
    font-size: 2.2rem;
  }
}

#store-kyousai #total h2.ttl {
  border-bottom: 1px solid #382d13;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
#store-kyousai #total .thum {
  margin-bottom: 40px;
}
#store-kyousai #total .txt {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #store-kyousai #total .txt {
    font-size: 2.5rem;
  }
}
#store-kyousai #total .txt + .txt {
  margin-top: 2em;
}

#store-kyousai #total .gallery {
  margin-top: 60px;
}
#store-kyousai #total .gallery .ttl {
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #8f6502;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #store-kyousai #total .gallery .ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
#store-kyousai #total .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #store-kyousai #total .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
}
#store-kyousai #total .gallery-item {
  margin: 0;
  overflow: hidden;
  position: relative;
}
#store-kyousai #total .gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 284 / 195;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

#store-kyousai #tokucho {
  padding: 60px 0;
}
#store-kyousai #tokucho .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 4.6rem;
}
@media only screen and (max-width: 767px) {
  #store-kyousai #tokucho .ttl {
    font-size: 3rem;
    line-height: 1.75;
  }
}
#store-kyousai #tokucho .box {
  border: 1px solid #cdb76e;
  padding: 40px;
  margin-top: 60px;
  background: #fbf7f0;
}
@media only screen and (max-width: 767px) {
  #store-kyousai #tokucho .box {
    padding: 40px 20px;
  }
}
#store-kyousai #tokucho .sub-ttl {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #store-kyousai #tokucho .sub-ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#store-kyousai #tokucho .thum {
  border: 1px solid #cdb76e;
  max-width: 630px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  box-shadow: 1px 1px 7px #afafaf82;
}

#store-kyousai #tokucho .thum img {
  width: 100%;
  height: 100%;
  aspect-ratio: 608 / 436;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  #store-kyousai #tokucho .thum img {
    aspect-ratio: 300 / 200;
  }
}

#store-kyousai #tokucho .txt {
  line-height: 1.75;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  #store-kyousai #tokucho .txt {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #store-kyousai #tokucho .txt {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
#store-kyousai #last {
  background: url(../img/store/bg-ochikaku-kyousai.png) no-repeat;
  background-size: cover;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #store-kyousai #last {
    font-size: 2rem;
    min-height: 200px;
  }
}

/* エイル店舗詳細ページ */
#store-eiru {
  border: unset;
  max-width: unset;
  margin: unset;
  padding: unset;
}
#store-eiru section {
  border: unset;
  max-width: unset;
  margin: unset;
  padding: unset;
}
#store-eiru section h2 {
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  margin-bottom: unset;
  text-align: unset;
  text-indent: unset;
  transform: unset;
}
#store-eiru .store-slider {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  #store-eiru .store-slider {
    margin: 20px 0;
  }
}
#store-eiru #top {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #store-eiru #top {
    margin-bottom: 20px;
  }
}
#store-eiru #top .ttl {
  background: url(../img/store/bg-day.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 148px;
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #store-eiru #top .ttl {
    font-size: 2.4rem;
    min-height: 90px;
  }
}
#store-eiru #top .btn-container {
  padding-top: 40px;
}
#store-eiru #top .simple-btn {
  border: 1px solid #000;
  padding: 5px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}
@media only screen and (min-width: 768px) {
  #store-eiru #top .simple-btn {
    min-width: 306px;
    min-height: 39px;
    font-size: 2.5rem;
  }
}
#store-eiru #total {
  background: url(../img/store/bg-total-eiru.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #store-eiru #total {
    /* background: url(../img/store/sp-total-bg.jpg) no-repeat; */
    background-size: cover;
    padding: 60px 0;
  }
}
#store-eiru #total .ttl {
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 2;
  margin-bottom: 40px;
  color: #8f6502;
}

@media only screen and (max-width: 767px) {
  #store-eiru #total .ttl {
    font-size: 2.5rem;
    line-height: 1.75;
  }
}

@media only screen and (max-width: 430px) {
  #store-eiru #total .ttl {
    font-size: 2.2rem;
  }
}

#store-eiru #total h2.ttl {
  border-bottom: 1px solid #382d13;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
#store-eiru #total .thum {
  margin-bottom: 40px;
}
#store-eiru #total .txt {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #store-eiru #total .txt {
    font-size: 2.5rem;
  }
}
#store-eiru #total .txt + .txt {
  margin-top: 2em;
}

#store-eiru #total .gallery {
  margin-top: 60px;
}
#store-eiru #total .gallery .ttl {
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #8f6502;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #store-eiru #total .gallery .ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
#store-eiru #total .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #store-eiru #total .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
}
#store-eiru #total .gallery-item {
  margin: 0;
  overflow: hidden;
  position: relative;
}
#store-eiru #total .gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 284 / 195;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
#store-eiru #tokucho {
  padding: 60px 0;
}
#store-eiru #tokucho .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 4.6rem;
}
@media only screen and (max-width: 767px) {
  #store-eiru #tokucho .ttl {
    font-size: 3rem;
    line-height: 1.75;
  }
}
#store-eiru #tokucho .box {
  border: 1px solid #d2d2d2;
  padding: 40px;
  margin-top: 60px;
  background: #fbfbfb;
}
@media only screen and (max-width: 767px) {
  #store-eiru #tokucho .box {
    padding: 40px 20px;
  }
}
#store-eiru #tokucho .sub-ttl {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #store-eiru #tokucho .sub-ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#store-eiru #tokucho .thum {
  border: 1px solid #d2d2d2;
  max-width: 630px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  box-shadow: 1px 1px 7px #afafaf82;
}

#store-eiru #tokucho .thum img {
  width: 100%;
  height: 100%;
  aspect-ratio: 608 / 436;
  object-fit: cover;
}

#store-eiru #tokucho .thum img.img-object {
  object-position: 0% 75%;
}

@media only screen and (max-width: 767px) {
  #store-eiru #tokucho .thum img {
    aspect-ratio: 300 / 200;
  }
}
#store-eiru #tokucho .txt {
  line-height: 1.75;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  #store-eiru #tokucho .txt {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #store-eiru #tokucho .txt {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
#store-eiru #last {
  background: url(../img/store/bg-ochikaku-eiru.png) no-repeat;
  background-size: cover;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #store-eiru #last {
    font-size: 2rem;
    min-height: 200px;
  }
}
