﻿@charset "utf-8";

/*-------------------------------------------
各ページ要素
-------------------------------------------*/
#motorcycleBlock{
	text-align: center;
}

a:link{text-decoration:none !important;}
a:visited{text-decoration:none !important;}
a:hover {text-decoration:none !important;}

/* header */

#header{
	background: #fff;
    border-bottom: 1px solid #000;
}

#header .section-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .logo img{
	max-width: 210px;
	margin-right: 20px;
}

#header .shop-header .shop p{
    font-weight: bold;
}

/* footer */

#footer #contentArea .nav .text {
	border-top: 2px solid #000;
    padding: 2rem 0 0 0;
}

#footer #contentArea .nav:last-child{
	border-bottom: 0;
}

#footer #contentArea #nav2{
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 2rem;
}

.nav2_area{
	width: 90%;
	margin: 0 auto 1rem auto;
}

.nav2_area .shopName{
	margin-bottom: 1rem;
}

.nav2_area .table {
	display:table;
	border-collapse:collapse;
}

.nav2_area .table .row {
	display:table-row;
}

.nav2_area .table .cell {
	display:table-cell;
	border:none;
	padding-right: 2rem;
}

.nav2_area .tell{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.nav .nav2_area img{
    width: 90%;
    max-width: 500px;
	display: block;
	margin: 3rem auto;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.nav .nav2_area img:hover{
	opacity: 0.5;
}

.nav .shopMap{
    width: 70%;
    max-width: 700px;
	margin: auto;
}

/* pageTop */

.pageTop {
	text-align: right;
	position:  fixed;
    bottom: 110px;
    right: 0px;
	z-index: 999;
	cursor: pointer;
}

.pageTop img{
	max-width: 90px;
    width: 80%;
    margin-right: 10%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.pageTop img:hover{
    opacity: 0.5;
}

/* floatingArea */

#floatingArea{
    height: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    z-index: 99;
}

#floatingArea #floatingButton ul{
    display: flex;
    width: 100%;
    background: #FFFFFF;
}

#floatingArea #floatingButton ul li{
    text-align: center;
    width: 50%;
    border-right: 1px solid #e4eaed;
    z-index: 999;
    cursor: pointer;
    background-color: #E11622;
}

#floatingArea #floatingButton ul li.active{
    background: #565656;
    opacity: 0.98;
}

#floatingArea #floatingButton ul li a{
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#floatingArea #floatingButton ul li a:hover{
    opacity: 0.5;
}

#floatingButton ul li:last-child{
    border-right: 1px solid #E11622!important;
}

#floatingButton ul li .text{
    text-align: center;
    font-size: 1.3rem;
    margin-top: 7px;
}

#floatingButton ul li a{
    text-align: center;
    text-decoration: none;
}

/* floatingArea-sp */

.floatSp{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.floatSp .logo img{
    max-height: 40px;
	margin-right: 5px;
    margin-bottom: 20px;
}

.floatSp .logoSmall img{
    max-width: 40px;
	margin-right: 10px;
    margin-bottom: 20px;
}

.floatSp .text p{
    text-align: center;
}

.floatSp .text .titl{
    font-size: 1.9rem;
    font-weight: 700;
}

.floatSp .text .time{
    display: block;
    border-top: 1px solid #fff;
    margin-top: 3px;
    padding-top: 3px;
}

/* footerarea */

#footer-area {
    background: #000;
}

#footer-area .footer-inner .footer-bottom{
    background-color: #000000;
    position: relative;
}

#footer-area .footer-inner .footer-bottom p{
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

#footer-area .footer-inner .footer-txtList{
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

#footer-area .footer-inner .footer-txtList .ttl{
    display: block;
    padding: 20px 0 10px;
    text-align: center;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

#footer-area .footer-inner .footer-bottom .txtList{
    max-width: 950px;
    margin: 0 auto;
}

#footer-area .footer-inner .footer-bottom .txtList li{
    margin-top: 7px;
    padding: 0 0.5em;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    box-sizing: border-box;
}

#footer-area .footer-inner .footer-bottom .column1{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
    justify-content: center;
}

#footer-area .footer-inner .footer-bottom .column1 li{
    width: 50%;
}

#footer-area .footer-inner .footer-bottom .column2{
    text-align: center;
}

#footer-area .footer-inner .footer-bottom .footer-link{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer-area .footer-inner .footer-bottom .footer-link p a{
    color: #ffffff;
}

#footer-area .footer-inner .footer-bottom .footer-link p:first-child{
    border-right: 1px solid #ffffff;
    padding-right: 20px;
}

