﻿@charset "utf-8";
/* ===================================================================
fonts 10px = 77%     11px = 85%     12px = 93%     13px = 100%     14px = 108%    15px = 116%    16px = 123.1%  17px = 131%     18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%     22px = 167%    23px = 174%    24px = 182%    25px = 189%      26px = 197%
=================================================================== */

/* MBS追加 */
.tokuten{
	font: 20pt "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color:#eeeeee;
	color:#ee0000;
	padding:20px;
	line-height:150%;
}
.tokuten span{
	font-size:32pt;
}


/* よく使うCSS start
img {	max-width:100%;}
table {	width:100%;}
a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;}
a img:hover {	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
よく使うCSS end -----
時々使うCSS3 start ---
テキストシャドウ {	text-shadow: 1px 1px 3px #000;}
テキストシャドウ {	text-shadow: 1px 1px 3px #000;}
ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}
トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
スマホ対応
@media screen and (max-width: 480px){
}
@media screen and (max-width: 320px){	
}
角丸 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
角丸個別
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
ボックスに影
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
テキストに影
	text-shadow: 1px 1px 0px #999;
}
時々使うCSS3 end */
/* スクロールバーの有無によるズレ対策 */
html {overflow-y: scroll;}
body {
	color: #202020;
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
}
input, textarea {
}
/* for IE6 */
* html body {font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;}
* html input, * html textarea {font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;}
nav ul {list-style: none;}
nav ul li {list-style: none;	display: inline;	margin-right: 10px;}
/* リンクなど ----------------------------------------------------*/
a {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
::selection {
	background: #FFAE10;
}
/* 汎用 ----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 0px 10px 0;
}
.tC,
.btn {
	text-align: center;
}
.tR,
.sign {
	text-align: right;
}

/*#　page（ページ全体）----------------------------------------------------*/
#page {
}
/*#　contents（メインとサイド）----------------------------------------------------*/
#contents {
	/zoom: 1;
	clear: both;
	text-align: center;
}
/*	#main（メインコンテンツ）　----------------------------------------------------*/
#page-top  {
	background: url(../img/pageTop.png) no-repeat;
	height: 69px;
	width: 69px;
	text-indent: -9999px;
}

/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {
	background: url(../img/bg.jpg) no-repeat center top;
	height: 615px;
	width: 100%;
}
#globalHeader hgroup {
	height: 615px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/*
#globalHeader hgroup .logo {
	position: absolute;
	top: 10px;
	left: 0px;
}
*/
#globalHeader hgroup h1 {
	position: absolute;
	right: 0px;
	bottom: 20px;
	font: 20px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-weight: bold;
	color:#ffffff;
	text-shadow: 1px 1px 2px #666666;
	line-height:130%;
}

h1 span.big{
	font-size:48px;
}

h1 span.sml{
	font-size:16px;
}


/* グローバルナビゲーション　----------------------------------------------------*/
nav  {
	width: 100%;
	background: #FFF;
	height: 56px;
	z-index: 999;
	position: relative;
	text-align: center;
}
nav ul   {
	/zoom: 1;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 0px;
}
nav ul :  after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
nav ul li   {
	float: left;
	margin: 0px;
	padding: 0px;
}


/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
	clear: both;
	border-top: 4px solid #EEEEEE;
	overflow: hidden;
	bottom: 10px;
}
footer#globalFooter article {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

footer#globalFooter ul {
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

footer#globalFooter ul li {
	float: left;
	margin-right: 30px;
	list-style: none;
}
footer#globalFooter ul li a {
	color: #222222;
	font-size: 10px;
}
#page-top {
	bottom: 10px;
	right: 10px;
	position: fixed;
}
#page-top a {
	background-image: url(../img/share/pageTop.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	display:block
}
/* copyright　----------------------------------------------------*/
footer#globalFooter p.copyright {
	float: right;
	padding-top: 5px;
	font-size: 10px;
	color: #666666;
}

