﻿@charset "utf-8";

/* !Reseting
---------------------------------------------------------- */

html {
	height: 100%; 
	overflow: hidden;
}

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	background: #fff;
	overflow-y: scroll;
	overflow-x: hidden;                                                                                                             
	height: 100%; 
}


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

a:hover {
	text-decoration: none;
}

/* !Clearfix
---------------------------------------------------------- */

.clearfix {
	zoom: 1;
}

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

img {
	max-width: 100%;
	height: auto;
	border: none;
}

.clear {
	clear: both;
}


/* ########### 1000px以上 ########### */

@media screen and (min-width:1000px) {
	#header_bg, .wrap {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 768px) {
	
	.wrap {
		padding: 0 20px;
		font-size: 12px;
		line-height: 1.5;
	}
			
}

@media screen and (max-width: 320px) {
	
	.wrap {
		padding: 0 15px;
		font-size: 11px;
		line-height: 1.5;
	}
		
}

/* アンカーリンクIDの仮想マージン
---------------------------------------------------------- */

#jisseki, #service, #torikumi, #zairyou, #kyoten, #greeting, #rinen, #company, #map {
	margin-top : -100px;
	padding-top : 100px;
}

#taisei, #jushi, #enpura, #tpe {
	margin-top : -130px;
	padding-top : 130px;
}


/* SP時のヘッダー分の上部マージン
---------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
	.copy, .pagetop {
		margin-top : 150px !important;
	}
			
}



/* パンくず
---------------------------------------------------------- */



/* パンくずリスト */
.bread	{
	margin-bottom: 5px;
	background: #fbfbfb;
}

.bread ol	{
	margin: 0;
	padding: 2px 0;
	list-style: none;
}

.bread li a	{
	display: inline-block;
	padding: 2px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.bread li a:hover	{
	background-color: #eeeeee;
}

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

.bread li	{
	float: left;
	width: auto;
}

.bread_top:after	{
	content: '\003e';
	margin-left: 5px;
	margin-right: 5px;
	color: #888888;
}


/* トップへボタン
---------------------------------------------------------- */

#topbutton {
	/* 表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 20px;   /* ←下端からの距離 */
	right: 20px;    /* ←右端からの距離 */
	width: 7em;     /* ←横幅 */

	/* 最初は非表示 */
	display: none;
	z-index: 100000;
}

#topbutton a {
	/* リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
   }
   
@media screen and (max-width: 414px) {
	
	#topbutton {
		/* 表示位置を画面の右下に固定 */
		position: fixed; /* ←表示場所を固定 */
		bottom: 10px;   /* ←下端からの距離 */
		right: 1px;    /* ←右端からの距離 */
		width: 4em;     /* ←横幅 */

	/* 最初は非表示 */
		display: none;
		z-index: 100000;
	}
	
	#topbutton img {
		max-width: 60%;
		height: auto;
	}

}

/* KVと各ページのパララックス画像（固定背景）
---------------------------------------------------------- */

/*
.kv {
	background: url("img/kv_bg.jpg") no-repeat;
	background-size: contain;
	overflow: hidden;
}
*/

.imagekv {
	background: url("img/kv_bg.jpg") no-repeat fixed;
	background-size: contain;
	padding: 1% 0;
	z-index: 1;
}

.imagecontact {
	background: url("img/contact_top.jpg") no-repeat;
	background-size: contain;
	padding: 1% 0;
}

.imagecompany {
	background: url("img/company_top.jpg") no-repeat;
	background-size: cover;
	padding: 1% 0;
}

.imagesitemap {
	background: url("img/sitemap_top.jpg") no-repeat;
	background-size: cover;
	padding: 1% 0;
}

.imagejisseki {
	background: url("img/jisseki_top.jpg") no-repeat;
	background-size: contain;
	padding: 1% 0;
}

.imagecommit_top {
	background: url("img/commit_top.jpg") no-repeat;
	background-size: contain;
	padding: 1% 0;
}

