@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');
/* CSS Document */
/**************************************************
　全般
**************************************************/
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
html {
  font: 400 10px/1.75 YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  overflow: auto;
	scroll-behavior: smooth;
}
body {
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  overflow: hidden;
}
h1 {}
h2 {
  padding: .8rem 1.6rem;
  background: #2b2b2b;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .8rem;
}
h2 span {
  font-size: 2rem;
  letter-spacing: .6rem;
}
h3 {
  padding: .8rem 1.6rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .4rem;
}
h3 span {
  font-size: 1.8rem;
  letter-spacing: .2rem;
}
h4 {
  overflow: hidden;
}
h5 {
  padding: .4rem 1.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .2rem;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #ff6600;
}
a img {
  width: 100%;
  vertical-align: bottom;
}
a img:hover {
  opacity: .7;
}
dt {
  font-weight: 700;
}
/**************************************************
　コンテンツ
**************************************************/
/* ---------- ヘッダー ---------- */
#butsuji-header_sp {
  display: none;
}
/* ---------- メインコンテンツ ---------- */
#main {
  width: 100%;
  max-width: 980px;
  margin-top: 1.6rem;
}
.main_wrap {}
.inner_wrap {
  padding: 1.6rem;
}
.text_wrap {
  padding: 1.6rem;
  background: #fff;
}
.catch {
  padding: 1.6rem;
  background: #fff;
  border: 1px solid #c2c2c2;
  text-align: center;
}
.btn {
  display: block;
  margin-top: 1.6rem;
  padding: 1.6rem;
  background: #2a2a2a;
  border-radius: .6rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.btn::after {
  display: inline-block;
  content: "\e5c8";
  font-family: "Material Symbols Rounded";
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
}
.btn:hover {
  opacity: 0.7;
  color: #fff;
}
/* 仏教葬祭アドバイザー */
#advisor {
  margin-top: 1.6rem;
}
.wrap_advisor {
  display: flex;
  background: url("img/advisor_bg.png");
}
.wrap_advisor > div {
  padding: 1.6rem;
}
.ttl_advisor {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.7rem;
  text-align: center;
  letter-spacing: 2px;
}
.ttl_advisor span {
  color: #e6b422;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
.photo_advisor {
  position: relative;
}
.photo_advisor::before {
  display: block;
  content: "";
  width: 6rem;
  height: 6rem;
  background: url("img/advisor_label.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.gradation {
  height: 10rem;
  background: linear-gradient(to top, #ffffff, transparent);
}
/* 目次 */
#mokuji {
  margin-top: 1.6rem;
}
.wrap_mokuji {
  margin-top: 1.6rem;
}
.ttl_mokuji {
  padding: .8rem 1.6rem;
  background: #e8e8e8;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.6rem;
}
.wrap_mokuji dt {
  border-bottom: 1px solid #c2c2c2;
  font-size: 2.4rem;
  text-align: center;
}
.wrap_mokuji dd {
  padding-top: .5rem;
}
.wrap_mokuji dd::before {
  display: inline-block;
  content: "■";
  margin-right: .5rem;
}
.freeservice {
  margin-right: .5rem;
  padding: .2rem;
  background: #e6b422;
  color: #fff;
  font-size: 1.1rem;
}
.service {
  margin-right: .5rem;
  padding: .2rem;
  background: #82ae46;
  color: #fff;
  font-size: 1.1rem;
}
/* 商品を選ぶ */
#shohin {
  margin-top: 1.6rem;
  background: #e6e6e6;
}
.ttl_yosan {
  padding: 1rem;
  background: #68699b;
  color: #fff;
  text-align: center;
}
.btn_yosan {
  display: block;
  width: 100%;
  line-height: 4.4rem;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  border-left: 4px solid #68699b;
  border-right: 2px solid #e6e6e6;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.btn_yosan span.low {
  color: #999;
  font-size: 1.6rem;
}
.btn_yosan span.en {
  font-size: 1.2rem;
}
.wrap_order {}
.list_order {
  margin-bottom: 1.6rem;
}
.list_order dt {
  display: flex;
  justify-content: space-between;
}
.list_order dt > p {
  display: inline-block;
  padding: 1rem;
  background: #F0D2D2;
}
.list_order dt .tejun {
  width: 10%;
  background: #85284e;
  color: #fff;
  text-align: center;
}
.list_order dt p {
  width: 90%;
}
.list_order dd {
  padding: 1.6rem 0;
}
/* 購入特典 */
#tokuten {
  margin-top: 1.6rem;
  background: #e6e6e6;
}
.nav_tokuten {
  margin-bottom: 1.6rem;
}
.nav_tokuten p {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #c2c2c2;
}
.list_nav_tokuten {
  display: flex;
  flex-flow: wrap;
  list-style: none;
}
.list_nav_tokuten > li {
  padding: 1rem 1rem 1rem 2.4rem;
  position: relative;
}
.list_nav_tokuten li a::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "\e7cd";
  font-family: "Material Symbols Rounded";
  font-size: 2.4rem;
  font-variation-settings: "FILL"1;
}
.ttl_service {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.ttl_service > div + div {
  margin-right: auto;
}
.ttl_service .ttl_service-left {
  width: 30%;
  padding: 1rem;
  background: #960F50;
  box-shadow: .5rem 0 1rem rgba(0, 0, 0, .25);
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 700;
  z-index: 1;
}
.ttl_service .ttl_service-left span {
  font-size: 1.4rem;
}
.ttl_service .ttl_service-right {
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
  background: #2a2a2a;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .5rem;
}
#motyuu .ttl_service-left {
  width: 50%;
  line-height: 2.4rem;
}
#motyuu .ttl_service-right {
  line-height: 5.4rem;
}
.list_note {
  padding: 0 1rem;
}
.list_note dt {
  padding: .5rem 0;
  border-bottom: 1px solid mediumvioletred;
}
.list_note dt::before {
  display: inline-block;
  content: "■";
  margin-right: .5rem;
  color: mediumvioletred;
}
.list_note dd {
  padding: .5rem 0;
}
.name {
  display: block;
  background: #f0d2d2;
  font-size: 1.6rem;
  font-weight: 700;
  padding: .5rem 1rem;
}
.name span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
/* フレックスボックス関係 */
.flex_wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.flex_wrap > div {
  padding: 1rem;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.3333%;
}
.col-4 {
  width: 25%;
}
/* ボックス関係 */
.box-1 {
  border: 1px solid #c2c2c2;
}
.box-2 {
  border: 2px solid #85284e;
}
/*--------------------------------------
　装飾関係
---------------------------------------*/
/* 背景-緑 */
.bg-g {
  background: #e6e6e6;
}
/* 背景-白 */
.bg-w {
  background: #ffffff;
}
/* 背景-灰 */
.bg-gr {
  background: #dcf0c8;
}
/* 背景-クリーム */
.bg-cr {
  background: #f8f4e6;
}
/* 背景-深緑 */
.bg-fm {
  background: #47885e;
}
/* 背景-暗い紫 */
.bg-ms {
  background: #522f60;
}
/* 背景-山吹 */
.bg-yb {
  background: #c89932;
}
/* 背景-明るい紫 */
.bg-pk {
  background: #85284e;
}
/* 背景-紺 */
.bg-kn {
  background: #1c305c;
}
.red {
  color: #dd0000;
}
.purple {
  color: mediumvioletred;
}
.blue {
  color: darkblue;
}
/*--------------------------------------
　トップに戻るボタン
---------------------------------------*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99999;
}
#page-top a {
  display: block;
  border-radius: 3rem;
  background: #2a2a2a;
}
#page-top a span {
  width: 6rem;
  line-height: 6rem;
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  text-decoration: none;
}
#page-top a:hover {
  opacity: 0.7;
}
/* ----------------------------------------------
　フッター
---------------------------------------------- */
#butsuji-footer_sp {
  display: none;
}
/**************************************************
　スマホ
**************************************************/
@media screen and (max-width: 599px) {
  h3 {
    letter-spacing: 0;
  }
  /* --- ヘッダー --- */
  #butsuji-header {
    display: none;
  }
  #butsuji-header_sp {
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.25);
    z-index: 11;
  }
  .sp-logo {
    width: 180px;
    padding: 4px 0;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 13;
    right: 12px;
    top: 6px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 6px;
    background: #454545;
    border-radius: 2px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.5s;
    width: 100%;
  }
  nav.globalMenuSp ul {
    background: #ede4cd;
    margin: 60px auto 0;
    padding: 0;
    width: 100%;
    /*height: 100vh;*/
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #fddea5;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .main-wrap__inner--left {
    display: none;
  }
  .main-wrap__inner--right {
    width: 100%;
    margin: 0;
    padding-top: 60px;
  }
  /* --- コンテンツ --- */
  .inner_wrap {
    padding: 1rem;
  }
  .text_wrap {
    padding: 1rem;
  }
  .flex_wrap > div {
    width: 100%;
  }
  .col-3, .col-4 {
    width: 50% !important;
  }
  #mokuji .flex_wrap .col-3 {
    width: 100% !important;
  }
  .list_nav_tokuten > li {
    width: 100%;
  }
  .list_order dt .tejun {
    width: 20%;
  }
  .ttl_service {
    flex-flow: column;
    margin: 0 -1rem;
  }
  .ttl_service .ttl_service-left {
    width: 100%;
    padding: 0;
    display: block;
    text-align: center;
    box-shadow: none;
  }
  .ttl_service .ttl_service-right {
    width: 100%;
    padding: 0 1rem;
    text-align: center;
  }
  #motyuu .ttl_service .ttl_service-left {
    width: 100%;
    padding: 0 1rem;
    display: block;
    text-align: center;
    box-shadow: none;
  }
  #motyuu .ttl_service .ttl_service-right {
    width: 100%;
    padding: 0 1rem;
    text-align: center;
  }
  .list_note {
    padding: 0;
  }
  .btn {
    padding: 1rem 6rem 1rem 1rem;
    text-align: left;
  }
  .btn::after {
    right: 1rem;
  }
  /* --- フッター --- */
  #butsuji-footer {
    display: none;
  }
  #butsuji-footer_sp {
    display: block;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
  }
  .footer-nav {
    background: #83705e;
  }
  .footer-nav-container {
    padding: 1.5rem;
    color: white;
    font-size: 1.4rem;
  }
  .footer-nav-container dd span {
    font-size: 2.1rem;
    font-weight: 300;
    vertical-align: bottom;
  }
  .footer-nav-container a {
    color: white;
    text-decoration: underline;
  }
  .footer-copylight {
    background: #f5f5f5;
    text-align: center;
  }
}