/*
Theme Name:the-beginning-4
*/

/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
}
img {
    vertical-align: bottom;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
html {
    overflow:auto;
}
body {
    font-size:1em;
    background-color: white;
    -webkit-text-size-adjust: none;
    min-width: 980px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    overflow-x: hidden;
    position: relative;
}
img {
    border: none;
}
a {
    color: #000;
    text-decoration: underline;
	transition:0.3s;
}
a:link {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: underline;
}
p {
    margin: 0;
    padding: 0;
    line-height: 2;
}
ul {
    list-style: none;
    margin-bottom: 20px;
}
ol {
    margin-left: 25px;
}
dt {

}
dd {

}
hr {
    overflow: hidden;
    height: 0;
    border: #bdbdbd dotted 1px;
    margin: 5px 0 15px 0;
}

/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base {
}
#bg {
}
.wrapper {
    padding: 0;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    background-color: #ffffff;
}
/*トップページメイン画面*/
#ibox {
width: 100%;
    height: 800px;
    /*margin-bottom: 60px;*/
    position: relative;
}
#ibox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#ibox-in {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#ibox-in p {
    color: #000000;
    font-size: 2em;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.7;
    display: inline-block;
}
#ibox-in .ibox-big {
    font-size: 3em;
    background: rgb(255 255 255 / 70%);
    padding: 2px 10px;
}
/*キャッチを画像にする場合*/

#content {
    padding: 0 0;
    width: 1000px;
    margin: 0px auto 0px;
    z-index: 10;
    position: relative;
}
#content img {
}
#pan {
    font-size: 0.6em;
    font-family: 'Arial', 'Helvetica', sans-serif;
    /* width: auto; */
    /* margin: 10px auto 10px; */
    text-align: left;
    color: #d8cdc4;
    position: absolute;
    /* bottom: -30px; */
    top: 260px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 1000px;
    margin: 0 auto;
    display: block;
    z-index: 1000;
    text-align: center;
}
#pan a {
    color: #d8cdc4;
    text-decoration: none;
}
.breadcrumbs {
    display: inline-block;
}
.infobox {
    display: block;
    text-align: center;
    margin-bottom:20px;
}
.cat {
    font-size: 0.8em;
    font-family: 'Arial', 'Helvetica', sans-serif;
    display: inline-block;
}
.cat a {
    text-decoration: none;
    background: black;
    color: white;
    padding: 4px 10px;
    border-radius: 40px;
}
#content .cat p {
    margin-bottom:0;
}
.tags a {
     border: 1px solid #c7c7c7;
    padding: 3px 10px;
    font-size: 0.8em !important;
    margin: 3px;
    border-radius: 2px;
    background-color: white;
    color: black;
    text-decoration:none;
}
.tags a:before {

}

#content {
    width: 1000px;
    float: none;
    font-size: 1em;
    line-height: 1.8;
    margin: 0 auto;
    text-align: justify;
}


#content.main-sm {
    width: 750px;
    margin: 0;
    order: 2;
}

#content.c-side-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}


/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content .singletitle a, #content .title a {
    color: #2c3b42;
    text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
--------------------------------------*/
#header .menu li a:hover {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content a:hover img {
}
#content #side a:hover img {
}
#content #side a:hover {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}

/* --------------------------------------
ヘッダー定義
--------------------------------------*/
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
    padding: 0 0 0;
}
header {
    padding: 0 0 0 0;
    margin: 0 0 0;
    background-color: white;
}
#header {
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1000;
    height: auto;
    margin: 0px auto;
   /* position: relative; */
    transition: all .3s ease-out;
    width: auto;
    padding: 0 0 0 0;
}
/*ロゴ　スクロール時非表示*/

.header_logo {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
}
.header_logo h1 {
    margin: 0 !important;
    line-height: 0;
}
.header_logo img {
    width: 256px;
}
.header_logo a {
    text-decoration: none;
    line-height: 1;
}
/*ロゴ左寄せ*/
.header_logo.logo_left {
    margin-bottom: 0;
    margin-left: 30px;
}
header .info_right {
    margin-bottom: 0;
    /*position: absolute;
    right: 0;*/
}
header .tel-zone {

}
header .mail-zone {

}
header .mail-zone a {
    padding: 28px 0 0;
    display: block;
    background: gray;
    height: 108px;
    width: 120px;
    font-size: 0.9em;
    color: white;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
}
header .mail-zone img {
    display: block;
    width: 34px;
    margin: 0px auto 12px;
}

.h-sub {
    display: block;
    font-size: 0.9em;
    position: relative;
    font-family: 'Shippori Mincho', serif;
    font-weight: normal;
}

#pagetop {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
a#pagetop:hover {
    opacity: 0.6;
}

/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */

#gnav {
    background: #ffffff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-size: auto;
    position: relative;
}
#pc-nav-inner {
}

#pc-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    margin: 0;
}
#pc-nav li {
    /* width: 12%; */
    width: auto;
    /* padding: 14px 0 14px; */
    position: relative;
}
#pc-nav li:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #463728;
    opacity: 1;
    z-index: 10;
}
#pc-nav li a {
    /* border-left: 1px solid; */
    border-color: #d5cec5;
    max-width: 200px;
    width: 16vw;
    height: 100px;
    text-align: center;
    display: flex;
    /* padding: 0px 56px; */
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 0.9rem;
    margin: 0;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transition: unset;
}
#pc-nav li span.pc-nav-en {
    cursor: pointer;
    display: block;
    font-weight: bold;
}
#pc-nav li span.pc-nav-jp {
    font-size: 0.9em;
    font-weight: normal;
}
#pc-nav li span.pc-nav-span {
    color: #463728;
    line-height: 1.6;
}
#pc-nav li:last-child a {
   /* border-right: 1px solid;*/
    border-color: #d5cec5;
}
#pc-nav li a:hover {
opacity:0.6;
}
#pc-nav li a:hover:after {
    /* 下線を引きたい場合
    border-bottom: 2px solid green;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -14px;
    */
}
#pc-nav li.c-btn a {
    background: #d1cdc9;
    /* color: white; */
    /* padding: 0px 50px; */
    margin: 0;
    /* width: auto; */
}
#pc-nav .link-batu1,#pc-nav .link-batu2 {
    width: 40px;
    height: 40px;
    background: #463728;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    color: white;
    border-radius: 100%;
    font-size: 1.6rem;
    line-height: 0;
    position: absolute;
    right: -60px;
    top: 0px;
	cursor:pointer;
}
span.link-batu-in {
    margin-top: 18px;
}
#pc-nav .link-batu1:hover,#pc-nav .link-batu2:hover {
	opacity:0.8;
}
#sp-nav {
    display:none;
}

#navbutton {
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    /* transform: translate(-50%, -50%);*/
    height: auto;
    padding: 0;
    transition: all .5s ease;
    text-align: center;
}

#navbutton .lines {
    background: black;
    display: inline-block;
    width: 30px;
    height: 2px;
    position: relative;
    transition: .3s;
    margin: 0 9px 0;
}

#navbutton .lines:after, #navbutton .lines:before {
    background: black;
    position: absolute;
    display: inline-block;
    height: 2px;
    content: '';
    transition: .3s;
}

#navbutton .lines:before {
    top: 9px;
    right: 0;
    width: 30px;
}

#navbutton .lines:after {
top: -9px;
    right: 0px;
    width: 30px;
}
    
#navbutton span.menu-tx {
    font-size: 10px;
    display: block;
    margin-top: 6px;
    color: #574837;
}

#navbutton a.xclose {
    display: block;
    position: relative;
    /*padding: 0 0;*/
    margin-top: 0px;
    z-index: 1020;
    cursor: pointer;
}

#navbutton .xclose .lines {
    background: 0 0;
}

#navbutton .xclose .lines:before {
    top: 0px;
    right: 0px;
    transform: rotate3d(0,0,1,45deg);
    transition: .3s;
    width: 30px;
}

#navbutton .xclose .lines:after {
    top: 0px;
    right: 0px;
    transform: rotate3d(0,0,1,-45deg);
    transition: .3s;
}

a#sidr-menu-button {
    display: block;
    position: relative;
    /* height: 80px; */
    /* width: 80px; */
    padding: 8px;
    margin-top: 0px;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease;
    text-decoration: none;
    /* border: 1px solid gray; */
    border-radius: 4px;
    background: #d1cdc9;
}
#h-nav {
    display: none;
}
/*ハンバーガメニューcss*/
.ac-nav, .sidr-class-ac-nav {
    width: 100%;
    line-height: 1.2;
}

.ac-child a, .sidr-class-ac-child a {
    text-decoration: none;
    padding: 14px 20px 14px 40px;
    display: block;
    font-size: 90%;
    position: relative;
}

.ac-child a:last-child, .sidr-class-ac-child a:last-child {
    /*border: none;*/
}

.ac-parent,
.sidr-class-ac-parent,
.ac-alone,
.sidr-class-ac-alone {
    position: relative;
    /* height: 50px; */
    /* border-bottom: 1px solid #fff; */
    /* background-color: #ffffff; */
    color: black;
    text-align: center;
    /* line-height: 50px; */
    cursor: pointer;
    width: 100%;
    float: none;
    clear: none;
    padding: 0;
    text-align: left;
}

.ac-alone a,
.sidr-class-ac-alone a,
.ac-parent,
.sidr-class-ac-parent {
    text-decoration: none;
    padding: 14px 10px 14px 30px;
    display: block;
    font-size: 0.8rem;
}

.ac-alone a:hover,
.sidr-class-ac-alone a:hover,
.ac-parent:hover,
.sidr-class-ac-parent:hover,
.ac-child a:hover, .sidr-class-ac-child a:hover {
    opacity:0.6;
}


/* 擬似要素で三角形を作成 */
.ac-alone a:before, .sidr-class-ac-alone a:before, .ac-parent:before, .sidr-class-ac-parent:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #463728;
    border-right: 1px solid #463728;
    -webkit-transform: translate(0, -50%) rotate( 45deg);
    transform: translate(0, -50%) rotate( 45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    transition: .3s;
}

.ac-parent:after, .sidr-class-ac-parent:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate( 45deg);
    transform: translate(0, -50%) rotate( 135deg);
    position: absolute;
    top: 50%;
    right: 12px;
    transition: .3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after, .sidr-class-ac-parent.open:after {
    transform: rotate(-45deg);
}
.ac-child, .sidr-class-ac-child {
    display: none;
    /* padding: 2em 1em; */
    background-color: white;
    text-align: left;
    padding: 0;
        border: none;
}
.ac-child a:before, .sidr-class-ac-child a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    transition: .3s;
}


.sidr-class-nav-res {
    padding: 20px;
    background: white;
}
.sidr-class-nav-res a {
    display: block;
    margin: 0 0 10px;
}
.sidr-class-nav-res a img {
    width: 100%;
    height: auto;
}
p.sidr-class-nav-info {
    color: rgb(152, 152, 152);
    line-height: 1.4;
    display: block;
}
p.sidr-class-nav-info span {
    color: #0076c1;
}


/*--ここまで--*/


