@charset "UTF-8";

/*	Gnavi
------------------------------------------------------------*/
nav{
	width: 100%;
	background: #fff;
	overflow: hidden;
}

#gnav {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
#gnav li{
	float:left;
	width: 12.5%;
	border: 1px solid #bbb;
	border-left: none;
	border-bottom: none;
}
#gnav li:last-child{
	border-right: none;
}

#gnav li a{
	display: block;
	color: #333;
	padding: 110px 25px 0 25px;
	height: 175px;
	line-height: 110%;
	font-size: 1.467em;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	 -moz-transform-origin: 0 0;
	 -moz-transform: scale(1, 1.01);
	  -ms-transform-origin: 0 0;
	  -ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	   -o-transform-origin: 0 0;
	   -o-transform: scale(1, 1.01);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
#gnav li:last-child a{
	border-right: none;
}
#gnav li a:hover{
	background-color: #972524;
	color: #fff;
	text-decoration:none;
}
#gnav li:first-child a{
	background: url("../images/gnav01.png") no-repeat center 25px;
}
#gnav li:first-child a:hover{
	background: #972524 url("../images/gnav01_on.png") no-repeat center 25px;
	color: #fff;
}
#gnav li:nth-child(2) a{
	padding-top: 98px;
	background: url("../images/gnav02.png") no-repeat center 25px;
}
#gnav li:nth-child(2) a:hover{
	background: #972524 url("../images/gnav02_on.png") no-repeat center 24px;
	color: #fff;
}
#gnav li:nth-child(3) a{
	background: url("../images/gnav03.png") no-repeat center 25px;
}
#gnav li:nth-child(3) a:hover{
	background: #972524 url("../images/gnav03_on.png") no-repeat center 24px;
	color: #fff;
}
#gnav li:nth-child(4) a{
	padding-top: 98px;
	background: url("../images/gnav04.png") no-repeat center 25px;
}
#gnav li:nth-child(4) a:hover{
	background: #972524 url("../images/gnav04_on.png") no-repeat center 25px;
	color: #fff;
}
#gnav li:nth-child(5) a{
	background: url("../images/gnav05.png") no-repeat center 25px;
}
#gnav li:nth-child(5) a:hover{
	background: #972524 url("../images/gnav05_on.png") no-repeat center 25px;
	color: #fff;
}
#gnav li:nth-child(6) a{
	background: url("../images/gnav06.png") no-repeat center 25px;
}
#gnav li:nth-child(6) a:hover{
	background: #972524 url("../images/gnav06_on.png") no-repeat center 25px;
	color: #fff;
}
#gnav li:nth-child(7) a{
	background: url("../images/gnav07.png") no-repeat center 25px;
}
#gnav li:nth-child(7) a:hover{
	background: #972524 url("../images/gnav07_on.png") no-repeat center 25px;
	color: #fff;
}
#gnav li:nth-child(8) a{
	background: url("../images/gnav08.png") no-repeat center 25px;
}
#gnav li:nth-child(8) a:hover{
	background: #972524 url("../images/gnav08_on.png") no-repeat center 25px;
	color: #fff;
}
@media (min-width: 1476px) and (max-width: 1660px){
	#gnav li a{
		font-size: 1.25em;
	}
	#gnav li:nth-child(2) a, #gnav li:nth-child(2) a:hover,
	#gnav li:nth-child(4) a, #gnav li:nth-child(4) a:hover{
		padding-top: 110px;
	}

}
@media (min-width: 1235px) and (max-width: 1475px){
	#gnav li a{
		padding: 90px 10px 0 !important;
		height: 150px;
		font-size: 1.25em;
	}
	#gnav li:nth-child(2) a, #gnav li:nth-child(2) a:hover,
	#gnav li:nth-child(4) a, #gnav li:nth-child(4) a:hover{
		padding-top: 110px;
	}
	#gnav li:first-child a, #gnav li:first-child a:hover{
		background-position: center 20px;
	}
	#gnav li:nth-child(2) a, #gnav li:nth-child(2) a:hover,
	#gnav li:nth-child(3) a, #gnav li:nth-child(3) a:hover,
	#gnav li:nth-child(4) a, #gnav li:nth-child(4) a:hover,
	#gnav li:nth-child(5) a, #gnav li:nth-child(5) a:hover,
	#gnav li:nth-child(6) a, #gnav li:nth-child(6) a:hover,
	#gnav li:nth-child(7) a, #gnav li:nth-child(7) a:hover,
	#gnav li:nth-child(8) a, #gnav li:nth-child(8) a:hover{
		background-position: center 18px;
	}
}
@media (min-width: 1086px) and (max-width: 1234px){
	#gnav li a{
		padding: 90px 10px 0 !important;
		height: 150px;
		font-size: 1em;
	}
	#gnav li:first-child a, #gnav li:first-child a:hover{
		background-position: center 20px;
	}
	#gnav li:nth-child(2) a, #gnav li:nth-child(2) a:hover,
	#gnav li:nth-child(3) a, #gnav li:nth-child(3) a:hover,
	#gnav li:nth-child(4) a, #gnav li:nth-child(4) a:hover,
	#gnav li:nth-child(5) a, #gnav li:nth-child(5) a:hover,
	#gnav li:nth-child(6) a, #gnav li:nth-child(6) a:hover,
	#gnav li:nth-child(7) a, #gnav li:nth-child(7) a:hover,
	#gnav li:nth-child(8) a, #gnav li:nth-child(8) a:hover{
		background-position: center 18px;
	}
}
@media (max-width: 1085px) {
	#gnav li:nth-child(2),
	#gnav li:nth-child(4),
	#gnav li:nth-child(6){
		border-right: none;
	}
}
@media (min-width: 700px) and (max-width: 1085px) {
	#gnav li{
		float:left;
		width: 50%;
	}
	#gnav li a{
		padding: 28px 0 0 110px !important;
		height: 80px;
		text-align: left;
	}
	#gnav li:first-child a, #gnav li:first-child a:hover{
		background-position: 35px 15px;
		background-size: 60px auto;
	}
	#gnav li:nth-child(2) a, #gnav li:nth-child(2) a:hover{
		padding-top: 15px !important;
		background-position: 35px 18px;
		background-size: 50px auto;
	}
	#gnav li:nth-child(4) a, #gnav li:nth-child(4) a:hover{
		padding-top: 15px !important;
	}
	#gnav li:nth-child(3) a, #gnav li:nth-child(3) a:hover,
	#gnav li:nth-child(4) a, #gnav li:nth-child(4) a:hover,
	#gnav li:nth-child(5) a, #gnav li:nth-child(5) a:hover,
	#gnav li:nth-child(6) a, #gnav li:nth-child(6) a:hover,
	#gnav li:nth-child(7) a, #gnav li:nth-child(7) a:hover,
	#gnav li:nth-child(8) a, #gnav li:nth-child(8) a:hover{
		background-position: 35px 20px;
		background-size: 50px auto;
	}
}
@media (max-width: 699px) {
	#gnav li{
		float:left;
		width: 50%;
	}
	#gnav li a{
		padding: 20px 10px 0 65px !important;
		height: 60px;
		text-align: left;
		font-size: 1em;
	}
	#gnav li:first-child a, #gnav li:first-child a:hover{
		background-position: 10px 8px;
		background-size: 48px auto;
	}
	#gnav li:nth-child(2) a, #gnav li:nth-child(2) a:hover{
		padding-top: 13px !important;
		background-position: 15px 10px;
		background-size: 40px auto;
	}
	#gnav li:nth-child(3) a, #gnav li:nth-child(3) a:hover,
	#gnav li:nth-child(4) a, #gnav li:nth-child(4) a:hover,
	#gnav li:nth-child(5) a, #gnav li:nth-child(5) a:hover,
	#gnav li:nth-child(6) a, #gnav li:nth-child(6) a:hover,
	#gnav li:nth-child(7) a, #gnav li:nth-child(7) a:hover,
	#gnav li:nth-child(8) a, #gnav li:nth-child(8) a:hover{
		background-position: 10px 10px;
		background-size: 48px auto;
	}
	#gnav li:nth-child(4) a, #gnav li:nth-child(4) a:hover{
		padding-top: 13px !important;
	}
}


