@charset "UTF-8";
:root {
  --f13:clamp(0.75rem, 0.728rem + 0.099vw, 0.813rem);
  --f14:clamp(0.813rem, 0.790rem + 0.099vw, 0.875rem);
  --f16:clamp(0.875rem, 0.830rem + 0.199vw, 1rem);
  --f17:clamp(0.938rem, 0.886rem + 0.235vw, 1.063rem);
  --f20:clamp(1.063rem, 0.995rem + 0.298vw, 1.25rem);
  --f22:clamp(1.063rem, 0.951rem + 0.497vw, 1.375rem);
  --f24:clamp(1.313rem, 1.245rem + 0.298vw, 1.5rem);
  --f28:clamp(1.5rem, 1.411rem + 0.398vw, 1.75rem);
  --f32:clamp(1.5rem, 1.321rem + 0.795vw, 2rem);
  --f36:clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  --f40:clamp(1.5rem, 1.148rem + 1.502vw, 2.5rem);
  --f42:clamp(1.5rem, 1.097rem + 1.789vw, 2.625rem);
  --f48:clamp(2rem, 1.642rem + 1.59vw, 3rem);
  --f54:clamp(2.25rem, 1.847rem + 1.789vw, 3.375rem);
  --f64:clamp(2.625rem, 2.133rem + 2.187vw, 4rem);
  --f72:clamp(2.7rem, 2.263rem + 2.386vw, 4.5rem);
  --f106:clamp(3rem, 1.703rem + 5.765vw, 6.625rem);
  --f160:clamp(3.25rem, 0.873rem + 10.141vw, 10rem);
}

