@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------

name: uniq.css

-------------------------------------------*/

/*=========================================
      gNav
=========================================*/
#header #headInner ul.gNav li#n02 a {
    color: #e7368e;
}

/*=========================================
      mv
=========================================*/
#mv {
    background: url(../img/mv.jpg) center no-repeat;
}

/*=========================================
      container
=========================================*/
#container {}


/*===========================================
	共通
===========================================*/
.section {
    padding: 60px 0;
}


/*=========================================
      intro
=========================================*/
#intro {
    padding: 60px 5%;
    background: url(../img/bg_intro.gif) center no-repeat;
    background-size: cover;
    text-align: center;
}


/*=========================================
      ヨガブリーズが選ばれる理由
=========================================*/
#reason {
    padding: 80px 0;
}

#reason .block {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto 60px;
}

#reason .block .inBlock {
    width: 40%;
}

#reason .block .inBlock .en {
    font-size: 24px;
    color: #999;
    font-weight: 400;
    letter-spacing: 0.3em;
}

#reason .block .inBlock .en:after {
    content: "";
    display: block;
    background: #999;
    width: 15px;
    height: 1px;
    margin: 15px 0 20px;
}

#reason .block .inBlock h4 {
    font-size: 22px;
    margin: 0 0 15px;
    color: #e7368e;
}

#reason .block .inBlock .txt {
    margin: 0 0 40px;
}

#reason .block .inBlock .btnMore {
    width: 60%;
}

#reason .block .inBlock .btnMore a {
    padding: 10px 0;
}

#reason .block .ph {
    width: 50%;
    text-align: center;
}

#reason .block:nth-child(even) .inBlock {
    margin: 0 0 0 5%;
}

#reason .block:nth-child(odd) .inBlock {
    margin: 0 5% 0 0;
}

#reason .block:last-child {
    margin-bottom: 0;
}


/*=========================================
      体験レッスンの流れ
=========================================*/
#flow {
    background: #ffdff9;
    padding: 80px 0 0;
}

#flow .flowBlock .block .fltR {
    width: 35%;
    text-align: center;
}

#flow .flowBlock {
    padding: 30px 0;
    position: relative;
}

#flow .flowBlock .block {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

#flow .flowBlock .block .fltL {
    width: 60%;
}

#flow .flowBlock .block h4 {
    font-size: 22px;
    margin: 0 0 5px;
}

#flow .flowBlock .block h4 .en {
    font-size: 25px;
    font-weight: normal;
}

#flow .flowBlock .block .txt {}

#flow .flowBlock .block .txt a {
    font-weight: bold;
    text-decoration: underline;
}

#flow .flowBlock .block .txt a:hover {
    text-decoration: none;
}

#flow .flowBlock .block .txt span.tel a {
    display: inline;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}

#flow .flowBlock .block strong {
    font-size: 120%;
    color: #e7368e;
}

#flow .flowBlock .block .btnMore {
    width: 60%;
    margin: 15px 0;
}

#flow .flowBlock .block .btnMore a {
    padding: 20px 0;
}

#flow .flowBlock .block .more02 a {
    background: #e7368e;
    border: none;
}

#flow .flowBlock .block ul.clm2 li {
    float: left;
    width: 49%;
    margin: 20px 0.5%;
}

#flow .flowBlock:nth-child(odd) {
    background: #fff;
}

#flow .flowBlock:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 45px solid transparent;
    border-top: 18px solid #fff;
}

#flow .flowBlock:nth-child(even):after {}

#flow .flowBlock:nth-child(odd):after {
    border-top: 18px solid #ffdff9;
}

#flow .flowBlock:first-of-type:after {
    display: none !important;
}

/* add20190130 */
#flow .flowBlock .block .pink {
    color: #ed006a;
    font-weight: bold;
}

/*=========================================
      当日必要な持ち物
=========================================*/
#item {
    padding: 80px 0 0 0;
}

#item > ul {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

#item > ul li {
    float: left;
    width: 48%;
    margin: 0 1% 20px;
    overflow: hidden;
}

#item > ul li .ph {
    float: left;
    width: 35%;
}

#item > ul li dl {
    float: right;
    width: 60%;
}

#item > ul li dl dt {
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

#item > ul li dl dd {}

#item > ul li dl dd .shop {
    padding: 20px 0 0;
    line-height: 1.5;
    font-size: 95%;
}

#item > ul li dl dd .shop .btnMore {
    width: 100%;
    margin: 10px auto;
}

#item > ul li dl dd .shop .btnMore a {
    padding: 13px 0;
    letter-spacing: 0;
    font-size: 85%;
}


