@charset "UTF-8";
.noscript {
  display: none;
}

/* ----------------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------------- */
#wrap {
  background-image: url(../img/about/background.jpg);
}

#under #main {
  width: 100%;
}

body#under {
  color: #000;
  font-size: 14px;
}

#topicpath {
  position: absolute;
  top: 130px;
}

#topicpath ul,
#topicpath ul li a {
  color: #fff;
}

#topicpath ul li {
  background: url(../cmn_img/arrow02.png) 100% 50% no-repeat;
}

h2.main_ttl {
  margin: 0 auto 80px !important;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 48px;
  color: #fff;
  letter-spacing: 10px;
}

section.property .inner .en {
  font-size: 18px;
  padding-left: 1rem;
  font-family: "Kozuka Gothic Pr6N";
  display: inline-block;
}

.pageTtl {
  margin-bottom: 1rem;
  font-size: 14px;
}

#under #main {
  float: none;
  padding-top: 90px;
}

p.pageTxt.mincho {
  font-size: 14px;
}

.mv {
  background-image: url(../img/showroom/showroom_bg.jpg);
  padding: 12.5rem 5rem;
}

.contents {
  width: 100%;
}

a.yyk_bnr {
  text-align: center;
  background-color: #e60025;
  padding: 1rem;
  width: 400px;
  margin: 0 auto;
  position: relative;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 3px;
}

a.yyk_bnr:before {
  content: "";
  width: 35px;
  height: 8px;
  background: url(../img/ico_arrow_w.png) 0 0 no-repeat;
  background-size: 35px 8px;
  position: absolute;
  top: 45%;
  right: 30px;
}

a.yyk_bnr:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.message {
  background-color: #000;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
}

/* ----------------------------------------------------------------------------------------
	showroom
---------------------------------------------------------------------------------------- */
section.showroom {
  margin: 80px auto;
  width: 1100px;
}

section.showroom h2 {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 10px;
  font-size: 36px;
  margin: 0 auto 40px;
}

section.showroom h3 {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 5px;
  font-size: 26px;
  margin-bottom: 30px;
}

section.showroom .red_box {
  font-size: 24px;
  color: red;
  letter-spacing: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  border: 1.5px solid;
  padding: 0.5rem;
  width: 230px;
  margin: 0 auto 20px;
}

/* grid_showroom */
.grid_showroom {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  place-items: center;
  margin: 0 auto 100px;
}

.item {
  display: -ms-grid;
  display: grid;
}

.item img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.item h4 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 18px;
  margin-top: 1rem;
  letter-spacing: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.item h4 span {
  font-size: 14px;
  padding-left: 2rem;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
  letter-spacing: 0;
}

section.sample {
  margin-bottom: 100px;
}

section.sample h2 {
  margin: 0 auto 0.5rem !important;
}

section.sample p {
  display: block;
  text-align: center;
}

section.sample .grid_showroom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem auto;
}

section.access h2 {
  margin: 0 auto 2rem !important;
}

section.access iframe {
  margin: 0 auto;
}

section.access .acc_add {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.3rem 2rem;
}

@media screen and (min-width: 1101px) {
  section.access .acc_add {
    width: 10%;
  }
}

section.access .flex_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
}

section.access .flex_info address, section.access .flex_info a {
  font-style: normal;
  padding-left: 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #000;
  text-align: left;
}

section.access .info_box {
  margin: 1rem 0 2rem;
}

/* 電車でお越しの方*/
div.about_bar {
  border: 1px solid #000;
  padding: 30px;
}

div.about_bar h2 {
  margin: 0 auto 2rem !important;
  text-align: left;
  font-size: 24px;
  letter-spacing: 5px;
}

div.about_bar .flex_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

div.about_bar .flex_about_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.about_bar .flex_set:nth-child(1), div.about_bar .flex_set:nth-child(2) {
  margin-right: 4em;
}

div.about_bar .flex_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

div.about_bar .item_line {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 1em;
  margin-bottom: 20px;
  font-size: 18px;
  width: 250px;
}

