@charset "Shift_JIS";

body {
	padding: 0;
	color: #333333;
	font-size: 95%;
	_font-size: 80%;
	font-family:"メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	line-height: 1.4;
	margin: 0 auto;
}

br.blockend {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

a img:hover{
	cursor: pointer;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	zoom: 1;
}

#header {
	position: relative;
	width:100%;
	height:88px;
	margin:0 auto;
	padding:0;
	background:#fff;
}
#header .header-block {
	width:1280px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

/*
@media screen and (max-width: 834px) {
	#header .header-block {
		flex-wrap        : wrap;
		text-align: center!important;
	}
}
*/
	
#header .logo-note {
	margin:0;
	padding:1em 0 0.4em;
	text-align:left;
	line-height:1.4;
}
#header .nav-menu {
	width:1160px;
	margin:0 auto;
	text-align: center;
}
#header .show-menu {
	margin:0 auto;
	padding:0;
	border:#ccc 1px solid;
	display: flex;
	background: #fff;
}
#header .show-menu li {
	margin:0;
	padding:28px 1em 0 1.8em;
	font-size:17px;
	font-weight:bold;
}
#header .show-menu li a{
	display: inline-block;
	position: relative;
	text-decoration: none;
	color:#333;
}
#header .show-menu li.link a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	background: #7BC144;
	transform: scale(0, 1);
	transition: 0.4s;
}
#header .show-menu li.link  a:hover:before {
	transform: scale(1);
}
#header .show-menu li.link  a:hover{
	color:#008C00;
}
#header .show-menu li.logo {
	font-size:0;
	padding:0;
	line-height:0;
}

#sec-hero .hero{
	background:#F8F8F8;
	text-align: center;
}


#sec-top_contents{
	
}
#sec-top_contents .inner {
    width: 1280px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
    padding: 0;
}

#sec-top_contents .main-contents{
	width:723px;
	min-height:550px;
    background:#fff;
	text-align: center;

}

#sec-top_contents .main-contents img{
	margin-bottom:12px;
}

.banner_area{
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.banner_area .right{
  margin-left: 10px;
}

#sec-top_contents .news-wrap{
	box-sizing: border-box;
	margin:0;
	padding:0;
	width:550px;
}

#sec-top_contents .news{
	box-sizing: border-box;
	margin:5px 0 0 0;
	padding:36px;
	width:550px;
	height:830px;
/*
	height:550px;
*/
    background:#F1F7FC;
}
#sec-top_contents .news h1{
	width:100%;
	margin:0;
	padding:0 0 4px;
	line-height:1;
	font-size:20px;
	text-align: left;
	border-bottom: #333 1px solid;
}
#sec-top_contents .news-area{
	height:720px;
/*
	height:440px;
*/
	overflow:scroll;
	overflow-x: hidden;
}
#sec-top_contents .news-area dl{

}
#sec-top_contents .news-area dl dt{
	margin:0.8em 0 0 0;
	padding:0;
	color:#401000;
	font-size:17px;
	font-weight:bold;
}
#sec-top_contents .news-area dl dd{
	margin:0.1em 0 0.5em 2em;
	padding:0;
	font-size:15px;
	line-height:1.4;
}

.sec-gallery .container{
	padding: 30px 0;
  background: -moz-linear-gradient(top, #FDFFF9, #F8FFE2);
  background: -webkit-linear-gradient(top, #FDFFF9, #F8FFE2);
  background: linear-gradient(to bottom, #FDFFF9, #F8FFE2);
}

#sec-fivestone {
	margin-top:40px;
}
#sec-fivestone .inner {
	box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
	padding:20px;
	background: #B9E1A5;
}
#sec-fivestone h1 {
	font-weight:bold;
/*
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
*/
	text-align: center;
	font-size:26px;
}
#sec-fivestone table{
	width:100%;
	margin-top:10px;
}
#sec-fivestone table th,
#sec-fivestone table td {
	width:33%;
	text-align: center;
}
#sec-fivestone table td a{
	text-decoration: none;
	width:13em;
	margin:6px;
	padding:6px;
	display: block;
	color:#333;
	background: #fff;
	font-weight:bold;
	font-size:20px;
	border-radius: 6px;
}
#sec-fivestone table td a:hover{
	color:#000;
	background: #fc0;
}

#sec-service {
	margin-top:40px;
}
#sec-service .inner {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
    padding: 0;
}

#sec-project {
	margin-top:40px;
}
#sec-project .inner {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
    padding: 0;
}

.inner {
    width: 1280px;
    margin: 0 auto;
}

footer{
	margin-top:40px;
	padding-top:20px;
	border-top:#BDE0A1 3px solid;
}

footer .info-area .inner {
    width: 1280px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
    padding: 0;
}

footer .com-info {
	text-align: center;
}
footer .com-info img {
	margin-bottom:12px;
}
footer .com-name {
	font-size:22px;
	font-weight:bold;
	line-height:1.8;
}

footer .map {
	text-align:center;
	text-align: left;
}

footer .map .com-shop {
	display:block;
	margin:0 0 6px; 
	padding:3px 5px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	line-height:1.4;
	background: #690;
}
footer .map .com-add {
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
}
footer .map .com-tel,
footer .map .com-fax {
	font-size:24px;
	font-weight:bold;
	line-height:1.3;
	color:#690;
}
footer .map .com-tel small,
footer .map .com-fax small{
	font-size:16px;
	color:#333;	
}

.footer-inner {
	margin:0;
	padding:0;
	font-size:15px;
	line-height:50px;
	background: #8CC11F;
	text-align: center
}

#foot-menu {
	margin-top:20px;
	padding:20px;
	border-top:#BDE0A1 6px solid;
	background: #F8F8F8;
}

#foot-menu .inner {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
    padding: 0;
}

#foot-menu ul {
	margin:0;
	padding:0;
	list-style: none;
}

#foot-menu ul li{
	margin:0;
	padding:3px 0;
	list-style: none;
	font-size:16px;
	font-weight:400;
	line-height:1.6;
}
#foot-menu ul li.border{
	margin:6px 0;
	padding:6px 0;
	border-top:#000 1px dotted;
	border-bottom:#000 1px dotted;
}

#foot-menu ul li a{
	text-decoration: none;
	color:#336600;
}
#foot-menu ul li a:hover{
	color:#000;
	border-bottom:#000 1px solid;
}

.footer-bottom {
	margin:0 0 20px;
}

#pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 150px;
  background: #7CC145;
  opacity: 0.6;
  border-radius: 50%;
}
#pagetop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#pagetop a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}


/* 内部ページ共通（旧） */

