﻿@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 140%;
    font-family: "メイリオ", 'Meiryo', sans-serif;
    color: #000000;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    overflow-x: hidden;
    word-break: break-all;
}

.rows, header, section, footer {
    width: 100%;
    float: left;
}

* {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:hover, a:focus, a:visited {
    outline: none;
    border: none;
    text-decoration: none;
    color: inherit;
}

.cont {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.cont-1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit
}

.clear {
    clear: both;
}

a[href^="tel:"] {
    cursor: default;
}

.ow {
    width: 100%;
    overflow: hidden;
}
/* COMMON */

.anchor_fixtop {
    display: block;
    position: relative;
    top: -100px;
    width: 100%;
    visibility: hidden;
}

.wrap-header {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fff;
}

.bg-sider {
    background: #3FA3F9;
    min-height: 750px;
    margin-top: -6px;
}

.fix {
    position: fixed;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fix .wrap-top .head-left img.lg1 {
    display: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fix .wrap-top .head-left img.lg2 {
    display: inline-block !important;
    text-align: center;
    float: left;
    padding-left: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fix .head-right ul.menu li a {
    padding-top: 17px;
    padding-bottom: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fix .wrap-top {
    min-height: 60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fix .head-left h2.logo {
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wrap-top .head-left img.lg2 {
    display: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wrap-top {
    width: 100%;
    min-height: 100px;
}

.head-left {
    width: 50%;
    float: left;
    position: relative;
}

.head-right {
    width: 50%;
    float: left;
    position: relative;
}

/* ===========LOGO======== */

.head-left h2.logo {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 20px;
}

.head-left h2.logo img {
    display: inline-block;
}

/* ==========MENU========= */

.head-right ul.menu {
    width: 100%;
}

.icon-mn-sp {
    display: none;
}

.head-right ul.menu li {
    width: 20%;
    float: left;
    border-right: 1px solid #3d3d3d
}

.head-right ul.menu li.active a, .head-right ul.menu li:hover a {
    color: rgb(235, 23, 23);
    font-weight: bold;
}

.head-right ul.menu li:first-child a {
    border-left: 1px solid #3d3d3d
}

.head-right ul.menu li a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    display: block;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 37px;
}

/* .fix {position: fixed;top: 0;left: 0;z-index: 999999;} */

/* ==========SLIDER========= */
h1{display: none;}
.bg-sider .slider {
    width: 100%;
    min-height: 750px;
    background: url(../img/slider.png)left bottom no-repeat;
    background-size:cover
}
@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        left: -40px;
    }
    to {
        opacity: 1;
        left: 40px;
    }
}

.img-baner {
    width: 100%;
    position: absolute;
    top: -37px;
    right: 0;
    text-align: right;
}

/* =============BANNER PAGE======== */

.banner-page {
    background: url(../img/bg-page-banner.png) center no-repeat;
    background-size: cover;
    min-height: 374px;
    width: 100%;
    margin-top: 30px;
    overflow: visible;
}

.com-banner {
    position: relative;
    width: 100%;
    min-height: 374px;
}

.com-title {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 95px;
    padding-left: 92px;
}

.bu-title {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 95px;
    padding-left: 92px;
}

.bu-banner {
    position: relative;
    width: 100%;
    min-height: 374px;
}

/* =============FOOTER============= */

.wrap-footer {
    background: #000;
    text-align: center;
}

.coppyright p {
    color: #fff;
    font-size: 13px;
    line-height: 160%;
    padding-top: 21px;
    padding-bottom: 21px;
}

.coppright-br {
    display: none;
}

.scrolltop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}

.scrolltop {
    display: block;
    background: rgba(240, 6, 6, 0.7);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.scrolltop i {
    color: #fff;
    font-size: 30px;
    padding: 10px 12px;
}

/* END COMMON */

#home {
    min-height: 500px;
}

.fox-fix {
    position: fixed;
    z-index: 9999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}