/* ------------ colors ------------ */
/* mobile */
.section_calendar {
  display: flex;
  justify-content: space-between;
}
.section_calendar .calendar_slide, .section_calendar .day_unit {
  width: 544px;
  background: rgba(255, 255, 255, 0.88);
}
.section_calendar .calendar_slide {
  padding: 29px 38px 16px;
}
.section_calendar .calendar_slide .month_title {
  text-align: center;
  margin-bottom: 13px;
  color: #000;
}
.section_calendar .calendar_slide .month_title h4 {
  font-weight: 500;
}
.section_calendar .calendar_slide .month_title .tit_y {
  font-size: 2.5rem;
}
.section_calendar .calendar_slide .month_title .tit_m {
  font-size: 3.5rem;
  margin: 0 18px 0 10px;
}
.section_calendar .calendar_slide .month_title .tit_e {
  font-size: 2.1rem;
  letter-spacing: 1px;
}
.section_calendar .calendar_container {
  min-height: 361px;
  margin: 0 22px;
}
.section_calendar .calendar_container .calendar_header {
  display: flex;
  color: #000;
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 12px;
}
.section_calendar .calendar_container .calendar_header .cell {
  width: 14.28%;
  padding: 7px 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}
.section_calendar .calendar_container .calendar_body {
  color: #000;
  display: flex;
  flex-wrap: wrap;
}
.section_calendar .calendar_container .calendar_body .cell {
  width: 14.28%;
  text-align: center;
  font-weight: 500;
}
.section_calendar .calendar_container .calendar_body .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin: 7px auto;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}
.section_calendar .calendar_container .calendar_body .inner a {
  background-color: #585858 !important;
}
.section_calendar .calendar_container .calendar_body .inner.special a {
  background-color: #EA6800 !important;
}
.section_calendar .calendar_container .calendar_body a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
}
.section_calendar .calendar_container .calendar_body a .day {
  margin-top: -3px;
  color: #fff;
}
.section_calendar .calendar_container .sat {
  color: #0D5FA2;
}
.section_calendar .calendar_container .sun {
  color: #D10000;
}
.section_calendar .calendar_container .sun .day {
  color: #DC0000;
}
.section_calendar .calendar_nav {
  letter-spacing: -0.8px;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
}
.section_calendar .calendar_nav .btn_next {
  cursor: pointer;
  float: right;
}
.section_calendar .calendar_nav .btn_next:after {
  margin-left: 0.5em;
  content: ">";
}
.section_calendar .calendar_nav .btn_prev {
  cursor: pointer;
  float: left;
}
.section_calendar .calendar_nav .btn_prev:before {
  margin-right: 0.5em;
  content: "<";
}
.section_calendar .day_unit {
  padding-bottom: 46px;
}
.section_calendar .day_unit iframe {
  width: 100%;
  height: 100%;
}

.main_event .section_index {
  padding: 40px 32px 0;
}
.main_event .section_index .h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 23px;
  color: #000;
}
.main_event .section_index .fair_list .item {
  display: flex;
  padding: 13px 26px 17px 9px;
  justify-content: space-between;
}
.main_event .section_index .fair_list .box {
  border-top: 1px dotted #AEAEAE;
}
.main_event .section_index .fair_list .box:last-child {
  border-bottom: 1px dotted #AEAEAE;
}
.main_event .section_index .fair_list .img {
  width: 123px;
  height: 79px;
}
.main_event .section_index .fair_list .img img {
  object-fit: cover;
  height: 100%;
}
.main_event .section_index .fair_list .content {
  width: calc(100% - 136px);
}
.main_event .section_index .fair_list .icon-wrap {
  display: flex;
  flex-wrap: wrap;
}
.main_event .section_index .fair_list .icons {
  margin: 2px 0 9px 4px;
  overflow: hidden;
}
.main_event .section_index .fair_list .icons .icon {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 82px;
  padding: 1px 5px 2px;
}
.main_event .section_index .fair_list .icons .icon:not(:first-child) {
  display: none;
}
.main_event .section_index .fair_list .icons-category {
  margin: 2px 0 9px 0;
}
.main_event .section_index .fair_list .tit {
  line-height: 1.642857;
  letter-spacing: -1.2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #131313;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .main_event .section_index .fair_list .tit {
    max-height: 52px;
  }
}

@media (max-width: 760px) {
  .main_system {
    padding: 0 5.3125vw;
  }

  .main_calendar {
    padding: 0 5.3125vw;
  }

  .section_calendar {
    flex-wrap: wrap;
  }
  .section_calendar .calendar_slide, .section_calendar .day_unit, .section_calendar .calendar_month_unit {
    width: 100%;
  }
  .section_calendar .calendar_slide {
    padding: 3.75vw 5.2vw 3.75vw;
    margin-bottom: 6.8vw;
  }
  .section_calendar .calendar_slide .month_title {
    padding-right: 1.5625vw;
    margin-bottom: 1.875vw;
  }
  .section_calendar .calendar_slide .month_title .tit_y {
    font-size: 4.55vw;
  }
  .section_calendar .calendar_slide .month_title .tit_m {
    font-size: 6.43vw;
    margin: 0 3vw 0 2vw;
  }
  .section_calendar .calendar_slide .month_title .tit_e {
    font-size: 3.92vw;
  }
  .section_calendar .calendar_container {
    margin: 0 auto;
    min-height: 67.2vw;
  }
  .section_calendar .calendar_container .calendar_header {
    margin-bottom: 1.5vw;
  }
  .section_calendar .calendar_container .calendar_header .cell {
    font-size: 2.7875vw;
    padding: 1.25vw 3.125vw 1.25vw;
  }
  .section_calendar .calendar_container .calendar_body .inner {
    font-size: 3.58vw;
    width: 7.1875vw;
    height: 7.1875vw;
    margin: 1.3vw auto;
  }
  .section_calendar .calendar_container .calendar_body a .day {
    margin-top: -0.5vw;
  }
  .section_calendar .calendar_nav {
    font-size: 3.59375vw;
  }
  .section_calendar .day_unit {
    min-height: 91.9vw;
    padding-bottom: 9vw;
  }
}
body {
  overflow-x: hidden;
}

.drawer-top .header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
@media screen and (max-width: 760px) {
  .drawer-top .header {
    height: 60px;
    position: absolute !important;
    background: none;
  }
}
.drawer-top .header .inner {
  width: 1190px;
  margin: 0 auto;
  padding: 10px 0 13px;
}
@media screen and (min-width: 761px) and (orientation: portrait) {
  .drawer-top .header .inner {
    width: 1200px;
  }
}
@media screen and (max-width: 760px) {
  .drawer-top .header .inner {
    width: 100%;
    padding: 15px 0 0 10px;
  }
}
.drawer-top .header .inner .box_l {
  width: 300px;
  float: left;
}
@media screen and (min-width: 761px) and (orientation: portrait) {
  .drawer-top .header .inner .box_l {
    width: 300px;
  }
}
.drawer-top .header .inner .box_l .catch {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (min-width: 761px) and (orientation: portrait) {
  .drawer-top .header .inner .box_l .catch {
    font-size: 9px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .drawer-top .header .inner .box_l .catch {
    font-size: 10px;
  }
}
.drawer-top .header .inner .box_l > .catch {
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  color: #fff;
}
.drawer-top .header .inner .logo_box {
  width: 167px;
}
@media screen and (max-width: 760px) {
  .drawer-top .header .inner .logo_box {
    width: 155px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
}
.drawer-top .header .inner .logo_box h1 {
  height: 42px;
  width: 167px;
}
@media screen and (max-width: 760px) {
  .drawer-top .header .inner .logo_box h1 {
    height: 50px;
    width: 100%;
  }
}
.drawer-top .header .inner .logo_box h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/cmn/h_logo_wh.png) no-repeat center;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: 115%;
  overflow: hidden;
}
.drawer-top .header .inner .box_r {
  width: 750px;
  float: right;
  padding-top: 5px;
}
@media screen and (min-width: 761px) and (orientation: portrait) {
  .drawer-top .header .inner .box_r {
    width: 750px;
    padding-left: 10px;
  }
}
.drawer-top .header .inner .box_r .h_tel {
  width: 304px;
  float: left;
}
.drawer-top .header .inner .box_r .h_tel li {
  color: #fff;
}
.drawer-top .header .inner .box_r .h_tel li:nth-child(1) {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}
.drawer-top .header .inner .box_r .h_tel li:nth-child(2) {
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1;
  font-family: source-han-serif-japanese, sans-serif;
}
.drawer-top .header .inner .box_r .h_tel li:nth-child(2) span {
  background: url(../img/cmn/icon_free.png) no-repeat left bottom;
  background-size: 49px auto;
  display: inline-block;
  padding-left: 51px;
}
.drawer-top .header .inner .box_r .btn_list {
  width: calc(100% - 304px);
  float: left;
  padding-top: 3px;
}
.drawer-top .header .inner .box_r .btn_list li {
  width: 218px;
  float: left;
}
.drawer-top .header .inner .box_r .btn_list li:nth-child(2) {
  float: right;
}
.drawer-top .header .inner .box_r .btn_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.drawer-top .header .gnav {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 0;
}
.drawer-top .header .gnav ul {
  text-align: center;
}
.drawer-top .header .gnav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.drawer-top .header .gnav ul li a {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #252525;
}
.drawer-top .header .gnav ul li.current a {
  color: #ccc;
}
.drawer-top .header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .drawer-top .header.fixed {
    position: absolute;
    background-color: none;
  }
}
.drawer-top .header.fixed .inner {
  display: none;
}
.drawer-top .header.fixed .inner .box_r .h_tel li {
  color: #252525;
}
.drawer-top .header.fixed .inner .box_l > .catch {
  color: #252525;
}
.drawer-top .header.fixed .inner .logo_box h1 a {
  background: url(../img/cmn/h_logo.png) no-repeat center;
  background-size: 100% auto;
}
.drawer-top .header.fixed .gnav {
  background-color: #252525;
}
.drawer-top .header.fixed .gnav ul li a {
  color: #fff;
}

