@charset "UTF-8";
/* CSS Document */
/*共通項目*/
body{
    font-size: 16px;
    font-family: 'Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    font-feature-settings : "palt" 1;
}
@media (min-width:992px) {
    body{
        letter-spacing: 1px;
    }
}
.contents-all-wrap {
    padding-top: 12rem;
}
.kadomaru25{
    display: block;
    padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9495e;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*div{
    background-image: url(/common/img/gray_gradation.svg);
    background-size: contain;
    background-repeat: repeat-x;
}*/
/*文字装飾など*/
.contents-all-wrap h1{
    font-size: 2rem;
    margin-bottom: 1rem;
    padding: 0.382rem 0;
    color: #e9495e;
    border-bottom: 0.382rem solid #e9495e;
}
/*p,.contents-all-wrap h3,.contents-all-wrap h4,.contents-all-wrap h5,.contents-all-wrap h6{*/
    /*padding-bottom: 1em;*/
/*}*/
p,.contents-all-wrap h3{
    padding-bottom: 1em;
}
p.img-box{
    padding-bottom: inherit;
}
.pink{color:#e9495e;}
.big-txt{
    font-size:1.618rem;
font-weight: bold;
}

/*ボタン*/
/*
.btn-primary{
    background-color: #004c69;
    border-color: #FFF;
    font-weight: bold;
}
*/

/*リンク*/
a,a:hover,a:active,a:visited{color:#e9495e;}
/*リンクここまで*/

/*吹き出し*/
.balloon2-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #e9495e;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 2em 1em;
}

.balloon2-right:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon2-right:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #e9495e;
    z-index: 1;
}

.balloon2-right p {
    text-align: center;
    margin: 0;
    padding: 0;
}

/*タブ*/
.tab-content > div{
padding: 1rem;
}

/*svg*/
#rentacartxt{
    fill: #FFF;
}
a.main-logo-a:hover{
    text-decoration: none;
}
#mainlogo .cls-1{fill:#e8485e;}
#mainlogo .cls-2{fill:#fff;}
#mainlogo .cls-3{fill:#00a8ea;}
#mainlogo .cls-4{fill:#8dc21f;}
#mainlogo .cls-5{fill:#f29600;}
#mainlogo .cls-6{fill:#e40050;}
#mainlogo .cls-7{fill:#fccf00;}

/*trainning-logo*/
#mainlogotest .cls-1{fill:#00a0e9;}
#mainlogotest .cls-2{fill:#fff;}
#mainlogotest .cls-3{fill:#e8485e;}
#mainlogotest .cls-4{fill:#00a8ea;}
#mainlogotest .cls-5{fill:#8dc21f;}
#mainlogotest .cls-6{fill:#f29600;}
#mainlogotest .cls-7{fill:#e40050;}
#mainlogotest .cls-8{fill:#fccf00;}

#mainlogotest-sp .cls-1{fill:#00a0e9;}
#mainlogotest-sp .cls-2{fill:#fff;}
#mainlogotest-sp .cls-3{fill:#e8485e;}
#mainlogotest-sp .cls-4{fill:#00a8ea;}
#mainlogotest-sp .cls-5{fill:#8dc21f;}
#mainlogotest-sp .cls-6{fill:#f29600;}
#mainlogotest-sp .cls-7{fill:#e40050;}
#mainlogotest-sp .cls-8{fill:#fccf00;}
/*trainning-logo*/

#wherebtn .cls-1{fill:#fff;}
#wherebtn .cls-2{fill:#e8485e;}
#whenbtn .cls-1{fill:#fff;}
#whenbtn .cls-2{fill:#e8485e;}
#typebtn .cls-1{fill:#fff;}
#typebtn .cls-2{fill:#e8485e;}
.icon{position: relative;}
.icon svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*svgここまで*/
/*nav*/

.nav-tabs {
    border-bottom: none;
}

.contents-all-wrap .nav-tabs .nav-link,.contents-all-wrap .nav-tabs .nav-link:active{
    border: 1px solid #e9495e;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #FFF;
    font-weight: normal;
    color:#e9495e;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    font-weight: bold;
    background-color: #e9495e;
    border-color: #e9495e;
    border-top-color: #e9495e;
    border-right-color: #e9495e;
    border-bottom-color: #e9495e;
    border-left-color: #e9495e;
}

