.photo-catch {
  padding-bottom: 1rem;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* fixedEntryBtn */
  .entry-btn {
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 1000;
  }
  .entry-btn a {
    width: 240px;
    height: 100px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    background-image: url(/cmp/cebu/common/img/bg_pink.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    border-radius: 5px 0 0 5px;
    display: block;
    position: relative;
  }
  .entry-btn a:before {
    content: "";
    background: url(/cmp/cebu/common/img/icon_entry.png) no-repeat;
    background-size: auto 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 10px;
  }

  /* main-ttl */
  .main-ttl {
    position: relative;
    z-index: 2;
    padding: 12% 0;
    background-image: url(/cmp/cebu/common/img/fig_main.jpg);
    background-position: 50% 50%;
    background-size: cover;
  }
  .main-ttl .soon {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: 280px;
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    padding-bottom: 8px;
    transform: rotate(8deg);
    z-index: 15;
  }
  .main-ttl .in {
    text-align: center;
    margin-bottom: 30px;
  }
  .main-ttl .time {
    width: 418px;
    height: 58px;
    color: #fff;
    background: url(/cmp/cebu/common/img/bg_time.png) no-repeat;
    background-size: 100% 58px;
    text-align: center;
    font-style: italic;
    margin: 0 auto;
    font-size: 2.5rem;
    line-height: 58px;
    font-family: "Bentham", serif;
    position: relative;
    top: -25px;
    z-index: 10;
  }
  .main-ttl .text {
    width: 720px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    text-shadow: 0 0 5px #fff;
    background: rgba(255, 255, 255, 0.65);
    padding: 30px 0 45px;
    position: relative;
    z-index: 1;
  }
  .main-ttl .text:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    z-index: -1;
  }
  .main-ttl .text p {
    font-size: 1.7rem;
    letter-spacing: 2px;
    line-height: 2;
  }
  .main-ttl .text p.catch {
    padding-bottom: 20px;
  }

  .section-recommend {
    padding: 60px 0 0;
    text-align: center;
  }
  .section-recommend header h2 {
    padding-bottom: 40px;
  }
  .section-recommend .section-inner {
    width: 1000px;
    margin: 25px auto 45px;
  }
  .section-recommend .section-inner .catch {
    padding-bottom: 30px;
  }
  .section-recommend .section-inner p {
    width: 860px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.8;
    padding-bottom: 1em;
    text-align: left;
  }
  .section-recommend .section-inner p small {
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1.4;
  }
  .section-recommend figure {
    min-width: 1000px;
    max-width: 1500px;
    clear: both;
    margin: 0 auto 35px;
    overflow: hidden;
  }
  .section-recommend figure ul {
    overflow: visible !important;
  }
  .section-recommend figure ul li {
    width: 23%;
    float: left;
    margin: 1%;
    overflow: visible !important;
  }
  .section-recommend figure ul li img {
    width: 100%;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  }

  /* section-point*/
  .section-point {
    background: url(/cmp/cebu/common/img/bg_point.jpg);
    background-size: cover;
    padding: 70px 0 0px;
    text-align: center;
  }
  .section-point header h2 {
    padding-bottom: 50px;
  }
  .section-point .section-inner {
    width: 1000px;
    margin: 25px auto 45px;
  }
  .section-point .section-inner article {
    color: #fff;
    position: relative;
    margin-bottom: 50px;
    clear: both;
  }
  .section-point .section-inner article:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-point .section-inner article .img {
    width: 60%;
    float: left;
    padding-right: 15px;
  }
  .section-point .section-inner article:nth-of-type(1) figure {
    width: 50%;
    padding: 0 15px;
    float: left;
  }
  .section-point .section-inner article:nth-of-type(1) figure img {
    max-width: 100%;
    position: relative;
    z-index: 10;
    border: 4px solid #fff;
  }
  .section-point .section-inner article:nth-of-type(2) figure {
    height: 220px;
    text-align: center;
    line-height: 220px;
  }
  .section-point .section-inner article:nth-of-type(2) figure img {
    max-width: 100%;
  }
  .section-point .section-inner article figure {
    text-align: center;
    position: relative;
  }
  .section-point .section-inner article figure figcaption {
    font-size: 1rem;
    text-align: center;
    margin-top: 15px;
  }
  .section-point .section-inner article figure figcaption b {
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 5px;
  }
  .section-point .section-inner article figure img {
    position: relative;
    z-index: 10;
  }
  .section-point .section-inner article h3 {
    text-align: left;
    margin: 15px 0 20px;
    padding-top: 20px;
  }
  .section-point .section-inner article p {
    text-align: left;
    line-height: 1.8;
    padding-bottom: 1em;
  }
  .section-point .photo {
    clear: both;
    padding-top: 20px;
  }
  .section-point .photo ul li {
    width: 25%;
    float: left;
  }
  .section-point .photo ul li img {
    width: 100%;
    height: auto;
  }

  .section-schedule {
    background: url(/cmp/cebu/common/img/bg_sche.jpg) 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 80px 0 0;
    margin-top: 1px;
  }
  .section-schedule header {
    text-align: center;
    padding: 0 0 50px 0;
  }
  .section-schedule header h2 {
    padding-bottom: 8px;
  }
  .section-schedule header span {
    font-size: 1rem;
    display: block;
  }
  .section-schedule .section-inner {
    width: 900px;
    margin: 0 auto;
    color: #fff;
  }
  .section-schedule .section-inner .time-line {
    position: relative;
    z-index: 1;
  }
  .section-schedule .section-inner .time-line:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 50px;
    top: 0;
    margin-left: -1px;
    z-index: -1;
  }
  .section-schedule .section-inner .time-line .day {
    margin: 0 auto;
    padding-bottom: 45px;
  }
  .section-schedule .section-inner .time-line .day:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-schedule .section-inner .time-line .day h3 {
    width: 100px;
    height: 100px;
    font-size: 3.6rem;
    border-radius: 50%;
    line-height: 24px;
    padding-top: 25px;
    text-align: center;
    color: #fff;
    font-family: "Bentham", serif;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .section-schedule .section-inner .time-line .day h3 span {
    display: inline-block;
    font-size: 1.6rem;
  }
  .section-schedule .section-inner .time-line .day.thursday h3 {
    background: #0512ff;
  }
  .section-schedule .section-inner .time-line .day.friday h3 {
    background: #0091ff;
  }
  .section-schedule .section-inner .time-line .day.saturday h3 {
    background: #07d5c0;
  }
  .section-schedule .section-inner .time-line .day.sunday h3 {
    background: #92d600;
  }
  .section-schedule .section-inner .time-line .day dl {
    position: relative;
    overflow: visible !important;
    padding-left: 50px;
    padding-bottom: 60px;
    clear: both;
  }
  .section-schedule .section-inner .time-line .day dl:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50px;
    top: 20px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-0:after {
    top: -30px;
    left: 5px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-5:after {
    top: 10px;
    right: 155px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-3:after {
    top: -15px;
    left: 255px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-2:after {
    top: -46px;
    left: 305px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-4:after {
    top: 10px;
    left: 400px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-1:after {
    top: 0px;
    left: 260px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-6:after {
    top: -20px;
    left: 260px;
  }
  .section-schedule .section-inner .time-line .day dl dt {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
    padding: 8px 10px 8px 20px;
    overflow: visible !important;
    float: left;
  }
  .section-schedule .section-inner .time-line .day dl dt span {
    width: 60px;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    font-family: "Bentham", serif;
    float: left;
    margin-right: 15px;
  }
  .section-schedule .section-inner .time-line .day dl dd {
    text-align: left;
    border: 1px solid rgba(253, 38, 117, 0.8);
    padding: 0px 15px;
    float: left;
    letter-spacing: 0;
    margin-left: 20px;
    position: relative;
    overflow: visible !important;
  }
  .section-schedule .section-inner .time-line .day dl dd:before {
    content: "";
    background: url(/cmp/cebu/common/img/bg_essence.png) no-repeat;
    background-size: auto 35px;
    width: 101px;
    height: 35px;
    position: absolute;
    top: -15px;
    left: -10px;
  }
  .section-schedule .section-inner .time-line .day dl dd span {
    font-size: 2rem;
    font-family: "Bentham", serif;
    color: #fd2675;
    margin-right: 5px;
  }
  .section-schedule .section-inner .time-line .day dl dd span:after {
    content: ".";
  }
  .section-schedule .section-inner .time-line .day dl dd span b {
    font-weight: 400;
  }
  .section-schedule .section-inner .time-line .day dl dd small {
    font-size: 1rem;
  }
  .section-schedule .attention {
    padding: 15px 30px 15px 70px;
    text-align: left;
    font-size: 1.2rem;
  }

  /* section-outline*/
  .section-outline {
    position: relative;
    clear: both;
    overflow: hidden;
  }
  .section-outline header {
    z-index: 1;
    position: absolute;
    width: 35%;
    height: 100%;
    padding: 30px 15px;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .section-outline header:after {
    background-image: linear-gradient(90deg, #def200 0%, #00affb 50%, #000cff 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
  }
  .section-outline header h2 {
    text-indent: -9999px;
    background: url(/cmp/cebu/common/img/ttl_outline.png) no-repeat;
    background-size: auto 270px;
    width: 40px;
    height: 270px;
    float: right;
  }
  .section-outline .section-inner {
    font-size: 1.6rem;
    padding-bottom: 35px;
    padding-top: 25px;
    padding-left: 35%;
  }
  .section-outline .section-inner dl {
    max-width: 600px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    margin: 0 20px;
    overflow: visible;
  }
  .section-outline .section-inner dl:nth-last-of-type(1) {
    border: none;
  }
  .section-outline .section-inner dl dt {
    width: 17%;
    float: left;
    color: #0065f3;
    font-weight: 700;
  }
  .section-outline .section-inner dl dd {
    width: 83%;
    float: right;
    padding-left: 15px;
    color: #333;
    overflow: visible !important;
  }
  .section-outline .section-inner dl dd small {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .section-outline .section-inner dl dd a {
    text-decoration: underline !important;
  }
  .section-outline .section-inner dl dd a:hover {
    text-decoration: none;
  }

  /* section-faq */
  .section-faq {
    position: relative;
    background: #eee;
    overflow: hidden;
  }
  .section-faq header {
    z-index: 1;
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 30px 15px;
    overflow: hidden;
  }
  .section-faq header:after {
    background-image: linear-gradient(-90deg, #def200 0%, #00affb 50%, #000cff 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
  }
  .section-faq header h2 {
    text-indent: -9999px;
    background: url(/cmp/cebu/common/img/ttl_faq.png) no-repeat;
    background-size: auto 212px;
    width: 43px;
    height: 212px;
    float: left;
  }
  .section-faq .section-wrap {
    padding: 20px 0px;
    padding-right: 35%;
    overflow: hidden;
  }
  .section-faq .section-wrap dl {
    width: 600px;
    padding-bottom: 35px;
    float: right;
    clear: both;
    margin: 0 20px;
  }
  .section-faq .section-wrap dl dt {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 12px 0 25px 65px;
    position: relative;
  }
  .section-faq .section-wrap dl dt:before {
    width: 45px;
    height: 45px;
    content: "";
    background: url(/cmp/cebu/common/img/icon_q.png) no-repeat;
    background-size: 45px auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section-faq .section-wrap dl dd {
    padding: 25px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    overflow: visible !important;
  }
  .section-faq .section-wrap dl dd:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-faq .section-wrap dl dd:before {
    border-style: solid;
    border-width: 6px 5px;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -10px;
    left: 16px;
    content: "";
  }
  .section-faq .section-wrap dl dd figure {
    width: 50%;
    float: left;
    padding: 10px;
    position: relative;
  }
  .section-faq .section-wrap dl dd figure img {
    width: 100%;
  }
  .section-faq .section-wrap dl dd figure figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    background: #0065f3;
    padding: 0 8px;
  }
  .section-faq .section-wrap dl dd figure + small {
    text-align: center;
    font-size: 1rem;
    display: block;
  }
  .section-faq .section-wrap dl dd small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* fixedEntryBtn */
  .entry-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    padding: 1rem;
  }
  .entry-btn a {
    width: 80%;
    height: 5rem;
    color: #fff;
    text-align: center;
    line-height: 5rem;
    background-image: url(/cmp/cebu/common/img/bg_pink.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    display: block;
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
  }
  .entry-btn a img {
    height: 2rem;
    width: auto;
  }
  .entry-btn a:before {
    content: "";
    background: url(/cmp/cebu/common/img/icon_entry.png) no-repeat;
    background-size: auto 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 7px;
    margin-right: 10px;
    position: relative;
  }

  /* main-ttl */
  .main-ttl {
    position: relative;
    z-index: 2;
    padding: 2rem 0 2rem 0;
    background-image: url(/cmp/cebu/common/img/fig_main.jpg);
    background-position: 50% 50%;
    background-size: cover;
  }
  .main-ttl .soon {
    position: absolute;
    text-align: center;
    right: .5rem;
    top: -.5rem;
    font-weight: 700;
    transform: rotate(8deg);
  }
  .main-ttl .soon img {
    width: 7rem;
    height: 7rem;
  }
  .main-ttl .in {
    text-align: center;
  }
  .main-ttl .in h1 {
    padding-bottom: 1.5rem;
    position: relative;
  }
  .main-ttl .in h1 img {
    max-width: 95%;
    width: 100%;
  }
  .main-ttl .time {
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
    font-style: italic;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.1;
    font-family: "Bentham", serif;
    position: relative;
    z-index: 1;
  }
  .main-ttl .time:after {
    content: "";
    width: 100%;
    height: 40px;
    opacity: 0.9;
    background: url(/cmp/cebu/common/img/bg_time.png) 50% 50%;
    background-size: 100% 40px;
    position: absolute;
    left: 0;
    top: -1rem;
    z-index: -1;
  }
  .main-ttl .text {
    text-align: center;
    margin: 0 1rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 10px 15px;
  }
  .main-ttl .text p.catch {
    font-size: 2.2rem;
    line-height: 1.3;
    color: #0065f3;
    font-family: "Bentham", serif;
  }
  .main-ttl .text p {
    line-height: 1.6;
    padding-bottom: .5rem;
  }

  .section-recommend {
    padding: 25px 0 0;
    text-align: center;
  }
  .section-recommend .catch {
    font-size: 1.8rem;
    line-height: 1.4;
    font-family: serif;
    color: #0065f3;
  }
  .section-recommend .section-inner {
    padding: 1rem;
    text-align: left;
  }
  .section-recommend .section-inner p {
    padding-bottom: .5rem;
  }
  .section-recommend .section-inner p small {
    font-size: 1rem;
    display: inline-block;
  }
  .section-recommend figure {
    padding: .5rem;
  }
  .section-recommend figure ul {
    overflow: visible !important;
  }
  .section-recommend figure ul li {
    padding: 1rem;
    overflow: visible !important;
  }
  .section-recommend figure ul li img {
    width: 100%;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  }

  /* section-point*/
  .section-point {
    background: url(/cmp/cebu/common/img/bg_point.jpg);
    background-size: cover;
    padding: 20px 0 0;
    text-align: center;
  }
  .section-point .photo-catch {
    font-size: 1.2rem;
  }
  .section-point header h2 {
    padding-bottom: 30px;
  }
  .section-point header h2 img {
    width: 26rem;
    height: auto;
  }
  .section-point .section-inner {
    margin: 0 15px;
  }
  .section-point .section-inner article {
    color: #fff;
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 30px;
  }
  .section-point .section-inner article:nth-of-type(1) figure {
    padding-bottom: 20px;
  }
  .section-point .section-inner article:nth-of-type(1) figure img {
    border: 3px solid #fff;
    margin-bottom: 10px;
  }
  .section-point .section-inner article:nth-of-type(2) figure {
    padding: 20px 0;
  }
  .section-point .section-inner article:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-point .section-inner article .img {
    position: relative;
    margin-bottom: 15px;
  }
  .section-point .section-inner article figure {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .section-point .section-inner article figure figcaption {
    font-size: 1.1rem;
    text-align: center;
  }
  .section-point .section-inner article figure figcaption b {
    display: inline-block;
    font-size: 1.3rem;
  }
  .section-point .section-inner article figure img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
  }
  .section-point .section-inner article h3 {
    width: 100%;
    font-weight: 400;
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    font-family: serif;
  }
  .section-point .section-inner article p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    padding: 0 0.5rem 1em;
  }
  .section-point .photo {
    clear: both;
    padding-top: 1rem;
  }
  .section-point .photo ul li {
    width: 50%;
    float: left;
  }
  .section-point .photo ul li img {
    width: 100%;
    height: auto;
  }

  .section-schedule {
    background: url(/cmp/cebu/common/img/bg_sche.jpg) 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 1px;
  }
  .section-schedule header {
    text-align: center;
    padding: 30px 0 10px;
  }
  .section-schedule header h2 {
    padding-bottom: 8px;
  }
  .section-schedule header h2 img {
    width: 250px;
    height: auto;
  }
  .section-schedule header span {
    font-size: 1rem;
    display: block;
  }
  .section-schedule .section-inner .time-line {
    width: 314px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .section-schedule .section-inner .time-line:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 36px;
    top: 0;
    margin-left: -1px;
    z-index: -1;
  }
  .section-schedule .section-inner .time-line .day {
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .section-schedule .section-inner .time-line .day:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-schedule .section-inner .time-line .day h3 {
    width: 72px;
    height: 72px;
    font-size: 1.8rem;
    border-radius: 50%;
    line-height: 15px;
    padding-top: 22px;
    text-align: center;
    color: #fff;
    font-family: "Bentham", serif;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .section-schedule .section-inner .time-line .day h3 span {
    display: inline-block;
    font-size: 1.2rem;
  }
  .section-schedule .section-inner .time-line .day.thursday h3 {
    background: #0512ff;
  }
  .section-schedule .section-inner .time-line .day.friday h3 {
    background: #0091ff;
  }
  .section-schedule .section-inner .time-line .day.saturday h3 {
    background: #07d5c0;
  }
  .section-schedule .section-inner .time-line .day.sunday h3 {
    background: #92d600;
  }
  .section-schedule .section-inner .time-line .day dl {
    position: relative;
    overflow: visible !important;
    padding-left: 36px;
    padding-bottom: 10px;
    clear: both;
  }
  .section-schedule .section-inner .time-line .day dl.icon-0:after {
    top: -30px;
    right: 5px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-5:after {
    top: 45px;
    right: 5px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-3:after {
    top: -15px;
    right: 5px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-2:after {
    top: -46px;
    right: 5px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-4 {
    display: none;
  }
  .section-schedule .section-inner .time-line .day dl.icon-1:after {
    top: 0px;
    right: 60px;
  }
  .section-schedule .section-inner .time-line .day dl.icon-6:after {
    top: -20px;
    right: 60px;
  }
  .section-schedule .section-inner .time-line .day dl:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 36px;
    top: 15px;
  }
  .section-schedule .section-inner .time-line .day dl dt {
    text-align: left;
    font-weight: 400;
    position: relative;
    padding: 4px 10px 4px 20px;
    overflow: visible !important;
  }
  .section-schedule .section-inner .time-line .day dl dt span {
    width: 40px;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    font-family: "Bentham", serif;
    float: left;
    margin-right: 15px;
  }
  .section-schedule .section-inner .time-line .day dl dt span.normal {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .section-schedule .section-inner .time-line .day dl dd {
    text-align: left;
    border: 1px solid rgba(253, 38, 117, 0.8);
    padding: 8px 15px;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 10px 15px 5px;
    padding-left: 30px;
    position: relative;
    overflow: visible !important;
  }
  .section-schedule .section-inner .time-line .day dl dd:before {
    content: "";
    background: url(/cmp/cebu/common/img/bg_essence.png) no-repeat;
    background-size: auto 35px;
    width: 101px;
    height: 35px;
    position: absolute;
    top: -15px;
    left: -10px;
  }
  .section-schedule .section-inner .time-line .day dl dd span {
    width: 20px;
    position: absolute;
    text-align: center;
    left: 5px;
    top: 50%;
    margin-top: -1em;
    font-size: 1.6rem;
    line-height: 2;
    font-family: "Bentham", serif;
    color: #fd2675;
  }
  .section-schedule .section-inner .time-line .day dl dd span b {
    font-weight: 400;
  }
  .section-schedule .section-inner .time-line .day dl dd small {
    font-size: 1rem;
  }
  .section-schedule .attention {
    padding: 0px 10px 15px 45px;
    text-align: left;
    font-size: 1.2rem;
  }

  /* section-outline*/
  .section-outline {
    position: relative;
    clear: both;
  }
  .section-outline header {
    overflow: hidden;
    position: relative;
    padding: 15px 0 5px;
    text-align: center;
    background-image: linear-gradient(90deg, #def200 0%, #00affb 50%, #000cff 100%);
  }
  .section-outline header h2 {
    font-size: 1.2rem;
    color: #fff;
  }
  .section-outline header small {
    font-size: 3rem;
    line-height: 0.7;
    font-family: "Bentham", serif;
    display: block;
    text-align: center;
    color: #fff;
  }
  .section-outline .section-inner dl {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    overflow: visible;
  }
  .section-outline .section-inner dl:nth-last-of-type(1) {
    border: none;
  }
  .section-outline .section-inner dl dt {
    color: #0065f3;
    font-weight: 700;
    text-align: left;
    font-size: 1.3rem;
  }
  .section-outline .section-inner dl dd {
    font-size: 1.3rem;
    color: #333;
    overflow: visible !important;
  }
  .section-outline .section-inner dl dd a {
    text-decoration: underline !important;
  }
  .section-outline .section-inner dl dd small {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  /* section-faq */
  .section-faq {
    position: relative;
    background: #eee;
    clear: both;
  }
  .section-faq .section-wrap {
    margin: 0 auto;
  }
  .section-faq .section-wrap header {
    overflow: hidden;
    position: relative;
    padding: 10px 0 8px;
    text-align: center;
    margin-bottom: 10px;
    background-image: linear-gradient(90deg, #def200 0%, #00affb 50%, #000cff 100%);
  }
  .section-faq .section-wrap header h2 {
    font-size: 1.2rem;
    color: #fff;
  }
  .section-faq .section-wrap header small {
    font-size: 3rem;
    line-height: 1;
    font-family: "Bentham", serif;
    display: block;
    text-align: center;
    color: #fff;
  }
  .section-faq .section-wrap dl {
    padding-bottom: 25px;
    margin: 0px 10px;
  }
  .section-faq .section-wrap dl dt {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
    padding: 8px 0 12px 45px;
    position: relative;
  }
  .section-faq .section-wrap dl dt:before {
    width: 30px;
    height: 30px;
    content: "";
    background: url(/cmp/cebu/common/img/icon_q.png) no-repeat;
    background-size: 30px auto;
    position: absolute;
    left: 5px;
    top: 0;
  }
  .section-faq .section-wrap dl dd {
    font-size: 1.3rem;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    overflow: visible !important;
  }
  .section-faq .section-wrap dl dd:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-faq .section-wrap dl dd:before {
    border-style: solid;
    border-width: 6px 5px;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -10px;
    left: 16px;
    content: "";
  }
  .section-faq .section-wrap dl dd figure {
    padding: 5px 0;
    position: relative;
  }
  .section-faq .section-wrap dl dd figure img {
    width: 100%;
  }
  .section-faq .section-wrap dl dd figure figcaption {
    position: absolute;
    right: 0px;
    bottom: 5px;
    color: #fff;
    background: #0065f3;
    padding: 0 8px;
    font-size: 1.2rem;
  }
  .section-faq .section-wrap dl dd figure + small {
    display: block;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .section-faq .section-wrap dl dd small {
    font-size: 1.1rem;
    display: inline-block;
  }
}
.section-schedule .section-inner .time-line .day dl {
  position: relative;
}
.section-schedule .section-inner .time-line .day dl.icon-0:after {
  content: "";
  width: 61px;
  height: 44px;
  position: absolute;
  background: url(/cmp/cebu/common/img/ico_00.png) no-repeat;
  background-size: 61px auto;
}
.section-schedule .section-inner .time-line .day dl.icon-5:after {
  content: "";
  width: 56px;
  height: 59px;
  position: absolute;
  background: url(/cmp/cebu/common/img/ico_01.png) no-repeat;
  background-size: 56px auto;
}
.section-schedule .section-inner .time-line .day dl.icon-3:after {
  content: "";
  width: 56px;
  height: 59px;
  position: absolute;
  background: url(/cmp/cebu/common/img/ico_02.png) no-repeat;
  background-size: 56px auto;
}
.section-schedule .section-inner .time-line .day dl.icon-2:after {
  content: "";
  width: 65px;
  height: 61px;
  position: absolute;
  background: url(/cmp/cebu/common/img/ico_03.png) no-repeat;
  background-size: 65px auto;
}
.section-schedule .section-inner .time-line .day dl.icon-4:after {
  content: "";
  width: 65px;
  height: 41px;
  position: absolute;
  background: url(/cmp/cebu/common/img/ico_04.png) no-repeat;
  background-size: auto 41px;
}
.section-schedule .section-inner .time-line .day dl.icon-1:after {
  content: "";
  width: 64px;
  height: 65px;
  position: absolute;
  background: url(/cmp/cebu/common/img/ico_05.png) no-repeat;
  background-size: 64px auto;
  transform: rotate(-15deg);
}
.section-schedule .section-inner .time-line .day dl.icon-6:after {
  content: "";
  width: 64px;
  height: 65px;
  position: absolute;
  background: url(/cmp/cebu/common/img/ico_05.png) no-repeat;
  background-size: 64px auto;
  transform: rotate(15deg);
}
