@charset "utf-8";
/*------------------------------------------------------------
	下層ページ
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
}

a, a:link {
	color: #333;
}

.content {
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}

.entry-content {
	margin: 40px auto 40px;
	font-size: 1rem;
	line-height: 1.8;
}

.entry-content section {
	padding: 3em 0;
}

.entry-content section.bg {
	background-color: #fcfcfc;
}

.breadcrumbs {
	font-size: .8em;
	margin-bottom: 0px;
	background-color: #f0f0f0;
	margin-top: 25px;
}

.breadcrumbs .pankuzu {
	width: 1120px;
	margin: 0 auto;
	padding: 5px 0;
	box-sizing: border-box;
	text-align: center;
}

.entry-content th,
.entry-content td {
	font-size: 1rem;
	line-height: 1.4;
}

.entry-content p {
	margin-bottom: 1em;
}

.entry-content h3 {
	text-align: center;
	font-size: 1.4em;
	padding-bottom: .5em;
	border-bottom: 0px solid #ccc;
	margin-bottom: 30px;
	clear: both;
	color: #522904;
	position: relative;
}

.entry-content h3::after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	content: '';
	width: 70px;
	height: 2px;
	background-color: #522904;
}

.entry-content h3 span.date {
	font-weight: normal;
	font-size: .6em;
	border-bottom: 0;
	float: right;
    margin-top: 1em;
}

.entry-content h3 span.num {
	font-size: 2.6em;
	font-weight: normal;
}

.entry-content h3 span.blue {
	line-height: 1;
}

.entry-content h4 {
    position: relative;
    margin: 1.5em 0 1em;
    padding: 0.5em 0;
    font-size: 1.2em; /* フォントサイズ */
    font-weight: bold; /* フォント太さ */
    color:#83A944; /* テキスト色 */
    border-bottom: 2px solid #83A944; /* 下線：太さ 線の種類 色 */
}

.entry-content h5 {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px 10px 0px;
    margin: 10px 0;
    font-weight: bold;
}

.entry-content .arrow {
	display: block;
    margin: -40px auto 40px;
}

.entry-header {
	width: 100%;
	text-align: center;
	margin-top: 120px;
}

.entry-body {
	overflow: hidden;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 60px;
	padding-bottom: 5px;
}

.page-title {
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    color: #83A944;
	font-family: "Kiwi Maru", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.entry-body .pic-left {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #CCC;
}

.entry-body .pic-right {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	border: 1px solid #CCC;
}

.entry-body .pic-left-noborder ,
.entry-body .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.entry-body .pic-right-noborder ,
.entry-body .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.entry-body .mt0 {
	margin-top: 0 !important;
}

.entry-body .small {
	font-size: .8em;
}

.entry-body .pt0 {
	padding-top: 0 !important;
}

.entry-body .center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.entry-body img {
	margin-bottom: .5em;
}

.entry-body a:hover img {
	opacity: .7;
	-webkit-transition: all .5s;
	transition: all .5s;	
}

.entry-body table th {
	width: 14em;
	background-color: #83A944;
	padding: .8em;
	color: #fff;
	font-weight: bold;
}

.entry-body table td {
	padding: .8em;
	background-color: #fcfcfc;
}

.entry-body ul.characteristic-list li {
    margin: 3px 0px;
    padding-left: 25px;
    background: url(../image/check.png) no-repeat left top;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
}

.entry-body ul.list-circle ,
.entry-body ul.list-num {
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 1em;
}

.entry-body ul.list-check {
	margin-bottom: 1em;
}

.entry-body ul.list-circle li {
    margin: 3px 0px;
	list-style-type: disc;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
}

.entry-body ul.list-num li {
    margin: 3px 0px;
	list-style-type: decimal;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
}

.entry-body ul.list-check li {
    margin: 3px 0px;
	padding-left: 20px;
	background: url(../image/check.png) no-repeat 0px 4px;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
}

.entry-body .big {
	font-weight: bold;
	font-size: 1.4em;
}

.entry-body .page-nav {
	margin-bottom: 2em;
	overflow: hidden;
}

.entry-body .page-nav li {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    behavior: url(/shared/js/pie.htc);
	display: block;
	margin: 0 0 .5em;
	width: 50%;
	float: left;
	padding: 0 2em;
	box-sizing: border-box;
	position: relative;
	display: block;
}

.entry-body .page-nav li a::before{
    display: block;
    position: absolute;
    right: 1em;
    width: 8px;
    height: 8px;
    border-top: 2px solid #522904;
    border-right: 2px solid #522904;
    -webkit-transform: rotate(90deg);
    transform: rotate(135deg);
    top: 37%;
}

.entry-body .page-nav li a:hover::before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	z-index: 10;
}

