@charset "UTF-8";

/* ---- 変数 ------------ */
:root {
  --mainBlue: #009dca;
  --subBlue: #d4effd;
  --subBlue2: #bee9ff;
  --subBlue3: #84d6ff;
  --subBlue4: #effaff;
  --reddish: #ff1e1e;
  --greenish: #30b33f;

  --font: "Noto Sans JP";
}

/* ---- 全体 ------------ */
.widthSet img {
  display: block;
  user-select: none;
  pointer-events: none;
}
.widthSet * {
  box-sizing: border-box;
}
.marginTN {
  margin-top: 0 !important;
}
span.reddish {
  color: var(--reddish);
}
span.biggest {
  font-size: 1.3rem;
  font-weight: bold;
}
span.underline {
  line-height: 1.2;
  border-bottom: solid 3px #fff000;
}

/* ---- section1 ------------ */
.aqua-water > div:nth-of-type(1) {
  width: 65%;
}
.aqua-water > div:nth-of-type(2) {
  width: 35%;
}
.merit {
  position: relative;
  margin-top: 2rem;
  padding: 1rem 0;
  padding-top: 2rem;
  border: solid 3px #bbbbbb;
  border-radius: 0.5rem;
  text-align: center;
}
.merit p {
  margin: 0;
  margin-top: 0.75rem;
  line-height: 1.6;
}
.merit span {
  position: absolute;
  content: "";
  top: -1rem;
  left: calc(50% - (14rem / 2));
  display: inline-block;
  width: 14rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: var(--greenish);
  background-color: #ffffff;
}
.merit img {
  width: 35%;
  margin: 0 auto;
}
.merit + div p {
  margin: 0;
  font-size: 0.9rem;
  text-align: right;
}

/* ---- section2 ------------ */
.two-years {
  margin-bottom: 2rem;
  border: solid 2px var(--subBlue);
}
.two-years p {
  width: 50%;
  margin: 0;
  padding: 0.5rem 1rem;
  height: 100%;
  line-height: 100%;
  font-weight: bold;
}
.two-years p:nth-of-type(1) {
  line-height: 1.4;
  font-size: 1.1rem;
  text-align: center;
}
.two-years p:nth-of-type(2) {
  line-height: 1.4;
  font-size: 0.95rem;
  color: var(--mainBlue);
  background-color: var(--subBlue);
}
.two-years span {
  display: inline-block;
  margin: 0 0.15rem;
  font-size: 1.3rem;
}

/* ---------------- */

.itemIntro {
  flex-direction: column;
  height: 100%;
}
.water-server_wrapper {
  gap: 0.9rem 1rem;
}
.water-server,
.stock-water_wrapper {
  padding: 1rem;
  border: solid var(--subBlue) 2px;
  border-radius: 0.5rem;
}
.stock-water_wrapper {
  margin-top: 1rem;
}
.stock-water_wrapper > p {
  width: fit-content;
  margin: 0;
  padding: 0 2rem;
  border-radius: 5rem;
  background-color: var(--subBlue);
}
.stock-water:has(+ .stock-water) {
  border-right: solid 2px var(--subBlue);
}
.water-server div:nth-of-type(1) img,
.stock-water div:nth-of-type(1) img {
  width: 10rem;
  margin: 0 auto;
}
.water-server span {
  display: inline-block;
}
.itemName {
  display: inline-block;
  width: fit-content;
  margin-bottom: 0.25rem;
  padding-bottom: 0.1rem;
  padding-right: 2rem;
  border-bottom: solid 2px var(--subBlue);
  line-height: 1.2;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--mainBlue);
}
small.item_small {
  display: inline-block;
  border-bottom: solid 1px #aaaaaa;
}
.item_p {
  line-height: 1.4;
}
.item_p .circle {
  position: relative;
  padding-left: 1.2rem;
}
.item_p .circle:nth-of-type(1) {
  font-weight: bold;
  color: #111111;
}
.item_p .circle::before {
  position: absolute;
  content: "";
  top: calc(50% - (1rem / 2));
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: var(--subBlue2);
}
.item_p span:has(.price) {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--reddish);
}
.item_p .price {
  margin-right: 0.15rem;
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
}
.water-server .white,
.water-server .black {
  position: relative;
  padding-left: 1.2rem;
}
.water-server .white::before,
.water-server .black::before {
  position: absolute;
  content: "";
  top: calc(50% - (1.3rem / 2));
  left: 0;
  width: 1rem;
  height: 1rem;
  border: solid 1px #000000;
  border-radius: 50%;
}
.water-server .black::before {
  background-color: #000000;
}
.water-server .good-design {
  width: 5rem;
}
.stock-water_text {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--mainBlue);
}
.stock-water_text + span {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  font-size: 0.9rem;
}
p.cautionary {
  line-height: 1.6;
}