#footer-area .footer-inner .footer-bottom .footer-link p:last-child{
    padding-left: 20px;
}

#footer-area .footer-inner .footer-bottom .Copyright{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

/* top banner */

#topBlock .bnrArea img{
	width: 100%;
}

#topBlock .bnrArea-full img{
	width: 80%;
    display: block;
    margin: 0 auto 3rem auto;
}

.content #topBlock .nav1_area img{
	width: 90%;
	max-width: 500px;
	display: block;
	margin: 3rem auto;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.content #topBlock .nav1_area img:hover{
	opacity: 0.5;
}

/* contentnavi */

.content{
	margin-bottom: 2em;
}

.content .naviMenu .menuWrap{
    border-top: 1px solid #7d7d7d;
}

.content .naviMenu .menu{
    border-right: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
    float: left;
    width: 50%;
    padding: 15px;
	box-sizing: border-box;
	color: #151b28;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 2rem;
}

.content .naviMenu a:nth-child(2n) .menu{
    border-right: none;
}

.ontent .naviMenu .menu a{
    text-decoration: none;
    color: #151b28;
}

.content .naviMenu .menu:hover{
    background-color: #d4d4d4;
}

.content .naviMenu .menu:hover a{
    color: #ffffff!important;
}

.content .naviMenu .menuWrap .menu.active{
    background-color: #004EA2;
	color: #ffffff;
}

.nav1_area{
	width: 90%;
	margin: 0 auto 1rem auto;
}

.container #nav1 {
    padding: 1.5rem 0 0 0;
    font-size: 1rem;
}

.nav1_area .table {
	display:table;
	border-collapse:collapse;
}

.nav1_area .table .row {
	display:table-row;
}

.nav1_area .table .cell {
	display:table-cell;
	border:none;
	padding-right: 0.5rem;
}

/* content */

.itemArea{
	text-align: center;
    margin-top: 5rem;
}

/* sp */

@media screen and (max-width:768px) {
	.pcOnly {
    display: none;
	}
	.spOnly {
    display: block;
	}
    #header .shop-header .shop p{
        font-size: 1.5rem;
        margin-right: 0rem;
    }
	#footer-area{
        padding-bottom: 50px;
    }
    #footer-area .footer-inner .footer-txtList{
        padding-bottom: 0;
    }
    #footer-area .footer-inner .footer-txtList .ttl{
        position: relative;
        padding: 20px;
        cursor: pointer;
        pointer-events: visible;
    }
    #footer-area .footer-inner .footer-bottom .txtList li{
        width: 100%;
        margin-top: 8px;
        padding: 0 20px;
        font-weight: normal;
    }
    #footer-area .footer-inner .footer-bottom .txtList .column2 li{
        margin-bottom: 15px;
    }
    #footer-area .footer-inner .footer-txtList .accBtn::after{
        content: '';
        display: block;
        position: absolute;
        background: url(/images/arrow_b_white.png) no-repeat center;
        background-size: 100%;
        width: 15px;
        height: 15px;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    #footer-area .footer-inner .footer-bottom .accIn{
        display: none;
    }
    #footer-area .footer-inner .footer-bottom .open .accBtn:after{
        transform: rotateZ(180deg);
    }
}

/* pc */

@media screen and (min-width:769px) {
	.pcOnly {
    display: block;
	}
	.spOnly {
    display: none;
	}
    #header .shop-header .shop p{
        font-size: 2.5rem;
        margin-right: 3rem;
    }
	.naviMenu{
		max-width: 1000px;
		margin: 20px auto
	}
	.bnrArea, .nav2_area, .box, .container, .nav{
		max-width: 750px;
		margin: 0 auto;
    }
    #topBlock .bnrArea-full{
        width: 1200px;
        margin: 0 auto;
    }
    #topBlock .bnrArea-full img {
		width: 100%;
		margin: 0 0 30px;
	}
    /* floatingArea */
    #floatingArea{
        height: auto;
        position: fixed;
        top: 120px;
        right: 0;
        width: 60px;
    }
    #floatingArea{
        writing-mode: vertical-rl;
    }
    #floatingButton ul {
        height: fit-content;
    }
    #floatingArea #floatingButton ul li {
        border-bottom: 1px solid #e4eaed;
        border-right: none;
        padding: 0;
    }
    #floatingButton ul li:last-child{
        border-right: none!important;
    }
    #floatingArea #floatingButton ul li a{
        padding: 30px;
        height: auto;
        font-size: 1.3em;
        font-weight: 700;
    }
}

