@charset "UTF-8";
/*TB PC 表示*/
/*弔う*/
/*予約はこちら用*/
/*交通 googlemapが開きます用*/
/*TB PC 表示*/
/*TB PC 表示*/
/*TB PC 表示*/
/*Viewport Extra */
@media (min-width: 768px) {
  body {
    min-width: 1280px; } }
.sp {
  display: block !important; }

.pc {
  display: none !important; }

.pc_inlineblock {
  display: none; }

@media (min-width: 768px) {
  .sp {
    display: none !important; }

  .pc {
    display: block !important; }

  .pc_inlineblock {
    display: inline-block; } }
/*$text01_pc: min(1.4rem,0.97vw);
$text02_pc: min(1.5rem,1.04vw);
$text03_pc: min(1.6rem,1.11vw);
$h1_01_pc: min(2.3rem,1.597vw);
*/
@media (min-width: 768px) {
  .order01 {
    order: 1; }

  .order02 {
    order: 2; }

  .order03 {
    order: 3; }

  .order04 {
    order: 4; }

  .order05 {
    order: 5; }

  .order06 {
    order: 6; }

  .order07 {
    order: 7; }

  .order08 {
    order: 8; }

  .order09 {
    order: 9; }

  .order10 {
    order: 10; } }
/* ======================================
common
====================================== */
html {
  font-size: 62.5% !important;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-feature-settings: "palt";
  width: 100%;
  color: #323232;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  opacity: 0;
  transition: opacity 0.4s ease;
  /* フェードにかける時間を調整 */ }
  body.modal-open {
    background: none !important;
    overflow: hidden !important; }
  body.no_scroll {
    overflow: hidden;
    height: 100vh; }

@media (min-width: 768px) {
  .Area_contents {
    min-width: 1280px;
    margin: 0 auto; } }

.tate {
  writing-mode: vertical-rl; }
  .tate.only_pc {
    writing-mode: horizontal-tb; }
    @media (min-width: 768px) {
      .tate.only_pc {
        writing-mode: vertical-rl; } }

a {
  text-decoration: none;
  color: #323232;
  transition: 0.3s; }
  @media (min-width: 768px) {
    a:hover {
      opacity: 0.5; } }

.wide {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .wide {
      padding-left: 100px;
      padding-right: 100px; } }

.narrow {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .narrow {
      padding-left: 250px;
      padding-right: 250px; } }
  @media (min-width: 768px) {
    .narrow.narrow_only_sp {
      padding-left: 0px;
      padding-right: 0px; } }

.section {
  padding-top: 70px; }
  @media (min-width: 768px) {
    .section {
      padding-top: 150px; } }
  @media (min-width: 1280px) {
    .section {
      max-width: 1440px;
      margin: 0 auto; } }
  .section.section_2nd_top {
    padding-top: 80px; }
    @media (min-width: 768px) {
      .section.section_2nd_top {
        padding-top: 100px; } }
  .section.pdt20 {
    padding-top: 20px; }
  .section.pdt0 {
    padding-top: 0px; }

h1, h2, h3, h4, h5 {
  font-weight: 500; }

.clearfix {
  clear: both; }

.kome {
  display: block;
  font-size: 1.3rem;
  padding-left: 14px;
  text-indent: -14px;
  line-height: 1.538; }
  .kome:before {
    content: "※";
    font-size: 1.3rem; }

a.icon {
  text-decoration: underline; }
  a.icon:before {
    content: "";
    vertical-align: text-bottom;
    margin-right: 5px; }
  a.icon.icon_pdf_small:before {
    content: url("../images/icon_pdf_small.svg");
    vertical-align: text-bottom;
    margin-right: 5px; }

/*top h2*/
.block_h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  z-index: 10; }
  .block_h2 h2 {
    height: 175px;
    letter-spacing: 0.75em;
    text-align: end;
    margin: 0 auto 25px;
    width: 50px; }
    @media (min-width: 768px) {
      .block_h2 h2 {
        height: 210px;
        letter-spacing: 1em;
        margin: 0 auto 35px;
        width: auto; } }
    .block_h2 h2 span.h2 {
      font-size: 2.2rem;
      display: block; }
      @media (min-width: 768px) {
        .block_h2 h2 span.h2 {
          font-size: 2.3rem; } }
    .block_h2 h2 span.h2_sab {
      font-family: "Cormorant Garamond", serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      display: block;
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      padding: 0 0 0 12px;
      margin-bottom: 10px;
      margin-left: 0px;
      position: relative; }
      @media (min-width: 768px) {
        .block_h2 h2 span.h2_sab {
          padding: 0 0 0 20px;
          margin-left: 7px;
          font-size: 1.4rem; } }
      .block_h2 h2 span.h2_sab:before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 1px;
        height: 175px;
        background-color: #ADADAD; }
        @media (min-width: 768px) {
          .block_h2 h2 span.h2_sab:before {
            height: 210px; } }
    .block_h2 h2.short h2 {
      height: calc(2em + 80px); }
      @media (min-width: 768px) {
        .block_h2 h2.short h2 {
          height: 196px; } }
    .block_h2 h2.short span.h2_sab:before {
      height: calc(2em + 80px); }
      @media (min-width: 768px) {
        .block_h2 h2.short span.h2_sab:before {
          height: 196px; } }
    .block_h2 h2.ttl_line_anime span.h2_sab:before {
      content: none;
      opacity: 0; }
    .block_h2 h2.ttl_line_anime span.h2_sab:after {
      content: none;
      opacity: 0; }
    .block_h2 h2.ttl_line_anime span.h2 {
      margin-bottom: -10px; }
    .block_h2 h2.ttl_line_anime.line_anime span.h2_sab {
      padding: 0 0 0 12px;
      margin-left: 0px;
      font-size: 1.4rem;
      position: relative;
      margin-bottom: 0;
      height: 175px; }
      @media (min-width: 768px) {
        .block_h2 h2.ttl_line_anime.line_anime span.h2_sab {
          height: 209px;
          padding: 0 0 0 20px;
          margin-left: 7px; } }
      .block_h2 h2.ttl_line_anime.line_anime span.h2_sab:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 175px;
        background-color: #ADADAD;
        animation: growBlack_01 0.75s ease forwards; }
        @media (min-width: 768px) {
          .block_h2 h2.ttl_line_anime.line_anime span.h2_sab:before {
            height: 209px; } }
@keyframes growBlack_01 {
  from {
    height: 0;
    opacity: 1; }
  to {
    height: 175px;
    opacity: 1; } }
      @media (min-width: 768px) {
        @keyframes growBlack_01 {
          from {
            height: 0;
            opacity: 1; }
          to {
            height: 209px;
            opacity: 1; } } }
    .block_h2 h2.ttl_line_anime.short01 {
      height: 107px; }
      @media (min-width: 768px) {
        .block_h2 h2.ttl_line_anime.short01 {
          height: 210px; } }
      .block_h2 h2.ttl_line_anime.short01.line_anime span.h2_sab {
        padding: 0 0 0 12px;
        margin-left: 0px;
        font-size: 1.4rem;
        position: relative;
        margin-bottom: 0;
        height: calc(2em + 80px); }
        @media (min-width: 768px) {
          .block_h2 h2.ttl_line_anime.short01.line_anime span.h2_sab {
            height: 210px;
            padding: 0 0 0 20px;
            margin-left: 7px; } }
        .block_h2 h2.ttl_line_anime.short01.line_anime span.h2_sab:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: calc(2em + 80px);
          background-color: #ADADAD;
          animation: growBlack_02 0.75s ease forwards; }
          @media (min-width: 768px) {
            .block_h2 h2.ttl_line_anime.short01.line_anime span.h2_sab:before {
              height: 209px; } }
@keyframes growBlack_02 {
  from {
    height: 0;
    opacity: 1; }
  to {
    height: calc(2em + 80px);
    opacity: 1; } }
        @media (min-width: 768px) {
          @keyframes growBlack_02 {
            from {
              height: 0;
              opacity: 1; }
            to {
              height: 209px;
              opacity: 1; } } }

h2.h2_2nd {
  font-size: 2.0rem;
  text-align: center; }
  @media (min-width: 768px) {
    h2.h2_2nd {
      text-align: left; } }

/*2nd h1*/
.block_h1_2nd {
  margin-top: 115px;
  margin-bottom: 45px;
  z-index: 10;
  position: relative; }
  @media (min-width: 768px) {
    .block_h1_2nd {
      margin-top: 160px;
      max-height: unset; } }
  .block_h1_2nd h1 {
    letter-spacing: 0.75em;
    text-align: end;
    margin: 0 auto 15px;
    position: relative; }
    @media (min-width: 768px) {
      .block_h1_2nd h1 {
        height: 210px;
        letter-spacing: 1em;
        margin: 0 53.8% 35px 47.2%; } }
    .block_h1_2nd h1 span.h1 {
      font-size: 2.2rem;
      display: block; }
      @media (min-width: 768px) {
        .block_h1_2nd h1 span.h1 {
          font-size: 2.3rem; } }
    .block_h1_2nd h1 span.h1_sab {
      font-family: "Cormorant Garamond", serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      display: block;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      padding: 0 0 0 12px;
      margin-bottom: 10px;
      margin-left: 4px;
      position: relative; }
      @media (min-width: 768px) {
        .block_h1_2nd h1 span.h1_sab {
          letter-spacing: 0.1em;
          padding: 0 0 0 20px;
          margin-left: 7px;
          font-size: 1.4rem; } }
  @media (min-width: 768px) {
    .block_h1_2nd.short h1 {
      height: 210px; } }
  .block_h1_2nd.short h1:before {
    height: 100%; }
    @media (min-width: 768px) {
      .block_h1_2nd.short h1:before {
        height: 210px;
        padding-top: 0; } }
  .block_h1_2nd h1.ttl_line_anime span.h1_sab:before {
    content: none;
    opacity: 0; }
  .block_h1_2nd h1.ttl_line_anime span.h1_sab:after {
    content: none;
    opacity: 0; }
  .block_h1_2nd h1.ttl_line_anime span.h1 {
    margin-bottom: -10px; }
  .block_h1_2nd h1.ttl_line_anime.line_anime span.h1_sab {
    padding: 0 0 0 12px;
    margin-left: 0px;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .block_h1_2nd h1.ttl_line_anime.line_anime span.h1_sab {
        height: 209px;
        padding: 0 0 0 20px;
        margin-left: 7px; } }
    .block_h1_2nd h1.ttl_line_anime.line_anime span.h1_sab:before {
      content: "";
      position: absolute;
      top: -47px;
      left: 0;
      width: 1px;
      height: calc(100% + 50px);
      background-color: #ADADAD;
      animation: growBlack_03 1.5s ease 0.25s forwards; }
      @media (min-width: 768px) {
        .block_h1_2nd h1.ttl_line_anime.line_anime span.h1_sab:before {
          top: 0px;
          height: 209px; } }
@keyframes growBlack_03 {
  from {
    height: 0;
    opacity: 1; }
  to {
    height: calc(100% + 50px);
    opacity: 1; } }
    @media (min-width: 768px) {
      @keyframes growBlack_03 {
        from {
          height: 0;
          opacity: 1; }
        to {
          height: 209px;
          opacity: 1; } } }

/*2nd h2*/
.block_h2_2nd h2 {
  font-size: 2.0rem;
  margin: 60px auto 0;
  position: relative;
  letter-spacing: 0.25em; }
  @media (min-width: 768px) {
    .block_h2_2nd h2 {
      margin: 100px auto 0; } }
  .block_h2_2nd h2.line_anime:before {
    content: "";
    position: absolute;
    background: #ADADAD;
    width: 1px;
    height: 50px;
    top: -60px;
    left: calc(50% - 0.5px);
    animation: growBlack_04 0.75s ease forwards; }
    @media (min-width: 768px) {
      .block_h2_2nd h2.line_anime:before {
        height: 100px;
        top: -125px; } }
@keyframes growBlack_04 {
  from {
    height: 0;
    opacity: 1; }
  to {
    height: 50px;
    opacity: 1; } }
  @media (min-width: 768px) {
    @keyframes growBlack_04 {
      from {
        height: 0;
        opacity: 1; }
      to {
        height: 100px;
        opacity: 1; } } }

/*2nd h3*/
.h3_2nd {
  font-size: 1.8rem;
  line-height: 1.667; }

/*パララックス マージン調整*/
.parallax_adj_mgt {
  margin-top: 35px; }
  @media (min-width: 768px) {
    .parallax_adj_mgt {
      margin-top: 60px; } }
  @media (min-width: 768px) {
    .parallax_adj_mgt.img_main {
      margin-top: 115px; } }

/*※*/
.block_kome {
  margin-top: 20px; }
  .block_kome .kome {
    margin-top: 3px; }
  .block_kome.wide {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 768px) {
      .block_kome.wide {
        padding-left: 100px;
        padding-right: 100px; } }

/*見出しアニメーション ブラー*/
.ttl_anime {
  opacity: 0;
  transition: opacity 1s ease;
  filter: blur(8px);
  　transform: scale(1.4); }

.ttl_anime.is-visible {
  opacity: 0;
  filter: none;
  animation-name: text01;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease; }
@keyframes text01 {
  0% {
    filter: blur(8px);
    opacity: 0;
    transform: scale(1.4); }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1); } }
/* ======================================
ローディング
====================================== */
body#top #loading-wrap {
  display: block; }

#loading-wrap {
  width: 100vw;
  height: calc(100svh + 15px);
  background: #ffffff;
  z-index: 1000;
  position: fixed; }

