@charset "utf-8";
/*
Theme Name: tokyosogo
Template: lightning
Tags: 
Version: 0.1.2
*/
/* 全体 */
/* アンカーリンク文字 */
.rink a{
    color: #0045A5;
}

/* アンカーリンク位置 */
.anchor{
    padding-top: 20px;
    margin-top: -20px;
}
/* 固定ページのタイトル非表示 */
.page-header{
    display:none;
}

/* TOP小見出し背景色 */
h3.has-background {
    padding: 0.5% 0.5%;
}

/* TOP、各固定ページタイトル */
.subtitle {
    position: relative;
    display: block;
}
.subtitle-text {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.subtitle-text h1{
    margin-bottom: 5px;
}
.subtitle-text1 {
    position: absolute;
    top: 40%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.is-style-vk-heading-plain {
    margin-bottom: 10px;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1010px;
}
}
/* 背景画像位置 */
.subtitle img{
    margin-left:-50px;
}

.header_scrolled .site-header {
	position: static;
	-webkit-animation: none;
    animation: none;
}
/*
.header-cover{
	margin-top: 0px !important;
}*/
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 4px 0px 4px 10px;
}
h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h6 {
    font-size: 14px;
}

@media screen and (max-width: 770px){
h1 {
    font-size: 25px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
}
@media screen and (max-width: 426px){
.br-pc{
    display:none;
}
.rink{
    display:none;
}
#post-15 .rink{
    display:block;
}
}
.rn-btn a.green:hover,
.owner-btn a.green:hover{
    background:#87ce5e;
    color:#000;
}
.rn-btn a.orange:hover,
.mgmc-btn a.orange:hover{
    background:#f19168;
    color:#000;
}

p.has-text-color{
    margin-bottom:13px;
}
table td, table th {
    padding: .5rem 0rem;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl{
    padding-right: 0px;
    padding-left: 0px;
}
/* メニュー */
@media (min-width: 1140px){
.site-header-container.container{
    max-width: 1130px;
}
}
.device-mobile .global-nav-list>li {
    padding: 14px 1.5em;
}
.nav li a, nav li a {
    color: #0045A5;
}
#site-header strong{
    font-weight:normal;
}
.vk-mobile-nav-menu-btn{
    width: 38px;
    height: 38px;
}

@media screen and (min-width: 768px){
.global-nav-list>li .global-nav-name {
    font-size: 12px;
}
.device-pc .global-nav-list>li>a {
    padding: 14px 0.7em;
}
.site-header--layout--nav-float .site-header-logo {
    margin-right: 1.5em;
}
}

@media screen and (min-width: 992px){
.device-pc .global-nav-list>li>a {
    padding: 14px 0.9em;
}
.global-nav-list>li .global-nav-name {
    font-size: 14px;
}
}
@media (max-width: 991.98px){
.site-header-logo {
    margin:.5em 50px .5em .5em;
}    
}


/* スライド内 */
.header-cover {
    position:relative;
    z-index:2;
}
.header_scrolled.admin-bar .site-header{
    z-index:3;
}
.ltg-slide picture img {
    width: 100%;
    object-fit: cover;
    height:500px ;
}
.header-text{
    font-size: 50px;
    color:#fff;
    position:absolute;
    top:25px;
    left:2%;
    letter-spacing:5px;
    font-weight:bold;
}
.header-text img{
    width:747px;
}
.header-text div:nth-child(2) {
    margin-top:-10px;
}
.owner,
.mgmc{
    position:absolute;    
    font-size:20px;
    border-radius:11px;
    margin:15px 0;
    line-height:22px;
    right:15.5%;
}
.owner{
    background-color:#96D970;
    top:10px;

}
.mgmc{
    background-color:#F4A27F;
    top:108px;

}
.owner a{
    color:#000;
    padding:14px 26px;
    width:280px;
    height:78px;
    display: table-cell;
    vertical-align: middle; 
}
.mgmc a{
    color:#000;
    padding:28px 26px;
    width:280px;
    height:78px;
    display: table-cell;
    vertical-align: middle; 
}
.owner a:hover{
    background-color:#87ce5e;
    border-radius:11px;
}
.mgmc a:hover{
    background-color:#f19168;
    border-radius:11px;
}
.swiper-button-prev,
.swiper-button-next{
    display:none;
}