.entry-body .page-nav li a {
    padding: .5em 1.5em .5em .5em;
    display: inline-block;
    border: 2px solid #522904;
    color: #522904;
	margin: 0 auto;
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	z-index: 2;
	position: relative;
	width: 100%;
}

.entry-body .page-nav li a::before,
.entry-body .page-nav li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.entry-body .page-nav li a,
.entry-body .page-nav li a::before,
.entry-body .page-nav li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.entry-body .page-nav li a:hover {
	color: #fff;
	text-decoration: none;
}

.entry-body .page-nav li a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.entry-body .page-nav li a:hover::after {
	background: #522904;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.entry-body .page-nav-half ul li{
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 0 0 1em;
}

.entry-body .page-nav-half ul li:nth-child(odd){
	padding: 0 1em 0 0;
}

.entry-body .cat-list ul {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	justify-content: center;
}

.entry-body .cat-list ul li {
	float: none;
	width: 30%;
	padding: 0;
}

.entry-body .cat-list li a::before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.entry-body .row {
	margin-left: -20px;
	overflow: hidden;
	margin-bottom: 2em;
	width: 1160px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.entry-body .row-rev {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.entry-body .col-12 {
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}

.entry-body .col-9 {
	width: 75%;
	padding: 0 20px;
	box-sizing: border-box;
}

.entry-body .col-8 {
	width: 66%;
	padding: 0 20px;
	box-sizing: border-box;
}

.entry-body .col-6 {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}

.entry-body .col-4 {
	width: 33%;
	padding: 0 20px;
	box-sizing: border-box;
}

.entry-body .col-3 {
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
}

.entry-body .col-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.entry-body img {
	max-width: 100%;
	height: auto;
}

.entry-body .link-list .title {
    margin-bottom: 0;
    padding: 50px 10px 10px;
    text-align: center;
	font-weight: bold;
	color: #e99000;
    z-index: 10;
    position: relative;
    background: url(../../image/bg03.gif) no-repeat center top;
	background-size: cover;
}

.entry-body .link-list-body {
    padding: 10px;
    text-align: center;
	background-color: #fff;
}

.entry-body .link-list-body .comLink {
	display: block;
	margin: 10px auto 0;
}

.entry-body .half-box {
	float: left;
	width: 540px;
	margin-right: 32px;
	margin-bottom: 20px;
}

.entry-body .half-box-last {
	margin-right: 0;
}

.entry-body .more {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    behavior: url(/shared/js/pie.htc);
	display: block;
	margin: 1em auto;
}

.entry-body .more-left {
	text-align: left;
}

.entry-body .more a {
    padding: .5em 3em;
    display: inline-block;
    border: 2px solid #522904;
    color: #522904;
	margin: 0 auto;
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.entry-body .more a::before,
.entry-body .more a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.entry-body .more a,
.entry-body .more a::before,
.entry-body .more a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.entry-body .more a:hover {
	color: #fff;
	text-decoration: none;
}

.entry-body .more a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.entry-body .more a:hover::after {
	background: #522904;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.entry-body .red {
    color: #C00 !important;
}

.entry-body .blue {
    color: #1fabee;
}

.entry-body .right {
	text-align: right;
}

.entry-content .clear {
	clear: both;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-body h5.mt0 {
	margin-top: 0;
}

.entry-body .box {
	padding: 1em;
	background-color: #f0f0f0;
	padding-bottom: 0;
	margin-bottom: 1em;
	overflow: hidden;
	clear: both;
}

.entry-body .box h5 {
	margin-top: 0;
}

.entry-body textarea {
	height: 14em !important;
}

.entry-body .comLink a span {
    padding: 14px 20px 18px 17px;
}

.entry-body .comLink {
    margin: 0 auto 1.5em;
    width: 50%;
}

.entry-body .col-3 .comLink ,
.entry-body .col-4 .comLink {
    margin: 0 auto 1.5em;
    width: 100%;
}

.entry-body .col-6 .comLink {
    width: 100%;
}

.entry-body dl dt {
	float: left;
	width: 10em;
	border-top: 0 !important;
	font-weight: bold;
}

.entry-body dl dd {
	padding-left: 11em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-top: 0 !important;
	border-bottom: 1px dashed #CCC;
	line-height: 1.8;
}

.entry-body ul.list {
	overflow: hidden;
}

.entry-body ul.list li {
	background: url(../image/list_icon.png) no-repeat 0 3px;
	padding-left: 1.5em;
}

.entry-body ul.list-5 li {
	float: left;
	width: 22%;
}

.entry-body ul.list-5 li.wide {
	width: 44%;
}

.entry-body ul.list-5 li.wide span {
	font-size: .8em;
}

.entry-body .post-area {
	margin-bottom: 4em;
}

.entry-body .post-nav span {
	display: block;
	padding: .5em;
    border: 1px solid #ccc;
    background-color: #fcfcfc;	
	font-size: .8em;
}

.entry-body .post-nav span.prev {
	float: left;
}

.entry-body .post-nav span.next {
	float: right;
}

.entry-form {
    padding: 3em 6em;
    margin: 1em auto 0;
    box-sizing: border-box;
}

.entry-form dl dt {
	color: #333;
}

.entry-form p {
	text-align: center;
}

.entry-form p.tel {
    font-size: 1.6em;
    font-weight: bold;
    margin: 1.5em 0 .5em;
}

.entry-form p.tel a {
    color: #83A944;
}

#main .entry-body .slider-nav-wrap .slick-slide {
	margin-right: 4px;
}

/*********pageナビ*********/
.pagenavi{
    color: #1fabee;
    margin: 2px auto;
    line-height:2em;
    text-align:center;
    clear: both;
}
.pagenavi a{
    text-decoration:none;
}
.pagenavi a.page-numbers, .pagenavi .current{
    color: #1fabee;
    padding: 3px 7px;
    border:solid 1px #ccc;
    text-decoration:none;
    font-size:14px;
}
.pagenavi a.page-numbers:hover{
    color:#fff;
    background: #1fabee;
}
.pagenavi .current{
    color: white;
    background: #1fabee;
    border-color: #1fabee;
    font-weight:bold:
}
.pagenavi .next, .pagenavi .prev{
    border:0 none;
    background:transparent;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}

/*------------------------------------------------------------
	目次ページ
------------------------------------------------------------*/

.content .entry-nav a {
	position: relative ;
	display: block;
	background-color: #000;
	margin-bottom: .5em;
}

.content .entry-nav a p {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

.content .entry-nav img {
	margin-bottom: 0 !important;
	opacity: 1;
}

.content .entry-nav a:hover img {
	opacity: .5;
	transition:all .5s ease;
}

/*------------------------------------------------------------
	施工事例
------------------------------------------------------------*/

.results .entry-results {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.results .entry-results .row {
	width: 75%;
}

.results .entry-results .sidebar {
	width: 25%;
}

/* カテゴリー一覧 */
.results .entry-results .sidebar .category-list {
	border: 2px solid #522904;
}

.results .entry-results .sidebar .category-list a {
	color: #522904;
	font-weight: 600;
	transition: .5s;
}
.results .entry-results .sidebar .category-list .cat-child li a {
	display: block;
    padding: 10px;
	border-top: 2px solid #522904;
	background-color: #fff;
}
.results .entry-results .sidebar .category-list .cat-child li:first-of-type a {
	border-top: 0;
}
.results .entry-results .sidebar .category-list a:hover {
	opacity: .7;
}


/* 親カテゴリー */
.results .entry-results .sidebar .category-list .cat-parent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.results .entry-results .sidebar .category-list .cat-parent > a {
	flex: 1;
	padding: 10px;
}


/* 子カテゴリー */
.results .entry-results .sidebar .category-list .cat-child {
	display: none;
	border-top: 2px solid #522904;
}


/* 開閉ボタン */
.results .entry-results .sidebar .category-list .cat-toggle {
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	position: relative;
	cursor: pointer;
}


/* ＋アイコン */
.results .entry-results .sidebar .category-list .cat-toggle::before,
.results .entry-results .sidebar .category-list .cat-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	background: #522904;
	transform: translate(-50%, -50%);
}

.results .entry-results .sidebar .category-list .cat-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform .3s;
}


/* －アイコン */
.results .entry-results .sidebar .category-list .has-child.open .cat-toggle::after {
	transform: translate(-50%, -50%) rotate(0deg);
}


/* カテゴリーの区切り線 */
.results .entry-results .sidebar .category-list > ul > li {
	border-bottom: 2px solid #522904;
}

.results .entry-results .sidebar .category-list > ul > li:last-child {
	border-bottom: none;
}

.results .entry-body .row {
	margin-bottom: 0;
}

.results .entry-body .image-box {
    position: relative;
    overflow: hidden;
	aspect-ratio: 128 / 96;
}

.results .entry-body .image-box img {
	object-fit: cover;
	object-position: center;
}

.results .single-content h3 .name {
	font-size: .7em;
    color: #fff;
    background-color: #522904;
    padding: 4px 8px;
}
.results .entry-body .text-box {
	margin-bottom: 2em;
}
.results .entry-body p.title {
	text-align: center;
	margin: .5em 0 .5em;
	font-weight: bold;
	color: #83A944;
}
.results .entry-body p.title .name {
	font-size: .8em;
    color:#522904;
}
.results .entry-body p.job {
	margin-top: .5em;
	padding: .5em 0;
	border: 1px solid #333;
	border-left: 0;
	border-right: 0;
	text-align: center;
}

.results .entry-body .job-list li {
	float: left;
	font-size: .8em;
	margin-right: 1em;
}

.results .entry-body .col-4 {
	margin-bottom: 2em;
}

.results .entry-body .col-4:nth-child(3n+1) {
	clear: both;
}

.results .entry-body .results-right {
	padding: 1em;
	background-color: #E0EBCD;
	margin-top: .5em;
	overflow: hidden;
}

.results .entry-body .results-right p.sq {
	background-color: #83A944;
	color: #fff;
	padding: .5em;
	width: 3em;
	height: 3em;
	box-sizing: border-box;
	float: left;
	margin-right: 1em;
	line-height: 2em;
}

.results .entry-body .results-right p.sqline2 {
	line-height: 1em;
}

.results .entry-body .results-right ul {
	overflow: hidden;
	margin-bottom: 1em;
}

.results .entry-body .results-right .job-list li {
	float: none;
	font-size: 1em;
}

.results .single-content .entry-body .col-4 {
	width: 33.3%;
}

.single-content .entry-body .slick-slide img {
	aspect-ratio: 128 / 96;
	object-fit: cover;
	object-position: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	.results .entry-results .row {
		width: 100%;
		margin-bottom: 50px;
	}

	.results .entry-results .sidebar {
		width: 100%;
	}
	
}

/*------------------------------------------------------------
	よくある質問
------------------------------------------------------------*/

.content .entry-faq .question {
	position: relative;
	text-align: left;
	padding-left: 30px;
}

.content .entry-faq .question:before {
	content: "Q.";
	font-size: 26px;
	color: #522904;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -2px;
	line-height: 1;
}

.content .entry-faq .answer {
	position: relative;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.content .entry-faq .answer p {
	margin-bottom: 0;
}

.content .entry-faq .answer:before {
	content: "A.";
	font-size: 26px;
	color: #83A944;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -2px;
	line-height: 1;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	.content .entry-faq .question:before ,
	.content .entry-faq .answer:before {
		top: -3px;
	}
	
}

/*------------------------------------------------------------
	庭じまい
------------------------------------------------------------*/

.gardenend .entry-body .page-mv {
	position: relative;
}

.gardenend .entry-body .page-mv .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(255,255,255,.9);
	padding: 30px 30px 20px;
	text-align: center;
}
.gardenend .entry-body .reason-area .item {
    padding: 1em;
    background-color: #f0f0f0;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gardenend .entry-body .reason-area .item h4 {
	margin: 0;
	background-color: #83A944;
	color: #fff;
	padding: .6rem;
	border: 0;
	width: 25%;
	text-align: center;
}

.gardenend .entry-body .reason-area .item p {
	width: 72%;
	margin-bottom: 0;
}
.gardenend .entry-body .flow-area .item {
    padding: 1em;
    background-color: #f0f0f0;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gardenend .entry-body .flow-area .item .title {
	margin: 0;
	width: 20%;
	font-size: 18px;
	font-weight: bold;
}

.gardenend .entry-body .flow-area .item .title .num {
	color: #83A944;
    font-size: 1.2em;
    padding-right: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", serif;
}

.gardenend .entry-body .flow-area .item p {
	width: 78%;
	margin-bottom: 0;
}
.gardenend .entry-body .qa-area .item {
    padding: 1em;
    background-color: #fff;
    margin-bottom: 1em;
    overflow: hidden;
}
.gardenend .entry-body .qa-area .item .question ,
.gardenend .entry-body .qa-area .item .answer {
	position: relative;
	padding-left: 2rem;
}
.gardenend .entry-body .qa-area .item .question:before ,
.gardenend .entry-body .qa-area .item .answer:before {
	content: "Q";
	font-size: 1.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", serif;
	position: absolute;
	top: -.1em;
	left: 0;
	font-weight: bold;
}
.gardenend .entry-body .qa-area .item .answer {
	margin-bottom: 0;
}
.gardenend .entry-body .qa-area .item .answer:before {
	content: "A";
	color: #83A944;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	.gardenend .entry-body .page-mv {
		aspect-ratio: 1 / 1;
	}
	
	.gardenend .entry-body .page-mv img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.gardenend .entry-body .page-mv .text {
		transform: translateY(-50%);
		width: 80%;
		left: 10%;
		box-sizing: border-box;
	}
	
	.gardenend .entry-body .reason-area .item ,
	.gardenend .entry-body .flow-area .item {
		flex-wrap: wrap;
	}

	.gardenend .entry-body .reason-area .item h4 ,
	.gardenend .entry-body .reason-area .item p ,
	.gardenend .entry-body .flow-area .item p.title ,
	.gardenend .entry-body .flow-area .item p.desc {
		width: 100%;
	}

	.gardenend .entry-body .reason-area .item h4 {
		margin-bottom: .6rem;
	}
	
	.gardenend .entry-body .flow-area .item .title {
		font-size: 14px;
	}

}

/*------------------------------------------------------------
	庭づくり
------------------------------------------------------------*/

.page-service .entry-body .page-mv {
	position: relative;
}

.page-service .entry-body .page-mv .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(255,255,255,.9);
	padding: 30px 30px 20px;
	text-align: center;
}

.page-service .entry-body .list-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: .5em;
}

