@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 5px;
}
body {
    color: #333333;
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-family:
        "こぶりなゴシック W3 JIS2004",
        "Koburina Gothic W3 JIS2004",
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN",
        "メイリオ",
        "Meiryo",
        "ＭＳ Ｐゴシック",
        "MS P Gothic",
        Verdana,
        Arial,
        Helvetica,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
p {
    text-align: justify;
}
dt {
}
dd {
}
strong, th {
    font-weight: bold;
}
ul, ol {
}
li {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    padding: 9px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #cccccc;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a:link {
    color: #507e96;
    text-decoration:none;
}
a:visited {
    color: #1e3a71;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.pc {
    display: none !important;
}
.justifyleft {
    text-align: left !important;
}
.justifyright {
    text-align: right !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}
.invisible {
    transition: all 1.2s;
    opacity: 0.0;
}
.visible {
    transition: all 1.2s;
    opacity: 1.0;
}
h2.invisible,
.more.invisible {
    margin-top: -4.6875vw !important;
}
h2.visible,
.more.visible {
    margin-top: 0 !important;
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
    position: relative;
}
#main {
    display: block;
    position: relative;
}
#main .inbox {
    position: relative;
}
.contents {
}
.contents a:link {
    color: #0066ff;
    text-decoration:underline;
}
.contents a:visited {
    color: #0b4fb5;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    position: relative;
}
header .inbox {
    position: relative;
}
header .floating {
    background: #ffffff;
}
header #logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15000;
    background: rgba(49, 172, 223, 0.7);
    width: 70px;
    height: 70px;
}
header #logo a {
    background: url(../images/base/logo_sp.png) no-repeat center center;
    background-size: 41px auto;
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    z-index: 15000;
}
header #logo img {
    display: none;
}
header #logo img {
    width: 100%;
}
header .smp_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .smp_menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 60px;
    height: 55px;
    font-size: 1.8rem;
}
header .smp_menu li a {
    color: inherit;
}
header .smp_menu li:nth-of-type(1) img,
header .smp_menu li:nth-of-type(2) img {
    margin-bottom: 2px;
}
header #smp_open_menu img {
    position: fixed;
}

/* ハンバーガーメニュー */
/*
#overlay {
    position: fixed;
    z-index: 12000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
}
*/
/*
header #gn.fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15000;
}
*/
header #gn {
    position: relative;
    z-index: 15000;
}
header #gn_main {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 19999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    background: #3aa8d5;
    color: #ffffff;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
header #gn_main.open {
    right: 0;
}
header #smp_close_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    cursor: pointer;
}
header #smp_close_menu img {
    width: 100%;
}
header .gn_logo {
    height: 32px;
    padding-top: 23px;
    text-align: center;
}
header #gn_main nav {
    border-top: 1px solid #ffffff;
    text-align: left;
    padding: 0 20px 30px;
}
header #gn_main ul.menu {
}
header #gn_main ul.menu > li {
    background: url(../images/base/arw_r_wt.png) no-repeat 96% center;
    background-size: 11px auto;
    border-bottom: 1px solid #b9dcea;
    padding-top: 5px;
}
header #gn_main ul.menu > li > a {
    color: #ffffff;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1.35;
    display: block;
    margin-bottom: 1px;
    width: 100%;
    padding: 10px 38px;
    box-sizing: border-box;
}
header #gn_main ul.menu > li:nth-of-type(1) a {
    background: url(../images/base/icon_info_sp.png) no-repeat 12px center;
    background-size: 14px auto;
}
header #gn_main ul.menu > li:nth-of-type(2) a {
    background: url(../images/base/icon_staff_sp.png) no-repeat 12px center;
    background-size: 14px auto;
}
header #gn_main ul.menu > li:nth-of-type(3) a {
    background: url(../images/base/icon_product_sp.png) no-repeat 12px center;
    background-size: 14px auto;
}
header #gn_main ul.menu > li:last-of-type {
    background: none;
    padding: 0;
    border: none;
}
header #gn_main .sub {
}
header #gn_main ul.menu .online {
    width: 100%;
    margin-top: 25px;
}
header #gn_main ul.menu .online a {
    background: #ffffff url(../images/base/arw_r_bl.png) no-repeat 96% center;
    background-size: 11px auto;
    color: #3aa8d5;
    font-size: 2.7rem;
    line-height: 1;
    padding: 0;
    display: block;
    text-align: center;
}
header #gn_main ul.menu .online a span {
    background: url(../images/base/icon_sp_bl.png) no-repeat left center;
    background-size: 11px auto;
    color: #3aa8d5;
    line-height: 1;
    padding: 15px 0 15px 22px;
    display: table;
    margin: auto;
}
header #gn_main ul.menu .info {
    display: flex;
    flex-wrap: wrap;
}
header #gn_main ul.menu .address {
    order: 3;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.08em;
    text-align: center;
    padding-top: 14px;
    border-top: 1px solid #b9dcea;
}
header #gn_main ul.menu .info ul {
    margin: 15px 0 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
header #gn_main ul.menu .info ul li {
    width: calc(50% - 4px);
    line-height: 1;
}
header #gn_main ul.menu .info ul li a {
    background: url(../images/base/arw_r_wt.png) no-repeat 96% center;
    background-size: 11px auto;
    padding-right: 16px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.08em;
    display: block;
}
header #gn_main ul.menu .info ul li a span {
    padding: 15px 0 15px 21px;
    display: table;
    margin: auto;
}
header #gn_main ul.menu .info ul li:nth-of-type(1) a span {
    background: url(../images/base/icon_time_wt_sp.png) no-repeat left center;
    background-size: 16px auto;
}
header #gn_main ul.menu .info ul li:nth-of-type(2) a span {
    background: url(../images/base/icon_access_wt_sp.png) no-repeat left center;
    background-size: 16px auto;
}
header #gn_main ul.menu li.tel .address {
    display: none;
}

