/*  Typo
----------------------------------------------- */
a:link, a:visited
{
    text-decoration: underline;
    color:#333333;
}
a:active {  text-decoration: underline; }
@media (hover: hover) {
    a:hover { color:#666; text-decoration:none; }
}


h1 { font:bold 18px/140% "Trebuchet MS", Verdana, sans-serif; }
h2 { font:bold 14px/140% "Trebuchet MS", Verdana, sans-serif; }

p { font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;}

h1,h2,p { font-family: inherit !important; }


/*  Icon fonts
----------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('https://u.jimcdn.com/cms/o/s56569163d1eafc1a/userlayout/font/icomoon2.eot?40niu7');
  src:  url('https://u.jimcdn.com/cms/o/s56569163d1eafc1a/userlayout/font/icomoon2.eot?40niu7#iefix') format('embedded-opentype'),
    url('https://u.jimcdn.com/cms/o/s56569163d1eafc1a/userlayout/font/icomoon2.ttf?40niu7') format('truetype'),
    url('https://u.jimcdn.com/cms/o/s56569163d1eafc1a/userlayout/font/icomoon2.woff?40niu7') format('woff'),
    url('https://u.jimcdn.com/cms/o/s56569163d1eafc1a/userlayout/font/icomoon2.svg?40niu7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bodywork-paint:before {
  content: "\e903";
}
.icon-car-sales:before {
  content: "\e904";
}
.icon-company:before {
  content: "\e905";
}
.icon-insurance:before {
  content: "\e906";
}
.icon-motorcycle:before {
  content: "\e907";
}
.icon-repair:before {
  content: "\e908";
}
.icon-syaken:before {
  content: "\e909";
}
.icon-tire:before {
  content: "\e90a";
}
.icon-home:before {
  content: "\e90b";
}
.icon-arrow:before {
  content: "\e90c";
}
.icon-fb:before {
  content: "\e900";
}
.icon-insta:before {
  content: "\e901";
}
.icon-line:before {
  content: "\e902";
}


/*  Utility
----------------------------------------------- */
.nodisparea {
    display: none !important;
}


/*  Layout
----------------------------------------------- */
body {
    /*background: #333333 url(https://u.jimcdn.com/cms/o/s56569163d1eafc1a/userlayout/img/bg.gif?t=1660891252) no-repeat top left;*/
    background-color: #ebeff3;
    padding:35px 0 0 0;
    margin:0;
    font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-family: 'Zen Old Mincho', serif !important;
    color: #333;
}


/*  container
----------------------------------------------- */
#container
{
    box-sizing: border-box;
    max-width: 1280px;
    margin:0 auto;
    padding: 60px 60px 0;
    /*width:834px;*/
    width: 100%;
    /*background:white;*/
    background-color: transparent;
}

@media (max-width: 1023px) {
    #container
    {
        padding: 30px 30px 0;
    }
}


/*  header
----------------------------------------------- */
#header
{
    /*padding:17px;*/
    /*display: flex;*/
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    #header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
}

body:not(.cc-page-index) #header {
    padding-bottom: 60px;
    border-bottom: 1px solid #bfc7ce;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #header {
        padding-bottom: 30px;
    }
}

#header h1,
#header a
{
    padding:0;
    /*font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;*/
    /*font-size:30px;*/
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    /*color:#666666;*/
    color: inherit;
    text-align:right;
}

@media (hover: hover) {
    #header a:hover { color:#666; text-decoration:none;}
}

@media (max-width: 1023px) {
    #header .h-info {
        position: relative;
    }

    #header .h-info:not(:last-child) {
        margin-bottom: 25px;
    }

    #header .h-info:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform 400ms ease 150ms;
    }

    .open_menu #header .h-info:before {
        transform: scaleX(1);
        transition: transform 400ms ease;
    }
}

#header .h-logo-sns-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1023px) {
  #header .h-logo-sns-wrapper {
    flex-direction: column;
  }
}

#header .h-logo {
    max-width: 360px;
}

@media (max-width: 1023px) {
    #header .h-logo {
        max-width: 260px;
    }

    #header .h-logo img{
        width:100%;
    }
}

#header .h-logo:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 1023px) {
    #header .h-logo:not(:last-child) {
        margin-bottom: 26px;
    }
}

#header .h-info-text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}

