@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, a
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
    list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    line-height: 1.7;
}
h2 {
/*    font-size: 21px;*/
    line-height: 1.7;
}
h3 {
    line-height: 1.7;
}
a {
    text-decoration: none;
    color: #000;
}
p {
    line-height: 1.4;
}
li {
/*    line-height: 1.7;*/
    
}
strong {
    font-weight: bold;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
}
/*************************************
*************************************
共通
*************************************
*************************************/
img {
    max-width: 100%;
}
section {
    padding-top: 30px;
    margin-bottom: 30px;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #282828;
}
.container {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.disp_pc {
    display: block;
}
.disp_tab {
    display: none;
}
.disp_sp {
    display: none;
}
#Crumbs {
    margin: auto;
    position: relative;
    font-size: 15px;
    z-index: 20;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
#Crumbs a {
    color: #fff;
}
a:hover {
    opacity: 0.8;
}
#return_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 500;
}
.contBox {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.cont_Inner {
    width: 85%;
    height: auto;
    margin: 0 auto;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexBox_Rev {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .cont_Inner {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .flexBox_Rev {
        flex-flow: column;
    }
}
/*電話リンク無効*/
a[href^="tel:"] {
    pointer-events: none;
}
.bg_Red {
    background: #a31f24;
}
/*------------------------
下層ページタイトル
--------------------------*/
/*h2*/
.underPage_Title_h2 {
    line-height: 0;
}
.underPage_Title_h2 h2 {
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 0;
}

/*h3*/
.underPage_Title_h3 {
    font-size: 26px;
    font-weight: bold;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 1.3;
    background: #000;
    color: #fff;
}
.underPage_Title_h3 h3 {
    border-left: 9px solid #fff;
    margin-left: 60px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}
@media screen and (min-width:481px) and (max-width:1024px){
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .disp_tab {
        display: none;
    }
    .disp_pc {
        display: none;
    }
   .disp_sp {
        display: block;
    }
    .contBox {
        width: 100%;
    }
    .cont_Inner {
        width: 100%;
    }

    .title img {
        max-width: 100%;
        width: auto;
            
    }
    .underPage_Title_h2 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .underPage_Title_h2 h2 {
        padding-left: 0;
        text-align: center;
    }
    .underPage_Title_h3 h3 {
        font-size: 1em;
    }
    /*電話リンク有効*/
    a[href^="tel:"] {
        pointer-events: auto;
    }
    #return_top {
        bottom: 100px;
        width: 25%;
    }
    .underPage_Title_h3 {
        font-size: 22px;
    }
    .underPage_Title_h3 h3 {
        border-left: 5px solid #fff;
        margin-left: 20px;
        font-size: 18px;
    }
}
/*************************************
ヘッダー
*************************************/
header {
    background: #d5222a;
}
.header_Box {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_Logo {
    text-align: center;
}
.header_Right {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: center;
}
.header_Right_Contact {
    text-align: right;
    margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
    .header_Box {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header_Logo {
        text-align: left;
        width: 40%;
    }
    .header_Right {
        width: 40%;
        top: 15px;
    }
}

/*************************************
ナビゲーション
*************************************/
#globalNavi_pc .container {
    position: relative;
    background-image: url("../images/nav_back.png");
    background-repeat: no-repeat;
    background-size: cover;
}
/*下層ページ用*/
#globalNavi_pc_Under {
/*    position: relative;*/
    background-image: url("../images/footer_back.png");
    background-repeat: no-repeat;
    background-size: cover;
}


nav {
}
nav ul {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
nav ul li {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
nav ul li:first-child a {
    border: none;
}
nav ul li a {
    transition: 0.2s;
    color: #fff;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    box-sizing: border-box;
    line-height: 1.3;
    border-left: 1px solid #fff;
}
nav ul li a:hover {
    color: #d5222a;
}

/*スクロール固定*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    margin-top: -5px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    #globalNavi_pc {
        display: block;
    }
    nav ul li {
        box-sizing: border-box;
        width: 12.5%;
        border-left: 1px solid #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    nav ul li a {
        font-size: 0.8rem;
        padding-left: 5px;
        padding-right: 5px;
        border:none;
        line-height: 1.3;
    }
    nav ul li a:hover {
        color: #d5222a;
    }
}
@media screen and (max-width: 480px) {
    nav {
        background-image: none;
        border-top: none;
        border-bottom: none;
    }
    #globalNavi .uk-navbar-toggle {
        padding: 15px;
        color: #000;
    }
    #globalNavi {
        background-image: url("../images/nav_back.png");
        background-repeat: no-repeat;
    }
    nav {
        background-color: transparent;
    }
    nav ul {
        display: block;
    }
    nav ul li {
        width: 100%;
        text-align: left;
        background-color: transparent;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    nav ul li a {
        border-left: none;
        color: #fff;
    }
    .uk-offcanvas-bar {
            background-color: rgba(40,40,40,1);
    }
    #globalNavi .uk-navbar-toggle {
        color: #fff;
    }
     svg {
        fill:#fff;
    }
    nav ul li:first-child {
        border-left: none;
    }
    #slideNavi line {
        stroke: rgb(255, 255, 255);
    }
}

/*************************************
フッター
*************************************/
footer {
    background: url("../images/footer_back.png");
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 30px;
    background-size: cover;
}
/*フッターナビ*/
.footer_Nav {
    margin-bottom: 30px;
}
.footer_Nav .flexBox {
    justify-content: center;
}
.footer_Nav li:first-child {
    border: none;
}
.footer_Nav_01 {
    margin-bottom: 15px;
}
.footer_Nav li {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #fff;
    margin-bottom: 10px;
    line-height: 1.3
}
.footer_Nav li a {
    color: #fff;
}
/*フッターバー*/
.footerBar_Sp {
    display: none;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .footerBoxRight li {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 480px) {
    footer {
        background-repeat: repeat;
    }
    .footer_Nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer_Nav_01 {
        width: 50%;
    }
    .footer_Nav_02 {
        width: 50%;
    }
    .footer_Nav .flexBox {
         justify-content: flex-start
    }
    .footer_Nav li {
        border: none;
        width: 100%;
    }
    .footer_Nav li a {
        font-size: 14px;
    }
    .footerBar_Sp {
        padding: 10px;
        background: rgba(213,34,42,0.9);
        position: fixed;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        display: block;
    }
    .footerBar_Sp li {
        width: 48%;
        box-sizing: border-box;
        padding: 8px;
        border: 1px solid #fff;
    }
    .footerBar_Sp li a{
        color: #fff;
    }
    .footerBar_Sp img {
        width: 30px;
        float: left;
    }
    .fotter_Bottm_Logo {
        text-align: center;
    }
}
/*************************************
コピーライト
*************************************/
.copyright {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
    color: #fff;
    margin-top: -20px;
}

@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    .copyright {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 0.8em;
        color: #fff;
        margin-top: 0;
    }
    .copyright {
        margin-bottom: 70px;
    }
}
/*************************************
bxslider
*************************************/
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    margin-bottom: 0;
}
.bxslider img{
    width: 100% !important;
    height: auto !important;
}
.top_slide {
    position: relative;
}
.top_slide_Text {
    position: absolute;
    bottom: 0
}
.bx-wrapper .bx-controls-direction a {
    z-index: 100;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
    .slider li {
        width: 100%;
        height: auto;
    }
    .top_slide {
/*        margin-top: -10px;*/
    }
    .top_slide .container {
        padding-left: 0;
        padding-right: 0;
    }
    .top_slide_Text {
        width: 30%;
    }
}
/*************************************
トップ
*************************************/
/*見出しH２*/
.top_H2 h2{
	display: flex;
	align-items: center;
    margin-bottom: 30px;
}
.top_H2 h2 img {
    margin-top: -15px;
}
.top_H2 h2:before, .top_H2 h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #fff;
	display: block;
}
.top_H2 h2:before {
	margin-right: .4em;
}
.top_H2 h2:after {
	margin-left: .4em;
}
/*点滅*/
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/*新着情報*/
section#top_News {
    margin-top: 15px;
}
#top_News .container {
    padding-bottom: 30px;
    color: #fff;
}
#top_News .post-list .post-title a {
    color: #fff;
}
@media screen and (max-width: 480px) {
#top_News  .post-list .post-date {
        display: block;
        padding-bottom: 10px;
    }
