@charset "UTF-8";
body {
  color: #575757;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* display switch
---------------------------------- */
.viewPc{
	display: block;
}
.viewTb {
	display: none;
}
.viewSp {
	display: none;
}

@media screen and (max-width: 768px) {
  .viewPc {
    display: none !important;
  }
  .viewSp {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .wrap.viewSp {
    display: none !important;
  }
  .wrap.viewPc {
    display: none !important;
  }
  .wrap.viewTb{
    display: block!important;
  }
}

/* common
---------------------------------- */
.header{
    margin: 0;
    height: 70px;
    width: 100%;
    border-top:2px solid #df1014;
    font-family:'メイリオ', 'Meiryo', sans-serif;
    box-sizing: border-box;
}

.header__wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content:space-between;
}

.waolab-logo{
    margin:13px 0 0 15px;
}

.waolab-logo__link{
    display:inline-block;
    width: 146px;
    height: 49px;
    background-image: url("../img/logo.svg");
}

@media screen and (max-width:599px) {
  .header {
      height: auto;
    }
    .waolab-logo{
        /* margin:7px 7px 8px 7px; (2022/6/13)*/
		margin:4px 7px 0px 7px;
    }
    .waolab-logo__link{
        /* width: 84px;
        height: 28px; */
		width: 105px; /*2022/6/13*/
        height: 35px; /*2022/6/13*/
        background-size:100%;
        background-repeat: no-repeat;
    }
}

.block_a {
  background-color: #fff;
}
.block_b {
/*  background: url('../img/bonbon.png') center top no-repeat;*/
/*  background: linear-gradient(to top, #da3939, 70% , #fff);*/
  background: linear-gradient(to bottom,  #ffffff 24%,#da3939 60%);
}

.block_c {
  background-color: #33743b;
}
.block_d {
  background-color: #191970;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

.wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}

/* スクロール　フェードイン */
.scroll-fade{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

*:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .block_b {
    background-size: 90%;
  }
}

@media screen and (max-width: 768px) {
  .block_b {
    background-size: 100%;
  }
  .block_c {
    padding: 0 .6rem;
  }
  .block_d {
    padding: 0 .6rem;
  }
  .inner {
    width: 100%;
    padding: 1em 0;
  }
  .block_a .inner {
    padding: 0;
  }
  .wrapper {
    padding: 0.6em;
  }
}

/*====================================================================
　MV
====================================================================*/
/*
.block_a .wrap {
  background: url('../img/mv.jpg') no-repeat center top ;
  height: 700px;
}
.block_a .wrap .inner {
  position: relative;
}
.block_a .target {
  position: absolute;
  top: 0;
  right: 0;
}
.block_a {
  text-align: center;
}
.block_a .mv_txt {
  padding-top: 30px;
}
*/
.block_a .wrap {
  max-width: 2000px;
  padding: 0;
  margin: auto;
}
.block_a .wrap img {
  width: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .block_a .wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .block_a .wrap {
    background: none;
    height: auto;
  }
}

/*====================================================================
　block_b
====================================================================*/
.block_b h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
/*  color: #fff;*/
}
.block_b p.read {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px;
/*  color: #fff;*/
}
.block_b p.read span.day {
  font-size: 1.2em;
  font-weight: bold;
}
.block_b p.read span.free {
  font-size: 30px;
  color: #ff0000;
  font-weight: bold;
}

.block_b h2 {
  font-size: 30px;
  font-weight: bold;
/*  color: #da3939;*/
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
.block_b h2 span {
  font-size: 18px;
}
.block_b p.txt {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.block_b p.spec {
  font-weight: bold;
  line-height: 1.6;
  padding-left: 3em;
  text-indent: -3em;
  
}
.contents {
  display: flex;
  margin-bottom: 20px;
}

.contents .img_right img {
  border-radius: 1em;
}

.txt_left {
  text-align: left;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .read-txt {
    padding: 0 .6rem;
  }
  .block_b p.read span.free {
    font-size: 1.4rem;
  }

  .block_b h2 {
    font-size: 1.4em;
    line-height: 1.2;
  }
  .block_b h2 span {
    font-size: 1rem;
  }
  .block_b p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .block_b p.read span {
    font-size: 1.4rem;
  }
  .block_b p.read {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .contents {
    display: block;
  }
  .img_right img {
    width: 100%;
  }
  .txt_left {
    text-align: left;
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media screen and (min-width:769px) {
  .block_b h2 span::before,
  .block_b h2 span::after{
    content: "～";
  }
}
/* イベントの流れ
---------------------------------- */
.flow {
  border-radius: 16px;
  padding: 30px;
  margin: 40px 0 0;
}
.flow h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: -1.8em;
  margin-bottom: 1em;
  text-shadow: 5px 5px 0px #fff, -5px -5px 0px #fff,
           -5px 5px 0px #fff,  5px -5px 0px #fff,
            5px 0px 0px #fff, -5px -0px 0px #fff,
            0px 5px 0px #fff,  0px -5px 0px #fff;
}
.innerFlow {
  display: flex;
  justify-content: space-between;
}
.innerFlow p {
  font-size: 14px;
  margin-top: 4px;
}

.innerFlow .arrow {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #333;
  text-decoration: none;
}
.innerFlow .arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
}

.innerFlow img {
  border-radius: 0.7em;
}

#tab01 .flow {
  border: 2px solid #e14e13;  
}
#tab01 .flow h2 {
  color: #e14e13;
}
#tab02 .flow {
  border: 2px solid #b3a81a;  
}
#tab02 .flow h2 {
  color: #b3a81a;
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 30px 20px 20px;
    margin: 2rem 0;
  }
  .flow img {
    width: 100%;
  }
  .innerFlow {
    display: block;
  }
  .innerFlow .arrow {
    display: block;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 2rem;
  }
  .innerFlow .arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    top: 5%;
    left: 48%;
    margin-top: -6px;
  }
}


