@charset "utf-8";
/*
Theme Name: Shuukuulaata
*/
/*googleフォント*/
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=M+PLUS+Rounded+1c&family=Noto+Sans:ital,wght@0,300;1,300&family=Yomogi&display=swap');
/*共通部分*/
*, *::before, *::after {
  box-sizing: border-box;
}
#container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth"100;
  color: #45413e;
  line-height: 1.6;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
footer img, .header-logo {
  opacity: 0.8;
}
/*レスポンシブ*/
img {
  max-width: 100%;
}
/*フォント*/
.drawer-menu, h1, h2 {
  font-family: "Courier New", Courier, "monospace";
}
h1 {
  font-size: 64px;
}
#about h1, #shop h1, #event h1, #contact h1 {
  line-height: 350px;
}
h2, .index-h1 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
/*グローバルナビゲーション*/
#drawer-menu a {
  display: block;
  text-decoration: none;
}
#drawer-menu a:hover {
  text-decoration: underline;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1000;
}
.header-right {
  display: flex;
  align-items: center;
}
body.drawer .header-flex .drawer-hamburger {
  position: static;
  display: block;
}
/*メイン*/
.main-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 20px;
}
section, .main-section {
  margin-top: 110px;
}
#privacy .main-section {
  margin-top: 80px;
}
/*フッター*/
footer {
  margin-top: 110px;
  background: #E8CBAC;
  font-size: 12px;
}
.footer-menu {
  display: flex;
  justify-content: center;
  color: #6b5b53;
}
.footer-menu a {
  display: block;
  text-decoration: none;
  padding: 20px;
}
.footer-menu a:hover {
  opacity: 0.7;
}
.copyright {
  font-size: 11px;
  color: #888;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.footer-caution {
  font-size: 10px;
  color: #a64d32;
}
/*メイン部分*/
.main-h2 {
  font-size: 40px;
  border-left: 5px solid rgba(42, 23, 22, 0.6); /*#2A1716*/
  text-align: left;
  padding-left: 10px;
}
.main-h2-p {
  text-align: left;
  text-indent: 1em;
}
/* 説明文のスタイル */
.main-h2-p, .about-paragraph p, .about-paragraph-padding p, .ingredients {
  color: #3d3d3d;
  line-height: 1.85;
  margin-bottom: 1.5em;
  font-size: 15px;
}
/*figure部分*/
figure:hover {
  transition: transform 0.3s ease;
  transform: translateY(-1px);
  opacity: 0.7;
}
figure:active {
  transition: transform 0.3s ease;
  opacity: 0.7;
}
figcaption {
  padding: 15px 10px;
}
/*index*/
.single-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 1440 / 700;
  object-fit: cover;
}
#index .index-p {
  max-width: 640px;
  margin: 0 auto;
  line-height: 2.2;
  text-align: center;
}
.separator {
  width: 60px;
  margin: 40px auto;
  opacity: 0.3;
}
.flex-item {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  justify-content: center;
  margin: 60px auto 0;
  gap: 80px 40px;
}
.flex-index-event {
  display: grid;
  grid-template-columns: repeat(auto-fit, 332px);
  justify-content: center;
  gap: 60px;
  margin: 60px auto 0;
}
/*about*/
#about .main-image {
  height: 350px;
  background: url(./img/about_us.png) top center no-repeat;
}
#about .about-separator {
  width: 36px;
  opacity: 0.3;
  margin: 2rem;
}
.about-intro-text p {
  margin-bottom: 0.5em;
}
.about-intro-text p:last-child {
  margin-bottom: 0;
}
#about .image-left img, .image-right img {
  filter: drop-shadow(2px 4px 12px rgba(0, 0, 0, 0.08));
  border-radius: 3px;
  margin-bottom: 20px;
}
#about .image-left {
  text-align: left;
}
#about .image-right {
  text-align: right;
}
#about .about-paragraph {
  text-align: left;
}
#about .about-paragraph-padding {
  text-align: left;
  margin-left: 189px;
}
#about .about-paragraph h3, #about .about-paragraph-padding h3 {
  margin-bottom: 20px;
}
#about .about-paragraph p, #about .about-paragraph-padding p {
  font-size: 15px;
  ;
}
/*shop*/
#shop .main-image {
  height: 350px;
  background: url(./img/online_store.png) top center no-repeat;
}
/*event*/
#event .main-image {
  height: 350px;
  background: url(./img/event.png) top center no-repeat;
}
#event .main-section .flex-event {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}
#event .main-section .flex-event .event-image {
  flex: 0 0 320px;   
  max-width: 320px;  
  width: 100%;
}
#event .main-section .flex-event .event-image img {
  width: 100%;
  height: auto;
  display: block;
}
#event .main-section .flex-event h3 {
  font-size: 20px;
  text-align: left;
}
#event .main-section .flex-event p {
  text-align: left;
  margin-top: 20px;
}
/*contact*/
#contact .main-image {
  height: 350px;
  background: url(./img/contact.png) top center no-repeat;
}
.contact-paragraph {
  text-align: left;
}
#contact form {
  width: 100%;
  max-width: 687px;
  margin: 0 auto;
  text-align: left;
}
#contact input, #contact select, #contact textarea {
  width: 100%;
  max-width: 687px;
  border: 1px solid #2a1716;
  padding: 10px;
  margin-bottom: 20px;
}
#contact input:hover, #contact select:hover, #contact textarea:hover {
  background: #F4F4F4;
  border: 1px solid #6b5b53;
}
#contact form #submit-btn {
  width: 200px;
  background: #2a1716;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  transition: all 0.3s ease;
  margin: 0 auto;
}
#contact form #submit-btn input {
  width: 100%;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  background: transparent;
  border: none;
  margin-bottom: 0;
}
#contact form #submit-btn:hover {
  background: #5d3a2e;
}
#contact form #submit-btn:active {
  transform: scale(0.98);
}
#contact form #submit-btn input:hover, #contact form #submit-btn input:active, #contact form #submit-btn input:focus {
  background: transparent;
  outline: none;
  color: #fff;
}
#contact select {
  -webkit-appearance: none; /* Chrome, Safari, Edge用 */
  -moz-appearance: none; /* Firefox用 */
  appearance: none; /* 標準設定 */
  cursor: pointer; /* マウスを乗せた時に指マークにする */
  padding: 10px 40px 10px 15px; /* 右側に矢印用の余白を多めに取る */
  width: 100%;
  max-width: 1000px;
  border: 1px solid #2a1716;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 15px center; /* 右から15pxの位置に配置 */
  background-size: 18px; /* 矢印の大きさ */
}
/* IE11など古いブラウザで矢印を消すための呪文 */
#contact select::-ms-expand {
  display: none;
}
/*products*/
#flex-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1000px;
  margin: 150px auto;
  padding: 0 20px;
  text-align: left;
}
#products-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#products #products-image img {
  width: 90%;
  max-width: 450px;
  height: auto;
}
#products-detail {
  flex: 1;
}
#products h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
#products h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  margin-top: 10px;
}
#products-detail p {
  margin-top: 15px;
}
#products-detail p:nth-child(2) {
  margin-top: 5px;
}
#products-detail .quantity {
  margin-top: 5px;
}
#number {
  width: 100px;
  height: 45px;
  border: 1px solid #6b5b53;
  text-align: center;
  padding: 10px 0;
}
#number:focus {
  border-color: #6b5b53;
  background-color: #F4F4F4;
}
.add-cart {
  width: 250px;
  background: #2a1716;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  transition: 0.3s;
}
.add-cart a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.add-cart:hover {
  background: #5d3a2e;
}
.add-cart:active {
  transform: scale(0.98);
}
/*privacy */
#privacy h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#privacy h2, #privacy .main-section p, #privacy .privacy-list {
  text-align: left;
}
#privacy .privacy-list {
  list-style-type: disc;
}
#privacy .privacy-list {
  padding-left: 1em;
}
#privacy h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
/*law table*/
#law h1 {
  font-size: 24px;
  font-weight: bold;
}
#law table {
  max-width: 100%;
  border-collapse: collapse;
}
#law table th {
  width: 13em;
}
#law table th, #law table td {
  padding: 20px 15px;
  border: 1px solid #333333;
  text-align: left;
}
#law table th {
  background-color: #F4F4F4;
}
/*スマートフォン用設定*/
@media screen and (max-width:767px) {
  /*スマートフォン用フォント*/
  body {
    font-size: 14px;
    line-height: 1.4;
  }
  h1 {
    font-size: 34px;
  }
  h2, h3, .main-h2 {
    font-size: 24px;
  }
  /*スマートフォン用navigation*/
  .header-logo, .header-cart {
    display: none;
  }
  .header-flex {
    background: none;
  }
  body.drawer .drawer-hamburger {
    position: fixed;
    z-index: 9999;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.4);
  }
  body section, body .main-section {
    margin-top: 60px;
  }
  /*スマートフォン用imgのresponsive対応*/
  img {
    max-width: 100%;
    height: auto
  }
  #about .main-image, #shop .main-image, #event .main-image, #contact .main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 20 / 7;
    background-size: cover;
    background-position: center;
  }
  #about h1, #shop h1, #event h1, #contact h1 {
    line-height: normal;
    padding: 60px 0;
  }
  /*figure設定*/
  figure {
    margin: 0;
    padding: 0;
  }
  figure {
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  figure img {
    width: 100%;
    height: auto;
    display: block;
  }
  .flex-item {
    gap: 50px 0;
    margin-top: 30px;
  }
  /*スマートフォン用footer*/
  footer {
    margin-top: 60px;
  }
  .footer-menu {
    display: block
  }
  .footer-menu a {
    display: block;
    padding: 5px;
  }
  footer img {
    width: 85px;
    height: auto;
    margin: 0 auto;
    opacity: 0.8;
  }
  /*スマートフォンindex*/
  #index .index-h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #index .index-p {
    display: block;
    font-size: 14px;
    padding: 0 20px;
    text-align: left;
    text-justify: inter-character; /* 日本語の文字間を自動調整 */
    line-height: 1.8;
  }
  /*スマートフォンabout*/
  #about .main-section .about-paragraph-padding {
    margin-left: 0;
    width: 100%;
  }
  .about-intro-text {
    text-align: center;
    padding: 0 20px;
  }
  .about-intro-text p {
    text-indent: 0;
    font-size: 14px;
  }
  #about .main-section .image-right {
    flex: 0 0 auto;
    width: 100%;
    line-height: 0;
    margin-bottom: 10px;
  }
  #about .main-section .image-right img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /*スマートフォンのevent*/
  #event .main-section .flex-event {
    flex-direction: column;
    gap: 15px;
  }
  #event .main-section .flex-event .event-image {
    flex: 0 0 auto;
  }
  #event .main-section .flex-event .event-image img {
    width: 100%;
    height: auto;
  }
  #event #flex-event .event-paragraph p {
    margin-top: 10px;
  }
  /*スマートフォンcontact*/
  form {
    width: 90%;
  }
  caption, #name, #email, #comment {
    width: 100%;
    box-sizing: border-box;
  }
  #law table th, #law table td {
    display: block;
    width: 100%;
    border-bottom: none;
    box-sizing: border-box;
  }
  #law table tr:last-child td {
    border-bottom: 1px solid #2a1716;
  }
  #law table td {
    word-break: break-all;
    padding: 15px 10px;
  }
  /*スマートフォンproducts*/
  #flex-products {
    display: block;
    margin: 80px auto;
    padding: 0 20px;
  }
  #products-image {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #products #products-image img {
    width: 70%;
    max-width: 300px;
  }
  #number {
    width: 100%;
    max-width: 100px;
    margin-top: 5px;
  }
  .add-cart {
    width: 100%;
    max-width: none;
    margin: 30px 0;
    padding: 15px 0;
  }
  #products h1 {
    font-size: 20px;
  }
  #products h2 {
    font-size: 16px;
  }
  .ingredients {
    font-size: 14px;
  }
}