@charset "UTF-8";

/*
Theme Name: ktm
Description: ktmWEB default theme for WordPress.
Author: KTM
Version: 1.0

*/
/*=================================
	#common
=================================*/
html {
	overflow: auto;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    /* scroll-behavior: smooth; */
}
/*IEのみフォントを変える*/
@media all and (-ms-high-contrast:none){
 body { font-family: "Arial","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
}
* {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}
body {
    word-wrap: break-word;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.clear {
	clear: both;
}
p {
    display: block;
    margin: 0;
    padding: 0;
    text-align: justify;
}
strong { font-weight: bold; }
em { font-style: italic; }

blockquote.wp-embedded-content {
  display: none;
}
iframe.wp-embedded-content {
  position: relative !important;
  width: 100%;
  max-height: 120px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"] {
    height: auto;
    max-width: 100%;
    margin: 8px auto;	
}
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}
.sticky-top {
    position: sticky;
    top: 0;
}
.sticky-50 {
    position: sticky;
    top: 50px;
}
.sticky-16 {
    position: sticky;
    top: 16px;
}
.wp-pagenavi {
    margin-top: 32px;
    text-align: center;
}
.wp-pagenavi span.current {
    color: #fff;
    border-radius: 4px;
    background: #002A59;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    padding: 0.5em 0.7em 0.45em;
    color: #002A59;
    text-decoration: none;
    /* border: 1px solid #002A59; */
    border-radius: 4px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}
.wp-pagenavi a:hover {
    color: #fff;
    background: #002A59;
}
.wp-pagenavi .pagination {
    display: block;
}
.wp-pagenavi .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp-pagenavi .pagination ul > li {
    margin-right: 4px;
}
.wp-pagenavi .pagination ul > li:last-child {
    margin-right: 0;
}
.vkfs .btn[type=submit] {
    padding: 0.75em 1.5em;
    font-size: 16px;
    letter-spacing: 1.425px !important;
}
.bg-search {
    background: url('./img/top/index_search_image_01.png') center center no-repeat;
    background-size: cover;
}
/*-------------------------
  ブログカード
-------------------------*/
a.tmt-blog-card {
  display: table;
  margin: 32px 0;
  border-radius: 4px;
  border: 1px solid #ddd;
    background: #fff;
  display: block;
  padding: 16px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
  width: 100%;
  text-decoration: none;
}
  a.tmt-blog-card::after {
    background: #f8f9fa;
    border-radius: 0;
    color: #222;
    content: '詳しく見る';
    font-size: 14px;
    display: block;
    padding: 8px 16px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }
  a.tmt-blog-card:hover {
    box-shadow: none;
    text-decoration: none;
  }
  .tmt-blog-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding-bottom: 5px;
  }
  .tmt-blog-card-thumbnail {
    /* flex: 1; */
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    margin-right: 15px;
    padding-top: 5px;
  }
    .tmt-blog-card-thumbnail img {
      width: 100%;
    }
  .tmt-blog-card-content {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    flex: 2.5;
    padding: 0 16px;
  }
  .tmt-blog-card-excerpt {
    color: #222;
    font-size: 13px;
    padding-bottom: 15px;
  }
  .tmt-blog-card-site {
    color: #aaa;
    font-size: 11px;
    padding-left: 5px;
  }
    .tmt-blog-card-site img {
      margin-right: 5px;
      vertical-align: bottom;
      width: 20px;
    }
@media (max-width: 980px) {
  .tmt-blog-card-excerpt {
    border: none;
  }
}
@media (max-width: 640px) {
  a.tmt-blog-card {
    padding: 10px 10px 20px 10px;
  }
  a.tmt-blog-card::before {
    font-size: 11px;
    padding: 2.5px 8px;
    top: -15px;
    left: 10px;
  }
  a.tmt-blog-card::after {
    font-size: 12px;
    padding: 2px 13px;
    right: 10px;
  }
  .tmt-blog-card-thumbnail {
    margin-right: 10px;
    padding-top: 10px;
  }
  .tmt-blog-card-title {
    font-size: 16px;
  }
  .tmt-blog-card-excerpt {
    display: none;
  }
}
/*=================================
	#material-icons
=================================*/
/* 垂直位置調整 */
.material-icons-outlined { display: inline-flex !important; vertical-align: middle !important; }
/* アイコンのサイズを変更するためのルール */
.material-icons-outlined.md-14 { font-size: 14px; }
.material-icons-outlined.md-16 { font-size: 16px; }
.material-icons-outlined.md-18 { font-size: 18px; }
.material-icons-outlined.md-24 { font-size: 24px; }
.material-icons-outlined.md-36 { font-size: 36px; }
.material-icons-outlined.md-48 { font-size: 48px; }

/* 明るい背景の場合に黒色でアイコンを表示するためのルール */
.material-icons-outlined.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons-outlined.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 暗い背景の場合に白色でアイコンを表示するためのルール */
.material-icons-outlined.md-light { color: rgba(255, 255, 255, 1); }
.material-icons-outlined.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
/*=================================
	#keyframe
=================================*/
.slideUp {
    animation-name: slideUp;
    animation-duration: 1s;
    animation-timing-function: ease;
}

