@charset "utf-8";/* メニューNONE */
#header .header__nav {
        display: none;
}
#header .header__inner {
        display: none;
}
#header .header__nav--bottom {
        display: none;
}
#header {
        display: none;
}
.keyword-box {
        display: none;
}
.crumbsList .row ol {
    display: none;
}
.footer .footer__inner {
    display: none;
}
.footer {
    display: none;
}
.crumbsList {
    display: none;
}
@charset "UTF-8";

/* 左側：固定サイドバー */
.dayitem-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #3a270f;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
}

.dayitem-left {
    position: fixed;
    left: 0;
    top: 0;
    width: 44vw;
    min-width: 320px;
    max-width: 530px;
    height: 100vh;
    background: #3a270f;
    color: #fff;
    padding: 60px 2vw 32px 3vw;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
}

.dayitem-title {
    font-family: 'Impact', 'Oswald', Arial, sans-serif;
    font-size: 3.3em;
    letter-spacing: 0.04em;
    margin: 50px 0 34px 0;
    line-height: 1;
}

.dayitem-desc {
  font-size: 1.16rem;
  margin-bottom: 3.2em;
  font-weight: 400;
  color: #eee;
}

.dayitem-contents {
    width: 100%;
    margin-top: 10%;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.dayitem-contents-label {
  font-family: 'Impact', 'Oswald', Arial, sans-serif;
  font-size: 2.0em;
  letter-spacing: 0.01em;
  margin-right: 18px;
  border-right: 2px solid #fff;
  padding-right: 18px;
  white-space: nowrap;
}

.dayitem-linklist {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.2em;
    line-height: 2.06;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.dayitem-link {
  color: #fff;
  text-decoration: underline;
  transition: color 0.2s;
}
.dayitem-link:hover,
.dayitem-link:focus {
  color: #d6b464;
}

.dayitem-right {
    position: absolute;
    left: 44vw;
    top: 0;
    width: 56vw;
    height: 100vh;
    background: #f7f4f0;
    overflow-y: auto;
    padding: 60px 0 0 0;
    min-width: 330px;
    box-sizing: border-box;
}

.dayitem-section-title {
    font-family: 'Impact', 'Oswald', Arial, sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin: 5% 0% 3% 6%;
    text-align: justify;
    color: #3a270f;
}

.dayitem-mainimg-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}

.dayitem-mainimg-row img {
    width: 95%;
    max-width: 750px;
    height: auto;
    border-radius: 0;
    background: #f5f5f5;
}

/* レイアウト01*/

.container1028 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 20px 20px;
    grid-auto-flow: row;
    grid-template-areas:
        "photoimage10"
        "photoimage20";
    justify-content: center;
    margin-bottom: 5%;
}
.photoimage10 {
    grid-area: photoimage10;
    width: 60%;
    margin: 0% 8%;
}
.photoimage20 {
    grid-area: photoimage20;
    width: 60%;
    margin: 0% 35%;
}

/* レイアウト02*/
.containerstyle29 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 20px 20px;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-areas:
        "photoimage30"
        "photoimage40";
    margin-bottom: 5%;
}
.photoimage30 {
    grid-area: photoimage30;
    width: 60%;
    margin: 0% 5% 0% 32%;
}
.photoimage40 {
    grid-area: photoimage40;
    width: 60%;
    margin: 0% 10%;
}

/* クレジットレイアウト */
.productlist {
    padding: 5px;
    border-top: 3px solid #111;
    font-family: 'Yu Gothic UI', 'Meiryo', 'sans-serif';
    color: #111;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15%;
}

.productlist-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 6px 0;
}

.productlist-title {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    margin-right: 18px;
    white-space: pre-line;
    font-family: inherit;
}

.productlist-btn {
    background: #3a270f;
    color: #fff !important;
    border-radius: 18px;
    padding: 0.2em 1.4em;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    border: none;
    margin-left: 10px;
    transition: background 0.2s, color 0.2s;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
}

.productlist-btn:hover {
  background: #393939;
  color: #fff;
}

.productlist-info .productlist-btn {
  display: none;
}


/* ボタンショップリスト */
.shopplace-container {
  max-width: 480px;
  margin: 40px auto;
  padding: 0 20px 60px 20px;
  color: #222;
}

