@charset "utf-8";

/*
  File Name   : top.css
*/

/* PC Layout ******************************************************************************************* */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
/* Common
============================================================ */

#top {
  overflow-x: hidden;
}

#header {
  height: 138px;
  background: #fff;
}

.head-logo {
  position: absolute;
  top: 35px;
}

.head-logo img {
  width: 240px;
  height: auto;
}

.head-info-box {
  position: absolute;
  top: 40px;
  left: 245px;
}

.head-info-box h1 {
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  line-height: 1.4;
  margin-left: 15px;
}

.head-info-box h1 span {
  font-size: 26px;
  color: #7e3a61;
  padding: 0 5px;
}

.header-fb {
  /* position: absolute;
  top: 50px;
  right: 425px; */
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
}

.header-fb img {
  width: 30px;
}
.header-ig {
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
}
.header-ig img {
  width: 28px;
}

.header-contact {
  position: absolute;
  top: 30px;
  right: 0;
}

.header-contact-top {
  display: flex;
}

.header-contact .tel {
  display: flex;
  align-items: center;
  line-height: 1.2;
  transform: translateY(3px);
}

.header-contact .tel p {
  font-size: 19px;
  font-weight: bold;
  color: #595c60;
  letter-spacing: 2px;
}

.header-contact .tel span {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 45px;
  font-size: 24px;
  font-weight: bold;
  background: url(/assets/img/common/icn_freedial.png) no-repeat 0 6px;
  background-size: 40px auto;
  background-position: left top;
}

.header-contact a {
  /* position: absolute;
  right: 0;
  top: 7px; */
}

.header-contact a.btn-04 {
  width: 120px;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  color: #fff;
  border: 1px solid #8d5683;
  background-color: #8d5683;
  margin: 0 0 0 16px;
}

.header-contact a.btn-04 span {
  width: auto;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 6px 0;
}

body.index .btn-06 {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
}

.area-inner {
  width: 970px;
  margin: 0 auto;
}

/* main-visual
============================================================ */

.main-visual {
  width: 100%;
  height: 500px;
  background: url(../img/top/main-v.jpg) center 0 no-repeat;
}

.main-visual .area-inner {
  position: relative;
}

.main-visual .area-inner .map-search {
  position: absolute;
  top: 15px;
  right: -45px;
}

.map-search h2 {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
  font-family: 'Noto Serif JP', serif;
  z-index: 100;
  width: 100%;
  top: 25px;
}

.map-search h2 span {
  padding-left: 35px;
  background: url(../img/top/nav-icon-1.png) 0 50% no-repeat;
  background-size: 26px auto;
}

.map-search h2 strong {
  font-size: 35px;
}

/* Top-nav-area
============================================================ */

.top-nav-area {
  width: 100%;
  border-top: solid 1px #c5c5c3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f6ea+49,f0eed7+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f6ea 49%, #f0eed7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f6ea 49%, #f0eed7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f6ea 49%, #f0eed7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eed7', GradientType=0);
  /* IE6-9 */
  margin: 29px 0 0;
}

.top-nav-area ul {
  width: 1060px;
  margin: 0 auto;
}

.top-nav-area ul li {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
  width: 25%;
  height: 136px;
  border-right: solid 1px #c5c5c3;
  font-family: 'Noto Serif JP', serif;
}

.top-nav-area ul li:first-child {
  border-left: solid 1px #c5c5c3;
}

.top-nav-area ul li a {
  display: block;
  width: 25%;
  font-size: 24px;
  height: 136px;
  padding-top: 60px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #000;
}

.top-nav-area ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.top-nav-area ul li:nth-child(1) a {
  background: url(../img/top/nav-icon-1.png) center 30px no-repeat;
}

.top-nav-area ul li:nth-child(2) a {
  background: url(../img/top/nav-icon-2.png) center 30px no-repeat;
}

.top-nav-area ul li:nth-child(3) a {
  background: url(../img/top/nav-icon-3.png) center 30px no-repeat;
}

.top-nav-area ul li:nth-child(4) a {
  background: url(../img/top/nav-icon-4.png) center 30px no-repeat;
}

/* Slider-area
============================================================ */

.slider-detail {
  position: relative;
  z-index: 9;
  width: 2820px;
  left: 50%;
  margin-left: -1410px;
}

.slider-top {
  height: 390px;
  overflow: hidden;
}

.slider-title {
  width: 100%;
  padding: 8px 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #8d5683;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.03) 45%, transparent 45%);
  background-size: 6px 6px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}

.slider-title span {
  font-size: 45px;
}

.slider-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #94608a transparent transparent transparent;
  z-index: 10;
}

.bx-wrapper .bx-controls-direction a {
  height: 40px;
  margin-top: -16px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 40px;
  z-index: 9999;
}

.bx-wrapper .bx-prev {
  background: url("../img/top/slider-arrow-prev.png") no-repeat 0 0;
  left: 32.6%;
}

.bx-wrapper .bx-next {
  background: url("../img/top/slider-arrow-next.png") no-repeat 0 0;
  right: 32.6%;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
  opacity: 0.8;
}

.bx-wrapper .bx-next:hover {
  background-position: 0 0;
  opacity: 0.8;
}

.bx-wrapper .bx-pager {
  color: #fbfbf7;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 4px;
  text-align: center;
  background: #383838;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -29px;
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fbfbf7 none repeat scroll 0 0;
  border-radius: 50px;
  display: block;
  height: 18px;
  margin: 0 12px;
  outline: 0 none;
  text-indent: -9999px;
  width: 18px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d3b500;
}

/* system-box
============================================================ */

.system-box {
  background: #fff;
}

.system-inner {
  width: 970px;
  margin: 0 auto;
}

.system-box.browsing-history {
  padding: 60px 0 30px;
}

.system-box.match {
  padding: 30px 0 60px;
}

.system-wrap {
  border-top: 4px solid #935b82;
  background: #f6f5f3;
  padding: 32px 24px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 16%);
}

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

.system-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
}

.browsing-history .system-ttl span {
  /*padding-left: 40px;
  background: url(../img/top/icon-history.png) 0 50% no-repeat;*/
  background-size: 31px auto;
  font-family: 'Noto Serif JP', serif;
}

.match .system-ttl span {
  /*padding-left: 40px;
  background: url(../img/top/new-grave-area-icon.png) 0 50% no-repeat;*/
  font-family: 'Noto Serif JP', serif;
}

.system-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.system-li:before {
  content: "";
  display: block;
  width: 23.54%;
  order: 1;
}

.system-li:after {
  content: "";
  display: block;
  width: 23.54%;
}

.system-item {
  width: 23.54%;
}

.system-item a,
.popular-panel-item a {
  display: block;
  text-decoration: none;
}

.system-item-ttl {
  font-size: 16px;
  color: #935b82;
  background: #fff;
  padding: 16px 8px 8px;
}

.system-location {
  border-top: 1px solid #f6f5f3;
  background: #fff;
  padding: 8px;
}

/* popular
============================================================ */

.popular {
  background: #fff;
  padding: 60px 0;
}

.popular-inner {
  width: 970px;
  margin: 0 auto;
}

.popular h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
}

