.form-bg{
    background-color: #fff;
    padding: 40px 15px;
    font-family: "Noto Serif JP";
}
@media screen and (min-width:768px){
    .form-bg{
        padding: 60px 15px;
    }
}
.contact-page.subhd01 {
    position: relative;
}

@media screen and (min-width: 768px) {
    .contact-page.subhd01 {
    }
}

.contact-page .subhd__img {
    max-height: 1000px;
    width: 100%;
    height: 100svh;
}
@media screen and (min-width: 768px) {
    .contact-page .subhd__img {
    }
}
@media screen and (min-width: 1024px) {
    .contact-page .subhd__img {
    }
}

.contact-page .subhd-ttl {
    position: absolute;
    max-width: calc(100vw - 30px);
    width: 100%;
    text-align: center;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-page .subttl__jp {
    display: inline-block;
    font-family: "Yuji Syuku", serif;
    font-size: 5rem;
    letter-spacing: 0.05em;
    color: #fff;
    writing-mode: horizontal-tb;
}

.contact-page .contact__ttl {
    text-align: center;
}

.contact-page .subttl__jp01 {
    display: inline-block;
    min-width: 280px;
    font-family: "Yuji Syuku", serif;
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #fff;
    padding: 0 20px;
}
.contact-page .subttl__jp01 strong {
    font-size: 2rem;
    color: transparent;
}
.contact-page .subttl__jp01 strong strong{
    border-top: solid 4px #fff;
}
.contact-page .subttl__jp01 strong u{
    border-top: solid 4px #fff;
}


.contact-page .subttl__jp02 {
    font-size: 4rem;
    color: transparent;
    border-top: solid 3px #fff;
}

.contact-page.box-cmn01 {
    padding: 60px 0 60px;
}
@media screen and (min-width: 768px) {
    .contact-page.box-cmn01 {
        padding: 100px 0 100px;
    }
}

.contact-page.box-cmn01_upper {
    padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
    .contact-page.box-cmn01_upper {
        padding: 100px 0 0;
    }
}

.contact-page.contact__ttl {
    text-align: center;
    margin-bottom: 30px;
}
.contact-page .contact__ttl {
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .contact-page.contact__ttl {
        margin-bottom: 40px;
    }
    .contact-page .contact__ttl {
        margin-bottom: 40px;
    }
}

.contact-page .ttl-cmn06-large {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Yuji Syuku", serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
}

@media screen and (min-width: 450px) {
    .contact-page .ttl-cmn06-large {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 600px) {
    .contact-page .ttl-cmn06-large {
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .contact-page .ttl-cmn06-large {
        font-size: 3rem;
    }
}

.contact-page .ttl-cmn06-large::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    margin-right: 1em;
}

.contact-page .ttl-cmn06-large::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    margin-left: 1em;
}

@media screen and (min-width: 600px) {
    .contact-page .ttl-cmn06-large::before {
        width: 70px;
    }
    .contact-page .ttl-cmn06-large::after {
        width: 70px;
    }
}

/***********/
.contact-page .ttl-cmn07 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Yuji Syuku", serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
}

@media screen and (min-width: 450px) {
    .contact-page .ttl-cmn07 {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 600px) {
    .contact-page .ttl-cmn07 {
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .contact-page .ttl-cmn07 {
        font-size: 3rem;
    }
}

.contact-page .ttl-cmn07::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    margin-right: 1em;
}

.contact-page .ttl-cmn07::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    margin-left: 1em;
}

@media screen and (min-width: 600px) {
    .contact-page .ttl-cmn07::before {
        width: 70px;
    }
    .contact-page .ttl-cmn07::after {
        width: 70px;
    }
}

@media screen and (min-width: 600px) {
    .contact-page .ttl-cmn07::before {
        width: 140px;
    }
    .contact-page .ttl-cmn07::after {
        width: 140px;
    }
}

.contact-page .contact__info {
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .contact-page .contact__info {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .contact-page .ttl-cmn06 {
        font-size: 3rem;
    }
}

.contact-page .contact__box {
    max-width: 600px;
    width: 100%;
    border: solid 1px #ca171f;
    padding: 30px 15px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .contact-page .contact__box {
        padding: 50px 15px;
    }
}
.contact-page .contact__box__tel {
    text-align: center;
    margin-bottom: 20px;
}
.contact-page .hd-phone01 {
    display: inline;
    font-size: 3.2rem;
    color: #ca171f;
}
.contact-page .hd-phone01:before {
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/red_tel.png);
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .contact-page .hd-phone01 {
        font-size: 4rem;
        padding-left: 50px;
    }
    .contact-page .hd-phone01:before {
        width: 40px;
    }
}

