@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Noto+Serif+JP:wght@300;600&display=swap");
/******************************************************

plan

******************************************************/
.section-content {
  padding: 7rem 0; }
  @media screen and (max-width: 640px) {
    .section-content {
      padding: 3.5rem 0; } }

.main .img {
  position: relative; }
  .main .img .note {
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: #fff;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000; }

.midashi1 {
  margin-top: 4rem; }

.kukaku {
  margin: 5rem auto 0 auto;
  width: 90%;
  max-width: 900px; }
  .kukaku .img {
    position: relative; }
    .kukaku .img .note {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0; }
  .kukaku .note {
    margin-top: 3rem;
    text-align: center; }
  @media screen and (max-width: 640px) {
    .kukaku .note {
      text-align: left; } }

.contents {
  width: 90%;
  max-width: 820px;
  margin: 6rem auto 0 auto; }

h3.copy {
  color: #2C5C57;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3rem; }

.p-ttl {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  padding: .5rem;
  background: #DFECD6; }

.p-subttl {
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #a81f25;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 2rem; }

.tochi {
  margin-top: 1rem;
  padding-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .tochi li, .tochi div {
    min-height: 0%; }
  .tochi li {
    width: 30%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    border-top: solid 1px #D0CFCF;
    border-bottom: solid 1px #D0CFCF; }
  @media screen and (max-width: 640px) {
    .tochi {
      padding-bottom: 3.5rem; }
      .tochi li {
        width: 48%; } }