.popular h2 span {
  /*padding-left: 40px;
  background: url(../img/top/new-grave-area-icon.png) 0 50% no-repeat;*/
  font-family: 'Noto Serif JP', serif;
}

.popular-tab {
  display: flex;
  justify-content: space-between;
}

.popular-tab-item {
  width: calc((100% / 3) - 4px);
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border: 3px solid #935b82;
  background: #935b82;
  padding: 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.popular-tab-item.is-active {
  position: relative;
  color: #000;
  background: #fff;
}

.popular-tab-item.is-active:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 6px;
  background: #fff;
  z-index: 5;
}

.popular-tab-item span {
  position: relative;
  display: inline-block;
  padding-left: 34px;
}

.popular-tab-item span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 4px solid #fff;
  background: #935b82;
  transform: translateY(-50%);
}

.popular-tab-item.is-active span:before {
  border-color: #935b82;
  background: #fff;
}

.popular-box {
  border: 3px solid #935b82;
  padding: 24px;
}

.popular-panel {
  display: none;
}

.popular-panel.is-active {
  display: flex;
  justify-content: space-between;
}

.popular-panel-item {
  width: 23.54%;
}

/* ranking-and-info-area
============================================================ */

.ranking-and-info-area {
  background: #fffbed;
  padding: 100px 0;
  border-bottom: solid 1px #eee;
}

.area-inner.panel-layout {
  overflow-y: auto;
}

.ranking-and-info-area .inner-line {
  border-top: none;
  border-bottom: none;
  background: #fff;
  padding: 8px 15px 15px;
  box-sizing: border-box;
}

.ranking-block {
  width: 476px;
  background: #fff;
  margin-right: 18px !important;
  box-sizing: border-box;
  border: solid 5px #aa842f;
  border-top: none;
  position: relative;
  /* box-shadow */
  box-shadow: 0px 0px 6px 1px #ddd;
  -moz-box-shadow: 0px 0px 6px 1px #ddd;
  -webkit-box-shadow: 0px 0px 6px 1px #ddd;
}

.ranking-block:after {
  content: "";
  display: block;
  background: url(../img/top/box-shadow.png) center bottom no-repeat;
  background-size: 480px auto;
  width: 473px;
  height: 12px;
  position: absolute;
  bottom: -17px;
  left: -2px;
  z-index: 100;
}

.ranking-block h2 {
  position: relative;
  text-align: center;
  padding: 15px 0 15px;
  color: #000;
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6b15b+0,c6a24c+8,aa842f+19,aa842f+100 */
  background: #d6b15b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6b15b 0%, #aa842f 50%, #aa842f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d6b15b 0%, #aa842f 50%, #aa842f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d6b15b 0%, #aa842f 50%, #aa842f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6b15b', endColorstr='#aa842f', GradientType=0);
  /* IE6-9 */
}

.ranking-block h2:before,
.ranking-block h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 5px;
  height: 57px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6b15b+0,c6a24c+8,aa842f+19,aa842f+100 */
  background: #d6b15b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6b15b 0%, #aa842f 50%, #aa842f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d6b15b 0%, #aa842f 50%, #aa842f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d6b15b 0%, #aa842f 50%, #aa842f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6b15b', endColorstr='#aa842f', GradientType=0);
  /* IE6-9 */
}

.ranking-block h2:after {
  left: auto;
  right: -5px;
}

.ranking-block h2 span {
  padding: 3px 5px;
  color: #fff;
  background: #af1b16;
  margin-right: 10px;
}

.ranking-block .data {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.ranking-block .data2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
  font-family: 'Noto Serif JP', serif;
}

.ranking-block li {
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}

.ranking-block li:first-child {
  padding-top: 0;
}

.ranking-block li:last-child {
  border-bottom: none;
}

.ranking-block li .text-block {
  width: 246px;
  float: right;
  margin: 0 0 0 10px;
}

.ranking-block li .text-block .cemetery-name {
  font-size: 18px;
  font-weight: bold;
}

.ranking-block li .text-block .prefecture-name {
  font-size: 17px;
  font-weight: normal;
}

.ranking-block li .img-block {
  width: 166px;
  height: auto;
  float: left;
  background: #eee;
  padding: 3px;
  box-sizing: border-box;
}

.ranking-block li .img-block img {
  width: 160px;
  height: auto;
}

.ranking-no img {
  margin-bottom: 10px;
}

.info-block .more-btn {
  text-align: right;
  margin-top: 24px;
}

.info-block .more-btn a {
  font-size: 17px;
  font-weight: bold;
  color: #c8a655;
  padding-right: 20px;
  position: relative;
}

.info-block .more-btn a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 7px solid #c8a655;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ranking-btn-01 {
  margin: 20px 0 10px;
}

.info-block {
  box-sizing: border-box;
  position: relative;
}

.info-block .inner-line:before,
.info-block .inner-line:after {
  /* content: "";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -12px;
  width: 1px;
  height: 100%;
  background: #eee; */
}

.info-block .inner-line:after {
  right: -1px;
  left: auto;
}

.after-line {
  position: absolute;
  bottom: 5px;
  width: 99%;
  height: 1px;
  background: #eee;
  box-sizing: border-box;
  z-index: 2;
}

.after-line:before,
.after-line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  z-index: 3;
}

.after-line:before {
  right: auto;
  left: -5px;
}

.info-block .inner-line {
  position: relative;
}

.info-block .title-line-box {
  text-align: center;
  border-bottom: 3px solid #c8a655;
  margin-bottom: 22px;
}

.info-block .title-line-box h2 {
  font-size: 27px;
  background: #fff;
  padding: 10px;
  width: 4.5em;
  margin: 0 auto -22px;
  font-family: 'Noto Serif JP', serif;
}

.info-block li {
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}

.info-block .category-name {
  width: 110px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 3px 0;
  box-sizing: border-box;
  border: solid 1px #ccac60;
  color: #ccac60;
  display: inline-block;
  margin: 0 0 10px;
  font-family: YuGothic, "游ゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.info-block .img {
  margin: 10px 10px 0;
  overflow: hidden;
  position: relative;
  border: solid 1px #ccc;
  height: 132px;
  text-align: center;
}

.info-block .img img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}

.info-block ul {
  /* height: 935px;
  min-height: 935px;
  overflow-y: auto; */
}

/* new-grave-area
============================================================ */

.new-grave-area {
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

.new-grave-area.new-list {
  background: none;
}

.new-grave-area .area-inner {
  position: relative;
}

.new-grave-area-wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.new-grave-area .area-inner .info-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.new-grave-area .area-inner .info-btn a {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
  color: #8d5683;
}

.new-grave-area .area-inner .info-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 7px solid #8d5683;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.new-grave-area h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
}

.new-grave-area h2 span {
  /*padding-left: 40px;
  background: url(../img/top/new-grave-area-icon.png) 0 50% no-repeat;*/
  font-family: 'Noto Serif JP', serif;
}

.new-grave-area li {
  width: 264px;
  margin-right: 89px;
  margin-bottom: 40px;
  position: relative;
}

.new-grave-area.new-list li {
  width: 440px;
  margin-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e6;
}