@media (max-width: 1023px) {
  #header .h-info-text-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

#header .h-info-text p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    
}

@media (max-width: 1023px) {
    #header .h-info-text p {
        text-align: center;
        font-size: 13px;
    }
}

#header .h-info-text a {
    text-decoration: underline;
}

@media (hover: hover) {
    #header .h-info-text a:hover {
        color:#666;
        text-decoration: none;
    }
}

#header .new-open-wrapper {
  margin-bottom: calc(10 / 16 * 1rem);
  text-align: center;
}

@media (max-width: 1023px) {
  #header .new-open-wrapper {
    flex-direction: column;
    font-size: calc(13 / 16 * 1rem);
  }
}

.new-open-wrapper::before {
  content: "＼";
  margin-right: 0.5em;
  color: #999;
}

.new-open-wrapper::after {
  content: "／";
  margin-left: 0.5em;
  color: #999;
}

@media (max-width: 375px) {
  .new-open-wrapper::before,
  .new-open-wrapper::after {
    display: none;
  }
}

#header .new-open-label {
  background-color: #d82e00;
  color: #FFF;
  border-radius: 20px;
  padding: calc(4 / 16 * 1rem) calc(10 / 16 * 1rem);
  font-size: 13px;
  font-weight: bold;
}

#header .h-info-text-box-wrapper{
    width: 50%;
}

@media (max-width: 1023px) {
    #header .h-info-text-box-wrapper {
        width: 100%;
    }
}

#header .h-info-text--box  {
    border: 1px solid #ccc;
    padding: calc(16 / 16 * 1rem);
    background-color: #FFF; 
}

#header .h-info-text--box .sp-br{
    display: none;
}

@media (max-width: 1023px) {
    #header .h-info-text--box .sp-br  {
        display: inline;
    }
}

.h-sns {
}

.h-sns ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

@media (max-width: 1023px) {
    .h-sns ul {
        justify-content: center;
    }
}

.h-sns ul li {
    list-style: none;
}

.h-sns ul li:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 1023px) {
    .h-sns ul li:not(:last-child) {
        margin-right: 15px;
    }
}

.h-sns ul li a {
    font-size: 40px;
}

@media (max-width: 1023px) {
    .h-sns ul li a {
        font-size: 30px;
    }
}

.h-sns ul li a span {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}

@media (max-width: 1023px) {
    .h-sns ul li a span {
        width: 30px;
        height: 30px;
    }
}

.h-sns ul li a span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

@media (max-width: 1023px) {
    .h-sns ul li a span:before {
        width: 30px;
        height: 30px;
    }
}


/*  .menu
----------------------------------------------- */
.menu {
    display: none;
}

@media (max-width: 1023px) {
    .menu {
        display: block;
        position: fixed;
        top: 30px;
        right: 50%;
        width: 40px;
        height: 40px;
        z-index: 1000;
        margin-right: -157px;
    }

    .menu button {
        position: relative;
        width: 100%;
        height: 100%;
        border: none;
        background-color: #51647c;
    }

    .menu button span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 21px;
        height: 2px;
        margin-top: -1px;
        margin-left: -10px;
        background-color: #FFF;
        transition: background 400ms ease;
    }

    .open_menu .menu button span {
        background-color: transparent;
    }

    .menu button span:before,
    .menu button span:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        transition: top 400ms ease 400ms, transform 400ms ease;
    }

    .menu button span:before {
        top: -8px;
    }

    .menu button span:after {
        top: 8px;
    }

    .open_menu .menu button span:before,
    .open_menu .menu button span:after {
        top: 0;
        transition: top 400ms ease, transform 400ms ease 400ms;
    }

    .open_menu .menu button span:before {
        transform: rotate(45deg);
    }

    .open_menu .menu button span:after {
        transform: rotate(-45deg);
    }
}


/*  .sp-h-navigation
----------------------------------------------- */
#sp-h-navigation {
    display: none;
}
@media (max-width: 1023px) {
    #sp-h-navigation {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        width: 0;
        height: 100%;
        overflow: hidden;
        background-color: #FFF;
        transition: width 400ms ease;
    }

    .open_menu #sp-h-navigation {
        width: calc(100% - 30px);
        transition: width 400ms ease 150ms;
    }

    #sp-h-navigation div[data-container="navigation"] {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100vw - 30px);
    }

    #sp-h-navigation .j-nav-variant-standard {
        padding: 30px;
    }
}


