@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&family=M+PLUS+Rounded+1c:wght@300&display=swap');
iframe{
  width: 100%;
  max-width: 1160px;
  height: 300px;
}
@media(max-width:768px){
  
}
main {
  background-color: #FFF9EC;
}
.top {
  position: relative;
  
}
.main-photo {
  width: 100%;
  height: 100vh;
  position: relative;
} 
/* .main-photo img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  box-sizing: border-box;
  border-radius: 60px;
  top: 0;
  left: 0;
  position: absolute;
  padding: 30px 30px;
} */
.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-photo-swiper{
  height: 100vh;
  position: relative;
}

.main-photo_00 {
  object-position: top right;
  width: 50%;
}
.top-txt {
  position: absolute;
  bottom: 40px;
  left: 60px;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 200%;
  z-index: 2;
}
.scrolldown1 {
  position: absolute;
  right: 60px;
  bottom: 60px;
  height: 50px;
}
.scrolldown1 span {
  position: absolute;
  left: -60px;
  top: -60px;
  /*テキストの形状*/
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 5px;
  height: 60px;
  background: #fff;
  animation: pathmove 3s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: -30px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .top-txt {
    font-size: 2.4rem;
  }
  .scrolldown1 span {
    font-size: 1.8rem;
    top: -40px;
  }
  .scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: 3px;
    height: 40px;
  }

}

