@charset "UTF-8";
* {
  color: #383036;
  font-family: 'Noto Sans JP';
}

body {
  background: #f8f4ec;
}

.header {
  font-family: 'Klee One', cursive;
}

.header.--top {
  background: url(../img/selfphoto.png) no-repeat top 80px right 70px/contain;
  height: 100vh;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}

.header .header__inner {
  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;
  height: 120px;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 999;
}

.header .header__inner .header-logos .logo-link {
  display: block;
}

.header .header__inner .header-logos .title-img {
  width: 100%;
  max-width: 410px;
}

.header .header__inner .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.header .header__inner .nav .nav-list .nav-item .nav-item-link {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.header .header__inner .nav-button {
  max-width: 200px;
  width: 100%;
}

.header .header__inner .nav-button a.btn_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  background-color: #e5754d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.0;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}

.header .header__inner .nav-button a.btn_05:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 0;
  border-color: #f8f4ec transparent transparent transparent;
}

.header .header__inner .nav-button a.btn_05:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent #efefef transparent;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

.header .header__inner .nav-button a.btn_05:hover {
  background-color: #383036;
}

.header .header__inner .nav-button a.btn_05 span {
  position: relative;
  font-size: 20px;
  padding-left: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
}

/*ハンバーガーメニュー非表示*/
.header__top__menu {
  display: none;
}

.gnav {
  display: none;
}

.scroll {
  position: absolute;
  bottom: -14%;
  left: 0;
}

.scroll .scroll-img {
  width: 100%;
  max-width: 100px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bg {
  background: #f7832b14;
}

.footer {
  background: linear-gradient(115deg, #F9CBAF, #feffe8);
  font-family: 'Klee One', cursive;
}

.footer .footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0 45px;
}

.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}

.footer .footer-heading .heading-link {
  display: block;
}

.footer .footer-heading .title-img {
  max-width: 410px;
  width: 100%;
}

.footer .sitemap .sitemap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}

.footer .sitemap .sitemap__inner .sitemap-content .sitemap-list-title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
  white-space: nowrap;
}

.footer .icon-mobile-list {
  display: none;
}

.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-bottom .footer-bottom-left .privacy {
  display: block;
  margin-top: 20px;
}

.footer .footer-bottom .footer-bottom-left .privacy .privacy-link {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.footer .footer-bottom .footer-bottom-right .copyright {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  display: block;
}

/*-------------固定バナー------------*/
.contact-reserve {
  position: fixed;
  bottom: 40px;
  right: 20px;
  max-width: 240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-reserve .contact-reserve-link {
  display: block;
}

.contact-reserve .contact-img {
  width: 100%;
}

.is-hidden {
  -webkit-animation: fadein-keyframes 1s ease 0s 1 forwards;
          animation: fadein-keyframes 1s ease 0s 1 forwards;
}

@-webkit-keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 1350px) {
  .header .header__inner {
    display: block;
    background: #ffffffa8;
  }
  .header .header__inner .header-logos {
    text-align: center;
    padding: 5px;
  }
  .header .header__inner .nav {
    padding: 0 0 5px 0;
  }
}

@media (max-width: 815px) {
  .header.--top {
    background-position: top -12px right 0;
  }
  .header .header__inner {
    background: none;
    height: 80px;
  }
  .header .header__inner .header-logos {
    text-align: unset;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header__inner .header-logos .title-img {
    min-width: 254px;
    width: 50vw;
  }
  .header .header__inner .nav {
    display: none;
  }
  .header .header__inner .nav-button {
    display: none;
  }
  .scroll {
    position: absolute;
    bottom: -25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .scroll .scroll-img {
    width: 80px;
  }
  .footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .footer .footer-bottom {
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .sitemap .sitemap__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px 2em;
  }
  .footer .icon-mobile-list {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 10px;
    gap: 20px;
    margin-bottom: 2vw;
    z-index: 100;
  }
  .footer .icon-mobile-list .icon-mobile-item {
    width: 70px;
    height: 70px;
    background: #fff;
    padding: 13px;
    border-radius: 50%;
  }
  .footer .icon-mobile-list .icon-mobile-item-zoom {
    width: 70px;
    height: 70px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
  }
  .footer .icon-mobile-list .icon-mobile-link {
    display: block;
  }
  .footer .icon-mobile-list .icon-svg {
    fill: #e5754d;
    width: 100%;
  }
  /*固定バナー*/
  .contact-reserve {
    bottom: 5px;
    right: 0px;
    max-width: 180px;
  }
  /*ハンバーガーメニュー*/
  .header__top__menu {
    display: block;
    position: relative;
  }
  .header__top__menu::before {
    content: "";
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background: #e5754d;
    z-index: 98;
  }
  .menu {
    height: 20px;
    position: fixed;
    right: 13px;
    top: 20px;
    width: 33px;
    z-index: 99;
  }
  .menu__line {
    background: #000;
    display: block;
    height: 3px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
  }
  .menu__line--center {
    top: 9px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu__line--center.active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  /*gnav*/
  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 95;
    top: 0px;
  }
  .gnav__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 90;
  }
  .gnav__menu__item {
    margin: 40px 0;
  }
  .gnav__menu__item a {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .gnav__menu__item a:hover {
    color: #666;
  }
}

@media (max-width: 615px) {
  .header .header__inner {
    height: 57px;
  }
}

@media (max-width: 425px) {
  .header.--top {
    background-position: top 20px right 0;
  }
  .scroll {
    bottom: -10%;
  }
  .icon-mobile-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-reserve {
    display: none;
  }
}