/*  content-block
----------------------------------------------- */
.content-block {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 1023px) {
    .content-block {
        display: block;
    }
}

.cc-page-index .content-block {
    flex-direction: column;
}

body:not(.cc-page-index) .content-block {
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) .content-block {
        margin-bottom: 30px;
    }
}


/*  navigation
----------------------------------------------- */
#navigation
{
    /*float:left;*/
    width: 260px;
    padding: 0;

}

.cc-page-index #navigation {
    /*display: none;*/
    width: 100%;
    /*padding: 0;*/
}

body:not(.cc-page-index) #navigation div[data-container="navigation"] {
    position: sticky;
    top: 0;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #navigation {
        display: none;
    }
}


/*  sidebar
----------------------------------------------- */
#sidebar
{
    display: none;
    padding-top:10px;
}


/*  content
----------------------------------------------- */
#content
{
    /*float:right;*/
    width: calc(100% - 260px - 40px);
    margin-right: 40px;
    padding: 0;
}

@media (max-width: 1023px) {
    #content
    {
        width: 100%;
        margin-right: 0;
    }
}


/*  cc-page-index content
----------------------------------------------- */
.cc-page-index #content {
    /*float: none;*/
    width: 100%;
    margin-right: 0;
    /*padding: 0;*/
}

.cc-indexpage #cc-matrix-3072794052 {
}

.cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column {
    box-sizing: border-box;
    width: 48.28% !important;
    padding-right: 0 !important;
}

@media (max-width: 1023px) {
    .cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column {
        width: 100% !important;
    }
}

.cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column:first-child {
    margin-right: 3.44%;
}

@media (max-width: 1023px) {
    .cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column:first-child {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column > div {
    border: 1px solid #bfc7ce;
    background-color: #fff;
}

.cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .j-module:not(:last-child) {
    padding-top: 41px;
    padding-bottom: 18px;
}

@media (max-width: 1023px) {
    .cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .j-module:not(:last-child) {
        padding-top: 21px;
        padding-bottom: 8px;
    }
}

.cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .j-module:last-child {
    padding-top: 0;
    padding-bottom: 12px;
}

@media (max-width: 1023px) {
    .cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .j-module:last-child {
        padding-bottom: 9px;
    }
}

.cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .cc-imagewrapper {
    max-width: 350px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .cc-imagewrapper {
        max-width: 165px;
    }
}

.cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .cc-imagewrapper a img {
    transition: opacity 400ms ease;
}

@media (hover: hover) {
    .cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .cc-imagewrapper a:hover img {
        opacity: 0.7;
    }
}

.cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .j-text p {
    line-height: 2;
    letter-spacing: 0.1em;
}

.cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .j-text p a {
    color: #333333;
    text-decoration: none;
}

@media (hover: hover) {
    .cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .j-text p a:hover {
        color: #666666;
        text-decoration: none;
    }
}

@media (max-width: 1023px) {
    .cc-indexpage #cc-matrix-3072794052 .cc-m-hgrid-column .j-text p span {
        font-size: 13px !important;
    }
}


/*  not cc-page-index content
----------------------------------------------- */
body:not(.cc-page-index) #content_start {
    margin-top: -16px;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start {
        margin-top: 0;
    }
}


/*  not cc-page-index content j-header h1
----------------------------------------------- */
body:not(.cc-page-index) #content_start + div .j-header {
    padding: 0;
}

body:not(.cc-page-index) #content_start + div .j-header h1 {
    padding-left: 76px;
    font-family: inherit;
    font-size: 60px;
    letter-spacing: 0.1em;
    color: #333;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-header h1 {
        padding-left: 52px;
        font-size: 30px;
    }
}

body:not(.cc-page-index) #content_start + div .j-header:not(:last-child) h1 {
    margin-bottom: 50px;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-header:not(:last-child) h1 {
        margin-bottom: 25px;
    }
}

body:not(.cc-page-index) #content_start + div .j-header h1:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -9px;
    width: 60px;
    height: 60px;
    margin-right: 16px;
    margin-left: -76px;
    /*background-color: #c7ced6;*/
    vertical-align: middle;
    font-size: 60px;
    
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-header h1:before {
        top: -4px;
        width: 40px;
        height: 40px;
        margin-right: 12px;
        margin-left: -52px;
        font-size: 40px;
    }
}

