@charset "UTF-8";


/* ----------------------------
  instagram
---------------------------- */
#instagram{
  position: relative;
  padding-top: 140px;
  padding-bottom: 40px;
  text-align: center;
}

#instagram .title{
  font-size: 38px;
  margin-bottom: 90px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
}
#instagram .title.kisarazu{
  font-size: 38px;
  margin-bottom: 90px;
  font-family: "Big Caslon Reg";
  letter-spacing: -0.02em;
  font-weight: 400;
  line-height: 1;
}
#instagram .list{
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
}
#instagram .list li{
  float: left;
  margin: 0 20px 40px 20px;
} 
#instagram .list li a{
  width: 300px;
  height: 60px;
  display: block;
  background: #ababab;
  color: #FFF;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  border-radius: 60px;    /* CSS3草案 */
  -webkit-border-radius: 60px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 60px; /* Firefox用 */
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
#instagram .list li a:hover{
  background: #000;
}
#instagram  ul.sns{
  text-align: center;
} 
#instagram  ul.sns li{
  display: inline-block;
  margin: 0 18px;
}
#instagram  ul.sns li a{
  display: block;
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 60px;    /* CSS3草案 */
  -webkit-border-radius: 60px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 60px; /* Firefox用 */
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
#instagram  ul.sns li:nth-child(1) a{
  background: #000 url(../../assets/img/common/sns_icon01.png) no-repeat center center;
}
#instagram  ul.sns li:nth-child(1) a:hover{
  background: #ccc url(../../assets/img/common/sns_icon01.png) no-repeat center center;
}
#instagram  ul.sns li:nth-child(2) a{
  background: #000 url(../../assets/img/common/sns_icon02.png) no-repeat center center;
}
#instagram  ul.sns li:nth-child(2) a:hover{
  background: #ccc url(../../assets/img/common/sns_icon02.png) no-repeat center center;
}

@media screen and (max-width: 800px) {
  #instagram{
    padding-top: 85px;
  }

  #instagram .title{
    font-size: 26px;
    margin-bottom: 60px;
  }

  #instagram .list{
    width: auto;
    margin: 0 40px;
    margin-bottom: 20px;
  }
  #instagram .list li{
    float: none;
    margin: 0 0px 20px 0px;
  } 
  #instagram .list li a{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.08em;
    border-radius: 55px;    /* CSS3草案 */
    -webkit-border-radius: 55px;  /* Safari,Google Chrome用 */
    -moz-border-radius: 55px; /* Firefox用 */
  }
  #instagram  ul.sns{
    text-align: center;
  } 
  #instagram  ul.sns li{
    display: inline-block;
    margin: 0 10px;
  }
  #instagram  ul.sns li a{
    display: block;
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 60px;    /* CSS3草案 */
    -webkit-border-radius: 60px;  /* Safari,Google Chrome用 */
    -moz-border-radius: 60px; /* Firefox用 */
      -webkit-transition: all 0.5s 0s ease;
         -moz-transition: all 0.5s 0s ease;
          -ms-transition: all 0.5s 0s ease;
           -o-transition: all 0.5s 0s ease;
              transition: all 0.5s 0s ease;
  }
  #instagram  ul.sns li:nth-child(1) a{
    background: #000 url(../../assets/img/common/sns_icon01.png) no-repeat center center;
  }
  #instagram  ul.sns li:nth-child(1) a:hover{
    background: #ccc url(../../assets/img/common/sns_icon01.png) no-repeat center center;
  }
  #instagram  ul.sns li:nth-child(2) a{
    background: #000 url(../../assets/img/common/sns_icon02.png) no-repeat center center;
  }
  #instagram  ul.sns li:nth-child(2) a:hover{
    background: #ccc url(../../assets/img/common/sns_icon02.png) no-repeat center center;
  }
}