@charset "UTF-8";
/* CSS Document */

/* ボタンアクション */
.button {
    position: relative;
    box-sizing: border-box;
    border: 2px solid #01608c;
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #FFF;
    border: 1px solid #fff;
    color: #fff;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button:link, .button:visited {
    color: #FFF;
}
.button::before, .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #a40000;
}
.button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.button::before {
    right: 0;
}
.button::after {
    left: 0;
}
.button:hover::before, .button:hover::after {
    width: 0;
    background-color: #FFF;
}

/* 共通フォント */
.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}



/* menu　共通 */
#container #menu {
    width: 100%;
    background-color: #fff;
    color: #000;
}

#container #menu .menu_box {
    margin-top: 60px;
}

#container #menu .menu_box ul {
    
}

#container #menu .menu_box li {
    float: left;
    margin-right: 60px;
    margin-bottom: 60px;
}

#container #menu .menu_box li:nth-child(2),
#container #menu .menu_box li:nth-child(4){
    margin-right: 0px;
}


/* menu テキスト */
#container #menu .textarea {
    width: 870px;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 60px;
}

#container #menu .textarea .title {
    text-align: center;
}

#container #menu .textarea ul{
    margin-top: 40px;
}

#container #menu .textarea ul li{
    float: left;
    width: 335px;
    margin: 20px 50px 0px 50px;
    height: 80px;
    text-align: left;
}


/* menu ソフトクリーム */
#container #menu .softarea {
    width: 900px;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 60px;
}

#container #menu .softarea .box {
    width: 900px;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 60px;
}

#container #menu .softarea .box .box_l {
    float: left;
    width: 351px;
}

#container #menu .softarea .box .box_r {
    float: right;
    width: 500px;
}

#container #menu .softarea .box ul{

}

#container #menu .softarea .box ul li{
    float: left;
    margin-left: 50px;
    margin-bottom: 20px;
}


/* menu ラーメンセレクト */
#container #menu .select {
    width: 900px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

#container #menu .select .title {
    margin-bottom: 90px;
}

#container #menu .select ul{

}

#container #menu .select ul li{
    float: left;
    margin-left: 30px;
    margin-bottom: 35px;
}

#container #menu .select ul li:nth-child(3),
#container #menu .select ul li:nth-child(6),
#container #menu .select ul li:nth-child(9){
    margin-left: 0px;
}





/* menu NAVI */
#container #menu .menu_navi {
    width: 100%;
    background-color: #2f2725;
}

#container #menu .menu_navi ul {
    width: 1000px;
    margin: auto;
    padding: 18px 0px;
    font-size: 14px;
    color: #FFF;
}

#container #menu .menu_navi ul li {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px #fff solid;
}

#container #menu .menu_navi ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

#container #menu .menu_navi ul li a {
    text-decoration: none;
    color: #888;
}

#container #menu .menu_navi ul li .current {
    text-decoration: none;
    position: relative;
}

#container #menu .menu_navi ul li .current:after {
    content:"";
    width: 70px;
    height: 3px;
    background-color: #a40000;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}





/* menu お子さまメニュー */
#container #menu .okosama {
    width: 900px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}

#container #menu .okosama .sabu_menu {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    margin: 50px 0px;
    padding: 80px 0px;
}

#container #menu .okosama .sabu_menu ul {
    
}

#container #menu .okosama .sabu_menu ul li {
    float: left;
    margin-right: 45px;
    width: 270px;
}

#container #menu .okosama .sabu_menu ul li:last-child {
    margin-right: 0px;
}

#container #menu .okosama .rinyusyoku {
    
}

#container #menu .okosama .osirase_box {
    margin: 80px 0px;
}

#container #menu .okosama .osirase_box .box_l {
    float: left;
}

#container #menu .okosama .osirase_box .box_r {
    float: right;
}


/* menu 限定 */
#container #menu .gentei {
    width: 900px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}

/* menu ランチ */
#container #menu .lunch {
    width: 900px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}

/* menu セットメニュー */
#container #menu .set {
    width: 900px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}

/* menu ちょい呑みメニュー */
#container #menu .choinomi {
    width: 900px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}


/* menu サイドメニュー */
#container #menu .side {
    width: 900px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}



/* menu ラーメン */
#container #menu .ramen {
    width: 100%;
    padding-bottom: 100px;
}


#container #menu .ramen .nikkusoba_mv {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../menu/img/ra-men/nikusoba_main.png);
}

