body {
    font-family: 'Noto Serif JP',serif;
    letter-spacing: 0.1em;
}

body, input, select, textarea, button, .button, h1, h2, h3, h4, h5, h6, .label {
    font-family: 'Noto Serif JP',serif;
    letter-spacing: 0.1em;
}

.font-quicksand {
    font-family: 'Noto Serif JP',serif;
    letter-spacing: 0.1em;
}

#header {
    width: 100%;
}

.home .row {
    max-width: 1220px;
    padding-inline: 20px;
}

.home .column,
.home .columns {
    float: none;
    padding-inline: 0;
}

@media only screen and (min-width: 40.063em) {
    #header {
        border-bottom: none;
    }
    #header .header_upper .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1240px;
        height: 123px;
        margin-inline: auto;
        padding-inline: 20px;
    }
    #header .header_wc {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 30px;
    }
    #header .header_wc .header_btn_login a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 38px;
        background: #000;
        color: #FFF;
        font-size: 15px;
    }
    .header-cartbutton a {
        margin-top: 0;
    }
    #header .header_lower {
        background: #063212;
    }
    #header .nav {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        margin-inline: auto;
    }
    .menu-wrap ul[id^="menu-"] {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-wrap ul[id^="menu-"] > .menu-item {
        float: none;
    }
    #header .nav dd ul:not(.sub-menu) > .menu-item > a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        height: 60px;
        color: #FFF;
        font-size: 17px;
    }
    #header ul.sub-menu {
        border: none;
    }
    #header ul.sub-menu li {
        background: #063212;
        text-shadow: none;
        margin-left: 0;
        padding-left: .6em;
    }
    #header ul.sub-menu li a {
        color: #FFF;
    }
    header a:hover, #header li:hover >a, #header li.current_page_item >a, #header li.current_page_ancestor >a {
        font-weight: bold;
    }
    #header ul.sub-menu li:hover > a {
        color: #063212;
    }
}

@media only screen and (max-width: 40.062em) {
    #header .header_upper .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1240px;
        height: 24vw;
        margin-inline: auto;
        padding-inline: 20px;
    }
    #header .logo img {
        width: auto;
        height: 12vw;
    }
    #header .header_wc .header_btn_login a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24vw;
        height: 8vw;
        background: #000;
        color: #FFF;
        font-size: 13px;
    }
    .header_btn_cart .header-cartbutton {
        text-align: right;
    }
    #header .nav {
        background: #063212;
    }
    #header .nav-button {
        color: #FFF;
    }
    #header .menu-item > a {
        color: #FFF;
    }
    #header .menu-item > a > .sub-menu > a {
        color: #000;
    }
    #header .menu-item:hover, #header .menu-item:hover {
        background: #063212;
    }
}

.front_section {
    padding: 140px 0;
}

.front_section .inner {
    max-width: 1220px;
    margin-inline: auto;
    padding-inline: 20px;
}

.front_section.use_bg {
    background: #F8F8F8;
}

.front_section_contents {
    margin-top: 90px;
}

@media only screen and (max-width: 40.062em) {
    .front_section {
        padding: 80px 0;
    }
    .front_section .inner {
        max-width: 1220px;
        margin-inline: auto;
        padding-inline: 20px;
    }

    .front_section.use_bg {
        background: #F8F8F8;
    }

    .front_section_contents {
        margin-top: 40px;
    }
}

.setcion_title {
    text-align: center;
    color: #063212;
}

.setcion_title .en {
    font-size: 36px;
    font-weight: 700;
}

.setcion_title .jp {
    margin-top: 10px;
    font-size: 21px;
    font-weight: 400;
}

@media only screen and (max-width: 40.062em) {
    .setcion_title .en {
        font-size: 28px;
    }

    .setcion_title .jp {
        margin-top: 10px;
        font-size: 18px;
    }
}

.item_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 100px 54px;
}

.item_grid .item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 30px 0;
}

@media only screen and (min-width: 40.063em) {
    .item_grid .item {
        transition: opacity 0.3s ease;
    }
    .item_grid .item:hover {
        opacity: 0.5;
    }
}

.item_grid .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_grid .item .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.item_grid .item .text .name {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.2em;
}

.item_grid .item .price {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

@media only screen and (max-width: 40.062em) {
    .item_grid {
        gap: 60px 54px;
    }

    .item_grid .item {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        gap: 20px 0;
    }
}

#footer .footer_guide .widget {
    margin-block: 0;
}

#footer .footer_guide .calendar {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 50px;
}

#footer .footer_guide .payment {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 50px;
}

#footer  {
    border-top: none;
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 30px;
}

#footer .inner {
    max-width: 1220px;
    margin-inline: auto;
    padding-inline: 20px;
}

#footer .inner {
    padding-block: 80px;
}

@media only screen and (max-width: 40.062em) {
    #footer .inner {
        padding-block: 50px 0;
    }
}

#footer .footer_guide_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 222px;
    background: #063212;
}

#footer .footer_guide_title .setcion_title {
    color: #FFF;
}

#footer .footer_guide .grid {
    display: grid;
    grid-template-columns: 308px 1fr;
    justify-content: space-between;
    column-gap: 13.846vw;
}

@media only screen and (max-width: 40.062em) {
    #footer .footer_guide .grid {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
        row-gap: 50px;
    }
}

