:root {
	--yoyaku_color:#ed7895;
	--selected_color:#f13a68;
	--tel_color:#53ade9;
}

@charset "utf-8";
 .lp .calendar_box {
	 margin: 3vw auto !important;
}
 .lp_bg_darkgray.kg_fullw {
	 background-color: #fff;
}
 .lp_bg_darkgray.kg_fullw .calendar_box#yoyaku {
	 margin-top: 0;
	 padding-top: 60px;
}
 .fStep {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 max-width: calc(85% - 40px);
	 margin: auto auto 2.5em;
	 position: relative;
	 list-style: none;
}
 .fStep:before {
	 content: "";
	 display: block;
	 position: absolute;
	 top: 50%;
	 left: 0;
	 width: 100%;
	 height: 4px;
	 margin: -13.5px 0 0;
	 background-color: #dcdcdc;
}
 .fStep .fStep_item {
	 position: relative;
	 float: left;
	 width: auto;
	 letter-spacing: -1em;
}
 .fStep .fStep_item span {
	 display: block;
	 padding: 0 0 2px;
	/* vertical-align: top;
	 */
	 letter-spacing: normal;
	 width: 30px;
	 line-height: 22px;
	 font-size: 14px;
}
 .fStep .fStep_item span.fStep_num {
	 width: 30px;
	 border-radius: 22.5px;
	 background-color: #ccc;
	 color: #fff;
	 font-size: 18px;
	 font-size: 1.2rem;
	 font-weight: bold;
	 text-align: center;
	 line-height: 28px;
	 font-size: 14px;
}
 .fStep .fStep_item span.fStep_txt {
	 color: #999;
	 text-align: center;
}
 .fStep span.fStep_txt {
	 color: #333;
}
 .calendar_box .fStep_item-step1 span.fStep_num, .fStep .fStep_item.fStep_now span.fStep_num {
	 background-color: #ed7895;
}
 .c_title_box {
	 margin-bottom: 3em;
	/* display: grid;
	 grid-template-columns: 200px 1fr;
	 gap: 16px;
	 */
}
 .c_title_box .thumb img {
	 width: 100%;
	 max-width: 600px;
	 max-height: 315px;
	 object-fit: contain;
}
 .c_title_box .ttl {
	 text-align: center;
	 font-size: 18px;
	 color: #666;
	 padding-top: 0.5em;
}
 .tac {
	 display: flex;
	 justify-content: center;
	 font-size: 18px;
	 align-items: center;
	 font-weight: 600;
	 color: #666;
	 /* width: 100vw;
	 margin: 0 calc(50% - 50vw); */
}
 .tac .req {
	 background: #c11c33;
	 border: 1px solid #c11c33;
	 white-space: nowrap;
	 padding: 4px 6px 5px;
	 color: #fff;
	 display: flex;
	 align-items: center;
	 font-size: 16px;
	 border-radius: 4px;
	 line-height: 24px;
	 margin-right: 16px;
	 justify-content: center;
}
 .calendar_wrap {
	 width: 100%;
	 padding: 10px 10px 1px;
	 background-color: #f3f3f3;
	 border-radius: 6px;
	 margin: 20px auto 0;
}
 .calendar_wrap .calendar_header {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .calendar_wrap .calendar_header .yoyaku_time_hiduke {
	 text-align: center;
	 font-size: 18px;
	 letter-spacing: 2px;
	 font-weight: bold;
}
 .calendar_wrap .calendar_header span {
	 min-width: 100px;
}
 .calendar_wrap .calendar_header span a {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 7em;
	 height: 2rem;
	 font-size: 90%;
	 background-color: #fff;
	 border-radius: 25px;
	 box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, .3);
	 cursor: pointer;
}
 .calendar_wrap .yoyaku_calendar {
	 max-width: 1000px;
	 margin: 10px auto 5px;
	 display: flex;
	 flex-wrap: wrap;
	 font-size: 14px;
	 font-weight: bold;
	 border-top: none;
}
 .calendar_wrap .yoyaku_calendar .youbi {
	 background-color: #fff;
	 margin-bottom: 8px;
}
 .calendar_wrap .yoyaku_calendar .masu:nth-child(1) {
	 color: #e61a1a;
}
 .calendar_wrap .yoyaku_calendar .masu:nth-child(7) {
	 color: #014baf;
}
 .calendar_wrap .yoyaku_calendar .masu {
	 padding: 0.5vw 0;
}
.calendar_wrap .yoyaku_calendar .masu a {
	background: var(--yoyaku_color);
	cursor:pointer;
}
.calendar_wrap .yoyaku_calendar .masu a.yyk_tel {
	background: var(--tel_color);
	cursor:pointer;
}
 .calendar_box.yoyaku_time_box .yoyaku_time_hiduke {
	 text-align: center;
	 font-size: 18px;
	 letter-spacing: 1px;
	 font-weight: bold;
	 color: #333;
	 background-color: #e6e6e6;
	 display: inline-block;
	 padding: 12px 20px 12px 30px;
	 margin-bottom: 1em;
	 border-radius: 4px;
	 width: 327px;
	 white-space: nowrap;
}
 .calendar_box.yoyaku_time_box .yoyaku_time {
	 width: 100%;
}
 .yoyaku_time_option {
	 margin-top: 1em;
}
 .yoyaku_time_option p {
	 margin: 10px auto;
	 font-size: 18px;
	 letter-spacing: 0.2em;
}
 .yoyaku_time_option a {
	 background-color: #ed7895;
	 color: #fff;
	 font-weight: bold;
	 padding: 7px 30px;
	 border-radius: 4px;
	 display: inline-block;
	 width: 320px;
}
 @media (min-width: 1000px) {
	 .calendar_wrap .yoyaku_calendar .masu span, .calendar_wrap .yoyaku_calendar .masu a {
		 padding: 5px 0 8px;
		 width: 90%;
		 margin: 0 auto;
	}
}
/* 入力画面 */
 .form_lp {
	 margin: 150px auto 0;
	 max-width: 700px;
	 text-align: center;
}
 .form_lp .yoyaku_time_hiduke {
	 text-align: left;
	 font-size: 18px;
	 letter-spacing: 1px;
	 font-weight: bold;
	 color: #333;
	 background-color: #e6e6e6;
	 display: inline-block;
	 padding: 12px 20px 12px 30px;
	 margin-bottom: 1em;
	 border-radius: 4px;
	 white-space: nowrap;
}
 .form_area {
	 width: 95%;
	 margin: 2rem auto 0;
	 color: #666;
}
 .form_area .tac {
	 padding-bottom: 1.5rem;
}
 .form_group {
	 margin-bottom: 20px;
	 display: flex;
	 align-items: center;
}
 .form_group.form_top {
	 align-items: inherit;
}
 .form_group.form_top .form_label label, .form_group.form_top .form_label p {
	 padding-top: 5px;
}
 .form_label {
	 width: 37%;
}
 .form_label .req, .form_label .optional {
	 white-space: nowrap;
	 padding: 4px 6px 5px;
	 color: #fff;
	/* display: inline-block;
	 */
	 display: inline;
	 align-items: center;
	 font-size: 16px;
	 border-radius: 4px;
	 line-height: 24px;
	 margin-right: 16px;
	 justify-content: center;
}
 .form_label .req {
    color: #c11c33;
}

