@charset "utf-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * Sanitize 12.0.1 (https://github.com/csstools/sanitize.css)
 * Licensed under the CC0 1.0 Universal.
 */
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat}
:after,:before{text-decoration:inherit;vertical-align:inherit}
html{cursor:default;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}
body{margin:0}
h1{font-size:2em;margin:.67em 0}
dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}
hr{color:inherit;height:0;overflow:visible}
main{display:block}
nav ol,nav ul{list-style:none;padding:0}
/*nav li:before{content:"\200B"}*/
pre{font-family:monospace;font-size:1em;overflow:auto;-ms-overflow-style:scrollbar}
a{background-color:transparent}
abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace;font-size:1em}
small{font-size:80%}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
iframe,img{border-style:none}
svg:not([fill]){fill:currentColor}
svg:not(:root){overflow:hidden}
table{border-collapse:collapse;border-color:inherit;text-indent:0}
button,input,select{margin:0}
button{overflow:visible;text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}
input{overflow:visible}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
progress{display:inline-block;vertical-align:baseline}
select{text-transform:none}
textarea{margin:0;overflow:auto;resize:vertical;resize:vertical}
[type=checkbox],[type=radio]{padding:0}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
::-moz-focus-inner{border-style:none;padding:0}
:-moz-focusring{outline:1px dotted ButtonText}
:-moz-ui-invalid{box-shadow:none}
details,dialog{display:block}
dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}
dialog:not([open]){display:none}
summary{display:list-item}
canvas{display:inline-block}
template{display:none}
[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation}
[hidden]{display:none}
[aria-busy=true]{cursor:progress}
[aria-controls]{cursor:pointer}
[aria-disabled=true],[disabled]{cursor:not-allowed}
[aria-hidden="false"][hidden]{display:inline;display:initial}
[aria-hidden="false"][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}
html {
  font-size: 62.5%;
}
body {
  overflow-x: hidden;
  background: #fbf5ec;
  color: #333;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.6em;
  line-height: 1.714;
  letter-spacing: 0.05em;
}
a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* Typography Base Setting */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
}
ol,
ul {
  padding-left: 2em;
}
ol {
  list-style: decimal outside none;
}
ul {
  list-style: disc outside none;
}
li ol,
li ul {
  margin-bottom: 0;
}
nav ol,
nav ul {
  list-style: none;
  padding-left: 0;
}
em {
  font-style: normal;
}
rp,
rt {
  line-height: 1;
  font-size: 0.688em;
}
table {
  empty-cells: show;
  font-size: 1em;
}
iframe {
  display: block;
  width: 100%;
}
img {
  height: auto;
}
img,
iframe,
button,
input,
select,
textarea {
  max-width: 100%;
}
figure {
  margin: 0;
}
textarea {
  height: auto;
  resize: vertical;
}
/* ==========================================================================
   Layout
   ========================================================================== */
body {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.3s both;
  animation: fadeIn 0.5s ease 0.3s both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrap {
  overflow: hidden;
  position: relative;
}
.container {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.container--narrow {
  max-width: 960px;
}
.container-inner {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.container .container-inner {
  width: 100%;
}
/* -----------------------------------
  Header
----------------------------------- */
.header-logo {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  width: 200px;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}
.header-logo a {
    display: block;
  }
.header-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
/* グローバルナビ */
.header-navi__main,
.header-navi__sub {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center
}
.header-navi__main a, .header-navi__sub a {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
  }
.header-navi__sub a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.2rem;
    padding: 0 2em;
    border-radius: 4rem;
  }
.header-navi__sub img {
    margin-right: 10px;
  }
/* -----------------------------------
  Content
----------------------------------- */
.hero {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 200px;
  margin: 0 auto 80px;
}
.hero__kv {
  position: absolute;
  top: 0;
  left: 10%;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 15px;
  background: #eee no-repeat center center / cover;
}
.hero__kv--news {
  background-image: url("../images/hero_news.jpg");
}
.hero__kv--about {
  background-image: url("../images/hero_about.jpg");
}
.hero__kv--plan {
  background-image: url("../images/hero_plan.jpg");
}
.hero__kv--grave {
  background-image: url("../images/hero_grave.jpg");
}
.hero__kv--pet {
  background-image: url("../images/hero_pet.jpg");
}
.hero__kv--facility {
  background-image: url("../images/hero_facility.jpg");
}
.hero__kv--qa {
  background-image: url("../images/hero_qa.jpg");
}
.hero__title {
  position: absolute;
  left: 0;
  bottom: 30px;
  color: #f3ad6f;
  font-family: "Montserrat", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 6vw;
  letter-spacing: 0.15em
}
.hero__title::before {
    display: block;
    color: #999;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    content: attr(data-en);
  }
.hero__breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero--wide {
  margin-top: 70px
}
.hero--wide .hero__title {
    bottom: 50px;
  }
.hero--wide .hero__breadcrumb {
    bottom: 20px;
    color: #fff;
  }
/* パンくずリスト */
.breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem
}
.breadcrumb-list li {
    display: inline-block;
  }
.breadcrumb-list li:nth-of-type(n+2)::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-top: 1px solid;
    border-right: 1px solid;
    content: "";
  }
.breadcrumb-list a {
    color: inherit;
    text-decoration: none;
  }
/* 本文 */
.section {
  padding-top: 12vw;
  padding-bottom: 12vw;
}
.section-title {
  position: relative;
  margin-bottom: 30px;
  color: #f3ad6f;
  font-size: 1.8rem;
  text-align: center
}
.section-title[data-en]::before {
    display: block;
    color: #999;
    font-family: "Montserrat", sans-serif;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    content: attr(data-en);
  }
.section-title--inline[data-en]::before {
    display: inline-block;
    margin-right: 0.5em;
  }
/* ご相談・お問い合わせ */
.contact-us {
  position: relative;
  margin-top: 100px;
}
.contact-us__container {
  padding: 40px 0 50px 0
}
.contact-us__container::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    background: #f9ecd9;
    content: "";
  }
.contact-us__container::after {
    position: absolute;
    top: -50px;
    right: 30px;
    width: 100px;
    height: 87px;
    background: url("../images/illust_bird.png") no-repeat center center / contain;
    content: "";
  }
.contact-us__header h2 {
    margin-bottom: 2em;
    font-size: 2.5rem;
    letter-spacing: 0.05em
  }
.contact-us__header h2::before {
      display: block;
      color: #999;
      font-size: 1.2rem;
      letter-spacing: 0.1em;
      content: attr(data-en);
    }
.contact-us__check {
  position: relative;
  margin-bottom: 30px;
  padding: 40px 4%;
  border-radius: 14px;
  background: #fbf5ec
}
.contact-us__check dl {
    margin: 0;
  }
.contact-us__check dt {
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 30px;
    border-radius: 30px;
    background: #f3ad6f;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
.contact-us__check dd {
    margin: 0;
  }
.contact-us__check ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
.contact-us__check li {
    position: relative;
    padding-bottom: 0.8em;
    padding-left: 3.2rem;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
.contact-us__check li::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icon_check.svg) no-repeat center center / contain;
    content: "";
  }