.page-service .entry-body .list-box li {
	background-color: #f0f0f0;
	padding: .6em 1em;
	font-weight: bold;
}

.page-service .entry-body .reason-area .item {
    padding: 1em;
    background-color: #f0f0f0;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-service .entry-body .reason-area .item h4 {
	margin: 0;
	background-color: #83A944;
	color: #fff;
	padding: .6rem;
	border: 0;
	width: 30%;
	text-align: center;
}

.page-service .entry-body .reason-area .item p {
	width: 66%;
	margin-bottom: 0;
}

.page-service .entry-body .flow-area .item {
    padding: 1em;
    background-color: #f0f0f0;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-service .entry-body .flow-area .item .title {
	margin: 0;
	width: 24%;
	font-size: 18px;
	font-weight: bold;
}

.page-service .entry-body .flow-area .item .title .num {
	color: #83A944;
    font-size: 1.2em;
    padding-right: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", serif;
}

.page-service .entry-body .flow-area .item .desc {
	width: 74%;
}
.page-service .entry-body .flow-area .item .desc p {
	margin-bottom: 0;
}
.page-service .entry-body .flow-area .item .desc .more {
	margin: 5px 0 0;
}
.page-service .entry-body .qa-area .item {
    padding: 1em;
    background-color: #fff;
    margin-bottom: 1em;
    overflow: hidden;
}
.page-service .entry-body .qa-area .item .question ,
.page-service .entry-body .qa-area .item .answer {
	position: relative;
	padding-left: 2rem;
}
.page-service .entry-body .qa-area .item .question:before ,
.page-service .entry-body .qa-area .item .answer:before {
	content: "Q";
	font-size: 1.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", serif;
	position: absolute;
	top: -.1em;
	left: 0;
	font-weight: bold;
}
.page-service .entry-body .qa-area .item .answer {
	margin-bottom: 0;
}
.page-service .entry-body .qa-area .item .answer:before {
	content: "A";
	color: #83A944;
}