.plus-mark {
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: var(--mainBlue);
  cursor: default;
  user-select: none;
}

/* ---- section3 ------------ */
/* ---- 初回無料特典 ------------ */
section:has(.plan) {
  margin-top: 3rem;
}
.support_mark {
  margin-top: 0.75rem;
}
.support_mark img {
  width: 5rem;
  margin: 0 auto;
}
.bottles img {
  width: 70%;
  margin: 0 auto;
}
.plan {
  width: 50%;
  border: solid 3px var(--subBlue3);
  border-radius: 0.5rem;
}
.plan p {
  margin: 0;
  line-height: 1.8;
}
.plan-1 {
  padding: 1rem;
  padding-top: 0;
}
.plan-1 div {
  text-align: center;
}
.plan-1 > div {
  width: 50%;
}
.plan-1 > div:has(+ div) {
  border-right: solid 2px var(--subBlue);
}
.top_wrapper {
  width: fit-content;
  margin: 1rem auto;
  padding: 0.5rem;
  border-bottom: solid 2px var(--subBlue);
  border-radius: 0.3rem 0.3rem 0 0;
}
.top_wrapper .underline,
.top_wrapper .reddish {
  font-size: 1.2rem;
  font-weight: bold;
}
.top_wrapper .biggest {
  margin: 0 0.25rem;
}
.coop-benefits {
  margin: 0.75rem;
  padding: 0.75rem 0.25rem;
  border: dotted 2px var(--subBlue3);
  border-radius: 0.5rem;
  background-color: var(--subBlue4);
  background-image: repeating-linear-gradient(
    135deg,
    #fff,
    #fff 6px,
    transparent 6px,
    transparent 12px
  );
}
.coop-benefits p {
  line-height: 1.8;
}
.coop-benefits .flexBox div:first-of-type {
  width: 60%;
}
.coop-benefits .flexBox div:last-of-type {
  width: 40%;
}
.coop-benefits .reddish {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.coop-benefits div:has(img) {
  width: 90%;
  margin: 0 auto;
}
.coop-benefits img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.allow {
  position: relative;
  margin: 0.75rem 0;
  padding-top: 1.25rem;
  line-height: 1.6;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  color: var(--reddish);
}
.allow::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - (3rem / 2));
  width: 3rem;
  height: 1.15rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--subBlue2);
}
.allow .underline {
  font-size: 1.5rem;
  line-height: 1.6;
}
.allow .biggest {
  font-size: 1.75rem;
}
.allow + p {
  text-align: right;
  padding-right: 1rem;
  padding-bottom: 1rem;
  line-height: 1 !important;
  font-size: 0.9rem;
}

/* ---- 子育てアクアプラン ------------ */
.pinkFlame {
  padding: 1rem;
  border-color: #ffc0cb;
}
.pinkFlame img {
  width: 80%;
  margin: 0 auto;
  margin-top: 1rem;
}
.target {
  margin: 1rem 0;
  border-top: solid 2px #ffa0b0;
  border-bottom: solid 2px #ffa0b0;
}
.target p {
  line-height: 1;
}
.target span {
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  color: #f04f59;
  background-color: #ffe7eb;
}
div:has(.point) {
  line-height: 1.6;
}
.point {
  display: inline-block;
  margin-right: 0.25rem;
  padding: 0.3rem 0.5rem;
  border-radius: 5rem;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background-color: #f04f59;
}
.point span {
  margin-left: 0.25rem;
  font-size: 1.1rem;
}
.pinkFlame .reddish span {
  font-size: 1.3rem;
  font-weight: bold;
}
.point-1 {
  margin-top: 1.5rem;
}
.point-2 {
  margin: 1.5rem 0;
}
.point-2 p:nth-of-type(2) {
  line-height: 1.4 !important;
}
.point-2 + p {
  line-height: 1.2;
}

