@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

/*
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
*/

body{
    font-family: 'Noto Sans JP', sans-serif;
    color:#4d4d4d;
    font-size:18px;
}

.mincho{
    font-family: 'Noto Serif JP', serif;
}

img{
  max-width:100%;
}

a{
  color:#4D4D4D;
  text-decoration:none;
}

a:hover img{
  opacity:0.8;
}

.logo{
  width:160px;
}

#navbarNav ul li a{
  color:#333333;
  font-size:13px;
}


#navbarNav2 ul{
  padding:0;
  list-style:none;
}

#navbarNav2 ul li a{
  display:inline-block;
  position:relative;
  line-height:1;
  padding:5px 0px 5px 25px;
  font-weight:bold;
  margin-right:20px;
}

#navbarNav2 ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f35a';
  color:#39af4a;
  font-weight: 500;
  position:absolute;
  left:0px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.footerbox{
  padding:40px;
  font-weight:bold;
  font-size:24px;
  border-radius:10px;
}

a.footerbox_title{
  display:inline-block;
  margin-bottom:15px;
  font-size:36px;
}

a.footerbox_title:before {
  font-family: "Font Awesome 5 Free";
  content: '\f35a';
  color:#39af4a;
  font-weight: 500;
  margin-right:5px;
}



#footerbox1{
  background:#99c845;
  padding:80px;
}

#footerbox2{
  background:#bfd87a;
}

#footerbox3{
  background:#e0ed95;
}

#footertop{
  margin-top:120px;
  padding-bottom:80px;
}

.linkwhite{
  color:#FFF;
  font-size:36px;
}

.linkwhite span{
  font-size:24px;
}


footer{
  background:rgba(164, 212, 79, 0.3);
  padding:20px 0px;
}

#footerNav ul{
  list-style:none;
}

#footerNav ul li{
  padding:10px 5px;
}

#copyright{
  font-size:12px;
  font-weight:bold;
  color:#8f8f8f;
}

/* top */

.home section{
  margin-top:120px;
}

.toptitle{
  color:#4d4d4d;
  font-weight:bold;
  font-size:36px;
}

.toptitle span{
  font-size:24px;
}

.topsubtitle{
  color:#4d4d4d;
  font-weight:bold;
  font-size:24px;
}

.blue{
  color:#0071b2;
}


a.more{
  display:inline-block;
  position:relative;
  line-height:1;
  padding:5px 0px 5px 25px;
  font-weight:bold;
}

a.more:after {
  font-family: "Font Awesome 5 Free";
  content: '\f35a';
  color:#39af4a;
  font-weight: 500;
  position:absolute;
  left:0px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}



h2{
  font-size:36px;
  font-weight:bold;
  color:#008f45;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  margin-bottom:60px;
}

h2 span{
  font-size:24px;
}

h3{
  font-size:24px;
  font-weight:bold;
}

.pageheader{
  text-align:center;
  padding:100px 0px;
  margin-bottom:80px;
  color:#FFF;
  background-image:url("../img/pageheader.jpg");
}

.videoouter{
  background:#FFF;
  padding:20px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.22), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

.video{
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.video video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.circle{
  padding-left:40px;
  position:relative;
}

.circle:before{
  content:"●";
  position:absolute;
  left:5px;
  top:0;
}

.himg{
  text-align:center;
  margin:20px 0px;
  min-height:190px;
}



.detailbox{
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.13), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  padding:20px 20px 60px 20px;
}

#detailbox1{
  background-color:rgba(245, 255, 204, 0.3);
}

#detailbox2{
  background-color:rgba(245, 255, 204, 0.6);
}

#detailbox3{
  background-color:rgba(245, 255, 204, 0.5);
}

.detailtitle{
  font-size:20px;
  font-weight:bold;
}

.detaillink{
  text-align:center;
}

.detaillink a{
  color:#4d4d4d;
  font-size:20px;
  font-weight:bold;
  background:#c9e27a;
  display:inline-block;
  padding:15px;
  min-width:300px;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.13), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  border-radius:5px;
}

.detailbox table{
  margin:30px 0px 50px 0px;
}

.detailbox table tr th{
  width:100px;
  vertical-align:top;
}

.detailbox table tr th,
.detailbox table tr td{
  padding:5px;
  font-size:16px;
  line-height:2;
}


@media screen and (max-width: 1200px) {

}

/* md ≥768px */
@media screen and (max-width: 991px) {

}

@media (max-width: 991.98px){
}

/* sm ≥576px */
@media screen and (max-width: 767px) {
}

/* xs <576px */
@media screen and (max-width: 576px) {
  #navbarNav2{
    display:none;
  }

  h2{
    font-size:24px;
  }

  table,
  table tbody,
  table tbody tr,
  table tbody tr th,
  table tbody tr td{
    display:block;
    width:100%;
  }

  #footerbox1{
    padding:20px;
  }

  .footerbox{
    font-size:18px;
  }
  .footerbox .linkwhite{
    display:block;
    font-size:24px;
  } 
  a.footerbox_title{
    font-size:24px;
  }

  #footerbox2{
    margin-bottom:20px;
  }

  .toptitle{
    font-size:22px;
  }
  .toptitle span{
    font-size:18px;
  }

  #footerNav ul{
    display:block !important;
  }


}

