@charset "UTF-8";

/*----------------------*/
/* 0.WEBフォント設定
------------------------------------------------------------ */

@font-face {
    font-family: "Hannari";
    src: url('https://chou-chou11.com/wp-content/themes/kobo.chouchou2015/2022/font/HannariMincho-Regular.woff2') format('woff2'),
        url('https://chou-chou11.com/wp-content/themes/kobo.chouchou2015/2022/font/HannariMincho-Regular.woff') format('woff');
    font-display: swap;
}

/*----------------------*/
/* 1.PC-CSS設定（width 760.1px以上）
------------------------------------------------------------ */
/* --- 1-1.共通（header/footer） --- */
/* ----- 1-1-1.header ----- */
.header2022 {
    width: 100%;
    max-width: 1920px;
    height: 135px;
    margin: 0px auto;
}

.front-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.header2022 h1 {
    float: left;
    margin: 35px 0px 0px;
    padding-left: 100px;
}

.header2022 .subNavi {
    float: right;
    margin-top: 35px;
    padding-right: 50px;
}

.header2022 .subNavi li {
    float: left;
    margin: 7px 0px 20px 25px;
}

.header2022 .mainNavi {
    clear: right;
    float: right;
    position: relative;
    padding-right: 50px;
}

.header2022 .mainNavi li {
    float: left;
    margin: 7px 0px 0px 25px;
}

/* ----- 1-1-2.ハンバーガーメニュー ----- */
.header2022 .smpMenu {
    display: none;
}

/* ----- 1-1-3.footer ----- */
.footer {
    padding: 29px 0px 29px !important;
}

/* ----- 1-1-4.パンくず ----- */
/* ------- 1-1-4-1.既存CSS上書き ------- */
/* ------- 1-1-4-2.新規作成 ------- */
ul#panKuzu-w1100 {
    text-align: left;
    font-size: 80%;
    width: 90%;
    margin: 0 5% 15px 5%;
}

ul#panKuzu-w1100 li {
    display: inline;
}

/* ----- 1-1-5.SP/TB専用非表示 ----- */
@media screen and (min-width: 760.1px) {
    .sp {
        display: none;
    }
}

/* --- 1-2.トップページ（front-page） --- */
/* ----- 1-2-1.ファーストビュー ----- */
.top__firstview {
    display: contents;
    position: relative;
    max-width: 1920px;
    height: 100vh;
}

.top__firstview p.top_firstview_text {
    margin-block-start: 0;
    margin-block-end: 0;
    position: absolute;
    font-size: 45px;
    font-family: "Hannari";
    color: #000;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
    top: calc(50% - 34px);
    left: calc(50% - 467px);
    text-align: center;
    z-index: 8;
}

.top__firstview p.top_firstview_bana {
    margin-block-start: 0;
    margin-block-end: 0;
    position: absolute;
    top: calc(74% - 34px);
    left: calc(111% - 450px);
    text-align: center;
    z-index: 9;
}

.top__firstview p.top_firstview_bana img {
    width: 70%;
}

.top__firstview__img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

/* ------- ズームアップ ------- */
@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide-active .top__firstview__img,
.swiper-slide-duplicate-active .top__firstview__img,
.swiper-slide-prev .top__firstview__img {
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* ----- 1-2-2.メッセージ ----- */
.top__message {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 100px auto 0;
}

.top__message__title {
    font-size: 39px;
    margin-left: 45px;
}

.top__message__description {
    font-size: 18px;
    line-height: 3;
    margin-left: 45px;
}

.top__message__more {
    color: #C08532;
    font-size: 14px;
}

.top__message__more::before {
    font-family: "Font Awesome 5 Free";
    content: '\f13a';
    font-weight: 900;
    padding-bottom: 10px;
}

.top__message__more a {
    text-decoration: none;
}

.top__mesage__bottom__image {
    text-align: center;
    margin-top: -75px;
    margin-bottom: 150px;
}

/* ----- 1-2-3.商品案内 ----- */
.top__items__title {
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
    width: 1100px;
    color: #8B897E;
    font-size: 24px;
    border-bottom: solid 1px #d7cdb0;
    margin: 0 auto 50px;
    padding-bottom: 3px;
}

.top__items__title span {
    font-size: 12px;
    padding-left: 850px;
}

.top__items__title span::before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    color: #C08532;
    font-weight: 900;
    padding-bottom: 10px;
    padding-right: 5px;
}

.top__items__title span a {
    text-decoration: none;
}

.top__items__box {
    width: 1100px;
    margin: 0px auto 115px;
    height: 435px;
    background: url(../../images/top/main_bg.jpg) no-repeat center top;
    background: url(../../images/top/logo_bg_transport.png) no-repeat right bottom;
}

.top__items__box li {
    float: left;
    width: 342px;
    margin: 0px 0px 25px 37px;
}

.top__items__box li:first-child,
.top__items__box li:nth-child(4) {
    margin: 0px 0px 25px 0;
}

.top__items__box li a {
    display: block;
    position: relative;
}

.top__items__box li a img {
    width: 340px;
    height: auto;
}

.top__items__box li a img.ex {
    position: absolute;
    right: -12px;
    top: -15px;
    width: unset;
}

