
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {width: 100%;
	height: auto;
	font-family: 'Lato', sans-serif;
	font-family: 'Hiragino Kaku Gothic Pro'
	
}


h1 {font-size: 2em;
	text-align: center;
font-weight: normal;
color: #888;
letter-spacing: 10PX;}


h3{font-family: 'Hiragino Kaku Gothic Pro'
}


span{color: #000000;
font-size: 18px;}

article {
	height: 1000px;
	margin: 100px auto;
	text-align: center;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}
a {
	color: #000000;
	font-weight: normal;
}
li {
	list-style-type: none;
}
.left{
	float:left;
}

.right{
	float: right;
}
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}


.inner {
	width: 1080px;
	height: 85px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

.inner img {width: 22%;
float: left;
margin-bottom:15px;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto;
	padding: 30px 0 0;
	line-height: 2.5;
	z-index: 999;
    background-color: #FFF;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}

#global-nav  {
    position: relative;
	}

#global-nav ul {
    margin: 0 auto;
	list-style: none;
	display: table;
  table-layout: fixed;
  text-align: center;
  width: 78%;
	float: right;
    margin-top:15px;
}
#global-nav ul li {
	float: left;
	position: relative;
	width: 20%;
padding: 0 0 0 30px;
}
#global-nav ul li a {
	
	padding: 0 0 0 30px;
	font-size: 14px;
	color: #000;
}

#global-nav ul li a:hover{
	font-size: 110%;
}






/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 70px;
	background: #fff;
	background: rgba(255,255,255,.9);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/

/* wrapper */

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


/* スライダー　*/

/* Opening
-----------------------------------------*/
.Opening {width: 100%;
position:relative;
background-color: #FFF;
	margin: 0 auto;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
	margin: 0 auto;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}








.cd-scrolling-bg {
  position: relative;
  height: auto;
  padding: 4em 0;
  line-height: 1.6;
  
  z-index: 2;
}





.cd-scrolling-bg__content {
width: 1080px;
margin: 0 auto;
height: auto}








#about_box {width: 100%;
height: auto;
	
margin-bottom: 100px;
padding-bottom: 50PX;}


#about_box h1{width: 100%;
	padding-top: 60px;
height: auto;

margin-bottom: 100px;}

#about_box p{position: relative;
	font-family: "A P-OTF Shuei KakuGo Kin Std B";
  font-size: 2em;
	line-height: 2em;
	text-align: center;
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
	background-color: #fff;
	letter-spacing: 5px;
	
	
}



/* サービス　*/


#service_box {width: 1080px;
height: 1000px;
margin: 0 auto;
text-align: center;
margin-top: 100PX;}



.service_box_1 {width: 30%;
	float: left;
height: auto;
	margin-right: 5%;
text-align: left;
overflow: hidden;}

.service_box_2{width: 30%;
	float: right;
height: auto;
	text-align: left;
overflow: hidden;
}

.service_box_1 img{width: 100%;
	height: auto;
	float: left;
height: auto;
	margin-right: 30px;
	padding-bottom: 1.5em;
overflow: hidden;
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}


.service_box_1 img:hover{  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);}

.service_box_2 img{width: 100%;
	height: auto;
	float: right;
height: auto;
	padding-bottom: 1.5em;
overflow: hidden;
-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;}

.service_box_2 img:hover{  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);}

#service_box h1{font-size: 2em;
	text-align: center;
font-weight: normal;
color: #888;
letter-spacing: 10PX;
padding: 100px 0 100px 0;
}


#service_box h2{font-size: 1.5em;
	text-align: center;
font-weight: normal;
color: #888;
margin-bottom: 30px;}

#service_box a{
	font-size: .9em;
color: #666;
	text-align: justify;
  text-justify: inter-ideograph;
}






/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

#mobile-head img {display: none;
	}

/* スクロール箇所 */
.cd-scrolling-bg {background-color: #fff;
    height: auto;
}


/* トップイメージ */

.top_image {width: 100%;
height: 1px;

margin: 0 auto;}


.top_image img{width: 100%;
height: 1px;
margin: 0 auto;}


	.top_image2 {width: 100%;
height: auto;
margin: 0 auto;
	display: none}

		.top_image2 img{width: 100%;
height: auto;
margin: 0 auto;
		display: none
}

 #top_catch {
	position: absolute;
	top: 40%;
left:13%;
	z-index: 10;
	text-align: center;
	width: 80%;
	color: #FFF;
     text-shadow: 0px 0px 5px rgba(30,30,30,1);
     margin: 0 auto;
}

#top_catch p {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 23px;
    line-height: 180%;
}

