.risuto-2{
font-weight: bold;
color: #387a32; 
padding-left: 10%;
}


.risuto{
  font-weight: bold;
  color: #387a32; 
  }

body{
  margin: 0;
  padding: 0;
  width: 100%;
}


footer{
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: rgb(150, 130, 121);
}



.map{
  background-color: rgb(150, 130, 121);
  color: white;
}


.map-ti{
color: white;
font-size: 28px;
text-align: center;
font-weight: 800;
width: 400px;
margin: 90px;
}

a:hover{
  color: #bdbdbd;
}


.kara{
  font-size: 0.02px;
  background-color: white;
}


.eturan{
  font-size: 20px;
  margin: 0;
}




.end{
  background-color: rgb(93, 141, 83);
}


h1{
  font-size: 68px;
  text-align: left;
  padding: 0;
  height: 500px;
}

h1 a{
  color: white;
}

.kakko{
  font-size: 88px;
  position: relative;
text-align: center;
background-position: center;
background-size: cover;
}


.mini{
  font-size: 18px;
  color: #000;
  padding-left: 10%;
}

li{
  font-size: 20px;
  line-height: 55px;
}

.jyoubun{
font-size: 28px;
font-weight: bold;
}


h2 {
  border-bottom: solid 4px #a4db94;
  position: relative;
  text-align: left;
  width: 400px;
  font-size: 45px;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #387a32;
  width: 100px;

 
}

h6{
  font-size: 20px;
}

.zengo{
padding-left: 35%;
}

.zengo-mae{
    display: inline-block;
    position: relative;
    text-decoration: none;
    background: #b7ffbd;
    color: #000000;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #6dbe81;
    border: dashed 2px #6dbe81;
    transition: .4s;
    font-weight: bold;
    font-size: 35px;
    margin-left: 70%;
    padding-left: 50px;
    padding-right: 50px;

  }
  
  .zengo-mae:hover {
      color:#000000;
    background: #5fb96e;
    box-shadow: 0px 0px 0px 5px #57aa5c;
  }

.sekai-zenbun{
  text-align: left;
  padding: 0;
  margin: 0px auto;
  padding-left: 15%;
}

  .zengo-go{
    display: inline-block;
    position: relative;
    text-decoration: none;
    background: #b7ffbd;
    color: #000000;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #6dbe81;
    border: dashed 2px #6dbe81;
    transition: .4s;
    font-weight: bold;
    font-size: 35px;
    margin-left: 20%;
    padding-left: 50px;
    padding-right: 50px;

  }
  
  .zengo-go:hover{
      color:#000000;
    background: #5fb96e;
    box-shadow: 0px 0px 0px 5px #57aa5c;
  }



.sankou{
  color: #000;
font-weight: bold;
font-size: 18px;
text-decoration: none;

}


/*========= ヘッダー固定 ===============*/

#header{
  position: fixed;
  height: 80px;
  width:100%;
    z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:rgb(110, 202, 130);
  color:#fff;
  text-align: center;
  padding: 20px;
}

/*　上に上がる動き　*/

#header.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#header.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*========= レイアウトのためのCSS ===============*/

h1{
  font-size: 68px;
}


h2{
  margin: 0 0 30px 0;
  font-size: 50px;

}


h3{
  border-left:  solid rgb(5, 97, 5) 8px;
  font-size: 35px;
}

h4{
  font-size: 30px;
  border-bottom: #02420b 8px double;
  width: 500px;
  padding-left: 10px;
}

h5{
  font-size: 20px;
  position: relative;
  padding: 0.6em;
  background: #abf8b5;
  display:inline-block;
  margin: 0;

}

h5::after{
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #abf8b5;
  width: 0;
  height: 0;
  padding-bottom: 0;
  padding: 0;
  margin: 0;
}

.hidari{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-right: 15%;
}




h3 a{
  color: #000;

}

h3 a:hover{
  color: #000;
}

p{
  margin-top:20px; 
  font-size: 20px;
  width:80%;
  padding-left: 20px;
  line-height: 40px;
}

.naka{
  text-align: left;
      padding: 0;
      margin: 0px auto;
      padding-left: 23%;
}

p table{
  border-collapse: collapse;
  border-width: 6px;
}

.hyou-ao{
  background-color: #689cc798;
}

