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

.sp_block {
  display: block;
}

/*----------------------------------------
  コンテンツ
----------------------------------------*/
#main {
  line-height: 1.3;
  display: block;
  margin: 0;
}
#main img {
  display: block;
  margin: 0;
}
#main .inner {
  width: 94%;
  margin: 0 auto;
}

#wrapper .main_visual img {
  width: 100%;
}

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

.nav_item {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

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

.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: 20px 0 23px 0;
  border-bottom: solid 4px #62b2cd;
  text-align: left;
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .contents_title {
    font-size: 16px;
    font-size: 5vw;
  }
}

.sec_customer {
  margin-bottom: 40px;
}
.sec_customer_subject {
  line-height: 1.5;
  border-left: 10px solid #62b2cd;
  padding-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #62b2cd;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .sec_customer_subject {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.sec_customer_text {
  margin-left: 10px;
  padding-left: 5px;
  color: #000;
  line-height: 1.5;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (max-width: 768px) {
  .sec_customer_text {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.sec_customer .about_mallmedia_list {
  margin-top: 5.15%;
}
.sec_customer .about_mallmedia_list_item {
  margin-top: 4.7%;
}
.sec_customer .about_mallmedia_list_item:first-child {
  margin-top: 0;
}

.sec_charm_inner {
  margin: 6% 0 0 0;
}
.sec_charm_inner:first-child {
  margin-top: 0;
}
.sec_charm_inner .charm_textarea .charm_text_list {
  width: 83.57%;
  margin: 0 auto;
}
.sec_charm_inner .charm_textarea .charm_text_list_detail p {
  margin-top: 6%;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sec_charm_inner .charm_textarea .charm_text_list_detail p {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.sec_charm_inner .charm_textarea .charm_text_list_detail p em {
  color: #62b2cd;
}
.sec_charm_inner .charm_image {
  margin-top: 4.92%;
  box-sizing: border-box;
}
.sec_charm_inner .charm_comment {
  color: #000;
  line-height: 1.5;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-left: 4.1%;
}
@media (max-width: 768px) {
  .sec_charm_inner .charm_comment {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.sec_charm_inner .charm_comment em {
  color: #62b2cd;
}
.sec_charm_subject {
  line-height: 1.5;
  border-left: 10px solid #62b2cd;
  padding-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #000;
}
@media (max-width: 768px) {
  .sec_charm_subject {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.sec_charm_subject em {
  color: #62b2cd;
}

/*  イベントスペース
----------------------------------------*/
.eventspace_area {
  padding-bottom: 5px;
  margin-top: 25px;
  margin-bottom: 40px;
}
.eventspace_area_title {
  background-color: #62b2cd;
  padding: 2% 4%;
  margin: 0 auto 25px auto;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .eventspace_area_title {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
.eventspace_area ul li .eventspace_title {
  border-bottom: solid 4px #62b2cd;
  padding-bottom: 5px;
  margin-top: 25px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 700;
}
@media (max-width: 768px) {
  .eventspace_area ul li .eventspace_title {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}
.eventspace_area .eventspace_comment {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
  line-height: 1.5;
  margin: 3.125% 2%;
  text-align: left;
}
@media (max-width: 768px) {
  .eventspace_area .eventspace_comment {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.eventspace_area figure {
  margin: 0 auto;
}
.eventspace_area figure ul {
  margin: 16px auto 20px auto;
  zoom: 1;
}
.eventspace_area figure ul::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}
.eventspace_area figure ul li {
  margin-bottom: 10px;
  width: 96%;
}
.eventspace_area figure ul li img {
  width: 100% !important;
  padding: 5px;
  border: solid #d6d6d6 1px;
}
.eventspace_area .eventspace_list {
  margin: 0;
}
.eventspace_area .eventspace_list_item {
  width: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.eventspace_area .eventspace_list_item::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}
.eventspace_area .eventspace_list_item .eventspace_table {
  width: 100%;
  margin: 3.125% 0 0 0;
  display: table;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
.eventspace_area .eventspace_list_item .eventspace_table_title {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #bbbbbb;
  text-align: center;
  background-color: #e9f4f8;
  height: 50px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2%;
  color: #000;
}
@media (max-width: 768px) {
  .eventspace_area .eventspace_list_item .eventspace_table_title {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.eventspace_area .eventspace_list_item .eventspace_table_detail {
  wiidth: 75%;
  display: table-cell;
  vertical-align: middle;
  padding: 2%;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  border-left: 1px solid #bbbbbb;
}
@media (max-width: 768px) {
  .eventspace_area .eventspace_list_item .eventspace_table_detail {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.sec_document_title {
  background-color: #62b2cd;
  padding: 1% 2%;
  margin-bottom: 4.5%;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .sec_document_title {
    font-size: 16px;
    font-size: 5vw;
  }
}
.sec_document_inner {
  margin: 0 0 6.25% 0;
}
.sec_document_inner p {
  line-height: 1.5;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
}
@media (max-width: 768px) {
  .sec_document_inner p {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.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: 11px;
  font-size: 0.6875rem;
  color: #000;
}
@media (max-width: 768px) {
  .sec_document_inner .notes_list_item {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.sec_document_inner .criteria_list {
  margin: 0;
}
.sec_document_inner .criteria_list_title {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
}
@media (max-width: 768px) {
  .sec_document_inner .criteria_list_title {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.sec_document_inner .criteria_list_text ul li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
}
@media (max-width: 768px) {
  .sec_document_inner .criteria_list_text ul li {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

.contact_box {
  border: solid 8px #e8f0f3;
  padding: 2%;
  margin: 4% 0;
}
.contact_box .contact_list {
  margin: 0;
}
.contact_box .contact_list_title {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .contact_box .contact_list_title {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
.contact_box .contact_list_title .sub {
  color: #62b2cd;
}
.contact_box .contact_list_detail {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
}
@media (max-width: 768px) {
  .contact_box .contact_list_detail {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
/* osusume_plan
------------------------------*/
.osusume_plan {
  margin-bottom: 40px;
}

.osusume_plan_head {
  background-color: #62b2cd;
  padding: 2% 4%;
  margin: 0 auto 25px auto;
  font-size: 18px;
  font-size: 5.625vw;
  color: #fff;
  font-weight: 700;
}

.osusume_plan_main .osusume_plan_title {
  border-bottom: solid 4px #62b2cd;
  padding-bottom: 5px;
  margin-top: 25px;
  font-size: 15px;
  font-size: 4.6875vw;
  color: #000;
  font-weight: 700;
}

.osusume_plan_main .osusume_plan_table_wapper {
  overflow: hidden;
  overflow-x: scroll;
  margin-top: 2.5%;
  padding: 1% 0 2%;
}

.osusume_plan_main .osusume_plan_table {
  width: 200%;
}

.osusume_plan_main .osusume_plan_div:last-child .osusume_plan_table {
  width: 130%;
}

.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: 11px;
  font-size: 2.9vw;
}

.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: 11px;
  font-size: 2.9vw;
}

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

.osusume_plan_notice {
  margin-top: 1%;
}

.osusume_plan_notice .osusume_plan_notice_txt {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-size: 2.9vw;
  color: #000;
}


/* schedule
------------------------------*/
.schedule {
  margin: 0 0 6.25% 0;
}

.schedule_head {
  background-color: #62b2cd;
  padding: 2% 4%;
  margin: 0 auto 25px auto;
  font-size: 18px;
  font-size: 5.625vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.schedule_txt {
  padding-bottom: 5px;
  margin: 6.25% 0 2%;
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1.5;
  color: #000;
}

.schedule_notice {
  margin-top: 1%;
}

.schedule_notice .schedule_notice_txt {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-size: 2.9vw;
  color: #000;
}