#top_News .post-list .post-title  {
        padding-bottom: 10px;
}
}

/*アバウト*/
.top_About_Box {
    padding-top: 20px;
    padding-bottom: 50px;
    color: #fff;
}
.top_About_Box_Img {
    width: 48%;
}
.top_About_Box_Text {
    width: 50%;
}
@media screen and (max-width: 480px) {
    .top_About_Box_Img {
        width: 100%;
        margin-bottom: 20px;
    }
    .top_About_Box_Text {
        width: 100%;
    }
}

.top_About_Box_Text_Title {
    margin-bottom: 15px;
}
.top_About_Box_Text p {
    margin-bottom: 15px;
    font-size: 14px;
}
.top_About_Box_Text_Bottom p {
    bottom: 0;
}
.top_About_Box_Text_Bottom img {
    margin: 0 auto;
    margin-right: 0;
}
/*集まれ！クラシック好き！*/
.top_About_Box_01 .top_About_Box_Btn {
    padding-left: 1rem;
}
@media screen and (max-width: 480px) {
    .top_About_Box_01 .top_About_Box_Btn {
        padding-left: 0;
        text-align: center;
    }
}

.top_About_Box_02_01 .flexBox{
    justify-content: flex-start;
}
.top_About_Box_02_01 img {
    padding-right: 20px;
}
@media screen and (max-width: 480px) {
    .top_About_Box_02_01 img {
        padding-right: 0;
    }
}
/*
.top_About_Box_02_02 .flexBox{
    justify-content: flex-end;
    
}
*/
.top_About_Box_02_02 p {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    padding-right: 20px;
}
.top_About_Box_02 .top_About_Box_Btn {
    text-align: center;
    margin-top: 50px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .top_About_Box_02_01_Img {
        width: 50%;
        padding-right: 40px;
    }
    .top_About_Box_02_02_Img {
        width: 50%;
    }
/*
    .top_About_Box_02 .flexBox {
        justify-content: center;
    }
.top_About_Box_02_01 .flexBox{
    display: block;
}
.top_About_Box_02_01 img {
    padding-right: 0;
    margin-bottom: 20px;
}
.top_About_Box_02_02 .flexBox_Rev{
    display: block;
    
}
*/
}
@media screen and (max-width: 480px) {
    .top_About_Box_Text {
        text-align: center;
    }
    .top_About_Box_02_01_Img {
        width: 100%;
        margin-bottom: 10px;
    }
    .top_About_Box_02_02_Img {
        width: 100%;
        margin-bottom: 10px;
    }
    .top_About_Box_Text p  {
        width: 100%;
        text-align: center;
    }
    .top_About_Box_02_02 p {
        display: block;
    }
    
    .top_About_Box_03 .top_About_Box_Btn {
        text-align: center;
    }
    
}