@font-face {
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSerifJP-Regular.woff") format("woff");
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSerifJP-Medium.woff") format("woff");
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSerifJP-Bold.woff") format("woff");
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url("../font/Lora-Regular.woff") format("woff");
  font-family: "Lora";
  font-weight: 100;
  font-display: swap;
}
.key-wrap {
  position: relative;
  z-index: 9999;
  overflow: hidden;
}
.key-wrap #key-visual {
  height: calc(var(--vh, 1vh) * 90.5);
  position: relative;
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .key-wrap #key-visual {
    height: calc(var(--vh, 1vh) * 94);
  }
}
.key-wrap #key-visual::before, .key-wrap #key-visual::after {
  content: "";
  background: url(../images/key-bg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 40vw;
  height: 40vw;
  opacity: 0.3;
  z-index: -1;
}
.key-wrap #key-visual::before {
  top: -90px;
  right: 0;
}
.key-wrap #key-visual::after {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
.key-wrap #key-visual .key-inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .key-inner {
    border-radius: 0;
    width: 100%;
  }
}
.key-wrap #key-visual .key-inner::after {
  content: "";
  background: url(../images/key-bottom.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 77px;
  height: 3.8vw;
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .key-inner::after {
    display: none;
  }
}
.key-wrap #key-visual .key-txt {
  position: absolute;
  top: 0;
  bottom: 9em;
  right: 4vw;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  background: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .key-txt {
    left: 0;
    right: 0;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .key-wrap #key-visual .key-txt {
    padding: 0.3em;
    width: 96%;
  }
}
.key-wrap #key-visual .key-txt::before, .key-wrap #key-visual .key-txt::after {
  content: "";
  background: #AEA38C;
  height: 70px;
  width: 2px;
  transform: rotate(45deg);
  position: absolute;
}
@media screen and (max-width: 480px) {
  .key-wrap #key-visual .key-txt::before, .key-wrap #key-visual .key-txt::after {
    height: 45px;
  }
}
.key-wrap #key-visual .key-txt::before {
  top: -24px;
  right: 11px;
}
@media screen and (max-width: 480px) {
  .key-wrap #key-visual .key-txt::before {
    top: -14px;
    right: 5px;
  }
}
.key-wrap #key-visual .key-txt::after {
  content: "";
  bottom: -24px;
  left: 12px;
}
@media screen and (max-width: 480px) {
  .key-wrap #key-visual .key-txt::after {
    bottom: -14px;
    left: 5px;
  }
}
.key-wrap #key-visual .key-txt .txt-inner {
  background: rgba(255, 255, 255, 0.77);
  padding: 1.5em;
}
@media screen and (max-width: 480px) {
  .key-wrap #key-visual .key-txt .txt-inner {
    padding: 0.75em;
  }
}
.key-wrap #key-visual .key-txt h1 {
  font-size: var(--f36);
  text-align: center;
  color: #676767;
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .key-txt h1 {
    font-size: var(--f42);
  }
}
.key-wrap #key-visual .key-txt p {
  font-family: "Lora";
  font-size: var(--f20);
  text-align: center;
  color: #fff;
  background: #AEA38C;
  padding: 0.3em 0.5em;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .key-txt p {
    font-size: var(--f16);
  }
}
@media screen and (max-width: 480px) {
  .key-wrap #key-visual .key-txt p {
    font-size: var(--f16);
  }
  .key-wrap #key-visual .key-txt p br {
    display: none;
  }
}
.key-wrap #key-visual .slide {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .slide:nth-child(1) img {
    -o-object-position: 38%;
       object-position: 38%;
  }
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .slide:nth-child(2) img {
    -o-object-position: 30%;
       object-position: 30%;
  }
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .slide:nth-child(4) img {
    -o-object-position: 35%;
       object-position: 35%;
  }
}
.key-wrap #key-visual .slide .top-inner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.key-wrap #key-visual .slide .top-inner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#top-container .intro .intro-sub {
  background: #AEA38C;
  font-size: var(--f28);
  color: #fff;
  text-align: center;
  padding: 0 0.3em;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top-container .intro .intro-sub {
    font-size: var(--f22);
  }
}
#top-container .intro h2 {
  font-size: var(--f40);
  text-align: center;
  color: #AEA38C;
  font-weight: 500;
  margin: 0.5em 0;
}
@media screen and (max-width: 768px) {
  #top-container .intro h2 {
    font-size: var(--f28);
  }
}
#top-container .intro h2 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #top-container .intro h2 .sp {
    display: block;
  }
}
#top-container .intro p {
  width: min(90%, 800px);
  font-size: var(--f20);
  margin: 0 auto;
}
#top-container .intro .intro-img {
  position: relative;
}
#top-container .intro .intro-img::before, #top-container .intro .intro-img::after {
  content: "";
  background: url(../images/introbg02.webp) no-repeat;
  background-size: contain;
  width: 349px;
  height: 328px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #top-container .intro .intro-img::before, #top-container .intro .intro-img::after {
    width: 249px;
    height: 228px;
  }
}
#top-container .intro .intro-img::before {
  top: -150px;
  left: -100px;
}
@media screen and (max-width: 1024px) {
  #top-container .intro .intro-img::before {
    top: -70px;
  }
}
#top-container .intro .intro-img::after {
  bottom: -150px;
  right: -200px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #top-container .intro .intro-img::after {
    bottom: -70px;
  }
}
@media screen and (max-width: 480px) {
  #top-container .intro .intro-img::after {
    left: auto;
    right: -125px;
  }
}
#top-container .intro .intro-img .intro-inner::before {
  content: "";
  background: url(../images/introbg02.webp) no-repeat;
  background-size: contain;
  width: 349px;
  height: 328px;
  position: absolute;
  top: -120px;
  right: -200px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #top-container .intro .intro-img .intro-inner::before {
    width: 249px;
    height: 228px;
    top: -80px;
    right: -120px;
  }
}
@media screen and (max-width: 480px) {
  #top-container .intro .intro-img .intro-inner::before {
    display: none;
  }
}
#top-container .intro .animation {
  width: 100%;
  height: 440px;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  margin-top: 4em;
}
@media screen and (max-width: 1024px) {
  #top-container .intro .animation {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #top-container .intro .animation {
    height: 220px;
  }
}
@media screen and (max-width: 480px) {
  #top-container .intro .animation {
    height: 160px;
    margin-top: 2em;
  }
}
@keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}
#top-container .intro .animation-img {
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}
#top-container .intro .animation-ba {
  background-image: url("../images/introbg.webp");
  background-position: bottom;
  position: relative;
  z-index: 999;
}
#top-container .info .info-inner {
  width: min(1240px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #top-container .info .info-inner {
    flex-direction: column;
  }
}
#top-container .info .info-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #top-container .info .info-left {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
  }
}
#top-container .info .info-list {
  background: #fff;
  border-radius: 16px;
  padding: 1.5em;
  width: min(860px, 90%);
  margin-left: 4em;
}
@media screen and (max-width: 1024px) {
  #top-container .info .info-list {
    margin: 1em 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #top-container .info .info-list {
    padding: 1em;
  }
}
#top-container .info .info-list .info-item {
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  z-index: 0;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1024px) {
  #top-container .info .info-list .info-item {
    position: static;
  }
}
#top-container .info .info-list .info-item:hover::before {
  right: -6px;
}
#top-container .info .info-list .info-item:last-child {
  border-bottom: none;
}
#top-container .info .info-list .info-item::before {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1024px) {
  #top-container .info .info-list .info-item::before {
    display: none;
  }
}
#top-container .info .info-list .info-item a {
  padding: 0.5em 1.5em 0.5em 0.5em;
  display: block;
}
@media screen and (max-width: 1024px) {
  #top-container .info .info-list .info-item a {
    padding: 0.5em 0;
  }
}
#top-container .info .info-list .info-item a .info-top {
  display: flex;
  align-items: center;
}
#top-container .info .info-list .info-item a .info-top time {
  font-size: var(--f17);
  color: #AEA38C;
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  #top-container .info .info-list .info-item a .info-top time {
    margin-right: 0.5em;
  }
}
#top-container .info .info-list .info-item a .info-top .cat {
  font-size: var(--f14);
  font-family: "Lora";
  background: #EFE7DF;
  padding: 0 0.3em;
}
#top-container .menu {
  background: url(../images/menu-bg.webp) no-repeat top;
  background-size: cover;
  padding: 4em 0;
}
#top-container .menu .menu-inner {
  width: min(90%, 1500px);
  margin: 0 auto;
}
#top-container .menu .menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 2em;
}
@media screen and (max-width: 1500px) {
  #top-container .menu .menu-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #top-container .menu .menu-list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  #top-container .menu .menu-list {
    gap: 0.5em;
  }
}
#top-container .menu .menu-list li {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #top-container .menu .menu-list li {
    border-radius: 8px;
  }
}
#top-container .menu .menu-list li a {
  overflow: hidden;
}
#top-container .menu .menu-list li a img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all ease 0.5s;
}
#top-container .menu .menu-list li a:hover img {
  transform: scale(1.2);
}
#top-container .menu .menu-list li h3 {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  width: 100%;
  padding: 0.3em 0.8em;
  font-size: var(--f24);
  cursor: pointer;
}
#top-container .menu .menu-list li h3 .sp {
  display: none;
}
@media screen and (max-width: 1500px) {
  #top-container .menu .menu-list li h3 {
    font-size: var(--f20);
  }
}
@media screen and (max-width: 1024px) {
  #top-container .menu .menu-list li h3 {
    font-size: var(--14);
    padding: 0.3em 1.2em 0.3em 0.8em;
  }
  #top-container .menu .menu-list li h3 .sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #top-container .menu .menu-list li h3 {
    font-size: 0.8rem;
  }
}
#top-container .menu .menu-list li h3::before {
  content: "";
  background: url(../images/arrow-pink.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.5em;
}
@media screen and (max-width: 1500px) {
  #top-container .menu .menu-list li h3::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  #top-container .menu .menu-list li h3::before {
    display: none;
  }
}
#top-container .system {
  width: min(1240px, 90%);
  margin: 0 auto;
  margin: 4em auto 0 auto;
  padding: 1em 4em 2em 4em;
  background: #fff;
  border: 1px solid #AEA38C;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-container .system {
    padding: 1em 2em;
  }
}
#top-container .system::before, #top-container .system::after {
  content: "";
  background: #AEA38C;
  height: 70px;
  width: 2px;
  transform: rotate(45deg);
  position: absolute;
}
@media screen and (max-width: 768px) {
  #top-container .system::before, #top-container .system::after {
    height: 45px;
  }
}
#top-container .system::before {
  top: -34px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  #top-container .system::before {
    top: -20px;
  }
}
#top-container .system::after {
  content: "";
  bottom: -34px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #top-container .system::after {
    bottom: -20px;
    left: 0px;
  }
}
#top-container .system h2 {
  font-size: var(--f40);
  text-align: center;
  color: #AEA38C;
  font-weight: 500;
}
#top-container .system p {
  font-size: var(--f20);
  font-family: "Noto Sans JP";
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #top-container .system p {
    font-size: var(--f17);
  }
}
#top-container .link .link-list {
  width: min(90%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  #top-container .link .link-list {
    grid-template-columns: 1fr 1fr;
  }
}
#top-container .link .link-list .link-box {
  border-bottom: 1px solid #AEA38C;
  border-right: 1px solid #AEA38C;
  background: #fff;
}
#top-container .link .link-list .link-box:nth-child(3n) {
  border-right: 0;
}
@media screen and (max-width: 1024px) {
  #top-container .link .link-list .link-box:nth-child(3n) {
    border-right: 1px solid #AEA38C;
  }
}
@media screen and (max-width: 1024px) {
  #top-container .link .link-list .link-box:nth-child(2n) {
    border-right: 0;
  }
}
#top-container .link .link-list .link-box:nth-last-child(-n+3) {
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #top-container .link .link-list .link-box:nth-last-child(-n+3) {
    border-bottom: 1px solid #AEA38C;
  }
}
@media screen and (max-width: 1024px) {
  #top-container .link .link-list .link-box:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
#top-container .link .link-list .link-box:nth-child(1) h3::before {
  background: url(../images/link-icon01.svg) no-repeat center;
  background-size: contain;
}
#top-container .link .link-list .link-box:nth-child(2) h3::before {
  background: url(../images/link-icon02.svg) no-repeat center;
  background-size: contain;
}
#top-container .link .link-list .link-box:nth-child(3) h3::before {
  background: url(../images/link-icon03.svg) no-repeat center;
  background-size: contain;
}
#top-container .link .link-list .link-box:nth-child(4) h3::before {
  background: url(../images/link-icon04.svg) no-repeat center;
  background-size: contain;
}
#top-container .link .link-list .link-box:nth-child(5) h3::before {
  background: url(../images/link-icon05.svg) no-repeat center;
  background-size: contain;
}
#top-container .link .link-list .link-box:nth-child(6) h3::before {
  background: url(../images/link-icon06.svg) no-repeat center;
  background-size: contain;
}
#top-container .link .link-list .link-box a {
  height: 200px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 480px) {
  #top-container .link .link-list .link-box a {
    height: 150px;
  }
}
#top-container .link .link-list .link-box a h3 {
  font-size: var(--f24);
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  #top-container .link .link-list .link-box a h3 {
    font-size: var(--f20);
  }
}
#top-container .link .link-list .link-box a h3::before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  #top-container .link .link-list .link-box a h3::before {
    width: 28px;
    height: 28px;
    top: -36px;
  }
}
#top-container .link .link-list .link-box a p {
  font-size: var(--f17);
  font-family: "Noto Sans JP";
  text-align: center;
  color: #8A8A8A;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #top-container .link .link-list .link-box a p {
    font-size: var(--f16);
  }
}
@media screen and (max-width: 480px) {
  #top-container .link .link-list .link-box a p {
    font-size: 0.8rem;
  }
}
#top-container .link .sns .sns-inner {
  width: min(90%, 1500px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top-container .link .sns .sns-inner {
    flex-direction: column;
  }
}
#top-container .link .sns .instagram, #top-container .link .sns .facebook {
  background: #fff;
  padding: 2em 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 48%;
}
@media screen and (max-width: 768px) {
  #top-container .link .sns .instagram, #top-container .link .sns .facebook {
    width: 100%;
  }
}
#top-container .link .sns .instagram h2, #top-container .link .sns .facebook h2 {
  text-align: center;
}
#top-container .link .sns .instagram .sns-btn, #top-container .link .sns .facebook .sns-btn {
  display: block;
  background: #AEA38C;
  font-size: var(--f17);
  text-align: center;
  color: #fff;
  width: 225px;
  padding: 0.5em 0;
  border-radius: 50px;
  margin: 1.5em auto 0 auto;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  #top-container .link .sns .instagram {
    margin-bottom: 1em;
  }
}
#top-container .link .sns .instagram figure {
  background: url(../images/sns-bg.webp) no-repeat;
  background-size: cover;
  padding: 2em;
  margin: 1em 2em 0 2em;
}
@media screen and (max-width: 1024px) {
  #top-container .link .sns .instagram figure {
    margin: 1em 1em 0 1em;
    padding: 1em;
  }
}
#top-container .link .sns .facebook {
  padding: 2em 1em;
}
#top-container .link .sns .facebook .fb-page {
  width: 100%;
  margin: 1em auto 0 auto;
  display: block;
  display: flex;
  justify-content: center;
}

