@charset "UTF-8";

/* CSS Document */
/***********************************************
***  Topmain
***********************************************/
.topmain {
  position: relative;
  z-index: 40;
}

.topmain-image img {
  width: 100%;
  height: auto;
}

.topmain-logo {
  position: absolute;
  bottom: 10%;
  width: 40%;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .topmain-logo {
    bottom: 2%;
    width: 80%;
  }
}

/***********************************************
***  SNS
***********************************************/
.sns-container {
  background: url(../img/sns/sns-bg.webp) rgba(27, 127, 204, .8);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  background-position: center;
}

.sns-container .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.sns-container {
  padding: 30px 0 60px
}

.sns-container h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.twitter-iframe-container a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 60px;
}

.twitter-iframe-container {

  background-color: #043f95;
  border: 2px dotted #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 15px;
  height: 320px;
  z-index: 1;
}

.video-iframe-container {
  background-color: #043f95;
  border: 2px dotted #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 25px;
  height: 320px;
  display: flex;
  align-items: center;
}

.video-iframe-container-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
}

.video-iframe-container-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .sns-container .inner {
    display: block;
  }

  .twitter-iframe-container {

    height: inherit;
  }

  .sns-wrapper-inner {
    display: block;
  }

  .sns-container {
    width: 100%;
    display: block;
  }

  .sns-wrapper {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 800px) {
  .video-iframe-container {
    height: inherit;
  }
}

/***********************************************
***  event共通
***********************************************/


.common-program-heading {
  width: 800px;
  max-width: 100%;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
}

.common-program-section {
  width: 100%;
  padding: 40px 40px 60px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  background-image: repeating-linear-gradient(-45deg, #ffffff99, #ffffff99 4px, #ffffffcc 4px, #ffffffcc 8px);
  border-radius: 10px;
}

.common-program-date-lists {
  font-size: clamp(16px, 3vw, 20px);
  color: #000;
  margin: 0 auto 30px;
  width: 400px;
  max-width: 100%;
  position: relative;
}

.common-program-date-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  margin-bottom: 3px;
  width: 100%;
}

.common-program-date-lists dt {
  background: #f5eed5;
  padding: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  width: 6em;
  text-align: center;
  height: 100%;
}

.common-program-date-lists dd {
  width: calc(100% - 6em);
  text-align: left;
  padding: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.common-program-detail-lists {
  font-size: clamp(14px, 2.4vw, 16px);
  color: #000;
  margin: 0 auto 30px;
  width: 100%;
  position: relative;
}

.common-program-detail-item {
  display: flex;
  background: #ffffff;
  margin-bottom: 3px;
  width: 100%;
  align-items: stretch
}

.common-program-detail-lists dt {
  background: #f5eed5;
  padding: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.2) inset;
  width: 8em;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.common-program-detail-lists dd {
  width: calc(100% - 8em);
  background: #fff;
  text-align: left;
  padding: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.2) inset;
  line-height: 1.4;
}

.common-program-detail-lists.dt-wide dt {
  width: 10em;
}

.common-program-detail-lists.dt-wide dd {
  width: calc(100% - 10em);
}


.observatory-plaza-image {
  margin: 0 auto 20px;
}

.observatory-plaza-contact-container {
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 40px auto 0;
  padding: 20px;
}

.observatory-plaza-contact-container .common-notice-lists {
  margin-left: 1em;
}

.observatory-plaza-contact-container .common-program-detail-text {
  font-size: 14px;
}

