﻿@charset "utf-8";
/* CSS Document */

.cboxOverlay{
	display: none !important; /*暫時關閉*/
}
.container{
	width: 75%;
    margin: 30px auto 80px auto;
}
h3.product {
    /*background-image: url(../../images/icon_product.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 45px;*/
}

/*h3.store {
    background-image: url(../../images/icon_other_store.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 45px;
}*/

.other_store{
	clear: both;
}

.caption-style-4 a {
	height: auto;
}

.container{
	overflow: hidden;
}

.noresult_wrap{
	width: 85%;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    border: 1px solid rgba(var(--main-color),0.3);
	padding: 20px;
    margin: 0 auto;
	background-color: rgba(var(--main-color),0.1);
}
.face{
    font-size: 8rem;
    color: rgba(var(--main-color),1);
}
.sorry{
    display: block;
	font-size: 1.8rem;
    color: #ff4242;
	font-weight: 700;
    margin-bottom: 20px;
}
.home_btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_btn a{
	display: block;
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
    padding: 10px 24px;
    margin: 0 auto;
    font-size: 1.4rem;
    color: var(--word-color);
    background: rgba(var(--main-color),1);
    text-align: center;
    text-decoration: none;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;}

.home_btn a:hover{
	background-color: var(--hover-color);
    color: var(--hover-word-color);
}
.main{
	width: 100%;
}
.mirrorContainer {
    width: 75%;
    margin: 30px auto;
    padding-bottom: 16px;
    overflow: hidden;
}
.other_store{
	width: 75%;
	margin: 0 auto;
	margin-bottom: 80px;
}
.caption-box{
    padding: 10px 10px 0 10px;
     /*min-height: 100px; 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;*/
}
.head-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.head-box a{
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(var(--main-color),1);
}
.head-box a:hover{
    color: var(--hover-color);
}
.head-box .wording{
    font-size: 1.7rem;
    color: #111;
    font-weight: 400;
    line-height: 1.5;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.head-box a{
    width: inherit;
}
.select-style{
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 5px;
}
.select-style select{
    height: 36px;
    font-size: 1.5rem;
    color: #333;
    border: 1px solid  rgba(var(--main-color),1);
    padding: 5px 5px;
    outline: none;
    border-radius: 5px;
}
.select-style select:focus{
    border: 2px solid  rgba(var(--main-color),1);
    padding: 4px 4px;
}
.rate-box{
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 5px;
}
.reservation{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1366px) {

.mirrorContainer{
	width: 80%;
}
.other_store{
	width: 80%;
}
}
@media screen and (max-width: 1024px) {



}
@media screen and (max-width: 820px) {

.noresult_wrap{
	width: 90%;}

}

@media screen and (max-width: 768px) {

.mirrorContainer{
	width: 90%;
}
}
@media screen and (max-width: 576px) {

.noresult_wrap p{
	font-size:1.6rem;
}
.noresult_wrap{
    width: 100%;
    padding: 15px;
}
}