@charset "UTF-8";
:root {
  --main-color: #5c2623;
  --main-color2: #e07285;
}

.l-pagetitle {
  background: url("../img/option/pagetitlebg2.png"), url("../img/option/pagetitlebg3.png"), url("../img/option/pagetitlebg.png");
  background-repeat: no-repeat;
  background-position: left top, right top,center;
  padding: 60px 0;
  width: 100vw;
  background-size: auto, auto, cover;
}
.l-pagetitle .box {
  max-width: 619px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 100px;
  position: relative;
  /* 基準にする */
  /* 上下の画像だけをセット */
  background: url("../img/option/pagetitle_bg1.png") left top no-repeat, url("../img/option/pagetitle_bg3.png") left bottom no-repeat;
  z-index: 1;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.l-pagetitle .box .icon1 {
  position: absolute;
  left: 30px;
  top: -5px;
}
.l-pagetitle .box .icon2 {
  position: absolute;
  right: 15px;
  bottom: -20px;
}
.l-pagetitle .box h1 {
  text-align: center;
  font-size: 44px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", "YuMincho", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}
.l-pagetitle .box h1 span {
  display: block;
  text-align: center;
  font-size: 25px;
}
.l-pagetitle .box h1 small {
  font-size: 18px;
}
.l-pagetitle .box h1:after {
  content: "";
  width: 58px;
  height: 43px;
  display: block;
  background: url("../img/option/icon-shoes.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -43px;
  margin: auto;
}
.l-pagetitle .box:before {
  content: "";
  position: absolute;
  /* ここで「リピート画像を表示する範囲」を厳密に指定 */
  top: 88px;
  /* 上から73pxあける */
  bottom: 88px;
  /* 下から63pxあける */
  left: 0;
  right: 0;
  background: url("../img/option/pagetitle_bg2.png") left center repeat-y;
  background-size: 100% auto;
  z-index: -1;
  /* 背景画像のさらに後ろに配置 */
}

.l-nav {
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  position: relative;
  padding: 30px 0;
}
.l-nav:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  background-color: var(--main-color);
}
.l-nav:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 3px;
  display: block;
  background-color: var(--main-color);
}
.l-nav ul {
  text-align: center;
}
.l-nav ul li {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 50px;
}
.l-nav ul li:last-child {
  margin-right: 0;
}
.l-nav ul li a {
  width: 300px;
  display: block;
}
.l-nav ul li span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid var(--main-color);
  border-bottom: 0;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.l-nav ul li:before {
  content: "";
  width: 15px;
  height: 31px;
  display: inline-block;
  background: url("../img/option/nav_before.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-nav ul li:after {
  content: "";
  width: 15px;
  height: 31px;
  display: inline-block;
  background: url("../img/option/nav_after.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


/*=======================================
シンデレラスクール講座
=========================================*/

.p-cinderella__about {
    max-width: 100%;
    margin: 0;
    background: url("../img/cinderella_school/bg_02.jpg") center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.p-cinderella__about .about-tit {
    margin-bottom: 5px;
}

.p-cinderella__about .about-tit img {
    margin: 10px 0 20px;
}

.p-cinderella__about .box-a {
    position: relative;
    margin: 150px auto;
    align-items: center;
    text-align: center;
    background-color: #fff;
    background-size: 100% auto;
    padding: 70px 20px 80px; 
    box-sizing: border-box;
}

.p-cinderella__about .box-a::before {
    content: "";
    position: absolute;
    top: -64px;
    left: 0;
    width: 100%;
    height: 100px;
    align-items: center;
    background: url("../img/cinderella_school/bg_a01.png") center no-repeat;
    background-size: contain;
    z-index: 2;
}

.p-cinderella__about .box-a::after {
    content: "";
    position: absolute;
    bottom: -70px; 
    left: 0;
    align-items: center;
    width: 100%;
    height: 100px;
    background: url("../img/cinderella_school/bg_a02.png") center no-repeat;
    background-size: contain;
    z-index: 2;
}

.p-cinderella .about-tit,
.p-cinderella .p-cinderella__about .bottom {
    font-family:"Hiragino Mincho ProN","YuMincho","Noto Serif JP";
}

.p-cinderella .p-cinderella__about .about-tit h2 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #e07285;
}

.p-cinderella .about-tit .ct {
    font-size: 20px;
    letter-spacing: 0.2rem;
    color: #e07285;
}

.p-cinderella .p-cinderella__about .bottom {
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 2;
    color: #5c2623;
}

.deco-item {
    position: absolute; 
    z-index: 10; 
}

.deco-a {
    top: -24px;
    left: -65px;
    width: 220px;
}

.deco-b {
    bottom: -38px;
    right: -87px;
    width: 185px;
} 

.p-cinderella__about .box-b {
    position: relative;
    margin: 100px auto;
    text-align: center;
    background-color: #fff;
    background-size: 100% auto;
    padding: 40px 30px 50px; 
    mar
    box-sizing: border-box;
    border-top: 3px solid #5c2623;
    border-bottom: 3px solid #5c2623;
}

.p-cinderella__about .box-b .about-tit {
    margin-left: 40px;
    margin-right: 20px;
}

.p-cinderella .about-tit h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #e07285;
}

.p-cinderella__about .box-b .box-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.deco-c {
    top: 10px;
    right: -40px;
    width: 190px;
}

.deco-d {
    bottom: 50px;
    right: 922px;
    width: 150px;
}

.p-cinderella__curriculum {
    max-width: 100%;
    margin: 0;
    background: url("../img/cinderella_school/bg_03.jpg") center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.p-cinderella__curriculum .c-box {
    margin: 40px auto;
    text-align: center;
}
.p-cinderella .tit {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid #e07285;
    text-align: center;
    margin-top: 70px;
}

.p-cinderella .tit h4 {
    font-size: 23px;
    font-family:"Hiragino Mincho ProN","YuMincho","Noto Serif JP";
}

.p-cinderella__curriculum .bar {
    background: linear-gradient(to right top, #e07285, #eaacd5);
    font-size: 18px;
    color: #fff;
    margin: 0 auto 20px;
}

.p-cinderella__curriculum .summary-tit {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #e07285;
}

.p-cinderella__curriculum .line,
.p-cinderella__detail .schedule .line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px;
    color: #e07285;
    font-weight: bold;
}

.p-cinderella__curriculum span,
.p-cinderella__detail .schedule .summary-tit span {
    padding: 0 20px;
}

.p-cinderella__curriculum .line::before,
.p-cinderella__curriculum .line::after {
    content: ""; 
    flex-grow: 1;
    height: 1px; 
    background-color: #e07285;
}

.p-cinderella__curriculum .summary-list {
    display: flex;
    justify-content: center;
    letter-spacing: 0.1rem;
}

.summary-list {
    padding: 20px;
    width: 100%;
}

.summary-list li {
    position: relative;
    padding-left: 1.5em;
    list-style: none;
}

.summary-list li::before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #e07285; 
    border-radius: 50%;
}

.summary-list li:nth-child(2) {
    margin-left: 30px;
}

.p-cinderella__curriculum .curriculum-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 12px;
    margin-bottom: 20px;
}

.p-cinderella__curriculum .curriculum-list li {
    font-size: 14px;
    letter-spacing: 0.03rem;
    text-align: center;
    background-color: #fff;
    width: 240px;
    height: 78px;
    padding: 30px 0;
    position: relative;
    border-bottom: 3px solid #5c2623;
}

.p-cinderella__curriculum .curriculum-list li::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.75px;
    background-color: #5c2623;
    bottom: 3px;
    position: absolute;
}

.curriculum-list li.etc {
    background: none;
    border: none;
    box-shadow: none;
    width: auto;
    height: auto;
    padding: 0 0 0 20px;
    align-self: flex-end; /* 下揃えにする */
}

.p-cinderella__curriculum .curriculum-list li.etc::after {
    display: none;
}

.curriculum-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.curriculum-flex-container .curriculum-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 500px; 
    gap: 20px 12px;
    padding: 0;
    margin: 0;
} 