body:not(.cc-page-index)#page-2148449252 #content_start + div .j-header h1:before {
    content: "\e90a";
}

body:not(.cc-page-index)#page-2148449152 #content_start + div .j-header h1:before {
    content: "\e909";
}

body:not(.cc-page-index)#page-2148449352 #content_start + div .j-header h1:before {
    content: "\e908";
}

body:not(.cc-page-index)#page-2148449452 #content_start + div .j-header h1:before {
    content: "\e907";
}

body:not(.cc-page-index)#page-2149698352 #content_start + div .j-header h1:before {
    content: "\e903";
}

body:not(.cc-page-index)#page-2149698452 #content_start + div .j-header h1:before {
    content: "\e904";
}

body:not(.cc-page-index)#page-2149698552 #content_start + div .j-header h1:before {
    content: "\e906";
}

body:not(.cc-page-index)#page-2149698652 #content_start + div .j-header h1:before {
    content: "\e905";
}


/*  not cc-page-index content j-header h2
----------------------------------------------- */
body:not(.cc-page-index) #content_start + div .j-header h2 {
    font-family: inherit;
    font-size: 28px;
    letter-spacing: 0.1em;
    color: #333;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-header h2 {
        font-size: 18px;
    }
}

body:not(.cc-page-index) #content_start + div .j-header:not(:last-child) h2 {
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-header:not(:last-child) h2 {
        margin-bottom: 15px;
    }
}


/*  not cc-page-index content j-header h3
----------------------------------------------- */
body:not(.cc-page-index) #content_start + div .j-header h3 {
    font-family: inherit;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #333;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-header h3 {
        font-size: 16px;
    }
}

body:not(.cc-page-index) #content_start + div .j-header:not(:last-child) h3 {
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-header:not(:last-child) h3 {
        margin-bottom: 15px;
    }
}


/*  not cc-page-index content j-imageSubtitle
----------------------------------------------- */
body:not(.cc-page-index) #content_start + div .j-imageSubtitle {
    padding: 0;
}

body:not(.cc-page-index) #content_start + div .j-imageSubtitle:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-imageSubtitle:not(:last-child) {
        margin-bottom: 25px;
    }
}

body:not(.cc-page-index) #content_start + div .j-imageSubtitle a {
    transition: opacity 400ms ease;
}

@media (hover: hover) {
    body:not(.cc-page-index) #content_start + div .j-imageSubtitle a:hover {
        opacity: 0.7;
    }
}

body:not(.cc-page-index) #content_start + div .j-imageSubtitle img {
    width: 100%;
    height: auto;
}

body:not(.cc-page-index) #content_start + div .j-imageSubtitle:not(:last-child) + .j-gallery {
    margin-top: -10px;
}
@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-imageSubtitle:not(:last-child) + .j-gallery {
        margin-top: 0;
    }
}


/*  not cc-page-index content c_text
----------------------------------------------- */
body:not(.cc-page-index) #content_start + div .j-text {
    padding: 0;
}

.c_text {
    line-height: 2;
    letter-spacing: 0.1em;
}

.c_text a,
.c_text a:link,
.c_text a:visited {
    color: #0a90dc;
}

@media (max-width: 1023px) {
    .c_text span {
        font-size: 16px !important;
    }
}


/*  not cc-page-index content j-table
----------------------------------------------- */
.j-table {
    padding: 0;
}

@media (max-width: 1023px) {
    .j-table {
        overflow: auto;
    }
}

.j-table table {
    table-layout: fixed;
}

@media (max-width: 1023px) {
    .j-table table {
        width: auto;
        min-width: 100%;
    }
}

.j-table table a,
.j-table table a:link,
.j-table table a:visited {
    color: #0a90dc;
}

.j-table table,
.j-table table th,
.j-table table td {
    font: inherit;
}

.j-table table th,
.j-table table td {
    padding: 17px 0;
    border-bottom: 1px solid #bfc7ce;
    vertical-align: middle;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
    .j-table table th,
    .j-table table td {
        padding: 12px 0;
        font-size: 14px;
        white-space: nowrap;
    }

    .j-table table th:not(:last-child),
    .j-table table td:not(:last-child) {
        padding-right: 12px;
    }
}

