<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Template: 
Theme Name: 


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_img {
    width: auto;
    overflow: hidden;
    min-width: 1100px;
    height: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(https://www.kumagaitekko.com//wp-content/uploads/main_bg.png) center no-repeat;
}

#img_area {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 500px;
}

#main_img-sub {
    min-width: 1100px;
    height: 150px;
    overflow: hidden;
    background: url(https://www.kumagaitekko.com/wp-content/uploads/sub_bg.png) no-repeat center;
    background-size: cover;
}

#img_area-sub {
    width: 1100px;
    height: 150px;
    margin: 0 auto;
}

#img_area-sub h2 {
    clear: both;
    width: 100%;
    height: auto;
    font-size: 30px;
    line-height: 100%;
    margin: 0 auto;
    padding-top: 58px;
    padding-left: 50px;
    box-sizing: border-box;
    color: #fff;
}

#img_area-sub h2 .ja {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    top: -6px;
}


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

#main_img,
#img_area {
    display: none;
}

#main_img-sub {
    min-width: 100%;
    width: 100%;
    height: 100px;
    background: url(https://www.kumagaitekko.com/wp-content/uploads/sub_bg_sp.png) no-repeat left;
    background-size: cover;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

#img_area-sub {
    width: 100%;
    height: 100px;
}

#img_area-sub h2 {
    clear: both;
    width: 100%;
    height: auto;
    font-size: 20px;
    text-align: left;
    margin: 0 !important;
    padding-top: 40px;
    padding-left: 10px;
}

#img_area-sub h2 .ja {
    font-size: 13px;
    padding-left: 10px;
    position: relative;
    top: -3px;
}

}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
    float: right;
    width: 820px;
}

#main h2 {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 10px 5px;
    font-size: 19px;
    line-height: 150%;
    box-sizing: border-box;
    border-bottom: 4px solid;
}

#main h3 {
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-left: 4px solid;
}


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

#main {
    float: none;
    width: 100%;
    height: auto;
}

#main h2 {
    width: 100%;
    height: auto;
    font-size: 17px;
    padding: 0 10px 10px;
}

#main h3 {
    width: 100%;
    height: auto;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 150%;
}

}


/* -----------------------------------------------------------
	電話番号
----------------------------------------------------------- */

.tel {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 100%;
    color: #000;
}

.tel a {
    text-decoration: none;
}

.tel a:hover {
    color: #000;
    text-decoration: none;
}


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

.tel {
    font-size: 28px;
    line-height: 120%;
}

.tel a {
    letter-spacing: -0.5px;
}

.tel a:hover {
    opacity: 0.7;
}

}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

table#contact_form {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#contact_form tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

#contact_form th {
    width: 250px;
    font-size: 14px;
    border-collapse: collapse;
    border: 1px solid #808080;
    text-align: left;
    padding: 15px;
    background-color: #f8f8f8;
    vertical-align: middle;
    margin-bottom: 0;
    border-radius: 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;
}

#contact_form td {
    width: auto;
    font-size: 14px;
    border-collapse: collapse;
    border: 1px solid #808080;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    width: 100%;
    border: 1px solid #808080;
    padding: 0 5px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

span.wpcf7-list-item {
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="radio"] {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    border: 1px solid #808080;
    width: auto;
    padding: 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 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;
}

#contact_form select {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    border: 1px solid #808080;
    width: 30%;
    height: 25px;
    padding: 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    outline:none;
}

.wpcf7 form lavel {
    position: relative;
}

.wpcf7 form lavel:after {
    display: block;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 13px;
    color: #808080;
    position: absolute;
    line-height: 150%;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

#contact_form input[type="file"] {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="textarea"]:focus,
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form textarea:focus {
    border: 1px solid #000;
    outline: none;
}

#contact_form input[type="file"]:focus {
    border: none;
}

.wpcf7 form input[type="textarea"],
#contact_form input[type="submit"],
#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="checkbox"],
#contact_form input[type="radio"]
#contact_form input[type="email"],
#contact_form input[type="image"],
#contact_form input[type="file"],
#contact_form textarea {
    outline:none;
}

