@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
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */


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

.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%);
}

@media (min-width:1700px) {
  .txt {
    bottom: 30vh;
  }

  .home01 {
    padding-top: 10% !important;
  }
}

@media (min-width:2000px) {
}

@media (max-width:1200px) {
  .home02Bg02 {
    background: url(../img/home02Bg02.jpg) no-repeat center top / cover;
    height: 46vh;
  }
}

@media (max-width:1000px) {
  .txt {
    bottom: 27vh;
  }

  footer::after {
    height: 22%;
  }

  .f32 {
    font-size: 1.9rem !important;
  }

  .footer02_01 .w15 {
    width: 35%;
  }

  .footer02_nav ul {
    margin-left: 10px;
  }

  .footer01 .btn02 {
    width: 67%;
  }

  .footer01 .btn02 a, .submit {
    min-width: 100%;
  }

  .footer01 .f36 {
    font-size: 3.2rem !important;
  }
}