@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
    font-size: 62.5%;
}

object {
    pointer-events: none;
}

.sp,
.header_sp {
    display: none !important;
}

a[href^="tel:"] {
    pointer-events: none;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.img_r {
    overflow: hidden;
}

.img_r>img {
    float: right;
    width: 33%;
    margin-left: 15px;
    margin-bottom: 15px;
}


/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ～1200px
--------------------------------------------------------------------------- */
@media (max-width:1200px){
  #reason02 .img-large{
      width:68%;
  }

  #reason02 .img-small{
      width:40%;
  }
}

/* ---------------------------------------------------------------------------
  ～1140px
--------------------------------------------------------------------------- */
@media (max-width:1140px) {
  footer .f30 {
    font-size: 23px !important;
  }
  footer .f40 {
    font-size: 36px !important;
  }
  footer .f24 {
    font-size: 21px !important;
  }
  .home02 .f20 {
    font-size: 15px !important;
  }
  .footer02 {
    font-size: 80% !important;
  }
  .btn01 a {
    height: 2.2em;
    width: 10.5em;
  }
  .entry_thanks01 .btn01 a,
  .thanks01 .btn01 a {
    height: 2.2em;
    width: auto;
  }
  .telBtn a {
    gap: 4%;
  }

  .home02 .card .bgG {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */

.instagramcont li {
    width: calc(100% / 4);
}

.instagramcont li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 0 100%;
    background: #949494;
}

.instagramcont li a img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
