/* 全体 */
.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.2em 0em;
}
.p-lesson {
    width: 84.1025641026%;
    margin: auto;
    padding: 1.5em 0 2.3em;
    background: #e54a12;
    border-radius: 3px;
    text-align: center;
}
.p-lesson__regularPrice {
    font-size: 23.0769230769px;
    margin: 0.3em 0 0.5em;
    font-weight: bold;
    color: black;
}
.p-lesson__btn {
    background: #2fe900;
}
.p-lesson-button-only {
    width: 82.0512820513%;
    margin: auto;
    padding: 0em 2em 0em;
    /* background: #56BED9; */
    border-radius: 3px;
    text-align: center;
}
/* --------------------------------------------------
  gallery
-------------------------------------------------- */
.p-gallery {
	overflow: hidden;
	padding-bottom: 2.5em;
	background: #FFF;
}

.p-gallery__title {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 1em;
	text-align: center;
	letter-spacing: 0.08em;
	@include font-size-vw(19);
	&::before,
	&::after {
		width: 0.77em;
		height: 3.16em;
		margin: 0 0.5em;
		background: url(../img/gallery_slash.svg) no-repeat center / contain;
		content: '';
	}
	&::before {
		transform: scale(-1, 1);
	}
}

.p-gallery__slider {
	position: relative;
	padding: 0 35/$designVW*100%;
}

.p-gallery__img {
	figcaption {
		margin-top: 0.8em;
		letter-spacing: 0.02em;
		font-weight: bold;
		@include font-size-vw(15);
	}
}

/*スライドショー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;
	}
}
@media (max-width: 600px) {
  .p-lesson__regularPrice {
      margin: 0.3em 0 0.5em;
      font-weight: bold;
      font-size: 3.8461538462vw;
  }
}