/* 看板 */
header #mainimg {
    position: relative;
}
header #mainimg .copy {
    text-align: center;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 100;
}
header #mainimg .img {
}
header #mainimg .img img {
    width: 100%;
    height: auto;
}
/* NEWS */
header .news {
    background: #f7f6f6;
    text-align: left;
    padding: 20px 60px 0 20px;
}
header .news h2 {
    border-bottom: 1px solid #7f7f7f;
    height: 17px;
    display: inline-block;
    margin-left: 5px;
}
header .news h2 img {
    width: 42px;
}
header .news ul {
}
header .news ul li {
    font-size: 2.6rem;
    line-height: 1.35;
    padding: 0 5px;
}
header .news ul li:nth-of-type(n+2) {
    border-top: 1px solid #c6c5c5;
}
header .news ul li span.date {
    display: block;
    padding-top: 12px;
    font-size: 2.4rem;
}
header .news ul li a {
    color: inherit;
    display: block;
    padding: 4px 0 12px;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    background: #e8f2f6 url(../images/base/footer_top.png) repeat-x top center;
    background-size: 100% auto;
    clear: both;
    position: relative;
    z-index: 11;
    padding: 23px 0 0;
}
footer .inbox {
    padding: 0 20px;
}
footer .lbox {
}
footer .rbox {
    padding-left: 15px;
}
footer #f_info {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
footer #f_info h2 {
    line-height: 1;
    text-align: center;
    padding: 0 12px;
}
footer #f_info h2 img {
    width: 90px;
}
footer #f_info ul {
    border-left: 1px solid #aebec4;
    padding-left: 16px;
}
footer #f_info li {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: left;
}
footer #f_info li .tel {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-top: 2px;
    display: block;
    color: inherit;
}
footer #f_info li .onlinebtn {
    display: none;
}
footer #f_info li .mapbtn a {
    background: #fff;
    border: 1px solid #676c6d;
    color: #333;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.03em;
    display: block;
    text-align: center;
    margin-top: 8px;
}
footer #f_info li .mapbtn a span {
    background: url(../images/base/icon_access_gr_sp.png) no-repeat left center;
    background-size: 11px auto;
    display: table;
    padding: 5px 0 5px 16px;
    margin: auto;
}
footer #f_time {
    background: #fff;
    border-radius: 5px;
    padding: 12px 16px;
}
footer #f_time table {
    border: none;
    width: 100%;
}
footer #f_time th,
footer #f_time td {
    border: none;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 8px 3px;
    vertical-align: middle;
}
footer #f_time tbody tr:nth-of-type(1) th,
footer #f_time tbody tr:nth-of-type(1) td {
    border-top: 1px solid #333;
}
footer #f_time tbody tr:nth-of-type(2) th,
footer #f_time tbody tr:nth-of-type(2) td {
    border-top: 1px solid #666;
}
footer #f_time + p {
    font-size: 2.2rem;
    line-height: 1.45;
    text-align: right;
    margin-top: 8px;
}
footer #f_map {
    height: 155px;
    margin: 18px 15px 16px 0;
}
footer #f_map iframe {
    width: 100%;
    height: 155px;
}
footer #f_access dl {
}
footer #f_access dt {
    border-bottom: 1px solid #74797b;
    display: table;
    line-height: 1;
    padding-bottom: 4px;
    margin: 0 auto 8px;
}
footer #f_access dt img {
    width: 39px;
    height: auto;
}
footer #f_access dd li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: left;
}
footer #f_access dd li:nth-of-type(n+2) {
    margin-top: 10px;
}
footer #f_access dd li strong {
    background: #74797b;
    color: #fff;
    margin-right: 6px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 2px 4px;
    white-space: nowrap;
}
footer #smp_fixed_footer {}
footer #smp_fixed_footer ul {
    background: #ffffff;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
footer #smp_fixed_footer ul li {
    flex-grow: 1;
}
footer #smp_fixed_footer ul li.online a {
    background: #f59472;
    color: #ffffff;
    font-size: 2.7rem;
    line-height: 1;
    padding: 0;
    display: block;
    text-align: center;
}
footer #smp_fixed_footer ul li.online a span {
    background: url(../images/base/icon_sp_wt.png) no-repeat left center;
    background-size: 12px auto;
    color: #ffffff;
    line-height: 1;
    padding: 15px 0 15px 22px;
    display: table;
    margin: auto;
}
footer #smp_fixed_footer ul li.map a {
    margin-left: 2px;
    background: #8f8a84;
    color: #ffffff;
    font-size: 2.7rem;
    line-height: 1;
    padding: 0;
    display: block;
    text-align: center;
}
footer #smp_fixed_footer ul li.map a span {
    background: url(../images/base/icon_access_wt_sp.png) no-repeat left center;
    background-size: 16px auto;
    color: #ffffff;
    line-height: 1;
    padding: 15px 0 15px 22px;
    display: table;
    margin: auto;
}
footer .totop {
    display: none;
}
#copyright {
    line-height: 1;
    text-align: center;
    padding: 24px 0 76px;
}
#copyright small {
    color: #666666;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}