@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  letter-spacing: 0.2vw;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 100;
  background-repeat: repeat;
}

.top_btn a {
  text-decoration: none;
}
.top_btn a button {
  border: 1px solid #333;
  padding: 1vw 4vw;
  background-color: rgba(0, 0, 0, 0);
  letter-spacing: 0.2vw;
  transition: all 0.4s;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top_btn a button {
    padding: 2vw 8vw;
  }
}
.top_btn a button:hover {
  background-color: #333;
  color: #fff;
}

.link_button {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  border-radius: 10px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem 2rem;
  margin: 1.5rem auto;
  background: #2d2a54;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .link_button {
    font-size: 1.6rem;
  }
}
.link_button:hover {
  opacity: 0.7;
}
.link_button i {
  margin-left: 1rem;
}
.link_button span {
  font-size: 80%;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 2.5vw;
  }
}

dd {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  dd {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  dd {
    font-size: 2.5vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 6vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 6vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 5vw;
  }
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

        1. header   

---------------------------*/
.header-sp {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  /*paddingとborderを幅と高さに含める*/
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  z-index: 9998;
  /*下線の色が変わる時間を調整*/
  transition: all 1s ease;
}

/*line-heightにh1タグの高さよりも小さい値「0」を指定することで、h1タグの上下の余白が消えるため、ロゴ画像の高さと揃う*/
.site-logo {
  display: inline-block;
  line-height: 0;
}

/* aタグのリンク範囲を親要素のサイズに広げる */
.site-logo a {
  display: block;
}

.site-logo img {
  width: 200px;
}

/*           nav
---------------------------*/
nav {
  display: block;
  position: fixed;
  top: 0;
  /* ナビゲーションを表示させる位置を指定する */
  right: 0;
  /* メニューアイコンを押下した際のナビゲーションメニューの横幅を指定する */
  width: 40vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*  ナビゲーションを表示する速度を指定する  */
  transition: all 0.8s;
  z-index: 9999999999;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  nav {
    width: 55vw;
  }
}
nav .inner {
  padding: 2vw;
  padding-top: 8vw;
}
@media screen and (max-width: 768px) {
  nav .inner {
    padding-top: 24vw;
  }
}
nav .inner ul {
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin: 0;
}
nav .inner ul li {
  position: relative;
  margin: 15px 0;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  nav .inner ul li {
    margin: 30px 0;
    margin-bottom: 8vw;
    padding-left: 4vw;
  }
}
nav .inner ul li a {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  transition-duration: 0.2s;
  text-decoration: none;
}

.open nav {
  /* ナビゲーションの表示位置を指定する */
  right: 0;
  /* ナビゲーションの透過率を指定する */
  opacity: 1;
  visibility: visible;
}

nav .nav-sns-erea, nav .nav-other-erea {
  margin-top: 30px;
}

nav .nav-sns-erea li, nav .nav-other-erea li {
  color: #fff;
  font-size: 0.9375rem;
}

.other-contents a {
  text-decoration: none;
}

nav .txt-title {
  color: #919090;
  font-size: 0.75rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

nav .sns-contents, nav .other-contents {
  margin-top: 10px;
}

nav .sns-contents p {
  display: inline-block;
}

nav .other-contents p {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
}

/*       toggle_btn
---------------------------*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  background-color: #333;
  border-radius: 10px;
  cursor: pointer;
  z-index: 10000;
}

.toggle_btn .open {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 35px;
  height: 1px;
  background-color: #fff;
}

.toggle_btn .open:nth-child(1) {
  top: 35%;
}

.toggle_btn .open:nth-child(2) {
  top: 50%;
}

.toggle_btn .open:nth-child(3) {
  top: 65%;
}

.close_btn .open {
  visibility: visible;
}

/* クリック時にハンバーガーメニューを非表示にする */
.open .toggle_btn .open {
  display: none;
  visibility: hidden;
}

/*       close_btn
---------------------------*/
/* 非表示にしたハンバーガーメニューの変わりに表示するアイコンを指定する */
.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  color: #fff;
  cursor: pointer;
  z-index: 4;
  visibility: hidden;
}
.close_btn p {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.close_btn p::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 3vw;
  font-weight: 600;
}
.close_btn p::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  font-size: 3vw;
  font-weight: 600;
}

.open .close_btn {
  visibility: visible;
  opacity: 1;
}

/*          mask
---------------------------*/
#mask {
  display: none;
  transition: all 0.5s;
  visibility: hidden;
}

/* ナビゲーションが展開された部分の外側余白を指定する */
.open #mask {
  display: block;
  position: fixed;
  visibility: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

#lower {
  width: 100%;
  height: 25vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #lower {
    height: 45vw;
  }
}
#lower .lower {
  width: 100%;
  height: 85%;
  background-position: center;
  background-size: cover;
  position: relative;
}
#lower .lower .lower_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #f1f1f1 20%, rgba(241, 241, 241, 0));
  display: flex;
  align-items: center;
}
#lower .lower .lower_bg .lower_title {
  margin-left: 4vw;
  padding-right: 1.5vw;
  position: relative;
}
#lower .lower .lower_bg .lower_title h2 {
  color: #333;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_bg .lower_title h2 {
    font-size: 4.5vw;
  }
}
#lower .lower .lower_bg .lower_title::after {
  position: absolute;
  content: "";
  width: 10vw;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 100%;
}
#lower .lower_breadcrumbs {
  margin: 2rem 0;
  margin-left: 4vw;
}
@media screen and (max-width: 768px) {
  #lower .lower_breadcrumbs {
    margin: 1rem 0;
    margin-left: 4vw;
  }
}
#lower .lower_breadcrumbs p {
  color: #333;
  font-size: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower_breadcrumbs p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower_breadcrumbs p {
    font-size: 2.5vw;
  }
}
#lower .lower_breadcrumbs p a {
  color: #333;
}
#lower .lower_breadcrumbs p span {
  color: #333;
  margin: 0 1vw;
}
@media screen and (max-width: 768px) {
  #lower .lower_breadcrumbs p span {
    margin: 0 3vw;
  }
}

.lower_headline {
  color: #2d2a54;
  text-align: center;
  width: 30%;
  margin: auto;
  padding: 0 1.5vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid #2d2a54;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    width: 50%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    width: 60%;
    margin-bottom: 8vw;
  }
}

.text-animation span {
  opacity: 0;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9999999999;
}

