@charset "utf-8";


header.static_header{
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 60px);
}

nav.auxiliary{
  max-width: 1280px;
  margin: 30px auto;
  width: calc(100% - 60px);
}
nav.auxiliary a{
  vertical-align: middle;
  font-size: 125%;
  font-weight: 400;
  line-height: 1.6em;
}

@media (max-width: 768px) {
  header.static_header,
  nav.auxiliary {
    width: calc(100% - 40px);
  }
}

nav.auxiliary a,
nav.bread_crumbs {
  vertical-align: middle;
  font-size: 116.7%;
  font-weight: 400;
  line-height: 1.6em;
  padding: 10px 0;
}

/* @media (max-width: 768px) {
  nav.bread_crumbs {
      display: none;
  }
} */

img.arrow {
  margin: 0 10px;
  height: 12px;
}

nav.auxiliary {
  display: flex;
  justify-content: space-between;
}

nav.auxiliary > div {
  flex: 0 auto;
}

div.back img.arrow {
  margin-left: 0;
}

div.forward img.arrow {
  margin-right: 0;
}

header.static_header h1 {
  font-size: 40px;
  text-align: center;
  padding: 40px 0 60px;
  border-bottom: 1px solid #b5b8b9;
}
.info_section header.static_header h1 {
  border: none;
  padding: 40px 0 30px;
}

@media (max-width: 768px) {
  header.static_header h1 {
      font-size: 28px;
      display: none;
  }
}



/* aboutus info
  ------------------------------------------------------------------ */
.article_kv{
  width: 100%;
  margin-bottom: 30px;
}
.article_kv .article_kv_sp{
  display: none;
}
@media (max-width: 768px) {
  .article_kv .article_kv_sp{
    display: block;
  }
  .article_kv .article_kv_pc{
    display: none;
  }
}

.article_kv .article_kv_img{
  width: 100%;
  height: auto;
}

article.static_body {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 30px;
}

@media (max-width: 768px) {
  article.static_body {
  }
}

article.static_body .lead{
  padding: 80px 0 40px;
}

@media (max-width: 768px) {
  article.static_body .lead{
    padding: 40px 0 20px;
  }
}

article.static_body p{
  font-size: 133.3%;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  article.static_body p{
    font-size: 108.3%;
  }
}

article.static_body h1, article.static_body h2, article.static_body h3, article.static_body h4 {
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 6px;
}

article.static_body h2 {
  font-size: 233.3%;
  margin-top: 80px;
  margin-bottom: 30px;
}

article.static_body h3 {
  font-size: 175%;
  margin-top: 60px;
  margin-bottom: 20px;
}

article.static_body h4 {
  font-size: 18px;
}

@media (max-width: 768px) {
  article.static_body h2 {
    font-size: 200%;
    margin-top: 60px;
  }
  
  article.static_body h3 {
      font-size: 150%;
  }
  
  article.static_body h4 {
      font-size: 16px;
  }    
}

article.static_body hr {
  border-top: none;
  border-bottom: 1px solid #b5b8b9;
  margin-top: 44px;
}
@media (max-width: 768px) {
  article.static_body hr{
    margin-top: 20px;
  }
}

article.static_body .tatic_body_cont_wrap{
  position: relative;
}
article.static_body .tatic_body_cont_wrap + .tatic_body_cont_wrap::before {
    content: "";
    display: block;
    height: 1px;
    background: #b5b8b9;
/*     width: calc(100% - 60px); */
    width: 100%;
/*     max-width: 1280px; */
    margin: 60px auto 0;
}

article.static_body .tatic_body_cont_wrap#history .static_body_cont{
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}

article.static_body .static_body_cont p{
  font-size: 133.3%;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  article.static_body .static_body_cont p{
    font-size: 108.3%;
  }
}

.article_date {
  font-size: 14px;
  color: #252F32;
  margin-bottom: 0px;
}

article.static_body h2.article_title {
  margin-top: 0;
}

article.static_body#blog h2.article_title{
  margin-top: 20px;
  margin-bottom: 10px;
}

.article_tag_group {
  display: flex;
  justify-content: flex-start;
}

