@charset "utf-8";



.subTitWrapper{
    border-bottom: 1px solid #e5dcd1;
}

.subTitWrapper h2,
.subTitWrapper .postHead{
    text-align: center;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .025em;
    margin: 1em 0 1.5em;
}

.subTitWrapper h2 span,
.subTitWrapper .postHead span{
    display: block;
    font-family: "Cormorant Garamond", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .015em;
    color: #b5113c;
    margin-top: .25em;
}

.subTitImg{
    height: 300px;
    background: #fff;
}

.plan .subTitImg{
    background: url("../images/pages/plan_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.about .subTitImg{
    background: url("../images/pages/about_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.entry .subTitImg{
    background: url("../images/pages/entry_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.flow .subTitImg{
    background: url("../images/pages/flow_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.lounge .subTitImg{
    background: url("../images/pages/lounge_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.first-time .subTitImg{
    background: url("../images/pages/first-time_tit_img.jpg")no-repeat center top -100px;
    background-size: cover;
}

.contents .subTitImg{
    background: url("../images/pages/contents_tit_img.jpg")no-repeat center top -220px;
    background-size: cover;
}

.remarriage .subTitImg{
    background: url("../images/pages/remarriage_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.parents .subTitImg{
    background: url("../images/pages/parents_tit_img.jpg")no-repeat center left;
    background-size: cover;
}

.business .subTitImg{
    background: url("../images/pages/business_tit_img.jpg")no-repeat center top -150px;
    background-size: cover;
}

.merit .subTitImg{
    background: url("../images/pages/merit_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.himitsu .subTitImg{
    background: url("../images/pages/himitsu_tit_img.jpg")no-repeat center top -440px;
    background-size: cover;
}

.system .subTitImg{
    background: url("../images/pages/system_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.group .subTitImg{
    background: url("../images/pages/group_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.distant-customers .subTitImg{
    background: url("../images/pages/distant-customers_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.rental-book .subTitImg{
    background: url("../images/pages/rental-book_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.wedding .subTitImg,
.subTitImg.hall{
    background: url("../images/pages/wedding_tit_img.jpg")no-repeat center;
    background-size: cover;
}

.post-type-archive-tieup .subTitImg{
    height: auto;
    padding: 60px 0;
    background: #b5113c;
}

.post-type-archive-tieup .subTitImg figure{
    text-align: center;
}

.post-type-archive-tieup .subTitImg figure img{
    width: 360px;
}

.post-type-archive-tieup .subTitImg p{
    text-align: center;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin-top: 1em;
}

.breadcrumbs{
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 1em;
    background-color: #fff;
}

.breadcrumbs span a{
    transition: all .1s;
}

.breadcrumbs span a:hover{
    color: #b5113c;
}

.mainWrapper{
    padding-top: 100px;
    background-color: #fff;
}

.pt{
    padding-top: 100px;
}

.pb{
    padding-bottom: 100px;
}

#sub .bgOn{
    background-color: #f6f2ee;
}

#sub section:last-child{
    padding-bottom: 120px;
}

.inner.w1200{
    max-width: 1200px;
}

.inner.w1100{
    max-width: 1100px;
}

.inner.w1000{
    max-width: 1000px;
}

.inner.w900{
    max-width: 900px;
}

.inner.w800{
    max-width: 800px;
}

section h3.basic{
    text-align: center;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: .75em;
    position: relative;
    margin-bottom: 1.5em;
}

section h3.basic::after{
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 3px;
    background-color: #b5113c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

section h4.basic{
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    margin: 2.5em 0 .5em;
}

section h4.styleRed{
    font-size: 2rem;
    line-height: 1.5;
    color: #b5113c;
    margin: 2.5em 0 .5em;
}

section h4.band{
    font-size: 1.8rem;
    line-height: 1.5;
    padding: .75em 1em;
    background-color: #f6f2ee;
    border-left: 6px solid #b5113c;
    margin: 3em 0 1em;
}

section.bgOn h4.band{
    background-color: #fff;
}

#sub section .inner > p{
    margin-bottom: 1em;
}

#sub section .inner > p:last-child{
    margin: 0;
}

#sub section .inner > p.secTopTxt{
    text-align: center;
    margin-bottom: 2em;
}

.moreBtn.colorOn a{
    background-color: #f6f2ee;
}

.moreBtn.colorOn a:hover{
    background-color: #e5dcd1;
}

.moreBtn.width300 a{
    max-width: 300px;
}

.moreBtn.width400 a{
    max-width: 400px;
}

.frameContents{
    text-align: center;
}

.frameContents .container{
    display: inline-block;
    max-width: 760px;
    padding: 60px 80px;
    background: url("../images/pages/frame_parts_01.png") no-repeat top left,
        url("../images/pages/frame_parts_02.png") no-repeat top right,
        url("../images/pages/frame_parts_03.png") no-repeat bottom right,
        url("../images/pages/frame_parts_04.png") no-repeat bottom left;
    background-size: auto, auto, auto, auto;
    background-size: 130px 130px;
}

.frameContents .container h3{
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.5;
    color: #a9894a;
}

.frameContents .container h3 strong{
    font-size: 6rem;
}

.frameContents .container p{
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
}

.frameContents .container h3 + p{
    margin-top: 1.5em;
}

.noteListBx{
    padding: 40px;
    background: #fff;
}

.noteListBx > ul > li{
    margin-bottom: 30px;
}

.noteListBx > ul > li:last-child{
    margin: 0;
}

.noteListBx > ul > li > span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #b5113c;
    padding-left: 1.25em;
    margin-bottom: .5em;
    position: relative;
}

.noteListBx > ul > li > span::before{
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #b5113c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .2em;
}

.noteListBx > ul > li > p{
    margin-bottom: 1em;
}

.noteListBx > ul > li > p:last-child{
    margin: 0;
}

.brSp{
    display: none;
}

#sub .checkList{
    padding: 40px;
    background-color: #f6f2ee;
    margin: 40px 0;
}

#sub .checkList > span{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
}

#sub .checkList ul li{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 2em;
    margin-bottom: 1.5em;
    position: relative;
}

#sub .checkList ul li:last-child{
    margin: 0;
}

#sub .checkList ul li::before{
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/pages/icon_check.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -.05em;
}

#sub .checkList ul li strong{
    color: #b5113c;
}

.ankerLinks{
    margin-bottom: 80px;
}

.ankerLinks ul{
    display: flex;
    justify-content: center;
}

.ankerLinks ul li{
    width: 100%;
    margin-right: 10px;
    border: 1px solid #e5dcd1;
}

.ankerLinks ul li:last-child{
    margin-right: 0;
}

.ankerLinks ul li a{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1em 1em 1.75em;
    position: relative;
}

.ankerLinks ul li a:hover{
    background-color: #e5dcd1;
}

.ankerLinks ul li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #b5113c;
    border-right: 1px solid #b5113c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    transition: all .2s;
}

.ankerLinks ul li a:hover::after{
    bottom: 17px;
}

.anker{
    padding-top: 100px;
    margin-top: -100px;
}

.subTitImg .titTxt{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subTitImg .titTxt .container{
    text-align: center;
}



/* 以下投稿用 */

.postCat span{
    display: inline-block;
    text-align: center;
    width: 7em;
    font-size: 1.3rem;
    line-height: 1;
    padding: .25em .5em;
    border: 1px solid #534741;
}

.postCat span.news{
    color: #b5113c;
    border-color: #b5113c;
}

.postCat span.campaign{
    color: #a9894a;
    border-color: #a9894a;
}

.postTit{
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .025em;
    margin: .25em 0 .5em;
}

.postDate{
    display: block;
    font-size: 1.3rem;
    line-height: 1;
}

.postBody{
    margin-top: 50px;
}

.postBody p{
    min-height: 1em;
    margin-bottom: 1.25em;
}

.postBody h3{
    font-size: 2.6rem;
    line-height: 1.5;
    padding: .5em .75em;
    background-color: #f6f2ee;
    border-left: 8px solid #b5113c;
    margin: 3em 0 1em;
}

.postBody h3:first-child{
    margin-top: 0;
}

.postBody h4{
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: .25em;
    border-bottom: 2px dotted #b5113c;
    margin: 2em 0 .5em;
}

.postBody h5{
    font-size: 2rem;
    line-height: 1.5;
    margin: 1.5em 0 .5em;
}

.postBody ul,
.postBody ol{
    margin: 30px 0;
}

.postBody ul li,
.postBody ol li{
    padding-left: 1.25em;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: .75em;
    position: relative;
}

.postBody ol li{
    counter-increment: number 1;
}

.postBody ul li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #b5113c;
    position: absolute;
    left: .45em;
    top: .55em;
}

.postBody ol li::before{
    content: counter(number)'.';
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.postBody ul li span,
.postBody ol li span{
    display: block;
    font-weight: 700;
}

.postBody img{
    width: auto;
    max-width: 100%;
}

.single .moreBtn{
    margin-top: 80px;
}

#sub .pagination{
    text-align: center;
    margin-top: 50px;
}

#sub .pagination .page_num{
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1em;
}

#sub .pagination .pager{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    padding: .75em;
    border: 1px solid #e5dcd1;
    border-radius: 2px;
    margin: 0 .15em .5em;
}

#sub .pagination a.pager{
    transition: all .3s;
}

#sub .pagination a.pager:hover{
    background-color: #e5dcd1;
}

#sub .pagination .current{
    background-color: #f6f2ee;
}

#sub .pagination .prev,
#sub .pagination .next,
#sub .pagination .first,
#sub .pagination .last{
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    padding: .75em;
    border: 1px solid #e5dcd1;
    border-radius: 2px;
    margin: 0 .15em .5em;
    transition: all .3s;
}

#sub .pagination .prev:hover,
#sub .pagination .next:hover,
#sub .pagination .first:hover,
#sub .pagination .last:hover{
    background-color: #e5dcd1;
}











/* ------------------------------------------------------- 料金プラン */
.planList > ul{
    display: flex;
    justify-content: center;
}

.planList > ul > li{
    padding: 20px;
    background-color: #fff;
    margin-right: 1.5%;
}

.planList > ul > li:last-child{
    margin: 0;
}

.planHead{
    display: flex;
    align-items: center;
}

.planHead .federation{
    display: flex;
    align-items: center;
    min-width: 75px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #b5113c;
}

.planHead .federation p{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    padding: 1em;
}

.planHead .federation p span{
    display: block;
    font-size: 1.8rem;
}

.planHead .planTit{
    padding-left: 10px;
}

.planHead .planTit span{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    border: 1px solid #333;
    margin-top: .25em;
}

.planHead .planTit h4{
    font-size: 2.8rem;
    line-height: 1.25;
}

