@charset "utf-8";

.letter-spacing-tight {
    letter-spacing: -0.07em;
}

@media screen and (min-width:745px) {
    .letter-spacing-tight {
        font-size: 0.95em;
    }
}


.pc {
    display: none;
}

.sp {
    display: block;
}

.text_indent {
    padding-left: 1em;
    text-indent: -1em;
}

.red {
    color: #FF0000;
}

.small {
    font-size: .85rem;
}

.ib {
    display: inline-block;
}

.fadeup {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transform: translateY(50px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

:root {
    --color-primary: #da0008;
    --color-secondary: #333333;
    --color-accent: #ffcc00;
    --color-background: #ffffff;
    --color-text: #000000;
    --spacing-xs: 4px;
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --fuwafuwa-duration: 2s;
}

.fuwafuwa {
    animation: anime1 var(--fuwafuwa-duration, 1s) ease-in-out 0s infinite;
    transform-origin: center;
    opacity: 1;
    /* 初期値を設定 */
}

@keyframes anime1 {
    0% {
        transform: scale(1) translateX(0px);
        opacity: 1;
    }

    50% {
        transform: scale(1.05) translateX(0px);
        /* 少し大きくする */
        opacity: 1;
    }

    100% {
        transform: scale(1) translateX(0px);
        opacity: 1;
    }
}

#header {
    padding: 30px 40px 10px;
    background-color: #FFF;
}

.logo {
    max-width: 316px;
    width: 100%;
    margin-inline: auto;
}

.check_text {
    margin-inline: auto;
    margin-bottom: 20px;
    max-width: 620px;
    width: 90%;
}

/* 共通ボタン */
.exchange_btn,
.shaken_btn,
.shaken_btn2 {
    text-align: center;
    margin-bottom: 8%;
    margin-inline: auto;
}

.exchange_btn a,
.shaken_btn a,
.shaken_btn2 a {
    display: block;
    width: 100%;
    margin-inline: auto;
    text-decoration: none;
}

.exchange_btn a img,
.shaken_btn a img,
.shaken_btn2 a img,
.exchange_btn a picture img,
.shaken_btn a picture img,
.shaken_btn2 a picture img {
    width: 100%;
    margin-inline: auto;
    height: auto;
    display: block;
}

/* 追従バナー */
.fixed-button {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}

.fixed-button.show {
    opacity: 1;
    visibility: visible;
}

.fixed-button-sp {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: linear-gradient(0deg, #FF7510 0%, #FF9D00 100%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.fixed-button-sp.show {
    opacity: 1;
    visibility: visible;
}

.fixed-button-sp img {
    display: block;
}

.fixed-button a {
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 17px;
    padding-left: 0.6em;
    font-size: 27px;
    vertical-align: middle;
    color: #FFF;
    text-shadow: 0 0 10px rgb(143, 143, 133);
}

.fixed-button a::before {
    /*content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-left: -1.4em;*/
}

.fixed-button a:hover {
    opacity: 1;
}

.fixed-button-sp a {
    display: block;
    width: 100%;
    height: auto;
    padding: 3.7vw 3.7vw 2.4vw;
    box-sizing: border-box;
    font-size: 27px;
    vertical-align: middle;
    color: #FFF;
    text-shadow: 0 0 10px rgb(143, 143, 133);
}

.fixed-button-sp a::before {
    /*content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-left: -1.4em;*/
}

.fixed-button a:hover {
    opacity: 1;
}

/* mainエリア */
#main {
    padding: 0 3.5%;
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.25%;
    row-gap: 0.2%;
    column-gap: 3%;
    grid-auto-flow: row;
    grid-template:
        "item05 item04 item04"
        "item01 item01 item01"
        "item07 item07 item02"
        "item06 item06 item06"
        "item03 item03 item03"
        "item09 item11 item11"
        "item10 item11 item11"
        "item15 item15 item15"
        "item12 item12 item12"
        "item13 item13 item13"
        "item14 item14 item14";
}

.item01 {
    grid-area: item01;
}

.item04 {
    grid-area: item04;
}

.item05 {
    grid-area: item05;
    margin-bottom: 1px;
}

.item06 {
    grid-area: item06;
}

.item02 {
    grid-area: item02;
}

.item03 {
    grid-area: item03;
}

.item07 {
    grid-area: item07;
}

.item08 {
    grid-area: item08;
    width: 98.5%
}

.item09 {
    grid-area: item09;
}

.item10 {
    grid-area: item10;
    margin-top: -2.4vw;
}

.item11 {
    grid-area: item11;
}

.item12 {
    grid-area: item12;
}

.item13 {
    grid-area: item13;
}

.item14 {
    grid-area: item14;
}

.item15 {
    grid-area: item15;
}

.tokuten {
    position: relative;
}

.tokuten_inner {
    position: absolute;
    top: -17px;
    left: 2px;
    width: 38%;
    z-index: 100;
}

.item07 {
    position: relative;
}

.car_series {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    width: 96%;
    top: 39%;
    left: 5px;
}

.car_series li {
    width: 48%;
}

.item13 {
    border: 15px solid #77C5FF;
    border-radius: 25px;
    padding: 5% 8% 5%;
}

.item13 .nx_gifu {
    max-width: 650px;
    width: 100%;
    margin-inline: auto;
}

.item13_address {
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
}

.item13_tel {
    margin-top: 15px;
    max-width: 500px;
    width: 100%;
    display: block;
    margin-inline: auto;
    border-bottom: 4px solid #000;
}

.item13_time {
    max-width: 500px;
    display: flex;
    margin-bottom: 15px;
    margin-inline: auto;
}

.item13_time>dt {
    font-size: 16px;
    color: #FFF;
    background-color: #0E6FF4;
    width: 130px;
    height: 27px;
    border-radius: 30px;
    text-align: center;
    margin-right: 10px;
}

.item13_time>dd {
    flex: 1;
    font-size: 16px;
}

.item13_time-mgn {
    margin-bottom: 30px;
}

.item14 {
    width: 100%;
    padding: 55px 30px 65px;
    box-sizing: border-box;
    border-radius: 30px;
    background: rgb(198, 198, 198);
    background: linear-gradient(0deg, rgba(160, 226, 255, 1) 0%, rgba(208, 242, 255, 1) 100%);
    margin-bottom: 30px;
}

.item14_btn {
    display: flex;
    flex-direction: column;
}

.btn01 a {
    display: block;
    border: 7px solid #FFF;
    background-color: #212121;
    color: #FFF;
    padding: 20px;
    position: relative;
    padding-left: 2em;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin: 0 auto 20px;
    max-width: 460px;
    border-radius: 60px;
    box-shadow: 0 3px 7px #000;
}

.btn01 a::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    ;
    margin-left: -1.4em;
}

