@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

.mainbox {
  width:calc(100% - 40px);
  padding:30px 20px;
}

h3 {
  margin-bottom: 25px;
}

p.lead {
  line-height: 2;
}

#contents01 {
  width:485px;
  padding: 20px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
  margin:25px 0 50px;
}

#contents01 h3 {
  background-color: #CBC5AD;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#contents01 h3 span {
  color: #fff;
  background-color: #005c6b;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 280px;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}
.icon-list-item {
  width: calc(100% / 4);
}
.icon-list-item:last-of-type {
  margin-right: auto;
}


.icon-list-item-button figure {
  text-align: center;
}

.icon-list-item-button span {
  display: block;
  text-align: center;
  margin: 5px 0 15px;
}

.icon-list-item-button span::before {
  content: "■";
}

#contents02 {
  margin: 25px auto;
}

#contents02 .band-title.title01{
  background-size: cover;
  background-image: url(../images/h4_title01_img.png);
  height: 25px;
  box-shadow: 0 5px 10px rgba(23, 77, 87, 0.49);
}

h4.band-title > span {
  display: none;
}

.inspection-scenery-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 25px 0;
}

.inspection-scenery-item {
  width: 150px;
  margin-bottom: 15px;
}

.inspection-scenery-item > img {
  width: 100%;
  height: auto;
}

.inspection-scenery-item:last-of-type {
  margin-right: auto;
  margin-left: 20px;
}
