/*********************************************************************


共通


.show-grid {
    border: 1px solid #f8042a;
}

**********************************************************************/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.8em;
    color: #333;
}

a {
    color: #709028;
}

/*テキストまわり装飾*/

h1 {
    margin: 15px 0;
    padding: 15px 0 20px;
    border-top: #090 2px solid;
    border-top: #5bb92a 2px solid;
    background: url(../img/common/title_page-bg01.png) left bottom repeat-x;
}

h2 {
    font-size: 180%;
    border-left: 8px solid #006438;
    border-left: 8px solid #5bb92a;
    line-height: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
}

.h2_orange {
    border-left: 8px solid #F58220;
}

h5 {
    padding-left: 10px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #6495ED;
}


/*テキスト装飾*/

.h1-1 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.h1-2 {
    font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.h1-3 {
    font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.h1-4 {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


/*プリントしない*/

@media print {
    .no-print {
        display: none;
    }
}


/*g-nav 設定 ====================--*/

.navbar .navbar-inner {
    padding: 0;
}

.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}

.navbar .nav li {
    display: table-cell;
    float: none;
}

.navbar .nav li a {
    display: block;
    /*	border-right: 1px solid #3a8e3b;
	border-right: 1px solid #000;*/
    text-align: center;
}

.navbar .nav li:last-child a {
    border-right: 0;
}


/*カラー設定 */

.navbar {
    border-radius: 0;
    border: none;
    background-color: #fff;
    /* ベース基調となる色 */
}

#logo-img {
    height: 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #aaa;
    color: #009e96;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
    color: white;
    /*文字を白に*/
    background: #009e96;
    /*背景色*/
}




/* 枠表示 */

.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.hvr-trim:before {
    content: '';
    position: absolute;
    border: teal solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
    opacity: 1;
}




/*********************************************************************


e-page


**********************************************************************/

/* サイドメニュー ====================--*/

.sidemenu {
    border: solid 1px #dddddd
}

.sidemenu h1 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: normal
}

.sidemenu h1 i {
    margin-right: 5px;
    color: #8abc60;
    font-size: larger
}

.sidemenu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidemenu li a {
    display: block;
    padding: 10px;
    border-top: solid 1px #dddddd;
    /*	color: #000000;*/
    font-size: 15px;
    text-decoration: none
}

.sidemenu li a:hover {
    background-color: #eeeeee
}


/* active color */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #dff0d8;
    color: #3a8e3b;
}


/*-- パンくずリスト （区切り表示 /を＞に変更）====================--*/

.breadcrumb > li + li:before {
    content: ">";
}

/*-- h1 catch-img （ヘッダー画像の上に文字）====================--*/

/* ヘッダー画像（各ページ枚用） 
---------------------------------*/

.catch-topimg {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}


/* キャッチ文字
---------------------------------*/

.catch-text {
    margin: 0;
    padding: 15px;
    color: #FFF;
    /*	background-color: rgba(255,255,255,0.7);*/
    /*白*/
    text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 0px 2px 5px #070707;
    font-size: 400%;
}


/* キャッチコピーをヘッダー画像に重ねる */

.catch-top {
    position: relative
}

.catch-text {
    position: absolute;
    bottom: 7%;
    left: 3%
}


/* ########### 599px以下 ########### */

@media (max-width: 599px) {

    /* キャッチコピー */
    .catch-text {
        padding: 5px 10px;
        font-size: 12px
    }

    /* キャッチコピー */
    .heder_CMadd {
        padding: 5px 10px;
        font-size: 12px
    }

    /* スマホ・テキストサイズ */
    .sm-text {
        font-size: 12px
    }
}




/*********************************************************************


p-index


**********************************************************************/

/*slider*/

#slider_wrap {
    position: relative;
    z-index: 2;
}

.cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}


/*swiper Carousel*/

.swiper-container {
    text-align: center;
}

.swiper-container .swiper-slide img {
    max-width: 100%;
    height: auto;
}

.prettyprint {
    border: none;
    background: #fafafa;
    color: #697d86;
}

.swiper-pagination-bullet-active {
    background: #fff;
}




/*ページ下部装飾*/

.nav-shadow {
    box-shadow: 0px 5px 5px #999;
}

.page-shadow {
    box-shadow: 0px 5px 5px #999;
}

/*ページリンク　画像の上に透過文字を乗せる(右下に配置　オレンジ)*/

.layer-1 {
    position: relative;
}

.layer-1 p {
    position: absolute;
    bottom: 0;
    /*画像の右下に配置*/
    right: 0;
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字を白に*/
    background: rgba(0, 0, 255, 0.5);
    /*背景色(紫)*/
    background: rgba(0, 158, 150, 0.6);
    /*背景色(緑)*/
    font-size: 15px;
    line-height: 1.5;
    /*行高は1に*/
    font-size: 14px;
    padding: 5px 10px;
    /*文字周りの余白*/

    /*backgroundカラー変更*/
    background: #F58220;
}

.layer-1 img {
    width: 100%;
}

/*ページリンク　画像の上に透過文字を乗せる(右下に配置　緑)*/

.layer-2 {
    position: relative;
}

.layer-2 p {
    position: absolute;
    bottom: 0;
    /*画像の右下に配置*/
    right: 0;
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字を白に*/
    background: rgba(0, 0, 255, 0.5);
    /*背景色(紫)*/
    background: rgba(0, 158, 150, 0.6);
    /*背景色(緑)*/
    background: rgba(0, 158, 150, 1.0);
    /*背景色(緑・透過無し)*/
    font-size: 15px;
    line-height: 1.5;
    /*行高は1に*/
    font-size: 14px;
    padding: 5px 10px;
    /*文字周りの余白*/
}

