#sec .ttl_wrap{
  background: #ac9268;
}
#sec .ttl_wrap .sec_ttl{
  width: 1052px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  color: #FFF;
  padding: 2em 0;
}

#sec .inner{
  width: 1052px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 104px;
}

.formstep {
  list-style-type: none;
  display:table;
  width: 100%;
  padding: 0;
  margin: 6em 0 6em;
  overflow: hidden;
  border: 2px solid #ac9268;
  font-size: 16px;
 }
.formstep li{
  display: table-cell;
  position: relative;
  background: #fff;
  padding: .7em 0 .8em;
  color: #ac9268;
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  text-align: center;
}
.formstep li:last-child{
  padding-right: 1em;
}
.formstep li:last-child:before,
.formstep li:last-child:after{
  display: none;
}
.formstep li:before,
.formstep li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.formstep li:before{
  top: 50%;
  right: -20px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 30px 0 30px 20px;
  z-index: 10;
  margin-top:-30px;
}
.formstep li:nth-child(2):before{
  top: 50%;
  border-style: solid;
  border-color: transparent transparent transparent #ac9268;
  border-width: 30px 0 30px 20px;
  z-index: 10;
  margin-top: -30px;
}
.formstep li:after{
  top: 50%;
  right: -17px;
  border-style: solid;
  border-color: transparent transparent transparent #ac9268;
  border-width: 30px 0 30px 20px;
  z-index: 10;
  margin-top:-30px;
}
.formstep li:nth-child(2):after{
  border-color: transparent transparent transparent #fff;
}
.formstep li.current{
  background: #ac9268;
  color:#fff;
}
.formstep li.current:after{
  border-color: transparent transparent transparent #ac9268;
  right: -18px;
}
.formstep li.current:before{
  border-color: transparent transparent transparent #fff;
}

.form{
  position: relative;
}
::placeholder {
  color:#bbb;
}

.form .lbh4 {
  border-left: 4px solid #ac9268;
  padding-left: 10px;
}

.table01, .table02 {
  width: 100%;
  border-top: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-left: 1px solid #bababa;
  margin: 50px auto 0px;
}


.form .table02{
  width: 100%;
  border-top: 1px solid #dddcdc;
  margin: 30px auto 60px;
}

.form .table02 tr {
  border-bottom: 1px solid #dddcdc;
}

.form .table02 th, .table02 td {
  vertical-align: middle;
  padding: 14px 30px;
}


.table02 td .ftxt {
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  width: 2.4em;
}

.table02 td .btxt {
  margin: 0 16px;
  display: inline-block;
  text-align: center;
}

.table02 td .ttxt {
  margin-top: 10px;
  display: inline-block;
}


.required {
  display: inline-block;
  color: #e70000;
  margin-left: 1em;
  font-size: 80%;
}

.radiobtn, .checkbtn{position: relative;}

.radiobtn input[type=radio] {
  opacity: 0;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 0px;
}

.radiobtn label {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  padding-left: 38px;
  vertical-align: middle;
  margin: 8px 20px 8px 0px;
}

.radiobtn input[type=radio]:checked+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #ac9268;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px #ac9268;
}

.radiobtn input[type=radio]+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #d4d4d4;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 1px #d4d4d4;
  border-radius: 10px;
}

.form input[type="text"], .form input[type="email"], .form select, .form textarea {
  width: 100%;
  resize: vertical;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  padding: 12px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 10px 0px;
  background:#fffafa;
}


#address_row td  p{
  display: flex;
  justify-content: flex-start;
}

.form input#txt_zip{
  width: 40%;
  /* margin-top: 0; */
  margin-bottom: 0;

}
.form #btn_search_zip::after {
  content: none;
}

#btn_search_zip{
  width: 40%;
}


.table02 .selectbox{
  background:#fff;
  color:#282828;
  padding: 12px 10px;
}


.table02 .gray_bg{background:#f7f7f7;}

.table02 input[type="button"] {
  margin-left: 30px;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
  max-width: 190px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  border: 1px solid #282828;
  padding: 12px;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.table02 input[type="button"]:hover{
  opacity: 1;
  background: #ac9268;
  border: solid 1px #ac9268;
  color:#fff;
}

.checkbtn input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbtn input[type=checkbox]+label {
  position: relative;
  padding-left: 35px;
  vertical-align: middle;
  display: inline-block;
  margin: 8px 20px 8px 0px;
}

/* contact_media用のチェックボックススタイル */
.checkbox_wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox_wrap li {
  margin: 0;
  flex: 0 0 auto;
}

.checkbox_wrap label {
  position: relative;
  padding-left: 25px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}

.checkbox_wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  z-index: 2;
}

/* チェックボックスの外枠 */
.checkbox_wrap label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #b2b2b2;
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}

/* チェックマーク */
.checkbox_wrap input:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #ac9268;
  border-width: 0 2px 2px 0;
  transform: translateY(-65%) rotate(45deg);
  z-index: 3;
  box-sizing: border-box;
}

/* チェックされた時の外枠 */
.checkbox_wrap input:checked + label::before {
  border-color: #ac9268;
}

.checkbtn input[type=checkbox]+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: 0px;
  background-color: #fff;
  border: 2px solid #b2b2b2;
}

.checkbtn input[type=checkbox]:checked+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: 0px;
  background-color: #fff;
  border: 2px solid #ac9268;
}


.checkbtn input[type=checkbox]:checked+label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 46%;
  width: 13px;
  height: 4px;
  margin-top: -4px;
  margin-left: 4px;
  border-left: 3px solid #ac9268;
  border-bottom: 3px solid #ac9268;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: none;
}


.calendar-nav-btn{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin:20px auto;
  width:100%;
  font-size: 16px;
}

.dSSL{
  margin:60px auto;
  box-sizing: border-box;
  width:auto;
  display: table;
}