.fadein{
	animation: fadeIn 0.2s ease 0s 1 normal;
}

.fadeout{
	animation: fadeOut 1s ease 0s 1 normal;
}
@keyframes slideUp {
    0% {
        transform: translateY(32px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes fadeIn {
	0% {opacity: 0.5}
	100% {opacity: 1}
}

@keyframes fadeOut {
	0% {opacity: 1}
	100% {opacity: 0}
}
.swing {
    animation: swing 3s .45s;
}

@keyframes swing {
    0%,100% { 
        -webkit-transform-origin: bottom center; 
    }
    10% { -webkit-transform: rotate(-15deg); }  
    20% { -webkit-transform: rotate(10deg); }
    30% { -webkit-transform: rotate(-5deg); }   
    40% { -webkit-transform: rotate(5deg); }    
    50% { -webkit-transform: rotate(-3deg); }

    60% { -webkit-transform: rotate(2deg); }
    70% { -webkit-transform: rotate(-2deg); }
    80% { -webkit-transform: rotate(1deg); }
    90% { -webkit-transform: rotate(-1deg); }
    100% { -webkit-transform: rotate(0deg); }
}

.swing-reverse {
    animation: swing-reverse 3s .45s;
}

@keyframes swing-reverse {
    0%,100% { 
        -webkit-transform-origin: top center; 
    }
    10% { -webkit-transform: rotate(-15deg); }  
    20% { -webkit-transform: rotate(10deg); }
    30% { -webkit-transform: rotate(-5deg); }   
    40% { -webkit-transform: rotate(5deg); }    
    50% { -webkit-transform: rotate(-3deg); }

    60% { -webkit-transform: rotate(2deg); }
    70% { -webkit-transform: rotate(-2deg); }
    80% { -webkit-transform: rotate(1deg); }
    90% { -webkit-transform: rotate(-1deg); }
    100% { -webkit-transform: rotate(0deg); }
}
/*=================================
	#header
=================================*/
#header_pc {
    /* border-bottom: 1px solid #ddd; */
    background: #fff;
}
#header_pc .header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
#header_pc .header-logo .header-left {
    max-width: 200px;
}
#header_pc .header-logo .header-right {
    
}
#header_pc .header-nav {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header_pc .header-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    /* background: #ff6600; */
    list-style: none;
}
#header_pc .header-nav ul > li {
    width: auto;
}
#header_pc .header-nav ul > li a {
    display: block;
    padding: 16px 24px;
    color: #000;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    /* border-bottom: 2px solid transparent; */
}
#header_pc .header-nav ul > li.current-menu-item,
#header_pc .header-nav ul > li a:hover {
    color: #002A59;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid #002A59;
    /* background: #cc5200; */
}
#header_pc .header-nav ul > li.active a,
#header_pc .header-nav ul > li.active a:hover {
    border-bottom: 1px solid #002A59;
}
#header_pc .header-nav ul > li a span.material-symbols-outlined {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}
#header_sp {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#header_sp .site-logo {
    position: relative;
    margin: 0;
}
#header_sp .site-logo img {
    height: 50px;
}
    .header-sp-text {
        position: absolute;
        top: 7px;
        left: 107px;
        color: #002A59;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
    }
    .header-sp-search {
        position: absolute;
        top: 7px;
        right: 74px;
        font-size: 22px;
        cursor: pointer;
    }
    #header_sp .offcanvas h2 {
        margin: 0;
        padding: 16px 8px;
        color: #222;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        background: #fff;
    }
    #header_sp .vkfs {
        margin: 0;
        padding: 32px;
        border-radius: 0;
        border: 8px solid #ececec;
        background: #fff;
    }
    #header_sp .vkfs input[type=text],
    #header_sp .vkfs select,
    #header_sp .vkfs textarea {
        padding: 16px;
        border: 1px solid #aaa;
        /* border: transparent; */
        background: #f8f9fa;
    }
    #header_sp .vkfs__input-wrap label {
        color: #222;
        font-size: 16px;
    }
    #header_sp .vkfs__input-wrap .vkfs__has-children .vkfs__children {
        margin-bottom: 32px;
        overflow: hidden;
    }
    #header_sp .vkfs__label-name {
        color: #222;
        font-size: 20px;
    }
    #header_sp .vkfs input[type=checkbox], .vkfs input[type=radio] {
        top: 10px;
    }
    .menu-button, .menu-button span {
        display: block;
        transition: all .5s;
        -webkit-transition: all .5s;
        box-sizing: border-box;
    }
    .menu-button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 16px;
        height: 50px;
        background: #fff;
        z-index: 1035;
    }
    .menu-button .label {
        width: auto;
        height: auto;
        margin: 0 0 5px;
        color: #fff;
        text-align: center;
        line-height: 1;
        font-size: 10px;
        font-family: 'Secular One';
        letter-spacing: 0;
    }
    .menu-button .h_menu {
        position: relative;
        width: 26px;
        height: 18px;
        margin: 0 auto;
    }
    .menu-button span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #222;
    }
    .menu-button, .menu-button span {
        display: block;
        transition: all .5s;
        -webkit-transition: all .5s;
        box-sizing: border-box;
    }
    .menu-button span:nth-of-type(1) {
        top: 0;
    }
    .menu-button span:nth-of-type(2) {
        top: 8px;
    }
    .menu-button span:nth-of-type(3) {
        bottom: 0;
    }
    /* ナビ開いてる時のボタン */
    .menu-button.active {
        background: #cc5200;
    }
    .menu-button.active span {
        width   : 26px;
        background : #ffffff;
    }
    .menu-button.active span:nth-child(1) {
        top : 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
    .menu-button.active span:nth-child(2),
    .menu-button.active span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }
#header_sp {
    z-index: 1030;
}
#header_sp .offcanvas {
    color: #fff;
    background: #002A59;
}
    #header_sp .offcanvas-header .btn-dark {
        color: #222 !important;
        font-size: 24px;
        border: none;
        background: transparent;
    }
    #header_sp .offcanvas-body ul {
        margin: 0;
        padding: 0;
        padding: 8px;
        list-style: none;
    }
    #header_sp .offcanvas-header {
        padding: 0;
        height: 50px;
        background: #fff;
    }
    #header_sp .offcanvas-header img {
        height: 50px;
    }
    #header_sp .offcanvas-header h5 {
        margin: 0;
        padding: 0;
        color: #002A59;
    }
    #header_sp .offcanvas-body {
        padding: 0;
    }
    #header_sp .offcanvas-body .sp-menu-title {
        padding: 8px 16px;
        color: #aaa;
        font-weight: 600;
        background: #001e40;
    }
    #header_sp .offcanvas-body ul > li a {
        display: block;
        padding: 16px;
        color: #fff;
        font-weight: 600;
        border: 1px solid transparent;
        text-decoration: none;
    }
    #header_sp .offcanvas-body ul > li.current_page_item,
    #header_sp .offcanvas-body ul > li a:hover {
        border: 1px solid #fff;
        transition: all 0.3s ease;
    }
/*=================================
	#index
=================================*/

#index_info_block {
    height: 550px;
    background: #002A59;
    
    width: 100%;
    position: relative;
}
#index_info_block::before {
    content: '';  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}
    #index_info_block .index-info-contents {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 16px;
    }
        #index_info_block .index-info-contents h1 {
            margin: 0;
            margin-bottom: 32px;
            padding: 0;
            color: #fff;
            font-size: 64px;
            font-weight: 600;
            text-align: center;
            text-shadow: 0 3px 12px #333;
        }
        #index_info_block .index-info-contents .index-info-text {
            color: #fff;
            font-size: 18px;
            text-align: center;
            /* text-shadow: 0 3px 3px #333; */
        }
        #index_info_block .index-info-contents .index-info-link {
            margin-top: 64px;
            text-align: center;
        }
    .search-contents-block {
        padding: 0 16px;
    }
/*=== VK Filter Search Pro ===*/
#search_block {
    margin: 0;
}
    #search_block .vkfs {
        margin: 0;
        padding: 32px;
        border-radius: 0;
        border: 8px solid #ececec;
        background: #fff;
        box-shadow: 0 3px 12px rgba(0,0,0,0.3);
    }
    #search_block .vkfs__labels {
        margin-bottom: 24px;
    }
    #search_block .vkfs input[type=text],
    #search_block .vkfs select,
    #search_block .vkfs textarea {
        padding: 16px;
        border: 1px solid #aaa;
        /* border: transparent; */
        background: #f8f9fa;
    }
    #search_block .vkfs__input-wrap label {
        font-size: 16px;
    }
    #search_block .vkfs__input-wrap .vkfs__has-children .vkfs__children {
        margin-bottom: 32px;
        overflow: hidden;
    }
    #search_block .vkfs__label-name {
        font-size: 20px;
    }
    #search_block .vkfs input[type=checkbox], .vkfs input[type=radio] {
        top: 10px;
    }
    #search_map {
        margin: 32px 0;
        margin-top: 24px;
        position: relative;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
    }
    #search_map iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
