@charset "UTF-8";

.bg-page {
  background-color: #f8f9ee;
  background-image: url(../../img/common/bg-page-l.png), url(../../img/common/bg-page-r.png);
  background-repeat: repeat-y;
  background-position: left 0 top 150px, right top;
  background-size: 18%, 17%;
}

.ft-logo {
  background-color: #f8f9ee;
}

.rounded-box {
  position: relative;
  z-index: 9;
  background: #fff;
  border: 3px solid #534741;
  border-radius: 40px;
  width: 100%;
  max-width: 710px;
  margin: auto;
  position: relative;
  padding: 40px 26px;
}

/*=================================
↑↑↑↑↑↑common↑↑↑↑↑↑
===================================*/
.map-wrap {
  max-width: 710px;
  margin: 50px auto;
}

.schedule-wrap {
  margin: 60px auto 100px auto;
}

.schedule-wrap .txt {
  font-weight: 400;
  margin: 30px auto;
  max-width: 700px;
}

.sec-ttl {
  max-width: 360px;
  margin: 0 auto;
}

.rounded-box .ttl-small {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 18px;
}

.rounded-box .txt {
  font-weight: 400;
  margin-bottom: 26px;
}

.rounded-box .txt.blue {
  font-weight: bold;
  color: #3fa9f5;
}

.rounded-box .txt.blue a {
  color: #3fa9f5;
  text-decoration: underline;
}

.rounded-box .txt.note {
  margin-top: 50px;
}

.rounded-box .access-wrap {
  padding: 0 60px;
}

.rounded-box .access-wrap .txtphone {
  display: inline-block;
  border-bottom: 1px solid #8CC63F;
  padding-left: 50px;
  padding-bottom: 4px;
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: .12em;
  font-weight: 600;
  color: #8CC63F;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-image: url("data:image/svg+xml,%3Csvg id='デザイン' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.81 32.4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%238cc63f;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M149.8,4792.87a13.33,13.33,0,0,0-2.88,4.83c-.74,3-1.33,6.75.64,9.27,1.51,1.92,4.24,2.85,8.38,2.85h12.83c4.13,0,6.87-.93,8.37-2.85,2-2.52,1.39-6.28.64-9.33a13.75,13.75,0,0,0-2.95-4.85c1.62,0,2.83-1,3.53-3.18a7.8,7.8,0,0,0-1-6.89c-1.86-3.18-7.85-5.3-15-5.3h-.09c-7.14,0-13.17,2.18-15,5.39a7.8,7.8,0,0,0-.95,6.9C147.06,4791.79,148.21,4792.86,149.8,4792.87Zm6.77-7.84a29.73,29.73,0,0,0,5.55.35h.23a31,31,0,0,0,5.77-.38l.67-.07a4,4,0,0,0-.46,3,32.76,32.76,0,0,0-6-.42,33.32,33.32,0,0,0-5.89.39,4,4,0,0,0-.5-3Zm5.78,7.29a6.92,6.92,0,1,1-6.92,6.92A6.93,6.93,0,0,1,162.35,4792.32Zm-4.75,6.92a4.76,4.76,0,1,1,4.75,4.76A4.76,4.76,0,0,1,157.6,4799.24Z' transform='translate(-145.95 -4777.42)'/%3E%3C/svg%3E");
}

.rounded-box .access-wrap .txtfax {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: .12em;
  font-weight: 500;
  margin-top: 8px;
}

.rounded-box .access-wrap .btn-web {
  display: inline-block;
  margin-top: 21px;
}

.rounded-box .access-wrap .btn-web img {
  width: 226px;
}

.rounded-box .access-wrap .timework {
  margin-top: 24px;
}

.rounded-box .access-wrap .list-note {
  margin-top: 20px;
}

.rounded-box .access-wrap .list-note li {
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: .05em;
  font-weight: 400;
}

.gmap-wrap {
  max-width: 710px;
  margin: 60px auto 0 auto;
  text-align: right;
}

.gmap-wrap iframe {
  width: 100%;
}

.gmap-wrap .linkmaps {
  text-align: right;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: .12em;
  font-weight: 500;
  color: #534741;
  float: right;
  margin-left: auto;
}

.link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 600px;
  margin: 60px auto 0 auto;
}

.link-wrap a {
  max-width: 260px;
}

@media screen and (max-width: 767px) {
  .bg-page {
    background-image: url(../../img/common/bg-page-l_sp.png), url(../../img/common/bg-page-r_sp.png);
    background-position: left top 50px, right top;
    background-size: 35%, 22%;
  }

  .sec-ttl {
    max-width: 260px;
    margin: 0 auto;
  }

  .map-wrap {
    margin: 20px auto;
  }

  .rounded-box {
    padding: 30px 20px;
  }

  .schedule-wrap {
    margin: 30px auto 50px auto;
  }

  .schedule-wrap img {
    width: 100%;
  }

  .rounded-box .txt {
    font-weight: 400;
    margin-bottom: 12px;
  }

  .rounded-box .access-wrap {
    padding: 0;
  }

  .rounded-box .access-wrap .txtphone {
    font-size: 33px;
    font-size: 2.8rem;
    display: block;
    line-height: 40px;
    padding-left: 45px;
    /* margin-top: 2px; */
    padding-bottom: 0;
    background-size: 28px auto;
    background-position: top 6px left;
  }

  .rounded-box .access-wrap .txtfax {
    text-align: center;
  }

  .rounded-box .access-wrap .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rounded-box .access-wrap .btn-web {
    width: 47%;
    margin: 12px auto 0;
  }

  .gmap-wrap {
    margin-top: 30px;
  }

  .gmap-wrap iframe {
    height: 350px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .gmap-wrap .linkmaps {
    font-size: 1.4rem;
    float: left;
  }

  .link-wrap {
    margin: 30px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .link-wrap a {
    width: 194px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec-ttl {
    padding-top: 100px;
  }
}