@charset "UTF-8";
/* TOP
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/*  */
/*  */
/* 1280 */
/* フルワイド */
/* header
*****************************************************************/
.header-logo img.logo_w {
  display: none;
}

.area_header_top {
  position: relative;
  width: 100%;
  height: 100svh;
}
@media all and (max-width: 896px) {
  .area_header_top {
    height: auto;
  }
}
.area_header_top .visual {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_header_top .visual {
    height: calc(100svh - 80px);
  }
}
.area_header_top .visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.area_header_top .logo_box_h {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  width: 100%;
}
.area_header_top .logo_box_h .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.area_header_top .logo_box_h .inner .logo img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media all and (max-width: 480px) {
  .area_header_top .logo_box_h .inner .logo img {
    max-width: 250px;
  }
}

.logo_box_w {
  display: none;
}

.block_banner {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
}
.block_banner img {
  max-width: 328px;
  width: 100%;
}
@media all and (max-width: 480px) {
  .block_banner img {
    max-width: 184px;
  }
}

.area_panel {
  padding: 2vw;
  background: url(../images/bg_panel.jpg) center center/cover no-repeat;
  display: grid;
  place-content: center;
}
@media all and (max-width: 896px) {
  .area_panel {
    padding: 20px;
  }
}
.area_panel .block_news_ext {
  width: 600px;
}
.area_panel .block_news_ext a {
  color: #FFF;
}
@media (max-width: 640px) {
  .area_panel .block_news_ext {
    width: calc(100vw - 40px);
    max-width: 600px;
  }
}
.area_panel .block_news_ext .box_ttl {
  padding: 0 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.area_panel .block_news_ext .box_ttl h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #fff;
}
@media all and (max-width: 480px) {
  .area_panel .block_news_ext .box_ttl h2 {
    font-size: 1.6rem;
  }
}
.area_panel .block_news_ext .box_ttl .link_btn {
  display: flex;
  align-items: center;
}
.area_panel .block_news_ext .box_ttl .link_btn .btn_list a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.1em;
  letter-spacing: 0.2em;
  position: relative;
  box-sizing: border-box;
  color: #FFF;
  padding: 5px 60px 5px 10px;
  border-bottom: 1px solid #FFF;
  transition: 0.5s;
}
@media all and (max-width: 480px) {
  .area_panel .block_news_ext .box_ttl .link_btn .btn_list a {
    font-size: 1.3rem;
    padding: 5px 30px 5px 5px;
  }
}
.area_panel .block_news_ext .box_ttl .link_btn .btn_list a:hover {
  transform: translateX(5px);
}
.area_panel .block_news_ext .box_ttl .link_btn .btn_list a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(45deg);
}
.area_panel .block_news_ext .box_list {
  padding: 5px 0 0;
}
.area_panel .block_news_ext .box_list__date {
  padding-right: 1em;
}
.area_panel .block_news_ext .box_list ul li {
  font-size: 1.4rem;
  line-height: 3em;
}
@media all and (max-width: 896px) {
  .area_panel .block_news_ext .box_list ul li {
    line-height: 2em;
  }
}
@media all and (max-width: 480px) {
  .area_panel .block_news_ext .box_list ul li {
    line-height: 2.3em;
  }
}
.area_panel .block_news_ext .box_list ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
@media all and (max-width: 480px) {
  .area_panel .block_news_ext .box_list ul li a {
    font-size: 1.3rem;
  }
}
.area_panel .block_news_ext .box_list ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  opacity: 0.7;
}

