@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans&family=Zen+Maru+Gothic:wght@700&display=swap');

.main-article img{
    width: 100%;
}
.main-article{
    padding: 0;
    font-family: "Noto Sans JP",  "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro",sans-serif;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
}
@media screen and (max-width: 767px){
    .only-pc{
        display: none!important;
    }
}
@media screen and (min-width:768px){
    .only-sp{
        display: none!important;
    }
}
@media screen and (max-width:1260px){
    body{
        min-width: auto;
    }
}
footer{
    min-width: auto;
}
.footerInner{
    width: auto;
}

/* sp */
.orig_shop_section{
    background-color: #D00F31;
    background-image:
    radial-gradient(#D42746 20%, transparent 20%),
    radial-gradient(#D42746 20%, transparent 20%);
    background-size: 5vw 5vw;
    background-position: 0 0, 2.5vw 2.5vw;
    padding-top: 4.8vw;
    padding-bottom: 13.333vw;
}
.orig_shop_section_inner{
    background-color: #fff;
    border-radius: 4vw;
    margin: 0 auto ;
    text-align: center;
    width:  86.667vw;
    padding-top: 6.4vw;
    padding-bottom: 9.333vw;
}
.orig_shop_ttl{
    color: #00618B;
    font-weight: 700;
    text-align: center;
    font-size: 7vw;
    letter-spacing: -0.3vw;
    margin-bottom: 2.133vw;
    font-family: "Noto Sans JP",  "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro",sans-serif;
}
.orig_shop_reserveprocess_link{
    color: #00618B;
    text-decoration:underline;
    font-size: 3.2vw;
}
.orig_shop_list{
    width: 100%;
    padding: 0 4.5vw 8vw;
    margin-top: 2.667vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.orig_shop_listitem{
    width: 36.667vw;
    margin-top: 2.667vw;
}
.orig_shop_listitem_link{
    display: block;
    width: 100%;
    border: #00618B 0.4vw solid;
    color: #00618B;
    font-weight: 700;
    font-size: 5.333vw;
    line-height: 19.333vw;
}
.orig_shop_reserveprocess_area{
    background-color: #FFFBEF;
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
    margin-top: 8vw;
}
.orig_shop_reserveprocess_ttl{
    color: #00618B;
    text-align: center;
    font-weight: 700;
    font-size: 4.8vw;
    margin-bottom: 2.133vw;
    font-family: "Noto Sans JP",  "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro",sans-serif;
}
.orig_shop_reserveprocess_contents{
    padding: 0 4.5vw;
}
.orig_shop_reserveprocess_comp{
    border: #D00F31 0.4vw solid;
    color: #D00F31;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 3.733vw;
    line-height: 10.8vw;
}
.orig_shop_other_link{
    color:#00618B ;
    text-align: center;
    font-size: 3vw;
    border-bottom: 1px solid #00618B;
    position: relative;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}
.orig_shop_other_link::before{
    content: "";
    position: absolute;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #00618B;
    border-right: 2px solid #00618B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1.6vw;
    right: -2vw;
}

/* 店舗 */
.orig_shop_ddl_prefecture{
    text-align: left;
    padding: 9.333vw 4.5vw 6vw;
}
.orig_shop_ddl_pref_ttl{
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 9.333vw;
    border-left: #D00F31 1.6vw solid;
    border-bottom: #D00F31 1px solid;
    padding-left: 2.667vw;
    font-family: "Noto Sans JP",  "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro",sans-serif;
}
.orig_shop_ddl_pref_listitem{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #FFBFCA 1px solid;
    padding-top:1.333vw;
    padding-bottom: 1.6vw;
}
.orig_shop_ddl_pref_name{
    font-weight: 500;
    font-size: 4vw;
    margin-bottom: 0.8vw;
}
.orig_shop_ddl_pref_address{
    font-size: 3.2vw;
}
.orig_shop_ddl_pref_btn{
    display: block;
    background-color: #2F5EA8;
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 22.667vw;
    border-radius: 1.067vw;
    line-height: 10vw;
    height: 10vw;
    font-size: 3.733vw;
}
.orig_shop_ddl_pref_contact{
    background-color: #F2F2F2;
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',sans-serif;
    text-align: center;
    padding: 3.333vw 0;
    font-size: 3.5vw;
    margin-top: 2.667vw;
}
.orig_shop_ddl_pref_contact_txt{
    margin-bottom: 2.133vw;
}
.orig_shop_ddl_pref_contact_btn{
    display: block;
    background-color: #fff;
    margin: 0 auto;
    width: 58.667vw;
    border-radius: 1.333vw;
    line-height: 10.4vw;
    margin-bottom: 2.5vw;
}
.orig_shop_ddl_pref_contact_tel>a{
    font-size: 4vw;
}
.orig_shop_ddl_pref_contact_time{
    font-size: 3vw;
}

.orig_shop_back2btn_area .orig_shop_back2btn{
    display: block;
    line-height: 12vw;
    border-radius: 8vw;
    border: 1px solid #2F5EA8;
    color: #2F5EA8;
    text-align: center;
    font-weight: 700;
    font-size: 3.733vw;
    width: 76vw;
    margin: 0 auto 2.928vw;
    cursor: pointer;
}
/* contact */
.orig_shop_contact{
    margin-top: 10.667vw;
}
.orig_shop_contact_ttl{
    color: #00618B;
    font-weight: 700;
    font-size: 5.333vw;
    margin-bottom: 4.8vw;
}
.orig_shop_contact_txt{
    font-weight: 500;
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
}
.orig_shop_contact_formarea{
    margin-bottom: 10.4vw;
}
.orig_shop_contact_form_btn{
    display: block;
    margin: 0 auto;
    background-color: #1D1D1D;
    color: #fff;
    width: 70.667vw;
    line-height: 12vw;
    border-radius: 5.333vw;
    font-weight: 700;
    font-size: 4.533vw;
}
.orig_shop_contact_tel{
    font-size: 3.733vw;
    margin-bottom: 3.2vw;
}
.orig_shop_contact_tel_num{
    display: block;
    margin: 0 auto;
    width: 56vw;
}
.orig_shop_contact_time{
    font-size: 2.667vw;
    margin-bottom: 1.867vw;
}
.orig_shop_contact_notes{
    text-align: left;
    margin: 0 auto;
    width: 70.667vw;
    font-size: 2.4vw;
}
.orig_backtotop{
    width: 13.333vw;
    position: fixed;
    bottom: 3vw;
    right: 0;
    z-index: 10;
    opacity: 0;
	transform: translateX(500px);
}
.orig_backtotop img{
    width: 100%;
}
/*　左の動き　*/

#backtotop.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(500px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#backtotop.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(500px);
  }
}
/* ホバー */
.orig_shop_listitem_link:visited{
    color: #00618B;
}
.orig_shop_listitem_link:hover{
    background-color:#00618B;
    color: #fff;
}
.orig_shop_ddl_pref_btn:visited{
    color: #fff;
}
.orig_shop_ddl_pref_btn:hover{
    color: #fff;
    opacity: 0.7;
}
.orig_shop_ddl_pref_contact_btn:hover{
    color: initial;
    opacity: 0.7;
}
.orig_shop_contact_form_btn:hover{
    color: #fff;
    opacity: 0.7;
}
.orig_shop_contact_form_btn:visited{
    color: #fff;
}
.orig_shop_other_link:hover,.orig_shop_other_link:visited{
    color:#00618B ;
}
.orig_shop_back2btn:hover{
    opacity: .7;
}
.orig_modal_contents .orig_modal_btn:hover{
    color: #fff;
    background-color: #00618B;
}
.orig_modal_btn:hover .orig_modal_btn_arrow{
    border-top:3px solid #fff;
    border-right: 3px solid #fff;
}
.orig_shop_reserveprocess_link:visited,.orig_shop_reserveprocess_link:hover{
    color: #00618B;
}


/* pc */
@media screen and (min-width:768px){
    .orig_shop_section{
        background-image:
        radial-gradient(#D42746 20%, transparent 20%),
        radial-gradient(#D42746 20%, transparent 20%);
        background-size: 1.6vw 1.6vw;
        background-position: 0 0, 0.8vw 0.8vw;
        padding-top: 4.392vw;
        padding-bottom: 7.321vw;
    }
    .orig_shop_section_inner{
        border-radius: 2.196vw;
        text-align: center;
        width:  87.848vw;
        padding-top: 4.026vw;
        padding-bottom:4.392vw;
    }
    .orig_shop_ttl{
        font-size: 2.635vw;
        letter-spacing:normal;
        margin-bottom: 2.635vw;
    }
    .orig_shop_list{
        padding: 0 4.392vw 3.66vw;
        margin-top: 0;
    }
    .orig_shop_listitem{
        width: 12.006vw;
        margin-top: 1.464vw;
    }
    .orig_shop_listitem_link{
        border: #00618B 0.22vw solid;
        font-size: 2.05vw;
        line-height: 6.442vw;
    }
    .orig_shop_reserveprocess_area{
        padding-top:1.171vw;
        padding-bottom: 2.05vw;
        margin-top: 2.928vw;
    }
    .orig_shop_reserveprocess_ttl{
        text-align: left;
        font-size:1.757vw;
        margin-bottom: 1.464vw;
        padding-left: 4.392vw;
    }
    .orig_shop_reserveprocess_contents{
        padding: 0 4.392vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .orig_shop_reserveprocess_img{
        width: 68vw;
    }
    .orig_shop_reserveprocess_comp{
        border: #D00F31 0.293vw solid;
        font-size: 1.464vw;
        line-height: 9.5vw;
        width: 9.883vw;
        height: 9.883vw;
        border-radius: 50%;
        margin-bottom: 3.5vw;
    }
    .orig_shop_other_link{
        font-size: 1.45vw;
    }
    .orig_shop_other_link::before{
        width: 0.8vw;
        height: 0.8vw;
        top: 0.8vw;
        right: -1vw;
    }      

    /* 店舗 */
    .orig_shop_ddl_prefecture{
        padding: 6.223vw 4.392vw 1.098vw;
    }
    .orig_shop_ddl_pref_ttl{
        font-size: 2.05vw;
        line-height: 4.1vw;
        border-left: #D00F31 0.878vw solid;
        border-bottom: #D00F31 1px solid;
        padding-left: 1.464vw;
    }
    .orig_shop_ddl_pref_listitem{
        height: 5.417vw;
        padding: 0 1.5vw;
    }
    .orig_shop_ddl_pref_txt{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .orig_shop_ddl_pref_name{
        font-size: 1.464vw;
        margin-bottom: 0;
        width: 28vw;
    }
    .orig_shop_ddl_pref_address{
        font-size: 1.318vw;
    }
    .orig_shop_ddl_pref_btn{
        width: 9.883vw;
        border-radius: 0.586vw;
        line-height: 3.66vw;
        height: 3.66vw;
        font-size: 1.464vw;
    }
    .orig_shop_ddl_pref_contact{
        padding: 1.464vw 0;
        width: 60.029vw;
        margin:1.2vw auto 0;
    }
    .orig_shop_ddl_pref_contact_flex{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .orig_shop_ddl_pref_contact_txt{
        margin-bottom: 1.171vw;
        font-size: 1.318vw;
    }
    .orig_shop_ddl_pref_contact_btn{
        width: 17.936vw;
        border-radius: 0.586vw;
        line-height: 3.734vw;
        font-size: 1.171vw;
        margin: 0 1.903vw 0 0;
    }
    .orig_shop_ddl_pref_contact_tel{
        font-size: 1.171vw;
        margin-bottom: 0.3vw;
    }
    .orig_shop_ddl_pref_contact_tel>a{
        font-size: 1.318vw;
    }
    .orig_shop_ddl_pref_contact_time{
        font-size: 1.098vw;
        padding-left: 0.8vw;
    }
    .orig_shop_back2btn_area{
        display: flex;
        justify-content: center;
        margin-top: 5.124vw;
    }
    .orig_shop_back2btn_area .orig_shop_back2btn{
        line-height: 4.392vw;
        border-radius: 2.562vw;
        font-size: 1.464vw;
        width: 28.843vw;
        margin: 0;
    }
    .orig_shop_back2btn_area .orig_shop_back2btn_other{
        margin-right: 1.098vw;
    }
    .orig_shop_back2btn_area .orig_shop_back2btn_top{
        margin-left: 1.098vw;
    }
    /* contact */
    .orig_shop_contact{
        margin-top: 4.5vw;
    }    
    .orig_shop_contact_ttl{
        font-size: 2.635vw;
        margin-bottom: 2.928vw;
    }
    .orig_shop_contact_txt{
        font-size: 2.05vw;
        margin-bottom: 1.757vw;
    }
    .orig_shop_contact_flex{
        display: flex;
        justify-content: center;
    }
    .orig_shop_contact_formarea{
        margin: 0 2.562vw 0 0;
    }
    .orig_shop_contact_form_btn{
        margin: 2.635vw 0 0 0;
        width: 35.139vw;
        line-height: 5.124vw;
        border-radius: 3.294vw;
        font-size: 1.83vw;
    }
    .orig_shop_contact_telarea{
        margin-left:2.562vw;
    }
    .orig_shop_contact_tel{
        font-size: 1.318vw;
        margin-bottom: 1.611vw;
    }
    .orig_shop_contact_tel_num{
        margin: 0 auto;
        width: 24.89vw;
    }
    .orig_shop_contact_time{
        font-size: 1.245vw;
        margin-bottom: 0.878vw;
    }
    .orig_shop_contact_notes{
        margin: 0;
        width: auto;
        font-size: 1.025vw;
    }
    .orig_backtotop{
        width: 5.124vw;
        right: 1vw;
    }
}

/* モーダル */
/* sp */
.orig_modal_area{
    display: none;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.orig_modal_contents{
    position: absolute;
    top: 12vh;
    left: 6vw;
    background-color: #fff;
    border-radius: 4vw;
    width: 88vw;
    padding: 2.667vw 6vw;
    margin: 0 auto;
}
.orig_modal_inner{
    position: relative;
}
.orig_modal_ttl{
    color: #D00F31;
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 1.2vw;
}
.orig_modal_contents .orig_modal_btn{
    display: block;
    position: relative;
    width: 100%;
    line-height: 12vw;
    border: #00618B 2px solid;
    color: #00618B;
    background-color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5vw;
}
.orig_modal_btn_arrow{
    position: absolute;
    top: 4.5vw;
    right: 2vw;
    content: "";
    display: inline-block;
    width: 3vw;
    height: 3vw;
    border-top:3px solid #00618B;
    border-right: 3px solid #00618B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.orig_modal_x_btn_position{
    position: absolute;
    top: -3vw;
    right: -4vw;
    cursor: pointer;
}
.orig_modal_x_btn{
    display: block;
    position: relative;
    width: 13vw;
    height: 13vw;
    border: 4px solid #fff;
    border-radius: 50%; 
    background-color: #00618B;
}
.orig_modal_x_btn::before, .orig_modal_x_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2vw; 
    height:8vw;
    background: #fff;
} 
.orig_modal_x_btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.orig_modal_x_btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
}
.orig_modal_scroll{
    overflow-y: auto;
    height: 70vh;
}

/* pc */
@media screen and (min-width:769px){
    .orig_modal_contents{
        width: 75vw;
        padding: 3vw 21vw 7vw 17vw;
        border-radius: 2vw;
        left: 11vw;
    }
    .orig_modal_ttl{
        position: absolute;
        top: 3vw;
        left: 2vw;
        width:15vw;
        height: 15vw;
        border-radius: 50%;
        background-color: #D00F31;
        background-image:
        radial-gradient(#D42746 20%, transparent 20%),
        radial-gradient(#D42746 20%, transparent 20%);
        background-size: 1.6vw 1.6vw;
        background-position: 0 0, 0.8vw 0.8vw;
        color: #fff;
        font-size: 1.5vw;
        padding-top: 4.5vw;
        text-align: center;
    }
    .orig_modal_contents .orig_modal_btn{
        position: absolute;
        width: 14vw;
        line-height: 5vw;
        border: #00618B 3px solid;
        color: #00618B;
        background-color: #fff;
        font-size: 1.7vw;
        font-weight: 700;
        text-align: center;
        padding-right: 0.5vw;
        margin-bottom: 0;
    }
    .orig_modal_btn_arrow{
        content: "";
        display: inline-block;
        width: 1vw;
        height: 1vw;
        border-top:3px solid #00618B;
        border-right: 3px solid #00618B;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 2.1vw;
        right: 0.6vw;
    }
    .orig_modal_x_btn_position{
        top: -1.5vw;
        right: -1.5vw;
    }
    .orig_modal_x_btn{
        width:4vw;
        height: 4vw;
        border: 4px solid #fff;
    }
    .orig_modal_x_btn::before, .orig_modal_x_btn::after {
        width: 0.5vw; 
        height:2.5vw;
    }     
    .orig_modal_btn_hokkaido{
        top: 3.5vw;
        right: 7.2vw;
    }
    .orig_modal_btn_tohoku{
        top: 12.5vw;
        right: 7.2vw;
    }
    .orig_modal_btn_kanto{
        top: 19.5vw;
        right: 8.2vw;
    }
    .orig_modal_btn_hokuriku{
        top: 6.8vw;
        right: 32.8vw;
    }
    .orig_modal_btn_tokai{
        top: 26.5vw;
        right: 11.5vw;
    }
    .orig_modal_btn_kansai{
        top: 32.5vw;
        right: 23vw;
    }
    .orig_modal_btn_shikoku{
        top: 32.5vw;
        right: 38.5vw;
    }
    .orig_modal_btn_chugoku{
        top: 13vw;
        right: 42vw;
    }
    .orig_modal_btn_kyusyu{
        top: 20vw;
        right: 57.5vw;
    }
}
