.container {
  padding-top: 0;
}

#secMV {
  width: 100%;
  padding-top: 56.25%;
  color: #fff;
  position: relative;
}
#secMV iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bcnWrap {
  margin-bottom: 43px;
}
@media screen and (min-width: 768px) {
  .bcnWrap {
    margin-bottom: 60px;
  }
}

.searchNav {
  margin-bottom: 70px;
}
.searchNav > .inner {
  width: 100%;
  padding: 50px 0;
  background: url(../images/showroom/search_bg-sp.jpg) center/cover no-repeat;
  color: #fff;
}
.searchNav .txtWrap {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.searchNav .txtWrap .ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}
.searchNav .txtWrap .txt {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.625;
}
.searchNav .txtWrap .list {
  width: 100%;
  display: grid;
  grid-gap: 10px;
}
.searchNav .txtWrap .btn-main {
  width: 100%;
  height: 62px;
  padding: 0 18px;
  font-size: 20px;
  font-weight: 700;
}
.searchNav .txtWrap .btn-main img {
  width: 20px;
  margin-right: 14px;
}
@media screen and (min-width: 768px) {
  .searchNav {
    margin-bottom: 100px;
  }
  .searchNav > .inner {
    padding: 60px;
    background-image: url(../images/showroom/search_bg-pc.jpg);
  }
  .searchNav .txtWrap {
    max-width: 1040px;
  }
  .searchNav .txtWrap .ttl {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1.5625;
  }
  .searchNav .txtWrap .txt {
    margin-bottom: 52px;
  }
  .searchNav .txtWrap .list {
    max-width: 760px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .searchNav .btn-main {
    font-size: 24px;
  }
  .searchNav .btn-main img {
    margin-right: 10px;
  }
}

#msgSec .blkTypeA {
  width: 100%;
  height: 300px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
#msgSec .blkTypeA .txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-gap: 9px;
}
#msgSec .blkTypeA .txt span {
  height: 31px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  white-space: nowrap;
  display: inline-block;
}
#msgSec .blkTypeA .txt strong {
  color: #A1C800;
  font-weight: 700;
}
#msgSec .blkTypeA.blk1 {
  background: url(../images/showroom/blk1_bg-sp.jpg) center/cover no-repeat;
}
#msgSec .blkTypeA.blk1 .txt {
  align-items: flex-start;
}
#msgSec .blkTypeA.blk1 .txt span {
  padding-left: 20px;
}
#msgSec .blkTypeA.blk2 {
  background: url(../images/showroom/blk2_bg-sp.jpg) center/cover no-repeat;
}
#msgSec .blkTypeA.blk2 .txt {
  align-items: flex-end;
}
#msgSec .blkTypeA.blk2 .txt span {
  padding: 0 5px;
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  #msgSec .blkTypeA {
    height: 600px;
    padding-bottom: 63px;
  }
  #msgSec .blkTypeA .txt {
    grid-gap: 19px;
  }
  #msgSec .blkTypeA .txt span {
    height: 61px;
    font-size: 48px;
    line-height: 61px;
  }
  #msgSec .blkTypeA.blk1 {
    background-image: url(../images/showroom/blk1_bg-pc.jpg);
  }
  #msgSec .blkTypeA.blk2 {
    background-image: url(../images/showroom/blk2_bg-pc.jpg);
  }
  #msgSec .blkTypeA.blk2 .txt span {
    padding: 0 5px 0 15px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1240px) {
  #msgSec .blkTypeA.blk1 .txt span {
    padding-left: calc(50vw - 600px);
  }
  #msgSec .blkTypeA.blk2 .txt span {
    padding-right: calc(50vw - 645px);
  }
}
#msgSec .blk3 {
  padding: 70px 0 45px;
  background: #fff url(../images/showroom/blk3_bg.png) left top/41px repeat;
}
#msgSec .blk3 .intro_txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 9px;
}
#msgSec .blk3 .intro_txt span {
  background: linear-gradient(transparent calc(100% - 8px), #A1C800 calc(100% - 8px));
  line-height: 1;
  display: inline-block;
}
#msgSec .blk3 .intro_txt strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
#msgSec .blk3 .intro_txt small {
  padding-left: 1em;
  font-size: 16px;
  font-weight: 700;
}
#msgSec .blk3 .fukidashi {
  width: 100%;
  margin: -50px auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#msgSec .blk3 .fukidashi img {
  width: 473px;
  display: block;
}
#msgSec .blk3 .txt {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
#msgSec .blk3 .img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#msgSec .blk3 .img img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #msgSec .blk3 {
    padding: 112px 0 100px;
  }
  #msgSec .blk3 .intro_txt {
    padding-left: 20px;
    grid-gap: 27px;
  }
  #msgSec .blk3 .intro_txt span {
    background: linear-gradient(transparent calc(100% - 14px), #A1C800 calc(100% - 14px));
  }
  #msgSec .blk3 .intro_txt strong {
    font-size: 40px;
  }
  #msgSec .blk3 .intro_txt small {
    padding-left: 0.7em;
    font-size: 32px;
  }
  #msgSec .blk3 .fukidashi {
    max-width: 1337px;
    margin: -50px auto 32px;
  }
  #msgSec .blk3 .fukidashi img {
    width: 100%;
  }
  #msgSec .blk3 .txt {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 2.1429;
  }
  #msgSec .blk3 .img {
    max-width: 998px;
  }
}
@media screen and (min-width: 992px) {
  #msgSec .blk3 .fukidashi {
    margin: -90px auto 32px;
  }
  #msgSec .blk3 .txt {
    font-size: 28px;
  }
}
#msgSec .msgSec_h3 {
  width: 100%;
  height: 136px;
  background-color: #000;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3913;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #msgSec .msgSec_h3 {
    height: 131px;
    font-size: 32px;
    line-height: 1.25;
  }
}
#msgSec .blkWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#msgSec .blkTypeB {
  width: 100%;
  height: 353px;
  position: relative;
}
#msgSec .blkTypeB .txt {
  width: 100%;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #msgSec .blkTypeB {
    width: 33.3333333333%;
    height: auto;
    padding-top: 31.389%;
  }
  #msgSec .blkTypeB .txt {
    padding: 0 10px;
    min-height: 6em;
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  #msgSec .blkTypeB .txt {
    min-height: 5em;
  }
}
@media screen and (min-width: 1200px) {
  #msgSec .blkTypeB .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  #msgSec .blkTypeB .txt {
    font-size: 20px;
  }
}
#msgSec .blkTypeB.blk4 {
  background: url(../images/showroom/blk4_bg.jpg) center/cover no-repeat;
}
#msgSec .blkTypeB.blk5 {
  background: url(../images/showroom/blk5_bg.jpg) center/cover no-repeat;
}
#msgSec .blkTypeB.blk6 {
  background: url(../images/showroom/blk6_bg.jpg) center/cover no-repeat;
}
#msgSec .blkTypeC {
  width: 100%;
  min-height: 400px;
}
#msgSec .blkTypeC .img {
  width: 100%;
}
#msgSec .blkTypeC .img img {
  width: 100%;
  display: block;
}
#msgSec .blkTypeC .txtWrap {
  width: 100%;
  padding: 27px 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