.loading {
  width: 100vw;
  height: 100svh;
  background-color: rgba(255, 255, 255, 0);
  position: fixed; }
  @media (min-width: 768px) {
    .loading {
      min-width: 1280px; } }
  .loading .loading_logo {
    background: url("../images/op_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 750px;
    height: 750px;
    position: absolute;
    top: calc(50% + 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .loading .loading_logo {
        background: url("../images/op.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 1500px;
        height: 1500px; } }

/* ======================================
共通ボタン
====================================== */
@media (min-width: 768px) {
  a:hover .Area_arrow:after {
    width: 60px;
    height: 60px; } }
.button01 {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
  text-align: left;
  font-size: 1.5rem;
  display: block;
  padding-top: 8px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  background-color: #323232;
  border-radius: 15px; }
  @media (min-width: 768px) {
    .button01 {
      line-height: 0;
      padding-top: 0px;
      width: 60px;
      height: 60px;
      background-color: unset; } }
  .button01:hover span.small, .button01:focus span.small {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px); }
  .button01.button_article {
    margin-top: 0;
    position: relative; }
    .button01.button_article .Area_arrow {
      width: auto;
      transform: none; }
      @media (min-width: 768px) {
        .button01.button_article .Area_arrow:before {
          content: "";
          position: absolute;
          width: 60px;
          height: 60px;
          border-radius: 30px;
          border: 1px solid #ADADAD;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          z-index: -11; }
        .button01.button_article .Area_arrow:after {
          content: "";
          position: absolute;
          width: 4px;
          height: 4px;
          border-radius: 30px;
          top: 50%;
          left: 50%;
          background: #323232;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transition: 0.3s;
          z-index: -10; } }
      .button01.button_article .Area_arrow img {
        padding-bottom: 8px;
        padding-left: 5px; }
        @media (min-width: 768px) {
          .button01.button_article .Area_arrow img {
            opacity: 0;
            padding-bottom: 0px;
            padding-top: 24px;
            padding-left: 17px; } }
    .button01.button_article:hover {
      opacity: 1; }
      .button01.button_article:hover .Area_arrow:after {
        width: 60px;
        height: 60px; }
      .button01.button_article:hover .Area_arrow img {
        opacity: 1; }

.button02 {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
  text-align: left;
  font-size: 1.5rem;
  display: block;
  padding-top: 8px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  background-color: #323232;
  border-radius: 15px;
  /*ボタンのみの場合*/
  /*ボタンのみの場合↑*/ }
  @media (min-width: 768px) {
    .button02 {
      line-height: 0;
      padding-top: 0px;
      width: 60px;
      height: 60px;
      background-color: unset; } }
  .button02.button_single {
    margin: unset;
    position: absolute; }

.button_article02 {
  margin-top: 0;
  position: relative; }
  .button_article02 .Area_arrow {
    width: auto;
    transform: none; }
    @media (min-width: 768px) {
      .button_article02 .Area_arrow:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        border: 1px solid #ADADAD;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: -11; }
      .button_article02 .Area_arrow:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 30px;
        top: 50%;
        left: 50%;
        background: #323232;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transition: 0.3s;
        z-index: -10; } }
    .button_article02 .Area_arrow img {
      padding-bottom: 8px;
      padding-left: 5px; }
      @media (min-width: 768px) {
        .button_article02 .Area_arrow img {
          opacity: 0;
          padding-bottom: 0px;
          padding-top: 24px;
          padding-left: 17px; } }

a .button02.button_single .Area_arrow img {
  max-width: none; }
@media (min-width: 768px) {
  a:hover .Area_arrow:after {
    width: 60px;
    height: 60px; }
  a:hover .Area_arrow img {
    opacity: 1; } }

/* ======================================
headder
====================================== */
@media (min-width: 768px) {
  #top #header .Area_menu .nav_global > li > a {
    color: #fff; } }

#header {
  position: fixed;
  width: 100%;
  letter-spacing: 0.1em;
  top: 0;
  z-index: 100;
  margin: 0 auto;
  /*spメニュー用↓*/
  /*spメニュー用↑*/
  /*2nd用のヘッダー装飾↓*/
  /*2nd用のヘッダー装飾↑*/
  /*モーダルオープン時 非表示↓*/
  /*モーダルオープン時 非表示↑*/ }
  @media (min-width: 768px) {
    #header {
      position: absolute;
      top: 0px;
      min-width: 1280px; } }
  #header.active {
    height: 100lvh;
    background: url(../images/BG.jpg) !important;
    overflow: scroll; }
    @media (min-width: 768px) {
      #header.active {
        background: none; } }
    #header.active .inner .nav_btn .menu-trigger span {
      height: 26px;
      top: 15px;
      background-color: #707070 !important; }
    #header.active .inner .Area_menu {
      padding: 137px 30px;
      opacity: 1; }
  #header.header_2nd .inner .Area_menu .img_logo_2nd {
    filter: unset; }
  #header.header_2nd .inner .Area_menu .nav_global .header-nav__item a {
    color: #323232;
    /*テキストカラー*/ }
  #header.header_2nd .inner .nav_btn .menu-trigger span.dark-color {
    background-color: #707070;
    /*ハンバーガーの色*/ }
  #header.header_2nd .inner .nav_btn .menu-trigger span.light-color {
    background-color: #fff;
    /*ハンバーガーの色*/ }
  #header .inner {
    width: 100%;
    padding: 0;
    position: relative;
    /*ロゴ↓*/
    /*ロゴ↑*/
    /* ハンバーガーメニューアイコン↓ */
    /*ハンバーガーメニューアイコン↑ */ }
    @media (min-width: 768px) {
      #header .inner {
        max-width: none;
        margin-top: min(5vw, 80px); } }
    #header .inner .Area_menu {
      opacity: 0; }
      @media (min-width: 768px) {
        #header .inner .Area_menu {
          opacity: 1;
          padding-top: 0;
          padding-bottom: 0;
          width: 100%;
          padding-left: 6.5vw;
          padding-right: 6.5vw;
          display: flex;
          justify-content: space-between; } }
      #header .inner .Area_menu .nav_global {
        top: 0;
        bottom: 0;
        overflow: auto;
        line-height: 1.5;
        display: none; }
        #header .inner .Area_menu .nav_global:first-of-type {
          border-top: 1px solid #D0D0D0; }
        #header .inner .Area_menu .nav_global.address {
          text-align: center;
          font-size: 1.1rem;
          margin-top: 25px;
          line-height: 1.8; }
          #header .inner .Area_menu .nav_global.address:first-of-type {
            border-top: none; }
        @media (min-width: 768px) {
          #header .inner .Area_menu .nav_global {
            width: auto;
            position: static;
            display: flex !important;
            background-color: unset; }
            #header .inner .Area_menu .nav_global:first-of-type {
              border-top: none; } }
        #header .inner .Area_menu .nav_global > li {
          font-weight: 700;
          border-bottom: 1px solid #D0D0D0; }
          @media (min-width: 768px) {
            #header .inner .Area_menu .nav_global > li {
              border-bottom: none; } }
          #header .inner .Area_menu .nav_global > li > a {
            letter-spacing: 0.1em;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            font-weight: 400;
            padding: 18px 0;
            transition: none; }
            @media (min-width: 768px) {
              #header .inner .Area_menu .nav_global > li > a {
                letter-spacing: 1em;
                font-size: 1.5rem;
                color: #323232;
                padding: 0;
                transition: 0.3s; } }
            #header .inner .Area_menu .nav_global > li > a:before {
              content: "";
              display: block;
              width: 10px;
              height: 1px;
              background-color: #ADADAD;
              margin-right: 20px;
              background-size: cover; }
              @media (min-width: 768px) {
                #header .inner .Area_menu .nav_global > li > a:before {
                  display: none; } }
            #header .inner .Area_menu .nav_global > li > a span {
              font-family: "Cormorant Garamond", serif;
              font-optical-sizing: auto;
              font-weight: 600;
              font-style: normal;
              font-size: 1.3rem;
              color: #7c7c7c;
              margin-left: 20px;
              letter-spacing: 0.05em; }
          #header .inner .Area_menu .nav_global > li .sub {
            background-color: #f2f2f2;
            display: none; }
            @media (min-width: 768px) {
              #header .inner .Area_menu .nav_global > li .sub {
                width: 100%;
                position: absolute;
                left: 0; } }
            @media (min-width: 768px) {
              #header .inner .Area_menu .nav_global > li .sub .box {
                padding-top: 45px;
                padding-bottom: 40px;
                margin-left: auto;
                margin-right: auto; } }
            #header .inner .Area_menu .nav_global > li .sub .box .ttl a {
              padding: 20px;
              display: block;
              background-color: #f2f2f2; }
            @media (min-width: 768px) {
              #header .inner .Area_menu .nav_global > li .sub .box .ttl {
                margin-bottom: 13px;
                font-size: 1.8rem; }
                #header .inner .Area_menu .nav_global > li .sub .box .ttl a {
                  padding: 0;
                  display: inline-flex;
                  align-items: center;
                  justify-content: space-between; }
                  #header .inner .Area_menu .nav_global > li .sub .box .ttl a::after {
                    content: "";
                    width: 24px;
                    height: 6px;
                    display: block;
                    background-image: url("../images/arrow.svg");
                    background-repeat: no-repeat;
                    background-size: auto;
                    background-position: center center;
                    transition: all 0.3s;
                    opacity: 0; }
                  #header .inner .Area_menu .nav_global > li .sub .box .ttl a:hover::after {
                    margin-left: 35px;
                    opacity: 1;
                    filter: invert(46%) sepia(74%) saturate(0%) hue-rotate(149deg) brightness(96%) contrast(83%); } }
            #header .inner .Area_menu .nav_global > li .sub .box > ul {
              margin-bottom: -1px;
              padding-left: 20px;
              padding-right: 20px; }
              @media (min-width: 768px) {
                #header .inner .Area_menu .nav_global > li .sub .box > ul {
                  padding-left: 0;
                  padding-right: 0;
                  display: flex;
                  flex-wrap: wrap;
                  gap: 8%; } }
              #header .inner .Area_menu .nav_global > li .sub .box > ul > li {
                border-top: 1px solid #fff;
                font-weight: 400; }
                #header .inner .Area_menu .nav_global > li .sub .box > ul > li > a {
                  padding: 20px 0 20px 25px;
                  display: block;
                  position: relative; }
                  #header .inner .Area_menu .nav_global > li .sub .box > ul > li > a::before {
                    content: "";
                    width: 12px;
                    height: 1px;
                    background-color: #fff;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translate(0, -50%); }
                @media (min-width: 768px) {
                  #header .inner .Area_menu .nav_global > li .sub .box > ul > li {
                    width: 28%;
                    margin-bottom: 11px;
                    border-top: none;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                    font-weight: 700; }
                    #header .inner .Area_menu .nav_global > li .sub .box > ul > li > a {
                      padding: 16px 0;
                      display: flex;
                      align-items: center;
                      justify-content: space-between; }
                      #header .inner .Area_menu .nav_global > li .sub .box > ul > li > a::before {
                        display: none; }
                      #header .inner .Area_menu .nav_global > li .sub .box > ul > li > a::after {
                        content: "";
                        width: 24px;
                        height: 6px;
                        margin-right: 35px;
                        display: block;
                        background-image: url("../images/arrow.svg");
                        background-repeat: no-repeat;
                        background-size: auto;
                        background-position: center center;
                        transition: all 0.3s;
                        opacity: 0; }
                      #header .inner .Area_menu .nav_global > li .sub .box > ul > li > a:hover::after {
                        margin-right: 0;
                        opacity: 1;
                        filter: invert(46%) sepia(74%) saturate(0%) hue-rotate(149deg) brightness(96%) contrast(83%); } }
          #header .inner .Area_menu .nav_global > li > a.arrow {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            #header .inner .Area_menu .nav_global > li > a.arrow.arrow_pc {
              display: none; }
              @media (min-width: 768px) {
                #header .inner .Area_menu .nav_global > li > a.arrow.arrow_pc {
                  display: flex; } }
            #header .inner .Area_menu .nav_global > li > a.arrow.arrow_sp {
              display: flex; }
              @media (min-width: 768px) {
                #header .inner .Area_menu .nav_global > li > a.arrow.arrow_sp {
                  display: none; } }
            #header .inner .Area_menu .nav_global > li > a.arrow::after {
              content: "";
              height: calc(10px / 2 * tan(60deg));
              width: 10px;
              clip-path: polygon(0 0, 100% 0, 50% 100%);
              transition: all 0.3s;
              background-color: #fff; }
              @media (min-width: 768px) {
                #header .inner .Area_menu .nav_global > li > a.arrow::after {
                  margin-left: 10px; } }
            #header .inner .Area_menu .nav_global > li > a.arrow.active::after {
              transform: rotate(180deg); }
          @media (min-width: 768px) {
            #header .inner .Area_menu .nav_global > li {
              border-top: none;
              font-size: 1.3rem; }
              #header .inner .Area_menu .nav_global > li > a {
                margin-left: max(3.5vw, 50px);
                margin-right: max(3.5vw, 50px);
                display: flex;
                align-items: center; } }
    #header .inner .img_logo {
      display: none;
      position: absolute;
      filter: unset;
      width: 45px;
      height: 112px;
      background-image: url(../images/logo.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      top: 65px !important;
      left: calc(50% + 10px);
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      #header .inner .img_logo:first-of-type {
        border-top: none !important; }
      @media (min-width: 768px) {
        #header .inner .img_logo {
          position: absolute;
          filter: unset;
          width: 5.4vw;
          height: max(10vw, 188px);
          top: 50%;
          background-image: url("../images/logo.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          top: 45px;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); } }
    #header .inner .nav_btn {
      width: 60px;
      height: 60px;
      position: absolute;
      right: 0;
      top: 0; }
      #header .inner .nav_btn .menu-trigger {
        display: inline-block;
        box-sizing: border-box;
        position: relative;
        width: 60px;
        height: 60px; }
        #header .inner .nav_btn .menu-trigger span {
          display: inline-block;
          transition: all 0.2s;
          box-sizing: border-box;
          position: absolute;
          top: 20px;
          left: 0;
          width: 1px;
          height: 18px;
          background-color: #707070; }
          #header .inner .nav_btn .menu-trigger span:nth-of-type(1) {
            left: 20px; }
          #header .inner .nav_btn .menu-trigger span:nth-of-type(2) {
            left: calc(30px + 0.5px);
            height: 13px; }
          #header .inner .nav_btn .menu-trigger span:nth-of-type(3) {
            left: 40px; }
        #header.active .inner .nav_btn .menu-trigger {
          width: 28px; }
          #header.active .inner .nav_btn .menu-trigger span {
            background-color: #707070; }
            #header.active .inner .nav_btn .menu-trigger span:nth-of-type(1) {
              transform: translateX(10px) rotate(-48deg); }
            #header.active .inner .nav_btn .menu-trigger span:nth-of-type(2) {
              left: 30px;
              opacity: 0; }
            #header.active .inner .nav_btn .menu-trigger span:nth-of-type(3) {
              transform: translateX(-10px) rotate(48deg); }
      @media (min-width: 768px) {
        #header .inner .nav_btn {
          display: none; } }
  #header.modal-open {
    background: none !important;
    display: none !important; }