#container #menu .ramen .tonkotsu_mv {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../menu/img/ra-men/tonkotsu_main.png);
}

#container #menu .ramen .syouyu_mv {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../menu/img/ra-men/syouyu_main.png);
}

#container #menu .ramen .menu_contents {
    width: 1000px;
    margin: auto;
    margin-top: 50px;
}

#container #menu .ramen .menu_contents ul {
    
}

#container #menu .ramen .menu_contents ul li {
    float: left;
    width: 500px;
    border-bottom: #000 1px solid;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

#container #menu .ramen .menu_contents ul li:last-child {
    border-bottom: none;
}


#container #menu .ramen .chanpon_contents {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../../menu/img/ra-men/chanponhaikei.png);
}

#container #menu .ramen .chanpon_contents .chanpon_title {
    text-align: center;
}

#container #menu .ramen .chanpon_contents ul {
    width: 1000px;
    margin: auto;
}

#container #menu .ramen .chanpon_contents ul li {
    float: left;
    width: 500px;
    margin-top: 30px;
}

#container #menu .ramen .sonota_contents {
    width: 100%;
    margin-top: 50px;
}

#container #menu .ramen .sonota_contents ul {
    width: 1000px;
    margin: auto;
}

#container #menu .ramen .sonota_contents ul li {
    float: left;
    width: 500px;
    margin-top: 30px;
}

#container #menu .ramen .gentei {
    width: 1000px;
    margin: auto;
    margin-top: 80px;
}

#container #menu .ramen_box {
    width: 900px;
    margin: auto;
    margin-top: 80px;
}

/* menu お持帰り */
#container #menu .omotikaeri {
    width: 1000px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}




/* いいところ */
#container #iitokoro {
    width: 100%;
    line-height: 1.8ems;
    background-color: #ffe100;
    color: #000;
    padding: 100px 0px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
#container #iitokoro .iitokoro_main {
    width: 1000px;
    margin: auto;
    margin-top: 100px;
}
#container #iitokoro .title {
    margin-bottom: 100px;
}
#container #iitokoro .title .box_l {
    width: 550px;
    float: left;
}
#container #iitokoro .title .box_l .midashi {
}
#container #iitokoro .title .box_l .obi {
    margin-top: 80px;
    background-color: #32b16c;
    border-radius: 30px;
    padding: 8px 0px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#container #iitokoro .title .box_l p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 60px;
    line-height: 1.5em;
}
#container #iitokoro .title .box_r {
    float: right;
}
#container #iitokoro .iitokoro_box01 {
    width: 850px;
    margin: auto;
    margin-bottom: 110px;
}
#container #iitokoro .iitokoro_box01 .box_l {
    float: left;
    margin-left: 20px;
    margin-right: 60px;
}
#container #iitokoro .iitokoro_box01 .box_l .midashi {
    margin-top: 50px;
}
#container #iitokoro .iitokoro_box01 .box_l p {
    margin-top: 50px;
    width: 330px;
    font-size: 18px;
    font-weight: bold;
     line-height: 1.3ems;
}
#container #iitokoro .iitokoro_box01 .box_r {
    float: right;
}
#container #iitokoro .iitokoro_box02 {
    width: 850px;
    margin: auto;
    margin-bottom: 110px;
}
#container #iitokoro .iitokoro_box02 .box_l {
    float: left;
    margin-left: 20px;
    margin-right: 75px;
}
#container #iitokoro .iitokoro_box02 .box_r {
    float: right;
}
#container #iitokoro .iitokoro_box02 .box_r .midashi {
    margin-top: 50px;
}
#container #iitokoro .iitokoro_box02 .box_r p {
    margin-top: 50px;
    width: 330px;
    font-size: 18px;
    font-weight: bold;
     line-height: 1.3ems;
}
#container #iitokoro .iitokoro_box03 {
    width: 850px;
    margin: auto;
    margin-bottom: 110px;
}
#container #iitokoro .iitokoro_box03 .box_l {
    float: left;
    margin-left: 20px;
    margin-right: 24px;
}
#container #iitokoro .iitokoro_box03 .box_l .midashi {
    margin-top: 50px;
}
#container #iitokoro .iitokoro_box03 .box_l p {
    margin-top: 50px;
    width: 330px;
    font-size: 18px;
    font-weight: bold;
     line-height: 1.3ems;
}
#container #iitokoro .iitokoro_box03 .box_r {
    float: right;
    margin-top: 30px;
}
#container #iitokoro .iitokoro_box04 {
    width: 850px;
    margin: auto;
    margin-bottom: 110px;
}
#container #iitokoro .iitokoro_box04 .box_l {
    float: left;
    margin-left: 20px;
    margin-right: 42px;
    margin-top: 25px;
}
#container #iitokoro .iitokoro_box04 .box_r {
    float: right;
}
#container #iitokoro .iitokoro_box04 .box_r .midashi {
    margin-top: 50px;
}
#container #iitokoro .iitokoro_box04 .box_r p {
    margin-top: 50px;
    width: 330px;
    font-size: 18px;
    font-weight: bold;
     line-height: 1.3ems;
}
#container #iitokoro .iitokoro_box05 {
    width: 850px;
    margin: auto;
    margin-bottom: 110px;
}
#container #iitokoro .iitokoro_box05 .box_l {
    float: left;
    margin-right: 50px;
}
#container #iitokoro .iitokoro_box05 .box_l .midashi {
    margin-top: 50px;
}
#container #iitokoro .iitokoro_box05 .box_l p {
    margin-top: 50px;
    width: 330px;
    font-size: 18px;
    font-weight: bold;
     line-height: 1.3ems;
}
#container #iitokoro .iitokoro_box05 .box_r {
    float: right;
    margin-top: 30px;
}
#container #iitokoro .iitokoro_box06 {
    width: 850px;
    margin: auto;
    margin-bottom: 110px;
}
#container #iitokoro .iitokoro_box06 .box_l {
    float: left;
    margin-right: 13px;
    margin-top: 25px;
}
#container #iitokoro .iitokoro_box06 .box_r {
    float: right;
}
#container #iitokoro .iitokoro_box06 .box_r .midashi {
    margin-top: 50px;
}
#container #iitokoro .iitokoro_box06 .box_r p {
    margin-top: 50px;
    width: 330px;
    font-size: 18px;
    font-weight: bold;
     line-height: 1.3ems;
}
#container #iitokoro .movie {
    width: 800px;
    margin: auto;
    margin-bottom: 110px;
}
#container #iitokoro .movie .title {
    text-align: center;
}