#img_box {
	width: 730px;
}
#img_box .img_sub_box {
	width: 340px;
	float: left;
}
#img_box .img_sub_box p {
	text-align: center;
	font-weight: bold;
}
#img_box .img_sub_box img {
	margin: 0 0 0 0;
}
#img_box2 {
	width: 700px;
	padding: 15px;
}
#img_box2 .img_sub_box2 {
	width: 230px;
	float: left;
}
#img_box2 .img_sub_box2 p {
	text-align: center;
	font-weight: bold;
}
#img_box2 .img_sub_box2 img {
	padding: 0 15px 0 0;
}
#img_box_r {
	float: right;
	width: 220px;
}
#main_sub page_intro {
	width:100%;
	max-width:860px;
	margin:10px auto;
}
#main_sub .page_intro p{
	text-indent: 1em;
	line-height: 1.4em;
	font-size: 0.9em;
}
table.gaiyo {
	width: 100%;
	max-width:850px;
	margin: 10px auto;
	border: #999 1px solid;
}
table.gaiyo th {
	width: 120px;
	margin: 0;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background: #ECECEC;
	border-bottom: #ccc 1px dashed;
}
table.gaiyo td {
	margin: 0;
	padding: 10px;
	border-bottom: #ccc 1px dashed;
}
.lineBox {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #CCC;
}
h3.contents_title {
	margin-left: 20px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #300;
}
dl.contents_info {
	margin: 10px 40px 30px 40px;
	padding: .5em;
	background-color: #fff;
	font-size: 1em;
}
dl.contents_info dt {
	margin: 0;
	font-weight: bold;
	color:#360;
	border-left:#360 5px solid;
	text-indent:5px;
	line-height:1.4em;
}
dl.contents_info dd {
	margin: 5px 0 10px 0;
	padding: 0 0 0 1em;
	font-size: .9em;
	line-height:1.4em;
}
dl.contents_info dd.cen {
	text-align:center;
}

p.imp {
	font-weight:bold;
	text-align:center;
	color:#C00;
}

.zenyuseki a{
	font-size:0.9em;
	line-height:1.6em;
	color:#F00;
	text-decoration:none;
}
.zenyuseki a:hover{
	color:#C00;
	text-decoration:underline;
}

.after {
	font-size:0.95em;
	color:#F30;
}

/* 内部ページ共通 */

#breadcrumblist {
	margin-top:20px;
}
#breadcrumblist .inner {
	box-sizing: border-box;
    width: 1280px;
    margin: 0 auto;
	padding:0;
	text-align: right;
}
#breadcrumblist ol li {
  display: inline;
  font-size: 14px;
}
#breadcrumblist ol li::after {
  content: '＞';
  padding: 0 16px;
}
#breadcrumblist ol li:last-child::after {
  content: '';
}
#breadcrumblist ol li a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
#breadcrumblist ol li a:hover {
  text-decoration:underline;
  color: #000;
}

.page-contents {
	margin-top:40px;
	margin-bottom:60px;
	border-bottom:#BDE0A1 3px solid;
}
.page-contents .inner {
	box-sizing: border-box;
    width: 1280px;
	margin:0 auto 40px !important;
	font-size:16px;
}
.page-contents .inner > h1{
	width:1200px;
	margin:0 auto;
	padding:0 0.5em 0.5em;
	font-size: 38px;
    font-weight: 400;
    letter-spacing: 12px;
	border-bottom:#333 1px solid;
}

.page-contents .main-contents {
	margin:24px;
	padding:1.2em;
}

.ol-basic {
	margin: 10px 0 10px 0;
	padding-top: 10px;
	font-size:20px;
}
.ol-basic li {
	margin-top: 1em;
}

/* プライバシーポリシー */

#privacy {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}

#privacy .page_intro {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	background:#F8F8F8;
}

/*　お問合せ */

#contact {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}

#contact .page_intro {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	background:#F8F8F8;
}

.tbl_contact{
	width:100%;
	padding:0px;
	margin:15px auto 30px;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
.tbl_contact td{
	padding:10px 15px;
	margin:2px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

.tbl_contact th{
	text-align:left;
	background-color:#efffe0;
	padding:10px 15px;
	margin:2px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

.tbl_contact .thc{
	text-align:center;
	background-color:#efffe0;
	padding:8px 10px ;
	margin:2px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

.tbl_contact input[type="text"],
.tbl_contact textarea{
	width:90%;
	padding:0.5em;
	font-size:18px;
}

.tbl_contact input[type="submit"],
.tbl_contact input[type="reset"]{
	margin:0.5em 0.25em;
	padding:0.5em 2em;
	font-size:20px;
}

/* メディア掲載 */

.media-info {
	width:85%;
	margin:10px auto 10px;
	padding:12px;
	background: #fbfbfb;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.media-info h1{
	margin:0.5em 0 2em 20px;
	padding:0;
	min-height:3.6em;
	font-size:160%;
	font-weight:bolder;
	line-height:1.6;
	color:#000;
	text-align: center;
}
.media-info h1 strong{
	font-weight:normal;
	font-size:110%;
	color:#000;
    background: linear-gradient(transparent 60%, #fff3b9 60%);
}


.media-info .date{
	margin:0 0 0 20px;
	padding:0;
	font-weight:bold;
	color:#075601;
}

.media-info img{
	display: block;
	margin:5px auto 10px !important;
	width:95%;
	height:auto;
}

.media-info .intro5 {
	width:80%;
	margin:15px auto;
	padding:0.6em;
	line-height:1.6;
	text-align: left;
	border:#ccc 1px solid;
	background: #F0FDF1;
}
.media-info .intro5 dt {
	font-weight:bold;
}
.media-info .intro5 dd {
	padding-left:1em;
}
.media-info .intro5 dd.right {
	text-align: right;
}

.media-info .intro {
  margin:0.5em 1.5em;
}

.media-info .list {
  width:80%;
  margin:20px auto;
  border-bottom:1px solid #f0f0f0;
  letter-spacing:-0.31em;
  *letter-spacing:normal;
  word-spacing:-0.43em;
	line-height:1.6;
	text-align: left;
} 
.media-info .list dt,
.media-info .list dd {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  width:46%;
  padding:3px 2% 4px;
  margin:0;
  border-top:1px solid #f0f0f0;
}
.media-info .list dt {
  margin-right:-1px;
}
.media-info .list dd {
  margin-right:-1px;
}

/* 会社概要 */

#company {
	
}
#company .page_intro {
	width:100%;
	max-width:860px;
	margin:1.2em auto 50px;
}
#company .page_intro p{
	line-height:1.6;
	font-size:18px;
	text-indent: 1em;
	margin-bottom:0.6em;
}
table.gaiyo {
	width: 100%;
	margin: 10px auto;
	border: #999 1px solid;
}
table.gaiyo th {
	width: 240px;
	margin: 0;
	padding: 1em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background: #ECECEC;
	border-bottom: #ccc 1px dashed;
}
table.gaiyo td {
	margin: 0;
	padding: 1em;
	border-bottom: #ccc 1px dashed;
}

/* 展示場のご案内 */

#showroom .inner {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#showroom h1 {
	color:#f00;
	font-size:20px;
}
#showroom .page_intro {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
}
#showroom h3 {
	margin:5px 0 15px;
	padding:0.6em 1.8em;
	color:#fff;
	background: #690;
	font-size:18px;
	line-height:1;
	text-align: left;
}
#showroom .corner01 {
	width:960px;
	margin:0 auto 30px;
	text-align: center;
}

#showroom .box {
    width: 690px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}

.img_sub_box2 {
	width: 200px;
}
.img_sub_box2 p {
	text-align: center;
}
.img_sub_box2 img {
	padding: 0 15px 0 0;
}

#showroom .corner02 {
	width:960px;
	margin:0 auto 30px;
	text-align: center;
}

table.tbl-add {
	width: 800px;
	margin: 20px auto;
	border: #999 1px solid;
}
table.tbl-add th {
	width: 240px;
	margin: 0;
	padding: 1em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background: #ECECEC;
	border-bottom: #ccc 1px dashed;
}
table.tbl-add td {
	margin: 0;
	padding: 1em;
	border-bottom: #ccc 1px dashed;
}

