@charset "UTF-8";

/* =========================================================
  page minamiawa
========================================================= */

/* body
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .about-minamiawa {
  font-size: 1.25rem;
}

:is(.contentPage .body, .cke_editable) .about-minamiawa p {
  margin-bottom: 2em;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .about-minamiawa {
    font-size: 1rem;
  }
}

/* ttl */
:is(.contentPage .body, .cke_editable) .about-minamiawa h2.ttl {
  margin-bottom: 50px;
  border: none;
  background: none;
  color: inherit;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .about-minamiawa h2.ttl {
    margin: 20px 0 25px;
    background-size: 38px 26px;
    font-size: 1.25rem;
  }
}

/* bg-area */
:is(.contentPage .body, .cke_editable) .about-minamiawa .bg-area {
  position: relative;
  margin: 100px 0;
  padding: 50px 0 80px;
  background: #f6f4ef;
}

:is(.contentPage .body, .cke_editable) .about-minamiawa .bg-area::before,
:is(.contentPage .body, .cke_editable) .about-minamiawa .bg-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100vw - 100%) / 2);
  background: #f6f4ef;
}

:is(.contentPage .body, .cke_editable) .about-minamiawa .bg-area::before {
  right: 100%;
}
:is(.contentPage .body, .cke_editable) .about-minamiawa .bg-area::after {
  left: 100%;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .about-minamiawa .bg-area {
    margin: 40px 0;
    padding: 20px 0;
  }
}

/* bd */
:is(.contentPage .body, .cke_editable) .about-minamiawa p.bd {
  overflow: hidden;
}

:is(.contentPage .body, .cke_editable) .about-minamiawa p.bd strong {
  position: relative;
}

:is(.contentPage .body, .cke_editable) .about-minamiawa p.bd strong::before {
  content: "";
  position: absolute;
  bottom: 0.5em;
  left: 100%;
  width: 100%;
  height: 1px;
  background: var(--mono-color-1)
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .about-minamiawa p.bd {
    text-align: center;
  }

  :is(.contentPage .body, .cke_editable) .about-minamiawa p.bd strong::before {
    display: none;
  }
}

/* btn */
:is(.contentPage .body, .cke_editable) .about-minamiawa ul.btn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .about-minamiawa ul.btn li {
  flex-basis: calc((100% - 80px) / 3);
}

:is(.contentPage .body, .cke_editable) .about-minamiawa ul.btn li a {
  display: block;
  height: 100%;
  padding: 13px 33px 13px 24px;
  border: 1px solid var(--ac-color-blue-1);
  border-radius: 6px;
  background: url(/_themes/minamiawa/site/images/arrow-white.svg) right 12px center no-repeat var(--ac-color-blue-1);
  color: var(--mono-color-9);
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  outline-offset: -4px;
  transition: all 0.25s ease-in-out;
}

:is(.contentPage .body, .cke_editable) .about-minamiawa ul.btn li a:hover {
  background: url(/_themes/minamiawa/site/images/arrow-blue.svg) right 12px center no-repeat var(--mono-color-9);
  color: var(--ac-color-blue-1);
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .about-minamiawa ul.btn {
    margin-top: 30px;
  }

  :is(.contentPage .body, .cke_editable) .about-minamiawa ul.btn li {
    flex-basis: 100%;
  }
}