@charset "utf-8";

/*共通*/
.shopPage {
    font-family: 'メイリオ', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
    color: #515151;
}

.shopInfoHint {
    font-size: 0.8em;
}

.shopInfoHint::before {
    content: "※";
}

.flex-wrap {
    flex-wrap: wrap;
}

.shopLineRed {
    background-image: url("/pilates/images/shop_line_red.png");
    background-repeat: repeat-x;
    background-position: bottom;

}

.color_d9533b {
    color: #d9533b;
}

.marginBottom2 {
    margin-bottom: 2em;
}

.BoxWidth80 {
    width: 80%;
    margin: auto;
}

/*共通*/
#shopfvSec .shopfvTitle {
    background: url(/pilates/images/shop_fv_bg.png) no-repeat center/cover;
}

#shopfvSec .shopfvTitle .shopfvTitleInner {
    width: 90%;
    margin: auto;

}

#shopfvSec .shopfvTitle h2 {
    text-align: center;
    padding: 2em 0 0 0;
    font-size: 3.2em;
    font-weight: 500;
}

#shopfvSec .shopfvTitle h3 {
    text-align: center;
    padding: 0 0 1em 0;
    font-size: 1.5em;
}

#shopfvSec .pilatesText {
    width: 90%;
    margin: auto;
    font-size: 1.2em;
    margin-top: 1em;
    text-align: center;
}

#shopNav .shopNavMemu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#shopNav .shopNavMemu a {
    font-size: 1.4em;
    padding: 1em 0;
    width: 50%;
    text-align: center;
    background: #797979;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
}

.shopInner {
    width: 90%;
    margin: auto;
}

.shop_h2_bg {
    padding-bottom: 3em;
}

.shop_h2_bg h2 {
    background: url(/pilates/images/shop_h2_bg.png) no-repeat center/cover;
    text-align: center;
    font-size: 2.6em;
    padding: 0.4em;
    font-weight: 500;
}

#shopInfoSec .shopInfoInner .shopInfoText dd {
    width: 100%;
}

#shopInfoSec .shopInfoInner .shopInfoText dt {
    width: 24%;
    font-weight: bold;
}

#shopInfoSec .shopInfoInner .shopInfoText .setML {
    margin-left: 0;
}

#linebtnSec .linebtnInner {
    max-width: 460px;
}

.ShoplineBtn {
    margin-bottom: 3em;
}

.ShoplineBtn a {
    color: #fff;
    text-align: center;
    border-radius: 60px;
    font-weight: 500;
    transition: 0.3s;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(352deg, #ffab50 5%, #f35765);
    background: linear-gradient(352deg, #ffab50 5%, #f35765);
    font-size: 2em;
    padding: 0.4em;
    width: 80%;
    margin: auto;
}



#shopAbout .aboutBox {
    display: flex;

    justify-content: center
}

#shopAbout .aboutBox div {
    width: 33.3%;
    padding: 0.6em;
}

/*#shopAbout .aboutBox div:nth-child(2n) {
    padding: 0 0em 1em 1em;
}*/

#shopAbout .aboutBox div p {
    text-align: center;
    color: #d9533b;
    font-weight: 600;
    font-size: 1.1em;
    padding-top: 0.4em;
}

#shopPrice .pilatesTitle {
    font-size: 1.6em;
    text-align: center;
}

#shopPrice .pilatesTitle span {
    font-weight: 800;
}

#shopPrice .shopPriceTitle {
    position: relative;
    padding: 2em 0 2em 0;
    font-weight: 700;
    font-size: 1.8em;
    text-align: center;
    letter-spacing: 2px;

}

#shopPrice .shopPriceIcon {
    position: absolute;
    left: 0;
    top: 93%;
    z-index: 1;
}

#shopPrice .shopPriceTitle div {
    text-align: center;
}



#shopPrice .tableBox {
    background: #fafafa;
    padding: 3em 1.4em 2em 1.4em;
    margin: 2em 0 4em 0;
    position: relative;
}

#shopPrice .tableBoxIcon {
    position: absolute;
    right: -3%;
    top: -1%;
    width: 37%;
}

#shopPrice .tableBox table {
    border-collapse: collapse;
}




#shopPrice .tableBox table td {
    border-bottom: 1px solid #b9b9b9;
    font-size: 1.7em;
    vertical-align: middle;
    font-weight: 900;
    padding: 1em 0;
}

