@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
.fixedBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 1920px;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .fixedBG {
    width: auto;
  }
}

.bgBlackLeft {
  background: #1D1D1D url("/assets/img/bg01.png") no-repeat -14rem 7rem;
}
@media screen and (max-width: 1199px) {
  .bgBlackLeft {
    background: #1D1D1D url("/assets/img/bg01.png") no-repeat -23.5rem 6rem;
    background-size: 675px;
  }
}

.bgGrayLeft {
  background: #F8F8F8 url("/assets/img/bg01.png") no-repeat -14rem 7rem;
}
@media screen and (max-width: 1199px) {
  .bgGrayLeft {
    background: #F8F8F8 url("/assets/img/bg01.png") no-repeat -23.5rem 6rem;
    background-size: 675px;
  }
}

.bgBlackRight {
  background: #1D1D1D url("/assets/img/bg01.png") no-repeat calc(100% + 27.5rem) 5.5rem;
}
@media screen and (max-width: 1199px) {
  .bgBlackRight {
    background-size: 675px;
  }
}

.bgGrayRight {
  background: #F8F8F8 url("/assets/img/bg01.png") no-repeat calc(100% + 27.5rem) 5.5rem;
}
@media screen and (max-width: 1199px) {
  .bgGrayRight {
    background-size: 675px;
  }
}

