
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	-webkit-text-size-adjust: 100%; /* iphone横向き 文字拡大防止 */
}
img {
	display: block;
	width: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	opacity: 0.7;
}
p {
	line-height: 1.8;
}
input, textarea {
-webkit-appearance: none;
}

select {
-webkit-appearance: none;
	cursor: pointer;
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
	height: 36px;
}
select::-ms-expand {
    display: none;
}
/* select を div で囲む */
.select {
	position: relative;
	width: 50%;
}
.select::before {
	position: absolute;
	content: "";
	display: block;
    width: 0;
    height: 0;
	top: 50%;
	margin-top: -3px;
	right: 16px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #000;
}


/*==================================================================================
ヘッダー
==================================================================================*/
header {
	width: 100%;
	border-bottom: 5px #000 solid!important;
	padding-top: 20px!important;
	background: #fff;
}
header .row {
	align-items: flex-end;
}
header .head_logo {
	display: block;
	width: 300px;
	margin-bottom: 10px;
}
header ul.head_nav {
	display: flex;
}
header ul.head_nav li a {
	display: block;
	padding: 25px 25px 15px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
header ul.head_nav li a.on {
	background: #000;
	color: #fff;
	pointer-events: none;
}
header ul.head_nav li a:hover {
	opacity: 1;
	background: #EFEFEF;
}
.nav_tel {
    display: block;
    position: fixed;
    top: 10px;
    right: 55px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    background: #000;
    text-align: center;
}

/* スマホ版 メニュー -----------------------*/
nav.globalMenuSp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    background: #E9E9E9;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: 8888;
	list-style-type: none;
}
nav.globalMenuSp ul {
    width: calc(100% - 80px);
	margin: 60px 60px 0 20px;
}
nav.globalMenuSp ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
	font-size: 14px;
    padding: 20px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    background: #000;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 24px;
    border-bottom: solid 3px #FFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 8px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*==================================================================================
メイン
==================================================================================*/

/* サイドボタン */
.btn_side {
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 3333;
}
.btn_side a {
	display: block;
	width: 50px;
}
.btn_side a:nth-child(2),
.btn_side a:nth-child(3) {
	margin-top: -10px;
}
.btn_side a:hover {
	opacity: 0.9;
}
/* SPフッター固定バナー */
.fix_bana {
	display: none;
}

/* INDEX メインスライド */
.main_slide {
	width: 1200px;
	margin: 0 auto 60px;
	position: relative;
	z-index: 1;
}
.main_slide::after {
	content: "";
	display: block;
	width: 100%;
	height: 150px;
	background: url("../img/main_wave.png") left bottom / contain no-repeat;
	position: absolute;
	left: 0;
	bottom: 31px;
	z-index: 2;
}
.main_slide .sp-buttons {
	padding-top: 15px;
}
.main_slide .sp-button {
    width: 8px;
    height: 8px;
	background: #b4b4b5;
    border: none;
    margin: 0 8px;
}
.main_slide .sp-selected-button {
    background: #000;
}

