@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    color: #333;
    min-width: 1040px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    padding: 0;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    padding: 0;
    margin: 0;
}

img {
    -webkit-touch-callout: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

a {
    text-decoration: underline;
    color: #000;
    outline: none;
}

a:active,
a:hover,
a:focus {
    outline: none;
}

a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover {
    opacity: 0.6;
}

/*============================
loading
============================*/

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/contents/loading.gif) no-repeat center center #fff;
    background-size: 50px;
    z-index: 20000;
}

/*============================
useful
============================*/

.clearfix:after {
    content: "";
    /*空のコンテンツを挿入 これがないとafterが機能しない*/
    display: block;
    /*表示形式はブロックレベルに指定しないとうまく機能しないブラウザがある*/
    clear: both;
    /*そして、floatの解除をする*/
}

.left {
    float: left;
    margin: 0;
}

.right {
    float: right;
    margin: 0;
}

/*============================
top
============================*/

#top {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    z-index: 500;
    border-top: 4px solid #0000ff;
}

#top .inner {
    width: 980px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

#top .announce {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    padding-top: 5px;
}

.siteTitle {
    float: left;
    padding: 10px 0;
    font-size: 18px;
}

.siteTitle a {
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}



p.tel {
    position: relative;
    float: right;
    font-size: 30px;
    padding-top: 22px;
}

p.tel:before {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 8px;
    left: -40px;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: url(../images/common/header/tel.png) no-repeat left top #f2c831;
}

.tel a {
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

.tel a:hover {
    opacity: 1;
}

nav {
    width: 100%;
    background: #0000ff;
}

.nav-toggle {
    display: none;
}

.globalNav {
    width: 980px;
    margin: auto;
    overflow: hidden;
    background: url(../images/common/nav/line.png) no-repeat right center;
}

.globalNav li {
    float: left;
    width: 20%;
    padding: 18px 0;
    background: url(../images/common/nav/line.png) no-repeat left center;
}

.globalNav li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    letter-spacing: 0.06em;
    font-size: 16px;
}

#top .inner {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*============================
container
============================*/

.container {
    padding-bottom: 60px;
    text-align: left;
    overflow: hidden;
}

.cont_img {
    text-align: center;
    position: relative;
    background: #fdfdfd;
}

.cont_img h1 {
    text-align: center;
    position: absolute;
    top: 42%;
    left: 50%;
    font-size: 40px;
    font-weight: bold;
    width: 490px;
    margin-top: -24px;
    margin-left: -245px;
    color: #fff;
    text-shadow: 1px 2px 3px #4a4a4a;
}

.container .inner {
    width: 980px;
    margin: auto;
    overflow: hidden;
}

/*============================
primary
============================*/

.primary {
    width: 680px;
    float: left;
}

.root {
    font-size: 11px;
    height: 50px;
    line-height: 50px;
}

.cont h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    padding-left: 10px;
    margin-bottom: 25px;
    border-left: 8px solid #0000ff;
    border-bottom: 1px solid #cacaca;
}

/*  table */

#company {
    padding: 50px 0 70px;
}

#company .inner {
    overflow: hidden;
}

table.info tr {
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid #dedede;
}

table.info tr:last-child {
    border: none;
}

table.info th {
    width: 140px;
    text-align: center;
    vertical-align: middle;
    background: #ececec;
}

table.info th,
table.info td {
    padding: 14px 0;
}

table.info tr:first-child {
    padding-top: 0;
}

table.info td {
    text-align: left;
    padding-left: 20px;
}

table.info td ul {
    padding-left: 18px;
}

table.info td ul li {
    list-style-type: disc;
}

table.info td a {
    display: block;
}

table.info td dt {
    padding-top: 15px;
}

table.info td dt:first-of-type {
    padding-top: 0;
}

.info li {
    display: block;
    margin-left: -18px
}

.map iframe {
    width: 100%;
    height: 100%;
}

.link {
    clear: both;
    width: 260px;
    margin: auto;
    font-size: 16px;
    padding-top: 40px;
}

.link a {
    padding: 12px 0;
    display: block;
    margin: auto;
    color: #fff;
    border-radius: 5px;
    background: #f2c831;
    text-align: center;
    text-decoration: none;
}

/*============================
primary
============================*/

.secondary {
    width: 260px;
    float: right;
    margin-top: 50px;
}

.secondary dl.news {
    margin-bottom: 20px;
}

.secondary dl.news p {
    margin-bottom: 16px;
}

.secondary dt {
    padding: 12px 0;
    color: #fff;
    background: #0000ff;
    text-align: center;
}

.secondary dd {
    padding: 20px;
    font-size: 12px;
    background: #f8f8f8;
}

.company .address {
    font-size: 14px;
}

.company .tel {
    font-size: 24px;
    padding-top: 5px;
    font-weight: bold;
}