/*===========================================
	料金
===========================================*/
/*キャンペーン*/
#price .campaingn {
    margin: 0 0 60px;
}

#price .campaingn .h_cmp {
    text-align: center;
    margin: 0 auto 20px;
}

#price .campaingn .h {
    color: #ed006a;
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 15px;
    text-align: center;
}

#price .campaingn .h.mb {
    margin-bottom: 45px;
}

#price .campaingn .center.mb {
    margin-bottom: 30px;
}

#price .campaingn .title {
    color: #ed006a;
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 15px;
    text-align: center;
    color: #000;
}

#price .campaingn > ul {
    max-width: 900px;
    margin: 0 auto 30px;
    overflow: hidden;
}

#price .campaingn > ul li {
    color: #fff;
    padding: 20px 0;
    background: #ed006a;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    line-height: 1.3;
}

#price .campaingn > ul li span {
    margin: 0 10px;
}

#price .campaingn > ul.clm1 {
    margin: 0 auto 10px;
}

#price .campaingn > ul.clm2 {
    margin: 0 auto 10px;
}

#price .campaingn > ul.clm2 li {
    float: left;
    width: 32.0%;
    margin: 0 0.5% 10px;
    line-height: 50px;
}

#price .campaingn > ul li strong {
    font-size: 130%;
}

#price .campaingn > ul li .subTxt {
    margin: 5px 0;
    font-weight: bold;
}

/* add20190130 */
#price .campaingn .b_pink {
    color: #ed006a;
    font-weight: bold;
    font-size: 26px;
}


/*体験クラス予約*/
#price .campaingn ul.experience-reservation {
    margin-top: 20px;
}

#price .campaingn ul.experience-reservation li {
    float: left;
    width: 50%;
    margin: 0 0% 10px;
    color: #000;
    /* padding: 20px 0; */
    padding: 30px 0;
    background: #ffdff9;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    line-height: 1.3;
}

#price .campaingn ul.experience-reservation li.bgnone {
    float: left;
    width: 44%;
    margin: 0 3% 10px;
    color: #000;
    padding: 10px 0;
    background: #FFF;
    font-size: 12px;
    text-align: left;
    border-radius: 3px;
    line-height: 1.3;
    list-style-type: none;
}

.reservation {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.price_info{
    max-width: 900px;
    width: 95%;
    margin: 0 auto 30px;
}

/*料金表*/
#price ul.priceList {
    /* width: 95%;
    margin: 0 auto 40px;
    overflow: hidden; */
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

#price ul.priceList > li {
    /* float: left; */
    width: 40%;
    margin: 0 0.66%;
}

#price ul.priceList > li > div {}

#price h4 {
    font-size: 24px;
    margin: 0 0 25px;
    text-align: center;
}

#price h4 span {
    padding: 0 0 5px;
    border-bottom: 4px solid #e7368e;
}

.price_footer{
    width:80%; 
    margin:0 auto;
}

/*table*/
#price table.pTbl {
    width: 100%;
    margin: 0 0 15px;
    border-collapse: separate;
    border-spacing: 1px 2px;
}

#price table.pTbl .h th {
    background: #333;
    padding: 6px 0;
    color: #fff;
    text-align: center;
}

#price table.pTbl td {
    background: #ffdff9;
    padding: 12px 10px;
    line-height: 1.3;
    text-align: center;
}

#price table.pTbl td:first-child {
    width: 32%;
}

#price table.pTbl td small {
    display: block;
}

#price ul.priceList > li .ast {}

#price ul.priceList > li .ast p {
    margin: 0 0 3px;
}

/*月会員*/
#price ul.priceList > li#price02 table td:nth-child(2) {
    width: 18%;
}

#price ul.priceList > li#price02 table td:nth-child(3) {
    text-align: left;
}

/*SALE*/
#price ul.priceList > li .sell {
    background: #fffed9;
    border: 2px solid #e7368e;
    margin: 0 0 10px;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

#price ul.priceList > li .sell:before {
    content: "SALE";
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.2em;
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #e7368e;
    color: #fcff00;
    border-radius: 100%;
    text-align: center;
}

#price ul.priceList > li .sell .h {
    font-size: 15px;
    font-weight: bold;
    color: #e7368e;
}

#price ul.priceList > li .sell strong {
    font-size: 120%;
    color: #e7368e;
}

#price ul.priceList > li .sell > p {
    margin: 0 0 0 25%;
}


