﻿
div#page {
	width:100%;
	height:110px;
	background:url(./img/epi.jpg) no-repeat;
	background-position: left;
    background-color: #FFFFDF;
}
div#header {
	padding:1px 10px 5px 5px;
}
div#header h1 {
	font-size:20px;
	color:#033560;
	padding:0px 0px 0px 0px;
}
div#header h1 a:link, div#header h1 a:visited { color:#033560; }
div#header h1 a:hover, div#header h1 a:active { color:#00EA00; text-decoration:underline; }

div#header p {
	color:#033560;
	font-size:18px;
font-weight: bold;
margin-top: 1px;
          margin-bottom: 1px;
}
h1,h6 {
font-size:10px;
color: #033560;
font-weight: bold;
}
h2 {
font-size:14px;
color: #033560;
padding:10px 0px 0px 0px;
font-weight: bold;
}
h3,h4,h5 {
font-size:12px;
color: #033560;
font-weight: bold;
}
a {
color: #0000FF;
text-decoration: none;
}
a:hover {
color: #00EA00;
text-decoration: underline;
}
body {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

p {
	color:#000000;
	font-size:14px;
font-weight: bold;
margin-top: 1px;
          margin-bottom: 1px;
}

p.law {
	color:#000000;
	font-size:14px;
text-align: left;
width: 100%; /* 例: 要素の幅を80%に設定 */
margin-top: 2px;
          margin-bottom: 3px;
}

p.apj {
	color:#000000;
	font-size:16px;
text-align: left;
width: 100%; /* 例: 要素の幅を80%に設定 */
  margin-left: auto; /* 左マージンを自動計算して要素を右に寄せる */
}
p.top {
	color:#FF0000;
	font-size:16px;
text-align: center;
width: 100%; /* 例: 要素の幅を80%に設定 */
  margin-left: auto; /* 左マージンを自動計算して要素を右に寄せる */
}
p.cal {
	color:#FFFFFF;
	font-size:16px;
text-align: center;
width: 100%; /* 例: 要素の幅を80%に設定 */
  margin-left: auto; /* 左マージンを自動計算して要素を右に寄せる */
}
table {
  width: 100%;
  height: 102px;
  background-color: #008000;
  border: none;
}
table tr {
  text-align: center; /* align="center"に対応 */
}

table td {
  /* colspan="3"はCSSでは代替できない */
  /* HTMLでcolspan="3"をそのまま使用します */
  	font-size:16px;
font-weight: bold;
color:#FFFFFF;
	border: 0; /* BORDER="0"に対応 */
}
table td p {
  /* colspan="3"はCSSでは代替できない */
  /* HTMLでcolspan="3"をそのまま使用します */
  	font-size:16px;
font-weight: bold;
color:#FFFFFF;
	border: 0; /* BORDER="0"に対応 */
}
.my-cell p {
  margin: 0; /* pタグのデフォルトマージンをリセット */
  font-weight: bold;
  color: #FFFFFF;
}
.s-cell {
  background-color: #FFFFFF;
  }
.s-cell p {
margin: 0; /* pタグのデフォルトマージンをリセット */
  font-weight: bold;
  color: #000000;
  }

.my-cell {
  height: 20px;
  white-space: nowrap;
}
.cell-small {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: top;
}


.wrap {
  overflow: hidden;
  position: relative;
img: src;
	width: 100%;
}
.wrap::before {
  animation: displayImg .5s linear forwards;
  background: #f7f7f7;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
	width: 100%;
}
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}


.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block;
}

.slide1-container {
    width: 100%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slide1-wrapper {
  display: flex;
  animation: slide-flow 20s infinite linear 1s both;
}
.slide1{
  width: 300px;
  object-fit:cover;
  border: 1px solid #ddd;
}
@keyframes slide1-flow {
     0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}
.slide-paused:hover .slide1-wrapper {
   animation-play-state: paused;
 }
 .slide-paused:hover .slide1-wrapper img:hover {
   opacity: .8;
   cursor: grabbing;
 }

/* 親要素の幅をスライダーの幅以上にする */
.slider1-container {
  width: 400px;
  margin: 0 auto;
}

/* bxsliderが読み込まれる前に画像が表示されるのを防ぐ */
.bxslider li {
  display: none;
}

/* bxsliderが初期化された後、画像を正しく表示する */
.bx-viewport .bxslider li {
  display: block;
}

/* 画像がコンテナをはみ出さないようにする */
.bxslider li img {
  max-width: 100%;
  height: auto;
}
/* スライダー全体の枠線と影を消す（強制） */
.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
}