/* PRIVACY */

#privacy_box {width: 1080px;
height: auto;
margin: 0 auto;
margin-bottom: 10%}

#privacy_box h3{
font-size: 1rem;
line-height: 2rem;
}


#privacy_box a{
font-size: .8rem;
line-height: 1.8rem;
margin-bottom: 50px}

.privacy_box_mini {width: 80%;
	padding: 50px 0 0 0;
margin: 0 auto;
text-align: justify;
  text-justify: inter-ideograph;}

/* LAW */
#law_box h3{
font-size: 1rem;
line-height: 1rem;
}


/* COMPANY */

#company_box {width: 1080px;
height: 1500px;
margin: 0 auto;}

#company_box p{text-align: center;
font-size: 1rem;
line-height: 2rem;
padding:100px 0 100px 0}




.map {width: 1080px;
height: auto;}


#shop_info{
	width: 1080px;
	margin-left: 130px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-top: 0px;
	overflow: hidden;
}


.shop_info_box{
	height: auto;
	vertical-align: middle;
}


.shop_info_left{
	width: 150px;

	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	padding-right: 20px;
	text-align: right;
	line-height: 1.5em;
}
.shop_info_right{
	width:870px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	float: left;
	border-left-style:solid;
	border-width: .5px;
	border-color: #888;
	line-height: 1.5em;
	
}

.title_box {width: 1080px;
	height: auto;
margin: 100px auto 50px 0;
}

.title_box h3{text-align: center;
	padding:10px;
	border: solid #777 2px
}



/*CONTACT*/

#contact_box {
    width: 100%;
height: auto;
margin: 120px 0 auto;}

article.contact {width: 100%;
	margin:0 auto;
}

.contact_area {
	width:100%;
	margin:0 auto;
	padding:0;
}
.message {
	text-align:center;
	padding:20px 0 30px 0;
    line-height: 160%;
}

	
	.form_box{width: 100%;
	margin: 0 auto;
	}

.form_box h3{
	font-size: 22px;
	line-height: 30px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 10px 30px;
	background-color: #F6F6F6;
	color: #111;
    text-align: center;
}
form#mail_form{
	width : 100%;
	margin : 20px auto;
	padding : 10px 0;
	background : #ffffff;

}

form#mail_form dl{
	width : 90%;
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form dl dt{
	clear : both;
	width : 35%;
	float : left;

	padding : 15px 0;
	text-align : right;
	overflow : hidden;
}

form#mail_form dl dd{
	width : 60%;
	float : right;
	padding : 15px 0 15px 0;
	text-align: left
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}

form#mail_form dl dt span{
	display : block;
	font-size : 85%;
	color : #3377ff;
}

/* table classes
----------------------------------------------------------------------*/
orm#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : inline-block;
	float : left;
	color : #ffffff;
	line-height : 1;
	padding : 8px 9px;
	border-radius : 3px;
}

form#mail_form dl dt span.required{
	background : #d9534f;
	border : 1px solid #d43f3a;
}

form#mail_form dl dt span.optional{
	background : #337ab7;
	border : 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;

	margin-top : 3px;
}


span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 5px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}

form#mail_form select{
	font-size : 100%;
	font-family : inherit;
	margin-top : 10px;
}

form#mail_form textarea{
	display : block;
	width : 90%;
	max-width : 90%;
	height : 200px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}


form#mail_form ul{
	list-style-type : none;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}


form#mail_form input#company{
	width : 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule{
	width : 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 80%;
}

form#mail_form input#postal+a{
	display : inline-block;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5bc0de;
	border : 1px solid #46b8da;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
	position : relative;
	top : -1px;
}

form#mail_form input#postal+a:hover{
	cursor : pointer;
	background : #31b0d5;
	border : 1px solid #269abc;
}

form#mail_form input#address{
	width : 90%;
}


form#mail_form p#form_submit{
	width : 60%;
	margin: 0 auto;
	padding : 15px 0;
}

form#mail_form input[type="button"]{
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5cb85c;
	border : 1px solid #4cae4c;
	border-radius : 2px;
	color : #ffffff;
	font-family : inherit;
	-webkit-appearance : none;
	font-size : 100%;
	margin: 0 auto;
}

form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #449d44;
	border : 1px solid #9B9B9B;
}

form#mail_form input#form_submit_button{
	margin-left : 40%;
}

/* form classes
----------------------------------------------------------------------*/
dl,
dd,
dt,
p,
th,
td{
	margin : 0;
	padding : 0;
}

fieldset,
img{
	border : 0;
	vertical-align : middle;
}

code,
em,
strong,
th{
	font-style : normal;
	font-weight : normal;
}



