@charset "utf-8";

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  画像ペロ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* スクロール着火　画像をページのようにめくる */
.img-turn{
	overflow: hidden;
	position: relative;
}

.img-turn.animate:before {
	animation: img-turn 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #337ab7;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

/* 画像をページのようにめくる */
.img-turn2{
	overflow: hidden;
	position: relative;
}

.img-turn2:before {
	animation: img-turn 1.7s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #337ab7;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@keyframes img-turn{
	100%{
		transform: translateX(100%);
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  画像ホバー時、ズームイン
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

figure.hover-move, .hover-move figure, .wp-block-cover.hover-move{
    overflow: hidden;
}

.hover-move:hover img {
    transform: scale(1.2);
    transition: .3s;
}

.hover-move img {
    transition: .3s;
}


/* ヘッダー横検索窓 */
.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;
}
}

.tstyle1 th, .tstyle1 td {padding:1rem;}
.tstyle1 th {width:20%; white-space: nowrap;}
.wp-block-table.is-style-stripes {border-bottom:none;}
.achieve th {font-size:1.5rem;}



/*実績紹介*/
.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;
}

.event-single__youtube{
	text-align:center;
}

/*  */
#fancybox-wrap {
   margin-top: -120px;
}


/* デフォルトドロップダウンのスクロールを消す */
.global-nav-list>li>ul.sub-menu {
    overflow: hidden !important;
}

/*孫メニュー対策*/
.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: 95px !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * MW WP Formカスタマイズ予約フォーム用　
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
    font-size: 15px;
    font-family: unset;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 3.5em;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
    font-family: unset;
}
.mwform-checkbox-field label,
.mwform-radio-field label{
    cursor:pointer;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * デートピッカー上書き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: var(--vk-color-primary-dark);
	line-height:44px;
    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;
	background: #eee;
	border-radius: 99px;
}

/* カード並び方・サイズを揃える */
.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; */
}


/* パソコン版ではtel:～をクリッカブルにしない */
@media screen and (min-width:767px){	a[href^="tel:"] {pointer-events: none;	}}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  アニメーションtest
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.5s ease-out 3s, opacity 0.5s ease-out 3s;
	
	z-index:1;
	width:100%;
}

.new-image.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}