@charset "utf-8";
/*
 * home CSS
 * ---------------------------------------------
 * 
 * 
 */
 
@import 'slick.css';
@import 'slick-theme.css';

/*===================================
	visual	
=====================================*/

.visual {
	overflow: hidden;
    min-width: 980px;
    margin-bottom: 35px;
}
.visual .images {
	position: relative;
	width: 100%;
	margin: auto;
}
.visual .slick-slide {
	margin: 0 auto;
	padding: 0;
}
.visual .slick-slide img {
	width: 800px;
    height: 500px;
	margin: auto;
}
.visual .slick-slide:not(.slick-center) {
	overflow: hidden;
	position: relative;
}
.visual .slick-slide:not(.slick-center):after {
    content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height:500px;
	background: rgba(0,0,0,.5);
}
.visual .slick-arrow {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
    border: none;
    background: none;
	text-indent: -9999em;
    cursor: pointer
}
.visual .slick-arrow {
	width: 36px;
	height: 36px;
    margin-top: -36px;
	border-bottom: solid 5px #fff;
	border-left: solid 5px #fff;
}
.visual .slick-arrow.slick-prev {
    left: 30px;
	transform: rotate(45deg);
}
.visual .slick-arrow.slick-next {
    right: 30px;
	transform: rotate(225deg);
}
.visual .slick-dots {
	display: block;
    position: relative;
    bottom: inherit;
    margin: 10px auto 0;
}
.visual .slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 6px;
	border-radius: 50%;
	background: #dcdcdc;
}
.visual .slick-dots li.slick-active {
	background: #a0a0a0;
}
.slick-dots li button::before {
    display: none;
}

/*===================================
	main	
=====================================*/

main {
    margin-bottom: 33px;
}
main section {
    margin-bottom: 40px;
    border-radius: 2px;
}

/*  sprite
---------------------------------*/

.news__cont h2:before,
.branch__cont > p:before,
.insta__cont h2:before {
	background-image: url(../images/base/sprite.png);
	background-repeat: no-repeat;
}

/*===================================
	news__cont	
=====================================*/

