@charset "UTF-8";
/** ===================================
  mixin/function
==================================== */
@media all and (max-width: 749px) {
  .onlyPc {
    display: none !important;
  }
}
@media all and (min-width: 750px) {
  .onlySp {
    display: none !important;
  }
}
/** ===================================
  元々入ってたスタイル
==================================== */
body, html {
  margin: 0;
  font-size: 10px;
  font-family: GenJyuuGothic-Regular;
  background-color: #FFF;
}

body {
  font-size: 1.7rem;
}

.navbar-brand img {
  width: 130px;
}

.navbar-expand-lg .navbar-nav {
  font-size: 1.3rem;
  align-items: center;
}

.hero-sec {
  padding: 10px 0;
  background-color: #282828;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  margin: 0 15px;
}

.nav-link-customer {
  margin: 0 15px;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-img {
  width: 15px;
  margin-right: 10px;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-light .navbar-toggler {
  border-color: #fff;
  color: #fff;
  padding: 3px 4px;
}

.navbar-light .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  display: block;
  border-radius: 4px;
  background-color: #fff;
  margin: 3px 0;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}

.hr-1 {
  width: 100%;
  height: 3px;
  margin: 5px auto;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
}

.h1-hr {
  position: relative;
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 100px;
  }
}
@media (min-width: 1700px) {
  .container-nav {
    width: 1650px;
    margin: auto;
  }
  .hr-1 {
    width: 1240px;
    height: 3px;
    margin: 5px auto;
    background-image: linear-gradient(to right, #FCCB90, #D57EEB);
  }
}
.btn-sec-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-large,
.btn-large-black {
  width: 21rem;
  height: 5rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #B2B1B1;
  border-radius: 15px;
  text-align: center;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #B2B1B1;
  margin: 0.5rem 1.5rem;
}

.arrow-right {
  display: inline-flex;
  width: 2rem;
  margin: 0px 2rem;
}

.active.input-block .default-input {
  position: relative;
}

.active.input-block .default-input {
  background-image: url(../images/done.png);
}

.active.input-block .default-input {
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 97% 8px;
}

.input-optional.active.input-block .default-input {
  background-image: none;
}

.top-door-pc {
  display: flex;
}

.top-door-sp {
  display: none;
}

@media (max-width: 767px) {
  .top-door-pc {
    display: none;
  }
  .top-door-sp {
    display: flex;
    padding-top: 30px;
  }
  .btn-large {
    width: 21rem;
    height: 5rem;
    margin: 0.5rem 0.5rem;
  }
  .arrow-right {
    width: 2rem;
    margin: 0px 1rem;
  }
  .h1-hr {
    display: inline-block;
  }
  .h1-hr:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    display: inline-block;
    background-image: linear-gradient(to right, #FCCB90, #D57EEB);
    left: -10%;
    right: -10%;
    bottom: -5px;
  }
}
@media (max-width: 400px) {
  .btn-large {
    width: 21rem;
    height: 5rem;
    font-size: 1.2rem;
    margin: 0.5rem 0.5rem;
  }
  .arrow-right {
    width: 2rem;
    margin: 0px 1rem;
  }
}
.sec.section-2,
.sec.section-10,
.sec.section-8 {
  padding: 10px 15px;
}

.heading-div {
  display: inline-flex;
  align-items: end;
}

.heading-div img {
  width: 40px;
  margin-right: 15px;
}

.btn-small {
  width: 60px;
  height: 20px;
  display: block;
  border-radius: 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.btn-purple {
  background-color: #BF39E3;
  color: #fff;
}

.heading-para {
  display: inline-flex;
  font-size: 1.6rem;
  vertical-align: text-top;
  margin-bottom: 0;
}

.heading-para-1 {
  font-size: 1.6rem;
  margin-left: 1rem;
}

.heading-para-2 {
  font-size: 1.4rem;
  margin-left: 2rem;
  margin-top: 4px;
}

.default-input {
  line-height: 40px;
  font-size: 1.7rem;
  border-radius: 15px;
  border: 2px solid #BABABA;
  padding: 5px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff !important;
  text-decoration: underline;
}

.min-height {
  min-height: calc(100vh - 26.9rem);
}

.default-input:focus,
.active.input-block .default-input {
  color: #212529;
  background-color: #fff;
  border-color: #BF39E3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(191, 57, 227, 0.0392156863);
}

.input-block {
  display: block;
  position: relative;
}

.done-input-check {
  display: none;
}

.active.input-block .done-input-check {
  display: block;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 30px;
}

.input-form {
  background-image: url(../images/arrow-down.png);
  background-size: 20px 11px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/arrow-down.png);
  background-size: 20px 11px;
  background-repeat: no-repeat;
}

.input-block.select-form.active .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/done.png);
  background-repeat: no-repeat;
  background-size: 35px;
  width: 35px;
  height: 35px;
  top: 10px !important;
}