.article_tag_group > .article_tag {
  flex: 0 auto;
  margin-right: 10px;
  background-color: #eeeeee;
  color: #252F32;
  font-size: 100%;
  padding: 5px 10px;
  margin: 10px 8px 20px 0;
}

.author {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
}

.author .fullname {
  font-size: 16px;
}

.author .position {
  font-size: 11px;
}

.author img {
  align-self: center;
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
}

.store_contents_info {
  width: 100%;
  text-align: left;
}

.store_contents_info .lead{
  text-align: left;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 !important;
  font-size: 133.3%;
  font-weight: 400;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .store_contents_info .lead{
    display: none;
  }
}

.store_contents_info dl {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-top: #d8d8d8 1px solid;
}

.store_contents_info dl dt {
  width: 30%;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 133.33%;
  font-weight: 700;
  line-height: 1.4em;
  padding: 20px 0;
  border-bottom: #d8d8d8 1px solid;
}

@media (max-width: 768px) {
  .store_contents_info dl dt {
      width:100%;
      padding: 20px 0 0;
      font-size: 108.3%;
      border: none;
  }
}

.store_contents_info dl dd {
  width: 70%;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 133.33%;
  font-weight: 400;
  line-height: 1.4em;
  padding: 20px;
  letter-spacing: .01em;
  border-bottom: #d8d8d8 1px solid;
}

.store_contents_info dl dd p {
  font-size: 100%;
}
.store_contents .store_contents_detail .store_contents_info dl dd a,
.store_contents_info dl dd a{
  text-decoration: underline;
}

@media (max-width: 768px) {
  .store_contents_info dl dd {
    width:100%;
    padding: 0 0px 20px;
    font-size: 108.3%;
  }
}

.store_contents .store_contents_detail .store_contents_info dl{
  border: none;  
}

.store_contents .store_contents_detail .store_contents_info dl dt{
  border: none;
}

.store_contents .store_contents_detail .store_contents_info dl dd{
  border: none;
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_info dl{
  }
  .store_contents .store_contents_detail .store_contents_info dl dt{
    
  }
  .store_contents .store_contents_detail .store_contents_info dl dd{
    
  }
}


.store_section {
  margin-top:50px;
}

@media (max-width: 768px) {  
  .store_section {
    margin-top:30px;
  }
}

.store_section h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 250%;
  font-weight: 700;
  line-height: 1.6em;
  padding: 20px 0;
  max-width:1280px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .store_section h2 {
    width: calc(100% - 40px);
    font-size: 200%;
  }
}

.store_section .inner {
  max-width:1280px;
  width: calc(100% - 60px);
  margin:0 auto;
  padding: 0;
  display:flex;
  display:-webkit-flex;
  gap: 40px;
}

@media (max-width: 768px) {
  .store_section .inner{
    display: block;
    width: calc(100% - 40px);
  }
}

.store_showroom .inner .store_showroom_box {
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.store_showroom .inner .store_showroom_box:nth-child(2) {
  /*flex: 0.75;*/
  border-collapse: separate;
  border-spacing: 10px;
  max-width: 400px;
}

@media (max-width: 768px){
  .store_showroom .inner .store_showroom_box {
  }
  .store_showroom .inner .store_showroom_box+.store_showroom_box {
    margin-top: 10px;
  }
}

.store_showroom .calendar_box_actual h2 {
  display: none;
}



/* store_map */

.store_map {
  margin-top:60px;
}

@media (max-width: 768px) {
  .store_map {
    margin-top: 20px;
  }
}

.store_map h3 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 15px 0;
  font-size: 150%;
}
@media (max-width: 768px) {
  .store_map h3 {
    padding: 0 20px 15px;
  }
}

@media (max-width: 768px){
  .store_map .inner {
    display:block;
    width: 100%;
  }
}