.j-table table th,
.j-table table .label {
    font-weight: 600;
}

.j-table table tr:first-child th {
    padding-top: 0;
}

.j-table table tr.noline:first-child th {
    padding-bottom: 0;
    border-bottom: none;
}

.j-table table .label {
    width: calc(100% - 160px);
}
@media (max-width: 1023px) {
    .j-table table .label {
        /*width: auto;*/
    }
}

.j-table table .label.first,
.j-table table .label.second {
    width: auto;
}

.j-table table .label.first {
    padding-right: 25px;
}
@media screen and (max-width: 1279px){
   .j-table table .label.first {
        padding-right: 8px;
    } 
}
@media (max-width: 1023px) {
   .j-table table .label.first {
        padding-right: 12px;
    } 
}

.j-table table.c_table-typeB .label.first {
    width: 90px;
}
@media (max-width: 1023px) {
    .j-table table.c_table-typeB .label.first {
        width: auto;
    }
}

.j-table table.c_table-typeC .label.first {
    width: 165px;
}
@media (max-width: 1023px) {
    .j-table table.c_table-typeC .label.first {
        width: auto;
    }
}

.j-table table.c_table-typeD .label {
    width: 160px;
}
@media (max-width: 1023px) {
    .j-table table.c_table-typeD .label {
        width: auto;
    }
}

.j-table table .label.second {
    padding-right: 25px;
    white-space: nowrap;
}
@media screen and (max-width: 1279px){
   .j-table table .label.second {
        padding-right: 8px;
        white-space: normal;
    } 
}
@media (max-width: 1023px) {
   .j-table table .label.second {
        padding-right: 12px;
        white-space: nowrap;
    } 
}

.j-table table .price {
    width: 160px;
}

@media (max-width: 1023px) {
    .j-table table .price:not(:last-child) {
        padding-right: 12px;
    }
}

.j-table table.c_table-typeB .price {
    width: auto;
}

@media (max-width: 1023px) {
    .j-table table.c_table-typeC .price {
        width: auto;
    }
}

.j-table table.c_table-typeD .text {
    width: calc(100% - 160px);
}

@media (max-width: 1023px) {
    .j-table table.c_table-typeD .text {
        white-space: normal;
    }
}

.j-table .small {
    font-size: 80%;
}


/*  not cc-page-index content note
----------------------------------------------- */
.note {
    margin: 0;
    padding: 0;
}

.j-text:not(:first-child) .note {
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .j-text:not(:first-child) .note {
        margin-top: 15px;
    }
}

body:not(.cc-page-index) #content_start + div .j-text .note_item {
    list-style: none;
    right: 0;
    padding-right: 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
    letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-text .note_item {
        font-size: 12px;
    }
}


/*  not cc-page-index content c_list
----------------------------------------------- */
div.j-text ul.c_list {
    margin: 0;
    padding: 0;
    padding-left: 2em;
}

div.j-text ul li.c_list_item {
    right: 0;
    padding-right: 0;
    line-height: 2;
    letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
    div.j-text ul li.c_list_item span {
        font-size: 13px !important;
    }
}

div.j-text ul li .c_list_item_hd {
    /*display: block;*/
}


/*  not cc-page-index content attention_box
----------------------------------------------- */
.attention_box {
    padding: 30px 30px 30px;
    background-color: #fff;
    border: 1px solid #ca2b1d;
}

body:not(.cc-page-index) #content_start + div .attention_box .j-header h3 {
    color: #ca2b1d;
}


/*  not cc-page-index content j-textWithImage
----------------------------------------------- */
body:not(.cc-page-index) #content_start + div .j-textWithImage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 73px 20px 73px;
    border: 1px solid #bfc7ce;
    background-color: #FFF;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-textWithImage {
        flex-direction: column;
        padding: 21px 0 9px;
    }
}

body:not(.cc-page-index) #content_start + div .j-textWithImage .cc-imagewrapper {
    width: 100%;
    max-width: 350px;
    margin: 0;
    padding: 0;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-textWithImage .cc-imagewrapper {
        max-width: 165px;
    }

    body:not(.cc-page-index) #content_start + div .j-textWithImage .cc-imagewrapper:not(:last-child) {
        padding-bottom: 8px;
    }
}

body:not(.cc-page-index) #content_start + div .j-textWithImage .cc-imagewrapper a {
    transition: opacity 400ms ease;
}

