.floatItem {
  float: left;
}

.rightEnd {
  margin-right: 0 !important;
}

#CONTENTS_LP {
  margin: 0 auto;
  width: 1000px;
}

#HDCONTENTS01 h1 {
  color: #ccccd6;
  font-size: 10px;
  font-weight: normal;
}

.lp-inquiry-area {
  width: 1000px;
  margin: 40px auto 20px;
}

.pageTop .information.lp_news {
  width: 650px;
  float: none;
  margin-right: 0;
}

.pageTop .information.lp_news h2 {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.pageTop .information.lp_news h2 a {
  background: none;
  color: #eb6f29;
  display: inline;
  font-size: 1.5rem;
  font-weight: bold;
  height: auto;
  position: static;
  width: auto;
}

.pageTop .information.lp_news h2 a:hover {
  text-decoration: underline;
}

.lp-news-shop-layout {
  display: flex;
  align-items: flex-start;

}

.lp_news_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pageTop .information.lp_news .floatItem {
  width: 315px;
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 1rem;
}

.lp-news-card-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.pageTop .information.lp_news figure img {
  background-color: #fff;
  display: block;
  height: 145px;
  margin: 0 auto;
  object-fit: contain;
  width: 280px;
}

.pageTop .information.lp_news figure img[src$="logo.png"] {
  object-fit: contain;
}

.lp_about_wrapper {
  padding: 60px 0 30px;
  width: 100%;
  background-image: url("../images/aboutus_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #7f7f7f;
}

.lp_about_wrapper .inner {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

.lp_about_wrapper p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 0 auto 70px;
}

.lp_about_wrapper .rinen {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.about-bottom-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.lp_about_wrapper #work {
  background-color: #525252;
  border: 1px solid #ccc;
  color: #fff;
  padding: 1.5rem 2rem;
  width: fit-content;
  margin: 0;
  text-align: center;
}

.lp_about_wrapper #work .work-content {
  display: inline-block;
  text-align: left;
}

.lp_about_wrapper #work h3 {
  margin-bottom: 15px;
  text-align: center;
}

.shopinfo-aside {
  width: 320px;
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
}

.lp-blog-banner {
  width: 320px;
  margin: 0 auto 15px;
}

.pageTop .shopInfo {
  background-color: #fff;
  color: #333;
  border: 1px solid #676785;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
}

.pageTop .shopInfo h3 {
  margin: 0 auto 15px;
}

.pageTop .shopInfo h3 img {
  width: 302px;
  height: 74px;
  display: block;
  margin: 0 auto;
}

.pageTop .shopInfo p {
  color: #333;
  font-size: 14px;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 1.5;
}

.pageTop .shopInfo .red,
.pageTop .shopInfo .red_b {
  color: #ff0000;
}

.pageTop .shopInfo .red_b {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

#toplink_outer {
  margin: 40px auto;
  width: 1000px;
}

.lp-section-title {
  background: url("../images/ttl_bg.png") repeat-x left center;
  clear: both;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: center;
}

.lp-section-title span {
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
}

.pageTop #toplink .floatItem {
  margin: 0 20px 20px 0;
}

.pageTop #toplink .floatItem img {
  width: 100%;
  height: auto;
}

.pageTop #toplink .alpha {
  transition: none;
}

.pageTop #toplink .alpha:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.lp-shopinfo-section {
  clear: both;
  margin: 20px auto 50px;
  width: 1000px;
}

.lp-shopinfo-section #infoTable,
.lp-shopinfo-section #infoGoogleMap {
  margin: 0 20px 0 0;
  width: 490px;
}

.lp-shopinfo-section #infoGoogleMap {
  background-color: #e9e5dc;
}

.lp-shopinfo-section #infoGoogleMap iframe {
  min-height: 550px;
}

@media screen and (max-width: 1023px) {
  body {
    min-width: 0;
  }

  #CONTENTS_LP,
  .lp_about_wrapper .inner,
  #toplink_outer,
  .lp-inquiry-area {
    width: 100%;
    padding: 0 20px;
    min-width: 0;
  }

  .lp-shopinfo-section {
    width: 100%;
    padding: 0 20px;
  }

  .lp_news_container {
    flex-direction: column;
    gap: 20px;
  }

  .lp-news-shop-layout {
    align-items: center;
    flex-direction: column;
  }

  .pageTop .information.lp_news {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    width: 100%;
  }

  .pageTop .information.lp_news .floatItem {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    width: 100%;
  }

  .pageTop .information.lp_news figure img {
    height: min(269px, calc(51.8vw - 21px));
    max-width: 520px;
    width: 100%;
  }

  body.pageTop #wrap #toplink.floatBox03 .floatItem {
    clear: both;
    display: block;
    float: none !important;
    margin: 0 auto 20px !important;
    max-width: 520px;
    width: 100%;
  }

  .about-bottom-flex {
    flex-direction: column;
    align-items: center;
  }

  .lp_about_wrapper #work,
  .shopinfo-aside {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
  }

  .shopinfo-aside {
    width: 320px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pageTop .shopInfo h3 img {
    height: auto;
    max-width: 100%;
  }

  .lp_about_wrapper #work {
    text-align: center;
  }

  #HDCONTENTS01 #HDLEFT .boxRight,
  #HDCONTENTS01 #HDLEFT .boxRightR {
    display: block;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }

  .lp-shopinfo-section #infoGoogleMap iframe {
    min-height: 300px;
  }
}

@media screen and (max-width: 800px) {
  body.pageTop #wrap .lp-shopinfo-section .floatBox02 {
    margin-right: 0;
  }

  body.pageTop #wrap .lp-shopinfo-section .floatBox02 .floatItem {
    margin: 0 0 30px;
    width: 100%;
  }
}