.search-garage-link {
    margin-top: 24px;
    padding: 0 48px;
    text-align: center;
}
.contents-youtube-block {
    margin-top: 128px;
}
.contents-youtube-block .youtube-contents {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.contents-youtube-block .youtube-contents iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.contents-column-block {
    padding: 0;
    background: #fff;
}
    .contents-column-block .text-contents {
        padding: 32px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        white-space: normal;
    }
    .contents-column-block .text-contents .title {
        margin-bottom: 32px;
        color: #222;
        font-size: 32px;
        font-weight: 900;
    }
    .contents-column-block .text-contents .summary {
        margin-bottom: 32px;
    }
    .contents-column-block .text-contents .link {
        margin: 0 auto;
    }
    .concept-info {
        text-align: center;
    }
.contents-icon-block {
    margin-top: 32px;
}
    .contents-icon-block .icon-lists {
        display: grid;
        grid-template-columns: repeat(6, minmax(60px, 1fr));
        grid-gap: 32px;
    }
    .contents-icon-block .icon-lists .icon-item {
        padding: 16px;
        border-radius: 8px;
        background: #f8f9fa;
    }
    .contents-icon-block .icon-lists .icon-item img {
        max-height: 80px;
    }
    .contents-icon-block .icon-lists .icon-item .icon-name {
        margin-top: 16px;
        font-weight: 600;
    }
    .contents-icon-block .icon-info {
        text-align: center;
    }
    .contents-icon-block .icon-info .badge {
        font-size: 14px;
    }
/*=================================
	#main
=================================*/
#main_contents {
    padding: 0;
}
#main_contents .contents-block {
    padding: 5% 0;
}
#main_contents .contents-block .contents-title {
    margin-bottom: 32px;
    color: #333;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
#main_contents .contents-block .contents-title-sub {
    margin-top: -32px;
    margin-bottom: 32px;
    color: #ff6600;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
#main_contents .contents-block .block-header {
    margin-bottom: 32px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
}
#main_contents .contents-block .block-contents {
    color: #333;
}
#main_contents .contents-block .contents-link {
    margin: 5% 0;
    margin-bottom: 0;
    text-align: center;
}
    #main_contents .posts-block {
        margin: 32px 0;
    }
    #main_contents .posts-block .post-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(150px, 1fr));
        grid-gap: 16px;
    }
    #main_contents .posts-block .post-list .post-item {
        background: #fff;
        transition: all 0.3s ease;
    }
    #main_contents .posts-block .post-list .post-item a {
        display: block;
        padding: 16px;
        text-decoration: none;
    }
    #main_contents .posts-block .post-list .post-item:hover {
        box-shadow: 0 3px 12px rgba(0,0,0,0.15);
        transform: scale(1.03);
    }
    #main_contents .posts-block .post-list .post-item a .post-image {
        position: relative;
    }
    #main_contents .posts-block .post-list .post-item a .post-image .post-group-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
    }
    #main_contents .posts-block .post-list .post-item a .post-image .post-group-icon img {
        width: 100%;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
    }
    #main_contents .posts-block .post-list .post-item a .post-title {
        margin-top: 16px;
        margin-bottom: 8px;
        color: #333;
        font-size: 16px;
        font-weight: 600;
    }
    #main_contents .posts-block .post-list .post-item a .post-price-type {
        display: block;
    }
        #main_contents .posts-block .post-list .post-item a .post-price {
            margin-bottom: 8px;
            color: #ff6600;
            font-size: 24px;
            font-weight: bold;
            line-height: 1.0;
        }
        #main_contents .posts-block .post-list .post-item a .post-price span {
            font-size: 12px;
        }
        #main_contents .posts-block .post-list .post-item a .post-type {
            margin: 8px 0;
        }
        #main_contents .posts-block .post-list .post-item a .post-type span {
            margin-left: 2px;
            margin-bottom: 2px;
            padding: 2px 4px;
            padding-top: 0;
            color: #002A59;
            font-size: 13px;
            font-weight: 600;
            border-radius: 4px;
            border: 1px solid #002A59;
            white-space: nowrap;
        }
        #main_contents .posts-block .post-list .post-item a .post-type span img {
            width: 24px;
        }
        /* #main_contents .posts-block .post-list .post-item a .post-type span.a-type {
            color: #B71C1C;
            background: #FFEBEE;
        }
        #main_contents .posts-block .post-list .post-item a .post-type span.b-type {
            color: #0D47A1;
            background: #E3F2FD;
        }
        #main_contents .posts-block .post-list .post-item a .post-type span.c-type {
            color: #33691E;
            background: #F1F8E9;
        } */
    #main_contents .posts-block .post-list .post-item a .post-address {
        padding-top: 8px;
        color: #666;
        font-size: 14px;
        border-top: 1px solid #ddd;
    }
.col-list {
    padding: 16px;
}
/*=================================
	#heading
=================================*/
#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
}
#main_contents h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 24px;
}
#main_contents h3 {
    margin-top: 32px;
    margin-bottom: 16px;
    padding: 16px;
    font-size: 18px;
    background: #f8f9fa;
}
#main_contents h4 {
    margin-top: 32px;
    margin-bottom: 16px;
    padding: 8px 0;
    padding-left: 16px;
    font-size: 16px;
    border-left: 3px solid #002A59;
}
#main_contents h5 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 14px;
}
#main_contents h6 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 14px;  
}
#sidebar h1,
#sidebar h2,
#sidebar h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
}
#sidebar h2 {
    margin-bottom: 16px;
    padding: 8px 16px;
    font-size: 20px;
    /* border-bottom: 3px solid #ddd; */
    background-color: #f8f9fa;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23aaaaaa' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