/* 下層ページ メイン */
.main_bg {
	width: 1200px;
	height: 360px;
	margin: auto;
	position: relative;
}
.main_bg::before {
	content: "";
	display: block;
	width: 1200px;
	height: 430px;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	animation: fadeIn 2s ease;
    -webkit-animation: fadeIn 2s ease;
}
.main_bg.about::before {
	background: url(../img/about_main.jpg) center top / cover no-repeat;
}
.main_bg.access::before {
	background: url(../img/access_main.jpg) center top / cover no-repeat;
}
.main_bg.contact::before {
	background: url(../img/contact_main.jpg) center top / cover no-repeat;
}
.main_bg.recruit::before {
	background: url(../img/recruit_main.jpg) center top / cover no-repeat;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main_bg::after {
	content: "";
	display: block;
	width: 100%;
	height: 150px;
	background: url("../img/main_wave.png") left bottom / contain no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
.main_bg .ttl {
	text-indent: 100%;
	white-space:nowrap;
	overflow: hidden;
	width: 240px;
	height: 240px;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
}
.main_bg.about .ttl {
	background: url(../img/about.png) center top / contain no-repeat;
}
.main_bg.access .ttl {
	background: url(../img/access.png) center top / contain no-repeat;
}
.main_bg.contact .ttl {
	background: url(../img/contact.png) center top / contain no-repeat;
}
.main_bg.recruit .ttl {
	background: url(../img/recruit.png) center top / contain no-repeat;
}
.main_bg .icon_screw {
	text-indent: 100%;
	white-space:nowrap;
	overflow: hidden;
	width: 140px;
	height: 140px;
	background: url(../img/icon_screw.png) center center / contain no-repeat;
	position: absolute;
	right: 140px;
	bottom: -40px;
	z-index: 2;
}

/* レイアウト */
main {
	display: block;
	padding-bottom: 100px!important;
}
main.bg_wh {
	padding-top: 30px!important;
	background: #fff;
}
.container {
	width: 1200px;
	margin: auto;
}
.w980 {
	width: 980px;
	margin: auto;
}
.w840 {
	width: 840px;
	margin: auto;
}
.w680 {
	width: 680px;
	margin: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.row.flx_start {
	align-items: flex-start;
}
.row.just_start {
	justify-content: flex-start;
}
.col3 {
	width: 32%;
}
.col2 {
	width: 48%;
}
.border {
	width: 100%;
	border-bottom: 2px #000 solid;
}

/* スペース */
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_100 {
	margin-bottom: 100px;
}
.mr_5 {
	margin-right: 5px;
}
.p_30 {
	padding: 30px;
}

/* フォント */
h1 {
	font-size: 18px;
	text-align: center;
	margin: 40px 0!important;
	letter-spacing: 3px;
	line-height: 1.5;
}
h1 span {
	display: block;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-size: 32px;
}
h2 {
	font-size: 32px;
	text-align: center;
	margin: 40px 0!important;
	letter-spacing: 3px;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.indent {
	padding-left: 1rem;
	text-indent: -1rem;
}
.indent.numer {
	padding-left: 1.8rem;
	text-indent: -1.8rem;
}
.bold {
	font-weight: bold;
}
.red {
	color: #e50012;
}
.font_ss {
	font-size: 12px;
}
.font_s {
	font-size: 14px;
}
.font_m {
	font-size: 18px;
}
.font_l {
	font-size: 24px;
}
.font_ll {
	font-size: 32px;
}

/* ボタン */
.btn {
	display: inline-block;
	border: 2px #000 solid;
	border-radius: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
	padding: 15px 30px;
	margin: auto;
	cursor: pointer;
}
.btn.yellow {
	background: #fff000;
}


/* MAKING -------------------------------*/
section#making {
	border-bottom: 5px #000 solid;
}
.making {
	width: 240px;
	margin: auto;
}

/* PROCESSING -------------------------------*/
section#processing {
	border-bottom: 5px #000 solid;
}
.processing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 2px #000 solid;
}
.processing .col4 {
	width: calc(100% / 4);
	position: relative;
}
.processing .col4::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	z-index: -1;
}
/* モーダルウィンドウ */
.open_button {
    display: flex;
    align-items: center;
    width: 300px;
    height: 300px;
	background: url(../img/process_bg.png) center center / contain no-repeat;
	margin: 60px auto;
    cursor: pointer;
}
.open_button span {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 50px;
}
.open_button.under {
	margin: 160px auto 60px;
}
.open_button:hover {
	background: url(../img/process_bg_hv.png) center center / contain no-repeat;
}
.modal_wrap input {
    display: none;
}
.modal_overlay {
    display: flex;
    justify-content: center;
	align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5555;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content {
    width: 90%;
    max-width: 980px;
	height: 580px;
    background: #eeeeef;
	margin-bottom: 120px;
	position: relative;
	top: 15%;
    transition: 0.5s;
}
.modal_content .scroll {
	overflow-y: scroll;
    width: 100%;
	height: calc(100% - 40px);
	padding-bottom: 40px;
}

.close_button {
	width: 40px;
	height: 40px;
	background: #231815 url(../img/icon_close.png) center center / 10px no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.ttl_metal {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	background: url(../img/bg_metal.jpg) center center / cover no-repeat;
	border-bottom: 2px #000 solid;
}
.icon_color {
	display: inline-block;
	width: 50px;
}
.processing table {
	width: 100%;
	line-height: 1.4;
}
.processing table tr {
	border-bottom: 2px #000 solid;
}
.processing table tr:first-child {
	border-top: 2px #000 solid;
}
.processing table th {
	text-align: left;
	font-weight: normal;
	padding: 6px 6px 6px 15px;
}
.processing table td {
	text-align: right;
	padding: 6px;
}
.processing table tr:first-child td:nth-child(2) {
	text-align: left;
	padding-left: 25px;
}
.processing table td:last-child {
	padding-right: 15px;
}
.processing table td .sup {
	position: relative;
}
.processing table td sup {
	font-size: 10px;
	position: absolute;
	top: 0;
}
.processing .box {
	width: 55%;
	margin: auto;
}
.processing .color01,
.processing .color02 {
	position: relative;
}
.processing .color01::before,
.processing .color02::before {
	content: "";
	display: inline-block;
	width: 75px;
	height: 15px;
	position: relative;
	top: 2px;
	left: -5px;
}
.processing .color01::before {
	background: url(../img/color_black2.gif) center right / 15px no-repeat;
}
.processing .color02::before {
	background: url(../img/color_red2.gif) center right 60px / 15px no-repeat, url(../img/color_blue2.gif) center right 45px / 15px no-repeat, url(../img/color_gold2.gif) center right 30px / 15px no-repeat, url(../img/color_skyblue2.gif) center right 15px / 15px no-repeat, url(../img/color_green2.gif) center right / 15px no-repeat;
}


.photo {
	width: 50%;
}
.textarea {
	width: calc(50% - 80px);
	padding: 0 40px;
}

.processing table.screw tr {
	border-bottom: none;
}
.processing table.screw tr:first-child {
	border-top: none;
}
.processing table.screw th {
	width: 60px;
	padding: 0 30px 0 0;
}
.processing table.screw th p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(25px - 2px);
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.processing table.screw th p::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	right: -9px;
}
.processing table.screw th img {
	width: 80%;
	margin: auto;
}
.processing table.screw td {
	text-align: left;
	padding: 0!important;
}
.processing table.screw td p:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 25px;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.processing table.screw td img {
	width: 80px;
}
.processing table.screw td .row img {
	margin-right: 10px;
}

