@charset "utf-8";


#header .con_pagetitle .box_title .photo {
    position: absolute;
    width: 1560px;
    top: 0;
    right: 60%;
    margin-right: -985px;
}

.momisui {
    /* margin-bottom: -80px; */
    background: url(../images/common/bg_footer.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

#header .con_pagetitle .box_title .inner h2 {
    font-size: 240%;
}

.con_intr .box_intr,
.con_intr .box_icon,
.box_pnav,
.box_menu,
.con_momisui,
.con_car {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto ;
}

.con_intr .box_intr:after {
    content: "";
    display: table;
    clear: both
}

.con_intr {
    background: url(../images/common/bg_intr.png) no-repeat;
    background-size: cover;
    padding: 40px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con_intr .box_intr {
    display: flex; justify-content: center; align-items: center;
}

.con_intr .box_intr .wrp_intr {

}

.con_intr .box_intr .wrp_intr .st_intr {
    letter-spacing: .44em;
    line-height: 1.6;
    font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 174%
}

.con_intr .box_intr .wrp_intr .st_intr span {
    color: #ceb132
}

.con_intr .box_intr .wrp_intr .txt {
    line-height: 2.4;
    margin-top: 20px;
    font-size: 100%;
}
.con_intr .box_intr .wrp_intr .txt span {
    color: #ceb132;
}

.con_intr .box_intr .box_photo {
 margin-left: 40px;
}

.con_intr .box_icon {
    clear: both;
    background: url(../images/common/bg_sty.jpg);
    margin-top: 40px;
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05)
}

.con_intr .box_icon li {
    width: 49.91667%;
    letter-spacing: -.4em;
    position: relative;
    padding: 30px 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con_intr .box_icon li:first-child:before {
    content: "";
    background: #cecdd1;
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.con_intr .box_icon li:last-child:before {
    content: "";
    background: #cecdd1;
    width: 1px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.con_intr .box_icon li .ic {
    display: inline-block;
    vertical-align: middle;
    /* width: 13.08793%; */
    margin-right: 4.08998%
}

.con_intr .box_icon li .box_txt {
    vertical-align: middle;
    display: inline-block;
    width: 82.82209%
}

.con_intr .box_icon li .box_txt .st {
    letter-spacing: .08em;
    font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 134%
}

.con_intr .box_icon li .box_txt .st span {
    color: #ceb132
}

.con_intr .box_icon li .box_txt .txt {
    letter-spacing: .03em;
    margin-top: 5px;
    font-size: 100%
}

.con_momisui {
    padding: 80px 0 120px;
}

.con_momisui section:nth-of-type(n+2){
    margin-top: 80px
}

/* .momisui .anchor_wrap {
    margin: 0 auto 80px;
} */

.momisui .anchor_wrap ul {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: auto;}

.momisui .anchor_wrap ul li {
    max-width: 320px; width: 100%; text-align: right;
}
.momisui .anchor_wrap ul li:nth-child(n+2) {
    margin-left: 20px;
}

.momisui .anchor_wrap ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #ceb132;
    padding: 1.2em 1em;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

.momisui .anchor_wrap ul li a:after {
    content: '↓';
    text-align: center;
    color: #000;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #000;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

.momisui .anchor_wrap ul li a:hover {
    color: #ceb132;
    background: none
}

.momisui .anchor_wrap ul li a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132
}


.profile_list {margin-top: 60px;}
.profile_list .profile_box {display: flex; justify-content: center; align-items: center; max-width: 800px; width: 100%; margin: auto; border: 1px solid #f6d48a; padding: 16px 24px;}
.profile_list .profile_box:nth-child(n+2) {margin-top: 24px;}
.profile_list .profile_box .main_photo{max-width: 240px; width: 100%; text-align: center;}
.profile_list .profile_box .txt_area{margin-left: 20px;}
.profile_list .profile_box .txt_area h4{color: #f6d48a; font-size: 150%; font-weight: 500;}
.profile_list .profile_box .txt_area .date {margin-top: 24px;}
.profile_list .profile_box .txt_area .date dl {display: inline-flex; align-items: center; font-size: 110%; border: 1px solid #f6d48a;}
.profile_list .profile_box .txt_area .date dt,
.profile_list .profile_box .txt_area .date dd {display: inline-block;}
.profile_list .profile_box .txt_area .date dt {background: #f6d48a;    padding: 0.2em 0.6em;color: #000;vertical-align: middle;}
.profile_list .profile_box .txt_area .date dd {color: #f6d48a; padding: 0.2em 0.8em;}
.profile_list .profile_box .txt_area .txt {font-size: 110%; margin-top: 16px; line-height: 1.8;}


.price_list {margin-top: 60px;}
.price_list {display: flex; justify-content: center; max-width: 1000px; width: 100%; margin: auto; padding: 16px 24px;}

.price_list .price_box {width: 34%;}
.price_list .price_box:nth-child(n+2) {margin-left: 40px;}

.price_list .price_box .main_photo{max-width: 240px; width: 100%; text-align: center;}
.price_list .price_box .txt_area{margin-left: 20px;}
.price_list .price_box .txt_area h4{color: #f6d48a; font-size: 150%; font-weight: 500;}
.price_list .price_box dl:nth-child(n+2) {
    margin-top: 16px;
}
.price_list .price_box dl dt {
    color: #f6d48a;
    font-size: 130%;
    font-weight: 500;
}
.price_list .price_box dl dd {
    margin-top: 16px;
    font-size: 110%;
}
.price_list .price_box dl dd ul li {border-bottom: 1px solid #fff; padding-bottom: 8px;}
.price_list .price_box dl dd ul li:nth-child(n+2) {
    margin-top: 4px;
}
.price_list .price_box dl dd span {
    padding-left: 32px;
}

.price_list .price_box .txt_area .txt {font-size: 110%; margin-top: 20px; line-height: 1.8;}

.price_list .price_box ul.note {margin-top: 20px;}

.asaya_list {margin-top: 60px;}
.asaya_list .asaya_box {display: flex; justify-content: center; align-items: center; max-width: 800px; width: 100%; margin: auto; border: 1px solid #f6d48a; padding: 24px;}
.asaya_list .asaya_box:nth-child(n+2) {margin-top: 24px;}
.asaya_list .asaya_box .main_photo{max-width: 400px; width: 100%; text-align: center;}
.asaya_list .asaya_box .txt_area{max-width: 400px; width: 100%; margin-left: 32px;}
.asaya_list .asaya_box .txt_area h4{color: #f6d48a; font-size: 150%; font-weight: 500;}
.asaya_list .asaya_box .txt_area p{font-size: 110%; margin-top: 8px; line-height: 1.8;}
.asaya_list .asaya_box .txt_area .date {margin-top: 24px;}
.asaya_list .asaya_box .txt_area .date dl {display: inline-flex; align-items: center; font-size: 110%; border: 1px solid #f6d48a;}
.asaya_list .asaya_box .txt_area .date dt,
.asaya_list .asaya_box .txt_area .date dd {display: inline-block;}
.asaya_list .asaya_box .txt_area .date dt {background: #f6d48a; padding: 0.2em 0.6em;color: #000;vertical-align: middle;}
.asaya_list .asaya_box .txt_area .date dd {color: #f6d48a; padding: 0.2em 0.8em;}
.asaya_list .asaya_box .txt_area .txt {font-size: 110%; margin-top: 20px; line-height: 1.8;}

.info_list {margin-top: 60px;}
.info_list .info_box {display: flex; justify-content: center;}
.info_list .info_box:nth-child(n+2) {margin-top: 60px;}
.info_list .info_box .main_photo{width: 40%;}
.info_list .info_box .slider li{width: 100%;}

.slick-dots li{
	width:10px!important;
}
.slick-dots li button:before{
	font-size:20px !important;
    opacity: .5;
    color: white;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

.info_list .info_box .txt_area{margin-left: 40px;}
.info_list .info_box .txt_area h4{color: #f6d48a; font-size: 150%; font-weight: 500;}
.info_list .info_box .txt_area dl dt{
    color: #f6d48a;
    font-size: 130%;
    font-weight: 500;
}
.info_list .info_box .txt_area dl:nth-child(n+2) {
    margin-top: 16px;
}
.info_list .info_box .txt_area dl dt.s_st{
    color: #fff;
    font-size: 110%;
    font-weight: 500;
}
.info_list .info_box .txt_area dl dd{
    font-size: 110%;
    font-weight: 500;
    margin-top: 8px;
}
.info_list .info_box .txt_area .txt {font-size: 110%; margin-top: 20px; line-height: 1.8;}



.con_momisui .btn {
    max-width: 320px; width: 100%; margin: 40px 0 0 auto; text-align: right;
}

.con_momisui .btn a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #ceb132;
    padding: 1.2em 1em;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

.con_momisui .btn a:after {
    content: '→';
    text-align: center;
    color: #000;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #000;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

.con_momisui .btn a:hover {
    color: #ceb132;
    background: none
}

.con_momisui .btn a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132
}



#footer {
    margin-top: 0;
}


@media only screen and (min-width: 768px) {
    .con_intr .box_intr .wrp_intr .txt {
        font-size: 130%;
        letter-spacing: 0.1em;
    }
    .con_intr .box_icon {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .con_intr .box_icon li {
        width: 33.3%;
        padding: 3%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .con_intr .box_intr {
        position: relative
    }
    .con_intr .box_intr .wrp_intr {
        width: 67%
    }
    .con_intr .box_intr .wrp_intr .st_intr {
        font-size: 147%
    }
    .con_intr .box_intr .wrp_intr .txt {
        line-height: 2.2
    }
    .con_intr .box_intr .box_photo {
        width: 30%
    }
    .con_intr .box_intr .box_photo li:first-child {
        display: none
    }

    .con_intr .box_intr .box_photo li:last-child {
        display: none;
        width: 100%;
    }

    .con_intr .box_intr .box_photo li:last-child img {
        width: 100%;
        float: right;
        width: 50.35714%;
    }
    .con_intr .box_icon li {
        padding: 20px 10px
    }
    .con_intr .box_icon li .box_txt .st {
        font-size: 114%
    }
    .con_intr .box_icon li .box_txt .st {
        letter-spacing: .05em
    }
    .con_intr .box_icon li:last-child {
        margin-left: .16667%
    }
    .con_intr .box_icon li .box_txt .st {
        font-size: 107%
    }
    .con_intr .box_icon li .box_txt .txt {
        margin-top: 4%
    }
    .con_intr .box_icon li .box_txt .txt {
        font-size: 94%
    }

    .con_momisui .main_txt .st {
        font-size: 134%
    }

    .con_momisui .btn a:after {
        width: 2em;
        line-height: 2
    }

    .con_plan .box_m_menu>figure {
        margin: 32px auto 0;
    }
}

@media only screen and (max-width: 1199px) {
    .con_intr .box_intr,
    .con_intr .box_icon,
    .box_pnav,
    .con_momisui,
    .con_car {
        width: 91.66667%
    }
}

@media only screen and (max-width: 767px) {

    #header .con_pagetitle .box_title .photo {
        position: static;
        margin-right: 0;
        float: left;
        width: 81.25%;
        background: #fff;
        width: 100%;
        overflow: hidden;
    }
    #header .con_pagetitle .box_title .inner h2 {
        font-size: 200%;
    }
    #header .con_pagetitle .box_title .inner h2 br:nth-child(2) {
        display: none;
    }

    #ptop {
        margin-top: 0;
    }

    .con_momisui {
        padding: 0 0 60px;
    }

    .momisui .anchor_wrap ul li {max-width: 100%;}
    .momisui .anchor_wrap ul li:nth-child(n+2) {
        margin-left: 0px; margin-top: 20px;
    }

    .momisui .anchor_wrap {
        margin: 0 auto;
        width: 91.66667%;
    }

    .con_intr {
        padding: 8% 0
    }
    .con_intr .box_intr .wrp_intr {
        float: none;
        width: 100%
    }
    .con_intr .box_intr .wrp_intr .st_intr {
        font-size: 120%
    }
    .con_intr .box_intr .wrp_intr .txt {
        margin-top: 4%;
        line-height: 2;
        font-size: 94%;
    }
    .con_intr .box_intr .box_photo {
        display: none;
    }
    .con_intr .box_intr .box_photo li:last-child {
        display: none;
    }
    .con_intr .box_icon {
        margin-top: 6%
    }
    .con_intr .box_icon li {
        display: flex; align-items: center;
        width: 100%;
        padding: 24px;
    }
    .con_intr .box_icon li .box_txt .st {
        font-size: 100%;
    }

    .con_intr .box_icon li:last-child:before {
        content: none;
    }

    .con_intr .box_icon li:nth-child(n+2) {
        border-top: 1px solid #cecdd1
    }
    .con_intr .box_icon li:first-child:before {
        display: none
    }


    .con_momisui {
        margin-top: 3em;
        padding: 0 4% 60px;
    }

    .price_list {
        display: flex; flex-wrap: wrap;
        padding: 0;
    }
    .price_list .price_box {
        width: 100%;
    }

    .price_list .price_box dl dt {
        color: #f6d48a;
        font-size: 120%;
        font-weight: 500;
    }

    .price_list .price_box dl dd {
        margin-top: 16px;
        font-size: 100%;
    }

    .price_list .price_box:nth-child(n+2) {
        margin-left: 0px;
        margin-top: 16px;
    }

    .price_list .price_box ul.note li {
        text-indent: -1em;
        padding-left: 1em;
    }

    .profile_list {
        margin-top: 40px;
    }
    .info_list {
        margin-top: 40px;
    }

    .con_momisui section:nth-of-type(n+2){
        margin-top: 40px
    }

    .profile_list .profile_box {
        display: block;
    }

    .profile_list .profile_box .main_photo{width: 100%;}
    .profile_list .profile_box .txt_area{width: 100%; margin-top: 20px;
    margin-left: 0;
    }

    .info_list .info_box {
        display: block;
    }

    .info_list .info_box .main_photo{width: 100%;}
    .info_list .info_box .txt_area{width: 100%; margin-top: 40px; margin-left: 0;}
    
    .asaya_list {
        margin-top: 40px;
    }
    .asaya_list .asaya_box {
        display: flex; flex-wrap: wrap;
        width: 100%;
        margin: auto;
        border: 1px solid #f6d48a;
        padding: 16px;
        box-sizing: border-box;
    }
    .asaya_list .asaya_box .txt_area h4 {
        color: #f6d48a;
        font-size: 120%;
        font-weight: 500;
    }

    .asaya_list .asaya_box .txt_area {
        margin-left: 0px;
        margin-top: 16px;
    }
    .info_list .info_box .txt_area dl dt {
        color: #f6d48a;
        font-size: 110%;
        font-weight: 500;
    }
    .info_list .info_box .txt_area dl dd {
        font-size: 94%;
        font-weight: 500;
    }

    .asaya_list .asaya_box .main_photo {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .con_momisui .main_photo {
        width: 91.66667%;
        margin: 0;
    }

    .con_momisui .main_txt {
        margin-top: 1.5em
    }
    .con_momisui .main_txt {
        text-align: left;
        width: 91.66667%;
        margin: 1.5em auto 0;
    }
    .con_momisui .main_txt .st {
        font-size: 107%;
    }
    .con_momisui .main_txt .txt {
        margin-top: 4%;
        font-size: 94%;
    }

    .profile_list .profile_box .txt_area h4 {
        color: #f6d48a;
        font-size: 130%;
        font-weight: 500;
        text-align: center;
    }
    .profile_list .profile_box .txt_area .txt {
        font-size: 100%;
        margin-top: 20px;
        line-height: 1.8;
    }

    .info_list .info_box .txt_area h4 {
        color: #f6d48a;
        font-size: 130%;
        font-weight: 500;
    }
    .info_list .info_box .txt_area .txt {
        font-size: 100%;
        margin-top: 20px;
        line-height: 1.8;
    }

    .profile_list .profile_box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 800px;
        width: 100%;
        margin: auto;
        border: 1px solid #f6d48a;
        padding: 16px 24px;
        box-sizing: border-box;
    }

    .con_momisui .btn a:after {
        font-size: 67%
    }
    
    .con_momisui .btn {
        width: 100%;
        float: none;
        margin: 24px auto 0;
    }

    .con_momisui .btn a {
        padding: 1em 0
    }

}
