@charset "UTF-8";	/* ONLY / Contact Form */
/* =================================================================

	INPUT Size Control

--------------------------------------------------------------------
氏名
------------------------------------*/
input[name='name_sei'],
input[name='name_mei']{
	width: 40%;
}
@media screen and (min-width: 960px){
	input[name='name_sei'],
	input[name='name_mei']{
		width: 180px;
	}
}
/*------------------------------------
電話番号
------------------------------------*/
input[name='tel']{
	width: 70%;
}
@media screen and (min-width: 960px){
	input[name='tel']{
		width: 200px;
	}
}
/*------------------------------------
メールアドレス
------------------------------------*/
@media screen and (min-width: 960px){
	input[name='email']{
		width: 400px;
	}
}
/*------------------------------------
住所
------------------------------------*/
select[name='prefecture_id']{
	width: 200px;
}
/*------------------------------------
お問い合わせ種別
------------------------------------*/
#ctype_id .typeRadio{
    display: block;
}

#ctype_id .typeRadio li{
    display: block;
    border-right: none;
    border-bottom: 1px solid #d2e6e8;
}

#ctype_id .typeRadio li label{
	display: block;
}

#ctype_id .typeRadio li:last-child {
	border-bottom: none;
}

/*------------------------------------
ご希望連絡方法
------------------------------------*/

#contact_method_id .typeRadio{
	width: 100%;
	display: block;
}
#contact_method_id .typeRadio li{
	width: 50%;
}
#contact_method_id .typeRadio label{
	display: block;
}


/*------------------------------------
お問い合わせ内容・備考
------------------------------------*/
textarea[name='content']{
	height: 200px;
}
/*------------------------------------
クーポン
------------------------------------*/
@media screen and (min-width: 960px){
	input[name='couponcode']{
		width: 250px;
	}
}