.input-block.select-form.active .select2-container--default .select2-selection--single {
  color: #212529;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(191, 57, 227, 0.0392156863);
  line-height: 40px !important;
  font-size: 1.7rem !important;
  border-radius: 15px !important;
  border: 2px solid #BF39E3 !important;
  padding: 11px 20px !important;
  height: initial !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.input-block.select-form.active .done-input-check {
  right: 30px;
}

.select2-container--default .select2-selection--single {
  line-height: 40px !important;
  font-size: 1.7rem !important;
  border-radius: 15px !important;
  border: 2px solid #BABABA !important;
  padding: 11px 20px !important;
  height: initial !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 21px !important;
  right: 13px !important;
}

.time-checked ~ .select2 .select2-selection {
  border: 2px dotted #BABABA !important;
  margin-top: 0.5rem;
}

.input-block-div {
  position: absolute;
  right: 65px;
  top: 7px;
  display: block;
  width: auto;
  border-radius: 5px;
  text-align: center;
  border: 1px dotted #707070;
  font-size: 1.3rem;
}

.input-block-div span {
  display: inline-block;
}

.tic-icon {
  width: 40px;
  margin-right: 10px;
}

.img-block-left,
.img-block-right {
  display: inline-flex;
  width: 45%;
}

.img-block-right {
  flex-direction: row-reverse !important;
}

.house-span {
  font-size: 1.7rem;
}

.form-check-input {
  background-image: url(../images/uncheck.png);
}

.form-check-input:checked[type=checkbox] {
  background-image: url(../images/check.png);
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 0px;
}

.form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.grey-checkbox-block {
  height: 80px;
  background-color: #F2F2F2;
  width: 180px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.checkbox-block {
  font-size: 1.5rem;
}

.check-box-block {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 5px 5px;
  flex-wrap: wrap;
}

.checkbox-block {
  padding: 0;
  border-top: 1px dotted #707070;
}

.checkbox-block:nth-child(5) {
  border-bottom: 1px dotted #707070;
}

input[type=checkbox]:checked + label {
  color: #BF39E3;
}

input[type=checkbox]:checked {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: 1px solid #BF39E3;
  width: 15px;
  height: 15px;
}

.form-text {
  font-size: 1.5rem;
}

.default-input-2 {
  width: 80%;
  display: inline-flex;
}

.select-img-2 {
  height: 40px;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.sec-7-form {
  padding: 40px;
  text-align: center;
  background-image: url(../images/form-1-bg.png);
  color: #BF39E3;
  margin-top: 30px;
}

.pink-color {
  font-size: 2rem;
}

.sec-9-row {
  margin-top: 40px;
}

.end-form-1 {
  width: 100px;
  display: inline-flex;
  margin-right: 10px;
}

.end-form-2 {
  width: 300px;
  display: inline-flex;
  margin-right: 10px;
}

.end-form:focus {
  border-color: #BABABA;
}

.end-form-3-div {
  width: 250px;
  display: inline-flex;
  margin: 0 0rem;
}

.end-form-3-div span {
  display: inline-flex;
  width: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 0rem;
}

textarea.form-control {
  width: 100%;
  height: 200px;
  display: block;
  font-size: 1.5rem;
}

.sec-9-row {
  font-size: 1.4rem;
}

.sec-12-block {
  width: 900px;
  margin: auto;
  text-align: center;
  background-color: #F8F8F8;
  padding: 50px 20px;
  font-size: 1.6rem;
}

.sec-12-div p {
  display: inline-flex;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-left: 10px;
}

.submit-form-btn {
  width: auto;
  min-width: 250px;
  line-height: 50px;
  color: #fff;
  background-color: #BEBEBE;
  border-radius: 23px;
  font-size: 1.5rem;
  margin: auto;
  display: block;
  margin-top: 30px;
}

.submit-form-btn-pink {
  width: auto;
  min-width: 250px;
  line-height: 50px;
  color: #fff;
  background-color: #BF39E3;
  border-radius: 23px;
  font-size: 1.5rem;
  margin: auto;
  display: block;
  margin-top: 30px;
}

.submit-form-btn-green {
  width: auto;
  min-width: 250px;
  line-height: 50px;
  color: #fff;
  background-color: #58C9B9;
  border-radius: 23px;
  font-size: 1.5rem;
  margin: auto;
  display: block;
  margin-top: 30px;
}

.path-right-2 {
  display: inline-block;
  width: 10px;
  margin-right: 10px;
}

.path-right-link {
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  color: #2BB5A2;
  font-size: 1.4rem;
}

.form-check {
  padding-left: 0;
}

.form-check .form-check-input {
  margin-left: 0;
  margin-right: 10px;
}

.btn-check-block {
  cursor: pointer;
}

.btn-check-block .form-check-input {
  background-image: url(../images/radio-empty.png);
}

.btn-check-block .form-check-input[type=radio]:checked {
  background-image: url(../images/radio-checked.png);
}

.btn-check-block .form-check-input[type=radio] {
  border-radius: 0;
  border: 0;
}

footer {
  background-color: #282828;
}

.footer-upper {
  padding: 20px 15px;
}

.footer-logo {
  width: 150px;
}

.footer-links {
  color: #fff;
  font-size: 1.3rem;
  margin-right: 10px;
  margin-left: 10px;
}

.footer-link-div:nth-child(1) .footer-links:nth-child(1) {
  margin-left: 0px;
}

.footer-link-div {
  color: #707070;
  margin-top: 20px;
}

.footer-lower-text {
  margin-bottom: 0;
  color: #fff;
  padding: 5px 0;
  font-size: 1.3rem;
}

.sec-7-block {
  background-color: #F2F2F2;
  padding: 30px;
  margin-top: 30px;
  min-height: 200px;
}

.comp-logo {
  width: 150px;
}

.sec-7-div {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #BABABA;
  box-shadow: 1px 1px 9px #bababa;
  margin-top: 30px;
}

.maker-company-img {
  max-height: 200px;
}

.comp-tittle {
  color: #6F57C1;
  font-weight: bold;
  text-align: center;
}

.comp-logo-text {
  margin-top: 40px;
  text-align: center;
}

.comp-logo {
  display: block;
  margin: auto;
}

.washroom-block {
  width: 50px;
  text-align: center;
  font-size: 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 10px;
  vertical-align: text-bottom;
}

.washroom-link {
  color: #2BB5A2;
  text-decoration: underline;
  font-size: 1.4rem;
  margin-left: 5px;
}

.map-ping {
  margin-left: 4px;
}

.map-check {
  color: #2BB5A2;
  text-decoration: underline;
  font-size: 1.4rem;
  margin: 0 4px;
}

.sec-7-div {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #BABABA;
  box-shadow: 1px 1px 10px #707070;
}

.comp-tittle {
  color: #6F57C1;
  font-weight: bold;
}

.comp-logo-text {
  margin-top: 40px;
  text-align: center;
}

.comp-logo {
  display: block;
  margin: auto;
}

.active.input-optional .default-input {
  border-color: #B2B1B1;
}

.map-check {
  color: #2BB5A2;
  text-decoration: underline;
  font-size: 1.4rem;
  margin: 0 4px;
}

.group-form {
  width: 350px;
  display: block;
  margin: auto;
  cursor: pointer;
  text-align: center;
}

.group-form .form-check-label {
  width: 50%;
  margin: auto;
  margin-top: 20px;
  background-color: #B7F0E8;
  color: #000;
  border-radius: 5px;
  padding: 20px 20px;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

.group-form-block {
  cursor: pointer;
  width: 100px;
  margin: auto;
  text-align: left;
}

.group-form-block .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.group-form .group-form-single {
  width: 300px;
}

.group-form .form-check-input:checked[type=checkbox] {
  background-image: url(../images/group-icon-1.png);
}

.group-form .pink-label .form-check-input:checked[type=checkbox] {
  background-image: url(../images/group-icon-2.png);
}

.group-form .form-check-label.pink-label {
  background-color: #F6D3FF;
  margin-left: 10px;
}

.btn-pink {
  display: block;
  margin: auto;
  background-color: #FDF5FF;
  border: 1px solid #BF39E3;
  border-radius: 20px;
  padding: 12px 20px;
  width: 300px;
  color: #BF39E3;
  margin-top: 15px;
}

.icon-right-pink {
  margin-right: 5px;
}

.group-line-1,
.group-line-2 {
  display: inline-block;
}

.sec-block-2-div .form-control {
  width: 70%;
  display: inline-block;
  margin-left: 10px;
}

.active.input-block .done-input-check {
  right: 37px;
  top: 10px;
  width: 37px;
}

.sec-block-2-div .form-control:active {
  border: 2px solid #BF39E3;
}

.date-uncheck {
  position: relative;
}

.date-uncheck {
  border: 2px dotted #BABABA;
}

.active .date-uncheck {
  border: 2px solid;
}

.time-checked {
  border: 2px dotted #BABABA;
}

.active .time-checked {
  border: 2px solid;
}

.flatpickr-input {
  background: url(../images/icon-calender.png);
  background-repeat: no-repeat;
  background-position: 97% 8px;
}

.flatpickr-input.input-active {
  color: #212529;
  border: 2px solid #BF39E3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(191, 57, 227, 0.0392156863);
  background: url(../images/done.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 97% 8px;
}

.input-block .time-checked {
  width: 70%;
  opacity: 1;
  display: inline-block;
}

.input-form:disabled {
  background-image: none;
}

.form-check-input:disabled {
  opacity: 1;
}

.select-form-para {
  font-size: 1.2rem;
}

.sec-block-2-div-2 {
  padding: 10px 15px;
  background-color: #F2F2F2;
}

.sec-block-2-div-1 {
  font-size: 1.3rem;
}

.sec-block-2-div .form-control,
.input-block .time-checked {
  width: 100%;
  margin-left: 0;
  margin-top: 5px;
  background-color: #FFF;
}

.sec-9-row {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.map-div {
  margin-top: 15px;
}

.sec-block-2-div .input-block {
  margin-top: 20px;
}

.delete-btn {
  background-color: #2BB5A2;
  color: #fff;
  text-align: center;
  width: 100px;
  font-size: 1.5rem;
  border-radius: 5px;
  margin-top: 20px;
}

.map-para {
  font-size: 1.3rem;
}

.confirm-header {
  background-color: #F2F2F2;
  padding: 20px 20px;
  margin-left: 0;
  margin-right: 0;
}

.confirm-block {
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #BABABA;
  margin-top: 20px;
}

.form-sec-1 .container:nth-of-type(1) .confirm-block {
  border-bottom: 1px solid #BABABA;
}

.confirm-block p {
  font-size: 1.4rem;
}

.confirm-div {
  border-bottom: 1px solid #BABABA;
  padding-bottom: 20px;
  margin-top: 20px;
}

.no-border {
  border: 0;
}

.pink-block {
  margin-top: 20px;
  font-size: 1.5rem;
  padding: 20px 40px;
  background-color: #FDF5FF;
  border-radius: 40px;
}

.btn-large-green,
.btn-large-pink {
  width: 300px;
  font-size: 1.4rem;
  background-color: #58C9B9;
  height: 70px;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
}

.btn-large-pink {
  background-color: #BF39E3;
}

.btn-large-green img,
.btn-large-pink img {
  width: 10px;
  margin-right: 5px;
}

.confirm-block-button {
  text-align: center;
  margin-top: 30px;
}

.confirm-block-button .btn {
  margin: 0 15px;
}

.comfirm-block-double p {
  display: inline-block;
  margin-right: 15px;
}

.form-bottom {
  margin-bottom: 100px;
}

.comp-logo-block {
  height: 280px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #BABABA;
  box-shadow: 1px 1px 10px #707070;
  margin-top: 30px;
}

.comp-logo-block {
  text-align: center;
}

.comp-logo-block img {
  margin-top: 15px;
  height: 50px;
}

.comp-logo-block p {
  margin-top: 15px;
}

.comp-button {
  width: 100%;
  font-size: 1.5rem;
  margin-top: 25px;
  padding: 10px 5px;
  border-radius: 10px;
  margin-bottom: 0px;
  justify-content: center;
  display: flex;
  margin-top: 50px;
}

.comp-button.double-button {
  margin-top: 20px;
}

.comp-green {
  background-color: #B7F0E8;
}

.comp-pink {
  background-color: #F6D3FF;
}

.property-model.modal.show .modal-dialog {
  max-width: 900px;
}

.property-model .nav-item {
  width: 31%;
}

.nav-button {
  width: 7%;
  text-align: center;
  color: #D57EEB;
  font-size: 1.3rem;
  padding: 3px;
  cursor: pointer;
}

.nav-button img {
  margin-bottom: 3px;
  height: 16px;
  margin-top: 7px;
}

.nav-button p {
  color: #D57EEB;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.property-model .nav-link {
  border: 0px;
  padding: 1.5rem 1rem;
  color: #000;
  font-size: 1.4rem;
}

.property-model .nav-link.active {
  border-bottom: 3px solid #BF39E3;
}

.property-model .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  box-shadow: 1px 0px 10px #707070;
}

.property-model .tab-pane {
  padding: 30px 40px;
}

.property-model .tab-pane-div-1 {
  width: 400px;
  padding: 5px;
  margin: auto;
}

.tab-pane-div-block {
  text-align: center;
}

.tab-pane-div-1-img {
  margin: auto;
  width: 130px;
  display: inline-block;
}

.tab-pane-div-name {
  display: inline-block;
  margin-left: 10px;
  width: auto;
  font-size: 1.2rem;
  padding: 1px 8px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}

.tab-pane-div-name-bottom {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
}

.tab-pane-div-2 {
  padding: 10px;
  width: 100%;
  background-color: #F4DFFA;
  text-align: center;
  margin-top: 30px;
}

.tab-pane-div-2 p {
  margin-bottom: 0;
}

.tab-pane-div-3 {
  flex-wrap: wrap;
  display: flex;
}

#maker-info-modal .tab-pane-div-3-left-60 {
  padding: 10px 0;
  width: 60%;
  display: flex;
  flex: 0 0 auto;
  padding: 20px 0px;
}

#maker-info-modal .tab-pane-div-3-left-40 {
  padding: 10px 0;
  width: 40%;
  display: flex;
  flex: 0 0 auto;
  padding: 20px 0px;
}

#maker-info-modal .tab-pane-div-3-right-60 {
  padding: 10px 0;
  width: 60%;
  display: flex;
  flex: 0 0 auto;
  padding: 20px 0px;
}

#maker-info-modal .tab-pane-div-3-right-40 {
  padding: 10px 0;
  width: 40%;
  display: flex;
  flex: 0 0 auto;
  padding: 20px 0px;
}

.tab-pane-div-3-left {
  padding: 10px 0;
  width: 50%;
  display: flex;
  flex: 0 0 auto;
  padding: 20px 0px;
}

.tab-pane-div-3-left-img {
  display: block;
  margin: auto;
  padding: 10px;
  width: 100%;
}

.tab-pane-div-3-right {
  padding: 10px 0;
  width: 50%;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  padding: 10px;
}

.tab-pane-div-3-right p {
  font-size: 1.3rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.tab-pane-div-4 {
  padding: 20px;
  border: 2px solid #D57EEB;
  margin-top: 100px;
  border-radius: 30px;
}

.tab-pane-div-4-1 {
  width: 300px;
  padding: 20px;
  text-align: center;
  margin: auto;
  background-color: #282828;
  margin-top: -50px;
}

.tab-pane-div-4-1 p {
  color: #fff;
  margin-bottom: 0;
}

.tab-pane-div-4-2 {
  width: 600px;
  text-align: left;
  margin: auto;
  margin-top: 30px;
  padding: 10px 0;
  border-bottom: 2px dotted #282828;
}

.tab-pane-div-4 .tab-pane-div-4-2.tab-pane-div-4-2-last {
  border-bottom: 0;
}

.tab-pane-div-4-2 span.tab-pane-div-4-span b {
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-color: #282828;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding: 2px 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-div-4-2 div span {
  display: inline-block;
  font-size: 1.5rem;
}

.checkbox-block.last-div {
  border-bottom: 1px dotted #707070;
}

.tab-pane-div-final-parent {
  background: linear-gradient(#FCCB90, #D57EEB);
  border-radius: 20px;
}

.tab-pane-div-final-parent {
  margin-top: 30px;
}

.tab-pane-div-final-parent .checkbox-block {
  border-top: 0;
}

.tab-pane-div-final-parent .tab-pane-div-final {
  border-top-left-radius: 10px;
  overflow: hidden;
}

.tab-pane-div-final-parent .grey-checkbox-block {
  background-color: transparent;
  margin: 10px;
  font-weight: bold;
  font-size: 2rem;
  height: 100px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tab-pane-div-final-parent .col-xs-4.col-md-10.d-flex.align-items-center {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
}

.tab-pane-div-final-parent .col-xs-4.col-md-10.d-flex.align-items-center .check-box-block {
  background-color: #fff;
  width: 100%;
  height: 100px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form-check-final span {
  border: 1px solid #c5c2c2;
  padding: 3px 10px;
  border-radius: 10px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  margin-top: 10px;
}

.property-model.modal.show .modal-dialog {
  border-style: solid;
  border-width: 4px;
  border-image: linear-gradient(to right, #FCCB90, #D57EEB) 1;
  height: 90vh;
  margin-top: 5vh;
  overflow: hidden;
  justify-content: center;
}

.property-model .tab-pane.active {
  height: calc(90vh - 45px);
  overflow: scroll;
  position: relative;
  padding-bottom: 100px;
}

/* width */
.property-model .tab-pane.active::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.property-model .tab-pane.active::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.property-model .tab-pane.active::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 7px;
}

/* Handle on hover */
.property-model .tab-pane.active::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.property-model .tab-pane {
  position: relative;
}

.tab-pane-div-button {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: block;
  padding: 20px 15px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.4784313725);
  margin-bottom: 25px;
}

.tab-pane-div-button .form-check-input {
  margin-right: 5px;
  vertical-align: middle;
}

.tab-pane-div-button .group-form-block {
  font-size: 1.5rem;
}

.property-model .form-check-label.pink-label {
  width: 200px;
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #F6D3FF;
  margin: auto;
}

.property-model .grey-checkbox-block {
  width: 100%;
}

.form-check-final {
  background-color: #fff;
  padding-left: 0;
  height: 100px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 5px;
  padding: 5px;
}

.tab-pane-div-final .col-xs-4.col-md-12.col-lg-10.d-flex.align-items-center {
  padding-left: 0;
}

.tab-pane-div-final .col-xs-4.col-md-12.col-lg-10.d-flex.align-items-center .check-box-block {
  padding-left: 0;
  display: block;
  text-align: left;
  justify-content: center;
  padding-right: 5px;
  width: 100%;
}

.tab-pane-div-final .form-check-input {
  vertical-align: middle;
}

.tab-2-pane-1 {
  display: inline-block;
}

.tab-2-pane-1 p {
  display: inline-block;
}

.tab-2-pane-1 img {
  display: inline-block;
}

.tab-2-pane-logo {
  width: 100px;
  margin-right: 15px;
}

.tab-2-pane-para-2,
.tab-2-pane-para-1 {
  font-size: 1.2rem;
}

.tab-2-pane-para-2 {
  font-size: 1.3rem;
}

.tab-2-pane-pin {
  width: 30px;
  margin-left: 30px;
}

.tab-2-pane-para-3 {
  width: 50px;
  margin-left: 50px;
}

.tab-2-pane-2 {
  margin-top: 30px;
}

.tab-pane-div-header p {
  text-align: center;
  font-size: 2.3rem;
  margin-top: 30px;
  position: relative;
  display: inline-block;
}

.tab-pane-div-header p:after {
  content: "";
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  width: 120%;
  height: 3px;
  margin: auto;
  display: inline-block;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
  left: -10%;
  right: -10%;
  bottom: -5px;
}

.tab-2-div .tab-pane-div-3-right p {
  align-items: baseline;
  padding-top: 10px;
}

.mask-group-home {
  width: 50%;
  display: inline-block;
  margin: 1px;
  margin-top: 10px;
  height: 45%;
  vertical-align: top;
}

.slider-for-detail {
  width: 600px;
  margin: 0 auto;
}

.slider-for-popup {
  width: 400px;
  margin: 0 auto;
}

.slider-wrapper {
  width: 900px;
  margin: auto;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.7411764706);
}

.slick-slide img {
  width: 100%;
}

.slider-nav div {
  margin: 0 3px;
}

.slick-track img {
  border-radius: 50px;
}

.slick-active img {
  border: 4px solid transparent;
  border-radius: 60px;
}

.slick-active.slick-center img {
  border: 4px solid #EEBAFC;
  border-radius: 60px;
}

.slider-nav {
  margin-top: 30px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background-image: url(../images/left-arrow.png);
  background-size: 100%;
  z-index: 99;
}

.slick-next:hover,
.slick-next:focus {
  background-image: url(../images/right-arrow.png);
}

.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/left-arrow.png);
}

.slick-next {
  background-image: url(../images/right-arrow.png);
}

.slick-prev:before,
.slick-next:before {
  content: " " !important;
}

.slick-prev {
  left: -50px;
}

.nav-slider-button {
  margin-left: auto;
}

.nav-slider-button.nav-button p {
  color: #fff;
}

/*  */
.house-sec .nav-tabs {
  width: 90%;
  margin: auto;
}

.house-sec .nav-tabs {
  boder-bottom: 0;
}

.house-sec .nav-item {
  width: 50%;
}

.nav-tabs .nav-link {
  border-bottom: 4px solid;
  border-color: transparent;
  text-align: center;
  font-weight: bold;
  border-bottom-color: #707070;
  border: 0;
  border-bottom: 4px solid #c5c5c5;
}

.nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #FCCB90, #D57EEB) 1;
}