.processing .modal_content .scroll {
	overflow-y: scroll;
    width: 100%;
	height: calc(100% - 20px);
	padding-bottom: 20px;
}



/* MESSAGE -------------------------------*/
section#message .row {
	border-top: 5px #000 solid;
	border-bottom: 5px #000 solid;
	margin-bottom: 100px;
}
section#message .photo {
	height: 500px;
	background: url("../img/message.jpg") center center / cover no-repeat;
}
section#message .textarea p {
	line-height: 2.2;
}
.logomark img {
	width: 80px;
	margin: auto;
}
.name {
	display: inline-block;
	width: 200px;
	margin-left: 20px;
}
/* HISTORY -------------------------------*/
section#history .row {
	border-top: 5px #000 solid;
	border-bottom: 5px #000 solid;
	margin-bottom: 100px;
}
section#history .photo {
	height: 800px;
	background: url("../img/history.jpg") center center / cover no-repeat;
}
section#history table {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
}
section#history table th {
	width: 110px;
	text-align: left;
	font-weight: normal;
	border-right: 1px #000 solid;
}
section#history table td {
	padding: 0 0 20px 10px;
}
section#history table tr:last-child td {
	padding: 0 0 0 10px;
}
/* COMPANY -------------------------------*/
section#company .row {
	border-top: 5px #000 solid;
	border-bottom: 5px #000 solid;
}
section#company .photo {
	height: 720px;
	background: url("../img/company.jpg") center center / cover no-repeat;
}
section#company table {
	width: 100%;
	line-height: 1.6;
}
section#company table tr {
	border-bottom: 1px #000 solid;
}
section#company table tr:last-child {
	border-bottom: none;
}
section#company table th {
	width: 110px;
	text-align: left;
}
section#company table td {
	padding: 15px 0 15px 10px;
}
.map {
	display: block;
	width: 120px;
	background: #fff000;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	margin: 5px 0 0;
}

