@charset "UTF-8";
/* breakpoint */
/* ============================================ */
@media (max-width: 1023.9px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1023.9px) {
  .sp-only {
    display: inherit !important;
  }
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 1023.9px) and (max-width: 1366px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1023.9px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
.col-15 {
  width: 20%;
  flex: 0 0 20%;
}

#top_mainbg {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

#top_mainbg img {
  width: auto;
  max-width: 100%;
  padding-bottom: 20px;
}

section#mainbanner {
  width: 100%;
  height: 660px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 20px;
}
section#flowWarp {
  float: left;
  width: 100%;
  height: 500px;
  background: #f8f8f8;
  margin: 60px 0 0;
}

/*=== mainbanner					============================================================================================================*/
.main-text {
  margin: 0 auto;
  width: 1000px;
}
.main-text p {
  float: left;
  margin: 80px 0 0 110px;
}

.bg-slider {
  width: 100%;
  height: 660px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*=== index					============================================================================================================*/
.bannerTop {
  margin-bottom: 50px;
  width: 1000px;
}
.bannerTop img {
  margin-bottom: 10px;
  width: 100%;
}
.bannerTop .review-wrap {
  background: #fffefa;
  padding: 10px;
  border: 1px solid #888;
  border-bottom: none;
  pointer-events: none;
  display: flex;
  justify-content: end;
}
.bannerTop .review-wrap span {
  margin-left: 30px;
}
.bannerTop .review-wrap span.rating::before {
  content: "★★★★★";
  color: #917000;
  padding-right: 5px;
}
.bannerTop .review-wrap span.count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerTop .review-wrap span.count::before {
  position: relative;
  content: "\f4ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 14px;
  color: #666;
}
@media (max-width: 1023.9px) {
  .bannerTop {
    width: 100%;
    margin-bottom: 20px;
  }
}

.designerTop {
  width: 1000px;
  height: 545px;
  background: url("../../images/top/bg_designer.png");
  margin-bottom: 60px;
}
.designerTop .leftText {
  float: left;
  width: 240px;
  height: 230px;
  margin-left: 40px;
  writing-mode: vertical-rl;
}
.designerTop .leftText h2 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #db2228;
  margin-left: 15px;
}
.designerTop .leftText h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #db2228;
  margin-left: 15px;
}
.designerTop .leftText span {
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
}
.designerTop .rightText {
  float: right;
  width: 550px;
  height: 140px;
  margin: 400px 0 0;
}
.designerTop .rightText .introduce {
  float: left;
  width: 550px;
  height: 30px;
  background: #dc2222;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
.designerTop .rightText .introduce a {
  color: #fff;
}

.designerTopSp {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 10px;
}
.designerTopSp .text {
  float: left;
  width: 49%;
  font-size: 12px;
}
.designerTopSp .text h3 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #db2228;
  margin-bottom: 10px;
}
.designerTopSp .image {
  float: right;
  width: 50%;
}
.designerTopSp .image img {
  width: 100%;
}

.designerBottom {
  float: left;
  width: 100%;
  padding-top: 15px;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 15px;
}
.designerBottom .text {
  float: right;
  width: 40%;
  font-size: 12px;
}
.designerBottom .image {
  float: left;
  width: 58%;
}
.designerBottom .image img {
  width: 100%;
}

.casesTop {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.casesTop div {
  width: 100%;
}
.casesTop div img {
  width: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.casesTop div img:hover {
  opacity: 0.8;
}
@media (max-width: 1023.9px) {
  .casesTop {
    width: 100%;
  }
}

.casesTop3 {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}
.casesTop3 div {
  width: 33%;
}
.casesTop3 div img {
  width: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.casesTop3 div img:hover {
  opacity: 0.8;
}
@media (max-width: 1023.9px) {
  .casesTop3 {
    width: 100%;
  }
}


.casesTop37 {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}
.casesTop37-3 {
  width: 30%;
}
.casesTop37-6 {
  width: 70%;
}
.casesTop37 div img {
  width: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.casesTop37 div img:hover {
  opacity: 0.8;
}
@media (max-width: 1023.9px) {
  .casesTop37 {
    width: 100%;
  }
}


.btns {
  display: inline;
  flex-wrap: wrap;
/*  flex-direction: column;*/
  align-items: center;
  justify-content: center;
  background-color : #ffffff;
  border-radius: 20px;
  padding: 5px;
}



.noticeWarp {
  background: #f8f8f8;
  margin-top: 60px;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 1023.9px) {
  .noticeWarp {
    margin-top: 0;
    background: #fff;
    padding-bottom: 20px;
  }
}
.noticeWarp .noticeTop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noticeWarp .noticeTop .contents {
  width: 1000px;
  background: #fff;
  padding: 40px 20px;
  overflow: auto;
}
.noticeWarp .noticeTop .contents dl {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.noticeWarp .noticeTop .contents dl dt {
  margin-bottom: 5px;
}
@media (max-width: 1023.9px) {
  .noticeWarp .noticeTop .contents {
    width: 100%;
    padding: 15px;
  }
  .noticeWarp .noticeTop .contents dd {
    font-size: 14px;
  }
}

.pointWarp {
  width: 100%;
  margin: 40px 0 0;
}
@media (max-width: 1023.9px) {
  .pointWarp {
    margin: 0;
  }
}
.pointWarp .pointTop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pointWarp .pointTop .contents {
  width: 1000px;
  display: flex;
}
.pointWarp .pointTop .contents dl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
}
.pointWarp .pointTop .contents dl dt.tlt {
  text-align: center;
  color: #db2228;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
.pointWarp .pointTop .contents dl dt.tlt h3 {
  font-size: 22px;
}
.pointWarp .pointTop .contents dl dt.image {
  margin-bottom: 10px;
}
.pointWarp .pointTop .contents dl dt.image img {
  width: 100%;
}
.pointWarp .pointTop .contents dl dd {
  font-size: 14px;
}
@media (max-width: 1023.9px) {
  .pointWarp .pointTop .contents {
    width: 100%;
  }
  .pointWarp .pointTop .contents dl {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

/*=== sitemap page				============================================================================================================*/
.sitemapPage {
  margin: 0 auto;
  width: 1000px;
}

.instagram-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.instagram-title .width200 {
  width: 200px;
}
.instagram-title span {
  font-size: 30px;
  font-weight: bold;
  padding: 0 10px;
}
@media (max-width: 1023.9px) {
  .instagram-title {
    margin-bottom: 20px;
  }
  .instagram-title .width200 {
    width: 150px;
  }
  .instagram-title span {
    line-height: 1;
  }
  .instagram-title img {
    width: 200px;
  }
}

#instafeed-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 15px;
}
#instafeed-container li {
  display: inline-block;
  width: 16.6666666667%;
  padding: 0 10px 10px;
}
#instafeed-container li img {
  border: #ddd solid 1px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023.9px) {
  #instafeed-container li {
    width: 33.3333333333%;
    padding: 0 5px 10px;
  }
}/*# sourceMappingURL=main.css.map */