@charset "utf-8";

/* -----------------------------------------------------------------------------
 PC
----------------------------------------------------------------------------- */
@media screen and (min-width: 1080px), print {

/*---  swiper  ---*/
.swiper-slide {
	padding: 0 0 5px;
}
.swiper-slide img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 4px rgba(51,51,51,0.5);
	-moz-box-shadow: 0px 0px 4px rgba(51,51,51,0.5);
	box-shadow: 0px 0px 4px rgba(51,51,51,0.5);
	-ms-box-shadow: 0px 0px 4px rgba(51,51,51,0.5);
}


/*---  middle  ---*/
#middleArea {
	width: 1080px;
	margin: 0 auto;
}
#middleNavi {
	float: right;
}
#middleNavi li {
	float: left;
	background: url(../../img/icon02.gif) no-repeat left top;
	background-size: 13px 13px;
	padding: 0 0 2px 13px;
	font-size: 1.05em;
	margin: 10px 0 0 30px;
}
#middleNavi li a {
	text-decoration: none;
	display: block;
}
#middleNavi li:hover {
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/*---  contents  ---*/
#contentsArea {
	width: 1080px;
	margin: 20px auto 0;
}
.newsArea {
	width: 215px;
	float: left;
}
.newsArea h2{
	font-size: 2.1em;
	border-bottom: 8px solid #000;
	letter-spacing: 0.03em;
}
.newsArea h2 span {
	font-size: 0.5em;
	color: #6d6d6d;
	padding-left: 1.5em;
}
.newsArea dl {
	margin: 3em 0 0;
}
.newsArea dl dt {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 0.2em;
}
.newsArea dl dt span {
	background: #000;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.2em;
	padding: 0.2em 0.5em;
	margin-left: 1em;
}
.newsArea dl dd {
	font-size: 0.9em;
	margin: 0 0 2em;
}
.newsArea dl dd a {
	text-decoration: none;
}
.newsArea dl dd a:hover {
	text-decoration: underline;
}


.eventArea {
	width: 810px;
	float: right;
}
.eventArea h2{
	font-size: 2.1em;
	border-bottom: 8px solid #000;
	letter-spacing: 0.03em;
}
.eventArea h2 span {
	font-size: 0.5em;
	color: #6d6d6d;
	padding-left: 1.5em;
}

