  @charset "utf-8";

/*
--------------------------------------------
	ºÃÉ«tv-web¥µ¥¤¥ÈCSS
	
	‚€„e¥ì¥¤¥¢¥¦¥È¥Õ¥¡¥¤¥ë
--------------------------------------------
*/
.bx-wrapper .bx-viewport:after,
#navigation ul:after,
#localNAV .list:after,
.cont:after,
.section:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bx-wrapper .bx-viewport,
#navigation ul,
#localNAV .list,
.cont,
.section,
.row {
    zoom: 1;
}

@media (max-width: 767px) {
	br.sp {
	display: block;
	}
	br.pc {
	display: none;
	}
}
@media (min-width: 768px) {
	br.sp {
	display: none;
	}
	br.pc {
	display: block;
	}
}
#pageBody,
#pageTop {
font-family: "A1Ã÷³¯", "A1 Mincho", "sans-serif";
font-feature-settings : "palt";
letter-spacing: 0.14em;
color: #231815;
}

#header {
background-color: #fff;
height: 48px;
text-align: center;
}
@media (min-width: 768px) {
	#header {
	height: 100px;
	}
}

@media (max-width: 767px) {
	#navigation {
	position: absolute;
	left: 0;
	top: 48px;
	box-sizing: border-box;
	width: 100%;
	height: 0;
	display: block;
	z-index: 1;
	}
	#navigation.fixed {
	position: fixed;
	left: 0;
	top: 0;
	bottom: auto;
	}
	#navigation.fixed ul {
	top: 0;
	bottom: auto;
	}
	#navigation .cont {
	position: relative;
	margin: 0 auto;
	background-color: rgba(113,146,165,0.7);
	}
	#navigation .cont {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	}
	#navigation .cont::-webkit-scrollbar {
	height: 0;
	background: #f3f3ed;
	}
	#navigation .cont::-webkit-scrollbar-thumb {
	background: #c5c5c5;
	}
	#navigation ul {
	box-sizing: border-box;
	padding: 0 7px;
	font-size: 14px;
	white-space: nowrap;
	}
	#navigation li {
	padding: 0 11px 0 11px;
	display: inline-block;
	}
	#navigation ul a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
	position: relative;
	display: inline-block;
	padding: 11px 0 16px 0;
	color: #fff;
	}
	#navigation ul a:hover {
	text-decoration: none;
	}
	#navigation ul a::after {
	position: absolute;
	bottom: 11px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	}
	#navigation ul a:hover::after {
	transform: scale(1, 1);
	}
}
@media (min-width: 768px) {
	#navigation {
	position: absolute;
	left: 0;
	top: 78px;
	box-sizing: border-box;
	padding: 0 50px;
	width: 100%;
	height: 0;
	display: block;
	z-index: 1;
	}
	#navigation.fixed {
	position: fixed;
	left: 0;
	top: 0;
	bottom: auto;
	}
	#navigation.fixed ul {
	top: 0;
	bottom: auto;
	}
	#navigation.bg ul {
	background-color: rgba(113,146,165,0.7);
	}
	#navigation.bg ul a {
	color: #fff;
	}
	#navigation.bg ul a::after {
	background: #fff;
	}
	#navigation .cont {
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
	height: 0;
	}
	#navigation ul {
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	padding: 0 7px;
	font-size: 14px;
	}
	#navigation li {
	padding: 0 11px 0 11px;
	float: left;
	}
	#navigation ul a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
	position: relative;
	display: block;
	padding: 11px 0 16px 0;
	color: #000;
	}
	#navigation ul a:hover {
	text-decoration: none;
	}
	#navigation ul a::after {
	position: absolute;
	bottom: 11px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	}
	#navigation ul a:hover::after {
	transform: scale(1, 1);
	}
}

