/* 手機版型設定 */
@media all and (max-width: 480px) {
	/* 菜單 */
    .mobile-menu {
        position: fixed;
        top: 0px;
        width: 100%;
        height: 90px;
        background: #e2dce0;
        display: block;
    }
    .mobile-menu .mobile-logo {
        float: left;
	    width: 300px;
	    height: 90px;
	    background: url(../img/PSLOGO2.png);
	    background-size: 100%;
	    background-position: -20px -695px;
    }
    .mobile-menu .menu-icon {
        float: right;
        width: 60px;
        height: 60px;
        background: url(../img/icon/ic_menu.png);
        background-size: 100%;
        margin: 15px;
        cursor: pointer;
    }
    .mobile-menu .menu-list {
        display: none;
        background: #e2dce0;
        position: absolute;
        width: 100%;
        height: 200px;
        list-style-type: none;
    }
	.mobile-menu .menu-list li {
	    font-size: 21px;
	    font-weight: bolder;
	    margin-top: 18px;
	    color: #3b1313;
	    margin-left: 10px;
	    text-shadow: 2px 2px 2px #777;
	}
	.mobile-menu .menu-list li:hover {
	    text-shadow: 0px 0px 0px #777;
	    margin-left: 12px;
	}
	/* 原首頁大圖設定 */
	.index-background {
		width: 100%;
	    margin-top: 75px;
	    height: 600px;
	    background: url(../img/ps2.jpg) no-repeat;
	    background-size: 760px 605px;
	    background-position: -213px;
	    font-family: 'Patua One', cursive;
	}
	.index-background .index-logo, .index-background .index-menu {
	   display: none;
	}
	/* 分隔線 */
    .dividing-ling {
        height: 15px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
	.dividing-ling .line-img {
	    width: 250px;
	}
    .dividing-ling .line-img img {
        margin-top: -22px;
    }
    /* 影片區 */
    .video-right, .video-left {
        float: none;
        width: 100%;
    }
    .video-left {
	    margin: 0px;
	    padding: 2%;
	    width: 96%;
	    font-size: 20px;
	    line-height: 33px;
	    text-align: center;
	}
	/* 菜單區 */
	.menu-area .title {
	    font-size: 22px;
        margin-top: 40px;
	}
	.menu-area .menu-list li {
	    width: 40%;
	    margin: 0px;
	    margin-top: 40px;
        margin-left: 7.5%;
	}
	.menu-area .menu-list li img {
	    width: 180px;
	    height: 180px;
	}
	.menu-area .menu-list li p {
	    margin-top: 10px;
        font-size: 20px;
	}
	/* 訂購區 */
	.order-tab-list {
	    width: 388px;
	}
	.order-tab-list li {
	    width: 95px;
	    height: 30px;
	    font-size: 17px;
	    line-height: 30px;
        margin-top: 10px;
	}
	.order-tab-list li.active {
	    margin-top: 0px;
	    height: 40px;
	    line-height: 40px;
	}
	.order-list {
	    min-height: 220px;
	}
    .order-row {
        font-size: 14px;
        margin-top: 0px;
    }
	.order-row.list-title > div {
	    font-size: 14px;
	}
	.order-row > div {
	    margin-left: 3%;
	}
	.order-row .sugar-sel {
	    width: 50px;
	    height: 20px;
	    padding: 5px;
	    font-size: 12px;
	}
	.order-row > div:nth-child(1) {
	    width: 26%;
	}
	.order-row > div:nth-child(2) {
	    width: 10%;
	}
	.order-row > div:nth-child(3) {
	    width: 10%;
	}
	.order-row > div:nth-child(4) {
	    width: 16%;
	}
	.order-row > div:nth-child(5) {
	    width: 9%;
	}
	.order-row > div:nth-child(6) {
	    border-bottom: 0px solid #aaa;
	    width: 3%;
	}
	.order-row .quantity-sub, .order-row .quantity-add {
	    width: 20px;
	    margin-top: 0px;
	}
	.order-total-price {
	    font-size: 18px;
	}
	.order-remark {
        width: 87%;
	    height: 80px;
	    padding: 4%;
	    font-size: 20px;
	    border-radius: 10px;
	}
	.order-submit {
	    height: 30px;
	    line-height: 30px;
	    font-size: 22px;
	}
	/* 聯絡區 */
	.contact-area .left-side, .contact-area .right-side {
	    float: none;
	}
	.contact-area .row-info {
	    width: 85%;
	    margin-left: 15%;
	    margin-bottom: 0px;
	}
	.contact-area .row-info .info {
	    margin-left: 20px;
	    font-size: 24px;
	    line-height: 38px;
	}
	.contact-area .row-info .social-icon {
	    margin-right: 140px;
	    margin-left: -85px;
	}
	.contact-area .row-info .social-icon img {
	    width: 40px;
	    height: 40px;
	}
	/* 頁尾 */
	.copyright {
	    font-size: 18px;
	    height: 70px;
	    line-height: 70px;
	}
}
