﻿body {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 0.05em;
    background: #fff;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #3e3a39;
}
@media screen and (max-width: 640px) {
    body {
        font-size: 12px;
        font-size: .75rem;
        min-width: initial;
    }
}

.en_font {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.wrap {
    width: 100%;
}

#container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

@media screen and (max-width: 640px) {
    #container {
        width: 100%;
        padding-bottom: 1rem;
    }
}

.bg_gray {
    background: #efefe9;
}

.contents {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 50px;
    padding: 50px 70px;
}

@media screen and (max-width: 1024px) {
    .contents {
        margin: 0 auto 25px;
        padding: 25px 35px;
    }
}

@media screen and (max-width: 640px) {
    .contents {
        margin: 0 auto 1rem;
        padding: 1rem;
    }
}

.contents02 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 70px 0;
}

@media screen and (max-width: 1024px) {
    .contents02 {
        margin: 0 auto;
        padding: 25px 35px 0;
    }
}

@media screen and (max-width: 640px) {
    .contents02 {
        margin: 0 auto;
        padding: 0;
    }
}

.contents03 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 50px;
    padding: 0 70px 50px;
}

@media screen and (max-width: 1024px) {
    .contents03 {
        margin: 0 auto 25px;
        padding: 0 35px 25px;
    }
}

@media screen and (max-width: 640px) {
    .contents03 {
        margin: 0 auto 1rem;
        padding: 1rem;
    }
}

.flex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-flex-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width: 640px) {
    .flex {
        -webkit-flex-direction: vertical;
        -moz-flex-direction: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .flex .box {
        width: 100%;
    }
}

.flex_jc {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-flex-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul, ol {
    list-style: none;
    padding: 0;
}

.w100 {
    width: 100%;
    height: auto;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.mini {
    font-size: 80%;
}

.txt_r {
    text-align: right;
}

.attention {
    color: #9b493f;
}

.attentionSt {
    color: #9b493f;
    font-weight: 600;
}

.bold {
    font-weight: 600;
}

.secondary-color {
    color: #ddd;
}

.secondary-colorSt {
    color: #ddd;
    font-weight: 600;
}

.tertiary-color {
    color: #efefe9;
}

.circle {
    border-radius: 100%;
}

hr {
    height: 1px;
    border: 0;
    background: #e5e5e5;
}

.inline_block {
    display: inline-block;
}

a.u-link {
    text-decoration: underline;
}

a.u-link:hover {
    text-decoration: none;
    color: #9b493f;
}

a.link-hover-color-none {
    color: #3e3a39;
}

a.link-hover-color-none:hover {
    text-decoration: none;
    color: #3e3a39;
}

a {
    color: #3e3a39;
}

a:hover {
    text-decoration: none;
    color: #9b493f;
}

.btn_area {
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 640px) {
    .btn_area {
        margin-top: 2rem;
    }
}

.btn_more {
    padding: 1rem 1rem 0.8rem;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4;
    position: relative;
}

@media screen and (max-width: 640px) {
    .btn_more {
        font-size: 13px;
        font-size: .8125rem;
    }
}

.btn_more:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

.btn_more span {
    width: 240px;
}

@media screen and (max-width: 640px) {
    .btn_more span {
        width: 220px;
    }
}

button {
    outline: 0;
    border: none;
}

button:focus {
    outline: 0;
}



input[type="text"]:focus {
    outline: 0;
}

.object-fit-contain {
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.object-fit-cover {
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.hidden_pc {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .hidden_pc {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    .hidden_tablet {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .hidden_tablet {
        display: block !important;
    }
}

.hidden_mobile {
    display: block;
}

@media screen and (max-width: 640px) {
    .hidden_mobile {
        display: none !important;
    }
}

h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-feature-settings: "palt" 1;
}

.sub__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 640px) {
    .sub__title {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 0.5rem;
    }
}

.h4__title {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 0.2rem;
}

@media screen and (max-width: 640px) {
    .h4__title {
        font-size: 13px;
        font-size: .8125rem;
    }
}

.u-margin__bottom--large {
    margin-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
    .u-margin__bottom--large {
        margin-bottom: 2.2rem;
    }
}

@media screen and (max-width: 640px) {
    .u-margin__bottom--large {
        margin-bottom: 1.5rem;
    }
}

.u-margin__bottom--medium {
    margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
    .u-margin__bottom--medium {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 640px) {
    .u-margin__bottom--medium {
        margin-bottom: 1rem;
    }
}

.u-margin__bottom--small {
    margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
    .u-margin__bottom--small {
        margin-bottom: 0.7rem;
    }
}

@media screen and (max-width: 640px) {
    .u-margin__bottom--small {
        margin-bottom: 0.4rem;
    }
}

.u-margin__top--large {
    margin-top: 3rem;
}

@media screen and (max-width: 1024px) {
    .u-margin__top--large {
        margin-top: 2.2rem;
    }
}

@media screen and (max-width: 640px) {
    .u-margin__top--large {
        margin-top: 1.5rem;
    }
}

.u-margin__top--medium {
    margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
    .u-margin__top--medium {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 640px) {
    .u-margin__top--medium {
        margin-top: 1rem;
    }
}

.u-margin__top--small {
    margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
    .u-margin__top--small {
        margin-top: 0.7rem;
    }
}

@media screen and (max-width: 640px) {
    .u-margin__top--small {
        margin-top: 0.4rem;
    }
}

.base_table {
    width: 100%;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 2rem;
}

.base_table th {
    padding: 0.5rem 1rem;
    vertical-align: middle;
    font-weight: 400;
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
}

.base_table td {
    padding: 1rem;
    border: 1px solid #e5e5e5;
}

@media screen and (max-width: 640px) {
    .base_table {
        margin-bottom: 1.5rem;
        font-size: 11px;
        font-size: .6875rem;
    }

    .base_table th {
        padding: 0.5rem;
    }

    .base_table td {
        padding: 0.5rem;
    }
}

.bg_table {
    width: 100%;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 1rem;
    border-collapse: separate;
    border-spacing: 0 1rem;
}

.bg_table th {
    padding: 0.5rem;
    vertical-align: middle;
    font-weight: 400;
    background: #efefe9;
    border-radius: 6px;
    text-align: center;
    width: 20%;
}

@media screen and (max-width: 1024px) {
    .bg_table th {
        width: 30%;
    }
}

@media screen and (max-width: 640px) {
    .bg_table th {
        width: 100%;
        display: block;
    }
}

.bg_table td {
    padding: 0 0 0 2rem;
}

@media screen and (max-width: 1024px) {
    .bg_table td {
        padding: 0 0 0 1rem;
    }
}

@media screen and (max-width: 640px) {
    .bg_table td {
        width: 100%;
        display: block;
        padding: 1rem 0 0;
    }
}

.line_table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

.line_table tr {
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 640px) {
    .line_table tr:first-child th {
        padding-top: 0;
    }
}

.line_table tr+tr {
    border-top: 1px solid #ddd;
}

.line_table th {
    width: 30%;
    padding: 2rem 2rem 2rem 0;
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    .line_table th {
        width: 34%;
        padding: 2rem 2rem 2rem 0;
    }
}

@media screen and (max-width: 640px) {
    .line_table th {
        width: 100%;
        display: block;
        padding: 1.5rem 0 0.5rem;
    }
}

.line_table td {
    padding: 2rem 0;
}

@media screen and (max-width: 1024px) {
    .line_table td {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 640px) {
    .line_table td {
        width: 100%;
        display: block;
        padding: 0 0 1.5rem;
    }
}

.line2_table {
    width: 100%;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}

.line2_table .col1_area {
    width: 70%;
}

.line2_table .col2_price {
    width: 30%;
}

.line2_table .col1_size {
    width: 60%;
}

.line2_table .col2_kind_price {
    width: 40%;
}

.line2_table tr {
    border-bottom: 1px solid #ddd;
}

.line2_table th+th {
    border-left: 1px solid #ddd;
}

.line2_table td+td {
    border-left: 1px solid #ddd;
}

.line2_table th {
    padding: 0.5rem;
    vertical-align: middle;
    background: #f9f9f9;
    text-align: center;
}

.line2_table td.tbl_area {
    padding: 1rem 1rem 1rem 2rem;
}

@media screen and (max-width: 640px) {
    .line2_table td.tbl_area {
        padding: 0.5rem;
    }
}

.line2_table td.tbl_price,
.line2_table td.tbl_size {
    padding: 1rem;
    text-align: center;
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal:before {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: 3px;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: url(../img/cmn/arrow_right.svg) no-repeat;
    background-size: 10px 10px;
}

.hvr-icon-wobble-horizontal:hover:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:active:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.hvr-icon-wobble-horizontal_right {
    padding-right: 0;
}

.hvr-icon-wobble-horizontal_right:before {
    right: 0;
}

.hvr-icon-wobble-horizontal_left {
    padding-left: 1rem;
}

.hvr-icon-wobble-horizontal_left:before {
    left: 1rem;
}

.hvr-icon-wobble-horizontal_back:before {
    background: url(../img/cmn/arrow_left.svg) no-repeat left center;
    background-size: 10px 10px;
}

.hvr-icon-wobble-horizontal_back {
    padding-left: 0;
}

.hvr-icon-wobble-horizontal_back:before {
    left: 0;
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    #pagetop {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 640px) {
    #pagetop {
        width: 60px;
        height: 60px;
    }
}

footer {
    width: 100%;
    border-top: 1px solid #efefe9;
}

footer h1.logo_f {
    width: 200px;
    height: auto;
    margin: 0 auto;
}

footer .contents {
    margin-bottom: 0;
}

footer #footer_nav_pc {
    padding: 30px 0 0;
    margin-bottom: 0;
}

footer #footer_nav_pc .head_subnav_pc {
    margin: 2rem 0 1rem 0;
}

footer #footer_nav_pc .head_subnav_pc ul li {
    padding: 0;
    margin: 0 0 1rem;
}

footer #footer_nav_pc .head_subnav_pc ul li:before {
    background: none;
}

footer #footer_nav_pc .contact_tel {
    text-align: left;
}

footer #footer_nav_pc .contact_tel .en_font {
    display: inline-block;
    margin-right: 1rem;
}

footer #footer_nav_pc .contact_tel .mini {
    display: inline-block;
}

footer #footer_nav_pc .contact_tel .ico_mail {
    margin-left: 0;
    width: 200px;
}

