@charset "UTF-8";
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*ハンバーガーボタン*/
.spnav_Hbtn {
  display: block;
  width: 64px;
  height: 64px;
}

.spnav_menuTrigger,
.spnav_menuTrigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spnav_menuTrigger {
  position: relative;
  width: 40px;
  height: 24px;
  margin: 24px auto;
}

.spnav_menuTrigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}

.spnav_menuTrigger span:nth-of-type(1) {
  top: 0;
}

.spnav_menuTrigger span:nth-of-type(2) {
  top: 12px;
}

.spnav_menuTrigger span:nth-of-type(3) {
  bottom: 0;
}

.spnav_menuTrigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}

.spnav_menuTrigger.active span:nth-of-type(2) {
  opacity: 0;
}

.spnav_menuTrigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  background-color: #fefefe;
}

@media (max-width: 560px) {
  body {
    font-size: 1rem;
    line-height: 1.75;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333333;
}

li {
  list-style-type: none;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .inner {
    width: 95%;
  }
}

@media (max-width: 560px) {
  .inner {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.header_logo {
  width: 200px;
}

.section {
  margin-bottom: 144px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 560px) {
  .section {
    margin-bottom: 72px;
  }
}

.section_contents {
  width: 90%;
  padding: 80px;
  position: relative;
  z-index: -2;
}

@media (max-width: 1400px) {
  .section_contents {
    width: 90%;
    padding: 5%;
  }
}

@media (max-width: 768px) {
  .section_contents {
    width: 100%;
  }
}

.section_title {
  display: inline-block;
  width: 10%;
  min-width: 2em;
  font-size: 2.5rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-bottom: 3.6em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  letter-spacing: 0.25em;
}

@media (max-width: 768px) {
  .section_title {
    font-size: 2rem;
    width: 100%;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    padding-bottom: 16px;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .section_title {
    font-size: 1.25rem;
  }
}

.section_title-right {
  background-image: url(../img/yuri_3.png);
  background-size: 80px;
  background-position: right bottom;
}

@media (max-width: 768px) {
  .section_title-right {
    background-size: 40px;
    background-image: unset;
  }
}

@media (max-width: 560px) {
  .section_title-right {
    background-size: 32px;
  }
}

.section_title-left {
  background-image: url(../img/yuri_2.png);
  background-size: 80px;
  background-position: left bottom;
}

@media (max-width: 768px) {
  .section_title-left {
    background-size: 40px;
    background-image: unset;
  }
}

@media (max-width: 560px) {
  .section_title-left {
    background-size: 32px;
  }
}

/*----------SPTBヘッダー部分----------*/
.sptb_header {
  padding: 8px 2.5%;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: rgba(254, 254, 254, 0.9);
  display: none;
}

@media (max-width: 1400px) {
  .sptb_header {
    display: block;
  }
}

.sptb_header .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sptb_header .header_logo {
  width: 104px;
  margin-left: 16px;
}

.sptb_menu {
  text-align: center;
  padding: 16px 0;
  width: 100%;
  height: 100%;
  display: none;
}

.sptb_menu .header_logo {
  width: 144px;
  margin: 0 auto 24px;
}

.sptb_menu .header_tel {
  display: block;
  margin-bottom: 32px;
}

.sptb_menu .top_menu {
  background-position: center bottom;
}

.sptb_menu .top_menu li {
  padding: 8px 0;
}

.on#sptb_menu {
  display: block;
}

/*----------フッター部分----------*/
.footer {
  background-image: url(../img/footer.jpg);
  background-size: cover;
  text-align: center;
  padding: 56px;
  background-position: center center;
}

.footer_logo {
  width: 200px;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .footer_logo {
    width: 144px;
  }
}

.footer_tel {
  font-weight: bold;
}

.footer_copyright {
  margin-top: 24px;
  color: #fff;
}

/*----------下層ページ共通----------*/
.page_header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 56px;
  height: 196px;
  margin-bottom: 64px;
  position: relative;
}

.page_header::after {
  display: block;
  content: "";
  width: 1000px;
  height: 200px;
  background-image: url(../img/fv_bg.jpg);
  position: absolute;
  bottom: 0;
  right: -200px;
  z-index: -1;
}

@media (max-width: 1400px) {
  .page_header {
    display: none;
  }
}

.header_nav {
  margin-right: 72px;
}

.header_nav li {
  padding-left: 3em;
}

.header_nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header_nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #A7A7A7;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header_nav a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.page_title {
  margin-bottom: 64px;
}

@media (max-width: 1400px) {
  .page_title {
    padding-top: 104px;
  }
}

.page_info {
  background-color: #F7F3EB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1400px) {
  .page_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_infoText {
  width: 40%;
  max-width: 640px;
  margin: 0 -5% 0 0;
  padding: 3em;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  -webkit-box-shadow: 2px 2px 6px rgba(51, 51, 51, 0.1);
          box-shadow: 2px 2px 6px rgba(51, 51, 51, 0.1);
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .page_infoText {
    width: 80%;
    margin: -5% 0 0 0;
  }
}

@media (max-width: 768px) {
  .page_infoText {
    padding: 1.5em;
  }
}

@media (max-width: 560px) {
  .page_infoText {
    width: 100%;
  }
}

/*----------トップページ----------*/
/*-------ファーストビュー-------*/
.top_fv {
  margin-bottom: 144px;
}

@media (max-width: 1400px) {
  .top_fv {
    padding-top: 88px;
  }
}

@media (max-width: 560px) {
  .top_fv {
    margin-bottom: 72px;
  }
}

.top_header {
  width: 25%;
  margin-top: 48px;
}

.top_header .header_logo {
  margin-bottom: 24px;
}

.top_header .header_tel {
  margin-bottom: 80px;
}

@media (max-width: 1400px) {
  .top_header {
    display: none;
  }
}

.top_menu {
  padding-bottom: 144px;
  background-image: url(../img/yuri_1.png);
  background-size: 142px;
  background-position: left bottom;
}

.top_menu li {
  margin-bottom: 16px;
}

.top_menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.top_menu a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #A7A7A7;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.top_menu a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (max-width: 560px) {
  .top_menu {
    padding-bottom: 72px;
  }
}

.top_fvpic {
  width: 75%;
  margin-top: 88px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 1400px) {
  .top_fvpic {
    width: 100%;
    margin-top: 0;
  }
}

.top_fvpicInner {
  position: relative;
}

.top_fvpicInner::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/fv_bg.jpg);
  background-size: cover;
  position: absolute;
  bottom: 30%;
  left: 80px;
  z-index: -1;
}