/* ----- 1-2-4.ストア ----- */
.top__store {
    width: 1100px;
    margin: 0px auto 120px;
}

.top__store__box {
    width: 1100px;
    flex-wrap: wrap;
}

.top__store__box__online {
    position: relative;
    overflow: hidden;
    height: 205px;
    width: 1100px;
    padding-bottom: 80px;
}

.top__store__box__online img {
    width: 1100px;
    height: 205px;
    object-fit: cover;
    object-position: 0% 75%;
}

.top__store__box__online p {
    position: absolute;
    top: calc(50% - 102px);
    left: calc(50% - 338px);
    text-align: center;
    font-size: 32px;
    background: #CAC4B2;
    padding: 10px 100px;
}

.top__store__box__real {
    position: relative;
    height: 175px;
    width: 1100px;
    padding: 15px 0;
    background: #CAC4B2;
}

.top__store__box__real__txt {
    position: absolute;
    width: 30%;
    padding: 0 0 0 2%;
    font-size: 32px;
    text-align: center;
    top: calc(50% - 15px);
}

.top__store__box__real__txt::before {
    font-family: "Font Awesome 5 Free";
    content: '\f54f';
    font-weight: 900;
    padding-bottom: 10px;
    padding-right: 5px;
}

.top__store__box__real__img {
    position: absolute;
    right: 0;
    width: 64%;
    padding: 0 2%;
}

.top__store__box__real__img img {
    width: 48%;
    height: 175px;
    padding: 0;
    object-fit: cover;
}

.top__store__box__real__img img:first-of-type {
    padding-right: 3%;
}

/* ----- 1-2-5.湖 ----- */
.top__lake {
    margin: 0 0 120px;
}

.top__lake__img {
    position: relative;
    height: 277px;
    background: url(/../images/top/lake.jpg) no-repeat center top;
    background-size: 1920px;
}

.top__lake__img a {
    display: block;
    width: 100%;
    height: 320px;
}

.top__lake__img img {
    position: absolute;
    left: 50%;
    top: 0px;
    margin: 0px 0px 0px -509px;
}

/* ----- 1-2-6.ニュース ----- */
.top__news__image {
    width: 1100px;
    margin: 0px auto 70px;
    height: 120px;
    background: #fff;
    text-align: center;
}

/* ----- 1-2-7.お知らせ/SNS ----- */
.top__info-sns {
    width: 1100px;
    margin: 0px auto 0px;
}

.top__info-sns__left {
    width: 645px;
    float: left;
    margin-bottom: 100px;
}

.top__info-sns__right {
    float: right;
    width: 385px;
    margin-bottom: 100px;
}

.top__info h2 {
    border-bottom: 1px solid #d7cdb0;
    padding: 0px 0px 10px;
    font-size: 1px;
    margin: 0px 0px 10px;
}

.top__info h2+a {
    display: block;
    margin: -40px 0px 20px auto;
    width: 88px;
    padding: 5px 0px;
    text-align: right;
    font-size: 1px;
}

.top__info dl {
    width: 645px;
    margin: 0px 0px 25px;
}

.top__info dl dt {
    font-weight: normal;
}

.top__info dl dd {
    margin: -1.6em 0px 5px 100px;
    color: #564200;
}

.top__info dl dd a {
    color: #564200;
    padding-left: 40px;
}

.top__facebook {
    margin-bottom: 153px;
}

.top__line {
    text-align: center;
    width: 380px;
    height: 127px;
}

.top__line img {
    width: 100%;
    height: 100%;
}

.top__instagram h2 {
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
    max-width: 1100px;
    color: #8B897E;
    font-size: 24px;
    border-bottom: solid 1px #d7cdb0;
    padding: 0px 0px 10px;
    margin: 0px 0px 10px;
}

/* ------- Smash Balloon Instagram Feed調整 ------- */
#sbi_images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sbi_type_image,
.sbi_type_carousel {
    width: 25%;
    height: 155px;
}

span.sbi-screenreader {
    display: none;
}

.sbi_photo_wrap {
    background: #fff;
    padding: 5px;
    text-align: center;
}

.sbi_photo_wrap img {
    display: unset !important;
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.sbi_type_carousel svg {
    display: none;
}

.sbi_photo:hover img {
    height: 155px !important;
    opacity: unset;
}

.sbi_item:nth-of-type(n+2)>div {
    padding: 5px 5px 5px 0;
}

.sbi_item:nth-of-type(5)>div {
    padding: 5px;
}

/* --- 1-3.固定ページ --- */
/* ----- 1-3-1.幅1100px固定ページテンプレート ----- */
.page__w1100__Contents {
    width: 1100px;
    margin: 0px auto 50px;
}

/* ----- 1-3-2.幅1100px固定ページ トップしたフォーマット ----- */
.page__top__box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 80px;
}

.page__top__box__img {
    width: 46%;
    padding: 0 2% 0 4%;
}

.page__top__box__img img {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    object-fit: cover;
}

.page__top__box__txt {
    width: 42%;
    padding: 0 4% 0 2%;
}

