.lv1-title{
    color: #C47BB2;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: 20px 0px;
	font-family: 'Noto Serif JP','ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
}

.lv2-title{
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px 0 18px;
  font-size: 22px;
  background: #ECDCE9;
  color: #363531;
  box-sizing: border-box;
  margin: 40px 0px 40px 0px;
}
.lv2-title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.lv2-title:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #F6F2F4 transparent transparent;
  border-style: solid;
}
.bgwhite{
    background-color: #ffffff;
    padding: 10px;
}
.kadomaru{
    border-radius: 25px;
}

.highlight {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  padding-right: 20px;
  width:200px;
}

.greeting-title{
    display: inline;
    font-weight: bold;
    font-size: 22px;
    border: 2px solid #000000;
    border-radius: 100px;
    padding: 5px 20px;
    color: #000000 !important;
}

.greeting-col{
    display: flex;
    flex-direction: row-reverse;
}
.greeting-col .text-col{
    width:70%;
    padding: 20px 10px;
}
.greeting-col .photo-col{
    width:30%;
    padding: 10px;
}

.feature-title-outer{
    width:100%;
    text-align: center;

}
.feature-title {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #C47BB2;
  color: #FFF;
  box-sizing: border-box;
  text-align: center;
}
.feature-title:before, .feature-title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.feature-title:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #F6F2F4;
  border-style: solid;
}
.feature-title:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #F6F2F4 transparent transparent;
  border-style: solid;
}
.feature-col th{
    padding-right: 20px;
}
.feature-col .icon{
    color: #9F7C9D;
    border: #ED798E 1px solid;
    border-radius: 50%;
    display: block;
    padding: 10px;
    width: 50px;
    text-align: center;
    font-weight: bold;
}
.feature-col .icon span{
    font-size: 18px;
}
.feature-midasi{
    color: #ED798E;
    font-weight: bold;
    font-size: 20px;
    border-bottom: dotted 2px #9F7C9D;
}


.activity-col-outer{
    display: flex;
    width:100%;
    padding: 10px;
}
.activity-col{
    width:50%;
    padding: 10px;
}
.month-col{
    display: flex;
    width:100%;
    padding: 10px;
}
.month-col .left-col{
   width:50%;
}
.month-col .left-col h4{
    position: relative;
}
.month-col .left-col h4::after{
    content: "";
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    display: block;
    margin-left: 10px;
}
.month-col .left-col h4 span{
    border: 1px solid #000;
    border-radius: 50%;
    padding: 5px;
}
.left-col.wide{
    width:100%;
}
.mm04 span{
    background-color: #F8DDE2;
}
.mm05 span{
    background-color: #CAE3C5;
}
.mm09 span{
    background-color: #FDD799;
}
.mm10 span{
    background-color: #D3C6E0;
}
.mm12 span{
    background-color: #BFD4EF;
}
.mm03 span{
    background-color: #E3EA9C;
}
.mm00 span{
    background-color: #E2E3E5;
}

.month-col .right-col{
   width:50%;
}
.month-col ul{
    font-size: 14px;
}
.month-col ul li{
    position: relative;
}
.month-col ul li::before{
    content: "●";
    color: #F5BBC7;
}

.club-list-outer {
    position: relative;
    padding:0.25em 1em;
}
.club-list-outer:before,.club-list-outer:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.club-list-outer:before{
    border-left: solid 2px #F5BBC7;
    border-top: solid 2px #F5BBC7;
    top:0;
    left: 0;
}
.club-list-outer:after{
    border-right: solid 2px #F5BBC7;
    border-bottom: solid 2px #F5BBC7;
    bottom:0;
    right: 0;
}
ul.club-list{
    display: flex;
}
ul.club-list li{
    position: relative;
    padding: 5px 10px 5px 5px;
    font-size: 14px;
}
ul.club-list li::before{
    content: "●";
    color: #F5BBC7;
}
.img-col{
    display: flex;
    width:100%;
}
.img-col .left-col{
    width:45%;
}
.img-col .left-col .upper-row{
    display: flex;
    width:100%;
}
.img-col .left-col .upper-row div.img-block{
    width: 50%;
}
.img-col .left-col .under-row .img-block,
.img-col .right-col .right-row .img-block{
    margin-top: 5px;
}
.img-col .right-col{
    width:55%;
    display: flex;
}
.img-col .right-col .left-row{
    width:55%;
}
.img-col .right-col .right-row{
    width:45%;
}
.img-col .img-block{
    position: relative;
    padding: 5px;
}
.img-col .img-block p{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    padding: 0px 2px;
    line-height: 1.2;
}
.img-col .img-block p.upper{
    bottom: auto;
    top:0;
}



.brackets {
    position: relative;
    padding: 0.25em 0em;
    margin: 2em 0;
    top: 0;
    text-align: center;
}
.brackets:before, .brackets:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.brackets:before{
    border-left: solid 2px #000000;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
    left: 0;
}
.brackets:after{
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
    right: 0;
}
.brackets h4{
    font-size: 18px;
    font-weight: bold;
}
.brackets p{
    padding: 0px 3px;
    font-size: 12px;
}
.lv3-title{
    font-size: 16px;
    font-weight: bold;
}
.info-table{
    padding: 5px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.info-table .bg-row-pink{
    background-color: #F7DEE6;
    border-radius: 50%;
}
.info-table .bg-row-pink >*:first-child{
    padding: 5px;
    border-radius: 25px 0px 0px 25px;
}
.info-table .bg-row-pink >*:last-child{
    padding: 5px;
    border-radius: 0px 25px 25px 0px;
}
.info-table tr:not(.bg-row-pink) >*:first-child{
    padding: 5px;
}
.info-table tr:not(.bg-row-pink) >*:last-child{
    padding: 5px;
}
.info-table .bg-row-pink-cell{
    padding: 5px;
    background-color: #F7DEE6;
    border-radius: 25px;
}
.info-table .count{
    color: #C355AB !important;
}

.arrow_box {
    border: solid 2px #FBC6C0;
    font-weight: bold;
    position: relative;
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 10px;
    max-width: 200px;
    font-size: 14px;
}
.arrow_box::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #FBC6C0;
}




