/*clearfix*/

.clearfix {
  overflow: hidden;
}

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

.dispnone {
  display: none;
}
.noborder {
  border: none !important;
}

.container {
  width: 960px;
  margin: 0 auto;
}

/* 下層トップ
--------------------------------*/
.container .h2_main {
  margin-bottom: 37px;
  height: 354px;
  width: 960px;
  position: relative;
}
#page-ohaka .h2_main {
  background: url("../../img/ohaka/main.jpg") no-repeat center center;
}
#page-obutsudan .h2_main {
  background: url("../../img/obutsudan/main.jpg") no-repeat center center;
}
#page-butsugu .h2_main {
  background: url("../../img/butsugu/main.jpg") no-repeat center center;
}
#page-shrine .h2_main {
  background: url("../../img/shrine/main.jpg") no-repeat center center;
}
#page-goods .h2_main {
  background: url("../../img/goods/main.jpg") no-repeat center center;
}
#page-reien .h2_main {
  background: url("../../img/reien/main.jpg") no-repeat center center;
}
#page-tenji .h2_main {
  background: url("../../img/tenji/main.jpg") no-repeat center center;
}
#page-butsuji-qa .h2_main {
  background: url("../../img/butsuji-qa/main.jpg") no-repeat center center;
}

.container .h2_main .inner {
  width: 310px;
  min-width: 0;
  height: 354px;
  padding-left: 36px;
  display: table-cell;
  vertical-align: middle;
  font-size: 80%;
}
.container .h2_main h2 {
  font-size: 140%;
  font-weight: normal;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.container .h2_main p {
  color: #000;
  width: 300px;
  line-height: 160%;
  margin: 0;
}

.container .index_bnr {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
}
.container .index_bnr dl {
  background-color: #ede6da;
  padding: 9px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  width: 285px;
  /*height: 270px;*/
  box-sizing: content-box !important;
}
.container .nomargin {
  margin-right: 0px !important;
}

.container .index_bnr dl dd {
  padding: 9px;
  font-size: 80%;
  margin: 0px !important;
}

/* フッター */
.container .foot_contents {
}
.container .foot_contents .service {
  float: left;
  width: 627px;
  height: 158px;
  position: relative;
  background-color: #ececec;
}
.container .foot_contents .service .photo {
  position: absolute;
  left: 0px;
  top: 0px;
}
.container .foot_contents .service dl {
  margin: 0;
}
.container .foot_contents .service dt {
  background-color: #000;
  width: 100%;
  height: 28px;
  text-align: center;
  padding-left: 50px;
}
.container .foot_contents .service dd {
  margin: 0px !important;
  padding: 20px 0;
  text-align: center;
}
.container .foot_contents .service dd li {
  margin-bottom: 17px;
  height: 14px;
  overflow: hidden;
}
.container .foot_contents .service dd li a {
  height: 14px;
  overflow: hidden;
  margin: 0px !important;
  padding: 0px !important;
}
.container .foot_contents .service dd li a img {
  margin: 0px !important;
  padding: 0px !important;
  vertical-align: top;
}
.container .foot_contents ul.navi {
  float: right;
  width: 301px;
}
.container .foot_contents ul.navi li {
  margin-bottom: 11px;
}
.container .foot_contents ul.navi li a img {
  margin: 0px !important;
  padding: 0px !important;
  vertical-align: top;
}

#contents {
}

#pankuzu {
  background-color: #e5e5e5;
  line-height: 27px;
  margin-bottom: 24px;
}
#pankuzu ul {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}
#pankuzu ul li {
  font-size: 90%;
  line-height: 27px;
  background-image: url(../img/pankuzu.png);
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
  margin-right: 10px;
  padding-right: 17px;
}
#pankuzu ul li:last-child {
  background: none;
}
#pankuzu ul li a {
  text-decoration: underline;
  color: #000;
}
#pankuzu ul li a:hover {
  text-decoration: none;
}

.gotop {
  display: block;
  background: url("../img/back-yaji.png") no-repeat left 3px;
  margin-bottom: 20px;
}
.gotop a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #7ba29c;
  margin-left: 12px;
  font-size: 10px;
  padding: 4px 18px 2px 14px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

#side {
  float: right;
  width: 220px;
}
#side dl {
  margin-bottom: 33px;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
#side dt {
  font-size: 120%;
  color: #fff;
  background-color: #cf0000;
  line-height: 48px;
  font-weight: bold;
  height: 48px;
  width: 197px;
  padding-left: 23px;
  box-sizing: content-box !important;
}
#side dd {
  background-color: #f2ede5;
  padding: 8px;
  margin: 0px !important;
  width: 204px;
  box-sizing: content-box !important;
}
#side dd li a {
  background-image: url(../img/side_icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 184px;
  padding: 7px 4px 7px 16px;
  border-bottom: 1px solid #d7d1c6;
  font-size: 90%;
  color: #000;
  box-sizing: content-box !important;
  display: block;
  text-decoration: none;
}
#side dd li a.current,
#side dd li a:hover {
  background-color: #fff;
}
#side dd li.last a {
  border: none;
}

#side dd li ul li span {
  width: 184px;
  padding: 7px 4px 7px 16px;
  border-bottom: 1px solid #d7d1c6;
  font-size: 90%;
  color: #000;
  box-sizing: content-box !important;
  display: block;
  text-decoration: none;
}

#side dd li ul li span,
#side dd li ul li a {
  padding-left: 28px;
  width: 172px;
}
#side dd li ul li span,
#side dd li ul li a {
  border-bottom: 1px solid #d7d1c6;
}
#side dd li ul.subside li:last-child a {
  border: none;
}

#side dd li ul .children {
}

#side dd li ul .children a {
  padding-left: 44px;
  width: 156px;
}

#side .bnr li {
  margin-bottom: 21px;
}

#page-contents {
  /*margin-top: 22px;*/
  padding-bottom: 70px;
}
#page-contents img {
  max-width: 100%;
}

#page-contents h2 {
    padding: 1rem 0rem;
    border-bottom: 3px solid #7ba29c;
  line-height: 130%;
  margin-bottom: 12px;
  font-size: 200%;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-bottom: 10px;
}
#page-contents .lead {
  width: 690px;
  margin-bottom: 60px;
}
#page-contents .lead .img {
  text-align: center;
  float: right;
  width: 290px;
  font-size: 90%;
  margin-left: 40px;
}
#page-contents .lead .img img {
  max-width: 290px;
  max-height: 400px;
}
#page-contents .lead p {
  padding-top: 20px;
  font-size: 100%;
}
#page-contents h3 {	
  background-image: url(../img/title_bg2.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  line-height: 130%;
  height: auto;
  width: 668px;
  margin-bottom: 20px;
  font-size: 140%;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding: 16px 0 16px 20px;
  box-sizing: content-box !important;
  border: 1px solid #bfc3c8;
}
#page-contents h4.border {
	border-bottom: 2px solid #cf0000;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
#page-contents .list-style {
  list-style: disc;
  padding-left: 20px;
}

#page-contents .pagetop {
  text-align: right;
  margin-top: 20px;
}

/* Wide */
#page-wide #page-contents,
#page-wide #page-contents h2 {
  width: 100%;
}
#page-wide #page-contents h3 {
  width: 938px;
}

/* Div table */
#page-contents .div-table {
  display: table;
  border-collapse: collapse;
}
#page-contents .div-table .table-tr {
  display: table-row;
}
#page-contents .div-table .table-th {
  display: table-cell;
  border: 1px solid #ccc;
  background-color: #fafafa;
  padding: 16px;
}
#page-contents .div-table .table-td {
  display: table-cell;
  border: 1px solid #ccc;
  padding: 16px;
}
#page-contents .div-table .nowrap {
  white-space: nowrap;
}