@media (hover: hover) {
    body:not(.cc-page-index) #content_start + div .j-textWithImage .cc-imagewrapper a:hover {
        opacity: 0.7;
    }
}

body:not(.cc-page-index) #content_start + div .j-textWithImage .cc-imagewrapper img {
    width: 100%;
}

body:not(.cc-page-index) #content_start + div .j-textWithImage .c_line_bnr_text {
    line-height: 2;
    letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-textWithImage .c_line_bnr_text {
        text-align: center;
    }
}

body:not(.cc-page-index) #content_start + div .j-textWithImage .c_line_bnr_text a {
    color: #333;
    text-decoration: none;
}

@media (hover: hover) {
    body:not(.cc-page-index) #content_start + div .j-textWithImage .c_line_bnr_text a:hover {
        color: #666;
        text-decoration: underline;
    }
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .j-textWithImage .c_line_bnr_text span {
        font-size: 13px !important;
    }
}


/*  not cc-page-index content j-gallery
----------------------------------------------- */
body:not(.cc-page-index) #content_start + div .j-gallery {
    padding: 0;
}

body:not(.cc-page-index) #content_start + div .cc-m-gallery-container {
    display: grid;
    grid-template-columns: repeat(2, 47.67%);
    column-gap: 4.66%;
    row-gap: 25px;
}
@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .cc-m-gallery-container {
        grid-template-columns: 1fr;
    }
}

body:not(.cc-page-index) #content_start + div .cc-m-gallery-cool-item {
    float: none;
    /*width: 47.67%;*/
}
@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .cc-m-gallery-cool-item {
        /*float: none;
        width: 100%;*/
    }
}

body:not(.cc-page-index) #content_start + div .cc-m-gallery-cool-item:not(:nth-child(2n)) {
    /*margin-right: 4.66%;*/
}
@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .cc-m-gallery-cool-item:not(:nth-child(2n)) {
        /*margin-right: 0;*/
    }
}

@media (max-width: 1023px) {
    body:not(.cc-page-index) #content_start + div .cc-m-gallery-cool-item:not(:last-child) {
        /*margin-bottom: 25px;*/
    }
}

body:not(.cc-page-index) #content_start + div .cc-m-gallery-cool-item img {
    width: 100% !important;
    height: auto !important;
}

.car_info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
    .car_info {
        margin-top: 5px;
        font-size: 13px;
    }
}

.car_name {
}

.car_price {
    text-align: right;
}

body:not(.cc-page-index) #content_start + div .j-gallery.coming .cc-m-gallery-container {
    display: none !important;
}

body:not(.cc-page-index) #content_start + div .j-gallery.coming:after {
    content: "準備中";
    display: block;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    border: 1px solid #bfc7ce;
}


/*  j-googlemaps
----------------------------------------------- */
.j-googlemaps {
    padding: 0;
}
@media (max-width: 1023px) {
    .j-googlemaps .cc-map-wrapper {
        height: 315px !important;
    }

    .j-googlemaps .cc-map-wrapper iframe {
        height: 100% !important;
    }
}


/*  cc-m-spacer
----------------------------------------------- */
@media (max-width: 1023px) {
    .cc-m-spacer[style="height: 30px;"] {
        height: 10px !important;
    }

    .cc-m-spacer[style="height: 35px;"] {
        height: 15px !important;
    }

    .cc-m-spacer[style="height: 50px;"] {
        height: 25px !important;
    }

    .cc-m-spacer[style="height: 80px;"] {
        height: 40px !important;
    }

    .cc-m-spacer[style="height: 110px;"] {
        height: 50px !important;
    }
}


/*  footer
----------------------------------------------- */
#footer
{
    clear:both;
    /*margin-top:10px;*/
    /*background:url(https://u.jimcdn.com/cms/o/s56569163d1eafc1a/userlayout/img/footer-bg.gif?t=1660891252) repeat-x top;*/
    /*height:65px;*/
}

#footer .gutter 
{
    height:30px;
    padding:35px 15px 0 90px;
}

#footer .f-map {
    position: relative;
    padding-top: 48.28%;
}

@media (max-width: 1023px) {
    #footer .f-map {
        padding-top: 315px;
    }
}