#sidebar h3 {
    margin-bottom: 16px;
    color: #666;
    font-size: 16px;
}
/*=================================
	#page
=================================*/
#page {
    padding-bottom: 64px;
    background: #ececec;
}
#page .page-contents-border {
    border: 1px solid #ddd;
    border-top: none;
}
#page .page-title {
    padding: 32px;
    border-top: 1px solid #ddd;
    background: #fff;
}
#page .page-title h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
#page .page-thumb {
    height: 250px;
    background-size: cover;
    width: 100%;
    position: relative;
}
#page .page-thumb::before {
  content: '';  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
    #page .page-thumb h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
        padding: 0 16px;
        color: #fff;
        font-size: 32px;
        font-weight: 600;
        text-align: center;
    }
#page .breadcrumbs {
    margin: 16px 0;
    font-size: 14px;
}
#page .breadcrumbs a {
    color: #999;
}
#page .page-container {
    max-width: 880px;
    margin: 0 auto;
}
#page .page-contents-block {
    padding: 16px 0;
}
    #page .breadcrumbs {
        margin: 16px;
    }
    #page .page-contents {
        margin: 16px;
    }
    #page .page-contents p {
        margin: 16px 0;
    }
    #page .page-contents ul {
        margin: 32px 16px;
        padding: 0;
        padding-left: 16px;
        list-style: disc;
    }
    #page .corporate-table table {
        border: 1px solid #ddd;
    }
    #page .corporate-table table > tbody > tr > th,
    #page .corporate-table table > tbody > tr > td {
        padding: 16px;
        border: 1px solid #ddd;
    }
    #page .corporate-table table > tbody > tr > td:first-child {
        font-weight: 600;
        text-align: center;
        background:#ececec;
    }
    #page .page-contents .google-map {
        margin: 32px -32px;
        margin-top: 24px;
        position: relative;
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
    }
    #page .page-contents .google-map iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
/*=================================
	#single
=================================*/
#single {
    padding-bottom: 64px;
    background: #ececec;
}
#single .single-contents-border {
    border: 1px solid #ddd;
    border-top: none;
}
#single .single-title {
    padding: 32px;
    border-top: 1px solid #ddd;
    background: #fff;
}
#single .single-title h1 {
    font-size: 32px;
}
#single .single-thumb {
    margin: 0;
}
#single .single-thumb img {
    width: 100%;
}
#single .breadcrumbs {
    margin: 16px 0;
    font-size: 14px;
}
#single .breadcrumbs a {
    color: #999;
}
#single .single-container {
    border-right: 1px solid #ddd;
}
#single .single-contents-block {
    padding-top: 16px;
}
    #single .breadcrumbs {
        margin: 16px;
    }
    #single .single-detail {
        padding: 32px;
        border: 16px solid #E8F5E9;
        background: #fff;
    }
    #single .single-detail h2 {
        font-size: 20px;
    }
    #single .single-detail dl {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        font-size: 14px;
    }
    #single .single-detail dt {
        width: 30%;
        margin-bottom: 8px;
        padding: 4px;
        color: #666;
        font-weight: 400;
        text-align: center;
        border-radius: 4px;
        background: #f8f9fa;
    }
    #single .single-detail dd {
        width: 70%;
        margin-bottom: 8px;
        padding: 4px;
        padding-left: 16px;
        word-wrap: break-word;
    }
    #single .single-detail dd > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #single .single-detail dd > ul > li {
        margin-bottom: 4px;
    }
    #single .single-detail .detail-price-block {
        display: table;
        width: 100%;
        margin-bottom: 8px;
    }
    #single .single-detail .detail-price-block .price-label {
        display: table-cell;
        width: 30%;
        padding: 4px;
        color: #666;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        border-radius: 4px;
        background: #f8f9fa;
        vertical-align: middle;
    }
    #single .single-detail .detail-price-block .price-num {
        display: table-cell;
        width: 70%;
        padding-left: 16px;
        color: #ff6600;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.0;
        vertical-align: middle;
    }
    #single .single-detail .detail-price-block .price-num span {
        font-size: 14px;
    }
    #single .single-detail .detail-price-common-block {
        display: table;
        width: 100%;
        margin-bottom: 8px;
    }
    #single .single-detail .detail-price-common-block .price-label {
        display: table-cell;
        width: 30%;
        padding: 4px;
        color: #666;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        border-radius: 4px;
        background: #f8f9fa;
        vertical-align: middle;
    }
    #single .single-detail .detail-price-common-block .price-num {
        display: table-cell;
        width: 70%;
        padding-left: 16px;
        font-size: 16px;
        line-height: 1.0;
        vertical-align: middle;
    }
    #single .single-detail .detail-price-common-block .price-num span {
        font-size: 14px;
    }
    #single .single-detail .single-detail-layout img {
        width: 100%;
    }
    #single .single-detail .single-detail-rent img {
        padding: 0;
    }
    #single .single-detail-map {
        margin: 32px -32px;
        margin-top: 24px;
        position: relative;
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
    }
    #single .single-detail-map iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    #single .single-detail table.price-table > tbody > tr > th,
    #single .single-detail table.price-table > tbody > tr > td {
        font-size: 14px;
        font-weight: 500;
        vertical-align: middle;
    }
    #single .single-detail table.price-table > tbody > tr > th {
        width: 120px;
        color: #666;
        text-align: center;
        background: #f8f9fa;
    }
    #single .single-detail-contact {
        margin-top: 32px;
        text-align: center;
    }
    #single .single-contents {
        margin: 16px;
    }
    #single .single-contents p {
        margin: 16px 0;
    }
    #single .single-contents ul {
        margin: 32px 16px;
        padding: 0;
        padding-left: 16px;
        list-style: disc;
    }
    #single .single-contents ul > li {
        margin-bottom: 8px;
    }
    #single .wp-block-image figcaption {
        margin-bottom: 16px;
        color: #666;
        font-size: 14px;
        text-align: center;
    }