/* -------------------------------------
ドロップダウン
-------------------------------------*/  
#pc-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100px;
    z-index: 9999;
    background-color: rgb(230 220 210 / 90%);
    /* opacity: 0.8; */
    left: 0;
    margin-bottom:0;
    width: 100vw;
    /* transform: translateX(-63%); */
}
#pc-nav .sub-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 920px;
    margin: 20px auto;
    position: relative;
}
 #pc-nav .sub-menu li {

}
#pc-nav .sub-menu li a {
    text-indent: 0px;
    font-size: 0.9em;
    padding: 13px 10px;
    color: #463728;
    border: none;
    background: white;
    height: auto;
    width: 210px;
    margin: 10px 10px 10px 10px;
}
#pc-nav .sub-menu li a:hover {
    opacity: 0.8;
}
#pc-nav .sub-menu li:hover:before{
    content:none;
}
#pc-nav .sub-sub-menu li a {
    font-size: 90%;
    color: #3c3c3c;
    line-height: 1.3;
    padding-left: 30px;
    position: relative;
}
#pc-nav .sub-sub-menu li a:before {
    content: "∟";
    position: absolute;
    top: 9px;
    left: 7px;
}



/* --------------------------------------
サイドバー定義
--------------------------------------*/
#content #side {
    position: relative;
    float: right;
    width: 190px;
    font-size: 0.9em;
}
#content #side ul li {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
#content #side a,#content #side span {
    text-decoration: none;
    display: block;
    line-height: 1.6;
    padding: 12px 20px 12px 10px;
    font-size: 0.9rem;
}
#content #side a:after,#content #side span:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #463728;
    border-right: 2px solid #463728;
    transform: translate(0, -50%) rotate(45deg);
}
#content #side span {
	cursor:pointer;
    transition: 0.3s;
}
#content #side span:hover {
	opacity:0.6;
}

/* --------------------------------------
フッター定義
--------------------------------------*/
footer {
    background: #fff;
}
#footer {
    clear: both;
    text-align: center;
    font-size: 0.85em;
    padding-bottom: 0px;
}
#footer a {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#footer a:hover {
	opacity:0.6;
}
/* フッター文字色定義 */
#footer, #footermenu ul a, #copyright a {
}

.footer_logo a {
    text-decoration: none;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
}
.footer_logo img {
    width: 286px;
    height: auto;
}
.footer_info {
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.8;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_com {
    height: auto;
    /* padding-bottom: 60px;*/
    padding-top: 50px;
    /* background-color: rgb(245, 245, 233); */
}
.footer_com, .footer_com a:visited, .footer_com a:link {
    /*color: rgb(152, 152, 152);*/
}

.footer_top {
    width: 1000px;
    margin: 0px auto 10px;
}
.footer_left {
    text-align:left;
}
.footer_center {
    flex-grow: 1;
    margin: 0 50px 0 100px;
}
.footer_right {

}
footer h3 {
    border-bottom: 1px solid white;
    text-align: left;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
footer ul li a {
    font-size: 0.9rem;
    line-height: 2;
    text-decoration: none;
    margin-right: 60px;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
}

#footer-nav {
    justify-content: flex-end;
}
#footer-nav a {
    text-decoration: none;
    font-size: 0.85em;
    position: relative;
    padding: 0 0 0 10px;
}
#footer-nav a:before {

}
#footer-nav a:hover {
    opacity: 0.6;
}
#footer-nav li {
    width: 30%;
    display: block;
    margin-bottom: 20px;
}
#footer-nav li#f-nav-sub-wrap {
    width: 60%;
}

#footer-nav-sub {
    margin-left: 10px;
}
#footer-nav-sub li {
    width: 100%;
    margin: 0;
}
#footer-nav-sub a {
    font-weight: normal;
    /* color: gray; */
    line-height: 1.4;
    display: block;
    margin: 10px 0;
    padding: 0 0 0 12px;
}
#footer-nav-sub a:before {
    content: "∟";
    color: gray !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #49a56f;
    font-size: 0.9em;
    margin-right: 6px;
}

.footer_btm {
    padding: 20px 0 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.footer_btm_wrap {

}
#footermenu {
    margin: 0px 0px 20px 0;
    text-align: left;/* float: right; */
}
#footermenu ul {
    display: inline;
}
#footermenu ul li {
    display: inline-block;
    font-size: 0.85em;
    padding: 0 0 0 10px;
    width: auto;
    white-space: nowrap;
}
#footermenu ul li:first-child {
    padding: 0 0 0 0;
}
#footermenu ul a {
    text-decoration: none;
    font-size: 0.8em;
}
#footermenu ul a:hover {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
#copyright {
    padding: 0;
    font-size: 0.7em;
    text-align: left;
    /* color: white; */
}
#copyright a {
    text-decoration: none;
}
/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/

#content p {
    margin-bottom: 20px;
    padding: 0;
    color: #333;
    line-height: 1.9;
}
#content .singleline {
    overflow: hidden;
}
.datetx {
    /* font-size: 0.9em; */
    display: inline-block;
    text-align: center;
    /* font-family: 'Shippori Mincho', serif; */
    color: #6b5f53;
    line-height: 1.6;
}
.datetx p {

}
.archive .datetx p {
    font-size:0.9em;
}
#submain {
    background-color: #ac9886;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 10px;
    /* background: url(img/bg.jpg); */
    height: 300px;
    align-items: center;
    display: flex;
    justify-content: center;
}
#submain .h1wrap {
    width: auto;
    text-align: center;
}
#submain h1 {
    color: white;
    text-align: center;
    padding: 0px 0px 0px;
    font-size: 2em;
    font-weight: normal;
    display: block;
    margin-top: 0px;
    /*font-family: 'Shippori Mincho', serif;*/
    width: auto;
}
span.subh1-title-big {
    font-size: 2.4rem;
    margin-bottom: 12px;
    display: block;
    line-height: 1.2;
}
span.subh1-title {
    font-size: 1.2rem;
    display: block;
}
.dotted {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}
.blog-eyecatch {
    margin: 0 0 6px;
}
.blog-eyecatch img {
    width: 100%;
    height: auto;
}
.post_box {
    margin-bottom: 40px !important;
    position: relative;
}
.postslink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
        z-index: 100;
}

.post_box:hover img, .post_box:hover p {
    opacity: 0.8;
}

.news_box {
    width: 100%;
    position: relative;
}
.news-wrap {
    margin-bottom: 60px;
}
.news_box a {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid #d1cdc9;
}
.news_box:hover .blog-eyecatch img {
    opacity: 0.6;
}
.news_box .entry p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px !important;
    margin-top: 20px;
}
.news_box:first-child .entry p {
    margin-top: 0px;
}
.news_box .entry .datetx {
    margin-right: 30px;
}
.exc-wrap {
    font-size: 0.8em;
}
.entry {

}
.e-title {
    line-height: 1.6;
}
#content .top-sn-inner .entry p {
    /* margin: 0; */
    display: flex;
    line-height: 1.6;
    margin: 14px 0 12px;
}
.top-sn-inner .datetx {
    margin-right: 26px;
}

.moretext {
    text-align: center;
    margin-top: 20px;
}

.moretext a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid gray;
    border-radius: 4px;
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none;
}

.moretext a:hover {
    background-color: gray;
    color: white;
}


/* --------------------------------------
コンテンツ背景
--------------------------------------*/

.bg-brown-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #f7f3f0;
}
.bg-white-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: white;
}
.bg-gray-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #f6f5f4;

}


/* --------------------------------------
見出し設定
--------------------------------------*/


/* h1共通部分 */

#toph1 {
    text-align:center;
    background-color: green;
    margin-bottom:20px;
}

.home #content h1 {
    clear: both;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 4px;
}


#content h1.singletitle, #content h1 {
    clear: both;
    color: #2c3b42;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-top: 18px;
}

#content h2 {
    font-weight: normal;
    font-size: 1.3rem;
    text-align: left;
    padding: 0px 0 22px 0;
    margin-bottom: 26px;
    border-bottom: 1px solid #d1cdc9;
    position: relative;
}
#content h2:before {
    content: "";
    height: 1px;
    width: 40px;
    background: black;
    display: block;
    bottom: -1px;
    left: 0;
    position: absolute;
}
#content h2.h2-c {
    padding-top: 0;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: white;
    font-size: 1.1rem;
    letter-spacing: 1px;
	border:none;
}
#content .bg-white-wrap h2.h2-c {
	color: #463728;
}
#content h2.h2-l {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #463728;
    margin-bottom: 30px;
    font-size: 1.5rem;
}
#content h2.h2-c:before,#content h2.h2-l:before {
	content:none;
}
span.h2-en {
    color: #463728;
    display: block;
    font-size: 2.8rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0;
    margin-bottom: 4px;
	position:relative;
}

#content h3 {
    clear: both;
    color: #313131;
    font-size: 1.2em;
    margin: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 40px 10px 36px;
    text-align: center;
}
#content h4 {
    clear: both;
    color: #303030;
    font-size: 1.1em;
    margin: 0 0 0 0;
    padding: 30px 10px 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0;
}


#side h3 {
    clear: both;
    background: #463728;
    color: white;
    /* border-bottom: #ac9886 solid 2px; */
    font-size: 1rem;
    margin: 30px 0 0 0;
    text-align: center;
    line-height: normal;
    padding: 8px 10px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0;
    font-weight: bold;
}
span.s-h3-small {
    font-size: 0.8rem;
    font-weight: normal;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    margin-left: 10px;
}
#side h3:first-child {
    margin-top:0px;
}
/*special css*/


/*end special css*/

/* --------------------------------------
デバイスごとの表示
--------------------------------------*/
.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: none;
}


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 5px auto;
}
td {
    padding: 10px;
}
/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
.tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 26%;
    text-align: center;
    font-weight: normal;
}
.tdstyle_none {
    background-color: #F5F3F3;
    border: 1px solid #d2d2d2;
    padding: 8px 10px;
    text-align: center;
}
.tablestyle td {
    padding: 14px 0px;
    /* border-bottom: 1px solid #dddddd; */
}
.tablestyle th {
    color: #463728;
    font-weight: normal;
    /* border-bottom: 1px solid #dddddd; */
    padding: 14px 20px;
    vertical-align: top;
    /* font-size: 0.9em; */
}

/*special css*/
/*end special css*/