/* form-btn
---------------------------------- */
.form-btn {
  margin-top: 2em;
}
.form-btn p {
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: bold;
}
.form-btn img {
  vertical-align: middle;
  padding-bottom: .3rem;
}
.btn {
  display: flex;
  justify-content: space-between;
}
.offer-btn{
  position: relative;
  display: block;
  width: 460px;
  padding: 24px 15px 24px 40px;
  box-sizing: border-box;
  margin: auto;
  background-color: #57ab48;
  text-align: center;
  color: #fff;
  font: bold 18px 'Noto Sans JP', sans-serif;
  border-radius:50px;
  line-height:1.2;
}
.offer-btn:before {
  position: absolute;
  content: '\f08e';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  width: 21px;
  height: 21px;
  top: 35%;
  left: 18%;
  background-repeat: no-repeat;
}
.offer-btn:hover:before {
  transition: all 0.5s 0s ease;
  color: #57ab48;
}
.offer-btn::after {
  right: 20px;
  top: 42%;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.offer-btn:hover {
  transition: all 0.5s 0s ease;
  border:1px solid #57ab48;
  background: #fff;
  color: #57ab48;
}
.offer-btn:hover:after {
  transition: all 0.5s 0s ease;
  border-top: 2px solid #57ab48;
  border-right: 2px solid #57ab48;
}

@media screen and (max-width: 768px) {
  .form-btn p img {
    vertical-align: middle;
  }
  .offer-btn{
    font-size: 1em;
    padding: 24px 15px;
    width: auto;
    margin-bottom: 1em;
  }
  .offer-btn:before {
    left: 14%;
  }
  .offer-btn.tel-btn:before {
    position: absolute;
    content: '\f095';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    width: 21px;
    height: 21px;
    top: 35%;
    left: 10%;
    background-repeat: no-repeat;
  }
  .tel-btn {
    background-color: #da3939;
  }
  .btn {
    display: block;
  }
  .offer-btn:hover{
    border: none;
    background: #57ab48;
    color: #fff;
  }
  .offer-btn.tel-btn:hover {
    background: #da3939;
  }
  .offer-btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

}

/*====================================================================
　緑
====================================================================*/
.block_c h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.4rem 0 0.5rem;
}