blockquote{
    position:relative;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    margin: 32px 16px;
    padding:16px;
}
blockquote:before{
    position:absolute;
    background-color:#FFFFFF;
    color:#aaa;
    font-family:'FontAwesome';
    content:'“';
    line-height:1;
    text-align:center;
    top:-20px;
    left:-10px;
    padding:10px;
    font-size:20px;
}
blockquote:after{
    position:absolute;
    right:-10px;
    bottom:-20px;
    background-color:#FFFFFF;
    padding:10px;
    color:#aaa;
    font-family:'FontAwesome';
    content:'”';
    line-height:1;
    text-align:center;
    font-size:20px;
}
blockquote cite {
    display: block;
    padding-right:30px;
    font-size: 0.8rem;
    text-align: right;
    color: #aaa;
}
#single .relation-posts {
    padding: 32px;
    border-top: 1px solid #ddd;
    background: #f8f9fa;
}
    #single .relation-posts h2 {
        font-size: 20px;
    }
    #single .relation-posts .posts-block {
        margin: 0;
    }
    #single .relation-posts .posts-block .post-list {
        display: grid;
        grid-template-columns: repeat(4, minmax(150px, 1fr));
        grid-gap: 16px;
    }
    #single .relation-posts .posts-block .post-list .post-item {
        background: #fff;
        /* box-shadow: 0 3px 6px rgba(0,0,0,0.15); */
    }
    #single .relation-posts .posts-block .post-list .post-item a {
        display: block;
        padding: 8px;
        text-decoration: none;
    }
    #single .relation-posts .posts-block .post-list .post-item a .post-title {
        margin-top: 8px;
        color: #333;
        font-size: 14px;
        font-weight: 600;
    }
    #single .relation-posts .relation-posts-link {
        margin-top: 32px;
        text-align: center;
    }
#page .no-relation,
#single .no-relation {
    padding: 16px;
    color: #666;
    text-align: center;
}
/*=================================
	#news
=================================*/
#news.posts-block .news-block {
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #ddd;
    background: #fff;
}
    #news.posts-block a {
        text-decoration: none;
    }
    #news.posts-block .news-block:hover {
        background: #ececec;
        transition: all 0.3s ease;
    }
    #news.posts-block .news-block .news-thumb {
        width: 120px;
    }
    #news.posts-block .news-block .news-thumb img {
        width: 100%;
    }
    
    #news.posts-block .news-block .news-contents {
        padding-left: 16px;
        font-size: 20px;
    }
    #news.posts-block .news-block .news-time {
        margin-top: 4px;
        color: #999;
        font-size: 14px;
    }
/*=================================
	#sidebar
=================================*/
#sidebar {
    border: 16px solid #ececec;
    background: #fff;
    /* box-shadow: 0 0 6px rgba(0,0,0,0.2); */
}
    #sidebar .sidebar-inner {
        margin: 16px;
    }
/*=== VK Filter Search Pro ===*/
    #sidebar .vkfs {
        margin: 0;
        padding: 16px;
        background: #fff;
    }
    #sidebar .vkfs__labels {
        margin-bottom: 24px;
    }
    #sidebar .vkfs input[type=text],
    #sidebar .vkfs select,
    #sidebar .vkfs textarea {
        padding: 8px;
        border: 1px solid #aaa;
        /* border: transparent; */
        background: #f8f9fa;
    }
    #sidebar .vkfs__input-wrap label {
        font-size: 16px;
    }
    #sidebar .vkfs__input-wrap .vkfs__has-children .vkfs__children {
        margin-bottom: 32px;
        overflow: hidden;
    }
    #sidebar .vkfs__label-name {
        font-size: 14px;
    }
    #sidebar .vkfs input[type=checkbox], .vkfs input[type=radio] {
        top: 10px;
    }
    #sidebar .sidebar-inner p {
        padding: 16px 0;
    }
    #sidebar ul.wp-block-latest-posts__list {
        margin: 0;
        padding: 0;
        padding: 16px;
        background: #fff;
        list-style: none;
    }
    #sidebar ul.wp-block-latest-posts__list > li {
        display: flex;
        align-items: center;
        white-space: normal;
        margin-bottom: 8px;
    }
    #sidebar ul.wp-block-latest-posts__list > li .wp-block-latest-posts__featured-image {
        width: 80px;
    }
    #sidebar ul.wp-block-latest-posts__list > li .wp-block-latest-posts__featured-image img {
        width: 100%;
    }
    #sidebar ul.wp-block-latest-posts__list > li .wp-block-latest-posts__post-title {
        flex: 1;
        padding-left: 16px;
        text-decoration: none;
    }