/* --------------------------------------
<div class="sq?"></div>での 飾り設定
--------------------------------------*/
.sq1, .sq2, .sq3, .sq4, .sqred {
    display: inline-block;
}
/* 色:グレー */
.sq1 {
    border: 1px solid #ECEBEB;
    background-color: #F3F3F3;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
    border: 5px solid #F3F3F3;
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
/* 色:ピンク */
.sq3 {
    border: 1px solid #FFE8E8;
    background-color: #fff1f4;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
}
/* 囲み:ピンク */
.sq4 {
    border: 5px solid #fff1f4;
    background-color: #fff;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
    ;
}
/* 囲み：赤 */
.sqred {
    border: 1px solid #f29e9e;
    background-color: #fffafa;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
}

/*special css*/
/*end special css*/


/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku {
    color: #5a5a5a;
    font-size: 90%;
}
.nini {
    font-size: 0.8em;
    color: gray;
    margin-left: 10px;
}
.hissu {
    font-size: 0.8em;
    color: #ef4848;
    margin-left: 10px;
}
.fs70 {
    font-size: 70%;
}
.fs80 {
    font-size: 80%;
}
.fs90 {
    font-size: 90%;
}
.fs110 {
    font-size: 110%;
}
.fs120 {
    font-size: 120%;
}
.fs130 {
    font-size: 130%;
}
.fs160 {
    font-size: 160%;
}
.fs200 {
    font-size: 200%;
}
.mt0 {
    margin-top: 0px !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;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.pt10 {
    padding-top: 10px !important;
}

/*テキスト装飾*/
.tk1 {
    font-weight: bold;
    background: linear-gradient(transparent 70%, rgb(255 243 178) 30%);
    padding-bottom: 3px;
}
.tk2 {
    color: #e60000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  padding-bottom: 3px;
}
.tko {
	color:#fe5c00;
}
.star {
    display: inline-block;
    margin-right: 20px;
    color: #bda357;
}
/*電話番号装飾*/
.telarea {
  border: 1px solid #CECECE;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 2em;
}
.freedial {
  text-align: left;
}
.uline {
    color: #F00;
    text-decoration: underline;
    font-style: italic;
}

/*special css*/

/*end special css*/



/* --------------------------------------
Q&A
--------------------------------------*/
.q {
    background-color: #F3F3F3;
    color: #ff6000;
    padding: 4px;
    font-weight: bold;
}
.a {
    padding: 7px 4px;
    border-bottom: #CCC 1px dotted;
    margin: 5px 0 20px 1em;
    text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
    display: inline;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
--------------------------------------*/
.yt {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.yt iframe,  
.yt object,  
.yt embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}


/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.al {
    text-align: left;
}
/* --------------------------------------
リスト
--------------------------------------*/
ul {
    text-align: left;
    color: #333;
}
ul.ul_1 {
    margin-bottom: 20px;
}
ul.ul_1 li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1.5em;
}



/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/
.flexwrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexeven {
  justify-content: space-evenly;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main div.flexwrap:after,#main div.flex-even:after {
    content: none;
}

.two_box {
    width: 48%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.two_box:first-child {
}
.two_box img {
    max-width: 100%;
    height: auto;
}

.three_box {
    width: 32%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.three_box:first-child {

}
.three_box p {

}
.four_box {
    width: 22%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.four_box:first-child {
    margin-left: 0;
}


/* --------------------------------------
電話番号エリア
--------------------------------------*/
.responsedevise {
    border: 1px solid #c1c1c1;
    padding: 15px 5px 15px;
    text-align: center;
    width: 80%;
    margin: 80px auto 0;
    border-radius: 5px;
    position:relative;
    overflow:hidden;
}

/* --------------------------------------
リンクボタン
--------------------------------------*/
.link-t1 {
    text-align: left;
    background: none;
    /* color: #003461 !important; */
    display: inline-block;
    width: auto;
    padding: 6px 14px 6px 0px;
    margin: 0 0 20px;
    text-decoration: none !important;
    line-height: 1.2;
    position: relative;
}
.link-t1:after {

}
.link-t1:hover {
    opacity:0.6;
}

.btn-w {
    display: inline-block;
}
.btn-w a {
    display: inline-block;
    padding: 12px 60px 12px;
    background: white;
    color: #463728;
    text-decoration: none;
    border: 2px solid #9d958d;
    font-weight: bold;
}
.btn-w a:hover {
    opacity: 0.6;
}

.btn-g {
    display: inline-block;
}
.btn-g a {
    display: inline-block;
    padding: 10px 20px;
    background: #e3e1df;
    color: #463728;
    text-decoration: none;
    border: 1px solid #463728;
}
.btn-g a:hover {
    opacity: 0.6;
}
.btn-g img {
    margin-right: 20px;
}


.btn-w-bl-wrap {
    text-align:center;
}
.btn-w-bl {
    display: inline-block;
}
.btn-w-bl a {
    display: inline-block;
    padding: 12px 60px 12px;
    background: white;
    color: #463728;
    text-decoration: none;
    border: 1px solid #463728;
}
.btn-w-bl a:hover {
    opacity: 0.6;
}


.btn-w2 {
    display: inline-block;
}
.btn-w2 a {
    display: inline-block;
    padding: 14px 60px;
    background: white;
    color: #463728;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.2rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.btn-w2 a:hover {
    opacity: 0.6;
}


.btn-r {
    display: inline-block;
    margin: 0 !important;
}
.btn-r a {
    display: inline-block;
    padding: 10px 80px;
    background: #fe5c00;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
	font-size:1rem;
}
.btn-r a:hover {
    opacity: 0.6;
}

.btn-b {
    display: inline-block;
}

.btn-b a {
    display: inline-block;
    padding: 18px 60px 20px;
    background: black;
    color: white;
    text-decoration: none;
}

.btn-b a:hover {
    opacity: 0.6;
}

.btn-bs {
    display: inline-block;
}

.btn-bs a {
    display: inline-block;
    padding: 16px 40px 18px;
    background: black;
    color: white;
    text-decoration: none;
    font-size:90%;
    margin: 0 5px;
}

.btn-bs a:hover {
    opacity: 0.6;
}


/*  special css*/


/*end special css*/

/* ---------------------
H レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
    display: inline;
}
#pc_logo img {
    margin: 0 auto;
}

#content p.wp-caption-text {
    margin-top: 2px;
    font-size: 0.9em;
    text-align: center;
    margin-right: 10px;
    padding: 10px 10px 0;
    line-height: 17px;
}



/* --------------------------------------
フォームボタン
--------------------------------------*/

input.wpcf7-form-control {
    height: auto;
    line-height: 2;
    margin: 0px auto;
    border: 1px solid #dddddd;
    padding: 10px;
    width: 100%;
    background: #f6f6f6;
    border-radius: 6px;
}
span.wpcf7-form-control.wpcf7-checkbox {/*チェックボックス*/
    padding-top: 10px;
    display: block;
}
.input-harf input.wpcf7-form-control {
    width: 50%;
}

input.wpcf7-form-control.wpcf7-submit {
    height: auto;
    line-height: 2;
    margin: 60px auto 20px;
    border: none;
    padding: 10px;
    background-color: #463728;
    width: 200px;
    font-weight: bold;
    font-size: 1.2em;
    color: white;
    cursor: pointer;
    display: block;
    border-radius: 0;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.6;
}
.wpcf7-form-control .wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 0 0;
}
select.wpcf7-form-control {/*プルダウンメニュー*/
    width: auto;
    height: auto;
}
textarea.wpcf7-form-control {
    padding: 10px;
    line-height: 2;
    border: 1px solid #dddddd;
    width: 100%;
    background: #f6f6f6;
    border-radius: 6px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    /*bodyのフォント指定が効かないため設定*/
}

.s-button {
    text-align:center;
}
.s-button p {
    margin-bottom: 0 !important;
}
.s-button input:hover {
    opacity:0.6;
}

/*コンテンツ装飾
ここから*/

.wrap-inner {
	width:1000px;
	margin: 0 auto;
}
.to-owner-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-bottom: 60px;
    padding-top: 80px;
    background: url(img/bg-to-owner.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
#content .to-owner-wrap h2.h2-c {
    color: #463728;
}
.to-owner-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.to-owner-box {
    margin-bottom: 40px;
}
.to-owner-box img {
    margin-bottom: 10px;
}
.to-owner-box p {
    text-align: center;
}
.to-owner-box a {
    text-decoration: none;
}
.to-owner-box a:hover {
    opacity: 0.8;
}
#content .to-owner-page-txt p {
    margin-bottom: 0;
}


.news-customer-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-bottom: 100px;
    padding-top: 100px;
}
#content .news-customer-wrap h2.h2-c {
    text-align: left;
}
.news-customer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-box,.customer-box {
    width: 47%;
}
#content .news-customer-wrap h2.h2-c .h2-en:before {
    content: "";
    height: 1px;
    background: #463728;
    width: 90%;
    position: absolute;
    top: 50%;
    right: 0;
}
span.h2-en-in {
    background: white;
    z-index: 1;
    position: relative;
    padding-right: 40px;
}
.customer-box .btn-g {
    width: 100%;
    display: block;
    max-width: 440px;
	margin-right:auto;
	margin-left:auto;
}
.customer-box .btn-g a {
    width: 100%;
    /* display: block; */
    display: flex;
    align-items: center;
}
#content .customer-box p {
    font-size: 0.9rem;
    line-height: 1.6;
}



section.to-owner-page-wrap .wrap-inner {
    padding: 100px 0 80px;
}

.wrap-inner.white-sq-wrap {
    width: 100%;
    max-width: 1200px;
    position: relative;
}
.white-sq {
    background: white;
    padding: 30px 50px;
}
.white-inner {
    max-width: 1000px;
    margin: 0 auto;
}
#content h2.to-owner-h2 {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 1.6;
	color:#463728;
}
#content h2.to-owner-h2:before {
	content:none;
}
.to-owner-page-box {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px auto 70px;
}
.to-owner-page-txt {
    width: 50%;
}
#content .to-owner-page-txt h3 {
    font-weight: normal;
    font-size: 1.3rem;
    text-align: left;
    padding: 0 0 22px 0;
    margin-bottom: 26px;
    border-bottom: 1px solid #d1cdc9;
	position:relative;
}
#content .to-owner-page-txt h3:before {
    content: "";
    height: 1px;
    width: 40px;
    background: black;
    display: block;
    bottom: -1px;
    left: 0;
    position: absolute;
}

section.company-page-wrap .wrap-inner,section.will-page-wrap .wrap-inner,section.proposal-page-wrap .wrap-inner,section.real-estate-page-wrap .wrap-inner,section.building-page-wrap .wrap-inner {
    padding: 60px 0 0px;
}
section.company-page-wrap .white-sq {
    padding: 70px 0 50px;
}
section.company-page-wrap .wrap-inner.white-sq-wrap:last-child {
    padding-bottom: 100px;
}
p.small-en-txt {
    color: #463728;
    font-size: 0.9rem;
}
p.company-rinen-txt {
    font-size: 2rem;
    font-weight: bold;
    color: #463728;
    line-height: 1 !important;
}
.com-flex-wrap {
    display: flex;
    justify-content: space-between;
}
.com-flex-box {
width:46%;
}
.border-box {
    border: 1px solid #463728;
    padding: 40px 60px;
}
.border-box ul {
	margin-bottom:0;
}
section.company-page-wrap .border-box {
    margin-bottom: 30px;
}
p.how-to-acc-txt {
    font-weight: bold;
    color: #463728;
}
.map-wrap {
    margin: 40px 0;
}



section.contact-page-wrap .wrap-inner {
    padding: 60px 0 80px;
}
section.contact-page-wrap .wrap-inner .white-inner {
    padding-top: 40px;
}
.table-form .contact-privacy-wrap p {
    margin-bottom: 20px !important;
}



section.top-message-wrap .wrap-inner {
    padding: 60px 0 100px;
}
.top-message-box {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px auto 70px;
}
.top-message-txt {
    /*width: 60%;*/
    width: 100%;
}
span.top-message-label {
    color: #463728;
    font-size: 1rem;
}
#content h2.top-message-heading {
    font-size: 2.2rem;
}
#content h2.top-message-heading:before {
	content:none;
}
.top-message-signature {
    text-align: right;
}

.one-lead-wrap .wrap-inner {
    padding: 60px 0 0px;
}
section.will-page-wrap .white-sq,section.proposal-page-wrap .white-sq,section.real-estate-page-wrap .white-sq,section.building-page-wrap .white-sq {
    padding: 70px 0 50px;
}
.will-lead-wrap {
    background: url(img/will-lead-img.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}
.one-lead-wrap {
    padding-bottom: 40px;
}
.one-heading-box {
    margin-top: 20px;
}
#content .one-heading-box h2 {
    font-size: 2.2rem;
    border: none;
    padding-bottom: 0;
    color: #463728;
    font-weight: bold;
	    line-height: 1.6;
}
#content .one-heading-box h2:before {
    content:none;
}
.wrap-inner.white-sq-wrap.white-wrap-10 {
    padding-top: 10px;
}
.wrap-inner.white-sq-wrap.white-wrap-b100 {
    padding-bottom: 100px;
}
#content .will-page-wrap h3,#content .proposal-page-wrap h3,#content .real-estate-page-wrap h3,#content .building-page-wrap h3 {
    font-weight: normal;
    font-size: 1.3rem;
    text-align: left;
    padding: 0 0 22px 0;
    margin-bottom: 26px;
    border-bottom: 1px solid #d1cdc9;
    position: relative;
}
#content .will-page-wrap h3:before,#content .proposal-page-wrap h3:before,#content .real-estate-page-wrap h3:before,#content .building-page-wrap h3:before {
    content: "";
    height: 1px;
    width: 40px;
    background: black;
    display: block;
    bottom: -1px;
    left: 0;
    position: absolute;
}
.win-win-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 30px;
}
.win-win-content .win-win-2box {
    width: 48%;
}
#content .h-brown {
    background: #463728;
    color: white;
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
}
.win-win-content .win-win-2box {
    width: 48%;
    padding: 20px 60px;
    border: 1px solid #463728;
    position: relative;
}
#content .win-win-content h4 {
    position: absolute;
    top: -23px;
    left: 50%;
    width: calc(100% - 80px);
    transform: translate(-50%, 0px);
}
.win-win-2box ul {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 0.9rem;
    margin-top: 30px;
    margin-left: 1rem;
}
p.win-win-bottom-txt,p.m-d-bottom-txt {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6 !important;
    display: block;
}

