@charset "utf-8";
/*
Theme Name: MIYATAKAGU
*/
@import url('https://fonts.googleapis.com/css?family=Muli:400,700');

/* リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-size: 100%;
    vertical-align: baseline;
}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    color: #513a28;
    font: 14px/1.5 'Muli', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
    font-weight: 500;
    background: #fff;
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6, pre, code, input, textarea, select, button {
    font-family: 'Muli', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper {
    margin: 0 auto;
    width: 980px;
    position: relative;
    padding-bottom: 20px;
}
.inner{
    margin: 0 auto;
    width: 980px;
    position: relative;
}
#header{
    width: 100%;
    height: 95px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    z-index: 1;
    background: url(images/header_bg.png) left top repeat-x;
}
.header_inner{
    width: 980px;
    margin: 0 auto;
    position: relative;
}
#content{
    float: left;
    width: 680px;
    margin: 30px 0;
    padding: 10px 0 30px;
}
#content_1col{
    width: 980px;
    margin: 30px 0;
    padding: 0 0 30px;
    border-radius: 3px 3px 0 0 / 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
}
#sidebar{
    float: right;
    width: 250px;
    padding: 40px 0 30px;
    position: relative;
}
.post{
    background: #fff;
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 40px 30px;
    margin: 0;
    border: 6px solid #efefea;
    box-shadow: 0 0 0 2px #ddddce;
    color: #4c423d;
}


/*--- Link&Element ----------------------------------------------------------- */
a:link {
    color: #59513d;
    text-decoration: none;
}
a:visited {
    color: #59513d;
}
a:hover {
    color: #968968;
    text-decoration: none;
}
p {
    margin: 10px 0 15px;
    padding: 0;
}
p img {
    padding: 0;
    max-width: 100%;
}
blockquote {
    font-style: italic;
    margin: 1em 0 1em 20px;
    padding: 15px;
    background-color: #f7f7f7;
    color: #444;
}
pre {
    padding: 10px 20px;
    border-left: 6px solid #ddd;
    background-color: #f7f7f7;
    overflow: auto;
    width: 90%;
    _width: 95%; /* for IE6 */
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style-position: outside;
}
ul.designlist {
    margin: 5px;
    padding: 0;
}
ul.designlist li {
    margin: 0px 10px 0 0;
    padding: 5px 0 5px 18px;
    background: url(images/list.png) left center no-repeat;
    list-style: none;
}

h2 {
    clear: both;
    font-size: 18px;
    color: #e5d8cc;
    margin: 40px -15px 30px;
    padding: 17px 25px;
    font-weight: bold;
    line-height: 1.2;
    background: url(images/h2_bg.png) left top repeat-x;
    border-radius: 3px;
    letter-spacing: 3px;
}
h2:first-child{
    margin: 5px -15px 30px;
}
h3 {
    clear: both;
    font-size: 17px;
    font-weight: bold;
    color: #514439;
    margin: 30px 0 25px 0;
    padding: 12px 0 12px 30px;
    background: url(images/green_list.png) 5px center no-repeat;
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
}
h4 {
    clear: both;
    font-weight: bold;
    background: #f0efe9;
    color: #514439;
    font-size: 16px;
    margin: 15px 0 20px 0;
    padding: 9px 15px 8px;
    border: 1px dashed #d3c6b2;
}
h5 {
    clear: both;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 10px 0;
    padding: 10px 0;
    border-bottom: 1px dotted #bbb;
}
h6 {
    border-bottom: 1px solid #d6ccc4;
    font-size: 16px;
    margin: 0;
    color: #514439;
    padding: 5px 0 10px 0;
    font-weight: bold;
}
.cleaner {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}
.clear {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}

.box {
    background: #f4f2f0;
    padding: 20px 20px;
    border: #e6dcd2 1px solid;
    margin: 10px 0 10px 0;
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    border-radius: 3px;
}
.box2 {
    background: url(images/box_bg.jpg) left top repeat-x;
    border: 1px solid #e5e5d6;
    padding: 20px;
    border-radius: 5px;
    margin: 10px 0;
    color: #685949;
}
.box3 {
    background: #f0efe9;
    border-radius: 5px;
    padding: 10px 20px 0;
    border: #376c37 3px solid;
    margin: 10px 0 30px 0;
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    border-radius: 3px;
}

/*--- Images ----------------------------------------------------------- */
img {
    max-width: 100%;
    border: none;
    margin: 0;
    vertical-align: bottom;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    float: right;
    padding: 0;
    margin: 0 0 20px 30px;
    display: inline;
}
img.alignleft {
    float: left;
    padding: 0;
    margin: 0 30px 30px 0;
    display: inline;
}
img.alignnone {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
}
.rotation:hover {
transform:rotate(-2deg);
}


