<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*　このファイルでは個別のスタイルを定義。サイト共通のスタイルは記載しない。　*/
/*　共通変数ファイル読み込み　*/
/*-----------------------------
 *
 * 初期スタイル
 *
 *----------------------------*/
.mr_contents_bg {
  width: 100%;
  height: auto;
}

.mr_contents {
  width: 100%;
  height: auto;
}

.mr_contents img {
  width: 100%;
  height: auto;
}

.bxslider {
  width: 100%;
  height: auto;
}

.bxslider .div img {
  width: 100%;
  height: auto;
}

#slider_bg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

#bx-pager {
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#bx-pager div {
  width: 15%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 3.5%;
  float: left;
}

#bx-pager div img {
  width: 100%;
  height: auto;
}

.lead_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lead_contents .lead_desc {
  width: 70%;
}

.lead_contents .lead_img {
  text-align: center;
}

.lead_contents .lead_desc,
.lead_contents .lead_img {
  margin: 0 10px 20px;
}

.slide_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide_contents .box_arrow {
  position: relative;
  width: 60px;
}

.slide_contents .box_arrow .arrow {
  margin-left: 4%;
}

section h2 {
  color: #746747;
  font-size: 3rem;
  font-weight: bolder;
  margin-top: 40px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

section p {
  margin-bottom: 20px;
}

.card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card2 .box_card2 {
  margin-left: 10px;
  margin-bottom: 20px;
  width: 31%;
  text-align: center;
}

.card2 .box_card2 h3 {
  font-size: 1.8rem;
}

.card2 .box_card2 img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*　SP用（768px以下）---------------------------------------------------------------　*/
@media screen and (max-width: 768px) {
  .lead_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lead_contents .lead_desc {
    width: 100%;
  }
  .lead_contents .lead_desc,
  .lead_contents .lead_img {
    margin: 0 0 20px;
  }
  .slide_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slide_contents .box_arrow {
    width: 100%;
    height: 60px;
  }
  .slide_contents .box_arrow .arrow {
    position: absolute;
    top: 10%;
    left: 45%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .card2 {
    margin-left: -10px;
  }
  .card2 .box_card2 {
    width: 46%;
  }
  .card2 .box_card2 h3 {
    font-size: 1.4rem;
  }
  .card2 .box_card2 img {
    height: 60vw;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>