@charset "UTF-8";
@keyframes movie_icon_rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
/* ============================================================ */
/* ワンコイン
   #onecoinEvent */
/* ============================================================ */

#easter #contents {
    position: relative;
    min-width: 1024px;
    background: url(/lpi/easter/img/bg.png) repeat;
}
#easter #contents .main{
  padding:10px 0;
  text-align: center;
}
#easter #contents .main p:nth-of-type(2){
  color: #007F41;
  font-size: 3rem;
  font-weight: bold;
  margin: 20px 0;
}
#easter #contents .main p:nth-of-type(3){
  font-size: 1.2rem;
}

#easter #contents .event_flow{
  width: 100%;
  text-align: center;
  padding: 60px 0;
  background: #fff;
  margin: 30px 0 0;
}
#easter #contents .event_flow h2{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom:40px;
}

#easter #contents .event_flow > p{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top:40px;
}
#easter #contents .event_flow > p span{
  color: #DA5999;
}

#easter #contents .event_flow ul{
  width: 100%;
  max-width: 830px;
  margin: 0 auto 80px;
}
#easter #contents .event_flow ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#easter #contents .event_flow ul li h3{
  color: #DA5999;
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom:20px;
}
#easter #contents .event_flow ul li figure{
  width: 50%;
  text-align: left;
}
#easter #contents .event_flow ul li div{
  width: 50%;
  padding: 50px 40px 0 20px;
  text-align: left;
}
#easter #contents .event_flow ul li:nth-child(odd) div{
  width: 50%;
  padding: 50px 40px 0 0;
  text-align: left;
}

#easter .easter_btn{
    width: 780px;
	margin:0 auto;
}
#easter #modal_fb {
  width: 700px;
  margin: 0 auto;
}
#easter .easter_btn .btn_pink{
  width: 780px;
  height: 90px;
  font-size: 3.5rem;
  font-weight: bold;
  margin: 10px 0 5px;
  border: 6px solid #FFF;
  background: #DB5A9A;
}
#easter #modal_fb .btn_pink{
  width: 700px;
  height: 70px;
  font-size: 3rem;
  font-weight: bold;
  margin: 10px 0 5px;
  background: #DB5A9A;
}

#easter .easter_btn .btn_pink span{
    font-size: 2.2rem;
}
#easter .easter_btn .btn_pink span:nth-of-type(1){
  color: #FFE246;
  font-size: 3.5rem;
}
#easter #modal_fb .btn_pink span:nth-of-type(1) {
  color: #FFE246;
  font-size: 3rem;
}
.lightbox {
  display: none;
}
#easter .green_bg{
  background: #c4e7c8;
  padding: 40px 0;
}

#easter #search_pref{
  display: block !important;
  position: relative;
  height: 565px;
  padding: 25px 0 0;
  background: #c4e7c8;
  width: 960px;
  margin: 0 auto;
}
#easter #search_pref h2 {
      text-align: center;
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.2;
    }

#easter #search_pref figure{
  position: absolute;
  top: 105px;
  left: 25%;
}
#easter #search_pref dl {
      position: absolute;
      background: rgba(255, 255, 255, 0.5);
      text-align: center;
      border-radius: 8px;
    }

#easter #search_pref dl dt {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1;
        border-radius: 8px 8px 0 0;
        padding: 10px 10px;
    }

#easter #search_pref dl dd {
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px 10px;
    }

#easter #search_pref dl dd a {
      flex: 0 0 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 36px;
      margin: 10px 0 0;
      background: #fff;
      color: #e5005a;
      border-radius: 100px;
    }

#easter #search_pref dl dd a:hover {
      opacity: 0.7;
    }

#easter #search_pref dl#tohoku dt {
        background: #81C0DD;
    }
#easter #search_pref dl#kanto dt {
        background: #87DC9C;
    }
#easter #search_pref dl#tokai dt {
        background: #F7DE57;
    }
#easter #search_pref dl#kansai dt {
        background: #FDC46B;
    }
#easter #search_pref dl#chugoku dt {
        background: #FFBBC3;
    }
#easter #search_pref #tohoku {
      top: 150px;
      right: 30px;
      width: 110px;
    }

#easter #search_pref #tohoku dd {
      justify-content: center;
    }

#easter #search_pref #kanto {
      top: 257px;
      right: 30px;
      width: 170px;
    }

#easter #search_pref #kanto dd {
      justify-content: space-between;
    }

#easter #search_pref #tokai {
      top: 456px;
      right: 30px;
      width: 330px;
    }

#easter #search_pref #tokai dd a:not(:last-child) {
      margin-right: 10px;
    }

