@charset "UTF-8";

html {
    font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}
body {
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    font-size: 1rem;
    color: #545454;
    background: #fdfae7 repeat url(../images/bg.jpg);
    background-attachment: fixed;
}
.noto-serif-jp, h4, h5 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
img {
    max-width: 100%;
}
a {
    color: #cd7363;
}
a:hover {
    color: #e8c689;
    opacity: 0.8;
}
.br-sp, .br-pc {
    display: none;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.link img {
    width: 20px;
    vertical-align: middle;
}
.red {
    color: red;
}

/* header */

nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #fdfbe1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 10;
  opacity: 0;
}
.open nav {
  right: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e8c689;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 1.25rem;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #fff;
}
.nav_share {
    margin: 0 auto;
    display: flex;
    gap: 1.2rem;
    width: 130px;
    margin: 1rem 2rem 0;
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 40px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 11;
}
.toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 40px;
    width: 80px; 
    height: 80px;
    transition: all .5s;
    cursor: pointer;
    z-index: 11;
    background-image: url(../images/hamburger.png); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.toggle_btn span {
    display: none;
}
.open .toggle_btn {
    background-image: url(../images/open.png); 
    background-color: transparent; 
    width: 80px;
    height: 80px;
}
.open .toggle_btn span {
    display: none;
}
.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.title.is-visible {
    transform: translate(-50%, 0) !important;
}


/* main 共通 */

main {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 4%;
}
main section {
    background: #fff;
    margin-top: 8rem;
    border-radius: 20px;
    padding: 5rem 2rem 2rem;
    position: relative;
    overflow: visible;
}
main section h2 img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 700px;
    height: auto;
    
    margin: 0;
    z-index: 5;
}
.waku_ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 106%;
    max-width: 1300px; 
    height: auto;
    pointer-events: none;
    z-index: 5;
}
.text_frame {
    margin: 1rem auto;
    color: #333;
    border: 70px solid transparent; 
    border-image: url(../images/waku1.png) 120 stretch; 
}
.text_frame_inner {
    margin: -2.25rem -2.5rem -2.25rem;
}
.text_frame_inner h4 {
    padding: 0.25rem 0.5rem;
    margin-bottom: 1rem;
    color: #856e1c;
    border-bottom: solid 1px;
    font-weight: 800;
}
.lead {
    padding-bottom: 3rem;
    font-size: 1.2rem;
}
.childbox {
    display: flex;
    gap: 1rem;
    padding-bottom: 1em;
    align-items: flex-start;
}
.c-left {
    flex-grow: 2;
    flex-basis: 20%;
    flex-shrink: 0;
}
.c-right {
    flex-grow: 8;
    flex-basis: 80%;
    flex-shrink: 0;
}
.bg-midashi {
    color: #fff;
    background-image: url(../images/moji_bg.png);
    background-repeat:no-repeat;
    background-position:top center;
    background-size:auto 100%;
    text-align: center;
}
.nov {
    margin: 0 auto;
    max-width: 600px;
}
.s_notes {
    text-align: center;
    font-size: 0.75rem;
    padding-top: 1rem;
}

/* share */

.share {
    margin: 0 auto;
    padding-top: 3rem;
}
.share h5 {
    text-align: center;
    font-size: 1rem;
    padding: 1rem 0 1rem;
}
.share_inner {
    margin: 0 auto;
    display: flex;
    gap: 1.75rem;
    width: 200px;
}

/* youtube */

.youtube {
    padding-top: 3rem;
}
.youtube_inner {
    margin: 0 auto;
    width: 90%;
}
.youtube_inner iframe[src*="youtube.com"],
.youtube_inner iframe[src*="youtube-nocookie.com"]{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/* about */

#about .contents_left {
    padding-bottom: 2rem;
    text-align: center;
}

/* menu */

section h3 {
    font-weight: normal;
    text-align: center;
    border-bottom: 3px solid #482813;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    font-size: 1.3rem;
}
.menu_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.contents:last-child {
  margin-bottom: 0; 
}
.menu_box {
    text-align: center;
}
.menu_box p {
    text-align: left;
    font-weight: 800;
}
.menu_box img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.menu_box img {
    border: 1px solid #aaa;
}