.secondary .company dd img {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.company .googlelink {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    background: #f2c831;
    text-align: center;
}

.company .googlelink a {
    display: block;
    color: #fff;
    text-decoration: none;
}

/*============================
toTop
============================*/

.toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
    z-index: 500;
    border-radius: 4px;
    background-color: #0000ff;
}

.toTop li a {
    padding-top: 46px;
    display: block;
    overflow: hidden;
    width: 46px;
    height: 0;
    background: url(../images/common/footer/totop.png) no-repeat center top;
}

/*============================
footer
============================*/

footer {
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    background: #0000ff;
}

footer a {
    color: #fff;
}

.sitelink li {
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 0 15px;
}

.sitelink li:last-child {
    border-right: 1px solid #fff;
}

.copyright {
    font-size: 10px;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {

    a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    a:hover {
        opacity: 1;
    }

    body {
        width: 100%;
        min-width: 0;
    }

    #top {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
        z-index: 500;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
    }

    #top .inner {
        height: 51px;
    }

    .siteTitle a {
        padding-left: 10px;
        font-size: 18px;
    }
  

    p.tel {
        position: fixed;
        right: 60px;
        top: 10px;
        padding-top: 0;
    }

    p.tel:before {
        display: none;
    }

    p.tel a {
        padding-top: 40px;
        width: 40px;
        overflow: hidden;
        display: block;
        height: 0;
        float: right;
        border-radius: 4px;
        background: url(../images/common/header/tel_sp.png) no-repeat center center #f2c831;
        background-size: 40px;
    }

    .cont_img {
        margin-top: 55px;
    }

    .cont_img img {
        width: 100%;
    }

    .cont h1 {
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        margin-top: -8px;
    }
  
  .cont h1.siteTitle{
    margin-top: 0
  }
    /*============================
nav
============================*/
    nav {
        position: relative;
        z-index: 200;
    }

    .nav-toggle {
        position: fixed;
        top: 0;
        right: 0;
        padding-top: 55px;
        display: block;
        overflow: hidden;
        width: 55px;
        height: 0;
        background: url(../images/common/nav/menu.png) no-repeat center center #0000ff;
        background-size: 55px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 600;
    }

    .open .nav-toggle {
        background-image: url(../images/common/nav/close.png);
    }

    .globalNav {
        position: fixed;
        top: -55px;
        left: 0;
        width: 100%;
        overflow: inherit;
        background: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        text-align: left;
        background: #0000ff;
    }

    .open .globalNav {
        position: fixed;
        top: 55px;
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .globalNav li {
        width: 100%;
        float: none;
        padding: 0;
        border-top: 1px solid #ffffff;
        background: none;
        position: relative;
    }

    .globalNav li a {
        position: inherit;
        padding: 16px;
        width: 100%;
        overflow: inherit;
        height: inherit;
        color: #fff;
        background: none;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
    }

    .globalNav li a span {
        font-size: 12px;
        padding-left: 20px;
        font-weight: normal;
    }

    .globalNav li:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        left: inherit;
        background: url(../images/common/nav/arrow_sp.png) no-repeat center right;
        background-size: 16px;
    }

    /*============================
primary
============================*/
    .container {
        padding-bottom: 0;
    }

    .container .inner {
        width: 90.625%;
        margin: auto;
    }

    .primary {
        width: 100%;
        float: none;
    }

    .cont h2 {
        margin-bottom: 20px;
    }

    .secondary {
        float: none;
        width: 100%;
        margin-top: 40px;
    }

    .secondary dt {
        font-size: 18px;
        padding: 16px 0;
    }

    .secondary .company dd {
        padding-bottom: 30px;
    }

    .company {
        margin: 0;
    }

    .company .googlelink a {
        font-size: 16px;
    }

    table.info {
        float: none;
        width: 100%;
        font-size: 13px;
    }

    table.info th {
        width: 90px;
    }

    table.info td {
        padding-left: 10px;
    }

    table.info td br {
        display: block;
    }

    .map {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .map iframe {
        width: 100%;
        height: 300px;
    }

    .link {
        width: 100%;
        padding-top: 20px;
    }

    /*============================
toTop
============================*/
    .toTop {
        position: inherit;
        right: inherit;
        bottom: inherit;
        width: 100%;
        height: 35px;
        border-radius: 0;
        background: #9a9a9a;
    }

    .toTop li {
        border-radius: 0;
    }

    .toTop li a {
        padding-top: 35px;
        width: 100%;
        background-image: url(../images/common/footer/totop_sp.png);
        background-size: 35px;
    }

    /*============================
footer
============================*/
    footer {
        padding: 15px 0;
        font-size: 10px;
    }

    .sitelink li {
        padding: 0 4px;
        line-height: 12px;
    }

    #top .announce {
        display: none;
    }
}