/* フォーム共通 */
#container #store .form_line {
    border: #fff solid 1px;
}
#container #store .form_700 {
    width: 700px;
    height: 60px;
}
#container #store .form_color_bk {
    background-color: #000000;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
#container #store .form_color_gray {
    background-color: #1b1b1b;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
/* 店舗検索 */
#container #store {
    width: 100%;
}
#container #store .mv {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../store/img/mv.png);
}
#container #store .title {
    text-align: center;
    margin-top: 100px;
}
#container #store .form_area {
    width: 700px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
#container #store .form_area .midashi {
    text-align: center;
}
#container #store .form_area .form {
    width: 700px;
    margin: auto;
    padding: 40px 0 0px 0;
}
#container #store .form_area .btn {
    width: 180px;
    margin: auto;
    margin-top: 50px;
}





/* 検索結果 */
#container #store .keka {
    padding-bottom: 100px;
    width: 1000px;
    margin: auto;
}
#container #store .kensu {
    display: flex;
    align-items: center;
}
#container #store .kensu:before, #container #store .kensu:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
#container #store .kensu:before {
    margin-right: 2rem;
    margin-left: 0rem;
}
#container #store .kensu:after {
    margin-left: 2rem;
    margin-right: 0rem;
}
/* 店舗情報 */
#container #store .store_box {
    border-bottom: 1px #ffffff solid;
    padding-bottom: 50px;
    margin-top: 50px;
}
#container #store .store_box .area {
    border: 1px #ffffff solid;
    float: left;
    width: 180px;
    text-align: center;
    padding: 12px 0px;
    color: #a40000;
    margin-right: 30px;
}
#container #store .store_box .jyoho_box {
    float: left;
    width: 560px;
}
#container #store .store_box .jyoho_box .name {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 12px;
}
#container #store .store_box .jyoho_box .koumoku_box {
    margin-bottom: 10px;
}
#container #store .store_box .jyoho_box .koumoku_box .koumoku {
    float: left;
    margin-right: 10px
}
#container #store .store_box .jyoho_box .koumoku_box .jyoho {
}
#container #store .store_box .btn {
    float: right;
    width: 180px;
}
#container #store .store_box .btn img {
    margin-bottom: 20px
}
#container #store .map_area {
    padding: 80px 0px;
    ;
    border-bottom: 1px #ffffff solid;
    text-align: center;
}
#container #store .map_area .map {
}
#container #store .map_area .btn {
    margin-top: 50px;
}
#container #store .ouendan_area {
    padding: 80px 0px;
    ;
    border-bottom: 1px #ffffff solid;
    text-align: center;
}
#container #store .shuhentenpo_area {
    padding: 80px 0px;
    ;
}
#container #store .shuhentenpo_area .shuhen_tenpo_box {
}
#container #store .shuhentenpo_area .shuhen_tenpo_box .box_l {
    float: left;
    border: 1px #ffffff solid;
    margin-right: 50px;
    width: 160px;
    text-align: center;
    padding: 10px 0px;
}
#container #store .shuhentenpo_area .shuhen_tenpo_box .box_r {
    line-height: 1.8em;
    float: right;
    width: 780px;
}