@media screen and (min-width: 1800px){
.owner,
.mgmc{
    font-size:30px;
	line-height:32px;
}
.owner a{
    width:380px;
    height:120px;
}
.mgmc a{
    width:380px;
    height:120px;
}
.owner{
    top:10px;
    right:4%;  
}
.mgmc{
    top:150px;
    right:4%;  
}
.header-text div:nth-child(2) {
    margin-top:0px;
}
}
@media screen and (max-width: 1025px){
.header-text{
    font-size: 45px;
}
.header-text img{
    width:650px;
}
.header-text div:nth-child(2) {
    margin-top:0px;
}
.ltg-slide picture img {
    height:400px;
}
.owner,
.mgmc{
    font-size:18px;
}
.owner a{
    padding:10px 26px;
    width:250px;
	height: 70px;
}
.mgmc{
    top:95px;
}
.mgmc a{
    padding:22px 26px;
    width:250px;
	height: 70px;
}
}

@media screen and (max-width: 813px){
.header-text{
    top: 15px;
    font-size: 24px;
}
.header-text img{
    width:470px;
}
.owner,
.mgmc{
    font-size:15px;
    line-height:18px;
    top:220px;
    max-width:250px;
    text-align:center;
}
.owner{
    left:15%;
}
.mgmc{
    right:15%;
}
.owner a,
.mgmc a{
    padding:5px 10px;
    width:40%;
    text-align:center;
    max-width:250px;
	height: 50px;
}
.ltg-slide picture img {
    height:320px;
}
.header-text div:nth-child(2) {
    margin-top:0px;
}
}
@media screen and (max-width: 735px){
.header-text{
    font-size: 24px;
}
.header-text img{
    width:470px;
}
.owner,
.mgmc{
    font-size:14px;
    line-height:18px;
    width:33%;
    text-align:center;
    max-width:230px;
}
.owner a,
.mgmc a{
    padding:5px 10px;
    width:33%;
    text-align:center;
    max-width:230px;
	height: 50px;
}
.ltg-slide picture img {
    height:320px;
}
.header-text div:nth-child(2) {
    margin-top:0px;
}
}
@media screen and (max-width: 426px){
.header-text{
    font-size: 20px;
    top:20px;
}
.header-text img{
    width:380px;
}
.owner,
.mgmc{
    font-size:13px;
    line-height:16px;
    top:190px;
}
.owner a,
.mgmc a{
    padding:5px 10px;
    height: 55px;
}
.ltg-slide picture img {
    height:300px;
}
.header-text div:nth-child(2) {
    margin-top:0px;
}
}
@media screen and (max-width: 376px){
.header-text{
    font-size: 17px;
}
.header-text img{
    width:330px;
}
.owner,
.mgmc{
    font-size: 12px;
    top:170px;
    width:110px;
}
.owner a,
.mgmc a{
    padding:5px 7px;
    width:110px;
}
.ltg-slide picture img {
    height:280px;
}
.header-text div:nth-child(2) {
    margin-top:0px;
}
}
@media screen and (max-width: 320px){
.header-text{
    font-size: 14px;
}
.header-text img{
    width:300px;
}
.owner,
.mgmc{
    border-radius:11px;
    width:108px;
}
.owner a,
.mgmc a{
    font-size: 12px;
    padding:5px 5px;
    width:108px;
}
.ltg-slide picture img {
    height:280px;
}
.header-text div:nth-child(2) {
    margin-top:0px;
}
}

/* 新着情報 */
.vk_post_imgOuter.media-img,
.vk_posts.next-prev{
    display:none;
}
.media.vk_post:first-child{
    border-top:none;
}
.wp-block-latest-posts__list li{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    border-bottom: none;
    padding:0;
}

.wp-block-latest-posts.wp-block-latest-posts__list{
    margin:19px 10px;
}
li .wp-block-latest-posts__post-date{
	width:195px;
}
.wp-block-latest-posts li a{
    width:100%;
}
@media screen and (max-width: 426px){
li .wp-block-latest-posts__post-date{
	width:160px;
}
}

#comments,
.entry-meta-data-list,
.entry-meta-item-updated,
.fn,
.vcard.author{
    display:none;
}
/* ビルオーナ・管理組合 */
.page-id-35 .wp-block-columns.rn-btn-box{
    max-width:687px;
    margin:0 auto;
}
.page-id-35 .rn-btn a{
    font-size:20px;
    padding: 33px 24px;
}
@media screen and (max-width: 426px){
.page-id-35 .rn-btn a{
    font-size:17px;
    padding: 25px 9px;
    margin-bottom:10px;
}
}
.meyasu{
    margin:0 auto;
    max-width:718px;
}
.meyasu p{
    margin-bottom:5px
}
.seko-mae{
    background-color:#D4D4D4;
    text-align:center;
}
.seko-mae p,
.seko-ato p{
    margin:10px 0;
}
.seko-ato{
    background-color:#C3ECFF;
    text-align:center;
}
.keisya-box{
    background-color:#C3ECFF;
    padding: 42px 51px;
}
.keisya-box .wp-block-image{
    margin: 0 0 0em;
}
.back-blue{
    background-color:#A5DDF7;
    border-radius:5px;
    padding:15px 10px;
	line-height:23px;
	max-width:646px;
	margin: 0 auto;
	margin-bottom:15px;
}
.back-blue.last{
    position:relative;
    height:200px;
}
.wp-image-694{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:33.5%;
}
@media screen and (max-width: 450px){
.wp-image-694{
    width:200px;
    top:43%;
}
}
.seko-margin{
    margin-bottom:4px;
    font-size:20px;
    max-width:670px;
    margin: 0 auto;
}
.seko-box{
    max-width:670px;
    margin: 0 auto;
	margin-bottom:60px;
}
.seko-mae img,
.seko-ato img{
    padding:0 10px;
    object-fit: contain;
}

