@charset "utf-8";
.no-pc{
    display: none;
}
html,body{
    margin:0;
    padding: 0;
}
body {
    background: url(../img/catalog_bg.jpg);
    text-align: center;
    font-size: 16px;
    color: #442a06;
}
a {
    color:#442a06;
    text-decoration: none;
}
a:visited{
    color: #6d4001;
}
h2 {
    font-size: 1.5rem;
}
#closeBtn{
    position: fixed;
    width: 70px;
    height: 70px;
    top: 10px;
    left: 10px;
    background: rgba(70, 70, 70, 0.698);
    cursor: pointer;
    user-select: none;
    z-index: 99999;
    
}
#closeBtn span{
    position: absolute;
    top:50%;
    left:50%;
    height: 3px;
    width: 60px;
    background: white;
}
#closeBtn span:nth-of-type(1){
    transform: translateX(-50%) rotate(45deg);
}
#closeBtn span:nth-of-type(2){
    transform: translateX(-50%) rotate(-45deg);
}
#book {
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: flex-end;
}

#contact{
    text-align: center;
    width:90%;
    max-width: 900px;
    margin:3em auto 0;
}
#contact h3{
    font-size: 2rem;
    text-align: center;
}
#contact-info{
    font-size: 1.5rem;
    font-family: メイリオ,sans-serif;
    font-weight: bold;
}
.contact-discri{
    font-size: 1.3rem;
    line-height: 1.35rem;
    font-family: メイリオ,sans-serif;
    font-weight: blold;
    padding-left: 1em;
    text-indent: -1em;
}
.dairiten_link a{
    font-weight: bold;
    text-decoration: underline;
}
.dairiten_link a::before{
    display: inline;
    content: "▶";
}
footer{
    margin:5em 0 0 0;
    background:#fff;
    width: 100%;
}
footer p{
    margin: 0;
    padding: 0.5em;
    font-size: 1em;
}

/* 代理店ポップアップ */
#inline-content01 {
    padding: 30px 50px 40px;
    text-align: center;
    box-sizing: border-box;
}
#inline-content01 dl{
    margin-top: 15px;
    padding: 20px 0 15px;
    border-top: 1px solid #602E22;
    color: #3f1e16;
}
#inline-content01 .left{
    text-align: left;
}
#inline-content01 .icon::before{
    display: inline;
    content: "※";
}
#inline-content01 dl dt {
    font-size: 18px;
    color: #d2436e;
    font-weight: bold;
}
#inline-content01 dl dd{
    margin: 0;
}
#inline-content01 .number {
    font-size: 16px;
    font-weight: bold;
}
#inline-content01 .address {
    font-size: 14px;
}
#inline-content01 .prefectures {
    margin-top: 3px;
}
@media screen and (max-width:1070px) {
    .no-pc{
        display: block;
    }
    body {
        font-size: 16px;
    }

    h2 {
        font-size: 1.2em;
    }

    #book {
        width: 70%;
        display:block;
    }
    #book .catalog {
        margin: 50px 0;
    }
    
    #book .catalog p{
        font-size: 0.83em;
    }
    #closeBtn{
        width: 60px;
        height: 60px;
    }
    img {
        display: block;
        width: 90%;
        margin:0 auto;
    }
    #usuage img{
        max-width: 157px;
    }
    #gakken-logo img{
        margin:1em auto;
        max-width: 150px;
    }
    #description{
        width:80%;
        margin: 0.5em auto 2em;
        font-feature-settings : "pkna";
        text-align: justify;
    }
    .sp_block{
        display:block;
        font-size: 0.8em;
    }
    #contact h3{
    font-size: 1.3rem;
    }
    #contact-info{
        font-size: 1rem;
    }
    .contact-discri{
        font-size: 1rem;
    }
}