#top_main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top_main .top_main .slider {
  height: 100vh;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .slider {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .slider {
    height: 70vh;
  }
}
#top_main .top_main .slider::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
#top_main .top_main .slider .slick-list {
  height: 100%;
}
#top_main .top_main .slider .slick-list .slick-track {
  height: 100%;
}
#top_main .top_main .slider .slick-list .slick-track img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main .slick-img img {
  width: 100%;
}
#top_main .top_main .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
#top_main .top_main .slider_logo_text {
  position: absolute;
  width: 50%;
  top: 45%;
  left: 0;
  transform: translate(60%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_main .top_main .slider_logo_text .slider_text {
  width: 20%;
  display: flex;
  justify-content: center;
}
#top_main .top_main .slider_logo_text .slider_text p {
  font-size: 2.5rem;
  font-weight: 600;
  writing-mode: vertical-rl;
}
#top_main .top_main .slider_logo_text .slider_logo {
  width: 20%;
  animation: fade-in 4s forwards;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .slider_logo_text .slider_logo {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .slider_logo_text .slider_logo {
    width: 90%;
  }
}
#top_main .top_main .slider_logo_text .slider_logo img {
  width: 100%;
}
#top_main .top_main_menu {
  height: 15vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  background-color: rgba(201, 174, 90, 0.8);
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_menu {
    display: none;
  }
}
#top_main .top_main_menu .top_main_logo {
  width: 10%;
}
#top_main .top_main_menu .top_main_logo img {
  width: 100%;
}
#top_main .top_main_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
#top_main .top_main_menu ul li {
  list-style: none;
  padding: 0 1vw;
  position: relative;
}
#top_main .top_main_menu ul li::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#top_main .top_main_menu ul li:hover::after {
  visibility: visible;
  bottom: -2px;
  opacity: 1;
}
#top_main .top_main_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
}
#top_main .top_main_menu .top_main_sns {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_main .top_main_menu .top_main_sns a {
  transition: all 0.4s;
}
#top_main .top_main_menu .top_main_sns a:hover {
  opacity: 0.7;
}
#top_main .top_main_menu .top_main_sns img {
  width: 2vw;
  margin-right: 2vw;
}
#top_main .top_main_menu .top_main_sns .contact_btn {
  width: 70%;
}
#top_main .top_main_menu .top_main_sns .contact_btn a {
  text-decoration: none;
}
#top_main .top_main_menu .top_main_sns .contact_btn a button {
  width: 100%;
  border: none;
  background-color: #333;
  color: #fff;
  padding: 1vw 0;
  transition: all 0.4s;
}
#top_main .top_main_menu .top_main_sns .contact_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #fff;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
#top_news {
  overflow: hidden;
}
#top_news .top_news {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: auto;
  padding: 8vw 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    width: 95%;
    flex-flow: column;
    padding: 12vw 0;
  }
}
#top_news .top_news .illust {
  position: absolute;
  width: 20vw;
  opacity: 0.2;
  top: 40%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .illust {
    width: 40vw;
  }
}
#top_news .top_news .illust img {
  width: 100%;
}
#top_news .top_news .illust02 {
  position: absolute;
  width: 30vw;
  opacity: 0.2;
  top: 15%;
  left: -25%;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .illust02 {
    width: 40vw;
    left: 5%;
  }
}
#top_news .top_news .illust02 img {
  width: 100%;
}
#top_news .top_news .top_news_left {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_left {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_left {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#top_news .top_news .top_news_left .top_news_title {
  writing-mode: vertical-rl;
  margin-bottom: 8vw;
}
#top_news .top_news .top_news_right ul {
  list-style: none;
}
#top_news .top_news .top_news_right ul a {
  text-decoration: none;
  display: block;
  margin-bottom: 1vw;
  border-bottom: 1px solid #333;
  padding: 0 1vw;
}
#top_news .top_news .top_news_right ul a li .outline {
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_news .top_news .top_news_right ul a li .outline .date {
  margin-right: 1.5vw;
}
#top_news .top_news .top_news_right ul a li .outline .title {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_right ul a li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_right ul a li .outline .title {
    font-size: 3.3vw;
  }
}

#top_about {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 8vw 0;
}
#top_about:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
#top_about .top_about {
  position: relative;
  z-index: 10;
}
#top_about .top_about .top_about_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row-reverse;
  width: 60%;
  margin: auto;
  height: 30vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    width: 80%;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    width: 90%;
    height: 100vw;
  }
}
#top_about .top_about .top_about_contents h3 {
  writing-mode: vertical-rl;
  background-position: center;
  background-size: cover;
  padding: 2vw 1.5vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents h3 {
    padding: 4vw 1.5vw;
  }
}
#top_about .top_about .top_about_contents h4 {
  color: #fff;
  writing-mode: vertical-rl;
}
#top_about .top_about .top_about_contents p {
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_btn {
    width: 12%;
  }
}
#top_about .top_about .top_about_contents .top_btn a {
  color: #fff;
}
#top_about .top_about .top_about_contents .top_btn a button {
  color: #fff;
  border: 1px solid #fff;
  writing-mode: vertical-rl;
  padding: 2vw 1.5vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_btn a button {
    width: 100%;
    padding: 4vw 1.5vw;
  }
}

#top_funeral {
  overflow: hidden;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
#top_funeral .top_funeral_illust {
  position: absolute;
  width: 40%;
  opacity: 0.2;
  top: 10%;
  left: 2%;
}
@media screen and (max-width: 768px) {
  #top_funeral .top_funeral_illust {
    left: 30%;
  }
}
#top_funeral .top_funeral_illust img {
  width: 100%;
}
#top_funeral .top_funeral {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_funeral .top_funeral {
    height: 45vh;
  }
}
@media screen and (max-width: 768px) {
  #top_funeral .top_funeral {
    height: 100%;
    margin-bottom: 5rem;
  }
}
#top_funeral .top_funeral .top_funeral_title {
  padding: 4vw;
  padding-top: 8vw;
  color: #fff;
  padding-top: 10vw;
}
@media screen and (max-width: 768px) {
  #top_funeral .top_funeral .top_funeral_title {
    padding-top: 5rem;
    text-align: center;
  }
}
#top_funeral .top_funeral .top_funeral_contents .top_funeral_text {
  position: absolute;
  width: 40%;
  margin-left: 4vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_funeral .top_funeral .top_funeral_contents .top_funeral_text {
    position: relative;
    width: 90%;
    margin: auto;
    margin-top: 4vw;
  }
}
#top_funeral .top_funeral .top_funeral_contents .top_funeral_text h4 {
  margin-bottom: 4vw;
}
#top_funeral .top_funeral .top_funeral_contents .top_funeral_text p {
  margin-bottom: 4vw;
}
#top_funeral .top_funeral .top_funeral_contents .top_funeral_text .top_btn {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_funeral .top_funeral .top_funeral_contents .top_funeral_text .top_btn {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top_funeral .top_funeral .top_funeral_contents .top_funeral_text .top_btn button {
  border: 1px solid #fff;
  color: #fff;
}
#top_funeral .top_funeral .top_funeral_contents .top_funeral_text .top_btn button:hover {
  border: none;
}
@media screen and (max-width: 768px) {
  #top_funeral .top_funeral .top_funeral_contents .top_funeral_text .top_btn button {
    width: 100%;
  }
}
#top_funeral .top_funeral .top_funeral_contents .top_funeral_image {
  width: 48vw;
  position: absolute;
  top: 15%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  #top_funeral .top_funeral .top_funeral_contents .top_funeral_image {
    position: relative;
    top: 5%;
    width: 90%;
    margin: auto;
  }
}
#top_funeral .top_funeral .top_funeral_contents .top_funeral_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_funeral .top_funeral .top_funeral_contents .top_funeral_image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top_contents {
  overflow: hidden;
  width: 80%;
  margin: auto;
  padding: 5vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents {
    width: 95%;
  }
}
.top_contents .banner_contents {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 3rem 0;
}
.top_contents .banner_contents:nth-child(odd) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .top_contents .banner_contents:nth-child(odd) {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .top_contents .banner_contents {
    flex-flow: column;
    padding-top: 12vw;
  }
}
.top_contents .banner_contents .banner_text {
  width: 45%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_contents .banner_contents .banner_text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.top_contents .banner_contents .banner_text h4 {
  margin-bottom: 4vw;
}
.top_contents .banner_contents .banner_text p {
  margin-bottom: 4vw;
}
.top_contents .banner_contents .banner_text .top_btn {
  width: 60%;
  margin-left: auto;
  margin-right: 0;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top_contents .banner_contents .banner_text .top_btn {
    margin-bottom: 4vw;
  }
}
.top_contents .banner_contents .banner_image {
  width: 45%;
  height: 30vw;
  margin: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top_contents .banner_contents .banner_image {
    width: 90%;
  }
}
.top_contents .banner_contents .banner_image::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 5%;
  left: -3%;
  width: 100%;
  height: 100%;
  background-color: #333;
}
.top_contents .banner_contents .banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#news {
  width: 40%;
  margin: auto;
  padding: 5rem 0;
}
#news .news_contents ul {
  list-style: none;
  margin-bottom: 4vw;
}
#news .news_contents ul a {
  text-decoration: none;
  color: #333;
}
#news .news_contents ul a li {
  border-bottom: 1px solid #333;
  margin-bottom: 2.5vw;
}
#news .news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#news .news_contents ul a li .outline .date {
  color: #2d2a54;
  margin-right: 1.5vw;
}
#news .news_contents ul a li .outline .title {
  font-size: 1vw;
}
#news .navigation {
  text-align: center;
}

