@charset "utf-8";

/*初趣*/
/*-------------------------------------------------------------------------*/
/*固定大圖隨著滑鼠往上移動*/
/*.pageIndex #header { position: static;}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --f40: 40px;
    --f35: 35px;
    --f34: 34px;
    --f30: 30px;
    --f25: 25px;
    --f20: 20px;
    --f18: 18px;
    --f16: 16px;
    --f15: 15px;
    --f14: 14px;
    --f12: 12px;
    --p3: 3%;
    --p5: 5%;
    --p100: 100px;
    --p160: 160px;
    --fC: "Cardo", serif;
    --fNST: "Noto Serif TC", serif;
    --coB: #0E2C3B;
    --coY: #AE8441;
}
@media screen and (max-width: 1100px) {
    :root {
        --f40: 35px;
        --f35: 30px;
        --f34: 30px;
        --f30: 26px;
        --f25: 23px;
        --p100: calc(4vw + 50px);
        --p160: calc(5vw + 50px);
    }
}
@media screen and (max-width: 768px) {
    :root {
        --f40: 30px;
        --f35: 30px;
        --f34: 26px;
        --f30: 25px;
        --f25: 22px;
        --f22: 20px;
        --f20: 18px;
        --p3: 5%;
    }
}
@media screen and (max-width: 600px) {
    :root {
        --f34: 30px;
        --f30: 25px;
        --f22: 18px;
        --f20: 18px;
        --f18: 16px;
        --p100: 70px;
    }
}
@media screen and (max-width: 480px) {
    :root {
        --f40: 25px;
        --f35: 25px;
        --f34: 25px;
        --f30: 20px;
        --f25: 20px;
    }
}

@media screen and (max-width: 400px) {

}

@keyframes shake {
    25% {transform: rotate(-4deg);}
    75% {transform: rotate(4deg);}
}
@-webkit-keyframes shake {
    25% {-webkit-transform: rotate(-4deg);}
    75% {-webkit-transform: rotate(4deg);}
}
@keyframes ro01 {
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes ro01 {
    100% {-webkit-transform: rotate(360deg);}
}

.pageIndex {
    max-width: 100%;
    padding: 0;
}
.main_part {
    max-width: 2000px;
    padding: 0;
    margin: 0 auto;
}
.edit,
.edit_part,
.show_content,
.main_part {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.edit * {
    word-break: normal;
}

.box_container {
    width: 100%;
    max-width: 2000px;
    font-size: var(--f16);
    letter-spacing: .5px;
    color: #777;
    border: 0;
    text-decoration: none;
    overflow: hidden;
    background: #ffffff;
    margin: auto;
}
.box_container img {
    width: auto;
    max-width: 100%;
}
.box_container * {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    margin: 0;
    line-height: 180%;
}
.box_container a {
    text-decoration: none;
    color: inherit;
}
.box_container ul {
    list-style: none;
}
.box_container i,
.box_container em,
.box_container dfn,
.box_container var {
    font-style: normal;
    line-height: 0px;
}
.box_container u {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .box_container h4 p {
        padding: 0 5vw;
    }
}

/*Animations*/
[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}
[data-animate-in="up"] {
    transform: translate3d(0, 20%, 0);
} /*由下往上*/
[data-animate-in="left"] {
    transform: translate3d(-30%, 0, 0);
} /*由左往右*/
[data-animate-in="right"] {
    transform: translate3d(30%, 0, 0);
} /*由右往左*/
[data-animate-in="down"] {
    transform: translate3d(0, -20%, 0);
} /*由上往下*/
[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0);
} /*淡入*/
[data-animate-in="scaleIn"] {
    transform: scale(0.3);
} /*放大淡入*/
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 1.2s ease, opacity 1s ease;
}
.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.content_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all_main_set * {
    box-sizing: border-box;
    max-width: 100%;
}

.all_main_set {
    max-width: 2000px;
    width: 100%;
    margin: auto;
    font-family: "Microsoft JhengHei", serif;
    border: 0;
    text-decoration: none;
    overflow: hidden;
}

.all_main_set img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.all_main_set ul {
    padding: 0 0;
    margin: 0;
}

.all_main_set li {
    list-style: none;
}

.all_main_set h6,
.all_main_set h5,
.all_main_set h4,
.all_main_set h3,
.all_main_set h2 {
    margin: 0;
}

.all_main_set u {
    text-decoration: none;
}

.all_main_set p {
    margin: 0;
}

.all_main_set em,
.all_main_set i {
    font-style: normal;
}

.all_main_set a {
    text-decoration: none;
}

.all_main_set dd,
.all_main_set dt {
    margin: 0 0;
}

.swiper-slide img {
    height: auto;
}

.pageIndex .main_header_area {
    padding: 10px 0px;
}

.bannerindex {
    top: 89.5px;
}