.secContact {
  padding-top: 7.5rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 1199px) {
  .secContact {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.secContact h3.baseTtl {
  margin-bottom: 2.5rem;
}
.secContact .readTxt {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .secContact .readTxt {
    width: calc(100% - 4rem);
    word-wrap: break-word;
    margin: 0 auto 3.5rem;
    text-align: left;
  }
}
.secContact .wBox {
  gap: 0 3rem;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .secContact .wBox {
    gap: 1.5rem 0;
  }
}
.secContact .wBox div {
  background: #fff;
  color: #1D1D1D;
  align-items: center;
  width: 340px;
  height: 70px;
  padding-left: 2.5rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 1199px) {
  .secContact .wBox div {
    width: calc(100% - 4rem);
    height: 60px;
    font-size: 2.2rem;
    padding-left: 2rem;
  }
}
.secContact .wBox div.tel img {
  margin-right: 2rem;
}
@media screen and (max-width: 1199px) {
  .secContact .wBox div.tel img {
    width: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .secContact .wBox div.tel a {
    color: #1D1D1D !important;
  }
}
.secContact .wBox div.form a {
  justify-content: space-between;
  padding-right: 2rem;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .secContact .wBox div.form a img:first-child {
    width: 34px;
    margin-right: -5rem;
  }
}
.secContact .wBox div.form a img:last-child {
  width: 36px;
}
@media screen and (max-width: 1199px) {
  .secContact .wBox div.form a img:last-child {
    width: 31px;
  }
}

/*------------------------------------------------------------
 TOP
------------------------------------------------------------*/
.mainWrap.-top {
  /*-- 共通 --*/
  /*-- 個別 --*/
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top {
    overflow: hidden;
  }
}
.mainWrap.-top .secMv {
  height: 100vh;
}
.mainWrap.-top .secMv::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  background: #A39065;
  bottom: 0;
}
.mainWrap.-top .secMv .ytBox {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -100;
  pointer-events: none;
}
.mainWrap.-top .secMv .ytBox iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  z-index: -100;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .ytBox iframe {
    min-width: auto;
    width: auto;
  }
}
.mainWrap.-top .secMv .logo {
  position: absolute;
  top: calc(50vh - 22.5rem);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .logo {
    max-width: 210px;
    top: calc(50vh - 15rem);
  }
}
.mainWrap.-top .secReadTours {
  padding-top: 1rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secReadTours {
    padding-top: 2rem;
  }
}
.mainWrap.-top .secReadTours .readTtl {
  font-size: 6.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 100;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secReadTours .readTtl {
    font-size: 3.8rem;
    line-height: 60px;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secReadTours .introTxt {
  font-size: 2.2rem;
  line-height: 44px;
  margin-bottom: 17rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secReadTours .introTxt {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 4rem;
  }
}
.mainWrap.-top .secReadTours .tour {
  gap: 2rem;
}
.mainWrap.-top .secReadTours .tour li {
  width: calc(33.33% - 1.3333333333rem);
  height: 285px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secReadTours .tour li {
    width: 100%;
    height: 240px;
  }
}
.mainWrap.-top .secReadTours .tour li a {
  display: block;
  position: relative;
  padding-top: 1rem;
  padding-left: 1rem;
  height: 100%;
}
.mainWrap.-top .secReadTours .tour li a > img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.mainWrap.-top .secReadTours .tour li a .cat {
  font-size: 1.2rem;
  width: 95px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 11px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secReadTours .tour li a .cat {
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secReadTours .tour li a .tourIntro {
  font-size: 2.6rem;
  line-height: 36px;
  padding-left: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secReadTours .tour li a .tourIntro {
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
  }
}
.mainWrap.-top .secReadTours .tour li a .price {
  font-size: 2rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secReadTours .tour li a .price {
    padding-left: 0.5rem;
  }
}
.mainWrap.-top .secReadTours .tour li a .price span {
  font-size: 2.8rem;
  font-weight: bold;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.mainWrap.-top .secReadTours .tour li a .price img {
  vertical-align: -14px;
}
.mainWrap.-top .secReadTours .tour li.box1 {
  width: 100%;
  height: 640px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secReadTours .tour li.box1 {
    height: 400px;
  }
}
.mainWrap.-top .secReadTours .tour li.box1 .cat {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secReadTours .tour li.box1 .cat {
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secReadTours .tour li.box1 .tourIntro {
  font-size: 4.6rem;
  line-height: 64px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secReadTours .tour li.box1 .tourIntro {
    font-size: 2.6rem;
    line-height: 36px;
  }
}
.mainWrap.-top .secAbout {
  padding-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout {
    padding-top: 6rem;
  }
}
.mainWrap.-top .secAbout .infoBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 10.5rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout .infoBox {
    padding-bottom: 0;
    margin-bottom: 6rem;
  }
}
.mainWrap.-top .secAbout .infoBox .bg {
  position: absolute;
  top: 6rem;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout .infoBox .bg {
    position: static;
  }
}
.mainWrap.-top .secAbout .infoBox .inner-l .txtBox {
  width: 600px;
  background: #fff;
  padding: 3.5rem 4rem 4rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout .infoBox .inner-l .txtBox {
    width: 100%;
    padding: 2rem;
    margin-top: -2rem;
    position: relative;
  }
}
.mainWrap.-top .secAbout .infoBox .inner-l .txtBox .ttl {
  font-size: 4.2rem;
  line-height: 60px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout .infoBox .inner-l .txtBox .ttl {
    font-size: 2.2rem;
    line-height: 31px;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secAbout .infoBox .inner-l .txtBox .introTxt {
  font-size: 2.4rem;
  line-height: 35px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout .infoBox .inner-l .txtBox .introTxt {
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secAbout .infoBox .inner-l .txtBox .readTxt {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout .infoBox .inner-l .txtBox .readTxt {
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secAbout .infoBox.box2 {
  padding-bottom: 18.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout .infoBox.box2 {
    padding-bottom: 0;
  }
}
.mainWrap.-top .secAbout .infoBox.box2 .txtBox {
  margin-right: 0;
  margin-left: auto;
}
.mainWrap.-top .secAbout .infoBox.box2 .txtBox .readTxt {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout .infoBox.box2 .txtBox .readTxt {
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secAbout .infoBox.box3 {
  padding-bottom: 20rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout .infoBox.box3 {
    padding-bottom: 0;
  }
}
.mainWrap.-top .secAbout .infoBox.box3 .txtBox .readTxt {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secAbout .infoBox.box3 .txtBox .readTxt {
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secTest {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.mainWrap.-top .secTest .inner-l h3.baseTtl {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secTest .inner-l h3.baseTtl {
    margin-bottom: 3.5rem;
  }
}
.mainWrap.-top .secTest .inner-l .accList {
  border: 1px solid #BABABA;
  border-radius: 10px;
  padding: 1.5rem 1.5rem 2rem;
  background: #fff;
  max-width: 1015px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secTest .inner-l .accList {
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secTest .inner-l .accList .head {
  align-items: center;
  cursor: pointer;
}
.mainWrap.-top .secTest .inner-l .accList .head:hover {
  opacity: 0.8;
}
.mainWrap.-top .secTest .inner-l .accList .head .left {
  width: 245px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secTest .inner-l .accList .head .left {
    width: 100%;
    border-bottom: 1px solid #BABABA;
    padding-bottom: 1.5rem;
  }
}
.mainWrap.-top .secTest .inner-l .accList .head .left .lin1 {
  margin-bottom: 1rem;
}
.mainWrap.-top .secTest .inner-l .accList .head .left .lin1 span {
  margin-left: 1.5rem;
}
.mainWrap.-top .secTest .inner-l .accList .head .left .lin2 span {
  margin-left: 1rem;
}
.mainWrap.-top .secTest .inner-l .accList .head .center {
  width: calc(100% - 245px - 40px);
  font-size: 2.2rem;
  line-height: 31px;
  font-weight: bold;
  padding: 1rem 2rem 1rem 3rem;
  border-left: 1px solid #BABABA;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secTest .inner-l .accList .head .center {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #BABABA;
    font-size: 1.8rem;
    line-height: 26px;
    padding: 1rem 3rem 1rem 0rem;
    margin-right: -2.2rem;
  }
}
.mainWrap.-top .secTest .inner-l .accList .head .right {
  width: 40px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secTest .inner-l .accList .head .right {
    width: 22px;
  }
}
.mainWrap.-top .secTest .inner-l .accList .head .right::before {
  content: "";
  display: block;
  background: url("/assets/img/icon-plus.png") no-repeat;
  width: 22px;
  height: 22px;
}
.mainWrap.-top .secTest .inner-l .accList .head.open .right::before {
  background: url("/assets/img/icon-minus.png") no-repeat;
}
.mainWrap.-top .secTest .inner-l .accList .txt {
  border-top: 1px solid #BABABA;
  padding-top: 2rem;
  margin-top: 1.5rem;
  display: none;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secTest .inner-l .accList .txt {
    border-top: none;
    padding-top: 0;
  }
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  下層ページ
  ------------------------------------------------------------*/
body.tour .secMv .txt {
  padding-top: 26rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secMv .txt {
    padding: 30vh 2rem 0;
  }
}
body.tour .secMv .txt__ttl {
  font-size: 4.7rem;
  line-height: 67px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secMv .txt__ttl {
    font-size: 2.6rem;
    line-height: 37px;
    margin-bottom: 3.5rem;
  }
}
body.tour .secMv::after {
  display: none !important;
}
body.tour .secOverview {
  margin-top: -12rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview {
    margin-top: -10rem;
    padding-bottom: 0;
  }
}
body.tour .secOverview .inner-l {
  background: rgba(29, 29, 29, 0.8);
}
body.tour .secOverview .inner-l .tourInner {
  padding: 5rem 8rem 5rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner {
    padding: 3rem 0rem 2rem;
  }
}
body.tour .secOverview .inner-l .tourInner .headInfo {
  margin-bottom: 10rem;
  gap: 0 7rem;
  justify-content: center;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .headInfo {
    margin-bottom: 4.5rem;
    gap: 2rem 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .headInfo li {
    width: 50%;
    padding-left: 5%;
  }
}
body.tour .secOverview .inner-l .tourInner .headInfo li img {
  margin-right: 1rem;
}
body.tour .secOverview .inner-l .tourInner .content {
  margin-bottom: 2rem;
}
body.tour .secOverview .inner-l .tourInner .content img {
  border-radius: 10px;
}
body.tour .secOverview .inner-l .tourInner .content h2 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  color: #A39065;
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .content h2 {
    font-size: 2.2rem;
    line-height: 31px;
  }
}
body.tour .secOverview .inner-l .tourInner .content p {
  line-height: 23px;
}
body.tour .secOverview .inner-l .tourInner .content .-flex {
  align-items: flex-start;
  gap: 2.5rem 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .content .-flex {
    margin-bottom: 5rem;
  }
}
body.tour .secOverview .inner-l .tourInner .content .-flex .img,
body.tour .secOverview .inner-l .tourInner .content .-flex .txt {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .content .-flex .img,
  body.tour .secOverview .inner-l .tourInner .content .-flex .txt {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .content .-flex img {
    order: 1;
  }
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .content .-flex .txt {
    order: 2;
  }
}
body.tour .secOverview .inner-l .tourInner .slick-tour-gallery .slide-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 2.3rem);
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .slick-tour-gallery .slide-arrow {
    width: 30px;
    top: calc(50% - 1.5rem);
  }
}
body.tour .secOverview .inner-l .tourInner .slick-tour-gallery .slide-arrow:hover {
  filter: invert(0.1);
}
body.tour .secOverview .inner-l .tourInner .slick-tour-gallery .slide-arrow.prev-arrow {
  left: -1.7rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .slick-tour-gallery .slide-arrow.prev-arrow {
    left: -1.3rem;
  }
}
body.tour .secOverview .inner-l .tourInner .slick-tour-gallery .slide-arrow.next-arrow {
  right: -1.7rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .slick-tour-gallery .slide-arrow.next-arrow {
    right: -1.3rem;
  }
}
body.tour .secOverview .inner-l .tourInner .slick-tour-gallery li.slick-slide {
  padding: 0 0.7rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .slick-tour-gallery li.slick-slide {
    padding: 0 0.25rem;
  }
}
body.tour .secOverview .inner-l .tourInner .slick-tour-gallery li.slick-slide a {
  display: block;
  height: 100%;
}
body.tour .secOverview .inner-l .tourInner .slick-tour-gallery li.slick-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.tour .secOverview .inner-l .tourInner .backLink {
  margin-top: 14rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .backLink {
    margin-top: 4.5rem;
  }
}
body.tour .secOverview .inner-l .tourInner .backLink a {
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secOverview .inner-l .tourInner .backLink a {
    font-size: 1.6rem;
  }
}
body.tour .secOverview .inner-l .tourInner .backLink a img {
  margin-right: 0.5rem;
}
body.tour .secOther {
  padding: 7.5rem 0 8.5rem !important;
}
@media screen and (max-width: 1199px) {
  body.tour .secOther {
    padding: 5rem 0 6.5rem !important;
  }
}
body.tour .secOther .inner-l h4.baseTtl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  body.tour .secOther .inner-l h4.baseTtl {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  body.contact .fixedBG {
    -o-object-position: 35% center;
       object-position: 35% center;
  }
}
body.contact .secMv {
  height: 290px !important;
}
@media screen and (max-width: 1199px) {
  body.contact .secMv {
    height: 420px !important;
  }
}
body.contact .secMv .txt__ttl {
  font-size: 4.7rem;
  padding-top: 11rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secMv .txt__ttl {
    font-size: 2.6rem;
    padding-top: 25rem;
  }
}
body.contact .secMv::after {
  display: none !important;
}
body.contact .secForm {
  padding: 0 0 7rem;
}
body.contact .secForm .inner-l .formInner {
  width: 800px;
  background: #fff;
  border-radius: 15px;
  color: #1D1D1D;
  padding: 10rem 1.5rem 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-l .formInner {
    width: 100%;
    padding: 3rem 2rem 2.5rem;
  }
}
body.contact .secForm .inner-l .formInner .subInner {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-l .formInner .subInner {
    width: 100%;
  }
}
body.contact .secForm .inner-l .formInner .subInner dl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-l .formInner .subInner dl {
    margin-bottom: 3.5rem;
  }
}
body.contact .secForm .inner-l .formInner .subInner dl dt {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
body.contact .secForm .inner-l .formInner .subInner dl dt .required {
  font-size: 1.2rem;
  color: #FF0000;
  margin-left: 0.7rem;
}
body.contact .secForm .inner-l .formInner .subInner dl dd input[type=text],
body.contact .secForm .inner-l .formInner .subInner dl dd input[type=tel],
body.contact .secForm .inner-l .formInner .subInner dl dd input[type=email],
body.contact .secForm .inner-l .formInner .subInner dl dd input[type=date],
body.contact .secForm .inner-l .formInner .subInner dl dd textarea {
  padding: 0.3rem 0 0.3rem 0.7rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-l .formInner .subInner dl dd input[type=text],
  body.contact .secForm .inner-l .formInner .subInner dl dd input[type=tel],
  body.contact .secForm .inner-l .formInner .subInner dl dd input[type=email],
  body.contact .secForm .inner-l .formInner .subInner dl dd input[type=date],
  body.contact .secForm .inner-l .formInner .subInner dl dd textarea {
    max-width: 100%;
  }
}
body.contact .secForm .inner-l .formInner .subInner dl dd input[type=date] {
  width: 130px !important;
}
body.contact .secForm .inner-l .formInner .subInner dl dd textarea {
  width: 100%;
}
body.contact .secForm .inner-l .formInner .subInner dl dd .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff0000 !important;
  margin-top: 0.3rem;
}
body.contact .secForm .inner-l .formInner .subInner dl dd.budget input, body.contact .secForm .inner-l .formInner .subInner dl dd.calender input {
  width: 240px;
}
body.contact .secForm .inner-l .formInner .subInner dl dd.howmany input {
  width: 90px;
}
body.contact .secForm .inner-l .formInner .subInner dl.name dd {
  gap: 2rem;
}
body.contact .secForm .inner-l .formInner .subInner dl.name dd div {
  width: 240px;
}
body.contact .secForm .inner-l .formInner .subInner dl.name dd div p span:first-child input {
  width: 240px;
}
body.contact .secForm .inner-l .formInner .subInner dl.name dd div p span:last-child {
  font-size: 1.4rem;
  color: #6F6F6F;
}
body.contact .secForm .inner-l .formInner .subInner .submit {
  text-align: center;
}
body.contact .secForm .inner-l .formInner .subInner .submit input {
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: #8B7858;
  padding: 1rem 0;
  width: 140px;
  margin-left: 72px;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-l .formInner .subInner .submit input {
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-l .formInner .subInner .submit .wpcf7-spinner {
    display: block;
    margin: 1rem auto 0;
  }
}
body.contact .secForm .inner-l .backLink {
  margin-top: 7rem;
}
body.contact .secForm .inner-l .backLink a {
  font-size: 1.8rem;
}
body.contact .secForm .inner-l .backLink a img {
  margin-right: 0.5rem;
}

/*------------------------------------------------------------
  Loader
  ------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  top: 0;
}
#loader.loaded {
  animation: fadeOut 0.5s forwards;
}
#loader img {
  max-width: 64px;
}
@keyframes float {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}/*# sourceMappingURL=page.css.map */