/*--- form ----------------------------------------------------------- */
form {
    margin: 0;
    padding: 0;
    font-size: 13px;
}
fieldset {
    padding: 3px;
    border: none;
}
legend {
    padding: 0 10px;
    background-color: #fff;
}
input, textarea {
    padding: 2px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #fff;
    max-width: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
    font-size: 13px;
    box-sizing: border-box;
}
input:hover, textarea:hover {
    border-color: #473a25
}
a:focus, textarea:focus, input:focus {
    outline: none
}
textarea {
    padding: 3px 10px
}
input.submit {
    padding: 3px 5px;
    font-size: 100%;
    border: none;
    
}
input.submit:hover {
    border: none
}
input.radio {
    border: none;
    background-color: transparent;
    background-image: none;
}



/*--- Table ----------------------------------------------------------- */
table {
    font: 15px/1.6 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
    width: 99.9%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 13px;
    margin: 8px auto;
}
th {
    color: #2b3d49;
    background-color: #eee;
    padding: 10px 5px 10px 5px;
    text-align: left;
    font-weight: bold;
    background: #f1f4f5;
}
td {
    padding: 10px 5px;
    text-align: left;
}


/*--- Design Table ----------------------------------------------------------- */
table.design_tbl {
    border-top: 1px solid #dbd8d1;
    border-bottom: 1px solid #dbd8d1;
    font-size: 13px;
    margin: 20px auto 5px;
}
.design_tbl th {
    border-right: 1px dotted #dbd8d1;
    border-bottom: 1px solid #dbd8d1;
    background: #f0efe9;
    padding: 15px;
    vertical-align: top;
    color: #514439;
    min-width: 25%;
}
.design_tbl td {
    border-bottom: 1px solid #dbd8d1;
    padding: 15px;
    background: #fff;
}



/* ヘッダー
------------------------------------------------------------*/
#header .site_title{
    position: relative;
    float: left;
    padding: 25px 0 0 10px;
    z-index: 1;
}
#header h1{
    line-height: 1;
    font-size: 10px;
}
#header .site_description{
    color: #777;
    position: absolute;
    top: 35px;
    left: 260px;
    font-size: 12px;
}
#header .h_tel{
    float: right;
    background:url(images/freedial01.png) no-repeat 0 6px;
    color: #336633;
    padding: 0 0 0 50px;
    margin: 26px 30px 0 0;
    font-size: 26px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: bold;
}
#header .h_tel span{
    display: block;
    color: #888;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
}
#header .h_con{
    float: right;
    padding: 0;
    margin: 29px 0 0 0;
    display: inline-block;
}



/* グローバルメニュー
------------------------------------------------------------*/
#mainNav {
    clear:both;
    width: 100%;
    height: 65px;
    margin: 0;
    background: #f0efe9;
    border-top: 1px solid #e3e1d7;
    border-bottom: 1px solid #e3e1d7;
}
#mainNav ul{
    width: 980px;
    height: 65px;
    margin:0 auto;
    padding: 0;
}
#mainNav ul li{
    float:left;
    margin:0;
    padding: 0;
}
#mainNav ul li a{
    color: #302216;
    padding: 0;
    margin:0;
    text-decoration: none;
    box-sizing: border-box;
}
#mainNav ul li a i{
    display: block;
    font-size: 16px;
    margin: 3px 0 8px;
    color: #cabaac;
}
#mainNav ul li a span{
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #cabaac;
    font-weight: 400;
}
#mainNav ul li a:hover{
    background: #f4f2f0;
}


/* メインスライダー
------------------------------------------------------------*/
#slider {
    background: #e6dcd2;
    overflow:hidden;
    position:relative;
    width:100%;
    height: 400px;
    z-index: 0;
}
#sliderInner {
    position:relative;
    left:50%;
    width:2941px;
    margin-left:-1470px;
}
#sliderInner ul {
    margin: 0;
    padding: 0;
}
#sliderInner li {
    margin: 0;
    padding: 0;
    width:980px;
}
.bx-wrapper {
    margin:0 auto;
    position:relative;
}

.slide1 {
    background:url(images/slider/s1.jpg) no-repeat center center;
    width: 980px;
    height: 400px;
}
.slide2 {
    background:url(images/slider/s2.jpg) no-repeat center center;
    width: 980px;
    height: 400px;
}
.slide3 {
    background:url(images/slider/s3.jpg) no-repeat center center;
    width: 980px;
    height: 400px;
}
.slide_box {
    padding: 80px 0 0 80px;
}
.slide_box_title {
    font-size: 15px;
    font-weight: bold;
    color: #b19f56;
}
.slide_box_title span{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    background: #b19f56;
    color: #fff;
    padding: 3px 10px;
    margin-right: 20px;
}
.slide_box_text {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0 10px 0;
    line-height: 1.8;
    min-width: 370px;
}
.sbtfont {
    font-size: 28px;
}

