/*  --------------------------------------------------
        :: 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;
}



/* 初期設定
================================================== */
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: 14px;
    line-height: 1.7em;
    background: #fff;
}

a {
    color: #192E77;
    text-decoration: none;
    line-height: inherit;
}

a,
a img {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border: none;
}

a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.7em;
    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: 1.5em;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc li:before {
    content: '●';
    margin-right: 5px;
    color: #192E77;
    line-height: 1.5em;
}

strong {
    font-weight: bold;
    line-height: inherit;
}

.linkbox {}

.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 13px;
        line-height: 1.3em;
        text-align: justify;
    }

    p a,
    p a:visited {
        line-height: 1.3em;
    }
}



/* グリッドシステム
================================================== */
.container {
    margin: 0 5px;
}

.row {
    width: 90%;
    max-width: 1000px;
    min-width: 727px;
    margin: 0 auto;
}

.row .row {
    min-width: 0;
}

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

.SP_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%;
}

.row .g3.SP_columns {
    width: 22.6%;
}

.row .g4.SP_columns {
    width: 31.2%;
}

.row .centered {
    float: none;
    margin: 0 auto;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
    width: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .container {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .row {
        width: 90%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto;
    }

    .column,
    .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .tisu {
        float: none;
        margin: 0 auto 20px auto;
        max-width: 500px;
    }

    .SP_columns {
        margin: 0 1% 0 1%;
        min-height: 1px;
    }

    .row .g3.SP_columns {
        width: 48%;
    }

    .row .g4.SP_columns {
        width: 48%;
    }
}



/* ヘッダー
================================================== */
header #header_bg {
    position: fixed;
    width: 100%;
    height: 150px;
    background: url(http://381marukin.com/img/header_bg.png) 0 0 repeat-x;
    z-index: 1000;
    -webkit-transition: 0.05s ease-out;
    -moz-transition: 0.05s ease-out;
    -o-transition: 0.05s ease-out;
    transition: 0.05s ease-out;
}

header #header_bg1 {
    background: #192E77;
}

header #header_logo_sub {
    float: left;
    width: 22%;
}

header h1 {
    float: left;
    width: 78%;
    padding: 9px 0 9px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

header #header_logo {
    float: left;
    width: 22%;
    margin-top: 18px;
}

header #header_logo a {
    display: block;
}

header #header_contact {
    float: right;
    width: 51.2%;
    padding-top: 8px;
    padding-bottom: 8px;
}

header #header_contact #tel {
    float: left;
    width: 57.03125%;
    padding-top: 5px;
}

header #header_contact #contact {
    float: right;
    width: 39.0625%;
}

header #header_contact #hour {
    margin-top: 5px;
    font-size: 12px;
    text-align: right;
}

nav#gnav_bg {
    background: #000;
}

nav#gnav_bg ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6%;
}

nav#gnav_bg ul li {
    width: calc(100% / 7);
}

nav#gnav_bg ul li a {
    display: block;
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

nav#gnav_bg ul li.toppage {
    /* width: 10.8%; */
}

nav#gnav_bg ul li.waste {
    width: 17.8%;
}

nav#gnav_bg ul li.scrap {
    width: 17.8%;
}

nav#gnav_bg ul li.demolition {
    width: 17.8%;
}

nav#gnav_bg ul li.other {
    width: 17.8%;
}

nav#gnav_bg ul li.company {
    width: 9%;
}

nav#gnav_bg ul li.access {
    width: 9%;
}

nav#gnav_bg ul li:hover {
    background: #333;
}

nav#gnav_bg ul li.current {
    background: #FFF000;
}

nav#gnav_bg ul li.current a{
    color: #000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}

#SP_header_bg {
    display: none;
}

#SP_gnav_bg {
    display: none;
}




/* スマホ用バーガーメニュー
================================================== */
nav.drawer-nav ul li {
    text-align: center;
    font-weight: bold;
}

nav.drawer-nav ul li a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #333;
}

nav.drawer-nav ul li a:hover {
    background: #555;
}

nav.drawer-nav ul li.current a {
    color: #fff;
    background: #192E77;
}

@media only screen and (max-width: 767px) {
    #header_bg1 h1 {
        /*display: none;*/
        font-size: 10px;
        width: 80%;
        padding: 4px 0 4px 0;
        font-weight: normal;
        text-align: left;
        line-height: 1.2em;
    }

    header #header_logo_sub {
        width: 30%;
    }

    header #header_logo {
        width: 30%;
    }

    header #header_contact {
        clear: both;
        float: none;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: 1px solid #ccc;
    }

    header #header_contact #hour {
        font-size: 11px;
        text-align: center;
    }

    #gnav_bg {
        display: none;
    }

    #SP_gnav_bg {
        display: block;
    }
}



/* フッター
================================================== */
#footer_menu_bg {
    margin-top: 80px;
    padding: 15px 0 12px 0;
    background: url(../image/bg_alumi.jpg) 0 0 repeat;
}

#footer_menu {
    font-size: 12px;
    text-align: center;
}

#footer_menu a {
    margin: 0 2%;
    color: #333;
    font-weight: bold;
}

#footer_menu a:before {
    content: '■';
    color: #FF3C00;
}

@media only screen and (max-width: 767px) {
    #footer_menu_bg {
        display: none;
    }
}

#footer_contact_bg {
    padding: 50px 0;
    background: #192E77;
}

address p {
    color: #fff;
    text-align: center;
    margin-bottom: 2%;
}

address #title {
    font-size: 24px;
    font-weight: bold;
}

address #logo {
    margin-top: 15px;
}

address #tel {
    margin-top: 3%;
    margin-bottom: 3%;
}

address #hour {
    margin-top: 1%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2%;
}

@media only screen and (max-width: 767px) {
    #footer_contact_bg {
        margin-top: 50px;
        padding: 30px 0;
    }

    address #title {
        font-size: 16px;
    }

    address #logo {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    address #tel {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    address #hour {
        font-size: 14px;
    }

    address #telfax {
        font-size: 12px;
    }

    address #adress {
        font-size: 12px;
    }
}

#copyright_bg {
    padding: 20px;
    background: #000;
}

p#copyright {
    float: left;
    padding-top: 7px;
    width: 70%;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
}

p#copyright a {
    color: #fff;
    font-weight: normal;
}

#est_banner {
    float: left;
    width: 30%;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    #copyright_bg {
        padding: 10px 0;
    }

    p#copyright {
        padding-top: 0;
        float: none;
        width: 100%;
    }

    #est_banner {
        margin-top: 10px;
        float: none;
        width: 70%;
    }
}




#pagetop {
    position: fixed;
    bottom: 10px;
    right: 0;
}

#pagetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 14px 25px 12px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #333 url(../image/arrow1.png) right 10px center no-repeat;
    border-radius: 20px;
}

p.btn2 a {
    display: block;
    padding: 12px 25px 10px 20px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
    background: url(../image/arrow2.png) right 10px center no-repeat;
    border: 2px solid #333;
    box-sizing: border-box;
    border-radius: 20px;
}

@media only screen and (max-width: 767px) {
    p.btn1 a {}

    p.btn2 a {}
}