@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");

/* CSS Document */

body{
    background:#FFEB00;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
}

/**common**/
* {box-sizing: border-box;}
h1,h2,h3,h4,h5,p{
    padding: 0;
    margin: 0;
}
ul{ list-style:none;}

.conteiner,
section{
    margin: 0 auto 0 auto;
}
section::after,
.clearfix::after{
  content: "";
  display: table;
  clear: both;
}
img{
    width: 100%;
}
footer{
    width: 100%;
    text-align: center;
    padding: 40px 0 16px;
}
.fs12{ font-size: 12px;}
.fs30{ font-size: 30px;}
.red{ color:#f00;}
.green{ color:#008B25;}
.fl-l{ float: left;}
.fl-r{ float: right;}
a img:hover{ opacity: 0.6;}
/**top**/
#index .conteiner {
    text-align: center;
}
#index .conteiner h1{
    font-size: 100px;
    font-weight: 900;
    margin: 100px auto 0 auto;
}
#index .conteiner p{
    font-size: 40px;
    font-weight: 900;
    margin: 30px 0;
}
#index .top_01{
    background:#fff;
    text-align: center;
    padding:40px 0;    
}
#index .top_01 p{
    font-size: 26px;
    font-weight: 900;
    line-height: 2;
}
#index .top_01 p span{
    color: #f00;
    text-decoration: underline;
}
#index .line{
    position: relative;
    margin-top:40px;
}
#index .line .toptxt{
    text-align: center;
    color: #00A519;
    font-weight: 900;
}
#index .line .toptxt{
    font-size: 40px;
    text-align: center;
    color: #00A519;
    font-weight: 900;
}
#index .line .boxtxt{
    text-align: center;
    color: #00A519;
    font-weight: 900;
    margin-top:24px;
    white-space: nowrap;
}
#index .line .boxtxt span{
    font-size: 80px;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    width: 120px;
    line-height: 80px;
    padding: 20px 0;
    margin: 0 15px;
}
.centerimg{
    text-align: center;
    margin-top:24px;
}
.centerimg img{
    width: 180px;
}
.ab-img{
    position: absolute;
    top:0;
    right:10px;
    width: 262px;
}
.ab-img img{
    width: 100%;
}
#index .top_03{
    text-align: center;
    margin-top: 95px;
    padding-top: 130px;
    padding-bottom: 36px;
    background: #fff;
    position: relative;
}
#index .top_03 h2{
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%, -50%);
}
#index .top_03 .tenpo{
    height: 400px;
    background: url(../img/top_excellent-shop.jpg) no-repeat;
    margin: 0 auto;
}
.top_03 ul.tenpolist{
    width: 100%;
    padding-top: 100px;
}
#index .top_03 .tenpolist li{
    font-size: 40px;
    font-weight: 900;
    line-height: 70px;
    text-align: left;
    width: 50%;
    float: left;
    padding-left: 50px;
}
#index .top_03 .navilistox li{
    display: inline-block;
    text-align: center;
}
#index img.k18{
    width: 90px;
}
.c3{
    margin: 20px auto;
}
.c3 .column{
    width: 320px;
    height: 200px;
    float: left;
    border: 6px solid #00A7FF;
    background: #fff;
    margin-right: 20px;
    font-weight: 900;
}
.c3 .column.last{
    margin-right: 0;
}
.c3 .column h3{
    font-size: 26px;
    font-weight: 900;
    margin: 12px 0;
}
.c3 .column p{
    line-height: 1.7;
}
.c3 .column img{
    width: 148px;
    float: left;
    margin-left: 20px;
}
.c3 .column p.fs30{
    margin-top:20px;
}
#index .c3 .column p.fl-r{
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    margin: 40px 30px 0 0;
}
#top .top_01{
    text-align: center;
    margin-top:50px;
}
#top .top_01 .conttentbox{
    background: #464646;
    padding: 47px;
}
#top .top_01 .conttentbox ul{
    width: 100%;
    display: flex;
    gap: 14px;
    padding: 0;
}
#top .top_01 .conttentbox .shop li{
    font-size: 24px;
    color: #464646;
    background: #fff;
    border-radius: 20px;
    flex: 1;
    font-weight:900;
    padding: 8px 0;
}
#top .top_01 .conttentbox .navi li{
    font-size: 18px;
    border: 2px solid #fff;
    flex: 1;
    font-weight: 900;
}
#top .top_01 .conttentbox .navi li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #FF0180;
    color: #fff;
    font-weight: bold;
    padding: 4px 0;
    text-decoration: none;
}
#top .top_01 .conttentbox .navi li a:hover{
    background: #fff;
    color: #FF0180;
}
.iframe{
    height:1080px;
    margin: 20px auto 0;
    background: #fff;
    overflow: auto;
}
@media screen and (min-width: 641px) {
    .conteiner,section{
        width:1140px;
    }
    #index .top_03 .tenpo{
        width: 1000px;
    }
    .c3{
        width: 1000px;
    }
    .iframe{
        width:1000px;
    }
    .sp{ display:none;}
}