footer#globalFooter p.copyright small {
}
ariticle {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-bottom: 50px;
}
#bespoke ariticle .mainimage {
	height: 640px;
	width: 960px;
	position: relative;
}
#bespoke ariticle .mainimage p {
	font-size: 12px;
	color: #FFF;
	position: absolute;
	z-index: 10;
	line-height: 1.4;
}
.mainimage .t01 {
	left: 387px;
	top: 280px;
}
.mainimage .t02 {
	left: 714px;
	top: 280px;
}
.mainimage .t03 {
	left: 387px;
	top: 600px;
}
.mainimage .t04 {
	left: 687px;
	top: 600px;
}
.pcmain { display:block; }
.smpMain {
	display: none;
}
#bespoke ariticle .bodycopy {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
section {
	clear: both;
}
section h2 {
	background: url(../img/ttl-bg.jpg) repeat-x;
	height: 82px;
	margin-bottom: 30px;
}

h2 span{
	display: none;
	}

section h2.no {
	margin: 0px;
}
section h2 img {
	padding-top: 24px;
}
#bespoke01 ariticle ul {
}
#bespoke01 ariticle ul li {
	float: left;
	width: 300px;
	padding: 0px;
	list-style: none;
}
#bespoke01 ariticle ul li span {
	text-align: left;
}
#bespoke01 ariticle ul li.center {
	margin-right: 30px;
	margin-left: 30px;
}
#bespoke01 ariticle ul li .txBg {
	background: #F0EEEB;
	padding: 10px 5px 10px 10px;
	font-size: 10px;
	display: block;
}
#bespoke01 ariticle ul li .txBg .name {
	font-size: 13px;
	color: #68543B;
	line-height: 1.2;
	font-weight: bold;
	display: block;
}
#bespoke01 ariticle ul li .txBg .cmt {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#bespoke01 ariticle ul li .txBg .price {
	display: block;
}
#bespoke01 ariticle ul li .txBg .price .red {
	font-size: 14px;
	color: #E54D42;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 4px;
}
#bespoke03 ariticle {
	width: 687px;
}
#bespoke03 ariticle p {
	font-size: 10px;
	margin: auto;
	text-align: right;
}
#bespoke04 ariticle {
	text-align: left;
}
#bespoke04 ariticle p {
	margin-bottom: 1em;
}
#formWrap {
	width: 780px;
	margin: 0 auto;
	line-height: 120%;
	font-size: 90%;
}
.formTable .atn   {
	font-size: 12px;
	color: #E54D42;
}
#formWrap h3 {
	margin-bottom: 20px;
}
table.formTable{
	width: 100%;
	margin: 20px auto;
	border-collapse: collapse;
}
table.formTable input{
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px 6px;
	width: 370px;
	font-size: 14px;
}
table.formTable textarea{
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px 6px;
	width: 570px;
	font-size: 14px;
}
table.formTable select {
	height: 40px;
	margin-left: 10px;
}
table.formTable td,table.formTable th{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	vertical-align: middle;
}
table.formTable th{
	width: 25%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.formTable tr td input.day {
	width: 60px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formTable tr td .line {
	padding-bottom: 6px;
}
#formWrap form p input[type="submit"] {
	background: url(../img/btn.jpg) no-repeat;
	background-size:300px 47px;
	height: 47px;
	width: 300px;
	margin-top: 6px;
	text-indent: -999px;
	border-style: none;
	cursor: pointer;
}
#map_canvas-factory {
	height: 400px;
	width: 100%;
}
#map_canvas-factory img {
	height: auto;
	width: 50%;
}
.access {
	margin-top: 30px;
}
.left {
	width: 57%;
}
.right {
	width: 43%;
}
.twoColumn  {
	margin: 0;
	float: left;
	text-align: left;
}
.twoColumn p {
	margin-bottom: 1em;
	font-size: 12px;
}
h3 {
	color: #535353;
}
.address .fright {
	float: right;
	width: 160px;
	display: block;
	overflow: hidden;
}
.twoColumn.right .address {
	width: 413px;
}
.address .addresstxt {
	font-size: 10px;
	display: block;
	font-style: normal;
	text-align: left;
}
/*  company
-----------------------------------------------------------------------------*/
#company .table_style01 {
	text-align: left;
	font-size: 12px;
	margin: 20px;
	line-height: 1.3;
}