/* 展示墓石の紹介 */

#exhibition{
	
}

table.tbl_ex {
	border: #666 1px solid;
	margin:25px auto;
	width: 960px;
	border-spacing: 5px; }
table.tbl_ex tr th {
	width: 320px;
	text-align: center;
	padding: 3px 0;
	background:url(../exhibition/img/bg_title.jpg) repeat-x;
	color:#036;
	font-size:1.1em;
	line-height:1.6em;
}
table.tbl_ex tr td {
	width: 240px;
	font-size: 0.8em;
	vertical-align: top;
	padding: 5px 0 0 5px;
}
table.tbl_ex tr td.photo {
	text-align: center;
}
table.tbl_ex tr td img {
	border:#999 1px solid;
}
table.tbl_ex tr td img:hover {
	border:#F60 1px solid;
}
table.tbl_ex tr td p {
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 120%;
	padding: 0.5em 10px 0.5em 10px;
}
table.tbl_ex tr td dl {
	margin:0 5px 5px 5px;
	padding:5px;
	background-color:#f0f0f0;
}
table.tbl_ex tr td dl dt {
	clear: left;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 1em 0 0;
	font-weight:bold;
	line-height:22px;
}
table.tbl_ex tr td dl dt.title {
	float:none;
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 3px 0;
}
table.tbl_ex tr td dl dd {
	margin-bottom: 0.5em;
	margin-left: 7em;
	line-height:22px;
}
table.tbl_ex tr td dl dd.intro {
	margin-bottom: 0.5em;
	margin-left: 1em;
	line-height:22px;
}

p.ex_intro {
	margin:10px 80px;
	padding:1em 2em;
	border-top:#630 1px dashed;
	border-bottom:#630 1px dashed;
	background:url(../exhibition/img/bg_intro.jpg);
}

/* パウダールームのご案内 */

#powderroom {
	width:700px;
	margin:10px auto;
}

#slideshow {
    border-bottom: 1px solid #ffffff;
    margin: 0 auto 0 10px;
}

.sp-selected-thumbnail {
    border: 4px solid #7bc144;
}

.powderroom-intro {
    background: #f9f9ef;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 20px 43px 0 10px;
}

#main_sub .powderroom-intro p {
    margin: 0;
    color: #8c5d37;
}

/* 工場紹介 */

#factory .inner {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#factory h1 {
	color:#f00;
	font-size:20px;
}
#factory .page_intro {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
}
#factory h3 {
	margin:5px 0 15px;
	padding:0.6em 1.8em;
	color:#fff;
	background: #690;
	font-size:18px;
	line-height:1;
	text-align: left;
}
#factory .corner01 {
	width:800px;
	margin:0 auto 30px;
	text-align: center;
}

#factory .box {
    width: 800px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}

.factory_intro{
	margin:0.5em 0;
}
.factory_intro p{
	width:690px;
	margin:1em auto 0;
	text-align: left;
}
.factory_intro p:first-child{
	color:#f00;
}


.img_sub_box3 {
	width: 233px;
}
.img_sub_box3 p {
	text-align: center;
	font-weight: bold;
	font-size:97%;
	text-indent: 0;
	line-height: 1.4em;
	width: 230px;
	height: 50px;
	margin: 5px auto 10px auto;
}
.img_sub_box3 img {
	padding: 3px;
	width: 200px;
	margin:  0 12px;
	border: 1px solid #ccc;
}

.img_sub_box3 img:hover {
	border-color: #060;
}

/* お墓の種類 */

#grave_type {}
#grave_type .inner {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#grave_type h1 {
	color:#f00;
	font-size:20px;
}
#grave_type .page_intro {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
}
#grave_type h3 {
	width:960px;
	margin:5px auto 15px;
	padding:0.6em 1.8em;
	color:#fff;
	background: #690;
	font-size:18px;
	line-height:1;
	text-align: left;
}

.dl_g_type {
	width:80%;
	clear: both;
	overflow: hidden;
	zoom: 1;
	margin: 1em auto 3em;
}
.dl_g_type dt {
	width: 200px;
	float: left;
	clear: both;
}
.dl_g_type dd {
	padding: 0 0 0 220px;
}
.dl_g_type dd p{
	margin:0.75em;
	line-height:1.6;
}
.dl_g_type dd p.right{
	text-align:right;
}

/* 墓地の種類 */

#cemetery{}
#cemetery .inner {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#cemetery h1 {
	color:#f00;
	font-size:20px;
}
#cemetery .page_intro {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
}
#cemetery h3 {
	margin:5px auto 15px;
	padding:0.6em 1.8em;
	color:#fff;
	background: #690;
	font-size:18px;
	line-height:1;
	text-align: left;
}
#cemetery h3 + p {
	margin: 1em 4.5em 1em 4em;
}
#cemetery h3 + p + p {
	margin: 1em 4.5em 1em 4em;
}
.box_point {
	margin: 1em 5em 4em 4em;
	background: url(../cemetery/img/bg.jpg);
	border: 1px solid #ECDA33;
}

.box_point p {
	margin: .5em .8em;
	line-height: 1.8em;
}
.box_point + .box_point {
	margin: -3em 5em 4em 4em;
}

.box_point h5 {
	color: #633;
	font-size: 110%;
	font-weight: bold;
	margin: 1em 1em .5em 1em;
	padding: 0 .5em .1em .5em;
	width: 8em;
}
.table_cemetery {
	margin: 0 4.5em 0 4em;
}
.table_cemetery th {
	font-weight: normal;
}
.table_cemetery td p {
	margin: 1em .5em 1em 0em;
	line-height:1.4;
}
.table_cemetery td img {
	padding-left:1em;
}

/* 石について */

#stone {}
#stone .inner {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#stone h1 {
	color:#f00;
	font-size:20px;
}
#stone .page_intro {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
}
#stone h3 {
	box-sizing: border-box;
	width:960px;
	margin:5px auto 15px;
	padding:0.6em 1.8em;
	color:#fff;
	background: #690;
	font-size:18px;
	line-height:1;
	text-align: left;
}

#stone .corner {
	box-sizing: border-box;
	width:960px;
	margin:0 auto 30px;
	text-align: left;
	clear: both;
	line-height:1.6;
}

#stone .corner img {
	padding-left:1em;
}

/* 来店からお引渡しまでの流れ */

#flow {}
#flow .inner {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
dl#flow_list {
	margin:30px auto 40px;
}

dl#flow_list dt {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 15px 0.5em;
}

dl#flow_list dd {
	width:500px;
	height:120px;
	line-height:160%;
	margin:0 auto 0 auto;
	font-size:0.9em;
	padding:15px;
	border:1px solid #ECDA33;
	background-color:#FEFDDE;
	background-image:url(../flow/img/bg.jpg);
}

dl#flow_list dd p {
	margin:0 0 0 0;
	padding:10px 0 0 0;
	line-height:180%;
	text-indent:1em;
}

dl#flow_list dd img.img_l {
	float:left;
	margin:0 20px 0 10px;
	padding:0 0 0 0;
}

dl#flow_list dd img.img_r {
	float:right;
	margin:0 10px 0 20px;
	padding:0 0 0 0;
}

