@charset "utf-8";
/* footer
 * ========================================================================== */
/* line 820, ../scss/_siteCommon.scss */
footer {
  height: 100svh;
}
@media only screen and (max-width: 991px) {
  /* line 820, ../scss/_siteCommon.scss */
  footer {
    height: auto;
  }
}
footer .inner {
  max-width: 1480px;
  margin: auto;
}
footer .footerWrap {
  background: #dfdfdf;
  height: 100svh;
}
@media only screen and (max-width: 991px) {
  /* line 822, ../scss/_siteCommon.scss */
  footer .footerWrap {
    border-right: none;
    border-left: none;
    height: auto;
  }
}
.footer_contents {
  padding: 0 50px;
}
@media only screen and (max-width:767px) {
  .footer_contents {
    padding: 0 20px;
  }
}
footer .footerWrap .contentsWrap {
  position: relative;
  display: flex;
  height: 60svh;
}
@media only screen and (max-width: 1024px) {
  /* line 824, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap {
    height: 55svh;
  }
}
@media only screen and (max-width: 991px) {
  /* line 824, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap {
    flex-direction: column-reverse;
    height: auto;
  }
}
/* line 827, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap {
  position: relative;
  width: 50%;
  /* padding: 0 1.5vw 5vw 5vw; */
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  /* line 827, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .contactWrap {
    padding: 0 3vw 5vw;
  }
}
@media only screen and (max-width: 991px) {
  footer .footerWrap .contentsWrap .contactWrap {
    width: 100%;
    padding: 80px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footerWrap .contentsWrap .contactWrap {
    padding: 80px 20px;
  }
}
.contact_title {
  position: absolute;
  font-size: 145px;
  color: rgba(0,0,0,0.05);
  /* color: #fff; */
  /* transform: rotate(90deg); */
  /* left: -220px; */
  /* top: 44%; */
  top: 15%;
  line-height: 1;
  font-weight: 200;
}
@media only screen and (max-width: 991px) {
  .contact_title {
    font-size: 17.5vw;
    top: 42%;
  }
}
footer .footerWrap .contentsWrap .contactWrap .innerWrap {
  /* height: 320px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  /* line 831, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .contactWrap .innerWrap {
    flex-direction: row;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 831, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .contactWrap .innerWrap {
    flex-direction: column;
    width: 100%;
  }
}
footer .footerWrap .contentsWrap .contactWrap .innerWrap h3 {
  margin-bottom: 30px;
  color: rgba(0,0,0,0.1);
  font-size: 42px;
  line-height: 1;;
}
/* line 836, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a h3 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  /* line 836, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
/* line 839, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a .subTtl {
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  /* line 839, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a .subTtl {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
/* line 841, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a .subTtl p {
  margin-right: 10px;
}
/* line 842, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a .subTtl span.arrow {
  overflow: hidden;
  max-width: 100px;
  display: inline-block;
  width: 13px;
  height: 12px;
  transition: 0.4s all ease;
  position: relative;
}
/* line 843, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a .subTtl span.arrow::before, footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a .subTtl span.arrow::after {
  content: "";
  max-width: 100px;
  width: 12px;
  height: 12px;
  background: url("../imgs/elements/arrow.svg");
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation-fill-mode: both;
  animation-duration: 0.6s;
}
/* line 844, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a .subTtl span.arrow::after {
  transform: translate(-100%, 100%);
}
/* line 849, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a.is-hover span.arrow::before {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
/* line 850, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a.is-hover span.arrow::after {
  animation-name: transformRightLeft;
}
/* line 854, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a.is-hover:hover span.arrow::before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
/* line 855, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .ttlWrap a.is-hover:hover span.arrow::after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
footer .footerWrap .contentsWrap .contactWrap .innerWrap .telWrap {
  font-size: 16px;
  color: #000;
}
@media only screen and (max-width:767px) {
  footer .footerWrap .contentsWrap .contactWrap .innerWrap .telWrap {
    font-size: 22px;
  }
}
footer .footerWrap .contentsWrap .contactWrap .innerWrap .telWrap p {
  margin-bottom: 10px;
}
/* line 863, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .telWrap .tel-num-wrap {
  margin-bottom: 20px;
  line-height: 1;
}
/* line 865, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .contactWrap .innerWrap .telWrap .tel-num-wrap a .tel-num {
  font-size: 60px;
}
@media only screen and (max-width: 1024px) {
  /* line 865, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .contactWrap .innerWrap .telWrap .tel-num-wrap a .tel-num {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 865, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .contactWrap .innerWrap .telWrap .tel-num-wrap a .tel-num {
    font-size: 44px;
    margin-bottom: 20px;
  }
}
.telWrap_link_area {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.telWrap_link_area.mt {
  margin-top: 80px;
  row-gap: 6px;
}
.telWrap_link_text {
  font-size: 16px;
}
/* カラー提案 */
.telWrap_btn {
  position: relative;
  max-width: 400px;
  display: block;
  /* background-color: #7d1e32; */
  /* background-color: #1f9fbd; */
  background-color: #b5983c;
  /* background-color: #234c99; */
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 29px 0;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.telWrap_btn.contect_btn {
  background-color: #000;
}
.telWrap_btn::after {
  content: '';
  position: absolute;
  background-image: url(../imgs/elements/ico_arw_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 20px;
  top: 50%;
  right: 20px;
}
.telWrap_btn:hover {
  transition: .4s;
  opacity: .7;
}

@media only screen and (max-width:767px) {
  .telWrap_link_area {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .telWrap_link_area.mt {
    margin-top: 40px;
    row-gap: 6px;
  }
  .telWrap_btn {
    padding: 20px 0;
  }
  .telWrap_btn::after {
    width: 30px;
    top: 46%;
    right: 16px;
  }
}
footer .footerWrap .contentsWrap .contactWrap .innerWrap .telWrap .caption {
  margin-bottom: 0;
  font-size: 12px !important;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #000;
}
@media only screen and (max-width:767px) {
  footer .footerWrap .contentsWrap .contactWrap .innerWrap .telWrap .caption {
    font-size: 13px !important;
  }
}

footer .footerWrap .contentsWrap .indexWrap {
  width: 25%;
  padding: 0 1.5vw 5vw 5vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  /* line 875, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .indexWrap {
    padding: 0 3vw 5vw;
  }
}
@media only screen and (max-width: 991px) {
  /* line 875, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .indexWrap {
    width: 100%;
    padding: 80px;
    border-bottom: 1px solid rgba(59, 68, 48, 0.4);
  }
}
@media only screen and (max-width: 767px) {
  /* line 875, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .indexWrap {
    padding: 80px 30px;
  }
}
/* line 879, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .indexWrap .ttlWrap {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  /* line 879, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .indexWrap .ttlWrap {
    flex-direction: row;
    height: auto;
  }
}
/* line 881, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .indexWrap .ttlWrap h3.ttl {
  font-size: 36px;
  line-height: 1;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  /* line 881, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .indexWrap .ttlWrap h3.ttl {
    font-size: 24px;
  }
}
/* line 886, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .indexWrap .ttlWrap nav ul li {
  margin-bottom: 15px;
}
/* line 887, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .indexWrap .ttlWrap nav ul li a {
  position: relative;
  transition: 0.4s all ease;
  display: inline-block;
}
/* line 888, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .indexWrap .ttlWrap nav ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #3C4531;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -15px;
  opacity: 0;
  transition: 0.4s all ease;
}
/* line 889, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .indexWrap .ttlWrap nav ul li a:hover {
  transform: translateX(15px);
}
/* line 890, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .indexWrap .ttlWrap nav ul li a:hover::before {
  opacity: 1;
}
/* line 893, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .indexWrap .ttlWrap nav ul li:last-of-type {
  margin-bottom: 0;
}
/* line 899, ../scss/_siteCommon.scss */
footer .footerWrap .contentsWrap .roomSearch {
  width: 50%;
  background: url("../imgs/elements/footer_img01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 991px) {
  /* line 899, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .roomSearch {
    width: 100%;
    height: 375px;
  }
}
footer .footerWrap .contentsWrap .roomSearch a.arrowLink {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
}
@media only screen and (max-width: 767px) {
  footer .footerWrap .contentsWrap .roomSearch a.arrowLink {
    padding: 0 30px;
  }
}
footer .footerWrap .contentsWrap .roomSearch a.arrowLink .innerWrap {
  width: 100%;
  color: #000;
  padding: 30px 0px;
  transition: 0.4s all ease;
}
@media only screen and (max-width: 767px) {
  footer .footerWrap .contentsWrap .roomSearch a.arrowLink .innerWrap {
    padding: 20px 0;
  }
}
footer .footerWrap .contentsWrap .roomSearch a.arrowLink .innerWrap h3 {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #000;
}
footer .footerWrap .contentsWrap .roomSearch a.arrowLink .innerWrap h3 span {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 200;
  transition: 0.4s all ease;
}
footer .footerWrap .contentsWrap .roomSearch a.arrowLink .innerWrap p {
  width: 100%;
  font-size: 16px;
  text-align: center;
  transition: 0.4s all ease;
}
@media only screen and (max-width: 767px) {
  /* line 917, ../scss/_siteCommon.scss */
  footer .footerWrap .contentsWrap .roomSearch a.arrowLink .innerWrap p {
    font-size: 13px;
  }
}
footer .footerWrap .contentsWrap .roomSearch a:hover {
  opacity: .7;
  transition: .3s;
}

footer .footerWrap .corpWrap {
  padding-top: 60px;
  background-color: #fff;
  height: 60svh;
}
@media only screen and (max-width: 1024px) {
  /* line 944, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap {
    height: 45svh;
  }
}
@media only screen and (max-width: 991px) {
  /* line 944, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap {
    height: auto;
  }
}
/* line 947, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .corpList {
  overflow: hidden;
  padding: 4vw 3vw;
}
@media only screen and (max-width: 1024px) {
  /* line 947, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList {
    padding: 3vw;
  }
}
@media only screen and (max-width: 991px) {
  /* line 947, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList {
    border-bottom: 1px solid rgba(59, 68, 48, 0.4);
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 947, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList {
    padding: 0;
  }
}
/* line 951, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .corpList ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  /* line 951, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList ul {
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  /* line 951, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 951, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
    flex-direction: column;
    gap: 0;
  }
}
/* line 955, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .corpList ul li {
  margin: 0 20px;
  height: fit-content;
  /*&:nth-of-type(2){
      img {width: 132px;
          @include smp{width: 90px;}
      }
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 955, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList ul li {
    margin: 0;
    padding: 15px 80px;
    border-bottom: 1px solid rgba(59, 68, 48, 0.4);
  }
}
/* line 958, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .corpList ul li:nth-of-type(1) img {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  /* line 958, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList ul li:nth-of-type(1) img {
    width: 150px;
  }
}
/* line 968, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .corpList ul li:nth-of-type(2) img {
  width: 285px;
}
@media only screen and (max-width: 767px) {
  /* line 968, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList ul li:nth-of-type(2) img {
    width: 177px;
  }
}
/* line 973, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .corpList ul li:nth-of-type(3) img {
  width: 195px;
}
@media only screen and (max-width: 767px) {
  /* line 973, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList ul li:nth-of-type(3) img {
    width: 121px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 977, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList ul li:last-of-type {
    border-bottom: none;
  }
}
/* line 980, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .corpList ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333333;
}
/* line 981, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .corpList ul li span::before {
  content: "［";
}
/* line 982, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .corpList ul li span::after {
  content: "］";
}
@media only screen and (max-width: 767px) {
  /* line 980, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .corpList ul li span {
    margin-bottom: 5px;
    font-size: 11px;
  }
}
/* line 989, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .privacy ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  /* line 989, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .privacy ul {
    flex-wrap: wrap;
    font-size: 11px;
    padding: 40px 30px;
    border-bottom: 1px solid rgba(59, 68, 48, 0.4);
  }
}
@media only screen and (max-width: 767px) {
  /* line 989, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .privacy ul {
    padding: 5px 0;
  }
}
/* line 992, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .privacy ul li {
  padding: 10px 20px 0;
}
@media only screen and (max-width: 991px) {
  /* line 992, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .privacy ul li {
    width: 33.33%;
    padding: 10px 0;
    border: 1px solid #eee;
    border-width: 0 1px 1px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 992, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .privacy ul li {
    width: 50%;
  }
}
/* line 995, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .privacy ul li:nth-of-type(even) {
  border-width: 0 0 1px 0;
}
/* line 996, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .privacy ul li a {
  color: #000;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 996, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .privacy ul li a {
    font-size: 11px;
  }
}
/* line 998, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .privacy ul li a:hover {
  text-decoration: underline;
}
/* line 1003, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .copyright {
  padding: 30px;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  /* line 1003, ../scss/_siteCommon.scss */
  footer .footerWrap .corpWrap .copyright {
    padding: 40px 30px 50px;
  }
}
/* line 1005, ../scss/_siteCommon.scss */
footer .footerWrap .corpWrap .copyright small {
  color: #333333;
}
/* body > #pageMainTtl {
  display: none;
} */