.cal_select_plz {
	margin-top: 15px;
}
.cal_select_plz .req {
	color: #c11c33;
	padding-right: 5px;
	font-weight: bold;
}
 .form_label .optional {
	 background: #8e8e8e;
	 border: 1px solid #8e8e8e;
}
 .form_label p {
	 display: block;
	 font-weight: bold;
	 margin: 0 15px 0 5px;
	 line-height: 1.4;
}
 .form_group .form_label label {
	 display: block;
	 font-weight: bold;
}
 .form_inputs {
	 width: 63%;
}
 .form_inputs label {
	 display: block;
}
 .area1, .area2 {
	 display: flex;
	 gap: 20px;
}
 .form_group input[type='text'], .form_group input[type='email'], .form_group input[type='tel'] {
	 padding: 12px;
	 margin: 5px 0;
	 box-sizing: border-box;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 width: 100%;
	 font-size: 16px;
}
 .form_group input[type='tel'] {
	 width: 170px;
}
 .form_group input[type='checkbox'] {
	 margin: 0 8px 7px 0px;
}
 .form_inputs .area1 input[type="text"], .form_inputs .area2 input[type="text"] {
	 width: calc(50% - 10px);
}
 .form_inputs .form_address {
	 display: flex;
	 align-items: center;
	 gap: 8px;
	 margin-bottom: 5px;
}
 .form_inputs .note {
	 text-indent: -1em;
	 margin: 5px 0 10px 1em;
}
 .form_inputs .form_address .zip_label {
	 font-size: 1.1rem;
	 flex-shrink: 0;
	 width: 20px;
}
 .form_inputs .form_address label {
	 width: 150px;
	 font-weight: inherit;
	 flex-shrink: 0;
}
 .form_inputs .zipcode input {
	 width: 215px;
}
 .form_inputs .form_address.prefectures input[type="text"] {
	 width: 100px;
}
 .sr_only {
	 position: absolute;
	 width: 1px;
	 height: 1px;
	 padding: 0;
	 margin: -1px;
	 overflow: hidden;
	 clip: rect(0, 0, 0, 0);
	 white-space: nowrap;
	 border: 0;
}
 .form_inputs textarea {
	 width: 100%;
	 height: 150px;
	 padding: 12px;
	 border: 1px solid #ccc;
	 border-radius: 6px;
	 font-size: 16px;
	 line-height: 1.8;
	 resize: vertical;
	/* color: #444;
	 */
}
 .form_group.form_top.radio p {
	 padding-top: 0;
}
 .form_group.radio label {
	 display: inline-block;
	 margin: 0 20px 7px 0px;
	 cursor: pointer;
}
/* アコーディオン */
 .accordion_wrapper {
	 margin-top: 30px;
	 padding-top: 20px;
	 margin-bottom: 60px;
}
 .accordion_button {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 background-color: #ada17a;
	 color: #fff;
	 font-weight: bold;
	 padding: 1rem 1.5rem 1rem 1rem;
	 cursor: pointer;
	 border: none;
	 width: 100%;
	 font-size: 1rem;
	 text-align: left;
	 transition: background-color 0.3s;
}
 .accordion_button:hover {
	 background-color: #a9986c;
}
 .accordion_button .symbol {
	 display: inline-block;
	 background: #fff;
	 color: #ada17a;
	 font-size: 1.2rem;
	 font-weight: bold;
	 width: 30px;
	 height: 30px;
	 line-height: 30px;
	 text-align: center;
	 border-radius: 2px;
	 flex-shrink: 0;
	 margin: 0 0 0 1px;
}
 .accordion_content {
	 max-height: 0;
	 overflow: hidden;
	 transition: max-height 0.4s ease;
}
 .accordion_content .form_group {
	 align-items: flex-start;
	 gap: 2%;
	 margin-bottom: 2rem;
}
 .accordion_content .form_label {
	 width: 50%;
}
 .accordion_content .form_inputs {
	 width: 50%;
}
 .accordion_content .form_group.radio label {
	 display: block;
}
 .form_group select {
	 padding: 3px;
	 font-size: 16px;
}
 .form_group .season {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 gap: 10px;
}
 .season select {
	 width: 150px;
}
 /* .accordion_content .form_label p {
	 text-indent: -4em;
	 padding-left: 4em;
} */
 .accordion_content .form_label p .optional {
	 display: inline;
}
 .accordion_content .form_group.radio label {
	 margin: 0 22px 7px 2px;
}
 .accordion_content .form_inputs p:first-child {
	 margin-top: -13px;
}
 .accordion_content .form_group .text_ss {
	 width: 55px;
	 margin-right: 0.5em;
}
 .accordion_content .form_group .ib {
	 display: inline-block;
}
 .form_btn {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin-top: 3em;
}
 .privacy_area, .note_box {
	 margin: 3em 0 1em;
	 padding: 25px 20px;
	 background-color: #f3f1ea;
	 border: 1px solid #dfd5b2;
	 border-radius: 10px;
	 color: #666;
}
 .privacy_area .link {
	 margin: 1em 0;
}
 .privacy_area .link a {
	 padding-left: 1.5em;
	 background: url(/images/contact/link.svg) left 0 top 3px no-repeat;
	 background-size: 18px;
	 text-decoration: underline;
}


