html {
  scroll-behavior: smooth;
}
body {
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  color: #5a5657;
  letter-spacing: 0.1rem;
}

.hind-light {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*.ubuntu-light3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}*/

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 2em;
  padding-bottom: 35px;
}

p {
  line-height: 2;
}

ul {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  margin: 50px auto 45px auto;
  width: 440px;
  border-top: solid 3px #5a5657;
  max-width: 100%;
}

.container,
.container2 {
  position: relative;
  margin: auto;
}

.bg_white {
  background-color: #fcfbf4;
}

.bg_oysterwhite2 {
  background-color: #f7f3e7;
}
.btn {
  display: inline-block;
  padding: 0 1.5em;
  margin: 5px auto;
  color: #fff;
  background: #ca3e1d;
  font-size: 1.3em;
}

.btn:hover {
  text-decoration: none;
}

.summary {
  line-height: 3;
}

.item {
  padding: 20px 0;
}

.item li {
  font-size: 1.2rem;
}

.item li span {
  display: inline-block;
  padding: initial!important;
}

.item li .price {
  display: block;
  padding: initial !important;
}

.more {
  position: relative;
  font-size: 2em;
}

.more::before {
  content: "";
}

/*#swiper .swiper-button-prev {
  background-image: url(../images/prev.png);
}

#swiper .swiper-button-next {
  background-image: url(../images/next.png);
}*/

@media all and (max-width: 767px) {
  .pc {
    display: none;
  }

  h2 {
    padding: 0 0 30px 0;
  }

  .container {
    padding: 50px 15px;
  }

  .container2 {
    padding: 50px 0;
  }

  .item li span {
    padding: 5px 0;
  }
}

@media all and (min-width: 768px) {
  body {
    min-width: 1080px;
  }

  a[href^="tel:"] {
    color: inherit;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }

  .sp {
    display: none;
  }

  h2 {
    padding: 0 0 30px 0;
  }

  .container,
  .container2 {
    padding: 40px 0;
    width: 1080px;
    height: 100%;
  }

  .item {
    align-items: flex-start;
    justify-content: center;
    /*gap: 15px;*/
    gap: 40px;
  }

  .item li {
    /*width: 30%;*/
    width: 25%;
  }

  .item li a span {
    padding: 15px 15px 45px 15px;
  }

  .item li a img {
    height: 270px;
    object-fit: cover;
  }

  /*.item .cs {
    width: 100%;
    aspect-ratio: 270/270;
  }*/
}
