#higurashi {
  margin: 0;
}
#higurashi .hanareCommonSlider {
  margin: 0;
}

.hanareMain .ttl {
  line-height: 18px;
  margin: 0 0 24px;
}
.hanareMain .subttl {
  line-height: 24px;
  margin: 0 0 48px;
}
.hanareMain .catch {
  line-height: 28px;
}

.hanare__pageLinkInfo .link-pagelink {
  width: 200px;
  margin: 0 20px 0 0;
}

.top-text {
  margin: 48px auto 96px;
}

.hanareTtl {
  margin: 0 0 48px;
}
.hanareTtl--encircled {
  padding: 0px 10px;
  background-color: #d2d2cf;
  margin: -4em 0;
  margin: 0 15px 0 0;
}
.hanareTtl--lower {
  margin: 10px 0 0;
  display: block;
}

#information .data-list dt {
  width: 190px;
  font-weight: normal;
}
@media screen and (max-width: 767.8px) {
  #information .data-list dt {
    width: 110px;
  }
}
#information .data-list dd {
  margin-left: 0;
}

.align-items-start {
  align-items: start;
}

.hanare__section__box {
  margin: 0 auto 56px;
}
.hanare__section__box .catch {
  margin: 0 0 48px;
}
.hanare__section__bottom {
  background-size: cover;
}
.hanare__section__bottom .flex_pc {
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
.hanare__section__bottom__higurashi {
  background-image: url(../images/hanare/bg/bg_hotaru.jpg);
}
.hanare__section__bottom__tombo {
  background-image: url(../images/hanare/bg/bg_tombo.jpg);
}
.hanare__section__bottom__ageha {
  background-image: url(../images/hanare/bg/bg_ageha.jpg);
}
.hanare__section__bottom__hotaru {
  background-image: url(../images/hanare/bg/bg_hotaru.jpg);
}
.hanare__section__bottom__hotaru__img {
  display: block;
  width: 50%;
  margin: 56px 0;
}
.hanare__section__bottom .text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
  width: 40%;
}
.hanare__section__bottom .swiper.miniSlider {
  width: 100%;
  margin: 56px -500px 56px auto;
}
.hanare__section__bottom .subttl {
  font-size: 20px;
  margin: 0 0 48px;
}
.hanare__section__bottom .ttl {
  font-family: "Noto Serif KR", "Nanum Myeongjo", Batang, serif;
}
.hanare__section__bottom .catch {
  margin: 0 0 48px;
  line-height: 28px;
}
.hanareCatch {
  position: relative;
  z-index: 100;
  background-image: url(../images/hanare/img_hanare_catch.jpg);
}
.hanareImgBlock {
  margin: 0 auto 96px;
}
.hanare__pageLink {
  padding: 0;
}
.hanare__pageLinkInfo {
  margin: 0 0 96px;
}
.hanare__pageLinkInfo .link-pagelink {
  margin: 0 20px 10px 0;
}
.hanare__pageLink__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 32px;
}
.hanare__pageLink .btn-pagelink {
  display: block;
  width: 100%;
}
.hanare__pageLink .btn-pagelink__outer {
  width: 24%;
  height: 48px;
}
.hanare__section {
  padding: 48px 0 0;
  background: url(../images/honkan/info_bg.png) no-repeat;
  background-size: 80% auto;
  background-position: top center;
}
@media screen and (max-width: 767.8px) {
  .hanare__section {
    background-size: auto 200px;
  }
}
.hanare__section .text {
  width: 40%;
}
.hanare__section .text .catch {
  margin-top: 35px;
}
.hanare__section .text .button {
  margin-top: 50px;
}
.hanare__section .data {
  width: 48.5%;
  padding: 48px 3%;
}
.hanare__section .data .table th {
  width: 32%;
  padding: 16px 0 16px 6%;
}
.hanare__section .data .table td {
  width: 68%;
}

.hanare__section__bottom__hotaru .text {
  position: relative !important;
  top: 0 !important;
  left: 0;
  transform: translate(0);
}

.bg__gray {
  padding: 96px 0 48px;
  background: center/auto repeat url(../images/honkan/ayame_bg.png);
  margin: 0 0 96px;
}

