@charset "utf-8"; html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol,ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,th,td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}

blockquote,q {
    quotes: "" "";
}

/* tour */
#tour {
    z-index: 1;
    position: relative;
    padding: 80px;
    position: relative;
    z-index: 1;
    padding-top: 0;
    min-height: 500px;
    background-image: url();
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-top: -50px;
    padding-top: 80px;
}

#img-slider .slide {
    width: 100%;
    background: #fff;
    position: absolute;
}

#img-slider .slide .img {
    margin: 10px auto;
    border: none;
}

#img-slider .img {
    border: 6px solid #edeeee;
    background-color: #fff;
    width: 800px;
    height: 420px;
    position: relative;
}

#img-slider .img img {
    display: block;
    width: 100%;
    border: 4px solid #fff;
    height: 100%;
}

#img-slider .img:first-child {
    display: block;
}

#img-slider .img .label {
    display: none;
    padding: 0 .2rem;
    background: #000;
    opacity: 1;
    position: absolute;
    bottom: .3rem;
    left: 0;
    width: 85%;
    font-size: .22rem;
    line-height: .6rem;
    text-align: left;
    color: #fff;
    background: url("../images/b-mask.png") no-repeat left center/100% 100%;
}

#img-slider .img .label .text {
    font-size: 85%;
}

#img-slider .img.roundabout-in-focus .label {
    display: block;
}

.switcher-wrap {
    position: relative;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
}

.switcher-wrap.slider {
    top: 25px;
}

.switcher-wrap.slider #img-slider .img {
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    border-color: #fff;
}

.switcher-wrap a.next, .switcher-wrap a.prev {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    bottom: 0;
    left: 0;
    background: url() no-repeat 16px 12px;
    z-index: 1000;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.switcher-wrap a.next:hover, .switcher-wrap a.prev:hover {
    background-color: rgba(16,175,139,0.1);
}

.switcher-wrap a.prev {
    right: 0;
    left: auto;
    background-position: -63px 12px;
}

.switcher-wrap ul.switcher {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.switcher-wrap ul.switcher li {
    width: .1rem;
    height: .1rem;
    margin: 0 .08rem;
    background: #c1272d no-repeat 50% / 100%;
    opacity: 1;
    vertical-align: middle;
    border-radius: 50%;
    cursor: pointer;
}

.switcher-wrap ul.switcher li a {

}

.switcher-wrap ul.switcher li a:hover {
    color: #82521a;
}

.switcher-wrap ul.switcher li.active {
    width: .35rem;
    height: .31rem;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/dots.png);
}

.switcher-wrap ul.switcher li:last-child {
    margin-right: 0;
}

.switcher-wrap ul.switcher .active {

}