/* =================================================================

	Message BOX

------------------------------------------------------------------*/
.message{
    padding: 20px;
    background: white;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.message h2{
	font-size: 18px;
	/* color: #55AFB3; */
    font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	line-height: 1.4;
	border-left: 4px solid #F47B45;
}

.message div{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dedede;
}

.message div:first-of-type{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.message div p{
    font-size: 14px;
}

@media print, screen and (min-width: 960px){

    .message{
        width: 840px;
        margin:0 auto 40px;
        padding: 40px 60px;
        line-height: 1.8;
        border-radius: 10px;
    }

}

/* =========================================================================

	電話番号 + LINE

========================================================================= */
/* Outline */
.contactHead{
	padding:0 20px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

.contactHead .box{
	width: 48%;
	height: 140px;
	background: #ffffff;
	border-radius: 6px;
	padding: 10px 0;
	position: relative;
	box-sizing: border-box;
}

@media print, screen and (min-width: 768px){
	.contactHead .box{
		padding: 25px 0;
	}
}

@media screen and (min-width: 960px){

	.contactHead{
		width: 960px;
		margin: 20px auto;
	}
}

/* -------------------------
Common 
------------------------- */
.contactHead h2{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.contactHead h2 span{
	display: none;
}

.contactHead p{
	font-size: 12px;
	line-height: 1.3;
}

.contactHead a{
	color:inherit;
	text-decoration: none;
}

@media print, screen and (min-width: 768px){

	.contactHead h2{
		margin-bottom: 20px;
	}

	.contactHead h2 span{
		display: inline;
	}

	.contactHead p br{
		display: none;
	}
	.brD{
		display: block;
	}
}
@media print, screen and (min-width: 960px){
	.contactHead h2{
		margin-bottom: 0px;
	}
}

/* -------------------------
TEL 
------------------------- */
.contactTel{
	float: left;
}

.ch_telno{display: none;}

@media print, screen and (min-width: 768px){
	.contactHead .ch_telno{
		display: block;
		font-size: 28px;
		font-family: 'Lato';
		letter-spacing: 1px;
		margin-top: 5px;
	}
	.icoTel{
		width: 26px;
		margin-left: -120px;
		position: absolute;
		top: 25px;
		left: 50%;
	}
}

@media print, screen and (min-width: 960px){
	.contactTel p{
		padding: 0 !important;
	}
	.contactTel p span{
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.icoTel{
		display: none;
	}
	.contactHead .ch_telno{
		font-size: 36px;
	}
	.contactHead .ch_openTime{
		font-size: 14px;
	}
}

/* -------------------------
LINE 
------------------------- */
.contactLine{
	float: right;
}
.contactLine .disPc{
	display: none;
}

.contactLine .lineQrCode{
	display: none;
}

@media print, screen and (min-width: 768px){

	.icoLine{
		width: 26px;
		margin-left: -120px;
		position: absolute;
		top: 25px;
		left: 50%;
	}

	.contactLine .lineQrCode{
		display: block;
		width: 60px;
		position: absolute;
		top: 60px;
		left: 30px;
	}

	.contactLine p{
		width: 200px;
		font-size: 14px;
		text-align: left;
		position: absolute;
		top: 70px;
		left: 100px;
	}

	.contactLine .lineQrCode{
		left: 70px;
	}

	.contactLine p{
		left: 140px;
	}
}

@media print, screen and (min-width: 960px){
	.contactLine .disSp{
		display: none;
	}
	.contactLine .disPc{
		display: block;
	}
	.contactHead .contactLine h2{
		margin-bottom: 15px;
	}
	.contactLine a{
		width: 300px;
		display: block;
    background: #03be01;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 6px;
    margin: 0px auto 0;
		line-height:58px;
		padding:0px 0 0;
		position: static;
		letter-spacing: 1px;
		transition: all .4s;
	}
	.contactLine a span{
		display: block;
		font-size: 10px;
	}
	.contactLine a:hover{
		opacity: 0.5;
		transform: scale(1.04);
	}
	.icoLine{
		position: static;
		margin: auto;
		width: 57px;
		vertical-align: top;
	}
}


/* =================================================================

 営業・事前申込み 

--------------------------------------------------------------------*/
.contactHeadSecond{
	padding:0 20px 30px;
}
@media print, screen and (min-width: 768px){
	.contactHeadSecond{
		display: flex;
		justify-content: space-between;
	}
	.contactHeadSecond div{
		box-sizing: border-box;
	}
}
@media print, screen and (min-width: 960px){
	.contactHeadSecond{
		width: 960px;
		margin: 0 auto;
	}
}
/* =================================================================
 営業・法人
--------------------------------------------------------------------*/
.secBusiness{
	text-align: center;
	margin-bottom: 10px;
}
.secBusiness p{
	display: none;
}
.secBusiness a{
	display: block;
	font-weight: bold;
	line-height: 70px;
	background: #314e62;
	border-radius: 8px;
	margin: 0 auto;
	font-size: 18px;
	position: relative;
	text-decoration: none;
	color: #fff;
	transition: all .4s;
	letter-spacing: 1px;
}
.secBusiness a:hover{
	opacity: 0.6;
}
.secBusiness a::after{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform:rotate(45deg);
}
@media print, screen and (min-width: 768px){
	.secBusiness{
		width: 48%;
		height: 140px;
		background: #fff;
		border: 1px solid #a8b5c1;
		border-radius: 8px;
		padding: 20px 30px 0;
		margin-bottom: 0;
	}
	.secBusiness p{
		display: block;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 10px;
	}
}
@media print, screen and (min-width: 960px){
	.secBusiness a{
		line-height: 62px;
		width: 300px;
	}
	.secBusiness a::after{
		right: 30px;
	}
	.secBusiness p{
		font-size: 16px;
	}
}

/* =================================================================
 事前審査
--------------------------------------------------------------------*/
.contactHeadSecond .secPre a{
	display: block;
	line-height: 70px;
	border-radius: 8px;
	border: 1px solid #56afb3;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #314e62;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-image: url(/_assets/common/img/icon/icon-precheck.svg);
	text-decoration: none;
	position: relative;
	letter-spacing: 1px;
	transition: all .4s;
}
.contactHeadSecond .secPre a:hover{
	opacity: 0.6;
}
.contactHeadSecond .secPre a::after{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 2px solid #56afb3;
	border-right: 2px solid #56afb3;
	transform:rotate(45deg);
}
.contactHeadSecond .secPre a p{
	display: none;
}
@media print, screen and (min-width: 768px){
	.contactHeadSecond .secPre{
		width: 48%;
	}
	.contactHeadSecond .secPre a{
		text-align: left;
		height: 140px;
		line-height: 1;
		padding: 30px 30px 0;
		font-size: 21px;
		box-sizing: border-box;
		background-position: left 20px top 13px;
	}
	.contactHeadSecond .secPre a strong{
		padding-left: 30px;
	}
	.contactHeadSecond .secPre a p{
		display: block;
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.3;
	}
}
@media print, screen and (min-width: 960px){
	.contactHeadSecond .secPre a{
		font-size: 28px;
		padding: 35px 40px 0;
		background-position: right 35px top 22px;
		background-size: 80px;
	}
	.contactHeadSecond .secPre a strong{
		padding-left: 0px;
	}
	.contactHeadSecond .secPre a p{
		line-height: 1.5;
		margin-top: 12px;
	}
}

/* =================================================================

	ご希望ご連絡日時

================================================================= */

.contactDateWrap{
	width: 100%;
}

.contactDateBox{
	padding: 15px;
	border: 1px solid #d2e6e8;
	border-radius: 8px;
	background: #f8fcfc;
}

.contactDateBox + .contactDateBox{
	margin-top: 15px;
}

.contactDateTitle{
	font-size: 14px;
	font-weight: bold;
	color: #263D50;
	margin-bottom: 10px !important;
}

.contactDateFlex{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* focus */
input[type='date']:focus{
	box-shadow: 0 0 7px #50c7de;
	border: 1px solid #50C7DE;
}

/* time select */
.contactDateSelect{
	width: 100%;
}

.contactDateSelect label{
	display: block;
}

/* PC */
@media screen and (min-width: 960px){
	.contactDateFlex{
		flex-direction: row;
		align-items: center;
		gap: 15px;
	}
	input[type='date']{
		width: 260px;
	}
	.contactDateSelect{
		width: 220px;
	}
}

/* =================================================================

	DATE PICKER

================================================================= */
.contactDateInput{
	position: relative;
	width: 100%;
}

.contactDateInput input[type='date']{
	width: 100%;
	height: 52px;
	padding: 0 5px 0 15px;
	border: 1px solid #B3C8CB;
	border-radius: 8px;
	background: #fff;
	font-size: 16px;
	cursor: pointer;
	box-sizing: border-box;
}

.contactDateInput input[type='date']::-webkit-calendar-picker-indicator{
	width: 20px;
	height: 20px;
	margin-right: 8px;
	cursor: pointer;
	opacity: 1;
}

.contactDateInput input[type='date']:focus{
	box-shadow: 0 0 7px #50c7de;
	border: 1px solid #50C7DE;
}
