body {
  background-color: #f4f0ec;
  border-top: 2px solid #432500;
  background-image: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 85%;
}
img, iframe, object {
  width: 100%; /*IE*/
  max-width: 100%;
  height: auto;
}
div#wrapper {
  font-size: 100%;
}
/*header*/
header {
  padding: 5px;
}
h1 {
  float: left;
  width: 170px;
}
header p {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 133px;
}
/*menu*/
nav {
  clear: both;
  width: 310px;
  height: 40px;
  margin: 0px auto;
  padding: 15px 0px 10px 0px;
  text-align: center;
}
nav ul {
  width: 310px;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  z-index: 10000;
  position: absolute;
}
nav ul > li > p {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}
nav ul > li > p span {
  width: 310px;
  height: 40px;
  text-indent: -100000px;
  background-image: url(../img/menu_down.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
nav ul > li > p span.open {
  background-image: url(../img/menu_up.jpg);
}
nav ul span {
  display: block;
}
nav ul ul {
  display: none;
  margin: 0px auto;
  padding-top: 5px;
  width: 310px;
  height: 230px;
  background-image: url(../img/menu_back.jpg);
  box-shadow: 0 10px 6px -6px #777777;
  position: relative;
}
nav ul a {
  display: block;
  float: left;
  padding: 5px 7px;
  color: #333;
  font-weight: bold;
}
nav ul > li {}
/*mainimage*/
p.image {
  clear: both;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/*banner*/
p.banner {
  margin: 0px;
  padding: 0px 5px;
  text-align: center;
}
p.banner.center {
  text-align: center;
}
p.banner img.ban_l {
  float: left;
  width: 48%;
  margin: 3px;
}
p.banner img.ban_r {
  float: right;
  width: 48%;
  margin: 3px;
}
p.banner img.ban_c {
  margin: 0 auto;
  width: 96%;
  margin: 3px;
}
p.banner img.bar_l {
  margin: 10px 0px;
  float: left;
  width: 59%;
}
p.banner img.bar_r {
  margin: 10px 0px;
  float: left;
  width: 39%;
}
/**/
/*p.banner_sp {
  margin: 0px auto;
  padding: 0px 5px;
  text-align: center;
}
p.banner_sp img {
  max-width: 162px;
}*/
p.banner_sp2 {
  margin: 0px auto 20px;
  padding: 0px 5px;
  text-align: center;
	font-size:80%;
}
p.banner_sp2 img {
  max-width: 320px;
}

p.banner_sp2 span {
	text-align: left;
	width:320px;
	display:block;
	margin:auto;
}

/**/
table.block {
  margin: 5px 0px;
  padding: 0px;
  border: none;
  width: 100%;
  background-color: #fff;
}
table.block td {
  width: 50%;
  border: 1px solid #ccc;
}
/*class*/
section.class {
  padding-top: 15px;
}
section.class h2 {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 5px;
  margin: 1px;
  background-image: url(../img/title_back.gif);
  background-repeat: repeat;
  box-shadow: 0 2px 2px -2px #777777;
}
section.class h2 img {
  width: auto;
}
section.class dl {}
section.class dl dt {
  margin: 2px 0px;
  background-image: url(../img/dt_down.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 5px 15px 10px 15px;
  box-shadow: 0 2px 2px -2px #777777;
}
section.class dl dt img {
  width: auto;
}
section.class dl dt.open {
  background-image: url(../img/dt_up.gif);
  background-repeat: no-repeat;
  background-position: right center;
}
section.class dl dd {
  display: none;
  margin: 0px;
  padding: 0px;
}
section.class dl dd ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
section.class dl dd li {
  padding: 8px 8px 8px 20px;
  background-image: url(../img/dd_back.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/*news*/
section.news {
  padding: 15px 0px 25px 0px;
}
section.news h2 {
  background-image: url(../img/news_back.gif);
  background-repeat: repeat-x;
  padding: 12px 10px 10px 10px;
  border-bottom: 1px solid #fff;
  text-align: right;
}
section.news h2 img {
  width: auto;
}
section.news h2 img.title {
  float: left;
  margin-top: 5px;
}
section.news table {
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #b6ada2;
  border-bottom: 1px solid #b6ada2;
}
section.news table img {
  width: auto;
  vertical-align: middle;
}
section.news table th {
  width: 27%;
  vertical-align: middle;
  text-align: left;
  padding-left: 32px;
  background-image: url(../img/news_icon.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
  border-bottom:
}
section.news table td {
  vertical-align: middle;
  padding: 10px 5px;
}
section.news table tr {
  background-image: url(../../img/border_1.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
section.news table tr.cell_end {
  background: none;
}
/*pagetop*/
p.pagetop {
  margin: 10px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
p.pagetop a {
  display: block;
  border-radius: 6px;
  padding: 4px;
  text-align: center;
  border: 7px solid #e6e6e6;
}
p.pagetop a img {
  width: auto;
}
/*footer*/
footer {
  margin-top: 20px;
  padding: 20px 0px 10px 0px;
  background-image: url(../img/foot_back.jpg);
  background-repeat: repeat-x;
  text-align: center;
}
footer img {
  width: auto;
}
footer p {
  font-size: 90%;
  text-align: center;
  margin: 0px;
  padding: 5px;
}
address {
  margin: 0px;
  padding: 5px;
  text-align: center;
  font-size: 80%;
  color: #666;
}

/*コロナウィルスバナー*/
.important {
  margin: 20px 0 5px 0;
    text-align: center;
}

.important img {
    width: 100%;
    max-width: 570px;
    
}

.important a {
  transition: .4s;
}
.important a:hover {
  opacity: 0.8;
}