.planLead{
    font-weight: 700;
    line-height: 1.5;
    margin-top: .75em;
}

.planBody{
    padding: 15px;
    border: 1px solid #e5dcd1;
    background-color: #fff;
    margin: 15px 0;
}

.planBody ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    padding: .75em .5em;
    border-bottom: 1px dotted #ccc;
}

.planBody ul li.bbGold{
    border-bottom: 1px solid #a9894a;
}

.planBody ul li .itemPrice span{
    font-size: 2.2rem;
}

.planNum{
    display: table;
    width: 100%;
    background-color: #fff;
    border: 1px solid #a9894a;
}

.planNum span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.8rem;
    padding: .5em 1em;
}

.planNum span:first-child{
    color: #fff;
    background-color: #a9894a;
}

.planList > ul > li .note{
    font-size: 1.3rem;
    margin-top: .75em;
}

.plan .federationList ul{
    display: flex;
    justify-content: center;
}

.plan .federationList ul li{
    counter-increment: number 1;
    max-width: 350px;
    padding: 25px 40px;
    border: 1px solid #e5dcd1;
    position: relative;
    margin-right: 40px;
}

.plan .federationList ul li:last-child{
    margin: 0;
}

.plan .federationList ul li::before{
    content: counter(number);
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.75em;
    color: #fff;
    background-color: #a9894a;
    position: absolute;
    left: 0;
    top: 0;
}

.plan .systemImg{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.plan .systemImg img:nth-child(2){
    display: none;
}

.corporateOption{
    border-top: 1px solid #a9894a;
    margin-bottom: 50px;
}

.corporateOption .headTxt{
    margin: 20px 0 25px;
    text-align: center;
}

.corporateOption .headTxt h4{
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: .5em;
}

.corporateOption ul{
    display: flex;
    justify-content: space-between;
}

.corporateOption ul li{
    width: 32%;
    background-color: #fff;
}

.corporateOption ul li .txtContents{
    padding: 20px 20px 25px;
    text-align: center;
}

.corporateOption ul li .txtContents span{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .25em;
}

.corporateOption ul li .txtContents p{
    font-size: 1.4rem;
    line-height: 1.5;
}



/* ------------------------------------------------------- サービスの特徴 */
/* .featuresList{
    margin-top: 50px;
} */

.featuresList ul li{
    counter-increment: number 1;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5dcd1;
    margin-bottom: 50px;
}

.featuresList ul li:last-child{
    padding: 0;
    border: none;
    margin: 0;
}

.featuresList ul li figure{
    width: 45%;
    position: relative;
}

.featuresList ul li figure::before{
    content: '0'counter(number);
    display: inline-block;
    mix-blend-mode: multiply;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-style: italic;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1;
    color: #e5dcd1;
    position: absolute;
    left: .25em;
    top: -.55em;
}

.featuresList ul li .txtContents{
    width: 50%;
}

.featuresList ul li .txtContents h4{
    font-size: 2rem;
    padding: .25em 0 .25em .75em;
    border-left: 3px solid #b5113c;
    margin-bottom: 1em;
}

.federationDetail{
    margin-top: 50px;
}

.federationDetail .container{
    padding-bottom: 50px;
    border-bottom: 1px solid #e5dcd1;
    margin-bottom: 50px;
}

.federationDetail .container .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.federationDetail .container .head figure{
    width: 30%;
}

.federationDetail .container .head .count{
    width: 50%;
}

.federationDetail .container .head .count ul{
    display: flex;
}

.federationDetail .container .head .count ul li{
    width: 49%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

.federationDetail .container .head .count ul li:last-child{
    margin: 0;
}

.federationDetail .container .head .count ul li > span{
    display: block;
    padding: .75em;
    color: #fff;
    background-color: #a9894a;
}

.federationDetail .container .head .count ul li p{
    font-size: 1.6rem;
    line-height: 1;
    padding: 1em;
    background-color: #f6f2ee;
}



/* ------------------------------------------------------- ご入会について */
.entry .submitList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.entry .submitList ul li{
    counter-increment: number 1;
    width: 49%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1.5em 0 1.5em 1.75em;
    border-bottom: 1px solid #e5dcd1;
    position: relative;
}

.entry .submitList ul li::before{
    content: counter(number);
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1;
    color: #a9894a;
    position: absolute;
    left: 0;
    top: .55em;
}

.entry .submitList p{
    text-align: center;
    padding: .5em .75em;
    background-color: #f6f2ee;
    margin-top: 2em;
}

.entry .criteriaList ul li{
    counter-increment: number 1;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1.5em 0 1.5em 1.75em;
    border-bottom: 1px solid #e5dcd1;
    position: relative;
    padding-left: 1.75em;
}

.entry .criteriaList ul li::before{
    content: counter(number);
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1;
    color: #a9894a;
    position: absolute;
    left: 0;
    top: .55em;
}

.cms2Col{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cms2Col > a{
    display: inline-block;
    width: 80px;
    margin-right: 25px;
}

.cms2Col > a:hover{
    opacity: .8;
}

.cms2Col .txtContents{
    flex: 1;
}

.entryOnlineBlock{
    counter-increment: number 1;
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 70px;
    position: relative;
}

.entryOnlineBlock::before{
    content: '0'counter(number);
    display: inline-block;
    mix-blend-mode: multiply;
    text-align: center;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1;
    color: #e5dcd1;
    position: absolute;
    left: 0;
    right: 0;
    top: -.55em;
    margin: auto;
}

/* .entryOnlineBlock .headTxt{
    border-bottom: 1px solid #e5dcd1
} */

.entryOnlineBlock .headTxt h4{
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
    margin: .5em 0 .75em;
}

.entryOnlineBlock .headTxt p{
    text-align: center;
    margin-bottom: 1.5em;
}

.entryOnlineBlock > figure{
    max-width: 540px;
    margin: 40px auto;
}

.entryOnlineBlock p.catchTxt{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
}

.entryOnlineBlock .onlineLinks{
    margin: 30px 0;
}

.entryOnlineBlock .onlineLinks ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.entryOnlineBlock .onlineLinks ul li{
    width: 32.75%;
}

.entryOnlineBlock .onlineLinks ul li a{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    padding: 1.5em;
    background-color: #f6f2ee;
    border-bottom: 2px solid #e5dcd1;
    border-radius: 10px;
}

.entryOnlineBlock .onlineLinks ul li a:hover{
    background-color: #e5dcd1;
}

.entryOnlineBlock .onlineLinks ul li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("../images/pages/line_logo.png")no-repeat center;
    background-size: 100%;
    margin-right: 8px;
    margin-top: -3px;
}

.entryOnlineBlock .onlineLinks ul li:nth-child(2) a::before{
    background-image: url("../images/pages/skype_logo.png");
}

.entryOnlineBlock .onlineLinks ul li:nth-child(3) a::before{
    background-image: url("../images/pages/zoom_logo.png");
}

.entryOnlineBlock .contractFlow > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    counter-increment: numberCircle 1;
    padding: 30px 0;
    border-bottom: 1px solid #e5dcd1;
}

.entryOnlineBlock .contractFlow > ul > li > .txtContents{
    flex: 1;
    padding-left: 50px;
    position: relative;
}

.entryOnlineBlock .contractFlow > ul > li > .txtContents::before{
    content: counter(numberCircle);
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.5em;
    color: #fff;
    background-color: #a9894a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.entryOnlineBlock .contractFlow > ul > li > figure{
    max-width: 240px;
    margin-left: 30px;
}

.entryOnlineBlock .contractFlow > ul > li > .txtContents p.detailTxt{
    font-weight: 700;
    margin-bottom: 1em;
}

.entryOnlineBlock .contractFlow > ul > li > .txtContents .onlineLinks{
    margin: 20px 0;
}

.entryOnlineBlock .contractFlow > ul > li > .txtContents .onlineLinks ul li a{
    font-size: 1.4rem;
    padding: 1.5em 1em;
    border-radius: 5px;
}

.entryOnlineBlock .contractFlow > ul > li > .txtContents .onlineLinks ul li a::before{
    width: 20px;
    height: 20px;
}

.entryOnlineNote{
    padding: 30px;
    background-color: #f6f2ee;
    margin: 30px 0;
}

.entryOnlineBlock .loungeList{
    margin-top: 30px;
}

.entryOnlineBlock .loungeList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.entryOnlineBlock .loungeList ul li{
    width: 32%;
    padding: 20px;
    border: 1px solid #e5dcd1;
    border-radius: 10px;
}

.entryOnlineBlock .loungeList ul li > span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: .5em;
    border-bottom: 1px solid #e5dcd1;
    margin-bottom: .5em;
}

.entryOnlineBlock .loungeList ul li p{
    display: inline-block;
    text-align: left;
}

.entryOnlineBlock .loungeList ul li .moreBtn{
    margin-top: 20px;
}



/* ------------------------------------------------------- ご入会について */
.moreBtn a.eventMore{
    cursor: pointer;
}



/* ------------------------------------------------------- ご成婚までの流れ */
.flowList ul li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    counter-increment: flowNumber 1;
    padding: 15px 0 80px 60px;
    border-left: 2px dotted #e5dcd1;
    margin-left: 30px;
    position: relative;
}

.flowList ul li:last-child{
    border: none;
}

.flowList ul li::before{
    content: counter(flowNumber);
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 60px;
    color: #fff;
    background-color: #b5113c;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 0;
}

.flowList ul li .txtContents{
    flex: 1;
}

.flowList ul li .txtContents h4{
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: .5em;
}

.flowList ul li figure{
    width: 100%;
    max-width: 320px;
    margin-left: 40px;
}



/* ------------------------------------------------------- ラウンジのご案内 */
.loungeDetail{
    margin-top: 70px;
}

.loungeDetail ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loungeDetail ul li{
    width: 22%;
}

.loungeDetail ul li > span{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding: .15em 0 .15em .5em;
    border-left: 3px solid #b5113c;
    margin: 1em 0 .5em;
}

.lounge .access2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lounge .access2Col .txtContents{
    flex: 1;
}

.lounge .access2Col .txtContents p{
    margin-bottom: 1em;
}

.lounge .access2Col .txtContents p:last-child{
    margin: 0;
}

.lounge .access2Col figure{
    max-width: 480px;
    margin-left: 50px;
}

.lounge .map{
    margin-top: 50px;
}



/* ------------------------------------------------------- 初めての方へ */
.first-timeTopImg{
    max-width: 840px;
    margin: 0 auto;
}

.first-timeTopImg img:nth-child(2){
    display: none;
}

.first-time .stepFlow ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.first-time .stepFlow ul li{
    counter-increment: stepNum 1;
    width: 30%;
    position: relative;
}

