
@charset "UFT-8";

/* 共通部分
------------------------ */
html {
    font-size: 100%;
}
body {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.7;
    color: #ffffff;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

/* header
-------------- */
.logo {
    width: 210px;
    margin-top: 14px;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: none;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #00533f;
}
.main-nav a:hover {
    color: #0bd;
}
.page-header {
  background: -moz-linear-gradient(top, rgba(0,83,63,.4) 30%, rgba(0,83,63,.0));
  background: -webkit-linear-gradient(top, rgba(0,83,63,.4) 30%, rgba(0,83,63,.0));
  background: linear-gradient(to bottom, rgba(0,83,63,.4) 30%, rgba(0,83,63,.0));
  display: flex;
  padding: 5px;
  justify-content: space-between;
  width: 100%;
}
.wrapper {
    max-width: 0 auto;
    margin: 0 auto;
    padding: 0 4%;
}

/* main
------------------ */
main {
   margin-top: 20px;
   margin-bottom: 20px;
}

/* .title */
.title {
     margin-bottom: 10px;
}
.title h1 {
    color: #72640c;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Philosopher', serif;
    font-size: 3.5rem;
    font-weight: lighter;
    line-height: 4.5rem;
}
.title h2 {
    color: #72640c;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 2rem;
}

/* .images */
.images {
      width: 35%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 30px;
      grid-column-gap: 30px;
      margin: 30px auto;
      background: rgba(255,249,184,.0);
}

/* .text */
.text-a {
     width: 40%;
     margin: 0 auto 50px auto;
}
.text-b {
     width: 40%;
     margin: 0 auto 50px auto;
}
.text-c {
     width: 60%;
     margin: 0 auto 60px auto;
}
.text-a p {
     font-size: 1.1rem;
     color: #72640c;
     text-align: left;
     font-style: noemal;
     font-family: 'Noto Serif JP', serif;
     line-height: 2.2rem;
}
.text-b p {
     font-size: 1.05rem;
     color: #72640c;
     text-align: left;
     font-style: noemal;
     font-family: 'Noto Serif JP', serif;
     line-height: 2.2rem;
}
.text-c p {
     font-size: 1rem;
     color: #72640c;
     text-align: center;
     font-style: noemal;
     font-family: 'Noto Serif JP', serif;
     line-height: 2.2rem;
}

.text-c>p>a {
     font-family: 'Noto Serif JP', serif;
     font-size: .9rem;
     color: #ea618e;
}

/* ボタン */
.button {
    width: 20%;
    margin: 10px auto;
    background: rgba(0,77,37,.2);
    border-radius: 1.5px;
    padding: 2px 24px;
}
.button:hover {
    background: rgba(0,77,37,.5);
}
.button p {
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: rgba(0,77,37,.8);
}

/* フッター
-------------------- */
footer {
  background: -moz-linear-gradient(bottom, rgba(0,83,63,.4) 40%, rgba(0,83,63,.03));
 background: -webkit-linear-gradient(bottom, rgba(0,83,63,.4) 40%, rgba(114,100,12,.03));
 background: linear-gradient(to top, rgba(0,83,63,.4) 40%, rgba(0,83,63,.03));
   height: 400px;
   text-align: center;
}
footer p {
     color: #00533f;
     font-size: 1.1rem;
}
footer small {
    color: #00533f;
}
footer h3 {
    color: #00533f;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: center;
}
.kobutu {
  color: #00533f;
  font-size: 1em;
  padding-top: 1em;
}

/* モバイル版
-------------------------- */
@media (max-width: 800px) {
    .page-title {
       font-size: 2.5rem;
    }

/* header */
.page-header {
       flex-direction: column;
       align-items: center;
}

/* .main-nav */
.main-nav {
   font-size: .9rem;
   margin-top: 0;
   display: flex;
   gap: 15px;
}
.main-nav li {
   margin: 0 3px;
}

   /* home */
    .hpme-content {
     margin-top: 20%;
    }

/* main */

/* .title  */
.title {
     width: 85%
     margin: 50px auto;
}
.title h1 {
    margin: 20px 4px;
    line-height: 3rem;
}
.title h2 {
     font-size: 1rem;
}

/* .images */
.images {
     width: 80%;
     margin: 50px auto;
}

/* .text */
.text-a, .text-b, .text-c {
     width: 78%;
     margin: 30px auto;
}
.text-a p {
     font-size: .98rem;
     text-align: left;
}
.text-b p, .text-c p {
     font-size: .95rem;
     text-align: left;
}

/* button */
.button {
      width: 45%;
}

/* footer */
footer {
     margin: 0 auto;
}
footer .logo {
     width: 50%;
}
footer p {
     font-size: .9rem;
}
}
