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

html {
	font-size:62.5%;
}

body {
	font-family:'Noto Sans JP',Arial,sans-serif;
	line-height:1.6;
    font-weight: 400;
}

.jost {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.roundedMplus {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}

.manrope {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

.NotoSerif {
    font-family: 'Noto Serif JP', serif;
}
.barlowRegular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.barlowMedium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.barlowSemibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.barlowBold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fw500 {
    font-weight: 500;
}

.fw700 {
    font-weight: 700;
}

a,
a:active,
a:visited {
	text-decoration:none;
	color:#000;
}

a:hover {
	/*filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;*/
}

a,
a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

img {
	max-width:100%;
	height: auto;
    vertical-align: bottom;
}

img.vab {
	vertical-align:baseline;
}

img.vam {
	vertical-align: middle;
}

.pr {
	position:relative;
}

.tac {
	text-align:center;
}

.tar {
	text-align:right;
}

.tal {
	text-align:left;
}


/*メイン
-------------------------------------------------------*/
.contBox {
	width: 90%;
	/*max-width: 1000px;*/
	margin:0 auto;
}

.mb5 {
	margin-bottom:5px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb15 {
	margin-bottom:15px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb50 {
	margin-bottom:50px !important;
}

.mb60 {
	margin-bottom:60px !important;
}

.mb70 {
	margin-bottom:70px !important;
}

.mb80 {
	margin-bottom:80px !important;
}

.mt5 {
	margin-top:5px !important;
}

.mt10 {
	margin-top:10px !important;
}

.mt15 {
	margin-top:15px !important;
}

.mt20 {
	margin-top:20px !important;
}

.mt30 {
	margin-top:30px !important;
}

.mt40 {
	margin-top:40px !important;
}

.mt50 {
	margin-top:50px !important;
}

.mt60 {
	margin-top:60px !important;
}

.mt70 {
	margin-top:70px !important;
}

.mt80 {
	margin-top:80px !important;
}

.mr10 {
	margin-right:10px !important;
}

.mr20 {
	margin-right:20px !important;
}

.mr30 {
	margin-right:30px !important;
}

.ml0{
	margin-left:0px !important;
}

.ml10 {
	margin-left:10px !important;
}

.ml20 {
	margin-left:20px !important;
}

.ml30 {
	margin-left:30px !important;
}

.f9 {
    font-size: calc(100vw * 9 / 400) !important;
}

.f10 {
    font-size: calc(100vw * 10 / 400) !important;
}

.f11 {
    font-size: calc(100vw * 11 / 400) !important;
}

.f12 {
    font-size: calc(100vw * 12 / 400) !important;
}

.f13 {
    font-size: calc(100vw * 13 / 400) !important;
}

.f14 {
    font-size: calc(100vw * 14 / 400) !important;
}

.f15 {
    font-size: calc(100vw * 15 / 400) !important;
}

.f16 {
    font-size: calc(100vw * 16 / 400) !important;
}

.f17 {
    font-size: calc(100vw * 17 / 400) !important;
}

.f18 {
    font-size: calc(100vw * 18 / 400) !important;
}

.f19 {
    font-size: calc(100vw * 19 / 400) !important;
}

.f20 {
    font-size: calc(100vw * 20 / 400) !important;
}

.f21 {
    font-size: calc(100vw * 21 / 400) !important;
}

.f22 {
    font-size: calc(100vw * 22 / 400) !important;
}

.f23 {
    font-size: calc(100vw * 23 / 400) !important;
}

.f24 {
    font-size: calc(100vw * 24 / 400) !important;
}

.f25 {
    font-size: calc(100vw * 25 / 400) !important;
}

.f26 {
    font-size: calc(100vw * 26 / 400) !important;
}

.f27 {
    font-size: calc(100vw * 27 / 400) !important;
}

.f28 {
    font-size: calc(100vw * 28 / 400) !important;
}

.f30 {
    font-size: calc(100vw * 30 / 400) !important;
}

.f32 {
    font-size: calc(100vw * 32 / 400) !important;
}

.f34 {
    font-size: calc(100vw * 34 / 400) !important;
}

.w100 {
	width:100%;
}

.w95 {
	width:95%;
}

.w90 {
	width:90%;
}

.w85 {
	width:85%;
}

.w80 {
	width:80%;
}

.w75 {
	width:75%;
}

.w70 {
	width:70%;
}

.w65 {
	width:65%;
}

.w60 {
	width:60%;
}

.w55 {
	width:55%;
}

.w50 {
	width:50%;
}

.w45 {
	width:45%;
}

.w40 {
	width:40%;
}

.w35 {
	width:35%;
}

.w30 {
	width:30%;
}

.w25 {
	width:25%;
}

.w20 {
	width:20%;
}

.w15 {
	width:15%;
}

.w10 {
	width:10%;
}

.w5 {
	width:5%;
}

.pcCont {
	display:block !important;
}

.pcTabCont {
	display:block !important;
}

.tabOnlyCont {
	display:none !important;
}

.spCont {
	display:none !important;
}

.spOnlyCont {
	display:none !important;
}

.fwb {
    font-weight: bold !important;
}

.ft500 {
    font-weight: 500 !important;
}

.ls01 {
    letter-spacing: 0.1em;
}

.ls02 {
    letter-spacing: 0.075em;
}

.ls03 {
    letter-spacing: 0.05em;
}

.ls04 {
    letter-spacing: 0.2em;
}

.ls05 {
    letter-spacing: -0.05em;
}

.ls06 {
    letter-spacing: -0.2em;
}

.ls07 {
    letter-spacing: -0.025em;
}


.lh13 {
    line-height: 1.3;
}

.lh14 {
    line-height: 1.4;
}

@media screen and (max-width: 834px) {
    a:hover {
        filter: alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
    }
    .pcCont {
        display:none !important;
    }
    .tabOnlyCont {
        display:block !important;
    }
    .spCont {
        display:block !important;
    }
}

@media screen and (max-width: 480px) {
    .spOnlyCont {
        display:block !important;
    }
    .pcTabCont {
        display:none !important;
    }
    .tabOnlyCont {
        display:none !important;
    }
    .sptac {
        text-align: center;
    }
}



:root {
	--colorPink:#ef99a4;
	--colorPinkLight:#f5d0d0;
	--colorPinkDark:#dc808b;
	--colorGreen:#648e92;
	--colorGreenDark:#3d767a;
	--colorWhite:#fff;
	--colorYellow:#ffff00;
    --usedColor:#e5546b;
	--border:1px solid var(--usedColor);
}

.cWhite {
    color: var(--colorWhite) !important;
}

.cPink {
    color: var(--colorPink) !important;
}

.cGreen {
    color: var(--colorGreen) !important;
}

.cGreenD {
    color: var(--colorGreenDark) !important;
}

.cYellow {
    color: var(--colorYellow) !important;
}

.bgWhite {
    background-color: var(--colorWhite) !important;
}

.bgPink {
    background-color: var(--colorPink) !important;
}

.bgPinkLight {
    background-color: var(--colorPinkLight) !important;
}

.bgGreen {
    background-color: var(--colorGreen) !important;
}

.bgPinkD {
    background-color: var(--colorPinkDark) !important;
}

.bgGreenD {
    background-color: var(--colorGreenDark) !important;
}

.bgYellow {
    background-color: var(--colorYellow) !important;
}

/*ヘッダー
-------------------------------------------------------*/
header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logoFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0px 5px rgba(0,0,0,.45);
    height: 60px;
}

.h1 img {
    max-height: 60px;
}

.ham-btn {
    display:flex;
    align-items: center;
    height: 60px;
    z-index:151;
    padding: 0 1.75rem;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 26px;
  height: 52px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 18px;
}

.menu-trigger span:nth-of-type(2) {
  top: 26px;
}

.menu-trigger span:nth-of-type(3) {
  top: 34px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.ham-btn a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.nav {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 100px 3rem;
    position: absolute;
    top: 0;
    /*left: 0;*/
    transform: translateX(150%);
    transition: all 0.6s;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background-color: #f6f1ed;
    z-index: -1;
    /*font-size: 4vw;*/
    /*font-size: clamp(15px, 4vw, 20px);*/
    font-size: calc(100vw * 16 / 400);
}

.nav.active {
    top: 0;
    transform: translateX(0%);
}

.uLine {
    border-bottom: 1px dashed #c8c8c8;
    padding-bottom: 0.5rem;
}

.uLine i {
    padding-right: 1rem;
}

.pBtn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 2.5rem;
    border-radius: 0.5rem;
}

.pBtn a.bgPink {
    box-shadow: 0 3px var(--colorPinkDark);
}

.pBtn a.bgGreen {
    box-shadow: 0 3px var(--colorGreenDark);
}

/*フッター
-------------------------------------------------------*/
footer {
    position: sticky;
    bottom: 0;
    z-index: 1000;
}

.fNav {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0.8rem;
    /*font-size: 4vw;*/
    /*font-size: clamp(15px, 4vw, 20px);*/
    font-size: calc(100vw * 16 / 400);
}

.fNav li {
    width: 49.5%;
}

.fNav .pBtn a {
    padding: 1.1rem 1.25rem;
}

.cDown {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.5vw;
    background-color: var(--usedColor);
    /*font-size: clamp(11px, 3vw, 14px);*/
    font-size: calc(100vw * 12 / 400);
    line-height: 1.3;
    padding: 1rem 0;
}

.time {
    color: #000;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    /*font-size: clamp(18px, 5vw, 22px);*/
    font-size: calc(100vw * 20 / 400);
}

/*フッター
-------------------------------------------------------*/
main img {
    width: 100%;
}
.schoolArea {
    background-color: #eadfd5;
    padding: 1.5vw 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    line-height: 1.4;
}

.areaTtl {
    font-size: calc(100vw * 11 / 400);
    background-color: #795d36;
    padding: 0.5rem;
}

.areaTtl small {
    font-size: 72%;
}

.areaTxt{
    color: #795d36;
    font-size: calc(100vw * 11 / 400);
}

.topPoint {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 0.5rem 0;
    margin-top: -30px;
}

.topPoint li {
    width: 49.5%;
}

.topPoint li p {
    /*display: flex;
    flex-direction: column;*/
    border-radius: 1rem;
    /*background: linear-gradient(135deg, #ef99a4, #e78989);*/
    font-size: calc(100vw * 15 / 400);
    line-height: 1.3;
    padding: 1rem 0;
}

.topPoint li p big {
    font-size: 120%;
}

.pointWrap {
    padding: 40px 0;
    background: url("../img/bg_point.png") repeat 50% 50%;
}

.h2point {
    font-size: calc(100vw * 18 / 400);
    color: #3d767a;
}

.h2point big {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(100vw * 28 / 400);
    color: #795d36;
}
.h2point img {
    width: 10vw;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.pointTtl {
    white-space:nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: calc(100vw * 16 / 400);
    line-height: 1.4;
    padding-bottom: 4vw;
    padding-left: 13vw;
}

.point2 .pointTtl {
    padding-bottom: 0.5vw;
}

.pAwrap {
    padding: 4vw;
}

.ce5546b {
    color: var(--usedColor) !important;
}

.c795d36 {
    color: #795d36 !important;
}

.bg3d767a {
    background-color: #3d767a !important;
}

.bgf8f4e6 {
    background-color: #f8f4e6 !important;
}

.smileWrap {
    display: flex;
    align-items: center;
    gap: 3vw;
}

.icoSmile {
    width: 8.5vw;
    flex-shrink: 0;
}

.odd .icoSmile {
    order: 1;
}

.odd .balloon {
    order: 2;
}

.balloon {
    border: 2px solid #e78989;
    background-color: #fff;
    border-radius: 1rem;
    position: relative;
    width: 100%;
    line-height: 1.3;
    padding: 2.5vw;
    box-shadow: 0 0 4px rgba(0,0,0,.45);
}

.balloon::before,
.balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}

.odd .balloon::before{
    left: -10px;
    border-right: 10px solid #e78989;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.odd .balloon::after{
    left: -7px;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.even .balloon::before{
    right: -10px;
    border-left: 10px solid #e78989;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.even .balloon::after{
    right: -7px;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.balloon big {
    line-height: 1;
}

.pointNum {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    position: absolute;
    z-index: 5;
    top: -3vw;
    left: 2.6vw;
}

.heartWrap {
    display: flex;
    justify-content: center;
    gap: 6vw;
}

.heartCont {
    width: 23%;
    position: relative;
}

.heartTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 6vw;
    white-space:nowrap;
    text-shadow: 
       2px  2px 0 var(--usedColor),
      -2px  2px 0 var(--usedColor),
       2px -2px 0 var(--usedColor),
      -2px -2px 0 var(--usedColor),
       2px  0px 0 var(--usedColor),
       0px  2px 0 var(--usedColor),
      -2px  0px 0 var(--usedColor),
       0px -2px 0 var(--usedColor);
}

.heartTxt.narrow {
    transform: translate(-50%,-50%) scale(0.9, 1);
}

/*スワイパー
-------------------------------------------------------*/
.swiperWrap {
    margin: 40px auto 60px;
    position: relative;
}
.swiperWrap.areaTop{
    margin: 20px auto 60px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -1.0rem;
}
.swiper-pagination-bullet {
    background: #cbcbcb;
    opacity: 1;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.3rem!important;
}
.swiper-pagination-bullet-active {
    background: #ec5488;
}
.swiper-button-next::after, .swiper-button-prev::after {
      content: none !important;
}
.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
    z-index: 999;
}
.swiper-button-next {
	background-image: url("../img/arw_slide.png");
	transform: scale(-1, 1);
    right: 4%;
}
.swiper-button-prev {
	background-image: url("../img/arw_slide.png");
    left: 4%;
}
@media screen and (max-width: 768px) {
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -2rem;
    }
}

.campain {
    margin-bottom: -4.5vw;
    position: relative;
    z-index: 1;
}

.campain span {
    background-color: #80b4d0;
    border-radius: 0.5rem;
    padding: 0 3vw;
    margin-bottom: 10vw;
}

.course {
    margin-top: -10vw;;
}

.ttlWrap {
    position: relative;
}

.courseTtl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}

.courseCont {
    border-radius: 1rem;
    box-shadow: 0 0px 5px rgba(0,0,0,.35);
}

.courseHead {
    background: linear-gradient(90deg, #e78989, #e5546b);
    border-radius: 1rem 1rem 0 0;
    border: var(--border);
    border-bottom: none;
    padding: 4vw;
}

.courseHead.online {
    background: linear-gradient(90deg, #61b6b1, #80b4d0);
    border: 1px solid var(--colorGreenDark);
    border-bottom: none;
}

/*.courseBtm {
    border: var(--border);
    border-top: none;
    border-radius: 0 0 1rem 1rem;
    padding: 4vw;
}

.courseBtm.online {
    border: 1px solid var(--colorGreenDark);
    border-top: none;
}*/

.kentei {
    display: flex;
    gap: 1.0vw;
}

.kenteiCont {
    position: relative;
    width: 12vw;
    height: 12vw;
    background-color: #f9e4e7;
    border-radius: 50%;
    text-align: center;
}

.kenteiTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.0;
    white-space: nowrap;
    color: #e78989;
}

.courseBdr {
    border-bottom: 1px solid #eadfd5;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
}

.courseNum {
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0 1rem;
}

.priceFlex {
    display: flex;
    /*justify-content: center;*/
    justify-content: flex-end;
    align-items: center;
}

.camPriceWrap {
    display: flex;
    align-items: flex-end;
    line-height: 1.0;
}

.camPrice {
    transform: scale(0.9,1);
}

.tax {
    display: flex;
    flex-direction: column;
    gap: 0.15vw;
    padding-bottom: 1.5vw;
}

.tp1 {
    order: 1;
}

.tp2 {
    order: 2;
}

.logo {
    width: 22.5vw;
    margin: auto;
}

.titleCampaign {
    border: 1px solid var(--usedColor);
    width: fit-content;
    margin: auto;
    padding: 0 1rem;
    border-radius: 0.5rem;
}
.priceFlex.last {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
}

/*フォーム
-------------------------------------------------------*/
.page-section {
    background-color: #f5f0ec;
    padding: 14vw 0;
    /*margin: 14vw 0 0;*/
    text-align: left;
    word-break: break-all;
}

.mailform-tbl{
	width: 100%;
	margin-bottom: 40px;
}
 
/*.mailform-tbl th .attention,*/
.mailform-tbl td .attention{
	/*font-size: 80%;*/
	margin-left: 10px;
	color: var(--colorPink);
	padding: 3px;
}
.mailform-tbl th .attention {
    color: #fff;
    background-color: #f06060;
    padding: 1px 7px;
    border-radius: 5px;
    font-size: 90%;
	margin-left: 10px;
} 
.mailform-tbl td{
    display: flex;
    flex-wrap: wrap;
        align-items: center;
    justify-content: flex-start;
}

.selectWrap {
    position: relative;
    width: 50%;
}

.selectWrap.wBirth {
    width: 20%;
}

.selectWrap:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 12px;
    pointer-events: none;
}

.mailform-tbl .error {
    font-size: 77%;
    color: #FFF;
    display: block;
    background: red;
    padding: 5px;
    margin: 7px 0;
}

.mailform-tbl .hbd {
	width:24%;
	margin:0 1% 0 2%;
}

.mailform-tbl .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.mailform-tbl .w100{
    width: 100%;
    margin: 12px 0 0 0;
}

.mailform-tbl ul {
	padding:0;
	margin:0;
}

.mailform-tbl ul li {
    padding: 1.5vw 0;
}

p#submit-button {
    display: flex;
}