.dSSL  figure {
  padding-right:20px;
  display: table-cell;
  vertical-align:middle;
}
 
.table02 label.error{
  color:#ac9268;
}

.table02 p.pError{
  color:#ac9268;
}

.mbp{margin-bottom:50px;}


.correct{
  display:block;
  text-align:center;
  margin-top:40px;
}

.form_fin h4{margin-bottom:40px;}

.form_fin .textlink{
  display:block;
  text-align:center;
  margin:60px 0;
}

.form .selectwrap {
  position: relative;
  width: 30%;
  display: inline-block;
}
.form .selectwrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #282828;
  border-right: solid 1px #282828;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 7%;
  margin-top: -5px;
}

.form .button01{
  display: block;
  position: relative;
  width: 380px;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 28px;
  color: #ac9268;
  border: 1px solid #ac9268;
  padding: 1em 0;
  border-radius: 1000px;
  font-size: 16px;
}
.form .button01::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 46px;
  height: 10px;
  background: url(../../common/img/arrow_04.svg);
  background-size: 100% 100%;
}
.form .button01.button_back{
  margin-top: 1.5em;
}
.form .button01.button_back::after{
  content: none;
}

.form .to_confirm_btn.disabled{
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: none;
  background: #ebebeb;
}

.confirm .confirm_head{
  font-size: 16px;
  margin-bottom: 5em;
  text-align: center;
}

.privacy_agree, .cbtn_sptd .privacy_agree{
	text-align: left;
	padding: 8px 10px;
	cursor: pointer;
	display: inline-block;
}
.table02+.privacy_agree{
	text-align: center;
	padding-top: 0;
}
.privacy_agree span, .cbtn_sptd .privacy_agree span{
	display: inline-block;
	padding-left: 25px;
	position: relative;
	cursor: default;
}
.privacy_agree span:before, .cbtn_sptd .privacy_agree span:before{
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #b2b2b2;
	left: 0;
	top: calc(50% - 8px);
	box-sizing: border-box;
}
.privacy_agree span.active:after, .cbtn_sptd .privacy_agree span.active:after{
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left:2px;
	width: 13px;
	height: 4px;
	border-left: 3px solid #ac9268;
	border-bottom: 3px solid #ac9268;
	transform: rotate(-45deg);
}
.privacy_agree span.active:before, .cbtn_sptd .privacy_agree span.active:before{
	border-color: #ac9268;
}

.cbtn_sptd {
	text-align: center;
}

.thanks-content{
  margin-top: 100px;
  text-align: center;
  padding-bottom: 104px;
}

.thanks-content .page-title{
  font-size: 30px;
  margin-bottom: 1em;
}
.thanks-content .message-icon{
  margin-top: 40px;
  margin-bottom: 40px;
}

.thanks-content .message-text{
  font-size: 20px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.thanks-content .txt_conte{
  font-size: 16px;
}

.thanks-content .contact-info{
  margin-top: 50px;
}

.thanks-content .next-steps h3,
.thanks-content .contact-info h3{
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: .4em;
}

.thanks-content .action-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  gap: 20px;
}

.thanks-content .action_btn{
  display: block;
  position: relative;
  width: 380px;
  text-align: center;
  display: block;
  font-size: 28px;
  color: #ac9268;
  border: 1px solid #ac9268;
  padding: 1em 0;
  border-radius: 1000px;
  font-size: 16px;
}


.error-txt,
.error-email_confirm{
  display: none;
  color: #e70000;
  font-size: 12px;
  margin-top: 5px;
  width: 100%;
}



.event_reservation .event-summary{
  /* background: #f8f9fa; */
  border: 1px solid #dddcdc;
  /* border-radius: 8px; */
  padding: 20px;
  margin-bottom: 80px;
}
.event_reservation .event-summary h3{
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ac9268;
  padding-bottom: 5px;
}
.event_reservation .event-info h4{
  color: #ac9268;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ac9268;
  padding-bottom: 5px;
}
.event_reservation .event-info-item{
  color: #333;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.event_reservation .event-info-item strong{
  font-weight: 500;
  letter-spacing: 0.15em;
}

.event_reservation .error-message{
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* カレンダー表示用CSS */
.calendar-container {
  margin: 0 auto;
  padding: 20px 100px;
  border: 1px solid #dddcdc;
  background-color: #fff;
  box-sizing: border-box;
}

.calendar-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 2px solid #ac9268;
}

button.calendar-nav-btn {
  background: #ac9268;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  width: auto;
  margin: 0;
}

button.calendar-nav-btn:hover {
  background: #8a7a5a;
}

.calendar-month-year {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 2em;
}

.calendar-loading {
  text-align: center;
  padding: 40px;
  color: #666;
  font-size: 16px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.5px;
  background-color: #ddd;
  border: 1.5px solid #ddd;
  overflow: hidden;
}

.calendar-day-header {
  background-color: #ac9268;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  /* border: 1px solid #ddd; */
}

