@charset "utf-8";
/*-----defult setting-----*/
body {
	margin:0;
	padding:0;
	background:#000000;
	font-family: "Century Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "STHeitiJ-Light";
	font-size:12px;
	line-height:150%;
	color:#FFFFFF;
	text-align:center;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, address, form, pre, code {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	font-size:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
img {
	border: none;
	vertical-align: middle;
}
hr {
	position:absolute;
	left:-9999em;
	width:10px;
	height:0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}

/*-----link-----*/
a {
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
a:hover, a:active {
	color:#DFDFDF;
	text-decoration:none;
}

/*-----strong/em-----*/
strong {
	font-weight:bold;
}
em {
	font-style:normal;
}

/*-----dl-----*/
dl dt {
	margin-bottom:0;
}
dl dd {
	margin-bottom:0;
}

/*-----table-----*/
table {
	border-collapse:collapse;
}
table th, table td {
	padding:0;
}
table td {
	font-weight:normal;
}

/*-----form-----*/
input, textarea {
	font-size:100%;
	line-height:1.25;
	padding:0;
	margin:0;
}

/*-----other-----*/
body h1 {
	display:none;
}
.clear {
	clear:both;
}

/*-sp fade-*/
.startSP {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.startSP p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 100%;
}
.startSP p img{
	width:350px;
	height:100%;
}

/*--common--*/
.MenuBtn{
	padding:5px;
	border:1px solid #000000;
	position:fixed;
	top:10px;
	right:10px;
	z-index:5000;
	/*-gradient-*/
	background: #857a79; /* Old browsers */
	background: -moz-linear-gradient(top, #857a79 0%, #403433 50%, #080100 50%, #080100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #857a79), color-stop(50%, #403433), color-stop(50%, #080100), color-stop(100%, #080100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #857a79 0%, #403433 50%, #080100 50%, #080100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #857a79 0%, #403433 50%, #080100 50%, #080100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #857a79 0%, #403433 50%, #080100 50%, #080100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #857a79 0%, #403433 50%, #080100 50%, #080100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#857a79', endColorstr='#080100', GradientType=0 ); /* IE6-9 */
	/*-radius-*/
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.MenuBtn a{
	color:#DFDFDF;
	text-shadow:1px 1px #000000;
}
header{
	height:100px;
	background:url(../img_s/head_logo.png) center no-repeat;
	background-size:300px auto;
	position:relative;
	margin-bottom:5px;
}
header h2{
	text-indent:-9999px;
}
#ImgArea{
	padding:10px;
	background:#555;
	margin-bottom:15px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 6px 3px inset;
}
#FootText{
	background:#555;
	color:#CCC;
	text-shadow:1px 1px #333;
	font-size:10px;
	padding:10px 0px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 6px 3px inset;
}
#FootText strong{
	font-size:12px;
}
#FootText li{
	margin-bottom:5px;
}
footer{
	padding:10px;
}
footer address{
	font-size:10px;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3{
	font-size:16px;
	font-weight:bolder;
	color:#FFF;
	padding:5px 10px 10px 10px;
	text-align:center;
}
nav{
	margin:0px 10px 10px 10px;
}
nav table{
	width:100%;
}
nav td{
	width:50%;
	padding:1px;
}
nav td a{
	padding:10px 5px;
	display:block;
	background:#333;
	text-shadow:1px 1px #000;
	/*-radius-*/
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
nav li{
	padding:1px 0px 1px 0px;
	text-align:left;
}
nav li a{
	padding:10px 5px;
	display:block;
	background:#333;
	text-shadow:1px 1px #000;
	/*-radius-*/
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.BtnAddress{
	margin:0px 10px 10px 10px;
}
.BtnAddress table{
	width:100%;
}
.BtnAddress td{
	width:50%;
	padding:1px;
}
.BtnTel a, .BtnTel a:link{
	background:url(../img_s/mk_tel.png) center no-repeat #333;
	background-size:24px auto;
	background-size:auto 21px;
	text-indent:-9999px;
	display:block;
	padding:10px 5px;
	/*-radius-*/
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.BtnMail a, .BtnMail a:link{
	background:url(../img_s/mk_mail.png) center no-repeat #333;
	background-size:24px auto;
	text-indent:-9999px;
	display:block;
	padding:10px 5px;
	/*-radius-*/
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.BtnArea{
	width:100%;
	margin:10px 0px;
}
.BtnArea th{
	width:50%;
	padding-left:10px;
	text-align:left;
}
.BtnArea th a{
	background:url(../img_s/arrow_left.png) left no-repeat;
	background-size:12px auto;
	padding-left:14px;
}
.BtnArea td{
	width:50%;
	padding-right:10px;
	text-align:right;
}
.BtnArea td a{
	background:url(../img_s/arrow_left.png) right no-repeat;
	background-size:12px auto;
	padding-right:14px;
}
.BtnMore{
	padding:10px;
	text-align:right;
}
.BtnMore a{
	background:url(../img_s/arrow_left.png) right no-repeat;
	background-size:12px auto;
	padding-right:14px;
}
.BtnTop{
	padding:10px;
	text-align:right;
}
.BtnTop a{
	background:url(../img_s/arrow_top.png) right no-repeat;
	background-size:12px auto;
	padding-right:14px;
}

/*--top--*/
#ImgArea{
}
#ImgArea li{
	height:230px;
	margin:0px auto;
	position:relative;
}
#ImgArea li p{
    width:100%;
	height:auto;
    position: absolute;
    clip: rect(0px auto 230px 0px);
	left:0px;
}
.News{
	margin:0px 10px 10px 10px;
	padding:10px;
	background:#FFF;
	text-align:center;
	color:#000;
	/*-radius-*/
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.News dt{
	font-size:10px;
	margin-bottom:5px;
}
.News dt strong{
	font-size:13px;
}
.News img{
	width:280px;
	height:auto;
	margin-bottom:10px;
	border:1px solid #000;
}

/*--other common--*/

/*--display--*/
#DisplayMain{
	text-align:left;
}
#PhotoThumb li{
	float:left;
	background:#FFF;
	margin:0px 0px 5px 0px;
	width:25%;
	height:85px;
	box-shadow:rgba(79, 79, 79, 0.19) 0px 0px 3px 1px;	/*ドロップシャドウ指定*/
	-webkit-box-shadow:rgba(79, 79, 79, 0.19) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(79, 79, 79, 0.19) 0px 0px 3px 1px;
}
#DisplayMain h4{
	margin-bottom:10px;
	color:#CCC;
	font-size:14px;
	text-align:center;
}
.DisplayNav li{
	text-align:center;
}

/*--thumb photo clip--*/
p.thumb1{
    display:block;
    height:85px; /*トリミング後の縦幅*/
    overflow:hidden;
    position:relative;
    z-index:1;
	border:1px solid #FFF;
	/*-radius-*/
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
}
p.thumb1 img{
	max-width:200px;
    float:left;
    position:absolute;
}
.modal{
	position:relative;
}
.modalClose{
	position:absolute;
	top:0px;
	right:0px;
}

/*--designer--*/
#DesignerMain{
	margin:0px 0px 10px 0px;
	text-align:left;
}
#DesignerMain .ListArrow a{
	background:url(../img_s/list_arrow.png) right no-repeat #333;
	background-size:15px auto;
	padding:10px 5px;
	display:block;
	text-shadow:1px 1px #000;
	/*-radius-*/
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*--detail--*/
#DetailMain{
	margin:0px 10px 10px 10px;
	text-align:left;
}
#DetailMain h4{
	margin-bottom:10px;
	color:#CCC;
	font-size:15px;
	font-weight:bolder;
}
#DetailMain h4 span{
	font-size:10px;
}
.flipsnap{
	width:100%;
}
.flipsnap li{
	width:280px;
	float:left;
	text-align:center;
}
.flipsnap img{
	width:280px;
	height:auto;
	margin:0px 2px 0px 0px;
}
.DetailBack{
	padding:10px 0px;
	text-align:left;
	clear:both;
}