.qa-list dt {
  position: relative;
  font-size: 18px;
  padding: 8px 12px;
  border: 2px solid #333;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px;

  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  box-shadow: 1px 1px 0 #333, -1px -1px 0 #333;
  filter: blur(0.2px);
}
.qa-list dt span {
    font-weight: bold;
    border-right: solid 2px #000000;
    padding-right: 5px;
    margin-right: 5px;
}
.qa-list dd {
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0px 8px;
}




.youkou-title{
    width:100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}
.youkou-table{
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.youkou-table th{width:20%;vertical-align: top;}
.youkou-table th span{
    background-color: #BC7DAC;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 5px 0px;
}
.youkou-table td{width:80%;padding:5px;}
.sikaku-midasi{
    color: red;
    font-size: 18px;
}
.sikaku-body dt{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.sikaku-body dd{
    width: 68%;
    display: inline-block;
    font-size: 15px;
}

.youkou-table td .flow-title{
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 25px;
    position: relative;
    padding-left: 45px;
}
.youkou-table td .flow-title span{
    display: inline-block;
    background-color: #E9E13E;
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
}
.flow-tag-long{display: inline-block;background-color: #F1DCEB;text-align: center;padding: 3px 5px;width: 120px;margin: 2px 3px;font-size: 13px;border-radius: 25px;}
.flow-tag-short{display: inline-block;background-color: #F1DCEB;text-align: center;padding: 3px 5px;width: 50px;margin: 2px 3px;font-size: 13px;border-radius: 25px;}

.consultation-col{
    display: flex;
    width:100%;
}
.consultation-col .left-col{
    width:60%;
}
.consultation-col .left-col .consultation-date-title{
    font-size: 18px;
    font-weight: bold;
}
.consultation-col .left-col .consultation-date-body{
    display: flex;
    flex-wrap: wrap;
}
.consultation-col .left-col .consultation-date-body p{
    width: 30%;
    padding: 7px 2px;
    margin: 3px;
    display: inline-block;
    border-radius: 50%;
    background-color: #BC7DAC;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}
.consultation-col .left-col .consultation-date-body p span{
    font-size: 14px;
}
.consultation-col .right-col{
    width:40%;
}
.consultation-col .right-col .consultation-text-title{
    font-size: 16px;
    font-weight: bold;
    color: #D77282;
    text-align: center;
}
.consultation-col .right-col .consultation-text-title span{
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(240, 237, 72, 0.4);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
.consultation-col .right-col .consultation-text-time{
    font-size: 14px;
    text-align: center;
}
.consultation-col .right-col .consultation-text-time span{
    font-size: 12px;
}
.consultation-col .right-col .consultation-text-apply{
    border: 1px solid #000000;
    border-radius: 15px;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

.schedule-table{
    width: 100%;
    margin: 0 10px 40px 10px;
}
.schedule-table th,
.schedule-table td{
    text-align: center;
}
.schedule-table tr{
    border: 1px solid #BC7DAC;
    height: 50px;
}
.schedule-table th{
    background-color: #BC7DAC;
    color: #ffffff;
    width: 20%;
    padding: 5px 0px;
}
.schedule-table td.yellow-bg{
    background-color: #F0E74C;
    width: 20%;
}
.schedule-table td.yellow-bg div{
    font-weight: 300;
    position: relative;
}

.yellow-bg-block{
    background-color: #F0E944;
    padding: 10px 5px;
}

@media screen and (max-width: 479px){
    .sp-tcenter{width:100%;text-align: center;}
    .highlight{display: block;}
    .greeting-col{display: block;}
    .greeting-col .photo-col{width:100%;}
    .greeting-col .photo-col img{display: block;margin: 10px auto;}
    .greeting-col .photo-col p{text-align: center;}
    .greeting-col .text-col{width: 100%;}
    .activity-col-outer{display: block;}
    .activity-col{width: 100%;}
    ul.club-list{width: 100%;flex-wrap: wrap;}
    ul.club-list li{width: calc(50% - 15px);}
    .img-col {display: block;}
    .img-col .left-col,
    .img-col .right-col{width: 100%;}
    .youkou-table th {width:100%;display: block;}
    .youkou-table td {width:100%;display: block;}
    .sikaku-body dt,.sikaku-body dd{width: 100%;}
    .consultation-col{display: block;}
    .consultation-col .left-col{width: 100%;}
    .consultation-col .left-col .consultation-date-body p{margin: 2px;}
    .consultation-col .right-col{width: 100%;}
    .sp-table-th{background-color: #BC7DAC;color: #ffffff;text-align: center;padding: 5px;}
    .schedule-table{margin: 0px 0px 40px 0px;}
    .pc-only-heder{display: none;}
}