.first-time .stepFlow ul li::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 1px solid #534741;
    border-right: 1px solid #534741;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 28.5%;
    right: -9.5%;
}

.first-time .stepFlow ul li:last-child::after{
    content: none;
}

.first-time .stepFlow ul li figure{
    position: relative;
}

.first-time .stepFlow ul li figure::before{
    content: counter(stepNum);
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    background-color: #b5113c;
    position: absolute;
    left: 0;
    top: 0;
}

.first-time .stepFlow ul li span{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 1em 0 .65em;
}

.first-time .serviceDetail .container{
    margin-bottom: 80px;
}

.first-time .serviceDetail .container:last-child{
    margin: 0;
}

.first-time .serviceDetail .container h4{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2em;
    position: relative;
}

.first-time .serviceDetail .container h4::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e5dcd1;
    position: absolute;
    left: 0;
    top: 1.75em;
}

.first-time .serviceDetail .container h4 span{
    display: inline-block;
    color: #fff;
    padding: 1em 2em;
    background-color: #b5113c;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.first-time .serviceDetail .container ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.first-time .serviceDetail .container ul li{
    width: 46%;
}

.first-time .serviceDetail .container ul li figure{
    width: 65%;
    background-color: #f6f2ee;
    border-radius: 50%;
    margin: 0 auto;
}

.first-time .serviceDetail .container ul li span{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 1.5em 0 .85em;
}

.first-time .serviceDetail .container ul li P{
    text-align: center;
}

.first-time .systemInduction{
    text-align: center;
}

.first-time .systemInduction figure{
    position: relative;
}

.first-time .systemInduction figure::after{
    content: '';
    width: 100%;
    height: 75%;
    background: linear-gradient(rgba(246,242,238,0), rgba(246,242,238,1));
    position: absolute;
    left: 0;
    bottom: 0;
}

.first-time .systemInduction h4{
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #303e52;
    text-shadow: 0 0 5px #f6f2ee;
    margin: -2em 0 1em;
    position: relative;
    z-index: 1;
}

.first-time .systemInduction h4 strong{
    display: block;
    font-size: 3.6rem;
    font-weight: 600;
    margin-top: .15em;
}

.first-time .systemInduction h4 strong span{
    background: -webkit-linear-gradient(transparent 70%, #E6E372 70%);
    background: -o-linear-gradient(transparent 70%, #E6E372 70%);
    background: linear-gradient(transparent 70%, #E6E372 70%);
}



/* ------------------------------------------------------- 企業の皆様へ */
.business .applicationFlow{
    margin-top: 30px;
}

.business .applicationFlow ul{
    display: flex;
    justify-content: space-between;
}

.business .applicationFlow ul li{
    counter-increment: applicationFlowNumber 1;
    width: 22%;
    padding: 20px;
    background-color: #f6f2ee;
    position: relative;
}

.business .applicationFlow ul li::before{
    content: 'STEP 'counter(applicationFlowNumber);
    display: inline-block;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    padding: .5em .75em;
    background-color: #b5113c;
    position: absolute;
    left: 0;
    top: -.75em;
}

.business .applicationFlow ul li::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #534741;
    border-right: 1px solid #534741;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -10.25%;
}

.business .applicationFlow ul li:last-child::after{
    content: none;
}

.business .applicationFlow ul li span{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: .75em 0 1em;
}



/* ------------------------------------------------------- 婚活＆お見合いマナー集 */
.mannersList dl{
    margin-bottom: 40px;
}

.mannersList dl:last-child{
    margin: 0;
}

.mannersList dl dt{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: .75em 1em .75em 1em;
    border-left: 4px solid #b5113c;
    background-color: #f6f2ee;
    margin-bottom: 1em;
}

.bgOn .mannersList dl dt{
    background-color: #fff;
}

.mannersList dl dd > span{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
}

.mannersList dl dd p{
    margin-bottom: 1em;
}

.mannersList dl dd p:last-child{
    margin: 0;
}



/* ------------------------------------------------------- 他社との違い */
.subTitImg .titTxt .container > span{
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    color: #b5113c;
    padding: .5em 1em;
    background-color: #fff;
    margin-bottom: 1em;
}

.subTitImg .titTxt .container p{
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.meritHeadTxt > span{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: .5em 1em;
    background-color: #b5113c;
    margin-bottom: .75em;
}

.meritHeadTxt h3{
    font-size: 3rem;
    margin-bottom: 1em;
}

.meritHeadTxt h3 strong{
    color: #b5113c;
}

.membersNum{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #f6f2ee;
}

.membersNum .headTxt{
    margin-right: 40px;
    text-align: center;
}

.membersNum .headTxt h5{
    font-size: 2rem;
    line-height: 1.5;
}

.membersNum .headTxt p{
    font-size: 1.4rem;
}

.membersNum .federationList ul{
    display: flex;
    justify-content: center;
}

.membersNum .federationList ul li{
    padding: 20px;
    background-color: #fff;
    margin-right: 2%;
}

.membersNum .federationList ul li:last-child{
    margin-right: 0;
}

.membersNum .federationList ul li figure{
    padding-bottom: 15px;
    border-bottom: 1px solid #e5dcd1;
    margin-bottom: 10px;
    text-align: center;
}

.membersNum .federationList ul li figure img{
    max-width: 210px;
}

.membersNum .federationList ul li p{
    text-align: center;
    font-size: 1.6rem;
}

.membersNum .federationList ul li span{
    font-size: 2.2rem;
    font-weight: 700;
    color: #b5113c;
}

.meritTable{
    margin: 50px 0;
}

.meritTable h5{
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: .75em;
}

.meritTable table{
    width: 100%;
}

.meritTable table th,
.meritTable table td{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: .75em;
    border: 1px solid #e5dcd1;
}

.meritTable table th{
    background-color: #f6f2ee;
}

.meritTable table tr th:nth-child(2),
.meritTable table tr td:nth-child(2){
    color: #602937;
}

.meritTable table tr th:nth-child(3),
.meritTable table tr td:nth-child(3){
    color: #303e52;
}

.meritTable table tr th:nth-child(4),
.meritTable table tr td:nth-child(4){
    color: #4a4c27;
}

.meritTable table tr th:last-child{
    font-size: 1.8rem;
    color: #b5113c;
}

.meritTable table tr td:last-child{
    font-size: 2.4rem;
    color: #b5113c;
}

.meritTable table td span{
    display: block;
    font-size: 1.3rem;
}

.meritTable > p{
    font-size: 1.3rem;
    margin-top: 1em;
}



/* ------------------------------------------------------- 安さの秘密とは？ */
.himitsuList ul{
    display: flex;
    justify-content: space-between;
}

.himitsuList ul li{
    counter-increment: himitsuNum 1;
    width: 32%;
    padding: 30px;
    background-color: #f6f2ee;
    position: relative;
}

.himitsuList ul li::before{
    content: '0'counter(himitsuNum);
    display: inline-block;
    text-align: center;
    mix-blend-mode: multiply;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1;
    color: #e5dcd1;
    position: absolute;
    left: 0;
    right: 0;
    top: -.55em;
    margin: auto;
}

.himitsuList ul li span{
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 1em 0 .5em;
    color: #b5113c;
}

.himitsuList ul li p{
    text-align: center;
}



/* ------------------------------------------------------- お相手検索システム */
.systemNote{
    text-align: center;
    padding: .5em .75em;
    background-color: #f6f2ee;
}

.system .flowList{
    margin-top: 70px;
}

.system .flowList ul li .txtContents .moreBtn{
    margin-top: 20px;
}

.system .flowList ul li figure{
    max-width: 420px;
}



/* ------------------------------------------------------- 会員様専用メニュー */
.memberLoginList{
    margin-bottom: 40px;
}

.memberLoginList ul{
    display: flex;
    justify-content: space-between;
}

.memberLoginList ul li{
    width: 48.5%;
}

.memberLoginList ul li:last-child{
    margin: 0;
}

.memberLoginList ul li a{
    display: block;
    text-align: center;
    padding: 20px;
    border: 1px solid #e5dcd1;
    border-radius: 10px;
}

.memberLoginList ul li a figure{
    display: inline-block;
    max-width: 280px;
    transition: all .2s;
}

.memberLoginList ul li a:hover figure{
    opacity: .8;
}

.memberLoginList ul li a span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin-top: .75em;
    transform: all .2s;
}

.memberLoginList ul li a:hover span{
    color: #b5113c;
}

.memberLoginList ul li a span::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 6px;
    background: url("../images/parts_arrow_01.png")no-repeat center;
    background-size: 100%;
    margin-left: 8px;
    margin-top: -3px;
    transition: all .2s;
}

.memberLoginList ul li a:hover span::after{
    margin-left: 13px;
}

.memberMenuList ul{
    display: flex;
    justify-content: space-between;
}

.memberMenuList ul li{
    width: 23.5%;
}

.memberMenuList ul li a{
    display: block;
    height: 100%;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid #e5dcd1;
    border-radius: 10px;
}

.memberMenuList ul li a:hover{
    background-color: #e5dcd1;
}

.memberMenuList ul li a figure img{
    max-width: 70px;
}

.memberMenuList ul li a span{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: .75em;
}

.memberMenuList ul li a span.row1{
    margin-top: 1.5em;
}

.memberDocumentList{
    margin: 40px 0;
}

.memberDocumentList ul{
    display: flex;
    justify-content: space-between;
}

.memberDocumentList ul li{
    width: 48.5%;
}

.memberDocumentList ul li a{
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 20px 25px;
    background-color: #f6f2ee;
    border-bottom: 2px solid #e5dcd1;
    border-radius: 10px;
    transition: all .2s;
    position: relative;
}

.memberDocumentList ul li a:hover{
    background-color: #e5dcd1;
}

.memberDocumentList ul li a span{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
}

.memberDocumentList ul li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url("../images/icon_download.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}



/* ------------------------------------------------------- 法人会員登録一覧 */
.groupList{
    margin-top: 40px;
}

.groupList ul li{
    padding: 20px 10px;
    border-top: 1px solid #e5dcd1;
}

.groupList ul li:last-child{
    border-bottom: 1px solid #e5dcd1;
}

.groupList ul li > span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 1.25em;
    margin-bottom: .25em;
    position: relative;
}

.groupList ul li > span::before{
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #b5113c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    margin-top: .25em;
}

.groupList ul li p{
    margin-left: 1.45em;
}



/* ------------------------------------------------------- 会社概要 */
.companyTable table{
    width: 100%;
}

.companyTable table th,
.companyTable table td{
    font-size: 1.5rem;
    padding: 1.5em;
    border-bottom: 1px solid #e5dcd1;
}



/* ------------------------------------------------------- プライバシーポリシー */
.privacyList dl{
    margin: 40px 0;
}

.privacyList dl:last-child{
    margin-bottom: 0;
}

.privacyList dl dt{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5em;
}

.privacyList dl dd p{
    margin-bottom: 1em;
}

.privacyList dl dd p:last-child{
    margin-bottom: 0;
}

.listNumBlock{
    margin-top: 5px;
}



/* ------------------------------------------------------- 遠方のお客様へ */
.distant-customers h3.Question{
    font-size: 2.4rem;
    line-height: 1.5;
    padding-left: 2em;
    position: relative;
    margin-bottom: .75em;
}

.distant-customers h3.Question::before{
    content: 'Q';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.75em;
    height: 1.75em;
    font-family: "Cormorant Garamond", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    background-color: #303e52;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -.05em;
}

.answerHead p{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 1.75em;
    position: relative;
    margin-bottom: 1em;
}

.answerHead p::before{
    content: 'A';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.75em;
    height: 1.75em;
    font-family: "Cormorant Garamond", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    background-color: #b5113c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .5em;
}

.answerHead p strong{
    font-size: 4rem;
    color: #b5113c;
}

.visitFlow{
    margin-top: 50px;
}

.visitFlow ul{
    display: flex;
    justify-content: space-between;
}

.visitFlow ul li{
    width: 30%;
    position: relative;
}

.visitFlow ul li::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 1px solid #534741;
    border-right: 1px solid #534741;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 28.5%;
    right: -9.5%;
}