.page-service .entry-body .more-area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}

.page-service .entry-body .more-area .more {
	margin: 0;
}

.page-service .entry-body .more.line a {
	background-color: rgb(6,199,85);
	color: #fff;
	border-color: rgb(6,199,85);
}

.page-service .entry-body .more.line a:hover {
	border-color:#522904;
}

.page-service .entry-body table {
	width: 100%;
	white-space: nowrap;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	.page-service .entry-body .page-mv {
		aspect-ratio: 1 / 1;
	}
	
	.page-service .entry-body .page-mv img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.page-service .entry-body .page-mv .text {
		transform: translateY(-50%);
		width: 80%;
		left: 10%;
		box-sizing: border-box;
	}
	
	.page-service .entry-body .reason-area .item ,
	.page-service .entry-body .flow-area .item {
		flex-wrap: wrap;
	}

	.page-service .entry-body .reason-area .item h4 ,
	.page-service .entry-body .reason-area .item p ,
	.page-service .entry-body .flow-area .item p.title ,
	.page-service .entry-body .flow-area .item p.desc {
		width: 100%;
	}

	.page-service .entry-body .reason-area .item h4 {
		margin-bottom: .6rem;
	}
	
	.page-service .entry-body .flow-area .item .title {
		font-size: 14px;
	}
	
	.page-service .entry-body .list-box li {
		width: 100%;
	}
	
	.page-service .entry-body table {
		white-space: inherit;
	}

	.page-service .entry-body table th ,
	.page-service .entry-body table td {
		display: table-cell;
		width: auto;
	}


}