p#submit-button input {
    background: #f11488;
    padding: 14px;
    /*font-size: 14px;*/
    color: #FFF;
    border: none;
    width: 46%;
    margin: 0 auto;
    display: block;
}

#mfp_phase_confirm button,
p#submit-button button {
    background: linear-gradient(#8fc31f, #00732e);
    border-radius: 10vw;
    border: 3px solid #fff;
    padding: 4vw 0;
    color: #FFF;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    font-size: calc(100vw * 16 / 400) !important;
}

#main table th,
table#mfp_confirm_table tr th {
    font-size: calc(100vw * 16 / 400) !important;
}

.privacy {
	line-height:1.7;
}

.h3form {
	border-left: 4px solid var(--colorPink);
    /*font-size: 4.5vw;*/
    padding: 7px 0 7px 10px;
    margin: 15px 0 10px 0;
    line-height: 1.4;
}

.privacy-box {
    border: 1px solid #CCC;
    padding: 2vw;
    height: 22vw;
    overflow: scroll;
    background: #FFF;
    border-radius: 7px;
    margin: 10px 0;
}

p.privacy-check {
    text-align: center;
}

.mailform-tbl p {
	width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-widget.ui-widget-content {
    font-size: 16px;
}

/*サンクスページ
-------------------------------------------------------*/
.f0 {
    font-size: 14px;
}

.osThanks {
    font-size: 18px;
    margin-top: 30px;
    padding: 5px 10px;
    background-color: #faa6b8;
}

.osThanksH3 {
    border-left: 4px solid #faa6b8;
    font-size: 18px;
    padding: 7px 0 7px 10px;
    margin: 35px 0 10px 0;
    line-height: 1.4;
}

.stepFlex {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 40px;
    
    flex-direction: column;
    gap: 20px;
}
.stepCont {
    /*width: 32%;*/
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 20px 15px;
}

.stepNum {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #faa6b8;
    display: inline-block;
    padding: 0.25rem 5rem;
    margin-top: -23px;
    border-radius: 100px;
    line-height: 1.2;
}

.stepNum small {
    vertical-align: baseline;
}

.stepTtl {
    font-size: 20px;
    font-weight: bold;
    color: #faa6b8;
}

.stepFlex i {
    font-size: 55px;
    color: #faa6b8;
}

.stepFlex i.tel {
    transform: rotate(-45deg);
}

.stepTxt {
    font-size: 14px;
    text-align: left;
    margin-top: 1rem;
}

.txttelNum {
    font-size: 14px;
}

.openschool_head {
    display: flex;
    flex-wrap: wrap;
    background: #fbe6e9;
    padding: 10px;
    border-radius: 7px;
    max-width: 500px;
    margin: 50px auto;
}

.openschool_head .subcopy {
    text-align: center;
    width: 100%;
    font-size: 4.5vw;
    margin: 10px 0 0 0;
}

.openschool_head .maincopy {
    padding: 3px;
    background: skyblue;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 5vw;
}

.openschool_head .off {
    width: 100%;
    display: flex;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    align-items: flex-end;
    flex-flow: wrap;
    justify-content: center;
}

.openschool_head .off small {
    display: block;
    font-size: 70%;
    line-height: 0.5;
}

.openschool_head .off strong{
    font-size: 38px;
    color: #F76A88;
    line-height: 1.2;
}

.openschool_head .time {
    text-align: center;
    font-size: 20px;
    width: 100%;
}

.openschool_head .ctn {
    text-align: center;
    font-size: 3.2vw;
    width: 100%;
}

.youtube {
    max-width: 600px;
    aspect-ratio: 16 / 9;
    margin: auto;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .osThanks {
        font-size: 3.5vw;
        padding: 5px 5px;
    }
    .stepFlex {
        flex-flow: wrap;
        gap: 7vw;
        margin: 30px 0 30px;
    }
    .stepCont {
        width: 100%;
    }
    .stepNum {
        display: block;
        padding: 0.25rem 0;
        margin-top: -16px;
        font-size: 4.2vw;
    }
    /*br {
        display: none;
    }*/
    .stepTtl {
        font-size: 4.2vw;
    }
    .stepTxt {
        font-size: 3.6vw;
    }
    .stepFlex i {
        font-size: 12vw;
    }
    .txttelNum {
        font-size: 3.3vw;
    }
    .osThanksH3 {
        font-size: 3.5vw;
    }
    .openschool_head .time {
        font-size: 4vw;
    }
}

.thanksH3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.thanksSns {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.thanksSns p {
    width: 60px;
}

@media screen and (max-width: 768px) {
    .thanksH3 {
    }
    .thanksSns {
        gap: 0.5rem;
    }
    .openschool_head.thanksHead .off {
        font-size: 4.2vw;
    }
}

@media screen and (max-width: 570px) {
    .thanksH3 {
        font-size: 3.8vw;
    }
}

@media screen and (min-width: 769px) {
  .school-btn {
      width: 430px;
  }
}

/* 26/06/20 変更 */
.afloatWrap {
    background: url("../img/bg_afloat.png") repeat;
    border: 1px solid #f091a6;
    width: 92%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    margin: 15vw auto 0;
    padding: 0;
}
.ttlAfloat {
    text-align: center;
    margin-top: -10vw;
}
.wordAfloat {
    font-weight: bold;
    text-align: center;
    color: #f091a6;
    font-size: calc(100vw * 15 / 400);
    margin-top: -7vw;
    line-height: 1.6;
}
.afloatFlex {
    display: flex;
    flex-flow: wrap;
    gap: 4vw;
    margin: 4vw 4vw 4vw;
}
.afloatCont {
    width: 100%;
    background-color: #ffe2da;
}
.afloatCont.even {
    background-color: #b8e4f9;
}
.afloatTxtCont {
    padding: 0 2vw 2vw;
}
.afloatTxtCont p {
    line-height: 1.6;
}
.afloatPointTxt {
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    color: #754c24;
    border: 2px solid #754c24;
    background-color: #fff;
    padding: 0.5rem 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    font-size: calc(100vw * 18 / 400);
    margin: -5vw auto 2vw;
    width: 68%;
}
.afloatPointTxt .icoCrown {
    position: absolute;
    left: -10px;
    top: -20px;
    max-width: 100%;
    width: auto;
}
.afloatPointTxt02 {
    font-size: calc(100vw * 14 / 400);
    color: #603813;
}
.afloatCont.wide2x {
    display: flex;
    align-items: center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    width: 100%;
    flex-direction: column;
}
.afloatCont.wide2x .imgAfloat {
    flex-shrink: 0;
    width: 100%;
    height: auto;
}
.afloatCont.wide2x .imgAfloat video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.imgAfloat img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.afloatCont.wide2x .afloatTxtCont {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    width: 100%;
    padding: 0 3%;
}
.afloatCont.wide2x .afloatPointTxt { 
    margin: -6vw auto 2vw;
    width: 94%;
}
.fwb {
    font-weight: bold;
}
.cPinc {
    color: #f091a6 !important;
}
.cBlue {
    color: #3fa9f5 !important;
}

/* LP改 */
.c9e9e9e {
    color: #9e9e9e !important;
}
.e1383a {
    color: #e1383a !important;
}
.btn1,.btn0 {
    width: 95%;
    margin: auto;
}
.kiraBtn a {
    position: relative;
    display: block;
}
.kiraBtn a::before {
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: skewX(-45deg);
    animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}
.btn0 a::before {
    background: linear-gradient(90deg, rgba(248, 244, 230, 0) 0%, rgba(248, 244, 230, 0.85) 45%, rgba(248, 244, 230, 0) 100%);
}
.btn1 a::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
}
.btn2 a::before {
    background: linear-gradient(90deg, rgba(238, 243, 247, 0) 0%, rgba(238, 243, 247, 0.85) 45%, rgba(238, 243, 247, 0) 100%);
}
.btn3 a::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
}
.btn4 a::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
}
@keyframes nyainy-btn {
    0% {
    left: -100%;
    }
    25% {
    left: 100%;
    }
    100% {
    left: 100%;
    }
}
.btn4 {
    -webkit-mask-image: url("../img/btn02_c_mask.png");
    -webkit-mask-size: 106%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-image: url("../img/btn02_c_mask.png");
    mask-size: 106%;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    
}
.lp08 {
    background: url("../img/afnail_kanto_lp_08.jpg") no-repeat;
    background-size: 100% auto;
}
.faqWrap {
    background-color: #f9e4e7;
    border: 1px solid #fff;
    padding: 5vw 5% 0 5%;
}
.qaCont {
    margin-bottom: 2vw;
    box-shadow: rgba(0,0,0,.15) 0 0 5px;
}
.qaCont dt,
.qaCont dd {
}
.qaCont dt {
    display: flex;
    background-color: #ea7689;
    align-items: center;
    padding: 0 2vw;
}
.qaCont dt big {
    margin-right: 1.5vw;
}
.qaCont dt img {
    width: 3.5vw;
    margin-left: auto;
    transition: 0.3s;
}
.qaCont dd {
    background-color: #fff;
    margin-bottom: 2vw;
}
.qaCont dd .divPdg {
    padding: 2vw;
}
.qaCont dt.on img {
    transform:rotate(180deg);
}
.henkin {
    background-color: #f0f2f7;
    padding: 2vw;
}
.scheduleWrap {
    background: url("../img/bg_schedule.png") no-repeat top center;
    background-size: 100% auto;
}
.courseTblWrap {
    padding-bottom: 1rem;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch; 
}
.ttlCourse {
    font-size: 18px;
}
.courseTblWrap {
    margin-left: 3%;
}
.courseTblWrap::-webkit-scrollbar {
    height: 4vw;
}
.courseTblWrap::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 50px;
}
.courseTblWrap::-webkit-scrollbar-thumb {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50px;
}
.courseTblWrap::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
/*.icoScloll {
    display: none;
}*/
.icoScloll {
    width: 40vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.7s;
    mix-blend-mode: multiply;
}
/*.courseTblWrap.out .icoScloll {
    opacity: 0;
}*/
.imgSchedule {
    width: 200vw;
}
.c1 {
    background-color: #eef3f7;
    padding-bottom: 10vw;
}
.ryokin {
    position: absolute;
    left: 30vw;
    bottom: 1.5vw;
    font-size: calc(100vw * 16 / 400);
    white-space: nowrap;
}
.nb .ryokin {
    left: 28.5vw;
    font-size: calc(100vw * 14 / 400);
}
.ryokin big {
    font-size: calc(100vw * 36 / 400);
}
.ryokin small {
    font-size: calc(100vw * 12 / 400);
}
.noSlider .ryokin {
    bottom: -1vw;
}
.divBborder {
    border-bottom: 1.5px dashed #e5546b;
}
.payWrap {
    padding: 10vw 0;
    background: linear-gradient( #fef0f2, #fff );
}
.btnPay {
    padding: 3vw 0;
    cursor: pointer;
    border: 2px solid #ef99a4;
    background-color: #fff;
    border-radius: 50px;
}
.btnPay img {
    width: 3.5vw;
    margin-left: auto;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
}
.btnPay.on img {
    transform:rotate(180deg) translate(0%, 50%);
}
.imgPayWrap {
    display: none;
}
.imgPayWrap .imgPay {
    margin-top: 4vw;
}
.c2 {
    background: linear-gradient( #fef0f2, #fff );
    padding-bottom: 10vw;
}
.c2 .divBborder {
    border-bottom: 1.5px dashed #ef99a4;
}


/* 2024/11/15 LP01_02 改修 */
.outline {
    text-shadow:
        3px 3px 0 #FFF,
        -3px -3px 0 #FFF,
        -3px 3px 0 #FFF,
        3px -3px 0 #FFF,
        0px 3px 0 #FFF, 
        0-3px 0 #FFF,
        -3px 0 0 #FFF,
        3px 0 0 #FFF;
}
/*.areaFormTtl {
    position: relative;
    cursor: pointer;
}
.areaFormTtl span  {
    position: absolute;
    left: 45vw;
    top: 50%;
    transform: translateY(-50%);
    width: 5vw;
    height: 5vw;
    background-color: #fff;
    border: 1px solid #000;
}
.areaFormTtl span::before,.areaFormTtl span::after  {
    content: '';
    display: inline-block;
    width: 3vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 0.75vw;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .4s;
}
.areaFormTtl span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .4s;
}
.areaFormTtl.on span::before {
    opacity: 0;
}
.areaFormTtl.on span::after {
    transform: translateY(-50%) rotate(180deg);
}*/
form#mailformpro label.privacyCheck {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}
form#mailformpro label.privacyCheck input[type=checkbox] {
    inline-size: 5vw;
    block-size: 5vw;
}
#mfp_phase_confirm button,p#submit-button button {
    position: relative;
    display: block;
}
#mfp_phase_confirm button::before,
p#submit-button button:before {
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: skewX(-45deg);
    animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
    background: linear-gradient(90deg, rgba(248, 244, 236, 0) 0%, rgba(248, 244, 236, 0.85) 45%, rgba(248, 244, 236, 0) 100%);
}
/*input[type="checkbox"].ppCheckbox {
    position: relative;
    width: 5vw;
    height: 5vw;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0.5vw;
    vertical-align: -1.2vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="checkbox"].ppCheckbox:checked {
    background-color: #cc0000;
}
input[type="checkbox"].ppCheckbox:checked:before {
    position: absolute;
    top: 0.1vw;
    left: 1.25vw;
    transform: rotate(50deg);
    width: 1.5vw;
    height: 3vw;
    border-right: 0.5vw solid #000;
    border-bottom: 0.5vw solid #000;
    content: '';
}*/
.cff824b {
    color: #ff824b !important;
}
.bgE8eff6 {
    background-color: #e8eff6;
}
.courseWrap {
    background: url("../img/bg_course02.jpg") no-repeat top center #e8eff6;
    background-size: 100% auto;
}
.courseBtm {
    background: linear-gradient(#e8eff6 0%, #fff 60%);
}
.okigaru {
    width: 63vw;
    margin: 3vw auto -3vw;
    position: relative;
    z-index: 10;
}
.contBoxW1 {
    width: 94%;
}
.contBoxW2 {
    width: 84%;
}
.btnCourse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2vw;
}
.courseMid {
    background: url("../img/cource_mid.png") no-repeat center center;
    background-size: 100% 100%;
}
.courseOther {
    display: flex;
    justify-content: center;
    gap: 2vw;
}
.courseOther .icoStar {
    width: 5vw;
}