.house-sec .nav-tabs .nav-item.show .nav-link {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-color: #fff;
}

.house-sec .nav-tabs .nav-link:focus,
.house-sec .nav-tabs .nav-link:hover {
  border-bottom: 4px solid #c5c5c5;
  border-color: transparent;
}

.house-sec .nav-tabs .nav-link:focus {
  border: 0;
  border-bottom: 4px solid;
  border-bottom: 4px solid #c5c5c5;
  border-image: linear-gradient(to right, #FCCB90, #D57EEB) 1;
}

.house-sec.nav-tabs .nav-link.active:focus-visible {
  outline: none;
  border: 0;
  border-bottom: 4px solid #c5c5c5;
  box-shadow: none;
}

.section-detail-sec-tab .nav-tabs {
  border-bottom: 0;
}

.section-detail-sec-tab .nav-tabs .nav-link.active,
.section-detail-sec-tab .nav-tabs .nav-link {
  border-bottom: 0;
}

.section-detail-sec-tab .nav-tabs .nav-link.active,
.section-detail-sec-tab .nav-tabs .nav-link {
  width: 130px;
  border: 1px solid #c9c9c9;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 1.3rem;
  padding: 12px 5px;
}

.section-detail-sec-tab-span-img {
  margin-left: 5px;
  width: 20px;
  vertical-align: sub;
}

.section-detail-sec-tab-span {
  color: #58C9B9;
  margin-right: 10px;
}

.section-detail-sec-tab .tab-pane {
  padding: 10px;
  border: 1px solid #c9c9c9;
  margin-top: 20px;
  padding-bottom: 30px;
  background: #fff;
}

.section-detail-sec-tab .nav-tabs .nav-link.active {
  position: relative;
}

.section-detail-sec-tab .nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/arrow-up.png);
  background-size: 100% 100%;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}

.confirm-detail-block .confirm-block {
  display: flex;
  height: 100%;
  margin-top: 0;
  align-items: center;
}

.confirm-detail-block .confirm-block p {
  margin-bottom: 0;
}

.confirm-detail-block .confirm-block-detail {
  background-color: #F2F2F2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: 50px 0;
}

.confirm-detail-block .confirm-block-detail-2 {
  display: flex;
  height: 100%;
  align-items: center;
  margin-top: 0;
}

.confirm-detail-block .confirm-block-detail p {
  margin-bottom: 0;
}

.confirm-detail-block .confirm-div {
  padding-bottom: 0;
}

.confirm-detail-block .confirm-header {
  background-color: #fff;
}