/* FOOTER */
#footer{
	width: 100%;
	height: auto;
	background-color: #B0B0B0;
	line-height: 30px;
	margin: 0 auto;
	
}

	.footer_box{
	width: 1080px;
	height: auto;
		margin: 0 auto;
		padding: 20px 0
	
}

#footer a{
	font-size: .8rem;
	margin-right: 2%;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	letter-spacing:2px;
	text-align:left;
	
}


#footer a:hover{
	opacity: 0.7;
}

#footer p{font-size: .7rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	letter-spacing:3px;
	text-align: right;
	
	
}

.content {
	width: 100%;
	background-color: #FFF;
	margin-top:30px;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}
.content table.table_01 td.td_price {
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	color: #008C69;
	font-weight: bold;
}

.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 600px;
}
.content table.table_02 th,
.content table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}
.content table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
	background-color: #F6F6F6;
}
.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
}
.content table.table_02 td .price {
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}

.content dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 10px 30px;
	background-color: #F6F6F6;
	color: #111;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    margin-bottom: 20px;
}
.content dl.faq dd {
	padding: 10px 30px;
    line-height: 180%;
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

ul.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	width: 21%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
ul.works_list li a {
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px dotted #CCC;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
}
ul.works_list li a img {
	width: auto;
	max-width: 100%;
}

ul.works_list li a:hover img {
}

ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	letter-spacing: 1px;
}

ul.works_list li a:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	border: 1px solid #000;
	color: #000;
}

.content h2 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-weight: normal;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}

.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 14px;
	color: #999;
}
/* 商品ページ */
#products {
width: 100%;
height: auto;
margin:50px auto 0 auto;
	text-align: center;
}

#products #lp{
	width: 90%;
	padding-bottom: 20px;
	margin:0 auto 20px auto;
	border-bottom: 1px #000000 dotted;
}
#products #lp img{
	width: 100%;
	margin:0;
}

#products h2{
	color: #666;
	padding: 3px;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
	margin: 0 0 35px 0;
}

#products .item{
	margin:0 auto 50px auto;
	width: 90%;
}

#products .left{
	width: 40%;
	height: 40%;
	margin-right: 5%;
}

#products .left img{
	width: 80%;
}
#products .right{
	width: 55%;
}


#products h3{
	font-size:110%;
	color: #333;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: left;
}

#products p{
	text-align: justify;
}

#products .item p{
	margin: 10px 0 30px 0;
}

#products .detail p{
	margin: 0 0 30px 0;
}

#products .price{
	font-size:	105%;
	text-align: right;
}

#products .price00{
	font-size:	130%;
	font-weight: bold;
}
#products .price11{
	font-size:	160%;
	font-weight: bold;
	color: #A70002;
}
#products .form{
	width: 100%;
	float:right;
	text-align: right;
}
#products .cart{
	margin: 30px 0 0 0;
}

#products .button{
	width: 100%;
	padding:20px 0;
	background-color: #000;
	color: #fff;
	margin: 50px 0 0 0;
}

#products a:hover .button{
	background-color: #666;
}

#products .button_cart{
	width: 75%;
	padding:10px 0;
	background-color:#000455;
	color: #fff;
	margin:0;
cursor: pointer;
cursor: hand;
	font-size:100%;
}

#products .button_cart:hover{
	background-color:#666;
}

#products a:hover{
	text-decoration: none;
}


#products .detail{
	width: 100%;
	margin: 0 auto;
}

#products .detail p{
	font-size:100%;
    font-size:86%;
}



@media screen and (max-width: 980px) {
	
	body {width: 100%;
	height: auto;
		margin: 0 auto;
}
	
	
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
	
	
		/* スライダー　*/

/* Opening
-----------------------------------------*/
.Opening {width: 100%;
height: auto;
margin: 0 auto;
background-color: #FFF;
}
.Opening ul li{
  width: 100%;
height: auto;
text-align: center;
}
	
	
.Opening ul li img.Opening__text{
width: 100%;
height: auto;
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  width: 100%;
  height: auto;
}
	

.Opening__img{
  width: 100%;
  height: auto;
}

	
/*  about crea */
	
.cd-scrolling-bg {
  position: relative;
  height: auto;
  padding: 4em 0;
  line-height: 1.6;
  z-index: 2;
}





.cd-scrolling-bg__content {width: 95%;
margin: 0 auto;
height: auto}
	
	
	
	/* PRIVACY */

#privacy_box {width: 100%;
height: auto;
margin: 0 auto;
margin-bottom: 10%}

#privacy_box h3{
font-size: 1rem;
line-height: 2rem;
}