.curriculum-flex-container .curriculum-img {
    width: 470px;
    text-align: center;
}

.p-cinderella__detail {
    max-width: 100%;
    margin: 0;
    padding: 10px 0 100px;
    background: #fbe6e1 url("../img/option/bg3.png") repeat;
    overflow: hidden;
}

.p-cinderella__detail .time .tit,
.p-cinderella__detail .schedule .tit,
.p-cinderella__detail .price .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/*
.p-cinderella__detail .time h4::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url("../img/cinderella_school/common_07.svg") no-repeat center;
    margin-left: 5px;
    display: block;
    position: absolute;
    top: 16%;
    right: 42.5%;
}*/

.p-cinderella__detail .block {
    text-align: center;
    margin: 30px 0;
}

.p-cinderella__detail .block .item h5 {
    font-size: 15px;
    color: #b39700;
    margin-bottom: 10px;
}

.p-cinderella__detail .block .item h5 span {
    display: block;
    width: fit-content;
    font-size: 16px;
    color: #000;
    border-bottom: 2px solid #b39700;
    padding-bottom: 10px;
    margin: 0 auto 10px;
}

.p-cinderella__detail .block .item p {
    font-size: 15px;
    letter-spacing: 0.1rem;
    line-height: 2rem;
}

.p-cinderella__detail .block .item {
    width: 1000px;
    margin: 0 auto; /* 中央寄せ */
    position: relative;
    z-index: 1;
    /* 上下のパーツを配置。background-sizeを100%にすることで横幅を合わせます */
    background: 
        url("../img/cinderella_school/bg_b01.png") center top no-repeat, 
        url("../img/cinderella_school/bg_b04.png") center bottom no-repeat;
    background-size: 100.1% auto;
    padding: 50px 160px; /* 装飾に文字が被らないよう内側余白を広めに */
    box-sizing: border-box;
}

