@charset "Shift_JIS";
/* CSS Document */
#mainContainer {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}

.mainimg-box {
    width: 100%;
    position: relative;
}


.fuwafuwa {
    position: absolute;
    opacity: 0.8;
    width: 16%;
    top: 1%;
    left: 83%;
    z-index: 2
}

.message {
    width: 60%;
    max-width: 450px;
    position: absolute;
    top: 10%;
    z-index:3
}

.mainimg{
    max-width: 890px;
    width: 87%;
    margin-left: 13%;
}

.temairazu {
    width: 100%;
    padding: 15px 0 0;
    margin: 0;
    position: relative
}

.tema-text{
    padding: 0 10px;
}

.tema-mainimg{
    width: 98%;
    margin: 0 auto;
}

.tema-mainimg img{
    width: 100%
}

.temairazu h2 {
    font-size: 1.7em;
    margin-bottom: 1em;
}

.temairazu+p {
    text-align: right;
    margin-bottom: 5%
}


.midashi-box {
    width: 100% !important;

}

.sub-title{
    max-width:219px;
    position: absolute;
    top:-35%
}



.sub-title img{
    width: 100%
}

.temairazu-box,.temairazu-box img {
    width: 100%
}

.detail-box{
    width: 100%;
    padding: 5% 0
}

.detail img{
    width: 100%
}

.spec-box {
    width: 100%;
}

.fuwafuwa3,.fuwafuwa3 img {
width: 100%;
}

.fuwafuwa3{
    position: absolute;
    top: 0
}

.spec {
    width: 100%;
    max-width: 270px;
    margin: 0;
    padding: 13px;
    z-index:1
}

.spec-header{
    padding-bottom: 9%;
    position: relative
}

.spec dd{
    margin: 0;
    padding: 0
}

.spec-img img{
    width: 100%;
}

.spec-title {
    border-bottom: solid #0071bc 2px;
    padding: 0.1em 0 !important;
    font-size: 1.3em
}

.spec-flex {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}


#contents {
    width: 100% !important;
}


.otoiawase button{
    padding: 1em 2em;
    margin: 2em
}

@media screen and ( max-width:479px ){
    #mainContainer{
        width: 98%
    }
    

.sub-title{
        width: 30% !important;
    }
    
    .otoiawase button{
    margin: 1em 2em;
}
}

