@font-face {
	font-family: 'icon';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/icon.eot?j7419o');
	src: url('fonts/icon.eot?j7419o#iefix') format('embedded-opentype'), url('fonts/icon.ttf?j7419o') format('truetype'), url('fonts/icon.woff?j7419o') format('woff'), url('fonts/icon.svg?j7419o#icon') format('svg');
}

[class^='icon-'],
[class*=' icon-'] {
	font-family: 'icon' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
	content: '\e908';
}

.post_area .icatch {
	margin-bottom: 20px;
}

.post_area img {
	width: auto;
	max-width: 100%;
}

body {
	font-family: "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 0;
	letter-spacing: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	word-break: break-all;
	color: #242424;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cf {
	zoom: 1;
}

.cf:after {
	display: block;
	clear: both;
	content: '';
}

a {
	display: block;
}

a:hover   {
	opacity: .6;
}

br.pc {
	display: block;
}

@media screen and (max-width: 600px) {
	br.pc {
		display: none;
	}
}

br.sp {
	display: none;
}

@media screen and (max-width: 600px) {
	br.sp {
		display: block;
	}
}

#wrapper {
	padding-top: 20%;
}

@media screen and (min-width: 425px) {
	#wrapper {
		padding-top: 100px;
	}
}

@media screen and (min-width: 1000px) {
	#wrapper {
		padding-top: 0;
	}
}

@media screen and (min-width: 1000px) {
	#wrapper.low {
		padding-top: 100px;
	}
}

header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px dotted #242424;
	background-color: #fff;
}

@media screen and (min-width: 1000px) {
	header {
		min-width: 1180px;
		height: 100px;
		padding: 0 40px;
		background-color: rgba(255, 255, 255, .9);
	}
}

header h1 {
	position: relative;
	z-index: 10;
	width: 38%;
	margin: 0 auto;
	padding: 6% 0 6%;
}

@media screen and (min-width: 425px) {
	header h1 {
		width: 174px;
		padding: 34px 0 35px;
	}
}

@media screen and (min-width: 1000px) {
	header h1 {
		float: left;
		width: 174px;
		margin: 20px 44px 0 0;
		padding: 12px 0 12px;
	}
}

header .menu {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 14%;
	margin: 3.2% 3.2% 0 0;
	padding-bottom: 15%;
	cursor: pointer;
	pointer-events: all;
}

@media screen and (min-width: 425px) {
	header .menu {
		width: 56px;
		margin: 20px 20px 0 0;
		padding-bottom: 58px;
	}
}

@media screen and (min-width: 1000px) {
	header .menu {
		display: none;
	}
}

header .menu .open,
header .menu .close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .24s ease;
	-o-transition: all .24s ease;
	transition: all .24s ease;
}

header .menu .close {
	opacity: 0;
}

header .menu.active .open {
	opacity: 0;
}

header .menu.active .close {
	opacity: 1;
}

header .g_nav {
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	background-color: #fff;
}

@media screen and (min-width: 1000px) {
	header .g_nav {
		position: static;
		display: block !important;
		float: left;
		width: auto;
		margin-top: 32px;
		background-color: transparent;
	}
}

header .g_nav .main {
	z-index: 11;
}

@media screen and (max-width: 999px) {
	header .g_nav .main {
		border-bottom: 1px dotted #242424;
	}
}

header .g_nav .main > li {
	font-size: 5vw;
	line-height: 1;
	padding: 4.8% 0;
	text-align: center;
	border-top: 1px dotted #242424;
}

@media screen and (min-width: 425px) {
	header .g_nav .main > li {
		font-size: 16px;
		float: left;
		width: 50%;
		padding: 16px 0;
	}
	header .g_nav .main > li:nth-child(1) {
		width: 100%;
	}
	header .g_nav .main > li:nth-child(2n) {
		border-right: 1px dotted #242424;
	}
}

