@charset "UTF-8"; @media screen and (max-width: 640px) {
    .none,.inner.none,.bnr.none,.swiper-wrapper.none {
        display:none;
    }

    #page-nav {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        background: #FFF;
        z-index: 1000;
    }

    header {
        width: 100%;
        overflow: hidden;
        margin: 0px auto;
        padding: 5px 0px;
    }

    header h1 {
        line-height: 120%;
        display: none;
    }

    header .inner .logo {
        position: relative;
        float: none;
        text-align: left;
        width: 100%;
        margin: 0px auto;
        padding-left: 10px;
        z-index: 30000;
        padding-top: 10px;
    }

    header .inner .logo img {
        width: 50%;
    }

    header .inner .right {
        float: right;
        display: none;
    }

    header h1 {
        font-size: 80%;
        margin-bottom: 5px;
        text-align: center;
    }

    .mainarea-container {
        top: 60px;
    }

    .shop-select {
        width: 95%;
        margin: 0px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .shop-box {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 0px;
        margin-bottom: 30px;
        padding: 3%;
        border-radius: 10px;
        border: 3px solid #05489C;
        overflow: hidden;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .shop-box .shopText {
        width: 100%;
        padding-top: 10px;
    }

    .shop-box .shopText h3 {
        font-size: 120%;
    }

    ul.Info {
        font-size: 115%;
    }

    ul.Info li.tel {
        margin-top: 10px;
        font-size: 130%;
    }

    ul.Info li.tel a {
        font-size: 130%;
    }

    .shop-box .btn {
        width: 100%;
    }

    .shop-box .btn a {
        width: 80%;
        padding: 5% 10%;
        margin-bottom: 10px;
        background: #da0012;
        ; display: inline-block;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 1.5;
        color: #FFFFFF;
        font-size: 22px;
        border-radius: 10px;
        border: 1px solid #FFFFFF;
        /* box-shadow */
        box-shadow: 0px 5px 5px -4px #8c8c8c;
        -moz-box-shadow: 0px 10px 7px -4px #8c8c8c;
        -webkit-box-shadow: 0px 10px 7px -4px #8c8c8c;
    }

    .shop-box .btn a:hover {
        color: #FFFFFF;
        background-color: #da0012;
        /*border-color: hsl(211, 37%, 31%)*/
        ; -webkit-box-shadow: inset 0 0 1px 1px #e15259, 0 0 1px 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 0 1px 1px #e15259, 0 0 1px 3px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 0 1px 1px #e15259, 0 0 1px 3px rgba(0, 0, 0, 0.15);
        -webkit-text-shadow: 1px 1px 1px #001a36;
        -moz-text-shadow: 1px 1px 1px #001a36;
        -o-text-shadow: 1px 1px 1px #001a36;
        text-shadow: 1px 1px 1px #001a36;
    }

    .shop-box .btn .ready {
        width: 80%;
        padding: 5% 10%;
        margin-bottom: 10px;
        background: #93acbf;
        display: inline-block;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 1.5;
        color: #FFFFFF;
        font-size: 22px;
        border-radius: 10px;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 5px 5px -4px #8c8c8c;
        -moz-box-shadow: 0px 10px 7px -4px #8c8c8c;
        -webkit-box-shadow: 0px 10px 7px -4px #8c8c8c;
    }

    .shop-box .btn a p {
        font-size: 35px;
        color: #FFF;
        margin-bottom: 10px;
    }

    .shop-box .btn a:hover p {
        color: #FFF100;
    }

    .shop-box .btn a:hover {
        color: #FFF100;
    }

    .continner {
        width: 90%;
        margin: 0 auto;
    }

    .continner img {
        width: 100%;
    }

    .sp-area {
        overflow: hidden;
    }

    h1.page-tit {
        width: 100%;
        margin-top: 60px;
        height: 80px;
        background: url(../images/tit-back.png) no-repeat top center #D1DDF6;
        background-position: 60% 40%;
        background-size: 160%;
        margin-bottom: 10px;
    }

    #about01,#about02,#about03,#about03 {
        padding-top: 60px;
    }

    h1.page-tit .inner {
        position: relative;
        width: 100%;
        height: 70px;
        margin: 0px auto;
        overflow: hidden;
    }

    h1.page-tit .inner p {
        position: absolute;
        top: 28%;
        left: 0;
        bottom: 0;
        margin: auto;
        padding-top: 10px;
        font-size: 160%;
        font-weight: bold;
        color: #3e3a39;
        padding-left: 10px;
        text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }

    nav {
        width: 100%;
        border-top: 1px solid #DEDEDE;
        border-bottom: 1px solid #DEDEDE;
        background: #FFF;
        box-shadow: 0px 6px 6px -4px #808080;
        -moz-box-shadow: 0px 6px 6px -4px #808080;
        -webkit-box-shadow: 0px 6px 6px -4px #808080;
    }

    nav ul {
        width: 100%;
        margin: 0px auto;
        display: block;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    nav ul li {
        padding: 0px 0px;
    }

    nav ul li.now {
        border-bottom: 5px solid #D61619;
    }

    .main {
        width: 100%;
        overflow: hidden;
        margin-top: 60px;
        background: none;
        background-size: cover;
        height: auto;
    }

    .main .inner {
        width: 97%;
        overflow: hidden;
        margin: 0px auto;
        text-align: center;
    }

    .main .inner img {
        width: 100%;
        overflow: hidden;
        margin: 0px auto;
    }

    ul.main_bottom {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: 5px;
    }

    ul.main_bottom li {
        color: #ff3030;
        border-radius: 5px 8px;
        padding: 8px;
        font-weight: bold;
        background: #ffe2e2;
        font-size: 90%;
        line-height: 105%;
    }

    .factory {
        width: 100%;
        overflow: hidden;
        padding: 0px 0px 0px;
    }

    .factory .inner {
        width: 100%;
        overflow: hidden;
        margin: 0px auto;
        text-align: center;
    }

    .factory .inner img {
        width: 100%;
    }

    .factory {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 0px;
        background: #c0daf0;
        background-size: 100%;
        background-position: 0px 0px;
    }

    .factory .inner {
        width: 100%;
        overflow: hidden;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        text-align: center;
    }

    .top-price h2 {
        margin: 0px 0px 0px 0px;
    }

    .top-price h2 img {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .top-price {
        width: 100%;
        overflow: hidden;
        background-size: cover;
        height: auto;
    }

    .top-price .inner {
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
        padding: 0px 0px;
        display: block;
        justify-content: space-between;
        flex-wrap:  wrap;
    }

    .top-price-block {
        width: 90%;
        overflow: hidden;
        clear: both;
        margin: 0px auto;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .top-price .inner h2 {
        width: 100%;
    }

    .top-price .inner h2 img {
        width: 100%;
    }

    .top-price .inner h3 {
        padding: 6px 0px;
        font-size: 160%;
        line-height: 100%;
        background: #4E6A7F;
        color: #FFF;
    }

    .top-price .inner h3 span {
        font-size: 60%;
        line-height: 70%;
        color: #FFF;
    }

    .top-price .inner div.car {
        float: left;
        width: 45%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .top-price .inner div.car img {
        width: 90%;
        text-align: right;
    }

    .top-price .inner div.price {
        float: right;
        text-align: left;
        padding-top: 20px;
        width: 55%;
        font-size: 230%;
        font-weight: bold;
        color: #d80c18;
    }

    .adArea {
        background-image: url(../images/adarea_bg.jpg);
        background-repeat: repeat;
        background-position: center top;
        background-size: 1% auto;
        min-height: auto;
    }

    .adArea ul {
        display: table;
        margin-left: 0;
        width: 100%;
    }

    .adArea ul li {
        float: left;
    }

    .adArea ul li.person {
        margin-right: 1%;
        margin-left: 0;
        width: 42%;
    }

    .adArea ul li.pop {
        background-image: url(../images/adarea_pop_bg.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-right: 1%;
        width: 40%;
        padding: 3.5% 8px 2% 5px;
    }

    .adArea .tit {
        width: 100%;
        padding: 10px 0px;
        text-align: center;
        background: #FF3030;
        color: #fff;
        font-size: 200%;
        letter-spacing: 10px;
    }

    ul.adbnr {
        width: 95%;
        margin: 30px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    ul.adbnr li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .ul.adbnr li img {
        width: 100%;
    }

    ul.companybnr {
        width: 95%;
        margin: 30px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    ul.companybnr li {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    ul.companybnr li img {
        width: 100%;
    }

    .continner .companybnr li a {
        padding: 0;
    }

    .company .inner {
        width: 98%;
        margin: 0px auto;
        padding: 20px 0px;
    }

    table.companydata {
        margin: 0px 0px 10px 0px;
        width: 100%;
        text-align: center;
        border: 1px solid #D9D9D9;
        border-collapse: collapse;
        border-spacing: 0px;
    }

    table.companydata th,table.companydata td {
        padding: 6px;
        line-height: 18px;
        vertical-align: middle;
        border: none;
        text-align: left;
        font-size: 90%;
        line-height: 140%;
        color: #3f322c;
        display: block;
    }

    table.companydata th {
        width: auto;
        background: #fffcdf;
        color: #353535;
        font-weight: bold;
    }

   
    @media screen and (max-width: 320px) {
        .top-price .inner div.price {
            float:right;
            text-align: left;
            padding-top: 20px;
            width: 55%;
            font-size: 200%;
            font-weight: bold;
            color: #F60004;
        }
    }

    .top-price .inner div.price span {
        font-size: 60%;
        font-weight: bold;
    }

    .top-price div.price-btn {
        width: 80%;
        margin: 0px auto;
        margin-bottom: 30px;
        text-align: center;
        padding: 10px;
        background: #4E6A7F;
        border-radius: 10px;
    }

    .top-price div.price-btn img {
        width: 100%;
    }

    .top-price .maintit {
        background: #da0012;
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        padding: 12px 0px;
        font-size: 160%;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .reason {
        overflow: hidden;
        margin: 0px auto;
    }

    .reason h1 {
        overflow: hidden;
        margin: 0px auto;
        padding: 40px 0px 0px 0px;
        text-align: center;
    }

    .reason h1 img {
        width: 100%;
        margin-bottom: 15px;
    }

    .reason h2 {
        margin-bottom: 10px;
    }

    .reason .maintit {
        background: #da0012;
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        padding: 12px 0px;
        font-size: 160%;
        line-height: 150%;
    }

    .reason-list {
        width: 100%;
        background: #FFF;
        padding: 10px 0px;
    }

    .reason-list .inner {
        width: 90%;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .reason-list .inner div {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .reason-list .inner div img {
        width: 100%;
    }

    .reason-list div p {
        padding: 5px;
        background: #FFF;
        font-size: 100%;
    }

    .reason-list div p.txt {
        height: auto;
        line-height: 160%;
    }

    .reason-list div p.btn {
        padding: 10px 10px;
        text-align: center;
        border-radius: 0px 0px 10px 10px;
    }

    .reason-list div.reason-btn {
        padding: 10px;
        background: #4e6a7f;
        border-radius: 10px;
    }

    .reason-list div.reason-btn img {
        width: 100%;
    }

    .info {
        width: 100%;
        background: #FFFADE;
    }

    .info .inner {
        width: 90%;
        height: auto;
        padding: 20px 0px;
        margin: 0px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .info .inner div.tit {
        width: 100%;
        padding: 10px 0px;
        text-align: center;
    }

    .info .inner div.txt {
        width: 100%;
        padding: 10px 0px 10px 20px;
        color: #333;
        font-size: 120%;
        line-height: 240%;
        background: #FFF;
    }

    .info .inner div.txt dl {
        padding: 5px 0px;
        margin: 0px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .info .inner div.txt dl dt {
        width: 100%;
    }

    .flow-block {
        width: 100%;
        background: #FFF;
    }

    .flow-block .inner {
        width: 95%;
        margin: 0px auto;
        padding: 30px 0%;
    }

    .flow-column h3 {
        padding: 2%;
        margin-bottom: 0px;
        background: #d70001;
        border-radius: 5px 5px 0px 0px;
        text-align: left;
    }

    .flow-column h3 {
        padding: 10px 15px;
        margin-bottom: 0px;
        font-size: 130%;
        border-radius: 5px 5px 0px 0px;
    }

    .flow-column h3 span {
        margin-right: 10px;
        font-size: 110%;
        font-weight: inherit;
    }

    .flow-column p.img {
        width: 100%;
        margin-bottom: 10px;
    }

    .flow-column p.img img {
        width: 100%;
    }

    .flow-column .right {
        float: none;
        width: 100%;
    }

    .flow-column .txt {
        float: none;
        width: 100%;
    }

    .flow-column ul li {
        width: 100%;
    }

    .flow-column ul li img {
        width: 100%;
    }

    .flow-column .txt {
        width: 90%;
        margin: 0px auto;
    }

    .flow-column .txt p {
        margin-bottom: 15px;
    }

    .flow-column h4 {
        margin-bottom: 5px;
        padding: 2%;
        border-top: 1px solid #d70001;
        border-bottom: 1px solid #d70001;
        font-size: 120%;
        color: #d70001;
    }

    .flow-column ul.bnr {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 20px;
        display: block;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .flow-column ul.bnr li {
        width: 100%;
        text-align: center;
    }

    .flow-column ul.bnr li img {
        width: 95%;
    }

    .about {
        width: 100%;
        background: #FFF;
    }

    .about .inner {
        width: 950%;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about h1 {
        overflow: hidden;
        margin: 0px auto;
        padding: 10px 0px 0px 0px;
        text-align: center;
    }

    ul.abouttitarea {
        width: 97%;
        margin: 0px auto 30px;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    ul.abouttitarea li {
        width: 49%;
        text-align: center;
    }

    ul.abouttitarea li img {
        width: 100%;
        margin-bottom: 10px;
    }

    .about .inner,.about-block .inner {
        width: 95%;
        margin: 0px auto;
        overflow: hidden;
    }

    .about .inner h1 img {
        width: 90%;
        margin: 0px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about .inner div.ph {
        width: 100%;
    }

    .about .inner div.ph img {
        width: 100%;
    }

    .about .inner div.txt {
        width: 90%;
        padding: 5px 5%;
        color: #FFF;
        font-size: 100%;
        line-height: 160%;
        background: #D61619;
    }

    .about .inner h2 img {
        width: 100%;
    }

    div.about-list {
        padding: 20px 0px 10px 0px;
        background: url(../about/images/about-arrow.png) no-repeat;
        background-position: center right;
        background-size: 5%;
        width: 95%;
        margin: 0px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    div.about-list h2 {
        margin-bottom: 10px;
        text-align: left;
    }

    div.about-list div.left {
        width: 90%;
        padding-top: 0px;
        text-align: left;
    }

    div.about-list div.left img {
        width: 100%;
    }

    div.about-list div.right {
        display: none;
        width: 15%;
    }

    div.about-list div.right img {
        width: 90%;
    }

    div.about-list p {
        width: 80%;
        font-size: 100%;
        line-height: 140%;
    }

    a:hover div.about-list p {
        color: #D61619;
    }

    .about-block {
        width: 100%;
        margin: 0px auto;
        padding: 0px 0px;
        clear: both;
    }

    .about-block .lead {
        text-align: left;
    }

    .about-block .inner {
        padding: 10px 0px 30px 0px;
        width: 90%;
    }

    .about-block h3 {
        width: 90%;
        padding: 2%;
        margin-bottom: 10px;
        background: #da0012;
        border-radius: 5px;
    }

    .about-block h3 img {
        width: 100%;
        margin-left: 0px;
    }

    .about-column {
        padding-bottom: 10px;
    }

    .about-column .left {
        float: none;
        width: 100%;
    }

    .about-column .left p {
        margin-bottom: 15px;
    }

    .about-column .left h4 {
        padding: 5px;
        border-top: 1px solid #353535;
        border-bottom: 1px solid #353535;
        font-size: 130%;
        line-height: 160%;
        margin-bottom: 5px;
        color: #353535;
        font-weight: bold;
    }

    .about-column .right {
        float: none;
        width: 90%;
        margin: 0px auto;
        text-align: center;
    }

    .about-column .right img {
        width: 100%;
        margin: 0px auto;
        border: 1px solid #DDDDDD;
    }

    .about-column .left a {
        color: #004498;
        text-decoration: none;
    }

    .about-column .left a:visited {
        color: #004498;
    }

    .about-column .left a:hover {
        color: #004498;
        text-decoration: underline;
    }

    .info-page {
        width: 100%;
        /*background:#D9EBF9;*/
        overflow: hidden;
    }

    .info-page .inner {
        width: 90%;
        margin: 0px auto;
        padding: 20px 0px;
        overflow: hidden;
    }

    .info-page .inner div.txt {
        width: 100%;
        margin-bottom: 30px;
        padding: 0px 0px 0px 0px;
        color: #333;
        font-size: 120%;
        line-height: 200%;
        background: #FFF;
        float: none;
    }

    .info-page .inner div.txt dl {
        padding: 5px 0px;
        margin: 0px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .info-page .inner div.txt dl dt {
        width: 120px;
    }

    .info-page .inner .category {
        width: 100%;
        float: none;
        background: #FFF;
    }

    .info-page .inner .category h3 {
        padding: 15px 10px;
        color: #FFF;
    }

    .info-page .inner .category ul li a {
        width: 100%;
        display: block;
        padding: 15px 10px;
        background: #FFF;
        color: #222;
    }

    .info-page .inner .category ul li a:hover {
        background: #FF8A00;
        color: #FFF;
    }

    dt.date span {
        color: #FF0004;
        font-weight: bold;
        padding-left: 5px;
    }

    .column.info {
        margin: 0px 0px 20px 0px;
        background: #FFF;
    }

    .navi {
        text-align: center;
        font-size: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .column.info h2.title {
        padding: 5px 10px;
        margin: 0px 0px 10px 0px;
        color: #FFFFFF;
        font-size: 100%;
        text-align: left;
    }

    .column.info h2.title a {
        color: #FFFFFF;
        font-size: 130%;
    }

    .column.info div.date {
        font-size: 120%;
        text-align: left;
        color: #353535;
        background: #EFEFEF;
        padding: 5px 10px;
    }

    dt.date span {
        color: #FF0004;
        font-weight: bold;
        padding-left: 5px;
    }

    .column.info div.text,div.page-nav {
        padding: 0px 10px 5px 10px;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        background: #FFF;
    }

    .column.info div.text a img {
        clear: both;
        float: none;
    }

    .column.info div.text p {
        margin: 0px 0px 10px 0px;
    }

    .column.info div.text p.photo {
        text-align: center;
    }

    .column.info div.category {
        padding: 5px 5px 5px 5px;
        font-size: 11px;
        line-height: 11px;
        text-align: right;
    }

    .info {
        overflow: hidden;
        margin: 0px 0px 0px 0px;
    }

    .info h4 {
        background: #EFEFEF;
        padding: 5px;
        border-bottom: 2px solid #F00;
    }

    .top_right.info ul {
        margin: 0px 0px 10px 0px;
        font-size: 15px;
    }

    .info ul li {
        font-size: 15px;
    }

    .info ul li a {
        display: block;
        background: #fff;
        padding: 8px;
        font-size: 15px;
    }

    .info ul li a:link,a:visited {
        color: #353535;
        text-decoration: underline;
    }

    a:hover {
        text-decoration: underline;
        color: #353535;
    }

    .info ul li.now a {
        display: block;
        background: #FFF7B9;
        padding: 8px;
        color: #353535;
        text-decoration: none;
        font-size: 15px;
    }

    .left h3 {
        font-size: 16px;
        font-weight: bold;
        color: #F00;
        background-color: #fff7b9;
        padding: 8px;
        margin: 0px 0px 20px 0px;
        border-radius: 5px;
    }

    .bnr {
        width: 100%;
        background: #FFF;
    }

    .bnr .inner {
        width: 95%;
        margin: 0px auto;
        padding: 10px 0%;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .bnr .inner img {
        width: 100%;
    }

    .bnr .inner p {
        margin: 0px auto;
        margin-bottom: 5px;
        text-align: center;
    }

    ul.bnr {
        width: 100%;
        margin: 0px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    ul.bnr li {
        width: 100%;
        margin-bottom: 10px;
    }

    ul.tel-bnr {
        width: 100%;
        margin: 0px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    ul.tel-bnr li {
        width: 50%;
    }

    ul.tel-bnr li a {
        padding: 5px 5%;
        display: block;
        border-radius: 5px;
    }

    ul.tel-bnr.page li a {
        padding-top: 0px;
        padding-right: 2%;
        padding-left: 2%;
        padding-bottom: 5px;
    }

    ul.tel-bnr li img {
        width: 95%;
    }

    .shop {
        width: 100%;
        background: #FFF;
    }

    .shop .inner {
        width: 95%;
        margin: 0px auto;
        padding: 30px 0%;
    }

    .shop .maintit {
        background: #da0012;
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        padding: 12px 0px;
        font-size: 160%;
        line-height: 150%;
    }

    .shop h3 {
        width: 100%;
        margin-bottom: 15px;
    }

    .shop h3 img {
        width: 100%;
    }

    h4.shoparea {
        width: 80%;
        margin: 0px auto;
        margin-bottom: 15px;
        padding: 5px;
        text-align: center;
        border: none;
        background: #FFFADE;
        font-size: 110%;
    }

    .shop .inner div {
        margin: 0px auto;
        padding: 10px 10px;
        border: 1px solid #D61619;
        border-top: none;
        overflow: hidden;
    }

    table.shop td span.red {
        font-size: 110%;
        color: #da0012;
    }

    ul.shop {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }

    ul.shop li.name {
        font-size: 110%;
    }

    ul.shop li {
        font-size: 100%;
    }

    ul.shop li.reserve {
        font-size: 90%;
        color: #FF0004;
    }

    ul.shop li.reserve a {
        font-size: 120%;
        color: #FF0004;
    }

    p.map {
        clear: both;
        float: none;
        width: 100%;
    }

    .price {
        overflow: hidden;
        margin: 0px auto;
        background: #FFF;
    }

    .price h2 {
        overflow: hidden;
        margin: 0px auto;
        margin-bottom: 10px;
        padding: 10px 0px;
        border-top: 1px solid #233791;
        border-bottom: 1px solid #233791;
        text-align: center;
        font-size: 150%;
        letter-spacing: 0px;
        background: #FFF;
        color: #233791;
    }

    .price h2.tokutoku {
        border-top: 1px solid #00682F;
        border-bottom: 1px solid #00682F;
        color: #00682F;
    }

    .price-list li {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .price-list li img {
        width: 90%;
    }

    #showcase .pointer {
        text-align: center;
        padding: 10px;
    }

    #showcase .pointer span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 7px;
        border-radius: 8px;
        border: 1px solid #000;
    }

    #showcase .pointer span.current {
        background: #FC0;
    }

    .price {
        background: #FFF;
    }

    .price .inner {
        width: 95%;
        margin: 0px auto;
        padding: 8px 0px;
    }

    .price .inner img {
        width: 100%;
        margin: 0px auto;
    }

    table.price_data {
        width: 100%;
        margin: 0px 0px 20px 0px;
        text-align: center;
        border: 1px solid #999;
        border-collapse: collapse;
        border-spacing: 0px;
        overflow: hidden;
    }

    table.price_data th {
        font-size: 100%;
        border: 1px solid #999;
        color: #222;
        padding: 8px 2px 8px 10px;
        background: #DDD;
        font-weight: normal;
        text-align: left;
    }

    table.price_data td {
        border: 1px solid #999;
        padding: 10px 2px 10px 2px;
        font-size: 80%;
        background: #EEE;
        font-weight: bold;
    }

    table.price_data th.car {
        font-size: 100%;
    }

    table.price_data td.car {
        background: #FFFFFF;
        padding: 5px 2px 0px 2px;
    }

    table.price_data td.price {
        padding: 0px 10px 0px 0px;
        font-size: 120%;
        text-align: right;
        background: #FFF;
        font-weight: bold;
    }

    table.price_data td.discount {
        background: #FFFF00;
        font-size: 140%;
    }

    table.price_data th.max {
        padding: 8px 2px 8px 2px;
        background: #FFFF00;
        font-size: 120%;
        color: #FF3030;
    }

    table.price_data td.max {
        padding: 8px 2px 8px 2px;
        background: #FFFF00;
    }

    .price-txt {
        text-align: left;
    }

    table.price_data td.max {
        padding-right: 10px;
        font-size: 130%;
        font-weight: bold;
        color: #FF3030;
    }

    .shop-list .inner {
        width: 95%;
        margin: 0px auto;
        padding-top: 20px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    h3.shop-list {
        margin-bottom: 10px;
        padding: 5px 0px;
        font-size: 180%;
        border-top: 1px solid #233791;
        border-bottom: 1px solid #233791;
        color: #233791;
        text-align: center;
        background: #FFF;
    }

    .shop-block .map {
        width: 100%;
        float: none;
    }

    .shop-block .txt {
        width: 100%;
        text-align: left;
        overflow: hidden;
        margin: 0px auto;
        float: none;
    }

    .shop-block .txt .reserve {
        font-size: 110%;
        color: #EE0003;
    }

    .shop-block .txt .reserve a {
        font-size: 100%;
        color: #EE0003;
        text-decoration: underline;
    }

    footer {
        clear: both;
        width: 100%;
        padding: 5px 0px 160px 0px;
        text-align: center;
    }

    footer .inner {
        width: 90%;
        margin: 0px auto;
        text-align: center;
        color: #FFF;
        overflow: hidden;
    }

    footer .inner div.link {
        width: 100%;
        float: none;
        text-align: center;
        overflow: hidden;
    }

    footer .inner a {
        margin-right: 40px;
        color: #FFF;
    }

    footer .inner div.copy {
        width: 100%;
        padding-top: 8px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 8px;
        float: none;
        text-align: center;
        font-size: 60%;
        overflow: hidden;
        color: #FFF;
    }

    .footer-nav {
        width: 100%;
        background: #EEE;
    }

    .footer-nav ul {
        margin: 0px auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-nav ul {
        width: 95%;
        margin: 0px auto;
        padding: 5px 0%;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-nav ul li {
        width: 46%;
        border-right: none;
        padding: 5px 2%;
    }

    .footer-nav ul li a {
        font-size: 85%;
    }

    .footer-nav ul li:last-child {
        border-right: none;
    }

    .footer-nav ul li:before {
        content: "＞";
        font-size: small;
    }

    .center {
        text-align: center;
    }

    .center .inner {
        width: 90%;
        margin: 0px auto;
        padding: 0px 0px 30px 0px;
        text-align: center;
    }

    .center .inner img {
        width: 100%;
    }

    .tel-txt .inner {
        width: 90%;
        margin: 0px auto;
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .tel-txt .inner p {
        margin: 0px auto;
        padding: 0px;
        border: none;
        font-size: 110%;
        line-height: 180%;
        background: #FFF;
    }

    .tel-txt .inner span.tel {
        font-size: 140%;
        color: #FF0C10;
    }


    .sp-bnr-tel-img {
        margin-bottom: 10px;
        display: block;
    }


.sp-bnr-tel-img {
    display: none;
}

#siteBottom {
    margin-bottom: 150px;
}

.top-price-block .kwskBtn {
    background: rgb(70, 70, 70) none repeat scroll 0 0;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    padding: 8px;
    color: #fff;
    margin-bottom: 10px;
}

.top-price-block .kwskBtn a {
    color: #fff;
}

.top-price-block .kwskBtn a:link, a:visited {
    color: #fff;
}

.mgR4 {
    margin-right: 4px;
}

.vaM {
    vertical-align: middle;
}

#acMenu dt {
    display: block;
    width: calc(100% - 15px);
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background: url(../price/images/arrow01.png) no-repeat #233791;
    background-position: right 10pt center;
    color: #FFF;
    padding-right: 15px;
    font-size: 160%;
}

#acMenu dt.tokutoku {
    background: url(../price/images/arrow01.png) no-repeat #00682F;
    background-position: right 10pt center;
}

#acMenu dd {
    width: 100%;
    display: none;
}

#acMenu dt.active {
    background: url(../price/images/arrow02.png) no-repeat #D91F1B;
    background-position: right 9pt center;
}

#acMenu dt.tokutoku.active {
    background: url(../price/images/arrow02.png) no-repeat #00682F;
    background-position: right 9pt center;
}

#acMenu p.car-img {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

#acMenu p.car-img img {
    width: 50%;
}

dl.floatDl2 dt {
    clear: left;
    float: left;
    font-weight: bold;
    width: 14em;
    font-size: 110%;
}

dl.floatDl2 dd {
    color: #f70015;
    font-weight: bold;
    padding: 0 0 8px;
    font-size: 110%;
}
/*---------------------------------------------*/
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10000;
    display: block;
    border-top: 1px solid #CCC;
    padding-top: 5px;
}

    .footer_area p:first-child{
        width: 95%;
        margin: 0px auto;
        margin-bottom: 5px;
        text-align: center;
        padding: 5px 5px 0px 5px;
        font-size: 110%;
        line-height: 1;
        font-weight: bold;
        color: #ff1000;
        background: linear-gradient(transparent 80%, #ffff10 0%);
    }
    .footer_area > p {
            color: #333;
        text-align:center;
    }
    .footer_area p span {
        font-weight: inherit;
        font-size: 130%;
        line-height: 1;
        color: inherit;
    }

    .footer_area p span span {
        font-weight: inherit;
        font-size: 150%;
    }
.footer_area ul {
	position: relative;
	margin: 0px auto;
	padding: 4px 10px 10px 10px;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_area ul li {
	width: calc(100% / 2 - 5px);
	display: block;
	text-align: center;
	text-decoration: none;
}
.footer_area ul li a{
	display:
	block;
	padding: 15px 0px;
	color:#FFF;
	font-size: 130%;
	background: #21ac38;
	background: rgb(33,172,56);
	background: linear-gradient(0deg, #19882b 0%, #21AC38 25%,  #6bec80 100%);
	border-radius: 10px;
	border: 0px solid #ffffff;
	filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.25));
	font-weight: bold;
	border: 1px solid #eee;
}
	.footer_area ul li a.reserve{
		background: #f35901;
		background: rgb(211,78,0);
		background: linear-gradient(0deg, #dd5403 0%, #F35900 25%,  #ffc09c 100%);
	}
.footer_area ul li a span{
	padding-right:5px;
		color:#fff;
	vertical-align: text-top;
	font-size: 140%;
	}
.footer_area ul li a:hover{
    	text-decoration: none;

}

.info-btn a {
    padding: 10px;
    border-radius: 10px;
}
}
