@charset "utf-8";

html, body, div, span, iframe, main, article, section, nav, aside, header, footer, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, figure, cite, del, dfn, em, img, ins, kbd, q, s, strong, sub, sup, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, ruby, time {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3";
	border: none;
}

p,
figure {
	margin: 5px 0;
	padding: 5px 0;
}

p img {
	vertical-align: middle;
}

ul,li {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

strong,em {
	font-weight: bold;
}

body {
	color: #404040;
	background: #fff;
	border-bottom: solid 2px #232527;
}

header {
	background: #fff;
}

main {
	background: #fff;
}

aside {
	background: #fff;
}

footer {
	clear: both;
	background: #fff;
}

hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
}

main a img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

main a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

/* 共通クラス */
.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-right a {
	padding-right: 18px;
	background: url(../images/arrow6.png) no-repeat 100% 50%;
}

.big {
	font-size: 18px;
}

.small {
	font-size: 14px;
}

.left {
	float: left;
}

img.left {
	margin: 0 20px 10px 20px;
}

figure.left {
	margin: 10px 20px 10px 20px;
}

.right {
	float: right;
}

img.right {
	margin: 0 20px 10px 25px;
}

figure.right {
	margin: 10px 20px 10px 25px;
}

.img-com-right {
	float: right;
	margin-left: 25px;
	margin-right: 30px;
	padding: 10px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 1px 0 #999;
	-moz-box-shadow: 1px 1px 1px 0 #999;
	-webkit-box-shadow: 1px 1px 1px 0 #999;
}

.sales-completed {
	box-sizing: border-box;
	margin: 5px 0;
	padding: 10px 0;
	font-size: 26px;
	text-align: center;
	color: #ff3300;
	font-weight:  bold;
	border: double 5px #ff3300;
}

.mgt10 {margin-top: 10px !important;}
.mgt20 {margin-top: 20px !important;}
.mgt30 {margin-top: 30px !important;}
.mgt40 {margin-top: 40px !important;}
.mgt50 {margin-top: 50px !important;}
.mgb10 {margin-bottom: 10px !important;}
.mgb20 {margin-bottom: 20px !important;}
.mgb30 {margin-bottom: 30px !important;}
.mgb40 {margin-bottom: 40px !important;}
.mgb50 {margin-bottom: 50px !important;}
.pdt100 {padding-top: 100px !important;}

.img350-l {
	float: left;
	margin: 0 20px 10px 20px;
}

@media screen and (max-width: 640px) {
	.img350-l {
		float: none;
		margin: 0 20px;
		text-align: center;
	}
}

/* 常設展示 */
.showroom {
	width: 60%;
	margin: 20px auto;
	padding: 0 0 20px;
	border: solid 10px #a70b0b;
	border-radius: 20px;
}

.showroom h2 {
	margin: 0;
	padding: 5px 0 10px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	background: #a70b0b;
}

.showroom p {
	margin: 10px 20px;
}

.showroom .contact-button3 {
	margin: 10px 0;
	text-align: center;
}

.showroom .contact-button3 a {
	padding: 15px 40px 15px 20px;
	color: #fff;
	text-decoration: none;
	background: #ff421d url('../images/arrow1.png') no-repeat 95% 50%;
	box-shadow: 0 2px #aa2309;
	border-radius: 4px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.showroom .contact-button3 a:hover {
	background-color: #f3a88a;
}

@media screen and (max-width: 640px) {
	.showroom {
		width: 90%;
	}

	.showroom p {
		margin: 10px 5px;
	}

	.showroom .contact-button3 a {
		padding: 15px 10px;
		background: #ff421d;
	}
}

#wrapper {
	border-top: solid 2px #0c6daf;
}

/* パン屑 */
#pankuzu {
	margin: 5px 10px 20px 5px;
	font-size: 14px;
}

#pankuzu span {
	font-size: 14px;
}

/* ページのトップへ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
}

#page-top a {
	display: block;
	width: 80px;
	padding: 30px 0;
	text-decoration: none;
	color: #fff;
	text-indent: -9999px;
	background-color: rgba(153,153,153,0.4);
	background-image: url('../images/arrow3.png');
	background-position: 0 50%;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

#page-top a:hover {
	background-color: rgba(153,153,153,0.8);
}

/* 全体幅 */
@media screen and (min-width: 1100px) {
	#wrapper {
		width: 1080px;
		margin: 0 auto;
		background: #fff;
	}
}