img.arrow {
	display:block;
	width:60px;
	padding:20px 270px;
}

/* 施工の流れ */
#flow_const {}
#flow_const h3 {
	width:670px;
	margin:10px auto;
}
#flow_const .dl_flow_const {
	width: 600px;
	height: 100%;
	margin: 20px auto;
	padding: 10px;
	background: url(../flow_const/img/bg.jpg);
	border: 1px solid #ECDA33;
	border-spacing: 2px;
	overflow: hidden;
}

#flow_const .dl_flow_const dt p {
	margin: .5em;
	padding: 0;
	line-height: 1.5em;
}

#flow_const .dl_flow_const dd {
	margin: 10px 0;
	padding: 0;
}

#flow_const .dl_flow_const dd img {
	float: left;
	background: #fff;
	margin: 10px 14px;
	padding: 5px;
	border: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#flow_const .arrow2 {
	display: block;
	margin: 10px auto 30px auto;
	padding: 0;
}
#flow_const .ex_intro_sub {
	width: 80%;
	margin: 50px auto 70px auto;
	padding: 1em 2em;
	text-align: center;
	text-indent: 0;
	border-top: #630 1px dashed;
	border-bottom: #630 1px dashed;
	background: url(../exhibition/img/bg_intro.jpg);
}

/* 施工例 */
#works {}
#works .inner {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#works h1 {
	color:#f00;
	font-size:20px;
}
#works .page-navi {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
	text-align: center;
}
#works h3 {
	box-sizing: border-box;
	width:960px;
	margin:5px auto 15px;
	padding:0.6em 1.8em;
	color:#fff;
	background: #690;
	font-size:18px;
	line-height:1;
	text-align: left;
}

#works .corner {
	box-sizing: border-box;
	width:960px;
	margin:0 auto 30px;
	text-align: left;
	clear: both;
	line-height:1.6;
}

#works .corner img {
	padding-left:1em;
}
table.works {
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	margin:0 auto 50px;
	width: 960px;
}
table.works tr th {
	width: 320px;
	text-align: center;
	padding: 10px 0;
	border-bottom: #666 1px solid;
	border-right: #666 1px solid;
}
table.works tr td {
	width: 320px;
	font-size: 0.8em;
	vertical-align: top;
	padding: 5px 0 0 5px;
	border-bottom: #666 1px solid;
	border-right: #666 1px solid;
}
table.works tr td p {
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 120%;
	padding: 0.5em 10px 0.5em 10px;
}
table.works tr td dl {
}
table.works tr td dl dt {
	clear: left;
	float: left;
	margin: 0 0 0 10px;
}
table.works tr td dl dd {
	margin-bottom: 0.5em;
	margin-left: 6.5em;
}

/* お墓のリフォーム */
#reform {
	text-align: center;
}

h2.h2_reform {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 40px 0 0 0;
}

dl.reform {
	clear: both;
	width: 640px;
	height: 270px;
	margin: 20px auto;
	padding: 16px;
	background: url(../reform/img/bg2.jpg);
	border:#690 3px double;
	border-spacing:2px;
	text-align: left;
}
dl.reform_first {
	height:240px;
	margin: 10px auto 0px auto;
}
.reform dt, .reform dd {
	float: left;
	width: 50%;
}
dl.reform dt.reform_h3 {
	clear: both;
	font-size: 120%;
	margin: 0.5em 0 0.5em 0.4em;
}

dt.reform_h3 h3 {
	width: 570px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #9C6;
	padding: 5px 5px 5px 10px;
}
.reform ul {
	margin: 0.5em 0 0.5em 1em;
	width: 90%;
}
.reform ul li {
	margin: 0.5em 1em;
	font-size: 105%;
	line-height: 1.5em;
}
dl.reform img {
	padding: 0 10px;
	width: 260px;
	height: 195px;
}
dl.reform_first img {
	padding: 20px 0 0 10px;
}
dl.reform_last {
	margin-bottom:30px !important;
}

#main_sub dl.reform p {
	margin: 0.6em 1em 1em 1em;
	font-size: 105%;
}

#reform .reform_link {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	border: 1px dashed #B8E789;
	background: #F4FFE8;
}
#reform .reform_link div {
	display: inline-block;
	width: 280px;
	height: 100px;
	margin: 15px auto 5px auto;

}
#reform .reform_link img {
	display: block;
	margin: 5px auto;
	border: 1px solid #063;
}
#reform .reform_link h4{
	text-align: center;
}
#reform a.reform_a {
	color: #063;
	text-decoration: none;
}
#reform a.reform_a:hover {
	color: #111;
	text-decoration: underline;
}

/* お墓のお引越し（改葬）の流れ */
#reform-reburial {
}

ul.reform-page-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 630px;
    margin: 0 auto 25px;
}

ul.reform-page-navi li {
    width: 49%;
    text-align: center;
}

ul.reform-page-navi li a {
    padding: 12px 0;
    display: flex;
    text-decoration: none;
    font-size: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #3b96ce;
  background: #f1faff;
    color: #3b96ce;
}

ul.reform-page-navi li a:before {
    content: ">";
    /* background: #ffffff; */
    color: #ffffff;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 100%;
    margin: 0 6px 0 0;
    text-align: center;
}
ul.reform-page-navi li a.current {
  background: #3b96ce;
  color: #ffffff;
}

ul.reform-page-navi li a.current:before {
    color: #3b96ce;
}
ul.reform-page-navi li a:hover {
    background: #75ab3f;
    color: #ffffff;
    border: 1px solid #75ab3f;
}

ul.reform-page-navi li a:hover:before {
    color: #ffffff;
}

div.reburial {
	width:800px;
	height: 100%;
	background-color:#F0F8FF;
	padding: 15px 0 5px 0;
	margin: 15px auto;
	border: 1px solid #ACD8FF;
}

div.reburial h3 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 5px 0 10px 15px;
}

div.reburial p {
	margin:0 0 1em 1em;
}

div.reburial ul {
	margin: 10px 0 10px 2em;
}

div.reburial ul li {
	font-size: 110%;
	font-weight: bold;
	margin: 1em;
}

#reform-reburial div.reburial p {
	line-height: 1.6em;
	font-size: 105%;
}

/* お墓のお引越し事例のご紹介 */
#reform-case {}
ul.case-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto 0;
    padding: 0;
    width: 1100px;
}

ul.case-navi li {
    width: 340px;
    margin: 0 .5% 5px .5%;
}

ul.case-navi li a {
    display: flex;
    text-decoration: none;
    border: 1px solid #cccccc;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
}

.case-navi-img {
    width: 100px;
    height: 80px;
    margin: 0 0 0 0px;
}

.case-navi-img img {
    display: block;
    margin: 0 !important;
    padding: 0;
}

.case-navi-txt {
    width: 196px;
    border-left: 1px dotted #cccccc;
    padding: 0 0 0 10px;
    margin: 2px 0 2px 0;
}

.case-navi-txt h3 {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 100%;
    color: #063;
}

.case-navi-txt p {
    margin: 0 5px 0 0px !important;
    text-indent: 0 !important;
    color: #333333;
    line-height: 140% !important;
    font-size: 90%;
}

