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;
}

/* 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 #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body {
    width: 98%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


header {
  padding: 5px 0;
  margin-top: 5px;
}

.header_menu li {
    margin-left: 80px;
    font-weight: bold;
}

.header_menu li a {
    color:#4d4d4d;
    transition: .3s;
    text-decoration: none;
}

.header_menu li a:hover {
    color: #ef1d1d;
    transition: .3s;
}


.mv {
    width: 100%;
    text-align: center;
}

.mv img {
     width: 1120px;
}

.news h2 {
    color: #ef1d1d;
    font-size: 20px;
    margin-bottom: 5px ;
}

.news h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

 .news {
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 20px;
 }

 .main {
    text-align: center;
 }


.main_text ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
    
.main_text ul li {
    list-style: none;
}


.about h2 {
    text-align: center;
    margin-top: 30px;
}

.about_text ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.about_text ul li {
    list-style: none;
}

.about_text ul li:last-child {
    margin-left: 45px;
} 

.service {
    margin-top: 30px;
    text-align: center;
}
.service h2 {
    margin-bottom: 10px;
}

.tel {
    text-align: center;
   margin-bottom: 60px;
   margin-top: 30px;
}


.map iframe {
   display: block;
   margin: 0 auto;
   width: 60%;
   aspect-ratio: 16/9;
   margin-bottom: 60px;
}


.access ul {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.access ul li {
    list-style: none;
}

.footer {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer_text {
font-weight: bold;
line-height: 150%;
margin-top: 20px;
}

.footer_text a {
    text-decoration: none;
    color: #4d4d4d;
}

.footer_text a:hover {
    color: #ef1d1d;
    transition: .3s;
}


.footer_text p {
    color: #4d4d4d;
}





@media screen and (max-width: 600px){
    .container flex {
        flex-direction: column;
        height: auto;
    }

.main_text UL {
    flex-direction: column;
    height: auto;
    text-align: center;
}    

.about_text ul {
    flex-direction: column;
    height: auto;
    text-align: center;
}
.about h2 {
    margin-bottom: 10px;
}




.access ul {
    flex-direction: column;
    height: auto;
    align-items: center;
}


.news {
    width: 330px;
}

.map iframe {
    width: 90%;
}

}
