@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description:
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags:
Version: 0.1.0
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.adminEdit {
    display: none;
}

/****************************************
フォント
****************************************/
body,
h1,
h2,
h3,
h4,
h4,
h5,
h6,
#header #site-title,
#pageTitBnr #pageTitInner #pageTit,
#content .leadTxt,
#sideTower .localHead {
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    /*	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif; */
}

#gMenu .menu li a strong {
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    /*	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif; */
}

/****************************************
HTMLエレメント
****************************************/
body {
    color: #1f1f1f;
    letter-spacing: 0.1em;
}

a {
    color: #1f1f1f;
    text-decoration: none;
}

a:hover {
    color: #1f1f1f;
}

/* 画像リンクをマウスオーバー時に白くする */
a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover img {
    opacity: 0.7;
}

.content p {
    margin-bottom: 0;
}

@media (min-width: 660px) {
    .content p {
        line-height: 190%;
    }
}

/****************************************
コンテンツ幅
****************************************/
@media (min-width: 970px) {
    .innerBox, #panList .innerBox, #footMenu .innerBox, #footer .innerBox, #topMainBnrFrame, #pageTitBnr .innerBox, #topMainBnrFrame {
        width: 1000px;
    }
}

#main #container .content.wide {
    width: 100%;
}

/****************************************
ヘッダー
****************************************/
#header #headContact #headContactTxt {
    letter-spacing: 0.1em;
}

#headerTop {
    display: none;
}

@media (min-width: 970px) {
    #header .innerBox #site-title img {
        max-height: 72px;
    }
}

/****************************************
グローバルナビ
****************************************/
#gMenu .menu li a {
    color: #1f1f1f;
    letter-spacing: 0.1em;
}

#gMenu .menu li a strong {
    font-size: 15px;
    font-weight: 500;
}

#gMenu .assistive-text {
    background: none;
    border: none;
}

@media (max-width: 969px) {
    #gMenu .headMainMenu ul li {
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 970px) {
    .headMainMenu {
        margin-top: 40px;
    }

    .headMainMenu .menu>li:first-child a {
        border-left: none;
    }

    .headMainMenu .menu li>a {
        border-right: none;
        padding: 4px 20px 0;
    }

    .headMainMenu .menu li:last-child>a {
        padding: 4px 0 0 20px;
    }

    #gMenu .menu li a::after {
        border-radius: 4px;
        content: "";
        display: block;
        height: 4px;
        margin: 10px auto 0;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        width: 0;
    }

    #gMenu .menu li a:hover::after {
        background: #234888;
        width: 40px;
    }

    #gMenu .sub-menu li a::after {
      display: none;
    }
}

/****************************************
ファーストビュー
****************************************/
#topMainBnrFrame ul.slides {
    border-left: none;
    border-right: none;
}

#topMainBnr {
    background-color: #fff;
    border-top: none;
}

@media (min-width: 970px) {
    #topMainBnrFrame {
        width: 100%;
    }

    #topMainBnr img {
        margin: 0 auto;
        max-width: 1920px !important;
        width: 100% !important;
    }
}

/****************************************
main
****************************************/
#main {
    border-top: none;
}

/****************************************
トップページ
****************************************/
.top_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 20px auto;
}

.top_content {
    border: 1px solid #ccc;
    height: 300px;
    -webkit-transition: 0.4s ease-in-out;
    margin: 15px;
    transition: 0.4s ease-in-out;
    width: 300px;
}

a:hover .top_content {
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}

.top_content_img_wrap {
    overflow: hidden;
    height: 200px;
    width: 300px;
}

.top_content_img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

a:hover .top_content_img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top_content_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}

.top_content_text {
    text-align: center;
}

#main #container .content {
    padding-bottom: 0;
}
@media (min-width: 770px) {
	.top_contents {
	        -ms-flex-pack: distribute;
	            justify-content: space-around;
	}
}

/****************************************
フッター
****************************************/
#footMenu {
    display: none;
}

#footer {
    background-color: #234888;
}

#footer .innerBox a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

#footerOutline {
    color: #fff;
}

#footer dl#footerOutline {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#footer dl#footerOutline dt {
    margin-bottom: 20px;
}

#footer dl#footerOutline dt img {
    max-height: 50px;
}

#footerSiteMap {
    display: none;
}

#footerSiteMap .menu a:hover {
    color: #fff;
    opacity: 0.7;
}

#footerSiteMap .menu li a {
    background: none;
}

#footerSiteMap .menu li a:hover {
    background-image: none;
}

#siteBottomInner.innerBox {
    padding: 15px 0 15px;
}

#siteBottom {
    background-color: #234888;
    border-top: none;
    color: #fff;
}

#siteBottom a {
    color: #fff;
}

#powerd {
    display: none;
}

@media (min-width: 970px) {
    #footer dl#footerOutline {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        width: auto;
    }

    #footer dl#footerOutline dt {
        margin-bottom: 0;
    }

    #footer dl#footerOutline dd {
        font-size: 12px;
        padding-left: 40px;
        padding-right: 0;
        text-align: left;
    }
}

/****************************************
サイドバー
****************************************/
/* 最近の投稿 */
.date {
    color: #333;
    text-align: right;
    display: block;
}

.date::before {
    content: "\A";
    white-space: pre;
}

#npcatch img {
    float: left;
    padding: 0;
}

#npcatch .title {
    width: 125px;
    float: right;
    padding: 0 0 0 10px;
}

/****************************************
お問い合わせフォーム
****************************************/
form input[type=number],
form input[type=tel] {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 5px;
    outline: 0;
    margin: 5px 5px 5px 0;
    -webkit-appearance: none;
    font-size: 100%;
}

.content table.mobile-block th {
    font-weight: bold;
}

span.wpcf7-form-control-wrap {
    display: inline;
}

span.wpcf7-list-item {
    margin-right: 8px;
}

.small {
    max-width: 300px;
}

.long {
    width: 580px;
    max-width: 95%;
}

input,
select {
    vertical-align: middle !important;
}

span.wpcf7-not-valid-tip {
    color: #FFF;
}

@media (max-width:680px) {

    input,
    textarea {
        max-width: 90%;
    }

    form table {
        table-layout: fixed;
    }

    #content table th,
    #content table td {
        margin-right: 0;
    }
}

/****************************************
グーグルマップ
****************************************/
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/****************************************
wc Canvas
****************************************/
.wc-shortcodes-item {
    margin-bottom: 0;
}

.wc-shortcodes-one-half,
.wc-shortcodes-one-third,
.wc-shortcodes-two-third,
.wc-shortcodes-three-fourth,
.wc-shortcodes-one-fourth,
.wc-shortcodes-one-fifth,
.wc-shortcodes-two-fifth,
.wc-shortcodes-three-fifth,
.wc-shortcodes-four-fifth,
.wc-shortcodes-one-sixth,
.wc-shortcodes-five-sixth {
    margin-left: 2%;
    margin-right: 1%;
}

/****************************************
その他
****************************************/
/* スマホのとき画像を小さく */
@media (max-width:660px) {
    .spImg {
        width: 150px !important;
        height: auto !important;
    }
}

/*pc以外で画像を中央表示*/
@media (max-width:970px) {
    .spCenterImg {
        clear: both !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
}

/* マージン */
.mt10 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}
}