/* MAP -------------------------------*/
.frame {
	border: 5px #000 solid;
}

/* RECRUIT -------------------------------*/
section#recruit table {
	width: 100%;
	border-top: 5px #000 solid;
	border-bottom: 5px #000 solid;
	line-height: 1.6;
}
section#recruit table tr:nth-child(odd) {
	background: #dbdcdc;
}
section#recruit table th {
	width: calc(140px - 60px);
	letter-spacing: 3px;
	text-align: left;
	padding: 15px 30px;
}
section#recruit table td {
	padding: 15px;
}

section#entry {
	margin-top: 60px!important;
}
.ttl_entry {
	background: #000;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	line-height: 1;
	padding: 15px 0;
}
section#entry .frame {
	padding: 20px 40px 40px;
}
section#entry .modal_content .frame {
	padding: 0;
/*width: calc(100% - 70px);*/
width: calc(100% - 200px);
	margin: auto;
}
section#entry form .row {
	justify-content: flex-start;
}
section#entry .item {
	width: 260px;
}
section#entry input[name="name"],
section#entry input[name="katakana"],
section#entry input[type="tel"] {
	width: calc(80% - 24px - 260px);
}
section#entry input[type="email"],
section#entry input[name="address"],
section#entry textarea {
	width: calc(100% - 24px - 260px);
}
section#entry .wrap {
	width: calc(100% - 260px);
}
section#entry input[type="radio"] {
	display: none;
}
section#entry .radio {
	display: inline-block;
	padding-left: 20px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
section#entry .radio::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 1px #000 solid;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
section#entry input[type="radio"]:checked + .radio::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
}
section#entry input[name="bday1"] {
	width: calc(80px - 24px);
}
section#entry input[name="bday2"],
section#entry input[name="bday3"] {
	width: calc(50px - 24px);
}
section#entry input[name="zip1"] {
	width: calc(60px - 24px);
}
section#entry input[name="zip2"] {
	width: calc(80px - 24px);
}
section#entry input[name="other"] {
	width: calc(300px - 24px);
	margin-left: 10px;
}

.spl {
	display: inline-block;
	margin: 0 8px;
}

/* CONTACT -------------------------------*/
.tabs {
	display: flex;
	flex-wrap: wrap;
	max-width: 1010px;
width: calc(100% - 40px);
}

/* ラジオボタン削除 */
.tabs input[type="radio"] {
	display: none;
}
/* タブ スタイル */
.tabs .tab {
	display: block;
	width: 260px;
	background: #c8c9ca;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
}
.tabs .tab_on {
	display: block;
	width: 260px;
	background: #000000;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
}

.tabs input[type="radio"]:checked + .tab {
	background: #000;
}

/* 見積もり依頼タブ 中身非表示 */
.tabs #tab_cont02 {
	display: none;
}
/* 見積もり依頼タブ 中身 チェックしたら表示 */
.tabs #tab_estimate:checked ~ .frame #tab_cont02 {
	display: block;
}
.tabs .frame {
	width: calc(100% - 90px);
	padding: 40px;
}

