body{
    font-family: "Noto Sans JP", sans-serif, 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "ＭＳ Ｐゴシック", メイリオ, sans-serif;
    background: #fffefc;
}

img{
    vertical-align: middle;
}

.main{
    position: relative;
}
.main__inner{
    width: 100%;
    max-width: 800px;
    margin: auto;
}


.firstview{
    position: relative;
}
.firstview__inner{}
.order{
    position: relative;
    background: url(../img/sp/bg_blue_wa.jpg);
    background-size: 100%;
    background-repeat: repeat;
}
.order__inner{
    padding-top: 2%;
    padding-bottom: 4%;
}
.order__option{
    margin: 0 4% 4% 1%;
}
.order__description{
    position: relative;
    height: auto;
    margin-top: 4%;
    margin-left: 3%;
    margin-bottom: 8%;
    padding: 4%;
    border-radius: 6px;
    /* opacity: 1; */
    background: #f4f1e6;
    /* transition: opacity 300ms; */
}
/* .order__description::before{
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f0d8";
    font-size: 144px;
    color: #f4f1e6;
    font-weight: bold;
} */
.js-collapse-btn{
    cursor: pointer;
}
.js-collapse-area{
    display: none;
}
.is-hidden{
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    transition: ease-in;
}
.is-none{
    display: none;
}

.js-1bowl-txt,
.js-2bowl-txt,
.js-3bowl-txt{
    display: none;
    margin-bottom: 12px;
}
.is-show{
    display: block;
}
.order__description.is-hidden::before{
    content: none;
}
.order__present-ttl{
    margin-top: 40px;
    margin-bottom: 16px;
}
.order__present-info{
    margin-bottom: 40px;
}

.form{
    position: relative;
    margin-bottom: 40px;
}
.form__inner{
    width: 100%;
}
.form__txt{
    font-size: 1.6rem;
    line-height: 4rem;
}
.form__amount-outer{
    width: 100%;
    position: relative;
    display: inline-block;
}
.form__amount-outer::after{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.form__amount{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0.8rem;
    font-size: 1.6rem;
    border: 2px solid #eac552;
    background: #fff1c4;
}
.form__btn-outer{
    position: relative;
    margin-top: 16px;
}
.form__btn-outer::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    box-sizing: border-box;
    border: 25px solid transparent;
    border-left: 20px solid #f6ed12;
    pointer-events: none;
}
.form__btn-outer::after{
    content: "";
    position: absolute;
    top: 17px;
    left: -8px;
    width: 0%;
    height: 40px;
    border-left: 20px solid #f6ed12;
    pointer-events: none;
}
.form__btn{
    width: 100%;
    height: 72px;
    line-height: 66px;
    text-decoration: none;
    border: 4px solid #fff;
    border-radius: 0.5rem;
    box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    text-shadow: 0px 0px 6px #01381d;
    background-image: linear-gradient(#7AB753 0%, #006A3A 100%);
    background-image: -webkit-linear-gradient(#7AB753 0%, #006A3A 100%);
}
.form__btn:hover{
    box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 10px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 10px rgba(0, 0, 0, 0.8);
    text-shadow: none;
}
.form__btn:active{
    box-shadow: inset 0 2px 2px rgba(255,255,255,0.4), 0px 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 2px 2px rgba(255,255,255,0.4), 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.form__present{
    position: relative;
    margin-top: 16px;
    padding: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    background: #ad002a;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    color: #fff;
}
.form__present::before{
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-size: 48px;
    color: #ad002a;
    font-weight: bold;
}
.form__present-more{
    text-align: center;
    color: #333;
    line-height: 2.4rem;
}
.form__note-items{
    margin-top: 16px;
}
.form__note-item{
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 8px;
    color: #111;
}

.dokidoki {
	animation: dokidoki 1.5s infinite;
}
@keyframes dokidoki {
	0% {
		transform: scale(1.05)
	}
	5% {
		transform: scale(1)
	}
	95% {
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.05)
	}
}

.p-phone{
    position: relative;
    margin-top: 24px;
    font-style: normal;
}

.p-phone__heading{
    padding: 12px;
    font-weight: 600;
    color: #fff;
    background: #eac552;
    text-align: center;
    font-size: 1.6rem;
}

.p-phone__inner{
    background: #eac552;
    padding: 0 12px 12px;
}

.p-phone__txt{
    padding: 12px;
    background: #fff;
}

.p-phone__number{
    position: relative;
    font-weight: 600;
    color: #333;
    font-size: 2.0rem;
    padding-left: 24px;
    text-align: center;
}
.p-phone__number::before{
    content: '';
    background: url('../img/sp/icon_freedial.png');
    width: 40px;
    height: 20px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-228%);
    background-repeat: no-repeat;
    background-size: contain;
}

.p-phone__link{
    color: #333;
    text-decoration: none;
}

.p-phone__reception{
    margin-top: 4px;
    font-weight: 600;
    color: #333;
    font-size: 1.0rem;
    text-align: center;
}

.p-phone__mail{
    font-weight: 600;
    color: #333;
    font-size: 1.4rem;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #999;
}
.p-phone__mail .p-phone__link{
    text-decoration: underline;
}

.gensen{
    position: relative;
    background: url(../img/sp/bg_blue_wa.jpg);
    background-size: 100%;
    background-repeat: repeat;
}
.gensen__inner{
    padding-top: 24px;
}
.superfood{
    position: relative;
    background: url(../img/sp/bg_blue_wa.jpg);
    background-size: 100%;
    background-repeat: repeat;
}
.superfood__inner{}
.cocomarine{
    position: relative;
}
.cocomarine__inner{}
.present{
    position: relative;
    background: #02296d;
}
.present__inner{
    padding-top: 8%;
    padding-bottom: 8%;
}
.present__ttl{
    margin-left: 3%;
    margin-right: 3%;
}
.present__info{
    position: relative;
}
.present__info__inner{
    margin-top: 12%;
}
.present__info__inner:first-child{
    margin-top: 8%;
}

.note__ttl{
    background: #3eacc3;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    padding: 16px;
}
.note__subttl{
    margin-top: 10%;
    font-size: 2.0rem;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.note__inner{
    padding: 0 8% 8%;
}

.note__items{
    margin-top: 16px;
}
.note__item{
    font-size: 1.6rem;
    line-height: 2.0rem;
    margin-bottom: 12px;
    color: #333;
}

.pict{
    position: relative;
}
.pict--omatome{
    margin-top: 2%;
}
.pict--otameshi{
}
.pict__img{
    width: 100%;
}


.kameyamado{
    text-align: center;
    margin-top: 8%;
}
.kameyamado__link{
    text-decoration: underline;
    font-size: 1.4rem;
}

.infiniteslide{
    margin-top: 24px;
}
.infiniteslide ul{
    height: 400px;
    position: relative;
    overflow: hidden;
}
.infiniteslide li{
    display: inline;
    float: left;
}
.infiniteslide img{
    height: 400px;
}


.gallary {
    position: relative;
    /* background: url(../img/sp/3500272_m.jpg); */
    background-size: cover;
    /* background-repeat: repeat; */
}

.sp-slide img{
    width: 100%;
}
.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
    background-color: #22AC38 !important;
}
.sp-grab{
    cursor: pointer !important;
}



@media (min-width: 800px) {
    .order__inner{
        display: flex;
    }
    .order__option{

    }
    .order__option:first-child{
        margin: 0 6px 0 12px;
    
    }
    .order__option:last-child{
        margin: 0 24px 0 6px;
        
    }
}