.support-points-wrap {
    padding: 60px 50px 50px;
    border: 1px solid #463728;
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
}
#content .support-points-wrap .h-brown {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 4px 40px;
}
span.s-p-3 {
    font-size: 1.8rem;
}

.support-point-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.support-point-box:last-child {
    margin-bottom: 0px;
}
.support-point-img {
    order: 2;
}
.support-point-txt {
    width: calc(100% - 280px);
}
.support-points-wrap h5 {
    font-size: 1.3rem;
    color: #463728;
    margin-bottom: 20px;
}
span.h-brown-num {
    display: inline-block;
    background: #463728;
    color: white;
    font-size: 1.8rem;
    padding: 0px 10px;
    margin-right: 24px;
    letter-spacing: 0;
}

p.for-ex-txt {
    display: inline-block;
    border: 1px solid #463728;
    padding: 2px 10px !important;
}
.support-point-txt ul {
    list-style: disc;
    padding-left: 1rem;
}
.support-point-txt ul li {
    margin-bottom: 6px;
}

.management-details-wrap {
    border: 1px solid #463728;
    padding: 50px 50px 50px;
    margin-bottom: 30px;
}
#content .h-l-brown {
    background: #f6f5f4;
    font-size: 1.1rem;
    color: #463728;
    padding: 10px 20px;
    border-left: 1px solid #463728;
    margin-bottom: 20px;
}
#content .management-details-wrap p {
    margin: 0 20px 40px;
}


.proposal-lead-wrap {
    background: url(img/proposal-lead-img.png);
    background-position: right top 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.breakthrough-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
margin-top: 40px;
}
.breakthrough-item {
    width: 48%;
    margin-bottom: 40px;
    background: #f6f5f4;
}
#content .breakthrough-item h4 {
    text-align: center;
    background: #463728;
    color: white;
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}
#content .breakthrough-item p {
    padding: 20px 20px 0px;
}
span.bt-span {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 1;
}
span.bt-num {
    font-size: 2em;
    line-height: 1;
}

.reform-points-wrap {
    padding: 60px 50px 50px;
    border: 1px solid #463728;
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
}
/*
#content .reform-points-wrap h4.h-brown {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 4px 40px;
}
*/
#content .reform-points-wrap h4.h-brown {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 8px 40px;
}
#content .reform-item-box h4 {
    font-size: 1.3rem;
    color: #463728;
    margin-bottom: 20px;
    line-height: 1.8;
}
.reform-item-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}
.reform-item-box.noflex {
    display: block;
}
.reform-item-txt1 {
    width: calc(100% - 300px);
}
.reform-item-txt2 {
    background: #f6f5f4;
    padding: 20px 30px;
    width: 260px;
}
.reform-item-txt2 ul {
    margin: 0;
}
.reform-item-txt2 ul li {
    font-size: 0.9rem;
    margin-left: 1.3rem;
    text-indent: -0.6rem;
    line-height: 2;
}
.reform-item-txt2 ul li:before {
    content: "■";
    padding-right: 6px;
    display: inline-block;
}
#content h4.h-case {
    background: #f6f5f4;
    font-size: 1.2rem;
    padding: 0px 12px 0 0;
}
#content .reform-item-box h4.h-case {
    padding: 3px 12px;
}
strong.r-sub-title {
    display: block;
    margin-bottom: 7px;
    font-size: 1.05rem;
}
span.h-case-num {
    background: #e5e2df;
    height: 100%;
    display: inline-block;
    padding: 6px 12px;
    margin-right: 12px;
}
#content h5.h-sq {
    font-size: 1.2rem;
    color: #463728;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
}
#content h5.h-sq:before {
    content: "■";
    margin-right: 4px;
}
.reform-inner-box {
    border-bottom: 1px solid #d1cdc9;
    margin-bottom: 20px;
}
.reform-inner-img {
    margin-top: 30px;
}

.real-estate-lead-wrap {
    background: url(img/real-estate-lead-img.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}
.trouble-table {
    padding: 50px;
    border: 1px solid #463728;
    margin-top: 40px;
}
ul.sq-ul li {
    font-size: 0.9rem;
    margin-left: 1.3rem;
    text-indent: -0.6rem;
    line-height: 2;
}
ul.sq-ul li:before {
    content: "■";
    padding-right: 6px;
    display: inline-block;
}
#content .table-column .h-brown {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 20px;
    padding: 12px 20px;
}
.table-column {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
}
.table-column:after {
    content: "▼";
    font-size: 1.3rem;
    color: #453627;
    transform: scale(1.7, 1.2);
    display: inline-block;
    margin-top: -10px;
}
.table-column:last-child:after {
	content:none;
}
.table-column:last-child {
	margin-bottom:0;
}
.table-column ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}
.table-column ul li {
    display: inline-block;
    width: 30.9%;
}
.table-column.tc-ul-change ul li {
    width: 100%;
}
p.reporting.mb0 {
    text-align: left;
}

#content .h-l-brown.h-l-noline {
    border: none;
}
.service-category-box {
    display: flex;
    margin-bottom: 40px;
}
.service-category:last-child .service-category-box {
    margin-bottom: 0px;
}
.service-img {
    order: 2;
    margin-left: 60px;
}
.service-img-txt ul li {
    width: 29.6%;
    display: inline-block;
}

.building-lead-wrap {
    background: url(img/building-lead-img.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}
p.p-sub-title {
    font-size: 1.1rem;
    margin-bottom: 10px !important;
    font-weight: bold;
   color: #463728 !important;
}
#content .trouble-response-box .h-brown, #content .emergency-response-box .h-brown {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
span.trouble-icon-sq {
    width: 160px;
    height: 160px;
    display: flex;
    background: #f6f5f4;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.trouble-icons-wrap {
    display: flex;
    justify-content: space-evenly;
margin-bottom: 30px;
}
.trouble-icon-box p {
    text-align: center;
    font-weight: bold;
    color: #463728 !important;
}
.trouble-details-wrap {
    margin-bottom: 30px;
}
.trouble-details-inner {
    display: flex;
    padding: 14px 0;
    border: 1px solid #d1cdc9;
}
.trouble-details-inner p {
    margin: 0 !IMPORTANT;
font-size: 0.9em;
}
p.tdi-title {
    color: #463728 !important;
    font-weight: bold;
    width: 230px;
    text-align: center;
}
.trouble-details-inner.tdi-last {
    justify-content: center;
    background: #f6f5f4;
    font-weight: bold;
    border-color: #463728;
}
.tr-icon {
    font-size: 1.3rem;
    color: #453627;
    transform: scale(1.7, 1.2);
    display: block;
    text-align: center;
    margin: 10px 0;
}
ul.e-t-ul {
    display: flex;
    justify-content: space-evenly;
    padding: 0 10px;
}
ul.e-t-ul li {
    background: #f6f5f4;
    width: 30%;
    text-align: center;
    padding: 10px;
}
.building-page-wrap strong {
    font-size: 1.1em;
    display: inline-block;
    margin-bottom: 12px;
}
.inspection-details-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}
.inspection-details-box {
    width: 48%;
    border: 1px solid #463728;
}
#content .inspection-details-box h4 {
    text-align: center;
    background: #f6f5f4;
    padding: 18px 10px;
    margin-bottom: 20px;
}
#content .inspection-details-box p {
	padding:0 30px;
}
.report-staff--wrap {
    padding: 50px;
    border: 1px solid #463728;
    margin-top: 30px;
    margin-bottom: 30px;
}
.report-staff--inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.report-staff-box {
    width: 20%;
}
.report-staff-box h5,.cleaning-work-box h5 {
    border-bottom: 1px solid #d1cdc9;
    color: #463728;
    font-size: 1rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cleaning-work-box h5 {
    padding-bottom: 4px;
}
.report-staff--inner-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.report-staff--inner-bottom .report-staff-box {
    width: 47%;
}
.report-staff-box p {
    margin-bottom: 0 !important;
}
p.strong-bottom-txt {
    text-align: center;
    font-size: 1.1rem;
    color: #463728;
}

.cleaning-work--wrap {
    padding: 50px;
    border: 1px solid #463728;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cleaning-work--inner-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cleaning-work-in-box {
 /*   width: 22%; */
    width: 17%;
}
.cleaning-work-in-box img {
    width: 100%;
    height: auto;
}
p.cleaning-work-bottom-txt {
    margin: 20px 0 0 0 !IMPORTANT;
    text-align: right;
    font-size: 0.9em;
}

.watertank-cleaning-wrap {
    display: flex;
    justify-content: space-around;
	flex-wrap:wrap;
    margin: 30px 0;
}
.watertank-cleaning-block p {
    color: #463728;
    font-weight: bold;
    margin-bottom: 10px ! IMPORTANT;
}
.watertank-cleaning-block {
    border: 1px solid #463728;
    padding: 20px 50px 50px;
    width: 40%;
    text-align: center;
}
.watertank-cleaning-block img {
    width: 100%;
    height: auto;
}
.special-management-details {
    margin: 30px 0;
}
.special-management-details ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.special-management-details ul li {
    border: 1px solid #d1cdc9;
    width: 47.5%;
    padding: 14px 24px;
}
span.smd-num {
    color: #463728;
    font-size: 1.1rem;
    margin-right: 20px;
}

.works-page-wrap .wrap-inner,.news-page-wrap .wrap-inner,.faq-page-wrap .wrap-inner,.history-page-wrap .wrap-inner {
	padding:60px 0 100px;
}
#content #main.main-s-works,#content #main.main-s-news {
    margin-bottom: 40px;
}
#content #main .works-page-wrap h3 {
    background: #f6f5f4;
    font-size: 1.1rem;
    color: #463728;
    padding: 10px 20px;
    margin-bottom: 16px;
    margin-top: 30px;
    text-align: left;
}
.flexwrap.post_1 {
   /* margin-bottom: 40px; */
	
}
.flexwrap.post_1 .post_box {
    width: 100%;
    padding: 0px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px !important;
position:relative;
}
.flexwrap.post_1 .post_box:first-child {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
}
p.news-more-txt {
    position: absolute;
    right: 0px;
    bottom: 0;
    padding-right: 24px !important;
}
p.news-more-txt:after {
    content: url(img/allow.png);
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 1px;
}
.news-in-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-in-img, .news-in-txt {
    width: 48.5%;
}
.main-s-news .e-title {
    padding-right: 150px !important;
}

.faq-content {
    display: none;
}
.faq-content.f-show {
    display: block;
}

