/* 全体 */
.pconly{
	display: block;
}
.sponly{
	display: none;
}
.fukidashi{
  position: relative;
  /* padding: 20px; */
  width: 135px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #FFFF30;
  /* letter-spacing: 0.2em; */
  font-weight: bold;
  font-size: 29px;
  background-color: #ffffff;
  -webkit-text-stroke: 0.04em #333;
}
.fukidashi::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -7px;
  border-right: 20px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 8px solid transparent;
  transform: rotate(-45deg);
}

.cp_offer2 {
 padding: 2em 2.5em 0em;
}
.p-lesson {
	width: 320/$designVW*100%;
	margin: auto;
	padding: 2em 2em 2em;
	background: $color-03;
	border-radius: 3px;
	text-align: center;
}
.p-lesson__couponCode {
	padding: 0.6em 0.5em 0.3em;
	background: #fff5e7;
	font-weight: bold;
	line-height: 20/13*1;
	@include font-size-vw(13);

	span {
		display: block;
		letter-spacing: 0.05em;
		@include font-size-vw(25);
	}
}

.p-lesson-button-only {
    width: 82.0512820513%;
    margin: auto;
    padding: 0em 2em 0em;
    /* background: #56BED9; */
    border-radius: 3px;
    text-align: center;
}

/*スライドショーSTART*/
* {
  box-sizing: border-box;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}


.slick-track #pro{
	background-color: #FFF;
	margin: 30px 0;
	border-radius:20px;
	text-align: left;
}

.slick-track #pro img{
	border-radius:20px 20px 0 0;
}

.slick-track #pro #imgtt img{
	border-radius: 0;
	width: 600px;
	margin: 20px -2px 30px;
}

.slick-track #pro #txttt{
	font-size: 24px;
	font-weight: bold;
	margin: 10px;
}

.slick-track #pro p{
	margin: 0 0 30px 10px ;
}

.slick-track #pro #imgtxt{
	text-align: center;	
}

.slick-track #pro #imgtxt img{
	border-radius: 0;
	width: 500px;
	margin: auto;
	padding-bottom: 50px;
}

.program {
	text-align: center;
	background-color: #FFFFFF;
	padding: 0 0;
}

.program {
	margin: 0 auto;
}

.program #txt {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8em;
	margin: 50px 0;
}

.program #txt span {
	font-size: 28px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, yellow 70%);
	color: #FF0000;
}
/*スライドショーEND*/

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%; /* 比率を5:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-shop__shopBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15em;
	height: 1.86em;
	margin-top: 1em;
	border: 1px solid;
	border-radius: 1em;
	color: #333;
	font-weight: bold;
	padding:0 1em;
}
/*店舗一覧END*/

/* SP用 */
@media (max-width: 600px) {
	.pconly{
		display: none;
	}
	.sponly{
		display: block;
	}
}
/* --------------------------------------------------
  feature
-------------------------------------------------- */
.p-feature {
    padding-bottom: 2em;
    /* background: #FFF */
    padding-top: 5em;
    background: #fff8e3;
}

.p-feature__box {
    position: relative;
    width: 100%;
    transform: translateY(-2.5em);
    margin-bottom: -2.5em
}

.p-feature__title {
    width: 73.3333333333%;
    margin: 0 auto 0.3em;
    padding: 1em 0 2em;
    background: url(../img/feature_balloon.svg) no-repeat center/contain;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-size: 5.641025641vw
}

@media screen and (min-width: 600px) {
    .p-feature__title {
        font-size:33.8461538462px
    }
}

.p-feature__title span {
    font-size: 8.2051282051vw
}

@media screen and (min-width: 600px) {
    .p-feature__title span {
        font-size:49.2307692308px
    }
}

.p-feature__lead {
    margin: 0.5em 0 1em;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 5.1282051282vw
}

@media screen and (min-width: 600px) {
    .p-feature__lead {
        font-size:30.7692307692px
    }
}

.p-feature__lead small {
    font-size: 3.5897435897vw
}

@media screen and (min-width: 600px) {
    .p-feature__lead small {
        font-size:21.5384615385px
    }
}

.p-feature__img {
    margin: auto;
    width: 62.0512820513%
}

.p-feature__text {
    width: 84.6153846154%;
    margin: 1em auto;
    line-height: 1.6;
    letter-spacing: 0.02em
}

.p-feature__subtitle {
    margin: 1.5em 0 0.5em;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.08em;
    font-size: 5.641025641vw
}

@media screen and (min-width: 600px) {
    .p-feature__subtitle {
        font-size:33.8461538462px
    }
}

.p-feature__subtitleSlash {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0.6em;
    font-size: 5.1282051282vw
}

@media screen and (min-width: 600px) {
    .p-feature__subtitleSlash {
        font-size:30.7692307692px
    }
}

.p-feature__subtitleSlash::before,.p-feature__subtitleSlash::after {
    width: 0.6em;
    height: 1.6em;
    margin: 0 0.8em;
    background: url(../img/feature_slash.svg) no-repeat center/contain;
    content: ''
}

.p-feature__subtitleSlash::before {
    transform: scale(-1, 1)
}