/* 241218追加 */
.is_pc {
    display: none;
}
.leftCont {
    display: none;
}
.mb4vw {
    padding-bottom: 4vw;
}
.mt4vw {
    padding-top: 4vw;
}
.rightCont {
    overflow: clip;
}
@media screen and (min-width: 840px) {
    .is_sp {
        display: none;
    }
    .is_pc {
        display: block;
    }
    .mb4vw {
        padding-bottom: 22px;
    }
    .mt4vw {
        padding-top: 22px
    }
    .pcspWrap {
        display: flex;
        justify-content: center;
        background: url("../img/bg_left.png") repeat;
    }
    .rightCont {
        width: 560px;
        background-color: #fff;
    }
    .schoolArea {
        padding: 10px;
    }
    .logo {
        width: 130px;
    }
    .nav  {
        max-width:  560px;
    }
    .faqWrap {
        padding: 28px 5% 0 5%;
    }
    .qaCont {
        margin-bottom: 11px;
    }
    .qaCont dt {
        padding: 0 15px;
    }
    .qaCont dt big {
        margin-right: 8px;
    }
    .qaCont dt img {
        width: 20px;
    }
    .qaCont dd .divPdg {
        padding: 11px;
    }
    .imgSchedule {
        width: 1120px;
    }
    .icoScloll {
        width: 150px;
    }
    .courseTblWrap::-webkit-scrollbar {
        height: 20px;
    }
    .ryokin {
        left: 180px;
        bottom: 15px;
    }
    .nb .ryokin {
        left: 165px;
    }
    .noSlider .ryokin {
        bottom: -3px;
    }
    .courseOther .icoStar {
        width: 30px;
    }
    .okigaru {
        width: 65%;
        margin: 20px auto -20px;
    }
    .btnCourse {
        top: -15px;
    }
    .page-section {
        padding: 70px 0;
    }
    .areaFormTtl span {
        left: 250px;
        width: 24px;
        height: 24px;
    }
    .areaFormTtl span::before, .areaFormTtl span::after {
        width: 18px;
        right: 2px;
    }
    .privacy-box {
        padding: 10px;
        height: 115px;
    }
    #mfp_phase_confirm button, p#submit-button button {
        padding: 20px 0;
    }
    form#mailformpro label.privacyCheck input[type="checkbox"] {
      inline-size: 27px;
      block-size: 27px;
    }
    .onlineSchoolWrap {
        bottom: 90px !important;
    }
    .f9 {
        font-size: calc(1024px * 9 / 767) !important;
    }
    .f10 {
        font-size: calc(1024px * 10 / 767) !important;
    }
    .f11 {
        font-size: calc(1024px * 11 / 767) !important;
    }
    .f12 {
        font-size: calc(1024px * 12 / 767) !important;
    }
    .f13 {
        font-size: calc(1024px * 13 / 767) !important;
    }
    .f14 {
        font-size: calc(1024px * 14 / 767) !important;
    }
    .f15 {
        font-size: calc(1024px * 15 / 767) !important;
    }
    .f16 {
        font-size: calc(1024px * 16 / 767) !important;
    }
    .f17 {
        font-size: calc(1024px * 17 / 767) !important;
    }
    .f18 {
        font-size: calc(1024px * 18 / 767) !important;
    }
    .f19 {
        font-size: calc(1024px * 19 / 767) !important;
    }
    .f20 {
        font-size: calc(1024px * 20 / 767) !important;
    }
    .f21 {
        font-size: calc(1024px * 21 / 767) !important;
    }
    .f22 {
        font-size: calc(1024px * 22 / 767) !important;
    }
    .f23 {
        font-size: calc(1024px * 23 / 767) !important;
    }
    .f24 {
        font-size: calc(1024px * 24 / 767) !important;
    }
    .f25 {
        font-size: calc(1024px * 25 / 767) !important;
    }
    .f26 {
        font-size: calc(1024px * 26 / 767) !important;
    }
    .f27 {
        font-size: calc(1024px * 27 / 767) !important;
    }
    .f28 {
        font-size: calc(1024px * 28 / 767) !important;
    }
    .f30 {
        font-size: calc(1024px * 30 / 767) !important;
    }
    .f32 {
        font-size: calc(1024px * 32 / 767) !important;
    }
    .f34 {
        font-size: calc(1024px * 34 / 767) !important;
    }
    .nav {
        font-size: calc(1024px * 16 / 767);
    }
    .fNav {
        font-size: calc(1024px * 16 / 767);
    }
    .fNav {
        font-size: calc(1024px * 16 / 767);
    }
    .cDown {
        font-size: calc(1024px * 12 / 767);
    }
    .time {
        font-size: calc(1024px * 20 / 767);
    }
    .areaTtl {
        font-size: calc(1024px * 11 / 767);
    }
    .areaTxt{
        font-size: calc(1024px * 11 / 767);
    }
    .topPoint li p {
        font-size: calc(1024px * 15 / 767);
    }
    .h2point {
        font-size: calc(1024px * 18 / 767);
    }
    .h2point big {
        font-size: calc(1024px * 28 / 767);
    }
    .pointTtl {
        font-size: calc(1024px * 16 / 767);
    }
    #mfp_phase_confirm button,
    p#submit-button button {
        font-size: calc(1024px * 16 / 767) !important;
    }
    #main table th,
    table#mfp_confirm_table tr th {
        font-size: calc(1024px * 16 / 767) !important;
    }
    .wordAfloat {
        font-size: calc(1024px * 15 / 767);
    }
    .afloatPointTxt {
        font-size: calc(1024px * 18 / 767);
    }
    .afloatPointTxt02 {
        font-size: calc(1024px * 14 / 767);
    }
    .ryokin {
        font-size: calc(1024px * 16 / 767);
    }
    .ryokin big {
        font-size: calc(1024px * 36 / 767);
    }
    .ryokin small {
        font-size: calc(1024px * 12 / 767);
    }
    .nb .ryokin {
        font-size: calc(1024px * 9 / 400);
    }
}
@media screen and (min-width: 1000px) {
    .leftCont {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*width: calc((100% - 560px) / 2);*/
        width: 440px;
        height: 100vh;
        /*z-index: 1000;*/
        position: sticky;
        top: 0;
        left: 0;
    }
}