.faq-q {
    background: #f6f5f4;
    font-size: 1rem;
    padding: 10px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.faq-q:before {
    content: "Q";
    font-weight: bold;
    font-size: 1rem;
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #463728;
    margin-right: 20px;
    flex-shrink: 0;
}
.faq-a {
    font-size: 1rem;
    padding: 18px 30px;
    background: white;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* margin-bottom: 40px; */
}
.faq-a:before {
    content: "A";
    font-weight: bold;
    font-size: 1rem;
    background: #463728;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: white;
    margin-right: 20px;
    flex-shrink: 0;
}
.faq-a p {
    line-height: 1.7;
}
.faq-q p, .faq-a p {
    margin: 0 !important;
    line-height: 1.8 !important;
    padding: 7px 0 !important;
}

section.history-page-wrap .white-sq {
    padding: 70px 0 50px;
}
#submain.sub-history {
    background: url(img/u-main-history.jpg);
    background-size: cover;
    background-position: center bottom;
}

/*以下から以前のサイトのcss*/
section.top-pro-wrap {
    text-align: center;
    padding-bottom: 60px;
padding-top: 70px;
}
.four-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.four-box-wrap:before {
    content: "";
    width: 23%;
    order: 1;
}
.four-box-wrap:after {
    content: "";
    width: 23%;
    order: 2;
}
.post-box {
    width: 23%;
}
.post-box img {
    width: 100%;
    height: auto;
	 border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	transition: 0.6s ;
}
.post-box a {
    text-decoration:none;
}
.post-box a:hover p { 
opacity:0.6;
}
.post-txt {
    background: white;
    padding: 20px;
   /* border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;*/
}
.post-txt p {
    margin-bottom: 0 !IMPORTANT;
    text-align: left;
	    line-height: 1.7;
	transition: 0.6s ;
}
.back-img-wrap {
    display: block;
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
	    transition: 0.6s;
}
.post-box a:hover .back-img-wrap {
    opacity: 0.8;
}
section.top-pro-wrap .post-box {
    box-shadow: 0 0 20px rgb(220 209 199 / 80%);
	background:white;
}

section.top-sn-wrap {
    background: url(img/bg-sn.jpg);
    background-size: cover;
    background-position: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 100px 0;
}
.top-sn-inner {
    display: flex;
    justify-content: space-evenly;
}
.sn-box {
    width: 500px;
    background: white;
    padding: 50px;
	text-align:center;
}

section.top-case-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    text-align: center;
    padding-bottom: 60px;
    padding-top: 70px;
    background: url(img/bg-case.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-case-wrap .btn-w {
    margin-top: 30px;
}

.contents-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-bottom: 60px;
    padding-top: 70px;
    background: #ac9886;
}
.contents-wrap span.h2-en {
	color:white;
}
.contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contents-inner a {
    /*width: 360px;*/
    width: 30%;
    height: 80px;
    background: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
margin-bottom: 50px;
}
.contents-inner a:hover {
	opacity:0.6;
}
span.c-txt {
    width: calc(100% - 80px);
}
span.c-icon {
    background: #463728;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-data-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-bottom: 100px;
    padding-top: 100px;
    background: url(img/bg-company.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.c-data-wrap span.h2-en {
	color:white;
}
.c-data-inner {
    display: flex;
    justify-content: space-between;
}
#content .c-data-inner p {
    width: 30%;
}
#content .c-data-inner a {
    width: 100%;
    text-align: center;
}
.home .foot-top-none {
    display: none;
}

span.c-data-en {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: none;
    position: absolute;
    bottom: 17px;
    left: 0;
    font-size: 3rem;
    line-height: 0;
    color: rgb(255 255 255 / 50%);
    font-weight: normal;
}
a.c-data-about {
    background: url(img/c-bis2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
a.c-data-company {
    background: url(img/c-com2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
a.c-data-access {
    background: url(img/c-acc2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-btm-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-bottom: 100px;
    padding-top: 100px;
    background: url(img/bg-contact.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
}
.contact-btm-wrap span.h2-en {
	color:white;
}


#submain.sub-to-owner {
    background: url(img/u-main-to-owner.jpg);
    background-size: cover;
    background-position: center bottom;
}

#submain.sub-will {
    background: url(img/u-main-will.jpg);
    background-size: cover;
    background-position: center bottom;
}

#submain.sub-proposal {
    background: url(img/u-main-proposal.jpg);
    background-size: cover;
    background-position: center bottom;
}

#submain.sub-works {
    background: url(img/u-main-works.jpg);
    background-size: cover;
    background-position: center bottom;
}

#submain.sub-news {
    background: url(img/u-main-news.jpg);
    background-size: cover;
    background-position: center bottom;
}

#submain.sub-real-estate {
    background: url(img/u-main-real-estate.jpg);
    background-size: cover;
    background-position: center bottom;
}

#submain.sub-building {
    background: url(img/u-main-building.jpg);
    background-size: cover;
    background-position: center bottom;
}

#submain.sub-faq {
    background: url(img/u-main-faq.jpg);
    background-size: cover;
    background-position: center bottom;
}

#submain.sub-company,#submain.sub-privacy-policy {
    background: url(img/u-main-company.jpg);
    background-size: cover;
    background-position: center bottom;
}

#submain.sub-message {
    background: url(img/u-main-top-message.jpg);
    background-size: cover;
    background-position: center bottom;
}

.company-lead-wrap {
    display: flex;
    justify-content: space-between;
	align-items:flex-start;
    margin-bottom: 150px;
}
.company-lead-wrap .tablestyle {
    width: 650px;
    margin: 0;
}




#submain.sub-contact {
    background: url(img/u-main-contact.jpg);
    background-size: cover;
    background-position: center bottom;
}
section.contact-wrap {
    background: #f6f3f0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
	padding:80px 0 150px;
}	
#content .contact-wrap h2 {
    padding: 0 0 50px;
    text-align: center;
}
#content .contact-wrap h2:before {
	content:none;
}

.tel-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
}
p.tel-txt {
    font-family: 'Century Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku', 'MS UI Gothic';
    color: #463728;
    font-weight: bold;
    font-size: 1.4rem;
    margin-left: 30px;
    line-height: 1.34;
}
span.tel-num {
    font-size: 2rem;
    margin-left: 6px;
    font-weight: bold;
}
.contact-inner {
    background: white;
    padding: 50px 100px 60px;
    box-shadow: 0 0 6px rgb(219 208 197 / 29%);
}
.caution-txt {
    background: #fff5f0;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 50px;
}
.caution-txt p {
margin-bottom:0 !important;
}

.table-form p {
    margin-bottom: 0 !important;
    line-height: 1.4;
}
.table-form th {
    font-weight: normal;
    vertical-align: top;
    padding: 20px 0 0;
}
.table-form td {
    padding-bottom: 20px;
    max-width: 500px;
    /* box-sizing: border-box; */
}

.contact-privacy-wrap {
    padding: 30px;
    height: 240px;
    overflow-y: scroll;
    border: 1px solid #463728;
    border-radius: 6px;
}
.contact-privacy-wrap p {
    font-size: 0.9em;
}
p.contact-privacy-title {
    font-weight: bold;
    margin-bottom: 0 !important;
}


#submain.sub-about {
    background: url(img/u-abo.jpg);
    background-size: cover;
    background-position: center bottom;
}
section.about-wrap {
    margin-top: 90px;
	    margin-bottom: 100px;
}
.about-box {
    background: #f6f3f0;
    padding: 50px;
    margin-bottom: 80px;
}
.about-box p {
    margin-bottom: 0 !important;
}
.about-box-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-img {
    order: 2;
    margin-left: 50px;
}
.about-box.a-b-left {
    margin-left: 210px;
    padding-left: 340px;
}
.about-box.a-b-left .about-img {
    order: 0;
    margin-left: 0;
    margin-right: 50px;
    position: absolute;
    left: 0;
}
.about-box.a-b-right {
    margin-right: 210px;
    padding-right: 340px;
}
.about-box.a-b-right .about-box-in {
    min-height: 331px;
}
.about-box.a-b-right .about-img {
    margin-left: 50px;
    position: absolute;
    right: 0;
}


#content .c-side-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    /*margin-bottom: 60px;*/
}
#content #main.main-sm {
    width: 760px;
    order: 2;
}
.post_3 .post_box {
    width: 240px;
}
.flexwrap.post_3:before {
    content: "";
    order: 5;
    width: 240px;
    display: block;
}
.flexwrap.post_3:after {
    content: "" !important;
    order: 6;
    width: 240px;
    display: block;
}
#content #main.main-sm .datetx p {
    margin-bottom: 0;
    color: #6b5f53;
}
.wp-pagenavi {
    text-align: center;
    display: flex;
    justify-content: center;
	    margin-top: 20px;
}
.wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi a.page, .wp-pagenavi .current, .wp-pagenavi span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d1cdc9;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 5px;
    /* border-radius: 6px; */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #463728;
}
.wp-pagenavi .current {
    border: none !important;
    background: #463728;
    color: white;
}
.wp-pagenavi a.nextpostslink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border: 1px solid #d1cdc9;
    font-weight: bold;
    position: relative;
    font-size: 0.9rem;
    margin: 5px;
}
.wp-pagenavi a.previouspostslink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border: 1px solid #d1cdc9;
    font-weight: bold;
    position: relative;
    font-size: 0.9rem;
    margin: 5px;
}
.wp-pagenavi a:hover {
    opacity: 0.6;
    border: 1px solid #dddddd !important;
}
.wp-pagenavi a.nextpostslink:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #463728;
    border-right: 2px solid #463728;
    right: 17px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
}
.wp-pagenavi a.previouspostslink:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #463728;
    border-right: 2px solid #463728;
    left: 17px;
    top: 50%;
    transform: translate(0, -50%) rotate(-135deg);
}

#submain.sub-seminar,#submain.sub-reserve {
    background: url(img/u-sem.jpg);
    background-size: cover;
    background-position: center bottom;
}

.btn-wrap {
    text-align: center;
    margin-top: 40px;
}
.btn-wrap .btn-w {
    margin-bottom: 0 !important;
}

.casestudy-wrap {
    padding: 50px;
    background: #f6f3f0;
    margin-bottom: 100px;
}
#submain.sub-case {
    background: url(img/u-cas.jpg);
    background-size: cover;
    background-position: center bottom;
}
#content p.cs-spec {
    display: inline-block;
    border: 1px solid #463728;
    background: white;
    border-radius: 6px;
    padding: 2px 15px;
}
.cs-lead-wrap {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    margin-bottom: 50px;
}
.cs-txt {
    margin-left: 50px;
    margin-top: 20px;
}
.cs-box {
    display: flex;
    border-radius: 6px;
    justify-content: space-between;
    background: white;
}
#content .cs-box p {
    margin-bottom: 0;
}
.cs-p1 {
    writing-mode: vertical-rl;
    background: #463728;
    /* display: flex; */
    /* justify-content: center; */
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 6px;
    text-align: center;
}
.cs-p1 p {
    color: white !important;
}
.cs-p2 {
    padding: 30px 50px;
    /* align-items: center; */
    display: flex;
    flex-wrap: wrap;
}
p.cs-title {
    width: 100%;
    font-weight: bold;
    font-size: 1.2rem;
    color: #463728 !important;
    margin-bottom: 10px !important;
}
.cs-p3 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.cs-p3 img {
    height: 100%;
    object-fit: cover;
}
.arrow-b {
    line-height: 0;
    text-align: center;
    margin: 14px 0;
}