.eventArea .eventAreaIn {
	margin-left: -30px;
	margin-top: 3em;
	margin-bottom: 0;
	padding: 0;

}
.eventArea .eventBox {
	width: 390px;
	float: left;
	margin: 0 0 60px 30px;
}
.eventArea .eventBox .img {
	float: left;
}
.eventArea .eventBox .img img {
	width: 145px;
	height: auto;
}
.eventArea .eventBox .eventR {
	float: left;
	margin-left: 20px;
	width: 225px;
	min-height: 185px;
	height: 100%;
	padding: 0 1em 2.3em 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position: relative;
}
.eventArea .eventBox h3 {
	font-size: 1.5em;
	line-height: 1.4;
	margin-bottom: 0.4em;
}
.eventArea .eventBox h3 a {
	text-decoration: none;
}
.eventArea .eventBox h3 span {
	font-size: 0.6em;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #fff;
	background: #878787;
	padding: 0.2em 0.4em;
	margin-left: 0.75em;
	position: relative;
	top: -2px;
	display: inline-block;
}
.eventArea .eventBox .date {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.eventArea .eventBox .ticket a {
	background: url(../../../img/top/iconTicket.png) no-repeat 8px center #000;
	background-size: 27px 15px;
	padding: 0.6em 1em 0.6em 45px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.eventArea .eventBox .ticket a:hover {
	background: url(../../../img/top/iconTicket.png) no-repeat 8px center #000;
	background-size: 27px 15px;
	color: #fff;
	-webkit-box-shadow: 3px 3px #D9D5BF;
	-moz-box-shadow: 3px 3px #D9D5BF;
	-ms-box-shadow: 3px 3px #D9D5BF;
	box-shadow: 3px 3px #D9D5BF;
	-ms-transform:translate(-2px,-2px);
	-webkit-transform:translate(-2px,-2px);
	transform:translate(-2px,-2px);
}
.eventArea .eventBox .more a {
	position: absolute;
	text-decoration: none;
	font-size: 0.7em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0.2em 0.5em 0.3em 1.5em;
	right: 5px;
	bottom: 4px;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.eventArea .eventBox .more a:before {
	content: ">";
	position: relative;
	left: -0.4em;
	font-size: 1.3em;
}
.eventArea .eventBox .more a:hover {
	background: #000;
	color: #fff;
}
.listLInk a {
	display: block;
	color: #000;
	font-size: 1em;
	text-align: center;
	border: 1px solid #000;
	text-decoration: none;
	padding: 0.75em 1em;
	margin: 2em 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position: relative;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.listLInk a:after {
	display: inline-block;
	content: " ";
	background: url(../../../img/top/iconList.png) no-repeat;
	background-size: 11px 11px;
	position: relative;
	left: 0.5em;
	top: 0;
	width: 11px;
	height: 11px;
}
.listLInk a:hover {
	color: #000;
	-webkit-box-shadow: 3px 3px #000;
	-moz-box-shadow: 3px 3px #000;
	-ms-box-shadow: 3px 3px #000;
	box-shadow: 3px 3px #000;
	-ms-transform:translate(-2px,-2px);
	-webkit-transform:translate(-2px,-2px);
	transform:translate(-2px,-2px);
}

}


/* -----------------------------------------------------------------------------
 tab
----------------------------------------------------------------------------- */
@media screen and (max-width: 1079px) {

/*---  swiper  ---*/
.swiper-slide {
	padding: 0 0 5px;
	width: 900px !important;
	margin: 0 0 0 !important;
}
.swiper-slide img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 4px rgba(51,51,51,0.5);
	-moz-box-shadow: 0px 0px 4px rgba(51,51,51,0.5);
	box-shadow: 0px 0px 4px rgba(51,51,51,0.5);
	-ms-box-shadow: 0px 0px 4px rgba(51,51,51,0.5);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 1% !important;
  right: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background: url(../../../img/top/controlsL.png) no-repeat center center ;
  background-size: 50px 50px !important;
  width: 50px !important;
  height: 50px !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 1% !important;
  left: auto;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background: url(../../../img/top/controlsR.png) no-repeat center center ;
  background-size: 50px 50px !important;
  width: 50px !important;
  height: 50px !important;
}



/*---  middle  ---*/
#middleArea {
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#middleNavi {
	float: right;
}
#middleNavi li {
	float: left;
	background: url(../../img/icon02.gif) no-repeat left top;
	background-size: 13px 13px;
	padding: 0 0 2px 13px;
	font-size: 1.05em;
	margin: 10px 0 0 30px;
}
#middleNavi li a {
	text-decoration: none;
	display: block;
}
#middleNavi li:hover {
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/*---  contents  ---*/
#contentsArea {
	width: 100%;
	margin: 20px auto 0;
	padding: 0 3%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.newsArea {
	width: 25%;
	float: left;
}
.newsArea h2{
	font-size: 2.1em;
	border-bottom: 8px solid #000;
	letter-spacing: 0.03em;
}
.newsArea h2 span {
	font-size: 0.5em;
	color: #6d6d6d;
	padding-left: 1.5em;
}
.newsArea dl {
	margin: 3em 0 0;
}
.newsArea dl dt {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 0.2em;
}
.newsArea dl dt span {
	background: #000;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.2em;
	padding: 0.2em 0.5em;
	margin-left: 1em;
}
.newsArea dl dd {
	font-size: 0.9em;
	margin: 0 0 2em;
}
.newsArea dl dd a {
	text-decoration: none;
}
.newsArea dl dd a:hover {
	text-decoration: underline;
}


.eventArea {
	width: 70%;
	float: right;
}
.eventArea h2{
	font-size: 2.1em;
	border-bottom: 8px solid #000;
	letter-spacing: 0.03em;
}
.eventArea h2 span {
	font-size: 0.5em;
	color: #6d6d6d;
	padding-left: 1.5em;
}

