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

	INPUT Size Control

--------------------------------------------------------------------
氏名
------------------------------------*/
input[name='name_kanji_sei'],
input[name='name_kanji_mei']{
	width: 40%;
}
@media screen and (min-width: 960px){
	input[name='name_kanji_sei'],
	input[name='name_kanji_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;
} */
/*------------------------------------
郵便番号
------------------------------------*/
select[name='prefecture_id']{
	display: none;
}

/*------------------------------------
お問い合わせ種別
------------------------------------*/
#iccars_contact_type_id .typeRadio{
    display: block;
}

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

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

#iccars_contact_type_id .typeRadio li:last-child {
	border-bottom: none;
}
/*------------------------------------
お問い合わせ内容・備考
------------------------------------*/
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 var(--color-primary);
}

.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 / TEL

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

.contactHead div{
	width: 48%;
	height: 140px;
	background: #ffffff;
	border-radius: 10px;
	padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
}

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

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

	.contactHead{
		width: 800px;
		margin: 0 auto 40px;
	}
}

/* -------------------------
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;
	}
}

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

.ch_telno{display: none;}

@media print, screen and (min-width: 768px){
	.ch_telno{
		display: block;
		font-size: 28px !important;
		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;
	}
}

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

.contactLine .lineQrCode{display: none;}

/* ONE COLUMN -- Version */
.contactLine.lineonly{
	float: none;
	width: 100%;
}

@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;
	}

}

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

	.contactLine .lineQrCode{
		left: 50px;
	}

	.contactLine p{
		left: 120px;
	}
}

/* -------------------------
LINE / ONE COLUMN -- Version
------------------------- */
.contactLine.lineonly{
	float: none;
	width: 100%;
	height: 100px;
}

.contactLine.lineonly img{
	display:inline-block;
	margin-right: 5px;
	vertical-align: bottom;
}

.contactLine.lineonly p{
	text-align: left;
	display: inline-block;
}

.contactLine.lineonly p br{
	display: none;
}

.contactLine.lineonly p br.brD{
	display: block;
}

.contactLine.lineonly .lineQrCode{
	display: none;
}

@media print, screen and (min-width: 768px){
	.contactLine.lineonly{
		width: 700px;
		margin: 0 auto;
	}

	.contactLine.lineonly h2{
		position: absolute;
		top:25px;
		left: 100px;
		line-height: 50px;
		padding-right: 60px;
		border-right: 1px solid #dedede;
	}
	.contactLine.lineonly .icoLine{
		width: 40px;
		margin: 0;
		top: 30px;
		left: 40px;
	}

	.contactLine.lineonly .lineQrCode{
		display: block;
		width: 60px;
		top: 20px;
		left: 370px;
	}

	.contactLine.lineonly p{
		width: 200px;
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
		top: 28px;
		left: 440px;
	}
}


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

	よなばる LINE / TEL

------------------------------------------------------------------*/
.lineTelWrap{
	overflow: hidden;
	padding: 0px 15px 20px;
	text-align: center;
}
.lineTelWrap a{
	box-sizing: border-box;
	display: block;
	border-radius: 10px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #0A0E1F;
	padding-top: 15px;
	height: 165px;
}
.lineTelWrap h2{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}
.lineTelWrap h2 span{
	display: none;
}
.lineTelWrap p{
	font-size: 12px;
	line-height: 1.4;
}
.lineTelWrap p img{
	display: block;
	width: 40px;
	margin: 0 auto 10px;
}
.lineTelWrap p span.disNon{
	display: none;
}
.lineTelWrap .yonacontactTel,
.lineTelWrap .yonacontactLine{
	width: 50%;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.lineTelWrap .yonacontactTel p{
	font-size: 16px;
	font-weight: bold;
}
.lineTelWrap .yonacontactTel p img{
	margin-bottom: 24px;
}
.lineTelWrap .yonacontactLine .lineQr{
	display: none;
}
@media print, screen and (max-width: 320px){
	.lineTelWrap{
		padding: 0px 5px 20px;
	}
}
@media print, screen and (min-width: 768px){
	.lineTelWrap a{
		padding-top: 25px;
		height: 145px;
		transition: all .4s;
	}
	.lineTelWrap h2{
		font-size: 21px;
		margin-bottom: 14px;
	}
	.lineTelWrap h2 span{
		display: inline;
	}
	.lineTelWrap p{
		font-size: 16px;
	}
	.lineTelWrap p br.brPad{
		display: inline;
	}
	.lineTelWrap p img{
		display: inline-block;
		width: 40px;
		margin: 0 auto 0px;
		vertical-align: top;
	}
	.lineTelWrap p span.wrap{
		display: inline-block;
		vertical-align: top;
		padding-left: 15px;
	}
	.lineTelWrap p span.disNon{
		display: inline;
	}
	.lineTelWrap p br{
		display: none;
	}
	.lineTelWrap .yonacontactTel p{
		font-size: 24px;
	}
	.lineTelWrap .yonacontactTel p span.wrap{
		padding-top: 5px;
	}
}
@media print, screen and (min-width: 960px){
	.lineTelWrap{
		width: 960px;
		margin: 0 auto;
		padding: 0 0 40px;
	}
	.lineTelWrap a{
		padding-top: 28px;
	}
	.lineTelWrap h2{
		font-size: 16px;
	}
	.lineTelWrap p{
		font-size: 14px;
	}
	.lineTelWrap p img{
		width: 42px;
	}
	.lineTelWrap .yonacontactTel{
		padding: 0;
		padding-right: 10px;
	}
	.lineTelWrap .yonacontactTel a{
		pointer-events: none;
	}
	.lineTelWrap .yonacontactTel h2{
		margin-bottom: 10px;
	}
	.lineTelWrap .yonacontactTel p{
		font-size: 28px;
		padding-top: 0px;
	}
	.lineTelWrap .yonacontactLine {
		position: relative;
		padding: 0;
		padding-left: 10px;
	}
	.lineTelWrap .yonacontactLine a::after{
		content: "";
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		right: 40px;
		margin: auto;
		width: 8px;
		height: 8px;
		border-top: 1px solid var(--color-primary);
		border-right: 1px solid var(--color-primary);
		transform:rotate(45deg);
	}
	.lineTelWrap .yonacontactLine a:hover{
		opacity: 0.4;
	}
	.lineTelWrap .yonacontactLine .lineQr{
		display: block;
		position: absolute;
		width: 100px;
		vertical-align: top;
		top: 22px;
		left: 38px;
	}
	.lineTelWrap .yonacontactLine .lineQr img{
		max-width: 100%;
	}
	.lineTelWrap .yonacontactLine p{
		/* padding-left: 104px; */
	}
}