#company .table_style01 th {
	border-bottom: 1px solid #E9E9E9;
	vertical-align: top;
	padding: 17px 22px 16px;
	text-align: left;
}

#company .table_style01 td {
	border-bottom: 1px solid #E9E9E9;
	padding: 19px 15px 16px;
	text-align: left;
}

#company .table_style01 td img{
	margin-top:10px;
	}

#company .table_style01 .last th,
#company .table_style01 .last td {
	border-bottom: none;
}


/*  Privacy
-----------------------------------------------------------------------------*/
#privacy{
	text-align: left;
	font-size: 12px;
	margin: 20px;
	line-height: 1.3;
}
#privacy h3.privacy_title{
	background:#f2f2f2;
	padding:12px 15px 9px;
	font-size:13px;
	color:#494646;
	margin-bottom:10px;
}
#privacy .privacy_tit{
	color:#000000;
	font-size:20px;
	padding-bottom:20px;
	font-weight:bold;
}
#privacy .privacy_txt01{
	margin-bottom: 20px;
	}
#privacy .privacy_cont{
	padding-bottom:20px;
	padding-right: 15px;
	padding-left: 15px;
}
#privacy .privacy_cont ul{
	padding-left:30px;
}
/*  contact
-----------------------------------------------------------------------------*/
.contact {
	text-align: left;
	font-size: 12px;
	margin: 20px;
	line-height: 1.3;
}

