/*add*/
@media screen and (max-width: 767px) {
  .logo-holder img {
    height: 36px; } }

.gnavi {
  float: right; }

@media screen and (max-width: 767px) {
  .hero {
    height: 350px; } }

#about2 {
  background: #f3f3f3; }

#works {
  background: #f3f3f3; }

.img-works img {
  width: 100%;
  height: auto;
  margin-bottom: 8px; }

.container-fluid-padding {
  padding-left: 30px;
  padding-right: 30px; }

.tel-sec {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .tel-sec {
      width: 100%;
      bottom: 0;
      right: 0; } }
  .tel-sec span {
    display: block;
    font-size: 11px; }
  .tel-sec a {
    background: #ffd900;
    color: #525252;
    font-weight: bold;
    font-size: 24px;
    padding: 16px 36px;
    display: block;
    border-radius: 50px;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .tel-sec a {
        width: 100%;
        border-radius: 0; } }
  .tel-sec i {
    padding-right: 10px; }

th {
  text-align: center; }

th, td {
  padding: 24px; }

.table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr:nth-child(even) > th,
th {
  background: #eee;
  padding: 15px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(even) > td {
  padding: 15px;
  vertical-align: middle; }

.ftr-logo {
  width: 120px; }

.table-name {
  width: 30%; }

.table-price {
  width: 30%; }

.table-point {
  width: 40%; }

.point-txt {
  text-align: left; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 20px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg); }
