@charset "UTF-8";
/* CSS Document */
/*****************************
 ヒーローセクション
 *****************************/
.hero {
  /*    height: 650px;*/
  height: 100vh;
  position: relative;
  /*  background-image: url(../imges/top/Top01-Soba01s.jpg);*/
  /*
  background-position: center;
  background-size: cover;
*/
}
.hero-container {
  position: absolute;
  top: 0;
  z-index: 999;
  top: 10%;
  left: 45%;
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
*/
}
.hero-container img {
  width: auto;
  height: 60%;
}
/*****************************
 ナビボタンセクション（丸いボタン）
 *****************************/
.nav-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.nav-btn__item {
  width: 220px;
  height: 220px;
  margin-top: 150px;
  margin-bottom: 150px;
}
.nav-btn__item a {
  display: grid;
  place-items: center;
  height: 220px;
  /* aspect-ratio: 1 / 1; */
  background-color: #DEB448;
  clip-path: circle(50%);
  color: #251E1C;
  font-size: 2.0rem;
  /*  font-size: clamp(1rem, 1.5rem, 2rem);*/
  line-height: 1.5;
}
.nav-btn__item img {
  width: 70%;
}
/*****************************
 ご挨拶セクション
*****************************/
.greeting-container {
  background-color: #fff;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  margin-bottom: 4em;
}
.greeting-container h2 {
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 2;
  padding-bottom: 1.5em;
}
.greeting-container p {
  width: 65%;
  color: #251E1C;
  font-size: 2.0rem;
  line-height: 2;
  text-align: left;
  margin: auto;
}
.greeting-container rt {
  font-size: 1.5rem;
}
/*****************************
 お知らせセクション
 *****************************/
