﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    padding-top:78px;
}
@media only screen and (max-width: 972px) {
    body {
        padding-bottom: 46px;
    }
}

.img {
    width: 100%;
    max-width: 100%;
}

.bkf {
    line-height: 150%;
    white-space: pre-line;
    word-wrap: break-word;

}
.viewXpage{
    display:inline-block;
    margin-left:10px;
}
/*loader*/

.o-wrapper {
    display: none;
}

.loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffd800;
    opacity: 1;
    overflow: hidden;
    z-index: 102;
}

.tips {
    position: fixed;
    left: 0;
    top: 47px;
    padding:8px 10px 5px 30px;
    width: 100%;
    background: #470200;
    color:#FFF;
    z-index:88;
}
.tip-content {
    position:relative;
    max-width:1240px;
    width:100%;
    margin:0 auto;
}
    .tip-content:before {
        font-family: 'FontAwesome';
        content: '\f0a1';
        position:absolute;
        left:-20px;
    }
@media only screen and (max-width: 578px){
    .tip-content:before {
        left: -20px;
    }
}

.footer-float {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #B5233E;
    text-align:center;
    z-index:12;
    display:none;
}

@media only screen and (max-width: 972px){
    .footer-float {
        display: block;
        animation:blin .5s linear alternate-reverse infinite;
    }
        .footer-float span {
            display: inline-block;
            color: #FFF;
            padding: 20px 10px 25px;
            font-size: 1.5em;
            position: relative;
        }
}
.footer-float a {
    display: block;
}


    @media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
        .footer-float span {
            padding: 20px 10px 25px;
        }
}

@keyframes blin{
    0% {
        background: #B5233E;
    }
    100% {
        background: #7e0017;
    }
}
@keyframes rightright {
    0% {
        left: -30px;
        opacity:.6;
    }

    100% {
        left: -20px;
        opacity: 1;
    }
}

.footer-float span:before {
    font-family: 'fontawesome';
    content: '\f061 ';
    font-size: 1.1em;
    color: #FFF;
    position:absolute;
    left:-30px;
    animation: rightright .5s linear alternate infinite;
}

.footer-float span:after {
    font-family: 'fontawesome';
    content: '\f07a';
    margin-left: 10px;
    font-size: 1.1em;
    color: #FFF;
}
.wrap {
    background-image: url('../images/BG.jpg');
    background-repeat: repeat;
}

.wrap-load {
    text-align: center;
    top: 50%;
    left:50%;
    transform:translateY(-50%)  translateX(-50%);
    font-size: 20px;
    position: relative;
}

.spinner {
  width: 200px;
  height: 80px;
  display:inline-block;
}

.spinner > div {
  background-color: #ff0800;
  height: 100%;
  width: 20px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
 background-color: #ff5600;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
 background-color: #ffe200;

  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
 background-color: #6bb500;

  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
 background-color: #489aff;

  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner .rect6 {
 background-color: #22589c;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.spinner .rect7 {
 background-color: #7a06ca;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(2.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(2.0);
    -webkit-transform: scaleY(2.0);
  }
}

#gotopc {
    background: url('../images/top_image_2.png');
    width: 100px;
    height: 100px;
    text-align: center;
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 10px;
    opacity: .9;
    z-index: 79;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 578px){
    #gotopc {
        background: url('../images/top_image_2.png');
        background-size:cover;
        width: 50px;
        height: 50px;
        bottom: 80px;
        right: 10px;
    }
}
/**
    menu
        ***/

.Sh-Logout {
    display: none;
    position: relative;
    margin-right: 6px;
}

    .Sh-Logout a.welcome {
        display: inline-block;
        padding: 8px 12px;
        cursor: pointer;
        color: #470200;
    }

    .Sh-Logout ul {
        display: none;
        position: absolute;
        overflow-y: scroll;
        right: 10px;
        top: 30px;
        opacity: 1;
        max-height:250px;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #CCC;
        z-index: 79;
        box-shadow: 3px 2px 4px #f8efc1;
    }

        .Sh-Logout ul li {
            width: 180px;
            border-bottom: 1px dashed #decda4;
        }

            .Sh-Logout ul li a {
                padding: 13px 8px;
                display: block;
                color: #470200;
            }

                .Sh-Logout ul li a:hover {
                    background: rgba(255, 216, 0, 0.60);
                    color: rgba(71, 2, 0, 0.80);
                }

                .Sh-Logout ul li a i {
                    text-align: center;
                    width: 20px;
                }