.news__cont {
    letter-spacing: -.40em;
    border: solid 3px #dcdcdc;
    background: #fff;
}
.news__cont h2,.news__cont ul {
    display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
.news__cont h2 {
    width: 198px;
    margin-top: -20px;
    text-align: center;
    color: #626262;
    font-size: 20px;
}
.news__cont h2:before {
    display: block;
    width: 28px;
    height: 27px;
    margin: auto auto 15px;
    background-position: -600px 0;
}
.news__cont ul {
    width: 750px;
}
.news__cont li {
    padding: 1em 0 1em 20px;
    border-top: dashed 1px #dcdcdc;
    line-height: 1.6;
    letter-spacing: -.40em;
    font-size: 14px;
}
.news__cont li:nth-of-type(1) {
    border: none;
}
.news__cont li time,.news__cont li p {
    display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.news__cont li time {
    width: 96px;
    color: #c9a981;
}
.news__cont li p {
    width: 630px;
}
.news__cont li p,
.news__cont li p a {
    color: #434343;
}
.news__cont li p a:hover {
    text-decoration: underline;
}

/*===================================
    branch__cont
=====================================*/

.branch__cont {
    overflow: hidden;
    padding: 30px 0 30px 30px;
    background: #c8b486 url(../images/base/bg_pattern_brown.jpg) repeat 0 0;
}
.branch__cont figure {
    float: left;
    position: relative;
    margin-right: 12px;
}
.branch__cont figure li {
    position: absolute;
    text-indent: -9999em;
}
.branch__cont figure li a {
    display: block;
    width: 63px;
    height: 30px;
}
.branch__cont figure li:nth-of-type(1) {
    top: 178px;
    left: 258px;
}
.branch__cont figure li:nth-of-type(2) {
    top: 70px;
    left: 260px;
}
.branch__cont figure li:nth-of-type(3) {
    top: 141px;
    left: 173px;
}
.branch__cont figure li:nth-of-type(4) {
    top: 129px;
    left: 88px;
}
.branch__cont figure li:nth-of-type(5) {
    top: 149px;
    left: 392px;
}
.branch__cont figure li:nth-of-type(6) {
    top: 113px;
    left: 453px;
}
.branch__cont figure li:nth-of-type(1) a {
    width: 98px;
}
.branch__cont figure li:nth-of-type(3) a {
    width: 74px;
}
.branch__cont > ul {
    overflow: hidden;
    margin: 0 0 18px;
}
.branch__cont > ul li {
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
}
.branch__cont > ul li a {
    display: block;
    width: 160px;
    height: 70px;
    line-height: 70px;
    border-radius: 2px;
    box-shadow: -1px -1px 0 0 rgba(0,0,0,.2) inset;
    font-weight: 500;
    transition: .7s;
}
.pc .branch__cont > ul li a:hover {
    opacity: .7;
}
.branch__cont > ul li:nth-of-type(1) a {
    background: #95d6f7;
}
.branch__cont > ul li:nth-of-type(2) a {
    background: #f9c08e;
}
.branch__cont > ul li:nth-of-type(3) a {
    background: #9ab6e2;
}
.branch__cont > ul li:nth-of-type(4) a {
    background: #f6acab;
}
.branch__cont > ul li:nth-of-type(5) a {
    background: #cae095;
}
.branch__cont > ul li:nth-of-type(6) a {
    background: #ffe277;
}
.branch__cont > p {
    position: relative;
    margin-left: 590px;
    padding-left: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.branch__cont > p:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 35px;
    margin-top: -17px;
    border-radius: 50%;
    background-color: #fff;
    background-position: -700px 0;
}

/*===================================
    insta__cont
=====================================*/

.insta__cont {
    overflow: hidden;
    padding: 19px 30px 30px;
    background: #434343 url(../images/base/bg_pattern_gray.jpg);
    color: #fff;
}
.insta__cont h2 {
    margin-bottom: 16px;
    font-size: 18px;
    transition: .7s;
}
.insta__cont h2 a {
    color: #fff;
}
.pc .insta__cont h2:hover {
    opacity: .7;
}
.insta__cont h2:before {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: -2px 8px 0 2px;
    background-position: -800px 0;
}
.insta__cont ul {
    overflow: hidden;
    margin-right: -16px;
}
.insta__cont ul li {
    float: left;
    width: 140px;
    margin-right: 16px;
}
@-moz-document url-prefix() {
	.insta__cont .hiddenSp {
        margin-bottom: -60px;
    }
}
/*===================================
    banner
=====================================*/
.banner {
    overflow: hidden;
}
.banner li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.banner li:nth-of-type(1) {
    width: 301px;
    margin-right: 40px;
}
.banner li:nth-of-type(2) {
    width: 120px;
}
.banner li:nth-of-type(3) {
    float: right;
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
}
.banner li:nth-of-type(3) img {
    margin-bottom: 5px;
}
.banner li:nth-of-type(1):after {
    display: none;
    position: absolute;
    top: 50%;
    right: -25px;
    width: 1px;
    height: 46px;
    background: #e8e8e8;
    margin-top: -23px;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {
	
	/*===================================
        keyVisual
    =====================================*/

    .visual {
        min-width: 640px;
        margin-bottom: 0;
    }
    .visual .slick-slide img {
        width: 640px;
        height: 400px;
    }
    .visual .slick-slide:not(.slick-center) {
        overflow: hidden;
        position: relative;
    }
    .visual .slick-slide:not(.slick-center):after {
        display: none;
        width: 640px;
        height: 400px;
        background: rgba(0,0,0,0);
    }
    .visual .slick-arrow {
        top: inherit;
        bottom: -2px;
    }
    .visual .slick-arrow {
        width: 22px;
	    height: 22px;
        border-width: 3px;
        border-color: #a0a0a0;
    }
    .visual .slick-arrow.slick-prev{
        left: 197px;
    }
    .visual .slick-arrow.slick-next {
        right: 197px;
    }
    .visual .slick-dots {
        margin: 25px auto 35px;
    }
    .visual .slick-dots li {
        width: 18px;
        height: 18px;
        margin: 0 8px;
    }
    
    /*===================================
        main	
    =====================================*/

    main {
        margin-bottom: 55px;
    }
    main section.branch__cont {
        margin-bottom: 50px;
    }
    main section.insta__cont {
        margin-bottom: 40px;
    }
    
    /*===================================
        news__cont	
    =====================================*/

    .news__cont {
        margin-left: 30px;
        margin-right: 30px;
        padding: 0 0 10px;
    }
    .news__cont h2,.news__cont ul {
        display: block;
    }
    .news__cont h2 {
        width: auto;
        margin-top: 0;
        padding: 18px 0;
        font-size: 28px;
    }
    .news__cont h2:before {
        display: inline-block;
        margin: -3px 13px 0 0;
    }
    .news__cont ul {
        width: auto;
        margin: 0 18px;
    }
    .news__cont li {
        padding: 0.5em 0 0.8em 10px;
        line-height: 1.5;
        font-size: 24px;
    }
    .news__cont li:nth-of-type(1) {
        border-top: dashed 1px #dcdcdc;
    }
    .news__cont li time,.news__cont li p {
        display: block;
    }
    .news__cont li time,
    .news__cont li p {
        width: auto;
    }
    .news__cont li time {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 1;
    }
    
    /*===================================
        branch__cont
    =====================================*/

    .branch__cont {
        padding: 30px 0 20px 30px;
    }
    .branch__cont figure {
        float: none;
        position: relative;
        margin: 0 0 18px;
    }
    .branch__cont > ul li {
        margin: 0 10px 12px 0;
    }
    .branch__cont > ul li a {
        width: 186px;
        height: 81px;
        line-height: 81px;
        border-radius: 3px;
        font-size: 19px;
    }
    .branch__cont > p {
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        font-size: 18px;
    }
    .branch__cont > p:before {
        left: 94px;
    }
    
    /*===================================
        insta__cont
    =====================================*/

    .insta__cont {
        margin-left: 30px;
        margin-right: 30px;
        padding: 22px 0 26px 19px;
    }
    .insta__cont h2 {
        margin-bottom: 23px;
    }
    .insta__cont ul {
        margin-right: -16px;
    }
    .insta__cont ul li {
        width: 168px;
        margin: 0 20px 20px 0;
    }
    .insta__cont ul li img {
        width: 168px;
        height: 168px;
    }
    
    /*===================================
        banner
    =====================================*/

    .banner {
        text-align: center;
    }
    .banner li {
        display: block;
    }
    .banner li img {
        margin: auto;
    }
    .banner li:nth-of-type(1),
    .banner li:nth-of-type(2),
    .banner li:nth-of-type(3) {
        width: auto;
        margin: auto auto 45px;
        text-align: center;
    }
    .banner li:nth-of-type(3) {
        margin-bottom: 0;
        float: none;
        text-align: center;
        font-size: 22px;
    }
    .banner li:nth-of-type(3) img {
        margin-bottom: 10px;
    }
    .banner li:nth-of-type(1):after {
        display: none;
        right: -19px;
        height: 66px;
        margin-top: -33px;
    }
    
}