/* 画像（リンク付きの場合も含む）の枠線を消す（強制） */
.bxslider li img,
.bxslider li a img {
  border: none !important;
}


/* スライダー全体のスタイル */
.slider-container {
    position: relative;
    width: 70%;
    overflow: hidden;
}
/* 各スライド画像のスタイル */
.slideimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeInOut 6s infinite;
    transition: opacity 1.5s ease-in-out;
}
/* 最初の画像だけ親要素の高さを確保させる */
.slideimg:nth-child(1) {
    position: relative;
    animation-delay: 0s;
}
/* 2枚目の画像のアニメーション遅延 */
.slideimg:nth-child(2) {
    animation-delay: 3s;
}
/* フェードイン・アウトのアニメーション */
@keyframes fadeInOut {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}
/* 画像の表示調整 */
.slideimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

img:banner {
	width: 30%;
	height: 30%;
}

.menu {
    max-width: 100%;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #008000;
}

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background : #008000;
    cursor :pointer;
}

input {
    display: grid;
}
.menu ul {
    margin: 0;
    padding: 0;
    background :#008000;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li,
#menu_bar11:checked ~ #links11 li,
#menu_bar12:checked ~ #links12 li,
#menu_bar13:checked ~ #links13 li,
#menu_bar14:checked ~ #links14 li,
#menu_bar15:checked ~ #links15 li,
#menu_bar16:checked ~ #links16 li,
#menu_bar17:checked ~ #links17 li
#menu_bar18:checked ~ #links18 li {
    height: 54px;
    opacity: 1;
}

.center {
  display: flex;
  align-items: center;
}

.center1 {
  flex: 2;
}

.center {
  overflow: auto;
  width: 1000vz;
  height: auto;
  margin: 5px;
  border: 0px #008000 solid;
  background-color: #fff;
  align-items: center;
text-align: center;  
}

.center1 {
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  background-color: #008000;
  box-sizing: border-box;
text-align: center;  
}

.centerm {
  display: flex;
  align-items: center;
}

.cebterm1 {
  flex: 2;
}

.centerm {

  overflow: auto;
  width: 1000vz;
  height: auto;
  margin: 2px;
  border: 0px #ffffff solid;
  background-color: #fff;
    font-weight: bold;

}

.centerm1 {
  width: 1000vz;
a color: blue;
text-decoration: none;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  background-color: #ffffff;
  box-sizing: border-box;
height: 100vz;
  }


.centerd {
  display: flex;
  align-items: center;
}

.centerd1 {
  flex: 2;
}

.centerd {
  overflow: auto;
  width: 100vz;
  height: auto;
  margin: 5px;
  border: 0px #008000 solid;
  background-color: #fff;
  align-items: center;
text-align: center;  
}

.centerd1 {
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  background-color: #008000;
  box-sizing: border-box;
}

.centerdw {
  display: flex;
  align-items: center;
}

.cebterdw1 {
  flex: 2;
}

.centerdw {

  overflow: auto;
  width: 1000vz;
  height: auto;
  margin: 2px;
  border: 0px #ffffff solid;
  background-color: #fff;
    font-weight: bold;

}

.centerdw1 {
  width: 1000vz;
a color: blue;
text-decoration: none;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  background-color: #ffffff;
  box-sizing: border-box;
height: 100vz;
  }


.inline-block-parent {
    text-align: center;
}

.inline-block-child {
    display: inline-block;
}

.open{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  z-index: 100;
  background: #fff;
  cursor: pointer;
}

.open span, .open span:before, .open span:after{
  content: '';
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background: #008000;
  transition: 0.5s;
  position: absolute;
}

.open span:before{
 bottom: 8px;
}
.open span:after{
 top: 8px;
}

#menu_input:checked ~ .open span {
  background: rgba(255, 255, 255, 0);
}

#menu_input:checked ~ .open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu_input:checked ~ .open span::after {
  top: 0;
  transform: rotate(-45deg);
}


.mnb_content{
 width: 70%;
 height: 100%;
 position: fixed;
 top: 119px;
 right: 100%;
 text-align: left;
 z-index: 99;
 transition: 1s; 
}

.mnb_list{
list-style: none;
background: #008000; 
height: 100%;
overflow-y: scroll;
}
#menu_input:checked ~ .mnb_content{
 left: 0;
}

.open{
  display: none;
}

