.site-description {
display: none;
}

@media (min-width: 768px){
.col1 .keni-header_outer,
.col2 .keni-header_outer,
.col2r .keni-header_outer {
max-width:100%;
}
.keni-header .site-title, .keni-header_col1 .site-title {
max-width:100%;
}
.site-title {
padding:0;
}
}

@media only screen and (min-width : 736px){
.keni-gnav_inner li {
position: relative;
top: -10px;
}
}

/* グローバルメニューの背景を変える */
.keni-gnav_inner li a {
	/* メニューボタンの背景色を変える */
	background-color: #87ceeb;
	border-bottom-color: #eca100;
	
	.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #ff7a00, #ff3d00);
  color: #fff;
  text-align: center;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  line-height: 1.5;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
	
	.cta-button-soft {
  display: inline-block;
  background: #4CAF50;
  color: #fff;
  padding: 16px 26px;
  font-size: 17px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  transition: 0.3s;
}

.cta-button-soft:hover {
  background: #43a047;
}
	
	.footer-fixed a {
  flex: 1 !important;
  display: block !important;
}
	
	.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  height: 60px;
}

.footer-fixed a {
  flex: 1;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.footer-line {
  background: #06C755;
}

.footer-reserve {
  background: #FF7A00;
}

body {
  padding-bottom: 140px;
}

@media (min-width: 768px) {
  .footer-fixed {
    display: none;
  }
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
}

.footer-btn {
  flex: 1;
  text-align: center;
  padding: 16px 10px;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  display: block;
}

.footer-line {
  background: #06C755;
}

.footer-reserve {
  background: #FF7A00;
}

@media (min-width: 768px) {
  .footer-fixed {
    display: none;
  }
}

/* 下に隠れない対策 */
body {
  padding-bottom: 80px;
}	
	
.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex !important;
  z-index: 99999;
}

.footer-fixed a {
  flex: 1;
  text-align: center;
  padding: 16px;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  display: block;
}

.footer-line {
  background: #06C755;
}

.footer-reserve {
  background: #FF7A00;
}

body {
  padding-bottom: 80px;
}