@charset "utf-8";
/* CSS Document */


/*トップCTA*/
.top-btn {
    position: relative;
}
.top-btn-inner{
position: absolute;
z-index: 1;
width: 100%;
}
.top-btn-inner.fixed {
    position: fixed;
    top: 10px;
}
.top-btn-inner.fixed.none {
    opacity: 0;
    z-index: -1;
}

.top-btn-inner p{
border-radius: 50px;
height: 65px;
position: relative;
white-space:nowrap;

}
.top-btn-inner p a{
position: relative;
  display: inline-block;
  padding: 15px 80px 15px 40px;
  color: #fff;
  background-color: #AE9841;
  border: none;
  border-radius: 50px;
  font-size: 28px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  left:50%;
  top: 10px;
  transform: translateX(-50%);
}
.top-btn-inner p a::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 30px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  }
.top-btn-inner p a:hover {
  outline: none;
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.top-btn-txt{
margin-bottom: 10px;
}

@media(max-width:767px) {
.top-btn-inner p{
height: 45px;
}
.top-btn-inner p a{
  padding: 10px 60px 10px 20px;
  font-size: 20px;
}
.top-btn-inner p a::after {
  top: 40%;
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  }
}

/*プランのポイント*/
.planPoint {
    margin-top: 150px;
    text-align: center;
}
.planPoint h2 {
    font-size: 24px;
    display: inline-block;
    margin: 0 auto;
    background-color: #FFFFFF;
    z-index: 1;
    padding: 0 15px;
    font-weight: 700;
}
.planPoint-inner {
    border: 5px solid #AE9841;
    border-radius: 10px;
    width: 80%;
    padding: 30px;
    margin: -20px auto 0;
}
.planPoint-inner ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    list-style-type: disc;
}
.planPoint-inner ul li {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px;
}
.planPoint-inner ul li::marker {
  color: #AE9841;
}
@media(max-width:767px) {
.planPoint {
    margin-top: 120px;
}
.planPoint h2 {
    font-size: 20px;
    display: inline-block;
    margin: 0 auto;
    background-color: #FFFFFF;
    z-index: 1;
    padding: 0 10px;
    font-weight: 700;
}
.planPoint-inner {
    border: 5px solid #AE9841;
    border-radius: 10px;
    width: 92%;
    padding: 30px 20px 30px 30px;
    margin: -20px auto 0;
}
.planPoint-inner ul li {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
}
}

