@charset "UTF-8";
@media only screen and (max-width: 767px) {
  /*--------------------- #header---------------------*/
  #header{
    padding: 15px 0 15px 15px;
  }
  .headLogo {
    text-align: left;
  }
  .headLogo img{
    width: 130px;
  }
  .gnav{
    display: none;
  }
  .hambur {
    display: block;
  }
  .drawer-toggle.drawer-hamburger {
    top: 1px!important;
  }
  li.drawerList {
    font-size: 16px;
    position: relative;
    padding: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  li.drawerList:hover {
    background-color: #ecfcff;
  }
  li.drawerList.blank a::after{
    content: "\f08e";
    font-family: FontAwesome;
    position: absolute;
    top: 16px;
    right: 10px;
    bottom: 0;
    left: auto;
  }
  li.drawerList a {
    display: block;
  }

  /*--------------------- .section ---------------------*/
  .inr{
    margin: 0 15px;
    padding: 35px 0;
    width: auto;
  }
  
  /*--------------------- .head ---------------------*/
  .head02{
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .head02:before{
    margin-right: 15px;
    vertical-align: middle;
  }
  
  br.spBr{ display: none; }
  
  /*--------------------- .bnrArea ---------------------*/
  .bnrArea li img{
    width: 100%;
  }
  .bnrArea.clm2 li {
    padding: 5px;
  }
  
  /*--------------------- .sns ---------------------*/
  .fbHead,.twHead{
    font-size: 23px;
  }
  .fbHead span, .twHead span{
    top: 0;
  }
  .fbHead:before {
    font-size: 30px;
    margin-right: 20px;
    vertical-align: middle;
  }
  .twHead:before {
    font-size: 30px;
    margin-right: 20px;
    vertical-align: middle;
  }
  .inBox img{ width: 100%; }
  .snsContents{
    margin-bottom: 30px;
  }
  .fbBox,.twBox{
    float: none;
    overflow: hidden;
  }
  .twBox{
    overflow: hidden;
  }
  .fbBox{
    margin-bottom: 30px;
  }
  
  iframe{
    height: 500px!important;
    width: 100%;
  }
  
  iframe#twitter-widget-0{
    height: 500px!important;
    width: 100%!important;
  }
  
  /*--------------------- .footer ---------------------*/
  #footer{
    padding:15px;
  }
  #footer img{
    width: 100px;
  }
  #footer img:hover{
    opacity: 0.5;
  }
  .ftrTxt{
    font-size: 12px;
    margin-top: 0;
  }
}

