    .menu-item a {
        color: #666;
    }
    .menu-item {
        color: #666;
    }
    .menu-con {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
    }
    .country {
        border-bottom: 3px solid #810002;
        font-weight: bold;
    }
    .region {
        border-bottom: dotted 1px #000;
        font-weight: bold;
        margin-left: 2rem;
    }
    .region2 {
        border-bottom: 3px solid #810002;
        font-weight: bold;
    }
    .sub_region {
        font-weight: bold;
        margin-left: 3rem;
    }
    .sub_region2 {
        font-weight: bold;
        margin-left: 1rem;
    }
    .sub_region3 {
        font-weight: bold;
        margin-left: 0;
    }
    .sub_region_copy {
        padding: 0rem 1rem 1rem 1rem;
        border-bottom: dotted 1px #000;
        font-weight: normal;
    }
    .country:hover {
        background: #F1F1F1;
    }
    .region:hover {
        background: #F1F1F1;
    }
    .sub_region:hover {
        background: #F1F1F1;
    }
    .region2:hover {
        background: #F1F1F1;
    }
    .sub_region2:hover {
        background: #F1F1F1;
    }
    .region3:hover {
        background: #F1F1F1;
    }
    .sub_region3:hover {
        background: #F1F1F1;
    }
    .on-winery-list {
        background: #F1F1F1;
    }
    .winery-title-en {
        font-size: 80%;
        padding-left: 5px;
    }
    .winery-text {
        font-size: 120%;
        padding-top: 20px;
        line-height: 180%;
        padding-bottom: 20px;
        border-bottom: dotted 2px #dcdcdc;
    }
    .single-item img {
        margin: 0 auto;
        object-fit: cover;
        height: 400px;
    }
    @media (max-width: 700px) {
        .single-item img {
            margin: 0 auto;
            object-fit: cover;
            height: 250px;
        }
    }
    .single-item {
        padding-top: 20px;
    }
    .winery-title {
        text-align: center;
    }
    @media (max-width: 1024px) {
        #breadcrumb {
            margin-bottom: 20px;
        }
    }
    .winery-item {
        display: flex;
        flex-direction: row;
        border-bottom: dotted 2px #dcdcdc;
    }
    .item-img {
        width: 20%;
        padding: 20px;
    }
    .item-body {
        width: 80%;
        padding: 20px;
        line-height: 150%;
    }
    .item-img img {
        width: 100%;
        padding: 5px;
        border: solid 1px #dcdcdc;
    }
    .item-vt {
        background-color: #dcdcdc;
        padding: 2px 5px 2px 5px;
        margin-left: 5px;
    }
    .item-name {
        text-decoration: underline;
    }
    .item-setumei {
        background-color: #f5deb3;
        padding: 10px;
        margin-top: 10px;
    }
    table.tbl-r02 {
        width: 100%;
        border-spacing: 0;
    }
    .tbl-r02 th {
        font-weight: normal;
        width: 20%;
        border-bottom: solid 2px #808000;
        padding: 10px 0;
    }
    .tbl-r02 td {
        width: 50%;
        border-bottom: solid 2px #ddd;
        text-align: center;
        padding: 10px 0;
    }
    .tbl-r02 p {
        line-height: 140%;
    }
    .item-details {
        display: flex;
        padding-top: 20px;
    }
    .kensaku-kekka {}
    .kensaku-kekka p {
        padding: 1rem;
    }
    .kensaku-kekka span.s-cat {
        background-color: #556b2f;
        color: white;
        padding: 2px 10px;
        font-size: 90%;
        margin-left: 10px;
    }