@charset "UTF-8";
/*共通部分
ーーーーーーーーーーーーーーーーーーー*/
html{
  font-size: 100%;
}
body{
    font-family: "Courier","游ゴシック Medium",YuGothic,"Hannari",sans-serif;
  line-height: 1.7;
   color:#a69d44;
   background-color:#1d3016;
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
}
/*HEADER-------------------------*/
.main-nav{
  display:flex;
  max-width: 60%;
  margin-top: 10px;
  list-style: none;
  position: absolute;
  right:30px;
}
.main-nav li{
  margin-left: 30px;
}
.main-nav a:hover{
  color:#0bd;
}
.wrapper{
  max-width: 1300px;
  margin:0 auto;
  padding:0 4%;
}
.logo{
  width:250px;
  padding-top: 10px;
}
.page-header{
  display: flex;
  justify-content: space-between;
}
/*HOME-----------------------*/
.home-content{
    text-align: center;
    margin-top: 10px;
    font-size: 1.125rem;
    color:#a69d44;
    list-style:none;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:1000px;
    padding-bottom: 500px;
    font-family: 'Courier', serif;
}
.home-content a{

  padding:10px;
}
.home-content a:hover{
  color:silver;
}

.weeping-willow{
  color:green;
}
.the-portrait{
  color:#165e83;
}
.postcard-from-hiro{
  color:#AD1457;
}
.dialogue{
  color:#547999;
  font-family: "Hannari";serif;
}
.bondi-express{
  color:#1E92B8;
}
.ichiriki{
  color:#fa6b75;
}
.ryosuke{
  color:#0ABAB5;
}
.anger{
  color:#9c8c02;
}
.alma-betty-smith{
  color:#9079B4;
}
.alma-betty-smith-translation{
  color:#9079B4;
}
.pigeon{
  color:#6832a8;
}
.perspective{
  color:#a50000;
}
.strange-dream{
  color:white;
}
.deer-hunter{
  color:#71797E;
}
.freedom{
  color:#B3424A;
  font-family: "Hannari";serif;
  text-align:center;
}
.castle{
  color:#cbfa48;
}
.higodokosa{
  color:#fc72ab;
}
.picture-by-tomiji{
  color:#fc72ab;
}
.good-luck{
  color:#f79328;
}
.jimbocho{
  color:#34eb8f;
}
.haiku{
  color:#4248f5;
}
.ishiguro{
  color:#ba5b07;
}
.la-primerose{
  color:#fa1968;
}
.lift{
  color:#fad505;
}
.connect{
  color:#4e92ef;
}
.what-a-waste{
  color:#8bdefc;
}
.eggs{
  color:#ebd793;
}
.grandmother{
  color:#86a133;
}
/*form-----------------------*/
.google-form{
  position: relative;
  left: 25%;
}
/*information-------------------*/
.Information{
  max-width: 70%;
  margin: auto;
  padding-bottom: 200px
}
/*contact---------------------*/
.contact-gmail{
  text-align: center;
  padding-top: 250px;
  padding-bottom: 400px;
  font-family:'Courier', serif;
  color:white;
}
/*text------------------------*/
#text{
  margin:10px auto;
  width: 70%;
}
h2{
  padding-bottom: 15px;
  text-align: center;
  font-family: 'Courier', serif;
}
.text-weeping-willow{
  color:green;
  text-align: center;
  font-family: 'Courier', serif;
  padding-bottom: 50%;
}
.text-the-portrait{
  color:#165e83;
  text-align:center;
  font-family: 'Courier', serif;
  padding-bottom: 95px;
}
.text-postcard-from-hiro{
  color:#AD1457;
  text-align:center;
  font-family: 'Courier', serif;
}
.text-dialogue{
  color:#547999;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-bondi-express{
  color:#1E92B8;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-anger{
  color:#a69d44;
  text-align:center;
  font-family:"Courier", serif;
}
.text-alma-betty-smith{
  color:#796DC1;
  text-align:center;
  font-family:"Courier", serif;
}
.text-alma-betty-smith-translation{
  color:#796DC1;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-pigeon{
  color:#6832a8;
  text-align:center;
  font-family:"Courier", serif;
}
.text-perspective{
  color:#a50000;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-strange-dream{
  color:white;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-freedom{
  color:#B3424A;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-deer-hunter{
  color:#71797E;
  text-align:center;
  font-family:"Courier", serif;
}
.text-castle{
  color:#cbfa48;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-picture-by-tomiji{
  color:#fc72ab;
  text-align:center;
  font-family: 'Courier', serif;
}
.text-higodokosa{
  color:#fc72ab;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-ichiriki{
  color:#fa6b75;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-ryosuke{
  color:#0ABAB5;
  text-align:center;
  font-family:"Courier", serif;
}
.text-good-luck{
  color:#f79328;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-jimbocho{
  color:#34eb8f;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-haiku{
  color:#4248f5;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-ishiguro{
  color:#ba5b07;
  text-align:center;
  font-family:"Courier", serif;
}
.text-la-primerose{
  color:#fa1968;
  text-align:center;
  font-family:"Courier", serif;
}
.text-lift{
  color:#fad505;
  text-align:center;
  font-family:"Hannari", serif;
}
.text-connect{
  color:#4e92ef;
  text-align:center;
  font-family:"Courier", serif;
}
.text-what-a-waste{
  color:#8bdefc;
  text-align:center;
  font-family:"Courier", serif;
}
.text-eggs{
  color:#ebd793;
  text-align:center;
  font-family:"Courier", serif;
}
/*body class----------------------------*/
.the-portrait-color{
  background-color: black;
}
.anger-color{
  color: black;
}
.hiro-bear{
  padding-top:23px;
}
.text-grandmother{
  color:#86a133;
  text-align:center;
  font-family:"Hannari", serif;
}
/*footerーーーーーーーーーーーーーー*/
footer{
  background:#1d3016;
  text-align: center;
  padding: 26px 0;
  }
footer p{
  color:white;
  font-size: 0.875rem;
  text-align: center;
}
