/*default setting
---------------------------------------------*/

html {
    font-family: sans-serif;
    /* 1 */
    font-size: 65%;
    /*10.4px*/
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}
div {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    width/***/
    : auto;
}

/*clearFix*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*\*/
    /*/
	height: auto;
	overflow: hidden;
	/**/
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #666;
}
a,
a img {
    outline: none;
}

/*box style
---------------------------------------------*/

.wrapper {
    max-width: 990px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.header {
    width: 100%;
    margin: 40px 0;
    position: relative;
}
.footer {
    width: 100%;
}
.footer.subDir {
    margin-top: 50px;
}
.container {
    clear: both;
    width: 100%;
}
.container.body {
    padding: 30px 20px 30px;
    font-size: 1.3rem;
    line-height: 1.6;
}

/*header & navigation style
---------------------------------------------*/

h1 {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
h1 .header_h1Image {
    width: 95px;
}
#navToggle {
    display: none;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#navToggle div {
    position: relative;
}
#navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #999;
}
#navToggle span:nth-child(1) {
    top: 0;
}
#navToggle span:nth-child(2) {
    top: 6px;
}
#navToggle span:nth-child(3) {
    top: 12px;
}
ul.header_nav {
    float: right;
}
ul.header_nav {
    margin: 0;
    margin-right: 20px;
    background: #fff;
}
ul.header_nav li {
    display: block;
    margin-right: 40px;
    padding: 10px 0;
    float: left;
}
ul.header_nav li:last-child {
    margin-right: 0;
}
ul.nav_store {
    visibility: hidden;
    position: absolute;
    top: 20px;
    right: -25px;
    z-index: -1;
    opacity: 0.5;
}
ul.nav_store li {
    float: none;
    display: block;
    width: 80%;
    padding: 8px 16px;
    background: #fff;
}
ul.header_nav li a,
ul.nav_store li a {
    display: block;
    width: 100%;
    background: #fff;
}
ul.header_nav li:hover > ul.nav_store {
    visibility: visible;
    top: 35px;
    z-index: 1;
    opacity: 1.0;
    transition: all .5s;
}

/*footer style
---------------------------------------------*/

.footer_copy {
    float: left;
    padding-left: 10px;
}
.footer_snsIcon {
    float: right;
}
.footer_snsIcon_fb,
.footer_snsIcon_insta {
    width: 18px;
    margin-right: 10px;
}

/*headding
---------------------------------------------*/


/*page style
---------------------------------------------*/


/* about  */

.messageBox {}
.messageTxt {
    z-index: 1;
    text-align: center;
    margin-top: -56%;
    margin-bottom: 15%;
}
@media screen and (max-width: 900px) {
    .messageTxt {
        margin-top: -58%;
        margin-bottom: 12%;
    }
}
@media screen and (max-width: 850px) {
    .messageTxt {
        margin-top: -64%;
        margin-bottom: 10%;
    }
}
@media screen and (max-width: 780px) {
    .messageTxt {
        margin-top: 20px;
        margin-bottom: 0;
    }
}
.messageTxt p {
    margin-bottom: 50px;
    line-height: 3rem;
    font-weight: normal;
    color: #fff;
    text-shadow: 2px 2px 3px #000, -2px 2px 3px #000, 2px -2px 3px #000, -2px -2px 3px #000;
}
.messageTxt p em {
    font-style: normal;
    font-weight: bold;
}
@media screen and (max-width: 780px) {
    .messageTxt p {
        margin-bottom: 50px;
        line-height: 3rem;
        font-weight: normal;
        color: #000;
        text-shadow: none
    }
    .messageTxt p.spL {
        text-align: left;
    }
}

/*dealer*/

dl.listDealer dt,
dl.listDealer dd {
    display: block;
    float: left;
    padding: 0 10px 20px;
    margin: 0 10px 20px;
    width: 60%;
}
dl.listDealer dt {
    clear: both;
    width: 20%;
    text-align: right;
}
dl.listDealer dd {
    font-weight: bold;
}
dl.listDealer dd span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 10px;
}

/*look*/

ul.lookList {
    margin: 0;
    padding: 0;
    padding-top: -1px;
    padding-left: -1px;
}
ul.lookList li {
    display: block;
    float: left;
    margin: 1px 1px;
    width: 24.7%;
}
ul.lookList li a img:hover {
    -webkit-filter: grayscale(100%) brightness(80%);
    -moz-filter: grayscale(100%) brightness(80%);
    -o-filter: grayscale(100%) brightness(80%);
    -ms-filter: grayscale(100%) brightness(80%);
    filter: grayscale(100%) brightness(80%);
    transition: 0.5s;
    transition: 0.5s;
}

/*contact*/

.listContact {
    display: block;
    padding: 70px;
    line-height: 3.0rem;
    box-sizing: border-box;
    background: #fff;
    max-width: 840px;
    margin: 0px auto;
    text-align: center;
}

.error .listContact dd ,.finish .listContact dd{
    width: 100%;
    text-align: left;
    margin: 0px;
    line-height: 2.2rem;
}

