@charset "utf-8";

/* スライドエリア */
.slideArea {
	width: 100%;
	margin-top: 2.6vw;
	margin-bottom: 8vw;
}

.slideArea img {
	height: auto;
	width: 100%;
}

.itemTxtArea {
	text-align: center;
	margin-top: 2vw;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1vw;
}

h2 {
	font-size: 2.6vw;
	line-height: 130%;
	font-weight: 400;
}

h3 {
	font-size: 2.6vw;
	line-height: 130%;
	font-weight: 400;
	padding-bottom: 0.4em;
}

h4 {
	font-size: 2vw;
	line-height: 130%;
	font-weight: 400;
	padding-bottom: 0.5em;
}

/* スライダーの矢印（上書き） */
.slick-prev {
	left: 1vw;
	z-index: 1;
	top: 76%;
}

.slick-next {
	right: 4vw;
	z-index: 1;
	top: 76%;
}

.slick-prev:before, .slick-next:before {
	font-family: slick;
	font-size: 4vw;/*4vw*/
	line-height: 1;
	opacity: .65;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slider_item {
	margin: 10px;
}


/* ドットサイズ */
.slick-dots li{
	width:2vw!important;
}

.slick-dots li button:before{
	font-size:1.5vw!important;
}

/* top下部コンテンツ */
.mainCont {
	display: flex;
}

.leftArea {
	width: 64%;
	margin-right: 6%;
}

/* 企画情報 */
.eventInfo {
	margin-bottom: 4vw;
}

.eventTop {
	font-size: 1.4vw;
	line-height: 120%;
	font-weight: 500;
	color: #FFF;
	background-color: #4B9DB8;
	padding-top: 0.17em;
	padding-bottom: 0.25em;
	padding-left: 1em;
}

.eventMain {
	padding-top: 1vw;
	padding-right: 1vw;
	padding-bottom: 1vw;
	padding-left: 1vw;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

/* 特集内容 */
.eventUnit {
	display: flex;
	flex-wrap:wrap;
	position: relative;
	background-image: url(../images/arrow_s.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.eventUnit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.houkoku {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2vw;
	line-height: 120%;
	height: 2em;
	width: 8%;
	margin-right: 2%;
	color: #333;
	border-radius: 6px;
	border: 1px solid #666;
}

.eventTtl {
	font-size: 1.8vw;
	line-height: 130%;
	font-weight: 500;
	width: 90%;
	font-weight: 500;
	padding-bottom: 0.8em;
}

.eventUnit:hover .eventTtl,
.eventUnit:hover .mainTxt {
	color: #C00;
	transition: 0.3s;
}

.leftBox {
	width: 20%;
	margin-right: 2%;
	padding-right: 2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

.leftBox img {
	height: auto;
	width: 100%;
}

.rightArea {
	width: 76%;
}

.mainTxt {
	font-size: 1.5vw;
	line-height: 130%;
	font-weight: 500;
	padding-bottom: 0.8em;
}

.eventTxt {
	font-size: 1.1vw;
	line-height: 130%;
	padding-bottom: 0.3em;
}

/* お知らせ */
.newsArea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 0.8vw;
}

.newsTtl {
	font-size: 1.4vw;
	line-height: 120%;
	font-weight: 500;
	margin-bottom: 0.6em;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #4B9DB8;
}

dl.newsUnit {
	display: flex;
	align-items: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #EEE;
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1em;
	padding-left: 0.7em;
}

dl.newsUnit dt {
	font-size: 1.07vw;
	line-height: 130%;
	width: 14%;
	padding-right: 2%;
}

.newRed {
	color: #C00;
}

dl.newsUnit dd {
	font-size: 1.07vw;
	line-height: 140%;
	width: 86%;
}

dl.newsUnit dd a,
dl.newsUnit dd a:visited {
	color: #00F;
	text-decoration: none;
}

dl.newsUnit dd a:hover {
	color: #C00;
	text-decoration: underline;
}

.toList {
	text-align: right;
}

.toList a,
.toList a:visited {
	font-size: 1.2vw;
	line-height: 120%;
	color: #333;
	text-decoration: none;
	background-size: 14%;
	padding-right: 1.4em;
	background-image: url(../images/arrow_bl.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14%;
}

.toList a:hover {
	
	opacity: 0.6;
}

/* サイドエリア */
.sideArea {
	width: 30%;
}

.sideMenu a,
.sideMenu a:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #09A5CC;/*#418AA3*/
	display: block;
	padding-top: 0.7em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	border-top-color: #CCC;
	transition:all 0.3s;
	background-color: #EEE;
	border-radius: 8px;
	margin-bottom: 1vw;
	height: 5.5vw;
	font-weight: 600;
	background-image: url(../images/arrow_r.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 7%;
	font-size: 1.5vw;
	line-height: 120%;
	text-align: center;
}

.sideMenu a:hover {
 opacity: 0.6;
}

.sideMenu .eng {
	font-size: 1vw;
}


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

/* スライドエリア */
.slideArea {
	width: 100%;
	margin-top: 0vw;
	margin-bottom: 12vw;
}

.slideArea img {
	height: auto;
	width: 100%;
}

.itemTxtArea {
	text-align: center;
	margin-top: 2vw;
	width: 76%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0vw;
}

h2 {
	font-size: 4.5vw;
	line-height: 130%;
	font-weight: 400;
	padding-top: 2vw;
	padding-bottom: 0.2em;
}

h3 {
	font-size: 4.5vw;
	line-height: 130%;
	font-weight: 400;
	padding-bottom: 0.4em;
}

h4 {
	font-size: 3.6vw;
	line-height: 140%;
	font-weight: 400;
	padding-bottom: 0.5em;
}

/* スライダーの矢印（上書き） */
.slick-prev {
	left: 3vw;
	z-index: 1;
	top: 68%;
}

.slick-next {
	right: 6vw;
	z-index: 1;
	top: 68%;
}

.slick-prev:before, .slick-next:before {
	font-family: slick;
	font-size: 8vw;/*4vw*/
	line-height: 1;
	opacity: 1;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 矢印変更 */


/* ドットサイズ */
.slick-dots li{
	width:2.5vw!important;
	margin-bottom: 4vw;
}

.slick-dots li button:before{
	font-size:2.4vw!important;
}

/* top下部コンテンツ */
.mainCont {
	display: flex;
	flex-wrap:wrap;
}

.leftArea {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

/* 企画情報 */
.eventInfo {
	margin-bottom: 8vw;
}

.eventTop {
	font-size: 3vw;
	line-height: 120%;
	font-weight: 500;
	color: #FFF;
	background-color: #4B9DB8;
	padding-top: 0.17em;
	padding-bottom: 0.25em;
	padding-left: 1em;
}

.eventMain {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 2vw;
}

/* 特集内容 */
.eventUnit {
	display: flex;
	flex-wrap:wrap;
	position: relative;
	background-image: url(../images/arrow_s.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 7%;
}

.eventUnit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.eventTtl {
	font-size: 3.35vw;
	line-height: 130%;
	font-weight: 500;
	width: 90%;
	font-weight: 500;
	padding-bottom: 0.8em;
}

.eventUnit:hover .eventTtl,
.eventUnit:hover .mainTxt {
	color: #C00;
	transition: 0.3s;
}

.leftBox {
	width: 20%;
	margin-right: 2%;
	padding-right: 2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

.leftBox img {
	height: auto;
	width: 100%;
}

.rightArea {
	width: 73%;
}

.mainTxt {
	font-size: 3.35vw;
	line-height: 130%;
	font-weight: 500;
	padding-bottom: 0.8em;
}

.eventTxt {
	font-size: 2.6vw;
	line-height: 130%;
	padding-bottom: 0.3em;
}

/* お知らせ */
.newsArea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 0.3vw;
}

.newsTtl {
	font-size: 3.5vw;
	line-height: 120%;
	font-weight: 500;
	margin-bottom: 0.6em;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #4B9DB8;
}

dl.newsUnit {
	display: flex;
	align-items: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #EEE;
	padding-top: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
}

dl.newsUnit dt {
	font-size: 2.6vw;
	line-height: 130%;
	width: 18%;
	padding-right: 2%;
}

.newRed {
	color: #C00;
}

dl.newsUnit dd {
	font-size: 2.6vw;
	line-height: 160%;
	width: 82%;
}

dl.newsUnit dd a,
dl.newsUnit dd a:visited {
	color: #00F;
	text-decoration: none;
}

dl.newsUnit dd a:hover {
	color: #C00;
	text-decoration: underline;
}

.toList {
	text-align: right;
	margin-bottom: 10vw;
}

.toList a,
.toList a:visited {
	font-size: 3.6vw;
	line-height: 120%;
	color: #333;
	text-decoration: none;
	background-size: 14%;
	padding-right: 1.8em;
	background-image: url(../images/arrow_bl.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14%;
}

.toList a:hover {
	opacity: 1;
}

/* サイドエリア */
.sideArea {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}

.sideMenu {
	width: 48%;
}

.sideMenu a,
.sideMenu a:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #09A5CC;/*#418AA3*/
	display: block;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	border-top-color: #CCC;
	transition:all 0.3s;
	background-color: #EEE;
	border-radius: 4px;
	margin-bottom: 1vw;
	height: auto;
	font-weight: 600;
	background-image: url(../images/arrow_r.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 7%;
	font-size: 3.8vw;
	line-height: 110%;
	text-align: center;
	padding-bottom: 0.5em;
}

.sideMenu a:hover {
 opacity: 0.6;
}

.sideMenu .eng {
	font-size: 2vw;
}


}