.section {
  margin: 0 0 96px;
}
.section.mb-0 {
  margin: 0;
}
.section .text {
  z-index: 500;
}
.section__parking {
  margin: 0 auto 96px;
}
.section__parking .desc {
  margin: 0 0 56px;
}

#front .catch {
  margin: 0 0 48px;
}
#front .desc {
  margin: 0 0 96px;
}

.miniSlider {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 400px;
}
.miniSlider .swiper-slide {
  position: relative;
}
.miniSlider .swiper-slide picture {
  position: relative;
  height: 100%;
  width: 560px;
}
.miniSlider .swiper-slide picture img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.miniSlider .swiper-slide picture:before {
  transition: 1s ease all;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 500;
  background-color: #343434;
  opacity: 0.8;
}
.miniSlider .swiper-slide.swiper-slide-active picture:before {
  opacity: 0;
}
.miniSlider .swiper-button-prev, .miniSlider .swiper-button-next {
  display: block;
  position: absolute;
  width: 25px;
  height: 50px;
  top: 50%;
  background-image: url(../images/common_under/img_slider_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  z-index: 300;
}
.miniSlider .swiper-button-prev {
  left: 2%;
  transform: translate(-50%, -50%);
}
.miniSlider .swiper-button-next {
  transform: scale(-1, 1) translate(-50%, -50%);
  right: 52%;
}
.miniSlider .swiper-pagination {
  align-items: center;
  justify-content: left;
  display: flex;
  bottom: 24px;
  padding: 0 0 0 24px;
}
.miniSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: #d2d2cf;
  margin: 0 16px 0 0;
  opacity: 1;
}
.miniSlider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}
.miniSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
}
.miniSlider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  width: 4px;
  height: 4px;
}
.miniSlider#miniSlider-02 {
  margin: 0 -260px 0 auto;
}
.miniSlider#miniSlider-02 picture {
  position: relative;
  height: 100%;
}
.miniSlider#miniSlider-02 picture img {
  -o-object-position: left;
     object-position: left;
  -o-object-fit: cover;
     object-fit: cover;
}
.miniSlider#miniSlider-02 picture:before {
  opacity: 0;
}
.miniSlider#miniSlider-02 .swiper-slide.swiper-slide-active picture:before {
  transition: 1s ease all;
  opacity: 0;
}
.miniSlider#miniSlider-02 .swiper-slide.swiper-slide-next picture:before {
  opacity: 0.8;
}
.miniSlider#miniSlider-02 .swiper-slide.swiper-slide-prev picture:before {
  opacity: 0.8;
}
.miniSlider#miniSlider-02 .swiper-button-prev, .miniSlider#miniSlider-02 .swiper-button-next {
  display: block;
  position: absolute;
  width: 25px;
  height: 50px;
  top: 50%;
  background-image: url(../images/common_under/img_slider_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  z-index: 300;
}
.miniSlider#miniSlider-02 .swiper-button-prev {
  left: 2%;
  transform: translate(-50%, -50%);
}
.miniSlider#miniSlider-02 .swiper-button-next {
  transform: scale(-1, 1) translate(-50%, -50%);
  right: 50%;
}
.miniSlider#miniSlider-02 .swiper-pagination {
  justify-content: left;
  padding: 0 0 0 16px;
}

.bg_circle_outer .bg-slider,
.bg_circle_outer .bg-right,
.bg_circle_outer .bg-left {
  max-width: 1000px;
  position: absolute;
  z-index: 0;
  transform: rotate(0deg);
  bottom: -300px;
}
.bg_circle_outer .bg-right {
  width: 38%;
  transform: rotate(-90deg);
  bottom: 0;
  right: 50px;
}
.bg_circle_outer .bg-left {
  width: 38%;
  transform: rotate(-90deg);
  z-index: 0;
  bottom: 0;
  left: 50px;
}
.bg_circle_outer .bg-parking {
  width: 50%;
  right: -150px;
  bottom: -30px;
}

.bg-right {
  top: -120px;
  left: 62%;
  z-index: 0;
}