.common-program-sub-heading {
  background-image: url("../img/event/heading_event_frame_middle.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: calc(100% - 100px);
  color: #fff;
  height: 50px;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  font-size: clamp(16px, 3vw, 24px);
  letter-spacing: 0.08em;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-program-sub-heading .sp-only {
  display: none;
}
.common-program-sub-heading.is-2line {
  min-height: 80px;
  background-image: url("../img/event/heading_event_frame_middle_2line.svg");
  line-height: 1.2;
}
.common-program-sub-heading .price {
  display: inline-block;
  font-size: 0.8em;
  color: #D8D8D8;
}

.common-program-sub-heading img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.common-program-sub-heading:before {
  content: "";
  position: absolute;
  background-image: url("../img/event/heading_event_frame_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  width: 50px;
  height: 50px;
  left: -50px;
  top: 0;
}

.common-program-sub-heading:after {
  content: "";
  position: absolute;
  background-image: url("../img/event/heading_event_frame_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 50px;
  height: 50px;
  right: -50px;
  top: 0;
}
.common-program-sub-heading.is-2line::before {
    background-image: url("../img/event/heading_event_frame_left_2line.svg");
    height: 80px;
}

.common-program-sub-heading.is-2line::after {
  background-image: url("../img/event/heading_event_frame_right_2line.svg");
  height: 80px;
}
.common-program-lead {
  color: #17467e;
  font-weight: 800;
  font-size: clamp(15px, 2.4vw, 20px);
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}

.common-program-lead-notice {
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2px;
  position: relative;
}

.common-program-lead-notice:before {
  position: absolute;
  content: "＊";
  color: #ff5781;
  left: -20px;
  top: -2px;
}

.common-program-detail-container {
  margin: 0 auto;
  position: relative;
}
.common-program-detail-container.rally-present{
  margin-top: 80px;
}
.common-program-detail-container.rally-present:after {
  position: absolute;
  content: "";
  background: url("../img/event/observatory/icon_rally_present.png");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  width: 260px;
  height: 300px;
  right: -90px;
  top: -90px;
      transform: rotate(-15deg);
      z-index: 12;
}
.common-program-detail-container.complete {
  margin-top: 40px;
}
.common-program-detail-container.complete:after {
  position: absolute;
  content: "";
  background: url("../img/event/observatory/icon_rally_complete.png");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  width: 240px;
  height: 300px;
  right: -80px;
  top: -40px;
  z-index: 12;
}

.common-program-detail-container.plaza-info {
  margin-bottom: 40px;
}

.common-program-detail-heading {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  font-size: clamp(16px, 3.6vw, 16px);
  color: white;
  margin-bottom: 20px;
  text-align: center;
  line-height: 2;
}

.common-program-detail-heading:before {
  position: absolute;
  content: '';
  top: 15px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 3px dotted #0b416d;
  z-index: -1;
}

.common-program-detail-heading:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 120px;
  height: 100%;
  background-color: #0b416d;
  z-index: -1;
  border-radius: 30px;
}

.common-program-detail-heading.wide:after {
  width: 180px;
}

.common-program-detail-heading.ex-wide:after {
  width: 280px;
}

.common-program-detail-heading.wide_mg {
  margin-top: 20px;
  padding: 6px 15px;
}

.common-program-detail-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 20px;
  max-width: calc(100% - 180px);
}

.common-program-detail-text.fit-content {
  max-width: fit-content;
  margin: 0 auto 20px;
}

.common-program-detail-text.center {
  text-align: center;
}

.common-program-detail-text.wide {
  max-width: 100%;
}

.common-program-detail-text .ib {
  display: inline-block;
}

.event-program-detail-lists {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: left;
  position: relative;
  padding-bottom: 20px;
}

.event-program-detail-lists.tenbou-rally-present {
  max-width: calc(100% - 180px);
}

@media only screen and (max-width: 800px) {
  .event-program-detail-lists.tenbou-rally-present {
    max-width: calc(100% - 90px);
  }


.common-program-detail-container.rally-present:after {
      width: 30vw;
    height: 19vw;
    right: -10vw;
    top: -60px;
}

.common-program-detail-container.complete:after {
  width: 30vw;
  height: 19vw;
  right: -8vw;
  top: -30px;
}
}
@media only screen and (max-width: 600px) {
  .common-program-sub-heading{
        width: calc(100% - 60px);
                flex-direction: column;
        line-height: 1.1;
  }
  .common-program-sub-heading .sp-only {
  display: block;
}
  .common-program-section {
  padding: 20px 20px 30px;
  }
  .event-program-detail-lists.tenbou-rally-present {
    max-width: 100%;
  }
}

.event-program-detail-lists dt {
  width: 140px;
}

.event-program-detail-lists dd {
  position: relative;
  width: calc(100% - 140px);
}

.event-program-detail-lists span.small {
  font-size: 13px;
}

.event-program-detail-lists dd:before {
  position: absolute;
  content: ":";
  left: -20px;
  top: 0;
}

@media only screen and (max-width: 600px) {
  .event-program-detail-lists {
    font-size: 13px;
  }

  .common-program-heading:before {
    width: 25%;
  }

  .event-deco1 {
    position: absolute;
    top: 0;
    background-size: 200% auto;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
  }

  .event-deco2 {
    position: absolute;
    background: url(../img/common/bg_city.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
  }

  .event-program-detail-lists {
    display: block;
    border-bottom: 2px dotted #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .event-program-detail-lists dt {
    width: inherit;
    display: inline-block;
    position: relative;
  }

  .event-program-detail-lists dt:after {
    position: absolute;
    content: ":";
    right: -10px;
    top: 0;
  }

  .event-program-detail-lists dd {
    width: 100%;
  }

  .event-program-detail-lists dd:before {
    display: none;
  }
}

.common-notice-lists.rally {
  margin-left: 20px;
}

.common-program-dot-frame {
  background-color: #fff;
  padding: 20px 40px;
  margin: 40px auto 40px;
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #f4f3f1;
  /* 薄いベージュ */
  outline: 2px dashed #A7A297;
  /* 点線アウトライン */
  outline-offset: -10px;
  /* 内側に5pxずらす */
  /* box-shadow: 0 0 6px 1px #b8d9ff, 0 0 6px 1px #b8d9ff inset, 0 0 6px 1px #b8d9ff, 0 0 6px 1px #b8d9ff inset;
      border-radius: 30px; */
}

.common-program-dot-frame.wide {
  padding: 40px 40px;
}

.common-program-dot-frame.wide.fountain_sq {
  margin-bottom: 40px;
}



.event-program-complete-heading {
  max-width: 700px;
  margin: 40px auto 0;
}

.event-program-complete-image {
  max-width: 600px;
  margin: 0 auto;
}

.event-program-complete-image.pb20 {
  padding-bottom: 20px;
}

.text-red {
  color: #d10f42;
}

.text-strong {
  font-weight: 800;
}

/***********************************************
***  About
***********************************************/
.about-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(60deg,rgb(251,213,251),rgb(149,233,243));

  padding: 60px 0 80px;
}

.about-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(215, 182, 17) 20%, rgba(151, 108, 1, 1) 40%, rgb(202, 176, 49) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
    left: 0;
    z-index: 10;
}
.about-wrapper {
  background: #000;
  padding-bottom: 60px;
  background-position: 90%;
  position: relative;
}

.about-wrapper-inner {
  position: relative;
  z-index: 10;
}

.about-lead-container {
  position: relative;
}

.about-lead-text {
  text-align: center;
  color: #000;
}

.about-lead-image {
  text-align: center;
  width: 30%;
  margin: 0 auto;
}

.about-outline {
  margin: 0 auto clamp(40px, 2vw, 20px);
}

.about-outline-list {
  color: #000;
}

.about-outline-term {
  width: 100px;
  font-size: 18px;
  margin-top: 4px;
}

.about-outline-definition {
  width: calc(100% - 140px);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.about-outline-definition.last {
  margin-bottom: 0;
}

.about-outline-definition-text {
  margin-bottom: 10px;
}

.about-outline-definition-text.mid {
  font-size: 16px;
}

.about-outline-definition-text.small {
  font-size: 14px;
}

.about-outline-item-notice-lists {
  font-size: 14x;
  text-align: left;
}

.about-outline-item-notice-list {
  position: relative;
  margin-left: 20px;
}

.about-outline-item-notice-list:before {
  position: absolute;
  content: "＊";
  left: -20px;
  top: 0;
  color: #ff5781;
}

.about-outline-item {
  border-bottom: 1px solid #c7b299;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.about-outline-item:last-child {
  border-bottom: none;
  position: inherit;
  margin-bottom: 0;
}

.about-carelabel-link {
  text-align: left;
      position: relative;
    z-index: 10;
}

.about-ticket-container {
  padding: 40px;
} 
.about-update {
  display: block;
  margin: 40px auto;
  text-align: center;
}

.about-outline-btn-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  flex-wrap: wrap;
}

.about-outline-btn-lists li {
  width: 48%;
}

@media only screen and (max-width: 1000px) {
  .about-carelabel-link {
    margin: -30px 0 0 30px;
    max-width: 800px;
  }
}

@media only screen and (max-width: 800px) {
  .about-outline-btn-lists {
    flex-direction: column;
  }

  .about-outline-btn-lists li {
    width: 100%;
  }

  .about-outline-btn-lists li:first-child {
    margin-bottom: 10px;
  }

  .about-outline-list-container {
    padding: 40px 20px;
  }

  .about-outline-term {
    width: 80px;
    font-size: 16px;
    margin-top: 4px;
  }

  .about-outline-definition {
    width: calc(100% - 90px);
    font-size: 16px;
  }

  .about-outline-definition-text.mid {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .about-lead-container:before {
    left: -140px;
    top: -290px;
  }

  .about-lead-container:after {
    right: -100px;
    top: -20px;
  }

  .about-wrapper-inner:after {
    right: -100px;
    bottom: -120px;
    width: 260px;
    height: 300px;
  }

  .about-outline-item {
    display: block;
    text-align: center;
  }

  .about-outline-term {
    width: inherit;
    background-color: #313259;
    background-image: url(../img/event/heading_event_frame_middle.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 auto 20px;
    position: relative;
    height: 26px;
  }

  .about-outline-definition {
    width: 100%;
    text-align: left;
  }

  .about-outline-term:before {
    content: "";
    position: absolute;
    background-image: url(../img/event/heading_event_frame_left.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right top;
    width: 26px;
    height: 26px;
    left: -26px;
    top: 0;
  }

  .about-outline-term:after {
    content: "";
    position: absolute;
    background-image: url(../img/event/heading_event_frame_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 26px;
    height: 26px;
    right: -26px;
    top: 0;
  }
}

.observatory-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(60deg,rgb(144,245,154),rgb(4,202,255));
    padding: 40px 0 80px;
}
.observatory-section::after {
    position: absolute;
    content: "";
    width: 100%;
   height: 4px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(215, 182, 17) 20%, rgba(151, 108, 1, 1) 40%, rgb(202, 176, 49) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
     bottom: 0;
    left: 0;
    z-index: 10;
    left: 0;
    z-index: 10;
}
.event-observatory-rally-info-container {
  display: flex;
  text-justify: space-between;
}

.event-observatory-rally-heading {
  margin-bottom: 20px;
}

.event-observatory-rally-story {
  color: #0a192b;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: left;
  width: 60%;
}

.event-observatory-rally-story.wide {
  width: 100%;
}

.event-observatory-rally-image {
  margin-left: 10px;
  width: 40%;
}

.event-observatory-rally-btn {
  margin-bottom: 20px;
}

.observatory-plaza-notice {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .event-observatory-rally-info-container {
  flex-direction: column;
}
.event-observatory-rally-story {
  width: 100%;
  margin-bottom: 20px;
}
.event-observatory-rally-image {
  width: 100%;
  margin-left: 0;
}
}
.aquarium-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(70deg,rgb(115,248,224),rgb(150,167,241));
  padding: 60px 0 80px;
}
.aquarium-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(215, 182, 17) 20%, rgba(151, 108, 1, 1) 40%, rgb(202, 176, 49) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
    left: 0;
    z-index: 10;
}
.aquarium-goods-notice-heading {
  margin-bottom: 10px;
  font-size: 14px;
}
.aquarium-goods-notice {
  margin-bottom: 20px;
}

.aquarium-image-container.mb20 {
  margin-bottom: 20px;
  text-align: center;
}

.aquarium-performance-schedule {
  margin-top: 40px;
}


.restaurant-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(rgb(253,177,170), rgb(240,226,226));

  padding: 60px 0 80px;
}
.restaurant-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(215, 182, 17) 20%, rgba(151, 108, 1, 1) 40%, rgb(202, 176, 49) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
    left: 0;
    z-index: 10;
}
.restaurant-present-image-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.restaurant-present-image-container .common-program-dot-frame {
  padding: 20px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 800px) {
  .restaurant-present-image-container {
    display: block;
  }

  .restaurant-present-image-container .common-program-dot-frame {
    width: 100%;
    padding: 20px;
    margin: 0 auto 40px;
  }
}

