/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* 初期設定
================================================== */
html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro sans-serif !important;
    font-weight: 500;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 13px;
    line-height: 1.5em;
    background: #fff;
}
a {
    color: #ee7501;
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    border: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 1.5em;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
strong {
    font-weight: 700;
    line-height: inherit;
}
.linkbox {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
}



/* グリッドシステム
================================================== */
.container {
    margin: 0 20px;
}
.row {
    margin-left: auto;
    margin-right: auto;
    width: 1000px
}
.row .row {
    min-width: 0;
}

.columns {
    margin-right: 3.2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.lc {
    margin-right: 0;
}

.row .g1.columns    { width: 5.4%; }
.row .g2.columns    { width: 14.0%; }
.row .g25.columns    { width: 18.1%; }
.row .g3.columns    { width: 22.6%; }
.row .g4.columns    { width: 31.2%; }
.row .g45.columns    { width: 35.5%; }
.row .g5.columns    { width: 39.8%; }
.row .g6.columns    { width: 48.4%; }
.row .g7.columns    { width: 57.0%; }
.row .g8.columns    { width: 65.6%; }
.row .g9.columns    { width: 74.2%; }
.row .g10.columns   { width: 82.8%; }
.row .g11.columns   { width: 91.4%; }
.row .g12.columns   { width: 100%; }

img, object, embed {
    max-width: 100%;
    height: auto;
    width:auto;
}
img {
    -ms-interpolation-mode: bicubic;
}



/* ヘッダー
================================================== */
header {
    position: relative;
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,0.7);
    z-index: 100000;
}
#header_left {
    float: left;
    width: 110px;
}
#header_right {
    float: left;
    width: 890px;
}
#header_right_top {
    border-bottom: 1px solid #aaa;
}
#header_right_top h1 {
    float: left;
    width: 411px;
}
#header_right_top p#tel {
    float: left;
    width: 193px;
    padding-top: 10px;
    margin-right: 10px;
}

#header_right_top p#line {
    float: left;
    width: 30px;
    padding-top: 10px;
    margin-right: 10px;
}
#header_right_top p#instagram {
    float: left;
    width: 30px;
    padding-top: 10px;
    margin-right: 10px;
}



#header_right_top p#contact {
    float: left;
    width: 196px;
    padding-top: 10px;
}

/* グローバルナビ */
nav {
    position: relative;
    height: 50px;
}
nav ul li {
    float: left;
    height: 50px;
    background: url(../img/nav_line.png) left center no-repeat;
    box-sizing: border-box;
}
nav ul li a {
    display: block;
    color: #333;
    margin-top: 1px;
    height: 48px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    box-sizing: border-box;
}
nav ul li.access a {
    background: url(../img/nav_line.png) left center no-repeat, url(../img/nav_line.png) right center no-repeat;
}
nav ul li.toppage a, nav ul li.greeting a, nav ul li.company a, nav ul li.access a {
    padding-top: 19px;
}
nav ul li.scrap_ferrous a, nav ul li.scrap_nonferrous a, nav ul li.equipment a {
    padding-top: 12px;
}
nav ul li.toppage { width: 127px; }
nav ul li.greeting { width: 127px; }
nav ul li.company { width: 127px; }
nav ul li.scrap_ferrous { width: 127px; }
nav ul li.scrap_nonferrous { width: 127px; }
nav ul li.equipment { width: 127px; }
nav ul li.access { width: 128px; }
nav ul li:hover {
    background-color: rgba(0,0,0,0.1);
}
nav ul li.current {
    padding-left: 2px;
    padding-right: 1px;
    box-sizing: border-box;
}
nav ul li.current a {
    color: #fff;
    background: #ee7501;
}

/* スクロール時に表示するメニュー */
#gnav2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100001;
    width: 100%;
    height: auto;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
}
#gnav2 nav {
    float: left;
    width: 100%;
    color: #fff;
}
#gnav2 nav a {
    color: #333;
}
#gnav2 nav ul li {
    float: left;
    text-align: center;
    display: block;
    height: auto;
}
#gnav2 nav ul li.toppage { width: 142px; }
#gnav2 nav ul li.greeting { width: 143px; }
#gnav2 nav ul li.company { width: 143px; }
#gnav2 nav ul li.scrap_ferrous { width: 143px; }
#gnav2 nav ul li.scrap_nonferrous { width: 143px; }
#gnav2 nav ul li.equipment { width: 143px; }
#gnav2 nav ul li.access { width: 143px; }
#gnav2 nav ul li:hover a {
    background-color: #ececee;
}
#gnav2 nav ul li.current a {
    color: #fff;
    background: #ee7501;
}



/* フッター
================================================== */
footer {
    margin-top: 50px;
    color: #fff;
    background: #000;
}
#footer_menu {
    padding: 15px 0;
    font-size: 11px;
    border-bottom: 1px solid #fff;
}
#footer_menu a {
    color: #fff;
}
#footer_menu a:hover {
    text-decoration: underline;
}
#footer_menu span.circle_fc {
    color: #ee7501;
}
#footer_menu span.circle {
    margin-left: 15px;
    color: #ee7501;
}
footer address {
    padding: 25px 0;
}
footer address p {
    font-size: 12px;
}
footer address p#name {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
}
#copyright {
    padding-top: 7px;
    font-size: 11px;
}
#banner {
    text-align: right;
    margin-bottom: 50px;
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#pagetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 13px 25px 11px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    box-sizing: border-box;
    background: #333 url(../img/arrow1.png) right 10px center no-repeat;
}
p.btn1 a img {
    margin-right: 1px;
    vertical-align: middle;
}
p.btn2 a {
    display: block;
    padding: 13px 25px 11px 15px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #333;
    background: #fff url(../img/arrow2.png) right 10px center no-repeat;
}
.w300 {
    width: 300px;
}
.btn_r {
    float: right;
}
p.btn_mini a {
    padding: 10px 0 10px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    background: url(../img/arrow2.png) left center no-repeat;
}


.image-loupe {
  position: relative;
  display: inline-block;
}
.image-loupe a:hover::after {
  content: ''; 
  background-image: url('../img/image-loupe.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.image-loupe a::after {
  content: '';
  opacity: 0;
}
.image-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