input[type="submit"] {
    outline:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    position: relative;
    top: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

div.wpcf7 img.ajax-loader {
    display: none;
}

.wpcf7-validation-errors {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

span.wpcf7-not-valid-tip {
    font-size: 13px !important;
    color: #CD000A !important;
    display: block;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-response-output {
    padding: 0 !important;
    margin: 0 !important;
    color: #CD000A !important;
    border: none !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng {
    border: none !important;
}

.kome {
    font-size: 13px !important;
    padding-top: 5px;
    line-height: 150%;
    display: block;
}


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

table#contact_form {
    margin-bottom: 10px;
}

#contact_form th {
    width: 100%;
    padding: 12px 10px !important;
    text-align: left;
    display: block;
    border: none;
    margin-bottom: 5px;
}

#contact_form td {
    width: 100%;
    padding: 10px !important;
    text-align: left;
    display: block;
    border: none;
    background: none;
    margin-bottom: 5px;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 30px;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    top: -2px;
}

.android #contact_form input[type="file"] {
    font-size: 12px;
}

#contact_form select {
    line-height: 34px;
    height: 34px;
    width: 100% !important;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0; /* for Safari and Chrome */
    -moz-border-radius: 0; /* for Firefox */
    -o-border-radius: 0; /* for opera */
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 5px;
    padding: 0 !important;
}

.wpcf7 form lavel:before {
    display: none;
}

.wpcf7 form lavel:after {
    display: block;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 13px;
    color: #808080;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    pointer-events: none;
    z-index: 5;
}

#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form input[type="radio"] {
    width: 100%;
    padding: 7px 5px 5px;
}

.wpcf7-validation-errors {
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
    width: 100%;
    max-width: 275px;
    line-height: 170%;
}

#contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
#contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    padding: 7px 5px 5px;
}

.android #contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    line-height: 10px;
    height: 34px;
}

}


/* -----------------------------------------------------------
	必須タグ
----------------------------------------------------------- */

.tag.tag_imperative {
    color: #fff;
    display: inline-block;
    padding: 4px 7px;
    font-size: 12px;
    font-style: normal;
    background: #CD000A;
    margin-left: 10px;
    line-height: 100%;
    position: relative;
    top: -1px;
}

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

.tag.tag_imperative {
    padding: 5px 7px 4px;
}

}


/* -----------------------------------------------------------
	送信ボタン
----------------------------------------------------------- */

.submit {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 40%;
    font-size: 14px;
    letter-spacing: 1px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 15px 10px;
    background: #000;
    border: none;
    color: #fff !important;
}

.submit:hover {
    background: #808080;
    color: #fff !important;
    border: none;
    text-decoration: none;
}


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

.submit {
    width: 80%;
}

}


/* -----------------------------------------------------------
	サイトマップ
----------------------------------------------------------- */

#sitemap_list li {
    height: 37px;
    text-indent: 0;
    padding: 5px;
    list-style-type: none;
    border-bottom: 1px dotted #808080;
    box-sizing: border-box;
}

#sitemap_list li a {
    color: #000;
    text-decoration: none;
}

#sitemap_list li a:hover {
    color: #ccc;
    text-decoration: none;
}


/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */

.new {
    color: #fff;
    display: inline-block;
    font-style: normal;
    padding: 4px 7px;
    font-size: 12px;
    background: #000;
    margin-left: 10px;
    line-height: 100%;
    position: relative;
    top: -1px;
}

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

.new {
    padding: 5px 7px 3px;
}

}


/* -----------------------------------------------------------
	新着情報・ブログ(PC)
----------------------------------------------------------- */

.more_btn_info {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 13px;
    color: #000;
}

.more_btn_info:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #808080;
}

.more_btn_info:hover {
    color: #ccc;
}

.more_btn_info:hover:before {
    color: #ccc;
}

li.info-top {
    border-bottom: 1px dotted #808080;
    margin-bottom: 10px;
    padding-left: 10px;
    clear: both;
    overflow: hidden;
}

