@charset "UTF-8";
:root {
  --color-main: #e8ea34;
  --color-point: #C70079;
  --color-bggray: #f2f2f2;
  --color-lect: #009e41;
}

:root {
  --color-main: #e8ea34;
  --color-point: #C70079;
  --color-bggray: #f2f2f2;
  --color-lect: #009e41;
}

/* hatsukaichi LP start ----------------------------- */
.sub-cart {
  display: none;
}

.info01_tenpo * {
  box-sizing: border-box;
}
.info01_tenpo p {
  font-size: 14px;
  line-height: 1.6;
}
.info01_tenpo p em {
  color: var(--color-point);
  font-weight: 700;
}
.info01_tenpo__img {
  width: 100%;
}
.info01_tenpo__img.-img02 {
  margin: 20px auto;
}
.info01_tenpo h1 {
  margin-bottom: 30px;
}
.info01_tenpo h1 img {
  height: auto;
  width: 100%;
}
.info01_tenpo h2.heading01 {
  margin: 30px auto 15px;
  max-width: 550px;
}
.info01_tenpo__fixedMenu {
  gap: 12px;
  background: var(--color-point);
  border-radius: 16px;
  bottom: 12px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  position: fixed;
  right: 0;
  width: 96%;
  z-index: 1000;
}
.info01_tenpo__fixedMenu a {
  background: #fff;
  border-radius: 12px;
  flex: 1 1 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
.info01_tenpo .p-inner {
  padding: 0 15px;
}
.info01_tenpo .p-box {
  gap: 15px;
  background: var(--color-bggray);
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 40px 15px;
}
.info01_tenpo .p-box p:last-child {
  flex: 0 0 100%;
  text-align: center;
}
.info01_tenpo .p-lead {
  color: var(--color-point);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}
.info01_tenpo .p-lead.-black {
  color: black !important;
  font-size: 15px;
  margin-bottom: 0;
}
.info01_tenpo .p-visit {
  margin-bottom: 40px;
}
.info01_tenpo .info01__reason {
  margin: 80px 0;
}
.info01_tenpo .p-pickup .deco {
  padding: 0 15px 0;
  text-align: center;
}
.info01_tenpo .p-pickup .deco img {
  max-width: 400px;
}
.info01_tenpo__specialOffer {
  background: var(--color-main);
  border-radius: 50px;
  margin: 10px 0 30px;
  padding: 30px 15px 50px;
  position: relative;
}
.info01_tenpo__specialOffer__cont li {
  background: white;
  margin-top: 40px;
  padding: 15px 10px;
  position: relative;
}
.info01_tenpo__specialOffer__cont li p {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.info01_tenpo__specialOffer__cont li .p-lavel {
  left: -15px;
  position: absolute;
  top: 5px;
  width: 100px;
}
.info01_tenpo__specialOffer__cont img {
  display: block;
  margin: -40px auto 0;
  max-width: 330px;
}
.info01_tenpo .p-annotation {
  font-size: 12px;
}
.info01_tenpo .btn-detail {
  align-items: center;
  background: #fff;
  border: 2px solid var(--color-point);
  border-radius: 9999px;
  color: var(--color-point);
  display: block;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 10px auto;
  padding: 0px 20px 10px 20px;
  text-decoration: none;
  transition: all 0.25s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.info01_tenpo .btn-detail::after {
  content: "›";
  font-size: 28px;
  margin-left: 10px;
  transition: transform 0.25s ease;
}
.info01_tenpo .pass-headline {
  background: white;
  margin-top: 30px;
  padding: 26px 16px;
  text-align: center;
}
.info01_tenpo .pass-headline__ribbon {
  background: var(--color-point);
  clip-path: polygon(0 50%, 28px 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 28px 100%);
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: -50px auto 20px;
  padding: 12px 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.info01_tenpo .pass-headline__ribbon em {
  color: var(--color-main);
}
.info01_tenpo .pass-headline h4 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}
.info01_tenpo .pass-headline h4 em {
  color: var(--color-point);
  font-size: 30px;
  font-weight: 900;
}
.info01_tenpo .pass-headline p {
  font-size: 18px;
}
.info01_tenpo .pass-headline p strong {
  font-size: 30px;
}
.info01_tenpo .p-price__btnList {
  gap: 10px;
  display: flex;
  justify-content: center;
  margin: 25px 0 10px;
}
.info01_tenpo .p-price__btnList .info01-c-btn.-pink a {
  background: var(--color-point);
  border: none;
  color: white;
}
.info01_tenpo .info01__fuku {
  margin: 30px 0;
  width: inherit;
}
.info01_tenpo .info01__fuku h3 {
  font-size: 20px;
}
.info01_tenpo .icon-star {
  color: var(--color-point);
  margin-left: 5px;
}
.info01_tenpo .info01__cont dl,
.info01_tenpo .info02__cont dl {
  margin-bottom: 15px;
}
.info01_tenpo .info06_allDelivery__box {
  margin: 20px auto;
  max-width: 600px;
}
.info01_tenpo .info01__cv {
  margin-bottom: 15px;
}
.info01_tenpo.-lect .p-lead,
.info01_tenpo.-lect .info01__cv h3,
.info01_tenpo.-lect .info01__cv__inner div:first-child p span,
.info01_tenpo.-lect .info01__cv__inner div:first-child small,
.info01_tenpo.-lect .info01__topBtn a,
.info01_tenpo.-lect .btn-detail,
.info01_tenpo.-lect .info01__cv__inner div:last-child a,
.info01_tenpo.-lect p em,
.info01_tenpo.-lect .pass-headline h4 em,
.info01_tenpo.-lect .info01__pickup__course__inner dd span {
  border-color: var(--color-lect);
  color: var(--color-lect);
}
.info01_tenpo.-lect .info01__cv {
  border-color: var(--color-lect);
}
.info01_tenpo.-lect .info01__cv__inner div:first-child a,
.info01_tenpo.-lect .info01_tenpo__fixedMenu,
.info01_tenpo.-lect .pass-headline__ribbon,
.info01_tenpo.-lect .p-price__btnList .info01-c-btn.-pink a {
  background: var(--color-lect);
  border-color: var(--color-lect);
}
.info01_tenpo.-lect .p-expandArea {
  background: var(--color-main);
  border-radius: 10px;
  margin: 40px auto 20px;
  padding: 30px 20px 15px;
  position: relative;
  text-align: center;
}
.info01_tenpo.-lect .p-expandArea h4 {
  background: #fff;
  border: 4px solid #c4027c;
  border-radius: 9999px;
  color: #c4027c;
  font-size: 28px;
  font-weight: 700;
  left: 50%;
  line-height: 1.2;
  margin: 0;
  padding: 8px 34px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.info01_tenpo.-lect .p-expandArea p {
  color: var(--color-lect);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

/* hatsukaichi lp end ------------------------------ */

@media screen and (min-width: 769px) {
  .info01_tenpo {
    padding-bottom: 110px;
  }
  .info01_tenpo p {
    font-size: 16px;
  }
  .info01_tenpo__img.-img01 {
    width: 260px;
  }
  .info01_tenpo__img.-img02 {
    width: 90%;
  }
  .info01_tenpo h2.heading01 {
    margin: 100px auto 30px;
  }
  .info01_tenpo__fixedMenu a:hover {
    background: #cbefd9;
  }
  .info01_tenpo .p-inner {
    margin: 70px auto;
    max-width: 1190px;
  }
  .info01_tenpo .p-box {
    gap: 30px;
    flex-direction: row;
    justify-content: center;
    margin: 40px auto;
    max-width: 1190px;
  }
  .info01_tenpo .p-lead {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .info01_tenpo .p-lead.-black {
    font-size: 24px;
  }
  .info01_tenpo .p-text {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  .info01_tenpo .p-visit {
    margin-bottom: 80px;
  }
  .info01_tenpo .p-pickup .info01__delivery__ttl__txt {
    margin: 0 auto;
    text-align: center;
    width: inherit;
  }
  .info01_tenpo__specialOffer {
    margin: 20px auto 60px;
    max-width: 1190px;
    padding: 40px 0 60px;
  }
  .info01_tenpo__specialOffer__cont {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1080px;
  }
  .info01_tenpo__specialOffer__cont li p {
    font-size: 14px;
  }
  .info01_tenpo__specialOffer__cont img {
    width: 342px;
  }
  .info01_tenpo .info01__topBtn {
    padding-top: 30px;
  }
  .info01_tenpo .info01__topBtn a:hover {
    background: var(--color-lect);
    color: white;
  }
  .info01_tenpo .p-annotation {
    font-size: 15px;
  }
  .info01_tenpo .btn-detail:hover {
    background: var(--color-lect);
    color: #fff !important;
  }
  .info01_tenpo .btn-detail:hover::after {
    transform: translateX(4px);
  }
  .info01_tenpo .pass-headline {
    width: 400px;
  }
  .info01_tenpo .pass-headline p {
    font-size: 20px;
  }
  .info01_tenpo .pass-headline p strong {
    font-size: 36px;
  }
  .info01_tenpo .p-price__btnList .info01-c-btn.-pink a:hover {
    opacity: 0.8;
  }
  .info01_tenpo .info06_allDelivery__box:last-of-type {
    margin: 0 auto;
  }
  .info01_tenpo .info01__cont dl,
  .info01_tenpo .info02__cont dl {
    margin-bottom: 20px;
  }
  .info01_tenpo .info06_allDelivery__box {
    margin: 40px auto;
  }
  .info01_tenpo.-lect .info01__cv__inner div:last-child a:hover {
    background: var(--color-lect);
    color: white;
  }
  .info01_tenpo.-lect .info01__cv__inner div:first-child a:hover {
    background: white;
    color: var(--color-lect);
  }
  .info01_tenpo.-lect .p-expandArea {
    border-radius: 36px;
    margin-top: 70px;
    max-width: 550px;
    padding: 56px 20px 48px;
  }
  ._pc {
    display: block !important;
  }
  ._sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .info01_tenpo {
    padding-bottom: 90px;
  }
  .info01_tenpo__img.-img01 {
    width: 175px;
  }
  .info01_tenpo__fixedMenu {
    gap: 6px;
    border-radius: 12px;
    bottom: 8px;
    padding: 12px 16px;
    padding: 10px 10px;
    width: 98%;
  }
  .info01_tenpo__fixedMenu a {
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 10px;
  }
  .info01_tenpo .info01__reason {
    margin: 50px 0 40px;
    padding: 20px 0;
  }
  .info01_tenpo .info01__reason h2 {
    margin-top: 25px;
  }
  .info01_tenpo.-lect .p-expandArea h4 {
    border-width: 3px;
    font-size: 20px;
    padding: 6px 26px;
  }
  .info01_tenpo.-lect .p-expandArea p {
    font-size: 24px;
  }
  ._pc {
    display: none;
  }
  ._sp {
    display: block !important;
  }
}
/*# sourceMappingURL=../maps/usr/info01_tenpo.css.map */
