@charset "UTF-8";
#header {
  background-color: #F3EFEE;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}
#header #header__wrap #header__navigation #header__navigation__menu .header__menu-list a {
  display: block;
  transition: 0.3s;
}
#header #header__wrap #header__navigation #header__navigation__menu .header__menu-list:nth-child(6) a {
  color: white;
  background-color: #626262;
}

@media (min-width: 768px) {
  #header #header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 3vw;
  }
  #header #header__wrap #header__menuButton {
    display: none;
  }
  #header #header__wrap #header__navigation #header__navigation__menu {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #header #header__wrap #header__navigation #header__navigation__menu .header__menu-list:nth-child(6) a {
    width: 180px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header #header__wrap #header__navigation #header__navigation__menu .header__menu-list:nth-child(6) a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  #header {
    height: 55px;
    position: relative;
  }
  #header #header__wrap .header__title a {
    line-height: 55px;
    padding-left: 20px;
  }
  #header #header__wrap #header__navigation {
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    width: 100%;
  }
  #header #header__wrap #header__navigation #header__navigation__menu {
    display: none;
  }
  #header #header__wrap #header__navigation #header__navigation__menu.active {
    display: block;
  }
  #header #header__wrap #header__navigation #header__navigation__menu .header__menu-list a {
    padding: 20px;
    background-color: #F3EFEE;
  }
  #header #header__wrap #header__navigation #header__navigation__menu .header__menu-list a:hover {
    background-color: #626262;
    color: white;
  }
  #header #header__wrap #header__navigation #header__navigation__menu .header__menu-list:nth-child(4) a:hover {
    color: black;
    background-color: #939393;
  }
  #header #header__menuButton {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-color: transparent;
    cursor: pointer;
  }
  #header #header__menuButton .menuButton-line {
    position: absolute;
    background-color: #626262;
    width: 30px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  #header #header__menuButton .menuButton-line:nth-child(1) {
    top: 10px;
  }
  #header #header__menuButton .menuButton-line:nth-child(2) {
    top: 50%;
    transform: translateX(-50%, -50%);
  }
  #header #header__menuButton .menuButton-line:nth-child(3) {
    bottom: 10px;
  }
  #header #header__menuButton.active .menuButton-line:nth-child(1) {
    transform: translate(-50%, 11px) rotate(45deg);
  }
  #header #header__menuButton.active .menuButton-line:nth-child(2) {
    opacity: 0;
  }
  #header #header__menuButton.active .menuButton-line:nth-child(3) {
    transform: translate(-50%, -12px) rotate(-45deg);
  }
}
.swiper {
  width: 100%;
  position: relative;
}
.swiper .card {
  width: 600px;
  height: 400px;
}
.swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #626262;
}
.swiper .swiper-pagination {
  height: 30px;
  right: 10px !important;
}

@media (min-width: 768px) {
  .swiper {
    top: 80px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .swiper {
    height: 400px;
  }
}
#main-container {
  margin-right: 3vw;
  margin-left: 3vw;
}
#main-container #main-container__wrap .main-container__title {
  margin-bottom: 50px;
}
#main-container #main-container__wrap .main-container__text {
  line-height: 25px;
}

@media (min-width: 768px) {
  #main-container {
    margin-top: 140px;
    margin-bottom: 60px;
  }
  #main-container #main-container__wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  #main-container #main-container__wrap .main-container__title {
    text-align: center;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #main-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #main-container #main-container__wrap .main-container__title {
    text-align: center;
    font-size: 24px;
  }
  #main-container #main-container__wrap #main-container__block .main-container__element:nth-child(1), #main-container #main-container__wrap #main-container__block .main-container__element:nth-child(2), #main-container #main-container__wrap #main-container__block .main-container__element:nth-child(3) {
    margin-bottom: 40px;
  }
  #main-container #main-container__wrap #main-container__block .main-container__element a {
    text-align: center;
  }
  #main-container #main-container__wrap #main-container__block .main-container__element a img {
    width: 100%;
    height: 300px;
  }
  #main-container #main-container__wrap #main-container__block .main-container__element a .main-container__element-tag {
    justify-content: center;
  }
}
/*お問い合わせ*/
#contact {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 40px 0;
}
#contact::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.7;
  z-index: -1;
}
#contact img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact #contact__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
#contact #contact__wrap #contact__wrapper {
  margin: 0 3vw;
}
#contact #contact__wrap #contact__wrapper .about-us__content__title {
  margin-bottom: 10px;
}
#contact #contact__wrap #contact__wrapper .about-us__content__subtitle {
  margin-bottom: 30px;
}
#contact #contact__wrap #contact__wrapper .about-us__text {
  margin-bottom: 50px;
}
#contact #contact__wrap #contact__wrapper #contact__container .contact__phone a {
  color: white;
  background-color: #303030;
  display: block;
  padding: 25px 0;
  border-radius: 100px;
  transition: 0.3s;
}
#contact #contact__wrap #contact__wrapper #contact__container .contact__phone a:hover {
  opacity: 0.6;
}
#contact #contact__wrap #contact__wrapper #contact__container .contact__mail a {
  color: white;
  background-color: #626262;
  display: block;
  padding: 25px 0;
  border-radius: 100px;
  transition: 0.3s;
}
#contact #contact__wrap #contact__wrapper #contact__container .contact__mail a:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  #contact {
    margin-top: 60px;
  }
  #contact #contact__wrap #contact__wrapper .about-us__content__title {
    font-size: 30px;
  }
  #contact #contact__wrap #contact__wrapper #contact__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #contact #contact__wrap #contact__wrapper #contact__container .contact__phone {
    width: 49%;
  }
  #contact #contact__wrap #contact__wrapper #contact__container .contact__mail {
    width: 49%;
  }
}
@media (max-width: 767px) {
  #contact {
    margin-top: 40px;
  }
  #contact #contact__wrap #contact__wrapper .about-us__content__title {
    font-size: 26px;
  }
  #contact #contact__wrap #contact__wrapper #contact__container .contact__phone {
    width: 100%;
    margin-bottom: 15px;
  }
  #contact #contact__wrap #contact__wrapper #contact__container .contact__mail {
    width: 100%;
  }
}
/*footer*/
footer {
  background-color: #303030;
  color: white;
  padding: 40px 0 20px 0;
  text-align: center;
}
footer #footer {
  max-width: 1100px;
  margin: 0 auto;
}
footer #footer #footer__overview {
  margin: 0 3vw;
}
footer #footer #footer__overview #footer__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
footer #footer #footer__overview #footer__navigation .footer__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
footer #footer #footer__menu {
  margin: 15px 3vw 0 3vw;
}
footer #footer #footer__menu .footer__meu-list:nth-child(1) a, footer #footer #footer__menu .footer__meu-list:nth-child(2) a {
  border-bottom: 1px solid white;
}
footer #footer #footer__menu .footer__meu-list a {
  line-height: 43px;
  display: block;
  transition: 0.3s;
}
footer #footer #footer__menu .footer__meu-list a:hover {
  opacity: 0.6;
}
footer #footer .footer__copyright {
  font-size: 11px;
  margin-top: 20px;
}/*# sourceMappingURL=news4.css.map */