.seko-box .wp-block-column:not(:first-child) {
    margin-left: 0;
}
@media screen and (max-width: 770px){
.seko-box{
    width: 100%;
}
.wp-block-columns.seko-box{
    flex-wrap: nowrap;
}
}
@media screen and (min-width: 600px) and (max-width: 781px){
.wp-block-column.seko-mae:not(:only-child),
.wp-block-column.seko-ato:not(:only-child) {
    flex-basis: 100% !important;
}
}
@media screen and (max-width: 599px){
.seko-mae img, .seko-ato img {
    height: auto;
}
.wp-block-column.Arrow {
    flex-basis: auto !important;
	width:75px;
    margin:0px 5px !important; 
}
}
/* 企業情報 */
.max315{
    max-width:315px;
}
.max208{
    max-width:208px;
}
.wp-block-columns {
    justify-content: center;
}

/* お問い合わせ */
.ns-box {
    margin-bottom:15px;
    border-style: solid;
    border-color: #ffb5b8;
    background-color: #fff8f9;
}
.ns-box p{
    padding:20px 15px;
    text-align:center;
    margin:0 auto;
}
.section{
    max-width:166px;
}
.name,
.email{
    max-width:238px;
}
.contact-table input{
    max-width:359px;
}
.contact-table textarea{
    max-width:529px;
}
#mw_wp_form_mw-wp-form-123{
    max-width:787px;
    margin:0 auto;
    margin-top:30px;
}
.required{
    padding-left:10px;
    color:#FF0000;
}
.link {
    margin-bottom:25px;
}
.link a{
    color:#0045A5;
    text-decoration: underline;
}
.confirm{
    text-align:center;
}
.confirm input{
    background:#2B6EBF;
    font-size:22px;
    padding:13px 19px;
    border-radius:11px;
}
.confirm input:hover{
    background:#255ea2;
}
.contact-table{
    border-collapse: separate;
    border-spacing: 2px;
    border-top: none;
	margin-bottom:3px;
}
.contact-table td{
	font-size:16px;
	padding: 6px 10px 5px 10px;
}
.contact-table select,
.contact-table input,
.contact-table textarea{
    margin:0;
    padding:6px 10px;
    border-radius:2px;
    border:1px solid #989898;
	font-size: 15px;
}
.contact-table td:nth-child(1){
    background:#A5DDF7;
    border:1px solid #A5DDF7;
    margin-right:5px;
}
.contact-table td{
    border:1px solid #989898;
}
@media screen and (max-width: 770px){
.contact-table th,
.contact-table td {
    display: block;
    width: 100%;
  }
.contact-table tr {
    display:block;
    margin-bottom:15px;
}
.contact-table input.tel{
    width:65px ;
}
}

.is-style-vk-heading-solid_bottomborder_black{
    border-bottom: 3px solid #0045A5;
}

.solid_bottomborder_black {
    border-bottom: solid 1px #333;
}


/* 事業内容ボタン */
.wp-block-button.owner-btn{
    margin-bottom:20px;
}
.wp-block-button.owner-btn a {
    font-size: 22px;
    color: #000;
    background-color: #96d970;
    padding: 0px 15px;
    width: 280px;
    height: 125px;
    display: table-cell;
    vertical-align: middle;
	text-align:left;
}
.wp-block-button.mgmc-btn a{
    font-size: 22px;
    background-color: #f4a27f;
    color: #000;
    padding: 0px 15px;
    width: 280px;
    height: 125px;
    display: table-cell;
    vertical-align: middle;
}
.wp-block-column.business-btn{
    margin-left: -15px;
	margin-top:10px;
}


.wp-block-button__link:hover {
    filter:none;
}
.wp-block-button .owner-btn a:hover {
    color: #000;
    background-color: #87ce5e;
}