/* 詳細 */
#page-contents .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#page-contents .products.clearfix::after {
  content: none;
}
#page-contents .products li {
  float: left;
  margin: 0 7px 20px;
  width: 101px;
  text-align: center;
}
#page-contents .products li a {
  display: block;
  font-size: 90%;
  line-height: 120%;
  color: #000;
  text-decoration: none;
}
#page-contents .products li a.imga {
  border: 1px solid #d5d5d5;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
#page-contents .products li:nth-child(6n) {
  margin-right: 0px !important;
}
#page-contents .products li img {
  max-width: 98px;
  max-height: 98px;
  width: auto;
  height: auto;
}
#page-contents .product_info {
  margin-top: 30px;
  margin-bottom: 22px;
}
#page-contents .product_info .product_img {
  text-align: center;
  width: 380px;
  float: right;
}
#page-contents .product_info img {
  max-width: 360px;
  max-height: 400px;
}
#page-contents .product_info h4 {
  font-size: 140%;
  margin: 0 0 20px;
  /* width: 217px; */
  font-weight: normal !important;
}
#page-contents .product_info p {
  width: 300px;
  margin-bottom: 40px;
  font-size: 95%;
}
#page-contents .product_info .rakuten {
  width: 300px;
}
#page-contents .product_info table {
  width: 300px;
  font-size: 90%;
}
#page-contents .product_info th {
  background-color: #ededed;
  text-align: center;
  margin-bottom: 20px;
}
#page-contents .product_info td {
  padding: 5px 0;
}

#page-contents .spec {
  margin-bottom: 40px;
}

#page-contents .spec .layout {
  display: flex;
  justify-content: space-between;
}

#page-contents .spec .layout .box {
  width: 48%;
}

#page-contents .spec .box .tit {
  background-color: #ededed;
  text-align: center;
}

#page-contents .spec .box p {
  width: 100%;
  font-size: 95%;
  padding: 15px 0;
}

/* バリエーション */
#page-contents .variations {
  margin-bottom: 50px;
}
#page-contents .variations h5 {
  background-color: #dfdad5;
  width: 670px;
  padding-left: 20px;
  margin: 0px !important;
  color: #515050;
  font-weight: normal !important;
  box-sizing: content-box !important;
  line-height: 30px;
  height: 30px;
}
#page-contents .variations h5 span {
  font-size: 90%;
}
#page-contents .variations table {
  border-collapse: collapse;
  width: 690px;
}
#page-contents .variations table th,
#page-contents .variations table td {
  border: 1px solid #dfdad5;
  text-align: center;
}
#page-contents .variations table th {
  white-space: nowrap;
  font-size: 90%;
  font-weight: normal !important;
}
#page-contents h5.title {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #cf0000;
  font-size: 120%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  padding-bottom: 7px;
}

/* 仕様 */
#page-contents .specification h5 {
  background-color: #dfdad5;
  font-size: 100%;
  padding: 4px 10px;
  margin-bottom: 10px;
}
#page-contents .specification .spe-box {
  width: 150px;
  margin: 0 11px;
  float: left;
  font-size: 90%;
  margin-bottom: 20px;
  background-color: #f1f1f1;
}
#page-contents .specification .spe-box img {
  border-bottom: 6px #fff solid;
}
#page-contents .specification .spe-box .spe-info {
  padding: 6px;
}
#page-contents .specification .spe-box strong {
  display: block;
}

/* ギャラリー */
#page-contents .gallery {
  margin-bottom: 20px;
}

#page-contents .gallery h5 {
  background-color: #dfdad5;
  font-size: 100%;
  padding: 4px 10px;
}
#page-contents .gallery .gallery-box {
  width: 150px;
  margin: 0 11px;
  float: left;
  margin-bottom: 20px;
}

/* ページ内リンクボタン */
.omatsuri_page_link,
.service_page_link {
  list-style: none;
  margin: 0 0 0 -3px;
  padding: 0;
}
.omatsuri_page_link li,
.service_page_link li {
  float: left;
  list-style: none;
  margin: 0 0 10px 0;
  width: 33.333%;
}

.omatsuri_page_link li {
  width: 25%;
}

.omatsuri_page_link li a,
.service_page_link li a {
  display: block;
  padding: 10px 20px;
  margin-left: 3px;
  background: #333;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #d0892e;

  background-image: -moz-linear-gradient(
    90deg,
    rgb(69, 73, 77) 0%,
    rgb(0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(69, 73, 77) 0%,
    rgb(0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(69, 73, 77) 0%,
    rgb(0, 0, 0) 100%
  );
}

.omatsuri_page_link li a:hover,
.service_page_link li a:hover {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(69, 73, 77) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(69, 73, 77) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(69, 73, 77) 100%
  );
}

@media screen and (max-width: 768px) {
  .service_page_link li {
    float: left;
    list-style: none;
    margin: 0 0 10px 0;
    width: 50%;
  }
}

/* その他固定ページ 
************************************/

/* Table */
#page-contents .normal-table {
  border-collapse: collapse;
}
#page-contents .normal-table th {
  border: 1px solid #ccc;
  background-color: #fafafa;
  padding: 16px;
  font-weight: normal;
}
#page-contents .normal-table td {
  border: 1px solid #ccc;
  padding: 16px;
}

/* 横並びBOX系 */
.list-box .title {
  display: inline-block;
  background: url("../img/circle-red.png") no-repeat 0 0.9ex;
  padding-left: 13px;
}
.list-box .title-left {
  display: block;
  text-align: left;
  background: url("../img/circle-red.png") no-repeat 0 0.9ex;
  text-indent: 13px;
}

.list-2box .box {
  float: left;
  width: 48%;
  margin: 0 1% 20px;
  text-align: center;
}
.list-3box .box {
  float: left;
  width: 31%;
  margin: 0 1% 20px;
  text-align: center;
}
.list-4box .box {
  float: left;
  width: 23%;
  margin: 0 1% 20px;
  text-align: center;
}
.list-5box .box {
  float: left;
  width: 18%;
  margin: 0 1% 20px;
  text-align: center;
}

/* 縦並び説明 */
.flow-box .box {
  margin-bottom: 20px;
}
.flow-box .box .box-img {
  float: left;
  margin-right: 20px;
}
.flow-box .box .box-img img {
  vertical-align: top;
}

.flow-box .box .box-text h4 {
  margin: 0 0 1em 0;
}

.flow-box .arrow {
  margin: 16px 56px;
}

/* Toppage
--------------------------------*/
#toppage.container {
  display: block;
  width: 960px;
  position: relative;
  z-index: 100;
  margin-top: -46px;
  margin-right: auto !important;
  margin-bottom: 18px;
  margin-left: auto !important;
}

#toppage .blog {
  position: absolute;
  right: 0;
  top: -146px;
}

#toppage #top-bnrs {
  position: relative;
  width: 960px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 30px;
  top: 4px;
  z-index: 10;
}

#toppage #top-bnrs-pager {
  position: relative;
  top: 0;
  left: -30px;
  height: 30px;
  width: 1019px;
  margin-top: -30px;
  z-index: 20;
}

#toppage #bnr-prev {
  position: absolute;
  left: 0;
  top: -45px;
}

#toppage #bnr-next {
  position: absolute;
  right: 0;
  top: -45px;
}

#toppage .top-bnr {
  position: absolute;
  top: 0;
  left: 0;
}

#toppage .top-bnr li {
  display: table-cell;
  padding-right: 28px;
}

#toppage .top-bnr a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#toppage .middle-top-bnr,
#toppage .middle-bottom-bnr,
#toppage .middle-bottom-bnr2 {
  margin-bottom: 30px;
}

#toppage .middle-top-bnr li,
#toppage .middle-bottom-bnr li {
  display: table-cell;
  padding-right: 15px;
}