/* コントローラー */
.bx-wrapper .bx-prev {
    left:965px;
    background:url(images/slider/controls_l.png) no-repeat;
}
.bx-wrapper .bx-next {
    right:965px;
    background:url(images/slider/controls_r.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:40px;
    outline:0;
    width:16px;
    height:80px;
    text-indent:-9999px;
    z-index:9999;
}


/* パンくずリスト
----------------------------------*/
#pankuzu {
    width: 100%;
    padding: 10px 0 10px;
    display: block;
    background: #f7f7f2;
}
#pankuzu_inner {
    width: 980px;
    margin: 0 auto;
}
#pankuzu ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 0 0 3px;
    font-size:12px;
}
#pankuzu ul li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
}


/* Page
------------------------------------------------------------*/
.pagetitle {
    margin: 0;
    background: url(images/page-title/any_title.jpg) center center no-repeat;
    background-size: cover;
}
.pg-case{
    background: url(images/page-title/case_bg.jpg) center center no-repeat;
    background-size: cover;
}
.pg-works{
    background: url(images/page-title/works_bg.jpg) center center no-repeat;
    background-size: cover;
}
.pg-shop{
    background: url(images/page-title/shop_bg.jpg) center center no-repeat;
    background-size: cover;
}
.pg-flow{
    background: url(images/page-title/flow_bg.jpg) center center no-repeat;
    background-size: cover;
}
h1.h1page {
    display: block;
    background: rgba(0,0,0,0.4);
    text-align: center;
}
h1.h1page span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 7px;
    padding: 7px 30px 7px 37px;
    margin: 80px auto;
    border: 3px solid #fff;
}


/* TOPページ
------------------------------------------------------------*/
/* お知らせ */
h2.h2news {
    background: url(images/h2_t1.png) left bottom no-repeat;
    color: #3f3a2c;
    font-size: 20px;
    padding: 15px 0 15px 0;
    margin: 0 0 15px 0;
    border-radius: 0;
}
h2.h2news span{
    display: inline-block;
    margin-top: 2px;
    padding: 4px 15px;
    font-size: 13px;
    font-weight: 500;
}
.con_box_inner {
    padding: 0 5px;
}
.ct-container dl {
    padding: 0 0 5px;
}
.ct-container dl dt{
    float: left;
    clear: both;
    width: 160px;
    font-size: 13px;
    padding: 8px 0;
    font-weight: normal;
    line-height: 1.4;
}
.ct-container dl dd{
    padding: 8px 0 8px 30px;
    line-height: 1.4;
    overflow: hidden;
    font-size: 13px;
}
.ct-container dl dd a{
    text-decoration: underline;
}
.ct-container dl dt span {
    display: inline-block;
    float: right;
    text-align: center;
    width: 65px;
    background: #88795e;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    padding: 1px 0;
    margin-top: 0px;
}
.ct-container dl dt span.case {
    background: #b19f56;
}
.itiran {
    margin: 7px 0 0 0;
    text-align: right;
}
.itiran a {
    font-size: 13px;
    padding: 0 0 0 14px;
    background: url(images/list.png) left center no-repeat;
    text-decoration: none;
}

