/* ================================*\
|   共通                             |
\* ================================*/
body{
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
#wrapper{
	max-width: 500px;
	margin: auto;
}
main{
	background: #fff;
}
img{
	height: auto;
}
small{
	font-size: 1.25rem;
}
main {
    padding-top: 3%;
}
/* ================================*\
|   MV下                            |
\* ================================*/
#mv {
  position: relative;
	background: #FCF1FF;
}
#mv .mainTtl{
	position: absolute;
	width: 42.4%;
	top: 22%;
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/* ================================*\
|   リードテキスト                         |
\* ================================*/
#readTxt{
	position: relative;
	background: #E1C1EE;
}
#readTxt .readTxtImg{
	position: absolute;
	top:-20%;
	left: 0;
}

/* ================================*\
|   テーマセクション                    |
\* ================================*/
#theme{
	position: relative;
	padding:15% 0; 
}
#theme .themeImg{
	position: absolute;
	top:-9%;
	left: 0;
}
#theme h2{
	margin:0 auto 10%;
	width: 78%;
}
#theme .themeInner{
	padding: 0 22.4%;
}
#theme .themeInner img{
	margin-bottom: 20%;
}
#theme .pilatesInner{
	padding: 0 8.7%;
}
#theme .pilatesInner img{
	margin: 5% auto;
	margin-left: 2%;
}
.slider li{
	 margin: 0 8px;
}
/* ================================*\
|   スケジュール            |
\* ================================*/
#schedule{
	position: relative;
	padding:15% 8.5%;
	background: #FCF1FF;
}
#schedule h2{
	margin:0 auto 10%;
}
#schedule ul .day01 {
	margin-bottom: 5%;
}
#schedule ul .day02 {
	margin: 0 auto 5%;
    width: 60%;
    display: block;
}
#schedule ul li {
	margin-bottom: 10%;
}
#schedule ul li .inner{
	background: #fff;
	padding: 10% 9.3% 7%;
}
#schedule ul li .innerLesson{
	padding: 0;
}
#schedule ul li .inner a{
	background: #CD7EC2;
	border-radius: 5rem;
	font-size: 1.6rem;
  font-weight: 600;
	padding: 5% 10%;
	margin-top: 5%;
	display: block;
	color: #fff;
	position: relative;
	text-align: center;
	box-shadow: 3px 3px 4px 0px rgba(148, 132, 145, 0.5);
}
#schedule ul li .inner a ::before{
	position: absolute;
	content:'';
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  border-right: 0;
	top:50%;
	right: 20%
}
#schedule .accordion{
	background: #F6EDB2;
}
#schedule .accordion-header{
	text-align: center;
	padding: 3% 0 8%;
	color: #CD7EC2;
	font-weight: 600;
	position: relative;
}
#schedule .accordion-header.headerBox {
    text-align: center;
    padding: 3% 0;
    color: #CD7EC2;
    font-weight: 600;
    position: relative;
}
#schedule .accordion-content {
  display: none;
	padding: 5% 10% 10%;
}
#schedule .accordion-header::before{
	position: absolute;
	content:'';
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #cd7ec2;
  border-bottom: 0;
	bottom: 20%;
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#schedule .accordion-header.headerBox::before{
    position: absolute;
	content:'';
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #cd7ec2;
  border-bottom: 0;
	bottom: 35%;
	left: 90%;
}
#schedule .accordion-content img{
  margin: 0 auto 5%;
  width: 40%;
  display: block;
}
#schedule .accordion-content a{
  background: #CD7EC2;
	border-radius: 5rem;
	font-size: 1.6rem;
  font-weight: 600;
	padding: 5% 10%;
	margin-top: 5%;
	display: block;
	color: #fff;
	position: relative;
	text-align: center;
	box-shadow: 3px 3px 4px 0px rgba(148, 132, 145, 0.5);
}
#schedule .accordion-content a ::after{
  position: absolute;
	content:'';
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  border-right: 0;
	top:50%;
	right: 20%
}
.accordion-header::before{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::before{transform:rotate(0deg);}
/* ================================*\
|   参加方法            |
\* ================================*/
#howTo{
	background: #E1C1EE;
	overflow: hidden;
}
#howTo .inner{
	padding: 0 13%;
	font-size: 1.6rem;
}
#howTo .inner p {
    line-height: 2;
    margin-bottom: 5%;
}
#howTo .inner small {
    margin-bottom: 3%;
    display: block;
}
#howTo span {
    border-bottom: 1px solid black;
    width: 100%;
    display: block;
	margin: 10% 0;
}
#howTo h2{
	color: #fff;
	font-size: 3rem;
    font-weight: bold;
    padding: 3.5rem 0;
	text-align: center;
}
#howTo ul{
	margin-left: 5%;
	list-style: disc;
}
#howTo ul li{
	margin-bottom: 2%;
}
/* ================================*\
|   フッター                    |
\* ================================*/
footer{
	padding: 10% 8% 8%;
}
footer .cta{
	width: 90%;
	margin:5% auto 0;
	display: block;
}
/* ================================*\
|   アニメーション ラベンダー                   |
\* ================================*/
.updown {
animation-name:updown1;   /* アニメーション名の指定 */
animation-delay:0s;   /* アニメーションの開始時間指定 */
animation-duration: 3s;   /* アニメーション動作時間の指定 */
animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
animation-iteration-count: infinite; 
}
@keyframes updown1 {
0% {
transform: translateY(10px);
}
50% {
transform: translateY(0px);
}
100% {
transform: translateY(10px);
}
}


@media screen and (min-width: 500px) {
	body {
  	background-image: url("../../lp/img/body_bg.webp");
    background-color: #f1f1f1;
    background-size: 20%;
		background-repeat: repeat;
}
}