/*  --------------------------------------------------
        :: 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: #222;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 14px;
    line-height: 1.7em;
    background: #fff;
    overflow-x: hidden;
    min-width: 1040px;
}
@media screen and (max-width: 750px){
  body {
    min-width: initial;
  }
}

::selection {
    background: #ffaa00;
    color: #000;
}
::-moz-selection {
    background: #ffaa00;
    color: #000;
}
a {
    color: #4593d0;
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s 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;
    /*letter-spacing: -1px;*/
    text-align: justify;
}
p a, p a:visited {
    line-height: 1.7em;
}
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;
    line-height: 1.5em;
    margin-left: -1.3em;
    text-indent: 1.3em;
}
strong {
    font-weight: bold;
    line-height: inherit;
}
.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 20px;
}
.row, .SP_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 .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.6%; }
.row .g4.SP_columns    { width: 31.2%; }
.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%;
        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_bg {
    padding: 15px 0;
    width: 100%;
    background: #1e64d2;
}
#header_bg .left {
    float: left;
    width: 50%;
}
#header_bg .right {
    float: right;
    width: 50%;
}
#header_bg .right p.tel {
    margin-top: 10px;
    font-weight: bold;
    text-align: right;
}
#header_bg .right p.tel a {
    color: #fff;
}
#header_bg .right p.tel a strong {
    font-size: 28px;
}
#header_bg .right p.hour {
    color: #fff;
    font-weight: bold;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    #header_bg .left {
        float: none;
        width: 100%;
    }
    #header_logo {
        text-align: center;
    }
    #header_logo img {
        width: 70%;
    }
    #header_bg .right {
        float: none;
        width: 100%;
    }
    #header_bg .right p.tel {
        text-align: center;
        font-size: 13px;
    }
    #header_bg .right p.tel a strong {
        font-size: 24px;
    }
    #header_bg .right p.hour {
        margin-top: 5px;
        text-align: center;
        font-size: 13px;
    }
}

nav#gnav_bg {
    background: #fff;

}
nav#gnav_bg ul {
    text-align: center;
}
nav#gnav_bg ul li {
    display: block;
}
nav#gnav_bg ul li a {
    display: block;
    float: left;
    width: 12.5%;
    padding: 22px 0;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.1em;
    box-sizing: border-box;
    -webkit-transition: 0.03s ease-out;
    -moz-transition: 0.03s ease-out;
    -o-transition: 0.03s ease-out;
    transition: 0.03s ease-out;
}
nav#gnav_bg ul li:hover a {
    color: #4593d0;
}
nav#gnav_bg ul li.current a {
    background: #ffe600;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}
nav#gnav_bg.fixed {
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#SP_gnav_bg {
    display: none;
}



/* スマホ用バーガーメニュー
================================================== */
.drawer-overlay {
  background: rgba(0,0,0,0.7) !important;
}
.drawer-hamburger {
  background: #222 !important;
}

nav.drawer-nav ul li {
    text-align: center;
    font-weight: bold;
}
nav.drawer-nav ul li a {
    display: block;
    padding: 12px 0;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
}
nav.drawer-nav ul li a:hover {
    background: #ccc;
}
nav.drawer-nav ul li.current a {
    background: #ffe600;
}
@media only screen and (max-width: 767px) {
    #gnav_bg {
        display: none;
    }
    #SP_gnav_bg {
        display: block;
    }
}



/* フッター
================================================== */
#footer_menu {
    padding: 25px 0;
    background: #fff;
    border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    #footer_menu {
        display: none;
    }
}
#footer_menu p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#footer_menu p a {
    color: #222;
}
footer {
    padding: 50px 0;
    background: #1e64d2;
    color: #fff;
}
#footer_left {
    float: left;
    width: 40%;
}
#footer_sitename, #footer_sitename a {
    color: #fff;
    font-size: 29px;
    font-weight: bold;
}
#footer_right {
    float: right;
    width: 60%;
}
#footer_right .banner {
    text-align: right;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 50px 0 60px 0;
    }
    #footer_sitename, #footer_sitename a {
        font-size: 21px;
        text-align: center;
    }
    #footer_left {
        float: none;
        width: 100%;
    }
    #footer_left address p {
        text-align: center;
    }
    #footer_right {
        float: none;
        width: 100%;
    }
    #footer_right .banner {
        text-align: center;
    }
}

p#copyright {
    margin-top: 30px;
    font-size: 12px;
}
p#copyright a {
    color: #fff;
    font-weight: normal;
}
@media only screen and (max-width: 767px) {
    p#copyright {
        float: none;
        width: 100%;
        font-size: 9px;
        text-align: center;
    }
    p#est_banner {
        float: none;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
}

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



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    position: relative;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #444;
}
p.btn1 a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
    p.btn1 a {
        font-size: 13px;
    }
}