.p-feature__subtitleCal {
    color: #F89612;
    font-size: 10vw
}

@media screen and (min-width: 600px) {
    .p-feature__subtitleCal {
        font-size:60px
    }
}

.p-feature__subtitleCal small {
    font-size: 7.1794871795vw
}

@media screen and (min-width: 600px) {
    .p-feature__subtitleCal small {
        font-size:43.0769230769px
    }
}

/* --------------------------------------------------
  muscle
-------------------------------------------------- */
.p-muscle {
    position: relative;
    padding: 5.6em 0 4.4em;
    background: #FFF4E2;
    text-align: center
}

.p-muscle::before {
    position: absolute;
    right: 0;
    left: 0;
    border-style: solid;
    content: '';
    top: 0;
    border-width: 12.0512820513vw 100vw 0 0;
    border-color: #FFF transparent transparent transparent
}

@media screen and (min-width: 600px) {
    .p-muscle::before {
        border-width:72px 600px 0 0
    }
}

.p-muscle__title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin: 0;
    letter-spacing: 0.08em;
    line-height: 1.4;
    font-size: 6.1538461538vw
}

@media screen and (min-width: 600px) {
    .p-muscle__title {
        font-size:36.9230769231px
    }
}

.p-muscle__title::before,.p-muscle__title::after {
    width: 0.92em;
    height: 2.3em;
    margin: 0 0.8em;
    background: url(../img/muscle_slash.svg) no-repeat center/contain;
    content: ''
}

.p-muscle__title::before {
    transform: scale(-1, 1)
}

.p-muscle__list {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 3.8461538462vw
}

@media screen and (min-width: 600px) {
    .p-muscle__list {
        font-size:23.0769230769px
    }
}

.p-muscle__list::before {
    display: block;
    width: 82.0512820513%;
    padding-top: 114.6153846154%;
    margin: auto;
    background: url(../img/muscle_img.svg) no-repeat center/contain;
    content: ''
}

.p-muscle__listItem {
    position: absolute;
    width: 39.4871794872%;
    text-align: center
}

.p-muscle__listItem dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.56em;
    font-size: 4.6153846154vw
}

@media screen and (min-width: 600px) {
    .p-muscle__listItem dt {
        font-size:27.6923076923px
    }
}

.p-muscle__listItem dd {
    margin-top: 0.7em
}

.p-muscle__listItem--01 {
    top: 0.9em;
    left: 0
}

.p-muscle__listItem--02 {
    top: 9.46em;
    right: 0
}

.p-muscle__listItem--03 {
    top: 19.34em;
    left: 0
}

.p-muscle__balloon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 82.0512820513%;
    height: 6.12em;
    margin: -0.9em auto 0;
    padding-bottom: 0.6em;
    background: url(../img/muscle_balloon.svg) no-repeat center/contain;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 8.9743589744vw
}

@media screen and (min-width: 600px) {
    .p-muscle__balloon {
        font-size:53.8461538462px
    }
}

.p-muscle__balloon small {
    padding-left: 0.8em;
    font-size: 5.641025641vw
}

@media screen and (min-width: 600px) {
    .p-muscle__balloon small {
        font-size:33.8461538462px
    }
}

.p-muscle__balloon span {
    background: linear-gradient(transparent 94%, #F89397 94%)
}

.p-effect2 {
    position: relative;
    padding-bottom: 2em;
    background: url(../img/effect_bg.svg) repeat-y center top/98% auto
}

.p-effect2::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7em;
    background: #FFF;
    content: ''
}

.p-effect2::after {
    position: absolute;
    right: 0;
    left: 0;
    content: '';
    bottom: 0;
}
.p-apply2 {
    position: relative;
    padding: 0.8em 0 2em;
    background: url(../img/support_bg.svg)
}

.p-apply2::before {
    position: absolute;
    right: 0;
    left: 0;
    content: '';
    top: 0;
}
.p-qanda2 {
    position: relative;
    padding: 2.5em 8.9743589744%;
    background: #56BED9
}

.p-qanda2::before {
    position: absolute;
    right: 0;
    left: 0;
    border-style: solid;
    content: '';
    top: 0;
    border-width: 12.0512820513vw 100vw 0 0;
    border-color: #FFF transparent transparent transparent;
}
@media screen and (min-width: 600px) {
    .p-qanda2::before {
        border-width:72px 600px 0 0
    }
}
.p-voice::after {
    position: absolute;
    right: 0;
    left: 0;
    border-style: solid;
    content: '';
    bottom: 0;
    border-width: 0 0 12.0512820513vw 100vw;
    border-color: transparent transparent #E3f9ff transparent
}

.p-lesson__btn {
	&::after {
	display:none;
	}
}

.p-media__title::before,.p-media__title::after {
    width: 0.81em;
    height: 1.71em;
    margin: 0 0.5em;
    content: ''
}

.selecttype_form {
        width:100%;
        height:100em;
        overflow:auto;
}
@media screen and (min-width: 600px) {
    .selecttype_form {
        width:100%;
        height:50em;
        overflow:auto;
    }
}

