@charset "UTF-8";
/* CSS Document */
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover ,a:active {
	opacity: .6;
	text-decoration: none;
	color: #666666;
}
body {
	font-family :
	"A1 Mincho",
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	text-align: center;
}
header {
	padding: 80px 0;
}
section {
	padding: 80px 0;
}
.w800 {
	max-width: 900px;
	margin: 0 auto;
}
.w900 {
	max-width: 1100px;
	margin: 0 auto;
	padding-right: 100px;
}
h1 {
	margin-bottom: 30px;
	
}
h1.logo {
	width: 120px;
	margin: 0 auto 80px;
}
#main_visual {
	margin-bottom: 80px;
}
#copy {
	width: 640px;
	margin: 0 auto 60px;
}
.vrl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#copy p {
	text-align: left;
	margin-left: 24px;
}
.title {
	margin-bottom: 40px;
}
.title h3 {
	padding-bottom: 10px;
	border-bottom: 2px dotted #000;
	margin-bottom: 20px;
	font-size: 28px;
	letter-spacing: .1em;
	line-height: 1.5;
}
.aboutimg {
	margin-bottom: 15px;
}

#detail {
	text-align: left;
	font-family: YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
}
.title h4 {
	font-size: 21px;
	font-weight: bold;
	background: url(../images/camera_icon.gif) no-repeat;
	padding-left: 36px;
}
#detail h5 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.4;
}
#detail p {
	font-size: 14px;
	line-height: 1.4;
}
.content_box {
	margin-bottom: 30px;
}
.price_zone {
	margin-bottom: 20px;
}
.albam_img img {
	margin: 20px 0
}
.exsample {
	margin-top: 20px;
}
#profile .profile, #profile .title p {
	font-family: YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
}
#profile .title {
	margin-bottom: 80px;
}
.profile h4 {
	font-weight: bold;
	margin-bottom: 18px;
}
.profile h5 {
	line-height: 1.4;
}
.en {
	font-size: 12px;
}
.profile_head {
	margin-bottom: 20px;
	display: -webkit-inline-flex; /* Safari */
  display: inline-flex;
  align-items: center;
}
.profile p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
}
.tel_btn {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.tel_btn::before,
.tel_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.tel_btn,
.tel_btn::before,
.tel_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tel_btn {
	background-color: #666;
}
.tel_btn:hover {
	background-color: #333;
}
.tel_btn a {
	color: #fff;
	display: block;
}
.moreimage p {
	margin-top: 0px;
	font-size: 12px;
}
.moreimage ul li {
	width: 90px;
	display: inline-block;
}
.table-cell {
 display: table-cell; /* IE8から使用可能 */
 vertical-align: middle;
}
#contact .title p {
	margin-bottom: 16px;
}
@media screen and (min-width: 0px) and (max-width: 992px) {
	.w900 {
		max-width: 900px;
		padding-right: 0px;
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.title p br {
		display: none;
	}
	.title p {
		text-align: justify;
		text-justify: inter-ideograph;
	}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	header {
		padding: 50px 0;
	}
	h1.logo {
		width: 90px;
		margin: 0 auto 50px;
	}
	section {
		padding: 40px 0;
	}
	#copy {
		width: 210px;
	}
	.vrl {
		writing-mode: horizontal-tb;
	}
	#copy p {
		text-align: left;
		margin-left: 0;
		margin-bottom: 24px;
		font-size: 14px;
	}
	.title {
		padding: 0 15px;
	}
	.title h3 {
		font-size: 20px;
		text-align: left;
	}
	.title p {
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	.profile {
		margin-bottom: 80px;
	}
	.profile:last-child {
		margin-bottom: 0px;
	}
	.sub_contents {
		padding: 60px 0;
	}
}