@charset "UTF-8";
/*******************************

TopCss

*******************************/

/*-----------------------------
Slide
-----------------------------*/
.slider {
    width: 100%;
}

.slider li {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: center no-repeat;
    background-size: cover;
}

.slider li:nth-child(n+2) {
    display: none;
}

/* PAGER */
.bx-wrapper .bx-pager {
    padding-top: 0!important;
    bottom: 10px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff!important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #b4b4b4!important;
}

/*-----------------------------
Information
-----------------------------*/
.infomation {
    margin: 100px 0;
}

.infomation .ttl {
    margin-bottom: 20px;
}

.infomation h2 {
    margin-right: 15px;
}

.infomation .ttl a {
    font-size: 90%;
    text-decoration: underline;
}

.infomation ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.infomation ul::after {
    content: "";
    display: block;
    width: 32%;
}

.infomation li {
    width: 32%;
    font-size: 90%;
    border: 1px solid #eee;
}

.infomation li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 5%;
    text-align: left;
}

.infomation li a:hover {
    background: #eee;
}

.infomation time {
    color: #b9b9b9;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .infomation ul::after {
        display: none;
    }
    .infomation li {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 500px) {
    .infomation {
        margin: 50px 0;
    }
}

/*-----------------------------
アイテム
-----------------------------*/
/***　共通　***/
.item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 50px;
	max-width: 1370px;
    margin: 0 auto;
}

.item-wrap .item {
    position: relative;
}

.item-wrap .item .inner {
    position: relative;
}

.item-wrap .item figure {
    position: relative;
    margin: 0;
    z-index: 1;
}

.item-wrap .item dl {
    position: relative;
    z-index: 2;
}

.item-wrap .item dd {
    text-align: left;
    line-height: 2.5;
    font-size: 90%;
}

.item-wrap .item .ttl-tb {
    display: none;
}

/***　item-top　***/
.item-wrap .item-top {
    width: 100%;
}

.item-wrap .item-top .inner {
    width: 100%;
    max-width: 988px;
    margin: 0 auto;
    padding-bottom: 125px;
    overflow: visible;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.item-wrap .item-top dl {
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 34%;
    padding: 60px 0;
}

.item-wrap .item-top dt {
    width: 100%;
    text-align: center;
}

.item-wrap .item-top dd {
    padding: 50px 10% 0;
}

.item-wrap .hina .inner::after {
    position: absolute;
    display: block;
    content: url(../img/top/bg-dot01.png);
    bottom: -200px;
    left: -150px;
    z-index: 0;
}

.item-wrap .may .inner::after {
    position: absolute;
    display: block;
    content: url(../img/top/bg-dot02.png);
    bottom: -200px;
    left: -150px;
    z-index: 0;
}

/***　item-lr　***/
.item-wrap .item-lr {
    width: 48%;
    max-width: 610px;
    margin-bottom: 60px;
}

.item-wrap .item-lr dl {
    margin-top: -175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.item-wrap .item-lr dt {
    background: #fff;
    width: 29%;
    padding: 50px 0;
    min-height: 330px
}

.item-wrap .item-lr dd {
    background: #fff;
    width: 71%;
    padding: 40px 5% 20px;
}

.item-wrap .item-left {
    margin-top: 75px;
}

.item-wrap .item-right dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    /***　共通　***/
    .item-wrap .item .ttl-pc {
        display: none;
    }

    .item-wrap .item .ttl-tb {
        display: inline;
    }

    /***　item-top　***/
    .item-wrap .item-top .inner {
        padding-bottom: 0px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .item-wrap .item-top figure {
        width: 100%;
    }
    .item-wrap .item-top dl {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 40px 3%;
    }
    .item-wrap .item-top dt {
        width: 100%;
        text-align: center;
    }
    .item-wrap .item-top dd {
        width: 100%;
        padding: 30px 0 0;
    }

    /***　item-lr　***/
    .item-wrap .item-lr {
        width: 48%;
        max-width: 610px;
        margin-bottom: 60px;
    }

    .item-wrap .item-lr dl {
        margin-top: 0;
        display: block;

    }
    .item-wrap .item-lr dt {
        width: 100%;
        padding: 40px 0 30px;
        min-height: auto;
    }
    .item-wrap .item-lr dd {
        width: 100%;
        padding: 0 5%;
    }

    .item-wrap .item-left {
        margin-top: 75px;
    }
}


/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 500px) {
    /***　item-top　***/
    .item-wrap .item-top dl {
        padding: 40px 5%;
    }

    .item-wrap .hina .inner::after {
        display: none;
    }
    .item-wrap .may .inner::after {
        display: none;
    }

    /***　item-lr　***/
    .item-wrap .item-lr {
        width: 100%;
        margin-bottom: 40px;
    }
    .item-wrap .item-left {
        margin-top: 0;
    }
}

/*-----------------------------
リンク
-----------------------------*/
.link-menu {
    margin-bottom: 100px;
}

.link-menu ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.link-menu li {
    width: 29%;
}

.link-menu figure {
    margin: 0;
}

.link-menu dl dt {
    font-weight: bold;
    font-size: 110%;
    margin: 30px 0 20px;
}

.link-menu dl dt::before {
    display: block;
    content: url(../img/top/link-icon.png);
}

.link-menu dl dd {
    font-size: 90%;
    text-align: left;
    line-height: 2;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 500px) {
    .link-menu {
        max-width: 280px;
        margin: 0 auto 30px;
    }

    .link-menu li {
        width: 100%;
        margin-bottom: 40px;
    }
}

/*-----------------------------
デジタル広告
-----------------------------*/
.banner ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner li {
    width: 49%;
    border: 1px solid #eee;
}

.banner a {
    display: block;
    padding: 40px 3%;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 500px) {
    .banner li {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner a {
        padding: 20px 3%;
    }
}

/*-----------------------------
マウスオーバーでズーム
-----------------------------*/

/*==== PC用css ===*/
@media screen and (min-width: 500px) {
	
	.imgWrapCenter {
	overflow: hidden;
	width: 807px;
	height: 500px;
	}
	.imgWrapLR {
	overflow: hidden;
	width: 610px;
	height: 360px;
	}
	.imgWrap img {
		display: block;
		transition-duration: 0.6s;
	}
	.imgWrap img:hover {
		transform: scale(1.1);
		transition-duration: 0.6s;
	}
	
}







