@charset "utf-8";
body{
    background-color: #dad5cb;    
}
.pc{
    display: none;
}
img{
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp ul.glonav li a{
    font-size: 2.2rem;
    color: #fff;
}
a{
    transition: .4s;
}
a:hover{
	opacity: 0.8;
}
img.top-img {
    max-width:500px ;
}
h2,h3,p,li,small,a{
    font-size: 1.2rem;
    color: #353535;
    line-height: 20px;
    font-family: 'Noto Serif JP', serif;
}
h2{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 5px 0 20px;
    font-weight: bold;
}
h2::before,h3::before {
    position: absolute;
    border-bottom: 2px solid #d19317;
    top: 82%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}
.top-text{
    max-width: 500px;
    margin: 100px auto;
    text-align: center; 
    box-sizing: border-box;
    padding: 0 10px;
}
.top-text p{
    margin-bottom: 20px;
    line-height: 30px;
}
.mark1 {
    background: linear-gradient(transparent 60%, rgba(13, 220, 247, 0.222) 0%);
    font-weight: bold;
    font-style:normal; 
}
.mark2 {
    background: linear-gradient(transparent 60%, rgba(247, 247, 13, 0.334) 0%);
    font-weight: bold;
    font-style:normal;
}
.mark3 {
    background: linear-gradient(transparent 60%, rgba(247, 13, 13, 0.136) 0%);
    font-weight: bold;
    font-style:normal;
}
.sec-link{
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    margin: 100px auto;
}
.sec-link li{
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 5px;
}
.category{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: #000000 1px solid;
}
/* sec */
.wrapper{
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
section{
    margin:70px auto;
    box-sizing: border-box;
    padding: 0 10px;
}
.wrapper li{
    margin: 0px auto 5px 0px;
    width: calc((100% - 8px) / 2);
}
.wrapper2 li{
    margin: 0px auto 30px;
    width: calc(100% - 0px);
}
.wrapper2 li .text{
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}
.text span.sub-title{
    display: inline-block;
    box-sizing: border-box;
    padding: 2px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #d19317;
}
.price-box{
    margin: 30px auto 50px;
    max-width: 400px;
}
.flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 0 10px;
    flex-direction: column;
    text-align: center;
}
.wrapper2 .flexbox{
    padding: 0;
}

/* #sec1終わり */
.btn a{
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 50px;
    text-align: center;
    border: 1px solid#353535;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: .4s;
}
.btn a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0);
    background-color: #000000;
    color: #fff;
}
footer{
    width: 100%;
    padding:50px 0px 20px;
    margin: 0 auto;
}
footer li{
    text-align: center;
    margin-bottom: 10px;
}
footer li {
    color: rgb(255, 255, 255);
}
.logo-ear{
    max-width: 70px;
    margin: 0 auto;
    margin-bottom: 40px;
}
footer .flex a{
    margin: 0 20px;
}
footer .flex img{
    max-width: 40px;
}
small{
    display: block;
    margin: 50px auto 0 auto;
    text-align: center;
}
.qr a{
    display: none;
}

@media screen and (min-width:561px){
    .flexbox{
        flex-direction: row;
    }
    .price{
        margin-left: 20px;
    }
}
@media screen and (min-width:880px){
    .pc{
        display: block;
        position: fixed;
        bottom:0;
        right: 85%;
        z-index: 3;
    }
    .pc div{
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 95px;
    }
    .pc div p{
        color: #353535;
        font-size: 1.2rem;
        line-height: 30px;
        text-align: center;
    }
    .pc img{
        max-width: 95px;
        margin: 0 auto;
    }
    .logo-ear{
        max-width: 55px;
    }
    footer .flex img{
        max-width: 25px;
    }
    .wrapper2{
        max-width: 700px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
    }
    .wrapper2 li{
        margin: 0px 0px 50px;
        width: calc(100% / 2);
    }
    .wrapper2 li .text{
        box-sizing: border-box;
        padding-left: 10px;
    }
    .sec-link{
        margin: 100px auto 200px;
    }
}
@media screen and (min-width:1024px){
.pc{
    right: 90%;
}
}