@charset "UTF-8";

/* CSS Document */
.pageBody {
}

.visual {
	position: relative;
	z-index: 1;
}

.visual_loading {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 60px;
	left: 0;
	top: 50%;
	margin-top: -30px;
	text-align: center;
}

.visual > img {
}

.visual_list {
}

.visual_list > li {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.visual_list > li.is-current {
	z-index: 2;
}

.visual_list > li.-no1 {
	background-image: url(../img/home/pt-slide01.jpg);
}

.visual_list > li.-no2 {
	background-image: url(../img/home/pt-slide02.jpg);
}

.visual_list > li.-no3 {
	background-image: url(../img/home/pt-slide03.jpg);
}

.visual_list > li.-no4 {
	background-image: url(../img/home/pt-slide04.jpg);
}

.pageBody_inner {
}

.infoBox {
	margin: 90px 0 42px;
}

.infoBox_leftCol {
	width: 595px;
	float: left;
}

.info {
	position: relative;
	z-index: 1;
}

.info_title {
	font-size: 19px;
	padding: 0 0 5px;
	position: relative;
	z-index: 1;
}

.info_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: url(../common/img/bg-border.png) repeat;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}

.info_moreLink {
	position: absolute;
	z-index: 1;
	right: 7px;
	top: 10px;
}

.info_moreLink > a {
	text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.info_moreLink > a:hover {
	text-decoration: underline;
}

.info_moreLink > a .icon {
	font-size: 80%;
	margin: 0 10px 0 0;
}

.info_list {
	list-style: none;
	margin: 10px 0 0;
}

.info_list > li {
}

.info_list > li > a {
	text-decoration: none;
	color: inherit;
	line-height: 32px;
	padding: 0 5px;
	display: block;
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.info_list > li > a:hover {
	background-color: #F5F5F5;
}

.info_list > li > a > time {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
}

.info_list_title {
	display: inline-block;
	vertical-align: middle;
}

.infoBox_rightCol {
	width: 320px;
	float: right;
}

.arLink {
}

.arLink > a {
	background-image: -moz-linear-gradient(rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%, rgb(125, 100, 47) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(182, 155, 16)), color-stop(0.78, rgb(125, 100, 47)), color-stop(1, rgb(125, 100, 47)));
	background-image: -webkit-linear-gradient(rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%, rgb(125, 100, 47) 100%);
	background-image: -ms-linear-gradient(rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%, rgb(125, 100, 47) 100%);
	background-image: linear-gradient(rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%, rgb(125, 100, 47) 100%);
	box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
	display: block;
	line-height: 52px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.arLink > a:hover {
	opacity: 0.7;
}

.arLink > a .icon {
	margin: 0 10px 0 0;
}

.blankList {
	list-style: none;
	margin: 24px 0 0;
}

.blankList > li {
}

.blankList > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
	line-height: 33px;
	position: relative;
	z-index: 1;
	-webkit-transition: text-indent 0.3s;
	transition: text-indent 0.3s;
}

.blankList > li > a:hover {
	text-indent: 5px;
}

.blankList > li > a:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: url(../common/img/bg-border.png) repeat;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}

.blankList > li > a .icon-next {
	margin: 0 10px 0 0;
	font-size: 80%;
}

.blankList > li > a .icon-blank {
	margin: 0 0 0 10px;
	font-size: 80%;
}

.news {
	background: url(../common/img/bg-border.png) repeat;
	padding: 1px;
}

