@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;900&display=swap');
/*
'Exo 2' is licensed under the  Open Font License.
https://fonts.google.com/specimen/Exo+2
*/

html {
 font-size: 62.5%;
}
body {
 font-size: 1.2rem;
 font-family: Zen Maru Gothic, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo,
        sans-serif;
 letter-spacing: 0.2em;
 line-height: 180%;
 color: #625925;
}
a {
 text-decoration: none;
 transition: 0.5s;
}
h1 {
 padding-bottom: 1em;
 transform: rotate(8deg);
 -webkit-transform: rotate(8deg);
 font-size: 2.0rem;
 font-weight: normal;
 text-align: center;
}

h2,h3,h4 {
 font-family: Zen Maru Gothic, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo,
        sans-serif;
}
h2 {
 padding: 0.5em 0em;
 color: #d2a982;
 font-size: 1.2em;
}
h3 {
 padding: 0.5em 1em;
 color: #666666;
}
em {
 background: linear-gradient(transparent 50%, #fff8ef 50%);
 font-style: normal;
}
input,textarea,button,select {
 padding: 0.2em;
 border: solid 1px #999999;
 font-family: inherit;
 font-size: 100%;
}
textarea {
 width: 90%;
}
ol,ul {
 list-style: none;
}


p {
 padding: 0em 1em;
}
section {
 margin: 2em 0em;
}
section:last-of-type {
 padding-bottom: 10vh;
}


main,header {
 margin: 0em auto;
  width: 90%;
  max-width: 500px;
  box-sizing: border-box;
 height: 90vh;
}
main {
 display: block;
 padding: 10rem 0rem;
}
main a {
 color: #666666;
}
main h1 a {
 color: #625925;
}
header {
 display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 text-align: center;
}
header h1 {
 font-size: 3.0rem;
}
header p {
 padding: 0em;
 font-size: 1.2rem;
}
nav {
 height: 4em;
 width: 100%;
 position: fixed;
  top: 0;
 background: rgba(255,248,239,1);
 font-family: Zen Maru Gothic, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo,
        sans-serif;
 line-height: 4em;
 z-index: 1;
}
nav ul {
 display: flex;
  justify-content: center;
  align-items: center;
 margin: 0em auto;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
nav li {
 margin: 0em 0.5em;
 color: #ffffff;
}
nav li a {
 padding: 0.5em;
 background: rgba(255,255,255,0.7);
 color: #555555;
 border-radius: 10px;
 box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
}
nav li a:hover {
 color: #999999;
}
nav {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

