@charset "UTF-8";
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
}

body {
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #8B572A;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

a {
  color: #D39557;
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
}

hr.muted {
  padding: 10px 0;
  height: 0;
}

hr.dotline {
  padding: 20px 0;
  border-top: 1px dotted #8B572A;
}

hr.separator {
  padding: 20px 0;
  border-top: 1px dotted #8B572A;
}

.visible-pc {
  display: block;
}

.visible-only-pc {
  display: block;
}

.visible-only-pc.inline {
  display: inline;
}

.visible-only-mobile {
  display: none;
}

.visible-mobile {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .visible-pc {
    display: none;
  }

  .visible-only-pc,
  .visible-only-pc.inline {
    display: none;
  }

  .visible-only-mobile {
    display: block;
  }

  .visible-only-mobile.inline {
    display: inline;
  }

  .visible-mobile {
    display: block;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto 1.5em;
  width: 100%;
}

.row {
  margin-top: 0;
  padding: 0;
}

header {
  position: relative;
  margin-bottom: 38px;
  height: 160px;
  border-bottom: 1px solid #8B572A;
  border-top: 30px solid #FFFBB3;
}
header .container {
  position: relative;
}
header h1 {
  position: absolute;
  top: -20px;
  right: 0;
  color: #4a4a4a;
  font-size: 1.2rem;
}
header #logo {
  position: absolute;
  top: -15px;
  left: 0;
  width: 430px;
}
header #logo img {
  width: 100%;
}
header .header-right {
  position: relative;
  float: right;
  top: 20px;
}

#slider-container {
  position: relative;
  top: -25px;
  min-height: 486px;
}
#slider-container img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 930px) {
  #slider-container {
    min-height: inherit;
  }
}
#slider-decoration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
  background-color: transparent;
}

#slide {
  position: relative;
  top: 20px;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
#slide li {
  position: relative;
}
#slide li .slide-message {
  position: absolute;
  top: 30%;
  right: 30px;
  width: 50%;
}
@media only screen and (max-width: 679px) {
  #slide li .slide-message {
    width: 80%;
  }
}

#sidr-main,
#sidebar {
  max-width: 300px;
}
#sidr-main ul,
#sidebar ul {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}
#sidr-main ul li,
#sidebar ul li {
  height: 45px;
  color: #8B572A;
  border-bottom: 1px dashed #8B572A;
}
#sidr-main ul li a,
#sidebar ul li a {
  display: block;
  padding: 0 12px;
  color: #8B572A;
  line-height: 45px;
  text-decoration: none;
}
#sidr-main .sidr-class-banner a,
#sidr-main .banner a,
#sidebar .sidr-class-banner a,
#sidebar .banner a {
  display: block;
  margin-bottom: 20px;
}
#sidr-main .sidr-class-banner a img,
#sidr-main .banner a img,
#sidebar .sidr-class-banner a img,
#sidebar .banner a img {
  width: 100%;
}
#sidr-main .sidr-class-banner a:last-child,
#sidr-main .banner a:last-child,
#sidebar .sidr-class-banner a:last-child,
#sidebar .banner a:last-child {
  margin-bottom: 0;
}

footer {
  padding: 15px 0 60px 0;
  background-color: #FFFBB3;
  border-top: 1px solid #8B572A;
}
footer .container {
  margin-bottom: 0;
  background-image: url(/assets/img/bg_angel.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#footer-left {
  float: left;
  width: 545px;
}

#footer-right {
  float: left;
}

.footer-inner {
  padding: 0 0 40px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #8B572A;
}

#footer-logo {
  position: relative;
}
#footer-logo p {
  position: relative;
  top: -20px;
}

#footer-menu {
  position: relative;
  top: 30px;
  padding: 0;
  margin: 0;
  height: 200px;
  list-style: none;
  width: 500px;
}
#footer-menu li {
  display: inline-block;
  float: left;
  width: 50%;
}
#footer-menu li:first-child {
  display: block;
  width: 100%;
}
#footer-menu li a {
  color: #8B572A;
  font-family: A1MinchoStd-Bold;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-decoration: none;
}
#footer-menu li a .fa {
  display: none;
}

#copyright {
  font-size: 1.2rem;
}

.contact {
  font-size: 1.4rem;
  color: #4A4A4A;
}
.contact .contact-time {
  display: block;
  color: #4a4a4a;
  text-decoration: none;
}
.contact .contact-time .time {
  color: #4a4a4a;
  font-size: 1.4rem;
  font-weight: normal;
}
.contact .contact-time span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #8B572A;
}

.list-image-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-image-menu li {
  display: inline-block;
  margin-bottom: 40px;
  width: 48%;
  vertical-align: top;
}
.list-image-menu li a {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 360px;
  text-decoration: none;
}
.list-image-menu li img {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
}
.list-image-menu li .image-menu-title {
  font-size: 1.9rem;
  text-align: center;
  color: #8B572A;
}
.list-image-menu li p {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #8B572A;
  line-height: 3.2rem;
}

.section {
  margin-bottom: 50px;
}
.section:last-child {
  margin-bottom: 0;
}

