body {
    font-family: "Yu Gothic", sans-serif;
}

div#containerWrapper {
    background: #ffffff;
}

#contentHeader {
    border-bottom: unset;
    line-height: unset;
    background-color: #ffffff;
}

#containerWrapper {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 320px;
    max-width: 430px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 200px;
}

#contentHeader .box_head_inquiry {
    margin: 30px 0 !important;
    text-align: center;
    padding: 0;
    width: 100%;
}

#contentMain {
    border-bottom: unset;
}

.step-2, .step-3 {
    margin-top: 20px;
}

.form-control {
    margin-bottom: 15px;
}

.form-control .form-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.form-control .form-label .label-text {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.form-control.shop-select .form-label .label-text .notice {
    font-size: 16px;
    color: #EC55AD;
    margin-left: 5px;
    font-weight: 500;
}

.form-control .toggle-shosai {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}

#show_textarea_shosai {
    color: #003B95;
    font-size: 17px;
}

.form-control .form-input input:not([type="radio"]) {
    width: 100%;
    height: 50px;
    font-size: 14px;
    box-sizing: border-box;
    border: 2px solid #AFAFAF;
    border-radius: 8px;
    transition: border-color 0.2s;
    box-shadow: none;
    color: #000000;
    -webkit-box-shadow: none;
    margin: 0;
    background-color: #ffffff;
}

.form-control .form-input input:not([type="radio"]):disabled {
    background-color: rgba(239, 239, 239, 0.3);
}

.form-control textarea:focus,
.form-control input:focus,
.form-control select:focus {
	border-color: #84C1FF !important;
	outline:none;
}

.form-control.recommendation section.complete .ttl h2,
.form-control.recommendation section.complete .ttl h3 {
    font-size: 17px;
    color: #000000;
}

.form-control.recommendation section.complete .ttl .c_pink {
    font-size: 17px;
    color: #EC55AD
}

.form-control.recommendation section.complete .bukken_slider .item_detail {
    height: auto !important;
}

.required-tag {
    font-weight: bold;
    font-size: 12px;
    background-color: #ffffff;
    color: #EC55AD;
    padding: 2px 9px 1px 9px;
    border: 2px solid #EC55AD;
    border-radius: 5px;
    line-height: 17px;
}

.not-required-tag {
    font-weight: bold;
    font-size: 12px;
    background-color: #ffffff;
    color: #808080;
    padding: 2px 9px 1px 9px;
    border: 2px solid #AFAFAF;
    border-radius: 5px;
    line-height: 17px;
}

.checkbox-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.checkbox-input {
    display: none;
}

.checkbox-label:not(.non-border) {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 2px solid #808080;
    border-radius: 8px;
    padding: 8px;
    background-color: #FFFFFF;
    width: 100%; 
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.15s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    gap: 15px;
}

.checkbox-icon {
    width: 25px;
    height: 25px;
    background-size: cover;
    pointer-events: none;
    transition: background-image 0.1s ease-in-out;
    will-change: background-image;
    background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="30" height="30" rx="6" fill="%23AFAFAF"/><path d="M12.4 22.7L6 16.9L8.7 13.9L12 16.9L20.2 7L23.3 9.5L12.4 22.7Z" fill="white"/></svg>');
}

.checkbox-input:checked + .checkbox-label:not(.non-border) {
    border: 2px solid #003A89;
    background-color: #E5EBF4;
    font-weight: 700;
}

.checkbox-input:checked + .checkbox-label .checkbox-icon {
    background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="30" height="30" rx="6" fill="%23447FFA"/><path d="M12.4 22.7L6 16.9L8.7 13.9L12 16.9L20.2 7L23.3 9.5L12.4 22.7Z" fill="white"/></svg>');
}

.checkbox-label:active {
    transform: scale(1);
}

.checkbox-container .checkbox-text {
    flex: 1;
    font-size: 16px;
    line-height: 17px;
}

.radio-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.radio-input {
    display: none;
}

