@charset "UTF-8";
/* variables */
/* アスペクト比固定の物全てに関与する指示 */
*[class*="ratio-"] {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* 他に何もクラスを入れていないと画像は横幅合わせで100% */
  /* height-fitクラスを追加すると画像は高さ合わせで100% */
}

*[class*="ratio-"]::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
}

*[class*="ratio-"] img,
*[class*="ratio-"] div,
*[class*="ratio-"] span,
*[class*="ratio-"] figure {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

*[class*="ratio-"].height-fit img,
*[class*="ratio-"] div,
*[class*="ratio-"] span,
*[class*="ratio-"] figure {
  width: auto;
  height: 100%;
}

.ratio-hd::before {
  padding-top: 56.25%;
}

.ratio-sd::before {
  padding-top: 75%;
}

.ratio-cinema::before {
  padding-top: 42.55319%;
}

.ratio-golden::before {
  /* 黄金比の場合 */
  padding-top: 61.8047%;
}

/*	PC --------------------------------------------------- */
#apple.information {
  background: url(../images/bgAnnai.gif) repeat 0 0;
}

#apple.information .navigation {
  border-top: solid 6px #9ed1ca;
}

#apple.information .footer {
  background-color: #9ed1ca;
}

.content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF url(../images/bgAnnaiContent.jpg) no-repeat left bottom;
  background-size: cover;
}

.content h1 {
  display: none;
}

.content .info {
  width: 83%;
  margin: 15pt auto;
}

.content .info-item-section {
  padding: 0 28pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 15pt;
}

.content .title {
  width: 30%;
}

.content .contact {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 15pt;
  margin-bottom: 40pt;
}

.content.hoikushi section.title {
  width: min(80%, 330pt);
  margin: 15pt auto 30pt auto;
  position: relative;
}

.content.hoikushi section.title figure {
  width: 100px;
  height: 0;
  padding-top: 140px;
  background-size: 200%;
  background-position: -160px -45px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  overflow: hidden;
}

.content.hoikushi section.title .illust-01 {
  background-image: url(../images/hoikushi-illust.svg);
  left: -30px;
  background-position: 0px -5px;
}

.content.hoikushi section.title .illust-02 {
  background-image: url(../images/hoikushi-illust.svg);
  right: -30px;
  background-position: -90px -5px;
}

.content.hoikushi section.title h1 {
    display: block;
    width: 100pt;
    padding: 5pt 10pt;
    margin: 0 auto;
    margin-bottom: 22pt;
    color: white;
    font-weight: 600;
    background-color: color(srgb 0.5076 0.705 0.6779);
    filter: drop-shadow(3px 3px 0px white);
    -webkit-filter: drop-shadow(3px 3px 0px white);
    border-radius: 7pt;
}

.content.hoikushi section.title p {
    display: block;
    width: min(60%, 220pt);
    margin: 0 auto;
    font-size: 0.9rem;
    text-align: center;
}


/*	Smart Device --------------------------------------------------- */

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .content {
    padding-top: 20vw !important;
  }
  .content .info {
    width: 100%;
    margin: 0 auto;
  }
  .content .info-item-section {
    padding: 0 10vw;
    font-size: 0.8rem;
    line-height: 1.44rem;
  }
  .content .title {
    width: 45%;
  }
  .content .detail {
    width: 55%;
  }
  .content.hoikushi .title {
    width: 35%;
  }
  .content.hoikushi .detail {
    width: 65%;
  }
  .content .contact {
    width: 100%;
    padding: 0 15pt;
    text-align: left;
  }
}