#news_sub {
  position: relative;
}
#news_sub .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news_sub .news_contents {
    width: 95%;
  }
}
#news_sub .news_contents ul {
  list-style: none;
}
#news_sub .news_contents ul li {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_sub .news_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news_sub .news_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news_sub .news_contents ul li .outline {
  padding: 40px 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #news_sub .news_contents ul li .outline {
    height: 150px;
  }
}
#news_sub .news_contents ul li .outline .title {
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_sub .news_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news_sub .news_contents ul li .outline .descn p {
  font-size: 15px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #news_sub .news_contents ul li .outline .descn p {
    font-size: 10px;
  }
}

#about {
  overflow: hidden;
}
#about .about .greeting {
  background-color: #ECECF4;
}
#about .about .greeting .greeting_box {
  width: 80%;
  margin: auto;
  padding: 5rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .greeting .greeting_box {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_box {
    width: 95%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .greeting .greeting_box h4 {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_box h4 {
    margin-bottom: 4vw;
  }
}
#about .about .greeting .greeting_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_contents {
    flex-flow: column;
  }
}
#about .about .greeting .greeting_contents p {
  color: #333;
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .greeting .greeting_contents p {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_contents p {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#about .about .greeting .greeting_contents img {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .greeting .greeting_contents img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_contents img {
    width: 100%;
  }
}
#about .about .profile {
  width: 80%;
  margin: auto;
  padding: 5rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .profile {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .profile {
    width: 95%;
  }
}
#about .about .profile h4 {
  text-align: center;
  color: #2d2a54;
  width: 25%;
  margin: auto;
  padding: 0 1.5vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid #2d2a54;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .profile h4 {
    width: 50%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .profile h4 {
    width: 60%;
    margin-bottom: 4vw;
  }
}
#about .about .profile .profile_contents h5 {
  color: #2d2a54;
  border-bottom: solid 1px #2d2a54;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .profile .profile_contents h5 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .profile .profile_contents h5 {
    margin-bottom: 2vw;
  }
}
#about .about .profile .profile_contents dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #about .about .profile .profile_contents dl {
    flex-flow: column;
  }
}
#about .about .profile .profile_contents dl dt {
  width: 45%;
  color: #333;
}
@media screen and (max-width: 768px) {
  #about .about .profile .profile_contents dl dt {
    order: 2;
    width: 95%;
  }
}
#about .about .profile .profile_contents dl dt img {
  width: 100%;
}
#about .about .profile .profile_contents dl dd {
  width: 45%;
  color: #333;
}
@media screen and (max-width: 768px) {
  #about .about .profile .profile_contents dl dd {
    order: 1;
    width: 95%;
  }
}
#about .about .profile .profile_contents p {
  color: #333;
}
@media screen and (max-width: 768px) {
  #about .about .profile .profile_contents p {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#about .about .profile .profile_contents img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #about .about .profile .profile_contents img {
    width: 100%;
  }
}
#about .about .motto {
  padding: 5rem 0;
  background-color: #ECECF4;
}
#about .about .motto h4 {
  color: #2d2a54;
  text-align: center;
  width: 25%;
  margin: auto;
  border-bottom: solid 1px #2d2a54;
  padding: 0 1.5vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .motto h4 {
    width: 50%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .motto h4 {
    width: 60%;
    margin-bottom: 4vw;
  }
}
#about .about .motto .motto_contents {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .motto .motto_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .motto .motto_contents {
    width: 95%;
  }
}
#about .about .motto .motto_contents .motto_text {
  width: 20%;
}
#about .about .motto .motto_contents .motto_text p {
  color: #333;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #about .about .motto .motto_contents .motto_text p {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#about .about .motto .motto_contents .motto_img {
  width: 20%;
}
#about .about .motto .motto_contents .motto_img img {
  width: 100%;
}
#about .about .schedule {
  padding: 5rem 0;
  width: 65%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .schedule {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .schedule {
    width: 95%;
  }
}
#about .about .schedule h4 {
  color: #2d2a54;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #about .about .schedule h4 {
    margin-bottom: 4vw;
  }
}
#about .about .schedule table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5rem;
}
#about .about .schedule table tr {
  border-top: 1px solid #2d2a54;
  border-bottom: 1px solid #2d2a54;
}
#about .about .schedule table tr th, #about .about .schedule table tr td {
  padding: 1.5vw 0;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .schedule table tr th, #about .about .schedule table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .schedule table tr th, #about .about .schedule table tr td {
    font-size: 3vw;
    padding: 4vw 0;
  }
}
#about .about .schedule table tr th {
  width: 20%;
  color: #2d2a54;
  font-weight: 600;
  text-align: end;
  padding-right: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .schedule table tr th {
    padding-right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .schedule table tr th {
    width: 35%;
  }
}
#about .about .schedule table tr td {
  font-size: 18px;
  width: 40%;
  padding-left: 2vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #about .about .schedule table tr td {
    font-size: 14px;
    display: block;
    width: 80%;
  }
}
#about .about .schedule table tr td span {
  font-size: 13px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #about .about .schedule table tr td span {
    font-size: 11.5px;
  }
}
#about .about .schedule table tr td img {
  width: 75%;
}