.main_part {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.show_content {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.page {
    margin-bottom: 0;
}

/*-------------------------------------------------------------------------*/
/*header logo*/

.nav-header {
    max-width: 116px;
    min-width: 100px;
    padding: 0px;
}

/*-------------------------------------------------------------------------*/
/*header右側按鈕*/
.tp_links{
    display: none !important;
}
.tp_links a:before {
    width: 30px;
    height: 30px;
    margin: -10px 0px;
}

.tp_links a.me_tp_line:before {
    background-image: url(https://pic03.eapple.com.tw/mbgoing/tp_line.png) !important;
}

.tp_links a.me_tp_call:before {
    background-image: url(https://pic03.eapple.com.tw/mbgoing/tp_call.png) !important;
}

.tp_links a.me_tp_mail:before {
    background-image: url(https://pic03.eapple.com.tw/mbgoing/tp_email.png) !important;
}

/*-------------------------------------------------------------------------*/
.main_header_area {
    padding: 10px 0px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
}

.nav-menu {
    width: 875px;
    margin: 0 1% 0 3%;
}

.nav-menu > li > a {
    color: #626262;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.4s;
    font-weight: 600;
    padding: 10px 5px;
    margin-bottom: 10px;
    position: relative;
}
.nav-menu > li > a:after{
    content: '';
    background: #0E2C3B;
    width: 1px;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transition: all .4s;
}

.nav-menu > li:hover > a {
    color: #0E2C3B;
    font-weight: 900;
}
.nav-menu > li:hover > a:after {
    height: 20px;
}

.nav-dropdown > li > a {
    transition: all 0.5s;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: #000;
}


.tp_links a {
    border-bottom: none !important;
}

.footer {
    background: #f2f2f2;
}

.footer_menu {
    border-top: 1px solid #f2f2f2 !important;
}

.footer,
#bottom_menu {
    border-top: 1px solid #f2f2f2 !important;
}

.footer_logo img {
    width: 100%;
}

.footer_info li:nth-child(1) {
    width: 40%;
}

.footer_info li:nth-child(2) {
    width: 40%;
}

.footer_info li p.add:before {
    content: "北部：";
}

.footer_info li p.add2:before {
    content: "中部：";
}

/* *********************************** */

/*每頁底色+背景*/
#content {
    border-top: none !important;
}

.banner {
    height: 400px;
    background-position: center bottom;
    background-color: #efefef;
    box-shadow: none;
    background-repeat: no-repeat;
    color: #fff;
    font-family: var(--fNST);
    height: 30vw;
    min-height: 200px;
    max-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.banner h5{
    font-size: var(--f35);
}
.banner h5:before{
    display: block;
    font-size: var(--f14);
    font-family: var(--fC);
    font-weight: 500;
}

.ban_new{
    background-image: url(../img/new_ban.jpg);
}
.ban_new h5:before{
    content: 'Trips & Moments';
}

.banA {
    background-image: url(#);
}

.banB {
    background-image: url(https://pic03.eapple.com.tw/mbgoing/banB.jpg);
}

.banC {
    background-image: url(https://pic03.eapple.com.tw/mbgoing/banC.jpg);
}

.banD {
    background-image: url(#);
}

.banE {
    background-image: url(https://pic03.eapple.com.tw/mbgoing/banE.jpg);
}

.banF {
    background-image: url(#);
}

/* all banner */
.all_banner {
    background-image: url("../img/siu_img018.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0px 5%;
    text-align: center;
    color: #fff;
    line-height: 130%;
    font-weight: bold;
    height: 30vw;
    min-height: 230px;
    max-height: 450px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all_banner b {
    display: block;
    font-size: var(--f14);
    line-height: 150%;
    font-family: var(--fC);
}

.all_banner p {
    line-height: 150%;
    width: fit-content;
    padding: 0 55px;
    position: relative;
    font-size: var(--f35);
    font-family: var(--fNST);
}
.all_banner p:before,
.all_banner p:after {
    content: "";
    width: 2vw;
    max-width: 25px;
    height: 50px;
    position: absolute;
    top: 0;
    animation: shake 2s linear infinite;
    -webkit-animation: shake 2s linear infinite;
}
.all_banner p:before {
    background: url(../img/comma_01.png) no-repeat center top;
    background-size: contain;
    left: 0;
}
.all_banner p:after {
    background: url(../img/comma_02.png) no-repeat center bottom;
    background-size: contain;
    right: 0;
    bottom: 0;
    top: unset;
}

@media screen and (max-width: 1250px) {
    .all_banner p {
        padding: 0 5vw;
    }
}

@media screen and (max-width: 1200px) {
    .ab01 {
        max-width: 800px;
    }

    .all_banner::before {
        width: 43vw;
        height: 34vw;
    }
}

@media (max-width: 800px) {
    .ab02 {
        margin: auto;
    }
}

@media (max-width: 768px) {
    .all_banner {
        padding: 50px 20px;
    }

    .all_banner::before {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .all_banner section ul li:before {
        width: 20px;
        height: 30px;
        margin-right: 5px;
    }
}

@media (max-width: 600px) {
    .ab02 p span {
        font-size: 23px;
    }
}

@media (max-width: 500px) {
    .ab02 b,
    .ab02 i {
        text-align: center;
    }

    .ab02 p {
        align-items: center;
    }

    .ab02 p span {
        text-align: center;
        word-break: break-all;
    }

    .all_banner::before {
        width: 58vw;
        height: 46vw;
    }

}

@media (max-width: 400px) {
}

/* *********************************** */

/*聯絡表單*/
.list_before li.btn .animated-arrow {
    display: none;
}

.noborder {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.contact_form li {
    border-bottom: 0px solid #ffffff;
}

.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    width: 100%;
}

.animated-arrow {
    background-color: var(--coB);
}

@media screen and (max-width: 768px) {
    .bannerindex {
        top: 0;
    }
    .pageIndex .main_header_area,
    .main_header_area {
        padding: 10px 5%;
    }
    .nav-header {
        width: 80px;
        min-width: unset;
    }
}

@media screen and (max-width: 480px) {
    .nav-brand img {
        padding: 13px 43px 0px 0px;
    }
}

@media screen and (max-width: 400px) {
    .pageIndex .main_header_area,
    .main_header_area {
        padding: 10px 5%;
    }
}

/*  */

/* menu */
.main_header_area .container {
    width: 94%;
    max-width: 1500px;
    margin: 0 auto;
}
.nav-menus-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 115px);
    max-width: 1190px;
    margin-top: 10px;
}

.nav-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 115px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav-brand img{
    max-height: 100%;
}

.nav-brand h1 {
    position: absolute;
    opacity: 0;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.nav-menu {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav-header {
    position: static;
}

.t_but{
    display: block;
    background: var(--coB);
    color: #fff;
    width: fit-content;
    padding: 10px 1.5vw;
    border-radius: 100px;
    word-break: keep-all;
    transition: all .4s;
}
.t_but:hover{
    background: var(--coY);
}

.tp_links {
    position: relative;
    top: -5px;
    right: -15px;
}

.tp_links a {
    transition: 0.5s;
}

.tp_links a:hover {
    transition: 0.5s;
    transform: translateY(-5px);
}

@media (max-width: 1024px) {
    .navigation{flex-direction: column; align-items: center;}
    .nav-menu{margin-left: 0;}
    .nav-menus-wrapper{width: 100%;}
    .nav-menu > li > a{letter-spacing: 0;}
}

@media (max-width: 768px) {
    .nav-menus-wrapper {
        display: block;
        margin: 0;
    }
    .navigation-portrait .nav-menu{
        padding: 0 5%;
        margin: 0;
    }

    .nav-header {
        margin: 0;
    }

    .nav-toggle {
        top: 3px;
    }

    .t_but{padding: 10px 30px; margin: 10px 5%;}
}

@media (max-width: 480px) {
    .nav-brand img {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 400px) {

}

/* footer */
.str_all {
    padding: 100px 5% 50px;
    background-color: #F5F5F5;
    position: relative;
    z-index: 99;
}
.str_all img{
    width: auto;
    max-width: 100%;
}

.str_01 {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    color: #777;
    font-size: 15px;
}
.str_logo {
    display: block;
    width: fit-content;
}

.f_logo{
    width: 425px;
    text-align: center;
    padding: 15px 0;
}
.str_logo{
    width: 50%;
    max-width: 264px;
    margin: 0 auto;
    line-height: 0;
}
.f_logo p{
    margin: 30px auto 25px;
    line-height: 160%;
}
.f_login{
    display: block;
    background: #C1BEB7;
    padding: 10px;
    margin: 0 auto;
    max-width: 240px;
    color: #fff;
    transition: all .4s;
}
.f_login:hover{
    background: var(--coB);
}
.str_all i{
    display: block;
    width: 1px;
    background: #D4D4D4;
    margin: 0 3%;
    align-self: stretch;
}

.f_inf{
    width: 590px;
    min-width: 530px;
}
.f_inf dl{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.f_inf dl h6{
    color: #0E2C3B;
    font-size: 20px;
    font-family: var(--fNST);
    margin-bottom: 10px;
}
.f_inf dl dd{
    margin-right: 3%;
}
.f_inf p {
    width: fit-content;
}
.f_inf p span{
    display: inline-block;
}

.f_inf u{
    display: block;
    font-style: normal;
    letter-spacing: -.5px;
    font-size: 13px;
}

.f_inf p a {
    display: block;
    font-size: var(--f15);
    line-height: 150%;
    transition: 0.5s;
    letter-spacing: 1px;
    color: #777;
}

.f_inf p a:hover {
    transition: 0.5s;
    color: #0E2C3B;
}

.su_footer {
    max-width: 450px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px 15px;
    grid-auto-columns: minmax(80px, auto);
}

.su_footer a {
    color: #777;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
    text-indent: 0.1em;
    transition: 0.5s;
    word-break: keep-all;
}
.su_footer a:first-child {
    display: none;
}

.su_footer a:hover {
    font-weight: bold;
    transition: 0.5s;
}

.copy {
    color: #fff;
    font-weight: 400;
    line-height: 160%;
    position: relative;
    z-index: 99;
    padding: 0;
    margin: 40px 0 0;
    border: none;
    color: #777;
    width: 100%;
    text-align: left;
    font-size: 15px;
}
.copy a {
    color: inherit;
    transition: all 0.4s;
}
.copy a:hover {
    color: var(--coB01);
}

.copy span{
    display: block;
    width: fit-content;
}

@media (max-width: 1024px) {
    .str_all {
        padding: 60px 10% 30px 5%;
    }

    .str_01{max-width: 800px;}
    .f_inf{min-width: fit-content; width: fit-content;}
    .f_inf dl{flex-direction: column;}
    .f_inf dl dd{margin: 0 0 20px;}
}

@media (max-width: 768px) {
    .str_all{padding: 50px 10% 20px 5%;}
    .str_01{flex-direction: column;}
    .f_logo{padding: 0; width: fit-content;}
    .str_01 i{width: 100%; height: 1px; margin: 30px auto;}
    .f_inf{min-width: unset; width: unset;}
    .f_inf dl{flex-direction: row;}
    .f_inf dl dd {margin: 0 20px 0 0;}

}
@media (max-width: 600px) {
    .str_all {padding: 40px 10% 15px 5%;}
    .f_inf{width: 100%;}
    .f_inf dl dd{margin-right: 10px;}
    .su_footer{grid-template-columns: 1fr;}
}

@media (max-width: 500px) {
    .f_inf dl{flex-direction: column;}
    .f_inf dl dd{margin: 0 0 15px;}
    .copy {margin-top: 20px;}
    .double_key{padding-bottom: 10px;}
}
@media (max-width: 425px) {
    .su_footer {
        max-width: 250px;
        grid-template-columns: repeat(2, 1fr);
    }

    .str_logo img {
        width: 100%;
    }
}

/* workshow */
body.work_page .main_part {
    padding: 120px 20px;
}

body.work_page .main_part .show_content {
    max-width: 1406px;
    margin: auto;
}

body.work_page .path {
    max-width: 1378px;
    margin: auto;
    margin-bottom: 35px;
}
.path {
    display: none;
}

body.work_page .show-list .show_name {
    color: #343426;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    margin-top: 15px;
}

body.work_page .show-list .show_pic {
    padding-bottom: 66%;
}

body.work_page .show-list .show_name {
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

body.work_page .show-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

body.work_page .show-list .item {
    width: 32%;
    padding: 0;
    margin: 20px 0.5%;
}

body.work_page .show-list .item {
    padding: 0;
}

body.work_page .show-list .show_pic img {
    width: 100%;
}

body.work_info_page .other_album_choice li {
    background: linear-gradient(
        to bottom,
        rgba(82, 70, 254, 1) 0%,
        rgba(47, 23, 255, 1) 100%
    );
}

.other_album_choice li,
.other_album_choice li .fa {
    transition: ease 0.4s;
}

.other_album {
    margin-top: 50px;
}

@media (max-width: 1400px) {
    body.blog_page .all_banner,
    body.promotions_page .all_banner,
    body.about_page .all_banner {
        padding: 150px 5% 70px;
    }
}

@media (max-width: 1200px) {
    .all_banner::before {
        width: 43vw;
        height: 34vw;
    }
}

@media (max-width: 1024px) {
    body.work_page .main_part {
        padding: 80px 20px;
    }
}

@media (max-width: 800px) {
    body.work_page .main_part {
        padding: 50px 20px;
    }
}

@media (max-width: 600px) {
    body.work_page .show-list .item {
        width: 47.5%;
        margin: 20px 1%;
    }

    body.work_page .show-list .item {
        width: 100%;
    }

    body.work_info_page .pic-list .item {
        width: 100%;
    }
}

@media (max-width: 400px) {
    body.blog_page .all_banner,
    body.promotions_page .all_banner body.about_page .all_banner {
        padding: 130px 5% 50px;
    }
}

/* 預約 */

body.about_page .main_part {
    max-width: 1290px;
    margin: auto;
    padding: 95px 20px;
    background-image: url("../img/all_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

body.about_page .all_banner {
    background-image: url("../img/boo_ban.jpg");
}

.box_le blockquote i {
    display: block;
    max-width: 308px;
    margin-bottom: 10px;
}

@media (max-width: 800px) {
    body.about_page .main_part {
        padding: 80px 20px;
    }
}

@media (max-width: 600px) {
    body.about_page .main_part {
        padding: 50px 20px;
    }
}

/* 文章 */
body.blog_page .all_banner {
    background-image: url("../img/new_ban.jpg");
}
body.blog_page .all_banner p,
body.promotions_page .all_banner p {
    color: #fff;
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.65);
}
body.blog_page .all_banner p:before,
body.blog_page .all_banner p:after,
body.promotions_page .all_banner p:before,
body.promotions_page .all_banner p:after {
    filter: grayscale(1) brightness(10)
        drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.65));
    -webkit-filter: grayscale(1) brightness(10)
        drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.65));
}

body.blog_page .main_part {
    padding: 110px 20px 80px 20px;
    background-image: url(../img/all_bg.jpg);
    background-color: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
}

body.blog_page .show_content {
    max-width: 1350px;
    margin: auto;
}

body.blog_page .path {
    max-width: 1350px;
    margin: auto;
    margin-bottom: 40px;
}

body.blog_page .accordion li .link {
    font-weight: 400;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -30px;
}

.subbox_item {
    width: 31%;
    float: none;
    margin: 30px 1%;
    position: relative;
    transition: 0.5s;
    border: 1px solid #F5F5F5;
    overflow: hidden;
}
.blog_list_le{
    padding: 0;
}
.blog_list_ri{
    width: 90%;
    max-width: 280px;
    padding: 30px 0;
    margin: 0 auto;
}

.subbox_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
}

.blog_list_le {
    width: 100%;
}

.blog_list_ri {
    width: 100%;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.page li {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 150px;
    line-height: 25px;
}

.page li a {
    border-radius: 150px;
    padding: 0;
    border: 1px #ccc solid;
}

.page strong,
.page a {
    min-width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

@media (max-width: 700px) {
    .subbox_item {
        width: 47%;
        margin: 25px 1%;
    }

    body.blog_page .main_part {
        padding: 50px 20px;
    }
}

@media (max-width: 425px) {
    .subbox_item {
        width: 100%;
        margin: 25px 0;
    }

    .page {
        margin-top: 0;
    }
}

/* 促銷方案 */
body.promotions_page .all_banner {
    background-image: url("../img/ne_ban.jpg");
}

body.promotions_page .main_part {
    padding: 100px 20px;
    max-width: 1240px;
    margin: auto;
}

body.promotions_page .path {
    max-width: 1240px;
    width: 100%;
    margin-bottom: 40px;
}

body.promotions_page .time {
    margin-bottom: 40px;
}

.promotion_title h2 {
    border-bottom: 1px solid #C1BEB7;
    color: var(--coB);
    font-size: var(--f25);
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-family: var(--fNST);
    line-height: 140%;
    font-weight: 600;
}

.promotion_title span {
    border: none;
    padding: 3px 6px;
    letter-spacing: 0;
    color: var(--coY);
    font-size: var(--f14);
}
body.promotions_page .time{
    margin-bottom: 5px;
}

.edit {
    width: 100%;
}

.promotion_title {
    border-bottom: none;
}

.other_promotion {
    margin-top: 70px;
}

@media (max-width: 600px) {
    body.promotions_page .main_part {
        padding: 50px 20px;
    }
}

/* contact */
body.contact_page .all_banner {
    background-image: url("../img/siu_img027.jpg");
}

body.contact_page .main_part {
    max-width: 1240px;
    margin: auto;
    padding: 100px 20px;
}

.contact_form li .form__insert img {
    margin-left: 10px;
}

.contact_content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.contact_form li input {
    padding: 5px;
}

.contact_form li:last-child > input {
    padding: 5px 15px;
}

.contact_form li:last-child .animated-arrow input {
    padding: 0px;
    padding-left: 50px;
}

@media (max-width: 800px) {
    body.contact_page .main_part {
        padding: 50px 20px;
    }
}

@media (max-width: 400px) {
    .contact_form li.last {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .last .animated-arrow {
        margin-top: 10px;
    }
}

/* 會員 */
body.member .all_banner {
    background-image: url(../img/men_ban.jpg);
}

body.member .all_banner::before {
    width: 441px;
    height: 350px;
}

body.member .main_part {
    padding: 50px 20px 120px;
    min-height: auto;
}

body.member .path {
    display: none;
}

body.member .member_title {
    margin-bottom: 100px;
}

body.member .member_title p {
    display: none;
}

body.member .show_content {
    max-width: 1360px;
    width: 100%;
    margin: auto;
}

.member_login_regist {
    max-width: 500px;
    width: 100%;
    margin: 0;
    padding: 45px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background: #F5F5F5;
}

.member_login_regist img {
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 22px;
    width: 162px;
    height: 162px !important;
}

.mr01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 50;
}

.mr01 h2 {
    color: #333;
    font-size: var(--f25);
    line-height: 120%;
    margin: 0;
    margin-left: 10px;
    font-weight: normal;
}

.member_login_regist i {
    display: block;
    color: var(--coY);
    font-style: normal;
    line-height: 120%;
}

.member_login_regist p {
    text-align: justify;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    position: relative;
    z-index: 50;
}

.member_login_regist a {
    max-width: 250px;
    width: 100%;
    padding: 17px 5px;
    background-color: var(--coY);
    margin-top: 25px;
    transition: 0.5s;
    position: relative;
    z-index: 50;
    font-family: var(--fNST);
}

.member_login_regist a:hover,
.member_login_regist a.login_line:hover {
    transition: 0.5s;
    background-color: var(--coB);
}

.member_login_regist a.login_line{
    background: #00C511;
    transition: all .4s;
    margin-top: 12px;
}

.member_login {
    margin: 0;
}

.member_index {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member_index form {
    margin: 0 0 0 auto;
    width: fit-content;
}

body.member .member_login tr td:nth-child(1) {
    width: 115px;
    white-space: nowrap;
}

body.member .member_login tr td:nth-child(2) {
    width: 400px;
    padding-top: 20px;
}

body.member .login_mem_submit {
    background: var(--coY);
    padding: 14px 5px;
    transition: 0.5s;
    font-family: var(--fNST);
}

body.member .login_mem_submit:hover {
    transition: 0.5s;
    background: var(--coB);
}

body.member .login_mem_other_link {
    text-align: right;
}

body.member .login_mem_other_link a {
    color: #777777;
    font-size: var(--f16);
}
body.member .login_mem_other_link a:hover {
    color: var(--coY);
}
.member_index01,
.member_index02 {
    width: 50%;
}

.member_index01 {
    padding-right: 50px;
}

.member_index02 {
    border-left: 1px #cccccc solid;
    padding-left: 50px;
}

body.member .member_login tr td:nth-child(1) {
    color: #000000;
    font-size: 16px;
}

body.member.member_rei .main_part {
    padding: 60px 20px 120px 20px;
}

body.member.member_rei .member_title {
    margin-bottom: 30px;
}

body.member.member_rei .mem_regist_title_s_s02 input {
    max-width: 205px;
    width: 100%;
    margin: auto;
    background-color: var(--coY);
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-align: center;
    padding: 15px 5px;
    transition: 0.5s;
}

body.member.member_rei .mem_regist_title_s_s02 input:hover {
    transition: 0.5s;
    background-color: var(--coB);
}

body.member .edit {
    padding: 0;
}

.eye01{
    position: relative;
}
.eye01 .login_mem_pass{
    padding-right: 40px;
}
.eye01 button{
    background: transparent;
    position: absolute;
    top: 30px;
    right: 15px;
    max-width: 25px;
}

.mu01 b {
    display: block;
    color: var(--coB);
    font-size: 25px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    margin-bottom: 50px;
    font-family: var(--fNST);
}

.mu01 p {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

.mu01 p span {
    color: var(--coY);
    font-size: 20px;
    line-height: 120%;
    padding: 0 5px;
}

.mu01 h6 {
    max-width: 690px;
    margin: 35px auto auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mu01 h6 a:first-child{
    background: var(--coY);
    color: #fff;
}
.mu01 h6 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background-color: #eeeeee;
    border-radius: 5px;
    margin: 0 10px;
    transition: 0.5s;
    color: #555;
}

.mu01 h6 a:hover {
    transition: 0.5s;
    background-color: var(--coB);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.mu01 h6 a:hover img,
.mu01 h6 a:first-child img{
    -webkit-filter:grayscale(1) brightness(10);
}

.mu01 h6 a span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    margin-top: 15px;
    transition: 0.5s;
}

.mu01 h6 a:hover span {
    transition: 0.5s;
    color: white;
}

.mu02 h6 {
    max-width: 910px;
}

.mu03 {
    max-width: 250px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 5px;
    text-align: center;
    margin: 25px auto 70px;
    background: #F5F5F5;
    color: #B20000;
    display: none;
}

.mu03 h4 {
    color: #d90000;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.mu03 h4 a {
    color: #d90000;
}

.mu03 h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.05em;
}

.mu03 h5:nth-of-type(2) {
    margin: 0 10px;
}

.mu03 h5 a {
    color: black;
}

/* 司機隱藏 */
.mu02 {
    display: none;
}

/* 修改密碼 */
body.member.member_pd .member_title {
    margin-bottom: 50px;
}

body.member.member_pd .mem_regist_title_s_s input {
    padding: 16px 5px;
    background-color: var(--coY);
    max-width: 250px;
    width: 100%;
    color: white;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    transition: 0.5s;
}

body.member.member_pd .mem_regist_title_s_s input:hover {
    transition: 0.5s;
    background-color: var(--coB);
}

.mem_box2 input.bbtn01,
.mem_box2 input.bbtn02,
.mem_box2 input.bbtn02 {
    max-width: 225px;
    width: 100%;
    background: var(--coY);
    margin: 15px 10px;
    transition: all 0.4s;
}

.mem_box2 input.bbtn01:hover,
.mem_box2 input.bbtn02:hover,
.mem_box2 input.bbtn02:hover,
.mem_box2 input.bbtn02:hover {
    background: var(--coB);
}

.mem_box2 input.bbtn02 {
    background: #B20000;
}

body.member.member_pd .member_title {
    max-width: 100%;
}

.mask_order_history {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.mask_order_history table {
    width: 100%;
    margin-bottom: 50px;
    border-collapse: separate;
    border-spacing: 5px;
    background-color: transparent;
    border-bottom: 1px #cccccc solid;
}

.mask_order_history table tr td {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    background: white;
    border: none;
    padding: 15px 5px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
}

.member_icon {
    max-width: 1200px;
    margin: auto;
    text-align: right;
    margin-bottom: 20px;
}

.member_icon h5,
.member_icon h5 a {
    color: #B20000;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 900px) {
    .member_index {
        flex-direction: column;
    }

    .member_index01,
    .member_index02 {
        width: 100%;
        padding: 0;
    }

    .member_index02 {
        border: none;
        border-top: 1px #cccccc solid;
        padding-top: 30px;
        margin-top: 30px;
    }

    .member_index form,
    .member_login_regist {
        margin: auto;
    }

    .member_login_regist {
        margin-top: 0;
    }

    body.member .main_part {
        padding: 50px 20px 80px;
    }

    .mu03 {
        justify-content: center;
    }

    .mu01 h6 {
        max-width: 450px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .mu02 h6 {
        max-width: 550px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .mu01 h6 a,
    .mu02 h6 a {
        margin: 15px 10px;
    }

    .member_icon {
        text-align: center;
    }
}

@media (max-width: 800px) {
    body.member .all_banner::before {
        width: 43vw;
        height: 34vw;
    }

    body.member .member_title {
        margin-bottom: 50px;
    }

    body.member.member_rei .main_part {
        padding: 50px 20px;
    }
}

@media (max-width: 768px) {
    .order_history tr td:nth-child(n) {
        text-align: justify;
        word-break: break-all;
    }

    .mask_order_history table tr td::before {
        content: attr(data-str);
        margin-right: 5px;
        color: #000;
    }

    .order_history tr {
        padding: 30px 0;
    }

    .mask_order_history table {
        margin-bottom: 35px;
        border: none;
    }

    .mask_order_history table tbody {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .order_history tr {
        margin: 15px 1%;
        width: 100%;
    }

    .order_history tr td:nth-child(n) {
        width: 50%;
        padding: 15px 5px;
    }
}

@media (max-width: 600px) {
    .mu03 {
        flex-direction: column;
        align-items: center;
        margin: 40px auto;
    }

    .mu03 h5:nth-of-type(2) {
        margin: 15px 0;
    }
}

@media (max-width: 500px) {
    .member_login_regist {
        padding: 35px 20px;
    }

    .order_history tr {
        width: 100%;
    }

    .mask_order_history {
        padding: 0;
    }
}

@media (max-width: 450px) {
    .order_history tr {
        padding: 15px 0;
    }

    .order_history tr td:nth-child(n) {
        width: 100%;
    }

    .member_icon {
        margin: 0;
    }
}

@media (max-width: 400px) {
    .mu01 h6 a {
        width: 120px;
        height: 120px;
    }

    .mu01 h6 a span {
        font-size: 14px;
    }

    .mu01 p {
        flex-direction: column;
        align-items: center;
    }

    .mu01 p span {
        display: block;
        margin: 10px 0;
    }
}

/* 線上購物 */
.str_detail01 {
    padding: 100px 20px;
}

.str_detail02 {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.str_detail02 p {
    padding: 0 30px;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}
.str_detail02 p:before{
    content: '';
    background: #F5F5F5;
    width: 269px;
    height: 269px;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 90%;
    transform: translate(-50%,-50%);
}
.str_detail02 p img{
    width: 20%;
    min-width: 90px;
    max-width: 150px;
}

.str_detail03 {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
    background-color: #F5F5F5;
}

.str_detail03 b {
    display: block;
    color: var(--coY);
    font-size: var(--f25);
    line-height: 130%;
    text-align: center;
    padding-bottom: 50px;
    margin: 0 auto 50px;
    font-family: var(--fNST);
    font-weight: 500;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #C1BEB7;
    max-width: 890px;
}

.str_detail03 ul {
    max-width: 600px;
    margin: auto;
    width: 100%;
}

.str_detail03 li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.str_detail03 li + li {
    margin-top: 25px;
}

.str_detail03 li i {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    width: 140px;
    min-width: 140px;
    margin-right: 15px;
    word-break: break-all;
    text-align: left;
}

.str_detail03 li u {
    display: block;
    color: #ff0000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap;
    padding-right: 30px;
}

.str_detail03 li em,
.str_detail03 li input {
    display: block;
    width: 100%;
    color: #575747;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    border: 1px #e6e6e6 solid;
    padding: 10px 15px;
    background-color: #edf0f3;
}

.str_detail03 li input {
    background-color: white;
}

.str_detail03 ul:nth-of-type(1) li:nth-child(3) i {
    width: 211px;
    min-width: 211px;
}

.str_detail03 ul:nth-of-type(2) {
    margin-top: 110px;
}

.str_detail03 ul:nth-of-type(2) li:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.str_detail03 ul:nth-of-type(2) li:last-child input {
    max-width: 280px;
}

.str_detail03 ul:nth-of-type(2) li:last-child img {
    margin: 0 10px;
}

.str_detail_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    height: 50px;
    background-color: var(--coY);
    margin: auto;
    margin-top: 60px;
    transition: 0.5s;
}

.str_detail_btn input[type="button"] {
    background: transparent;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.str_detail_btn:hover {
    transition: 0.5s;
    background-color: var(--coB);
}

@media (max-width: 700px) {
    .str_detail02 p:before{
        width: 200px;
        height: 200px;
    }
    .str_detail03 ul:nth-of-type(2) li:last-child {
        flex-direction: column;
        align-items: flex-start;
    }

    .str_detail03 ul:nth-of-type(2) li:last-child img {
        margin: 10px 0;
    }

    .str_detail03 ul:nth-of-type(2) li:last-child i {
        margin: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .str_detail03 b {
        font-size: 22px;
        margin-bottom: 50px;
    }

    .str_detail03 ul:nth-of-type(2) {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .str_detail01 {
        padding: 100px 20px 50px;
    }

    .str_detail03 li {
        flex-direction: column;
        align-items: flex-start;
    }

    .str_detail03 li i {
        margin: 0;
        margin-bottom: 15px;
    }

    .str_detail03 li:nth-child(n) i {
        min-width: unset;
        width: 100%;
    }

    .str_detail03 {
        padding: 35px 20px;
    }

    .str_detail02 p {
        text-align: center;
    }
}

/* 頁碼 */
.page {
    margin: 80px 0 50px 0;
}

/*首頁彈跳視窗*/
.indexImg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    top: 0;
}
.indexImg::before {
    content: "";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.indexImg_cont {
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: auto;
    display: flex;
    flex-direction: column;
    line-height: 170%;
    font-size: 18px;
}
.swiper-indexImg {
    width: 90vh;
    max-width: 100%;
    height: auto;
    max-height: 90vh;
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url(../img/win_03.jpg) #EBE3D6 no-repeat center top;
    padding: 50px 5%;
}
.swiper-indexImg dl {
    width: 100%;
    max-width: 800px;
    padding: 20px 5% 40px;
    position: relative;
    z-index: 1;
    background: #fff;
    outline: 1px solid #DDD;
    outline-offset: -10px;
}
.swiper-indexImg dl dt {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    line-height: 180%;
    position: relative;
    z-index: 2;
    color: #333;
}
.swiper-indexImg dl dt i{
    display: block;
    position: relative;
    top: -20px;
    margin: 0 auto 20px;
    line-height: 0;
    text-align: center;
}
.swiper-indexImg dl dt h5{
    text-align: center;
    font-size: var(--f35);
    color: var(--coB);
    font-family: var(--fNST);
    font-weight: 400;
}
.swiper-indexImg dl dt h5:after{
    content: '';
    background: #CCC;
    width: 45px;
    height: 1px;
    display: block;
    margin: 30px auto;
}
.swiper-indexImg dl dt p{
    margin-bottom: 10px;
    font-size: var(--f16);
    line-height: 120%;
}
.swiper-indexImg dl dt a {
    display: block;
    max-width: 205px;
    background: var(--coY);
    padding: 10px;
    color: #fff;
    font-size: var(--f16);
    text-align: center;
    line-height: 150%;
    margin: 40px auto auto;
    letter-spacing: 3px;
    transition: all 0.4s;
}
.swiper-indexImg dl dt a:hover {
    background: var(--coB);
}

@media screen and (max-width: 768px) {
    .swiper-indexImg {
        border-width: 4px;
        overflow-y: scroll;
    }
    .indexImg_cont {
        font-size: 16px;
    }
    .swiper-indexImg dl {
        padding: 50px 5% 60px;
    }
    .swiper-indexImg dl dt i{
        margin-bottom: 10px;
    }
    .swiper-indexImg dl dt a {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .swiper-indexImg{
        padding: 30px 5%;
    }
    .swiper-indexImg dl {
        outline-offset: -7px;
        padding: 20px 7% 40px;
    }
    .swiper-indexImg dl dt i{
        margin-bottom: 0;
    }
    .swiper-indexImg dl dt h5:after{
        margin: 20px auto;
    }
    .swiper-indexImg dl dt a {
        margin-top: 25px;
    }
}

/*首頁*/
.pageIndex{max-width:100%; padding:0;}
.main_part{max-width:2000px; padding:0; margin:0 auto;}
.edit, .edit_part, .show_content, .main_part{width:100%; max-width: 100%; padding:0;}
.edit *{word-break: normal;}

.keyword_i {
    height: 0;
    max-height: 0;
    overflow: hidden;
}
.ibg00 h4{
    color: var(--coB);
    font-size: var(--f34);
    font-family: var(--fNST);
    line-height: 130%;
	font-weight: 600;
}
.ibg00 h4 b{
    display: block;
    font-family: var(--fC);
    font-size: var(--f14);
    line-height: 130%;
	margin: 7px 0;
}
.ibg01 {
    padding: var(--p100) var(--p3) 0;
}
.ibg01 dl{
    max-width: 1700px;
    margin: 0 auto;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.ibg01 dl:after{
	content: '';
	background: url(../img/ind_06.png) no-repeat right bottom;
	width: 60vw;
	max-width: 947px;
	height: 109px;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -8%;
}
.ibg01 dl dd{
    line-height: 0;
	position: relative;
}
.ibg01 dl dd i{
	width: 10vw;
	max-width: 150px;
	position: absolute;
	right: 0;
	top: -70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ibg01 dl dd i u{
	max-width: 40%;
	position: absolute;
}
.ibg01 dl dd i > img{
	animation: ro01 35s linear infinite;
}
.ibg01 dl dt{
    width: 610px;
    margin-left: var(--p3);
}
.ibg01 dl dt i{
	max-width: 70%;
	display: block;
	margin-left: auto;
}
.ibg01 dl h5{
	font-size: var(--f20);
	color: var(--coY);
	font-family: var(--fNST);
	line-height: 130%;
	padding: 15px 0 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #CCC;
	font-weight: 500;
	position: relative;
}
.ibg01 dl h5:after{
	content: '';
	background: var(--coY);
	width: 70px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ibg01 dl h6{
	font-size: var(--f18);
	color: var(--coB);
	font-weight: 500;
	margin: 30px 0 5px;
}
.ibg02{
	background: url(../img/ibg_03.jpg) no-repeat center bottom,url(../img/ibg_02.png) no-repeat center top;
	padding: var(--p160) var(--p3) 250px;
}
.ibg02_a{
	max-width: 1700px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 3%;
}
.ibg02_a li:nth-child(2){
	margin-top: 20%;
}
.ibg02_a li:nth-child(3){
	margin-top: 10%;
}
.ibg02_a u{
	display: block;
	line-height: 180%;
	text-align: right;
	padding-right: 10px;
	font-size: var(--f14);
	font-family: var(--fNST);
}
.ibg02_a h5{
	font-size: var(--f25);
	color: var(--coB);
	font-family: var(--fNST);
	font-weight: 600;
	line-height: 160%;
	margin: 20px 0 3px;
}
.ibg02_a h6{
	font-size: var(--f14);
	color: var(--coY);
	font-weight: 500;
	margin-bottom: 15px;
}
.ibg02_b{
	max-width: 1700px;
	margin: var(--p160) auto auto;
}
.ibg02_b dd{
	text-align: center;
}
.ibg02_b dd h4{
	margin-bottom: 25px;
}
.ibg02_b dd h4 b,
.ibg06 dt h4 b{
	margin: -25px auto 5px;
}
.ibg02_b dt{
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px 5%;
}
.ibg02_b dt section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ibg02_b dt section i{
	display: block;
	width: 40%;
	align-self: stretch;
}
.ibg02_b dt section i img{
	object-fit: cover;
	min-height: 100%;
}
.ibg02_b section figure{
	width: 57%;
	max-width: 460px;
	margin-left: var(--p5);
}
.ibg02_b section figure h6{
	color: var(--coB);
	font-size: var(--f20);
	font-family: var(--fNST);
	font-weight: 600;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 160%;
	margin-bottom: 6px;
}
.ibg02_b section figure h6 span{
	font-size: var(--f14);
	font-family: var(--fC);
	line-height: 160%;
	margin-right: 15px;
}
.ibg02_b section figure h6 b{
	font-weight: 600;
}
.ibg02_b section figure h6 b u{
	line-height: 160%;
	display: inline-block;
}
.ibg02_b section p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.ibg02_b section p:before{
	content: '•';
	margin-right: 4px;
}
.ibg02_b section article{
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 0 10px;
}
.ibg03{
	background: url(../img/ibg_04.jpg) no-repeat center;
	background-size: cover;
	height: 30vw;
	min-height: 100px;
	max-height: 619px;
	position: relative;
}
.ibg03 img{
	width: 50vw;
	max-width: 983px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.ibg04{
	padding: var(--p100) var(--p3);
}
.link01{
    position: relative;
    top: -90px;
}
.ibg04_a{
	max-width: 1300px;
	padding-bottom: 50px;
	margin: 0 auto 70px;
	border-bottom: 1px solid #ccc;
	align-items: flex-end;
}
.ibg04_a dt figure{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ibg04_a dt figure u{
	max-width: 27vw;
	display: inline-block;
	margin-left: -2%;
	animation: shake 3.5s linear infinite;
}
.ibg04_a dt h6{
	color: var(--coY);
	font-family: var(--fNST);
	font-size: var(--f20);
	font-weight: 400;
	line-height: 160%;
}
.ibg04_a dd{
	width: 380px;
	margin-left: var(--p3);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.ibg04_a dd a{
	border: 1px solid #E0DEDB;
	text-align: center;
	padding: 15px 5px;
	line-height: 140%;
	color: #545454;
	transition: all .4s;
	font-family: var(--fNST);
}
.ibg04_a dd a:hover{
	background: var(--coB);
	color: #fff;
}
.ibg04_b{
	max-width: 1300px;
	margin: 0 auto;
	align-items: flex-start;
}
.ibg04_b dd{
	position: relative;
	z-index: 1;
	position: relative;
}
.ibg04_b dd:before{
	content: '';
	background: url(../img/ind_19.png) no-repeat center;
	background-size: contain;
	width: 125%;
	max-width: 705px;
	height: 642px;
	position: absolute;
	left: 50%;
	top: 60%;
	z-index: -1;
	transform: translate(-50%,-50%);
}
.ibg04_b dt{
	width: 670px;
	margin-left: var(--p3);
	position: relative;
	z-index: 2;
}
.ibg04_b dt ul{
	margin-top: 30px;
}
.ibg04_b dt ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}
.ibg04_b dt ul img{
	min-width: fit-content;
	margin-right: var(--p3);
	animation: shake 3s linear infinite;
}
.ibg04_b dt ul h6{
	color: var(--coB);
	font-size: var(--f20);
	font-weight: 500;
	font-family: var(--fNST);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ibg04_b dt ul h6 span{
	font-size: var(--f14);
	font-family: var(--fC);
	padding-right: 8px;
	margin-right: 8px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	line-height: 130%;
}
.ibg04_b dt article{
	border: 1px solid #EBE3D6;
	padding: 30px 5%;
	position: relative;
}
.ibg04_b dt article figure{
	max-width: 575px;
	margin: 0 auto;
}
.ibg04_b dt article h6{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: var(--coB);
	font-size: var(--f20);
	font-family: var(--fNST);
	font-weight: 500;
	margin-bottom: 15px;
}
.ibg04_b dt article h6 img{
	margin-right: 10px;
}
.ibg04_b dt article a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85%;
	max-width: 200px;
	background: var(--coY);
	color: #fff;
	font-family: var(--fNST);
	position: absolute;
	padding: 10px 5px;
	right: 3%;
	bottom: -20px;
	transition: all .4s;
}
.ibg04_b dt article a span{
	margin-left: 15px;
}
.ibg04_b dt article a:hover{
	background: var(--coB);
}
.ibg05{
	padding: var(--p100) var(--p3);
}
.ibg05 h4{
	text-align: center;
}
.ibg05 article{
	text-align: center;
	margin: 20px auto 65px;
}
.ibg05 section{
	max-width: 1700px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 2%;
}
.ibg05 section a{
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 0;
	transition: all .5s;
}
.ibg05 section a i{
	display: block;
}
.ibg05 section a div{
	padding: 25px 10px 35px;
}
.ibg05 section a figure{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ibg05 section a figure h5{
	font-size: var(--f20);
	color: var(--coB);
	font-family: var(--fNST);
	font-weight: 500;
	margin-bottom: 15px;
	margin-right: 10px;
}
.ibg05 section a figure h5 b{
	display: block;
	color: var(--coY);
	font-family: var(--fC);
	font-size: var(--f14);
	letter-spacing: 0;
}
.ibg05 section a dl{
	width: calc(100% - 20px);
	background: #F5F5F5;
	padding: 20px var(--p3) 0;
	position: absolute;
	left: 10px;
	bottom: -20%;
	text-align: center;
	transition: all .5s;
	opacity: 0;
}
.ibg05 section a dl dt{
	padding: 10px 5px;
	margin: 15px auto auto;
	background: var(--coB);
	color: #fff;
	font-family: var(--fNST);
	width: 100%;
	max-width: 250px;
}
.ibg05 section a:hover{
	box-shadow: 0 0 13px rgba(212,212,212,.65);
}
.ibg05 section a:hover dl{
	bottom: 0;
	opacity: 1;
}
.ibg06{
	background: url(../img/ibg_05.jpg) no-repeat center;
	background-size: cover;
	padding: var(--p100) var(--p3) 300px;
	text-align: center;
	font-family: var(--fNST);
	position: relative;
	z-index: 1;
}
.ibg06 var{
	width: 20vw;
	max-width: 308px;
	position: absolute;
	bottom: 0;
	right: 18%;
    z-index: -1;
}
.ibg06 dt{
	font-size: var(--f14);
	color: var(--coB);
}
.ibg06 dt p{
	margin: 10px auto 40px;
}
.ibg06 dt p span{
	display: inline-block;
}
.ibg06 dd{
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.ibg06 dd a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 5px;
	margin: 5px .5%;
	color: #fff;
	transition: all .4s;
	width: 100%;
	max-width: 250px;
}
.ibg06 dd a:nth-of-type(1){
	background: #A81726;
}
.ibg06 dd a:nth-of-type(2){
	background: #408C55;
}
.ibg06 dd a:nth-of-type(3){
	background: var(--coB);
}
.ibg06 dd a span{
	display: inline-block;
	margin-left: 15px;
}
.ibg06 dd a:hover:nth-of-type(1){
	background: #8B1420;
}
.ibg06 dd a:hover:nth-of-type(2){
	background: #367648;
}
.ibg06 dd a:hover:nth-of-type(3){
	background: var(--coY);
}

@media screen and (max-width:1500px) {
    .ibg06 var{right: 10%;}
}

@media screen and (max-width:1024px) {
    .ibg01{padding-top: 30px;}
	.ibg01 dl{flex-direction: column-reverse;}
	.ibg01 dl dt{margin: 0 auto 50px;}
	.ibg02{padding-bottom: calc(5vw + 50px);}
	.ibg02_b dt{grid-template-columns: 1fr; max-width: 800px; margin: 40px auto auto;}
	.ibg01 dl dd i{right: 0; top: -5vw;}
	.ibg04_a{max-width: 850px;}
	.ibg04_b{flex-direction: column; align-items: center;}
	.ibg04_b dt{margin: 20px auto auto;}
	.ibg05 section{grid-template-columns: 1fr 1fr; gap: 30px 3%; max-width: 835px;}
	.ibg05 section a{max-width: 400px;}
	.ibg06{padding-bottom: 20vw;}
    .ibg06 var{right: 5%;}
}

@media screen and (max-width:768px) {
	.ibg01 dl dd i{width: 15vw; top: -8vw;}
	.ibg02_a{grid-template-columns: 1fr; max-width: 534px; gap: 50px;}
	.ibg02_a li:nth-child(2),
	.ibg02_a li:nth-child(3){margin-top: 0;}
	.ibg02_b section article{grid-template-columns: 1fr;}
	.ibg02_b dt{gap: 30px 5%; grid-template-columns: 1fr 1fr;}
	.ibg02_b dt section{flex-direction: column;}
	.ibg02_b dt section i{width: fit-content;}
	.ibg02_b section figure{width: fit-content; margin: 20px auto auto;}
	.ibg04_a{flex-direction: column; align-items: center;}
	.ibg04_a dd{margin: 25px auto auto;}
	.ibg04_b dt ul li{margin-bottom: 35px;}
}

@media screen and (max-width:600px) {
    .ibg01{padding-top: 10px;}
	.ibg04_b dt ul li{margin-bottom: 20px;}
	.ibg05{padding-bottom: 20px;}
}

@media screen and (max-width:480px) {
    .ibg01 dl h5{padding-bottom: 30px; margin-bottom: 30px;}
	.ibg02_b dt{grid-template-columns: 1fr; max-width: 320px;}
	.ibg04_a{margin-bottom: 50px;}
	.ibg05 section{grid-template-columns: 1fr;}
	.ibg06 dd{flex-wrap: wrap;}
}
@media screen and (max-width:400px) {
	.ibg04_a dd{grid-template-columns: 1fr;}
}
