/* home.phpに対するスタイル */

/* スマホの記述 */
/* section-topの記述 */
.section-top {
  margin-bottom: 60px;
}

.top-wrapper {
  width: 80%;
  margin: 45% auto 0;
  display: block;
}

.top-wrapper div {
  width: 100%;
  text-align: center;
}

.top-wrapper div h1 {
  font-size: 2.0rem;
  padding-bottom: 20px;
}

.top-wrapper div h2 {
  font-size: 3.0rem;
  padding-bottom: 20px;
  line-height: 1.6;
}

.top-wrapper ul {
  width: 60%;
  margin: 30% auto 0;
  text-align: center;
}

.top-wrapper ul a {
  text-decoration: none;
}

.top-wrapper ul li {
  font-size: 1.6rem;
  list-style: none;
  color: #333333;
  margin-bottom: 30px;
}

/* スマホのtop記述　ここまで*/

/* PCの記述 */
@media(min-width:960px) {

  /* section-topの記述*/
  .section-top {
    height: 37vh;
  }

  .top-wrapper {
    width: 80%;
    margin: 25% auto 0;
    display: flex;
  }

  .top-wrapper div {
    width: 50%;
    text-align: left;
  }

  .top-wrapper div h1 {
    font-size: 6.4rem;
    padding-bottom: 40px;
  }

  .top-wrapper div h2 br {
    display: none;
  }

  .top-wrapper ul {
    width: 50%;
    margin-top: 2%;
    text-align: left;
  }

  .top-wrapper ul li {
    font-size: 2.0rem;
    margin-left: 25%;
    margin-bottom: 30px;
  }
}

/* PCのtop記述 　ここまで*/
/* section-topの記述　ここまで*/



/* section-noteの記述　*/
/* スマホの記述 */
.section-note {
  width: 80%;
  margin: 120px auto;
}

.section-note ul {
  width: 100%;
}

.section-note a {
  text-decoration: none;
}

.section-note ul li {
  list-style: none;
  margin-bottom: 80px;
}

.note-date {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

.note-title {
  font-size: 1.8rem;
  color: #333333;
}

/* スマホの記述 ここまで*/

/* PCの記述 */
@media(min-width:760px) {
  .section-note ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .section-note ul li {
    list-style: none;
    margin: 40px 0;
    width: 300px;
  }
}


/* PCの記述 ここまで*/
/* section-noteの記述　ここまで*/

/* Instagramの記述 */
.instagram-wrapper {
}
.instagram-wrapper h3,p {
  color: #333333;
}

/* Instagramの記述　終わり */