@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

img {
    width: 80%;
    height: auto;
    margin: 10px 5%;
}

.clear {
    clear: both;
}

body {
    background-color: rgba(237, 231, 233, 1.00);
    font-family: 'Noto Sans TC';
    font-weight: 300;
}

#CP {
    background-color: white;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 29px -1px rgba(81, 51, 51, 0.83);
    box-shadow: 0px 0px 29px -1px rgba(81, 51, 51, 0.83);
}

#inner {
    max-width: 850px;
    padding: 20px;
    margin: 0 auto;
    /*border: red solid thin;*/
}


/**大標題**/

#label {
    width: 200px;
    height: 60px;
    background-color: rgba(163, 63, 115, 1.00);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    margin-top: 30px 0 0 0;
    position: absolute;
    margin: 30px 0 0 0;
}

#label p {
    color: white;
    font-size: 1.4em;
    margin: 0.2em 2em;
}

#header {
    padding-top: 100px;
    margin-bottom: 30px;
}

#date {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: white;
    line-height: 2.7em;
    width: 65px;
    height: 65px;
    float: left;
    padding: 15px 20px 25px 20px;
    background-color: rgba(203, 193, 193, 1.00);
    border-radius: 200px;
    margin-top: 0px;
    display: block;
}

#date_d {
    font-size: 3.3em;
    font-weight: 600;
    margin-left: 5px;
}

#date_m {
    font-size: 1.1em;
    font-weight: 600;
}

#title {
    width: 80%;
    max-width: 700px;
    margin-left: 20px;
    float: left;
}

#title_L {
    font-weight: 500;
    font-size: 2.2em;
    height: 100px;
    color: rgba(197, 64, 80, 1.00);
}

#title_time {
    color: rgba(111, 111, 111, 1.00);
    font-size: 1em;
    line-height: 20px;
}


/**/

p {
    font-size: 1.2em;
    text-align: justify;
    line-height: 2.2em;
    margin-bottom: 30px;
}

.part {
    margin-bottom: 90px;
}

#point {
    margin-top: -30px;
}


/**內文標題**/

.title_m {
    color: rgba(243, 91, 91, 1.00);
    font-weight: 500;
    font-size: 1.7em;
    display: inline-block;
    width: 90%;
}

.bar {
    margin: 0;
    padding: 10px 0 20px 0;
}

.block1,
.block2,
.block3,
.block4,
.block5 {
    background-color: rgba(225, 82, 67, 1.00);
    margin-right: 10px;
    width: 0.7em;
    height: 2.4em;
    display: inline-block;
}


/**/

.hightlight {
    color: rgba(239, 156, 86, 1.00);
    font-weight: 500;
}

.bolder {
    font-weight: 500;
}

#p_link {
    margin-top: 50px;
    text-align: inherit;
}

#p_link a {
    font-size: 1.6em;
    font-weight: 500;
}

a {
    color: rgba(142, 76, 167, 1.00);
}

a:hover {
    color: rgba(212, 60, 88, 1.00);
}


/** ====================
 * Lista de Comentarios
 =======================*/

.comments-container {
    margin: 60px auto 15px;
    width: 768px;
}

.comments-container h1 {
    font-size: 36px;
    color: #283035;
    font-weight: 400;
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}

.comments-list {
    margin-top: 30px;
    position: relative;
}


/**
 * Lineas / Detalles
 -----------------------*/

.comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0;
}

.comments-list:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reply-list:before,
.reply-list:after {
    display: none;
}

.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px;
}

.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}


/**
 * Avatar
 ---------------------------*/

.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}


/**
 * Caja del Comentario
 ---------------------------*/

.comments-list .comment-box {
    width: 680px;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comments-list .comment-box:before,
.comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px;
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.05);
    left: -12px;
}

.reply-list .comment-box {
    width: 610px;
}

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

.comment-box .comment-name a {
    color: #283035;
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
    color: #03658c;
}

.comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/** =====================
 * Responsive
 ========================*/

@media only screen and (max-width: 766px) {
    .comments-container {
        width: 100%;
    }
    .comments-list .comment-box {
        width: 100%;
    }
    .reply-list .comment-box {
        width: 100%;
    }
}


/**RWD**/