.fountain-sq-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(70deg,rgb(144,245,154),rgb(4,202,255));

  padding: 60px 0 80px;
}
.fountain-sq-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(215, 182, 17) 20%, rgba(151, 108, 1, 1) 40%, rgb(202, 176, 49) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
    left: 0;
    z-index: 10;
}
.fountain_sq-image-container{
  text-align: center;
}
.funsui-mg-sch-lists {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 20px auto 0;
}

.funsui-mg-sch-item {
  margin-bottom: 10px;
}

.funsui-mg-sch-lists dt {
  background-color: #a7d7ff;
  padding: 0 20px;
}

.funsui-mg-sch-lists dt .small {
  font-size: 0.8em;
}

.funsui-mg-sch-lists dt br,
.funsui-mg-sch-lists dd br {
  display: none;
}

.funsui-mg-sch-lists dd {
  padding: 5px 20px;
  border: 1px solid #a7d7ff;
  color: #000;
  background: #fff;
  font-size: 14px;
}

/***********************************************
***  特別企画
***********************************************/
.special-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(70deg,rgb(141,139,226),rgb(253,187,203));

  padding: 60px 0 80px;
}
.special-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(215, 182, 17) 20%, rgba(151, 108, 1, 1) 40%, rgb(202, 176, 49) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
    left: 0;
    z-index: 10;
}
.top-special-ticket-cp-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.top-special-ticket-cp1-container {
  width: 48%;
  border: 2px solid #00afec;
  border-radius: 20px;
  background-color: #fff;
  background-image: url(../img/event/aquarium/aquarium-ticket-cp1-bg.svg);
  background-position: center 65%;
  background-repeat: repeat-x;
  background-size: 400px auto;
}

