@charset "UTF-8";

/*-------------------------------------------------
 mmb howto
-------------------------------------------------*/

/* general  ------------------------ */
.mmbcommon {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    line-height: 1.6;
    width: 910px;
    margin: 0 auto;
    color: #000;
    background: #fff;

    -webkit-text-size-adjust: 100%;
}

.mmbcommon * {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.mmbcommon .mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.mmbcommon .gothic {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.mmbcommon a {
    text-decoration: underline;
    color: #1d2088;
}

.mmbcommon a:hover {
    text-decoration: none;
}

.mmbcommon strong {
    color: #1d2088;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.pageTop {
    margin: 55px 0 20px 90px;
    text-align: center;
}


/*-------------------------------------------------
#doorMain
-------------------------------------------------*/

.mmbcommon #doorMain {
    background-color: #fff;
}

.mmbcommon #doorMain h1 {
    margin-bottom: 2px;
}



/*-------------------------------------------------
.menu
-------------------------------------------------*/

.mmbcommon ul.menu {
    margin: 0 -1px;
    background-color: #ecf0f6;
}

.mmbcommon ul.menu.footer {
    background-color: #fff;
}

.mmbcommon ul.menu li {
    float: left;
    box-sizing: border-box;
    max-width: 25%;
    padding: 0 1px;
    text-align: center;
}

.mmbcommon ul.menu li a {
    font-size: 18px;
    line-height: 1.5;
    display: table-cell;
    box-sizing: border-box;
    width: 226px;
    height: 80px;
    padding: 0;
    vertical-align: middle;
    text-decoration: none;
    color: #260167;
    background-color: #cdcde5;
}

.mmbcommon ul.menu li.active a {
    color: #fff;
    background-color: #260167;
}

.mmbcommon ul.menu li.active:after {
    position: relative;
    bottom: 0;
    left: 100px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 14px solid #260167;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid transparent;
}

.mmbcommon ul.menu.footer li.active:after {
    display: none;
}

.mmbcommon ul.menu.footer li:before {
    display: block;
    width: 28px;
    height: 28px;
    content: "";
}

.mmbcommon ul.menu.footer li.active:before {
    position: relative;
    top: 0;
    left: 100px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #260167;
    border-left: 14px solid transparent;
}

.mmbcommon ul.menu li:hover {
    opacity: .8;
}

/* #doorMain  ------------------------ */
.mmbcommon #main {
    background: #fff;
}

.mmbcommon #main h1 {
    line-height: 0;
    margin: 0 0 2px;
    padding: 0;
}

.mmbcommon ul.nav {
    overflow: hidden;
    list-style-type: none;
    background: #fff;
}

.mmbcommon ul.nav li {
    float: left;
}

.mmbcommon ul.nav li:nth-child(2) {
    margin: 0 2px;
}

.mmbcommon .contentsInner {
    width: 810px;
    margin: auto;
    background-color: #fff;
}



/************************************************
.aboutBox
************************************************/

.mmbcommon .aboutBox {
    padding-bottom: 60px;
    text-align: center;
    background-color: #fdf8ec;
}

.mmbcommon .aboutBox p.txt01 {
    position: relative;
    top: -40px;
    text-align: center;
}

.mmbcommon .aboutBox h3 {
    font-size: 32px;
    display: inline-block;
    margin-bottom: 35px;
    padding: 0 10px 25px;
    text-align: center;
    color: #0b3a96;
    /*background-image: url("//gigaplus.makeshop.jp/wants/pc/mmb/201707/top/bg_line03.gif");*/
    background-image: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/top/bg_line03.gif");
    background-repeat: repeat-x;
    background-position: left bottom;
}

.mmbcommon .aboutBox .txtBlock02 {
    margin-bottom: 80px;
}

.mmbcommon .aboutBox .txtBlock02 p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
}

.mmbcommon .aboutBox .txtBlock02 p + p {
    margin-top: 1em;
}

.mmbcommon .aboutBox ul.purification {
    display: flex;
    width: 778px;
    margin: 0 auto;

    justify-content: space-between;
}

