.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;
}
	
	.sfb-btn {
  font-size: 16px !important;
  padding: 14px 10px !important;
}

.sfb-btn span {
  display: inline !important;
  font-weight: bold;
}

.sfb-btn i {
  font-size: 24px !important;
}

/* ===== 最終CTA強制上書き ===== */

/* ===== フッターボタン最強カスタム ===== */

/* 全体 */
.stk-button__element {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50% !important;
  padding: 12px 5px !important;
  font-size: 13px !important;
  font-weight: bold !important;
}

/* アイコン */
.stk-button__element i {
  font-size: 26px !important;
  margin-bottom: 4px !important;
}

/* テキスト */
.stk-button__element span {
  display: block !important;
  font-size: 12px !important;
}

/* LINE（1つ目のボタン） */
.stk-button:nth-child(1) .stk-button__element {
  background: #06C755 !important;
  color: #fff !important;
}

/* 予約（2つ目のボタン） */
.stk-button:nth-child(2) .stk-button__element {
  background: #FF7A00 !important;
  color: #fff !important;
}align-content	
	
.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: 18px;
  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: 90px;
}align-content	
	
.first-top-message{
background:#fff7f2;
padding:35px 25px;
border-radius:20px;
margin-bottom:35px;
text-align:center;
}

.first-lead{
font-size:24px;
font-weight:bold;
line-height:1.8;
color:#ff7b7b;
}

.first-box{
background:#ffffff;
padding:30px;
border-radius:20px;
margin-bottom:35px;
box-shadow:0 3px 10px rgba(0,0,0,0.05);
}

.first-service-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
margin:25px 0;
}

.first-service-item{
background:#fff5f5;
padding:15px;
border-radius:15px;
text-align:center;
font-weight:bold;
}

.first-note{
font-size:14px;
color:#666;
}

.flow-box{
position:relative;
background:#fff8f4;
padding:25px;
border-radius:18px;
margin-bottom:20px;
padding-left:70px;
}

.flow-number{
position:absolute;
left:20px;
top:20px;
width:35px;
height:35px;
background:#ff8c66;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
}

.first-btn,
.first-btn-big,
.first-line-btn{
display:inline-block;
padding:15px 30px;
border-radius:999px;
text-decoration:none;
font-weight:bold;
font-size:18px;
transition:0.3s;
color:#fff;
}

.first-btn{
background:#ff7b9c;
}

.first-btn-big{
background:#ff6b6b;
font-size:22px;
}

.first-line-btn{
background:#06C755;
margin-top:15px;
}

.first-btn:hover,
.first-btn-big:hover,
.first-line-btn:hover{
opacity:0.85;
}

.first-cta{
background:#fff5f5;
padding:40px 25px;
border-radius:25px;
text-align:center;
margin-top:40px;
}

@media(max-width:768px){

.first-top-message,
.first-box,
.first-cta{
padding:25px 20px;
}

.first-lead{
font-size:20px;
}

.first-service-grid{
grid-template-columns:1fr;
}

.flow-box{
padding-left:65px;
}

.first-btn,
.first-btn-big,
.first-line-btn{
width:100%;
box-sizing:border-box;
font-size:18px;
}

}	