/* visual */
#visual {
position: relative;
padding-bottom: 30px;
}
#visual .bg img {
width: 100%;
height: auto;
}
#visual h1 {
position: relative;
}
#visual h1 img {
position: absolute;
left: 19px;
top: -42px;
}
#visual h3 {
margin: 0 25px;
padding: 33px 0 27px 0;
font-size: 18px;
line-height: 1.63;
text-align: left;
}
#visual .img img {
width: 100%;
height: auto;
}
@media (min-width: 768px) {
	#visual {
	max-width: 1600px;
	margin: 0 auto;
	height: 775px;
	}
	#visual	.bg {
	position: absolute;
	left: 0;
	top: 0;
	background: url(/ie/tree/japaneseoak/img/style/bg_main.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	}
	#visual	.bg img {
	display: none;
	}
	#visual	.pack {
	position: relative;
	margin: 0 auto;
	padding: 122px 0 0 0;
	width: 960px;
	}
	#visual h1 img {
	position: absolute;
	left: -28px;
	top: -35px;
	width: 342px;
	height: auto;
	}
	#visual h3 {
	margin: 0;
	padding: 126px 0 268px 0;
	font-size: 32px;
	line-height: 1.7;
	text-align: left;
	}
	#visual .img {
	margin: 0;
	}
	#visual .img img {
	width: 530px;
	height: auto;
	}
}

/* SCT1 */
.section {
padding: 0 0 46px 0;
text-align: left;
}
#SCT3,
#SCT1 {
overflow: hidden;
}
#SCT4,
#SCT2 {
background-color: #f0f1f3;
}
#SCT4 .img,
#SCT2 .img {
margin: 0 0 0 25px;
overflow: hidden;
}
#SCT3 .img,
#SCT1 .img {
margin: 0 auto;
width: 210px;
}
#SCT3 .img .view,
#SCT1 .img .view {
width: 3000px;
overflow: visible;
}
.section .img li {
position: relative;
z-index: 1;
margin-right: 15px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.section .img li.fade {
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
.section .img2 img,
.section .img img {
width: 100%;
height: auto;
}
.section .img2 {
margin-bottom: 30px;
}
.section .cont p {
margin-bottom: 38px;
font-size: 12px;
line-height: 2;
text-align: center;
}

#SCT5 {
position: relative;
padding: 0;
height: 600px;
}
#SCT5 .bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 600px;
overflow: hidden;
}
#SCT5 .bg div {
position: absolute;
left: 0;
top: 0;
background: #f0f1f3 url(../img/style/pic_06_1.jpg) no-repeat center top;
background-size: cover;
width: 100%;
height: 900px;
}
#SCT5 .box {
position: relative;
background-color: #fff;
margin: 0 25px 171px 25px;
padding: 33px 0 31px 0;
}
#SCT5 .box h2 {
margin-bottom: 21px;
font-size: 18px;
text-align: center;
}
#SCT5 .box p {
margin-bottom: 14px;
}

@media (min-width: 768px) {
	#contents {
	overflow: hidden;
	}
	#SCT3,
	#SCT1 {
	overflow: inherit;
	}
	.section .cont {
	overflow: visible;
	padding: 0 0 0 0;
	}
	#SCT1 .cont {
	position: relative;
	margin: 0 auto;
	padding: 460px 0 150px 0;
	width: 380px;
	}
	#SCT2 .cont {
	position: relative;
	margin: 0 auto;
	padding: 0 0 150px 0;
	width: 500px;
	}
	#SCT3 .cont {
	position: relative;
	margin: 0 auto;
	padding: 0 0 325px 0;
	width: 380px;
	}
	#SCT4 .cont {
	position: relative;
	margin: 0 auto;
	padding: 0 0 300px 0;
	width: 500px;
	}
	#SCT4 .img,
	#SCT3 .img,
	#SCT2 .img,
	#SCT1 .img {
	margin: 0;
	padding: 0;
	width:  3000px;
	}
	#SCT4 .img,
	#SCT2 .img {
	margin: 0;
	overflow: visible;
	}
	#SCT4 .img .view,
	#SCT2 .img .view {
	width: 3000px;
	overflow: visible;
	}
	#SCT3 .img li,
	#SCT1 .img li {
	margin-right: 25px;
	padding: 0;
	width: 420px;
	}
	#SCT3 .img img,
	#SCT1 .img img {
	width: 420px;
	height: auto;
	}
	.section .cont p {
	margin: 0 0 0 0;
	font-size: 24px;
	line-height: 2;
	text-align: left;
	white-space: nowrap;
	}
	#SCT1 .cont p {
	position: absolute;
	left: 285px;
	top: 0;
	width: 450px;
	}
	#SCT2 .img2 {
	margin: 0 0 54px -70px;
	}
	#SCT3 .img2 {
	margin: 0 0 64px -290px;
	}
	#SCT4 .img2 {
	margin: 0 0 54px -180px;
	}
	#SCT3 .img2 img,
	#SCT2 .img2 img {
	position: relative;
	margin-top: -50px;
	width: 800px;
	height: auto;
	}
	#SCT4 .img2 img {
	position: relative;
	margin-top: -215px;
	width: 860px;
	height: auto;
	}
	#SCT2 .cont p {
	margin: 0 0 111px -200px;
	}
	#SCT3 .cont p {
	margin: 0 0 91px 240px;
	}
	#SCT4 .cont p {
	margin: 0 0 91px -100px;
	width: 700px;
	text-align: center;
	}

	#SCT5 {
	position: relative;
	padding: 0;
	height: 1000px;
	}
	#SCT5 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1000px;
	overflow: hidden;
	}
	#SCT5 .bg div {
	position: absolute;
	left: 0;
	top: 0;
	background: #f0f1f3 url(../img/style/pic_06_1.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 1600px;
	}
	#SCT5 .box {
	position: relative;
	top: 0;
	background-color: #fff;
	margin: 0 auto 68px auto;
	padding: 67px 0 39px 0;
	width: 540px;
	}
	#SCT5 .box h2 {
	margin-bottom: 40px;
	font-size: 36px;
	text-align: center;
	}
	#SCT5 .box p {
	margin-bottom: 27px;
	font-size: 24px;
	text-align: center;
	}

}



