/*
Theme Name: Lightning Child
Theme URI: https://lightning.nagoya
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: two-columns,one-column,right-sidebar,custom-colors,custom-menu,editor-style
Version: 4.4.12.1530510369
Updated: 2018-07-02 14:46:09

*/

/* グローバルナビゲーション　コンテナ設定 */

.header_container {
    width: 100%;
    height: 60px;
    top: 0;
    z-index: 10;
    margin: 0 auto;
    border-bottom: solid 6px rgb(0, 0, 139);
}

.header_container:after {
    content: "";
    display: block;
    clear: both;
}

/* グローバルナビゲーション　会社ロゴ設定 */

.header_left {
    float: left;
    width: 20%;
}

.header_logo {
    height: 50px;
}

/* グローバルナビゲーション　アイコン設定 */

/*width:35% -> 30%  2019.6.1 */
.header_center {
    float: left;
    width: 30%;
    padding-top: 10px;
    padding-left: 40px;
}

.header_center a {
    text-decoration: none;
    color: #fecb81;
}

.my-orange {color: #fecb81}
.my-skyblue {color: skyblue}


/* グローバルナビゲーション　メニュー設定 */

/*width:45% -> 50%  2019.6.1 */
.header_right {
    float: left;
    height: auto;
    width: 50%;
}

.header_right ul {
    list-style: none;
}

.header_right li {
    float: left;
}

.header_right li a {
    color: rgb(0, 0,139);
    font-size: 14px;
    text-decoration: none;
    padding: 15px;
}

/* グローバルナビゲーション　メニュー押下時設定 */

.header_btn {
    cursor: pointer;
    position: relative;
    transition: .6s all;
}

.header_btn:hover {
    background: rgb(204, 204, 255);
    color: whitesmoke;
}

/* Lightning Orignal パンくずリスト非表示 */
.breadcrumb {
	display: none;
}

/* コメントエリア 非表示 */
 .comments-area {
	display: none;
}

/***** コンタクトフォーム *****/
.table-contactform7 {
    overflow: hidden;
    table-layout: fixed;
}
.required-contactform7 {
    padding: 5px;
    background: #DE8686;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

.unrequired-contactform7 {
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

.table-contactform7 th {
    font-weight: bold;
}

.table-contactform7 input,
.table-contactform7 textarea {
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
}

.address-100 input {
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
}

.message-100 textarea {
    width: 100%;
    margin: 5px 10px 10px 5px;
}

/* Lightning Orignal footer delete */
footer {
	border-top:none !important;
}
/* 静的サイトと同Footerを設定 */
.footer-wrap {
    background: rgb(0, 0, 139);
    color: white;
    font-size: 12px;
    height: auto;
    margin-top: 15px;
    padding-left: 10px;
}

/* footer　right 設定 */

.footer-right a {
    color: white;
    display: block;
    font-size: 12px;
    margin-top: 15px;
    text-decoration: none;
}

/* footer side by side */
.footer-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.footer-left {
    float: left;
    width: 80%;
}

.footer-right {
    float: left;
    width: 20%;
}

.footer-copyright {
    float: left;
    width: 100%;
}


@media screen and (min-width: 900px) {
    .table-contactform7 th {
        width: 28%;
    }
}

@media screen and (max-width: 900px) {
    .table-contactform7 {
        display: block;
    }

    .table-contactform7 tbody,
    .table-contactform7 tr {
        display: block;
        width: 100%;
    }
    .table-contactform7 th {
        width: 100%;
        display: block;
        margin: 0 auto;
        border: none;
    }
    .table-contactform7 td {
        display: list-item;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        border-top: none !important;
    }
}

@media (max-width: 768px) {
	/* logo サイズ　Lightningよりも最優先として設定 */
	.header_logo {
		max-width: 300% !important;
	}

	/* グローバルナビゲーション コンテナ設定 */
    .header_container {
        height: 60px;
    }

    /* グローバルナビゲーション　メニュー設定（文字を縦書きにする） */
    .header_right a {
        clear: both;
    }

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

    /*padding-top 追加 　2019.6.1 */
    .header_right li a {
        display: block;
        margin: 0;
        font-size: 14px;
        padding-top: 5px;
    }

    .header_right {
        clear: both;
        float: right;
        width: 150px;
    }

    .spmenu_btn {
        display: block;
        position: absolute;
        top: 14px;
        right: 15px;
        width: 30px;
        height: 22px;
        background: #999999;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .spmenu_btn:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #999999;
        top: -9px;
        right: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .spmenu_btn:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #999999;
        bottom: -9px;
        right: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .spmenu_btn.active {
        background: #FFF;
    }

    .spmenu_btn.active:before {
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 0;
        right: 0;
    }

    .spmenu_btn.active:after {
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        bottom: 0;
        right: 0;
    }

    #header_menu {
        display: none;
    }
    
    /* グローバルナビゲーション　アイコン設定 */

    .header_center {
        float: right;
        margin-right: 28px;
    }
    .header_center a {
        color: white;
        font-size: 10px;
    }
}

@media (max-width: 599px) {
/* device type : smartphone */
    .footer-left,
    .footer-right {
        clear: both;
    }

    .footer-wrap p {
        font-size: 10px;
    }

    .footer-right {
        width: 100%;
    }

    .footer-right a {
        font-size: 10px; 
        line-height: 0;
    }

    .footer-copyright span {
        display: inline-block;
    }
}