.radio-label {
    display: flex;
    cursor: pointer;
    border: 2px solid #808080;
    border-radius: 6px;
    padding: 10px;
    background-color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    font-family: '游ゴシック', sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 45px;
    transition: all 0.15s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.radio-icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-size: cover;
    background-image: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.7998 18.5C14.9419 18.5 18.2998 15.1421 18.2998 11C18.2998 6.85786 14.9419 3.5 10.7998 3.5C6.65767 3.5 3.2998 6.85786 3.2998 11C3.2998 15.1421 6.65767 18.5 10.7998 18.5Z" stroke="%23AFAFAF" stroke-width="2" stroke-miterlimit="10"/></svg>');
    pointer-events: none;
    transition: background-image 0.15s ease-in-out;
    will-change: background-image;
}

.radio-input:checked + .radio-label {
    border-color: #003B95;
    background-color: #E5EBF4;
    font-weight: 700;
}

.radio-input:checked + .radio-label .radio-icon {
    background-image: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.7998 18.5C14.9419 18.5 18.2998 15.1421 18.2998 11C18.2998 6.85786 14.9419 3.5 10.7998 3.5C6.65767 3.5 3.2998 6.85786 3.2998 11C3.2998 15.1421 6.65767 18.5 10.7998 18.5Z" stroke="%23447FFA" stroke-width="6" stroke-miterlimit="10"/></svg>');
}

.radio-label:active {
    transform: scale(1);
}

#textarea_shosai {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #AFAFAF;
    border-radius: 8px;
    transition: border-color 0.2s;
    color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: "Yu Gothic", sans-serif;
    height: 130px;
}

.bukken-info-section {
    margin-top: 37px;
}

.bukken-info-section .title {
    font-size: 18px;
    background: #EEEEEE;
    padding: 11px;
    color: #000000;
    margin-bottom: 12px;
}

.bukken-info-section .bukken-info-container .bukken-name {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 12px;
}

.bukken-info-section .bukken-info-container .bukken-info {
    display: flex;
    align-items: center;
    gap: 11px;
}

.bukken-info-section .bukken-info-container .bukken-info .bukken-image img {
    width: 111px;
    max-height: 88px;
    height: auto;
    display: block;
    object-fit: fill;
}

.bukken-info-section .bukken-info-container .bukken-info .bukken-text li {
    margin-bottom: 10px;
    color: #231815;
    font-size: 15px;
}

.bukken-info-section .bukken-info-container .bukken-info .bukken-text li:last-child {
    margin-bottom: 0;
}

.bukken-info-section .bukken-info-container .bukken-info ul.bukken-text li.text_b {
    font-weight: 700;
}

.bukken-info-section .bukken-info-container .bukken-info ul.bukken-text li .rating {
    color: #F25CA8;
    font-size: 18px;
    vertical-align: middle;
}

.bukken-info-section .bukken-info-container .bukken-info ul.bukken-text li .manage-fee {
    font-weight: 500;
}

.reservationDateTime.caution {
    background-color: #ffe1e4;
    color: #ff142a !important;
    font-weight: bold;
}

.caution_top {
    position: relative;
    margin: 10px;
    padding: 10px 10px 10px 50px;
    background-color: #ffe1e4;
    color: #ff142a;
    border-radius: 3px;
    font-size: 16px;
    text-align: left;
    display: none;
}


#contentFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0,0%,100%,.8);
    padding: 25px 15px 0;
    z-index: 100;
}

#contentFooter .btn_footer_container {
    margin-bottom: 10px;
}

#contentFooter .btn_footer_container .btn_footer {
    background-color: #ffffff;
    padding: 0;
    z-index: 10;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}

#contentFooter .btn_footer_container .btn_footer img {
    width: 100%;
}

#contentFooter .btn_footer_container .btn_footer a.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
}

#contentFooter .btn_footer_container .btn_footer a {
    margin: 0 auto !important;
    display: block;
    padding: 0 !important;
}

.step-container {
    display: inline-flex;
    align-items: center;  
    margin: 0 auto 10px;
    position: relative;
    bottom: 0;
    justify-content: center;
    width: 100%;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    flex: 0 0 auto; 
    position: relative;
    width: 62px;
}

.step-item p {
  margin-top: 10px;
  font-size: 10px;
}

.step-item.active p {
  font-weight: bold;
}

.circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #447FFA;
  background-color: white;
}

.step-item.active .circle {
  background-color: #447FFA;
}