@media screen and (min-width: 1000px) {
	header .g_nav .main > li {
		float: left;
		width: auto !important;
		padding: 0 24px 0 12px;
		text-align: left;
		border: none !important;
		border-left: 1px dotted #242424 !important;
	}
}

header .g_nav .main > li i {
	font-size: 3.4375vw;
	font-size: 11px;
	display: block;
	margin-top: 1.6%;
}

@media screen and (min-width: 1000px) {
	header .g_nav .main > li i {
		margin-top: 8px;
	}
}

header .g_nav .main .more {
	display: none;
}

@media screen and (min-width: 1000px) {
	header .g_nav .main .more {
		position: absolute;
		top: 100px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	header .g_nav .main .more.active {
		display: block;
	}
	header .g_nav .main .more .more_inner {
		display: inline-block;
		padding: 30px;
		text-align: center;
		border-right: 1px dotted #242424;
		border-bottom: 1px dotted #242424;
		border-left: 1px dotted #242424;
		background: rgba(255, 255, 255, .9);
	}
	header .g_nav .main .more .list_a {
		font-size: 0;
		letter-spacing: 0;
	}
	header .g_nav .main .more .list_a li {
		display: inline-block;
	}
	header .g_nav .main .more .list_a li:nth-child(n+2) {
		margin-left: 30px;
	}
	header .g_nav .main .more .list_b {
		font-size: 0;
		margin-top: 20px;
		text-align: left;
		letter-spacing: 0;
	}
	header .g_nav .main .more .list_b li {
		display: inline-block;
	}
	header .g_nav .main .more .list_b li:nth-child(n+2) {
		margin-left: 40px;
	}
	header .g_nav .main .more .list_b li.en a {
		font-size: 15px;
	}
	header .g_nav .main .more .list_b li a {
		font-size: 13px;
		line-height: 1;
		position: relative;
		padding-right: 30px;
	}
	header .g_nav .main .more .list_b li a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: .4em;
		height: .4em;
		margin-top: -.2em;
		content: '';
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}
	header .g_nav .main .more .box_contact {
		float: left;
		margin-right: 40px;
	}
	header .g_nav .main .more .box_contact p {
		font-size: 13px;
		margin-bottom: 12px;
	}
	header .g_nav .main .more .box_contact p:nth-child(n+2) {
		margin-top: 26px;
	}
	header .g_nav .main .more .box_owner {
		float: left;
	}
	header .g_nav .main .more img {
		width: auto;
	}
}

