@charset "utf-8";

/* -------------------------
pc sp common layout
------------------------- */
.title-deco {
  background-image: url("../img/leaf-l.png"), url("../img/leaf-r.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: contain, contain;
  display: inline-block;
  padding: 20px 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
}

.color-beige {
  color: #a69260;
}

.fb {
  font-weight: bold;
}

.bg-1 {
  background: #eeeae1;
}

.center {
  text-align: center;
}

/* -------------------------
pc layout
------------------------- */
@media screen and (min-width: 769px) {

  /* 769px以上（PC用）の記述 */
  /*layout*/
  .hidden-pc {
    display: none;
  }

  #container {
    width: 100%;
  }

  .inner {
    width: 880px;
    margin: 0 auto;
  }

  .inner p {
    font-size: 1.4rem;
  }

  img {
    width: 100%;
    height: auto;
  }

  .button-1 {
    text-align: center;
  }

  .button-1 a {
    width: 60%;
    display: block;
    font-size: 1.3rem;
    background: #b8b8b8;
    color: #fff;
    padding: 14px 10px;
    margin: 0 auto;
  }

  /*text*/
  .title-1 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .title-deco {
    font-size: 2.4rem;
    font-weight: bold;
  }

  /* -------
header
------- */
  .logo {
    text-align: center;
  }

  /* -------
container
------- */
  /*mv*/
  .mv {
    max-width: 1200px;
    margin: 0 auto;
  }

  .mv img {
    width: 100%;
  }

  /*section*/
  .section-2 .items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }

  .section-2 .items li {
    width: 24%;
  }

  .section-2 .items li img {
    width: 90%;
  }

  .section-3 h3 {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .section-3 h3::after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    height: 60px;
    background: url("../img/style.jpg") no-repeat right bottom;
    background-size: contain;
    margin-bottom: -30px;
  }

  /*-----------
	column layout
----------- */
  /*-- column 2 --*/
  .column-2 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }

  .column-2 li {
    width: 45%;
    margin-bottom: 10px;
  }

  .column-2 li img {
    width: 100%;
  }

  /*-- column 2 style2 --*/
  .column-2-style2 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }

  .column-2-style2 li {
    width: 45%;
    margin-bottom: 10px;
  }

  .column-2-style2 li img {
    width: 100%;
  }

  /*-- column 4 --*/
  .column-4 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }

  .column-4 li {
    width: 220px;
    margin-bottom: 10px;
  }

  .column-4 li img {
    width: 100%;
  }
}

/*-- close --*/
