@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 1.5s 1 ease normal forwards;
          animation: fadeUp 1s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 2s 1 ease normal forwards;
          animation: fadeUp 1s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 2.5s 1 ease normal forwards;
          animation: fadeUp 1s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 3s 1 ease normal forwards;
          animation: fadeUp 1s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 3.5s 1 ease normal forwards;
          animation: fadeUp 1s 3.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 4s 1 ease normal forwards;
          animation: fadeUp 1s 4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 4.5s 1 ease normal forwards;
          animation: fadeUp 1s 4.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 5s 1 ease normal forwards;
          animation: fadeUp 1s 5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 5.5s 1 ease normal forwards;
          animation: fadeUp 1s 5.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 6s 1 ease normal forwards;
          animation: fadeUp 1s 6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
/*************************************************
  共通
*************************************************/
html {
  scrollbar-gutter: stable;
}

.full-width {
  width: 100vw;
  max-width: 100vw;
  margin-bottom: 5%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.full-width > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.lead {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  aspect-ratio: 2/1;
  max-height: 570px;
  position: relative;
  z-index: 2;
  padding: 2% 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.lead > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  padding: 0 5%;
  max-width: 100%;
  overflow: hidden;
}
.lead > div > h2 {
  color: #fff;
  -webkit-text-stroke: 6px #ec6b61;
  paint-order: stroke;
  font-weight: 900;
  text-align: center;
  line-height: 2;
  border-bottom: none;
  padding: 0;
  margin: 0;
  font-size: clamp(1rem, -1.333rem + 6.67vw, 2.75rem);
}
.lead > div > h2:before {
  display: none;
}
.lead > div p {
  text-align: center;
  margin: 0 auto;
  padding: 0 1em;
  color: #000;
  font-weight: bold;
  font-size: clamp(0.65rem, 0.05rem + 1.71vw, 1.1rem);
  z-index: 10;
  position: relative;
}
.lead > div p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: -1;
}

.p_cont:not(.footer) {
  line-height: 1.8;
  background: #f9f8f3;
}
.p_cont:not(.footer) img {
  display: block;
  max-width: 100%;
  overflow: hidden;
  height: auto;
  margin: 5% auto;
}
.p_cont:not(.footer) section:not(.facility_news) {
  -webkit-box-shadow: 0 0.2rem 1.6rem rgba(35, 56, 81, 0.08);
          box-shadow: 0 0.2rem 1.6rem rgba(35, 56, 81, 0.08);
  padding: 3rem 2rem 2rem;
  margin: 3rem 0;
  border-radius: 20px;
}
.p_cont:not(.footer) section:not(.facility_news) > h3 {
  margin: 1rem 0 2rem !important;
}
.p_cont:not(.footer) section:not(.facility_news) > h2, .p_cont:not(.footer) section:not(.facility_news) > h4, .p_cont:not(.footer) section:not(.facility_news) p {
  margin: 0 0 1rem !important;
}

#main {
  position: relative;
  /*&:before {
    content: "";
    background: url(../img/top_illust05.png) no-repeat;
    background-size: 80%;
    @include centerize(y);
    left: 0;
    max-width: 339px;
    width: 100%;
    aspect-ratio: 339 / 296;
  }*/
}

.p_cont {
  max-width: 1440px;
  width: 100%;
  margin: 5vw auto;
  padding: 0 5%;
}

