@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	src: url('font/BEBAS___-webfont.eot');
	src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BEBAS___-webfont.woff') format('woff'),
         url('font/BEBAS___-webfont.ttf') format('truetype'),
         url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html,body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	width: 100%;
	height: 100%;
    background-color: #47584c;
}
p{
    padding:50px 30px;
    font-size: 1.3em;
}
.navigation{
    background: url(../image/images_haikei.jpg);
	position: fixed;
	top: auto;
	left:4%;
	width:10%;
	height:100%;
}
.navigation li{
	writing-mode: vertical-rl;
    text-orientation: upright;
	color: #333333;
	padding: 30% 40%;
	margin: 5% auto;
    font-size:20px;
	font-weight: bold;
    cursor:pointer;
	transition: all 0.2s ease 0.5s;
	-webkit-transition: all 0.2s ease 0.5s;
	-moz-transition: all 0.2s ease 0.5s;
	-ms-transition: all 0.2s ease 0.5s;
	-o-transition: all 0.2s ease 0.5s;
}
.navigation li:first-child{
	position:relative;
    }
.navigation li:nth-child(2):{
    margin-top: 20%;
}
.navigation li:nth-child(n+2):hover{
	transform: scale(1.1);
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:60px;
	font-weight:bold;
	color:rgba(0,0,0,0.7);
}
.slidenoo{
	position:absolute;
	bottom:0px;
	left:78%;
	font-size:60px;
	font-weight:bold;
	color:rgba(25,24,23,0.9);
}
h1{
    writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl; /*Safari用縦書き*/   
    margin:0 auto;
	position: absolute;
	width: 120%;
    height: 100%;
	font-size:2em;
    font-weight: bold;
	color:#000;	
	top:10%;
	left:-20%;
}
h2{
    margin:0 auto;
	position: absolute;
	width: 120%;
    height: 350%;
	font-size:1.7em;
    font-weight: bold;
	color:#FFF;	
	top:50%;
	left:25%;
}
.touka{
  /* 背景画像の透過用css */
  height: 100%;
  background: rgba(255,255,255,0.6);
  position: absolute;
  width: 100%;
  height: 100%;
}
.touka3{
  /* 背景画像の透過用css */
  height: 100%;
  background: rgba(255,255,255,0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}
footer{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    color: dimgray;
}
/******************************
 SLIDE 1 
*******************************/
#slide1{
	margin-left:18%;
	align-items: flex-end;
	background: url(../image/otokozaka.jpeg);
    opacity: 0.8;
	height: 100%;
	max-width: 82%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat:  no-repeat; 
    overflow:hidden;
}
.wrapper0{
	width:300px;
	height:700px;
	margin:0 auto;
	position:relative;
}
.wrapper0 p{
	writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
	position: absolute;
	width: 100%; /*absoluteで位置を設定するときに、幅と高さは必ず必要*/
    height: 100%;
    font-weight: bold;
	color:#000;	
	top:15%;
	left:-55%;
}
/******************************
 SLIDE 2 
*******************************/
#slide2{
	margin-left: 18%;
	align-items: flex-end;
	background: url(../image/bkbk.jpg);
	opacity: 0.9;
	height:100%;
	max-width: 82%;
	background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-repeat:  no-repeat; 
    overflow:hidden;
}
.wrapper1 {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	color: #FFF;
}
.Living {
	position:absolute;
	top:120%;
	left:8%;
    display: -webkit-flex;
	display:flex;
}
h3{
    padding-left:8%;
    font-size:1.5em;
    font-weight: bold;
	color:#FFF;	
}
/******************************
 SLIDE 3 
*******************************/
#slide3{
	margin-left:18%;
	background: url(../image/flower.jpg);
	align-items: flex-end;
	height: 100%;
	max-width: 82%;
	font-weight:800;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat:  no-repeat;
    overflow:hidden;
}
.wrapper2{
	width: 46%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#slide3 p:first-child{
	position:absolute;
    top: 40%;
    left:-50%;
    opacity: 0.7;
    font-size: 20px;
    font-weight: bold;
    width: 70%;
    height: 39%;
    background-color: #E5E5E5;
    border-radius: 5px;
    padding: 20px;
}
#slide3 p:nth-child(2){
	position:absolute;
	top:8%;
	left:55%;
    opacity: 0.7;
    font-size: 20px;
    width: 80%;
    height: 68%;
    background-color: #E5E5E5;
    border-radius: 5px;
    padding: 5% 10%;
}


/******************************
 SLIDE 4 
*******************************/

#slide4{
	margin-left:18%;
	background: url(../image/yushima_ukiyoe.jpg);
    opacity: 0.8;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
    background-repeat:  no-repeat;
    overflow:hidden;
	height: 100%;
	max-width: 82%;
}
.wrapper3{
	width: 46%;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
.wrapper3 p{
	position: absolute;
	width: 100%;
	height:60%;
    top: 18%;
    left:62%;
	font-weight: bold;
	color: #000;
}
#slide4 .parallaxbg{
	position:absolute;
	left:12%;
	top:12%;
}
/******************************
 pagetop
*******************************/
#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 0;
bottom: 0px;
background: #961818;
opacity: 0.6;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