.wrappartition_top {
	background: url("img/commit_distamce.jpg") no-repeat;
	background-size: contain;
	padding: 1% 0;
}

.image {
	background: url("img/proloq_kv.jpg") no-repeat fixed;
	background-size: contain;
}

.image2 {
	background: url("img/bg01.jpg") no-repeat fixed;
	background-size: contain;
}

.imagecomit {
	background: url("img/torikumi_bg.jpg") no-repeat fixed;
	background-size: contain;
	font-size: 19px;
	padding: 7% 0;
}

.imagecomit2 {
	background: url("img/torikumi_bg2.jpg") no-repeat fixed;
	background-size: contain;
	padding: 8% 0;
	font-size: 30px;
	font-weight: 400 !important;
	text-align: center; 
}

.imaagecta {
	background: url("img/cta_bg.png") fixed;
	background-size: contain;
	padding: 3% 0;
}

.image-base{
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.copy {
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	margin: 15% 0 10% 0;
	padding: 5% 0;
}

.pagetop {
	font-weight: 600;
	text-align: center;
	margin: 8% 0 2% 0;
}

.pagetop h1 {
	padding: 0 !important;
	margin: 0 !important;
}

.pagetop_txt {
	text-align: center;
}

.col01 {
	font-size: 38px;
	color: #00abb0;
}

.col02 {
	font-size: 38px;
	color: #00547d;
}

/* ########### 768px以下 ########### */
@media screen and (min-width: 769px) {

.imagecomit_sp {
	display: none;
	}

}


/* ########### 768px以下 ########### */
@media screen and (max-width: 768px) {

	.copy img {
		width: 60%;
		height: auto;
	}
	
	.copy {
		margin: 10% 0;
	}
	
	.col01 {
		font-size: 18px;
	}
	
	.col02 {
		font-size: 18px;
	}
	
	#header {
		margin: -1% 0 0 0;
	}
	
	.imagecomit, .imagecomit2 {
		display: none;
	}
}


/* #header
---------------------------------------------------------- */


#header {
	background-color: rgba(255,255,255,0.9);
	overflow: hidden;
	padding: 0 0 10px 0;
	-webkit-box-shadow: 0 6px 5px -5px #777;
       -moz-box-shadow: 0 6px 5px -5px #777;
            box-shadow: 0 6px 5px -5px #777;
}

.logo_area {
	float: left;
	padding: 25px 0 10px 20px;
}

.logo_area a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#header a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.head_tel {
	float: right;
	margin: 2% 0 0 0;
}

.head_menu {
	background: #fff;
	-moz-border-radius: 2px;    /* 角丸-Firefox */
	-webkit-border-radius: 2px; /* 角丸-Safari,Chrome */
	border-radius: 2px;            /* 角丸-CSS3 */
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 4px 6px;
}

.head_menu a {
	color: #00547d;
	text-decoration: none;
}


	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
	}
	
@media screen and (min-width: 769px) {

}

@media screen and (min-width: 769px) and (max-width: 1040px) {
	
	.logo_area {
		float: left;
		width: 65%;
		padding: 20px 0 10px 20px;
	}
	
}

@media screen and (max-width: 768px) {
	
	.logo_area {
		float: left;
		width: 55%;
		padding: 10px 0 1px 10px;
	}
			
	.head_tel {
		clear: both;
		float: left;
		width: 50%;
		margin: 0 0 0 10px;
	}
	
}

@media screen and (max-width: 414px) {
	
	.head_tel {
		clear: both;
		float: left;
		width: 55%;
		margin: 0 0 0 10px;
	}
}


/* グローバルナビゲーション
---------------------------------------------------------- */

.nav {
	height: 32px;
	margin: 0 0 0 0;
	float: right;
}

.nav ul li {
	float: left;
	border-right: solid 1px #004d73;
	background-color: transparent;
	text-align: center;
	margin: 0 0 0 -1px;
}

.nav1 {
	border-left: solid 1px #004d73;
}