/* 丸源応援団 */
#container #ouendan {
    width: 1000px;
    margin: auto;
    line-height: 1.8em;
    margin-top: 100px;
    text-align: center;
}
#container #ouendan .btn {
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
}



/* プライバシーポリシー */
#container #privacy {
    width: 1000px;
    margin: auto;
    line-height: 1.8em;
}

#container #privacy .title {
    font-size: 32px;
    text-align: center;
    margin-top: 100px;
}
#container #privacy .monogatari {
}
#container #privacy .monogatari .box {
    margin-top: 140px;
}
#container #privacy .monogatari .box .midashi {
    font-size: 28px;
    border-bottom: #a40000 1px solid;
    padding-bottom: 35px;
    margin-bottom: 50px;
    text-align: center;
}
#container #privacy .monogatari .box p {
    width: 800px;
    margin: auto;
}
#container #privacy .privacy_contents {
    width: 800px;
    margin: auto;
    margin-top: 75px;
}
#container #privacy .privacy_contents .midashi {
    border-bottom: #fff 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
#container #privacy .privacy_contents p {
    margin-bottom: 50px;
}
/* ご利用規約 */
#container #kiyaku {
    width: 1000px;
    margin: auto;
    line-height: 1.8em;
}
#container #kiyaku .title {
    font-size: 32px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 140px;
}
#container #kiyaku .moji {
    width: 800px;
    margin: auto;
}
#container #kiyaku .kiyaku_contents {
    width: 800px;
    margin: auto;
    margin-top: 75px;
}
#container #kiyaku .kiyaku_contents .midashi {
    border-bottom: #fff 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
#container #kiyaku .kiyaku_contents p {
    margin-bottom: 80px;
}




/* お問い合わせ */
#container #contact {
}

#container #contact .title {
    text-align: center;
    height: 300px;
    background-image: url(../../contact/img/title.png);
    background-position: center top;
    background-repeat: no-repeat;
}

#container #contact p {
    width: 1000px;
    margin: auto;
}

#container #contact p a {
    color: #a40000;
}

#container #contact .btn_box {
    width: 1000px;
    margin: auto;
    margin-top: 75px;
}

#container #contact .btn_box .midashi {
    font-size: 20px;
}
#container #contact .btn_box .btn {
    width: 270px;
    margin: auto;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-top: 10px;
}
#container #contact .btn_box .btn a {
    height: 60px;
    line-height: 60px;
    display: block;
    text-decoration: none;
}

#container #contact .btn_box .box_l {
    width: 480px;
    background-color: #87161b;
    text-align: center;
    padding: 30px 0px;
    float: left;
}
#container #contact .btn_box .box_r {
    width: 480px;
    background-color: #87161b;
    text-align: center;
    padding: 30px 0px;
    float: right;
}
#container #contact .freedial {
    border-top: #a40000 1px solid;
    width: 1000px;
    margin: auto;
    margin-top: 90px;
    padding-top: 30px;
    margin-bottom: 90px;
}
#container #contact .toiawase {
    border-bottom: #a40000 1px solid;
    width: 1000px;
    margin: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 18px;
}



/* フォームエリア */
#container #contact .form_title {
    text-align: center;
    height: 302px;
    background-image: url(../../contact/img/form_main.png);
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}

#container #contact .youto {
    width: 1000px;
    margin: auto;
    background-color: #87161b;
    padding: 10px 10px 10px 100px;
    font-size: 26px;
    font-weight: bold;
    margin-top: -20px;
}

