.area_mv {
  background: url(../img/area/area_bg.jpg);
  background-size: cover;
  margin: 110px auto 30px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .area_mv {
    margin: 60px 0 15px;
  }
}
.area_mv .inner {
  max-width: 1200px;
}
.area_mv .inner .lady {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  max-width: 630px;
}
@media screen and (max-width: 767px) {
  .area_mv .inner .lady {
    position: unset;
    width: 100%;
  }
}
.area_mv .inner .text_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  padding: 60px 0px;
}
@media screen and (max-width: 1100px) {
  .area_mv .inner .text_box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .area_mv .inner .text_box {
    text-align: center;
    margin: auto;
    padding: 10px 0;
  }
}
.area_mv .inner .text_box .area {
  background: #fff;
  color: #003461;
  font-size: 1.1em;
  padding: 2px 5px;
  border-radius: 4px;
  margin-right: 5px;
}
.area_mv .inner .text_box .title {
  font-size: 2.8rem;
  margin-bottom: 5%;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  .area_mv .inner .text_box .title {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 1100px) {
  .area_mv .inner .text_box .title {
    font-size: 2.2rem;
    margin-bottom: 2%;
    margin-top: 2%;
  }
}
.area_mv .inner .text_box .title img {
  position: relative;
  width: 24vw;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .area_mv .inner .text_box .title img {
    width: 300px;
  }
}
.area_mv .inner .text_box .price_catch {
  font-size: 2.6rem;
}
@media screen and (max-width: 1400px) {
  .area_mv .inner .text_box .price_catch {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .area_mv .inner .text_box .price_catch {
    font-size: 1.8rem;
  }
}
.area_mv .inner .text_box .price_catch .big {
  font-size: 1.2em;
}
.area_mv .inner .text_box .price_box {
  color: #fff600;
  line-height: 1;
  gap: 0;
  align-items: center;
  border-top: 1px dashed #fff;
  justify-content: center;
  padding-top: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.area_mv .inner .text_box .price_box .label {
  margin: 5px 5px 0 0;
  width: 1.6em;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  text-align: center;
  padding: 0.3em;
  font-weight: bold;
  color: #ff4d76;
  background: #fff600;
  padding: 10px 0px;
  border-radius: 5px;
}
.area_mv .inner .text_box .price_box .num {
  font-size: 10rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .area_mv .inner .text_box .price_box .num {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .area_mv .inner .text_box .price_box .num {
    font-size: 6.5rem;
  }
}
.area_mv .inner .text_box .price_box .yen {
  font-size: 0.5em;
  margin-top: auto;
  position: relative;
  font-weight: bold;
}
.area_mv .inner .text_box .price_box .yen .tax {
  font-size: 0.4em;
  position: absolute;
  top: -10px;
  left: 3px;
}
@media screen and (max-width: 767px) {
  .area_mv .inner .text_box .price_box .yen .tax {
    top: -5px;
  }
}

.column_areamap {
  text-align: center;
}
.column_areamap iframe {
  width: 100%;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .column_areamap iframe {
    height: 300px;
  }
}

.areatop_plan {
  background: #ebeff5;
}
.areatop_plan .sec_title {
  margin-bottom: 14px;
}
.areatop_plan .price_catch {
  color: #fff;
  background: #d64c55;
  font-size: clamp(2rem, 4vw, 2.2rem);
  line-height: 1.2;
  border-radius: 5px;
  display: block;
  font-weight: 600;
  margin: 0 auto 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
}
@media screen and (max-width: 767px) {
  .areatop_plan .price_catch {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.areatop_plan .price_catch .color .num {
  font-size: 1.4em;
  transform: scale(0.9, 1);
}
.areatop_plan .plan_list {
  margin-bottom: 0;
}

.contact_catch {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact_catch {
    margin-bottom: 10px;
  }
}
.contact_catch .fuki {
  position: relative;
  display: inline-block;
  color: #003461;
}
.contact_catch .fuki:before, .contact_catch .fuki:after {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 60px;
  width: 5px;
  border-radius: 5px;
  background: #003461;
}
@media screen and (max-width: 767px) {
  .contact_catch .fuki:before, .contact_catch .fuki:after {
    content: none;
  }
}
.contact_catch .fuki:before {
  transform: rotate(-30deg);
  left: -50px;
}
@media screen and (max-width: 767px) {
  .contact_catch .fuki:before {
    left: 0;
  }
}
.contact_catch .fuki:after {
  transform: rotate(30deg);
  right: -50px;
}
@media screen and (max-width: 767px) {
  .contact_catch .fuki:after {
    right: 0;
  }
}
.contact_catch .fuki .color {
  color: #ad2831;
}
@media screen and (max-width: 767px) {
  .contact_catch .fuki .color {
    font-size: 1.2em;
  }
}
.contact_catch .fuki .num {
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  font-weight: 600;
}

.area_contents .area_contents_title {
  font-size: clamp(2.5rem, 4vw, 3rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  color: #003461;
}
.area_contents .area_contents_title .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  border: 1px solid;
  padding: 2px 15px;
  margin: 0 auto 10px;
  border-radius: 4px;
  color: #ad2831;
  display: block;
  font-size: 0.6em;
}
.area_contents .area_contents_catch {
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .area_contents .area_contents_catch {
    text-align: justify;
  }
}
.area_contents .contents_list {
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 820px) {
  .area_contents .contents_list {
    gap: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .area_contents .contents_list {
    flex-wrap: wrap;
  }
}
.area_contents .contents_list .link {
  position: relative;
  width: calc(25% - 17px);
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media screen and (max-width: 820px) {
  .area_contents .contents_list .link {
    width: calc(25% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .area_contents .contents_list .link {
    width: calc(50% - 5px);
  }
}
.area_contents .contents_list .link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 15px solid #ccc;
  border-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -20px;
}
.area_contents .contents_list .link a {
  display: block;
  padding: 10px;
}
.area_contents .contents_list .link p {
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: 1.2;
  font-weight: bold;
}
.area_contents .contents_wrap {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .area_contents .contents_wrap {
    padding-top: 30px;
  }
}
.area_contents .contents_wrap > .inner {
  max-width: 1200px;
}
.area_contents .contents_wrap.bg {
  background: #fafafa;
}
.area_contents .contents_wrap.fire_list .inner {
  max-width: 1100px;
}
.area_contents .contents_wrap .con_title {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #003461;
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  letter-spacing: 0;
  line-height: 1.4;
}
.area_contents .contents_wrap .visit_list {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.area_contents .contents_wrap .visit_list .name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.area_contents .contents_wrap .visit_list .lead {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 767px) {
  .area_contents .contents_wrap .visit_list .lead {
    margin-bottom: 10px;
  }
}
.area_contents .contents_wrap .knowledge_box {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 15px;
}
.area_contents .contents_wrap .knowledge_box:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .area_contents .contents_wrap .knowledge_box:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.area_contents .contents_wrap .knowledge_box .name {
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-weight: bold;
  margin-bottom: 10px;
}
.area_contents .contents_wrap .knowledge_box .detail {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  text-align: justify;
}

.fire_box {
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #eee;
  box-shadow: 0px 5px 10px #eee;
  border-radius: 10px;
}
.fire_box:first-of-type:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fire_box {
    padding: 20px;
  }
}
.fire_box .flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.fire_box .fire_wrap {
  flex-wrap: wrap;
}
.fire_box .fire_wrap img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .fire_box .fire_wrap img {
    width: 100%;
  }
}
.fire_box .fire_wrap .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #003461;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
}
.fire_box .fire_wrap .hall_name {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
.fire_box .fire_wrap .fire_info {
  width: calc(60% - 20px);
}
@media screen and (max-width: 767px) {
  .fire_box .fire_wrap .fire_info {
    width: 100%;
  }
}
.fire_box .fire_wrap .info,
.fire_box .fire_wrap .info_2 {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.fire_box .fire_wrap .info .title,
.fire_box .fire_wrap .info_2 .title {
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #e6ebef;
  padding: 5px 0;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fire_box .fire_wrap .info .title,
.fire_box .fire_wrap .info_2 .title {
    width: 25%;
  }
}
.fire_box .fire_wrap .info .detail,
.fire_box .fire_wrap .info_2 .detail {
  width: calc(72% - 10px);
  line-height: 1.2;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .fire_box .fire_wrap .info .detail,
.fire_box .fire_wrap .info_2 .detail {
    width: calc(65% - 10px);
  }
}
.fire_box .fire_wrap .info .detail .mini,
.fire_box .fire_wrap .info_2 .detail .mini {
  font-size: 1.5rem;
}
.fire_box .fire_wrap .info_2 {
  width: 100%;
  flex: unset;
  margin-bottom: 20px;
}
.fire_box .fire_wrap .info_2 .title {
  width: calc(12% - 10px);
}
@media screen and (max-width: 767px) {
  .fire_box .fire_wrap .info_2 .title {
    width: 25%;
  }
}
.fire_box .fire_wrap .info_2 .detail {
  width: 12%;
}
@media screen and (max-width: 767px) {
  .fire_box .fire_wrap .info_2 .detail {
    width: calc(23% - 10px);
  }
}
.fire_box .lead {
  margin-bottom: 20px;
}
.fire_box .table_wrap {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1100px) {
  .fire_box .table_wrap {
    overflow-x: scroll;
  }
}
.fire_box .table_wrap .price_date {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fire_box .table_wrap .price_date {
    width: 800px;
  }
}
.fire_box .table_wrap .price_date th {
  background: #eee;
  border: 1px solid #fff;
}
.fire_box .table_wrap .price_date th,
.fire_box .table_wrap .price_date td {
  font-size: 1.6rem;
  padding: 5px;
}
.fire_box .table_wrap .price_date td {
  background: #fff;
  border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .column_hall_list_wide .hall_info {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 5px #eee;
  }
  .column_hall_list_wide .hall_info .hall_info-flex {
    gap: 10px;
    justify-content: center;
  }
}

.column_hall_list_wide .hall_info:last-of-type {
  margin-bottom: 0;
}

.floation_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 4px;
  z-index: 900;
}
@media screen and (min-width: 1100px) {
  .floation_sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .floation_sp {
    display: none !important;
  }
}
.floation_sp .line_link {
  text-align: center;
  padding-bottom: 5px;
}
.floation_sp .contact_links {
  gap: 5px;
  align-items: center;
}
.floation_sp .contact_links::after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background-color: rgba(255, 255, 255, 0.7607843137);
  opacity: 0.9;
}
.floation_sp .contact_links a {
  flex: 1;
}

.column_area_flow {
  background-color: #e5e5f7;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #fafafa 0, #fafafa 1px, #f8ffff 0, #f8ffff 50%);
}
.column_area_flow .flow_item {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}
.column_area_flow .flow_item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #ccc;
  border-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -20px;
}
.column_area_flow .flow_item.last {
  margin-bottom: 0;
}
.column_area_flow .flow_item.last::before {
  content: "";
  background: url(../img/area/flow7.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 50px;
  bottom: 15px;
  width: 120px;
  height: 120px;
  border: 0;
  opacity: 1;
  left: unset;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .column_area_flow .flow_item.last::before {
    content: none;
  }
}
.column_area_flow .flow_item.last .catch {
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 2.4rem);
  margin-bottom: 10px;
  white-space: nowrap;
}
.column_area_flow .flow_item > .title {
  color: #003461;
  font-size: clamp(2rem, 4vw, 2.4rem);
  background: #eff0f5;
  padding: 5px 15px;
  border-radius: 10px 10px 0 0;
}
.column_area_flow .flow_item > .title .num {
  opacity: 0.6;
  font-family: "Oswald", sans-serif;
  padding-right: 10px;
}
.column_area_flow .flow_item .p_wrap {
  padding: 15px;
}
.column_area_flow .flow_item .p_wrap .flex {
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .column_area_flow .flow_item .p_wrap .flex {
    flex-direction: column;
    gap: 20px;
  }
}
.column_area_flow .flow_item .p_wrap .flex > img {
  width: 200px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .column_area_flow .flow_item .p_wrap .flex > img {
    width: 80%;
    margin: 0 auto;
  }
}
.column_area_flow .flow_item .p_wrap .catch {
  color: #003461;
}
.column_area_flow .flow_item .p_wrap .lead {
  font-size: clamp(1.6rem, 4vw, 1.7rem);
}
.column_area_flow .flow_item .p_wrap .memo {
  color: #0a1f4b;
  font-size: 1.6rem;
  border: 1px dashed #003461;
  padding: 1em 1em 0.6em;
  border-radius: 10px;
  text-align: justify;
  position: relative;
  margin-top: 15px;
}
.column_area_flow .flow_item .p_wrap .memo:before {
  content: "MEMO";
  background: #003461;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 4px 10px;
  position: absolute;
  top: -10px;
  left: 20px;
  border-radius: 5px;
  z-index: 2;
}
/*# sourceMappingURL=add.css.map */