.nav ul li a {
	color: #004d73;
	font-weight: 600;
	text-decoration: none;
	display: block;
	padding: 3px 15px;
}

.nav ul li:hover {
	border: solid 1px #fff;
	-moz-border-radius: 1px;    /* 角丸-Firefox */
	-webkit-border-radius: 1px; /* 角丸-Safari,Chrome */
	border-radius: 1px;            /* 角丸-CSS3 */
}

.nav ul li a:hover {
	background-color: rgba(255, 255, 255, 1);
	transition: all 1.5s;
	text-decoration: none;
	padding: 3px 15px;
}

/* 768px以下に適応のメニュー
---------------------------------------------------------- */


/* ########### 768px以下 ########### */
@media screen and (max-width: 768px) {
	
	.nav, .head_menu {
		display: none;
	}
	
	.tel-link {
		margin: 1% 0 1% 20%;
	}
	

	/* トグルボタン */
	#menubtn	{
		padding: 6px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		background-color: #ffffff;
		position: absolute;
		top: 17px;
		right: 20px;
		cursor: pointer;
		z-index: 99;
	}
	
	#menubtn:hover	{
		background-color: #dddddd;
	}
	
	#menubtn:focus	{
		outline: none;
	}
	
	#menubtn i	{
		color: #888888;
		font-size: 18px;
	}
	
	#menubtn span	{
		display: inline-block;
		text-indent: -9999px;
	}
	
	/* ナビゲーションメニュー（縦並び） */
	.menu	{
		display: none;
	}
	
	
	.menu ul	{
		padding: 0;
		list-style: none;
		clear: both;
		margin: 0 0 0 0;
	}
	
	.menu ul li {
		padding: 3px;
	}
	
	.menu li a	{
		display: block;
		padding: 5px;
		color: #000000;
		border: solid 1px #9f9f9f;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		/*For Old WebKit*/
		background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#f8f8f8 80%,
		#f2f2f2 90%,
		#e1e1e1 100%
		);
		/*For Modern Browser*/
		background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#f8f8f8 80%,
		#f2f2f2 90%,
		#e1e1e1 100%
		);	
	}
	
	.menu li a:hover	{
		background-color: #eeeeee;
	}

}


/* ########### 769px以上 ########### */
@media screen and (min-width: 769px) {

	/* トグルボタン */
	#menubtn {
		display: none !important;
	}
	
	/* ナビゲーション */
	#menu {
		display: none;
	}
	
	.menu {
		clear: both;
		text-align: center;
	}
	
	.menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.menu li a	{
		display: block;
		float: left;
		padding: 10px 15px;
		color: #000000;
		font-size: 14px;
		text-decoration: none;
	}
	
	.menu li a:hover {
		background-color: #eeeeee;
	}
	
	.menu ul:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.menu ul li {
		float: left;
		width: auto;
	}
	

}


/* 　コンテンツ　*top
---------------------------------------------------------- */