/* goods */

.goods_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.goods_box img {
    border: 1px solid #aaa;
}
.g_ichibu {
    text-align: center;
    font-size: 0.8rem;
    background: #f9dfde;
    border-radius: 10px;
}
.g_ec {
    text-align: center;
    font-size: 0.8rem;
    background: #fdfbe1;
    border-radius: 10px;
}
.ec {
    padding-top: 2rem;
}
.ec_lead {
    text-align: center;
    font-size: 1.5rem;
}
.ec_text {
    text-align: center;
}
.ec_btn {
    margin: 0 auto;
    width: 450px;
    overflow: hidden;
    position: relative;
}
.ec_btn::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.ec_btn:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* store */

#store {
    padding-left: 0;
    padding-right: 0;
}
#store .text_frame_inner h4 {
    padding-top: 2.5rem;
    text-align: center;
}
.obi {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0;
  background-image: radial-gradient(circle, rgba(190, 173, 69, 1) 23%, rgba(133, 111, 28, 1) 75%);
  margin-bottom: 2rem;
}
.map_icon {
    display: none;
}
#store h3 {
    border-bottom: 4px dotted #482813;
}

/* comit */

.comit_img {
    width: 70%;
    margin: 0 auto;   
}
.comit_text {
    text-align: center;
}

/* qa */

#qa th {
    color: #897324;
}
#qa th, #qa td {
    vertical-align:top;
    padding: 0 1rem 1.5rem 0;
}
table tr:nth-child(even) th,
table tr:nth-child(even) td {
    padding-bottom: 3rem!important; /* ここでQ&Aセット間の余白を調整してください */
}
.qa_text {
    text-align: left;
}

/* footer */

.copyright {
    font-size: 0.75rem;
    text-align: center;
    padding: 2rem 0 1rem;
}
.logo {
    margin: 0 auto;
    display: flex;
    padding-top: 4rem;
    align-items: center;
}
.chugai {
    margin: 0 auto;
    width: 120px;
    padding-top: 20px;
}


/* スマホ版 */

@media (max-width: 767px) {
    body { font-size: 0.85rem; }
    .pc { display: none !important; }
    .sp { display: block !important; }
    .br-sp {
        display: block;
    }
    /* header */
    nav {
        right: -220px;
        width: 220px;
    }
    nav .inner ul li a {
      font-size: 1rem;
    }
    h1 {
        position: relative;
        margin: 0 auto;
        max-width: 900px;
        width: 100%;
        overflow: hidden;
    }
    h1 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .kv1 {
        position: relative; 
        z-index: 1;
    }
    .kv2, .kv3, .title {
        opacity: 0;
        transform: translateY(15px);
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }
    .kv2 { 
        z-index: 2; 
        top: 18%;
    }
    .kv3 { 
        z-index: 3; 
        top: 18%;
    }
    .title { 
        z-index: 4; 
        top: 1%;
        max-width: 800px;
        left: 50%;
        transform: translate(-50%, 15px); 
    }
    .toggle_btn span {
    width: 30px;
    }
    .toggle_btn {
        top: auto; 
        bottom: 20px;
        right: 20px;
        position: fixed;
        width: 50px;
        height: 50px;
        z-index: 9999;
    }
    .open .toggle_btn {
        top: auto;
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    /* main共通 */
    .lead {
        padding-bottom: 1.5rem;
        font-size: 0.9rem;
    }
    #menu .lead, #goods .lead {
        text-align: center;
        padding-bottom: 0;
    }
    .contents {
    margin-bottom: 2rem; 
    }
    .contents h3 {
        font-size: 1.1rem;
    }
    main section {
        margin-top: 4rem;
        border-radius: 20px;
        padding: 3rem 0.75rem 1rem;
    }
    .bg-midashi {
        background-size: auto 90%;
    }
    .childbox {
        gap: 0rem;
    }
    .c-left {
        flex-grow: 3;
        flex-basis: 30%;
    }
    .c-right {
        flex-grow: 7;
        flex-basis: 70%;
        padding-right: 1rem;
    }
    .menu_inner, .goods_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    }
    /* shere */
    .share_inner {
    width: 180px;
    }
    /* goods */
    .ec_lead {
    font-size: 1.3rem;
    }
    .ec_btn {
    width: 300px;
    }
    .g_ichibu,.g_ec {
        font-size: 0.6rem;
    }
    /* store */
    #store .c-right {
    padding-right: 0;
    }
    .map_icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; 
    }
    .map_icon img {
    width: 10px;
    }
    .obi {
        font-size: 0.9rem;
    }
    .store_box {
        margin: 0 auto 1.5rem;
        position: relative;
    }
    #store .contents {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    #store .s_notes {
        padding-top: 0;
    }
    .store_box .bg-midashi {
        background-size: auto 90%;
    }
    #store h3 {
        text-align: center;
        margin-bottom: 1rem;
    }
    .s_box_4, .s_box_5 {
        padding-bottom: 0.75rem;
    }
    .s_box_4 {
        margin: 0 auto;
        width: 80%;
        aspect-ratio: 16 / 9;
    }
    /* qa */
    #qa th {
        vertical-align:top;
        padding: 0 0.5rem 1rem 0;
    }
    #qa td {
        vertical-align:top;
        padding: 0 0 1rem 0;
    }
}