#toppage .middle-bottom-bnr2 li {
  display: table-cell;
  padding-right: 8px;
}

/* Carousel */
#toppage .carousel {
  background-image: url("../../img/carousel-bg.jpg");
  height: 126px;
  margin-bottom: 55px;
  position: relative;
  padding-top: 18px;
  overflow: hidden;
}
#toppage .carousel ul {
}
#toppage .carousel li {
  padding: 0 10px;
  float: left;
  list-style: none;
  position: relative;
  width: 280px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#toppage .carousel li img {
  max-width: 100%;
}
#toppage .carousel .carousel-prev a {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  margin-left: -11px;
  text-indent: -99999px;
  background: url("../../img/carousel-btn-l.png") no-repeat 0 0;
  width: 23px;
  height: 23px;
}

#toppage .carousel .carousel-next a {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  margin-right: -11px;
  text-indent: -99999px;
  background: url("../../img/carousel-btn-r.png") no-repeat 0 0;
  width: 23px;
  height: 23px;
}

/*
#toppage .carousel .inner{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}

#toppage .carousel ul{
	position: absolute;
	top: 0;
	left: 30px;
}

#toppage .carousel li{
	float: left;
	margin: 18px 10px;
}
*/

/* Toppage news area */
#toppage .news {
  border-top: 11px solid #cf0000;
  width: 660px;
  float: left;
}

#toppage .news h1 {
  display: inline-block;
  float: left;
  margin: 14px 10px;
  height: 40px;
}

#toppage .news .news-list {
  height: 35px;
  margin: 14px 0;
  border-left: 1px solid #cf0000;
  padding: 6px 18px;
}

#toppage .news .news-list a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#toppage .news ul {
  border-top: 1px dotted #cdcdcd;
}

#toppage .news ul li {
  font-size: 95%;
  border-bottom: 1px solid #cdcdcd;
  padding: 11px;
}

#toppage .news ul .date {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
}

#toppage .news ul .category {
  display: table-cell;
  vertical-align: middle;
  width: 108px;
  font-size: 9px;
}

#toppage .news ul .info {
  background-color: #e0e3c7;
  display: inline-block;
  width: 64px;
  padding: 2px;
  text-align: center;
}

#toppage .news ul .event {
  background-color: #e6d5d5;
  display: inline-block;
  width: 64px;
  padding: 2px;
  text-align: center;
}

#toppage .news ul a {
  display: table-cell;
  width: 390px;
  text-decoration: none;
  padding-left: 44px;
}

#toppage .news ul a:hover {
  text-decoration: underline;
  color: #666;
}

#toppage .ec {
  float: right;
  width: 277px;
}

/* お墓
--------------------------------*/
.mojilist li {
  float: left;
  width: 205px;
  margin: 0 12px;
}

/* お墓：アフターサービス
--------------------------------*/

#after-service .as-text {
  width: 370px;
  float: right;
}

.yajired {
  padding: 0 0 0 20px;
  background: url(/common/img/yaji_red.png) no-repeat 0 50%;
}

.service_three {
  width: 220px;
  float: left;
  margin-right: 10px;
}
.service_three_end {
  width: 220px;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .service_three {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .service_three_end {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

/* お仏壇
--------------------------------*/
#page-obutsudan .h2_main {
}

#page-obutsudan .index_bnr .banner {
  display: inline-block;
  margin: 16px 0;
}

#page-obutsudan .about-left {
  float: left;
  width: 360px;
  margin-right: 30px;
}

#page-obutsudan .about-right {
  float: right;
  width: 300px;
}

#page-obutsudan .about-butsugu th {
  width: 140px;
}

/* お仏壇サポート
--------------------------------*/
#page-obutsudan .faq dt {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: #cf0000;
  font-size: 130%;
}

#page-obutsudan .faq dt span {
  display: inline-block;
  width: 60px;
}

#page-obutsudan .faq dd {
  margin: 0 0 50px 0;
}

#page-obutsudan .faq dd .answer {
  color: #cf0000;
  font-size: 130%;
  border-bottom: 2px solid #cf0000;
  float: left;
  width: 26px;
  margin-right: 30px;
  text-align: center;
}

#page-obutsudan .faq dd p {
  float: left;
  width: 625px;
  margin: 0;
}

#page-obutsudan .voice .box {
  width: 48%;
  float: left;
  background-color: #f4eeeb;
  padding: 30px 18px;
  margin: 10px 1%;
}

/* 仏具
--------------------------------*/
#page-butsugu .h2_main {
}

#page-butsugu .index_bnr dl {
  width: 200px;
  height: auto;
  margin-right: 29px;
}

/* 仏具 - 祭壇
--------------------------------*/
#page-butsugu-junrei.container,
#page-butsugu-saidan.container {
  width: 100%;
}

#page-butsugu-junrei .visual,
#page-butsugu-saidan .visual {
  background-color: #fff;
  padding: 50px 0;
  margin-bottom: 40px;
}

#page-butsugu-junrei .visual-inner,
#page-butsugu-saidan .visual-inner {
  width: 960px;
  margin: 0 auto;
}

#page-butsugu-junrei .visual-inner .left,
#page-butsugu-saidan .visual-inner .left {
  width: 48%;
  float: left;
}

#page-butsugu-junrei .visual-inner .right,
#page-butsugu-saidan .visual-inner .right {
  width: 48%;
  float: right;
  text-align: center;
}

#page-butsugu-junrei .visual-inner h2,
#page-butsugu-saidan .visual-inner h2 {
  border-bottom: 5px solid #5a5a5a;
  margin: 0 0 20px;
}

#page-butsugu-junrei .visual-inner p,
#page-butsugu-saidan .visual-inner p {
  font-size: 90%;
}

#page-butsugu-junrei .visual-inner p.info,
#page-butsugu-saidan .visual-inner p.info {
  font-size: 75%;
}

#page-butsugu-junrei .visual-inner .pc,
#page-butsugu-saidan .visual-inner .pc {
  margin-bottom: 40px;
}

#page-butsugu-junrei .anchor {
  background-color: #eee8df;
  padding: 50px 0;
  margin-bottom: 40px;
}

#page-butsugu-junrei #page-contents,
#page-butsugu-saidan #page-contents {
  float: none;
  width: 960px;
  margin: 0 auto;
}

#page-butsugu-junrei .contents-wrap,
#page-butsugu-saidan .contents-wrap {
  width: 460px;
  float: left;
  margin-right: 32px;
}

#page-butsugu-junrei .contents-wrap.mr0,
#page-butsugu-saidan .contents-wrap.mr0 {
  margin-right: 0;
}

#page-butsugu-junrei .contents-wrap p,
#page-butsugu-saidan .contents-wrap p {
  padding: 0 10px 10px;
  font-size: 90%;
}

#page-butsugu-saidan h3 {
  background: none;
  line-height: 100%;
  width: 100%;
  margin-bottom: 20px;
  font-size: 120%;
  padding: 16px 26px;
  color: #fff;
  border: none;
  background-color: #4c4b4a;
  box-sizing: border-box !important;
}

/* 仏具 - 巡礼用品
--------------------------------*/
#page-butsugu-junrei h3 {
  background: none;
  line-height: 100%;
  width: 100%;
  margin-bottom: 20px;
  font-size: 120%;
  padding: 16px 26px;
  color: #fff;
  border: none;
  background-color: #c5ad8b;
  box-sizing: border-box !important;
}

/* 神具・神棚
--------------------------------*/
#page-shrine .h2_main {
}

/* 雑貨・バラエティ
--------------------------------*/
#page-goods .h2_main {
}

#page-goods .subtitle {
  margin-bottom: 10px !important;
}