.contact-page .contacts-inr400 {
    max-width: 430px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.contact__box__txt_parent {
    display: flex;
} 

.contact_box_txt_left {
    width:100px;
    font-family: 'Zen Old Mincho', serif;
    text-align: left;
    font-weight: 500;
    color: #333;
}
.contact_box_txt_right {
    flex:1;
    font-family: 'Zen Old Mincho', serif;
    text-align: left;
    color: #333;
}

.time-p-large {
    display: none;
}
.time-p-small {
    display: block;
}
@media screen and (min-width: 450px) {
    .time-p-large {
        display: block;
    }
    .time-p-small {
        display: none;
    }
}
.contact-page.bg_Image {
    background-image: url(/system_panel/uploads/images/bg-contact.png);
}


.contact-page .contact__box__txt {
    letter-spacing: 0.05em;
    text-align: center;
}

.contact__box__txt_p01 {
    font-family: "Noto Serif JP";
    text-align: center;
    display:none;
}
.contact__box__txt_p02 {
    max-width: 320px;
    width: 100%;
    font-family: "Noto Serif JP";
    width: 100%;
    display: flex;
    margin: 0 auto 10px;
}
.contact__box__txt_p02:last-of-type{
    margin-bottom: 0;
}

.contact__box__txt_p02 strong {
    border: solid 1px #333;
    font-weight: 400;
    padding: 3px;
}

@media screen and (min-width: 500px) {
    .contact__box__txt_p01 {
        display: block;
    }
    .contact__box__txt_p02 {
        display: none;    }
}

.contact-page .contact__box__txt strong {
    border: solid 1px #333;
    font-weight: 400;
    padding: 3px;
}

.contact-page .contact__web__reserve_txt {
    font-family: "Yuji Syuku", serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #333;
    text-align: center;
    color: #771a1a;
    margin-bottom: 20px;
}

@media screen and (min-width: 550px) {
    .contact-page .contact__web__reserve_txt {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px) {
    .contact-page .contact__web__reserve_txt {
        font-size: 2.4rem;
        margin-bottom: 50px;
    }
}

.web_reserve_btn {
    background-color: #771a1a;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 100px;
    position: relative;
    border: 1px solid #771a1a;
}
.web_reserve_btn_margin_less {
    background-color: #771a1a;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 0px;
    position: relative;
    border: 1px solid #771a1a;
}

@media screen and (min-width: 768px) {
    .web_reserve_btn {
        max-width: 500px;
    }

    .web_reserve_btn_margin_less {
        max-width: 500px;
    }
}

.web_reserve_btn_small {
    background-color: #771a1a;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 100px;
    position: relative;
	border: 1px solid #771a1a;
    text-align: center;
} 

.link_btn {
    width: 100%;
}

.web_reserve_btn p {
    padding: 20px 0;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}

.web_reserve_btn_margin_less p {
    font-family: "Noto Serif JP";
    padding: 20px 0;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .web_reserve_btn p {
        padding: 30px 0;
    }

    .web_reserve_btn_margin_less p {
        padding: 30px 0;
    }
}


.web_reserve_btn_small p {
    padding: 10px 0;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}

.contact-page.bg-pattern01 {
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/contact_bg.png);
} 


.contact-page .contact_sure {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
    color:#ca171f;
    text-align: center;
}

.contact_sure_p01_large {
    font-family: "Noto Serif JP";
    display:none;
}
.contact_sure_p01_small {
    font-family: "Noto Serif JP";
    display:block;
}

.p--line--message-small {
    display:block;
    text-align: center;
    font-family: "Noto Serif JP";
}
.p--line--message-large {
    display:none;
    text-align: center;
    font-family: "Noto Serif JP";
}

@media screen and (min-width:450px){
    .p--line--message-small {
        display:none;
    }
    .p--line--message-large {
        display:block;
    }
    .contact_sure_p01_small {
        display:none;
    }
    .contact_sure_p01_large {
        display:block;
    }
}
    /*	お問い合わせ
---------------------------------*/
.contact-page.contact-cmn{
    background-color: transparent;
    margin: auto;
    padding: 0;
}
.contact-page.contact-cmn .tel .p01{
    font-size: 3rem;
}
.contact-page.contact-cmn .tel .p02{
    max-width: 310px;
    width: 100%;
    margin: auto;
}
.contact-page.contact-cmn .item{
    max-width: inherit;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #0376d7;
    border-bottom: 1px solid #0376d7;
}
.contact-page.contact-cmn .item:first-of-type {
    border-right: none;
    margin-bottom: 0;
}
.contact-form{
    background-color: #fff;
    border: solid 10px #f1e9e8;
    padding: 30px 10px;
}
@media screen and (min-width:768px) {
    .contact-page.contact-cmn .tel .p01{
        font-size: 4rem;
    }
    .contact-page.contact-cmn .tel .p02{
        width: 26%;
    }
    .contact-page.contact-cmn .item{
        padding: 45px 0;
    }
    .contact-form{
        padding: 35px 50px 50px 50px;
    }
}
@media screen and (min-width:1024px){
    .contact-form{
        padding: 40px 100px 60px;
    }
}
@media screen and (min-width:1080px){
    .contact-page.contact-cmn .item{
        max-width: none;
    }
}

/*フォーム外側*/
.contact-mail-box{
    padding: 70px 0;
}
.contact-form-otr{
    padding: 30px 15px 40px;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
}
/*フォーム注意書き*/
.formnote {
    color: #e7280d;
    text-align: right;
    max-width: 1000px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
/*フォーム*/
.form.formWrap {
    max-width: 1000px;
    margin: 0 auto 0 auto;
}
/*行*/
.row{
    margin: 0;
}
.row.formRow {
    border-top: 1px solid #999999;
    display:-webkit-box;
	display:-ms-flexbox;
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
}
.formRow-bottom{
    border-bottom: 1px solid #999999;
}
/*左*/
.formTh{
    width: 100%;
    margin-bottom: 5px;
}
label{
    font-size: 1.4rem;
}
.labeltxt{
    display: inline-block;
}
.labelText01{
    font-weight: 500;
}
.d-inline-block .labelText02{
    margin-right: 15px;
}
.d-inline-block:last-of-type .labelText02{
    margin-right: 0;
}
.requiredText  {
    color: #e7280d;
    margin-left: 10px;
    display: inline-block;
}
/*右*/
.formTd {
    width: 100%;
    padding-right: 0;
    text-align: left;
}
/*ラジオボタン*/
.radio-div{
    display: block;
    vertical-align: middle;
    margin-right: 0;
}
.radio-div:not(:last-of-type) {
    margin-right: 20px;
}
.radio {
    margin-right: 10px;
}
/*インプット*/
.input {
    width: 100%;
}
/*郵便番号*/
.input.zipInput {
    width: 40%;
}
/*内容*/
.textarea {
    width: 100%;
    height: 120px;
}
/*ボタン*/
.form-btn-otr{
    border-top: 1px solid #fff;
    padding-top: 50px;
    text-align: center;
}
.form-btn-otr:first-of-type{
    margin-bottom:20px;
}
.formBtn{
    cursor: pointer;
    background-color: #ca171f;
    border: none;
    max-width: 300px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 auto;
}
.formBtn:focus {
	outline:0;
}
.selectArea-year{
    display: flex;
}
.d-block{
    display: inline-block!important;
}
.d-block:nth-of-type(4){
    padding-left: 1px;
}
.privacyLabel{
    margin-left: 4px;
}
@media screen and (min-width:768px){
    .contact-form-otr {
        padding:30px 15px 60px 15px;
    }
    .radio-div{
        display: inline-block;
    }
    label{
        font-size: 1.6rem;
    }
    .formTh {
        width: 30%;
        margin-bottom: 0;
    }
    .formTd {
        width: 70%;
    }
    .input.zipInput {
        width: 30%;
    }
    .formBtn{
        max-width: 400px;
	    width:100%;
        height: 80px;
        line-height: 80px;
    }
    .selectArea-year{
        display: block;
    }
    .row.formRow{
        padding: 15px 10px;
    }
    .d-block{
        display: block!important;
    }
    .d-block:nth-of-type(4){
        padding-left: 0;
    }
    .privacyLabel{
        margin-left: 10px;
    }
}
@media screen and (min-width:768px) {
}

/*プライバシーポリシー*/
.privacy-box{
    padding-top: 60px;
}
.privacy{
    padding: 60px 0 150px;
}
.privacyBox {
    font-family: "Noto Serif JP";
        overflow-y: scroll;
    text-align:left;
    max-width:1000px;
    height:300px;
    border: 1px solid #ccc;
    padding:30px 30px 0;
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
}


.privacyDt {
    font-weight: 700;
    padding-bottom: 3px;
}
.privacyDd-top {
    margin-bottom: 55px;
}
.privacyDd {
    margin-bottom: 35px;
}
@media screen and (min-width:767px) {
    .privacy-box{
        padding-top: 40px;
    }
    .privacy{
        padding: 40px 0 70px;
    }
    .privacyBox {
        padding:30px 15px 0;
    }
}

@media screen and (min-width:1024px) {
    .privacyBox {
        margin: 0 auto;
    }
}
    
.comtact__compelete_txt {
    margin-bottom: 30px;
}

.contact_mb
{
    margin-bottom: 30px;
}
@media screen and (min-width:768px){
    .web_reserve_btn_small p {
        padding: 20px 0;
    }
    .contact_mb
    {
        margin-bottom: 50px;
    }
}

.line-mark_qr-code_display {
    display:flex;
    gap:50px;
    justify-content: center;
}

.contact__flex {
    display: flex;
    gap:20px;
}
.contact__flex__left {
    width:25%;
}
.contact__flex__right {
    width:70%;
}


/*	WEB予約
---------------------------------*/
.contact-reserve__btn__list.flex-cnt{
    display: block;
}
.contact-reserve__btn__item{
    max-width: 300px;
    width: 100%;
    background-color: #ca171f;
    margin: 0 auto 20px;
}
.contact-reserve__btn__item a{
    display: block;
    text-align: center;
}
.contact-reserve__btn__item p{
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 5;
    padding-right: 30px;
    position: relative;
}
.contact-reserve__btn__item p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_other01.png);
    width: 17px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media screen and (min-width:768px){
    
}
@media screen and (min-width:1024px){
    .contact-reserve__btn__list.flex-cnt{
        display: flex;
        gap: 25px;
    }
    .contact-reserve__btn__item{
        max-width: 280px;
        width: calc((100% - 50px) / 4);
        margin: 0;
    }
}
@media screen and (min-width:1080px){

}