#easter #search_pref #kansai{
      top: 88px;
      left: 30px;
      width: 250px;
    }

#easter #search_pref #kansai dd a:not(:nth-child(3n+1)) {
      margin-left: 10px;
    }

#easter #search_pref #chugoku {
      top: 240px;
      left: 30px;
      width: 250px;
    }
#easter #search_pref #chugoku dd a:not(:nth-child(3n+1)) {
      margin-left: 10px;
    }

/* ------------------------------------------------------------ modal */
/* #modal{ background: rgb(0,0,0,0.5); } */
.modal_html {
  width: 900px;
  max-height: 85%;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_html::-webkit-scrollbar {
  display: none;
}
.modal_inner {
  border: 1px solid #87DC9C;
  border-radius: 10px;
  padding: 60px 50px 70px;
  overflow-y: scroll;
  scrollbar-width: none;
  height: 650px;
}
.modal_html button#course_btn{
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 50px;
  right: 0;
}
#fukushima .modal_inner{
  border: 1px solid #81C0DD;
}
#aichi .modal_inner,
#shizuoka .modal_inner,
#mie .modal_inner,
#gifu .modal_inner{
  border: 1px solid #F9D445;
}
#osaka .modal_inner,
#kyoto .modal_inner,
#hyogo .modal_inner,
#shiga .modal_inner,
#nara .modal_inner,
#wakayama .modal_inner{
  border: 1px solid #FDC46B;
}
#okayama .modal_inner,
#fukuoka .modal_inner,
#kagoshima .modal_inner{
  border: 1px solid #FFBBC3;
}
#tokyo .modal_inner,
#kanagawa .modal_inner,
#aichi .modal_inner,
#osaka .modal_inner,
#hyogo .modal_inner{
  scrollbar-width: auto;
}
.modal_html h2{
  width: 150px;
  border-radius: 25px;
  background: #87DC9C;
  font-weight: 600;
  font-size: 16px !important;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 10px 0;
}
#fukushima h2{
  background: #81C0DD;
}
#aichi h2,
#shizuoka h2,
#mie h2,
#gifu h2{
  background: #F7D657;
}
#osaka h2,
#kyoto h2,
#hyogo h2,
#shiga h2,
#nara h2,
#wakayama h2{
  background: #FDC46B;
}
#okayama h2,
#fukuoka h2,
#kagoshima h2{
   background: #FFBBC3;
}

.modal_html ul {
  padding: 30px 0 0;
}
.modal_html ul li {
  float: left;
  width: 29%;
  min-height: 180px;
  margin: 0 50px 0 0;
}
.modal_html ul li:nth-of-type(3n) {
  margin: 0;
}

.modal_html ul li h3{
  padding: 0 0 10px;
  font-size: 18px;
  color: #60D27C;
  font-weight: 800;
  line-height: 150%;
  border-bottom: 1px solid #87DC9C;
}
#fukushima ul li h3{
  color: #81C0DD;
  border-bottom: 1px solid #81C0DD;
}

#aichi ul li h3,
#shizuoka ul li h3,
#mie ul li h3,
#gifu ul li h3{
  color: #F7CD2C;
  border-bottom: 1px solid #F9D445;
}
#osaka ul li h3,
#kyoto ul li h3,
#hyogo ul li h3,
#shiga ul li h3,
#nara ul li h3,
#wakayama ul li h3{
  color: #FFB746;
  border-bottom: 1px solid #FDC46B;
}
#okayama ul li h3,
#fukuoka ul li h3,
#kagoshima ul li h3{
   color: #FFA0AB;
  border-bottom: 1px solid #FFBBC3;
}

.modal_html ul li p {
  line-height: 160%;
  font-size: 13px;
  margin-top: 15px;
}
/* close_btn */
.modal_html .box {
  position: relative;
}
.modal_html .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80px;
  color: #e40057;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


@media screen and (max-width: 720px) {
#easter #contents {
    position: relative;
    min-width: 100%;
}

#easter #contents .row{
	width:100%;
	margin: 0 auto;
    padding-top:10px;
}


#easter #contents .pc{
	display:none;
}

#easter #contents .sp{
	display:block;
}

#easter #contents img {
	width: 100%;
}
#easter #contents p img {
	width: 90%;
}
#easter #contents .main{
  margin-top: 70px;
}
#easter #contents .main p:nth-of-type(2){
  font-size: 2rem;
}

#easter #contents .event_flow {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  background: #fff;
  margin: 20px 0 0;
}
#easter #contents .event_flow h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
#easter #contents .event_flow ul {
  width: 100%;
  margin: 0 auto;
}
#easter #contents .event_flow ul li {
  flex-direction: column;
  display: flex;
}
#easter #contents .event_flow ul li figure {
  width: 100%;
  text-align: center;
  order:1;
}
 #easter #contents .event_flow ul li img {
    width: 90%;
    padding-right: 20px;
   max-width: 325px;
  }