.nextLink {
margin: 0 25px;
padding: 20px 0;
text-align: right;
}
.nextLink a {
position: relative;
display: inline-block;
padding: 10px 0;
padding-right: 1.3em;
text-align: center;
text-decoration: none;
}
.nextLink a::after {
position: absolute;
top: 50%;
right: 0;
content: '';
margin-top: -4px;
width: 7px;
height: 7px;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all .2s;
}
.nextLink a:hover::after {
right: -0.5em;
}
@media (min-width: 768px) {
	.nextLink {
	margin: 0 auto;
	padding: 112px 0 153px 0;
	width: 960px;
	}
	.nextLink img {
	width: 90px;
	height: auto;
	}
	.nextLink a::after {
	margin-top: -8px;
	width: 14px;
	height: 14px;
	}
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
position: relative;
padding: 0;
*zoom: 1;
}
#SCT3 .bx-wrapper,
#SCT1 .bx-wrapper {
width: 210px;
}
@media (min-width: 768px) {
	#SCT3 .bx-wrapper,
	#SCT1 .bx-wrapper {
	width: 420px;
	}
	#SCT4 .bx-wrapper,
	#SCT2 .bx-wrapper {
	width: 615px;
	}
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
overflow: visible !important;
height: auto !important;
}

/* PAGER */
.bx-wrapper .pagermask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 30px;
}
.bx-wrapper .bx-pager {
position: relative;
padding: 11px 0 20px 0;
display: block;
text-align: center;
}
@media (min-width: 768px) {
	.bx-wrapper .bx-pager {
	padding: 11px 0 23px 0;
	}
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
box-sizing: border-box;
border: solid 1px #000;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
margin: 0 8px 0 0;
width: 11px;
height: 11px;
display: block;
outline: 0;
overflow: hidden;
text-indent: -9999px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background-color: #000;
}

#moreBLK {
display: block;
}

#pageTopLink {
position: fixed;
right: 10px;
bottom: 10px;
background-color: rgba(113,146,165,0.7);
width: 40px;
height: 40px;
cursor: pointer;
z-index: 100;
display: none;
}
#pageTopLink::before,
#pageTopLink::after {
position: absolute;
top: 50%;
left: 50%;
content: '';
margin: -4px 0 0 -8px;
width: 14px;
height: 14px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all .2s;
}
#pageTopLink::after {
opacity: 0;
top: 75%;
}
#pageTopLink:hover::before {
animation: arrowbefore .5s;
}
#pageTopLink:hover::after {
animation: arrowafter .5s;
}
@keyframes arrowbefore {
100% {
top: 25%;
opacity: 0;
}
}
@keyframes arrowafter {
99% {
top: 50%;
opacity: 1;
}
100% {
opacity: 0;
}
}