/*===== 霊園詳細コンテンツ/SP =====*/

.section-viewer h2 {
  background: #edf5e2;
  margin: 0 auto;
  padding: 6px 0 6px;
  text-align: center;
  width: 100%;
}

.section h2 {
  border-bottom: 3px solid #edf5e2;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 10px 16px;
  padding: 16px 0 10px;
  position: relative;
}

.section h2:after {
  background-color: #9fc202;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 22%;
  z-index: 1;
}

.section h2 span {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 19px;
  margin-left: 12px;
  text-align: center;
  width: 36px;
}

.section h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section h4 {
  color: #05aa22;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-more {
  padding: 20px 0;
}

.section-more a {
  border: 1px solid #05aa22;
  border-radius: 5px;
  display: block;
  font-size: 15px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 84%;
}

.section-more a span {
  color: #05aa22;
  display: block;
  line-height: 40px;
  position: relative;
}

.section-more a .material-icons {
  color: #05aa22;
  position: absolute;
  top: 6px;
}

/* 霊園画像スライダー*/
.section-header {
  margin: 16px 0 20px;
}

.slider-item-mobile .slick-track {
  margin-left: 10px;
}

.header-slider .slider-item-nav li {
  display: none;
}

.header-slider .slider-item-mobile .slide-item {
  height: 197px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 280px !important;
  ;
}

.header-slider .slider-item-mobile .slide-item img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.slick-nav-arrows {
  position: absolute;
  top: 42%;
  width: 100%;
}

.slick-nav-arrows .slick-next {
  background: url(../img/icn_arrow.png) right 0/18px 32px no-repeat;
  height: 32px;
  position: absolute;
  right: -31px;
}

.slick-nav-arrows .slick-prev {
  background: url(../img/icn_arrow.png) left 0/18px 32px no-repeat;
  height: 32px;
  left: -33px;
  position: absolute;
  top: -15px;
  transform: scale(-1, 1);
}

.slick-nav-arrows .slick-disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* スタッフコメント */
.header-comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 10px;
}

.header-comment figure {
  width: 48px;
}

.header-comment .comment-txt {
  background: #edf5e2;
  padding: 10px 20px;
  position: relative;
  width: calc(100% - 100px);
}

.header-comment .comment-txt h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.header-comment .comment-txt p {
  font-size: 14px;
}

.header-comment .comment-txt:after,
.arrow_box:before {
  border: solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 30%;
  width: 0;
}

.header-comment .comment-txt:after {
  border-color: rgba(237, 246, 227, 0);
  border-right-color: #edf5e2;
  border-width: 15px;
  margin-top: -15px;
}

.header-comment .comment-txt:before {
  border-color: rgba(5, 170, 34, 0);
  border-right-color: #edf5e2;
  border-width: 16px;
  margin-top: -16px;
}

/* 霊園概要 */
.section-item {
  margin-bottom: 30px;
}

.section-txt-area {
  line-height: 1.6;
  padding: 0 10px;
}

.section-txt-area p {
  margin-bottom: 30px;
}

/* コンバージョン枠 */
.section-conversion {
  background-color: #f8f5f1;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}

.section-conversion > .txt-link {
  color: #0187cd;
  font-size: 15px;
  margin: 0;
  padding: 22px 0 25px;
}

.section-conversion > .txt-link > a {
  font-weight: bold;
  margin: 0;
  text-decoration: none;
}

.section-conversion > p {
  line-height: 1.6;
  margin: 10px 0;
}

.section-conversion > p > span {
  font-size: 24px;
}

.conversion-box p {
  font-size: 14px;
  margin: 10px 0;
}

.conversion-box p > span {
  font-size: 24px;
}

.conversion-box a {
  background-image: linear-gradient(45deg, #f19500 0%, #ff8501 100%);
  border: solid 1px #f70;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  line-height: 22px;
  margin: 0 auto 12px;
  padding: 10px 0 4px;
  text-decoration: none;
  width: 100%;
}

.conversion-box.today a {
  background: #fff;
  border: 1px solid #ff8501;
  color: #ff8501;
  padding: 12px 0 8px;
}

.conversion-box.catalog a {
  background: #12b2db;
  border: 1px solid #12b2db;
  padding: 10px 0 4px;
}

.conversion-box a span {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 3px;
}

.area-call {
  margin-bottom: 10px;
}

.area-call > a {
  color: #232b39;
  text-decoration: none;
}

.area-call > a > .box-call {
  background: #fff;
  line-height: 1;
  margin: 0 0 20px;
  padding: 16px 0 16px;
  width: 100%;
}

.box-call > .txt-lead {
  color: #05aa22;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.box-call > .txt-call {
  font-family: Roboto;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
  text-decoration: underline;
  vertical-align: middle;
}

.box-call > .txt-call > i {
  color: #05aa22;
  margin-right: 4px;
  vertical-align: middle;
}

.box-call > .txt-sub {
  font-size: 13px;
  line-height: 1;
}

.area-call.visible-mb {
  display: none;
}

.section-item .bnr-camp {
  display: none;
}

/* 価格枠 */
.price-summary {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 8px;
}

.price-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px 16px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.price-title {
  background: #edf5e2;
  border-bottom: solid 1px #ccc;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 4px;
}

.price-body {
  color: #d94372;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 0;
}

.price-body h3 {
  color: #232b39;
  font-size: 17px;
  margin-bottom: 12px;
}

.price-body em {
  font-size: 22px;
}

.price-body span {
  color: #232b39;
  font-size: 14px;
  font-weight: normal;
  padding: 0 3px;
}

.price-body span.color-m {
  color: #d94372;
  padding: 0;
}

.price-body .note {
  color: #232b39;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  margin-left: 10px;
  padding: 8px 0 0;
  text-align: left;
}

.price-body .via {
  background: #05aa22;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  margin-right: 8px;
  padding: 4px 8px;
  position: relative;
  top: -1px;
}

.price-container {
  border-bottom: solid 1px #ccc;
  margin: 0 10px 10px;
  padding-bottom: 18px;
  position: relative;
  width: calc(100% - 20px);
}

.price-item {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  margin: 0 0;
  position: relative;
  width: 100%;
}

.price-item th {
  background: #f0f0e4;
  border: 1px solid #ccc;
  font-size: 13px;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  width: 36%;
}

.price-item td {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 46%;
}

.price-item td.open {
  padding: 0;
  vertical-align: middle;
  width: 18%;
}

.price-att {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 10px;
}

.price-att a {
  color: #0187cd;
}

/* 価格補足アコーディオン */
.price-container label {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #ccc;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  height: 20px;
  line-height: 14px;
  margin: 0 auto 0;
  padding: 8px 0 12px;
  position: absolute;
  right: calc(2% + 4px);
  text-align: center;
  top: 90px;
  transition: all .5s;
  width: 40px;
}

.price-container label:after {
  color: #05aa22;
  content: "expand_more";
  font-family: "Material Icons";
  font-size: 24px;
}

.price-container input {
  display: none;
}

.price-container .pitem-bottom {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: .8s;
}

.cssacc:checked + label + .pitem-bottom {
  height: auto;
  opacity: 1;
}

.cssacc:checked + label:after {
  content: "expand_less";
}

.contAc {
  border: 1px solid #ccc;
  border-top: none;
  font-size: 13px;
  margin: 0 0;
  padding: 10px;
}

.contAc span {
  display: block;
  font-weight: bold;
}

.contAc .groupText > div {
  float: left;
  font-size: 13px;
  margin: 0 30px 10px 0;
  width: auto;
}

.contAc .groupText > div:last-child {
  clear: both;
}

#acMenu dt {
  border: #666 1px solid;
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 200px;
}

#acMenu dd {
  background: #f2f2f2;
  border: #666 1px solid;
  display: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 200px;
}

/* 現地レポート */
.section-article {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.section-article .section-txt-area {
  height: 200px;
  line-height: 1.4;
  overflow: hidden;
  width: 60%;
}

.section-article .section-txt-area p {
  margin-bottom: 0;
}

.section-article figure {
  background: #f5f5f5;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 36%;
}

.section-article figure img {
  height: auto;
  left: 50%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* 口コミ */
.section-voice {
  line-height: 1.5;
}

#kuchikomi-list {
  padding: 0 10px;
}

#kuchikomi-list .kuchikomi:last-of-type {
  margin-bottom: 0;
}

.kuchikomi {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  margin: 0 0 15px;
  padding-bottom: 25px;
  position: relative;
  text-align: left;
}

.user-icon {
  left: 0;
  position: absolute;
  top: 0;
}

.user-icon img {
  border: solid 1px #ddd;
  border-radius: 50%;
  width: 44px;
}

.kuchikomi-inner {
  padding-left: 58px;
}

.kuchikomi-sort {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: right;
}

.kuchikomi-sort a {
  color: #3d8ace;
  text-decoration: none;
}

.kuchikomi-sort a.current {
  color: #000;
  cursor: default;
}

.kuchikomi-date {
  color: #888;
  font-size: 13px;
  margin-bottom: 8px;
}

.kuchikomi-item {
  font-size: 13px;
  margin-bottom: 10px;
}

.kuchikomi-item span {
  font-weight: bold;
}

.kuchikomi-star {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}

.kuchikomi-star img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  width: 103px;
}

.kuchikomi-star i {
  color: #ef7b00;
  font-size: 22px;
  margin: 0;
  vertical-align: text-bottom;
}

.kuchikomi-star .txt-score {
  margin-left: 10px;
}

.kuchikomi-star .via {
  border: 1px solid #ed6103;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ed6103;
  display: inline-block;
  font-size: 12px;
  margin-left: 16px;
  padding: 4px;
  position: relative;
  top: -1px;
}

.kuchikomi-star .via:empty {
  border: none;
}

.kuchikomi-star .via.out {
  border: 1px solid #888;
  color: #888;
}

.kuchikomi-catch {
  font-size: 14px;
  margin-bottom: 20px;
}

.kuchikomi-catch-lead {
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}

.kuchikomi-catch-lead p {
  font-size: 14px;
  line-height: 24px;
}

.kuchikomi-catch.min {
  color: #888;
}

.reply {
  background-color: #efefef;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 15px;
}

.reply-ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.reply-text {
  font-size: 14px;
  line-height: 1.5;
}

.satisfaction-line {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}

.satisfaction-line span {
  font-size: 15px;
}

.satisfaction-line span:nth-of-type(1) {
  display: inline-block;
  margin-right: 10px;
  width: 35%;
}

.satisfaction-line span:nth-of-type(2) {
  display: inline-block;
  margin-left: 15px;
}

.satisfaction-line img {
  display: inline-block;
  vertical-align: top;
  width: 80px;
}

.satisfaction-line i {
  color: #ef7b00;
  font-size: 18px;
  margin: 0;
  vertical-align: text-bottom;
}

.detail-more {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #0187cd;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  left: calc(50% - 80px);
  padding: 8px 0 8px;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  top: 170px;
  width: 160px;
  z-index: 10;
}

.detail-more .material-icons {
  position: absolute;
  top: 4px;
}

.grad-item {
  height: 95px;
  overflow: hidden;
  position: relative;
  /*隠した状態の高さ*/
}

.grad-item::before {
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked + .detail-more {
  display: none;
  /*チェックされていたら、grad-btnを非表示にする*/
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/* LINEで送る */
.section-line {
  background-color: #f5f5f5;
  margin: 0 10px 20px;
  padding: 26px 0 20px;
  text-align: center;
}

.section-line .img-box {
  height: 40px;
  margin: 0 auto;
  width: 164px;
}

/* 霊園情報 */
.section-detail {
  padding: 0 10px 20px;
}

.section-detail .map-box {
  display: inline-block;
  max-height: 50vh;
  width: 100%;
}

.detail-box {
  margin-top: 20px;
}

.detail-box dl {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  line-height: 1.5;
  padding: 12px 8px 8px;
}

.detail-box dl dt {
  box-sizing: border-box;
  font-weight: bold;
  padding: 12px 0 8px 28px;
  position: relative;
}

.detail-box dl dt .material-icons {
  font-size: 24px;
  left: 4px;
  position: absolute;
}

.detail-box dl dd {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 0 8px 28px;
}

.detail-box dl dd span {
  display: block;
}

.detail-box dl dt:first-of-type,
.detail-box dl dd:first-of-type {
  padding-top: 0;
}

.detail-box dl dt:last-of-type,
.detail-box dl dd:last-of-type {
  border-bottom: none;
}

.detail-box dl dd:last-of-type {
  padding-bottom: 0;
}

.detail-box dl dt span {
  display: inline-block;
}

.detail-box dl dd a {
  color: #0187cd;
}

.detail-box dl dd .detail-link:before {
  content: "（";
}

.detail-box dl dd .detail-link:after {
  content: "）";
}

.detail-box dl .detail-button a {
  background-color: #b49b64;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

/* おすすめの霊園 */
.section-link {
  padding: 0 10px;
}

.card-item {
  border-bottom: 1px solid #ccc;
  display: flex;
  margin-top: 16px;
  padding-bottom: 68px;
  position: relative;
}

.card-item:after {
  border-right: solid 3px #0187cd;
  border-top: solid 3px #0187cd;
  content: "";
  display: block;
  height: 10px;
  margin: -5px 0 0 0;
  position: absolute;
  right: 8px;
  top: 42%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.card-item figure {
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 120px;
}

.card-item figure img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.card-item .more-txt {
  bottom: 10px;
  display: block;
  left: calc(50% - 80px);
  padding-bottom: 30px;
  position: absolute;
}

.card-data {
  margin: 0 10px;
  padding: 0;
  width: 60%;
}

.card-data ul li {
  margin-bottom: 8px;
}

.card-data .data-title {
  -webkit-box-orient: vertical;
  color: #0187cd;
  display: -webkit-box;
  font-size: 16px;
  font-weight: bold;
  height: 42px;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-bottom: 12px;
  overflow: hidden;
}

.card-data .data-category {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: none;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 4px 4px 0;
  padding: 4px;
}

#fix-nav-box ul .fix-nav-button a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#fix-nav-box ul .fix-nav-button a:after {
  content: none;
}

.more-txt {
  background-image: linear-gradient(45deg, #f19500 0%, #ff8501 100%);
  border: solid 1px #f70;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
  width: 160px;
}

.more-txt span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.card-link-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -99999px;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* リンクズレ防止 */
#section-kuchikomi,
#section-line {
  margin-top: -50px;
  padding-top: 50px;
}

.viewer360,
.multiple-item {
  overflow: hidden;
}

/* 霊園案内 */
.section-info {
  margin-bottom: 20px;
}

.section-info .area-info {
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 0 10px;
}

.section-info .section-txt-area {
  margin-bottom: 30px;
}

.section-info .txt-info {
  margin-bottom: 30px;
}

.section-info .area-info .box-img {
  margin-bottom: 20px;
  width: 100%;
}

.section-info .area-info ul.list-area-info {
  margin-bottom: 18px;
}

.section-info .area-info > ul.list-area-info > li {
  display: list-item;
  list-style: disc;
  margin-left: 1em;
}

/* 寺院詳細イメージ */
.temple_img {
  margin: 10px auto 0;
}

/* 寺院詳細CVセクション */
.temple_cv {
  background: #f8f5f1;
  height: auto;
  margin-top: -20px;
  padding: 20px 10px 0;
  text-align: center;
}

.temple_cv_lead {
  font-weight: bold;
  margin-bottom: 10px;
}

.temple_cv_btn {
  align-items: center;
  background-image: linear-gradient(45deg, #f19500 0%, #ff8501 100%);
  border: solid 1px #f70;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 0 auto 20px;
  text-decoration: none;
  width: 100%;
}

.temple_cv_btn > i {
  font-size: 30px;
  margin-right: 5px;
}

.temple_cv_btn > span {
  font-size: 1.4rem;
}

.temple_cv .area-call {
  margin-bottom: 0;
  padding-bottom: 20px;
}

/*===== 霊園詳細コンテンツ/PC =====*/
@media only screen and (min-width:768px) {

  .section .button-conversion h2.txt-lead {
    border-bottom: solid 1px #e2dcd1;
    box-shadow: 0 1px 0 0 #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 12px;
    padding: 0 0 14px;
    width: 260px;
  }

  .button-conversion h2:after {
    display: none;
  }

  .button-conversion .conversion-box {
    font-size: 14px;
    height: 64px;
    margin: 0 auto 12px;
    width: 260px;
  }

  .button-conversion .conversion-box.today {
    font-size: 14px;
    height: 36px;
    margin: 0 auto 12px;
    padding: 0;
  }

  .button-conversion .conversion-box.today a {
    height: 36px;
    line-height: 14px;
  }

  .button-conversion .conversion-box.today a span {
    font-size: 18px;
  }

  .button-conversion .conversion-box.catalog a {
    background: #12b2db;
    height: 64px;
    line-height: 21px;
    padding-top: 12px;
  }

  .button-conversion .conversion-box.soudan {
    background: #fff;
    height: auto;
    line-height: 1.2;
    padding: 12px 0 6px;
  }

  .button-conversion .conversion-box.soudan .ttl-soudan {
    color: #ff8401;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }

  .button-conversion .conversion-box.soudan .txt-call {
    font-family: Roboto;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
  }

  .button-conversion .conversion-box.soudan .txt-call > i {
    color: #05aa22;
    margin-right: 4px;
  }

  .button-conversion .conversion-box.soudan .txt-sub {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
  }

  .button-conversion .txt-call a {
    color: #232b39;
  }

  .button-conversion-temple {
    background-color: #f8f5f1;
    display: inline-table;
    height: auto;
    line-height: 1;
    text-align: center;
    padding: 0;
    order: 2;
  }

  .section .button-conversion-temple h2.txt-lead {
    background-color: #f5f5f5;
    border-bottom: solid 1px #e2dcd1;
    box-shadow: 0 1px 0 0 #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 auto 16px;
    padding: 0;
  }

  .button-conversion-temple h2:after {
    display: none;
  }

  .button-conversion-temple .conversion-box {
    font-size: 14px;
    height: 64px;
    margin: 0 auto 12px;
    width: 260px;
  }

  .button-conversion-temple .conversion-box.today {
    font-size: 14px;
    height: 36px;
    margin: 0 auto 12px;
    padding: 0;
  }

  .button-conversion-temple .conversion-box.today a {
    height: 36px;
    line-height: 14px;
  }

  .button-conversion-temple .conversion-box.today a span {
    font-size: 18px;
  }

  .button-conversion-temple .conversion-box.catalog a {
    background: #12b2db;
    height: 64px;
    line-height: 21px;
    padding-top: 12px;
  }

  .button-conversion-temple .conversion-box.soudan {
    background: #fff;
    height: auto;
    line-height: 1.2;
    padding: 12px 0 6px;
  }

  .button-conversion-temple .conversion-box.soudan .ttl-soudan {
    color: #ff8401;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }

  .button-conversion-temple .conversion-box.soudan .txt-call {
    font-family: Roboto;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
  }

  .button-conversion-temple .conversion-box.soudan .txt-call > i {
    color: #05aa22;
    margin-right: 4px;
  }

  .button-conversion-temple .conversion-box.soudan .txt-sub {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
  }

  .button-conversion-temple .txt-call a {
    color: #232b39;
  }

  .section-viewer h2 {
    padding: 10px 0 10px;
  }

  .section h2 {
    border-bottom: 4px solid #f0f0e4;
    font-size: 24px;
    margin: 0 0 24px;
  }

  .section h2:after {
    bottom: -4px;
    height: 4px;
  }

  .section h2 span {
    font-size: 14px;
    line-height: 24px;
    position: absolute;
  }

  .section h3 {
    font-size: 18px;
  }

  .section h4 {
    font-size: 16px;
  }

  .section-more a {
    font-size: 18px;
    text-align: center;
    width: 50%;
  }

  /* 霊園画像スライダー*/
  .slider-item,
  .slider-item-nav {
    display: none;
  }

  .section-header .header-inner {
    width: 100%;
  }

  .slider-item li {
    background-color: #f5f5f5;
    margin: 0 auto;
    max-height: 420px;
    text-align: center;
  }

  .slider-item li img,
  .slider-item li video {
    margin: 0 auto;
    max-height: 420px;
    max-width: 1000px;
    width: auto;
  }

  .header-slider .slider-item-nav {
    margin-top: 10px;
  }

  .header-slider .slider-item-nav li {
    display: inline-block;
    height: 90px;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
    width: 90px;
  }

  .header-slider .slider-item-nav li:last-of-type {
    margin-right: 0;
  }

  .header-slider .slider-item-nav li img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
  }

  .section .section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .header-slider .slider-item-nav .slick-current {
    position: relative;
  }

  .header-slider .slider-item-nav .slick-current:after {
    border: 3px solid #edf5e2;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .slick-nav-arrows {
    position: absolute;
    top: 42%;
    width: 100%;
  }

  .slick-nav-arrows .slick-next {
    background: url(../img/icn_arrow.png) right 0/18px 32px no-repeat;
    height: 32px;
    position: absolute;
    right: -31px;
  }

  .slick-nav-arrows .slick-prev {
    background: url(../img/icn_arrow.png) left 0/18px 32px no-repeat;
    height: 32px;
    left: -33px;
    position: absolute;
    top: -15px;
    transform: scale(-1, 1);
  }

  .slick-nav-arrows .slick-disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  /* スタッフコメント */
  .header-comment {
    margin: 40px 10px;
  }

  .header-comment figure {
    width: 80px;
  }

  .header-comment .comment-txt {
    width: calc(100% - 150px);
  }

  .header-comment .comment-txt h3 {
    font-size: 16px;
  }

  /* 霊園概要 */
  .section-item {
    margin-bottom: 40px;
  }

  .section-item.bg-be {
    background: #f8f5f1;
  }

  .section-conversion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px;
    padding: 0 0 0;
    width: 600px;
  }

  .section-conversion p {
    font-size: 16px;
    width: 100%;
  }

  .section-conversion a {
    min-height: 48px;
  }

  .section-conversion .conversion-box {
    margin: 0 auto 10px;
    width: 600px;
  }

  .section-conversion .conversion-box p {
    font-size: 16px;
    font-weight: normal;
  }

  .section-conversion .conversion-box a {
    font-size: 16px;
    height: 72px;
    line-height: 1.3;
    margin: 0;
  }

  .section-conversion .conversion-box a span {
    font-size: 24px;
  }

  .section-conversion .conversion-box.regist {
    margin-bottom: 20px;
  }

  .section-conversion .conversion-box.kengaku {
    margin-bottom: 0;
  }

  .section-conversion .conversion-box.catalog {
    display: inline-block;
    margin: 0 0 0 24px;
    width: 288px;
  }

  .section-conversion .conversion-box.today {
    display: inline-block;
    flex-grow: 2;
    margin: 0;
    width: 288px;
  }

  .section-conversion .conversion-box.today a {
    font-size: 14px;
    height: 60px;
    line-height: 2;
  }

  .section-conversion .conversion-box.today a span {
    font-size: 18px;
  }

  .section-conversion .conversion-box.catalog a {
    font-size: 14px;
    height: 60px;
    line-height: 1.2;
  }

  .section-conversion .conversion-box.catalog a span {
    font-size: 18px;
  }

  .section-conversion .txt-link a {
    text-decoration: underline;
  }

  .area-call.visible-mb {
    display: block;
  }

  .area-call {
    margin: 0 auto 0;
    width: 600px;
  }

  .area-call > a {
    color: #232b39;
    text-decoration: none;
  }

  .area-call .box-call {
    background: #fff;
    height: 74px;
    line-height: 1;
    margin: 0 auto 0;
    padding: 16px 0 0;
    width: 600px;
  }

  .box-call > .txt-lead {
    color: #05aa22;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .box-call > .txt-call {
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px;
    text-decoration: none;
    vertical-align: middle;
  }

  .box-call > .txt-call a {
    color: #232b39;
  }

  .box-call > .txt-call > i {
    color: #05aa22;
    margin-right: 4px;
    vertical-align: middle;
  }

  .box-call > .txt-call > .txt-sub {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
  }

  .section-item a.bnr-camp {
    display: block;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    width: 690px;
  }

  .area-list-conversion ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }

  .area-list-conversion li {
    height: 120px;
    margin-right: 10px;
  }

  .area-list-conversion li:nth-child(2n) {
    margin-right: 0;
  }

  .area-list-conversion li img {
    height: 100%;
    width: auto;
  }

  /* 価格枠 */
  .price-summary {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 15px;
  }

  .price-box {
    margin: 0 1% 10px;
    width: 48%;
  }

  .price-box .price-body {
    font-size: 20px;
  }

  .price-body em {
    font-size: 28px;
  }

  .price-body span {
    font-size: 16px;
  }

  .price-body .note {
    font-size: 14px;
    margin: 0 20px;
  }

  .price-container {
    border-bottom: none;
    font-size: 15px;
    padding-bottom: 0;
    position: relative;
  }

  .price-item {
    font-size: 15px;
  }

  .price-item th {
    font-size: 15px;
    font-weight: normal;
    padding: 6px;
  }

  .price-item td {
    font-size: 16px;
    padding: 6px;
  }

  .contAc .groupText {
    font-size: 15px;
    padding: 10px;
  }

  .contAc .groupText p {
    line-height: 2;
  }

  /* 価格補足アコーディオン */
  .price-container label {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #ccc;
    color: #05aa22;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    height: 15px;
    line-height: 15px;
    margin: 0 auto 0;
    padding: 16px 0 14px;
    position: absolute;
    right: 3.5%;
    text-align: center;
    top: 100px;
    transition: all .5s;
    vertical-align: text-bottom;
    width: 100px;
  }

  .price-container label:after {
    font-size: 28px;
    vertical-align: text-bottom;
  }

  /* 口コミ */
  .kuchikomi {
    font-size: 14px;
    margin: 0 0 30px;
    padding-bottom: 30px;
  }

  .kuchikomi-star img {
    margin-right: 10px;
    width: 110px;
  }

  .kuchikomi-date {
    font-size: 14px;
  }

  .kuchikomi-item {
    font-size: 14px;
  }

  .kuchikomi-star i {
    font-size: 24px;
  }

  .kuchikomi-star .via {
    font-size: 13px;
  }

  .kuchikomi-catch {
    font-size: 15px;
  }

  .kuchikomi-catch-lead p {
    font-size: 15px;
  }

  .reply-text {
    font-size: 15px;
  }

  .satisfaction-line {
    margin-bottom: 5px;
  }

  .satisfaction-line i {
    font-size: 20px;
  }

  .satisfaction-line span:nth-of-type(1) {
    width: 15%;
  }

  /* 霊園情報 */
  .section-detail .map-box {
    display: inline-block;
    max-height: 500px;
    max-width: 1000px;
  }

  .detail-box dl {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
  }

  .detail-box dl dt {
    border-bottom: 1px solid #ccc;
    padding: 12px 10px 20px 38px;
    width: 20%;
  }

  .detail-box dl dt .material-icons {
    font-size: 24px;
    left: 8px;
    position: absolute;
  }

  .detail-box dl dd {
    padding: 12px 10px 20px;
    width: 80%;
  }

  /* おすすめの霊園 */
  .card-list {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
  }

  .card-list li {
    margin: 0 1% 0 0;
  }

  .card-list li:last-of-type {
    margin-right: 0;
  }

  .card-item figure {
    width: 100%;
  }

  .card-data {
    margin: 10px;
    width: auto;
  }

  .card-data ul li {
    margin-bottom: 8px;
  }

  .card-item {
    border: 1px solid #ccc;
    display: block;
    max-width: 24%;
    min-width: 19%;
    padding: 10px 0 10px;
    position: relative;
  }

  .card-data .data-category {
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 4px 4px 0;
    padding: 4px;
  }

  .card-item .more-txt {
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    padding: 0;
    position: static;
    width: 140px;
  }

  .card-item a {
    text-decoration: none;
  }

  .card-item:after {
    display: none;
  }

  .card-link-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  /* リンクズレ防止 */
  #section-kuchikomi,
  #section-map {
    margin-top: -100px;
    padding-top: 100px;
  }

  /* 霊園案内 */
  .section-info {
    margin-bottom: 40px;
  }

  .section-info .area-info {
    clear: both;
    padding: 0;
  }

  .section-info > h2 {
    margin-bottom: 20px;
  }

  .section-info .txt-info {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .section-info .area-info > h3 {
    display: inline-block;
    margin-bottom: 18px;
  }

  .section-info .area-info .box-img {
    float: left;
    height: auto;
    margin: 0 30px 30px 0;
    max-width: 490px;
    width: 50%;
  }

  .section-info .area-info .box-img > img {
    margin-bottom: 10px;
  }

  .section-info .area-info .box-img > figcaption {
    font-weight: bold;
    text-align: left;
  }

  .section-info .area-info ul.list-area-info {
    margin-bottom: 18px;
  }

  .section-info .area-info > ul.list-area-info > li {
    display: list-item;
    list-style: disc;
    margin-left: 2em;
  }

  /* 寺院詳細CVセクション */
  .button-conversion .temple_cv_btn {
    margin: 0 20px 20px;
    max-width: 260px;
  }

  .button-conversion .temple_cv_btn {
    color: #fff;
    display: flex;
  }

  .button-conversion .temple_cv_btn span {
    font-size: 1.25rem;
    text-decoration: none;
  }

  .temple_cv {
    margin: 0 auto;
    padding: 30px 0 0;
    width: 100%;
  }

  .temple_cv_lead {
    font-size: 1.125rem;
  }

  .temple_cv_btn {
    max-width: 600px;
  }

  .temple_cv_btn > span {
    font-size: 1.5rem;
  }

  .temple_cv .txt-call > i {
    font-size: 1.875rem;
    margin-bottom: 4px;
  }

  .balloon1 {
    background: rgb(255, 255, 255);
    border: 3px solid rgb(217, 67, 114);
    border-radius: 15px;
    box-sizing: border-box;
    color: rgb(217, 67, 114);
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 1.5em 10px;
    padding: 7px 9px;
    position: relative;
    text-align: center;
    width: 95%;
  }

  .balloon1::before {
    border-bottom: 12px solid rgb(255, 255, 255);
    border-image-outset: initial;
    border-image-repeat: initial;
    border-image-slice: initial;
    border-image-source: initial;
    border-image-width: initial;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 12px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 12px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 12px;
    content: "";
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -24px;
    z-index: 2;
  }

  .balloon1::after {
    border-bottom: 14px solid rgb(217, 67, 114);
    border-image-outset: initial;
    border-image-repeat: initial;
    border-image-slice: initial;
    border-image-source: initial;
    border-image-width: initial;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 14px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 14px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 14px;
    content: "";
    left: 50%;
    margin-left: -17px;
    position: absolute;
    top: -30px;
    z-index: 1;
  }
}

/*===== 霊園詳細コンテンツ/Tablet =====*/

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .header-slider .slider-item-nav {
    margin-top: 10px;
    min-width: 680px;
  }

  .button-conversion {
    width: 34%;
  }

  .section .button-conversion h2.txt-lead {
    width: 240px;
  }

  .button-conversion .conversion-box {
    width: 240px;
  }

  .conversion-box a img {
    display: none;
  }

  .card-item .more-txt {
    width: 100%;
  }

  /* 寺院詳細CVセクション */
  .button-conversion .temple_cv_btn {
    margin: 0 auto 20px;
    max-width: 240px;
  }
}

/*===== 霊園詳細コンテンツ/360px未満 =====*/

@media only screen and (max-width: 359px) {
  .kuchikomi-star img {
    width: 90px;
  }

  .kuchikomi-star .via {
    margin-left: 6px;
  }
}

/* 店舗画像スライダー*/
.slider-item-mobile .slick-track {
  margin-left: 10px;
}

.header-slider .slider-item .slide-item {
  height: 197px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 280px !important;
  ;
}

.header-slider .slider-item .slide-item img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.slick-nav-arrows .slick-next {
  background: url(../img/icn_arrow.png) right 0/18px 32px no-repeat;
  height: 32px;
  position: absolute;
  right: -31px;
}

.slick-nav-arrows .slick-prev {
  background: url(../img/icn_arrow.png) left 0/18px 32px no-repeat;
  height: 32px;
  left: -33px;
  position: absolute;
  top: -15px;
  transform: scale(-1, 1);
}

.slick-nav-arrows .slick-disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slide-dots {
  height: 12px;
  margin-top: 14px;
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 12px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button:before {
  border: 1px solid #05aa22;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 10px;
}

.slide-dots .slick-active button:before {
  background-color: #edf5e2;
  border: 1px solid #05aa22;
  content: "";
}

/* MOON_L1-4128 御朱印 */
.goshuin {
  padding: 15px 10px;
  background: #fdfaef;
  border-radius: 5px;
  border: #e1d9af solid 1px;
  text-align: center;
}

.goshuin h3 {
  font-size: 17px;
  line-height: 1.4;
  border-radius: 3px;
  padding: 15px 60px;
  margin: 0 auto 10px auto;
  position: relative;
  display: inline-block;
}

.goshuin h3:before,
.goshuin h3:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 40px;
  height: 6px;
  content: '';
  border-top: solid 2px #d7c66b;
  border-bottom: solid 2px #d7c66b;
}

.goshuin h3:before {
  left: 0;
}

.goshuin h3:after {
  right: 0;
}

.goshuin h4 {
  font-size: 16px;
  color: #232b39 !important;
  margin: 0 0 15px 0;
  padding: 0 12px 12px 12px;
  line-height: normal;
  border-bottom: #e1d9af solid 2px;
  text-align: left;
}

.goshuin__inr {
  padding: 15px 0 8px 0;
  text-align: left;
}

.goshuin__image {
  background: #fff;
  border-radius: 5px;
  padding: 15px 10px;
  box-shadow: 1px 1px 2px 0px rgb(51 51 51 / 20%);
}

.goshuin__image p,
.goshuin__inr p,
.goshuin__txt figure,
.goshuin__image figure {
  width: 95%;
}

.goshuin__image figure,
.goshuin__txt figure {
  float: none;
  margin: 0 auto 15px auto;
  overflow: hidden;
  display: block;
}

.goshuin__image p,
.goshuin__inr p {
  margin: auto;
  line-height: 1.6;
  text-align: left;
}

.goshuin__image:after,
.goshuin__txt:after {
  content: "";
  display: block;
  clear: both;
}

.goshuin__image:before,
.goshuin__txt:before {
  content: "";
  display: block;
  clear: both;
}

.goshuin__image,
.goshuin__txt,
.goshuin__txt figure,
.goshuin__txt figure img {
  display: block;
  position: relative;
}

.goshuin__image {
  margin-bottom: 20px;
}

.goshuin__txt p {
  text-align: left;
}

em.goshuin__front{
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
  border:#ddd solid 1px;
  font-weight:bold;
  background: #fcfaef;
}

@media only screen and (min-width: 769px) {
  .goshuin {
    padding: 20px;
    border-radius: 10px;
  }

  .goshuin h3 {
    font-size: 18px;
    line-height: 1;
    padding: 20px 70px;
    margin: 0 auto 20px auto;
  }

  .goshuin h3:before,
  .goshuin h3:after {
    top: calc(50% - 3px);
    width: 50px;
  }

  .goshuin h4 {
    font-size: 15px;
    margin: 0 0 15px 0;
    padding: 0 15px 15px 15px;
    line-height: 1;
  }

  .goshuin__inr {
    padding: 30px 0 15px 0;
  }

  .goshuin__image p,
  .goshuin__inr p {
    width: 100%;
  }

  .goshuin__image {
    padding: 20px;
  }

  .goshuin__image figure,
  .goshuin__txt figure {
    float: left;
    width: 33.41%;
    margin: 0 25px 5px 0;
  }

  .goshuin__image figure img,
  .goshuin__txt figure img {
    min-height: inherit;
    width: 100%;
  }

  .goshuin__image p,
  .goshuin__txt p {
    line-height: 1.8;
    width: auto;
  }

  em.goshuin__front{
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block;
  }
}