.navbar-toggler {
    border: none !important;
}
.navbar-toggler .navbar-toggler-icon {
           background-image: url("/common/img/navbtn.svg");
       }
.icon.main-logo{
    max-height: 50px;
    max-width: 100%;
}

.header-sub-menu.only-pc{
    padding-bottom: 0;
}

@media (max-width:900px) {
    .header-sub-menu.only-pc,.header-sub-menu.only-pc li{
        line-height: 1rem !important;
    }
}

.header-sub-menu li{
    margin: 0;
    display: inline-block;
}
.header-sub-menu li a,.header-sub-menu li a:hover,.header-sub-menu li a:active,.header-sub-menu li a:visited{
    font-size: 0.8rem !important;
    letter-spacing: 0 !important;
    color:#999 !important;
    text-decoration: underline;
}

a.nav-link,a.nav-link:hover,a.nav-link:visited,a.nav-link:active{
    color:#e9495e;
}
.logo-submenu-area{
    background-color: #FFF;
    padding: 0.618em 0;
}
.navbar-dark a,.navbar-dark a:hover,.navbar-dark a:visited,.navbar-dark a:active{
    color:#FFF !important;
}

.fixed-top {z-index: 99999;}

.jumbotron .container-inner {
    padding-top: 1em;
    background-color: rgba(0,0,0,0.1);
    border-radius: 1.5rem;
}

@media (min-width: 1470px){
    #gnav .nav-item{
        width: 147px !important;
    }
    #gnav .navbar-nav a {
        font-size: 14px !important;
    }
}
@media (min-width: 768px) {
    footer .list-group-item {
        width: 19% !important;
        font-size: 1rem;
    }
}

@media (min-width: 992px) {

    #gnav li{
        text-align: center;
    }
    #gnav .nav-item{
        border-right: 1px solid #FFF;
        width: auto;
    }
    #gnav .nav-item:first-child{
        border-left: 1px solid #FFF;
    }
    #gnav .navbar-nav a{
        padding-left: 1em;
        padding-right: 1em;
        line-height: 1.5rem;
    }
    #gnav .FBBt{
        text-align: right;
        width: 147px;
    }
    #gnav .FBBt > *{
        display: inline-block;
    }
    #gnav .FBBt .iframe{
        float: right;
    }
    #gnav .navbar-nav a {
        font-size: 12px;
        white-space: nowrap;
    }

}


#gnav .navbar-nav{
    padding-bottom: 0;
}
/*navここまで*/
/*基本ボックス*/
.contents-all-wrap{
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-color: #FFF;
}
.container{
    padding: 1rem;
}
.cont-cover-1rem-padding{
    padding: 1rem;
    width: 100%;
}
.wrap > .container-fluid{
    padding: 0;
}

.container-cover-grayback {
    background: #FFF url(/common/img/gray_bk.jpg);
    background-size: 250px auto;
}