#footer .f-map:not(:last-child) {
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    #footer .f-map:not(:last-child) {
        margin-bottom: 35px;
    }
}

#footer .f-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer .f-info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1023px) {
    #footer .f-info-box {
        flex-direction: column;
    }
}

#footer .f-info-box:not(:last-child) {
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    #footer .f-info-box:not(:last-child) {
        margin-bottom: 30px;
    }
}

#footer .f-info-box .f-logo {
    width: 100%;
    max-width: 260px;
}

@media (max-width: 1023px) {
    #footer .f-info-box .f-logo {
        max-width: 204px;
    }

    #footer .f-info-box .f-logo:not(:last-child) {
        margin-bottom: 10px;
    }
}

#footer .f-info-box .f-logo a {
    display: block;
}

#footer .f-info-text {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
    #footer .f-info-text {
        font-size: 12px;
    }

    #footer .f-info-text:not(:last-child) {
        margin-bottom: 10px;
    }
}

#footer .f-info-text a {
    color: #333333;
}

#footer .h-sns {
    width: 100%;
    max-width: 260px;
}

@media (max-width: 1023px) {
    #footer .h-sns {
        width: auto;
    }
}

#footer .h-sns a {
    text-decoration: none;
    color: #333333;
}

@media (hover: hover) {
    #footer .h-sns a:hover {
        color: #666666;
    }
}

.f-copyright {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #333333;
}