#footer .widgettitle,
#footer .footer_title {
    font-family: 'Noto Serif JP',serif;
    font-size: 21px;
    font-weight: 500;
    border-bottom: 6px solid #063212;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 17px;
}

#footer .textwidget p {
    letter-spacing: 0.1em;
    line-height: 2.2;
}

#footer .footer_shipping_banner .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 165px;
    padding-inline: 20px;
    background: #000000;
}

#footer .footer_shipping_banner .service {
    margin-top: 30px;
    font-size: 14px;
}

#footer .footer_shipping_price .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 75px;
}

@media only screen and (max-width: 40.062em) {
    #footer .footer_shipping_price .grid {
        grid-template-columns: 1fr;
    }
}

#footer .footer_shipping_price .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2;
}

#footer .footer_shipping_price_list {
    display: grid;
    grid-template-columns: 1fr 6em;
    font-size: 14px;
    line-height: 2.2;
    border-top: 1px solid #CCC;
}

#footer .footer_shipping_price_list dt,
#footer .footer_shipping_price_list dd {
    position: relative;
    padding: 15px 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #CCC;
    font-weight: 400;
}

#footer .footer_shipping_price_list dd {
    text-align: right;
}

#footer .footer_shop .grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 190px;
    margin-top: 100px;
}

#footer .footer_shop .grid .item .name {
    font-size: 23px;
    font-weight: 500;
}

#footer .footer_shop .grid .item .detail {
    display: grid;
    grid-template-columns: 339px 1fr;
    column-gap: 50px;
    margin-top: 70px;
}

@media only screen and (max-width: 40.062em) {
    #footer .footer_shop .grid {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 80px;
        margin-top: 50px;
    }
    #footer .footer_shop .grid .item .detail {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 50px;
        margin-top: 40px;
    }
}

.iframe {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.iframe iframe {
  width: 100%;
  height: 100%;
}

#footer .footer_shop .grid .item .detail .img img {
    width: 100%;
    height: auto;
}

#footer .footer_shop .grid .item .detail .img .iframe {
    margin-top: 20px;
}

#footer .footer_shop .grid .item .detail .text p {
    font-size: 15px;
    line-height: 2.2;
}

#footer .footer_shop .grid .item .detail .text .link {
    margin-top: 40px;
}

.link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #063212;
    border-radius: 8px;
    font-size: 14px;
    color: #FFF;
    padding: 0 40px;
}

.link a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 18px;
    background: url(./img_2026/common/icon_arrow_white_right.webp) no-repeat;
    background-size: cover;
}

#footer .footer_shop .grid .item .detail .text .link a {
    width: 440px;
    height: 80px;
}

@media only screen and (min-width: 40.063em) {
    .link a {
        transition: opacity 0.3s ease;
    }
    .link a:hover {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 40.062em) {
    #footer .footer_shop .grid .item .detail .text {
        margin-top: 20px;
    }

    #footer .footer_shop .grid .item .detail .text .link a {
        max-width: 360px;
        width: 100%;
        height: 80px;
    }
}


#footer .footer_last_nav_list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2em;
    list-style: none;
    margin-inline: auto;
}

#footer .footer_last_nav_list li a {
    margin-bottom: 0;
    font-size: 13px;
}

@media only screen and (max-width: 40.062em) {
    #footer .footer_last_nav_list {
        column-gap: 1.5em;
    }
    #footer .footer_last_nav_list li a {
        margin-bottom: 0;
        font-size: 12px;
    }
}

#footer .copyright {
    margin-top: 130px;
}

#footer .copyright p {
    margin-bottom: 0;
    font-size: 11px;
    color: #999;
    text-align: center;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.aside-related-item .font-quicksand {
    padding-top: 40px;
    margin-bottom: 40px;
}

.aside-review .font-quicksand {
    margin-top: 80px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.widget h1 {
    font-family: 'Noto Serif JP',serif;
}

#memberpages div.loginbox {
    width: 258px;
}

.type-page .entry-title {
    margin-bottom: 40px;
}

#ShopKeeper {
    border: none;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#ShopKeeper th,
#ShopKeeper td {
    padding: 10px 15px;
    line-height: 2.2;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #ccc;
}

#ShopKeeper th {
    width: 10em;
    text-align: left;
}

.page-template-default #main p {
    line-height: 2.2;
}

.page-template-default h2 {
    font-size: 28px;
    color: #063212;
}

.page-template-default h3 {
    margin-top: 40px;
    font-size: 24px;
}

.page-template-default li {
    line-height: 2.2;
}

.wpcf7-form label {
    line-height: 2.2;
}

.swiper-button-next, .swiper-button-prev {
    color: #FFF;
}

.loginbox .nav {
    background: none;
}


#newmember table {
    border: none;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#newmember th,
#newmember td {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 2.2;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #ccc;
}

#newmember th {
    width: 13em;
    text-align: left;
}

#newmember .send {
    margin-top: 30px;
}

@media only screen and (max-width: 40.062em) {
#newmember th,
#newmember td {
    width: 100%;
}
}

.to_customerinfo_button, .to_deliveryinfo_button, .to_confirm_button, #purchase_button, .back_to_top_button, input[name="regmember"], input[name="editmember"] {
    background: #063212;
    color: #FFF;
    border-radius: 8px!important;
    overflow: hidden;
}

#searchsubmit {
    font-family: 'FontAwesome';
}

.header_explanation li {
    line-height: 2.2;
}