div.about_bar .item {
  margin-left: 1.5em;
  line-height: 50px;
}

/* ----------------------------------------------------------------------------------------
	marker
---------------------------------------------------------------------------------------- */
section.maker {
  margin: 100px auto;
}

section.maker .flex_maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}

section.maker .flex_maker .item {
  border: 1px solid #636363;
  padding: 1.5rem;
  display: block;
  width: 50%;
}

section.maker .flex_maker .item h3 {
  font-size: 24px;
  letter-spacing: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 1rem;
}

section.maker .flex_maker .item .flex_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5rem;
}

section.maker .flex_maker .item .flex_add p {
  letter-spacing: 1rem;
  width: 15%;
}

section.maker .flex_maker .item a.more_btn {
  text-decoration: none;
  color: #fff;
  background-color: #636363;
  text-align: center;
  padding: 0.5rem;
  margin: 1rem 0.5rem 0;
  letter-spacing: 3px;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
}

section.maker .flex_maker .item a.more_btn i:before {
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
  position: relative;
  top: -1px;
  left: 1rem;
}

section.maker .flex_maker .item a.more_btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.maker .flex_maker .item:nth-child(1),
section.maker .flex_maker .item:nth-child(3),
section.maker .flex_maker .item:nth-child(5) {
  margin-right: 1rem;
}

section.maker .flex_maker .item:nth-child(2),
section.maker .flex_maker .item:nth-child(4),
section.maker .flex_maker .item:nth-child(6) {
  margin-left: 1rem;
}

section.maker a.yyk_bnr {
  margin-top: 150px;
}

/*-----｜-----｜-----｜-----｜-----
TABLET
-----｜-----｜-----｜-----｜-----*/
@media screen and (max-width: 1100px) {
  #under #main {
    padding-top: 30px;
  }
  h2.main_ttl {
    color: #fff !important;
    letter-spacing: 10px;
  }
  .item {
    margin-left: 0;
  }
}