#hanareMain {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 960px) {
  .hanare__section .text {
    width: 50%;
    margin: 0 0 0 30px;
  }
  .hanare__section .text .catch {
    margin-top: 35px;
  }
  .hanare__section .text .button {
    margin-top: 50px;
  }
  .miniSlider {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 300px;
  }
  .miniSlider .swiper-slide {
    position: relative;
  }
  .miniSlider .swiper-slide picture {
    position: relative;
    height: 100%;
    width: 560px;
  }
  .miniSlider .swiper-slide picture img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .miniSlider .swiper-slide picture:before {
    transition: 1s ease all;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 500;
    background-color: #343434;
    opacity: 0.8;
  }
  .miniSlider .swiper-slide .swiper-button-prev, .miniSlider .swiper-slide .swiper-button-next {
    display: block;
    position: absolute;
    width: 25px;
    height: 50px;
    top: 50%;
    background-image: url(../images/common_under/img_slider_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    z-index: 300;
  }
  .miniSlider .swiper-slide .swiper-button-prev {
    left: 2%;
    transform: translate(-50%, -50%);
  }
  .miniSlider .swiper-slide .swiper-button-next {
    transform: scale(-1, 1) translate(-50%, -50%);
    right: 52%;
  }
}
@media screen and (max-width: 768px) {
  .hanareCommonSlider {
    margin: 0;
  }
  .bg__gray {
    padding: 48px 0;
    margin: 24px 0;
  }
  .miniSlider {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 180px;
  }
  .miniSlider .swiper-slide {
    position: relative;
  }
  .miniSlider .swiper-slide picture {
    position: relative;
    height: 100%;
    width: 560px;
  }
  .miniSlider .swiper-slide picture img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .miniSlider .swiper-slide picture:before {
    transition: 1s ease all;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 180px;
    z-index: 500;
    background-color: #343434;
    opacity: 0.8;
  }
  .miniSlider .swiper-slide.swiper-slide-active picture:before {
    opacity: 0;
  }
  .miniSlider .swiper-button-prev, .miniSlider .swiper-button-next {
    display: block;
    position: absolute;
    width: 25px;
    height: 50px;
    top: 50%;
    background-image: url(../images/common_under/img_slider_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    z-index: 300;
  }
  .miniSlider .swiper-button-prev {
    left: 2%;
    transform: translate(-50%, -50%);
  }
  .miniSlider .swiper-button-next {
    transform: scale(-1, 1) translate(-50%, -50%);
    right: 52%;
  }
  .miniSlider .swiper-pagination {
    align-items: center;
    justify-content: left;
    display: flex;
    bottom: 24px;
    padding: 0 0 0 24px;
  }
  .miniSlider .swiper-pagination .swiper-pagination-bullet {
    background-color: #d2d2cf;
    margin: 0 16px 0 0;
    opacity: 1;
  }
  .miniSlider .swiper-pagination .swiper-pagination-bullet:last-child {
    margin: 0;
  }
  .miniSlider .swiper-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
  .miniSlider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 4px;
    height: 4px;
  }
  .miniSlider#miniSlider-02 {
    margin: 0 -260px 0 auto;
  }
  .miniSlider#miniSlider-02 picture {
    position: relative;
    height: 100%;
  }
  .miniSlider#miniSlider-02 picture img {
    -o-object-position: left;
       object-position: left;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .miniSlider#miniSlider-02 picture:before {
    opacity: 0;
  }
  .miniSlider#miniSlider-02 .swiper-slide.swiper-slide-active picture:before {
    transition: 1s ease all;
    opacity: 0;
  }
  .miniSlider#miniSlider-02 .swiper-slide.swiper-slide-next picture:before {
    opacity: 0.8;
  }
  .miniSlider#miniSlider-02 .swiper-slide.swiper-slide-prev picture:before {
    opacity: 0.8;
  }
  .miniSlider#miniSlider-02 .swiper-button-prev, .miniSlider#miniSlider-02 .swiper-button-next {
    display: block;
    position: absolute;
    width: 25px;
    height: 50px;
    top: 50%;
    background-image: url(../images/common_under/img_slider_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    z-index: 300;
  }
  .miniSlider#miniSlider-02 .swiper-button-prev {
    left: 2%;
    transform: translate(-50%, -50%);
  }
  .miniSlider#miniSlider-02 .swiper-button-next {
    transform: scale(-1, 1) translate(-50%, -50%);
    right: 50%;
  }
  .miniSlider#miniSlider-02 .swiper-pagination {
    justify-content: left;
    padding: 0 0 0 16px;
  }
  .link-pagelink {
    width: 200px;
    margin: 0 auto 10px;
  }
  .top-text {
    margin: 48px auto;
  }
  .hanare__section {
    margin: 0 auto;
  }
  .hanare__section .text {
    margin: 0 auto;
  }
  .hanare__section__box {
    margin: 0 auto 56px;
  }
  .hanare__section__box .catch {
    margin: 0 0 48px;
  }
  .hanare__section__bottom {
    background-size: cover;
    height: 600px;
  }
  .hanare__section__bottom .flex_pc {
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
  }
  .hanare__section__bottom__higurashi {
    background-image: url(../images/hanare/bg/bg_hotaru.jpg);
    height: 540px;
  }
  .hanare__section__bottom__higurashi .miniSlider {
    bottom: -514px !important;
  }
  .hanare__section__bottom__tombo {
    background-image: url(../images/hanare/bg/bg_tombo.jpg);
    height: 560px;
  }
  .hanare__section__bottom__tombo .miniSlider {
    bottom: -524px !important;
  }
  .hanare__section__bottom__ageha {
    background-image: url(../images/hanare/bg/bg_ageha.jpg);
    height: 560px;
  }
  .hanare__section__bottom__ageha .miniSlider {
    bottom: -524px !important;
  }
  .hanare__section__bottom__hotaru {
    background-image: url(../images/hanare/bg/bg_hotaru.jpg);
    height: 660px;
  }
  .hanare__section__bottom__hotaru .text {
    top: 24px !important;
  }
  .hanare__section__bottom__hotaru .desc {
    padding: 0 0 16px;
  }
  .hanare__section__bottom__hotaru__img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .hanare__section__bottom__hotaru__img img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .hanare__section__bottom .text {
    position: absolute;
    top: 24px;
    left: 0%;
    transform: translate(0);
    width: 40%;
  }
  .hanare__section__bottom .swiper.miniSlider {
    position: absolute;
    bottom: -576px;
    left: 0;
    width: 100%;
    margin: 56px 0 0 auto;
  }
  .hanare__section__bottom .subttl {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .hanare__section__bottom .ttl {
    font-family: "Noto Serif KR", "Nanum Myeongjo", Batang, serif;
  }
  .hanare__section__bottom .catch {
    margin: 0 0 48px;
    line-height: 36px;
  }
  .hanareCatch {
    position: relative;
    z-index: 100;
    background-image: url(../images/hanare/img_hanare_catch.jpg);
  }
  .hanareImgBlock {
    margin: 0 auto 96px;
  }
  .hanare__pageLink {
    padding: 0;
  }
  .hanare__pageLinkInfo {
    width: 90%;
    margin: 24px auto;
  }
  .hanare__pageLinkInfo .link-pagelink {
    width: 60%;
    margin: 0 auto 10px;
  }
  .hanare__pageLink__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 32px;
  }
  .hanare__pageLink__list.button {
    padding: 0;
    height: auto;
  }
  .hanare__pageLink__list.lowerColumn {
    margin: 0 0 10px;
  }
  .hanare__pageLink__list.lowerColumn:before, .hanare__pageLink__list.lowerColumn:after {
    content: "";
    width: 24%;
    height: 48px;
  }
  .hanare__pageLink .btn-pagelink {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .hanare__pageLink .btn-pagelink__outer {
    width: 100%;
    height: 48px;
    margin: 0 0 20px;
  }
  .hanare__section {
    background: url(../images/honkan/info_bg.png) no-repeat;
    background-size: 80% auto;
    background-position: top center;
  }
}
@media screen and (max-width: 768px) and (max-width: 767.8px) {
  .hanare__section {
    background-size: auto 200px;
  }
}
@media screen and (max-width: 768px) {
  .hanare__section .text {
    width: 96%;
  }
  .hanare__section .text .catch {
    margin: 24px 0;
  }
  .hanare__section .text .button {
    margin-top: 50px;
  }
  .hanare__section .text .desc {
    margin: 0 0 24px;
  }
  .hanare__section .data {
    width: 100%;
    padding: 48px 3%;
  }
  .hanare__section .data .table th {
    width: 100%;
    padding: 16px 0 16px 6%;
  }
  .hanare__section .data .table td {
    width: 100%;
  }
  .section.information:last-child {
    margin: 0 auto;
  }
}