#submain.sub-property,#submain.sub-property-s {
    background: url(img/u-pro.jpg);
    background-size: cover;
    background-position: center bottom;
}
.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
margin-bottom: 30px;
}
.container img {
  height: auto;
  width: 100%;
}
.slider.slick-initialized.slick-slider {
    width: 54%;
}
.thumbnail.slick-initialized.slick-slider {
    width: 44%;
}
.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(94% / 3) !important;
	margin: 0 1% 2%;
}
.thumbnail .slick-current {
  opacity: 1;
}
section.property-wrap {
    border: 1px solid #dddddd;
    border-radius: 6px;
    margin-bottom: 30px;
	position:relative;
}
a.propety-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#content .property-wrap h2 {
    background: #f6f3f0;
    padding: 12px 20px;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#content .property-wrap h2:before {
	content:none;
}
.property-inner {
    padding: 20px;
}
#content .property-wrap h3 {
    clear: both;
    color: #463728;
    margin: 0 0 0 0;
    font-weight: bold;
    line-height: normal;
    padding: 30px 0px 20px;
    text-align: left;
    font-size: 1rem;
    letter-spacing: 0;
}
#content .property-wrap h3:before {
    content: "";
    border-left: 3px solid #ac9886;
    margin-right: 14px;
}
.tablestyle.table-property th {
    background: #f6f3f0;
    font-size: 1rem;
    color: #333;
    padding: 10px 30px;
    vertical-align: middle;
    line-height: 1.6;
    border-bottom: 1px solid #dddddd;
}
.tablestyle.table-property td {
    font-size: 1rem;
    color: #333;
    padding: 10px 30px;
    vertical-align: middle;
    line-height: 1.6;
    border-bottom: 1px solid #dddddd;
}
.tablestyle.table-property tr:first-child td,.tablestyle.table-property tr:first-child th {
    border-top: 1px solid #dddddd;
}
.tablestyle.table-property tr:last-child td,.tablestyle.table-property tr:last-child th {
    border-bottom: 1px solid #dddddd;
}
.p-contact-wrap {
    background: #f6f3f0;
    padding: 30px;
    text-align: center;
}
.digest-wrap p,.remarks-wrap p {
	margin-bottom:0 !important;
}
.remarks-wrap {
    margin-bottom: 20px;
}
.c-p-wrap {
    display: flex;
    justify-content: space-between;
}
.c-p-img {
    width: 220px;
    height: auto;
}
.c-p-img img {
    width: 100%;
    height: auto;
}
.c-p-txt {
    flex: 1;
    margin-left: 20px;
}
.c-p-other-wrap {
    display: flex;
    flex-wrap: wrap;
}
.c-p-box {
    display: flex;
    margin-bottom: 6px;
}
#content .c-p-box p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.3;
    padding: 6px 0;
}
#content .c-p-box p.c-p-price-ptag {
    padding: 0;
}
.c-p-other-wrap .c-p-box:nth-child(odd) {
    width: 60%;
}
.c-p-left {
    /* background: #f6f6f6; */
    width: 80px;
    text-align: center;
    flex-shrink: 0;
}
.c-p-left p {
background: #f6f6f6;	
}
.c-p-right {
    padding: 0 20px;
}
.c-p-right a {
    margin-left: 20px;
    color: blue;
    z-index: 2;
    position: relative;
}
.c-p-left.c-p-price p {
    background: #fe5c00;
    color: white !important;
}
.price-txt {
    color: #fe5c00;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 2px;
}
.c-p-price-ptag {
    line-height: 1.3;
}

#content #side ul li.vkfs__level-0 {
    border: none;
    padding: 0 0 0 1.3rem;
    font-size: 0.8rem;
    width: 100%;
    line-height: 2.2;
}

.vkfs__taxonomy .vkfs__label-name {
    flex-wrap: wrap;
white-space: pre-wrap;
}
.vkfs__taxonomy .vkfs__label-name:after {
    content: "▼クリックでエリア表示";
    display: block;
    font-size: 0.8rem;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
	    margin-left: 4px;
}

.vkfs__taxonomy.non-text .vkfs__label-name:after {
	content:none;
}

#vkfs_kyoto-area {
/*	display:none; */
}
.vkfs__taxonomy .vkfs__input-wrap {
    display: none;
}
.vkfs__taxonomy.non-slide .vkfs__input-wrap {
	display:block;
}

#side.vf-side .side_area {
    border: 1px solid #dddddd;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
}
#side.vf-side h3 {
    background: #f6f3f0;
    padding: 12px 20px;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    text-align: center;
    color: #463728;
}
.vf-side-inner {
    padding: 20px 12px;
}
p.search-txt {
    font-weight: bold;
    margin-bottom: 0 !important;
}
span.number-txt {
    color: #fe5c00;
    font-size: 2rem;
    margin: 0 4px;
}
.vf-pagenavi-b .wp-pagenavi {
    justify-content: right;
}
.search-lead-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vf-pagenavi-t {
    margin-bottom: 20px;
}

#submain.sub-investment {
    background: url(img/u-inv.jpg);
    background-size: cover;
    background-position: center bottom;
}
section.inv-wrap {
    margin-top: 90px;
    margin-bottom: 100px;
}
#content .inv-wrap h2 {
    padding-top: 0;
}
.inv-box {
    background: #f6f3f0;
    padding: 30px 50px;
    margin-bottom: 60px;
    position: relative;
}
.inv-box-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.inv-img {
    order: 2;
    margin-left: 50px;
}
.inv-box.i-b-right .inv-img {
    margin-left: 0;
    position: absolute;
    right: 50px;
    bottom: 38px;
}
.inv-box p {
    margin-bottom: 0 !important;
}
#content .inv-wrap h3 {
    padding: 0 0 12px 0;
    margin-bottom: 12px;
    text-align: left;
    border-bottom: 1px solid #463728;
    font-weight: normal;
    color: #463728;
}
.inv-img2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.inv-img3 {
    margin: 30px 0 20px;
}

#submain.sub-c-purchase {
    background: url(img/u-pur.jpg);
    background-size: cover;
    background-position: center bottom;
}
section.pur-wrap {
    margin-top: 90px;
    margin-bottom: 100px;
}
#content .pur-wrap h2 {
    padding-top: 0;
}
.pur-box {
    background: #f6f3f0;
    padding: 50px 50px;
    margin-bottom: 60px;
    position: relative;
}
.pur-box-in {
    display: flex;
    justify-content: space-between;
}
.pur-il-img {
    order: 2;
    margin-left: 80px;
    flex-shrink: 0;
}
span.pur-li-title {
    color: #463728;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 6px;
}
span.pur-num {
    font-size: 3rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #463728;
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 0;
}
span.pur-sla {
    position: absolute;
    left: 0;
    bottom: -14px;
}
.pur-ul li {
    padding-left: 80px;
    position: relative;
    margin-bottom: 48px;
}
.pur-img {
    position: relative;
}
span.pur-i-title {
    position: absolute;
    background: #463728;
    color: white;
    padding: 6px 20px;
    top: 0;
    left: 50px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pur-img.pur-t-img {
    margin-bottom: 50px;
}

section.access-wrap {
    margin-top: 90px;
    margin-bottom: 100px;
}
#content .access-wrap h2 {
    padding-top: 0;
}
#submain.sub-access {
    background: url(img/u-acc.jpg);
    background-size: cover;
    background-position: center bottom;
}
#content .access-wrap p {
    margin-bottom: 0;
    line-height: 1.6;
}
p.acc-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 8px !important;
}
.acc-lead-wrap {
    padding: 0 30px 40px;
}
.acc-map-wrap {
    margin-bottom: 50px;
}
.acc-map-detail-wrap {
    padding: 20px;
    border: 1px solid #463728;
    border-radius: 6px;
}
.acc-map-d-inner {
    display: flex;
    align-items: center;
}
.acc-map-d-title p {
    display: flex;
    align-items: center;
	    font-weight: bold;
}
.acc-map-d-title {
    width: 270px;
    flex-shrink: 0;
}
.acc-map-d-title p img {
    margin-right: 1rem;
}
img.acc-map-d-tra {
    margin: 0 16px;
}
.acc-map-d-right {
    display: flex;
    flex-wrap: wrap;
}
.acc-map-d-line {
    display: flex;
    align-items: center;
}
.acc-map-d-line:first-child {
    margin-right: 40px;
}
.acc-map-d-inner:first-child {
    margin-bottom: 30px;
}
span.acc-map-d-bold {
    font-weight: bold;
    margin-right: 10px;
}
.acc-map-d-line img {
    margin-right: 8px;
}
.acc-map-oth-title {
    background: #f6f3f0;
    padding: 20px;
    margin-top: 50px;
    border-radius: 6px;
}
.acc-map-oth-title p {
    display: flex;
    align-items: center;
    color: #463728 !important;
    font-size: 1.2rem;
}
.acc-map-oth-title img {
    margin: 0 16px;
}
.acc-map-oth-title img.acc-map-air-img {
    margin: 0 24px;
}
.acc-map-oth-img {
    padding: 30px;
}


.sidr .sidr-inner h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 0.8rem;
    background: #cecac6;
    color: #333;
    margin-bottom: 8px;
    margin-top: 20px;
}
.sidr .sidr-inner h3:first-child {
    margin-top: 0;
}

section.property-s-wrap {
    margin-top: 90px;
    margin-bottom: 100px;
}
section.property-s-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
section.property-s-wrap ul li {
    margin-bottom: 30px;
}
section.property-s-wrap ul a:hover img {
	opacity:0.6;
}

ul.foot-p-nav-ul {
    /*display: none;*/
}

/*検索のチェックボックスがPCとスマホで変化することを防ぐ*/
.vkfs input[type=checkbox]::before {

}

/*引き継いだ時のみURL欄を表示*/
.take-over-tr {
display:none;	
}

.question .take-over-tr {
    display: table-row;
}

/*検索システムが自動表示されるのを削除*/
form.wp-block-vk-filter-search-pro-filter-search-pro {
    display: none;
}
aside form.wp-block-vk-filter-search-pro-filter-search-pro {
    display: block;
}
a.btn.btn-default.btn-sm {
    display: none;
}

/*個人情報保護方針*/
.list_blk dt {
    color: #463728;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 8px;
}
.list_blk dd {
    padding: 0 20px;
}
.list_blk dd.txt {
    margin: 0 0 10px 1em;
}
.list_blk dd li {
    margin: 0 0 10px 1em;
}
.list_blk dd li span {
    margin: 0 0 0 -1em;
}
p.last {
    text-align: right;
}
dl.block03 {
    /* border: 4px solid gray; */
    border: 1px solid #463728;
    padding: 30px 40px;
    display: inline-block;
}
#content .privacy-policy-page-wrap h2 {
    margin-top: 40px;
}
span.p-p-space {
    margin: 4px 0 0 !IMPORTANT;
    display: inline-block;
}
p.txt01 {
    margin-top: 60px;
}
section.company-page-wrap.privacy-policy-page-wrap .white-sq {
    padding: 70px 0px 70px;
}

.history-table-wrap .tablestyle th {
    width: 18%;
    padding-left: 40px;
}

.work-ba-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 40px 0 30px;
}
.work-ba-block {
    border: 1px solid #463728;
    padding: 20px 30px 30px;
    width: 44%;
    text-align: center;
}
.work-ba-block p {
    color: #463728;
    font-weight: bold;
    margin-bottom: 10px ! IMPORTANT;
}
.work-ba-block img {
    width: 100%;
    height: auto;
}
.work-ba-img img {
    padding: 0 0px 40px;
    max-width: 716px !important;
    width: 100%;
    height: auto;
}

/******************************
★ Media Queries タブレット・スマフォ表示の設定(1080px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1080px) {
/* 構造 */

