@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    font-family: arial, sans-serif;
    font-weight: normal;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.7;
    color: #333;
    position: relative;
}


main {
    padding: 10rem 0 0;
    overflow: hidden;
}


p {
    margin: 1em 0;
}

a {
    color: #000098;
    display: inline-block;
    transition: all 0.5s ease;
    text-decoration: none;
}

a:hover {
    color: #555;
    border: none;
    opacity: .75;
}

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

@media (min-width:1024px) {
    img.alignnone {
        margin: 0;
    }

    img.alignright {
        float: right;
        margin-left: 1rem;
        max-width: 50%;
    }

    img.alignleft {
        float: left;
        margin-right: 1rem;
        max-width: 50%;
    }

    img.aligncenter {
        margin: 0 auto;
    }

    .post_item-contents a.linkimg {
        display: inline;
    }
}

figure {
    overflow: hidden;
}

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

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media (min-width:1024px) {
    .container {
        width: 80%;
    }
}

hr {
    border: none;
    margin: 1rem 0;
    border-bottom: 1px solid #ddd;
}

hr.clh {
    margin: 0;
    border: none;
    width: 100%;
    clear: both;
    display: block;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 2em 0 1em;
    font-weight: normal;
    color: #333;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin: 1rem 0;
}

i {
    margin-right: 0.5em;
}

a.bt {
    display: block;
    max-width: 270px;
    font-size: 0.85rem;
    text-align: left;
    padding: 1rem 3.5rem 1rem 1.5rem;
    border-radius: 3rem;
    color: #fff;
    background: url(../img/right_white.svg) no-repeat center right #000098;
    background-size: 1rem 1rem;
    background-position: center right 1.5rem;
}

a.bt:hover,
a.bt:active {
    background-color: #333;
}

.sub_txt {
    font-size: 0.85em;
}

#e404 {
    text-align: center;
}

#e404 h1 {
    padding-top: 1rem;
    font-size: 7rem;
    margin: 0;
    color: #000098;
}


/****/

#contents-default {
    font-size: .95rem;
    clear: both;
    line-height: 1.8;
    padding-top: 3rem;
}

#contents-default a {
    text-decoration: underline;
}

#page_block ul,
#page_block ol,
#contents-default ul,
#contents-default ol {
    margin-left: 2rem;
}

#contents-default h2,
#contents-default h3,
#contents-default h4 {
    margin: 2em 0 1em;
}

#contents-default h1 {
    font-size: 1.75rem;
}

#contents-default h2 {
    font-size: 1.5rem;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #000098;
    color: #000098;
}

#contents-default h3 {
    font-size: 1.25rem;
    padding: 0.5em;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#contents-default h4 {
    font-size: 1rem;
    padding-left: 1rem;
    border-left: 7px solid #CCC;
    color: #777;
}

#contents-default img {
    padding: 0.5rem;
    display: inline-block;
}


/*--------------------------------
  キャプション
  ---------------------------------*/

.wp-caption-text {
    margin: 0.25rem 0 0;
    font-size: 0.75rem;
    color: #777;
    padding: 0 1rem 1rem;
}


/*--------------------------------
  TARGET BLANK
  ---------------------------------*/

a[target="_blank"]:after {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../img/blank.svg) no-repeat center center;
    background-size: 1em 1em;
    margin-left: 7px;
    vertical-align: text-top;
}


/*--------------------------------
  PAGE NATION
  ---------------------------------*/

.pagination {
    text-align: center;
    margin: 40px auto;
    height: 46px;
    width: 261px;
    position: relative;
}

#pages {
    width: 153px;
    height: 46px;
    position: relative;
    margin: auto;
    border: 1px solid #ccc;
    background: url(../img/arrows.svg) no-repeat center right #fff;
    background-size: 14px 21px;
    background-position: center right 16px;
}

#pages .pages_now {
    width: 109px;
    line-height: 30px;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 0.75rem;
    color: #555;
    border-right: 1px solid #ccc;
}

#pages select {
    -webkit-appearance: none;
    appearance: none;
    height: 100%;
    border: none;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    color: #555555;
    width: 100%;
    font-size: 1.1rem;
}

