@charset "utf-8";


/***********************************
------------------------------------ 
basic css by KES start 
------------------------------------ 
************************************/

html {
	font-size: 62.5%;
	overflow: auto;
}


body {
	background: url(../img/share/bg.jpg) repeat;
	color: #333333;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Verdana','MS P Gothic','ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
	overflow: hidden;
	display: none;
	line-height: 1.75;
}

img {
    width: auto\9; /* ie8 */
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

a img {
	border: none;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover { 
	color: #ff0000; 
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,ul,li,dl,dd,dt,p,a {
	margin:0;
	padding:0;
}

ul {
	list-style: none;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.txt p {
	margin-bottom: 1.5rem;
}

@media(max-width: 991px){
	.txt p{
		margin-bottom: 1.2rem
	}
}

@media(max-width: 767px){
	.txt p{
		margin-bottom: .8rem
	}
}


/* box visiblity */

.visible_pc {
	display: inherit;
}

.visible_tablet {
	display: none;
}

.visible_phone {
	display: none;
}

.hidden_phone {
	display: inherit;
}

.hidden_pc {
	display: none;
}

.hidden_tablet {
	display: inherit;
}

@media (max-width: 991px) {
	.visible_pc {
		display: none;
	}

	.visible_tablet {
		display: inherit;
	}

	.hidden_pc {
		display: inherit;
	}

	.hidden_tablet {
		display: none;
	}
}


@media (max-width: 767px) {

.visible_phone {
	display: inherit;
}

.visible_tablet {
	display: none;
}

.visible_pc {
	display: none;
}

.hidden_phone {
	display: none;
}

.hidden_pc {
	display: inherit;
}
}

/******** basic css by KES end********/


/***********************************
------------------------------------ 
common
------------------------------------ 
************************************/


#inner {
	overflow: hidden;
}

#bg_filter {
	width: 100%;
	background-color: rgba(255,255,255,.3);
}

#wrapper {
	max-width: 960px;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 100px 10px rgba(0,0,0,0.1);
}

main {
	width: 80%;
	margin: 0 auto;
	padding: 5% 0;	
}

 @media (max-width: 991px) {
 	main {
 		padding: ;
 		width: 90%
 	}
 }

 @media (max-width: 767px) {
 	main {
 		width: 94%
 	}
 }

.cnt {
	margin: 0 7% 12%;	
}

.strong_txt {
	color: #ff0000;
}

/* showcase */
.item_container {
}

.item_box {
	max-width: 25%;
	box-sizing: border-box;
	padding: 0 .38rem 4.6rem;
	float: left;
}

.item_name {
	padding: .5rem 1.5rem 0;
}

.item_img:hover {
	opacity: .85;
}

.item_container .item_box:nth-child(4n+1){
	padding-left: 0;
 }

 .item_container .item_box:nth-child(4n){
 	padding-right: 0;
 }


 @media (max-width: 767px) {
 	.item_box {
 		max-width: 50%;
		box-sizing: border-box;
 		padding: 1% 1% 6%;
 	}
	.item_container .item_box:nth-child(2n+1){
		padding-left: 0;
	}

	.item_container .item_box:nth-child(2n){
		padding-right: 0;
	}
}

/******** header ********/

#header {
	width: 100%;
	color: #ffffff;
	background-color: #191919;
	padding-left: 500%;
	padding-right: 500%;
	margin-left: -500%;
	margin-right: -500%;
	line-height: 1;
}

@media (max-width: 991px) {
	#header {
		padding-top: 47px;
	}


#header {
}
}

#header_top {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	background-color: #191919
}

@media (max-width: 991px) {
	#header_top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
	}
}

#header_top_inner {
	position: relative;
	height: 47px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	#header_top_inner {
		width: 95%;
	}
}

.logo img{
	position: absolute;
	top: 10px;
	left: 0;
	padding-right: 2%;
	width: 187px;
	height: 32.45px;
}