footer ul.sns {
    margin: 0 auto;
}

footer ul.sns li {
    margin: 0 0.8rem;
}

footer ul.sns li:before {
    background: none;
}

footer .copyright {
    width: 100%;
    color: #999;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
    letter-spacing: 0.1em;
    font-size: 10px;
    font-size: .625rem;
}

@media screen and (max-width: 1024px) {
    footer .copyright {
        padding: 0 0 1rem;
    }
}

header.site_header {
    width: calc(100% - 40px);
    height: 90px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 640px) {
    header.site_header {
        height: 60px;
    }
}

.logo_area h1.logo {
    width: 200px;
    height: 32px;
    position: absolute;
    top: 25px;
    left: 70px;
    z-index: 99999;
}

@media screen and (max-width: 1024px) {
    .logo_area h1.logo {
        width: 180px;
        height: auto;
        top: 20px;
        left: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .logo_area h1.logo {
        width: 45%;
        max-width: 180px;
        height: auto;
        top: 10px;
        left: 1rem;
    }
}

.logo_area h1.logo img {
    width: 60%;
    height: auto;
}

.fix_header {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.fix_header .fix_header_in {
    width: 100%;
    height: 90px;
    max-width: 1240px;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .fix_header .fix_header_in {
        height: 80px;
    }
}

@media screen and (max-width: 640px) {
    .fix_header .fix_header_in {
        height: 60px;
    }
}

#global-nav.open {
    display: block !important;
}

#global-nav.close {
    display: none !important;
}

#global-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    letter-spacing: 0.2em;
    overflow-y: auto;
    background: #efefe9;
    padding: 90px 1.5rem 1rem;
}

@media screen and (max-width: 1024px) {
    #global-nav {
        padding: 110px 1.5rem 1rem;
        height: 100vh;
    }
}

@media screen and (max-width: 640px) {
    #global-nav {
        padding: 90px 1.5rem 1rem;
    }
}

ul.head_nav_sp {
    margin: 2rem auto;
    padding: 0;
    border-top: 1px solid #a9a9a9;
}

ul.head_nav_sp li {
    margin: 0;
    padding: 1.5rem 0 1rem;
    border-bottom: 1px solid #a9a9a9;
    font-size: 15px;
    font-size: .9375rem;
}

ul.head_nav_sp li p {
    margin: 0;
    padding: 0;
    position: relative;
}

ul.head_nav_sp li p:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    right: 0;
    margin: auto;
    background: url(../img/cmn/arrow_right.svg) no-repeat right center;
    background-size: 12px 12px;
}

ul.head_nav_sp li p.ac_arrow:after {
    background: url(../img/cmn/arrow_down.svg) no-repeat right center;
    background-size: 12px 12px;
}

ul.head_nav_sp li p.ac_arrow.ac_open:after {
    background: url(../img/cmn/arrow_up.svg) no-repeat right center;
    background-size: 12px 12px;
}

ul.head_nav_sp li span.jp_font {
    font-size: 12px;
    font-size: .75rem;
    display: inline-block;
}

ul.head_nav_sp li span.en_font {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 0.5rem;
    font-weight: 400;
    line-height: 1;
}

ul.head_nav_sp li a {
    display: block;
}

ul.head_subnav_sp {
    width: 100%;
    margin: 1rem 0 0.5rem;
    padding: 0;
}

ul.head_subnav_sp li {
    border: none;
    margin-bottom: 0.5rem;
    background: #f6f6f6;
    border-radius: 4px;
    padding: 1rem;
}

ul.head_subnav_sp li a {
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1;
}

ul.head_subnav_sp li.subnav_tit {
    font-size: 14px;
    font-size: .875rem;
    color: #666;
    background: none;
    padding: 0.5rem 0;
    position: relative;
}

ul.head_subnav_sp li.subnav_tit a.ico_r {
    font-size: 12px;
    font-size: .75rem;
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0 1rem;
    background: url(../img/cmn/arrow_right.svg) no-repeat right center;
    background-size: 10px 10px;
}

.global-nav_contents {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 66px;
    padding-right: 70px;
    background: url(../img/cmn/logo_white.svg) no-repeat right bottom;
    background-size: 745px 66px;
}

.global-nav_contents span.jp_font {
    font-size: 12px;
    font-size: .75rem;
    display: inline-block;
    font-weight: bold;
}

.global-nav_contents span.en_font {
    font-size: 22px;
    font-size: 1.375rem;
    margin-right: 0.5rem;
    font-weight: 400;
    line-height: 1;
}