.gnavi-wrap {
    width: 100%;
    margin: 0 auto;
}
.gnavi-lists {
    display: flex;
}
.gnavi-list {
    width: 20%;
    height: 60px;
    background-color: #008000;
    position: relative;
    transition: all .3s;
}
.gnavi-list:hover {
    background-color: #00EA00;
}
.gnavi-list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  z-index: 100;
}
.gnavi-list:hover::before {
    background-color: #fff;
}
.gnavi-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
}
.gnavi-list:hover a {
    color: #fff;
}
.dropdown-lists {
    transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.gnavi-list:hover .dropdown-lists {
    transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}
.dropdown-list {
    background-color: #00EA00;
    height: 60px;
    transition: all .3s;
    position: relative;
}
.dropdown-list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown-list:hover {
    background-color: #D54500;
}
.dropdown-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
  z-index: 100;
}
.dropdown-list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

ul{
  padding-left:0;
}

li{
  list-style:none;
}

.footer {
  width: 100%;
  height: 45px;
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
    position: flex;
background-color: #008000;
    transition: all .3s;
}

.footer .menu {
    transition: all .3s;
font-size: 14px;
  color: #FFFFFF;
margin-top: 1px;
          margin-bottom: 1px;
}

.footer .menu a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.footer .menu a:hover {
  color:#FFFFFF; text-decoration:underline;
}

.topcenter{
    width: fit-content;
    margin: auto;
}

.buttonwrap{
    text-align: center;
    width: 100%; /* デフォルトで親要素の幅に合わせる */
  padding: 10px;
  box-sizing: border-box; /* paddingとborderをwidthに含める */
  font-size: 16px; /* フォントサイズも調整 */
}
form input[type="button"],form input[type="submit"]{
    display:inline-block;
    background:#f2f2f2;
    padding:10px;
    text-align:center;
    color:#333;
    margin:5px;
    border:1px solid;
    cursor:pointer;
    width: 150px;
}
form input[type="button"]{
    display:inline-block;
    background: #f2f2f2;
    color: #333;
    border: none;
}
input[type="button"], input[type="submit"]{
    display:inline-block;
    background:#f2f2f2;
    padding:10px;
    text-align:center;
    color:#333;
    margin:5px;
    border:1px solid;
    cursor:pointer;
    width: 150px;
}
/* サイドバー */
#sidebar {
  width: 200px;
	height: 100px;
  float: left;
  position: flex;
  top: 50%;
  background-color: transparent;
}

.container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main-contents {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
.left-menu{
  width: 30%;
  padding: 10px;
  background-color: #fff;
  margin: 0 auto;
text-align: center;
right: 25px;
    }
.right-menu {
  width: 40%;
  padding: 10px;
  background-color: #fff;
text-align: left;
}

.menu-list {
  list-style: none; /* リストの点を消す */
  width: 100%;
  padding: 1px 1px;
  margin: 0 auto;
}

.menu-list li {
  margin-bottom: 10px; /* 項目間の間隔を定義 */
}

.menu-list a {
  display: block; /* リンクをブロック要素にする */
  padding: 5px 1px;
  margin: 0;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}
/* メニューのリンクを縦並びのブロックにする */
nav li a {
  display: block; /* リンクをブロック要素にする */
  padding: 5px 1px; /* パディングでボタンの大きさを調整 */
  border: 1px solid #008800; /* 枠線を追加して四角にする */
  background-color: #f4f4f4; /* 背景色 */
  color: #FFF; /* 文字色 */
  text-decoration: none; /* 下線を消す */
  margin-bottom: 15px; /* メニュー間の間隔 */
}

/* ホバー時の装飾 */
nav li a:hover {
  background-color: #008800;
color: #FFF; /* 文字色 */
  }

.centerd {
  display: none;
}
.centerdw {
  display: none;
}

.lightbox-overlay {
  /* 初期状態では非表示 */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s; /* フェードイン・アウトのアニメーション */

  /* オーバーレイの基本スタイル */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* 半透明の背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* :target擬似クラスで表示状態を切り替える */
.lightbox-overlay:target {
  visibility: visible;
  opacity: 1;
}

.lightbox-content {
  max-width: 100%;
  max-height: 100%;
  overflow: auto; /* 画像がはみ出す場合にスクロール */
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: scale(0.8); /* ポップアップ時の初期サイズ */
  transition: transform 0.3s ease-out;
}

.lightbox-overlay:target .lightbox-content {
  transform: scale(1); /* ポップアップ時に元のサイズに */
}

.lightbox-content img {
  display: block; /* 余白をなくす */
  max-width: 100%;
  height: auto;
}

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  line-height: 1;
  z-index: 1001; /* 画像より手前に表示 */
}

.lightbox-close:hover {
  color: #ccc;
}

/* オーバーレイクリックで閉じるための設定 (HTMLのa href="#_") */
.lightbox-overlay .lightbox-close-area {
  /* オーバーレイ全体をクリックで閉じるための要素を別途用意する場合 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

textarea {
  box-sizing: border-box;
  padding: 6.5px; /* または、Chrome/Edgeと揃えたいパディング値を指定 */
  -moz-padding-start: 0px;
  -moz-padding-end: 0px;
}


@media screen and (max-width: 768px) {
div#page {
	width:100%;
	height:110px;
	background:url(./img/epi.jpg) no-repeat;
	background-position: left;
    background-color: #FFFFDF;
}
div#header {
	padding:5px 5px 5px 5px;
}
div#header h1 {
	font-size:22px;
	color:#033560;
	padding:0px 0px 0px 0px;
}
div#header h1 a:link, div#header h1 a:visited { color:#033560; }
div#header h1 a:hover, div#header h1 a:active { color:#00EA00; text-decoration:underline; }

