@charset "UTF-8";

.slide {
	position: relative;
	z-index: 1;
}

.slide_logo {
	position: absolute;
	left: 50%;
	margin-left: -182px;
	top: 10%;
	z-index: 10;
}

.slide_logo img {
}

.slide_cnt {
	height: 420px;
}

.slide_item {
	height: 420px;
	background-size: cover;
	background-position: center top;
}

.slide_item.-item01 {
	background-image: url(../img/hero01_1911.jpg);
}

.slide_item.-item02 {
	background-image: url(../img/hero02_1911_2.jpg);
	background-position: center;
}

.slide_item.-item03 {
	background-image: url(../img/hero03_1911.jpg);
}

.slide_item.-item04 {
	background-image: url(../img/hero04_1911.jpg);
}

.info {
	background: #67C14D;
	padding: 30px 0;
	text-align: center;
}

.info_pre {
	color: #fff;
}

.info_pre_ttl {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.info_pre_txt {
	font-size: 28px;	/* font-weight: bold; */
}

.info_ttl {
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 1;
	margin-bottom: 15px;
}

.info_cnt {
	line-height: 1;
	text-align: center;
}

.info_col {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 310px;
}

.info_col.-date {
	padding-right: 20px;
	border-right: 1px solid #fff;
	text-align: right;
}

.info_col.-place {
	padding-left: 30px;
}

.info_date {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	width: 275px;
	text-align: left;
	display: inline-block;
}

.info_date small {
	font-size: 27px;
}

.info_memo {
	color: #F8F13B;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	width: 275px;
	text-align: left;
	display: inline-block;
}

.info_place {
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}

.info_place strong {
	font-size: 38px;
}

.info_price {
	color: #F8F13B;
	font-weight: bold;
	font-size: 17px;
	margin-top: 10px;
}

.intro_end {
	color: #FF1F36;
	font-size: 16px;
	background: #fff;
	display: inline-block;
	padding: 5px 100px;
	margin-top: 25px;
	font-weight: bold;
}

.news {
	width: 390px;
	float: left;
}

.news_ttl {
	font-size: 16px;
	font-weight: bold;
	background: #2FAC0A;
	color: #fff;
	padding: 10px 10px 10px 38px;
	position: relative;
}

.news_ttl:before {
	content: "";
	display: block;
	width: 17px;
	height: 21px;
	background-image: url(../img/img-flag.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -10.5px;
	left: 15px;
}

.news_list {
	min-height: 127px;
}

.news_list > li {
}

.news_list > li.-no_post {
	padding: 10px;
}

.news_list > li > a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_list > li > a:hover {
	background: #f3fbf1;
}

.news_list > li:first-child > a {
	border-top: 1px solid #ccc;
}

.news_list > li > a time {
}

.news_list > li > a em {
	color: #2462B9;
	margin-left: 5px;
}

.news_movie {
	margin-top: 20px;
	position: relative;
}

.news_movie video {
	width: 340px;
	height: auto;
}

.news_movie_cap {
	background: #000;
	width: 340px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	top: 0;
	left: 0;
	line-height: 2.3;
}

.link {
	width: 230px;
	float: left;
	margin-left: 35px;
}

.link_item {
	margin-top: 20px;
}

.link_item:first-child {
	margin-top: 0;
}

.link_item > a {
	display: block;
	font-size: 14px;
}

.link_item > a:hover {
	opacity: 0.8;
}

.link_item_ttl {
	font-weight: bold;
	background: #FFE308;
	padding: 15px;
	position: relative;
}

.link_item_ttl:after {
	font-family: icomoon;
	content: "\e900";
	color: #67C14D;
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px;
}

.link_item_fig {
}

.twitter {
	float: right;
	border: 1px solid #ccc;
}

.twitter_head a {
	display: block;
	background: #00A0E6;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 10px 40px;
	position: relative;
}

.twitter_head a:before {
	content: "";
	display: block;
	width: 24px;
	height: 19px;
	background-image: url(../img/img-tw.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -9.5px;
	left: 10px;
}

.note {
    padding: 15px 0;
    text-align: center;
    background: #EDEEEA;
}

.note small {
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
}