header.HeaderTop {
    background: #ffd800;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99;
    box-shadow:0 2px 3px #d3c05a;
}

header.fixTop {
    position: fixed;
    z-index: 89;
    width:100%;
    opacity: 1;
    transition: 0.8s linear all;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/*.News-title {
    padding: 0;
    background: url('../images/title_news.jpg') no-repeat center center;
    height: 62px;
}

.Read-title {
    padding: 0;
    background: url('../images/title_read.jpg') no-repeat center center;
    height: 62px;
}

.Life-title {
    padding: 0;
    background: url('../images/title_taste.jpg') no-repeat center center;
    height: 62px;
}

.Thing-title {
    padding: 0;
    background: url('../images/title_daily.jpg') no-repeat center center;
    height: 62px;
}

.dome-title {
    padding: 0;
    background: url('../images/title_dome.jpg') no-repeat center center;
    height: 62px;
}*/


.menuTop {
    width: 1300px;
    margin: 0 auto;
}

    .menuTop h1 {
        float: left;
    }

    .menuTop .top-right {
        float: right;
    }

        .menuTop .top-right a.ma {
            padding: 15px 12px;
            display: inline-block;
            color: #470200;
        }

        .menuTop .top-right a.m_locat {
            background: url(../images/icon01.jpg) no-repeat left center;
            padding-left: 25px;
        }

        .menuTop .top-right a.m_face {
            background: url(../images/facebook.png) no-repeat left center;
            padding-left: 25px;
        }

        .menuTop .top-right a.m_inst {
            background: url(../images/Instagram.png) no-repeat left center;
            padding-left: 25px;
        }

        .menuTop .top-right a.m_shop {
            /*background: url('../images/cart.png') no-repeat left center;
            background-size:20px;*/
            padding-left: 25px;
        }
            .menuTop .top-right a.m_shop:before {
                font-family: 'fontawesome';
                content: '\f07a';
                margin-right: 6px;
                font-size: 1.1em;
                color: #470200;
            }


.menuTop marquee {
    display: inline-block;
    width: 400px;
    vertical-align: middle;
}


.fix {
    position: fixed;
    right: 50px;
    top: 50%;
    z-index: 55;
    transform: translateY(-50%);
}

ul.nav {
    display: inline-block;
    border-radius: 5px;
}

    ul.nav li a {
        display: inline-block;
        word-wrap: break-word;
        padding: 39px 10px;
        background: #ffd800;
        color: #470200;
        border-radius: 50%;
        opacity: 0.6;
        margin: 2px 0;
        font-size:1.2em;
    }

        ul.nav li a:hover {
            background: white;
            color: #c86200;
            box-shadow:0 0 5px #777777;
            transform:scale(1.1);
            transition:.3s transform;
        }
/**
    banner
        ***/
.MonthBanner {
    background: white;
    text-align: center;
    /*width:1300px;
    height:450px;*/
    margin: 0 auto;
}

.Slider {
    background: #c86200;
    width: 1300px;
    height: 400px;
    margin: 0 auto 0;
    background: white;
}

.News {
    padding-top: 30px;
    width: 1300px;
    margin: 0 auto;
    background: white;
}

.white_content .time {
    position: absolute;
    top: 0;
    left: 40px;
    background: #c86200;
    color: white;
    padding: 10px 12px;
}

.News img, .white_content .img {
    text-align: center;
    max-width: 100%;
    /*border-radius: 5px 5px 0 0;*/
}

.content-modal .img {
    margin-bottom: 30px;
}

.content-modal .content {
    margin-bottom: 50px;
    font-size:1.2em;
}

.News h1, .content-modal h1 {
    padding-top: 57px;
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px;
}

.News .col-3 {
    width: calc(100%/3 - 35px);
    margin: 15px;
    float: left;
    border: 1px solid #c0c0c0;
    border-radius: 0 0 5px 5px;
    background: white;
    box-shadow: 0 3px 4px #808080;
}

    .News .col-3 .ab_timer {
        color: #c86200;
        padding: 5px 10px;
        display: block;
        text-align: right;
    }

    .News .col-3 .title {
        font-size: 1.5em;
        color: #808080;
        font-weight: 100;
    }
    .News .col-3 .content{
        font-size: 1.1rem;
    }
    .News .col-3 .title, .News .col-3 .content {
        padding: 5px 10px;
        display: block;
    }

    .News .col-3 a.link {
        display: block;
        background: #470200;
        color: #ffd800;
        margin: 10px;
        padding: 8px 0;
        opacity:0.8;
        font-size:1em;
        text-align: center;
    }
/***************************************************/
.Read {
    background: white;
    width: 1300px;
    margin: 0 auto;
}

    .Read h1 {
        padding-top: 57px;
        font-size: 2em;
        text-align: center;
        margin-bottom: 30px;
    }

.read4 > li {
    border-bottom: 1px dashed #808080;
}

    .read4 > li:last-child {
        border-bottom: 0;
    }

.read4 .col-2 {
    width: 50%;
    float: left;
    margin-bottom: 8px;
    margin-right: 30px;
}
.read4 h2{
    font-size:1.4em;
    font-weight:400;
    color:#470200;

}
.read4 .content {
    white-space: pre-line;
    word-wrap: break-word;
    line-height: 150%;
    padding: 10px 20px;
    font-size:1.2em;
}
/****/
.Life h1 {
    padding-top: 57px;
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px;
}

.Life .content {
    white-space: pre-line;
    word-wrap: break-word;
    line-height: 150%;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.Life img.lol {
    width: 50%;
    float: left;
}
/*About*/
.About {
    background: white;
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.About_wrap {
    width: 80%;
    padding-top: 30px;
    margin: 0 auto 0;
    text-align: center;
}

@media only screen and (max-width: 992px){
    .About_wrap {
        width: 95%;
    }
}

.About h1 {
    padding-top: 57px;
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px;
}

.About .col-2 {
    text-align: center;
    width: 50%;
    float: left;
    padding: 0 10px;
     font-size:1.2em;
}

.About .content {
}

footer {
    margin-top: 40px;
    background: #ffd800;
}

    footer .scrollTop {
        text-align: center;
    }

        footer .scrollTop a {
            background: #808080;
            color: white;
            display: inline-block;
            padding: 5px 20px;
            border-radius: 0 0 5px 5px;
            opacity: 0.7;
        }

    footer img {
        max-width: 100%;
    }

    footer .location {
        width: 1000px;
        margin: 0 auto 0;
        padding-top: 50px;
        padding-bottom: 40px;
    }

.foot-locat li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

    .foot-locat li:nth-child(even) {
    }

.foot-locat .col-4 {
    width: 25%;
    float: left;
}

.foot-locat li:nth-child(even) .locationA {
    float: right;
}

.locationA {
    width: 80%;
    float: left;
    padding-left: 10px;
}

    .locationA .title {
        font-size: 1.4em;
        padding: 5px 0 5px 10px;
        vertical-align: baseline;
        border-bottom: 1px dashed #808080;
        width: 70%;
        margin-bottom: 10px;
        position:relative;
    }

        .locationA .title a {
            position: absolute;
            top: 0px;
            left: 150px;
        }
        .locationA .title img {
            height:30px;
        }

    .locationA dt {
        display: block;
        padding: 5px 10px;
        float: left;
    }

    .locationA a {
        color: #470200;
    }

    .locationA i {
        color: red;
        vertical-align: middle;
    }

    .locationA dd {
        display: block;
        padding: 5px 10px;
        margin-left: 100px;
    }


/*****/
#ThingT {
    font-size: 1.5em;
    font-weight: normal;
    color: #c86200;
    text-align: center;
}

#ThingImg .img2 {
    display: none;
}

#ThingCon {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    line-height: 150%;
    padding: 20px;
    word-wrap: break-word;
    white-space: pre-line;
    font-size:1.2em;
}