div#header p {
	color:#033560;
	font-size:18px;
font-weight: bold;
margin-top: 1px;
          margin-bottom: 1px;
}


img:banner {
	width: 60%;
	height: 60%;
}

/* スライダー全体のスタイル */
.slider-container {
    position: relative;
    width: 80%;
    overflow: hidden;
}
/* 各スライド画像のスタイル */
.slideimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeInOut 6s infinite;
    transition: opacity 1.5s ease-in-out;
}
/* 最初の画像だけ親要素の高さを確保させる */
.slideimg:nth-child(1) {
    position: relative;
    animation-delay: 0s;
}
/* 2枚目の画像のアニメーション遅延 */
.slideimg:nth-child(2) {
    animation-delay: 3s;
}
/* フェードイン・アウトのアニメーション */
@keyframes fadeInOut {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}
/* 画像の表示調整 */
.slideimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


/* 親要素の幅をスライダーの幅以上にする */
.slider1-container {
  width: 300px;
  margin: 0 auto;
}

/* bxsliderが読み込まれる前に画像が表示されるのを防ぐ */
.bxslider li {
  display: none;
}

/* bxsliderが初期化された後、画像を正しく表示する */
.bx-viewport .bxslider li {
  display: block;
}

/* 画像がコンテナをはみ出さないようにする */
.bxslider li img {
  max-width: 100%;
  height: auto;
}


.container {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main-contents {
  width: 98%;
  padding: 10px;
  background-color: #fff;
}
.left-menu{
  width: 15%;
  padding: 25px;
  background-color: #fff;
}
.right-menu {
  width: 15%;
  padding: 10px;
  background-color: #fff;
}


.menu {
    max-width: 600px;
  font-size: 16px;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
  font-size: 16px;
}

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background : #009933;
    cursor :pointer;
}
input {
type:checkbox;
    display: grid;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#008000;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li,
#menu_bar11:checked ~ #links11 li,
#menu_bar12:checked ~ #links12 li,
#menu_bar13:checked ~ #links13 li,
#menu_bar14:checked ~ #links14 li,
#menu_bar15:checked ~ #links15 li,
#menu_bar16:checked ~ #links16 li,
#menu_bar17:checked ~ #links17 li
#menu_bar18:checked ~ #links18 li {
    height: 54px;
    opacity: 1;
}

details {
  height: 40px;
  padding: 0px;
  transition: .6s;
  border: 1px solid #009933;
  max-width: 350px;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: 10px;
}
details[open] {
  height: auto;
  max-width: 350px;
}
summary::-webkit-details-marker {
display: none;
}

summary {
  list-style: none; 
  cursor: pointer;
  display: flex;
  justify-content:space-around;
  align-items: center;
  background: #009933;
  max-width: 350px;
  height: 40px;
  border-radius: 1px;
  color: #fff;
  

}

summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
  display: inline-block;
}
details[open] summary::after {
  transform: rotate(225deg);
}
p menu {
  margin: 0;
  color: #333333;
  padding: 10px 30px;
  font-size: 30px;
  
  
}
.p menu a {
  margin: 0;
  color: #333333;
  padding: 10px 30px;
  font-size: 30px;
  
  
}
details[open] p menu {
  animation: fadeIn .8s ease;
  margin-top:4px;
  
  
 }
@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(-10px);
  }
  100% {
      opacity: 1;
      transform: none;
    
  }
}

