@charset "UTF-8";
.center {
  text-align: center;
}

/* 会社案内リンク --------------------------------------------------------------- */
#info-link-btn {
  display: flex;
  align-items: center;
  gap: 0 12px;
  width: 1100px;
  max-width: 100%;
  margin: 12px auto;
}
@media (max-width: 667px) {
  #info-link-btn {
    flex-wrap: wrap;
    gap: 12px 0;
    width: 96%;
    margin: 12px 2%;
  }
}
#info-link-btn .estate {
  background: url(../images/top/estate3.jpg) no-repeat;
  background-size: cover;
  background-position: 0 -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 6px solid #00a0e9;
  box-sizing: border-box;
  border-radius: 6px;
}
#info-link-btn .estate:hover {
  opacity: 0.72;
}
#info-link-btn .estate:hover::after {
  background: rgba(0, 0, 0, 0.2);
}
#info-link-btn .estate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#info-link-btn .estate a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 52px 0;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 667px) {
  #info-link-btn .estate a {
    padding: 40px 0;
    font-size: 16px;
  }
}
#info-link-btn .estate a img {
  width: 16px;
  height: auto;
}
#info-link-btn .salon {
  background: url(../images/top/salon_image01.jpg) no-repeat;
  background-size: cover;
  background-position: 0 -92px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 6px solid #00a0e9;
  box-sizing: border-box;
  border-radius: 6px;
}
#info-link-btn .salon:hover {
  opacity: 0.72;
}
#info-link-btn .salon:hover::after {
  background: rgba(0, 0, 0, 0.2);
}
#info-link-btn .salon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#info-link-btn .salon a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 52px 0;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 667px) {
  #info-link-btn .salon a {
    padding: 40px 0;
    font-size: 16px;
  }
}
#info-link-btn .salon a img {
  width: 16px;
  height: auto;
}

/* about --------------------------------------------------------------- */
.photos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin: 32px auto;
}
.photos img {
  max-width: 100%;
}
@media (max-width: 667px) {
  .photos {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}

.salon_kyujin_btn {
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  width: 362px;
  padding: 0 20px;
  display: block;
  margin: 40px auto;
  color: #fff;
  text-decoration: none;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media (max-width: 667px) {
  .salon_kyujin_btn {
    width: 88%;
  }
}
.salon_kyujin_btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.salon_kyujin_btn:hover .lable-button .stylable-button-icon div svg {
  fill: #000;
}
.salon_kyujin_btn .lable-button {
  display: flex;
  gap: 0 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.salon_kyujin_btn .lable-button .stylable-button-icon {
  height: 12px;
  width: 12px;
}
.salon_kyujin_btn .lable-button .stylable-button-icon div {
  display: flex;
}
.salon_kyujin_btn .lable-button .stylable-button-icon div svg {
  fill: #fff;
}

/* salon_kyujin --------------------------------------------------------------- */
.salon_kyujin .cart .cart_mode div:nth-of-type(1),
.salon_kyujin .cart .cart_mode1 div:nth-of-type(1) {
  margin: 0 0 4px;
}
.salon_kyujin h3 {
  margin: 32px 0 16px;
  padding: 0 0 4px;
  font-size: 18px;
  color: #00a0e9;
  border-bottom: 4px solid #00a0e9;
  display: table;
  letter-spacing: 0.1em;
}
@media (max-width: 667px) {
  .salon_kyujin h3 {
    margin: 32px 4% 16px;
  }
}
.salon_kyujin h4 {
  color: #7ba6db;
  margin: 28px 0 12px;
  font-size: 16px;
}
@media (max-width: 667px) {
  .salon_kyujin h4 {
    margin: 28px 4% 12px;
  }
}
.salon_kyujin h5 {
  margin: 24px 0 8px;
}
@media (max-width: 667px) {
  .salon_kyujin h5 {
    margin: 24px 4% 8px;
  }
}
.salon_kyujin .job-discription {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
@media (max-width: 667px) {
  .salon_kyujin .job-discription {
    margin: 0 4%;
  }
}
.salon_kyujin .job-discription th {
  border: 1px solid #ccc;
  background: #def1fc;
  padding: 8px 16px;
  width: 112px;
  vertical-align: middle;
}
.salon_kyujin .job-discription td {
  border: 1px solid #ccc;
  padding: 8px 16px;
  background: #fbfbfb;
}
.salon_kyujin .senddata16 input {
  width: 80%;
}
@media (max-width: 667px) {
  .salon_kyujin .senddata16 input {
    width: 72%;
  }
}
.salon_kyujin .senddata16 br {
  display: none;
}
.salon_kyujin #koumoku_id_block_21 ul {
  display: flex;
  gap: 0 16px;
  align-items: center;
}
.salon_kyujin #koumoku_id_block_21 ul li label {
  display: flex;
  gap: 0 4px;
  align-items: center;
}
.salon_kyujin #koumoku_id_block_21 ul li label input {
  margin: 0;
  padding: 0;
}
.salon_kyujin #koumoku_id_block_51 ul {
  display: flex;
  gap: 0 12px;
  align-items: center;
}
.salon_kyujin #koumoku_id_block_51 ul li label {
  display: flex;
  gap: 0 4px;
  align-items: center;
}
.salon_kyujin #koumoku_id_block_51 ul li label input {
  margin: 0;
  padding: 0;
}
.salon_kyujin #koumoku_id_block_52 input,
.salon_kyujin #koumoku_id_block_54 input {
  width: calc(100% - 10px);
}
.salon_kyujin .error_koumoku {
  margin: 24px 0 4px;
}

