@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

p {
  line-height: 28.8px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.l-contact {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 90px;
  position: relative;
}
@media (max-width: 950px) {
  .l-contact {
    padding: 0 45px;
  }
}
@media (max-width: 768px) {
  .l-contact {
    padding: 0 30px;
  }
}
@media (max-width: 414px) {
  .l-contact {
    padding: 0 15px;
  }
}
.l-contact .contact-title {
  padding: 120px 0 0 220px;
  position: relative;
}
@media (max-width: 1075px) {
  .l-contact .contact-title {
    padding: 120px 0 0 155px;
  }
}
@media (max-width: 950px) {
  .l-contact .contact-title {
    padding: 120px 0 0 195px;
  }
}
@media (max-width: 768px) {
  .l-contact .contact-title {
    padding: 120px 0 0 46%;
  }
}
@media (max-width: 600px) {
  .l-contact .contact-title {
    padding: 120px 0 0 50%;
  }
}
@media (max-width: 414px) {
  .l-contact .contact-title {
    padding: 120px 0 0 51%;
  }
}
.l-contact .contact-title .text-string {
  font-weight: 800;
  font-size: 24px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  position: absolute;
  left: 262px;
  top: 134px;
  color: #524742;
  margin: 0;
}
@media (max-width: 1075px) {
  .l-contact .contact-title .text-string {
    font-size: 22px;
    left: 184px;
    top: 134px;
  }
}
@media (max-width: 950px) {
  .l-contact .contact-title .text-string {
    font-size: 20px;
    left: 210px;
    top: 125px;
  }
}
@media (max-width: 768px) {
  .l-contact .contact-title .text-string {
    font-size: 18px;
    left: 47%;
    top: 122px;
  }
}
@media (max-width: 600px) {
  .l-contact .contact-title .text-string {
    font-size: 15px;
    left: 53%;
    top: 100px;
  }
}
@media (max-width: 414px) {
  .l-contact .contact-title .text-string {
    font-size: 11px;
    left: 55%;
    top: 106px;
  }
}
@media (min-width: 601px) {
  .l-contact .contact-title .text-string .sp-string {
    display: none;
  }
}
.l-contact .contact-title .string {
  width: 440px;
}
@media (max-width: 1075px) {
  .l-contact .contact-title .string {
    width: 390px;
  }
}
@media (max-width: 950px) {
  .l-contact .contact-title .string {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .l-contact .contact-title .string {
    width: 270px;
  }
}
@media (max-width: 600px) {
  .l-contact .contact-title .string {
    width: 180px;
  }
}
@media (max-width: 414px) {
  .l-contact .contact-title .string {
    width: 140px;
  }
}
.l-contact .tiger {
  width: 342px;
  height: 512px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: -88px;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-contact .tiger {
    width: 45%;
    left: 76px;
    top: -88px;
    height: 440px;
  }
}
@media (max-width: 600px) {
  .l-contact .tiger {
    left: 64px;
    top: -100px;
  }
}
@media (max-width: 414px) {
  .l-contact .tiger {
    width: 50%;
    left: 35px;
    top: -55px;
    height: 360px;
  }
}
.l-contact .inner {
  width: 100%;
}
.l-contact .inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*------------------*/
  /*お問い合わせ メール*/
  /*-----------------*/
  /*------------------*/
  /*お問い合わせ 電話*/
  /*-----------------*/
}
@media (max-width: 768px) {
  .l-contact .inner .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-contact .inner .wrap .contact-box {
  margin-top: 58px;
  width: 540px;
  height: 343px;
  background: #ff911e;
  border-radius: 16px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .l-contact .inner .wrap .contact-box {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 414px) {
  .l-contact .inner .wrap .contact-box {
    width: 90%;
  }
}
.l-contact .inner .wrap .contact-box:hover .contact-btn-footer {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-contact .inner .wrap .contact-box:hover .contact-btn-footer .contact-text {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-contact .inner .wrap .contact-box .text-footer {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 28.8px;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 600px) {
  .l-contact .inner .wrap .contact-box .text-footer {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .l-contact .inner .wrap .contact-box .text-footer {
    font-size: 20px;
  }
}
.l-contact .inner .wrap .contact-box .text {
  padding: 16px 0 21px 0;
  font-weight: 800;
  line-height: 28.8px;
  color: #fff;
  text-align: center;
}
.l-contact .inner .wrap .contact-box .contact-btn-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border: 1px solid #f4810c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 120px;
  width: 320px;
  height: 64px;
  margin: 0 auto;
  text-decoration: none;
}
@media (max-width: 500px) {
  .l-contact .inner .wrap .contact-box .contact-btn-footer {
    width: 90%;
  }
}
.l-contact .inner .wrap .contact-box .contact-btn-footer .footer-img {
  width: 24px;
  height: 21.07px;
  margin: 20px 0 0 auto;
}
.l-contact .inner .wrap .contact-box .contact-btn-footer .contact-text {
  color: #f4810c;
  font-weight: 800;
  font-size: 20px;
  line-height: 29.7px;
  margin: auto;
}
@media (max-width: 768px) {
  .l-contact .inner .wrap .contact-box .contact-btn-footer .contact-text {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .l-contact .inner .wrap .contact-box .contact-btn-footer .contact-text {
    font-size: 16px;
  }
}
.l-contact .inner .wrap .contact-box .town {
  width: 315px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px auto 0;
  display: block;
}
@media (max-width: 500px) {
  .l-contact .inner .wrap .contact-box .town {
    width: 86%;
  }
}
.l-contact .inner .wrap .tel-box {
  margin: 58px 0 0 20px;
  width: 540px;
  height: 343px;
  background: #0fc2f2;
  border-radius: 16px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .l-contact .inner .wrap .tel-box {
    width: 80%;
    height: auto;
    margin: 58px 0;
  }
}
@media (max-width: 414px) {
  .l-contact .inner .wrap .tel-box {
    width: 90%;
  }
}
.l-contact .inner .wrap .tel-box:hover .tel-btn-footer {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-contact .inner .wrap .tel-box:hover .tel-btn-footer .tel-text {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-contact .inner .wrap .tel-box .text-footer {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 28.8px;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 600px) {
  .l-contact .inner .wrap .tel-box .text-footer {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .l-contact .inner .wrap .tel-box .text-footer {
    font-size: 20px;
  }
}
.l-contact .inner .wrap .tel-box .text {
  padding: 16px 0 21px 0;
  font-weight: 800;
  line-height: 28.8px;
  color: #fff;
  text-align: center;
}
.l-contact .inner .wrap .tel-box .tel-btn-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border: 1px solid #0fc2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 120px;
  width: 320px;
  height: 64px;
  margin: 0 auto;
  text-decoration: none;
}
@media (max-width: 500px) {
  .l-contact .inner .wrap .tel-box .tel-btn-footer {
    width: 90%;
  }
}
.l-contact .inner .wrap .tel-box .tel-btn-footer:hover {
  background: rgba(24, 24, 24, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-contact .inner .wrap .tel-box .tel-btn-footer:hover .tel-text {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-contact .inner .wrap .tel-box .tel-btn-footer .footer-img {
  width: 24px;
  height: 21.07px;
  margin: 20px 0 0 auto;
}
.l-contact .inner .wrap .tel-box .tel-btn-footer .tel-text {
  color: #0fc2f2;
  font-weight: 800;
  font-size: 24px;
  line-height: 29.7px;
  margin: auto 30px;
}
@media (max-width: 768px) {
  .l-contact .inner .wrap .tel-box .tel-btn-footer .tel-text {
    font-size: 22px;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .l-contact .inner .wrap .tel-box .tel-btn-footer .tel-text {
    font-size: 20px;
  }
}
.l-contact .inner .wrap .tel-box .town {
  width: 315px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 27px auto 0;
  display: block;
}
@media (max-width: 500px) {
  .l-contact .inner .wrap .tel-box .town {
    width: 86%;
  }
}

/*------------------*/
/*footer下層部*/
/*-----------------*/
.footer-bottom-wrap {
  margin: 68px auto 0;
  border-top: 4px solid #ff911e;
  padding: 0 91px 0 93px;
  position: relative;
}
@media (max-width: 950px) {
  .footer-bottom-wrap {
    padding: 0 45px;
  }
}
@media (max-width: 768px) {
  .footer-bottom-wrap {
    padding: 0 30px;
    margin: 48px auto 0;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap {
    padding: 0 10px;
    margin: 28px auto 0;
  }
}
.footer-bottom-wrap .footer-btn {
  position: relative;
  text-align: center;
}
.footer-bottom-wrap .footer-btn .top-btn-return {
  text-align: center;
  width: 100%;
  background: #ff911e;
  width: 120px;
  height: 64px;
  padding-top: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 28.8px;
  margin: 0 auto;
  border-radius: 0 0 100px 100px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.footer-bottom-wrap .footer-btn .top-btn-return:hover {
  background-color: rgba(255, 142, 12, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-bottom-wrap .footer-btn .top-btn-return .top-return-text {
  font-weight: 900;
  color: #fff;
}
.footer-bottom-wrap .footer-btn .top-btn-return .footer-icon {
  width: 100%;
  position: absolute;
  left: 49%;
  top: 10px;
  width: 20px;
}
@media (min-width: 1281px) {
  .footer-bottom-wrap .footer-btn .top-btn-return .footer-icon {
    left: 49.4%;
    top: 10px;
    margin: 0 auto;
  }
}
@media (max-width: 1085px) {
  .footer-bottom-wrap .footer-btn .top-btn-return .footer-icon {
    left: 49%;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .footer-bottom-wrap .footer-btn .top-btn-return .footer-icon {
    left: 48.7%;
    top: 10px;
  }
}
@media (max-width: 900px) {
  .footer-bottom-wrap .footer-btn .top-btn-return .footer-icon {
    left: 48.6%;
    top: 10px;
  }
}
@media (max-width: 768px) {
  .footer-bottom-wrap .footer-btn .top-btn-return .footer-icon {
    left: 48.6%;
    top: 10px;
  }
}
@media (max-width: 600px) {
  .footer-bottom-wrap .footer-btn .top-btn-return .footer-icon {
    left: 47.9%;
    top: 10px;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-btn .top-btn-return .footer-icon {
    left: 47.5%;
    top: 10px;
  }
}
@media (max-width: 320px) {
  .footer-bottom-wrap .footer-btn .top-btn-return .footer-icon {
    left: 46.5%;
    top: 10px;
  }
}
.footer-bottom-wrap .footer-bottom-wrap2 {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 76px;
}
@media (max-width: 1050px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-inner {
    display: block;
    margin-bottom: 10px;
  }
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-inner .footer-left .l-logo.footer {
  text-decoration: none;
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-inner .footer-left .l-logo.footer .logo-img.footer {
  width: 107px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 13px;
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-inner .footer-left .l-logo.footer .name.footer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 20.27px;
  padding: 4px 0 0 4px;
}
.footer-bottom-wrap .footer-bottom-wrap2 .address-box {
  margin: 24px 0 0 10px;
}
@media (max-width: 1050px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .address-box {
    margin: 10px 0 20px 10px;
  }
}
.footer-bottom-wrap .footer-bottom-wrap2 .address-box .address-text {
  font-weight: 500;
  margin: 0;
}
.footer-bottom-wrap .footer-bottom-wrap2 .address-box .address-text.center {
  padding: 1px 0;
  margin: 0;
}
@media (max-width: 600px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .address-box .address-text {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .address-box .address-text {
    font-size: 12px;
  }
}
.footer-bottom-wrap .footer-bottom-wrap2 .address-box .address-text .tel-num {
  color: #333;
  text-decoration: none;
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1050px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-right {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-right .footer-list-box1 .nav-contents {
  padding: 6px 0;
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-right .footer-list-box1 .nav-contents .list-icon {
  text-decoration: none;
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-right .footer-list-box2 .nav-contents {
  margin: 0 125px;
  padding: 6px 0;
}
@media (max-width: 1200px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-right .footer-list-box2 .nav-contents {
    margin: 0 55px;
  }
}
@media (max-width: 1050px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-right .footer-list-box2 .nav-contents {
    margin: 0 auto;
  }
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-right .footer-list-box2 .nav-contents .list-icon {
  text-decoration: none;
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-right .footer-list-box3 .nav-contents {
  padding: 6px 0;
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-right .footer-list-box3 .nav-contents .list-icon {
  text-decoration: none;
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text {
  color: #333;
  position: relative;
  display: block;
  margin: 0;
}
@media (max-width: 1050px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text {
    margin-left: 30px;
  }
}
@media (max-width: 600px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text {
    font-size: 14px;
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text {
    font-size: 12px;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text {
    font-size: 10px;
  }
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::after, .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::before {
  display: block;
  content: "";
  position: absolute;
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::after {
  top: 0.45em;
  left: -1.3em;
  width: 14px;
  height: 14px;
  background-color: #ff911e;
  border-radius: 100%;
}
@media (max-width: 1050px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::after {
    top: 0.44em;
  }
}
@media (max-width: 500px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::after {
    top: 0.65em;
    left: -1.5em;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::after {
    top: 0.85em;
    left: -1.5em;
    width: 11px;
    height: 11px;
  }
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::before {
  z-index: 2;
  top: 0.7em;
  left: -1.1em;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1050px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::before {
    top: 0.7em;
  }
}
@media (max-width: 768px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::before {
    top: 0.69em;
  }
}
@media (max-width: 600px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::before {
    left: -1.09em;
    top: 0.78em;
  }
}
@media (max-width: 500px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::before {
    top: 0.9em;
    left: -1.3em;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text::before {
    top: 1.1em;
  }
}
.footer-bottom-wrap .footer-bottom-wrap2 .footer-nav-text:hover {
  color: rgba(255, 123, 0, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-copy {
  text-align: center;
  padding: 5px 0;
  background: #555;
  color: #fff;
  font-size: 10px;
}
/*# sourceMappingURL=footer.css.map */