@media screen and (max-width: 640px) {
    .pc{ display: none;}
    #splayout{
        width: 100%;
        max-width: 640px;
        margin:auto;
        overflow: hidden;
        padding: 6px;
    }
    .fs12{ font-size: 12px;}
    .fs30{ font-size: 30px;}
    #index .conteiner h1{
        font-size: 60px;
    }
    #index .conteiner p{
        font-size: 26px;
        line-height: 1.5;
    }
    #index .top_01{
    padding:20px 1em;    
    }
    #index .top_01 p{
        font-size: 22px;
    }
    #index .line .toptxt{
        font-size: 28px;
    }
    #index .line .boxtxt span{
    font-size: 42px;
    border-radius: 10px;
    width: auto;
    line-height: 1;
    padding: 14px;
    margin: 0 10px;
    }
    .c3 .column h3{
    font-size: 16px;
    }
    #index .c3 .column p.fl-r{
    font-size: 16px;
    }
    .ab-img img{ display: none;}
    p.ab{
        text-align: center;
        font-weight: 900;
        font-size: 24px;
        margin: 14px 0;
        color: #00A519;
    }
    #index .top_03{
        text-align: center;
        margin-top: 60px;
        padding-top: 80px;
    }
    #index .top_03 .tenpo{
        height: auto;
        background-image: none;
        background-size: contain;
        margin: 0 auto;
    }
    #index .top_03 h2{
        top: 25px;
        width: 80%;
    }
    .top_03 ul{
        width: 100%;
        padding: 16px 0;
        margin: 0;
    }
    #index .top_03 .tenpolist {
        padding-top:0;
    }
    #index .top_03 .tenpolist li{
        font-size: 26px;
        line-height: 2;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #index .top_03 .navilistox{
        width: 70%;
        margin: auto;
    }
    #index .top_03 .navilistox li{
        display: block;
        text-align: center;
        margin: 10px;
    }
    .c3 .column{
        width: 320px;
        height: 200px;
        float: none;
        border: 6px solid #00A7FF;
        margin: 14px auto;
    }
    .c3 .column.last{
        margin-right: auto;
    }
    #top .top_01 .conttentbox{
        padding: 16px;
    }
    #top .top_01 .conttentbox ul{
        width: 100%;
        gap: 14px;
        display: flex;
        flex-wrap: wrap;
    }
    #top .top_01 .conttentbox .shop li{
        font-size: 15px;
        white-space: nowrap;
        flex: 1 0 48%;
    }
    #top .top_01 .conttentbox .navi li{
        white-space: nowrap;
        flex: 1 0 48%;
    }
    #top .top_01 .conttentbox .navi li a{
        padding: 14px 0;
        font-size: 18px;
    }
}














