﻿@import url(reset.css);
@import url(layout.css);

.visual_area img,
.main_sec img {
    width: 100%;
    vertical-align: top
}

.map_area .subway:before,
.map_area .subway p {
    float: left
}

.map_area .btn_area .btn_google {
    float: right
}

.visual_area .slogan {
    position: absolute;
    top: 0;
    left: 0
}

.link_area a {
    overflow: hidden;
    text-indent: -999px;
    font-size: 0
}

.visual_area:after,
.main_sec:after,
.board_area:after,
.map_area .btn_area:after {
    content: "";
    clear: both;
    display: block
}

.map_area .subway:before {
    background: url(/Images/ico.png) no-repeat;
    background-size: 250px auto
}

.visual_area strong,
.main_sec strong {
    font-weight: bold
}

.visual_area .visual {
    margin-bottom: 0
}

.visual_area .slide {
    position: relative
}

.visual_area .slogan {
    top: 50%;
    margin-top: -37px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: #fff;
    text-align: center;
    z-index: 55
}

.visual_area .slogan.row2 {
    margin-top: -50px
}

.visual_area .slogan.black {
    color: #000
}

.visual_area h3 {
    font-size: 2.5rem;
    line-height: 1
}

.visual_area h3:after {
    display: block;
    width: 15%;
    max-width: 97px;
    height: 3px;
    background: #f08eba;
    margin: 15px auto;
    content: ""
}

.visual_area .slick-dots {
    bottom: 25px
}

.visual_area .slick-dots button {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%
}

.visual_area .slick-dots button:before {
    display: none
}

.visual_area .slick-dots .slick-active button {
    background-color: #fff
}

.visual_area .slick-dots li {
	margin: 0;
}

.board_area {
    background: #515151;
    padding: 28px 10px
}

.tabs {
	display: -webkit-flex; 
    display: flex;
    margin-bottom: 35px
}

.tabs a {
    flex: 2;
    padding: 5px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #838383
}

.tabs .active {
    border-top: 2px solid #fff;
    border-bottom: 1px solid transparent
}

.board {
    margin-bottom: 10px
}

.board li {
    border-bottom: 1px solid #686868
}

.board a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 5px;
    font-size: 1.2rem;
    line-height: 2.7rem;
    color: #fff;
    text-decoration: none
}

.link_area {
    position: relative
}

.link_area img {
	width: 100%;
	vertical-align: top;
}

.link_area a {
    position: absolute;
    top: 0;
    height: 100%;
    width: 25%;
    background: transparent
}

.link_area .btn_hidoc {
    left: 25%
}

.link_area .btn_nin {
    left: 50%
}

.link_area .btn_youtube {
    right: 0
}

.bg_lgray {
    background: #ebebeb
}

.map_area {
    padding-bottom: 50px
}

.map_area p,
.map_area .btn_area,
.map_area .row {
    padding: 0 15px
}

.map_area .address {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #666;
    margin-bottom: 5px
}

.map_area .tel {
    margin-bottom: 20px
}

.map_area .tel a {
    font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
    color: #474747;
}

.map_area .btn_area {
    margin-bottom: 37px
}

.map_area .btn_area a {
    display: inline-block;
    width: 48%;
    min-width: 138px;
    border: 1px solid #ccc
}

.map_area .col {
    width: 50%;
    font-size: 9px;
    color: #333
}

.map_area h3 {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 15px
}

.map_area .subway:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: -50px -50px;
    vertical-align: middle;
    content: ""
}

.map_area .subway p {
    line-height: 1.8rem
}

.map_area .bus li {
    margin-bottom: 5px
}

.map_area .bus span {
    display: inline-block;
    width: 27px;
    height: 15px;
    line-height: 1.5rem
}

.map_area .bus .box {
    border-radius: 15px;
    text-align: center;
    color: #fff
}

.map_area .bus .blue {
    background: #515e96
}

.map_area .bus .green {
    background: #2ab829
}


/*# sourceMappingURL=main.css.map */