/* reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    width: 100%;
    height: 100%;
    line-height: 1;
}

html {
    height: 100%;
}

a {
    color: #000000;
    text-decoration: none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
}

.news-a {
    color: #576ba3;
}


/* header */
.header {
    width:100%;
    padding: 10px 30px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .header {
        height: 110px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .header {
        height: 120px;
    }
}
@media screen and (min-width: 1025px) {
    /* 1025px以上に適用されるCSS（デスクトップ用） */
    .header {
        height: 120px;
    }
}

.header-image-logo {
    width: 100%;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .header-image-logo {
        height: 50px;
    }

    .logo {
        width: 200px;
        margin: 0 auto;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .logo {
        width: 200px;
    }
}
@media screen and (min-width: 1025px) {
    /* 1025px以上に適用されるCSS（デスクトップ用） */
    .header-image-logo {
        height: 100px;
    }

    .logo {
        width: 300px;
    }
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .header-wrapper {
        display: block;
        text-align: center;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .header-wrapper {
        justify-content: space-between;
    }
}

.nav-wrapper {
    display: flex;
    margin-left: 0px;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .nav-wrapper {
        justify-content: center;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .nav-wrapper {
        justify-content: center;
        margin-left: 0px;
        margin-right: 5px;
    }
}

.nav-item a {
    display: block;
    color: #000;
    font-weight: 500;
    width: 100%;
    line-height: 39px;
    padding: 12px 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .nav-item a {
        display: block;
        padding: 5px 14px;
        font-size: 10px;
        line-height: 20px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .nav-item a {
        display: block;
        padding: 12px 20px;
        font-size: 12px;
    }
}


@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .nav-item a {
        border-left: none;
    }
}


.nav-item a:hover {
    transition: 0.3s;
    opacity: 0.7;
}

.nav-icon {
    position: relative;
    top: 8px;
    height: 32px;
    margin-right: 8px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .nav-icon {
        height: 20px;
        top: 5px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .nav-icon {
        top: 7px;
        height: 28px;
    }
}


/* top */
.top-image {
    margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .top-image {
        margin-bottom: 0;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .top-image {
        margin-bottom: 140px;
    }
}

.top-image-size {
    width: 100%;
}

.top-items {
    display: flex;
    justify-content: space-between;
    margin: 50px 30px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .top-items {
        display: flex;
        justify-content: space-between;
        margin: 20px 10px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .top-items {
        display: flex;
        justify-content: space-between;
        margin: 50px 30px;
    }
}

.top-item {
    width: 32%;
    background-color: #fff;
}

.top-item img:hover {
    max-width:100%; 
    opacity: 0.6;
    height: auto; 
}

.top-item img {
    width: 100%;
}

.top-contents {
    margin-bottom: 100px;
}

.top-news {
    text-align: center;
}

.textnews {
    font-size: 20px;
    margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .textnews {
        font-size: 10px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .textnews {
        font-size: 20px;
        margin-bottom: 70px;
    }
}

.bannernews {
    font-size: 20px;
    margin-right: 50px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .bannernews {
        font-size: 10px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .bannernews {
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.news {
    font-size: 20px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .news {
        font-size: 8px;
        margin-left: 0;
        margin-bottom: 30px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .news {
        font-size: 20px;
        margin-left: 0;
        margin-bottom: 200px;
    }
}

.top-map {
    margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .top-map {
        margin-bottom: 20px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .top-map {
        margin-bottom: 300px;
    }
}

.text-map {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .text-map {
        font-size: 10px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .text-map {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }
}

.gmap {
    text-align: center;
}

@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .gmap-size {
        width: auto;
        height: 200px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .gmap-size {
        width: auto;
        height: 400px;
    }
}


/* footer */
footer {
    width: 100%;
    position:absolute;
    bottom:-500px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    footer {
        width: 100%;
        position:absolute;
        bottom: -300px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    footer {
        width: 100%;
        position:absolute;
        bottom:-500px;
    }
}

.footer {
    background-color: #cfdee5;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .footer {
        padding-bottom: 0;
        padding-top: 0;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .footer {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.footer-copyright {
    font-size: 20px;
    color:white;
    background-color: #557b7f;
    text-align: center; 
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .footer-copyright {
        font-size: 10px;
        text-align: center; 
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .footer-copyright {
        font-size: 20px;
        text-align: center; 
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.footer-wrap .menu-left, .menu-right {
    display: inline-block;
    width: 20%;
    margin: 50px auto;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .footer-wrap .menu-left, .menu-right {
        width: 20%;
        margin: 10px auto;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .footer-wrap .menu-left, .menu-right {
        display: inline-block;
        width: 20%;
        margin: 50px auto;
    }
}

.footer-wrap {
    text-align: center;
}

.footer-left {
    text-align: left;
}

.footer-left li {
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .footer-left li {
        font-size: 8px;
    }
}

.footer-left-a {
    margin-right: 26px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .footer-left-a {
        margin-top: 10px;
    }
}

.footer-right {
    text-align: right;
}

.footer-right li {
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .footer-right li {
        font-size: 8px;
    }
}

.footer-right li a {
    position: relative;
    bottom: 63px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .footer-right li a {
        bottom: 50px;
    }
}

/* about */
.about-img img {
    width: 100%;
}

.about-daihyou {
    text-align: center;
    margin: 200px 0;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .about-daihyou {
        margin: 70px 0;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .about-daihyou {
        margin: 100px 0;
    }
}

.about-daihyou img {
    width: 400px;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .about-daihyou img {
        width: 200px;
        margin-bottom: 40px;
    }
}

.about-daihyou-text p{
    margin-bottom: 20px;
    font-size: 25px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .about-daihyou-text p{
        margin-bottom: 20px;
        font-size: 15px;
    }
}

.about-company-image {
    text-align: center;
}

.about-company-image img {
    width: 400px;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .about-company-image img {
        width: 200px;
        margin-bottom: 40px;
    }
}

.about-company-table {
    font-size: 25px;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 400px;
}

.company-table td {
    border-bottom: solid 1px #000000;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .about-company-image img {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.company-table tr:nth-child(1) td {
    border-bottom: solid 1px #000000;
    border-top: solid 1px #000000;
}

.company-table td:nth-child(0) {
    width: 10%;
}

td { 
    font-size: 20px;
    width: 30%;
    padding-top: 30px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    td { 
        font-size: 10px;
        width: 0%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    td { 
        font-size: 20px;
        width: 30%;
        padding-top: 30px;
    }
}

.company-table {
    width: 100%;
}


/* items */
.items-header {
    margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .items-header {
        margin-bottom: 0;
    }
}

.items-header img{
    width: 100%;
}

.items {
    margin-bottom: 300px;
}

.items-title {
    text-align: center;
    margin: 50px;
}

.items-title img {
    width: 400px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .items-title img {
        width: 200px;
    }
}

.items-cards {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 60px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .items-cards {
        flex-direction: column;
        justify-content:space-between;
        margin: 60px;
    }
}

.items-card {
    flex-basis:calc((100% - 40px) / 3);
    max-width:calc((100% - 40px) / 3);
    margin-top:20px;
    text-align:center;
    height: 530px;
    background: #e4e8ea;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .items-card {
        flex-basis: unset;
        max-width: none;
    }
}

.column3-inner:nth-of-type(1),
.column3-inner:nth-of-type(2),
.column3-inner:nth-of-type(3) {
    margin-top:0;
}

.column3-inner:nth-of-type(3n-1):nth-last-of-type(1) {
    margin-right:auto;
    margin-left:20px;
}

.items-img {
    height: 150px;
    width: auto;
    margin-top: 50px;
}

.items-card-under {
    border-bottom: solid 1px black;
    padding: 10px 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.items-card-price {
    text-align: right;
    margin-top: 20px;
    margin-right: 20%;
}


/* contact */
.contact {
    margin-top: 200px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .contact {
        margin-top: 50px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .contact {
        margin-top: 100px;
    }
}

.contact-title {
    font-size: 40px;
    text-align: left;
    margin: 0 auto;
    margin-left: 15%
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .contact-title {
        font-size: 20px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .contact-title {
        font-size: 30px;
    }
}

.contact-box {
    border: solid 3px #000000;
    width: 70%;
    height: 300px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .contact-box {
        height: 250px;
    }
}

.contact-box-text {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .contact-box-text {
        margin-top: 40px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .contact-box-text {
        margin-top: 60px;
    }
}

.contact-box-text p {
    text-align: center;
    font-size: 20px;
    margin: 30px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .contact-box-text p {
        font-size: 15px;
        margin: 30px;
    }
}

.contact-mail {
    text-align: center;
    margin-top: 150px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .contact-mail {
        margin-top: 50px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .contact-mail {
        margin-top: 100px;
    }
}

.contact-mail-title{
    font-size: 40px;
    text-align: left;
    margin: 0 auto;
    margin-left: 15%;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .contact-mail-title{
        font-size: 20px;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .contact-mail-title{
        font-size: 30px;
    }
}

.contact-mail-box-icon {
    margin: 150px 0;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .contact-mail-box-icon {
        margin: 50px 0;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    /* 1024px以下に適用されるCSS（タブレット・PC用） */
    .contact-mail-box-icon {
        margin: 100px 0;
    }
}

.contact-mail-img {
    width: 200px;
}
@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS（スマホ用） */
    .contact-mail-img {
        width: 100px;
    }
}