.shopplace-top-line {
    /* border: none; */
    /* border-top: 2px solid #6c675f; */
    margin-bottom: 20px;
    margin-top: 150px;
}

.shopplace-title {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 30px;
  font-weight: normal;
  letter-spacing: 2px;
}

.shopplace-list {
  margin-bottom: 50px;
}

.shopplace-shop {
  text-align: center;
  margin-bottom: 27px;
}

.shopplace-name {
  font-size: 1.2rem;
  margin-bottom: 6px;
  font-family: 'Segoe UI', sans-serif;
  letter-spacing: 0.5px;
}

.shopplace-address {
  font-size: 1.07rem;
  color: #444;
  font-family: 'Segoe UI', sans-serif;
  letter-spacing: 0.2px;
}

.shopplace-btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    background: #3a270f;
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    transition: background 0.2s;
    letter-spacing: 1.5px;
    font-family: 'Segoe UI', sans-serif;
}
.shopplace-btn { color: #fff !important; }

.shopplace-btn:hover,
.shopplace-btn:focus {
  background:#57492a;
  color: #fff;
}

/* テキスト */

.text01 {
    font-size: 0.8em;
    font-weight: nomal;
    line-height: 25px;
    width: 90%;
    margin: 0% auto;
    text-align: center;
}


@media (max-width: 769px) {
  .dayitem-wrapper {
    display: block;
    min-height: auto;
    height: auto;
    overflow: visible;
}
  .dayitem-left {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    /* 高さをCSS変数で好きな値に(例: 320px) */
    height: var(--dayitem-left-height, auto);
    min-height: 650px;
    max-height: 100vh;
    overflow-y: auto;
    display: block;
    padding: 24px 4vw 18px 4vw;
    box-sizing: border-box;
  }
  .dayitem-right {
    position: static;
    left: 0;
    width: 100vw;
    min-width: 0;
    height: auto;
    padding: 22px 0 0 0;
  }

@media (max-width: 430px) {
.productlist-title {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    margin-right: 18px;
    white-space: pre-line;
    font-family: inherit;
}

.productlist-btn {
    background: #3a270f;
    color: #fff !important;
    border-radius: 18px;
    padding: 0.2em 1.4em;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    border: none;
    margin-left: 10px;
    transition: background 0.2s, color 0.2s;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
}

.photoimage10 {
    grid-area: photoimage10;
    width: 60%;
    margin: 0% 3%;
}
.photoimage20 {
    grid-area: photoimage20;
    width: 60%;
    margin: 0% 35%;
}
.photoimage30 {
    grid-area: photoimage30;
    width: 60%;
    margin: 0% 5% 0% 37%;
}
.photoimage40 {
    grid-area: photoimage40;
    width: 60%;
    margin: 0% 3%;
}
}
@media (max-width: 375px) {
.product-list-container {
        max-width: 340px;
        margin: 0 auto;
        padding: 32px 0;
        border-top: 4px solid #3a270f;
}
}
@media (max-width: 320px) {
.dayitem-left {
        position: relative;
        width: 100vw;
        max-width: 100vw;
        min-width: 0;
        height: var(--dayitem-left-height, auto);
        min-height: 600px;
        max-height: 100vh;
        overflow-y: auto;
        display: block;
        padding: 24px 4vw 18px 4vw;
        box-sizing: border-box;
    }
.dayitem-linklist {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.0em;
    line-height: 2.06;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.shopplace-top-line {
    margin-bottom: 20px;
    margin-top: 100px;
}
.productlist-title {
            font-size: 0.9rem;
            letter-spacing: 0.03em;
            margin-right: 18px;
            white-space: pre-line;
            font-family: inherit;
}
        .productlist-btn {
            background: #3a270f;
            color: #fff !important;
            border-radius: 18px;
            padding: 0.2em 1.4em;
            font-size: 0.8rem;
            font-weight: bold;
            text-align: center;
            text-decoration: none !important;
            border: none;
            margin-left: 10px;
            transition: background 0.2s, color 0.2s;
            box-shadow: none;
            cursor: pointer;
            display: inline-block;
        }
}