/* --- 既存のCSSコード --- */

.error{
    color:#ff0000;
}
.readonly{
    background: transparent !important;
    border:none !important;
}
@media screen and (min-width:768px) {
    footer #footer{
    z-index: 2;
    }
}
@media screen and (min-width:768px) {
    .site-navigation{
    z-index: 7;
    }
}
.text-color{
    color: #999;
}
/* .remodal{
} */
.remodal h3{
    font-size: 20px;
    margin-bottom: 5px;
}
/* .remodal h4{
    margin:0 auto 10px;
    border:1px #000 solid;
    padding: 5px;
    font-size: 14px;
    display: inline-block;
} */
#remodal_email{
    margin:0 auto 15px;
    font-size: 20px;
}
.modal_note{
    margin:0 auto 15px;
}
.remodal .btn_contact{
    font-size:18px;
}
.font_weight{
    font-size: 14px;
    font-weight: lighter;
}
#form_start{
    padding-top:60px;
    margin-top:-60px;
}
.about-side-title p{
    padding:0 20px;
}
/* #junmp_to_form_start{
    text-align: center;
    color: #fff;
}
#junmp_to_form_start a{
    display: inline-block;
    padding:10px;
    text-decoration: none;
    background:#ffb9cf;
    margin:0 auto 30px;
    color: #333;
} */
.sanji-form label {
    font-size: 16px !important;
}
@media screen and (min-width:768px) {
    .sanji-form label {
        font-size: 18px !important;
    }
}
.entry-title{
    width: 250px;
    margin:0 auto 0px !important;
    text-align: center;
}
.entry-title_20250620 {
	width: 100%;
	max-width: 800px;
	margin:0 auto 0px !important;
	text-align: center;
}
.entry-title_20250620 img {
	width: 100%;
	height: auto;
}
#junmp_to_form_start a{
    width: 90%;
    margin:0 auto 60px;
    display: block;
}
@media screen and (min-width:768px) {
    #junmp_to_form_start a{
        width: 350px;
    }
}
#junmp_to_form_start a img{
    width: 100%;
    height: auto;
}
/* .btn_tel{
} */
/* .btn_tel a{
    position: fixed;
    display: table-cell;
    width: 100px;
    height: 100px;
    background:#ffb9cf;
    margin:0 auto 0px;
    color: #333;
    border-radius:100px;
    text-align: center;
    vertical-align: middle;
    bottom: 90px;
    right: 10px;
    box-sizing:border-box;
    padding:20px;
    z-index: 101;
} */
.btn_tel a{
    position: fixed;
    display: block;
    width: 100px;
    height: 100px;
    background:#ff5262;
    
    font-weight: bold;
    margin:0 auto 0px;
    color: #fff;
    border-radius:100px;
    text-align: center;
    vertical-align: middle;
    bottom: 75px;
    right: 10px;
    box-sizing:border-box;
    padding:20px;
    z-index: 101;
    box-shadow: 1px 1px 8px -2px rgba(0,0,0,0.6);
} 
.btn_tel a:hover{
    color: #fff;
    text-decoration: none;
} 
@media screen and (min-width:768px) {
    .about-side-title p{
        padding:0;
    }
}
@media screen and (min-width:768px) {
    .btn_tel a{
        display: none;
        bottom: 70px;
        right: 40px;
    }
}
.btn_area{
    width: 70%;
    margin: 0 auto;
}
@media screen and (min-width:768px) {
    .btn_area{
        margin: 0;
    }
}
.area_image{
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width:768px) {
    .area_image{
        margin: 0 auto;
        width: 70%;
    }
}
.radio-wrapper{
    /* padding:10px;
    box-sizing: border-box; */
}
.error-highlight{
    border:1px #e35656 solid !important;
    border-radius:3px !important;
}

.input .form-control{
    height: 40px !important;
    padding: 0 1rem !important;
}
.input .col-form-label{
    font-weight: bold;
    padding-bottom: 5px !important;
}
.input a.btn-tel2.btn-tel2-spl {
    /* font-size: 26px;
    color: #1f2a38;
    text-decoration: none; */
    border-bottom: 1px #1f2a38 solid !important;
}

@media screen and (max-width: 767.98px) {
    .btn-tel2.btn-tel2-spl {
        border: none !important;
        width: auto !important;
        /* display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle; */
        padding: 0 10px !important;
        /* line-height: 1.45; */
        border-radius: 0 !important;
        /* margin: 10px 0; */
        
    }
}

