@charset "UTF-8";
/* CSS Document */
.showroom img {
  max-width: 100%;
  height: auto; }
.showroom_title {
  display: block;
  position: relative;
  width: 100%; }
  .showroom_title::after {
    position: absolute;
    display: block;
    content: "";
    width: calc(100% - 200px);
    height: 2px;
    background: #544a40;
    left: 200px;
    top: 50%; }
.showroom_inner {
  background: #fff;
  padding: 30px; }
.showroom p {
  margin: 30px 0;
  line-height: 1.6; }
.showroom_pic1 {
  margin: 0 0 40px; }
.showroom_box1 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 20px; }
.showroom_box2 {
  display: flex;
  gap: 20px;
  justify-content: space-between; }
.showroom_note {
  margin: 20px 0;
  padding: 20px 0;
  background: #fff; }
.showroom_lead {
  margin: 10px 0;
  font-weight: bold; }
.showroom .kyoten_table_01 {
  text-align: center; }
.showroom_address {
  margin-top: 40px; }
  .showroom_address p {
    font-size: 16px;
    font-weight: bold; }

@media screen and (min-width: 768px) {
  ._sp {
    display: none; } }
/* スマホ表示：下部に横書き */
@media screen and (max-width: 767px) {
  ._pc {
    display: none; }

  .showroom_box1 {
    margin: 0;
    display: block; }
    .showroom_box1 img {
      margin: 20px 0; }
  .showroom_box2 {
    display: block; }
    .showroom_box2 img {
      margin: 20px 0; } }
/* スマホ表示：下部に横書き */
@media screen and (max-width: 767px) {
  .showroom iframe {
    height: 800px !important; } }
