@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
  common
----------------------------------------*/
.pc_block {
  display: block;
}

.sp_block {
  display: none !important;
}

/*----------------------------------------
  コンテンツ
----------------------------------------*/
#wrapper img {
  display: inline;
}

#main {
  line-height: 1.5;
}
#main .inner {
  width: 94%;
  margin: 0 auto;
}

/* nav
---------------------------------*/
.nav_list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
}

.nav_item {
  width: 45.918%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 2%;
  position: relative;
}

.nav_item a {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 17px 0;
  background: #B60081;
  border: 2px solid #B60081;
  border-radius: 10px;
  box-sizing: border-box;
}

.nav_item:last-child {
  margin-right: 0;
}

.nav_item::before {
  content: "";
  position: absolute;
  border-top: 13px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid transparent;
  right: 20px;
  top: calc(50% + 9px);
  transform: translateY(-50%);
  pointer-events: none;
}

.nav_item.active a,
.nav_item:hover,
.nav_item a:hover {
  color: #B60081;
  background: #fff;
  text-decoration: none;
}

.nav_item.active::before,
.nav_item:hover::before {
  content: "";
  position: absolute;
  border-top: 13px solid #B60081;
  border-right: 9px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid transparent;
  right: 20px;
  top: calc(50% + 9px);
  transform: translateY(-50%);
}

/* contents
---------------------------------*/

.contents_title {
  margin: 36px 0 33px 0;
  border-bottom: solid 4px #62b2cd;
  text-align: left !important;
  padding-bottom: 5px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1280px) {
  .contents_title {
    font-size: 28px;
    font-size: 2.1875vw;
  }
}

.sec_customer {
  margin-bottom: 40px;
}
.sec_customer_subject {
  line-height: 1.5;
  border-left: 10px solid #62b2cd;
  padding-left: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #62b2cd;
  margin-bottom: 0.5em;
}
@media (max-width: 1280px) {
  .sec_customer_subject {
    font-size: 20px;
    font-size: 1.5625vw;
  }
}
.sec_customer_text {
  margin-left: 10px;
  padding-left: 20px;
  color: #000;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 1280px) {
  .sec_customer_text {
    font-size: 13px;
    font-size: 1.01563vw;
  }
}
.sec_customer .about_mallmedia_list {
  zoom: 1;
  width: 87%;
  max-width: 835px;
  margin: 35px auto 0 auto;
}
.sec_customer .about_mallmedia_list::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}
.sec_customer .about_mallmedia_list_item {
  margin-top: 10px;
  float: left;
  text-align: center;
}
.sec_customer .about_mallmedia_list_item:first-child {
  clear: both;
  margin-top: 0;
  margin-left: 34.13%;
  float: none;
}
.sec_customer .about_mallmedia_list_item:nth-of-type(n + 2) {
  width: 50%;
  padding: 0 6%;
  box-sizing: border-box;
}
.sec_customer .about_mallmedia_list_item:last-child {
  float: right;
}

.sec_charm_inner {
  margin: 30px 20px 0 20px;
  zoom: 1;
}
.sec_charm_inner::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}
.sec_charm_inner:first-child {
  margin-top: 0;
}
.sec_charm_inner .charm_textarea {
  width: 41%;
  float: left;
  box-sizing: border-box;
}
.sec_charm_inner .charm_textarea .charm_text_list {
  width: 84.73%;
  margin: 6% auto 0 10%;
}
.sec_charm_inner .charm_textarea .charm_text_list_detail p {
  margin-top: 6%;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .sec_charm_inner .charm_textarea .charm_text_list_detail p {
    font-size: 13px;
    font-size: 1.01563vw;
  }
}
.sec_charm_inner .charm_textarea .charm_text_list_detail p em {
  color: #62b2cd;
}
.sec_charm_inner .charm_image {
  margin-top: 0.8%;
  width: 59%;
  float: right;
  box-sizing: border-box;
}
.sec_charm_inner .charm_comment {
  color: #000;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 4.1%;
}
@media (max-width: 1280px) {
  .sec_charm_inner .charm_comment {
    font-size: 13px;
    font-size: 1.01563vw;
  }
}
.sec_charm_inner .charm_comment em {
  color: #62b2cd;
}
.sec_charm_subject {
  line-height: 1.5;
  border-left: 10px solid #62b2cd;
  padding-left: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5em;
}
@media (max-width: 1280px) {
  .sec_charm_subject {
    font-size: 20px;
    font-size: 1.5625vw;
  }
}
.sec_charm_subject em {
  color: #62b2cd;
}

