@font-face {
    font-family: TTFSS;
    src: url('../fonts/TTFSS.TTF');
}



/*======================================
    Universal selector
=======================================*/

* {
    margin: 0;
    padding: 0;
}



/*=====================================
    Structure Module
=======================================*/

html {
    overflow: auto;
}

body {
    font-size: 14px;
    /*14px*/
    line-height: 1.6em;
    color: #1c1c1c;
    background: url('../img/texture.png') center 0;
    background-color: #D4DCA9;

    font-family: TTFSS, Helvetica, Arial, sans-serif;
    zoom: 1.19;
    -webkit-text-size-adjust: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    min-width: 1080px;
}



/*======================================
    Text Module
=======================================*/

p,
pre,
address
 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: normal;
}
h1{
    font-size: 2.2em;
}
h2{
    font-size: 2em;
}
h3{
    font-size: 1.5em;
    margin-bottom:5px;
}
h4{
    font-size: 1.6em;
}
h5{
    font-size: 1.5em;
}
h6{
    font-size: 1.3em;
}
em {
    font-weight: bold;
}

strong {
    font-weight: bold;
}



/*======================================
    Hypertext Module
=======================================*/

a {
    cursor: pointer;
    text-decoration: none;
}

a:link {
    color: #1c1c1c;
}

a:visited {
    color: #1c1c1c;
}

a:hover {
    color: #1c1c1c;
}



/*======================================
    List Module
=======================================*/

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li,
dt,
dd {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    list-style: none;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
    margin: 0;
}



/*======================================
    Forms Module
=======================================*/

form {
    margin: 0;
    padding: 0;
}

textarea {
    padding: 4px;
}

select {
    margin-bottom: 0;
}

input {
    background: transparent;
}


/*======================================
    Tables Module
=======================================*/

table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}

th,
td {
    font-weight: normal;
    font-size: 1em;
    text-align: left;
}



/*======================================
    Image Module
=======================================*/

img {
    font-size: 100%;
    border-style: none;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}



/*======================================
    Others Module
=======================================*/

.rit {
    float: right;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.sp-full-screen-button {
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sp-full-screen-button:before {
  content: "\e119";
}

/*======================================
    header
=======================================*/

.headinner {
    padding: 1rem 5rem;
    margin: 0 auto;
    max-width: 1080px;
    text-align: center;
}

.headinner ul {
    list-style: none;
}

.headinner ul li {
    display: inline-block;
    font-size: 25px;
    font-weight:bold;
    padding: 0rem;
    margin: 15px;
}
.pawactive {
    -webkit-transition: all 2s ease-out;
    /* Safari */
    transition: all 2s ease-out;
    list-style: url('../img/navpaw.png');
    display: list-item;
}
.headinner ul li a:hover {
    -webkit-transition: all 2s ease-out;
    /* Safari */
    transition: all 2s ease-out;
    list-style: url('../img/navpaw.png');
    display: list-item;
}





/*======================================
    animate top
======================================*/

#topanimate {
    padding-top: 120px;
    background: url('../img/bg.jpg') center 0;
}

#header {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

#mainVisualInner1 {
    height: 300px;
    width: 1080px;
    background: url('../img/bkanimate.png') no-repeat;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

#mask {
    position: absolute;
    top: 120px;
    left: 0;
    width: 1080px;
    height: 300px;
    background: url('../img/mask.png') no-repeat;
    z-index: 100;
}

/* .g {
    position: absolute;
    bottom: 15px;
    width: 30px;
    height: 10px;
    background: #FBE251;
    opacity: 0;
    z-index: 1000;
} */

#ECO {
    position: absolute;
    bottom: -70px ;
    width: 1080px;
    height: 200px;
    /* background: url('../img/dogdaddy2.gif') repeat-x; */
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

#cloud {
    position: absolute;
    background: url('../img/cloud.gif') no-repeat;
    background-position: center;
    width: 700px;
    height: 200px;
    left: 25%;
}

#dog {
    position: absolute;
    background: url('../img/dog.gif') no-repeat;
    width: 100px;
    height: 100px;
    left: 28.75%;
    top: 40px;
}


/*======================================
    time
=======================================*/

.time1,
.time2 {
    display: inline-block;
    right: 0;
    text-align: center;
}

.timezone {
    text-align: right;
}

.time1 {
    position: absolute;
    top: 0;
    right: 200px;
    bottom: 400px;
}

.time2 {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 400px;
}



/*======================================
    main
=======================================*/

#wrap {
    display: inline-block;
    width: 1100px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.item {
    height: 300px;
    width: 400px;
}

.item2 {
    height: 300px;
    width: 600px;
}
.teaexp {
    height: 300px;
    width: 400px;
    display: inline-block;
}

.teapic {
    width: 600px;
    height: 300px;
    display: inline-block;
}

.maincont {
    border-radius: 2rem;
}



/*======================================
    newtab
=======================================*/

.text-color {
    color: #46a1de;
    transition-duration: .5s;
}

.wrapper {
    width: 1010px;
    margin: 20px auto;
    background: #D64A4B;
    border-radius: 5px 5px 0 0;
}

.pawlist {
    /* list-style: url('../img/paw.png'); */
    margin: 5% 0;
    font-size:18px;
    text-align: justify;
}

.tabs {
    display: table;
    table-layout: fixed;
    width: 28%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    list-style: url('../img/paw.png');
    font-family: 'Microsoft JhengHei';
    font-weight: bold;
}