.content {
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

h1 {
	font-size: 20px;
	margin: 20px 0;
}

.content h1 {
	font-size: 35px;
	color: #00547d;
	text-align: center;
	letter-spacing: 3px;
	margin: 10% 0 5% 0;
}

.kakko {
	color: #00abb0;
}

.miniicon {
	padding-left: 10px;
	border-left: solid 7px #0cafb4;
	color: #0cafb4;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.left, .right {
	width: 50%;
	float: left;
}

/* ########### 768px以下 ########### */
@media screen and (max-width: 768px) {
	
	.content h1 {
		font-size: 18px;
	}
	
	.miniicon {
		font-size: 14px;
		margin: 3% 0 1% 0;
	}
}



/* 　納得の製品をお客様の元へ
---------------------------------------------------------- */


.centering {
	text-align: center;
	line-height: 2.5;
	padding: 10% 0;
}

.centering2 {
	text-align: center;
	margin: 0 0 5% 0 !important;
}

.prolo_title {
	margin: 0 0 10% 0;
	font-size: 35px;
	color: #00547d;
	font-weight: 600;
}

.centering p {
	margin: 0 0 10% 0;
}

.centering p img {
	margin: 5% 0 0 0;
}

.button {
	position: relative;
    background-color: #fafafa !important;
    border-radius: 2px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #a0a5aa;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    width: 24%;
	font-size: 15px;
	text-align: center;
    margin: 0 auto;
	padding: 1% 0;
}

.button:hover {
    background-color: #fff !important;
    box-shadow: 0 2px 0 #b2b8be;
    top: 1px;
}

.button:active {
    top: 1px;
    box-shadow: none;
}

.btnstyle {
	text-decoration: none !important;
}

@media screen and (max-width: 768px) {
	
	.prolo_title {
		font-size: 18px;
	}
	
	.prolo_title img {
		width: 62%;
	}
	
	.button {
		width: 30%;
		padding: 2% 1%;
		font-size: 10px;
	}

}

@media screen and (max-width: 414px) {
	
	.button {
		width: 50%;
		padding: 3% 1%;
	}

}


@media screen and (max-width: 320px) {
	
	.prolo_title {
		font-size: 15px;
	}
	
	.prolo_title img {
		width: 62%;
	}

}


/* 　基本理念
---------------------------------------------------------- */



/* iPads （縦と横向き）表示のズレ防止のため、display: flex でリストを強制センタリング ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.basic_box {
		margin: 30px 0 0 10px;
		display: flex;
		justify-content: center;
	}

}


/* 　ご挨拶
---------------------------------------------------------- */

.sign {
	text-align: right;
}

@media screen and (max-width: 768px) {
	
	.sign {
		text-align: right !important;
		width: 40%;
	}

}

/* 　会社概要
---------------------------------------------------------- */

.corporate_table ul li {
	width: 700px;
	float: left;
	background: #fff;
	padding: 5% 0 5% 3%;
}

.midasi {
	width: 250px !important;
	background: #e7e7e7 !important;

}

.corporate_table ul {
	border: solid 1px #a4a4a4;
	border-collapse: collapse;
	display: flex;
	justify-content: center;
	display:-webkit-box;
    display:-moz-box;
    display:box;
    display:-webkit-flex;
}

.corporate_table {
	margin: 40px 0;
	border: solid 1px #a4a4a4;
}



/* 　企業理念
---------------------------------------------------------- */

.box p {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
  margin: 10px 0 0 0;
}

.box .rinen_02 {
  -webkit-transition: all 3s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
  margin: 10px 0 0 0;
}


.box .rinen_03 {
  -webkit-transition: all 6s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
  margin: 10px 0 0 0;
}

.box p.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 1;
}


/* 　実績
---------------------------------------------------------- */

.introduction ul li {
	width: 33%;
	float: left;
}

.introduction ul {
	margin: 2% 0 4% 0;
}

.taiou ul li {
	width: 30%;
	padding: 1%;
	float: left;
}

.taiou ul {
	margin: 2% 0 4% 0;
}

.taiou_title {
	color: #0cafb4;
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	margin: 6% 0 4% 0;
}

.taiou_title-txt {
	font-size: 16px !important;
}

.button2 {
	width: 45%;
	padding: 4%;
}

.tpe_txt {
	margin: 4% 0 !important;
}

@media screen and (max-width: 768px) {

	.taiou_title {
		color: #0cafb4;
		font-weight: 600;
		font-size: 14px;
		text-align: center;
		margin: 6% 0 4% 0;
	}
	
	.taiou_title-txt {
		font-size: 10px !important;
	}
	
	.button2 {
		width: 95%;
		padding: 5% 1%;
		font-size: 10px;
	}

}


/* 　私たちの取り組み
---------------------------------------------------------- */

.imagecomit h2 {
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin: 0 0 5% 0;
}

.imagecomit p {
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 2;
	padding: 1% 0 0 1%;
	text-shadow: 2px 2px 1px #333,
                 -2px 2px 1px #333,
                 2px -2px 1px #333,
                 -2px -2px 1px #333;
}

