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

event
///////////////////////*/

h2.sec_title{
    text-align: center;
    font-size: 4em;
    letter-spacing: 0.2em;
    margin: 1rem auto;
    color: #007589;
    font-weight: normal;
}
h2.sec_title span{
display: block;
    padding: 1rem;
    font-weight: normal;
}

h2.sec_title img{
    width: 300px;
    height: auto;
}
.title_txt{
    text-align: center;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    font-weight: bold;
    color: #e83828;
}
@media screen and (max-width: 767px) {
h2.sec_title{
    text-align: center;
    font-size: 2em;
    letter-spacing: 0.2em;
    margin: 3rem auto;
    color: #007589;
    font-weight: normal;
}    
}

.event_att{
    font-size: 1.4em;
    letter-spacing: 0.1em;
    display: inline-block;
    line-height: 1.4em;
    padding: 0 1rem;
    background: #000;
    color: #fff;
    font-weight: normal;
}
/*================================
content
================================*/
.partyWrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.9);
    margin: 1rem auto;
    padding: 5px 0 0;
}

.phImg{
    width: 50%;
    height: auto;
    order: 1;
}
.phImg img{
    width: 96%;
    margin: 1%;
    height: auto;
}
.plan_detail{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 5%;
    order: 2;
}
.plan_detail_sec{
    text-align: left;
    
}
.plan_detail_sec h2{
    font-size: 3em;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    line-height: 1em;
    padding: 2rem;
    color: #000;
    border-bottom: 1px #000 solid;
    border-top: 1px #000 solid;
}
.plan_detail_sec h2 .freeD{
    font-size: .4em;
    letter-spacing: 0.1em;
    display: inline-block;
    line-height: 1.4em;
    padding: 0 1rem;
    background: #000;
    color: #fff;
    font-weight: normal;
}
.plan_detail_sec h2 .jap{
    font-size: .4em;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.4em;
    padding: 10px 0 0;
}
.plan_detail_sec .price{
   font-size: 1.6em;
    margin: 2rem auto;
    color: #000;
}
.plan_detail_sec .price .priceCtg{
   font-size: .7em;
    border: 1px #000 solid;;
    margin-right: 2rem;
    display: inline-block;
    padding: 0 1rem;
    
}
.plan_detail_sec .price .peaple{
    margin-left: 2rem;
    font-size: .6em;
    color: #000;
}


.plan_detail_sec .plan_txt{
   font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 20px;
    color: #000;
}

.plan_detail_sec .time{
   font-size: 1.7em;
    line-height: 1.3em;
    margin-bottom: 20px;
    color: #000;
}

.plan_detail_sec di{
    font-size: 1.5em;
    margin-bottom: 15px;
    list-style: none;
    
}
.detail_txt_wrap{
width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    font-size: 1.4em;
    line-height: 1.8em;
    background: #efefef;
    color: #000;
}

.schedule{
    width: 100%;
    margin: 1rem auto;
    
}

.schedule h3{
    font-size: 1.6em;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
    padding: .5em 0;
    text-align: center;
    background: #efefef;
}
.schedule p{
    font-size: 1.3em;
    font-weight: bold;
}
.schedule .category{
font-size: .4em;
    letter-spacing: 0.1em;
    display: inline-block;
    line-height: 1.4em;
    padding: 0 1rem;
    color: #fff;
    font-weight: normal;
    margin: 0 1rem 0 0
}

.contact{
font-size: 1.6em;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
    padding: .5em 0;
    text-align: center;
    background: #efefef;  
}

.yoga{background: #000;}
.pila{background: #883e93;}

.kansyuyWrap{
    width: 60%;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    display: flex;
    justify-content: center;
    border: 5px #efefef solid;
    align-items: center;
}
.kansyuyWrap .kansyu{
    width: 20%;
    height: auto;
    padding: 2rem
}
.kansyuyWrap .kansyu img{
    width: 100%;
    height: auto;
}
.kansyuyWrap .kansyu_detail{
    width: 80%;
    padding: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-size: 1.3em;
}
.kansyuyWrap .kansyu_detail h2{
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
.partyWrap{
    flex-direction: column;
    }
.phImg{
    width: 100%;
    height: auto;
}
.phImg img{
    width: 100%;
    height: auto;
}
    .plan_detail{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 1%;
}
.plan_detail_sec{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 5%;
}
.plan_detail_sec .price{
   font-size: 2em;
    margin: 2rem auto;
    color: #000;
}
.plan_detail_sec .price .priceCtg{
   font-size: .7em;
    border: 1px #000 solid;;
    margin-right: 2rem;
    display: inline-block;
    padding: 0 1rem;
    
} 
    
.kansyuyWrap{
    width: 100%;
    flex-direction: column;
}
.kansyuyWrap .kansyu{
    width: 80%;
    height: auto;
    padding: 2rem
}

.kansyuyWrap .kansyu_detail{
    width: 100%;
    padding: 1rem;

}

    
    
}