.pagination a.next,
.pagination a.prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    border: 1px solid #ccc;
    text-indent: -9999px;
    background: url(../img/arrow.svg) no-repeat center center #fff;
    background-size: 1rem 1rem;
    transform: rotate(90deg);
}

.pagination a.prev {
    left: 0;
    right: auto;
    transform: rotate(-90deg);
}


/*--------------------------------
  layout
  ---------------------------------*/

.rows {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.col-4,
.col-3,
.col-2 {
    font-size: 1rem;
}

.col-4 {
    width: 25%;
    width: calc(25% + 0.25rem);
    display: inline-block;
    vertical-align: top;
    padding: 0.5rem;
}

.col-3 {
    width: 33%;
    width: calc(100% / 3);
    width: calc(100% / 3 + 2rem / 3);
    display: inline-block;
    vertical-align: top;
    padding: 1rem;
}

.col-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 1rem;
}

.rows .col-4:nth-of-type(4n),
.rows .col-3:nth-of-type(3n),
.rows .col-2:nth-of-type(2n) {
    padding-right: 0;
}

.rows .col-4:nth-of-type(4n + 1),
.rows .col-3:nth-of-type(3n + 1),
.rows .col-2:nth-of-type(2n + 1) {
    padding-left: 0;
}

.rows .col-4:nth-of-type(4n),
.rows .col-4:nth-of-type(4n + 1) {
    width: calc(25% - 0.25rem);
}

.rows .col-3:nth-of-type(3n),
.rows .col-3:nth-of-type(3n + 1) {
    width: calc(100% / 3 - 1rem / 3);
}

@media (max-width: 1023px) {

    #wrapper .rows .col-4,
    #wrapper .rows .col-3 {
        width: 50%;
        padding: 0.5rem;
    }

    #wrapper .rows .col-4:nth-child(2n + 1),
    #wrapper .rows .col-3:nth-child(2n + 1) {
        padding-left: 0;
    }

    #wrapper .rows .col-4:nth-child(2n),
    #wrapper .rows .col-3:nth-child(2n) {
        padding-right: 0;
    }
}

@media (max-width: 768px) {

    #wrapper .rows .col-2,
    #wrapper .rows .col-3 {
        width: 100%;
        display: block;
        padding: 0 !important;
        margin-bottom: 1rem;
    }
}


/*--------------------------------
  パンくずリスト
  ---------------------------------*/

#breadcrumbs {
    width: 100%;
    margin: 0 auto;
    padding: 5px 10%;
    border-top: 1px solid #EEE;
    background: #DDD;
}

@media (max-width: 768px) {
    #breadcrumbs {
        padding: 5px 5%;
    }
}

.breadblock {
    width: 100%;
    overflow: hidden;
    height: 40px;
}

#breadcrumbs ul {
    list-style: none;
    font-size: 0.65rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 40px;
    white-space: nowrap;
}

#breadcrumbs li {
    padding-right: 20px;
    line-height: 40px;
    display: inline-block;
}

#breadcrumbs li:not(:last-child) {
    position: relative;
    padding-right: 40px;
}

#breadcrumbs li:not(:last-child):after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 17px;
    right: 17px;
    transform: rotate(45deg);
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}


/*--------------------------------
  ヘッダー
  ---------------------------------*/

header {
    width: calc(100% - 10.5rem);
    position: fixed;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 1.5;
    z-index: 100;
    display: flex;
    justify-content: start;
    align-items: center;
}

#site_logo {
    width: 184px;
    height: 47.9527px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transition: .5s;
    margin: 0.5rem;
}

#site_logo a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0s;
    background: url(../img/logo.svg) no-repeat center left/contain;
}

header h1 {
    text-align: left;
    font-size: 0.6rem;
    margin: 0;
    color: #555;
}

header h1 span {
    display: block;
}

@media screen and (min-width:1024px) {
    header {
        padding: 1rem 2.5%;
        width: 100%;
    }

    #site_logo {
        margin: 0 1rem 0 0;
    }

    header h1 {
        font-size: .7rem;
        margin-right: 1rem;
    }
}

