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

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 400;
    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;
}
* html body {
    font-size: 62.5%;
    line-height: 1.6;
}
*:first-child+html body {
    font-size: 62.5%;
    line-height: 1.6;
}
p {
    font-size: 1.5rem;
    text-align: justify;
}
dt {
    font-size: 1.5rem;
}
dd {
    font-size: 1.5rem;
}
strong, th {
    font-weight: 600;
}
ul, ol {
}
li {
    font-size: 1.5rem;
}
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 #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 1.5rem;
    padding: 9px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    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 #aaaaaa;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #507e96;
    text-decoration:none;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:visited {
    color: #1e3a71;
    text-decoration:none;
}
a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
a:active {
}
a[href^="tel:"] {
    pointer-events: none;
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
}
#main a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
}
.smp {
    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
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
}
.contents {
}
.contents a:link {
    color: #0066ff;
    text-decoration:underline;
}
.contents a:visited {
    color: #0b4fb5;
}
.contents a:hover {
    text-decoration:none;
}
#main {
    display: block;
    position: relative;
    z-index: 1;
    min-width: 1200px;
}
#main .inbox {
    position: relative;
    width: 1000px;
    margin: auto;
}
#main.sub {
    padding-top: 70px;
}
#main section {
    min-width: 1200px;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    margin: auto;
    position: relative;
    min-width: 1200px;
}
header .inbox {
    position: relative;
}
header .floating {
    background: #ffffff;
}
header #gn {
    margin: auto;
    position: relative;
}
header #logo a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20000;
    background: rgba(49, 172, 223, 0.7);
    width: 170px;
    height: 170px;
}
header #logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translateY(-50%, -50%);
}

header .gn_logo,
header .smp_menu,
header #smp_close_menu {
    display: none;
}
header #gn {
    padding-left: 200px;
}
header #gn_main {
}
header #gn_main a {
    color: inherit;
}
header #gn_main {
}
header #gn_main .nav {
    width: 1000px;
}
header #gn_main ul.menu {
    display: table;
    height: 110px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
header #gn_main ul.menu > li {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 5px 0 5px 32px;
    margin-right: 42px;
}
header #gn_main ul.menu > li:nth-of-type(1) {
    background: url(../images/base/icon_info_pc.png) no-repeat left center;
    padding-left: 30px;
}
header #gn_main ul.menu > li:nth-of-type(2) {
    background: url(../images/base/icon_staff_pc.png) no-repeat left center;
    padding-left: 26px;
}
header #gn_main ul.menu > li:nth-of-type(3) {
    background: url(../images/base/icon_product_pc.png) no-repeat left center;
    padding-left: 25px;
}
header #gn_main ul.menu > li:last-of-type {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header #gn_main .sub {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
header #gn_main ul.menu .online a {
    background: #f59472 url(../images/base/icon_pc.png) no-repeat 23px center;
    color: #ffffff;
    line-height: 1;
    padding: 20px 26px 20px 60px;
    margin-right: 32px;
    display: block;
}
header #gn_main ul.menu .info {
    border-bottom: 2px solid #b5b5b5;
}
header #gn_main ul.menu .address {
    display: none;
}
header #gn_main ul.menu .info ul {
    margin-top: 5px;
    border-top: 2px solid #b5b5b5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 12px;
}
header #gn_main ul.menu .info ul li {
    background: url(../images/base/icon_menu_arw.png) no-repeat left center;
    font-size: 1.3rem;
    line-height: 1;
    padding: 5px 0 5px 17px;
}
header #gn_main ul.menu li:last-of-type {
    padding-right: 0;
}
/* 看板 */
header #mainimg {
}
header #mainimg .copy {
    width: 140px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 206px;
}
header #mainimg .img {
    width: calc(100% - 140px);
    padding-left: 140px;
}
header #mainimg .img img {
    width: 100%;
    height: auto;
}
/* NEWS */
header .news {
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    text-align: left;
    margin-left: 140px;
    margin-top: 40px;
    padding: 17px 0 12px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
header .news h2 {
    padding: 0 30px;
    height: 19px;
}
header .news h2 img {
    width: 56px;
    height: 19px;
}
header .news ul {
    border-left: 1px solid #888888;
    padding: 0 30px;
}
header .news ul li {
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.4rem;
    line-height: 1.45;
}
header .news ul li:nth-of-type(n+2) {
    margin-top: 6px;
}
header .news ul li span.date {
    white-space: nowrap;
    width: 8em;
}
header .news ul li a {
    color: inherit;
}



/******************************************************/
/* footer */
/******************************************************/
footer {
    background: #e8f2f6 url(../images/base/footer_top.png) repeat-x top center;
    clear: both;
    position: relative;
    z-index: 1;
    padding: 107px 0 18px;
    min-width: 1200px;
}
footer .inbox {
    width: 1000px;
    padding: 0 100px;
    margin: auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .lbox {
    width: 440px;
}
footer .rbox {
    width: 500px;
}

footer #f_info {
}
footer #f_info h2 {
    margin-bottom: 10px;
    width: 440px;
    height: 28px;
}
footer #f_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 43px;
}
footer #f_info li:nth-of-type(2n+1) {
    width: 221px;
    border-right: 1px solid #aebec4;
    padding-top: 6px;
}
footer #f_info li {
    width: 190px;
    font-size: 1.5rem;
    line-height: 1.45;
}
footer #f_info li .tel {
    margin-top: 2px;
    display: block;
    color: inherit;
}
footer #f_info li .onlinebtn a {
    background: #f59472;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
footer #f_info li .onlinebtn a span {
    background: url(../images/base/icon_pc.png) no-repeat left center;
    color: #ffffff;
    line-height: 1;
    display: table;
    padding: 14px 0 14px 28px;
    letter-spacing: normal;
    margin: auto;
}
footer #f_info li .mapbtn a {
    background: #fff;
    border: 2px solid #5d6162;
    color: #333;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
}
footer #f_info li .mapbtn a span {
    background: url(../images/base/icon_access_gr_sp.png) no-repeat left center;
    background-size: 16px auto;
    display: table;
    padding: 12px 0 12px 20px;
    margin: auto;
}
footer #f_time {
    background: #fff;
    border-radius: 5px;
    padding: 20px 25px;
}
footer #f_time table {
    border: none;
    width: 100%;
}
footer #f_time th,
footer #f_time td {
    border: none;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
}
footer #f_time tbody th,
footer #f_time tbody td {
    border-top: 1px solid #000000;
}
footer #f_time + p {
    font-size: 1.3rem;
    line-height: 1.45;
    text-align: right;
    margin-top: 16px;
}
footer #f_map {
    height: 280px;
    margin-bottom: 20px;
}
footer #f_access dl {
    display: flex;
    flex-wrap: nowrap;
    border-left: 2px solid #74797b;
    border-right: 2px solid #74797b;
    align-items: center;
}
footer #f_access dt {
    padding: 0 18px;
}
footer #f_access dt img {
    width: 62px;
    height: auto;
}
footer #f_access dd li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1.35;
}
footer #f_access dd li:nth-of-type(n+2) {
    margin-top: 6px;
}
footer #f_access dd li strong {
    background: #74797b;
    color: #fff;
    margin-right: 8px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 4px 6px;
    white-space: nowrap;
}
footer #smp_fixed_footer {
    display: none;
}
footer .totop {
    position: fixed;
    right: 15px;
    bottom: 50px;
}
#copyright {
    width: 1000px;
    padding: 95px 0 55px;
    line-height: 1;
    text-align: center;
}
#copyright small {
    color: #666666;
    font-size: 1.2rem;
    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;
}


}