@charset "utf-8";
/* CSS Document */

header {
	border-bottom: solid 1px #ccc;
}
.contact {
	display: none;
}
.main-logo {
	max-width: 960px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 35px;
}
.main-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}
.main-img {
	margin-bottom: 10px;
}
.main-img-pc {
	display: none;
}
.enter-btn-sp {
	display: block;
	padding: 5px 10px;
	margin: 0 auto 10px auto;
	border-radius: 5px;
	background: #3fa9f5;
	color: #FF0;
	font-size: 2.5rem;
	cursor: pointer;
}
.enter-btn-pc {
	display: none;
	cursor: pointer;
}
.news-area {
	max-width: 960px;
	margin: 0 auto;
	clear: both;
}
.news-title {
	padding: 5px 0;
	background: #999;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
.news {
	max-height: 300px;
	font-size: 1.2rem;
	text-align: left;
	padding: 10px 10px 10px 0;
	border: solid 1px #999;
	margin-bottom: 10px;
	overflow: auto;
}
.news li {
	border-bottom: dotted 2px #ccc;
	padding: 0 5px;
	margin-bottom: 5px;
}
.news-date {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.1rem;
	font-weight: bold;
}
.new-icon {
	display: inline-block;
	width: 30px;
	margin: 0 5px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #f00;
}
.g-header-right {
	height: 64px;
	line-height: 64px;
}
.main-title {
	font-size: 2rem;
}
.main-img {
	position: relative;
	max-width: 960px;
	height: auto;
	cursor: pointer;
}
.sub-title {
	font-size: 1.3rem;
}
.main-img {
	position: relative;
	max-width: 960px;
	height: auto;
}
.main-img-mo {
	display: none;
}
.main-img-pc {
	display: block;
}
.enter-btn-sp {
	display: none;
}
.enter-btn-pc {
	display: block;
	max-width: 12%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: none;
}
.news-area {
	clear: both;
}
.news-title {
	padding: 5px 0;
	font-size: 20px;
}
.news {
	max-height: 300px;
	font-size: 1.4rem;
	padding: 10px 10px 10px 10px;
	overflow: auto;
}
.news-date {
	margin-right: 10px;
	font-size: 1.2rem;
}
.new-icon {
	width: 30px;
	margin: 0 5px;
	font-size: 1.3rem;
}
.contact {
	display: block;
}

/*メインタイトルフォントサイズ調整*/
@media (max-width:440px) {
.main-title {
	font-size: 1.1rem;
}
}