/*ボーダー*/
.top_About_Box_Border {
    border-bottom: 2px solid #fff;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.top_About_Box_03 .top_About_Box_Text {
    text-align: right;
}

.top_About_Box_04 .top_About_Box_Img {
    width: 60%;
}
.top_About_Box_04 .top_About_Box_Text {
    width: 38%;
}
@media screen and (max-width: 480px) {
    .top_About_Box_04 .top_About_Box_Img {
        width: 100%;
    }
    .top_About_Box_04 .top_About_Box_Text {
        width: 100%;
    }
}
/*BLOG*/
.top_Blog_Box {
    text-align: center;
}

/*営業時間*/
.eigyo_Box {
	width: 1000px;
	margin: 0 auto 30px;
    text-align: center;
}
.eigyo_hours_Box{
	width: 800px;
	margin: auto;
}

@media screen and (max-width:1024px){
.eigyo_Box {
	width: 98%;
}
.eigyo_hours_Box{
	width: 100%;
}

}



/*アクセス・店舗情報*/
.top_Access_Box {
    padding-bottom: 30px;
}
.top_Access_Box_Left {
    width: 50%;
}
.top_Access_Box_Right {
    width: 38%;
}
.top_Access_Box_Right_Logo {
    margin-bottom: 20px;
}
.top_Access_Box_Right p {
    margin-bottom: 10px;
    color: #fff;
}
.top_Access_Box_Right p a{
    color: #fff;
}
@media screen and (max-width: 480px) {
    .top_Access_Box_Left {
        width: 100%;
        margin-bottom: 20px;
    }
    .top_Access_Box_Right {
        width: 100%;
    }
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {

}

/*************************************
整備内容
*************************************/
/*タイトル*/
#service .underPage_Title_h2 h2 {
    background-image: url("../images/service_title_back.jpg");
}
@media screen and (max-width: 480px) {
    #service .underPage_Title_h2 h2 {
        background-image: url("../images/service_title_back.jpg");
        background-position: center;
    }
}

#service_01 .container{
    padding-top: 50px;
}
.service_01_Box_H4 {
    font-size: 21px;
    font-weight: bold;
    background: #d5222a;
    margin-bottom: 20px;
}
.service_01_Box_H4 h4 {
    border-left: 5px solid #000;
    margin-left: 20px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    line-height: 1.3;
}
@media screen and (max-width: 480px) {
    .service_01_Box_H4 {
        font-size: 18px;
    }
}
.service_01_Box {
    margin-bottom: 50px;
}

.service_01_Box_01 {
    text-align: center;
    color: #fff;
}
.service_01_Box_01 p {
    font-size: 18px;
    margin-bottom: 10px;
}
/*脱着・板金・全塗装　各30万円*/
.service_01_Box_02 ul {
    width: 70%;
    margin: 0 auto;
}
.service_01_Box_02 li {
    line-height: 1.7;
    text-indent: -1rem;
    padding-left: 1rem;
    color: #fff;
    font-size: 16px;
}
@media screen and (max-width: 480px) {
    .service_01_Box_02 ul {
        width: 100%;
    }
}

