@charset "utf-8";

/*基本設定*/
html {
	position: relative;
	min-height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}

body {
	overflow: auto;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
	min-height: 100%;
	position: relative;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	color: #000;
}

p {
	line-height: 1.25rem;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #5755d9 !important;
}

a:hover {
	text-decoration: none;
	color: rgb(217, 5, 34) !important;
}

a:hover img {
	opacity: .7;
}

nav a {
	text-decoration: none;
}

.table {
	margin-bottom: 1.5em;
}

.table th {
	border-bottom: .05rem solid #dadee4;
}

.table td {
	border-bottom: .05rem solid #dadee4;
}

/*ボタン グラデーション*/
.red-gradient-btn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgb(217, 5, 34)), to(rgb(68, 26, 32)));
	background: linear-gradient(to bottom, rgb(217, 5, 34) 45%, rgb(68, 26, 32) 100%);
	color: #fff !important;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: .75em;
	display: inline-block;
	min-width: 8rem;
	text-align: center;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
}

.red-gradient-btn:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#890406), to(#280f12));
	background: linear-gradient(to bottom, #890406 0%, #280f12 100%);
	color: #fff !important;
}

/*ユーティリティ*/
.overflowHidden {
	/*はみ出しを隠す*/
	overflow: hidden;
}

.word-break-all {
	/*強制的にボックス内に納める(改行位置等は無視)*/
	word-break: break-all;
	word-wrap: break-all;
}

/*全体レイアウト フッター最下部固定*/
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow: auto;
	width: 100%;
	padding: 0;
	margin: 0;
}

/*コンテンツラッパー*/
.content {
	margin: auto auto 2em auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

footer {
	margin-top: auto;
	overflow: hidden;
}

/*ロゴサイズ*/
.logo img {
	width: 360px;
	display: block;
}

.logo a:hover{
	opacity: 1;
}

/*header*/
.header-container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 1em;
}

.header-container-inner .logo {
	padding-right: 0.5em;
}

.header-container-inner address {
	padding-top: .75em;
}

/*header menu*/
.head-menu {
	background: #363635;
}

.head-menu .head-menu-desktop-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.head-menu .head-menu-desktop-nav li {
	list-style: none;
	height: .25em;
	padding: 0;
}

.head-menu .head-menu-desktop-nav a {
	color: #fff !important;
	display: block;
	line-height: .25em;
}

.head-menu .head-menu-desktop-nav a:hover {
	color: #a9a9a9 !important;
}

/*スマートフォンメニュー*/
.head-menu-nav-sp-head {
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 2em;
	height: 2em;
}

.head-menu-nav-sp-ul ul {
	text-align: center;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	padding-top: 1em;
}

.head-menu-nav-sp-ul ul li {
	border-bottom: 1px solid #fff;
	list-style: none;
	padding: 0;
	margin: 0;
}

.head-menu-nav-sp-ul ul li:last-child {
	border: none;
}

.head-menu-nav-sp-ul ul li a {
	color: #fff !important;
	text-align: center;
	display: block;
	height: 2em;
	line-height: 2em;
	padding: 0;
}

.head-menu-nav-sp-ul ul li a:hover {
	text-decoration: none;
	background: #666666;
}

/*フッター*/
footer {
	background: url(../images/common/matal_back.jpg) repeat;
}

.footer-wrap-block {
	padding: 1em 0;
}

.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto 1em auto;
}

.footer-menu ul li {
	display: inline-block;
	margin-right: .5em;
	line-height: 1.75em;
}

.footer-menu ul li a {
	color: #000 !important;
}

.footer-menu ul li a:hover{
	color: rgb(217, 5, 34) !important;
}

.footer-right-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-address {
	background: #fff;
	padding: 6px 6px 12px 6px;
	-webkit-box-shadow: -1px -1px -1px #000 inset;
	box-shadow: 1px 1px 1px #888 inset;
	margin: auto;
	text-align: center;
	overflow: hidden;
	min-width: 300px;
}

.footer-address-tel {
	display: block;
	font-weight: bold;
	font-size: 2em;
	margin: 0 auto;
}

.footer-address-btn {
	width: 95%;
	font-size: 1.1em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-address-btn i {
	margin-right: 12px;
}

.copyright {
	text-align: center;
}

/*TOPへ戻るボタン*/
#page-top {
	z-index: 1000000 !important;
}

.to-top {
	width: 50px;
	height: 50px;
	position: fixed;
	background: #fff;
	right: 10px;
	bottom: 10px;
	border: 1px solid #000;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 12px;
	opacity: 0;
}