/*	main slide image
------------------------------------------------------------*/
#main{
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 800px;
	background-image: url(../images/img01.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: initial;
	text-indent: -9999px;
}
#main span {
	z-index:10;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
}
.logo_title{
	position: absolute;
	width:500px;
	bottom: 60px;
	left: 50px;
}
.main_caption{
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.bnr01{
	position: absolute;
	bottom: 70px;
	right: 23px;
	z-index:99;
}
@media (min-width: 1000px) and (max-width: 1180px){
	#main{
		height: 600px !important;
		background-position: 60% 50% !important;
	}
	.logo_title{
		width: 400px !important;
		bottom: 20px !important;
	}
}
@media (min-width: 860px)  and (max-width: 999px){
	#main{
		height: 550px !important;
		background-position: 60% 50% !important;
	}
	.logo_title{
		width: 350px !important;
		bottom: 30px !important;
	}
	.bnr01{
		width: 180px  !important;
		bottom: 55px !important;
	}
}
@media (min-width: 768px) and (max-width: 859px){
	#main{
		height: 450px !important;
		background-position: 60% 50% !important;
	}
	.logo_title{
		width: 280px  !important;
		bottom: 30px !important;
	}
	.bnr01{
		width: 150px  !important;
		bottom: 55px !important;
	}
}
@media (min-width: 620px) and (max-width: 767px){
	#main{
		height: 350px !important;
		background-position: 60% 50% !important;
	}
	.logo_title{
		width: 200px  !important;
		bottom: 55px !important;
	}
	.main_caption{
		width: 420px  !important;
	}
	.bnr01{
		width: 130px  !important;
		bottom: 55px !important;
	}

}
@media (min-width: 500px) and (max-width: 619px){
	#main{
		height: 280px !important;
		background-position: 63% 50% !important;
	}
	.logo_title{
		width: 180px  !important;
		bottom: 20px !important;
	}
	.main_caption{
		width: 330px  !important;
		bottom: 8px !important;
	}
	.bnr01{
		width: 100px  !important;
		bottom: 35px !important;
	}
}
@media (max-width: 499px){
	#main{
		height: 240px !important;
		background-position: 63% 50% !important;
	}
	.logo_title{
		width: 150px  !important;
		bottom: 20px !important;
		left: 20px !important;
	}
	.main_caption{
		width: 250px  !important;
		bottom: 8px !important;
	}
	.bnr01{
		width: 80px  !important;
		bottom: 25px !important;
	}
}