/*  イベントスペース
----------------------------------------*/
.eventspace_area {
  padding-bottom: 5px;
  margin-top: 25px;
  margin-bottom: 40px;
}
.eventspace_area_title {
  background-color: #62b2cd;
  padding: 1% 2%;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .eventspace_area_title {
    font-size: 24px;
    font-size: 1.875vw;
  }
}
.eventspace_area ul li .eventspace_title {
  border-bottom: solid 4px #62b2cd;
  padding-bottom: 5px;
  margin-top: 25px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .eventspace_area ul li .eventspace_title {
    font-size: 22px;
    font-size: 1.71875vw;
  }
}
.eventspace_area figure {
  width: 100%;
  margin: 0 auto;
}
.eventspace_area figure ul {
  width: 100%;
  margin: 16px auto 20px auto;
  zoom: 1;
}
.eventspace_area figure ul::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}
.eventspace_area figure ul.area-img {
  margin-bottom: 1px;
}
.eventspace_area figure ul.area-img li {
  width: 48%;
  float: left;
}
.eventspace_area figure ul.area-img li.drawing {
  margin-left: 4%;
}
.eventspace_area figure ul.area-img li img {
  border: 1px solid #d6d6d6;
  padding: 3px;
  box-sizing: border-box;
}
.eventspace_area .eventspace_comment {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.5;
  margin: 3.125% 2%;
  text-align: left;
}
@media (max-width: 1280px) {
  .eventspace_area .eventspace_comment {
    font-size: 14px;
    font-size: 1.09375vw;
  }
}
.eventspace_area .eventspace_list {
  margin: 0;
}
.eventspace_area .eventspace_list_item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.eventspace_area .eventspace_list_item:first-child {
  border-top: 1px solid #bbbbbb;
}
.eventspace_area .eventspace_list_item .eventspace_table {
  width: 50%;
  margin: 0;
  display: flex;
}
.eventspace_area .eventspace_list_item .eventspace_table_title {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #bbbbbb;
  text-align: center;
  padding: 1%;
  background-color: #e9f4f8;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}
@media (max-width: 1280px) {
  .eventspace_area .eventspace_list_item .eventspace_table_title {
    font-size: 16px;
    font-size: 1.25vw;
  }
}
.eventspace_area .eventspace_list_item .eventspace_table_detail {
  width: 75%;
  display: flex;
  align-items: center;
  padding: 2%;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  border-left: 1px solid #bbbbbb;
}
@media (max-width: 1280px) {
  .eventspace_area .eventspace_list_item .eventspace_table_detail {
    font-size: 16px;
    font-size: 1.25vw;
  }
}
.eventspace_area p {
  text-align: right;
  margin-bottom: 20px;
}

.sec_document_title {
  background-color: #62b2cd;
  padding: 1% 2%;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  .sec_document_title {
    font-size: 24px;
    font-size: 1.875vw;
  }
}
.sec_document_inner {
  margin: 0 5.9% 6.25%;
}
.sec_document_inner p {
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}
@media (max-width: 1280px) {
  .sec_document_inner p {
    font-size: 13px;
    font-size: 1.01563vw;
  }
}
.sec_document_inner .notes_list {
  margin: 0;
  width: 100%;
}
.sec_document_inner .notes_list_item {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}
@media (max-width: 1280px) {
  .sec_document_inner .notes_list_item {
    font-size: 13px;
    font-size: 1.01563vw;
  }
}
.sec_document_inner .criteria_list {
  margin: 0;
}
.sec_document_inner .criteria_list_title {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}
@media (max-width: 1280px) {
  .sec_document_inner .criteria_list_title {
    font-size: 13px;
    font-size: 1.01563vw;
  }
}
.sec_document_inner .criteria_list_text ul li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}
@media (max-width: 1280px) {
  .sec_document_inner .criteria_list_text ul li {
    font-size: 13px;
    font-size: 1.01563vw;
  }
}