/*整備価格表*/
.service_01_Box_03 table {
    width: 100%;
    table-layout:fixed;
}
.service_01_Box_03 thead {
    width: 100%;
    background: #000;
    color: #fff;
}
.service_01_Box_03 th {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
    .service_01_Box_03 th {
        display: none;
    }
}


.service_01_Box_03 th:last-child {
    width: 60%;
}
.service_01_Box_03 tr {
    width: 100%;
    border-bottom: 1px solid #fff;
}
.service_01_Box_03 td {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.3;
    background: #c2c1c1;
    vertical-align: middle;
}
@media screen and (max-width: 480px) {
    .service_01_Box_03 tr {
        width: 100%;
        border-bottom:none;
    }
    .service_01_Box_03 td {
        text-align: left;
        display: block;
        padding-left: 10px;
    }
}
.service_01_Box_03 td .table_Text_Left {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
    .service_01_Box_03 td .table_Text_Left {
        width: 100%;
    }
}
.service_01_Box_03 td ul {
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
    .service_01_Box_03 td ul {
        width: 100%;
    }
}
.service_01_Box_03 td li {
    text-align: left;
}
.service_01_Box_03 td:first-child {
    border-right: 1px solid #fff;
}
@media screen and (max-width: 480px) {
    .service_01_Box_03 td li {
        text-indent: -1rem;
        padding-left: 1rem;
    }
    .service_01_Box_03 td:nth-of-type(1):before {
        content: "[整備内容] ";
        display: block;
        margin-bottom: 5px;
    }
    .service_01_Box_03 td:nth-of-type(2):before {
        content: "[料金] ";
        display: block;
        margin-bottom: 5px;
    }
    .service_01_Box_03 td:nth-of-type(2) {
        border-bottom: 1px solid #fff;
    }
    .service_01_Box_03 td:first-child {
        border-right: none;
    }
}


/*各種ご相談ください*/
.service_01_Box_03 {
    padding-bottom: 50px;
}
.service_01_Box_03 h5 {
    text-align: center;
	display: flex;
	align-items: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.service_01_Box_03 h5:before, .service_01_Box_03 h5:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #fff;
	display: block;
}
.service_01_Box_03 h5:before {
	margin-right: .4em;
}
.service_01_Box_03 h5:after {
	margin-left: .4em;
}
.service_01_Box_03_List {
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
}
.service_01_Box_03_List ul {
    width: 80%;
    margin: 0 auto;
}
.service_01_Box_03_List li {
    padding-bottom: 15px;
    text-indent: -2rem;
    padding-left: 2rem;
    line-height: 1.3;
}
.service_01_Box_03_List li a {
    color: blue;
}

@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {

}

/*************************************
ギャラリー
*************************************/
/*タイトル*/
#gallery .underPage_Title_h2 h2 {
    background-image: url("../images/gallery_title_back.jpg");
    text-align: right;
}
@media screen and (max-width: 480px) {
    #gallery .underPage_Title_h2 h2 {
        background-position: center;
    }
}

.gallery_01_Top {
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
}
.gallery_01_Box .flexBox {
    justify-content: flex-start;
}
.gallery_01_Box li {
    width: 33.333%;
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .gallery_01_Box li {
        width: 30%;
        padding-left: 1%;
        padding-right: 1%;
    }
}
@media screen and (max-width: 480px) {
    .gallery_01_Box .flexBox {
        justify-content: space-between;
    }
    .gallery_01_Box li {
        width: 48%;
    }
}

.gallery_01_Box_Text_Top {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 5px;
    font-weight: bold;
}
.gallery_01_Box_Text_Bottom {
    margin-left: 7px;
    margin-right: 7px;
    color: #d5222a;
    font-weight: bold;
}


/*************************************
塩釜直送海鮮丼
*************************************/
/*タイトル*/
#lunch .underPage_Title_h2 h2 {
    background-image: url("../images/lunch_title_back.jpg");
    text-align: left;
}
@media screen and (max-width: 480px) {
    #lunch .underPage_Title_h2 h2 {
        background-position: center;
    }
}

/*トップ*/
#lunch_01 .container {
    background-image: url("../images/lunch_img_01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
}
.lunch_01_Box {
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgba(255,255,255,0.5);
}
.lunch_01_Box_Title {
/*
    padding-top: 40px;
    padding-bottom: 40px;
*/
}
/*海鮮丼*/
#lunch .bg_Red {
    padding-top: 50px;
    padding-bottom: 50px;
}
#lunch .flexBox {
    justify-content: center;
}
.lunch_Menu_Box {
    width: 48%;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.lunch_Menu_Box_Img {
    margin-bottom: 15px;
}
.lunch_Menu_Box_Name {
    font-size: 24px;
    border-bottom: 1px solid #fff;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.lunch_Menu_Box_Price {
    font-size: 18px;
}
#lunch_03 h3 span {
    font-size: 18px;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}
