@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}
img {
    vertical-align: bottom;
}

header {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
    top: 0px;
    left: 0px;
}
header h1  {
  position: relative;
  padding-left: auto;
  padding-right: auto;
  text-align: center;
  margin-bottom: 50px;
  z-index: 9999;
}
body header p {
  /* [disabled]display: flex; */
  position: fixed;
  right: 30px;
  font-size: small;
  bottom: auto;
  top: 30px;
}
nav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding-bottom: 20px;
}
nav a {
  display: block;
  margin-right: 50px;
  text-decoration: none;
  font-size: large;
  color: #000000;
}
nav a:hover {
    color: rgba(0,113,48,1.00);
    font-weight: bolder;
}
header nav p {
  display: none;
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.mainimage   {
  background-image: url(../img/mainimage01.jpg);
  height: 500px;
  background-size: cover;
  background-position: right top;
  margin-top: 10px;
  /* [disabled]padding-bottom: 20px; */
  display: flex;
  position: relative;
}
.mainimage h1 img {
  /* [disabled]margin-top: 20px; */
  /* [disabled]margin-left: 20px; */
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 50%;
  height: auto;
  min-width: 400px;
}
.mainimage a img {
  position: absolute;
  right: 30px;
  bottom: 120px;
}
.mainimage2   {
    background-image: url(../img/shisetsu_main.jpg);
    height: 200px;
    background-size: cover;
    background-position: center top;
    margin-top: 10px;
    /* [disabled]padding-bottom: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
}
.mainimage3   {
    background-image: url(../img/ichinichi_main.jpg);
    height: 200px;
    background-size: cover;
    background-position: center top;
    margin-top: 10px;
    /* [disabled]padding-bottom: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
}
.mainimage4   {
    background-image: url(../img/map_main.jpg);
    height: 200px;
    background-size: cover;
    background-position: center top;
    margin-top: 10px;
    /* [disabled]padding-bottom: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
}
.mainimage5   {
    background-image: url(../img/ryoukin_main.jpg);
    height: 200px;
    background-size: cover;
    background-position: center top;
    margin-top: 10px;
    /* [disabled]padding-bottom: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
}
.mainimage7   {
    background-image: url(../img/nagare_main.jpg);
    height: 200px;
    background-size: cover;
    background-position: center top;
    margin-top: 10px;
    /* [disabled]padding-bottom: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
}
.mainimage6   {
    background-image: url(../img/syokuji_main.jpg);
    height: 200px;
    background-size: cover;
    background-position: center top;
    margin-top: 10px;
    /* [disabled]padding-bottom: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
}
.mainimage2 h1 {
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainimage3 h1 {
    color: #fff;
    font-weight: bolder;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainimage4 h1 {
    color: #fff;
    font-weight: bolder;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainimage5 h1 {
    color: #ffffff;
    font-weight: bolder;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainimage6 h1 {
    color: #000;
    font-weight: bolder;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainimage7 h1 {
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ad img   {
  margin-top: 30px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  align-content: center;
  display: flex;
  height: auto;
  width: 70%;
  min-width: 400px;
}


.sec1 {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1200px;
}


.info {
  width: 600px;
  height: 300px;
  overflow-y: auto;
  font-size: small;
}
.sec1 .box1 , .sec1 .box2{
  margin-top: 30px;
  margin-bottom: 20px;
}


.sec4 .box9 th, .sec4 .box9 td {
  padding: 20px;
  text-align: left;
  font-size: 16px;
  border: 2px solid #fff;
}

.nav2 ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 30px;
}
.sec2 {
    margin: 50px 5%;
    display: flex;
    justify-content: space-evenly;
    /* [disabled]background-color: #96DCED; */
    flex-wrap: wrap;
}

.sec2 .text {
    width: 100%;
    height: auto;
    margin-left: 10px;
}
.box5 {
    margin-top: 50px;
    width: 500px;
    margin-right: 10px;
    margin-left: 10px;
}
.img1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.box5 .img1 img {
    margin: 5px;
}



.sec4 .box9 table {
  width: 420px;
  border-collapse: collapse;
  font-size: x-small;
}


.sec4 tr:nth-child(odd) {
    background-color: rgba(165,212,173,1.00);
}
.sec4 tr:nth-child(even) {
    background-color: rgba(236,244,226,1.00);
}
.sec7 img  {
  width: 80%;
  height: auto;
}
.box10   {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 100px;
}
.sec4 .box9 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.sec4 .box9 table {
  width: 100%;
  height: auto;
  font-size: small;
  min-width: 320px;
}


.box7  {
  height: auto;
  display: flex;
  margin: 50px auto;
  justify-content: center;
  flex-wrap: wrap;
}
.sec3 .text {
  width: 620px;
  margin-left: auto;
  background-color: #f0fff0;
  height: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: left;
}
.sec5 {
  margin-top: 50px;
  margin-bottom: 100px;
}
.box7 img  {
  margin: 10px;
}
.sec5 .text {
  text-align: left;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.box6 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 10px;
  width: 50%;
  text-align: center;
}
.sec4 .box6 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 20;
}
.sec4 .text {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 100px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}