/* salon_menu --------------------------------------------------------------- */
#salonMeue {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 0 40px;
}
@media (max-width: 667px) {
  #salonMeue {
    gap: 8px;
    margin: 12px 4% 32px;
  }
}
#salonMeue li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 2px solid #000;
  text-align: center;
  width: calc(50% - 10px);
  cursor: pointer;
  height: 280px;
  background: #fff;
}
@media (max-width: 667px) {
  #salonMeue li {
    height: 320px;
    width: 100%;
  }
}
#salonMeue li#list-01:hover {
  background: url(//rims-web24.com/id/first-estate/file/assets/images/salon_menu/001.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
#salonMeue li#list-01:hover a {
  color: #fff;
  z-index: 2;
}
#salonMeue li#list-01:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
#salonMeue li#list-02:hover {
  background: url(//rims-web24.com/id/first-estate/file/assets/images/salon_menu/002.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
#salonMeue li#list-02:hover a {
  color: #fff;
  z-index: 2;
}
#salonMeue li#list-02:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
#salonMeue li#list-03:hover {
  background: url(//rims-web24.com/id/first-estate/file/assets/images/salon_menu/003.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
#salonMeue li#list-03:hover a {
  color: #fff;
  z-index: 2;
}
#salonMeue li#list-03:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
#salonMeue li#list-04:hover {
  background: url(//rims-web24.com/id/first-estate/file/assets/images/salon_menu/004.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
#salonMeue li#list-04:hover a {
  color: #fff;
  z-index: 2;
}
#salonMeue li#list-04:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
#salonMeue li#list-05:hover {
  background: url(//rims-web24.com/id/first-estate/file/assets/images/salon_menu/005.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
#salonMeue li#list-05:hover a {
  color: #fff;
  z-index: 2;
}
#salonMeue li#list-05:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
#salonMeue li#list-06:hover {
  background: url(//rims-web24.com/id/first-estate/file/assets/images/salon_menu/006.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
#salonMeue li#list-06:hover a {
  color: #fff;
  z-index: 2;
}
#salonMeue li#list-06:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
#salonMeue li#list-07:hover {
  background: url(//rims-web24.com/id/first-estate/file/assets/images/salon_menu/007.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
#salonMeue li#list-07:hover a {
  color: #fff;
  z-index: 2;
}
#salonMeue li#list-07:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
#salonMeue li#list-08:hover {
  background: url(//rims-web24.com/id/first-estate/file/assets/images/salon_menu/008.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
#salonMeue li#list-08:hover a {
  color: #fff;
  z-index: 2;
}
#salonMeue li#list-08:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
#salonMeue li#list-09:hover {
  background: url(//rims-web24.com/id/first-estate/file/assets/images/salon_menu/009.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
#salonMeue li#list-09:hover a {
  color: #fff;
  z-index: 2;
}
#salonMeue li#list-09:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
#salonMeue li a {
  margin: 20px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