#funeral .funeral .funeral_message {
  margin-bottom: 60px;
  text-align: center;
}
#funeral .funeral .funeral_message p {
  color: #333;
  font-size: 1.3vw;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_message p {
    font-size: 3.3vw;
  }
}
#funeral .funeral .funeral_message a {
  color: #333;
  font-size: 1.3vw;
  pointer-events: none;
  border: 1px solid #333;
  padding: 1rem 3rem;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_message a {
    pointer-events: auto;
    font-size: 3.3vw;
  }
}
#funeral .funeral #funeral_top {
  padding: 5rem 0;
  background-color: #ECECF4;
}
#funeral .funeral .funeral_point {
  font-size: 1vw;
  width: 80%;
  margin: auto;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_point {
    font-size: 3vw;
  }
}
#funeral .funeral .funeral_point h3 {
  color: #2d2a54;
  text-align: center;
  font-weight: 900;
  margin-bottom: 2rem;
}
#funeral .funeral .funeral_point #funeral_point_contents ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_point #funeral_point_contents ul {
    flex-flow: column;
  }
}
#funeral .funeral .funeral_point #funeral_point_contents ul li {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_point #funeral_point_contents ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#funeral .funeral .funeral_point #funeral_point_contents ul li img {
  width: 100%;
}
#funeral .funeral .funeral_point #funeral_point_contents ul li dl {
  padding: 0.5rem;
}
#funeral .funeral .funeral_point #funeral_point_contents ul li dl dt {
  font-size: 120%;
  font-weight: 600;
  border-bottom: 1px solid #333;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
}
#funeral .funeral .funeral_point #funeral_point_contents p {
  color: #333;
  font-size: 120%;
  font-weight: 600;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_point #funeral_point_contents p {
    text-align: left;
  }
}
#funeral .funeral .funeral_contents01 {
  padding: 5rem 0;
  background-color: #ECECF4;
}
#funeral .funeral .funeral_contents01 h3 {
  color: #2d2a54;
  text-align: center;
  margin-bottom: 1.5rem;
}
#funeral .funeral .funeral_contents01 .funeral_contents01_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_contents01 .funeral_contents01_detail {
    display: block;
  }
}
#funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_image {
  width: 48%;
  margin: 0 1%;
}
#funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_image {
    width: 98%;
    margin: 0 1%;
  }
}
#funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_text {
  width: 48%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_text {
    width: 98%;
    margin: 0 1%;
  }
}
#funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_text h4 {
  color: #2d2a54;
  font-weight: 900;
  font-size: 1.2vw;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_text h4 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_text h4 {
    font-size: 3vw;
  }
}
#funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_text .text {
  color: #333;
}
#funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_text .detail_btn button {
  border: none;
  color: #333;
  margin: 20px 0;
  width: 100%;
}
#funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_text .detail_btn button a {
  display: block;
  border: solid 2px #ddd;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  padding: 15px 60px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_text .detail_btn button a {
    padding: 15px 30px;
  }
}
#funeral .funeral .funeral_contents01 .funeral_contents01_detail .detail_text .detail_btn button a:hover {
  color: #fff;
  background-color: #333;
}
#funeral .funeral {
  /*
  .funeral_flow{
      position: relative;
      margin-top:1vw;
      margin-bottom: 8vw;
      .flow {
          font-size: 1vw;
          @include sp{
              font-size: 3vw;
          }
          ul {
              list-style: none;
              margin-bottom: 2rem;
              @include sp{
                  margin-bottom: 1rem;
              }
              li {
                  border:1px solid #333;
                  padding: 1rem;
                  h4{
                      color: #333;
                      text-align: center;
                      font-weight: 900;
                      border:1px solid #333;
                      margin-bottom: 2rem;
                  }
                  span {
                      display: block;
                      font-size: 130%;
                      font-weight: 600;
                      text-align: center;
                  }
                  i {
                      text-align: center;
                  }
              }
          }
          ul.choise {
              list-style: none;
              display: flex;
              justify-content: space-between;
              margin-bottom: 2rem;
              @include sp{
                  margin-bottom: 1rem;
              }
              li {
                  width: 48%;
                  margin: 0 auto;
              }
              .arrow {
                  border: none;
                  text-align: center;
                  font-size: 4rem;
                  font-weight: 600;
                  @include sp{
                      font-size: 2rem;
                  }
              }
          }
          ul.choise_title {
              list-style: none;
              display: flex;
              justify-content: space-between;
              margin-bottom: 0;
              li {
                  width: 48%;
                  border: none;
                  text-align: center;
                  font-size: 2rem;
                  font-weight: 600;
                  padding: 0;
                  margin: 0 auto;
                  @include sp{
                      font-size: 1rem;
                  }
              }
          }
          ul.img_text {
              list-style: none;
              display: flex;
              justify-content: space-between;
              margin-bottom: 2rem;
              @include sp{
                  flex-flow: column;
              }
              li {
                  border:1px solid #333;
                  padding: 1rem;
              }
              .flow_img {
                  width: 48%;
                  border: none;
                  padding: 0;
                  @include sp{
                      width: 100%;
                  }
                  img {
                      width: 100%;
                  }
              }
              .flow_text {
                  width: 48%;
                  padding: 1rem;
                  @include sp{
                      width: 100%;
                  }
              }
          }
          .img_text_reverse {
              flex-flow: row-reverse;
              @include sp{
                  flex-flow: column;
              }
              .flow_img {
                  border: none;
                  width: 48%;
                  padding: 0;
                  @include sp{
                      width: 100%;
                  }
                  img {
                      width: 100%;
                  }
              }
              .flow_text {
                  width: 48%;
                  padding: 1rem;
                  @include sp{
                      width: 100%;
                  }
              }
          }
          .makurakyou {
              width: 98%;
              border: 1px solid #333;
              padding: 1rem;
              margin: auto;
              p {
                  margin: 0;
              }
          }
          .arrow {
              font-size: 3rem;
              text-align: center;
              margin-bottom: 2rem;
              @include sp{
                  margin-bottom: 1rem;
              }
              @include sp{
                  font-size: 1.5rem;
              }
          }
          p{
              color:#333;
              text-align: center;
              margin-top: 1rem;
              margin-bottom: 2rem;
              @include sp{
                  margin-bottom: 1rem;
              }
          }
          img {
              width: 100%;
          }
      }
  } 
  */
}
#funeral .funeral .funeral_flow {
  position: relative;
  padding: 5rem 0;
}
#funeral .funeral .funeral_flow .flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#funeral .funeral .funeral_flow .flow05 {
  padding-left: 0;
  width: 65%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #funeral .funeral .funeral_flow .flow05 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_flow .flow05 {
    width: 100%;
    margin-bottom: 20vw;
  }
}
#funeral .funeral .funeral_flow .flow05 li {
  list-style-type: none;
  position: relative;
  padding-left: 70px;
  padding-bottom: 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_flow .flow05 li {
    flex-flow: column;
  }
}
#funeral .funeral .funeral_flow .flow05 li:last-child {
  padding-bottom: 10px;
}
#funeral .funeral .funeral_flow .flow05 li .icon05 {
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #2d2a54;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#funeral .funeral .funeral_flow .flow05 li::before {
  content: "";
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 35px;
  z-index: -1;
}
#funeral .funeral .funeral_flow .flow05 li .flow_img {
  width: 30%;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_flow .flow05 li .flow_img {
    width: 100%;
  }
}
#funeral .funeral .funeral_flow .flow05 li .flow_img img {
  width: 100%;
}
#funeral .funeral .funeral_flow .flow05 li .flow_text {
  width: 70%;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_flow .flow05 li .flow_text {
    width: 100%;
  }
}
#funeral .funeral .funeral_flow .flow05 li .flow_text dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #2d2a54;
  border-bottom: 1px solid #adadad;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_flow .flow05 li .flow_text dl dt {
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
}
#funeral .funeral .funeral_flow .flow05 li .flow_text dl dd {
  margin-left: 0;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #funeral .funeral .funeral_flow .flow05 li .flow_text dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_flow .flow05 li .flow_text dl dd {
    font-size: 2.5vw;
  }
}
#funeral .funeral .funeral_flow h3 {
  color: #2d2a54;
  text-align: center;
  margin-bottom: 1.5rem;
}
#funeral .funeral .funeral_flow p {
  text-align: center;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_flow p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5vw;
  }
}
#funeral .funeral .funeral_flow .schedule_image img {
  position: absolute;
  z-index: -1;
}
#funeral .funeral .funeral_flow .schedule_image img:first-child {
  bottom: -10%;
  right: -15%;
  width: 30vw;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_flow .schedule_image img:first-child {
    right: 0;
    width: 45vw;
  }
}
#funeral .funeral .funeral_flow .schedule_image img:last-child {
  top: 0;
  left: -15%;
  width: 30vw;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_flow .schedule_image img:last-child {
    left: 0;
    width: 45vw;
  }
}
#funeral .funeral .funeral_contents02_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_contents02_detail {
    display: block;
  }
}
#funeral .funeral .funeral_contents02_detail .detail_image {
  width: 48%;
  margin: 0 1%;
}
#funeral .funeral .funeral_contents02_detail .detail_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_contents02_detail .detail_image {
    width: 98%;
    margin: 0 1%;
  }
}
#funeral .funeral .funeral_contents02_detail .detail_text {
  width: 48%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_contents02_detail .detail_text {
    width: 98%;
    margin: 0 1%;
  }
}
#funeral .funeral .funeral_contents02_detail .detail_text h4 {
  font-size: 1.2vw;
}
#funeral .funeral .funeral_contents02_detail .detail_text .detail_btn button {
  border: none;
  background-color: transparent;
  color: #333;
  margin: 20px 0;
}
#funeral .funeral .funeral_contents02_detail .detail_text .detail_btn button a {
  border: solid 1px #ddd;
  font-size: 18px;
  color: #000;
  padding: 15px 60px;
  transition: all 0.4s;
}
#funeral .funeral .funeral_contents02_detail .detail_text .detail_btn button a:hover {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #funeral .funeral .funeral_contents02_detail .detail_text .detail_btn button a {
    padding: 15px 30px;
  }
}
#funeral #price {
  padding: 5rem 0;
  background-color: #ECECF4;
}
#funeral #price #price_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents {
    width: 95%;
  }
}
#funeral #price #price_contents h3 {
  color: #2d2a54;
  text-align: center;
  margin-bottom: 1vw;
}
#funeral #price #price_contents h4 {
  color: #2d2a54;
  text-align: center;
  margin-bottom: 1vw;
}
#funeral #price #price_contents ul.plan {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents ul.plan {
    flex-flow: column;
  }
}
#funeral #price #price_contents ul.plan li.price_img {
  width: 40%;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents ul.plan li.price_img {
    width: 100%;
  }
}
#funeral #price #price_contents ul.plan li.price_img img {
  width: 100%;
}
#funeral #price #price_contents ul.plan li.price_text {
  width: 60%;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents ul.plan li.price_text {
    width: 100%;
  }
}
#funeral #price #price_contents ul.plan li.price_text dt {
  color: #E94742;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
