@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gHeader {
	border-top: 23px solid #FFF100;
	background-color: #FFF;
}

#gHeader .hBox {
	padding-top: 64px;
	padding-bottom: 24px;
}

#gHeader .hBox .hSubBox .linkList .btn a {
	color: #231815;
	background-color: #FFF100;
}

.mainVisual {
	margin-bottom: 10px;
	position: relative;
}

.mainVisual .photoList li {
	min-height: 1000px;
	box-sizing: border-box;
	background: url(../img/index/main_img01.jpg) no-repeat center center;
	background-size: cover;
}

.mainVisual .photoList .bg02 {
	background-image: url(../img/index/main_img02.jpg);
}

.mainVisual .photoList .bg03 {
	background-image: url(../img/index/main_img03.jpg);
}

.mainVisual .photoList .bg04 {
	background-image: url(../img/index/main_img04.jpg);
}

.mainVisual .photoList .bg05 {
	background-image: url(../img/index/main_img05.jpg);
}

.mainVisual .photoList .bg06 {
	background-image: url(../img/index/main_img06.jpg);
}

.mainVisual .arrowList .prev {
	margin-top: -67px;
	position: absolute;
	left: 32px;
	top: 50%;
	cursor: pointer;
}

.mainVisual .arrowList .next {
	margin-top: -67px;
	position: absolute;
	right: 25px;
	top: 50%;
	cursor: pointer;
}

.mainVisual h2 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 14px;
	text-align: center;
}

#main .topTxt {
	margin-bottom: 258px;
	text-align: center;	
}

#main .topTxt .en {
	margin-bottom: 98px;
	font-size: 18px;
	font-family: 'Cinzel', serif;
	font-weight: 700;
	letter-spacing: 4.5px;
}

#main .topTxt .text {
	font-size: 18px;
	line-height: 2.22;
	letter-spacing: 2px;
}

#main .imgBox {
	margin-bottom: 143px;
}

#main .imgBoxR {
	margin-bottom: 179px;
}

#main .imgBox01 {
	margin-bottom: 198px;
}

#main .imgBox .photoBox {
	width: calc(50% - 67px);
	-webkit-width: calc(50% - 67px);
	min-height: 616px;
	float: left;
	background: url(../img/index/photo01.jpg) no-repeat center center;
	background-size: cover;
}

#main .imgBox .photoBox01 {
	background-image: url(../img/index/photo02.jpg);
}

#main .imgBox .photoBox02 {
	background-image: url(../img/index/photo03.jpg);
}

#main .imgBoxR .photoBox {
	min-height: 604px;
	float: right;
}

#main .imgBox .textBox {
	width: calc(50% + 67px);
	-webkit-width: calc(50% + 67px);
	float: right;
	display: table;
	table-layout: fixed;
	background-color: #FFF100;
}

#main .imgBoxR .textBox {
	float: left;
}

#main .imgBox .textBox .innerBox {
	padding: 10px 15.5% 40px 15.5%;
	width: 100%;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#main .imgBoxR .textBox .innerBox {
	padding: 10px 11% 40px 20%;
}

#main .imgBox .textBox h4 {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 78px;
	font-weight: normal;
	letter-spacing: 2px;
}

#main .imgBox .textBox .ttl {
	margin: 0 10px 25px;
	font-size: 23px;
	line-height: 1.69;
}

#main .imgBox .textBox .text {
	margin: 0 30px 28px 15px;
	font-size: 15px;
	text-align: justify;
	line-height: 1.72;
	letter-spacing: 0.5px;
}

#main .imgBox .textBox .link {
	margin-left: 17px;
}

#main .imgBox .textBox .link a {
	padding: 5px 12px 4px;
	min-width: 202px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	font-size: 13px;
	letter-spacing: 2px;
	border: 1px solid #86825D;
	border-right: none;
}

#main .imgBox .textBox .link a:before {
	width: 14px;
	height:calc(100% + 2px);
	-webkit-height:calc(100% + 2px);
	position: absolute;
	right: -14px;
	top: -1px;
	background: url(../img/common/link_bg.png) no-repeat;
	background-size: 14px 100%;
	content: "";
}

#main .imgBox .textBox .link a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#main .h3Ttl01 {
	margin-bottom: 47px;
}

#main .textArea {
	margin: 0 163px 0 145px;
}

#main .textArea .txtTab {
	margin-bottom: 124px;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #BFBFBF;
}

#main .textArea .txtTab th,
#main .textArea .txtTab td {
	padding: 25px 4px 39px;
	width: 83%;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	line-height: 2.28;
	letter-spacing: 1px;
	border-bottom: 1px solid #BFBFBF;
}

#main .textArea .txtTab th {
	padding: 25px 2px;
	width: 19%;
	font-size: 20px;
	vertical-align: middle;
}

#main .textArea .txtTab td .ttl01 {
	margin: 10px 0 15px;
	font-size: 20px;
	line-height: 1.73;
}

#main .textArea .txtTab td .txtList li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#main .textArea .txtTab td .txtList li .ttl02 {
	display: block;
}

@media all and (-ms-high-contrast:none){
	#main .imgBox .textBox .link a {
		padding: 7px 12px 2px;
	}
}

