@charset "UTF-8";
/* Scss Document */
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
intro
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.intro {
  margin: 0;
  padding: 0; }
  .intro__txt {
    line-height: 2.0; }

/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
各種供養例
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.example {
  margin: 100px 0 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; }
  .example__title {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 20px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.0;
    border-bottom: 1px solid #333; }
    .example__title span {
      min-height: 28px;
      padding: 2px 0 0 50px;
      display: inline-block;
      background-image: url("../img/common/ico/02.svg");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 30px 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .example__list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    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; }
  .example__item {
    width: calc((100% - 40px)/2);
    margin: 0 40px 40px 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start; }
    .example__item:nth-of-type(even) {
      margin: 0 0 40px; }
  .example__itemLeft {
    width: 240px;
    margin: 0;
    padding: 0;
    position: relative; }
    .example__itemLeft::before {
      content: '';
      display: block;
      padding-top: 100%; }
    .example__itemLeft span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .example__itemLeft span img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .example__itemRight {
    width: calc(100% - 240px - 30px);
    margin: 0 0 0 30px; }
    .example__itemRight--cate {
      padding: 5px 15px;
      font-size: 14px;
      line-height: 1.0;
      color: #FFF;
      display: inline-block; }
      .example__itemRight--cate.takada {
        background-color: #00a650; }
      .example__itemRight--cate.tenri {
        background-color: #f79219; }
    .example__itemRight--name {
      width: 100%;
      margin: 10px 0;
      font-size: 20px; }
      .example__itemRight--name.takada {
        color: #00a650; }
      .example__itemRight--name.tenri {
        color: #f79219; }

@media (max-width: 1000px) {
  .example__item {
    flex-direction: column; }
  .example__itemLeft {
    width: 100%; }
  .example__itemRight {
    width: 100%;
    margin: 30px 0 0; } }
@media (max-width: 640px) {
  .example__item {
    width: calc((100% - 20px)/2);
    margin: 0 20px 20px 0; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
リンク
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.link {
  width: 100%;
  height: 130px;
  margin: 50px 0 0;
  padding: 0; }
  .link__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;
    font-size: 18px;
    line-height: 2.0;
    background-color: #e60012;
    border: 1px solid #e60012;
    transition: 0.1s linear; }
    .link__anchor span {
      min-height: 50px;
      padding: 0 44px 0 70px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      background-image: url("../img/common/ico/05.svg"), url("../img/common/ico/06.svg");
      background-position: left center, right center;
      background-repeat: no-repeat;
      background-size: 50px, 24px 20px; }
    .link__anchor:hover {
      color: #e60012 !important;
      text-decoration: none;
      background-color: #FFF; }
      .link__anchor:hover span {
        background-image: url("../img/common/ico/05_red.svg"), url("../img/common/ico/06_red.svg"); }

@media (max-width: 920px) {
  .link {
    height: auto; }
    .link__anchor {
      padding: 40px 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