.eventArea .eventAreaIn {
	margin-left: 0;
	margin-top: 3em;
}
.eventArea .eventBox {
	width: 100%;
	float: none;
	margin: 0 0 60px 0;
}
.eventArea .eventBox .img {
	float: left;
}
.eventArea .eventBox .img img {
	width: 145px;
	height: auto;
}
.eventArea .eventBox .eventR {
	float: none;
	margin-left: 165px;
	width: auto;
	min-height: 185px;
	height: auto !important;
	height: 185px;
	padding: 0 1em 2.3em 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position: relative;
}
.eventArea .eventBox h3 {
	font-size: 1.5em;
	line-height: 1.4;
	margin-bottom: 0.4em;
}
.eventArea .eventBox h3 a {
	text-decoration: none;
}
.eventArea .eventBox h3 span {
	font-size: 0.6em;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #fff;
	background: #878787;
	padding: 0.2em 0.4em;
	margin-left: 0.75em;
	position: relative;
	top: -2px;
	display: inline-block;
}
.eventArea .eventBox .date {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.eventArea .eventBox .ticket a {
	background: url(../../../img/top/iconTicket.png) no-repeat 8px center #000;
	background-size: 27px 15px;
	padding: 0.6em 1em 0.6em 45px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.eventArea .eventBox .ticket a:hover {
	background: url(../../../img/top/iconTicket.png) no-repeat 8px center #000;
	background-size: 27px 15px;
	color: #fff;
	-webkit-box-shadow: 3px 3px #D9D5BF;
	-moz-box-shadow: 3px 3px #D9D5BF;
	-ms-box-shadow: 3px 3px #D9D5BF;
	box-shadow: 3px 3px #D9D5BF;
	-ms-transform:translate(-2px,-2px);
	-webkit-transform:translate(-2px,-2px);
	transform:translate(-2px,-2px);
}
.eventArea .eventBox .more a {
	position: absolute;
	text-decoration: none;
	font-size: 0.7em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0.2em 0.5em 0.3em 1.5em;
	right: 5px;
	bottom: 4px;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.eventArea .eventBox .more a:before {
	content: ">";
	position: relative;
	left: -0.4em;
	font-size: 1.3em;
}
.eventArea .eventBox .more a:hover {
	background: #000;
	color: #fff;
}
.listLInk a {
	display: block;
	color: #000;
	font-size: 1em;
	text-align: center;
	border: 1px solid #000;
	text-decoration: none;
	padding: 0.75em 1em;
	margin: 2em 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position: relative;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.listLInk a:after {
	display: inline-block;
	content: " ";
	background: url(../../../img/top/iconList.png) no-repeat;
	background-size: 11px 11px;
	position: relative;
	left: 0.5em;
	top: 0;
	width: 11px;
	height: 11px;
}
.listLInk a:hover {
	color: #000;
	-webkit-box-shadow: 3px 3px #000;
	-moz-box-shadow: 3px 3px #000;
	-ms-box-shadow: 3px 3px #000;
	box-shadow: 3px 3px #000;
	-ms-transform:translate(-2px,-2px);
	-webkit-transform:translate(-2px,-2px);
	transform:translate(-2px,-2px);
}

}


/* -----------------------------------------------------------------------------
 tab
----------------------------------------------------------------------------- */
@media screen and (max-width: 992px) {


}



/* -----------------------------------------------------------------------------
 tab,smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
/*---  swiper  ---*/
.swiper-slide {
	padding: 0 0 5px;
	width: 700px !important;
	margin: 0 0 0 !important;
}

}

/* -----------------------------------------------------------------------------
 tab,smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
/*---  swiper  ---*/
.swiper-slide {
	padding: 0 0 5px;
	width: 600px !important;
	margin: 0 0 0 !important;
}

/*---  contents  ---*/
.newsArea {
	width: 100%;
	float: none;
	margin: 60px 0 0;
}
.eventArea {
	width: 100%;
	float: none;
}
.eventArea .eventBox {
	margin: 0 0 30px;
}
.listLInk a {
	margin: 0;
}

#middleNavi {
	display: none;
}

.newsArea dl dd a {
    text-decoration: none;
	display: block;
	background: url(../../img/arrow01.gif) no-repeat right center;
	background-size: 14px 25px;
	padding: 0 20px 0 0;
}

}

/* -----------------------------------------------------------------------------
 tab,smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/*---  swiper  ---*/
.swiper-slide {
	padding: 0 0 5px;
	width: 470px !important;
	margin: 0 0 0 !important;
}

}


/* -----------------------------------------------------------------------------
 smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 479px) {
/*---  swiper  ---*/
.swiper-slide {
	padding: 0 0 5px;
	width: 400px !important;
	margin: 0 0 0 !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 1% !important;
  right: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background: url(../../../img/top/controlsL.png) no-repeat center center ;
  background-size: 30px 30px !important;
  width: 30px !important;
  height: 30px !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 1% !important;
  left: auto;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background: url(../../../img/top/controlsR.png) no-repeat center center ;
  background-size: 30px 30px !important;
  width: 30px !important;
  height: 30px !important;
}

/*---  contents  ---*/
.eventArea .eventBox .img {
	float: left;
	width: 35%;
}
.eventArea .eventBox .img img {
	width: 100%;
	height: auto;
}
.eventArea .eventBox .eventR {
	float: none;
	margin-left:40%;
	width: auto;
	min-height: 185px;
	height: auto !important;
	height: 185px;
	padding: 0 1em 2.5em 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position: relative;
}


}
/* -----------------------------------------------------------------------------
 smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
/*---  swiper  ---*/
.swiper-slide {
	padding: 0 0 5px;
	width: 375px !important;
	margin: 0 0 0 !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  display: none;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  display: none;
}

}
/* -----------------------------------------------------------------------------
 smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
/*---  swiper  ---*/
.swiper-slide {
	padding: 0 0 5px;
	width: 320px !important;
	margin: 0 0 0 !important;
}
}