@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Kosugi|Kosugi+Maru|M+PLUS+1p|M+PLUS+Rounded+1c|Noto+Sans+JP|Noto+Sans+SC|Noto+Sans+TC|Noto+Serif+JP|Noto+Serif+SC|Noto+Serif+TC|Sawarabi+Gothic");
/*
Font Awesome
xxx:before {
display: none;
font-family: "Font Awesome 5 Regular";
content: "\f1ea";
margin-right: 10px;
}
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* レイアウトCSS */
body {
  min-height: 1200px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.wrapper_mv {
  position: relative;
}

.wrapper_mv .mv_bg {
  width: 100%;
  height: auto;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo {
  position: absolute;
  left: 6%;
  top: 20px;
  width: 20%;
}

.cach {
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 76%;
}

.contact_fix {
  display: none;
  position: fixed;
  top: 350px;
  right: -30px;
}

.contact_fix .mail {
  display: block;
  width: 200px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact_fix .mail:hover {
  opacity: 0.9;
}

.contact_fix .tel {
  display: block;
  width: 200px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact_fix .tel:hover {
  opacity: 0.9;
}

.title_yellow_bg {
  background-color: #FFF20A;
  padding: 20px 0;
}

.title_pink_bg {
  background-color: #FC346C;
  padding: 20px 0;
}

.title_blue_bg {
  background-color: #36AFD9;
  padding: 20px 0;
}

.title_red_bg {
  background-color: #C30025;
  padding: 20px 0;
}

.title {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.title_contact {
  width: 60% !important;
  margin: 0 auto;
  display: block;
}

.triangle_yellow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFF20A;
  margin: 0 auto;
  margin-bottom: 30px;
}

.triangle_pink {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FC346C;
  margin: 0 auto;
  margin-bottom: 30px;
}

.triangle_blue {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #36AFD9;
  margin: 0 auto;
  margin-bottom: 30px;
}

.triangle_red {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #C30025;
  margin: 0 auto;
  margin-bottom: 30px;
}

.stripe_yellow {
  background-size: 15px 15px;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #FAFFC1 25%, transparent 25%, transparent 50%, #FAFFC1 50%, #FAFFC1 75%, transparent 75%, transparent);
}

.wrapper_content .content {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 10px;
}

.wrapper_content .content img {
  width: 100%;
  display: block;
}

.content_title {
  width: 90% !important;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px !important;
}

.stripe_pink {
  background-size: 15px 15px;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #FDEDF6 25%, transparent 25%, transparent 50%, #FDEDF6 50%, #FDEDF6 75%, transparent 75%, transparent);
}

.stripe_blue {
  background-size: 15px 15px;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #EEF9FC 25%, transparent 25%, transparent 50%, #EEF9FC 50%, #EEF9FC 75%, transparent 75%, transparent);
}

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

.merit_area .inner {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 30px;
}

.merit_area .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.merit_area .inner .flex .image {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  margin-right: 20px;
}

.merit_area .inner .flex .image img {
  width: 80px;
  margin-bottom: 0px !important;
}

.merit_area .inner .flex p {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
}

.footer_contact {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_contact .inner {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  margin-bottom: 20px;
}

.footer_contact .inner img {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 0px !important;
}

.footer_contact .inner img:hover {
  opacity: 0.8;
}

.shop_area {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop_area h1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}

.shop_area ul {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.shop_area ul li {
  line-height: 1.5em;
  font-weight: bold;
  font-size: 16px;
}

footer {
  width: 100%;
  padding: 15px;
  background-color: #BE2434;
}

footer img {
  display: block;
  margin: 0 auto;
  width: 120px;
}

.footer_up {
  width: 80% !important;
  margin: 0 auto;
}

.footer_up img {
  width: 100%;
  margin-bottom: 0px !important;
}

.center_text {
  text-align: center;
  line-height: 1.6rem;
}

.hito {
  width: 160px !important;
  position: absolute;
  top: -35px;
  left: 10px;
  width: 80px !important;
}

.hito_02 {
  width: 160px !important;
  position: absolute;
  bottom: 170px;
  left: 10px;
  width: 80px !important;
}

.hito_03 {
  width: 160px !important;
  position: absolute;
  top: -100px;
  left: 10px;
  width: 80px !important;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 画面外にいる状態 */
.fadein_side {
  opacity: 0;
  -webkit-transform: translate(-300px, 0);
          transform: translate(-300px, 0);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* 画面内に入った状態 */
.fadein_side.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.bound {
  -webkit-animation: bound_animation 1s forwards;
          animation: bound_animation 1s forwards;
}

@-webkit-keyframes bound_animation {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  38% {
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  56% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  72% {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  88% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes bound_animation {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  38% {
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  56% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  72% {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  88% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.contact_fix_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact_fix_sp .mail {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}

.contact_fix_sp .mail img {
  height: 30px;
  margin-right: 10px;
}

.contact_fix_sp .mail a {
  border-radius: 5px;
  padding: 15px;
  background-size: auto auto;
  background-color: #3fbde3;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #60c8e7 5px, #60c8e7 9px);
}

.contact_fix_sp .tel {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}

.contact_fix_sp .tel img {
  height: 30px;
  margin-right: 10px;
}

.contact_fix_sp .tel a {
  border-radius: 5px;
  padding: 15px;
  background-size: auto auto;
  background-color: #ee7eb2;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #f992c2 5px, #f992c2 9px);
}

.contact_fix_sp a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_fix_sp .school {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}

.contact_fix_sp .school img {
  height: 30px;
  margin-right: 10px;
}

.contact_fix_sp .school a {
  border-radius: 5px;
  padding: 15px;
  background-size: 10px 10px;
  background-color: #59C12C;
  background-image: linear-gradient(-45deg, #5aab32 25%, transparent 25%, transparent 50%, #5aab32 50%, #5aab32 75%, transparent 75%, transparent);
}

.contact_fix_sp a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_fix_sp .look {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  background-size: 10px 10px;
  background-color: #FFF110;
  background-image: linear-gradient(-45deg, #FEFF62 25%, transparent 25%, transparent 50%, #FEFF62 50%, #FEFF62 75%, transparent 75%, transparent);
}

.contact_fix_sp .look span {
  color: #FC2D76;
  font-weight: bold;
}

.contact_fix_sp .look p {
  font-weight: bold;
}

#first_title, #second_title, #coupon, #merito, #contact {
  min-height: 1px;
}

.coupon_image {
  margin-bottom: 30px !important;
}

.riyouhouhou {
  margin: 30px 0 0px 0;
}

.riyouhouhou img {
  width: 100%;
  margin-bottom: 30px !important;
}

.cach_left {
  position: absolute;
  left: 2%;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33%;
  opacity: 0;
}

.cach_right {
  position: absolute;
  right: 2%;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33%;
  opacity: 0;
}

.bound_pickup {
  -webkit-animation: bound_animation_02 0.4s forwards;
          animation: bound_animation_02 0.4s forwards;
}

@-webkit-keyframes bound_animation_02 {
  0% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}

@keyframes bound_animation_02 {
  0% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}

.ad_btn {
  padding-bottom: 60px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.coupon_image {
  margin-bottom: 60px;
}

.coupon_dl img {
  padding-bottom: 60px;
}

.shops_info_wrapper {
  padding: 40px 25px;
  border: 6px solid #f9928b;
  border-radius: 15px;
  margin-bottom: 40px;
}

.shops_info_wrapper .shops_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.shops_info_wrapper .shops_title span {
  font-size: 23px;
}

.shops_info_wrapper .shops_info {
  margin-bottom: 20px;
}

.shops_info_wrapper .shops_info .address {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: 1px;
}

.shops_info_wrapper .f_btn_wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px 0;
}

.shops_info_wrapper .f_btn_wrap a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.shops_info_wrapper .f_btn_wrap a:nth-of-type(1) {
  margin-bottom: 10px;
}

.shops_info_wrapper .f_btn_wrap a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shops_info_wrapper .iframe_size {
  width: 100%;
  height: 250px;
  margin-top: 30px;
}
/*# sourceMappingURL=sp.css.map */