.calendar-day {
  background-color: #fff;
  padding: 10px;
  min-height: 60px;
  /* border: 1px solid #ddd; */
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.calendar-day:hover {
  background-color: #f5f5f5;
}

.calendar-day.other-month {
  background-color: #f9f9f9;
  color: #ccc;
  cursor: not-allowed;
}

.calendar-day.other-month:hover {
  background-color: #f9f9f9;
}

.calendar-day.has-slots {
  background-color: #e8f5e8;
  border: 2px solid #4caf50 !important;
}

.calendar-day.has-slots:hover {
  background-color: #d4edda;
}

.calendar-day.selected {
  background-color: #ac9268;
  color: #fff;
  border: 2px solid #8a7a5a !important;
}

.calendar-day.selected:hover {
  background-color: #8a7a5a;
}

.calendar-day-number {
  font-weight: bold;
  margin-bottom: 4px;
}

.calendar-day-slots {
  font-size: 12px;
  color: #666;
}

.calendar-day.has-slots .calendar-day-slots {
  color: #2e7d32;
  font-weight: bold;
}

.calendar-day.selected .calendar-day-slots {
  color: #fff;
}

.selected-slot-info {
  margin-top: 20px;
  padding: 15px;
  background-color: #f0f8ff;
  border: 2px solid #ac9268;
  border-radius: 8px;
}

.selected-slot-info h4 {
  margin: 0 0 10px 0;
  color: #ac9268;
  font-size: 16px;
}

.selected-slot-info p {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #333;
}

.clear-selection-btn {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s ease;
}

.clear-selection-btn:hover {
  background: #c82333;
}

.slots-list {
  margin-top: 10px;
}

.slot-btn {
  background: #f8f9fa;
  border: 2px solid #dee2e6;
  color: #495057;
  padding: 8px 16px;
  margin: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.slot-btn:hover {
  background: #e9ecef;
  border-color: #ac9268;
}

.slot-btn.selected {
  background: #ac9268;
  border-color: #ac9268;
  color: #fff;
}

/* 空き枠がない場合のスタイル */
.no-slots {
  color: #999;
  font-style: italic;
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0;
}

/* カレンダーの×マークのスタイル */
.calendar-day-slots {
  font-size: 12px;
  color: #666;
}

.calendar-day-slots.no-available {
  color: #ff4444;
  font-weight: bold;
}

.form_input .pagetitle_detail h1{
  font-size: 1.64rem;
}

.form .table02 th {
  width: 34%;
  border-right: 1px solid #dddcdc;
  text-align: left;
}


.form .fl_l{
  width: 48%;
  float:left;
}

input[type="text"].small2 {
  width: -webkit-calc(100% - 2em - 10px);
  width: -moz-calc(100% - 2em - 10px);
  width: calc(90% - 2em - 10px);
}

.form input[type="text"].small3 {
  width:40%;
}

.form input[type="text"].small4{
  width:20%;
}



.table02 .selectwrap{width:55%;}


.correct{
  position: absolute;
  bottom: 34px;
}

/* フィールド別エラーメッセージ */
.field-error {
  display: flex;
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
  padding: 3px 0;
  width: 100%;
}

/* フォームエラーメッセージ */
.form-errors {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.form-errors .error-list {
  margin: 0;
  padding-left: 20px;
}

.form-errors .error-item {
  margin-bottom: 5px;
}

.form-errors .error-item:last-child {
  margin-bottom: 0;
}

.form_note{
  text-align: center;
  margin-top: 5em;
  letter-spacing: 0;
}
.form_note p{
  display: inline-block;
  text-align: left;
}

.reservation_request{
  text-align: center;
}
.reservation_request_btn{
  position: relative;
}
.reservation_request_txt{
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 4em;
  margin-bottom: 3em;
}
.reservation_request_btn a{
  position: relative;
  display: block;
  width: 380px;
  margin: 0 auto;
  display: block;
  font-size: 28px;
  color: #ac9268;
  border: 1px solid #ac9268;
  padding: 1em 0;
  border-radius: 1000px;
  font-size: 16px;
}
.reservation_request_btn a::after{
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 46px;
  height: 10px;
  background: url(../../common/img/arrow_04.svg);
  background-size: 100% 100%;
}


@media(max-width:1600px){
  #sec .ttl_wrap .sec_ttl{
    width: 65.75vw;
    font-size: 1.875vw;
  }
  #sec .inner{
    width: 65.75vw;
    padding-bottom: 13vw;
  }
  
  .privacy_agree span, .cbtn_sptd .privacy_agree span{
    padding-left: 1.5625vw;
  }
  .privacy_agree span:before, .cbtn_sptd .privacy_agree span:before{
    width: 1vw;
    height: 1vw;
    border: 0.125vw solid #b2b2b2;
    left: 0;
    top: calc(50% - 0.5vw);
  }
  .privacy_agree span.active:after, .cbtn_sptd .privacy_agree span.active:after{
    content: "";
    position: absolute;
    top: 50%;
    border: solid #ac9268;
    transform: translateY(-65%) rotate(45deg);
    z-index: 3;
    box-sizing: border-box;
    left: 0.3125vw;
    width: 0.3125vw;
    height: 0.625vw;
    border-width: 0 0.125vw 0.125vw 0;
    transform: translateY(-65%) rotate(45deg);
  }
  .formstep {
    border: 0.125vw solid #ac9268;
    font-size: 1vw;
  }
  .formstep li:before{
    right: -1.25vw;
    border-width: 1.875vw 0 1.875vw 1.25vw;
    margin-top:-1.875vw;
  }
  .formstep li:nth-child(2):before{
    border-width: 1.875vw 0 1.875vw 1.25vw;
    margin-top: -1.875vw;
  }
  .formstep li:after{
    right: -1.0625vw;
    border-width: 1.875vw 0 1.875vw 1.25vw;
    margin-top:-1.875vw;
  }
  .formstep li.current:after{
    right: -1.125vw;
  }
  .form .lbh4 {
    padding-left: 0.625vw;
  }
  .table01, .table02 {
    border-top: 0.0625vw solid #bababa;
    border-right: 0.0625vw solid #bababa;
    border-left: 0.0625vw solid #bababa;
    margin: 3.125vw auto 0vw;
  }
  .form .table02{
    border-top: 0.0625vw solid #dddcdc;
    margin: 1.875vw auto 3.75vw;
  }
  .form .table02 th, .table02 td {
    padding: 0.875vw 1.875vw;
  }
  .table02 td .ftxt {
    margin-right: 0.625vw;
  }
  .table02 td .btxt {
    margin: 0 1vw;
  }
  .table02 td .ttxt {
    margin-top: 0.625vw;
  }
  .radiobtn input[type=radio] {
    left: 0vw;
    top: 0vw;
  }
  .radiobtn label {
    padding-left: 2.375vw;
    margin: 0.5vw 1.25vw 0.5vw 0vw;
  }
  .radiobtn input[type=radio]:checked+label::before,
  .radiobtn input[type=radio]+label::before {
    left: 0.625vw;
    width: 1.125vw;
    height: 1.125vw;
    margin-top: -0.5625vw;
    box-shadow: 0vw 0vw 0vw 0.0625vw #ac9268;
  }
  .form input[type="text"], .form input[type="email"], .form select, .form textarea {
    border: 0.0625vw solid #c8c8c8;
    padding: 0.75vw 0.625vw;
    margin: 0.625vw 0vw;
  }
  .table02 .selectbox{
    padding: 0.75vw 0.625vw;
  }
  .table02 input[type="button"] {
    margin-left: 1.875vw;
    max-width: 11.875vw;
    border: 0.0625vw solid #282828;
    padding: 0.75vw;
  }
  .checkbtn input[type=checkbox]+label {
    padding-left: 2.1875vw;
    margin: 0.5vw 1.25vw 0.5vw 0vw;
  }
  .checkbtn input[type=checkbox]+label::before,
  .checkbtn input[type=checkbox]:checked+label::before {
    left: 0.625vw;
    width: 1vw;
    height: 1vw;
    margin-top: -0.5vw;
    margin-left: 0vw;
  }
  .checkbtn input[type=checkbox]:checked+label::after {
    left: 0.5vw;
    width: 0.8125vw;
    height: 0.25vw;
    margin-top: -0.25vw;
    margin-left: 0.25vw;
  }

  /* contact_media用のレスポンシブスタイル */
  .checkbox_wrap {
    gap: 0.625vw;
  }

  .checkbox_wrap li {
    margin: 0;
  }

  .checkbox_wrap label {
    padding-left: 1.5625vw;
    margin: 0;
    font-size: 1vw;
  }

  .checkbox_wrap input[type=checkbox] {
    height: 1vw;
    width: 1vw;
  }

  /* チェックボックスの外枠 */
  .checkbox_wrap label::before {
    width: 1vw;
    height: 1vw;
    border-width: 0.125vw;
  }

  /* チェックマーク */
  .checkbox_wrap input:checked + label::after {
    left: 0.3125vw;
    width: 0.3125vw;
    height: 0.625vw;
    border-width: 0 0.125vw 0.125vw 0;
  }
  .calendar-nav-btn{
    margin:1.25vw auto;
  }
  .dSSL{
    margin:3.75vw auto;
  }
  .dSSL  figure {
    padding-right:1.25vw;
  }
  .mbp{margin-bottom:3.125vw;}
  .correct{
    margin-top:2.5vw;
  }
  .form_fin h4{margin-bottom:2.5vw;}
  .form_fin .textlink{
    margin:3.75vw 0;
  }
  .form .button01{
    width: 23.75vw;
    margin: 0 auto;
    padding: 1em 0;
    font-size: 1vw;
  }
  .form .button01::after {
    right: 1.25vw;
    width: 2.875vw;
    height: 0.625vw;
  }
  .thanks-content{
    margin-top: 6.25vw;
    padding-bottom: 13vw;
  }
  .thanks-content .page-title{
    font-size: 1.875vw;
  }
  .thanks-content .message-icon{
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
  .thanks-content .message-text{
    font-size: 1.25vw;
  }
  .thanks-content .txt_conte{
    font-size: 1vw;
  }
  .thanks-content .contact-info{
    margin-top: 3.125vw;
  }
  .thanks-content .next-steps h3,
  .thanks-content .contact-info h3{
    font-size: 1.25vw;
  }
  .thanks-content .action-buttons{
    margin-top: 6.25vw;
  }
  .thanks-content .action_btn{
    width: 23.75vw;
    font-size: 1vw;
  }
  .event_reservation .event-summary{
    padding: 1.25vw;
    margin-bottom: 5vw;
  }
  .event_reservation .event-summary h3{
    font-size: 1.125vw;
    margin-bottom: 0.9375vw;
    padding-bottom: 0.3125vw;
  }
  .event_reservation .event-info h4{
    font-size: 1.125vw;
    margin-bottom: 0.9375vw;
    padding-bottom: 0.3125vw;
  }
  .event_reservation .event-info-item{
    font-size: 0.875vw;
    margin-bottom: 0.5vw;
  }
  .calendar-container {
    padding: 1.25vw 6.25vw;
  }
  .calendar-header {
    margin-bottom: 1.25vw;
    padding: 0.625vw 0;
  }
  button.calendar-nav-btn {
    padding: 0.5vw 1vw;
    font-size: 1.125vw;
    margin: 0;
  }
  .calendar-loading {
    padding: 2.5vw;
    font-size: 1vw;
  }
  .calendar-day-header {
    padding: 0.625vw;
    font-size: 0.875vw;
  }
  .calendar-day {
    padding: 0.625vw;
    min-height: 3.75vw;
  }
  .selected-slot-info {
    margin-top: 1.25vw;
    padding: 0.9375vw;
  }
  .selected-slot-info h4 {
    font-size: 1vw;
  }
  .selected-slot-info p {
    margin: 0 0 0.625vw 0;
    font-size: 0.875vw;
  }
  .clear-selection-btn {
    padding: 0.375vw 0.75vw;
    font-size: 0.75vw;
  }
  .slots-list {
    margin-top: 0.625vw;
  }
  .slot-btn {
    padding: 0.5vw 1vw;
    margin: 0.25vw;
    font-size: 0.875vw;
  }
  .no-slots {
    padding: 1.25vw;
    margin: 0.625vw 0;
  }
  .form .table02 th {
    border-right: 0.0625vw solid #dddcdc;
  }
  .error-txt,
  .error-email_confirm {
    font-size: 0.75vw;
    margin-top: 0.31vw;
  }
  .calendar-month-year {
    font-size: 1.25vw;
  }
  .calendar-error,
  .privacy-error{
    font-size: 0.75vw !important;
  }
  .calendar-day-slots {
    font-size: 0.75vw !important;
  }

  .reservation_request_txt{
    font-size: 1.5vw;
  }
  .reservation_request_btn a{
    width: 23.75vw;
    font-size: 1.75vw;
    font-size: 1vw;
  }
  .reservation_request_btn a::after{
    right: 1.25vw;
    width: 2.875vw;
    height: 0.625vw;
  }
}
@media(max-width:750px){
  #sec .ttl_wrap{
    background: #ac9268;
  }
  #sec .ttl_wrap .sec_ttl{
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 6vw;
    color: #FFF;
    padding: 8vw 0;
  }
  
  .privacy_agree, .cbtn_sptd .privacy_agree{
    text-align: center;
    padding: 2vw;
    width: 100%;
  }
  .privacy_agree span, .cbtn_sptd .privacy_agree span{
    padding-left: 6vw;
    font-size: 3.5vw;
  }
  .privacy_agree span:before, .cbtn_sptd .privacy_agree span:before{
    width: 4vw;
    height: 4vw;
    border: 0.5vw solid #b2b2b2;
    left: 0;
    top: calc(50% - 2vw);
  }
  .privacy_agree span.active:after, .cbtn_sptd .privacy_agree span.active:after{
    top: calc(50% - 1vw);
    left: 0.5vw;
    width: 3vw;
    height: 1vw;
    border-left: 0.5vw solid #ac9268;
    border-bottom: 0.5vw solid #ac9268;
  }
  
  #sec .inner{
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 19.06vw;
  }

  .formstep {
    font-size: 3.5vw;
    margin: 10vw 0 15vw;
   }
  .formstep li{
    padding: 4vw 0 4.2vw 2vw;
  }

  .formstep li:before,
  .formstep li:nth-child(2):before,
  .formstep li:after{
    border-width: 7.5vw 0 7.5vw 4.6vw;
    margin-top:-7.5vw;
  }
  .formstep li:before{
    right: -14%;
  }
  .formstep li.current:after{
    right: -12%;
  }
  .formstep li:after{
    right: -12%;
  }

  /* .formstep {
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 8vw 0;
    overflow: hidden;
    border: 0.5vw solid #ac9268;
    font-size: 3.5vw;
    border-radius: 0vw;
   }
  .formstep li{
    display: block;
    position: relative;
    background: #fff;
    padding: 1vw 2vw;
    color: #ac9268;
    width: 100%;
    text-align: center;
    border-bottom: 0.5vw solid #ac9268;
    box-sizing: border-box;
    letter-spacing: 0.25em;
  }
  .formstep li:last-child{
    border-bottom: none;
    padding-right: 2vw;
  }
  .formstep li:before,
  .formstep li:after{
    display: none;
  }
  .formstep li.current{
    background: #ac9268;
    color:#fff;
  } */
  
  .form{
    position: relative;
  }
  ::placeholder {
    color:#bbb;
  }
  
  .form .lbh4 {
    border-left: 1vw solid #ac9268;
    padding-left: 2vw;
    font-size: 3.5vw;
    margin: 6vw 0 4vw;
  }
  
  .table01, .table02 {
    width: 100%;
    border: 0.5vw solid #dddcdc;
    margin: 4vw auto 0;
    border-radius: 2vw;
  }
  
  .form .table02{
    width: 100%;
    border: 0.5vw solid #dddcdc;
    margin: 4vw auto 8vw;
    border-radius: 2vw;
  }
  
  .form .table02 tr {
    border-bottom: 0.5vw solid #dddcdc;
    display: block;
  }
  
  .form .table02 tr:last-child{
    border-bottom: none;
  }
  
  .form .table02 th, .table02 td {
    /* vertical-align: top; */
    padding: 4vw 3vw;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  
  .form .table02 th {
    background: #f7f7f7;
    font-size: 3vw;
    font-weight: bold;
    border-bottom: 0.5vw solid #dddcdc;
    margin-bottom: 2vw;
  }
  
  
  .table02 td .ftxt {
    margin-right: 2vw;
    display: inline-block;
    text-align: center;
    width: 8vw;
    font-size: 3vw;
  }
  
  .table02 td .btxt {
    margin: 0 3vw;
    display: inline-block;
    text-align: center;
    font-size: 3vw;
  }
  
  .table02 td .ttxt {
    margin-top: 2vw;
    display: block;
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  
  .required {
    display: inline-block;
    color: #e70000;
    margin-left: 1vw;
    font-size: 2.5vw;
  }
  

  .radiobtn_wrap{
    display: flex;
    flex-direction: column;
    gap: .8vw;
  }

  .radiobtn, .checkbtn{position: relative;}
  
  .radiobtn input[type=radio] {
    opacity: 0;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  
  .radiobtn label {
    display: block;
    box-sizing: border-box;
    border-radius: 1vw;
    position: relative;
    padding-left: 8vw;
    /* vertical-align: middle; */
    margin: 2vw 0;
    font-size: 3vw;
    line-height: 1.4;
  }
  
  .radiobtn input[type=radio]:checked+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 4vw;
    height: 4vw;
    margin-top: -2vw;
    background-color: #ac9268;
    border: 0.5vw solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0.5vw #ac9268;
  }
  
  .radiobtn input[type=radio]+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 4vw;
    height: 4vw;
    margin-top: -2vw;
    background-color: #d4d4d4;
    border: 0.5vw solid #fff;
    box-shadow: 0px 0px 0px 0.5vw #d4d4d4;
    border-radius: 50%;
  }
  
  .form input[type="text"], .form input[type="email"], .form select, .form textarea {
    width: 100%;
    resize: vertical;
    border-radius: 1vw;
    border: 0.5vw solid #c8c8c8;
    padding: 3vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 2vw 0;
    background:#fffafa;
    font-size: 3vw;
    box-sizing: border-box;
  }
  
  
  #address_row td  p{
    display: block;
  }
  
  .form input#txt_zip{
    width: 100%;
    margin-top: 0;
    margin-bottom: 2vw;
  }
  .form #btn_search_zip::after {
    content: none;
  }
  
  #btn_search_zip{
    width: 55%;
    margin-left: 0;
    font-size: 3vw;
    margin-top: 1vw;
    padding: 1.5vw 0;
  }
  
  
  .table02 .selectbox{
    background:#fff;
    color:#282828;
    padding: 3vw;
  }
  
  .table02 .gray_bg{background:#f7f7f7;}
  
  .table02 input[type="button"] {
    margin-left: 0;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    max-width: none;
    border-radius: 6vw;
    border: 0.5vw solid #282828;
    padding: 3vw;
    background: #fff;
    text-align: center;
    font-size: 3.5vw;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 2vw;
  }
  
  .table02 input[type="button"]:hover{
    opacity: 1;
    background: #ac9268;
    border: solid 0.5vw #ac9268;
    color:#fff;
  }
  
  .checkbtn input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .checkbtn input[type=checkbox]+label {
    position: relative;
    padding-left: 8vw;
    /* vertical-align: middle; */
    display: block;
    margin: 2vw 0;
    font-size: 3.5vw;
    line-height: 1.4;
  }
  
  .checkbtn input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 4vw;
    height: 4vw;
    margin-top: -2vw;
    margin-left: 0px;
    background-color: #fff;
    border: 0.5vw solid #b2b2b2;
  }
  
  .checkbtn input[type=checkbox]:checked+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 4vw;
    height: 4vw;
    margin-top: -2vw;
    margin-left: 0px;
    background-color: #fff;
    border: 0.5vw solid #ac9268;
  }
  
  .checkbtn input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    left: 1.5vw;
    top: 46%;
    width: 3vw;
    height: 1vw;
    margin-top: -1vw;
    margin-left: 1vw;
    border-left: 0.5vw solid #ac9268;
    border-bottom: 0.5vw solid #ac9268;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: none;
  }

  /* contact_media用のスマートフォンスタイル */
  .checkbox_wrap {
    gap: 2vw;
  }

  .checkbox_wrap li {
    margin: 0;
  }

  .checkbox_wrap label {
    padding-left: 6vw;
    margin: 0;
    font-size: 3.5vw;
    line-height: 1.4;
  }

  .checkbox_wrap input[type=checkbox] {
    height: 4vw;
    width: 4vw;
  }

  /* チェックボックスの外枠 */
  .checkbox_wrap label::before {
    width: 4vw;
    height: 4vw;
    border-width: 0.5vw;
  }

  /* チェックマーク */
  .checkbox_wrap input:checked + label::after {
    left: 1.25vw;
    width: 1.25vw;
    height: 2.5vw;
    border-width: 0 0.5vw 0.5vw 0;
  }
  
  
  .calendar-nav-btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin:20px auto;
    width:100%;
    font-size: 16px;
  }
  
  .dSSL{
    margin:60px auto;
    box-sizing: border-box;
    width:auto;
    display: table;
  }
  
  .dSSL  figure {
    padding-right:20px;
    display: table-cell;
    vertical-align:middle;
  }
   
  .table02 label.error{
    color:#ac9268;
  }
  
  .table02 p.pError{
    color:#ac9268;
  }
  
  .mbp{margin-bottom:50px;}
  
  
  .correct{
    display:block;
    text-align:center;
    margin-top:40px;
  }
  
  .form_fin h4{margin-bottom:40px;}
  
  .form_fin .textlink{
    display:block;
    text-align:center;
    margin:60px 0;
  }
  
  .form .selectwrap {
    position: relative;
    width: 30%;
    display: inline-block;
  }
  .form .selectwrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #282828;
    border-right: solid 1px #282828;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 7%;
    margin-top: -5px;
  }
  
  .form .button01{
    display: block;
    position: relative;
    width: 90vw;
    margin: 6vw auto;
    text-align: center;
    font-size: 3.5vw;
    color: #ac9268;
    border: 0.5vw solid #ac9268;
    padding: 3vw 0;
    border-radius: 50vw;
  }
  .form .button01::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    width: 8vw;
    height: 2vw;
    background: url(../../common/img/arrow_04.svg);
    background-size: 100% 100%;
  }
  .form .button01.button_back{
    margin-top: 4vw;
  }
  .form .button01.button_back::after{
    content: none;
  }
  
  .form .to_confirm_btn.disabled{
    opacity: 0.8;
    cursor: not-allowed;
    pointer-events: none;
    background: #ebebeb;
  }
  
  .confirm .confirm_head{
    font-size: 16px;
    margin-bottom: 5em;
  }
  
  .privacy_agree{
    text-align: left;
    padding: 8px 10px;
    cursor: pointer;
    display: inline-block;
  }
  .table02+.privacy_agree{
    text-align: center;
    padding-top: 0;
  }
  .privacy_agree span{
    display: inline-block;
    padding-left: 25px;
    position: relative;
    cursor: default;
  }
  .privacy_agree span:before{
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #b2b2b2;
    left: 0;
    top: calc(50% - 8px);
    box-sizing: border-box;
  }
  .privacy_agree span.active:after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left:2px;
    width: 13px;
    height: 4px;
    border-left: 3px solid #eb5527;
    border-bottom: 3px solid #eb5527;
    transform: rotate(-45deg);
  }
  .privacy_agree span.active:before{
    border-color: #eb5527;
  }
  
  .thanks-content{
    margin-top: 13.333333333333334vw;
    padding-bottom: 19.06vw;
    text-align: center;
  }
  
  .thanks-content .page-title{
    font-size: 4.5vw;
  }
  .thanks-content .message-icon{
    margin-top: 5.333333333333333vw;
    margin-bottom: 5.333333333333333vw;
  }
  
  .thanks-content .message-text{
    font-size: 3.16vw;
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .thanks-content .txt_conte{
    font-size: 2.833333vw;
  }
  
  .thanks-content .contact-info{
    margin-top: 6.666666666666667vw;
  }
  
  .thanks-content .next-steps h3,
  .thanks-content .contact-info h3{
    font-size: 3.6666666666666665vw;
    margin-top: 1em;
    margin-bottom: .4em;
  }
  
  .thanks-content .action-buttons{
    display: block;
    margin-top: 12vw;
  }
  
  .thanks-content .action_btn{
    display: block;
    position: relative;
    width: 90vw;
    margin: 4vw auto;
    text-align: center;
    font-size: 3.5vw;
    color: #ac9268;
    border: 0.5vw solid #ac9268;
    padding: 3vw 0;
    border-radius: 50vw;
  }
  
  
  .error-txt,
  .error-email_confirm{
    display: none;
    color: #e70000;
    font-size: 2.8vw;
    margin-top: 1vw;
    width: 100%;
  }
  
  
  
  .event_reservation .event-summary{
    padding: 4vw;
    margin-bottom: 16vw;
  }
  .event_reservation .event-summary h3{
    font-size: 3.6vw;
    margin-bottom: 3vw;
    padding-bottom: 1vw;
  }
  .event_reservation .event-info h4{
    font-size: 3.9vw;
    margin-bottom: 3vw;
    padding-bottom: 1vw;
  }
  .event_reservation .event-info-item{
    font-size: 3vw;
    margin-bottom: 1.6vw;
  }
  
  .event_reservation .error-message{
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 3vw;
    border-radius: 4px;
    margin-bottom: 4vw;
  }
  
  /* カレンダー表示用CSS */
  .calendar-container {
    margin: 0 auto;
    padding: 4vw;
    border: 0.5vw solid #dddcdc;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2vw;
  }
  
  .calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
    padding: 2vw 0;
    border-bottom: 0.5vw solid #ac9268;
  }
  
  button.calendar-nav-btn {
    background: #ac9268;
    color: #fff;
    border: none;
    padding: 1vw 2.2vw;
    border-radius: 1vw;
    line-height: 1;
    cursor: pointer;
    font-size: 3.5vw;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: auto;
    margin: 0;
  }
  
  button.calendar-nav-btn:hover {
    background: #8a7a5a;
  }
  
  .calendar-month-year {
    font-size: 3.5vw;
    font-weight: bold;
    color: #333;
    margin: 0 4vw;
  }
  
  .calendar-loading {
    text-align: center;
    padding: 8vw;
    color: #666;
    font-size: 3.5vw;
  }
  
  .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5vw;
    background-color: #ddd;
    border: 0.5vw solid #ddd;
    overflow: hidden;
    border-radius: 1vw;
  }
  
  .calendar-day-header {
    background-color: #ac9268;
    color: #fff;
    padding: 2vw;
    text-align: center;
    font-size: 3vw;
  }
  
  .calendar-day {
    background-color: #fff;
    padding: 1vw;
    min-height: 10vw;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
  }
  
  .calendar-day:hover {
    background-color: #f5f5f5;
  }
  
  .calendar-day.other-month {
    background-color: #f9f9f9;
    color: #ccc;
    cursor: not-allowed;
  }
  
  .calendar-day.other-month:hover {
    background-color: #f9f9f9;
  }
  
  .calendar-day.has-slots {
    background-color: #e8f5e8;
    border: 2px solid #4caf50 !important;
  }
  
  .calendar-day.has-slots:hover {
    background-color: #d4edda;
  }
  
  .calendar-day.selected {
    background-color: #ac9268;
    color: #fff;
    border: 2px solid #8a7a5a !important;
  }
  
  .calendar-day.selected:hover {
    background-color: #8a7a5a;
  }
  
  .calendar-day-number {
    font-weight: bold;
    margin-bottom: 1vw;
    font-size: 3vw;
  }
  
  .calendar-day-slots {
    font-size: 2.5vw;
    color: #666;
  }
  
  .calendar-day.has-slots .calendar-day-slots {
    color: #2e7d32;
    font-weight: bold;
    font-size: 2.25vw !important;
  }
  
  .calendar-day.selected .calendar-day-slots {
    color: #fff;
  }
  
  .selected-slot-info {
    margin-top: 20px;
    padding: 15px;
    background-color: #f0f8ff;
    border: 2px solid #ac9268;
    border-radius: 8px;
  }
  
  .selected-slot-info h4 {
    margin: 0 0 10px 0;
    color: #ac9268;
    font-size: 16px;
  }
  
  .selected-slot-info p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
  }
  
  .clear-selection-btn {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s ease;
  }
  
  .clear-selection-btn:hover {
    background: #c82333;
  }
  
  .slots-list {
    margin-top: 10px;
  }
  
  .slot-btn {
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    color: #495057;
    padding: 8px 16px;
    margin: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  
  .slot-btn:hover {
    background: #e9ecef;
    border-color: #ac9268;
  }
  
  .slot-btn.selected {
    background: #ac9268;
    border-color: #ac9268;
    color: #fff;
  }
  
  /* 空き枠がない場合のスタイル */
  .no-slots {
    color: #999;
    font-style: italic;
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 0;
  }
  
  /* カレンダーの×マークのスタイル */
  .calendar-day-slots {
    font-size: 12px;
    color: #666;
  }
  
  .calendar-day-slots.no-available {
    color: #ff4444;
    font-weight: bold;
  }
  
  .form_input .pagetitle_detail h1{
    font-size: 1.64rem;
  }
  
  .form .table02 th {
    width: 100%;
    border-right: 1px solid #dddcdc;
    text-align: left;
  }
  
  
  .form .fl_l{
    width: 100%;
    float: none;
    margin-bottom: 2vw;
  }
  
  input[type="text"].small2 {
    width: 100%;
  }
  
  .form input[type="text"].small3 {
    width: 100%;
  }
  
  .form input[type="text"].small4{
    width: 100%;
  }
  
  .table02 .selectwrap{
    width: 100%;
  }
  
  
  .correct{
    position: absolute;
    bottom: 34px;
  }
  
  /* フィールド別エラーメッセージ */
  .field-error {
    display: flex;
    color: #e74c3c;
    font-size: 3vw;
    margin-top: 1vw;
    padding: 1vw 0;
    width: 100%;
  }
  
  /* フォームエラーメッセージ */
  .form-errors {
    background-color: #f8d7da;
    border: 0.5vw solid #f5c6cb;
    color: #721c24;
    padding: 3vw;
    margin-bottom: 4vw;
    border-radius: 1vw;
    font-size: 3.5vw;
  }
  
  .form-errors .error-list {
    margin: 0;
    padding-left: 4vw;
  }
  
  .form-errors .error-item {
    margin-bottom: 1vw;
  }
  
  .form-errors .error-item:last-child {
    margin-bottom: 0;
  }

  .calendar-error, .privacy-error {
    font-size: 2.8vw !important;
  }

  .form_note{
    margin-top: 3em;
  }
  .form_note p {
    text-align: justify;
  }

  .reservation_request_txt{
    font-size: 3.9vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-bottom: 2.5em;
  }
  .reservation_request_btn a{
    display: block;
    position: relative;
    width: 90vw;
    text-align: center;
    font-size: 3.5vw;
    color: #ac9268;
    border: 0.5vw solid #ac9268;
    padding: 3vw 0;
    border-radius: 50vw;
  }
  .reservation_request_btn a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    width: 8vw;
    height: 2vw;
    background: url(../../common/img/arrow_04.svg);
    background-size: 100% 100%;
  }
}

