@charset "UTF-8";


#hanabi strong {
  font-weight: 500;
}

.main-banner {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}

#hanabi .feature-h2 {
  color: #333;
  background: #F6DD5D;
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding-bottom: 0;
  position: relative;
  padding: 1rem 2rem;
}
#hanabi .feature-h2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #F6DD5D transparent transparent transparent;
  position: absolute;
  left: 5rem;
  bottom: -14px;
}
#hanabi .feature-h2:first-child {
  margin-top: 0;
}
#hanabi .feature-h3 {
  font-size: 2.6rem;
}
#hanabi .feature-box .feature-h4 {
  color: #fff;
  font-size: 2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
}

#hanabi .feature-btn{
  color: #333;
  background: #B7CCA3;
}
#hanabi .feature-box {
  background: #625f98;
  padding: 1.5rem;
}
#hanabi .feature-box p {
  color: #fff;
}

#hanabi .feature-block {
  background: #fff;
  margin-top: 5rem;
  padding: 1.5rem;
}

.background {
  background: url(../images/hanabi/feature-150.jpg);
  background-size: contain;
}
.headline--feature {
  padding: 0 0 5rem 0;
}

.links {
  overflow: hidden;
}
.links a {
  display: block;
  font-size: 1.4rem;
  text-decoration: underline;
  text-align: center;
  color: #e6855e;
}
#hanabi .link-icon {
  max-width: 80px;
  margin: 0 auto;
}

.map {
  width: 100%;
  height: auto;
}

.map-item {
  background: #FFF3BC;
  padding: 1rem;
  border-radius: 10px;
  height: 100%;
}
.map-item__name {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.map-item__name .number {
  display: inline-block;
  background: #E6855E;
  border-radius: 50%;
  color: #fff;
  line-height: 26px;
  width: 26px;
  text-align: center;
  margin-right: 1.5rem;
}
.map-item p {
  font-size: 1.4rem;
}

.map-items--store {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.map-items--store .map-item {
  background: #ECD0D8;
}
.map-items--store .number {
  background: #722D74;
}


.qa {
  margin-top: 1rem; }
  .qa a {
    color: #B95C4D;
    text-decoration: underline; }
    .qa a:hover {
      text-decoration: none; }
  .qa__q {
    position: relative;
    padding: 2rem 5rem 2rem 2rem;
    color: #625f98;
    background: #FFFCEC;
    font-weight: bold;
    cursor: pointer;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    -ms-transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out; }
    .qa__q:hover {
      color: #E6855E }
    .qa__q:not(:first-child) {
      margin-top: 1px; }
    .qa__q:after, .qa__q:before {
      content: "";
      background: #E6855E;
      position: absolute; }
    .qa__q:before {
      height: 2px;
      width: 14px;
      right: 1.9rem;
      top: 3rem; }
    .qa__q:after {
      height: 14px;
      width: 2px;
      right: 2.5rem;
      top: 2.4rem;
      -moz-transition: 0.1s ease-out;
      -o-transition: 0.1s ease-out;
      -ms-transition: 0.1s ease-out;
      -webkit-transition: 0.1s ease-out;
      transition: 0.1s ease-out; }
  .qa__a {
    padding: 1.5rem 0;
    color: #333;
    display: none;
    line-height: 1.8; }
  .qa .active.qa__q:after {
    top: 4rem;
    opacity: 0; }


.yukata,
.staff {
  width: 150px;
}


p.text {
  color: #d2527b;
  font-size: 1.6rem;
  line-height: 2em;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
p.text .border {
  border-bottom: solid 1px #d2527b;
}


/*PC表示*/
@media screen and (min-width: 1080px) {
  .background {
    background: url(../images/hanabi/feature-150.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
  #hanabi .feature-block {
    padding: 5rem;
  }
  #hanabi .feature-box {
    padding: 5rem;
  }
  .map {
    max-width: 600px;
  }
  .links a:hover {
    opacity: .6;
  }
  #hanabi .link-icon {
    max-width: 150px;
  }
}