@charset "UTF-8";
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.tab-only {
  display: none;
}

@media (max-width: 780px) {
  .tab-only {
    display: block;
  }
}
@media (max-width: 480px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
#kv_hospitality_for_women {
  background: url("./../images/hospitality_for_women/kv.jpg");
  background-position: center;
  background-size: cover;
}
#kv_hospitality_for_women p {
  line-height: 1.2em;
}
#kv_hospitality_for_women h2 {
  line-height: 1.2em;
}

#principle {
  background: linear-gradient(90deg, #eff6f3 80%, rgba(255, 255, 255, 0) 20%);
}
@media (max-width: 780px) {
  #principle {
    background: #eff6f3;
  }
}
#principle .bl-section-inner {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 60% 40%;
}
@media (max-width: 780px) {
  #principle .bl-section-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#principle .bl-section-text p {
  padding-left: 24px;
  line-height: 200%;
}
@media (max-width: 780px) {
  #principle .bl-section-text p {
    padding-left: 0;
  }
}
@media (max-width: 780px) {
  #principle .bl-section-text {
    text-align: center;
  }
}
#principle .bl-section-images {
  position: relative;
}
#principle .bl-section-image img {
  width: 100%;
}
#principle .bl-section-image:first-child {
  position: absolute;
  width: 80%;
  left: 0;
}
@media (max-width: 780px) {
  #principle .bl-section-image:first-child {
    position: relative;
    width: 80%;
  }
}
#principle .bl-section-image:last-child {
  position: absolute;
  position: absolute;
  width: 60%;
  left: 30%;
  top: 70%;
}
@media (max-width: 780px) {
  #principle .bl-section-image:last-child {
    position: relative;
    top: -20%;
    left: 30%;
    width: 60%;
  }
}

#kensakouoku {
  padding: 24px 0;
  margin-bottom: 32px;
  margin-top: 32px;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
}
#kensakouoku ul {
  margin-top: 24px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
#kensakouoku ul li {
  text-align: center;
}
#kensakouoku ul li p,
#kensakouoku ul li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #507541;
  color: #fff;
  text-align: center;
  height: 60px;
  border-radius: 6px;
}
#kensakouoku ul li p span,
#kensakouoku ul li a span {
  margin-top: 4px;
  display: inline-block;
  color: #EE486C;
  background: #fff;
  padding: 0 8px;
  border-radius: 12px;
}

.ext {
  display: grid;
  grid-template-columns: 300px 300px;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.ext .bl-contact-item {
  padding: 16px 8px;
  grid-template-columns: 1fr 16px;
}
@media (max-width: 780px) {
  .ext {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

.options .option .head {
  background: #FFE5E5;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media (max-width: 480px) {
  .options .option .head {
    padding: 8px;
  }
}
.options .option .body .sec {
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .options .option .body .sec {
    padding-bottom: 24px;
  }
}
.options .option .body .sec-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.options .option .body .sec-head h3 {
  color: #EE486C;
  padding-left: 8px;
  margin: 16px 0 0px;
  border-left: 2px solid #EE486C;
}

#options .bl-section-title h3 {
  border-bottom: 1px solid #507541;
  display: inline-block;
}
#options .bl-section-title a {
  display: inline-block;
  border-bottom: 1px solid #D4D4D4;
}

.fc-att {
  color: #EE486C;
}

.detail {
  background: #F2F2F2;
  text-align: center;
  padding: 40px 0;
}
.detail .bl-contact-item {
  max-width: 300px;
  width: 100%;
  padding: 16px 8px;
  grid-template-columns: 1fr 16px;
}

table,
td,
th {
  border-collapse: collapse;
}

td,
th {
  padding: 3px;
  width: 30px;
  height: 25px;
}

th {
  background: #f0e6cc;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

.example-option {
  margin-bottom: 40px;
}
.example-option .head {
  background: #507541;
  border-radius: 4px;
  padding: 8px 16px;
}
@media (max-width: 480px) {
  .example-option .head {
    padding: 8px;
  }
}
.example-option .body .sec-head {
  padding: 24px 0;
}
@media (max-width: 480px) {
  .example-option .body .sec-head {
    padding: 16px 0;
  }
}
.example-option .body .sec-body table {
  width: 100%;
}
.example-option .body .sec-body table,
.example-option .body .sec-body td,
.example-option .body .sec-body th {
  border-bottom: 1px solid #D4D4D4;
  padding: 16px;
}
@media (max-width: 480px) {
  .example-option .body .sec-body table,
  .example-option .body .sec-body td,
  .example-option .body .sec-body th {
    padding: 8px;
  }
}
.example-option .body .sec-body td:first-child {
  width: 70%;
}
.example-option .body .sec-body td:last-child {
  width: 30%;
  text-align: right;
}
.example-option .body .sec-body .basic td {
  background: #D3EAE0;
}
.example-option .body .sec-body .fem td {
  background: #FFEEEE;
}
.example-option .body .sec-body .normal td {
  background: #EFF6F3;
}
.example-option .body .sec-body .price {
  margin-top: 24px;
  text-align: right;
  width: 100%;
  vertical-align: bottom;
}
.example-option .body .sec-body .price small,
.example-option .body .sec-body .price strong {
  color: #507541;
}
@media (max-width: 480px) {
  .example-option .body .sec-body .price {
    margin-top: 16px;
  }
}

#reservebtn {
  display: flex !important;
}

.question-head {
  padding: 16px;
}
.question-head h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .question-head {
    padding: 8px;
  }
}
.question-body {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-left: 40px;
  padding-top: 16px;
  gap: 8px;
}
@media (max-width: 480px) {
  .question-body {
    padding-left: 16px;
    padding-top: 8px;
    gap: 4px;
  }
}

/* スクロールアニメーション用のスタイル */
.fade-in-target {
  opacity: 0; /* 初期状態では透明にする */
  transform: translateY(30px); /* 少し下に配置する */
  transition: opacity 0.8s ease, transform 0.8s ease; /* アニメーションの変化を滑らかにする（JS無効時用） */
}

/* 画面内に入ったときに付与するクラス（今回はJSで直接操作するため不要ですが、念のため） */
.fade-in-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=page_hospitality_for_women.css.map */