@charset "UTF-8";
/* --------------------------------------------------
	CSS Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	position: relative;
	line-height: 1;
	background: #000;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
ul,ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: opacity 0.3s ease;
}
a:link,
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover,
a:active {
	color: #fff;
	text-decoration: underline;
	opacity: 0.7;
}
button {
	transition: opacity 0.3s ease;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6,
dt,dd,li,form,input,select,textarea,
p,address,pre,blockquote,th,td,div {
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	max-height: 100%;
}
.mincho {
	font-family: "Times New Roman", Garamond, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
img { vertical-align: top; }


/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.clearfix { *zoom: 1; }

/* --------------------------------------------------
	.inner
-------------------------------------------------- */
.inner {
	position: relative;
	margin: 0 auto;
	width: 880px;
}

/* --------------------------------------------------
	#main
-------------------------------------------------- */
#main {
	height: 735px;
	background: url("../img/main_bg.jpg") no-repeat center top;
}
#main h1 { margin: 0 0 0 180px; padding: 50px 0 0; }
#main .pamphlet { position: absolute; left: 0; top: 30px; }
#main .lang {
	position: absolute;
	right: 0;
	top: 15px;
	padding: 0 5px;
	background: rgba(0,0,0,0.7);
}
#main .lang ul { font-size: 0; }
#main .lang li {
	display: inline-block;
	font-size: 16px;
	font-family: "Times New Roman";
}
#main .lang li:after {
	content: '/';
	margin: 0 5px;
}
#main .lang li:last-child:after { display: none; }
#main .fb { position: absolute; right: 0; top: 53px; }
#main .fb img { width: 47px; }
#main .pic { position: absolute; left: 509px; top: 146px; }
#main p { margin: 297px 0 0 0; }

/* --------------------------------------------------
	#header
-------------------------------------------------- */
header {}
#header {
	position: relative;
	margin: 0 0 139px;
	height: 121px;
}

/* --------------------------------------------------
	#gNav
-------------------------------------------------- */
#gNav {
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 200;
	width: 100%;
	background: rgba(0,0,0,0.8);
}
#gNav .inner {
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -400px;
	width: 801px;
}
#gNav ul {
	position: relative;
	font-size: 0;
}
#gNav ul li {
	display: inline-block;
	margin-left: 49px;
}
#gNav ul li:first-child { margin-left: 0; }

/* --------------------------------------------------
	movie
-------------------------------------------------- */
#overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}

/* --------------------------------------------------
	#mainContents
-------------------------------------------------- */
#mainContents { position: relative; }
#mainContents h2 {
	margin: 0 0 42px;
	text-align: center;
}
#mainContents .lead {
	font-size: 22px;
	line-height: 1.8;
	text-align: center;
	font-family: "Times New Roman", Garamond, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* --------------------------------------------------
	#aboutstudio
-------------------------------------------------- */
#aboutstudio { margin: 0 0 170px; }
#aboutstudio .lead { margin: 0 0 70px; }
#aboutstudio .subBox {
	margin: 0 auto;
	width: 720px;
}
#aboutstudio .subBox + .subBox { margin-top: 28px; }
#aboutstudio .subBox h3 {
	margin: 0 0 20px;
	font-size: 26px;
	font-weight: bold;
}
#aboutstudio .subBox h3:before {
	content: url("../img/icon_purple.png");
	margin-right: 8px;
}
#aboutstudio .subBox h3 small { font-size: 16px; }

/* --------------------------------------------------
	#facilities
-------------------------------------------------- */
#facilities { margin: 0 0 170px; }
#facilities .lead { margin: 0 0 28px; }
#facilities #slider {
	margin: 0 auto;
	width: 670px;
	height: 430px;
	overflow: visible;
}
#facilities .slick-arrow {
	top: 50%;
	margin-top: -21px;
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
}
#facilities .slick-prev {
	left: -50px;
	background: url("../img/btn_prev.png") no-repeat;
}
#facilities .slick-next {
	right: -50px;
	background: url("../img/btn_next.png") no-repeat;
}
#facilities .slide-progress,
#facilities .slide-caption {
	padding: 5px 0;
	width: 335px;
	font-size: 14px;
}
#facilities .slide-progress {
	float: right;
	margin-right: 105px;
	text-align: right;
}
#facilities .slide-caption {
	float: left;
	margin-left: 105px;
	text-align: left;
}