header .g_nav .sub {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

@media screen and (min-width: 1000px) {
	header .g_nav .sub {
		position: absolute;
		top: 0;
		right: 0;
		float: right;
		width: auto;
		width: 200px;
		height: 99px;
	}
}

header .g_nav .sub li {
	font-size: 5vw;
	line-height: 1;
	display: table-cell;
	width: 33.3333%;
	padding: 16px 0;
	text-align: center;
	letter-spacing: .05em;
	border-top: 1px dotted #242424;
	border-bottom: 1px dotted #242424;
	background-color: #f4f4f4;
}

@media screen and (min-width: 425px) {
	header .g_nav .sub li {
		font-size: 16px;
	}
}

@media screen and (min-width: 1000px) {
	header .g_nav .sub li {
		font-size: 0;
		padding: 0;
		vertical-align: middle;
		border: none !important;
		border-left: 1px dotted #242424 !important;
		background-color: #fff;
	}
	header .g_nav .sub li a {
		line-height: 99px;
		height: 99px;
	}
	header .g_nav .sub li a span {
		display: none;
	}
	header .g_nav .sub li:nth-child(3) {
		display: none;
	}
}

header .g_nav .sub li:nth-child(n+2) {
	border-left: 1px dotted #242424;
}

header .g_nav .sub li i {
	font-size: 3.4375vw;
	font-weight: bold;
	display: block;
	margin-top: 1.6%;
}

@media screen and (min-width: 425px) {
	header .g_nav .sub li i {
		font-size: 11px;
	}
}

@media screen and (min-width: 1000px) {
	header .g_nav .sub li i {
		font-size: 13px;
		margin-top: 0;
		letter-spacing: .2em;
		color: #383838;
	}
}

.content {
	position: relative;
	z-index: 0;
}

section {
	width: 100%;
	padding: 0 6.25%;
}

@media screen and (min-width: 1000px) {
	section {
		padding: 0;
	}
}

section.bt {
	overflow: hidden;
	border-top: 1px dotted #242424;
}

@media screen and (min-width: 1000px) {
	section.blr .inner {
		padding: 0 39px;
		border-right: 1px dotted #242424;
		border-left: 1px dotted #242424;
	}
}

section .inner {
	position: relative;
}

@media screen and (min-width: 1000px) {
	section .inner {
		width: 1180px;
		margin: 0 auto;
		padding: 0 40px;
	}
}

.page_top {
	padding-top: 6%;
	cursor: pointer;
	text-align: center;
	border-top: 1px dotted #242424;
}

@media screen and (min-width: 600px) {
	.page_top {
		padding-top: 20px;
	}
}

@media screen and (min-width: 1000px) {
	.page_top {
		min-width: 1180px;
		height: 94px;
		padding-top: 40px;
	}
}

.page_top a {
	display: inline-block;
	width: 8.6%;
	padding-bottom: 8.6%;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	border-top: 1px solid #242424;
	border-right: 1px solid #242424;
}

@media screen and (min-width: 600px) {
	.page_top a {
		width: 35px;
		padding-bottom: 35px;
	}
}

.page_top:hover {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	background: #ebebeb;
}

footer .foot_bnr {
	display: none;
}

@media screen and (min-width: 1000px) {
	footer .foot_bnr {
		display: block;
		width: 100%;
		padding: 0 40px 0;
		border-top: 1px dotted #242424;
		border-bottom: 1px dotted #242424;
	}
	footer .foot_bnr ul {
		display: table;
		margin: 0 auto;
		border-collapse: collapse;
		/* width: 1100px;*/
	}
	footer .foot_bnr ul li {
		display: table-cell;
		border-right: 1px dotted #242424;
		border-left: 1px dotted #242424;
	}
}

@media screen and (min-width: 1000px) {
	footer .inner {
		width: 1180px;
		margin: 0 auto;
		padding: 60px 40px 20px;
	}
}

footer .foot_nav {
	font-size: 3.59375vw;
	line-height: 1;
	letter-spacing: 0;
}

@media screen and (min-width: 600px) {
	footer .foot_nav {
		font-size: 0;
		padding: 6.25%;
	}
}

@media screen and (min-width: 1000px) {
	footer .foot_nav {
		float: right;
		width: 750px;
		padding: 0;
		text-align: right;
		border-bottom: none;
	}
}

footer .foot_nav .box {
	border-top: 1px dotted #242424;
	border-bottom: 10px;
}

@media screen and (max-width: 599px) {
	footer .foot_nav .box:nth-child(5) {
		border-bottom: 1px dotted #242424;
	}
}

@media screen and (min-width: 600px) {
	footer .foot_nav .box {
		display: inline-block;
		width: 48%;
		margin-bottom: 40px;
		vertical-align: top;
		border-top: none;
	}
	footer .foot_nav .box:nth-child(2n) {
		margin-left: 4%;
	}
}

@media screen and (min-width: 1000px) {
	footer .foot_nav .box {
		width: auto;
		min-width: 170px;
		margin-left: 60px !important;
		text-align: left;
	}
	footer .foot_nav .box:nth-child(3n+1) {
		margin-left: 0 !important;
	}
	footer .foot_nav .box:nth-child(5) {
		margin-left: 154px !important;
	}
}

footer .foot_nav .box ul {
	display: none;
}

@media screen and (min-width: 600px) {
	footer .foot_nav .box ul {
		display: block !important;
	}
}

footer .foot_nav .box h4,
footer .foot_nav .box li a {
	display: block;
	padding: 5% 6.5%;
}

@media screen and (min-width: 600px) {
	footer .foot_nav .box h4,
	footer .foot_nav .box li a {
		padding: 0;
	}
}

footer .foot_nav .box h4 {
	position: relative;
	cursor: pointer;
	pointer-events: all;
	background-color: #fff;
}

@media screen and (min-width: 600px) {
	footer .foot_nav .box h4 {
		font-size: 14px;
		margin-bottom: 16px;
		padding-bottom: 12px;
		pointer-events: none;
		border-bottom: 1px dotted #242424;
	}
}

footer .foot_nav .box h4:before {
	position: absolute;
	top: 50%;
	right: 6.25vw;
	display: block;
	width: 2px;
	height: 12px;
	margin: -6px 5px 0 0;
	content: '';
	background-color: #242424;
}
footer .foot_nav .box h4.about-products:before {
  display: none;
}

@media screen and (min-width: 600px) {
	footer .foot_nav .box h4:before {
		display: none;
	}
}

footer .foot_nav .box h4:after {
	position: absolute;
	top: 50%;
	right: 6.25vw;
	display: block;
	width: 12px;
	height: 2px;
	margin-top: -1px;
	content: '';
	background-color: #242424;
}
footer .foot_nav .box h4.about-products:after {
  display: none;
}

@media screen and (min-width: 600px) {
	footer .foot_nav .box h4:after {
		display: none;
	}
}

footer .foot_nav .box h4.active:before {
	display: none;
}

footer .foot_nav .box li {
	position: relative;
	border-top: 1px dotted #242424;
	background-color: #f4f4f4;
}

@media screen and (min-width: 600px) {
	footer .foot_nav .box li {
		font-size: 12px;
		margin-top: 8px;
		padding: 0;
		border-top: none;
		background-color: #fff;
	}
	footer .foot_nav .box li a:before {
		display: inline-block;
		width: 4px;
		height: 1px;
		margin-right: 6px;
		content: '';
		vertical-align: middle;
		background-color: #242424;
	}
}

footer .foot_nav .box li:after {
	position: absolute;
	top: 50%;
	right: 6.25vw;
	display: block;
	width: .6em;
	height: .6em;
	margin-top: -.3em;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid #242424;
	border-right: 1px solid #242424;
}

@media screen and (min-width: 600px) {
	footer .foot_nav .box li:after {
		display: none;
	}
}

footer .foot_nav .box.distinction li {
	width: 50%;
	background-color: #fff;
}

@media screen and (max-width: 599px) {
	footer .foot_nav .box.distinction {
		border: none !important;
	}
	footer .foot_nav .box.distinction ul {
		display: block;
		margin-top: 4.8%;
	}
	footer .foot_nav .box.distinction li {
		border: none !important;
		width: 100%;
	}
	footer .foot_nav .box.distinction li a {
		padding: 2.5% 6.5%;
	}
}

@media screen and (min-width: 600px) {
	footer .foot_nav .box.distinction li {
		float: none;
		width: auto;
	}
}

footer .foot_nav .box.distinction li:nth-child(2n) {
	border-left: 1px dotted #242424;
}

@media screen and (min-width: 600px) {
	footer .foot_nav .box.distinction li:nth-child(2n) {
		border-left: none;
	}
}

footer .foot_company {
	padding: 10% 0 8%;
}

@media screen and (min-width: 600px) {
	footer .foot_company {
		padding: 58px 6.25%;
	}
}

@media screen and (min-width: 1000px) {
	footer .foot_company {
		float: left;
		padding: 0;
	}
}

footer .foot_company h4 {
	width: 50%;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {
	footer .foot_company h4 {
		width: 204px;
		margin: 0;
		padding-bottom: 30px;
		border-bottom: 1px solid #242424;
	}
}

footer .foot_company address {
	width: 100%;
	margin-top: 8%;
	text-align: center;
}

@media screen and (min-width: 600px) {
	footer .foot_company address {
		margin-top: 30px;
		text-align: left;
	}
}

footer .foot_company address p {
	font-size: 3.59375vw;
	line-height: 1.6;
	letter-spacing: 0;
}

@media screen and (min-width: 600px) {
	footer .foot_company address p {
		font-size: 12px;
	}
}

footer .foot_company address .tel a {
	font-size: 9.375vw;
	line-height: 1;
	display: block;
}

footer .foot_company address .tel a img {
	vertical-align: baseline;
}

@media screen and (min-width: 600px) {
	footer .foot_company address .tel a {
		font-size: 30px;
	}
}

footer .foot_company address .address {
	margin-top: 4%;
}

@media screen and (min-width: 600px) {
	footer .foot_company address .address {
		margin-top: 10px;
	}
}

footer .foot_company .sns {
	font-size: 0;
	margin-top: 6%;
	text-align: center;
	letter-spacing: 0;
	background: url(../img/footer/please.png) no-repeat left 76% center;
	background-size: contain;
}

@media screen and (min-width: 600px) {
	footer .foot_company .sns {
		margin-top: 20px;
		text-align: left;
		background-position: left 80px center;
	}
}

footer .foot_company .sns li {
	display: inline-block;
	width: 5%;
	margin: 0 2%;
}

@media screen and (min-width: 600px) {
	footer .foot_company .sns li {
		width: 25px;
		margin: 0 12px 0 0;
	}
}

footer .copyright {
	font-family: sans-serif;
	font-size: 10px;
	line-height: 1.6;
	padding: 4% 0;
	text-align: center;
	letter-spacing: 0;
	border-top: 1px dotted #242424;
}

@media screen and (min-width: 600px) {
	footer .copyright {
		padding: 12px 0;
	}
	footer .copyright br {
		display: none;
	}
}



@media screen and (max-width: 999px) {
	footer {
		padding-bottom: 50px;
	}
	.fixedbnr {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: bottom;
		-webkit-align-items: bottom;
		-ms-flex-align: bottom;
		align-items: bottom;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		line-height: 1;
	}
	.fixedbnr > div {
		width: 50%;
		font-size: 14px;
	}
	.fixedbnr a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 1em 0;
		font-size: 14px;
		font-weight: bold;
	}
	.fixedbnr .icon {
		margin-right: 1em;
		width: 1.4em;
	}
	.fixedbnr .reserved {
		background-color: #940d57;
	}
	.fixedbnr .reserved a {
		color: #fff;
	}
	.fixedbnr .catalog {
		background-color: #fff;
		border: 1px dotted #242424;
	}
	.fixedbnr .catalog a {
		color: #242424;
	}
	.fixedbnr .realestate {
		background-color: #242424;
		border: 1px solid #242424;
	}
	.fixedbnr .realestate a {
		color: #FFFF;
	}
}
@media screen and (min-width: 1000px) {
	.fixedbnr {
		position: fixed;
		top: 200px;
		right: 10px;
		line-height: 1.2;
	}
	.fixedbnr a {
		padding: 1.2em 1em;
		width: 1em;
		font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	.fixedbnr .icon {
		margin: 0 0 .8em -30%;
		width: 160%;
	}
	.fixedbnr .reserved {
		background-color: #940d57;
	}
	.fixedbnr .reserved a {
		color: #fff;
	}
	.fixedbnr .catalog {
		margin-top: 18px;
		background-color: #fff;
		border: 1px dotted #242424;
	}
	.fixedbnr .catalog a {
		color: #242424;
	}
	.fixedbnr .realestate {
		margin-top: 18px;
		background-color: #242424;
		border: 1px solid #242424;
	}
	.fixedbnr .realestate a {
		color: #fff;
	}
}