/* ご希望の見学日時 */
:root {
	--calPink:#ea5d87;
	--calPinkLight:#fbdfe7;
	--border:1px solid var(--calPink);
}
.calPink {
    color: var(--calPink);
}
.bgCalPink {
    background-color: var(--calPink);
}
.calPinkLight {
    color: var(--calPinkLight);
}
.bgCalPinkLight {
    background-color: var(--calPinkLight);
}
.lht {
    line-height: 1.8;
}
span.emphasis {
    text-decoration: underline;
}
.calWrap {
    width: 100%;
    border: var(--border);
}
.calTop {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2vw;
    padding: 2vw;
}
.calYearMonth {
    margin-right: auto;
}
.calPrev,
.calNext {
    width: 9.5vw;
    height: 9.5vw;
    border-radius: 5px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.calPrev span,
.calNext span {
    display: inline-block;
    border: solid var(--calPink);
    padding: 1.5vw;
}
.calPrev span{
    margin-top: 1vw;
    transform: rotate(-135deg);
    border-width: 0 0.75vw 0.75vw 0 !important;
}
.calNext span{
    margin-bottom: 1vw;
    transform: rotate(45deg);
    border-width: 0 0.75vw 0.75vw 0 !important;
}
.calPrev.disable,
.calNext.disable{
    cursor: auto;
}
.calPrev.disable span,
.calNext.disable span {
    pointer-events: none;
    border: solid var(--calPinkLight);
}
@media screen and (min-width: 840px) {
    .calPrev span{
        margin-top: 1vw;
        transform: rotate(-135deg);
        border-width: 0 5px 5px 0 !important;
    }
    .calNext span{
        border-width: 0 5px 5px 0 !important;
    }
}
@media screen and (min-width: 840px) {
    .calTop {
        gap: 10px;
        padding: 10px 20px;
    }
    .calPrev,
    .calNext {
        width: 38px;
        height: 38px;
    }
    .calPrev span,
    .calNext span {
        padding: 5px;
    }
    .calPrev span{
        margin-top: 5px;
        border-width: 0 4px 4px 0;
    }
    .calNext span{
        margin-bottom: 5px;
        border-width: 0 4px 4px 0;
    }
}
.calBtm {
    padding: 0 4vw 4vw;
}
.calWeek {
    display: flex;
    justify-content: space-between;
}
.calWeek span {
    padding: 1.5vw 2.75vw 0;
}
.calWeek .sunday {
    color: #ff0000;
}
.calWeek .saturday {
    color: #0000ff;
}
.calDays {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
}
.calDays span {
    background-color: #d4f5ff;
    border-radius: 5px;
    padding: 1.5vw 2.75vw;
    cursor: pointer;
}
.calDays span.bgDisabled {
    background-color: #f8f8f8;
    cursor: auto;
    pointer-events: none;
}
.calDays span.bgCurrent {
    background-color: var(--calPink);
    color: var(--colorWhite);
}
@media screen and (min-width: 840px) {
    .calBtm {
        padding: 10px 20px;
    }
    .calWeek span {
        padding: 5px 15px 0;
    }
    .calDays {
        margin-top: 10px;
    }
    .calDays span {
        border-radius: 5px;
        padding: 5px 15px;
    }
}
.selectDateTime {
    width: 100%;
    border: 2px solid var(--calPink);
    padding: 3vw 4vw;
}
.selectDateTimeTxt {
    background-color: #fffe9e;
    padding: 2vw 0;
}
@media screen and (min-width: 840px) {
       .selectDateTime {
        padding: 15px 20px;
    }
    .selectDateTimeTxt {
        padding: 10px 0;
    }
}
.timeSelect {
    width: 100%;
    border: 1px solid var(--calPink);
    padding: 4vw 4vw;
}
.panelGallery {
    display:none;
    transition: all 0.5s;
}
.panelGallery.isShow {
    display:block;
}
.tabNavi {
    display: flex;
    justify-content: space-between;
}
.btnTab {
    width: 31%;
    border-radius: 50px;
    padding: 4vw 0;
    color: var(--calPink);
    background-color: var(--calPinkLight);
    cursor: pointer;
}
.btnTab.isActive {
    color: var(--calPinkLight);
    background-color: var(--calPink);
}
.panelGallery {
    justify-content: space-between;
    display:none;
}
.panelGallery.isShow {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 12px 0;
}
.panelGallery.isShow::after {
    width: 31%;
    display: block;
    content:"";
}
.btnTime {
    width: 31%;
    border-radius: 3px;
    padding: 1vw 0;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
}
.btnTime.isSelect {
    color: var(--calPink);
    border: 1px solid var(--calPink);
    background-color: #fdf2f5;
}
@media screen and (min-width: 840px) {
    .timeSelect {
        padding: 20px 20px;
    }
    .btnTab {
        padding: 5px 0 !important;
    }
    .panelGallery.isShow::after {
    }
    .btnTime {
        padding: 5px 0;
    }
}

.weeks-wrapper {
    height: 24vw;
    overflow: hidden;
}
@media screen and (min-width: 840px) {
    .weeks-wrapper {
        height: 120px;
    }
}
.weeks-container {
    transition: transform 0.3s ease-in-out;
}

/* 各校舎所在地 */
:root {
	--mapPink:#f772b8;
	--mapPinkLight:#ffa6c7;
	--mapGray:#333;
}
.cMapPink {
    color: var(--mapPink);
}
.cMapGray {
    color: var(--mapGray);
}
.bgMapPink {
    background-color: var(--mapPink);
}
.lp02 {
    width: 90%;
    margin: 1rem auto;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    padding-bottom: 3vw;
}
.gMapList {
    margin: auto 3.5%;
    padding: 3vw 3.5% 4vw;
    background-color: #f0f2f7;
}
.ttlGmap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.ttlGmap big {
    text-decoration: underline;
}
.arwGmap {
    width: 2.5vw;
}
@media screen and (min-width: 840px) {
    .lp02 {
        margin: 2rem auto;
        padding-bottom: 20px;
    }
    .gMapList {
        margin: auto 3.5%;
        padding: 20px 3.5% 20px;
    }
    .arwGmap {
        width: 15px;
        padding-top: 5px;
        margin: 0 5px;
    }
}
.gMapArea {
    display: flex;
    flex-flow: wrap;
    gap: 0 1.5vw;
    margin-top: 2vw; /* gapに合わせる */
}
.btnSchool {
    padding: 0.5vw 1.65vw;
    border-radius: 50px;
    box-shadow: 2px 2px 0 var(--mapPinkLight);
    color: var(--mapGray);
    cursor: pointer;
    margin-top: 2vw; /* gapに合わせる */
}
.btnSchool.btnActive {
    color: var(--colorWhite);
    background-color: var(--mapPink) !important;
    box-shadow: none;
}
.gMapWrap {
    padding: 3vw 3.5%;
    margin-top: 3vw;
    display: none;
}
.gMapWrap.gmapActive {
    display:block;
}
.ttlGmapSchool {
    padding: 0.5vw 1.65vw;
    border-radius: 50px;
    display: inline-block;
}
.gMapFrame {
    width: 100%;
    aspect-ratio: 14 / 9;
    margin-top: 10px;
}
.gMapFrame iframe {
    width: 100%;
    height: 100%;
}
.gMapArea::after {
    content: '';
    width: 100%;
}
.gMapArea::before {
    content: '';
    order: 2;
    width: 100%;
}
.btnSchool:nth-child(n+19) {
    order: 1;
}
.btnSchool:nth-child(n+21) {
    order: 2;
}
@media screen and (min-width: 840px) {
    .gMapArea {
        gap: 0 10px;
        margin-top: 15px; /* gapに合わせる */
    }
    .btnSchool {
        padding: 5px 10px;
        box-shadow: 3px 3px 0 var(--mapPinkLight);
        margin-top: 15px; /* gapに合わせる */
    }
    .gMapWrap {
        padding: 20px 3.5% 15px;
        margin-top: 20px;
    }
    .ttlGmapSchool {
        padding: 4px 10px;
    }
}






