#baby-container .intro {
  font-size: var(--f40);
  text-align: center;
  font-weight: 600;
  color: #AEA38C;
}
@media screen and (max-width: 768px) {
  #baby-container .intro {
    font-size: var(--f24);
  }
}
#baby-container .about {
  width: min(90%, 1500px);
  margin: 1em auto 0 auto;
  background: url(../images/common-bg.webp) no-repeat;
  background-size: cover;
  padding: 3em 1em;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  #baby-container .about {
    border-radius: 16px;
    padding: 0.5em;
  }
}
#baby-container .about h3 {
  font-size: var(--f32);
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-align: center;
  color: #E6247D;
}
@media screen and (max-width: 768px) {
  #baby-container .about h3 {
    font-size: var(--f20);
  }
}
#baby-container .about .about-img {
  display: block;
  width: min(400px, 90%);
  margin: 1.5em auto;
}
@media screen and (max-width: 768px) {
  #baby-container .about .about-img {
    margin: 1em auto;
  }
}
#baby-container .about p {
  width: min(1024px, 90%);
  font-family: "Noto Sans JP";
  font-size: var(--f24);
  line-height: 1.6;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #baby-container .about p {
    font-size: var(--f20);
  }
}
#baby-container .about p span {
  font-weight: 600;
}