/* 展示場
------------------------------*/
#tenji h2 {
  background: url(../img/title_bg1.png) repeat-x left bottom;
  line-height: 130%;
  width: 100%;
  margin-bottom: 12px;
  font-size: 200%;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-bottom: 10px;
}

#tenji .box-w {
  float: left;
  margin: 0 36px 24px 0;
  border: 1px solid #c9c9c9;
}

#tenji .box {
  float: left;
  margin: 0 27px 24px 0;
  border: 1px solid #c9c9c9;
}

#tenji .box-w a {
  display: block;
  width: 460px;
  height: 160px;
  padding: 9px;
}
#tenji .box a {
  display: block;
  width: 300px;
  height: 160px;
  padding: 9px;
}

#tenji .box-w a:hover,
#tenji .box a:hover {
  background-color: #ede6da;
}

#page-tenji h5.title {
  margin-top: 30px;
}

#page-tenji .tenji-table {
  border-collapse: collapse;
  width: 100%;
}
#page-tenji .tenji-table th {
  border: 1px solid #ccc;
  background-color: #ede6da;
  padding: 16px;
  font-weight: normal;
  width: 130px;
}
#page-tenji .tenji-table td {
  border: 1px solid #ccc;
  padding: 16px;
}

#page-tenji .concierge-box .concierge-left {
  float: left;
  width: 250px;
}

#page-tenji .concierge-box .concierge-left img {
  width: 250px;
}

#page-tenji .concierge-box .concierge-right {
  float: right;
  width: 400px;
}

#page-tenji .concierge-box .name {
  border-bottom: 1px dotted #cf0000;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 120%;
}

#page-tenji .concierge-box .title {
  display: inline-block;
  font-size: 80%;
  margin-left: 10px;
}

#page-tenji .concierge-box .message {
  background-color: #f6f2ec;
  padding: 10px;
  margin-top: 6px;
}

#page-tenji #gmap {
  height: 400px;
}

#page-tenji #bx-pager {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

#page-tenji #bx-pager a {
  display: block;
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  line-height: 0;
}
#page-tenji #bx-pager a:nth-child(5n) {
  margin-right: 0;
}

#page-tenji #bx-pager a:hover,
#page-tenji #bx-pager a.current {
  outline: 3px solid #c10000;
  outline-offset: -3px;
}

#page-tenji #bx-pager a:hover img {
  opacity: 1;
}

#page-tenji .bxslider .slick-slide {
  position: relative;
}

#page-tenji .bxslider .slick-slide p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 110%;
  padding: 20px 30px;
}

#page-tenji .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  outline: none;
  cursor: pointer;
  z-index: 100;
  border: none;
  background: transparent;
  color: transparent;
}
#page-tenji .slick-arrow:hover {
}
#page-tenji .slick-prev {
  left: 10px;
}

#page-tenji .slick-next {
  right: 10px;
}

#page-tenji .slick-arrow {
  padding: 0;
}

#page-tenji .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
#page-tenji .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 13px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #c10000;
  border-right: 3px solid #c10000;
  transform: rotate(45deg);
}
#page-tenji .slick-prev::after {
  right: auto;
  left: 13px;
  transform: rotate(-135deg);
}

/* ご利用情報 */
#page-goriyou .page-body {
  margin-bottom: 30px;
}

/* 霊園
------------------------------*/
#reien h2 {
  background: url(../img/title_bg1.png) repeat-x left bottom;
  line-height: 130%;
  width: 100%;
  margin-bottom: 12px;
  font-size: 200%;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-bottom: 10px;
}

#reien .box-w {
  float: left;
  margin: 0 27px 24px 0;
  border: 1px solid #c9c9c9;
}

#reien .box-w a {
  display: block;
  width: 300px;
  height: 438px;
  padding: 9px;
}

#reien .box-ww {
  float: left;
  margin: 0 27px 24px 0;
  border: 1px solid #c9c9c9;
}

#reien .box-ww a {
  display: block;
  width: 100%;
}

#reien .box {
  float: left;
  margin: 0 27px 0 0;
}

#reien .box a {
  display: block;
  width: 300px;
  height: 97px;
  padding: 9px 0 9px 9px;
  border: 1px solid #c9c9c9;
  margin-bottom: 24px;
}

#reien .box-ww a:hover,
#reien .box-w a:hover,
#reien .box a:hover {
  background-color: #ede6da;
}

#reien .box-title {
  font-weight: bold;
}

#reien .reien-list .column {
  float: left;
  width: 33%;
}

#reien .reien-list .column a {
  text-decoration: none;
}
#reien h3.eidai {
  background: #c20c00;
  padding: 1%;
  color: #fff;
}
#reien .reien-list02 {
  margin-bottom: 30px;
}
p.red {
  color: #c20c00;
  font-weight: bold;
}
#reien .reien-list02 .column02 {
  float: left;
  width: 49%;
  padding: 0 2% 2% 2%;
  margin-right: 1%;
  background: #efefef;
  border: 1px solid #000;
}

#page-reien .copy {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 120%;
}

#page-reien h5.title {
  margin-top: 30px;
}

#page-reien .bx-wrapper {
  margin-bottom: 10px;
}
#page-reien .bxslider li img {
  display: none;
}
#page-reien .bxslider img {
  display: none;
}
#page-reien .bxslider #img1 img {
  display: block;
}
#page-reien #bx-pager img {
  width: 130px;
  margin-right: 4.5px;
}
#page-reien #bx-pager a:hover,
#page-reien #bx-pager a.active {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#page-reien .reien-table {
  border-collapse: collapse;
  width: 100%;
}
#page-reien .reien-table th {
  border: 1px solid #ccc;
  background-color: #ede6da;
  padding: 16px;
  font-weight: normal;
  width: 130px;
}
#page-reien .reien-table td {
  border: 1px solid #ccc;
  padding: 16px;
}
#page-reien #gmap {
  height: 600px;
}
#page-reien .reien-info .reien-contact ul {
  list-style: none;
  margin: 0 0 20px 0;
}
#page-reien .reien-info .reien-contact li {
  float: left;
}
#page-reien .reien-info .reien-contact a {
  margin-right: 10px;
}
#page-reien .reien-info .reien-contact img {
  width: 340px;
}

#page-reien .reien-info {
  font-size: 90%;
  float: left;
}

#page-reien .reien-info h3 {
  background-image: none;
  background-color: #ede6da;
  font-weight: bold;
  font-size: 100%;
  border: none;
  margin: 0 0 10px 0;
  padding: 4px 10px;
  width: 310px;
}
#page-reien .reien-info img {
  max-width: 100%;
  height: auto;
}
#page-reien .reien-info.wide {
  margin: 20px 0;
}

#page-reien .reien-info.wide h3 {
  width: 670px;
}

#page-reien .reien-info #gmap {
  height: 310px;
}

#page-reien .reien-info .left {
  float: left;
  width: 330px;
  margin: 20px 0;
}

#page-reien .reien-info .right {
  float: right;
  width: 330px;
  margin: 20px 0;
}

#page-reien .reien-info dl {
  margin: 0;
  border-bottom: 1px solid #dadada;
}

#page-reien .reien-info dt {
  width: 80px;
  float: left;
  border-top: 1px solid #dadada;
  padding: 8px 0;
}
#page-reien .reien-info dd {
  width: 250px;
  float: left;
  margin: 0;
  border-top: 1px solid #dadada;
  padding: 8px 0;
}

#page-reien .reien-info table {
  border-collapse: collapse;
  width: 100%;
}

#page-reien .reien-info th {
  width: 120px;
  border-top: 1px solid #dadada;
  padding: 8px 0;
  text-align: left;
  font-weight: normal;
}

#page-reien .reien-info td {
  border-top: 1px solid #dadada;
  padding: 8px 0;
}

#page-reien .reien-info.wide dd {
  width: 610px;
}

