@charset "UTF-8";
.title-rest {
  max-width: 1300px;
  height: 350px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  padding-top: 125px;
  box-sizing: border-box;
  line-height: 1.8;
  margin: 0 auto 6rem;
  color: #fff;
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .title-rest {
    margin-bottom: 3rem;
    height: 250px;
    padding-top: 80px;
    font-size: 24px;
  }
}
.title-rest::before {
  position: absolute;
  border-bottom: 1px solid #fff;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  content: "";
}
@media screen and (max-width: 550px) {
  .title-rest::before {
    top: 130px;
  }
}
.title-rest span {
  display: block;
  font-size: 24px;
}

.area-rest {
  padding: 6rem 0;
  background-color: #F9F8F5;
  margin-top: 4rem;
  background-image: url(../img/restaurant/d-bg.webp);
  background-repeat: repeat;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  .area-rest {
    padding: 3rem 0;
    margin-top: 2rem;
  }
}

.area-hote {
  padding: 6rem 0;
  margin-top: 0;
  background-image: url(../img/restaurant/h-bg.webp);
  background-repeat: repeat;
  background-size: 1500px;
}
@media screen and (max-width: 550px) {
  .area-hote {
    padding: 0;
    margin-top: 0;
  }
}

.area-rame {
  padding: 6rem 0;
  margin-top: 0;
  background-image: url(../img/restaurant/r-bg.jpg);
  background-repeat: repeat;
  background-size: 182px;
}
@media screen and (max-width: 550px) {
  .area-rame {
    padding: 3rem 0;
    margin-top: 0;
  }
}

#din {
  background-image: url(../img/restaurant/dining-bg.webp);
  background-size: cover;
}

#hot {
  background-image: url(../img/restaurant/hotel-bg.webp);
  background-size: cover;
}

#ram {
  background-image: url(../img/restaurant/ramen-bg.webp);
  background-size: cover;
}

.list-store {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 115px;
  letter-spacing: 3px;
  list-style: none;
}
@media screen and (max-width: 550px) {
  .list-store {
    padding: 0 1rem;
    margin-top: 2rem;
    gap: 0 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-store li {
  background-color: #fff;
  box-shadow: 2px 3px 6.8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 550px) {
  .list-store li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.list-store li h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .list-store li h3 {
    font-size: 20px;
  }
}
.list-store li h3 span {
  display: block;
  color: #784780;
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  .list-store li h3 span {
    font-size: 14px;
  }
}
.list-store .txt {
  padding: 1rem 1.5rem;
}
.list-store img {
  width: 100%;
}

.store-btnarea {
  display: flex;
  justify-content: center;
  text-align: center;
}
.store-btnarea a {
  display: block;
  width: 170px;
  padding: 0.3rem 0;
  margin: 0 0.5rem;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 1s;
}
@media screen and (max-width: 550px) {
  .store-btnarea a {
    width: 48%;
    font-size: 15px;
  }
}
.store-btnarea a:hover {
  opacity: 0.8;
}
.store-btnarea .kotu {
  background-color: #544D4D;
}
.store-btnarea .tepo {
  background-color: #615151;
}

.area-tenpo {
  max-width: 1300px;
  padding-top: 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .area-tenpo {
    padding-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .area-tenpo dl {
    padding: 1rem;
  }
}

.area-tenpotitle {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 550px) {
  .area-tenpotitle {
    padding: 1.5rem 1rem;
  }
}
.area-tenpotitle img {
  width: 125px;
}
@media screen and (max-width: 550px) {
  .area-tenpotitle img {
    width: 80px;
  }
}
.area-tenpotitle h1 {
  font-size: 32px;
  font-weight: 400;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .area-tenpotitle h1 {
    font-size: 22px;
    margin-left: 0.7rem;
  }
}
.area-tenpotitle h1::after {
  content: "";
  margin-left: 1rem;
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}
@media screen and (max-width: 550px) {
  .area-tenpotitle h1::after {
    height: 0;
  }
}

.resmain-kv {
  width: 100%;
  height: 35vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 550px) {
  .resmain-kv {
    height: 50vw;
  }
}

.content-txt {
  font-size: 20px;
  padding-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  .content-txt {
    padding: 1rem;
    font-size: 16px;
  }
}

.sub-img {
  padding: 6rem 2rem 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
@media screen and (max-width: 550px) {
  .sub-img {
    padding: 2rem 1rem 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.sub-img img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 550px) {
  .sub-img img {
    height: 250px;
  }
}

.area-saiyo {
  margin-top: 4rem;
  padding: 4rem 0;
  background-color: #F9F8F5;
}
@media screen and (max-width: 550px) {
  .area-saiyo {
    padding: 2rem 0;
    margin-top: 0;
  }
}
.area-saiyo .kukaku {
  padding-top: 6rem;
}

.saiyo-box {
  margin: 0 auto;
  margin-bottom: 3rem;
  max-width: 1000px;
  min-height: 235px;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 550px) {
  .saiyo-box {
    flex-wrap: wrap;
  }
}
.saiyo-box img {
  width: 36%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 550px) {
  .saiyo-box img {
    width: 100%;
  }
}
.saiyo-box div {
  width: 64%;
  padding: 2rem;
}
@media screen and (max-width: 550px) {
  .saiyo-box div {
    width: 100%;
    padding: 1.5rem;
  }
}
.saiyo-box div h3 {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 550px) {
  .saiyo-box div h3 {
    font-size: 18px;
  }
}
.saiyo-box div .jikyu {
  font-size: 16px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .saiyo-box div .jikyu {
    font-size: 15px;
  }
}
.saiyo-box div .jikan {
  font-size: 16px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .saiyo-box div .jikan {
    font-size: 15px;
  }
}
.saiyo-box div a {
  display: block;
  width: 220px;
  padding: 0.5rem 0;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 1s;
  background-color: #615151;
}
@media screen and (max-width: 550px) {
  .saiyo-box div a {
    font-size: 15px;
  }
}
.saiyo-box div a:hover {
  opacity: 0.8;
}

.area-other {
  padding: 3rem 0;
}

.title-saiyo {
  font-size: 32px;
  font-weight: 400;
  margin: 3rem auto;
  display: flex;
  align-items: center;
  max-width: 1300px;
}
@media screen and (max-width: 550px) {
  .title-saiyo {
    font-size: 22px;
    padding-left: 0.5rem;
    margin: 2rem auto;
  }
}
.title-saiyo::after {
  content: "";
  margin-left: 1rem;
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}

.unker {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  justify-content: space-between;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 550px) {
  .unker {
    width: 95%;
  }
}
.unker li {
  width: 180px;
  border: solid 1px #000000;
  text-align: center;
  list-style: none;
  position: relative;
  transition: 0.5s;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .unker li {
    width: 48%;
  }
}
.unker li::after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 25%;
  font-size: 10px;
}
.unker li a {
  text-decoration: none;
  display: block;
  padding: 0.3rem;
}
.unker li:hover {
  background-color: #000000;
  color: #ffffff;
}/*# sourceMappingURL=rest.css.map */