/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#topSlider {
  height: 66vw;
}

#topBanner {
  --tb-per-view: 3;
  --tb-gap: 10px;
  overflow: hidden;
  position: relative;
}

#topBanner .tb-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: var(--tb-gap);
  transition: none !important;
  will-change: transform;
}

#topBanner > .tb-track {
  display: flex !important;
  flex-wrap: nowrap !important;
}

#topBanner .tb-slide {
  box-sizing: border-box;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  float: none !important;
  display: block !important;
  height: 300px;
}

#topBanner .tb-track > .tb-slide.elementor-column {
  width: auto !important;
  max-width: none !important;
  min-height: 300px;
}

#topBanner .tb-slide .elementor-widget-wrap,
#topBanner .tb-slide .elementor-widget-container,
#topBanner .tb-slide .elementor-widget-image,
#topBanner .tb-slide a,
#topBanner .tb-slide figure {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#topBanner .tb-slide img {
  display: block;
  width: auto;
  height: 100% !important;
  max-height: none;
  max-width: none;
}

@media (max-width: 767px) {
  #topBanner {
    --tb-per-view: 1;
  }

  #topBanner .tb-slide {
    height: 228px;
  }

  #topBanner .tb-track > .tb-slide.elementor-column {
    min-height: 228px;
  }

  #topBanner .tb-slide img {
    width: auto;
    height: 100% !important;
    max-height: none;
  }
}

.site-header {
  border-bottom: solid 1px #eee;
  margin-bottom: 0rem;
  padding-block-start: 5px;
  padding-block-end: 5px;
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #fff;
}
main {
  padding-top: 80px;
}

/* ─── コンタクトフォーム ───────────────────────────────── */
.reserv_form {
  max-width: 760px;
  margin: 2rem auto 4rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.reserv_form h2{
  text-align: center;
}
.reserv_form span.attention {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #f74040;
}
.reserv_form .attentionSmall p{
  font-size: 0.875rem;
  font-weight: 200;;
}
.reserv_form dl,
.reserv_form dt,
.reserv_form dd {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.reserv_form dl {
  display: grid;
  grid-template-columns: 190px 1fr;
  background: transparent;
  border: none;
}
.reserv_form dt,
.reserv_form dd {
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.reserv_form dt {
  align-items: flex-start;
  padding-top: 18px;
  font-weight: 600;
  font-size: 0.875rem;
  color: #444;
  background: transparent;
  float: none;
  width: auto;
}
.reserv_form dd {
  background: transparent;
  margin-left: 0;
  border-left: none;
  padding-bottom: 14px;
}
.reserv_form dd:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 600px) {
  .reserv_form {
    padding: 1.25rem 0.5rem;
    border-radius: 8px;
    margin: 1rem 0.5rem 3rem;
  }
  .reserv_form dl {
    grid-template-columns: 1fr;
  }
  .reserv_form dt {
    padding-bottom: 4px;
    border-bottom: none;
    padding-top: 14px;
    background-color: transparent;
  }
  .reserv_form dd {
    padding-top: 4px;
    width: 100%;
    margin-left: 0;
  }
}

/* ラジオ チップUI */
.reserv_form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0;
}
.reserv_form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  position: relative;
  display: inline-block;
}
.reserv_form .wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.reserv_form .wpcf7-radio input[type="radio"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  z-index: 1;
}
.reserv_form .wpcf7-radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.reserv_form .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  padding: 6px 16px;
  border: 1.5px solid #d0d0d0;
  border-radius: 20px;
  font-size: 0.875rem;
  color: #555;
  background: #fff;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  line-height: 1.5;
  white-space: nowrap;
}
.reserv_form .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background: #6a0b79;
  border-color: #6a0b79;
  color: #fff;
}
.reserv_form .wpcf7-radio input[type="radio"]:disabled + .wpcf7-list-item-label {
  opacity: 0.35;
  cursor: not-allowed;
}

/* 必須マーク */
.must {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #f92931;
  border-radius: 20px;
}

/* 任意マーク */
.free {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #424242;
  border-radius: 20px;
}

/* 項目名を太字にする */
form p {
  font-weight: 600;
}

/* 入力項目 */
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-tel,
input.wpcf7-form-control.wpcf7-email,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 10px 14px;
  margin-top: 4px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fafafa;
}
input.wpcf7-form-control.wpcf7-text:focus,
input.wpcf7-form-control.wpcf7-tel:focus,
input.wpcf7-form-control.wpcf7-email:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #6a0b79;
  box-shadow: 0 0 0 3px rgba(106, 11, 121, 0.1);
  background: #fff;
  outline: none;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 120px;
  resize: vertical;
}