.global-nav_contents .flex_nav {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .global-nav_contents {
        padding-bottom: 50px;
        padding-right: 0;
        background: url(../img/cmn/logo_white.svg) no-repeat center bottom;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 640px) {
    .global-nav_contents {
        padding-bottom: 30px;
    }
}

ul.head_nav_pc {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 55px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    ul.head_nav_pc {
        display: none;
    }
}

ul.head_nav_pc li {
    display: inline-block;
}

ul.head_nav_pc li a {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    height: 48px;
    display: block;
    padding: 0 1rem;
}

ul.head_nav_pc li:hover>a {
    border-bottom: 1px solid #666;
}

ul.head_nav_pc li nav {
    display: none;

}

.tab_container {
    padding-bottom: 1em;
    background-color: #fff;
    /*border:1px solid #fff;*/
    margin: 0 auto;}

.tab_container_2 {
    padding-bottom: 1em;
    background-color: #fff;
    /*border:1px solid #fff;*/
    margin: 0 auto;}


.tab_item {
            width: calc(100%/3);
            padding:15px 0;
            font-size: 16px;
            background-color: #efefe9;
            text-align: center;
            color: #000 ;
            display: block;
            float: left;
            text-align: center;
            font-weight: bold;
            transition: none;
            border-right: 1px solid #fff;
            }
            
    @media screen and (max-width: 1024px){
        .tab_item {
            width: calc(100%/3);
            padding:15px 0;
            font-size: 16px;
            background-color: #efefe9;
            border-right: 1px solid #fff;
            text-align: center;
            color: #000 ;
            display: block;
            float: left;
            text-align: center;
            font-weight: bold;
            transition: none;}}
    @media screen and (max-width: 1024px){
        .tab_item {
            width: calc(100%/3);
            padding:13px 0;
            font-size: 10px;
            background-color: #efefe9;
            border-right: 1px solid #fff;
            text-align: center;
            color: #000 ;
            display: block;
            float: left;
            text-align: center;
            font-weight: bold;
            transition: none;}}

.tab_item:hover {
    opacity: 1;}
input[name="tab_item"] {
    display: none;
  }
.tab_content {
    display: none;
    padding: 0em 0em 0;
    clear: both;
    overflow: hidden;}
    
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #008ab6  ;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: none;
  border-top-right-radius: 20px;
  border-right: none;}

.tab_container2 input:checked + .tab_item {
    background-color: #008ab6  ;
    color: #fff;
    border-top: 1px solid #008ab6;
    border-bottom: none;
    border-top-right-radius: 20px;
    border-right: none;}


    .categorize{width:100%;max-width:1100px;margin:0 auto;padding:3rem;background:#fff}
@media screen and (max-width: 1024px){
    .categorize{padding:2rem}}
@media screen and (max-width: 640px){
    .categorize{padding:1.5rem 1rem 1rem}}

.c-txtsp{
        margin-bottom: 1.0rem;
        font-size: 15px;
        background-color:#008ab6 ;
        color: #fff;
    /*border-left: 1px solid rgb(204 204 204);
        border-bottom: 1px solid rgb(204 204 204);
        border-right: 1px solid rgb(204 204 204);*/
        padding: 1rem;}
@media screen and (max-width: 1024px){
    .c-txtsp{
        margin-bottom: 1.0rem;
        font-size: 15px;
        background-color:#008ab6 ;
        color:#fff;
     /*border-left: 1px solid rgb(204 204 204);
        border-bottom: 1px solid rgb(204 204 204);
        border-right: 1px solid rgb(204 204 204);*/
        padding: 1rem;}}
@media screen and (max-width: 640px){
    .c-txtsp{
        margin-bottom: 1.0rem;
        font-size: 13px;
        background-color:#008ab6 ;
        color:#fff;
     /*border-left: 1px solid rgb(204 204 204);
        border-bottom: 1px solid rgb(204 204 204);
        border-right: 1px solid rgb(204 204 204);*/
        padding: 1rem;}}


.c-txtsp_roll{
          margin-bottom: 1.0rem;
          font-size: 15px;
          background-color:#FFEBFD ;
          color: #E7E6E6;
      /*border-left: 1px solid rgb(204 204 204);
          border-bottom: 1px solid rgb(204 204 204);
          border-right: 1px solid rgb(204 204 204);*/
          padding: 1rem;}
  @media screen and (max-width: 1024px){
      .c-txtsp_roll{
          margin-bottom: 1.0rem;
          font-size: 15px;
          background-color:#FFEBFD ;
       /*border-left: 1px solid rgb(204 204 204);
          border-bottom: 1px solid rgb(204 204 204);
          border-right: 1px solid rgb(204 204 204);*/
          padding: 1rem;}}
  @media screen and (max-width: 640px){
      .c-txtsp_roll{
          margin-bottom: 1.0rem;
          font-size: 13px;
          background-color:#FFEBFD ;
       /*border-left: 1px solid rgb(204 204 204);
          border-bottom: 1px solid rgb(204 204 204);
          border-right: 1px solid rgb(204 204 204);*/
          padding: 1rem;}}

/*モバイルファースト*/

.card-container{

  display: flex;
  width: 100%;
  background-color: #fff;

}
.card-container a{
  text-decoration: none;
  color: #070707;
  font-size: 15px;
}

.card-text{
  width:100%;
  margin: 0px 0px;
  padding: 20px;
}
.card-text h2{
  padding-top: 10px;
  font-size: 1em;
}
.card-text p{
  font-size: 12px;
  color: #000;
}
.card-img{

  padding: 27px;
}

img{
  width:100%;
  vertical-align:bottom;
}

/*PCサイズ*/



#Shohins .contents__title,#recommend .contents__title{padding:0;font-size:18px;font-size:1.125rem}
#Shohins .contents__title .en_font,#recommend .contents__title .en_font{font-size:15px;font-size:.9375rem;padding-left:1rem;letter-spacing:0.05em}@media screen and (max-width: 640px){#Shohins .contents__title,#recommend .contents__title{font-size:16px;font-size:1rem}}

#Shohins ul.c-box__4column{width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}#Shohins ul.c-box__4column li{width:23.5%;margin-right:2%;margin-top:2%}

#Shohins ul.c-box__4column li:nth-child(4n){margin-right:0}@media screen and (max-width: 640px){#Shohins ul.c-box__4column li{width:49%;margin-top:0.5rem}

#Shohins ul.c-box__4column li:nth-child(2n){margin-right:0}}#Shohins ul.c-box__4column li img{width:100%;height:auto}#Shohins ul.c-box__4column li a{display:block}

#Shohins ul.c-box__4column li a:hover{background:#000}#Shohins ul.c-box__4column li a:hover img{opacity:0.8;-webkit-transition:all .3s;transition:all .3s}#Shohins ul.c-box__3column{width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 640px){#Shohins ul.c-box__3column{-webkit-flex-direction:vertical;-moz-flex-direction:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}}

#Shohins ul.c-box__3column li{width:32%;margin-right:2%;margin-top:2%}
#Shohins ul.c-box__3column li:nth-child(3n){margin-right:0}@media screen and (max-width: 640px){#Shohins ul.c-box__3column li{width:100%;margin-right:auto;margin-top:0.5rem}}

#Shohins ul.c-box__3column li img{width:100%;height:auto}
#Shohins ul.c-box__3column li a{display:block}#Shohins ul.c-box__3column li a:hover{background:#000}
#Shohins ul.c-box__3column li a:hover img{opacity:0.8;-webkit-transition:all .3s;transition:all .3s}
#Shohins ul.c-box__2column{width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 640px){#Shohins ul.c-box__2column{-webkit-flex-direction:vertical;-moz-flex-direction:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}}

#Shohins ul.c-box__2column li{width:48.9090%;margin-right:2.1818%;margin-top:2.1818%}
#Shohins ul.c-box__2column li:nth-child(2n){margin-right:0}@media screen and (max-width: 640px){#Shohins ul.c-box__2column li{width:100%;margin-right:auto;margin-top:0.5rem}}#Shohins ul.c-box__2column li img{width:100%;height:auto}#Shohins ul.c-box__2column li a{display:block}#Shohins ul.c-box__2column li a:hover{background:#000}
#Shohins ul.c-box__2column li a:hover img{opacity:0.8;-webkit-transition:all .3s;transition:all .3s}

a.line1 { text-decoration: underline; text-decoration-color: #efefe9; }
a.line2 { text-decoration: underline; text-decoration-color: white; }
a.line3 { text-decoration: underline; text-decoration-color: red;}
/*-- PC版表示CSS  --*/
pc_area{display:block !important;}phone_area{display:none !important;}@media screen and (max-width: 640px){pc_area{display:none !important;}phone_area{display:block !important;}}

#Text_1.contents04{width:100%;max-width:1240px;padding-top:10px;}
@media screen and (max-width: 1024px)
{.contents04{margin:0 auto ;}}
@media screen and (max-width: 640px)
{.contents04{margin:0 auto }}

.accordion 
    
    .toggle {
    display: none;
    }
    .option {
    position: relative;
    margin-bottom: 1em;
    }
    .title,
    .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    }
    .title {
    border-bottom: solid 1px #ccc;
    padding: 1em;
    display: block;
    color: #333;
    font-weight: bold;
    }
    .title::after,
    .title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #999;
    transition: all 0.3s;
    }
    .title::after {
    transform: rotate(90deg);
    }
    .content {
    max-height: 0;
    overflow: hidden;
    }
    .content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
    }
    .toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;
    }
    .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
    }

    .example{
        display: flex;
        padding: 10px;
        justify-content:space-around
    }
    .example>div{
        width: 50%;
        margin: 10px;
        padding: 10px;
    }

    tcl1 {
        color: #FF0000;
    }
    tcl2 {
        color: #0070C0;
    }

    .b_area{text-align:center;margin-bottom:25px}@media screen and (max-width: 640px){
        .b_area{margin-bottom:25px}}

