@charset "UTF-8";
/**
 * 見出し
 */
/* line 11, ../_sass/hanbai-otoriyose.scss */
section.main-cover {
  position: relative;
  height: 380px;
  background: url(../img/hanbai/otoriyose/cover.jpg) no-repeat center center;
  background-size: cover;
  padding-left: 5%;
  padding-right: 5%;
}
/* line 18, ../_sass/hanbai-otoriyose.scss */
section.main-cover .text {
  padding-top: 15px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.6em;
}
@media screen and (min-width: 480px) {
  /* line 18, ../_sass/hanbai-otoriyose.scss */
  section.main-cover .text {
    padding-top: 35px;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 768px) {
  /* line 18, ../_sass/hanbai-otoriyose.scss */
  section.main-cover .text {
    padding-top: 55px;
    font-size: 2.0rem;
  }
}
/* line 32, ../_sass/hanbai-otoriyose.scss */
section.main-cover h2 {
  display: inline-block;
  margin: 0;
  margin-top: 5px;
  color: #004896;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 2.2rem;
}
/* line 42, ../_sass/hanbai-otoriyose.scss */
section.main-cover h2 img {
  width: 146px;
  margin-bottom: 5px;
}
/* line 46, ../_sass/hanbai-otoriyose.scss */
section.main-cover h2 b {
  display: block;
  letter-spacing: 3px;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  /* line 46, ../_sass/hanbai-otoriyose.scss */
  section.main-cover h2 b {
    font-size: 3.4rem;
  }
}
/* line 55, ../_sass/hanbai-otoriyose.scss */
section.main-cover .button {
  margin-top: 10px;
}
/* line 57, ../_sass/hanbai-otoriyose.scss */
section.main-cover .button a {
  display: block;
  width: 55%;
  margin-bottom: 5px;
  color: #ffffff;
  padding: 5px 10px;
  border: 1px solid #ffffff;
}
/* line 64, ../_sass/hanbai-otoriyose.scss */
section.main-cover .button a:first-child {
  margin-right: 5px;
}
@media screen and (min-width: 480px) {
  /* line 57, ../_sass/hanbai-otoriyose.scss */
  section.main-cover .button a {
    display: inline-block;
    width: auto;
  }
}
/* line 73, ../_sass/hanbai-otoriyose.scss */
section.main-cover .free {
  position: absolute;
  right: 3%;
  bottom: -5px;
  background-color: #ff4d4d;
  width: 120px;
  height: 120px;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 30px;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  /* line 73, ../_sass/hanbai-otoriyose.scss */
  section.main-cover .free {
    bottom: -20px;
    padding-top: 45px;
    width: 150px;
    height: 150px;
    font-size: 1.4rem;
  }
}
/* line 93, ../_sass/hanbai-otoriyose.scss */
section.main-cover .free b {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 4px;
}

/**
 * 導入
 */
/* line 104, ../_sass/hanbai-otoriyose.scss */
section.introduction {
  text-align: center;
}
/* line 106, ../_sass/hanbai-otoriyose.scss */
section.introduction .balloon li {
  display: inline-block;
  background: url(../img/hanbai/otoriyose/balloon.svg) no-repeat center center;
  width: 171px;
  height: 61px;
  color: #004896;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  padding-top: 15px;
  margin: 0 10px 5px 10px;
}
/* line 118, ../_sass/hanbai-otoriyose.scss */
section.introduction h2 {
  font-size: 2.2rem;
  letter-spacing: 2px;
}
/* line 122, ../_sass/hanbai-otoriyose.scss */
section.introduction .caution {
  font-size: 1.2rem;
}

/**
 * 動画
 */
/* line 130, ../_sass/hanbai-otoriyose.scss */
.movie {
  background-color: #ffffff;
  padding: 15px;
}
@media screen and (min-width: 480px) {
  /* line 130, ../_sass/hanbai-otoriyose.scss */
  .movie {
    padding: 30px;
  }
}
/* line 136, ../_sass/hanbai-otoriyose.scss */
.movie p {
  text-align: center;
}
/* line 139, ../_sass/hanbai-otoriyose.scss */
.movie .youtube {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 480px) {
  /* line 139, ../_sass/hanbai-otoriyose.scss */
  .movie .youtube {
    height: 260px;
  }
}
@media screen and (min-width: 768px) {
  /* line 139, ../_sass/hanbai-otoriyose.scss */
  .movie .youtube {
    height: 360px;
  }
}
@media screen and (min-width: 992px) {
  /* line 139, ../_sass/hanbai-otoriyose.scss */
  .movie .youtube {
    width: 640px;
  }
}
/* line 153, ../_sass/hanbai-otoriyose.scss */
.movie .youtube iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
/* line 159, ../_sass/hanbai-otoriyose.scss */
.movie .youtube .balloon {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 159, ../_sass/hanbai-otoriyose.scss */
  .movie .youtube .balloon {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #004896;
    width: 150px;
    height: 150px;
    top: -20px;
    left: -140px;
    color: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 45px;
    letter-spacing: 1px;
  }
}
/* line 176, ../_sass/hanbai-otoriyose.scss */
.movie .youtube .balloon b {
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1em;
  margin-right: 2px;
}
/* line 184, ../_sass/hanbai-otoriyose.scss */
.movie ul.caution {
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 992px) {
  /* line 184, ../_sass/hanbai-otoriyose.scss */
  .movie ul.caution {
    width: 640px;
  }
}
/* line 189, ../_sass/hanbai-otoriyose.scss */
.movie ul.caution li {
  font-size: 1.2rem;
}

/*# sourceMappingURL=hanbai-otoriyose.css.map */