#privacy_box a{
font-size: .8rem;
line-height: 1.8rem;
margin-bottom: 50px}

.privacy_box_mini {width: 80%;
	padding: 50px 0 0 0;
margin: 0 auto}




/* COMPANY */

#company_box {width:100%;
height: auto;
margin: 0 auto;}

#company_box p{text-align: center;
font-size: 1rem;
line-height: 2rem;
padding:100px 0 100px 0}
	
	
	
.map {width: 100%;
	margin: 0 auto;
height: auto;}


#shop_info{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: 0px;

}


.shop_info_box{width: 100%;
	height: auto;
	vertical-align: middle;
}
	
	
	.shop_info_box_in_box{width: 100%;
	height: auto;
}
	
	
	.shop_info_box_in_box a{font-size: .9rem;
}


.shop_info_left{
	width: 20%;
	height: 55px;
padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	line-height: 1.5em;
}
	
	
.shop_info_right{
	width:70%;
	height: 55px;
	padding-top: 10px;
	margin-left: 21%;
	float: none;
	border-left-style:solid;
	border-width: .5px;
	border-color: #888;
	line-height: 1.5em;
	
}

.title_box {width: 100%;
	height: auto;
margin: 50px auto 50px 0;
}

.title_box h3{text-align: center;
	padding:10px;
	border: solid #777 2px;
}





#about_box {width: 100%;
height: auto;
	margin: 0 auto;
margin-bottom: 100px;
padding-bottom: 50PX;}


#about_box h1{width: 100%;
	padding-top: 60px;
height: auto;
margin-bottom: 100px;}

#about_box p{position: relative;
	font-family: "A P-OTF Shuei KakuGo Kin Std B";
  font-size: 1.5em;
	line-height: 2em;
	text-align: center;
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
	background-color: #fff;
	letter-spacing: 5px;
}

	
	
	
	
/* サービス　*/


#service_box {width: 100%;
height: 1000px;
margin: 0 auto;
text-align: center;
margin-top: 100PX;}



.service_box_1 {width: 30%;
	float: left;
height: auto;
	margin-right: 5%;
text-align: left;
overflow: hidden;}

.service_box_2{width: 30%;
	float: right;
height: auto;
	text-align: left;
overflow: hidden;
}

.service_box_1 img{width: 100%;
	height: auto;
	float: left;
height: auto;
	padding-bottom: 1.5em;
overflow: hidden;
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}


.service_box_1 img:hover{  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);}

.service_box_2 img{width: 100%;
	height: auto;
	float: right;
	padding-bottom: 1.5em;
overflow: hidden;
-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;}

.service_box_2 img:hover{  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);}

#service_box h1{font-size: 2em;
	text-align: center;
font-weight: normal;
color: #888;
letter-spacing: 10PX;
padding: 100px 0 100px 0;
}


#service_box h2{font-size: 1.5rem;
	text-align: center;
font-weight: normal;
color: #888;}

#service_box a{
	font-size: .9em;
color: #666;
	text-align: justify;
  text-justify: inter-ideograph;
}
	
	

/*CONTACT*/

#contact_box {
    width: 100%;
height: auto;
margin: 100px 0 auto;}

article.contact {width: 100%;
	margin:0 auto;
}

.contact_area {
	width:100%;
	margin:0 auto;
	padding:0;
}
.message {
	text-align:center;
	padding:20px 0 30px 0;
}

.contact .form_area .message span{
	font-size:1.3rem;
	line-height: 3.5rem;
}
	
	.form_box{width: 100%;
	margin: 0 auto;
}


form#mail_form{
	width : 100%;
	margin : 50px auto;
	padding : 10px 0;
	background : #ffffff;

}

form#mail_form dl{
	width : 90%;
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form dl dt{
	clear : both;
	width : 35%;
	float : left;

	padding : 15px 0;
	text-align : right;
	overflow : hidden;
}

form#mail_form dl dd{
	width : 60%;
	float : right;
	padding : 15px 0 15px 0;
	text-align: left
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}

form#mail_form dl dt span{
	display : block;
	font-size : 85%;
	color : #3377ff;
}

/* table classes
----------------------------------------------------------------------*/
orm#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : inline-block;
	float : left;
	color : #ffffff;
	line-height : 1;
	padding : 8px 9px;
	border-radius : 3px;
}

form#mail_form dl dt span.required{
	background : #d9534f;
	border : 1px solid #d43f3a;
}

form#mail_form dl dt span.optional{
	background : #337ab7;
	border : 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;

	margin-top : 3px;
}


span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 5px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}