@media (max-width: 991px) {
 .logo img{
 	left: 0;
 	right: 0;
 	top: .10px;
 	bottom: 0;
 	margin: auto;
 }
}

@media (max-width: 767px) {
 .logo img{
 	left: 0;
 	right: 0;
 	top: 3px;
 	bottom: 0;
 	margin: auto;
 	width: 147px;
 }
}

.sub_logo {
	position: absolute;
	left: 197px;
	top: 4px;
}

@media (max-width: 991px) {
 .sub_logo {
 	display: none;
 }
}

.sub_logo li {
	display: inline-block;
	margin-left: 7px;
	vertical-align: bottom;	
}

.header_right  {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 450px;
	height: 47px;
	box-sizing: border-box;
	padding-top: 14px;
}

.header_right div {
	display: inline-block;
}

.phone_number {
	font-family: 'Amiri', serif;
	letter-spacing: 0rem;
	white-space: nowrap;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 2.2rem;
	font-size: 3.5rem;
	background: url(../img/share/icon_phone.svg) no-repeat 0 5px/2.2rem;4
}

.phone_number a {
	color: inherit;
	text-decoration: none;
}

.phone_number a:hover {
	color: inherit;
	text-decoration: none;
}

/* pulldown menu */

#gNavi_bg {
	background-color: #191919;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
	height: 47px;
}

#gNavi {
	width: 960px;
	padding-top: 11px;
	margin: 0 auto;
}

#gNavi a{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	font-size: 13.5px;
	text-decoration: none;
	color: rgba(255,255,255,.9);
}

ul#dropmenu {
    margin-bottom: 30px; padding: 0;
    list-style: none;
    position: relative;
    font-size: 1.2rem;
}

ul#dropmenu li {
    float: left;
    margin: 0; 
    padding: 0;
    text-align: center;
}

ul#dropmenu li a {
    display: block;
    padding-top: 7px;
}

ul#dropmenu li span {
    padding: 0;
    position: absolute;
    left: 0; 
    top: 36px;
    width: 960px;
    background: #a20b0c;
    color: #000;
    overflow: hidden;
    height: 0;
    box-sizing: border-box;
    transition: .2s .2s;
    float: left;
    text-align: left;
}

ul#dropmenu li:hover span { 
    margin: 0;
	height: 43px;
	overflow: visible;
	transition: .2s;
	letter-spacing: -.5em;
}

ul#dropmenu li span a:before {
	content: url(../img/share/doubleArrow.png);
	margin-right: 8px;
}

ul#dropmenu li span a { 
	display: inline-block;
	padding: 14px 25px 0px 30px;
	margin: 0;
	text-align: left;
	opacity: 0;
	letter-spacing: normal;
	height: 100%;
	box-sizing: border-box;
}

ul#dropmenu li:hover span a {
	opacity: 1;
	transition: .8s;
}

ul#dropmenu li span a:hover {
	background-color: #970506;
    transition: .2s;
}

.nav_about {
	background: url(../img/share/nav_bg.png) repeat-x -22px 0;
	display: block;
	width: 205px;
	height: 36px;
	border-right: 1px solid rgba(120,7,7,.2);
	box-sizing: border-box;
/*	transition: .2s .3s;*/
}

.nav_service {
	background: url(../img/share/nav_bg.png) repeat-x -20px 0;
	display: block;
	width: 210px;
	height: 36px;
	border-right: 1px solid rgba(120,7,7,.2);
	box-sizing: border-box;
/*	transition: .1s .3s;*/
}

.nav_shopping {
	background: url(../img/share/nav_bg.png) repeat-x -29px 0;
	display: block;
	width: 191px;
	height: 36px;
	border-right: 1px solid rgba(120,7,7,.2);
	box-sizing: border-box;
/*	transition: .1s .3s;*/
}