.block_c ul {
  padding: 20px 30px
}

.block_c li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 6px;
}
.block_c p {
  font-size: 18px;
  font-weight: bold;
  margin: 0 30px;
}

@media screen and (max-width: 768px)  {
  .block_c h2 {
    font-size: 1.2rem;
  }
  .block_c ul {
    padding: 0;
  }
  .block_c li {
    font-size: 1rem;
  }
  .block_c p {
    font-size: 1rem;
    margin: .5rem 0;
  }
}

/*====================================================================
　紺
====================================================================*/
.block_c h1,.block_d h1 {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.6;
  font-feature-settings: "palt";
}
.block_c h1::before,.block_d h1::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/tit1.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -8px;
  margin-right: 10px;
}
.block_c h1::after,.block_d h1::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/tit2.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -8px;
  margin-left: 10px;
}

.block_d h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 2px solid #da3939;
  margin-bottom: 6px;
}

.block_d h2 span {
  font-size: 18px;
}

.block_d p {
  font-size: 18px;
  line-height: 1.8;
}

.block_c img {
  width: 100%;
}

ul.map {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

ul.map li:nth-child(1) {
  width: 360px;
}

ul.map li:nth-child(2) {
  width: 600px;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 768px) {
  .block_b h1,.block_c h1,.block_d h1 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .block_c h1::before,.block_d h1::before {
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: -3px;
    padding-right: 0;
  }
  .block_c h1::after,.block_d h1::after {
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: -3px;
    padding-left: 0;
  }
  .block_d h2 {
    font-size: 1.2rem;
  }
  .block_d p {
    font-size: 1rem;
    line-height: 1.4;
  }
  ul.map {
    display: block;
    justify-content: center;
  }
  ul.map li:nth-child(1) {
    width: 100%;
    margin-top: 1rem;
  }
  ul.map li:nth-child(2) {
    width: 100%;
    margin-top: 1rem;
  }
  
}

/******** 終了 ********/
.endCopy {
  font-size: 2rem;
  line-height: 1.4;
  color: #da3939;
  text-align: center;
  padding: 1rem 2rem;
  border: 4px solid #da3939;
  background-color: #fff;
  margin-bottom: 2rem;
  border-radius: 1rem;
}

@media screen and (max-width: 768px)  {
  .endCopy {
    padding: .8rem 1rem;
    text-align: justify;
  }
}

.tel {
  margin-bottom: 30px;
  text-align: left;
/*  margin-left: 40px;*/
}
.tel li {
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-align: center;
}
.tel li span {
  font-size: 1.8rem;
  font-weight: bold;
}

/*====================================================================
　table
====================================================================*/
.tbl {
  text-align: left;
}
.tbl table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: solid 1px #ddd;
}

.tbl table tr{
  border-bottom: solid 1px #ddd;
}

.tbl table th,.tbl table td{
  text-align: left;
/*  width: 25%;*/
  padding: 6px;
  vertical-align: middle;
  border-right: solid 1px #ddd;
}
.tbl table th {
  background-color: #efefef;
  white-space: nowrap;
}
.tbl table td {
  font-size: 0.9em;
}
.tbl table td.comp {
  background-color: #ccc;
}

span.full {
  text-decoration-line: line-through;
  text-decoration-color:red;
}
/*
span.full::after {
  content: "満席";
  font-size: .75em;
  background: #ff0000;
  color: #fff;
  padding: 1px 3px 2px;
  margin-left: 5px;
  text-decoration-line:none!important;
}
*/
span.full::after {
  content: url(../img/full.png);
  vertical-align: middle;
  margin-left: 5px;
}
span.red {
  color: #ff0000;
}

/*====================================================================
　snow
====================================================================*/
.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 10px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 5s linear infinite;
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}