/*ボタン*/
#lunch_04 {
    text-align: center;
    padding-bottom: 100px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .lunch_Menu_Box_Name {
        font-size: 20px;
    }
    .lunch_Menu_Box_Price {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .lunch_Menu_Box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .lunch_Menu_Box_Name {
        font-size: 20px;
    }
    .lunch_Menu_Box_Price {
        font-size: 14px;
    }
    #lunch_03 h3 span {
        font-size: 14px;
        float: none;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 0;
    }
}


/*************************************
テイクアウトメニュー（2020/04/20追加）
*************************************/
/*タイトル*/
#takeout .underPage_Title_h2 h2 {
    background-image: url("../images/update20200420/takeout_title_back.jpg");
    text-align: left;
}
@media screen and (max-width: 480px) {
    #takeout .underPage_Title_h2 h2 {
        background-position: center;
    }
}

/*トップ*/
#takeout_01 .container {
    display: flex;
    justify-content: flex-end;
	margin: 0 auto;
}

 .takeout_box01 {
     width: 50%;
     margin: auto;
 }

 .takeout_box02 {
     width: 50%;
     margin: auto;
 }


/*sp時縦並び */
 @media screen and (max-width: 480px) {
#takeout_01 .container {
         display: block;
     }
     .takeout_box01 {
         width: 100%;
         margin: -1.5rem auto;
     }
     .takeout_box02 {
         width: 100%;
         margin: -2rem auto 0;
		 
     }
 }

.demae {
    text-align: center;
    color: #a31f24;
}

.demae_box {
	font-size: 18px;
    position: relative;
    margin: 1rem auto ;
    padding: 2rem;
	background: #faf2e2;
	max-width: 940px;
}

.demae_box .demae_text {
     text-align: center;
    font-size: 21px;
	font-weight: bold;
    margin: 0 auto 1.5rem;
}

.demae_box .demae_box-title {
    position: relative;
    display: block;
    padding: 5px 20px ;
    line-height: 1;
    font-size: 19px;
    background: #a31f24;
    color: #fff;
    font-weight: bold;
	margin-bottom: 1rem;
	max-width: 480px;
    margin: 1rem auto;
}
.demae_box p {
	font-weight: normal;
    margin: 0; 
    padding: 0;
}

#takeout .bg_Red {
    padding-top: 50px;
    padding-bottom: 50px;
	margin-top: 0;
	margin-bottom: 50px;
}
#takeout .flexBox {
    justify-content: center;
}


.takeout_Menu_Box {
    width: 48%;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.takeout_Menu_Box_Img {
    margin-bottom: 15px;
}
.takeout_Menu_Box_Name {
    font-size: 24px;
    border-bottom: 1px solid #fff;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.takeout_Menu_Box_Price {
    font-size: 18px;
}

.takeout_Menu_Box_Price span{
	font-size: 15px;
}

.takeout_yoyaku {
    text-align: left;
	margin: 2rem auto 1rem;
	  font-size: 16px;
	color: #fff;
	line-height: 1.2rem;
}

.takeout_yoyaku_bnr {
	margin: 0.5rem auto;

}

#takeout_03 h3 span {
    font-size: 18px;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}


/*ボタン*/
#lunch_04 {
    text-align: center;
    padding-bottom: 100px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .takeout_Menu_Box_Name {
        font-size: 20px;
    }
    .takeout_Menu_Box_Price {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .takeout_Menu_Box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .takeout_Menu_Box_Name {
        font-size: 20px;
    }
    .takeout_Menu_Box_Price {
        font-size: 14px;
    }
    #takeout_03 h3 span {
        font-size: 14px;
        float: none;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 0;
    }
}




/*************************************
フード
*************************************/
/*タイトル*/
#food .underPage_Title_h2 h2 {
    background-image: url("../images/food_title_back.jpg");
    text-align: right;
}
@media screen and (max-width: 480px) {
    #food .underPage_Title_h2 h2 {
        background-position: center;
    }
}
#food .underPage_Title_h3 {
    margin-bottom: 50px;
}
#food_02 .container {
    padding-top: 50px;
}
#food h3 span {
    font-size: 18px;
    float: right;
    padding-top: 8px;
    padding-right: 8%;
}
@media screen and (max-width: 480px) {
    #food h3 span {
        font-size: 14px;
        float: none;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 0;
    }
}
.food_01_Box {
    color: #fff;
    text-align: center;
}
.food_01_Box li {
    margin-bottom: 20px;
    width: 30%;
    text-align: center;
}
.food_01_Box_Img {
    margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
    .food_01_Box li {
        width: 48%;
        font-size: 14px;
    }
}

