@charset "UTF-8";

.header .navbox .item.nav_party a,
.nav_item.nav_party a {
  background-color: var(--color4);
}
@media screen and (max-width:768px) {
  .copyright {
    margin-bottom: 54px;
  }
}

/* イベント紹介 */
.event .section {
  padding-top: 0;
  padding-bottom: 60px;
}
.event .title {
  margin-bottom: 40px;
}
.event .txt {
  line-height: 2;
}
.event .list {
  justify-content: space-between;
  margin-top: 40px;
}
.event .item {
  width: 32%;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .event .section {
    padding-bottom: 40px;
  }
  .event .txt {
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
  }
}

/* プラン紹介 */
.plan {
  background-color: var(--color2);
}
.plan .section {
  padding-bottom: 60px;
}
.plan .flex_inn {
  justify-content: space-between;
}
.plan .pictbox {
  width: 55%;
  box-sizing: border-box;
}
.plan .product {
  margin-bottom: 1%;
}
.plan .product .slick-slide {
  line-height: 0;
}
.plan .pictbox .choice-btn .slick-track {
	width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  transform: unset !important;
}
.plan .pictbox .choice-btn .slick-slide {
	width: 24.25% !important;
  line-height: 0;
  cursor: pointer;
  outline: none;
  background:#333;
	margin: 0 1% 1% 0;
	transition: all .3s;
}
.plan .pictbox .choice-btn .slick-slide:nth-child(4n) {
	margin-right: 0;
}
.plan .databox {
  width: 40%;
  box-sizing: border-box;
}
.plan .databox .title {
  font-size: 30px;
}
.plan .databox .num {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: var(--color1);
  margin-top: 20px;
  margin-bottom: 40px;
}
.plan .pricelist {
  margin-top: 20px;
}
.plan .priceitem {
  border-right: dashed 1px var(--color1);
  padding-right: 20px;
  margin-right: 20px;
}
.plan .priceitem:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.plan .priceitem .txt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.plan .priceitem .txt span {
  line-height: 25px;
  text-align: center;
  color: #fff;
  background-color: var(--color1);
  display: block;
  padding: 0 5px;
  margin-bottom: 5px;
}
.plan .priceitem .price {
  font-weight: bold;
  color: #E45000;
}
.plan .priceitem .price span {
  font-size: clamp(32px, 3.2vw, 40px);
  line-height: 1;
}
.plan .menubox {
  border: solid 1px var(--color1);
  padding: 30px 20px;
  position: relative;
  box-sizing: border-box;
}
.plan .menubox .sub {
  position: absolute;
  top: -12px;
  left: 10px;
}
.plan .menubox .sub span {
  font-size: 16px;
  background-color: var(--color2);
  padding: 5px 10px;
}
.plan .menubox .item {
  font-size: 14px;
  padding-left:1em;
  text-indent:-1em;
  margin-bottom: 15px;
}
.plan .menubox .item:last-child {
  margin-bottom: 0;
}
.plan .menubox .item::before {
  content: "●";
}
.plan .menubox .item span {
  font-size: 14px;
  margin-left: .5em;
}
.plan .little_txt {
  font-size: 12px;
  text-align: justify;
  margin-top: 10px;
}
.plan .menubox .childbox {
  padding-left: 0;
  text-indent: 0;
}
.plan .menubox .childbox .slide {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
}
.plan .menubox .childbox .slidebox {
  border: solid 1px var(--color1);
  padding: 20px;
  margin-top: 10px;
  display: none;
}
.plan .menubox .childbox .slidetitle {
  border-bottom: dashed 1px var(--color1);
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.plan .menubox .childbox .slidetxt {
  font-size: 13px;
  text-align: justify;
}
.plan .drinkbox {
  border: solid 1px var(--color1);
  padding: 30px 20px;
  margin-top: 60px;
  position: relative;
  box-sizing: border-box;
}
.plan .drinkbox .sub {
  position: absolute;
  top: -15px;
  left: 10px;
}
.plan .drinkbox .sub span {
  font-size: 16px;
  background-color: var(--color2);
  padding: 5px 10px;
}
.plan .drinkbox .txt {
  font-size: 14px;
}
.plan .drinkbox .option {
  margin-top: 10px;
}
.plan .drinkbox .option span {
  font-size: 14px;
  color: #fff;
  background-color: var(--color4);
  padding: 5px 20px;
  display: inline-block;
}
.plan .shopbox {
  margin-top: 40px;
}
.plan .shopbox .shoptitle {
  font-size: 14px;
  color: #fff;
  background-color: var(--color1);
  padding: 5px 20px;
  margin-bottom: 10px;
}
.plan .shopbox .shoptxt {
  font-size: 14px;
  text-align: justify;
}
.plan .shopbox .shoptxt span {
  margin-top: 5px;
  display: block;
}
.plan .cancelbox {
  margin-top: 40px;
}
.plan .cancelbox .canceltitle {
  font-size: 14px;
  color: #fff;
  background-color: var(--color1);
  padding: 5px 20px;
  margin-bottom: 10px;
}
.plan .cancelbox .canceltxt {
  font-size: 14px;
  text-align: justify;
}
.plan .cancelbox .canceltable {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
}
.plan .cancelbox .canceltable tr th,
.plan .cancelbox .canceltable tr td {
  font-size: 14px;
  white-space: nowrap;
  border-bottom: solid 1px var(--color1);
  padding: 10px 30px;
}
.plan .commentbox {
  margin-top: 40px;
}
.plan .commentbox .commenttitle {
  font-size: 14px;
  color: #fff;
  background-color: var(--color1);
  padding: 5px 20px;
  margin-bottom: 10px;
}
.plan .commentbox .item {
  font-size: 14px;
  margin-bottom: 5px;
}
.plan .commentbox .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:960px) {
  .plan .flex_inn {
    flex-wrap: wrap;
    gap: 60px;
  }
  .plan .pictbox,
  .plan .databox {
    width: 100%;
  }
  .plan .priceitem {
    padding-right: 10px;
    margin-right: 10px;
  }
  .plan .menubox .sub,
  .plan .drinkbox .sub {
    top: -12px;
  }
  .plan .menubox .item {
    font-size: 14px;
  }
  .plan .menubox .item span {
    font-size: 12px;
  }
  .plan .little_txt {
    font-size: 11px;
  }
  .plan .drinkbox .txt {
    line-height: 1.75;
    text-align: justify;
  }
  .plan .drinkbox .option span {
    padding: 5px 10px;
  }
}
@media screen and (max-width:768px) {
  .plan .section {
    padding-bottom: 40px;
  }
}