/* 学校名オートコンプリート */
.school-autocomplete-wrapper {
  position: relative;
}

#school_search {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  font-size: 14px;
  background: #fffafa;
  margin: 10px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.school-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #c8c8c8;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  border-radius: 0 0 4px 4px;
}

.school-suggestion-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 1.4;
}

.school-suggestion-item:hover {
  background-color: #f5f5f5;
}

.school-suggestion-item:last-child {
  border-bottom: none;
}

.school-suggestion-item.highlighted {
  background-color: #ac9268;
  color: white;
}

.selected-school {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #e8f5e8;
  border: 1px solid #4CAF50;
  border-radius: 4px;
  margin-top: 5px;
}

.selected-school-name {
  flex-grow: 1;
  font-weight: bold;
  font-size: 14px;
}

.clear-school {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  padding: 0 5px;
  margin-left: 10px;
}

.school-suggestion-item.loading {
  color: #ac9268;
  font-style: italic;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 15px;
  font-weight: 500;
  position: relative;
}

.school-suggestion-item.loading::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #ac9268;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.school-suggestion-item.no-results {
  color: #999;
  font-style: italic;
  text-align: center;
}

.school-suggestion-item.show-more {
  color: #666;
  font-style: italic;
  text-align: center;
  background-color: #f8f8f8;
  border-top: 1px solid #e0e0e0;
  cursor: default;
}