.checkbox_wrap {
    margin-top: 15px;
}
.checkbox_wrap input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.error_text {
    color: #c11c33;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 35px;
}


 .red_note {
	 margin: 0 0 0 1em;
	 text-indent: -1em;
	 text-align: left;
	 color: #e71e24;
}
 .next_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 18px 20px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	gap: 5px;
	border: none;
	cursor: pointer;
	margin: 0 5px;
    background-color: #2d2d2d;
}
 .next_btn .btn_icon {
    background: #424142;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	font-size: 14px;
	position: relative;
}
.next_btn .btn_icon::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
	right: 9px;
}
 .next_btn:hover {
	opacity: .7;
    transition: 0.3s;
}
 @media (max-width: 750px) {
	 .accordion_content .quo_jyoken {
		 margin: 30px auto;
		 padding: 25px 35px;
	}
}
 @media (max-width: 650px) {
	 .form_lp {
		 margin: 10px 0 5px 0;
	}
	 .form_area {
		 width: 100%;
	}
	 .form_group {
		 display: block;
		 margin-bottom: 30px;
	}
	 .form_label, .form_inputs {
		 width: 100%;
	}
	 .form_label {
		 margin-bottom: 1em;
	}
	 .form_inputs .form_address {
		 margin-bottom: 10px;
	}
	 .form_inputs .form_address.form_address.prefectures label, .form_inputs .form_address.form_address.city label {
		 width: 85px;
	}
	 .form_inputs .form_address.town, .form_inputs .form_address:last-child {
		 display: block;
	}
	 .form_inputs .form_address.town label, .form_inputs .form_address:last-child label {
		 margin-bottom: 0.2em;
	}
	 .accordion_content .form_group {
		 margin-bottom: 3rem;
	}
	 .accordion_content .form_label, .accordion_content .form_inputs {
		 width: 100%;
	}
	 .form_group input[type='checkbox'] {
		 margin: 0 8px 12px 0px;
	}
	 .accordion_content .form_group .text_ss {
		 width: 70px;
		 padding: 10px;
	}
	 .privacy_area, .note_box {
		 margin: 1em 0;
	}
}
 @media (max-width: 500px) {
	 .tac {
		 text-align: left;
	}
	 .calendar_box.yoyaku_time_box .yoyaku_time_hiduke {
		 padding: 12px 0 12px 7px;
	}
	 .form_lp .yoyaku_time_hiduke {
		 font-size: 16px;
		 width: 100%;
		 padding: 12px 5px 12px 5px;
	}
	 .next_btn {
		 font-size: inherit;
		 gap: 5px;
	}
	 .next_btn .btn_icon {
		 font-size: inherit;
		 width: 30px;
		 height: 30px;
		 padding-left: 4px;
	}
    .next_btn .btn_icon::before {
        top: 9px;
        right: 11px;
    }
}