.to-top a {
	display: block;
	margin: auto;
	line-height: 45px;
	text-align: center;
	color: #b4001b;
}

.to-top:hover {
	background: rgba(255, 255, 255, 1);
}

.to-top:hover a {
	color: #590004;
}

.fade-in {
	opacity: 1;
}

/*パンくず*/
.breadcrumb{
	margin-bottom: 1em;
}

/*TOPページ*/
.top-icatch {
	background: url(../images/index/top.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 60vh;
	position: relative;
	overflow: hidden;
}

.top-icatch-copy {
	position: absolute;
	top: 1%;
	left: 3%;
	overflow: hidden;
}

.top-icatch-copy img {
	max-height: 90vw;
	min-height: 250px;
	width: auto;
	overflow: hidden;
}

.index-possible {
	background: url(../images/common/matal_back.jpg) repeat;
	padding: 3em 0;
}

.index-possible-card-single {
	margin: 1.25em auto;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
}

.index-possible-card-single .card-body {
	margin-bottom: .75em;
}

h2.index-title{
	text-align: center;
	border-bottom: 1px solid #b4001b;
	padding-bottom: .2em;
	font-weight: bold;
	margin: 1.25em auto;
}

.index-possible-card-single h3,
h4{
	border-left: 6px solid #b4001b;
	padding-left: .5em;
	font-weight: bold;
}

.index-product{
	background:url(../images/index/parts.jpg) center no-repeat;
	background-size: cover;
}

.index-equipment-image{
	height: 200px;
	width: 100%;
	background: url(../images/index/top_machine.jpg) center no-repeat;
	background-size: cover;
}

.index-equipment-content{
	padding: 2em 0;
}

/*下層ページ*/
h2.page-title{
	width: 100%;
	background: url(../images/common/matal_back.jpg);
	text-align: center;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #363535;
}

h3.child-page-subtitle{
	text-align: center;
	border-bottom: 1px solid #b4001b;
	padding-bottom: .2em;
	font-weight: bold;
	margin: 1em auto;
}

h3.child-page-subtitle:nth-of-type(1){
	margin-top: 0;
}

.map-outer {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
}

.map-outer::before {
    display: block;
    content: "";
}

.map-outer iframe {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.privacy-address{
	font-size: 1.1em;
}

.mailform{
	table-layout: auto!important;
}

.mailform input{
	font-size: 100%;
}

.mailform input[type="text"]{
	margin:auto .5em .25em auto;
}

.mailform th{
	width: 25.5% !important;
	background: #f8f8f8
}

.mailform th,
.mailform td{
	font-size: 1em !important;
}

.mailform td{
	font-size: 1em !important;
	padding: .75em !important;
}

.must{
	font-size: .75em !important;
}

.mailform textarea{
	min-width: 100%;
	min-height: 200px;
	resize: vertical;
	font-size: 100%;
}

#submit{
	text-align: center;
}

#submit .button{
	margin:auto .2em;
	cursor: pointer;
	background: none;
	vertical-align: middle;
	padding: 4px;
}

#submit .button:hover{
/*	background-color: #fda5b1;*/
}

/*メディアクエリー*/
/*1300px以上*/
@media (min-width: 1300px) {}

/*max-size デスクトップサイズ*/
@media (min-width: 1280px) {}

@media (max-width: 1280px) {}

/*xl-size 大きめの端末*/
@media (min-width: 960px) {}

@media (max-width: 960px) {}

/*md-size タブレットサイズ*/
@media (max-width: 840px) {
	.header-container-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.header-container-inner .logo {
		padding: 0;
	}

	.header-container-inner .logo img {
		width: 360px;
	}

	.header-container-inner address {
		padding: 0;
	}

	.footer-wrap-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-wrap-block .logo img {
		margin: auto;
		text-align: center;
		display: block;
	}

	.footer-left-block {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
	}

	.footer-right-block {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 32px;
	}

	.top-icatch {
		background-position: 62.5% 0;
	}

	.index-possible {
		padding: 2em;
	}
	
	.table th,
	.table td{
		display: block;
		text-align: center;
		overflow: hidden;
	}
	
	.table th{
		background: #ccc;
	}
	
	.conpany-map,
	.conpany-photo{
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 1em;
	}
	
	.mailform th,
	.mailform td{
		display: block;
		min-width: 100%;
		overflow: hidden;
	}
}

/*sm-size スマートフォンサイズ*/
@media (max-width: 600px) {}

/*xs-size 最小端末サイズ*/
@media (max-width: 480px) {}

.container {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
}

@media (min-width: 1024px) {
  .column {
    width: 50%;
  }
}
