header.absolute {
  transform: translateY(-200px);
  transition: background 0.5s, transform 1.2s ease 4.5s;
}
header.absolute.is_active {
  transform: translateY(0);
}

body .talkappibot {
  opacity: 0;
  visibility: hidden;
}
body.talkappibot_fade .talkappibot {
  animation: talkappibot_Fade 1.5s ease 1 forwards 4.8s;
}

@keyframes talkappibot_Fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.mv {
  height: 100vh;
  height: 100svh;
  position: relative;
  opacity: 0;
  animation: MV_FadeIn 1.5s cubic-bezier(0.23, 1, 0.32, 1) 1 forwards 0.2s;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .mv {
    height: 100vh;
  }
}
.mv .text {
  color: #FFF;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.mv .text strong {
  font-weight: 600;
  color: transparent;
  display: block;
}
.mv .text strong span {
  color: #fff;
}
.mv .text strong span:nth-child(1) {
  letter-spacing: 0.15em;
}
.mv .text strong span:nth-child(12) {
  letter-spacing: 0.1em;
}
.mv .text strong span:nth-child(13) {
  letter-spacing: 0.15em;
}
.mv .text strong span:nth-child(18) {
  letter-spacing: 0.2em;
}
.mv .text strong span:nth-child(19) {
  letter-spacing: 0.15em;
}
.mv .text strong span:nth-child(27) {
  letter-spacing: 0.2em;
}
.mv .text strong span:nth-child(28) {
  letter-spacing: 0.02em;
}
.mv .text strong span:nth-child(29) {
  letter-spacing: 0em;
}
.mv .text strong span:nth-child(30) {
  letter-spacing: 0.1em;
}
.mv .text strong span:nth-child(31) {
  letter-spacing: 0em;
}
.mv .text .mv_text_flex {
  display: flex;
  justify-content: center;
  align-content: center;
}
.mv .text .ja {
  font-size: 1.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 0.6em;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 321px) {
  .mv .text .ja {
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
@media print, screen and (min-width: 768px) {
  .mv .text .ja {
    font-size: 3.2rem;
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .text .ja {
    font-size: 4rem;
    margin-bottom: 29px;
  }
}
@media print, screen and (min-width: 1300px) {
  .mv .text .ja {
    font-size: 4.8rem;
    margin-bottom: 30px;
  }
}
.mv .text .eng {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 1.4s;
  transition-delay: 4.2s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: opacity, transform;
  will-change: opacity, transform;
}
@media print, screen and (min-width: 768px) {
  .mv .text .eng {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .text .eng {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .mv .text .eng {
    font-size: 1.7rem;
  }
}
.mv .text .char {
  display: inline-block;
  filter: blur(5px);
  transform: translateX(2.5rem);
  opacity: 0;
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: opacity, transform, filter;
  will-change: opacity, transform, filter;
}
.mv .text.is_active .char {
  filter: blur(0);
  transform: translateX(0);
  opacity: 1;
}
.mv .text.is_active .eng {
  opacity: 1;
  transform: translateY(0);
}
.mv .mv_photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.mv .mv_photo img {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.mv .mv_photo img.first_active {
  transform: scale(1.08);
}
.mv .mv_photo img.is_active {
  animation: mvPhotoZoomDown 8s ease-in 0s forwards;
}
.mv .mv_photo picture:first-child img {
  display: block;
}

@keyframes MV_FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvPhotoZoomDown {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.mv_movie {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  /*&::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
  }*/
}
.mv_movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reserve_search {
  padding: 30px 0;
  background-color: #f7f3ed;
}
@media print, screen and (min-width: 768px) {
  .reserve_search {
    padding: 35px 0;
  }
}

.pickup {
  padding-bottom: 60px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .pickup {
    padding-bottom: 74px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pickup {
    padding-bottom: 87px;
  }
}
@media print, screen and (min-width: 1300px) {
  .pickup {
    padding-bottom: 100px;
  }
}
.pickup .page_inner_l {
  position: relative;
}
.pickup h2 {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .pickup h2 {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media print, screen and (min-width: 1024px) {
  .pickup h2 {
    width: 240px;
  }
}
@media print, screen and (min-width: 1300px) {
  .pickup h2 {
    width: 300px;
  }
}
.pickup h2 span {
  display: block;
}
.pickup h2 .ja {
  font-size: 1.2rem;
  color: #BC9850;
}
@media print, screen and (min-width: 768px) {
  .pickup h2 .ja {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .pickup h2 .ja {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .pickup h2 .ja {
    font-size: 1.5rem;
  }
}
.pickup h2 .eng {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .pickup h2 .eng {
    font-size: 3.4rem;
    line-height: 1.35;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pickup h2 .eng {
    font-size: 3.8rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .pickup h2 .eng {
    font-size: 4.2rem;
  }
}
.pickup .pickup_slide {
  width: calc(100% - 35px);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .pickup .pickup_slide {
    width: calc(100% - 210px);
    margin-left: 240px;
    position: static;
  }
}
@media print, screen and (min-width: 1024px) {
  .pickup .pickup_slide {
    width: calc(100% - 180px);
    margin-left: 240px;
  }
}
@media print, screen and (min-width: 1300px) {
  .pickup .pickup_slide {
    width: calc(100% - 260px + (100vw - 1300px) / 2);
    margin-left: 300px;
  }
}
.pickup .pickup_slide::after {
  content: "";
  width: 30px;
  height: 100%;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 3;
}
.pickup .splide__track {
  overflow: visible;
}
@media print, screen and (min-width: 768px) {
  .pickup .splide__track {
    overflow: hidden;
  }
}
.pickup .splide {
  position: static;
}
.pickup .splide__slide a {
  color: #1C1C1C;
  text-decoration: none;
  display: block;
}
.pickup .splide__slide figure {
  padding-top: 66.76%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.pickup .splide__slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.3s;
}
.pickup .splide__slide p {
  font-size: 1.3rem;
  padding-right: 30px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .pickup .splide__slide p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .pickup .splide__slide p {
    font-size: 1.5rem;
  }
}
.pickup .splide__slide p .arrow {
  line-height: 1;
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.pickup .splide__slide p .arrow::before, .pickup .splide__slide p .arrow::after {
  content: "\e900";
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "icomoon" !important;
  text-align: right;
  line-height: 1;
  width: 100%;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
}
@media print, screen and (min-width: 768px) {
  .pickup .splide__slide p .arrow::before, .pickup .splide__slide p .arrow::after {
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .pickup .splide__slide p .arrow::before, .pickup .splide__slide p .arrow::after {
    font-size: 1rem;
  }
}
.pickup .splide__slide p .arrow::after {
  transform: translateX(-100%);
}
.pickup .splide__slide a[target=_blank]::after {
  content: "";
}
.pickup .splide__slide a[target=_blank] p::after {
  content: "\e901";
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "icomoon" !important;
  color: #BC9850;
  line-height: 1;
  display: inline-block;
  transform: translateY(-1px);
}
@media print, screen and (min-width: 768px) {
  .pickup .splide__slide a[target=_blank] p::after {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .pickup .splide__slide a[target=_blank] p::after {
    font-size: 1.3rem;
  }
}
.pickup .splide__slide a:hover figure img {
  transform: scale(1.05);
}
.pickup .splide__slide a:hover p .arrow::before {
  animation-name: arrowRightLeft;
  animation-delay: 0s;
}
.pickup .splide__slide a:hover p .arrow::after {
  animation-name: arrowLeftRight;
  animation-delay: 0.2s;
}
.pickup .splide__arrows {
  display: none;
  padding-left: 10px;
  position: absolute;
  top: 73%;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .pickup .splide__arrows {
    display: block;
  }
}
.pickup .splide__arrows .splide__arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-top: 1px solid #224E45;
  border-right: 1px solid #224E45;
  background-color: transparent;
  transition: transform 0.3s, opacity 0.3s;
}
.pickup .splide__arrows .splide__arrow svg {
  display: none;
}
.pickup .splide__arrows .splide__arrow--prev {
  margin-right: 30px;
  transform: rotate(-135deg);
}
@media print, screen and (min-width: 768px) {
  .pickup .splide__arrows .splide__arrow--prev:hover {
    transform: translateX(-5px) rotate(-135deg);
    opacity: 0.7;
  }
}
.pickup .splide__arrows .splide__arrow--next {
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .pickup .splide__arrows .splide__arrow--next:hover {
    transform: translateX(5px) rotate(45deg);
    opacity: 0.7;
  }
}

.about {
  text-align: center;
  padding: 130px 0 40px 0;
  background: url(../img/top/about_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .about {
    padding: 130px 0 55px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .about {
    padding: 130px 0 70px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .about {
    padding: 130px 0 80px 0;
  }
}
.about .page_inner_l {
  position: relative;
}
.about h2,
.about p {
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .about h2,
  .about p {
    letter-spacing: 0;
  }
}
.about h2 {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 321px) {
  .about h2 {
    font-size: 1.9rem;
    letter-spacing: 0.02em;
  }
}
@media print, screen and (min-width: 768px) {
  .about h2 {
    font-size: 2.8rem;
    line-height: 1.69;
    letter-spacing: 0.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .about h2 {
    font-size: 3.7rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .about h2 {
    font-size: 4.6rem;
  }
}
.about p {
  font-size: 1.3rem;
  text-align: left;
  line-height: 2.5;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .about p {
    font-size: 1.5rem;
    text-align: center;
    display: block;
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about p {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1300px) {
  .about p {
    font-size: 1.8rem;
    margin-bottom: 65px;
  }
}
.about .map {
  width: 150%;
  max-width: 490px;
  position: absolute;
  top: -50px;
  right: -60%;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .about .map {
    width: 64.2%;
    max-width: 835px;
    top: -50px;
    right: -17.6%;
  }
}
@media print, screen and (min-width: 1024px) {
  .about .map {
    top: -60px;
  }
}
@media print, screen and (min-width: 1300px) {
  .about .map {
    top: -70px;
  }
}
.about .img_ticker {
  white-space: nowrap;
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about .img_ticker_inner {
  display: flex;
  align-items: flex-start;
}
.about .img_ticker_inner img {
  flex-shrink: 0;
  margin-right: 8%;
}
@media print, screen and (min-width: 768px) {
  .about .img_ticker_inner img {
    margin-right: 4.4%;
  }
}
.about .img_ticker_inner img:nth-child(6n+1) {
  width: 30.66%;
  margin-top: 9.86%;
}
@media print, screen and (min-width: 768px) {
  .about .img_ticker_inner img:nth-child(6n+1) {
    width: 12.86%;
    margin-top: 4.13%;
  }
}
.about .img_ticker_inner img:nth-child(6n+2) {
  width: 44.8%;
  margin-top: 30.6%;
}
@media print, screen and (min-width: 768px) {
  .about .img_ticker_inner img:nth-child(6n+2) {
    width: 18.86%;
    margin-top: 11.46%;
  }
}
.about .img_ticker_inner img:nth-child(6n+3) {
  width: 36.53%;
}
@media print, screen and (min-width: 768px) {
  .about .img_ticker_inner img:nth-child(6n+3) {
    width: 15.4%;
  }
}
.about .img_ticker_inner img:nth-child(6n+4) {
  width: 40%;
  margin-top: 33.86%;
}
@media print, screen and (min-width: 768px) {
  .about .img_ticker_inner img:nth-child(6n+4) {
    width: 16.86%;
    margin-top: 13%;
  }
}
.about .img_ticker_inner img:nth-child(6n+5) {
  width: 30.66%;
  margin-top: 9.86%;
}
@media print, screen and (min-width: 768px) {
  .about .img_ticker_inner img:nth-child(6n+5) {
    width: 12.86%;
    margin-top: 4.13%;
  }
}
.about .img_ticker_inner img:nth-child(6n) {
  width: 44.8%;
  margin-top: 30.6%;
}
@media print, screen and (min-width: 768px) {
  .about .img_ticker_inner img:nth-child(6n) {
    width: 18.86%;
    margin-top: 8.4%;
  }
}
.about .img_ticker.is_active .img_ticker_inner {
  animation: ticker 25s linear infinite;
}
@media print, screen and (min-width: 768px) {
  .about .img_ticker.is_active .img_ticker_inner {
    animation: ticker 70s linear infinite;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.features {
  padding: 70px 0 0 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .features {
    padding: 95px 0 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .features {
    padding: 115px 0 0 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .features {
    padding: 135px 0 0 0;
  }
}
.features h2 {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .features h2 {
    margin-bottom: 68px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features h2 {
    margin-bottom: 72px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features h2 {
    margin-bottom: 75px;
  }
}
.features h2 span {
  display: block;
}
.features h2 .ja {
  font-size: 1.3rem;
  font-weight: 600;
  color: #BC9850;
  line-height: 1.66;
}
@media print, screen and (min-width: 768px) {
  .features h2 .ja {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .features h2 .ja {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .features h2 .ja {
    font-size: 1.8rem;
  }
}
.features h2 .eng {
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .features h2 .eng {
    font-size: 5rem;
    margin-bottom: 2px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features h2 .eng {
    font-size: 6.2rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .features h2 .eng {
    font-size: 7.4rem;
  }
}

.features_head {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .features_head {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_head {
    margin-bottom: 105px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_head {
    margin-bottom: 130px;
  }
}
.features_head .features_head_photo {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .features_head .features_head_photo {
    width: 54.6%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.features_head .features_head_photo img {
  width: calc(100% + 60px);
  max-width: initial;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .features_head .features_head_photo img {
    width: 114%;
  }
}
.features_head h3 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #224E45;
  line-height: 1.62;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .features_head h3 {
    font-size: 2.8rem;
    line-height: 1.52;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_head h3 {
    font-size: 3.4rem;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_head h3 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}

.features_head_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.features_head_flex .blockname {
  font-size: 5rem;
  color: #BC9850;
  line-height: 1;
  letter-spacing: 0.04em;
  opacity: 0.12;
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .features_head_flex .blockname {
    font-size: 7.5rem;
    letter-spacing: 0.02em;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_head_flex .blockname {
    font-size: 10.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_head_flex .blockname {
    font-size: 13.1rem;
  }
}
.features_head_flex .blockname span {
  display: block;
}

.features_head_text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .features_head_text {
    width: 38.4%;
    margin-left: auto;
  }
}
.features_head_text .text {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .features_head_text .text {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 29px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_head_text .text {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_head_text .text {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
}
.features_head_text .border_arrow_link:not(:last-child) {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .features_head_text .border_arrow_link:not(:last-child) {
    margin-bottom: 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_head_text .border_arrow_link:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_head_text .border_arrow_link:not(:last-child) {
    margin-bottom: 20px;
  }
}

.features_photo .bg_green {
  padding: 45px 0 50px 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .features_photo .bg_green {
    padding: 60px 0 60px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_photo .bg_green {
    padding: 70px 0 70px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_photo .bg_green {
    padding: 80px 0;
  }
}
.features_photo .bg_green::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #224E45;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
}
.features_photo h4 {
  font-size: 1.9rem;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .features_photo h4 {
    font-size: 2.5rem;
    line-height: 1.69;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_photo h4 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_photo h4 {
    font-size: 3.6rem;
  }
}
.features_photo .features_slide {
  color: #FFF;
  width: calc(100% + 30px);
  padding: 0;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide {
    padding: 0 0 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_photo .features_slide {
    width: calc(100% + 35px);
    padding: 0 0 0 50px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_photo .features_slide {
    width: calc(100% + 40px);
    padding: 0 0 0 70px;
  }
}
@media print, screen and (min-width: 1380px) {
  .features_photo .features_slide {
    width: calc(100% + (100vw - 1300px) / 2);
  }
}
.features_photo .features_slide a {
  color: #FFF;
  text-decoration: none;
  display: block;
}
.features_photo .features_slide figure {
  margin-bottom: 15px;
  overflow: hidden;
}
.features_photo .features_slide figure img {
  width: 100%;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide a:hover figure img {
    transform: scale(1.05);
  }
}
.features_photo .features_slide .splide__track {
  padding-top: 25px;
  padding-left: 30px !important;
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .splide__track {
    padding-top: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_photo .features_slide .splide__track {
    padding-top: 39px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_photo .features_slide .splide__track {
    padding-top: 45px;
  }
}
.features_photo .features_slide .splide__slide {
  width: calc(100% - 60px) !important;
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .splide__slide {
    width: calc((100% - 60px) * 0.415) !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_photo .features_slide .splide__slide {
    width: calc((100% - 80px) * 0.415) !important;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_photo .features_slide .splide__slide {
    width: calc((100% - 100px) * 0.415) !important;
  }
}
.features_photo .features_slide .pager_wrap {
  text-align: center;
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .pager_wrap {
    margin-left: -44px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_photo .features_slide .pager_wrap {
    margin-left: -57px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_photo .features_slide .pager_wrap {
    margin-left: -70px;
  }
}
.features_photo .features_slide .pager_wrap_inner {
  display: inline-block;
  position: relative;
}
.features_photo .features_slide .splide__pagination li {
  margin: 0 6px;
}
@media print, screen and (min-width: 1024px) {
  .features_photo .features_slide .splide__pagination li {
    margin: 0 7px;
  }
}
.features_photo .features_slide .splide__pagination button {
  width: 30px;
  height: 2px;
  display: block;
  background-color: #FFF;
  opacity: 0.4;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .splide__pagination button {
    width: 37px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_photo .features_slide .splide__pagination button {
    width: 43px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_photo .features_slide .splide__pagination button {
    width: 49px;
  }
}
.features_photo .features_slide .splide__pagination button.is-active {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .splide__pagination button:hover {
    opacity: 1;
  }
}
.features_photo .features_slide .splide__arrow {
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: opacity 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .splide__arrow {
    width: 9px;
    height: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_photo .features_slide .splide__arrow {
    width: 12px;
    height: 24px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_photo .features_slide .splide__arrow {
    width: 14px;
    height: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .splide__arrow:hover {
    opacity: 0.7;
  }
}
.features_photo .features_slide .splide__arrow svg {
  display: none;
}
.features_photo .features_slide .splide__arrow--prev {
  background: url(../img/top/slidearrow_prev_sp.svg) no-repeat center center;
  background-size: 100% 100%;
  left: -30px;
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .splide__arrow--prev {
    background: url(../img/top/slidearrow_prev.svg) no-repeat center center;
    background-size: 100% 100%;
    left: -30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_photo .features_slide .splide__arrow--prev {
    left: -40px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_photo .features_slide .splide__arrow--prev {
    left: -50px;
  }
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .splide__arrow--prev:hover {
    transform: translate(-3px, -50%);
  }
}
.features_photo .features_slide .splide__arrow--next {
  background: url(../img/top/slidearrow_next_sp.svg) no-repeat center center;
  background-size: 100% 100%;
  right: -30px;
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .splide__arrow--next {
    background: url(../img/top/slidearrow_next.svg) no-repeat center center;
    background-size: 100% 100%;
    right: -30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .features_photo .features_slide .splide__arrow--next {
    right: -40px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_photo .features_slide .splide__arrow--next {
    right: -50px;
  }
}
@media print, screen and (min-width: 768px) {
  .features_photo .features_slide .splide__arrow--next:hover {
    transform: translate(3px, -50%);
  }
}

.space_border {
  width: 1px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .space_border {
    height: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .space_border {
    height: 100px;
  }
}
@media print, screen and (min-width: 1300px) {
  .space_border {
    height: 120px;
  }
}
.space_border::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#BC9850, #BC9850);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-100%);
}
.space_border.is_active::after {
  animation: Space_border 1s ease 1 forwards 0s;
}

@keyframes Space_border {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.rooms .space_border {
  margin: 45px auto 75px auto;
}
@media print, screen and (min-width: 768px) {
  .rooms .space_border {
    margin: 60px auto 100px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .space_border {
    margin: 70px auto 125px auto;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .space_border {
    margin: 80px auto 150px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .rooms .features_head figure img {
    left: -14%;
  }
}
.rooms .features_head .blockname {
  top: -25px;
  right: -7%;
}
@media print, screen and (min-width: 768px) {
  .rooms .features_head .blockname {
    top: -45px;
    right: -3%;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .features_head .blockname {
    top: -55px;
    right: -3%;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .features_head .blockname {
    top: -65px;
    right: -6.5%;
  }
}
.rooms .features_photo {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .rooms .features_photo {
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .features_photo {
    margin-bottom: 67px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .features_photo {
    margin-bottom: 80px;
  }
}
.rooms .features_photo h4 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .rooms .features_photo h4 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .features_photo h4 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .features_photo h4 {
    margin-bottom: 45px;
  }
}
.rooms .features_slide figure {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .rooms .features_slide figure {
    margin-bottom: 15px;
  }
}
.rooms .features_slide p {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .rooms .features_slide p {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .features_slide p {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .features_slide p {
    font-size: 1.6rem;
  }
}
.rooms .features_slide h5 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: inline-block;
}
@media print, screen and (min-width: 321px) {
  .rooms .features_slide h5 {
    letter-spacing: 0.04em;
  }
}
@media print, screen and (min-width: 768px) {
  .rooms .features_slide h5 {
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .features_slide h5 {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .features_slide h5 {
    font-size: 2.6rem;
  }
}
.rooms .features_slide h5 span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.rooms .features_slide h5 span::before, .rooms .features_slide h5 span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.rooms .features_slide h5 span::before {
  left: 0;
  transition: left 0.3s;
}
.rooms .features_slide h5 span::after {
  left: -100%;
  transition: left 0.3s 0.3s;
}
@media print, screen and (min-width: 768px) {
  .rooms .features_slide a:hover h5 span::before {
    left: 100%;
  }
  .rooms .features_slide a:hover h5 span::after {
    left: 0;
  }
}
.rooms .features_slide .num {
  font-size: 4.6rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.02em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(-20px, -23px);
}
@media print, screen and (min-width: 768px) {
  .rooms .features_slide .num {
    font-size: 5.5rem;
    transform: translate(-20px, -25px);
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .features_slide .num {
    font-size: 7rem;
    transform: translate(-25px, -35px);
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .features_slide .num {
    font-size: 8.6rem;
    transform: translate(-30px, -45px);
  }
}
.rooms .features_slide .pager_wrap {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .rooms .features_slide .pager_wrap {
    margin-top: 37px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .features_slide .pager_wrap {
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .features_slide .pager_wrap {
    margin-top: 50px;
  }
}
.rooms .eco_cleaning a {
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .rooms .eco_cleaning a {
    width: 69.2%;
  }
}
.rooms .eco_cleaning a img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .rooms .eco_cleaning a:hover {
    opacity: 0.8;
  }
}

.hotsprings .space_border {
  margin: 50px auto 60px auto;
}
@media print, screen and (min-width: 768px) {
  .hotsprings .space_border {
    margin: 60px auto 90px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .hotsprings .space_border {
    margin: 70px auto 120px auto;
  }
}
@media print, screen and (min-width: 1300px) {
  .hotsprings .space_border {
    margin: 80px auto 150px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .hotsprings .features_head figure {
    order: 1;
    margin-left: auto;
  }
}
.hotsprings .features_head .blockname {
  white-space: nowrap;
  top: -35px;
  left: -7%;
}
@media print, screen and (min-width: 768px) {
  .hotsprings .features_head .blockname {
    top: -70px;
    left: -3%;
  }
}
@media print, screen and (min-width: 1024px) {
  .hotsprings .features_head .blockname {
    top: -75px;
    left: -3%;
  }
}
@media print, screen and (min-width: 1300px) {
  .hotsprings .features_head .blockname {
    top: -95px;
    left: -8%;
  }
}
.hotsprings .features_head .features_head_text {
  margin-left: 0;
}
.hotsprings .features_slide p {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .hotsprings .features_slide p {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .hotsprings .features_slide p {
    font-size: 1.6rem;
  }
}
.hotsprings .features_slide .pager_wrap {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .hotsprings .features_slide .pager_wrap {
    margin-top: 27px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hotsprings .features_slide .pager_wrap {
    margin-top: 34px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hotsprings .features_slide .pager_wrap {
    margin-top: 40px;
  }
}

.restaurant {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .restaurant {
    margin-bottom: 85px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant {
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant {
    margin-bottom: 135px;
  }
}
.restaurant .features_head {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .features_head {
    margin-bottom: 68px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .features_head {
    margin-bottom: 86px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .features_head {
    margin-bottom: 103px;
  }
}
@media print, screen and (min-width: 768px) {
  .restaurant .features_head figure img {
    left: -14%;
  }
}
.restaurant .features_head .blockname {
  white-space: nowrap;
  top: -25px;
  left: -6.5%;
}
@media print, screen and (min-width: 768px) {
  .restaurant .features_head .blockname {
    top: -50px;
    left: auto;
    right: -3%;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .features_head .blockname {
    top: -70px;
    right: -4%;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .features_head .blockname {
    top: -85px;
    right: -8%;
  }
}
.restaurant .breakfast {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.restaurant .breakfast .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .restaurant .breakfast .text {
    display: block;
    flex: 1;
    order: 0;
    margin-right: 30px;
  }
}
.restaurant .breakfast .text p {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .breakfast .text p {
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .breakfast .text p {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .breakfast .text p {
    font-size: 2.5rem;
  }
}
.restaurant .breakfast .text p span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #224E45;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .restaurant .breakfast .text p span {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .breakfast .text p span {
    font-size: 3.1rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .breakfast .text p span {
    font-size: 3.6rem;
  }
}
.restaurant .breakfast .text .border_arrow_link {
  width: 100%;
}
.restaurant .breakfast figure {
  width: 100%;
  margin-bottom: 17px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .breakfast figure {
    width: 52%;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.restaurant .breakfast figure img {
  width: 100%;
}

.access {
  padding: 65px 0 0 0;
  margin-bottom: 65px;
}
@media print, screen and (min-width: 768px) {
  .access {
    padding: 75px 0;
    margin-bottom: 85px;
  }
}
@media print, screen and (min-width: 1024px) {
  .access {
    padding: 85px 0;
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 1300px) {
  .access {
    padding: 95px 0;
    margin-bottom: 135px;
  }
}
.access .access_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 1024px) {
  .access .access_flex {
    align-items: flex-start;
  }
}
.access .text {
  width: 100%;
  flex: 1;
  margin-bottom: 44px;
}
@media print, screen and (min-width: 768px) {
  .access .text {
    padding-top: 10px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .access .text {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 1300px) {
  .access .text {
    padding-top: 30px;
  }
}
.access .text h2 {
  color: #FFF;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .access .text h2 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .access .text h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1300px) {
  .access .text h2 {
    margin-bottom: 50px;
  }
}
.access .text h2 .ja,
.access .text h2 .eng {
  display: block;
}
.access .text h2 .ja {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.66;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .access .text h2 .ja {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .access .text h2 .ja {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .access .text h2 .ja {
    font-size: 1.8rem;
  }
}
.access .text h2 .eng {
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .access .text h2 .eng {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .access .text h2 .eng {
    font-size: 6.2rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .access .text h2 .eng {
    font-size: 7.4rem;
  }
}
.access .text p {
  font-size: 1.7rem;
  font-weight: 600;
  color: #FFF;
  line-height: 1.9;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .access .text p {
    font-size: 1.9rem;
    line-height: 2.1;
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1024px) {
  .access .text p {
    font-size: 2.2rem;
    line-height: 2.3;
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 1300px) {
  .access .text p {
    font-size: 2.4rem;
    line-height: 2.54;
    margin-bottom: 50px;
  }
}
.access .text .border_arrow_link:not(:last-child) {
  margin-bottom: 17px;
}
@media print, screen and (min-width: 768px) {
  .access .text .border_arrow_link:not(:last-child) {
    margin-bottom: 20px;
  }
}
.access figure {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .access figure {
    width: 48%;
    max-width: 580px;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .access figure {
    width: 44.61%;
  }
}
.access figure img {
  max-width: initial;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media print, screen and (min-width: 321px) {
  .access figure img {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media print, screen and (min-width: 768px) {
  .access figure img {
    width: 100%;
    margin-left: 0;
  }
}

.news {
  padding: 60px 0;
}
@media print, screen and (min-width: 768px) {
  .news {
    padding: 74px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .news {
    padding: 87px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .news {
    padding: 100px 0;
  }
}
.news .news_flex {
  display: flex;
  flex-wrap: wrap;
}
.news .border_arrow_link.sp_tab {
  margin: 40px auto 0 auto;
}

.news_head {
  width: 100%;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 1024px) {
  .news_head {
    width: 170px;
    margin-right: 70px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .news_head {
    width: 182px;
    margin-right: 118px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news_head h2 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news_head h2 {
    margin-bottom: 73px;
  }
}
.news_head h2 span {
  display: block;
}
.news_head h2 .ja {
  font-size: 1.2rem;
  font-weight: 600;
  color: #BC9850;
  line-height: 1.66;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .news_head h2 .ja {
    font-size: 1.3rem;
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news_head h2 .ja {
    font-size: 1.4rem;
    margin-top: 7px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news_head h2 .ja {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.news_head h2 .eng {
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .news_head h2 .eng {
    font-size: 3.9rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .news_head h2 .eng {
    font-size: 4.8rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .news_head h2 .eng {
    font-size: 5.7rem;
  }
}
.news_head .border_arrow_link {
  transition: color 0.3s, background-size 0.3s;
}
.news_head .border_arrow_link::after {
  transition: color 0.3s, transform 0.3s;
}

.news_content {
  width: 100%;
  flex: 1;
  margin-left: auto;
}
.news_content .catery_tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .news_content .catery_tab {
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media print, screen and (min-width: 1024px) {
  .news_content .catery_tab {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news_content .catery_tab {
    margin-bottom: 48px;
  }
}
.news_content .catery_tab button {
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 18px;
  background-color: transparent;
  transition: color 0.3s, font-weight 0.3s;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .news_content .catery_tab button {
    font-size: 1.4rem;
    height: 60px;
    flex: 1;
    padding: 0 5px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .news_content .catery_tab button:nth-child(n+6) {
    flex: 1.5;
  }
}
@media print, screen and (min-width: 1300px) {
  .news_content .catery_tab button:nth-child(n+6) {
    flex: 1;
  }
}
.news_content .catery_tab button:not(:last-child) {
  margin-right: 15px;
}
@media print, screen and (min-width: 768px) {
  .news_content .catery_tab button:not(:last-child) {
    margin-right: 0;
  }
}
.news_content .catery_tab button br {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .news_content .catery_tab button br {
    display: block;
  }
}
.news_content .catery_tab button::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #224E45;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .news_content .catery_tab button:hover {
    font-weight: bold;
    color: #224E45;
  }
  .news_content .catery_tab button:hover::after {
    opacity: 1;
  }
}
.news_content .catery_tab button.active {
  font-weight: bold;
  color: #224E45;
}
.news_content .catery_tab button.active::after {
  opacity: 1;
}
.news_content .news_list_wrap {
  max-height: 537px;
  padding-right: 15px;
  overflow: auto;
}
@media print, screen and (min-width: 768px) {
  .news_content .news_list_wrap {
    max-height: 510px;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news_content .news_list_wrap {
    max-height: 535px;
    padding-right: 35px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news_content .news_list_wrap {
    max-height: 557px;
    padding-right: 45px;
  }
}
.news_content .news_list_wrap::-webkit-scrollbar {
  width: 3px;
}
.news_content .news_list_wrap::-webkit-scrollbar-track {
  background-color: #f0e7db;
}
.news_content .news_list_wrap::-webkit-scrollbar-thumb {
  background-color: #224E45;
  border-radius: 5px;
}
.news_content .news_list_wrap .news_list {
  display: none;
}
.news_content .news_list_wrap .news_list:first-child {
  display: block;
}
.news_content .news_list_wrap li {
  border-bottom: 1px solid #D9D9D9;
}
.news_content .news_list_wrap li a {
  font-weight: normal;
  color: #1C1C1C;
  text-decoration: none;
  display: block;
  padding: 18px 0;
  background-image: linear-gradient(#f0e7db, #f0e7db);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  transition: background-size 0.5s;
}
@media print, screen and (min-width: 768px) {
  .news_content .news_list_wrap li a {
    padding: 19px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .news_content .news_list_wrap li a {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .news_content .news_list_wrap li a:hover {
    background-position: bottom left;
    background-size: 100% 100%;
  }
}
.news_content .news_list_wrap li .date_category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .news_content .news_list_wrap li .date_category {
    margin-bottom: 9px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news_content .news_list_wrap li .date_category {
    margin-bottom: 10px;
  }
}
.news_content .news_list_wrap li .date {
  font-size: 1.4rem;
  color: #838383;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 321px) {
  .news_content .news_list_wrap li .date {
    width: auto;
    margin-bottom: 0;
  }
}
.news_content .news_list_wrap li .category {
  font-size: 1.2rem;
  color: #FFF;
  padding: 1px 6px 2px 6px;
  background-color: #224E45;
}
@media print, screen and (min-width: 768px) {
  .news_content .news_list_wrap li .category {
    font-size: 1.3rem;
    padding: 2px 8px 3px 8px;
  }
}
.news_content .news_list_wrap li .category:not(:last-child) {
  margin-right: 10px;
}
.news_content .news_list_wrap li .category.important_notice {
  background-color: #AC001A;
}

.infomation h2 {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .infomation h2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .infomation h2 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1300px) {
  .infomation h2 {
    margin-bottom: 70px;
  }
}
.infomation h2 span {
  display: block;
}
.infomation h2 .ja {
  font-size: 1.3rem;
  font-weight: 600;
  color: #BC9850;
  line-height: 1.66;
  margin-top: 3px;
}
@media print, screen and (min-width: 768px) {
  .infomation h2 .ja {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .infomation h2 .ja {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .infomation h2 .ja {
    font-size: 1.8rem;
  }
}
.infomation h2 .eng {
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .infomation h2 .eng {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .infomation h2 .eng {
    font-size: 6.2rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .infomation h2 .eng {
    font-size: 7.4rem;
  }
}

.infomation_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
@media print, screen and (min-width: 768px) {
  .infomation_flex {
    gap: 3px;
  }
}

.infomation_content {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .infomation_content {
    flex: 1;
  }
}
.infomation_content a {
  color: #FFF;
  text-decoration: none;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding: 35px 30px 30px 30px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .infomation_content a {
    height: 400px;
    padding: 50px 30px 44px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .infomation_content a {
    height: 500px;
    padding: 70px 35px 57px 35px;
  }
}
@media print, screen and (min-width: 1300px) {
  .infomation_content a {
    height: 580px;
    padding: 90px 35px 70px 35px;
  }
}
.infomation_content a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s;
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .infomation_content a::after {
    opacity: 0.47;
  }
}
.infomation_content h3,
.infomation_content p {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}
.infomation_content h3 span {
  display: block;
}
.infomation_content h3 .ja {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  margin-top: 3px;
}
@media print, screen and (min-width: 768px) {
  .infomation_content h3 .ja {
    font-size: 1.6rem;
    margin-top: 9px;
  }
}
@media print, screen and (min-width: 1024px) {
  .infomation_content h3 .ja {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .infomation_content h3 .ja {
    font-size: 2rem;
  }
}
.infomation_content h3 .eng {
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .infomation_content h3 .eng {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .infomation_content h3 .eng {
    font-size: 4.3rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .infomation_content h3 .eng {
    font-size: 5rem;
  }
}
.infomation_content p {
  padding-right: 30px;
  margin-top: auto;
}
@media print, screen and (min-width: 768px) {
  .infomation_content p {
    padding-right: 34px;
  }
}
@media print, screen and (min-width: 1024px) {
  .infomation_content p {
    padding-right: 37px;
  }
}
@media print, screen and (min-width: 1300px) {
  .infomation_content p {
    padding-right: 40px;
  }
}
.infomation_content p br {
  display: none;
}
@media print, screen and (min-width: 1300px) {
  .infomation_content p br {
    display: block;
  }
}
.infomation_content p .arrow {
  width: 20px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .infomation_content p .arrow {
    width: 23px;
    height: 14px;
  }
}
@media print, screen and (min-width: 1024px) {
  .infomation_content p .arrow {
    width: 26px;
    height: 16px;
  }
}
@media print, screen and (min-width: 1300px) {
  .infomation_content p .arrow {
    width: 28px;
    height: 17px;
  }
}
.infomation_content p .arrow::before, .infomation_content p .arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/top/infomation_arrow.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
}
.infomation_content p .arrow::after {
  transform: translateX(-100%);
}
.infomation_content figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.infomation_content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .infomation_content a:hover::after {
    opacity: 0.3;
  }
  .infomation_content a:hover p .arrow::before {
    animation-name: arrowRightLeft;
    animation-delay: 0s;
  }
  .infomation_content a:hover p .arrow::after {
    animation-name: arrowLeftRight;
    animation-delay: 0.2s;
  }
  .infomation_content a:hover figure img {
    transform: scale(1.05);
  }
}

@keyframes arrowRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes arrowLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.members {
  padding: 60px 0;
  background: url(../img/top/members_bg.jpg?2025062401) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .members {
    padding: 74px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .members {
    padding: 87px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .members {
    padding: 100px 0;
  }
}

.members_wrap {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media print, screen and (min-width: 768px) {
  .members_wrap {
    width: 100%;
  }
}

.members_bg_top {
  height: 30px;
  background-image: url(../img/top/members_top_left_bdr_sp.png), url(../img/top/members_top_right_bdr_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 30px auto, 30px auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .members_bg_top {
    height: 73px;
    background-image: url(../img/top/members_top_left_bdr.png), url(../img/top/members_top_right_bdr.png);
    background-size: 73px auto, 73px auto;
  }
}
.members_bg_top::before, .members_bg_top::after {
  content: "";
  width: calc(100% - 60px);
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .members_bg_top::before, .members_bg_top::after {
    width: calc(100% - 146px);
  }
}
.members_bg_top::before {
  height: 30px;
  background-color: #FFF;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .members_bg_top::before {
    height: 73px;
  }
}
.members_bg_top::after {
  height: 1px;
  background-color: #BC9850;
  top: 14px;
}
@media print, screen and (min-width: 768px) {
  .members_bg_top::after {
    top: 19px;
  }
}

.members_bg_bottom {
  height: 30px;
  background-image: url(../img/top/members_bottom_left_bdr_sp.png), url(../img/top/members_bottom_right_bdr_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: 30px auto, 30px auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .members_bg_bottom {
    height: 73px;
    background-image: url(../img/top/members_bottom_left_bdr.png), url(../img/top/members_bottom_right_bdr.png);
    background-size: 73px auto, 73px auto;
  }
}
.members_bg_bottom::before, .members_bg_bottom::after {
  content: "";
  width: calc(100% - 60px);
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .members_bg_bottom::before, .members_bg_bottom::after {
    width: calc(100% - 146px);
  }
}
.members_bg_bottom::before {
  height: 30px;
  background-color: #FFF;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .members_bg_bottom::before {
    height: 73px;
  }
}
.members_bg_bottom::after {
  height: 1px;
  background-color: #BC9850;
  bottom: 14px;
}
@media print, screen and (min-width: 768px) {
  .members_bg_bottom::after {
    bottom: 19px;
  }
}

.members_wrap_inner {
  padding: 20px 30px;
  background-color: #FFF;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .members_wrap_inner {
    padding: 20px 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .members_wrap_inner {
    padding: 20px 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_wrap_inner {
    padding: 20px 65px;
  }
}
@media print, screen and (min-width: 1300px) {
  .members_wrap_inner {
    padding: 20px 75px;
  }
}
.members_wrap_inner::before, .members_wrap_inner::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #BC9850;
  position: absolute;
  top: 0;
  z-index: 1;
}
.members_wrap_inner::before {
  left: 14px;
}
@media print, screen and (min-width: 768px) {
  .members_wrap_inner::before {
    left: 19px;
  }
}
.members_wrap_inner::after {
  right: 14px;
}
@media print, screen and (min-width: 768px) {
  .members_wrap_inner::after {
    right: 19px;
  }
}

.members_content {
  max-width: 900px;
  margin: 0 auto;
}
.members_content h2 {
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 321px) {
  .members_content h2 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .members_content h2 {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_content h2 {
    font-size: 1.7rem;
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1300px) {
  .members_content h2 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
.members_content h2 br {
  display: block;
}
@media print, screen and (min-width: 1300px) {
  .members_content h2 br {
    display: none;
  }
}
.members_content h2 span {
  font-size: 1.9rem;
  font-weight: 600;
  background-image: linear-gradient(#1C1C1C, #1C1C1C);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  line-height: 1.8;
  display: inline;
  padding-top: 10px;
  transition: background-size 1.4s;
}
@media print, screen and (min-width: 768px) {
  .members_content h2 span {
    font-size: 2.3rem;
    line-height: 1.5;
    padding-top: 15px;
    text-underline-offset: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_content h2 span {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .members_content h2 span {
    font-size: 3.1rem;
    padding-top: 0;
    margin-left: 20px;
  }
}
.members_content h2 span.is_active {
  background-position: bottom left;
  background-size: 100% 1px;
}
.members_content ol {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .members_content ol {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .members_content ol li {
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
  }
}
.members_content ol li:not(:last-child) {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .members_content ol li:not(:last-child) {
    margin-bottom: 0;
  }
}
.members_content ol dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.members_content ol dl dt {
  font-size: 1.6rem;
  letter-spacing: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .members_content ol dl dt {
    font-size: 1.7rem;
    width: auto;
    display: block;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_content ol dl dt {
    font-size: 1.8rem;
    margin-right: 45px;
  }
}
@media print, screen and (min-width: 1300px) {
  .members_content ol dl dt {
    font-size: 1.9rem;
    margin-right: 60px;
  }
}
.members_content ol dl dt::before, .members_content ol dl dt::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  flex: 1;
  background-color: #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .members_content ol dl dt::before, .members_content ol dl dt::after {
    content: none;
  }
}
.members_content ol dl dt::before {
  margin-right: 30px;
}
.members_content ol dl dt::after {
  margin-left: 30px;
}
.members_content ol dl dt span {
  font-size: 3.7rem;
  font-weight: 500;
  font-style: italic;
  color: #BC9850;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-left: 5px;
}
@media print, screen and (min-width: 768px) {
  .members_content ol dl dt span {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_content ol dl dt span {
    font-size: 4.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .members_content ol dl dt span {
    font-size: 5rem;
  }
}
.members_content ol dl dd {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  max-width: 718px;
  flex: 1;
  margin-left: auto;
}
@media print, screen and (min-width: 321px) {
  .members_content ol dl dd {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .members_content ol dl dd {
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_content ol dl dd {
    font-size: 1.5rem;
  }
}
.members_content ol dl dd span {
  font-size: 1.9rem;
  font-weight: 600;
  color: #224E45;
  line-height: 1.42;
  display: block;
  margin-top: 3px;
}
@media print, screen and (min-width: 321px) {
  .members_content ol dl dd span {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .members_content ol dl dd span {
    font-size: 2.6rem;
    line-height: 1.6;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_content ol dl dd span {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .members_content ol dl dd span {
    font-size: 3.4rem;
  }
}
.members_content ol dl dd span sup {
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .members_content ol dl dd span sup {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_content ol dl dd span sup {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .members_content ol dl dd span sup {
    font-size: 1.8rem;
  }
}
.members_content .reserve {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 12px 40px 12px 20px;
  margin-bottom: 24px;
  border: 1px solid #BC9850;
  background-color: #BC9850;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  position: relative;
  transition: color 0.6s, background-size 0.6s;
}
@media print, screen and (min-width: 768px) {
  .members_content .reserve {
    font-size: 2.1rem;
    padding: 13px 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_content .reserve {
    font-size: 2.7rem;
    padding: 14px 55px;
  }
}
@media print, screen and (min-width: 1300px) {
  .members_content .reserve {
    font-size: 3.2rem;
    padding: 15px 70px;
  }
}
.members_content .reserve::after {
  content: "\e901";
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "icomoon" !important;
  color: #FFF;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.6s;
}
@media print, screen and (min-width: 768px) {
  .members_content .reserve::after {
    font-size: 1.6rem;
    right: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_content .reserve::after {
    font-size: 1.8rem;
    right: 55px;
  }
}
@media print, screen and (min-width: 1300px) {
  .members_content .reserve::after {
    font-size: 2rem;
    right: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .members_content .reserve:hover {
    color: #BC9850;
    background-position: bottom left;
    background-size: 100% 100%;
  }
  .members_content .reserve:hover::after {
    color: #BC9850;
  }
}
.members_content .notes {
  font-size: 1rem;
  font-weight: 600;
  color: #838383;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .members_content .notes {
    font-size: 1.1rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .members_content .notes {
    font-size: 1.2rem;
    line-height: 1.46;
  }
}
@media print, screen and (min-width: 1300px) {
  .members_content .notes {
    font-size: 1.3rem;
  }
}
.members_content .notes li:not(:last-child) {
  margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
  .members_content .notes li:not(:last-child) {
    margin-bottom: 0;
  }
}