@charset "UTF-8";
/* カラー */
:root {
  --color_main: #3cb035;
  --color_yellow: #f0ae2d;
  --color_blue: #2e9fd8;
  --color_black: #444;
  --color_DarkGreen: #006934;
  --color_text: #222;
  --color_link: #006934;
  --color_bg-gray: #f5f6f4;
  --color_bg-black: #3b4043;
  --color_gray: #c1c2c2;
  --color_white: #ffffff;
}

.showroom {
  background-image: url(../img/showroom/bg_stripe.jpg);
  background-repeat: repeat;
  background-position: left top;
}

 .heading-box {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

 .section-lead {
  text-align: left;
  max-width: 832px;
  margin-inline: auto;
}

.showroom_section-title__wrap {
  background-color: #3cb035;
  color: var(--color_white);
  padding-bottom: 10em;
  padding-top: 2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content:center
}

.kobe_bg1 {
  margin-top:-7rem;
  margin-right: 3rem;
}

.kobe_bg2 {
  margin-top:-7rem;
  margin-left: 3rem;
}

.showroom .inner {
  background: var(--color_white);
}

.showroom_section-conts {
  text-align: left;
  max-width: 832px;
  margin-inline: auto;
  padding-bottom: 2rem;
}

.showroom_container .box1 {
  margin-top: -10rem;;
}

.showroom_container .photo_flex {
  margin-top: 1rem;
  display:flex;
  justify-content: space-between;
}

.showroom_container .photo_flex img {
  width:30%;
}

.showroom_container .photo_flex_ama {
  margin-top: 1rem;
  display:flex;
  justify-content: space-between;
}
.showroom_container .photo_flex_ama img {
  width: 48%;
}

.showroom_container .box2 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.showroom_container .box2 h4 {
  font-size: 2rem;
  padding:1rem;
  margin-bottom: 2rem;
  color: var(--color_white);
  background: var(--color_main);
}

.showroom_container .box2 .img_outside {
  float: right;
  margin-bottom: 1rem;
  width: 290px;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.showroom_container .box2 .map iframe {
  width: 100%;
}
/* TELとFAXの間 */
.showroom_container .box2 .text + .text {
  margin-left: 1em;
}


.showroom .contact__bnr {
  background: none;
  padding-top:50px;
  padding-bottom:50px;
}

.mb2 {
  margin-bottom: 2rem;
}

.pb6 {
  padding-bottom: 6rem;
}

.paragraph {
  margin:2rem 0 2rem 0;

}

.only_sp {
  display: none;
}

@media screen and (max-width: 785px) {

  .showroom_section-title__wrap {
    background-image: none;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .showroom_container .box1 {
    margin-top: -13rem;;
  }

  .showroom_container .box2 .img_outside {
    float: none;
    width: 100%;
    height: auto;
  }

  .only_sp {
    display: block;
  }

  .only_sp .img_outside {
    margin: 0 auto;
  }

  .showroom_container .photo_flex {
    display:block;
  }
  .showroom_container .photo_flex_ama {
    display:block;
  }

  .showroom_container .photo_flex img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .showroom_container .photo_flex_ama img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .only_pc {
    display: none;
  }

}
