@charset "utf-8";
/*
各案件による変化を受けない、標準テーマに付随する
基幹的なCSSはこちらの　core-style.cssへ記述します。
style.css　より優先度は低く（前に）読み込みます。
*/

/*実績紹介*/
.post-type-archive-works .site-body-container.container{
/*     max-width: 100%; */
}

img.attachment-large.size-large.wp-post-image{ max-width:80%; margin:auto!important;}
.works-template-default .entry-meta { display:none; }
ul.row{ padding:0;}
li.col-3{ list-style:none; text-align:center;}
li.col-3 img{ max-height:143px;}
li.col-3 a:hover img { cursor: zoom-in; }

table td {
    font-size: 1rem;
}

#fancybox-wrap {

   margin-top: -120px;

}

/* ヘッダー横検索窓 */
.header_nav_search_container {
    order: 3;
    position: relative;
    width: 600px;
	margin-left: 10px;
}

.header_nav_search_container form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header_nav_search_container button.wp-block-search__button.has-icon {
    width: 40px;
    background: #ccc;
}

@media (max-width: 991px) {
.header_nav_search_container {
  display: none;
}
}

/*孫メニュー対策*/
.global-nav-list .sub-menu .acc-btn { 
    z-index: 10; 
}

/* ダミー画像用（仮） */
.status-dummy::after {
    content: '仮';
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    mix-blend-mode: difference;
    color: #fff;
}
.status-dummy {
    position: relative;
}


/*Google reCAPTCHA V3位置調整*/
.grecaptcha-badge {
bottom: 75px !important;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * デートピッカー上書きCSS
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#ui-datepicker-div .ui-datepicker-header {
    background: #eee;
    border: none;
    border-radius: 0;
    padding: 15px 0;
}

#ui-datepicker-div {
    padding: 0;
}

#ui-datepicker-div select.ui-datepicker-month, #ui-datepicker-div select.ui-datepicker-year {
    padding: 5px;
    width: 40%;
    margin: 0;
}
#ui-datepicker-div .ui-datepicker-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
	font-size: 1rem;
}

#ui-datepicker-div .ui-datepicker-prev,#ui-datepicker-div .ui-datepicker-next {
    top: calc(50% - 0.9em);
}

#ui-datepicker-div th.ui-datepicker-week-end:last-child {
    color: blue;
}

#ui-datepicker-div th.ui-datepicker-week-end:first-child {
    color: red;
}
#ui-datepicker-div .ui-state-default,#ui-datepicker-div .ui-widget-content .ui-state-default,#ui-datepicker-div .ui-widget-header .ui-state-default, .ui-button {
    border: none;
    background: none;
    text-align: center;
    line-height: 2;
    border-radius: 50px;
    transition: .1s ease-out;
}

#ui-datepicker-div a.ui-state-default.ui-state-active {
    background: var(--vk-color-primary) !important;
    color: #fff;
}

#ui-datepicker-div a.ui-state-default:hover,#ui-datepicker-div a.ui-state-default:active,#ui-datepicker-div a.ui-state-default:focus {
    background: #eee;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * SLICK用　
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* スライダーの読み込み時の表示崩れをフェードインで隠す */
.slick-slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.slick-slider.slick-initialized{
	opacity: 1;
}

/* スライダー左右ナビボタン */
.slick-prev:before, .slick-next:before {
    opacity: 1;
    color: #686868;
    background: #eee;
    font-size: 30px;
    width: 44px;
	line-height:44px;
	border-radius:7px;
    border: solid 1px #ddd;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    display: block;
}
.slick-next:before{content:'\f054';}
.slick-prev:before{content:'\f053';}
.slick-next {
    right: 0px;
}
.slick-prev {
    left: 0px;
}
.slick-prev,
.slick-next{
	z-index: 5;
	width:44px;
	height:44px;
}

/* カード並び方・サイズを揃える */
.slick-track {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}
.news-slider {
    display: block;
}
.slick-list{
	padding: 0 40px;
}
.slick-slide {
    z-index: 0;
    margin-right: 10px !important;
    margin-left: 10px !important;
	height: auto !important;
	/* 	min-width:300px; */
}

