@charset "UTF-8";
#main {
  font-size: 62.5%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main img {
  width: 100%;
}

#main figure {
  margin: 0;
}

#main h2, #main h3 {
  font-weight: normal;
  text-align: center;
}

.main {
  background-color: #CAB7A7;
  padding-bottom: 50px;
}

.main p {
  font-size: calc(1.2em + (1vw - 0.32em) * 0.5000);
  /*12-20*/
  line-height: 1.5;
  margin: 1em 0;
}

.main a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.main h3 {
  font-size: calc(1.5em + (1vw - 0.32em) * 1.5625);
  /*15-45*/
}

.main h4 {
  font-size: calc(1.3em + (1vw - 0.32em) * 1.5000);
  /*13-37*/
  margin: 0;
}

.main a {
  font-size: calc(1.1em + (1vw - 0.32em) * 1.0000);
  /*10-27*/
}

.main .font-small {
  font-size: 10px;
}

@media screen and (min-width: 1090px) {
  .main p {
    font-size: 16px;
  }
  .main h3 {
    font-size: 28px;
  }
  .main h4 {
    font-size: 24px;
  }
  .main a {
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.heroimg {
  position: relative;
}

.heroimg::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50vw;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.heroimg::after {
  content: '';
  width: 100%;
  padding-top: 50%;
  display: block;
  top: 0;
  left: 0;
}

.hero h2 div {
  width: 40%;
  margin: 3em auto;
  max-width: 200px;
}

.hero .maintext {
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0 auto 3em;
}

.hero .maintext_1 {
  width: 90%;
  max-width: 500px;
  margin: 5em auto 3em;
}

.hero .maintext_2 {
  width: 90%;
  max-width: 500px;
  margin: 3em auto;
}

.hero .maintext_2 p {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .herowrapper {
    position: relative;
  }
  .hero h2 {
    position: absolute;
    margin: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hero h2 div {
    max-width: 150px;
    margin: 2em auto;
  }
}

@media screen and (min-width: 1090px) {
  .heroimg::before {
    height: 545px;
  }
  .heroimg::after {
    padding-top: 545px;
  }
}

section[class^="point"] {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  width: 83%;
  max-width: 910px;
  padding: 30px 0;
  position: relative;
}

section[class^="point"]:not(:last-of-type) {
  margin: 50px auto;
}

section[class^="point"]:last-of-type {
  margin-left: auto;
  margin-right: auto;
}

section[class^="point"]::before {
  position: absolute;
  content: '';
  width: 3em;
  height: 3em;
  max-width: 70px;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

section[class^="point"]::after {
  position: absolute;
  content: '';
  width: 3em;
  height: 3em;
  max-width: 70px;
  top: 0;
  right: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

section[class^="point"] .point {
  width: 32%;
  margin: auto;
  max-width: 180px;
}

section[class^="point"] h3 {
  margin: 0.5em 0 0;
}

.point1 {
  overflow: hidden;
}

.point1 .mainillust {
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: calc(10em + (1vw - 0.32em) * 33.4821);
  /*100-250px*/
}

.point1 .mainillust::before {
  position: absolute;
  padding-top: 50%;
  width: 100%;
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.point1 .mainillust .point, .point1 .mainillust h3 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .point1 .mainillust {
    padding-top: 160px;
  }
  .point1 .mainillust::before {
    padding-top: 230px;
  }
}

.point1 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point1 article:nth-of-type(2) .point1_text::after {
  position: absolute;
  content: '';
  width: 11em;
  height: 5em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -30%;
  top: 26%;
}

.point1 article:last-of-type .point1_text::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 60%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -20%;
  bottom: 50%;
}

.point1_img {
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
  max-width: 180px;
}

.point1_text {
  text-align: center;
  -webkit-box-flex: 67%;
      -ms-flex: 67%;
          flex: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  z-index: 2;
}

.point1_text .tea_icon {
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  position: relative;
}

.point1_text .tea_icon::before {
  position: absolute;
  content: '';
  width: 300%;
  height: 200%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  left: -30%;
  bottom: 0;
}

.point1_text h4 {
  position: relative;
}

.point1_text p {
  position: relative;
  z-index: 2;
  font-size: calc(1.2em + (1vw - 0.32em) * 1.5625);
  /*12-37*/
}

.point1_text::before {
  position: absolute;
  content: '';
  width: 6em;
  height: 6em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  left: 2%;
  bottom: 0;
}

.point1_text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.point1_text .detail {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3em;
  height: 3em;
  margin-left: 1em;
}

@media screen and (min-width: 1090px) {
  .point1_text p {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .point1 article {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .point1 article:first-of-type .point1_text::after {
    position: absolute;
    content: '';
    width: 70%;
    height: 70%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -57%;
    bottom: 10%;
  }
  .point1 article:nth-of-type(2) .point1_text::after {
    position: absolute;
    content: '';
    width: 70%;
    height: 40%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -57%;
    bottom: 10%;
    top: auto;
  }
  .point1_img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .point1_text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .point1_text .tea_icon::before {
    width: 600%;
    height: 400%;
  }
}

.point2_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 83%;
  margin: 30px auto;
}

.point2_flex:first-of-type {
  margin-top: 50px;
}

.point2_img {
  -webkit-box-flex: 37%;
      -ms-flex: 37%;
          flex: 37%;
}

.point2_text {
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  margin-left: 3%;
}

.point2_text p:first-of-type {
  font-size: calc(1.3em + (1vw - 0.32em) * 1.6875);
  /*13-40*/
}

.point2_text p:last-of-type {
  color: #707070;
  font-size: 10px;
}

.point2_text .addspan {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .point2_flexwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    width: 83%;
    margin: auto;
  }
  .point2_flexwrapper .point2_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point2_flexwrapper .point2_flex:not(:last-of-type) {
    margin-right: 5%;
  }
  .point2_flexwrapper .point2_flex p:first-of-type {
    text-align: center;
  }
}

@media screen and (min-width: 1090px) {
  .point2_text p:first-of-type {
    font-size: 24px;
  }
}

.point3 p, .point4 p {
  color: #707070;
}

.point3 .sp_wrapper, .point4 .sp_wrapper {
  width: 83%;
  margin: auto;
}

.point3 .point_img_wrapper, .point4 .point_img_wrapper {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .point3 .point34_flex, .point4 .point34_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 83%;
    margin: auto;
  }
  .point3 .point34_flex .point_img_wrapper, .point4 .point34_flex .point_img_wrapper {
    height: 300px;
  }
  .point3 .point34_flex .point_text_wrapper, .point4 .point34_flex .point_text_wrapper {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
  }
  .point3 .sp_wrapper, .point4 .sp_wrapper {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .point4 a {
    width: 83%;
    margin: auto;
  }
}

.lastillust {
  width: 50%;
  max-width: 300px;
  margin: 50px auto 0;
}
/*# sourceMappingURL=bibi_teatime_hand.css.map */