@charset "UTF-8";
/*body *{ border:0.02px solid #000000; background:rgba(000,000,000,0.1)}
*/
/* --------------------------------------------

手作りソーセージ教室
	
---------------------------------------------- */
/* Scss Document */
.imgTxt {
  position: relative;
}

.imgTxt p {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -100vw;
  font-size: 10px !important;
}

.mainV {
  position: relative;
  overflow: hidden;
  background: url("../img/titleBg.jpg") center;
  background-size: cover;
}
.mainV > img {
  display: block;
  max-width: 60%;
  margin: 8vw auto;
}
@media screen and (max-width: 768px) {
  .mainV > img {
    margin: 18vw auto;
  }
}

/* --------------------------------------------
教室説明
---------------------------------------------- */
.classInfo {
  max-width: 62em;
  padding: 0em 0 6rem;
  margin: 8rem auto;
  position: relative;
  background: url("../img/img1.png"), url("../img/img2.png");
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
  background-size: 18% auto;
}
@media screen and (max-width: 599px) {
  .classInfo {
    background: none;
    padding: 0em 0 0rem;
    margin: 6rem auto;
  }
}
.classInfo h2, .classInfo p {
  position: relative;
  z-index: 2;
  text-align: center;
}
.classInfo h2 img, .classInfo p img {
  max-width: 90%;
  padding-bottom: 1em;
}
.classInfo > p {
  padding: 0 2rem;
}
@media screen and (max-width: 599px) {
  .classInfo > p {
    text-align: left;
    word-break: break-all;
  }
}
@media screen and (max-width: 599px) {
  .classInfo > p br {
    display: none;
  }
}
.classInfo > p img {
  display: none;
}
@media screen and (max-width: 599px) {
  .classInfo > p img {
    display: block;
    max-width: 80%;
    margin: auto;
  }
}

/* --------------------------------------------
コース案内
---------------------------------------------- */
.courseTitle {
  width: 100%;
  padding: 8em 0 4em;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.courseTitle > span {
  font-family: "BebasNeueBold";
  font-size: 70px;
  font-size: 7rem;
}

.course {
  background: #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 8em;
}

.course__item {
  width: 350px;
  overflow: hidden;
  margin: 0.7%;
  position: relative;
  background: #392D00;
}
.course__item > img {
  width: 100%;
  transition: 0.6s;
}
.course__item:hover > img {
  opacity: 0.6;
  filter: blur(2px);
  transform: scale(1.05);
}
.course__item .course__detail {
  position: absolute;
  top: 0;
  padding-top: 2em;
  color: #fff;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3), -1px 1px 15px rgba(0, 0, 0, 0.3), 1px -1px 15px rgba(0, 0, 0, 0.3), -1px -1px 15px rgba(0, 0, 0, 0.3);
  /*>p:last-child {
  	border:1px solid #fff;
  	width: 18em;
  	margin: auto;
  	font-size: 12px; font-size:1.2rem ;
  	text-align: center;
  	padding: 0.3em 0;
  }*/
}
.course__item .course__detail__title {
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
}
.course__item .course__detail__title span {
  text-align: center;
  font-family: "BebasNeueBold";
  font-size: 45px;
  font-size: 4.5rem;
}
.course__item .course__detail__title::before {
  display: block;
  content: "";
  width: 3.8em;
  height: 3.8em;
  margin: auto;
  background: url("../img/lessonIcon.png");
  background-size: cover;
}
.course__item .course__detail > p {
  padding: 2em 2em 1em;
  font-family: '小塚ゴシック Pr6N' , kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* --------------------------------------------
料金
---------------------------------------------- */
.price {
  padding: 8em 0;
}
.price__title {
  position: relative;
  padding: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background: url("../img/priceBg.png") no-repeat center;
  background-size: contain;
}
.price__list {
  width: 90%;
  max-width: 50em;
  margin: -1.8em auto 0;
  padding: 5em 0em 3em;
  border-top: 1px solid #982125;
  border-bottom: 1px solid #982125;
}
.price__list dl {
  max-width: 20.8em;
  margin: auto;
}
.price__list dt {
  float: left;
  width: 13em;
  font-family: '小塚ゴシック Pr6N' , kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.price__list dt::before {
  display: inline-block;
  content: "◆";
  margin-right: 0.5em;
  color: #982125;
  transform: scaleX(0.6);
}
.price__list dd {
  width: 100%;
}
.price__ex {
  padding: 3em;
  text-align: center;
}

/*.linkBtn {
	position: relative;
	width: 24em;
	margin:0em auto;
	a {
		position: relative;
		display: block;
		width: 100%;
		padding: 1.2em;
		@include Kozuka-B;
		color: #fff;
		text-align: center;
		background: #982125;
		transition: 0.3s;
		z-index: 2;
	}
		&:hover a {
		transform: translateX(0.0em) translateY(0.2em);
		box-shadow: -0.0em -0.5em 10px rgba(0,0,0,0.1);
	}

}*/
/* --------------------------------------------
料理教室の流れ
---------------------------------------------- */
.flow {
  width: 90%;
  max-width: 850px;
  padding: 0 8% 7em;
  margin: 0 auto 5em;
  text-align: center;
  background: #F1F1F1;
  /*
  img {
  	max-width: 100%;
  	margin: auto;
  }*/
}

.flowTitle {
  position: relative;
  width: 100%;
  padding: 8em 0 8em;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.flowTitle > span {
  font-family: "BebasNeueBold";
  font-size: 70px;
  font-size: 7rem;
}
.flowTitle::after, .flowTitle::before {
  position: absolute;
  bottom: 20%;
  content: "";
  display: block;
  margin: auto;
  width: 45.7%;
  height: 1px;
  border-bottom: 1px solid #000;
}
.flowTitle::after {
  left: 5%;
  transform: rotate(15deg);
}
.flowTitle::before {
  right: 5%;
  transform: rotate(-15deg);
}

.flowList__item {
  position: relative;
  margin-bottom: 1.2em;
  text-align: left;
}
.flowList__item span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.6em;
  font-size: 55px;
  font-size: 5.5rem;
  font-family: "BebasNeueBold";
}
.flowList__item p {
  min-height: 7em;
  padding: 1.5em 2em 1.5em 8em;
  font-size: 13px;
  font-size: 1.3rem;
  background: #D1CEC4;
}
.flowList__item p strong {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
}
.flowList__item p img {
  width: calc(100% + 8em);
  margin: 0 0 -0em -8em;
}
@media screen and (max-width: 768px) {
  .flowList__item p img {
    margin: 0 0 -0em -8em;
  }
}
.flowList__item:last-child p {
  padding: 1.5em 0em 0em 8em;
}