@media screen and (max-width: 767px) {
	#gHeader {
		border-top: none;
	}
	
	#gHeader .hBox {
		padding: 31px 22px 17px 18px; 
	}

	.mainVisual {
		margin-bottom: 15px;
	}
	
	.mainVisual .photoList li {
		min-height: 313px;
		background-image: url(../img/index/sp_main_img01.jpg);
	}
	
	.mainVisual .photoList .bg02 {
		background-image: url(../img/index/sp_main_img02.jpg);
	}
	
	.mainVisual .photoList .bg03 {
		background-image: url(../img/index/sp_main_img03.jpg);
	}
	
	.mainVisual .photoList .bg04 {
		background-image: url(../img/index/sp_main_img04.jpg);
	}
	
	.mainVisual .photoList .bg05 {
		background-image: url(../img/index/sp_main_img05.jpg);
	}
	
	.mainVisual .photoList .bg06 {
		background-image: url(../img/index/sp_main_img06.jpg);
	}
	
	.mainVisual .arrowList li {
		width: 30px;
		height: 30px;
	}
	
	.mainVisual .arrowList .prev {
		margin-top: -15px;
		left: 7px;
	}

	.mainVisual .arrowList .next {
		margin-top: -15px;
		right: 7px;
		text-align: right;
	}
		
	.mainVisual .arrowList li img {
		width: 9px;
	}
	
	.mainVisual h2 {
		bottom: 9px;
	}
	
	.mainVisual h2 img {
		margin: 0 auto;
		width: 269px;
	}
	
	#main .topTxt {
		margin-bottom: 113px;
	}
	
	#main .topTxt .en {
		margin-bottom: 54px;
		font-size: 8px;
		letter-spacing: 2px;
	}

	#main .topTxt .text {
		font-size: 14px;
		line-height: 2.28;
	}
	
	#main .imgBox {
		margin-bottom: 88px;
	}
		
	#main .imgBoxR {
		margin-bottom: 90px;
	}
		
	#main .imgBox01 {
		margin-bottom: 121px;
	}
		
	#main .imgBox .photoBox {
		width: auto;
		float: none;
		min-height: 340px;
		background-image: url(../img/index/sp_photo01.jpg);
	}
	
	#main .imgBox .photoBox01 {
		background-image: url(../img/index/sp_photo02.jpg);
	}
	
	#main .imgBox .photoBox02 {
		background-image: url(../img/index/sp_photo03.jpg);
	}
			
	#main .imgBoxR .photoBox {
		min-height: 330px;
		float: none;
	}

	#main .imgBox .textBox {
		margin-top: -3px;
		width: auto;
		float: none;
		display: block;
	}
	
	#main .imgBoxR .textBox {
		margin-top: 0;
		float: none;
	}
	
	#main .imgBox .textBox .innerBox {
		padding: 30px 25px 30px;
		display: block;
		vertical-align: top;
	}

	#main .imgBox .textBox h4 {
		margin-bottom: 4px;
		font-size: 36px;
		text-align: center;
	}
	
	#main .imgBox .textBox .ttl {
		margin: 0 0 18px;
		font-size: 14px;
		text-align: center;
		line-height: 1.84;
	}

	#main .imgBox .textBox .text {
		margin: 0 0 20px;
		width: auto;
		font-size: 13px;
		text-align: justify;
		line-height: 1.9;
	}
	
	#main .imgBox .textBox .link {
		margin-left: 0;
		text-align: center;
	}

	#main .imgBox .textBox .link a {
		padding: 6px 11px 6px;
		min-width: 200px;
		font-size: 11px;
		text-align: left;
	}

	#main .h3Ttl01 {
		margin-bottom: 23px;
	}

	#main .textArea {
		margin: 0 25px;
		width: auto;
	}

	#main .textArea .txtTab {
		margin-bottom: 30px;
		border-top: none;
	}
	
	#main .textArea .txtTab th,
	#main .textArea .txtTab td {
		padding: 0 0 58px;
		width: 100% !important;
		display: block !important;
		font-size: 13px;
		line-height: 1.8;
		text-align: justify;
		border-bottom: none;
	}

	#main .textArea .txtTab th {
		padding: 0 0 10px;
		font-size: 13px;
		vertical-align: top;
		text-align: center;
	}

	#main .textArea .txtTab td .ttl01 {
		margin-bottom: 24px;
		font-size: 17px;
		line-height: 1.67;
		text-align: center;
	}

	#main .textArea .txtTab td .txtList {
		margin-top: 10px;
	}
	
	#main .textArea .txtTab td .txtList li {
		margin-bottom: 40px;
		padding: 0;
		text-indent: 0;
		text-align: center;
		font-size: 13px;
		line-height: 1.86;
		letter-spacing: -1px;
	}
	
	#main .textArea .txtTab td .txtList li:last-child {
		margin-bottom: 0;
	}
	
	#main .textArea .txtTab td .ttl02 {
		margin-bottom: 6px;
		padding-bottom: 3px;
		display: block;
		letter-spacing: -2px;
		font-size: 14px;
		border-bottom: 1px solid #BFBFBF;
	}
}

@media screen and (max-width: 374px) {
	#main .textArea {
		margin: 0;
	}
}

/*------------------------------------------------------------
	fade-up
------------------------------------------------------------*/
.fade-up{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: .8s;
}

.fade-up.on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