.page-title {
  margin-bottom: 40px;
  min-height: 156px;
  font-family: "RyuminPro-Heavy", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.2rem;
  color: #D59758;
  text-align: center;
  line-height: 156px;
  background-image: url("/assets/img/Page Tittle.png");
  background-image: image-set(url("/assets/img/Page Tittle.png") 1x, url("/assets/img/Page Tittle@2x.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-title {
    background-image: url("/assets/img/Page Tittle@2x.png");
    background-size: cover;
  }
}
.section-title {
  padding: 0 0 8px 36px;
  font-family: "RyuminPro-Heavy", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  border-bottom: 1px dashed #8B572A;
  background-image: url("/assets/img/christmas-angel.png");
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .section-title {
    background-image: url("/assets/img/christmas-angel@2x.png");
    background-size: 30px 30px;
  }
}
.section-small-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

.section-flow {
  margin: 40px 0;
  min-height: 35px;
  background-image: url("/assets/img/Triangle 1.png");
  background-position: center center;
}

/** 亡くなったらまず
 ---------------------------------------------------------*/
.page-flow .section .section-body {
  display: table;
}
.page-flow .section .section-body > * {
  display: table-cell;
  vertical-align: middle;
}
.page-flow .section .section-body img + div > .section-small-title {
  padding-left: 20px;
}
.page-flow .section .section-body img + div > p {
  padding-left: 20px;
}
.page-flow .section .section-body + .section-body {
  margin-top: 20px;
}

/** 葬儀の流れ
 ---------------------------------------------------------*/
#flow-figure {
  margin: 60px 0;
}
#flow-figure img {
  max-width: 100%;
}

/** 料金表
 ---------------------------------------------------------*/
.table.table-price {
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #9B9B9B;
  border-right: none;
  border-bottom: none;
  color: #333333;
}
.table.table-price.not-fixed {
  width: auto;
}
.table.table-price caption {
  text-align: left;
  color: #8B572A;
  font-size: 1.8rem;
  line-height: 2.2;
}
.table.table-price thead {
  background-color: #FFFDDB;
}
.table.table-price thead th, .table.table-price thead td {
  padding: 8px;
  font-weight: normal;
  border: 1px solid #9B9B9B;
  border-top: none;
  border-left: none;
}
.table.table-price tbody th, .table.table-price tbody td {
  padding: 8px;
  border: 1px solid #9B9B9B;
  border-top: none;
  border-left: none;
}

/** アクセス
 ---------------------------------------------------------*/
.page-access .map-container {
  display: table;
  width: 100%;
}
.page-access .map-container .left,
.page-access .map-container .right {
  display: table-cell;
  vertical-align: top;
  padding: 15px;
}
.page-access .map-container .right h2 {
  font-size: 1.8rem;
}
.page-access .map-container .right .contact-time span {
  font-size: 1.6rem;
}

/** 営業エリア
 ---------------------------------------------------------*/
#area-map {
  margin-bottom: 40px;
}
#area-map img {
  width: 100%;
  max-width: 100%;
}

#sticky {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 8px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999998;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#sticky a {
  display: block;
  padding: 3px;
  height: 45px;
  line-height: 45px;
  background-color: red;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}

body.scrolled-bottom #sticky {
  bottom: -100px;
}

@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }

  #sidebar {
    display: none;
  }

  #main {
    width: 100%;
    margin-left: 0;
  }

  header {
    border-top-width: 5px;
    height: 60px;
  }
  header .container {
    padding: 0 15px;
  }
  header h1 {
    display: none;
  }
  header #logo {
    position: absolute;
    top: -5px;
    left: 15px;
    width: 188px;
  }
  header .contact {
    display: none;
  }
  header .header-right {
    top: 5px;
    right: -10px;
  }

  #header-action a[href^="tel"] {
    display: inline-block;
    padding-right: 5px;
  }
  #header-action a[href^="tel"] img {
    width: 45px;
  }
  #header-action a[href^="#sidr"] {
    display: inline-block;
  }
  #header-action a[href^="#sidr"] img {
    width: 45px;
  }

  #slider-container {
    margin-bottom: 40px;
  }

  #slider {
    min-height: inherit;
  }

  #footer-logo img {
    width: 100%;
    max-width: 292px;
  }

  footer .contact-time {
    margin-top: 20px;
    display: block;
  }

  #area-map img {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1078px) {
  footer .contact {
    text-align: center;
  }
  footer .contact .time {
    display: block;
  }

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

  #footer-left {
    float: none;
    width: auto;
  }

  #footer-right {
    float: none;
  }

  #footer-menu {
    height: inherit;
    width: 100%;
  }
  #footer-menu li {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer-menu li a {
    display: block;
    text-align: center;
  }
  #footer-menu li a .fa {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #slide li .slide-message {
    top: 20%;
    right: 15px;
  }

  .list-image-menu li {
    width: 100%;
  }

  .page-flow .section .section-body {
    display: block;
  }
  .page-flow .section .section-body > * {
    display: inherit;
  }
  .page-flow .section .section-body img {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
  .page-flow img[src$="sougi-blank.png"] {
    display: none !important;
  }

  .page-title {
    font-size: 2.4rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .page-access .map-container {
    display: block;
    width: 100%;
  }
  .page-access .map-container .left,
  .page-access .map-container .right {
    display: block;
    padding: 0;
  }
  .page-access .map-container .right {
    padding-top: 30px;
  }

  footer .contact .contact-time span {
    font-size: 2.4rem;
  }

  .table.table-price.table-responsive {
    border: none;
  }
  .table.table-price.table-responsive thead {
    display: none;
  }
  .table.table-price.table-responsive tr, .table.table-price.table-responsive th, .table.table-price.table-responsive td {
    display: block;
  }
  .table.table-price.table-responsive tbody tr {
    margin-bottom: 15px;
    border: 1px solid #9B9B9B;
    padding: 15px 0 0 0;
    background-color: #FFFDDB;
  }
  .table.table-price.table-responsive tbody td {
    text-align: right;
    border: 1px solid #9B9B9B;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background-color: white;
  }
  .table.table-price.table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
  }
}
@media only screen and (max-width: 679px) {
  #sticky {
    display: block;
  }
}