.contact-us__check li:nth-of-type(n+2) {
    margin-top: 0.8em;
  }
.contact-us__body {
  letter-spacing: 0.02em
}
.contact-us__body .u-bold {
    letter-spacing: 0.05em;
  }
.contact-us__tel {
  margin: 24px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em
}
.contact-us__tel a {
    text-decoration: none;
  }
.contact-us__tel img {
    margin-right: 10px;
    vertical-align: middle;
  }
.contact-us__mail {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px dotted #aaa
}
.contact-us__mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 75px;
    border-radius: 40px;
    border: 1px solid #b2b0af;
    font-weight: bold;
    text-decoration: none;
  }
.contact-us__mail a:hover {
    border-color: #fff;
    background: #fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
.contact-us__mail a img {
    margin-right: 10px;
  }
/* -----------------------------------
  Footer
----------------------------------- */
.footer {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  font-size: 1.3rem
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
.footer__logo {
  max-width: 240px;
  margin-bottom: 30px;
}
.footer__info a img {
    margin-right: 5px;
  }
.footer__info a:hover {
    text-decoration: none;
  }
.footer__navi {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #d4d3d2
}
.footer__navi ul {
    padding-right: 1em;
  }
.footer__navi li {
    margin: 0.75em 0;
    font-weight: bold;
  }
.footer__navi li ul {
    margin-top: 0.75em;
  }
.footer__navi li li {
    position: relative;
    padding-left: 1.5em;
    font-weight: normal
  }
.footer__navi li li::before {
      position: absolute;
      left: 0;
      top: 0.8em;
      width: 0.8em;
      height: 0;
      border-top: 1px solid;
      content: "";
    }
.footer__navi a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
.footer__navi a:hover {
    opacity: 0.6;
  }
.footer__links a {
    display: block;
    text-align: center;
    text-decoration: none;
  }
.footer__links a:hover {
    text-decoration: underline;
  }
.footer__links img {
    width: 12px;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
.footer__pagetop {
  position: fixed;
  right: 30px;
  bottom: 60px;
}
.footer__copyright {
  margin-top: 30px;
  font-size: 1rem;
  text-align: center;
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/*------------------------------------*\
    Solved by Flexbox
    CC BY 4.0 license
    https://github.com/philipwalton/solved-by-flexbox.git
\*------------------------------------*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid--flexcells > .grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid--justifyCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-cell--top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.grid-cell--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.grid-cell--center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.grid-cell--autoSize {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.grid--fit > .grid-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid--full > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.grid--1of2 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.grid--1of3 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}
.grid--1of4 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.grid--gutters {
  margin: -25px 0 25px -25px;
}
.grid--gutters > .grid-cell {
  padding: 25px 0 0 25px;
}
.grid--gutters-wide {
  margin: -40px 0 40px -40px;
}
.grid--gutters-wide > .grid-cell {
  padding: 40px 0 0 40px;
}
.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
/* セクション見出し */
.section-title {
  position: relative;
  margin-bottom: 30px;
  color: #f3ad6f;
  font-size: 1.6rem;
  text-align: center
}
.section-title[data-en]::before {
    display: block;
    color: #999;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    letter-spacing: 0.1em;
    content: attr(data-en);
  }
.section-title--inline[data-en]::before {
    display: inline-block;
    margin-right: 0.5em;
  }
/* 見出し */
.h2 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.075em
}
.h2::before {
    position: absolute;
    top: 0.1em;
    left: 0;
    height: 1.2em;
    border-left: 3px solid #f3ad6f;
    content: "";
  }
.h2--line {
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #ccc;
}
.h3 {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
/* リスト */
.list-inline,
.list-none,
.list-number,
.list-point,
.list-check,
.list-note {
  list-style: none;
  padding: 0;
}
.list-inline > li {
    display: inline-block;
    margin-right: 1em;
  }
.list-inline > li:last-child {
    margin-right: 0;
  }
.list-number {
  counter-reset: number
}
.list-number > li {
    position: relative;
    padding-bottom: 0.5em;
    padding-left: 3rem;
    border-bottom: 1px dotted #ccc;
    counter-increment: number
  }
.list-number > li::before {
      position: absolute;
      top: -0.1em;
      left: 0.1em;
      color: #f3ad6f;
      font-family: "Montserrat", sans-serif;
      font-size: 1.8rem;
      font-weight: bold;
      content: counter(number);
    }
.list-number > li:nth-of-type(n+2) {
    margin-top: 0.5em;
  }
.list-point > li {
    position: relative;
    padding-left: 1.25em
  }
.list-point > li::before {
      position: absolute;
      top: 0.4em;
      left: 0;
      width: 0.9em;
      height: 0.9em;
      border-radius: 50%;
      background: #f3ad6f;
      content: "";
    }
.list-check {
  margin: 0
}
.list-check > li {
    position: relative;
    padding-bottom: 0.8em;
    padding-left: 3.2rem;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
.list-check > li::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icon_check.svg) no-repeat center center / contain;
    content: "";
  }
.list-check > li:nth-of-type(n+2) {
    margin-top: 0.8em;
  }
.list-note > li {
    padding-left: 1em;
    text-indent: -1em;
  }
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: between;
  -ms-flex-pack: between;
  justify-content: between;
  position: relative;
  min-width: 260px;
  height: 66px;
  border-radius: 40px;
  border: none;
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid #aaa;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f3ad6f;
}
.btn__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
}
.btn--primary {
  background: #f3ad6f
}
.btn--primary::after {
    background: #232323;
  }
.btn--external .btn__text::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 15px;
    background: url("../images/icon_external.svg") no-repeat center center / contain;
    content: "";
  }
/*------------------------------------*\
    Tables
\*------------------------------------*/
.table {
  width: 100%
}
.table tr:nth-of-type(odd) {
    background: #fff;
  }
.table th {
    padding: 1em 1.5em;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
  }
.table td {
    padding: 1em 1.5em;
    vertical-align: top;
  }