#msgSec .blkTypeC .txtWrap .ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.0833;
}
#msgSec .blkTypeC .txtWrap .txt {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  #msgSec .blkTypeC {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #msgSec .blkTypeC .txtWrap {
    height: 100%;
    padding: 40px 20px;
  }
  #msgSec .blkTypeC .txtWrap .ttl {
    font-size: 18px;
  }
  #msgSec .blkTypeC .txtWrap .txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  #msgSec .blkTypeC .txtWrap .ttl {
    font-size: 24px;
  }
  #msgSec .blkTypeC .txtWrap .txt {
    font-size: 16px;
  }
}

#listSec {
  padding: 62px 0 70px;
}
#listSec .pageTtl {
  margin-bottom: 40px;
}
#listSec .listNav {
  padding: 30px 0;
  margin-bottom: 40px;
  background-color: #EBEBEB;
}
#listSec .listNav .selectWrap {
  border: 1px solid #000;
  position: relative;
}
#listSec .listNav .selectWrap::after {
  content: "";
  width: 16px;
  height: 18px;
  margin: auto 0;
  background: url(../images/pict_arrow_2.png) center/cover no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transform: rotate(90deg);
}
#listSec .listNav .selectWrap select {
  width: 100%;
  padding: 12px 20px 10px;
  background-color: #fff;
  color: #B2B2B2;
}
#listSec .listWrap > .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
#listSec .areaWrap {
  width: 100%;
}
#listSec .areaWrap .areaTtl {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background-color: #A1C800;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#listSec .areaWrap .areaTtl::after {
  content: "";
  width: 10px;
  height: 18px;
  background: url(../images/pict_arrow_1.png) center/contain no-repeat;
  display: block;
  transform: rotate(90deg);
  transition: 0.3s;
}
#listSec .areaWrap .areaTtl.open::after {
  transform: rotate(270deg);
}
#listSec .areaWrap .listWrap {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
#listSec .areaWrap .listWrap.open {
  max-height: 100000px;
  opacity: 1;
}
#listSec .areaWrap .list {
  margin: 20px 0 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