.mmbcommon .aboutBox ul.purification li {
    width: 364px;
}

.mmbcommon .aboutBox ul.purification li h4 {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    color: #1d2088;
}

.mmbcommon .aboutBox ul.purification li h4:before {
    display: block;
    width: 364px;
    height: 220px;
    margin-bottom: 40px;
    content: "";
}

.mmbcommon .aboutBox ul.purification li:first-child h4:before {
    /*background-image: url("//gigaplus.makeshop.jp/wants/pc/mmb/201707/top/img_about01.jpg");*/
    background-image: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/top/img_about01.jpg");
}

.mmbcommon .aboutBox ul.purification li:last-child h4:before {
    /*background-image: url("//gigaplus.makeshop.jp/wants/pc/mmb/201707/top/img_about02.jpg");*/
    background-image: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/top/img_about02.jpg");
}

.mmbcommon .aboutBox .txtBlock03 p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    text-align: left;
    line-height: 2;
}

.mmbcommon .aboutBox .txtBlock03 p + p {
    margin-top: 1em;
}



/* .sec01  ------------------------ */
.mmbcommon .sec01 {
    margin: -28px 0 0;
    padding: 93px 50px 80px;
    background: #fff;
}

.mmbcommon .sec01 h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 70px;
    padding-bottom: 20px;
    text-align: center;
    color: #1d2088;
    background: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/howto/line.png") repeat-x center bottom;
}

.mmbcommon .sec01 h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8;
    clear: both;
    margin-bottom: 40px;
    padding: 62px 0 30px;
    text-align: center;
    color: #1d2088;
    background: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/howto/deco1_top.png") no-repeat center top,
    url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/howto/deco1_bottom.png") no-repeat center bottom;
}

.mmbcommon .sec01 .goods {
    overflow: hidden;
    margin-bottom: 100px;
}

.mmbcommon .sec01 .goods ul {
    width: 630px;
    margin: auto;
    list-style: none;
}

.mmbcommon .sec01 .goods li {
    width: 260px;
    height: 380px;
}

.mmbcommon .sec01 .goods li:nth-child(odd) {
    float: left;
}

.mmbcommon .sec01 .goods li:nth-child(even) {
    float: right;
}

.mmbcommon .sec01 .goods h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 45px;
    padding: 0 0 10px;
    text-align: center;
    color: #1d2088;
    border-bottom: 2px solid #1d2088;
}

.mmbcommon .sec01 .goods h4.col1 {
    margin-top: 27px;
}

.mmbcommon .sec01 .goods h4 span {
    font-size: 16px;
}

.mmbcommon .sec01 .box-howto {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.mmbcommon .sec01 .box-howto h4 {
    margin-bottom: 37px;
}

.mmbcommon .sec01 .box-howto .box {
    overflow: hidden;
    width: 380px;
    padding-bottom: 30px;
}

.mmbcommon .sec01 .box-howto .box h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 18px;
    padding: 15px 0;
    text-align: center;
    color: #1d2088;
    background: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/howto/line02.png") repeat-x left bottom;
}

.mmbcommon .sec01 .box-howto .box p,
.mmbcommon .sec01 .box-howto .box strong {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.mmbcommon .sec01 .box-howto .txt-big {
    font-size: 18px;
}

.mmbcommon .sec01 .box-howto p.note {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
}

.mmbcommon .sec01 .box-howto p.note a {
    font-size: 13px;
}

.mmbcommon .sec01 .box-howto p.note:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
}

.mmbcommon .sec01 ol {
    padding-left: 24px;
    list-style-type: decimal;
}

.mmbcommon .sec01 ol li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    list-style-type: decimal;
    text-align: left;
}



/* .sec02  ------------------------ */
.mmbcommon .sec02 {
    padding: 0 50px 70px;
    background: #fff;
}

.mmbcommon .sec02 h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
    color: #1d2088;
    background: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/howto/line.png") repeat-x center bottom;
}

.mmbcommon .sec02 p {
    font-size: 16px;
    line-height: 2;
}

.mmbcommon .sec02 ul.step {
    clear: both;
    margin-top: 45px;
    list-style-type: none;
}