.img-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1%;
}
.img-list3 .img-list {
  max-width: 32%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-list3 .img-list dd {
  text-align: center;
}

.img-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1%;
}
.img-list2 .img-list {
  max-width: 47%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-list2 .img-list dd {
  text-align: center;
}

p {
  line-height: 1.75;
}

ul.img2 > li {
  width: 50%;
}

ul.img3 > li {
  width: 33.3%;
}

ul.img4 > li {
  width: 25%;
}

ul.img2 > li, ul.img3 > li, ul.img4 > li {
  float: left;
  margin: 0 auto;
  background: none !important;
  padding: 5px !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.img2 > li:before, ul.img3 > li:before, ul.img4 > li:before {
  display: none;
}

#main .note {
  width: 80%;
  padding: 3em;
  background: #ffecea;
  border: 5px solid #ec6b61;
  border-radius: 20px;
  margin: 3% auto;
  line-height: 2;
}

/*************************************************
  ページヘッダー
*************************************************/
#p_head {
  margin-bottom: 80px;
  padding: 60px 0 40px;
  border-bottom: 3px solid #ec6b61;
  text-align: center;
}
#p_head h1 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
#p_head .breadcrumbs {
  margin-bottom: 15px;
  font-size: 0.875rem;
  color: #666;
}
#p_head .breadcrumbs a {
  color: #10c18e;
  text-decoration: none;
}
#p_head .breadcrumbs a:hover {
  text-decoration: underline;
}
#p_head .caption {
  color: #888;
  font-size: 0.875rem;
}
@media all and (max-width: 980px) {
  #p_head {
    margin-bottom: 60px;
    padding: 50px 0 30px;
  }
  #p_head h1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 560px) {
  #p_head {
    margin-bottom: 40px;
    padding: 40px 0 25px;
  }
  #p_head h1 {
    font-size: 1.75rem;
  }
}

/*************************************************
  見出し
*************************************************/
h2 {
  margin: 80px 0 30px;
  padding-bottom: 12px;
  border-bottom: 3px solid #ec6b61;
  font-size: clamp(1.2rem, 0.671rem + 2.17vw, 2rem);
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: 2em;
}
@media screen and (max-width: 560px ) {
  h2 {
    padding-left: 3rem;
  }
}
h2:before {
  content: "";
  background: url(../img/h1.png) no-repeat;
  background-size: contain;
  background-position: left center;
  width: 3vw;
  max-width: 116px;
  aspect-ratio: 116/58;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}
@media screen and (max-width: 560px ) {
  h2:before {
    width: 10vw;
  }
}

h3 {
  margin: 60px 0 25px;
  padding: 0.25em 1em;
  padding-right: 4em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background: #ec6b61;
  border-radius: 10px;
  color: #fff;
  position: relative;
}
h3:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -6px;
  width: clamp(25%, -24.5% + 12.69vw, 100%);
  max-width: 110px;
  aspect-ratio: 11/9;
  background: url("../img/h3.png") center/contain no-repeat;
}

h4 {
  margin: 50px 0 20px;
  padding: 0.5em 1.5em;
  font-size: 1.3rem;
  font-weight: 700;
  border-bottom: 1px dashed #1EB7DA;
  position: relative;
}
h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  aspect-ratio: 1/1;
  border: 2px solid #00a9e0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

h5 {
  margin: 40px 0 15px;
  color: #ec6b61;
  font-size: 1.15rem;
  font-weight: 700;
}

h6 {
  margin: 30px 0 15px;
  font-size: 1rem;
  font-weight: 700;
  color: #10c18e;
}

@media all and (max-width: 560px) {
  h2 {
    margin-top: 60px;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1.15rem;
  }
}
/*************************************************
  テーブル
*************************************************/
table:not([class]) {
  width: 100%;
  border-spacing: 0 10px;
}
table:not([class]) tr {
  border: 1px solid #ccc;
  vertical-align: middle;
}
table:not([class]) th, table:not([class]) td {
  vertical-align: middle;
  padding: 2em;
}
table:not([class]) th {
  max-width: 20%;
  border-right: 1px solid #ccc;
  background: #ec6b61;
  color: #fff;
}
table:not([class]) td {
  border-right: 1px solid #ccc;
}
table:not([class]) td:last-of-type {
  border-right: none;
}

table.access {
  width: 100%;
  margin: 30px 0;
  border-spacing: 0 10px;
}
table.access th,
table.access td {
  padding: 2em;
  vertical-align: middle;
}
table.access th {
  text-align: center;
  font-weight: 700;
  background: #1EB7DA;
  color: #fff;
  border-radius: 20px 0 0 20px;
}
table.access td {
  background: #F5FDFF;
  border-radius: 0 20px 20px 0;
  line-height: 1.75;
}

