@charset "UTF-8";
.wht {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin: 0;
}
body img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
body a {
  text-decoration: none;
}
body ul,
body li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body p {
  margin: 0;
  line-height: 160%;
}
@media (max-width: 750px) {
  body p {
    font-size: 3.2vw;
  }
}
body b {
  font-weight: 900;
}
body h1,
body h2 {
  margin: 0;
}
body h1 {
  font-size: 34px;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  body h1 {
    font-size: 5vw;
  }
}
body .cf:after {
  clear: both;
  overflow: hidden;
  content: "";
}
body .relative {
  position: relative;
}
body .absolute {
  position: absolute;
}
body .wrap {
  overflow: hidden;
}

.sectiontitle h1 {
  color: #000;
  text-align: center;
  border-bottom: solid 3px #a3222a;
  margin: 30px auto;
  padding-bottom: 10px;
  font-size: 2.4em;
}
@media (max-width: 750px) {
  .sectiontitle h1 {
    border-bottom: solid 1.5px #a3222a;
    margin: 15px auto;
    padding-bottom: 5px;
    font-size: 1.6em;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.none {
  display: none;
}

.storepegewrap {
  margin: 200px 0 50px;
}
.storepegewrap_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
}
@media (max-width: 750px) {
  .storepegewrap {
    margin: 70px 0 30px;
  }
  .storepegewrap_inner {
    width: 90%;
  }
}

.storelists {
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
}
.storelists_tt {
  text-align: center;
  padding-bottom: 10px;
}
.storelists_tt h2 {
  color: #4d4d4d;
  font-size: 34px;
}
@media (max-width: 750px) {
  .storelists {
    width: 95%;
  }
  .storelists_tt {
    padding-bottom: 5px;
  }
  .storelists_tt h2 {
    font-size: 1.2em;
  }
}

.storelistwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.storelistwrap li {
  width: 31%;
  padding-bottom: 30px;
}
.storelistwrap_img {
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .storelistwrap li {
    width: 48%;
    padding-bottom: 15px;
  }
  .storelistwrap_img {
    padding-bottom: 5px;
  }
}

.storebtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.4em 1em;
  width: 160px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #a3222a;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .storebtn a {
    padding: 0.4em 0.7em;
    width: 120px;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    background-color: #a3222a;
    transition: 0.3s;
    margin: 0.5em;
  }
}

.storebtn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.storebtn a:hover {
  text-decoration: none;
  background-color: #c26d72;
}

.storedetailwrap {
  background: #dad1be;
  padding: 50px 0;
}
.storedetailwrap .storedetaillist li:not(:last-child) {
  padding-bottom: 70px;
}
.storedetailwrap .storedetaillist_tt {
  text-align: center;
}
.storedetailwrap .storedetaillist_tt h2 {
  color: #4d4d4d;
  font-size: 35px;
}
.storedetailwrap .storedetaillist_pic {
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
  padding: 20px 0;
}
.storedetailwrap .storedetaillist_content {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
  justify-content: space-around;
}
.storedetailwrap .storedetaillist_content_time h2 {
  text-align: center;
  padding-bottom: 10px;
}
.storedetailwrap .storedetaillist_content_timecontent h3 {
  background: #fff;
  width: 300px;
  text-align: center;
  margin: 0;
}
.storedetailwrap .storedetaillist_content_timecontent p {
  padding: 10px 0;
}
.storedetailwrap .storedetaillist_content_detailcontent {
  padding-top: 45px;
}
.storedetailwrap .storedetaillist_content_detailcontent li {
  display: flex;
}
.storedetailwrap .storedetaillist_content_detailcontent li:not(:last-child) {
  padding-bottom: 15px;
}
.storedetailwrap .storedetaillist_content_detailcontent_tt {
  background: #fff;
  width: 140px;
  text-align: center;
  margin-right: 10px;
  height: 30px;
}
.storedetailwrap .storedetaillist_content_detailcontent_tt h3 {
  margin: 0;
}
.storedetailwrap .storedetaillist_map {
  margin: 30px auto;
  width: 800px;
}
.storedetailwrap .storedetaillist_map .gmap_iframe {
  aspect-ratio: 16/9;
  max-width: 1000px;
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .storedetailwrap {
    padding: 25px 0;
  }
  .storedetailwrap .storedetaillist li:not(:last-child) {
    padding-bottom: 30px;
  }
  .storedetailwrap .storedetaillist_tt h2 {
    font-size: 1.5em;
  }
  .storedetailwrap .storedetaillist_pic {
    width: 95%;
    padding: 10px 0;
  }
  .storedetailwrap .storedetaillist_content {
    display: block;
    width: 95%;
  }
  .storedetailwrap .storedetaillist_content_time h2 {
    font-size: 1.2em;
    padding-bottom: 5px;
  }
  .storedetailwrap .storedetaillist_content_timecontent {
    text-align: center;
  }
  .storedetailwrap .storedetaillist_content_timecontent h3 {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
  }
  .storedetailwrap .storedetaillist_content_timecontent p {
    padding: 5px 0;
  }
  .storedetailwrap .storedetaillist_content_detailcontent {
    padding-top: 10px;
  }
  .storedetailwrap .storedetaillist_content_detailcontent li:not(:last-child) {
    padding-bottom: 7px;
  }
  .storedetailwrap .storedetaillist_content_detailcontent_tt {
    width: 100px;
    text-align: center;
    margin-right: 6px;
    height: 20px;
  }
  .storedetailwrap .storedetaillist_content_detailcontent_tt h3 {
    margin: 0;
    font-size: 0.9em;
  }
  .storedetailwrap .storedetaillist_map {
    margin: 15px auto;
    width: 100%;
  }
}

.reservationbtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.7em 1em;
  width: 400px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #a3222a;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .reservationbtn a {
    padding: 0.4em 0.7em;
    width: 80%;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    background-color: #a3222a;
    transition: 0.3s;
    margin: 0.5em auto;
  }
}

.reservationbtn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.reservationbtn a:hover {
  text-decoration: none;
  background-color: #c26d72;
}

.linebtnarea {
  margin: 0 auto;
  max-width: 100%;
  width: 750px;
  padding: 30px 0;
}
.linebtnarea:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .linebtnarea {
    width: 90%;
    padding: 15px 0;
  }
}/*# sourceMappingURL=style.css.map */