@charset "utf-8"; 
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3 ,h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #303030;
    margin: 30px 0;
}

input, select {
    vertical-align:middle;
} 

/* original */
html {
    scroll-behavior: smooth;
    font-size: 12px;
}
body {
    font-family: kozuka-gothic-pr6n, sans-serif;
    color: #292e49;
}
* {
    box-sizing: border-box;
}
header {
    width: 100%;
    background-image: url(../img/main_bg3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.h1_title {
    width: 90%;
}
.h1_title img {
    width: 100%;
}
.sec00 {
    width: 100%;
    background: repeating-linear-gradient(90deg, #fddfd4, #fddfd4 10px, #fee4dd 10px, #fee4dd 20px);
    padding: 60px 0 70px;
}
.wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.h2_title {
    font-size: 4rem;
    padding-bottom: 12px;
    color: #4B4B4B;
    font-weight: 900;
    filter: drop-shadow(2px 2px 0 #dbdbdb);
}

/* ディーラー社リスト前後の強調  春：pink　秋：orange*/
.pink {
    color:#F844CE;
}
.orange {
    color: #ff7139;
}

.size_up {
    font-size: 6rem;
}
.dealer_list {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    border: solid 2px #707070;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.list_item {
    width: 49%;
    padding: 10px 0;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 600;
}
.hosho {
    width: 100%;
    background-color: #D60000;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    padding: 5px 0 8px;
}
.sec0 {
    width: 100%;
    background-color: #fff;
    padding: 60px;
}
.h2_title2 {
    font-size: 5rem;
    color: #4B4B4B;
    font-weight: 900;
    padding-bottom: 15px;
}
.address {
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #5B5B5B;
    padding-bottom: 10px;
}
.map {
    width: 100%;
}
.map img {
    width: 100%;
}
.time {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100vh;
    border: solid 5px #222;
    padding: 10px 0 12px;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}
.text {
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    font-family: vdl-logona, sans-serif;
    color: #222;
}
footer {
    width: 100%;
    background-color: #222;
    text-align: center;
    color: #fff;
    padding: 50px 0;
}
.wrapper2 {
    padding: 0 5%;
}
.footer_text {
    font-size: 2rem;
    line-height: 1.2em;
    font-weight: 700;
}
.footer_text2 {
    padding-top: 20px;
    font-size: 2.5rem;
    line-height: 1.2em;
    font-weight: 700;
}
@media screen and (max-width: 1030px) {
.h1_title {
    width: 98%;
}
}
@media screen and (max-width: 950px) {
.sec00 {
    padding: 40px 0 50px;
}
.wrapper {
    padding: 0 5%;
} 

}
@media screen and (max-width: 850px) {
header {
    height: 600px;
}
.h2_title {
    font-size: 4rem;
}
.list_item {
    font-size: 2rem;
}
.size_up {
    font-size: 5.5rem;
}
.h2_title2 {
    font-size: 4.5rem;
}
.address {
    font-size: 1.5rem;
}
.time {
    width: 80%;
    font-size: 3rem;
}
.text {
    font-size: 3rem;
}
}
@media screen and (max-width: 700px) {
.h2_title {
    font-size: 3rem;
}
.list_item {
    font-size: 1.5rem;
}
.size_up {
    font-size: 4.5rem;
}
.h2_title2 {
    font-size: 3.5rem;
}
.address {
    font-size: 1.2rem;
}
.time {
    width: 80%;
    font-size: 2.5rem;
}
.text {
    font-size: 2.5rem;
}
.footer_text {
    font-size: 1.5rem;
}
}
@media screen and (max-width: 600px) {
.sec00 {
    padding: 30px 0 40px;
}
.sec0 {
    padding: 30px 0;
}
.time {
    padding: 5px 0 6px;
}
.footer_text {
    font-size: 1.4rem;
}
.footer_text2 {
    font-size: 2.2rem;
}
}

@media screen and (max-width: 530px) {
.h1_title {
    width: 100%;
}
.h2_title {
    font-size: 2.5rem;
}
.dealer_list {
    padding: 15px;
    margin-bottom: 20px;
}
.list_item {
    font-size: 1.2rem;
}
.size_up {
    font-size: 3.5rem;
}
.h2_title2 {
    font-size: 3rem;
}
.hosho {
    font-size: 2.2rem;
    padding: 5px 0;
}
.address {
    font-size: 1rem;
}
.time {
    width: 80%;
    font-size: 2rem;
}
.text {
    font-size: 2rem;
}
.wrapper2 {
    padding: 0 2%;
}
}

@media screen and (max-width: 412px) {
.wrapper {
    padding: 0 4%;
}
.h2_title {
    font-size: 2.2rem;
    font-weight: 900;
}
.dealer_list {
    padding: 20px;
    margin-bottom: 20px;
}
.list_item {
    width: 100%;
    font-size: 1.5rem;
}
.size_up {
    font-size: 3rem;
}
.h2_title2 {
    font-size: 3rem;
    padding-bottom: 5px;
}
.hosho {
    font-size: 2rem;
}
.time {
    width: 80%;
    font-size: 2rem;
}
.text {
    font-size: 1.5rem;
}
footer {
    padding: 20px 0;
}
.footer_text {
    font-size: 1.1rem;
}
.footer_text2 {
    font-size: 1.6rem;
}
}

@media screen and (max-width: 340px) {
.time {
    width: 90%;
}
.footer_text {
    font-size: 1rem;
}
}