#shopPrice .tableBox table .tableTitle {
    border: 1px solid;
    font-size: 1.2em;
}

#shopPrice .tableBox table .tableTitle2 {
    background: #d9533b;
    color: #fff;
    font-size: 1.2em;
}

#shopPrice .tableBox table .tablePrice {
    text-align: center;
    line-height: 1.2;
}

#shopPrice .tableBox table .tablePrice2 {
    text-align: center;
    line-height: 1.2;
    color: #d9533b;
    font-size: 2.2em;
}

#shopPrice .shopLineRed {
    font-size: 1.2em;
}

#shopPrice .tableBox table .tablePrice span {
    font-size: 0.7em;
}

#shopPrice .tableBox table .tablePrice2 span {
    font-size: 0.7em;
}

#shopPrice .tableBox table .tableIcon {
    width: 14%;
    text-align: center;
    color: #797979;
}

#shopPrice .tableBox table .tableIcon img {
    width: 21px;
    height: 24px;
    margin: auto;
}


#shopPrice .tableBox table td .tablePriceHint {
    font-weight: normal;
    font-size: 0.7em;
}

#shopPrice .tableBox table .tableBorderNone {
    border-bottom: none;
}


#shopPrice .pilatesText {
    width: 95%;
    margin: auto;
    font-size: 1.2em;
    margin-top: 1em;
    text-align: center;

}

#shopPrice .tableBox2 {
    margin-top: 2em;
    margin-bottom: 2em;
    border-spacing: 10px;
}

#shopPrice .tableBox2 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

#shopPrice .tableBox2 table .tableTitle {
    background: #d9533b;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}



#shopPrice .tableBox2 table .tableTitle2 {
    background: #b9b9b9;
    color: #424242;
    font-size: 1.2em;
    font-weight: 500;
}

#shopPrice .tableBox2 table .tableTdTitle {
    background: #b9b9b9;
    color: #424242;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;

}

#shopPrice .tableBox2 table .tablePrice {
    background: rgba(217, 83, 59, 0.1);
    color: #d9533b;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

#shopPrice .tableBox2 table .tablePrice2 {
    background: #f1f1f1;
    color: #424242;
    font-size: 1.2em;
    text-align: center;
}

/* shopInfo */
#shopInfoSec {
    padding-bottom: 0;
}

#shopInfoSec .shopInfoInner {
    width: 90%;
    margin: 0 auto;
}

#shopInfoSec .shopInfoInner .shopInfoTitle {
    font-size: 1.8em;
    margin: 1em auto;
    margin-bottom: 2em;
    padding: 0 0.3em 0.7em;
    text-align: center;
    border-bottom: 2px solid #323232;
    width: 70%;
    letter-spacing: 0.05em;
}

#shopInfoSec .shopInfoInner .shopInfoMap {
    width: 90%;
    margin: 0 auto;
}

#shopInfoSec .shopInfoInner .shopInfoText {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 1em 1em;
}

#shopInfoSec .shopInfoInner .shopInfoText dt {
    width: 20%;
    font-weight: bold;
}

#shopInfoSec .shopInfoInner .shopInfoText dd {
    margin-left: 0;
}

#shopInfoSec .shopInfoInner .shopInfoText .setML {
    margin-left: 1em;
}

#shopInfoSec .shopInfoInner .shopInfoText .shopInfoHint {
    font-size: 0.8em;
}

#shopInfoSec .shopInfoInner .shopInfoText .shopInfoHint::before {
    content: "※";
}

#shopInfoSec .shopInfoInner .shopInfoAccess {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-top: 3em;
    line-height: 2;
}

#shopInfoSec .shopInfoInner .shopInfoAccess a {
    text-decoration: underline;
}

#shopInfoSec .shopInfoInner .shopInfoAccess a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* shopInfo end */

#shopNavList .shopNavListBtn {
    max-width: 530px;
    width: 90%;
    margin: auto;
    padding-bottom: 1.4em;
}

#shopNavList .shopNavListBtn a {
    background: #d9533b;
    font-size: 1.8em;
    font-weight: 500;
    color: #fff;
    padding: 0.6em;
    text-align: center;
}

/* offer */
#offerSec {
    padding-bottom: 0;
}

#offerSec .offerInner {
    position: relative;
}