#news-container .news-bg {
  background: #fff;
  border-radius: 16px;
  padding: 1.5em;
  width: min(1240px, 90%);
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #news-container .news-bg {
    padding: 1em;
    border-radius: 8px;
  }
}
#news-container .info-top {
  display: flex;
  align-items: center;
}
#news-container .info-top time {
  font-size: var(--f17);
  color: #AEA38C;
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  #news-container .info-top time {
    margin-right: 0.5em;
  }
}
#news-container .info-top .cat {
  font-size: var(--f14);
  font-family: "Lora";
  background: #EFE7DF;
  padding: 0 0.3em;
}
#news-container .info-list .info-item {
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  z-index: 0;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1024px) {
  #news-container .info-list .info-item {
    position: static;
  }
}
#news-container .info-list .info-item:hover::before {
  right: -6px;
}
#news-container .info-list .info-item:last-child {
  border-bottom: none;
}
#news-container .info-list .info-item::before {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1024px) {
  #news-container .info-list .info-item::before {
    display: none;
  }
}
#news-container .info-list .info-item a {
  padding: 0.5em 1.5em 0.5em 0.5em;
  display: block;
}
@media screen and (max-width: 1024px) {
  #news-container .info-list .info-item a {
    padding: 0.5em 0;
  }
}
#news-container .news-detail .news-title {
  font-size: var(--f28);
  color: #AEA38C;
  font-weight: 500;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #news-container .news-detail .news-title {
    font-size: var(--f22);
  }
}
#news-container .news-detail .news-contents {
  margin-top: 1em;
}
#news-container .news-detail .news-contents h1 {
  font-size: var(--f28);
  font-weight: 600;
}
#news-container .news-detail .news-contents h2 {
  font-size: var(--f24);
  font-weight: 600;
  text-align: left;
}
#news-container .news-detail .news-contents h3 {
  font-size: var(--f22);
  font-weight: 600;
}
#news-container .news-detail .news-contents h4 {
  font-size: var(--f20);
  font-weight: 600;
}
#news-container .news-detail .news-contents h5 {
  font-size: var(--f18);
  font-weight: 600;
}
#news-container .news-detail .news-contents h6 {
  font-size: var(--f17);
  font-weight: 600;
}
#news-container .news-detail .news-contents p {
  font-size: var(--f17);
  line-height: 1.8;
}
#news-container .news-detail .news-contents p span, #news-container .news-detail .news-contents p a {
  color: #AEA38C;
}
#news-container .news-detail .news-contents p a {
  text-decoration: underline;
  transition: all ease 0.5s;
}
#news-container .news-detail .news-contents p a:hover {
  color: #AEA38C;
}
#news-container .news-detail .news-contents img {
  width: auto;
  margin: 0.5em 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: -moz-fit-content;
  height: fit-content;
}
#news-container .news-detail .news-contents p + p {
  margin-top: 0;
}
#news-container .btn {
  margin: 1.5em auto 0 auto;
}
#news-container .pagenation {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#news-container .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
  padding: 16px 40px;
  margin: 60px auto;
  position: relative;
}
#news-container .pagenation ul li {
  margin-right: 2%;
  border: none;
}
#news-container .pagenation ul li a {
  font-family: "Lora";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 35px;
  font-size: var(--f17);
  width: 35px;
  transition: all ease 0.3s;
  background: #E6247D;
  border-radius: 50px;
  padding: 0;
}
#news-container .pagenation ul .page-active {
  font-size: var(--f17);
}
#news-container .pagenation ul .next a, #news-container .pagenation ul .prev a {
  color: #433F37;
  font-size: var(--f17);
  background: none;
  width: auto;
}
#news-container .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#news-container .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

