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

html, body {
	height: 100%;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.tate{
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tenmin {
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}
.tel_button {
	width: 200px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
}
.top_head_img {
	width: 100%;
	height: 85%;
	background: url(../img/top_headimg_01.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	background-position: center 70%;
	background-size: cover;
	background-repeat: no-repeat;
}
.top_head_img h1 {
	height: 100%;
}
.container {
	display: flex;
	flex-direction: row;
}
.container .item {
	width: 50%;
	height: 460px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container_reverse {
	flex-direction: row-reverse;
}
.gallery {
	display: flex;
	flex-directon: raw;
}
.gallery .item {
	width: 294px;
	height: 214px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.wrapper820 {
	width: 94%;
	max-width: 820px;
	margin: auto;
}
.video {
	width: 100%;
}
.video li {
	width: 49%;
	float: left;
}
.video li:nth-child(2) {
	width: 49%;
	float: right;
}

.access_button {
	display: block;
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #000;
	text-align:center;
	margin: 15px 0;
	box-sizing: border-box;
}
.access_button:hover {
	background-color: #e0e0e0;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}

.info_pic li {
	background-size: cover;
	background-position: center center;
	background-repeat: none;
	width: 25%;
	height: 200px;
}

@media only screen and (max-width: 599px) {
	.tel_button {
		width: 120px;
		right: 5px;
		bottom: 5px;
	}
	.container {
		flex-direction: column-reverse;
	}
	.container .item {
		width: 100%;
	}
	.video li {
		width: 100%;
		float: none;
	}
	.video li:nth-child(2){
		width: 100%;
		margin-top: 30px;
	}
	.info_pic li {
	width: 50%;
	height: 160px;
	}
}