/* フォーム スタイル */
.item {
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}
.item.other {
	display: inline-block;
	width: 0!important;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.item.required::after {
	content: "必須";
	display: inline-block;
	background: #ff0012;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 6px;
	position: relative;
	top: 0;
	right: -5px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 2px #000 solid;
	border-radius: 0;
	font-size: 16px;
	padding: 10px;
}
section#contact input[type="text"],
section#contact input[type="tel"] {
	width: calc(50% - 24px);
}
section#contact input[type="email"],
section#contact textarea {
	width: calc(100% - 24px);
}

/*
input[type="file"] {
	display: none;
}
*/

.file_up_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: calc(100% - 35px);
	height: calc(120px - 4px);
	border: 2px #595757 solid;
	background: #eeeeef;
	cursor: pointer;
}
.file_up_area.dragover {
	background: #dcdcdc;
}
.file_up_area span {
	color: #717071;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 40px;

	position: relative;
}

.file_up_area span::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/icon_file.png) center center / contain no-repeat;
	position: absolute;
	left: 0;
	bottom: -5px;
}
#filename {
	display: block;
	width: 100%!important;
	border: none;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding: 12px 0;
	cursor: pointer;
}
input#filename::placeholder {
	color: #fff;
}
input#filename::-webkit-placeholder {
	color: #fff;
}
input#filename:-ms-input-placeholder {
	color: #fff;
}

section#contact .frame {
/*	width: calc(100% - 70px);*/
width: calc(100% - 200px);
	margin: auto;
}


/* ページトップへ戻るボタン */
.btn_pagetop {
	display: block;
	width: 70px;
	position: fixed;
	right: 50px;
	bottom: 50px;
}

/*==================================================================================
フッター
==================================================================================*/
footer {
	width: 100%;
	padding: 40px 0!important;
	background: url(../img/bg_metal.jpg) center center / cover no-repeat;
}
footer .row {
	align-items: flex-start;
}
footer p {
	line-height: 1.4;
}
footer .balloon {
	padding-bottom: 20px;
	background: url("../img/balloon.png") center bottom / contain no-repeat;
}
footer .col_l {
	width: 300px;
}
footer .col_l a {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 8px 0;
}
footer .col_l a.red {
	background: #e50012;
	margin-bottom: 5px;
}
footer .col_l a.orange {
	background: #f29600;
	margin-bottom: 10px;
}
footer .col_l a[href*="tel:"] {
	font-size: 24px!important;
	display: inline-block!important;
}
footer .col_l .tel {
	display: inline-block;
	margin: 0 auto 3px;
	border-bottom: 1px #000 solid;
}


footer .col_r {
	width: 700px;
}
ul.foot_nav {
	display: flex;
	justify-content: space-between;
}
ul.foot_nav li {
	width: calc(100% / 3);
}
ul.foot_nav li ul {
	display: block;
}
ul.foot_nav li ul li {
	width: 100%;
	margin-bottom: 12px;
	font-size: 14px;
}
.foot_bana {
	width: 49%;
	margin-bottom: 10px;
}


.pc {
	display: inline;
}
.sp {
	display: none;
}
.sp2 {
	display: none;
}

a[href*="tel:"] {
	pointer-events: none;
	color: #000!important;
	padding: 0!important;
}