/*=================================
	#search
=================================*/
.search-status-block {
    margin: 0 16px;
    padding: 2px;
    background: #F1F8E9;
}
    .search-status-block table {
        margin: 0;
    }
    .search-status-block table th,
    .search-status-block table td {
        vertical-align: middle;
        text-align: center;
    }
    .search-status-block table th {
        font-size: 14px;
        font-weight: 400;
    }
    .search-status-block table td {
        font-weight: 600;
        border: none;
        background: #fff;
    }
.search-posts-link {
    margin-top: 32px;
    text-align: center;
}
/*=================================
	#footer
=================================*/
.owners-block {
    margin: 5% 0;
    padding: 0;
    background: #000;
}
    .owners-block .owners-contents {
        padding: 32px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        white-space: normal;
        background-image: linear-gradient(135deg,#444 20%,#000);
    }
    .owners-block .owners-contents .title {
        margin-bottom: 32px;
        color: #fff;
        font-size: 32px;
        font-weight: 900;
        text-shadow: 0 3px 12px #000;
    }
    .owners-block .owners-contents .summary {
        margin-bottom: 32px;
        color: #eee;
    }
    .owners-block .owners-contents .link {
        margin: 0 auto;
    }
.keisai-block {
    margin: 5% 0;
    padding: 0;
    background: #000;
}
    .keisai-block .keisai-contents {
        padding: 32px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        white-space: normal;
        background-image: linear-gradient(135deg,#444 20%,#000);
    }
    .keisai-block .keisai-contents .title {
        margin-bottom: 32px;
        color: #fff;
        font-size: 32px;
        font-weight: 900;
        text-shadow: 0 3px 12px #000;
    }
    .keisai-block .keisai-contents .summary {
        margin-bottom: 32px;
        color: #eee;
    }
    .keisai-block .keisai-contents .link {
        margin: 0 auto;
    }
/*=================================
	#terms_privacy
=================================*/
#terms_privacy {
	padding: 0;
	font-size: 14px;
}
#terms_privacy a {
	color: #1976D2;
	text-decoration: underline;
}
#terms_privacy a:hover {
	color: #1976D2;
	text-decoration: none;
}
#terms_privacy h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 32px;
	font-size: 24px;
	font-weight: 600;
}
#terms_privacy h2 {
	margin: 0;
    margin-top: 32px;
	padding: 16px 0px;
	font-size: 18px;
	font-weight: 600;
}
#terms_privacy h3 {
	margin: 0;
	margin-top: 16px;
	padding: 16px 0px;
	font-size: 16px;
	font-weight: 600;
}
#terms_privacy ol {
	padding-left: 32px;
	list-style: decimal;
}
/*=================================
	#footer
=================================*/
#footer {
	padding: 5% 0;
	background: #fff;
}
    #footer .footer-logo {
        max-width: 200px;
        margin: 0 auto;
    }
    #footer .footer-contents {
        font-size: 13px;
    }
    #footer .footer-contents h2.logo {
        margin: 0;
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.3;
    }
    #footer .footer-contents .info {
        margin-bottom: 16px;
        color: #666;
        font-size: 13px;
    }
    #footer .footer-contents .tel {
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: 600;
    }
    #footer .footer-contents .tel a {
        text-decoration: none;
    }
    #footer .footer-contents .fax {
    }
    #footer .footer-contents .icon-block {
        margin-top: 16px;
        max-width: 160px;
    }
    #footer .footer-contents .icon-block .icon-list {
        display: grid;
        grid-template-columns: repeat(4, minmax(24px, 1fr));
        grid-gap: 8px;
        font-size: 24px;
    }
    #footer .footer-contents .icon-block .icon-list a {
        color: #666;
    }
    #footer .footer-menu-title {
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: 600;
    }
    #footer .footer-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        #footer .footer-menu ul > li {
            margin-bottom: 4px;
        }
        #footer .footer-menu ul > li a {
            color: #666;
            font-size: 13px;
            text-decoration: none;
        }
        #footer .footer-menu ul > li a:hover {
            text-decoration: underline;
        }
    #footer .copy {
        margin-top: 32px;
        color: #999;
        font-size: 13px;
        text-align: center;
    }
/*--------------- wpcf7 -------------------*/
/*
 * INPUT
 */