#salonMeue li a .menu-title {
  font-size: 16px;
  margin-bottom: 4px;
}
#salonMeue li a .price {
  font-size: 14px;
  margin-bottom: 4px;
}
#salonMeue li a .lead {
  font-size: 11px;
  margin-bottom: 2px;
}
#salonMeue li a .description {
  font-size: 11px;
}

.fancybox-title {
  font-size: 1.2rem;
  padding: 0 0 4px;
  margin: 0 auto 8px;
  display: table;
  border-bottom: 2px solid #fff;
}

.fancybox-price {
  font-size: 1rem;
  margin: 0 auto 8px;
}

.fancybox-description {
  font-size: 0.76rem;
  margin: 8px auto 0;
}

.coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin: 32px auto 0;
  width: 548px;
  height: 52px;
  background: #3f7652;
  border-radius: 26px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.coupon.about-page {
  margin-bottom: 40px;
  width: 432px;
}
@media (max-width: 667px) {
  .coupon.about-page {
    width: 80%;
  }
}
.coupon:last-of-type {
  margin-bottom: 32px;
}
@media (max-width: 667px) {
  .coupon {
    width: 92%;
    height: 44px;
    border-radius: 22px;
    margin: 20px auto 0;
  }
}
.coupon:hover {
  opacity: 0.8;
}
.coupon:hover .arrow {
  transform: translateX(8px);
  transform-origin: 0 50%;
}
.coupon .label {
  color: #fff;
  font-size: 1rem;
  display: flex;
}
.coupon .label br {
  display: none;
}
@media (max-width: 667px) {
  .coupon .label br {
    display: block;
  }
}
@media (max-width: 667px) {
  .coupon .label {
    font-size: 0.76rem;
    line-height: 1rem;
  }
}
.coupon .arrow {
  transition: all 0.3s ease;
  width: 28px;
  display: flex;
}
@media (max-width: 667px) {
  .coupon .arrow {
    width: 28px;
  }
}
.coupon .arrow svg {
  fill: #fff;
}

.coupon2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin: 32px auto 0;
  width: 548px;
  height: 52px;
  background: #c65976;
  border-radius: 26px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.coupon2.about-page {
  margin-bottom: 40px;
  width: 432px;
}
@media (max-width: 667px) {
  .coupon2.about-page {
    width: 80%;
  }
}
.coupon2:last-of-type {
  margin-bottom: 32px;
}
@media (max-width: 667px) {
  .coupon2 {
    width: 92%;
    height: 44px;
    border-radius: 22px;
    margin: 20px auto 0;
  }
}
.coupon2:hover {
  opacity: 0.8;
}
.coupon2:hover .arrow {
  transform: translateX(8px);
  transform-origin: 0 50%;
}
.coupon2 .label {
  color: #fff;
  font-size: 1rem;
  display: flex;
}
.coupon2 .label br {
  display: none;
}
@media (max-width: 667px) {
  .coupon2 .label br {
    display: block;
  }
}
@media (max-width: 667px) {
  .coupon2 .label {
    font-size: 0.76rem;
    line-height: 1rem;
  }
}
.coupon2 .arrow {
  transition: all 0.3s ease;
  width: 28px;
  display: flex;
}
@media (max-width: 667px) {
  .coupon2 .arrow {
    width: 28px;
  }
}
.coupon2 .arrow svg {
  fill: #fff;
}

.mgb32 {
  margin-bottom: 32px !important;
}/*# sourceMappingURL=ict.css.map */