/* PC版 */

@media (min-width: 767px) {
    .br-pc {
        display: block;
    }
    #about .contents {
        display: flex;
        gap: 2rem;
    }
    .contents_left,
    .contents_right {
        width: 50%;
    }
    .lead {
        text-align: center;
    }
    .contents {
    margin-bottom: 4rem; 
    }
    .youtube_inner {
        margin: 0 auto;
        width: 70%;
    }
    .text_frame {
        text-align: center;
    }
    .text_frame_inner p {
        padding-left: 1rem;
    }
    .text_frame_inner h4 {
        display: inline-block;
    }
    .store_box {
        display: flex;
        gap: 1rem;
        margin: 0 auto;
        width: 90%;
        padding-bottom: 2rem;
    }
    .s_box_1 {
        order: 2;
        width: 100%;
    }
    .s_box_2 {
        /*width: 70%;*/
        margin: 0 auto;
    }
    .s_box_3 {
        display: flex;
        gap: 1rem;
        /*margin: 0 auto;*/
        width: 95%;
    }
    .s_box_4 {
        width: 50%;
    }
    .s_box_5 {
        padding-top: 1rem;
    }
    .s_box_6 {
        order: 1;
        width: 40%;
        padding-top: 2rem;
    }
    #store h3 {
        font-weight: normal;
        text-align: left;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        font-size: 1.3rem;
    }
    .map{
        position: relative;
        width: 50%;
        height: 0;
        padding-top: 32%;
    }
    .map iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .comit_text {
        font-size: 1rem;
        line-height: 1.9;
    }
    #qa .text_frame_inner {
        margin: 0 auto;
    }
    #qa table {
        padding-left: 1rem;
        text-align: left;
    }
    h1 {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    h1 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .kv1 {
        position: relative; 
        z-index: 1;
        padding-top: 10px;
    }
    .kv2, .kv3, .title {
        opacity: 0;
        transform: translateY(15px);
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }
    .kv2 { 
        z-index: 2; 
        max-width: 52%;
        left: 9%;
    }
    .kv3 { 
        z-index: 3; 
        max-width: 52%;
        left: 9%;
    }
    .title { 
        z-index: 4;
        top: 8%;
        max-width: 25%;
        left: 95%;
        transform: translate(-120%, 15px); 
       opacity: 0;
    }
    .title.is-visible {
        opacity: 1 !important;
        transform: translate(-120%, 0) !important;
    }
    .logo {
        width: 600px;
    }
    #store .contents {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* 調整 */

@media (min-width: 1100px) {
    #qa .text_frame_inner {
    width: 800px;
    margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .s_box_6 {
        position: absolute;
        width: 30%;
        top: 150px;
        right: -30px;
    }
}

@media (max-width: 500px) {
    .s_box_6 {
        position: absolute;
        width: 30%;
        top: 130px;
        right: -20px;
    }
}