form#mail_form select{
	font-size : 100%;
	font-family : inherit;
	margin-top : 10px;
}

form#mail_form textarea{
	display : block;
	width : 90%;
	max-width : 90%;
	height : 200px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}


form#mail_form ul{
	list-style-type : none;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}


form#mail_form input#company{
	width : 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule{
	width : 60%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 80%;
}

form#mail_form input#postal+a{
	display : inline-block;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5bc0de;
	border : 1px solid #46b8da;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
	position : relative;
	top : -1px;
}

form#mail_form input#postal+a:hover{
	cursor : pointer;
	background : #31b0d5;
	border : 1px solid #269abc;
}

form#mail_form input#address{
	width : 90%;
}


form#mail_form p#form_submit{
	width : 60%;
	margin: 0 auto;
	padding : 15px 0;
}

form#mail_form input[type="button"]{
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5cb85c;
	border : 1px solid #4cae4c;
	border-radius : 2px;
	color : #ffffff;
	font-family : inherit;
	-webkit-appearance : none;
	font-size : 100%;
	margin: 0 auto;
}

form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #449d44;
	border : 1px solid #9B9B9B;
}

form#mail_form input#form_submit_button{
	margin-left : 40%;
}

/* form classes
----------------------------------------------------------------------*/
dl,
dd,
dt,
p,
th,
td{
	margin : 0;
	padding : 0;
}

fieldset,
img{
	border : 0;
	vertical-align : middle;
}

code,
em,
strong,
th{
	font-style : normal;
	font-weight : normal;
}
	
	
/* フッター */

#footer a{
	font-size: .8rem;
	margin-right: 2%;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	letter-spacing:2px;
	text-align:left;
	
}


#footer a:hover{
	opacity: 0.7;
}

#footer p{font-size: .7rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	letter-spacing:3px;
	text-align: right;
	
	
}

ul.works_list li {
	width: 31%;
}
	
}




@media screen and (max-width: 800px) {
	
	body {width: 100%;
	height: auto;
		margin: 0 auto;
}
	
	
	h1 {font-size: 1.7em;
	text-align: center;
font-weight: normal;
color: #888;
letter-spacing: 10PX;}


h3{font-family: 'Hiragino Kaku Gothic Pro'
}

.content {
	margin-top:20px;
}

	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
	
	
	
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
		
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		margin: 0 auto;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	
	#mobile-head img {display: block;
		position: absolute;
		top:15px;
		left: 20px;
		width: 35%;
		float: left;
	}
	
	.inner {
		width: 100%;
		margin: 0 auto;
	}

	#global-nav {
		position: absolute;
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
	}
	#global-nav ul li {
		float: none;
		position: static;
        width:70%;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
			font-size: 12px;
}
#global-nav ul li a:hover{
	font-size: 120%;
}

	#nav-toggle {
		display: block;
	}
	/* #nav-toggle  */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav  */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	
	
	
		/* スライダー　*/

/* Opening
-----------------------------------------*/
.Opening {width: 100%;
height: auto;
margin: 0 auto;
background-color: #FFF;
}
.Opening ul li{
  width: 100%;
height: auto;
text-align: center;
}
	
	
.Opening ul li img.Opening__text{
width: 100%;
height: auto;
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  width: 100%;
  height: auto;
}
	

.Opening__img{
  width: 100%;
  height: auto;
}

	
	
.cd-scrolling-bg {
  position: relative;
  height: auto;
  padding: 4em 0;
  line-height: 1.6;
  z-index: 2;
}





.cd-scrolling-bg__content {width: 95%;
margin: 0 auto;
height: auto}








#about_box {width: 100%;
height: auto;
	margin: 0 auto;
margin-bottom: 100px;
padding-bottom: 50PX;}


#about_box h1{width: 100%;
	padding-top: 60px;
height: auto;
margin-bottom: 100px;}

#about_box p{position: relative;
	font-family: "A P-OTF Shuei KakuGo Kin Std B";
  font-size: 1.5em;
	line-height: 2em;
	text-align: center;
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
	background-color: #fff;
	letter-spacing: 5px;
}

	
	
	
	
/* サービス　*/


#service_box {width: 100%;
height: 1000px;
margin: 0 auto;
text-align: center;
margin-top: 100PX;}



.service_box_1 {width: 30%;
	float: left;
height: auto;
	margin-right: 5%;
text-align: left;
overflow: hidden;}

.service_box_2{width: 30%;
	float: right;
height: auto;
	text-align: left;
overflow: hidden;
}

.service_box_1 img{width: 100%;
	height: auto;
	float: left;
height: auto;
	padding-bottom: 1.5em;
overflow: hidden;
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}