.wp-block-button .mgmc-btn a:hover {
    color: #000;
    background-color: #f19168;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
 
@media screen and (max-width: 1200px){
.owner-btn a,
.mgmc-btn a{
    font-size: 22px;
    padding: 0px 15px;
    width: 250px;
    height: 110px;
	text-align:left;
}
}
@media screen and (max-width: 992px){
.owner-btn a,
.mgmc-btn a{
    font-size: 19px;
    padding: 0px 15px;
    width: 250px;
    height: 80px;
}
}
@media screen and (max-width: 782px){
.owner-btn a,
.mgmc-btn a{
    font-size: 18px;
    padding: 0px 15px;
    width: 180px;
    height: 80px;

}
.home .wp-block-columns.zigyou-box{
    flex-wrap: inherit;
}
.wp-block-column.business-btn {
    margin-top: 0px;
}
}
@media (min-width: 600px) and (max-width: 781px){
.home .wp-block-column.zigyou:not(:only-child) {
    flex-basis: auto !important;
}
.home .wp-block-column.business-btn:not(:only-child) {
    flex-basis: auto !important;
}
.owner-btn a,
.mgmc-btn a{
    font-size: 18px;
    padding: 0px 15px;
    width: 270px;
    height: 93px;

}
}
@media screen and (max-width: 768px){
.owner-btn a,
.mgmc-btn a{
    font-size: 15px;
    padding: 0px 15px;
    width: 180px;
    height: 70px;

}
.wp-image-712{
    width: 400px;
}
}
@media screen and (max-width: 599px){
.owner-btn a,
.mgmc-btn a{
    font-size: 15px;
    padding: 0px 10px;
    width:220px;
    text-align:center;
}
.wp-image-712{
    width: 100%;
}
.wp-block-column.business-btn{
    margin-left:0px;
}
.home .wp-block-column.business-btn{
    display:flex;
    justify-content: space-evenly;
}
.home .wp-block-columns{
    display:block;
}
.pc {
    display: none !important;
}
.sp {
    display: block !important;
}
}
@media screen and (max-width: 510px){
.owner-btn a,
.mgmc-btn a{
    padding: 0px 10px;
    width: 180px;
}
}
@media screen and (max-width: 450px){
.owner-btn a,
.mgmc-btn a{
    padding: 0px 10px;
    width: 160px;
}
}

@media screen and (max-width: 400px){
.owner-btn a,
.mgmc-btn a{
    padding: 0px 10px;
    width: 150px;
}
}
@media screen and (max-width: 350px){
.owner-btn a,
.mgmc-btn a{
    height: 50px;
	font-size: 10px;
    width: 120px;
}
}
/* ビルオーナー・管理組合 */
.wp-block-button.rn-btn a{
    color: #000;
    background-color: #96d970;
    padding: 30px 15px;
    font-size: 21px;
}

.rn-btn a:hover {
    color: #000;
    background-color: #87ce5e;
}
.q-btn a{
    color: #fff;
    background-color: #fc6767;
    padding: .667em 1.333em;
    font-size: 22px;
}
.q-btn a:hover {
    background: #eb5b5b;
}


@media screen and (max-width: 770px){
.q-btn a{
	padding: .667em 0.2em;
    font-size: 18px;
}
}
/* 管理会社 */
.question-image{
    margin-bottom: -10px;
}


/* 企業情報 */
.ceo-subtitle{
    margin-bottom: 50px;
}
.c-column{
    margin-bottom: 0px;
}
.b_less{
    border: none;
}
.b_less td{
    border:none;
    font-size: 16px;
}
figure.b_less table{
    border-top: none;
}
@media screen and (max-width: 770px){
.b_less th,
.b_less td {
    display: block;
    width: 100%;
}
.b_less tr {
    display:block;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #cbcbcb;
}
}

th, td {
    vertical-align:top;
}

/* サイトマップ */
.page-id-18 .sitemap-post{
    display:none;
}

/* フッター */
.site-footer-content{
	padding-right:15px;
	padding-left:15px;
}
.site-footer{
    background-color: #2B6EBF;
}
.profile,
.profile a {
    color: #FFFFFF;
}
.textwidget {
   color: #FFFFFF;
}
.textwidget a {
   color: #FFFFFF;
}
.veu_profile .profile_text,
.footer-link{
    font-size:15px;
}
.site-footer .widget_media_image{
    margin-bottom:5px;
}
.site-footer-copyright p{
    color:#FFF;
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
.site-footer img{
    width:335px;
}
.site-footer .col-lg-4 {
    flex: 100%;
    max-width: 100%;
}
@media (max-width:481px){
.site-body {
    padding:20px;
　}
.wp-block-button.owner-btn a {
font-size: 18px;
width: 200px;
height: 100px;
}
.wp-block-button.mgmc-btn a{
font-size: 18px;
width: 200px;
height: 100px;
}
body .is-layout-flex {
align-items: normal;
    }
    }