/*省略ヘッダー（PCのみ）↓*/
.omission {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 100;
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-100%);
  transition: transform .3s ease,opacity .3s ease; }
  @media (min-width: 768px) {
    .omission {
      min-width: 1280px; } }
  .omission.visible {
    transform: translateY(0);
    opacity: 1; }
  .omission .inner {
    width: 100%;
    padding: 0;
    position: relative;
    max-width: none;
    margin-top: 0;
    /*ロゴ↓*/
    /*ロゴ↑*/ }
    .omission .inner .Area_menu {
      width: 100%;
      display: flex;
      padding: 15px 6.5vw;
      justify-content: space-evenly; }
      .omission .inner .Area_menu .nav_global {
        top: 0;
        bottom: 0;
        overflow: auto;
        line-height: 1.5;
        width: auto;
        position: static;
        display: flex !important;
        background-color: unset;
        align-items: center; }
        .omission .inner .Area_menu .nav_global:first-of-type {
          border-top: none; }
        .omission .inner .Area_menu .nav_global > li {
          font-weight: 700;
          border-bottom: none;
          border-top: none;
          font-size: 1.3rem; }
          .omission .inner .Area_menu .nav_global > li > a {
            display: flex;
            align-items: center;
            font-weight: 400;
            transition: none;
            letter-spacing: 1em;
            color: #323232;
            padding: 0;
            color: #323232 !important;
            letter-spacing: 0.25em;
            font-size: min(1.4vw, 1.3rem);
            margin-left: 3vw;
            margin-right: 3vw;
            transition: 0.3s; }
            .omission .inner .Area_menu .nav_global > li > a:before {
              content: "";
              display: none; }
            .omission .inner .Area_menu .nav_global > li > a span {
              font-family: "Cormorant Garamond", serif;
              font-optical-sizing: auto;
              font-weight: 600;
              font-style: normal;
              font-size: 1.3rem;
              color: #7c7c7c;
              margin-left: 20px;
              letter-spacing: 0.05em; }
          .omission .inner .Area_menu .nav_global > li > a {
            margin-left: max(3.5vw, 50px);
            margin-right: max(3.5vw, 50px);
            display: flex;
            align-items: center; }
    .omission .inner .sp.exception {
      display: block !important; }
    .omission .inner .sp .img_logo {
      background-image: url("../images/logo.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      display: block !important;
      position: absolute;
      filter: unset !important;
      width: 45px;
      height: 100%;
      background-image: url(../images/logo_mark.svg);
      top: 0 !important;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
      .omission .inner .sp .img_logo:hover {
        opacity: 1; }
      .omission .inner .sp .img_logo:first-of-type {
        border-top: none !important; }

/*省略ヘッダー（PCのみ）↑*/
/* ======================================
TOP  ファーストビュー
====================================== */
.wrapper {
  position: relative;
  /*width:100vw;*/
  width: 100%;
  background: url(../images/BG.jpg) !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  @media (min-width: 768px) {
    .wrapper {
      min-width: 1280px;
      margin: -95px auto 0;
      /*position: absolute;*/ } }

.link_header_top_logo {
  position: relative; }
  @media (min-width: 768px) {
    .link_header_top_logo {
      min-width: 1280px;
      margin: 0 auto; } }
  .link_header_top_logo:hover {
    opacity: 1; }
  .link_header_top_logo .img_logo {
    position: absolute;
    filter: unset;
    width: 45px;
    height: 112px;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 65px;
    left: calc(50% + 10px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100; }
    @media (min-width: 768px) {
      .link_header_top_logo .img_logo {
        width: 78px;
        height: 188px;
        /*top:32px;*/
        top: -63px;
        left: calc(50% + 11px);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); } }
    .link_header_top_logo .img_logo.down {
      z-index: 10; }

/*TOP ムービー*/
.c-mv {
  position: relative;
  top: 0px;
  z-index: 1;
  aspect-ratio: 16/9;
  height: auto;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow: hidden; }
  @media (min-width: 768px) {
    .c-mv {
      top: 0px;
      width: 100%;
      height: 100svh;
      min-height: 720px; } }
  .c-mv .c-mv__video {
    box-sizing: border-box;
    height: 100svh;
    width: 500vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    pointer-events: none; }
    @media (min-width: 768px) {
      .c-mv .c-mv__video {
        height: 56.25vw;
        width: 177.77777778vh; } }
  .c-mv .c-mv__mask {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 2; }

/*TOP ファーストビュー ロゴ*/
.img_logo {
  width: 78px;
  height: 188px;
  position: absolute;
  top: 50%;
  left: calc(50% + 11px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  filter: invert(100%) brightness(100%);
  background: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100; }
  @media (min-width: 768px) {
    .img_logo {
      top: 32px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); } }

.fv_Area {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  /*TOP ファーストビュー コピー*/ }
  @media (min-width: 768px) {
    .fv_Area {
      width: 100%;
      overflow: visible;
      min-width: 1280px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      min-height: 720px; } }
  .fv_Area .h1_top {
    width: 125px;
    height: 300px;
    position: absolute;
    top: 55%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10; }
    .fv_Area .h1_top .h1_top_text {
      text-orientation: upright;
      margin: 0;
      letter-spacing: 0.4em;
      color: #fff;
      font-weight: 400 !important;
      line-height: 2.385;
      font-size: 2.6rem;
      opacity: 0;
      filter: blur(8px);
      scale: 1.4; }

/*スクロール誘導 pc*/
.items .item {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  /*pc*/
  /*sp*/ }
  @media (min-width: 768px) {
    .items .item {
      bottom: 75px; } }
  .items .item .mouse {
    width: 20px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    .items .item .mouse:before, .items .item .mouse:after {
      content: "";
      display: block;
      position: absolute; }
  .items .item .m-4:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 0px;
    left: calc(50% - 2.5px);
    background: #fff;
    opacity: 0;
    -webkit-animation: m-4-ball 3s ease-in-out infinite;
    animation: m-4-ball 3s ease-in-out infinite; }
  .items .item .m-4:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 0px;
    left: calc(50% - 2.5px);
    background: #fff;
    opacity: 0;
    -webkit-animation: m-4-ball 3s ease-in-out infinite;
    animation: m-4-ball 3s ease-in-out infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .items .item p.text_pc {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 43px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
  .items .item .block_scroll_sp {
    position: relative; }
    .items .item .block_scroll_sp .box_text {
      overflow: hidden;
      position: relative;
      width: 100px;
      margin-inline: auto;
      bottom: 0px; }
      @media (min-width: 768px) {
        .items .item .block_scroll_sp .box_text {
          bottom: 60px; } }
      .items .item .block_scroll_sp .box_text .text {
        width: 100%;
        color: #fff;
        font-size: 1.2rem;
        text-align: center; }
      .items .item .block_scroll_sp .box_text .line {
        margin-top: 25px;
        height: 40px;
        overflow: hidden; }
        .items .item .block_scroll_sp .box_text .line:after {
          content: "";
          display: block;
          width: 1px;
          border-left: 1px #fff solid;
          opacity: 0.4;
          animation: loop_sp 1.5s ease 0s infinite normal;
          margin: 0 auto 0; }

/*アニメーション pc*/
@-webkit-keyframes m-4-ball {
  50% {
    opacity: 1; }
  47.5%, 52.5% {
    transform: translateY(10px); }
  100% {
    transform: translateY(20px); } }
@keyframes m-4-ball {
  50% {
    opacity: 1; }
  47.5%, 52.5% {
    transform: translateY(10px); }
  100% {
    transform: translateY(20px); } }
/*アニメーション sp*/
@keyframes loop_sp {
  0% {
    height: 0px; }
  50% {
    height: 40px;
    margin-top: 0; }
  100% {
    margin-top: 40px;
    height: 40px; } }
/* ======================================
TOP
====================================== */
.section {
  /*TOP 導入*/
  /*TOP お知らせ*/
  /*TOP 交通 行事 弔う */
  /*TOP バナー*/ }
  .section.section_top_intro {
    padding-top: 55px; }
    @media (min-width: 768px) {
      .section.section_top_intro {
        padding-top: 130px; } }
    .section.section_top_intro .text_introduction {
      margin: 0 auto;
      font-size: 1.4rem;
      line-height: 2.15; }
      @media (min-width: 768px) {
        .section.section_top_intro .text_introduction {
          height: 295px;
          font-size: 1.4rem;
          line-height: 2.357; } }
      .section.section_top_intro .text_introduction p {
        text-indent: 1.3em; }
        @media (min-width: 768px) {
          .section.section_top_intro .text_introduction p {
            letter-spacing: 0.2em; } }
  .section .top_contena {
    /*TOP 由緒 境内*/
    /*TOP 教え*/ }
    .section .top_contena .simpleParallax {
      width: 100%; }
      @media (min-width: 768px) {
        .section .top_contena .simpleParallax {
          width: 55%;
          min-height: 533px; } }
      .section .top_contena .simpleParallax .img {
        width: 100%; }
        @media (min-width: 768px) {
          .section .top_contena .simpleParallax .img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            overflow: hidden; } }
    .section .top_contena .text {
      padding-top: 10px;
      font-size: 1.4rem;
      line-height: 2.143; }
      @media (min-width: 768px) {
        .section .top_contena .text {
          font-size: 1.4rem;
          height: 100%;
          padding-top: 155px;
          padding-bottom: min(10vw, 150px);
          padding-right: 362px;
          position: absolute;
          right: 0px;
          letter-spacing: 0.15em; } }
      @media (min-width: 1280px) {
        .section .top_contena .text {
          padding-right: 362px; } }
    @media (min-width: 768px) {
      .section .top_contena .block_h2 {
        margin-top: 0;
        padding-right: 250px;
        position: absolute;
        right: 0; } }
    @media (min-width: 1280px) {
      .section .top_contena .block_h2 {
        padding-right: 250px; } }
    .section .top_contena.reverse {
      overflow: hidden; }
      @media (min-width: 768px) {
        .section .top_contena.reverse {
          position: relative;
          height: 533px; }
          .section .top_contena.reverse .text {
            position: static;
            padding-right: 40px;
            padding-left: min(17vw, 250px); }
          .section .top_contena.reverse .block_h2 {
            position: static;
            padding-right: 0; }
          .section .top_contena.reverse .simpleParallax {
            width: 100%;
            top: 0;
            position: absolute;
            right: 0px;
            width: 55%;
            min-height: 533px; }
            .section .top_contena.reverse .simpleParallax .img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              overflow: hidden;
              top: 0;
              position: absolute;
              right: 0px; } }
  @media (min-width: 768px) {
    .section .Area_news {
      display: flex;
      justify-content: space-between; } }
  .section.pdt_list_news {
    padding-top: 0; }
    @media (min-width: 768px) {
      .section.pdt_list_news {
        padding-top: 105px; } }
  .section .list_news {
    width: 100%; }
    @media (min-width: 768px) {
      .section .list_news {
        width: 83.5%; } }
    @media (min-width: 768px) {
      .section .list_news.list_news_2nd {
        width: 100%; } }
    .section .list_news.list_news_2nd.wide {
      padding-left: 30px;
      padding-right: 30px; }
      @media (min-width: 768px) {
        .section .list_news.list_news_2nd.wide {
          padding-left: 100px;
          padding-right: 100px; } }
    .section .list_news li a {
      display: block;
      padding: 25px 0;
      border-top: 1px solid #C8C8C8;
      transition: 0.3s ease;
      font-weight: 400; }
      @media (min-width: 768px) {
        .section .list_news li a {
          padding: 35px 25px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          position: relative; }
          .section .list_news li a:hover {
            opacity: 1; }
            .section .list_news li a:hover:before {
              width: 100%;
              opacity: 1; }
          .section .list_news li a:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            transition: all 0.3s ease 0s;
            background-color: rgba(173, 173, 173, 0.5);
            z-index: 1;
            opacity: 0; } }
      .section .list_news li a .date {
        font-size: 1.4rem; }
        @media (min-width: 768px) {
          .section .list_news li a .date {
            font-size: 1.4rem;
            min-width: 200px;
            z-index: 2; } }
      .section .list_news li a .txt_news {
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 1.929; }
        @media (min-width: 768px) {
          .section .list_news li a .txt_news {
            font-size: 1.4rem;
            width: 80%;
            margin-top: 0px;
            line-height: 2.143;
            z-index: 2; } }
    .section .list_news li:last-of-type {
      border-bottom: 1px solid #C8C8C8; }
  @media (min-width: 768px) {
    .section .list_top_card {
      display: flex;
      justify-content: space-between; } }
  .section .list_top_card li {
    background-color: #fff; }
    .section .list_top_card li:not(:first-of-type) {
      margin-top: 60px; }
    @media (min-width: 768px) {
      .section .list_top_card li {
        width: 30%;
        transition: 0.3s; }
        .section .list_top_card li:hover {
          box-shadow: 0px 5px 15px rgba(84, 84, 84, 0.25); }
        .section .list_top_card li:not(:first-of-type) {
          margin-top: unset; } }
    @media (min-width: 768px) {
      .section .list_top_card li a {
        width: 100%; } }
    .section .list_top_card li a .Area_card_text {
      display: flex;
      padding-bottom: 15px;
      padding-left: 35px; }
      @media (min-width: 768px) {
        .section .list_top_card li a .Area_card_text {
          position: relative;
          height: 315px; } }
      .section .list_top_card li a .Area_card_text .block_h2 {
        margin-top: -5px;
        padding-right: 15px; }
        @media (min-width: 768px) {
          .section .list_top_card li a .Area_card_text .block_h2 {
            margin-top: 0;
            position: absolute;
            right: 50px;
            top: -95px;
            max-width: unset;
            padding-right: 0px;
            padding-left: 0; } }
        .section .list_top_card li a .Area_card_text .block_h2 h2.ttl_line_anime {
          height: 95px; }
          @media (min-width: 768px) {
            .section .list_top_card li a .Area_card_text .block_h2 h2.ttl_line_anime {
              height: 195px; } }
          .section .list_top_card li a .Area_card_text .block_h2 h2.ttl_line_anime span.h2 {
            height: 100px; }
            @media (min-width: 768px) {
              .section .list_top_card li a .Area_card_text .block_h2 h2.ttl_line_anime span.h2 {
                height: 195px; } }
          .section .list_top_card li a .Area_card_text .block_h2 h2.ttl_line_anime.line_anime span.h2_sab {
            height: 90px; }
            @media (min-width: 768px) {
              .section .list_top_card li a .Area_card_text .block_h2 h2.ttl_line_anime.line_anime span.h2_sab {
                height: 185px; } }
            .section .list_top_card li a .Area_card_text .block_h2 h2.ttl_line_anime.line_anime span.h2_sab:before {
              content: "";
              position: absolute;
              top: -15px;
              height: 20px;
              background-color: #fff;
              animation: growWhite 0.5s ease forwards; }
              @media (min-width: 768px) {
                .section .list_top_card li a .Area_card_text .block_h2 h2.ttl_line_anime.line_anime span.h2_sab:before {
                  top: 0;
                  height: 90px; } }
            .section .list_top_card li a .Area_card_text .block_h2 h2.ttl_line_anime.line_anime span.h2_sab:after {
              content: "";
              width: 1px;
              height: 90px;
              position: absolute;
              top: 5px;
              left: 0;
              background-color: #ADADAD;
              animation: growBlack 0.5s ease forwards;
              animation-delay: 0.5s; }
              @media (min-width: 768px) {
                .section .list_top_card li a .Area_card_text .block_h2 h2.ttl_line_anime.line_anime span.h2_sab:after {
                  top: 95px; } }
@keyframes growWhite {
  from {
    height: 0;
    opacity: 1; }
  to {
    height: 20px;
    opacity: 1; } }
@keyframes growBlack {
  from {
    height: 0;
    opacity: 1; }
  to {
    height: 90px;
    opacity: 1; } }
            @media (min-width: 768px) {
              @keyframes growWhite {
                from {
                  height: 0;
                  opacity: 1; }
                to {
                  height: 95px;
                  opacity: 1; } }
              @keyframes growBlack {
                from {
                  height: 0;
                  opacity: 1; }
                to {
                  height: 90px;
                  opacity: 1; } } }
      .section .list_top_card li a .Area_card_text p {
        font-size: 1.4rem;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 25px;
        line-height: 1.929; }
        @media (min-width: 768px) {
          .section .list_top_card li a .Area_card_text p {
            font-size: 1.5rem;
            padding-top: 35px;
            padding-left: 0px;
            padding-right: 0px;
            position: absolute;
            right: 160px;
            padding-bottom: 50px; } }
    .section .list_top_card li a:hover {
      opacity: 1; }
      .section .list_top_card li a:hover .Area_arrow:after {
        width: 60px;
        height: 60px; }
      .section .list_top_card li a:hover .Area_arrow img {
        opacity: 1; }
  @media (min-width: 768px) {
    .section .list_banner {
      display: flex;
      justify-content: space-between; } }
  .section .list_banner li {
    position: relative; }
    @media (min-width: 768px) {
      .section .list_banner li {
        width: 47.5%;
        transition: 0.3s; }
        .section .list_banner li:hover {
          box-shadow: 0px 5px 15px rgba(84, 84, 84, 0.5); } }
    .section .list_banner li:not(:first-of-type) {
      margin-top: 30px; }
      @media (min-width: 768px) {
        .section .list_banner li:not(:first-of-type) {
          margin-top: 0; } }
    @media (min-width: 768px) {
      .section .list_banner li.fullsize {
        width: 100%; } }
    .section .list_banner li a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      .section .list_banner li a img.img_banner {
        width: 100%;
        height: auto; }
      .section .list_banner li a .button_single {
        bottom: 20px;
        right: 20px; }
        @media (min-width: 768px) {
          .section .list_banner li a .button_single {
            bottom: 30px;
            right: 30px; } }
      .section .list_banner li a .button_white .Area_arrow:before {
        border: 1px solid #fff; }
      .section .list_banner li a .button_white .Area_arrow:after {
        background: #fff; }
      .section .list_banner li a:hover {
        opacity: 1; }
        .section .list_banner li a:hover .button_white .Area_arrow:after {
          background: #323232; }

/* ======================================
section
====================================== */
.section {
  padding-top: 55px;
  /*ボタン*/ }
  @media (min-width: 768px) {
    .section {
      padding-top: 150px; } }
  .section.end {
    padding-bottom: 80px; }
    @media (min-width: 768px) {
      .section.end {
        padding-bottom: 200px; } }
  .section.end_thanks {
    padding-bottom: 80px; }
    @media (min-width: 768px) {
      .section.end_thanks {
        padding-bottom: 200px; } }
  @media (min-width: 768px) {
    .section .Area_flex {
      display: flex;
      position: relative; } }
  .section .block_btn a {
    position: relative; }
    .section .block_btn a.box_link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 64px;
      border: 1px solid #ADADAD;
      border-radius: 100px;
      padding: 10px;
      background-color: none; }
      @media (min-width: 768px) {
        .section .block_btn a.box_link {
          height: 75px; } }
      .section .block_btn a.box_link:hover {
        opacity: 1; }
    @media (min-width: 768px) {
      .section .block_btn a.tell {
        border: none;
        pointer-events: none; } }
    .section .block_btn a.tell .box_text p.btn_text01 {
      font-size: 1.4rem;
      margin-bottom: 1.0vw; }
      @media (min-width: 768px) {
        .section .block_btn a.tell .box_text p.btn_text01 {
          font-size: 1.5rem;
          margin-bottom: 10px;
          letter-spacing: 0.1em; } }
    .section .block_btn a.tell .box_text p.btn_text02 {
      font-size: 2.0rem; }
      @media (min-width: 768px) {
        .section .block_btn a.tell .box_text p.btn_text02 {
          font-size: 3.2rem;
          letter-spacing: 0.1em; } }
      @media (min-width: 1270px) {
        .section .block_btn a.tell .box_text p.btn_text02 {
          font-size: min(2.2vw, 3.2rem); } }
    .section .block_btn a .box_text p {
      text-align: center;
      font-size: 1.5rem; }
      .section .block_btn a .box_text p.btn_text02 {
        font-size: 1.6rem;
        width: 100%;
        line-height: 1.4;
        /*max-width:45vw;*/ }
        @media (min-width: 768px) {
          .section .block_btn a .box_text p.btn_text02 {
            font-size: 1.6rem;
            letter-spacing: 0.1em;
            max-width: unset; } }
        .section .block_btn a .box_text p.btn_text02.btn_add_icon {
          width: unset;
          max-width: 170px; }
          @media (min-width: 768px) {
            .section .block_btn a .box_text p.btn_text02.btn_add_icon {
              max-width: unset; } }
        .section .block_btn a .box_text p.btn_text02.icon_tell {
          position: relative; }
          .section .block_btn a .box_text p.btn_text02.icon_tell:before {
            content: "";
            background-image: url("../images/icon_tell.svg");
            background-size: cover;
            width: 18px;
            height: 23.4px;
            position: absolute;
            top: 3px;
            left: -30px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }
            @media (min-width: 768px) {
              .section .block_btn a .box_text p.btn_text02.icon_tell:before {
                width: 26px;
                height: 34px;
                top: 55%;
                left: -45px; } }
    .section .block_btn a .button02 {
      position: absolute;
      right: 15px; }
      @media (min-width: 768px) {
        .section .block_btn a .button02 {
          right: 6px; } }
      .section .block_btn a .button02 .Area_arrow:before {
        border: none; }
    .section .block_btn a:hover .Area_arrow:after {
      width: 50px;
      height: 50px; }
  .section .block_btn .btn_text03 {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 15px;
    letter-spacing: 0.1em; }
    @media (min-width: 768px) {
      .section .block_btn .btn_text03 {
        margin-top: 25px;
        /*margin-top:min(1.38vw,20px);*/
        margin-top: 15px;
        font-size: 1.4rem; } }

/* ======================================
section 2nd
====================================== */
.section {
  position: relative;
  /*由緒*/
  /*弔う*/
  /*弔う アコーディオン*/
  /*弔う 予約*/
  /*ご供養 寺宝*/
  /*行事*/
  /*お知らせ*/
  /*お知らせ 詳細*/
  /*交通*/
  /*お問合せ*/
  /*個人情報保護方針*/ }
  @media (min-width: 768px) {
    .section .img_2nd_main {
      min-height: 400px;
      object-fit: cover;
      overflow: hidden; } }
  .section .img_2nd_wide {
    min-height: 300px;
    object-fit: cover;
    overflow: hidden; }
    @media (min-width: 768px) {
      .section .img_2nd_wide {
        min-height: 400px; } }
  .section .caption {
    font-size: 1.3rem;
    margin-top: 10px;
    line-height: 1.538;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .section .caption {
        text-align: right;
        padding: 0 20px 0 0; } }
    @media (min-width: 768px) {
      .section .caption.caption_inside {
        padding: 0 100px 0 0; } }
  .section .Area_text_2nd_main {
    margin-top: 50px;
    position: relative; }
    @media (min-width: 768px) {
      .section .Area_text_2nd_main {
        margin-top: 60px;
        height: 295px;
        display: flex;
        justify-content: center; } }
    @media (min-width: 768px) {
      .section .Area_text_2nd_main.tall {
        height: 400px; } }
    .section .Area_text_2nd_main .h2_2nd {
      margin-top: 20px;
      line-height: 2;
      letter-spacing: 0.35em; }
      @media (min-width: 768px) {
        .section .Area_text_2nd_main .h2_2nd {
          margin-top: 0;
          margin-left: 20px; } }
    .section .Area_text_2nd_main .text_2nd_main {
      margin-top: 30px;
      line-height: 2.357;
      letter-spacing: 0.05em;
      font-size: 1.4rem; }
      @media (min-width: 768px) {
        .section .Area_text_2nd_main .text_2nd_main {
          margin-top: 0;
          margin-left: 30px;
          letter-spacing: 0.15em;
          font-size: 1.4rem !important; } }
      .section .Area_text_2nd_main .text_2nd_main p {
        text-indent: 1em; }
        @media (min-width: 768px) {
          .section .Area_text_2nd_main .text_2nd_main p {
            font-size: 1.4rem !important;
            text-indent: 1.1em; } }
    .section .Area_text_2nd_main .list_name {
      font-size: 1.4rem;
      margin-top: 35px;
      letter-spacing: 0.2em; }
      @media (min-width: 768px) {
        .section .Area_text_2nd_main .list_name {
          margin-top: 0;
          letter-spacing: 0.5em;
          font-size: 1.4rem;
          text-align: right; } }
      .section .Area_text_2nd_main .list_name li {
        margin-top: 10px; }
        @media (min-width: 768px) {
          .section .Area_text_2nd_main .list_name li {
            margin-left: 12px;
            margin-top: 0; } }
    .section .Area_text_2nd_main img {
      width: 60px;
      height: 60px;
      position: absolute;
      bottom: -10px;
      left: 280px; }
      @media (min-width: 768px) {
        .section .Area_text_2nd_main img {
          width: 70px;
          height: 70px;
          margin-top: 245px;
          margin-right: 28px;
          position: static; } }
  .section .column_1 {
    line-height: 1.929;
    font-size: 1.4rem;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .section .column_1 {
        column-gap: 50px;
        line-height: 2.143;
        margin-top: 50px;
        font-size: 1.4rem; } }
    .section .column_1.jihou {
      text-align: center; }
      @media (min-width: 768px) {
        .section .column_1.jihou {
          margin-top: 90px; } }
  .section .column_2 {
    line-height: 1.929;
    font-size: 1.4rem;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .section .column_2 {
        columns: 2;
        column-gap: 50px;
        line-height: 2.143;
        margin-top: 50px;
        font-size: 1.4rem; } }
  .section .Area_profile {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .section .Area_profile {
        margin-top: 140px; } }
    .section .Area_profile .block_profile {
      border: 1px solid #ADADAD;
      padding: 40px 30px; }
      @media (min-width: 768px) {
        .section .Area_profile .block_profile {
          padding: 44px 40px 40px; } }
      .section .Area_profile .block_profile .h3_2nd {
        text-align: center;
        margin-bottom: 35px; }
      .section .Area_profile .block_profile .subhead {
        font-size: 1.4rem;
        line-height: 1.625;
        margin-top: 28px;
        font-weight: 500; }
      .section .Area_profile .block_profile .block_profile02 {
        margin: 0 auto; }
        @media (min-width: 768px) {
          .section .Area_profile .block_profile .block_profile02 {
            display: flex; } }
      .section .Area_profile .block_profile .text01 {
        font-size: 1.4rem;
        line-height: 1.786; }
        @media (min-width: 768px) {
          .section .Area_profile .block_profile .text01 {
            line-height: 2.143; } }
      .section .Area_profile .block_profile .ttl {
        font-size: 1.4rem;
        text-align: center; }
        @media (min-width: 768px) {
          .section .Area_profile .block_profile .ttl {
            text-align: left;
            font-size: 1.4rem; } }
      .section .Area_profile .block_profile .box_img {
        min-width: 180px;
        padding-left: 9px;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          .section .Area_profile .block_profile .box_img {
            min-width: 194px;
            margin-bottom: 0px; } }
        .section .Area_profile .block_profile .box_img img {
          width: 180px;
          height: 180px;
          display: block;
          max-width: unset;
          margin: 0 auto; }
          @media (min-width: 768px) {
            .section .Area_profile .block_profile .box_img img {
              width: 176px;
              height: 176px; } }
        .section .Area_profile .block_profile .box_img .txt01 {
          text-align: center;
          font-size: 1.3rem;
          margin-top: 20px; }
        .section .Area_profile .block_profile .box_img .txt02 {
          text-align: center;
          font-size: 1.5rem;
          margin-top: 8px;
          color: #323232;
          font-weight: 500; }
        .section .Area_profile .block_profile .box_img .txt03 {
          text-align: center;
          font-size: 1.4rem;
          margin-top: 7px;
          color: #5A5A5A;
          font-family: "Cormorant Garamond", serif;
          font-optical-sizing: auto;
          font-weight: 600;
          font-style: normal;
          letter-spacing: 0.02em;
          font-weight: 500; }
      @media (min-width: 768px) {
        .section .Area_profile .block_profile .box_profile_text {
          margin-left: 34px; } }
      .section .Area_profile .block_profile .box_profile_text .list_profile {
        margin-top: 25px; }
        .section .Area_profile .block_profile .box_profile_text .list_profile li {
          font-size: 1.4rem;
          line-height: 1.643; }
          .section .Area_profile .block_profile .box_profile_text .list_profile li:not(:first-of-type) {
            margin-top: 8px; }
          @media (min-width: 768px) {
            .section .Area_profile .block_profile .box_profile_text .list_profile li {
              display: flex; } }
          .section .Area_profile .block_profile .box_profile_text .list_profile li p {
            font-size: 1.4rem;
            line-height: 1.643; }
            @media (min-width: 768px) {
              .section .Area_profile .block_profile .box_profile_text .list_profile li p {
                font-size: 1.4rem; }
                .section .Area_profile .block_profile .box_profile_text .list_profile li p.year {
                  min-width: 165px; }
                .section .Area_profile .block_profile .box_profile_text .list_profile li p.text {
                  margin-left: 25px; } }
        .section .Area_profile .block_profile .box_profile_text .list_profile.list_profile02 {
          margin-top: 12px; }
          .section .Area_profile .block_profile .box_profile_text .list_profile.list_profile02 li {
            text-indent: -1em;
            padding-left: 1em; }
            @media (min-width: 768px) {
              .section .Area_profile .block_profile .box_profile_text .list_profile.list_profile02 li {
                display: block; } }
            .section .Area_profile .block_profile .box_profile_text .list_profile.list_profile02 li:before {
              content: "・";
              font-size: 1.4rem; }
    .section .Area_profile .group_profile02 {
      border-top: 1px solid #ADADAD;
      margin-top: 30px;
      padding-top: 30px; }
      .section .Area_profile .group_profile02 .box_img .txt01 {
        margin-top: 0px; }
        @media (min-width: 768px) {
          .section .Area_profile .group_profile02 .box_img .txt01 {
            margin-top: 5px; } }
      .section .Area_profile .group_profile02 .box_profile_text .list_profile {
        margin-top: 20px; }
        @media (min-width: 768px) {
          .section .Area_profile .group_profile02 .box_profile_text .list_profile {
            margin-top: 0; } }
  .section .list_history {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .section .list_history {
        margin-top: 93px; } }
    .section .list_history li {
      padding-bottom: 50px;
      display: grid;
      margin-left: 30px;
      position: relative; }
      @media (min-width: 768px) {
        .section .list_history li {
          display: flex; } }
      .section .list_history li:before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 3.5px;
        background-color: #ADADAD;
        margin-top: 0.75em;
        margin-left: -30px; }
      .section .list_history li:after {
        content: "";
        position: absolute;
        left: -27px;
        top: 8px;
        background: #ADADAD;
        width: 1px;
        height: 100%;
        padding-bottom: 20px; }
      .section .list_history li p {
        font-size: 1.4rem;
        line-height: 1.571; }
        @media (min-width: 768px) {
          .section .list_history li p {
            font-size: 1.4rem; } }
        .section .list_history li p.year {
          min-width: 170px; }
  .section .Area_pray_guid {
    margin-top: 60px; }
    .section .Area_pray_guid .block_pray_guid {
      border: 1px solid #ADADAD;
      padding: 40px 30px; }
      @media (min-width: 768px) {
        .section .Area_pray_guid .block_pray_guid {
          padding: 50px 60px 50px 70px; } }
      .section .Area_pray_guid .block_pray_guid .h3_2nd {
        text-align: center; }
      .section .Area_pray_guid .block_pray_guid .list_pray_guid {
        margin-top: 30px; }
        .section .Area_pray_guid .block_pray_guid .list_pray_guid li {
          font-size: 1.4rem;
          line-height: 1.786;
          padding-left: 20px;
          margin-top: 3px; }
          @media (min-width: 768px) {
            .section .Area_pray_guid .block_pray_guid .list_pray_guid li {
              font-size: 1.4rem; } }
          .section .Area_pray_guid .block_pray_guid .list_pray_guid li:before {
            content: "・";
            font-size: 1.4rem;
            margin-left: -27px;
            margin-right: 10px; }
            @media (min-width: 768px) {
              .section .Area_pray_guid .block_pray_guid .list_pray_guid li:before {
                font-size: 1.4rem; } }
  .section .pray_adj {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .section .pray_adj {
        margin-top: 10px; } }
  .section .accordion_pray .p-question {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .section .accordion_pray .p-question {
        margin-top: 50px; } }
    .section .accordion_pray .p-question .p-question__contents {
      display: inline-block; }
      .section .accordion_pray .p-question .p-question__contents .p-question__accordion-list {
        position: relative;
        font-size: 14px; }
        .section .accordion_pray .p-question .p-question__contents .p-question__accordion-list:not(:first-child) {
          margin-top: 32px; }
        .section .accordion_pray .p-question .p-question__contents .p-question__accordion-list .p-question__accordion-title {
          cursor: pointer;
          position: relative;
          line-height: 1.5;
          display: flex;
          align-items: center; }
          .section .accordion_pray .p-question .p-question__contents .p-question__accordion-list .p-question__accordion-title p.text_click {
            font-family: "Cormorant Garamond", serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal;
            padding-left: 25px;
            font-size: 1.2rem;
            letter-spacing: 0.1em;
            padding-top: 2px; }
          .section .accordion_pray .p-question .p-question__contents .p-question__accordion-list .p-question__accordion-title p.text_ttl {
            margin-left: 5px;
            font-size: 1.6rem;
            font-weight: 500;
            border-bottom: 1px solid #ADADAD;
            padding: 0 5px; }
            @media (min-width: 768px) {
              .section .accordion_pray .p-question .p-question__contents .p-question__accordion-list .p-question__accordion-title p.text_ttl {
                margin-left: 5px;
                font-size: 1.6rem; } }
          .section .accordion_pray .p-question .p-question__contents .p-question__accordion-list .p-question__accordion-title::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 25%;
            left: 0;
            transform: translateY(-50%) rotate(135deg);
            width: 15px;
            height: 15px;
            border-top: 1px solid #ADADAD;
            border-right: 1px solid #ADADAD;
            transition: .3s; }
        .section .accordion_pray .p-question .p-question__contents .p-question__accordion-list .p-question__accordion-text {
          display: none; }
        .section .accordion_pray .p-question .p-question__contents .p-question__accordion-list .p-question__accordion-box {
          color: #000000;
          line-height: 1.5;
          position: relative; }
        .section .accordion_pray .p-question .p-question__contents .p-question__accordion-list .open::before {
          transform: rotate(-45deg); }
  .section .table_pray {
    margin-top: 50px;
    border-bottom: 1px solid #ADADAD;
    border-left: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD; }
    .section .table_pray tr {
      border-top: 1px solid #ADADAD; }
      .section .table_pray tr th {
        width: 113px;
        font-size: 1.4rem;
        line-height: 1.643;
        padding: 15px;
        background-color: rgba(173, 173, 173, 0.1) !important;
        font-weight: 400;
        border-right: 1px solid #ADADAD;
        vertical-align: middle;
        text-align: left; }
        @media (min-width: 768px) {
          .section .table_pray tr th {
            width: 240px;
            padding: 15px 30px; } }
      .section .table_pray tr td {
        font-size: 1.4rem;
        line-height: 1.643;
        padding: 15px; }
        @media (min-width: 768px) {
          .section .table_pray tr td {
            padding: 15px 30px; } }
  .section .Area_reservation {
    margin-top: 50px;
    border: 1px solid #ADADAD;
    padding: 40px 30px; }
    @media (min-width: 768px) {
      .section .Area_reservation {
        /*padding:3.47vw 2.8vw 3.47vw 2.8vw;*/
        padding: 40px; } }
    .section .Area_reservation .h3_2nd {
      text-align: center; }
    .section .Area_reservation .text {
      font-size: 1.4rem;
      margin-top: 30px;
      line-height: 1.786; }
      @media (min-width: 768px) {
        .section .Area_reservation .text {
          font-size: 1.4rem; } }
    .section .Area_reservation .kome {
      margin-top: 5px; }
    .section .Area_reservation .list_btn {
      margin-top: 30px; }
      @media (min-width: 1350px) {
        .section .Area_reservation .list_btn {
          display: flex;
          justify-content: space-between; } }
      .section .Area_reservation .list_btn .block_btn {
        width: 100%;
        margin-top: 30px; }
        @media (min-width: 1350px) {
          .section .Area_reservation .list_btn .block_btn {
            width: 48%;
            min-width: 353px;
            margin-top: 30px; } }
        @media (min-width: 768px) {
          .section .Area_reservation .list_btn .block_btn .box_link {
            width: 370px;
            margin: 0 auto; } }
        @media (min-width: 768px) {
          .section .Area_reservation .list_btn .block_btn:nth-of-type(2) {
            margin-top: 40px; } }
        @media (min-width: 1350px) {
          .section .Area_reservation .list_btn .block_btn:nth-of-type(2) {
            margin-top: 30px; } }
  .section .column_2_img_text {
    margin-top: 55px; }
    @media (min-width: 768px) {
      .section .column_2_img_text {
        display: flex;
        align-items: center;
        margin-top: 75px; } }
    .section .column_2_img_text.jihou {
      margin-top: 35px; }
      .section .column_2_img_text.jihou:not(:first-of-type) {
        margin-top: 55px; }
      @media (min-width: 768px) {
        .section .column_2_img_text.jihou {
          margin-top: 75px; }
          .section .column_2_img_text.jihou:not(:first-of-type) {
            margin-top: 75px; } }
      .section .column_2_img_text.jihou .block_text {
        margin-top: 20px; }
        @media (min-width: 768px) {
          .section .column_2_img_text.jihou .block_text {
            margin-top: -40px; } }
      @media (min-width: 768px) {
        .section .column_2_img_text.jihou .block_img .Area_swiper {
          width: min(54vw, 780px); }
          .section .column_2_img_text.jihou .block_img .Area_swiper .swiper01 {
            width: min(54vw, 780px); } }
      @media (min-width: 768px) {
        .section .column_2_img_text.jihou .block_img img {
          width: min(54vw, 780px); } }
    @media (min-width: 768px) {
      .section .column_2_img_text .block_img img {
        width: 780px;
        min-height: 520px;
        object-fit: cover; } }
    .section .column_2_img_text .block_text {
      padding-left: 30px;
      padding-right: 30px;
      margin-top: 40px; }
      @media (min-width: 768px) {
        .section .column_2_img_text .block_text {
          width: 660px; } }
      .section .column_2_img_text .block_text p {
        margin-top: 12px;
        font-size: 1.4rem;
        line-height: 1.929; }
        @media (min-width: 768px) {
          .section .column_2_img_text .block_text p {
            margin-top: 25px;
            font-size: 1.4rem;
            line-height: 2.143; } }
      .section .column_2_img_text .block_text .logo_ryouran {
        margin-top: 40px;
        text-align: right; }
        .section .column_2_img_text .block_text .logo_ryouran img {
          width: 163px;
          height: 55px; }
    .section .column_2_img_text.img_left .block_img {
      padding-right: 20px; }
      @media (min-width: 768px) {
        .section .column_2_img_text.img_left .block_img {
          padding-right: 0; } }
    @media (min-width: 768px) {
      .section .column_2_img_text.img_left .block_text {
        padding-right: 250px;
        padding-left: 100px; } }
    .section .column_2_img_text.img_right .block_img {
      padding-left: 20px; }
      @media (min-width: 768px) {
        .section .column_2_img_text.img_right .block_img {
          padding-left: 0; } }
    @media (min-width: 768px) {
      .section .column_2_img_text.img_right .block_text {
        padding-right: 100px;
        padding-left: 250px; } }
  .section .accordion_schedule {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .section .accordion_schedule {
        margin-top: 60px; } }
    .section .accordion_schedule.wide {
      padding-left: 30px;
      padding-right: 30px; }
      @media (min-width: 768px) {
        .section .accordion_schedule.wide {
          padding-left: 100px;
          padding-right: 100px; } }
    .section .accordion_schedule .p-question {
      border-top: 1px solid #d0d0d0; }
      .section .accordion_schedule .p-question:last-of-type {
        border-bottom: 1px solid #d0d0d0; }
      @media (min-width: 768px) {
        .section .accordion_schedule .p-question {
          border-top: none;
          pointer-events: none; }
          .section .accordion_schedule .p-question:last-of-type {
            border-bottom: 1px solid #ADADAD; } }
      .section .accordion_schedule .p-question.pc {
        background: rgba(173, 173, 173, 0.1); }
      .section .accordion_schedule .p-question .p-question__accordion-list {
        position: relative; }
        @media (min-width: 768px) {
          .section .accordion_schedule .p-question .p-question__accordion-list {
            display: flex !important;
            border-top: 1px solid #ADADAD;
            border-right: 1px solid #ADADAD; } }
        .section .accordion_schedule .p-question .p-question__accordion-list:not(:first-child) {
          margin-top: 32px; }
        .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title {
          cursor: pointer;
          position: relative;
          line-height: 1.5;
          font-size: 1.4rem;
          width: 100%;
          padding: 15px 10px; }
          @media (min-width: 768px) {
            .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title {
              width: 50%;
              display: flex;
              align-items: stretch;
              min-height: 70px;
              padding: 0; } }
          @media (min-width: 768px) {
            .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title p {
              border-left: 1px solid #ADADAD;
              padding: 0 2vw;
              padding-top: 10px;
              padding-bottom: 10px;
              display: flex;
              align-items: center;
              min-height: 70px; } }
          .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title p:nth-of-type(1) {
            width: 70%; }
          .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title p:nth-of-type(2) {
            margin-top: 8px; }
            @media (min-width: 768px) {
              .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title p:nth-of-type(2) {
                width: 30%;
                margin-top: 0px; } }
          .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title p.center {
            justify-content: center; }
          .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title.center {
            text-align: center; }
          .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title:before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 49%;
            right: 10px;
            width: 21px;
            border-top: 1px solid #000000;
            transition: .3s; }
            @media (min-width: 768px) {
              .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title:before {
                content: none;
                border-top: none; } }
          .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 40%;
            right: 20px;
            height: 21px;
            border-right: 1px solid #000000;
            transition: .3s; }
            @media (min-width: 768px) {
              .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title:after {
                content: none;
                border-right: none; } }
          .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title.open:after {
            transform: rotate(-90deg);
            opacity: 0; }
          .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title .ttl_schedule {
            max-width: 71%; }
          .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title .icon_schedule {
            padding: 0px 7px 1px;
            background-color: rgba(50, 50, 50, 0.9);
            color: #fff;
            font-size: 1.3rem;
            margin-right: 15px;
            margin-bottom: 10px;
            display: table;
            min-width: 56px; }
            @media (min-width: 768px) {
              .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-title .icon_schedule {
                display: inline;
                margin-bottom: 0px; } }
        .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-text {
          display: none;
          font-size: 1.4rem; }
          @media (min-width: 768px) {
            .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-text {
              display: flex !important;
              align-items: stretch;
              min-height: 70px;
              width: 50%;
              padding: 0; } }
          .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-text .p-question__accordion-box {
            color: #000000;
            line-height: 1.5;
            position: relative;
            border-top: 1px solid #d0d0d0;
            padding: 15px 10px; }
            @media (min-width: 768px) {
              .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-text .p-question__accordion-box {
                min-height: 70px;
                border-top: 0;
                border-left: 1px solid #ADADAD;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: min(2vw, 30px);
                padding-right: min(2vw, 30px);
                display: flex;
                align-items: center; }
                .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-text .p-question__accordion-box:nth-of-type(1) {
                  width: 28.977%; }
                .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-text .p-question__accordion-box:nth-of-type(2) {
                  width: 71.023%; }
                .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-text .p-question__accordion-box.center {
                  text-align: center; } }
            .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-text .p-question__accordion-box.center {
              justify-content: center; }
            .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-text .p-question__accordion-box span.sp {
              display: inline-block !important;
              margin-right: min(14vw, 50px); }
              @media (min-width: 768px) {
                .section .accordion_schedule .p-question .p-question__accordion-list .p-question__accordion-text .p-question__accordion-box span.sp {
                  display: none !important;
                  margin-right: 0; } }
  .section .list_pagenation {
    margin-top: 65px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section .list_pagenation li {
      font-size: 1.4rem;
      text-align: center; }
      .section .list_pagenation li:not(:first-of-type) {
        margin-left: 35px; }
      @media (min-width: 768px) {
        .section .list_pagenation li:not(:first-of-type) {
          margin-left: 65px; } }
      .section .list_pagenation li a {
        transition: 0.3s;
        z-index: 1;
        position: relative;
        /*ホバー*/
        /*カレント*/ }
        .section .list_pagenation li a:after {
          content: "";
          transition: 0.3s;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          content: "";
          width: 44px;
          height: 44px;
          border-radius: 22px;
          border: unset;
          background: unset;
          z-index: -1; }
        .section .list_pagenation li a:hover {
          opacity: 1;
          z-index: 1;
          transition: 0.3s; }
          @media (min-width: 768px) {
            .section .list_pagenation li a:hover {
              color: #fff; } }
          @media (min-width: 768px) {
            .section .list_pagenation li a:hover:after {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              content: "";
              width: 44px;
              height: 44px;
              border-radius: 22px;
              border: unset;
              background: #323232;
              z-index: -1; } }
        .section .list_pagenation li a.current {
          position: relative;
          width: 28px;
          height: 28px;
          color: #fff; }
          @media (min-width: 768px) {
            .section .list_pagenation li a.current {
              width: 44px;
              height: 44px;
              color: #323232; } }
          .section .list_pagenation li a.current:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            width: 28px;
            height: 28px;
            border-radius: 14px;
            background: #323232;
            z-index: -1;
            transition: 0.3s; }
            @media (min-width: 768px) {
              .section .list_pagenation li a.current:before {
                width: 44px;
                height: 44px;
                border-radius: 22px;
                border: 1px solid #ADADAD;
                background: none; } }
          @media (min-width: 768px) {
            .section .list_pagenation li a.current:hover {
              color: #fff; } }
        .section .list_pagenation li a.back {
          margin-right: 20px;
          display: block;
          position: relative; }
          @media (min-width: 768px) {
            .section .list_pagenation li a.back {
              width: 14px;
              height: 25px; } }
          .section .list_pagenation li a.back:before, .section .list_pagenation li a.back:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 14px;
            height: 1px;
            border-radius: 9999px;
            background-color: #ADADAD;
            transform-origin: 0%; }
            @media (min-width: 768px) {
              .section .list_pagenation li a.back:before, .section .list_pagenation li a.back:after {
                width: 20px; } }
          .section .list_pagenation li a.back:before {
            transform: rotate(42deg); }
          .section .list_pagenation li a.back:after {
            transform: rotate(-42deg); }
        .section .list_pagenation li a.next {
          margin-left: 20px;
          display: block;
          position: relative; }
          @media (min-width: 768px) {
            .section .list_pagenation li a.next {
              width: 14px;
              height: 25px; } }
          .section .list_pagenation li a.next:before, .section .list_pagenation li a.next:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            width: 14px;
            height: 1px;
            border-radius: 9999px;
            background-color: #ADADAD;
            transform-origin: 100%; }
            @media (min-width: 768px) {
              .section .list_pagenation li a.next:before, .section .list_pagenation li a.next:after {
                width: 20px; } }
          .section .list_pagenation li a.next:before {
            transform: rotate(42deg); }
          .section .list_pagenation li a.next:after {
            left: unset;
            transform: rotate(-42deg); }
  @media (min-width: 768px) {
    .section .Area_information_title {
      margin-top: 65px; } }
  .section .Area_information_title .date {
    font-size: 1.4rem; }
  .section .Area_information_title h1.h1_2nd_information {
    margin-top: 10px;
    font-size: 2.2rem;
    line-height: 1.545; }
    @media (min-width: 768px) {
      .section .Area_information_title h1.h1_2nd_information {
        font-size: 2.3rem;
        margin-top: 15px;
        line-height: 1.478; } }
  .section .Area_information_text {
    margin-top: 30px;
    /*img{
    	margin-top:50px;
    	@media (min-width:768px) { 
    		margin-top:100px;
    	}
    }*/
    /*WP用*/
    		/*.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    			 top: calc(100% + -50px)!important;
    			 overflow:unset!important;
    			 flex-basis: 100%; 
        		 flex-grow: 1;
    		}
    		.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    			content:none;
    		}*/ }
    @media (min-width: 768px) {
      .section .Area_information_text {
        margin-top: 65px; } }
    .section .Area_information_text h2 {
      font-size: 2.0rem;
      line-height: 1.55;
      margin-top: 30px; }
      @media (min-width: 768px) {
        .section .Area_information_text h2 {
          margin-top: 65px; } }
    .section .Area_information_text h3 {
      font-size: 1.8rem;
      line-height: 1.556;
      margin-top: 30px; }
      @media (min-width: 768px) {
        .section .Area_information_text h3 {
          margin-top: 65px; } }
    .section .Area_information_text h4 {
      font-size: 1.6rem;
      line-height: 1.625;
      margin-top: 30px; }
      @media (min-width: 768px) {
        .section .Area_information_text h4 {
          margin-top: 65px; } }
    .section .Area_information_text p {
      font-size: 1.4rem;
      line-height: 1.929;
      margin-top: 10px;
      /*WP用↓*/
      /*WP用↑*/ }
      @media (min-width: 768px) {
        .section .Area_information_text p {
          margin-top: 20px; } }
      .section .Area_information_text p.icon_pdf a:before {
        content: url(../images/icon_pdf.svg);
        vertical-align: middle;
        margin-right: 5px; }
      .section .Area_information_text p a {
        display: inline-block;
        max-width: 100%;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal; }
      .section .Area_information_text p.has-small-font-size {
        font-size: 1.4rem !important; }
      .section .Area_information_text p.has-medium-font-size {
        font-size: 1.6rem !important; }
      .section .Area_information_text p.has-large-font-size {
        font-size: 1.8rem !important; }
      .section .Area_information_text p.has-x-large-font-size {
        font-size: 2rem !important; }
    .section .Area_information_text ul li {
      font-size: 1.4rem;
      line-height: 1.929;
      margin-top: 5px; }
    .section .Area_information_text figcaption {
      font-size: 1.3rem;
      line-height: 1.538;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .section .Area_information_text figcaption {
          margin-top: 15px; } }
    .section .Area_information_text iframe {
      margin-top: 50px; }
    .section .Area_information_text img + p, .section .Area_information_text figcaption + p, .section .Area_information_text iframe + p, .section .Area_information_text table + p, .section .Area_information_text p + p {
      margin-top: 35px; }
    .section .Area_information_text figcaption {
      /*margin-bottom:45px;*/
      /*WP用*/
      /*background: none!important;
      color:$c_02!important;
      text-shadow:none!important;
      text-align: center!important;*/ }
    .section .Area_information_text h2:first-child, .section .Area_information_text h3:first-child, .section .Area_information_text h4:first-child, .section .Area_information_text p:first-child, .section .Area_information_text img:first-child, .section .Area_information_text iframe:first-child {
      margin-top: 0px; }
    .section .Area_information_text h6 {
      /*注釈*/
      font-size: 1.2rem;
      margin-top: 15px;
      line-height: 1.4;
      text-indent: -1.5em;
      padding-left: 1.5em;
      font-weight: 400; }
      .section .Area_information_text h6:before {
        content: "※";
        font-size: 1.2rem;
        padding-right: 0.5em; }
    .section .Area_information_text ul {
      /*リスト*/
      margin-top: 35px; }
      .section .Area_information_text ul li {
        font-size: 1.4rem;
        text-indent: -1.1em;
        padding-left: 1.1em;
        line-height: 1.455; }
        .section .Area_information_text ul li:before {
          content: "・";
          font-size: 1.4rem; }
    .section .Area_information_text .wp-block-gallery {
      /*WP用*/
      margin: 35px auto 50px; }
      @media (min-width: 768px) {
        .section .Area_information_text .wp-block-gallery {
          margin-top: 50px; } }
    .section .Area_information_text .wp-block-image {
      /*WP用*/
      margin: 35px auto 50px;
      display: block; }
      @media (min-width: 768px) {
        .section .Area_information_text .wp-block-image {
          margin-top: 50px; } }
    .section .Area_information_text .wp-block-image :where(figcaption) {
      margin-bottom: 0em !important; }
  .section .information_link_back {
    display: inline-flex;
    align-items: center;
    margin-top: 70px; }
    .section .information_link_back .button_single {
      position: static; }
    .section .information_link_back p {
      font-size: 1.4rem;
      margin-left: 10px; }
    .section .information_link_back:hover {
      opacity: 1; }
  .section .map {
    filter: grayscale(100%); }
    .section .map iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 1/0.726; }
  .section .text_address_name {
    margin-top: 25px;
    text-align: center;
    font-size: 2.0rem;
    line-height: 2.0; }
    @media (min-width: 768px) {
      .section .text_address_name {
        margin-top: 100px; } }
    .section .text_address_name .sub_name {
      font-size: 1.3rem; }
  .section .text_address {
    margin-top: 30px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.9; }
    .section .text_address p:nth-of-type(2) {
      margin-top: 8px; }
      @media (min-width: 768px) {
        .section .text_address p:nth-of-type(2) {
          margin-top: 15px; } }
    @media (min-width: 768px) {
      .section .text_address span.pc {
        display: inline-block !important; } }
  .section .kome.center {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .section .kome.center {
        margin-top: 15px;
        text-align: center; } }
  .section .text_googlemap {
    margin-top: 60px;
    text-align: center;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .section .text_googlemap {
        margin-top: 100px; } }
  .section .list_btn_access {
    margin-top: 40px; }
    @media (min-width: 1270px) {
      .section .list_btn_access {
        margin-top: 30px;
        display: flex;
        justify-content: space-between; } }
    .section .list_btn_access .block_btn {
      width: 100%; }
      .section .list_btn_access .block_btn:not(:first-of-type) {
        margin-top: 20px; }
      @media (min-width: 1270px) {
        .section .list_btn_access .block_btn {
          width: 45%;
          min-width: 360px; }
          .section .list_btn_access .block_btn:not(:first-of-type) {
            margin-top: 0px; } }
      .section .list_btn_access .block_btn .btn_text02 {
        position: relative; }
        .section .list_btn_access .block_btn .btn_text02.icon_train:before {
          content: "";
          background-image: url(../images/icon_train.svg);
          background-size: cover;
          width: 23px;
          height: 23.4px;
          position: absolute;
          top: 10px;
          left: -30px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
        .section .list_btn_access .block_btn .btn_text02.icon_car:before {
          content: "";
          background-image: url(../images/icon_car.svg);
          background-size: cover;
          width: 23px;
          height: 23.4px;
          position: absolute;
          top: 10px;
          left: -30px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
  .section .Area_form {
    margin-top: 100px; }
    @media (min-width: 768px) {
      .section .Area_form {
        margin-top: 125px; } }
    .section .Area_form li:not(:first-of-type) {
      margin-top: 25px; }
    @media (min-width: 768px) {
      .section .Area_form li {
        display: flex;
        align-items: center;
        height: 50px; }
        .section .Area_form li:not(:first-of-type) {
          margin-top: 50px; }
        .section .Area_form li.textarea {
          align-items: unset; }
          .section .Area_form li.textarea .form_title {
            padding-top: 10px; } }
    @media (min-width: 768px) {
      .section .Area_form li.li_radio {
        align-items: unset;
        height: unset; } }
    .section .Area_form li.li_radio .error {
      font-size: 1.4rem;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .section .Area_form li.li_radio .error {
          margin-top: 0px; } }
    @media (min-width: 768px) {
      .section .Area_form li.li_textarea {
        align-items: unset;
        height: unset; } }
    .section .Area_form li.li_textarea .form_box {
      margin-top: 10px; }
      .section .Area_form li.li_textarea .form_box textarea {
        margin-top: 0px; }
        @media (min-width: 768px) {
          .section .Area_form li.li_textarea .form_box textarea {
            margin-top: -10px; } }
    .section .Area_form li .form_title {
      font-size: 1.5rem;
      line-height: 2;
      width: 100%;
      margin-bottom: 0px; }
      @media (min-width: 768px) {
        .section .Area_form li .form_title {
          width: auto;
          min-width: 218px;
          margin-bottom: 0px;
          height: 50px;
          display: flex;
          align-items: center; } }
      .section .Area_form li .form_title span {
        font-size: 1.3rem;
        margin-left: 20px;
        padding: 0 6px 1px;
        background: #323232;
        color: #fff;
        height: 20px; }
        @media (min-width: 768px) {
          .section .Area_form li .form_title span {
            display: flex;
            align-items: center; } }
    .section .Area_form li .form_box {
      width: 100%; }
      @media (min-width: 768px) {
        .section .Area_form li .form_box.form_box_narrow {
          max-width: 592px; } }
      .section .Area_form li .form_box p {
        font-size: 1.5rem;
        line-height: 2;
        color: #323232;
        min-height: 50px;
        /*display: flex;*/
        align-items: center; }
        .section .Area_form li .form_box p input {
          font-size: 1.5rem;
          line-height: 2;
          margin-top: 12px;
          width: 100%;
          padding: 9px 15px;
          border: 1px solid #ADADAD;
          background-color: unset;
          color: #323232;
          border-radius: 0; }
          @media (min-width: 768px) {
            .section .Area_form li .form_box p input {
              width: 100%;
              margin-top: 0; } }
        .section .Area_form li .form_box p textarea {
          font-size: 1.5rem;
          line-height: 2;
          margin-top: 12px;
          width: 100%;
          padding: 9px 15px;
          border: 1px solid #ADADAD;
          background-color: unset;
          resize: vertical;
          color: #323232;
          border-radius: 0; }
          @media (min-width: 768px) {
            .section .Area_form li .form_box p textarea {
              width: 100%;
              margin-top: 0; } }
      .section .Area_form li .form_box .list_radio_inquiry {
        padding-left: 0.15em;
        margin-top: 10px; }
        .section .Area_form li .form_box .list_radio_inquiry.float li {
          margin-left: 0; }
        @media (min-width: 768px) {
          .section .Area_form li .form_box .list_radio_inquiry {
            margin-top: 0px; }
            .section .Area_form li .form_box .list_radio_inquiry.float {
              display: flex;
              flex-wrap: wrap; }
              .section .Area_form li .form_box .list_radio_inquiry.float li {
                margin-right: 25px;
                margin-left: 0; }
                .section .Area_form li .form_box .list_radio_inquiry.float li + li {
                  margin-top: 0; } }
        .section .Area_form li .form_box .list_radio_inquiry > li .radio {
          display: flex;
          align-items: center;
          position: relative; }
          .section .Area_form li .form_box .list_radio_inquiry > li .radio input[type="radio"] {
            line-height: 1;
            display: none; }
            .section .Area_form li .form_box .list_radio_inquiry > li .radio input[type="radio"]:checked + span::after {
              content: "";
              width: 10px;
              height: 10px;
              border-radius: 5px;
              background-color: #969696;
              position: absolute;
              left: 5px;
              top: 7px; }
          .section .Area_form li .form_box .list_radio_inquiry > li .radio span {
            margin-top: 1px;
            margin-left: 26px;
            display: block;
            line-height: 1.4; }
            .section .Area_form li .form_box .list_radio_inquiry > li .radio span.kome {
              display: inline-block;
              margin-left: 0;
              padding-bottom: 0; }
            .section .Area_form li .form_box .list_radio_inquiry > li .radio span::before {
              content: "";
              width: 18px;
              height: 18px;
              border-radius: 10px;
              border: #969696 solid 1px;
              position: absolute;
              left: 1px;
              top: 3px; }
        .section .Area_form li .form_box .list_radio_inquiry > li + li {
          margin-top: 0.9em; }
        .section .Area_form li .form_box .list_radio_inquiry > li .radio span {
          margin-top: 1px;
          line-height: 1;
          font-size: 1.5rem;
          line-height: 1.455; }
      .section .Area_form li .form_box #main .ttl_area .box_flower .img_area {
        height: 400px; }
        .section .Area_form li .form_box #main .ttl_area .box_flower .img_area img {
          height: 400px; }
  .section .agree {
    height: 212px;
    margin-top: 40px;
    padding: 30px;
    border: solid 1px #ADADAD;
    position: relative;
    overflow-y: auto; }
    @media (min-width: 768px) {
      .section .agree {
        margin-top: 70px; } }
    .section .agree .ttl_h2_agree {
      font-size: 1.6rem;
      margin-bottom: 24px;
      text-align: center; }
    .section .agree .ttl_h3_agree {
      font-size: 1.5rem;
      margin-top: 30px;
      margin-bottom: 15px; }
    .section .agree p {
      font-size: 1.4rem;
      line-height: 2.143; }
    .section .agree ol {
      margin-top: 15px;
      margin-bottom: 20px; }
      .section .agree ol > li {
        list-style-type: decimal;
        font-size: 1.4rem;
        line-height: 1.6;
        margin-top: 10px;
        margin-left: 1.5em; }
        .section .agree ol > li + ol {
          margin-left: 4em; }
    .section .agree ul {
      margin-top: 15px;
      margin-bottom: 20px; }
      .section .agree ul li {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-top: 5px; }
  .section .block_btn_contact {
    margin-top: 60px; }
    @media (min-width: 1270px) {
      .section .block_btn_contact {
        margin-top: 100px;
        display: flex;
        justify-content: center; } }
    @media (min-width: 1270px) {
      .section .block_btn_contact.block_btn_contact_confirm {
        display: flex;
        justify-content: space-between; } }
    .section .block_btn_contact.block_btn_contact_confirm .box_link {
      position: relative;
      width: 100%;
      height: 64px;
      margin: unset; }
      @media (min-width: 768px) {
        .section .block_btn_contact.block_btn_contact_confirm .box_link {
          height: 75px; } }
      @media (min-width: 1270px) {
        .section .block_btn_contact.block_btn_contact_confirm .box_link {
          width: 45%;
          min-width: 360px;
          height: 75px; } }
    .section .block_btn_contact .box_link {
      position: relative;
      width: 100%;
      height: 64px;
      margin: 0 auto;
      cursor: pointer; }
      @media (min-width: 768px) {
        .section .block_btn_contact .box_link {
          width: 45%;
          min-width: 360px;
          height: 75px; } }
      @media (min-width: 1270px) {
        .section .block_btn_contact .box_link {
          width: 45%;
          min-width: 360px;
          height: 75px; } }
      .section .block_btn_contact .box_link input {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ADADAD;
        border-radius: 100px;
        padding: 10px;
        font-size: 1.6rem;
        width: 100%;
        height: 64px;
        background-color: unset;
        color: #323232;
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        cursor: pointer; }
        @media (min-width: 768px) {
          .section .block_btn_contact .box_link input {
            height: 75px; } }
        @media (min-width: 1270px) {
          .section .block_btn_contact .box_link input {
            width: 100%;
            min-width: 360px;
            height: 75px; } }
        .section .block_btn_contact .box_link input:disabled {
          color: #323232;
          opacity: 1; }
      .section .block_btn_contact .box_link .button02 {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
        @media (min-width: 768px) {
          .section .block_btn_contact .box_link .button02 {
            right: 10px; } }
        @media (min-width: 1270px) {
          .section .block_btn_contact .box_link .button02 {
            right: 10px; } }
        .section .block_btn_contact .box_link .button02 .Area_arrow:before {
          border: none; }
      .section .block_btn_contact .box_link:hover .button02 .Area_arrow img {
        opacity: 1; }
      .section .block_btn_contact .box_link:hover .button02 .Area_arrow:after {
        width: 50px;
        height: 50px; }
      .section .block_btn_contact .box_link.order01 {
        margin-top: 20px; }
        @media (min-width: 1270px) {
          .section .block_btn_contact .box_link.order01 {
            margin-top: 0px; } }
        .section .block_btn_contact .box_link.order01 .button02 {
          left: 15px; }
          @media (min-width: 768px) {
            .section .block_btn_contact .box_link.order01 .button02 {
              left: 10px; } }
          @media (min-width: 1270px) {
            .section .block_btn_contact .box_link.order01 .button02 {
              left: 10px; } }
  .section .block_btn_contact_thanks a {
    position: relative; }
    .section .block_btn_contact_thanks a.box_link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 64px;
      border: 1px solid #ADADAD;
      border-radius: 100px;
      padding: 10px;
      background-color: none; }
      @media (min-width: 768px) {
        .section .block_btn_contact_thanks a.box_link {
          height: 75px;
          width: 45%;
          min-width: 360px; } }
      .section .block_btn_contact_thanks a.box_link:hover {
        opacity: 1; }
    @media (min-width: 768px) {
      .section .block_btn_contact_thanks a.tell {
        border: none;
        pointer-events: none; } }
    .section .block_btn_contact_thanks a.tell .box_text p.btn_text01 {
      font-size: 1.4rem;
      margin-bottom: 1.0vw; }
      @media (min-width: 768px) {
        .section .block_btn_contact_thanks a.tell .box_text p.btn_text01 {
          font-size: 1.5rem;
          letter-spacing: 0.1em; } }
    .section .block_btn_contact_thanks a.tell .box_text p.btn_text02 {
      font-size: 2.0rem; }
      @media (min-width: 768px) {
        .section .block_btn_contact_thanks a.tell .box_text p.btn_text02 {
          font-size: 3.2rem;
          letter-spacing: 0.1em; } }
      @media (min-width: 1270px) {
        .section .block_btn_contact_thanks a.tell .box_text p.btn_text02 {
          font-size: min(2.2vw, 3.2rem); } }
    .section .block_btn_contact_thanks a .box_text p {
      text-align: center;
      font-size: 1.5rem; }
      .section .block_btn_contact_thanks a .box_text p.btn_text02 {
        font-size: 1.6rem;
        width: 100%;
        line-height: 1.4;
        max-width: 45vw; }
        @media (min-width: 768px) {
          .section .block_btn_contact_thanks a .box_text p.btn_text02 {
            font-size: 1.6rem;
            letter-spacing: 0.1em;
            max-width: unset; } }
        .section .block_btn_contact_thanks a .box_text p.btn_text02.btn_add_icon {
          width: unset;
          max-width: 170px; }
          @media (min-width: 768px) {
            .section .block_btn_contact_thanks a .box_text p.btn_text02.btn_add_icon {
              max-width: unset; } }
        .section .block_btn_contact_thanks a .box_text p.btn_text02.icon_tell {
          position: relative; }
          .section .block_btn_contact_thanks a .box_text p.btn_text02.icon_tell:before {
            content: "";
            background-image: url("../images/icon_tell.svg");
            background-size: cover;
            width: 18px;
            height: 23.4px;
            position: absolute;
            top: 3px;
            left: -30px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }
            @media (min-width: 768px) {
              .section .block_btn_contact_thanks a .box_text p.btn_text02.icon_tell:before {
                width: 26px;
                height: 34px;
                top: 55%;
                left: -45px; } }
    .section .block_btn_contact_thanks a .button02 {
      position: absolute;
      right: 15px; }
      @media (min-width: 768px) {
        .section .block_btn_contact_thanks a .button02 {
          right: 6px; } }
      .section .block_btn_contact_thanks a .button02 .Area_arrow:before {
        border: none; }
    .section .block_btn_contact_thanks a:hover .Area_arrow:after {
      width: 50px;
      height: 50px; }
  .section h4.thanks {
    margin-top: 5px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.875; }
    @media (min-width: 768px) {
      .section h4.thanks {
        margin-top: 50px;
        margin-bottom: 115px;
        letter-spacing: 0.1em; } }
  .section.section_privacypolicy h1 {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 140px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .section.section_privacypolicy h1 {
        margin-top: 210px;
        margin-bottom: 60px; } }
  .section.section_privacypolicy p {
    font-size: 1.4rem;
    line-height: 1.643; }
    @media (min-width: 768px) {
      .section.section_privacypolicy p {
        font-size: 1.4rem;
        line-height: 2.143; } }
  .section.section_privacypolicy h2 {
    font-size: 1.4rem;
    margin-top: 1.5em;
    line-height: 1.643;
    font-weight: 400; }
    @media (min-width: 768px) {
      .section.section_privacypolicy h2 {
        line-height: 2.143;
        font-size: 1.4rem;
        margin-top: 2em; } }
  .section.section_privacypolicy ol {
    list-style-position: inside;
    margin-left: 0;
    padding-left: 23px; }
    @media (min-width: 768px) {
      .section.section_privacypolicy ol {
        padding-left: 20px; } }
    .section.section_privacypolicy ol li {
      font-size: 1.4rem;
      line-height: 1.643;
      list-style: decimal; }
      @media (min-width: 768px) {
        .section.section_privacypolicy ol li {
          line-height: 2.143;
          font-size: 1.4rem; } }
  .section.section_privacypolicy .mgt_pp {
    margin-top: 1.5em; }

/*確認画面用*/
.mw_wp_form_confirm .li_textarea .form_box {
  margin-top: 0 !important; }
.mw_wp_form_confirm .form_box p {
  display: flex; }
.mw_wp_form_confirm .form_box .list_radio_inquiry {
  font-size: 1.5rem;
  line-height: 2;
  color: #323232;
  min-height: 50px;
  /* display: flex; */
  align-items: center;
  padding-left: 0; }

/* ======================================
境内 マップ モーダルポップアップ
====================================== */
.Area_map {
  position: relative;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .Area_map {
      margin-top: 120px; } }
  .Area_map.narrow {
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .Area_map.narrow {
        padding-left: 260px;
        padding-right: 260px; } }
  .Area_map #demoslide01 {
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .Area_map #demoslide01.modal_trigger_01 {
      top: 88.5%;
      left: 61.5%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_01 {
          top: 90%;
          left: 57%; } }
    .Area_map #demoslide01.modal_trigger_02 {
      top: 69.5%;
      left: 66.2%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_02 {
          top: 71.5%;
          left: 60.2%; } }
    .Area_map #demoslide01.modal_trigger_03 {
      top: 68.6%;
      left: 36%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_03 {
          top: 65.6%;
          left: 46%; } }
    .Area_map #demoslide01.modal_trigger_04 {
      top: 55%;
      left: 40.5%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_04 {
          top: 58.5%;
          left: 42.7%; } }
    .Area_map #demoslide01.modal_trigger_05 {
      top: 45.3%;
      left: 19.5%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_05 {
          top: 50%;
          left: 28.5%; } }
    .Area_map #demoslide01.modal_trigger_06 {
      top: 40%;
      left: 58.6%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_06 {
          top: 34%;
          left: 52.6%; } }
    .Area_map #demoslide01.modal_trigger_07 {
      top: 27%;
      left: 23.8%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_07 {
          top: 30.6%;
          left: 32.3%; } }
    .Area_map #demoslide01.modal_trigger_08 {
      top: 14%;
      left: 19%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_08 {
          top: 15.5%;
          left: 29%; } }
    .Area_map #demoslide01.modal_trigger_09 {
      top: 6.5%;
      left: 32%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_09 {
          top: 12.5%;
          left: 35.2%; } }
    .Area_map #demoslide01.modal_trigger_10 {
      top: 11.5%;
      left: 42%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_10 {
          top: 10.2%;
          left: 43.7%; } }
    .Area_map #demoslide01.modal_trigger_11 {
      top: 21.5%;
      left: 73.3%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_11 {
          top: 22.6%;
          left: 65.3%; } }
    .Area_map #demoslide01.modal_trigger_12 {
      top: 24.5%;
      left: 87.5%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_12 {
          top: 30.5%;
          left: 76.6%; } }
    .Area_map #demoslide01.modal_trigger_13 {
      top: 3.5%;
      left: 85%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_13 {
          top: 6%;
          left: 74%; } }
    .Area_map #demoslide01.modal_trigger_14 {
      top: 54.5%;
      left: 88.5%; }
      @media (min-width: 768px) {
        .Area_map #demoslide01.modal_trigger_14 {
          top: 59%;
          left: 77.7%; } }
    .Area_map #demoslide01 .modal_open {
      cursor: pointer;
      text-align: center;
      position: relative;
      display: block; }
      .Area_map #demoslide01 .modal_open p {
        position: absolute;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.2em;
        bottom: 130%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        text-orientation: upright;
        /* 文字を縦向きに保持 */
        white-space: nowrap; }
      .Area_map #demoslide01 .modal_open .button02 {
        width: min(13.888vw, 20px);
        height: min(13.888vw, 20px); }
        @media (min-width: 768px) {
          .Area_map #demoslide01 .modal_open .button02 {
            width: min(2.08333vw, 30px);
            height: min(2.08333vw, 30px); } }
        @media (min-width: 768px) {
          .Area_map #demoslide01 .modal_open .button02 .Area_arrow:before {
            width: 30px;
            height: 30px; } }
        .Area_map #demoslide01 .modal_open .button02 .Area_arrow p {
          letter-spacing: -0.03em;
          padding-bottom: 0.1em;
          color: #fff;
          text-align: center;
          line-height: 0;
          font-size: min(3.3333vw, 1.3rem);
          position: absolute;
          padding-top: 0;
          padding-left: 0;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
        .Area_map #demoslide01 .modal_open .button02 .Area_arrow img {
          width: min(1.34vw, 19.4px);
          height: min(0.74vw, 10.71px);
          width: 19.4px;
          height: 10.71px;
          position: absolute;
          padding-top: 0;
          padding-left: 0;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
      .Area_map #demoslide01 .modal_open:hover {
        opacity: 1; }
        .Area_map #demoslide01 .modal_open:hover .Area_arrow:after {
          width: 30px;
          height: 30px; }

