@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}

img{
    max-width: 100%;
    height: auto;
}

ul{
    padding-left: 0;
}
li{
    list-style: none;
}
  
body{
    font-family: 'Noto Suns JP',"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    background: url('../img/bg.png') repeat;
}

/* **************************************************
nav bar
************************************************** */
.top_btn{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    padding: 0.5em;
    text-align: center;
    background: #ff7e00;
    border-bottom: 5px solid #fff;
    z-index: 999;
}
.top_btn p{
    margin: 0.5em auto;
}
.top_btn button{
    padding: 0.5em 2em;
    color: #ff7e00;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0.5em;
    cursor:pointer;
    transition: 0.4s;
}
.top_btn button:hover{
    color: #fff;
    text-decoration: none;
    background: #e57200;
    border: 1px solid #fff;
}

/* ******************** nav ********************** */
  /* 一覧ボタン */
  .menu-btn {
    padding: 0.5em 2em;
    font-size: 1rem;
    color: #e57200;
    font-weight: bold;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0.5em;
  }
  
  /* 一覧全体 */
  .dropdown-menu {
    position: fixed;
    top: 4em;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
  
    /* アニメーション設定 */
    max-height: 0;
    transition: max-height 0.4s ease;
  }
  
  /* 開いた状態 */
  .dropdown-menu.active {
    max-height: 500px; /* メニューの高さ分 */
  }
  
  /* メニュー内容 */
  .dropdown-menu ul{
    list-style: none;
    margin: 0;
    padding: 3em;
  }
  
  .dropdown-menu li a{
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
  }
  
  .dropdown-menu li a:hover {
    background: #fff;
  }

/* ----------------- header top / contents top 調整 -------------------- */
header,
section{
    margin-top: -4.6em;
    padding-top: 4.6em;
}

/* **************************************************
header
************************************************** */
header{
    width: 100%;
    margin-top: 0;
    background-size: cover;
}
header h1{
    width: 74%;
    margin: 0 auto;
    text-align: center;
}
header h1 img{
    width: 100%;
}

.bar{
    line-height: 0;
    box-shadow: 0px 5px 8px 0px #c9c9c9;
}

/* ****************** nav（全国版） ******************** */
.dropdown-menu ul.all{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: auto 1fr;
    column-gap: 2.5em;
    place-content: center;
    place-items: center;
    grid-template-areas: 
    "navttl navttl navttl navttl navttl"
    "nav01 nav02 nav03 nav04 nav05";
    width: 70%;
    margin: 0.2em auto 0;
    padding: 4em 1em 0;
}
.all .navttl{
    grid-area: navttl;
    width: 100%;
    padding: 0.2em 1em;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: #84bc39;
    border-radius: 0.2em;
}
.nav01{grid-area: nav01;}
.nav02{grid-area: nav02;}
.nav03{grid-area: nav03;}
.nav04{grid-area: nav04;}
.nav05{grid-area: nav05;}

/* ****************** nav（地方版） ******************** */
.dropdown-menu ul.local{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: auto 1fr;
    column-gap: 2.5em;
    place-content: center;
    place-items: center;
    grid-template-areas: 
    "navttl navttl navttl navttl navttl"
    "nav01 nav02 nav03 . .";
    width: 70%;
    margin: 0.2em auto 3em;
    padding: 3em 1em 0;
}
.local .navttl{
    grid-area: navttl;
    width: 100%;
    padding: 0.2em 1em;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: #ff7e00;
    border-radius: 0.2em;
}
.nav01{grid-area: nav01;}
.nav02{grid-area: nav02;}
.nav03{grid-area: nav03;}


/* **************************************************
contents
************************************************** */
.wrap{
    margin: 0 auto;
    padding: 0 1em 2em;
}
.wrap p{
    padding-bottom: 0.5em;
}

/* ****************** 見出し（全国・地方） ******************** */
.ttl_all,
.ttl_local{
    max-width: 1000px;
    margin: 2em auto 1em;
    padding: 0.3em 0.5em;
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
}
.ttl_all{
    background: #84bc39;
    border-radius: 0.3em;
}
.ttl_local{
    background: #ff7e00;
    border-radius: 0.3em;
}

/* **************************************************
coupon box common
************************************************** */
.cont01,
.cont02,
.cont03,
.cont04,
.cont05{
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: 6.5em auto;
    max-width: 1000px;
    margin: 0 auto 3em;
    padding: 1em;
    background: #fff;
    border: 6px solid #4f9318;
    border-radius: 20px;
}