/* --------------------------------------------------
	#rentals
-------------------------------------------------- */
#rentals { margin: 0 0 170px; }
#rentals .lead { margin: 0 0 12px; }
#rentals ul { margin-left: 114px; }
#rentals li {
	float: left;
	margin-top: 24px;
	margin-right: 26px;
	width: 200px;
}
#rentals li:nth-child(4n) { clear: left; }
#rentals li p {
	margin: 4px 0 0;
	font-size: 14px;
	text-align: center;
}

/* --------------------------------------------------
	#pricing
-------------------------------------------------- */
#pricing { margin: 0 0 170px; }
#pricing .lead { margin: 0 0 60px; }
#pricing .subBox {
	margin: 0 auto;
	width: 880px;
}
#pricing .subBox + .subBox { margin-top: 78px; }
#pricing .subBox h3 {
	margin: 0 0 22px;
	font-size: 22px;
	font-weight: bold;
	font-family: "Times New Roman", Garamond, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#pricing .subBox dt {
	float: left;
	margin: 0 0 18px;
	width: 85px;
	height: 26px;
	background: #535351;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}
#pricing .subBox dd {
	float: left;
	margin: 0 0 22px;
	padding: 0 0 0 10px;
	width: 785px;
	font-size: 16px;
	line-height: 26px;
}
#pricing .subBox dl dd.auto { width: auto; }
#pricing .subBox dl dd.auto:nth-child(2) { margin-right: 60px; }
#pricing .subBox dl dt:nth-child(5) { clear: left; }
#pricing .subBox dl dt.line2 { line-height: 1; }
#pricing .subBox table {
	width: 880px;
}
#pricing .subBox table th,
#pricing .subBox table td {
	padding-left: 12px;
	height: 50px;
	border: 1px solid #fff;
	vertical-align: middle;
	text-align: left;
	line-height: 1.2;
}
#pricing .subBox table th {
	width: 156px;
	background: #8C8358;
	font-size: 14px;
	color: #000;
}
#pricing .subBox table td {
	padding-right: 12px;
	font-family: "Times New Roman", Garamond, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#pricing .subBox table tr td:nth-child(2) { width: 216px; }
#pricing .subBox table tr th:nth-child(3) { width: 236px; }
#pricing .subBox.discount table tr td:nth-child(2) {
	padding-top: 14px;
	padding-bottom: 14px;
	width: auto;
	font-size: 20px;
}
#pricing .subBox table td .yen { padding-right: 4px; }
#pricing .subBox table td .price { font-size: 26px; }
#pricing .subBox ul { margin-top: 14px; }
#pricing .subBox li { font-size: 14px; }

/* --------------------------------------------------
	#directions
-------------------------------------------------- */
#directions { margin: 0 0 170px; }
#directions h2 { margin-bottom: 17px; }
#directions .subtitle {
	margin-bottom: 32px;
	text-align: center;
}
#directions .lead { margin: 0 0 42px; }
#directions .map { float: right; }
#directions .subBox { width: 450px; }
#directions .subBox + .subBox { margin-top: 60px; }
#directions .subBox h3 {
	margin: 0 0 20px;
	font-size: 26px;
	font-weight: bold;
}
#directions .subBox h3:before {
	content: url("../img/icon_green.png");
	margin-right: 8px;
}

/* --------------------------------------------------
	#aboutus
-------------------------------------------------- */
#aboutus { margin: 0 0 170px; }
#aboutus h2 { margin-bottom: 45px; }
#aboutus .data {
	margin: 0 0 50px;
	padding: 24px 0 10px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#aboutus .data ul { font-size: 0; }