body {
    min-width: 320px;
    overflow-x: hidden;
}
body, .home {
}
.wrapper {
    z-index: 10;
    width: 100%;
}
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
}
#header .header_logo img {

}
header .res-wrap {
    display: none;
}
.h-sub {
    font-size: 0.8em;
}

#submain .h1wrap {
    width: auto;
}
#content #side {/* スマホ用のサイドバー */
    display: block;
    width: 90%;
    margin: 50px auto 0;
    float: none;
    max-width: 700px;
	order:2;
}
#content #side h3 {
    width: 100%;
}

#navbutton {
    }
    
#content #main,
#content.main-sm {
    margin:0 auto;
    width: 94%;
    float:none;
    order: 0;
}

#submain img {
    top: -250px;
}

#content img {
    max-width: 100%;
    height: auto;
}
#content {
padding-top: 0;
    width: auto;
}
#pan {
    width: 100%;
	text-align:center;
}
#content .sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

/* ヘッダー */
header {

}
    
#header {
    width: 100%;
}
#header .header_logo {

}

#pc_button {
    display: none;
}

a#sidr-menu-button {
}

#mobile_side {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.side_area img {
    display: block;
    margin: 0 auto;
}
#mobile_side .side_area h3 {
    width: 100%;
}
/* テーブル */

.tablestyle {

}
.tablestyle td {

}
.tablestyle ul {
    text-align: center;     
}
    
.tablestyle .tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
.tdstyle2 {
    border-bottom: none;
}
/* 固定ページ */

.alignright, .alignleft, .alignnone {
    float: none;
    display: block;
    margin: 10px auto;
}
.alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only { /* caption分岐の際、余白防止 */
    display: none;
}
/* コンタクトフォーム */

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

.k-year .wpcf7-form-control {/*年号のテキスト*/
    width: 5rem;
}
.wpcf7 td {/* フォームの行を縦に並べる */
    display: block;
    width: 100%;
}
.wpcf7 .tdstyle {/* フォームの項目を左寄せ */
    text-align: left;
}

.footer_top {
    width: 94%;
    margin: 0px auto 0px;
}
    
.footer_left {
    width: 100%;
text-align: center;
}
.footer_right {
        margin: 30px auto 0;
        max-width: 510px;
        width: 100%;
}
#footer-nav {
    justify-content: space-evenly;
    text-align: center;
}
#footer-nav li {
    width: 20%;
}
#footer-nav li#f-nav-sub-wrap {
    width: 20%;
}
ul#footer-nav-sub li {
    display:none;
}

    
.footer_btm_wrap {
    width: 100%;
    float: none;
}
.footer_com {
}
#logo_footer {
    float: none;
    display: inline-block;
}

#footer .footer_btm {
    width: 100%;
    text-align: center;
}

#footermenu {
    text-align: center;
}
#copyright {
    text-align: center;
}


/*コンテンツ装飾
ここから*/  
	
	
.to-owner-inner {
        justify-content: space-evenly;
}
.to-owner-box {
        width: 30%;
margin-bottom: 20px;
}
.to-owner-box p {
    line-height: 1.2 !IMPORTANT;
}
.btn-w2 a {
    padding: 14px 4px;
}
.btn-g a {
    line-height: 1.3;
}
.contact-btm-wrap .btn-w2 a {
    padding: 14px 60px;
}
	
.wrap-inner.white-sq-wrap {
    width: 96%;
}
.to-owner-page-box {
    width: 100%;
}
#content h2.to-owner-h2 {
    line-height: 1.2;
    font-size: 2rem;
    top: 83px;
    padding: 0 20px;
}
.to-owner-page-img {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.to-owner-page-txt {
    width: 100%;
}
	
.one-lead-wrap {
    padding-bottom: 50px;
}
.one-heading-box {
    padding: 0 20px;
}
.wrap-inner.white-sq-wrap.white-wrap-10 {
    padding-top: 0px;
}
.will-lead-wrap {
    background-size: 70%;
}
#content .one-heading-box h2 {
    font-size: 2rem;
}
section.will-page-wrap .white-sq, section.proposal-page-wrap .white-sq, section.real-estate-page-wrap .white-sq, section.building-page-wrap .white-sq {
    padding: 50px 50px 30px;
}
#content .win-win-content h4 {
    width: 90%;
    max-width: 230px;
}
.win-win-content .win-win-2box {
    padding: 20px 30px;
}
#content .support-points-wrap .h-brown {
    line-height: 1.2;
    padding: 6px 40px;
    top: -36px;
}
.support-point-img {
    order: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.6;
    right: 0;
    width: 44vw;
}
.support-point-img img {
    width: 100%;
}
.support-point-txt {
    width: 100%;
    z-index: 1;
    margin-top: 60px;
    background: rgb(255 255 255 / 70%);
}
span.h-brown-num {
    margin-right: 100%;
    margin-bottom: 10px;
}
	
.proposal-lead-wrap {
    background-size: 60%;
}
span.bt-span {
    left: 10px;
    top: 10px;
    transform: unset;
    font-size: 0.8rem;
}
span.bt-num {
    font-size: 1.6em;
}
#content .breakthrough-item h4 {
    height: 70px;
    padding: 60px 4px 50px 4px;
    font-size: 1rem;
    letter-spacing: 1px;
}
#content .reform-points-wrap h4.h-brown {
    width: 90%;
    padding: 4px;
    letter-spacing: 1px;
}
.reform-item-box {
    margin-bottom: 40px;
}
.reform-item-txt1 {
    width: 100%;
}
.reform-item-txt2 {
    width: auto;
}
#content h4.h-case {
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 10px 10px 10px 0;
}
span.h-case-num {
    padding: 6px 8px;
    font-size: 0.8em;
}
	
.real-estate-lead-wrap {
    background-size: 60%;
}
.table-column ul {
    padding: 0;
}
.table-column ul li {
        width: 44%;
        line-height: 1.6;
        margin-bottom: 8px;
}
.service-category-box {
        flex-wrap: wrap;
        position: relative;
}
.service-img {
    position: absolute;
    z-index: 0;
    margin: 0;
    right: -10px;
    bottom: 0px;
    width: 30%;
    opacity: 0.2;
}
.service-img-txt {
    z-index: 1;
    /* background: rgb(255 255 255 / 80%); */
    /* margin-bottom: 12px; */
    /* margin-right: 20px; */
}
.service-img-txt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.service-img-txt ul li {
    margin-right: 20px;
        width: 33%;
}
	
.building-lead-wrap {
    background-size: 50%;
    background-position: right -48px top;
}
.trouble-icons-wrap {
    flex-wrap: wrap;
    justify-content: center;
}
.trouble-icon-box {
    margin: 0 10px;
}
.trouble-details-inner p {
        margin: 0 20px 0 0 !important;
}
.trouble-details-inner p.tdi-title {
    margin: 0 10px !important;
}
.trouble-details-inner.tdi-last p {
    margin: 0 !important;
}
ul.e-t-ul li {
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    font-size: 1rem;
}
#content .emergency-response-box .h-brown {
    margin-bottom: 20px;
}
.report-staff-box {
    width: 47%;
}
.report-staff-box h5, .cleaning-work-box h5 {
    font-size: 0.9rem;
        padding-bottom: 8px;
}
.watertank-cleaning-block {
    padding: 2% 4% 4%;
}
	
.work-ba-block {
    padding: 2% 4% 4%;
}
	
.special-management-details ul li {
    display: flex;
    line-height: 1.4;
}
	
section.history-page-wrap .white-sq {
    padding: 50px 50px 30px;
}
	
.top-message-box {
        width: 100%;
        margin: 50px auto 30px;
}
.top-message-img {
    width: 32%;
}
#content h2.top-message-heading {
    font-size: 2rem;
    line-height: 1.3;
}
span.top-message-label {
    display: block;
    margin-bottom: 12px;
}
	
section.company-page-wrap .white-sq {
    padding: 50px 50px 30px;
}
.company-table-wrap .tablestyle th {
    padding: 14px 0px;
}
	
.table-form td {
    max-width: unset;
}
	
/*以下から以前*/
	
.footer_center {
    margin: 30px auto 0;
    max-width: 640px;
    width: 100%;
}

.footer_center h3,.footer_right h3 {
    text-align: center;
}
.footer_center ul,.footer_right ul {
    text-align: center;
}
.footer_center a,.footer_right a {
    margin:0 !important;
}
	
.wrap-inner {
    width: 96%;
}
.sn-box {
    width: 47%;
}
.c-data-inner {
    justify-content: space-evenly;
}
span.c-data-en {
    font-size: 2rem;
    bottom: 10px;
}
	
#content h2.h2-l {
    padding: 0 0 20px 0;
    font-size: 1.3rem;
	display:block;
}
	
#content #main.main-sm {
    margin: 0 auto;
    width: 100%;
}
.post_3 .post_box,.flexwrap.post_3:after,.flexwrap.post_3:before {
    width: 31%;
}
	

section.company-page-wrap.privacy-policy-page-wrap .white-sq {
    padding: 50px 50px 50px;
}

.history-table-wrap .tablestyle th {
    width: auto;
    padding-left: 20px;
}

	
}/*end*/


@media screen and (max-width: 899px) {
#pc-nav {
    display:none;
}
#sp-nav {
    display:block;
}
.top-pro-wrap .four-box-wrap {
    margin: 0 20px 50px;
}
.post-box {
    width: 49%;
    margin-bottom: 2%;
}
.contents-inner {
    margin: 0 20px;
}
.contents-inner a {
    width: 48%;
}
.top-sn-inner {
    flex-wrap: wrap;
}
.sn-box {
    width: 80%;
}
.sn-box:first-child {
    margin-bottom: 30px;
}
span.c-data-en {
    font-size: 1.5rem;
}
section.top-case-wrap p {
    margin-left: 40px;
    margin-right: 40px;
}
section.top-case-wrap {
    background-size: 100%;
}
	
#submain {
   /* height: auto;
    padding: 70px 20px;*/
}
span.subh1-title-big {
    font-size: 2.3rem;
}
span.subh1-title {
    font-size: 1.3rem;
}
span.h2-en {
    font-size: 2.3rem;
}


.cleaning-work-in-box {
    width: 46%;
}
.cleaning-work-in-box {
    margin-bottom: 10px;
}
.cleaning-work-in-box:last-child {
    margin-bottom: 0px;
}
	
.acc-map-d-inner {
    flex-wrap: wrap;
}
.acc-map-d-right {
    width: 100%;
    margin: 20px 0 0;
}
.acc-map-d-inner:first-child {
    margin-bottom: 40px;
}
	
.contact-inner {
    padding: 50px 30px 60px;
}
.table-form th {
    width: 100%;
    display: block;
}
.tel-wrap {
    flex-wrap: wrap;
}
#content .contact-wrap h2 {
    padding: 0 0 30px;
    justify-content: center;
}
p.tel-lead {
    margin-bottom: 6px !important;
}
p.tel-txt {
    margin-left: 0;
    width: 100%;
    display: block;
    text-align: center;
}
	
.footer_right {
    display: none;
}
	
}



/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {

.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: block;
}
.pc_only {/* pc・タブレットにだけ表示させたいものに使用する */
    display: none;
}
    
#header .header_logo {
    margin-left: 10px;
    height: 70px;
}
    
#header .header_logo a {

}

#header .header_logo img {
    width: 200px;
}
	
a#sidr-menu-button {
    padding: 4px;
	}

#navbutton {
top: 8px;
    right: 10px;
}
    
#ibox-in {
    width: 100%;
}
#ibox-in p {
    font-size: 2em;
    line-height: 1.4;
    background: rgb(255 255 255 / 70%);
    padding: 20px 6px;
    display: block;
}
#ibox-in .ibox-big {
    background: none;
    padding: 0;
}
    