.cont06,
.cont07,
.cont08{
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: 6.5em auto;
    max-width: 1000px;
    margin: 0 auto 3em;
    padding: 1em;
    background: #fff;
    border: 6px solid #ff7e00;
    border-radius: 20px;
}

/* ------------ inner flame common ------------ */
.item01{
    grid-area: 1/1/2/3;
    text-align: center;
}
.item02{
    grid-area: 2/1/3/2;
    padding: 1em;
}
.item03{
    grid-area: 2/2/3/3;
    padding: 1em;
    text-align: center;
}

/* ***************** item01 common ***************** */
.item01 img{
    width: 30%;
    margin: 0 auto;
    padding: 1em 0 0;
}
.cont04 .item01 img{
    width: 26%;
    margin: 0 auto;
    padding: 1em 0 0;
}
.cont06 .item01 img{
    width: 11%;
    margin: 0 auto;
    padding: 0.5em 0 0;
}
.cont07 .item01 img{
    width: 13%;
    margin: 0 auto;
    padding: 1em 0 0;
}
.cont08 .item01 img{
    width: 26%;
    margin: 0 auto;
    padding: 0.5em 0 0;
}

/* ----- background overwrite ----- */
.cont01 .item01,
.cont02 .item01,
.cont03 .item01,
.cont04 .item01,
.cont05 .item01{
    background: url('../img/coupon_01.png') no-repeat left top;
    background-size: contain;
}
.cont06 .item01,
.cont07 .item01,
.cont08 .item01{
    background: url('../img/coupon_02.png') no-repeat left top;
    background-size: contain;
}

/* ***************** item02 common ***************** */
.item02 h2{
    margin-bottom: 0.5em;
    padding: 0.3em 1em;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #84bc39;
    border-radius: 0.3em;
}
.cont06 .item02 h2,
.cont07 .item02 h2,
.cont08 .item02 h2{
    margin-bottom: 0.5em;
    padding: 0.3em 1em;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #ffa200;
    border-radius: 0.3em;
}
.item02 .codebox{
    padding: 1em;
    text-align: center;
    border: 6px solid #8cbafe;
    border-radius: 0.3em;
}
.cont06 .item02 .codebox,
.cont07 .item02 .codebox,
.cont08 .item02 .codebox{
    padding: 1em;
    text-align: center;
    border: 6px solid #8eece2;
    border-radius: 0.3em;
}
.item02 .codebox p{
    font-weight: bold;
    font-size: 1.3rem;
}
.item02 .codebox p span{
    font-size: 2rem;
}
.item02 dt{
    margin: 1em 0 0.2em;
    padding: 0 0 0.2em 1.5em;
    font-size: 1.3rem;
    font-weight: bold;
    background: url('../img/ttl_ico.png') no-repeat left;
    background-size: 1em auto;
    border-bottom: 2px dotted #cdcdcd;
}
.cont06 .item02 dt,
.cont07 .item02 dt,
.cont08 .item02 dt{
    margin: 1em 0 0.2em;
    padding: 0 0 0.2em 1.5em;
    font-size: 1.3rem;
    font-weight: bold;
    background: url('../img/ttl_ico02.png') no-repeat left;
    background-size: 1em auto;
    border-bottom: 2px dotted #cdcdcd;
}
.item02 dd{
    margin-top: 1em;
}
.item02 dd .att li,
.item02 dd .list li{
    padding-left: 1.2em;
    text-indent: -1em;
}


/* ***************** item03 common ***************** */
.item03 img{
    width: 98%;
    border: 1px solid #999;
}

/* **************************************************
cont02 item02
************************************************** */
.qr{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    gap: 1em;
}
@media screen and (max-width:640px) {
    .qr{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 0;
    }
}

/* **************************************************
cont03 item02
************************************************** */
.item02 .conditions_box{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1em;
}
.item02 dd dt{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
    background: none;
    border-bottom: none;
}
.item02 dd dd{
    margin: 0 0 0.5em;
}

/* **************************************************
footer
************************************************** */
footer{
    padding: 0 1em 10em;
    background: url('../img/footer_bg_pc.png') repeat-x top left;
    border-top: 8px solid #fff;
}