/*フード*/
.food_02_Wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.food_02_Box_Title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
}
.food_02_Box_Title h4 span {
    float: right;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.food_02_Left {
    width: 48%;
}
.food_02_Right {
    width: 48%;
    position: relative;
}
@media screen and (max-width: 480px) {
    .food_02_Left {
        width: 100%;
    }
    .food_02_Right {
        width: 100%;
        position: relative;
    }
}

.food_02_Box {
    margin-bottom: 50px;
}
/*テーブル*/
.food_02_Box table {
    width: 100%;
}
.food_02_Box tr {
    width: 100%;
    background-image: url("../images/food_border.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.food_02_Box th {
    width: 58%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 15px;
}
.food_02_Box th span {
    background: #a31f24;
    padding-left: 15px;
    padding-right: 10px;
    box-sizing: border-box;
    display: inline-block;
}
.food_02_Box th.all_price span{
    padding-right: 40%;
    box-sizing: border-box;
}

.food_02_Box td {
    width: 40%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 15px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .food_02_Box th {
        font-size: 13px;
    }
    .food_02_Box td {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    .food_02_Box th {
        font-size: 14px;
    }

    .food_02_Box td {
        font-size: 14px;
    }
}
.food_02_Box td span {
    background: #a31f24;
    padding-left: 10px;
    padding-right: 15px;
    box-sizing: border-box;
    display: inline-block;
}
.food_02_Box td.all_price  span{
    padding-left: 30px;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    .food_02_Box td.all_price  span{
        padding-left: 0;
    }
}
/*リスト*/
.food_02_Box ul {
    padding-left: 15px;
    padding-right: 10px;
}
.food_02_Box .flexBox li {
    width: 50%;
}
.food_02_Box li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
}
.food_02_Box_List p {
    font-size: 15px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .food_02_Box li {
        font-size: 12px;
    }
}
/*１ボックス複数リスト*/
.food_02_Box_List_02 {
    margin-bottom: 50px;
}

/*ボトムテキスト*/
.food_02_Box_Bottom {
    position: absolute;
    bottom: 60px;
    right: 0;
}
@media screen and (max-width: 480px) {
    .food_02_Box_Bottom {
        position: static;
    }
    .food_02_Box li {
        font-size: 12px;
    }
}

/*ドリンクメニュー*/
#food_03 .container {
    padding-top: 50px;
}
.food_02_Box_Title img {
    margin-bottom: -5px;
    padding-right: 10px;
}

/*ボタン*/
#food_Btn {
    text-align: center;
    padding-bottom: 100px;
}

/*************************************
よくある質問
*************************************/
/*タイトル*/
#qa .underPage_Title_h2 h2 {
    background-image: url("../images/qa_title_back.jpg");
    text-align: left;
}
@media screen and (max-width: 480px) {
    #qa .underPage_Title_h2 h2 {
        background-position: center;
    }
}
.qa_01_Box {
    margin-bottom: 60px;
}
.qa_01_Box_Title {
    float: left;
    margin-top: -20px;
}
.qa_01_Box_Text {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    padding-left: 50px;
}
.qa_01_Box_Text p {
    padding-left: 40px;
    padding-right: 10px;
}
.qa_01_Box_Text a {
    color: #fff;
}
/*Q*/
.qa_01_Box_Q {
    margin-bottom: 30px;
}
.qa_01_Box_Q .qa_01_Box_Text {
    background: #808080;
}
/*A*/
.qa_01_Box_A .qa_01_Box_Text {
    background: #a31f24;
}
@media screen and (max-width: 480px) {
    #qa .underPage_Title_h2 h2 {
        background-position: center;
    }
}

/*************************************
お問い合わせ
*************************************/
/*タイトル*/
#contact .underPage_Title_h2 h2 {
    background-image: url("../images/contact_title_back.jpg");
    text-align: right;
}
@media screen and (max-width: 480px) {
    #contact .underPage_Title_h2 h2 {
        background-position: center;
    }
}
#contact h3 {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
}
#contact h3:before, #contact h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #fff;
	display: block;
}
#contact h3:before {
	margin-right: .4em;
}
#contact h3:after {
	margin-left: .4em;
}