.contact_box {
  border: solid 10px #e8f0f3;
  padding: 18px 24px;
  margin: 25px 0;
}
.contact_box .contact_list {
  margin: 0;
}
.contact_box .contact_list_title {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .contact_box .contact_list_title {
    font-size: 18px;
    font-size: 1.40625vw;
  }
}
.contact_box .contact_list_title .sub {
  margin-left: 1em;
  color: #62b2cd;
}
.contact_box .contact_list_detail {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}
@media (max-width: 1280px) {
  .contact_box .contact_list_detail {
    font-size: 13px;
    font-size: 1.01563vw;
  }
}

/* osusume_plan
------------------------------*/
.osusume_plan {
  margin-bottom: 40px;
}

.osusume_plan_head {
  background-color: #62b2cd;
  padding: 1% 2%;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .osusume_plan_head {
    font-size: 24px;
    font-size: 1.875vw;
  }
}

.osusume_plan_main .osusume_plan_title {
  border-bottom: solid 4px #62b2cd;
  padding-bottom: 5px;
  margin-top: 25px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .osusume_plan_main .osusume_plan_title {
    font-size: 22px;
    font-size: 1.71875vw;
  }
}

.osusume_plan_main .osusume_plan_table {
  margin-top: 12.5px;
}

.osusume_plan_main .osusume_plan_h {
  width: 15.55555%;
  border: 1px solid #bbbbbb;
  padding: 1% 0.5%;
  text-align: center;
  color: #000;
  background-color: #e9f4f8;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 1280px) {
  .osusume_plan_main .osusume_plan_h{
    font-size: 13px;
    font-size: 1.01563vw;
  }
}

.osusume_plan_main .osusume_plan_m_h {
  width: 25%;
  border: 1px solid #bbbbbb;
  padding: 1% 0.5%;
  text-align: center;
  color: #000;
  background-color: #e9f4f8;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 1280px) {
  .osusume_plan_main .osusume_plan_m_h{
    font-size: 13px;
    font-size: 1.01563vw;
  }
}

.osusume_plan_main .osusume_plan_b {
  border: 1px solid #bbbbbb;
  padding: 2% 0.5%;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}

@media (max-width: 1280px) {
  .osusume_plan_main .osusume_plan_b {
    font-size: 16px;
    font-size: 1.25vw;
  }
}

.osusume_plan_notice {
  margin-top: 12.5px;
}

.osusume_plan_notice .osusume_plan_notice_txt {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}

@media (max-width: 1280px) {
  .osusume_plan_notice .osusume_plan_notice_txt {
    font-size: 13px;
    font-size: 1.01563vw;
  }
}

/* schedule
------------------------------*/
.schedule {
  margin-bottom: 40px;
}

.schedule_inner {
  padding: 0 5.9%;
}

.schedule_head {
  background-color: #62b2cd;
  padding: 1% 2%;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .schedule_head {
    font-size: 24px;
    font-size: 1.875vw;
  }
}

.schedule_txt {
  padding-bottom: 5px;
  margin-top: 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
}

@media (max-width: 1280px) {
  .schedule_txt {
    font-size: 16px;
    font-size: 1.25vw;
  }
}

.schedule_notice {
  margin-top: 12.5px;
}

.schedule_notice .schedule_notice_txt {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}

@media (max-width: 1280px) {
  .schedule_notice .schedule_notice_txt {
    font-size: 13px;
    font-size: 1.01563vw;
  }
}