/* ヘッダー */
#top-logo {
	width: 280px;
	float: left;
	padding-top: 5px;
}

#top-navi1 {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

#top-navi1 li {
	display: inline;
	margin: 0 10px;
}

#top-navi1 a {
	text-decoration: none;
}

#top-navi1 a:hover {
	text-decoration: underline;
}

#top-navi1 a[class="openButton"] {
	padding-right: 20px;
	background: url('../images/arrow8.png') no-repeat 100% 50%;
}

#top-navi1 a[class*="menuOpen"] {
	padding-right: 20px;
	background: url('../images/arrow9.png') no-repeat 100% 50%;
}

#menu-panel {
	width: 240px;
	display: none;
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 50vw;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
}

#menu-panel li {
	background: #fff;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
}

#menu-panel li a {
	display: block;
	padding: 8px 25px;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#menu-panel li a:hover {
	color: #fff;
	background: #0b64a7;
}

#top-navi2 {
	height: 70px;
	float: right;
}

#top-navi2 li {
	display: inline-block;
	width: 80px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
}

#top-navi2 li a {
	display: block;
	width: 80px;
	height: 70px;
}

#top-navi-about a {
	background: #f2f4f6 url('../images/top-navi-about.png') no-repeat 50% 10px;
}

#top-navi-about a:hover {
	background-color: #fafafa;
}

#top-navi-contact a {
	background: #e7a768 url('../images/top-navi-contact.png') no-repeat 50% 14px;
}

#top-navi-contact a:hover {
	background-color: #f0be8d;
}

#header .mov {
	display: none;
}

@media screen and (max-width: 1100px) {
	#top-logo {
		padding-left: 5px;
	}

	#menu-panel {
		left: calc(100vw - 550px);
	}
}

@media screen and (max-width: 900px) {
	#header {
		margin-bottom: 10px;
	}

	#top-navi2 {
		display: none;
	}

	#menu-panel {
		left: calc(100vw - 400px);
	}
}

@media screen and (max-width: 800px) {
	#top-navi1 {
		margin-right: 0;
	}
}

@media screen and (max-width: 700px) {
	#top-navi1 li:first-of-type {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	#top-logo {
		width: 200px;
	}

	#top-logo img {
		width: 200px;
	}

	#top-navi2 {
		height: 50px;
	}

	#top-navi2 li {
		height: 50px;
	}

	#top-navi2 li a {
		height: 50px;
	}

	#top-navi-about a {
		background: #f2f4f6 url('../images/top-navi-about2.png') no-repeat 50% 4px;
	}

	#top-navi-contact a {
		background: #e7a768 url('../images/top-navi-contact2.png') no-repeat 50% 8px;
	}
}

@media screen and (max-width: 560px) {
	#top-navi1,
	#top-navi2,
	#menu-panel {
		display: none;
	}

	#header .mov {
		display: block;
	}

	#header .mov div a {
		display: block;
		width: 35px;
		height: 27px;
		float: right;
		margin: 10px 10px 0 0;
		padding: 2px 3px;
		background: #134777;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

	#menu-panel2 {
		box-sizing: border-box;
		width: 100%;
		display: none;
		position: absolute;
		z-index: 1;
		top: 50px;
		border-top: solid 1px #333;
		border-left: solid 1px #333;
	}

	#menu-panel2 li {
		background: #fff;
		border-bottom: solid 1px #333;
		border-right: solid 1px #333;
	}

	#menu-panel2 li a {
		display: block;
		padding: 10px 15px;
		color: #fff;
		text-decoration: none;
		background: #134777;
	}

	#menu-panel2 li a:hover {
		color: #134777;
		font-weight: bold;
		background: #f0f0f0;
	}
}

/* フッター */
footer {
	padding-bottom: 5px;
	background: #232527;
}

footer ul {
	width: 960px;
	margin: 0 auto 20px;
	padding: 20px 0;
	text-align: center;
	border-bottom: solid 1px #fff;
}

footer li {
	display: inline-block;
	margin: 10px;
	white-space: nowrap;
}

footer a {
	font-size: 14px;
	color: #fff;
}

footer a:hover {
	text-decoration: none;
}

footer p {
	padding: 5px 0;	
	font-size: 14px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 980px) {
	footer ul {
		width: 640px;
	}
}

@media screen and (max-width: 660px) {
	footer ul {
		width: auto;
	}

	footer li {
		display: block;
	}
}