.p-cinderella__detail .block .item:before {
    content: "";
    position: absolute;
    /* つなぎ目を隠すため、上下のパーツに数px重なるように指定します */
    top: 70px;    /* bg_b01の高さに合わせて調整 */
    bottom: 63px; /* bg_b04の高さに合わせて調整 */
    left: 0;
    right: 0;
    /* 縦にリピートする画像。横幅は親の1000pxに合わせます */
    background: url("../img/cinderella_school/bg_b02.png") center top repeat-y;
    background-size: 100% auto;
    z-index: -1;
}

.p-cinderella__detail .block2 {
  margin-top: 40px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-cinderella__detail .block2:before, .p-cinderella__detail .block2:after {
  content: none;
}
.p-cinderella__detail .block2 .item {
  width: 480px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  justify-content: center;
  align-items: center;
}
.p-cinderella__detail .block2 .item span {
  margin: 0 auto 15px;
  font-size: 18px;
}
.p-cinderella__detail .block2 .item span:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
}
.p-cinderella__detail .block2 .item span.icon1:before {
  width: 80px;
  height: 60px;
  background: url("../img/option/icon-pc.svg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-cinderella__detail .block2 .item span.icon2:before {
  width: 56px;
  height: 60px;
  background: url("../img/option/icon-world.svg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-cinderella__detail .block2 .item p {
  max-width: 266px;
  width: 100%;
}
.p-cinderella__detail .schedule .summary-tit {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #704311;
}
.p-cinderella__detail .schedule .line::before,
.p-cinderella__detail .schedule .line::after {
    content: ""; 
    flex-grow: 1;
    height: 0.5px; 
    background-color: #704311;
}
.p-cinderella__detail .schedule .box {
  padding: 50px 0;
  position: relative;
  /* 基準にする */
  /* 上下の画像だけをセット */
  background: url("../img/option/bg6-1.png") left top no-repeat, url("../img/option/bg6-3.png") left bottom no-repeat;
  z-index: 1;
}
.p-cinderella__detail .schedule .box:before {
  content: "";
  position: absolute;
  /* ここで「リピート画像を表示する範囲」を厳密に指定 */
  top: 73px;
  /* 上から73pxあける */
  bottom: 63px;
  /* 下から63pxあける */
  left: 0;
  right: 0;
  background: url("../img/option/bg6-2.png") left center repeat-y;
  background-size: 100% auto;
  z-index: -1;
  /* 背景画像のさらに後ろに配置 */
}
.p-cinderella__detail .schedule .box .day {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.p-cinderella__detail .schedule .box .day .year {
  background-color: #F9F6E8;
  border-bottom: 1px solid var(--main-color);
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
  color: #704311;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.p-cinderella__detail .schedule .box .day .day-list {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 13px;
    padding: 0;
    margin-bottom: 20px;
}
.p-cinderella__detail .schedule .box .day .day-list li {
  width: 150px;
  height: 61px;
    border: 1px solid #704311;
    padding: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

.p-cinderella__detail .schedule .box .day .day-list li .date {
    padding: 0;
    font-size: 15px;
    text-align: center;
}

.p-cinderella__detail .schedule .box .day .day-list li .label {
    font-size: 10px;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    width: 100%;
    margin-top: auto;
}
.label.orange { background-color: #ff9864; } /* MY マニュアル */
.label.pink   { background-color: #f275ae; } /* シンデレラマインド */
.label.blue   { background-color: #407ee2; } /* ビジネス */
.label.yellow  { background-color: #bfb026; } /* 外見ブランディング */

.p-cinderella__detail .schedule .box .day .day-list li:nth-child(4n) {
  gap: 0;
}

.p-cinderella__detail .schedule .box .day .day-list li span {
  background: #704311;
  color: #FFF;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: -2px;
  font-feature-settings: "palt";
  padding: 0 5px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-left: 5px;
}
.p-cinderella__detail .schedule .box .day .day-list li span.sun {
  background-color: #C1361F;
}
.p-cinderella__detail .schedule .box .day .day-list li span.sat {
  background-color: #123d6d;
  
}
.p-cinderella__detail .schedule .box .day .careful li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: var(--main-color2);
  font-size: 13px;
  line-height: 1.2rem;
  margin-bottom: 5px;
  letter-spacing: 0.08rem;
}
.p-cinderella__detail .schedule .box {
    margin-top: 30px;
}
.p-cinderella__detail .schedule .box .summary-tit {
    padding-top: 10px;
}
.p-cinderella__detail .schedule .box .careful {
    padding-top: 10px;
}
.p-cinderella__detail .price .price-wrap {
    text-align: center;
    margin: 30px auto;
}
.p-cinderella__detail .price .other {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.p-cinderella__detail .price .other ul li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-cinderella__detail .price .other ul li:last-child {
  margin-bottom: 0;
}

.p-cinderella__detail .option-btn-wrap {
    text-align: center;
    padding: 40px 0 80px;
    width: 100%;
}
.option-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    max-width: 90%;
    height: 65px;
    background-color: #5c2623;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.option-btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    border-top-right-radius: 3px;
    position: absolute;
    right: 40px;
    display: block;
}

.p-cinderella__news {
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0 70px;
    background-color: #fff;
    position:relative
}
.p-cinderella__news::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 8px;
    background: url(../img/cinderella_school/common_12.svg);
}
.p-cinderella__news::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url(../img/cinderella_school/common_12.svg);
}
.news-wrap {
    max-width: 640px;
    margin: 0 auto;
}
.p-cinderella__news .news-box {
    position: relative;
}
.p-cinderella__news .box-txt{
    text-align: center;
    font-family:"Hiragino Mincho ProN","YuMincho","Noto Serif JP";
    font-weight: bold;
}
.p-cinderella__news .box-txt span {
    font-size: 20px;
    color: #e07285;
    letter-spacing: 0.1rem;
}
.p-cinderella__news .box-txt p {
    font-size: 15px;
    color: #e07285;
    line-height: 2;
    letter-spacing: 0.1rem;
    margin: 20px 0 30px;
}
.p-cinderella__news .box-txt2 {
    background-color: #fffbea;
    border: #b39700;
    padding: 25px;
    border: 2px solid #b39700;
    color: #704311;
    letter-spacing: 0.08rem;
}
.p-cinderella__news .box-txt2 .txt2-tit {
    font-size: 16px;
    font-weight: bold;
}
.p-cinderella__news .box-txt2 p {
    font-size: 15px;
    text-align: justify; 
    text-justify: inter-ideograph;
}
.benefit-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 15px;
}
.leaf-left, .leaf-right {
    width: 220px;
    height: 15px;
    background: url(../img/cinderella_school/common_13.svg) no-repeat center;
    background-size: contain;
}
.leaf-right { transform: scaleX(-1); }

.deco-e {
    top: -112px;
    left: -143px;
    width: 184px;
}
.deco-f {
    bottom: -78px;
    right: -115px;
    width: 150px;
}

.c-reserve .box {
  background: url("../img/option/bg5-1.png"), url("../img/option/bg5-3.png"), url("../img/option/bg5-2.png");
  background-repeat: no-repeat,no-repeat,repeat-y;
  background-position: left top,left bottom,left center;
  background-color: #FFF;
  padding: 50px 0;
  position: relative;
}
.c-reserve .box:before {
  content: "";
  width: 143px;
  height: 125px;
  display: block;
  background: url("../img/option/icon5.png") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: -45px;
}
.c-reserve .box:after {
  content: "";
  width: 99px;
  height: 93px;
  display: block;
  background: url("../img/option/icon6.png") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 30px;
  bottom: -20px;
}
.c-reserve .box p {
  text-align: center;
  font-size: 15px;
  line-height: 1.75;
}
.c-reserve .box .btn-wrap {
  text-align: center;
  font-size: 0;
  margin: 50px 0 30px;
}
.c-reserve .box .btn-wrap a {
  display: inline-block;
  width: 310px;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  font-size: 16px;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
}
.c-reserve .box .btn-wrap a:after {
  content: "";
  width: 7px;
  height: 21px;
  display: block;
  background: url("../img/option/arrow.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-reserve .box .btn-wrap a.mail-btn {
  background-color: var(--main-color2);
  margin-right: 18px;
}
.c-reserve .box .btn-wrap a.line-btn {
  background-color: #6dc94b;
}
.c-reserve .box .tel {
  background-color: #fff7f5;
  border-bottom: 1px solid #000000;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0;
  text-align: center;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.c-reserve .box .tel span {
  font-size: 24px;
}
.p-cinderella__detail .c-reserve .tit {
    margin-bottom: 40px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-pagetitle {
    background: url("../img/option/pagetitlebg2.png"), url("../img/option/pagetitlebg3.png"), url("../img/option/pagetitlebg.png");
    background-repeat: repeat-y,repeat-y,no-repeat;
    background-position: left top, right top,center;
    -webkit-background-size: 35%, 35%, cover;
    -o-background-size: 35%, 35%, cover;
    background-size: 35%, 35%, cover;
    padding: 30px 0;
  }
  .l-pagetitle .box {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 60px;
    background: url("../img/option/pagetitle_bg1.png") left top no-repeat, url("../img/option/pagetitle_bg3.png") left bottom no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .l-pagetitle .box .icon1 {
    position: absolute;
    left: 10px;
    top: -5px;
    width: 70px;
  }
  .l-pagetitle .box .icon2 {
    position: absolute;
    right: 15px;
    bottom: -10px;
    width: 80px;
  }
  .l-pagetitle .box h1 {
    font-size: 30px;
  }
  .l-pagetitle .box h1 span {
    font-size: 18px;
  }
  .l-pagetitle .box h1 small {
    font-size: 14px;
  }
  .l-pagetitle .box h1:after {
    width: 38px;
    height: 23px;
    bottom: -23px;
  }
  .l-pagetitle .box:before {
    top: 12vw;
    /* 上から73pxあける */
    bottom: 12vw;
    /* 下から63pxあける */
  }

  .l-nav {
    padding: 30px 15px;
  }
  .l-nav ul {
    text-align: center;
  }
  .l-nav ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .l-nav ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .l-nav ul li a {
    width: 100%;
    display: block;
  }

  /*=======================================
  cinderella
  =========================================*/

  .p-cinderella .p-cinderella__about .about-tit h2 {
    font-size: 24px;
  }
  .p-cinderella .about-tit .ct{
    font-size: 14px;
  }
  .p-cinderella__about .box-a {
    margin: 80px auto;
    padding: 50px 15px 60px;
  }
  .p-cinderella .p-cinderella__about .bottom {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
  }
  .p-cinderella__about .box-a::before {
    top: -67px;
  }
  .p-cinderella__about .box-a::after {
    bottom: -67px;
  }
  .p-cinderella__about .box-b{
    padding: 40px 15px 50px;  
  }
  .p-cinderella__about .box-b .about-tit {
    margin: 0;
  }
  .deco-a {
    top: -80px;
    left: -37px;
    width: 160px;
  }
  .deco-b {
    bottom: -90px;
    right: -32px;
    width: 150px;
  }
  .p-cinderella__about .box-b .box-inner {
    display: block;
  }
  .p-cinderella .about-tit h3 {
    font-size: 24px;
  }
  .deco-c {
    top: -55px;
    left: -36px;
    transform: scaleX(-1);
  }
  .deco-d {
    bottom: -65px;
    right: -15px;
    transform: scaleX(-1);
  }
.p-cinderella__curriculum .c-box {
    margin: 30px auto 20px;
}
.p-cinderella__curriculum .summary-tit {
    font-size: 15px;
}
.p-cinderella__curriculum .summary-list {
    letter-spacing: 0;
}
.summary-list {
    padding: 20px 10px;
}
.summary-list li {
    font-size: 13px;
    padding-left: 1.3em;
}
.p-cinderella__curriculum .curriculum-list li {
    width: 48%;
    font-size: 12px;
    letter-spacing: 0;
}
.curriculum-list li.etc {
    width: 100%;
    display: block;
    text-align: center; 
    padding-left: 0; 
    margin-top: 10px;
}
.p-cinderella__curriculum .bar {
    font-size: 15px;
}
.curriculum-flex-container {
    display: block;
}
.curriculum-flex-container .curriculum-list {
    width: 100%;
}
.curriculum-flex-container .curriculum-img {
    width: 100%;
    margin-top: 15px;
}
.p-cinderella__detail {
    padding-bottom: 80px;
}
.p-cinderella__detail .block .item {
    width: 100%;
    background: url(../img/option/bg7-1.png) left top no-repeat, url(../img/option/bg7-3.png) left bottom no-repeat;
    background-size: 100%;
    padding: 40px 30px;
}
.p-cinderella__detail .block .item:before {
    background: url(../img/option/bg7-2.png) left center repeat-y;
    background-size: 100%;
    top: 11.5vw;
    bottom: 11.5vw;
}
.p-cinderella__detail .block .item p {
    letter-spacing: 0;
    text-align: left;
}
.p-cinderella__detail .block2 {
    display: block;
}
.p-cinderella__detail .block2 .item {
    width: 100%;
    margin-bottom: 30px;
}
.p-cinderella__detail .schedule .box {
    width: 100%;
    background: url(../img/option/bg7-1.png) left top no-repeat, url(../img/option/bg7-3.png) left bottom no-repeat;
    background-size: 100%;
    padding: 50px 20px;
}
.p-cinderella__detail .schedule .box:before {
    width: 100%;
    background: url(../img/option/bg7-2.png) left center repeat-y;
    background-size: 100%;
    top: 11.5vw;
    bottom: 11.5vw;
}
.p-cinderella__detail .schedule .summary-tit {
    font-size: 16px;
    letter-spacing: 0;
}
.p-cinderella__detail .schedule .box .day .day-list {
    gap: 8px;
}
.p-cinderella__detail .schedule .box .day .day-list li {
    width: 48%;
}
.option-btn::after {
    right: 26px;
}
.p-cinderella__news .news-wrap {
    padding: 0 15px;
}
.p-cinderella__news .box-txt span {
    font-size: 18px;
}
.p-cinderella__news .box-txt p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.p-cinderella__news .box-txt2 {
    padding: 20px;
}
.benefit-tit {
    gap: 10px;
    width: 100%;
    white-space: nowrap;
}
.p-cinderella__news .box-txt2 .txt2-tit {
    flex-shrink: 0;
}
.leaf-left, .leaf-right {
    flex: 1;
    max-width: 100px;
}
.deco-e {
    top: -117px;
    left: -54px;
    width: 150px;
}
.deco-f {
    bottom: -97px;
    right: -39px;
    width: 130px;
}
.p-cinderella__news::before,
.p-cinderella__news::after {
    background-size: auto 8px;
}
.c-reserve .box {
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding: 60px 15px;
  }
  .c-reserve .box:before {
    width: 123px;
    height: 105px;
    right: -10px;
    top: -30px;
  }
  .c-reserve .box:after {
    width: 79px;
    height: 73px;
    left: -10px;
    bottom: -20px;
  }
  .c-reserve .box p {
    font-size: 14px;
  }
  .c-reserve .box .btn-wrap {
    margin: 30px 0 30px;
  }
  .c-reserve .box .btn-wrap a {
    display: block;
    width: 100%;
  }
  .c-reserve .box .btn-wrap a.mail-btn {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .c-reserve .box .tel {
    font-size: 30px;
  }
  .c-reserve .box .tel span {
    font-size: 14px;
  }


  }





