/* Reset style */
* {
  font-family:  "游ゴシック体", "YuGothic","游ゴシック Medium", "Yu Gothic Medium","メイリオ", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;

  }

 body { text-align: center;
        font-size: 100%;
        color: #2f3131; 
        background-image: url("img/back.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #fffdfd;
        line-height: 1.3em; }

  a { text-decoration: none; }
  a:link {  color: #e6e5ef;  }
  a:hover { color: #9fc24d; }
  a:active { color: #CC6666; }
  a:visited { color: #2f3131; }

  h3 { font: 36px 'ＤＦＧ極太明朝体',sans-serif bold; color: #e63600; }
  td.ao { width: 600px; padding: 10px; text-align: left; background-color: #FFFFFF; }
  td.ao { border: solid 6px #f0ff09; line-height: 100%; }
  td.ao img { margin:5px ;
}  div.left { float: left; padding: 1px; font-size: 12px; border: none; }
  div.right { float: right; padding: 1px; font-size: 12px; border: none; text-align: right; }
  div.clear { clear: right; clear: left; width: 100%; }
  p.data { font-weight: bold; }
  p.center { text-align: center; }
  p.left { text-align: left; }
  p.right { text-align: right; }
  p.name { text-align: right; font-size: 12px; font-weight: bold; }
  p.s { font-size: 12px; }

  div#ma { height: 43px; }

 div#one {  color: #2f3131;
            width: 90%;
            border-style: none;
            padding:1%;
     
 }
 .midashi.vmin{
  font-size: 2.5vmin;
  line-height: 1.5em;
}
img.example1 {
 width: 99%;
}

img.example2 {
 width: 55%;
}
img.example3 {
  width: 90%;
 }
 



 div#one2 { width: 97%;
            border-style: none;
            background-color: #f0ff09;


 }
 img.example1 {
 width: 97%;
 }

  div#two { width: 100%;
            box-sizing: border-box;
            text-align: center; 
            border-style: none;
            border: solid 0px;
            overflow: auto;
 }
.txt { 
    display: inline-block;
    text-align: left;
  }
  
.three { width: 100%;
         font-size: 16px;
         line-height: 1.5em;
         color: #46442b;
         box-sizing: border-box;
         text-align: left; 
         border-style: none;
         background-color: #ffeae0;
         border: solid 0px;
         overflow: auto;
         padding: 10px;
         border-top: solid 15px #faca7b;
 }


.txt { 
    display: inline-block;
    text-align: left;
  }


  .four { width: 90%;
    color: #46442b;
    box-sizing: border-box;
    text-align: left;
    padding: 20px 0px;
    background-color: #faca7b;
    border: solid 0px;
    overflow: auto;
    line-height: 130%;
    padding: 10px; 
    border-top: solid 15px #f096a0;

}
 .four img{
  height: 130px;
  width: auto;
}


  .tbl-r1 {
    width: 90%;
  }

  div#shutuen { width: 90%; line-height: 1em; table-align: center; }
  div#shutuen p { background-color: #e0f1f4;
                  color: #46442b;
                  text-align: center;
                  padding: 10px;
                  line-width: 50%; }

  div#shutuen TD { font-weight: bold;
                   font-size: 3.6vmin;
                   text-align: center;
                   line-height: 160%;
                   background-color: #f096a0;
                   color: #46442b;
                   vertical-align: top; }
  div#shutuen IMG { width: 100%; }

  div#tayori { width: 90px; padding: 8px; background-color: #CC9900; color: #FFFFFF; font-weight: bold; }

  div#nittei { width: 85%;
               padding: 10px;
               color: #46442b;
               background-color: #f0ffc9;
               font-size: 16px;
               line-height: 1.5em; }

  #ac { background-color: #63cc30; padding: 5px; }

  td.top { vertical-align: top; text-align: center; }

  div#nittei TABLE { border: solid 0px #ffffff; }

  .tbl-r03 {
    width: 90%;
  }
  div#nittei td { 
                  text-align: center;
                  border: solid 1px rgb(107, 75, 75);
                  background-color: #e0f1f4;
                  padding: 17px 0px 0px 0px;
                  color: #46442b;

 }


  div#nittei td.p { width: 100%; }
  div#nittei td.r { background-color: #faca7b; }

 .tbl-r03 {
    width: 99%;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 70px;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 10%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 90%;
  }
  .tbl-r03 tbody tr {
    font-size: 30px;
    width: 33%;
    
  }
  .tbl-r03 tr td + td {
    border-left: none;
  } 


  div#hatubai { width: 60%;
                font-size: 16px;
                background-color: #63cc30;
                font: bold;
                padding: 5px; color: #fedd6b; }

  div#kane td { text-align: center; width: 130px; font-size: 14px; }



.site-header{
    background: rgba(255, 255, 255, 0.644);
    display: flex;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    height: 35px;
}

.site-logo img{
    height: 30px;
    width: auto;
}
ul {
  list-style: none;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
    margin-left: 1%;
}
.gnav__menu__item img{
    height: 25px;
    width: auto;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}
.hero{
    max-height: 500px;
    overflow: hidden;
}
.hero img{
    height: auto;
    width: 100%;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 800px;
}
.content p{
    margin-bottom: 40px;
}
.copyright{
    color: #fff;
    font-size: 12px;
    text-align: center;
}

  div#last { width: 100%; 
            padding: 20px 0px 20px 0px;
            background-color: #faca7b; 
            color: #e6e5ef; }