#page-reien .reien-info ul {
  list-style: disc;
  margin: 0px 0 20px 20px;
}

#page-reien ol li {
  margin-bottom: 1em;
}

#page-reien .reien-tab img,
#page-reien .reien-tab02 img {
  max-width: 100%;
  height: auto;
}

#page-reien .reien-tab ul,
#page-reien .reien-tab02 ul {
  width: 100%;
  display: table;
  height: 60px;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
}

#page-reien .reien-tab li,
#page-reien .reien-tab02 li {
  display: table-cell;
  font-size: 90%;
  font-weight: bold;
  border: 1px solid #dadada;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

#page-reien .reien-tab li.active,
#page-reien .reien-tab02 li.active {
  background-color: #cf0000;
  color: #fff;
}

#page-reien .tab-contents .box {
  border: 1px solid #dadada;
  border-top: none;
  padding: 26px;
  display: none;
}

#page-reien .tab-contents .box.active {
  display: block;
}

#page-reien .tab-contents .box .product-box {
  margin-bottom: 40px;
}

#page-reien .tab-contents .box .image {
  float: left;
  width: 240px;
}

#page-reien .tab-contents .box .image img {
  max-width: 100%;
}

#page-reien .tab-contents .box .table {
  float: right;
  width: 380px;
}

#page-reien .tab-contents .box .table table {
  border-collapse: collapse;
  border: 1px solid #dadada;
  width: 100%;
}

#page-reien .tab-contents .box .table th {
  padding: 6px 26px;
  text-align: left;
  font-size: 90%;
  border-bottom: 1px solid #dadada;
  font-weight: normal;
  vertical-align: top;
}

#page-reien .tab-contents .box .table td {
  padding: 6px 26px;
  text-align: right;
  font-size: 90%;
  border-bottom: 1px solid #dadada;
}

#page-reien .tab-contents .box .table .head th {
  background-color: #ede6da;
  font-weight: bold;
  padding: 15px 26px;
}

#page-reien .tab-contents .box .table .type {
  background-color: #f1f1f1;
}

#page-reien .tab-contents .box .table .total th,
#page-reien .tab-contents .box .table .total strong {
  font-weight: bold;
  color: #cf0000;
  font-size: 100%;
}

#page-reien .tab-contents .box .table .rem td {
  text-align: left;
}

/*1111_reien追記*/
.reien_btn_left a {
  width: 335px;
  float: left;
  display: block;
  padding: 20px;
  margin-right: 20px;
  background: #fafafa;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
}
.reien_btn_right a {
  width: 335px;
  float: left;
  display: block;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
}

#page-reien .reien-info ul.reien_page_link {
  list-style: none;
  margin: 0 0 0 -3px;
  padding: 0;
}
#page-reien .reien-info ul.reien_page_link li {
  float: left;
  list-style: none;
  margin: 0 0 10px 0;
  width: 25%;
}

#page-reien .reien-info ul.reien_page_link li a {
  display: block;
  padding: 10px 20px;
  margin-left: 3px;
  background: #333;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #d0892e;

  background-image: -moz-linear-gradient(
    90deg,
    rgb(69, 73, 77) 0%,
    rgb(0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(69, 73, 77) 0%,
    rgb(0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(69, 73, 77) 0%,
    rgb(0, 0, 0) 100%
  );
}

#page-reien .reien-info ul.reien_page_link li a:hover {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(69, 73, 77) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(69, 73, 77) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(69, 73, 77) 100%
  );
}

@media screen and (max-width: 768px) {
  #page-reien .reien-info ul.reien_page_link li {
    float: left;
    list-style: none;
    margin: 0 0 10px 0;
    width: 50%;
  }
}

/* お墓
--------------------------------*/
#page-ohaka #content-block h2 {
  background: url(../img/title_bg1.png) repeat-x left bottom;
  line-height: 130%;
  width: 100%;
  margin-bottom: 12px;
  font-size: 200%;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-bottom: 10px;
}

#page-ohaka .index_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

#page-ohaka .index_links .box {
  width: 30%;
}

#page-ohaka .index_links .box h3 {
  background-color: #f7f7f7;
  font-weight: bold;
  line-height: 100%;
  padding: 15px 0;
  text-align: center;
  border-bottom: 5px solid #c2c2c2;
  font-size: 15px;
}

#page-ohaka .index_links .box ul li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  line-height: 100%;
  padding: 16px 0;
  font-size: 14px;
}

#page-ohaka .index_links .box ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #c11c1c;
  border-right: 2px solid #c11c1c;
  transform: rotate(45deg);
}

/* 仏事Q&A
--------------------------------*/
#page-butsuji-qa h3 {
  border-bottom: 2px solid #cf0000;
}
#page-butsuji-qa .movie-box {
  float: right;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  width: 460px;
  height: 345px;
}
#page-butsuji-qa .movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
}
#page-butsuji-qa .image-box {
  float: right;
  width: 460px;
  height: 345px;
}

#page-butsuji-qa dl {
  float: left;
  width: 480px;
  margin: 0 20px 0 0;
}

#page-butsuji-qa dl.wide {
  float: none;
  width: 100%;
  margin: 0;
}

#page-butsuji-qa dt {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: #cf0000;
  font-size: 130%;
}

#page-butsuji-qa dt span {
  display: inline-block;
  width: 60px;
}

#page-butsuji-qa dd {
  margin: 0 0 50px 0;
}

#page-butsuji-qa dd .answer {
  color: #cf0000;
  font-size: 130%;
  border-bottom: 2px solid #cf0000;
  float: left;
  width: 26px;
  margin-right: 30px;
  text-align: center;
}

#page-butsuji-qa dd p {
  float: left;
  width: 625px;
  margin: 0;
}

#page-butsuji-qa .uketsuke {
  margin-top: 10px;
  width: 480px;
  margin: 10px auto;
}
#page-butsuji-qa .uketsuke img {
  max-width: 100%;
}

/* もくりんくん
--------------------------------*/
#page-mokurin .gallery-box h4 {
  font-size: 130%;
  border-bottom: 2px solid #cf0000;
  margin-top: 0;
}

#page-mokurin .gallery-box .box {
  width: 460px;
  margin: 10px;
  float: left;
}

/*
#page-mokurin .movie-box {
  position: relative;
  padding-bottom: 70%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#page-mokurin .movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/
#page-mokurin .wall-box h4 {
  font-size: 110%;
  border-bottom: 1px solid #bfbfbf;
  margin: 0;
}

#page-mokurin .wall-box .box {
  width: 310px;
  margin: 0 15px 16px 0;
  float: left;
  padding: 9px;
  border: 1px solid #bfbfbf;
}

#page-mokurin .wall-box .box ul {
  list-style: disc;
  margin: 20px 0 10px 28px;
}

#page-mokurin .wall-info {
  background-color: #f4f4f4;
  padding: 20px;
}

#page-mokurin .wall-info .title {
  display: table-cell;
  width: 280px;
  border-right: 1px solid #bfbfbf;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 120%;
}

#page-mokurin .wall-info .info {
  display: table-cell;
  padding-left: 50px;
}

#page-mokurin .wall-info .info strong {
  font-size: 110%;
  color: #cf0000;
}

/* お知らせ
--------------------------------*/
#page-info .info-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 8px;
  font-size: 90%;
}

#page-info .info-list li .date {
  display: table-cell;
  width: 100px;
}

#page-info .info-list li .cat {
  display: table-cell;
  padding-right: 60px;
  vertical-align: middle;
  text-align: center;
  font-size: 9px;
}

#page-info .info-list li .cat_label {
  background-color: #d1d1d1;
  width: 100px;
  font-size: 85%;
  display: inline-block;
  padding: 2px;
}