.here {
    text-align: center;
    cursor: pointer;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #470200;
    z-index: 1001;
    opacity: 1;
}

.white_content {
    display: none;
    position: fixed;
    top: 10%;
    left: 25%;
    width: 50%;
    max-height: 70%;
    padding: 30px;
    /*max-height:50%;*/
    background-color: white;
    z-index: 1002;
    border-top: 5px solid orange;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    overflow: auto;
    transition: linear 0.5s;
    /*-webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);*/
}

.content-modal {
    margin-top: 20px;
}

.closed {
    color: white;
    cursor: pointer;
    position: absolute;
    background: red;
    padding: 1px 5px;
    right: 0;
    top: 0;
}

.ericfo-list {
    width: 1000px;
    padding: 10px 0;
    margin:0 auto;
    text-align: center;
}

ul.seo {
    display: inline-block;
    float:left;
}

    ul.seo li {
        float: left;
        padding: 5px 12px;
        color: #909090;
        font-size: 1em;
    }

        ul.seo li a {
            color: #909090;
        }

ul.ericfo-link {
    display: inline-block;
        float:right;
}

    ul.ericfo-link li {
        float: left;
        padding: 5px 12px;
        color: #808080;
        font-size: 0.8em;
    }

        ul.ericfo-link li a {
            color: #404040;
        }