/* ---- section4 ------------ */
section:has(.entry) {
  margin-bottom: 2rem;
}
.entry-cards {
  width: 95%;
  margin: 0 auto;
}
.entry-card {
  position: relative;
  margin-left: 2rem;
  padding: 0.5rem;
  padding-left: 3rem;
  border: solid 2px var(--subBlue2);
  border-radius: 0.5rem;
}
.entry-card::after {
  position: absolute;
  content: "";
  bottom: -2.25rem;
  right: calc(50% - (3rem / 2));
  width: 3rem;
  height: 1.5rem;
  background-color: var(--subBlue2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.entry-cards .entry-card:nth-of-type(5)::after {
  content: none;
}
.entry-card > span {
  position: absolute;
  content: "";
  top: calc(50% - (4rem / 2));
  left: -2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 1.2;
  font-size: 0.8rem;
  text-align: center;
  color: #ffffff;
  background-color: var(--mainBlue);
}
.entry-card b {
  font-size: 1.2rem;
}
.entry-card p {
  line-height: 1.4;
  font-size: 0.95rem;
}
.entry-card:has(+ .entry-card) {
  margin-bottom: 2.5rem;
}
.small {
  padding-left: 2.25rem;
  line-height: 1.2;
}

.dotteline > div:has(+ div) {
  padding-right: 1rem;
  border-right: dashed 1px #aaa;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ---- SP ------------ */
@media screen and (max-width: 679px) {
  /* 全体 */
  section > div {
    margin: 0 10px;
  }

  /* ---- section1 ------------ */
  .aqua-water > div {
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .merit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
    width: calc(100% - 30px) !important;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .merit p {
    margin: 0;
    margin-top: 0.75rem;
    line-height: 1.6;
  }
  .merit span {
    font-size: 1.3rem;
  }
  .merit img {
    width: 35%;
    margin: 0 auto;
  }

  /* ---- section2 ------------ */
  .water-server:has(+ .water-server) {
    margin-bottom: 0.75rem;
  }
  .two-years p {
    width: 100%;
  }
  .two-years p:first-of-type {
    padding: 0.75rem 0;
  }
  .itemIntro {
    margin-top: 1rem;
  }
  .itemIntro > div {
    width: 95%;
    margin: 0 auto;
  }
  .itemIntro > div:nth-of-type(1) {
    margin-bottom: 0.75rem;
  }
  .item_p {
    margin-top: 0.5rem;
  }
  .item_p > .flexBox_sp {
    margin-top: 0.5rem;
  }
  .itemName,
  .item_small {
    width: 100%;
    padding-bottom: 0.25rem;
  }
  .water-server .good-design {
    width: 5rem !important;
  }
  .stock-water_text {
    margin: 0 auto !important;
    font-size: 1rem;
  }
  .stock-water_text + span {
    padding: 0 1rem;
    font-size: 0.85rem;
  }
  .stock-water:has(+ .stock-water) {
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border: none;
    border-bottom: dashed 2px var(--subBlue2);
  }

  /* ---- section3 ------------ */
  .plan:has(+ .plan) {
    margin-bottom: 1rem;
  }
  .plan,
  .plan-1 > div {
    width: 100%;
  }
  .top_wrapper {
    width: 90%;
    border-bottom: dashed 2px var(--subBlue2);
    text-align: center;
  }
  .plan-1 > div:has(+ div) {
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border: none;
    border-bottom: dashed 2px var(--subBlue2);
  }
  .plan-1 + p {
    text-align: right;
  }
  .allow {
    font-size: 1.3rem;
  }
  .coop-benefits p .reddish {
    line-height: 0.5;
  }
  .coop-benefits span.underline {
    display: inline-block;
    margin-bottom: 0.25rem;
    font-size: 1.2rem;
  }
  .coop-benefits p {
    line-height: 1.2;
    font-size: 0.9rem;
  }
  .coop-benefits .flexBox div:first-of-type {
    width: 60%;
  }
  .coop-benefits .flexBox div:last-of-type {
    width: 40%;
  }
  .coop-benefits .flexBox_sp {
    justify-content: center !important;
    gap: 0.25rem;
  }
  .coop-benefits .flexBox_sp div:nth-of-type(2) {
    width: 45%;
  }

  /* ---- 子育てアクアプラン ------------ */
  .target {
    text-align: center;
  }
  .target p {
    padding-bottom: 0.5rem;
  }
  .target span {
    display: block;
    margin-bottom: 0.5rem;
  }
  .point-1 p:nth-of-type(2) {
    font-size: 1.3rem;
  }
  .point-2 .reddish {
    line-height: 2;
  }

  /* ---- section4 ------------ */
  .small {
    padding-left: 0;
  }

  /* ---- お問い合わせ先 ------------ */
  .dotteline {
    margin: 0 10px;
  }
  .dotteline > div:has(+ div) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border: none;
    border-bottom: dashed 1px #aaa;
  }
}