#funeral #price #price_contents ul.plan li.price_text dt span {
  font-size: 160%;
}
#funeral #price #price_contents ul.plan li.price_text dd {
  font-size: 1vw;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents ul.plan li.price_text dd {
    font-size: 2.5vw;
  }
}
#funeral #price #price_contents ul.plan li.price_text dd a {
  transition: all 0.4s;
}
#funeral #price #price_contents ul.plan li.price_text dd a:hover {
  opacity: 0.7;
}
#funeral #price #price_contents ul.plan li.price_text img {
  width: 100%;
}
#funeral #price #price_contents ul.option {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents ul.option {
    flex-flow: column;
  }
}
#funeral #price #price_contents ul.option li.option_text {
  width: 40%;
  padding: 0 1rem;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents ul.option li.option_text {
    width: 100%;
  }
}
#funeral #price #price_contents ul.option li.option_text dt {
  font-size: 140%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
#funeral #price #price_contents ul.option li.option_text dd {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents ul.option li.option_text dd {
    font-size: 2.5vw;
  }
}
#funeral #price #price_contents ul.option li.option_text dd img {
  width: 100%;
}
#funeral #price #price_contents ul.option li.option_text table {
  width: 100%;
  border-collapse: collapse;
}
#funeral #price #price_contents ul.option li.option_text table tr {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents ul.option li.option_text table tr {
    font-size: 2.5vw;
  }
}
#funeral #price #price_contents ul.option li.option_text table tr th {
  color: #fff;
  background-color: #2d2a54;
  border: 1px solid #adadad;
  padding: 0.5rem;
}
#funeral #price #price_contents ul.option li.option_text table tr td {
  border: 1px solid #adadad;
  padding: 0.5rem;
}
#funeral #price #price_contents ul.option li.option_img {
  width: 60%;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents ul.option li.option_img {
    width: 100%;
  }
}
#funeral #price #price_contents ul.option li.option_img img {
  width: 100%;
}
#funeral #price #price_contents ul.option li.option_img a {
  transition: all 0.4s;
}
#funeral #price #price_contents ul.option li.option_img a:hover {
  opacity: 0.7;
}
#funeral #price #price_contents ul.option li.option_img p {
  font-size: 1vw;
  color: #333;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #funeral #price #price_contents ul.option li.option_img p {
    font-size: 2.5vw;
  }
}

#event .event .event_contents {
  margin: 5rem 0;
}
#event .event .event_contents .event_contents_text {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
#event .event .event_contents .event_contents_text h3 {
  color: #2d2a54;
  text-align: center;
  margin-bottom: 2vw;
}
#event .event .event_contents .event_contents_text h3 span {
  font-size: 1.2vw;
  display: block;
}
#event .event .event_contents .tab-wrap .tab-btn {
  display: none;
}
#event .event .event_contents .tab-wrap .tab-list-wrap {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 60%;
  margin: auto;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #event .event .event_contents .tab-wrap .tab-list-wrap {
    width: 90%;
    font-size: 1.3rem;
  }
}
#event .event .event_contents .tab-wrap .tab-list-wrap li {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #event .event .event_contents .tab-wrap .tab-list-wrap li {
    width: 48%;
    margin: 0;
  }
}
#event .event .event_contents .tab-wrap .tab-list-wrap .tab-list {
  display: block;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #2d2a54;
  border-left: 1px solid #2d2a54;
  border-right: 1px solid #2d2a54;
  border-radius: 4px 4px 0 0;
  background: #fff;
  cursor: pointer;
}
#event .event .event_contents .tab-wrap #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#event .event .event_contents .tab-wrap #tab-btn2:checked ~ .tab-list-wrap #tab-list2 {
  color: #fff;
  background: #2d2a54;
}
#event .event .event_contents .tab-wrap .tab-content-wrap {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #event .event .event_contents .tab-wrap .tab-content-wrap {
    width: 90%;
  }
}
#event .event .event_contents .tab-wrap .tab-content-wrap .tab-content {
  padding: 20px;
  border: 1px solid #2d2a54;
  display: none;
}
#event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event {
  padding: 5rem 0;
}
#event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .event_contents02_event_content {
  width: 90%;
  margin: auto;
  margin-bottom: 3rem;
}
#event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .event_contents02_event_content .event_image img {
  width: 100%;
}
#event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .event_contents02_event_content .event_text h3 {
  color: #2d2a54;
  font-size: 2vw;
  border-bottom: solid 1px #2d2a54;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .event_contents02_event_content .event_text h3 {
    font-size: 5vw;
  }
}
#event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .event_contents02_event_content .event_text p {
  color: #333;
}
@media screen and (max-width: 768px) {
  #event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .event_contents02_event_content .event_text p {
    margin-bottom: 3vw;
  }
}
#event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .event_contents02_event_content .event_text .event_btn button {
  color: #333;
}
#event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .movie {
  width: 90%;
  margin: auto;
}
#event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .movie li {
  height: 550px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .movie li {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #event .event .event_contents .tab-wrap .tab-content-wrap .event_contents_event .movie li {
    height: 200px;
  }
}
#event .event .event_contents .tab-wrap #tab-btn1:checked ~ .tab-content-wrap #yoga,
#event .event .event_contents .tab-wrap #tab-btn2:checked ~ .tab-content-wrap #tea {
  display: block; /*対応するボタンにチェックが入ったときに表示*/
}

.bg_blue {
  background-color: #ECECF4;
}