p.date {
    font-size: 13px;
    margin-bottom: 0;
    color: #000;
}

p.title {
    margin-bottom: 5px;
}

p.title a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

p.title a:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding: 0 5px 5px 0;
    font-size: 14px;
    color: #808080;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

p.title a:hover {
    color: #ccc;
}

p.title a:hover:before {
    color: #ccc;
}

#list_inner {
    overflow: hidden;
    min-height: 100%;
}

#list_inner a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#list_inner p {
    text-align: left;
    margin-bottom: 0;
}

.list_image {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 169px;
}

p.list_date {
    font-size: 13px !important;
    margin: 0 0 20px 0;
    color: #000;
}

p.post_date {
    font-size: 13px !important;
    margin: 10px 0 5px 0 !important;
    color: #000;
}

.trimming {
    height: 171px;
    overflow: hidden;
}

.list_image img {
    min-height: 170px;
    min-width: 260px;
    max-width: 100%;
    margin-left: -100px;
    margin-right: -100px;
    margin-top: -100px;
    margin-bottom: -100px;
}


/* -----------------------------------------------------------
	新着情報・ブログ(スマートフォン)
----------------------------------------------------------- */

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

.more_btn_info {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 13px;
}

li.info-top {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-left: 0;
}

.more_btn_info:before {
    top: 0;
    padding-right: 4px;
}

p.date {
    float: none;
    margin: 0;
}

p.title {
    float: none;
    line-height: 130%;
    margin-bottom: 10px;
}

p.title a {
    padding: 0;
}

.list_image {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 0;
}

.list_image img {
    margin: 0;
    max-width: 100%;
}

.trimming {
    height: auto;
    width: 100%;
    overflow: hidden;
}

#list_inner{
    margin-bottom: 0;
}

#list_inner p {
    margin-bottom: 0;
}

}


/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.next a {
    width: auto;
    height: auto;
    clear: both;
    font-size: 12px;
    padding: 10px 10px;
    background: #000;
    text-decoration: none;
    color: #fff;
    line-height: 130%;
    display: inline-block;
}

.next a:hover {
    background: #808080;
    text-align: center;
    text-decoration: none;
}

.previous a {
    width: auto;
    height: auto;
    clear: both;
    font-size: 12px;
    padding: 10px 10px;
    background: #000;
    text-decoration: none;
    color: #fff;
    line-height: 130%;
    display: inline-block;
}

.previous a:hover {
    background: #808080;
    text-align: center;
    text-decoration: none;
}

.more {
    clear: both;
    width: auto;
    height: auto;
    font-size: 12px;
    background: #000;
    text-decoration: none;
    padding: 10px 15px;
    margin: 10px 5px;
    color: #fff !important;
    line-height: 130%;
    display: inline-block;
}

.more:hover {
    background: #808080;
    color: #fff !important;
    text-decoration: none;    
}


/* -----------------------------------------------------------
	一覧ページページャー
----------------------------------------------------------- */

.pager {
    clear: both;
    text-align: center;
    margin-top: 30px;
}

a.page-numbers {
    background: #808080;
    text-decoration: none;
    margin: 0 2px 10px 2px;
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 130%;
    display: inline-block;
}

a.page-numbers:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
    display: inline-block;
}

span.page-numbers.current {
    margin: 0 2px 10px 2px;
    padding: 10px 15px;
    color: #fff;
    background: #000;
    font-size: 12px;
    line-height: 130%;
    display: inline-block;
}


/* -----------------------------------------------------------
	no image
----------------------------------------------------------- */

.tag.tag_noimage {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 21px;
    font-style: normal;
    color: #000;
    background-color: #F8F8F8;
    border: 1px solid #808080;
    box-sizing: border-box;
    position: relative;
}


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

.tag.tag_noimage {
    padding: 5% !important;
}

}

@media screen and (min-width: 357px) and (max-width: 480px) {

.tag.tag_noimage {
    padding: 10% !important;
}

}

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

.tag.tag_noimage {
    padding: 20%;
}

}</pre></body></html>