@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*	▼	240305 GM追加	*/
.pre-inc .map-sec {
  width: 100%;
  padding-top: 250px; }
  @media only screen and (max-width: 767px) {
    .pre-inc .map-sec {
      padding-top: 150px; } }
  .pre-inc .map-sec .map-ttlwrap h2 {
    max-width: 435px;
    width: calc(100% - 60px);
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .pre-inc .map-sec .map-ttlwrap h2 {
        width: 190px; } }
    .pre-inc .map-sec .map-ttlwrap h2 figure {
      width: 100%; }
      .pre-inc .map-sec .map-ttlwrap h2 figure img {
        width: 100%; }
        @media only screen and (max-width: 991px) {
          .pre-inc .map-sec .map-ttlwrap h2 figure img {
            width: auto;
            height: 100px; } }
        @media only screen and (max-width: 767px) {
          .pre-inc .map-sec .map-ttlwrap h2 figure img {
            width: auto;
            height: 60px; } }
  .pre-inc .map-sec .map-ttlwrap h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin-top: 20px; }
    @media only screen and (max-width: 991px) {
      .pre-inc .map-sec .map-ttlwrap h3 {
        font-size: 20px; } }
    .pre-inc .map-sec .map-ttlwrap h3.stylegallery {
      margin-top: 140px; }
      @media only screen and (max-width: 991px) {
        .pre-inc .map-sec .map-ttlwrap h3.stylegallery {
          margin-top: 80px; } }
  .pre-inc .map-sec .map_area {
    width: calc(100% - 60px);
    max-width: 1120px;
    margin: 100px auto 0; }
    @media only screen and (max-width: 991px) {
      .pre-inc .map-sec .map_area {
        margin-top: 60px; } }
  .pre-inc .map-sec .map-img figure {
    width: 100%; }
    .pre-inc .map-sec .map-img figure img {
      width: 100%; }
  .pre-inc .map-sec .map-btnwrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 60px; }
    @media only screen and (max-width: 991px) {
      .pre-inc .map-sec .map-btnwrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px; } }
    .pre-inc .map-sec .map-btnwrap .mapbtn {
      font-size: 20px;
      padding: 10px 40px;
      width: 295px;
      border: 2px solid #224981;
      border-radius: 40px;
      text-decoration: none;
      position: relative;
      text-align: center;
      filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
      transition: 0.4s ease; }
      .pre-inc .map-sec .map-btnwrap .mapbtn:hover {
        background: #224981 !important;
        color: #fff !important; }
        .pre-inc .map-sec .map-btnwrap .mapbtn:hover:before {
          filter: brightness(5); }
      .pre-inc .map-sec .map-btnwrap .mapbtn span {
        font-size: 22px; }
      .pre-inc .map-sec .map-btnwrap .mapbtn.gmbtn {
        color: #224981; }
        .pre-inc .map-sec .map-btnwrap .mapbtn.gmbtn:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 20px;
          width: 16px;
          height: 20px;
          background: url("../img/elements/gmicon.png");
          background-size: contain;
          transform: translateY(-50%);
          transition: 0.4s ease; }
      .pre-inc .map-sec .map-btnwrap .mapbtn.printbtn {
        background: #fff;
        font-family: 'Cormorant Garamond','noto serif JP', serif;
        color: #224981; }
        .pre-inc .map-sec .map-btnwrap .mapbtn.printbtn:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 20px;
          width: 16px;
          height: 20px;
          background: url("../img/elements/printicon.png");
          background-size: contain;
          transform: translateY(-50%);
          transition: 0.4s ease; }
  .pre-inc .map-sec .map_infor {
    max-width: 900px;
    margin: 60px auto 0;
    border: 1px solid #224981;
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .pre-inc .map-sec .map_infor {
        padding: 12px; } }
    .pre-inc .map-sec .map_infor .map_txt_group {
      display: flex;
      column-gap: 15px; }
      @media only screen and (max-width: 767px) {
        .pre-inc .map-sec .map_infor .map_txt_group {
          flex-direction: column;
          row-gap: 10px; } }
      .pre-inc .map-sec .map_infor .map_txt_group:nth-child(1) {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #224981; }
      .pre-inc .map-sec .map_infor .map_txt_group .box {
        width: 200px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        background: #224981;
        padding: 3px 10px; }
        @media only screen and (max-width: 767px) {
          .pre-inc .map-sec .map_infor .map_txt_group .box {
            width: 100%; } }
        .pre-inc .map-sec .map_infor .map_txt_group .box .box_txt {
          align-self: center;
          font-size: clamp(15px, 1.667vw, 20px);
          color: #FFF; }
          @media only screen and (max-width: 767px) {
            .pre-inc .map-sec .map_infor .map_txt_group .box .box_txt {
              font-size: 5vw; } }
          .pre-inc .map-sec .map_infor .map_txt_group .box .box_txt.small {
            font-size: clamp(13px, 1.334vw, 16px); }
            @media only screen and (max-width: 767px) {
              .pre-inc .map-sec .map_infor .map_txt_group .box .box_txt.small {
                font-size: 4vw; } }
      .pre-inc .map-sec .map_infor .map_txt_group .map_txt {
        flex-grow: 1;
        font-size: clamp(15px, 1.667vw, 20px); }
        @media only screen and (max-width: 767px) {
          .pre-inc .map-sec .map_infor .map_txt_group .map_txt {
            width: 100%;
            font-size: 15px; } }
        .pre-inc .map-sec .map_infor .map_txt_group .map_txt .small {
          font-size: 80%; }
@media print {
  .pre-inc header, .pre-inc .map-btnwrap, .pre-inc .map-ttlwrap, .pre-inc .cap-sec {
    display: none !important; }
  .pre-inc .map-sec {
    padding-top: 50px !important; }
    .pre-inc .map-sec .map-img {
      width: 90% !important;
      max-width: 800px !important;
      margin-top: 0px !important; } }

/*# sourceMappingURL=map.css.map */