.mmbcommon .sec02 ul.step li {
    float: left;
    width: 250px;
    height: 310px;
    padding-right: 20px;
}

.mmbcommon .sec02 ul.step li:nth-child(3n+3) {
    padding-right: 0;
}

.mmbcommon .sec02 ul.step li h4 {
    margin-bottom: 15px;
}

.mmbcommon .sec02 ul.step li p {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
}


.mmbcommon .point {
    clear: both;
    padding: 28px 30px 15px;
    border-radius: 5px;
    background: #eef2f6;
}

.mmbcommon .point .head {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 50px;
    text-align: center;
    color: #1d2088;
    background: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/howto/deco3_top.png") no-repeat center top;
}

.mmbcommon .point ul {
}

.mmbcommon .point li {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 18px 20px;
    text-align: left;
}


/* .reserveBox  ------------------------ */
.mmbcommon .reserveBox {
    padding: 0 50px 83px;
    text-align: center;
    background: #fff;
}

.mmbcommon .reserveBox:before {
    display: block;
    width: 810px;
    height: 1px;
    margin-bottom: 60px;
    content: "";
    border-top: 1px dotted #999;
}

/*----- h2 -----*/

.mmbcommon .reserveBox h2 {
    font-size: 28px;
    line-height: 1.9285;
    margin-bottom: 50px;
    text-align: center;
}

.mmbcommon .reserveBox h2 span {
    font-size: 22px;
    display: block;
}

.mmbcommon .reserveBox h2:before {
    display: block;
    width: 180px;
    height: 48px;
    margin: 0 auto 40px;
    content: "";
    background-image: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/howto/icon_02.gif");
}

.mmbcommon .reserveBox h2:after {
    display: block;
    width: 239px;
    height: 10px;
    margin: 15px auto 0;
    content: "";
    background-image: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/howto/bg_shadow02.gif");
}

/*----- p.reservetxt -----*/

.mmbcommon .reserveBox .reservetxt {
    font-size: 22px;
    line-height: 1;
    width: 810px;
    margin: 0 auto 25px;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    background-color: #bfa36d;
}

/*----- ul.property -----*/

.mmbcommon .reserveBox ul.property {
    display: table;
    margin: 0 auto 25px;
}

.mmbcommon .reserveBox ul.property li {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    float: left;
    width: 133px;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    background-color: #bfa36d;
}

.mmbcommon .reserveBox ul.property li {
    margin-right: 20px;
}

/*----- ul.duration -----*/

.mmbcommon .reserveBox p.duration {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 44px;
    text-align: center;
    color: #bfa36d;
}

.mmbcommon .reserveBox p.duration span {
    font-size: 26px;
    line-height: 1;
}

/*----- ul.price -----*/

.mmbcommon .reserveBox p.price {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-bottom: 5px;
    padding-bottom: 15px;
    text-align: center;
    color: #666;
}

.mmbcommon .reserveBox p.shipping {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
    color: #666;
}

/*----- ul.price -----*/

.mmbcommon .reserveBox ul.bnrArea {
    display: flex;
    width: 810px;
    margin: 0 auto;

    justify-content: space-between;
}

.mmbcommon .reserveBox ul.bnrArea li p.detail {
    font-size: 18px;
    margin: 15px 0;
    text-align: center;
}

.mmbcommon .reserveBox ul.bnrArea li a.linkBtn {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    line-height: 45px;
    display: block;
    box-sizing: border-box;
    width: 380px;
    height: 45px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    text-indent: -.5em;
    color: #fff;
    border-radius: 8px;
    background-color: #0b3a96;
}

.mmbcommon .reserveBox ul.bnrArea li a.linkBtn:after {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
    background-image: url("//gigaplus.makeshop.jp/wants/pc/mmb/201811/howto/icon_04.png");
}

.mmbcommon .reserveBox ul.bnrArea li a.linkBtn:hover {
    opacity: .8;
}

.mmbcommon .reserveBox ul.bnrArea li a.txt {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
    display: block;
    margin-top: 10px;
    text-align: center;
}
