@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  color: #3e3a39;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: 500;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

q:before, q:after {
  content: "";
}

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.sp,
  img.sp {
    display: block;
  }
}

br.tablet,
img.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tablet,
  img.tablet {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.yellow {
  color: #FCEA86;
}

.bold {
  font-weight: bold;
}

.btn-box {
  text-align: center;
}
.btn-box a.btn-top {
  display: inline-block;
  color: #fff;
  padding: 15px 80px;
  border-radius: 100px;
  position: relative;
}
.btn-box a.btn-top::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
}

header {
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  header {
    height: 60px;
    padding: 0 0 0 10px;
  }
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo h1 {
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  header .logo h1 {
    margin-right: 10px;
  }
}
header .logo h1 a {
  height: 40px;
  display: block;
}
@media screen and (max-width: 736px) {
  header .logo h1 a {
    height: 30px;
  }
}
header .logo h1 a img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 736px) {
  header .logo h1 a img {
    height: 30px;
  }
}
header .logo h1 a img:hover {
  cursor: pointer;
}
header .logo span img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 736px) {
  header .logo span img {
    height: 25px;
  }
}
header .header-btn-box a {
  height: 60px;
  display: block;
}
@media screen and (max-width: 736px) {
  header .header-btn-box a {
    height: 30px;
  }
}
header .header-btn-box a img {
  height: 100%;
  width: auto;
}

nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  nav ul {
    flex-wrap: wrap;
  }
}
nav ul li {
  width: 25%;
}
@media screen and (max-width: 736px) {
  nav ul li {
    width: 50%;
  }
}
nav ul li a {
  display: block;
}

.title {
  margin-bottom: 30px;
}
.title h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: century-gothic, sans-serif;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .title h2 {
    font-size: 24px;
  }
}
.title h2::after {
  content: "";
  background-image: url(../img/common/title-line.png);
  background-size: cover;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 5px;
}
.title span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.btn-box {
  margin-top: 30px;
}
.btn-box a {
  height: 50px;
}
.btn-box a img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 736px) {
  .btn-box a img {
    height: 40px;
  }
}

#banner-box .banner-bottom ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#banner-box .banner-bottom ul li {
  width: 50%;
}