/*ウェルカムドリンク*/
.welcomeDrink {
    width: 50%;
    min-width: 600px;
    margin: 100px auto;
    line-height: 1.6;
    position: relative;
}
.welcomeDrink::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-image: url("/restaurantbus/feature/anniversary/img/kanpai.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
.welcomeDrink h2 {
    color: #AE9841;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media(max-width:767px) {
.welcomeDrink {
    width: 92%;
    height: auto;
    min-width: 92%;
    margin: 50px auto;    
}
.welcomeDrink p {
    font-size: 14px;
}
.welcomeDrink::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  width: 80%;
  height: 80%;
  background-image: url("/restaurantbus/feature/anniversary/img/kanpai.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.welcomeDrink h2 {
    color: #AE9841;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
}
/*有料オプション*/
.optionPlan,
.planList {
   text-align: center;
}
.optionPlan h2,
.planList h2 {
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    margin-bottom: 15px;
}
.optionPlan h2 span,
.planList h2 span {
    display: inline-block;
    vertical-align: bottom;
    padding: 8px 50px;
    position: relative;
}
.optionPlan h2 span::before,
.planList h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("/restaurantbus/feature/anniversary/img/star.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.optionPlan h2 span::after,
.planList h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("/restaurantbus/feature/anniversary/img/star.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.optionPlan-inner {
    background-color: #efead9;
    width: 80%;
    padding: 30px 0;
    text-align: center;
    margin: 20px auto;
}
.optionPlan-inner h3 {
    font-size: 20px;
    display: inline-block;
    background-color: #FFF;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.optionPlan-inner div {
    margin: 15px auto;
    width: 80%;
    justify-content:space-between;
}
.optionPlan-inner img {
    width: 350px;
    height: auto;
}
.optionPlan-inner figcaption {
    font-size: 14px;
}
@media(max-width:767px) {
.optionPlan h2,
.planList h2 {
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    margin-bottom: 15px;
}
.optionPlan h2 span,
.planList h2 span {
    display: inline-block;
    vertical-align: bottom;
    padding: 8px 40px;
    position: relative;
}
.optionPlan h2 span::before,
.planList h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("/restaurantbus/feature/anniversary/img/star.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.optionPlan h2 span::after,
.planList h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url("/restaurantbus/feature/anniversary/img/star.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.optionPlan-inner {
    background-color: #efead9;
    width: 92%;
    padding: 30px 0;
    text-align: center;
    margin: 20px auto;
}
.optionPlan p {
    font-size: 14px;
}
.optionPlan-inner h3 {
    font-size: 18px;
    display: inline-block;
    background-color: #FFF;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.optionPlan-inner div {
    margin: 15px auto;
    width: 80%;
    justify-content:space-between;
}
.optionPlan-inner img {
    width: 350px;
    height: auto;
}
.optionPlan-inner figcaption {
    font-size: 14px;
}
}

/*小児（小学生以下座席あり）料金について*/

.kidsPlan {
    margin: 100px auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
.kidsPlan h3 {
    font-size: 20px;
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #AE9841;
    margin-bottom: 20px;
}
.kidsPlan h3 span {
    font-size: 14px;
}
@media(max-width:767px) {
.kidsPlan {
    margin: 50px auto;
    font-size: 14px;
}
.kidsPlan h3 {
    font-size: 18px;
}
.kidsPlan h3 span {
    font-size: 12px;
}
.kidsPlan p {
    font-size: 14px;
    text-align: left;
}
}

/*誕生日・記念日プラン*/

.planList h4 {
   font-size: 18px;
    display: inline-block;
    margin: 20px auto;
    background-color: #FFFFFF;
    z-index: 1;
    padding: 0 50px;
    font-weight: 700;
}
.planList-inner {
    border-top: 2px solid #AE9841;
    padding: 30px;
    margin: -30px auto 0;
    font-weight: 500;
    width: 50%;
}
.planList-inner ul {
    display: grid;
	grid-template-columns: 80px repeat(2,120px);
    grid-template-rows: subgrid;
    gap:10px;
    text-align: left;
    margin: 0 auto 10px;
    width: 380px;
}
.planList-inner ul li {
    align-content: center;
}
.planList-inner a {
    background-color: #AE9841;
    border-radius: 25px;
    color: #FFF;
    padding: 3px 0;
    width: 120px;
    display: inline-block;
    text-align: center;
}
.planList-inner a:hover {
    background-color: #cec18d;
}
@media(max-width:767px) {
.planList h4 {
   font-size: 16px;
    display: inline-block;
    margin: 20px auto;
    background-color: #FFFFFF;
    z-index: 1;
    padding: 0 50px;
    font-weight: 700;
}
.planList-inner {
    border-top: 2px solid #AE9841;
    padding: 30px 0;
    margin: -30px auto 0;
    font-weight: 500;
    width: 100%;
}
.planList-inner ul {
    display: grid;
	grid-template-columns: 80px repeat(2,100px);
    grid-template-rows: subgrid;
    gap:10px;
    text-align: left;
    margin: 0 auto 10px;
    width: 92%;
}
.planList-inner ul li {
    align-content: center;
}
.planList-inner a {
    background-color: #AE9841;
    border-radius: 25px;
    color: #FFF;
    padding: 3px 0;
    width: 100px;
    display: inline-block;
    text-align: center;
}
.planList-inner a:hover {
    background-color: #cec18d;
}
}