@media all and (max-width: 560px) {
  table:not(.contact-form) {
    display: block;
    overflow-x: auto;
  }
}
/*table.event-table {
  width: 100%;
  border-spacing: 0 10px;
  tr {
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  th,td {
    vertical-align: middle;
    padding: 2em;
  }
  th {
    max-width: 20%;
    border-right: 1px solid #ccc;
    background: #ec6b61;
    color: #fff;
  }
  td:first-of-type {
    max-width: 30%;
    border-right: 1px solid #ccc;
  }
  td:nth-of-type(2) {
    @include flex();
  }
}*/
/*************************************************
  リスト
*************************************************/
ul:not([class]) {
  margin: 2rem 0;
  line-height: 1.8;
  font-size: 105%;
}
ul:not([class]) li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
ul:not([class]) li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  opacity: 0.5;
}
ul:not([class]) li a {
  color: #000;
}
ul:not([class]) li:nth-of-type(4n + 1):before {
  background: #ec6b61;
}
ul:not([class]) li:nth-of-type(4n + 2):before {
  background: #61acec;
}
ul:not([class]) li:nth-of-type(4n + 3):before {
  background: #eda435;
}
ul:not([class]) li:nth-of-type(4n + 4):before {
  background: #616cec;
}

ol:not([class]) {
  margin: 30px 0;
  padding-left: 1.5em;
  list-style: decimal outside;
}
ol:not([class]) li {
  margin-bottom: 10px;
  font-weight: 700;
}
ol:not([class]) li:nth-of-type(4n + 1)::marker {
  color: #ec6b61;
}
ol:not([class]) li:nth-of-type(4n + 2)::marker {
  color: #61acec;
}
ol:not([class]) li:nth-of-type(4n + 3)::marker {
  color: #eda435;
}
ol:not([class]) li:nth-of-type(4n + 4)::marker {
  color: #616cec;
}

/*************************************************
  テキストリンク
*************************************************/
p a:not([class] a),
li a:not([class] a),
td a:not([class] a),
th a:not([class] a) {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
p a:not([class] a):hover,
li a:not([class] a):hover,
td a:not([class] a):hover,
th a:not([class] a):hover {
  color: #ec6b61;
}

/*************************************************
  フォーム
*************************************************/
input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  border-color: #10c18e;
  outline: none;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 8px;
}

input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
  padding: 15px 40px;
  border: none;
  background: #ec6b61;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=submit]:hover {
  background: #10c18e;
}

form table + p {
  text-align: center;
  margin-top: 5%;
}

/*************************************************
  アンカーリンク
*************************************************/
.ank_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 0 0 80px;
  padding: 24px 32px;
  list-style: none;
  border: 1px solid #ec6b61;
  border-radius: 8px;
  position: relative;
  max-width: 1440px;
  margin: 5% auto;
}
.ank_list::before {
  content: "contents";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 16px;
  color: #ec6b61;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  background: #f9f8f3;
}
.ank_list li {
  margin: 0;
}
.ank_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-width: 120px;
  height: 40px;
  padding: 0 16px;
  background: #ec6b61;
  border-radius: 2px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ank_list a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-1px);
          transform: rotate(45deg) translateY(-1px);
}
.ank_list a:hover {
  background: #10c18e;
}
@media all and (max-width: 980px) {
  .ank_list {
    padding: 24px;
  }
  .ank_list a {
    min-width: 140px;
  }
}
@media all and (max-width: 560px) {
  .ank_list {
    gap: 8px;
    padding: 20px 15px;
  }
  .ank_list::before {
    font-size: 0.875rem;
  }
  .ank_list li {
    width: calc(50% - 4px);
  }
  .ank_list a {
    width: 100%;
    min-width: auto;
    padding: 12px 8px;
    font-size: 0.8125rem;
    height: auto;
  }
}

/*************************************************
  ボタン
*************************************************/
#main .btn {
  margin: 40px 0;
}
#main .btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  padding: 16px 40px;
  background: #ec6b61;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .btn a:hover {
  background: #10c18e;
}

@media all and (max-width: 560px) {
  .btn a {
    width: 100%;
    min-width: auto;
  }
}
/*************************************************
  お問い合わせフォーム
*************************************************/
.contact-form {
  width: 100%;
  border-collapse: collapse;
}
.contact-form th,
.contact-form td {
  padding: 20px;
  border: 1px solid #ddd;
}
.contact-form th p,
.contact-form td p {
  margin: 0;
}
.contact-form th {
  width: 30%;
  background: #f8f8f8;
  font-weight: 700;
  text-align: left;
}