/***
    < 1300    
*****/
@media only screen and (max-width: 1350px) {
    .menuTop, .MonthBanner, .Slider, .News, .Read, .About {
        width: 100%;
        height: auto;
    }

    footer .location {
        width: 100%;
        height: auto;
    }

    .Slider {
        margin: 0;
    }

    img {
        max-width: 100%;
    }

    .foot-locat li {
        padding-left: 20px;
    }

    .fix {
        right: 0;
    }

    .read4 .col-2 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1124px) {


    .menuTop h1 {
    }

    .menuTop .top-right {
        text-align:center;
    }
    .ericfo-list{
        width:100%;
    }
}
@media only screen and (max-width: 968px) {
    .foot-locat li {
        padding: 0;
        margin-bottom: 30px;
    }

    .foot-locat .col-4, .foot-locat .locationA {
        width: 100%;
        float: none;
    }

    .foot-locat li:nth-child(even) .locationA {
        float: left;
    }

    footer .location {
        width: 750px;
    }

    .menuTop marquee {
        display: none;
    }
    .menuTop h1 {
        float:left;
    }
    .menuTop .top-right{
        float: right;
        text-align:left;
    }
    .menuTop .top-right a.ma {
        display: none;
    }

    .Sh-Logout {
        display: inline-block;
        position: relative;
        margin-right: 6px;
    }
    /*.o-wrapper{
        display:inline-block;
    }*/
    .c-button {
        padding-top: 5px;
        padding-right: 20px;
    }

    .fix {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    footer .location {
        width: 80%;
        height: auto;
    }

    .locationA .title {
        width: 100%;
    }

    .foot-locat li {
        width: 100%;
        margin-bottom: 30px;
        float: none;
    }

    .Life img.lol {
        width: 100%;
        float: none;
        text-align: center;
    }


            ul.seo,ul.ericfo-link{
                display:inline-block;
                float:none;
                margin:0 auto;
                text-align:center;
            }
            ul.seo a{
                display:inline-block;
                margin-top:10px;
                text-align:left;
                float:none;
            }
            ul.ericfo-link a{
                float:none;
                text-align:center;
                 display:inline-block;
            }
    



    .News .col-3 {
        width: 85%;
        float: none;
        margin: 0 auto 60px;
    }

    .read4 .col-2 {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }

    .read4 h2 {
        padding: 10px 20px;
        font-size: 1.5em;
        color: #c86200;
        text-align: center;
    }

    .white_content {
        width: 80%;
        left: 10%;
    }

    .Life img {
        float: none;
        width: 100%;
        border: 0;
        margin: -2px 0 0 0;
        padding: 0;
    }

    .About .col-2 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
       
    }

    #ThingT {
        text-align: center;
        margin-bottom: 10px;
    }

    #ThingCon {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0 20px;
        
    }

}
@media only screen and (max-width: 640px) {
    #ThingImg .img1 {
        display: none;
    }
    #ThingImg .img2 {
        display: block;
    }
    #ThingImg .not_2{
        display: block;
    }

    .viewXpage{
        margin-top:10px;
    }

}