.imagecomit2 h2 {
	font-weight: 500 !important;
	line-height: 2;
	text-shadow: 2px 2px 1px #fff,
                 -2px 2px 1px #fff,
                 2px -2px 1px #fff,
                 -2px -2px 1px #fff;
}

.goods p {
	margin: 4% 0 8% 0;
}

.tpe {
	background: #f2f2f2;
	padding: 2%;
	width: 55%;
	margin: 0 0 1.5% 0 !important;
}

.square {
	width: 7%;
	color: #26b1b6;
	font-weight: 600;
	border: solid 1px #d4d4d4;
	padding: 1% 4%;
	margin: 3% 0 1% 0;
}

.sample {
	width: 100%;
	height: 400px;
	background: #CCC;
}

.sample2 {
	width: 100%;
	height: 200px;
	background: #CCC;
}

.txt_box2 {
	margin: 3% 0 0 0;
}

.jisage {
	padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width: 768px) {

	.square {
		width: 16%;
		color: #26b1b6;
		font-weight: 600;
		border: solid 1px #d4d4d4;
		padding: 1% 4%;
		margin: 3% 0 1% 0;
	}

}


@media screen and (max-width: 414px) {

	.tpe {
		background: #f2f2f2;
		padding: 2%;
		width: 90%;
		margin: 0 0 1.5% 0 !important;
	}
	
	.square {
		width: 16%;
		color: #26b1b6;
		font-weight: 600;
		border: solid 1px #d4d4d4;
		padding: 1% 4%;
		margin: 3% 0 1% 0;
	}
	
}


/* 　ラップパーティション
---------------------------------------------------------- */

#wrappartition02 {
	margin: 0 0 3% 0;
}

#wrappartition02 ul li {
	float: left;
	padding: 0 3% 0 0;
}

.wraptitle {
	border: solid 1px #000;
	width: 100%;
	padding: 4% 0;
	margin: 0 0 3% 0;
	text-align: center;
	font-size: 120%;
}

.parts_txt {
	line-height: 1.1;
	margin: 1% 0 0 0;
	overflow: hidden;
}

.parts_txt p {
	font-size: 110%;
	font-weight: 600;
}

.no_padding {
		padding: 0 !important;
}

#wrappartition02 table tr td {
	border: solid 1px #000;
	padding: 2%;
}

#wrappartition02 table {
	width: 80%;
}

.tablemidashi {
	background: #dbfeff;
	text-align: center;
	font-weight: 600;
}

@media screen and (max-width: 768px) {

	#wrappartition02 table {
		width: 100%;
	}
	
	#cta h2 {
		font-size: 200%;
	}
}


#cta ul li {
	width: 50%;
	text-align: center;
	float: left;
}

#cta h2 {
	font-size: 280%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 0 0 2% 0;
}

.imaagecta {
	overflow: hidden;
}


/* 　サイトマップ
---------------------------------------------------------- */

.sitemap ul {
	float: left;
	margin: 30px;
}

.fa-square {
	padding: 0 5px 0 0;
	color: #05989c;
}

.fa-arrow-right {
	margin: 0 0 0 15px;
	padding: 0 5px 0 0;
	color: #054d70;
}


/* 　FAQ
---------------------------------------------------------- */

.faq ol li {
	margin: 0 0 2px 0;
}

.faq ul {
	border: 1px solid #ddd;
	padding: 1%;
	overflow: hidden;
	margin: 2% 0;
}

.faq ul li {
	width: 98%;
	padding: 1%;
}

.faq_title {
	background: #05989c;
	color: #fff;
}

.icon_a, .a_txt {
	float: left;
}

.icon_q2 {
	margin: 0 1% 0 0;
}

.a_txt {
	margin: 0 0 0 1%;
	width: 95%;
}

@media screen and (max-width: 768px) {

	.a_txt {
		margin: 0 0 0 1%;
		width: 90%;
	}

}



/* お問い合わせ
---------------------------------------------------------- */

.mailfoambox {
	width: 100%;
}