@media all and (max-width: 560px) {
  .contact-form th,
  .contact-form td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact-form th {
    border-bottom: none;
  }
}
input[type=submit] {
  display: block;
  margin: 0 auto;
}

/*************************************************
  カテゴリ別記事一覧
*************************************************/
section.facility_news {
  width: 100%;
  margin-bottom: 10vw;
  padding-bottom: 5%;
}
section.facility_news:after, section.facility_news:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1698/150;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  section.facility_news:after, section.facility_news:before {
    background-size: auto 100%;
  }
}
section.facility_news:after {
  background: url(../img/news-bg.png) repeat-x bottom center;
  background-size: 40%;
}
section.facility_news:before {
  background: url(../img/news-bg.png) repeat-x top center;
  background-size: 40%;
}
section.facility_news > h2 {
  color: #ec9b61;
  font-weight: 900;
  font-size: 250%;
  text-align: center;
  padding: 0 !important;
  border: none;
  position: relative;
  margin: 0;
}
section.facility_news > h2:before {
  display: none;
}
@media screen and (max-width: 560px ) {
  section.facility_news > h2 {
    padding-top: 2rem !important;
  }
}
section.facility_news .news_list {
  padding: 0 15%;
}
section.facility_news .news_list ul {
  border-radius: 20px;
}
@media screen and (max-width: 560px ) {
  section.facility_news .news_list ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
section.facility_news .news_list ul li a > time {
  display: inline-block;
}
section.facility_news .news_list ul li a > span {
  padding-left: 2rem;
}
section.facility_news .news_list ul li a:hover {
  text-decoration: underline;
}
section.facility_news .btn {
  margin: 2em 0;
}

/*************************************************
  記事一覧
*************************************************/
.post_box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post_box li {
  border-bottom: 1px solid #ddd;
}
.post_box a {
  display: block;
  padding: 25px 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_box a:hover {
  opacity: 0.7;
}
.post_box .date {
  margin-bottom: 10px;
  color: #ec6b61;
  font-size: 0.9rem;
}
.post_box .date span.cate {
  color: #10c18e;
  margin-left: 1em;
  font-weight: 700;
}
.post_box h3 {
  margin: 0;
  padding: 1% 2%;
  border: none;
  font-size: 1.2rem;
  color: #fff;
}

span.cate {
  color: #10c18e;
  margin-left: 1em;
  font-weight: 700;
}

/*************************************************
  検索結果
*************************************************/
#search_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#search_list li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
#search_list h3 {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  font-size: 1.4rem;
}
#search_list h3 a {
  color: #333;
  text-decoration: none;
}
#search_list h3 a:hover {
  color: #ec6b61;
}
#search_list .des {
  margin: 0;
  color: #666;
}

/*************************************************
  FAQ
*************************************************/
.faq {
  width: 80%;
  margin: 2% auto;
}
.faq dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background: #F5F5F5;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.faq dt:before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 1em;
  color: #fff;
  background: #6699B7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq dt:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #6699B7;
  border-bottom: 2px solid #6699B7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  right: 5%;
}
.faq dt.active:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.faq dd {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 62px;
  display: none;
  background: #fff6f6;
}
.faq dd:before {
  content: "A";
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #D65556;
  font-weight: bold;
}
.faq dd p:first-child {
  margin-top: 0;
}
.faq dd p:last-child {
  margin-bottom: 0;
}
.faq dd ul {
  margin: 0;
}
.faq dd h4 {
  margin: 3rem 0 1rem;
  padding: 0 1.5em;
}
@media screen and (max-width: 960px) {
  .faq .faq {
    width: 95%;
  }
}

/*************************************************
  ページネーション
*************************************************/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #ddd;
  text-decoration: none;
}
.wp-pagenavi .current {
  background: #ec6b61;
  border-color: #ec6b61;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #10c18e;
  border-color: #10c18e;
  color: #fff;
}

