a:hover{
  opacity: 0.6;
}


.reserved {
  position: fixed;
  bottom: calc(10px + env(safe-area-inset-bottom));
  right: calc(10px + env(safe-area-inset-right));
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease;
}

.reserved.is-show {
  opacity: 1;
  pointer-events: auto;
}

.fa-position-left {
position: static;
  top: calc(50% - 0.5em);
  left: 1rem;
}



a.btn-contact i.fa-position-left {
  font-size: 19px;
text-decoration: none;
  left: 1rem;
}

a.btn-contact2 {
		text-decoration: none;
	margin-bottom: 5px;
	 display: inline-flex;
  align-items: center;
 display: block;
  padding: 10px;
  background: #ff9d00;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(47, 32, 3, 0.55);
    height: 50px;

}

a.btn-contact {
		text-decoration: none;
	margin-bottom: 5px;
	 display: inline-flex;
  align-items: center;
  padding: 14px;
  background: #ff9800;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  font-weight: bold;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  height: 50px;
}

a.btn-contact:hover {
  color: #ff8800da;
background-color: #ffffff;
font-weight: 800;
}

a.line-header-btn:hover{
      color: #47cc1bda;
background-color: #ffffff;
font-weight: 800;

}

.reserved-text{
font-size: 10px;
}

.reserved.is-hide-footer {
  transform: translateY(40px);
  opacity: 0.6;
}

	/* inputを非表示 */
.input-hidden{
	display: none;
}

.cta-fixed {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative; /* ← fixed禁止 */
  width: auto;
  max-width: none;
}

.btn-contact {
  align-items: center;
  display: flex;
  background: #fff;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  width: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    white-space: nowrap;
}

.btn-contact img {
   display: block;
  width: 22px;
  height: 22px;
}


.reserved.cta-hide {
  opacity: 0;
  pointer-events: none;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* LINEボタン */
.line-header-btn {
  display: flex;
  align-items: center;
  gap: 6px;
    height: 50px;

  background: #06c755;
  color: #fff;
  padding: 10px 12px;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;

  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.line-header-btn img {
  width: 18px;
  height: 18px;
}
.line-cta-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #06c755;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);

  font-size: 14px;
  font-weight: 600;
}

.line-cta-inner img {
  width: 22px;
  height: 22px;
}

#line-top{
    width: 45px;
}



@media (min-width:780px){


  .btn-contact {
width: 150px;
  }

  .line-header-btn{
width: 150px;

  }
}