.modal_box {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100vw;
  margin: 0;
  box-sizing: border-box;
  overflow-y: scroll;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  /*swiper*/ }
  @media (min-width: 768px) {
    .modal_box {
      background: none;
      overflow-y: scroll;
      overflow-x: scroll; } }
  .modal_box .Area_modal {
    width: calc(100vw - 40px);
    margin: 110px auto;
    position: relative;
    background: #fff;
    min-height: 1px;
    /*画像・テキスト*/
    /*ボタン*/ }
    @media (min-width: 768px) {
      .modal_box .Area_modal {
        width: 1240px;
        margin: 0 auto;
        padding: 100px 95px;
        display: flex;
        background: unset; } }
    @media (min-width: 768px) {
      .modal_box .Area_modal.tall {
        max-height: calc(100vh - 60px);
        overflow-y: auto; } }
    .modal_box .Area_modal .block_main {
      width: 100%;
      padding-bottom: 40px; }
      @media (min-width: 768px) {
        .modal_box .Area_modal .block_main {
          min-width: 1050px;
          padding-bottom: 0px; } }
      .modal_box .Area_modal .block_main .box_text {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        padding-right: 55px;
        min-height: 200px; }
        @media (min-width: 768px) {
          .modal_box .Area_modal .block_main .box_text {
            height: 250px;
            flex-direction: row-reverse;
            margin-top: 50px;
            margin-bottom: 0;
            min-height: unset; } }
        .modal_box .Area_modal .block_main .box_text h2 {
          font-size: 2.0rem;
          width: 20px;
          margin-left: 35px;
          position: relative;
          padding-top: 3px;
          padding-bottom: 120px;
          z-index: 10; }
          @media (min-width: 768px) {
            .modal_box .Area_modal .block_main .box_text h2 {
              padding-top: 0px;
              padding-bottom: 0px;
              letter-spacing: 0.5em; } }
          .modal_box .Area_modal .block_main .box_text h2.ttl_line_anime_modal.line_anime:before {
            content: "";
            position: absolute;
            top: -90px;
            left: calc(50% - 0.5px);
            width: 1px;
            height: 20px;
            background-color: #fff;
            animation: growWhite_05 0.5s ease forwards; }
            @media (min-width: 768px) {
              .modal_box .Area_modal .block_main .box_text h2.ttl_line_anime_modal.line_anime:before {
                top: -124px;
                height: 74px; } }
          .modal_box .Area_modal .block_main .box_text h2.ttl_line_anime_modal.line_anime:after {
            content: "";
            opacity: 0;
            width: 1px;
            height: 26px;
            position: absolute;
            top: -40px;
            left: calc(50% - 0.5px);
            background-color: #ADADAD;
            animation: growBlack_05 0.5s ease forwards;
            animation-delay: 0.5s; }
            @media (min-width: 768px) {
              .modal_box .Area_modal .block_main .box_text h2.ttl_line_anime_modal.line_anime:after {
                top: -50px; } }