/* === 確認画面のフォーム調整 ============================================== */
/* ラジオボタンまわりはapp.jsで動的に対応 */
.confirm{
    font-size: 13px !important;
}
.confirm .col-form-label i{
  display: none;  
}
.confirm .col-form-label small{
    display: none;  
}
.confirm input{
    padding:0;
    height: auto;
}
.confirm select{
    padding:0;
    height: auto;
}
.confirm .col-form-label{
    font-weight: bold;
    font-size: 13px !important;
}
.confirm .form-group{
    padding:10px 20px !important;
}
.confirm .form-control{
    line-height: 1 !important;
    font-size: 13px !important;
}
.confirm.sanji-form label {
    font-size: 13px !important;
}
.confirm.sanji-form .form-group {
    border-bottom: 1px solid #e3e8eb !important;
}

.confirm .form-group .px-2.px-md-0{
    display: none;  
}

.confirm .text-danger.text-center.text-md-left.mb-3.mt-2{
    display: none;  
}

.confirm .btn_area{
    margin-top:30px;
}

.confirm .wpcf7-list-item:has(input:disabled){
    display: none; 
}
.confirm .cashback-message{
    display: none; 
}
.confirm textarea{
    height: auto;
}
.confirm .col-form-label{
    padding-top: 0;
    padding-bottom: 0;
}
.confirm .form-group:nth-child(2n+1) {
    /* background-color: #fff !important; */
}
.confirm .col-md-4{
    width: 33.333333333% !important;
}
.confirm .col-md-8{
    width: 66.666666667% !important;
}
.confirm .col-md-7{
    width: 58.333333333% !important;
}
.confirm .col-md-1{
    width: 8.333333333% !important;
}
.confirm .col-11{
    flex: none;
}
.confirm .col-1{
    flex: none;
}

.sp{

}

@media screen and (min-width:768px) {
    .sp{
        display: none;
    }
}

/* --- ここからカスタムセレクトボックスのスタイル --- */

/* カスタムセレクトボックスのスタイル */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select {
    position: relative;
    cursor: pointer;
	border-radius: 6px!important;
}

.custom-select .selected-option {
    background-color: #fff;
    padding: 5px;
}

.custom-select .options {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 49px;
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 0;
}

.custom-select .options.show {
    display: block;
}

.custom-select .options li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.custom-select .options li:hover {
    background-color: #f0f0f0;
}

.custom-select .options li .small-text {
    font-size: 12px;
}
.custom-select .options li .small-text2 {
    font-size: 14px;
}

/* 選択されたオプション内の small-text クラスに対するスタイルを追加 */
.custom-select .selected-option .small-text {
    font-size: 12px !important;
}
.custom-select .selected-option .small-text2 {
    font-size: 14px !important;
}

/* 確認画面用のスタイル調整 */
.confirm .custom-select .selected-option {
    border: none;
    padding: 0;
    cursor: default;
    font-size: 13px;
}

/* 確認画面でも small-text クラスが適用されるように追加 */
.confirm .custom-select .selected-option .small-text {
    font-size: 12px !important;
    margin-left: 5px;
}
.confirm .custom-select .selected-option .small-text2 {
    font-size: 13px !important;
}
.confirm .custom-select .options {
    display: none !important;
}

/* --- ここから追加 --- */

/* 選択された値のスタイル */
.selected-value {
    padding: 10px;
    border: 1px solid #ccc;
    display: flex;
    align-items: baseline;
}

.selected-value span {
    font-size: 16px;
}

.selected-value .small-text {
    font-size: 12px;
    margin-left: 5px;
}

.selected-value .small-text2 {
    font-size: 14px;
    margin-left: 5px;
}

/* 確認画面でのスタイル調整 */
.confirm .selected-value {
    border: none;
    padding: 0;
    background-color: transparent;
}

.confirm .selected-value span {
    font-size: 13px;
}

.confirm .selected-value .small-text {
    font-size: 12px;
    margin-left: 5px;
}

.confirm .selected-value .small-text2 {
    font-size: 13px;
    margin-left: 5px;
}

/* --- 追加ここまで --- */


/* --- 20250620 上部分変更 --- */