.service_box_1 img:hover{  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);}

.service_box_2 img{width: 100%;
	height: auto;
	float: right;
height: auto;
	padding-bottom: 1.5em;
overflow: hidden;
-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;}

.service_box_2 img:hover{  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);}

#service_box h1{font-size: 2em;
	text-align: center;
font-weight: normal;
color: #888;
letter-spacing: 10PX;
padding: 100px 0 100px 0;
}


#service_box h2{font-size: 1.5rem;
	text-align: center;
font-weight: normal;
color: #888;}

#service_box a{
	font-size: .9em;
color: #666;
	text-align: justify;
  text-justify: inter-ideograph;
}
	
	
	
		/* PRIVACY */

#privacy_box {width: 100%;
height: auto;
margin: 0 auto;
margin-bottom: 10%}

#privacy_box h3{
font-size: .8rem;
line-height: 1.8rem;
}


#privacy_box a{
font-size: .6rem;
line-height: 1.6rem;
margin-bottom: 50px}

.privacy_box_mini {width: 80%;
	padding: 40px 0 0 0;
margin: 0 auto}

	
	
	
/* COMPANY */

#company_box {width:100%;
height: auto;
margin: 0 auto;}

#company_box p{text-align: center;
font-size: 1rem;
line-height: 2rem;
padding:100px 0 100px 0}
	
	
	
.map {width: 100%;
	margin: 0 auto;
height: auto;}


#shop_info{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: 0px;

}


.shop_info_box{width: 100%;
	height: auto;
	vertical-align: middle;
}
	
	
	.shop_info_box_in_box{width: 100%;
	height: auto;
}
	
	
	.shop_info_box_in_box a{font-size: .9rem;
}


.shop_info_left{
	width: 20%;
	height: 55px;
padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	line-height: 1.5em;
}
	
	
.shop_info_right{
	width:70%;
	height: 55px;
	padding-top: 10px;
	margin-left: 21%;
	float: none;
	border-left-style:solid;
	border-width: .5px;
	border-color: #888;
	line-height: 1.5em;
	
}

.title_box {width: 100%;
	height: auto;
margin: 50px auto 50px 0;
}

.title_box h3{text-align: center;
	padding:10px;
	border: solid #777 2px;
}




	
	
	
/* contact-トップイメージ */

.top_image {
    width: 100%;
height: 1px;
margin: 0 auto;
	display: none}
	
	.top_image img{width: 100%;
height: 1px;
margin: 0 auto;
		display: none
}
	
	.top_image2 {width: 100%;
height: auto;
margin: 0 auto;
		margin-top: 50px;
	display: block}

		.top_image2 img{width: 100%;
height: auto;
margin: 0 auto;
		display: block
}
	
	
	
/* contact-contact*/



contact_area {
	width:100%;
	margin:0 auto;
	padding:0;
}
.form_area {
	width:100%;
	margin:0;
	padding:0;
	background:url(image/bg.jpg) repeat-x top left #FFF;
	border-radius: 5px;
	webkit-border-radius: 5px;
	moz-border-radius: 5px;
	position: relative;
	
}
.message {
	text-align:center;
	font-size:13px;
	line-height:2.2em;
	margin:0;
	padding:30px 0 100px 0;
	height:144px;
}

.message span{
	font-size:1rem;
	line-height: 2em;
}
article.contact .form_area .privacy {
	text-align:center;
	font-size:13px;
	margin:0 0 20px;
	padding:0 60px;
}
.form_area .privacy span {
	text-align:center !important;
}

	
	
/* FOOTER */
#footer{
	width: 100%;
	height: auto;
	background-color: #B0B0B0;
	line-height: 30px;
	margin: 0 auto;
	
}

	.footer_box{
	width: 100%;
	height: auto;
		margin: 0 auto;
		padding: 20px 0
	
}

#footer a{
	font-size: .8rem;
	margin-right: 2%;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	letter-spacing:2px;
	text-align:left;
	
}


#footer a:hover{
	opacity: 0.7;
}

#footer p{font-size: .7rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	letter-spacing:3px;
	text-align: right;
	
	
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list li {
	width: 47%;
}
#top_catch p {
	font-size: 18px;
    line-height: 180%;
}
#products .products_box_tanpin .button_cart{
	width: 55%;
}
#products {
margin: 20px auto 0 auto;
}


#products #lp{
	width: 100%;
	}

#products .item{
	margin:0 auto;
	width: 90%;
}

#products .left{
	width: 100%;
	height: 100%;
	float: none;
}

#products .left img{
	width: 80%;
}
#products .right{
	float: none;
	width: 100%;
}

	
}