#page-info .info-list li .info {
  background-color: #e0e3c7;
  width: 70px;
  font-size: 85%;
  padding: 2px;
  display: inline-block;
}

#page-info .info-list li .event {
  background-color: #e6d5d5;
  width: 70px;
  font-size: 85%;
  display: inline-block;
}

#page-info .info-list li a {
  display: table-cell;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0.5rem;
  font-size: 125%;
}

/* ギフト */
#page-info .gift li a img {
  vertical-align: middle;
  margin-right: 20px;
  border: 1px solid #aaa;
}

/* Pagination */
div.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 80%;
  background: none;
  margin: 10px 0 20px;
  vertical-align: middle;
  text-align: center;
}

div.pagination .inner {
  display: inline-block;
}

div.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px;
  padding: 4px 9px 3px 9px;
  text-decoration: none;
  width: auto;
  color: #000;
  background: #e5e5e5;
}

div.pagination a:hover {
  color: #fff;
  background: #cf0000;
}

div.pagination .current {
  background: #cf0000;
  color: #fff;
}

/* 会社概要
------------------------------*/
#page-company .greeting .left {
  width: 220px;
  float: left;
}

#page-company .greeting .left .title {
  margin-top: 15px;
  border-left: 10px solid #cf0000;
  padding-left: 15px;
}

#page-company .greeting .right {
  width: 430px;
  float: right;
}

#page-company .greeting .right h4 {
  margin: 0 0 20px;
  font-size: 120%;
}

#page-company table {
  width: 100%;
}

#page-company .list-box .box {
  text-align: center;
}

#page-company .rinen h4 {
  font-size: 180%;
  margin: 30px 0 16px;
}

#page-company .jigyo .box {
  float: left;
  width: 31%;
  margin: 0 1% 20px;
}

#page-company .jigyo .box h4 {
  display: block;
  text-align: left;
  background: url("../img/circle-red.png") no-repeat 0 0.9ex;
  text-indent: 13px;
  border-bottom: 1px solid #cf0000;
  padding-bottom: 10px;
}

#page-company .jigyo .box a {
  display: inline-block;
  background: url("../img/link-red.png") no-repeat 0 0.9ex;
  text-indent: 16px;
}

/* 採用情報
------------------------------*/
#page-company .recruit-info h4,
#page-company .recruit-contact h4 {
  margin-bottom: 0px;
}

#page-company .recruit-info p,
#page-company .recruit-contact p {
  margin-top: 0;
}

/* お問合せ
------------------------------*/
#contact-tel a {
  color: #1122ee;
}

#contact-form {
  width: 100%;
}

#page-contents .contact-table th,
#page-contents .contact-table td {
  font-size: 90%;
}

#contact-form .table-th {
  width: 200px;
  vertical-align: middle;
}

#contact-form textarea {
  width: 100%;
}

#contact-form input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  padding: 4px;
  border: 1px solid #a9a9a9;
}

#page-contents .hissu {
  display: inline-block;
  color: #c00;
  font-size: 10px;
  background-color: #c00;
  color: #fff;
  padding: 2px 6px;
  margin-right: 2px;
  vertical-align: middle;
}
#contact-form .hissu {
  margin: 0 0 0 4px;
}

#page-contents .acceptance {
  background-color: #fafafa;
  text-align: center;
  margin: 15px 0;
  padding: 12px;
  border: 1px solid #ccc;
}

#page-contents .submit {
  text-align: center;
  margin-top: 20px;
}

#page-contents input[type="submit"] {
  padding: 10px 60px;
}

/* こころのきづな
------------------------------*/
#page-kokoro .info-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 8px;
  font-size: 90%;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }

  .float-left {
    float: none !important;
    display: block;
  }
  .float-right {
    float: none !important;
    display: block;
  }
  /* Header
--------------------------------*/
  #header {
    width: 100%;
    margin: 0;
  }

  #header h1 {
    margin: 0;
  }

  #header h1 img {
    width: 128px;
    margin: 0 0 0 10px;
  }

  #header #header-menu {
    float: none;
    display: block;
    background-color: #eee;
    width: 100%;
  }

  #header #tel {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0;
  }

  #header #tel .sp {
    display: inline;
  }

  #header #tel img {
    width: 45%;
    vertical-align: middle;
  }

  #header form {
    display: block;
    text-align: center;
    position: relative;
    margin: 0 20px;
  }

  #header form input[type="text"] {
    width: 100%;
    padding-right: 30px;
  }

  #header form input[type="image"] {
    position: absolute;
    right: 0;
    top: 3px;
  }

  /* Global navi
--------------------------------*/
  #nav {
    display: none !important;
  }

  #spmenu .menu {
    float: right;
    cursor: pointer;
  }

  #spmenu nav {
    display: none;
    opacity: 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 999;
    width: 100%;
    border-top: 1px solid #ccc;
  }

  #spmenu nav ul li {
    width: 100%;
  }

  #spmenu nav ul li a {
    position: relative;
    display: block;
    padding: 16px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ccc;
  }

  #spmenu nav ul li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 3px #7f7f7f;
    border-right: solid 3px #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  /* Footer