#content #main,
#content.main-sm {
    width: 94%;
}
#content h1.singletitle, #content h1 {
    font-size: 2em;
}
#content h2 {

}
#content h3 {

}
#submain {
        height: 240px;
}
#pan {
		    top: 220px;
}

#submain .h1wrap {
    margin: 0;
    text-align: center;
}

    
.footer_tel {
    padding: 10px 0;
}
.f_telbtn {
    display: block;
}
#logo_footer {
    float: none;
    text-align: center;
    display: inline-block;
}
.footer_com {
}
#footer .footer_btm {
    margin-bottom: 0px;
}
.footer_btm_wrap {
    margin-top: 0px;
    float: none;
    /*padding-top: 25px;*/
    width: auto;
}
.telnum {
    display: none;
}
#footer-nav li {
    width: 40%;
}
    
#logo_footer img {
    margin-top: 40px;
}

.two_box,.three_box,.four_box {
  width: 100%;
  float: none;
  margin: 0 auto;
}
    
a.link, a.link2 {
    width: 90%;
}

.responsedevise {
    width: 100%;

}
    
/*コンテンツ装飾
ここから*/  
	
	
.to-owner-box {
    width: 44%;
}
.to-owner-box a {
    font-size: 0.8rem;
}
#content .c-data-inner p {
    width: 80%;
}
.news-box, .customer-box {
    width: 90%;
    margin: 0 auto;
}
.news-wrap {
    margin-bottom: 40px;
}
.customer-box {
    margin-top: 40px;
}
#content .c-data-inner a {
    font-size: 1rem;
}
	
#content h2.to-owner-h2 {
    font-size: 1.6rem;
    top: 55px;
}
.to-owner-page-box {
    margin-top: 30px;
}
	
.win-win-content .win-win-2box {
    width: 100%;
}
.win-owner.win-win-2box:first-child {
    margin-bottom: 40px;
}
p.win-win-bottom-txt, p.m-d-bottom-txt {
    font-size: 1.1rem;
}
section.will-page-wrap .white-sq, section.proposal-page-wrap .white-sq, section.real-estate-page-wrap .white-sq, section.building-page-wrap .white-sq {
    padding: 50px 40px 30px;
}
#content .support-points-wrap .h-brown {
    width: 90%;
    padding: 6px 40px 14px;
}
.support-points-wrap {
    padding: 60px 30px 30px;
}
.management-details-wrap {
    padding: 30px 30px 30px;
}
	
.breakthrough-item {
    width: 100%;
    margin: 0 auto 20px;
}
span.bt-span {
top: 20px;
    left: 50%;
    transform: translate(-50%, 0px);
}
#content .breakthrough-item h4 {
    font-size: 1.1rem;
    padding: 50px 4px 20px 4px;
    height: auto;
}
#content .reform-points-wrap h4.h-brown {
    line-height: 1.2;
    padding: 12px 4px;
    top: -40px;
}
.reform-points-wrap {
    padding: 70px 30px 0px;
}
#content .reform-item-box h4 {
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0;
}
.reform-item-txt1 span.h-brown-num {
    margin: 0 auto 10px;
    display: block;
    width: 50px;
    line-height: 2;
    font-size: 1.4rem;
}
#content h4.h-case {
    flex-wrap: wrap;
    padding: 10px;
    font-size: 1rem;
}
span.h-case-num {
    margin: 0 auto 8px;
}
#content h5.h-sq {
    line-height: 1.6;
}
	
#content .one-heading-box h2 {
        font-size: 1.6rem;
}
.trouble-table {
    padding: 20px 30px 30px;
}
.table-column ul li {
    width: 100%;
}
#content .trouble-response-box .h-brown {
    margin-bottom: 20px;
}
p.reporting.mb0 {
    font-size: 0.9rem !important;
    line-height: 1.8 !important;
}
.service-img-txt ul {
    justify-content: space-between;
}
.service-img-txt ul li {
    width: 40%;
    margin-right: 0px;
    line-height: 1.6;
    margin-bottom: 5px;
}
.service-category-box {
    padding-bottom: 50px;
}
.service-img {
    width: 70%;
    right: -10px;
    bottom: 0px;
}
span.trouble-icon-sq {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
}
span.trouble-icon-sq img {
    width: 50%;
}
.trouble-icon-box {
    width: 48%;
    margin: 0;
}
.trouble-icon-box p {
    font-size: 0.8rem;
    line-height: 1.2 !important;
}
	
.trouble-details-inner {
    flex-wrap: wrap;
    padding: 20px;
}
.trouble-details-inner p {
    margin: 0 !important;
}
.trouble-details-inner p.tdi-title {
    margin-bottom: 6px !important;
}
ul.e-t-ul {
    flex-wrap: wrap;
}
ul.e-t-ul li {
    width: 80%;
    margin-bottom: 8px;
}
.inspection-details-box {
    width: 100%;
}
.inspection-details-box:first-child {
    margin-bottom: 20px;
}
.report-staff--wrap {
    padding: 30px;
}
.report-staff-box {
    width: 100%;
}
.report-staff--inner-bottom .report-staff-box {
    width: 100%;
}
	
.cleaning-work--wrap {
        padding: 30px;
}

	
.watertank-cleaning-block {
    width: 90%;
    margin: 0 auto;
}
.watertank-cleaning-block:first-child {
    margin-bottom:20px;
}
	
.work-ba-block {
    width: 90%;
    margin: 0 auto;
}
.work-ba-block:first-child {
    margin-bottom:20px;
}
	
.special-management-details ul li {
    width: 100%;
}
.special-management-details ul li:first-child {
    margin-bottom:10px;
}

#content .c-side-wrap {
    margin-top: 20px;
}
.faq-q {
    padding: 10px 20px 10px 10px;
}
.faq-q p {
    line-height: 1.4;
    font-size: 1.1rem;
}
.faq-a {
    padding: 10px 20px 10px 10px;
}
	
.top-message-box {
    margin-top: 30px;
}
.top-message-img {
    width: 100%;
    margin-bottom: 30px;
}
.top-message-txt {
    width: 100%;
}
#content h2.top-message-heading {
    flex-wrap: wrap;
    padding-bottom: 20px;
}
section.top-message-wrap .white-sq {
    padding: 20px 40px 10px;
}
span.top-message-label {
        display: block;
        margin-bottom: 12px;
        margin-right: 100%;
}
	
section.company-page-wrap .white-sq {
    padding: 50px 40px 30px;
}
.com-flex-wrap {
    flex-wrap: wrap;
}
.com-flex-box {
    width: 100%;
}
.com-flex-box:first-child {
    margin-bottom:20px;
}
.border-box {
    padding: 20px 30px;
}
.border-box ul li {
    margin-bottom: 8px;
    line-height: 1.5;
}
	
section.history-page-wrap .white-sq {
    padding: 50px 40px 30px;
}
	
section.contact-page-wrap .white-sq {
    padding: 10px 30px 10px;
}
	
.works-page-wrap .white-sq {
    padding: 30px 40px 20px;
}
.news-in-img, .news-in-txt {
    width: 100%;
}
	
/*以下から以前*/
	
.footer_center a, .footer_right a {
    font-size: 0.7rem;
    margin: 0 10px !important;
}
.footer_center h3, .footer_right h3 {
    margin-bottom: 10px;
}
	
.post-box {
    width: 100%;
    margin-bottom: 20px;
}
.sn-box {
    width: 90%;
    padding: 50px 30px;
}
.btn-w a {
    padding: 12px 40px 12px;
}
#content .top-sn-inner .entry p {
    flex-wrap: wrap;
}

section.top-case-wrap {
    background-size: 260%;
    background-position: bottom left;
}
.contents-inner a {
    width: 100%;
    margin-bottom: 20px;
}
.c-data-inner {
    margin: 0 20px;
    flex-wrap: wrap;
}

span.c-data-en {
    font-size: 2rem;
}
.c-data-wrap span.h2-en {
    line-height: 1.2;
}

.about-box-in {
    flex-wrap: wrap;
}
.about-box.a-b-left,.about-box.a-b-right {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;
}
.about-box {
    padding: 40px 30px;
}
.about-box.a-b-left .about-img,.about-box.a-b-right .about-img {
    position: relative;
    width: 100%;
    left: unset;
	right:unset;
    margin: 20px 0 0px;
    order: 2;
}

.inv-box {
    padding: 30px 30px;
}
#content h2 {
    display: flex;
    padding-bottom: 30px;
    font-size: 1.5rem;
}
#content h2.h2-c {
        display: block;
        margin-bottom: 20px;
}
.inv-img2 {
    margin-top: 20px;
    margin-bottom: 0;
}
.inv-img2 img {
    width: 100%;
}
.inv-img2 img:first-child {
	margin-bottom:10px;
}
.inv-img3 {
    margin: 20px 0 0px;
}
	
.pur-box {
    padding: 40px 30px;
}
.pur-img.pur-t-img {
    margin-bottom: 30px;
}
.pur-img {
    padding-top: 40px;
}

section.faq-wrap {
    padding: 40px 30px 10px;
}
#content .faq-wrap h2 {
    padding: 0 0 30px;
}
	
.company-lead-wrap {
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.company-lead-wrap .tablestyle {
    width: 100%;
    order: 2;
}
.company-img {
    width: 60%;
    margin: 0px auto 10px;
    order: 0;
}
.tablestyle th {
    padding: 20px 20px 14px 10px;
    line-height: 1.2;
    font-size: 0.8rem;
    width: 110px;
}
.tablestyle td {
    padding: 14px 10px 14px 0;
   /* line-height: 1.6; */
        line-height: 1.2;
        font-size: 0.8rem;
}

.acc-lead-wrap {
    padding: 0 10px 40px;
}
.acc-map-oth-img {
    padding: 30px 0;
}
.acc-map-oth-title img {
    margin: 0 16px 0 0px;
}
.acc-map-d-title {
    margin: 0 auto;
}
.acc-map-d-line {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 0 !important;
}
.acc-map-oth-title img.acc-map-air-img {
    margin: 0 16px 0 0px;
}
	
.caution-txt {
    margin-bottom: 20px;
}
.caution-txt p {
    line-height: 1.2;
    font-size: 0.8rem;
}
.input-harf input.wpcf7-form-control {
    width: 80%;
}
	
.post_3 .post_box,.flexwrap.post_3:after, .flexwrap.post_3:before {
    width: 48%;
}
	
.c-p-other-wrap .c-p-box:nth-child(odd) {
    width: 100%;
}
.slider.slick-initialized.slick-slider {
    width: 90%;
    text-align: center;
    margin: 0 auto 10px;
}
.thumbnail.slick-initialized.slick-slider {
    width: 90%;
margin: 0 auto 10px;
}
.container {
		margin-bottom:20px;
}
.tablestyle.table-property th {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 14px;
}
.tablestyle.table-property td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

p.cs-title {
    line-height: 1.6;
}
.cs-p2 {
    padding: 20px 20px 20px;
}
.cs-p3 img {
    margin-top: 0px;
}

div#ibox {
    /* height: calc(100vh - 70px);*/
        height: 500px;
}
	
.faq-page-wrap .white-sq {
    padding: 30px;
}
	
section.company-page-wrap.privacy-policy-page-wrap .white-sq {
    padding: 50px 30px 50px;
}
	
.history-table-wrap .tablestyle th {
    padding: 14px 20px 14px 10px;
    white-space: nowrap;
}
.history-table-wrap .tablestyle td {
    line-height: 1.5;
}
	
}/*end*/