/*--flip snap--*/
.viewport {
    width: 280px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}
.flipsnap {
    width: 10000px; /* 320px(item width) * 3(item count) */
}
.flipsnap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

/*--access--*/
#AccessMain{
	margin:0px 10px 10px 10px;
	text-align:center;
}
#AccessMain dt{
	margin-bottom:5px;
}
#AccessMain dd strong{
	font-size:13px;
}
#map_canvas{
	width:100%;
	height:280px;
	border:1px solid #666;
	margin:0px auto;
	/*-radius-*/
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
}
#AccessMain .accessMap{
	width:100%;
	height:300px;
}

/*--contact--*/
#ContactMain{
	margin:0px 10px 10px 10px;
	text-align:center;
}
#ContactMain dt{
	margin-bottom:5px;
}
#ContactMain dt span{
	font-size:10px;
	color:#999;
}
#ContactMain dd{
	margin-bottom:10px;
	text-align:center;
}
.input_inq1, .input_inq2, .input_inq3, .input_inq4, .select_inq1 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #333333;
	border: 1px solid #cccccc;
}
.input_inq1, .input_inq2, .input_inq3, .input_inq4 {
	background-color: #eeeeee;
}
.input_inq1::-webkit-input-placeholder, .input_inq2::-webkit-input-placeholder, .input_inq3::-webkit-input-placeholder, .input_inq4::-webkit-input-placeholder {
	color: #cccccc;
	font-size: 14px;
}
.input_inq1:-moz-placeholder, .input_inq2:-moz-placeholder, .input_inq3:-moz-placeholder, .input_inq4:-moz-placeholder {
	color: #cccccc;
	font-size: 14px;
}
.input_inq1:focus, .input_inq2:focus, .input_inq3:focus, .input_inq4:focus {
	background-color: #FFF;
}

