@charset "UTF-8";
/* CSS Document */
/*----------トップセクション----------*/
.section-top {
  margin-top: 60px;
  max-width: 100vw;
  background-image: url("../top_img/houses_pc.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 670px;
  border-style: none;
  border: none;
  vertical-align: bottom;
}
.section-top_hero {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.maholoba-img {
  width: 103px;
  height: 295px;
}
.blue-2birds {
  width: 87px;
  height: 81px;
}
.hero-img {
  padding-top: 20px;
  max-width: 100vw;
}
/*----------mobile版トップセクション----------*/
@media (max-width:767px) {
  .section-top {
    background-image: url("../top_img/houses_green_mobile.png");
    height: 450px;
  }
  .maholoba-img {
    width: 63px;
    height: 178px;
  }
  .blue-2birds {
    width: 55px;
    height: 54px;
  }
}
/*----------メッセージセクション----------*/
.message {
  background-color: #cae9e0;
  padding-bottom: 60px;
}
.message-details1 {
  padding-top: 60px;
  margin: 0 auto;
  width: 65vw;
  color: #356869;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.message-details1 li {
  padding-top: 25px;
}
.message-right {
  margin: 0 0 0 auto;
}
.message-details2 {
  width: 68vw;
  margin: 25px auto 50px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  color: #356869;
}
.mokomoko-green-tree1 {
  width: 120px;
  height: 143px;
}
.mokomoko-green-tree2 {
  display: none;
}
.message-details3 {
  margin-left: 20px;
  padding-top: 25px;
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.message-details4 {
  text-decoration: underline #ffea7c;
}
.maholoba1 {
  font-size: 35px;
}
/*ボタン*/
.buttun_purpose {
  margin-left: 70vw;
}
.btn02 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 230px;
  height: 50px;
  letter-spacing: 0.13em;
  line-height: 50px;
  text-align: center;
  outline: none;
}
.btn02 span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #f3b8b1;
  border-radius: 30px;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.rotatefront span:nth-child(1) {
  background: #f3b8b1;
  color: #666666;
  border: 2px solid #f3b8b1;
  font-size: 1.7rem;
  font-weight: 500;
  transform: rotateX(0deg);
  transform-origin: 0 50% -25px;
}
.rotatefront:hover span:nth-child(1) {
  transform: rotateX(-90deg);
}
.rotatefront span:nth-child(2) {
  background: #356869;
  color: #f3b8b1;
  border: 2px solid #f3b8b1;
  transform: rotateX(90deg);
  transform-origin: 0 50% -25px;
}
.rotatefront:hover span:nth-child(2) {
  transform: rotateX(0deg);
}
/*----------mobile版メッセージセクション----------*/
@media (max-width:960px) {
  .message-details1 {
    padding-top: 40px;
    font-size: 1.6rem;
    width: 80vw;
  }
  .message-details1 li {
    width: 250px;
    padding-top: 40px;
  }
  .message-details2 {
    width: 72vw; 
  }
  .message-details3 {
    font-size: 2.0rem;
    margin-left: 0;
  }
  .message-details4 {
    font-size: 2.0rem;
    letter-spacing: 0.11em;
    text-decoration: underline #ffea7c;
  }
  .message-details5 {
    padding-top: 15px;
  }
  .maholoba1 {
    font-size: 2.8rem;
  }
  .message-details2 {
    display: block;
  }
  .mokomoko-green-tree1 {
    display: none;
  }
  .message-details6 {}
  .mokomoko-green-tree2 {
    display: block;
    width: 115px;
    height: 137px;
    margin: 0 auto 30px;
  }
  .buttun_purpose {
    margin: 0 auto;
    text-align: center;
  }
}
/*----------questionセクション----------*/
#question {
  margin: 0 0 90px 0;
  padding-top: 150px;
  display: flex;
  justify-content: center;
}
.question1 {
  margin: 0 35px;
  max-width: 350px;
  width: 50vw;
  height: 100%;
}
.question2 {
  margin: 0 35px;
  max-width: 350px;
  width: 50vw;
  height: 100%;
}
#mobile_question {
  display: none;
}
.question1:hover {
  transform: scale(1.1);
}
.question2:hover {
  transform: scale(1.1);
}
/*----------mobile版questionセクション----------*/
@media (max-width:960px) {
  #question {
    display: none;
  }
  #mobile_question {
    margin: 0 0 90px 0;
    padding-top: 120px;
    display: flex;
    justify-content: center;
  }
  .question3 {
    margin: 0 5vw 0 25px;
    max-width: 200px;
    width: 148px;
    height: 338px;
  }
  .question4 {
    margin: 0 25px 0 5vw;
    max-width: 200px;
    width: 148px;
    height: 336px;
  }
}
/*----------aboutセクション----------*/
#about {
  margin-bottom: 150px;
  background-color: #f7ded9;
  border-radius: 60px;
  padding: 80px 0 100px 0;
}
.about-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 80px;
}
.about-title1 {
  margin-left: 80px;
  line-height: 1.3;
}
.about-title2 {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: Quicksand;
  color: #509c9e;
  letter-spacing: 0.12em;
  text-align: left;
}
.about-title3 {
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0.11em;
}
.about-title img {
  width: 59px;
  height: 77px;
  margin-left: 20px;
}
.about-message {
  writing-mode: vertical-rl;
  font-size: 2.0rem;
  line-height: 2.0;
  letter-spacing: 0.12em;
  width: 400px;
  margin: 0 auto;
}
.color-blue {
  color: #509c9e;
  font-size: 30px;
}
.color-red {
  color: #ff6161;
  font-size: 30px;
}
/*----------mobile版aboutセクション----------*/
@media (max-width:960px) {
  #about {
    border-radius: 40px;
    margin-bottom: 80px;
  }
  .about-title {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }
  .about-title1 {
    margin-left: 0;
  }
  .about-title2 {
    font-size: 1.6rem;
  }
  .about-title3 {
    font-size: 3.0rem;
    line-height: 1.4;
    letter-spacing: 0.11em;
  }
  .about-title img {
    margin: 30px 0;
  }
  
  .about-message {
    font-size: 1.6rem;
    width: 292px;
  }
  .color-blue, .color-red {
    font-size: 2.2rem;
  }
}
/*----------activitiesセクション----------*/
#activities {
  margin-bottom: 140px;
  padding-top: 30px;
}
.activities-title {
  width: 683px;
  margin: 0 auto;
  line-height: 1.2;
  margin-bottom: 80px;
}
.activities-title1 {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: Quicksand;
  color: #509c9e;
  letter-spacing: 0.12em;
  text-align: left;
}
.activities-title2 {
  font-size: 3.6rem;
  letter-spacing: 0.12em;
}
.activities-area1 {
  margin-bottom: 100px;
}
.bluebird-right {
  width: 120px;
  height: 132px;
  position: absolute;
  left: 150px;
}
.room {
  width: 80vw;
  max-width: 1185px;
  max-height: 752px;
  margin: 0 auto 0 10vw;
}
.activities-area1_description {
  width: 80vw;
  border-radius: 0 0 20px 20px;
  background-color: #cae9e0;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1185px;
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 0.11em
}
.activities-area2 {
  margin-bottom: 100px;
  text-align: center;
}
.activities-area2_photos {
  display: flex;
  justify-content: center;
  max-width: 1440px;
  width: 98vw;
  margin-left: 1vw;
}
.activities-area2_photos-mobile {
  display: none;
}
.desk, .cakes, .foods {
  padding: 0 5px;
  border-radius: 20px;
}
.desk {
  width: 27vw;
  height: 100%;
}
.cakes {
  width: 25vw;
  height: 100%;
}
.foods {
  width: 43vw;
  height: 100%;
}
.activities-area2_description {
  background-color: #cae9e0;
  width: 96vw;
  margin: 20px auto;
  text-align: center;
  padding: 20px 25px;
  max-width: 1185px;
  border-radius: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.11em
}
.activities-area3 {
  display: flex;
  justify-content: center;
  margin: 0 40px;
}
.discussion {
  padding-right: 40px;
}
.discussion-img {
  border-radius: 20px;
}
.discussion-img-description {
  text-align: right;
}
.disussion-details {
  background-color: #f3d2ac;
  max-width: 564px;
  border-radius: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  letter-spacing: 0.11em
}
.discussion-details1 {
  padding: 0 25px;
  font-size: 2.0rem;
  margin-top: 40px;
}
.bluebird-left {
  width: 84px;
  height: 91px;
  margin-right: 70px;
  margin-top: 30px;
}
/*----------mobile版activitiesセクション----------*/
@media (min-width: 575px) and (max-width: 960px) {
  #activities {
    margin-bottom: 100px;
  }
  .activities-title {
    margin-bottom: 60px;
    width: 270px;
  }
  .activities-title1 {
    font-size: 1.6rem;
  }
  .activities-title2 {
    font-size: 3.0rem;
    line-height: 1.5;
    letter-spacing: 0.11em;
  }
  .activities-area1 {
    margin-bottom: 80px;
  }
  .bluebird-right {
    width: 76px;
    height: 82px;
    position: absolute;
    left: 9vw;
  }
  .room {
    width: 100vw;
    margin: 0 auto;
  }
  .activities-area1_description {
    width: 100vw;
    border-radius: 0 0 30px 30px;
    margin: 0 auto;
    padding: 20px 16vw;
    font-size: 1.6rem;
    text-align: left;
  }
  .activities-area2_photos {
    display: none;
  }
  .activities-area2_photos-mobile {
    display: block;
  }
  .desk-cakes {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .desk {
    width: 47vw;
    height: 100%;
  }
  .cakes {
    width: 44vw;
    height: 100%;
  }
  .foods {
    width: 93vw;
    height: 100%;
  }
  .activities-area2_description {
    width: 100vw;
    border-radius: 30px;
    margin: 30px auto 0 auto;
    padding: 20px 15vw;
    font-size: 1.6rem;
    text-align: left;
  }
  .activities-area3 {
    display: block;
    margin: 0;
  }
  .discussion {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .discussion img {
    width: 94vw;
    height: 100%;
  }
  .discussion-img-description {
    text-align: center;
    font-size: 1.4rem;
    color: #666666;
    margin-bottom: 8px;
  }
  .disussion-details {
    padding: 20px;
    max-width: 100%;
  }
  .discussion-details1 {
    width: 90vw;
    border-radius: 30px;
    margin: 30px auto 0 auto;
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
  .bluebird-left {
    width: 73px;
    height: 80px;
    margin-right: 30px;
    margin-top: 0;
  }
}
@media (max-width: 574px) {
  #activities {
    margin-bottom: 100px;
  }
  .activities-title {
    margin-bottom: 60px;
    width: 270px;
  }
  .activities-title1 {
    font-size: 1.6rem;
  }
  .activities-title2 {
    font-size: 3.0rem;
    line-height: 1.5;
    letter-spacing: 0.11em;
  }
  .activities-area1 {
    margin-bottom: 80px;
  }
  .bluebird-right {
    width: 76px;
    height: 82px;
    position: absolute;
    left: 9vw;
  }
  .room {
    width: 100vw;
    margin: 0 auto;
  }
  .activities-area1_description {
    width: 100vw;
    border-radius: 0 0 30px 30px;
    margin: 0 auto;
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
  .activities-area2_photos {
    display: none;
  }
  .activities-area2_photos-mobile {
    display: block;
  }
  .desk-cakes {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .desk {
    width: 47vw;
    height: 100%;
  }
  .cakes {
    width: 44vw;
    height: 100%;
  }
  .foods {
    width: 93vw;
    height: 100%;
  }
  .activities-area2_description {
    width: 100vw;
    border-radius: 30px;
    margin: 30px auto 0 auto;
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
  .activities-area3 {
    display: block;
    margin: 0;
  }
  .discussion {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .discussion img {
    width: 94vw;
    height: 100%;
  }
  .discussion-img-description {
    text-align: center;
    font-size: 1.4rem;
    color: #666666;
    margin-bottom: 8px;
  }
  .disussion-details {
    padding: 20px;
    max-width: 100%;
  }
  .discussion-details1 {
    width: 90vw;
    border-radius: 30px;
    margin: 30px auto 0 auto;
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
  .bluebird-left {
    width: 73px;
    height: 80px;
    margin-right: 30px;
    margin-top: 0;
  }
}
/*----------accessセクション----------*/
#access {
  background-color: #cae9e0;
  border-radius: 60px;
  margin-bottom: 140px;
  padding-top: 20px;
}
.access-title {
  padding: 60px 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.green-bird {
  width: 90px;
  height: 104px;
  margin-right: 40px;
}
.access-title h2 {
  line-height: 1.3;
}
.access-title1 {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: Quicksand;
  color: #509c9e;
  letter-spacing: 0.11em;
  text-align: left;;
}
.access-title2 {
  font-size: 3.6rem;
  letter-spacing: 0.11em;
}
.howtogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.googlemap {
  border-radius: 20px;
  max-width: 545px;
  height: 205px;
  margin: 0 35px;
}
.address-and-bytrain {
  text-align: center;
  margin: 0 20px;
  letter-spacing: 0.12em;
}
.address {
  border-bottom: solid 1px #509c9e;
  padding: 0 75px 15px;
}
.bytrain {
  padding-top: 15px;
}
.photo-and-activitiesday {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.omori-church_photo {
  border-radius: 20px;
  max-width: 358px;
  max-height: 348px;
}
.photo-description {
  padding-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  max-width: 380px;
}
.pc-hidden_omori-church {
  display: none;
}
.activitiesday {
  border: solid 4px #f3b8b1;
  border-radius: 90px;
  text-align: center;
  padding: 100px 7vw 0 7vw;
  margin: 0 0 0 4vw;
}
.activitiesday h3 {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  border-bottom: solid 2px #509c9e;
}
.activitiesday-title {
  padding: 0 25px 0 90px;
}
.leavestree {
  width: 110px;
  height: 129px;
}
.activitiesday-dates {
  padding-top: 40px;
  letter-spacing: 0.15rem;
  font-size: 2.0rem;
}
/*----------mobile版questionセクション----------*/
@media (max-width:960px) {
  .green-bird {
    width: 56px;
    height: 64px;
    margin: 10px 10px 0 0;
  }
  .access-title {
    padding: 60px 0 60px;
  }
  .access-title1 {
    font-size: 1.6rem;
  }
  .access-title2 {
    font-size: 3.0rem;
    letter-spacing: 0.09em;
  }
  .howtogo {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .googlemap {
    width: 80vw;
    height: 155px;
    margin-bottom: 30px;
  }
  .address {
    font-size: 1.5rem;
    border: none;
    line-height: 1.6;
    padding: 0 40px 20px;
  }
  .bytrain {
    padding: 0 0 0 4vw;
    border-left: solid 2px #509c9e;
  }
  .photo-and-activitiesday {
    display: block;
  }
  .omori-church {
    display: flex;
    justify-content: center;
    width: 90vw;
    margin: 0 auto;
  }
  .omori-church_photo {
    width: 192px;
    height: 187px;
  }
  .photo-description {
    font-size: 1.5rem;
    padding: 20px 0 0 15px;
  }
  .mobile-hidden {
    display: none;
  }
  .pc-hidden_omori-church {
    display: block;
    color: #509c9e;
    width: 87vw;
    margin: 20px auto 80px auto;
  }
  .activitiesday {
    border-radius: 40px;
    padding: 20px 3vw 40px;
    width: 90vw;
    max-width: 425px;
    margin: 0 auto;
  }
  .activitiesday h3 {
    width: 245px;
    margin: 0 auto;
  }
  .activitiesday-title {
    font-size: 2.2rem;
    letter-spacing: 0.13em;
    padding: 0 25px 0 80px;
  }
  .leavestree {
    width: 52px;
    height: 61px;
  }
  .activitiesday-dates {
    padding-top: 10px;
    letter-spacing: 0.15rem;
    font-size: 1.6rem;
  }
}
/*----------specialthanksセクション----------*/
.special-thanks {
  background-color: #f2d4ce;
  border-radius: 80px;
  padding: 80px 70px 100px 60px;
  margin-bottom: 100px;
}
.special-thanks_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.special-thanks_title h2 {
  line-height: 1.2;
}
.red-flower {
  width: 74px;
  height: 68px;
  margin: 35px 25px 0 0;
}
.special-thanks-title1 {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: Quicksand;
  color: #509c9e;
  letter-spacing: 0.12em;
  text-align: left;
  margin: 0 auto;
}
.special-thanks-title2 {
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
.special-thanks_details {
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 2.0;
}
.specialthanks-button_description {
  color: #186d6f;
  text-align: right;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.buttun_specialthanks {
  text-align: right;
}
/*ボタン２*/
.btn03 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: Quicksand;
  letter-spacing: 0.13em;
  outline: none;
  margin-left: 60vw;
}
.btn03 span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #186d6f;
  border-radius: 30px;
  background-color: #186d6f;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.rotatefront03 span:nth-child(1) {
  background: #186d6f;
  color: #faf8f4;
  font-size: 1.8rem;
  font-weight: 500;
  transform: rotateX(0deg);
  transform-origin: 0 50% -25px;
}
.rotatefront03:hover span:nth-child(1) {
  transform: rotateX(-90deg);
}
.rotatefront03 span:nth-child(2) {
  background: #cae9e0;
  color: #186d6f;
  transform: rotateX(90deg);
  transform-origin: 0 50% -25px;
}
.rotatefront03:hover span:nth-child(2) {
  transform: rotateX(0deg);
}
/*----------specialthanksセクション----------*/
@media (max-width:960px) {
  .special-thanks {
    border-radius: 20px;
    padding: 80px 20px 80px 20px;
    margin-bottom: 80px;
  }
  .special-thanks_title {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .special-thanks-title1 {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    text-align: left;
    margin: 0 auto;
  }
  .special-thanks-title2 {
    font-size: 2.9rem;
    letter-spacing: 0.10em;
    line-height: 1.3;
  }
  .red-flower2 {
    width: 58px;
    height: 53px;
    margin-top: 30px;
  }
  .special-thanks_details {
    width: 80vw;
    font-size: 1.6rem;
  }
  .specialthanks-button_description {
    text-align: left;
    font-size: 1.5rem;
    width: 200px;
    margin: 0 auto 10px;
  }
  .buttun_specialthanks {
    text-align: center;
  }
  .btn03 {
    margin: 0 auto;
  }
}
/*----------contactセクション----------*/
#contact {
  margin-bottom: 120px;
}
#contact h2 {
  margin-bottom: 60px;
}
.contact-title1 {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: Quicksand;
  color: #509c9e;
  letter-spacing: 0.12em;
  text-align: left;
  width: 255px;
  margin: 0 auto;
}
.contact-title2 {
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  width: 255px;
  margin: 0 auto;
}
form {
  width: 80%;
  text-align: center;
}
.inquiry {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 40px 0;
  margin: 0 15vw 130px;
}
.inquiry h2 {
  line-height: 1.3;
}
.inquiry p {
  font-size: 2.8rem;
  padding-top: 10px;
  margin-bottom: 50px;
}
.wrapper {
  overflow: hidden;
}
.inquiry-contents {
  margin: 0 auto 30px;
  text-align: left;
}
.inquiry-title {
  display: inline-block;
  font-size: 1.5rem;
  width: 30%;
}
.inquiry-details {
  background-color: #f3d2ac;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  width: 100%;
}
.inquiry-btn {
  width: 150px;
  background-color: #509c9e;
  color: #faf8f4;
  font-size: 1.8rem;
  border-radius: 20px;
  font-weight: bold;
  letter-spacing: 0.7em;
  text-align: center;
  padding-left: 11px;
  margin-top: 40px;
}
/*----------mobile版 contactセクション----------*/
@media (max-width:960px) {
  .contact-title1 {
    font-size: 1.6rem;
  }
  .contact-title2 {
    font-size: 3.0rem;
  }
  form {
    width: 90%;
  }
  .inquiry-title {
    width: 80%;
  }
}