@charset "utf-8";

/**********************************************************************
ヘッダーエリア（responsive）
**********************************************************************/
#headerArea {
    width: 100%;
    font-size: 1.35rem;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #c0c0c0;
    position: fixed;
    z-index: 4;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    #headerArea {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    #headerArea #header {
        order: 1;
        /* position: fixed; */
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
        /* z-index: 9; */
    }

    .sp-menu {
        order: 3;
    }
}

#headerArea #topHomeBtn {
    height: 60px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

#headerArea #topHomeBtn img {
    height: 100%;
}

#headerArea #header {
    padding-top: 10px;
}

#headerArea #header .headerMain {
    display: flex;
    justify-content: space-between;
    box-shadow: -5px 2px 2px grey;
    padding: 0 20px;
}

#headerArea #header ul.headerMenuList {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: 65px;
    box-sizing: border-box;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
}

#headerArea #header ul.headerMenuList #topHomeBtn {
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#headerArea #header ul.headerMenuList #topHomeBtn a {
    display: block;
    line-height: 1.0;
}

#headerArea #header ul.headerMenuList #topHomeBtn img {
    width: 150px;
    height: 43px;
}

#headerArea #header ul.headerMenuList li.topMenuBtn {
    cursor: default;
    z-index: 5;
}

#headerArea #header ul.headerMenuList li.topMenuBtn span.parent_menu {
    padding: 5px 10px 3px;
    display: block;
    color: #111;
    font-size: 1.8rem;
    position: relative;
    padding: 20px;
}

#headerArea #header ul.headerMenuList li.topMenuBtn span.parent_menu:hover {
    text-decoration: underline #cf001b 4px;
}

#headerArea #header ul.headerMenuList li.topMenuBtn span.parent_menu:hover {
    cursor: pointer;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_01 {
    color: #cb162c;
    border-bottom: 2px solid #cb162c;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_01:before {
    color: #cb162c;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_02 {
    color: #4a89dc;
    border-bottom: 2px solid #4a89dc;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_02:before {
    color: #4a89dc;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_03 {
    color: #8cc152;
    border-bottom: 2px solid #8cc152;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_03:before {
    color: #8cc152;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_04 {
    color: #f6bb42;
    border-bottom: 2px solid #f6bb42;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_04:before {
    color: #f6bb42;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_05 {
    color: #CF2E92;
    border-bottom: 2px solid #CF2E92;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_05:before {
    color: #CF2E92;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_06 {
    color: #3bafda;
    border-bottom: 2px solid #3bafda;
}

#headerArea #header ul.headerMenuList li.active_menu > span.menu_06:before {
    color: #3bafda;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_bg,