/*	お知らせ
------------------------------------------------------------*/
.newsbox{
	background: #972524;
	color: #fff;
	border-top: 1px solid #bbb;
}
.newsbox .ttlbox{
	overflow: hidden;
}
.newsbox h2{
	float: left;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
}
.newsbox a.linknews{
	float: right;
	padding: 3px 15px;
	background: none;
	color: #fff;
	font-size: 0.8em;
	border: 1px solid #fff;
}
.newsbox a:hover.linknews{
	background: #fff;
	color: #972524;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #fff;
}
dl{
	width: 1080px;
	margin: 20px auto 0;
	overflow: hidden;
}
dt{
	clear: left;
	float: left;
	margin:0 0 13px;
	padding: 0;
	width: 180px;
}
dd{
	float: left;
	width: 880px;
	margin: 0 0 13px 20px;
	padding: 0;
	text-align:left;
}
dd a{
	color: #fff !important;
}

.ico_new{
	margin-left: 8px;
	padding: 1px 6px 2px 6px;
}


@media (min-width: 810px) and (max-width: 1100px){
	dl{
		width: 100% !important;
		margin: 20px 0 0 !important;
	}
	dt{
		width: 20% !important;
	}
	dd{
		width: 70% !important;
	}
}
@media (max-width: 809px){
	.content{
		padding: 30px 0 10px;
	}
	dl{
		width: 100%;
		margin: 15px auto 0;
	}
	dt{
		clear: left;
		float: none;
		width: 100% !important;
		margin:0 0 5px;
		padding: 0;
	}
	dd{
		float: none;
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
		text-align:left;
	}
}


/*	展示構成
------------------------------------------------------------*/
#topTitleChapter{
	margin: 30px auto 15px;
	text-align: center;
}
#topChapter{
	overflow: hidden;
	width: 1080px;
	margin: 0 auto 30px;
}
.image-box{
	width: 340px;
	float: left;
	position: relative;
	min-height: 1px;
	margin-right: 30px;
	margin-bottom: 50px;
}
.image-box:last-of-type{
	margin-right: 0px;
}
.main-article{
	margin: 10px auto;
	border: 5px solid #cbcbcb;
/*	outline: solid 1px #9d9d9d;*/
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #cbcbcb;
}
.main-content{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding-bottom: 250px;
	padding-top: 20px;
	width: 100%;
}
.main-article a {
	color: white;
	text-shadow: 0 0 1px #4a4a4a;
}
.main-article img {
	display: block;
	margin: auto;
}
.main-article p {
	font-size: 13px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.main-article a.readmore {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #999;
}
.main-article a.readmore:hover {
	background: #c3a853;
}
.feat-thumb-holder{
	height: 270px;
}
/*
.curb-effect img {
	transform: scaleY(1);
	-webkit-transform: scale(1) rotate(0deg);
	transition: all 4.5s ease-in-out;
	-webkit-transition: all 4.5s ease-in-out;
}
.curb-effect p {
	color: #333;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
}
.curb-effect a.readmore {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.curb-effect:hover img {
	transform: scale(3) rotate(10deg);
	-webkit-transform: scale(3) rotate(10deg);
	opacity: 0;
}
.curb-effect:hover p,
.curb-effect:hover a.readmore {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
*/

h3.entry-title{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.3em;
}
h3.entry-title a{
	color: #333;
	text-decoration: none;
}
h3.entry-title a:hover{
	color: #c3a853;
}

@media (max-width: 1100px){
	#topTitleChapter{
		width: 100%;
	}
	#topTitleChapter img{
		width: 100% !important;
	}
	#topChapter{
		width: 100%;
	}
	.image-box{
		margin: 0 auto 50px !important;
		float: none !important;
	}
}
@media (max-width: 380px){
	.image-box{
		width: 100%;
		margin: 0 auto 50px !important;
		float: none !important;
	}
}