--------------------------------*/
  #footer .inner {
    width: 100%;
  }

  #footer nav#footer-nav {
    padding: 0 10px 16px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
  }

  #footer nav#footer-nav li {
    display: inline-block;
    float: none;
  }

  #footer nav#footer-nav li a {
    display: inline-block;
  }

  #footer .pagetop {
    float: none;
    text-align: center;
    margin-top: 16px;
  }

  #footer #footer-bottom {
    text-align: center;
  }

  #footer #footer-bottom .inner {
    padding: 0 10px;
  }

  #footer #footer-bottom .footer-facebook {
    width: 100%;
    float: none;
    background-color: transparent;
    margin-bottom: 20px;
  }

  #footer #footer-bottom .footer-banners {
    width: 100%;
    float: none;
    margin: 0;
  }

  #footer #footer-bottom .footer-contact {
    width: 100%;
    float: none;
  }

  #footer .copyright {
    text-align: center;
  }

  #footer #footer-banner a,
  #footer #footer-banner a.wide {
    width: 100%;
    margin: 10px 0;
  }

  /* Page Common
--------------------------------*/

  .container {
    width: 100%;
    margin: 0 auto 18px;
  }

  /* 下層トップ
--------------------------------*/
  .container .h2_main {
    height: auto;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .container .h2_main img.sp {
    width: 100%;
  }
  #page-ohaka .h2_main,
  #page-obutsudan .h2_main,
  #page-butsugu .h2_main,
  #page-shrine .h2_main,
  #page-goods .h2_main,
  #page-reien .h2_main,
  #page-tenji .h2_main,
  #page-butsuji-qa .h2_main {
    background: url("../../img/sp/sp-title-back.jpg") repeat-y center bottom;
    background-size: 100%;
  }

  .container .h2_main .inner {
    padding: 20px;
    height: auto;
    width: 100%;
  }

  .container .h2_main img {
  }
  .container .h2_main h2 {
    position: relative;
    font-size: 140%;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 3px !important;
    left: 0px;
    top: 0px;
    padding-left: 10px;
  }
  .container .h2_main p {
    position: relative;
    width: auto;
    left: 0px;
    top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px !important;
  }
  .container .index_bnr dl {
    background-color: #ede6da;
    padding: 9px;
    float: none;
    margin-right: 0px;
    width: 100%;
    height: auto;
    box-sizing: border-box !important;
  }
  .container .index_bnr dl dt img {
    width: 100%;
    height: auto;
  }

  /* フッター */
  .container .foot_contents .service {
    float: none;
    width: 100%;
    height: auto;
    background-color: #ececec;
  }
  .container .foot_contents .service .photo {
    position: relative;
    margin: 0px !important;
    height: auto;
    width: 100%;
  }
  .container .foot_contents .service .photo img {
    width: 100%;
    margin: 0px !important;
    vertical-align: top;
  }
  .container .foot_contents .service dl {
    margin: 0px !important;
  }
  .container .foot_contents .service dt {
    position: relative;
    right: 0px;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
  .container .foot_contents .service dt img {
    width: 100%;
  }
  .container .foot_contents .service dd {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px !important;
  }
  .container .foot_contents .service dd li {
    margin-bottom: 0px;
    height: auto;
    overflow: visible;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .container .foot_contents .service dd li a {
    height: auto !important;
    display: block;
    overflow: visible;
  }
  .container .foot_contents .service dd li a img {
    width: 100%;
  }
  .container .foot_contents ul.navi {
    float: none;
    width: auto;
    margin-top: 15px;
  }
  .container .foot_contents ul.navi li a img {
    width: 100%;
  }

  #pankuzu ul {
    width: 100%;
  }

  .gotop {
    width: 100%;
  }
  #page-contents {
    float: none;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
    padding: 10px;
  }
  #page-contents h2 {
    width: 100%;
  }
  #page-contents img {
    max-width: 100%;
    height: auto;
  }
  #page-contents .lead {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-contents .lead .img {
    text-align: center;
    float: none;
    width: 100%;
    font-size: 100%;
    margin-left: 0;
  }
  #page-contents .lead .img img {
    width: auto;
    max-width: 100%;
  }
  #page-contents .lead p {
    font-size: 100%;
  }
  #page-contents h3 {
    height: auto;
    width: 100%;
    box-sizing: border-box !important;
    padding-left: 10px;
    font-size: 100%;
  }

  /* Wide */
  #page-wide #page-contents h3 {
    width: 100%;
  }

  /* Div table */
  #page-contents .div-table {
    display: block;
  }
  #page-contents .div-table .table-tr {
    display: block;
  }
  #page-contents .div-table .table-th {
    display: block;
    border: none;
    background-color: #dadada;
    padding: 0;
    margin-top: 1em;
  }
  #page-contents .div-table .table-td {
    display: block;
    border: none;
    padding: 0;
  }
  #page-contents .div-table .nowrap {
    white-space: normal;
  }

  /* 詳細 */
  #page-contents .products li {
    float: left;
    width: 31%;
    text-align: center;
    margin-right: 1%;
    margin-left: 1%;
  }
  #page-contents .products li a {
    font-size: 80%;
  }
  #page-contents .products li a.imga {
    width: auto;
  }
  #page-contents .products li img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  /* Side */
  #side {
    float: none;
    width: 100%;
    margin-top: 1em;
  }
  #side dl {
    margin-bottom: 15px;
  }
  #side dt {
    height: auto;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box !important;
  }
  #side dd {
    margin: 0px !important;
    width: 100%;
    box-sizing: border-box !important;
  }
  #side dd li a {
    height: auto;
    width: 100%;
    padding-left: 10px;
    font-size: 100%;
    box-sizing: border-box !important;
  }
  #side dd li ul li span,
  #side dd li ul .children a,
  #side dd li ul li a {
    width: 100%;
  }
  #side .bnr li {
    margin-bottom: 5px;
  }
  #side .bnr li img {
    width: 100%;
  }
  #page-contents .product_info {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #page-contents .product_info .product_img {
    text-align: center;
    width: 100%;
    float: none;
  }
  #page-contents .product_info img {
    float: none;
    padding-top: 0px;
    max-width: 100%;
    max-height: 400px;
  }
  #page-contents .product_info h4 {
    width: 100%;
  }
  #page-contents .product_info p {
    width: 100%;
    font-size: 100%;
  }
  #page-contents .product_info .rakuten {
    width: 100%;
  }
  #page-contents .product_info .rakuten img {
    width: 100%;
  }

  #page-contents .product_info table {
    width: 100%;
    font-size: 100%;
    margin-bottom: 10px;
  }
  #page-contents .variations {
    margin-bottom: 20px;
  }
  #page-contents .variations h5 {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box !important;
  }
  #page-contents .variations table.sp {
    display: table !important;
    border-collapse: collapse;
    width: 100%;
  }
  #page-contents .variations table th {
    font-size: 60%;
  }
  #page-contents .variations table td img {
    height: auto;
    /*	width: 20px; */
  }

  /* 仕様 */
  #page-contents .specification h5 {
    background-color: #dfdad5;
    font-size: 100%;
    padding: 4px 10px;
  }
  #page-contents .specification .spe-box {
    width: 100%;
    margin: 0 0 10px;
  }
  #page-contents .specification .spe-box img {
    border: none;
    float: left;
    margin-right: 6px;
  }
  #page-contents .specification .spe-box .spe-info {
    padding: 6px;
  }
  #page-contents .specification .spe-box strong {
    display: block;
  }

  #page-contents .spec .layout {
    display: block;
  }

  #page-contents .spec .layout .box {
    width: 100%;
  }

  /* ギャラリー */
  #page-contents .gallery .gallery-box {
    width: 31%;
    margin: 0 1%;
    float: left;
    margin-bottom: 20px;
  }
  #page-contents .gallery-box img {
    width: 100%;
  }

  /* 横並びBOX系 */
  .list-box .title {
  }

  .list-3box .box {
    width: 48%;
    text-align: left;
  }
  .list-3box .box img {
    max-width: 100%;
    height: auto;
  }

  .list-4box .box {
    width: 48%;
    text-align: left;
  }
  .list-4box .box img {
    max-width: 100%;
    height: auto;
  }

  .list-5box .box {
    width: 31%;
    text-align: left;
  }
  .list-5box .box img {
    max-width: 100%;
    height: auto;
  }

  /* Topapge Visual
--------------------------------*/
  #visual {
    height: auto;
  }

  #visual .sp {
    /*
	width: 100%;
	min-width: 100%;
	*/
  }
  #visual .sp li {
    width: 100%;
    display: none;
  }
  #visual .sp img {
    width: 100%;
  }

  #toppage.container {
    width: 100%;
    padding: 10px;
    margin: 0 auto 18px;
  }

  #toppage .middle-bnr li {
    display: block;
    padding: 0;
    margin-bottom: 6px;
  }

  #toppage .middle-bnr li img {
    width: 100%;
  }

  #toppage .carousel {
    display: block;
    padding: 18px 0;
    height: auto;
  }

  #toppage .carousel li {
    padding: 0 20px;
  }

  #toppage .carousel li img {
    width: 100%;
  }

  #toppage .carousel .carousel-prev a {
    left: 18px;
  }

  #toppage .carousel .carousel-next a {
    right: 18px;
  }

  /* Toppage news area */
  #toppage .news {
    width: 100%;
  }

  #toppage .news h1 img {
    width: 90%;
  }

  #toppage .news {
    margin-bottom: 10px;
  }

  #toppage .news ul .date {
    display: inline;
  }

  #toppage .news ul .category {
    display: inline-block;
    margin-left: 10px;
  }

  #toppage .news ul a {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
  }

  #toppage .news ul li {
    position: relative;
  }

  #toppage .news ul li:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 3px #7f7f7f;
    border-right: solid 3px #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  #toppage .ec {
    float: none;
    text-align: center;
  }

  #toppage .ec img {
    width: 100%;
  }

  /* お墓：アフターサービス
--------------------------------*/
  #after-service .as-text {
    width: 100%;
    float: none;
  }

  /* お仏壇
--------------------------------*/
  #page-obutsudan .index_bnr .banner {
    display: block;
  }

  #page-obutsudan .index_bnr .banner img {
    width: 100%;
  }

  #page-obutsudan .about-left {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  #page-obutsudan .about-right {
    float: none;
    width: 100%;
  }

  /* お仏壇サポート
--------------------------------*/
  #page-obutsudan .faq dt span {
    width: 40px;
  }

  #page-obutsudan .faq dd .answer {
    float: left;
    width: 10%;
    margin-right: 2%;
  }

  #page-obutsudan .faq dd p {
    float: left;
    width: 88%;
    margin: 0;
  }

  #page-obutsudan .voice .box {
    width: 100%;
    float: none;
    margin: 10px 0px;
  }

  /* 仏具
--------------------------------*/
  #page-butsugu .index_bnr dl {
    width: 100%;
    margin-right: 0;
  }

  /* 仏具 - 祭壇
--------------------------------*/
  #page-butsugu-junrei .visual,
  #page-butsugu-saidan .visual {
    padding: 10px 0;
    margin-bottom: 20px;
  }

  #page-butsugu-junrei .visual-inner,
  #page-butsugu-saidan .visual-inner {
    width: 100%;
    padding: 10px;
  }

  #page-butsugu-junrei .visual-inner .left,
  #page-butsugu-saidan .visual-inner .left {
    width: 100%;
    float: none;
  }

  #page-butsugu-junrei .visual-inner .right,
  #page-butsugu-saidan .visual-inner .right {
    width: 100%;
    float: none;
    text-align: center;
  }

  #page-butsugu-junrei .visual-inner img,
  #page-butsugu-saidan .visual-inner img {
    max-width: 100%;
  }

  #page-butsugu-junrei #page-contents,
  #page-butsugu-saidan #page-contents {
    float: none;
    width: 100%;
  }

  #page-butsugu-junrei .contents-wrap,
  #page-butsugu-saidan .contents-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  /* 展示場