@media screen and (max-width: 480px) {
	
	
	body {width: 100%;
	height: auto;
		margin: 0 auto;
}

	
	h1 {font-size: 1.3em;
	text-align: center;
font-weight: normal;
color: #888;
letter-spacing: 10PX;}


h3{font-family: 'Hiragino Kaku Gothic Pro'
}

.content {
	margin-top:15px;
}

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
		
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		margin: 0 auto;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	
	#mobile-head img {display: block;
		position: absolute;
		top:10px;
		left: 20px;
		width: 35%;
		float: left;
	}
	
	.inner {
		width: 100%;
		margin: 0 auto;
	}

	#global-nav {
		position: absolute;
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
	}
	#global-nav ul li {
		float: none;
		position: static;
        width:70%;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
			font-size: 12px;
}
#global-nav ul li a:hover{
	font-size: 120%;
}

	#nav-toggle {
		display: block;
	}


    
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle  */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav  */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	
	
	/* スライダー　*/

/* Opening
-----------------------------------------*/
.Opening {width: 100%;
height: auto;
margin: 0 auto;
background-color: #FFF;
}
.Opening ul li{
  width: 100%;
height: auto;
text-align: center;
	margin: 0 auto;
}
	
	
.Opening ul li img.Opening__text{
width: 100%;
height: auto;
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  width: 100%;
  height: auto;
}
	

.Opening__img{
  width: 100%;
  height: auto;
}

	
	
	
/* コンテンツエリア */
	
	
.cd-scrolling-bg {width: 100%;
  position: relative;
  height: auto;
  padding: 4em 0;
  line-height: 1.6;
  z-index: 2;
}



.cd-scrolling-bg__content {width: 87%;
margin: 0 auto;
height: auto}

	
	
	
/*  about crea */

#about_box {width: 100%;
height: auto;
	margin: 0 auto;
margin-bottom: 100px;
padding-bottom: 50PX;}


#about_box h1{font-size: 1.5rem;
	width: 100%;
	padding-top: 60px;
height: auto;
margin-bottom: 60px;}

#about_box p{position: relative;
	font-family: "A P-OTF Shuei KakuGo Kin Std B";
  font-size: 1em;
	line-height: 2em;
	text-align: center;
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
	background-color: #fff;
	letter-spacing: 5px;
}
	
	
/* サービス */


#service_box {width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
margin-top: 100PX;
}



.service_box_1 {width: 100%;
	height: auto;
		float: none;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 70px
}

.service_box_2{width: 100%;
	height: auto;
	float: none;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 70px
}

.service_box_1 img{width: 50%;
height: auto;
	float: left;
	margin-right: 1rem;
	padding-bottom: 1em;
    transition: 0.2s linear;
}


.service_box_1 img:hover{  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);}

.service_box_2 img{width: 50%;
height: auto;
	float: left;
	margin-right: 1rem;
	padding-bottom: 1em;
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
	transition: 0.2s linear;}

.service_box_2 img:hover{  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);}

#service_box h1{font-size: 1.5rem;
	text-align: center;
font-weight: normal;
color: #888;
letter-spacing: 10PX;
padding: 100px 0 100px 0;
}


#service_box h2{font-size: 1.5em;
	text-align: center;
font-weight: normal;
color: #888;}

#service_box a{
	font-size: .9em;
color: #666;

	text-align: left;
	text-align: justify;
  text-justify: inter-ideograph;
}
	
	
	
		/* PRIVACY */

#privacy_box {width: 100%;
height: auto;
margin: 0 auto;
margin-bottom: 10%}

#privacy_box h3{
font-size: .8rem;
line-height: 1.8rem;
}


#privacy_box a{
font-size: .6rem;
line-height: 1rem;
margin-bottom: 50px}

.privacy_box_mini {width: 80%;
	padding: 40px 0 0 0;
margin: 0 auto}

	
	
	
	
/* COMPANY */

#company_box {width:100%;
height: auto;
margin: 0 auto;}

#company_box p{text-align: center;
font-size: 1rem;
line-height: 2rem;
padding:100px 0 100px 0}
	
	
	
.map {width: 100%;
	margin: 0 auto;
height: auto;}


#shop_info{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: 0px;

}


.shop_info_box{width: 100%;
	height: auto;
	vertical-align: middle;
}
	
	
	.shop_info_box_in_box{width: 100%;
	height: auto;
}
	
	
	.shop_info_box_in_box a{font-size: .7rem;
	
}