/*-----｜-----｜-----｜-----｜-----
SP
-----｜-----｜-----｜-----｜-----*/
@media screen and (max-width: 776px) {
  #topicpath {
    display: none;
  }
  a.yyk_bnr {
    width: 95%;
    font-size: 16px;
    padding: 0.5rem;
  }
  .mv {
    padding: 6rem 1rem 6.5rem;
    background-size: cover;
    background-position: center;
  }
  .mv .main_ttl {
    font-size: 24px !important;
    margin: 0 auto 35px !important;
  }
  .message {
    padding: 2rem 1rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0;
  }
  /*section.showroom*/
  section.showroom {
    margin: 3rem auto;
    padding: 0 1rem;
    width: 100%;
    font-size: 16px;
  }
  section.showroom .grid_showroom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    margin: 2.2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.showroom .grid_showroom .item {
    margin-bottom: 1rem;
  }
  section.showroom .grid_showroom p {
    line-height: 1.5;
  }
  section.showroom .grid_showroom .item h4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 16px;
    margin-top: 0;
    letter-spacing: 1px;
  }
  section.showroom .grid_showroom .item h4 span {
    padding-left: 0;
  }
  section.showroom .grid_showroom .item img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  section.showroom .grid_showroom h3 {
    padding: 5px 0 0;
    margin-bottom: 0.5rem;
  }
  section.showroom .red_box {
    font-size: 18px;
    letter-spacing: 3px;
    padding: 0.25rem;
    width: 55%;
    margin: 0 auto 10px;
  }
  section.showroom h2 {
    letter-spacing: 5px !important;
    font-size: 20px;
  }
  section.showroom h3 {
    letter-spacing: 0px;
    font-size: 18px;
  }
  /*section.sample*/
  section.sample {
    margin-bottom: 45px;
  }
  section.sample a.yyk_bnr {
    width: 90%;
  }
  section.sample p {
    text-align: left;
  }
  section.sample .item {
    width: 100%;
  }
  section.sample .item h4 {
    margin-top: 5px !important;
    line-height: 1.5 !important;
  }
  section.sample a.yyk_bnr {
    margin-top: 2.2rem;
  }
  /*section.maker*/
  section.maker {
    margin-bottom: 0 !important;
    margin-top: 3rem !important;
  }
  section.maker h2 {
    margin-bottom: 1rem !important;
  }
  section.maker .flex_maker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0 !important;
  }
  section.maker .flex_maker .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
    padding: 1rem;
    font-size: 14px;
  }
  section.maker .flex_maker .item h3 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 0;
  }
  section.maker .flex_maker .item .flex_add {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.maker .flex_maker .item .flex_add p {
    width: 100%;
    line-height: 2.5;
    padding-top: 0.5rem;
  }
  section.maker .flex_maker .item .flex_add address {
    line-height: 1.5;
  }
  section.maker .flex_maker .item a.more_btn {
    font-size: 16px;
    margin: 1rem 0 0;
    padding: 0;
  }
  section.maker .item:nth-child(1),
  section.maker .item:nth-child(3),
  section.maker .item:nth-child(5) {
    margin-right: 0 !important;
  }
  section.maker .item:nth-child(2),
  section.maker .item:nth-child(4),
  section.maker .item:nth-child(6) {
    margin-left: 0 !important;
  }
  section.maker a.yyk_bnr {
    margin-top: 0;
    width: 90% !important;
  }
  /*section.access*/
  section.access h2 {
    margin: 0 auto 1rem !important;
    text-align: center;
  }
  section.access .flex_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.access .flex_info a {
    text-align: left !important;
    display: contents;
    border-bottom: 1px solid #000;
  }
  section.access .flex_info address {
    text-align: left;
    padding: 0.5rem 0 0 !important;
    font-size: 14px !important;
  }
  section.access div.about_bar {
    padding: 1rem;
  }
  section.access div.about_bar h2 {
    padding-bottom: 0;
  }
  section.access div.about_bar .flex_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  section.access div.about_bar .flex_set div {
    width: 100%;
  }
  section.access div.about_bar .item_line {
    padding: 3px 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  section.access div.about_bar .item {
    margin-left: 0 !important;
    padding: 0.5rem 0 1rem;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.mv p.main_ttl {
  margin: 0 auto 80px;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 48px;
  color: #fff;
  letter-spacing: 10px;
}

@media screen and (max-width: 1100px) {
  .mv p.main_ttl {
    letter-spacing: 0.09em;
  }
}

section.showroom h1 {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 10px;
  font-size: 36px;
  margin: 40px 0;
}

@media screen and (max-width: 1100px) {
  section.showroom h1 {
    margin: 0;
    letter-spacing: 5px;
    font-size: 20px;
  }
}

section.showroom h2 {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 5px;
  font-size: 26px;
  margin: 0 0 30px !important;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  section.showroom h2 {
    padding: 5px 0 0;
    margin-bottom: 0.5rem;
    letter-spacing: 0px;
    font-size: 18px !important;
  }
}

section.showroom .grid_showroom .item h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 18px !important;
  margin-top: 1rem;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 776px) {
  section.showroom .grid_showroom .item h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 16px !important;
    margin-top: 0;
    letter-spacing: 1px;
    border: none;
  }
}

section.showroom .sample h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 auto 0.5rem !important;
}

@media screen and (max-width: 776px) {
  section.showroom .sample h2 section.showroom h2 {
    letter-spacing: 5px !important;
    font-size: 20px;
  }
}

section.showroom .sample .grid_showroom .item h3 {
  letter-spacing: 3px;
}

@media screen and (max-width: 776px) {
  section.showroom .sample .grid_showroom .item h3 {
    padding: 0;
    margin-top: 5px !important;
    line-height: 1.5 !important;
  }
}

section.showroom .sample .grid_showroom .item h3 span {
  font-size: 14px;
  padding-left: 2rem;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
  letter-spacing: 0;
}

@media screen and (max-width: 776px) {
  section.showroom .sample .grid_showroom .item h3 span {
    padding-left: 0;
  }
}
/*# sourceMappingURL=showroom.css.map */