.store_map .inner .store_map_box {
  text-align: center;
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media (max-width: 768px){
  .store_map .inner .store_map_box+.store_map_box {
      margin-top:50px;
  }
}

.store_map .inner .store_map_box iframe {
    width: 100%;
    height: 350px;
}

@media (max-width: 768px) {
  .main_section.store_map#map .inner .store_map_box .map_box_button{
    width: calc(100% - 40px);
  }
}
.store_map .map_shaccess{
  display: block;
  font-size: 133.3%;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .store_map .map_shaccess{
    font-size: 108.3%;
    padding: 0 20px;
  }
}

.store_map .map_shaccess p::first-line {
  font-weight: bold;
}

.store_map .map_shaccess p {
  margin-bottom: 15px;
}

/* showroom and employees */

.display_section,
.store_employee{
  padding-bottom: 30px;
  position: relative;
}

.display_section::before,
.store_employee::before{
  content: "";
  display: block;
  height: 1px;
  background: #b5b8b9;
  width: calc(100% - 60px);
  max-width: 1280px;
  margin: 0 auto;
}

.display_section.no_border::before {
  display: none;
}

.display_section.no_border {
  margin-top: 0;
}

@media (max-width: 768px){
  .display_section {
    margin-top: 30px;
  }
  .display_section::before,
  .store_employee::before{
    width: calc(100% - 40px);
  }
  .display_section::before{
    display: none;
  }
}

.store_section.display_section h2,
.store_section.store_employee h2{
  padding: 60px 0 20px;
}

@media (max-width: 768px) {
  .store_section.display_section h2{
    padding: 20px 0 20px;
  }
}

.store_section.display_section .inner {
  max-width:1280px;
  width: calc(100% - 60px);
  margin:0 auto;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  -webkit-justify-content:center;
}

@media (max-width: 768px){
  .store_section.display_section .inner {
    display:block;
  width: calc(100% - 40px);
  }
}