.layer-2 img {
    width: 100%;
}


/***お客様ニーズ　背景：画像上に 薄いグラデーションを乗せる*/

.bg-photo-gld {
    background: linear-gradient(-45deg, rgba(0, 180, 170, .8), rgba(0, 180, 170, .8)) fixed, url(../img/common/0356.jpg) fixed;
    background-size: cover;
}

/*ボタン 円形*/

.btn-round {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 220px;
    height: 220px;
    line-height: 220px;
    border-radius: 50%;
    border: solid 2px #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
    transition: .4s;
}

.btn-round:hover {
    background: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    color: #fff;
}

/***Q&A ワンポイントBOX*/

.point-title {
    position: relative;
    padding: 0.6em;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.point-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 100px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    width: 0;
    height: 0;
}

.point-title span {
    color: #009e96;
}

.point-text {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 20px 10px 10px 10px;
}

.point-text span {
    font-size: 18px;
    font-weight: bold;
}



/*Anime botton hover-zoom*/

.hover-zoom {
    position: relative;
    width: 100%;
    /*height: 200px;;*/
    height: auto;
    min-width: 250px;
    max-width: 800px;
    float: left;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.hover-zoom img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hover-zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}




/*----- 上へスライド -----*/

.inviewUp {
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition: .8s;
}

.Up {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*ScrollTrigger スクロールで先頭表示されたら
invisible(アニメーションスタート時)は要素が完全に透過されている状態にし、visible(アニメーション完了時)に要素が完全に表示されるように設定*/

.invisible {
    transition: opacity 0.5s ease;
    opacity: 0.0;
}

.visible {
    transition: opacity 0.5s ease;
    opacity: 1.0;
}


/*********************************************************************

p-company

**********************************************************************/

/*company 問い合わせ 背景色*/

.bg-gray1 {
    background: #f5f5f5;
}


/*********************************************************************

p-access

**********************************************************************/

/*google map 表示（レスポンシビリティ：スマホ用）*/

@media (max-width: 767px) {
    .g_map {
        position: relative;
        padding-top: 75%;
        height: 0;
        overflow: hidden;
    }

    .g_map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*********************************************************************

g-heder

**********************************************************************/

.heder_CMname {
    margin: 0 0 10px 0;
    padding: 2px;
    border-width: 0 0 0 5px;
    border-color: #009E96;
    border-style: solid;
    /*	background:#029EBC;*/
    color: #009E96;
    line-height: 140%;
    font-weight: bold;
}

.heder_CMadd {
    margin: 0 0 10px 0;
    padding: 2px 8px;
    border-width: 0 0 0 5px;
    /*	background:#029EBC;*/
    color: #090;
    color: #009E96;
    line-height: 140%;
    font-weight: bold;
    font-size: 14px;
}


/*********************************************************************

g-footer

**********************************************************************/

.footer_bg-bill {
    /*
    background: #39bacd url(../img/common/footer-Egreen-mikisa.gif) 50% 0 repeat-x;
    */
    background: #39bacd url(../img/common/footer-Egreen-mikisa_2205.gif) 50% 0 repeat-x;

    padding: 0px 0 50px;
    color: #fff;
}

.footer_bg-bill a {
    color: #fff;
}


/*アニメ グラデーション*/

@-webkit-keyframes bg-color {
    0% {
        background-color: #e74c3c;
    }

    20% {
        background-color: #f1c40f;
    }

    40% {
        background-color: #1abc9c;
    }

    60% {
        background-color: #3498db;
    }

    80% {
        background-color: #9b59b6;
    }

    100% {
        background-color: #e74c3c;
    }
}

@keyframes bg-color {
    0% {
        background-color: #e74c3c;
    }

    20% {
        background-color: #f1c40f;
    }

    40% {
        background-color: #1abc9c;
    }

    60% {
        background-color: #3498db;
    }

    80% {
        background-color: #9b59b6;
    }

    100% {
        background-color: #e74c3c;
    }
}

.bg-photo-gld-1 {
    background-color: #e74c3c;
    animation: bg-color 110s infinite;
    -webkit-animation: bg-color 10s infinite;
}


/*********************************************************************

Animation

**********************************************************************/

/* Animation Timers
---------------------------------*/

.fadeIn-1 {
    font-family: 'Alegreya Sans', sans-serif;
    animation-delay: 0.5s;
    /*0.5秒遅延して実行*/
}

.fadeIn-2 {
    font-family: 'Alegreya Sans', sans-serif;
    animation-delay: 0.5s;
    /*0.5秒遅延して実行*/
}

.zoomIn-1 {
    font-family: 'Alegreya Sans', sans-serif;
    animation-delay: 0.5s; //1秒遅延して実行
}

.zoomIn-2 {
    font-family: 'Alegreya Sans', sans-serif;
    animation-delay: 0.6s; //1秒遅延して実行
}

.zoomIn-3 {
    font-family: 'Alegreya Sans', sans-serif;
    animation-delay: 0.7s; //1秒遅延して実行
}

.zoomIn-4 {
    font-family: 'Alegreya Sans', sans-serif;
    animation-delay: 0.8s; //1秒遅延して実行
}