.hyou-usuao{
  background-color: #bdfdffc7;
}

.hyou-midori{
  background-color: #60ec8a75;
}

.hyou-koimidori{
  background-color: #2b994ca4;
}

p table,th{
  border-style: ridge;
  border-color: black;
  font-size: 28px;
  padding: 8px;
}

.seigen{
  width: 910px;
}

.seigen-2{
  width: 1150px;
}

p a{
  color: #6dbe81;
}

p a ::after{
  color: #387a32;
}

.tyuu{
  font-size: 15px;
  width: 1000px;
}

h6{
  margin-bottom: 0;
}

strong{
  font-weight: 700;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(187, 251, 201) 50%);
}

.big::first-letter {
  font-weight: bold;
  font-size: 40px;
}

small{
  color:#fff;
  display: block;
  text-align: center;
  padding:20px;
  height: 120px;
}


nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}

nav ul li a{
  display: block;
  text-decoration: none;
  color: white;
  padding:50px;
  transition:all 0.3s;
  font-size: 22px;
}

nav ul li.current a,
nav ul li a:hover,
nav ul li a:active{
  color: white; 
}



section{
  padding:30px;
}

section:nth-child(2n){
  background:white; 
}

ul#g-navi{
  padding: 0;
  margin: 0;
  display: flex;
  background: rgb(110, 202, 130);
  width: 100%;
  height: 120px;
}

.dropdown {
  padding: 0px 110px 0px 0px;
  margin: 0;
  display: inline-block;
  color: white;
  background: rgb(108, 204, 127);
  position: relative;
  white-space: nowrap;
  height: 120px;
  font-weight: bold;
  text-decoration: none;
  transition: .4s;
  width: 28px;

}

.dropdown-1 {
  padding: 0px 110px 0px 0px;
  margin: 0;
  display: inline-block;
  color: white;
  background: rgb(108, 204, 127);
  position: relative;
  white-space: nowrap;
  height: 120px;
  font-weight: bold;
  text-decoration: none;
  transition: .4s;
  width: 20px;

}



.drop{
  background: rgb(108, 204, 127);
  padding: 0px 140px 0px 0px;
  margin: 0;
  display: inline-block;
  color: white;
  background: rgb(108, 204, 127);
  position: relative;
  font-size: 50px;
  white-space: nowrap;
  height: 100px;
  font-weight: bold;
  text-decoration: none;
  transition: .4s;
  width: 20px;
}

.dropdown a {
   color: white;
   font-size: 22px;

}


.dropdown::before{
  position: absolute;
  display: inline-block;
  content: '';
  width: 4px;
  height: 50px;
  top: 40;
  left: 40;
  border-radius: 6px;
  background:#ffffff;
}


