@charset "utf-8";

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

	contact_concierge.css

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

.atn_txt {
	color: #cc0000;
	font-weight: normal;
	font-size: 12px;
}
.any {
	color: #666;
	font-weight: normal;
	font-size: 12px;
}
.error {
	background-color: #FFF2F2;
	padding: 5px;
	color: #cc0000;
	margin-top: 5px;
	clear: both;
}

h1 {
	font-size: 24px;
}

.onlyPc {
	display: block;
	}
	
.onlySp {
	display:none;
	}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px){
.onlyPc {
	display:none;
	}
	
.onlySp {
	display: block;
	}
}

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

/* PC
-------------------------------------*/
/* title_area */
#contact_concierge .title_area {
	background-color: #FAF9F9;
	margin-bottom: 60px;
}
#contact_concierge .title_area h1 {
	margin-top: -20px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px){
	#contact_concierge .title_area {
		margin-bottom: 30px;
	}
	
	#contact_concierge .title_area h1 {
		margin-top: -80px;
		height: 100px;
		line-height: 100px;
	}
}


/* -------------------------------------------------------------
　リード
------------------------------------------------------------- */

/* PC
-------------------------------------*/
/* top_read */
#contact_concierge .top_read {
	text-align: center;
/*	text-align: left;*/
	font-size: 16px;
	margin-bottom: 60px;
	padding-left: 40px;
}
#contact_concierge .top_read a:link {
	color:red;
	text-decoration:underline;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px){
	#contact_concierge .top_read {
		margin-bottom: 30px;
		padding: 0 5%;
		font-size: 18px;
	}
}

/* -------------------------------------------------------------
　フォーム
------------------------------------------------------------- */

/* PC
-------------------------------------*/
/* form */
#contact_concierge #form_area {
	width: 880px;
	margin: 0 auto 60px;
	border: 1px solid #ddd;
	padding: 30px;
}

#contact_concierge form {
	line-height: 160%;
}
#contact_concierge form table {
	width: 100%;
}
#contact_concierge .top_table {
	width: 100%;
}

#contact_concierge form table th {
	text-align: left;
	background-color: #eee;

	width: 30%;
}
#contact_concierge .top_table th {
	text-align: left;
	background-color: #eee;

	width: 30%;
}

#contact_concierge form table td {
	width: 70%;
}
#contact_concierge form table th,
#contact_concierge form table td {
	padding: 10px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

#contact_concierge form table td p {
	padding-top: 5px;
}

#contact_concierge form table td ul li {
	display: inline-block;
	padding-right: 15px;
	line-height: 180%;
}

/* 確認画面ボタン */
#contact_concierge form .check a {
	width: 180px;
	height: 60px;
	cursor: pointer;
	margin: 30px auto;
	display: block;
	background: url(../images/btn_chack.png) no-repeat center top;
	border: none;
}
#contact_concierge form .check input:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}

/* ボタン */
#contact_concierge form .sent {
	text-align: center;
	margin-top: 30px;
}
#contact_concierge form .sent input:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}

/* 送信 */
#contact_concierge form .sent a.btn_submit {
	width: 180px;
	height: 60px;
	cursor: pointer;
	margin-left: 20px;
	background: url(../images/btn_sent.png) no-repeat center top;
	border: none;
	display: inline-block;
	vertical-align: top;
}

/* 内容を修正 */
#contact_concierge form .sent a.btn_back {
	width: 180px;
	height: 60px;
	cursor: pointer;
	margin-right: 20px;
	background: url(../images/btn_back.png) no-repeat center top;
	border: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px){
	#contact_concierge form .sent input:hover {
		opacity: 1;
		filter: alpha(opacity=1);
		-moz-opacity:1;
	}
	
	#contact_concierge form .sent input.btn_submit {
		width: 46%;
		background-size: contain;
		margin-left: 2%;
	}
	
	#contact_concierge form .sent input.btn_back {
		width: 46%;
		background-size: contain;
		margin-right: 2%;
	}
}


/* プルダウン */
#contact_concierge form select {
	font-size: 14px;
}

/* テキストエリア */
#contact_concierge .telnum {
	width: 80px;
}

#contact_concierge .form_txt {
	width: 300px;
}

#contact_concierge .form_txt2 {
	width: 400px;
	height: 100px;
}
#contact_concierge .form_txt3 {
	width: 400px;
}

#contact_concierge .sp_area {
	display: none;
}

input[type="checkbox"], input[type="radio"], label {
	cursor: pointer;
}

/* other_address */
#contact_concierge #other_address {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

input[type="checkbox"].bellows + #other_address {
    max-height: 0;
    overflow: hidden;
}
 
input[type="checkbox"].bellows:checked + #other_address {
    max-height: 50em;
}

/* other_phone_check */
input[type="checkbox"].bellows:checked + #other_phone {
    max-height: 0;
    overflow: hidden;
}
 
input[type="checkbox"].bellows + #other_phone {
    max-height: 50em;
}

/* 送信完了メッセージ */
#contact_concierge #form_area.thanks_message p {
	text-align: center;
}

#contact_concierge .telnum_detail p {
	float: left;
	margin-right: 15px;
}
#contact_concierge .telnum_detail ul {
	float: left;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px){
	
	/* form */
	#contact_concierge #form_area {
		width: 90%;
		border: none;
		padding: 0;
		margin-bottom: 30px;
	}
	
	#contact_concierge form table th {
		display: block;
		width: 96%;
		padding: 5px 2% 3px;
	}
	#contact_concierge .top_table th {
		display: block;
		width: 96%;
		padding: 5px 2% 3px;
	}
	#contact_concierge .top_table td {
		display: block;
		width: 96%;
		padding: 10px 2% 8px;
	}
	#contact_concierge form table td {
		display: block;
		width: 96%;
		padding: 10px 2% 8px;
	}
	#contact_concierge .top_table td {
		display: block;
		width: 96%;
		padding: 10px 2% 8px;
	}
	
	#contact_concierge form table th,
	#contact_concierge form table td,
	#contact_concierge form table td input {
		font-size: 18px;
	}
	#contact_concierge form table td select {
		font-size: 18px;
		margin-bottom: 12px;
	}
	
	#contact_concierge form table {
		width: 100%;
	}
	#contact_concierge form table td ul li {
		display:block;
		padding-right: 0;
	}
	
	/* テキストエリア */
	#contact_concierge .telnum {
		width: 26%;
	}
	
	#contact_concierge .form_txt,
	#contact_concierge .contact_txt{
		width: 94%;
	}
	#contact_concierge .form_txt2 {
		width: 94%;
		height: 140px;
	}
	
	#contact_concierge .sp_area {
		display: block;
	}
}