.visitFlow ul li:last-child::after{
    content: none;
}

.visitFlow ul li p.count{
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    margin: auto;
    text-align: center;
}

.visitFlow ul li p.count span{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: .25em 1em;
    background-color: #b5113c;
    border-radius: 50px;
}

.visitFlow ul li span.tit{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin: .85em 0 .5em;
}

.enrollmentTxt{
    margin-top: 140px;
    text-align: center;
    position: relative;
}

.enrollmentTxt::before{
    content: '';
    display: block;
    width: 100%;
    height: 54px;
    background: url("../images/pages/parts_arrow_01.png")no-repeat center top;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: -94px;
}

.enrollmentTxt .enrollmentHead{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5em;
}

.enrollmentTxt .enrollmentHead span{
    display: block;
    font-size: 4rem;
    color: #b5113c;
}

.planCompare h4{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
}

.planCompare h4::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 1.25em;
}

.planCompare h4 span{
    display: inline-block;
    color: #b5113c;
    padding: .5em 1em;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.planCompare > p{
    font-size: 1.3rem;
    margin-top: 1em;
}

.planCompareOutro p{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
}



/* ------------------------------------------------------- 結婚式会場一覧 */
.hallFlow ul li{
    width: 100%;
    padding: 30px;
    background-color: #f6f2ee;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.hallFlow ul li:last-child{
    margin: 0;
}

.hallFlow ul li::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 1px solid #534741;
    border-right: 1px solid #534741;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    margin: auto;
}

.hallFlow ul li:last-child::after{
    content: none;
}

.hallFlow ul li > span{
    display: block;
    font-family: "Cormorant Garamond", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #b5113c;
    margin-bottom: .5em;
}

.hallFlow ul li h5{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: .75em;
}

.hallFlow ul li:last-child h5{
    color: #b5113c;
}

.hallList ul{
    display: flex;
    flex-wrap: wrap;
}

.hallList ul li{
    width: 31%;
    margin: 0 3.5% 5% 0;
}

.hallList ul li:nth-child(3n){
    margin-right: 0;
}

.hallList ul li a{
    display: block;
}

.hallList ul li a figure{
    overflow: hidden;
    position: relative;
}

.hallList ul li a figure img{
    transition: all .2s;
}

.hallList ul li a:hover figure img{
    transform: scale(1.1);
}

.hallList ul li a figure > span{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    padding: .5em .75em;
    background-color: #b5113c;
    position: absolute;
    left: 0;
    top: 10px;
}

.hallList ul li a h4{
    text-align: center;
    font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    margin: 1em 0 .75em;
    transition: all .2s;
}

.hallList ul li a:hover h4{
    color: #b5113c;
}

.hallDetail .headTxt p{
    text-align: center;
    margin-bottom: 3em;
}

.hall2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hall2Col .gallery{
    width: 47.5%;
}

.hall2Col .txtContents{
    width: 47.5%;
}

.hall2Col .gallery .galleryList ul{
    display: flex;
    justify-content: space-between;
}

.hall2Col .gallery .galleryList ul li{
    width: 23.5%;
    margin-top: 2%;
}

.hall2Col .txtContents .hallDetailTxt{
    margin-bottom: 40px;
}

.hall2Col .txtContents .hallDetailTxt table{
    width: 100%;
}

.hall2Col .txtContents .hallDetailTxt table th,
.hall2Col .txtContents .hallDetailTxt table td{
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 1.25em;
    border-bottom: 1px solid #e5dcd1;
}

.hall2Col .txtContents .hallDetailTxt table th{
    font-weight: 700;
}



/* ------------------------------------------------------- 婚活応援企業のご紹介 */
.tieupDetail .tit p.cat span{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: .5em 1em;
    background-color: #b5113c;
    margin-right: .5em;
    margin-top: -3px;
}

.tieupDetail .tit h3{
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: .25em;
    border-bottom: 1px solid #e5dcd1;
    margin: .25em 0 1em;
}

.tieup2Col{
    display: flex;
    justify-content: space-between;
}

.tieup2Col figure{
    width: 50%;
}

.tieup2Col .txtContents{
    width: 46%;
}

.tieup2Col .txtContents > span{
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1em;
}

.tieup2Col .txtContents .detailList dl{
    display: table;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: .5em;
}

.tieup2Col .txtContents .detailList dl dt{
    display: table-cell;
    vertical-align: middle;
    width: 6em;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    padding: .5em;
    background-color: #534741;
}

.tieup2Col .txtContents .detailList dl dd{
    display: table-cell;
    vertical-align: middle;
    padding-left: .5em;
}

.single-tieup .moreBtn{
    margin-top: 20px;
}

.single-tieup .moreBtn a{
    background-color: #f6f2ee;
}

.single-tieup .moreBtn a:hover{
    background-color: #e5dcd1;
}

.tieupBody{
    margin-top: 40px;
}

.tieupBody h4{
    font-size: 2.2rem;
    line-height: 1.5;
    color: #b5113c;
    margin-bottom: .75em;
}

.tieupBody .bxTxt{
    padding: 30px;
    background-color: #f6f2ee;
    margin-top: 25px;
}

.tieupOtherImages{
    margin-top: 30px;
}

.tieupOtherImages ul{
    display: flex;
    flex-wrap: wrap;
}

.tieupOtherImages ul li{
    width: 32%;
    margin-right: 2%;
}

.tieupOtherImages ul li:last-child{
    margin: 0;
}

.tieupOtherImages ul li a{
    display: block;
    overflow: hidden;
}

.tieupOtherImages ul li a img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all .2s;
}

.tieupOtherImages ul li a:hover img{
    transform: scale(1.1);
}

.tieupList{
    margin-top: 50px;
}

.tieupList ul li{
    margin-bottom: 10px;
}

.tieupList ul li:last-child{
    margin: 0;
}

.tieupList ul li a{
    display: flex;
    padding: 20px;
    background-color: #f6f2ee;
    border-radius: 10px;
    position: relative;
}

.tieupList ul li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 6px;
    background: url("../images/parts_arrow_01.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .2s;
}

.tieupList ul li a:hover::after{
    right: 25px;
}

.tieupList ul li a:hover{
    background-color: #e5dcd1;
}

.tieupList ul li a .cat{
    display: flex;
    align-items: center;
    width: 265px;
}

.tieupList ul li a .cat span{
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: .25em .75em;
    background-color: #b5113c;
    margin-right: .5em;
}

.tieupList ul li a .cat p{
    font-size: 1.4rem;
}

.tieupList ul li a > p{
    font-size: 1.6rem;
    font-weight: 700;
}

.tieupRecruiting{
    padding: 30px;
    background-color: #fff;
}

.tieupRecruiting p{
    text-align: center;
    margin-bottom: 1em;
}

.tieupRecruiting p:last-child{
    font-size: 1.3rem;
    margin: 0;
}

.tieupRecruiting p.headTxt{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.tieupRecruiting p.headTxt strong{
    color: #b5113c;
}



/* ------------------------------------------------------- 会員様の声 */
.voiceList ul li{
    padding: 30px 10px;
    border-top: 2px dotted #e5dcd1;
}

.voiceList ul li:last-child{
    padding-bottom: 0;
}

.voiceList ul li h4{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5em;
}

.voiceList ul li h4::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-color: #b5113c;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -3px;
}

.voiceList ul li span{
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1em;
}

.voiceList ul li .voiceBody{
    padding: 25px;
    background-color: #f6f2ee;
}



/* ------------------------------------------------------- ご成婚者様の声 */
.messageList ul li{
    padding: 40px;
    background-color: #f6f2ee;
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative;
}

/* .messageList ul li::before{
    content: '';
    width: 99%;
    height: 99%;
    border: 1px solid #e5dcd1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */

.messageList ul li .messageHead{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.messageList ul li .messageHead figure{
    width: 31%;
}

.messageList ul li .messageHead figure img{
    border-radius: 5px;
}

.messageList ul li .messageHead .personDetails{
    width: 31%;
}

.messageList ul li .messageHead .personDetails > span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5em;
}

.messageList ul li .messageHead .personDetails > span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #b5113c;
    border-right: 1px solid #b5113c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: 8px;
    margin-top: -8px;
    transition: all .2s;
}

.messageList ul li .messageHead .personDetails dl{
    display: table;
    width: 100%;
    font-size: 1.5rem;
    border-top: 1px solid #e5dcd1;
}

.messageList ul li .messageHead .personDetails dl:last-child{
    border-bottom: 1px solid #e5dcd1;
}

.messageList ul li .messageHead .personDetails dl dt,
.messageList ul li .messageHead .personDetails dl dd{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: .75em;
}

.messageList ul li .messageHead .personDetails dl dt{
    width: 6em;
}

.messageList ul li .commentBlock > span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 2em 0 .5em;
}

.messageList ul li .commentBlock > span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #b5113c;
    border-right: 1px solid #b5113c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: 8px;
    margin-top: -8px;
    transition: all .2s;
}

.messageList ul li .commentBlock .container{
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
}



/* ------------------------------------------------------- マイスターのご紹介 */
.meisterTopImg{
    margin-bottom: 50px;
}

.meisterImgList{
    margin-top: 50px;
}