.display_section .inner .section_cont {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media (max-width: 768px) {
  .display_section .inner .section_cont {
    width: 100%;
    padding: 0 !important;
  }
}

.display_section .inner .section_cont h3{
  font-size: 175%;
  margin-top: 60px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .display_section .inner .section_cont h3{
    font-size: 150%;
    margin-top: 40px;
  }
}

.display_section .inner .section_figure img {
  height: 50%;
}

.display_section .inner .section_cont iframe{
  width: 100% !important;
}

.display_section .inner .section_cont .lead p{
  font-size: 133.3%;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .display_section .inner .section_cont .lead p{
    font-size: 108.3%;
  }
}

.display_section .inner .section_cont .search_button_wrap {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.display_section.no_border .inner .section_cont .search_button_wrap {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .display_section .inner .section_cont .search_button_wrap {
    display: block;
    padding: 20px 0;
    margin-top: 40px;
  }
}

.display_section .inner .section_cont .search_button_wrap .search_button {
  text-align: center;
  padding: 10px 0;
  flex: 1;
}

.display_section .inner .section_cont .search_button_wrap .search_button.button_cadillac a {
  border: #22292c 1px solid;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 133.3%;
  font-weight: 400;
  line-height: 48px;
  background: #fff;
  color: #22292c;
  display: block;
}

@media (max-width: 768px) {
  .display_section .inner .section_cont .search_button_wrap .search_button.button_cadillac a{
    font-size: 108%;
  }
}

.display_section .inner .section_figure {
  width: 50%;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}

@media (max-width: 768px) {
  .display_section .inner .section_figure {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.display_section .inner .section_figure img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  max-height: 450px;
}

@media (max-width: 768px) {
  .display_section .inner .section_figure img + img{
    margin-top: 8px;
  }
}


/* store_employee */
.store_section.store_employee .lead{
  margin: 0 0 30px;
}
.store_section.store_employee .lead p{
  font-size: 133.3%;
  font-weight: 400;
  line-height: 1.6em;
}
.store_section.store_employee .inner .store_employee_box_wrap {
  display: flex;
  display: -webkit-flex;
  margin: 0 -10px;
  width: 100%;
}

@media (max-width: 768px) {
  .store_section.store_employee .inner .store_employee_box_wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: auto;
  }
}

.store_employee .inner .store_employee_box {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  width: 100%;
  max-width: 200px;
}

@media (max-width: 768px) {
  .store_employee .inner .store_employee_box {
    width: 50%;
  }
}

.store_employee .inner .store_employee_box .store_employee_figure {
  width: 100%;
  margin: 0 auto;
  /* padding-top: 69.33%; */
  padding-top: 100%;
  position: relative;
}

.store_employee .inner .store_employee_box .store_employee_figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.store_employee .inner .store_employee_box span {
  margin: 1rem 0 0 0;
  width: 100%;
  text-align: center;
  padding: 0;
  color: #7d7b7b;
  font-size: 12px;
}

@media (max-width: 768px) {
  .store_employee .inner .store_employee_box span {
    font-size: 11px;
  }
}

.store_employee .inner .store_employee_box p {
  margin: 15px auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  margin: 15px auto 25px;
  text-align: center;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .store_employee .inner .store_employee_box p {
    font-size: 14px;
  }
}

.modal_cbx, .modal {
  display: none;
}

.modal {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.modal_cbx:checked + .modal {
  display: block;
}

.modal > .modal_wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.modal_wrapper > .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
}

.modal .modal_content {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  /* width: 80%; */
  width: 70%;
  gap: 1rem;
}
.modal .modal_content .modal_content_inner{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  overflow: auto;
  padding: 20px 20px 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .modal .modal_content {
    flex-wrap: wrap;
    width: 90%;
    height: 85%;
  }
  .modal .modal_content .modal_content_inner{
    display: block;
  }
}

.modal_content .btn_close {
  padding: 0.3rem;
  border: 1px white solid;
  color: white;
  width: 4ch;
  height: 4ch;
  display: grid;
  place-items: center;
  position: absolute;
  top: -5ch;
  right: 0;
  cursor: pointer;
}

.modal_content .modal_image {
  flex: 1 0 40%;
  width: 100%;
  max-height: 28rem;
  height: 100%;
  padding: 60px 30px;
}

@media (max-width: 768px) {
  .modal_content .modal_image {
    max-height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.modal_image > .modal_image_figure {
  height: 100%;
  /* width: fit-content; */
  margin: auto;
}
@media (max-width: 768px) {
  .modal_image > .modal_image_figure {
  }
}

.modal_image > .modal_image_figure > img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.modal_content .modal_content_body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 20px;
  padding: 60px 30px;
  font-size: 108.3%;
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .modal_content .modal_content_body {
    gap: 1rem;
    padding: 20px 0;
  }
}

.modal_content_body > .modal_title {
  font-weight: bold;
  /* font-size: 150%; */
  font-size: 2rem;
  line-height: 1.3em;
}

.modal_content_body > .modal_subtitle {
  /* font-size: 80%; */
  font-size: 1rem;
}

.modal_content_body > .modal_text {
  padding: 1rem 0;
}

.modal_content_body > .modal_link {
  text-decoration: underline;
  cursor: pointer;
  color: black;
}

.modal_content_body > .modal_link:hover {
  color: rgba(0,0,0,0.5);
}

/* Recruit */
.store_highlight {
  background-color: #F6F6F6;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .store_highlight{
    padding: 15px 20px;
  }
}

.store_highlight p{
  font-size: 133.3%;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .store_highlight p{
    font-size: 108.3%;
  }
}



/* privacy
--------------------------------------------------------------- */
article.static_body#privacy p,
article.static_body#sitepolicy p{
  font-size: 133.3%;
  line-height: 1.6;
  letter-spacing: .05em;
}
@media (max-width: 768px) {
  article.static_body#privacy p,
  article.static_body#sitepolicy p{
    font-size: 108.3%;
  }
}

article.static_body#privacy p:nth-child(1){
  padding: 80px 0 80px;
  border-bottom: 1px solid #b5b8b9;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  article.static_body#privacy p:nth-child(1){
    padding: 40px 0 40px;
  }
}

article.static_body#privacy p strong{
  font-size: 125%;
  margin:40px 0 10px;
  display: block;
}

article.static_body#privacy p:nth-child(2) strong{
  font-size: 175%;
}

@media (max-width: 768px) {
  .mobile_hide {
    display: none;
  }
}