#hattatsu .inwrap {
  background: url(../images/hattatsu/inner_bg.png) repeat-y top center;
}

#hattatsu #main {
  background: url(../images/hattatsu/main_bg.png) no-repeat bottom center;
}

#hattatsu #content {
  background: url(../images/hattatsu/content_bg.png) no-repeat top center;
  padding-bottom: 63px;
}

.hattatsu__heading {
  margin-top: 22px;
}

.hattatsu__heading--mTopLarge {
  margin-top: 48px;
}

.hattatsu__texts {
  text-align: left;
  width: 636px;
  margin: 0 auto;
}

#hattatsu .hattatsu__text {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 42px;
}

/* .hattatsu__textFlex {
  display: flex;

  span {
    &:last-of-type {
      flex: 1;
    }
  }
} */

.hattatsu__reserve {
  position: relative;
  width: 71%;
  margin: 0 auto;
  background: #e89213;
  border: 7px solid #fce2ba;
  border-radius: 14px;
  padding-block: 46px 71px;
  padding-inline: 46px;
}

.hattatsu__reserve::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -79px;
  right: 55px;
  width: 147px;
  height: 222px;
  background: url(../images/hattatsu/neko_ashirai.png) center/contain no-repeat;
}

.hattatsu__reserveHeading {
  margin: 0;
  padding: 0;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.hattatsu__reserveSubHeading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
}

.hattatsu__flow {
  margin-top: 16px;
}

.hattatsu__reserveTexts {
  width: 640px;
  text-align: left;
  margin-inline: auto;
  margin-top: 36px;
}

#hattatsu .hattatsu__reserveText, #hattatsu .hattatsu__reserveText--mtLarge {
  font-size: 19px;
  line-height: 1.75;
  font-weight: 600;
  color: #fff;
  margin-top: 46px;
}

#hattatsu .hattatsu__reserveText--mtLarge {
  margin-top: 71px;
}

#hattatsu .hattatsu__reserveText a {
  color: #ffff00;
  text-decoration: none;
}

.hattatsu__reserveTel {
  text-align: center;
  margin-top: 64px;
}

.hattatsu__reserveLink {
  display: block;
}

.hattatsu__monshinDl {
  display: block;
  margin-top: 12px;
}

.hattatsu__news {
  position: relative;
  width: 900px;
  margin: 0 auto;
  min-height: 389px;
  background: url(../images/hattatsu/hattatsu_news_bg.jpg) center top / 100% repeat-y;
  margin-top: 67px;

  &::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
    height: 65px;
    background: url(../images/hattatsu/hattatsu_news_bg_top.png) center/contain no-repeat;
  }

  &::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(../images/hattatsu/hattatsu_news_bg_bottom.jpg) center/contain no-repeat;
  }
}

.hattatsu__newsInner {
  position: relative;
  z-index: 1;
  padding-inline: 47px;
  padding-block: 24px 50px;
}

.hattatsu__newsItem {
  border-bottom: 2px solid #00a85f;

  &:last-of-type {
    border-bottom: none;
  }
}

#hattatsu .hattatsu__newsText {
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}

.hattatsu__cols {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 41px 52px;
}

.hattatsu__col {}

#hattatsu .hattatsu__colHeading {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #f29600;
  margin-bottom: 4px;
}

#hattatsu .hattatsu__colText {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.43;
  font-weight: bold;
  text-align: left;
  margin-top: 4px;
}