#listSec .areaWrap .listItem {
  width: 100%;
  border-bottom: 1px solid #B9B9B9;
}
#listSec .areaWrap .listItem .ttl {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#listSec .areaWrap .listItem .ttl span {
  padding: 6px 9px 7px;
}
#listSec .areaWrap .listItem .img {
  width: 100%;
  padding-top: 60.299%;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
#listSec .areaWrap .listItem .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#listSec .areaWrap .listItem .btn-main {
  width: 180px;
  margin: 0 0 0 auto;
  background-color: #A1C800;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
#listSec .areaWrap .listItem .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#listSec .areaWrap .listItem .info dt {
  color: #A1C800;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
#listSec .areaWrap .listItem .info dt.address {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
#listSec .areaWrap .listItem .info dt.address img {
  width: 72px;
  margin-left: 6px;
  display: inline-block;
}
#listSec .areaWrap .listItem .info dt.tel {
  margin-right: 5px;
}
#listSec .areaWrap .listItem .info dd {
  font-size: 16px;
  line-height: 1.5;
}
#listSec .areaWrap .listItem .info dd.address {
  width: 100%;
  padding: 10px 0 7px;
  border-bottom: 1px dotted #B9B9B9;
}
#listSec .areaWrap .listItem .info dd.tel {
  padding: 6px 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #listSec {
    padding: 87px 0 150px;
  }
  #listSec .listNav {
    padding: 50px 0;
    margin-bottom: 100px;
  }
  #listSec .listNav .listTable {
    width: 100%;
    font-size: 16px;
  }
  #listSec .listNav .listTable th {
    width: 160px;
    background-color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ebebeb;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
  }
  #listSec .listNav .listTable td {
    padding: 13px 30px;
    background-color: #fff;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
  }
  #listSec .listNav .listTable td .list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px 40px;
  }
  #listSec .listNav .listTable td .list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
  }
  #listSec .listNav .listTable td .list a::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/pict_arrow_6.png) center/contain no-repeat;
    transform: rotate(90deg);
    display: inline-block;
  }
  #listSec .areaWrap .areaTtl {
    height: 50px;
    font-size: 32px;
  }
  #listSec .areaWrap .list {
    margin: 30px 0 88px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 38px 40px;
  }
  #listSec .areaWrap .listItem:nth-child(even) {
    transition-delay: 0.1s;
  }
  #listSec .areaWrap .listItem .ttl {
    font-size: 18px;
  }
  #listSec .areaWrap .listItem .ttl span {
    padding: 13px 15px 16px;
  }
  #listSec .areaWrap .listItem .img {
    margin-bottom: 22px;
  }
  #listSec .areaWrap .listItem .btn-main {
    margin-bottom: 10px;
  }
  #listSec .areaWrap .listItem .info dt {
    font-size: 14px;
  }
  #listSec .areaWrap .listItem .info dt.address img {
    width: 124px;
    margin-left: 12px;
  }
  #listSec .areaWrap .listItem .info dt.tel {
    margin-right: 13px;
  }
  #listSec .areaWrap .listItem .info dd {
    font-size: 16px;
    line-height: 1.25;
  }
  #listSec .areaWrap .listItem .info dd.address {
    padding: 12px 0 20px 0;
  }
  #listSec .areaWrap .listItem .info dd.tel {
    padding: 10px 0;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  #listSec .areaWrap .listItem .btn-main {
    width: 226px;
    height: 50px;
    padding: 0 25px;
    margin-bottom: -50px;
    font-size: 16px;
  }
  #listSec .areaWrap .listItem .info dd.address {
    padding: 12px 230px 20px 0;
  }
}

/*------------------------------------------------------
  page-showroom-map-search
-------------------------------------------------------*/
#ttlArea {
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  #ttlArea {
    padding-top: 96px;
  }
}

#listSec.serchResult {
  padding-top: 0;
}
#listSec.serchResult .search_ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
#listSec.serchResult .search_ttl .number {
  color: #A1C800;
}
@media screen and (min-width: 768px) {
  #listSec.serchResult .search_ttl {
    font-size: 32px;
  }
}