.shop_info_left{
	width: 20%;
	height: 40px;
padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	line-height: 1rem;
}
	
	
.shop_info_right{
	width:70%;
	height: 40px;
	padding-top: 10px;
	margin-left: 22%;
	float: none;
	border-left-style:solid;
	border-width: .5px;
	border-color: #888;
	line-height: 1rem;
	
}

.title_box {width: 100%;
	height: auto;
margin: 50px auto 50px 0;
}

.title_box h3{text-align: center;
	padding:10px;
	border: solid #777 2px;
}




	
	
	
/* contact-トップイメージ */

.top_image {width: 100%;
height: 1px;
margin: 0 auto;
	display: none}
	
	.top_image img{width: 100%;
height: 1px;
margin: 0 auto;
		display: none
}
	
	.top_image2 {width: 100%;
height: auto;
margin: 0 auto;
		margin-top: 50px;
	display: block}

		.top_image2 img{width: 100%;
height: auto;
margin: 0 auto;
		display: block
}
	
	
	
/*CONTACT*/

#contact_box {
    width: 100%;
height: auto;
margin: 70px 0 auto;}

article.contact {width: 100%;
	margin:0 auto;
}

.contact_area {
	width:100%;
	margin:0 auto;
	padding:0;
}
.message {
	text-align:center;
	padding:20px 0 30px 0;
}

.message span{
	font-size:.9rem;
	line-height: 1.4rem;
}
	
	.form_box{width: 100%;
	margin: 0 auto;
	margin-top: 30%}


form#mail_form{
	width : 100%;
	margin : 50px auto;
	padding : 10px 0;
	background : #ffffff;

}

form#mail_form dl{
	width : 90%;
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form dl dt{
	width : 100%;
	float : left;
	text-align : left;
	overflow : hidden;
}

form#mail_form dl dd{
	width :100%;
	float :left;
	text-align: left
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}

form#mail_form dl dt span{
	display : block;
	font-size : 85%;
	color : #3377ff;
}

/* table classes
----------------------------------------------------------------------*/
orm#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : inline-block;
	float : left;
	color : #ffffff;
	line-height : 1;
	padding : 8px 9px;
	border-radius : 3px;
}

form#mail_form dl dt span.required{
	background : #d9534f;
	border : 1px solid #d43f3a;
}

form#mail_form dl dt span.optional{
	background : #337ab7;
	border : 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;

	margin-top : 3px;
}


span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 5px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}

form#mail_form select{
	font-size : 100%;
	font-family : inherit;
	margin-top : 10px;
}

form#mail_form textarea{
	display : block;
	width : 90%;
	max-width : 90%;
	height : 200px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}


form#mail_form ul{
	list-style-type : none;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}


form#mail_form input#company{
	width : 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule{
	width : 80%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 80%;
}

form#mail_form input#postal+a{
	display : inline-block;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5bc0de;
	border : 1px solid #46b8da;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
	position : relative;
	top : -1px;
}

form#mail_form input#postal+a:hover{
	cursor : pointer;
	background : #31b0d5;
	border : 1px solid #269abc;
}

form#mail_form input#address{
	width : 90%;
}


form#mail_form p#form_submit{
	width : 60%;
	margin: 0 auto;
	padding : 15px 0;
}

form#mail_form input[type="button"]{
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5cb85c;
	border : 1px solid #4cae4c;
	border-radius : 2px;
	color : #ffffff;
	font-family : inherit;
	-webkit-appearance : none;
	font-size : 100%;
	margin: 0 auto;
}

form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #449d44;
	border : 1px solid #9B9B9B;
}

form#mail_form input#form_submit_button{
	margin-left : 0%;
}

/* form classes
----------------------------------------------------------------------*/
dl,
dd,
dt,
p,
th,
td{
	margin : 0;
	padding : 0;
}

fieldset,
img{
	border : 0;
	vertical-align : middle;
}

code,
em,
strong,
th{
	font-style : normal;
	font-weight : normal;
}

	
	
	
/* FOOTER */
#footer{
	width: 100%;
	height: auto;
	background-color: #B0B0B0;
	line-height: 30px;
	margin: 0 auto;
	text-align: center
	
}

	.footer_box{
	width: 100%;
	height: auto;
		margin: 0 auto;
		padding: 20px 0
	
}

#footer a{
	font-size: .6rem;
	margin-right: 2%;
	margin-left: 2%;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	letter-spacing:2px;
	text-align:center;
	
}


#footer a:hover{
	opacity: 0.7;
}

#footer p{font-size: .3rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	letter-spacing:1px;
	text-align: center;
}
    .content h2 {
	font-size: 24px;
}
.content h2 span {
	font-size: 12px;
}
    
ul.works_list li {
	width: 98%;
}

}