#access-container .access-inner {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#access-container iframe {
  width: 100%;
  height: min(600px, 40vw);
}
#access-container .access-list {
  background: #fff;
  border-radius: 16px;
  padding: 1.5em;
  width: min(1240px, 90%);
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #access-container .access-list {
    padding: 1em;
    border-radius: 8px;
  }
}
#access-container .access-list {
  display: grid;
  gap: 1.5em;
  width: 100%;
  margin-top: 0.5em;
}
#access-container .access-list .access-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #access-container .access-list .access-item {
    flex-direction: column-reverse;
  }
}
#access-container .access-list .access-item figure {
  width: 30%;
}
#access-container .access-list .access-item figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #access-container .access-list .access-item figure {
    width: 100%;
    margin-top: 0.5em;
  }
}
#access-container .access-list .access-item .access-txt {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #access-container .access-list .access-item .access-txt {
    width: 100%;
  }
}

#book-container .book-top {
  background: url(../images/common-bg.webp) no-repeat;
  background-size: cover;
  padding: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  width: min(1240px, 90%);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #book-container .book-top {
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
  }
}
#book-container .book-top figure {
  width: 20%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #book-container .book-top figure {
    width: min(200px, 90%);
    margin: 0 1em 1.5em 0;
  }
}
#book-container .book-top .book-txt {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5em 2em;
  background: #fff;
  border-radius: 65px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #book-container .book-top .book-txt {
    border-radius: 24px;
    padding: 1.5em;
  }
}
#book-container .book-top .book-txt::before {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  left: -40px;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 16px solid transparent;
  border-right: 24px solid #fff; /* 好みで色を変えてください */
}
@media screen and (max-width: 768px) {
  #book-container .book-top .book-txt::before {
    border-top: 24px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: -12px;
    width: -moz-fit-content;
    width: fit-content;
    transform: rotate(-45deg);
  }
}
#book-container .book-top .book-txt h2 {
  font-size: var(--f36);
  color: #E6247D;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-bottom: 6px;
}
#book-container .book-contents {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#book-container .book-contents .book-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em 1em;
}
@media screen and (max-width: 1024px) {
  #book-container .book-contents .book-list {
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
}
#book-container .book-contents .book-list .book-item {
  background: #fff;
}
#book-container .book-contents .book-list .book-item h3 {
  font-size: var(--f24);
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #AEA38C;
  height: 84px;
  line-height: 1.4;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1500px) {
  #book-container .book-contents .book-list .book-item h3 {
    font-size: var(--f20);
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #book-container .book-contents .book-list .book-item h3 {
    height: 74px;
    font-size: var(--f18);
  }
  #book-container .book-contents .book-list .book-item h3 br {
    display: none;
  }
}
#book-container .book-contents .book-list .book-item figure {
  width: min(200px, 90%);
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  #book-container .book-contents .book-list .book-item figure {
    margin: 0.5em auto 0 auto;
  }
}
#book-container .book-contents .book-list .book-item p {
  font-size: var(--f18);
  font-family: "Noto Sans JP";
  line-height: 1.6;
  padding: 0 1em 1em 1em;
  color: #4E4E4E;
}
@media screen and (max-width: 768px) {
  #book-container .book-contents .book-list .book-item p {
    font-size: var(--f16);
    padding: 0 0.5em 0.5em 0.5em;
  }
}