.card-type-list-bkgimg .gray-line-cover{
    background-image: url("/common/img/gray-line.png");
}
.card-type-list-bkgimg{
    /*width: 61.8%;
    margin: auto;*/
}
.card-type-list-bkgimg *{
    color: #FFF !important;
}
.card-type-list li{
    border-radius: 1rem !important;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
}
.column-with-bkgimg{
    background-repeat: no-repeat;
    background-clip:content-box;
    background-position: center center;
}
/*基本ボックスここまで*/
/*ムービー*/
.container-fluid-movie-cover{
    padding: 0 !important;
}
@media (min-width:768px ) {
    .container-fluid-movie-cover{
        min-height: 700px;
    }
}
/*メイン検索フォーム*/
.main-form-area{
    width:600px;
    padding: 1.618rem;
}
.main-form-kanban svg{
    width: 250px;
    height: 34.66px;
}
#search-form icon{
    height:4.236rem;
    width: 100%;
}
#search-form svg{
    height: 3rem;
    width: 3rem;
}
.main-form-btn{
    display: inline-block;
    width: auto;
    min-width: 150px;
    padding: 0.5rem 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.618rem;
    color: #e50051;
    /* box-shadow */
    box-shadow:0px 0px 12px 6px #e50051;
    /* border-radius */
    border-radius:50px;
/* react native */
}
.main-form-btn:hover{
    color: #e50051;
    box-shadow:0px 0px 6px 3px #e50051;
    opacity: 0.98;
}
#search-form .btn-info{
    background-color: #FFF !important;
    border-color: #e50051;
    border-bottom: 5px solid hsla(339, 100%, 33%, 1) !important;
}
#view-pc-search-button i{
    vertical-align: middle;
}
.main-form-area{
    position: absolute;
    top:15rem;
    left: 50px;
    background-color: #e9495e;
    /*margin: auto 0;*/
    max-width:450px;
    z-index: 99998;
}
.main-form-area input{
    background-color: #FFF !important;
    width: 100% !important;
}
/*その他検索ラジオボタン表示修正*/
.main-form-area .other-radio input{
    background-color:#000 !important;
}
.main-form-area .fukidashi{
    margin-right: -2px;
    width: 5%;
    height: auto;
    display: inline-block;
}
.main-form-input{
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 1.618rem auto;
    border: none;
    font-size: 1rem;
    line-height: 1.618rem;
}
.main-form-input-where{
    background-image: url(/common/img/main_btn_g.png);
}
.main-form-input-when{
    background-image: url(/common/img/main_btn_y.png);
    font-size: 1rem;
    line-height: 1.618rem;
    padding-right: 0;
    word-spacing: 0;
}
.main-form-area input:placeholder-shown{
    font-size: 1rem !important;
}
.main-form-area input::-webkit-input-placeholder{
    font-size: 1rem !important;
}
.main-form-area input:-ms-input-placeholder{
    font-size: 1rem !important;
}
.main-form-area input::-moz-placeholder{
    font-size: 1rem !important;
}

.main-form-input-type{
    background-image: url(/common/img/main_btn_b.png);
}

/*モーダル*/
.iziModal{
    border-radius: 15px !important;
    z-index: 999999 !important;
    margin-top: 2rem !important;
}
.iziModal .nav li a,.iziModal .nav td{
    color:#FFF !important;
}
.iziModal .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    text-align: center;
}
.iziModal .nav-tabs .nav-link a{
    border: none;
}

.iziModal .nav-tabs {
    border-bottom: none;
}

.iziModal .tab-content {
    border: 3px solid #FFF;
    border-top: none;
    color: #FFF;
}
.iziModal .tab-content table {
    background-color: #FFF;
    color: #000;
}
.iziModal .nav-tabs .nav-item {
    border-bottom: 3px solid #FFF ;
}
.iziModal .nav-tabs .nav-item.show .nav-link, .iziModal  .nav-tabs .nav-link.active {
    border: 3px solid #FFF;
    border-bottom: none ;
}
.iziModal .breadcrumb{
    background: none;
    line-height: 1;
    margin: 0;
    padding: 0 0 0.618em 0;
    text-decoration: underline;
}

.iziModal .breadcrumb-item a{
    font-size:0.618rem;
    color: #FFF;
}


.iziModal .tab-content > div {
    padding-top: 0.618em;
}


.iziModal-header-subtitle{
    display: none !important;
}
.iziModal .breadcrumb-item+.breadcrumb-item::before {
    color: #FFF !important;
}
.iziModal .iziModal-button{
    opacity: 1;
}
.iziModal .breadcrumb-item+.breadcrumb-item::before {
    content: none;
}
.iziModal .nav-tabs{
    font-weight: bold;
}
/*place*/
.place-modal .breadcrumb-item a:before{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size:0.618rem;
    content: '\f0da';
    color: #FFF;
}
.place-modal .tab-pane td:before{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f061';
    color: #000;
    padding-right: 0.5em;
}
.place-modal .iziModal-header, .place-modal .iziModal-wrap{
    background-color: #8fc31e !important;
}
.iziModal-header h2{
    border: none !important;
}

.place-modal{
    border-bottom-color:#314322 !important;
}

.place-modal .iziModal-header p{
    color: #FFF !important;
}

.place-modal .tab-content{background-color: #668c33;}
.place-modal .tab-content td{
    background-color: #FFF;
    color: #000;
}
.place-modal .nav-tabs .nav-item.show .nav-link, .place-modal  .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #668c33;
}
.place-modal .btn-primary {
    background-color: #521ec3;
    border-color: #314322;
    font-weight: bold;
}
.place-modal .btn-info{
    background-color: #A840C2;
    border-color: #A840C2;
    font-size: 1em;
 }