.listContact h3{
    font-size: 20px;
}

.listContact p{
    line-height: 2.2rem;
}


.listContact dt,
.listContact dd {
    float: left;
}
.listContact dt {
    width: 20%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}
.listContact dd {
    width: 70%;
    text-align: left;
}
.listContact input[type="text"] {
    width: 100%;
    font-size: 14px;
    border: 1px solid #c5c5c5;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 14px;
    background: #f4f4f4;
    border-radius: 4px;
}
.listContact textarea {
    width: 100%;
    height: 80px;
    padding: 14px;
    font-size: 14px;
    border: 1px solid #c5c5c5;
    font-weight: normal;
    background: #f4f4f4;
    border-radius: 4px;
}


.listContact input {
    color: #000;
    font-weight: bold;
}
.listContact .submit {
    border: solid 2px #000;
    padding: 12px 80px;
    margin: 10px auto 0px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    font-size: 15px;
}

.listContact .submit:hover{
    background: #000;
    color: #fff;
}

@media screen and (max-width:785px) {
.listContact {
    display: block;
    padding: 30px 30px 40px;
    line-height: 3.0rem;
    box-sizing: border-box;
    background: #fff;
    max-width: 840px;
    margin: 0px auto;
    text-align: center;}

.listContact input[type="text"] {
    width: 96%;
    font-size: 16px;
    border: 1px solid #c5c5c5;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 4px;
}
.listContact textarea {
    width: 96%;
    height: 90px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #c5c5c5;
    font-weight: normal;
    background: #f4f4f4;
    border-radius: 4px;
}
input[type="submit"]{
-webkit-appearance: none;
border-radius: 0;
}
.listContact .submit {
    border: solid 2px #000;
    background: #fff;
    padding: 12px 80px;
    margin: 0px auto;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    font-size: 15px;
}
}

/*form-error*/

.section ul {
    list-style: none;
}
.section em,
form em {
    color: #cc0000;
    font-style: normal;
}

/*form-confirm*/

.confirm {
    display: inline;
}
.confirm .submit {
    margin-top: 30px;
    margin-right: 50px;
}
@media screen and (max-width: 920px) {
    .listContact dt {
        width: 20%;
    }
    .listContact dd {
        width: 70%;
    }
}

/*---------------------------------------------
	media query @768
---------------------------------------------*/

@media screen and (max-width: 768px) {
    h1 {
        float: none;
    }
    h1:after {
        content: "";
        clear: both;
    }
    nav {
        display: none;
    }
    nav ul,
    nav li {
        float: none !important;
        font-size: 1.2rem;
    }
    #navToggle {
        display: block;
        z-index: 100;
    }
    ul.header_nav {
        padding-left: 10px;
        padding-top: 20px;
    }
    ul.nav_store {
        position: relative;
        visibility: visible !important;
        top: inherit;
        right: inherit;
        z-index: inherit;
        opacity: inherit;
        padding: 6px 10px;
    }
    ul.header_nav li:hover > ul.nav_store {
        visibility: visible;
        top: inherit;
        z-index: inherit;
        opacity: inherit;
        transition: none;
    }
    ul.lookList li {
        width: 32.9%;
    }
    .listContact dt,
    .listContact dd {
        float: none;
        width: 98%;
        margin-left: 0;
    }
}

/*---------------------------------------------
	media query @600
---------------------------------------------*/

@media screen and (max-width: 600px) {
    .header {
        margin: 20px 0;
    }
    h1 .header_h1Image {
        width: 76px;
    }
    .container.body {
        padding-top: 0;
    }
    p.footer_copy {
        padding-top: 36px;
        padding-left: 0;
    }
    .footer_snsIcon_fb,
    .footer_snsIcon_insta {
        width: 28px;
        margin-right: 20px;
    }
    .footer_snsIcon_insta {
        margin-right: 0;
    }
    /* about  */
    dl {
        width: 100%;
    }
    dl.listAbout dt,
    dl.listAbout dd {
        display: block;
        float: none;
        padding: 0 0 15px;
        margin: 0 0 15px;
        border-bottom: 1px solid #eee;
        width: inherit;
    }
    dl.listAbout dt {
        width: inherit;
        font-weight: bold;
    }
    dl.listAbout dd {
        width: inherit;
        padding-left: 0;
    }
    dl.listDealer dt,
    dl.listDealer dd {
        float: none;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    dl.listDealer dt {
        text-align: left;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    ul.lookList li {
        width: 49.4%;
    }
}

/*---------------------------------------------
	media query @360
---------------------------------------------*/

@media screen and (max-width: 360px) {
    .wrapper {
        padding: 0 10px;
    }
    p.footer_copy {
        padding-top: 36px;
        padding-left: 0;
        font-size: 0.8rem;
    }
    .footer_snsIcon_fb,
    .footer_snsIcon_insta {
        width: 24px;
        margin-right: 10px;
    }
    .footer_snsIcon_insta {
        margin-right: 0;
    }
    ul.lookList li {
        width: 49.2%;
    }
}
