@charset "utf-8";

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #797979;
}

.container>.navbar-header {
  background: url(../img/rs/logo.png) no-repeat;
  background-size: 110px;
  overflow: hidden;
  margin-top: 5px;
  margin-left: -20px;
  text-indent: 100%;
  white-space: nowrap;
  width: 248px;
  height: 90px;
  display: inline-block;
}

#header_wrap{
  width:100%;
}

h2.title {
    text-align: center;
    color: #e098b9;
    padding-top: 10px;
}

.navbar {
    min-height: 53px;
}

.rs-hidden{
  display: none;
}

@media (max-width: 768px) {
  #container {
    margin-top: 55px;
  }
  .rs-margin-top {
    margin-top: 65px;
  }
  .container>.navbar-header {
/*    margin-top: 35px;*/
/*    margin-left: -10px;*/
    background-size: 60px;
    width:60px;
    height: 53px;
    padding: 0;
/*    width: 250px;*/
  }
	.container>.navbar-header {
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
	}
	.mobile-menu {
    position: relative;
		top: 19px;
	}
	#header_wrap{
    width:100%;
  }
	.header4{
    width:100%;
  }
  /*フッター*/
  #footer_wrap li, .footer-bottom-list li {
      border: 0;
      background-color: #fff;
  }
  #footer_wrap ul {
      border: 0;
      background-color: #fff;
  }
  #footer_wrap a{
      color: #707979 !important;
  }
  /* スライダ*/
  #slide_col {
      margin-top: 55px;
  }
  /*メニュー*/
  .mobile-menu ul {
      margin-top: -28px;
  }  
  .mobile-menu li {
    border-left: 0;
  }
  /*規約*/
  .kiyaku-scroll{
    width: 100%;
    height: 200px;
    overflow-y: scroll;
  }
  /* ポイント情報 */
  .point-info {
    margin-top: 60px;
  }
}
.btn-pink {
    color: #fff;
    background-color: #E098B9;
    border-color: #E098B9;
}
.btn-green {
    color: #fff !important;
    background-color: #98e0c2 !important;
    border-color: #98e0c2 !important;
}
.btn-white {
    color: #797979 !important;
    background-color: #fff !important;
    border-color: #797979 !important;
}
.btn-default {
    color: #797979 !important;
}
.btn-blue {
    color: #fff;
    background-color: #8dbfff;
}

.jumbotron-white {
    background-color: #fff;
}
a {
  color: #3D9F76;
}
/*
#undercolumn {
    margin-top: 10px;
}
*/
/* Myページ商品詳細*/
.list-group-item {
    border: 0;
}