.bg_white{background:#ffffff}
.bg_pink{background:#f3e4e7}
.bg_gl{background:#faf9f9}

.bg_titles{background:#ffffff;
    border: none;
    padding-top: 10px;
    font-size: 20px;
 }@media screen and (max-width: 640px){.bg_titles{background:#ffffff;
        border: none;
        padding-top: 10px;
        font-size: 12px;
        }}

hr.line1{
    border: none;
    border-top: 1px dashed #999;
    width: 350px;
    }@media screen and (max-width: 640px){hr.line1{border: none;
        border-top: 1px dashed #999;
        width: 200px;
        }}

.bg_subtitles{background:#ffffff;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    }@media screen and (max-width: 640px){.bg_subtitles{background:#ffffff;
        border: none;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
        }}

.aaa{
    border: solid 1px #f3aa96;
}
.bbb{
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 5%;
}
.ccc{text-align: left;
}
.ddd{ 
    height: 175px;
    margin-top: 2rem;
}

.eee{
    border: solid 1px #f2d4e2;
}

.fff{
  margin-left: 8%;
  margin-right: 8%;
  margin-bottom: 5%;
}

.ggg{
  border: solid 5px #faf9f9;
  padding: 1rem;
}

.hhh{
  display: flex;
}


.button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

.button_line004 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.button_line004 a:before,
.button_line004 a:after {
	content: '';
	width: 18px;
	height: 18px;
	border-color: #dadada;
	box-sizing: border-box;
	border-style :solid;
	display: block;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.button_line004 a:before {
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
	z-index: 5;
}
.button_line004 a:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}
.button_line004 a:hover:before,
.button_line004 a:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #dadada;
}
.button_line004 a:hover {
	color: #313131;
	background-color: #dadada;
	border-color: #dadada;
}

.flex2 {
    display: flex; /*横並び*/
  }
  .flex2 .image {
    width: 400px; /*画像サイズ指定*/
    margin: 0;
    padding: 0;
    position: relative;
  }
  .flex2 .right2 {
    margin: 0 0 0 40px;
    padding: 0;
    width: 700px;
  }
  .flex2 .title2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
  }
  .flex2 .text2 {
    margin: 10px 0 0;
    padding: 0;
  }

  .button_line002 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 2rem;
    max-width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.button_line002 a:before,
.button_line002 a:after {
	content: '';
	width: 18px;
	height: 18px;
	border-color: #dadada;
	box-sizing: border-box;
	border-style :solid;
	display: block;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.button_line002 a:before {
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
	z-index: 5;
}
.button_line002 a:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}
.button_line002 a:hover:before,
.button_line002 a:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #dadada;
}
.button_line002 a:hover {
	color: #313131;
	background-color: #dadada;
	border-color: #dadada;
}

