@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/


/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: 150px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-inner {
  padding: 25px 20px;
  box-sizing: border-box;
}
.header-info {
  gap: 30px;
  width: fit-content;
  margin: 0 0 12px auto;
}

/*-------------------
header-nav
--------------------*/
.header-nav {
  width: fit-content;
  margin: 0 0 0 auto;
}
.header-nav-list {
  gap: 30px;
}
.header-nav-link {
  font-size: 1.4rem;
}
.header-nav-link:hover {
  color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
  color: var(--col-main);
}

.drawer-link.current {
  color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.footer {
  position: relative;
  background: var(--col-main-light);
  box-sizing: border-box;
  padding: 10% 0;
}
.footer-logo {
  display: block;
  width: 150px;
  margin: 0 auto 10%;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-wrap {
  display: block;
}
.footer-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  justify-content: center;
  gap: 6%;
  margin: 8% auto;
}
.footer-nav-list {
  display: block;
}
.footer-nav-link {
  font-size: 1.2rem;
}
.footer #copyright {
  text-align: center;
  color: var(--col-main);
}
.footer #copyright small {
  color: var(--col-main);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-main);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
}
.mv-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url(../img/mv/mv-img.jpg) no-repeat center left 20%/cover;
}
.mv-catch {
  margin: auto;
  gap: 10px;
  width: fit-content;
}
.mv-catch .main-ttl {
  position: relative;
  gap: 5px;
}
.mv-catch .main-ttl .text {
  background: var(--col-main);
  box-shadow: 0 0 0 8px rgb(var(--col-text-rgb), 0.05);
  color: var(--col-wh);
  box-sizing: border-box;
  padding: 18px 5px;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
  height: fit-content;
}
.mv-catch .main-ttl .deco {
  position: relative;
}
.mv-catch .main-ttl .deco span {
  position: relative;
}
.mv-catch .main-ttl .deco span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--col-wh);
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.mv-catch .sub-ttl {
  position: relative;
  display: block;
  background: var(--col-wh);
  box-shadow: 0 0 0 8px rgb(var(--col-text-rgb), 0.05);
  height: fit-content;
  font-size: 1.5rem;
  color: var(--col-main);
  letter-spacing: 0.24em;
  box-sizing: border-box;
  padding: 15px 10px;
  writing-mode: vertical-rl;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
.top-section {
  padding: 17% 0;
}

/*--------------------
top-greeting
---------------------*/
.top-greeting-container {
  margin: 0 auto;
  position: relative;
}
.top-greeting-box {
  padding: 10% 6% 100px;
}

#top-greeting-spring {
  position: relative;
}
#top-greeting-spring::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg-sakura01.png) no-repeat left top;
  width: 120px;
  height: 310px;
  left: -30px;
  margin: auto;
  top: -180px;
  background-size: contain;
  transition: all 0.3s ease;
}
#top-greeting-spring::after {
  position: absolute;
  content: "";
  background: url(../img/common/bg-sakura02.png) no-repeat right;
  width: 150px;
  height: 259px;
  margin: auto;
  right: -50px;
  top: -150px;
  background-size: contain;
  transition: all 0.3s ease;
}

#top-greeting-summer::before {
  position: absolute;
  content: "";
  background: url(../img/top/season-deco02.png) no-repeat bottom right;
  width: 100px;
  height: 70px;
  bottom: -20px;
  right: -40px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 1;
}

#top-greeting-autumn::before {
  position: absolute;
  content: "";
  background: url(../img/top/season-deco03.png) no-repeat bottom left;
  width: 150px;
  height: 246px;
  bottom: -20px;
  left: -20px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}

#top-greeting-winter::before {
  position: absolute;
  content: "";
  background: url(../img/top/season-deco04.png) no-repeat bottom left;
  width: 120px;
  height: 80px;
  bottom: -15px;
  left: -20px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------------
top-about
---------------------*/
.top-about {
  background: url(../img/common/bg-clown01.png) no-repeat right bottom 30px/50%;
  padding: 0 0 17%;
}

.top-about-ttl{
  width: 200px;
}
.top-about-ttl .ttl-wrap{
  text-align: start;
}
.top-about-wrap {
  position: relative;
  margin: 0 auto 12%;
}
.top-about-text-wrap {
  width: fit-content;
  margin: 0 0 0 auto;
}
.top-about-text {
  position: relative;
  display: block;
}
.top-about-img {
  position: relative;
  aspect-ratio: 880/530;
  width: 100%;
  margin: 0 auto 6%;
}