/* お問い合わせ */
.contact .section {
  padding-bottom: 60px;
}
.contact .wrap {
  max-width: 600px;
}
.contact .title {
  font-size: 25px;
  margin-bottom: 20px;
}
.contact .txt {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 50px;
}
.form .box {
  font-size: 14px;
	margin-bottom: 30px;
}
.form .box .filter_box {
  position: relative;
}
.form .box .filter_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.form .box .form_txt {
  font-weight: bold;
	margin-bottom: 10px;
}
.form .box .comment {
	font-size: 13px;
	margin-top: 2em;
	margin-bottom: 10px;
}
.form .box .form_txt span.req,
.form .box .comment span.req {
	font-size: 13px;
	color: #E45000;
	margin-left: 0.5em;
}
.form .box input[type="text"],
.form .box input[type="email"],
.form .box input[type="tel"],
.form .box select {
	width: 100%;
	height: 50px;
	font-size: 14px;
	box-sizing: border-box;
	background: none;
	background-color: #eee;
	border: none;
	border-radius: 5px;
	padding: 10px;
	outline: none;
}
.form .box input[type="text"].middle,
.form .box input[type="tel"] {
  width: 30%;
}
.form .box input[type="text"].calendar {
  width: 50%;
}
.form .box textarea {
	width: 100%;
	font-size: 14px;
	background: none;
	background-color: #f2f2f2;
	border: none;
	border-radius: 5px;
	padding: 10px;
	outline: none;
}
.form .policybox {
  height: 350px;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 30px;
  margin-bottom: 20px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.form .policybox .inn {
  margin-bottom: 40px;
}
.form .policybox .inn:last-child {
  margin-bottom: 0;
}
.form .policybox .sub {
  font-size: 14px;
  margin-bottom: 10px;
}
.form .policybox .txt {
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 0;
}
.form_btn {
	width: 100%;
	max-width: 380px;
	margin: 50px auto 0;
}
.form_btn input[type="submit"],
.form_btn button {
	width: 100%;
	line-height: 60px;
  font-size: 16px;
	font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  display: block;
  box-sizing: border-box;
  border: none;
  background-color: var(--color4);
  border-radius: 0;
  padding: 0 10px;
  cursor: pointer;
}
.form_btn button {
	margin-top: 20px;
}
@media screen and (max-width:960px) {
  .contact .title {
    font-size: 20px;
  }
  .form .box input[type="tel"] {
    width: 50%;
  }
  .form .box input[type="text"].calendar {
    width: 100%;
  }
  .form .policybox {
    height: 280px;
    padding: 20px;
  }
  .form .policybox .sub {
    font-size: 14px;
  }
  .form .policybox .txt {
    font-size: 13px;
  }
	.form_btn input[type="file"],
	.form_btn input[type="submit"],
	.form_btn button {
		line-height: 50px;
		font-size: 14px;
		appearance: none;
		-webkit-appearance: none;
	}
}
@media screen and (max-width:768px) {
  .contact .section {
    padding-bottom: 40px;
  }
}
@media screen and (min-width:961px)  {
	.form_btn input[type="submit"],
	.form_btn button {
		transition: all .3s;
	}
	.form_btn input[type="submit"]:hover,
	.form_btn button:hover{
		background-color: var(--color3);
	}
}

/* 予約ボタン */
.reservebtn {
  position: fixed;
  z-index: 99;
}
.reservebtn a {
  color: #fff;
  background-color: var(--color4);
  padding: 10px 20px;
  display: block;
  transition: all .3s;
}
.reservebtn a:hover {
  background-color: var(--color3);
}
@media screen and (max-width:960px) {
  .reservebtn {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .reservebtn {
    width: 100%;
    left: 0;
    bottom: 0;
    display: block;
  }
  .reservebtn a {
    padding: 15px 20px;
  }
}
@media screen and (min-width:961px) {
  .reservebtn {
    right: 20px;
    top: 140px;
  }
}