#headerArea #header .menu_bg {
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
    position: fixed;
    /*	top: 65px;*/
    top: 136px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(20, 20, 20, 0.4);
    transition: all .2s ease-out;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content {
    position: absolute;
    display: none;
    z-index: 4;
    top: 55px;
    border-top: 12px solid #c3c7e200;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 980px;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner {
    display: flex;
    background-color: #fff;
    width: 100%;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .title {
    width: 290px;
    box-sizing: border-box;
    background-size: cover;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .title .title_inner {
    height: 100%;
    box-sizing: border-box;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .title .title_inner p.main {
    color: #fff;
    font-weight: 900;
    font-size: 2.4rem;
    padding: 5px;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, 0.8);
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .title .title_inner p.sub {
    color: #fff;
    font-weight: 900;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.8);
}


#headerArea #header ul.headerMenuList li.topMenuBtn .menu_01_content .menu_content_inner .title {
    /*
	border: 5px solid #cb162c;
	background-color: #cb162c;
*/
    /*	border-top: 5px solid #cb162c;*/
    background-image: url("../img/menu_01_bg.jpg");
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_02_content .menu_content_inner .title {
    /*
	border: 5px solid #4A89DC;
	background-color: #4A89DC;
*/
    /*	border-top: 5px solid #4A89DC;*/
    background-image: url("../img/menu_02_bg.jpg");
    background-position: 40% 0;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_03_content .menu_content_inner .title {
    /*
	border: 5px solid #8CC152;
	background-color: #8CC152;
*/
    /*	border-top: 5px solid #8CC152;*/
    background-image: url("../img/menu_03_bg.jpg");
    background-position: center top;
    background-size: 180%;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_04_content .menu_content_inner .title {
    /*
	border: 5px solid #F6BB42;
	background-color: #F6BB42;
*/
    /*	border-top: 5px solid #F6BB42;*/
    background-image: url("../img/menu_04_bg.jpg");
    background-position: center;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_05_content .menu_content_inner .title {
    /*
	border: 5px solid #3BAFDA;
	background-color: #3BAFDA;
*/
    /*	border-top: 5px solid #3BAFDA;*/
    background-image: url("../img/menu_05_bg.png");
    background-position: center top;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_06_content .menu_content_inner .title {
    /*
	border: 5px solid #3BAFDA;
	background-color: #3BAFDA;
*/
    /*	border-top: 5px solid #3BAFDA;*/
    background-image: url("../img/menu_05_bg.jpg");
    background-position: center top;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_01_content .menu_content_inner .title:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#cb162c), to(#272d2f));
    background: -moz-linear-gradient(left, #cb162c, #272d2f);
    background: linear-gradient(left, #cb162c, #272d2f);
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_02_content .menu_content_inner .title:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#4A89DC), to(#272d2f));
    background: -moz-linear-gradient(left, #4A89DC, #272d2f);
    background: linear-gradient(left, #4A89DC, #272d2f);
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_03_content .menu_content_inner .title:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#8CC152), to(#272d2f));
    background: -moz-linear-gradient(left, #8CC152, #272d2f);
    background: linear-gradient(left, #8CC152, #272d2f);
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_04_content .menu_content_inner .title:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#F6BB42), to(#272d2f));
    background: -moz-linear-gradient(left, #F6BB42, #272d2f);
    background: linear-gradient(left, #F6BB42, #272d2f);
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_05_content .menu_content_inner .title:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#CF2E92), to(#272d2f));
    background: -moz-linear-gradient(left, #CF2E92, #272d2f);
    background: linear-gradient(left, #CF2E92, #272d2f);
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_06_content .menu_content_inner .title:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#3bafda), to(#272d2f));
    background: -moz-linear-gradient(left, #3bafda, #272d2f);
    background: linear-gradient(left, #3bafda, #272d2f);
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content {
    width: calc(100% - 290px);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content .link_content {
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 40px 45px 40px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #4d4d4d;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content.support .link_content {
    padding: 20px 45px 20px 40px;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content.support .link_content.wide {
    width: 100%;
    /*
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
*/
    padding: 37px 45px 37px 40px;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content .link_content::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    color: #4d4d4d;
    font-size: 2.4rem;
    right: 15px;
    top: calc(50% - 10px);
    transition: all .2s;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content .link_content.beforeNone {
    pointer-events: none;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content .link_content.beforeNone::before {
    content: none;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content .link_content:hover {
    background-color: #f9f9f7;
    color: #000;
    transition: all .2s;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_01_content .menu_content_inner .content .link_content:hover::before {
    color: #cb162c;
    transition: all .2s;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_02_content .menu_content_inner .content .link_content:hover::before {
    color: #4a89dc;
    transition: all .2s;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_03_content .menu_content_inner .content .link_content:hover::before {
    color: #8cc152;
    transition: all .2s;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_04_content .menu_content_inner .content .link_content:hover::before {
    color: #f6bb42;
    transition: all .2s;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_05_content .menu_content_inner .content .link_content:hover::before {
    color: #3bafda;
    transition: all .2s;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content .link_content span.main {
    font-size: 2.0rem;
    font-weight: 900;
    line-height: 1.0;
    margin-bottom: 10px;
    padding: 0;
}

#headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content .link_content span.sub {
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0;
}


@media screen and (max-width: 930px) {
    #headerArea #header ul.headerMenuList li.topMenuBtn span.parent_menu {
        font-size: 1.4rem;
    }

    #headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .title {
        width: 200px;
    }

    #headerArea #header ul.headerMenuList li.topMenuBtn .menu_03_content .menu_content_inner .title {
        background-size: 275%;
    }

    #headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content {
        width: calc(100% - 200px);
    }

    #headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .title .title_inner p {
        font-size: 2.0rem;
    }

    #headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .title .title_inner {
        padding: 40px;
    }

    #headerArea #header ul.headerMenuList li.topMenuBtn .menu_content .menu_content_inner .content .link_content {
        padding: 40px 45px 40px 40px;
    }
}

@media screen and (max-width: 768px) {
    #headerArea #header ul #topHomeBtn {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.sp-menu .phone {
    display: block;
    text-align: center;
    padding: 10px;
    background: wheat;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: dodgerblue;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.phone .small {
    font-size: 1rem;
}

/**********************************************************************
ハンバーガーメニュー
**********************************************************************/
.sp-menu {
    position: fixed;
    width: 100%;
    /* height: calc(100vh - 65px); */
    height: 100vh;
    /* margin-top: 70px; */
    display: none;
    background-color: #c40e0e;
    background-color: #e44444;
    z-index: 3;
    overflow-y: scroll;
    overflow: -moz-hidden-unscrollable;
}

.sp-menu::-webkit-scrollbar {
    display: none;
}

.sp-menu .sp_other_info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    /* padding: 20px; */
    padding: 40px 20px 20px;
    margin-bottom: 20px;
    flex-direction: column;
    color: #fff;
}

.sp-menu .sp_other_info p.sp_menu_title {
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 5px;
}

.sp-menu .sp_other_info .sp_menu_groups {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.sp-menu .sp_other_info .sp_menu_groups > p {
    width: 50%;
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.sp-menu .sp_other_info .sp_menu_groups > p:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #cb162c;
    font-size: 1.6rem;
    right: 10px;
    top: calc(50% - 10px);
    transition: all .2s;
}

.sp-menu .sp_other_info .sp_menu_groups > p:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
}

.sp-menu .sp_other_info .sp_menu_groups > p a {
    padding: 15px;
    color: #4d4d4d;
    display: block;
    line-height: 1.0;
}

.sp-menu .sp_other_info .sp_menu_groups > p.menu-car-search a {
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
    background: #7667b1;
}

.sp-menu .sp_other_info .sp_menu_groups > p.menu-car-search:before {
    color: white;
}

.sp-menu .sp_other_info p.copyright {
    text-align: center;
}


@media screen and (max-width: 768px) {

    /*スマホハンバーガーメニュー制御アイコン*/
    nav.sp-menu-icon {
        width: 25px;
        height: 30px;
        top: 28px;
        right: 15px;
        position: fixed;
        cursor: pointer;
        overflow: hidden;
        z-index: 10;
    }

    nav.sp-menu-icon .menu1 {
        width: 25px;
        height: 2px;
        background-color: #000;
        top: 0px;
        position: absolute;
    }

    nav.sp-menu-icon .menu2 {
        width: 25px;
        height: 2px;
        background-color: #000;
        top: 8px;
        position: absolute;
    }

    nav.sp-menu-icon .menu3 {
        width: 25px;
        height: 2px;
        background-color: #000;
        top: 16px;
        position: absolute;
    }

    /* 動き */
    nav.sp-menu-icon .menu1,
    nav .menu2,
    nav .menu3 {
        transition: all 0.5s ease-out;
    }

    nav.sp-menu-icon .menu1,
    nav .menu2,
    nav .menu3 {
        transition: all 0.5s ease-out;
    }

    nav.sp-menu-icon .menuclick1 {
        top: 8px;
        transform: rotate(405deg);
    }

    nav.sp-menu-icon .menuclick2 {
        background-color: rgba(255, 255, 255, 0);
    }

    nav.sp-menu-icon .menuclick3 {
        top: 8px;
        transform: rotate(-405deg);
    }
}

/*営業時間*/

#business_day {
    background-color: #fff;
}

#business_day #business_day_title {
    background: #cf001b;
    color: white;
    font-weight: bold;
    width: 100%;
    font-size: 2.4rem;
}

#business_day .business_day_content {}

#business_day .business_day_content dl.business_day {
    width: 98%;
    max-width: 620px;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: center;
    font-size: 1.4rem;
    flex-direction: column;
}

#business_day .business_day_content dl.business_day dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    padding: 10px 0 0 ;
    font-size: 2rem;
}

#business_day .business_day_content dl.business_day dd {
    padding: 5px 0 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
        margin-bottom: -5px;
}

#business_day .business_day_content dl.business_day dd span {
    font-size: 3rem;
    text-align: center;
    color: #cf001b;
    font-weight: bold;
}

#business_day .business_day_content dl.customer_support {
    background: #f0f0ee;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
}

#business_day .business_day_content dl.customer_support dt {
    font-weight: bold;
}

#business_day .business_day_content dl.customer_support dd a {
    font-weight: bold;
    color: #cf001b;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    letter-spacing: 1.8px;
}

#business_day .business_day_content dl.customer_support dd a img {
    height: 20px;
    margin-right: 5px;
}


#business_day .customer_support p.free_number {
    background: url(../img/free_dial.png) no-repeat left 20px center;
    text-align: center;
    padding-left: 75px;
    padding-right: 38px;
    font-size: 2.8rem;
    font-weight: 900;
    color: #4d4d4d;
    width: initial;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.1;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #business_day .customer_support p.free_number {
        padding-left: 65px;
        padding-right: 15px;
    }
}


/* ------------------------------------
 *        	モーダルウィンドウ
------------------------------------ */
.mainVisualModal {
    position: relative;
    padding: 20px;
    width: 90%;
    max-width: 640px;
    margin: 80px auto 0;
    text-align: center;
    box-sizing: border-box;
}

.mainVisualModal .calendar_title {
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
    .mainVisualModal h2 {
        font-size: 1.8rem;
    }
}

.mainVisualModal .image {
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
}

.mainVisualModal .image img {
    width: 100%;
    height: auto;
    max-width: 640px;
    border: 1px solid #ccc;
}

.mainVisualModal p {
    margin: 5px auto;
    width: 315px;
    max-width: 100%;
}

.mainVisualModal p.caption {
    margin-bottom: 10px;
}


#business_day p.content {
    text-align: center;
    color: #4d4d4d;
    font-size: 1.4rem;
    line-height: 1.4;
    width: initial;
    margin-bottom: 0px;
    margin-top: 0px;
    width: initial;
}

/* ------------------------------------
 *        	20240607 header修正
------------------------------------ */
.headTitle {
    order: 2;
    width: 100%;
    height: 60px;
    /* margin-top: 70px; */
    padding: 10px 5px 5px;
    color: #cf001b;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}
.online .headTitle {
    padding-top: 5px;
}
.headTitle strong {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}
#headerArea #header .headerMain {
    align-items: center;
}
.headInfo {
    flex: auto;
    height: 50px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #c0c0c0;
    color: #cf001b;
    font-weight: bold;
    white-space: nowrap;
}
.headInfo .head_text strong {
    font-size: 1.5em;
    font-weight: bold;
}
.headInfo .head_link {
    margin-left: 10px;
    color: #cf001b;
    font-size: 0.8em;
}
.headBtn {
    position: relative;
    top: -10px;
    right: -20px;
    margin-bottom: -10px;
}
.headBtn .btn_list {
    display: flex;
}
.headBtn .btn_item a {
    display: flex;
    height: 70px;
    color: #fff;
}
.headBtn .btn_item .telephone {
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: #4ab6ad;
}
.headBtn .btn_item .telephone::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-top: 12px;
    margin-right: 5px;
    background: url(../img/tel.png) no-repeat center / contain;
    transform:rotate(10deg);
}
.headBtn .btn_item .telephone_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}
.headBtn .btn_item .telephone_text span:nth-child(2) {
    font-size: 1.8em;
    letter-spacing: 0.05em;
    line-height: 1;
}
.headBtn .btn_item .telephone_text span:nth-child(3) {
    font-size: 0.8em;
    font-weight: normal;
}
.headBtn .btn_item .reservation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
    padding: 0 20px;
    background-color: #5d9de8;
    font-size: 1.2em;
    font-weight: bold;
}
.headBtn .btn_item .reservation::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/mail.png) no-repeat center / contain;
}
@media screen and (max-width: 991px) {
    .headInfo {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 1.1rem;
    }
    .headBtn {
        font-size: 1rem;
    }
    .headBtn .btn_item .telephone {
        padding: 12px 10px;
    }
    .headBtn .btn_item .reservation {
        padding: 10.5px 15px;
    }
}