/*--------------------
top-links
---------------------*/
.top-links {
  margin: 0 auto;
  padding: 0;
}
.top-links-list {
  flex-wrap: wrap;
  gap: 0;
}
.top-links-item {
  width: 100%;
  height: 100%;
}
.top-links-item .item-link {
  position: relative;
  display: block;
}
.top-links-item .item-img {
  width: 100%;
  height: 150px;
}
.top-links-item .item-ttl {
  position: absolute;
  display: block;
  z-index: 2;
  font-size: 1.8rem;
  background: url(../img/common/deco-clown01.png) no-repeat bottom -20px center, var(--col-main);
  color: var(--col-wh);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 12px 20px;
  letter-spacing: 0.24em;
  width: 80%;
  margin: auto;
  height: fit-content;
}
.top-links-item .item-ttl::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 1px;
  height: 100%;
  bottom: 0;
  left: 5px;
  right: auto;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-links-item .item-ttl::after {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 1px;
  height: 100%;
  bottom: 0;
  right: 5px;
  left: auto;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-links-item .item-ttl .ttl-wrap {
  display: block;
}

/*--------------------
top-access
---------------------*/
.top-access-wrap {
  display: block;
}
.top-access-table {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 10%;
}
.top-access-map {
  width: 100%;
  height: 400px;
}

/*--------------------
top-news
---------------------*/
.top-news .news-list {
  position: relative;
  margin: 0 0 0 auto;
  box-sizing: border-box;
}
.top-news .inbox {
  position: relative;
}
.top-news-btn {
  margin: 10% auto 0;
}

/*--------------------
com-contact
---------------------*/
.com-contact {
  background: url(../img/common/com-contact-bg.jpg) no-repeat center center/cover;
}
.com-contact-ttl {
  text-align: center;
  margin: 0 auto 10%;
  width: 200px;
}
.com-contact-container {
  background: var(--col-wh);
  box-shadow: 0 0 8px rgb(var(--col-text-rgb), 0.05);
  box-sizing: border-box;
  padding: 10% 6%;
}
.com-contact-subttl {
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 30px 0;
  margin: 0 auto 20px;
  font-size: 2.4rem;
  letter-spacing: 0.18em;
}
.com-contact-subttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-sakura.png) no-repeat;
  width: 12px;
  height: 22px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.com-contact-text {
  margin: 0 auto 10%;
}
.com-contact-info {
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 40px 40px 0 40px;
  gap: 20px;
  border-top: 1px solid var(--col-main);
  justify-content: center;
}