.page__top__box__txt h2 {
    font-family: "Hannari";
    font-weight: normal;
    font-size: 48px;
    margin-block-start: 25px;
    margin-block-end: 45px;
}

.page__top__box__txt p {
    font-size: 16px;
}

/* ----- 1-3-3.工房のなか ----- */
.kobo__container {
    width: 100%;
    min-height: 340px;
    margin: 0 auto 80px;
}

.kobo__container__left-img {
    width: 48%;
    padding: 0 2% 0 4%;
    float: left;
}

.kobo__container__right-img {
    width: 48%;
    padding: 0 4% 0 2%;
    float: right;
}

.kobo__container__left-img img,
.kobo__container__right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kobo__container__left-txt {
    width: 40%;
    padding: 0 2% 0 4%;
    float: left;
}

.kobo__container__right-txt {
    width: 40%;
    padding: 0 4% 0 2%;
    float: right;
}

.kobo__container__left-txt h3,
.kobo__container__right-txt h3 {
    margin-block-start: unset;
    font-weight: normal;
    font-family: "Hannari";
    font-size: 32px;
}

.kobo__container__left-txt p,
.kobo__container__right-txt p {
    font-size: 16px;
}

/* ----- 1-3-4.湖のくにをめぐる ----- */
/* ------- 1-3-4-1.共通フォーマット ------- */
.meguru__box {
    width: 100%;
    min-height: 300px;
    margin-bottom: 60px;
}

.meguru__box>.meguru__container:nth-child(1) {
    width: 48.5%;
    min-height: 300px;
    float: left;
    margin-right: 1.5%;
}

.meguru__box>.meguru__container:nth-child(2) {
    width: 48.5%;
    min-height: 300px;
    float: left;
    margin-left: 1.5%;
}

.meguru__container h3 {

    font-weight: normal;
    margin-block-start: unset;
    margin-block-end: unset;
    font-size: 24px;
    padding-bottom: 10px;
}

/* ロングタイトル対応 */
.meguru__container h3 span {
    font-size: 21px;
}

.meguru__container__left {
    width: 56%;
    float: left;
}

.meguru__container__right {
    width: 41%;
    margin-left: 3%;
    float: right;
}

.meguru__container__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p.meguru__access {
    width: calc(100% - 2px);
    text-align: center;
    border: solid 1px;
    padding: 10px 0;
}

p.meguru__description {
    margin-block-start: unset;
    margin-block-end: unset;
    margin-bottom: 30px;
}

/* ------- 1-3-4-2.酒蔵 ------- */
section.page__sakagura {
    min-height: 1138px;
    margin: 0 0 50px;
    ;
}

.page__sakagura h2 {
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 36px;
    border-bottom: solid 1px #000;
    margin: 0 auto 30px;
    padding-bottom: 3px;
}

/* ------- 1-3-4-3.観光スポット ------- */
section.page__spot {
    min-height: 1158px;
    margin: 0 0 50px;
}

.page__spot h2 {
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 36px;
    border-bottom: solid 1px #000;
    margin: 0 auto 30px;
    padding-bottom: 3px;
}

/* ----- 1-3-5.取り扱い店舗一覧 ----- */
/* ------- 1-3-5-1.既存CSS上書き ------- */
.pageCont {
    margin-bottom: 50px;
}

/* ------- 1-3-5-2.商品アイコン説明 ------- */
section.shoplist__icon__description {
    width: 94%;
    padding: 20px 3%;
    margin: 0 0 50px;
    background: #fff;
}

section.shoplist__icon__description h2 {
    font-family: "Hannari";
    margin-block-start: 0;
    margin-block-end: 15px;
}

.shoplist__icon__box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.shoplist__icon__item {
    display: inline-block;
    width: 30%;
}

.shoplist__icon__item:nth-of-type(-n+3) {
    margin: 0 3.33% 15px 0;
}

.shoplist__icon__item:nth-of-type(n+4) {
    margin: 0 3.33% 0 0;
}

.shoplist__icon__item img,
.shoplist__icon__item p {
    display: inline-block;
}

.shoplist__icon__item p {
    margin-block-end: 7px;
    margin-block-start: 7px;
    margin-left: 10px;
}

/* ------- 1-3-5-3.店舗一覧 ------- */
.tenpoTable td>span {
    display: inline-block;
    font-size: 10px;
    padding: 6.6px 0 6.59px;
}

.tenpoTable td>span.irreg {
    padding: 0 !important;
}

