@charset "utf-8";

/*  Typo
----------------------------------------------- */
*, ::after, ::before { box-sizing: border-box; }
body, div, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form,fieldset, input, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body { line-height: 1.5 !important; }

td, p, ul, ol { line-height: 1.5 !important; }

img { border: 0; vertical-align: top; }

ul, ol { list-style: none; }

main p { margin: .5em 0; }

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

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    opacity: 0.6;
}

a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.image {
    margin-right: calc(50% - 49.5vw);
    margin-left: calc(50% - 49.5vw);
}

.image img {
    display: block;
    width: 100%;
    height: auto;
}

#content h1 {
    margin: 0.25em 0;
    font-size: 6.8vw;
    text-align: center;
    color: #333333;
}

#content h2 {
    margin: 0.25em 0;
    font-size: 6vw;
    text-align: center;
    color: #333333;
}

#content h3 {
    margin: 0.25em auto;
    font-size: 6vw;
    text-align: center;
    color: #333333;
}

@media print, screen and (min-width: 426px) {}

@media print, screen and (min-width: 641px) {
    #content h1 {
        font-size: 4vw !important;
    }
    #content h2 {
        font-size: 4vw !important;
    }
    #content h3 {
        font-size: 3.3vw !important;
    }
}

@media print, screen and (min-width: 768px) {
    a[href^="tel:"]{
        pointer-events: none;
    }
}

@media print, screen and (min-width: 1025px) {
    #content h1 {
        font-size: 40px !important;
    }
    #content h2 {
        font-size: 40px !important;
    }
    #content h3 {
        font-size: 30px !important;
    }
}

@media print, screen and (min-width: 1190px) {}

@media print, screen and (max-width: 640px) {}

@media print, screen and (max-width: 800px) {}

/*  Layout
----------------------------------------------- */

.header {
    width: 100%;
    background: #ffffff;
}

.header a {
    display: block;
    width: 100%;
}

.header img {
    width: 100%;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 1em 0 1em 0;
    width: 80%;
}

.header-left {
    width: 100%;
}

.name {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.icon {
    width: 40%;
}

.name a {
    margin-left: 0;
    width: 80%;
}

p.cp {
    font-size: 3.5vw;
    text-align: center;
}

.detail {
    margin: 0.5em 0;
    width: 100%;
}

.main-office {
    text-align: center;
}

.detail p,
.detail a {
    width: 100%;
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
}

.corporation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.inspection {
    width: fit-content;
}

.location {
    margin-left: 0;
    width: 100%;
}

.location-inner {
    display: block;
}

.contact {
    display: none;
}

a.tel,
p.fax {
    width: 100%;
    font-size: 7vw;
    color: #333333 !important;
    text-align: center;
}

.contact-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cc-page-index .header-down {
    display: block;
}

.header-down {
    display: none;
    margin: 0.5em auto;
    width: 100%;
    max-width: 1100px;
}

.header-down p {
    font: normal 14px/140% Helvetica, Arial, sans-serif;
    text-align: justify;
    line-height: 1.75 !important;
}

#container {
    margin:0;
    width:100%;
    background:white;
}

.cc-page-index .cycle-slideshow {
    display: block;
}

.cycle-slideshow {
    display: none;
    width: 100%;
    margin-top: 0;
}

.cycle-slideshow img {
    width: 100%;
    height: auto;
}

#content {
    padding-top: 10px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.sidebar {
    display: none;
}

.footer-nav {
    display: none;
}