.nav_contact {
	background: url(../img/share/nav_bg.png) repeat-x -39px 0;
	display: block;
	width: 172px;
	height: 36px;
	border-right: 1px solid rgba(120,7,7,.2);
	box-sizing: border-box;
/*	transition: .1s .3s;*/
}

.nav_access {
	background: url(../img/share/nav_bg.png) repeat-x -34px 0;
	display: block;
	width: 182px;
	height: 36px;
	border-right: 1px solid rgba(120,7,7,.2);
	box-sizing: border-box;
/*	transition: .1s .3s;*/
}

.nav_btn {
}

ul#dropmenu li:hover .nav_btn {
	background: url(../img/share/nav_bg_o.png) repeat;
/*	transition: .2s;*/
}


/******** slider ********/

#slider {
	width: 100%;
	height: 295px;
	position: relative;
}

@media (max-width: 991px) {
	#slider {
		padding-bottom: 5%;
		height: auto;
	}
}

/******** readmore ********/


.more_open a, .more_close a {
	display: block;
	font-size: 1.2rem;
	text-align: center;
	background-color: #eee;
	text-decoration: none;
	margin-top: 1.6rem;
}

@media (max-width: 767px) {
	.more_open a, .more_close a {
		padding: .6rem 3rem;
		font-size: 1.2rem;
		border-radius: 5px;
	}
}

/******** contents ********/

.title {
	font-size: 1.6rem;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 2rem;
	clear: both;
}

.title:before {
	content: " ";
	display: inline-block;
	background: url(../img/share/eyeCatch.png)  no-repeat;
	width: 10px;
	height: 9px;
	position: relative;
	margin-right: 1rem;
	top: -.15rem;
}

@media (max-width: 991px ) {
	.title:before {
		background: url(../img/share/eyeCatch@2x.png)  no-repeat;
		background-size: contain;
	}
}



/******** footer ********/

footer {
	width: 100%;
	background-color: #303030;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
	color: #fff;
	font-size: 1.1rem;
}

#footer_inner {
	padding-top: 4.7rem;
	width: 960px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	#footer_inner {
		width: 95%;
		padding-top: 2.65rem;
	}
}

footer p {
	padding: 0;
	margin: 0;
}

.contact_area {
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,1);
    box-shadow: 0 1px rgba(255,255,255,.1 );
    padding-bottom: 2.8rem;
	margin: 0 auto 7%;
	line-height: 1;
}

@media (max-width: 767px) {
	.contact_area {
		width: 95%;
		font-size: 1.3rem;
		border: none;
		box-shadow: none;
		padding: 0;
	}
}

.ft_logo {
	text-align: center;
}

.ft_logo img{
	width: 187px;
	height: 32.45px;
	margin: 5px 0 0;
	float: left;
}

@media (max-width: 767px) {
	.ft_logo img{
		max-width: 147px;
		float: none;
		margin: 0 auto 2.65rem;
	}
}

.address {
	float: left;
	margin: 5px 0 0 2rem;
}

@media (max-width: 767px) {
	.address {
		max-width: 250px;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
}

.address p {
	padding: 0.35rem 0;
}


.ft_phone_number {
	max-width: 238px;
	text-align: right;
	line-height: 0.8;
	pointer-events: none;
	float: right;
}

@media (max-width: 767px) {
	.ft_phone_number {
		text-align: center;
		pointer-events: auto;
		padding-top: 2.65rem;
		margin: 0 auto;
		float: none;
		line-height: inherit;
	}
}


#sitemap {
	margin-bottom: 4.65rem;
	padding: 0 9%;
}

@media (max-width: 767px) {
	#sitemap {
		display: none;
	}
}

#sitemap a{
	color: rgba(255,255,255,1);
}

#sitemap a:hover{
	color: rgba(255,255,255,.8);
}

#sitemap h3{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: .3rem;
}

#sitemap h3 a{
	text-decoration: none;
}

