@import url('./common.css');


#map{
.wrapper{
  .title{
    margin-top: calc(220 / 1363 * 100%);
                            &:after {
                        content: "";
                        display: block;
                        width: 80px;
                        height: 2px;
                        background-color: var(--gold);
                        margin: calc(70 / 1363 * 100%) auto;
                        @media screen and (min-width: 769px) {
                        height: 4px;
                        }
                    }
                  }
  .text{
      font-size:clamp(16px, 0.4vw + 14.48px, 18px);
      font-weight: 400;
      line-height: 2;
    margin: 0 auto;
    margin-bottom:calc(80 / 1363 * 100%);
    &.center{
      @media screen and (min-width: 769px) {
      text-align: center;
      }
    }
    br{
      display: none;
      @media screen and (min-width: 769px) {
        display: block;
      }
    }a{
      text-decoration: underline;
    }
    }
    .about{
      margin-bottom: calc(150 / 1363 * 100%);
    }
    .link{
      .link-inner{
        display: grid;
        grid-template-columns:repeat(1, 1fr);
        text-align: center;
        align-items: stretch;
           border-bottom: 1px solid #b4b4b4;
           @media screen and (min-width: 769px) {
        grid-template-columns: 30% 1fr;
           }
        li{
          padding: 2rem calc(100 / 960 * 100%);
          border-top: 1px solid #b4b4b4;
        
        &.link-item{
          display: flex;
          align-items: center;
          justify-content: center;
          padding:0 0 2rem;
          border-top: none;
          @media screen and (min-width: 769px) {
       border-top: 1px solid #b4b4b4;
         padding: 2rem 0;
          }
          h3{
            font-size:clamp(18px, 0.61vw + 15.72px, 24px);
            @media screen and (min-width: 769px) {
          font-size:clamp(24px, 0.61vw + 15.72px, 32px);
            }
          }
          .btn-sub{
              width: 100%;
              display: inline-block;
              background: #c49b4b;
              height: 54px;
              line-height: 54px;
              text-align: center;
              font-size: clamp(14px, 0.2vw + 13.24px, 16px);
              font-weight: 700;
              color: var(--black);
              position: relative;
              color: var(--white);
              &::after{
                content: "";
                position: absolute;
                right: 6%;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background: url(../img/icon-arrow--white.svg) no-repeat center center;
                background-size: 10px 10px;
              }
            }
        }
    }
        
      }
    }
     .backlink{
        padding-bottom: calc(100 / 1363 * 100%);
        text-align: center;

        a{
          font-size: clamp(14px, 0.4vw + 12.2px, 16px);
          line-height: 1.5;
          display:flex;
          justify-content: space-between;
          align-items: center;
          margin: 0 auto;
          width: 100%;
          max-width: 200px;
          &:after{
            content:url('../img/references/icon-arrow--color.svg');
            display: block;
          }
        }
      }
  }
}