.place-modal .btn-info i{
    padding-left: 0.618rem;
    font-size: 1em;
}
/*date*/
.date-modal .iziModal-header,.date-modal .iziModal-wrap{
    background-color: #f3c925 !important;
}
.date-modal .nav-tabs .nav-item.show .nav-link, .date-modal  .nav-tabs .nav-link.active, .date-modal .tab-content {
    color: #FFF;
    background-color: #ba9b20 !important;
}

.date-modal .date-decide {
    background-color: #254ff3;
    border-color: #FFF;
    font-weight: bold !important;
    color: #FFF !important;
    width: 61.8%;
    margin: auto;
}
.date-modal table{
    background-color: #FFF;
    color: #000;
}
.date-modal .td-today {
    background-color: #FFF;
}
.date-modal .td-selected{
    background-color: #edc00c;
    color: #FFF;
    font-weight: bold;
}


    /*class*/
.car-class-modal td{
    color: #999;
}
.car-class-modal .iziModal-header,.car-class-modal .iziModal-wrap{
    background-color: #00a8eb !important;
}
.car-class-modal .nav-tabs .nav-item.show .nav-link, .car-class-modal  .nav-tabs .nav-link.active, .car-class-modal .tab-content{
    color: #FFF;
    background-color: #007eae !important;
}
.car-class-modal .car-class-decide {
    background-color: #eb4300;
    border-color: #FFF;
    font-weight: bold;
    color: #FFF;
    width: 61.8%;
    margin: auto;
}
.car-class-modal .choice-car-class {
    background-color: #4bb5df;
    color: #FFF;
    font-weight: bold;
}
/*footer-notice*/
.main-form-selected-notice-main{
}
.main-form-selected-notice-item{
    font-size: 0.618rem;
    padding: 1em;
    text-align: right;
    background-position: left center;
    background-size: 3rem;
    background-repeat: no-repeat;
    position: relative;
    background-color: #f9f9f9;
}
.main-form-selected-notice-item:after{
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
    content: "\f021";
    font-weight: bold;
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.main-form-selected-notice-place{
    background-image: url("/common/img/map.svg");
}
.main-form-selected-notice-date{
    background-image: url("/common/img/watch2.svg");
}
.main-form-selected-notice-type{
    background-image: url("/common/img/car3.svg");
}
.footer-kensaku-btn-cover{
    position: relative;
}
.footer-kensaku-btn-cover:before{
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
    content: "\f0d7";
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*借りられる車種一覧*/
.car-list-modal .iziModal-header{
    background-color: #00a8eb !important;
}
.car-list-modal{
    border-color: #00a8eb !important;
}
.car-list-modal .btn-primary{
    background-color: #00a8eb;
    border-color: #FFF;
    font-weight: bold;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
    border-radius: 1.25rem;
}

/*アーカイブページ*/
.archive-page .card-title{
padding-bottom: 0;
}
.archive-page .card-body {
    font-size: 1rem;
}
.shop-name-absolute{
    position:absolute !important;
    left:0 !important;
    top:0 !important;
    padding: 0.382rem !important;
    background-color: rgba(255,255,255,0.5) !important;
    width: 100% !important;
    cursor: pointer;
}
.shop-name-absolute .card-title{
    margin-bottom: 0;
    padding-right: 1em;
    font-size: 1rem;
    color: #000;
    cursor: pointer;
}
.shop-name-absolute span{
    color: #e9495e !important;
    font-weight: bold;
    cursor: pointer;
}
.shop-name-absolute .card-text{
    padding-bottom: 0;
    cursor: pointer;
}
.tab-pane-map > .row{
    padding: 1em !important;
}

/*車を選ぶモーダル*/
@media screen and (max-width: 767px) {
    .car-list-modal table{
        border: 3px solid #dee2e6;
        border-radius: 0;
    }
    .car-list-modal th {
        display: none;
    }

    .car-list-modal td {
        width: 100%;
        display: block;
    }
    .car-list-modal p{
        text-align: center;
    }
    .car-list-modal button {
        margin: auto;
        display: block;
    }
}

/*チェックボックス装飾*/
.input-cover{
    margin: auto;
    border: 3px solid #e9495e;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    width: 3rem;
    height: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 3rem;
}
.input-cover span:before{
    color: #e9495e;
    font-size: 3rem;
}
.option-select-label{
    width: 100%;
}

.input-cover{
    position: relative;
}

.input-cover input{
    visibility: hidden;
    position: absolute;
}
.input-cover input + span:before{
    content: "";
    display: block;
    left: 5px;
    width: 7px;
    height: 14px;

}
.input-cover input:checked + span:before{
    content: "\02714";
    display: block;
    left: 5px;
    width: 7px;
    height: 14px;
}
/*チェックボックス装飾*/


/*メイン検索フォームここまで*/
/*オリジナルlist*/
.list-group-item-no-border li{
    border: none;
}
.list-group-item-no-border li:before{
    content: '・';
}
.list-group-item{
    -webkit-background-size: cover;
    background-position: center;
    padding: 0;
    border-radius: .25rem;
    overflow: hidden;
}
.list-group-item-inner{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    color:#FFF;
    padding: 1rem;
}
.card-type-list > li{
    margin-bottom: 1rem;
}
.list-group-item li{
    border: none;
}
/*オリジナルlistここまで*/
/*バナーエリア*/
.banner-area{}
/*スクエアバナーエリア*/
.banner-area-square a{
margin-bottom: 1rem;
}
/*バナーエリアここまで*/
/*フッター*/
footer{
    padding-bottom: 1rem;
}
footer ul{
    display: block;
}
footer li{
    display: inline;
}
footer .list-group{
    display: block;
    padding-bottom: 3rem;
}
footer .list-group-item{
    padding: 0.618rem;
    width: auto;
    display: inline-block;
    border: none;
    border-bottom:2.618px solid #FFF;
    background: none;
    border-radius: 0;
}
@media(min-width:768px){
    footer .list-group-item{
        /*text-align: center;*/
    }
}
footer .list-group-item img{
    width: auto;
    height: 50px;
    padding-right: 0.618rem;
}
footer .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
footer em,footer a,footer a:hover,footer a:active,footer a:visited{
    color:#FFF;
    font-style: normal;
}
footer a:hover{
    text-decoration: none;
}

.footer-sitemap{
    margin-bottom: 1em;
}

.footer-sitemap li {
    display: inline-block;
    /*font-size: 0.618rem;*/
    font-size: 0.8rem;
    margin: 0 1rem 0 0;
    line-height: 1rem;
}
.footer-sitemap li:before{
    content: "・";
    color: #FFF;
}

/*コンテンツ内仕様*/
h2{
    margin-bottom: 1rem;
    padding: 0.382rem 0;
    color:#e9495e;
    border-bottom: 0.382rem solid #e9495e;
}
h2 img{padding-right: 0.382rem;}
.card{
    overflow: hidden;;
}
/*
.btn-info{
    color: #e50051;
    border-color: #e50051;
    background-color: #FFF;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
shadowColor: "#e50051", shadowOffset:{width:0,height:0}, shadowOpacity:1, shadowRadius:6, borderWidth:0, borderColor:"#e50051", borderRadius:50;
}
*/
.btn-light,.btn-light:hover{
    background-color: #FFF;
}
.btn-light{
    font-weight: bold;
    color: #e50051;
    /* box-shadow */
    box-shadow:0px 0px 6px 3px #e50051;
}
.btn-light:hover{
    color: #e50051;
    box-shadow:0px 0px 6px 3px #e50051;
    opacity: 0.98;
}
.card-img-top {
    opacity: 0.8;
}
.card-img-top:hover {
    opacity: 1;
}
.shop-name-absolute{
    color: #FFF;
}

/*ボタン*/

.btn-red-border-white-back{
    margin: 1em 0;
    font-weight: bold;
    color: #e50051;
    border-color: #e50051;
    background-color: #FFF;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
}
/*
input, textarea, select {
    border: 1.618px solid #e9495e !important;
}*/

/*ページネーション*/
.pagination{
    margin-bottom: 1rem;
}
.pagination .page-link{color:#e9495e;}
.pagination li a,.pagination li span{
    border-color:#e9495e !important;
}


.pagination .page-item.active .page-link{
    background-color: #e9495e;
}

/*インプットプレースホルダー*/
input:focus:placeholder-shown {
    color: transparent;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

/*セレクト基礎*/
select {
    height: 3em;
    padding: 1em;
}

/*ログイン*/
.login-page .btn-danger{
    background-color: rgba(233,73,94,0.5);
    border-color: #FFF;
}
.login-page .btn-primary{
    background-color: #e9495e;
    border-color: #e9495e;
    font-weight: bold;
}
.login-page form{
    margin: auto;
    width: 61.8%;
}

/*アーカイブ*/
.archive-page .card{margin-bottom: 0}


/*店舗一覧*/
.base-contents-list .main-form-btn{
    border-color: #e50051 !important;
}

/*facebookボタン*/
.FBBt iframe{
    width: 95px;
    margin-bottom: -7px;
}

.display-sum-num{
    margin-bottom: 1rem;
    color: #FFF;
    font-size: 1.618em;
    background-color: #f7a7af;
    display: inline-block;
    padding: 0 0.618em;
}

/*文字装飾追加*/
.gray-back-area{
    margin: 0 auto 1rem;
    padding: 1em;
    background-color: #f9f9f9;
}
.fa-cc-visa{color:#ffb11a;}
.fa-cc-mastercard{color:#ff0011;}
.fa-cc-jcb{color:#009e31;}
.fa-cc-amex{color:#006bbe;}
.fa-cc-diners{color:#0069ad;}
.red{
    color: #FF0000;
}
/*日付表示*/
.dayandtime{
    background-color: #f7a7af !important;
    padding: 0.25em !important;
    color: #FFF !important;
    border-radius: 0 !important;
}

/*FBボタン*/
#gnav a.fb-page-link-btn{
    display: inline-block !important;
    background-color: #4267b2 !important;
    font-size: 11px !important;
    border-radius: 3px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-decoration: none !important;
    padding: 0 4px !important;
    width: 95px !important;
    text-align: center !important;
    vertical-align: middle;;
}
/*footer修正*/
@media (min-width:768px) {
    .md-flex-direction-unset .list-group-item{
        margin-left:2px;
        margin-right:2px;
    }
}
/*header修正*/
@media (min-width:992px) {
    .gnav-flex-initial {
        flex: initial !important;
    }
}
/* 点滅 */
.go-search{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {box-shadow: 0px 0px 12px 6px #e50051;}
    100% {box-shadow: 0px 0px 12px 6px #e50051;}
}
@-moz-keyframes blink{
    0% {box-shadow: 0px 0px 12px 6px #ff919c;}
    100% {box-shadow: 0px 0px 12px 6px #e50051;}
}
@keyframes blink{
    0% {box-shadow: 0px 0px 12px 6px #ff919c;}
    100% {box-shadow: 0px 0px 12px 6px #e50051;}
}

/*区切り線*/
.dot-pink-border-end{
    border-bottom: 3px dotted #e9495e;
}
/*ie対応*/
@media all and (-ms-high-contrast: none) {
    .notice-border{
        background-position: right -2em !important;
    }
}

/*エラーページ修正*/
.error-page-main-cont{
    text-align: center;
}
@media(max-width:767px){
    .error-page-main-cont img{
        width: 100% !important;
    }
}
.pink-btn{
    background-color: #e9495e !important;
    border-color: #e9495e !important;
    font-weight: bold !important;
}

/*style外部化*/
.contents-all-wrap-pt4rem{
    padding-top: 4rem !important;
}
.original-p4rem{padding:4rem !important;}
.original-px4rem{padding:0 4rem !important;}
.original-py4rem{padding:4rem 0 !important;}
.original-pl4rem{padding-left:4rem !important;}
.original-pr4rem{padding-right:4rem !important;}
.original-pt4rem{padding-top:4rem !important;}
.original-pb4rem{padding-bottom:4rem !important;}


/*ハッピートルネード*/
.floating {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: none;
  width: 200px;
  z-index: 99999;
  background-color: #fff;
  box-shadow: -1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}
.floating img{
  transition: all  0.3s ease;
}
.floating img:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media (max-width:767px) {
  .floating {
    width: 120px;
  }
}
