@charset "utf-8";
/* CSS Document */

/*====================
7つの特徴
====================*/
#feature {}

.wrap-ttl-feature {
  position: relative;
  background: url(/kaigi/images/bg_ttl_feature.webp) no-repeat;
  background-size: cover;
}

.wrap-ttl-feature:before {
  content: "";
  display: block;
  padding-top: 40%;
}

.ttl-feature {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 3%;
}

.ttl-feature>h2 {
  margin: 0;
  padding: 0 5px 5px;
  border-bottom: solid 2px #ffffff;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 40px;
  color: #ffffff;
}

.ttl-feature>h2>.emphasis {
  font-size: 1.6em;
  color: #fb9b1f;
}

.desc-feature {
  margin: 10px 0 0;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
}

.list-feature {
  margin: 0;
  padding: 0 !important;
}

.list-feature>li {
  margin-bottom: 20px;
}

.list-feature>li>dl {
  margin: 0;
  padding: 0;
}

.list-feature>li>dl>dt {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.list-feature>li>dl>dt:before {
  content: "";
  display: block;
  padding-top: 12.6%;
  /* 高さを幅の75%に固定 */
}

.inner-ttl-list-feature {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5px 3%;
  background: #522910;
  background-size: cover;
  font-size: 28px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  color: #ffffff;
}

.inner-ttl-list-feature::before {
  content: "■";
}

.inner-ttl-list-feature::after {
  content: "";
  display: inline-block;
  float: right;
  width: 58px;
  height: 90%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.list-feature>li:nth-of-type(1) .inner-ttl-list-feature::after {
  background-image: url(/kaigi/images/list_feature01.png);
}

.list-feature>li:nth-of-type(2) .inner-ttl-list-feature::after {
  background-image: url(/kaigi/images/list_feature02.png);
}

.list-feature>li:nth-of-type(3) .inner-ttl-list-feature::after {
  background-image: url(/kaigi/images/list_feature03.png);
}

.list-feature>li:nth-of-type(4) .inner-ttl-list-feature::after {
  background-image: url(/kaigi/images/list_feature04.png);
}

.list-feature>li:nth-of-type(5) .inner-ttl-list-feature::after {
  background-image: url(/kaigi/images/list_feature05.png);
}

.list-feature>li:nth-of-type(6) .inner-ttl-list-feature::after {
  background-image: url(/kaigi/images/list_feature06.png);
}

.list-feature>li:nth-of-type(7) .inner-ttl-list-feature::after {
  background-image: url(/kaigi/images/list_feature07.png);
}

.list-feature>li>dl>dd {
  margin: 0;
  padding: 5px 3%;
  font-size: 24px;
}

.bounenkai_link {
  padding: 0;
  margin: 0;
}

.bounenkai_link a {
  display: block;
  padding: 0 !important;
}

.bounenkai_link01 a {
  display: block;
  padding-top: 20px;
}

.box_prevention {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

.box_prevention li {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
  list-style: none;
  font-size: 3vw;
}

.box_prevention li:nth-child(2n+2) {
  margin-right: 0;
}

.box_prevention img {
  margin-bottom: 10px;
  width: 100%;
}

.box_prevention p {
  font-size: 3.5vw;
  font-weight: bold;
  color: #522910;
  margin: 0 0 10px 0;
}

.measures {
  width: 1005;
  box-sizing: border-box;
}

.prevention_date li {
  width: 100%;
  text-align: left;
}

.prevention_date {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 699px) {

  .list-shop_information>dt,
  .list-shop_information>dd {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .ttl-feature>h2 {
    font-size: 32px;
  }

  .desc-feature {
    font-size: 20px;
  }

  .list-access>dt,
  .list-access>dd {
    font-size: 11px;
  }

  .list-shop_information>dt,
  .list-shop_information>dd {
    font-size: 16px;
  }
}

@media screen and (max-width: 499px) {
  .ttl-feature>h2 {
    font-size: 24px;
  }

  .desc-feature {
    font-size: 16px;
  }

  .inner-ttl-list-feature {
    font-size: 20px;
  }

  .list-feature>li>dl>dd {
    font-size: 16px;
  }

  .box_prevention {
    limargin-right: 0;
  }
}

@media screen and (max-width: 399px) {
  .ttl-feature>h2 {
    font-size: 18px;
  }

  .desc-feature {
    font-size: 14px;
  }

}

@media screen and (max-width: 360px) {
  .ttl-feature {
    padding: 10px 3%;
  }

  .inner-ttl-list-feature {
    font-size: 18px;
  }

  .list-feature>li>dl>dd {
    font-size: 14px;
  }

}

h1 {
  text-align: center;
  font: bold 28px "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.ttl_index>span {
  font-size: 16px;
  line-height: 2em;
}

@media (max-width: 768px) {
	.list-feature {
		margin-top: 5%;
    border: none;
	}

  .box_prevention,
  .access_wrap {
    margin: 5% 0;
  }
}