ul.case-navi li a:after {
    display: flex;
    width: 12px;
    height: 80px;
    content: ">";
    background: #ccc394;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.move-title-wrap {
	width:671px;
    margin: 50px auto 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.move-wrap-num {
    width: 80px;
}

span.move-title-ja {
    display: block;
    background: #eee;
    text-align: center;
    padding: 6px 0;
}

span.move-title-num {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #048c48;
    color: #ffffff;
    font-size: 170% !important;
    font-weight: bold;
    letter-spacing: 1px;
}

h3.move-title {
    margin: 0 0 0 20px;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 1px;
}

.move-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 671px;
    margin: 0 auto;
    padding: 4px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

.move-before-vertical {
    width: 180px;
    margin: 0 1px 0 0;
}

ul.move-item-img-list {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.move-item-img-list li {
    margin: 0;
}

ul.move-item-img-list li + li {
    margin: 1px 0 0 0;
}

ul.move-item-img-list li img {
    display: block;
    margin: 0 !important;
}

.move-after-vertical {
    width: 490px;
    margin: 0;
}

.move-after-vertical img {
    display: block;
    margin: 0 !important;
}

dl.move-consult {
    width: 671px;
    margin: 20px auto 0;
    border: 1px solid #cccccc;
}

dl.move-consult dt {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 105%;
    letter-spacing: 1px;
    color: #ffffff;
    background: #048c48;
}

dl.move-consult dd {
    padding: 20px 30px;
    text-align: justify;
    line-height: 160%;
    font-size: 105%;
}

.move-solve {
    width: 678px;
    margin: 0px auto 0;
}

.move-solve:before {
  content: "";
  background: url(../reform/img/move_arrow.png) no-repeat;
  width: 70px;
  height: 56px;
  display: block;
  margin: 0 auto 15px auto;
}

.move-solve h3 {
    text-align: center;
    margin: 0 0 1em 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 160%;
}

.move-solve-txt {
    background: #fffdf3;
    border: 1px solid #f8df5b;
    padding: 20px 30px;
}

.move-solve-txt a {
    color: #006aab;
}

.move-solve-txt p {
    text-indent: 0 !important;
    line-height: 160% !important;
    margin: 0 !important;
    font-size: 105%;
}

.move-solve-txt p + p {
    margin-top: 1em !important;
}

.move-item.move-before {margin: 0 1px 0 1px;}

.move-item.move-before img {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: auto;
}

.move-item-txt {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 105%;
}

.move-item.move-after {}

.move-item.move-after img {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.move-item-img {}

.move-item.move-before .move-item-txt {
    background: #b8e789;
}

.move-item.move-after .move-item-txt {
    background: #fff593;
}


/* お墓のお掃除代行 */
#clean {}
.clean-intro-wrap {
    margin: 0 auto 20px auto;
    padding: 0.5em 0;
    width: 100%;
	max-width:980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.clean-intro-wrap p {
	width:500px;
    font-size: 110%;
    margin: 0 !important;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
    text-indent: 0 !important;
	line-height:1.6;
}

.clean-intro-wrap p + p {
    margin-top: 1em !important;
}

h3.clean-title-sub {
    font-size: 120%;
    font-weight: bold;
    background: #690;
    padding: .5em 1em;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0 auto;
	width:100%;
	max-width:960px;
    text-align: center;
}

ul.clean-menu-list {
	width:640px;
    list-style: disc;
    margin: 0 auto;
    padding: 15px 0px 15px 0;
    font-size: 105%;
}

.clean-detail-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
    padding: 20px 20px 20px 20px;
    width: 696px;
    background: #f4ffe8;
}

dl.clean-detail-item {
    width: 49%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

dl.clean-detail-item dt, dl.clean-detail-item dd {}

dl.clean-detail-item dt {
    width: 100%;
    background: #ffffff;
    order: 2;
    text-align: center;
    position: relative;
    z-index: 15;
    margin: -35px 0 0 0;
    padding: 7px 0 0 0;
}

dl.clean-detail-item dd {
    margin: 0;
    padding: 9px;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    order: 1;
}

dl.clean-detail-item dd img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
}

ul.clean-menu-list li {}

ul.clean-menu-list li + li {
    margin-top: .5em;
}

.clean-contact-wrap {
	margin:10px auto;
    padding: 15px;
    width: 704px;
/*
    border: 1px solid #669900;
*/
}

dl.clean-contact-list {
    margin: 0;
    padding: 0;
    text-align: center;
}

dl.clean-contact-list dt, dl.clean-contact-list dd {}

dl.clean-contact-list dt {
    font-size: 115%;
    margin-bottom: 10px;
    font-weight: bold;
}

dl.clean-contact-list dd {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

dl.clean-contact-list dd address {
    margin: 0 25px 0 0;
}

dl.clean-contact-list dd address p {
    margin: 0 !important;
    text-indent: 0 !important;
}

.clean-intro-txt {
    order: 2;
    width: 390px;
    margin: 0 0 0 25px;
}

.clean-intro-img {
    order: 1;
    width: 260px;
}

.clean-intro-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    position: relative;
    left: 0;
}

p.btn-contact {
    text-indent: 0 !important;
    margin: 15px 0 !important;
	padding-top:0.5em;
    font-size: 110%;
}

p.btn-contact a {
    background: #3b96ce;
    padding: .7em 3em;
    border-radius: 3px;
    color: #ffffff;
}

.clean-detail-txt {
    margin: 15px 0 0 0;
}


/* お墓についてのQ&A */
#q_a {}
#q_a .inner {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#q_a h1 {
	color:#f00;
	font-size:20px;
}
#q_a .page-navi {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
	text-align: center;
}

#q_a .corner {
	box-sizing: border-box;
	width:960px;
	margin:0 auto 30px;
	text-align: left;
	clear: both;
	line-height:1.6;
}

#q_a .corner img {
	padding-left:1em;
}

.h3_q_a {
	width:960px;
	margin: 10px auto 0;
	padding: .5em 0;
/*
	font-family: "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
*/
	font-size: 140%;
	font-weight: bold;
	color: #330;
	letter-spacing: .1em;
	text-align: left;
}
.h3_q_a span {
	margin: 0 5px 0 0;
	font-size: 70%;
}

.dl_q_a {
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto 40px;
	padding:24px 36px;
	overflow: hidden;
	border: #690 3px double;
	background: url(../q_a/img/bg2.jpg) repeat;
}

.dl_q_a > dt {
	margin:0 1em;
	padding: 12px 0 0 24px;
	color: #043C0D;
	font-weight:bold;
	font-size: 110%;
	line-height: 1.6em;
	text-indent: -30px;
}
.dl_q_a > dt span {
	font-size: 24px;
}

.dl_q_a > dd {
	border-top: 1px dashed #663; 
	padding: 12px 0 0 24px;
}

.dl_q_a > dd > p span {
	color: #015A11;
	font-size: 24px;
	font-weight: bold;
}

.dl_q_a > dd p {
    margin: 1em;
}

.dl_q_a > dd >  p:first-child {
	text-indent: -30px;
}

.dl_q_a .box_point {
	margin: 0 auto 10px auto;
	width: 100%;
	background: #fff;
	border: 1px solid #ECDA33;
}
.dl_q_a .box_point ul {
	margin: 0 10px 20px 10px;
}
.dl_q_a .box_point li {
	margin: .5em 0 .5em 2.5em;
	padding: 0 0 0 -1em;
	list-style: circle;
}

