﻿/*-------------------------------- */
/*スライダー　　　　　　 */
/*-------------------------------- */
html,body{
	margin: 0px
}
.top{
	margin-top:-20px;
	width: 100%;
}
.left{
	width:85vw!important;
	height: 100vh!important;
	float: left;
}
.right{
	width:15vw;
	height: 100vh;
	min-width: 350px;
	text-align: center;
	float: right;
	z-index: 2;
	margin: 0;
	position: absolute;
	right: 0;
	top;0;
	background-color: #fff;
}
.slid {
	display: flex; /* 要素をflexboxに対応させる */
	align-items: center; /* 縦方向の中央揃え */
	justify-content: center; /* 横方向の中央揃え */
	flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */
}
.slid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.logo{
	margin: 2vh auto 3vh;
}
.catch{
	margin: 5vh auto 0;	
}
.business h2{
	margin: 5vh auto 3vh;
	font-size: 14px;
	font-weight: 500;
}
.business p{
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    margin: 3vh auto;
	text-align: left;
	line-height: 2em;
}
.address{
	margin: 4vh 4vh 0;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom:0px;
	right: 0px;
}
.address dt{
	float: left;
	font-weight: 500;
	line-height: 1.8em;
}
.address dd{
	margin: 0px 0px 0px 70px;
	line-height: 1.8em;
}
.address dl{
	margin-bottom: 50px;
	font-size: 13px;
	width: 300px;
	margin: 0px auto;
}
.btn{
	margin-top: 1vh;
	width: 150px;
	padding: 5px;
	border-radius: 0px;
	background-color: #D2D2D2;
}
.copyright{
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
}
.btn a{
	color: #000;
	text-decoration: none;
}
.btn a:after{
	color: #000;
	text-decoration: none;
}
@media (max-width: 641px) {
.right{
	width:30vw;
	height: 100vh;
	text-align: center;
	float: right;
	z-index: 2;
	margin: 0;
	position: absolute;
	right: 0;
	top;0;
	background-color: #fff;
}
	