/*------------------------------------------------------------
	よくある質問
------------------------------------------------------------*/

.faq .entry-body .q-box {
    padding: 1em;
    background-color: #fcfcfc;
    margin-bottom: 1em;
}

.faq .entry-body p.q-title {
    font-weight: bold;
    margin-bottom: .5em;
}

.faq .entry-body .q-list li {
    padding-bottom: .5em;
    margin-bottom: .3em;
}

.faq .entry-body .q-list li a {
	text-decoration: underline;
}

.faq .entry-body .q-list li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	採用情報
------------------------------------------------------------*/

.recruit .entry-body .welfare-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recruit .entry-body .welfare-area .item {
	width: 32%;
	text-align: center;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.recruit .entry-body .welfare-area .item img {
	width: 60px;
	display: block;
	margin: 0 auto 10px;
}

.recruit .entry-body .welfare-area .item p {
	margin-bottom: 0;
}

.recruit .entry-body .welfare-area .item p.title {
    color: #83A944;
	font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.recruit .entry-body .welfare-area .item {
		width: 100%;
		margin-bottom: 10px;
	}
}

/*------------------------------------------------------------
	企業・お寺の方へ
------------------------------------------------------------*/

.temple .entry-body .col-bg {
	position: relative;
	margin-bottom: 1em;
}

.temple .entry-body .col-bg img {
	max-width: 240px;
	display: block;
	margin: 0 auto;
}

.temple .entry-body .col-bg p {
	text-align: center;
	position: absolute;
	top: 1.5em;
	padding: 0 40px 0 0;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4;
}

.temple .entry-body .col-bg p span {
	font-size: .8em;
	color: #FF0;
	font-weight: normal;
}


/*------------------------------------------------------------
	年間管理のご案内
------------------------------------------------------------*/

.yearly .entry-body table {
	width: 100%;
	margin-bottom: 1em;
}

.yearly .entry-body table th {
	width: 22em;
}

.yearly .entry-body table td {
	text-align: right;
}

/*------------------------------------------------------------
	サイトマップ
------------------------------------------------------------*/

body.sitemap .entry-body a {
	color: #333;
}

@media all and (min-width: 0) and (max-width: 767px) {
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { font-size: 14px; line-height: 1.8; }
	
	.entry-header {
		margin-top: 0;
	}
	
	.page-title {
		padding-top: 30px;
		box-sizing: border-box;
		margin: 0 auto;
		text-align: center;
		font-size: 1.5em;
	}
	
	.content {
		width: 100%;
		padding: 0 .5em;
		box-sizing: border-box;
	}
	
	.breadcrumbs {
		font-size: .8em;
		margin-bottom: 2em;
	}	
	
	.breadcrumbs .pankuzu {
		width: 100%;
		padding: .5em;
	}

	.breadcrumbs .pankuzu span {
		font-size: 10px;
	}
	
	.entry-content {
		margin: 20px auto 40px;
	}	
	
	.entry-content h3 {
		font-size: 1.3em;
	}	
	
	.entry-content h4 {
		font-size: 1.1em;
		margin-bottom: 1em;
	}

	.entry-body {
		width: 100%;
	}

	.entry-body img {
		max-width: 100%;
		height: auto;
	}
	
	.entry-body .row {
		margin-left: 0;
		width: 100%;
	}
	
	.entry-body .col-12 ,
	.entry-body .col-9 ,
	.entry-body .col-8 ,
	.entry-body .col-6 ,
	.entry-body .col-4 {
		width: 100%;
		padding: 0;
	}	

	.entry-body .col-3 {
		width: 48%;
		padding: 0;
	}
	
	.entry-post .col-3 {
		width: 100%;
		padding: 0;
	}
	
	.entry-body .post-nav span {
		width: 100%;
		margin: .5em 0;
		box-sizing: border-box;
	}
			

	.entry-body .pic-right-noborder ,
	.entry-body .pic-left-noborder ,
	.entry-body .alignright ,
	.entry-body .alignleft ,
	.entry-body .pic-right ,
	.entry-body .pic-left {
		max-width: 40%;
		height: auto;
	}
	
	.entry-body .page-nav ul li {
		width: 100%;
		box-sizing: border-box;
		float: none;
		padding: 0 !important;
	}	

	.entry-body iframe {
		max-width: 100%;
		height: 16em !important;
	}
	
	.entry-body .half-box {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}
	
	.entry-content .arrow {
		max-width: 40%;
		height: auto;
		margin: 20px auto;
	}
	
	.entry-body .cat-list ul {
		justify-content: space-between;
	}

	.entry-body .cat-list ul li {
		width: 49%;
	}

	.entry-body .cat-list ul li a {
		font-size: 12px;
	}

	.entry-body img.full {
		max-width: 100%;
		display: block;
		margin: 0 auto 1em;
		float: none;
	}	

	.entry-body table {
		clear: both;
	}	

	.entry-body table th ,
	.entry-body table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}	
	
	.entry-body .comLink {
		width: 100%;
	}

	.entry-content dl {
		margin-bottom: 1em;
	}
	
	.entry-content dl dt {
		float: none;
		width: 100%;
	}
	
	.entry-content dl dd {
		padding-left: 0;
		padding-bottom: .3em;
		margin-bottom: .3em;
		border-bottom: 1px dashed #CCCCCC;
	}	
	
	.entry-content dl.mailform dd {
		padding-left: 0;
		padding-bottom: .5em;
		margin-bottom: 0;
		border-bottom: 0;
	}
	
	.entry-body .more a {
		font-size: 1em;
	}
	
	.entry-body ul.list-5 li {
		width: 50%;
		box-sizing: border-box;
	}
	
	.entry-body ul.list-10 li {
		width: 100% !important;
	}
		
	.entry-form {
		border: 0;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}		

	.entry-form p.tel a{
		font-size: 1.3em;
	}		
	
	.temple .entry-body .col-bg p {
		padding: 0;
	}
	
	.temple .entry-body .col-bg img {
		max-width: 200px;
		margin: 0 auto 1em;
	}	
	
	.yearly .entry-body table th {
		width: 100%;
	}
	
	.results .entry-body {
		margin-bottom: 20px;
	}		

	.results .entry-body .col-4 {
		margin-bottom: 3em;
	}
	
	.results .single-content .entry-body .col-4 {
		width: 100%;
	}	
	
}