footer  {
    background-color: rgba(0,113,48,1.00);
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 5px;
}
.nav2 a {
    display: block;
    margin-right: 50px;
    text-decoration: none;
    font-size: large;
    color: #ffffff;
}
.nav2 a:hover {
    font-weight: bolder;
    color: #0C0472;
}
.to_top  {
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    opacity: 0.5;
}
.to_top:hover {
    opacity: 1;
}

.nazo2{
  position: relative;
  margin-left: auto;
}

.nazo1{
  position: absolute;
}

@media (max-width:1000px){
body {
  /* [disabled]background-color: #C4F4F5; */
}
header {
  height: 150px;
}

nav {
  /* [disabled]display: none; */
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #02411D;
  transition: 0.5s;
}
.menu-open nav {
  left: 0px;
}
.menu-open .nav-button span:nth-child(1) {
  top: 23px;
  transform: rotate(315deg);
}
.menu-open .nav-button span:nth-child(2) {
  width: 0;
  left: 50%;
}
.menu-open .nav-button span:nth-child(3) {
  top: 23px;
  transform: rotate(-315deg);
}
.nav-button span {
  transition: 0.3s;
}
.menu {
  display: block;
  padding-top: 100px;
}

nav .menu a {
  padding: 30px 0px;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
}
header #top {
  z-index: 9999;
}
.nav-button {
  width: 40px;
  height: 40px;
  margin-left: auto;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  top: -100px;
  z-index: 999999;
}

.nav-button span {
  width: 20px;
  height: 2px;
  background-color: #c0c0c0;
  position: absolute;
  left: 9.5px;
  transition: 0.3s;
}
.nav-button span:nth-child(1) {
  top: 9px;
}
.nav-button span:nth-child(2) {
  top: 17px;
}
.nav-button span:nth-child(3) {
  top: 25px;
}
body header p {
  /* [disabled]position: fixed; */
  /* [disabled]right: 30px; */
  /* [disabled]top: 80px; */
  display: none;
}
header nav .address {
  display: block;
  position: fixed;
  top: 105px;
  right: 30px;
  color: #fff;
  z-index: 99999;
  font-size: x-small;
}











}

@media (max-width:690px){
body {
  /* [disabled]background-color: #F19DEE; */
}
.sec3 .text {
  width: 300px;
  margin-top: -10px;
}
.sec5 .text {
  width: 300px;
  text-align: left;
}
.nav-button {

}
header h1 {
  margin-left: 0px;
  padding-left: auto;
  padding-right: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 999;
  text-align: center;
}
header nav .address {
  display: block;
  position: fixed;
  right: 10px;
  top: 90px;
  font-size: 7px;
}







}
