@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;
    text-transform: none;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #00533f;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.25rem;
}
.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 {
     width: 80%;
     margin: 0 auto;
}
.title h1 {
    color: #72640c;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    line-heght: 2.2rem;
}
.title h2 {
       font-family: 'Philosopher', serif;
       font-size: 1.6rem;
       font-weight: lighter;
       color: #72640c;
       line-height: 2.5rem;
       text-align: center;
}
.title h2>small {
       font-family: 'Noto Serif JP', serif;
       font-size: 1.1rem;
       font-weight: bold;
       line-height: 1rem;
}
.title h3 {
      font-family: 'Philosopher', serif;
      font-size: 1.2rem;
      font-weight: lighter;
      color: #72640c;
      text-align: center;
}
.title h3>small {
       font-family: 'Philosopher', serif;
       font-size: 1.2rem;
       font-weight: lighter;
}

/* .sub-title */
.sub-title {
        width: 75%;
        margin: 20px auto 0 auto;
}
.sub-title>.indent h2 {
       font-family: 'Noto Serif JP', serif;
       font-size: 1.08rem;
       font-weight: normal;
       color: #72640c;
       text-align: left;
       text-indent: .5em;
}

/* .text */
.text {
      width: 75%;
      margin: 20px auto 50px auto;
}
.text p {
      font-family: 'Noto Serif JP', serif;
      font-weight: lighter;
      font-size: 1.08rem;
      color: #72640c;
      line-height: 2rem;
}
.indent p {
      font-family: 'Noto Serif JP', serif;
      font-size: 1.08rem;
      font-weight: lighter;
      color: #72640c;
      text-indent: 1em;
      line-height: 2rem;
}
.line-height p {
      line-height: 1.2rem;
      color: rgba(114,189,12,.0);
}
.text a {
      color: rgba(234,85,80,.5);
      font-size: .9rem;
      font-family: 'Noto Serif', serif;
}

/* rink */
.rink {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
     grid-column-gap: 7px;
     grid-row-gap: 15px;
     width: 70%;
     height: auto;
     margin: 70px auto;
}

/* button */
.item-button {
       width: 80%;
       display: grid;
       grid-template-columns: 2fr .15fr;
       height: auto;
       padding: 5px 10px;
       background: rgba(255,243,184,.5);
}
.item-button:hover {
       background: rgba(255,243,82,.9);
}
.item-button a {
       font-family: 'Noto Serif JP', serif;
       font-size: 1rem;
       color: #72640c;
}

/* フッター
-------------------- */
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 .logo {
     width: 15%;
     margin: 15px auto 0 auto;
}
footer h3 {
     color: #00533f;
     font-family: 'Noto Serif JP', serif;
     font-size: 1.2rem;
     line-height: 2rem;
     text-align: center;
}
footer p {
    color: #00533f;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
}
footer small {
   color: #00533f;
   font-family: 'Noto Serif JP', serif;
   font-weight: normal;
 }
.kobutu {
      margin: 10px auto 0 auto;
}
.kobutu p {
     color: #00533f;
     font-family: 'Noto Serif JP', serif;
     font-size: .9rem;
}
.kobutu p>small {
       color: #00533f;
       font-family: 'Noto Serif JP', serif;
}


/* モバイル版
-------------------------- */
@media (max-width: 800px) {

/* header */
.page-header {
       flex-direction: column;
       align-items: center;
}

/* .main-nav */
.main-nav {
       margin-top: 0px;
       gap: 15px;
}
.main-nav li {
       margin: 0 3px;
}
.main-nav a {
       font-family: 'Noto Serif JP', serif;
       font-size: .9rem;
}

/* home */
.hpme-content {
       margin-top: 20%;
}

/* main */
main
.essay-vol.20 {
     margin-bottom: 50px;
}

/* .title */
.title h1 {
     font-size: 1rem;
}
.title h2>small {
     font-size: .8rem;
}

/* .sub-title */
.sub-title {
     width: 85%;
     margin: 30px auto;
}
.sub-title>.indent>h2 {
     font-size: .8rem;
     text-align: center;
}

/* .text */
.text {
      width: 80%;
}
.text p, .indent p {
      font-size: .8rem;
      line-height: 1.25rem;
}
.text a {
     font-size: .8rem;
}

/* .rink */
.rink {
      width: 80%;
      display: grid;
      gap: 15px;
      grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
      margin: 0 auto;
      background: rgba(255,243,184,.0);
}
.item-button {
      padding: 10px 20px;
}

/* footer */
footer {
     margin: 0 auto;
}
footer .logo {
     width: 50%;
}
footer p {
     font-size: .9rem;
}
}
