/*
Theme Name: design1
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


body
{
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 450;
	line-height: 1.5;
	color: #292b2c;
}

a
{
	color: #3d8582;
	font-weight: 500;
}
a:hover {
	color: #00d084;
	text-decoration-color: #00d084;
}

/* ----------- 文書アイコン ----------- */
a[href *='adobe.com'] {
	background: url(img/icon_get_reader.gif) no-repeat;
	margin: 0;
	padding: 5px 0 0 30px;
	display: block;
	height: 35px;
}
/* PDF */
a[href $='.pdf'] {
	background: url(img/icon-pdf.jpg) no-repeat;
	margin: 0;
	padding: 5px 0 0 30px
}
/* WORD */
a[href $='.doc'] {
	background: url(img/icon-word.jpg) no-repeat;
	margin: 0;
	padding: 5px 0 0 30px;
}
/* WORD */
a[href $='.docx'] {
	background: url(img/icon-word.jpg) no-repeat;
	margin: 0;
	padding: 5px 0 0 30px
}
/* EXCEL */
a[href $='.xls'] {
	background: url(img/icon-excel.jpg) no-repeat;
	margin: 0;
	padding: 5px 0 0 30px
}
/* EXCEL */
a[href $='.xlsx'] {
	background: url(img/icon-excel.jpg) no-repeat;
	margin: 0;
	padding:5px 0 0 30px;
}

/* パンくず */
.breadcrumb {
	padding: 5px 0 20px;
}

/* 印刷 */
.pageprint
{
	text-align: right;
	/*margin: 2rem 0;*/
	margin: 1rem auto;
}
.pageprint a
{
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #000;
	border-radius: 20px;
}
.pageprint a:hover {
	border-color: #00d084;
	color: #00d084;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #66CCCC1A;
}

.wp-block-table td:nth-child(1){
	width: 30%;
}


.wp-block-group
{
	overflow: auto;
}
.wp-block-file:not(.wp-element-button)
{
	font-size: inherit;
	margin: 15px 0!important;
}
.wp-block-table:where(:not([class*=font-size]))
{
	font-size: inherit;
}


/* 指定サイズ以下の設定 */

@media screen and (max-width: 768px)
{
	.is-layout-flex {
	    gap: 15px;
	}
}
@media (max-width: 991.98px) {
	.pageprint
	{
		display:none;
	}
}


/* ----------- サイトヘッダー ----------- */

.header_scrolled .site-header-container
{
    display: none !important;
}

.site-header
{
	box-shadow: none;
	/*background-color: #8dd2fc3b;
	background-image: linear-gradient(#0066cc, #0066cccc);
	color: #fff;*/
}

.site-header-logo
{
	padding: 0.5rem 0;
}
.site-branding,
.site-description,
.site-info
{
	display: table-cell;
	vertical-align: middle;
}
.site-description
{
	width: 300px;
}
.site-branding
{
	width: 70%;
}
.site-branding .title-description
{
	display: flex;
	align-items: center;
}
.site-description p{
	margin: 0;
	font-size: .8em;
	text-decoration: underline;
}
.site-info
{
	padding: 0.5rem 0;
	width: 30%;
	/*color: #fff;*/
}

.site-info p
{
	margin: 0;
	text-align: center;
}
.site-info .inquiry-time
{
	font-weight: bold;
	font-size: 110%;
}