#sitemap ul {
	list-style: none;
}

.sitemap_box {
	padding: 0 6%;
	float: left;
	display: block;
}

#copyright {
	background-color: #191919;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	overflow: hidden;
	text-align: center;
	font-size: 1.2rem;
	opacity: .8;
}

/******** icon ********/

.arrow_1_l {background-position:0px 0px;
}
.arrow_1_r {background-position:0px 32px;
}
.arrow_1_t {background-position:0px 64px;
}
.arrow_1_b {background-position:0px 96px;
}
.arrow_2_l {background-position:0px 128px;
}
.arrow_2_r {background-position:0px 160px;
}
.arrow_2_t {background-position:0px 192px;
}
.arrow_2_b {background-position:0px 224px;
}


/***********************************
------------------------------------ 
toppage
------------------------------------ 
************************************/

/* information */

.info_wrap {
	margin: 0 3%;
}

.info {
	margin-bottom: 12%;
}

.info dl {
	margin: 0 auto;
	padding: 0 ;
}

.info dt{
	float: left;
}

@media (max-width: 767px) {
	.info dt {
		float: none;
	}
}

.info dd{
	margin: 0 0 .5rem 15rem;
}

@media (max-width: 767px) {
	.info dd {
		margin: 0 0 1.2rem;
	}
}

/* new item */
.new_item {
	margin-bottom: 6%;
}

/* fb_wall */
.fb_wall {
	margin-bottom: 6%;
}

.fb_wall_inner {
	max-width: 500px;
	margin: 0 auto;
}



/***********************************
------------------------------------ 
about
------------------------------------ 
************************************/

.company_info {
}

.company_info dt {
	clear: both;
	float: left;
	padding: 1rem 0;
}

.company_info dd {
	padding: 1rem 0 1rem 20rem;
	border-bottom: 1px solid #eee;
}

.company_info dd:last-of-type {
	border-bottom: 1px solid #eee;
}

@media(max-width: 767px){
	.company_info dt {
		float: none;
		padding: 1rem 0 0;
		font-weight: bold;
	}

	.company_info dd {
		padding: .5rem 0 1rem ;
	}
}

.aisatsu {
	margin-top: 5%;
}

.daihyou_img {
	width: 47%;
	box-sizing: border-box;
	padding: 0 4% 4% 0; 
	float: left;
}

@media(max-width: 767px){
	.daihyou_img {
		width: 100%;
		float: none;
	}
}

.signature {
	width: 160px;
	float: right;
}

.aisatsu h3 {
	margin-bottom: 1.5rem;
}

.enkaku {
}

.enkaku dt {
	clear: both;
	float: left;
	padding: 1rem 0;
}

.enkaku dd {
	padding: 1rem 0 1rem 23rem;
	border-bottom: 1px solid #eee;
}

@media(max-width: 767px){
	.enkaku dt {
		float: none;
		padding: 1rem 0 0;
		font-weight: bold;
	}

	.enkaku dd {
		padding: .5rem 0 1rem ;
	}
}

/***********************************
------------------------------------ 
service menu
------------------------------------ 
************************************/

.service_img {
	width: 50%;
	box-sizing: border-box;
	margin: 0 2rem 2rem 0;
	overflow: hidden;
	float: left;
}

@media(max-width: 991px){
	.service_img {
		max-width: 250px;
		width: 250px;
	}
}

@media(max-width: 767px){
	.service_img {
		max-width: 100%;
		width: 100%;
		height: auto;
		float: none;
	}
}

.service_img img {
	width: 800px;
	max-width: 800px;
	height: 280px;
	margin-left: -65%;
}

@media(max-width: 991px){
	.service_img img{
		width: 600px;
		max-width: 600px;
		height: auto;
	}
}

@media(max-width: 767px){
	.service_img img{
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0;
	}
}

.service_intro {
	margin-bottom: 3%;
}

