@charset "UTF-8";
/* Scss Document */
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
main image
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.mainImage {
  width: auto;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  transition: 0.1s linear; }
  .mainImage::before {
    content: '';
    display: block;
    padding-top: 59%; }
  .mainImage span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden; }
    .mainImage span img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.1s linear; }
  .mainImage__ornament {
    transition: 0.1s linear; }
    .mainImage__ornament:first-of-type {
      position: absolute;
      top: -20px;
      left: -30px; }
    .mainImage__ornament:last-of-type {
      position: absolute;
      bottom: -30px;
      right: -20px; }
  .mainImage__cc {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 80px;
    right: 20px;
    transition: 0.1s linear;
    animation-name: blurIn;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    animation-delay: 1s;
    animation-fill-mode: both; }

@media (max-width: 1500px) {
  .mainImage {
    width: calc(100% - 200px);
    margin: 0 100px; } }
@media (max-width: 1200px) {
  .mainImage {
    width: calc(100% - 80px);
    margin: 0 40px; } }
@media (max-width: 1100px) {
  .mainImage__cc img {
    width: 400px; } }
@media (max-width: 900px) {
  .mainImage__ornament:first-of-type {
    width: 530px;
    height: 287px; }
  .mainImage__ornament:last-of-type {
    width: 534px;
    height: 271px; }
  .mainImage__cc {
    top: 30px; }
    .mainImage__cc img {
      width: 40%; } }
@media (max-width: 700px) {
  .mainImage__ornament:first-of-type {
    width: 378px;
    height: 205px;
    position: absolute;
    top: -20px;
    left: -10px; }
  .mainImage__ornament:last-of-type {
    width: 381px;
    height: 193px;
    position: absolute;
    bottom: -20px;
    right: -10px; } }
@media (max-width: 600px) {
  .mainImage {
    margin: 20px 40px 0; } }
@media (max-width: 500px) {
  .mainImage {
    width: calc(100% - 40px);
    margin: 20px 20px 0; }
    .mainImage::before {
      padding-top: 80%; }
    .mainImage span {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; } }
@media (max-width: 460px) {
  .mainImage__ornament:first-of-type {
    width: 300px;
    height: 162px; }
  .mainImage__ornament:last-of-type {
    width: 300px;
    height: 152px; } }
@keyframes blurIn {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px); }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0); } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
スマホ閲覧時リンク
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.spLink {
  margin: 40px 0 0;
  padding: 0 40px;
  list-style: none;
  display: none; }
  .spLink__item {
    width: calc((100% - 40px)/2);
    height: 80px;
    margin: 0;
    padding: 0; }
    .spLink__item:last-of-type {
      margin: 0 0 0 40px; }
  .spLink__anchor {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    background-color: #00a650;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .spLink__anchor:hover {
      text-decoration: none; }
    .spLink__anchor br {
      display: none; }