.dl_q_a > dd > dl {
	margin: 10px 30px 10px 30px;
	padding: 3px 0 3px 3px;
}

.dl_q_a > dd > dl dt {
	margin: 5px 0;
	padding: 0px 0 0 5px;
	color: #3A3A1D;
	border-left: 4px solid #3A3A1D;
	font-weight: bold;
	width: 97%;
}


/* 希少石種コレクション */
#special_stone {}
#special_stone .inner {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#special_stone h1 {
	color:#f00;
	font-size:20px;
}
#special_stone .page-navi {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
	text-align: center;
}
#special_stone h3 {
	box-sizing: border-box;
	width:960px;
	margin:5px auto 15px;
	padding:0.6em 1.8em;
	color:#fff;
	background: #690;
	font-size:18px;
	line-height:1;
	text-align: left;
}

#special_stone .corner {
	box-sizing: border-box;
	width:960px;
	margin:0 auto 30px;
	text-align: left;
	clear: both;
	line-height:1.6;
}
table.special_stone_table {
	width:85%;
	margin: 0 auto 50px auto;

	padding:0;

	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	
}

table.special_stone_table tr th {
	padding: 0.5em;

	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

	text-align: center;
	
}

table.special_stone_table tr.table_head {
	background-color: #DBFEBA;
}

table.special_stone_table tr td {
	padding: 1em;

	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

	text-align: center;
}

table.special_stone_table tr td:first-child {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	width: 14em;
}

table.special_stone_table tr td a {
	color: #360;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 1em 0 1em 1em;

	width: 14em;
	height: 1.2em;
	display: inline-block;

}

table.special_stone_table tr td a:hover {
	background-color: #E7EFE2;
}

table.special_stone_table tr td:first-child {
/*
	text-align: left;
*/
}

h3.stone_title {
	width: 90%;
	border-left: 5px solid #005500;
	border-bottom: 1px solid #005500;
	padding:0.5em 0 0.5em 1em;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 1em;
}


div.stone_item {
	width:960px;
	margin:0 auto;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}

div.stone_item img {
	width:300px;
}

div.stone_item dl {
	width: 360px;
	margin-bottom: 2em;
}


div.stone_item dl dt {
	width: 8em;
	font-weight: bold;

	margin-left: 1em;

	clear:left;
	float: left;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;

	border-bottom: 1px solid #ccc;
	color: #005500;
}

div.stone_item dl dd {
	float: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;

	width: 10em;

	border-bottom: 1px solid #ccc;
}

div.stone_item dl dt:first-child {
	border-top: 1px solid #ccc;
	margin-top: 1.0em;
}

div.stone_item dl dt:nth-of-type(odd) {
	background-color: #E7EFE2;
}


div.stone_item dl dt:first-child+dd {
	border-top: 1px solid #ccc;
	margin-top: 1.0em;
}

div.stone_item dl dt:nth-of-type(odd)+dd {
	background-color: #E7EFE2;
}


div.stone_item p.stone_explain {
	padding-top: 1em;
	line-height: 180%;
}

p.inpage_link {
	width: 14em;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
	margin: 1em 3em 1em auto;
	
	background-color: #E7EFE2;

	border-radius: 10px;
	border: 1px solid #A8C596;
}

div.stone_item a {
	padding-left:1em;
	color: #360;
	text-decoration: none;
}
div.stone_item a:hover {
	color: #004010;
	text-decoration: underline;
}

div.stone_item i {
	color: #004010;
	padding-right: 0.5em;
}

p.page_intro2 {
	margin: 1.2em 0px;
	font-size: 1.05em;
}

p.special-stone-intro {
    text-indent: 0;
    text-align: center;
    margin: 25px 0;
}

p.inpage_link {
	width: 14em;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
	margin: 1em 3em 1em auto;
	
	background-color: #E7EFE2;

	border-radius: 10px;
	border: 1px solid #A8C596;
}
div.stone_item a {
	color: #360;
	text-decoration: none;
}
div.stone_item a:hover {
	color: #004010;
	text-decoration: underline;
}

div.stone_item i {
	color: #004010;
	padding-right: 0.5em;
}

/* 品質保証 */
#quality {}
#quality .inner {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#quality h1 {
	color:#f00;
	font-size:20px;
}
#quality .page-navi {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
	text-align: center;
}
#quality h3 {
	box-sizing: border-box;
	width:960px;
	margin:5px auto 15px;
	padding:0.6em 1.8em;
	color:#fff;
	background: #690;
	font-size:18px;
	line-height:1;
	text-align: left;
}

#quality .corner {
	box-sizing: border-box;
	width:960px;
	margin:0 auto 30px;
	oadding:1em;
	text-align: left;
	clear: both;
	line-height:1.6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#quality .corner .txt-area {
	width:70%;
}

#quality .corner .txt-area dl {
	margin:0 0 0 12px;
}
#quality .corner .txt-area dl dt {
	margin:0.5em 0 0;
	font-size:18px;
	font-weight:bold;
	color:#f00;
	line-height:2;
}
#quality .corner .txt-area dl dd {
	margin:1em;
}

#quality .corner .txt-area p {
	margin:1em;
	line-height:2em;
}
#quality .corner .txt-area p:first-child {
	margin-top:2em;
}

#quality .corner img {
	padding-left:1em;
}

#quality figure {
	margin:12px;
	padding:0;
	text-align: center;
}
#quality figure img{
	margin:0 0 6px;
}

/* ありがとうの声 */
#voice {}
#voice .inner {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#voice h1 {
	color:#f00;
	font-size:20px;
}
#voice .page-navi {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
	text-align: center;
}
#voice h3 {
	box-sizing: border-box;
	width:960px;
	margin:5px auto 15px;
	padding:0.6em 1.8em;
	color:#fff;
	background: #690;
	font-size:18px;
	line-height:1;
	text-align: left;
}

#voice .corner {
	box-sizing: border-box;
	width:960px;
	margin:0 auto 30px;
	text-align: left;
	clear: both;
	line-height:1.6;
}

#voice .corner img {
	padding-left:1em;
}

.voice {
	width:800px;
	margin:20px auto 40px;
	padding:15px;
	background:url(../voice/img/bg_voice.jpg);
	-moz-border-radius: 6px;    /* Firefox */
  	-webkit-border-radius: 6px; /* Safari,Chrome */
   	border-radius: 6px;         /* CSS3 */
}

.voice img{
	border:#eee 5px solid;
	margin:3px;
	text-align:start;
	float: left;
}

.voice dt{
	padding:5px 5px 5px 15px;
	font-size:14pt;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	line-height:1.8;
	font-weight:bold;
	border-bottom:#fff 1px solid;
	color:#fff;
}

.voice dd{
	padding:1em;
	font-size:10.5pt;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	line-height:1.6;
	color:#fff;
}

.voice dd img{
	margin-right:18px;
	margin-bottom:9px;
}

/* 安心の石材店 */
#safe {}
#safe .inner {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#safe h1 {
	color:#f00;
	font-size:20px;
}
#safe .page-navi {
	padding:1.2em 2.4em 0.8em;
	line-height:1.6;
	font-size:18px;
	text-align: center;
}

#safe h3 {
    width: 960px;
    margin: 10px auto 0;
    padding: .5em 0;
    font-size: 140%;
    font-weight: bold;
    color: #330;
    letter-spacing: .1em;
    text-align: left;
}