/* 確認画面 */

.mada{
	text-align:center;
	margin:20px 0
}
 .confirm_area table.shiryo {
	 border-collapse: inherit;
	 border-spacing: 0 15px;
}
 .confirm_area table.shiryo tr {
	 height: auto;
}
 .confirm_area table.shiryo th {
	 background: #ed7895;
	 font-weight:normal;
	 color: #fff;
	 border-radius: 4px;
	 font-size: inherit;
	 display: table-cell;
	 padding: 10px 30px;
}
 .confirm_area table.shiryo td {
	 padding: 10px 30px;
}
 @media (max-width: 650px) {
	 .confirm_area table.shiryo th, .confirm_area table.shiryo td {
		 display: block;
		 width: 100%;
		 text-align: left;
	}
}
 @media (max-width: 500px) {
	 .confirm_area table.shiryo th, .confirm_area table.shiryo td {
		 padding: 10px 20px;
	}
}
/* 完了画面 */
 .tac.last {
	 padding: 1em 0;
}
 p.thanks {
	 text-align: center;
	 margin: 20px 0 0;
}

 @media (max-width: 500px) {
	 .tac.last {
		 padding: 1em 5px;
		 margin: inherit;
		 width: 100%;
	}
	 p.thanks {
		 text-align: left;
	}
}

/* 時間選択ポップアップ */
.popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
}

.popup_window {
  position: fixed;
  width: 600px;
  max-width:calc(100vw - 50px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  z-index: 1001;
}

.popup_close {
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 24px;
  cursor: pointer;
}

.popup_inner {
  position: relative;
}

.yoyaku_button_area .btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.kiboubi{
	background:#f3f3f3;
	border-radius:3px;
	width:fit-content;padding:5px 15px;
	font-weight:bold;
	font-size:110%;
	margin: 0 auto;
}
.timeslot_area{
	text-align: left;
	width: 390px;
	max-width: calc(100vw - 50px);
	margin:1em auto;
}
.timeslot_btn{
	min-width:110px;
	margin:10px;
	padding:10px 10px;
	border:none;
	border-radius:5px;
	font-size:95%;
	display: inline-block;
}
.timeslot_btn.available{
	cursor:pointer;
	background:var(--yoyaku_color);
	color:#fff;
}
.timeslot_btn.full{
	background:#ddd;
	color:#999;
}

.yoyaku_color_text{
	color:var(--yoyaku_color);
}
.tel_color_text{
	color:var(--tel_color);
}