/*
Theme Name:カウカウ・カスタムテーマ
Template:lightning
*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
ol, ul {
    padding-left: 0;
}
.searchform div {
    display: flex;
    justify-content: flex-end;
}
button.searchCustom {
	width: 100px;
	height: 43px;
	font-size: 16px;
}
select {
    font-size: 1em;
    width: auto;
}
.site-header--layout--nav-float .site-header-container {
	position: relative;
}
h3.ltg-slide-text-title,
.ltg-slide-text-caption {
    line-height: 1.4;
    letter-spacing: 6px;
	font-weight: bold;
    text-shadow: rgb(102 102 102) 0px 0px 10px !important;
	-webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
h3.ltg-slide-text-title {
    font-size: 46px;
}
.ltg-slide-text-caption {
    font-size: 30px;
}
.member__wrapper {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	display: flex;
	justify-content: flex-end;
}
.member__wrapper .member__btn {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: .1rem 1.5rem;
	cursor: pointer;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border: thin solid var(--vk-color-primary); 
	background-color: var(--vk-color-primary);
	margin-right: 2em;
	transition : all 0.5s ease 0s;
}
.member__wrapper .member__btn:hover {
	color: var(--vk-color-primary) !important;
	background-color: #fff !important;
}
.member__wrapper a.member__btn:hover {
	color: var(--vk-color-primary);
}
#wpmem_reg .button_div {
    padding: 6px 0;
    text-align: center;
}
.privacy__policy--item__title {
	font-size: 1.2em;
	line-height: 2;
	margin-top: 40px;
}
.privacy__policy--contact {
	margin-top: 50px;
	float: right;
}
.privacy__policy--item__contact {
	font-size: 1.2em;
}


#slick01 .slick-arrow:before {
	content: "" !important;
}
#slick01 .slick-arrow:before {
    content: "" !important;
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    top: 0;
    left: 0;
}
#slick01 .slick-next:before {
    background: url(images/slick-next.png) !important;
    background-size: contain !important;
}
#slick01 .slick-prev:before {
    background: url(images/slick-prev.png) !important;
    background-size: contain !important;
  }
#slick01 .slick-prev {
    left: 10px;
	z-index:9999;
}
#slick01 .slick-next {
    right: 50px;
	z-index:9999;
}
#slick01,
#slick02 {
	opacity: 0;
	transition: opacity .3s linear;
}
#slick01.slick-initialized,
#slick02.slick-initialized {
	opacity: 1;
}
#slick01 .slider-img,
#slick02 .slider-img {
  margin: 0 10px;
}
#slick02 {
	margin: 0 auto;
	margin-left: 80px;
}
#slick02 .slick-slide img {
    display: block;
    max-width: 510px;
}
#slick02 .slick-arrow:before {
	content: "" !important;
}
#slick02 .slick-arrow:before {
    content: "" !important;
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    top: 0;
    left: 0;
	margin-top: -50px;
}
#slick02 .slick-next:before {
    background: url(images/slick-next.png) !important;
    background-size: contain !important;
}
#slick02 .slick-prev:before {
    background: url(images/slick-prev.png) !important;
    background-size: contain !important;
  }
#slick02 .slick-prev {
    left: -90px;
	z-index:9999;
}
#slick02 .slick-next {
    right: 30px;
	z-index:9999;
}
#slick02 .header__wrapper--cont .flex {
	display: flex;
}
#slick02 .header__wrapper--cont .flex .category {
    display: inline-block;
    font-size: 12px;
    line-height: 1.8;
    color: #fff;
    background-color: #5e6165;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#slick02 .title {
	font-size: 16px;
	color: #5e6165;
	text-decoration: underline !important;
}

.slider__wrapper {
	margin-bottom: 80px;
}
.slick-slider {
	width: 1100px;
	max-width: 100%;
	margin: 0;
}
.slick-inner {
	display: block;
	margin: auto;
	text-align: center;
	position: relative;
}
.slick-dotted.slick-slider {
    width: 800px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.slick-slider .slick-dots li button:before{
	font-size: 50px !important;
}

th.bid_title {
	font-weight: normal;
	line-height: 3;
}
th.bid_title span.location {
	font-weight: bold;
	font-size: 110%;
	padding-right: 1em;
}
.home th.bid_deadline {
	height: 250px;
}
section#bid_info {
	margin-top: 20px;
}
section#new_property,
section#news_topics {
	margin-top: 100px;
}
h2,
section#new_property h2,
section#news_topics h2 {
	font-weight: normal;
    text-align: center;
	border-top: none;
}
.single-bid_info .property__title {
	font-size: 26px;
	font-weight: bold;
	position: relative;
	border-bottom: 3px solid #ddd;
	padding: 10px 0;
	margin-bottom: 30px;
}
.single-bid_info .property__title:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: var(--vk-color-primary);
}

.property p.note {
	font-size: 90%;9
}
td.secret,
th.secret {
	color: #fff;
	background-color: #ccc;
}
td.secret.img,
th.secret.img {
	height: 200px;
}
div.secret  {
	line-height: 100px;
	font-size: 150%;
	color: red;
}
.contact__wrapper {
	display: flex;
	margin-bottom: 30px;
}
.contact__wrapper .login_btn {
	margin-right: 30px;
}
.contact__wrapper .login_btn a {
	color: #fff;
}
.contact__wrapper .login_btn:hover a {
	color: var(--vk-color-custom-1);
}
ul.membership-terms {
	line-height: 1.8;
}
ul.membership-terms li {
	font-size: 120%;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}
ul.membership-terms .check {
	line-height: 2;
}
ul.membership-terms .check:before {
	content: url('images/check.png');
	vertical-align: middle;
	padding-right: 10px;
}
.bidding__flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.bidding__date {
	width: 40%;
	margin-bottom: 30px;
}
.bidding__info {
	width: 58%;
}
.bidding__info.full_width {
	width: 100%;
	margin-top: 50px;
}
th.img_block {
	width: 300px;
    height: auto;
	padding: 5px;
}
th.img_block img {
	transition: all 0.5s ease 0s;
}
th.img_block img:hover {
	opacity: .8;
}
table.property td {
	padding: 10px 20px;
	line-height: 2;
}
.property__wrapper {
	width: 100%;
	margin-top: 50px;
}
.property__img {
	width: 800px;
	max-width: 100%;
}
.property__info {
	width: 100%;
	max-width: 100%;
	z-index: 1;
}
.property__info table.property th {
	background-color: #e3eaf5;
}
.property__wrapper {

}
.property__img {

}

/*メイン画像下に余白をつける*/

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.gallery:after {
    content: "";
    width: 30%;
    margin: 6px;

}
.gallery img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}
.gallery li {
	list-style:none;
	width: 32%;
	margin:0 0 15px 0;
	padding-left: 0;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    height: 60px;
    width: 60px;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slick-arrow:before{
	content:""!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next:before{
	left:2.5%;
    background: url(images/nav_next.png)!important;
    background-size: contain!important;
  }

.slick-prev:before{
	right:2.5%;
    background: url(images/nav_prev.png)!important;
    background-size: contain!important;
}

/*選択するサムネイル画像の設定*/

.choice-btn {
	width: 800px;
	max-width: 100%;
}
.choice-btn li {
	cursor: pointer;
	outline: none;
	background:#333;
	width:20%!important;
	list-style:none;
}

.choice-btn li img {
	opacity: 0.8;/*選択されていないものは透過80%*/
}

.choice-btn li.slick-current img {
	opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}

.bid-participation h2 {
	position: relative;
	overflow: hidden;
	padding: 16px 32px 16px 150px;
	border: solid 2px var(--vk-color-custom-1) !important;
}
.bid-participation h2:before {
	position: absolute;
	content: '';
	top: -150%;
	left: -100px;
	width: 230px;
	height: 300%;
	transform: rotate(25deg);
	background: var(--vk-color-custom-1);
}
.bid-participation h2 span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 26px;
	padding-top: 15px;
	padding-left: 16px;
	color: #fff;
}
h2.margin_bottom50 {
	margin-bottom: 50px;
}
h2.margin_top100 {
	margin-top: 100px;
	margin-bottom: 50px;
}
.inquiry__wrapper {
	margin: 30px auto 50px;
	text-align: center;
}
.login__info {
	display: flex;
	align-items: center;
}
.login_btn {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border: thin solid var(--vk-color-primary);	
	background-color: var(--vk-color-primary);
	margin-right: .5em;
	margin-left: .5em;
	transition : all 0.5s ease 0s;
}
.login_btn:hover {
	color: var(--vk-color-primary);
	background-color: #fff;
}
.login_btn.blue {
	border: thin solid var(--vk-color-custom-1);	
	background-color: var(--vk-color-custom-1);	
}
.login_btn.blue:hover {
	color:  var(--vk-color-custom-1);	
	background-color: #fff;
}
.center {
	text-align: center;
}
.textwidget {
	border-right: thin solid #ccc;
	border-bottom: thin solid #ccc;
	border-left: thin solid #ccc;
	padding: 10px 10px 0;	
	margin-top: -10px;
}
.textwidget p {
	line-height: 1.2;
	padding: 10px;
	/*background-color: #fff;
	box-shadow: 0 0 6px 0 #888;
    -moz-box-shadow: 0 0 6px 0 #888;
    -webkit-box-shadow: 0 0 6px 0 #888;*/
}
.textwidget p a {
	display: flex;
	align-items: center;
}
.textwidget p a:before {
	content: "▶";
	font-size: 12px;
	margin-right: 10px;
}
th.big_title {
	font-size: 20px;
}
.time_circles > div > h4 {
	background: none;
    margin-top: 4em;
}
.time_circles > div > span {
    margin-top: -1.2em;
}
span.head__line {
    display: block;
    font-size: 20px;
    margin-bottom: -30px;	
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.hurrytimer-timer {
    margin-top: 30px;
}
.hurrytimer-timer-block {
	display: flex !important;
	margin-right: 20px !important;
}
.hurrytimer-timer-digit {
	font-size: 50px !important;	
}
.hurrytimer-timer-label {
	font-size: 20px !important;		
}
.hurrytimer-timer-block:last-child {
	display: none !important;
}
.hurrytimer-timer-sep {
	display: none !important;
}
.hurrytimer-campaign-message {
	font-size: 22px !important;
	font-weight: bold !important;
	color: var(--vk-color-custom-2) !important;
	margin-top: 30px !important;
}

.page-header {
    color: #fff;
    background-color: transparent;
	background-image: url(images/page_header.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 250px;
}
h1.page-header-title,
.page-header-title {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
	letter-spacing: 2px;
    color: rgb(255, 255, 255);
    text-shadow: rgb(102, 102, 102) 0px 0px 10px !important;
	text-align: center;	
}
.home__post--wrapper {
	display: flex;
	border-bottom: 1px solid var(--vk-color-border-hr);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.home__post--wrapper .post_date {
	width: 130px;
}
hr.style {
	border: none;
    border-top: 1px solid #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    margin: 50px 0;
}
hr.style:after {
    background: #fff;
    content: '§';
    padding: 0 4px;
    position: relative;
    top: -13px;
}

/* アコーディオン */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
	.qa-list dl {
		position: relative;
		padding: 15px 40px 15px 10px;
	}
	.qa-list dl::before {
		top: 20px;
		right: 20px;
		width: 7px;
		height: 7px;
	}
	.qa-list dl dt {
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.qa-list dl dt::before {
		font-size: 14px;
		top: 3px;
		left: 5px;
		content: 'Q.';
	}
	.qa-list dl dd::before {
		font-size: 14px;
		top: 5px;
		left: 5px;
		content: 'A.';
	}
	.qa-list dl dd {
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.qa-list dl dd p {
		margin: 30px 0 0;
	}
	.qa-list dl dd p:first-child{
		margin-top: 0;
	}
}

@media screen and (min-width: 1200px) {
	.siteHeader_logo {

	}
	.global-nav {
		padding-top: 30px;
	}
}

@media screen and (max-width: 1200px) {
	.global-nav--layout--float-right .global-nav-list {
		margin-bottom: -40px;
	}
	.header_scrolled .site-header .global-nav {
		padding-top: 40px;
	}
	.bidding__flex {
		display: block;
	}
	.bidding__date,
	.bidding__info {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.site-header {
		padding: 10px 0;
	}
	.header_scrolled .site-header-logo {
		display: block;
	}
	.siteHeader_logo img {
		max-height: 80px;
		max-width: 100%;
		display: block;
	}	
}

@media screen and (max-width: 991px) {
	.hurrytimer-timer-digit {
		font-size: 40px !important;	
	}
	.hurrytimer-timer-label {
		font-size: 18px !important;		
	}	
}

@media screen and (min-width: 768px){
	a[href^="tel:"] {
		pointer-events: none;
	}
	.sp_only {
		display: none;
	}
}

.copySection p:nth-child(2) {
    display: none;
}

@media screen and (max-width: 768px) {
	.vk-mobile-nav-menu-btn,
	.vk-mobile-nav-menu-btn.menu-open {
		width: 60px;
		height: 60px;
		margin-top: 5px;
		z-index: 99999;
	}	
	.vk-mobile-nav-menu-btn {
		border: none;
		background-color: var(--vk-color-custom-1);
		background-image: url("images/humb.svg");
		background-size: cover;
	}
	.vk-mobile-nav-menu-btn.menu-open {
		border: none;		
		background-color: var(--vk-color-custom-1);
		background-image: url("images/humb-open.svg");
		background-size: cover;
	}
	.site-header-logo img {
		max-height: 60px;
		margin-left: 0;
	}
	.member__wrapper {
		margin-top: 25px;
		margin-right: 50px;
	}
	.vk-mobile-nav .vk-mobile-nav-menu-outer {
		margin-bottom: 1.5em;
		margin-top: 30px;
	}
	.vk-mobile-nav nav ul li a {
		margin-top: 40px;
	}
}

.link-text span.link-text-username {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
	h2 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 600px) {
	.site-header-logo img {
		max-height: 40px;
	}
	h3.ltg-slide-text-title {
		font-size: 1.5rem;
		letter-spacing: 0;
		padding-right: .5em;
	}
	.ltg-slide-text-caption {
		font-size: 16px;
		letter-spacing: 0;
		padding-right: .5em;
	}
	.member__wrapper {
		display: block;
		margin-top: 17px;
		margin-right: 50px;
	}
	.member__wrapper .member__btn {
		font-size: 12px;
		letter-spacing: 0;
		padding: .3em;
		margin-right: .5em;
	}
	.vk-mobile-nav-menu-btn,
	.vk-mobile-nav-menu-btn.menu-open {
		width: 40px;
		height: 40px;
	}
	.vk-mobile-nav nav ul li a {
		margin-top: 20px;
	}
	.page-header {
		background-position: bottom center;
		min-height: 150px;
	}
	h1.page-header-title, .page-header-title {
		font-size: 30px;
		letter-spacing: 1px;
	}	
	table.property,
	table.property tbody,
	table.property tr,
	table.property th,
	table.property td {
		width: 100%;
		display: block;
	}
	.login__info {
		display: block;
	}
	.login__info .login_btn {
		margin-bottom: 1em;
	}
}

/* Contact Form7 */

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}
.contact7 dt {
	font-weight: normal;
}
.wpcf7-form-control.wpcf7-radio.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.wpcf7-form-control.wpcf7-radio.flex:after {
    content: "";
    width: 30%;

}
/* 必須マーク */
.contact7 .must {
	background: var(--vk-color-custom-2);
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: var(--vk-color-custom-1);
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid var(--vk-color-custom-1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: var(--vk-color-custom-1); 
}
.wp-pagenavi {
    clear: both;
    text-align: center;
}
.wp-pagenavi a {
    text-decoration: none;
	color: #fff;
	background-color: var(--vk-color-custom-1);
    border: 1px solid var(--vk-color-custom-1);
    padding: 3px 5px;
    margin: 2px;
}

@media screen and (min-width: 768px) {
	.contact7 dt {
		float: left;
		clear: left;
		width: 35%;
		padding: 5px 10px 5px 0;
		}
	.contact7 dd {
		margin-left: 35%;
		}

	.btn_contact7 input {
		width: 40%;
		background-color: var(--vk-color-custom-1);
		color: #FFF;
		font-size: 1.1em;
		font-weight: bold;
		letter-spacing: 0.2em;
		border: 1px solid var(--vk-color-custom-1);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;	
	}
	.btn_contact7 input:hover {
		background-color: #FFF;
		color: var(--vk-color-custom-1); 
	}
}

.comment-respond,
.tax-prefectures .breadcrumb-list li:nth-child(2),
.single-bid_info .breadcrumb-list li:nth-child(2) {
	display: none;
}