@charset "utf-8";
.limit {
  margin: auto;
  width: 1024px;
  min-width: 1024px;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .limit {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .limit {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .limit {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 650px) {
  .limit {
    padding: 10px 10px;
  }
}
.limit .limit {
  margin: auto;
  width: 800px;
  min-width: 800px;
  padding: initial;
}
@media screen and (max-width: 1024px) {
  .limit .limit {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .limit .limit {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .limit .limit {
    padding: default;
    padding: initial;
  }
}
@media screen and (max-width: 650px) {
  .limit .limit {
    padding: default;
    padding: initial;
  }
}
.limit .limit .limit {
  margin: auto;
  width: 700px;
  min-width: 700px;
  padding: initial;
}
@media screen and (max-width: 1024px) {
  .limit .limit .limit {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .limit .limit .limit {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .limit .limit .limit {
    padding: default;
    padding: initial;
  }
}
@media screen and (max-width: 650px) {
  .limit .limit .limit {
    padding: default;
    padding: initial;
  }
}
.limit .limit .limit .limit {
  margin: auto;
  width: 550px;
  min-width: 550px;
  padding: initial;
}
@media screen and (max-width: 1024px) {
  .limit .limit .limit .limit {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .limit .limit .limit .limit {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .limit .limit .limit .limit {
    padding: default;
    padding: initial;
  }
}
@media screen and (max-width: 650px) {
  .limit .limit .limit .limit {
    padding: default;
    padding: initial;
  }
}

.pc {
  display: initial;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .sp {
    display: initial;
  }
}
.pad {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pad {
    display: initial;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .pad {
    display: initial;
  }
}

/** ベース設計 **/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html body.body {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
html body.body header .menu > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 50px;
  position: fixed;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  z-index: 11;
  -webkit-transform: initial;
          transform: initial;
  height: 80px;
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
  html body.body header .menu > div {
    padding: 10px 0;
  }
}
@media screen and (max-width: 650px) {
  html body.body header .menu > div {
    padding: 10px 0;
  }
}
@media all and (max-width: 1024px) {
  html body.body header .menu > div {
    height: 60px;
  }
}
html body.body header .menu > div .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (max-width: 1024px) {
  html body.body header .menu > div .title {
    position: fixed;
    top: 0;
    right: initial;
    bottom: initial;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
html body.body header .menu > div .title a img {
  width: 250px;
  min-width: 250px;
  display: block;
}
@media screen and (max-width: 1024px) {
  html body.body header .menu > div .title a img {
    width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width: 650px) {
  html body.body header .menu > div .title a img {
    width: 200px;
    min-width: 200px;
  }
}
html body.body main {
  position: relative;
  background-color: #C5A4CC;
}
@media all and (min-width: 1024px) and (orientation: portrait) {
  html body.body main {
    width: 100%;
    min-width: 1100px;
    overflow-x: hidden;
  }
}
@media all and (min-width: 1024px) and (orientation: portrait) and screen and (max-width: 1024px) {
  html body.body main {
    width: 100%;
    min-width: 100%;
  }
}
@media all and (min-width: 1024px) and (orientation: portrait) and screen and (max-width: 650px) {
  html body.body main {
    width: 100%;
    min-width: 100%;
  }
}
html body.body footer {
  position: relative;
  background-color: #914897;
  padding: 20px 0 130px;
}
@media screen and (max-width: 1024px) {
  html body.body footer {
    padding: 20px 0 130px;
  }
}
@media screen and (max-width: 650px) {
  html body.body footer {
    padding: 20px 0 130px;
  }
}
html body.body footer .footer_img {
  display: block;
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
  max-width: 90%;
}
html body.body footer .copy {
  text-align: center;
}
html body.body footer .copy a {
  display: inline-block;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  html body.body footer .copy a {
    padding: 30px 0;
  }
}
@media screen and (max-width: 650px) {
  html body.body footer .copy a {
    padding: 30px 0;
  }
}
html body.body footer .copy a img {
  max-width: 90%;
}
html body.body footer .copy address {
  font-style: normal;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: calc(0.95rem * 1.8);
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  html body.body footer .copy address {
    font-size: 0.95rem;
    line-height: calc(0.95rem * 1.4);
  }
}
@media screen and (max-width: 650px) {
  html body.body footer .copy address {
    font-size: 0.8rem;
    line-height: calc(0.8rem * 1.4);
  }
}
html body.body footer .totop {
  width: 40px;
  height: 40px;
  background-color: #914897;
  border-radius: 50%;
  position: fixed;
  top: initial;
  right: 50%;
  bottom: 0;
  left: initial;
  z-index: 10;
  -webkit-transform: rotate(-90deg) translate(30%, 512px);
          transform: rotate(-90deg) translate(30%, 512px);
  border: solid 1px white;
}
@media screen and (max-width: 1024px) {
  html body.body footer .totop {
    position: fixed;
    top: initial;
    right: 0;
    bottom: 0;
    left: initial;
    z-index: 10;
    -webkit-transform: rotate(-90deg) translate(80%, -30%);
            transform: rotate(-90deg) translate(80%, -30%);
  }
}
html body.body footer .totop::before {
  content: "";
  width: 30%;
  height: 30%;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: rotate(45deg) translate(-90%, 10%);
          transform: rotate(45deg) translate(-90%, 10%);
}
img {
  max-width: 100%;
  height: auto;
}
table {
  margin: 0 0 50px 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 40px;
}
table th, 
table td {
  line-height: 1.5;
  vertical-align: middle;
  border-top: solid 2px #924898;
  border-bottom: solid 2px #924898;
}
table th {
  padding: 30px 15px;
  font-size: 2.7rem;
  color: #924898;
  white-space: nowrap;
  text-align: center;
  background-color: #E4D7DD;
  border-right: solid 2px #924898;
}
@media screen and (max-width: 650px) {
  table th {
    display: block;
    padding: 15px;
    font-size: 2rem;
    border-right: none;
    border-bottom: none;
  }
}
table td {
  padding: 30px 45px;
}
@media screen and (max-width: 650px) {
  table td {
    display: block;
    padding: 15px;
  }
}
table td ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 650px) {
  table td ul li {
    font-size: 1.6rem;
  }
}
table td ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 0.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: #924898;
  border-radius: 2em;
  transform: translate(-50%, -50%);
}
.container {
  padding: 0 20px;
  margin: auto;
  max-width: 1450px;
  background-color: #FFFFFF;
}
.inner {
  margin: auto;
  max-width: 1100px;
}
.center {
  text-align: center;
}
h1 {
  position: relative;
  margin: 0 -20px;
  background: url(../img/bg_h1.jpg) no-repeat center bottom;
  background-size: 100% auto;
  aspect-ratio: 1450 / 658;
}
@media screen and (max-width: 1024px) {
  h1 {
    background-image: url(../img/bg_h1_sp.jpg);
    aspect-ratio: 100 / 65;
  }
}
.h1_l {
  position: absolute;
  top: 33%;
  left: 5.5%;
  width: 45.9%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .h1_l {
    top: 50%;
    left: 3%;
    width: 45%;
    height: auto;
  }
}
.h1_r {
  position: absolute;
  top: 22%;
  right: 6.5%;
  width: 5.86%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .h1_r {
    top: 30%;
    right: 3%;
    width: 8%;
    height: auto;
  }
}

.summary {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .summary {
    padding: 30px 0;
  }
}
.summary p {
  padding: 20px 0;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  .summary p {
    font-size: 1.7rem;
  }
}
.link {
  display: flex;
  justify-content: space-between;
  gap: 20px 20px;
  padding: 40px 0 180px 0;
}
@media screen and (max-width: 1024px) {
  .link {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0 100px 0;
    margin: auto;
    max-width: 650px;
  }
}
.link li {
  width: 25%;
  max-width: 230px;
  max-height: 230px;
  border: solid 2px #231815;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 1024px) {
  .link li {
    width: calc(50% - 10px);
  }
}
.link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 2.3rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(to bottom, #924898, 60%, #F1A0C3);
  border: solid 8px #FFFFFF;
}
@media screen and (max-width: 650px) {
  .link li a {
    font-size: 1.8rem;
  }
}
.link li a::after {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 44px;
  height: 13px;
  border-bottom: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  transform: translateX(-50%) skew(45deg);
}

.link_sm {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .link_sm {
    padding: 40px 0 0 0;
  }
}
.link_sm li {
  max-height: calc(230px / 1.6);
  aspect-ratio: 1.6 / 1;
}
.link_sm li a::after {
  bottom: 10%;
}

