@charset "UTF-8";

.header .navbox .item.nav_rental a,
.nav_item.nav_rental 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;
}
@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 .box {
  margin-bottom: 30px;
}
.plan .databox .box:last-child {
  margin-bottom: 0;
}
.plan .databox .boxtitle {
  font-size: 14px;
  color: #fff;
  background-color: var(--color1);
  padding: 5px 10px;
  margin-bottom: 10px;
}
.plan .databox .list {
  flex-wrap: wrap;
  gap: 10px;
}
.plan .databox .item {
  width: calc((100% - 20px) / 3);
  font-size: 12px;
  color: #fff;
  background-color: var(--color4);
  padding: 5px;
  box-sizing: border-box;
}
.plan .databox .comment {
  font-size: 12px;
  margin-top: 10px;
}
.plan .databox .box .txt {
  font-size: 14px;
  text-align: justify;
}
.plan .databox .pricebox {
  font-size: 25px;
  color: #E45000;
}
.plan .databox .price span {
  font-size: 18px;
  margin-left: 3px;
}
.plan .databox .pricetxt {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.plan .databox .childtitle,
.plan .databox .childtxt {
  font-size: 14px;
  text-align: justify;
}
.plan .databox .childtxt {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}
@media screen and (max-width:960px) {
  .plan .flex_inn {
    flex-wrap: wrap;
    gap: 60px;
  }
  .plan .pictbox,
  .plan .databox {
    width: 100%;
  }
  .plan .databox .pricebox {
    font-size: 20px;
  }
  .plan .databox .price span {
    font-size: 16px;
  }
}
@media screen and (max-width:768px) {
  .plan .section {
    padding-bottom: 40px;
  }
}

/* 利用の流れ */
.flow {
  margin-top: 80px;
}
.flowarea {
  background-color: #fff;
  padding: 40px;
}
.flowarea .box {
  margin-bottom: 20px;
}
.flowarea .box:last-child {
  margin-bottom: 0;
}
.flowarea .boxtitle {
  font-size: 16px;
  margin-bottom: 5px;
}
.flowarea .boxtitle::before {
  content: "●";
  color: var(--color4);
}
.flowarea .boxtxt {
  font-size: 14px;
  text-align: justify;
  line-height: 1.75;
}
.flowarea .boxtxt a {
  color: var(--color4);
  text-decoration: underline;
}
@media screen and (max-width:768px) {
  .flow {
    margin-top: 50px;
  }
  .flowarea {
    padding: 20px;
  }
  .flowarea .boxtitle {
    font-size: 14px;
  }
}

/* お問い合わせ */
.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;
  }
}