@keyframes growWhite_05 {
  from {
    height: 0;
    opacity: 1; }
  to {
    height: 50px;
    opacity: 1;
    width: 1px; } }
@keyframes growBlack_05 {
  from {
    height: 0;
    opacity: 1; }
  to {
    height: 20px;
    opacity: 1;
    width: 1px; } }
          @media (min-width: 768px) {
            @keyframes growWhite_05 {
              from {
                height: 0;
                opacity: 1; }
              to {
                height: 74px;
                opacity: 1;
                width: 1px; } }
            @keyframes growBlack_05 {
              from {
                height: 0;
                opacity: 1; }
              to {
                height: 26px;
                opacity: 1;
                width: 1px; } } }
        .modal_box .Area_modal .block_main .box_text .block_text {
          width: calc(100% - 87px); }
          @media (min-width: 768px) {
            .modal_box .Area_modal .block_main .box_text .block_text {
              width: calc(100% - 55px); } }
          .modal_box .Area_modal .block_main .box_text .block_text p {
            font-size: 1.4rem;
            line-height: 1.643; }
            @media (min-width: 768px) {
              .modal_box .Area_modal .block_main .box_text .block_text p {
                line-height: 2.143;
                text-indent: 1.1em; } }
            @media (min-width: 768px) {
              .modal_box .Area_modal .block_main .box_text .block_text p.no-indent {
                text-indent: 0em; } }
            @media (min-width: 768px) {
              .modal_box .Area_modal .block_main .box_text .block_text p.mgr-1line {
                margin-right: 2em; } }
    .modal_box .Area_modal .link_area {
      text-align: center;
      height: 0; }
      @media (min-width: 768px) {
        .modal_box .Area_modal .link_area {
          height: auto;
          width: 95px; } }
      .modal_box .Area_modal .link_area ul .modal_link {
        margin-left: 54px;
        width: 28px; }
        .modal_box .Area_modal .link_area ul .modal_link a {
          display: block;
          color: #323232;
          line-height: 1.5;
          text-decoration: none;
          font-family: "Cormorant Garamond", serif;
          font-optical-sizing: auto;
          font-weight: 600;
          font-style: normal;
          font-size: 1.2rem;
          cursor: pointer; }
          @media (min-width: 768px) {
            .modal_box .Area_modal .link_area ul .modal_link a {
              line-height: 2.5; } }
        .modal_box .Area_modal .link_area ul .modal_link:not(:first-of-type) {
          margin-top: 65px; }
        .modal_box .Area_modal .link_area ul .modal_link:nth-of-type(1) a {
          position: absolute;
          top: -58px;
          right: 8px;
          color: #fff; }
          @media (min-width: 768px) {
            .modal_box .Area_modal .link_area ul .modal_link:nth-of-type(1) a {
              color: #323232;
              position: static; } }
          .modal_box .Area_modal .link_area ul .modal_link:nth-of-type(1) a:before {
            content: url(../images/icon_close.svg);
            display: block; }
  .modal_box .Area_modal .block_main {
    position: relative;
    /* 次ページボタンのスタイル */
    /* 前ページボタンのスタイル */ }
    .modal_box .Area_modal .block_main .swiper_map .swiper-wrapper {
      width: 100%; }
    .modal_box .Area_modal .block_main .swiper_map .swiper-slide {
      color: #ffffff;
      width: 100%;
      height: 100%;
      text-align: center;
      text-align: center; }
    .modal_box .Area_modal .block_main .swiper-button-prev,
    .modal_box .Area_modal .block_main .swiper-button-next {
      width: 25px !important;
      /* ボタンの幅 */
      height: 40px !important;
      /* ボタンの高さ */
      background-repeat: no-repeat !important;
      margin-top: 0 !important;
      top: unset !important;
      bottom: unset !important;
      right: unset !important;
      left: unset !important;
      transition: 0.3s;
      z-index: 100; }
      .modal_box .Area_modal .block_main .swiper-button-prev:hover,
      .modal_box .Area_modal .block_main .swiper-button-next:hover {
        opacity: 0.5; }
    .modal_box .Area_modal .block_main .swiper-button-next {
      background-image: url("../images/icon_next.svg");
      position: absolute;
      bottom: 98px !important;
      left: 31px !important; }
      @media (min-width: 768px) {
        .modal_box .Area_modal .block_main .swiper-button-next {
          top: 135px !important;
          right: -80px !important;
          left: unset !important;
          bottom: unset !important; } }
      .modal_box .Area_modal .block_main .swiper-button-next span {
        color: #323232;
        margin-top: 17px; }
        @media (min-width: 768px) {
          .modal_box .Area_modal .block_main .swiper-button-next span {
            margin-top: 41px; } }
    .modal_box .Area_modal .block_main .swiper-button-prev {
      background-image: url("../images/icon_back.svg");
      position: absolute;
      bottom: 38px !important;
      left: 31px !important; }
      @media (min-width: 768px) {
        .modal_box .Area_modal .block_main .swiper-button-prev {
          top: 260px !important;
          right: -80px !important;
          left: unset !important;
          bottom: unset !important; } }
      .modal_box .Area_modal .block_main .swiper-button-prev span {
        color: #323232;
        margin-top: 17px; }
        @media (min-width: 768px) {
          .modal_box .Area_modal .block_main .swiper-button-prev span {
            margin-top: 41px; } }
    .modal_box .Area_modal .block_main .swiper-button-prev:after,
    .modal_box .Area_modal .block_main .swiper-button-next:after {
      display: none; }

/*SP用リンクリスト*/
.list_maplink {
  border-bottom: 1px solid #ADADAD;
  margin-top: 35px; }
  .list_maplink li {
    border-top: 1px solid #ADADAD; }
    .list_maplink li a {
      padding: 20px 10px;
      font-size: 1.4rem;
      display: block;
      position: relative; }
      .list_maplink li a:after {
        content: "";
        background: url(../images/arrow_maplist_sp.svg);
        width: 13.76px;
        height: 9.55px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }

.BG_white.modal-open {
  width: 100vw;
  height: 100svh;
  position: fixed;
  z-index: 100; }

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(89, 89, 89, 0.8);
  display: none;
  z-index: 900; }
  @media (min-width: 768px) {
    .modal_bg {
      background: rgba(255, 255, 255, 0.9); } }

/* ======================================
境内 swiper
====================================== */
/*マウスストーカー*/
@media (min-width: 768px) {
  #js-mouse_L, #js-mouse_R {
    pointer-events: none;
    position: fixed;
    top: -30px;
    left: -30px;
    width: 50px;
    height: 50px;
    background-color: rgba(240, 240, 240, 0.5);
    border-radius: 50%;
    transform: translate(0, 0);
    transition: transform 0.3s ease;
    z-index: 9999;
    opacity: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1); }

  #js-mouse_L::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 54%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(-135deg);
    /* 中央配置し、45度回転 */ }

  #js-mouse_R::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 46%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    /* 中央配置し、45度回転 */ } }
