/*! Writen  by SCSS */
.white {
  color: #fff; }

.container_wrap {
  color: #333; }

.read {
  font-size: 14px;
  line-height: 2.86; }
  @media screen and (max-width: 960px) {
    .read {
      line-height: 2; } }
  @media screen and (max-width: 768px) {
    .read {
      font-size: 13px; } }
  .read.black {
    color: #333333; }
  .read_min {
    font-size: 13px;
    line-height: 2.5; }
    @media screen and (max-width: 768px) {
      .read_min {
        line-height: 2;
        font-size: 12px; } }
  .read.big {
    font-size: 16px;
    line-height: 2.5; }
    @media screen and (max-width: 768px) {
      .read.big {
        line-height: 2;
        font-size: 14px; } }
  .sec03 .read {
    line-height: 2.15; }
    @media screen and (max-width: 768px) {
      .sec03 .read {
        line-height: 1.8; } }

.sec01 .pnci span {
  color: #fff; }
.sec01 .map02_full {
  max-width: 640px;
  margin-bottom: clamp(15px, 3.084vw, 37px);
  padding: clamp(10px, 3.125vw, 25px);
  width: 100%;
  margin-inline: auto;
  text-align: center;
  background: #cead65;
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    .sec01 .map02_full {
      width: calc(100% - 40px); } }
  .sec01 .map02_full .tel02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px; }
    @media screen and (max-width: 480px) {
      .sec01 .map02_full .tel02 {
        margin-bottom: 0; } }
    .sec01 .map02_full .tel02 a {
      font-size: clamp(32px, 6.25vw, 50px);
      line-height: 1;
      display: block;
      letter-spacing: 0.05em;
      font-weight: 500;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        .sec01 .map02_full .tel02 a {
          pointer-events: all; } }
      @media screen and (max-width: 480px) {
        .sec01 .map02_full .tel02 a {
          font-size: 36px; } }
      .sec01 .map02_full .tel02 a img {
        margin-bottom: 5px;
        margin-right: 10px; }
  .sec01 .map02_full .read01 {
    font-size: 14px; }
    @media screen and (max-width: 480px) {
      .sec01 .map02_full .read01 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.25; } }
  .sec01 .map02_full .read02 {
    font-size: clamp(10px, 1.5vw, 12px);
    display: flex;
    justify-content: center;
    column-gap: 10px; }
    @media screen and (max-width: 480px) {
      .sec01 .map02_full .read02 {
        flex-wrap: wrap; } }
.sec01 .btn_wrap {
  max-width: 640px;
  margin-inline: auto;
  column-gap: 6.25%;
  padding-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .sec01 .btn_wrap {
      padding-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    .sec01 .btn_wrap {
      flex-wrap: wrap;
      row-gap: 15px; } }
  .sec01 .btn_wrap a {
    width: 46.88%;
    display: flex;
    border: 1px solid #fff;
    text-align: center;
    align-items: center;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    column-gap: clamp(5px, 3.334vw, 10px);
    justify-content: center;
    color: #fff;
    position: relative;
    text-decoration: none; }
    .sec01 .btn_wrap a::after {
      content: '';
      position: absolute;
      inset: 0;
      border: 1px solid #093155;
      pointer-events: none; }
    @media (hover: hover) {
      .sec01 .btn_wrap a:hover {
        opacity: .7; } }
    @media screen and (max-width: 480px) {
      .sec01 .btn_wrap a {
        width: 100%; } }
    .sec01 .btn_wrap a .text {
      font-size: clamp(12px, 5.334vw, 16px);
      font-weight: 600; }
      @media screen and (max-width: 480px) {
        .sec01 .btn_wrap a .text {
          font-size: 13px; } }

.img_wrap {
  padding-top: clamp(20px, 8vw, 80px);
  margin-bottom: clamp(30px, 5vw, 60px); }
  .img_wrap .image {
    position: relative;
    width: fit-content;
    margin-inline: auto; }
    .img_wrap .image::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      pointer-events: none;
      border: 1px solid #cccccc;
      pointer-events: none; }

.bg_wrap {
  background-image: url(../images/common/bg_site.png);
  background-position: 0,0;
  background-repeat: repeat;
  position: relative; }

/*# sourceMappingURL=access.css.map */