/* セレクト */
.reserv_form .wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236a0b79' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.reserv_form .wpcf7-select:focus {
  border-color: #6a0b79;
  box-shadow: 0 0 0 3px rgba(106, 11, 121, 0.1);
  outline: none;
}

/* 必須入力欄（黄色背景廃止） */
.wpcf7-validates-as-required {
  background: #fafafa;
}

/* 送信ボタン */
input.wpcf7-submit {
  display: block;
  width: 100%;
  height: 56px;
  background: #6a0b79;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: filter 0.2s, transform 0.1s;
  margin-top: 0.5rem;
}
input.wpcf7-submit:hover,
input.wpcf7-submit:focus {
  filter: brightness(0.88);
  background-color: #6a0b79;
  color: #fff;
  border: none;
}
input.wpcf7-submit:active {
  transform: scale(0.99);
}

/* エラーメッセージ */
span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  padding: 4px 10px;
  border-left: 3px solid #c0392b;
  color: #c0392b;
  font-size: 0.8125rem;
  font-weight: 500;
}
.wpcf7-response-output {
  margin-top: 1rem;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
}
.wpcf7-response-output.wpcf7-validation-errors {
  background: #fdf0f0;
  border: 1.5px solid #c0392b;
  color: #c0392b;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #f0fdf4;
  border: 1.5px solid #2d6a4f;
  color: #2d6a4f;
}
@media (max-width: 480px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 33%;
  }
  .sbi_photo {
    height: 120px !important;
  }
}
.sbi_load {
  display: none;
}
.site-footer {
  display: none;
}
.elementor-lightbox .elementor-lightbox-item {
  padding: 0 !important;
}

/* インライン datepicker スタイル */
.inline-datepicker-reserve_1_date,
.inline-datepicker-reserve_2_date,
.inline-datepicker-reserve_3_date {
  margin: 12px 0;
  padding: 12px;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 8px;
}
.ui-datepicker .ui-datepicker-next span {
  background-color: #fff;
}

/* jQuery UI datepicker スタイル調整 */
.inline-datepicker-reserve_1_date .ui-datepicker,
.inline-datepicker-reserve_2_date .ui-datepicker,
.inline-datepicker-reserve_3_date .ui-datepicker {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 0.9rem;
}

.inline-datepicker-reserve_1_date .ui-datepicker-inline,
.inline-datepicker-reserve_2_date .ui-datepicker-inline,
.inline-datepicker-reserve_3_date .ui-datepicker-inline {
  width: 100% !important;
}

.inline-datepicker-reserve_1_date .ui-datepicker-header,
.inline-datepicker-reserve_2_date .ui-datepicker-header,
.inline-datepicker-reserve_3_date .ui-datepicker-header {
  background: #6a0b79;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 8px;
}

.inline-datepicker-reserve_1_date .ui-datepicker-title,
.inline-datepicker-reserve_2_date .ui-datepicker-title,
.inline-datepicker-reserve_3_date .ui-datepicker-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
  color: #fff;
  font-weight: 600;
}

.inline-datepicker-reserve_1_date .ui-datepicker-title select,
.inline-datepicker-reserve_2_date .ui-datepicker-title select,
.inline-datepicker-reserve_3_date .ui-datepicker-title select {
  width: auto !important;
  min-height: 42px;
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1.2;
  background-image: none;
  -webkit-appearance: auto;
  appearance: auto;
}

.inline-datepicker-reserve_1_date .ui-datepicker-year,
.inline-datepicker-reserve_2_date .ui-datepicker-year,
.inline-datepicker-reserve_3_date .ui-datepicker-year {
  min-width: 6.5em;
}

.inline-datepicker-reserve_1_date .ui-datepicker-month,
.inline-datepicker-reserve_2_date .ui-datepicker-month,
.inline-datepicker-reserve_3_date .ui-datepicker-month {
  min-width: 5em;
}

.inline-datepicker-reserve_1_date .ui-datepicker-prev,
.inline-datepicker-reserve_2_date .ui-datepicker-prev,
.inline-datepicker-reserve_3_date .ui-datepicker-prev,
.inline-datepicker-reserve_1_date .ui-datepicker-next,
.inline-datepicker-reserve_2_date .ui-datepicker-next,
.inline-datepicker-reserve_3_date .ui-datepicker-next {
  color: #fff;
}