#aboutus .data li {
	display: inline-block;
	margin-bottom: 14px;
	min-width: 50%;
}
#aboutus .company ul { margin-left: 13px; }
#aboutus .company li {
	float: left;
	margin-left: 50px;
	width: 220px;
}
#aboutus .company li p {
	margin-top: 8px;
	font-size: 14px;
	text-align: center;
}

/* --------------------------------------------------
	#locations
-------------------------------------------------- */
#locations { margin: 0 0 170px; }
#locations h2 { margin-bottom: 28px; }
#locations .lead { margin: 0 0 28px; }
#locations ul {
	position: relative;
	margin: 0 auto;
	width: 880px;
	height: 453px;
}
#locations li { position: absolute; }
#locations li.pic1 { position: relative; }
#locations li.pic2 { left: 294px; top: 0; }
#locations li.pic3 { left: 587px; top: 0; }
#locations li.pic4 { left: 294px; top: 210px; }
#locations li.pic5 { left: 294px; top: 331px; }
#locations li.pic6 { left: 483px; top: 210px; }
#locations li.pic7 { left: 680px; top: 210px; }
#locations li.pic8 { left: 680px; top: 331px; }
#locations li a:hover { opacity: 0.6; }
.floating .overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 300;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
}
.floating .base {
	position: absolute;
	left: 50%;
	top: 200px;
	z-index: 301;
	display: none;
	margin: 0 0 0 -400px;
	width: 800px;
	height: 800px;
	text-align: center;
}
.floating .baseInner {
	position: relative;
	display: inline-block;
}
.floating .btn-close {
	position: absolute;
	top: -62px;
	right: 0;
	z-index: 301;
	width: 52px;
	height: 52px;
	background: url("../img/btn_close.png") no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.floating .btn-close:hover { opacity: 0.6; }

/* --------------------------------------------------
	#contactus
-------------------------------------------------- */
#contactus { margin: 0 0 38px; }
#contactus h2 { margin-bottom: 42px; }
#contactus .subBox {
	margin: 0 0 50px;
	padding: 24px 0 22px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#contactus .subBox ul { margin: 0 0 0 75px; }
#contactus .subBox li {
	float: left;
}
#contactus .subBox li:first-child { margin: 0 62px 27px 0; }

/* --------------------------------------------------
	#btn-pamphlet
-------------------------------------------------- */
#btn-pamphlet {
	position: fixed;
	left: 50%;
	bottom: 20px;
	z-index: 201;
	margin-left: -440px;
}

/* --------------------------------------------------
	#footer
-------------------------------------------------- */
#footer {}
#footer .inner { padding: 30px 0 40px; }
#footer .logo {
	margin: 0 0 70px;
	text-align: center;
}
#footer .btn-fb {
	margin: 0 0 42px;
	text-align: center;
}
#footer .bnr-edomura {
	text-align: center;
}

#footer p {
	margin-top: 150px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*---------------------------------------------
	slick
-----------------------------------------------*/
.slick-slider {
		position: relative;
		display: block;
		box-sizing: border-box;
		-webkit-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
						user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
				touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}
.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
			 -moz-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				 -o-transform: translate3d(0, 0, 0);
						transform: translate3d(0, 0, 0);
}
.slick-track {
		position: relative;
		top: 0;
		left: 0;
		display: block;
}
.slick-track:before,
.slick-track:after {
		display: table;
		content: '';
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }
.slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -22px;
	width: 43px;
	height: 43px;
	background: url("../img/prev_btn.png") no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}
.slick-arrow:hover { opacity: 0.6; }
.slick-prev { left: -20px; }
.slick-next { right: -20px; background: url("../img/next_btn.png") no-repeat; }
.slick-dots {
	position: relative;
	top: 2px;
	text-align: right;
}
.slick-dots li {
	display: inline-block;
	margin: 5px 10px 0;
	height: 12px;
}
.slick-dots li:last-child { margin-right: 0; }
.slick-dots li.slick-active button { opacity: 1; }
.slick-dots li button {
	display: block;
	padding: 0;
	width: 12px;
	height: 12px;
	background: #6D6C6C;
	opacity: 0.25;
	text-indent: -9999px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