@media screen and (max-width: 960px) {
	body {
	color: #202020;
	font-size: 11px;
	line-height: 1.4;
	}
	tbody tr{
					display: block;
					margin-bottom: .5em;
			}
			tbody th,
			tbody td{
		display: list-item;
		border: none;
		list-style: none;
			}
		/*	header#globalHeader　----------------------------------------------------*/
	header#globalHeader {
		background: url(../img/bg.jpg) no-repeat center top;
		background-size:auto 200px;
		height: 200px;
		width: 100%;
	}
	#globalHeader hgroup {
		height: 200px;
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		position: relative;
	}
	#globalHeader hgroup .logo {
		position: absolute;
		top: 10px;
		left: 0px;
	}
	#globalHeader hgroup .logo img {
		width:50%;
		height:auto;
	}
	#globalHeader hgroup h1 {
		position: absolute;
		left: 55%;
		bottom: 10px;
	}
	#globalHeader hgroup h1 img {
		width:100%;
		height:auto;
	}
	ariticle {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		display: block;
		padding-bottom: 50px;
		overflow: hidden;
	}
	#bespoke ariticle .mainimage {
		height: auto;
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		position: relative;
	}
	.pcmain { display:none; }
	.smpMain {
		display: block;
	}
	/* グローバルナビゲーション　----------------------------------------------------*/
	nav  {
		width: 100%;
		background: #FFF;
		height: 56px;
		z-index: 999;
		position: relative;
		text-align: center;
	}
	nav ul   {
		/zoom: 1;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		display: block;
		padding: 0px;
	}
	nav ul :  after{
		content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
	}
	nav ul li {
		float: left;
		width:20%;
		margin: 0px;
		padding: 0px;
	}
	nav ul li img {
	height: auto;
	width: 100%;		
	}
	section h2 {
	background: url(../img/ttl-bg.jpg) repeat-x;
	background-size:auto 46px;
	height: 46px;
	margin-bottom: 30px;
	}
	h2 span {
	display: block;
	font: 15px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px #454545;
	}
	section h2 img {
		display:none;
	}
		#bespoke01 ariticle ul li {
		float: none;
		width: 300px;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		list-style: none;
		margin-bottom: 20px;
	}
		#bespoke01 ariticle ul li.center {
		margin-right: auto;
		margin-left: auto;
	}
	#bespoke03 ariticle {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
	}
	#page-top a {
		background-image: url(../img/share/pageTop.png);
		background-size:30px 30px;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		display:block
	}
	
	
	#formWrap {
		width: 100%;
		margin: 0 auto;
	}
	.formTable .atn   {
		font-size: 10px;
		color: #E54D42;
	}
	#formWrap h3 {
		margin-bottom: 20px;
	}
	table.formTable{
		width: 100%;
		margin: 20px auto;
		border-collapse: collapse;
	}
	table.formTable input{
		background: #eee;
		border: 1px solid #ddd;
		padding: 10px 6px;
		width: 96%;
		font-size: 14px;
	}
	table.formTable textarea{
		background: #eee;
		border: 1px solid #ddd;
		padding: 10px 6px;
		width: 96%;
		font-size: 14px;
	}
	table.formTable select {
		height: auto;
		margin-left: 10px;
	}
	table.formTable td,table.formTable th{
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: left;
		vertical-align: middle;
	}
	table.formTable th{
		width: auto;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
	}
	.formTable tr td input.day {
		width: 30px;
		margin-right: 5px;
		margin-left: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.formTable tr td .line {
		padding-bottom: 6px;
	}
	#formWrap form p input[type="submit"] {
		background: url(../img/btn.jpg) no-repeat;
		height: 47px;
		width: 300px;
		margin-top: 6px;
		text-indent: -999px;
		border-style: none;
		cursor: pointer;
	}
	#map_canvas-factory {
		height: 300px;
		width: 100%;
	}
	.access {
		margin-top: 30px;
	}
	.left {
		width: 96%;
		margin:0 2%;
	}
	.right {
		width: 96%;
		margin:0 2%;
	}
	.twoColumn  {
		margin: 0;
		float: none;
		text-align: left;
	}
	.twoColumn p {
		margin-bottom: 1.5em;
		font-size: 9px;
	}
	h3 {
		color: #535353;
	}
	.address .fright {
		float: none;
		width: 96%;
		margin:0 2%;
	}
	
	.twoColumn.right .address {
		width: 96%;
		margin:0 2%;
	}
	.address .addresstxt {
		font-size: 10px;
		display: block;
		font-style: normal;
		text-align: left;
	}
	#formWrap form p input[type="submit"] {
		background: url(../img/btn.jpg) no-repeat;
		background-size:300px 47px;
		height: 47px;
		width: 300px;
		margin-top: 6px;
		text-indent: -999px;
		border-style: none;
		cursor: pointer;
	}
	/*  company
	-----------------------------------------------------------------------------*/
	#company .table_style01 {
		text-align: left;
		font-size: 12px;
		margin: 20px;
		line-height: 1.3;
	}
	
	#company .table_style01 th {
		border-bottom: 1px solid #E9E9E9;
		vertical-align: top;
		padding: 17px 22px 16px;
		text-align: left;
	}
	
	#company .table_style01 td {
		border-bottom: 1px solid #E9E9E9;
		padding: 19px 15px 16px;
		text-align: left;
	}
	
	#company .table_style01 td img{
		margin-top:10px;
		}
	
	#company .table_style01 .last th,
	#company .table_style01 .last td {
		border-bottom: none;
	}
	
	
	/*  Privacy
	-----------------------------------------------------------------------------*/
	#privacy{
		text-align: left;
		font-size: 12px;
		margin: 20px;
		line-height: 1.3;
	}
	#privacy h3.privacy_title{
		background:#f2f2f2;
		padding:12px 15px 9px;
		font-size:13px;
		color:#494646;
		margin-bottom:10px;
	}
	#privacy .privacy_tit{
		color:#000000;
		font-size:20px;
		padding-bottom:20px;
		font-weight:bold;
	}
	#privacy .privacy_txt01{
		margin-bottom: 20px;
		}
	#privacy .privacy_cont{
		padding-bottom:20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	#privacy .privacy_cont ul{
		padding-left:30px;
	}
	/*  contact
	-----------------------------------------------------------------------------*/
	.contact {
		text-align: left;
		font-size: 12px;
		margin: 20px;
		line-height: 1.3;
	}

}
#bespoke01 ariticle {
	overflow: hidden;
}