.meisterImgList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.meisterImgList ul li{
    width: 32%;
}

.awardList{
    margin-top: 50px;
}

.awardList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.awardList ul li{
    width: 30%;
}

.awardList ul li figure img{
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.awardList ul li figure figcaption{
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: .5em;
}





/* ------------------------------------------------------- ZOOM・LINEビデオ通話・スカイプ */
p + .onlineUseFlow{
    margin-top: 30px;
}

.onlineUseFlow > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
    position: relative;
}

.onlineUseFlow > ul > li:last-child{
    margin: 0;
}

.onlineUseFlow > ul > li::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 1px solid #534741;
    border-right: 1px solid #534741;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
}

.onlineUseFlow > ul > li:last-child::after{
    content: none;
}

.onlineUseFlow > ul > li figure{
    width: 47.5%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.onlineUseFlow > ul.spPattern > li figure img{
    display: block;
    width: 50%;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.onlineUseFlow > ul > li .txtContents{
    width: 47.5%;
}

.onlineUseFlow > ul > li .txtContents p{
    margin-bottom: 1em;
}

.onlineUseFlow > ul > li .txtContents p:last-child{
    margin: 0;
}



/* ------------------------------------------------------- パンフレットの無料ダウンロード */
.dlContent{
    text-align: center;
    margin-top: 50px;
}

.dlContent a{
    display: inline-block;
    max-width: 360px;
}

.dlContent figure{
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    transition: all .2s;
}

.dlContent a:hover figure{
    opacity: .8;
}

.dlContent a .dlBtn{
    margin-top: 20px;
}

.dlContent a .dlBtn p{
    display: inline-block;
    max-width: 280px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    padding: 1.25em 1.5em;
    background-color: #f6f2ee;
    border-bottom: 2px solid #e5dcd1;
    border-radius: 50px;
    margin: 0;
    position: relative;
    transition: all .2s;
}

.dlContent a:hover .dlBtn p{
    background-color: #e5dcd1;
}

.dlContent a .dlBtn p::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url("../images/icon_download.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}



/* ------------------------------------------------------- 貸出書籍 */
.rentalList ul li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    border-top: 3px dotted #e5dcd1;
    margin-top: 40px;
}

.rentalList ul li figure{
    width: 30%;
}

.rentalList ul li .txtContents{
    width: 65%;
}

.rentalList ul li .txtContents h4{
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: .5em;
}

.rentalList ul li .txtContents span.name{
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1em;
}

.rentalList ul li .txtContents .star{
    display: flex;
}

.rentalList ul li .txtContents .star span{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/icon_star.png")no-repeat center;
    background-size: 100%;
    margin-right: 5px;
}

.rentalList ul li .txtContents .body{
    padding: 30px;
    background-color: #f6f2ee;
    margin-top: 30px;
}



/* ------------------------------------------------------- 婚活パーティー・イベント */
.events .eventList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.events .eventList ul li{
    width: 49%;
    margin: 2% 0 0;
}



/* ------------------------------------------------------- AIマッチング */
.aiHeadTxt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.aiHeadTxt .txtContents{
    width: 65%;
}

.aiHeadTxt figure{
    width: 31%;
}

.aiHeadTxt .txtContents p{
    margin-bottom: 1em;
}

.aiHeadTxt .txtContents p:last-child{
    margin: 0;
}

.aiHeadTxt .txtContents p strong.pink{
    color: #fd407a;
}

.aiHeadTxt .txtContents p strong.blue{
    color: #399cf5;
}

.aiContentsBx{
    padding: 40px;
    background-color: #f6f2ee;
}

.aiContentsBx .container{
    margin-bottom: 40px;
}

.aiContentsBx .container:last-child{
    margin: 0;
}

.aiContentsBx .container .contents2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aiContentsBx .container .contents2Col .txtContents{
    width: 70%;
}

.aiContentsBx .container .contents2Col figure{
    width: 26%;
}

.aiContentsBx .container h4{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    padding: .25em 0 .25em .75em;
    border-left: solid 4px #fd407a;
    margin-bottom: 1em;
}

.aiContentsBx .container:nth-of-type(2) h4{
    border-left-color: #399cf5;
}

.aiContentsBxList ul li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #fff;
    margin: 10px 0;
}

.aiContentsBxList ul li .txtContents{
    width: 65%;
}

.aiContentsBxList ul li figure{
    width: 31%;
}

.aiContentsBxList ul li .txtContents > span{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #399cf5;
    margin-bottom: .75em;
}

.aiTable{
    margin-bottom: 50px;
}

.aiTable table{
    width: 100%;
}

.aiTable table tr:nth-child(2n){
    background-color: #fff;
}

.aiTable table th{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1em;
    border: 1px solid #e5dcd1;
}

.aiTable table tr:first-child th{
    width: 50%;
}

.aiTable table tr:first-child th:nth-child(2){
    width: 25%;
}

.aiTable table tr:first-child th:last-child{
    width: 25%;
    background-color: #f9d32f;
}

.aiTable table td{
    font-size: 1.5rem;
    padding: 1em;
    border: 1px solid #e5dcd1;
}

.aiTable table td span{
    display: block;
    text-align: center;
    font-weight: 700;
}

.aiTable table td span.yes{
    color: #fd407a;
}

.aiServiceList > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.aiServiceList > ul > li:last-child{
    margin: 0;
}

.aiServiceList > ul > li .txtContents{
    width: 65%;
}

.aiServiceList > ul > li figure{
    width: 31%;
}

.aiServiceList > ul > li .txtContents > span{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .75em;
}

.aiServiceList > ul > li .txtContents p{
    margin-bottom: 1em;
}

.aiServiceList > ul > li .txtContents p:last-child{
    margin: 0;
}

.aiPlanList{
    margin-bottom: 20px;
}

.aiPlanList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aiPlanList ul li{
    width: 32.5%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1em;
    border: 1px solid #e5dcd1;
}








/* ------------------------------------------------------- 問い合わせ */
.reserve .subTitImg{
    height: auto;
    background-color: #b5113c;
}

.member-reserve .subTitImg{
    height: auto;
    background-color: #303e52;
}

.contact .subTitImg{
    height: auto;
    background-color: #a9894a;
}

.reserve .subTitWrapper h2,
.member-reserve .subTitWrapper h2,
.contact .subTitWrapper h2{
    margin: 1.25em 0;
    position: relative;
}

.reserve .subTitWrapper h2::before{
    content: '- 新規のお客様向け -';
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: -1.25em;
    margin: auto;
}

.member-reserve .subTitWrapper h2::before{
    content: '- 会員様専用 -';
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: -1.25em;
    margin: auto;
}

.reserveNote{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.reserveNote .moreBtn{
    margin: 0 0 0 50px;
}

.reserveNote p{
    color: #fff;
}

.reserveNote .moreBtn a{
    width: 240px;
}

.reserveTelBx{
    padding: 40px;
    background-color: #f6f2ee;
    text-align: center;
    margin-top: 40px;
}

.reserveTelBx > span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
}

.reserveTelBx a{
    display: inline-block;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 4.6rem;
    line-height: 1;
    margin-bottom: .15em;
}

.reserveTelBx a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url("../images/icon_tel.png")no-repeat center #b5113c;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: -10px;
}

.qualification{
    padding: 30px;
    border: 1px solid #e5dcd1;
}

.qualification > span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .75em;
}

form#mailformpro{
    padding: 50px 0 0;
}

.formTable table{
    width: 100%;
    /* background-color: #fff; */
}

.formTable table tr th,
.formTable table tr td{
    font-size: 1.5rem;
    padding: 1.5em;
    border-bottom: 1px solid #e5dcd1;
}

.formTable table tr:last-child th,
.formTable table tr:last-child td{
    border-bottom: none;
}

.formTable table tr th{
    width: 32%;
    font-weight: 700;
    border-right: 1px dotted #e5dcd1;
}

.formTable table tr td .formBlock{
    padding-bottom: 10px;
    border-bottom: 1px dotted #e5dcd1;
    margin-bottom: 10px;
}

.formTable table tr td .formBlock:last-child{
    padding: 0;
    border: none;
    margin: 0;
}

.formTable table tr td span.tdTit{
    display: block;
}

.formTable table p{
    font-size: 100%;
}

.formTable table h5{
    font-size: 107.143%;
}

.formTable table tr td .layputRow{
    display: inline-block;
}

.formItem2div div{
    float: left;
    margin-right: 5px;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password{
    display: block;
    color: #534741;
    box-shadow: none;
    background-color: #f6f2ee;
    border: 1px solid #e5dcd1;
    /* width: 100%; */
    max-width: 100%;
    margin: 0;
}

.must{
    border: none;
    text-shadow: none;
    font-size: 1rem;
    margin: 0 5px 0 0;
    box-shadow: none;
    background-image: none;
}

div.mfp_err{
    font-size: 1.2rem;
    background-position: 0 .5em;
}

form#mailformpro label.mfp_not_checked{
    padding: 3px 8px;
    background-color: #f6f2ee;
    border: solid 1px #e5dcd1;
    border-radius: 3px;
}

.formNote{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: .5em;
}

a.inlineLink,
#form a{
    color: #0c7780;
    text-decoration: underline;
    transition: 0s;
}

a.inlineLink:hover,
#form a:hover{
    opacity: 1;
    text-decoration: none;
	color: #D4552A;
}

form#mailformpro label{
    margin: 3px 0 0;
    white-space: normal;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev{
    font-size: 1.8rem;
    line-height: 1;
    padding: 1em 2em;
    margin-top: 20px;
    transition: all .3s;
}

.mfp_element_submit{
    width: 300px;
    color: #fff;
    background: #C00;
    text-shadow: none;
    border: 1px solid #AC0000;
    border-radius: 10px;
}

.mfp_element_submit:hover,
#mfp_button_send:hover{
    background: #AC0000;
}

#mfp_button_cancel{
    min-width: 200px;
    background: #ccc;
    text-shadow: none;
    border: 1px solid #aaa;
    border-radius: 10px;
}

#mfp_button_cancel:hover{
    background-color: #aaa;
}

#mfp_overlay_inner h4{
    text-align: center;
    font-size: 160%;
    margin: 1em 0;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td{
    font-size: 140%;
    padding: 1em;
}

#mfp_button_send{
    min-width: 200px;
    color: #fff;
    background: #C00;
    text-shadow: none;
    border: 1px solid #AC0000;
    border-radius: 10px;
}