.copyright {
    text-align: center;
    font-size: 14px;
}

.tel_02 {
    font-size: 160%;
}

.anim-box.poyopoyo {
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}

@keyframes poyopoyo {

    0%,
    40%,
    60%,
    80% {
        transform: scale(1.0);
    }

    50%,
    70% {
        transform: scale(0.95);
    }
}

@media screen and (max-width:498px) {
    .item13_tel {
        margin-top: 15px;
        max-width: 500px;
        width: 100%;
        display: block;
        margin-inline: auto;
        border-bottom: 4px solid #000;
    }

    .item13_time {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .item13_time>dt {
        width: 100%;
    }

    .item13_time>dd {
        width: 90%;
        margin-inline: auto;
    }
}

.copyright {
    text-align: center;
    font-size: 14px;
    padding-top: 80px;
    padding-bottom: 120px;
}

@media screen and (min-width:745px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .tokuten_inner {
        position: absolute;
        width: 37%;
    }

    /* 追従バナー */

    .fixed-button {
        width: 202px;
        bottom: 20px;
        right: 20px;
    }

    .fixed-button a {
        height: 180px;
        font-weight: 700;
        padding-top: 35px;
        padding-left: 0;
        line-height: 1.3;
        font-size: 31px;
    }

    .fixed-button a::before {
        /*content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    position: absolute;
    transform: rotate(45deg);
    top: 80%;
    left: 77%;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    margin-left: -1.4em;*/
    }

    .fixed-button:hover {
        opacity: 0.94;
    }

    #main {
        padding: 0 2.8%;
    }

    .item13_address {
        font-size: 21px;
    }

    .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        gap: 0.4% 1.7%;
        grid-auto-flow: row;
        grid-template-areas:
            "item01 item01 item01 item05 item04 item04"
            "item02 item07 item07 item05 item04 item04"
            "item02 item07 item07 item06 item06 item06"
            "item03 item03 item03 item09 item11 item11"
            "item03 item03 item03 item10 item11 item11"
            "item15 item15 item15 item15 item15 item15"
            "item12 item12 item12 item12 item12 item12"
            "item13 item13 item13 item13 item13 item13"
            "item14 item14 item14 item14 item14 item14";
    }

    .item04 {
        margin-top: 0;
    }

    .item14_btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .btn01 {
        max-width: 422px;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .btn01 a {
        font-size: 28px;
    }

    .btn01 a::before {
        width: 12px;
        height: 12px;
    }

    .item10 {
        margin-top: -3px;
    }

    .item08 {
        width: 100%;
    }

    .item13_time>dt {
        font-size: 21px;
        height: 40px;
    }

    .item13_time>dd {
        font-size: 21px;
    }

    .copyright {
        padding-top: 110px;
        padding-bottom: 80px;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.inner {
    max-width: 1086px;
    width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　特典ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#tokuten {
    background-image: url(../images/tokuten_bg.jpg);
    background-size: cover;
    padding-top: 3%;
}

.tokuten-title {
    text-align: center;
    position: relative;
}

.tokuten-title img {
    max-width: 996px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.tokuten-area01 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 33px;
    position: relative;
    width: 100%;
    padding: 0 15px 35px;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top: 2%;
}

.tokuten_tokuten01 {
    margin-top: -15%;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 745px) {
    .tokuten_tokuten01 {
        margin-top: -8%;
    }
}

.tokuten_tokuten01_btn {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.tokuten_tokuten02 {
    margin-top: 0;
}

.tokuten-area01_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #FFFCED;
    border-radius: 20px;
    padding: 3%;
    box-sizing: border-box;
}

.tokuten-area01_list,
.tokuten-area01_text {
    width: 100%;
    font-size: 3.2vw;
    margin-top: 20px;
}

.tokuten-area02 {
    padding: 0 15px 35px;
    margin-top: 7%;
}

.tokuten_attention {
    width: 90%;
    margin-inline: auto;
    line-height: 1.5;
    font-size: 3.2vw;
}

.footer_nav {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(0deg, rgba(198, 198, 198, 1) 0%, rgba(227, 227, 227, 1) 100%);
}

.footer_nav-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_nav-area li {
    width: 32%;
}

@media screen and (min-width:640px) {

    .tokuten-area01_list,
    .tokuten-area01_text {
        font-size: 16px;
    }

    .tokuten_attention {
        font-size: 16px;
    }
}

@media screen and (min-width:745px) {
    .tokuten-area01_flex {
        flex-direction: row;
    }

    .tokuten-area01_list {
        width: 100%;
    }

    .tokuten-area01_text {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 3%;
    }

    .tokuten_attention {
        width: 90%;
        font-size: 18px;
    }

    .footer_nav-area li {
        width: 148px;
    }
}

@media screen and (min-width:1046px) {
    .tokuten-title {
        max-width: 1045px;
        margin: 0 auto;
    }

    .tokuten-title img {
        width: 100%;
    }

    .tokuten-title::before {
        /*        content: "";
        opacity: .74;
        position: absolute;
        height: 62px;
        width: 100vw;
        top: 11%;
        left:50%;
        transform: translateX(-50%);
        z-index:1;*/
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　交換ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#exchange {
    background-image: url(../images/exchange_bg.jpg);
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 3%;
}

.exchange-area01 {
    margin-inline: auto;
    margin-top: 7%;
    margin-bottom: 10px;
}

.exchange_mgn30 {
    margin-bottom: 30px;
    font-size: 3.2vw;
}

.exchange_mgn60 {
    margin-bottom: 30px;
    font-size: 3.2vw;
}

.exchange_btn-mt50 {
    margin-top: 40px;
}



@media screen and (min-width:640px) {
    .exchange_mgn30 {
        font-size: 16px;
    }

    .exchange_mgn60 {
        font-size: 16px;
    }

}

@media screen and (min-width: 745px) {
    .exchange_btn {
        max-width: 560px;
        margin-inline: auto;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 745px) {
    .fv {
        padding-left: 40px;
        padding-right: 40px;
    }

    .btn01 {
        max-width: 422px;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .single-area02_btn {
        flex-direction: row;
    }

    .shaken_btn a,
    .shaken_btn2 a {
        font-size: 28px;
    }

    .shaken_btn a,
    .shaken_btn2 a {
        padding: 20px 20px 20px 1em;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　オープン協賛フェアページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#openfair {
    background: rgb(255, 255, 147);
    background: linear-gradient(0deg, rgba(255, 255, 147, 1) 0%, rgba(255, 175, 209, 1) 100%);
    padding-top: 5%;
}

.openfair-title {
    text-align: center;
    position: relative;
}

.openfair-title img {
    max-width: 996px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 100;
}

.openfair-area01 {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 33px;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 2%;
    box-shadow: 0 0 10px #960000;
    padding: 6% 2%;
    box-sizing: border-box;
}

.openfair_tokuten {
    margin-top: -12%;
}

.openfair-area01_body {
    padding: 15px 0;
    box-sizing: border-box;
}

.openfair-area01_flex {
    border-radius: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 25px;
    box-sizing: border-box;
}

.openfair-area01_list,
.openfair-area01_text {
    width: 100%;
    font-size: 3.2vw;
}

.openfair-area02 {
    margin-top: 8%;
}

.openfair-kyosan {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-top: 100px;
}

.openfair-area03 {
    padding: 6% 3% 2%;
    box-sizing: border-box;
}

.openfair-kyosan_area {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px dashed #000;
}

.openfair-kyosan_area-last {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: none;
}

.openfair-kyosan_left-sp {
    text-align: left;
    max-width: 240px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.openfair-kyosan_img {
    width: 100%;
}

.openfair-kyosan_store_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}

.openfair-kyosan_address {
    line-height: 1.6;
    font-size: 3.6vw;
}

.openfair-kyosan_open {
    display: flex;
    line-height: 1.6;
    font-size: 3.6vw;
}

.openfair-kyosan_open dt {
    white-space: nowrap;
}

.openfair-kyosan_close {
    line-height: 1.2;
    font-size: 3.6vw;
    margin-bottom: 10px;
    white-space: nowrap
}



.openfair-kyosan_open dd span {
    font-size: 3.6vw;
}

.openfair-kyosan_btn a {
    display: block;
    border: 3px solid #000000;
    background-color: #FFF;
    color: #000;
    padding: 10px 6px 10px 1em;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto 20px;
    border-radius: 60px;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
}

.openfair-kyosan_attention {
    font-size: 11px;
    padding-left: 1em;
    text-indent: -1em;
    color: red;
    margin-bottom: 0px;
}

.openfair-kyosan_btn a::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    transform: rotate(45deg);
    top: 52%;
    transform: translateY(-50%) rotate(45deg);
    margin-left: -1.1em;
}

.openfair-kyosan_left-sp01 {
    text-align: left;
    max-width: 180px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.openfair-kyosan_left-sp02 {
    text-align: left;
    max-width: 240px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.notes-text {
    margin-bottom: 7vw;
    font-size: 3.3vw;
    line-height: 1.4;
    text-align: left;
}



@media screen and (min-width:640px) {
    .openfair-kyosan_address {
        font-size: 18px;
    }

    .openfair-kyosan_open,
    .openfair-kyosan_close {
        font-size: 18px;
    }

    .openfair-kyosan_open dd span {
        font-size: 18px;
    }

    .openfair-area01_list,
    .openfair-area01_text {
        font-size: 18px;
    }

    .openfair-kyosan_attention {
        font-size: 13px;
    }
}

@media screen and (min-width:745px) {

    .openfair-area03 {
        padding: 40px 40px 10PX;
    }

    .openfair-area01_flex {
        flex-direction: row;
    }

    .openfair-area01_list {
        width: 100%;
    }

    .openfair-area01_text {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .openfair-kyosan_area {
        display: flex;
        flex-direction: row;
    }

    .openfair-kyosan_img {
        width: 30%;
    }

    .openfair-kyosan {
        font-size: 40px;
    }

    .openfair-kyosan_store {
        width: 70%;
        margin-top: 0;
        margin-left: 1%;
    }

    .openfair-kyosan_store_detail {
        display: flex;
        justify-content: space-between;
    }

    .openfair-kyosan_left-sp {
        text-align: center;
    }

    .openfair-kyosan_btn {
        width: 34%;
        min-width: 250px;
        margin-left: 5%;
    }

    .openfair-kyosan_btn a {
        padding: 6px 6px 6px 1em;
        font-size: 16px;
        position: relative;
        width: 100%;
        margin-left: 2%;
        box-sizing: border-box;
    }

    .openfair-kyosan_left-sp01 {
        text-align: center;
        max-width: 145px;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-inline: auto;
    }

    .openfair-kyosan_left-sp02 {
        text-align: center;
        max-width: 200px;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-inline: auto;
    }

    .openfair-kyosan_left-sp {
        text-align: center;
        max-width: 180px;
        margin-top: 0;
        margin-bottom: 0;
        margin-inline: auto;
    }

    .openfair-dealer {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .openfair-area04 {
        background-color: #FFF;
        border-radius: 7px;
        border: 3px solid #707070;
        padding: 3rem 3rem 5rem;
    }

    .openfair-dealer_store dt {
        font-size: 26px;
        font-weight: 900;
    }

    .openfair-dealer_store dd {
        font-size: 18px;
    }

    .openfair-kyosan_address {
        font-size: 16px;
    }

    .openfair-kyosan_address {
        font-size: 16px;
    }

    .openfair-kyosan_open,
    .openfair-kyosan_close {
        font-size: 16px;
    }

    .openfair-kyosan_open dd span {
        font-size: 16px;
    }

    .openfair-area01_list,
    .openfair-area01_text {
        font-size: 16px;
    }

    .notes-text {
        margin-bottom: 35px;
        font-size: 17px;
        line-height: 1.4;
        text-align: center;
    }
}

@media screen and (min-width:1046px) {
    .openfair-title {
        max-width: 1045px;
        margin: 0 auto;
    }

    .openfair-title img {
        width: 100%;
    }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 745px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}


/*20230925 注意部分調整*/
@media screen and (min-width:745px) {

    _::-webkit-full-page-media,
    _:future,
    :root .container {
        gap: 0.38em 1.1em;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .item02 {
        margin-top: -0.0em;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .item03 {
        margin-top: 0.2em;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    _::-webkit-full-page-media,
    _:future,
    :root .container {
        gap: 0.58em 0.8em;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .item02 {
        margin-top: -0.0em;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .item03 {
        margin-top: 0.01em;
    }
}


/*お盆期間テキスト*/
.obon-text {
    text-align: center;
    padding: 2vw 0;
    line-height: 1;
    font-size: 3.9vw;
    border: 1px solid #000;
    margin-bottom: 8vw;
    margin-left: auto;
    margin-right: auto;
}

.obon-text2 {
    text-align: center;
    padding: 3vw 0;
    line-height: 1;
    font-size: 3.9vw;
    border: 1px solid #000;
    margin-top: 2vw;
    width: 100%;
    display: block;
    margin-bottom: 7vw;
}

.item15 {
    margin-top: -1vw;
}

@media screen and (min-width:745px) {
    .obon-text {
        text-align: center;
        padding: 15px 0;
        line-height: 1;
        font-size: 24px;
        margin-bottom: 35px;
        max-width: 500px;
    }

    .openfair-kyosan_store-left {
        width: 60%;
    }

    .obon-text2 {
        text-align: center;
        padding: 10px 0;
        line-height: 1;
        font-size: 16px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .ib.ex {
        display: block;
    }

    .item15 {
        margin-top: -3px;
    }
}