/* ----------------------------------------------------------

footer

---------------------------------------------------------- */
.footer {
  background: #f4eff2;
  padding: 82px 0 120px;
  min-width: 1200px;
}
@media screen and (max-width: 760px) {
  .footer {
    padding: 10.9vw 0 80px;
    min-width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.footer.form {
  padding: 40px 0 40px;
}
@media screen and (max-width: 760px) {
  .footer.form {
    padding: 10% 0 10%;
  }
}
.footer a {
  color: #252525;
}
.footer .name {
  width: 217px;
  height: 57px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 760px) {
  .footer .name {
    width: 60%;
    height: 15vw;
    margin: 0 auto 4.6vw;
    order: 3;
  }
}
.footer .name a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/cmn/h_logo.png) no-repeat center top;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: 115%;
  overflow: hidden;
}
.footer .lead {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 60px;
  line-height: 1.3;
  color: #252525;
  font-weight: 400;
  font-family: "source-han-serif-japanese";
}
@media screen and (max-width: 760px) {
  .footer .lead {
    font-size: 3.75vw;
    margin-bottom: 3vw;
    line-height: 1.5;
    order: 5;
  }
}
.footer .info {
  width: 1019px;
  margin: 0 auto 45px;
  border-top: 1px solid rgba(37, 37, 37, 0.45);
  border-bottom: 1px solid rgba(37, 37, 37, 0.45);
  padding: 23px 0 21px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .footer .info {
    width: 100%;
    margin: 0 auto 14vw;
    border-top: none;
    border-bottom: none;
    padding: 0;
    order: 2;
  }
}
.footer .info ul {
  text-align: center;
}
.footer .info ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #252525;
}
@media screen and (max-width: 760px) {
  .footer .info ul li {
    font-size: 3.4vw;
    margin: 0;
    width: 100%;
  }
  .footer .info ul li:nth-child(1), .footer .info ul li:nth-child(4) {
    width: calc(100% - 30px);
    margin-bottom: 2.5vw;
  }
  .footer .info ul li:nth-child(1) {
    font-size: 4.21875vw;
    margin-bottom: 0.8vw;
  }
}
.footer .info ul li:nth-child(2), .footer .info ul li:nth-child(5) {
  line-height: 18px;
}
@media screen and (max-width: 760px) {
  .footer .info ul li:nth-child(2), .footer .info ul li:nth-child(5) {
    margin-top: 1%;
  }
}
.footer .info ul li:nth-child(2) span, .footer .info ul li:nth-child(5) span {
  display: inline-block;
  background: #fff;
  font-size: 9px;
}
@media screen and (max-width: 760px) {
  .footer .info ul li:nth-child(2) span, .footer .info ul li:nth-child(5) span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 761px) and (orientation: portrait) {
  .footer .info ul li:nth-child(2) span, .footer .info ul li:nth-child(5) span {
    font-size: 8px;
  }
}
.footer .info ul li:nth-child(2) a, .footer .info ul li:nth-child(5) a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1px 15px 1px 8px;
  color: #fff;
  background-color: #252525;
  position: relative;
}
@media screen and (max-width: 760px) {
  .footer .info ul li:nth-child(2) a, .footer .info ul li:nth-child(5) a {
    padding: 1px 15px 1px 8px;
  }
}
@media screen and (min-width: 761px) and (orientation: portrait) {
  .footer .info ul li:nth-child(2) a, .footer .info ul li:nth-child(5) a {
    padding: 0 15px 1px 8px;
  }
}
.footer .info ul li:nth-child(2) a::after, .footer .info ul li:nth-child(5) a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 2px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
}
@media screen and (max-width: 760px) {
  .footer .info ul li:nth-child(2) {
    margin-bottom: 1.7vw;
    font-size: 11px;
    padding: 1px 18px 1px 8px;
    line-height: 1;
    position: relative;
    left: 0;
    letter-spacing: 1px;
    line-height: 16px;
  }
}
.footer .info ul li:nth-child(3), .footer .info ul li:nth-child(6) {
  font-size: 23px;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (max-width: 760px) {
  .footer .info ul li:nth-child(3), .footer .info ul li:nth-child(6) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer .info ul li:nth-child(3) span, .footer .info ul li:nth-child(6) span {
  font-size: 13px;
  margin-right: 5px;
}
@media (max-width: 760px) {
  .footer .info ul li:nth-child(3) span, .footer .info ul li:nth-child(6) span {
    font-size: 16px;
    margin-top: 2px;
  }
}
.footer .info ul li:nth-child(4) {
  margin: 0 5px;
}
@media screen and (min-width: 761px) {
  .footer .info ul li:nth-child(3) a, .footer .info ul li:nth-child(6) a {
    pointer-events: none;
  }
}
.footer .sitemap_link {
  margin: 0 auto 165px;
  text-align: center;
}
.footer .sitemap_link ul {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
.footer .sitemap_link ul:last-child {
  padding-right: 0;
}
.footer .sitemap_link ul li {
  margin-bottom: 4px;
  text-align: left;
}
.footer .sitemap_link ul li a {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
.footer .sitemap_link ul li a::before {
  content: "-";
}
.footer .copy {
  text-align: center;
  font-size: 10px;
  color: #b2b2b2;
}
@media screen and (max-width: 760px) {
  .footer .copy {
    font-size: 3vw;
  }
}

.form .footer {
  padding: 25px 0 25px;
}

/* ----------------------------------------------------------

h_nav

---------------------------------------------------------- */
.h_nav {
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  padding: 0 2vw 2vw 2vw;
  background: rgba(30, 30, 30, 0.5);
}

.h_nav.display {
  display: block;
}

.h_nav ul {
  display: flex;
}

.h_nav li {
  width: 51%;
  margin-right: 2%;
}

.h_nav li:nth-child(2n) {
  margin-right: 0;
}

.h_nav li a {
  display: block;
  width: 100%;
  height: 70px;
  padding-bottom: 19.5%;
  font-size: 6.8vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.h_nav li a span {
  display: inline-block;
  padding: 21% 0 0 22%;
  font-size: 4.5vw;
}

.h_nav li.tel a {
  background: url(../img/cmn/f_fix_sp.png) no-repeat center bottom;
  background-size: 100% auto;
}

.h_nav li.paper a {
  background: url(../img/cmn/f_fix_paper_sp.png) no-repeat center bottom;
  background-size: 100% auto;
}

/* ----------------------------------------------------------

footer_contact

---------------------------------------------------------- */
.footer_contact {
  background: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  color: #252525;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
.footer_contact.display {
  display: block;
}
.footer_contact .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 17px;
  position: relative;
}
.footer_contact .item1 {
  width: 400px;
  padding-right: 10px;
  border-right: 1px solid #979797;
}
.footer_contact .item2 {
  padding-left: 20px;
}
.footer_contact .item2 a {
  pointer-events: none;
}
.footer_contact .f_btn {
  position: relative;
  padding-left: 20px;
  padding-right: 0;
}
.footer_contact .f_btn a {
  color: #fff;
}
.footer_contact .txt1 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}
.footer_contact .txt2 {
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
}
.footer_contact .txt2 span {
  color: #c32e00;
  font-size: 21px;
}
.footer_contact .phone_link {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-left: 53px;
  background-image: url("../img/cmn/icon_free.png");
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 50px auto;
  white-space: nowrap;
}
.footer_contact .footer_btn {
  display: block;
  background: #a03e64;
  width: 233px;
  height: 48px;
  line-height: 49px;
  border-radius: 24px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  position: relative;
}
.footer_contact .footer_btn::after {
  content: "";
  width: 13px;
  height: 8px;
  position: absolute;
  background: url(../img/cmn/icon_arrow_wh.png) no-repeat center;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.footer_contact .footer_btn.footer_btn02 {
  background-color: #fff;
  border: solid 3px #a03e64;
  color: #111;
  line-height: 41px;
}
.footer_contact .footer_btn.footer_btn02::after {
  background: url(../img/cmn/icon_arrow.png) no-repeat center;
  background-size: 100% auto;
}

/* ----------------------------------------------------------
sec movie
---------------------------------------------------------- */
.sec_movie {
  width: 100%;
  height: auto;
  background-color: #FAF7F2;
  padding: 75px 0 65px;
}
.sec_movie .banner {
  width: 100%;
  max-width: 1001px;
  height: 328px;
}

@media (max-width: 760px) {
  .sec_movie {
    padding: 11.45vw 5vw;
  }
  .sec_movie .banner {
    width: 100%;
    height: 66.875vw;
    margin: 0;
  }
  .sec_movie .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* ----------------------------------------------------------
sec staff
---------------------------------------------------------- */
.sec-staff {
  margin-bottom: 83px;
}
.sec-staff .sec-title-en {
  margin-bottom: 45px;
}
.sec-staff .sec-title-en .h2 {
  margin-bottom: -7px;
}
.sec-staff .sec-title-en small {
  color: #EA6800;
}
.sec-staff .top-staff {
  margin-bottom: 61px;
}
.sec-staff .top-staff .staff-slide .slide-item {
  width: 420px;
  height: auto;
  margin: 0 12.5px;
}
.sec-staff .top-staff .staff-slide .slide-item .item-img {
  margin-bottom: 16px;
}
.sec-staff .top-staff .staff-slide .slide-item .item-img img {
  width: 100%;
  height: 306px;
  object-fit: cover;
}
.sec-staff .top-staff .staff-slide .slide-item .item-txt {
  width: 100%;
  text-align: center;
}
.sec-staff .top-staff .staff-slide .slide-item .item-txt span {
  color: #000000;
  font-size: 1.5rem;
}

@media (max-width: 760px) {
  .sec-staff {
    margin-bottom: 15.625vw;
    padding: 0 8.596vw;
  }
  .sec-staff .sec-title-en {
    margin-bottom: 5.3125vw;
  }
  .sec-staff .sec-title-en .h2 {
    margin: 0 0 -2.1875vw 2.1875vw;
  }
  .sec-staff .sec-title-en small {
    color: #EA6800;
  }
  .sec-staff .top-staff {
    margin-bottom: 23.4375vw;
    /* padding: 0 7.95vw 0 9.85vw; */
    padding: 0 0 0 0;
  }
  .sec-staff .top-staff .staff-slide .slide-item {
    /* width: 65vw; */
    width: 84vw;
    margin: 0;
  }
  .sec-staff .top-staff .staff-slide .slide-item .item-img {
    margin-bottom: 1.875vw;
  }
  .sec-staff .top-staff .staff-slide .slide-item .item-img img {
    /* height: 73.125vw; */
    width: 100%;
    height: 53.125vw;
  }
  .sec-staff .top-staff .staff-slide .slide-item .item-txt span {
    font-size: 3.75vw;
  }
  .sec-staff .slick-dots {
    bottom: -11.3125vw;
    right: 0.625vw;
  }
  .sec-staff .slick-dots li {
    margin: 0 1.5625vw;
  }
}
/* ----------------------------------------------------------
sec event
---------------------------------------------------------- */
.event-top {
  width: 100%;
  height: auto;
  padding: 81px 0 103px;
  background-image: url(../img/top/event-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 94px;
}
.event-top .event-body {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.event-top .event-body .btn {
  margin-top: 46px;
}
@media (max-width: 760px) {
  .event-top .event-body .btn {
    margin: 0;
    padding: 11vw 8.6vw 12.7vw;
  }
}
.event-top .sec-title-en {
  margin-bottom: 50px;
}
.event-top .sec-title-en .h2 {
  color: #fff;
}
.event-top .sec-title-en .small {
  color: #fff;
}
.event-top .event-nav {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  color: #323232;
}
.event-top .event-nav a {
  height: 38px;
  min-width: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
}
.event-top .event-nav .active a {
  background: rgba(234, 104, 0, 0.88);
  color: #fff;
}
.event-top .event-nav li {
  margin: 0 4px;
}

@media (max-width: 760px) {
  .event-top {
    padding-top: 7.8125vw;
    padding-bottom: 0;
    margin-bottom: 13vw;
    background-image: url(../img/top/event-bg_sp.jpg);
  }
  .event-top .sec-title-en {
    margin-bottom: 7.1875vw;
  }
  .event-top .sec-title-en .small {
    letter-spacing: -1px;
  }
  .event-top .event-nav {
    justify-content: flex-start;
    padding: 0 9.23125vw;
    margin-bottom: 4.6875vw;
  }
  .event-top .event-nav li {
    margin: 0 1.5625vw 1.5625vw 0;
  }
  .event-top .event-nav li:nth-child(3n+0) {
    margin-right: 0;
  }
  .event-top .event-nav a {
    min-width: 26.1vw;
    height: 8.125vw;
    font-size: 3.59vw;
  }
  .event-top .event-body .btn {
    padding: 11vw 0px 12.7vw;
    margin: 0px auto;
  }
}
/* ----------------------------------------------------------
key visual
---------------------------------------------------------- */
.key_visual {
  position: relative;
  overflow: hidden;
}
.key_visual .list .item {
  width: 100vw;
  height: 62.5vw;
}
.key_visual .list .item img {
  width: 100vw;
  height: 62.5vw;
}
.key_visual .list .item #video {
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 62.5vw;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 760px) {
  .key_visual .list .item {
    width: 100vw;
    height: 60vw;
  }
  .key_visual .list .item img {
    width: 100%;
    height: 100%;
  }
  .key_visual .list .item #video {
    height: 60vw;
  }
}
.key_visual .content {
  position: absolute;
  top: 58%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 102;
}
@media (max-width: 760px) {
  .key_visual .content {
    top: auto;
    bottom: 14vw;
    transform: translate(0%, 0%);
    left: 3%;
    width: 94%;
  }
}
.key_visual .content .h2 {
  font-size: 7.8rem;
  font-family: "source-han-serif-japanese";
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  .key_visual .content .h2 {
    font-size: 9vw;
    line-height: 2.4;
    margin-bottom: 0;
  }
}
.key_visual .content .h2::before {
  background: none;
}
.key_visual .content .txt {
  color: #fff;
  font-size: 1.6rem;
  font-family: "source-han-sans-japanese";
}
.key_visual .content .txt:not(:last-child) {
  margin-bottom: 30px;
}
.key_visual .mv_bnr {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 102;
  width: 310px;
}

/* ----------------------------------------------------------
sec information
---------------------------------------------------------- */
.sec-top-news {
  margin-bottom: 170px;
  padding: 20px 0 0;
}
.sec-top-news .sec-container {
  width: 1122px;
}
@media (max-width: 760px) {
  .sec-top-news .sec-container {
    max-width: 100%;
  }
}
.sec-top-news .box-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .sec-top-news .box-wrap {
    display: block;
  }
}
.sec-top-news .box {
  width: 540px;
  height: auto;
}
@media (max-width: 760px) {
  .sec-top-news .box {
    max-width: 100%;
    padding: 15px 17px;
  }
}
.sec-top-news .box .tit {
  font-family: "source-han-serif-japanese";
  font-size: 2.2rem;
  margin-bottom: 9px;
}
.sec-top-news .box .box-detail {
  border-top: 1px solid #252525;
  padding: 21px 15px;
}
.sec-top-news .box .item-news {
  padding-bottom: 28px;
  border-bottom: 1px dotted #BDBDBD;
}
.sec-top-news .box .item-news:not(:last-child) {
  margin-bottom: 27px;
}
.sec-top-news .box .item-detail .img {
  width: 386px;
  height: 245px;
  margin: 0 auto 25px;
}
@media (max-width: 760px) {
  .sec-top-news .box .item-detail .img {
    width: 100%;
    height: auto;
  }
}
.sec-top-news .box .item-detail .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-top-news .box-r .box-detail {
  padding-top: 25px;
}
.sec-top-news .bnr-with {
  width: 800px;
  margin: 0 auto 90px;
}
@media (max-width: 760px) {
  .sec-top-news .bnr-with {
    width: 90%;
    margin: 10% 5% 5%;
  }
}

/* ----------------------------------------------------------
sec events-news, blogs-news
---------------------------------------------------------- */
.sec-news {
  padding-bottom: 91px;
  margin-top: 153px;
}
@media (max-width: 760px) {
  .sec-news {
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 8.90625vw;
  }
  .sec-news .slick-dots {
    bottom: -11vw;
    width: auto;
    left: 0;
    right: 0;
  }
  .sec-news .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}
.sec-news img {
  height: 100%;
  object-fit: cover;
}
.sec-news .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.sec-news .list .item {
  width: 264px;
}
.sec-news .list .item:not(:nth-child(4n)) {
  margin-right: 3.85%;
}
@media (max-width: 760px) {
  .sec-news .list .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.sec-news .list .img {
  position: relative;
  height: 381px;
}
.sec-news .list .img span {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #A03E64;
  color: #fff;
  font-family: "source-han-serif-japanese";
  font-size: 1.7rem;
  top: -20px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media (max-width: 760px) {
  .sec-news .list .img span {
    width: 10vw;
    height: 10vw;
    font-size: 2.65625vw;
    top: -2.1875vw;
    left: 16.25vw;
  }
}
@media (max-width: 760px) {
  .sec-news .list {
    padding: 0 5vw;
    margin-bottom: 15.6vw;
  }
  .sec-news .list .img {
    height: 75.2vw;
    margin-bottom: 4.9vw;
    padding: 0 18.625vw;
    margin-top: 10px;
  }
  .sec-news .list .img img {
    min-width: 52.1875vw;
    height: 75.3125vw;
  }
}
.sec-news .sec-title {
  margin-bottom: 53px;
}
@media (max-width: 760px) {
  .sec-news .sec-title {
    margin-bottom: 4.6vw;
  }
}
.sec-news .sec-title .box {
  margin-bottom: 5px;
}
@media (max-width: 760px) {
  .sec-news .sec-title .box {
    margin-bottom: 0;
  }
}
.sec-news .wrap-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
}
@media (max-width: 760px) {
  .sec-news .wrap-date {
    margin-bottom: 1.3vw;
  }
}
.sec-news .wrap-date .icons {
  margin: 0;
  height: auto;
  max-height: none;
  width: auto;
}
@media (max-width: 760px) {
  .sec-news .wrap-date .icons {
    margin: 0;
  }
}
.sec-news .wrap-date .icons .icon {
  padding: 0px 10px;
  height: auto;
  white-space: nowrap;
  background-color: #A03E64;
}
.sec-news .wrap-date .icons .icon:not(:first-child) {
  display: none;
}
@media (max-width: 760px) {
  .sec-news .wrap-date .icons .icon {
    font-size: 9px;
    height: 14px;
    padding: 1px 6px 1px;
  }
}
.sec-news .wrap-date .date {
  width: auto;
}
@media (max-width: 760px) {
  .sec-news .wrap-date .date {
    font-size: 3.4375vw;
    margin: 0;
  }
}
.sec-news .title {
  line-height: 1.4375;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 46px;
  white-space: normal;
}
@media (max-width: 760px) {
  .sec-news .title {
    font-size: 3.5938vw;
    line-height: 1.4348;
    max-height: 11vw;
  }
}
@media (max-width: 760px) {
  .sec-news .btn-square a {
    width: 65.625vw;
    height: 11.1vw;
    font-size: 4.0625vw;
  }
}

@media (max-width: 760px) {
  .blogs-news {
    margin-top: 14vw;
  }
}
.blogs-news.sec-news {
  padding-bottom: 91px;
  margin-top: 153px;
}
@media (max-width: 760px) {
  .blogs-news.sec-news {
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 8.90625vw;
  }
  .blogs-news.sec-news .slick-dots {
    bottom: -7vw;
    width: auto;
    left: 0;
    right: 0;
  }
  .blogs-news.sec-news .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}
.blogs-news.sec-news img {
  height: 100%;
  object-fit: cover;
}
.blogs-news.sec-news .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.blogs-news.sec-news .list .item {
  width: 264px;
}
.blogs-news.sec-news .list .item:not(:nth-child(4n)) {
  margin-right: 3.85%;
}
@media (max-width: 760px) {
  .blogs-news.sec-news .list .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.blogs-news.sec-news .list .img {
  position: relative;
  height: 198px;
}
.blogs-news.sec-news .list .img span {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #A03E64;
  color: #fff;
  font-family: "source-han-serif-japanese";
  font-size: 1.7rem;
  top: -20px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media (max-width: 760px) {
  .blogs-news.sec-news .list .img span {
    width: 10vw;
    height: 10vw;
    font-size: 2.65625vw;
    top: -2.1875vw;
    left: 16.25vw;
  }
}
@media (max-width: 760px) {
  .blogs-news.sec-news .list {
    padding: 0 5%;
    margin-bottom: 10%;
  }
  .blogs-news.sec-news .list .img {
    height: auto;
    width: 90%;
    margin: 10px auto 4.9vw;
    padding: 0;
  }
  .blogs-news.sec-news .list .img img {
    width: 100%;
    height: auto;
  }
}
.blogs-news.sec-news .sec-title {
  margin-bottom: 53px;
}
@media (max-width: 760px) {
  .blogs-news.sec-news .sec-title {
    margin-bottom: 4.6vw;
  }
}
.blogs-news.sec-news .sec-title .box {
  margin-bottom: 5px;
}
@media (max-width: 760px) {
  .blogs-news.sec-news .sec-title .box {
    margin-bottom: 0;
  }
}
.blogs-news.sec-news .wrap-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
}
@media (max-width: 760px) {
  .blogs-news.sec-news .wrap-date {
    margin-bottom: 1.3vw;
  }
}
.blogs-news.sec-news .wrap-date .icons {
  margin: 0;
  height: auto;
  max-height: none;
  width: auto;
}
@media (max-width: 760px) {
  .blogs-news.sec-news .wrap-date .icons {
    margin: 0;
  }
}
.blogs-news.sec-news .wrap-date .icons .icon {
  padding: 0px 10px;
  height: auto;
  white-space: nowrap;
  background-color: #A03E64;
}
.blogs-news.sec-news .wrap-date .icons .icon:not(:first-child) {
  display: none;
}
@media (max-width: 760px) {
  .blogs-news.sec-news .wrap-date .icons .icon {
    font-size: 9px;
    height: 14px;
    padding: 1px 6px 1px;
  }
}
.blogs-news.sec-news .wrap-date .date {
  width: auto;
}
@media (max-width: 760px) {
  .blogs-news.sec-news .wrap-date .date {
    font-size: 3.4375vw;
    margin: 0;
  }
}
.blogs-news.sec-news .title {
  line-height: 1.4375;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 46px;
  white-space: normal;
}
@media (max-width: 760px) {
  .blogs-news.sec-news .title {
    font-size: 3.5938vw;
    line-height: 1.4348;
    max-height: 11vw;
  }
}
@media (max-width: 760px) {
  .blogs-news.sec-news .btn-square a {
    width: 65.625vw;
    height: 11.1vw;
    font-size: 4.0625vw;
  }
}

.sec-news .slick-slide {
  float: none;
}
@media (max-width: 760px) {
  .sec-news .slick-slide {
    float: left;
  }
}

/* ----------------------------------------------------------
sec plan
---------------------------------------------------------- */
.funeral-plan {
  background-color: #F4EFF2;
  padding: 10px 0 128px;
  width: 100%;
}
@media (max-width: 760px) {
  .funeral-plan {
    padding: 8.4vw 0 9.5625vw;
  }
}
.funeral-plan .btn-img {
  width: 879px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .funeral-plan .btn-img {
    width: 100%;
    height: auto;
    padding: 0px 18px;
  }
}
.funeral-plan .btn-img a {
  width: 100%;
  height: 100%;
}
.funeral-plan .btn-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 760px) {
  .funeral-plan .btn-img a img {
    object-fit: unset;
  }
}
.funeral-plan .sec-container {
  width: 1114px;
  padding-left: 8px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .funeral-plan .sec-container {
    width: 100%;
    padding-left: 0;
  }
}
.funeral-plan .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media (max-width: 760px) {
  .funeral-plan .list {
    width: 100%;
    margin-bottom: 10.375vw;
  }
}
.funeral-plan .item {
  width: 353px;
  height: 452px;
  margin-right: 15px;
}
@media (max-width: 760px) {
  .funeral-plan .item {
    width: 100vw;
    height: 112vw;
    margin-right: 0;
  }
}
.funeral-plan .item a {
  width: 100%;
  height: 100%;
}
@media (max-width: 760px) {
  .funeral-plan .item a {
    width: 82.96875vw !important;
  }
}
.funeral-plan .item a img {
  width: 116%;
  height: auto;
  object-fit: cover;
  position: relative;
  left: -17px;
  top: -17px;
}
@media (max-width: 760px) {
  .funeral-plan .item a img {
    width: 100%;
    left: 8px;
    top: 0px;
  }
}
.funeral-plan .sec-title {
  margin-bottom: 52px;
}
@media (max-width: 760px) {
  .funeral-plan .sec-title {
    margin-bottom: 5.375vw;
  }
}
@media (max-width: 760px) {
  .funeral-plan .sec-title .box {
    padding: 0 10.975vw;
  }
}
@media (max-width: 760px) {
  .funeral-plan .sec-title .box::before, .funeral-plan .sec-title .box::after {
    width: 10.975vw;
  }
}
@media (max-width: 760px) {
  .funeral-plan .sec-title .box .h2 {
    padding: 0 3.125vw;
  }
}
.funeral-plan .sec-title .txt-normal {
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 760px) {
  .funeral-plan .sec-title .txt-normal {
    font-size: 3.75vw;
    margin-top: 16px;
    letter-spacing: -0.4px;
    margin-left: 4px;
    line-height: 1.5;
  }
}
@media (max-width: 760px) and (max-width: 760px) {
  .funeral-plan .sec-title .txt-normal {
    font-size: 4.35vw;
  }
}
@media (max-width: 760px) {
  .funeral-plan .slick-dots {
    bottom: -1.875vw;
  }
}
@media (max-width: 760px) {
  .funeral-plan .slick-dots li {
    width: 3.4375vw;
    height: 3.4375vw;
    border-radius: 3.4375vw;
    background: #BEBEBE;
    margin: 0 1.875vw;
  }
}
@media (max-width: 760px) {
  .funeral-plan .slick-dots .slick-active {
    background: #E37E82;
  }
}
@media (max-width: 760px) {
  .funeral-plan .slick-prev, .funeral-plan .slick-next {
    width: 12px;
    height: 25px;
    top: 48%;
  }
}
@media (max-width: 760px) {
  .funeral-plan .slick-prev {
    left: 1%;
  }
}
@media (max-width: 760px) {
  .funeral-plan .slick-next {
    right: 1%;
  }
}

/* ----------------------------------------------------------
sec recom-people
---------------------------------------------------------- */
.sec-recom-people {
  position: relative;
  padding: 80px 0px 82px;
}
@media (max-width: 760px) {
  .sec-recom-people {
    padding: 30px 17px;
  }
}
.sec-recom-people::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/top/bg_recommend.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.5);
  z-index: -1;
}
@media (max-width: 760px) {
  .sec-recom-people::after {
    background-position: center left;
  }
}
.sec-recom-people::before {
  position: absolute;
  content: "";
  z-index: 0;
  background: #000000;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-recom-people .content {
  width: 100%;
  height: 360px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 38px 58px;
}
@media (max-width: 760px) {
  .sec-recom-people .content {
    padding: 15px 17px;
    height: auto;
  }
}
.sec-recom-people .content::after {
  position: absolute;
  content: "";
  top: 2.5px;
  right: 2px;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-radius: 4px;
  background-image: url(../../img/top/recom-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 760px) {
  .sec-recom-people .content::after {
    position: unset;
    height: 50vw;
    display: block;
  }
}
.sec-recom-people .h2 {
  font-family: "source-han-serif-japanese";
  font-size: 3.6rem;
  font-weight: 500;
  color: #A03E64;
  z-index: 1;
  position: relative;
  margin-bottom: 29px;
}
@media (max-width: 760px) {
  .sec-recom-people .h2 {
    font-size: 5.7vw;
  }
}
.sec-recom-people .list {
  z-index: 1;
  width: 55%;
  position: relative;
  padding-left: 5px;
}
@media (max-width: 760px) {
  .sec-recom-people .list {
    width: 100%;
  }
}
.sec-recom-people .list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 34px;
  background-image: url(../../img/cmn/icon-list.png);
  background-position: 3px 6px;
  background-repeat: no-repeat;
  background-size: 18px auto;
  font-size: 1.8rem;
}
@media (max-width: 760px) {
  .sec-recom-people .list li {
    font-size: 4.2vw;
  }
}
.sec-recom-people .list li:not(:last-child) {
  border-bottom: 1px dotted #D2D2D2;
}
@media (max-width: 760px) {
  .sec-recom-people .list li {
    border-bottom: 1px dotted #D2D2D2;
  }
}

/* ----------------------------------------------------------
sec contact-bnr
---------------------------------------------------------- */
.contact-bnr {
  position: relative;
  padding: 62px 0px 61px;
  margin-bottom: 150px;
  margin-top: 40px;
}
@media (max-width: 760px) {
  .contact-bnr {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .contact-bnr .sec-container {
    padding: 6vw 5.4vw;
    margin-top: 12vw;
    margin-bottom: 9vw;
  }
}
.contact-bnr::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/top/bg_recommend.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 760px) {
  .contact-bnr::after {
    background-position: left center;
  }
}
.contact-bnr .box-contact {
  width: 1168px;
  height: 298px;
  border: 2px solid #A03E64;
  background-image: url(../../img/top/contact-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 16px;
  text-align: center;
  position: relative;
}
@media (max-width: 760px) {
  .contact-bnr .box-contact {
    background-image: url(../../img/top/contact-bg-sp.jpg);
    background-color: #fff;
    background-size: 100%;
    width: 100%;
    padding: 4vw 0px 2vw;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 41.6vw;
    height: auto;
    border-width: 1px;
  }
}
.contact-bnr .box-contact::after {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 351px;
  height: 345px;
  background-image: url(../../img/top/contact-people.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
@media (max-width: 760px) {
  .contact-bnr .box-contact::after {
    display: none;
  }
}
.contact-bnr .head {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
@media (max-width: 760px) {
  .contact-bnr .head {
    display: block;
    margin-bottom: 2.5vw;
  }
}
.contact-bnr .head .time {
  display: flex;
  font-weight: 700;
  font-size: 2.3rem;
  color: #fff;
}
@media (max-width: 760px) {
  .contact-bnr .head .time {
    width: 64vw;
    margin: 0 auto -0.2vw;
  }
}
.contact-bnr .head .time .box {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 760px) {
  .contact-bnr .head .time .box {
    height: 6.8vw;
    font-size: 4.21875vw;
    padding: 0 0 0.3vw;
    line-height: 1;
  }
}
.contact-bnr .head .time .box:nth-child(1) {
  width: 230px;
  background-color: #474747;
  margin-right: 9px;
}
@media (max-width: 760px) {
  .contact-bnr .head .time .box:nth-child(1) {
    margin-right: 5px;
    width: 82.4vw;
  }
}
.contact-bnr .head .time .box:nth-child(2) {
  width: 115px;
  background-color: #C32E00;
  margin-right: 17px;
}
@media (max-width: 760px) {
  .contact-bnr .head .time .box:nth-child(2) {
    width: calc(100% - 23vw);
    margin-right: 0;
  }
}
.contact-bnr .head .txt {
  font-family: "source-han-serif-japanese";
  font-weight: 500;
  font-size: 3.1rem;
}
@media (max-width: 760px) {
  .contact-bnr .head .txt {
    font-size: 7.5vw;
    white-space: nowrap;
  }
}
.contact-bnr .body {
  margin-bottom: 29px;
  background-image: url(../../img/top/bg-contact-phone.png);
  background-repeat: no-repeat;
  background-size: 60% 100%;
  background-position: center;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 760px) {
  .contact-bnr .body {
    background: rgba(160, 62, 100, 0.3);
    height: 16vw;
    margin-bottom: 3.7vw;
  }
}
.contact-bnr .body a {
  padding-left: 90px;
  position: relative;
}
@media (max-width: 760px) {
  .contact-bnr .body a {
    padding: 0;
    display: block;
    width: 100%;
    padding-left: 15vw;
  }
}
.contact-bnr .body a span {
  letter-spacing: -2.6px;
  padding-right: 32px;
  font-size: 6.7rem;
  font-weight: 600;
  font-family: "source-han-serif-japanese";
}
@media (max-width: 760px) {
  .contact-bnr .body a span {
    font-size: 10.9375vw;
    padding: 0;
    letter-spacing: -0.45vw;
  }
}
.contact-bnr .body a span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 89px;
  height: 53px;
  transform: translateY(-50%);
  background-image: url(../../img/cmn/icon_free.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 760px) {
  .contact-bnr .body a span::before {
    width: 14.4vw;
    height: 8vw;
    left: 3.9vw;
  }
}
.contact-bnr .foot {
  display: flex;
  justify-content: center;
  padding-right: 17px;
}
@media (max-width: 760px) {
  .contact-bnr .foot {
    padding-right: 0;
    margin-top: 43.5vw;
    display: block;
  }
}
.contact-bnr .foot li {
  width: 281px;
  height: 63px;
  margin: 0 5px;
  z-index: 1000;
}
@media (max-width: 760px) {
  .contact-bnr .foot li {
    width: 88.1%;
    height: auto;
    margin: auto;
    margin-bottom: 3vw;
  }
}
.contact-bnr .foot .btn {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.contact-bnr .foot .btn img {
  width: 100%;
  height: 100%;
}
.contact-bnr .noti {
  width: 90px;
  position: absolute;
  top: -14%;
  right: 25%;
}
@media (max-width: 760px) {
  .contact-bnr .noti {
    display: flex;
    width: 45vw;
    position: unset;
    margin-left: 4vw;
  }
}
.contact-bnr .noti .box {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  background-color: #333333;
}
@media (max-width: 760px) {
  .contact-bnr .noti .box {
    width: 14.0625vw;
    height: 14.0625vw;
    font-size: 3.90625vw;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.contact-bnr .noti p {
  color: #C32E00;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .contact-bnr .noti p {
    padding-left: 2vw;
    align-self: center;
  }
}

/* ----------------------------------------------------------
sec contact-btm
---------------------------------------------------------- */
.contact-btm {
  width: 100%;
  height: 439px;
  background-image: url(../../img/top/contact-btm-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 65px;
}
@media (max-width: 760px) {
  .contact-btm {
    height: auto;
    margin-top: 13vw;
    background-image: url(../../img/top/contact-btm-bg-sp.jpg);
  }
}
.contact-btm .box-txt {
  font-family: "source-han-serif-japanese";
  position: absolute;
  width: 30%;
  left: 52%;
  text-align: center;
  padding-top: 95px;
}
@media (max-width: 760px) {
  .contact-btm .box-txt {
    position: unset;
    width: 100%;
    padding: 10vw 0;
  }
}
.contact-btm .h2 {
  font-size: 4rem;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .contact-btm .h2 {
    font-size: 7.5vw;
    margin-bottom: 1vw;
  }
}
.contact-btm .tit {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -1.5px;
  margin-bottom: 51px;
}
@media (max-width: 760px) {
  .contact-btm .tit {
    font-size: 4.0625vw;
    margin-bottom: 8%;
  }
}
@media (max-width: 760px) {
  .contact-btm .btn-square a {
    width: 71.875vw;
    height: 11.1vw;
    font-size: 4.0625vw;
  }
}

/* ----------------------------------------------------------
sec more-information
---------------------------------------------------------- */
.more-information {
  width: 100%;
}
.more-information li {
  width: 25%;
}
@media (max-width: 760px) {
  .more-information li {
    width: 100%;
    height: 40vw;
  }
}
.more-information .tit {
  font-size: 2.4rem;
  font-family: "source-han-serif-japanese";
}
@media (max-width: 760px) {
  .more-information .tit {
    font-size: 5.9375vw;
  }
}

/* ----------------------------------------------------------
sec other-content
---------------------------------------------------------- */
.other-content .sec-title {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .other-content .sec-title {
    margin-bottom: 7vw;
  }
}
.other-content .content-img-tit {
  justify-content: center;
}
.other-content .bg-img {
  width: 348px;
  height: 222px;
  margin: 0 17px;
}
@media (max-width: 760px) {
  .other-content .bg-img {
    width: 100%;
    height: 40vw;
    margin: 0;
  }
}
.other-content .img {
  width: 100%;
  height: 100%;
}
.other-content .img img {
  border-radius: 5px;
}
@media (max-width: 760px) {
  .other-content .img img {
    border-radius: 0;
  }
}
.other-content .tit {
  font-size: 2.4rem;
  font-family: "source-han-serif-japanese";
}
@media (max-width: 760px) {
  .other-content .tit {
    font-size: 5.9375vw;
  }
}

/* ----------------------------------------------------------
sec available_area
---------------------------------------------------------- */
.available-area {
  margin-top: 187px;
  margin-bottom: 86px;
}
@media (max-width: 760px) {
  .available-area {
    margin-top: 21vw;
    margin-bottom: 18vw;
  }
}
.available-area .main-area .content.active {
  display: block;
}
.available-area .content {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  display: none;
}
@media (max-width: 760px) {
  .available-area .content {
    width: 100%;
    padding: 0 5.4vw;
  }
}
.available-area .content.content-2 .img-top {
  padding: 20px 0px 79px 35px;
}
@media (max-width: 760px) {
  .available-area .content.content-2 .img-top {
    width: 100%;
    padding: 0 5.4vw;
  }
}
.available-area .content.content-2 .item:nth-child(4),
.available-area .content.content-2 .item:nth-child(5) {
  right: 25px;
}
.available-area .sec-title {
  margin-bottom: 39px;
}
.available-area .img-top {
  width: 100%;
  margin: 0 auto;
  padding: 19px 0px 40px 85px;
}
@media (max-width: 760px) {
  .available-area .img-top {
    width: 100%;
    padding: 0;
    margin-bottom: 6.3vw;
  }
}
@media (min-width: 761px) {
  .available-area .list .item {
    width: 292px;
    height: 186px;
    position: absolute;
    text-align: center;
  }
  .available-area .list .item .img {
    margin-bottom: 7px;
  }
  .available-area .list .item .txt {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.8px;
  }
  .available-area .list .item .txt span {
    display: inline-block;
  }
  .available-area .list .item:nth-child(1) {
    top: 0;
    left: 0;
  }
  .available-area .list .item:nth-child(2) {
    top: 249px;
    left: 0;
  }
  .available-area .list .item:nth-child(3) {
    bottom: 80px;
    left: 0;
  }
  .available-area .list .item:nth-child(4) {
    top: 132px;
    right: 6px;
  }
  .available-area .list .item:nth-child(5) {
    bottom: 196px;
    right: 6px;
  }
  .available-area .list .item:nth-child(6) {
    top: 567px;
    left: 409px;
  }
  .available-area .list .img {
    position: relative;
    overflow: hidden;
  }
  .available-area .list .hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(19, 121, 186, 0.7);
    color: #fff;
    opacity: 0;
    bottom: -100%;
    transition: all 0.3s;
    border-radius: 5px;
  }
  .available-area .list a:hover .hover {
    opacity: 1;
    bottom: 0;
  }
}
@media (max-width: 760px) {
  .available-area .list {
    display: flex;
    flex-wrap: wrap;
  }
  .available-area .list .item {
    width: 48.6%;
    margin-bottom: 3.6vw;
  }
  .available-area .list .item:not(:nth-child(2n)) {
    margin-right: 2.4vw;
  }
  .available-area .list .item .txt {
    font-size: 3.125vw;
    letter-spacing: -0.1vw;
    text-align: center;
  }
  .available-area .list .item .img {
    margin-bottom: 1vw;
  }
}
.available-area .nav-area {
  margin-bottom: 50px;
}
.available-area .nav-area ul {
  display: flex;
  justify-content: center;
}
.available-area .nav-area li a {
  margin: 0 5px;
  width: 217px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.available-area .nav-area li.active a {
  background-color: #A03E64;
  color: #fff;
}

/* ----------------------------------------------------------
sec list-halls
---------------------------------------------------------- */
.list-halls {
  margin-bottom: 170px;
}
.list-halls .sec-container {
  width: 1120px;
}
.list-halls .img {
  width: 100vw;
  height: 47.18vw;
  margin-bottom: 40px;
}
.list-halls .img img {
  width: 100vw;
  height: 47.18vw;
  object-fit: cover;
}
.list-halls .txt {
  display: flex;
  align-items: center;
}
.list-halls .txt .h2 {
  font-size: 4rem;
  font-family: "source-han-serif-japanese";
  letter-spacing: 5px;
  margin-right: 26px;
}
.list-halls .txt .tit {
  margin-right: 38px;
}
.list-halls .txt a {
  padding: 0 22px 5px 0;
  font-size: 1.5rem;
  border-bottom: 1px solid #252525;
  position: relative;
}
.list-halls .txt a::after {
  content: "";
  width: 10.5px;
  height: 9.5px;
  position: absolute;
  background-image: url(../../img/cmn/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 11px;
  right: 0;
}

/* ----------------------------------------------------------
sec reason
---------------------------------------------------------- */
.reason {
  width: 100%;
  background-color: #F4EFF2;
  margin-bottom: 130px;
}
@media (max-width: 760px) {
  .reason {
    padding: 8.4375vw 6.25vw;
    margin-bottom: 5%;
  }
}
@media (max-width: 760px) {
  .reason .h_txt {
    font-size: 3.73vw;
    line-height: 1.8;
    font-family: "source-han-serif-japanese";
    font-weight: 400;
    text-align: center;
    margin-bottom: 13%;
  }
}
.reason .sec-container {
  width: 1120px;
  position: relative;
  padding: 84px 0 120px;
}
@media (max-width: 760px) {
  .reason .sec-container {
    padding: 0;
    width: 100%;
  }
}
.reason .nav-reason {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  top: 35px;
}
@media (max-width: 760px) {
  .reason .nav-reason {
    flex-wrap: wrap;
    justify-content: space-between;
    position: unset;
    margin-bottom: 1.2vw;
  }
}
.reason .nav-item {
  width: 230px;
  height: 160px;
  text-align: center;
  font-family: "source-han-serif-japanese";
  margin: 0 10px;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  padding-top: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .reason .nav-item {
    width: 42.65vw;
    height: 18.125vw;
    padding-top: 2.6875vw;
    margin: 0 0 3.125vw 0;
  }
}
.reason .nav-item::after {
  content: "";
  width: 16.5px;
  height: 15.5px;
  position: absolute;
  background-image: url(../../img/cmn/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg) translateX(-50%);
  bottom: 15px;
  right: 46%;
}
@media (max-width: 760px) {
  .reason .nav-item::after {
    display: none;
  }
}
.reason .nav-item .h2 {
  font-size: 3.2rem;
}
@media (max-width: 760px) {
  .reason .nav-item .h2 {
    font-size: 5.9375vw;
    line-height: 1;
  }
}
.reason li.active .nav-item {
  background-color: #A03E64;
  color: #fff;
}
.reason li.active .nav-item::after {
  content: "";
  background-image: url(../../img/cmn/btn-arrow-white.png);
}
.reason .main-reason {
  border-radius: 5px;
}
.reason .item-reason {
  position: relative;
  display: none;
}
.reason .item-reason.active {
  display: block;
}
.reason .item-reason .img {
  width: 100%;
  height: 686px;
  position: relative;
}
.reason .item-reason .img::before {
  position: absolute;
  content: "";
  z-index: 0;
  background: #000000;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reason .item-reason .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 760px) {
  .reason .item-reason .img {
    height: 82.5vw;
  }
}
.reason .item-reason .content {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 78px;
  transform: translateX(-50%);
}
@media (max-width: 760px) {
  .reason .item-reason .content {
    bottom: 7.5vw;
    width: 100%;
  }
}
.reason .item-reason .content .h2 {
  font-size: 4.8rem;
  font-family: "source-han-serif-japanese";
}
@media (max-width: 760px) {
  .reason .item-reason .content .h2 {
    font-size: 8.125vw;
    line-height: 1.2;
    margin-bottom: 4%;
  }
}
.reason .item-reason .content .tit {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .reason .item-reason .content .tit {
    font-size: 4.0625vw;
    margin-bottom: 7.8125vw;
  }
}
.reason .item-reason .badge {
  position: absolute;
  width: 140px;
  top: -86px;
  left: -100px;
}
@media (max-width: 760px) {
  .reason .item-reason .badge {
    position: absolute;
    width: 21vw;
    top: -22vw;
    left: 2vw;
  }
}
@media (max-width: 760px) {
  .reason .btn-square a {
    width: 71.875vw;
    height: 11.09735vw;
    font-size: 4.0625vw;
  }
}

.reason-test {
  width: 100%;
  background-color: #F4EFF2;
  margin-bottom: 130px;
}
@media (max-width: 760px) {
  .reason-test {
    padding: 8.4375vw 6.25vw;
    margin-bottom: 5%;
  }
}
@media (max-width: 760px) {
  .reason-test .h_txt {
    font-size: 3.73vw;
    line-height: 1.8;
    font-family: "source-han-serif-japanese";
    font-weight: 400;
    text-align: center;
    margin-bottom: 13%;
  }
}
.reason-test .sec-container {
  width: 1120px;
  position: relative;
  padding: 84px 0 120px;
}
@media (max-width: 760px) {
  .reason-test .sec-container {
    padding: 0;
    width: 100%;
  }
}
.reason-test .nav-reason {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  top: 35px;
  z-index: 100;
}
@media (max-width: 760px) {
  .reason-test .nav-reason {
    flex-wrap: wrap;
    justify-content: space-between;
    position: unset;
    margin-bottom: 1.2vw;
  }
}
.reason-test .nav-item {
  width: 230px;
  height: 160px;
  text-align: center;
  font-family: "source-han-serif-japanese";
  margin: 0 10px;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  padding-top: 32px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 760px) {
  .reason-test .nav-item {
    width: 49% !important;
    height: 18.125vw;
    padding-top: 2.6875vw;
    margin: 0 2% 3.125vw 0;
  }
  .reason-test .nav-item:nth-child(2n) {
    margin: 0 0 3.125vw 0;
  }
}
.reason-test .nav-item::after {
  content: "";
  width: 16.5px;
  height: 15.5px;
  position: absolute;
  background-image: url(../../img/cmn/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg) translateX(-50%);
  bottom: 15px;
  right: 46%;
}
@media (max-width: 760px) {
  .reason-test .nav-item::after {
    display: none;
  }
}
.reason-test .nav-item .h2 {
  font-size: 3.2rem;
}
@media (max-width: 760px) {
  .reason-test .nav-item .h2 {
    font-size: 5.9375vw;
    line-height: 1;
  }
}
.reason-test li:hover {
  background-color: #A03E64;
  color: #fff;
}
.reason-test li:hover::after {
  content: "";
  background-image: url(../../img/cmn/btn-arrow-white.png);
}
.reason-test .main-reason {
  border-radius: 5px;
}
.reason-test .item-reason {
  position: relative;
  display: block;
}
.reason-test .item-reason .img {
  width: 100%;
  height: 686px;
  position: relative;
}
.reason-test .item-reason .img::before {
  position: absolute;
  content: "";
  z-index: 0;
  background: #000000;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reason-test .item-reason .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 760px) {
  .reason-test .item-reason .img {
    height: 82.5vw;
  }
}
.reason-test .item-reason .content {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 78px;
  transform: translateX(-50%);
}
@media (max-width: 760px) {
  .reason-test .item-reason .content {
    bottom: 7.5vw;
    width: 100%;
  }
}
.reason-test .item-reason .content .h2 {
  font-size: 4.8rem;
  font-family: "source-han-serif-japanese";
}
@media (max-width: 760px) {
  .reason-test .item-reason .content .h2 {
    font-size: 8.125vw;
    line-height: 1.2;
    margin-bottom: 4%;
  }
}
.reason-test .item-reason .content .tit {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .reason-test .item-reason .content .tit {
    font-size: 4.0625vw;
    margin-bottom: 7.8125vw;
  }
}
.reason-test .item-reason .badge {
  position: absolute;
  width: 140px;
  top: -86px;
  left: -100px;
}
@media (max-width: 760px) {
  .reason-test .item-reason .badge {
    position: absolute;
    width: 21vw;
    top: -22vw;
    left: 2vw;
  }
}
@media (max-width: 760px) {
  .reason-test .btn-square a {
    width: 71.875vw;
    height: 11.09735vw;
    font-size: 4.0625vw;
  }
}

/* ----------------------------------------------------------
sec-advisory
---------------------------------------------------------- */
.sec-advisory {
  padding: 155px 0;
  background-color: #F4EFF2;
}
@media (max-width: 760px) {
  .sec-advisory {
    padding: 9.3vw 16px 5vw;
  }
}
.sec-advisory .sec-container {
  width: 1120px;
}
@media (max-width: 760px) {
  .sec-advisory .sec-container {
    width: 100%;
  }
}
.sec-advisory .item-main {
  display: flex;
  position: relative;
  height: 700px;
}
.sec-advisory .item-main:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 760px) {
  .sec-advisory .item-main:not(:last-child) {
    margin-bottom: 3vw;
  }
}
@media (max-width: 760px) {
  .sec-advisory .item-main {
    width: 100%;
    display: block;
    height: auto;
  }
}
.sec-advisory .img {
  width: 700px;
  height: 700px;
  position: absolute;
  right: 0;
}
@media (max-width: 760px) {
  .sec-advisory .img {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.sec-advisory .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 760px) {
  .sec-advisory .img img {
    width: 100%;
    height: auto;
  }
}
.sec-advisory .box-content {
  width: 610px;
  height: 400px;
  padding: 107px 33px 0;
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 760px) {
  .sec-advisory .box-content {
    width: 100%;
    height: auto;
    padding: 0px 24px 24px;
    position: relative;
    top: -2vw;
    transform: translateY(0);
  }
  .sec-advisory .box-content p {
    font-size: 3.9vw;
    margin: 0 3%;
  }
}
.sec-advisory .box-content::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 135%;
  background-image: url(../../img/cmn/box-shadow-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -18px;
  left: -20px;
  z-index: -1;
  opacity: 0.9;
}
@media (max-width: 760px) {
  .sec-advisory .box-content::after {
    width: 100%;
    height: calc(100% + 24px);
    top: -6.9vw;
    left: 1.5vw;
  }
}
.sec-advisory .box-content .h2 {
  font-family: "source-han-serif-japanese";
  font-size: 3rem;
  color: #A03E64;
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  .sec-advisory .box-content .h2 {
    font-size: 5vw;
    margin-bottom: 1.7vw;
  }
}
.sec-advisory .box-content .btn-square {
  margin-top: 33px;
}
@media (max-width: 760px) {
  .sec-advisory .box-content .btn-square {
    margin: 5.3vw 0 6.1vw;
  }
}
.sec-advisory .box-content .btn-square a {
  margin: 0;
  width: 199px;
  height: 49px;
}
@media (max-width: 760px) {
  .sec-advisory .box-content .btn-square a {
    margin: 0;
    width: 84%;
    height: 36px;
    margin: 0 8%;
  }
}
.sec-advisory .fl-reverse .img {
  left: 0;
  right: auto;
  right: unset;
}
.sec-advisory .fl-reverse .box-content {
  left: auto;
  left: unset;
  right: 0;
}
.sec-advisory .fl-reverse .box-content .btn_paper {
  width: 300px;
  margin-top: 30px;
}

@media (max-width: 760px) {
  .list-halls {
    margin-bottom: 8.2vw;
  }
  .list-halls .txt {
    flex-wrap: wrap;
    text-align: center;
  }
  .list-halls .txt .tit {
    margin: 0;
    font-size: 4.0625vw;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 6vw;
  }
  .list-halls .txt .h2 {
    font-size: 7.5vw;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 2vw;
  }
  .list-halls .txt a {
    font-size: 4.0625vw;
    padding: 0 20px 2px 0;
    margin: 0 auto;
  }
  .list-halls .txt a:after {
    bottom: 6px;
  }
  .list-halls .img {
    height: auto;
    margin-bottom: 4vw;
  }
  .list-halls .img img {
    height: auto;
  }

  .sec-top-news {
    margin-bottom: 7.5vw;
  }
  .sec-top-news .box {
    padding: 4.8vw 6vw;
  }
  .sec-top-news .box .item-news:not(:last-child) {
    margin-bottom: 4.7vw;
  }
  .sec-top-news .box .box-detail {
    padding: 4vw 0 0;
  }
  .sec-top-news .box .tit {
    font-size: 5.625vw;
    margin-bottom: 3.9vw;
  }
  .sec-top-news .box .item-news {
    padding-bottom: 4.7vw;
  }
  .sec-top-news .content-date-title .title {
    font-size: 3.75vw;
  }
  .sec-top-news .content-date-title .wrap-date {
    margin-bottom: 1.3vw;
  }
  .sec-top-news .content-date-title .date {
    font-size: 3.4375vw;
  }
  .sec-top-news .content-date-title .icons .icon {
    font-size: 8px;
    max-height: 12px;
  }
  .sec-top-news .box-r .box-detail {
    padding: 6vw 0 0;
  }
  .sec-top-news .box-r .item-detail .img {
    padding: 0 5vw;
    margin-bottom: 3.4vw;
  }

  .sec-recom-people {
    padding: 7.4vw 5vw 8.4vw;
  }
  .sec-recom-people .h2 {
    font-size: 5.625vw;
    margin-bottom: 1.4vw;
  }
  .sec-recom-people .list {
    padding: 0;
    margin-bottom: 4vw;
  }
  .sec-recom-people .list li {
    font-size: 4.21875vw;
    line-height: 1.3;
    background-size: 4.53125vw;
    background-position: left 1vw center;
    padding: 3vw 0 3vw 8.4vw;
    margin: 0;
  }
  .sec-recom-people .content {
    border-radius: 0;
  }
  .sec-recom-people .content:after {
    width: 100%;
  }

  .available-area {
    margin-top: 11vw;
    margin-bottom: 7vw;
  }
  .available-area .sec-title {
    margin-bottom: 3.8vw;
  }
  .available-area .sec-title .box .h2 {
    font-size: 7.5vw;
  }
  .available-area .nav-area {
    position: relative;
    z-index: 1;
    margin: 0;
  }
  .available-area .nav-area ul {
    padding: 0 5vw;
    justify-content: space-between;
  }
  .available-area .nav-area li {
    width: 47.6%;
  }
  .available-area .nav-area li a {
    width: 100%;
    font-size: 4.0625vw;
    height: 11.6vw;
    margin: 0;
    background: #fff;
  }
  .available-area .img-top {
    margin: -24vw 0 -15vw;
    position: relative;
    z-index: -1;
  }

  .funeral-plan .list {
    display: block;
  }
  .funeral-plan .sec-title {
    margin-bottom: 3vw;
  }
  .funeral-plan .sec-title .box .h2 {
    font-size: 7.5vw;
  }
  .funeral-plan .sec-title .txt-normal {
    font-size: 4.0625vw;
    margin: 1.6vw 0 0;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=top.css.map */