@media screen and (max-width: 850px) {
    #date {
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    #label {
        width: 180px;
        height: 50px;
    }
    #label p {
        font-size: 1.3em;
        margin: 0.2em 2em;
    }
    #header {
        padding-top: 80px;
        margin-bottom: 20px;
    }
    #title_L {
        font-size: 2em;
    }
    #title {
        width: 75%;
    }
    #title_time {
        font-size: 0.8em;
        line-height: 20px;
    }
    .part {
        margin-bottom: 70px;
    }
    .title_m {
        font-weight: 500;
        font-size: 1.5em;
        display: inline-block;
        width: 80%;
    }
    #p_link a {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 670px) {
    #date {
        width: 60px;
        height: 60px;
        float: left;
        padding: 14px 17px 20px 17px;
        line-height: 2.4em;
    }
    #date_d {
        font-size: 3em;
        font-weight: 600;
        margin-left: 5px;
    }
    #date_m {
        font-size: 1em;
        font-weight: 600;
    }
    p {
        font-size: 1.15em;
        text-align: justify;
        line-height: 1.8em;
        margin-bottom: 30px;
    }
    .title_s {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 560px) {
    img {
        width: 100%;
        height: auto;
        margin: 10px 0%;
    }
    #label {
        margin: 20px 0 0 0;
    }
    .block4 {
        height: 4em;
    }
}

@media screen and (max-width: 500px) {
    #date {
        display: none;
    }
    #title {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 460px) {
    .block5 {
        height: 4em;
    }
}

@media screen and (max-width: 440px) {
    .block2 {
        height: 4em;
    }
}

@media screen and (max-width: 400px) {
    .block1 {
        height: 4em;
    }
}

@media screen and (max-width: 340px) {
    .block3 {
        height: 4em;
    }
}


/* offer S*/

.full-width {
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
    margin: 0 auto;
    max-width: 1632px;
}

.content,
.full-width>div {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.content,
.offer {
    position: relative;
}

#offer img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.btn3,
.btn4,
.btn5,
.btn6 {
    width: 84%;
    left: 8%;
}

.btn3 {
    position: absolute;
    bottom: 11%;
}

.btn3:hover {
    bottom: 10.7%;
    opacity: .9;
}

.btn4 {
    position: absolute;
    bottom: 7.5%;
}

.btn4:hover {
    bottom: 7.2%;
    opacity: .9;
}

.btn5 {
    position: absolute;
    bottom: 5%;
}

.btn5:hover {
    bottom: 4.7%;
    opacity: .9;
}

.btn6 {
    position: absolute;
    bottom: 8.5%;
}

.btn6:hover {
    bottom: 8.2%;
    opacity: .9;
}


/* ボタンの光沢 */

.ab_center {
    margin: auto;
    right: 0;
    left: 0;
}

.is-reflection {
    overflow: hidden;
}

.is-reflection a:after {
    -moz-animation: is-reflection 4s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -ms-animation: is-reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -o-animation: is-reflection 4s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -webkit-animation: is-reflection 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    animation: is-reflection 4s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    width: 30px;
    border-radius: 30%;
}


/* アニメーションを遅延させる */

.is-reflection+.is-reflection a:after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@keyframes is-reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes is-reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.section15 {
    background-image: url('./images/offer/section_15_bg.jpg');
}

.section16 {
    background-image: url('./images/offer/section_16_bg.jpg');
}

.section17 {
    background-image: url('./images/offer/section_17_bg.jpg');
}

.section18 {
    background-image: url('.images/offer/section_18_bg.jpg');
}


/* offer E*/


/**側邊按鈕**/
/* gif_01 E */
#lnk_01,
#lnk_02 {
    position: fixed;
    z-index: 999;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
#lnk_01 {
    bottom: 0px;
    right: 2%;
    width: 330px;
    display: block;
}
#lnk_02 {
    display: none;
    bottom: 0;
}
.button_hide {
    bottom: -500px !important;
}
/*RWD*/
@media screen and (max-width: 1200px) {
    #lnk_01 {
        width: 250px;
        right: 0%;
        bottom: 0px;
    }
}
@media screen and (max-width: 800px) {
    #lnk_01 {
        width: 200px;
        bottom: 0px;
    }
}
@media screen and (max-width: 600px) {
    #lnk_01 {
        display: none;
    }
    #lnk_02 {
        display: block;
    }
}
/* 動態按鈕 */
.btn_animation {
    filter: drop-shadow(3px 3px 3px rgba(67, 76, 88, 0.753));
    animation: scaling .5s ease-out infinite;
    animation-direction: alternate;
}

.btn_animation:hover {
    filter: drop-shadow(0px 0px 0px rgba(67, 76, 88, 0.753));
}

@keyframes scaling {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}

/*RWD*/
@media screen and (max-width: 1200px) {
    #lnk_01 {
        width: 250px;
        right: 0%;
        bottom: 0px;
    }
}
@media screen and (max-width: 800px) {
    #lnk_01 {
        width: 200px;
        bottom: 0px;
    }
}
@media screen and (max-width: 600px) {
    #lnk_01 {
        display: none;
    }
    #lnk_02 {
        display: block;
    }
}