/*----------------------*/
/* 2.SP/TB-CSS設定（width 760px以下）
------------------------------------------------------------ */
@media screen and (max-width: 760px) {

    /* --- 2-1.共通（header/footer） --- */
    /* ----- 2-1-1.header ----- */
    .header2022 {
        width: 100%;
        max-width: unset;
        height: 43px;
        padding: 67px 0px 0px;
    }

    .header2022 h1 {
        margin: 0px;
        text-align: center;
        height: 47px;
        padding: 10px 0px;
        float: none;
        position: fixed;
        z-index: 10;
        left: 0px;
        top: 0px;
        width: 100%;
    }

    .header2022 h1 img,
    .header2022 .logo img {
        height: 100%;
    }

    .header2022 .subNavi {
        display: none;
    }

    .header2022 .mainNavi {
        float: none;
        padding-right: 0px;
    }

    .header2022 .mainNavi li {
        display: none;
        width: 50%;
        margin: 0px;
        text-align: center;
        float: left;
    }

    .header2022 .mainNavi li.store,
    .header2022 .mainNavi li.shop {
        display: block;
        margin: 0px;
    }

    .header2022 .mainNavi li a {
        display: block;
        padding: 5px 0px;
        height: 25px;
    }

    .header2022 .mainNavi li img {
        visibility: hidden;
    }

    .header2022 .mainNavi li.store a {
        margin: 0px 1px 0px 0px;
        background: url(../../../../common/img/smp_h_08.png) no-repeat center
            /*#cac4b2*/
        ;
        background-size: 110px;
    }

    .header2022 .mainNavi li.shop a {
        background: url(../../../../common/img/smp_h_09.png) no-repeat center
            /*#cac4b2*/
        ;
        background-size: 110px;
    }

    .header2022 .smpMenu {
        display: block;
    }

    .header2022 .smpMenu>dt {
        position: fixed;
        right: 20px;
        top: 17px;
        z-index: 20;
    }

    .header2022 .smpMenu>dt img {
        width: 30px;
    }

    .header2022 .smpMenu>dd {
        position: fixed;
        right: 0px;
        right: -185px;
        top: 0px;
        height: 100%;
        z-index: 500;
        width: 185px;
        background: #564200;
        overflow: auto;
        color: white;
    }

    .header2022 .smpMenu>dd dt {
        background: url(../../../../common/img/smp_menu.png) no-repeat 10px center;
        background-size: 27px auto;
        border-bottom: 1px solid #d5d0bf;
    }

    .header2022 .smpMenu>dd dt a {
        display: block;
        text-align: right;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px 10px 0px;
    }

    .header2022 .smpMenu>dd a {
        color: white;
        text-decoration: none;
    }

    .header2022 .smpMenu>dd ul li {
        border-bottom: 1px solid #d5d0bf;
        background: url(../../../../common/img/smp_mark_menu.png) no-repeat right center;
        background-size: auto 10px;
    }

    .header2022 .smpMenu>dd ul li a {
        display: block;
        font-size: 12px;
        padding: 10px 0px 10px 30px;
        line-height: 20px;
        background: no-repeat 10px 50%;
        background-size: 11px auto;
    }

    .header2022 .smpMenu>dd ul li:nth-of-type(1) a {
        background-image: url(../../../../common/img/smp_mark_menu_01.png);
    }

    .header2022 .smpMenu>dd ul li:nth-of-type(2) a {
        background-image: url(../../../../common/img/smp_mark_menu_02.png);
    }

    .header2022 .smpMenu>dd ul li:nth-of-type(3) a,
    .header2022 .smpMenu>dd ul li:nth-of-type(4) a,
    .header2022 .smpMenu>dd ul li:nth-of-type(5) a,
    .header2022 .smpMenu>dd ul li:nth-of-type(6) a {
        background-image: url(../../../../common/img/smp_mark_menu_03.png);
    }

    .header2022 .smpMenu>dd ul li:nth-of-type(7) a {
        background-image: url(../../../../common/img/smp_mark_menu_04.png);
    }

    .header2022 .smpMenu>dd ul li:nth-of-type(8) a {
        background-image: url(../../../../common/img/smp_mark_menu_07.png);
    }

    .header2022 .smpMenu>dd ul li:nth-of-type(9) a {
        background-image: url(../../../../common/img/smp_mark_menu_08.png);
    }

    .header2022 .smpMenu>dd ul li:nth-of-type(10) a {
        background-image: url(../../../../common/img/smp_mark_menu_05.png);
    }

    .header2022 .smpMenu>dd ul li:nth-of-type(11) a {
        background-image: url(../../../../common/img/smp_mark_menu_06.png);
    }

    /* ----- 2-1-2.ハンバーガーメニュー ----- */
    .hamburger {
        float: right;
        position: relative;
        background: #ECEDE2;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: -8px;
        right: -14px;
    }

    .hamburger span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 10px;
        height: 3px;
        border-radius: 2px;
        background: #767474;
    }

    .hamburger span:nth-of-type(1) {
        top: 15px;
        width: 30px;
    }

    .hamburger span:nth-of-type(2) {
        top: 23px;
        width: 24px;
        left: 16px;
    }

    .hamburger span:nth-of-type(3) {
        top: 31px;
        width: 18px;
        left: 22px;
    }

    .hamburger.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-135deg);
        width: 30%;
    }

    .hamburger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(135deg);
        width: 30%;
    }

    /* ----- 2-1-3.footer ----- */
    /* ----- 2-1-4.パンくず ----- */
    /* ------- 2-1-4-1.既存CSS上書き ------- */
    ul#panKuzu {
        width: 90%;
        margin: 0 5% 15px;
    }

    /* ------- 2-1-4-2.新規作成 ------- */
    ul#panKuzu-w1100 {
        margin: 0 5% 20px 5%;
    }

    /* ----- 2-1-5.PC専用非表示 ----- */
    .pc {
        display: none;
    }

    /* ------- 2-1-6.Googleマップ ------- */
    section.page__googlemap {
        width: 90%;
        margin: 0 5% 50px;
    }

    /* --- 2-2.トップページ（front-page） --- */
    /* ----- 2-2-1.ファーストビュー ----- */
    .top__firstview p.top_firstview_text {
        color: #333;
        font-size: 20px;
        top: calc(50% - 30px);
        left: calc(50% - 128px);
    }

    .top__firstview p.top_firstview_bana {
        top: calc(80% - 30px);
        left: calc(80% - 128px);
    }

    .top__firstview p.top_firstview_bana img {
        width: 70%;
    }

    .top__firstview__img {
        height: 80vh;
    }

    /* ------- スクロール ------- */
    .scrolldown {
        position: absolute;
        right: 10%;
        bottom: 50px;
        height: 150px;
        font-size: 16px;
        z-index: 9;
    }

    .scrolldown span {
        position: absolute;
        left: 5px;
        bottom: 72px;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.05em;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        z-index: 9;
    }

    .scrolldown::after {
        content: "";
        position: absolute;
        top: 0;
        width: 1.5px;
        height: 80px;
        background: #000;
        animation: pathmove 1.4s ease-in-out infinite;
        opacity: 0;
    }

    @keyframes pathmove {
        0% {
            height: 0;
            top: 0;
            opacity: 0;
        }

        30% {
            height: 80px;
            opacity: 1;
        }

        100% {
            height: 0;
            top: 150px;
            opacity: 0;
        }
    }

    /* ----- 2-2-2.メッセージ ----- */
    .top__message {
        margin: 75px auto 0;
    }

    .top__message__title {
        font-size: 32px;
        margin-left: 10px;
        margin-right: -12px;
    }

    .top__message__description {
        font-size: 16px;
        margin-left: 0;
    }

    .top__message__more {
        writing-mode: horizontal-tb;
    }

    .top__message__bottom__more {
        font-size: 16px;
        margin: -20px auto 30px;
        text-align: center;
    }

    .top__message__bottom__more::before {
        font-family: "Font Awesome 5 Free";
        content: '\f138';
        color: #C08532;
        font-weight: 900;
        padding-bottom: 10px;
        padding-right: 5px;
    }

    .top__message__bottom__more a {
        text-decoration: none;
    }

    .top__mesage__bottom__image {
        width: calc(100vw - 30px);
        margin: 0 15px 50px;
    }

    .top__mesage__bottom__image img {
        width: 100%;
    }

    /* ----- 2-2-3.商品案内 ----- */
    .top__items__title {
        width: calc(100vw - 30px);
        margin: 0 15px 30px;
    }

    .top__items__title span {
        font-size: 24px;
        padding-left: unset;
        position: absolute;
        left: 50%;
    }

    .top__items__box {
        width: auto;
        margin: 0px 15px 40px;
        height: auto;
        background: none;
    }

    .top__items__box li,
    .top__items__box li:first-child {
        margin: 0px 0px 10px 0px;
        width: 48%;
    }

    .top__items__box li:nth-of-type(2n+1) {
        clear: both;
    }

    .top__items__box li a img {
        width: 100%;
    }

    .top__items__box li a img.ex {
        width: 30px;
        right: -6px;
        top: -6px;
    }

    .top__items__box li:nth-of-type(2n) {
        float: right;
    }

    .top__items__box li:first-child,
    .top__items__box li:nth-child(6) {
        margin: 0px 0px 25px 0;
    }

    /* ----- 2-2-4.ストア ----- */
    .top__store {
        width: calc(100vw - 30px);
        margin: 0 15px;
    }

    .top__store__box {
        width: 100%;
        margin-bottom: 50px;
    }

    .top__store__box__online {
        height: 150px;
        width: 100%;
        padding-bottom: 25px;
    }

    .top__store__box__online p {
        font-size: 16px;
        padding: 10px;
        top: calc(50% - 47px);
        left: calc(50% - 130px);
    }

    .top__store__box__online img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 0% 75%;
    }

    .top__store__box__real {
        height: 130px;
        width: 100%;
        padding: 10px 0;
    }

    .top__store__box__real__txt {
        font-size: 16px;
    }

    .top__store__box__real__txt::before {
        content: '\f54f\A';
        white-space: pre;
    }

    .top__store__box__real__img img {
        height: 130px;
    }

    .top__store__box__real__img img:last-of-type {
        object-position: 0% 75%;
    }

    /* ----- 2-2-5.湖 ----- */
    .top__lake {
        margin: 0 0 50px;
    }

    .top__lake__img {
        clear: both;
        height: auto;
        margin: 20px 0px 20px;
        background: url(/../images/top/lake.jpg) no-repeat center top;
        background-size: auto 100%;
    }

    .top__lake__img a {
        height: auto;
    }

    .top__lake__img img {
        position: static;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    /* ----- 2-2-6.ニュース ----- */
    .top__news__image {
        width: calc(100vw - 30px);
        margin: 0 15px 50px;
        height: auto;
    }

    .top__news__image img {
        max-width: 100%;
    }

    /* ----- 2-2-7.お知らせ/SNS ----- */
    .top__info-sns {
        width: calc(100vw - 30px);
        margin: 0 15px;
    }

    .top__info-sns__left {
        width: 100%;
        margin-bottom: 60px;
    }

    .top__info h2 {
        margin: 0 0 40px;
    }

    .top__info__date {
        font-size: 14px;
        margin: 10px 0;
    }

    .top__info__title {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .top__info__title__more {
        font-size: 16px;
        margin: 20px auto 50px;
        text-align: center;
    }

    .top__info__title__more::before {
        font-family: "Font Awesome 5 Free";
        content: '\f138';
        color: #C08532;
        font-weight: 900;
        padding-bottom: 10px;
        padding-right: 5px;
    }

    .top__info__title__more a {
        text-decoration: none;
    }

    .top__instagram img {
        width: 100%;
    }

    .top__info-sns__right {
        width: 100%;
        margin-bottom: 50px;
        float: unset;
    }

    .top__facebook {
        width: 100%;
        margin-bottom: 30px;
    }

    .top__line,
    .top__line img {
        width: 100%;
    }

    /* ------- Smash Balloon Instagram Feed調整 ------- */
    .sbi_type_image,
    .sbi_type_carousel {
        height: 75px;
    }

    .sbi_photo_wrap img {
        height: 75px;
    }

    .sbi_photo:hover img {
        height: 75px !important;
    }

    /* --- 2-3.固定ページ --- */
    /* ----- 2-3-1.幅1100px固定ページテンプレート ----- */
    .page__w1100__Contents {
        width: 100%;
        margin: 0px auto;
    }

    /* ----- 2-3-2.幅1100px固定ページ トップしたフォーマット ----- */
    .page__top__box__img {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .page__top__box__img img {
        width: 100%;
        height: 100%;
        max-width: 90%;
    }

    .page__top__box__txt {
        width: 90%;
        margin: 0 5%;
        padding: 0;
    }

    .page__top__box__txt h2 {
        font-size: 24px;
        margin-block-start: 16px;
        margin-block-end: 24px;
        text-align: center;
    }

    .page__top__box__txt p {
        margin-block-start: unset;
        margin-block-end: unset;
        font-size: 14px;
    }

    /* ----- 2-3-3.工房のなか ----- */
    .kobo__container {
        width: 90%;
        height: auto;
        min-height: unset;
        margin: 0 5% 80px;
    }

    .kobo__container__left-img,
    .kobo__container__right-img {
        width: 100%;
        padding: unset;
        float: unset;
    }

    .kobo__container__left-txt,
    .kobo__container__right-txt {
        width: 100%;
        padding: unset;
        float: unset;
    }

    .kobo__container__left-txt h3,
    .kobo__container__right-txt h3 {
        font-size: 24px;
        margin-block-start: 24px;
        text-align: center;
    }

    .kobo__container__left-txt p,
    .kobo__container__right-txt p {
        font-size: 14px;
    }

    /* ----- 2-3-4.湖のくにをめぐる ----- */
    /* ------- 2-3-4-1.共通フォーマット ------- */
    .meguru__box {
        min-height: unset;
    }

    .meguru__box>.meguru__container:nth-child(1),
    .meguru__box>.meguru__container:nth-child(2) {
        width: 100%;
        min-height: unset;
        float: unset;
        margin-right: unset;
        margin-left: unset;
    }

    .meguru__container h3 {
        width: 100%;
        margin: unset;
        font-size: 18px;
    }

    .meguru__container h3 span {
        font-size: unset;
    }

    .meguru__container__left,
    .meguru__container__right {
        width: 100%;
        float: unset;
        margin-left: unset;
    }

    p.meguru__access {
        margin: 1em 0;
    }

    p.meguru__description {
        width: 100%;
        margin-bottom: 20px;
    }

    p.meguru__address {
        width: 100%;
        margin-bottom: 50px;
    }

    /* ------- 2-3-4-2.酒蔵 ------- */
    section.page__sakagura {
        min-height: unset;
        width: 90%;
        margin: 0 5% 50px;
    }

    .page__sakagura h2 {
        width: 100%;
        margin: 0 auto 20px;
        font-size: 24px;
    }

    /* ------- 2-3-4-3.観光スポット ------- */
    section.page__spot {
        min-height: unset;
        width: 90%;
        margin: 0 5% 50px;
    }

    .page__spot h2 {
        width: 100%;
        margin: 0 auto 20px;
        font-size: 24px;
    }

    /* ----- 2-3-5.取り扱い店舗一覧 ----- */
    /* ------- 2-3-5-1.既存CSS上書き ------- */
    /* ------- 2-3-5-2.商品アイコン説明 ------- */
    section.shoplist__icon__description {
        width: 90%;
        margin: 0 5% 50px;
        padding: unset;
    }

    section.shoplist__icon__description h2 {
        margin-block-end: unset;
        padding: 20px 5% 15px;
        text-align: center;
    }

    .shoplist__icon__box {
        width: 90%;
        padding: 0 5%;
    }

    .shoplist__icon__item {
        width: 47.5%;
    }

    .shoplist__icon__item:nth-of-type(2n+1) {
        margin: 0 2.5% 20px 0;
    }

    .shoplist__icon__item:nth-of-type(2n) {
        margin: 0 0 20px 2.5%;
    }

    .shoplist__icon__item:nth-of-type(-n+4) p {
        margin-block-end: 0;
        margin-block-start: -2px;
        margin-left: 10px;
    }

    /* ------- 2-3-5-3.店舗一覧 ------- */
    h3.page__shoplist {
        width: 90%;
        margin: 0 5% 20px;
    }

    table.tenpoTable {
        width: 90%;
        margin: 0 5% 30px;
    }

    table.tenpoTable tbody td:nth-of-type(1) {
        width: 90%;
        margin: 0 5% 20px;
    }

    table.tenpoTable tbody td:nth-of-type(1):before {
        padding-right: 2px;
    }

    table.tenpoTable tbody td:nth-of-type(n+2) {
        width: 76%;
        margin: 0 12% 10px;
    }

    table.tenpoTable tbody tr {
        margin-bottom: 20px;
    }
}


/* ------- 2024.06.13ヤマナカ追記 ------- */

@media screen and (max-width: 760px) {

    .top_bana_japanfoodselection img {
        width: 92%;
    }

    .prodLink03 {
        position: static !important;
        left: 0;
        margin: 15px auto;
        width: 90%;
        text-align: center;
    }

    .prodLink03 img {
        width: 100%;
    }
}



/*-- ロクブンノゴ 2025.06.3. added by f-factory--*/
#rokubunnogo {
    .ja {
        font-family: "Hannari";
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .mv {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding: 0 2vw;
        box-sizing: border-box;
        margin-bottom: 10%;
    }

    .lead-ttl {
        font-family: "Hannari";
        text-align: center;
        font-size: 48px;
        margin-bottom: 0.8em;
        position: relative;
        padding-top: 60px;
    }

    .lead-ttl::before {
        position: absolute;
        content: "";
        display: block;
        width: 50px;
        aspect-ratio: 1 / 0.567;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: url(/../images/page/65_ttl_icon.png) no-repeat center top /contain;
    }

    .lead-text {
        text-align: center;
        font-size: 21px;
        line-height: 1.8;
    }

    .entry {}

    .entry-once {
        margin-top: 8%;
        display: flex;

        .entry-once-image {
            flex-shrink: 0;
            width: 50%;
            margin-right: 4%;
        }

        &:nth-of-type(2n) .entry-once-image {
            order: 2;
            margin-right: 0;
            margin-left: 4%;
        }

        .entry-once-ttl {
            font-family: "Hannari";
            font-size: 30px;
            margin-top: 0;
            margin-bottom: 0.8em;
        }

        .entry-once-text .text {
            line-height: 200%;
            font-size: 13.5px;
        }

    }

    .links li {
        border-left: 5px solid #d7d3c7;
        margin-top: 8px;
        padding: 0.2em 0.5em;
        line-height: 200%;
        font-size: 13.5px;

        .str {
            font-weight: bold;
        }

        a {
            margin-left: 1em;
            color: #663300;
            text-decoration: underline;
        }

        a:hover {
            text-decoration: none;
        }
    }

    .more-btn {
        text-align: center;
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .more-btn a {
        box-sizing: border-box;
        border: 2px solid #000;
        color: #000;
        padding: 1em;
        width: 450px;
        font-size: 19px;
        text-align: center;
        display: inline-block;
        border-radius: 60px;
        text-decoration: none;
    }

    .more-btn a:hover {
        opacity: 0.6;
    }

    #kodawari {
        .entry-once {
            margin-top: 8%;
            margin-bottom: 10%;
        }

        .entry-once-text {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .entry-once:nth-of-type(2n) .entry-once-image {
            order: 0;
            margin-right: 4%;
            margin-left: 0;
        }
    }

    #home-news {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding: 80px 0;
        box-sizing: border-box;
        position: relative;

        &::before {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 380px;
            content: "";
            display: block;
            background: url(/../images/page/65_news_bg.png) no-repeat center bottom /cover;
            z-index: -1;
        }

        .lead-ttl {
            padding-top: 80px;
        }

        .lead-ttl::before {
            width: 30px;
            aspect-ratio: 1 / 2.108;
            background: url(/../images/page/65_ttl_icon_02.png) no-repeat center top /contain;
        }

        .news-inner {
            width: 970px;
            margin: 0px auto;
            background: #fff;
            padding: 40px;
            box-sizing: border-box;
            min-height: 400px;
            line-height: 200%;
            font-size: 114%;
        }

        .news-lead {
            text-align: center;
            position: relative;
            padding-bottom: 30px;

            &::before {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
                width: 250px;
                height: 1px;
                content: "";
                display: block;
                background: #c18341;
            }
        }

        .news-list {
            padding-top: 30px;

            li {
                position: relative;
                /* relative必須 */
                margin: 0.4em 0;
                list-style: none;
                padding-left: 3em;
                /* アイコンの幅分インデント */

                a {
                    text-decoration: none;
                    color: #000;
                    display: inline;
                    /* or block どちらでもOK */
                }

                a::before {
                    content: "▶";
                    position: absolute;
                    left: 0;
                    top: 0;
                    line-height: 1;
                    /* 高さを揃えたい場合 */
                }
            }
        }
    }

    #home-koto {
        padding: 80px 0 20px 0;

        .lead-ttl {
            padding-top: 80px;
        }

        .lead-ttl::before {
            width: 65px;
            aspect-ratio: 1 / 1;
            background: url(/../images/page/65_ttl_icon_03.png) no-repeat center top /contain;
        }

        .home-koto-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }


        .home-koto-ttl {
            font-family: "Hannari";
            font-size: 26px;
            margin: 0.8em 0;
            line-height: 1.6;
            text-align: center;
        }


    }

    #home-kodawari {
        padding: 0 0 60px 0;

        .lead-ttl {
            padding-top: 80px;
        }

        .lead-ttl::before {
            width: 35px;
            aspect-ratio: 1 / 1.935;
            background: url(/../images/page/65_ttl_icon_04.png) no-repeat center top /contain;
        }

        .home-kodawari-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }


        .home-kodawari-ttl {
            font-family: "Hannari";
            font-size: 26px;
            margin: 0.8em 0;
            line-height: 1.6;
            text-align: center;
        }

    }

    #home-cookie {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: 300px;
        box-sizing: border-box;
        position: relative;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    }

    #home-product {
        padding: 80px 0 20px 0;


        .lead-ttl {
            padding-top: 80px;
        }

        .lead-ttl::before {
            width: 65px;
            aspect-ratio: 1 / 0.842;
            background: url(/../images/page/65_ttl_icon_05.png) no-repeat center top /contain;
        }

        .product-ttl {
            font-size: 32px;
            font-family: "Hannari";
            text-align: center;

        }

        .product-text {
            font-size: 20px;
            margin: 1em 0;
            text-align: center;
            line-height: 1.3;
        }

        .product-cta {
            display: flex;
            justify-content: space-around;
        }
    }


    /*-- 760px以下のレスポンシブ対応 --*/
    @media screen and (max-width: 760px) {
        .pc {
            display: none;
        }

        .sp {
            display: block;
        }

        .mv {
            padding: 0;
        }

        .lead-ttl {
            font-size: clamp(22px, calc(40px - (18 * ((760px - 100vw) / 440))), 40px);
            padding-top: 40px;
        }

        .lead-ttl::before {
            width: 30px;
        }

        .lead-text {
            font-size: clamp(12px, calc(18px - (6 * ((760px - 100vw) / 440))), 18px);
            margin: 0 1em;
        }

        .entry {
            margin: 0 5%;
        }

        .entry-once {
            flex-direction: column;

            .entry-once-image {
                width: 100%;
                margin-right: 0;
                margin-bottom: 0;
            }

            .entry-once-ttl {
                font-size: clamp(20px, calc(28px - (8 * ((760px - 100vw) / 440))), 28px);
                margin: 1em 0;
            }

            &:nth-of-type(2n) .entry-once-image {
                order: 0;
                margin-left: 0;
            }
        }

        .more-btn {
            padding: 0 5%;
        }

        .more-btn a {
            width: 100%;
            font-size: clamp(13px, calc(19px - (6 * ((760px - 100vw) / 440))), 19px);
        }



        #home-news {
            padding: 20px 5% 80px 5%;

            &::before {
                height: 60%;
                background: url(/../images/page/65_news_bg_sp.png) no-repeat center bottom /cover;
            }

            .lead-ttl {
                padding-top: 50px;
            }

            .lead-ttl::before {
                width: 20px;
            }

            .news-inner {
                width: 100%;
                padding: 20px;
            }



            .news-list {

                li {
                    padding-left: 2em;

                }
            }

        }



        #home-koto {
            padding: 60px 5%;

            .lead-ttl {
                padding-top: 50px;
            }

            .lead-ttl::before {
                width: 40px;
            }

            .home-koto-list {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }

            .home-koto-ttl {
                text-align: left;
                letter-spacing: -0.02em;
                font-size: clamp(14px, calc(24px - (10 * ((760px - 100vw) / 440))), 24px);
            }

        }

        #home-kodawari {
            padding: 0 5% 60px 5%;

            .lead-ttl {
                padding-top: 60px;
            }

            .lead-ttl::before {
                width: 25px;
            }

            .home-kodawari-list {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                gap: 20px;
            }

            .home-kodawari-ttl {
                font-size: clamp(14px, calc(24px - (10 * ((760px - 100vw) / 440))), 24px);
            }


        }


        #home-product {
            padding: 60px 5% 20px 5%;

            .lead-ttl {
                padding-top: 50px;
            }

            .lead-ttl::before {
                width: 40px;
            }

            .product-ttl {
                font-size: clamp(16px, calc(30px - (14 * ((760px - 100vw) / 440))), 30px);

            }

            .product-text {
                font-size: clamp(13px, calc(18px - (5 * ((760px - 100vw) / 440))), 18px);
            }

            .product-cta {
                flex-direction: column;
                margin-top: 8%;
                margin-bottom: 8%;
                gap: 20px;

                .more-btn {
                    margin-top: 0;
                    margin-bottom: 0;
                }

            }
        }


    }
}