.news > a {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.news > a:hover {
	background-color: #F5F5F5;
}

.news > a:hover img {
	opacity: 1;
}

.news_inner {
	position: relative;
	z-index: 1;
}

.news_inner:after {
	content: "";
	display: block;
	width: 1px;
	height: 120px;
	background: url(../common/img/bg-border.png) repeat;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 196px;
	margin-top: -60px;
}

.news_leftCol {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
}

.news_title {
	line-height: 1.3;
	text-indent: -1em;
	font-size: 20px;
	font-weight: normal;
	padding: 55px 0 0 48px;
}

.news_rightCol {
	padding: 38px 250px 34px 234px;
}

.news_entry {
	min-height: 107px;
}

.news_entry_upDate {
	vertical-align: middle;
	margin: 0 12px 0 0;
}

.news_entry_title {
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}

.news_entry_text {
	margin: 7px 0 0;
}

.news_entry_image {
	position: absolute;
	z-index: 1;
	right: 46px;
	top: 50%;
	visibility: hidden;
	width: 165px;
	height: 110px;
	margin: -55px 0 0;
	overflow: hidden;
}

.news_entry_image > img {
	width: 100%;
	height: auto;
}

.banners {
	background-color: #F5F5F5;
	margin: 69px 0 0;
	padding: 71px 0 72px;
}

.banners_inner {
}

.banners_list {
	list-style: none;
}

.banners_item {
	width: 320px;
	float: left;
	margin: 0 0 0 20px;
}

.banners_item > a {
	display: block;
	border: 1px solid #aaa;
	height: 96px;
	text-decoration: none;
	line-height: 1.3;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.banners_item-cam {
	margin-left: 0;
}

.banners_item-cam > a {
	background-color: #fff;
	color: inherit;
	padding: 0px 0px 0 133px;
	text-align: center;
	line-height: 1.1;
	position: relative;
	z-index: 1;
}

.banners_item > a:hover {
	opacity: 0.7;
}

.banners_item-cam > a:hover img {
	opacity: 1;
}

.banners_item-cam > a > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 6px;
	width: 120px;
	margin-top: -41px;
	height: auto;
}

.banners_item-cam > a .icon {
	display: block;
	font-size: 36px;
	padding: 15px 0 0;
}

.banners_item-cam > a > small {
	display: block;
	font-size: 12px;
}

.banners_item-cam > a > b {
	display: block;
	color: inherit;
	margin: 6px 0 0;
	font-size: 17px;
}

.banners_item-world {
}

.banners_item-world > a {
	background: url(../img/home/bg-banners-world.jpg) right top no-repeat;
	color: #fff;
	padding: 0 0 0 20px;
}

.banners_item-world > a > small {
	display: block;
	font-size: 12px;
	padding: 25px 0 0;
}

.banners_item-world > a > b {
	display: block;
	color: inherit;
	font-size: 17px;
	margin: 11px 0 0;
}

.banners_item-event {
}

.banners_item-event > a {
	background: url(../img/home/bg-banners-event.jpg) right top no-repeat;
	color: #fff;
	padding: 0 0 0 20px;
}

.banners_item-event > a > small {
	display: block;
	font-size: 12px;
	padding: 25px 0 0;
}

.banners_item-event > a > b {
	display: block;
	color: inherit;
	font-size: 17px;
	margin: 11px 0 0;
}

.pageTop {
	margin-top: -33px;
}

.gnav-home {
	display: none;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.pageBody {
	}

	.visual {
	}

	.visual > img {
	}

	.visual_list {
	}

	.visual_list > li {
	}

	.visual_list > li.is-current {
	}

	.visual_list > li.-no1 {
	}

	.visual_list > li.-no2 {
	}

	.visual_list > li.-no3 {
	}

	.visual_list > li.-no4 {
	}

	.pageBody_inner {
	}

	.infoBox {
		margin: 70px 0 30px;
	}

	.infoBox_leftCol {
		max-width: 595px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.info {
	}

	.info_title {
	}

	.info_title:after {
	}

	.info_moreLink {
	}

	.info_moreLink > a {
	}

	.info_moreLink > a:hover {
	}

	.info_moreLink > a .icon {
	}

	.info_list {
	}

	.info_list > li {
	}

	.info_list > li > a {
	}

	.info_list > li > a:hover {
	}

	.info_list > li > a > time {
	}

	.info_list_title {
	}

	.infoBox_rightCol {
		width: 100%;
		max-width: 595px;
		margin: 25px auto 0;
		float: none;
	}

	.arLink {
	}

	.arLink > a {
	}

	.arLink > a:hover {
	}

	.arLink > a .icon {
	}

	.blankList {
	}

	.blankList > li {
		width: 48%;
		float: left;
	}

	.blankList > li:nth-child(2n) {
		float: right;
	}

	.blankList > li > a {
	}

	.blankList > li > a:hover {
	}

	.blankList > li > a:before {
	}

	.blankList > li > a .icon-next {
	}

	.blankList > li > a .icon-blank {
	}

	.news {
		max-width: 595px;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.news > a {
	}

	.news > a:hover {
	}

	.news > a:hover img {
	}

	.news_inner {
		padding: 15px;
	}

	.news_inner:after {
		display: none;
	}

	.news_leftCol {
		position: static;
	}

	.news_title {
		padding: 0;
		text-indent: 0;
		text-align: center;
	}

	.news_rightCol {
		padding: 0 180px 0 0;
		margin: 10px 0 0;
		position: relative;
		z-index: 1;
	}

	.news_entry {
	}

	.news_entry_upDate {
	}

	.news_entry_title {

		/* font-size: 17px; */
	}

	.news_entry_text {
		min-height: 75px;
	}

	.news_entry_image {
		top: 0;
		right: 0;/* bottom: 10px; */
		margin: 0;
	}

	.news_entry_image > img {
	}

	.banners {
		margin: 45px 0 0;
		padding: 45px 0;
	}

	.banners_inner {
	}

	.banners_list {
		max-width: 595px;
		margin: 0 auto;
	}

	.banners_item {
		float: none;
		width: 100%;
		margin: 0;
	}

	.banners_item > a {
	}

	.banners_item-cam {
		margin-bottom: 10px;
	}

	.banners_item-cam > a {
	}

	.banners_item > a:hover {
	}

	.banners_item-cam > a:hover img {
	}

	.banners_item-cam > a > img {
	}

	.banners_item-cam > a .icon {
	}

	.banners_item-cam > a > small {
	}

	.banners_item-cam > a > b {
	}

	.banners_item-world {
		width: 49%;
		float: left;
	}

	.banners_item-world > a {
	}

	.banners_item-world > a > small {
	}

	.banners_item-world > a > b {
	}

	.banners_item-event {
		width: 49%;
		float: right;
	}

	.banners_item-event > a {
	}

	.banners_item-event > a > small {
	}

	.banners_item-event > a > b {
	}

	.pageTop {
	}

}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.visual_loading {
		margin-top: -20px;
	}

	.visual_loading > img {
		width: 40px;
	}

	.pageBody {
	}

	.visual {
		box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
	}

	.visual > img {
	}

	.visual_list {
	}

	.visual_list > li {
	}

	.visual_list > li.is-current {
	}

	.visual_list > li.-no1 {
	}

	.visual_list > li.-no2 {
	}

	.visual_list > li.-no3 {
	}

	.visual_list > li.-no4 {
	}

	.pageBody_inner {
	}

	.infoBox {
		margin: 25px 0 25px;
	}

	.infoBox_leftCol {
	}

	.info {
	}

	.info_title {
	}

	.info_title:after {
	}

	.info_moreLink {
	}

	.info_moreLink > a {
	}

	.info_moreLink > a:hover {
	}

	.info_moreLink > a .icon {
	}

	.info_list {
		margin-top: 0;
	}

	.info_list > li {
	}

	.info_list > li > a {
		line-height: 1.3;
		padding: 10px 35px 10px 5px;
		border-bottom: 1px solid #ddd;
		position: relative;
		z-index: 1;
		border-radius: 0;
	}

	.info_list > li > a:after {
		content: "";
		display: block;
		position: absolute;
		right: 3%;
		top: 50%;
		z-index: 1;
		width: 6px;
		height: 6px;
		border: 2px solid #aaa;
		margin-top: -4px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}

	.info_list > li > a:hover {
	}

	.info_list > li > a > time {
		font-size: 11px;
		margin: 0;
		display: block;
	}

	.info_list_title {
		display: block;
		margin: 2px 0 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.infoBox_rightCol {
		margin-top: 0;
	}

	.arLink {
		margin: 25px 0 15px;
	}

	.arLink > a {
	}

	.arLink > a:hover {
	}

	.arLink > a .icon {
	}

	.blankList {
		margin-top: 0;
	}

	.blankList > li {
		width: 100%;
		float: none;
	}

	.blankList > li:nth-child(2n) {
		float: none;
	}

	.blankList > li > a {
		line-height: 40px;
	}

	.blankList > li > a:hover {
	}

	.blankList > li > a:before {
	}

	.blankList > li > a .icon-next {
	}

	.blankList > li > a .icon-blank {
	}

	.news {
	}

	.news > a {
	}

	.news > a:hover {
	}

	.news > a:hover img {
	}

	.news_inner {
	}

	.news_inner:after {
	}

	.news_leftCol {
	}

	.news_title {
		text-align: left;
		font-size: 18px;
	}

	.news_title br {
		display: none;
	}

	.news_rightCol {
		padding: 0;
	}

	.news_entry {
	}

	.news_entry_upDate {
		font-size: 11px;
		display: block;
		margin: 0;
	}

	.news_entry_title {
		font-size: 16px;
	}

	.news_entry_text {
		min-height: 0;
	}

	.news_entry_image {
		position: static;
		text-align: center;
		margin: 15px auto 0;
	}

	.news_entry_image > img {
	}

	.banners {
		background: none;
		padding: 0;
		margin: 25px 0;
	}

	.banners_inner {
	}

	.banners_list {
	}

	.banners_item {
		float: none;
		width: 100%;
		margin: 0 0 5px;
	}

	.banners_item > a {
	}

	.banners_item-cam {
	}

	.banners_item-cam > a {
	}

	.banners_item > a:hover {
	}

	.banners_item-cam > a:hover img {
	}

	.banners_item-cam > a > img {
	}

	.banners_item-cam > a .icon {
	}

	.banners_item-cam > a > small {
	}

	.banners_item-cam > a > b {
	}

	.banners_item-world {
	}

	.banners_item-world > a {
		background-color: #141903;
	}

	.banners_item-world > a > small {
	}

	.banners_item-world > a > b {
	}

	.banners_item-event {
	}

	.banners_item-event > a {
		background-color: #2E3023;
	}

	.banners_item-event > a > small {
	}

	.banners_item-event > a > b {
	}

	.pageTop {
		margin-top: 0;
	}

	.gnav-home {
		display: block;
		margin: 0 0 25px;
		position: static;
	}

	.gnav_inner-home {
	}

	.gnav_list-home {
		display: block;
		opacity: 1;
		box-shadow: none;
		position: static;
	}

	.gnav_list-home > li {
		float: left;
		width: 50%;
	}

	.gnav_list-home > li:nth-child(2n) {
		clear: both;
	}

	.gnav_list-home > li:nth-child(2n) > a {
		border-right: 1px solid #ccc;
	}

	.gnav_list-home > li:nth-child(2) > a {
		border-top: none;
	}

	.gnav_list-home:after {
		content: "";
		display: block;
		clear: both;
	}

	.gnav_list-home > li > a:after {
		display: none;
	}

}