@media screen and (max-width : 980px) {
	
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
	p {
		font-size: 14px;
	}
	a[href*="tel:"] {
		pointer-events: inherit;
	}

	/*==================================================================================
	ヘッダー
	==================================================================================*/
	header {
		padding-top: 10px!important;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3333;
	}
	header .container {
		max-width: 1200px;
	}
	header .head_logo {
		width: 250px;
	}
	header ul.head_nav {
		display: none;
	}
	
	main {
		margin-top: 62px!important;
	}
	main.bg_wh {
		margin-top: 0!important;
	}
	
	/*==================================================================================
	メイン
	==================================================================================*/
	/* サイドボタン */
	.btn_side {
		display: none;
	}
	/* SPフッター固定バナー */
	.fix_bana {
		display: flex;
		justify-content: space-between;
		width: 100%;
		background: #fff;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1111;
	}
	.fix_bana a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% / 3 - 2px);
		height: 40px;
		color: #fff;
		font-size: 14px;
		position: relative;
	}
	.fix_bana a:nth-child(1) {
		background: #e50012;
		border-top: 4px #c21114 solid;
	}
	.fix_bana a:nth-child(2) {
		background: #f29600;
		border-top: 4px #ce6d0c solid;
	}
	.fix_bana a:nth-child(3) {
		background: #595757;
		border-top: 4px #000 solid;
	}
	
	/* INDEX メインスライド */
	.main_slide {
		width: 100%;
	}
	.main_slide .sp-button {
	    margin: 0 6px;
	}
	
	/* 下層ページ メイン */
	.main_bg {
		width: 100%;
		height: 240px;
		margin-top: 62px;
	}
	.main_bg::before {
		width: 100%;
		height: 302px;
	}
	.main_bg .ttl {
		width: 200px;
		height: 200px;
		top: 30%;
	}
	.main_bg .icon_screw {
		width: 80px;
		height: 80px;
		right: 60px;
		bottom: -20px;
	}

	/* レイアウト */
	.container {
		max-width: 680px;
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	.w980 {
		width: 100%;
	}
	.w840 {
		width: 100%;
	}
	.w680 {
		width: 100%;
	}
	.col3 {
		width: 100%;
	}
	.col2 {
		width: 100%;
	}
	/* スペース */
	.mb_10 {
		margin-bottom: 8px;
	}
	.mb_20 {
		margin-bottom: 15px;
	}
	.mb_40 {
		margin-bottom: 30px;
	}
	.mb_60 {
		margin-bottom: 40px;
	}
	.mb_100 {
		margin-bottom: 80px;
	}
	.p_30 {
		padding: 20px;
	}

	/* フォント */
	h1 {
		font-size: 16px;
		margin: 30px 0!important;
		letter-spacing: 2px;
		line-height: 1.4;
	}
	h1 span {
		font-size: 28px;
	}
	h2 {
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 1.6;
	}
	.font_ss {
		font-size: 10px;
	}
	.font_s {
		font-size: 12px;
	}
	.font_m {
		font-size: 16px;
	}
	.font_l {
		font-size: 20px;
	}
	.font_ll {
		font-size: 24px;
	}

	/* ボタン */
	.btn {
		font-size: 16px;
		letter-spacing: 1px;
	}
		

	/* MAKING -------------------------------*/
	.making {
		width: 200px;
	}
	section#making .row {
		justify-content: center;
	}
	section#making .row .col3 {
		width: calc(48% - 20px);
		margin: 0 10px;
	}
	section#making .row .col3:last-child {
		margin-top: -20px;
	}

	/* PROCESSING -------------------------------*/
	.processing {
		justify-content: center;
	}
	.processing .col4 {
		width: 45%;
	}
	.processing .col4:nth-child(3),
	.processing .col4:nth-child(4) {
		margin-top: -140px;
	}
	/* モーダルウィンドウ */
	.open_button {
	    width: 240px;
	    height: 240px;
		margin: 40px auto;
	}
	.open_button span {
		font-size: 16px;
		padding-left: 40px;
	}
	.open_button.under {
		margin: 100px auto 40px;
	}
	.modal_content {
	    width: 95%;
		padding-bottom: 0;
		top: 10%;
	}
	
	.close_button {
		width: 30px;
		height: 30px;
		background: #231815 url(../img/icon_close.png) center center / 8px no-repeat;
	}
	.modal_content .w840 {
		max-width: 460px;
		width: calc(100% - 40px);
		padding: 20px;
	}

	.ttl_metal {
		font-size: 18px;
		padding: 10px 0;
	}
	.icon_color {
		display: inline-block;
		width: 50px;
	}
	.icon_color {
		width: 40px;
	}
	.processing table {
		font-size: 14px;
	}
	.processing table tr:last-child td {
		white-space: nowrap;
	}
	.processing table tr:first-child td:nth-child(2) {
		padding-left: 0;
	}
	.processing .box {
		width: 60%;
		margin: 0 auto;
	}
	.processing .color01::before,
	.processing .color02::before {
		left: 0;
	}

	.photo {
		width: 100%;
		order: 2;
	}
	.textarea {
		width: calc(100% - 40px);
		padding: 30px 20px;
	}
	
	.processing table.screw {
		margin-top: 30px;
	}
	.processing table.screw th {
		width: 50px;
		padding: 0 20px 0 0;
	}
	.processing table.screw th p::after {
		top: 3px;
	}
	.processing table.screw th img {
		min-width: 40px;
	}
	.processing table.screw td p:first-child {
		width: 70px;
	}
	.processing table.screw td img {
		width: 70px;
	}
	.processing table.screw tr:last-child td {
	    white-space: normal;
	}

	/* MESSAGE -------------------------------*/
	section#message .row {
		margin-bottom: 80px;
	}
	section#message .photo {
		height: 300px;
		background-position: center top -120px;
	}
	section#message .textarea p {
		line-height: 1.8;
	}
	.logomark img {
		width: 60px;
	}
	.name {
		width: 140px;
	}
	/* HISTORY -------------------------------*/
	section#history .row {
		margin-bottom: 80px;
	}
	section#history .photo {
		height: 500px;
		background-position: center bottom -100px;
	}
	section#history table {
		font-size: 12px;
	}
	section#history table th {
		width: 100px;
	}
	/* HISTORY -------------------------------*/
	section#company .photo {
		height: 500px;
	}
	section#company table {
		font-size: 14px;
	}
	section#company table th {
		width: 90px;
	}
	section#company table td {
		padding: 10px 0 10px 10px;
	}
	.map {
		width: 100px;
	}

	/* RECRUIT -------------------------------*/
	section#recruit table {
		font-size: 14px;
	}
	section#recruit table th {
		display: block;
		width: calc(100% - 30px);
		letter-spacing: 1px;
		padding: 15px 15px 10px;
	}
	section#recruit table td {
		display: block;
		width: calc(100% - 30px);
		padding: 0 15px 15px;
	}
	
	section#entry {
		margin-top: 120px!important;
	}
	.ttl_entry {
		padding: 10px 0;
	}
	section#entry .frame {
		padding: 20px 20px 30px;
	}
	section#entry .modal_content .frame {
		width: calc(100% - 50px);
		padding: 0;
		margin: auto;
	}
	section#entry .item {
		width: 100%;
		margin-bottom: 8px;
	}
	section#entry input[name="name"],
	section#entry input[name="katakana"],
	section#entry input[type="tel"] {
		width: calc(100% - 24px);
	}
	section#entry input[type="email"],
	section#entry input[name="address"],
	section#entry textarea {
		width: calc(100% - 24px);
	}
	section#entry .wrap {
		width: 100%;
	}
	section#entry input[name="bday1"] {
		width: calc(80px - 24px);
	}
	section#entry input[name="bday2"],
	section#entry input[name="bday3"] {
		width: calc(50px - 24px);
	}
	section#entry input[name="zip1"] {
		width: calc(60px - 24px);
	}
	section#entry input[name="zip2"] {
		width: calc(80px - 24px);
	}
	#radio06 + .radio {
	}
	section#entry input[name="other"] {
		width: calc(70% - 24px);
		margin-left: 10px;
	}

	/* CONTACT -------------------------------*/
	/* タブ スタイル */
	.tabs .tab {
		width: 130px;
		letter-spacing: 1px;
		font-size: 14px;
		padding: 10px 0;
	}
	.tabs .tab_on {
		width: 130px;
		letter-spacing: 1px;
		font-size: 14px;
		padding: 10px 0;
	}
	/* フォーム スタイル */
	.item {
		letter-spacing: 1px;
	}
	.item.required::after {
		font-size: 10px;
		padding: 4px 6px;
	}
	section#contact input[type="text"],
	section#contact input[type="tel"] {
		width: calc(80% - 24px);
	}
	.file_up_area {
		height: calc(80px - 4px);
	}
	.file_up_area span {
		letter-spacing: 0;
		padding-left: 35px;
		font-size: 14px;
		line-height: 1.4;
	}
	.file_up_area span::before {
		width: 25px;
		height: 25px;
		background-position: center top;
		bottom: 0;
		top: 5px;
	}
	#filename {
		padding: 10px 0;
	}
	input#filename::placeholder {
		font-size: 12px;
	}
	input#filename::-webkit-placeholder {
		font-size: 12px;
	}
	input#filename:-ms-input-placeholder {
		font-size: 12px;
	}
	
	section#contact .frame {
		width: calc(100% - 50px);
	}
	section#contact .tabs .frame {
		padding: 30px 20px;
	}


	/* ページトップへ戻るボタン */
	.btn_pagetop {
		width: 50px;
		right: 20px;
		bottom: 60px;
	}

	/*==================================================================================
	フッター
	==================================================================================*/
	footer .col_l {
		width: 100%;
		margin-bottom: 40px;
	}
	footer .col_l img {
		max-width: 340px;
		margin: auto;
	}
	footer .col_l a {
		font-size: 16px;
	}
	footer .col_l a[href*="tel:"] {
		font-size: 20px!important;
	}
	footer .balloon {
		padding-bottom: 20px;
		background: url("../img/balloon_sp.png") center bottom / contain no-repeat;
	}

	footer .col_r {
		width: 100%;
		margin-bottom: 80px;
	}
	ul.foot_nav {
		flex-wrap: wrap;
	}
	ul.foot_nav li {
		width: 50%;
	}
	ul.foot_nav li ul li {
		width: 100%;
		margin-bottom: 12px;
		font-size: 14px;
	}
	.foot_bana {
		width: 49%;
		margin-bottom: 10px;
	}

	
}