.area_location {
  position: relative;
  width: 100%;
  padding-block: 150px;
}
@media all and (max-width: 650px) {
  .area_location {
    padding-block: 100px;
  }
}
@media all and (max-width: 480px) {
  .area_location {
    padding-block: 50px;
  }
}
.area_location::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  background: url(../../common/images/flower1.svg) top left/contain no-repeat;
  width: 310px;
  height: 250px;
}
@media all and (max-width: 896px) {
  .area_location::before {
    width: 200px;
  }
}
@media all and (max-width: 480px) {
  .area_location::before {
    top: -30px;
  }
}
.area_location::after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: 0;
  background: url(../../common/images/flower2.svg) bottom right/contain no-repeat;
  width: 616px;
  height: 327px;
}
@media all and (max-width: 896px) {
  .area_location::after {
    width: 320px;
  }
}
.area_location .block_txt {
  display: grid;
  place-content: center;
}
@media all and (max-width: 480px) {
  .area_location .block_txt {
    position: relative;
    bottom: auto;
    left: auto;
    color: #333;
    display: flex;
    justify-content: center;
    padding: 40px 15px;
  }
}
.area_location .block_txt .inner {
  display: flex;
  flex-direction: row-reverse;
}
@media all and (max-width: 650px) {
  .area_location .block_txt .inner {
    display: block;
  }
}
.area_location .block_txt h2 {
  writing-mode: vertical-rl;
  font-size: 3.4rem;
  line-height: 1.2em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .area_location .block_txt h2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 650px) {
  .area_location .block_txt h2 {
    writing-mode: lr-tb;
  }
}
.area_location .block_txt__en {
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  margin-left: 0.8em;
  letter-spacing: 0.1em;
  margin-top: -5px;
}
@media all and (max-width: 650px) {
  .area_location .block_txt__en {
    writing-mode: lr-tb;
    margin-left: 0.2em;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.area_location .block_txt__txt {
  writing-mode: vertical-rl;
  padding: 0 60px 0 0;
  font-size: 1.8rem;
  line-height: 2.5em;
  letter-spacing: 0.2em;
  display: block;
}
@media all and (max-width: 896px) {
  .area_location .block_txt__txt {
    font-size: 1.4rem;
    padding: 27px 20px 0 0;
    line-height: 2.7em;
  }
}
@media all and (max-width: 650px) {
  .area_location .block_txt__txt {
    writing-mode: lr-tb;
    padding: 27px 0 0;
  }
}

.block_slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .block_slide {
    padding-bottom: 11vw;
  }
}
@media all and (max-width: 480px) {
  .block_slide {
    padding-bottom: 15vw;
  }
}
.block_slide ul {
  display: flex;
  animation: loop-slide 60s infinite linear 2s both;
  gap: 4px;
  will-change: transform;
}
.block_slide ul li {
  text-align: center;
}
.block_slide ul li:last-child {
  margin-right: 4px;
}
@media all and (max-width: 896px) {
  .block_slide ul li img {
    max-width: 500px;
  }
}
@media all and (max-width: 480px) {
  .block_slide ul li img {
    max-width: 350px;
  }
}
@media all and (max-width: 320px) {
  .block_slide ul li img {
    max-width: 300px;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.area_contents {
  position: relative;
  padding: 0 0 2vw;
}
.area_contents::before {
  position: absolute;
  content: "";
  top: 40px;
  left: -50px;
  background: url(../../common/images/flower3.svg) top left/contain no-repeat;
  width: 325px;
  height: 242px;
}
@media all and (max-width: 896px) {
  .area_contents::before {
    width: 220px;
  }
}
.area_contents::after {
  position: absolute;
  content: "";
  bottom: 850px;
  left: 0;
  background: url(../../common/images/flower1.svg) center center/contain no-repeat;
  width: 310px;
  height: 250px;
}
.area_contents .block_contents {
  padding: 6vw 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 1830px;
}
@media (max-width: 1830px) {
  .area_contents .block_contents {
    max-width: 98vw;
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents {
    padding: 0 0 13vw;
  }
}
@media all and (max-width: 480px) {
  .area_contents .block_contents {
    max-width: 100vw;
    padding: 0 0 15vw;
  }
}
.area_contents .block_contents .bg_green {
  position: absolute;
  width: 100vw;
  max-width: 1830px;
  height: 750px;
  background: url(../../common/images/bg_green.jpg) center center/auto repeat;
}
@media (max-width: 1830px) {
  .area_contents .block_contents .bg_green {
    max-width: 98vw;
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .bg_green {
    width: 93vw;
    height: calc(100% - 12vw);
  }
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .bg_green {
    width: 95vw;
  }
}
.area_contents .block_contents.cuisine::after {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  background: url(../../common/images/flower4.svg) top right/contain no-repeat;
  width: 607px;
  height: 332px;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents.cuisine::after {
    width: 280px;
  }
}
.area_contents .block_contents .side_img {
  position: relative;
  width: 68vw;
}
@media (max-width: 1680px) {
  .area_contents .block_contents .side_img {
    width: 63vw;
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .side_img {
    width: 100%;
    order: 2;
  }
}
.area_contents .block_contents .side_img img {
  width: 100%;
}
.area_contents .block_contents .side_txt {
  position: relative;
  width: 21vw;
  padding-top: 10vw;
  margin-right: 3vw;
}
@media all and (max-width: 1680px) {
  .area_contents .block_contents .side_txt {
    width: 28vw;
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .side_txt {
    width: 93vw;
    padding-top: 6vw;
    margin-right: 0;
    order: 1;
  }
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .side_txt {
    margin-right: 7vw;
  }
}
.area_contents .block_contents .side_txt .catch_copy {
  position: relative;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .side_txt .catch_copy {
    padding-left: 33px;
  }
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .side_txt .catch_copy {
    padding-left: 23px;
  }
}
.area_contents .block_contents .side_txt .catch_copy h2 {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  font-weight: 200;
}
@media all and (max-width: 1367px) {
  .area_contents .block_contents .side_txt .catch_copy h2 {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 1281px) {
  .area_contents .block_contents .side_txt .catch_copy h2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .side_txt .catch_copy h2 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1367px) {
  .area_contents .block_contents .side_txt .catch_copy h2 br {
    display: none;
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .side_txt .catch_copy h2 br {
    display: block;
  }
}
.area_contents .block_contents .side_txt .inner {
  padding: 2vw 0 0;
}
@media (max-width: 1680px) {
  .area_contents .block_contents .side_txt .inner {
    padding: 1.5vw 0 0;
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .side_txt .inner {
    width: 93vw;
    padding: 30px;
  }
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .side_txt .inner {
    padding: 20px;
  }
}
.area_contents .block_contents .side_txt .inner .ttl_contents {
  display: inline-block;
}
.area_contents .block_contents .side_txt .inner .ttl_contents h3 {
  font-size: 3.5rem;
  line-height: 1.2em;
  font-weight: 200;
  border-bottom: #fff solid 1px;
  padding: 0 40px 10px 0;
  letter-spacing: 0.2em;
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .side_txt .inner .ttl_contents h3 {
    font-size: 3rem;
  }
}
.area_contents .block_contents .side_txt .inner .ttl_contents .en {
  font-size: 1.4rem;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  padding: 10px 40px 0 0;
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .side_txt .inner .ttl_contents .en {
    font-size: 1.2rem;
    padding: 10px 0 0 5px;
  }
}
.area_contents .block_contents .side_txt .inner p {
  padding: 40px 0 0;
  font-size: 1.5rem;
  line-height: 2.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media all and (max-width: 1367px) {
  .area_contents .block_contents .side_txt .inner p {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .side_txt .inner p {
    padding: 20px 0 0;
    font-size: 1.4rem;
  }
}
.area_contents .block_contents .side_txt .inner .btn_link {
  padding: 35px 0 0;
  margin-top: 50px;
  border-top: 1px solid #fff;
}
@media all and (max-width: 1367px) {
  .area_contents .block_contents .side_txt .inner .btn_link {
    padding: 15px 0 0;
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .side_txt .inner .btn_link {
    padding: 20px 0 0;
    margin-top: 25px;
  }
}
.area_contents .block_contents .side_txt .inner .btn_link a {
  position: relative;
  display: block;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 2rem;
  line-height: 1em;
  padding: 10px;
  transition: 0.5s;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .side_txt .inner .btn_link a {
    font-size: 1.6rem;
  }
}
.area_contents .block_contents .side_txt .inner .btn_link a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../common/images/icon_arrow_square_w.svg) center center/contain no-repeat;
  width: 57px;
  height: 57px;
}
@media all and (max-width: 1367px) {
  .area_contents .block_contents .side_txt .inner .btn_link a::after {
    width: 40px;
  }
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .side_txt .inner .btn_link a::after {
    width: 30px;
  }
}
.area_contents .block_contents .side_txt .inner .btn_link a:hover {
  transform: translateX(5px);
}
.area_contents .odd {
  flex-direction: row-reverse;
  padding: 8vw 0;
  margin: auto 0 auto auto;
}
@media all and (max-width: 1680px) {
  .area_contents .odd {
    padding: 6vw 0 11vw;
  }
}
@media all and (max-width: 896px) {
  .area_contents .odd {
    padding: 0;
    margin-bottom: 100px;
  }
}
@media all and (max-width: 480px) {
  .area_contents .odd {
    margin-bottom: 15vw;
  }
}
.area_contents .odd .bg_green {
  top: 13vw;
}
@media all and (max-width: 1680px) {
  .area_contents .odd .bg_green {
    height: 630px;
  }
}
@media all and (max-width: 1367px) {
  .area_contents .odd .bg_green {
    height: 600px;
  }
}
@media all and (max-width: 896px) {
  .area_contents .odd .bg_green {
    top: 0;
    height: calc(100% - 12vw);
  }
}
@media all and (max-width: 480px) {
  .area_contents .odd .bg_green {
    right: 5vw;
  }
}
.area_contents .even .bg_green {
  top: 11vw;
}
@media all and (max-width: 1367px) {
  .area_contents .even .bg_green {
    height: 600px;
  }
}
@media all and (max-width: 896px) {
  .area_contents .even .bg_green {
    top: 0;
    height: calc(100% - 22vw);
  }
}
@media all and (max-width: 480px) {
  .area_contents .even .bg_green {
    left: 5vw;
    right: auto;
    height: calc(100% - 22vw);
  }
}
.area_contents .even .bg {
  top: 4vw;
  right: 4vw;
  width: 30vw;
  height: 550px;
}
@media all and (max-width: 896px) {
  .area_contents .even .bg {
    width: 74vw;
    height: calc(100% - 20vw);
    top: 7vw;
    right: 26vw;
  }
}
.area_contents .even .side_txt {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 3vw;
}
@media all and (max-width: 896px) {
  .area_contents .even .side_txt {
    margin-left: 0;
    width: 93vw;
  }
}
@media all and (max-width: 480px) {
  .area_contents .even .side_txt {
    margin-left: 7vw;
  }
}
.area_contents .even .side_txt .inner {
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_contents .even .side_txt .inner {
    padding-left: 30px;
  }
}
@media all and (max-width: 480px) {
  .area_contents .even .side_txt .inner {
    padding-left: 20px;
  }
}

.area_incentive {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 1680px) {
  .area_incentive {
    padding: 0 0 100px;
  }
}
.area_incentive::after {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  background: url(../../common/images/flower4.svg) top right/contain no-repeat;
  width: 607px;
  height: 332px;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .area_incentive::after {
    width: 280px;
  }
}
.area_incentive ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
}
@media all and (max-width: 1280px) {
  .area_incentive ul {
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 480px) {
  .area_incentive ul {
    gap: 15px;
  }
}
.area_incentive ul li {
  width: 48%;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 480px) {
  .area_incentive ul li {
    width: 100%;
  }
}
.area_incentive ul li a {
  display: block;
  position: relative;
}
.area_incentive ul li a:hover img {
  opacity: 1;
  transform: scale(1.05);
}
.area_incentive ul li a:hover .area_incentive__link {
  transform: translateX(5px);
}
.area_incentive__img {
  aspect-ratio: 1.56/1;
  overflow: hidden;
}
.area_incentive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
.area_incentive__link {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  transition: 0.5s;
}
@media all and (max-width: 896px) {
  .area_incentive__link {
    bottom: 20px;
    left: 20px;
  }
}
.area_incentive__link p {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  margin-bottom: 14px;
}
@media all and (max-width: 896px) {
  .area_incentive__link p {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 480px) {
  .area_incentive__link p {
    font-size: 1.2rem;
  }
}
.area_incentive__link h2 {
  position: relative;
  display: block;
  letter-spacing: 0.2em;
  font-size: 3rem;
  line-height: 1em;
  font-weight: 300;
  transition: 0.5s;
}
@media all and (max-width: 896px) {
  .area_incentive__link h2 {
    font-size: 2.2rem;
  }
}
.area_incentive__link h2::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -1.5em;
  background: url(../../common/images/icon_arrow_square_w.svg) center center/contain no-repeat;
  width: 45px;
  height: 45px;
}
@media all and (max-width: 896px) {
  .area_incentive__link h2::after {
    right: -1.5em;
    width: 25px;
  }
}

.area_plan {
  position: relative;
  padding-block: 4vw;
  background: #D9DFD9;
  mix-blend-mode: multiply;
}
@media all and (max-width: 896px) {
  .area_plan {
    padding-block: 40px;
  }
}
.area_plan::before {
  position: absolute;
  content: "";
  top: 40px;
  left: -50px;
  background: url(../../common/images/flower3.svg) top left/contain no-repeat;
  width: 325px;
  height: 242px;
  mix-blend-mode: plus-lighter;
  opacity: 0.9;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .area_plan::before {
    width: 220px;
  }
}
@media all and (max-width: 480px) {
  .area_plan::before {
    top: 10px;
  }
}
.area_plan::after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: -37px;
  background: url(../../common/images/flower5.svg) bottom right/contain no-repeat;
  width: 416px;
  height: 205px;
  mix-blend-mode: plus-lighter;
  opacity: 0.9;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .area_plan::after {
    width: 180px;
  }
}
.area_plan .block_plan {
  max-width: 1280px;
  margin: auto;
}
@media all and (max-width: 1280px) {
  .area_plan .block_plan {
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 1280px) {
  .area_plan .block_plan {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 480px) {
  .area_plan .block_plan {
    width: calc(100% - 50px);
  }
}
.area_plan .block_plan .ttl_contents {
  display: inline-block;
}
.area_plan .block_plan .ttl_contents h2 {
  font-size: 3.4rem;
  line-height: 1.2em;
  font-weight: 200;
  border-bottom: #34372C solid 1px;
  padding: 0 40px 10px 0;
  letter-spacing: 0.2em;
}
@media all and (max-width: 480px) {
  .area_plan .block_plan .ttl_contents h2 {
    font-size: 2.8rem;
  }
}
.area_plan .block_plan .ttl_contents .en {
  font-size: 1.4rem;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  padding: 10px 40px 0 0;
}
@media all and (max-width: 480px) {
  .area_plan .block_plan .ttl_contents .en {
    font-size: 1.2rem;
  }
}
.area_plan .block_plan .splide {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-weight: 400;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .area_plan .block_plan .splide {
    margin-top: 40px;
  }
}
.area_plan .block_plan .splide__pagination {
  bottom: -30px;
}
.area_plan .block_plan .splide__arrow {
  border-radius: 0;
  opacity: 1;
  width: 19px;
  height: 30px;
  background: url("../../common/images/slide_arrow_next.svg") center center/contain no-repeat;
  right: -5vw;
}
@media all and (max-width: 1450px) {
  .area_plan .block_plan .splide__arrow {
    right: -3vw;
  }
}
@media all and (max-width: 1367px) {
  .area_plan .block_plan .splide__arrow {
    width: 13.6px;
    height: 24px;
  }
}
@media all and (max-width: 480px) {
  .area_plan .block_plan .splide__arrow {
    right: -5vw;
  }
}
.area_plan .block_plan .splide__arrow--prev {
  background: url("../../common/images/slide_arrow_prev.svg") center center/contain no-repeat;
  left: -5vw;
  right: auto;
}
@media all and (max-width: 1450px) {
  .area_plan .block_plan .splide__arrow--prev {
    left: -3vw;
  }
}
@media all and (max-width: 1367px) {
  .area_plan .block_plan .splide__arrow--prev {
    width: 13.6px;
    height: 24px;
  }
}
@media all and (max-width: 480px) {
  .area_plan .block_plan .splide__arrow--prev {
    left: -5vw;
  }
}
.area_plan .block_plan .splide__arrow svg {
  display: none;
}
.area_plan .block_plan__title {
  display: none;
}
.area_plan .block_plan__img {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.area_plan .block_plan__img img {
  width: 100%;
  aspect-ratio: 1.49/1;
  border-radius: 10px;
}
.area_plan .block_plan__txt {
  width: 100%;
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  margin-top: 20px;
}
@media all and (max-width: 1025px) {
  .area_plan .block_plan__txt {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.area_plan .block_plan__price {
  display: none;
}

.area_access {
  padding-block: 4vw;
}
@media all and (max-width: 896px) {
  .area_access {
    padding-block: 40px;
  }
}
.area_access .block_access {
  max-width: 1280px;
  margin: auto;
}
@media all and (max-width: 1280px) {
  .area_access .block_access {
    width: calc(100% - 30px);
  }
}
.area_access .block_access .ttl_contents {
  display: inline-block;
}
.area_access .block_access .ttl_contents h2 {
  font-size: 3.5rem;
  line-height: 1.2em;
  font-weight: 200;
  border-bottom: #34372C solid 1px;
  padding: 0 40px 10px 0;
  letter-spacing: 0.2em;
}
@media all and (max-width: 480px) {
  .area_access .block_access .ttl_contents h2 {
    font-size: 2.8rem;
  }
}
.area_access .block_access .ttl_contents .en {
  font-size: 1.4rem;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  padding: 10px 40px 0 0;
}
@media all and (max-width: 480px) {
  .area_access .block_access .ttl_contents .en {
    font-size: 1.2rem;
  }
}
.area_access .block_access__map {
  margin-top: 45px;
}
.area_access .block_access__map iframe {
  width: 100%;
  aspect-ratio: 2/1;
}
@media all and (max-width: 480px) {
  .area_access .block_access__map iframe {
    aspect-ratio: 2/1.5;
  }
}
.area_access .block_access__link {
  margin: 30px 1.8em auto auto;
  display: block;
  width: 160px;
}
@media all and (max-width: 480px) {
  .area_access .block_access__link {
    margin: 15px 1.8em auto auto;
    width: 150px;
  }
}
.area_access .block_access__link a {
  position: relative;
  display: block;
  border-bottom: 1px solid #334D3C;
  padding-bottom: 5px;
  color: #334D3C;
  transition: 0.5s;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-weight: 400;
}
@media all and (max-width: 480px) {
  .area_access .block_access__link a {
    font-size: 1.5rem;
  }
}
.area_access .block_access__link a::after {
  position: absolute;
  content: "";
  background: url(../../common/images/icon_external.svg) center center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -1.8em;
  width: 29px;
  height: 29px;
}
.area_access .block_access__link a:hover {
  transform: translateX(5px);
}
.area_access .block_access__howto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 55px;
}
@media all and (max-width: 1025px) {
  .area_access .block_access__howto {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    margin-top: 20px;
  }
}
@media all and (max-width: 896px) {
  .area_access .block_access__howto {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 480px) {
  .area_access .block_access__howto {
    gap: 30px 40px;
  }
}
.area_access .block_access__howto li h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 300;
  color: #334D3C;
  padding-left: 1.5em;
}
@media all and (max-width: 1025px) {
  .area_access .block_access__howto li h3 {
    font-size: 2.2rem;
  }
}
.area_access .block_access__howto li h3::before {
  position: absolute;
  content: "─";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.area_access .block_access__howto li p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 15px;
  line-height: 1.8;
}
@media all and (max-width: 1025px) {
  .area_access .block_access__howto li p {
    font-size: 1.6rem;
  }
}
.area_access .block_access .common_btn {
  margin: 50px auto 0;
}

.area_banner {
  padding-block: 55px;
  background: rgba(0, 0, 0, 0.03);
}
.area_banner ul {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
@media all and (max-width: 1280px) {
  .area_banner ul {
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 896px) {
  .area_banner ul {
    gap: 10px;
  }
}
@media all and (max-width: 480px) {
  .area_banner ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.area_banner ul li img {
  width: 100%;
}

/* preloader
*****************************************************************/
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  text-align: center;
}

.loading-logo {
  width: 200px;
  opacity: 0.5;
  margin: auto;
}
.loading-logo img {
  width: 100%;
  height: auto;
}
.loading-progress {
  width: 0;
  height: 100%;
  background-color: #444;
  transition: width 0.3s ease;
}
.loading-progress__bar {
  width: 300px;
  height: 2px;
  background-color: #eee;
  border-radius: 5px;
  overflow: hidden;
}
.loading-count {
  margin-top: 15px;
  font-size: 1em;
  color: #666;
}