@media (max-width: 1100px) {
  .spLink {
    padding: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .spLink__item {
      width: calc((100% - 20px)/2); }
      .spLink__item:last-of-type {
        margin: 0 0 0 20px; } }
@media (max-width: 400px) {
  .spLink__anchor {
    text-align: center; }
    .spLink__anchor br {
      display: inline; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
日本動物霊園について
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.intro {
  width: auto;
  max-width: 1400px;
  margin: 40px auto 0;
  padding: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  border: 20px solid #d9f7b7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.1s linear; }
  .intro__dl {
    margin: 0 0 0 50px;
    padding: 0; }
    .intro__dl--dt {
      margin: 0;
      padding: 0 0 0 20px;
      font-size: 20px;
      color: #00a650;
      line-height: 1.0;
      position: relative; }
      .intro__dl--dt::before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #00a650;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .intro__dl--dd {
      margin: 20px 0 0;
      padding: 0;
      line-height: 2.0; }

@media (max-width: 1500px) {
  .intro {
    width: calc(100% - 200px);
    margin: 40px 100px 0; } }
@media (max-width: 1200px) {
  .intro {
    width: calc(100% - 80px);
    margin: 40px 40px 0; } }
@media (max-width: 720px) {
  .intro {
    padding: 30px;
    flex-direction: column-reverse; }
    .intro__dl {
      margin: 0 0 20px; } }
@media (max-width: 500px) {
  .intro {
    width: calc(100% - 40px);
    margin: 40px 20px 0;
    padding: 30px 20px; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
日本動物霊園からのお知らせ
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.information {
  width: auto;
  max-width: 1400px;
  margin: 40px auto 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: 0.1s linear; }
  .information__title {
    width: 30%;
    margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: normal;
    background-color: #00a650;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative; }
    .information__title--eng {
      width: 100%;
      font-size: 30px;
      text-align: center; }
    .information__title--jpn {
      width: 100%;
      margin: 20px 0 0;
      font-size: 18px;
      font-weight: normal;
      text-align: center; }
    .information__title--image {
      position: absolute;
      bottom: 10px;
      left: 0; }
  .information__list {
    width: calc(70% - 40px);
    margin: 0 0 0 40px;
    padding: 0 0 30px;
    list-style: none; }
  .information__item {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #DDD; }
  .information__anchor {
    width: 100%;
    padding: 30px 0;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    position: relative;
    transition: 0.1s linear; }
    .information__anchor:hover {
      text-decoration: none;
      -moz-transform: translate(5px, 1px);
      -webkit-transform: translate(5px, 1px);
      transform: translate(5px, 1px); }
    .information__anchor--date {
      width: 120px;
      color: #00a650; }
    .information__anchor--txt {
      width: calc(100% - 120px);
      color: #333; }

@media (max-width: 1500px) {
  .information {
    width: calc(100% - 200px);
    margin: 40px 100px 0; } }
@media (max-width: 1200px) {
  .information {
    width: calc(100% - 80px);
    margin: 40px 40px 0; } }
@media (max-width: 900px) {
  .information__title {
    width: 100%;
    padding: 30px 0; }
    .information__title--jpn br {
      display: none; }
  .information__list {
    width: 100%;
    margin: 0;
    padding: 0; } }
@media (max-width: 500px) {
  .information {
    width: calc(100% - 40px);
    margin: 40px 20px 0; }
    .information__anchor {
      flex-direction: column; }
      .information__anchor--date {
        width: 100%; }
      .information__anchor--txt {
        width: 100%; } }
@media (max-width: 460px) {
  .information__title--image {
    width: 50px;
    height: 48px; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
TOPコメント
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.topComment {
  width: 943px;
  height: 104px;
  margin: 40px auto;
  padding: 45px 0 0;
  text-align: center;
  font-size: 24px;
  background-image: url("../img/index/bg01.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 943px 104px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.1s linear; }

@media (max-width: 1100px) {
  .topComment {
    width: 700px;
    height: 77px;
    margin: 60px auto;
    padding: 34px 0 0;
    font-size: 18px;
    background-size: 700px, 77px; } }
@media (max-width: 720px) {
  .topComment {
    width: 500px;
    height: 55px;
    padding: 24px 0 0;
    font-size: 14px;
    background-size: 500px, 55px; } }
@media (max-width: 520px) {
  .topComment {
    display: none; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
霊園案内
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.cemeteryGuide {
  width: auto;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  transition: 0.1s linear; }
  .cemeteryGuide__item {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #333; }
    .cemeteryGuide__item:last-of-type {
      border-bottom: 1px solid #333; }
  .cemeteryGuide__dl {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }
    .cemeteryGuide__dl--dt {
      width: 200px;
      margin: 0;
      padding: 30px 0;
      font-size: 18px;
      color: #00a650;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #d9f7b7; }
    .cemeteryGuide__dl--dd {
      width: calc(100% - 200px);
      margin: 0;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .cemeteryGuide__inner {
    margin: 0;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cemeteryGuide__left {
    width: calc((100% - 30px)/2);
    margin: 0; }
    .cemeteryGuide__left--image {
      width: 100%;
      margin: 0 0 10px;
      padding: 0;
      position: relative; }
      .cemeteryGuide__left--image::before {
        content: '';
        display: block;
        padding-top: 55%; }
      .cemeteryGuide__left--image span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000; }
        .cemeteryGuide__left--image span img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .cemeteryGuide__right {
    width: calc((100% - 30px)/2);
    margin: 0 0 0 30px; }
    .cemeteryGuide__right--image {
      width: 100%;
      overflow: hidden;
      margin: 0 0 10px;
      padding: 0;
      position: relative; }
      .cemeteryGuide__right--image::before {
        content: '';
        display: block;
        padding-top: 55%; }
      .cemeteryGuide__right--image span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .cemeteryGuide__right--image span iframe {
          width: 100%;
          height: calc(100% + 300px);
          object-fit: cover;
          position: absolute;
          top: -150px;
          left: 0; }

@media (max-width: 1500px) {
  .cemeteryGuide {
    width: calc(100% - 200px);
    margin: 40px 100px 0; } }
@media (max-width: 1200px) {
  .cemeteryGuide {
    width: calc(100% - 80px);
    margin: 40px 40px 0; } }
@media (max-width: 1000px) {
  .cemeteryGuide__dl--dt {
    width: 100%;
    margin: 0 0 30px; }
  .cemeteryGuide__dl--dd {
    width: 100%; } }
@media (max-width: 720px) {
  .cemeteryGuide__left {
    width: 100%;
    margin: 0; }
  .cemeteryGuide__right {
    width: 100%;
    margin: 30px 0 0; } }
@media (max-width: 500px) {
  .cemeteryGuide {
    width: calc(100% - 40px);
    margin: 40px 20px 0; }
    .cemeteryGuide__inner {
      padding: 30px 20px; } }