@media only screen and (max-width: 400px) {
    .location{
        width:95%;
    }
    .locationA .title {
    }

    .locationA dt {
        display: inline-block;
        padding: 2px 5px;
        border-radius: 8px;
        float: none;
        font-weight: 700;
        color: white;
        background: #880A51;
        opacity: 0.7;
    }

    .locationA dd {
        display: block;
        padding: 5px 10px;
        margin-left: 0px;
        word-wrap: break-word;
    }
}




.tbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

    .tbox.is-active {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s cubic-bezier(0.1, 0.86, 0.27, 1.16), visible 0s 0.5s;
    }

    .tbox:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

    .tbox .tbox-mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
    }

    .tbox .tbox-wrap {
        text-align: left;
        position: relative;
        z-index: 102;
        max-width: 670px;
        width: 95%;
        padding: 30px 15px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

    .tbox .tboxw-close {
        cursor: pointer;
        position: absolute;
        right: -5px;
        top: 5px;
        width: 45px;
        height: 45px;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        z-index: 100;
    }

        .tbox .tboxw-close:before, .tbox .tboxw-close:after {
            content: "";
            position: absolute;
            left: 10px;
            top: 21px;
            width: 25px;
            height: 3px;
            background-color: #bca480;
            transform: rotate(45deg);
        }

        .tbox .tboxw-close:before {
            transform: rotate(-45deg);
        }

    .tbox .tboxw-info {
        background: #FFF;
        padding: 25px 20px;
        box-shadow: 0 0 1px #ebebeb;
        position: relative;
        /*&:before {
            content: "";
            background: repeating-linear-gradient( -45deg, #000, #000 20px, #eecd81 5px, #eecd81 40px);
            position: absolute;
            left: -5px;
            top: -5px;
            right: -5px;
            bottom: -5px;
            z-index: -1;
        }*/
    }

        .tbox .tboxw-info .tboxw-info-t {
            font-size: 1.4em;
            font-weight: bold;
            margin-bottom: 20px;
            padding-bottom: 15px;
            color: #be4000;
            border-bottom: 1px solid #ebebeb;
            text-align: center;
        }

        .tbox .tboxw-info .tboxw-info-d {
            white-space: pre-wrap;
            margin-bottom: 30px;
            line-height: 1.6;
            word-break: break-word;
        }

        .tbox .tboxw-info a {
            display:block;
        }

            .tbox .tboxw-info .tboxw-info-d.img-theme {
                text-align: center;
                background: #ebebeb;
                line-height: 1;
                white-space: normal;
            }

            .tbox .tboxw-info .tboxw-info-d img {
                max-width: 100%;
            }

        .tbox .tboxw-info .tboxw-info-c > div {
            display: inline-block;
            padding: 12px 30px;
            background: #e1e1e1;
            color: #222;
            cursor: pointer;
            border-radius: 20px;
            box-shadow: 0 1px 1px #bbbbbb;
        }
        .tbox .tboxw-info .tboxw-info-c > a {
            display: inline-block;
            padding: 12px 30px;
            background: #be4000;
            color: #FFF;
            cursor: pointer;
            border-radius: 20px;
            margin-left: 10px;
            box-shadow: 0 1px 1px #872e00;
        }



.text-center {
    text-align: center;
}

.TchgA a{
    color:#c86200;
    text-decoration:underline;
    word-break:break-word;
}