@media(max-width: 767px){
	.service_intro {
		margin-bottom: 7%;
	}
}

.brand_list li {
	display: inline-block;
	vertical-align: bottom;
	width: 24%;
	box-sizing: border-box;
	padding: 1% 3% 3%;
}

@media(max-width: 767px){
	.brand_list li {
		width: 32%;
	}
}

.brand_list li p {
	font-size: 1rem;
	text-align: center;
}

.service_menu h3 {
	font-size: inherit;
	text-align: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 5%;
	clear: both;
}

.repair_list {
	border: 1px solid #eee;
	padding: 3%;
	margin-top: 5%;
	clear: both;
}

.repair_list h4{
	border-bottom: 1px solid #eee;
	margin-bottom: 1rem;
	text-align: center;
}

.repair_list ul li {
	padding: .3rem 0;
	margin-left: 9%;
	list-style-type: disc;
}

.repair_list p{
	text-align: right;
	margin-top: 1rem;
}


/***********************************
------------------------------------ 
shopping site
------------------------------------ 
************************************/

.shopping_text {
	background: url(../img/cart.png) no-repeat 0 33%/ 48px;
	padding: 20px 0 20px 65px;
}

@media(max-width: 767px){
	.shopping_text {
		background: url(../img/cart.png) no-repeat 0 41%/ 48px;
	}
}


.shop_link {
	margin: 6% 0;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 3%;
	text-align: center;
}


.shop_link li {
	width: 49.5%;
	padding: 6%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: bottom;
}

.shop_link li span {
	display: block;
	text-align: center;
}




/***********************************
------------------------------------ 
access
------------------------------------ 
************************************/

.shop_info {
}

.shop_info ul {
	max-width: 43%;
	float: left;
	margin: 0 3rem 3rem 0;
}

@media(max-width: 767px) {
	.shop_info ul {
		max-width: 291px;
		float: none;
		margin: 0 auto 2rem;
	}
}

.shop_gaikan {
	max-width: 291px;
	height: auto;
	float: right;
}

@media(max-width: 767px) {
	.shop_gaikan {
		float: none;
		max-width: 291px;
		display: block;
		margin: 0 auto;
	}
}

.map {
	margin-bottom: 12%;
	height: 500px;
}

@media(max-width: 767px) {
	.map {
		height: 300px;
	}
}


/***********************************
------------------------------------ 
privacy policy
------------------------------------ 
************************************/

.privacy_list {
	margin-top: 3rem;

}

.privacy_list dt{
	font-weight: bold;
	margin-bottom: .6rem;
	counter-increment: privacy_list;
}

.privacy_list dt:before {
	content: counter(privacy_list)".";
}

.privacy_list dd{
	margin-bottom: 2.5rem;
	padding-left: 2rem;
}

.numberList {
	padding-left: 2.5rem;
	margin-bottom: 2rem;
}

.numberList li{
	list-style-type: decimal;
}

.dotList {
	padding-left: 2.5rem;
}

.dotList li{
	list-style-type: disc;
}


/***********************************
------------------------------------ 
contact
------------------------------------ 
************************************/


.form {
	background-color: #eee;
	padding: 5%;
	margin-bottom: 6%;
}

.contact_form {
	width: 80%;
	margin: 0 auto;
}

@media(max-width: 767px) {
	.contact_form {
		width: 98%;
	}
}

.contact_form dd{
	margin-bottom: 2.5rem
}
.contact_form input {
	margin-bottom: 1rem;
}

.contact_form .button {
	text-align: center;
}

.contact_form .button input:first-child {
	margin-right: 2rem;
}

.toiawase_txt {
	width: 100%;
}

.toi_input {
	max-width: 100%;
}

.toi_attention {
	display: block;
	font-size: 1rem;
}

table.form tbody tr th {
	width: 100px;
    text-align: left;
    vertical-align: top;
}

table.form tr td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 20px;
    word-break: break-all;
}