.reserve_head_20250620 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 140px auto;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.reserve_head_20250620 .cc_txt {
	text-align: center;
	margin: 0!important;
	padding: 0!important;
	font-weight: 300;
	font-style: normal;
	font-size: 30px;
	line-height: 2;
}
.reserve_head_20250620 dl {
	margin: 80px 0 0 0!important;
	padding: 0!important;
	padding: 100px 34px 0 34px;
}
.reserve_head_20250620 dl dt {
	font-weight: 700;
	font-size: 47px;
	color: #aa8428;
	text-align: center;
	border-bottom: solid 2px #b08d3a;
	border-top: solid 2px #b08d3a;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
}
.reserve_head_20250620 dl dt img {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100px;
	height: auto;
}
.reserve_head_20250620 dl dd {
	font-weight: 500;
	font-size: 32px;
	color: #212121;
	line-height: 1.8;
	text-align: center;
	margin-top: 30px;
}
.reserve_head_20250620 dl dd span.cc_1man {
	font-size: 38px;
}
.reserve_head_20250620 dl dd span.cc_1man span {
	font-size: 50px;
	display: inline-block;
	padding: 0 0.2em;
}
.reserve_head_20250620 dl dd span.cc_quo {
	font-size: 36px;
}
.reserve_head_20250620 dl dd span.cr {
	color: #aa8428;
}
.reserve_head_20250620 dl dd span.cc_s {
	font-size: 20px;
}
.reserve_head_20250620 .present_quo {
	text-align: center;
	font-weight: 500;
}
.reserve_head_20250620 .present_quo .quo_txt {
	font-size: 30px;
	line-height: 2;
}
.reserve_head_20250620 .present_quo .quo_kome {
	width: 100%;
	max-width: 540px;
	margin: 45px auto 0 auto;
	border: solid 1px #c0c0c0;
	padding: 0.3em 0.5em;
}
.reserve_head_20250620 .present_quo .quo_kome p {
	font-size: 14px;
	text-align: left;
	color: #c0c0c0;
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.reserve_head_20250620 .present_quo .quo_txt span {
	color: #a28c5f;
}
.reserve_head_20250620 .present_quo .quo_txt span.man {
	font-size: 34px;
}
.reserve_head_20250620 .present_quo .quo_txt b {
	width: 100%;
	max-width: 640px;
	display: block;
	font-weight: 500;
	border-top: solid 2px #a28c5f;
	padding-top: 10px;
	margin: 16px auto 0 auto;
}
.reserve_head_20250620 .the_day {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.reserve_head_20250620 .the_day .day_title {
	font-size: 24px;
	margin: 120px 0 10px 0;
	padding: 0;
}
.reserve_head_20250620 .the_day .day_tel a {
	color: #061322;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border: solid 1px #222222;
	border-radius: 8px;
	text-decoration: none;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.reserve_head_20250620 .the_day .day_tel a span {
	display: inline-block;
	background: url(../img/free.svg) 0 center no-repeat;
	background-size: auto 28px;
	font-size: 28px;
	font-weight: 500;
	padding-left: 54px;
}
.reserve_head_20250620 .the_day .day_tel_info {
	font-size: 18px;
	color: #061322;
	padding: 0;
	margin: 20px 0 0 0;
}
.reserve_head_20250620 .the_day .day_tel_info .sankaku {
	display: inline-block;
	font-size: 14px;
	color: #9cabb3;
	padding: 0 6px;
}
.small_20250620 {
	display: block;
}
.f_title_20250620 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px!important;
}

.the_day_20250620 p {
	margin: 0!important;
	padding: 0!important;
}
.the_day_20250620 .kome {
	color: #e24d4d;
	font-size: 16px;
}
.the_day_20250620 {
	padding-top: 20px;
}
.the_day_20250620 .day_tel a {
	background: url(../img/free.svg) left 10px bottom 18px no-repeat;
	background-size: 36px auto;
	font-size: 30px;
	color: #061322;
	padding: 0 20px 10px 56px;
	border-bottom: solid 1px #444b56;
	text-decoration: none;
}
.the_day_20250620 .day_tel_info {
	font-size: 16px;
	color: #061322;
	padding: 0;
	margin: 16px 0 0 0!important;
}
.the_day_20250620 .day_tel_info .sankaku {
	display: inline-block;
	font-size: 14px;
	color: #9cabb3;
	padding: 0 6px;
}
i.hissu {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
}
i.nini {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #000!important;
	background-color: transparent!important;
	border: solid 1px #000!important;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {

.reserve_head_20250620 {
	padding: 0px 0px 0 0px;
	margin: 0 auto 30px auto;
}
.reserve_head_20250620 .cc_txt {
	font-size: 14px;
	line-height: 2;
}
.reserve_head_20250620 dl {
	margin: 40px 0 0 0!important;
	padding: 75px 20px 0 20px;
}
.reserve_head_20250620 dl dt {
	font-size: 24px;
	border-bottom: solid 1px #b08d3a;
	border-top: solid 1px #b08d3a;
	padding-bottom: 13px;
	padding-top: 13px;
	line-height: 1;
}
.reserve_head_20250620 dl dt img {
	position: absolute;
	left: 0;
	top: 14px;
	width: 12.5%;
	height: auto;
}
.reserve_head_20250620 dl dd {
	font-size: 16px;
	margin-top: 6px;
}
.reserve_head_20250620 dl dd span.cc_s {
	font-size: 12px;
}
.reserve_head_20250620 dl dd span.cc_1man {
	font-size: 18px;
}
.reserve_head_20250620 dl dd span.cc_1man span {
	font-size: 24px;
}
.reserve_head_20250620 dl dd span.cc_quo {
	font-size: 16px;
}
.reserve_head_20250620 .present_quo .quo_txt {
	font-size: 18px;
}
.reserve_head_20250620 .present_quo .quo_kome {
	margin: 30px auto 0 auto;
}
.reserve_head_20250620 .present_quo .quo_kome p {
	font-size: 12px;
}

.reserve_head_20250620 .present_quo .quo_txt span.man {
	font-size: 20px;
}
.reserve_head_20250620 .present_quo .quo_txt b {
	border-top: solid 1px #a28c5f;
	padding-top: 0px;
	margin: 2px auto 0 auto;
}
.reserve_head_20250620 .the_day .day_title {
	font-size: 18px;
	margin: 80px 0 10px 0;
	padding: 0;
}
.reserve_head_20250620 .the_day .day_tel a {
	color: #061322;
	padding: 0px 0px 0px 0px;
	border-radius: 8px;
}
.reserve_head_20250620 .the_day .day_tel a span {
	display: inline-block;
	background: url(../img/free.svg) left 0px bottom 10px no-repeat;
	background-size: 30px auto;
	font-size: 24px;
	padding-left: 40px;
}
.reserve_head_20250620 .the_day .day_tel_info {
	font-size: 16px;
	color: #061322;
	padding: 0;
	margin: 10px 0 0 0!important;
}
.reserve_head_20250620 .the_day .day_tel_info .sankaku {
	display: inline-block;
	font-size: 12px;
	color: #9cabb3;
	padding: 0 4px;
}
.small_20250620 {
	display: inline-block;
	padding-left: 10px;
}
.small_20250620.sp_kai {
	display: block;
	padding-left: 50px;
}
.the_day_20250620 .kome {
	font-size: 14px;
}
.the_day_20250620 {
	padding: 20px 0px 20px 20px;
}
.the_day_20250620 .day_tel a {
	background: url(../img/free.svg) left 10px bottom 10px no-repeat;
	background-size: 18px auto;
	font-size: 18px;
	padding: 0 10px 5px 35px;
}
.the_day_20250620 .day_tel_info {
	font-size: 14px;
	margin: 10px 0 0 0!important;
}
.the_day_20250620 .day_tel_info .sankaku {
	font-size: 10px;
	padding: 0 3px;
	line-height: 1;
}
}

@media screen and (max-width: 599px) {

.reserve_head_20250620 dl {
	padding: 50px 16px 0 16px;
}
.reserve_head_20250620 dl dt {
	font-size: 20px;
	padding-bottom: 13px;
	padding-top: 13px;
	line-height: 1;
}
.reserve_head_20250620 .the_day .day_title {
	font-size: 14px;
	margin: 60px 0 10px 0;
	padding: 0;
}
.reserve_head_20250620 .the_day .day_tel {
	margin: 0;
}
.reserve_head_20250620 .the_day .day_tel a {
	padding: 2px 0;
}
.reserve_head_20250620 .the_day .day_tel a span {
	display: inline-block;
	background: url(../img/free.svg) left 0px bottom 4px no-repeat;
	background-size: auto 16px;
	font-size: 16px;
	padding-left: 34px;
}
.reserve_head_20250620 .the_day .day_tel_info {
	font-size: 14px;
	color: #061322;
	padding: 0;
	margin: 0;
}
.reserve_head_20250620 .the_day .day_tel_info .sankaku {
	display: inline-block;
	font-size: 10px;
	color: #9cabb3;
	padding: 0 4px;
}
}

@media screen and (max-width: 359px) {
.reserve_head_20250620 dl dt img {
	top: 20px;
}
.reserve_head_20250620 dl dd span.cc_1man {
	font-size: 16px;
}
.reserve_head_20250620 dl dd span.cc_1man span {
	font-size: 20px;
}

}