@media (max-width: 1400px) {
  .top_fvpicInner::before {
    bottom: -24px;
    right: -24px;
  }
}

.top_fvpicInner::after {
  display: inline;
  content: "皆さまの心に寄り添う\Aお寺です";
  white-space: pre;
  color: #fff;
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1400px) {
  .top_fvpicInner::after {
    font-size: 1.5rem;
  }
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-slide-prev img,
.swiper-slide-active img,
.swiper-slide-duplicate-active img {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 560px) {
  .top_fvpic-pctb {
    display: none;
  }
}

.top_fvpic-sp {
  display: none;
}

@media (max-width: 560px) {
  .top_fvpic-sp {
    display: block;
  }
}

/*-------ごあいさつ-------*/
@media (max-width: 768px) {
  .top_greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.greeting_contents {
  background: #FDFCCC;
}

.greeting_contents::before {
  display: inline-block;
  content: "";
  width: 160px;
  height: 72px;
  background-image: url(../img/kumo_rtn.png);
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: -1;
}

.greeting_contents::after {
  display: inline-block;
  content: "";
  width: 160px;
  height: 72px;
  background-image: url(../img/kumo.png);
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: -1;
}

@media (max-width: 1400px) {
  .greeting_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.greeting_img {
  width: 55%;
}

@media (max-width: 1400px) {
  .greeting_img {
    width: 90%;
  }
}

.greeting_text {
  width: 50%;
  margin: 80px 0 0 -5%;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  -webkit-box-shadow: 2px 2px 6px rgba(51, 51, 51, 0.1);
          box-shadow: 2px 2px 6px rgba(51, 51, 51, 0.1);
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .greeting_text {
    width: 85%;
    margin: -5% 0 0 15%;
  }
}

@media (max-width: 560px) {
  .greeting_text {
    width: 95%;
    margin: -5% 0 0 5%;
  }
}

.greeting_text .tar {
  padding-bottom: 1.5em;
}

/*-------光徳寺について-------*/
.about_contents {
  background: #F7F3EB;
}

.about_contents::before {
  display: inline-block;
  content: "";
  width: 160px;
  height: 72px;
  background-image: url(../img/kumo_rtn.png);
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: -1;
}

.about_contents::after {
  display: inline-block;
  content: "";
  width: 160px;
  height: 72px;
  background-image: url(../img/kumo.png);
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: -1;
}

.about_text {
  margin-bottom: 56px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 560px) {
  .about_text {
    margin-bottom: 24px;
  }
}

.about_event {
  width: 80%;
  margin: 0 auto;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 6px rgba(51, 51, 51, 0.1);
          box-shadow: 2px 2px 6px rgba(51, 51, 51, 0.1);
}

@media (max-width: 768px) {
  .about_event {
    width: 95%;
    padding: 1em;
  }
}

.about_event .flex {
  margin-bottom: 56px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 768px) {
  .about_event .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_event ul li:first-of-type {
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 560px) {
  .about_event ul li:first-of-type {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .event-yeararound {
    margin-bottom: 1.5em;
  }
}

.event-past {
  margin-top: 1.5em;
}

.event-past li:not(:first-of-type) {
  margin-left: 1em;
}

.event-past li:not(:first-of-type)::before {
  display: inline;
  content: "・";
}

/*-------光徳寺での家族葬-------*/
.top_funeral {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 48px;
  margin-bottom: 144px;
  background-image: url(../img/top_funeral_bg.jpg);
  background-size: cover;
  background-position: center center;
}

.top_funeral .flex {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 768px) {
  .top_funeral .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.funeral_title {
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  color: #fff;
}

@media (max-width: 768px) {
  .funeral_title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-align: center;
  }
}

.funeral_title span {
  font-size: 4rem;
  letter-spacing: 0.5em;
}

@media (max-width: 560px) {
  .funeral_title span {
    font-size: 3rem;
  }
}

.funeral_text {
  padding-top: 40px;
  font-size: 1.25rem;
  color: #fff;
}

@media (max-width: 768px) {
  .funeral_text {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .funeral_text {
    font-size: 1rem;
  }
}

.funeral_btn {
  display: inline-block;
  margin: 0 auto;
  background: #F7F7F7;
  padding: 1em 2em;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 8px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

@media (max-width: 768px) {
  .funeral_btn {
    font-size: 1rem;
    padding: 1em;
  }
}

.funeral_btn:hover {
  background: #F7F3EB;
}

/*-------アクセス-------*/
@media (max-width: 768px) {
  .top_access .inner_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.access_contents {
  background: #F7F7F7;
}

.access_contents::before {
  display: inline-block;
  content: "";
  width: 160px;
  height: 72px;
  background-image: url(../img/kumo_rtn.png);
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: -1;
}

.access_contents::after {
  display: inline-block;
  content: "";
  width: 160px;
  height: 72px;
  background-image: url(../img/kumo.png);
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: -1;
}

@media (max-width: 1400px) {
  .access_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access_img {
  width: 55%;
}

@media (max-width: 1400px) {
  .access_img {
    width: 90%;
  }
}

.access_text {
  width: 70%;
  margin: 80px 0 0 -5%;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  -webkit-box-shadow: 2px 2px 6px rgba(51, 51, 51, 0.1);
          box-shadow: 2px 2px 6px rgba(51, 51, 51, 0.1);
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .access_text {
    width: 85%;
    margin: -5% 0 0 15%;
  }
}

@media (max-width: 560px) {
  .access_text {
    width: 95%;
    margin: -5% 0 0 5%;
  }
}

.access_title {
  margin: 24px 0 16px;
  position: relative;
}

.access_title::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #A7A7A7;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.gmap {
  padding: 5%;
  max-width: 1200px;
  width: 100%;
  height: 600px;
}

/*-------写真館-------*/
.gallery_contents {
  background: #F7F3EB;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery_contents::before {
  display: inline-block;
  content: "";
  width: 160px;
  height: 72px;
  background-image: url(../img/kumo_rtn.png);
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: -1;
}

.gallery_contents::after {
  display: inline-block;
  content: "";
  width: 160px;
  height: 72px;
  background-image: url(../img/kumo.png);
  position: absolute;
  top: 80px;
  left: 80px;
  z-index: -1;
}

/*----------ご葬儀についてページ----------*/
/*-----光徳寺での家族葬の特徴-----*/
.funeral_features {
  background-color: #F7F7F7;
  padding: 54px 80px;
  margin-bottom: 96px;
}

@media (max-width: 560px) {
  .funeral_features {
    padding: 32px 24px;
  }
}

.features_title {
  font-size: 2rem;
  margin-bottom: 54px;
  letter-spacing: 0.25em;
}

@media (max-width: 768px) {
  .features_title {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}

.features_items {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.features_items figcaption {
  font-size: 1rem;
}

@media (max-width: 560px) {
  .features_items figcaption {
    font-size: 0.875rem;
  }
}

@media (max-width: 1400px) {
  .features_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.features_items figure {
  padding: 0 1em;
}

.features_items figure:not(:last-of-type) {
  margin-bottom: 24px;
}

@media (max-width: 560px) {
  .features_items figure {
    padding: 0;
  }
}

/*-----2つのプラン-----*/
.plan_description {
  padding: 72px 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  background-image: url(../img/funeral_lotus.jpg);
  background-position: center center;
  line-height: 1;
  margin-bottom: 56px;
}

@media (max-width: 768px) {
  .plan_description {
    font-size: 1.5rem;
  }
}

.plan_description br {
  display: none;
}

@media (max-width: 1400px) {
  .plan_description {
    line-height: 1.5;
  }
  .plan_description br:nth-of-type(2) {
    display: inline;
  }
}

@media (max-width: 768px) {
  .plan_description br:nth-of-type(1) {
    display: inline;
  }
}

.funeral_plan {
  padding: 0 80px;
}

@media (max-width: 1400px) {
  .funeral_plan {
    padding: 0 16px;
  }
}

.plan_group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 96px;
}

@media (max-width: 768px) {
  .plan_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.plan_box {
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .plan_box {
    width: 100%;
  }
}

.plan_border {
  width: 1px;
  height: 600px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #A7A7A7;
}

@media (max-width: 768px) {
  .plan_border {
    width: 50%;
    height: 1px;
    margin: 56px auto;
  }
}

.plan_title {
  font-size: 2rem;
  padding: 0.25em;
  margin-bottom: 32px;
}

.plan_title-temple {
  background-color: #FCECCC;
}

.plan_title-family {
  background-color: #FCD7CC;
}

.plan_text {
  padding: 0 4em;
  margin-bottom: 56px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .plan_text {
    padding: 0 1em;
  }
}

.list_title {
  font-size: 1.25rem;
  font-weight: bold;
}

.list_title::after {
  display: block;
  content: "";
  width: 4em;
  height: 1px;
  background-color: #333333;
  margin: 1em auto 1em;
}

.plan_list {
  width: 12em;
  margin: 0 auto 56px;
}

.plan_list li {
  padding-left: 2em;
}

.plan_list li::before {
  display: inline;
  content: "・";
}

.plan_price {
  padding: 1rem 0;
  margin-top: auto;
}

.plan_price span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.2;
}

@media (max-width: 560px) {
  .plan_price span {
    font-size: 2.5rem;
  }
}

.plan_price span:nth-of-type(2) {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.5rem;
}

@media (max-width: 560px) {
  .plan_price span:nth-of-type(2) {
    font-size: 1rem;
  }
}

.plan_price-tample {
  background-color: #FCECCC;
}

.plan_price-tample span {
  color: #FEA900;
}

.plan_price-family {
  background-color: #FCD7CC;
}

.plan_price-family span {
  color: #FE6D42;
}

.plan_note {
  background-color: #F7F7F7;
  padding: 72px;
  margin-bottom: 96px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .plan_note {
    padding: 36px;
    margin-bottom: 56px;
  }
}

.plan_note li::before {
  display: inline;
  content: "・";
}

.note_list {
  margin-bottom: 40px;
}

@media (max-width: 1400px) {
  .note_list {
    margin-bottom: 24px;
  }
}

.note_crematoriums {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1400px) {
  .note_crematoriums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.note_crematoriums table {
  border-collapse: collapse;
  width: 45%;
  border: 1px solid #A7A7A7;
  background-color: #fff;
}

@media (max-width: 1400px) {
  .note_crematoriums table {
    width: 60%;
  }
  .note_crematoriums table:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .note_crematoriums table {
    width: 100%;
  }
}

.note_crematoriums th, .note_crematoriums td {
  font-weight: normal;
  text-align: center;
  padding: 0.5em;
  width: 33%;
  border: 1px solid #A7A7A7;
}

/*-----事前相談・生前予約-----*/
.funeral_reservation {
  margin-bottom: 96px;
}

@media (max-width: 768px) {
  .funeral_reservation {
    margin-bottom: 56px;
    padding: 0 16px;
  }
}

.funeral_reservation .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .funeral_reservation .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reservation_title {
  font-size: 2rem;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
}

@media (max-width: 768px) {
  .reservation_title {
    font-size: 1.5rem;
  }
}

.reservation_title span {
  font-size: 2.5rem;
  position: relative;
}

@media (max-width: 768px) {
  .reservation_title span {
    font-size: 2rem;
  }
}

.reservation_title span::after {
  display: block;
  content: "";
  width: 100%;
  height: 24px;
  background-color: #F7F3EB;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.reservation_text {
  width: 70%;
  padding-right: 4em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 768px) {
  .reservation_text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}

.reservation_text p:first-of-type {
  margin-bottom: 16px;
}

.reservation_img {
  width: 30%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 768px) {
  .reservation_img {
    width: 80%;
    margin: 0 auto;
  }
}

.reservation_img img {
  width: 100%;
}

.funeral_contact {
  background-image: url(../img/hasu_l.png), url(../img/hasu_r.png);
  background-position: left top,right top;
  background-size: contain;
}

@media (max-width: 768px) {
  .funeral_contact {
    background: none;
  }
}

.contact_box {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 144px;
  padding: 2em;
  background-color: #F0FFF0;
  border: 12px solid #DFFEDF;
}

@media (max-width: 768px) {
  .contact_box {
    margin: 0 auto 72px;
    padding: 1em;
  }
}

.contact_box p {
  font-size: 1.5rem;
}

@media (max-width: 560px) {
  .contact_box p {
    font-size: 1rem;
  }
}

.contact_box p:first-of-type {
  margin-bottom: 24px;
}

.contact_box p:nth-last-of-type(2) {
  font-size: 1.15rem;
}

@media (max-width: 560px) {
  .contact_box p:nth-last-of-type(2) {
    font-size: 1rem;
  }
}

.funeral_tel {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  color: #229F0E;
}

@media (max-width: 560px) {
  .funeral_tel {
    font-size: 1.875rem;
  }
}
/*# sourceMappingURL=style.css.map */