/*swiper 部分*/
.Area_swiper {
  overflow-x: hidden;
  padding-bottom: 22px; }
  @media (min-width: 768px) {
    .Area_swiper {
      width: 780px;
      padding-bottom: 40px; } }

/*swiper↓*/
/*swiper01↓*/
.swiper01 {
  overflow: unset !important; }
  @media (min-width: 768px) {
    .swiper01 {
      width: 780px; } }
  .swiper01.mgt_adjust {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .swiper01.mgt_adjust {
        margin-top: 100px; } }
  .swiper01 .swiper--wrapper {
    width: 100%; }
    @media (min-width: 768px) {
      .swiper01 .swiper--wrapper {
        min-height: 520px;
        width: min(54vw, 780px); } }
  .swiper01 .swiper-slide {
    color: #ffffff;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .swiper01 .swiper-slide {
        min-height: 520px; } }

/*左右ボタン*/
.swiper-button-next, .swiper-button-prev {
  height: 100% !important;
  width: 30% !important;
  top: 0 !important;
  margin-top: 0 !important; }
  .swiper-button-next:after, .swiper-button-prev:after {
    content: none !important; }

.swiper-button-next {
  right: 0 !important; }

.swiper-button-prev {
  left: 0 !important; }

/*ページネーション 調整↓*/
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -22px !important; }
  @media (min-width: 768px) {
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: -40px !important; } }

.swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 6px !important;
  height: 6px !important; }
  @media (min-width: 768px) {
    .swiper-pagination-bullet {
      width: 8px !important;
      height: 8px !important; } }

.swiper-pagination-bullet-active {
  background: #000 !important; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px !important; }
  @media (min-width: 768px) {
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 7px !important; } }

/*ページネーション 調整↑*/
/*swiper↑*/
/* ======================================
絵本で知る
====================================== */
.book, .book02 {
  transition: opacity 0.4s 0.2s; }

.page, .page02 {
  width: 36vw;
  height: 27vw;
  background-color: #fff;
  float: left;
  margin-bottom: 0.5em;
  color: transparent;
  background: left top no-repeat;
  background-size: cover;
  cursor: pointer;
  user-select: none; }
  .page:first-child, .page02:first-child {
    float: left;
    /* 右綴じなので左に配置 */ }
  .page:nth-child(even), .page02:nth-child(even) {
    clear: both; }

.bound01 {
  perspective: 250vw;
  padding-top: 150px;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5em; }
  @media (min-width: 768px) {
    .bound01 {
      padding-top: 360px;
      margin-bottom: 190px;
      overflow: hidden; } }

.bound {
  perspective: 250vw; }
  .bound .pages02 {
    aspect-ratio: 2.5;
    position: relative;
    transform: rotateX(12deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .bound .pages02 .page02 {
      float: none;
      clear: none;
      margin: 0;
      position: absolute;
      width: 37.5vw;
      height: auto;
      aspect-ratio: 1.334;
      transform-origin: 100% 0;
      /* 右綴じ用に変更 */
      transition: transform 1.4s;
      backface-visibility: hidden;
      transform-style: preserve-3d; }
      .bound .pages02 .page02:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0);
        transition: background 0.7s;
        z-index: 2; }
      .bound .pages02 .page02:nth-child(even) {
        pointer-events: all;
        transform: rotateY(0deg);
        left: 0;
        border-radius: 4px 0 0 4px; }
        .bound .pages02 .page02:nth-child(even):hover {
          transform: rotateY(10deg);
          /* 回転方向を調整 */ }
          .bound .pages02 .page02:nth-child(even):hover:before {
            background: rgba(0, 0, 0, 0.03); }
        .bound .pages02 .page02:nth-child(even):before {
          background: rgba(0, 0, 0, 0); }
      .bound .pages02 .page02:nth-child(odd) {
        pointer-events: none;
        transform: rotateY(-180deg);
        transform-origin: 0 0;
        right: 0;
        border-radius: 0 4px 4px 0; }
        .bound .pages02 .page02:nth-child(odd):before {
          background: rgba(0, 0, 0, 0.2); }
      .bound .pages02 .page02.grabbing {
        transition: none; }
      .bound .pages02 .page02.flipped:nth-child(even) {
        pointer-events: none;
        transform: rotateY(180deg); }
        .bound .pages02 .page02.flipped:nth-child(even):before {
          background: rgba(0, 0, 0, 0.2); }
      .bound .pages02 .page02.flipped:nth-child(odd) {
        pointer-events: all;
        transform: rotateY(0deg); }
        .bound .pages02 .page02.flipped:nth-child(odd):hover {
          transform: rotateY(-10deg);
          /* 回転方向を調整 */ }
          .bound .pages02 .page02.flipped:nth-child(odd):hover:before {
            background: rgba(0, 0, 0, 0.03); }
        .bound .pages02 .page02.flipped:nth-child(odd):before {
          background: rgba(0, 0, 0, 0); }
  .bound .pages {
    width: 90vw;
    height: 33.75vw;
    position: relative;
    transform: rotateX(12deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .bound .pages {
        min-width: 1300px;
        width: 1300px;
        height: 487.348px; } }
    .bound .pages .page {
      float: none;
      clear: none;
      margin: 0;
      position: absolute;
      top: 0;
      width: 45vw;
      height: 33.75vw;
      transform-origin: 100% 0;
      /* 右綴じ用に変更 */
      transition: transform 1.4s;
      backface-visibility: hidden;
      transform-style: preserve-3d; }
      @media (min-width: 768px) {
        .bound .pages .page {
          width: 650px;
          height: 487.348px; } }
      .bound .pages .page:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0);
        transition: background 0.7s;
        z-index: 2; }
      .bound .pages .page:nth-child(even) {
        pointer-events: all;
        transform: rotateY(0deg);
        left: 0;
        border-radius: 4px 0 0 4px; }
        .bound .pages .page:nth-child(even):hover {
          transform: rotateY(10deg);
          /* 回転方向を調整 */ }
          .bound .pages .page:nth-child(even):hover:before {
            background: rgba(0, 0, 0, 0.03); }
        .bound .pages .page:nth-child(even):before {
          background: rgba(0, 0, 0, 0); }
      .bound .pages .page:nth-child(odd) {
        pointer-events: none;
        transform: rotateY(-180deg);
        transform-origin: 0 0;
        right: 0;
        border-radius: 0 4px 4px 0; }
        .bound .pages .page:nth-child(odd):before {
          background: rgba(0, 0, 0, 0.2); }
      .bound .pages .page.grabbing {
        transition: none; }
      .bound .pages .page.flipped:nth-child(even) {
        pointer-events: none;
        transform: rotateY(180deg); }
        .bound .pages .page.flipped:nth-child(even):before {
          background: rgba(0, 0, 0, 0.2); }
      .bound .pages .page.flipped:nth-child(odd) {
        pointer-events: all;
        transform: rotateY(0deg); }
        .bound .pages .page.flipped:nth-child(odd):hover {
          transform: rotateY(-10deg);
          /* 回転方向を調整 */ }
          .bound .pages .page.flipped:nth-child(odd):hover:before {
            background: rgba(0, 0, 0, 0.03); }
        .bound .pages .page.flipped:nth-child(odd):before {
          background: rgba(0, 0, 0, 0); }

.page:nth-child(3), .page02:nth-child(3) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(5), .page02:nth-child(5) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(7), .page02:nth-child(7) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(9), .page02:nth-child(9) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(11), .page02:nth-child(11) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(13), .page02:nth-child(13) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(15), .page02:nth-child(15) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(17), .page02:nth-child(17) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(19), .page02:nth-child(19) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(21), .page02:nth-child(21) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(23), .page02:nth-child(23) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(25), .page02:nth-child(25) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(27), .page02:nth-child(27) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(29), .page02:nth-child(29) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

.page:nth-child(31), .page02:nth-child(31) {
  background-position: left top;
  /* 右綴じ用に変更 */ }

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

html,
body#book {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.page:nth-child(3),
.page:nth-child(5),
.page:nth-child(7),
.page:nth-child(9),
.page:nth-child(11),
.page02:nth-child(3),
.page02:nth-child(5),
.page02:nth-child(7),
.page02:nth-child(9),
.page02:nth-child(11) {
  background-position: right top; }

.page:nth-child(1),
.page02:nth-child(1) {
  background-image: url("../images/bookH4.jpg"); }

.page:nth-child(2),
.page:nth-child(3),
.page02:nth-child(2),
.page02:nth-child(3) {
  background-image: url("../images/book09-10.jpg"); }

.page:nth-child(4),
.page:nth-child(5),
.page02:nth-child(4),
.page02:nth-child(5) {
  background-image: url("../images/book07-08.jpg"); }

.page:nth-child(6),
.page:nth-child(7),
.page02:nth-child(6),
.page02:nth-child(7) {
  background-image: url("../images/book05-06.jpg"); }

.page:nth-child(8),
.page:nth-child(9),
.page02:nth-child(8),
.page02:nth-child(9) {
  background-image: url("../images/book03-04.jpg"); }

.page:nth-child(10),
.page:nth-child(11),
.page02:nth-child(10),
.page02:nth-child(11) {
  background-image: url("../images/book01-02.jpg"); }

.page:nth-child(12),
.page02:nth-child(12) {
  background-image: url("../images/bookH1.jpg"); }

#modalArea .modalWrapper .modalField {
  padding: 5vw;
  width: 85svw;
  background-color: #fff; }

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10001;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100svw !important;
  height: 100svh !important; }

.modalBg {
  width: 100svw !important;
  height: 100svh !important;
  background-color: rgba(30, 30, 30, 0.9); }

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 2rem; }

/* 以下ボタンスタイル */
button#openModal {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
  color: #000; }

.ModalArea {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px; }
  .ModalArea #openModal {
    display: block;
    margin: 0 auto; }

/* ======================================
footer swiper
====================================== */
.section_swiper {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  background: url(../images/BG.jpg); }
  @media (min-width: 768px) {
    .section_swiper {
      margin-top: 200px;
      background: none; } }
  .section_swiper .swiper {
    aspect-ratio: 3/2;
    height: auto;
    width: 100%; }
    @media (min-width: 768px) {
      .section_swiper .swiper {
        width: 50%; } }
  .section_swiper .swiper-slide {
    overflow: hidden; }
  .section_swiper .swiper-slide img {
    height: auto;
    width: 100%; }
  .section_swiper .swiper-text {
    color: #fff;
    left: 5%;
    position: absolute;
    text-shadow: 1px 1px 2px #333;
    top: 50%;
    width: 60%; }
  .section_swiper .swiper-title {
    font-size: clamp(16px, 3vw, 50px);
    font-weight: 700; }
  .section_swiper .swiper-desc {
    font-size: clamp(12px, 2vw, 30px);
    line-height: 1.5;
    margin-top: 3%; }
  .section_swiper .swiper_wide00 {
    display: none; }
    @media (min-width: 768px) {
      .section_swiper .swiper_wide00 {
        display: block; } }
  .section_swiper .swiper_wide01 {
    display: none; }
    @media (min-width: 1441px) {
      .section_swiper .swiper_wide01 {
        display: block; } }
  .section_swiper .swiper_wide02 {
    display: none; }
    @media (min-width: 2114px) {
      .section_swiper .swiper_wide02 {
        display: block; } }

/* ======================================
footer
====================================== */
body#top footer {
  display: none; }

/*パンクズ*/
.Area_breadcrumbs .list_breadcrumbs {
  height: 20px;
  display: flex;
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  overflow-x: scroll;
  scrollbar-width: none; }
  .Area_breadcrumbs .list_breadcrumbs li {
    height: 18px;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center; }
    .Area_breadcrumbs .list_breadcrumbs li a {
      position: relative;
      display: flex;
      align-items: center;
      text-decoration: underline; }
    .Area_breadcrumbs .list_breadcrumbs li:before {
      content: ">";
      margin-left: 1.2em;
      margin-right: 1.2em;
      font-size: 1.1rem; }
    .Area_breadcrumbs .list_breadcrumbs li:first-of-type:before {
      content: none; }

footer {
  margin-top: auto;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.07) !important;
  background: url(../images/BG_footer.jpg);
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 25px;
  background-size: cover;
  margin-top: auto; }
  @media (min-width: 768px) {
    footer {
      min-width: 1280px;
      padding-top: 100px;
      padding-bottom: 40px;
      background-size: auto; } }
  @media (min-width: 768px) {
    footer .contena_footer {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  footer .contena_footer .footer_banner {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(84, 84, 84, 0.25);
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px; }
    @media (min-width: 768px) {
      footer .contena_footer .footer_banner {
        width: 300px;
        height: 65px;
        margin-left: auto;
        margin-right: 0px;
        margin-top: 40px; } }
    footer .contena_footer .footer_banner .block_img {
      width: 50%; }
    footer .contena_footer .footer_banner .block_text {
      width: 50%;
      position: relative; }
      footer .contena_footer .footer_banner .block_text:after {
        content: "";
        background-image: url(../images/icon_outlink.svg);
        width: 10px;
        height: 8px;
        position: absolute;
        top: 5px;
        right: 5px; }
      footer .contena_footer .footer_banner .block_text .box_text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: auto;
        min-width: 110px; }
        footer .contena_footer .footer_banner .block_text .box_text:after {
          content: "";
          background-image: url(../images/footer_banner_icon.svg);
          width: 22px;
          height: 22px;
          position: absolute;
          bottom: -7px;
          right: -5px; }
        footer .contena_footer .footer_banner .block_text .box_text p {
          text-align: center;
          color: #000; }
          footer .contena_footer .footer_banner .block_text .box_text p.sub {
            font-size: 1.0rem;
            font-weight: 500; }
          footer .contena_footer .footer_banner .block_text .box_text p.ttl {
            margin-top: 5px;
            font-size: 1.7rem;
            font-weight: 500; }
  @media (min-width: 768px) {
    footer .contena_footer .Area_footer_logo {
      display: flex; } }
  footer .contena_footer .Area_footer_logo .link_footer_logo {
    width: 47px;
    height: 126px;
    display: block; }
    @media (min-width: 768px) {
      footer .contena_footer .Area_footer_logo .link_footer_logo {
        order: 2;
        width: 78px;
        height: 198px; } }
    footer .contena_footer .Area_footer_logo .link_footer_logo:hover {
      opacity: 1; }
  footer .contena_footer .Area_footer_logo .img_logo_footer {
    width: 52px;
    height: 126px;
    background: url("../images/logo.svg");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto; }
    @media (min-width: 768px) {
      footer .contena_footer .Area_footer_logo .img_logo_footer {
        width: 78px;
        height: 198px;
        margin: unset;
        margin-left: 45px;
        order: 2; } }
  @media (min-width: 768px) {
    footer .contena_footer .Area_footer_logo .text_address {
      order: 1;
      width: 5em;
      margin-right: 0px; } }
  footer .contena_footer .Area_footer_logo .text_address p {
    font-size: 1.1rem;
    line-height: 1.818rem;
    margin: 12px auto 0;
    text-align: center;
    letter-spacing: 0.1em; }
    @media (min-width: 768px) {
      footer .contena_footer .Area_footer_logo .text_address p {
        line-height: 2.9rem;
        margin-top: 15px;
        text-align: left;
        font-size: 1.3rem;
        letter-spacing: 0.2rem;
        width: 58px; } }
    @media (min-width: 768px) {
      footer .contena_footer .Area_footer_logo .text_address p span {
        width: 58px; } }
    footer .contena_footer .Area_footer_logo .text_address p span .line {
      font-family: sans-serif;
      font-weight: 300; }
  footer .contena_footer .list_menu_footer {
    display: flex; }
    footer .contena_footer .list_menu_footer li {
      margin-left: min(4vw, 52.5px); }
      footer .contena_footer .list_menu_footer li a {
        letter-spacing: 0.6em;
        font-size: min(1.4vw, 1.55rem);
        font-weight: 500; }
  footer .Area_footer_bottom {
    margin-top: 17px;
    text-align: center; }
    @media (min-width: 768px) {
      footer .Area_footer_bottom {
        margin-top: 20px;
        display: flex;
        height: 15px;
        margin-top: 100px;
        justify-content: end;
        align-items: center; } }
    footer .Area_footer_bottom a {
      font-size: 1.2rem;
      height: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        footer .Area_footer_bottom a {
          justify-content: unset; } }
      footer .Area_footer_bottom a:before {
        content: "";
        background-color: #ADADAD;
        width: 1px;
        height: 15px;
        margin-right: 15px; }
      footer .Area_footer_bottom a:after {
        content: "";
        background-color: #ADADAD;
        width: 1px;
        height: 15px;
        margin-left: 15px; }
      @media (min-width: 768px) {
        footer .Area_footer_bottom a:hover {
          opacity: 1;
          color: rgba(50, 50, 50, 0.5); } }
    footer .Area_footer_bottom .text_copyright {
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: 0.05em;
      margin-top: 25px; }
      @media (min-width: 768px) {
        footer .Area_footer_bottom .text_copyright {
          font-size: 1.1rem;
          font-weight: 500;
          margin-left: 10px;
          margin-top: 0px; } }
