@charset "utf-8";


/* ======================================
2019/04/16 added by narui
======================================== */

/* ---------- テーブル色（defaultとsphone共通） ---------- */

.table-bordered th {
	background-color: #e3deca;
	text-align:center;
	color:#754f3a;
	width: 25%;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #754f3a;
	vertical-align:middle;
}

.ameblo-txt{
	padding-top: 6px;
	color: #7F6A22;
	font-family :  "ヒラギノ明朝 Pro" ;
}

/* ======================================
2024/11/02 added by Fabo
======================================== */
.entry-content .row {
	margin-right: -10px;
	margin-left: -10px;
}
.entry-content .row > div {
	margin-bottom: 20px;
	padding: 0 10px;
}
.term-contact .entry-content .row {
	margin: 0;
}
.term-contact .entry-content .row > div {
	margin: 0;
	padding: 0;
}

.entry-content .template-text :first-child,
.entry-content .contents-textarea :first-child {
	margin-top: 0 !important;
}

.entry-content .template-img-right {
	margin-left: 30px;
}
.entry-content .template-img-left {
	margin-right: 30px;
}

.table-fixed {
	margin-bottom: 25px;
	table-layout: fixed;
}
.table-fixed th,
.table-fixed td {
	padding: 12px 15px;
	border: 1px solid #754f3a;
	vertical-align:middle;
	text-align: center;
}
.table-fixed th {
	background: #e3deca;
	color:#754f3a;
}

.contents-colorbox {
	margin-bottom: 30px;
	padding: 25px;
	background-color: rgba(224, 174, 164, .2);
}
.contents-colorbox :first-child {
	margin-top: 0 !important;
}
.contents-colorbox :last-child {
	margin-bottom: 0 !important;
}

.map-wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: middle;
}

.entry-btn {
	margin-top: 30px;
	text-align: center;
}
.entry-btn a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 50px;
	background: #a0892f;
	line-height: 50px;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}
.entry-btn a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '\f078';
	color: #fff;
	font-weight: 600;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.entry-btn a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* 地域別・重量別配送料について */
.term-charge .entry-content h3 {
	margin-top: 60px;
}