@charset "UTF-8";
.Noto, *, .top__bottom__title-bottom {
  font-family: "Noto Sans", sans-serif;
}

.Brandon, .header__li > a, .top__upper__title-upper, .top__bottom__title-upper, .restaurant__right__title, .maintenance__title, .maintenance__btn, .fond__left__title, .footer__name, .content__title, .content__block-odd__title, .content__block-even__title, .contact__title {
  font-family: "brandon-grotesque", sans-serif;
}

* {
  letter-spacing: 3px;
}

a {
  text-decoration: none !important;
  color: #323232;
}

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

button {
  outline: none !important;
}

.content-width, .top, .restaurant__inner, .fond, .footer__inner, .content, .contact__form {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
}

.header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 4px rgba(116, 160, 181, 0.25);
          box-shadow: 0px 4px 4px rgba(116, 160, 181, 0.25);
}

.header-rp {
  display: none;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  margin-right: 50px;
}

.header__logo > a > img {
  width: 35px;
}

.header__menu {
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #323232;
}

.header__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__li > a {
  margin-right: 20px;
}

.header__btn {
  color: white;
  background-color: #E99A85;
  font-size: 25px;
  border: none;
  border-radius: 8px;
  width: 315px;
  height: 65px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.header__btn:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header__btn > img {
  height: 45px;
  margin-right: 15px;
}

.mobile-menu {
  display: none;
}

.container {
  margin-top: 120px;
}

.donation_cont {
  text-align: center;
}

.donationimg {
  width: 80%;
}

.top__upper {
  position: relative;
}

.top__upper__image {
  text-align: center;
}

.top__upper__image > img {
  width: 90%;
  border-radius: 21px;
}

.top__upper__title {
  position: absolute;
  top: 30%;
  left: 3%;
}

.top__upper__title-upper, .top__upper__title-bottom {
  color: #74A0B5;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 10px;
  background-color: #F3FAFC;
  display: inline-block;
  padding: 10px;
}

.top__upper__title-upper {
  margin-bottom: 20px;
}

.top__bottom {
  padding: 100px 0;
  margin: 100px 0;
  background-image: url(../images/global.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.top__bottom__title {
  font-weight: 700;
  text-align: center;
}

.top__bottom__title-upper {
  color: #1D589D;
  font-size: 30px;
  margin-bottom: 30px;
}

.top__bottom__title-bottom {
  color: #323232;
  font-size: 15px;
  line-height: 30px;
}

.restaurant {
  position: relative;
}

.restaurant::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background-color: #F3FAFC;
  z-index: -1;
}

.restaurant__inner {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.restaurant__left {
  margin-right: 25px;
}

.restaurant__left > img {
  height: 350px;
}

.restaurant__right {
  margin-left: 25px;
  height: 350px;
  background-color: white;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.restaurant__right__title {
  color: #1D589D;
  font-size: 15px;
  font-weight: 700;
}

.restaurant__right__title-bottom {
  font-size: 30px;
}

.restaurant__right__description {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  padding: 25px 0;
}

.restaurant__right__btn {
  color: white;
  background-color: #E99A85;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  width: 155px;
  height: 40px;
  -webkit-box-shadow: 0px 4px 4px rgba(116, 160, 181, 0.25);
          box-shadow: 0px 4px 4px rgba(116, 160, 181, 0.25);
}

.restaurant__right__btn:hover {
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.swiper {
  width: 100%;
  text-align: center;
}

.swiper-slide > img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.maintenance {
  margin: 100px 0;
  padding: 100px 0;
  background-image: url(../images/maintenace.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.maintenance::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  z-index: -1;
}

.maintenance__inner {
  color: white;
  font-weight: 700;
  text-align: center;
}

.maintenance__title {
  font-size: 30px;
}

.maintenance__description {
  font-size: 14px;
  padding: 20px 0;
}

.maintenance__btn {
  color: white;
  background-color: transparent;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid white;
  width: 200px;
  height: 40px;
}

.maintenance__btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.maintenance__vector {
  margin-top: 50px;
}

.fond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.fond__left {
  margin-right: 25px;
  height: 350px;
  background-color: white;
  text-align: center;
  padding: 30px;
}

.fond__left__title {
  color: #1D589D;
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}

.fond__left__description {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  padding: 25px 0;
}

.fond__left__btn {
  color: white;
  background-color: #E99A85;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  width: 155px;
  height: 40px;
  -webkit-box-shadow: 0px 4px 4px rgba(116, 160, 181, 0.25);
          box-shadow: 0px 4px 4px rgba(116, 160, 181, 0.25);
}

.fond__left__btn:hover {
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.fond__right {
  margin-left: 25px;
}

.fond__right > img {
  height: 350px;
}

.footer {
  background-color: #1D589D;
  color: white;
  padding: 100px 0;
}

.footer a {
  color: white;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer__left {
  font-weight: 700;
  padding: 20px 0;
  font-size: 15px;
}

.footer__name {
  font-size: 30px;
}

.footer__address, .footer__contact {
  padding: 25px 5px;
  line-height: 30px;
}

.content__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #1D589D;
}

.content__subtitle {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 25px 0;
}

.content__inner-pc {
  margin: 50px;
  padding: 25px 50px;
  background-color: #F3FAFC;
  border-radius: 25px;
  position: relative;
}

.content__inner-sp {
  display: none;
}

.content__vector-top {
  position: absolute;
  top: 300px;
  right: 20px;
}

.content__vector-top > img {
  display: block;
}

.content__vector-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.content__vector-bottom > img {
  display: block;
}

.content__block-odd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}

.content__block-odd__left > img {
  width: 400px;
}

.content__block-odd__right {
  background-color: white;
  padding: 30px;
  border-radius: 0px 25px 25px 0px;
}

.content__block-odd__title {
  font-size: 30px;
  font-weight: 700;
  color: #1D589D;
}

.content__block-odd__description {
  font-size: 15px;
  font-weight: 700;
  padding: 15px 0;
}

.content__block-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}

.content__block-even__left {
  background-color: white;
  padding: 30px;
  border-radius: 25px 0px 0px 25px;
}

.content__block-even__title {
  font-size: 30px;
  font-weight: 700;
  color: #1D589D;
}

.content__block-even__description {
  font-size: 15px;
  font-weight: 700;
  padding: 15px 0;
}

.content__block-even__right > img {
  width: 400px;
}

.contact__upper {
  font-weight: 700;
  color: #1D589D;
  text-align: center;
}

.contact__title {
  font-size: 50px;
}

.contact__subtitle {
  font-size: 15px;
  padding: 25px 0;
}

.contact__description {
  color: black;
}

.contact__form {
  background-color: #F3FAFC;
  margin: 50px auto;
  padding: 50px 0;
  border-radius: 25px;
}

.contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}

.contact__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  padding: 15px;
  background-color: #1D589D;
  color: white;
  font-size: 15px;
  font-weight: 700;
}

.contact__left__textarea {
  height: 250px;
}

.contact__span {
  color: #1D589D;
  background-color: white;
  padding: 5px 15px;
}

.contact__right {
  width: 70%;
  height: 62px;
}

.contact__right__textarea {
  height: 250px;
}

.contact__input, .contact__textarea {
  width: 100%;
  height: 100%;
  border: none;
}

.contact__input:focus, .contact__textarea:focus {
  outline: 0;
}

.contact__btn {
  display: block;
  margin: 25px auto;
  color: white;
  background-color: #E99A85;
  font-size: 25px;
  border: none;
  border-radius: 8px;
  width: 315px;
  height: 65px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.contact__btn:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* タブレット表示時 */
@media (max-width: 1024px) {
  .header-pc {
    display: none;
  }
  .header-rp {
    display: block;
    height: 60px;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  .mobile-menu__btn {
    background-color: unset;
    border: none;
    outline: none !important;
    cursor: pointer;
  }
  .mobile-menu__btn > span {
    background-color: #323232;
    width: 35px;
    height: 2px;
    display: block;
    margin-bottom: 9px;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .mobile-menu__btn > span:last-child {
    margin-bottom: 0;
  }
  .mobile-menu__main {
    padding: 0;
  }
  .mobile-menu__li {
    list-style: none;
    color: #323232;
    display: block;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ECECEC;
  }
  .mobile-menu__li > a {
    color: #323232;
  }
  .menu-open .mobile-menu {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  .menu-open .mobile-menu__btn > span {
    background-color: black;
  }
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    -webkit-transition-delay: 70ms;
            transition-delay: 70ms;
    -webkit-transform: translateY(11px) rotate(135deg);
            transform: translateY(11px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(2) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateX(-18px) scaleX(0);
            transform: translateX(-18px) scaleX(0);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    -webkit-transition-delay: 140ms;
            transition-delay: 140ms;
    -webkit-transform: translateY(-11px) rotate(-135deg);
            transform: translateY(-11px) rotate(-135deg);
  }
  .container {
    margin-top: 80px;
  }
  .top__upper__title {
    top: 20%;
  }
  .top__upper__title-upper, .top__upper__title-bottom {
    font-size: 20px;
  }
  .top__bottom {
    margin: 50px 0;
  }
  .restaurant::before {
    height: 500px;
  }
  .restaurant__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 0;
  }
  .restaurant__left {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .restaurant__left > img {
    height: 350px;
  }
  .restaurant__right {
    margin-left: 0px;
    width: 440px;
  }
  .restaurant__right__title {
    color: #1D589D;
    font-size: 12px;
    font-weight: 700;
  }
  .restaurant__right__title-bottom {
    font-size: 30px;
  }
  .restaurant__right__description {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    padding: 25px 0;
  }
  .restaurant__right__btn {
    color: white;
    background-color: #E99A85;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    width: 155px;
    height: 40px;
    -webkit-box-shadow: 0px 4px 4px rgba(116, 160, 181, 0.25);
            box-shadow: 0px 4px 4px rgba(116, 160, 181, 0.25);
  }
  .restaurant__right__btn:hover {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .fond {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fond__left {
    margin-right: 0px;
    height: 250px;
    padding: 15px;
  }
  .fond__left__title {
    margin-top: 0px;
  }
  .fond__right {
    margin-left: 0px;
  }
  .footer {
    padding: 25px 0;
    text-align: center;
  }
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  iframe {
    max-width: 100%;
  }
  .content__inner-pc {
    margin: 50px 0;
  }
  .content__vector-top {
    top: 250px;
    right: 20px;
  }
  .content__vector-top > img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .content__vector-bottom {
    bottom: 15px;
    left: 20px;
  }
  .content__vector-bottom > img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .content__block-odd__left > img {
    width: 300px;
  }
  .content__block-odd__right {
    padding: 15px;
  }
  .content__block-odd__title {
    font-size: 20px;
  }
  .content__block-odd__description {
    font-size: 12px;
    padding: 0;
  }
  .content__block-even__left {
    padding: 15px;
  }
  .content__block-even__title {
    font-size: 20px;
  }
  .content__block-even__description {
    font-size: 12px;
    padding: 0;
  }
  .content__block-even__right > img {
    width: 300px;
  }
  .contact__left {
    padding: 15px 10px;
    font-size: 12px;
  }
  .contact__span {
    padding: 5px 10px;
  }
  .contact__btn {
    font-size: 20px;
    width: 250px;
    height: 50px;
  }
}

/* スマホ表示時 */
@media (max-width: 599px) {
  .top__upper__image > img {
    width: 100%;
  }
  .top__upper__title {
    top: 20%;
    left: -3%;
  }
  .top__upper__title-upper, .top__upper__title-bottom {
    font-size: 12px;
    letter-spacing: 5px;
  }
  .top__bottom {
    padding: 25px 0;
    font-size: 20px;
  }
  .top__bottom__title-bottom {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .restaurant__left > img {
    width: 100%;
  }
  .restaurant__right__description {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .restaurant__right__btn {
    color: white;
    background-color: #E99A85;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    width: 155px;
    height: 40px;
    -webkit-box-shadow: 0px 4px 4px rgba(116, 160, 181, 0.25);
            box-shadow: 0px 4px 4px rgba(116, 160, 181, 0.25);
  }
  .restaurant__right__btn:hover {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .swiper-slide > img {
    height: 300px;
  }
  .maintenance {
    margin: 50px 0;
  }
  .maintenance__title {
    font-size: 20px;
  }
  .maintenance__description {
    padding: 20px;
  }
  .fond__left {
    margin-right: 0px;
    padding: 10px;
  }
  .fond__left__title {
    font-size: 20px;
  }
  .fond__left__description {
    font-size: 12px;
    padding: 10px 0;
  }
  .fond__right {
    margin-left: 0px;
  }
  .fond__right > img {
    width: 100%;
  }
  .footer__name {
    font-size: 20px;
  }
  .content__title {
    font-size: 20px;
  }
  .content__title > img {
    width: 60px;
  }
  .content__inner-pc {
    display: none;
  }
  .content__inner-sp {
    display: block;
    padding: 25px;
    background-color: #F3FAFC;
    border-radius: 25px;
    position: relative;
  }
  .content__block {
    margin: 15px 0;
  }
  .content__block__upper > img {
    width: 100%;
    border-radius: 25px;
  }
  .content__block__bottom {
    background-color: white;
    padding: 10px;
    border-radius: 25px;
  }
  .content__block__title {
    font-size: 25px;
    font-weight: 700;
    color: #1D589D;
    margin: 15px 0;
  }
  .content__block__description {
    font-size: 15px;
    font-weight: 700;
  }
  .content__vector-top {
    top: 0;
    right: -50px;
  }
  .content__vector-top > img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .content__vector-bottom {
    bottom: 0;
    left: -50px;
  }
  .content__vector-bottom > img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .contact__title {
    font-size: 25px;
  }
  .contact__description {
    font-size: 12px;
  }
  .contact__form {
    margin: 25px auto;
    padding: 25px 0;
  }
  .contact__block {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact__left {
    width: 100%;
  }
  .contact__left__textarea {
    height: 58px;
  }
  .contact__right {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */