/*
基本設計
*/
/*======================================
	Structure Module
=======================================*/

.hero {
  background-image: url(/assets/sp/img/hall-conference/top/hero_bg.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_title_top {
  color: #fff;
  font-family: "YakuHanJPs", 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: grid;
  row-gap: 8px;
  text-shadow: #000 0 0 8px;
  text-align: center;
}
.hero_title_top_cap {
  font-size: 12px;
  font-weight: 400;
}

.lead_title {
  text-align: left;
}

.figure {
  text-align: center;
  margin-top: 40px;
}
.figure > img {
  max-width: 100%;
}

.floor {
  padding: 24px 4.267%;
}
.floor:nth-child(odd) {
  background: #F1F1F1;
}
.floor_item {
  margin-top: 24px;
}
.floor_pic {
  width: 100%;
}
.floor_title {
  color: #009842;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 24px;
}
.floor_text {
  line-height: 1.4285;
  margin-top: 16px;
}
.floor_action {
  text-align: center;
  margin-top: 16px;
}

.feature {
  font-size: 16px;
  line-height: 1.375;
  background: #F1F1F1;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.feature::before {
  width: 503px;
  height: 503px;
  top: -184px;
  left: -205px;
}
.feature::before,
.feature_bg::before,
.feature_bg::after {
  content: '';
  display: block;
  border: 2px solid #D4D0B3;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
}
.feature_bg::before {
  width: 412px;
  height: 412px;
  top: 415px;
  right: -301px;
}
.feature_bg::after {
  width: 304px;
  height: 304px;
  bottom: -256px;
  left: -124px;
}
.feature_inner {
  position: relative;
}
.feature_title {
  font-family: "YakuHanJPs", 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.feature_list {
  margin-top: 40px;
}
.feature_list > li:not(:first-child) {
  margin-top: 40px;
}
.feature_num {
  font-family: "YakuHanJPs", 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, Georgia, serif;
  font-size: 16px;
  font-weight: 700;
}
.feature_num:not(:last-child) {
  margin-bottom: 16px;
}