/* ***************** app area ***************** */
.app_area{
    padding: 3.5em 0 2em;
    
    background-size: 16%;
}
.app_area h2{
    padding: 0 0.4em;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    text-shadow: 1px 3px #7a7a7a;
}
.app_area h2 span{
    font-size: 2rem;
    text-shadow: none;
}

.app{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 7em;
    max-width: 900px;
    margin: 3em auto;
    padding: 0 2em;
}
.app_qr{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto auto;
    column-gap: 5em;
    row-gap: 1em;
}
.app_qr .ttl{
    grid-area: 1/1/2/3;
    margin-bottom: 0.5em;
    font-size: 1.5rem;
    font-weight: bold;
}
.app_qr .ttl{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    color: #fff;
}
.app_qr .ttl::before,
.app_qr .ttl::after{
    width: 2px;
    height: 1.3em;
    content: "";
    background-color: #fff;
}  
.app_qr .ttl::before{
    margin-right: 0.5em;
    transform: rotate(-30deg);
}
.app_qr .ttl::after{
    margin-left: 0.5em;
    transform: rotate(30deg);
}

.app_qr .QR01-1{
    grid-area: 2/1/3/2;
    width: 80%;
    margin: 0 auto;
}
.app_qr .QR02-1{
    grid-area: 2/2/3/3;
    width: 80%;
    margin: 0 auto;
}
.app_qr .QR01-2{
    grid-area: 3/1/4/2;
    width: 70%;
    margin: 0 auto;
}
.app_qr .QR02-2{
    grid-area: 3/2/4/3;
    width: 80%;
    margin: 0 auto;
}
.app_qr .bread{
    grid-area: 4/1/5/3;
    padding: 1em;
    background: #fff;
    border-radius: 1em;
}
.bread li{
    padding-left: 1.5em;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: bold;
    background: url('../img/bread_ico.png') no-repeat left 50%;
    background-size: 4%;
}
.bread li:first-child{
    padding: 0 0 0.5em 0;
    color: #ff7e00;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    background: none;
}

/* ***************** att area ***************** */
footer .att ul{
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em;
    background: #fff;
    border: 5px solid #4f9318;
    border-radius: 1em;
}
footer .att li{
    list-style: disc;
    margin-left: 2.5em;
}
footer .att li:first-child{
    list-style: none;
    margin-left: 0;
    padding-bottom: 0.5em;
    color: #ff7e00;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.stop{
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 4em;
    height: 4em;
}