.top-special-ticket-cp-container:after {
  position: absolute;
  content: "";
  width: 10%;
  height: 120px;
  background: url("../img/event/aquarium/aquarium-ticket-cp-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

.top-special-ticket-cp2-container {
  width: 48%;
  border: 2px solid #0071bc;
  border-radius: 20px;
  background-color: #fff;
  background-image: url(../img/event/aquarium/aquarium-ticket-cp2-bg.svg);
  background-position: center 65%;
  background-repeat: repeat-x;
  background-size: 400px auto;
}

.top-special-ticket-cp1-heading {
  background-color: #00afec;
  height: 90px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-special-ticket-cp2-heading {
  background-color: #0071bc;
  height: 90px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-special-ticket-cp1-heading img,
.top-special-ticket-cp2-heading img {
  width: 80%;
}

@media only screen and (max-width: 600px) {
  .top-special-ticket-cp-container {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .top-special-ticket-cp1-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .top-special-ticket-cp2-container {
    width: 100%;
  }

  .top-special-ticket-cp-container:after {
    width: 12%;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: calc(50% - 60px);
    padding-left: 0px;
    transform: rotate(90deg);
    right: 0;
    left: 0;
    margin: auto;
  }
}
/***********************************************
***  動物取扱業に関する表示
***********************************************/
/***********************************************
***  About
***********************************************/

.carelabel-section {
  padding: 80px 0;
  background: linear-gradient(60deg,rgb(251,213,251),rgb(149,233,243));
}
.carelabel-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(215, 182, 17) 20%, rgba(151, 108, 1, 1) 40%, rgb(202, 176, 49) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
    left: 0;
    z-index: 10;
}
.carelabel-wrapper-inner {
  position: relative;
  z-index: 10;
}

.carelabel-outline-container.common-program-dot-frame{
  padding: 40px;
}
.carelabel-sub-heading-default {
  width: 70%;
}
.carelabel-outline-term {
  width: 180px;
  font-size: 18px;
  margin-top: 4px;
}
.carelabel-outline-definition {
  width: calc(100% - 200px);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.carelabel-outline-definition.last {
  margin-bottom: 0;
}
.carelabel-outline-definition-text {
  margin-bottom: 10px;
}
.carelabel-outline-item {
  color: #000;
  border-bottom: 1px solid #c7b299;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*
.carelabel-outline-item:before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background-color: #c7b299;
    left:0;
    bottom:-3px;
}
.carelabel-outline-item:after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background-color: #c7b299;
    right:0;
    bottom:-3px;
}
*/
.carelabel-outline-item:last-child {
  border-bottom: none;
  position: inherit;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .carelabel-outline-list-container {
    padding: 40px 20px;
  }
  .carelabel-outline-term {
    width: 80px;
    font-size: 16px;
    margin-top: 4px;
  }
  .carelabel-outline-definition {
    width: calc(100% - 90px);
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .carelabel-outline-item {
    display: block;
    text-align: center;
  }
  .carelabel-outline-term {
    width: inherit;
    background-color: #313259;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 auto 20px;
    position: relative;
  }
  .carelabel-outline-definition {
    width: 100%;
    text-align: left;
  }

}