/* 施工事例 */
h2.h2case {
    background: url(images/h2_t2.png) left bottom no-repeat;
    color: #3f3a2c;
    font-size: 20px;
    padding: 15px 0 15px 0;
    margin: 0 0 15px 0;
    border-radius: 0;
}
h2.h2case span{
    display: inline-block;
    margin-top: 2px;
    padding: 4px 15px;
    font-size: 13px;
    font-weight: 500;
}
.thumb-left {
    float: left;
    width: 100px;
    margin: 0 20px 3px 0;
}
.thumb-left2 {
    float: left;
    width: 80px;
    margin: 0 18px 0 0;
}
.c_title {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
}
.c_title span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 5px;
}
.c_title2 {
    overflow: hidden;
    font-size: 14px;
}
.c_title2 span{
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.c_exp {
    font-weight: 500;
    font-size: 12px;
    word-wrap: break-word;
}
.more {
    text-align: right;
    padding-top: 10px
}
.more a{
    font-size: 13px;
    color: #666;
    padding-left: 15px;
    background: url(images/list2.png) left center no-repeat;
}

/* おすすめコンテンツ */
h2.h2recom {
    background: url(images/h2_t3.png) left bottom no-repeat;
    color: #3f3a2c;
    font-size: 20px;
    padding: 15px 0 15px 0;
    margin: 0 0 15px 0;
    border-radius: 0;
}
h2.h2recom span{
    display: inline-block;
    margin-top: 2px;
    padding: 4px 15px;
    font-size: 13px;
    font-weight: 500;
}


/* ご注文の流れ
------------------------------------------------------------*/
.flowbox {
    background: #fff;
    border-radius: 5px;
    display: table;
    border: 1px solid #e5e5d6;
    margin-top: 5px;
    font-size: 14px;
}
.fb_ti {
    display: table-cell;
    width: 30%;
    font-weight: bold;
    font-size: 16px;
    background: #e5ddc4;    
    color: #41301d;
    text-align: center;
    padding: 5px 10px 20px;
    box-sizing: border-box;
}
.fb_ti span{
    display: block;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    color: #c1ad70;
}
.fb_text {
    display: table-cell;
    background: url(images/box_bg.jpg) left top repeat-x;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.fb_yaji {
    text-align: center;
}
.fb_con {
    background: url(images/box_bg.jpg) left top repeat-x;
    border: 1px solid #e5e5d6;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
}


/* 会社概要、事業概要
------------------------------------------------------------*/
.text-of {
    overflow: hidden;
}
.text-cc {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 10px 20px;
    font-style: italic;
}


/* contact
--------------------------------------------------------------------*/
table.con_tbl {
    border-top: 1px dotted #d3d3c6;
    border-bottom: 1px dotted #d3d3c6;
    font-size: 13px;
    margin: 20px auto 5px;
    box-sizing: border-box;
    table-layout: fixed;
}
.con_tbl th {
    border-right: 1px dotted #d3d3c6;
    border-bottom: 1px dotted #d3d3c6;
    color: #444;
    background: #f2f0e4;
    padding: 10px 12px 10px 12px;
    vertical-align: middle;
    font-size: 13px;
    width: 35%;
}
.con_tbl th.odth {
    border: none;
    color: #fff;
    background: #7c7056;
    padding: 15px 12px 15px 12px;
    vertical-align: middle;
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.con_tbl td {
    border-bottom: 1px dotted #d3d3c6;
    padding: 10px 15px 10px 15px;
    background: #fff;
    color: #444;
    font-size: 13px;
}

.hissu {
    display: inline-block;
    font-size: 10px;
    background: #7c7056;
    color: #fff;
    padding: 1px 8px;
    margin: 0 5px;
    border-radius: 10px;
}
.horizontal-item {
    margin-right: 10px;
}
.mwform-file-delete {
    display: inline-block;
    background: #aaa;
    color: #fff;
    font-weight: bold;
    border-radius: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-left: 7px;
}
.soushinbtn {
    text-align: center;
    margin: 25px 0 10px;
}
.soushinbtn input{
    display: inline-block;
    margin: 5px 10px 5px;
    padding: 10px 30px;
    background: #458a45;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}
.soushinbtn input:hover{
    background: #a0b54f;
    border: none;
}
.descr{
    display: block;
    margin-top: 5px;
    color: #666;
}
.mw_wp_form_confirm .descr, .mw_wp_form_confirm a.con_priv{
    display: none;
}
.mw_wp_form_confirm .descr2{
    display: none;
}
.mw_wp_form_confirm .honyaku_tbl, .mw_wp_form_confirm .tsuuyaku_tbl, .mw_wp_form_confirm .other_tbl {
    display: table;
}
span.error {
    display: block;
    color: #c15b4c;
    padding: 4px 2px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}


/* アーカイブ
--------------------------------------------------------------------*/
.link-box {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #d6ccc4;
}


/* Single
------------------------------------------------------------*/
h1.h1single {
    background: #f0efe9;
    padding: 25px 40px 25px;
    font-size: 24px;
    margin: -20px -40px 25px -40px;
    font-weight: bold;
    color: #514439;
    border-bottom: none;
    line-height: 1.7;
}
.s_date {
    display: block;
    text-align: left;
    font-size: 13px;
    color: #7a6656;
    margin: 0 0 0 0;
    font-weight: normal;
}


/* Single（施工事例）
------------------------------------------------------------*/
.sk_inner {
    background: #f0efe9;
    border-radius: 5px;
    padding: 20px 25px;
    margin-bottom: 25px;
}
.sk_com span{
    display: inline-block;
    background: #3a733a;
    color: #fff;
    padding: 0 10px;
    margin: 15px 0 6px 0;
    font-size: 12px;
    border-radius: 15px;
}

.sk_title {
    clear: both;
    font-size: 18px;
    background: url(images/green_list.png) left center no-repeat;
    padding: 8px 0 8px 25px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 20px 0;
}
.sk_left {
    max-width: 250px;
}



/* WP-pagenavi カスタム
------------------------------------------------------------*/
.wp-pagenavi {
    display: block;
    padding: 15px 0;
    margin-bottom: 20px;
    clear: both;
    color: #666;
    font-size: 14px;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    float: left;
    text-align: center;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    border: 1px solid #ddd !important;
    padding: 3px 5px !important;
    margin: 3px !important;
    border-radius: 3px;
    color: #999;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border: 1px solid #73594a !important;
    background: #73594a !important;
    color: #fff !important;
}


/* WP social bookmarkinglight カスタム
------------------------------------------------------------*/
.wp_social_bookmarking_light{
    border: 0 !important;
    padding: 10px 0 10px 0 !important;
    margin: 0 !important;
}
.wp_social_bookmarking_light div{
    float: right !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    min-height: 30px !important;
    line-height: 18px !important;
    text-indent: 0 !important;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
    clear: both !important;
}
#fb-root{
    display: none;
}
.wsbl_twitter{
    width: 100px;
}
.wsbl_facebook_like iframe{
    max-width: none !important;
}
.wsbl_pinterest a{
    border: 0px !important;
}


/* サイドバー
------------------------------------------------------------*/
.sidebnr_wrapper {
    background: #f0efe9;
    margin: 0 0 25px;
    padding: 20px 15px 5px;
    border-radius: 5px;
}
.sidebnr {
    margin: 0 0 25px;
    padding: 0;
}
.sidebnr p {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 11px;
}
.side_arc {
    margin: 10px;
}


/* ボタン
------------------------------------------------------------*/
.bigbtn{
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    text-decoration:none;
    height: 30px;
    line-height: 30px;
    width: 150px;
    max-width: 100%;
    text-align: center;
    display: inline-block;
    margin:0;
    padding: 3px 25px;
    outline: none;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: bold;
}
.bigbtnbtn:before,.bigbtnbtn:after{
    position: absolute;
    display: inline-block;
    content:"";
    height: 100%;
    width: 100%;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
a.v2-7{
    border: 3px solid #356835;
    color: #fff;
    text-shadow: rgba(0,0,0,0.2) -1px -1px;
    background: #356835;
    box-shadow:
        1px 1px 0px 0px #264c26,
        2px 2px 0px 0px #264c26,
        3px 3px 0px 0px #264c26;
    border-radius: 4px;
    -webkit-transition:all 0s !important;
    transition:all 0s !important;
}
a.v2-7:hover{
    top: 3px;
    left: 3px;
    box-shadow:none;
    border: 3px solid #264c26;
    background: #264c26;
    color: #fff;
    text-decoration: none;
}


/* フッター
------------------------------------------------------------*/
#footer{
    clear:both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.ft_wrapper {
    width: 100%;
    background: url(images/ft_bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0 70px;
}
.ft_border {
    border-right: 1px dotted #bbb3a6;
}
.ft_pr {
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #5f5039;
    padding-bottom: 20px;
}
.ft_title {
    display: inline-block;
    background: #88795e;
    font-size: 14px;
    color: #fff;
    padding: 3px 15px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.ft_tel {
    font-size: 40px;
    color: #336633;
    letter-spacing: 2px;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 5px;
}
.ft_tel span{
    display: block;
    font-size: 14px;
    color: #336633;
    letter-spacing: 0;
    line-height: 1.1;
}
.ft_eig {
    font-size: 16px;
    color: #5f5039;
    padding-bottom: 15px;
}


#footer ul{
    padding: 20px 0;
    text-align: center;
    
}
#footer ul li{
    list-style: none;
    display: inline;
    padding: 0 14px 0 10px;
    border-right: 1px dotted #aaa;
}
#footer ul li:last-child{
    border-right: none;
}
#footer ul li a{
    text-decoration: none;
    font-size: 13px;
    color: #333;
    padding:3px 0;
}
#footer ul li a:hover{
    color: #bbb;
}

#pageTop {
    display: none;
    position: fixed;
    margin: 0px;
    bottom: 20px;
    right: 15px;
    width:50px;
    height:50px;
    line-height: 45px;
    text-align: center;
    z-index: 1;
}
#pageTop a {
    display: block;
    font-size: 20px;
    background: #448844;
    color: #fff;
    width:50px;
    height:50px;
    border-radius: 50%;
}
#pageTop a:hover{
    background: #c6c4ad;
}