#safe .corner {
	box-sizing: border-box;
	width:960px;
	margin:0 auto 30px;
	text-align: left;
	clear: both;
	line-height:1.6;
}

#safe .corner img {
	padding-left:1em;
}

#zenyuseki {
	box-sizing: border-box;
	width:960px;
	margin:30px auto;
	padding:36px;
	border:#C10020 2px solid;
	background: #F7F7F7;
}
#zenyuseki h1 {
	margin:25px 0 24px;
	padding:0;
	font-size:26px;
	line-height:1.6;
	text-align: center;
	color:#000;
}
#zenyuseki h2 {
	margin:40px 0 24px;
	padding:0;
	font-size:26px;
	line-height:1.6;
	text-align: center;
	color:#000;
}
#zenyuseki dl {
	margin:0 0 25px 0;
	padding: 0;
}
#zenyuseki dl dt {
	margin: 15px 0 10px 0;
	padding:0;
	font-weight: bold;
	font-size:20px;
	border-left:#000 5px solid;
	text-indent:5px;
	line-height:1;
}
#zenyuseki dl dd {
	margin: 0;
	padding: 12px;
	font-size:16px;
	line-height:1.4;
}
#zenyuseki p {
	margin:0.5em 0;
	font-size:16px;
	line-height:1.4;
}
#zenyuseki p img{
	margin:6px;
}

#zenyuseki ul{
	list-style: none;
}
#zenyuseki ul li{
	list-style: none;
	color:#336600;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
}
#zenyuseki .red{
	color:#f00;
}
.ctitle {
	font-size:1.1em;
}
.margin12b {
	margin-bottom:12px!important;
}
.margin36b {
	margin-bottom:36px!important;
} 
.margin40b {
	margin-bottom:40px!important;
} 

#anything {
	box-sizing: border-box;
	width:720px;
	margin:15px auto 30px;
	overflow: hidden;
}

h3.anything-title-sub {
    font-size: 135%;
    font-weight: bold;
    background: #690;
    padding: .5em 1em;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 700px;
    text-align: center;
}
#anything .flex{
    margin: 0 auto 20px auto;
    padding: 0.5em 0;
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.anything-intro-txt {
    order: 2;
    width: 390px;
    margin: 0 0 0 25px;
	text-align: left;
}
#anything p {
    font-size: 110%;
    margin: 0 !important;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
    text-indent: 0 !important;
	line-height:1.6;
}
#anything p + p {
    margin-top: 0.75em !important;
}
.anything-intro-img {
    order: 1;
    width: 260px;
}

.anything-intro-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    position: relative;
    left: 0;
}

.ex-txt {
	font-size:1em !important;
	padding-left:1em;
}

.ex-txt-intro {
	font-size:1.0em !important;
	padding-left:1em;
}

.zenyuseki-big {
	display: block;
	width:100%;
	max-width:400px;
	height:auto;
	margin:18px auto 0;
}

#popular {
	box-sizing: border-box;
	width:720px;
	margin:15px auto 30px;
	overflow: hidden;
}

h3.popular-title-sub {
    font-size: 135%;
    font-weight: bold;
    background: #690;
    padding: .5em 1em;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 700px;
    text-align: center;
}
#popular .flex{
    margin: 0 auto 20px auto;
    padding: 0.5em 0;
    display: flex;
    flex-wrap: wrap;
	gap:5px;
    justify-content: center;
    align-items: center;
}
#popular .flex a{
	color:#777;
	text-decoration: none;
}
#popular .flex a:hover{
	color:#FF7A4D;
}
#popular .flex figure{
position: relative;
    margin: 0;
    padding: 10px;
}
#popular .flex figure:before{
  font-family: "Font Awesome 5 Free";
  content: "\f521";
  font-weight: 900;
  position: absolute;
  top: -19px; /* 王冠の位置（縦軸） */
  left: -5px; /* 王冠の位置（横軸） */
  font-size: 40px; /* 王冠の大きさ */
  z-index:100;
}
#popular .flex figure.no01::before { /* 1位（王冠）のスタイル */
  color: #e6c300;
}
#popular .flex figure.no02::before { /* 2位（王冠）のスタイル */
  color: #a9a9a9;
}
#popular .flex figure.no03::before { /* 3位（王冠）のスタイル */
  color: #815a2b;
}
#popular .flex figure.no01::after { /* 順位（文字）のスタイル */
  counter-increment: rank;
  content: "1位";
  position: absolute;
  top: 5px;
  left: 7px;
  font-size: 0.9em;
  color: #fff;
  z-index:110;
}
#popular .flex figure.no02::after { /* 順位（文字）のスタイル */
  counter-increment: rank;
  content: "2位";
  position: absolute;
  top: 5px;
  left: 7px;
  font-size: 0.9em;
  color: #fff;
  z-index:110;
}
#popular .flex figure.no03::after { /* 順位（文字）のスタイル */
  counter-increment: rank;
  content: "3位";
  position: absolute;
  top: 5px;
  left: 7px;
  font-size: 0.9em;
  color: #fff;
  z-index:110;
}


#popular .flex figure figcaption{
    font-weight:bold;
	font-size:1.1em;
	line-height:1.6;
}

#ordermade {
	box-sizing: border-box;
	width:720px;
	margin:15px auto 30px;
	overflow: hidden;
}

h3.ordermade-title-sub {
    font-size: 135%;
    font-weight: bold;
    background: #690;
    padding: .5em 1em;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 700px;
    text-align: center;
}
#ordermade .flex{
    margin: 0 auto 20px auto;
    padding: 0.5em 0;
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ordermade-intro-txt {
    order: 2;
    width: 435px;
    margin: 0 0 0 25px;
	text-align: left;
}
#ordermade p {
	width:460px;
    font-size: 110%;
    margin: 0 !important;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
    text-indent: 0 !important;
	line-height:1.6;
}
#ordermade p + p {
    margin-top: 0.75em !important;
}
.ordermade-intro-img {
    order: 1;
    width: 240px;
}

.ordermade-intro-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    position: relative;
    left: 0;
}

#ordermade .ex-txt b {
	color:#087200;
}

.textlink07 {
	margin-top:22px;
	text-align: right;
}

.textlink07 a {
	display: flex;
	justify-content:flex-end;
	align-items: center;
	position: relative;
	color: #777;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	margin-right:30px;
}

.textlink07 a {
	padding-right: 50px;
}

.textlink07 a:hover {
	color:#FF7A4D;
}

.textlink07 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	transform: rotate(30deg);
	width: 12px;
	height: 2px;
	background-color: #777;
}

.textlink07 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	background-color: #777;
}

.textlink07 a:hover::before {
	background-color: #FF7A4D;
}

.textlink07 a:hover::after {
	background-color: #FF7A4D;
}


/*
.top-link {
	position: relative;
	text-align: right;
}

.top-link a {
	margin-top:30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	font-size: 1.15em;
	line-height:2em;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	right:0;
}
.top-link a.top01 {
	width: 13em;
}
.top-link a.top03 {
	width: 300px;
}

.top-link a:hover {
	color: #fff;
}

.top-link a {
	background-color: #690;
	border: 1px solid #690;
	border-radius: 35px;
}

.top-link a:hover {
	background-color: #7BC144;
	border: 1px solid #7BC144;
}
*/