.footer {
    width: 100%;
    background: url(https://u.jimcdn.com/cms/o/s2e5397f4682103f4/userlayout/img/footer-bg-sp.jpg?t=1711598500) no-repeat top center;
    background-size: 100% 100%;
}

.footer .main-content {
    margin: 0 3% 0 17%;
    width: 80%;
}

.footer img {
    width: 100%;
}

.footer .main-content {
    display: block;
    margin: 0 auto;
    padding: 1em 0 0.25em 0;
    width: 90%;
}

.footer .name {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.footer .icon {
    width: 50%;
}

.footer .company {
    display: block;
    margin-left: 1em;
    width: 100%;
}

.version {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5em;
}

.company-name {
    margin: 1em 0;
    width: 75%;
}

.footer a.tel {
    width: 100%;
    color: #d570a8 !important;
    line-height: 1;
    text-align: center;
    font-size: 6vw;
}

.address {
    margin: 0 auto;
    width: 90%;
}

.address p {
    font-size: 5vw;
    text-align: center;
}

.cc {
    text-align: center;
    font-size: 4.8vw;
}

@media print, screen and (min-width: 376px) {}

@media print, screen and (min-width: 426px) {
    .detail { margin: 0 0 0 2.5em; }
    .detail p,
    .detail a {
        width: auto;
        font-size: 3vw;
        text-align: left;
    }
    .main-office { text-align: left; }
    .corporation { flex-direction: row; }
    .location {
        margin-left: 1em;
        width: 70%;
    }
    .contact-sp {
        flex-direction: row;
        margin: 0 0 0 2.5em;
    }
    a.tel,
    p.fax {
        font-size: 4vw;
        text-align: left;
    }
    .footer a.tel { font-size: 5.5vw; }
    .address p { font-size: 3.3vw; }
    p.cc { font-size: 3.3vw; }
}

@media print, screen and (min-width: 641px) {
    .detail p,
    .detail a { font-size: 2.2vw; }
    .location-inner {
        display: flex;
        flex-direction: row;
    }
    .location-inner p:nth-child(2) { margin-left: 1em; }
    .footer a.tel { font-size: 5vw; }
    .address p { font-size: 3vw; }
    p.cc { font-size: 2.5vw; }
}

@media print, screen and (min-width: 769px) {
    .main-content {
        flex-direction: row;
        align-items: center;
        margin: 0 auto;
        padding: 1em 0 1em 0;
        width: 90%;
    }
    .header-left { width: 50%; }
    .icon { width: 60%; }
    p.cp { font-size: 2vw; }
    .detail { width: 50%; }
    .detail p,
    .detail a { font-size: 1.6vw; }
    .corporation {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .location { width: 70%; }
    .location-inner { display: block; }
    .location-inner p:nth-child(2) { margin-left: 0; }
    a.tel,
    p.fax {
        width: 100%;
        font-size: 1.5vw;
    }
    .contact {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .contact-sp { display: none; }
    .footer {
        width: 100%;
        background: url(https://u.jimcdn.com/cms/o/s2e5397f4682103f4/userlayout/img/footer-bg.jpg?t=1719358878) no-repeat top center;
        background-size: 100% 100%;
    }
    .footer .main-content {
        padding: 1em 0 1em 0;
        width: 80%;
    }
    .footer .name {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-bottom: 1em;
    }
    .version {
        justify-content: center;
        align-items: flex-start;
    }
    .footer .icon { width: 40%; }
    .footer .company {
        margin-left: 2.5em;
        width: 60%;
    }
    .company-name {
        margin: 0 0 0.5em 0;
        width: 70%;
    }
    .footer a.tel {
        width: 100%;
        text-align: left;
        font-size: 3vw;
    }
    #content { margin: 0 auto 150px; }
    .address {
        margin: 0;
        width: 100%;
    }
    .address p {
        font-size: 1.8vw;
        text-align: left;
    }
    p.cc { font-size: 2.2vw; }
}

@media print, screen and (min-width: 1024px) {
    .footer-nav ul.cc-nav-level-0 li a {
        color: #231815;
    }
}

@media print, screen and (min-width: 1025px) {
    .main-content { width: 80%; }
    .name { flex-direction: row; }
    .icon { width: 37%; }
    .name a {
        margin-left: 1em;
        width: 60%;
    }
    p.cp {
        font-size: 1.7vw;
        text-align: right;
    }
    .detail p,
    .detail a { font-size: 1.1vw; }
    .contact {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .header-down p { font-size: 1.68vw; }
    .footer-nav {
        display: block;
        width: 100%;
        background: #a5dbf7;
    }
    .version {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
    }
    .company-name {
        margin: 0;
        width: 55%;
    }
    .footer a.tel {
        margin-left: 1em;
        width: 45%;
        font-size: 1.8vw;
    }
    .address p { font-size: 1.5vw; }
    p.cc { font-size: 1.4vw; }
}

@media print, screen and (min-width: 1100px) {
    .header-down p { font-size: 18.5px; }
}

@media print, screen and (min-width: 1441px) {
    p.cp { font-size: 25px; }
    .detail p,
    .detail a { font-size: 16px; }
    .footer a.tel { font-size: 30px; }
    .address p { font-size: 24px; }
    p.cc { font-size: 18px; }
}

/* メインはここまで */

.spmenu {
    z-index: 2000001;
    position: fixed;
    top: 1em;
    right: 0;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: none;
}

.spmenu img {
    width: 100%;
    height: auto;
}

.open .spmenu {
    background: url(https://u.jimcdn.com/cms/o/s2e5397f4682103f4/userlayout/img/cross.png?t=1711064288) no-repeat 0 0;
    background-size: 50px auto;
}

.open .spmenu img { display: none; }

@media only screen and (min-width: 1024px) {
    .spmenu { display: none; }
}

#navigation .inner {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}

.open #navigation .inner {
    z-index: 2000000;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    max-width: initial;
}

@media only screen and (min-width: 1024px) {
    #navigation {
        position: relative;
        z-index: 300000 !important;
        width: 100%;
        background: #036eb8;
    }
    #navigation .inner {
        position: static;
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: auto;
        background: none;
    }
}

ul.cc-nav-level-0 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 70px 10px 10px;
    box-sizing: border-box;
}

ul.cc-nav-level-0 li {
    width: 95%;
    margin: 0 auto;
    border-top: 1px dotted #fff;
}

ul.cc-nav-level-0 li:first-child { border-top: none; }
ul.cc-nav-level-0 li a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-family: "Shin Maru Go Regular","typesquare";
    text-decoration: none;
}

ul.cc-nav-level-0 li a:hover {
    color: #000000;
}

ul.cc-nav-level-0 li ul {
    visibility: hidden;
    position: static;
    margin: 0;
    padding: 0;
}

.open ul.cc-nav-level-0 li ul {
    visibility: visible;
}

.spmenu ul.cc-nav-level-0 li ul li a {
    padding: 5px 10px 5px 30px;
}

ul.cc-nav-level-1 li a::before,
ul.cc-nav-level-2 li a::before {
    content: "■";
    display: inline-block;
    padding: 0 5px;
}

@media only screen and (min-width: 1024px) {
    ul.cc-nav-level-0 {
        *zoom: 1; /*forIE6,7*/
        position: static;
        display: flex !important;
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        max-width: 1190px;
        padding: 5px 0 1px 0;
    }
    ul.cc-nav-level-0 li {
        white-space: nowrap;
        width: auto !important;
        margin: 0 35px 0 0 !important;
        line-height: 1.5;
        border-top: none !important;
    }
    ul.cc-nav-level-0 li+li {
        border-top: none;
    }
    ul.cc-nav-level-0 li a {
        display: block;
        padding: 0.25em 0;
        color: #ffffff;
        font-size: 1.1vw !important;
        text-align: center !important;
        text-decoration: none !important;
    }
    ul.cc-nav-level-0 li > ul {
        display: inline;
    }
    ul.cc-nav-level-0 li:hover > ul {
        visibility: visible;
    }
    ul.cc-nav-level-0 li ul {
        visibility: hidden;
        position: absolute;
        z-index: 3000000 !important;
        margin: 0;
        padding: 0;
    }
    ul.cc-nav-level-0 li ul li {
        position: relative;
        clear: left;
        width: auto !important;
        margin: 0;
        padding: 0;
        line-height: normal;
        border-right: none;
    }
    ul.cc-nav-level-0 li ul li ul {
        top: 0;
        left: 100%;
    }
    ul.cc-nav-level-0 li ul li ul.cc-nav-level-2 {
        top: -30px;
        left: 200px;
    }
    ul.cc-nav-level-0 li ul.cc-nav-level-1 li,
    ul.cc-nav-level-0 li ul.cc-nav-level-2 li {
        font-size: 14px;
    }
    ul.cc-nav-level-0 li ul.cc-nav-level-1 a,
    ul.cc-nav-level-0 li ul.cc-nav-level-2 a {
        filter: alpha(opacity=9);
        -ms-filter: "alpha(opacity=90)";
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        display: block;
        padding: 5px 10px;
        color: #ffffff;
        text-align: left !important;
        text-decoration: none;
        background: rgba(25, 86, 62, 0.75);
    }
    ul.cc-nav-level-0 li ul.cc-nav-level-1 a:hover,
    ul.cc-nav-level-0 li ul.cc-nav-level-2 a:hover {
        color: #ffffff;
        text-decoration: none;
        background: rgba(244, 162, 55, 0.75);
    }
}

@media only screen and (min-width: 1024px) {}

/* topのcss */

@media print, screen and (min-width: 426px) {}

@media print, screen and (min-width: 641px) {}

@media print, screen and (min-width: 769px) {}

@media print, screen and (min-width: 1025px) {}

@media print, screen and (min-width: 1260px) {}

@media print, screen and (max-width: 425px) {}

/* のcss */

/* のcss */

/* のcss */

/* jimdo用レスポンシブ */
@media only screen and (max-width: 640px) {
    #cc-inner .j-calltoaction-wrapper { text-align: center; }
    .j-textWithImage .cc-imagewrapper {
        float: none !important;
        width: 100% !important;
        margin: 0 auto 5px !important;
    }
    #cc-inner .j-textWithImage p { margin: 12px 0 0; }
    .cc-imagewrapper img {
        display: block !important;
        margin: 0 auto !important;
    }
    .cc-m-hgrid-column.last {
        float: none;
        width: 100% !important;
    }
    .cc-m-hgrid-column {
        float: none;
        padding: 0 !important;
        width: 100% !important;
    }
}