@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);
}

#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: 180px;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 15px;
}
.icon-list-item {
  width: calc(100% / 3 - 2px);
}

.icon-list-item-button {
  cursor: pointer;
  display: block;
}

.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;
}

h4.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;
}

.facilities-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.facilities-list dt {
  color: #005c6b;
  width: 100%;
  margin: 25px 0 15px;
  font-size: 18px;
}

.facilities-list dt::before {
  content: "●";
  color: #005c6b;
}

.facilities-list dd {
  width: 32%;
  margin-bottom: 15px;
}

.facilities-list dd.wide {
  width: auto;
  height: 147px;
}

.facilities-list dd:not(:nth-of-type(3n)) {
  margin-right: 2%;
}

.facilities-list dd > figure > img {
  width: 100%;
  height: auto;
}
.facilities-list dd.wide > figure > img {
  width: auto;
/*  height: 147.86px;*/
  height: 152.64px;
}

.facilities-list dd > span {
  font-size: 11.45px;
  padding-top: 5px;
  line-height: 1.5;
  display: block;
}