/*フォーム*/
.contact_Form_Box {
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
.contact_Form_Box_Top {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact_Form_Box_Top2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
	border: 1px solid #FFDD00;
	padding: 5px;
}
.contact_Form_Box th {
    width: 35%;
    text-align: left;
}
.contact_Form_Box th.tel {
    padding-left: 40px;
}
@media screen and (max-width: 480px) {
    .contact_Form_Box th.tel {
        padding-left: 0;
    }
}
.contact_Form_Box th .must{
    color: #801f24;
    background: #fff;
    box-shadow: initial;
    text-shadow: initial;
    border: none;
    font-weight: bold;
    border-radius: 0;
}
.contact_Form_Box td {
    width: 65%;
    padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
    .contact_Form_Box {
        width: 100%;
    }
    .contact_Form_Box_Top {
        width: 100%;
    }
    .contact_Form_Box th {
        width: 100%;
        display: block;
    }
    .contact_Form_Box td {
        width: 100%;
        display: block;
    }
}
.contact_Form_Box td input,textarea{
    width: 80%;
}
form#mailformpro dl dd {
    text-align: center;
}
form .mfp_achroma {
     background-color: initial; 
}
form#mailformpro label.mfp_not_checked {
    border: none;
}
.contact_Form_Box button {
    background: initial;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
}
.contact_Form_Box button:hover {
    opacity: 0.8;
}
@media screen and (max-width: 480px) {
    .contact_Form_Box td input,textarea{
        width: 100%;
        box-sizing: border-box;
    }
    .mfp_element_all {
/*        max-width: 100%!important;*/
        max-width: 100%;
    }
}
/*プライバシーポリシー*/
#contact_Privacy .container {
    padding-bottom: 50px;
}
.contact_Privacy_Box {
    margin-bottom: 30px;
    color: #fff;
}
.contact_Privacy_Box h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.contact_Privacy_Box p {
    font-size: 12px;
    line-height: 1.5;
}
.contact_Privacy_Box ul {
    list-style: disc inside;
}
.contact_Privacy_Box li {
    font-size: 12px;
    line-height: 1.5;
}
.contact_Privacy_Box a {
    font-size: 12px;
    color: #fff;
}


/*************************************
送信完了
*************************************/
#thanks {
  min-height: calc(100vh - 390px);
}
#thanks h3 {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
}
#thanks h3:before, #thanks h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #fff;
	display: block;
}
#thanks h3:before {
	margin-right: .4em;
}
#contact h3:after {
	margin-left: .4em;
}
.thanks_01_Box {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
}
.thanks_01_Box_01 {
    text-align: left;
    width: 62%;
}
@media screen and (max-width: 480px) {
    .thanks_01_Box {
        width: 100%;
    }
    .thanks_01_Box_01 {
        width: 100%;
    }
}

/*************************************
CLASSIC GATE とは
*************************************/
.about_Title h2 {
    line-height: 0;
}
#about_01 .container {
    padding-top: 50px;
}
.about_01_Title_01 {
    text-align: center;
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about_01_Title_02 {
    border-bottom: 3px solid #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.about_01_Box_02 h3 {
    padding-left: 5%;
}
.about_01_Box_02_Text {
    color: #fff;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.about_01_Box_02_Img {
    padding-bottom: 30px;
    text-align: center;
}
.about_01_Box_02_List {
    max-width: 830px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.about_01_Box_02_List li {
    width: 24%;
    margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
    .about_01_Box_02_List li {
        width: 49%;
    }
}

/*店内イメージ*/
.about_02_Box li {
    width: 49%;
}
@media screen and (max-width: 480px) {
    .about_02_Box li {
        width: 100%;
        margin-bottom: 15px;
    }
}
/*アクセスマップ*/
#about_03 .container {
    padding-top: 50px;
}
.about_03_Box {
    padding-bottom: 30px;
}
.about_03_Box_Map {
    margin-bottom: 50px;
}
.about_03_Box_Access {
    margin-bottom: 50px;
}
.about_03_Box_Access_Left {
    width: 35%;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    padding-right: 15px;
}
.about_03_Box_Access_Right {
    width: 65%;
    box-sizing: border-box;
    color: #fff;
    padding-top: 15px;
}
@media screen and (max-width: 480px) {
    .about_03_Box_Access_Left {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #fff;
        padding-right: 0;
        text-align: center;
        padding-bottom: 10px;
    }
    .about_03_Box_Access_Right {
        width: 100%;
    }
}
.about_03_Box_Access_Right a {
    color: #fff;
}
.about_03_Box_Access_Right table {
    width: 100%;
}
.about_03_Box_Access_Right th {
    width: 30%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    box-sizing: border-box;
}
.about_03_Box_Access_Right td {
    width: 70%;
    padding-left: 15px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
}
.about_03_Box_Access02 {
    text-align: center;
    padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
.about_03_Box_Access_Right th {
    width: 30%;
}
.about_03_Box_Access_Right td {
    width: 70%;
}
.about_03_Box_Access02 {
    text-align: center;
    padding-bottom: 50px;
}
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {

}

/*************************************
ブログ関連
*************************************/
/*メインカラム*/
.blog-container h3 {
    border: none;
    background: #a31f24;
}
/*ウィジェット*/
.widget {
    border: none;
    background: #fff;
}
.widget-blog-calendar td[colspan="7"] center {
    background: #032b43;
}
.widget h2 {
    background: #032b43;
}

/*コンテンツ*/
.blog-container h3 {
    color: #fff;
}
.blog-container {
    color: #fff;
}
.blog-container a {
    color: cornflowerblue;
}
#Blog #wrap {
    background-color: #282828;
}
#Blog .uk-container {
    box-sizing: border-box;
    padding: 0;
}
.uk-container .uk-grid {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
/*    background-color: #fff;*/
    padding-top: 20px;
    padding-bottom: 20px;
/*    padding-right: 20px;*/
}
.uk-container .uk-grid > * {
    padding-left: 20px;
}
#Blog .uk-container .uk-grid .main-column {
    padding-left: 0;
}