/* ----------- フローティング(PC：右サイド スマホ：フッター) ----------- */
.floating
{
	position: fixed;
	right: 0;
	bottom: 10%;
	opacity: 1;
	z-index: 100;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.header_scrolled .floating{
	bottom: 30%;
}
.floating>.inner
{
	margin: 0;
	list-style: none;
}
.floating>.inner>.inner-inner.member
{
	border: solid 10px #ffcc00;
	padding: 15px;
	margin: 5px 0;
	background: #fff;
}
.floating>.inner>.inner-inner.line
{
	border: solid 10px #00cd0f;
	padding: 0;
	margin: 5px 0;
	background: #fff;
}
.floating>.inner>.inner-inner p
{
	text-align: center;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.4;
}
.header-function>.inner>.inner-inner a,
.floating>.inner>.inner-inner a
{
	display: block;
	width: 95px;
	text-align: center;
	text-decoration: none;
	margin: auto;
	background: #ffcc00;
	color: #000;
	border-radius: 25px;
	padding: 5px;
}
.header-function>.inner>.inner-inner a:before,
.floating>.inner>.inner-inner a:before
{
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Font Awesome 6 Free";
	color: #339933;
	font-size: 24px;
	font-weight: 900;
}


.floating>.inner>.inner-inner.line a
{
	display: none;
}




/* 指定サイズ以下の設定 */
@media (max-width: 576px) {
}
@media (max-width: 991.98px) {
	.site-branding
	{
		width: 100%;
	}
	.site-description,
	.site-info
	{
		display: none;
	}
	.floating
	{
		right: 0;
		bottom: 0;
		width: 100vw;
		top: auto;
	}
	.header_scrolled .floating
	{
		bottom: 0;
	}
	.floating>.inner
	{
		display: flex;
		position: relative;
		padding-left: 0;
	}
	.floating>.inner>.inner-inner.member
	{
		width: 50%;
		margin: 0;
		padding: 0;
		background: #0066cc;
		border: none;
	}
	.floating>.inner>.inner-inner.line
	{
		width: 50%;
		margin: 0;
		padding: 0;
		background: #00cd0f;
		border: none;
		color: #fff;
	}
	
	.floating>.inner>.inner-inner.line img
	{
		display: none;
	}
	.floating>.inner>.inner-inner.line a
	{
		display: block;
	}
	.floating>.inner>.inner-inner p
	{
		display: none;
	}
	.header-function>.inner>.inner-inner a,
	.floating>.inner>.inner-inner a
	{
		width: 100%;
		border-radius: 0;
		padding: 0;
		background: none;
		margin: 10px 0;
		color: #fff;
		font-size: 1.25rem;
	}
	.page_top_btn
	{
		bottom: 10%;
	}
}

/* 指定サイズ以上の設定 */
@media (min-width: 576px) {
	.site-body {
	    padding: 0 0 4rem;
	}
	.site-header-container {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.site-body
	{
	    padding: 0 0 4rem;
	}
	.site-header--layout--nav-float .site-header-logo
	{
		margin: 0;
		width: 400px;
	}
	.global-nav--layout--float-right .global-nav-list
	{
		margin-left: auto;
		margin-right: auto;
	}
	.site-header-container
	{
		margin: auto;
	}
	.site-header--layout--nav-float .site-header-container
	{
		display: table; 
		table-layout: fixed;
	}

}
@media (min-width: 1200px) {
	.site-body
	{
	    padding: 0 0 4rem;
	}
}


/* グローバルメニュー */
.global-nav{
	display: none !important;
}
body.device-pc .vk-mobile-nav-menu-btn,
body.device-pc .vk-mobile-nav {
    display: block;
}


/* ----------- フッター ----------- */
footer.site-footer
{
	background: #66cccc;
	color: #000;
}

.site-footer-content
{
	padding-bottom: var(--vk-margin-section-bottom);
}

.site-footer-content .widget
{
	margin-bottom: 0;
}

/* フッター下部 */
.site-footer-bottom
{
	background: #333333;
	color: #fff;
}

.site-footer li a
{
	color: #000;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 2px;
	text-decoration-color: rgba(0, 0, 0, .3);
	text-decoration-thickness: 1px;
}
.site-footer li a:hover
{
	color: #fff;
}


/* コピーライト */
.site-footer-copyright {
	padding: 0.25rem;
}
.site-footer-copyright p:nth-child(2)
{
    display: none;
}

/* ----------- TOPページ ----------- */

/*** TOP：共通***/

.top-block h2
{
	text-align: center;
	position: relative;
	font-size: 2.0rem;
	font-family: Hiragino Sans、ヒラギノ角ゴシック,sans-serif;
}

.top-block h2 mark
{
	font-size: 2.5rem;
}

.top-block h2::before
{
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 120px;
	margin: 0;
	content: "";
	background: #339933;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 10px;
	border-bottom: solid 1px #000;
}

.top-block .title-wh h2
{
	text-shadow: 3px 3px 0px #fff;
}

.top-block .title-aq h2
{
	text-shadow: 2px 2px 0px #99cccc;
}

.top-block .title-sb h2
{
	text-shadow: 3px 3px 0px #3399cc;
}

.top-block .vk_heading_subtext
{
	font-family: Hiragino Sans、ヒラギノ角ゴシック,sans-serif;
}

.top-gradient-block
{
	/* background-image: linear-gradient(#0066cccc, #0066cc82 75%, #8dd2fc3b); */
	position: relative;
}

.top-gradient-block .slide-message
{
	font-family: Hiragino Sans、ヒラギノ角ゴシック, sans-serif;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-shadow: 3px 3px 15px #000;
	position: absolute;
	/*bottom: 26%;*/
	bottom: 50%;
	z-index: 10;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.top-gradient-block .slide-property
{
	position: absolute;
	bottom: 45%;
	z-index: 10;
	margin: 0 auto;
}

.top-gradient-block .slide-daihyo-photo
{
	position: absolute;
	bottom: 14%;
	z-index: 10;
	margin: 0 auto;
	right: 3%;
	width: 19%;
}


@media screen and (max-width: 1199.98px)
{
	.top-gradient-block .slide-message
	{
		font-size: 3rem;
	}
	.top-gradient-block .slide-property
	{
		bottom: 40%;
		width: 34%;
	}
	.top-gradient-block .slide-daihyo-photo
	{
		bottom: 21%;
		right: 2%;
	}
}

@media screen and (max-width: 991.98px)
{
	.top-gradient-block .slide-message
	{
		font-size: 3rem;
	}
	.top-gradient-block .slide-property
	{
		bottom: 45%;
		width: 32%;
	}
	.top-gradient-block .slide-daihyo-photo
	{
		bottom: 18%;
		right: 3%;
	}
}

@media screen and (max-width: 767.98px)
{
	.top-gradient-block .slide-message
	{
		font-size: 2.5rem;
		bottom: 36%;
	}
	.top-gradient-block .slide-property
	{
		bottom: 50%;
		width: 35%;
	}
	.top-gradient-block .slide-daihyo-photo
	{
		bottom: 34%;
		right: 1%;
		width: 22%;
	}
}

@media screen and (max-width: 575.98px)
{
	.top-gradient-block .slide-message
	{
		font-size: 1.75rem;
		/*bottom: 48%;*/
		bottom: 70%;
	}
	.top-gradient-block .slide-property
	{
		bottom: 63%;
		width: 40%;
	}
}

/*** TOP：スライド***/
.top-slide-block .vk_slider_item_container.container
{
	max-width: 100%;
	padding: 0;
	display: flex;
	justify-content: center; /*左右中央揃え*/
	align-items: center;     /*上下中央揃え*/
}
.top-slide-block
{
	margin: 0 10px !important;
	/*border-radius: 20px;*/
}

.top-slide-title
{
	text-shadow: 4px 4px 4px #000;
	color: #fff;
	font-family: Hiragino Sans、ヒラギノ角ゴシック,sans-serif;
	font-size: 3rem !important;
	font-weight: bold;
}




/*** TOP：PR ***/
#pr
{
	font-family: Hiragino Sans、ヒラギノ角ゴシック,sans-serif;
}

/*** TOP：悩み ***/
#problems .contents p
{
	display: inline-block;
	font-size: 1.25rem;
	font-weight: bold;
}

/*** TOP：デメリット ***/

#demerit .message
{
	padding: 25px;
}
	
/*** TOP：メリット ***/
#merit .merit-list {
	list-style: none;
}

#merit .merit-list li {
	padding-left: 50px;
	line-height: 2.25em;
	background: url(img/icon-point.png) left 0px top 0px no-repeat;
	background-size: 43px auto;
	text-decoration: underline wavy #ff0000;
	margin-left: 0;
}



/*** TOP：特徴 ***/
#point h3
{
	width: 100%;
 	padding: 20px 30px 15px 30px;
 	font-size: 1.5rem;
 	margin-bottom: 0;
}

/*** TOP：流れ ***/
#flow h3
{
	font-family: Hiragino Sans、ヒラギノ角ゴシック,sans-serif;
}

#flow h3 mark
{
	font-family: Tahoma,sans-serif;
}


/*** TOP：料金 ***/
#costs .fee
{
	font-size: 1.25rem;
	margin: 20px 0px;
	padding: 15px 10px;
}

/*** TOP：FAQ ***/

/* アコーディオン全体 */
.accordion-area
{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
    padding: 0;
}
.accordion-area .accordion-odd {
    background: #006666;
}
.accordion-area .accordion-even {
    background: #66cccc;
}

.accordion-area section {
    margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}
/*アコーディオンタイトル*/
.accordion-title {
    color: #fff;
    margin: 0 !important;
}
.accordion-title {
	position: relative;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: normal;
    padding: 0.5rem 3rem 0.5rem 2rem;
    transition: all .5s ease;
    margin: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.accordion-title span
{
    color: #fff;
    font-size: 3rem !important;
    margin: 0 10px 0 0;
}
/*アイコンの＋と×*/
.accordion-title:before,
.accordion-title:after
{
    position: absolute;
    content:"";
    width: 15px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    right: 20px;
    transition: all .5s ease;
}
.accordion-title:before
{
    transform: rotate(0deg);
}
.accordion-title:after
{
    transform: rotate(90deg);
}
/*closeというクラスがついたら形状変化*/
.accordion-title.accordion-close:before
{
	transform: rotate(45deg);
}
.accordion-title.accordion-close:after
{
	transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-box
{
	display: none;/*はじめは非表示*/
	background: #f3f3f3;
	margin: 0.5rem 2rem 1.5rem !important;
	padding: 2rem;
	border-radius: 5px;
}
.accordion-box a
{
    color: blue !important;
}
.accordion-box p span
{
	color: #ce4a4a;
	font-size: 3rem !important;
	margin: 0 10px 0 0;
	line-height: 0.5;
}

@media screen and (max-width: 768px)
{
	#pr .mitsumori,
	#pr .target-area
	{
		border-radius: 10px;
		background-color: #ea3903;
		padding-top: 0;
		padding-right: 1.0rem;
		padding-bottom: 0;
		padding-left: 1.0rem;
		font-size: 2rem !important;
	}
	.accordion-title
	{
		padding: 0.5rem 2.25rem 0.5rem 1rem;
	}
	.accordion-title:before,
	.accordion-title:after
	{
	    right: 10px;
	}
	.accordion-box
	{
	    margin: 0.5rem 1rem 1.5rem !important;
	    padding: 1.5rem;
	}
	.accordion-title span
	{
		margin: 0 5px 0 0;
	}
}




/*** TOP：企業情報 ***/
#company h3,
#company h4
{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	text-align: center;
}

#company h3::before,
#company h3::after,
#company h4::before,
#company h4::after
{
	content: '';
	width: 70px;
	flex-grow: 0;
}

#company h3::before,
#company h4::before
{
	margin-right: 20px;
}

#company h3::after,
#company h4::after
{
	margin-left: 20px;
}

#company .philosophy
{
	font-size: 2.5rem;
	font-family: "Hiragino Mincho ProN", YuMincho, serif;
	font-weight: bold;
}

#company .detail
{
	width: 100%;
	padding: 20px 8px;
}

@media (min-width: 783px)
{
}

@media screen and (min-width: 992px)
{
	.top-block h2
	{
		font-size: 2.5rem;
	}
	.top-block h2 mark
	{
		font-size: 3.0rem;
	}

	#merit .merit-list li
	{
		margin: 10px 0 10px 30px;
	}
	#demerit .message
	{
		padding: 1.25em 2.375em;
	}
	#point h3
	{
	 	padding: 15px 20px;
 		font-size: 2.0rem;
	}
	#costs p.fee
	{
		font-size: 2.0rem;
		letter-spacing: 3px;
		margin: 40px 0px;
	}
	.top-block h2 br,
	#flow br,
	#company h3 br,
	#company h4 br,
	#company .philosophy br
	{
		display: none;
	}
	#company h3,
	#company h4
	{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.5rem;
		text-align: center;
	}
	#company .philosophy
	{
		font-size: 2.5rem
	}
	#company .detail
	{
		width: 60%;
	}
}


/* 枠線ボックス */
.vk_borderBox
{
	margin: 2em auto 2em;
}




/* ----------- 個別ページ ----------- */

.page-header
{
	color: #fff;
    background-color: #66cccc;
    font-family: "Hiragino Sans、ヒラギノ角ゴシック", sans-serif;
    font-weight: bolder;
}


.single article
{
    margin-top: 30px;
}

.single h1.entry-title
{
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
}


/*--- Contact From7 ---*/
.wpcf7 h2
{
	color: #3d8582;
}
.contact-box-block-center
{
	margin: 3rem 1rem;
}
.contact-box-block-center
{
	text-align: center;
}
.contact-box-block .head-item,
.contact-box-block-center .head-item
{
	font-weight: bold;
	margin: 10px 0;
}
.contact-box-block .hissu
{
	margin-right: 1em;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight:bold;
}
.contact-box-block .hissu
{
	background: #bf0008;
}

.contact-box-block ol li p
{
	margin-bottom: 15px;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner
{
	border: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	background: #ffcc00;
    color: #000;
    width: 200px;
    font-size: 1.25rem;
    border-radius: 50px;
}
span.wpcf7-spinner
{
	display: block;
	margin: 0 auto;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea
{
	border: 1px solid #3d8582;
	border-radius: 5px;
}
.wpcf7-list-item
{
	display: block;
	line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item
{
	margin-top: 8px;
	margin-left: 10px;
}
input[type="checkbox"]
{
	display: none;
}
.wpcf7-list-item-label
{
	position: relative;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	display: inline-block;
}
.wpcf7-list-item-label::before
{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #3d8582;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	border-radius: 5px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: #3d8582;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after
{
	content: "";
	display: block;
	width: 8px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #3d8582;
	transform: rotate(135deg);
	position: absolute;
	left: 6px;
	top: 6px;
}
input[name="contact-other-method"],
input[name="fudosan-other-type"]
{
	width: auto;
	margin: 5px 0 5px 10px;
}

@media screen and (max-width: 640px) {

}



/* ----------- 引取実績：一覧 ----------- */

.post-list.vk_posts.vk_posts-mainSection {
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.property-wrap a
{
	color: #000;
}

.property-wrap a:hover
{
	color: #3d8582;
}

.property-thumbnail
{
	width: 100%;
	height: auto;
	aspect-ratio: 340 / 240;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
    position: relative;
}

.property-thumbnail .property-type
{
	position: absolute;
	top: 15px;
	left: 20px;
	min-width: 95px;
	text-align: center;
	background-color: #ffff00;
	color: #000;
}

.property-info
{
	padding: 10px;
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.property-info .property-title
{
    font-size: 1.25rem;
    font-weight: 500;
    margin: 14px 0;
}

.property-info .property-detail
{
	border-top: 2px solid #c9c9c9;
	padding-top: 10px;
	margin-top: auto;
}


.property-info .property-detail dt
{
	margin: 0 5px;
	padding: 0 10px;
	background: #5cb85c;
	color: #fff;
	font-size: 100%;
	font-weight: 500;
	border-radius: 5px;
}

.property-info .property-detail dl
{
	margin: 10px 0;
}

.property-info .property-detail dl,
.property-info .property-detail dt,
.property-info .property-detail dd
{
	display: inline-block;
}

/* ----------- 引取実績：詳細 ----------- */
.performance h2
{
	border-bottom: solid 2px #3d8582;
	padding: 10px 20px;
	position: relative;
	font-size: 1.5rem;
	margin: 40px 0;
}
.performance h2:before
{
	content: "";
	width: 7px;
	background: #3d8582;
	height: 75%;
	top: 10px;
	left: 0;
	position: absolute;
}

.single-property-info
{
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-property-info .single-property-detail
{
	padding-top: 10px;
	margin-top: auto;
}

.single-property-info .single-property-detail dt
{
	margin: 0 5px;
	padding: 0 10px;
	background: #5cb85c;
	color: #fff;
	font-size: 100%;
	font-weight: 500;
	border-radius: 5px;
}

.single-property-info .single-property-detail dl
{
	margin: 10px 10px 10px 0;
}

.single-property-info .single-property-detail dl,
.single-property-info .single-property-detail dt,
.single-property-info .single-property-detail dd
{
	display: inline-block;
}


/* - 画像スライダー - */
.dtlslider-box
{
	display: flex;
	flex-wrap: wrap;
}
.dtlslider-left li.is-active,
.dtlslider-right li.is-active
{
	list-style: none;
	margin: 0;
}
.dtlslider-left,
.dtlslider-right
{
	width: 50%;
}
.bx-wrapper img
{
	max-width: 100%;
	width: 100%;
	display: block;
}
a.dtlslider_cstnavi
{
	display: inline-block;
	padding: 5px 0;
}

@media screen and (max-width: 545px)
{
	.post-list.vk_posts.vk_posts-mainSection
	{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 768px)
{
	/*.post-list.vk_posts.vk_posts-mainSection
	{
		grid-template-columns: 1fr 1fr;
	}*/
	.dtlslider-left
	{
		width: 100%;
	}
	.dtlslider-right
	{
		width: 100%;
	}
	ul#js-imageGallery-navi
	{
		padding: 0;
	}
	a.dtlslider_cstnavi
	{
		width: 18%;
	}
}

/* ----------- 引取実績 - 下部お問い合わせ ----------- */
.contact-box
{
	display: flex;
	flex-direction: row;
	margin: 20px 0;
}
.contact-box-tel-wrap,
.contact-box-mail-wrap
{
	width: 48%;
	margin: 10px auto;
	padding: 25px 10px;
	background-color: #ffcc00;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	color: #000;
	border-radius: 3px;
	line-height: 1.7rem;
	position: relative;
}
.contact-box-tel-wrap a,
.contact-box-mail-wrap a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.administration-section-tel
{
	font-size: 1.5rem;
	vertical-align: revert;
}
.administration-section-mail,
.operation-text
{
	font-size: 1.25rem;
}

@media screen and (max-width: 768px)
{
	.contact-box
	{
		flex-direction: column;
	}
	.contact-box-tel-wrap,
	.contact-box-mail-wrap
	{
		width: 100%;
	}
}