.line {
	width: 37px;
	height: 2px;
	background-color: #447FFA;
	top: 7px;
	position: absolute;
}

.line-left {
	left: calc(50% - 50px);
}

.line-right {
	right: calc(50% - 50px);
}

.back-step {
    display: none;
    padding: 3px 16px;
    border: 2px solid #AFAFAF;
    border-radius: 38px;
    text-decoration: none;
    color: #808080;
    background-color: transparent;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 36px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffffff;
}

.shop-item {
	border-top: 1px solid #D3D8E3;
	padding: 20px 0;
}

.shop-item:first-child {
	border-top: none;
	padding-top: 0;
}

.shop-item:last-child {
	border-bottom: 1px solid #D3D8E3;
}

.shop-item .shopnameWrapper {
	display: flex;
	align-items: center;
    margin-bottom: 0;
}

.shop-item .shop-info {
	border-right: 1px solid #D3D8E3;
	padding-right: 10px;
}

.shop-item .shop-info .eval_star img {
	height: 20px;
}

/* Checkbox */
.shop-item  .checkbox-container,
.recommendation .checkbox-container {
	flex: 1;
}

.shop-item .checkbox-input,
.recommendation .checkbox-input {
    display: none;
}

.shop-item .checkbox-label,
.recommendation .checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%; 
    box-sizing: border-box;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.15s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.shop-item .checkbox-icon,
.recommendation .checkbox-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: cover;
    pointer-events: none;
    transition: background-image 0.1s ease-in-out;
    will-change: background-image;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'><path d='M19.6573 25.5996H5.89734C2.79334 25.5996 0.277344 23.0836 0.277344 19.9796V6.21961C0.277344 3.11561 2.79334 0.599609 5.89734 0.599609H19.6573C22.7613 0.599609 25.2773 3.11561 25.2773 6.21961V19.9796C25.2773 23.0836 22.7613 25.5996 19.6573 25.5996Z' fill='%23D3D8E3'/><path d='M11.3427 19.3619L5.97266 14.5189L8.20466 12.0429L10.9867 14.5519L17.8217 6.25189L20.3947 8.37089L11.3427 19.3619Z' fill='white'/></svg>");
}


.shop-item .checkbox-input:checked + .checkbox-label,
.recommendation .checkbox-input:checked + .checkbox-label {
    /* font-weight: 700; */
}

.shop-item .checkbox-input:checked + .checkbox-label .checkbox-icon,
.recommendation .checkbox-input:checked + .checkbox-label .checkbox-icon {
	background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'> <path d='M19.6573 25.5996H5.89734C2.79334 25.5996 0.277344 23.0836 0.277344 19.9796V6.21961C0.277344 3.11561 2.79334 0.599609 5.89734 0.599609H19.6573C22.7613 0.599609 25.2773 3.11561 25.2773 6.21961V19.9796C25.2773 23.0836 22.7613 25.5996 19.6573 25.5996Z' fill='%23447FFA'/><path d='M11.3427 19.3619L5.97266 14.5189L8.20466 12.0429L10.9867 14.5519L17.8217 6.25189L20.3947 8.37089L11.3427 19.3619Z' fill='white'/></svg>");
}

.shop-item .checkbox-label:active,
.recommendation .checkbox-label:active {
    transform: scale(1);
}

.shop-item .shop-detail {
	text-align: right;
    display: table-cell;
    vertical-align: middle;
}

.shop-item .shop-detail a img {
	width: 50%;
}

.reservation .inline-input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 0;
}

.reservation .inline-input-container .reservation-label {
    flex: 1;
    display: flex;
    gap: 10px;
}