/*一覧画面*/
#Blog .blog-container h4.post-title {
    border: none;
    background: #a31f24;
    color: #fff;
    line-height: 1.4;
}
#Blog .blog-container h4.post-title a {
    color: #fff;
    font-weight: normal;
}
@media screen and (min-width:768px) and ( max-width:1024px){
#Blog .uk-grid {
    padding-left: 15px;
    padding-right: 15px;
}

}
@media screen and (max-width: 480px) {
#Blog .uk-container {
    padding-left: 15px;
    padding-right: 15px;
}
.uk-container .uk-grid > * {
    padding-left: 0;
}
}



/*---------------------------------
 2021/03/24追加 バイクギャラリー
----------------------------------*/

.galleryBnr{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px auto;
}
.galleryBnr li:first-of-type{
	margin-right: 20px;
}
.galleryBnr li img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
.galleryBnr{
	flex-direction: column;
	text-align: center;
}
	.galleryBnr li{
	margin:15px 0;	
	}

.galleryBnr li:first-of-type{
	margin-right: 0px;
	margin-bottom: 5px;
}
}

#gallery_01 h2,#gallery_02 h2{
	background: #A31F24;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 5px 15px;
	height: 55px;
	position: relative;
	padding-left: 85px;
}
#gallery_01 h2 p,#gallery_02 h2 p{
	display: inline-block;
	font-size: 1rem;
	font-weight: normal;
	margin-left: 15px;
}

#gallery_01 h2::before{
	content: '';
	background: url("../images/update20210324/galleryIcon_car.png") no-repeat;
	background-size: 100%;
	width: 62px;
	height: 27px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
#gallery_02 h2::before{
	content: '';
	background: url("../images/update20210324/galleryIcon_bike.png") no-repeat;
	background-size: 100%;
	width: 60px;
	height: 37px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
#gallery_01 h2::after,
#gallery_02 h2::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
width: 0;
height: 0;
border-style: solid;
border-width: 0 45px 70px 0;
border-color: transparent #282828 transparent transparent;
}

@media screen and (max-width: 360px) {
#gallery_01 h2 p,#gallery_02 h2 p{
	font-size: 0.8rem;
}
}


#gallery_02 article{
	padding-top:50px;
	border-top: solid 1px #999;
}
#gallery_02 article:first-of-type{
	padding-top:20px;
	border-top: none;
}

#gallery_02 > .container > p{
	color: #fff;
}

.gallery_02_Box .flexBox {
    justify-content:flex-start;
}

.gallery_02_Box li {
    width: 24%;
	padding-right: 1%;
    text-align: center;
    margin-bottom: 50px;
}

.gallery_02_Box li:nth-child(4n){
	padding-right: 0%;
}

@media screen and (max-width: 480px) {
.gallery_02_Box li:nth-of-type(-n+4){
    margin-bottom: 15px;
}
.gallery_02_Box li:nth-of-type(9){
    margin-top: -35px;
}
}


/*-----------------------------------------
 2021/04/02 フードメニュー税込価格に変更 
 -----------------------------------------*/

.food_02_Box tr {
    width: 100%;
	background:none;
	display: flex;
	justify-content: space-between;
}
.food_02_Box th,
.food_02_Box td{
	display: block;
}

.food_02_Box th {
    width: 60%;
    background: #a31f24;
	position: relative;
}

.food_02_Box th:after{
	content: '';
	position: absolute;
	margin: auto;

	top: 20px;
	left: 0;
	width: 100%;
	height: 5px;
    background-image: url("../images/food_border.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.food_02_Box th span{
	display: inline-block;
    background: #a31f24;
	position: relative;
	z-index: 5;
}
.food_02_Box_List td{
	text-align: right;
    width: 40%;
}
.food_02_Box_List td span{
	position: relative;
	text-align: left;
	width: 100%;
    background: #a31f24;
	z-index: 5;
}
.food_02_Box_Title{
	line-height: 1.3;
}
td.all_price{
	padding-left: 10px;
}