.campaignBox {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.campaignBox_cap {
	background: #ed006a;
	color: #fff100;
	display: inline-block;
	line-height: 1;
	font-weight: bold;
	font-size: 22px;
	padding: 7px 20px;
	border-radius: 50px;
}

.campaignBoxTop {
	display: flex;
	justify-content: space-between;
	width: 98.6%;
	margin: 20px auto;
	color: #fff;
}

.campaignBoxTop_inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}

.campaignBoxTop_item {
	background: #ed006a;
	width: 49%;
	border-radius: 3px;
}

.campaignBoxTop_price {
	margin-top: auto;
}

.campaignBoxTop_txt {
	font-size: 17px;
	text-align: left;
	display: inline-block;
	margin: auto;
}

.campaignBoxTop_ttl {
	font-size: 22px;
	font-weight: bold;
}

.campaignBoxTop_price {
	color: #fff100;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.4;
}

.campaignBox_txt {
	font-weight: bold;
	font-size: 22px;
}

.campaignBoxBottom {
	width: 98.6%;
	margin: 20px auto 5px;
}

.campaignBoxBottom_item {
	background: #ed006a;
	width: 100%;
	border-radius: 3px;
	padding: 15px 20px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #fff;
}

.campaignBoxBottom_ttl {
	color: #fff100;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.4;
}

.campaignBoxBottom_ttl span {
	font-size: 30px;
	padding-right: 5px;
}

.campaignBoxBottom_note {
	text-align: left;
	display: inline-block;
}

.campaignBox_note {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}