@media screen and (max-width : 580px) {
	
	/* PROCESSING -------------------------------*/
	.processing .col4 {
		width: 100%;
	}
	.processing .col4:nth-child(3),
	.processing .col4:nth-child(4) {
		margin-top: 0;
	}
	.open_button {
		margin: 0 auto 10px;
	}
	.open_button.under {
		margin: 0 auto 10px;
	}
	.processing .col4:nth-child(1) .open_button {
		margin-top: 20px;
	}
	.processing .col4:nth-child(4) .open_button {
		margin-bottom: 20px;
	}
	.ttl_metal {
		font-size: 16px;
	}
	/* MESSAGE -------------------------------*/
	section#message .photo {
		background-position: center center;
	}
	/* HISTORY -------------------------------*/
	section#history .photo {
		height: 400px;
		background-position: center center;
	}
	/* HISTORY -------------------------------*/
	section#company .photo {
		height: 400px;
	}
	
	/* RECRUIT -------------------------------*/
	section#entry input[name="other"] {
		width: calc(100% - 24px - 81px);
	}
	
	
	ul.foot_nav li ul li {
		font-size: 12px;
	}

}


@media screen and (max-width : 460px) {
	.sp2 {
		display: inline;
	}
		
	/* 下層ページ メイン */
	.main_bg {
		height: 180px;
	}
	.main_bg::before {
		height: 242px;
	}

	/* フォーム スタイル */
	section#contact input[type="text"],
	section#contact input[type="tel"] {
		width: calc(100% - 24px);
	}
}