@media screen and (min-width:1180px) {
    header {
        padding: 1rem 5%;
    }
}

@media screen and (max-width:512px) {
    header {
        background: #000098;
        padding: 0;
        height: 3.5rem;
    }

    #site_logo {
        width: 100%;
        height: 3.5rem;
        margin: 0;
        padding: 0.5rem;
    }

    #site_logo a {
        background-position: center center;
    }

    header h1 {
        display: none;
    }
}

    /*--------------------------------
  メニュー
  ---------------------------------*/

    .menu-checkbox {
        display: none;
    }

    .menu-hamburger {
        position: fixed;
        display: block;
        width: 3.5rem;
        height: 3.5rem;
        z-index: 102;
        cursor: pointer;
        transition: all 0.5s ease;
        margin: 0 auto;
        color: #333;
        background: #EEE;
        right: 0;
        top: 0;
    }

    .menu-hamburger span {
        position: absolute;
        top: .5rem;
        right: 0;
        width: 100%;
        height: 1.5rem;
        background: url(../img/listall.svg) no-repeat center center/contain;
    }


    .menu-hamburger:before {
        content: "MENU";
        line-height: 1;
        text-align: center;
        font-size: .5rem;
        position: absolute;
        bottom: .5rem;
        left: 0;
        width: 100%;
    }

    .menu-hamburger-open {
        background: #000098;
    }

    .menu-hamburger-open:before {
        content: "閉じる";
        color: #FFF;
    }

    .menu-hamburger-open span {
        background-image: url(../img/close.svg);
    }



    @media (min-width: 1024px) {

        .menu-hamburger,
        #gmenu {
            display: none;
        }
    }


    #gmenu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        padding: 5rem 0 7rem;
        z-index: -1;
        opacity: 0;
    }

    #gmenu.menu-open {
        z-index: 98;
        opacity: 1;
    }

    #gmenu_box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.25s ease;
        transition-delay: .25s;
        z-index: 2;
        overflow: hidden;
        box-sizing: border-box;
        height: 100%;
        overflow-y: auto;
        transform: translate(0, -3rem);
    }

    #gmenu.menu-open #gmenu_box {
        transform: translate(0, 0);
    }

    #gmenu_nav {
        display: block;
        width: 100%;
        margin: 0 0 0 auto;
        max-height: 100%;
        overflow: auto;
        padding: 1rem 5vw;
    }

    #gmenu #gmenu_nav ul {
        list-style: none;
        text-align: left;
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    #gmenu #gmenu_nav ul#gmenu_nav_block li {
        width: 100%;
        padding: 1rem 1rem 0;
    }

    #gmenu #gmenu_nav ul#gmenu_nav_block li a {
        display: block;
        font-size: 1rem;
        padding: 1rem 0 0;
        text-decoration: none;
        border-top: 2px solid #000098;
        font-weight: bold;
    }

    #gmenu #gmenu_nav ul li a span {
        font-size: .7rem;
        display: block;
        font-weight: normal;
    }

    #submenu {
        padding: 1rem 1rem 0;
        font-size: .9rem;
    }

    #submenu a {
        padding: .5rem 0;
    }

    .gmenu-cover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        visibility: hidden;
        z-index: -2;
        -webkit-transition: .5s;
        transition: .5s;
        background: #FFF;
        opacity: 0;
    }

    .gmenu-cover.gmenu-cover-open {
        visibility: visible;
        z-index: 1;
        opacity: 1;
    }

    #pcmenu {
        display: none;
    }

    #top_contact {
        width: 7rem;
        display: flex;
        position: fixed;
        top: 0;
        right: 3.5rem;
        z-index: 100;
    }

    #top_contact a {
        width: 3.5rem;
        height: 3.5rem;
        display: block;
        padding: 1rem;
        background: #7e7ec8;
        color: #FFF;
        font-size: 0;
        position: relative;
    }

    #top_contact a span {
        display: none;
    }

    #top_contact a i {
        width: 1.5rem;
        height: 1.5rem;
        display: block;
        background: url(../img/icon_contact.svg) no-repeat center center/contain;
    }

    #top_contact a.cotact-tel {
        background: #e1e1eb;
    }

    #top_contact a.cotact-tel i {
        background-image: url(../img/icon_tel.svg);
    }


    @media (min-width: 1024px) {

        #gmenu,
        .menu-hamburger-open {
            display: none;
        }

        #pcmenu {
            font-size: 0.8rem;
            line-height: 1rem;
            display: block;
        }

        #pcmenu #pcmenu_main ul {
            display: flex;
            text-align: center;
            height: 100%;
            width: auto;
        }

        #pcmenu #pcmenu_main li {
            list-style: none;
        }

        #pcmenu #pcmenu_main li a {
            padding: .5rem;
            display: block;
            font-weight: bold;
        }

        #top_contact {
            top: 0.5rem;
            right: 2.5%;
            width: auto;
        }

        #top_contact a {
            border-radius: 2rem;
        }

        #top_contact a.cotact-tel {
            margin-right: 0.5rem;
            width: auto;
            position: relative;
        }

        #top_contact a.cotact-tel i {
            position: absolute;
            top: 1rem;
            left: 1rem;
        }

        #top_contact a.cotact-tel span {
            display: inline-block;
            font-size: 1.25rem;
            font-weight: bold;
            line-height: 1.5rem;
            padding-left: 2rem;
            color: #000098;
        }
    }

    @media (min-width: 1180px) {
        #top_contact {
            right: 5%;
        }

        #pcmenu #pcmenu_main li a {
            padding: 0.5rem 1rem;
        }
    }


    /*--------------------------------
  ページ送り
  ---------------------------------*/

    #page_next_prev {
        clear: both;
        width: 100%;
        padding-top: 3rem;
    }

    #next_prev {
        font-size: 0.85rem;
        border-top: 1px #ddd solid;
        padding-top: 0.5rem;
    }

    #next_prev a {
        align-items: center;
        text-decoration: none;
        padding: 0.5rem;
        display: flex;
    }

    #next_prev p {
        margin: 0;
        padding: 1rem 0 1rem 0.75rem;
        flex: 1;
    }

    #next_prev p span {
        display: block;
        font-size: 0.75rem;
        color: #777;
    }

    #next_prev .thumb-wrap {
        border-radius: 40px;
        overflow: hidden;
    }

    #next_prev .thumb-wrap,
    #next_prev img {
        width: 80px;
        height: 80px;
    }

    @media (min-width: 1024px) {
        #next_prev p {
            padding: 1rem;
        }

        #next_prev {
            display: flex;
            justify-content: space-between;
        }

        #next_prev a {
            width: 100%;
            border: 0;
        }

        #next_prev .next-link {
            text-align: right;
            justify-content: flex-end;
        }

        #next_prev .next-link .thumb-wrap {
            order: 2;
        }

        #next_prev .next-link p {
            order: 1;
        }
    }


    /*--------------------------------
  フッター
  ---------------------------------*/
    #footer {
        width: 100%;
        position: relative;
        transition: all 0.5s ease;
        margin: 0 auto;
        background: #EEE;
        padding-top: 3rem;
    }

    #footer p.copy {
        margin: 0;
        text-align: center;
        font-size: .7rem;
        padding: 1rem 0 3rem;
    }

    #footer ul {
        list-style: none;
    }

    #footer ul li {
        border-bottom: 1px solid #DDD;
    }

    #footer ul li a {
        display: block;
        color: #555;
        font-size: .9rem;
        padding: 1rem 2.5rem;
        padding-left: 0;
        background: url(../img/right.svg) no-repeat center right .5rem/.5rem .5rem;
    }

    #footer h3 {
        font-size: 1.5rem;
        margin: 0 0 1rem;
        line-height: 1;
    }

    #footer h3 strong {
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }

    #footer h2,
    #footer h3 span {
        font-size: 0.7rem;
        margin: 0;
    }

    #footer h2 {
        margin-top: 2rem;
    }

    #footer p {
        margin: 0;
        font-size: .9rem;
    }

    @media screen and (min-width:1024px) {
        #footer ul {
            display: flex;
        }

        #footer ul li {
            border: none;
        }

        #footer ul li a {
            background: none;
        }

        #footer p.copy {
            text-align: right;
        }
    }

    #nozawagroup .nozawa-item {
        display: block;
        width: 100%;
    }

    #nozawagroup .nozawa-item a {
        background: #002796;
        color: #FFF;
        display: block;
        text-align: center;
        padding: 1rem;
    }

    #nozawagroup .nozawa-item#nozawa-hojin a {
        background: #040062;
    }

    #nozawagroup .nozawa-item#kanael a {
        background: #F00;
    }

    #nozawagroup .nozawa-item a p {
        font-size: 0.7rem;
        margin: 0;
    }

    #nozawagroup .nozawa-item a:after {
        content: none;
    }

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

        #nozawagroup {
            display: flex;
        }
    }

    #maker {
        padding: 1rem 0;
        text-align: center;
    }

    #maker .inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    #maker .maker-item {
        margin: 0.5rem;
        width: 150px;
    }

    #maker .maker-item a {
        display: block;
    }

    #maker .maker-item a:after {
        content: none;
    }

    #map iframe {
        width: 100%;
        vertical-align: top;
    }

    /*** information ***/

    #information {
        padding: 3rem 0 0;
        margin-top: 3rem;
        padding-top: 40%;
        background: url(../images/info.jpg) no-repeat top center/contain;
    }

    .information-inner {
        padding: 2rem;
        text-align: center;
    }

    .information-inner h2 {
        margin: 0;
        font-size: 0.8rem;
    }

    .information-inner h2 span {
        display: block;
        font-size: 2rem;
        font-weight: bold;
        color: #000098;
    }

    .information-inner p span {
        display: block;
    }

    .information-bt {
        border-bottom: 1px solid #DDD;
    }

    .information-bt a {
        display: flex;
        border-top: 1px solid #DDD;
        padding: 0 4rem 0 5%;
        padding-right: calc(10% + 2rem);
        background: url(../img/right.svg) no-repeat center right 5%/2rem 2rem;
        height: 10rem;
        align-items: center;
        color: #333;
    }

    .information-bt a span {
        position: relative;
        padding-left: 3rem;
        display: block;
        font-size: 1.25rem;
        font-weight: bold;
    }

    .information-bt a.info-bt-tel span {
        font-size: 2rem;
        color: #000098;
        line-height: 1.5;
    }

    .information-bt a i {
        width: 2rem;
        height: 2rem;
        background: url(../img/icon_contact.svg) no-repeat center center/contain;
        position: absolute;
        left: 0;
        top: calc(50% - 1rem);
    }

    .information-bt a.info-bt-tel span i {
        background-image: url(../img/icon_tel.svg);
    }

    .information-bt a em {
        font-size: 0.8rem;
        color: #555;
        font-style: normal;
        font-weight: normal;
        display: block;
    }

    @media screen and (min-width:1024px) {
        .information-bt {
            display: flex;
        }

        .information-bt a {
            width: 50%;
        }

        .information-bt a.info-bt-tel {
            border-left: 1px solid #DDD;
        }
    }


    #foot-sns {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #foot-sns a {
        display: block;
        width: 2rem;
        height: 2rem;
        margin: 10px;
    }

    #foot-sns a:after {
        content: none;
    }

    #foot-sns a i {
        margin: 0;
        display: block;
        width: 2rem;
        height: 2rem;
        background: url(../images/icon-x.png) no-repeat center center/contain;
    }

    #foot-sns a i.icon-ins {
        background-image: url(../images/icon-insta.png);
    }

    #foot-sns a i.icon-fb {
        background-image: url(../images/icon-fb.png);
    }

    #foot-sns a i.icon-tochinavi {
        background-image: url(../images/icon-tochinavi.png);
    }

    @media screen and (min-width:1024px) {
        #foot-adds {
            display: flex;
        }

        #foot-sns {
            flex: 1;
            justify-content: right;
        }
    }