#privacy-container .privacy-inner {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#privacy-container .privacy-inner p, #privacy-container .privacy-inner li {
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  #privacy-container .privacy-inner p, #privacy-container .privacy-inner li {
    font-size: var(--f17);
  }
}
#privacy-container .privacy-inner .privacy-list {
  display: grid;
  gap: 3em;
}
@media screen and (max-width: 768px) {
  #privacy-container .privacy-inner .privacy-list {
    gap: 1.5em;
  }
}
#privacy-container .privacy-inner .privacy-list .privacy-item ol {
  padding-left: 1.5em;
}
#privacy-container .privacy-inner .privacy-list .privacy-item ol li {
  list-style: decimal;
}

#cancer-container .cancer-inner {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#cancer-container .cancer-inner figure {
  width: min(960px, 90%);
  margin: 0 auto 2em auto;
}
@media screen and (max-width: 768px) {
  #cancer-container .cancer-inner figure {
    margin: 0 auto 1em auto;
    width: 100%;
  }
}
#cancer-container .cancer-inner p {
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #cancer-container .cancer-inner p {
    font-size: var(--f17);
  }
}

#treatment-container .treatment-inner, #abortion-container .treatment-inner, #sof-container .treatment-inner {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#treatment-container .treatment-wrap, #abortion-container .treatment-wrap, #sof-container .treatment-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #treatment-container .treatment-wrap, #abortion-container .treatment-wrap, #sof-container .treatment-wrap {
    flex-direction: column;
  }
}
#treatment-container .treatment-wrap figure, #abortion-container .treatment-wrap figure, #sof-container .treatment-wrap figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #treatment-container .treatment-wrap figure, #abortion-container .treatment-wrap figure, #sof-container .treatment-wrap figure {
    width: 100%;
    margin: 0.5em 0;
  }
}
#treatment-container .treatment-wrap p, #abortion-container .treatment-wrap p, #sof-container .treatment-wrap p {
  width: 65%;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  #treatment-container .treatment-wrap p, #abortion-container .treatment-wrap p, #sof-container .treatment-wrap p {
    width: 100%;
    font-size: var(--f17);
  }
}
#treatment-container .treatment-inner, #abortion-container .treatment-inner, #sof-container .treatment-inner {
  margin-top: 3em;
}

@media screen and (max-width: 1024px) {
  #sof-container .treatment-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  #sof-container .treatment-wrap figure {
    width: 100%;
    margin: 0.5em 0;
  }
}
#sof-container .treatment-wrap figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #sof-container .treatment-wrap figure img {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  #sof-container .treatment-wrap p {
    width: 100%;
  }
}
#sof-container .merit-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
  margin-top: 3em;
}
@media screen and (max-width: 1024px) {
  #sof-container .merit-list {
    grid-template-columns: 1fr 1fr;
    gap: 3em 1em;
  }
}
@media screen and (max-width: 480px) {
  #sof-container .merit-list {
    gap: 2em 0.5em;
  }
}
#sof-container .merit-list .merit-item {
  background: url(../images/common-bg.webp) no-repeat;
  background-size: cover;
  height: 160px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  #sof-container .merit-list .merit-item {
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  #sof-container .merit-list .merit-item {
    height: 100px;
  }
}
#sof-container .merit-list .merit-item .count {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  font-size: var(--f16);
  color: #E6247D;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #sof-container .merit-list .merit-item .count {
    top: -32px;
  }
}
@media screen and (max-width: 480px) {
  #sof-container .merit-list .merit-item .count {
    top: -28px;
  }
}
#sof-container .merit-list .merit-item .count span {
  font-size: var(--f42);
  color: #E6247D;
  line-height: 1;
  text-align: center;
}
#sof-container .merit-list .merit-item h3 {
  font-size: var(--f24);
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1500px) {
  #sof-container .merit-list .merit-item h3 {
    font-size: var(--f20);
  }
}
@media screen and (max-width: 480px) {
  #sof-container .merit-list .merit-item h3 {
    font-size: var(--f16);
  }
}