#container #contact .form_area {
    width: 1000px;
    margin: auto;
    background-color: #FFF;
    padding: 60px 0px;
    color: #000;
}

#container #contact .form_area .must {
    background-image: url(../../contact/img/must_icon.png);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
}

#container #contact .form_area .hisu {
    margin-left: 100px;
    margin-bottom: 60px;
}

#container #contact .form_area .gray {
    background-color: #f4f4f4;
    border-bottom: #b5b5b5 1px solid;
}

#container #contact .form_area .red {
    background-color: #efd3d3;
    border-bottom: #a40000 1px solid;
}

#container #contact .form_area .w400{
    width: 400px;
    height: 30px;
}

#container #contact .form_area .h300{
    width: 800px;
    height: 300px;
}

#container #contact .form_area .w210{
    width: 210px;
    height: 30px;
}

#container #contact .form_area .w100{
    width: 100px;
    height: 30px;
}

#container #contact .form_area .w90{
    width: 170px;
    height: 30px;
}

#container #contact .form_area .box {
    padding: 35px 100px;
}

#container #contact .form_area .box .koumoku_l {
    float: left;
    width: 200px;
}

#container #contact .form_area .box .koumoku_r {
    
}

#container #contact .form_area .box2 {
    padding: 3px 0px;
}

#container #contact .form_area .box2 .koumoku{
    padding: 35px 100px;
}

#container #contact .form_area .box2 .input{
    padding: 35px 100px;
}

#container #contact .form_area .box2 .input ul{
    
}

#container #contact .form_area .box2 .input ul li{
    float: left;
    margin-right: 10px;
}

#container #contact .form_area .btn{
    width: 210px;
    margin: auto;
    margin-top: 40px;
}


/* 令和キャンペーン */
#container #reiwa {
    width: 1000px;
    margin: auto;
    line-height: 1.8em;
    background-color: #fff;
    color: #000;
}

#container #reiwa .campaign {
    padding: 100px;
}

#container #reiwa .campaign .mv {
    
}

#container #reiwa .campaign .naiyo {
    margin-top: 50px;
}

#container #reiwa .campaign ul {
    margin-top: 80px;
}

#container #reiwa .campaign ul .title {
    font-size: 20px;
    color: #a40000;
}

#container #reiwa .campaign li {
    margin-top: 20px;
}

#container #reiwa .campaign li .midashi {
    background-color: #a40000;
    padding: 5px 20px;
    color: #fff;
}

#container #reiwa .campaign li p {
    padding: 20px 20px;
}

#container #reiwa .yakikata {
    
}

#container #reiwa .yakikata a {
    color: #a40000;
}

#container #reiwa .yakikata a:hover {
    color: #a40000;
    text-decoration: underline;
}



/* キャンペーン */ /* 温め方 */
#container #campaign, #container #atatame{
    margin: 100px auto 0;
    text-align: center;
}

/* メニュー　アレルギーリンク */


#container .allergie_link{
	width: 1000px;
	margin: 15px auto 30px;
	text-align: left;
}

#container .allergie_link a{
	color: #000;
	text-decoration: underline;
}

#container .allergie_link a:hover{
	color: #a40000;
}

#container .allergie_link_mt50{
	width: 1000px;
	margin: 50px auto 0;
	text-align: left;
}

#container .allergie_link_mt50 a{
	color: #000;
	text-decoration: underline;
}

#container .allergie_link_mt50 a:hover{
	color: #a40000;
}


/* メニュー下 */
#container .last_allergie_link{
	margin-top: 15px;
	text-align: left;
}

#container .last_allergie_link a{
	color: #000;
	text-decoration: underline;
}

#container .last_allergie_link a:hover{
	color: #a40000;
}





/*キャッシュレスアイコン*/

.icon_cashless{
    padding: 0px !important;
	margin-top: 15px;
}

.icon_cashless span img{
	width: auto;
    height: auto;
    margin-right: 10px;
}
.icon_cashless span{
    align-items: center;
    display: inline-flex;
    padding: 3px 0px;
}
.icon_cashless {
    height: 58px;

}


span.icon_cashless_txt {
    margin-bottom: 0px;
    line-height: 1.3em;
}

.icon_cashless_txt_br {
    display: none;
}

@media screen and (max-width: 751px) {
    .icon_cashless_txt_br {
        display: block;
    }
}