#kuyou {
  margin-bottom: 8rem;
  color: #4a443a;
}
#kuyou .eitai {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai {
    width: 88%;
  }
}
#kuyou .eitai .eitai_heading {
  text-align: center;
  color: #4a443a;
  margin-bottom: 2.5vw;
  padding-bottom: 1vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_heading {
    margin-bottom: 7vw;
    padding-bottom: 3vw;
  }
}
#kuyou .eitai .eitai_heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #b89b5e;
}
#kuyou .eitai .eitai_section {
  margin-bottom: 7vw;
  scroll-margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_section {
    margin-bottom: 16vw;
  }
}
#kuyou .eitai .eitai_catch {
  text-align: center;
  margin-bottom: 5vw;
}
#kuyou .eitai .eitai_catch h3 {
  color: #4a443a;
  line-height: 1.7;
  margin-bottom: 2vw;
}
#kuyou .eitai .eitai_catch .eitai_lead {
  line-height: 2;
  color: #4a443a;
}
#kuyou .eitai .eitai_nav {
  margin-bottom: 6vw;
}
#kuyou .eitai .eitai_nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  border-top: 1px solid #e2d8c2;
  border-left: 1px solid #e2d8c2;
}
#kuyou .eitai .eitai_nav ul li {
  width: 25%;
  border-bottom: 1px solid #e2d8c2;
  border-right: 1px solid #e2d8c2;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_nav ul li {
    width: 50%;
  }
}
#kuyou .eitai .eitai_nav ul li a {
  display: block;
  text-align: center;
  padding: 1.2vw 0.5vw;
  color: #4a443a;
  font-size: 1vw;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kuyou .eitai .eitai_nav ul li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_nav ul li a {
    padding: 4vw 1vw;
    font-size: 3vw;
  }
}
#kuyou .eitai .eitai_nav ul li a:hover {
  background-color: #f7f2e8;
  color: #b89b5e;
}
#kuyou .eitai .eitai_worry {
  background-color: #f7f2e8;
  padding: 4vw;
  margin-bottom: 7vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_worry {
    padding: 8vw 5vw;
    margin-bottom: 16vw;
  }
}
#kuyou .eitai .eitai_worry h4 {
  text-align: center;
  color: #4a443a;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_worry h4 {
    margin-bottom: 7vw;
  }
}
#kuyou .eitai .eitai_worry .eitai_worry_list {
  display: flex;
  flex-wrap: wrap;
}
#kuyou .eitai .eitai_worry .eitai_worry_list li {
  width: 50%;
  padding: 1.2vw 1vw 1.2vw 3vw;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_worry .eitai_worry_list li {
    width: 100%;
    padding: 3vw 1vw 3vw 7vw;
  }
}
#kuyou .eitai .eitai_worry .eitai_worry_list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #b89b5e;
  position: absolute;
  left: 0.5vw;
  top: 1.2vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_worry .eitai_worry_list li::before {
    top: 3vw;
    left: 1vw;
  }
}
#kuyou .eitai .eitai_feature {
  margin-bottom: 7vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_feature {
    margin-bottom: 16vw;
  }
}
#kuyou .eitai .eitai_feature h4 {
  text-align: center;
  color: #4a443a;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_feature h4 {
    margin-bottom: 8vw;
  }
}
#kuyou .eitai .eitai_feature .eitai_feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kuyou .eitai .eitai_feature .eitai_feature_list li {
  width: 48%;
  background-color: #fff;
  border: 1px solid #e2d8c2;
  border-top: 3px solid #b89b5e;
  padding: 2.5vw 2vw;
  margin-bottom: 3%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_feature .eitai_feature_list li {
    width: 100%;
    padding: 6vw 5vw;
    margin-bottom: 5vw;
  }
}
#kuyou .eitai .eitai_feature .eitai_feature_list li .eitai_feature_num {
  display: block;
  color: #b89b5e;
  font-family: "Libre Baskerville", serif;
  font-size: 1.6vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_feature .eitai_feature_list li .eitai_feature_num {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
}
#kuyou .eitai .eitai_feature .eitai_feature_list li h5 {
  color: #4a443a;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_feature .eitai_feature_list li h5 {
    margin-bottom: 3vw;
  }
}
#kuyou .eitai .eitai_feature .eitai_feature_list li p {
  line-height: 1.7;
}
#kuyou .eitai .eitai_img_placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #efe7d5;
  color: #a99a78;
  font-size: 1.1vw;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_img_placeholder {
    min-height: 180px;
    font-size: 3.5vw;
  }
}
#kuyou .eitai .eitai_img_placeholder span {
  font-size: 80%;
}
#kuyou .eitai .eitai_annai .eitai_annai_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_annai .eitai_annai_inner {
    display: block;
  }
}
#kuyou .eitai .eitai_annai .eitai_annai_text {
  width: 100%;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_annai .eitai_annai_text {
    margin-bottom: 6vw;
  }
}
#kuyou .eitai .eitai_annai .eitai_annai_text p {
  line-height: 2;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_annai .eitai_annai_text p {
    margin-bottom: 4vw;
  }
}
#kuyou .eitai .eitai_annai .eitai_annai_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_annai .eitai_annai_gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
}
#kuyou .eitai .eitai_annai .eitai_annai_gallery .eitai_annai_gallery_item {
  margin: 0;
}
#kuyou .eitai .eitai_annai .eitai_annai_gallery .eitai_annai_gallery_item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
#kuyou .eitai .eitai_annai .eitai_annai_img {
  width: 44%;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_annai .eitai_annai_img {
    width: 100%;
  }
}
#kuyou .eitai .eitai_annai .eitai_annai_img img {
  width: 100%;
  display: block;
}
#kuyou .eitai .eitai_price .eitai_price_table {
  width: 100%;
  border-collapse: collapse;
}
#kuyou .eitai .eitai_price .eitai_price_table th,
#kuyou .eitai .eitai_price .eitai_price_table td {
  border: 1px solid #e2d8c2;
  padding: 1.5vw;
  text-align: left;
  font-size: 1vw;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kuyou .eitai .eitai_price .eitai_price_table th,
  #kuyou .eitai .eitai_price .eitai_price_table td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_price .eitai_price_table th,
  #kuyou .eitai .eitai_price .eitai_price_table td {
    padding: 3vw;
    font-size: 3vw;
  }
}
#kuyou .eitai .eitai_price .eitai_price_table th {
  background-color: #f7f2e8;
  color: #4a443a;
  font-weight: 600;
  white-space: nowrap;
}
#kuyou .eitai .eitai_price .eitai_price_table .eitai_price_tbd {
  color: #b89b5e;
  text-align: center;
  white-space: nowrap;
}
#kuyou .eitai .eitai_price .eitai_price_note {
  margin-top: 1.5vw;
  font-size: 0.9vw;
  color: #8c8276;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kuyou .eitai .eitai_price .eitai_price_note {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_price .eitai_price_note {
    margin-top: 4vw;
    font-size: 2.8vw;
  }
}
#kuyou .eitai .eitai_flow .eitai_flow_list li {
  position: relative;
  background-color: #fff;
  border: 1px solid #e2d8c2;
  border-left: 3px solid #b89b5e;
  padding: 2vw 2.5vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_flow .eitai_flow_list li {
    padding: 5vw;
    margin-bottom: 4vw;
  }
}
#kuyou .eitai .eitai_flow .eitai_flow_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.3vw;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #b89b5e;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_flow .eitai_flow_list li:not(:last-child)::after {
    bottom: -2.8vw;
  }
}
#kuyou .eitai .eitai_flow .eitai_flow_list li .eitai_flow_step {
  color: #b89b5e;
  font-family: "Libre Baskerville", serif;
  font-size: 1.1vw;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kuyou .eitai .eitai_flow .eitai_flow_list li .eitai_flow_step {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_flow .eitai_flow_list li .eitai_flow_step {
    font-size: 3.5vw;
  }
}
#kuyou .eitai .eitai_flow .eitai_flow_list li h5 {
  color: #4a443a;
  margin: 0.5vw 0;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_flow .eitai_flow_list li h5 {
    margin: 2vw 0;
  }
}
#kuyou .eitai .eitai_flow .eitai_flow_list li p {
  line-height: 1.8;
}
#kuyou .eitai .eitai_hakajimai .eitai_hakajimai_inner {
  background-color: #f7f2e8;
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_hakajimai .eitai_hakajimai_inner {
    padding: 8vw 5vw;
  }
}
#kuyou .eitai .eitai_hakajimai .eitai_hakajimai_inner p {
  line-height: 2;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_hakajimai .eitai_hakajimai_inner p {
    margin-bottom: 4vw;
  }
}
#kuyou .eitai .eitai_hakajimai .eitai_hakajimai_inner p:last-child {
  margin-bottom: 0;
}
#kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item {
  border-bottom: 1px solid #e2d8c2;
  padding: 2vw 0;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item {
    padding: 5vw 0;
  }
}
#kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item dt {
  position: relative;
  padding-left: 3vw;
  font-size: 1.1vw;
  font-weight: 600;
  color: #4a443a;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item dt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item dt {
    padding-left: 7vw;
    font-size: 3.6vw;
  }
}
#kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  color: #b89b5e;
  font-family: "Libre Baskerville", serif;
  font-size: 1.4vw;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item dt::before {
    font-size: 4.5vw;
  }
}
#kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item dd {
  position: relative;
  padding-left: 3vw;
  margin-top: 1vw;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item dd {
    padding-left: 7vw;
    margin-top: 3vw;
  }
}
#kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  color: #b9b09a;
  font-family: "Libre Baskerville", serif;
  font-size: 1.4vw;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_faq .eitai_faq_list .eitai_faq_item dd::before {
    font-size: 4.5vw;
  }
}
#kuyou .eitai .eitai_message .eitai_message_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_message .eitai_message_inner {
    display: block;
  }
}
#kuyou .eitai .eitai_message .eitai_message_text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_message .eitai_message_text {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#kuyou .eitai .eitai_message .eitai_message_text p {
  line-height: 2;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_message .eitai_message_text p {
    margin-bottom: 4vw;
  }
}
#kuyou .eitai .eitai_message .eitai_message_text .eitai_message_name {
  text-align: right;
  line-height: 1.8;
  margin-top: 2vw;
}
#kuyou .eitai .eitai_message .eitai_message_img {
  width: 36%;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_message .eitai_message_img {
    width: 100%;
  }
}
#kuyou .eitai .eitai_message .eitai_message_img img {
  width: 100%;
  display: block;
}
#kuyou .eitai .eitai_temple .eitai_temple_table {
  width: 100%;
  border-collapse: collapse;
}
#kuyou .eitai .eitai_temple .eitai_temple_table th,
#kuyou .eitai .eitai_temple .eitai_temple_table td {
  border: 1px solid #e2d8c2;
  padding: 1.5vw;
  text-align: left;
  font-size: 1vw;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kuyou .eitai .eitai_temple .eitai_temple_table th,
  #kuyou .eitai .eitai_temple .eitai_temple_table td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_temple .eitai_temple_table th,
  #kuyou .eitai .eitai_temple .eitai_temple_table td {
    padding: 3vw;
    font-size: 3vw;
  }
}
#kuyou .eitai .eitai_temple .eitai_temple_table th {
  background-color: #f7f2e8;
  width: 25%;
  white-space: nowrap;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_temple .eitai_temple_table th {
    width: 32%;
  }
}
#kuyou .eitai .eitai_temple .eitai_temple_table td a {
  color: #4a443a;
  text-decoration: underline;
}
#kuyou .eitai .eitai_contact {
  text-align: center;
  background-color: #f7f2e8;
  padding: 5vw 4vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_contact {
    padding: 10vw 5vw;
  }
}
#kuyou .eitai .eitai_contact p {
  line-height: 2;
}
#kuyou .eitai .eitai_contact .eitai_contact_tel {
  margin: 2vw 0;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_contact .eitai_contact_tel {
    margin: 6vw 0;
  }
}
#kuyou .eitai .eitai_contact .eitai_contact_tel a {
  color: #4a443a;
  font-size: 1.8vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kuyou .eitai .eitai_contact .eitai_contact_tel a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_contact .eitai_contact_tel a {
    font-size: 5.5vw;
  }
}
#kuyou .eitai .eitai_contact .eitai_contact_btns {
  display: flex;
  justify-content: center;
  gap: 2vw;
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_contact .eitai_contact_btns {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    margin-top: 6vw;
  }
}
#kuyou .eitai .eitai_contact .eitai_contact_btns .eitai_btn {
  display: inline-block;
  background-color: #b89b5e;
  color: #fff;
  padding: 1.2vw 3vw;
  border-radius: 4px;
  font-size: 1.1vw;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kuyou .eitai .eitai_contact .eitai_contact_btns .eitai_btn {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #kuyou .eitai .eitai_contact .eitai_contact_btns .eitai_btn {
    width: 100%;
    padding: 4vw;
    font-size: 3.8vw;
  }
}
#kuyou .eitai .eitai_contact .eitai_contact_btns .eitai_btn i {
  margin-right: 0.5rem;
}
#kuyou .eitai .eitai_contact .eitai_contact_btns .eitai_btn:hover {
  opacity: 0.8;
}
#kuyou .eitai .eitai_contact .eitai_contact_btns .eitai_btn.eitai_btn_outline {
  background-color: transparent;
  color: #b89b5e;
  border: 1px solid #b89b5e;
}