/* レスポンシブ */
/* ページネーション */
.pagination ul {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
.pagination li {
		padding: 5px;
	}
.pagination__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #F1F3F3;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}
.pagination__link:hover {
		background: #ddd;
		color: #000;
	}
.pagination__link.is-active {
	background: #000;
	color: #fff;
}
/* Project
   ----------------------------------------------------------------- */
/*------------------------------------*\
    共通
\*------------------------------------*/
/* リンク */
.hover-scale {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hover-scale img {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hover-scale:hover img,
a:hover .hover-scale img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-fade {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hover-fade:hover {
  opacity: 0.7;
}
/* フェードイン */
.js [data-anim="fadeIn"] {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.js [data-anim="fadeIn"].in {
  opacity: 1;
}
.js [data-anim="fadeInUp"] {
  opacity: 0;
}
.js [data-anim="fadeInUp"].in {
  -webkit-animation: 1s ease-in-out both fadeUpAnime;
  animation: 1s ease-in-out both fadeUpAnime;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* 画像 */
.image-rounded {
  overflow: hidden;
  border-radius: 15px;
}
/* 埋め込み動画 */
.movie-content a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
.movie-content a::before {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 70px;
      height: 70px;
      margin-top: -35px;
      margin-left: -35px;
      background: url("../images/icon_play.svg") no-repeat center center;
      background-size: contain;
      content: "";
    }
.movie-content a::after {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90px;
      height: 90px;
      margin-top: -45px;
      margin-left: -45px;
      border-radius: 50%;
      border: 1px solid #fff;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      content: "";
    }
.movie-content a:hover::after {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
.movie-content {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%
}
.movie-content video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
.movie-content a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 56.25%;
  }
/* 地図 */
.map-container {
  overflow: hidden;
  max-width: 1080px;
  border-radius: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* dl */
.dl {
  position: relative;
  padding: 40px 30px;
  border-radius: 15px;
  background: #fff
}
.dl dt {
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 10rem;
    padding: 0.3333em 3rem;
    border-radius: 40px;
    background: #f3ad6f;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
.dl dd {
    margin-left: 0;
  }
.dl ul,
  .dl ol {
    margin-bottom: 0;
  }
/* イラスト */
.bg-illust {
  position: absolute;
  z-index: -1;
}
.bg-illust--tree {
  position: absolute;
  top: 0;
  right: 0;
}
.bg-illust--tree2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bg-illust--right {
  position: absolute;
  top: -22vw;
  right: 3%;
}
.bg-illust--right-bottom {
  position: absolute;
  bottom: -8vw;
  right: 3%;
}
.bg-illust--left {
  position: absolute;
  top: -22vw;
  left: 3%;
}
.bg-grad {
  background: #fbf5ec url("../images/bg_grad.png") repeat-x center top;
}
/*------------------------------------*\
    トップページ
\*------------------------------------*/
/*------------------------------------*\
    お知らせ
\*------------------------------------*/
/* 一覧個別 */
.news-card {
  position: relative
}
.news-card[data-new="true"]::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f3ad6f;
    color: #fff;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    content: "NEW";
  }
.news-card__thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  border-radius: 14px
}
.news-card__thumb img {
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.news-card:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-card__title {
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.6
}
.news-card__title a {
    text-decoration: none;
  }
.news-card__title a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
  }
.news-card__date,
.news-card__view {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.news-card__view {
  position: relative;
  margin-top: 16px
}
.news-card__view::before {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    background: url("../images/icon_view.svg") no-repeat center center / contain;
    vertical-align: middle;
    content: "";
  }
/* 一覧 */
.news-card-list,
.news-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-card-list li {
  margin-bottom: 40px;
}
.news-sidebar-list li {
  margin-bottom: 30px;
}
.news-sidebar-list .news-card__thumb {
  margin-bottom: 20px;
}
/* 詳細 */
.news__header {
  margin-bottom: 40px;
}
.news__title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.news__date,
.news__view {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.news__date {
  float: left;
}
.news__view {
  text-align: right;
}
.news__sidebar {
  margin-top: 50px;
}
.sidebar__heading {
  margin-bottom: 40px;
  padding: 10px 25px;
  border-radius: 10px;
  background: #fff;
  font-size: 1.6rem
}
.sidebar__heading::after {
    color: #f3ad6f;
    margin-left: 1em;
    font-size: 1rem;
    content: attr(data-en);
  }
/*------------------------------------*\
    麒麟のご遺骨供養
\*------------------------------------*/
.about-movie {
  position: relative;
  margin-bottom: 20vw
}
.about-movie::after {
    position: absolute;
    left: 0;
    bottom: -12vw;
    z-index: -1;
    width: 100%;
    height: 34.64vw;
    background: url("../../about/images/bg_movie.png") no-repeat center top / contain;
    content: "";
  }
.feature {
  margin-top: 15vw;
}
.feature-block {
  position: relative;
  margin-bottom: 10vw;
}
.feature-block__image {
  overflow: hidden;
  width: 80%;
}
.feature-block__text {
  position: relative;
  margin-top: -10vw;
}
.feature-block__box {
  padding: 30px;
  border-radius: 15px;
  background: #fff
}
.feature-block__box > :last-child {
    margin-bottom: 0;
  }
.feature-block__heading,
.feature-block-2nd__heading {
  width: 8em;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  color: #f3ad6f;
  font-size: 1.3rem;
}
.feature-block--01 .feature-block__image {
    margin-left: auto;
    border-radius: 15px 0 0 15px;
  }
.feature-block--01 .feature-block__text::before {
    position: absolute;
    top: -120px;
    left: -120px;
    z-index: -1;
    width: 240px;
    height: 240px;
    background: url("../images/bg_circle-large.png") no-repeat center center / cover;
    content: "";
  }
.feature-block--02 .feature-block__image {
    border-radius: 0 15px 15px 0;
  }
.feature-block--02 .feature-block__text {
    margin-left: auto;
  }
.feature-block-2nd {
  max-width: 360px;
  margin: 0 auto 10vw;
}
.feature-block-2nd__image {
  margin-bottom: 30px;
}
.feature-target {
  position: relative;
  z-index: 0;
  padding: 20vw 0;
  background: #f9e8d2 url("../images/bg_grad.png") repeat-x center bottom
}
.feature-target::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.964vw;
    background: url("../../about/images/bg_target.png") no-repeat center top / cover;
    content: "";
  }
.feature-target::after {
    position: absolute;
    top: 5%;
    right: 5%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 109px;
    height: 86px;
    background: url("../images/illust_leaf2.png") no-repeat center center / contain;
    content: "";
  }
.feature-target__heading {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  text-align: center
}
.feature-target__heading span {
    display: inline-block;
    position: relative;
    padding: 0 1em
  }
.feature-target__heading span::before,
    .feature-target__heading span::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      width: 0;
      height: 1.5em;
      border-left: 2px solid;
      content: "";
    }
.feature-target__heading span::before {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-25deg);
      transform: translateY(-50%) rotate(-25deg);
    }
.feature-target__heading span::after {
      right: 0;
      -webkit-transform: translateY(-50%) rotate(25deg);
      transform: translateY(-50%) rotate(25deg);
    }
.feature-target__container {
  position: relative;
  z-index: 0;
  max-width: 960px;
  margin: 40px auto
}
.feature-target__container::before {
    position: absolute;
    top: -150px;
    left: -150px;
    z-index: -1;
    width: 300px;
    height: 300px;
    mix-blend-mode: multiply;
    background: url("../images/bg_circle-large2.png") no-repeat center center / cover;
    content: "";
  }
.feature-target__container::after {
    position: absolute;
    right: -130px;
    bottom: -110px;
    z-index: -1;
    width: 220px;
    height: 220px;
    background: url("../images/bg_circle2.png") no-repeat center center / cover;
    content: "";
  }
.feature-target__block {
  padding: 20px;
  border-radius: 15px;
  background: #fbf5ec;
}
.glossary {
  padding-top: 20vw;
}
.glossary__image {
  position: relative;
  margin-bottom: 30px
}
.glossary__image::before {
    position: absolute;
    right: -110px;
    bottom: -110px;
    z-index: -1;
    width: 220px;
    height: 220px;
    background: url("../images/bg_circle.png") no-repeat center center / cover;
    content: "";
  }
.glossary__body .dl {
    margin-top: 60px;
  }
.glossary__body table {
    width: 100%;
  }
.glossary__body td,
  .glossary__body th {
    padding: 1em 0;
    border-bottom: 1px dotted #ccc;
    vertical-align: top;
  }
.glossary__body th {
    padding-right: 1em;
    text-align: left;
    white-space: nowrap;
  }
.about-flow .flow-list__illust::before {
    background-image: url("../images/bg_circle.png")
  }
.plan-image {
  position: relative;
  z-index: 0;
}
.plan-image__image {
  overflow: hidden;
  width: 95%
}
.plan-image__image img {
    width: 100%;
  }
.plan-image--left .plan-image__image {
    border-radius: 0 15px 15px 0;
  }
.plan-image--right .plan-image__image {
    margin-left: auto;
    border-radius: 15px 0 0 15px;
  }
/*------------------------------------*\
    プラン・料金
\*------------------------------------*/
.plan {
  position: relative;
  padding-bottom: 20vw;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #f9e8d2), color-stop(50%, #fbf5ec));
  background: linear-gradient(0deg, #f9e8d2 49%, #fbf5ec 50%);
}
.plan__container {
  position: relative;
  z-index: 0
}
.plan__container::after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: url("../images/bg_plan.png") no-repeat center center / 100%;
    content: "";
  }
.plan--nobg {
  padding-bottom: 0;
  background: none
}
.plan--nobg .plan__container::after {
    display: none;
  }
.plan__item {
  position: relative;
  margin-bottom: 50px;
}
.plan__heading {
  margin-bottom: 20px;
  font-size: 1.8rem;
  letter-spacing: 0.1em
}
.plan__heading .en {
    display: inline-block;
    margin-right: 0.5em;
    color: #f3ad6f;
    font-size: 2.4rem;
    line-height: 1;
  }
.plan__image {
  margin-bottom: 20px;
}
.plan__price {
  position: absolute;
  top: 0;
  right: -15px
}
.plan__price::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 220px;
    height: 220px;
    background: url("../images/bg_circle.png") no-repeat center center / cover;
    content: "";
  }
#pet .plan::before {
  position: absolute;
  top: 0;
  left: 65%;
  width: 100px;
  height: 70px;
  background: url("../images/illust_bird2.png") no-repeat center center / contain;
  content: "";
}
.plan__service {
  color: #f3ad6f;
  font-size: 2em;
}
.plan__item2 {
  margin: 40px 0
}
.plan__item2 .plan__image {
    position: relative;
    z-index: 1;
  }
.plan__item2 .plan__price {
    top: -20px;
  }
.plan__package {
  position: relative;
  margin-top: 50px;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #d3c8bb
}
.plan__package dt {
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 10rem;
    padding: 0.3333em 3rem;
    border-radius: 40px;
    background: #f3ad6f;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
.plan__package dd {
    margin-left: 0;
  }
.plan__package ul {
    letter-spacing: 0;
  }
.other-plan dt {
    margin-bottom: 1em;
    font-size: 1.8rem;
    font-weight: bold
  }
.other-plan dt span {
      display: inline-block;
      margin-right: 1.5em;
      border-bottom: 1px solid;
      color: #f3ad6f;
      font-size: 1.6rem;
      font-family: "Montserrat", sans-serif;
      vertical-align: top;
    }
.other-plan dd {
    margin-bottom: 40px;
    margin-left: 0;
  }
/*------------------------------------*\
    墓じまい
\*------------------------------------*/
.grave-message {
  position: relative;
  z-index: 0;
  padding-bottom: 20vw;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f9e8d2), color-stop(41%, #fbf5ec));
  background: linear-gradient(0deg, #f9e8d2 40%, #fbf5ec 41%)
}
.grave-message .container {
    position: relative
  }
.grave-message .container::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: -2;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100vw;
      height: 100%;
      background: url("../images/bg_plan.png") no-repeat center center / 100%;
      content: "";
    }
.grave-message .bg-illust {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
.grave-message__image {
  overflow: hidden;
  width: 90%;
  margin-bottom: 10vw;
  border-radius: 0 15px 15px 0;
}
.grave-message__body {
  position: relative;
  z-index: 0
}
.grave-message__body::before {
    position: absolute;
    bottom: -150px;
    left: -150px;
    z-index: -1;
    width: 300px;
    height: 300px;
    mix-blend-mode: multiply;
    background: url("../images/bg_circle-large2.png") no-repeat center center / cover;
    content: "";
  }
.grave-message__box {
  margin-top: 10vw;
  padding: 40px 30px;
  border-radius: 15px;
  background: #fbf5ec
}
.grave-message__box dd {
    margin: 0;
  }
.grave-service {
  position: relative;
  z-index: 0;
  padding: 20vw 0;
  background: url("../images/bg_grad.png") repeat-x center top
}
.grave-service .bg-illust--tree2 {
    top: 0;
    bottom: auto;
  }
.grave-service__image {
  margin-bottom: 10vw;
}
.grave-service__body .dl {
    position: relative
  }
.grave-service__body .dl::before {
      position: absolute;
      bottom: -150px;
      left: -150px;
      z-index: -1;
      width: 300px;
      height: 300px;
      mix-blend-mode: multiply;
      background: url("../images/bg_circle-large.png") no-repeat center center / cover;
      content: "";
    }
.grave-area {
  position: relative;
  z-index: 0;
  padding-bottom: 20vw;
  background: #f9e8d2
}
.grave-area::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 8.68vw;
    background: url("../../grave/images/bg_area1.png") no-repeat center top / 100%;
    content: "";
  }
.grave-area::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 7.638vw;
    background: url("../../grave/images/bg_area2.png") no-repeat center bottom / 100%;
    content: "";
  }
.grave-area .bg-illust--tree {
    top: auto;
    bottom: -5vw;
    z-index: 1;
  }
.grave-area__map {
  position: relative;
  z-index: -2;
}
/*------------------------------------*\
    ペットご遺骨供養
\*------------------------------------*/
.pet-message {
  position: relative;
  z-index: 0;
  background: #f9e8d2 url("../../pet/images/bg_pet.png") no-repeat center top / 100%;
  padding-bottom: 10vw;
}
.pet-message__image {
  margin-bottom: 30px;
}
.pet-feature {
  position: relative;
  z-index: 0;
  padding-bottom: 10vw;
  background: url("../images/bg_grad.png") repeat-x center top
}
.pet-feature::before {
    position: absolute;
    top: -5%;
    left: 15%;
    z-index: -1;
    width: 106px;
    height: 122px;
    background: url("../images/illust_leaf3.png") no-repeat center center / contain;
    content: "";
  }
.pet-feature__image {
  overflow: hidden;
  width: 80%;
  margin-left: auto;
  border-radius: 15px 0 0 15px;
}
.pet-feature__body {
  margin-top: -15vw
}
.pet-feature__body dl {
    max-width: 440px;
  }
.pet-flow {
  margin-top: -1px;
  margin-bottom: 15vw;
  padding-bottom: 20vw;
  background: #f9e8d2 url("../images/bg_grad.png") repeat-x center bottom
}
.pet-flow .flow-list__illust::before {
    background-image: url("../images/bg_circle2.png")
  }
.flow-list {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0
}
.flow-list li {
    text-align: center;
  }
.flow-list li:nth-of-type(n+2)::before {
    display: block;
    position: relative;
    z-index: 1;
    width: 17px;
    height: 17px;
    background: url("../../pet/images/memorial_arrow.svg") no-repeat center center / contain;
    content: "";
  }
.flow-list__illust {
  position: relative;
  z-index: 0;
  max-width: 200px;
  margin: 0 auto 1.5em
}
.flow-list__illust::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 160%;
    height: 160%;
    background: url("../images/bg_circle.png") no-repeat center center / cover;
    content: "";
  }
.flow-list__illust img {
    display: inline-block;
    width: 100%;
  }
.flow-list__text {
  position: relative;
  z-index: 1;
  font-weight: bold;
  letter-spacing: 0;
}
.pet-memorial__image {
  overflow: hidden;
  width: 90%;
  border-radius: 0 15px 15px 0;
}
.pet-memorial__body {
  position: relative;
  width: 90%;
  max-width: 480px;
  margin-top: -10vw;
  margin-right: 5%;
  margin-left: auto;
}
.pet-memorial__box {
  padding: 40px 30px;
  border-radius: 15px;
  background: #fff;
}
.pet-memorial__ill {
  position: absolute;
  top: -50px;
  right: 30px;
}
/*------------------------------------*\
    施設紹介
\*------------------------------------*/
.message {
  position: relative;
  z-index: 0;
  padding-bottom: 10vw;
  background: #f9e8d2
}
.message::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 19vw;
    background: url("../../facility/images/bg_message.png") no-repeat center bottom / 100%;
    content: "";
  }
.message::after {
    content: "";
  }
.message__illust1 {
  position: absolute;
  top: 0;
  right: 0;
}
.message__illust2 {
  position: absolute;
  top: 0;
  left: 0;
}
.message__container {
  position: relative;
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}
.message__lead {
  margin-bottom: 1em;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.message__text {
  max-width: 540px;
}
.message__image {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  border-radius: 10px
}
.message__image figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1.25em 1em 0;
    background: #f9e8d2;
    border-radius: 0 0 10px 0;
    font-weight: bold;
  }
.movie {
  position: relative
}
.movie::before {
    position: absolute;
    top: 5%;
    right: 15%;
    width: 300px;
    height: 300px;
    background: url("../images/bg_circle-large.png") no-repeat center center / cover;
    content: "";
  }
.movie__illust {
  position: absolute;
  top: 0;
  right: 5%;
}
.movie__movie {
  overflow: hidden;
  width: 95%;
  border-radius: 0 70px 0 0;
}
.facility-movie {
  position: relative;
  z-index: 0
}
.facility-movie::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 27.1vw;
    background: url("../../facility/images/bg_movie.png") no-repeat center center / contain;
    content: "";
  }
