@charset "utf-8";
/* CSS Document */

* {	box-sizing: border-box;}
img { width: 100%;}

section article {
    padding: 2% 1%;
    margin: 0;
    width: 100%;
    text-align: center;
    background: #fcfcfc;
    border: 1px solid #ccc;
/*    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;*/
}
section article div {
	width: 60%;
    margin: 0 auto;
    display: inline-block;
/*	height: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;*/
}
section article div.title {
	width: 30%;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
section article div.title h1 {
/*    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 3.8em;*/
    font-size: 1.5em;
    line-height: 1.8em;
}
section article div.title h1 span {
    display: block;
    font-size: .9em;
}
section article div.title h1 span:before {
    display: block;
    content: "";
    width: 65%;
    text-align: center;
    margin: 2% auto 0;
    border-top: 2px dotted #999;
}


/* #EventBanner */
#EventBanner {
	background: #ccc;
}
#EventBanner ul {
/*    padding: 1%;
    margin: 0;
    width: 100%;
    text-align: center;
    background: #eaeaea;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;*/
}
#EventBanner ul li img {
	width: 100%;
}


/* slick */
.slick-slide {
    height: auto !important;
}
.slider {
/*    max-width: 600px;*/
    margin: 0 auto;
}
.slider div {
    width: 100%;
/*    line-height: 200px;*/
    text-align: center;
}
.slider div img {
    width: 100%;
}
/*.slider .slick-prev {
    left: calc(50% - 10px);
    top: -20%;
    transform: rotateZ(90deg);
	z-index: 10;
}
.slider .slick-next {
    right: calc(50% - 10px);
    top: 90%;
    transform: rotateZ(90deg);
	z-index: 10;
}
.slick-prev:before,
.slick-next:before {
    background: #333;
    padding: 8px;
    display: block;
    text-align: center;
    width: 30px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 900;
}*/


@media screen and (max-width: 720px) {
/* tablet用 */
section article div.title h1 {
    height: 3.1em;
    font-size: 1.1em;
    line-height: 1.7em;
}
}


@media screen and (max-width: 500px) {
/* sp用 */
section article {
    padding: 5% 3%;
}
section article div,
section article div.title {
    display: block;
	width: 100%;
}
section article div.title {
    margin: 0 auto 5%;
}
section article div.title h1 {
    position: unset !important;
    height: auto;
    font-size: 1.2em;
    line-height: 1.7em;
}
section article div.title h1 span:before {
    width: 50%;
}
}