#contact .contact {
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    margin-bottom: 8vw;
  }
}
#contact .contact .contact_image img:first-child {
  position: absolute;
  top: 10%;
  left: 2%;
  opacity: 0.2;
  width: 25vw;
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_image img:first-child {
    top: 0%;
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_image img:first-child {
    top: -5%;
    width: 50vw;
  }
}
#contact .contact .contact_image img:last-child {
  position: absolute;
  bottom: 20%;
  right: 2%;
  opacity: 0.2;
  width: 25vw;
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_image img:last-child {
    bottom: 30%;
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_image img:last-child {
    bottom: 40%;
    width: 50vw;
  }
}
#contact .contact .contact_contents {
  width: 70%;
  margin: auto;
  padding: 40px;
  color: #333;
  margin-top: 40px;
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents {
    width: 90%;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
#contact .contact .contact_contents .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .contact_contents .form .wpcf7 {
  color: #333;
  padding: 5rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents .form .wpcf7 {
    padding: 5rem 1rem;
  }
}
#contact .contact .contact_contents .form .wpcf7 p {
  border-top: 1px solid #2d2a54;
}
#contact .contact .contact_contents .form .wpcf7 label {
  display: block;
  margin: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
#contact .contact .contact_contents .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .contact_contents .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .contact_contents .form .wpcf7 label .wpcf7-form-control-wrap {
  margin-top: 3rem;
}
#contact .contact .contact_contents .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .contact_contents .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .contact_contents .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .contact_contents .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .contact_contents .form .wpcf7 .wpcf7 input[type=url], #contact .contact .contact_contents .form .wpcf7 .wpcf7 input[type=email], #contact .contact .contact_contents .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .contact_contents .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #333;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
  margin-top: 3rem;
}
#contact .contact .contact_contents .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .contact_contents .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .contact_contents .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .contact_contents .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