.reservation .inline-input-container .reservation-label label {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.reservation .inline-input-container input {
    flex: 1.2;
    word-break: break-word;
    text-overflow: ellipsis;
}

.reservation .inline-input-container input:hover {
    cursor: pointer;
}

.staffPopup .staffBox label {
	text-indent: 0;
	height: 100%;
}

.staffPopup .staffBox ul.staffSlider {
	padding: 0;
}

.staffPopup .staffBox ul.staffSlider li {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #d2d7e1;
	width: calc(100vw - 45px);
	max-width: 400px;
}

.calendarPopup, .staffPopup {
    z-index: 1000 !important;
}

/* Confirm */
.bukken.confirm .box_head_easyrequest {
    margin: 30px 0;
}

.bukken.confirm .contact-form {
	max-width: 366px;
    margin: 0 auto 30px auto;
}

.bukken.confirm .form-row {
    display: flex;
    border-bottom: 1px solid rgb(211,216,227);
    position: relative;
    align-items: center;
    width: 100%;
}

.bukken.confirm .form-row:first-child {
    border-top: 1px solid rgb(211,216,227);
}

.bukken.confirm .form-header {
    flex: 0 0 146px;
    padding: 15px 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
}

.bukken.confirm .form-title {
    font-weight: bold;
    position: relative;
    color: #000000;
	font-size: 14px;
}

.bukken.confirm .form-content {
    flex: 1;
    padding: 15px 0 15px 15px;
    line-height: 1.6;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
	word-break: break-word;
}

.bukken.confirm .form-title::after {
    display: none;
}

.bukken.confirm .form-row:first-child .form-title::after {
    display: none;
}

.bukken.confirm .form-highlight {
    color: #000;
    font-weight: 500;
    position: relative;
}

.collapsible-panel {
    width: 100%;
    margin: 0 auto;
}

.collapsible-panel.open {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.panel-header {
    width: 100%;
    background-color: #f4f4f4;
}

.panel-header h2 {
    position: relative;
    font-size: 20px;
    background-color: rgb(235,235,235);
    margin: 0;
    font-weight: bold;
    height: 45px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: #000000;
}

.toggle-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #003B95;
    font-size: 17px;
    font-weight: 500;
}

.toggle-btn svg {
    margin-right: 4px;
    transition: transform 0.3s ease;
}

.collapsible-panel.open .toggle-btn svg {
    transform: rotate(180deg);
}

.panel-content {
    background-color: #fff;
    display: none;
}

.panel-iframe {
    border: 1px solid #e5e5e5;
}

.privacy-content {
    background-color: #fff;
    padding: 15px;
    height: 360px;
}

.inquiry.bukken.confirm span.reservationDateTime,
.inquiry.bukken.confirm span.reservedStaff {
    display: block;
    margin: 5px 10px 5px 5px;
    padding: 5px 12px;
    background-color: #e1effd;
    color: #333333;
    font-size: 13px;
}

.confirm #contentFooter .btn_footer_container .btn_footer {
    max-width: unset;
}

.confirm #contentFooter .btn_footer_container .btn_footer a {
    font-size: 16px;
    min-width: 300px;
    margin: 0;
    padding: 12px 0 !important;
    border: 2px solid #F25CA8;
}

.inquiry.bukken.confirm .caution_top {
    margin-bottom: 0;
}

.caution_top p {
    line-height: 1.4;
}

.bukken.confirm .bukken-info-container {
    border-bottom: 1px solid #d2d7e1;
    padding: 15px 0;
}

.bukken.confirm .bukken-info-container:last-child {
    border-bottom: none;
}

#footerWrapper .btn_pagetop {
    display: none !important;
}

.sec_form.bg_pink {
    background-color: #FFF5FD;
    padding-bottom: 0;
}

.sec_form.bg_pink h2.title {
    font-size: 20px;
    height: 25px;
    align-items: center;
    display: flex;
    background-color: #FFDEF0;
    position: relative;
}

.sec_form.bg_pink p.shop_name {
    font-weight: bold;
    padding: 15px 25px;
    margin: 0;
    height: 15px;
    font-size: 15px;
}

@media screen and (max-width: 390px) {
    .reservation .inline-input-container .reservation-label {
        gap: 5px;
    }

    .reservation .inline-input-container .reservation-label label {
        font-size: 15px;
    }

    .reservation .inline-input-container input {
        flex: 1;
    }

    .reservation .inline-input-container .reservation-label .not-required-tag {
        margin-left: 0 !important;
    }

    .form-control .form-label .label-text {
        font-size: 18px !important;
    }

    .not-required-tag,
    .required-tag {
        font-size: 11px;
        line-height: 16px;
    }
}

@media screen and (max-width: 345px) {
    .form-control .form-label .label-text {
        font-size: 16px !important;
    }

    .form-control.shop-select .form-label .label-text .notice {
        font-size: 14px;
    }
}