@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
.header {
  background-image: url("../images/kawasaki-city.jpg");
  background-position: center center;
  background-size: cover;
  margin: 0px;
  border-bottom: solid 5px #F17520;
}
/*PC*/
@media screen and (min-width: 1261px) {
  .header {
    height: 480px;
  }
  #green {
    position: relative;
    right: 90px;
    top: -50px;
    width: 180px;
    height: 180px;
  }
}
/*スマートフォン*/
@media screen and (max-width: 1260px) {
  .header {
    height: 240px;
  }
  #green {
    display: none;
  }
  #news-icon {
    display: none;
  }
}
/* レイアウト */
#nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dea906), color-stop(1.00, #f55c00));
  background: -webkit-linear-gradient(#dea906, #f55c00);
  background: -moz-linear-gradient(#dea906, #f55c00);
  background: -o-linear-gradient(#dea906, #f55c00);
  background: -ms-linear-gradient(#dea906, #f55c00);
  background: linear-gradient(#dea906, #f55c00);
  background-color: #dea906;
  height: 120px;
  width: 100%;
  border-bottom: solid 5px #000080;
  box-shadow: 0 0 10px #000;
  padding: 10px 0 0 0px;
}
#notice {
  background-color: #343a40;
}
#wrapper1 {
  background-image: url(../images/background/pollution.jpg);
  background-attachment: fixed;
  background-position: center center;
  padding: 24px;
  clear: both;
}
#wrapper2 {
  background-image: url(../images/background/black.jpg);
  background-attachment: fixed;
  background-color: #171717;
  color: #fff;
  padding: 24px;
  clear: both;
}
#wrapper3 {
  background-image: url(../images/background/map.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #fff;
  color: #171717;
  padding: 24px 0 300px 0;
  clear: both;
}
#wrapper4 {
  background-image: url(../images/background/blue.jpg);
  background-attachment: fixed;
  background-color: #1F3CE4;
  color: #fff;
  padding: 24px;
  clear: both;
}
#wrapper5 {
  background-image: url(../images/background/brown.jpg);
  background-attachment: fixed;
  background-color: #1F3CE4;
  color: #fff;
  padding: 24px;
  clear: both;
}
#wrapper6 {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #fff;
  color: #171717;
  padding: 24px 0 0 0;
  clear: both;
}
#wrapper7 {
  background: rgb(69, 246, 14);
  background: linear-gradient(90deg, rgba(69, 246, 14, 1) 0%, rgba(23, 148, 39, 1) 35%, rgba(0, 255, 68, 1) 100%);
  color: #fff;
  padding: 24px 0 ;
  clear: both;
}
.panel {
  border-radius: 12px;
  background-color: #696969;
  padding: 12px;
  margin: 12px;
  color: white;
  clear: both;
}
.panel-b {
  border-radius: 12px;
  background-color: #F3EED3;
  padding: 12px;
  margin: 12px;
  color: #1D1D1D;
  clear: both;
}
.shadow {
  box-shadow: 0 0 10px #000;
}
.top-link {
  position: relative;
  padding: 12px 0 12px 0;
  background: #000;
  color: #fff;
  text-align: center;
  height: 48px;
  box-shadow: 0 0 10px #000;
}
.top-link:after {
  position: absolute;
  content: '';
  top: -70%;
  left: 50%;
  border: 15px solid transparent;
  border-bottom: 25px solid #000;
  width: 0;
  height: 0;
}
#privacymark{
	background-color: lightcyan;
	padding: 12px 0px;
	border-top: double #000000;
}
#copyright {
  height: 60px;
  padding: 24px 0 0 0;
  background-color: #C1C1C1;
  color: #2D2D2D;
  text-align: center;
  font-size: 0.9em;
}
/* Images */
/* テキスト */
article {
  font-family: 'Kosugi Maru', sans-serif;
}
article h1 {
  font-size: 22px;
  font-weight: bold;
}
article h2 {
  font-size: 20px;
  font-weight: bold;
  color: #494949; /*文字色*/
  padding: 0.5em 0; /*上下の余白*/
  border-top: solid 3px #F17520; /*上線*/
  border-bottom: solid 3px #F17520; /*下線*/
  margin-top: 24px;
  margin-bottom: 24px;
}
article h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #F17520; /*左線*/
  margin-top: 16px;
  margin-bottom: 16px;
}
article h4 {
  font-size: 18px;
  font-weight: bold;
  color: #6594e0; /*文字色*/
  border-bottom: dashed 2px #6594e0;
  /*線の種類（点線）2px 線色*/
  margin-top: 16px;
  margin-bottom: 16px;
}
article h5 {
  font-size: 16px;
  font-weight: bold;
}
article h2.dark {
  font-size: 20px;
  font-weight: bold;
  color: #fff; /*文字色*/
  padding: 0.5em 0; /*上下の余白*/
  border-top: solid 3px #fff; /*上線*/
  border-bottom: solid 3px #fff; /*下線*/
  margin-top: 24px;
  margin-bottom: 24px;
}
article h3.dark {
  font-size: 18px;
  font-weight: bold;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #fff; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #fff; /*左線*/
  margin-top: 16px;
  margin-bottom: 16px;
}
article h4.dark {
  font-size: 18px;
  font-weight: bold;
  color: #fff; /*文字色*/
  border-bottom: dashed 2px #fff;
  /*線の種類（点線）2px 線色*/
  margin-top: 16px;
  margin-bottom: 16px;
}
article h5.dark {
  font-size: 1.0em;
}
#nav a {
  color: #fff;
}
#notice a {
  color: #fff;
}
.text-center {
  text-align: center
}
.font1 {
  font-family: Georgia, "Times New Roman", Times, "serif";
}
.top-link a {
  color: #fff;
  text-decoration: none;
}
/* フォーム */
.ifrm {
  background-color: #fff;
  margin: 8px;
  width: 95%;
  height: 100%;
  border: none;
  display: block;
}
label, input[type='checkbox'] {
  cursor: pointer;
}
label, input[type='radio'] {
  cursor: pointer;
}