h3.hahanohi_concept{background:#f2d4e2;color:#000;padding:0.5rem 1rem;margin-bottom:1rem}@media screen and (max-width: 1024px){h3.hahanohi_concept{font-size:13px;font-size:.8125rem}}@media screen and (max-width: 640px){h3.hahanohi_concept{padding:0.5rem;text-align:center;font-size:12px;font-size:.75rem}}

#panel_top ul.c-box__4column{width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
#panel_top ul.c-box__4column li{width:23.5%;margin-right:2%;margin-top:2%}
#panel_top ul.c-box__4column li:nth-child(4n){margin-right:0}@media screen and (max-width: 640px){#panel_top ul.c-box__4column li{width:49%;margin-top:0.5rem}#panel_top ul.c-box__4column li:nth-child(2n){margin-right:0}}
#panel_top ul.c-box__4column li img{width:100%;height:auto}#panel_top ul.c-box__4column li a{display:block}
#panel_top ul.c-box__4column li a:hover{background:#000}
#panel_top ul.c-box__4column li a:hover img{opacity:0.8;-webkit-transition:all .3s;transition:all .3s}

.title_text{
    border-bottom: solid 1px black;
    color:black;
    font-size: 15px;
    width: 130px;
    margin: 0 0 10px 10px;
    font-weight: bold; }

    .cherry-blossom-container {
      position: relative;
      width: 100%; /* コンテナの横幅 */
      overflow: hidden; /* コンテナからはみ出した要素を隠す */
    }
    
    /* 桜の花びらのスタイル */
    .petal {
      position: absolute;
      background-color: #ffc0cb; /* 花びらの色 */
      border-radius: 150% 0 150% 0;
      animation: animate-petal 10s linear;
    }
    
    .petal::after {
      content: "";
      position: absolute;
      top: -14%;
      left: -10%;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #ffc0cb;
      border-radius: 150% 0 150% 0;
      transform: rotate(15deg);
    }
    
    /* 花びらが降るアニメーション */
    @keyframes animate-petal {
      0% {
        top: 0;
        opacity: 0;
        transform: rotate(0deg);
      }
      10% {
        opacity: 1;
      }
      90% {
        opacity: 1;
      }
      100% {
        opacity: 0;
        top: 100vh;
        transform: rotate(3000deg);
      }
    }
    .cntents_tag{
      margin-bottom: 10px;
    }

    .contents__aaa{width:100%;max-width:1100px;margin:0 auto 0px;padding:0px 70px 40px 70px}@media screen and (max-width: 1024px){
    .contents___aaa{margin:0 auto 0px;padding:0px 35px 35px 35px}}@media screen and (max-width: 640px){
    .contents__aaa{margin:0 auto 0px;padding:0 1rem 1rem 1rem}}

ul.tag_list li2{display:inline-block;letter-spacing:normal;margin:0 10px 10px 0;padding:5px 10px;background:#cdecc7;font-size:12px;font-size:.75rem}
ul.tag_list li3{display:inline-block;letter-spacing:normal;margin:0 10px 10px 0;padding:5px 10px;background:#bbd1e6;font-size:12px;font-size:.75rem}



#global-nav2.open{display:block !important}
#global-nav2.close{display:none !important}
#global-nav2{display:none;position:fixed;top:0;left:0;width:100%;height:auto;z-index:9999;letter-spacing:0.2em;overflow-y:auto;background:#efefe9;padding:90px 1.5rem 1rem}@media screen and (max-width: 1024px){#global-nav2{padding:110px 1.5rem 1rem;height:100vh}}@media screen and (max-width: 640px){#global-nav2{padding:90px 1.5rem 1rem}}
ul.head_nav_sp2{margin:2rem auto;padding:0;border-top:1px solid #a9a9a9}
ul.head_nav_sp2 li{margin:0;padding:1.5rem 0 1rem;border-bottom:1px solid #a9a9a9;font-size:15px;font-size:.9375rem}
ul.head_nav_sp2 li p{margin:0;padding:0;position:relative}
ul.head_nav_sp2 li p:after{content:"";width:12px;height:12px;position:absolute;top:2px;right:0;margin:auto;}
ul.head_nav_sp2 li span.jp_font{font-size:12px;font-size:.75rem;display:inline-block}
ul.head_nav_sp2 li span.en_font{font-size:20px;font-size:1.25rem;margin-right:0.5rem;font-weight:400;line-height:1}
ul.head_nav_sp2 li a{display:block}ul.head_subnav_sp{width:100%;margin:1rem 0 0.5rem;padding:0}
ul.head_subnav_sp2 li{border:none;margin-bottom:0.5rem;background:#f6f6f6;border-radius:4px;padding:1rem}
ul.head_subnav_sp2 li a{display:block;font-size:13px;font-size:.8125rem;line-height:1}
ul.head_subnav_sp2 li.subnav_tit{font-size:14px;font-size:.875rem;color:#666;background:none;padding:0.5rem 0;position:relative}
ul.head_subnav_sp2 li.subnav_tit a.ico_r{font-size:12px;font-size:.75rem;display:inline-block;width:100px;height:20px;line-height:20px;text-align:right;position:absolute;top:0;bottom:0;right:0;margin:auto;padding:0 1rem;}
.global-nav2_contents{max-width:1100px;margin:0 auto;padding-bottom:66px;padding-right:70px;}
.global-nav2_contents span.jp_font{font-size:12px;font-size:.75rem;display:inline-block;font-weight:bold}
.global-nav2_contents span.en_font{font-size:22px;font-size:1.375rem;margin-right:0.5rem;font-weight:400;line-height:1}
.global-nav2_contents .flex_nav{display:flex}@media screen and (max-width: 1024px){.global-nav2_contents{padding-bottom:50px;padding-right:0;background:url(../img/cmn/logo_white.svg) no-repeat center bottom;background-size:100% auto}}@media screen and (max-width: 640px){.global-nav2_contents{padding-bottom:30px}}
ul.head_nav2_pc{margin:0 auto;padding:0;position:absolute;top:40px;right:380px;text-align:center}@media screen and (max-width: 1024px){ul.head_nav2_pc{display:none}}
ul.head_nav2_pc li{display:inline-block}ul.head_nav2_pc li a{font-size:13px;font-size:.8125rem;font-weight:600;height:48px;display:block;padding:0 1rem}
ul.head_nav2_pc li:hover>a{border-bottom:1px solid #666}ul.head_nav2_pc li nav{display:none;-webkit-transition:all .3s ease;transition:all .3s ease}
ul.head_nav2_pc li:hover nav{display:block;position:fixed;top:90px;left:0;width:100%;height:auto;z-index:9999;letter-spacing:0.2em;overflow-y:auto;background:#efefe9;padding:50px 1.5rem 1rem;text-align:left}
ul.head_nav2_pc li:hover nav a{font-weight:400}
#about_hinosabou_nav{padding:50px 0 2.5rem 1.5rem}
#about_hinosabou_nav .box{margin-top:-3rem;margin-right:-50px}

.tab_container-3 {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #faf9f9;
  margin: 0 auto;}
.tab_item-3 {
  width: calc(100%/3);
  padding:15px 5px 15px 5px;
  border-bottom: 3px solid #faf9f9 ;
  background-color: #faf9f9;
  text-align: center;
  color: #000 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item-3:hover {
  opacity: 0.75;
}
input[name="tab_item-3"] {
  display: none;
}
.tab_content-3 {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1-3:checked ~ #tab1_content-3,
#tab2-3:checked ~ #tab2_content-3,
#tab3-3:checked ~ #tab3_content-3,
#tab4-3:checked ~ #tab4_content-3 {
  display: block;
}
.tab_container-3 input:checked + .tab_item-3 {
  background-color: #423737 ;
  color: #fff;
}

.c-txtsp2{
  margin-bottom: 1.0rem;
  font-size: 15px;
  color: #203764;
/*border-left: 1px solid rgb(204 204 204);
  border-bottom: 1px solid rgb(204 204 204);
  border-right: 1px solid rgb(204 204 204);*/
  padding: 1rem;}
@media screen and (max-width: 1024px){
.c-txtsp2{
  margin-bottom: 1.0rem;
  font-size: 15px;
  color:#203764;
/*border-left: 1px solid rgb(204 204 204);
  border-bottom: 1px solid rgb(204 204 204);
  border-right: 1px solid rgb(204 204 204);*/
  padding: 1rem;}}
@media screen and (max-width: 640px){
.c-txtsp2{
  margin-bottom: 1.0rem;
  font-size: 13px;
  color:#203764;
/*border-left: 1px solid rgb(204 204 204);
  border-bottom: 1px solid rgb(204 204 204);
  border-right: 1px solid rgb(204 204 204);*/
  padding: 1rem;}}


.c-txtsp2_roll{
    margin-bottom: 1.0rem;
    font-size: 15px;
    color: #E7E6E6;
/*border-left: 1px solid rgb(204 204 204);
    border-bottom: 1px solid rgb(204 204 204);
    border-right: 1px solid rgb(204 204 204);*/
    padding: 1rem;}
@media screen and (max-width: 1024px){
.c-txtsp2_roll{
    margin-bottom: 1.0rem;
    font-size: 15px;
 /*border-left: 1px solid rgb(204 204 204);
    border-bottom: 1px solid rgb(204 204 204);
    border-right: 1px solid rgb(204 204 204);*/
    padding: 1rem;}}
@media screen and (max-width: 640px){
.c-txtsp2_roll{
    margin-bottom: 1.0rem;
    font-size: 13px;

 /*border-left: 1px solid rgb(204 204 204);
    border-bottom: 1px solid rgb(204 204 204);
    border-right: 1px solid rgb(204 204 204);*/
    padding: 1rem;}}

.tab_container-4 {
      padding-bottom: 1em;
      background-color: #fff;
      border:1px solid #faf9f9;
      margin: 0 auto;}
.tab_item-4 {
      width: calc(100%/2);
      padding:15px 5px 15px 5px;
      border-bottom: 3px solid #faf9f9 ;
      background-color: #faf9f9;
      text-align: center;
      color: #000 ;
      display: block;
      float: left;
      text-align: center;
      font-weight: bold;
      transition: all 0.2s ease;
    }
.tab_item-4:hover {
      opacity: 0.75;
    }
    input[name="tab_item-4"] {
      display: none;
    }
.tab_content-4 {
      display: none;
      padding: 1em 1em 0;
      clear: both;
      overflow: hidden;
    }
#tab1-4:checked ~ #tab1_content-4,
#tab2-4:checked ~ #tab2_content-4{
  display: block;
}
    .tab_container-4 input:checked + .tab_item-4 {
      background-color: #423737 ;
      color: #fff;
    }
    
    .c-txtsp3{
      margin-bottom: 1.0rem;
      font-size: 15px;
      color: #000;
    /*border-left: 1px solid rgb(204 204 204);
      border-bottom: 1px solid rgb(204 204 204);
      border-right: 1px solid rgb(204 204 204);*/
      padding: 1rem;}
    @media screen and (max-width: 1024px){
    .c-txtsp3{
      margin-bottom: 1.0rem;
      font-size: 15px;
      color:#000;
    /*border-left: 1px solid rgb(204 204 204);
      border-bottom: 1px solid rgb(204 204 204);
      border-right: 1px solid rgb(204 204 204);*/
      padding: 1rem;}}
    @media screen and (max-width: 640px){
    .c-txtsp3{
      margin-bottom: 1.0rem;
      font-size: 13px;
      color:#000;
    /*border-left: 1px solid rgb(204 204 204);
      border-bottom: 1px solid rgb(204 204 204);
      border-right: 1px solid rgb(204 204 204);*/
      padding: 1rem;}}
    
    
    .c-txtsp3_roll{
        margin-bottom: 1.0rem;
        font-size: 15px;
        color: #E7E6E6;
    /*border-left: 1px solid rgb(204 204 204);
        border-bottom: 1px solid rgb(204 204 204);
        border-right: 1px solid rgb(204 204 204);*/
        padding: 1rem;}
    @media screen and (max-width: 1024px){
    .c-txtsp3_roll{
        margin-bottom: 1.0rem;
        font-size: 15px;
     /*border-left: 1px solid rgb(204 204 204);
        border-bottom: 1px solid rgb(204 204 204);
        border-right: 1px solid rgb(204 204 204);*/
        padding: 1rem;}}
    @media screen and (max-width: 640px){
    .c-txtsp3_roll{
        margin-bottom: 1.0rem;
        font-size: 13px;
    
     /*border-left: 1px solid rgb(204 204 204);
        border-bottom: 1px solid rgb(204 204 204);
        border-right: 1px solid rgb(204 204 204);*/
        padding: 1rem;}}

    .tab_container-5 {
          padding-bottom: 1em;
          background-color: #fff;
          border:1px solid #faf9f9;
          margin: 0 auto;}
    .tab_item-5 {
          width: calc(100%/2);
          padding:15px 5px 15px 5px;
          border-bottom: 3px solid #faf9f9 ;
          background-color: #faf9f9;
          text-align: center;
          color: #000 ;
          display: block;
          float: left;
          text-align: center;
          font-weight: bold;
          transition: all 0.2s ease;
        }
    .tab_item-5:hover {
          opacity: 0.75;
        }
        input[name="tab_item-5"] {
          display: none;
        }
    .tab_content-5 {
          display: none;
          padding: 1em 1em 0;
          clear: both;
          overflow: hidden;
        }
    #tab1-5:checked ~ #tab1_content-5,
    #tab2-5:checked ~ #tab2_content-5{
      display: block;
    }
        .tab_container-5 input:checked + .tab_item-5 {
          background-color: #423737 ;
          color: #fff;
        }
        
        .c-txtsp4{
          margin-bottom: 1.0rem;
          font-size: 15px;
          color: #000;
        /*border-left: 1px solid rgb(204 204 204);
          border-bottom: 1px solid rgb(204 204 204);
          border-right: 1px solid rgb(204 204 204);*/
          padding: 1rem;}
        @media screen and (max-width: 1024px){
        .c-txtsp4{
          margin-bottom: 1.0rem;
          font-size: 15px;
          color:#000;
        /*border-left: 1px solid rgb(204 204 204);
          border-bottom: 1px solid rgb(204 204 204);
          border-right: 1px solid rgb(204 204 204);*/
          padding: 1rem;}}
        @media screen and (max-width: 640px){
        .c-txtsp4{
          margin-bottom: 1.0rem;
          font-size: 13px;
          color:#000;
        /*border-left: 1px solid rgb(204 204 204);
          border-bottom: 1px solid rgb(204 204 204);
          border-right: 1px solid rgb(204 204 204);*/
          padding: 1rem;}}
        
        
        .c-txtsp4_roll{
            margin-bottom: 1.0rem;
            font-size: 15px;
            color: #000;
        /*border-left: 1px solid rgb(204 204 204);
            border-bottom: 1px solid rgb(204 204 204);
            border-right: 1px solid rgb(204 204 204);*/
            padding: 1rem;}
        @media screen and (max-width: 1024px){
        .c-txtsp4_roll{
            margin-bottom: 1.0rem;
            font-size: 15px;
         /*border-left: 1px solid rgb(204 204 204);
            border-bottom: 1px solid rgb(204 204 204);
            border-right: 1px solid rgb(204 204 204);*/
            padding: 1rem;}}
        @media screen and (max-width: 640px){
        .c-txtsp4_roll{
            margin-bottom: 1.0rem;
            font-size: 13px;
        
         /*border-left: 1px solid rgb(204 204 204);
            border-bottom: 1px solid rgb(204 204 204);
            border-right: 1px solid rgb(204 204 204);*/
            padding: 1rem;}}
    
.tab_container-6 {
              padding-bottom: 1em;
              background-color: #fff;
              border:1px solid #fff;
              margin: 0 auto;}
.tab_item-6 {
              width: calc(100%/2);
              padding:15px 5px 15px 5px;
              background-color: #faf9f9;
              border-bottom: 3px solid #c5dee0 ;
              text-align: center;
              color: #000 ;
              display: block;
              float: left;
              text-align: center;
              font-weight: bold;
              transition: all 0.2s ease;
            }
.tab_item-6:hover {
              opacity: 0.75;
            }
input[name="tab_item-6"] {
              display: none;
            }
.tab_content-6 {
              display: none;
              padding: 1em 1em 0;
              clear: both;
              overflow: hidden;
            }
#tab1-6:checked ~ #tab1_content-6,
#tab2-6:checked ~ #tab2_content-6{
          display: block;
        }
.tab_container-6 input:checked + .tab_item-6 {
              background-color: #c5dee0 ;
              color: #fff;
            }
            
            .c-txtsp5{
              margin-bottom: 1.0rem;
              font-size: 15px;
              color: #000;
              padding: 1rem;}
            @media screen and (max-width: 1024px){
            .c-txtsp5{
              margin-bottom: 1.0rem;
              font-size: 15px;
              color:#000;
              padding: 1rem;}}
            @media screen and (max-width: 640px){
            .c-txtsp5{
              margin-bottom: 1.0rem;
              font-size: 13px;
              color:#000;
              padding: 1rem;}}
            
            
            .c-txtsp5_roll{
                margin-bottom: 1.0rem;
                font-size: 15px;
                color: #000;
                padding: 1rem;}
            @media screen and (max-width: 1024px){
            .c-txtsp5_roll{
                margin-bottom: 1.0rem;
                font-size: 15px;
                padding: 1rem;}}
            @media screen and (max-width: 640px){
            .c-txtsp5_roll{
                margin-bottom: 1.0rem;
                font-size: 13px;
                padding: 1rem;}}

.card2 {
  width: auto;
  max-width: 440px;
  height: 80px;
  display: block;
}
.fonted{
  font-size:14px;
  line-height:normal;
  }
  .ho_cs{
  list-style:none;/*デフォルトの指定を解除*/
  display:inline-block;/*liをインラインブロック要素に*/
  padding:10px 0; /*縦の余白を指定*/
  width:400px;/*幅を指定*/
  height:400px;/*高さを指定*/
  vertical-align:middle;/*縦方向を中央揃え*/
  text-align:center;/*横方向を中央揃え*/
}
.umeno{
margin-top: -13px;
}

/*以下周年祭用*/
       .product-card {
            background-color: white;
            border-radius: 1rem;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            overflow: hidden;
            width: 100%;
            max-width: 400px;
            padding-bottom: 1rem;
            margin: 0 auto; /* 中央に配置するために追加 */
        }

        /* テキストボックスのスタイル */


        /* 商品説明テキストのスタイル */
        .product-description-text {
            margin-bottom: 0rem;
            line-height: 1.5;
            font-size: rem;
            color: #4b5563;
            letter-spacing: 0.1em;
            text-align: left
        }

        /* 商品名のマージン調整 */
        .product-title {
            margin-top: 0rem;
            margin-bottom: 1rem;
            line-height: 1.5;
            font-size: 1.5rem;
            font-weight: bold;
            letter-spacing: 0.1em;
            text-align: left
        }

        /* 価格表示のスタイル */
        .price-original {
            color: #888;
            font-size: 2.2rem;
            text-decoration: line-through; /* 元の価格に打ち消し線を追加 */
        }
        .price-original-unit {
            font-size: 0.9rem;
            color: #888;
            vertical-align: super;
            text-decoration: line-through; /* 単位にも打ち消し線を追加 */
            text-align: left
        }
        .price-discount {
            color: #c83015;
            font-size: 2.5rem;
            font-weight: bold;
        }
        .price-discount-unit {
            font-size: 1.25rem;
            color: #c83015;
            vertical-align: super;
            font-weight: bold;
        }

        /* クーポンテキストのスタイル */
        .coupon-text {
            background-color: #f0ad4e;
            color: white;
            padding: 0.18rem 0.85rem;
            border-radius: 0.5rem;
            font-size: 0.85rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }

      .items-2
      {
      margin-top: 1rem;
      margin-bottom: 1rem;
      }
       
      .container-16 {
      display: flex;
      }

      .column-80 {
      flex: 8; 
      }

    .column-20 {
    flex: 2;
    }

    .column-100 {
    flex: 10;
    }

    /* 赤丸アイコンの新しいラッパークラス */
        .discount-badge-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 1rem;
    }

    /* 割引バッジのスタイル */
    .discount-badge {
        background-color: #c83015;
        color: white;
        width: 5rem;
        height: 5rem;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        font-size: 1.25rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        flex-shrink: 0;
        z-index: 10;
    }

    .ph_box-2
    {
      max-width:240px
    }

    .tab_container7 input:checked + .tab_item {
        background-color: #cf9c4d  ;
        color: #fff;
        border-top: 1px solid #fff;
        border-bottom: none;
        border-top-right-radius: 20px;
        border-right: none;
    }
    
    .c-txtsp7{
        margin-bottom: 1.0rem;
        font-size: 15px;
        background-color:#cf9c4d ;
        color: #fff;
    /*border-left: 1px solid rgb(204 204 204);
        border-bottom: 1px solid rgb(204 204 204);
        border-right: 1px solid rgb(204 204 204);*/
        padding: 1rem;}
@media screen and (max-width: 1024px){
    .c-txtsp7{
        margin-bottom: 1.0rem;
        font-size: 15px;
        background-color:#cf9c4d ;
        color:#fff;
     /*border-left: 1px solid rgb(204 204 204);
        border-bottom: 1px solid rgb(204 204 204);
        border-right: 1px solid rgb(204 204 204);*/
        padding: 1rem;}}
@media screen and (max-width: 640px){
    .c-txtsp7{
        margin-bottom: 1.0rem;
        font-size: 13px;
        background-color:#cf9c4d ;
        color:#fff;
     /*border-left: 1px solid rgb(204 204 204);
        border-bottom: 1px solid rgb(204 204 204);
        border-right: 1px solid rgb(204 204 204);*/
        padding: 1rem;}}

      .filter{
        filter: blur(8px);
        pointer-events: none;
      }

      .visibilit {
        visibility: hidden;
      }

     .btn-link {
        width: 100%;
        max-width: 300px; /* デスクトップでの幅を制限 */
        text-align: center;
        line-height: 1;
        display: block;
        padding: 0.8rem 1rem;
        background-color: #3e3a39;
        border: 1px solid #3e3a39;
        color: #fff;
        font-size: 15px;
        font-size: .9375rem;
        text-decoration: none; /* リンクの下線を削除 */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
       }
        
    .btn-link:hover {
        background-color: #3e3a39; /* ホバー時の背景色を固定 */
        border-color: #3e3a39; /* ホバー時のボーダー色を固定 */
    }
    
    .btn-link:active {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
.footer-menu-new {
  text-align: center; /* メニュー全体を中央に配置 */
}

.footer-menu-new ul {
  list-style: none; /* リストの点（・）を非表示に */
  padding: 0;
  display: inline-block; /* ul要素をインラインブロックにして中央寄せ */
}

.footer-menu-new li {
  display: inline-block; /* メニュー項目を横並びに */
  margin: 0 15px; /* 各項目に左右の余白を設定 */
}
.footer-address {
  text-align: center;
  margin-top: 15px;
}

.top-about{
    position: relative;
    z-index: 2;
    margin-top: -300px;
    padding-bottom: 80px;
}

.contents-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.about-box{
    padding-top: 85px;
    border-radius: 10px;
    background-color: #fff;
}

.about-heading{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    display: -webkit-flex;
    flex-wrap: nowrap;
}

.about-heading-left{
    width: 47.5%;
}

.about-headline{
    font-size: 32px;
    font-weight: bold;
    color: #007a46;
}

.about-heading-right{
    padding-bottom: 20px;
}

.top-btn-normal{
    position: relative;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 300px;
    height: 60px;
    padding-left: 30px;
    font-size: 16px;
    color: #007a46;
    text-decoration: none;
    border: 1px solid #007a46;
    border-radius: 0 0 8px 0;
    transition: 0.3s;
}
    .mv-container {
        width: auto;
        height: 100%; /* 画面の高さの80%に設定 */
        overflow: hidden;
    }
    .mv-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
/* ここから以下に、新しいCSSコードを追加してください */
.topic-box {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 20px;
}

.topic-header {
    border-left: 5px solid #4a9e50;
    padding-left: 10px;
    margin-bottom: 20px;
}

.topic-title {
    font-size: 24px;
    font-weight: bold;
    color: #4a9e50;
    margin: 0;
}

.topic-subtitle {
    font-size: 14px;
    color: #666666;
    margin: 0;
}



.announcement-item {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}

.announcement-item:last-child {
    border-bottom: none;
}

.announcement-link {
    text-decoration: none;
    color: #333333;
    display: flex;
    align-items: flex-start;
}

.date {
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
    flex-shrink: 0;
}

.text {
    font-size: 16px;
    line-height: 1.5;
}
.top-information {
    padding: 3rem 10rem 3rem 10rem;
    background-color: #fff;
}

.top-csr   {
    padding: 80px 0 65px;
}

.top-media-box  {
    position: relative;
    background-color: #f3f8f6;
}

.top-lab  {
    padding: 3rem 10rem 3rem 10rem;
    background-color: #fff;
}
.media-content{
    position: absolute;
    right: calc(50% - 600px);
    bottom: 25%;
    width: 500px;
    padding: 45px 50px 50px;
    border-radius: 10px;
    background-color: #fff;
}
.media-contents2{
    width: 50%;
    margin-left: 10rem;
}
.about-list{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    gap: 0 1.866%;
    margin-top: 70px;
}
.list-item{
    width: 23.6%;
    position: relative;
}
.item-title{
    position: relative;
    padding-right: 10px;
    font-size: 16px;
    transition: color 0.3s;
    text-align: center;
}

.item-thumbnail{
    overflow: hidden;
}
.contact{
    width: auto;
    height: 300px;
    text-align: center;
    background-color: #f3f8f6;
    padding-top: 5%;
}
.contact2{
    text-align: center;
    margin: 3rem;
}

ol {
  /* リストマーカーをデフォルトの数字に戻す */
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.contact-form {
  max-width: 600px;
  margin: 40px auto;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-family: sans-serif;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

/* 必須マークのスタイル */
.required-mark {
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 6px;
  margin-left: 8px;
  background-color: #e83a3a; /* 赤色 */
  color: white;
  border-radius: 3px;
}

/* 任意マークのスタイル */
.optional-mark {
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 6px;
  margin-left: 8px;
  background-color: #ccc; /* 灰色 */
  color: #333;
  border-radius: 3px;
}

/* 入力フィールドの共通スタイル */
.form-group input,
.form-group textarea,
.form-group select {
  width: 98%; 
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

/* 送信ボタンのスタイル */
.submit-button {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  margin-top: 25px;
  font-weight: bold;
}
.submit-button:hover {
  background-color: #0056b3;
}

.detail-button {
  /* 1. 見た目の設定 */
  display: inline-block; /* インライン要素をブロック要素として扱えるようにする */
  padding: 10px 20px;   /* 上下左右の余白を設定 */
  background-color: white; /* 背景を青色に */
  color: black;             /* 文字色を白色に */
  border-radius: 5px;       /* 角を少し丸くする */
  text-decoration: none;    /* 下線（デフォルトで表示される）を消す */
  font-weight: bold;        /* 文字を太字にする */
  text-align: center;       /* テキストを中央揃えにする */
  transition: background-color 0.3s; /* ホバー時の変化を滑らかにする */

  /* 2. マウス操作時の設定 */
  cursor: pointer;          /* マウスカーソルをポインターにする */
}

/* マウスが乗った時のデザイン（ホバー） */
.detail-button:hover {
  background-color: #0056b3; /* 濃い青色に変化させる */
}


.c-box__2column{
    width: 100%;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    }
.th_ph_box
    {
      width:100%;
      height: auto;
    }
.th_txt_box {
    padding: 0 1rem;
    line-height: 2rem;
    width: 75%;
}
.category__title{
    width: 100%;
    max-width: 1100px;
    margin: 30px 0 40px;
    padding: 0;
}
.orosi_ph_box
    {
      width:100%;
      height: auto;
    }
.orosi_txt_box {
    padding: 0 1rem;
    line-height: 2rem;
    width: 75%;
    text-align: center;
    margin: auto;
}
.orosi_detail-button {
  /* 1. 見た目の設定 */
  display: inline-block; /* インライン要素をブロック要素として扱えるようにする */
  padding: 10px 20px;   /* 上下左右の余白を設定 */
  background-color:rgb(59 54 54 / 16%); /* 背景を青色に */
  color: black;             /* 文字色を白色に */
  border-radius: 5px;       /* 角を少し丸くする */
  text-decoration: none;    /* 下線（デフォルトで表示される）を消す */
  font-weight: bold;        /* 文字を太字にする */
  text-align: center;       /* テキストを中央揃えにする */
  transition: background-color 0.3s; /* ホバー時の変化を滑らかにする */

  /* 2. マウス操作時の設定 */
  cursor: pointer;          /* マウスカーソルをポインターにする */
}
.orosi_detail-button:hover {
  background-color: #0056b3; /* 濃い青色に変化させる */
}
.center-image {
  /* 親要素に対してtext-align: center; を指定 */
    text-align: center;
    font-size: 30pt;
    font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif; 
    margin: 5rem 0 5rem 0;
}
.center-image img {
  display: block; /* ブロック要素に変更 */
  width: 30%; /* 幅を指定（必須） */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  /* 上記2行をまとめて margin: 0 auto; と書くことも多い */
}

.center-image_sp {
  /* 親要素に対してtext-align: center; を指定 */
    text-align: center;
    font-size: 30pt;
    font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif; 
    margin: 5rem 0 5rem 0;
}
.center-image_sp img {
  display: block; /* ブロック要素に変更 */
  width: 60%; /* 幅を指定（必須） */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  /* 上記2行をまとめて margin: 0 auto; と書くことも多い */
}
.center-text {
  /* 親要素に対してtext-align: center; を指定 */
    text-align: center;
    font-size: 15pt;
    font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif; 
    margin-bottom: 10rem;
}
.center-text-sp {
  /* 親要素に対してtext-align: center; を指定 */
    text-align: center;
    font-size: 12pt;
    font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif; 
    margin-bottom: 2rem;
}
.tea-contents {
  /* 親要素に対してtext-align: center; を指定 */
    margin-top: 10rem;
}
.tea-contents-2column{
    display: flex; /* Flexコンテナとして設定 */
    align-items: center; /* 垂直方向の中央揃え (オプション) */
    background-color: #3131310f;
    font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif;
}
.tea-contents-img{
    max-width: 50%; /* 画像の最大幅を調整 */
    height: auto;
}
.tea-contents-text{
    flex-grow: 1; /* 残りのスペースを埋めるようにテキストエリアを拡大 */
    align-self:start;
    padding: 4rem;
    width: 50%;
}
.c-box__3column {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.box
{
height: 5rem;
padding-top: 10px;
font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif;
background-color:#793029;
color:white;
border-style: solid;
}
.text-in{
margin-top: 1.5rem;
}
.text-subtitle{
margin-top: 0.5rem;
}
.tea-contents-sp
{
font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif;
}

.tea-contents-sp img
{
margin-top: 1rem;
}

.tea-text-sp
{
font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif;
margin-top: 1rem;
margin-bottom: 3rem;
}
.tea-text-pc
{
font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif;
padding-left: 5px;
padding-right: 1rem;
width: 25%;
flex-grow: 1;
align-self: start;
margin-top: 10px;
}
.tea-contents-img-pc{
    width: 25%;
    height: auto;
}
.tea-contents-4column{
    display: flex; /* Flexコンテナとして設定 */
    align-items: center; /* 垂直方向の中央揃え (オプション) */
    font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif;
}
.elegant-card {
  display: flex;           /* Flexboxを有効にする */
  flex-direction: column;  /* 中身を縦に並べる */
  
  width: 350px;            /* 箱の幅（自由に変えてください） */
  min-height: 450px;       /* 箱の高さ（これがあるから下寄せが活きます） */
  padding: 30px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

/* 2. ボタンの設定（教えていただいたコードに1行追加） */
.elegant-button {
  margin-top: 25px;        /* ★重要：これで一番下へ押し下げます */
  align-self: center;      /* ★中央寄せにする場合（右寄せなら flex-end） */
  display: inline-block;
  padding: 15px 40px;
  background-color: transparent;
  color: #b0923e;
  border: 1px solid #b0923e;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.15em;
  transition: 0.4s;
  text-align: center;      /* 文字を中央に */
  width: 100%;
}

.elegant-button:hover {
  background-color: #b0923e;
  color: #fff;
  box-shadow: 0 5px 15px rgba(176, 146, 62, 0.3);
}
.elegant-card-sp {
  display: flex;           /* Flexboxを有効にする */
  flex-direction: column;  /* 中身を縦に並べる */
  width: 100%;            /* 箱の幅（自由に変えてください） */
  min-height: 450px;       /* 箱の高さ（これがあるから下寄せが活きます） */
  padding: 30px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif;
  margin-bottom: 2rem;
}

/* 2. ボタンの設定（教えていただいたコードに1行追加） */
.elegant-button-sp {
  margin-top: 25px;        /* ★重要：これで一番下へ押し下げます */
  align-self: center;      /* ★中央寄せにする場合（右寄せなら flex-end） */
  display: inline-block;
  padding: 15px 40px;
  background-color: transparent;
  color: #b0923e;
  border: 1px solid #b0923e;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.15em;
  transition: 0.4s;
  text-align: center;      /* 文字を中央に */
  width: 100%;
}

.elegant-button-sp:hover {
  background-color: #b0923e;
  color: #fff;
  box-shadow: 0 5px 15px rgba(176, 146, 62, 0.3);
}
.elegant-card-img {
margin-bottom: 10px;
}


.toggle-container {
  max-width: 600px;
  margin: 2em auto;
}

/* チェックボックスを完全に隠す */
.toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* 見出し部分 */
.toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2em;
    background-color: transparent;
    color: #b0923e;
    border: 1px solid #b0923e;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif;
    margin-bottom: 2rem;
}

/* ▽ 矢印アイコン */
.toggle-icon {
  width: 8px;
  height: 8px;
  border-top: 2px solid #b0923e;
  border-right: 2px solid #b0923e;
  transform: rotate(135deg); /* 下向き */
  transition: transform 0.4s ease;
}

/* 中身の親要素（高さを制御） */
.toggle-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-family: YuMincho, '游明朝', 'Hiragino Mincho Pro', serif;
}

/* 中身の余白用 */
.toggle-inner {
  padding: 1.5em;
  line-height: 1.8;
}

/* --- 開閉の連動 --- */

/* チェックされたら中身を広げる */
.toggle-input:checked ~ .toggle-body {
  max-height: 2000px; /* 内容に合わせて調整 */
}

/* チェックされたら矢印を上に向ける */
.toggle-input:checked ~ .toggle-header .toggle-icon {
  transform: rotate(-45deg); /* 上向き */
}