.wpcf7 {
    padding: 16px 64px;
}
.wpcf7 input[type="submit"] {
    width: 100%;
    margin-top: 16px;
    padding: 0.75em 1.5em;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border: none;
    background: #222;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.wpcf7 select,textarea,
.wpcf7 .field {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 14px;
    padding: 0 12px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
    color: #666;
    font-size: 1em;
    vertical-align: middle;
    line-height: 45px;
    transition: background-color .24s ease-in-out;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="text"]:active,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="password"]:active,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime"]:active,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime-local"]:active,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="date"]:active,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="month"]:active,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="time"]:active,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="week"]:active,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="number"]:active,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="email"]:active,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="url"]:active,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="search"]:active,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="tel"]:active,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="color"]:active,
.wpcf7 select:focus, select:active,
.wpcf7 textarea:focus, textarea:active,
.wpcf7 .field:focus, .field:active {
    background-color: #fff;
}
.wpcf7 textarea {
    max-width: 100%;
    min-height: 120px;
    line-height: 1.5em;
    padding: .5em;
    overflow: auto;
}
.wpcf7 select {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
    background-color: #ECEFF1;
    background-repeat: no-repeat;
    background-position: 97.5% center;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wpcf7 select::-ms-expand {
    display: none;
}
.wpcf7 label {
	display: block;
	font-size: 14px;
}
/*=================================
	#media_query
=================================*/
@media all and (max-width: 1200px) {
    #header_pc .header-nav ul > li a {
        padding: 16px;
    }
    #page,
    #single {
        padding-bottom: 0;
    }
    #page .page-contents-border,
    #single .single-contents-border {
        border: none;
    }
    .owners-block,
    .keisai-block {
        margin: 0;
    }
}
@media all and (min-width: 992px) {

}
@media all and (max-width: 992px) {
    body {
        padding-top: 50px;
    }
    #index_info_block {
        font-size: 32px;
    }
    #index_info_block .index-info-contents h1 {
        font-size: 48px;
    }
    .contents-youtube-block {
        margin-top: 64px;
        margin-bottom: -5%;
    }
    .contents-column-block {
        background: transparent;
    }
    .contents-column-block .text-contents {
        padding-top: 0;
    }
    .contents-icon-block .icon-lists {
        display: grid;
        grid-template-columns: repeat(3, minmax(60px, 1fr));
        grid-gap: 16px;
    }
    .contents-icon-block .icon-lists .icon-item img {
        max-height: 50px;
    }
    #main_contents .contents-block .block-header {
        font-size: 24px;
        line-height: 1.3;
    }
    #main_contents .posts-block .post-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        grid-gap: 8px;
    }
    #single .single-detail-map {
        margin-left: -32px;
        margin-right: -32px;
    }
    #single .relation-posts {
        padding: 16px;
    }
    #single .relation-posts .posts-block .post-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        grid-gap: 8px;
    }
    #single .relation-posts .posts-block .post-list .post-item {
        background: transparent;
    }
    #single .relation-posts .posts-block .post-list .post-item a {
        padding: 8px;
    }
}
@media all and (max-width: 768px) {
    .sticky-top,
    .sticky-50,
    .sticky-16 {
        position: static;
    }
    #index_info_block .index-info-contents h1 {
        font-size: 32px;
    }
    .search-status-block table th,
    .search-status-block table td {
        font-size: 12px;
    }
    #single .single-container {
        border-right: none;
    }
    #sidebar {
        border: 16px solid #ddd;
    }
    #sidebar .sidebar-inner {
        margin: 0;
    }
    #sidebar .vkfs {
        margin-bottom: 24px;
    }
    #sidebar ul.wp-block-latest-posts__list {
        padding: 16px 32px;
    }
}
@media all and (max-width: 576px) {
    .col-list {
        padding: 8px;
    }
    #search_block .vkfs {
        padding: 16px;
    }
    .search-garage-link {
        padding: 0 32px;
    }
    #main_contents .contents-block .contents-title {
        font-size: 32px;
    }
    #main_contents .contents-block .contents-title-sub {
        font-size: 14px;
    }
    #main_contents .contents-block .contents-link {
        margin-bottom: 5%;
    }
    #main_contents .posts-block .post-list .post-item a {
        padding: 8px;
    }
    #main_contents .posts-block .post-list .post-item a .post-title {
        margin-top: 8px;
        font-size: 14px;
    }
    #main_contents .posts-block .post-list .post-item a .post-type span {
        margin-left: 2px;
        padding: 2px 4px;
        font-size: 11px;
    }
    #main_contents .posts-block .post-list .post-item a .post-image .post-group-icon {
        width: 32px;
    }
    #single .single-detail {
        padding: 16px;
    }
    #single .single-title {
        padding: 16px;
    }
    #single .single-title h1 {
        font-size: 28px;
    }
    #news.posts-block .news-block .news-thumb {
        width: 80px;
    }
    #news.posts-block .news-block .news-contents {
        padding-left: 8px;
        font-size: 16px;
    }
    #footer .footer-menu ul {
        overflow: hidden;
    }
        #footer .footer-menu ul > li {
            margin-bottom: 0;
            float: left;
            width: auto;
            margin-bottom: 4px;
            padding-right: 16px;
        }
    .wpcf7 {
        margin: 0 -16px;
        margin-top: 16px;
        padding: 16px;
        background: #f8f9fa;
    }
}