@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Anton&family=Bellefair&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Oxygen:wght@300;400;700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*反白顏色*/
::-moz-selection {
    background-color: #94755c;
    color: #fff;
}

::selection {
    background-color: #94755c;
    color: #fff;
}

body {
    overflow: overlay;
    overflow-x: hidden;
}

&::-webkit-scrollbar {
    background: #94755c;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #94755c;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #94755c;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #94755c;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}


#content {
    background: #fffefb;
}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

#content {
    background-image: url(https://pic03.eapple.com.tw/idohairbeauty/all-bg001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*上面顏色*/
.pageIndex .header_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	padding:0;
	background: #f0f0f000;
}
.main_header_area .container {
    max-width: 100%;
    padding: 0 6%;
    transition: all 1s;
}
.header_area{ background: rgb(244 240 232);}
.header_area.sticky{background: rgb(244 240 232);}

.pageIndex .main_header_area {
    background: linear-gradient(180deg, #fdf8f2, transparent);
    transition: all 0.3s ease-in-out;
	padding: 10px;
}
.pageIndex .sticky .main_header_area .container {
    padding: 0 4%;
}
.pageIndex .header_area.sticky{background: rgb(237 232 225);}
.stellarnav > ul > li > a{    color: #94755c;
    font-weight: 600;margin: 0 15px;
    letter-spacing: 1px;}
	
.shop_search_btn{    background: #ac8a73;}
.stellarnav li.has-sub > a:after{border-top: 6px solid #94755c;}
.navigation{    transition: all 1s;}
.tp_links{display:none;}

/*底線*/
.stellarnav > ul > li::after {
    content: "";
    display: block;
    height: 15.5px;
    width: 0%;
    background: #ede5d8;
    position: absolute;
    bottom: 10px;
    transition: all 0.5s;
    left: 50%;
    z-index: 1;
}
.stellarnav li a {  z-index: 99999;}
.stellarnav > ul > li:hover::after { width: 100%; transition: all 0.3s;left: 0;}
.stellarnav li.has-sub > a:after {top: 54%;}

.stellarnav > ul > li > ul li a:hover {
    background: #d0b5a2;
    color: #ffffff;}
.stellarnav > ul > li > ul li a{font-size:14px;    transition: all .5s;}
.stellarnav ul ul{    background:#957569;}
.stellarnav li a{    color: #fff;}
.stellarnav li li{    border: 0px #957569 solid;
border-bottom: 1px solid rgba(255 255 255 / 15%);}

/*LOGO*/

.nav-brand img{width:60%;}

.pageIndex .nav-brand img {
    width: 90%;
    max-width: 100%;
}

.nav-brand {
    width: 100%;
    transition: all 0.5s;
}
.pageIndex .sticky .nav-brand {
    width: 120px;
    transition: all 0.5s;
}
.nav-header {
    transition: all 0.3s;
}

.pageIndex .sticky .nav-header {
    transition: all 0.3s;
}

/*footer*/
.footer{    background: #EDE5D8;}
.footer_menu a{border: 1px #a88c75 solid;    color: #a98c71;
    background: #ede5d8;}
.footer_menu a:hover {
    background: #a88c73;
    color: #fff;
}
.box_link{display:none;}

.copy{    color: #a98b73;
    border-top: 1px #a88c75 solid;}
.footer_info li p.mail:before {
    content: '營業時間：';
}
.footer_info li p.add2:before{display:none;}
.footer_info li {
    display: flex;
    flex-direction: column;}
.footer_info li p:nth-child(3){order:4;}
.footer_info li p:nth-child(5){order:5;}
.footer_info li p.tel:before {
    content: 'Miya電話：';
}


/*首頁相簿*/
.module_i_album{    background: #f5f1ea;}
.module_i_album .title_i_box h4 {
    font-size: 25px;
    color:#605e5d;
    font-weight: bold;
}
.module_i_album .title_i_box h4:before {
    color: #ac8a73;
    content: 'Photo';
    display: block;
    font-size: 18px;
    font-weight: 600;
	font-family: 'Noto Serif TC', sans-serif;
}
.animated-arrow{background: #e3cfc8;
    border-radius: 3rem;
    color: #666;}
.i_album_list li div {
    aspect-ratio: 3 / 4;
    border-radius: 15px;}
.i_album_list li a p{    border-radius: 15px;
    background: rgb(114 85 64 / 50%);color: #f5f1ea;}
	
/*其他*/
.path p a:hover {
    color: #ac8a73;
}

/*購物車*/
.product-layer-two li a{
    padding: 5px 25px;
    border: none;
    border-bottom: 1px dotted transparent;
    background: transparent;
    font-weight: 600;
    line-height: 200%;
    padding-left: 25px;
    transition: all 0.3s;
}
.product-layer-two > li > a:before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    padding: 0 0 0 2px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background: #ac8a73;
    transition: 0.3s ease-in-out;
}
.product-layer-two li:hover a {
    color: #ac8a73;
}
.product-layer-two li.active > a:before {
    background: #fff;
    color: #ac8a73;
}
.product-layer-two li.active {
    background: #ac8a73;
    border-radius: 5px;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 0;
    color: #fff;
}
.product-layer-two li {
    margin: 0 0 10px;
    width: 100%;
    padding: 0 10px;
}
.product-layer-two li:hover a:before {
    background: #fff;
    color: #ac8a73;
}
.products-list .item:hover .pic img {
    transform: scale(1.1);
    transition: .3s ease-in-out;
}
.products-list .item .pic img {
    transition: .3s ease-in-out;
}
.products-list .price b{    color: #a68d73;}
.products-list .more {
    border: 1px solid #d0b5a2;
    color: #a78c76;}

.products-list .item a:hover .more {
    background: #d0b5a2;}
.prod_related {
    background: #faf4eb;}
.lastPage{background: #d0b5a2;}
.prod_related h6 span:before{    color: #876d59;    font-size: 22px;}
.sidebarBtn{    border: 5px #f3e8e6 solid;}
.inquiry_a3 {
    background: #d0b5a2;
}

/*不要價格*/
.products-list .price b{display: none;}
.products-list .item a{    padding-bottom: 25px;}
.sidebarBtn .price{display:none;}

/*相簿*/
.show-list .show_pic{aspect-ratio: 3 / 4;}
.show-list{grid-template-columns: 1fr 1fr 1fr 1fr;}
.show-list .show_name{color: #d0b4a1;    text-align: center;}
.show-list .item:hover .show_name {
    color: #996e50;
}
.overlay{    background: rgb(0 0 0 / 0%);}
.show-list .show_pic img:hover {
    transform: scale(1.1);
    transition: .3s;
}
.show-list .show_pic{    border-radius: 10px;}
.other_album_choice li {
    background: #ac8a73;}
.pic-list .show_pic{aspect-ratio: 3 / 4;}
.album_fixed_title{    background: #f9f9f7;}

/*相簿第二層*/
.other_subalbum li{background: #ffffff00;}
	
/*文章管理*/
h5.blog_le_t{    font-size: 20px;}

.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500;color: #444;;padding: 15px 20px;}
.blog_le .accordion li.open i.fa-chevron-down::before {  color:#6f6f6f;}
.submenu li.on_this_category a, .submenu a:hover { background: #8a776800; color: #6a5e52;}
.submenu {  background: #090909;}
.fa-circle-chevron-right::before { color: #fff;font-size: 11px;}
.subbox_item a { grid-template-columns: 100%;    background: rgba(255, 255, 255, 0.9);    border: 1px #d0b5a2 solid;
    padding: 10px;}
.submenu a {  color: #ffffff;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;color: #fff;flex-direction: column;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));grid-gap: 30px;}
.subbox_item a:before { font-weight: 500;opacity: 1;  font-size: 15px; color: #a5a5a5;}
.subbox_item a:hover:before {  color: #ac8a73; transition:.5s;}
h5.blog_le_t em { color: #444;  font-size: 20px;margin: 5px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #6a6561 !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;border: solid 1px #a98b74;}
.fa-circle-plus::before { font-size: 14px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%;    aspect-ratio: 3 / 4;}
.blog_list_ri h5 {  font-weight: 500;  font-size: 20px; margin-bottom: 15px;}
.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 13px;  color: #adadad;  line-height: 150%; font-weight: 400;}
.blog_list_ri em { font-size: 14px;  color: #adadad;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color:#a98c74;color: #fff !important;}
.fa-chevron-down::before { color: #565656;}
.submenu li.on_this_category a, .submenu a:hover {  background: #8a776800;color: #6a5e52;}
.accordion li+li .link { border-top: 1px solid #212121;}
.submenu li+li {  border-top: 1px solid #212121;}



/*文章圖片放大*/
.subbox_item a img {
    transition: all 0.5s;
}
.subbox_item a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.blog_list_le {
    overflow: hidden;
    padding: 0;
}
.subbox_item a:after{    background: rgb(255 255 255 / 0%);}
.subbox_item a:hover {
    background: #ede5d8;
}

/*文章內頁*/
.blog_back a.article_btn_back {
    background: #f4f0e8;
    color: #444;}
h4.blog_category_title {  color: #000;  font-size: 25px;  font-weight: 400;  letter-spacing: 1px; border-bottom: 0;  padding: 10px 0; margin-bottom: 20px;}
.blog_shareData {  margin-bottom: 0px; display:none;}
.blog_back a.article_btn_next { background:#a68d75;  color: #fff;font-weight: 400;}
.blog_back a.article_btn_prev {  background: #a68d75; color: #fff;font-weight: 400;}
.news_related h6 span:before { color: #876d59; font-size: 22px;}
.news_related h6 {  margin: 20px auto 40px;}
.news_related {background: #faf4eb;}
.news_related_list li a p {  margin: 10px 0px; color: #fff;font-weight: 400;  font-size: 20px;  letter-spacing: 1.3px;}
.news_related_list li a { background: #2d2823;padding: 8px;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i { color: #ccc;}
.articel_mainPic:nth-child(1) img {  display: none;}/*首圖隱藏*/
.blog_le, .blog_ri { margin-top: 80px;}
.blog_box_edit .edit img {   border-radius: 20px;}
.blog_back {  margin-bottom: 100px;}
.blog_in_page .edit { color: #444;  font-size: 22px; font-weight: 500;}
div#tab01 {
    text-align: center;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: 100%;
    height: 40vh;
    background: #f8f7f5;
    position: relative;
    overflow: hidden;
	justify-content: flex-start;
	padding-left: 140px;
}
.banner h5 {
    color: #444;
    font-size: 30px;
    letter-spacing: 3.5px;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    font-weight: 600;
    gap: 3px;
    z-index: 1;
}

.banner h5::before {
	color: #ac8a73;
    font-size: 35px;
    filter: drop-shadow(0px 0px 5px #ccc);
    font-family: 'Noto Serif TC', sans-serif;
}
.banner:before {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner.banA {}
.banner.banB {display:none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF:before {background-image: url(https://pic03.eapple.com.tw/idohairbeauty/banner_bg001.jpg);
	width: 110%;}
.banner.banF h5::before {
    content: 'Products';
}

.banner.banE:before {background-image: url(https://pic03.eapple.com.tw/idohairbeauty/banner_bg002.jpg);
	width: 110%;}
.banner.banE h5::before {
    content: 'Photo';
}

.banner.banblog {display:none;}

@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1024px) {
.pageIndex .header_area{	position: sticky;}
.pageIndex .main_header_area{    background: rgb(237 232 225);}
.pageIndex .nav-brand img{width: 70%;}

}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.main_header_area .container{padding: 0;}
.pageIndex .sticky .main_header_area .container {
    padding: 0;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #d0b5a2;
    color: #fff;}
.stellarnav .icon-close:before{    border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{    border-bottom: solid 3px #fff;}
.show-list {
    grid-template-columns: 1fr 1fr 1fr;
}
.stellarnav.mobile > ul > li > a{line-height: 200%;}
.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 3px #d0b5a2;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #d0b5a2;}
.stellarnav > ul > li:hover::after{display:none;}
.stellarnav.mobile > ul > li > a.dd-toggle{    z-index: 9999999;}
.stellarnav.mobile li.open {
    background: #f4f0e8;}
.stellarnav li a {
    color: #76543c;}
.stellarnav li li{    border-bottom: 1px solid rgb(208 181 162);}
}


@media screen and (max-width: 600px) { 
.pageIndex .nav-brand img{width: 50%;}
.pageIndex .sticky .nav-brand {
    width: 140px;}
	
/*banner*/
.banner h5 {
    background: #fbfbfab8;
	    font-size: 25px;
		    padding: 20px;}
		
.banner{justify-content: center;
    padding-left: 0;}
	
.banner h5::before{    font-size: 25px;}
.show-list {
    grid-template-columns: 1fr 1fr;
}


}