.header-logo-confirm {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.detail-maker-left .tab-pane-div-4-1 {
  margin-left: 0;
  padding: 10px 20px;
}

.detail-maker-left .tab-pane-div-4-2 {
  width: 100%;
}

.detail-maker-left .tab-pane-div-4-2 div:nth-child(1) span:nth-child(1) {
  width: 20%;
  padding: 5px;
  justify-content: flex-start;
}

.detail-maker-left .tab-pane-div-4-2 span.tab-pane-div-4-span b {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: auto;
}

.tab-pane-div-4-1 br {
  display: none;
}

@media (min-width: 576px) {
  .second-slider.modal-dialog {
    max-width: 900px;
  }
  .second-slider .modal-content {
    background-color: transparent;
  }
}
@media (max-width: 1600px) {
  .nav-button {
    width: 7%;
    padding: 2px;
  }
  .nav-button img {
    margin-bottom: 2px;
    height: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .property-model .nav-item {
    width: 25%;
  }
  .second-slider .modal-content {
    width: 300px;
    margin: auto;
  }
  .sec-7-div {
    min-height: auto;
  }
  .tab-2-pane-pin {
    margin-left: 5px;
    width: 20px;
  }
  .tab-2-pane-logo {
    margin-right: 5px;
    width: 75px;
  }
  .tab-2-pane-para-3 {
    margin-left: 5px;
  }
  .tab-pane-div-3-right p {
    font-size: 1.5rem;
  }
  .mask-group-home {
    width: 100%;
    display: inline-block;
    margin: 0px;
    margin-top: 30px;
  }
  .tab-pane-div-final .form-check-final {
    height: auto;
  }
  .tab-pane.active {
    position: relative;
    padding-bottom: 10px;
  }
  .tab-pane-div-button {
    bottom: 0;
  }
  .tab-pane-div-final-parent .grey-checkbox-block {
    justify-content: center;
  }
  .tab-pane-div-final-parent .col-xs-4.col-md-10.d-flex.align-items-center {
    padding-left: 0;
  }
  .tab-pane-div-4 {
    margin-top: 105px;
  }
  .col-xs-4.col-md-5.d-flex.align-items-center.justify-content-center {
    justify-content: left !important;
  }
  .tab-pane .grey-checkbox-block {
    height: 100px;
  }
  .tab-pane-div-final .col-xs-4.col-md-12.col-lg-10.d-flex.align-items-center .check-box-block {
    width: 100%;
  }
  .tab-pane-div-final .col-xs-4.col-md-12.col-lg-10.d-flex.align-items-center .check-box-block {
    padding: 10px 10px;
  }
  .tab-pane-div-4-1 {
    width: 200px;
  }
  .property-model .tab-pane {
    padding: 20px 10px;
    padding-bottom: 70px;
  }
  .property-model .tab-pane-div-1 {
    width: 100%;
  }
  .tab-pane-div-2 p {
    font-size: 1.5rem;
  }
  .tab-pane-div-3-left,
  .tab-pane-div-3-right {
    width: 100%;
  }
  .tab-pane-div-4-2 {
    width: 100%;
  }
  .tab-pane-div-4-2 div span {
    line-height: 30px;
    display: block;
    text-align: left;
    font-size: 1.5rem;
  }
  .delete-btn {
    width: 100%;
  }
  .map-div {
    margin-top: 30px;
  }
  .sec-12-block {
    width: 100%;
  }
  .end-form-3-div {
    margin-top: 20px;
  }
  .grey-checkbox-block {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 7px 5px;
    justify-content: left;
  }
  .checkbox-block {
    border-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .check-box-block {
    width: 100%;
    display: inline-flex;
    justify-content: left;
  }
  .section-4 .check-box-block {
    width: 100%;
  }
  .img-block-left, .img-block-right {
    width: 48%;
  }
  .house-span-1 {
    margin-top: 10px;
    display: inline-block;
    font-size: 1.6rem;
  }
  .check-box-block.group-form {
    width: 100%;
  }
  .group-form .form-check {
    margin: auto;
  }
  .check-box-block {
    width: 100%;
    display: contents;
    justify-content: left;
  }
  .form-check {
    padding-left: 10px;
  }
  .check-box-block.normal-box {
    width: auto;
  }
  .checkbox-block:nth-child(4) {
    border-bottom: 0px dotted #707070;
  }
  .checkbox-block.last-div {
    border-bottom: 0px dotted #707070;
  }
  .tab-pane-div-final-parent .col-xs-4.col-md-10.d-flex.align-items-center {
    padding-right: 0;
  }
  .tab-pane-div-final-parent .col-xs-4.col-md-10.d-flex.align-items-center .check-box-block {
    height: auto;
  }
  .tab-pane .checkbox-block {
    padding-left: 0;
    padding-right: 0;
  }
  .property-model .nav-link {
    font-size: 1.3rem;
  }
  .tab-pane-div-final-parent {
    background: none;
  }
  .tab-pane-div-final-parent {
    background: none;
    border: 1px solid #c7c7c7;
  }
  .tab-pane-div-final-parent .grey-checkbox-block {
    background-color: transparent;
    justify-content: left;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .sp-size-12 {
    font-size: 12px !important;
  }
  .property-model .nav-item {
    width: 25%;
  }
  .modal-content {
    padding: 0 !important;
  }
  .sec-12-block {
    font-size: 12px;
  }
  p {
    font-size: 14px !important;
  }
  .detail-maker-left .tab-pane-div-4-1 {
    margin-left: 0;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .tab-pane-div-4-1 br {
    display: inline;
  }
  .detail-maker-left .tab-pane-div-4-2 div {
    display: block !important;
    text-align: left;
  }
  .detail-maker-left .tab-pane-div-4-2 span.tab-pane-div-4-span b {
    justify-content: flex-start;
  }
  .detail-maker-left .tab-pane-div-4-2 {
    width: 100%;
  }
  .detail-maker-left .tab-pane-div-4-2 div:nth-child(1) span:nth-child(1) {
    width: 100%;
    padding: 0;
  }
  .detail-maker-left .tab-pane-div-4-2 {
    margin-top: 0;
  }
  .detail-maker-left .tab-pane-div-4-2 div:nth-child(1) span:nth-child(2) {
    width: 100%;
  }
  .confirm-detail-block .confirm-block-detail br {
    display: none;
  }
  .small-xs {
    font-size: 1.2rem;
  }
  .section-detail-sec-tab .nav-item {
    margin-right: 10px;
  }
  .section-detail-sec-tab .nav-tabs .nav-link.active, .section-detail-sec-tab .nav-tabs .nav-link {
    width: 100%;
  }
  .form-bottom {
    margin-bottom: 50px;
  }
  .tab-pane-div-final-parent {
    background: none;
  }
  .tab-pane-div-final-parent {
    background: none;
    border: 1px solid #c7c7c7;
  }
  .tab-pane-div-final-parent .grey-checkbox-block {
    background-color: transparent;
    justify-content: left;
    font-size: 2.4rem;
  }
  .tab-pane .grey-checkbox-block {
    height: auto;
  }
  .confirm-block {
    margin-top: 0;
  }
  .confirm-block p {
    margin-bottom: 0;
  }
  .confirm-block .margin-top-20 {
    margin-top: 0;
  }
  .confirm-header {
    padding: 10px;
    background-color: #fff;
  }
  .col-5.col-xs-5.col-md-5.col-lg-5.margin-top-20 {
    background-color: #F2F2F2;
    padding: 20px 15px;
  }
  .col-7.col-xs-7.col-md-7.col-lg-7.margin-top-20 {
    padding: 20px 15px;
  }
  .comp-button {
    margin-top: 20px;
  }
  .comp-logo-block p {
    margin-top: 25px;
  }
  .confirm-div {
    padding-bottom: 0;
  }
  .btn-large-green,
  .btn-large-pink {
    display: block;
    margin: auto !important;
    width: 260px;
    padding: 0 10px;
    height: 50px;
    margin-top: 30px !important;
  }
  .comfirm-block-double p {
    display: block;
    margin-top: 10px;
  }
  .group-form .group-form-single {
    width: 100%;
  }
  .btn-pink {
    width: 100%;
  }
  .submit-form-btn {
    width: auto;
    min-width: 250px;
  }
  .footer-lower-text {
    font-size: 1rem;
    text-align: center;
  }
  .footer-links {
    font-size: 1rem;
    margin-left: 3px;
    margin-right: 3px;
  }
  .hr-1 {
    display: none;
  }
  .end-form-1,
  .end-form-2,
  .end-form-3 {
    width: 120px;
  }
  .end-form-3-div {
    width: 180px;
  }
  .end-form-3-div span {
    width: 40px;
  }
  textarea.form-control {
    width: 100%;
  }
  .sec-9-row {
    margin-top: 20px;
  }
  .pink-color {
    font-size: 1.4rem;
  }
  .form-text {
    font-size: 1.3rem;
  }
  .heading-para {
    margin-bottom: 0;
    vertical-align: bottom;
  }
  .img-block-left,
  .img-block-right {
    display: inline-flex;
    width: 100%;
  }
  .sec-7-block {
    padding: 30px 5px;
  }
  .group-form .form-check {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .property-model .nav-item {
    width: 25%;
  }
  .mask-group-home {
    width: 280px;
    display: block;
    margin: auto;
    margin-top: 20px;
  }
  .nav-button {
    width: 13%;
    padding: 2px;
  }
  .nav-button img {
    margin-bottom: 2px;
    height: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  .comp-logo {
    width: 90px;
  }
  .comp-logo-text {
    margin-top: 0px;
    text-align: left;
  }
  .group-line-1,
  .group-line-2 {
    display: inline-block;
    width: 100%;
  }
  .sec-12-block {
    font-size: 12px;
  }
  p {
    font-size: 12px;
  }
  .group-form .form-check {
    width: 100%;
    margin: 0 5px;
  }
  .group-form .form-check-flex {
    width: 100%;
    margin: 0 5px;
    display: flex;
  }
  .group-form .form-check-label {
    padding: 10px 5px;
    margin: 5px;
    width: 50%;
  }
  .group-form-block {
    width: 90px;
  }
  .end-form-1 {
    width: 120px;
  }
  .end-form-2 {
    width: 90%;
  }
  .end-form-3-div {
    width: 160px;
    margin-top: 20px;
  }
  .end-form-3-div span {
    width: 40px;
  }
  textarea.form-control {
    width: 100%;
  }
  .btn-small {
    width: 60px;
  }
  .heading-para {
    margin-bottom: 0;
    vertical-align: bottom;
  }
  .heading-para-1 {
    font-size: 1.2rem;
    margin-left: 1.2rem;
  }
  .heading-para-2 {
    font-size: 1.1rem;
    margin-left: 1rem;
    margin-top: 4px;
  }
  .input-block-div {
    right: 21px;
    top: 8px;
    border: 2px dotted #707070;
  }
  .tic-icon {
    width: 30px;
  }
  .house-span {
    font-size: 1.4rem;
  }
}
.top-hero-1 {
  min-height: 120vh;
  background-image: url(../images/hero-sec-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 15px 40px;
  background-position: bottom center;
}

.top-hero-img-upper {
  position: relative;
  right: 0;
  border-top-right-radius: 48%;
  border-top-left-radius: 48%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 1px 6px 4px #9f9f9f;
  border: 7px solid #fff;
  margin-top: 5vw;
}

.top-hero-img {
  background-position: 0% 100%;
  background-repeat: no-repeat;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: inset 1px 6px 8px #707070;
  overflow: hidden;
}

.hero-new-logo {
  width: 150px;
}

.hero-new-h1 {
  font-size: 5rem;
  color: #000;
  margin-bottom: 50px;
  font-family: "Corporate-Mincho";
}

.top-her-hero-para-1 {
  font-size: 1.4rem;
  margin-top: 10px;
}

.blue-logo-button {
  background-color: #58C9B9;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 4px 2px 2px #000;
  margin-top: 0px;
}

.blue-logo-button-1 {
  width: 30px;
  display: inline-block;
  margin-right: 20px;
}

.blue-logo-button-2 {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
}

.top-hero-img-1 img {
  width: 100%;
}

.hero-header-h1 {
  display: none;
}

.order-position-1 {
  display: flex;
  align-items: center;
}

.top-sec-2-para-1 {
  font-size: 2.4rem;
}

.top-sec-2-para-2 {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 20px;
  line-height: 1.7;
}

.top-sec-2-para-2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100px;
  margin: auto;
  height: 5px;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
}

.top-sec-2-para-3 {
  font-size: 2.5rem;
  line-height: 2;
  margin-top: 30px;
}

.top-sec-2 {
  padding: 80px 15px;
}

.top-sec-3 {
  padding: 50px 15px 200px;
}

.top-sec-house-div {
  margin-top: 40px;
  width: 100%;
  min-height: 400px;
  box-shadow: 1px 4px 10px #bdbcbc;
  position: relative;
}

.top-sec-house-div-1-date {
  padding: 7px 15px;
  background-color: #282828;
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-sec-house-div-2 {
  padding: 20px 15px;
}

.top-sec-house-div-1 {
  padding-bottom: 20px;
}

.top-sec-house-div-2-para {
  font-size: 1.6rem;
  font-weight: bold;
}

.top-sec-house-div-2-span {
  border: 2px solid #707070;
  padding: 3px 10px;
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 5px;
  border-radius: 20px;
}

.top-sec-house-div-2-span-block {
  margin-top: 30px;
}

.top-article-btn {
  font-size: 1.5rem;
}

.top-article-btn img {
  width: 10px;
  margin-left: 30px;
}

.top-sec-house-div img {
  width: 100%;
}

.top-article-btn {
  font-size: 1.5rem;
  padding: 20px 30px;
  border-radius: 20px;
  border: 0;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
  min-width: 350px;
}

.top-article-btn img {
  width: 10px;
  margin-left: 30px;
}

.house-maker-sec-1 .sec-7-block {
  background-color: transparent;
}

.house-maker-sec-1 .sec-7-div {
  height: 300px;
}

.maker-info-area-row .sec-7-div {
  height: auto;
}

.house-maker-sec-2 {
  padding: 100px 100px;
}

.blue-logo-button.bottom-btn {
  align-items: center;
  display: flex;
  width: 334px;
  margin: auto;
  justify-content: center;
}

.house-maker-sec-2 .blue-logo-button .blue-span-button-1 {
  display: inline-block;
}

.house-maker-sec-hero {
  font-family: "GenJyuuGothicL-Normal";
  padding: 0 15px 40px;
}

.house-maker-sec-breadcrumb {
  padding: 30px 15px 50px;
}

.house-maker-h1 {
  font-size: 3rem;
  display: inline-block;
  margin: auto;
  position: relative;
  margin-bottom: 1em;
}

.house-maker-h1:after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -10px;
  width: 110%;
  margin: auto;
  height: 5px;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
}

.breadcrumb {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}

.breadcrumb-home {
  width: 20px;
  margin-right: 10px;
}

.breadcrumb-link {
  color: #58C9B9;
}

.breadcrumb-arrow {
  width: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

.btn-large-black {
  width: 350px;
  text-align: center;
  border-radius: 23px;
  padding: 30px 10px;
}

.para-1 {
  font-size: 1.5rem;
}

.para-2 {
  font-size: 2.3rem;
}

.logo-large-form-15 {
  width: 170px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.modal-content {
  padding: 20px;
}

.alert-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
}

.alert-text-1 {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 0;
  margin-block-end: 0;
}

.alert-popup .model-content-block {
  display: inline-block;
  text-align: center;
}

.alert-popup .model-content-button-block .btn-large {
  display: inline-block;
  margin-top: 30px;
}

.alert-popup .model-content-button-block .btn-large {
  display: inline-block;
  margin-top: 30px;
}

.alert-popup .modal-content {
  border-radius: 15px;
}

.model-content-button-block {
  text-align: center;
}

.model-content-button-block .btn-large {
  padding: 20px 10px;
  height: auto;
  border-radius: 40px;
  border: 0;
}

.alert-popup .modal-content {
  padding: 40px 20px;
}

.tab-pane-div-4-1.first-timer {
  font-size: 1.4rem;
}

.tab-pane-div-4-1.first-timer b {
  font-size: 2.3rem;
}

.first-time-img {
  display: block;
  width: 90%;
  margin: auto;
  margin-top: 50px;
}

.house-maker-sec-block {
  padding: 20px;
  text-align: center;
  border: 2px solid #C04ADE;
}

.house-maker-sec-block p {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.house-maker-sec-block p span {
  color: #C04ADE;
}

.tab-pane-div-4-2 div {
  display: flex;
  align-items: center;
}

.tab-pane-div-4-2 div:nth-child(1) span:nth-child(1) {
  width: 30px;
  margin-right: 20px;
  display: inline-block;
}

.tab-pane-div-4-2 div:nth-child(1) span:nth-child(2) {
  width: 70%;
  margin-right: 20px;
  display: inline-block;
}

.confirm-div-form {
  text-align: center;
}

.confirm-div-form .form-check-label {
  opacity: 1;
}

.confirm-div-form .form-check-input:checked[type=checkbox] {
  background-image: url(../images/checkbox.png);
}

.confirm-div-form .form-check-input {
  background-image: url(../images/checkbox-empty.png);
}

.form-contact-us .sec-9-row .col-lg-4 {
  display: flex;
  align-items: center;
}

.contact-us-btn {
  width: 300px;
  margin: auto;
  margin-top: 40px;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
  padding: 15px 20px;
  border: 0;
  border-radius: 20px;
  font-size: 1.7rem;
}

#exampleFormControlTextarea1 {
  border-radius: 10px;
}

#exampleFormControlTextarea1:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bf39e3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(191, 57, 227, 0.1215686275);
}

.contact-div {
  border: 2px solid #D57EEB;
  text-align: center;
  border-radius: 35px;
  padding: 30px 30px 60px;
}

.contact-div-block {
  width: 49%;
  display: inline-block;
  margin-top: 50px;
}

.contact-div-block p {
  font-size: 1.4rem;
}

.contact-div-block img {
  height: 70px;
  margin-top: 20px;
}

.contact-div-text {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.contact-div-text:after {
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  height: 2px;
  width: 130%;
  left: -10%;
  right: -10%;
  background-size: 100px 100%;
}

.contact-sec {
  padding: 140px 15px;
}

.section-down {
  padding: 40px 15px;
}

.baner-img {
  margin-top: 30px;
}

.banner-div {
  margin-top: 40px;
}

.baner-right {
  margin-left: 10px;
  margin-right: 10px;
}

.section-campaign-para-block p {
  font-size: 1.2rem;
}

.banner-block {
  text-align: center;
  padding: 35px 35px;
  background-size: 100% 100%;
  background-image: url(../images/Banner-background.png);
}

.btn-pink-2 {
  border: 1px solid #BF39E3;
  color: #BF39E3;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 1.4rem;
  width: 300px;
}

.detail-logo-div {
  padding: 100px;
  box-shadow: 1px 1px 10px #dddddd;
  border-radius: 10px;
  text-align: center;
  width: 400px;
  margin: auto;
}

.detail-logo-header {
  font-size: 2.5rem;
  margin-left: 20px;
}

.house-maker-sec-breadcrumb .tab-pane-div-3-right.align-items-start {
  padding-top: 20px;
  display: block;
}

.home-maker-detail-sec-3-header {
  margin-top: 30px;
}

.home-maker-detail-sec-3-header {
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.home-maker-detail-sec-3-header:after {
  position: absolute;
  content: "";
  position: absolute;
  left: 0%;
  bottom: -10px;
  width: 55%;
  margin: auto;
  height: 5px;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
}

.hr-2 {
  width: 100%;
  height: 5px !important;
  margin: 20px auto;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB, #cc00ff);
}

.hr-3 {
  position: relative;
  padding-bottom: 5px;
}

.hr-3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px !important;
  bottom: -3px;
  left: 0;
  background-image: url(../images/line-2.png);
  background-size: contain;
  background-repeat: repeat;
}

.aritcle-content {
  padding: 10px 30px;
  border: 6px solid;
  width: 450px;
  border-image: linear-gradient(to right, #FCCB90, #D57EEB) 1;
  margin-top: 50px;
}

.aritcle-content p.hr-3 {
  font-size: 1.3rem;
}

.article-content-header {
  text-align: center;
  font-size: 2rem;
}

.article-content-header a {
  border: 1px solid #EEBAFC;
  border-radius: 5px;
  padding: 1px 10px;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: #58C9B9;
}

.pink-header {
  color: #BF39E3;
  font-size: 3rem;
}

.underline-yellow {
  position: relative;
  display: inline;
  background: linear-gradient(#fff 50%, #F8FF34);
}

.underline-yellow:after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 4px;
  width: 100%;
  bottom: 3px;
  left: 0;
  right: 0;
  background-color: rgba(248, 255, 52, 0.5803921569);
}

.pink-underline-header-1 {
  position: relative;
  color: #BF39E3;
  font-size: 2rem;
}

.pink-underline-header-1:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #EEBAFC;
}

.article-para {
  padding: 20px;
}

.article-para-header {
  font-size: 2rem;
}

.pink-header-2 {
  position: relative;
  color: #BF39E3;
  font-size: 2.5rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.pink-header-2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  bottom: 0px;
  background-image: url(../images/line-3.png);
}

.ranking {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

.ranking-div {
  margin-top: 30px;
}

.ranking-left {
  width: 51%;
  display: inline-block;
  vertical-align: top;
}

.ranking-left img {
  width: 100%;
}

.ranking-right {
  width: 46%;
  display: inline-block;
  padding: 3px;
}

.ranking-right-para {
  font-size: 1.4rem;
  margin-top: 5px;
}

.ranking-right-tag {
  font-size: 1.2rem;
  margin-bottom: 5px;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  line-height: 1;
  border-radius: 20px;
}

.ranking-left {
  position: relative;
}

.ranking-btn {
  width: 40px;
  position: absolute;
}

.ranking-btn-div {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  background-color: rgba(87, 84, 84, 0.5803921569);
  font-weight: bold;
}

.article-div-1 img {
  width: 100%;
}

.second-slider .modal-content {
  padding: 0;
  border: 0;
}

.first-container {
  widht: 40%;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 1600px) {
  .top-hero-1 {
    padding: 10% 15px 40px;
    min-height: 80vh;
  }
  .house-maker-sec-2 .blue-logo-button .blue-span-button-1 {
    font-size: 1.4rem;
  }
  .house-maker-sec-2 .blue-logo-button {
    width: auto;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .second-slider .modal-content {
    background-color: transparent;
  }
  .slick-track img {
    border-radius: 5px;
    border: 2px;
  }
  .slick-active.slick-center img {
    border-radius: 5px;
    border: 2px;
  }
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-prev {
    left: -28px;
  }
  .nav-button {
    width: 22%;
    padding: 2px;
  }
  .slider-nav div {
    margin: 0 1px;
  }
  .slider-wrapper {
    width: 300px;
    padding: 10px;
  }
  .slider-nav {
    margin-top: 10px;
  }
  .top-sec-house-div {
    width: 445px;
    margin: auto;
    margin-top: 40px;
  }
  .nav-tabs .nav-link {
    font-size: 12px;
  }
  .top-sec-house-div-1-date {
    font-size: 1.3rem;
  }
  .house-maker-sec-hero {
    padding: 20px 15px;
  }
  .house-maker-sec-breadcrumb {
    padding: 0 15px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .house-maker-sec-1 .sec-7-div {
    height: 250px;
  }
  .house-maker-sec-2 {
    padding: 50px 50px;
  }
  .section-campaign-para-block {
    padding: 10px;
  }
  .aritcle-content {
    width: 100%;
  }
  .article-div-2 {
    margin-top: 20px;
  }
  .home-maker-detail-sec-3-header {
    text-align: center;
  }
  .home-maker-detail-sec-3-header:after {
    width: 100%;
  }
  .house-maker-sec-2 .col-12.col-sm-12.col-md-6.d-flex.align-items-center {
    justify-content: center;
    margin-top: 50px;
  }
  .detail-logo-div {
    padding: 20px;
    box-shadow: 1px 1px 10px #dddddd;
    border-radius: 10px;
    text-align: center;
    width: 100px;
    margin: auto;
  }
  .house-maker-sec-2.sec.section-2 {
    padding: 10px 0;
  }
  .btn-pink-2 {
    width: 100%;
    font-size: 1.2rem;
  }
  .detail-logo-header {
    margin-left: 0px;
    font-size: 12px !important;
  }
  .banner-div img {
    display: block;
    width: 300px;
    margin: auto;
  }
  .banner-div img.baner-right {
    width: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    transform: rotate(90deg);
  }
  .arrow-down {
    width: 100px;
  }
  .para-2 {
    font-size: 2rem;
  }
  .contact-sec {
    padding: 40px 15px;
  }
  .contact-div {
    padding: 10px 10px 20px;
  }
  .contact-div-block {
    width: 100%;
  }
  .contact-div-block {
    margin-top: 20px;
  }
  .contact-div-block img {
    height: 50px;
    margin-top: 10px;
  }
  .tab-pane-div-4 {
    padding: 10px 10px;
  }
  .alert-popup .model-content-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .alert-popup .model-content-button-block .btn-large {
    font-size: 1.5rem;
  }
  .blue-logo-button {
    width: auto;
  }
  .top-sec-2 {
    background-image: url(../images/bg-1.png);
    background-size: 100% 100%;
  }
  .top-hero-1 {
    min-height: initial;
    background-size: cover;
    background-position: center center;
  }
  .order-position-1 {
    order: 1;
  }
  .order-position-2 {
    position: relative;
    order: 2;
  }
  .hero-new-h1 {
    font-size: 2.5rem;
    display: inline-flex;
  }
  .order-position-1 .hero-header-h1 {
    display: inline-flex;
    position: absolute;
    width: 60%;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: 99;
    font-size: 2rem;
    margin-top: 100px;
    align-items: center;
  }
  .top-hero-img-upper {
    width: 60%;
    display: flex;
    margin-left: auto;
  }
  .order-position-2 {
    padding-bottom: 30px;
  }
  .blue-logo-button-1 {
    width: 20px;
    margin-right: 10px;
  }
  .blue-logo-button-2 {
    margin-left: 10px;
  }
  .blue-logo-button {
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.4rem;
  }
  .top-sec-house-div {
    width: 270px;
    min-height: auto;
    margin-top: 40px;
  }
  .alert-img {
    width: 30px;
    margin-right: 10px;
    display: inline-block;
  }
  .alert-text-1 {
    width: 80%;
  }
  .top-her-hero-para-1 {
    font-size: 1.1rem;
  }
  .top-sec-2-para-1 {
    font-size: 1.4rem;
  }
  .top-sec-2-para-2 {
    font-size: 1.4rem;
  }
  .top-sec-2-para-1 {
    font-size: 1.4rem;
  }
  .top-sec-2-para-3 {
    font-size: 1.5rem;
  }
  .first-container {
    widht: 100%;
  }
}
@media (max-width: 400px) {
  .first-container {
    width: 100%;
  }
  .house-maker-sec-2 {
    padding: 50px 50px;
  }
  .btn-large-black {
    width: 240px;
    text-align: center;
    border-radius: 23px;
    padding: 30px 10px;
    margin: 0 !important;
  }
  .logo-large-form-15 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100px;
  }
  .house-maker-sec-2 .blue-logo-button {
    width: auto;
  }
  .hero-new-h1 {
    font-size: 1.5rem;
  }
  .top-hero-img-upper {
    width: 65%;
  }
  .top-article-btn {
    min-width: 100%;
  }
  .top-sec-3 {
    padding: 50px 15px 40px;
  }
  .top-her-hero-para-1 {
    font-size: 0.5rem;
  }
  .top-sec-2-para-1 {
    font-size: 0.5rem;
  }
  .top-sec-2-para-2 {
    font-size: 0.7rem;
  }
  .top-sec-2-para-1 {
    font-size: 0.7rem;
  }
  .top-sec-2-para-3 {
    font-size: 0.75rem;
  }
}
/*  */
.color-white {
  color: #fff;
}

.bg-blue {
  background-color: #58C9B9;
  color: #fff;
}

.light-pink-bg {
  background-color: #EEBAFC;
  color: #fff;
}

p {
  font-size: 1.8rem;
}

.linear-p-y {
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
  color: #fff;
  border-color: transparent;
  border: 0;
}

.btn-large-black {
  background-color: #282828;
  color: #fff;
}

.linear-y-p {
  background-image: linear-gradient(to right, #D57EEB, #FCCB90);
}

.pink-color {
  color: #BF39E3;
}

.color-blue {
  color: #2BB5A2;
}

.color-pink {
  color: #BF39E3;
}

.pink-bg {
  background-color: #BF39E3;
}

.grey-bg {
  background-color: #B2B1B1;
  color: #fff;
}

.grey-light-bg {
  background-color: #F2F2F2;
}

a, a:hover {
  color: #003552;
}

p {
  color: #070110;
}

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

input:focus, button:focus, textarea:focus, select:focus {
  outline: 0;
  box-shadow: none;
}

a, a:hover, a:focus {
  text-decoration: none;
}

a:hover {
  color: #D57EEB;
}

img {
  max-width: 100%;
}

.width-100 {
  width: 100%;
}

.sec {
  padding: 4rem 0;
}

.bold {
  font-family: "GenJyuuGothic-Bold";
  font-weight: bold;
}

.color-dark-purple {
  color: #302571;
}

.color-purple {
  color: #5502b6;
}

.pos-rel {
  position: relative;
}

.line-height-1 {
  line-height: 1;
}

.margin-bottom-0 {
  margin-bottom: 0rem;
}

.margin-bottom-7 {
  margin-bottom: 0.7rem;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-top-0 {
  margin-top: 0rem;
}

.margin-top-5 {
  margin-top: 0.5rem;
}

.margin-top-10 {
  margin-top: 1rem;
}

.margin-top-20 {
  margin-top: 2rem;
}

.margin-top-30 {
  margin-top: 3rem;
}

.margin-top-40 {
  margin-top: 4rem;
}

.margin-top-50 {
  margin-top: 5rem;
}

.margin-top-60 {
  margin-top: 6rem;
}

.margin-top-70 {
  margin-top: 7rem;
}

.margin-top-80 {
  margin-top: 8rem;
}

.margin-top-90 {
  margin-top: 9rem;
}

.margin-top-100 {
  margin-top: 10rem;
}

.margin-top-110 {
  margin-top: 1.1rem;
}

.margin-top-120 {
  margin-top: 1.2rem;
}

.size-5 {
  font-size: 0.5rem;
}

.size-7 {
  font-size: 0.7rem;
}

.size-8 {
  font-size: 0.8rem;
}

.size-10 {
  font-size: 1rem;
}

.size-15 {
  font-size: 1.5rem;
}

.size-18 {
  font-size: 1.8rem;
}

.size-20 {
  font-size: 2rem;
}

.size-25 {
  font-size: 2.5rem;
}

.size-30 {
  font-size: 3rem;
}

.size-40 {
  font-size: 4rem;
}

.size-50 {
  font-size: 5rem;
}

.size-50 {
  font-size: 5rem;
}

.size-60 {
  font-size: 6rem;
}

.size-70 {
  font-size: 7rem;
}

.size-80 {
  font-size: 8rem;
}

.size-90 {
  font-size: 9rem;
}

.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.scroll-div {
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.scroll-div.active {
  opacity: 1;
  visibility: visible;
}

.scroll-div:hover {
  opacity: 0.9;
  cursor: pointer;
}

.scroll-close {
  color: #035232;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  font-size: 25px;
  padding: 1px;
  top: -10px;
  right: 0px;
  position: absolute;
}

.scroll-close::before {
  content: "✖";
}

.map-box {
  float: left;
  width: 100%;
  height: 100%;
}

#map-area {
  height: 100% !important;
  width: 100% !important;
}

#map-detail {
  height: 100% !important;
  width: 100% !important;
}

.row-map-area {
  height: 400px;
  margin-top: 20px;
}

.tooltip_templates {
  display: none;
}

.tooltipster-sidetip .tooltipster-box {
  background-color: #FFF;
}

.alert-modal {
  position: fixed;
  width: 100%;
  background: rgba(46, 34, 37, 0.6);
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  right: 0;
  top: 150px;
  z-index: 110;
}

.alert-modal-inner {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(46, 34, 37, 0.2);
  letter-spacing: -0.4em;
  margin: 32px auto 0;
  max-width: 500px;
  overflow: hidden;
  text-align: center;
  width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
  .alert-modal-inner {
    max-width: 600px;
  }
}
.alert-modal-inner p {
  letter-spacing: 0.08em;
  padding: 20px;
  -webkit-text-stroke: 0.3px #2e2225;
  font-size: 14px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .alert-modal-inner p {
    padding: 32px 20px;
    font-size: 18px;
    font-size: 1.2857rem;
  }
}
.alert-modal-inner p:before {
  background: #BF39E3;
  border-radius: 50%;
  color: #fff;
  content: "!";
  display: block;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 16px;
  text-indent: 0.06em;
  width: 60px;
  -webkit-text-stroke: 0.3px #fff;
  font-size: 50px;
  font-size: 3.5714rem;
}

@media only screen and (min-width: 768px) {
  .alert-modal-inner p:before {
    height: 80px;
    line-height: 76px;
    margin: 0 auto 32px;
    width: 80px;
    font-size: 60px;
    font-size: 4.2857rem;
  }
}
.alert-modal-inner p br {
  display: block;
}

@media only screen and (min-width: 768px) {
  .alert-modal-inner p br {
    display: none;
  }
}
.alert-modal_BtnArea {
  background: #f6f5f5;
  border-top: 1px solid #f8efef;
  padding: 16px 8px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .alert-modal_BtnArea {
    padding: 20px;
  }
}
.alert-modal_BtnArea a {
  display: inline-block;
  letter-spacing: 0.08em;
  margin: 0 8px;
  max-width: 250px;
  padding: 16px 20px;
  width: calc(50% - 20px);
}

@media only screen and (min-width: 768px) {
  .alert-modal_BtnArea a {
    margin: 0 12px;
    padding: 20px;
    width: 100%;
  }
}
@keyframes alert-modal_Bg_Animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes alert-modal_Animation {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.input_number_only {
  ime-mode: disabled;
}

.validation-error {
  color: red;
}

.slick-slider {
  width: 100%;
}

.st-Footer_StickyBnr_Area {
  display: block;
  margin-top: 12px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .scroll-div {
    display: block;
  }
  .st-Footer_StickyBnr_Area {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .scroll-div {
    display: block;
  }
  .st-Footer_StickyBnr_Area {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .st-Footer_StickyBnr {
    float: left;
  }
}
.st-Footer_StickyBnr:hover img {
  opacity: 0.8;
  transition: all 0.15s ease-out;
}

.st-Footer_StickyBnr img {
  height: auto;
}

.p-item2-center-pc {
  height: 40px;
  line-height: 40px;
  width: 50px;
  overflow: hidden;
}

.collapse-btn-1 {
  text-align: left !important;
  width: auto;
  min-width: 250px;
  line-height: 50px;
  color: #BF39E3;
  border-radius: 23px;
  font-size: 1.5rem;
  display: block;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #BF39E3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(191, 57, 227, 0.0392156863);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-image: url(../images/arrow-down.png);
  background-size: 20px 11px;
}

.collapse-btn-2 {
  text-align: left !important;
  width: auto;
  min-width: 250px;
  line-height: 50px;
  color: #BF39E3;
  border-radius: 23px;
  font-size: 1.5rem;
  margin: auto;
  display: block;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #BF39E3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(191, 57, 227, 0.0392156863);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-image: url(../images/arrow-down.png);
  background-size: 20px 11px;
}

.collapse-btn-3 {
  text-align: center !important;
  padding: 20px;
  width: 100%;
  color: #BF39E3;
  border-radius: 20px;
  font-size: 1.8rem;
  margin: auto;
  display: block;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #BF39E3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(191, 57, 227, 0.0392156863);
}

.ui-widget-content {
  background: #ffffff;
  color: #000000;
}

.ui-widget.ui-widget-content {
  border: 1px solid #BF39E3;
}

.ui-widget-content .ui-state-active {
  border: 1px solid #BF39E3;
  background: #f58b8b;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #BF39E3;
}

.easy-autocomplete ul {
  background: none;
  border-color: #888;
  border-width: 0;
  box-shadow: none;
  min-width: 300px;
  top: 20px;
}

.easy-autocomplete ul li:first-child, .easy-autocomplete ul .eac-category:first-child {
  border-radius: 10px 10px 0 0;
  border-width: 2px 2px 0;
}

.easy-autocomplete ul li:last-child, .easy-autocomplete ul .eac-category:last-child {
  border-radius: 0 0 10px 10px;
  border-width: 0 2px 2px;
}

.easy-autocomplete ul li:only-child, .easy-autocomplete ul .eac-category:only-child {
  border-radius: 10px 10px 10px 10px;
  border-width: 2px 2px 2px;
}

.easy-autocomplete ul li, .easy-autocomplete ul .eac-category {
  background: #fff;
  border-color: #BF39E3;
  border-width: 0 2px;
  font-size: 14px;
  padding: 8px 12px;
  transition: all 0.4s ease 0s;
}

.easy-autocomplete input {
  line-height: 40px;
  font-size: 1.7rem;
  border-radius: 15px;
  border: 2px solid #BABABA;
  padding: 5px 20px;
}

.btn:hover {
  color: #BF39E3;
}

#item19 {
  width: 70%;
}

#item20 {
  width: 70%;
}

#item21 {
  width: 70%;
}

#item22 {
  width: 70%;
}

#item26 {
  width: 70%;
}

@media (max-width: 600px) {
  .main-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sec.section-1,
  .sec.section-2,
  .sec.section-3,
  .sec.section-4,
  .sec.section-5,
  .sec.section-6,
  .sec.section-7,
  .sec.section-8,
  .sec.section-9,
  .sec.section-10 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .margin-top-20 {
    margin-top: 0.5rem;
  }
  .collapse-btn-1 {
    text-align: left !important;
    width: auto;
    min-width: 250px;
    line-height: 40px;
    color: #BF39E3;
    border-radius: 23px;
    font-size: 1.5rem;
    display: block;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #BF39E3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(191, 57, 227, 0.0392156863);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(../images/arrow-down.png);
    background-size: 20px 11px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .default-input-2 {
    width: 100%;
    display: inline-flex;
  }
  #tool-tip-img {
    display: none;
  }
  .section-campaign-para-block {
    text-align: left;
    border-radius: 10px;
    border: solid 1px #D57EEB;
    margin: auto;
    margin-top: 50px;
  }
  #item19 {
    width: 100%;
  }
  #item20 {
    width: 100%;
  }
  #item21 {
    width: 100%;
  }
  #item22 {
    width: 100%;
  }
  #item26 {
    width: 100%;
  }
  .footer-upper {
    padding: 20px 15px;
    text-align: center;
  }
  .btn-check-block .form-check-input {
    width: 30px;
    height: 30px;
  }
  .margin-top-40 {
    margin-top: 2rem;
  }
  .washroom-block {
    width: 50px;
    text-align: center;
    font-size: 0.8rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    border-radius: 10px;
    vertical-align: text-bottom;
  }
  .map-ping {
    margin-left: 1px;
    width: 10px;
    height: 10px;
  }
  .washroom-link {
    color: #2BB5A2;
    text-decoration: underline;
    font-size: 0.8rem;
    margin-left: 1px;
  }
  .collapse-btn-3 {
    margin-top: 0px;
    font-size: 14px;
  }
}
@media (min-width: 601px) {
  .section-campaign-para-block {
    text-align: left;
    border-radius: 10px;
    margin-top: 50px;
    border: solid 4px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #FCCB90, #D57EEB);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-left: 25%;
    margin-right: 25%;
  }
  .btn-check-block .form-check-input {
    width: 40px;
    height: 40px;
  }
  .group-form .form-check {
    display: flex;
    margin: 10px;
  }
  .group-form .form-check-flex {
    display: flex;
    margin: 10px;
  }
}
.p-company {
  padding: 50px 0 285px;
}

.p-company__section01 {
  margin: 0 0 60px;
}

.p-company .top-sec-2-para-2 {
  padding: 0;
  margin: 0;
}

.p-company .top-sec-2-para-2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100px;
  margin: auto;
  height: 5px;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
}

.p-company__title {
  text-align: center;
}

.p-company__image {
  text-align: center;
  margin: 40px 0 70px;
}

.p-company__image a {
  transition: 0.3s;
}

@media (any-hover: hover) {
  .p-company__image a:hover {
    opacity: 0.7;
  }
}
.p-company__item {
  border: 2px solid #D57EEB;
  border-radius: 27px;
  padding: 90px 77px 110px;
  font-size: 16px;
}

.p-company__item:not(:last-child) {
  margin: 0 0 100px;
}

.p-company__list {
  text-align: center;
  margin: 0 0 125px;
}

.p-company__define {
  font-size: 16px;
}

.p-company__define div {
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 36px 0 36px 25px;
}

.p-company__define div dt {
  width: 33%;
  max-width: 330px;
  margin: 0;
}

.p-company__define div dd {
  width: 67%;
  margin: 0;
}

@media (max-width: 767px) {
  .p-company {
    padding: 50px 0;
  }
  .p-company__section01 {
    margin: 0 0 45px;
  }
  .p-company__item {
    border-radius: 27px;
    padding: 45px 50px 55px;
  }
  .p-company__define div dd {
    width: calc(100% - 200px);
    margin: 0;
  }
  .p-company__image {
    text-align: center;
    margin: 20px 0 35px;
  }
  .p-company__item:not(:last-child) {
    margin: 0 0 50px;
  }
  .p-company__list {
    margin: 0 0 50px;
  }
}
@media (max-width: 575px) {
  .p-company__item {
    border-radius: 27px;
    padding: 50px 20px 50px;
  }
  .p-company__list {
    text-align: left;
  }
  .p-company__list li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .p-company__define div {
    flex-direction: column;
    padding: 10px;
  }
  .p-company__image img {
    width: 70%;
  }
  .p-company__define div dt {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .p-company__define div dd {
    width: 100%;
    margin: 0;
  }
}
/** ===================================
  NEWスタイル
==================================== */
body {
  color: #2D2519;
  font-family: "ZenKakuGothicNew-Medium";
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 750px) {
  body {
    padding-top: 90px;
  }
}
@media all and (max-width: 749px) {
  body {
    padding-top: calc(6% + 40px);
  }
}

.btn_base {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 0 10px rgba(101, 76, 80, 0.2);
  font-family: "ZenKakuGothicNew-Bold";
  min-height: 3.3em;
}
@media all and (min-width: 750px) {
  .btn_base {
    font-size: clamp(18.0279069767px, calc(10.3053728949px + 1.0296712109vw), 24px);
  }
}
@media all and (max-width: 749px) {
  .btn_base {
    font-size: clamp(17px, calc(-2.7321428571px + 5.0595238095vw), 20.4px);
  }
}
@media all and (min-width: 750px) {
  .btn_base {
    gap: 1em;
    border-radius: 15px;
    line-height: 1.125;
    padding: 0.5em 0.8em 0.5em 1.6em;
  }
}
@media all and (max-width: 749px) {
  .btn_base {
    width: 100%;
    line-height: 1.1764705882;
    border-radius: 10px;
    padding: 4.5% 4% 4.5% 6%;
    min-height: 4em;
  }
}
.btn_base::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  margin: auto;
  background: url(../images/arrow_wh.png) center no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media all and (max-width: 749px) {
  .btn_base::after {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (hover: hover) {
  .btn_base:hover::after {
    transform: translateX(30%);
  }
}
.btn_gold {
  background-color: #D2BA6D;
  color: #fff;
}
.btn_gold:hover {
  color: #fff;
}
@media (hover: hover) {
  .btn_gold {
    transition: background-color 0.3s ease;
  }
  .btn_gold:hover {
    background-color: #534B4C;
  }
}
.btn_dark {
  background-color: #534B4C;
  color: #fff;
}
.btn_dark:hover {
  color: #fff;
}
@media (hover: hover) {
  .btn_dark {
    transition: background-color 0.3s ease;
  }
  .btn_dark:hover {
    background-color: #e47a76;
  }
}
.btn_dark {
  min-height: 4em;
  gap: 1.6em;
}
.btn_coral {
  background-color: #e47a76;
  color: #fff;
}
.btn_coral:hover {
  color: #fff;
}
@media (hover: hover) {
  .btn_coral {
    transition: background-color 0.3s ease;
  }
  .btn_coral:hover {
    background-color: #534B4C;
  }
}
.btn_consult {
  background-image: url(../images/ico_1.png);
}
.btn_experience_b {
  background-image: url("../images/ico_2_bl.png");
}
@media (hover: hover) {
  .btn_experience_b:hover {
    background-image: url("../images/ico_2_pk.png");
  }
}
.btn_example_b {
  background-image: url("../images/ico_3_bl.png");
}
@media (hover: hover) {
  .btn_example_b:hover {
    background-image: url("../images/ico_3_pk.png");
  }
}
.btn_reserve_b {
  background-image: url("../images/ico_4_bl.png");
}
@media (hover: hover) {
  .btn_reserve_b:hover {
    background-image: url("../images/ico_4_pk.png");
  }
}
.btn_service_b {
  background-image: url("../images/ico_5_bl.png");
}
@media (hover: hover) {
  .btn_service_b:hover {
    background-image: url("../images/ico_5_pk.png");
  }
}
.btn_learn_b {
  background-image: url("../images/ico_6_bl.png");
}
@media (hover: hover) {
  .btn_learn_b:hover {
    background-image: url("../images/ico_6_pk.png");
  }
}
.btn_experience_w {
  background-image: url("../images/ico_2_wh.png");
}
@media (hover: hover) {
  .btn_experience_w:hover {
    background-image: url("../images/ico_2_pk.png");
  }
}
.btn_example_w {
  background-image: url("../images/ico_3_wh.png");
}
@media (hover: hover) {
  .btn_example_w:hover {
    background-image: url("../images/ico_3_pk.png");
  }
}
.btn_reserve_w {
  background-image: url("../images/ico_4_wh.png");
}
@media (hover: hover) {
  .btn_reserve_w:hover {
    background-image: url("../images/ico_4_pk.png");
  }
}
.btn_service_w {
  background-image: url("../images/ico_5_wh.png");
}
@media (hover: hover) {
  .btn_service_w:hover {
    background-image: url("../images/ico_5_pk.png");
  }
}
.btn_learn_w {
  background-image: url("../images/ico_6_wh.png");
}
@media (hover: hover) {
  .btn_learn_w:hover {
    background-image: url("../images/ico_6_pk.png");
  }
}
.btn_consult {
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  padding-left: 4.5em;
  background-position: 1em center;
  background-size: auto 2.5625em;
  background-color: #e47a76;
  color: #fff;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  font-family: "ZenKakuGothicNew-Bold";
}
@media all and (min-width: 750px) {
  .btn_consult {
    font-size: clamp(12.8px, calc(8.6620689655px + 0.5517241379vw), 16px);
  }
}
@media all and (max-width: 749px) {
  .btn_consult {
    font-size: clamp(16px, calc(-2.5714285714px + 4.7619047619vw), 19.2px);
  }
}
.btn_consult {
  line-height: 1.25;
  background-color: #e47a76;
  color: #fff;
}
.btn_consult:hover {
  color: #fff;
}
@media (hover: hover) {
  .btn_consult {
    transition: background-color 0.3s ease;
  }
  .btn_consult:hover {
    background-color: #534B4C;
  }
}
@media all and (max-width: 749px) {
  .btn_consult {
    padding-left: 3.5em;
    background-position: 0.9em center;
    background-size: auto 2.2em;
  }
}
.btn_experience_b, .btn_example_b, .btn_experience_w, .btn_example_w {
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  padding-left: 4em;
  background-position: 0.8em center;
  background-size: auto 2.1875em;
  position: relative;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  font-family: "ZenKakuGothicNew-Bold";
}
@media all and (min-width: 750px) {
  .btn_experience_b, .btn_example_b, .btn_experience_w, .btn_example_w {
    font-size: clamp(12.8px, calc(8.6620689655px + 0.5517241379vw), 16px);
  }
}
@media all and (max-width: 749px) {
  .btn_experience_b, .btn_example_b, .btn_experience_w, .btn_example_w {
    font-size: clamp(16px, calc(-2.5714285714px + 4.7619047619vw), 19.2px);
  }
}
.btn_experience_b, .btn_example_b, .btn_experience_w, .btn_example_w {
  line-height: 1.125;
}
@media (hover: hover) {
  .btn_experience_b, .btn_example_b, .btn_experience_w, .btn_example_w {
    transition: all 0.5s ease;
  }
  .btn_experience_b:hover, .btn_example_b:hover, .btn_experience_w:hover, .btn_example_w:hover {
    color: #e47a76 !important;
    box-shadow: inset 0 0 0 1px #e47a76;
  }
}
.btn_experience_b, .btn_example_b {
  color: #2D2519;
  box-shadow: inset 0 0 0 1px #534B4C;
}
.btn_experience_b:hover, .btn_example_b:hover {
  color: #e47a76;
}
.btn_experience_w, .btn_example_w {
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.btn_experience_w:hover, .btn_example_w:hover {
  color: #fff;
}
.btn_reserve_b, .btn_service_b, .btn_learn_b, .btn_reserve_w, .btn_service_w, .btn_learn_w {
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  padding-left: 3em;
  background-position: 0 center;
  background-size: auto 2.1875em;
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.3em;
  font-family: "ZenKakuGothicNew-Medium";
}
@media all and (min-width: 750px) {
  .btn_reserve_b, .btn_service_b, .btn_learn_b, .btn_reserve_w, .btn_service_w, .btn_learn_w {
    font-size: clamp(12.8px, calc(8.6620689655px + 0.5517241379vw), 16px);
  }
}
@media all and (max-width: 749px) {
  .btn_reserve_b, .btn_service_b, .btn_learn_b, .btn_reserve_w, .btn_service_w, .btn_learn_w {
    font-size: clamp(16px, calc(-2.5714285714px + 4.7619047619vw), 19.2px);
  }
}
.btn_reserve_b, .btn_service_b, .btn_learn_b, .btn_reserve_w, .btn_service_w, .btn_learn_w {
  line-height: 1.5;
}
.btn_reserve_b, .btn_service_b, .btn_learn_b {
  color: #2D2519;
}
.btn_reserve_b:hover, .btn_service_b:hover, .btn_learn_b:hover {
  color: #2D2519;
}
@media (hover: hover) {
  .btn_reserve_b, .btn_service_b, .btn_learn_b {
    transition: all 0.5s ease;
  }
  .btn_reserve_b:hover, .btn_service_b:hover, .btn_learn_b:hover {
    color: #e47a76;
  }
}
.btn_reserve_w, .btn_service_w, .btn_learn_w {
  color: #fff;
}
.btn_reserve_w:hover, .btn_service_w:hover, .btn_learn_w:hover {
  color: #fff;
}
@media (hover: hover) {
  .btn_reserve_w, .btn_service_w, .btn_learn_w {
    transition: all 0.5s ease;
  }
  .btn_reserve_w:hover, .btn_service_w:hover, .btn_learn_w:hover {
    color: #e47a76;
  }
}

.header {
  width: 100%;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px) saturate(130%);
  opacity: 1 !important;
}
@media all and (min-width: 750px) {
  .header {
    height: 90px;
  }
}
@media all and (max-width: 749px) {
  .header {
    padding: 2% 0;
  }
}
.header.menu_on {
  backdrop-filter: none;
}
.header-inner {
  width: 85.6%;
  max-width: 1624px;
  margin-inline: auto;
  position: relative;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  z-index: 10;
}
@media all and (min-width: 750px) {
  .header-inner {
    width: 95%;
  }
}
@media all and (max-width: 749px) {
  .header-inner {
    width: 85.6%;
    gap: 0.75em;
  }
}
.header-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 120px;
  width: 16.8%;
}
@media all and (max-width: 749px) {
  .header-logo {
    width: 20%;
  }
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 1.75em;
  margin-right: 0;
  margin-left: auto;
}
@media all and (max-width: 749px) {
  .header-menu {
    gap: 0.75em;
  }
  .header-menu a {
    font-size: clamp(13px, calc(-2.0892857143px + 3.869047619vw), 15.6px);
  }
}
.header-menu-list {
  display: flex;
  gap: 1.4375em;
}
@media all and (max-width: 749px) {
  .header-menu-list {
    gap: 0.5em;
  }
}
.header-menu-list a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 750px) and (max-width: 749px) {
  .header-menu-list .btn_example_b,
  .header-menu-list .btn_experience_b {
    display: none;
  }
}
@media all and (max-width: 749px) {
  .header-menu-list .btn_example_b,
  .header-menu-list .btn_experience_b {
    display: none;
  }
}
.header-link {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (min-width: 750px) and (max-width: 1329px) {
  .header-link {
    display: none;
  }
}
@media all and (min-width: 750px) and (max-width: 749px) {
  .header-link {
    display: none;
  }
}
@media all and (max-width: 749px) {
  .header-link {
    display: none;
  }
}
.header-link a {
  display: block;
}
.header-action {
  cursor: pointer;
}
@media all and (min-width: 750px) {
  .header-action {
    order: 1;
  }
}
@media all and (max-width: 749px) {
  .header-action {
    order: 2;
    margin-left: 0.5em;
    width: 10%;
  }
}
@media all and (min-width: 1330px) {
  .header-action {
    display: none;
  }
}
@media (hover: hover) {
  .header-action-menu-line {
    transition: background-color 0.3s ease;
  }
  .header-action:hover .header-action-menu-line {
    background-color: #e47a76;
  }
  .header-action-menu-txt {
    transition: color 0.3s ease;
  }
  .header-action:hover .header-action-menu-txt {
    color: #e47a76;
  }
}
.header-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #e47a76;
  color: #fff;
}
@media all and (min-width: 750px) {
  .header-action-button {
    font-size: clamp(8.8px, calc(5.9551724138px + 0.3793103448vw), 11px);
  }
}
@media all and (max-width: 749px) {
  .header-action-button {
    font-size: clamp(11px, calc(-1.7678571429px + 3.2738095238vw), 13.2px);
  }
}
.header-action-menu {
  position: relative;
  width: 2.6em;
  height: 2.6em;
  padding: 0;
  padding-top: 0.5em;
}
@media all and (max-width: 749px) {
  .header-action-menu {
    width: 2.4em;
    height: 2.4em;
  }
}
.header-action-menu-txt {
  color: #8F806C;
  font-family: "ZenKakuGothicNew-Bold";
  letter-spacing: 0.18em;
}
@media all and (min-width: 750px) {
  .header-action-menu-txt {
    font-size: clamp(11.2px, calc(7.5793103448px + 0.4827586207vw), 14px);
  }
}
@media all and (max-width: 749px) {
  .header-action-menu-txt {
    font-size: clamp(10px, calc(-1.6071428571px + 2.9761904762vw), 12px);
  }
}
.header-action-menu-txt {
  line-height: 1;
  position: absolute;
  bottom: 0.2em;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}
@media all and (max-width: 749px) {
  .header-action-menu-txt {
    bottom: 0.22em;
  }
}
.header-action-menu-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8F806C;
  transform-origin: center;
  transition: all 0.3s ease;
}
.header-action-menu-line:nth-of-type(2) {
  margin-top: 0.5em;
}
.menu_on .header-action-menu-line:nth-of-type(1) {
  transform: rotate(15deg) translate(0, 1px);
}
.menu_on .header-action-menu-line:nth-of-type(2) {
  margin-top: 0;
  transform: rotate(-15deg) translate(0, -1px);
}
.header-drawer {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 5;
  justify-content: center;
  padding-top: 20vh;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px) saturate(130%);
  overscroll-behavior: none;
  opacity: 0;
  transition: opacity 0.6s ease 0s;
  pointer-events: none;
}
.menu_on .header-drawer {
  pointer-events: auto !important;
  opacity: 1 !important;
  transition: opacity 0.6s ease 0s;
}
.header-drawer-list {
  width: 85.6%;
  max-width: 500px;
  margin-inline: auto;
  display: grid;
  grid-template-areas: "consult consult" "experience example" "reserve service" "learn .";
  gap: 1em;
  grid-template-columns: 1fr 1fr;
}
.header-drawer-list a {
  align-items: center;
  display: flex;
}
.header-drawer-list .btn_consult {
  grid-area: consult;
  padding: 8% 5% 7% 31%;
  background-size: 16% auto;
  background-position: 12% center;
}
@media all and (min-width: 750px) {
  .header-drawer-list .btn_consult {
    font-size: clamp(15.5813953488px, calc(9.8676824379px + 0.7618283881vw), 20px);
  }
}
@media all and (max-width: 749px) {
  .header-drawer-list .btn_consult {
    font-size: clamp(20px, calc(-3.2142857143px + 5.9523809524vw), 24px);
  }
}
.header-drawer-list .btn_consult {
  line-height: 1.25;
}
.header-drawer-list .btn_experience_b {
  grid-area: experience;
  padding: 10% 3% 10% 24%;
  background-size: 15% auto;
}
.header-drawer-list .btn_example_b {
  grid-area: example;
  align-items: center;
  padding: 10% 3% 10% 24%;
  background-size: 15% auto;
}
.header-drawer-list .btn_reserve_b,
.header-drawer-list .btn_service_b,
.header-drawer-list .btn_learn_b {
  background-size: 19% auto;
  line-height: 1.1764705882;
  padding-left: 24%;
}
@media all and (min-width: 750px) and (max-width: 1329px) {
  .header-drawer-list .btn_reserve_b,
  .header-drawer-list .btn_service_b,
  .header-drawer-list .btn_learn_b {
    background-size: auto 80%;
  }
}
.header-drawer-list .btn_reserve_b {
  grid-area: reserve;
}
.header-drawer-list .btn_service_b {
  grid-area: service;
}
.header-drawer-list .btn_learn_b {
  grid-area: learn;
}

.footer {
  background: #534B4C;
  padding: 4%;
  overflow: hidden;
  width: 100%;
}
@media all and (max-width: 749px) {
  .footer {
    padding: 9% 0;
  }
}
.footer-inner {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}
.footer-link {
  display: grid;
}
@media all and (min-width: 1200px) {
  .footer-link {
    grid-template-columns: minmax(12%, 1fr) min(28vw, 23em) auto;
    grid-template-areas: "logo btn1 btn2" "logo btn1 btn3";
    gap: 0.8em 2.4em;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link {
    max-width: 700px;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo logo" "btn1 btn2" "btn3 btn3";
    gap: 2em;
    margin: 0 auto;
  }
}
@media all and (max-width: 749px) {
  .footer-link {
    width: 85.6%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "btn1" "btn2" "btn3";
    gap: 2em;
  }
}
.footer-link a {
  display: block;
}
.footer-link-logo {
  grid-area: logo;
  width: 70%;
  max-width: 149px;
}
@media all and (min-width: 750px) {
  .footer-link-logo {
    min-width: 120px;
  }
}
@media all and (max-width: 749px) {
  .footer-link-logo {
    width: 31%;
    padding-bottom: 5%;
  }
}
.footer-link-btn1 {
  grid-area: btn1;
}
@media all and (max-width: 749px) {
  .footer-link-btn1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.footer-link-btn1 a {
  height: 100%;
  align-items: center;
  display: flex;
}
@media all and (min-width: 750px) {
  .footer-link-btn1 a {
    font-size: clamp(15.5813953488px, calc(9.8676824379px + 0.7618283881vw), 20px);
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn1 a {
    font-size: clamp(20px, calc(-3.2142857143px + 5.9523809524vw), 24px);
  }
}
.footer-link-btn1 a {
  line-height: 1.25;
  font-family: "ZenKakuGothicNew-Bold";
  background-size: 15%;
  background-position: 14% center;
  padding-left: 32%;
}
@media all and (max-width: 749px) {
  .footer-link-btn1 a {
    padding: 2em 5% 2em 26%;
    background-size: 14%;
    background-position: 9% center;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn1 a {
    padding: 2em 5% 2em 34%;
    background-size: 14%;
    background-position: 13% center;
  }
}
@media (hover: hover) {
  .footer-link-btn1 a:hover {
    box-shadow: inset 0 0 0 1px #fff;
  }
}
.footer-link-btn2 {
  grid-area: btn2;
  display: flex;
  width: 100%;
  gap: 1em;
}
@media all and (max-width: 749px) {
  .footer-link-btn2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn2 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.footer-link-btn2 a {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
@media all and (min-width: 750px) {
  .footer-link-btn2 a {
    font-size: clamp(12.8px, calc(8.6620689655px + 0.5517241379vw), 16px);
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn2 a {
    font-size: clamp(17px, calc(-2.7321428571px + 5.0595238095vw), 20.4px);
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn2 a {
    background-position: 1vw center;
    padding-left: 10vw;
    background-size: 7vw auto;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn2 a {
    padding-left: 9vw;
    background-size: auto 60%;
    background-position: 10% center;
    min-height: 4em;
    text-align: center;
  }
}
@media all and (min-width: 1200px) {
  .footer-link-btn2 a {
    min-width: 16.5em;
  }
}
.footer-link-btn3 {
  grid-area: btn3;
  display: flex;
  gap: 2.8em;
}
@media all and (max-width: 749px) {
  .footer-link-btn3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em 0;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn3 {
    display: flex;
    gap: 5vw;
  }
}
.footer-link-btn3 a {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media all and (min-width: 750px) {
  .footer-link-btn3 a {
    font-size: clamp(12.8px, calc(8.6620689655px + 0.5517241379vw), 16px);
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn3 a {
    font-size: clamp(17px, calc(-2.7321428571px + 5.0595238095vw), 20.4px);
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn3 a {
    padding: 0.3em 1em 0.3em 23%;
    background-size: auto 53%;
    background-position: 0 center;
    line-height: 1.1764705882;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn3 a {
    padding: 0.3em 1em 0.3em 3em;
    background-size: auto 2.1875em;
    background-position: 0 center;
    line-height: 1.1764705882;
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn2 a, .footer-link-btn3 a {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn2 a, .footer-link-btn3 a {
    display: flex;
    align-items: center;
  }
}
.footer-guide {
  margin-top: 4.5em;
  padding-top: 1.7em;
  padding-bottom: 2em;
  border-top: 1px solid #B4A38B;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-guide {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 749px) {
  .footer-guide {
    width: 85.6%;
    margin: 0 auto;
    margin-top: 4.25em;
    padding-top: 9%;
    padding-bottom: 1.25em;
    display: block;
  }
}
.footer-guide ul {
  display: flex;
  gap: 1.75em;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 749px) {
  .footer-guide ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.footer-guide ul li a {
  color: #ffffff;
  font-family: "ZenKakuGothicNew-Bold";
}
@media all and (min-width: 750px) {
  .footer-guide ul li a {
    font-size: clamp(9.6px, calc(6.4965517241px + 0.4137931034vw), 12px);
  }
}
@media all and (max-width: 749px) {
  .footer-guide ul li a {
    font-size: clamp(11px, calc(-1.7678571429px + 3.2738095238vw), 13.2px);
  }
}
@media (hover: hover) {
  .footer-guide ul li a {
    transition: color 0.3s ease;
  }
  .footer-guide ul li a:hover {
    color: #e47a76;
  }
}
.footer-guide-copy {
  color: #ffffff;
  text-align: right;
  font-family: "ZenKakuGothicNew-Bold";
}
@media all and (min-width: 750px) {
  .footer-guide-copy {
    font-size: clamp(9.6px, calc(6.4965517241px + 0.4137931034vw), 12px);
  }
}
@media all and (max-width: 749px) {
  .footer-guide-copy {
    font-size: clamp(11px, calc(-1.7678571429px + 3.2738095238vw), 13.2px);
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-guide-copy {
    width: 100%;
    margin-top: 5.5em;
    text-align: center;
  }
}
@media all and (max-width: 749px) {
  .footer-guide-copy {
    margin-top: 5.5em;
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */
