/*  --------------------------------------------------
        :: 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: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, '游ゴシック体', 'メイリオ', Meiryo sans-serif !important;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 16px;
    line-height: 1.9em;
    background: #fff;
    overflow-x: hidden;
}
::selection {
    background: #ed6c00;
    color: #fff;
}
::-moz-selection {
    background: #ed6c00;
    color: #fff;
}
a {
    color: #ed6c00;
    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;
    color: #333;
    font-size: 16px;
    line-height: 1.9em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 1.6em;
}
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: #ed6c00;
}
ul.disc li {
    font-size: 15px;
    text-indent: -1.3em;
}
ul.decimal {
    list-style: decimal;
}
ul.decimal li {
    font-size: 15px;
    margin-left: 1.3em;
    margin-bottom: 10px;
}

ul.decimal2 {
    list-style: none;
}
ul.decimal2 li {
    font-size: 15px;
    margin-left: 2em;
    margin-bottom: 20px;
}
ul.decimal2 li span.num {
    padding: 5px 8.5px;
    color: #fff;
    font-weight: bold;
    background: #ed6c00;
    margin-left: -2em;
    margin-right: 5px;
    border-radius: 100%;
}

strong {
    font-weight: bold;
    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;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

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



/* グリッドシステム
================================================== */
.container {
    margin: 0 20px;
}
.row {
    width: 90%;
    max-width: 1200px;
    min-width: 727px;
    margin: 0 auto;
}
.row .row {
    min-width: 0;
}

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

.row .g1.columns    { width: 4.666666666666667%; }
.row .g15.columns    { width: 9%; }
.row .g2.columns    { width: 13.333333333333334%; }
.row .g25.columns    { width: 17.666666666666668%; }
.row .g3.columns    { width: 22%; }
.row .g4.columns    { width: 30.666666666666664%; }
.row .g5.columns    { width: 39.33333333333333%; }
.row .g6.columns    { width: 48%; }
.row .g7.columns    { width: 56.666666666666664%; }
.row .g8.columns    { width: 65.33333333333333%; }
.row .g9.columns    { width: 74%; }
.row .g10.columns   { width: 82.66666666666667%; }
.row .g11.columns   { width: 91.33333333333333%; }
.row .g12.columns   { width: 100%; }

.row .g3.SP_columns    { width: 22%; }
.row .g4.SP_columns    { width: 30.666666666666664%; }
.row .g6.SP_columns    { width: 48%; }
.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;
    }
    .SP_row {
        width: 100% !important;
    }
    .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_bg {
    height: 100px;
    background: #000;
}
#header_logo {
    float: left;
    width: 33.08%;
    padding-top: 27px;
}
#header_cont {
    float: left;
    width: 66.92%;
}
#header_tel {
    padding-top: 20px;
    float: right;
    width: 32.38%;
}
#header_contact {
    padding-top: 20px;
    float: right;
    width: 15.69%;
    margin-left: 3%;
}
#header_line {
    padding-top: 20px;
    float: right;
    width: 9.96%;
    margin-left: 3%;
}
#header_hour {
    color: #fff;
    font-weight: bold;
    text-align: right;
}
#header_cont_SP {
    display: none;
}
@media only screen and (max-width: 767px) {
    #header_bg {
        height: auto;
        padding-bottom: 3px;
        border-bottom: 3px solid #fff;
    }
    #header_logo {
        float: none;
        width: 50%;
        padding-top: 15px;
    }
    #header_cont {
        display: none;
    }
    #header_cont_SP {
        display: block;
        margin-top: 30px;
    }
    #header_cont_SP #header_cont {
        float: none;
        width: 100%;
    }
    #header_cont_SP #header_tel_SP {
        float: left;
        padding: 5px 0;
        width: 54.79%;
        text-align: center;
    }
    #header_cont_SP #header_contact_SP {
        float: left;
        padding: 5px 0;
        width: 26.04%;
        margin-left: 1.5%;
        text-align: center;
    }
    #header_cont_SP #header_line_SP {
        float: left;
        padding: 5px 0;
        width: 16.17%;
        margin-left: 1.5%;
        text-align: center;
    }
    #header_cont_SP #header_hour_SP {
        padding: 5px 0 10px 0;
        color: #fff;
        font-weight: bold;
        text-align: left;
    }
}

nav {
    background: #ed6c00;
    border-top: 3px solid #fff;
}
nav ul li {
    margin: 0 0 0 0;
    box-sizing: border-box;
}
nav ul li a {
    display: block;
    float: left;
    padding: 22px 0 23px 0;
    width: 14.285714%;
    margin: 0 0 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
    box-sizing: border-box;
}
nav ul li.toppage a,nav ul li.company a {
    padding: 33px 0;
}
nav ul li a:hover {
    background: #f08226;
}
nav ul li.current a {
    color: #fff;
    background: #000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}
nav.fixed {
    border-top: none;
}
nav.fixed ul {
    border-top: none;
}
nav.fixed ul li a {
    padding: 9px 0;
    font-size: 12px;
}
nav.fixed ul li.toppage a,nav.fixed ul li.company a {
    padding: 16px 0 17px 0;
}

@media only screen and (max-width: 1060px) {
    nav ul li a {
        font-size: 12px;
    }
    nav ul li a {
        padding: 14px 0;
    }
    nav ul li.toppage a, nav ul li.company a {
        padding: 22px 0;
    }
    nav.fixed ul li.toppage a, nav.fixed ul li.company a {
        padding: 16px 0;
    }
}

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

/* スマホ用バーガーメニュー */
#SP_gnav_bg {
    display: none;
}
@media only screen and (max-width: 767px) {
    #SP_gnav_bg {
        display: block;
    }
}
.drawer-nav {
    background: #fff;
}
.drawer-nav ul li {
    text-align: center;
    font-weight: bold;
}
.drawer-nav ul li a {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    background: #ed6c00;
}
.drawer-nav ul li.current a {
    background: #000;
}



/* フッター
================================================== */
#footer_menu {
    margin-top: 50px;
    padding: 20px 20px;
    font-weight: bold;
    background: #ed6c00;
    margin-bottom: 3px;
}
#footer_menu, #footer_menu a {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
footer {
    padding: 50px 0;
    background: #000;
}
footer #footer p, footer #footer p a {
    color: #fff;
    font-size: 14px;
}
#footer address {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
}
#footer address strong {
    font-size: 26px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    #footer_menu {
        padding: 5px 0;
    }
    footer {
        padding: 30px 0
    }
    #footer address {
        margin-top: 0;
    }
    #footer address strong {
        font-size: 21px;
    }
}
#copyright {
    margin-top: 30px;
    color: #fff;
    font-size: 11px !important;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #copyright {
        margin: 30px 0 30px 0;
        font-size: 9px;
    }
}

#pagetop {
    position: fixed;
    bottom: 0;
    right: 10px;
    text-align: right;
}
#pagetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 70%;
    }
}



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    background: #222 url(../img/arrow1.png) right 20px center no-repeat;
}



/* 持込み
================================================== */
.bring {
    padding: 50px 30px 30px 30px;
    border: 5px solid #ed6c00;
}
.bring h2 {
    text-align: center;
    margin: -75px 0 30px 0;
}
.bring .text {
    line-height: 1.7em;
}
@media only screen and (max-width: 767px) {
    .bring h2 {
        margin: -65px 0 30px 0;
    }
    .bring .text {
        margin-top: 10px;
    }
}