--------------------------------*/
  #tenji .box {
    margin: 12px 9px !important;
  }

  #tenji .box a {
    width: 100%;
  }

  #page-tenji .tenji-table th {
    width: auto;
  }

  #page-tenji .concierge-box .concierge-left {
    float: none;
    width: 100%;
    text-align: center;
  }

  #page-tenji .concierge-box .concierge-right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  /* 霊園
--------------------------------*/
  #reien .map-img {
    width: 100%;
  }
  #reien .reien-list .column {
    float: none;
    width: 100%;
  }

  #reien .reien-list .column a {
    text-decoration: none;
  }

  #page-reien .box {
    margin: 12px 9px !important;
  }

  #reien .index_bnr .box a {
    margin-bottom: 0;
  }

  #page-reien #bx-pager img {
    width: 18.5%;
    margin-right: 0;
  }

  #page-reien .reien-info h3 {
    width: 100%;
  }

  #page-reien .reien-info.wide h3 {
    width: 100%;
  }

  #page-reien .reien-info .left {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  #page-reien .reien-info .right {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  #page-reien .reien-info dt {
    width: 25%;
  }
  #page-reien .reien-info dd {
    width: 75%;
  }

  #page-reien .reien-info .reien-contact li {
    float: none;
    width: 100%;
    text-align: center;
  }
  #page-reien .reien-info .reien-contact li a {
    margin: 0;
  }

  #page-reien .movie-box {
    position: relative;
    padding-bottom: 70%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }

  #page-reien .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #page-reien .tab-contents .box {
    display: block;
    padding: 0;
    border: none;
  }

  #page-reien .tab-contents .box .image {
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  #page-reien .tab-contents .box .table {
    float: none;
    width: 100%;
  }

  #page-reien .tab-contents .box .table table {
    width: 100%;
  }

  #page-reien .tab-contents .box .table th {
    padding: 6px;
  }
  #page-reien .tab-contents .box .table td {
    padding: 6px;
  }
  #page-reien .tab-contents .box .table .head th {
    padding: 12px 6px;
  }
  #page-reien .tab-contents .more {
    text-align: center;
    border: 1px solid #dadada;
    background-color: #ede6da;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
  }

  #page-reien .tab-contents .more-wrap {
    display: none;
  }

  /* 仏事Q&A
--------------------------------*/
  #page-butsuji-qa .box {
    width: 100%;
    margin: 0;
    float: none;
  }

  #page-butsuji-qa .movie-box {
    position: relative;
    padding-bottom: 70%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
  }
  #page-butsuji-qa .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #page-butsuji-qa dl {
    float: none;
    display: block;
    width: 100%;
  }
  #page-butsuji-qa .uketsuke {
    width: 100%;
  }

  /* もくりんくん
--------------------------------*/
  #page-mokurin .mr50 {
    margin-right: 0 !important;
  }

  #page-mokurin .gallery-box .box {
    width: 100%;
    margin: 0;
  }

  #page-mokurin .movie-box {
    position: relative;
    padding-bottom: 56%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }

  #page-mokurin .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #page-mokurin .wall-box .box {
    width: 100%;
    margin: 0 0 20px;
  }

  #page-mokurin .wall-info .title {
    display: block;
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }

  #page-mokurin .wall-info .info {
    padding-left: 0;
    display: block;
  }

  /* 会社概要
------------------------------*/
  #page-company .greeting .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  #page-company .greeting .right {
    width: 100%;
    float: none;
  }

  #page-company .jigyo .box {
    width: 100%;
    text-align: left;
    float: none;
  }

  /* 新着情報一覧
------------------------------*/
  #page-info .info-list {
    margin-bottom: 10px;
  }

  #page-info .info-list li .date {
    display: inline;
    vertical-align: middle;
  }

  #page-info .info-list li .cat {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  #page-info .info-list li a {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
  }

  #page-info .info-list li {
    position: relative;
    padding: 14px 18px 14px 8px;
  }

  #page-info .info-list li:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 3px #7f7f7f;
    border-right: solid 3px #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  /* お問合せ
------------------------------*/
  #contact-form .table-th {
    width: 100%;
  }

  #contact-form input[type="text"],
  input[type="email"],
  input[type="tel"] {
    width: 100%;
  }

  .sp-contact-list .box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .sp-contact-list h4 {
    margin-bottom: 0;
  }
}

#contact .row {
  padding-top: 30px;
}

#contact h3 {
  position: relative;
  background: #343434;
  color: #fff;
  width: 898px !important;
  padding: 15px 60px;
  margin: 0 0 30px;
}

#contact h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

#contact-banners ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}

#contact-banners li {
  position: relative;
  width: 31.333%;
  margin-right: 3%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

#contact-banners li:nth-child(3n) {
  margin-right: 0;
}

#contact-banners li a {
  display: block;
  padding: 10px 0 5px;
}

#contact-banners li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  bottom: 17px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #bc0000;
  border-bottom: 2px solid #bc0000;
  transform: rotate(45deg);
}

#contact-banners p.lead {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

#contact-banners p.lead a {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
}

#contact-banners .banner {
  width: 589px;
  margin: 0 auto 50px;
}

#contact-banners .banner .col2 {
  display: flex;
  justify-content: space-between;
}

#contact #mailform p {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #contact h3 {
    width: 100% !important;
  }

  #contact-banners .banner {
    width: 100%;
    margin-bottom: 30px;
  }

  #contact-banners li {
    width: 49%;
    margin-right: 2%;
  }

  #contact-banners li:nth-child(3n) {
    margin-right: 2%;
  }

  #contact-banners li:nth-child(2n) {
    margin-right: 0;
  }

  #contact-banners li a {
    font-size: 12px;
    padding-right: 20px;
  }

  #contact-banners p.lead {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #contact-banners p.lead a {
    font-size: 16px;
  }

  #contact-banners .banner .col2 a {
    width: 49%;
  }
}

#page-contents .product_links {
  display: flex;
  flex-wrap: wrap;
}

#page-contents .product_links li {
  width: 49%;
  margin: 0 2% 2% 0;
}

#page-contents .product_links li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #page-contents .product_links li {
    width: 100%;
    margin: 0 0 0;
  }
}