/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  padding: 17% 0;
  box-sizing: border-box;
  position: relative;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 95%;
  height: 180px;
  box-sizing: border-box;
  margin: 0 auto 30px;
}
.sv-ttl {
  background: var(--col-wh);
  font-size: 2.2rem;
  letter-spacing: 0.24em;
  box-sizing: border-box;
  padding: 12px 20px;
  text-align: center;
  width: fit-content;
  color: var(--col-main);
  box-shadow: 0 0 8px rgb(var(--col-text-rgb), 0.05);
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-about {
  background: url(../img/sv/sv-about-bg.jpg) no-repeat center center/cover;
}

.sv-goshuin {
  background: url(../img/sv/sv-goshuin-bg.jpg) no-repeat center center/cover;
}

.sv-funeral {
  background: url(../img/sv/sv-funeral-bg.jpg) no-repeat center center/cover;
}

.sv-faq {
  background: url(../img/sv/sv-faq-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
  background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
  background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
  background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
  background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
  background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2% 0;
  z-index: 100;
  line-height: 1;
}
#bread-clumb li {
  position: relative;
  color: var(--col-text);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col-text);
  border-bottom: 1px solid;
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_about ▼ ---------------*/
/*-----------------------
about-lead
-------------------------*/
.about-lead-text {
  margin: 0 auto;
}
.about-lead-img {
  width: 100%;
  height: 250px;
}

/*-----------------------
about-gallery
-------------------------*/
.about-gallery-list {
  gap: 50px 20px;
}
.about-gallery-item {
  width: 100%;
  color: var(--col-wh);
}
.about-gallery-item .item-img {
  aspect-ratio: 345/200;
  width: 100%;
  margin-bottom: 20px;
}

/*-----------------------
about-schedule
-------------------------*/
.about-schedule-list {
  flex-wrap: wrap;
  margin: 0 auto 10%;
}
.about-schedule-item {
  position: relative;
  border-bottom: 1px solid var(--col-gry);
  box-sizing: border-box;
  padding: 15px 20px;
  width: 100%;
}
.about-schedule-item:nth-child(7) {
  border: none;
}
.about-schedule-item:last-child {
  border: none;
}
.about-schedule-item .item-text {
  line-height: 2.2;
  letter-spacing: 0.01em;
}
.about-schedule-item .item-text .time {
  color: var(--col-main);
  display: block;
}
.about-schedule-item .item-text .ttl {
  font-size: 1.8rem;
}
.about-schedule-img-list {
  gap: 20px;
}
.about-schedule-img-item {
  width: 90%;
  position: relative;
  max-width: 350px;
}
.about-schedule-img-item figure{
  position: relative;
}
.about-schedule-img-item figcaption {
  position: absolute;
  top: 0;
  right: 15px;
  left: auto;
  z-index: 2;
  min-width: 50px;
}
.about-schedule-img-item figcaption .ttl {
  background: var(--col-wh);
  writing-mode: vertical-lr;
  box-sizing: border-box;
  padding: 20px 15px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: var(--col-main);
  border-right: 1px solid var(--col-main);
  border-left: 1px solid var(--col-main);
  height: 190px;
}
.about-schedule-img-item .item-img {
  aspect-ratio: 345/250;
  width: 100%;
}

/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_goshuin ▼ ---------------*/
/*-----------------------
goshuin-info
-------------------------*/
.goshuin-info-text01 {
  margin: 0 auto 10%;
}
.goshuin-info-text01 .price {
  font-size: 1.8rem;
}
.goshuin-info-img-list {
  gap: 30px 5%;
  margin: 0 auto 10%;
}
.goshuin-info-img-item {
  width: calc((100% - 5%)/2);
}
.goshuin-info-img-item .item-img {
  aspect-ratio: 525/339;
  width: 100%;
}

/*-----------------------
goshuin-about
-------------------------*/
.goshuin-about-text-wrap {
  margin: 0 auto;
}
.goshuin-about-text {
  position: relative;
  display: block;
  color: var(--col-wh);
  margin: 0 auto;
  width: fit-content;
}
.goshuin-about-img-item {
  width: 50%;
}
.goshuin-about-img-item .item-img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.goshuin-about-text-wrap {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

/*-----------------------
goshuin-guest
-------------------------*/
.goshuin-guest-list {
  gap: 50px 30px;
}
.goshuin-guest-item {
  position: relative;
}
.goshuin-guest-item .item-img {
  aspect-ratio: 525/339;
  width: 100%;
  margin-bottom: 20px;
}
.goshuin-guest-item .item-ttl {
  margin-bottom: 15px;
}

/*--------------- ▲ sub03_goshuin ▲ ---------------*/
/*--------------- ▼ sub04_funeral ▼ ---------------*/
/*-----------------------
funeral-info
-------------------------*/
.funeral-info-ttl {
  font-size: 2.4rem;
}
.funeral-info-ttl .small {
  font-size: 2rem;
}
.funeral-info-item {
  margin: 0 auto 10%;
}
.funeral-info-item:last-child {
  margin: 0 auto;
}
.funeral-info-item .item-wrap {
  display: block;
}
.funeral-info-item .item-img {
  aspect-ratio: 390/260;
  width: 100%;
  height: fit-content;
  order: 1;
  margin: 0 auto 7%;
}
.funeral-info-item .item-text-wrap {
  order: 2;
}

/*-----------------------
funeral-contact
-------------------------*/
.funeral-contact-ttl {
  font-size: 2.2rem;
}
.funeral-contact-text {
  color: var(--col-wh);
  margin: 0 auto 10%;
}
.funeral-contact-info {
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.funeral-contact-info .tel {
  margin: 0 auto 10%;
}

/*-----------------------

-------------------------*/
/*--------------- ▲ sub04_funeral ▲ ---------------*/
/*--------------- ▼ sub05_faq ▼ ---------------*/
/*-----------------------
faq
-------------------------*/
.faq-item {
  margin: 0 auto 10%;
}
.faq-item .item-q {
  background: url(../img/common/deco-clown02.png) no-repeat right -20px center, var(--col-main);
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: var(--col-wh);
  box-sizing: border-box;
  padding: 12px 20px 12px 40px;
  margin-bottom: 20px;
}
.faq-item .item-q::before {
  position: absolute;
  content: "Q.";
  left: 15px;
  margin: auto;
  top: 12px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------- ▲ sub05_faq ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 30px;
  -webkit-justify-content: start;
  justify-content: start;
}
.post-wrp .tag-change li {
  flex: 0 0 30%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  padding: 5px 0;
  display: block;
  color: var(--col-main);
  background: #fff;
  font-size: 3vw;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col-text);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  color: var(--col-main);
  background: #fff;
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
  margin-bottom: 5%;
}

.sb-post-body {
  margin-bottom: 7%;
  padding-bottom: 7%;
  border-bottom: 1px solid;
  line-height: 2;
}

.s-post-taglist {
  margin-bottom: 30px;
}

/*--------------- ▲ お知らせ ▲ ---------------*//*# sourceMappingURL=style_sp.css.map */