/*************************************************
  沿革/一日の流れ
*************************************************/
.schedule-wrapper {
  font-size: 120%;
  padding: 5% 2%;
}
.schedule-wrapper .schedule_box {
  margin-top: 0 !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1em;
  position: relative;
}
.schedule-wrapper .schedule_box:before, .schedule-wrapper .schedule_box:after {
  display: block;
  z-index: 1;
  width: 1px;
  height: 50%;
  content: "";
  background: #dedede;
  position: absolute;
  left: 5em;
}
.schedule-wrapper .schedule_box:after {
  bottom: 0;
}
.schedule-wrapper .schedule_box dt {
  text-align: right;
  width: 5em;
  padding: 0 1em;
  color: #ec6b61;
  font-weight: bold;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.schedule-wrapper .schedule_box dt:before {
  background: #ec6b61;
  border-radius: 100%;
  width: 0.5em;
  height: 0.5em;
  content: "";
  position: absolute;
  top: 0.75em;
  right: -0.25em;
  z-index: 5;
}
.schedule-wrapper .schedule_box dt span {
  display: inline-block;
  min-width: 3em;
}
.schedule-wrapper .schedule_box dd {
  width: calc(100% - 5em);
  padding: 0 1.5em;
  position: relative;
}
.schedule-wrapper .schedule_box dd .todo {
  display: inline-block;
  line-height: 1.5;
  padding: 5px 2em;
  margin-bottom: 0 !important;
}
.schedule-wrapper .schedule_box dd .todo-detail {
  font-size: 70%;
  font-weight: normal;
  padding-left: 3em;
}
.schedule-wrapper .schedule_box dd .todo-detail:last-child {
  margin-bottom: 0;
}
.schedule-wrapper .schedule_box dd > img {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  margin: 0;
  padding-left: 3em;
}

.schedule-wrapper-f {
  padding: 2%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}
.schedule-wrapper-f div {
  max-width: 50%;
}

@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .schedule-wrapper-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .schedule-wrapper-f div {
    max-width: 100%;
  }
}
.b15 {
  border: 15px solid #eaeaea;
}

/*************************************************
  その他関連リンク
*************************************************/
.other-facilities {
  padding: 0 5%;
}

.other_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 0 0 80px;
  padding: 24px 32px;
  list-style: none;
  border: 1px solid #ec9b61;
  border-radius: 8px;
  position: relative;
  max-width: 1440px;
  margin: 10% auto 5%;
}
.other_list::before {
  content: "各施設をみる";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 16px;
  color: #ec9b61;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  background: #f9f8f3;
}
.other_list li {
  margin: 0;
}
.other_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-width: 120px;
  height: 40px;
  padding: 0 16px;
  background: #ec9b61;
  border-radius: 2px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.other_list a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-1px);
          transform: rotate(45deg) translateY(-1px);
}
.other_list a:hover {
  background: #10c18e;
}
@media all and (max-width: 980px) {
  .other_list {
    padding: 24px;
  }
  .other_list a {
    min-width: 140px;
  }
}
@media all and (max-width: 560px) {
  .other_list {
    gap: 8px;
    padding: 20px 15px;
  }
  .other_list::before {
    font-size: 0.875rem;
  }
  .other_list li {
    width: calc(50% - 4px);
  }
  .other_list a {
    width: 100%;
    min-width: auto;
    padding: 12px 8px;
    font-size: 0.8125rem;
    height: auto;
  }
}

/*************************************************
 MAP
*************************************************/
iframe {
  width: 100%;
}