#copyright_wrapper{
    width: 100%;
}
#copyright{
    display: block;
    text-decoration: none;
    color: #666;
    padding: 10px 0 20px;
    text-align:center;
    font-size:12px;
    margin: 0;
    font-weight: 400;
}



/* 980px以下
------------------------------------------------------------*/
@media only screen and (max-width: 980px){
    
    /* header, レイアウト
    ---------------------------*/
    body {
        background: #fff;
    }
    #wrapper, #header, #content_1col {width:100%; height: auto;}
    .inner {width:92%; margin: 0 auto; padding: 0;}
    .top_inner {width:92%; margin: 0 auto; padding: 15px 0 0;}
    #header ul{padding:0;}
    #header p, #hr_space{display: none;}
    .header_inner{
        width: 100%;
    }
    #header .site_title {
        position: static;
        float: none;
        text-align: left;
        line-height: 1;
        margin: 0;
        padding: 22px 0 15px 20px;
        width: 130px;
    }
    #header .site_description{
        position: static; 
        width: 85%; 
        margin:2px auto 0; 
        text-align:center; 
        font-size: 80%; 
        padding: 0;
    }
    #header .s_tel{
        display: inline-block;
        position: absolute;
        right: 100px;
        top: 34px;
    }
    .navbox {
        display: inline-block;
        position: absolute;
        right: 30px;
        top: 18px;
        z-index: 1;
    }
    .navbox a{
        font-size: 34px;
        color: #5a5749;
    }

    #pankuzu {display: none;}

    #content{
        clear:both;
        width:100%;
        float:none;
        margin:0 auto;
        padding:0;
    }
    #content_1col{
        clear:both;
        width:100%;
        float:none;
        margin:0 auto;
        padding:0;
        border: none;
    }
    .post{
        clear:both;
        margin: 0 auto 0;
        padding: 10px 20px 10px;
        box-shadow: none;
        min-height: 0;
    }

    #sidebar{
        float: none;
        clear:both;
        width:90%;
        margin: 30px auto;
        padding:0;
    }

    #footer {
        width:100%;
        margin: 0;
        padding: 30px 0 0;
    }
    
    /* Images
    ---------------------------*/
    img.alignright, img.alignleft {
    float: none;
    display: block;
    padding: 0px;
    margin: 20px auto;
    }
    
    /* Form
    ---------------------------*/
    input, textarea {
        width: 95%;
        padding: 5px 3px;
    }
    .mwform-tel-field input {
        width: 50px;
    }
    .mwform-checkbox-field input {
        display: inline-block;
        width: 18px;
    }
    
    /* スライドショー
    ---------------------------*/
    #slider {
        height: 240px;
    }
    #sliderInner {
        position:relative;
        left:0;
        width:100%;
        margin-left:0;
        
    }
    #sliderInner li {
        margin: 0;
        padding: 0;
        width:100%;
    }
    .slide1, .slide2, .slide3 {
        background-position: center right;
        width: 100%;
        height: 240px;
    }
    .slide_box {
        height: 100%;
        background: rgba(255,255,255,0.3);
        padding: 25px 0 0 30px;
    }
    .slide_box_title {
        font-size: 14px;
        font-weight: bold;
        color: #b19f56;
    }
    .slide_box_title span{
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        background: #b19f56;
        color: #fff;
        padding: 3px 10px;
        margin-right: 20px;
    }
    .slide_box_text {
        font-size: 15px;
        font-weight: bold;
        padding: 15px 0 0px 0;
        line-height: 1.7;
        min-width: 0;
    }
    .sbtfont {
        font-size: 20px;
    }
    .bx-wrapper .bx-prev {
            left:0;
        }
    .bx-wrapper .bx-next {
        right:0;
        }
    
    /* TOPページ
    ---------------------------*/
    h2.h2news span{
        display: none;
    }
    .ct-container dl {
        border: none;
        padding: 10px;
    }
    .ct-container dl dt{
        float: none;
        display: block;
        width: 150px;
        padding: 10px 0 0;
        font-weight: normal;
    }
    .ct-container dl dd{
        padding: 10px 0;
        border-bottom: 1px dotted #ddd;
    }

    h2.h2blog span{
    display: none;
    }

    /* Page
    ---------------------------*/
    .pagetitle {
        background-size: cover;
        margin: 0;
        height: 150px;
    }
    h1.h1page {
        font-size: 22px;
        line-height: 1.3;
        padding: 10px 0 15px 0;
        border-left: none;
        margin-bottom: 15px;  
    }
    h1.h1page span {
        font-size: 19px;
        letter-spacing: 7px;
        padding: 7px 30px 7px 37px;
        margin: 40px auto;
        border: 3px solid #fff;
    }
    h1.h1page_1col {
        padding: 25px 0 30px;
        font-size: 22px;
        margin: 0 0 25px 0;
    }    
    
    /* contact
    ---------------------------*/
    table.con_tbl {
        width: 95%;
        border-bottom: none;
    } 
    .con_tbl th {
        display: block;
        width: 95%;
        border-right: none;
        padding: 10px 7px;
    }
    .con_tbl td {
        display: block;
        width: 95%;
        padding: 10px 7px;
    }
    
    /* footer area
    ---------------------------*/
    .ft_pr {
        font-size: 17px;
        letter-spacing: 0;
        font-weight: bold;
        color: #5f5039;
        padding-bottom: 20px;
    }
    .ft_tel {
        font-size: 22px;
    }
    .ft_tel img{
        width: 30px;
    }
}




