/*! Writen  by SCSS */
.sec_gallery .ttl_wrap .ttl_img {
  width: 84.8%;
  max-width: 848px;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec_gallery .ttl_wrap .ttl_img {
      width: 100%; }
      .sec_gallery .ttl_wrap .ttl_img img {
        height: fit-content;
        height: auto !important; } }
.sec_gallery .inner {
  max-width: 1000px; }
.sec_gallery .gallery_box {
  display: flex;
  flex-direction: column;
  grid-row-gap: clamp(15px, 1.667vw, 20px); }
  .sec_gallery .gallery_box .sec_wrap {
    display: flex;
    flex-direction: column;
    grid-row-gap: clamp(15px, 1.667vw, 20px); }
    .sec_gallery .gallery_box .sec_wrap .icon_img {
      width: 80px;
      margin-inline: auto; }
      @media screen and (max-width: 480px) {
        .sec_gallery .gallery_box .sec_wrap .icon_img {
          width: 40px; } }
    .sec_gallery .gallery_box .sec_wrap .text_wrap {
      display: flex;
      align-items: baseline;
      justify-content: flex-start;
      column-gap: 2.5%; }
      @media screen and (max-width: 480px) {
        .sec_gallery .gallery_box .sec_wrap .text_wrap {
          align-items: flex-start; } }
      .sec_gallery .gallery_box .sec_wrap .text_wrap .no_icon {
        font-size: clamp(16px, 1.667vw, 20px);
        background: #363233;
        line-height: 1;
        aspect-ratio: 1;
        width: 30px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0; }
      .sec_gallery .gallery_box .sec_wrap .text_wrap .text_in .ttl {
        color: #ad153a;
        font-weight: bold;
        font-size: clamp(16px, 1.667vw, 20px);
        line-height: 1.6; }
        @media screen and (max-width: 480px) {
          .sec_gallery .gallery_box .sec_wrap .text_wrap .text_in .ttl {
            margin-bottom: 5px; } }
        .sec_gallery .gallery_box .sec_wrap .text_wrap .text_in .ttl .min {
          font-size: 80%; }
      .sec_gallery .gallery_box .sec_wrap .text_wrap .text_in .txt {
        display: flex;
        align-items: center;
        font-size: clamp(13px, 1.334vw, 16px); }
        @media screen and (max-width: 480px) {
          .sec_gallery .gallery_box .sec_wrap .text_wrap .text_in .txt {
            flex-wrap: wrap; } }
        .sec_gallery .gallery_box .sec_wrap .text_wrap .text_in .txt .icon {
          font-size: 0;
          line-height: 1;
          display: block;
          margin-inline: 4px;
          display: inline-block; }
          .sec_gallery .gallery_box .sec_wrap .text_wrap .text_in .txt .icon img {
            height: 100%; }
    .sec_gallery .gallery_box .sec_wrap.wrap01 .text_wrap .txt {
      display: flex;
      align-items: center; }
      .sec_gallery .gallery_box .sec_wrap.wrap01 .text_wrap .txt .icon {
        height: 20px; }
        @media screen and (max-width: 480px) {
          .sec_gallery .gallery_box .sec_wrap.wrap01 .text_wrap .txt .icon {
            height: 16px; } }
    .sec_gallery .gallery_box .sec_wrap.wrap02 .text_wrap .txt span {
      display: flex;
      align-items: center;
      line-height: 1; }
    .sec_gallery .gallery_box .sec_wrap.wrap02 .text_wrap .txt .icon {
      height: 25px; }
    .sec_gallery .gallery_box .sec_wrap.wrap03 {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec_gallery .gallery_box .sec_wrap.wrap03 {
          flex-direction: column; } }
      .sec_gallery .gallery_box .sec_wrap.wrap03 .text_wrap {
        width: 100%; }
        .sec_gallery .gallery_box .sec_wrap.wrap03 .text_wrap .txt .icon {
          height: 25px; }
      .sec_gallery .gallery_box .sec_wrap.wrap03 .in_box {
        width: 36%;
        order: 1;
        padding: 20px;
        background: #333;
        display: flex;
        flex-direction: column;
        row-gap: 25px;
        justify-content: center; }
        @media screen and (max-width: 480px) {
          .sec_gallery .gallery_box .sec_wrap.wrap03 .in_box {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .sec_gallery .gallery_box .sec_wrap.wrap03 .in_box {
            row-gap: 15px; } }
        .sec_gallery .gallery_box .sec_wrap.wrap03 .in_box .txt01 {
          width: 100%; }
        .sec_gallery .gallery_box .sec_wrap.wrap03 .in_box .txt02 {
          width: 96.86%; }
        .sec_gallery .gallery_box .sec_wrap.wrap03 .in_box .obj {
          margin-inline: auto;
          width: 55%;
          margin-top: 10px; }
          @media screen and (max-width: 480px) {
            .sec_gallery .gallery_box .sec_wrap.wrap03 .in_box .obj {
              display: none; } }
      .sec_gallery .gallery_box .sec_wrap.wrap03 .img {
        width: 60%; }
        @media screen and (max-width: 480px) {
          .sec_gallery .gallery_box .sec_wrap.wrap03 .img {
            width: 100%; } }
.sec_gallery .map_button {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 0 30px; }
  @media screen and (max-width: 480px) {
    .sec_gallery .map_button {
      width: 80%;
      margin: 0 auto; } }
  .sec_gallery .map_button .item {
    flex-grow: 1;
    width: 25%;
    max-width: 300px;
    display: block; }
    .sec_gallery .map_button .item a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.8em 0.5em;
      font-size: 14px;
      border: 1px solid #2e2f32;
      gap: 0 0.5em;
      font-size: 16px;
      color: #003333;
      transition: opacity 0.3s ease-in-out;
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec_gallery .map_button .item a {
          font-size: 14px; } }
      .sec_gallery .map_button .item a .icon {
        width: 18px;
        fill: #fff;
        transition: fill 0.3s ease-in-out;
        line-height: 0; }
      @media (hover: hover) {
        .sec_gallery .map_button .item a:hover {
          opacity: .6; } }
    @media screen and (max-width: 480px) {
      .sec_gallery .map_button .item.item_print {
        display: none; } }

/*# sourceMappingURL=gallery.css.map */