.dropdown:hover::before, .dropdown:hover::after{
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

  
.dropdown:hover {
    background: #0f6803;
    cursor: pointer;
}
    
.dropdown:hover .dropdown_menu {
    display: block;
}


.dropdown-1 a {
  color: white;
  font-size: 22px;

}


.dropdown-1::before{
 position: absolute;
 display: inline-block;
 content: '';
 width: 4px;
 height: 50px;
 top: 40;
 left: 40;
 border-radius: 6px;
 background:#ffffff;
}


.dropdown-1:hover::before, .dropdown-1:hover::after{
 -webkit-transform: rotate(10deg);
 transform: rotate(10deg);
}

 
.dropdown-1:hover {
   background: #0f6803;
   cursor: pointer;
}
   
.dropdown-1:hover .dropdown_menu {
   display: block;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  left: -40px;
  width: 200px;
  perspective: 1000px;
  z-index: -1;
  transform-origin: top center;
  display: none;
  transition: .4s;
}

.dropdown_menu li {
   display: block;
   color: white;
   background-color: rgb(110, 202, 130);
   padding: 3px 0px 0px 0px;
   opacity: 0;
   height: 45px;
   margin: 0;
   opacity: 1;
   transition: .4s;
}

a{
  color: white;
}

.dropdown_menu li a{
  padding: 0;
  font-size: 18px;

}

.dropdown_menu li:hover {
     background-color: #0f6803;
}


.dropdown-1:hover .dropdown_menu-1 {
  display: block;
}

.dropdown_menu-1 {
 position: absolute;
 top: 100%;
 left: -40px;
 width: 250px;
 perspective: 1000px;
 z-index: -1;
 transform-origin: top center;
 display: none;
 transition: .4s;
}

.dropdown_menu-1 li {
  display: block;
  color: white;
  background-color: rgb(110, 202, 130);
  padding: 3px 0px 0px 0px;
  opacity: 0;
  height: 45px;
  margin: 0;
  opacity: 1;
  transition: .4s;
}


.dropdown_menu-1 li a{
 padding: 0;
 font-size: 18px;

}

.dropdown_menu-1 li:hover {
    background-color: #0f6803;
}


.dropdown-1:hover .dropdown_menu-1 {
  display: block;
}

main {
      text-align: left;
      padding: 0;
      margin: 0px auto;
      padding-left: 20%;
            
}

section{
  padding:30px;
}

section:nth-child(2n){
  background:white; 
}



.scroll-box {
  
    background-color:#b7ffbd;
      border: 5px solid #02420b;
     height:290px;
     overflow: scroll;
     overflow-x: hidden;
     padding-left: 14px;
     width: 500px;
     padding-right: 20px;
  
}

.houkoku{
  font-weight: 800;
  font-size: 20px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  width: 600px;
  line-height: 26px;
}

.hiduke{
  font-weight: 800;
  font-size: 20px;
  color: #b7ffbd;
  background-color: #21722e;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  width: 130px;
  white-space: nowrap;
text-align: center;
line-height: 26px;
}

.mokuji-hako li a{
  color: #000;
}

.mokuji-hako li{
  line-height: 80px;
  font-size: 21px;
  padding-left: 30px;
}

.mokuji-hako{
  border: double #21722e 8px;
  margin-right: 30%;
}

p i{
  text-decoration: none;
  font-weight: bold;
}

.sankou a{
  color: #000;
}

.sankou a :hover{
  color: #333;
}

.kaiwa.mystyle {

  max-width: 1200px;
 padding-left: 0;
  background: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Helvetica Neue", "Lucida Sans Unicode", "Arial";
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
}

/* フキダシ */
/*フキダシ共通*/
.kaiwa.mystyle .fukidasi {
  position: relative;
  display: inline-block;
  max-width: 800px;
  margin: 20px 50px;
  padding: 9px 14px 8px 8px;
  background: rgb(186, 253, 206);
  border-radius: 19px;
  overflow-wrap: break-word;
clear: both;
  box-sizing: content-box;/*はてな用*/
}
/*フキダシ左*/
.kaiwa.mystyle .fukidasi.left {
  float: left;
}
/*フキダシ右*/
.kaiwa.mystyle .fukidasi.right {
  float: right;
}
/*しっぽ共通*/
.kaiwa.mystyle .fukidasi::after {
  position: absolute;
  content: "";
  width:26px;
  height:26px;
  top: 5px;
}
/*しっぽ左*/
.kaiwa.mystyle .fukidasi.left::after {
  left: -22px;    
  border-radius: 0 0px 10px 16px; 
  box-shadow: -8px -14px 0 -8px rgb(186, 253, 206) inset;
}
/*しっぽ右*/
.kaiwa.mystyle .fukidasi.right::after {
  right: -22px;
  border-radius: 0 0px 16px 10px; 
  box-shadow: 8px -14px 0 -8px rgb(186, 253, 206) inset;
}




/*クイズ*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

}
.cp_qa {
	border-top: 1px solid #1b2538;
  width: 850px;


}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	margin-bottom: 1px;
	color: #226b48;
  width: 850px;
  font-size: 20px;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;


}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #1b2538;
}
.cp_qa .cp_actab label:hover {
	color: #008f48;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #ffffff;
	background: rgba(59, 107, 52, 0.5);
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #226b48;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 500px;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: 20px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '↓';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}


.map-hyou{
width: 300px;
text-align: left;
}

.tyuu:link, .tyuu:visited {
color: #000;
font-size: 26px;
}

/*右下*/
.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    transition: .4s;
	
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}


.inyou{
  font-size: 16px;
  color: black;
  text-align: center;
  border-bottom: #000;
}

a{
 color: #0000EE;
 text-decoration: underline;
}


.pankuzu{
  background-color: #aeedcf;
  font-size: 20px;
  text-align: left;
  padding-left: 10%;
}