/*====================================================*/
/*年間行事=======================================*/
/*====================================================*/
.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2%;
}
@media all and (max-width: 980px) {
  .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout .img {
  max-width: clamp(260px, 29.4vw, 560px);
  width: 100%;
  height: auto;
  padding: 3%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  .layout .img {
    max-width: 560px;
  }
}
.layout .img img {
  width: 100%;
}
.layout .img > .point-slider {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.layout .img > .point-slider li img {
  width: 100%;
  max-width: 560px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin: 0;
}
@media screen and (max-width: 560px ) {
  .layout .img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.layout .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(30px, 3.78vw, 36px);
  width: 100%;
  padding: 3%;
}
.layout .text > h3 {
  margin: 0;
  padding: 0;
  background: none;
}
.layout .text > h3:after {
  display: none;
}
.layout .text .red {
  color: #dc7759;
}
.layout .text .green {
  color: #26ad6b;
}
.layout .text .yellow {
  color: #e49b2c;
}
.layout .text .blue {
  color: #1499ba;
}
.layout .text ul li {
  font-weight: bold;
  background: url(../img/dot_gray.svg) repeat-x center bottom;
  background-size: 10px auto;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  position: relative;
}
.layout .text ul li:before {
  display: none;
}

.layout:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 980px) {
  .layout:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*====================================================*/
/*バースデーコンテンツ=======================================*/
/*====================================================*/
#birthday_cont {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
#birthday_cont > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  z-index: 10;
  margin: 2%;
}
#birthday_cont .birth-title {
  width: 100%;
  height: clamp(15em, 10.152em + 24.24vw, 25em);
  background: url(../img/birth/birth-head.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
#birthday_cont .birth-title h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #EC6B61;
  text-align: center;
  font-weight: 900;
  font-size: clamp(4rem, 3.03rem + 4.85vw, 6rem);
  border-bottom: none;
  padding: 0;
  margin: 0;
  line-height: 1.25;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  top: 10%;
  -webkit-text-stroke: 10px #fff;
  text-stroke: 10px #fff;
  paint-order: stroke;
}
#birthday_cont .birth-title h2:before {
  display: none;
}
#birthday_cont .birth-title h2 {
  /*&:after {
    content: "";
    width: 100%;
    max-width: 116px;
    aspect-ratio: 116 / 58;
    background: url(../img/h1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -10%;
    left: -10%;
    transform: rotate(-20deg);
    @media screen and (max-width: 980px ) and (min-width: 561px ) {width: 30%;}
    @media screen and (max-width: 560px ) {width: 25%;}
  }*/
}
#birthday_cont hr {
  border: none;
  border-top: 5px dotted #F7CDA7;
  margin: 20px auto;
  width: 100%;
  max-width: 980px;
}
#birthday_cont .inner_boxes #celebrate_cont {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../img/birth/birth-cont.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/birth/birth-cont.jpg);
  background-size: contain;
  background-position: top center;
  padding: 2% 0;
  padding-bottom: 10%;
}
#birthday_cont .inner_boxes #celebrate_cont dl {
  position: relative;
}
#birthday_cont .inner_boxes #celebrate_cont dl:after {
  content: "";
  display: block;
  width: 90%;
  aspect-ratio: 150/31;
  background: url(../img/birth/birth-illust3.svg) no-repeat;
  background-size: cover;
  margin: 0 auto;
}
#birthday_cont .inner_boxes #celebrate_cont dl dt {
  position: relative;
}
@media screen and (max-width: 560px ) {
  #birthday_cont .inner_boxes #celebrate_cont dl dt:before {
    content: "";
    width: 30%;
    max-width: 317px;
    aspect-ratio: 317/394;
    background: url(../img/birth/birth-illust1.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #birthday_cont .inner_boxes #celebrate_cont dl dt:after {
    content: "";
    width: 30%;
    max-width: 313px;
    aspect-ratio: 313/358;
    background: url(../img/birth/birth-illust2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#birthday_cont .inner_boxes #celebrate_cont dl dt .birth-image {
  display: block;
  width: 55%;
  aspect-ratio: 1/1;
  border: 3px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
}
@media screen and (max-width: 560px ) {
  #birthday_cont .inner_boxes #celebrate_cont dl dt .birth-image {
    width: 50%;
  }
}
#birthday_cont .inner_boxes #celebrate_cont dl dt .birth-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#birthday_cont .inner_boxes #celebrate_cont dl dd {
  margin-top: -5%;
  text-align: center;
  letter-spacing: 2px;
}
#birthday_cont .inner_boxes #celebrate_cont dl dd div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#birthday_cont .inner_boxes #celebrate_cont dl dd div .date, #birthday_cont .inner_boxes #celebrate_cont dl dd div .name {
  display: block;
  font-weight: 900;
}
#birthday_cont .inner_boxes #celebrate_cont dl dd div .date {
  color: #EC6B61;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke;
}
#birthday_cont .inner_boxes #celebrate_cont dl dd div .date .month, #birthday_cont .inner_boxes #celebrate_cont dl dd div .date .day {
  font-size: 2em;
}
#birthday_cont .inner_boxes #celebrate_cont dl dd div .name {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(2rem, 1.515rem + 2.42vw, 3rem);
  -webkit-text-stroke: 10px #EC6B61;
  text-stroke: 10px #EC6B61;
  paint-order: stroke;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 560px ) {
  #birthday_cont .inner_boxes #celebrate_cont dl dd div .name {
    font-size: 1.8rem;
    -webkit-text-stroke: 8px #EC6B61;
    text-stroke: 8px #EC6B61;
  }
}
#birthday_cont .inner_boxes #celebrate_cont dl dd div .name:before {
  content: "";
  width: 50%;
  max-width: 317px;
  aspect-ratio: 317/394;
  background: url(../img/birth/birth-illust1.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -35%;
}
@media screen and (max-width: 560px ) {
  #birthday_cont .inner_boxes #celebrate_cont dl dd div .name:before {
    display: none;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #birthday_cont .inner_boxes #celebrate_cont dl dd div .name:before {
    width: 35%;
    left: -25%;
  }
}
#birthday_cont .inner_boxes #celebrate_cont dl dd div .name:after {
  content: "";
  width: 50%;
  max-width: 313px;
  aspect-ratio: 313/358;
  background: url(../img/birth/birth-illust2.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -35%;
  z-index: -1;
}
@media screen and (max-width: 560px ) {
  #birthday_cont .inner_boxes #celebrate_cont dl dd div .name:after {
    display: none;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #birthday_cont .inner_boxes #celebrate_cont dl dd div .name:after {
    width: 35%;
    right: -25%;
  }
}
#birthday_cont .inner_boxes #celebrate_cont .comments-box {
  background: #fff;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 2% 0 0;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #birthday_cont .inner_boxes #celebrate_cont .comments-box {
    padding: 2% 2% 0;
  }
}
#birthday_cont .inner_boxes #celebrate_cont .comments-box h3 {
  margin: 0 0 1em;
  padding: 0;
  background: none;
  color: #ED4683;
  text-align: center;
  font-size: 2em;
  font-weight: 900;
}
#birthday_cont .inner_boxes #celebrate_cont .comments-box h3:after {
  display: none;
}
#birthday_cont .inner_boxes #celebrate_cont .comments-box section p {
  color: #7D4D1F;
  font-weight: bold;
  text-align: center;
}
#birthday_cont .inner_boxes #celebrate_cont .comments-box #guardian_cont {
  background: #fff6fa;
  padding: 1em;
  border-radius: 10px;
}
#birthday_cont .inner_boxes #celebrate_cont .comments-box #guardian_cont .from {
  color: #ED4683;
}
#birthday_cont .inner_boxes #celebrate_cont .comments-box #teacher_cont {
  background: #ddf7f9;
  padding: 1em;
  border-radius: 10px;
}
#birthday_cont .inner_boxes #celebrate_cont .comments-box #teacher_cont .from {
  color: #09B0BC;
}
#birthday_cont .inner_boxes #celebrate_cont .comments-box .g_note, #birthday_cont .inner_boxes #celebrate_cont .comments-box .t_note, #birthday_cont .inner_boxes #celebrate_cont .comments-box .from {
  margin: 0;
}

