@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  cursor: pointer; }

/*リセット終わり*/

.sectionContent__inner {
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 4rem auto 8rem;
  text-align: center;
}

.sectionContent__title {
  display: inline-block;
  position: relative;
  margin: 2rem 0;
  padding-bottom: 10px;
  font-family: "garamondpremrpro";
  font-size: 200%;
  font-weight: normal;
  color: #b3ad8c;
  letter-spacing: 2px;
  text-align: center;
}
.sectionContent__title__text {
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.9rem;
}
/*
.sectionContent__title:nth-child(n+2) {
  margin-top: 1rem;
}
*/
.sectionContent__title::after {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #C4C4C4;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sectionContent__feature__list {
  display: flex;
  flex-wrap: wrap;
/*  margin: -1em 0 0 -1em;*/
  padding: 1rem 0;
}
/*
.sectionContent__feature__list:nth-child(n+2) {
  padding-top: 1rem;
}
*/
.sectionContent__feature__list .sectionContent__feature__item {
  width: calc(30% - 3px);
  max-width: 100%;
  height: auto;
  padding: 1em 0 0 3em;
}
.sectionContent__feature__list .sectionContent__feature__item:nth-child(n+4) {
  margin-top: 2rem;
}
.sectionContent__feature__list .sectionContent__feature__item:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.sectionContent__feature__list .sectionContent__feature__item img {
  width: 100%;
  height: auto;
}
.sectionContent__feature__text {
  font-size: 12px;
  color: #616161;
  text-align: center;
}
.sectionContent__feature__title {
  text-align: left;
  font-size: 1.5rem;
  border-bottom: 1px solid #c4c4c4;
  padding: 1rem 0;
  letter-spacing: .1em;
}
.sectionContent__feature__lead {
  text-align: left;
  padding-top: 1rem;
}

@media (max-width: 768px) {
  .sectionContent__feature__item {
    flex: 0 0 42%;
    max-width: 100%; 
  }
  .sectionContent__feature__list .sectionContent__feature__item:nth-child(n+3) {
    margin-top: 4rem;
  }
}
@media (max-width: 480px) {
  .sectionContent__wrap:last-child {
    margin-bottom: 4rem;
  }
  .sectionContent__title {
    margin: 5rem 0;
    font-size: 3rem;
  }
  .sectionContent__feature__box {
    width: calc(100% - 26px);
    margin: 0 auto;
  }
  .sectionContent__title__text {
    font-size: 2.6rem;
  }
  .sectionContent__feature__list {
    display: block;
  }
  .sectionContent__feature__list .sectionContent__feature__item {
    flex: 0 0 100%;
    max-width: 100%;
    width: auto;
    padding: 0;
  }
  .sectionContent__feature__list .sectionContent__feature__item:nth-child(n+2) {
    margin-top: 4rem;
  }
  .sectionContent__feature__list .sectionContent__feature__item img {
    width: 93vw;
    height: auto;
    padding: 0;
  }
  .sectionContent__feature__list .sectionContent__feature__item--photo {
    max-width: 100%;
  }
   .sectionContent__feature__list .sectionContent__feature__item--photo img {
    width: 80vw;
    height: auto;
    padding: 0;
  }
  .sectionContent__feature__list .sectionContent__feature__item--photo:nth-child(n+2) {
    margin-top: 1rem;
  }
}