.input_inq1, .input_inq2, .input_inq3, .input_inq4, .select_inq1 {
	height: 30px;
	padding: 0 8px;
}

/*input[text,tel,email]*/
.input_inq1 {
	width: 280px;
	font-size:12px;
}
.input_inq2 {
	width: 60px;
	font-size:12px;
}
.input_inq3 {
	width: 150px;
	font-size:12px;
}
.input_inq4 {
	width: 280px;
	height:150px;
	font-size:12px;
}
.btn_form{
	margin-right:5px;
	color:#FFFFFF;
	padding:5px 10px;
	text-shadow:1px 1px #000;
	border:1px solid #000;
	cursor:pointer;
	/*-gradient-*/
	background: #857a79; /* Old browsers */
	background: -moz-linear-gradient(top, #857a79 0%, #403433 50%, #080100 50%, #080100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #857a79), color-stop(50%, #403433), color-stop(50%, #080100), color-stop(100%, #080100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #857a79 0%, #403433 50%, #080100 50%, #080100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #857a79 0%, #403433 50%, #080100 50%, #080100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #857a79 0%, #403433 50%, #080100 50%, #080100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #857a79 0%, #403433 50%, #080100 50%, #080100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#857a79', endColorstr='#080100', GradientType=0 ); /* IE6-9 */
	/*-radius-*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*-shadow-*/
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/*--navimenu--*/
.MenuBtn{
	cursor:pointer;
}
.srvc-list {
	overflow: hidden;
}
#srvc-list ul li {
	background: none repeat scroll 0 0 #FFF;
}
.srvc-list li {
	text-align:left;
	font-size:14px;
}
#srvc-list ul li > a {
	border-right: medium none;
}
.srvc-list li a {
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	color: #7D7D7D;
	text-shadow:1px 1px #FFF;
	display: block;
	height: 43px;
	line-height: 43px;
	padding:0px 10px;
	background: url(../img_s/arrow.png) right no-repeat, #ffffff; /* Old browsers */
	background: url(../img_s/arrow.png) right no-repeat, -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* FF3.6+ */
	background: url(../img_s/arrow.png) right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: url(../img_s/arrow.png) right no-repeat, -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img_s/arrow.png) right no-repeat, -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%); /* Opera 11.10+ */
	background: url(../img_s/arrow.png) right no-repeat, -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%); /* IE10+ */
	background: url(../img_s/arrow.png) right no-repeat, linear-gradient(to bottom, #ffffff 0%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
}
#shopmenu{
	display: none;
}
#menu_list{
	border-bottom: 1px solid #666666;
	background:#353535;
	height: 40px;
	margin: 0;
	display: block;
	line-height: 40px;
	width: 100%;
	text-align:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
#menu_list span{
	margin-left:10px;
	color:#A0A0A0;
}
#menu_list span.line {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	margin-left: 46px;
	font-size: 20px;
}
.menu-close {
	border-bottom: 1px solid #9AABC7;
	display: block;
	height: 28px;
	padding: 0 2px 1px 0;
	width: 46px;
	float:right;
	margin-right: 5px;
}
.menu-close-btn {
	color:white;
	background: -moz-linear-gradient(top, #FFF, #CCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CCCCCC);
	border: 1px solid #333;
	border-width: 1px 1px;
	font-size: 12px;
	font-weight: 300;
	width: 46px;
	line-height: 28px;
	margin-top: 5px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
}
.menu-close-btn a#backhome {
	color: #333;
	display: block;
}
#shopmenu ol.list-home {
	list-style: none;
	margin: 0 auto;
	padding: 1px;
}
#shopmenu ol.list-home li {
	text-decoration: none;
	border-bottom: 1px solid #C8C8C8;
}