/*====================================================*/
/*バースデーアーカイブ=======================================*/
/*====================================================*/
.birth-archive-wrap {
  background-color: #fff;
  background-image: url(../img/birth/birth-archive.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: auto;
}
.birth-archive-wrap #birth-archive {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5% 0 0;
}
.birth-archive-wrap #birth-archive .cont-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
}
.birth-archive-wrap #birth-archive .cont-title h2 {
  color: #E71947;
  font-weight: 900;
  border: none;
  margin: 0;
  padding: 0;
  font-size: clamp(1rem, -0.66rem + 7.6vw, 4rem);
}
.birth-archive-wrap #birth-archive .cont-title h2:before {
  display: none;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .birth-archive-wrap #birth-archive .cont-title img {
    width: 50%;
  }
}
.birth-archive-wrap #birth-archive .cont-title select {
  max-width: 200px;
  border: none;
  background: #EC6B61;
  color: #fff;
  margin: 5% 0 0;
}

.birthday_wrap {
  width: 100%;
  padding: 5%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../img/birth/birth-cont.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/birth/birth-cont.jpg);
  background-size: contain;
  background-position: top center;
}
.birthday_wrap > img {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .birthday_wrap > img {
    width: 50%;
  }
}
.birthday_wrap .birthday_wrap_inner {
  width: 100%;
  max-width: 1280px;
  margin: 5% auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  gap: 50px 5%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px #f7f7f7;
          box-shadow: 0px 0px 15px 5px #f7f7f7;
  padding: 5% 0;
}
.birthday_wrap .birthday_wrap_inner .birthday_list {
  width: 32%;
  max-width: 300px;
  position: relative;
}
@media (max-width: 999px) {
  .birthday_wrap .birthday_wrap_inner .birthday_list {
    width: 48%;
  }
}
@media screen and (max-width: 560px ) {
  .birthday_wrap .birthday_wrap_inner .birthday_list {
    width: 100%;
    max-width: 400px;
  }
}
.birthday_wrap .birthday_wrap_inner .birthday_list {
  /*@media (min-width: 1000px) {
    &:nth-child(n + 4) {margin-top: 5%;}
  }
  @media (max-width: 999px) {
    width: 49%;

    &:nth-child(n + 3) {
      margin-top: 10%;
    }
  }

  @media (max-width: 631px) {
    width: 100%;
    margin-top: 10%;
  }*/
}
.birthday_wrap .birthday_wrap_inner .birthday_list dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}
.birthday_wrap .birthday_wrap_inner .birthday_list dl:before {
  content: "";
  width: 55%;
  max-width: 150px;
  aspect-ratio: 220/158;
  background: url(../img/birth/thumb-b.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -15%;
  left: 0;
}
@media (min-width: 981px) {
  .birthday_wrap .birthday_wrap_inner .birthday_list dl:before {
    width: calc(55% + 45% * (100vw - 981px) / 219);
  }
}
@media (min-width: 1200px) {
  .birthday_wrap .birthday_wrap_inner .birthday_list dl:before {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .birthday_wrap .birthday_wrap_inner .birthday_list dl:before {
    width: 25%;
    top: -15%;
    left: 25%;
  }
}
.birthday_wrap .birthday_wrap_inner .birthday_list dl .thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  z-index: 1;
}
@media screen and (max-width: 560px ) {
  .birthday_wrap .birthday_wrap_inner .birthday_list dl .thumb {
    width: 50%;
  }
}
.birthday_wrap .birthday_wrap_inner .birthday_list dl .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.birthday_wrap .birthday_wrap_inner .birthday_list dl .title {
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-filter: drop-shadow(0 0 15px rgba(119, 119, 119, 0.5));
          filter: drop-shadow(0 0 15px rgba(119, 119, 119, 0.5));
  width: 100%;
}
@media screen and (max-width: 560px ) {
  .birthday_wrap .birthday_wrap_inner .birthday_list dl .title {
    width: 50%;
  }
}
.birthday_wrap .birthday_wrap_inner .birthday_list dl .title > span {
  display: block;
  text-align: center;
  position: relative;
  padding: 1em;
  color: #fff;
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
.birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 1) .thumb {
  border: 15px solid #EC6B61;
}
@media screen and (max-width: 560px ) {
  .birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 1) .thumb {
    border: 5px solid #EC6B61;
  }
}
.birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 2) .thumb {
  border: 15px solid #61ACEC;
}
@media screen and (max-width: 560px ) {
  .birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 2) .thumb {
    border: 5px solid #61ACEC;
  }
}
.birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 3) .thumb {
  border: 15px solid #F5A100;
}
@media screen and (max-width: 560px ) {
  .birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 3) .thumb {
    border: 5px solid #F5A100;
  }
}
.birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 4) .thumb {
  border: 15px solid #616CEC;
}
@media screen and (max-width: 560px ) {
  .birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 4) .thumb {
    border: 5px solid #616CEC;
  }
}
.birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 1) .title span {
  background: #EC6B61;
}
.birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 2) .title span {
  background: #61ACEC;
}
.birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 3) .title span {
  background: #F5A100;
}
.birthday_wrap .birthday_wrap_inner .birthday_list:nth-of-type(4n + 4) .title span {
  background: #616CEC;
}

#audio_control {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

