@charset "UTF-8";

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

body,
html {
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: normal;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.7;
    color: #333;
    position: relative;
}


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

#wrapper {
    background: #FFF;
}

p {
    margin: 1em 0;
}

a {
    color: #FF0000;
    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;
}

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

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

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

.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 {
        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;
    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: #F00;
}

header h1 span {
    display: block;
}

@media screen and (min-width:1024px) {
    #site_logo {
        margin: 1rem auto 0.5rem;
    }

    header {
        width: 220px;
        display: block;
    }

    header h1 {
        margin: 0 5%;
        font-size: .7rem;
        text-align: center;
    }
}

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

    #site_logo {
        width: 138px;
        height: 2rem;
        margin: 0 auto 0.3rem;
    }

    header h1 {
        font-size: .5rem;
        position: absolute;
        top: 0.25rem;
        left: 0;
        color: #FFF;
        text-align: center;
        width: 100%;
    }

    header h1 span {
        display: inline-block;
        margin-left: 1em;
    }
}

@media screen and (max-width:375px) {
    header {
        padding: 0;
    }

    header h1 {
        display: none;
    }

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

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

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

.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 #FF0000;
    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: #777;
    color: #FFF;
    font-size: 0;
    position: relative;
}

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

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

@media (min-width: 1024px) {

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

    #pcmenu {
        display: block;
        width: 184px;
        position: fixed;
        bottom: 8.5rem;
        left: 1rem;
        background: #FFF;
        z-index: 1;
    }

    #wrapper {
        width: calc(100% - 220px);
        margin-left: 220px;
    }

    #pcmenu_main {
        width: 100%;
        padding: 1rem;
    }

    #pcmenu_main ul {
        padding: 0 1rem;
        border-left: 1px solid #DDD;
    }

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

    #pcmenu_main ul li a {
        padding: 0.5rem 0;
        font-size: .8rem;
        color: #333;
        display: block;
        position: relative;
    }

    #pcmenu_main ul li a:after {
        content: ' ';
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: #AAA;
        position: absolute;
        left: -21px;
        top: calc(50% - 3px);
        transition: all .5s;
    }

    #pcmenu_main ul li a:hover:after {
        transform: scale(1.2);
        background: #333;
    }

    #top_contact {
        width: 184px;
        display: block;
        top: auto;
        right: auto;
        bottom: 1rem;
        left: 1rem;
    }

    #top_contact a {
        width: 100%;
        padding: 0 1rem 0 3.5rem;
        font-size: 0.8rem;
        line-height: 3.5rem;
    }

    #top_contact a i {
        position: absolute;
        top: calc(50% - 0.75rem);
        left: 1rem;
    }

    #top_contact a.cotact-tel {
        font-size: 1rem;
        color: #333;
        padding-left: 3rem;
    }
}

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

#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: right;
    font-size: .7rem;
    padding: 1rem 0 3rem;
}

#footer nav {
    margin-bottom: 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 h2,
#footer h3 span {
    font-size: 0.7rem;
    margin: 0;
}

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

#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(../img/icon-twitter.png) no-repeat center center/contain;
}

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

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

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

@media screen and (min-width:1024px) {
    #foot-sns {
        flex: 1;
        justify-content: right;
    }
}

/*** information ***/

#information {
    background: url(../images/info.jpg) no-repeat center center/cover;
}

#information.reservation {
    background-image: url(../images/showroom-info.jpg);
}

#information a {
    padding: 15% 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    text-align: center;
}

#information a:hover {
    background: rgba(0, 0, 0, 0.5);
}

#information h3 {
    color: #FFF;
    font-size: 1.1rem;
    margin: 0 0 1rem;
}

#information a span {
    padding: 0.5rem;
    border-bottom: 2px solid #FFF;
    font-size: 2rem;
}

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

#maker .container {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

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

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

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

.cursor {
    width: 100px;
    height: 100px;
    transition: transform .3s;
    pointer-events: none;
    transform: scale(0);
    position: fixed;
    z-index: 99;
}

.cursor.active {
    transform: scale(1);
}

.cursor span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/right_white.svg) no-repeat center center/30px 30px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
}