#easter #contents .event_flow ul li div {
  width: 100%;
  padding: 20px 40px 40px 40px;
  text-align: left;
   order:2;
}

#easter #contents .event_flow ul li:nth-child(odd) div {
  width: 100%;
  padding: 15px 40px 30px 40px;
  text-align: left;
  order:2;
}

#easter #contents .event_flow ul li h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#easter #contents .event_flow ul li p{
  font-size: 12px;
}
#easter #contents .event_flow > p{
    text-align: left;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 0;
  }
#easter .easter_btn {
    width: 100%;
    padding: 0 20px;
  }
#easter #modal_fb {
    width: 100%;
    padding: 0;
  }

#easter .easter_btn .btn_pink {
  width: 100%;
  height: 70px;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  line-height: 1;
  background: #DB5A9A;
  border: 3px solid #FFF;
}
#easter #modal_fb .btn_pink{
    font-size: 1.6rem;
    width: 100%;
    margin: 20px auto 0;
    height: 45px;
  padding-top: 12px;
  }
#easter .easter_btn .btn_pink span{
    font-size: 1.4rem;
}
#easter .easter_btn .btn_pink span:nth-of-type(1){
    font-size: 2.2rem;
}
#easter #modal_fb .btn_pink span{
    font-size: 1.4rem;
}
#easter #modal_fb .btn_pink span:nth-of-type(1){
    font-size: 1.6rem;
  }
#easter #contents .flow {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  margin: 30px 0 0;
}
#easter #contents .flow h2 {
  font-size: 20px;
}
#easter #contents .flow p {
    font-size: 14px;
    text-align: left;
  }
#easter .green_bg {
  background: #e2f3e3;
  padding: 40px 0;
}
  
#easter .btn_pagetop {
    margin: -73px 15px 15px;
}

#easter #search_pref{
    width: 100%;
    padding: 0 15px;
    background: #e2f3e3;
    text-align: center;
    position: initial;
    height: auto;
  }
#easter #search_pref h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
  }

#easter #search_pref dl{
    margin: 0 0 20px;
    position: initial;
    width: 100% !important;
    background: none;
  }
#easter #search_pref dl dt{
    padding: 0 5px;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
  }
#easter #search_pref dl#tohoku dt,
#easter #search_pref dl#kanto dt,
#easter #search_pref dl#tokai dt,
#easter #search_pref dl#kansai dt ,
#easter #search_pref dl#chugoku dt {
  background: none;
}

#easter #search_pref dl dd {
    display: flex;
    flex-wrap: wrap;
   justify-content:left;
  }
#easter #search_pref #tohoku dd,
#easter #search_pref #kanto dd,
#easter #search_pref dl#tokai dd,
#easter #search_pref dl#kansai dd ,
#easter #search_pref dl#chugoku dd{
  justify-content: left;
}
#easter #search_pref dl dd a {
  flex: 0 0 30%;
  margin: 10px 0 0 10px;
  margin-left: 10px;
  background: #fff;
  color: #e5005a;
  text-align: center;
  line-height: 40px;
  border-radius: 100px;
  }
#easter #search_pref #tokai dd a:not(:last-child) {
  margin-right: 0;
}
	/* ------------------------------------------------------------ modal */
	  .modal_html{
      top: 43%;
	  width: 90%;
	  max-height: auto;
	  height: 300px;
	  padding: 0 5% 40px;
	  border-radius: 10px;
	}
.featherlight .featherlight-content {
    min-height: 500px !important;
  }
  .featherlight #course_btn {
    display: block !important;
  }
  .modal_html button#course_btn {
  margin-top: 20px;
}
	  .modal_html h2 {
	  }
	  .modal_inner {
	  height: 360px;
	  padding: 20px;
      scrollbar-width: auto;
	}
	  .modal_html ul {
	    ;
	    padding: 0;
	  }
	  .modal_html ul li {
	    width: 100%;
	    min-height: auto;
	    margin: 0;
	    padding: 10px 0;
	  }
	  .modal_html ul li:nth-of-type(2), .modal_html ul li:nth-of-type(3) {
	    border-top: none;
	  }
	  .modal_html ul li h3 {
	    padding: 0 0 5px;
	    font-size: 15px;
	  }
	  .modal_html ul li p {
	    font-size: 12px;
	  }
  .modal-wrapper .modal-close {
  top: -40px;
  right: -10px;
}
#clearfile .modal-close {
  right:-20px;
}

}