@media(max-width:779px) {
 
  .main-photo img {
    /*border:20px solid #FFF9EC;*/
    padding: 20px;
  }
  .main-photo_00 {
    object-position: 85% top;
  }
  .main-photo_01 {
    object-position: 38% 50%;
  }
  
  .top-txt {
    font-size: 2.0rem;
    position: absolute;
    left: 30px;
  }
  .scrolldown1 span {
    font-size: 1.8rem;
    top: -40px;
    left: -30px;
  }
  .scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    width: 3px;
    height: 40px;
  }
}
.covid-19 {
  padding-top: 30px;
}
.covid-19 a {
  color: #333;
  text-decoration: underline;
}
.about {
  transition: .6s;
  opacity: 0;
  position: relative;
  top: 50px;
  margin-top: 100px;
}
.active {
  opacity: 1;
  top: 0;
}
.about-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1160px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.box01 {
  width: 40%;
  max-width: 370px;
  position: relative;
}
.box01-picture {
  width: 100%;
  height: 230px;
  padding-bottom: 30px;
}
.box01-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 0;
}
.box01-txt {
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  line-height: 2.2;
  color: #333;
  letter-spacing: 0.12rem;
  font-weight: 600;
}
.box01-txt h2 {
  padding-bottom: 15px;
  color: #333;
  font-family: 'Hina Mincho', serif;
}
.box01-txt h3 {
  font-family: 'Hina Mincho', serif;
}
.box01-txt p {
  color: #333;
}
.box02 {
  width: 30%;
  max-width: 370px;
}
.box02-picture {
  width: 100%;
  height: auto;
}
.box02-picture img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.box03 {
  width: 30%;
  max-width: 370px;
  position: relative;
}
.box03-logo {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.box03-logo img {
  width: 100%;
  object-fit: cover;
}
.box03-picture {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.box03-picture img {
  width: 100%;
  border-radius: 0 0 20px 0;
}
.movie-wrap {
  width: 80rem;
  margin: 7rem auto 60px;
}
.about-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.about-movie iframe {
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about a {
  color: #677c72;
  border: 2px solid #677c72;
  padding: 10px 50px;
  border-radius: 30px;
  transition: background-color .2s ease-out;
}
.about a:hover {
  background-color: #677c72;
  color: #FFF;
  opacity: 1;
}
@media screen and (min-width:769px) and (max-width: 1024px) {
  .about-container {
    display: block;
    width: 80%;
    max-width: 760px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .box01 {
    width: 100%;
    max-width: 760px;
  }
  .box01-picture {
    padding-bottom: 30px;
  }
  .box01-txt {
    position: static;
    padding-bottom: 30px;
  }
  .box02 {
    display: none;
  }
  .box03 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 760px;
  }
  .box03-logo {
    width: 50%;
    margin-left: 0;
    margin: auto;
    padding-right: 30px;
  }
  .box03-logo img {
    width: 100%;
    object-fit: cover;
  }
  .box03-picture {
    width: 100%;
    position: static;
  }
  .movie-wrap {
    width: 80%;
    margin: 9rem auto 60px;
  }
}
@media (max-width: 769px) {
  .about-container {
    display: block;
    width: 80%;
    max-width: 760px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .box01 {
    width: 100%;
    max-width: 760px;
  }
  .box01-picture {
    padding-bottom: 30px;
  }
  .box01-txt {
    position: static;
    padding-bottom: 30px;
  }
  .box02 {
    display: none;
  }
  .box03 {
    display: block;
    width: 100%;
    max-width: 760px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .box03-logo {
    width: 60%;
    padding-bottom: 30px;
  }
  .box03-logo img {
    width: 100%;
  }
  .box03-picture {
    width: 100%;
    position: static;
  }
  .movie-wrap {
    width: 80%;
    margin: 9rem auto 60px;
  }
}
.navigation {
  margin-top: 0;
  transition: .6s;
  opacity: 0;
  position: relative;
  top: 50px;
  background-color: #FFF9EC;
  /*margin-bottom: 150px;*/
}
.active {
  opacity: 1;
  top: 0;
}
.navigation-title {
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.navigation-title h2 {
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 2;
  display: block;
  text-align: right;
  font-family: adobe-handwriting-frank, sans-serif;
  font-size: 4.6rem;
}
.navigation-title h2 span {
  display: block;
  font-weight: 400;
  text-align: right;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-left: 15px;
}
.navigation-title__logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  position: absolute;
  right: 0;
  top: 50px;
}
.navigation-title__logo img {
  width: 100%;
  height: auto;
  transform: scale(-1, 1);
}
.navigation-list {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  flex-wrap: wrap;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.navigation-list li {
  width: 30%;
  height: 200px;
}
.navigation-img {
  width: 100%;
  max-width: 300px;
  position: relative;
  transition: .3s;
}
.navigation-img img {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  /* border: 3px solid #87C3BF;*/
}
.navigation-img:nth-child(1) img {
  border-radius: 30px 0 0 0;
  object-position: right 50%;
}
.navigation-img:nth-child(3) img {
  border-radius: 0 0 30px 0;
}
.navigation-img:nth-child(2) {
  margin-top: 80px;
}
.navigation-img:nth-child(3) {
  margin-top: 160px;
}
.navigation-img:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}
.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.navigation-list span {
  text-align: right;
  color: #677c72;
  font-weight: 600;
}
.icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #677c72;
  background-image: url("../それいゆ素材/装飾素材/矢印アイコン　右2_緑.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color .2s ease-out;
}
.navigation-img:hover .icon {
  background-color: #677c72;
  background-image: url("../それいゆ素材/装飾素材/矢印アイコン　右2.png");
}
@media(max-width:779px) {
  .navigation {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navigation-title {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .navigation-title h2 {
    position: absolute;
    text-align: left;
    left: 0;
    top: 100px;
    z-index: 2;
    font-size: 3.8rem;
  }
  .navigation-title h2 span {
    text-align: left;
    padding-left: 30px;
  }
  .navigation-title__logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .navigation-title__logo img {
    width: 100%;
    height: auto;
    transform: none;
  }
  .navigation-list {
    display: block;
    width: 80%;
    margin: 0 auto 0;
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .navigation-list li {
    height: 200px;
  }
  .navigation-img {
    margin: 0 auto;
    max-width: 500px;
  }
  .navigation-img img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .navigation-img h3 {
    margin: 30px auto 30px;
  }
  .navigation-img:nth-child(3n+2) {
    top: 0;
  }
  .btn {
    padding-top: 50px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .navigation {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .navigation-title {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .navigation-title h2 {
    position: absolute;
    text-align: left;
    left: 0;
    top: 100px;
    z-index: 2;
    font-size: 3.8rem;
  }
  .navigation-title h2 span {
    text-align: left;
    padding-left: 30px;
  }
  .navigation-title__logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .navigation-title__logo img {
    width: 100%;
    height: auto;
    transform: none;
  }
  .navigation-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto 60px;
    position: relative;
    padding-top: 150px;
    padding-bottom: 60px;
  }
 
  .navigation-img:nth-child(2) {
    margin-top: 230px;
  }
  .navigation-img:nth-child(3) {
    margin-top: -200px;
  }
  .btn {
    max-width: 450px;
  }
}
.section-news {
  margin: 0 auto 0;
  position: relative;
  padding: 60px 0 0 0;
}
.news-wrap {
  background-color: #FFF9EC;
  padding-bottom: 60px;
  position: relative;
  width: 100%;
  height: auto;
}
.news-detail {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.news-title {
  width: 100%;
  max-width: 200px;
  height: auto;
  position: relative;
  margin-right: 30px;
}
.news-title {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
.news-title h2 {
  z-index: 2;
  display: block;
  text-align: left;
  font-family: adobe-handwriting-frank, sans-serif;
  font-size: 4.6rem;
}
.news-title h2 span {
  display: block;
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-left: 15px;
}
.news-title__logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  position: absolute;
  top: -100px;
  left: 0;
}
.news-title__logo img {
  width: 100%;
  height: auto;
}
.section-news ol {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1160px;
}
.section-news ol li {
  text-align: left;
  border-bottom: 2px solid #bcbcbc;
  padding-bottom: 20px;
  padding-top: 20px;
  list-style: none;
}
.section-news li time {
  font-weight: 600;
}
.section-news li time::after {
  content: ": ";
}
.section-news h3 {
  display: inline;
}
.section-news li time {
  font-weight: 600;
}
.section-news li time::after {
  content: ": ";
}
.section-news h3 {
  display: inline;
}
.section-news p {
  display: inline;
}
.section-news ol li:first-child {
  border-top: 2px solid #bcbcbc;
}
.section-news li:nth-child(2) {
  margin-bottom: 30px;
}
.section-news ol li a {
  text-decoration: none;
  color: #333;
  padding-left: 30px;
}
.news-more {
  color: #677c72;
  border: 2px solid #677c72;
  padding: 10px 50px;
  border-radius: 30px;
  transition: background-color .2s ease-out;
}
.news-more:hover {
  background-color: #677c72;
  color: #FFF;
  opacity: 1;
}
@media (max-width:1024px) {
  .section-news {
    padding: 0 0 0 0;
  }
  .news-detail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .news-title {
    width: 100%;
    height: auto;
    position: relative;
    margin-right: 30px;
  }
  .news-title__logo {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  .news-title__logo img {
    width: 100%;
    height: auto;
  }
  .news-title h2 {
    font-size: 3.8rem;
  }
  .section-news ol {
    margin-left: 0;
  }
}
@media (max-width:769px) {
  .section-news p {
    display: block;
  }
}
.flow {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: .6s;
  opacity: 0;
  position: relative;
  top: 50px;
}
.active {
  opacity: 1;
  top: 0;
}
.flow-wrap {
  background-color: #a2c2b2;
  border-radius: 30px;
  max-width: 1160px;
  padding: 0 60px 60px 60px;
  margin-left: auto;
  margin-right: auto;
}
.flow-wrap h2 {
  z-index: 2;
  display: block;
  padding-bottom: 30px;
  padding-top: 60px;
  text-align: center;
  font-family: adobe-handwriting-frank, sans-serif;
  font-size: 4.6rem;
}
.flow-wrap h2 span {
  display: block;
  font-weight: 400;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 20px;
}
.contents-wide {
  padding-top: 30px;
}
.step {
  display: flex;
  justify-content: space-around;
  height: 100%;
  margin-bottom: 60px;
  max-width: 1160px;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}
.step-list {
  position: relative;
  list-style: none;
  width: 20%;
}
.step-list__01 {
  position: relative;
  background-color: #FFF;
  border-radius: 50px;
  max-width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}
.step-list__01 dt {
  padding-top: 28px;
}
.step-list p {
  text-align: left;
  width: 100%;
  position: relative;
  line-height: 1.5;
}
.step-list::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60px;
  margin: auto;
  transform: rotate(45deg);
}
.step-list:last-child::after {
  display: none;
  margin-right: 0;
}
.belong {
  margin-top: 30px;
}
.belong-wrap {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.hukidashi {
  width: 100%;
  max-width: 1040px;
  background-color: #FFF;
  border-radius: 20px;
  border: 2px solid #333;
  padding: 30px 60px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.hukidashi-detail {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
}
.hukidashi h4 {
  text-align: left;
}
.belong-contents {
  text-align: left;
  width: 50%;
  border: dashed #333;
  border-width: 0 2px 0 0;
}
.caution {
  text-align: left;
  width: 50%;
  padding-left: 30px;
}
.reserve-button a {
  color: #333;
  border: 2px solid #333;
  padding: 10px 50px;
  border-radius: 30px;
  transition: background-color .2s ease-out;
}
.reserve-button a:hover {
  background-color: #333;
  color: #FFF;
  opacity: 1;
}
@media(max-width:769px) {
  .flow {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .flow-wrap {
    padding: 0 30px 30px 30px;
  }
  .step {
    display: block;
    position: relative;
  }
  .step-list {
    position: relative;
    width: 85%;
    padding: 30px 0 30px;
    list-style: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .step-list p {
    text-align: center;
  }
  .step-list::after {
    position: absolute;
    top: 0;
    bottom: -100%;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(135deg);
  }
  .hukidashi {
    padding: 20px 40px;
    margin-top: 30px;
  }
  .hukidashi-detail {
    display: block;
  }
  .belong-contents {
    text-align: left;
    width: 100%;
    border: dashed #333;
    border-width: 0 0 2px 0;
    padding-bottom: 10px;
  }
  .caution {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.contact {
  border-radius: 30px;
  box-sizing: border-box;
  padding-bottom: 100px;
  position: relative;
}
.contact-wrap {
  background-color: #a2c2b2;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  padding: 100px 80px 80px;
}
.contact-wrap h2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 2.4rem;
  max-width: 1040px;
  margin-bottom: 40px;
  font-family: adobe-handwriting-frank, sans-serif;
}
.contact-wrap h2:before {
  position: absolute;
  top: calc(35% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #333;
}
.contact-wrap h2 span {
  font-size: 1.8rem;
  position: relative;
  padding: 0 20px;
  background: #a2c2b2;
}
.contact-message {
  width: 80%;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1.6;
  margin: 0 auto 60px auto;
  color: #FFF;
}
.contact-container {
 /*display: flex;
  justify-content: center;*/
  max-width: 1160px;
  color: #333;
}
.contact-flex{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.line{
  margin-top: 20px;
}
.contact-container__number {
  margin-right: 60px;
}
.tel {
  text-align: left;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.tel a {
  color: #333;
  text-decoration: none;
}
.mail {
  text-align: left;
  font-weight: 600;
  font-size: 2.4rem;
}
.mail a {
  color: #333;
  text-decoration: none;
}
.contact-container__form {
  margin-left: 60px;
  margin-top: 20px;
  position: relative;
}
.contact-container__form p {
  color: #333;
  text-align: left;
  font-weight: 600;
  font-size: 2.4rem;
}
.contact-container__form span {
  color: #333;
  text-align: center;
  font-size: 1.0rem;
  font-weight: 400;
}
.contact-container__form::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  position: absolute;
  top: 20px;
  right: -20px;
  transform: rotate(45deg);
}
.contact-time {
  margin-top: 60px;
}
.decoration {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 779px) {
  .contact {
    padding: 30px 0;
  }
  .contact-wrap {
    padding: 25px 20px 20px;
    width: 80%;
  }
  .contact-wrap h2 {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .contact-message {
    width: 80%;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 auto 0 auto;
    padding: 30px 0 0 0;
  }
  .contact-container {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
  .contact-flex{
    display: block;
  }
  .contact-container__number {
    margin-right: 0;
  }
  .tel {
    text-align: center;
    font-size: 1.3rem;
  }
  .mail {
    text-align: center;
    border-bottom: 2px solid #333;
    padding-bottom: 20px;
    font-size: 1.3rem;
  }
  .contact-container__form {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-container__form p {
    text-align: center;
    font-size: 1.3rem;
  }
  .contact-container__form::after {
    width: 4px;
    height: 4px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    top: 20px;
    right: 0;
  }
  .contact-time {
    margin-top: 0;
    padding: 30px 0;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .contact {
    padding: 30px;
  }
  .contact-wrap {
    padding: 50px 40px 40px;
    width: 80%;
  }
  .contact-wrap h2 {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .contact-message {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 auto 0 auto;
    padding: 30px 0 0 0;
  }
  .contact-container {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
  
  .contact-container__number {
    margin-right: 0;
  }
  .tel {
    text-align: center;
  }
  .mail {
    text-align: center;
    border-bottom: 2px solid #333;
    padding-bottom: 20px;
  }
  .contact-container__form {
   margin: 0 20px;
  }
  .line{ margin-top: 0px;}
   
  
  .contact-container__form p {
    text-align: center;
  }
  .contact-container__form::after {
    top: 20px;
    right: -10px;
  }
  .contact-time {
    margin-top: 0;
    padding: 30px 0;
  }
}

.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}