.new-grave-area.new-list li:nth-child(2),
.new-grave-area.new-list li:nth-child(4),
.new-grave-area.new-list li:nth-child(6),
.new-grave-area.new-list li:nth-child(8) {
  margin-right: 0;
}

.new-grave-area.new-list li:nth-child(3) {
  margin-right: 15px;
}

.new-grave-area.new-list li:nth-child(7),
.new-grave-area.new-list li:nth-child(8) {
  border-bottom: none;
}

.new-grave-area.new-list li div.img {
  position: relative;
  width: 258px;
  position: relative;
  float: left;
  margin-right: 15px;
}

.new-grave-area.new-list li:after {
  content: "";
  display: none;
}

.area-wrap {
  position: relative;
  background: #fff;
  padding: 35px;
}

.new-lineup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new-list-btn-wrap {
  text-align: right;
}

.new-list-btn {
  font-size: 18px;
  font-weight: bold;
  color: #8d5683;
}

.new-list-btn span {
  padding-right: 12px;
  background: url(/assets/img/common/btn-arrow-cl.png) no-repeat right 50%;
  background-size: 7px auto;
}

/* link-block
============================================================ */

.link-block {
  background: #fff;
  padding: 60px 0 90px;
}

.link-block-inner {
  width: 970px;
  margin: 0 auto;
}

.link-block-li {
  display: flex;
  justify-content: space-between;
}

.link-block-item {
  width: 266px;
}

.link-block-ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 12px;
}

.link-block-ttl .icon {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.link-block-ttl .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 4px solid #935b82;
  background: #fff;
  transform: translateY(-50%);
}

.link-block-ttl .fonts {
  font-size: 16px;
}

.link-block-item .img-box {
  margin: 0 0 12px;
}

.link-block-item .img-box img {
  max-width: 100%;
  height: auto;
}

.link-block-item-text {
  font-size: 15px;
}

.link-block-btn {
  text-align: center;
  margin: 30px 0 0;
}

.link-block-btn a {
  display: inline-block;
  width: 138px;
}

.link-block-btn a img {
  max-width: 100%;
  height: auto;
}

/* SP Layout ******************************************************************************************* */

@media screen and (max-width: 768px) {
  .new-grave-area.new-list li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e6;
  }
  .new-grave-area.new-list li:nth-child(2n) {
    margin-right: 0;
  }
  .new-grave-area.new-list li:nth-child(3n) {
    margin-right: 0;
  }
  .new-grave-area.new-list li:nth-child(7) {
    border-bottom: 1px solid #e8e8e6;
  }
  .new-grave-area.new-list li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .new-grave-area.new-list li div.img {
    width: 40%;
    height: auto;
    margin: 0 2% 5px 0;
    float: left;
  }
  .new-list-btn-wrap {
    text-align: center;
  }
}

.new-grave-area li a {
  width: 100%;
  height: 100%;
  display: block;
}

.new-grave-area li a:hover {
  text-decoration: none;
}

.new-grave-area li:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: -44px;
  width: 1px;
  height: 225px;
  background: #e5e5e3;
}

.new-grave-area li:nth-child(3n):after {
  display: none;
}

.new-grave-area li:nth-child(3n) {
  margin-right: 0;
}

.new-grave-area li:nth-child(n + 12) {
  margin-bottom: 0;
}

.new-grave-area li .img {
  border: solid 3px #eee;
  box-sizing: border-box;
  width: 264px;
  height: auto;
  position: relative;
  margin: 0 0 5px;
}

.new-grave-area li .img .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.new-grave-area li .img img.icon {
  width: 27px;
  height: auto;
}

.new-grave-area li .img img {
  width: 100%;
  height: auto;
}

.new-grave-area li .cemetery-name {
  font-size: 16px;
  font-weight: bold;
  color: #8d5683;
}

.new-grave-area li .data {
  font-size: 14px;
  font-weight: normal;
  color: #8d5683;
  margin-bottom: 5px;
}

/* type-banner
============================================================ */

.type-banner {
  background: #fff;
  padding: 60px 0 0;
}

.type-banner-inner {
  width: 970px;
  margin: 0 auto;
}

.type-banner-inner a {
  display: block;
}

.type-banner-inner a img {
  width: 100%;
}

/* search-and-special-area
============================================================ */

.search-and-special-area {
  width: 100%;
  padding: 60px 0;
  background: #fffbef;
}

.search-and-special-area .area-inner-bg {
  width: 1084px;
  margin: 0 auto;
}

.search-and-special-area h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding-left: 35px;
  margin-bottom: 25px;
  padding-top: 3px;
  font-family: 'Noto Serif JP', serif;
}

.search-and-special-area h2 > .icon {
  font-size: 30px;
  /*background: url(../img/top/search-area-icon.png) 0 50% no-repeat;*/
  background-size: 31px auto;
  /*padding-left: 40px;*/
}

.search-block h2 {
  text-align: center;
}

.special-block h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
}

.special-block h2 span {
  /*padding-left: 40px;
  background: url(../img/top/special-area-icon.png) 0 50% no-repeat;*/
  background-size: 31px auto;
  font-family: 'Noto Serif JP', serif;
}

.search-block {
  display: block;
  /* width: 638px;
  margin-right: 30px !important; */
}

.search-block li {
  width: 230px;
  margin-right: 16px;
  margin-bottom: 14px;
}

.search-block li img {
  max-width: 100%;
  height: auto;
}

.search-block li:nth-child(4n) {
  margin-right: 0;
}

.search-block li:nth-child(4n) {
  margin-bottom: 0;
}

.special-block {
  background: #fff;
  padding: 60px 0;
}

.special-block-inner {
  width: 970px;
  margin: 0 auto;
}

.special-block-li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}

.special-block-li li {
  width: 47.42%;
}

.special-block li img {
  max-width: 100%;
  height: auto;
}

.special-block-banner {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 40px;
}

.special-block-banner .special-block-item {
  width: 30.52%;
}

.special-block-item img {
  max-width: 100%;
  height: auto;
}

/* iroha-area
============================================================ */

.iroha-area {
  width: 100%;
  padding: 30px 0 0;
  background: url(../img/top/iroha-area-bg.png) center 0 no-repeat;
  background-size: cover;
}

.iroha-area .title-block {
  position: relative;
  margin: 0 0 35px;
}

.iroha-area .title-block a {
  position: absolute;
  top: 200px;
  left: 145px;
}

.iroha-area .title-block a {
  color: #fff !important;
  font-weight: bold;
  padding: 10px 0;
}

.iroha-text-list li {
  width: 32%;
  margin-right: 2%;
  position: relative;
}

.iroha-text-list li:nth-child(3n) {
  margin-right: 0;
}

.iroha-text-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -2%;
  width: 2px;
  height: 284px;
  background: url(../img/top/iroha-separate.png) 0 0 no-repeat;
}

.iroha-text-list li dt {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  font-family: 'Noto Serif JP', serif;
}

.iroha-text-list li dd {
  padding: 0 10px;
  font-size: 16px;
  position: relative;
}

.iroha-text-list li .img {
  margin: 10px auto 0;
  text-align: center;
}

.iroha-text-list li:first-child {
  position: relative;
}

.iroha-text-list li:first-child .img {
  position: absolute;
  bottom: -65px;
  right: -1%;
  z-index: 1;
}

.iroha-text-list li:first-child dl {
  position: relative;
  z-index: 2;
}

.iroha-text-list li .img-pic {
  position: absolute;
  top: -15px;
  left: -8px;
  z-index: 1;
}

.iroha-text-list li .iroha-text {
  padding-top: 150px;
}

.iroha-text-list li .iroha-text span,
.iroha-text-list li .iroha-text a {
  display: block;
  background: url(../img/top/iroha-icon.png) left center no-repeat;
  padding-left: 15px;
}

/* tokusen-area
============================================================ */

.tokusen-area {
  width: 100%;
  padding: 30px 0;
  background: url(../img/top/tokusen-area-bg.png) center 0 no-repeat;
  background-size: cover;
  color: #f6e9cb;
  border-bottom: solid 5px #c8a655;
}

.tokusen-area a {
  color: #f6e9cb;
}

.tokusen-area a:hover {
  text-decoration: none;
}

.tokusen-area h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.tokusen-area h2 span {
  /*padding-left: 40px;
  background: url(../img/top/tokusen-area-icon.png) 0 50% no-repeat;*/
  font-family: 'Noto Serif JP', serif;
}

.tokusen-area-list {
  overflow: hidden;
}

.tokusen-area-list li {
  width: 466px;
  float: left;
  margin-bottom: 40px;
}

.tokusen-area-list li:nth-child(even) {
  float: right;
}

.tokusen-area h3 {
  padding-bottom: 24px;
  margin-bottom: 20px;
  font-size: 24px;
  background: url(../img/top/tokusen-title-bg.png) bottom repeat-x;
}

.tokusen-area h3 span {
  font-size: 18px;
}

.tokusen-area h3,
.tokusen-area dt {
  font-family: 'Noto Serif JP', serif;
}

.tokusen-area .img-box {
  margin-bottom: 20px;
}

.tokusen-area dt {
  font-size: 20px;
  margin-bottom: 20px;
}

/* repair-and-clinic-area
============================================================ */

.repair-and-clinic-area {
  width: 100%;
  padding: 50px 0;
  border-bottom: solid 5px #c8a655;
}

.repair-and-clinic-area > div > div {
  width: 267px;
}

.repair-and-clinic-area h2 {
  margin-bottom: 20px;
  margin-left: 0;
}

.repair-and-clinic-iroha-area {
  width: 100%;
  padding: 50px 0;
  border-bottom: solid 5px #c8a655;
}

.repair-and-clinic-iroha-area .repair-and-clinic-iroha-area-block {
  width: 466px;
  margin-right: 38px;
  overflow: hidden;
}

.repair-and-clinic-iroha-area .repair-and-clinic-iroha-area-block .text {
  float: left;
  width: 240px;
}

.repair-and-clinic-iroha-area .repair-and-clinic-iroha-area-block .img-box {
  float: right;
  width: 200px;
}

.repair-and-clinic-iroha-area .repair-and-clinic-iroha-area-block .img-box img {
  width: 100%;
  height: auto;
}

.repair-and-clinic-iroha-area .repair-and-clinic-iroha-area-block:nth-child(even) {
  margin-right: 0;
}

.repair-and-clinic-iroha-area h2 {
  margin-bottom: 20px;
  margin-left: 0;
}

.repair-block,
.clinic-block {
  margin-right: 84px !important;
  position: relative;
}

.repair-block:after,
.clinic-block:after {
  content: "";
  position: absolute;
  top: 0;
  right: -42px;
  width: 1px;
  height: 100%;
  border-right: dotted 1px #ccc;
}

.repair-and-clinic-area .img-box {
  margin: 0 0 15px;
}

.repair-and-clinic-iroha-area .img-box {
  margin: 0 0 15px;
}

.repair-and-clinic-area h2 {
  font-size: 2.3rem;
}

.repair-and-clinic-iroha-area h2 {
  font-size: 2.3rem;
}

.repair-and-clinic-area h2 span {
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.repair-and-clinic-iroha-area h2 span {
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/*.repair-block .img-box {
  margin-top: -8px;
}*/

.repair-and-clinic-area .lead {
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px;
  margin: 0 0 40px;
}

.repair-and-clinic-area .btn {
  text-align: center;
}

.repair-and-clinic-area .btn a {
  -webkit-display: inline-block;
  -ms-display: inline-block;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #a0977a;
  padding: 6px 20px 6px 15px;
  border-radius: 4px;
  position: relative;
}

.repair-and-clinic-area .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 4px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.repair-and-clinic-area .btn a:hover {
  text-decoration: none;
}

/* bn-area
============================================================ */

.bn-area {
  width: 100%;
  background: #161616;
  padding: 30px 0;
}

.bn-area .panel-layout {
  overflow: auto;
}

.bn-area li.contact {
  width: 550px;
  height: 200px;
  padding: 18px 40px;
  box-sizing: border-box;
  margin-left: 22px;
  position: relative;
  background: #cbcbcb;
}

.bn-area li.contact .tel {
  line-height: 1.1;
  margin: 0 0 5px;
  padding: 0 0 0 55px;
  font-size: 29px;
  font-weight: bold;
  text-align: left;
  letter-spacing: -1px;
  background: url(/assets/img/common/icn_freedial.png) no-repeat 0 0;
  background-size: 50px auto;
}

.bn-area li.contact .info {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 10px;
}

.bn-area li.contact .text-block {
  width: 275px;
  text-align: center;
}

.bn-area li.contact h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  margin: 0 0 15px;
}

.bn-area li.contact h3 span {
  position: relative;
  display: inline-block;
}

.bn-area li.contact h3 span:before,
.bn-area li.contact h3 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -36px;
  width: 30px;
  height: 1px;
  background: #000;
}

.bn-area li.contact h3 span:after {
  left: auto;
  right: -36px;
}

.bn-area li.contact .cs-w-275 {
  font-weight: bold;
  color: #fff;
  background-color: #8d5683;
  border: 1px solid #8d5683;
  padding: 0;
}

.bn-area li.contact .cs-w-275 span {
  border: 1px solid #fff;
  display: inline-block;
  padding: 15px 0;
  text-align: center;
  width: 271px;
}

.bn-area li.contact .img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

/* movie-area
============================================================ */

.movie-area {
  width: 100%;
  background: #161616;
  padding: 10px 30px 60px;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 15% !important;
  width: 100%;
}

.video-js .vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.7) !important;
  border: 0.06666em solid #a0977a !important;
  border-radius: 50% !important;
  cursor: pointer;
  display: block;
  font-size: 5em !important;
  height: 2em !important;
  left: 50% !important;
  line-height: 1.5em;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50% !important;
  transition: all 0.4s ease 0s;
  width: 2em !important;
  margin-top: -1em;
  margin-left: -1em;
}

.video-js .vjs-big-play-button:hover {
  opacity: 0.7 !important;
}

.movie-area .vjs-poster img {
  width: 100% !important;
  height: auto;
}

.video-js {
  width: 908px !important;
  height: 509px !important;
}

.q-a-bnr {
  padding-top: 40px;
}

/* SP Layout ******************************************************************************************* */

/* Index
============================================================ */

@media screen and (max-width: 768px) {
  /* Common
  ============================================================ */
  #top {
    overflow-x: hidden;
  }
  #header {
    height: 138px !important;
    background: #fff;
    position: relative;
  }
  .head-logo {
    position: absolute;
    top: 35px;
  }
  .head-logo img {
    width: 130px;
    height: auto;
  }
  .head-info-box {
    position: static;
    /* position: absolute;
    top: 56px;
    left: 0;
    width: 100%; */
  }
  .header-inner:nth-child(2) {
    border-top: solid 1px #ccc;
    height: auto;
  }
  .head-info-box h1 {
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
    line-height: 1.4;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    padding-right: 10px !important;
    box-sizing: border-box;
    margin-left: 0;
  }
  .head-info-box h1 br {
    /*display: none;*/
  }
  .head-info-box h1 span {
    font-size: 26px;
    color: #7e3a61;
    padding: 0 5px;
  }
  .header-fb {
    position: fixed;
    top: 9px;
    right: 180px;
    z-index: 10000;
  }
  .header-contact {
    position: absolute;
    top: 40px;
    right: 0;
    width: 452px;
  }
  .header-contact .tel p {
    font-size: 19px;
    font-weight: bold;
    color: #595c60;
    letter-spacing: 2px;
  }
  .header-contact a {
    position: absolute;
    right: 0;
    top: 7px;
  }
  .header-contact a.btn-04 {
    width: 200px;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 0;
    color: #a0977a;
  }
  .area-inner {
    width: 100%;
    margin: 0 auto;
  }
  #header {
    height: 138px;
    background: #fff;
  }
  .slider-top {
    height: auto;
  }
  /* main-visual
  ============================================================ */
  .main-visual {
    height: auto;
    background: none;
  }
  /* map-search-sp
  ============================================================ */
  .map-search-sp {
    border: solid 5px #c8a655;
    padding: 1px;
    background: #ecdfca;
  }
  .map-search-sp .wrap {
    border: solid 1px #c8a655;
    padding: 15px 10px;
  }
  .map-search-sp h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
    font-family: 'Noto Serif JP', serif;
  }
  .map-search-sp h2 span {
    padding-left: 25px;
    background: url(../img/top/nav-icon-1.png) 0 50% no-repeat;
    background-size: 18px auto;
  }
  .map-search-sp li {
    width: 33.333333333%;
    text-align: left;
    margin-bottom: 10px;
  }
  .map-search-sp li a {
    font-size: 18px;
    padding-left: 20px;
    text-decoration: underline;
    background: url(../img/top/map-arrow.png) 5px 50% no-repeat;
    background-size: 11px auto;
  }
  /* Top-nav-area
  ============================================================ */
  .top-nav-area {
    width: 100%;
    border-top: none;
  }
  .top-nav-area ul {
    width: 100%;
  }
  .top-nav-area ul li {
    font-size: 15px;
    width: 50%;
    height: 70px;
    border-right: solid 1px #c5c5c3;
  }
  .top-nav-area ul li:nth-child(n + 1) {
    border-bottom: solid 1px #c5c5c3;
  }
  .top-nav-area ul li:first-child {
    border-left: solid 1px #c5c5c3;
  }
  .top-nav-area ul li a {
    display: block;
    font-size: 15px;
    width: 1%;
    height: 70px;
    padding-top: 30px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000;
  }
  .top-nav-area ul li a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .top-nav-area ul li:nth-child(1) a {
    background: url(../img/top/nav-icon-1.png) center 15px no-repeat;
    background-size: 18px auto;
  }
  .top-nav-area ul li:nth-child(2) a {
    background: url(../img/top/nav-icon-2.png) center 15px no-repeat;
    background-size: 16px auto;
  }
  .top-nav-area ul li:nth-child(3) a {
    background: url(../img/top/nav-icon-3.png) center 15px no-repeat;
    background-size: 19px auto;
  }
  .top-nav-area ul li:nth-child(4) a {
    background: url(../img/top/nav-icon-4.png) center 15px no-repeat;
    background-size: 18px auto;
  }
  /* Slider-area
  ============================================================ */
  .slider-detail {
    position: relative;
    z-index: 9;
    width: 940px;
    left: 50%;
    margin-left: -470px;
  }
  .slider-detail li img {
    width: 100%;
    height: auto;
  }
  .slider-title {
    font-size: 20px;
    text-align: center;
  }
  .slider-title span {
    font-size: 25px;
  }
  .bx-wrapper .bx-controls-direction a {
    height: 20px;
    margin-top: -16px;
    top: 50%;
    width: 40px;
    z-index: 9999;
  }
  .bx-wrapper .bx-prev {
    background: url("../img/top/slider-arrow-prev.png") no-repeat 0 0;
    background-size: 20px auto;
    left: 34.6%;
  }
  .bx-wrapper .bx-next {
    background: url("../img/top/slider-arrow-next.png") no-repeat 0 0;
    background-size: 20px auto;
    right: 32.6%;
  }
  .bx-wrapper .bx-pager {
    color: #fbfbf7;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 4px;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: -32px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 50px;
    height: 7px;
    margin: 0 6px;
    width: 7px;
  }
  /* system-box
  ============================================================ */
  .system-box.browsing-history {
    padding: 0;
  }
  .system-box.match {
    padding: 0;
  }
  .system-inner {
    width: auto;
  }
  .system-wrap {
    padding: 24px 10px;
  }
  .system-ttl {
    font-size: 24px;
  }
  .browsing-history .system-ttl span {
    /*background: url(../img/top/icon-history.png) 20px 50% no-repeat;*/
    background-size: 15px auto;
  }
  .system-li {
    flex-wrap: wrap;
  }
  .system-item {
    width: 48%;
  }
  .system-item:nth-of-type(n + 3) {
    margin: 16px 0 0;
  }
  /* popular
  ============================================================ */
  .popular {
    padding: 30px 0 0;
  }
  .popular h2 {
    font-size: 24px;
  }
  .popular h2 span {
    background-size: 20px auto;
    /*padding-left: 30px;*/
  }
  .popular-inner {
    width: auto;
  }
  .popular-tab-item {
    font-size: 12px;
    padding: 10px;
  }
  .popular-tab-item span {
    padding-left: 18px;
  }
  .popular-tab-item span:before {
    width: 6px;
    height: 6px;
    border-width: 3px;
  }
  .popular-panel.is-active {
    flex-wrap: wrap;
  }
  .popular-panel-item {
    width: 48%;
  }
  .popular-panel-item:nth-of-type(n + 3) {
    margin: 16px 0 0;
  }
  /* ranking-and-info-area
  ============================================================ */
  .ranking-and-info-area {
    padding: 30px 0 0;
    border-bottom: 3px solid #c8a655;
  }
  .ranking-and-info-area .inner-line {
    padding: 8px 10px 15px;
    box-sizing: border-box;
  }
  .ranking-block {
    width: 100%;
    margin-right: 0 !important;
    border: none;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
  }
  .ranking-block:after {
    content: "";
    display: block;
    background: none;
    background-size: 480px auto;
    width: 473px;
    height: 12px;
    position: absolute;
    bottom: -17px;
    left: -2px;
    z-index: 100;
  }
  .ranking-block h2 {
    padding: 15px 0 15px;
    font-size: 20px;
  }
  .ranking-block .data2 {
    position: static;
    font-size: 20px;
  }
  .ranking-block li .text-block {
    width: 58%;
    float: right;
    margin: 0 0 0 0;
  }
  .ranking-block li .text-block .cemetery-name {
    font-size: 18px;
  }
  .ranking-block li .text-block .prefecture-name {
    font-size: 15px;
  }
  .ranking-block li .img-block {
    width: 40%;
    height: auto;
    padding: 3px;
  }
  .ranking-block li .img-block img {
    width: 100%;
    height: auto;
  }
  .ranking-and-info-area .more-btn a {
    font-size: 15px;
  }
  .ranking-no img {
    width: 48px;
    height: auto;
  }
  .info-block {
    width: 100%;
    box-shadow: none;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
  }
  .info-block .inner-line {
    border: none !important;
    padding: 5px 0 30px;
  }
  .after-line {
    display: none;
  }
  .after-line:before,
  .after-line:after {
    display: none;
  }
  .after-line:before {
    right: auto;
    left: -5px;
  }
  .info-block .inner-line:before,
  .info-block .inner-line:after {
    display: none;
  }
  .info-block:after {
    background: none;
    width: 100%;
  }
  .info-block .title-line-box h2 {
    font-size: 24px;
    background: #fff;
    padding: 10px;
    width: 4.5em;
    margin: 0 auto -22px;
  }
  .info-block li .category-name,
  .info-block li .img,
  .iroha-text-list li .img-pic {
    display: none;
  }
  .info-block li {
    padding: 0 0;
    background: url(../img/top/news-arrow.png) 96% 50% no-repeat;
    background-size: 8px auto;
  }
  .info-block li a {
    /*width: 280px !important;
    height: 2em;*/
    padding: 10px 40px 10px 10px;
    display: block;
    /*overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
  }
  .info-block li p {
    /*width: 280px !important;
    height: 2em;*/
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .info-block li p br {
    display: none;
  }
  .info-block li:last-child {
    border-bottom: solid 1px #ccc;
  }
  .ranking-btn-01 img,
  .ranking-btn-02 img {
    width: 100%;
    height: auto;
  }
  .info-block ul {
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
  }
  /* new-grave-area
  ============================================================ */
  .new-grave-area {
    width: 100%;
    padding: 30px 0 0;
  }
  .new-grave-area.new-list {
    padding: 0;
  }
  /*
  .new-grave-area .area-inner .info-btn {
    display: none;
  }

  .new-grave-area .area-inner .info-btn a {
    display: none;
  }

  .new-grave-area .area-inner .info-btn a:after {
    display: none;
  }
*/
  .area-wrap {
    background: #fffced;
    padding: 30px 0;
  }
  .new-grave-area .area-inner .info-btn {
    position: absolute;
    top: 30px;
    right: 0px;
  }
  .new-grave-area h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 30px 0;
  }
  .new-grave-area h2 span {
    /*padding-left: 40px;
    background: url(../img/top/new-grave-area-icon.png) 20px 50% no-repeat;*/
    background-size: 15px auto;
  }
  .new-grave-area li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 10px;
    border-bottom: solid 1px #eee;
  }
  .new-grave-area li a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .new-grave-area li a:hover {
    text-decoration: none;
  }
  .new-grave-area li:after {
    display: none;
  }
  .new-grave-area li:first-child a {
    padding-top: 0 !important;
  }
  .new-grave-area li:nth-child(3n):after {
    display: none;
  }
  .new-grave-area li:nth-child(3n) {
    margin-right: 0;
  }
  /*.new-grave-area li:nth-child(n+9) {
    display: none;
    margin-bottom: 0;
  }*/
  .new-grave-area li .img {
    border: solid 3px #eee;
    box-sizing: border-box;
    width: 40%;
    height: auto;
    position: relative;
    margin: 0 2% 5px 0;
    float: left;
  }
  .new-grave-area li p {
    width: 58%;
    float: right;
  }
  .new-grave-area li p.detail-text {
    width: auto;
    float: none;
    clear: both;
    font-size: 15px;
  }
  .new-grave-area li .img .icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .new-grave-area li .img img.icon {
    width: 27px;
    height: auto;
  }
  .new-grave-area li .img img {
    width: 100%;
    height: auto;
  }
  .new-grave-area li .cemetery-name {
    font-size: 16px;
    font-weight: bold;
    color: #8d5683;
  }
  .new-grave-area li .data {
    float: none;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #8d5683;
    margin-bottom: 5px;
  }
  /* type-banner
  ============================================================ */
  .type-banner {
    padding: 30px 10px;
  }
  .type-banner-inner {
    width: auto;
  }
  /* search-and-special-area
  ============================================================ */
  .search-and-special-area {
    width: 100%;
    padding: 0 0 25px;
    border-bottom: solid 1px #eee;
  }
  .search-and-special-area .area-inner-bg {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    background: #fff url(../img/top/search-and-special-area-bg.png) 0 0 no-repeat;
  }
  .search-and-special-area h2 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 25px;
    padding-top: 3px;
    text-align: center;
    background: none !important;
  }
  .search-and-special-area h2 span.s-font {
    font-size: 24px;
  }
  .search-block h2 span.icon {
    /*background: url(../img/top/search-area-icon.png) 0 50% no-repeat;*/
    background-size: 17px auto;
    /*padding-left: 20px;*/
    font-size: 24px;
  }
  .special-block h2 span.icon {
    /*background: url(../img/top/special-area-icon.png) 0 50% no-repeat;*/
    background-size: 20px auto;
    /*padding-left: 25px;*/
  }
  .search-block {
    width: 100%;
    margin-right: 0 !important;
    padding: 0 10px !important;
  }
  .search-block li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .search-block li:nth-child(4n) {
    margin-right: 4%;
  }
  .search-block li:nth-child(2n) {
    margin-right: 0;
  }
  .search-block li:nth-child(4n) {
    margin-bottom: 0;
  }
  .search-block li img {
    width: 100%;
    height: auto;
  }
  .special-block {
    width: auto;
    padding: 0 10px !important;
    margin-top: 0 !important;
  }
  .special-block-inner {
    width: auto;
  }
  .special-block h2 {
    font-size: 24px;
  }
  .special-block-li {
    margin: 0 0 24px;
  }
  .special-block li {
    width: 48%;
  }
  .special-block li:nth-child(2) {
    margin-right: 0 !important;
  }
  .special-block li img {
    width: 100%;
    height: auto;
  }
  .special-block li:first-child {
    margin: 0 0 0;
  }
  .special-block-banner {
    display: block;
    text-align: center;
    padding: 0 10px 50px;
    margin: 50px 0 0;
  }
  .special-block-banner .special-block-item {
    width: auto;
  }
  .special-block-item + .special-block-item {
    margin: 16px 0 0;
  }
  .info-block li {
    width: auto;
  }
  /* link-block
  ============================================================ */
  .link-block {
    background: #fffcec;
    padding: 30px 0 60px;
  }
  .link-block-inner {
    width: auto;
    padding: 0 10px;
  }
  .link-block-ttl {
    text-align: center;
  }
  .link-block-ttl .icon:before {
    width: 6px;
    height: 6px;
    border-width: 3px;
  }
  .link-block-li {
    display: block;
  }
  .link-block-item {
    width: auto;
  }
  .link-block-item + .link-block-item {
    margin: 32px 0 0;
  }
  .link-block-item .img-box img {
    width: 100%;
  }
  .link-block-btn {
    margin: 10px 0 0;
  }
  /* iroha-area
  ============================================================ */
  .iroha-area {
    width: 100%;
    padding: 30px 0 0;
    background: none;
    background-size: cover;
  }
  .iroha-area .title-block {
    position: relative;
    margin: 0 0 35px;
    text-align: center;
    padding: 0 20px 0;
  }
  .iroha-area .title-block h2 img {
    margin-left: 0;
  }
  .iroha-area .title-block a {
    position: static;
    width: 270px !important;
    margin-top: 20px;
  }
  .iroha-area .title-block a {
    padding: 10px 0;
  }
  .iroha-text-list li {
    width: 100%;
    margin-right: 0;
    position: relative;
    border-bottom: solid 1px #ccc;
  }
  .iroha-text-list li:first-child {
    border-top: solid 1px #ccc;
  }
  .iroha-text-list li dd p {
    display: none;
  }
  .iroha-text-list li a {
    padding: 10px 0;
    display: block;
  }
  .iroha-text-list li:nth-child(3n) {
    margin-right: 0;
  }
  .iroha-text-list li:after {
    display: none;
  }
  .iroha-text-list li dt {
    margin: 0 0 0 0;
    font-size: 17px;
  }
  .iroha-text-list li dd {
    padding: 0 10px;
    font-size: 16px;
  }
  .iroha-text-list li .img {
    display: none;
  }
  .iroha-text-list li:first-child {
    position: relative;
  }
  .iroha-text-list li:first-child .img {
    position: absolute;
    bottom: -65px;
    right: -1%;
    z-index: 1;
  }
  .iroha-text-list li:first-child dl {
    position: relative;
    z-index: 2;
  }
  .repair-and-clinic-iroha-area {
    width: auto;
    padding: 20px 10px;
    border-bottom: solid 5px #c8a655;
  }
  .repair-and-clinic-iroha-area .repair-and-clinic-iroha-area-block {
    width: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .repair-and-clinic-iroha-area .repair-and-clinic-iroha-area-block .text {
    float: none;
    width: auto;
  }
  .repair-and-clinic-iroha-area .repair-and-clinic-iroha-area-block .img-box {
    float: none;
    width: auto;
  }

  /* tokusen-area
  ============================================================ */
  .tokusen-area {
    width: auto;
    padding: 20px 10px;
    border-bottom: solid 5px #c8a655;
  }
  .tokusen-area a {
    color: #f6e9cb;
  }
  .tokusen-area a:hover {
    text-decoration: none;
  }
  .tokusen-area h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .tokusen-area h2 span {
    /*padding-left: 40px;*/
    background-size: 15px auto;
  }
  .tokusen-area-list {
    overflow: hidden;
  }
  .tokusen-area-list li {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .tokusen-area-list li:nth-child(even) {
    float: none;
  }
  .tokusen-area .img-box img {
    width: 100%;
    height: auto;
  }
  /* repair-and-clinic-area
  ============================================================ */
  .repair-and-clinic-area {
    width: 100%;
    padding: 30px 0;
    border-bottom: solid 5px #c8a655;
  }
  .repair-and-clinic-area > div > div {
    width: 100%;
    padding: 0 10px;
  }
  .repair-and-clinic-area h2 {
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
    display: table;
    margin: 0 auto 10px;
  }
  .repair-block {
    margin-right: 0 !important;
    position: relative;
  }
  .repair-block:after {
    display: none;
  }
  .repair-and-clinic-area .img-box {
    margin: 0 0 15px;
  }
  .repair-block .img-box {
    margin-top: 0;
  }
  .repair-block .img-box img,
  .clinic-block .img-box img,
  .yonai-block .img-box img {
    width: 100%;
    height: auto;
  }
  .repair-and-clinic-area .lead {
    font-size: 15px;
    font-weight: normal;
    padding: 0 10px;
    margin: 0 0 20px;
  }
  .repair-and-clinic-area .btn {
    text-align: center;
    margin-bottom: 20px;
  }
  .repair-and-clinic-area .btn a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #a0977a;
    padding: 6px 20px 6px 15px;
    border-radius: 4px;
    position: relative;
    display: block;
  }
  .repair-and-clinic-area .btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 4px;
    width: 3px;
    height: 3px;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .repair-and-clinic-area .btn a:hover {
    text-decoration: none;
  }
  /* bn-area
  ============================================================ */
  .bn-area {
    width: 100%;
    background: #161616;
    padding: 0 0;
  }
  .bn-area .panel-layout {
    overflow: auto;
  }
  .bn-area li.contact {
    width: 100%;
    height: auto;
    padding: 18px 10px;
    box-sizing: border-box;
    margin-left: 0;
    position: relative;
    background: #cbcbcb;
  }
  .bn-area li.contact .tel {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
    padding: 0;
    background: none;
  }
  .bn-area li.contact .tel a {
    display: block;
    padding: 0 0 0 55px;
    background: url(/assets/img/common/icn_freedial.png) no-repeat 0 0;
    background-size: 50px auto;
  }
  .bn-area li.contact .info {
    font-size: 17px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 10px;
  }
  .bn-area li.contact .text-block {
    width: 100%;
    text-align: center;
  }
  .bn-area li.contact h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: YuGothic, "游ゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    margin: 0 0 15px;
  }
  .bn-area li.contact h3 span {
    position: relative;
    display: inline-block;
  }
  .bn-area li.contact h3 span:before,
  .bn-area li.contact h3 span:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: -36px;
    width: 30px;
    height: 1px;
    background: #000;
  }
  .bn-area li.contact h3 span:after {
    left: auto;
    right: -36px;
  }
  .bn-area li.contact .cs-w-275 {
    width: 275px;
    font-weight: bold;
    color: #fff;
  }
  .bn-area li.contact .img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  /* movie-area
  ============================================================ */
  .movie-area {
    width: 100%;
    background: #161616;
    padding: 0 0 10px;
  }
  .video-js .vjs-big-play-button:before,
  .video-js .vjs-control:before,
  .video-js .vjs-modal-dialog,
  .vjs-modal-dialog .vjs-modal-dialog-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 15% !important;
    width: 100%;
  }
  .video-js .vjs-big-play-button {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 0.06666em solid #a0977a !important;
    border-radius: 50% !important;
    cursor: pointer;
    display: block;
    font-size: 5em !important;
    height: 2em !important;
    left: 50% !important;
    line-height: 1.5em;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50% !important;
    transition: all 0.4s ease 0s;
    width: 2em !important;
    margin-top: -1em;
    margin-left: -1em;
  }
  .video-js .vjs-big-play-button:hover {
    opacity: 0.7 !important;
  }
  .movie-area .vjs-poster img {
    width: 100% !important;
    height: auto;
  }
  .video-js {
    width: auto !important;
    height: 200px !important;
  }
  .ranking-and-info-area .more-btn a:after {
    top: 5px;
    right: 3px;
  }
  .search-and-special-area .area-inner-bg {
    background: none;
  }
  .q-a-bnr {
    padding-top: 0px;
    margin-top: -1px;
  }
  .q-a-bnr img {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .header-fb {
    top: 12px;
    right: 157px;
  }
  .header-fb img {
    width: 30px;
  }
}

/* End media screen */

/* map parts
============================================================ */

.main-visual .area-inner .map-search.slide-map {
  position: absolute;
  top: 50px;
  right: -45px;
}

.select-map {
  width: 970px;
  /* height: 392px; */
  position: relative;
}

.select-map h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
  font-family: 'Noto Serif JP', serif;
  z-index: 100;
  width: 100%;
  margin: 34px 0 0;
}

.select-map h2 span {
  padding-left: 35px;
  background: url(../img/top/nav-icon-1.png) 0 50% no-repeat;
  background-size: 26px auto;
}

.select-map-wrap {
  padding: 20px 28px 35px 28px;
  overflow: hidden;
}

.select-map-wrap h3 {
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  background: #b7823e;
  padding: 8px;
  margin-bottom: 20px;
}

.select-map-list {
  overflow: hidden;
  width: auto;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  margin: -10px;
}

.select-map-list li {
  width: 166px;
  margin: 10px;
  border-bottom: 1px solid #b7823e;
  box-sizing: border-box;
}

.select-map-list li a {
  display: block;
  background: url(../img/top/map-arrow.png) 0 50% no-repeat;
  background-size: 17px auto;
  padding: 0 0 0 20px;
  color: #424640;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.select-map-list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.select-map-return {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.select-map-return a {
  background: url(../img/top/map-icon.png) 0 50% no-repeat;
  background-size: 7px auto;
  padding: 0 0 0 15px;
}

.select-map-area {
  display: table;
  background: #f4ecdf;
  width: 100%;
  margin: 34px 0 0;
}

.select-map-area dt,
.select-map-area dd {
  display: table-cell;
}

.select-map-area dt {
  display: table-cell;
  background: #b7823e;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: bold;
  width: 196px;
}

.select-map-area dd {
  padding: 20px 40px;
  text-align: center;
}

.select-map-area dd ul {
  display: flex;
  justify-content: space-between;
}

.select-map-area dd li a {
  text-decoration: underline;
}

.select-map-area dd li a:hover {
  text-decoration: none;
}

.swiper-container {
  width: 970px;
  margin: 0 auto;
  padding: 60px 0;
}

.swiper-slide {
  min-height: 352px;
  background-size: cover !important;
}

.select-map.all {
  background: url(../img/top/map-all.png) 0 0 no-repeat;
}

.select-map.hokkai {
  background: url(../img/top/map-1.png) 0 0 no-repeat;
}

.select-map.kanto {
  background: url(../img/top/map-2.png) 0 0 no-repeat;
}

.select-map.hokuriku {
  background: url(../img/top/map-3.png) 0 0 no-repeat;
}

.select-map.tokai {
  background: url(../img/top/map-4.png) 0 0 no-repeat;
}

.select-map.kinki {
  background: url(../img/top/map-5.png) 0 0 no-repeat;
}

.select-map.chugoku {
  background: url(../img/top/map-6.png) 0 0 no-repeat;
}

.select-map.shikoku {
  background: url(../img/top/map-7.png) 0 0 no-repeat;
}

.select-map.kyusyu {
  background: url(../img/top/map-8.png) 0 0 no-repeat;
}

/* SP Layout ******************************************************************************************* */

@media screen and (max-width: 768px) {
  .select-map-wrap {
    padding: 0 16px;
    overflow: hidden;
  }
  .select-map-list {
    overflow: visible;
    width: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }
  .select-map-list:after {
    content: "";
    display: block;
    width: 30%;
  }
  .select-map-wrap h3 {
    font-family: initial;
    font-size: 16px;
    background: #b7823e;
    padding: 15px 0;
    margin-bottom: 10px;
  }
  .select-map-list li {
    width: 30%;
    margin: 0 0 20px;
  }
  .select-map-area {
    display: block;
    width: 100%;
    /*background: #F4ECDF;*/
    background: initial;
    margin: inherit;
  }
  .select-map-area ul {
    overflow: hidden;
    clear: both;
    position: relative;
  }
  .select-map-area dd ul {
    display: inherit;
    justify-content: space-between;
  }
  .select-map-area ul li ul {
    overflow: hidden;
    clear: both;
    position: relative;
    left: 0;
  }
  .select-map-area dd {
    padding: 10px 0 0;
    text-align: center;
  }
  .select-map-area dt,
  .select-map-area dd {
    display: block;
  }
  .select-map-area dt {
    display: block;
    background: #dac197;
    color: #fff;
    font-family: initial;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
    color: #424640;
  }
  .select-map-area dd {
    /*background: #f7f7ec;*/
  }
  .select-map-area dd > ul > li > span {
    font-size: 16px;
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    border-bottom: 1px solid #efe5d3;
    background: url(/assets/img/top/acodion_icon.png) no-repeat right 15px top 50%;
    background-size: 10px 10px;
  }
  .select-map-area dd > ul > li > span.open {
    background: url(/assets/img/top/acodion_icon_op.png) no-repeat right 15px top 50%;
    background-size: 10px 10px;
  }
  .select-map-area dd li > ul {
    display: none;
    padding: 10px 10px 0 10px;
    border-bottom: 1px solid #efe5d3;
  }
  .map-search-sp .select-map-area li {
    width: auto;
    float: left;
    text-align: left;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .map-search-sp .select-map-area li a {
    background: none;
    font-size: 16px;
    padding-left: 0;
  }
  .map-search-sp .select-map-area li li {
    margin-bottom: 10px;
  }
  .swiper-container {
    width: 100%;
  }
}

.inline_area {
  padding-top: 44px;
  font-size: 1.4rem;
}

.inline_area .inline_area-wrap {
  background: #fff;
  padding: 20px;
}

.inline_area .mfp-close {
  top: 0;
  background: #fff;
}

.inline_area h5 {
  text-align: center;
  color: #fff;
  margin: 0 0 10px;
  background: #895081;
  padding: 10px;
}

.inline_area ul {
  margin: 40px 0 20px;
}

.inline_area li {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .inline_area .inline_area-wrap {
    padding: 10px;
    font-size: 18px;
  }
  .inline_area ul {
    margin: 20px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_visual_first li {
    width: 320px;
  }

  .main_visual {
    visibility: hidden;
    height: 130px !important;
  }

}

.main_visual.slick-initialized + .main_visual_first {
  display: none;
}

.main_visual {
  visibility: hidden;
  height: 390px;
}

.main_visual.slick-initialized {
  visibility: visible;
}

.main_visual_first {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