.school-suggestion-item.show-more:hover {
  background-color: #f8f8f8;
}

/* 検索フィールド無効化時のスタイル */
#school_search:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  opacity: 0.7;
}

.clear-school:hover {
  color: #333;
}

/* ローディング表示 */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-content {
  background: white;
  padding: 30px 40px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #ac9268;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-text {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* フォーム送信ボタンのローディング状態 */
.to_confirm_btn.loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

.to_confirm_btn.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.no-results {
  padding: 10px;
  color: #666;
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* レスポンシブ対応 */
@media(max-width:1600px){
  #school_search {
    padding: 0.75vw 0.625vw;
    font-size: 0.875vw;
    margin: 0.625vw 0vw;
  }
  
  .school-suggestion-item {
    padding: 0.625vw;
    font-size: 0.875vw;
  }
  
  .selected-school {
    padding: 0.625vw;
    margin-top: 0.3125vw;
  }
  
  .selected-school-name {
    font-size: 0.875vw;
  }
  
  .clear-school {
    font-size: 1.125vw;
    padding: 0 0.3125vw;
    margin-left: 0.625vw;
  }
  
  .no-results {
    padding: 0.625vw;
    font-size: 0.875vw;
  }
}

@media(max-width:750px){
  #school_search {
    width: 100%;
    padding: 3vw;
    border: 0.5vw solid #c8c8c8;
    border-radius: 1vw;
    font-size: 3vw;
    margin: 2vw 0;
  }
  
  .school-suggestions {
    max-height: 40vw;
    border-radius: 0 0 1vw 1vw;
  }
  
  .school-suggestion-item {
    padding: 3vw;
    font-size: 3vw;
    border-bottom: 0.25vw solid #eee;
  }
  
  .selected-school {
    padding: 3vw;
    border: 0.5vw solid #4CAF50;
    border-radius: 1vw;
    margin-top: 2vw;
  }
  
  .selected-school-name {
    font-size: 3vw;
  }
  
  .clear-school {
    font-size: 4vw;
    padding: 0 1vw;
    margin-left: 2vw;
  }
  
  .no-results {
    padding: 3vw;
    font-size: 3vw;
  }
}