.centerd {
  display: flex;
  align-items: center;
}

.centerd1 {
  flex: 2;
}

.centerd {
  overflow: auto;
  width: 1000vz;
  height: auto;
  margin: 5px;
  border: 0px #008000 solid;
  background-color: #fff;
  align-items: center;
}

.centerd1 {
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  background-color: #008000;
  box-sizing: border-box;
}

.centerdw {
  display: flex;
  align-items: center;
}

.cebterdw1 {
  flex: 2;
}

.centerdw {

  overflow: auto;
  width: 1000vz;
  height: auto;
  margin: 2px;
  border: 0px #ffffff solid;
  background-color: #fff;
    font-weight: bold;

}

.centerdw1 {
  width: 1000vz;
a color: blue;
text-decoration: none;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  background-color: #ffffff;
  box-sizing: border-box;
height: 100vz;
  }


ul{
  padding-left:0;
}

li{
  list-style:none;
}

.buttonwrap{
    text-align: center;
    width: 100%; /* デフォルトで親要素の幅に合わせる */
  padding: 10px;
  box-sizing: border-box; /* paddingとborderをwidthに含める */
  font-size: 16px; /* フォントサイズも調整 */
}

form input[type="button"],form input[type="submit"]{
    display:inline-block;
    background:#f2f2f2;
    padding:10px;
    text-align:center;
    color:#333;
    margin:5px;
    border:1px solid;
    cursor:pointer;
    width: 100px;
}
form input[type="button"]{
    display:inline-block;
    background: #f2f2f2;
    color: #333;
    border: none;
}
input[type="button"], input[type="submit"]{
    display:inline-block;
    background:#f2f2f2;
    padding:10px;
    text-align:center;
    color:#333;
    margin:5px;
    border:1px solid;
    cursor:pointer;
    width: 100px;
}

.wrap {
  overflow: hidden;
  position: relative;
img: src;
	width: 100%;
height: auto;
text-align: center;
margin: 0 auto;
      }
.wrap::before {
  animation: displayImg .5s linear forwards;
  background: #f7f7f7;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}

/* メニューのリンクを縦並びのブロックにする */
nav li a {
  display: block; /* リンクをブロック要素にする */
  padding: 15px 20px; /* パディングでボタンの大きさを調整 */
  background-color: #008800; /* 背景色 */
  color: #FFF; /* 文字色 */
  text-decoration: none; /* 下線を消す */
  margin-bottom: 5px; /* メニュー間の間隔 */
}

/* ホバー時の装飾 */
nav li a:hover {
  background-color: #008800;
color: #FFF; /* 文字色 */
  }
  
.open{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 5px;
  z-index: 100;
  background: #FFFFfF;
  cursor: pointer;
 top: 110px;
}

.open span, .open span:before, .open span:after{
  content: '';
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background: #008000;
  transition: 0.5s;
  position: absolute;
}

.open span:before{
 bottom: 8px;
}
.open span:after{
 top: 8px;
}

#menu_input:checked ~ .open span {
  background: rgba(255, 255, 223, 1);
}

#menu_input:checked ~ .open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu_input:checked ~ .open span::after {
  top: 0;
  transform: rotate(-45deg);
}

.mnb_content{
 width: 70%;
 height: 100%;
 position: fixed;
 top: 120px;
 right: 100%;
 text-align: left;
 color: #FFF; /* 文字色 */
z-index: 99;
 transition: 1s; 
}

.mnb_list{
list-style: none;
background: #008000; 
height: 100%;
overflow-y: scroll;
}
#menu_input:checked ~ .mnb_content{
 left: 0;
}

.buttonwrap{
    display: inline-block;; /* 子要素を横並びに */
        text-align: center;
padding: 10px 10px; /* 上下左右の余白を指定。値は「上下 左右」の順 */
      font-size: 13px;    /* 文字サイズを調整することも可能 */
	  margin: 0 1px; /* ボタン間の余白を設定（必要に応じて） */
    }


  .lightbox-content {
    width: 95%; /* 画面幅に合わせてコンテンツ幅を調整 */
    max-height: 95vh; /* 縦方向の表示領域も考慮 */
  }

  .lightbox-close {
    font-size: 30px;
    top: 10px;
    right: 15px;
  }

.visibility: hidden;
.nav1{
  display: none;
}
.gnavi-wrap{
  display: none;
}
.footer{
  display: none;
}
#sidebar{
  display: none;
}
.left-menu {
  display: none;
}
.right-menu {
  display: none;
}
}