@charset "utf-8";

/* =固定ページのみに適用されます
-------------------------------------------------------------- */
.wpcf7-form table {
	table-layout: fixed;
	width: 100%;
}
.wpcf7-form table th {
	white-space: nowrap;
	width: 10em;
}
.wpcf7 input#zip {
	width:10em;
}
.wpcf7 input#addr {
	width:500px;
	margin-top:0.5rem;
}
.wpcf7-form p.submit {
	margin-bottom: 0;
}
span.must:after {
	content: '＊';
	color: #DF0101;
	font-weight: normal;
}

@media screen and (max-width: 736px) {
	.wpcf7-form table th {
		border: none;
	}
	.wpcf7-form table td {
		padding: 15px 0 25px;
	}
}

/* =電話表示
-------------------------------------------------------------- */
.entry-content h4 {
	font-size: 2rem;
}
.tel_info {
	margin: 2.5rem 0 5rem;
}
.tel_info span {
	display: block;
}
.tel_info span.tel a {
	font-size: 3rem;
	letter-spacing: 0.07em;
	line-height: 1.25;
	color: #000;
	
}

/* =会社情報
-------------------------------------------------------------- */
#company_table {
	margin-bottom: 6rem;
}
#company_table a {
	color: #333;
}
#company_table th {
	width: 30%;
}
@media screen and (max-width: 736px) {
	#company_table {
		margin-bottom: 0;
	}
}
.map {
	margin-top: 6rem;
}

/* =ギャラリー
-------------------------------------------------------------- */
#shop_gallery {
	margin: 5rem 0 0;
}
#shop_gallery li {
	width: 48%;
	margin: 0 4% 4% 0;
}
	#shop_gallery li:nth-child(2n) {
		margin-right: 0;
	}

#shop_gallery li p {
	margin: 1rem 0 0;
}

@media screen and (max-width: 736px) {
	#shop_gallery li {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 8%;
	}
}

/* =調整
-------------------------------------------------------------- */
#about .entry-content h3 {
	font-size: 2.4rem;
}
#contact .entry-content {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.wpcf7-form table th {
		width: 5em;
	}
}