.tabs>li {
    transition-duration: .25s;
    display: inline-block;
    list-style: url('../img/paw.png');
    text-align: center;
    padding: 20px 20px 25px 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: white;
}

.tabs>li:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: .25s;
}

.tabs>li:hover:before {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}

.tabs>li.active {
    color: #50555a;
}

.tabs>li.active:before {
    transition-duration: .5s;
    background-color: white;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tab__content {
    background-color: white;
    position: relative;
    width: 100%;
    border-radius: 5px;
    font-size: 8px;
    font-family: 'Microsoft JhengHei';
}

.tab__content>li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.tab__content>li .content__wrapper {
    text-align: left;
    border-radius: 5px;
    padding: 35px;
    background-color: white;
}

.content__wrapper ul {
    list-style: url('../img/paw.png');
    margin: 0 35px;
}

.content__wrapper ul li {
    list-style: url('../img/paw.png');
    margin: 0 2rem;
}

.content__wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.content__wrapper p {
    font-size: 16px;
    line-height: 35px;
}



/*======================================
    footer
=======================================*/

footer {
    position: relative;
    margin: 0 auto;
    border-top: 2px solid rgba(0, 0, 0, 1.0);
    width: 1080px;
    font-size: 16px;
}

.footeraddr {
    display: inline-block;
    margin: 2rem 4rem;
    vertical-align: middle;
    text-align: center;
    float: left
}

.footermail {
    display: inline-block;
    margin: 2rem 1rem;
    vertical-align: middle;
    text-align: center;
    float: left
}

.footermap img {
    width: 390px;
    height: auto;
}

.foot {
    margin: 10px 0 0 50px;
}

.addr {
    list-style: url('../img/car.png');
    display: list-item;
	text-align: left;
}

.phone {
    list-style: url('../img/phone.png');
    display: list-item;
	text-align: left;
}

.mail {
    list-style: url('../img/mail.png');
    display: list-item;
	text-align: left;
}

.comm{
    list-style: url('../img/commit.png');
    display: list-item;
	text-align: left;
}

.tex {
    list-style: url('../img/fax.png');
    display: list-item;
	text-align: left;
}



/*===================================
    contact
====================================*/

.row {
    margin: -20px 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .col {
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
}

.row .col.x-50 {
    width: 50%;
}

.row .col.x-100 {
    width: 100%;
}

.content-wrapper {
    min-height: 100%;
    position: relative;
}

.get-in-touch {
    max-width: 600px;
    position: relative;
    display: inline-block;
}

.get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 48px;
}
.get-in-touch .title img{
    display: inline-block;
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

.note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
}

.note .link {
    color: #888;
    text-decoration: none;
}

.note .link:hover {
    text-decoration: underline;
}

.warn {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    max-width: 360px;
}

.warntitle {
    background: beige;
    padding: 2rem;
    border-radius: 50%;
}

.warntitle h3 {
    font-size: 3rem;
    letter-spacing: 1rem;
    list-style: url('../img/paw.png');
    display: list-item;
}

.warntitle h4 {
    margin-top:2%;
    margin-bottom: 6%;
    letter-spacing: 1rem;
    list-style: url('../img/paw.png');
    display: list-item;
}

/*===========================
    schedule
============================*/
.ttime,
.ttitle,
.jpt,
.stt{
    line-height: 22px;
    font-size: 0.9rem;
    text-align: center;
    font-family: 'Microsoft JhengHei';
}

/*===========================
    gallery
============================*/

.album {
    display: inline-block;
    margin: 0 auto;
}


/*===========================
    social icon
============================*/

.socialicon {
    position: fixed;
    width: 70px;
    height: 70px;
    top: 50px;
    transition: all 0.5s;
    z-index: 1002;
}
.social .indexa{
    position: fixed;
    top: 25px;
    left: 20px;
    font-weight:bold;
    font-size: 1.1rem;
    z-index: 1002;
}
.social .indexaa{
    position: fixed;
    top: 0;
    left: 20px;
    font-weight:bold;
    font-size: 1.1rem;
    z-index: 1002;
}


.notice{
            width:8px;
            height:8px;
            line-height:20px;
            font-size:10px;
            color:#fff;
            text-align:center;
            /* background-color:#f00; */
            border-radius:50%;
            position:absolute;
            left:-10px;
            top:8px;
}

.mailic{
    background: url('../img/mailic.png') no-repeat center 0;
    left: 180px;
    background-size: 75%;
    width: 65px;
    height: 65px;
    top: 54px;
}

.line {
    background: url('../img/line.png') no-repeat center 0;
    left: 120px;
    background-size: 65%;
    top: 55.5px;
}

.fb {
    background: url('../img/facebook.png') no-repeat center 0;
    left: 60px;
    background-size: 75%;
}

.blog {
    background: url('../img/blog.png') no-repeat center 0;
    left: 0px;
}

.line:hover {
    transform: scale(1.1);
}

#a1:hover~#socialeco {
    background-position: -450px 0;
}

.fb:hover {
    transform: scale(1.1);
}

#a2:hover~#socialeco {
    background-position: -300px 0;
}

.blog:hover {
    transform: scale(1.1);
}

#a3:hover+#socialeco {
    background-position: -150px 0;
}

.mailic:hover{
    transform: scale(1.1);
}

/* .socialeco {
    position: fixed;
    background: url('../img/socialeco.png') no-repeat;
    height: 150px;
    width: 150px;
    left: 40px;
    bottom: 65px;
    z-index: 1002;
} */