@charset "utf-8";

/* ======================================================

	shrine

====================================================== */
#shrine section.contentsDetails,
#shrine section.lineup,
#shrine .staffImg,
#shrine .contactarea,
#shrine .contactShowroom {
    margin-bottom: 40px;
}

#shrine p {
    font-size: 14px;
    line-height: 1.75;
}

/*---------------------------
contentsDetails
---------------------------*/
#shrine section.contentsDetails .itemBox {
    overflow: hidden;
}
#shrine section.contentsDetails .itemBox .left {
    width: 45%;
}
#shrine section.contentsDetails .itemBox p.txt {
    margin-bottom: 20px;
    line-height: 1.85;
    font-size: 15px;
}
#shrine section.contentsDetails .itemBox .right {
    width: 49%;
}
#shrine section.contentsDetails .itemBox .right p.img {
    text-align: center;
    margin-bottom: 25px;
}
#shrine section.contentsDetails .itemBox .right dl {
    border: 1px solid #c01920;
}
#shrine section.contentsDetails .itemBox .right dl dt {
    background-color: #c01920;
    overflow: hidden;
    padding: 13px 33px;
}
#shrine section.contentsDetails .itemBox .right dl dt p.left {
    font-size: 32px;
    color: #fff;
    letter-spacing: 0em;
    margin: 0;
    line-height: 1.3;
}
#shrine section.contentsDetails .itemBox .right dl dt p.right {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}
#shrine section.contentsDetails .itemBox .right dl dd {
    padding: 15px;
}
#shrine section.contentsDetails p.caution {
    clear: both;
    margin-top: 25px;
    font-size: 11px;
}
#shrine section.contentsDetails dl.showRoom {
    border: 3px solid #c01920;
    padding: 20px;
}
#shrine section.contentsDetails dl.showRoom dt {
    font-size: 23px;
    color: #c01920;
    margin-bottom: 13px;
}
#shrine section.contentsDetails dl.showRoom dd.txt {
    margin-bottom: 13px;
    font-size: 14px;
}
#shrine section.contentsDetails dl.showRoom dd.img img {
    width: 100%;
}

/*---------------------------
lineup
---------------------------*/
#shrine section.lineup {
    margin-top: 20px;
}
#shrine section.lineup ul.itemList {
    overflow: hidden;
}
#shrine section.lineup ul.itemList li {
    float: left;
    width: 23%;
    margin-right: 2.5%;
}
#shrine section.lineup ul.itemList li:nth-child(4n) {
    margin-right: 0;
}
#shrine section.lineup ul.itemList li span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
#shrine section.lineup ul.itemList li img {
    width: 100%;
}
#shrine section.lineup ul.point {
    clear: both;
    margin-top: 10px;
}
#shrine section.lineup ul.point li {
    background-color: #c79e4d;
    color: #fff;
    padding: 13px;
    font-size: 17px;
    margin-bottom: 10px;
    border-radius: 2px;
}
#shrine section.lineup ul.point li:last-child {
    margin-bottom: 0;
}

/*---------------------------
construction
---------------------------*/
#shrine section#construction {
}
#shrine section#construction ul.constructionList li {
    width: 33.3%;
    float: left;
}
#shrine section#construction ul.constructionList li img {
    width: 100%;
}

/*---------------------------
staffImg
---------------------------*/
#shrine .staffImg img,
#shrine .contactarea img {
    width: 100%
}




@media only screen and
(max-width : 640px) {

    #shrine section.contentsDetails,
    #shrine section.lineup,
    #shrine .staffImg,
    #shrine .contactarea,
    #shrine .contactShowroom {
        margin: 0 3% 20px;
    }

    /*---------------------------
    contentsDetails
    ---------------------------*/
    #shrine section.contentsDetails .itemBox .left {
        width: auto;
        float: none;
    }
    #shrine section.contentsDetails .itemBox p.txt {
        margin-bottom: 20px;
        line-height: 1.75;
        font-size: 14px;
    }
    #shrine section.contentsDetails .itemBox .left p.img {
        display: none;
    }
    #shrine section.contentsDetails .itemBox .right {
        float: none;
        width: auto;
    }
    #shrine section.contentsDetails .itemBox .right p.img {
        text-align: center;
        margin-bottom: 25px;
    }
    #shrine section.contentsDetails .itemBox .right p.img img {
        max-width: 80%;
    }
    #shrine section.contentsDetails .itemBox .right dl {
        border: 1px solid #c01920;
    }
    #shrine section.contentsDetails .itemBox .right dl dt {
        background-color: #c01920;
        overflow: hidden;
        padding: 13px 33px;
    }
    #shrine section.contentsDetails .itemBox .right dl dt p.left {
        font-size: 25px;
        text-align: center;
        float: none;
    }
    #shrine section.contentsDetails .itemBox .right dl dt p.right {
        float: none;
    }
    #shrine section.contentsDetails .itemBox .right dl dt p.right br {
        display: none;
    }
    #shrine section.contentsDetails dl.showRoom {
        border: 3px solid #c01920;
        padding: 4%;
    }
    #shrine section.contentsDetails dl.showRoom dt {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #shrine section.contentsDetails dl.showRoom dd.txt {
        margin-bottom: 10px;
        font-size: 13px;
    }

    /*---------------------------
    lineup
    ---------------------------*/
    #shrine section.lineup {
        margin-top: 20px;
    }
    #shrine section.lineup ul.itemList {
        overflow: hidden;
    }
    #shrine section.lineup ul.itemList li {
        float: left;
        width: 32%;
        margin-right: 2%;
    }
    #shrine section.lineup ul.itemList li:nth-child(4n) {
        margin-right: 2%;
    }
    #shrine section.lineup ul.itemList li:nth-child(3n) {
        margin-right: 0;
    }
    #shrine section.lineup ul.itemList li span {
        font-size: 12px;
    }
    #shrine section.lineup ul.point {
        clear: both;
        margin-top: 10px;
    }
    #shrine section.lineup ul.point li {
        background-color: #c79e4d;
        color: #fff;
        padding: 3%;
        font-size: 13px;
    }
    #shrine section.lineup ul.point li:last-child {
        margin-bottom: 0;
    }
    
    /*---------------------------
    construction
    ---------------------------*/
    #shrine section#construction {
    }
    #shrine section#construction ul.constructionList li {
        width: 50%;
    }
    #shrine section#construction ul.constructionList li img {
        width: 100%;
    }

}