

/* ==========================================
contact
========================================== */

.ct_chui {
	color:#443829;
	margin-bottom:50px;
}

.ct_chui span {
	font-weight:bold;
}

.ct_box_ttl {
	font-size:20px;
	font-weight:bold;
	color:#443829;
	margin-bottom:10px;
}

.ct_box_ttl span {
	font-size:14px;
	color:#443829;
	font-weight:lighter;
}

.contact {
    margin-top: 25px;
	padding-bottom: 145px;
}

.ct_box {
	border-radius: 6px;
	border: 3px solid #f2e4d4;
	padding: 20px;
	text-align:center;
	color:#443829;
	/*height: 340px;*/
}

.ct_box .ttl {
	font-weight:bold;
	font-size:18px;
}

.text_mb10 {
	margin-bottom:10px;
}

.text_mb20 {
	margin-bottom:20px;
}

.ct_box .ct_box_bt {
	/*padding: 15px;*/
	margin:25px auto;
	color:#fff;
	font-size:20px;
	background: url('../../../img/usr/originalpage/common/btn-arw-brown.svg') no-repeat 95%;
	background-position: right 36px top 50%;
	display:block;
	width: 380px;
	/*font-size: 20px;*/
    padding: 20px 40px;
    background-size: 22px auto;
    background-color: transparent;
}

.ct_box .ct_box_bt_w {
	position: relative;
	padding: 15px;
	margin:20px auto;
	color:#443829;
	font-size:20px;
	border:2px solid #938675;
	background: url('../../../img/usr/originalpage/common/btn-arw-brown.svg') no-repeat 345px;
	background-size: 15px 15px;
	display:block;
	width: 380px;
}
@media screen and (min-width: 768px) {
.ct_box .ct_box_bt_w:hover {
	/*color:#fff;*/
	/*border:2px solid #938675;*/
	/*background: #443829;*/
	/*opacity: 0.5;*/
	/*background: url('../../img/usr/originalpage/common/btn-arw-brown.svg') no-repeat 95%;*/
    /*background-blend-mode: lighten;*/
	/*background-size: 15px 15px;*/
}
}
.ct_box .ct_box_bt_w:before {
/*	content:'';
	position: absolute;
	top: 0;
	left: 0; 
	background: url('../../../img/usr/originalpage/common/btn-arw-brown.svg') no-repeat 345px;
	width: 100%;
    height: 100%;*/
}
@media screen and (min-width: 768px) {
.ct_box .ct_box_bt_w:hover:before {
/*	content:'';
	position: absolute;
	top: 0;
	left: 0; 
	background: url('../../../img/usr/originalpage/common/btn-arw-brown.svg') no-repeat 345px;
	width: 100%;
    height: 100%;*/
}
}
.ct_box .bt_color {
	background-color: #443829;
}

.ct_box_mt {
	margin-top:30px;
}
.tel_sp_img{
	width:220px;
}
@media screen and (min-width: 768px) {
	.pc{display: block;}
	.sp{display: none !important;}
}


@media only screen and (max-width: 767px) {
	
	.pc{display: none !important;}
	.sp{display: block;}
	.wmax_sp{width: 100% !important;}
	
	
	
	/* ==========================================
	contact
	========================================== */
	
	.ct_chui {
    margin-bottom: 0;
	}
	
	.ct_box_ttl {
    font-size: 16px;
	}
	
	.ct_box .ct_box_bt {
    padding: 5% 2%;
    margin: 5% auto;
    font-size: 14px;
    background: url('../../../img/usr/originalpage/common/btn-arw-brown.svg') no-repeat 95%;
		width: 95%;
	}
	
	.ct_box .ct_box_bt_w {
		padding: 5% 2%;
		margin: 5% auto;
		font-size: 14px;
		border: 2px solid #938675;
		background: url('../../../img/usr/originalpage/common/btn-arw-brown.svg') no-repeat 95%;
		background-size: 15px 15px;
		width: 95%;
	}
	.ct_box .ct_box_bt_w:before {
		/*content:'';
		position: absolute;
		top: 0;
		left: 0; 
		background: url('../../../img/usr/originalpage/common/btn-arw-brown.svg') no-repeat 95%;
		width: 100%;
	    height: 100%;*/
	}
	
	.ct_box .bt_color {
    background-color: #443829;
	}
	
	.ct_box {
    padding: 2%;
    height: auto;
        margin-top: 1.5rem;
	}
	
	.ct_box_mt {
    margin-top: 0;
	}
	
	.ct_box_ttl {
    margin: 8% 0 2% 0;
	}
	
	.tel_sp_img{
		width:80%;
		height: auto;
	}
	
	.text_mb20 {
    margin-bottom: 5%;
	}
	
	.ct_box .ttl {
		font-weight:bold;
		font-size:16px;
		margin-top: 10px;
	}
	
}
.contact-tell-img img{
	position: relative;
	width: 20px;
    height: 20px;
    margin-right: 10px;
    top: -2px;
}
.contact-tell-img  {
	font-size: 20px;
	min-height: 40px;
}
.contact-tell-img-pt  {
	padding-top: 12px;
}
@media all and (-ms-high-contrast: none){
.contact-tell-lead{
	font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
	.contact-tell-img  {
	font-size: 14px;
	min-height: auto;
}
	.contact-tell-img img{
		width: 20px;
	    height: 20px;
	    margin-right: 10px;
	    top: 0px;
	}
	.contact-tell-img-pt  {
		padding-top: 0;
	}
.contact {
    margin-top: 0px;
	padding-bottom: 0;
}
}