.access {
  position: relative
}
.access::before {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;
    width: 340px;
    height: 340px;
    background: url("../images/bg_circle.png") no-repeat center center / contain;
    content: "";
  }
.map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.overview {
  position: relative;
}
.overview__illust {
  position: absolute;
  top: 60vw;
  right: 0;
  z-index: -1;
}
.overview__image {
  width: 100%;
  height: 60vw;
  margin-bottom: 10vw
}
.overview__image::before {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url("../../facility/images/overview01.jpg") no-repeat center center / cover;
    content: "";
  }
.overview__image:2:before {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url("../../about/images/overview01.jpg") no-repeat center center / cover;
    content: "";
  }
.overview__image::after {
    position: absolute;
    top: -160px;
    right: -160px;
    z-index: -1;
    width: 440px;
    height: 440px;
    background: url("../images/bg_circle-xlarge.png") no-repeat center center / contain;
    content: "";
  }
.overview__body {
  width: 90%;
  margin: 0 auto;
}
/*------------------------------------*\
    Q&A
\*------------------------------------*/
.qa {
  position: relative
}
.qa::before {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
    width: 185px;
    height: 335px;
    background: url("../../qa/images/illust.png") no-repeat center center / contain;
    content: "";
  }
.qa-list {
  margin: 0;
}
.qa-list__block {
  margin: 35px 0
}
.qa-list__block dt,
  .qa-list__block dd {
    position: relative;
    margin: 0;
    padding: 20px 25px 20px 70px
  }