#offerSec .offerBtn {
    position: absolute;
    bottom: 6%;
    left: 8%;
    right: 8%;
}

#offerSec a {
    transition: ease .3s;
}

#offerSec a:hover {
    filter: brightness(1.1);
}

/* offer end */

@media screen and (max-width: 810px) {
    .contentsSec {
        padding: 2em 0;
    }

    #shopfvSec .shopfvTitle h2 {
        font-size: 1.8em;
        padding: 2em 0 0 0;
    }

    #shopfvSec .shopfvTitle h3 {
        font-size: 1.2em;
    }

    #shopfvSec .pilatesText {
        font-size: 0.8em;
    }

    #shopNav .shopNavMemu a {
        font-size: 0.9em;
    }

    #shopNav.contentsSec {
        padding: 1em 0;
    }

    #shopInfoSec .shopInfoInner .shopInfoText .setML {
        margin-left: 0;
    }

    .shop_h2_bg {
        padding-bottom: 2em;
    }

    .shop_h2_bg h2 {
        font-size: 1.4em;
    }

    .ShoplineBtn a {
        font-size: 1.4em;
    }

    #shopInfoSec {
        padding-top: 5em;
    }

    #shopAbout .aboutBox div {
        padding: 0 0.3em 0.3em 0;
        width: 67%;
        margin: 0 auto;
    }

    #shopAbout .aboutBox div:nth-child(2n) {
        padding: 0 0em 0.3em 0.3em;
    }

    #shopAbout .aboutBox div p {

font-size: 1em;

}
	#shopAbout .aboutBox {
		display: block;
	}
	
	#shopPrice .pilatesTitle {
        font-size: 1.1em;
    }

    #shopPrice .shopPriceTitle {
        font-size: 1em;
        padding: 1.2em 0 2em 0;
    }

    #shopPrice .shopLineRed {
        font-size: 1.2em;
    }

    #shopPrice .shopPriceIcon {
        top: 98%;

    }

    #shopPrice .shopPriceIcon {
        width: 34%;
    }

    #shopPrice .tableBox {
        margin-bottom: 2em;
    }

    #shopPrice .tableBox table .tableTitle {
        font-size: 0.8em;
    }

    #shopPrice .tableBox table .tableTitle2 {
        font-size: 0.8em;
    }

    #shopPrice .tableBox table td {
        font-size: 0.8em;
    }

    #shopPrice .tableBoxIcon {
        position: absolute;
        right: 0;
        top: 3%;
        width: 40%;
    }

    #shopPrice .pilatesText {
        font-size: 1em;
    }

    #shopPrice .tableBox2 {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #shopPrice .tableBox2 table .tableTitle {
        font-size: 0.6em;
    }

    #shopPrice .tableBox2 table .tableTitle2 {
        font-size: 0.6em;
    }

    #shopPrice .tableBox2 table .tableTdTitle {
        font-size: 0.6em;
    }

    #shopPrice .tableBox2 table .tablePrice {
        font-size: 0.6em;
    }

    #shopPrice .tableBox2 table .tablePrice2 {
        font-size: 0.6em;
    }

    /* shopInfo */
    #shopInfoSec {
        padding: 2em 0 0 0;
    }

    #shopInfoSec .shopInfoInner .shopInfoTitle {
        margin-bottom: 1em;
        font-size: 1.5em;
    }

    #shopInfoSec .shopInfoInner .shopInfoText {
        display: block;
        padding: 0.8em 0.5em;
        font-size: 0.8em;
    }

    #shopInfoSec .shopInfoInner .shopInfoText .setML {
        margin: 0;
    }

    #shopInfoSec .shopInfoInner .shopInfoText dt {
        margin-bottom: 0.5em;
        width: 30%;
        font-size: 1.2em;
    }

    #shopInfoSec .shopInfoInner .shopInfoAccess {
        width: 100%;
        font-size: 0.8em;
    }

    #shopPrice .tableBox table .tablePrice2 {
        font-size: 1.3em;
    }

    /* shopInfo end */

    #shopNavList .shopNavListBtn {
        width: 80%;
    }

    #shopNavList .shopNavListBtn a {
        font-size: 1.2em;
        padding: 0.4em;

    }

    #shopPrice .tableBox table .tableIcon img {
        width: 10px;
        height: auto;
    }
	#offerSec .offerBtn {
	    bottom: 5%;
	}
}