.any-title {
	color:#000!important;
	font-size:24px!important;
	font-weight:bold;
	margin-bottom:10px;
}

#clean-service {
}

#clean-service .clean-title-sub{
	margin-top:50px!important;
	text-align: left;
	font-size:22px;
	line-height:2;
}

#clean-service .wrap {
	width:100%;
	max-width:960px;
	margin:25px auto 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#clean-service .wrap-sub {
	box-sizing: border-box;
	width:100%;
	max-width:960px;
	margin:25px auto 50px;
	padding-left:120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/*
#clean-service .wrap img {
  display: block;
  width: 38%;
  height: auto;
}
*/
#clean-service .wrap .box {
  width: 58%;
}
/*
#clean-service .wrap-sub img {
  display: block;
  width: 29%;
  height: auto;
}
*/
/*
#clean-service .wrap-sub a{
  display: block;
  width: 29%;
}

#clean-service .wrap-sub a img{
  display: block;
  width: 100%;
  height: auto;
}
*/

#clean-service .wrap-sub .box {
  width: 67%;
}

#clean-service .box h2{
	font-family: "ヒラギノ角ゴProW3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,Arial,Helvetica,Verdana,sans-serif,"ＭＳＰゴシック","MSPGothic";
	font-size:26px;
	font-weight:800;
}
#clean-service .wrap-sub .box h2{
	font-family: "ヒラギノ角ゴProW3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,Arial,Helvetica,Verdana,sans-serif,"ＭＳＰゴシック","MSPGothic";
	font-size:22px;
	font-weight:800;
}

#clean-service .box .service-intro{
	padding:1em;
	font-size:18px;
	line-height:1.6;
	font-weight:400;
}

.price-txt {
	font-size:18px!important;
	color:#e85477!important;
}
.price {
	font-size:28px!important;
}

.wrap-sub .price-txt {
	font-size:16px!important;
	color:#e85477!important;
}
.wrap-sub .price {
	font-size:24px!important;
}

.clean-photo {
	width: 38%;
	display: block;
}
.clean-photo img{
	width: 100%;
	height:auto;
}

.clean-photo-sub {
	width: 29%;
	display: block;
}
.clean-photo-sub img{
	width: 100%;
	height:auto;
}

.clean-kome{
	margin-top:50px;
	width:100%;
	box-sizing: border-box;
	padding:1em 2em;
	background: #f4ffe8;
	line-height:1.5;
}

.clean-kome-op{
	margin-top:50px;
	margin-left:120px;
	width:100%;
	box-sizing: border-box;
	padding:1em 2em;
	background: #f4ffe8;
	line-height:1.5;
}


.cate_link{
  display: flex;
flex-wrap: wrap;
	gap:30px 5px;
  max-width: 100%;
  justify-content: center;
  margin: 0 auto;
}


.cate_link .items{
  text-align: center;
}

.cate_link .items a{
  width: 100%;
  color:#043c0d ;
  background-color: #f4ffe8;
  border: #999 1px solid;
  padding: 10px 50px;
  text-decoration: none;
  font-weight: bold;
}

.cate_link .items a:hover{

  color:#f4ffe8 ;
  background-color: #043c0d;
  border: #f4ffe8 2px solid;

}



.cate_title{
  font-size: 26px;
  font-weight:bold;
  color:#043c0d ;
  padding-bottom: 10px;
  border-bottom: #043C0D 2px solid;
  margin: 60px 0 20px 0;
}

.accordion-1 {
  max-width: 1100px;
  background-color: #ffffff;
  margin: 0 auto;
  color: #043c0d;
  border: #043C0D 1px solid;
  font-size: 20px;
}


.accordion-1 .q{
  border-bottom: #043C0D 2px dotted;
  line-height: 1.8rem;
  font-weight: bold;
  font-size: 18px;
  color: #043c0d;
}

.accordion-1 .a{
  line-height: 1.6rem;
  font-size: 16px;
  color: #333;
}

.accordion-1:not([open]) {
  margin-bottom: 10px;
}

.accordion-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 1.5em;
  border-radius: 5px;
  background-color: #f4ffe8;
  color: #043c0d;
  font-weight: 600;
  cursor: pointer;
  
}

.accordion-1 summary::-webkit-details-marker {
  display: none;
}

.accordion-1 summary::before,
.accordion-1 summary::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #043c0d;
  content: '';
}

.accordion-1 summary::before {
  position: absolute;
  right: 1.5em;
  rotate: 90deg;
}

.accordion-1 summary::after {
  transition: rotate .3s;
}

.accordion-1[open] summary::after {
  rotate: 90deg;
}

.accordion-1 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 1.5em 1em 1.5em;
  color: #043c0d;
  transition: transform .5s, opacity .5s;
}

.accordion-1[open]{
  margin-bottom: 10px;
}

.accordion-1[open] p {
  transform: none;
  opacity: 1;
}

.qa_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px !important;
	width:100%;
	max-width:960px;
	margin:50px auto;
}

.qa_list .items{
	width:100%;
	max-width: 300px;
}

.qa_list .items img{
  max-width: 100%;
}

.qa_link{
  margin: 0 auto;
  margin-top: 40px;
} 

.qa_link a{
  background-color: #3f6141;
  color: #fff;
  text-decoration: none;
  padding: 20px;
margin: 0 auto;
  display: block;
  width: 400px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border:#fff solid 2px ;
}

.qa_link a:hover{
  border:#3f6141 solid 2px ;
  background-color: #fff;
  color:#3f6141 ;
}


.qa_list_sb{
  display: none;
}

.instagram-intro{
	width:100%;
	max-width:80%;
	margin:0.5em auto;
	font-size: 18px;
	font-weight: 300;
	line-height:1.6;
}

#history table {
	width:100%;
	max-width: 850px !important;
	margin:10px auto;
	line-height:1.8;
}
#history th {
	font-weight: normal;
  font-size: 1rem;
}
#history th,
#history td {
  position: relative;
  border: 0;
  padding: 1em 1.5em;
  background: transparent;
}
.table1 th,
.table1 td {
  position: relative;
  border: 0;
  padding: 1em 1.5em;
  background: transparent;
}
.table1 th {
  font-size: 1rem;
}
.table1 th::before,
.table1 td::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
}
.table1 tr:first-of-type th::after,
.table1 tr:first-of-type td::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
}
.table1 th::before,
.table1 th::after {
  left: 0;
  height: 1px;
  background-color: #7BC144;
}
.table1 td::before,
.table1 td::after {
  right: 0;
  height: 1px;
  background-color: #CFDAE8;
}
.ttl_center4 {
	font-size:32px;
  padding: 0 3em;
  width: fit-content;
  margin: 24px auto;
  text-align: center;
  position: relative;
	line-height:1.4;
}
.ttl_center4::before, .ttl_center4::after {
  content: '';
  background: #7BC144;
  width: 2em;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ttl_center4::before {
  left: 0;
}
.ttl_center4::after {
  right: 0;
}

.img-box {
	float: left;
	margin-right: 20px;
}
.img-box img {
	width: 200px;
	height: 244px;
	object-fit: cover;
	border-radius: 6px;
}
.text-box p {
  font-size: 20px;
  line-height: 2;
  margin: 0;
  text-align: justify;
  font-weight: normal;
}