footer {
  padding: 80px 0;
  background: linear-gradient(to right, #FFFFFF, #FFFEF2);
  position: relative;
}
footer::after {
  content: "";
  background-image: url(../img/common/family.svg);
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 70%;
  top: -50px;
}
@media screen and (max-width: 736px) {
  footer::after {
    left: auto;
    right: 15px;
    width: 100px;
  }
}
@media screen and (max-width: 736px) {
  footer {
    padding: 30px;
  }
}
footer .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  footer .box {
    width: 100%;
  }
}
footer .box .footer-logo a {
  display: inline-block;
  height: 40px;
}
footer .box .footer-logo a img {
  height: 40px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-logo a img {
    height: auto;
  }
}
footer .box .footer-bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .address {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .box .footer-bottom .address p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-nav {
    width: 100%;
  }
}
footer .box .footer-bottom .footer-nav ul {
  max-width: 630px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .box .footer-bottom .footer-nav ul li {
  margin-left: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-nav ul li {
    margin-left: 0;
    width: 9em;
  }
}
footer .box .footer-bottom .footer-nav ul li a {
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-nav ul li a {
    font-size: 14px;
  }
}

.footer-copyright {
  background-color: #DDD;
  padding: 10px 0;
}
.footer-copyright p {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #3e3a39;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
#splash.hide {
  opacity: 0;
  pointer-events: none;
}
#splash .splash-logo {
  width: 300px;
}
#splash .splash-logo img {
  width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(1);
  animation: fadeIn 0.3s ease-out 0.8s forwards, scaleUp 1s ease-out 2.6s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleUp {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
main#top section {
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main#top section {
    padding: 30px 0;
  }
}
main#top section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main#top section .title-box h2.title {
  font-size: 54px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main#top section .title-box h2.title {
    font-size: 24px;
  }
}
main#top section .title-box h2.title span {
  display: block;
  font-size: 54px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#top section .title-box h2.title span {
    font-size: 20px;
  }
}
main#top #mv {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  main#top #mv {
    height: 360px;
  }
}
main#top #mv .mv-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main#top #mv .mv-slider .mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
main#top #mv .mv-slider .mv-slide.active {
  opacity: 1;
}
main#top #mv .mv-slider .mv-slide.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-slider .mv-slide.pc {
    display: none;
  }
}
main#top #mv .mv-slider .mv-slide.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-slider .mv-slide.sp {
    display: block;
  }
}
main#top #mv .mv-slider .mv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#top #nav-news {
  background-image: url(../img/top/bg01.png);
  background-size: 200%;
  background-position: center 0;
  padding-top: 60px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  main#top #nav-news {
    background-size: auto;
    padding-top: 30px;
  }
}
main#top #nav-news .box {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
@media screen and (max-width: 736px) {
  main#top #nav-news .box {
    padding-top: 0px;
  }
}
main#top #nav-news .box #header-nav {
  width: 100%;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 736px) {
  main#top #nav-news .box #header-nav {
    position: static;
    transform: none;
  }
}
main#top #nav-news .box #header-nav.fixed {
  position: fixed;
  top: 90px;
  z-index: 100;
  width: 90%;
  max-width: 1200px;
}
main#top #nav-news #news {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 736px) {
  main#top #nav-news #news {
    padding: 30px 10px;
  }
}
main#top #nav-news #news ul {
  max-width: 700px;
  margin: 0 auto;
}
main#top #nav-news #news ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#top #nav-news #news ul li {
    flex-wrap: wrap;
  }
}
main#top #nav-news #news ul li .cat {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 100px;
  background-color: #B7E5EB;
  width: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 736px) {
  main#top #nav-news #news ul li .cat {
    font-size: 12px;
  }
}
main#top #nav-news #news ul li .date {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  color: #707070;
}
@media screen and (max-width: 736px) {
  main#top #nav-news #news ul li a {
    width: 100%;
    padding: 5px 0 0 5px;
  }
}
main#top #nav-news #news ul li a p {
  color: #707070;
  font-weight: 500;
}
main#top #nav-news #news .btn-box {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main#top #nav-news #news .btn-box {
    margin-top: 30px;
  }
}
main#top #pickup {
  background-image: url(../img/top/bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 120px;
}
@media screen and (max-width: 736px) {
  main#top #pickup {
    background-position-y: 50px;
  }
}
main#top #pickup .box .title {
  text-align: center;
  position: relative;
}
main#top #pickup .box .title::after {
  content: "";
  background-image: url(../img/common/couple01.svg);
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 70%;
  top: -50px;
}
@media screen and (max-width: 736px) {
  main#top #pickup .box .title::after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    width: 80px;
  }
}
main#top #pickup .box .title h2 {
  display: inline-block;
  position: relative;
}
main#top #pickup .box .title h2::before {
  content: "";
  background-image: url(../img/common/tour-icon01.svg);
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -150px;
}
@media screen and (max-width: 736px) {
  main#top #pickup .box .title h2::before {
    width: 70px;
    left: -110px;
  }
}
main#top #pickup .box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main#top #pickup .box ul li {
  width: 30%;
  margin: 0 1.5%;
  background-color: #fff;
  border-radius: 5px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 736px) {
  main#top #pickup .box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
main#top #pickup .box ul li img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ddd;
  margin-bottom: 10px;
}
main#top #pickup .box ul li .text {
  padding: 15px;
}
main#top #pickup .box ul li .text .cat {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 100px;
  background-color: #B7E5EB;
  width: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
main#top #pickup .box ul li .text h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
main#top #pickup .box ul li .text p {
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  main#top #pickup .box .btn-box {
    margin-top: 10px;
  }
}
main#top #banner-top {
  padding-bottom: 0;
}
main#top #banner-top .box .banner-top ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main#top #banner-top .box .banner-top ul li {
  width: 50%;
}
@media screen and (max-width: 736px) {
  main#top #banner-top .box .banner-top ul li {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */