@charset "utf-8";

/*
  File Name   : iroha.css
*/


/* PC Layout ******************************************************************************************* */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
.btn-06 {
  background: #a0977a url("/assets/img/common/arrow_r_w03.png") no-repeat scroll right bottom;
  box-shadow: 0 0 0 1px #a0977a inset, 0 0 0 2px #b3ac95 inset;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.btn-06:hover {
  text-decoration: none;
}


/* Index
============================================================ */
body.index #main {
  padding-top: 0;
}

body.index .kv-area {
  height: 320px;
  text-align:  center;
  background: url(/assets/img/iroha/index/kv-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 35px;
}

body.index .column-2-layout > div {
  width: 470px;
  height: 440px;
  margin: 0 0 20px 30px;
  position: relative;
}

body.index .column-2-layout > div .btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -118px;
}

body.index .column-2-layout > div:first-child {
  margin: 0;
}

body.index .box-layout-01 {
  border: solid 1px #333;
  padding: 3px !important;
  box-sizing: border-box;
  background-color: #fcfbf7;
}

body.index .box-layout-01 > section {
  border: solid 1px #383838;
  padding: 40px 20px 0;
  text-align: center;
  height: 390px;
}

body.index .box-layout-01 > section h4 {
  font-size: 24px;
  font-weight: bold;
  color: #383838;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 20px;
}

body.index .box-layout-01 > section .lead {
  margin: 0 0 24px;
}

body.index .box-layout-01 > section ul {
  margin: 0 0 30px;
}

body.index .box-layout-01 > section li {
  width: 50%;
  padding: 10px 0;
  text-align: left;
  border-bottom: solid 1px #ccc;
}

body.index .box-layout-01 > section li:first-child,
body.index .box-layout-01 > section li:nth-child(2) {
  border-top: solid 1px #ccc;
}

body.index .column-2-banner {
  margin: 0 0 30px;
}

body.index .box-layout-01 > section li .style-01 {
  color: #0000cd;
  text-decoration: underline;
}
body.index .box-layout-01 > section li .style-01:hover {
  text-decoration: none;
}
body.index .box-layout-01 > section li .style-01:before {
  border-left-color: #0000cd;
}




/* grave
============================================================ */
body.grave .lead {
  font-size: 16px;
  color: #404040;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 40px;
}

.grave-list {
  margin: 0 0 50px;
}

.grave-list li {
  width: 50%;
  padding: 30px 20px 50px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  position: relative;
}

.grave-list li:nth-child(n+3) {
  border-top: none;
}

.grave-list li:nth-child(2n) {
  border-left: none;
}

.grave-list li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #8d5583;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 15px;
}

.grave-list li .text-block {
  width: 60%;
  float: left;
}

.grave-list li .img-block {
  width: 40%;
  float: right;
  text-align: right;
}

.grave-list li .btn {
  position: absolute;
  bottom: 30px;
}

.grave-list li .btn a {
  width: 255px !important;
}

body.grave .box-layout-01 {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding: 30px 0 30px;
}

body.grave .box-layout-01:first-child {
  border-top: solid 1px #ccc;
}

body.grave .box-layout-01 .text-block {
  width: 580px;
  float: left;
}

body.grave .box-layout-01 .img-block {
  width: 340px;
  float: right;
}

body.grave .box-layout-01 .btn {
  position: absolute;
  bottom: 30px;
  left: 0;
}

body.grave .box-layout-01 .text-block h3 {
  margin: 0 0 25px 0 !important;
}
body.grave .right-btn {
  text-align: right;
  margin: 50px 0 30px 0;
}

body.grave .right-btn a {
  width: 185px;
  display: inline-block;;
  text-align: center;
  background: #383838;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}

body.grave .left-btn {
  text-align: left;
  margin: 50px 0 -104px 0;
}

body.grave .left-btn a {
  width: 185px;
  display: inline-block;;
  text-align: center;
  background: #383838;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}

body.grave .left-btn a:hover,
body.grave .right-btn a:hover {
  text-decoration: none;
}

body .bottom-table th,
body .bottom-table td {
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
  padding: 8px 0;
}

body .bottom-table {
  border-top: solid 1px #ccc;
}

body .bottom-table th {
  font-size: 16px;
  font-weight: bold;
  color: #8d5583;
  width: 115px;
}

body .bottom-table td.right-cell {
  border-left: solid 1px #ccc;
  width: 270px;
  padding-left: 20px;
  box-sizing: border-box;
}

body .bottom-table td li {
  width: 145px;
}

body.grave .box-layout-02 {
}

body.grave .box-layout-02 .text-block {
  width: 580px;
  float: left;
}

body.grave .box-layout-02 .img-block {
  width: 340px;
  float: right;
}

body.grave .box-layout-02 .btn {
  position: absolute;
  bottom: 30px;
  left: 0;
}

body.grave .box-layout-02 .text-block h3 {
  margin: 0 0 25px 0 !important;
}

body.grave .detail-list-block {
  border: solid 1px #ccc;
  margin-bottom: 40px;
  margin-top: 20px;
}

body.grave .detail-list-block .left-block {
  float: left;
  width: 50%;
  padding: 30px 20px;
  box-sizing: border-box;
  border-right: solid 1px #ccc;
}

body.grave .detail-list-block .right-block {
  float: right;
  width: 50%;
  padding: 30px 20px;
  box-sizing: border-box;
}

body.grave .detail-list-block h4 {
  font-size: 20px;
  font-weight: bold;
  color: #8d5583;
  margin-bottom: 20px;
}

body.grave .detail-list-block li {
  text-indent: -1em;
  margin-left: 1em;
}

body.grave .recommended-block-wrap {
  background: #383838;
  padding: 4px;
}

body.grave .recommended-block {
  border: solid 1px #fff;
  padding: 30px 30px 30px 50px;
}

body.grave .recommended-block th,
body.grave .recommended-block td {
  color: #fff;
  vertical-align: middle;
  text-align: left;
}

body.grave .recommended-block th {
  font-size: 20px;
  font-weight: bold;
  width: 245px;
}

body.grave .recommended-block td {
  line-height: 1.8;
}

body.grave .table-bottom-text {
  margin: 10px 0 20px;
  padding-bottom: 35px;
  border-bottom: solid 1px #ccc;
}


body.grave .box-layout-03 {
  width: 470px;
  margin: 0 30px 0 0;
}

body.grave .box-layout-03:nth-child(2n) {
  margin-right: 0;
}

body.grave .box-layout-03 h3 {
  margin: 0 0 15px 0;
}

body.grave .box-layout-03 .lead {
  margin: 0 0 15px 0;
  height: 48px;
}

body.grave .box-layout-03 .img-block {
  margin: 0 0 20px 0;
}

body.grave .box-layout-03 .img-block img {
  width: 100%;
  height: auto;
}

body.grave .box-layout-03 .text-link {
  margin: -10px 0 30px 0;
}

body.grave .box-layout-03 .text-link .style-08 {
  color: #0000cd;
  text-decoration: underline;
}
body.grave .box-layout-03 .text-link .style-08:before {
  border-left-color: #0000cd;
}
body.grave .box-layout-03 .text-link .style-08:hover {
  text-decoration: none;
}

body.grave .partition {
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
  margin: 0 0 45px 0;
}

body.grave .first-block {
  margin: 0 0 45px 0;
}

body.grave.material .first-block {
  margin: 0 0 65px 0;
}

body.grave .first-block.mt20 {
  margin-top: 20px;
}

body.grave .first-block h3 {
  margin: 0 0 23px 0;
}

body.grave .first-block p {
  font-size: 16px;
}

body.grave .first-block p.mb20 {
  margin-bottom: 20px;
}
body.grave .first-block p a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  body.grave .first-block p a img {
    width: 100%;
  }
}

body.grave .line-top {
  border-top: solid 1px #ccc;
  padding-top: 25px;
  margin-top: 20px;
  margin-bottom: -20px;
}

body.grave .memorial-grave .text-block p {
  margin-bottom: 0;
}

body.grave .first-block.memorial-grave {
  margin: 0 0 20px 0;
}

body.grave .box-layout-04 {
  width: 470px;
  margin-right: 30px;
}

body.grave .box-layout-04:nth-child(2n) {
  margin-right: 0;
}

body.grave .box-layout-04 .text-block {
  width: 236px;
  float: left;
}

body.grave .box-layout-04 .img-block {
  width: 200px;
  float: right;
}

body.grave .box-layout-04 .text-block h3.title-01 {
  font-size: 26px;
  margin-bottom: 15px;
}

body.grave .box-layout-04 .text-block p.lead {
  font-size: 16px;
  margin-bottom: 35px;
}

body.grave.stone .box-layout-03 {
  margin-bottom: 10px;
}

body.grave.stone .box-layout-03:nth-child(n+3) {
  margin-bottom: 0;
}

/* material */
body.grave.material .material-list {
  margin-bottom: 40px;
}

body.grave.material .material-list .text{
  font-size: 16px;
}

body.grave.material .material-list > .block {
  width: 470px;
}

body.grave.material .material-list .block:nth-child(2n) {
  margin-left: 30px;
}

body.grave.material .material-list > .block li {
  margin-right: 30px;
}

body.grave.material .material-list > .block li:last-child {
  margin-right: 0;
}

body.grave.material .material-list > .block .text {
  margin-bottom: 25px;
}

body.grave.material .material-list > .block ul {
  margin-bottom: 20px;
}

body.grave.product .product-img-list li .img,
body.grave.material .material-img-list li .img {
  position: relative;
  margin-bottom: 22px;
}

body.grave.product .product-img-list li .img span,
body.grave.material .material-img-list li .img span {
  position: absolute;
  bottom: 0;
  right: 0;
}

body.grave.product .product-img-list,
body.grave.material .material-img-list {
  margin-bottom: 80px;
}

body.grave.material .material-img-list li {
  margin-bottom: 25px;
  margin-right: 30px;
}

body.grave.material .material-img-list li:nth-child(4n) {
  margin-right: 0;
}

body.grave.material .material-img-list li h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

body.grave.material .material-img-list li h4 a {
  color: #8d5584;
  text-decoration: underline;
}

body.grave.material .material-img-list li h4 a:hover {
  text-decoration: none;
}

body.grave.material .material-img-list .right-text {
  text-align: right;
  border-top: solid 1px #ccc;
  padding: 20px 0 0;
}


body.grave.material .material-img-list-02 li {
  padding: 30px 0;
  border-bottom: solid 1px #ccc;
}

body.grave.material .material-img-list-02 li:first-child {
  padding-top: 0;
}

body.grave.material .material-img-list-02 li:last-child {
  border-bottom: none;
}

body.grave.material .material-img-list-02 li .text-block {
  width: 580px;
  float: left;
}

body.grave.material .material-img-list-02 li .img-block {
  width: 340px;
  float: right;
}

body.grave.material .material-img-list-02 li .text-block dt {
  font-size: 20px;
  font-weight: bold;
  color: #8c5483;
  margin-bottom: 8px;
}

body.grave.material .material-img-list-02 li .text-block dd {
  font-size: 16px;
}

body.grave.material .box-layout-01 {
    border: solid 1px #333;
    padding: 3px !important;
    box-sizing: border-box;
    background-color: #fcfbf7;
    margin-bottom: 80px;
}

body.grave.material .box-layout-01 > section {
    border: solid 1px #383838;
    padding: 30px 20px 20px;
    text-align: center;
}

body.grave.material .box-layout-01 > section h3 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    line-height: 1.75;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
}

body.grave.material .material-list-wrap{
  overflow: hidden;
  border-top: 1px solid #d2d2d0;
  padding-top: 30px;
  margin-bottom: 30px;
}

body.grave.material .material-list-wrap.last{
  margin-bottom: 60px;
}


body.grave.material .material-list-wrap .text-block {
    width: 540px;
    float: left;
    text-align: left;
}

body.grave.material .material-list-wrap .text-block h4 {
    font-size: 20px;
    font-weight: bold;
    color: #8d5583;
    margin-bottom: 15px;
}

body.grave.material .material-list-wrap .img-block {
    width: 340px;
    float: right;
}





body.grave.product .product-img-list li {
  margin-bottom: 20px;
  margin-right: 20px;
	position: relative;
}

body.grave.product .product-img-list li:nth-child(3n) {
  margin-right: 0;
}

body.grave.product .product-img-list {
  margin-bottom: 0;
}

body.grave.product .left-btn {
  margin: 50px 0 30px;
  text-align: left;
}


/* carving */
body.grave.carving .carving-block {
  margin-bottom: 45px;
}

body.grave.carving .carving-block:last-child {
  margin-bottom: 0;
}

body.grave.carving .carving-block .lead-02 {
  font-size: 16px;
  margin-bottom: 20px;
}

body.grave.carving .img-list-01 li {
  margin-right: 38px;
}

body.grave.carving li p {
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  margin-top: 10px;
}

body.grave.carving .img-list-02 li {
  margin-right: 30px;
}

body.grave.carving .img-list-03 {
  margin-bottom: 20px;
  margin-top: 30px;
}

body.grave.carving .img-list-03 li {
  margin-right: 75px;
}

body.grave.carving .img-list-full {
  margin: 50px 0 0;
}

body.grave.carving .img-list-full li:last-child {
  margin-top: 30px;
}

body.grave.carving .text-03 {
  font-size: 16px;
  margin: 30px 0 20px;
}


/* part */
body.grave.part .part-block-wrap {
  border: solid 4px #404040;
  padding: 2px;
  height: 420px;
  margin-bottom: 40px;
}

body.grave.part .part-block {
  border: solid 1px #404040;
  padding: 30px;
  position: relative;
  height: 358px;
}

body.grave.part .part-block h3 {
  font-size: 26px;
  font-weight: bold;
  color: #3f3f3f;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
}

body.grave.part .part-block p.part-text {
  font-size: 14px;
}

body.grave.part .part-block .img {
  position: absolute;
  top: 30px;
  right: 72px;
}

body.grave.part .part-block .btn-list li a {
  display: block;
  padding: 1px 10px;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
  background: #404040;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

body.grave.part .part-block .btn-list li a:hover {
  background: #8d5583;
  text-decoration: none;
}

body.grave.part .part-block .btn-list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #fff;
}

body.grave.part .part-block .btn-list li {
  position: absolute;
}

body.grave.part .part-block .btn-list li:nth-child(1) { top: 18px; left: 373px; }
body.grave.part .part-block .btn-list li:nth-child(2) { top: 49px; left: 373px; }
body.grave.part .part-block .btn-list li:nth-child(3) { top: 80px; left: 373px; }
body.grave.part .part-block .btn-list li:nth-child(4) { top: 110px; left: 373px; }
body.grave.part .part-block .btn-list li:nth-child(5) { top: 160px; left: 200px; }
body.grave.part .part-block .btn-list li:nth-child(6) { top: 190px; left: 200px; }

body.grave.part .part-block .btn-list li:nth-child(7) { top: 18px; left: 780px; }
body.grave.part .part-block .btn-list li:nth-child(8) { top: 49px; left: 780px; }
body.grave.part .part-block .btn-list li:nth-child(9) { top: 80px; left: 780px; }
body.grave.part .part-block .btn-list li:nth-child(10) { top: 110px; left: 780px; }
body.grave.part .part-block .btn-list li:nth-child(11) { top: 165px; left: 815px; }
body.grave.part .part-block .btn-list li:nth-child(12) { top: 228px; left: 800px; }
body.grave.part .part-block .btn-list li:nth-child(13) { top: 260px; left: 800px; }

body#iroha .mfp-gallery .mfp-image-holder .mfp-figure {
  background-color: #fff;
  padding: 50px;
}

body#iroha .mfp-image-holder .mfp-close,
body#iroha .mfp-iframe-holder .mfp-close {
  color: #000;
  padding-right: 6px;
  right: 0;
  text-align: right;
  width: 100%;
}

body#iroha .mfp-arrow-left {
  background: url("/assets/img/search/btn_prev.png") no-repeat scroll 0 0;
  height: 70px;
  left: 50%;
  margin: -35px 0 0 -350px;
  opacity: 1;
  width: 70px;
}

body#iroha .mfp-arrow-right {
  background: url("/assets/img/search/btn_next.png") no-repeat scroll 0 0;
  height: 70px;
  margin: -35px -350px 0 0;
  opacity: 1;
  right: 50%;
  width: 70px;
}

body#iroha .mfp-image-holder .mfp-close,
body#iroha .mfp-iframe-holder .mfp-close {
  color: #000;
  padding-right: 6px;
  right: 0;
  text-align: right;
  width: 100%;
}

body#iroha .mfp-arrow-left:before,
body#iroha .mfp-arrow-left:after,
body#iroha .mfp-arrow-right:before,
body#iroha .mfp-arrow-right:after {
  display: none;
}

body#iroha .mfp-arrow-left:before,
body#iroha .mfp-arrow-left:after,
body#iroha .mfp-arrow-right:before,
body#iroha .mfp-arrow-right:after {
  display: none;
}

body#iroha .mfp-title {
  color: #41463f;
  font-size: 1.6rem;
  line-height: 18px;
  margin: 0 50px;
  padding: 25px 0;
  text-align: left;
  word-wrap: break-word;
}

body#iroha .mfp-bottom-bar {
  background-color: #fff;
}

body#iroha img.mfp-img {
  padding: 0;
}

body#iroha .mfp-counter {
  right: 50px;
}













/* manual
============================================================ */
body.manual .lead {
  font-size: 16px;
  margin-bottom: 20px;
}

body.manual .bg-bk-area {
  padding: 13px 15px;
}

body.manual .bg-bk-area-wrap {
  margin-bottom: 40px;
}

body.manual .bg-bk-area p {
  font-size: 14px;
  letter-spacing: 0.1em;
}

body.manual .manual-top-list {
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
}

body.manual .manual-top-list li {
  width: 50%;
  padding: 30px 20px;
  box-sizing: border-box;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  position: relative;
}

body.manual .manual-top-list li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #8d5583;
  margin-bottom: 15px;
}
body.manual .manual-top-list li p {
  margin-bottom: 15px;
}
body.manual .manual-top-list li p:last-child {
  margin-bottom: 5px;
}

body.manual .manual-top-list .text-block {
  width: 270px;
  float: left;
}

body.manual .manual-top-list .img-block {
  width: 140px;
  float: right;
}

body.manual.cost .lead {
  font-size: 16px;
  margin-bottom: 30px;
}

body.manual .right-btn {
  margin: 30px 0 40px;
  text-align: right;
  float: right;
}

body.manual .right-btn a {
  background: #383838 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  width: 170px;
}

body.manual .left-btn {
  text-align: left;
  float: left;
  margin: 30px 0 40px;
}

body.manual .left-btn a {
  background: #383838 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  width: 170px;
}

body.manual .left-btn a {
  background: #383838 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  width: 170px;
}

body.manual.cost .left-btn .style-07:after {
  left: 15px;
}

body.manual.cost .right-btn .style-06:after {
  right: 15px;
}

body.manual.step .left-btn .style-07:after {
  left: 10px;
}

body.manual.step .right-btn .style-06:after {
  right: 15px;
}

body.manual.timing .left-btn .style-07:after {
  left: 20px;
}

body.manual.timing .right-btn .style-06:after {
  right: 20px;
}

body.manual.law .left-btn .style-07:after,
body.manual.knowing .left-btn .style-07:after {
  left: 15px;
}

body.manual.knowing .right-btn .style-06:after {
  right: 15px;
}

body.manual .left-btn a:hover,
body.manual .right-btn a:hover {
  text-decoration: none;
}

body.manual .bottom-table th {
  font-size: 16px;
  font-weight: bold;
  color: #8d5583;
  width: 190px;
}

body.manual .cost-list li {
  margin-bottom: 45px;
}

body.manual .cost-list li:last-child {
  margin-bottom: 0;
  border-bottom: solid 1px #ccc;
  padding-bottom: 40px;
}

body.manual .cost-list li h3 {
  margin-bottom: 25px;
}

body.manual .img-box {
  margin-bottom: 40px;
}

body.manual .cost-list {
  font-size: 16px;
}

body.manual .bottom-bn img {
  margin: 30px auto 20px;
  width: 100%;
}

/* step */
body.manual.step .lead {
  margin-bottom: 45px;
}

body.manual.step .img-box {
  margin-bottom: 70px;
}

body.manual.step .step-list li {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  padding-top: 30px;
}

body.manual.step .step-list li:nth-child(12):after,
body.manual.step .step-list li:last-child:after {
  display: none;
}

body.manual.step .step-list li:first-child {
  padding-bottom: 0;
  padding-top: 0;
}

body.manual.step .step-list li:nth-child(6) {
  padding-bottom: 0;
}

body.manual.step .step-list li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #666666 transparent transparent transparent;
}

body.manual.timing .timing-list li h4,
body.manual.step .step-list li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #8d5583;
  margin-bottom: 25px;
}

body.manual.step .step-list li .text-block p,
body.manual.timing .timing-list li .text-block p {
  font-size: 16px;
}

body.manual.step .step-list li  .tel {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Arial', 'Tahoma', sans-serif;
}

body.manual.step .step-list li p a {
  font-size: 14px;
  text-decoration: underline;
}

body.manual.step .step-list li p a:hover {
  text-decoration: none;
}

body.manual.step .step-list li .lead-02 {
  margin-bottom: 25px;
}

body.manual.step .step-list li .lead-03 {
  margin-bottom: 15px;
  margin-top: 20px;
}

body.manual.step .step-list li .text-block {
  width: 580px;
  float: left;
}

body.manual.step .step-list li .img-block {
  width: 340px;
  float: right;
}

body.manual.step .step-list li .img-block p {
  font-size: 15px !important;
  margin-top: 10px;
}

body.manual.step .list-bottom-bg-box {
  background: #626262;
  font-size: 20px !important;
  font-weight: bold;
  color: #fff;
  padding: 13px 5px;
  margin-top: 45px;
}

body.manual.step .list-bottom-bg-box span {
  font-size: 26px;
}

body.manual.step .btn-06 {
  text-decoration: none !important;
}

.last-text {
  font-size: 16px;
}


/* timing */
body.manual.timing .timing-list li {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  padding-top: 30px;
}

body.manual.timing .timing-list li .text-block {
  width: 580px;
  float: left;
}

body.manual.timing .timing-list li .img-block {
  width: 340px;
  float: right;
}

/* knowing law */
body.manual .box-list ul {
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
}

body.manual .box-list li {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

body.manual .box-list li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #8d5583;
  margin-bottom: 15px;
}

body.manual .box-list li p {
  font-size: 16px;
}

body.manual .box-list {
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}

body.part .mfp-content .image .bx-wrapper li  {
  width: auto !important;
  height: 0;
}

.part .mfp-content .image .bx-wrapper li img {
  height: auto;
  width: 100%;
}

.part #main {
  overflow: hidden !important;
}

body.grave.part .part-block .btn-list li .bx-pager-item a {
  display: none !important;
}




/*.slider-part {
  position: relative !important;
}*/

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

.part .modal_wrap .title {
  font-size: 16px;
  font-weight: bold;
}

.popup-text,
.slider-part p {
  margin-top: 10px;
  font-size: 14px;
}


/* SP Layout ******************************************************************************************* */
@media screen and (max-width: 768px) {

.btn-06 {
  font-size: 16px;
}
}
/* Index
============================================================ */
@media screen and (max-width: 768px) {
  body.index .kv-area {
    height: auto;;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  body.index .kv-area img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  body.grave.material .material-img-list-02 li .text-block {
    float: none;
    width: 100%;
  }

  body.grave.material .material-img-list-02 li .img-block {
    float: none;
    width: 100%;
  }

  body.grave.material .material-img-list-02 li .img-block img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .part .slider-part p {
    margin-top: 10px;
    font-size: 14px;
  }
  .part .bx-viewport {
    height: 130px !important;
    max-height: 340px !important;
  }
  .part .bx-wrapper .bx-pager,
  .part .bx-wrapper .bx-controls-auto {
    bottom: -40px;
    position: absolute;
    width: 100%;
  }
  .part .mfp-content .caption {
    font-size: 1.4rem;
    padding-top: 60px;
  }
  body.index .box-layout-01 > section {
    height: 100%;
    padding: 15px 15px 15px;
  }
  body.index .column-2-layout > div {
    height: auto;
    margin: 20px 0 20px 0;
    position: relative;
    width: 100%;
  }
  body.index .column-2-layout > div .btn {
    left: 0;
    margin-left: 0;
    position: static;
  }
  body.index .column-2-banner img {
    width: 100%;
    height: auto;
  }
  .column-2-banner li {
    margin: 0 0 10px 0 !important;
  }
  body.index .box-layout-01 > section .lead {
    margin: 0 0 24px;
    text-align: left;
    font-size: 15px;
  }
  body.index .box-layout-01 > section .lead br {
    display: none;
  }
  body.index .box-layout-01 > section li {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  body.index .box-layout-01 > section li:nth-child(2) {
    border-top: none;
  }
  .grave-list li .text-block {
    float: left;
    width: 65%;
  }
  .grave-list li .text-block {
    font-size: 15px;
  }
  .grave-list li .img-block {
    float: right;
    text-align: right;
    width: 30%;
  }
  .grave-list li .img-block img {
    width: 100%;
    height: auto;
  }
  .grave-list li .btn a {
    width: 100% !important;
  }
  .grave-list li .btn {
    position: static;
    margin-top: 20px;
  }
  .grave-list li {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px 20px 20px;
    position: relative;
    width: 100%;
  }
  .grave-list li:nth-child(2n) {
    border-left: solid 1px #ccc;
    border-top: none;
  }
  body.grave .lead {
    font-size: 15px;
    margin: 0 0 20px;
  }
  body.grave .box-layout-01 .text-block {
    float: none;
    width: 100%;
  }
  body.grave .box-layout-01 .img-block {
    float: none;
    width: 100%;
  }
  body.grave .box-layout-01 .img-block img {
    height: auto;
    width: 100%;
  }
  body.grave .box-layout-01 .btn {
    position: static;
    margin-top: 20px;
  }
  body .bottom-table th {
    font-size: 14px;
    width: 100%;
  }
  body .bottom-table th,
  body .bottom-table td {
    padding: 8px 0;
    display: block;
  }
  body .bottom-table td.right-cell {
    display: none;
  }
  body.grave .box-layout-01 .text-block h3 {
    margin: 0 0 15px !important;
  }
  body.grave .box-layout-02 .text-block h3 {
    margin: 0 0 15px !important;
  }
  body.grave .box-layout-02 .text-block {
    float: none;
    width: 100%;
  }
  body.grave .box-layout-02 .img-block {
    float: none;
    width: 100%;
  }
  body.grave .box-layout-02 .img-block img {
    height: auto;
    width: 100%;
  }
  body.grave .detail-list-block .left-block {
    float: none;
    padding: 15px 15px;
    width: 100%;
  }
  body.grave .detail-list-block li {
    font-size: 15px;
  }
  body.grave .detail-list-block .left-block:nth-child(2n) {
    border-top: solid 1px #ccc;
  }
  body.grave .detail-list-block {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body.grave .recommended-block th {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  body.grave .recommended-block th,
  body.grave .recommended-block td {
    display: block;
  }
  body.grave .recommended-block {
    padding: 20px 20px 20px 20px;
  }
  body.grave .box-layout-03 {
    margin: 0 0 20px 0;
    width: 100%;
  }
  body.grave .right-btn a {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    width: 140px;
  }
  body.grave .left-btn a {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    width: 140px;
  }
  body.grave .left-btn {
    margin: 50px 0 -90px;
    text-align: left;
  }
  body.grave .right-btn .style-06:after {
    right: 10px;
  }
  body.grave .left-btn .style-07:after {
    left: 10px;
  }
  body.grave .partition {
    margin: 0 0 20px;
  }
  body.grave .partition {
    margin: 0 0 20px;
    padding-bottom: 10px;
  }
  body.grave .first-block h3 {
    margin: 0 0 15px;
  }
  body.grave .first-block p {
    font-size: 15px;
  }
  body.grave .box-layout-03 .text-link {
    margin: 10px 0 0;
  }
  body.grave .memorial-grave .text-block p {
    margin-bottom: 10px;
  }

  body.grave .box-layout-04 .text-block h3.title-01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body.grave .box-layout-04 .text-block p.lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body.grave .box-layout-04 .text-block {
    float: left;
    width: 65%;
  }
  body.grave .box-layout-04 .img-block {
    float: right;
    width: 30%;
  }
  body.grave .box-layout-04 .img-block img {
    height: auto;
    width: 100%;
  }
  body.grave .box-layout-04 {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  body.grave .first-block {
    margin: 0 0 20px;
  }
  body.grave .box-layout-03 .img-block {
    margin: 0 0 10px;
  }
  body.grave.stone .box-layout-03:nth-child(n+3) {
    margin-bottom: 10px;
  }
  body.grave.part .part-block .img {
    display: none;
  }
  body.grave.part .part-block .btn-list li {
    position: static;
    width: 48%;
    float: left;
    margin-bottom: 10px;
  }
  body.grave.part .part-block .btn-list li:nth-child(2n) {
    float: right;
  }
  body.grave.part .part-block-wrap {
    height: auto;
    margin-bottom: 20px;
    padding: 2px;
  }
  body.grave.part .part-block {
    height: auto;
    padding: 20px 20px 10px;
  }
  body.grave.part .part-block p.part-text {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body.grave.part .part-block .btn-list li a {
    font-size: 14px;
    width: 100%;
  }
  body.grave .line-top {
    margin-bottom: -40px;
    margin-top: 20px;
    padding-top: 25px;
  }
  body.grave.part .part-block h3 {
    font-size: 24px;
  }
  body.grave.material .material-list > .block {
    margin-bottom: 20px;
  }
  body.grave.material .material-list > .block li {
    margin-right: 4%;
    width: 48%;
  }
  body.grave.material .material-list > .block li img {
    width: 100%;
    height: auto;
  }
  body.grave.material .material-list > .block {
    width: 100%;
  }
  body.grave.material .material-list .block:nth-child(2n) {
    margin-left: 0;
  }
  body.grave.material .material-list > .block .text {
    font-size: 15px;
    margin-bottom: 15px;
  }
  body.grave.material .material-list {
    margin-bottom: 0;
  }
  body.grave.carving .carving-block .lead-02 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body.grave.carving .img-list-01 li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  body.grave.carving .img-list-01 li img {
    width: 100%;
    height: auto;
  }
  body.grave.carving .img-list-02 li {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 32%;
  }
  body.grave.carving .img-list-02 li:nth-child(3n) {
    margin-right: 0;
  }
  body.grave.carving .img-list-02 li img {
    width: 100%;
    height: auto;
  }
  body.grave.carving .img-list-full {
    margin: 20px 0 0;
  }
  body.grave.carving .img-list-full img {
    width: 100%;
    height: auto;
  }
  body.grave.carving li p {
    font-size: 15px;
    margin-top: 10px;
  }
  body.grave.carving .sp-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  body.grave.carving .sp-list li img {
    width: 100%;
    height: auto;
  }
  body.grave.carving .sp-list li:nth-child(2n) {
    margin-right: 0;
  }
  body.grave.carving .sp-list li:nth-child(3n) {
    margin-right: 4%;
  }
  body.grave.material .material-img-list li {
    margin-bottom: 20px;
    margin-right: 4%;
    width: 48%;
  }
  body.grave.material .material-img-list li:nth-child(2n) {
    margin-right: 0;
  }
  body.grave.material .material-img-list li img {
    width: 100%;
    height: auto;
  }
  body.grave.material .material-img-list li span img {
    width: 22px;
    height: auto;
  }
  body.grave.product .product-img-list li .img, body.grave.material .material-img-list li .img {
    margin-bottom: 10px;
    position: relative;
  }
  body.grave.material .material-img-list li h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  body.grave.material .material-img-list .right-text {
    padding: 20px 0 0;
    text-align: left;
  }
  body.grave.product .product-img-list li {
    margin-bottom: 4%;
    margin-right: 4%;
    width: 48%;
  }
  body.grave.product .product-img-list li:nth-child(2n) {
    margin-right: 0;
  }
  body.grave.product .product-img-list li:nth-child(3n) {
    margin-right: 4%;
  }
  body.grave.product .product-img-list li img {
    width: 100%;
    height: auto;
  }
  body.grave.product .product-img-list li span img {
    width: 22px;
    height: auto;
  }
  body.manual .manual-top-list li {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px 20px 10px;
    width: 100%;
  }
  body.manual .manual-top-list .text-block {
    float: left;
    width: 60%;
  }
  body.manual .manual-top-list .img-block {
    float: right;
    width: 35%;
    text-align: center;
  }
  body.manual .manual-top-list .img-block img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  body.manual .manual-top-list li h4 {
    color: #8d5583;
    font-size: 18px;
    margin-bottom: 10px;
  }
  body.manual .manual-top-list li p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  body.manual.cost .lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body.manual .img-box {
    margin-bottom: 30px;
  }
  body.manual .img-box img {
    width: 100%;
    height: auto;
  }
  body.manual .cost-list li h3 {
    margin-bottom: 15px;
  }
  body.manual .cost-list li {
    margin-bottom: 20px;
  }
  body.manual .right-btn a {
    font-size: 12px;
    padding: 10px 0;
    width: 140px;
  }
  body.manual .bottom-table th {
    font-size: 14px;
    width: 100%;
  }
  body.manual.step .lead {
    margin-bottom: 20px;
    font-size: 15px;
  }
  body.manual.step .img-box {
    margin-bottom: 40px;
  }
  body.manual.timing .timing-list li h4, body.manual.step .step-list li h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  body.manual.step .step-list li .text-block p, body.manual.timing .timing-list li .text-block p {
    font-size: 15px;
  }
  body.manual.step .step-list li p a {
    font-size: 15px;
  }
  body.manual.step .step-list li p a.btn-06 {
    font-size: 16px;
  }
  body.manual.step .step-list li .lead-02 {
    margin-bottom: 15px;
  }
  body.manual.step .step-list li .img-block {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  body.manual.step .step-list li .img-block img {
    width: 100%;
    height: auto;
  }
  body.manual.step .step-list li .text-block {
    float: none;
    width: 100%;
  }
  body.manual.step .list-bottom-bg-box {
    font-size: 16px !important;
    margin-top: 20px;
    padding: 5px 5px;
  }
  body.manual.step .list-bottom-bg-box span {
    font-size: 20px;
  }
  body.manual.step .step-list li .lead-03 {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  body.manual.step .step-list li .img-block {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  body.manual .left-btn a {
    font-size: 12px;
    padding: 10px 0;
    width: 140px;
  }
  body.manual.step .left-btn .style-07:after {
    left: 5px;
  }
  body.manual.step .right-btn .style-06:after {
    right: 5px;
  }
  .last-text {
    font-size: 14px;
  }
  body.manual .lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body.manual.timing .timing-list li .text-block {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  body.manual.timing .timing-list li .img-block {
    float: none;
    width: 100%;
  }
  body.manual.timing .right-btn .style-06:after {
    right: 5px;
  }
  body.manual.timing .left-btn .style-07:after {
    left: 5px;
  }
  body.manual .box-list li {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 15px;
    width: 100%;
  }
  body.manual .box-list li p {
    font-size: 15px;
  }
  body.manual .box-list li h4 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  body.manual.law .left-btn .style-07:after,
  body.manual.knowing .left-btn .style-07:after {
    left: 5px;
  }
  body.manual.knowing .right-btn .style-06:after {
    right: 5px;
  }

  .popup-text {
  margin-bottom: -40px;
  }

  body.manual.step .step-list li  .tel a {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Arial', 'Tahoma', sans-serif;
  }















body.grave.material .box-layout-01 {
    margin-bottom: 40px;
}

body.grave.material .box-layout-01 > section {
    padding: 15px 10px 10px;
}

body.grave.material .box-layout-01 > section h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

body.grave.material .material-list-wrap{
  padding-top: 20px;
  margin-bottom: 20px;
}

body.grave.material .material-list-wrap.last{
  margin-bottom: 20px;
}


body.grave.material .material-list-wrap .text-block {
    width: auto;
    float: none;
    margin-bottom: 20px;
}

body.grave.material .material-list-wrap .text-block h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

body.grave.material .material-list-wrap .img-block {
    width: auto;
    float: none;
}

  body.grave.material .material-list .text {
    margin-bottom: 1em;
  }


}
/* End media screen */

/*鎌倉霊園バナー*/

body .kamakura-banner {
}


@media screen and (max-width: 768px) {

  body .kamakura-banner {
    margin: 20px 0;
  }

.kamakura-banner img {
  width: 100%;
  }
}