/* ユーティリティー
------------------------------------------------------------*/
/**** clearfix ****/
.clearfix:after {content: "."; display: block; height: 0; line-height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; }
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix {display: block;}

/**** font size ****/
.font10 {font-size: 10px}
.font11 {font-size: 11px}
.font12 {font-size: 12px}
.font13 {font-size: 13px}
.font14 {font-size: 14px}
.font15 {font-size: 15px}
.font16 {font-size: 16px}
.font17 {font-size: 17px}
.font18 {font-size: 18px}
.font20 {font-size: 20px}
.font24 {font-size: 24px}
.font28 {font-size: 28px}
.font36 {font-size: 36px}
.font40 {font-size: 40px}
.font50 {font-size: 50px}
.font60 {font-size: 60px}
.font80 {font-size: 80px}
.font100 {font-size: 100px}

/**** font weight ****/
.bold {font-weight: bold}
.normal {font-weight: normal}

/**** font color****/
.font-red {color: #e57c72}
.font-pink {color: #d16775}
.font-orange {color: #ffc114}
.font-purple {color: #99608c}
.font-blue {color: #3396b5}
.font-blue2 {color: #b5cedb}
.font-sky {color: #b0e0e1}
.font-tya {color: #706651}
.font-green {color: #339999}
.font-mosgreen {color: #00a84c}
.font-green2 {color: #009966}
.font-green3 {color: #b5dbc1}
.font-yellow {color: #ffcc33}
.font-gray {color: #999}
.font-gray2 {color: #bbb}
.font-gray3 {color: #ddd}
.font-gray6 {color: #666}
.font-black {color: #444}
.font-white {color: #fff}

/**** align ****/
.a_center {text-align: center; margin-left: auto; margin-right: auto;}
.a_left {text-align: left;}
.a_right {text-align: right;}

/**** valign ****/
.v_top {vertical-align: top}
.v_middle {vertical-align: middle}
.v_bottom {vertical-align: bottom}

/**** float ****/
.fl_l {float: left}
.fl_r {float: right}
.fl_clear {clear: both}

/**** border ****/
.border-top {border-top: 1px solid #eee}
.border-bottom {border-bottom: 1px solid #eee}
.border-left {border-left: 1px solid #eee}
.border-right {border-right: 1px solid #eee}

/**** width ****/
.w5 {width: 5%}
.w10 {width: 10%}
.w15 {width: 15%}
.w20 {width: 20%}
.w25 {width: 25%}
.w30 {width: 30%}
.w35 {width: 35%}
.w40 {width: 40%}
.w45 {width: 45%}
.w50 {width: 50%}
.w55 {width: 55%}
.w60 {width: 60%}
.w70 {width: 70%}
.w75 {width: 75%}
.w80 {width: 80%}
.w85 {width: 85%}
.w90 {width: 90%}
.w95 {width: 95%}
.w100 {width: 100%}

/**** margin ****/
/* 全体 */
.mg5 {margin: 5px}
.mg10 {margin: 10px}
.mg15 {margin: 15px}
.mg20 {margin: 20px}
.mg30 {margin: 30px}
/* 上下 */
.mgtb5 {margin-top: 5px; margin-bottom: 5px;}
.mgtb10 {margin-top: 10px; margin-bottom: 10px;}
.mgtb15 {margin-top: 15px; margin-bottom: 15px;}
.mgtb20 {margin-top: 20px; margin-bottom: 20px;}
.mgtb30 {margin-top: 30px; margin-bottom: 30px;}
.mgtb40 {margin-top: 40px; margin-bottom: 40px;}
.mgtb50 {margin-top: 50px; margin-bottom: 50px;}
/* 上 */
.mgt0 {margin-top: 0}
.mgt5 {margin-top: 5px}
.mgt10 {margin-top: 10px}
.mgt15 {margin-top: 15px}
.mgt20 {margin-top: 20px}
.mgt30 {margin-top: 30px}
.mgt40 {margin-top: 40px}
.mgt50 {margin-top: 50px}
/* 下 */
.mgb5 {margin-bottom: 5px}
.mgb10 {margin-bottom: 10px}
.mgb15 {margin-bottom: 15px}
.mgb20 {margin-bottom: 20px}
.mgb30 {margin-bottom: 30px}
.mgb40 {margin-bottom: 40px}
.mgb50 {margin-bottom: 50px}
.mgb60 {margin-bottom: 60px}
.mgb70 {margin-bottom: 70px}
/* 左 */
.mgl5 {margin-left: 5px}
.mgl10 {margin-left: 10px}
.mgl15 {margin-left: 15px}
.mgl20 {margin-left: 20px}
.mgl30 {margin-left: 30px}
.mgl40 {margin-left: 40px}
.mgl50 {margin-left: 50px}
.mgl70 {margin-left: 70px}
/* 右 */
.mgr5 {margin-right: 5px}
.mgr8 {margin-right: 8px}
.mgr10 {margin-right: 10px}
.mgr15 {margin-right: 15px}
.mgr20 {margin-right: 20px}
.mgr30 {margin-right: 30px}
.mgr40 {margin-right: 40px}
.mgr50 {margin-right: 50px}
.mgr70 {margin-right: 70px}
/* 左右 */
.mglr5 {margin-left: 5px; margin-right: 5px}
.mglr10 {margin-left: 10px; margin-right: 10px}
.mglr15 {margin-left: 15px; margin-right: 15px}
.mglr20 {margin-left: 20px; margin-right: 20px}
.mglr30 {margin-left: 30px; margin-right: 30px}

/**** padding ****/
/* 全体 */
.pd3 {padding: 3px;}
.pd5 {padding: 5px;}
.pd10 {padding: 10px;}
.pd15 {padding: 15px;}
.pd20 {padding: 20px;}
.pd30 {padding: 30px;}
.pd40 {padding: 40px;}
/* 上下 */
.pdtb5 {padding-top: 5px; padding-bottom: 5px;}
.pdtb10 {padding-top: 10px; padding-bottom: 10px;}
.pdtb15 {padding-top: 15px; padding-bottom: 15px;}
.pdtb20 {padding-top: 20px; padding-bottom: 20px;}
.pdtb30 {padding-top: 30px; padding-bottom: 30px;}
.pdtb40 {padding-top: 40px; padding-bottom: 40px;}
.pdtb60 {padding-top: 60px; padding-bottom: 60px;}
.pdtb100 {padding-top: 100px; padding-bottom: 100px;}
/* 上 */
.pdt3 {padding-top: 3px;}
.pdt5 {padding-top: 5px;}
.pdt10 {padding-top: 10px;}
.pdt15 {padding-top: 15px;}
.pdt20 {padding-top: 20px;}
.pdt30 {padding-top: 30px;}
.pdt40 {padding-top: 40px;}
/* 下 */
.pdb5 {padding-bottom: 5px;}
.pdb10 {padding-bottom: 10px;}
.pdb15 {padding-bottom: 15px;}
.pdb20 {padding-bottom: 20px;}
.pdb30 {padding-bottom: 30px;}
.pdb40 {padding-bottom: 40px;}
.pdb50 {padding-bottom: 50px;}
.pdb60 {padding-bottom: 60px;}
.pdb70 {padding-bottom: 70px;}
/* 左右 */
.pdlr5 {padding-left: 5px; padding-right: 5px;}
.pdlr10 {padding-left: 10px; padding-right: 10px;}
.pdlr15 {padding-left: 15px; padding-right: 15px;}
.pdlr20 {padding-left: 20px; padding-right: 20px;}
.pdlr25 {padding-left: 25px; padding-right: 25px;}
.pdlr30 {padding-left: 30px; padding-right: 30px;}
.pdlr40 {padding-left: 40px; padding-right: 40px;}
/* 左 */
.pdl5 {padding-left: 5px;}
.pdl10 {padding-left: 10px;}
.pdl15 {padding-left: 15px;}
.pdl20 {padding-left: 20px;}
.pdl30 {padding-left: 30px;}
/* 右 */
.pdr5 {padding-right: 5px;}
.pdr10 {padding-right: 10px;}
.pdr15 {padding-right: 15px;}
.pdr20 {padding-right: 20px;}
.pdr30 {padding-right: 30px;}
/* 左右 */
.pdlr5 {padding-left: 5px; padding-right: 5px}
.pdlr10 {padding-left: 10px; padding-right: 10px}
.pdlr15 {padding-left: 15px; padding-right: 15px}
.pdlr20 {padding-left: 20px; padding-right: 20px}
.pdlr30 {padding-left: 30px; padding-right: 30px}