.good{
  text-align : center
}

 /*=== 画像の表示エリア ================================= */
 .slide {
  position   : absolute;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height     : 100%;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
 
 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 28s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 7s }
.slide img:nth-of-type(3) { animation-delay: 14s }
.slide img:nth-of-type(4) { animation-delay: 21s }
 
 /*=== スライドのアニメーション ========================= */
 @keyframes slideAnime{
    0% { opacity: 0 }
    12% { opacity: 1 }
   13% { opacity: 1 }
   25% { opacity: 0 }
  100% { opacity: 0 }
 }

ul {
  list-style: none;
}

header{
  position: absolute;
  margin-left: 0;
  width: 100%;
  bottom: 10px;
  font-size: 0;
  z-index: 10;
}

header li{
  display: inline-block;
  width: 33%;
  font-size: 24px;
  border-right: 1px solid white;
}

header li a{
  color: white;
  background: #252525;
  width: 33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}

nav li {
	width: calc(100%/6);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}


header{
  background-color: black;
  height: 80px;
}


footer{
  background-color: black;
  color: white;
  margin-top: 30px;
}

h2{
font-size: 30px;
}

.ggmap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 300px;
  height: 300;
  overflow: hidden;
  }
   
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
  position: absolute;
  top: 0;
  left: -30%;
  width: 100%;
  height: 100%;
  }

.good {
  z-index: 1;
  position: absolute; 
  top: 10%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  text-shadow:0 0 10px rgb(255, 255, 253);
}

nav{
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  }
  nav ul{
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  text-align: center;
  }
  nav ul li{
  display: table-cell;
  min-width: 50px;
  border-right: 1px solid #ccc;
  }
  nav ul li:first-child{
  border-left: 1px solid #ccc;
  }
  nav ul li a{
  display: block;
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  color: white;
  }
  nav ul li a:hover{
  background-color:#55544a;
  border-bottom: 5px solid #55544a;
  }
  nav ul li.current{
  font-weight: bold;
  }
  nav ul li.current a{
  border-bottom: 5px solid #00B0F0;
  color: #00B0F0;
  }

  #site-header{
      margin-top: 1800px;
      text-align: center;
      background-color: #555;
      color: white;
      height: 50px;
      line-height: 50px;
  }

  .top-banner{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 0;
  }
  .top-banner li {
    width: calc(100%/2);/*←画像を横に4つ並べる場合*/
    padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
    box-sizing:border-box;
  }
  .top-banner li img {
    max-width:100%; /*画像のはみだしを防ぐ*/
    height: auto; /*画像の縦横比を維持 */
    border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
  }


  /* フローティングバナーのラップ要素 */
#fixed_right_banner
{
    /* 右端の上から20pxの位置に固定表示 */
    position: absolute;
    margin-top: 600px;
    margin-left: 80%;
    margin-right: 2%;
}
 
/* 画像の共通設定 */
#fixed_right_banner
{
    /* 横幅 */
    width: 19%;
    margin-right: 0;
    top: 190px;
}
#fixed_right_banner2
{
    /* 右端の上から20pxの位置に固定表示 */
    position: absolute;
    margin-top: 810px;
    margin-left: 80%;
    margin-right: 2%;
}
 
/* 画像の共通設定 */
#fixed_right_banner2
{
    /* 横幅 */
    width: 19%;
    margin-right: 0;
    top: 190px;
}
#fixed_right_banner3
{
    /* 右端の上から20pxの位置に固定表示 */
    position: absolute;
    margin-top: 1020px;
    margin-left: 80%;
    margin-right: 2%;
}
 
/* 画像の共通設定 */
#fixed_right_banner3
{
    /* 横幅 */
    width: 19%;
    margin-right: 0;
    top: 190px;
}
 

y

.index_article{
max-width: 80%;
max-height: 3000px;
}
.article{
  display: flex;
}

.photoBox {
  margin: -45px 15px 5% 0;
  width: 38%;
	float: left;
	margin: -130px 40px 0 0;
	position: relative;
	zoom: 1;
}

.photoBox img {
  width: 50%;
  height: auto;
}

.photoBox {
  padding-right: 5%;
  width: 36%;
  display: table-cell;
  vertical-align: top;
}

.clearfix{
    margin-left: -200px;
    padding: 0.5em 1em;
    margin: 0 0;
    background: #fcfdff;
    border: dashed 2px #080808;/*点線*/
}
.clearfix p {
    margin: 0; 
    padding: 0;
}

.corona{
font-size: x-large;
color: red;
margin-left: 0;
}

.sidemenuboad{
  width: 19%;
  margin-top: 1430px;
  margin-left: 35px;
}
