@charset "utf-8";
/* CSS Document */
.mainvisual {
  width: 100%;
  height: 700px;
  margin-bottom: 30px;
  position: relative;
}
.mainvisual ul {
  padding: 0;
}
.mainvisual .fade-img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
  border-radius: 200px 200px 2px 2px;
}
.mainvisual .fade-img li {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  animation: fade 15s infinite;
}
.mainvisual .fade-img li:nth-child(1) {
  animation-delay: 0s;
}
.mainvisual .fade-img li:nth-child(2) {
  animation-delay: 5s;
}
.mainvisual .fade-img li:nth-child(3) {
  animation-delay: 10s;
}
@keyframes fade {
  0% {
    opacity:  0;
  }
  15% {
    opacity:  1;
  }
  30% {
    opacity:  1;
  }
  45% {
    opacity:  0;
  }
  100% {
    opacity:  0;
  }
}
.mainvisual .catchphrase {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 450px;
  left:70px;
}
.mainvisual .shopname {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(80px, 9vw, 100px);
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 500px;
  left:70px;
}
.section-title {
  color: #B08323;
  font-size: 60px;
}
/*NEWSバナーのスタイル*/
.news-area {
  margin-top: 30px;
  padding: 30px 0;
  border-top: solid 1px #454545;
  border-bottom: solid 1px #454545;
  display: flex;
  overflow-x: hidden;
}
.news-area .news-roll {
  display: flex;
  animation: side-left 50s infinite linear both;
}
.news-area .news-roll li {
  width: calc(100vw / 2.2);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
}
.news-area .news-roll li a span {
  margin-right: 20px;
}
@keyframes side-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*SHOP INFOのスタイル*/
.shopinfo .title {
  color: #B08323;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(30px, 4vw, 60px);
  font-weight: 500;
  letter-spacing:  0.05em;
  text-align: center;
  margin: 0;
  padding-top: 100px;
}
.shopinfo .description {
  font-size: clamp(20px, 2vw, 24px);
  letter-spacing:  0.1em;
  text-align: center;
  margin-top: 30px;
}
.shopinfo .container {
  background-color: rgba(255,255,255,0.7);
  margin: 30px 10vw 100px 10vw;
  border-radius: 50px;
  padding-bottom: 80px;
}
.shopinfo .container .img{
  margin: 0 80px;
  padding-top: 80px;
}
.shopinfo .container .img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
.shopinfo .shoplogo {
  display: flex;
  align-items: center;
  margin: 30px 80px;
}
.shopinfo .section-title {
  margin: 0;
  color: #B08323;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 80px);
  display: flex;
  align-items: center;
}
.shopinfo .icon-png {
  display: inline-block;
  width: clamp(60px, 10vw, 120px);
  height: auto;
  aspect-ratio: 120/65;
  background-image: url("../img/logo3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.shopinfo .text {
  font-size: clamp(16px, 3vw, 24px);
  margin: 0 0 0 80px;
}
.shopinfo .text .tel {
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 500;
  margin: 0;
}
.btn {
  width: 170px;
  background-color: #fff;
  display: block;
  border: solid 1px #454545;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
  margin-top: 50px;
}
.btn:hover {
  color: #fff;
  background-color: #B08323;
  opacity: 1;
  transform: scale(1.05)
}
.menu {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  position: relative;
  border-top: solid 1px #454545;
  margin-bottom: 180px;
}
.menu::after {
  content: "";
  width: 60%;
  height: 80%;
  min-height: 420px;
  background-color: transparent;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url("../img/bc-img.jpg");
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  position: absolute;
  top: 15vw;
  right: 50px;
  z-index: -10;
  opacity: 0.7;
}
.menu .text {
  margin: auto 0px auto 0px;
  padding: 10% 10% 0 2%;
  text-align: center;
}
.menu .text .section-title {
  margin-bottom: 30px;
  font-size: 60px;
}
.menu .text .description {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 auto 30px auto;
}
.menu .text .btn {
  margin: 50px auto;
}
.menu-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.menu .menu-list {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-left: 50px;
}
.menu .menu-list li {
  max-width: 500px;
  height: auto;
}
.news {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  position: relative;
  border-top: solid 1px #454545;
  margin-bottom: 170px;
}
.news::after {
  content: "";
  width: 60%;
  height: 80%;
  min-height: 420px;
  background-color: transparent;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url("../img/bc-img.jpg");
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  position: absolute;
  top: 170px;
  left: 50px;
  z-index: -10;
  opacity: 0.7;
}
.news .text {
  margin: 120px 0 0 30px;
  text-align: center;
}
.news .text .section-title { 
  margin-bottom: 30px;
  font-size: 60px;
  margin-left: 30px;
  line-height: 1.2;
}
.news .text .description {
  font-size: 20px;
  line-height: 1.8;
  margin-left: 60px;
  margin-right: 30px;
}
.news .text .btn {
  margin: 50px auto;
}
.news .news-list img {
  width: 900px;
  height: 270px;
  object-fit: cover;
  border-radius: 20px;
}
.news .news-list {
  max-width: 1000px;
  display: grid;
  grid-template-columns: (2, 1);
  gap: 10px;
  margin-right: 50px;
}
.news .news-list li {
  max-width: 100%;
}
.wrapper {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 100px 0;
  position: relative;
  border-top: solid 1px #454545;
  text-align: center;
}
.wrapper .onlinemarket {
  width: 50%;
  background-color: rgba(255,255,255,0.7);
  margin: 0 25px 0 50px; 
  padding: 50px 20px 50px 20px;
  border-radius: 50px;
}
.wrapper .onlinemarket .section-title {
  line-height: 1.1;
  margin-bottom: 30px;
}
.wrapper .onlinemarket .description {
  font-size: 20px;
}
.wrapper .onlinemarket .btn {
  margin: 10px auto 0;
}
.wrapper .onlinemarket p small {
  color: #B08323;
}
.wrapper .contact {
  width: 50%;
  background-color: rgba(255,255,255,0.7);
  margin: 0 50px 0 50px; 
  padding: 50px 20px 50px 20px;
  border-radius: 50px;
}
.wrapper .contact .section-title {
  line-height: 1.1;
  margin-bottom: 30px;
}
.wrapper .contact .description {
  font-size: 20px;
}
.wrapper .contact .btn {
  margin: 50px auto 0 auto; 
}
.creambox{
  border-top: solid 1px #454545;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 50px 0 50px;
}
.creambox .creambox-img {
  width: 100%;
  height: 700px;
}
.creambox .creambox-img img {
  width: 100%;
  height: 700px; 
  border-radius: 50px;
  object-fit: cover;
  object-position: center;
}
.creambox .text {
  padding: 20px 50px;
  width: 100%;
  height: 270px;
  background-color: rgba(255,255,255,0.7);
  position: relative;
  margin: -270px 50px 100px 50px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 50px 50px;
}
.creambox .text .section-title {
  align-self: flex-start;
  padding: 0;
  margin: 0;
} 
.creambox .text .description{
  font-size: clamp(16px, 2vw, 20px);
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 50px;
  width: 70%;
}
.creambox .text .btn{
  position: absolute;
  right: 50px;
  bottom: 50px
}
.fadein {
  opacity: 0;
  transform: translateY(100px);
  transition:  all 1s;
}
.fadein.inview {
  opacity: 1;
  transform: translateY(0);
}


/*スマートフォン*/
@media screen and (max-width: 930px) {
  .mainvisual {
    height: 300px;
    margin: 30px auto;
  }
  .mainvisual .fade-img img {
    height: 300px;
  }
  .mainvisual .catchphrase {
    font-size: 4vw;
    top: 180px;
    left: 10%;
  }
  .mainvisual .shopname {
    font-size: 7vw;
    top: 200px;
    left: 10%;
  }
  .shopinfo .title {
    margin: 0 auto;
    padding-top: 30px;
  }
  .shopinfo .description {
    margin: 20px 0;
  }
  .shopinfo .container {
    margin: 30px 0;
    border-radius: 30px;
    padding-bottom: 20px;
  }
  .shopinfo .container .img {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .shopinfo .container .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
  }
  .shopinfo .shoplogo {
    margin: 30px auto;
  }
  .shopinfo .section-title {
    margin: 0 auto;
  }
  .shopinfo .text {
    margin: 30px auto;
    text-align: center;
    line-height: 50px;
  }
  .shopinfo .btn {
    margin: 50px auto 0 auto;
    text-align: center;
    line-height: 20px;
  }
  .menu {
    flex-direction: column-reverse;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .menu::after {
    width: 100%;
    height: 80%;
    margin: 30px 0 0 0;
    padding: 0;
    min-height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
  }
  .menu .text {
    font-size: 16px;
    padding: 0;
  }
  .menu .text .section-title {
    margin: 20px auto 0px auto;
  }
  .menu .text .description {
    margin: 0 10px;
  }
  .menu .menu-list {
    margin: 0 auto;
    gap: 5px;
  }
   .news {
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .news::after {
    width: 100%;
    height: 80%;
    margin: 30px 0 0 0;
    padding: 0;
    min-height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
  }
  .news .text {
    font-size: 16px;
    margin: 30px auto 0;
    padding: 0; 
  }
  .news .text .section-title {
    margin: 0 auto 10px;
    text-align: center;
    line-height: 1.1;
  }
  .news .text .description {
    margin: 0 20px;
  }
  .news .text .btn {
    margin-top: 50px;
  }
  .news .news-list img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 20px;
  }
  .news .news-list {
    margin: 0 auto;
    gap: 5px;
  }
  .wrapper {
  flex-direction: column;
  padding: 30px 0;
  }
  .wrapper .onlinemarket .section-title,
  .wrapper .contact .section-title {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .wrapper .onlinemarket,
  .wrapper .contact {
    margin: 0;
    padding: 0 10px 20px 10px;
    width: auto;
  }
  .wrapper .onlinemarket {
    margin-bottom: 30px;
  }
  .wrapper .onlinemarket p {
    margin-bottom: 20px;
  }
  .wrapper .contact .btn {
    margin: 30px auto;
  }
  .creambox {
    margin-bottom: 160px;
    padding: 30px 0;
  }
  .creambox .creambox-img {
    width: 100%;
    height: 300px;
}
  .creambox .creambox-img img {
    width: 100%;
    height: 300px; 
    border-radius: 30px 30px 0px 0px;
    object-fit: cover;
    object-position: center;
  }
  .creambox .text {
    padding: 0px 20px 20px 20px;
    height: auto;
    background-color: rgba(255,255,255,0.7);
    border-radius: 0 0 30px 30px;
    top: 270px;
    left: 0;
  }
  .creambox .text .section-title {
    font-size: clamp(55px, 2vw, 60px);
    margin: 20px auto ;
  } 
  .creambox .text .description{
    text-align: center;
    font-size: 20px;
    margin: 0;
    width: 100%;
  }
  .creambox .text .btn {
    position: static;
    margin: 30px auto 20px auto;
  }
  .news-area {
    margin-top: 30px;
    padding: 30px 0;
  }
  .news-area .news-roll li {
    width: calc(100vw / 1.8);
  }
}

@media screen and (max-width: 760px) {
  .news-area {
    margin-top: 20px;
    padding: 20px 0;
  }
  .news-area .news-roll {
    flex-direction: column;
  }
  .news-area .news-roll li {
    width: calc(100vw / 0.9);
    font-size: 16px;
  }
}