.qa-list__block dt::before, .qa-list__block dd::before {
      position: absolute;
      top: 1.8rem;
      left: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 1.4rem;
      font-weight: bold;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0;
    }
.qa-list__block dt {
    border-radius: 15px 15px 0 0;
    background: #f9e8d2;
    font-weight: bold
  }
.qa-list__block dt::before {
      background: #fff;
      color: #f3ad6f;
      content: "Q";
    }
.qa-list__block dd {
    border-radius: 0 0 15px 15px;
    background: #fff
  }
.qa-list__block dd::before {
      background: #f3ad6f;
      color: #fff;
      content: "A";
    }
/* Utility
   ----------------------------------------------------------------- */
/* Responsive */
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  outline: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Display */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}
.u-none {
  display: none;
}
.u-block {
  display: block;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
/* Text Align & Font style */
.u-text-left {
  text-align: left;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-vertical-top {
  vertical-align: top;
}
.u-vertical-middle {
  vertical-align: middle;
}
.u-vertical-bottom {
  vertical-align: bottom;
}
.u-text-muted {
  color: #b2b5b5;
}
.u-text-primary {
  color: #f3ad6f;
}
.u-text-secondary {
  color: #00d2f0;
}
/* widths */
.u-w100 {
  width: 100%;
}
.u-w90 {
  width: 90%;
}
.u-w80 {
  width: 80%;
}
.u-w75 {
  width: 75%;
}
.u-w70 {
  width: 70%;
}
.u-w66 {
  width: 66%;
}
.u-w60 {
  width: 60%;
}
.u-w50 {
  width: 50%;
}
.u-w40 {
  width: 40%;
}
.u-w33 {
  width: 33%;
}
.u-w30 {
  width: 30%;
}
.u-w25 {
  width: 25%;
}
.u-w20 {
  width: 20%;
}
.u-w10 {
  width: 10%;
}
.u-w-auto {
  width: auto;
}
/* Margins */
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mr-0 {
  margin-right: 0 !important;
}
.u-ml-0 {
  margin-left: 0 !important;
}
.u-mt-1 {
  margin-top: 10px !important;
}
.u-mr-1 {
  margin-right: 10px !important;
}
.u-mb-1 {
  margin-bottom: 10px !important;
}
.u-ml-1 {
  margin-left: 10px !important;
}
.u-mt-2 {
  margin-top: 20px !important;
}
.u-mr-2 {
  margin-right: 20px !important;
}
.u-mb-2 {
  margin-bottom: 20px !important;
}
.u-ml-2 {
  margin-left: 20px !important;
}
.u-mt-3 {
  margin-top: 40px !important;
}
.u-mr-3 {
  margin-right: 40px !important;
}
.u-mb-3 {
  margin-bottom: 40px !important;
}
.u-ml-3 {
  margin-left: 40px !important;
}
.u-mt-4 {
  margin-top: 60px !important;
}
.u-mr-4 {
  margin-right: 60px !important;
}
.u-mb-4 {
  margin-bottom: 60px !important;
}
.u-ml-4 {
  margin-left: 60px !important;
}
.u-mt-5 {
  margin-top: 100px !important;
}
.u-mr-5 {
  margin-right: 100px !important;
}
.u-mb-5 {
  margin-bottom: 100px !important;
}
.u-ml-5 {
  margin-left: 100px !important;
}
.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}
.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}
/* Paddings */
.u-pt-0 {
  padding-top: 0 !important;
}
.u-pb-0 {
  padding-bottom: 0 !important;
}
.u-pr-0 {
  padding-right: 0 !important;
}
.u-pl-0 {
  padding-left: 0 !important;
}
.u-pt-1 {
  padding-top: 10px !important;
}
.u-pr-1 {
  padding-right: 10px !important;
}
.u-pb-1 {
  padding-bottom: 10px !important;
}
.u-pl-1 {
  padding-left: 10px !important;
}
.u-pt-2 {
  padding-top: 20px !important;
}
.u-pr-2 {
  padding-right: 20px !important;
}
.u-pb-2 {
  padding-bottom: 20px !important;
}
.u-pl-2 {
  padding-left: 20px !important;
}
.u-pt-3 {
  padding-top: 40px !important;
}
.u-pr-3 {
  padding-right: 40px !important;
}
.u-pb-3 {
  padding-bottom: 40px !important;
}
.u-pl-3 {
  padding-left: 40px !important;
}
.u-pt-4 {
  padding-top: 60px !important;
}
.u-pr-4 {
  padding-right: 60px !important;
}
.u-pb-4 {
  padding-bottom: 60px !important;
}
.u-pl-4 {
  padding-left: 60px !important;
}
.u-pt-5 {
  padding-top: 100px !important;
}
.u-pr-5 {
  padding-right: 100px !important;
}
.u-pb-5 {
  padding-bottom: 100px !important;
}
.u-pl-5 {
  padding-left: 100px !important;
}
/* Text Styles */
.u-bold {
  font-weight: bold;
}
.u-normal {
  font-weight: 400;
}
.u-font-l {
  font-size: 2.4rem;
}
.u-font-m {
  font-size: 1.8rem;
}
.u-font-s {
  font-size: 1.3rem;
}
.u-en {
  font-family: "Montserrat", sans-serif;
}
.posr {
  position: relative;
}
@media (min-width: 30.001em) {
  .sm-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sm-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sm-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .sm-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .sm-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .sm-grid--gutters {
    margin: -25px 0 25px -25px;
  }
  .sm-grid--gutters > .grid-cell {
    padding: 25px 0 0 25px;
  }
  .sm-grid--gutters-wide {
    margin: -40px 0 40px -40px;
  }
  .sm-grid--gutters-wide > .grid-cell {
    padding: 40px 0 0 40px;
  }
  .news-card-list,
  .news-sidebar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
  }
    .news-card-list li, .news-sidebar-list li {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      padding: 0 10px;
    }
  .u-sm-none {
    display: none !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 45em) {
  .contact-us__container::before {
    left: 50%;
    margin-left: -50vw;
  }
  .footer__navi {
    margin-top: 40px
  }
    .footer__navi ul ul {
      display: none;
    }
    .footer__links li:nth-child(n+2) {
      margin-top: 1em;
    }
  .table-scroller {
    display: block;
    width: 100%;
    overflow-x: auto
  }

    .table-scroller table {
      margin-bottom: 4px;
    }
    .table-scroller td,
    .table-scroller th {
      border: 1px solid #ccc;
      white-space: nowrap;
    }
  .table--sm-block {
    display: block;
    width: 100%
  }
    .table--sm-block tbody,
    .table--sm-block thead,
    .table--sm-block tfoot,
    .table--sm-block tr,
    .table--sm-block th,
    .table--sm-block td {
      display: block;
      width: 100%;
    }
    .table--sm-block tr {
      padding: 1em 0;
    }
    .table--sm-block th,
    .table--sm-block td {
      padding: 0.25em 1em;
    }
  .bg-illust--tree,
  .bg-illust--tree2 {
    width: 150px;
  }
  .plan__price {
    top: 15px;
    width: 80px;
  }
    .grave-message .bg-illust {
      right: 0;
      width: 100px;
    }
  .pet-memorial__ill {
    top: -60px;
    width: 80px;
  }
    .message::before {
      width: 150vw;
      height: 22.5vw;
      margin-left: -25vw;
    }
  .message {
    background-size: 150%;
  }
  .message__illust1 {
    width: 100px;
  }
  .message__illust2 {
    width: 60px;
  }
  .movie {
    background-size: 150%;
  }
  .movie__illust {
    width: 120px;
  }
}
@media (min-width: 45.001em) {
  .hero__title {
    font-size: 3.6rem
  }
    .hero__title::before {
      font-size: 1.6rem;
    }
  .hero--wide {
    height: 360px;
  }
  .contact-us {
    margin-top: 140px;
  }
  .contact-us__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 5%
  }
    .contact-us__container::before {
      border-radius: 0 60px 0 0;
    }
  .contact-us__header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .contact-us__check {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-bottom: 0;
  }
  .contact-us__body {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    margin-left: auto;
  }
  .footer__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 480px;
    margin: 0;
    border: 1px solid #b2b1b0;
    border-radius: 50px;
    padding: 15px
  }
    .footer__links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
    }
    .footer__links li {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }
    .footer__links li:nth-child(n+2) {
      border-left: 1px solid #b2b1b0;
    }
  .md-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .md-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .md-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .md-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .md-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .md-grid--gutters {
    margin: -25px 0 25px -25px;
  }
  .md-grid--gutters > .grid-cell {
    padding: 25px 0 0 25px;
  }
  .md-grid--gutters-wide {
    margin: -40px 0 40px -40px;
  }
  .md-grid--gutters-wide > .grid-cell {
    padding: 40px 0 0 40px;
  }
    .news-card-list li, .news-sidebar-list li {
      -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
    }
  .feature-block-2nd-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature-block-2nd {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 360px;
  }
  .feature-block-2nd:nth-of-type(2) {
    margin-top: 50px;
  }
  .feature-block-2nd:nth-of-type(3) {
    margin-top: 100px;
  }
  .glossary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .glossary__image {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-bottom: 0;
  }
  .glossary__body {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .glossary {
    padding-top: 150px;
  }
  .plan__item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0
  }
    .plan__item2 .h2 {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
    }
    .plan__item2 .plan__image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
      flex: 0 1 40%;
    }
    .plan__item2 .plan__content {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
      flex: 0 1 55%;
    }
  .grave-service__image {
    width: 60%;
    margin-left: auto;
    margin-bottom: 0;
  }
  .grave-service__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%
  }
    .grave-service__body .dl {
      max-width: 540px;
      margin-left: auto;
    }
  .grave-area {
    padding-bottom: 0;
  }
  .grave-area__map {
    width: 58.33%;
  }
  .grave-area .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
  }
  .grave-area__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
  }
  .map-container {
    padding-top: 600px;
  }
  .u-md-none {
    display: none !important;
  }
  .u-md-block {
    display: block !important;
  }
  .u-md-inline {
    display: inline !important;
  }
  .u-md-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 64em) {
}
@media (min-width: 64.001em) {
  .lg-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .lg-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .lg-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .lg-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .lg-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .lg-grid--gutters {
    margin: -25px 0 25px -25px;
  }
  .lg-grid--gutters > .grid-cell {
    padding: 25px 0 0 25px;
  }
  .lg-grid--gutters-wide {
    margin: -4rem 0 4rem -4rem;
  }
  .lg-grid--gutters-wide > .grid-cell {
    padding: 4rem 0 0 4rem;
  }
  .h2 {
    font-size: 1.8rem;
  }
  .u-mt-1 {
    margin-top: 15px !important;
  }
  .u-mr-1 {
    margin-right: 15px !important;
  }
  .u-mb-1 {
    margin-bottom: 15px !important;
  }
  .u-ml-1 {
    margin-left: 15px !important;
  }
  .u-mt-2 {
    margin-top: 40px !important;
  }
  .u-mr-2 {
    margin-right: 40px !important;
  }
  .u-mb-2 {
    margin-bottom: 40px !important;
  }
  .u-ml-2 {
    margin-left: 40px !important;
  }
  .u-mt-3 {
    margin-top: 60px !important;
  }
  .u-mr-3 {
    margin-right: 60px !important;
  }
  .u-mb-3 {
    margin-bottom: 60px !important;
  }
  .u-ml-3 {
    margin-left: 60px !important;
  }
  .u-mt-4 {
    margin-top: 80px !important;
  }
  .u-mr-4 {
    margin-right: 80px !important;
  }
  .u-mb-4 {
    margin-bottom: 80px !important;
  }
  .u-ml-4 {
    margin-left: 80px !important;
  }
  .u-mt-5 {
    margin-top: 150px !important;
  }
  .u-mr-5 {
    margin-right: 150px !important;
  }
  .u-mb-5 {
    margin-bottom: 150px !important;
  }
  .u-ml-5 {
    margin-left: 150px !important;
  }
  .u-pt-1 {
    padding-top: 15px !important;
  }
  .u-pr-1 {
    padding-right: 15px !important;
  }
  .u-pb-1 {
    padding-bottom: 15px !important;
  }
  .u-pl-1 {
    padding-left: 15px !important;
  }
  .u-pt-2 {
    padding-top: 40px !important;
  }
  .u-pr-2 {
    padding-right: 40px !important;
  }
  .u-pb-2 {
    padding-bottom: 40px !important;
  }
  .u-pl-2 {
    padding-left: 40px !important;
  }
  .u-pt-3 {
    padding-top: 60px !important;
  }
  .u-pr-3 {
    padding-right: 60px !important;
  }
  .u-pb-3 {
    padding-bottom: 60px !important;
  }
  .u-pl-3 {
    padding-left: 60px !important;
  }
  .u-pt-4 {
    padding-top: 80px !important;
  }
  .u-pr-4 {
    padding-right: 80px !important;
  }
  .u-pb-4 {
    padding-bottom: 80px !important;
  }
  .u-pl-4 {
    padding-left: 80px !important;
  }
  .u-pt-5 {
    padding-top: 150px !important;
  }
  .u-pr-5 {
    padding-right: 150px !important;
  }
  .u-pb-5 {
    padding-bottom: 150px !important;
  }
  .u-pl-5 {
    padding-left: 150px !important;
  }
}
@media (min-width: 75.001em) {
  .hero__kv {
      width: calc(100% + ((100vw - 1200px) / 2));
  }
  .message__lead {
    position: absolute;
    top: 0;
    left: -15%;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-size: 3.6rem !important;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
    .overview__image::before {
      width: calc(100% + 15vw) !important;
    }
}
@media (min-width: 60.001em) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 140px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
  }
    .header.is-hidden {
      opacity: 0;
      pointer-events: none;
    }
    .header.is-sticky {
      opacity: 1;
      background: rgba(251, 245, 236, 0.9);
    }
  .header-logo {
    top: 40px;
    left: 30px;
    width: 270px;
  }
  .header-navi-btn {
    display: none;
  }
  .header-navi {
    display: block;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-navi__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 90px;
    right: 30px
  }
    .header-navi__main > li {
      position: relative;
      margin-left: 2em;
    }
    .header-navi__main > li > a {
      display: inline-block;
      position: relative;
      color: inherit;
      font-size: 1.5rem;
      font-weight: 600;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      cursor: pointer
    }
      .header-navi__main > li > a:hover,
      .header-navi__main > li > a.is-current {
        color: #f29a4c;
      }
  .header-navi__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 30px;
    right: 30px
  }
    .header-navi__sub > li {
      margin-left: 1em;
    }
    .header-navi__sub a {
      min-width: 145px;
      background: #f3ad6f;
      color: #fff
    }
      .header-navi__sub a:hover {
        background: #ffc287;
      }
  #news .header-navi__main li:nth-of-type(2) a {
    color: #f3ad6f;
  }
  #about .header-navi__main li:nth-of-type(3) a {
    color: #f3ad6f;
  }
  #grave .header-navi__main li:nth-of-type(4) a {
    color: #f3ad6f;
  }
  #pet .header-navi__main li:nth-of-type(5) a {
    color: #f3ad6f;
  }
  #facility .header-navi__main li:nth-of-type(6) a {
    color: #f3ad6f;
  }
  .hero {
    height: 345px;
    margin-bottom: 150px;
  }
  .hero__title {
    bottom: 0;
  }
  .hero--wide {
    height: 480px;
    margin-top: 0
  }
    .hero--wide .hero__title,
    .hero--wide .hero__breadcrumb {
      bottom: 45px;
    }
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-title {
    margin-bottom: 70px;
  }
  .contact-us {
    margin-top: 220px;
  }
  .contact-us__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 10% 90px 15%
  }
    .contact-us__container::before {
      border-radius: 0 120px 0 0;
    }
    .contact-us__container::after {
      top: -75px;
      right: 50px;
      width: 138px;
      height: 120px;
    }
  .contact-us__header {
    position: absolute;
    top: 50px;
    left: 0
  }
    .contact-us__header h2 {
      -webkit-font-feature-settings: normal;
      font-feature-settings: normal;
      font-size: 3rem;
      letter-spacing: 0.13em;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl
    }
      .contact-us__header h2::before {
        margin-top: 1em;
        font-size: 1.4rem;
      }
  .contact-us__check {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .contact-us__body {
    -ms-flex-preferred-size: 53.3333%;
    flex-basis: 53.3333%;
  }
  .contact-us__tel {
    font-size: 3.6rem;
  }
  .footer {
    padding: 60px 0;
  }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
  }
  .footer__company {
    margin-top: auto;
    margin-bottom: 0;
  }
  .footer__content {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  .section-title {
    margin-bottom: 70px;
    font-size: 1.8rem
  }
    .section-title[data-en]::before {
      font-size: 3.6rem;
    }
      .movie-content a::before {
        width: 106px;
        height: 106px;
        margin-top: -53px;
        margin-left: -53px;
      }
      .movie-content a::after {
        width: 134px;
        height: 134px;
        margin-top: -67px;
        margin-left: -67px;
      }
  .dl {
    padding: 55px;
  }
  .bg-illust--right {
    top: -5%;
    right: 5%;
  }
  .bg-illust--left {
    top: -5%;
    left: 5%;
  }
    .news-card-list li {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      margin-bottom: 50px;
    }
    .news-sidebar-list li {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news__body {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  .news__sidebar {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-top: 0;
    padding-left: 5%;
    border-left: 1px solid #ddd;
  }
  .about-movie {
    margin-bottom: 300px;
  }
  .feature {
    margin-top: 120px;
  }
  .feature-block {
    margin-bottom: 215px;
  }
  .feature-block__image {
    width: 58.3333%;
  }
  .feature-block__text {
    position: absolute;
    bottom: -60px;
    width: 45%;
    margin-top: 0;
  }
  .feature-block__box {
    max-width: 540px;
    padding: 11%;
  }
    .feature-block--01 .feature-block__text {
      right: 50%;
    }
    .feature-block--02 .feature-block__text {
      left: 50%;
    }
  .feature-target {
    padding: 150px 0 200px;
  }
  .feature-target__block {
    padding: 50px 5%
  }
    .feature-target__block .list-check {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      grid-column-gap: 40px;
    }
.plan-image__image {
    width: 75%;
  }
  .plan {
    padding-bottom: 150px;
  }
  .plan--nobg {
    padding-bottom: 0;
  }
  .plan__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan__item {
    -ms-flex-preferred-size: 45.8333%;
    flex-basis: 45.8333%;
  }
  .plan__item2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #pet .plan::before {
    top: 10%;
  }
  .grave-message {
    padding-bottom: 110px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #f9e8d2), color-stop(50%, #fbf5ec));
    background: linear-gradient(0deg, #f9e8d2 49%, #fbf5ec 50%);
  }
  .grave-message__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
  }
  .grave-message__body {
    width: 40%;
    margin-left: auto;
  }
  .grave-message__box {
    margin-top: 110px;
    padding: 10%;
  }
  .grave-service {
    padding: 220px 0;
  }
  .grave-service__image {
    width: 60%;
  }
  .grave-service__body {
    top: auto;
    bottom: -60px;
    width: 50%;
  }
  .pet-message {
    padding-bottom: 150px;
  }
  .pet-message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pet-message__image,
  .pet-message__body {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
    .pet-message__body .inner {
      max-width: 420px;
    }
  .pet-feature__image {
    width: 58.3333%;
  }
  .pet-feature__body {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 50%;
    margin-top: 0
  }
    .pet-feature__body dl {
      max-width: 540px;
      margin-left: auto;
    }
  .pet-flow {
    margin-bottom: 150px;
    padding-bottom: 200px;
  }
  .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
    .flow-list li {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 18%;
      flex: 1 0 18%;
      max-width: 18%;
    }
    .flow-list li:nth-of-type(n+2)::before {
      position: absolute;
      top: calc(50% - 3em);
      left: -10%;
    }
  .flow-list__illust {
    width: 80%;
  }
  .pet-memorial {
    position: relative;
  }
  .pet-memorial__image {
    width: 66.6666%;
  }
  .pet-memorial__body {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
  }
  .pet-memorial__box {
    padding: 11%;
  }
  .message {
    padding-bottom: 100px;
  }
  .message__image {
    margin-top: 80px;
  }
  .message__lead {
    font-size: 3rem;
  }
  .movie__movie {
    width: 80%;
    border-radius: 0 140px 0 0;
  }
  .overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .overview__illust {
    top: 0;
  }
  .overview__image {
    -ms-flex-preferred-size: 41.6666%;
    flex-basis: 41.6666%;
    height: auto;
    position: relative;
    margin-bottom: 0
  }
    .overview__image::before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      border-radius: 0 15px 15px 0;
    }
  .overview__body {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left: 8.3333%
  }
    .overview__body .inner {
      width: 90%;
      max-width: 600px;
    }
  .u-lg-none {
    display: none !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 60em) {
  .header-navi-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: none;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
  }
    .header-navi-btn > .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 0;
      margin-left: -15px
    }
      .header-navi-btn > .icon::before,
      .header-navi-btn > .icon::after {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 1px;
        background: #333;
        content: "";
      }
      .header-navi-btn > .icon::before {
        top: -4px;
      }
      .header-navi-btn > .icon::after {
        bottom: -4px;
      }
  .header-navi__inner {
    overflow: auto;
    width: 100%;
    max-width: 1100px;
    max-height: 95%;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .header-navi {
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(243, 173, 111, 0.95);
    color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0 0.3s;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0 0.3s;
  }
    .navi-open .header-navi-btn {
      color: #fff
    }
        .navi-open .header-navi-btn > .icon::before,
        .navi-open .header-navi-btn > .icon::after {
          background: #fff;
        }
        .navi-open .header-navi-btn > .icon::before {
          top: -1px;
          -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
        }
        .navi-open .header-navi-btn > .icon::after {
          bottom: 0;
          -webkit-transform: rotate(-155deg);
          transform: rotate(-155deg);
        }
    .navi-open .header-navi {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s;
      transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s;
    }
    .navi-open .wrap {
      pointer-events: none;
    }
    .header-navi__main a {
      color: #fff;
    }
    .header-navi__main > li {
      margin: 28px 0;
    }
    .header-navi__sub > li {
      margin-top: 15px;
    }
    .header-navi__sub a {
      max-width: 400px;
      margin: 0 auto;
      border: 1px solid #fff;
      color: #fff;
    }
  .flow-list {
    list-style: none;
    margin: 50px 0 0 0;
    padding: 0
  }
    .flow-list li {
      margin-bottom: 30px;
      text-align: center;
    }
    .flow-list li:nth-of-type(n+2)::before {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin: 30px auto;
    }
}
@media (min-width: 80.001em) {
  .footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 97%;
    margin-top: 0;
    pointer-events: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media (hover: hover) {
  .btn:hover {
    background: #fff;
    border-color: #fff;
  }
}
/*# sourceMappingURL=maps/main.css.map */