@media (max-width: 1023px) {
    .f-copyright {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.f-copyright-text {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
    .f-copyright-text {
        font-size: 11px;
    }
}


/*  Navigation
----------------------------------------------- */
ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
}

ul.mainNav1 li,
ul.mainNav2 li
{
    display: inline;
    margin: 0;  
    padding: 0;
}

ul.mainNav1 li a,
ul.mainNav2 li a
{
    /*font:normal 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    text-decoration: none;
    display: block;
    color:#333;
    border-bottom:1px solid #CCC;
}

ul.mainNav1 li a { padding:4px 4px 4px 4px; }
ul.mainNav2 li a { padding:4px 4px 4px 14px; }
ul.mainNav3 li a { padding:4px 4px 4px 24px; }

@media (hover: hover) {
    ul.mainNav1 a:hover
    {
        background:#EEE;
        color:black;
    }
}

ul.mainNav1 a.current { font-weight:bold; }

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 {
    display: flex;
    flex-wrap: wrap;
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li {
    width: calc(260 / 1160 * 100%);
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li {
        width: calc(50% - 7.5px);
        margin-bottom: 15px;
    }
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:first-child {
    display: none;
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:not(:nth-child(4n+1)) {
    margin-right: calc(40 / 1160 * 100%);
}

@media (max-width: 1023px) {
    .cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:not(:nth-child(4n+1)) {
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
    .cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:not(:nth-child(2n+1)) {
        margin-right: 15px;
    }
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a {
    display: block;
    position: relative;
    padding-top: 100%;
    border: 1px solid #bfc7ce;
    background-color: #fff;
    font-family: inherit;
    transition: color 400ms ease;
}

@media (max-width: 1023px) {
    .cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a {
        padding-top: 150px;
    }
}

@media (hover: hover) {
    .cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a:hover {
        color: #FFF;
    }
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #51647c;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform 400ms ease;
}

@media (hover: hover) {
    .cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a:hover:before {
        transform-origin: 0 50%;
        transform: scaleX(1);
    }
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a:after {
    content: "\e90c";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 37px;
    height: 40px;
    padding-left: 3px;
    background-color: #51647c;
    text-align: center;
    font-family: 'icomoon' !important;
    font-size: 16px;
    line-height: 40px;
    color: #FFF;
    transition: background 400ms ease, color 400ms ease;
}

@media (max-width: 1023px) {
    .cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a:after {
        width: 25px;
        height: 28px;
        font-size: 12px;
        line-height: 28px;
    }
}

@media (hover: hover) {
    .cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a:hover:after {
        background-color: #fff;
        color: #51647c;
    }
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0.1em;
    transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
    .cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a span {
        font-size: 14px;
    }
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a span:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    font-size: 60px;
    
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1023px) {
    .cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li a span:before {
        width: 40px;
        height: 40px;
        margin-bottom: 17px;
        font-size: 40px;
    }
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:nth-child(2) a span:before {
    content: "\e90a";
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:nth-child(3) a span:before {
    content: "\e909";
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:nth-child(4) a span:before {
    content: "\e908";
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:nth-child(5) a span:before {
    content: "\e907";
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:nth-child(6) a span:before {
    content: "\e903";
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:nth-child(7) a span:before {
    content: "\e904";
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:nth-child(8) a span:before {
    content: "\e906";
}

.cc-page-index div:not(#sp-h-navigation) > div[data-container="navigation"] ul.mainNav1 li:nth-child(9) a span:before {
    content: "\e905";
}

body:not(.cc-page-index) ul.mainNav1 {
}

body:not(.cc-page-index) ul.mainNav1 li {
}

body:not(.cc-page-index) ul.mainNav1 li a,
#sp-h-navigation ul.mainNav1 li a {
    position: relative;
    padding: 26px 0 26px 26px;
    border-bottom-color: #c7ced6;
    background-color: #FFF;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: color 400ms ease, padding 400ms ease;
}

@media (max-width: 1023px) {
    #sp-h-navigation ul.mainNav1 li a {
        padding: 16px 0 19px 0;
        font-size: 14px;
    }
}

body:not(.cc-page-index) ul.mainNav1 li a:before,
#sp-h-navigation ul.mainNav1 li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #51647c;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform 400ms ease;
}

body:not(.cc-page-index) ul.mainNav1 li a.current,
#sp-h-navigation ul.mainNav1 li a.current {
    color: #fff;
}

@media (max-width: 1023px) {
    #sp-h-navigation ul.mainNav1 li a.current {
        padding-left: 20px;
    }
}

@media (hover: hover) {
    body:not(.cc-page-index) ul.mainNav1 li a:hover,
    #sp-h-navigation ul.mainNav1 li a:hover {
        color: #fff;
    }
}

body:not(.cc-page-index) ul.mainNav1 li a.current:before,
#sp-h-navigation ul.mainNav1 li a.current:before {
    transform-origin: 0 50%;
    transform: scaleX(1);
}

@media (hover: hover) {
    body:not(.cc-page-index) ul.mainNav1 li a:hover:before,
    #sp-h-navigation ul.mainNav1 li a:hover:before {
        transform-origin: 0 50%;
        transform: scaleX(1);
    }
}

body:not(.cc-page-index) ul.mainNav1 li a span,
#sp-h-navigation ul.mainNav1 li a span {
    position: relative;
}

body:not(.cc-page-index) ul.mainNav1 li:first-child a span:before,
body:not(.cc-page-index) ul.mainNav1 li:not(:first-child) a span:after,
#sp-h-navigation ul.mainNav1 li:first-child a span:before,
#sp-h-navigation ul.mainNav1 li:not(:first-child) a span:after {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body:not(.cc-page-index) ul.mainNav1 li:first-child a span:before,
#sp-h-navigation ul.mainNav1 li:first-child a span:before {
    content: "\e90b";
    top: -2px;
    padding-right: 14px;
    font-size: 12px;
    transition: color 400ms ease;
}

@media (max-width: 1023px) {
    #sp-h-navigation ul.mainNav1 li:first-child a span:before {
        padding-right: 12px;
    }
}

@media (hover: hover) {
    body:not(.cc-page-index) ul.mainNav1 li:first-child a:hover span:before,
    #sp-h-navigation ul.mainNav1 li:first-child a:hover span:before {
        color: #FFF;
    }
}

body:not(.cc-page-index) ul.mainNav1 li:not(:first-child) a span:after,
#sp-h-navigation ul.mainNav1 li:not(:first-child) a span:after {
    content: "\e90c";
    top: -2px;
    padding-left: 10px;
    font-size: 12px;
    color: #51647c;
}


/*  cc-FloatingButtonBarContainer
----------------------------------------------- */
.cc-FloatingButtonBarContainer {
    bottom: 8px !important;
    right: 27px !important;
}

@media (min-width: 1024px) {
    .cc-FloatingButtonBarContainer {
        bottom: 35px !important;
        right: 60px;
    }
}

@media (min-width: 1280px) {
    .cc-FloatingButtonBarContainer {
        right: 50% !important;
        margin-right: -583px !important;
    }
}

@media (max-width: 1023px) {
    .cc-FloatingButtonBarContainer li a span {
        height: 30px !important;
        width: 30px !important;
    }
}