.campaignBox_link {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
    max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.campaignBox_link a {
	color: #ed006a;
}

.sm-down-br {
	display: none;
}

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

	スマホ

==============================================*/
@media only screen and (max-width: 739px) {

    /*=========================================
      intro
=========================================*/
    #intro {
        padding: 30px 4%;
    }


    /*=========================================
      ヨガブリーズが選ばれる理由
=========================================*/
    #reason {
        padding: 40px 0;
    }

    #reason .block .ph {
        margin: 0 0 20px;
    }

    #reason .block {
        max-width: inherit;
        margin: 0 auto 30px;
    }

    #reason .block .inBlock {
        margin: 0 !important;
    }

    #reason .block .inBlock .en {
        font-size: 22px;
        text-align: center;
    }

    #reason .block .inBlock .en:after {
        margin: 10px auto 15px;
    }

    #reason .block .inBlock h4 {
        font-size: 18px;
        margin: 0 0 10px;
        text-align: center;
    }

    #reason .block .inBlock .txt {
        margin: 0 0 15px;
    }

    #reason .block .inBlock .btnMore {
        width: 80%;
    }

    #reason .block .inBlock .btnMore a {
        padding: 10px 0;
    }


    /*=========================================
      体験レッスンの流れ
=========================================*/
    #flow {
        padding: 40px 0 0;
    }

    #flow .flowBlock .block .fltR {
        width: auto;
    }

    #flow .flowBlock {
        padding: 30px 0;
    }

    #flow .flowBlock .block {
        max-width: inherit;
    }

    #flow .flowBlock .block .fltL {}

    #flow .flowBlock .block h4 {
        font-size: 18px;
    }

    #flow .flowBlock .block h4 .en {
        font-size: 20px;
    }

    #flow .flowBlock .block .txt {
        margin: 0 0 15px;
    }

    #flow .flowBlock .block .txt .tel a {
        border: none;
    }

    #flow .flowBlock .block .txt .tel a::after {
        display: none;
    }

    #flow .flowBlock .block strong {
        font-size: 120%;
        color: #e7368e;
    }

    #flow .flowBlock .block .btnMore {
        width: 90%;
        margin: 20px auto;
    }

    #flow .flowBlock .block .btnMore a {
        padding: 16px 0;
    }

    #flow .flowBlock .block ul.clm2 li {
        float: none;
        width: 90%;
        margin: 10px auto 15px;
    }

    #flow .flowBlock:nth-child(odd) {}

    #flow .flowBlock:after {
        border-top: 15px solid #fff;
    }

    #flow .flowBlock:nth-child(even):after {}

    #flow .flowBlock:nth-child(odd):after {
        border-top: 15px solid #ffdff9;
    }

    #flow .flowBlock:first-of-type:after {}

    #flow .flowBlock:first-of-type {
        padding-top: 0;
    }


    /*=========================================
      当日必要な持ち物
=========================================*/
    #item {
        padding: 40px 0;
    }

    #item > ul {
        max-width: inherit;
    }

    #item > ul li {
        float: none;
        width: auto;
        margin: 0 0 15px;
    }

    #item > ul li .ph {
        float: left;
        width: 35%;
    }

    #item > ul li dl {
        float: right;
        width: 60%;
    }

    #item > ul li dl dt {
        font-size: 16px;
        margin: 0 0 5px;
        line-height: 1;
    }

    #item > ul li dl dd {
        line-height: 1.3;
    }


    /*===========================================
	料金
===========================================*/
    /*キャンペーン*/
    #price .campaingn {
        margin: 0 0 40px;
    }

    #price .campaingn .h_cmp {
        width: 80%;
        margin: 0 auto 15px;
    }

    #price .campaingn .h {
        font-size: 19px;
        margin: 0 0 15px;
        line-height: 1.3;
        letter-spacing: -0.05em;
    }

    #price .campaingn .title {
        font-size: 19px;
        margin: 0 0 15px;
        line-height: 1.3;
        letter-spacing: -0.05em;
        color: #000;
    }

    #price .campaingn > ul {
        max-width: 95%;
    }

    #price .campaingn > ul li {
        width: auto;
        margin: 0 0 5px;
        padding: 10px 0;
        font-size: 15px;
        line-height: 1.3;
    }

    #price .campaingn > ul li span {
        display: block;
        margin: 0;
    }

    #price .campaingn > ul.clm2 li {
        float: none;
        width: auto;
        margin: 0 0.5% 10px;
        line-height: 50px;
    }

    #price .campaingn > ul li strong {
        font-size: 150%;
    }

    #price .campaingn > ul li .subTxt {}

    /* add20190130 */
    #price .campaingn .b_pink {
        color: #ed006a;
        font-weight: bold;
        font-size: 24px;
    }

    /*体験クラス予約*/
    #price .campaingn > ul.experience-reservation {
        max-width: 95%;
        margin-top: 20px;
    }

    #price .campaingn > ul.experience-reservation li {
        float: none;
        width: auto;
        margin: 0 0 5px;
        padding: 20px 0;
        font-size: 15px;
    }

    #price .campaingn > ul.experience-reservation a {
        text-decoration: none;
    }

    #price .campaingn > ul.experience-reservation li.bgnone {
        float: none;
        width: auto;
        margin: 0 0 5px;
        padding: 10px 0;
        font-size: 15px;
    }

    .reservation {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }


    /*料金表*/
    #price ul.priceList {
        width: auto;
        margin: 0;
        display: block;
    }

    #price ul.priceList > li {
        float: none;
        width: auto;
        margin: 0 0 40px;
    }

    #price ul.priceList > li > div {
        padding: 0 2%;
    }

    #price h4 {
        font-size: 20px;
        margin: 0 0 15px;
        background: #e7368e;
        color: #fff;
        padding: 10px 0;
        letter-spacing: 0.1em;
    }

    #price h4 span {
        padding: 0;
        border-bottom: none;
    }

    .price_footer{
        width: 95%;
    }

    /*table*/
    #price table.pTbl {
        margin: 0 0 10px;
    }

    #price table.pTbl .h th {
        padding: 8px 0;
    }

    #price table.pTbl td {
        padding: 10px 0;
    }

    #price table.pTbl td:first-child {}

    #price table.pTbl td small {}

    #price ul.priceList > li .ast {}

    #price ul.priceList > li .ast p {}

    /*月会員*/
    #price ul.priceList > li#price02 table td:nth-child(1) {
        width: 35%;
    }

    #price ul.priceList > li#price02 table td:nth-child(2) {}

    #price ul.priceList > li#price02 table td:nth-child(3) {
        padding: 10px 2%;
    }

    /*SALE*/
    #price ul.priceList > li .sell {}

    #price ul.priceList > li .sell:before {
        font-size: 15px;
        letter-spacing: 0.05em;
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #price ul.priceList > li .sell .h {
        font-size: 15px;
        line-height: 1.3;
    }

    #price ul.priceList > li .sell strong {
        font-size: 120%;
        color: #e7368e;
    }

    #price ul.priceList > li .sell > p {
        margin: 0 0 0 60px;
    }

	.campaignBoxTop {
		max-width: 95%;
	}

	.campaignBoxTop_inner {
		padding: 10px;
	}

	.campaignBoxTop_ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.campaignBoxTop_txt {
		font-size: 14px;
	}

	.campaignBoxTop_price {
		font-size: 30px;
	}

	.campaignBoxBottom_ttl {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.campaignBoxBottom_ttl span {
		font-size: 25px;
	}

	.campaignBoxBottom {
		max-width: 95%;
	}

	.sm-down-br {
		display: inline-block;
	}



}