#childcare-container p, #childcare-container li, #childcare-container tr {
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  #childcare-container p, #childcare-container li, #childcare-container tr {
    font-size: var(--f17);
  }
}
#childcare-container .childcare-inner {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#childcare-container .childcare-inner h3 {
  font-size: var(--f40);
  text-align: center;
  font-weight: 600;
  color: #AEA38C;
}
#childcare-container .childcare-inner .intro {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #childcare-container .childcare-inner .intro {
    flex-direction: column;
  }
}
#childcare-container .childcare-inner .intro .intro-txt {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  #childcare-container .childcare-inner .intro .intro-txt {
    width: 100%;
  }
}
#childcare-container .support {
  width: min(1240px, 90%);
  margin: 0 auto;
  margin: 4em auto 0 auto;
}
#childcare-container .support .support-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #childcare-container .support .support-wrap {
    flex-direction: column;
  }
}
#childcare-container .support .support-wrap .support-txt {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  #childcare-container .support .support-wrap .support-txt {
    width: 100%;
  }
}
#childcare-container .support .support-wrap .support-txt h3 {
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  #childcare-container .support .support-wrap .support-txt h3 {
    text-align: center;
  }
}
#childcare-container .support .support-wrap figure {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  #childcare-container .support .support-wrap figure {
    width: min(600px, 80%);
    margin: 1em auto 0 auto;
  }
}
#childcare-container .support table {
  width: 100%;
}
#childcare-container .support table caption {
  font-size: var(--f28);
  font-weight: 500;
  color: #AEA38C;
}
@media screen and (max-width: 480px) {
  #childcare-container .support table caption {
    font-size: var(--f24);
  }
}
#childcare-container .support table tr {
  border-bottom: 1px solid #AEA38C;
}
@media screen and (max-width: 480px) {
  #childcare-container .support table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  }
}
#childcare-container .support table tr:last-child {
  border-bottom: none;
}
#childcare-container .support table tr th, #childcare-container .support table tr td {
  font-size: var(--f20);
  text-align: center;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  #childcare-container .support table tr th, #childcare-container .support table tr td {
    font-size: var(--f16);
  }
}
#childcare-container .support table tr th {
  font-weight: 500;
  background: #EEE6DF;
}
@media screen and (max-width: 480px) {
  #childcare-container .support table tr th {
    width: 100%;
  }
}
#childcare-container .support table tr td {
  background: #fff;
}
@media screen and (max-width: 480px) {
  #childcare-container .support table tr td {
    width: 100%;
    border-bottom: 1px solid #EFE7DF;
  }
}
#childcare-container .support .tyuui {
  text-align: right;
  font-size: var(--f16);
}
#childcare-container .support .ly-bg {
  background: #EFE7DF;
  padding: 1em;
  margin: 1em 0;
}
#childcare-container .support ol {
  padding: 1em 1em 1em 2.5em;
  background: #EFE7DF;
  margin-top: 1em;
}
#childcare-container .support ol li {
  list-style: decimal;
}
#childcare-container .ly-w {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#childcare-container .ly-w .coming {
  font-size: var(--f40);
  text-align: center;
  font-family: "Lora";
}

#about-container .info {
  width: min(1240px, 90%);
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 1.5em;
  width: min(1240px, 90%);
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #about-container .info {
    padding: 1em;
    border-radius: 8px;
  }
}
#about-container .staff {
  background: url(../images/common-bg.webp) no-repeat;
  background-size: cover;
  padding: 4rem 0 16em 0;
  margin-bottom: -16em;
}
#about-container .staff-list {
  width: min(1240px, 90%);
  margin: 0 auto;
  display: grid;
  gap: 2em;
  margin: 1em auto 0 auto;
}
#about-container .staff-list .staff-item {
  background: #fff;
  border-radius: 16px;
  padding: 1.5em;
  width: min(1240px, 90%);
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #about-container .staff-list .staff-item {
    padding: 1em;
    border-radius: 8px;
  }
}
#about-container .staff-list .staff-item {
  padding: 3em;
}
@media screen and (max-width: 1024px) {
  #about-container .staff-list .staff-item {
    padding: 1.5em 2em;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #about-container .staff-list .staff-item {
    padding: 1.5em;
  }
}
#about-container .staff-list .staff-item .staff-name {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 0.3em;
}
#about-container .staff-list .staff-item .staff-name .en {
  font-size: var(--f20);
  color: #AEA38C;
  line-height: 1;
  font-family: "Lora";
}
@media screen and (max-width: 480px) {
  #about-container .staff-list .staff-item .staff-name .en {
    font-size: var(--f17);
  }
}
#about-container .staff-list .staff-item .staff-name h4 {
  font-size: var(--f32);
  font-weight: 500;
}
#about-container .staff-list .staff-item .staff-name h4 br {
  display: none;
}
@media screen and (max-width: 768px) {
  #about-container .staff-list .staff-item .staff-name h4 br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #about-container .staff-list .staff-item .staff-name h4 {
    font-size: var(--f24);
  }
}
#about-container .staff-list .staff-item .staff-name h4 span {
  background: #AEA38C;
  font-size: var(--f22);
  padding: 0 0.3em;
  margin-right: 0.5em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #about-container .staff-list .staff-item .staff-name h4 span {
    font-size: var(--f17);
  }
}
#about-container .staff-list .staff-item .staff-info {
  margin-bottom: 1em;
}
#about-container .staff-list .staff-item .staff-info .info-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  #about-container .staff-list .staff-item .staff-info .info-item {
    flex-direction: column;
  }
}
#about-container .staff-list .staff-item .staff-info .info-item:last-child {
  margin-bottom: 0;
}
#about-container .staff-list .staff-item .staff-info .info-item dt, #about-container .staff-list .staff-item .staff-info .info-item dd {
  font-size: var(--f20);
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1024px) {
  #about-container .staff-list .staff-item .staff-info .info-item dt, #about-container .staff-list .staff-item .staff-info .info-item dd {
    font-size: var(--f17);
  }
}
#about-container .staff-list .staff-item .staff-info .info-item dt {
  font-weight: 500;
  border-right: 1px solid #E1E1E1;
  width: 124px;
  padding: 0.5em 0;
}
@media screen and (max-width: 1024px) {
  #about-container .staff-list .staff-item .staff-info .info-item dt {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  #about-container .staff-list .staff-item .staff-info .info-item dt {
    width: 100%;
    border-right: none;
    padding: 0;
    font-weight: 600;
  }
}
#about-container .staff-list .staff-item .staff-info .info-item dd {
  width: calc(100% - 124px);
  padding: 0.5em 1em;
}
@media screen and (max-width: 1024px) {
  #about-container .staff-list .staff-item .staff-info .info-item dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  #about-container .staff-list .staff-item .staff-info .info-item dd {
    width: 100%;
    padding: 0;
  }
}
#about-container .staff-list .staff-item p {
  margin-top: 0.5em;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 480px) {
  #about-container .staff-list .staff-item p {
    font-size: var(--f17);
  }
}
#about-container .staff-list .staff-item h3 {
  font-size: var(--f32);
  color: #AEA38C;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #E1E1E1;
  margin-top: 1em;
}