.inline-datepicker-reserve_1_date .ui-datepicker-calendar,
.inline-datepicker-reserve_2_date .ui-datepicker-calendar,
.inline-datepicker-reserve_3_date .ui-datepicker-calendar {
  width: 100%;
  table-layout: fixed;
}

.inline-datepicker-reserve_1_date td,
.inline-datepicker-reserve_2_date td,
.inline-datepicker-reserve_3_date td {
  padding: 4px;
}

.inline-datepicker-reserve_1_date .ui-state-default,
.inline-datepicker-reserve_2_date .ui-state-default,
.inline-datepicker-reserve_3_date .ui-state-default {
  border: 1px solid #ddd;
  background: #f9f9f9;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
}

.inline-datepicker-reserve_1_date .ui-state-default:hover,
.inline-datepicker-reserve_2_date .ui-state-default:hover,
.inline-datepicker-reserve_3_date .ui-state-default:hover {
  background: #e8e8e8;
}

.inline-datepicker-reserve_1_date .ui-state-active,
.inline-datepicker-reserve_2_date .ui-state-active,
.inline-datepicker-reserve_3_date .ui-state-active {
  background: #6a0b79 !important;
  border-color: #6a0b79 !important;
  color: #fff !important;
}

.inline-datepicker-reserve_1_date .ui-state-disabled,
.inline-datepicker-reserve_2_date .ui-state-disabled,
.inline-datepicker-reserve_3_date .ui-state-disabled {
  background: #f5f5f5 !important;
  color: #ccc !important;
  opacity: 0.6;
}

@media (max-width: 600px) {
  .inline-datepicker-reserve_1_date,
  .inline-datepicker-reserve_2_date,
  .inline-datepicker-reserve_3_date {
    padding: 5px;
    overflow: hidden;
  }

  .inline-datepicker-reserve_1_date .ui-datepicker-title,
  .inline-datepicker-reserve_2_date .ui-datepicker-title,
  .inline-datepicker-reserve_3_date .ui-datepicker-title {
    gap: 6px;
    padding: 0 22px;
  }

  .inline-datepicker-reserve_1_date .ui-datepicker-title select,
  .inline-datepicker-reserve_2_date .ui-datepicker-title select,
  .inline-datepicker-reserve_3_date .ui-datepicker-title select {
    width: calc(50% - 6px) !important;
    min-width: 0;
    max-width: calc(50% - 6px);
    min-height: 38px;
    font-size: 0.95rem;
    padding: 6px 8px;
  }

  .inline-datepicker-reserve_1_date .ui-datepicker-year,
  .inline-datepicker-reserve_2_date .ui-datepicker-year,
  .inline-datepicker-reserve_3_date .ui-datepicker-year,
  .inline-datepicker-reserve_1_date .ui-datepicker-month,
  .inline-datepicker-reserve_2_date .ui-datepicker-month,
  .inline-datepicker-reserve_3_date .ui-datepicker-month {
    min-width: 0;
  }
}
/*
#news,#chirashi,#dm,#g_baby,#g_753,#g_furidode,#form,#access{
	margin-top : -140px;
  	padding-top : 140px;
}
*/
.drawer-navigation {
  background-color: rgba(255, 255, 255, 0.9);
  width: 75%;
}
.button_blog .elementor-button {
  min-width: 250px !important;
}
/*
@media (max-width:420px){
	section {
		margin-top : -120px;
  	padding-top : 120px;
	}
}
*/
/*
:target:before {
   content:"";
   display:block;
   height:150px;
   margin:-150px 0 0;
}
*/
.news_title h2,
#g_baby h2,
#form h2,
#info h2 {
  text-align: center;
  width: 100%;
  border: 1px solid black;
  padding: 5px;
}
@media (max-width: 420px) {
  .news_title h2,
  #g_baby h2,
  #form h2,
  #info h2 {
    width: 70%;
    margin: 0 auto;
  }
}
.news_title h3 {
  color: #e50012;
  font-size: 1.75rem;
}
.content-area {
  margin-bottom: 0;
}
.ow-button-base a {
  min-width: 250px;
}
.widget {
  font-size: 100% !important;
  padding: 0 10px;
}
.widget.widget_sow-slider {
  padding: 0;
}
.ui-datepicker {
  background-color: white !important;
  border: 1px solid;
}
