@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	CSS Document
	file name  :index.css
 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


    .bg-slider {
    	width: 100vw;
    	height: 95vh;
    	background-position: center top !important;
    	background-size: cover !important;
    	display: flex;
    	align-items: center;
	margin-left: 12vw;
    	justify-content: center;
    }
    .bg-slider__title{
    	color: #fff;
    	font-size: 48px;
    	line-height: 1.5;
    	font-weight: bold;
    	text-align:center;
    	text-shadow: 1px 1px 1px #000;
    }
	.slideWrap div{
		background-position:center top !important;
    	background-size: cover !important;
	}
		
	

/* fullSlideShow
--------------------------- */
.fullSlideShow {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	z-index:1 !important;
	margin-left: 12vw;
}
.fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
}
.fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}
.fullSlideShow ul li img {
    width: 100%;
}
 
/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}



header{
	height:100vh;
}
#header_bg{
	width:100% !important;
	background:#000;
	background-size:cover !important;
	height:100vh !important;
	z-index:1;
}
/*main VS txt*/
header p.txt{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-112px;
	margin-left: -157px;
	z-index:999;
}
header p.scroll{
	position:absolute;
	bottom:0;
	left:50%;
	width:1200px;
	margin-left:-600px;
	background:#f3f2ee;
	padding:15px 0;
	text-align:center;
	z-index:999;
	color:#a27e2c;
	font-size:15px;
	letter-spacing:0.1em;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}


@media screen and (max-width: 768px) {
	header{
		position:relative !important;
		height:420px !important;
		overflow: hidden;
	}
	.bg-slider{
		width:100% !important;
		height:420px !important;
		min-height:420px !important;
		margin-left:0;
	}
	#header_bg{
		width:100% !important;
		height:420px !important;
		min-height:420px !important;
		margin-left:0;
	}
	header p.txt {
		margin-top: -70px;
		margin-left: -90px;
		z-index: 999;
	}
	header p.txt img{
		width:180px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 341px) {
    .bg-slider {
		background-size:cover !important;
	}
}
@media screen and (max-width: 340px) {
	.vegas-slide:nth-child(4) .vegas-slide-inner {
		background-position: -440px 0 !important;
	}
}





/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

    contents
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#contents {
	padding:60px 0 0;
}
h2{
	margin-bottom:60px;
}


.sec01{
	background:url(../../img/sec01_bg.png) no-repeat top center;
	padding:60px 0 120px;
}
.sec01 ul{
	padding:0 140px;
}
.sec01 li{
	float:left;
	width:47%;
}
.sec01 li:last-of-type{
	float:right;
}
.sec01 li p{
	margin-top:20px;
	color:#a27f2e;
}



.sec02{
	padding:100px 0;
	background:#fff;
}
.sec02 p{
	padding:100px 0;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:700;
	width:100%;
}
.sec02 p span{
	display:block;
	color:#fff;
	font-size:11px;
	margin-top:5px;
	color:#dfc893;
}
.sec02 li{
	text-align:center;
}
.sec02 li h3{
	margin-top:10px;
	color:#756e48;
	font-size:22px;
}
.sec02 .col3 li{
	float:left;
	width:31%;
	margin-right:3%;
}
.sec02 .col3 li:last-of-type{
	margin-right:0;
	margin-bottom:0;
}
.sec02 .col2 li{
	float:left;
	width:48%;
}
.sec02 p.ph{
	position:relative;
	overflow:hidden;
}
.sec02 .col3 li:nth-child(1) p{
	background:url(../../img/sec02_ph01.jpg) no-repeat;
	background-size:cover;
}
.sec02 .col3 li:nth-child(2) p{
	background:url(../../img/sec02_ph02.jpg) no-repeat;
	background-size:cover;
}
.sec02 .col3 li:nth-child(3) p{
	background:url(../../img/sec02_ph03.jpg) no-repeat;
	background-size:cover;
}
.sec02 .col2 li:nth-child(2){
	float:right;
}
.sec02 .col2 li:nth-child(1) p{
	background:url(../../img/sec02_ph04.jpg) no-repeat;
	background-size:cover;
}
.sec02 .col2 li:nth-child(2) p{
	background:url(../../img/sec02_ph05.jpg) no-repeat;
	background-size:cover;
}



.sec03 .posL{
	width:50%;
	background:url(../../img/sec03_bg.png) no-repeat 100% 50px #dbcba7;
	height:100%;
	padding:220px 0 0;
}
.sec03 .posR{
	width:50%;
	background:#f6f3ed;
	padding:180px 0;
}
.sec03 .posR h2{
	text-align:left;
}
.sec03 .posR h2.en-alt{
  display:inline-block;
}
.sec03 .posR h2:after{
	left:60px;
}
.sec03 .posR h2.en-alt:after{
  left:50%;
  transform: translateX(-50%);
}
.sec03 .posL p{
    margin-left: calc(100% - 670px);
	text-align:center;
}
.sec03 .posR .box{
	width:500px;
	margin-left:100px;
}



#footer{
	margin-bottom:30px;
}




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	SP
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (min-width: 769px) and (max-width: 1200px)  {
}



@media screen and (max-width: 768px) {
	.sec01 {
		padding: 0 20px 60px;
	}
	.sec01 ul{
		padding:0;
	}
	.sec01 li img{
		width:100%;
	}
	.sec01 li:nth-child(2) h3{
		margin-left:0;
	}
	.sec01 li:last-of-type{
		margin-bottom:0;
	}
	.sec01 li:first-of-type p img,
	.sec01 li:last-of-type p img {
		height:230px;
	}
	
	
	.sec02 {
		padding: 60px 0 0;
	}
	.sec02 .col2 li{
		float:none;
		width:100%;
		margin-bottom:40px;
	}
	.sec02 .col2 li:last-of-type{
		margin-bottom:0;
	}
	.sec02 h3 {
		padding:0 10px;
		font-size:20px !important;
	}
	.sec02 .col3 {
		margin-bottom: 0;
	}
	.sec02 h3 br{
		display:none;
	}
	.sec02 .col3 li{
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom:0;
	}
	
	
	.sec03 .posL {
		width: 100%;
		padding: 100px 0;
	}
	.sec03 .posR {
		width: 100%;
		padding: 60px 0;
	}
	.sec02 p {
		padding: 65px 0 60px;
		font-size: 20px;
	}
	.sec03 .posL p {
		margin-left: 0;
		text-align: center;
	}
	.sec03 .posR .box {
		width: 100%;
		margin-left: 0;
		padding:0 30px;
	}
	.sec03 .posR h2 {
		text-align: center;
	}
	.sec03 .posR h2::after {
		left: 50%;
		margin-left: -15px;
	}

}

@media screen and (max-width: 460px) {
	.sec01 li{
		float:none;
		width:100% !important;
		text-align:center;
		margin-bottom:50px;
	}
}