#policy {
  width: 80%;
  padding: 3rem 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #policy {
    width: 90%;
  }
}
#policy h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #policy h2 {
    font-size: 15px;
  }
}
#policy p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #policy p {
    font-size: 10px;
  }
}

.fix_contact {
  position: fixed;
  right: 40px;
  bottom: 60px;
  width: 180px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .fix_contact {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.fix_contact a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.5;
  height: 180px;
  border-radius: 180px;
  padding: 45px 0 0;
  background-color: #2d2a54;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .fix_contact a {
    font-size: 2rem;
    height: auto;
    padding: 20px 0;
    border-radius: 0;
  }
}
.fix_contact a i {
  font-size: 200%;
}
@media screen and (max-width: 768px) {
  .fix_contact a i {
    font-size: 100%;
    margin-right: 0.5rem;
  }
}
.fix_contact a:hover {
  opacity: 0.7;
}

#top_contact {
  position: relative;
}
#top_contact .top_contact {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50vh;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact {
    height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact {
    height: 60vh;
  }
}
#top_contact .top_contact .top_contact_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(201, 174, 90, 0.8);
}
#top_contact .top_contact_contents {
  position: absolute;
  top: 50%;
  left: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
  padding: 5rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents {
    top: 45%;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents {
    top: 35%;
    width: 90%;
    flex-flow: column;
  }
}
#top_contact .top_contact_contents .top_contact_title {
  color: #fff;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .top_contact_title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .top_contact_title {
    width: 75%;
    text-align: center;
  }
}
#top_contact .top_contact_contents .tel {
  width: 30%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .tel {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .tel {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
#top_contact .top_contact_contents .tel h4 i {
  margin-right: 1.5vw;
}
#top_contact .top_contact_contents .tel h4 a {
  pointer-events: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .tel h4 a {
    pointer-events: all;
  }
}
#top_contact .top_contact_contents .form {
  width: 30%;
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .form {
    width: 100%;
    border: none;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .form {
    text-align: center;
    border: none;
    margin: auto;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
#top_contact .top_contact_contents .form a {
  text-decoration: none;
}
#top_contact .top_contact_contents .form a button {
  color: #fff;
  padding: 1.5vw 0;
  width: 88%;
  font-size: 1.7vw;
  transition: all 0.4s;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .form a button {
    font-size: 2.7vw;
    margin-bottom: 2erm;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .form a button {
    font-size: 3.7vw;
    margin-bottom: 2erm;
  }
}
#top_contact .top_contact_contents .form a button i {
  padding-right: 1.5vw;
}
#top_contact .top_contact_contents .form a button:hover {
  background-color: #fff;
  color: #333;
  border: none;
}
#top_contact .top_contact_contents .footer_line {
  display: block;
  width: 10%;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .footer_line {
    border: none;
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .footer_line {
    border: none;
    margin: 10px;
  }
}
#top_contact .top_contact_contents .footer_line a {
  text-align: center;
  transition: all 0.4s;
}
#top_contact .top_contact_contents .footer_line a img {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .footer_line a img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .footer_line a img {
    width: 90%;
  }
}
#top_contact .top_contact_contents .footer_line a:hover {
  opacity: 0.7;
}
#top_contact .top_contact_contents .footer_instagram {
  display: block;
  width: 10%;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .footer_instagram {
    border: none;
    margin: 30px;
    padding-left: 19px;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .footer_instagram {
    border: none;
    margin: 20px;
    padding-left: 19px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #top_contact .top_contact_contents .footer_instagram {
    padding-left: 0;
  }
}
#top_contact .top_contact_contents .footer_instagram a {
  text-align: center;
  transition: all 0.4s;
}
#top_contact .top_contact_contents .footer_instagram a img {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .footer_instagram a img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .footer_instagram a img {
    width: 90%;
  }
}
#top_contact .top_contact_contents .footer_instagram a:hover {
  opacity: 0.7;
}
#top_contact #map {
  width: 100%;
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact #map {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #top_contact #map {
    height: 30vh;
  }
}
#top_contact #map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer {
    height: 10vh;
  }
}
#footer .footer {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  padding: 5vw 0 15vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer .footer {
    padding: 5vw 0 45vw;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer {
    padding: 5vw 0 25vw;
  }
}
#footer .footer .illust {
  position: absolute;
  width: 20vw;
  opacity: 0.2;
  top: 30%;
  left: 2%;
}
#footer .footer .illust img {
  width: 100%;
}
#footer .footer .illust02 {
  position: absolute;
  width: 15vw;
  opacity: 0.2;
  top: 15%;
  right: 5%;
}
#footer .footer .illust02 img {
  width: 100%;
}
#footer .footer .footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #footer .footer .footer_contents {
    width: 95%;
  }
}
#footer .footer .footer_contents .footer_left {
  width: 45%;
  text-align: center;
}
#footer .footer .footer_contents .footer_left .footer_logo {
  width: 70%;
  margin: auto;
  margin-bottom: 1vw;
}
#footer .footer .footer_contents .footer_left .footer_logo img {
  width: 100%;
}
#footer .footer .footer_contents .footer_left .company_name {
  margin-bottom: 0.5vw;
}
#footer .footer .footer_contents .footer_left .address {
  font-size: 1vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer .footer_contents .footer_left .address {
    font-size: 2.4vw;
  }
}
#footer .footer .footer_contents .footer_left .tel {
  color: #fff;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #footer .footer .footer_contents .footer_left .tel {
    font-size: 2.4vw;
  }
}
#footer .footer .footer_contents .footer_left .tel a {
  pointer-events: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer .footer_contents .footer_left .tel a {
    pointer-events: all;
  }
}
#footer .footer .footer_contents .footer_left .fax {
  color: #fff;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #footer .footer .footer_contents .footer_left .fax {
    font-size: 2.4vw;
  }
}
#footer .footer .footer_contents .footer_right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #footer .footer .footer_contents .footer_right {
    width: 50%;
  }
}
#footer .footer .footer_contents .footer_right ul {
  display: flex;
  justify-content: center;
}
#footer .footer .footer_contents .footer_right ul .footer_menu_left {
  margin-right: 4vw;
}
#footer .footer .footer_contents .footer_right ul .footer_menu_left li {
  margin-bottom: 1vw;
}
#footer .footer .footer_contents .footer_right ul .footer_menu_left li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #footer .footer .footer_contents .footer_right ul .footer_menu_left li a {
    font-size: 2.4vw;
  }
}
#footer .footer .footer_contents .footer_right ul .footer_menu_right {
  margin-right: 4vw;
}
#footer .footer .footer_contents .footer_right ul .footer_menu_right li {
  margin-bottom: 1vw;
}
#footer .footer .footer_contents .footer_right ul .footer_menu_right li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #footer .footer .footer_contents .footer_right ul .footer_menu_right li a {
    font-size: 2.4vw;
  }
}
#footer .footer .copy_right {
  margin-top: 4vw;
  margin-bottom: 2vw;
  text-align: center;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0);
}
#footer .footer .copy_right p {
  font-size: 0.6vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer .copy_right p {
    font-size: 2vw;
  }
}
#kuyou p.coming {
    color: #333;
    text-align: center;
    font-size: 2rem;
}/*# sourceMappingURL=style.css.map */