@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: underline; }
a:hover {
    text-decoration: none;
    opacity: 0.5;
}
a:hover img {
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}

img.full-size {
    width: 100%;
    height: auto;
}

.shift {
    display: flex;
    flex-direction: column;
}

.beside {
    display: flex;
    flex-direction: row;
}

#content h1 {
    position: relative;
    left: 50%;
    font-size: 7.5vw !important;
    transform: translateX(-50%);
    width: 99vw;
    padding: 10px 0;
    line-height: 1 !important;
    background: url(https://u.jimcdn.com/cms/o/s7e0fa09e2be0733b/userlayout/img/h1-bg.jpg?t=1661212186) repeat center center;
    background-size: 100% 100%;
    text-align: center;
}

#content h2 {
    position: relative;
    left: 50%;
    font-size: 7.5vw !important;
    transform: translateX(-50%);
    width: 99vw;
    padding: 10px 0;
    line-height: 1 !important;
    background: url(https://u.jimcdn.com/cms/o/s7e0fa09e2be0733b/userlayout/img/h2-bg.jpg?t=1661241125) repeat center center;
    background-size: 100% 100%;
    text-align: center;
}

#content h3 {
    padding: 10px 0;
    line-height: 1 !important;
    background: url(https://u.jimcdn.com/cms/o/s7e0fa09e2be0733b/userlayout/img/h1-bg.jpg?t=1661212186) repeat center center;
    background-size: 100% 100%;
    text-align: center;
}

.green {
    color: #2ea257;
}

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

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

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

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

.header {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100000;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.company-name img {
    width: 17vw;
}

.title h1 {
    font-size: 8vw;
    color: #e08da1;
}

.title h1 span {
    margin-right: 5px;
    font-size: 5vw;
}

.title p.green {
    font-size: 4vw;
    font-weight: bold;
}

.title h1,
.title p {
    font-family:"游明朝 Regular","小塚明朝 Pr6N","ヒラギノ明朝 Pro","ＭＳ 明朝",serif;
}

.inquiry { align-items: flex-end; }

.inquiry-inner p {
    font-size: 5vw;
}

.inquiry-inner a.head-tel {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 6vw;
    color: #ffffff;
    background: #e08da1;
    text-decoration: none;
}

.qr { width: 19vw; }

.qr img { width: 100%; }

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

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

#content {
    width: 100%;
    max-width: 1190px;
    margin: 30px auto 0 auto;
}

#footer-nav {
    display: none;
}

#cc-matrix-2187664854 {
    background: linear-gradient(to right, #fffcd5 0%,#ffffff 50%,#fffcd5 100%);
    border-top: 1em #B1B1B2 solid;
    border-bottom: 0.5em #B1B1B2 solid;
    width: 100%;
}

#footer .company-name {
    justify-content: center;
}

.address {
    font-size: 2.4vw;
}

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

@media print, screen and (min-width: 426px) {
    .inquiry-inner p,
    .inquiry-inner a {
        font-size: 4vw;
    }
    .inquiry-inner a.head-tel {
        font-size: 5vw;
    }
    .qr { width: 15vw; }
}

@media print, screen and (min-width: 641px) {
    .header {
        flex-direction: row;
        align-items: flex-end;
    }
    .title h1 {
        font-size: 4vw;
    }
    .title h1 span {
        font-size: 3vw;
    }
    .title p.green {
        font-size: 2.7vw;
    }
    .company-name img {
        width: 10vw;
    }
    .inquiry-inner p,
    .inquiry-inner a {
        font-size: 2vw;
    }
    .inquiry-inner a.head-tel {
        font-size: 2.7vw;
    }
    .qr { width: 10vw; }
    #content {
        margin: 60px auto 0 auto;
    }
    #footer .company-name {
        justify-content: normal;
    }
    #footer .title h1 {
        font-size: 3vw;
    }
    #footer .title h1 span {
        font-size: 2vw;
    }
    #footer .title p.green {
        font-size: 2vw;
    }
    .address {
        font-size: 1vw;
    }
}

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

@media print, screen and (min-width: 769px) {
    .inquiry-inner p,
    .inquiry-inner a {
        font-size: 2vw;
    }
    .inquiry-inner a.head-tel {
        font-size: 2.6vw;
    }
    .qr { width: 10vw; }
}

@media print, screen and (min-width: 1025px) {
    .company-name img {
        width: 8vw;
    }
    .title h1 {
        font-size: 3vw;
    }
    .title h1 span {
        font-size: 2vw;
    }
    .title p.green {
        font-size: 2vw;
    }
    .inquiry-inner p,
    .inquiry-inner a {
        font-size: 2vw;
    }
    .inquiry-inner a.head-tel {
        font-size: 2.5vw;
    }
    .qr { width: 7.8vw; }
    #content {
        margin: 80px auto 0 auto;
    }
    #footer .title h1 {
        font-size: 3vw;
    }
    #footer .title h1 span {
        font-size: 2vw;
    }
    #footer .title p.green {
        font-size: 2vw;
    }
    .address {
        font-size: 1vw;
    }
}

@media print, screen and (min-width: 1441px) {
    .company-name img {
        width: 125px;
    }
    .title h1 {
        font-size: 50px;
    }
    .title h1 span {
        font-size: 30px;
    }
    .title p.green {
        font-size: 30px;
    }
    .inquiry-inner p,
    .inquiry-inner a {
        font-size: 25px;
    }
    .inquiry-inner a.head-tel {
        font-size: 30px;
    }
    .qr { width: 100px; }
}

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

.spmenu {
    z-index: 2000001;
    position: fixed;
    top: 10px;
    right: 10px;
    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/s7e0fa09e2be0733b/userlayout/img/cross.png?t=1661318484) 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 {
    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: 30000 !important;
        width: 100%;
        background: #e680b0;
    }
    #navigation .inner {
        position: static;
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: auto;
        background: none;
    }
    #footer-nav {
        display: block;
        position: relative;
        z-index: 30000 !important;
        width: 100%;
        background: #e680b0;
    }
}

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: #999; }

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;
        justify-content: center;
        flex-flow: row wrap;
        margin: 0;
        padding: 15px 7vw;
    }
    ul.cc-nav-level-0 li {
        white-space: nowrap;
        width: auto !important;
        margin: 0 35px 0 0 !important;
        line-height: 1;
        border-top: none !important;
    }
    ul.cc-nav-level-0 li:last-child { margin: 0 !important;}
    ul.cc-nav-level-0 li+li { border-top: none; }
    ul.cc-nav-level-0 li a {
        display: block;
        padding: 0;
        color: #ffffff;
        font-size: 1.3vw !important;
        line-height: 1.5 !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: 300000 !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: #B45C2B;
    }
    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: #428f4e;
    }
    ul.cc-nav-level-1 li { margin: 0 !important;}
}

/* blogのcss */

#page-1510263254 a {
    text-decoration: none !important;
}

#page-1510263254 #content h1 {
    width: 100%;
}

#page-1510263254 #content h2 {
    width: 100%;
}

/* の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;
        width: 100% !important;
    }
}