.formPrivacyBx{
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.thanksContents{
    text-align: center;
    padding-top: 70px;
}

.thanksContents h3{
    font-size: 200%;
    margin-bottom: 1em;
}

.thanksContents > p{
    line-height: 2;
    margin-bottom: 2em;
}

.thanks .subTitWrapper h2{
    line-height: 1.5;
}



/* ------------------------------------------------------- よくあるご質問 */
.faq .faqList dl dt{
    display: block;
    position: relative;
    margin: 30px 0 10px;
}

.faq .faqList dl dd{
    display: block;
    position: relative;
}

.faq .faqList dl dt > span,
.faq .faqList dl dd > span{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: "Cormorant Garamond", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.4rem;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: #303e52;
    position: absolute;
    left: 0;
    top: -.1em;
}

.faq .faqList dl dd > span{
    background-color: #b5113c;
}

.faq .faqList dl dt p{
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 2.25em;
}

.faq .faqList dl dd .answerBody{
    padding-left: 36px;
}

.faq .faqList dl dd .answerBody p{
    margin-bottom: .5em;
}

.faq .faqList dl dd .answerBody p:last-child{
    margin: 0;
}

.tab-area .tab a{
    cursor: pointer;
}

.panel-area .panel{
    display: none;
}

.panel-area .panel.active {
    display: block;
}









/* ------------------------------------------------------- tab / sp */
@media(max-width: 810px){
    .dispPc{
        display: none !important;
    }

    .dispSp{
        display: block;
    }
    
    .subTitWrapper h2,
    .subTitWrapper .postHead{
        font-size: 3.4rem;
    }
    
    .subTitWrapper h2 span,
    .subTitWrapper .postHead span{
        font-size: 1.6rem;
    }
    
    .subTitImg{
        height: 200px;
    }
    
    .breadcrumbs{
        font-size: 1.3rem;
    }
    
    .mainWrapper{
        padding-top: 80px;
    }
    
    .pt{
        padding-top: 80px;
    }
    
    .pb{
        padding-bottom: 80px;
    }
    
    section h3.basic{
        font-size: 2.4rem;
    }
    
    .frameContents .container{
        padding: 40px 55px;
        background-size: 80px 80px;
    }
    
    .frameContents .container h3{
        font-size: 2.4rem;
    }
    
    .frameContents .container h3 strong{
        font-size: 4rem;
    }
    
    .frameContents .container p{
        font-size: 1.6rem;
    }
    
    .planList > ul{
        flex-wrap: wrap;
    }
    
    .planList > ul > li{
        max-width: 600px;
        margin: 0 0 40px;
    }
    
    .planHead .federation{
        min-width: auto;
    }
    
    .planHead .federation p{
        font-size: 1.3rem;
    }
    
    .planHead .federation p span{
        font-size: 1.6rem;
    }
    
    .planHead .planTit h4{
        font-size: 2.4rem;
    }
    
    .plan .federationList ul li::before{
        font-size: 1.6rem;
    }
    
    .corporateOption ul li .txtContents span{
        font-size: 1.6rem;
    }
    
    .entryOnlineBlock .headTxt h4{
        font-size: 2.2rem;
    }
    
    .entryOnlineBlock .contractFlow > ul > li > .txtContents .onlineLinks ul li{
        width: 49%;
        margin-bottom: 2%;
    }
    
    .entryOnlineBlock .loungeList ul li{
        width: 49%;
        margin-bottom: 2%;
    }
    
    .entryOnlineBlock .loungeList ul li:last-child{
        margin: 0;
    }
    
    .flowList ul li figure{
        max-width: 240px;
    }
    
    .loungeDetail{
        margin-top: 50px;
    }
    
    .loungeDetail ul li{
        width: 48%;
        margin-bottom: 4%;
    }
    
    .lounge .access2Col .txtContents{
        flex: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .lounge .access2Col figure{
        max-width: 100%;
        margin: 0 auto;
    }
    
    .first-time .subTitImg{
        background-position: center top -50px;
    }
    
    .first-time .stepFlow ul li{
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 50px;
    }
    
    .first-time .stepFlow ul li:last-child{
        margin: 0;
    }
    
    .first-time .stepFlow ul li::after{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: auto;
        left: 0;
        right: 0;
        bottom: -28px;
        margin: auto;
    }
    
    .first-time .stepFlow ul li figure{
        width: 30%;
    }
    
    .first-time .stepFlow ul li figure::before{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    
    .first-time .stepFlow ul li .txtContents{
        flex: 1;
        margin-left: 30px;
    }
    
    .first-time .stepFlow ul li span{
        text-align: left;
        margin-top: 0;
    }
    
    .first-time .serviceDetail .container ul li figure{
        width: 60%;
    }
    
    .first-time .systemInduction h4 strong{
        font-size: 3.2rem;
    }
    
    .contents .subTitImg{
        background-position: center top -85px;
    }
    
    .business .subTitImg{
        background-position: center top -65px;
    }
    
    .business .applicationFlow ul{
        flex-wrap: wrap;
    }
    
    .business .applicationFlow ul li{
        width: 100%;
        margin-bottom: 50px;
    }
    
    .business .applicationFlow ul li::after{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: inherit;
        bottom: -26px;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .business .applicationFlow ul li span{
        margin: .5em 0;
    }
    
    .business .applicationFlow ul li span br{
        display: none;
    }
    
    .business .applicationFlow ul li p{
        text-align: center;
    }
    
    .ankerLinks ul li a{
        font-size: 1.5rem;
    }
    
    .anker{
        padding-top: 28px;
        margin-top: -28px;
    }
    
    .subTitImg .titTxt .container > span{
        font-size: 1.8rem;
        margin-bottom: .75em;
    }
    
    .subTitImg .titTxt .container p{
        font-size: 2.8rem;
    }
    
    .meritHeadTxt > span{
        font-size: 1.6rem;
    }
    
    .meritHeadTxt h3{
        font-size: 2.4rem;
    }
    
    .membersNum{
        flex-wrap: wrap;
        padding: 30px;
    }
    
    .membersNum .headTxt{
        width: 100%;
        margin: 0 0 20px;
    }
    
    .membersNum .federationList{
        width: 100%;
    }
    
    .membersNum .federationList ul{
        justify-content: space-between;
    }
    
    .membersNum .federationList ul li{
        width: 49%;
        margin: 0;
    }
    
    .membersNum .federationList ul li span{
        font-size: 2rem;
    }
    
    .meritTable h5{
        font-size: 2.2rem;
    }
    
    .meritTable table th,
    .meritTable table td{
        font-size: 1.5rem;
    }
    
    .meritTable table tr td:last-child{
        font-size: 2.2rem;
    }
    
    .himitsuList ul li{
        padding: 20px;
    }
    
    .himitsuList ul li::before{
        font-size: 5rem;
    }
    
    .himitsuList ul li span{
        font-size: 1.8rem;
        margin-top: 1.25em;
    }
    
    .system .flowList ul li figure{
        width: 45%;
    }
    
    .memberLoginList{
        margin-bottom: 30px;
    }
    
    .memberLoginList ul li a span{
        font-size: 1.5rem;
    }
    
    .memberMenuList ul{
        flex-wrap: wrap;
    }
    
    .memberMenuList ul li{
        width: 49%;
        margin-bottom: 2%;
    }
    
    .memberDocumentList{
        margin: 30px 0;
    }
    
    .memberDocumentList ul li a{
        font-size: 1.4rem;
    }
    
    .memberDocumentList ul li a span{
        font-size: 1.6rem;
    }
    
    .companyTable table th,
    .companyTable table td{
        padding: 1em;
    }
    
    .answerHead p{
        font-size: 2.4rem;
        padding-left: 2em;
    }
    
    .visitFlow ul li p.count span{
        font-size: 1.5rem;
    }

    .enrollmentTxt .enrollmentHead{
        font-size: 2.4rem;
    }
    
    .enrollmentTxt .enrollmentHead span{
        font-size: 3.6rem;
    }
    
    .hallList ul li{
        width: 47.5%;
        margin-right: 5%;
    }
    
    .hallList ul li:nth-child(3n){
        margin-right: 5%;
    }
    
    .hallList ul li:nth-child(2n){
        margin-right: 0;
    }
    
    .hall2Col .txtContents .hallDetailTxt table th,
    .hall2Col .txtContents .hallDetailTxt table td{
        padding: 1em;
    }
    
    .post-type-archive-tieup .subTitImg figure img{
        width: 300px;
    }
    
    .post-type-archive-tieup .subTitImg p{
        font-size: 2.4rem;
    }
    
    .reserveNote{
        display: block;
        text-align: center;
    }
    
    .reserveNote .moreBtn{
        margin: 20px 0 0;
    }
    
    .formTable table tr th,
    .formTable table tr td{
        font-size: 1.4rem;
    }
    
    .messageList ul li{
        padding: 30px;
    }
    
    .messageList ul li .messageHead .personDetails dl dt,
    .messageList ul li .messageHead .personDetails dl dd{
        font-size: 1.4rem;
    }
    
    .himitsu .subTitImg{
        background-position: center bottom -30px;
    }
    
    .events .eventList ul{
        justify-content: center;
    }
    
    .events .eventList ul li{
        margin-right: 2%;
    }
    
    .events .eventList ul li:nth-child(2n){
        margin-right: 0;
    }

    .aiContentsBx{
        padding: 30px;
    }
    
    
    
    
    
    
    
    
    
    
}



@media(max-width: 670px){
    .spNone{
        display: none;
    }
    
    .subTitWrapper h2,
    .subTitWrapper .postHead{
        font-size: 2.8rem;
        margin: 1.5em 0 1.25em;
    }
    
    .subTitWrapper h2 span,
    .subTitWrapper .postHead span{
        font-size: 1.5rem;
    }
    
    .breadcrumbs{
        font-size: 1.2rem;
    }
    
    .mainWrapper{
        padding-top: 60px;
    }
    
    #sub section:last-child{
        padding-bottom: 80px;
    }
    
    .pt{
        padding-top: 60px;
    }
    
    .pb{
        padding-bottom: 60px;
    }
    
    section h3.basic{
        font-size: 2.2rem;
    }
    
    section h4.basic{
        font-size: 1.8rem;
    }
    
    section h4.styleRed{
        font-size: 1.8rem;
    }
    
    .brSp{
        display: block;
    }

    .frameContents .container{
        padding: 30px;
        background-size: 50px 50px;
    }
    
    .frameContents .container h3{
        font-size: 1.8rem;
    }
    
    .entry .frameContents .container h3{
        font-size: 2rem;
    }
    
    .frameContents .container h3 strong{
        font-size: 3rem;
    }
    
    .frameContents .container h3 + p{
        font-size: 1.5rem;
    }
    
    .noteListBx{
        padding: 20px;
    }
    
    .noteListBx > ul > li{
        margin-bottom: 20px;
    }
    
    .planList > ul > li{
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .noteListBx > ul > li > span{
        font-size: 1.5rem;
    }
    
    .planHead .federation p{
        padding: .75em;
    }
    
    .planHead .planTit h4{
        font-size: 2rem;
    }
    
    .planHead .planTit span{
        font-size: 1.2rem;
    }
    
    .planBody ul li{
        font-size: 1.4rem;
    }
    
    .planBody ul li .itemPrice span{
        font-size: 1.8rem;
    }
    
    .planNum span{
        font-size: 1.5rem;
    }
    
    .plan .federationList ul{
        flex-wrap: wrap;
    }
    
    .plan .federationList ul li{
        padding: 10px 40px;
        margin: 0 0 10px;
    }
    
    .plan .federationList ul li::before{
        font-size: 1.3rem;
    }
    
    .plan .systemImg img:first-child{
        display: none;
    }
    
    .plan .systemImg img:nth-child(2){
        display: block;
    }
    
    .spTal{
        text-align: left;
    }
    
    .corporateOption .headTxt h4{
        font-size: 1.8rem;
    }
    
    .corporateOption .headTxt p br{
        display: none;
    }
    
    .corporateOption ul{
        flex-wrap: wrap;
    }
    
    .corporateOption ul li{
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .corporateOption ul li figure{
        width: 150px;
        margin-right: 10px;
    }
    
    .corporateOption ul li .txtContents{
        width: 100%;
        padding: 0;
    }
    
    .corporateOption ul li .txtContents span{
        font-size: 1.5rem;
    }
    
    .corporateOption ul li .txtContents p{
        font-size: 1.3rem;
    }
    
    .featuresList ul li{
        flex-wrap: wrap;
    }
    
    .featuresList ul li figure{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .featuresList ul li .txtContents{
        width: 100%;
    }
    
    .featuresList ul li .txtContents h4{
        font-size: 1.8rem;
    }
    
    .federationDetail{
        margin-top: 40px;
    }
    
    .federationDetail .container{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    
    .federationDetail .container .head{
        flex-wrap: wrap;
    }
    
    .federationDetail .container .head figure{
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .federationDetail .container .head figure img{
        display: inline-block;
        width: 70%;
    }
    
    .federationDetail .container .head .count{
        width: 100%;
    }
    
    .federationDetail .container .head .count ul li{
        font-size: 1.5rem;
    }
    
    .federationDetail .container .head .count ul li > span{
        padding: .5em;
    }
    
    .federationDetail .container .head .count ul li p{
        padding: .75em;
    }
    
    .entry .submitList ul li,
    .entry .criteriaList ul li{
        width: 100%;
        font-size: 1.5rem;
        padding: 1.25em 0 1.25em 1.75em;
        margin: 0;
    }
    
    .entry .submitList ul li::before,
    .entry .criteriaList ul li::before{
        font-size: 3rem;
        top: .45em;
    }
    
    .entry .submitList p{
        text-align: left;
    }
    
    .cms2Col > a{
        margin: 0 auto 20px;
    }
    
    .cms2Col .txtContents{
        flex: auto;
    }
    
    .entryOnlineBlock{
        padding: 20px;
        margin-top: 50px;
    }
    
    .entryOnlineBlock .headTxt h4{
        font-size: 1.8rem;
        margin: 1.5em 0 .75em;
    }
    
    .entryOnlineBlock > figure{
        margin: 25px 0;
    }
    
    .entryOnlineBlock p.catchTxt{
        font-size: 1.5rem;
    }
    
    .entryOnlineBlock .onlineLinks{
        margin: 20px 0;
    }
    
    .entryOnlineBlock .onlineLinks ul li{
        width: 100%;
        margin-bottom: 2%;
    }
    
    .entryOnlineBlock .onlineLinks ul li a{
        font-size: 1.5rem;
        border-radius: 5px;
    }
    
    .entryOnlineBlock .onlineLinks ul li a::before{
        width: 20px;
        height: 20px;
    }
    
    .entryOnlineBlock .contractFlow > ul > li{
        padding: 20px 0 25px;
    }
    
    .entryOnlineBlock .contractFlow > ul > li > .txtContents{
        padding-left: 40px;
    }
    
    .entryOnlineBlock .contractFlow > ul > li > .txtContents::before{
        font-size: 1.6rem;
    }
    
    .entryOnlineBlock .contractFlow > ul > li > .txtContents p:last-child{
        margin: 0;
    }
    
    .entryOnlineBlock .contractFlow > ul > li > .txtContents .onlineLinks ul li{
        width: 100%;
    }
    
    .entryOnlineBlock .contractFlow > ul > li > figure{
        max-width: 100%;
        margin: 20px 0 0 40px;
    }
    
    .entryOnlineNote{
        padding: 15px;
        margin: 20px 0;
    }
    
    .entryOnlineBlock .loungeList ul li{
        width: 100%;
        border-radius: 5px;
        margin-bottom: 4%;
    }
    
    .flowList ul li{
        padding: 8px 0 40px 35px;
        margin-left: 20px;
    }
    
    .flowList ul li::before{
        width: 40px;
        height: 40px;
        font-size: 2rem;
        line-height: 40px;
        left: -20px;
    }
    
    .flowList ul li .txtContents{
        flex: auto;
    }
    
    .flowList ul li .txtContents h4{
        font-size: 1.8rem;
    }
    
    .flowList ul li figure{
        max-width: 100%;
        margin: 15px 0 0;
    }
    
    .loungeTopImg{
        display: none;
    }
    
    .loungeDetail{
        margin: 0;
    }
    
    .loungeDetail ul li{
        width: 100%;
        margin-bottom: 10%;
    }
    
    .loungeDetail ul li:last-child{
        margin: 0;
    }
    
    .lounge .map{
        margin-top: 40px;
    }
    
    .first-timeTopImg img:first-child{
        display: none;
    }
    
    .first-timeTopImg img:nth-child(2){
        display: block;
    }
    
    .first-time .subTitImg{
        background: url("../images/pages/first-time_img_02.jpg")no-repeat center;
        background-size: cover;
    }
    
    .first-time .stepFlow ul li{
        flex-wrap: wrap;
    }
    
    .first-time .stepFlow ul li figure{
        width: 100%;
    }
    
    .first-time .stepFlow ul li .txtContents{
        flex: auto;
        margin: 0;
    }
    
    .first-time .stepFlow ul li span{
        margin-top: 1em;
    }
    
    .first-time .serviceDetail .container h4{
        font-size: 1.5rem;
    }
    
    .first-time .serviceDetail .container h4::afte{
        top: 1.5em;
    }
    
    .first-time .serviceDetail .container h4 span{
        padding: .75em 1.5em;
    }
    
    .first-time .serviceDetail .container ul li{
        width: 100%;
        margin-bottom: 10%;
    }
    
    .first-time .serviceDetail .container ul li:last-child{
        margin: 0;
    }
    
    .first-time .serviceDetail .container ul li figure{
        width: 50%;
    }
    
    .first-time .systemInduction h4{
        font-size: 1.8rem;
        margin-top: -1em;
    }
    
    .first-time .systemInduction h4 strong{
        font-size: 2.4rem;
    }
    
    .first-time .systemInduction h4 strong br{
        display: none;
    }
    
    .first-time .systemInduction p br{
        display: none;
    }
    
    .contents .subTitImg{
        background-position: center;
    }
    
    #sub .checkList{
        padding: 20px;
        margin: 30px 0;
    }

    #sub .checkList > span{
        text-align: center;
        font-size: 1.6rem;
    }

    
    #sub .checkList ul li{
        font-size: 1.5rem;
        margin-bottom: 1.25em;
    }
    
    #sub .checkList ul li::before{
        width: 20px;
        height: 20px;
        top: .05em;
    }

    #sub .checkList ul li strong{
        display: block;
    }
    
    .parents .subTitImg{
        background: url("../images/pages/parents_tit_img_sp.jpg")no-repeat center;
        background-size: cover;
    }
    
    .business .subTitImg{
        background-position: center;
    }
    
    .business .applicationFlow ul li::before{
        font-size: 1.3rem;
    }
    
    .business .applicationFlow ul li span{
        font-size: 1.6rem;
    }
    
    .business .applicationFlow ul li p{
        text-align: left;
    }
    
    .ankerLinks ul{
        flex-wrap: wrap;
    }
    
    .ankerLinks ul li{
        width: 49.5%;
        margin: 0 1% 1% 0;
    }
    
    .ankerLinks ul li:nth-child(2n){
        margin-right: 0;
    }
    
    .ankerLinks ul li a::after{
        width: 6px;
        height: 6px;
    }

    .anker{
        padding-top: 20px;
        margin-top: -20px;
    }
    
    .subTitImg .titTxt .container > span{
        font-size: 1.6rem;
    }
    
    .subTitImg .titTxt .container p{
        font-size: 2.4rem;
    }
    
    .meritHeadTxt > span{
        font-size: 1.5rem;
        padding: .5em .75em;
    }
    
    .meritHeadTxt h3{
        font-size: 2rem;
    }
    
    .membersNum{
        padding: 10px;
    }
    
    .membersNum .headTxt{
        margin: 10px 0 15px;
    }
    
    .membersNum .headTxt h5{
        font-size: 1.8rem;
    }
    
    .membersNum .federationList ul li{
        padding: 10px;
    }
    
    .membersNum .federationList ul li figure{
        padding-bottom: 10px;
        margin: 5px 0 10px;
    }
    
    .membersNum .federationList ul li p{
        font-size: 1.5rem;
    }
    
    .membersNum .federationList ul li span{
        font-size: 1.8rem;
    }
    
    .meritTable{
        margin: 30px 0;
    }
    
    .meritTable h5{
        font-size: 1.8rem;
    }
    
    .meritTable table{
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .meritTable table th,
    .meritTable table td{
        font-size: 1.4rem;
        padding: .5em;
    }
    
    .meritTable table td span{
        font-size: 1.1rem;
    }
    
    .meritTable table tr th:last-child{
        font-size: 1.6rem;
    }
    
    .meritTable table tr td:last-child{
        font-size: 2rem;
    }
    
    .meritTable > p{
        font-size: 1.1rem;
    }
    
    .himitsuList ul{
        flex-wrap: wrap;
    }
    
    .himitsuList ul li{
        width: 100%;
        margin-bottom: 40px;
    }
    
    .himitsuList ul li:last-child{
        margin: 0;
    }
    
    .system .flowList{
        margin-top: 30px;
    }
    
    .system .flowList ul li figure{
        width: 100%;
    }
    
    .memberLoginList ul{
        flex-wrap: wrap;
    }
    
    .memberLoginList ul li{
        width: 100%;
        margin-bottom: 2%;
    }
    
    .memberLoginList ul li:last-child{
        margin: 0;
    }
    
    .memberLoginList ul li a figure{
        max-width: 220px;
    }
    
    .memberMenuList ul li{
        width: 100%;
    }
    
    .memberMenuList ul li:last-child{
        margin: 0;
    }
    
    .memberMenuList ul li a{
        display: flex;
        align-items: center;
        width: 100%;
        padding: 20px;
    }
    
    .memberMenuList ul li a figure img{
        max-width: 40px;
    }
    
    .memberMenuList ul li a span,
    .memberMenuList ul li a span.row1{
        margin: 0 0 0 10px;
    }
    
    .memberMenuList ul li a span br{
        display: none;
    }
    
    .memberDocumentList ul{
        flex-wrap: wrap;
    }
    
    .memberDocumentList ul li{
        width: 100%;
        margin-bottom: 2%;
    }
    
    .memberDocumentList ul li:last-child{
        margin: 0;
    }
    
    .memberDocumentList ul li a{
        padding: 20px;
    }
    
    .memberDocumentList ul li a::after{
        right: 20px;
    }
    
    .groupList ul li > span{
        font-size: 1.5rem;
    }
    
    .groupList ul li p{
        margin-left: 1.35em;
    }
    
    .companyTable table th,
    .companyTable table td{
        padding: .5em;
    }
    
    .privacyList dl dt{
        font-size: 1.6rem;
    }
    
    .distant-customers h3.Question,
    .answerHead p{
        font-size: 1.8rem;
    }
    
    .distant-customers h3.Question::before,
    .answerHead p::before{
        font-size: 1.8rem;
        top: -.15em;
    }
    
    .answerHead p strong{
        font-size: 2.4rem;
    }
    
    .visitFlow ul{
        flex-wrap: wrap;
    }
    
    .visitFlow ul li{
        width: 100%;
        margin-bottom: 80px;
    }
    
    .visitFlow ul li:last-child{
        margin: 0;
    }
    
    .visitFlow ul li::after{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: auto;
        left: 0;
        right: 0;
        bottom: -28px;
        margin: auto;
    }
    
    .visitFlow ul li span.tit{
        text-align: left;
        margin-bottom: .25em;
    }
    
    .enrollmentTxt .enrollmentHead{
        font-size: 2rem;
    }
    
    .enrollmentTxt .enrollmentHead span{
        font-size: 3rem;
    }
    
    .planCompare h4{
        font-size: 1.5rem;
        margin: 2em 0 .5em;
    }
    
    .hallFlow ul li{
        padding: 20px;
    }
    
    .hallFlow ul li p{
        text-align: left;
    }
    
    .hallList ul li{
        width: 100%;
        margin: 0 0 40px;
    }
    
    .hallList ul li:nth-child(2n){
        margin-right: 0;
    }
    
    .hallList ul li:last-child{
        margin: 0;
    }
    
    .hallDetail .headTxt p{
        margin-bottom: 2.5em;
    }
    
    .hall2Col .gallery{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .hall2Col .txtContents{
        width: 100%;
    }
    
    .postTit{
        font-size: 2.8rem;
    }
    
    .postBody h3{
        font-size: 2rem;
    }
    
    .postBody h4{
        font-size: 1.8rem;
    }
    
    .postBody h5{
        font-size: 1.6rem;
    }
    
    .single .moreBtn{
        margin-top: 60px;
    }
    
    .tieupDetail .tit p.cat span{
        font-size: 1.2rem;
    }
    
    .tieupDetail .tit h3{
        font-size: 2.2rem;
    }
    
    .tieup2Col{
        flex-wrap: wrap;
    }
    
    .tieup2Col figure{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .tieup2Col .txtContents{
        width: 100%;
    }
    
    .tieup2Col .txtContents .detailList dl dt{
        font-size: 1.2rem;
    }
    
    .tieup2Col .txtContents .detailList dl dd{
        font-size: 1.4rem;
    }
    
    .single-tieup .moreBtn{
        margin-top: 20px;
    }
    
    .tieupBody h4{
        font-size: 1.8rem;
    }
    
    .tieupBody .bxTxt{
        padding: 20px;
        margin-top: 20px;
    }
    
    .post-type-archive-tieup .subTitImg{
        padding: 40px 0;
    }
    
    .post-type-archive-tieup .subTitImg figure img{
        width: 200px;
    }
    
    .post-type-archive-tieup .subTitImg p{
        font-size: 1.8rem;
    }
    
    .tieupList ul li a{
        flex-wrap: wrap;
        padding: 15px 45px 15px 20px;
    }
    
    .tieupList ul li a::after{
        right: 20px;
    }
    
    .tieupList ul li a .cat{
        width: 100%;
    }
    
    .tieupList ul li a .cat span{
        font-size: 1.2rem;
    }
    
    .tieupList ul li a > p{
        font-size: 1.5rem;
        margin-top: .25em;
    }
    
    .tieupRecruiting{
        padding: 20px;
    }
    
    .tieupRecruiting p.headTxt{
        font-size: 1.6rem;
    }
    
    .reserve .subTitWrapper h2{
        margin: 1.75em 0 1em;
    }
    
    .reserve .subTitWrapper h2::before{
        font-size: 1.6rem;
    }
    
    .reserveNote{
        padding: 30px 0;
    }
    
    .reserveTelBx a{
        font-size: 3.2rem;
    }
    
    .reserveTelBx a::before{
        width: 32px;
        height: 32px;
        margin-right: 5px;
        margin-top: -7px;
    }
    
    .qualification{
        padding: 20px;
    }
    
    .formTable table tr th{
        display: block;
        width: 100%;
        padding: 1.5em .5em .5em;
        border: none;
    }

    .formTable table tr td{
        display: block;
        width: 100%;
        padding: 0 .5em 1.5em ;
    }
    
    .mfp_element_text,
    .mfp_element_number,
    .mfp_element_select-one,
    .mfp_element_email,
    .mfp_element_tel,
    .mfp_element_textarea,
    .mfp_element_date,
    .mfp_element_password{
        width: 100% !important;
    }
    
    .formTable table tr td .layputRow{
        margin-top: 3px;
    }
    
    div.mfp_buttons button{
        font-size: 1.8rem;
    }
    
    table#mfp_confirm_table tr th,
    table#mfp_confirm_table tr td{
        display: block;
        width: 100%;
        font-size: 1.3rem;
        padding: .5em;
    }
    
    table#mfp_confirm_table tr th{
        font-weight: 700;
    }
    
    table#mfp_confirm_table tr td{
        border-top: none;
        padding: 0 .5em .5em 1.5em;
    }
    
    .voiceList ul li h4{
        font-size: 1.6rem;
    }
    
    .voiceList ul li span{
        font-size: 1.4rem;
    }
    
    .voiceList ul li .voiceBody{
        padding: 10px 15px;
    }
    
    .messageList ul li{
        padding: 20px;
    }
    
    .messageList ul li .messageHead figure{
        width: 100%;
    }
    
    .messageList ul li .messageHead .personDetails{
        width: 100%;
    }
    
    .messageList ul li .messageHead .personDetails > span{
        font-size: 1.5rem;
        margin-top: 2em;
    }
    
    .messageList ul li .messageHead .personDetails dl dt,
    .messageList ul li .messageHead .personDetails dl dd{
        font-size: 1.5rem;
    }
    
    .messageList ul li .commentBlock > span{
        font-size: 1.5rem;
    }
    
    .messageList ul li .commentBlock .container{
        padding: 10px 15px;
    }
    
    .onlineUseFlow > ul > li figure{
        width: 100%;
    }
    
    .onlineUseFlow > ul > li .txtContents{
        width: 100%;
        margin-top: 15px;
    }
    
    .dlContent{
        margin-top: 30px;
    }
    
    .meisterTopImg{
        margin-bottom: 30px;
    }
    
    .meisterImgList{
        margin-top: 30px;
    }
    
    .awardList{
        margin-top: 30px;
    }
    
    .awardList ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .awardList ul li:last-child{
        margin: 0;
    }
    
    .awardList ul li figure img{
        width: 50%;
        margin: 0 auto;
    }
    
    .awardList ul li:first-child figure img{
        width: 70%;
    }
    
    .awardList ul li:first-child figure figcaption{
        font-size: 1.4rem;
    }
    
    .himitsu .subTitImg{
        background-position: center bottom;
    }
    
    .rentalList ul li figure{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .rentalList ul li figure img{
        width: 50%;
    }
    
    .rentalList ul li .txtContents{
        width: 100%;
    }
    
    .rentalList ul li .txtContents h4{
        font-size: 1.8rem;
    }
    
    .rentalList ul li .txtContents .body{
        padding: 20px;
        margin-top: 25px;
    }
    
    .events .eventList ul li{
        width: 100%;
        margin: 5% 0 0;
    }
    
    .events .eventList ul li a{
        padding: 20px;
        background-color: #f6f2ee;
    }

    #sub .pagination .page_num,
    #sub .pagination .pager,
    #sub .pagination .prev,
    #sub .pagination .next,
    #sub .pagination .first,
    #sub .pagination .last{
        font-size: 1.3rem;
    }

    .aiHeadTxt{
        margin-bottom: 30px;
    }

    .aiHeadTxt .txtContents{
        order: 1;
        width: 100%;
    }

    .aiHeadTxt figure{
        width: 60%;
        margin: 0 auto 20px;
    }

    .aiContentsBx{
        padding: 20px;
    }

    .aiContentsBx .container .contents2Col .txtContents{
        width: 100%;
    }

    .aiContentsBx .container .contents2Col figure{
        width: 70%;
        margin: 20px auto 0;
    }

    .aiContentsBx .container h4{
        font-size: 1.8rem;
        margin-bottom: .75em;
    }

    .aiContentsBxList ul li{
        padding: 20px;
    }

    .aiContentsBxList ul li .txtContents{
        width: 100%;
    }

    .aiContentsBxList ul li figure{
        width: 100%;
        margin-top: 20px;
    }

    .aiContentsBxList ul li .txtContents > span{
        font-size: 1.6rem;
    }

    .aiTable{
        margin-bottom: 40px;
    }

    .aiTable table th{
        line-height: 1.5;
        padding: .5em;
    }

    .aiTable table td{
        padding: .5em;
    }

    .aiServiceList > ul > li{
        margin-bottom: 40px;
    }

    .aiServiceList > ul > li .txtContents{
        width: 100%;
    }

    .aiServiceList > ul > li figure{
        width: 100%;
        margin-top: 15px;
    }

    .aiPlanList ul li{
        width: 100%;
        margin-bottom: 10px;
    }

    .aiPlanList ul li:last-child{
        margin: 0;
    }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}