.notice {
  background-color: #fff;
}
.notice-container {
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  /* margin-bottom: 4em; */
}
.notice-container h2 {
  font-size: 3.0rem;
  font-weight: normal;
}
.notice-sns {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  margin-bottom: 2em;
}
.notice-sns img {
  width: 40px;
  height: 40px;
  text-align: right;
}
.notice-sns a {
  color: #251E1C;
  text-align: right;
  margin-left: 10px;
  margin-right: 20px;
}
.notice-sns p {
  color: #251E1C;
  font-size: 1.8rem;
  margin-left: 1em;
  text-align: left;
}
.notice-list ol {
  list-style-type: none;
}
.notice-list ol li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.6em;
  border-bottom: solid 1px #251E1C;
  margin-bottom: 0.6em;
  font-size: 2.0rem;
}
.notice-list ol li:first-child {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border-top: solid 1px #251E1C;
}
.notice-list ol li p {
  color: #251E1C;
  text-align: right;
  /* font-weight: 600; */
}
.notice-list span {
  font-size: 1.6rem;
}
.new::before {
  content: "新着情報";
  color: #fff;
  background-color: #f790cf;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.hold::before {
  content: "開催中！";
  color: #fff;
  background-color: #98bafa;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.attention::before {
  content: "お知らせ";
  color: #fff;
  background-color: #ffc31d;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
/* .fin::before {
  content: "終了";
  color: #fff;
  background-color: #645956;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
} */
/*******************************
 メディアクエリここから 959px 520px
 *******************************/
/*最大幅が0〜520pxまで*/
@media screen and (max-width: 520px) {
  .notice-sns img {
    width: 30px;
    height: 30px;
    text-align: right;
  }
  .notice-sns p {
    color: #251E1C;
    font-size: 1.4rem;
    margin-left: 1em;
    text-align: left;
  }
  .notice-list ol li {
    font-size: 1.4rem;
  }
  .notice-list ol li p {
    color: #251E1C;
    text-align: left;
  }
}
/*****************************
 蕎麦エリア
*****************************/
.soba-area-container {
  height: 650px;
  background-color: #251E1C;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soba-area-content {
  background-color: #251E1C;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.soba-area-item img {
  width: 80%;
}
.soba-area-item h2 {
  color: #fff;
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.soba-area-item p {
  color: #fff;
  width: 65%;
  font-size: 2.0rem;
  text-align: left;
  margin: auto;
}
.soba-area-link {
  width: 80%;
  height: 80px;
  background-color: #DEB448;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 5em;
  border-radius: 10px;
}
.soba-area-link a {
  width: 100%;
  display: inline-block;
  font-size: 2.6rem;
  text-align: center;
  color: #251E1C;
}
/*****************************
 米恋シャルムエリア
*****************************/
.cafe-area-img {
  height: 650px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cafe-area-item img {
  width: 80%;
  object-fit: contain;
}
.cafe-area-item h2 {
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.cafe-area-item p {
  width: 65%;
  font-size: 2.0rem;
  text-align: left;
  line-height: 2;
  margin: auto;
  margin-bottom: 3em;
}
.cafe-area-item span {
  font-size: 1.6rem;
  line-height: 2;
}
/*****************************
 オンラインショップ案内
*****************************/
/*
.cafe-shop {
  padding: clamp(60px, 9vw, 60px) 0;
}
*/
.cafe-shop-container {
  display: flex;
  flex-direction: row;
  gap: clamp(45px, 6vw, 88px);
  align-items: center;
}
.cafe-shop__img img {
  object-fit: cover;
}
/* .cafe-shop__list img {
  width: 90px;
  height: auto;
} */
.cafe-shop__list h3 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  line-height: 2.0;
}
.cafe-shop__list ul {
  list-style: none;
}
.cafe-shop-container > .cafe-shop__img {
  flex: 1;
}
.cafe-shop-container > .cafe-shop__list {
  flex: 2;
}
.cafe-shop__link {
  padding: 5px 10px;
  margin: 10px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #DEB448;
  border-radius: 10px;
}
.cafe-shop__link a {
  width: 100%;
  color: #251E1C;
}
.cafe-shop__information p {
  font-size: 2.6rem;
  margin: 20px;
  font-weight: 600;
  text-align: left;
}
/*****************************
カフェメニューはこちらへ
 *****************************/
.cafe-area__link {
  width: 80%;
  height: 80px;
  background-color: #DEB448;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 5em;
  border-radius: 10px;
}
.cafe-area__link a {
  width: 100%;
  display: inline-block;
  font-size: 2.6rem;
  text-align: center;
  color: #251E1C;
}
/*****************************
今月の愛言葉
*****************************/
/*.ribbon13-wrapper {
  display: block;
  position: relative;
  margin: 20px auto;
  padding: 10px 0;
  width: 75%;
  background: #f1f1f1;
  margin-top: 20px;
}
.ribbon13-wrapper p {
  font-size: 2.6rem;
  font-weight: 600;
}
.ribbon13 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  color: white;
  background: #BD0021;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.ribbon13 h3 {
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 20px;
  line-height: 46px;
}
.ribbon13:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
}
.ribbon13:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #854a6e;
}*/
/*****************************
 店舗情報
*****************************/
.store-information__container h2 {
  font-size: 2.6rem;
  padding: 20px 0;
  margin: 70px 0 40px;
  border-top: #251E1C 1px solid;
  border-bottom: #251E1C 1px solid;
}
.store-information__container h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.store-information__tel ul {
  list-style: none;
  font-size: 2.0rem;
}
.telephon-no {
  font-size: 3.6rem;
  font-weight: bold;
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* カーソルイベントを無効 */
.store-information__container p {
  font-size: 3.0rem;
  font-weight: bold;
}
.store-information__list h2 {
  font-size: 2.6rem;
  padding: 20px 0;
  margin: 40px 0;
  border-top: #251E1C 1px solid;
  border-bottom: #251E1C 1px solid;
}
.store-information__list {
  padding-bottom: 4.0rem;
  font-size: 1.8rem;
}
.store-information__list dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.store-information__list span {
  font-size: 1.6rem;
}
.store-information__list dt {
  width: 30%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.store-information__list dd {
  width: 70%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.store-information__list span {
  font-size: 1.6rem;
}
/*******************************
 メディアクエリここから 959px 520px
 *******************************/
/*最大幅が0〜959pxまで*/
@media screen and (max-width:959px) {
  .greeting-container h2 {
    font-size: 2.5rem;
  }
  .greeting-container p {
    font-size: 1.6rem;
  }
  .notice-container h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .notice-list ol li {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .notice-list p {
    text-align: right;
  }
  .greeting-container {
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 1em;
  }
  .nav-btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav-btn-container {
    padding-bottom: 10%;
  }
  .nav-btn__item {
    width: 40vw;
    height: 40vw;
    margin-top: 10%;
    margin-bottom: 0;
  }
  .nav-btn__item a {
    height: 40vw;
  }
  .soba-area-item h2 {
    font-size: 2.5rem;
  }
  .soba-area-item p {
    font-size: 1.6rem;
  }
  .soba-area-link {
    font-size: 2rem;
    margin-top: 2em;
    height: 65px;
  }
  .cafe-shop-container {
    flex-direction: column;
    align-items: center;
  }
  .cafe-area-item h2 {
    font-size: 2.5rem;
  }
  .cafe-area-item p {
    font-size: 1.6rem;
  }
  .cafe-area__link {
    font-size: 2rem;
    margin-top: 3em;
    height: 65px;
  }
  .cafe-shop__link a {
    width: 80%;
  }
  .cafe-shop__information p {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: left;
  }
}
/*最大幅が0〜520pxまで*/
@media screen and (max-width: 520px) {
  .hero {
    height: 80vh;
  }
  .hero-container img {
    top: 8%;
    width: 70%;
  }
  .nav-btn__item a {
    font-size: 1.5rem;
  }
  .telephon-no {
    a[href^="tel:"] {
      pointer-events: auto;
    }
  }
  /*カーソルイベントを無効 */
  .soba-area-container {
    width: auto;
    height: 400px;
  }
  .soba-area-container img {
    width: 20%;
    height: auto;
  }
  .soba-area-item img {
    width: 80%;
  }
  .soba-area-link a {
    font-size: 2rem;
  }
  .cafe-area-img {
    width: auto;
    height: 400px;
  }
  .cafe-area-img img {
    width: 30%;
    height: auto;
  }
  .cafe-shop__link {
    width: 80%;
    margin: 15px auto;
  }
  .cafe-shop__information p {
    font-size: 1.5rem;
    margin: 10px;
    font-weight: 600;
    text-align: left;
  }
  .cafe-area__link {
    margin-top: 15px;
  }
  .cafe-area__link a {
    font-size: 2rem;
  }
  .cafe-area-item p span {
    font-size: 14px;
  }
  .ribbon13-wrapper h3 {
    font-size: 2rem;
  }
  .ribbon13-wrapper p {
    font-size: 1.6rem;
  }
  .store-info h3 {
    font-size: 2rem;
  }
  .store-information__list {
    font-size: 1.6rem;
  }