.mailfoam {
	padding: 40px 15px 100px 15px;
}	

.table_line {
	background: #ffffff;
	border: solid 1px #92a2b3;
	padding: 0 0 35px 0;
}

.mailfoambox table {
	width: 90%;
	margin: 0 auto;
}

.mailfoambox table tr td {
	padding: 30px 0;
}


.midasi_mail {
	width: 24%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.midasi_mail2 {
	width: 150px !important;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
}

.input_area {
	font-size: 14px;
	color: #999;
	padding: 20px 0 15px 5px;
}

input {
	height: 30px;
	width: 80%;
	border:solid 1px #92a2b3;
	background-color: #fff;
}

textarea {
	border:solid 1px #92a2b3;
	background-color: #fff;
	width: 95%;
}

.hissukoumoku {
	border-bottom:solid 1px #92a2b3;
	color: #000;
	font-size: 15px;
	text-align: left;
	padding: 40px 0 15px 0;
	margin: 0 0 30px 0;
}

.hissu {
	background: #ed8c83;
	color: #fff;
	font-size: 12px;
	padding: 2px 3px;
	margin: 0 3px 0 3px;
}

.button_area {
	text-align: center;
	padding: 40px 0 0 0;
}

.button {
	background: none;
	border: none;
	outline:none;
}

.contact_btn {
	background: #00abb0 !important;
	color: #ffffff;
}

.contact_btn:hover {
	background: #3bd9de !important;
	color: #ffffff;
    top: 2px;
}

@media screen and (max-width: 768px) {
	
	.midasi_mail {
		width: 30%;
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		padding: 0 0 0 5px;
	}
	
	
}





/* 　footer
---------------------------------------------------------- */

.footer_top {
	clear:both;
	background: #fff;
	border-top: solid 1px #757575;
	height: 98px;
	overflow: hidden;
}

.footer_top_box {
	float: left;
	padding: 34px 0 40px 0;
}

.footer_top_box1 {
	float: left;
	padding: 30px 0;
}

.footer_top_box1 {
	width: 55%;
	height: auto;
	border-right: solid 1px #757575;
}

.footer_top_box {
	width: 22%;
	height: auto;
	border-right: solid 1px #757575;
}

.footer_menu {
	text-align: center;
	padding: 30px 0;
	background: #fbfbfb;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}


.footer_menu a {
	color: #000;
	font-size: 14px;
}

footer {
	text-align: center;
	clear: both;
}

.cr {
	text-align: right;
	font-size: 14px;
	margin: 10px 0 0 0;
}

/*　buttonA　*/
.buttonA {
	float: left;
	    padding: 3%;
  background-color: #FFF;
    -webkit-perspective: 300px;
    -webkit-transform-style: preserve-3d;
    perspective: 300px;
    transform-style: preserve-3d;
	border: 0px #fff;
	border-right: solid 1px #757575 !important;
	font-size: 16px;
}
.buttonA::after {
	padding: 0.1em 4em;
  content: 'お問い合わせ';
  display:block;
  position:absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  -webkit-transform-origin: 50% 0;
  -webkit-transform: rotateX(90deg);
  transform-origin: 50% 0;
  transform: rotateX(90deg);
  transition: .4s all;
  opacity: 0;
}
.buttonA:hover::after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}

.tel1 {
	pointer-events: none;
}

@media screen and (max-width: 768px) {

	.footer_top {
		clear:both;
		background: #fff;
		border-top: solid 1px #757575;
		height: 80px;
		overflow: hidden;
	}
	
	.footer_top_box {
		float: left;
		padding: 28px 0 40px 0;
	}

}


@media screen and (max-width: 415px) {

	.footer_menu a, .cr {
		font-size: 10px;
	}
		
	.footer_top_box img, .footer_top_box1 img{
		width: 90%;
		height: auto;
	}
	
	footer {
		padding: 10px 0 5px 0 !important;
	}
	
	.footer_top_box {
		width: 21%;
		height: auto;
		border-right: solid 1px #757575;
	}

		

}