@charset "utf-8";
/*デフォルト設定*/

/*共通*/

body{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height:1.8;
	color: #313131;
}

section > div{
	margin:0 10px;
}

section{
	margin-bottom:50px;
    padding: 40px 5px;
}

.wrap > p{
    text-align: left;
}

.wp-block-table td, .wp-block-table th{
    display: block;
    border: none !important;
}

.wp-block-table table tr td:nth-of-type(1) {
    background-color: #eee;
    font-weight: bold;
}

.bnr{
    display: block;
}

.bnr > div{
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

#s-main h2{
    text-align: center;
    padding: 20px 0;
}


/*タイトル*/

.ttl01{
    margin-bottom: 30px;
}

.ttl01 h2{
    font-size: 24px;
}

.ttl02{
    margin-bottom: 30px;
}

.ttl02 h2{
    font-size: 30px;
}

section h2{
    font-size: 20px;
    margin-bottom: 20px;
}

section h3{
    font-size: 25px;
    margin-bottom: 15px;
}

section h4{
    font-size: 16px;
}

.btn01 a,.btn02 a{
    font-size: 16px;
}

.btn02 a{
    padding: 10px 60px;
}

.btn-fl{
    display: block;
}

/*table*/
.table02 table th{
    vertical-align: top;
}

/*フッター*/

#footer{
    margin-top: 60px;
}

div#footer #ftInfo{
    position: relative;
    background: url(../img/finfo-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}

div#footer #ftInfo a{
    color: #fff;
}

div#footer #ftInfo .wrap > a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 30px;
    font-size: 18px;
    margin-bottom: 40px;
}

div#footer #ftInfo .wrap{
    text-align: center;
}

div#footer #ftInfo .wrap h3{
    font-size: 25px;
    margin-bottom: 1.5em;
}

.tel .sp {
    font-size: 30px;
    margin-bottom: 30px;
}

.f-sitemap li{
    text-align: center;
    padding: 15px 0;
    background-color: #EEEEEE;
    border-bottom: 1px solid #B4B4B4;
}

.f-sitemap02{
    display: flex;
    justify-content: center;
    background-color: #EEEEEE;
    padding: 15px 0;
}

.f-sitemap02 li{
    margin-right: 20px;
}

.f-sitemap02 li: last-child{
    margin-right: 0;
}

.con-btn{
    position: fixed;
    bottom: 0;
    z-index: 99;
    opacity : 0;
    transform : translate(0, 10px);
    transition : all 800ms;
}

.f-logo{
    text-align: center;
}

.f-logo img{
    width: 80%;
    margin: auto;
}

div#footer #ftInfo .wrap .shop {
    text-align: left;
}

.shop{
    padding: 0 20px;
}

.shop table th,.shop table td{
    display: block;
    width: 100% !important;
}

.shop table td{
    padding-bottom: 15px;
}


.ftb{
    background-color: #FFE200;
    padding: 60px 0 10px;
}

.ftb img{
    width: 50%;
    margin: auto;
}

.ft-info {
    text-align: center;
}

.ft-info .tel{
}

.sns{
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.sns li:first-child{
    margin-right: 10px;
}

.copyright{
    text-align: center;
    margin-top: 10px;
}

.copyright p{
    font-size: 13px;
}

/*オリジナル設定*/

h1#logo{
    width: 140px;
    height:auto;
    position:absolute;
    left: 20px;
    top: 10px;
    z-index: 10;
}

h1#logo a{
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 140px;
    height:auto;
    display:block;
    background: url(../img/logo.png) no-repeat center center;
    background-size: contain;
}

#header {
    width: 100%;
    z-index: 100;
    transition: 0.3s;
    height: 70px;
    background-color: #FFE200;
}

/*TOPページ*/

div#main-v{
    display:none;
}

.home div#main-v {
    display:block;
}

.price01{
    margin-bottom: 20px;
}

#topBox07{
    padding-top: 0;
}

/*中ページメイン画像*/


/*パンくず*/
div#bread {
    margin: 15px 0 30px 0;
}

#bread ul{
    margin-left: 20px;
}

#bread ul li {
    display: inline-block;
    font-size:13px;
}

ul.bread-list li a{
    font-size:13px;
    text-decoration:underline;
}

ul.bread-list li a:hover{
    text-decoration:none;
}

ul.bread-list li:after{
    content:">";
    margin-left:10px;
    margin-right: 5px;
}

ul.bread-list li:last-child:after{
    content:none;
}

iframe{
    width: 100%;
    height: 250px;
}

/*予約*/
div#scr {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
}

div#scr .wrap{
    display: flex;
}

div#scr .wrap > div{
    width: 50%;
    padding: 15px 0;
    text-align: center;
}

div#scr .wrap > div a{
    color: #fff;
}

.bt01{
    background-color: #FF9900;
}

.bt02{
    background-color: #00B900;
}



/*TOP*/

#topBox00{
    margin-top: 100px;
}

#topBox00 ul li{
    width: 45%;
}

.top_news .news_con{
    width: 100%;
}

.top_news .ttl01{
    width: 35%;
    margin-bottom: 10px;
}

#topBox02 img,#topBox06 img{
    width: 20%;
    margin: auto;
}

.point p{
    font-size: 16px;
}

#conlogo{
    width: 50% !important;
}

#topBox03 img{
}

#topBox04{
    margin-bottom: 0;
}



/*車両ラインナップ*/
.car_li-n{
  display: block;
}

.car_lineup > div img{
    margin-right: 0;
}

.car_li-n > div{
    width: 100%;
}

.car_lineup h4{
    font-size: 5vw;
}

.car_lineup h5 {
    font-size: 4vw;
}

.car_lineup > div table th, .car_lineup > div table td{
    font-size: 4vw;
}

.table01 table th, .table01 table td{
    padding: 5px;
    font-size: 11px;
}

.table01 table td span.small{
    display: none;
}

.price-in{
    padding: 15px;
}

.car_lineup > div p{
    font-size: 3vw;
}

.lineup{
    margin-bottom: 100px;
}

/*お知らせ
=========================================== */
.blog-list {
    margin-bottom: 50px;
}

#sidebar h2 {
    font-size: 18px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#sidebar > ul {
    margin-left: 10px;
}

#sidebar > ul li {
    margin-bottom: 10px;
}

#sidebar ul li#block-3{
    margin-bottom: 30px;
}


/*よくある質問
=========================================== */
ul.faq-tab {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.faq-tab > li{
    width: 50%;
}

ul.faq-tab label{
    font-size: 13px;
    padding: 10px;
}

ul.faq-tab > li:nth-child(4n){
    border-right: solid 1px #FFE200;
}
ul.faq-tab > li:nth-child(5){border-bottom:solid 1px #FFE200;}
ul.faq-tab > li:nth-child(6){border-bottom:solid 1px #FFE200;}

/*店舗情報
=========================================== */
#infoBox01 h3 img {
    width: 170px;
    height: auto;
}

#infoBox01 h3{
    margin-bottom: 40px;
}

#infoBox01 h4,#infoBox02 h4{
    margin-bottom: 10px;
}

#infoBox01 .flex > img{
    margin-top: 40px;
}

#infoBox02 .flex p{
    margin: 20px 0;
}

#infoBox01 h4 img,#infoBox02 h4 img{
  width: 180px;
}

.page-info .table01 table th{
    width: 35%;
}



/*ブログ
=========================================== */
#blogBox01 .wrap,#s-blogBox01 .wrap{
    display: block;
}

.blog-list,.blog-side{
    width: 100%;
}

.blogs-title h2{
    font-size: 16px;
}