/* ***************************************************
  SP
*************************************************** */
@media screen and (max-width:640px){
    .top_btn{
        height: auto;
        border-bottom: 2px solid #fff;
    }
    .top_btn p{ margin: 0 auto; }

/* ******************** nav ********************** */
    /* 一覧ボタン */
    .menu-btn {
        padding: 0.5em 2em;
        font-size: 1rem;
        color: #e57200;
        font-weight: bold;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 0.5em;
    }

    /* 一覧全体 */
    .dropdown-menu{
        position: fixed;
        top: 3.5em;
        left: 0;
        background: #fff;
        overflow: hidden;
    
        /* アニメーション設定 */
        max-height: 0;
        transition: max-height 0.4s ease;
    }
    
    /* 開いた状態 */
    .dropdown-menu.active {
        max-height: 100vh; /* メニューの高さ分 */
    }
    
    /* メニュー内容 */
    .dropdown-menu ul{
        list-style: none;
        margin: 0;
        padding: 3em;
    }

    .dropdown-menu img{
        width: 90%;
    }
    .dropdown-menu .local .nav01,
    .dropdown-menu .local .nav02{
        width: 60%;
    }

/* ****************** nav（全国版） ******************** */
    .dropdown-menu ul.all{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: auto auto auto auto;
        gap: 0.5em;
        place-content: center;
        place-items: center;
        grid-template-areas: 
        "navttl navttl"
        "nav01 nav02"
        "nav03 nav04"
        "nav05 .";
        width: 90%;
        margin: 0 auto;
        padding: 1.5em 1em 0;
        text-align: center;
    }
    .all .navttl{
        grid-area: navttl;
        width: 100%;
        padding: 0.1em 0;
        color: #fff;
        font-size: 1.3rem;
        background: #84bc39;
        border-radius: 0.2em;
    }
    .nav01{grid-area: nav01;}
    .nav02{grid-area: nav02;}
    .nav03{grid-area: nav03;}
    .nav04{grid-area: nav04;}
    .nav05{grid-area: nav05;}

    .dropdown-menu li a{
        display: block;
        padding: 0.5em 0.8em;
        color: #fff;
        text-decoration: none;
    }

/* ****************** nav menu（地方版） ******************** */
    .dropdown-menu ul.local{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: auto auto auto;
        gap: 0.5em;
        place-content: center;
        place-items: center;
        grid-template-areas: 
        "navttl navttl"
        "nav01 nav02"
        "nav03 .";
        width: 90%;
        margin: 0 auto 1.5em;
        padding: 2em 0 0;
        text-align: center;
    }
    .local .navttl{
        grid-area: navttl;
        width: 100%;
        padding: 0.1em 0;
        color: #fff;
        font-size: 1.3rem;
        background: #ff7e00;
        border-radius: 0.2em;
    }
    .nav01{grid-area: nav01;}
    .nav02{grid-area: nav02;}
    .nav03{grid-area: nav03;}
    
    .dropdown-menu li a:hover {
        background: #fff;
    }

    .ttl_all,
    .ttl_local{
        margin: 1.5em auto 1em;
        font-size: 1.6rem;
    }

/* ****************** header ******************** */
    header, section{
        margin-top: -3.6em;
        padding-top: 3.6em;
    }
    header{
        margin-top: 0;
    }

    .wrap{
        margin: 0 auto;
    }

/* **************************************************
section common
************************************************** */
    .cont01,
    .cont02,
    .cont03,
    .cont04,
    .cont05{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        row-gap: 0.5em;
        margin-bottom: 1.5em;
        padding: 0.5em;
        border: 4px solid #4f9318;
        border-radius: 16px;
    }
    .cont06,
    .cont07,
    .cont08{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        row-gap: 0.5em;
        margin-bottom: 1em;
        padding: 0.5em;
        border: 4px solid #ff7e00;
        border-radius: 16px;
    }
    /* ------------ inner flame common ------------ */
    .item01{
        grid-area: 1/1/2/3;
    }
    .item02{
        grid-area: 3/1/4/3;
        padding: 0 0.5em 1em;
    }
    .item03{
        grid-area: 2/1/3/3;
        padding: 0 1em 1em;
    }

    /* ***************** item01 common ***************** */
    .item01{
        display: grid;
        place-content: center;
        height: 4em;
        margin-bottom: 1em;
    }
    .wrap .item01 img{
        width: 50%;
        padding: 0;
    }
    .cont04 .item01 img,
    .cont06 .item01 img{
        width: 40%;
        padding: 0;
    }
    .cont07 .item01 img{
        width: 35%;
        padding: 0;
    }
    
    /* ***************** item02 common ***************** */
    .item02 h2{
        padding: 0.3em;
        font-size: 1.3rem;
        border-radius: 0.2em;
    }
    .item02 .codebox{
        padding: 0.5em;
    }
    .item02 .codebox p{
        font-size: 1.4rem;
    }
    .item02 .codebox p span{
        font-size: 1.5rem;
    }
    .item02 dt{
        margin: 1em 0 0.2em;
        font-size: 1.5rem;
    }
    .item02 dd{
        font-size: 1.2rem;
    }
    .item02 dd .att li{
        padding-left: 1.2em;
        text-indent: -1em;
    }

    /* *************** btn *****************
    .btn{
        padding: 0 1em;
        text-align: center;
    }
    .btn a{
        display: block;
        padding: 0.3em 2.5em;
        color: #fff;
        text-align: center;
        background: #ff7e00;
        border-radius: 0.3em;
        text-decoration: none;
    }
    .btn span{
        font-size: 0.7rem;
        vertical-align: middle;
    }*/

/* **************************************************
cont02 item02
************************************************** */
    .item02 .app_btn{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        margin-top: 1em;
    }
    .app_btn li:first-child{
        width: 85%;
    }

/* **************************************************
cont03 item02
************************************************** */
    .item02 .conditions_box{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
    }

/* **************************************************
footer
************************************************** */
    footer{
        background: url('../img/footer_bg_pc.png') repeat-x top left;
        background-size: 22%, contain;
    }
    footer .att{
        padding: 2.5em 1em 0;
    }
    footer .att li{
        margin-left: 1.1em;
        font-size: 1.2rem;
    }
}


/* 汎用 */
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width:640px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
.bold{ font-weight: bold; }
.red{ color: #f00; }

.pb05em{ padding-bottom: 0.5em!important;}
.pb1em{ padding-bottom: 1em!important;}