#information-container p, #information-container th, #information-container td {
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  #information-container p, #information-container th, #information-container td {
    font-size: var(--f17);
  }
}
#information-container .info {
  width: min(1240px, 90%);
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 1.5em;
  width: min(1240px, 90%);
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #information-container .info {
    padding: 1em;
    border-radius: 8px;
  }
}
#information-container .info {
  padding: 3em;
}
@media screen and (max-width: 1024px) {
  #information-container .info {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  #information-container .info {
    padding: 1em;
  }
}
#information-container .info .page-title-left h2 {
  text-align: center;
}
#information-container .info .info-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  #information-container .info .info-contents {
    flex-direction: column;
  }
}
#information-container .info .info-contents .info-carender, #information-container .info .info-contents .info-txt {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  #information-container .info .info-contents .info-carender, #information-container .info .info-contents .info-txt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #information-container .info .info-contents .info-txt {
    margin-top: 1em;
  }
}
#information-container .info .info-contents table {
  width: 100%;
  border: 1px solid #AEA38C;
}
#information-container .info .info-contents table tr:first-child th {
  background: #AEA38C;
  color: #fff;
}
#information-container .info .info-contents table th, #information-container .info .info-contents table td {
  font-size: var(--f20);
  font-weight: 500;
  padding: 0.3em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #information-container .info .info-contents table th, #information-container .info .info-contents table td {
    font-size: var(--f17);
  }
}
#information-container .info .info-contents table td:nth-child(2), #information-container .info .info-contents table td:nth-child(3), #information-container .info .info-contents table td:nth-child(4), #information-container .info .info-contents table td:nth-child(6), #information-container .info .info-contents table td:nth-child(7) {
  color: #AEA38C;
}
#information-container .info .carender {
  margin: 1em auto;
  width: min(800px, 100%);
}
#information-container .menu {
  background: url(../images/common-bg.webp) no-repeat;
  background-size: cover;
  padding: 4rem 0;
}
#information-container .menu p {
  width: min(800px, 90%);
  margin: 0 auto;
}
#information-container .menu h3 {
  font-size: var(--f40);
  color: #AEA38C;
  font-weight: 500;
  text-align: center;
  margin: 1em 0;
}
#information-container .menu-list {
  background: #fff;
  width: min(1240px, 90%);
  margin: 0 auto;
  margin: 2em auto 0 auto;
}
#information-container .menu-list li {
  border-bottom: 1px solid #E1E1E1;
}
#information-container .menu-list li:last-child {
  border-bottom: none;
}
#information-container .menu-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7em;
}
@media screen and (max-width: 480px) {
  #information-container .menu-list li a {
    padding: 0.5em;
  }
}
#information-container .menu-list li a figure {
  width: 140px;
}
@media screen and (max-width: 768px) {
  #information-container .menu-list li a figure {
    width: 110px;
  }
}
@media screen and (max-width: 480px) {
  #information-container .menu-list li a figure {
    width: 80px;
  }
}
#information-container .menu-list li a h4 {
  width: calc(100% - 140px - 3%);
  font-size: var(--f28);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #information-container .menu-list li a h4 {
    font-size: var(--f22);
    width: calc(100% - 110px - 3%);
  }
}
@media screen and (max-width: 480px) {
  #information-container .menu-list li a h4 {
    width: calc(100% - 80px - 3%);
    font-size: var(--f20);
  }
}
#information-container .ly-w {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#information-container .ly-w .coming {
  font-size: var(--f40);
  text-align: center;
  font-family: "Lora";
}

#prescription-container p {
  font-size: var(--f40);
  text-align: center;
}

#contents-404 {
  width: 90%;
  margin: 0 auto;
}
#contents-404 h2 {
  text-align: center;
  font-size: var(--f32);
}
#contents-404 p {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #contents-404 p {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */