@charset "UTF-8";

/*****************************
    pagecommon
*****************************/
.pagehead{
    margin-top: 8rem;
    position: relative;
}
.pagehead-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px;
}
.pagehead-ttl{
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
}
.pagehead-ttl .ttl,
.pagehead-ttl .ttlen{
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #ffff, 0px 3px 3px #fff, 0px -3px 3px #fff;
    font-weight: bold;
}
.pagehead-ttl .ttlen{
    color: #f1cc48;
    font-family: 'FredokaOne', sans-serif;
    font-size: 6.4rem;
    letter-spacing: 10px;
    margin-bottom: 1rem;
}
.pagehead-ttl .ttl{
    font-size: 2.4rem;
}

.pagesec{
    padding: 10rem 0;
}
.pagesec-min{
    padding: 5rem 0;
}
@media screen and (max-width: 767px) {
    .pagesec-min{
        padding: 2rem 0;
    }
}


.cmn-breadcrumb{
    padding-bottom: 1rem;
}
.cmn-breadcrumb a:hover{
    opacity: 1;
    text-decoration: underline;
}
.pagination{
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers {
    background: #eee;
    color: #666;
    line-height: 1;
    margin: 0 .5rem;
    padding: 1rem 0;
    text-align: center;
    width: 40px;
}
.page-numbers.current,
.page-numbers:hover{
    background: #f1cc48;
    color: #fff;
    opacity: 1;
}

.pager{
    margin-top: 5rem;
}
.pager .next{
    margin-left: auto;
}
.pager a{
    color: #fff;
    display: block;
    height: 145px;
    opacity: 1 !important;
    position: relative;
}
.pager a::before{
    content: "";
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .3s;
}
.pager a:hover::before{
    background: rgba(0,0,0,.6);
}
.pager a .poR{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 3rem;
}
.pager a .pagernav{
    font-size: 1.4rem;
    margin-bottom: .5rem;
}
.pager a .pagerttl{
    font-size: 2rem;
    font-weight: 500;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .pagehead-bg{
        height: 200px;
    }
    .pagehead-ttl .ttlen{
        font-size: 3.6rem;
        letter-spacing: 7px;
        margin-bottom: .5rem;
    }
    
    .pagesec{
        padding: 6rem 0;
    }

    .cmn-breadcrumb{
        font-size: 1.4rem;
    }

    .pager {
        margin: 2rem 0 -2rem;
    }
    .pager .fbox{
        margin: 1rem 0;
        width: 100%;
    }
    .pager a {
        height: auto;
        padding: 1rem;
    }
    .pager a .poR{
        padding: 0;
    }
    .pager a .pagernav{
        font-size: 1.2rem;
    }
    .pager a .pagerttl{
        font-size: 1.4rem;
    }
}

/*****************************
    ヒトツナ麻布教室とは
*****************************/
.page-about .pagesec1::before,
.page-about .pagesec1::after {
    background-image: url(../images/ob/bg_ob1_l.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.page-about .pagesec1::before{
    background-position: left bottom;
    left: 0;
}
.page-about .pagesec1::after{
    background-image: url(../images/ob/bg_ob1_r.png);
    background-position: right bottom;
    right: 0;
}
.page-about .imgbox,
.page-about .catch{
    margin:  0 auto;
    max-width: 525px;
    text-align: center;
}
.page-about .catch span {
    border-bottom: 2px solid #fcaa94;
    color: #fcaa94;
    display: inline-block;
    font-size: 3.6rem;
    font-weight: 500;
    padding-bottom: 3px;
}
.page-about .catch p{
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 2rem;
}
.page-about .txtbox{
    margin-top: 3rem;
    padding-top: 3rem;
}
.page-about .txtbox p{
    margin-bottom: 3rem;
    letter-spacing: 1.6px;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .page-about .imgbox{
        margin-top: 3rem;
    }
    .page-about .imgbox img{
        max-width: 280px;
    }
    .page-about .catch span {
        font-size: 2.2rem;
    }
    .page-about .catch p{
        font-size: 1.8rem;
    }
    .page-about .pagesec1::before{
        top: -8%;
        bottom: auto;
        left: -24%;
        transform: rotate(10deg);
    }
    /* .page-about .pagesec1::after{
        right: -5%;
    } */
}
@media only screen and (max-width: 321px) {
    .page-about .catch span {
        font-size: 2rem;
    }
    .page-about .catch p{
        font-size: 1.6rem;
    }
    .page-about .pagesec1::before {
        top: -33rem;
        left: -4rem;
    }
}

/*****************************
    ご利用方法・料金について
*****************************/
.page-how-to-use .pagesec::before,
.page-how-to-use .pagesec::after {
    background-image: url(../images/ob/bg_ob3_l.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.page-how-to-use .pagesec::before{
    background-position: left bottom;
    left: 0;
}
.page-how-to-use .pagesec::after{
    background-image: url(../images/ob/bg_ob3_r.png);
    background-position: right bottom;
    right: 0;
}
.page-how-to-use .pagesec2::before{
    background-image: url(../images/ob/bg_ob3_r.png);
}
.page-how-to-use .pagesec2::after{
    background-image: url(../images/ob/bg_ob3_l.png);
}

.page-how-to-use .pagesec1 .flow li{
    background: #fff;
    border: 6px solid #fcaa94;
    border-radius: 30px;
    margin: 0 .5%;
    padding: 1.5rem;
    width: 24%;
}
.page-how-to-use .pagesec1 .flow li:nth-of-type(2){
    border-color: #f1cc48;
}
.page-how-to-use .pagesec1 .flow li:nth-of-type(3){
    border-color: #92B4C4;
}
.page-how-to-use .pagesec1 .flow li:nth-of-type(4){
    border-color: #B9E586;
}
.page-how-to-use .pagesec1 .flow .num,
.page-how-to-use .pagesec1 .flow .ttl{
    color: #fcaa94;
    font-weight: bold;
    text-align: center;
}
.page-how-to-use .pagesec1 .flow li:nth-of-type(2) .num,
.page-how-to-use .pagesec1 .flow li:nth-of-type(2) .ttl{
    color: #f1cc48;
}
.page-how-to-use .pagesec1 .flow li:nth-of-type(3) .num,
.page-how-to-use .pagesec1 .flow li:nth-of-type(3) .ttl{
    color: #92B4C4;
}
.page-how-to-use .pagesec1 .flow li:nth-of-type(4) .num,
.page-how-to-use .pagesec1 .flow li:nth-of-type(4) .ttl{
    color: #B9E586;
}
.page-how-to-use .pagesec1 .flow .num{
    font-size: 2.8rem;
}
.page-how-to-use .pagesec1 .flow .ttl{
    font-size: 2rem;
    margin: 1.5rem 0 2rem;
}
.page-how-to-use .pagesec1 .morebtn1{
    margin-top: 3rem;
}

.page-how-to-use .pagesec2 .pricebox dl{
    border: 8px solid #F6C9B5;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.page-how-to-use .pagesec2 .pricebox .fbox{
    width: 50%;
}
.page-how-to-use .pagesec2 .pricebox .fbox + .fbox{
    border-left: 2px solid #F6C9B5;
}
.page-how-to-use .pagesec2 .pricebox .fbox dt,
.page-how-to-use .pagesec2 .pricebox .fbox dd{
    background: #fff;
    font-size: 2rem;
    padding: 1.5rem;
    text-align: center;
}
.page-how-to-use .pagesec2 .pricebox .fbox dt{
    background: #fcaa94;
    color: #fff;
    font-weight: bold;
}
.page-how-to-use .pagesec2 .pricebox .fbox dd{
    border-top: 2px solid #F6C9B5;
}
.page-how-to-use .pagesec2 .pricebox p{
    margin-bottom: .5rem;
}
.page-how-to-use .pagesec2 .pricebox li{
    color: #fcaa94;
    margin-bottom: .5rem;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    .page-how-to-use .pagesec1 .flow li{
        margin: 1rem auto;
        width: 48%;
    }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .page-how-to-use .pagesec1 .flow {
        padding: 0 2rem;
    }
    .page-how-to-use .pagesec1 .flow li{
        padding: 2.5rem;
        width: 100%;
    }
    .page-how-to-use .pagesec2 .pricebox .fbox dt,
    .page-how-to-use .pagesec2 .pricebox .fbox dd {
        font-size: 1.6rem;
        padding: 1rem;
    }
    .page-how-to-use .pagesec2 .pricebox p,
    .page-how-to-use .pagesec2 .pricebox li{
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 321px) {
    .page-how-to-use .pagesec1 .flow {
        padding: 0 1rem;
    }
    .page-how-to-use .pagesec1 .flow li {
        border-width: 5px;
        padding: 2rem;
    }
    .page-how-to-use .pagesec1 .flow .ttl {
        margin: 1rem 0 2rem;
    }
    .page-how-to-use .pagesec2 .pricebox dl {
        border: 5px solid #F6C9B5;
        border-radius: 10px;
    }
    .page-how-to-use .pagesec2 .pricebox .fbox dt,
    .page-how-to-use .pagesec2 .pricebox .fbox dd {
        padding: .5rem;
    }
}

/*****************************
    教室の1日の流れ
*****************************/
.page-daily-schedule .pagesec{
    background: #fffcf6;
}
.page-daily-schedule .pagesec::before{
    content: "";
    background-image: url(../images/ob/bg_ob2_l.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 25%;
    position: absolute;
    height: 100%;
    width: 100%;
}
.page-daily-schedule .pagesec2::before{
    background-image: url(../images/ob/bg_ob2_r.png);
    background-position: right bottom;
}
.page-daily-schedule .scedule{
    background: #fff;
    border: 6px solid #fcaa94;
    border-radius: 30px;
    padding-bottom: 8rem;
    overflow: hidden;
}
.page-daily-schedule .pagesec-yellow .scedule{
    border-color: #f1cc48;
}
.page-daily-schedule .pagesec-green .scedule{
    border-color: #8EC154;
}
.page-daily-schedule .scedule .ttl{
    background: #fcaa94;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 1.5rem 0;
    text-align: center;
}
.page-daily-schedule .pagesec-yellow .scedule .ttl{
    background: #f1cc48;
}
.page-daily-schedule .pagesec-green .scedule .ttl{
    background: #8EC154;
}
.page-daily-schedule .timelist{
    padding: 4rem 8rem 0;
}
.page-daily-schedule .timelist .time + .time{
    border-top: 3px dashed #fcaa94;
    margin-top: 3rem;
    padding-top: 3rem;
}
.page-daily-schedule .pagesec-yellow .timelist .time + .time{
    border-color: #f1cc48;
}
.page-daily-schedule .pagesec-green .timelist .time + .time{
    border-color: #8EC154;
}
.page-daily-schedule .timettl{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    padding-left: 3rem;
    position: relative;
}
.page-daily-schedule .timettl::before{
    content: "";
    background: url(../images/ob/icon_ttl_pink.png) no-repeat center / contain;
    position: absolute;
    top: 13px;
    left: 0;
    height: 10px;
    width: 17px;
}
.page-daily-schedule .pagesec-yellow .timettl::before{
    background: url(../images/ob/icon_ttl_yellow.png) no-repeat center / contain;
}
.page-daily-schedule .pagesec-green .timettl::before{
    background: url(../images/ob/icon_ttl_green.png) no-repeat center / contain;
}
.page-daily-schedule .timecontent{
    background: #fffcf6;
    padding: 3rem;
}
.page-daily-schedule .timecontent dl{
    margin-top: 2rem;
}
.page-daily-schedule .morebtn1{
    margin-top: 3rem;
}


@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .page-daily-schedule .scedule .ttl{
        font-size: 2rem;
    }
    .page-daily-schedule .scedule{
        padding-bottom: 3rem;
    }
    .page-daily-schedule .timelist{
        padding: 3rem 1.5rem 0;
    }
    .page-daily-schedule .timecontent {
        padding: 1.5rem 1rem;
    }
    .page-daily-schedule .timettl{
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
}

/*****************************
    療育プログラム
*****************************/
.page-program .pagesec1::before,
.page-program .pagesec1::after {
    background-image: url(../images/ob/bg_ob1_l.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.page-program .pagesec1::before{
    background-position: left bottom;
    left: 0;
}
.page-program .pagesec1::after{
    background-image: url(../images/ob/bg_ob1_r.png);
    background-position: right bottom;
    right: 0 !important;
}
.page-program .pagesec2,
.page-program .pagesec3{
    background: #fffcf6;
}
.page-program .pagesec2::before,
.page-program .pagesec3::before{
    content: "";
    background-image: url(../images/ob/bg_ob2_l.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 25%;
    position: absolute;
    height: 100%;
    width: 100%;
}
.page-program .pagesec3::before{
    background-image: url(../images/ob/bg_ob2_r.png);
    background-position: right bottom;
}
.page-program .pagesec1 .txtbox{
    margin-top: 3rem;
    padding-top: 3rem;
}
.page-program .pagesec1 .txtbox p{
    margin-bottom: 3rem;
    letter-spacing: 1.6px;
}

.page-program .programbox{
    background: #fff;
    border: 6px solid #fcaa94;
    border-radius: 30px;
    padding-bottom: 8rem;
    overflow: hidden;
}
.page-program .pagesec-yellow .programbox{
    border-color: #f1cc48;
}
.page-program .pagesec-green .programbox{
    border-color: #8EC154;
}
.page-program .programbox .ttl{
    background: #fcaa94;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 1.5rem 0;
    text-align: center;
}
.page-program .pagesec-yellow .programbox .ttl{
    background: #f1cc48;
}
.page-program .pagesec-green .programbox .ttl{
    background: #8EC154;
}
.page-program .programlist{
    padding: 4rem 8rem 0;
}
.page-program .programlist .program + .program{
    border-top: 3px dashed #fcaa94;
    margin-top: 3rem;
    padding-top: 3rem;
}
.page-program .pagesec-yellow .programlist .program + .program{
    border-color: #f1cc48;
}
.page-program .pagesec-green .programlist .program + .program{
    border-color: #8EC154;
}
.page-program .programttl{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    padding-left: 3rem;
    position: relative;
}
.page-program .programttl::before{
    content: "";
    background: url(../images/ob/icon_ttl_pink.png) no-repeat center / contain;
    position: absolute;
    top: 13px;
    left: 0;
    height: 10px;
    width: 17px;
}
.page-program .pagesec-yellow .programttl::before{
    background: url(../images/ob/icon_ttl_yellow.png) no-repeat center / contain;
}
.page-program .pagesec-green .programttl::before{
    background: url(../images/ob/icon_ttl_green.png) no-repeat center / contain;
}
.page-program .programcontent{
    background: #fffcf6;
    padding: 3rem;
}
.page-program .programcontent.hasbox{
    background: none;
    padding: 0;
}
.page-program .programcontent.hasbox .inbox{
    background: #fffcf6;
    margin-top: 2rem;
    padding: 3rem;
}
.page-program .programcontent.hasbox .inbox dt{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.page-program .programcontent ul{
    list-style: disc;
    margin: 2rem 0 0 2rem;
}

.page-program .pagesec-add .imgbox{
    margin: 3rem 0;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .page-program .pagesec1::before{
        top: -8%;
        bottom: auto;
        left: -24%;
        transform: rotate(10deg);
    }
    .page-program .pagesec1::after{
        right: -5%;
    }
    .page-program .programbox .ttl{
        font-size: 2rem;
    }
    .page-program .programbox{
        padding-bottom: 3rem;
    }
    .page-program .programlist{
        padding: 3rem 1.5rem 0;
    }
    .page-program .programcontent {
        padding: 1.5rem 1rem;
    }
    .page-program .programttl{
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .page-program .programcontent.hasbox .inbox{
        margin-top: 1.5rem;
        padding: 1.5rem 1rem;
    }
    .page-program .programcontent.hasbox .inbox dt{
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 321px) {
    .page-program .pagesec1::before {
        top: -33rem;
        left: -4rem;
    }
}

/*****************************
    お知らせ
*****************************/
.newsbox li{
    padding: 0 1.5rem;
    width: 33%;
}
.newsbox li.nonews{
    text-align: center;
    width: 100% !important;
}
.newsbox li .imgbox{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 2px solid #f0f0f0;
}
.newsbox li .imgbox img{
    aspect-ratio: 4/3;
    object-fit: cover;
    min-height: 250px;
}
.newsbox li .imgbox span{
    background-color: #f1cc48;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding: .5rem 1.5rem .7rem;
    position: absolute;
    top: 0;
    right: 0;
}
.newsbox li .txt{
    margin-top: 1.5rem;
}
.newsbox li .ttl{
    font-size: 2rem;
    font-weight: bold;
}
.newsbox li .content{
    margin: .5rem 0 1rem;
}
.newsbox li .time{
    background: #fcaa94;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    padding: 3px 5px;
}

.page-archive,
.page-single{
    margin-top: 8rem;
    position: relative;
}
.page-archive::before,
.page-archive::after {
    background-image: url(../images/ob/bg_ob3_l.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.page-archive::before{
    background-position: left bottom;
    left: 0;
}
.page-archive::after{
    background-image: url(../images/ob/bg_ob3_r.png);
    background-position: right bottom;
    right: 0;
}
.page-archive .newsbox li{
    margin-bottom: 8rem;
}

.page-single .singlehead{
    border-bottom: 3px dashed #fcaa94;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}
.page-single .singlehead .ttl{
    font-size: 4rem;
    font-weight: bold;
}
.page-single .thmimgbox{
    margin-bottom: 2rem;
    text-align: center;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .newsbox li{
        margin: 1rem 0;
        width: 100%;
    }
    .newsbox li a{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 3rem;
    }
    .newsbox li .imgbox{
        overflow: visible;
        width: 80px;
    }
    .newsbox li .imgbox span{
        border-radius: 5px 5px 0 0;
        padding: 0.5rem 1rem 0.7rem;
        top: -2.6rem;
        right: auto;
        left: 0;
        width: 100%;
    }
    .newsbox li .imgbox img{
        border-radius: 0 0 5px 5px;
        aspect-ratio: 1/1;
        min-height: auto;
    }
    .newsbox li .txt{
        display: flex;
        flex-direction: column-reverse;
        margin: -2.6rem 0 0 0;
        width: calc(100% - 90px);
    }
    .newsbox li .ttl{
        font-size: 1.6rem;
        margin-top: 1rem;
    }
    .newsbox li .content{
        display: none;
    }
    .newsbox li .time {
        text-align: center;
        width: 80px;
    }

    .page-archive .newsbox li {
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    .page-archive::before,
    .page-archive::after {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    
}

/*****************************
    行事予定
*****************************/
.eventbox li{
    padding: 0 1.5rem;
    width: 33%;
}
.eventbox li.noevent{
    text-align: center;
    width: 100% !important;
}
.eventbox li .imgbox{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.eventbox li .imgbox img{
    aspect-ratio: 4/3;
    object-fit: cover;
}
.eventbox li .txt{
    margin-top: 1.5rem;
}
.eventbox li .ttl{
    font-size: 2rem;
    font-weight: bold;
}
.eventbox li .time{
    background: #fcaa94;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 1rem;
    padding: 3px 5px;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .eventbox li{
        margin: 2rem 0;
        padding: 0 ;
        width: 100%;
    }
    .eventbox li a{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .eventbox li .imgbox{
        overflow: visible;
        width: 100px;
    }
    .eventbox li .imgbox img{
        border-radius: 0 5px 5px 5px;
        aspect-ratio: 1/1;
    }
    .eventbox li .txt{
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
        width: calc(100% - 110px);
    }
    .eventbox li .ttl{
        font-size: 1.6rem;
        margin-top: 1rem;
    }
    .eventbox li .time {
        text-align: center;
        width: 80px;
    }
}


/*****************************
    フォーム
*****************************/

.formbox .fomin{
    margin: 1rem auto;
}
.formbox .fomttl{
    font-weight: bold;
}
.formbox .fomttl span{
    background: #fcaa94;
    border-radius: 6px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    margin-left: .5rem;
    padding: 0rem .5rem .3rem;
}
.formbox .fomcontent{
    padding: 1rem 0;
}
.formbox .fomcontent span.error{
    background: none;
    margin: 0;
}
.formbox .fomcontent dl{
    margin-bottom: 1rem;
}
.formbox .fomcontent dt{
    width: 145px;
}
.formbox .fomcontent dd{
    margin-left: auto;
    width: calc(100% - 165px);
}
.formbox .input-check{
    text-align: left;
}
.formbox .input-check .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.formbox .input-check .horizontal-item{
    display: inline-block;
    margin-right: 1rem;
}
.input-submit{
    margin: 3rem auto;
}
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
    height: 36px;
    padding: 0 .5em;
}
.formbox .input-txt input{
    width: 80%;
}
.formbox .input-age input,
.formbox .input-num input{
    max-width: 60px;
}
.formbox .input-day:first-child{
    margin-bottom: 1rem;
}
.formbox .input-day input{
    width: calc(100% - 145px);
}
.formbox .input-date input{
    margin: .5rem 0;
}
.formbox .input-select select{
    appearance: auto;
}
.formbox .input-txtarea textarea {
    padding: .5em;
}
.formbox .input-submit {
    text-align: center;
    margin-top: 2em;
}
.formbox .input-submit div {
    display: inline-block;
    vertical-align: middle;
}
.formbox .input-submit input {
    height: 50px;
    padding: 0 30px;
}
.formbox .fominmail .input-txt + .input-txt{
    margin-top: 1rem;
}

.ppbox p:first-child{
    color: #fcaa94;
}

.fomb{
    margin: 3rem auto;
    max-width: 350px;
    position: relative;
    text-align: center;
}
.fomb{
    background-color: #fcaa94;
    border: 5px solid #F6C9B5 ;
    border-radius: 50px;
}
.fomb input{
    display: block;
    color: #fff;
    padding: 1rem 0;
}
.fomb:hover{
    background-color: #fff;
}
.fomb:hover input{
    color: #fcaa94;
}
.fombcheck{
    display: none;
}
.pagesec-contact-check .fombcheck{
    display: block;
    margin: 3rem auto;
}
.pagesec-contact-check .fombcheck input{
    text-decoration: underline;
}


.pagesec-contact{
    background: #fffcf6;
    position: relative;
}
.pagesec-contact::before{
    content: "";
    background-image: url(../images/ob/bg_ob2_l.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 25%;
    position: absolute;
    height: 100%;
    width: 100%;
}
.pagesec-contact .txtbox{
    text-align: center;
}
.form-success ,
.pagesec-contact .contactbox{
    background: #fff;
    border: 8px solid #fcaa94;
    border-radius: 30px;
    margin-top: 4rem;
    padding: 4rem 8rem;
}
.pagesec-contact .contactbox .contactttl{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}
.pagesec-contact .contactbox .tel{
    text-align: center;
}
.pagesec-contact .contactbox .tel a{
    display: inline-block;
    font-size: 4.4rem;
    font-weight: bold;
    padding-left: 7rem;
    position: relative;
}
.pagesec-contact .contactbox .tel a i{
    background: #fcaa94;
    border-radius: 50%;
    color: #fff;
    font-size: 3.5rem;
    padding: 0.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 58px;
    width: 58px;
}
.pagesec-contact .contactbox .tel a i::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.form-success{
    margin: 0;
}
.form-success .morebtn2{
    margin-top: 3rem;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .pagesec-contact .txtbox{
        text-align: left;
    }
    .form-success ,
    .pagesec-contact .contactbox{
        padding: 3rem 2rem;
    }
    .pagesec-contact .contactbox .contactttl {
        font-size: 1.8rem;
    }
    .pagesec-contact .contactbox .tel a {
        font-size: 3rem;
        padding-left: 4.5rem;
    }
    .pagesec-contact .contactbox .tel a i {
        font-size: 2.2rem;
        height: 38px;
        width: 38px;
    }
    .formbox .input-txt input {
    width: 100%;
    }
}
.bold_txt{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 3px;
}
.program1_img img{
 width: 75%;
 height: auto;
 margin: 0 auto;   
}

@media screen and (max-width: 1024px) {
    .program1_img img{
        width: 80%; 
       }
}
@media screen and (max-width: 820px) {
    .program1_img img{
        width: 95%; 
       }
}
@media screen and (max-width: 767px) {
    .program1_img img{
        width: 100%; 
       }
}
.program_page_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.program_page_flex li:nth-child(1){
    width: 50%;
    padding: 0 10px;
}
.program_page_flex li:nth-child(2){
    width: 50%;
    padding: 10px;
 }
 .program_page_flex li:nth-child(2) p{
    font-size: 18px;
    line-height: 1.8;
   letter-spacing: 1.6px;
 }
 @media screen and (max-width: 767px) {
    .program_page_flex li:nth-child(1){
        width: 75%;
        padding: 0 10px;
        margin: 0 auto;
    }
    .program_page_flex li:nth-child(2){
        width: 100%;
        padding: 10px;
     }
     .program_page_flex li:nth-child(2) p{
       font-size: 16px;
       line-height: 1.6;
     }
 }



 .labo_bg{
    background: #e3ebf6;
 }

