@charset "utf-8";
/* モーダル */
/* 開くボタン */
.button-open {
    display: block;
    margin: 10px 0px 0px auto;
    width: 50px;
    height: 50px;
    font-size: 18px;
    border: 1px solid#353535;
    color: #353535;
    background-color: #fff350;
    border-radius: 100vh;
    cursor: pointer;
  }
  /* モーダルウィンドウ */
  .modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 450px;
    background-color: #dfdddd;
    border-radius: 5px;
    z-index: 11;
    padding: 2rem;

  }
  /* 閉じるボタン */
  .button-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
button {
    border: none;
    background: transparent;
  }
  /* .button-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    padding: 1em;
    background-color: #c96931;
    color: #eaeaea;
    border-radius: 20rem;
    cursor: pointer;
  } */
  /* オーバーレイ */
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
  }
.no_scroll {
    overflow: hidden;
}
img.kotora{
    max-width: 100px;
    margin: 0;
    margin-left: auto;
}
/* モーダル// */
.sp_br {
    display: none; 
}
.pc{
    display: none;
}
.wrapper{
    margin: 0 auto;
    padding: 0px 10px;
}
img{
    margin: 0 auto;
    width: 100%;
    /* max-width: 400px; */
}
img.top-img {
    max-width:500px ;
    margin: 0 auto;
}
h2,h3,p,li,small,a{
    font-size: 12px;
    color: #353535;
    line-height: 20px;
    font-family: 'Noto Serif JP', serif;
}
h2{
    font-size: 24px;
    text-align: center;
    margin:100px 0 30px;
}
h3{
    margin: 15px 0;
    font-size: 18px;
    text-align: center;
    /* font-weight: bold; */
}
.number {
    color: #fff350;
    padding: 10px;
    font-size: 48px;
    text-align: center;
    /* border-bottom: 2px solid#fff01f; */
}
/* h3 span.sub-title{
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    font-weight: bold;
    color: #ff7531;
} */
.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;
}
.top-text{
    max-width: 500px;
    margin: 100px auto;
    text-align: center; 
    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;
}
.pez-content img{
    max-width: 300px;
}

#sec{
    margin: 0px auto 50px;
}
#sec2{
    margin: 0px auto;
}
/* .price-box{
    margin: 0 auto;
    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;
}
.check-btn{
    margin-top: 10px;
    box-sizing: border-box;
    padding: 3px;
    background-color: #ff9864;
    color: #fff;
} */
.text{
    margin: 20px auto;
}

.btn a{
    display: block;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 70px auto 50px;
    font-size: 12px;
    text-align: center;
    background-color: #000000;
    color: #fff;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    transition: .4s;
}
.btn2 a{
    display: block;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 70px auto 50px;
    font-size: 12px;
    text-align: center;
    border: 1px solid#353535;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    transition: .4s;
}
.btn a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0);
    background-color: #ffef0b;
    color: #353535;
}
.btn2 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:385px){
    .sp_br {
        display: none; 
    }
}
@media screen and (min-width:561px){
    .flexbox{
        flex-direction: row;
    }
    .flexbox{
        text-align: left;
    }
    .price{
        margin-left: 20px;
    }
    .check-btn{
        margin-top: 0;
        margin-left:auto;
    }
    .sp_br {
        display: block; 
    }
}
@media screen and (min-width:780px){
    .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;
    }
    .wrapper{
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    #sec{
        width: calc( (100% - 5px) / 2);
    }
    .pez-content .text{
        margin-top: 90px;
    }
}
@media screen and (min-width:1024px){
.pc{
    right: 90%;
}
}