@charset "UTF-8";

.container .section {
  padding-top: 0;
}
.pagetitlearea {
  margin-bottom: 40px;
}
.pagetitlearea .icon {
  font-size: 30px;
  color: var(--color2);
  margin-bottom: 10px;
}
.pagetitle {
  font-size: 35px;
  line-height: 1;
}
.pagetitle span {
  display: inline-block;
}
.pagetitle span::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: var(--color2);
  display: block;
  margin: 20px auto 0;
}
.pagetitlearea .sub {
  margin-top: 30px;
}
.toparea .flex_inn {
  align-items: flex-start;
  justify-content: space-between;
}
.toparea .pictbox {
  width: 60%;
  box-sizing: border-box;
}
.toparea .product {
  margin-bottom: 1%;
}
.toparea .product .slick-slide {
  line-height: 0;
}
.toparea .pictbox .choice-btn .slick-track {
	width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  transform: unset !important;
}
.toparea .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;
}
.toparea .pictbox .choice-btn .slick-slide:nth-child(4n) {
	margin-right: 0;
}
.toparea .box {
  width: 35%;
  box-sizing: border-box;
}
.toparea .boxtitle {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 30px;
}
.toparea .txtbox {
  text-align: justify;
  line-height: 1.75;
  margin-bottom: 30px;
}
.shopbox {
  margin-bottom: 30px;
}
.shopbox:last-child {
  margin-bottom: 0;
}
.shopbox .icon {
  font-size: 14px;
  color: #fff;
  border-left: solid 10px var(--color2);
  background-color: var(--color4);
  padding: 4px 10px;
  margin-bottom: 10px;
}
.shopbox .icon i {
  margin-right: 5px;
}
.shopbox .txt {
  text-align: justify;
  line-height: 1.75;
}
.shopbox .list {
  flex-wrap: wrap;
  gap: 10px;
}
.shopbox .item {
  width: calc((100% - 20px)/3);
  font-size: 12px;
  color: #fff;
  background-color: var(--hr-color);
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
}
.shopbox .item.active {
  background-color: var(--color2);
}
.shopbox .caution {
  font-size: 12px;
  color: var(--color6);
  margin-top: 10px;
}
.bottomarea {
  margin-top: 80px;
}
.bottomarea .flex_inn {
  flex-wrap: wrap;
  justify-content: space-between;
}
.bottomarea .calendararea {
  width: 60%;
  box-sizing: border-box;
}
.bottomarea .pricearea {
  width: 35%;
  box-sizing: border-box;
}
.bottomarea .calendararea #booking-package_calendarPage .calendarHeader {
  padding-top: 0;
  padding-bottom: 5px;
}
.bottomarea .pricearea .title {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: var(--color2);
  padding: 0 10px;
}
.bottomarea .pricearea .title i {
  margin-right: 5px;
}
.pricetable {
  width: 100%;
  font-size: 18px;
}
.pricetable tr th,
.pricetable tr td {
  white-space: nowrap;
  border: solid 1px var(--color2);
  padding: 10px;
}
.pricetable tr th,
.pricetable tr td.color {
  background-color: var(--color5);
}
.pricetable tr th {
  color: var(--color2);
}
.pricetable tr td {
  vertical-align: middle;
}
.pricetable tr td span {
  font-size: 16px;
  color: #b3b3b3;
  display: block;
}
.bottomarea .childbox {
  font-size: 13px;
  text-align: justify;
  margin-top: 10px;
}
.bottomarea .list {
  margin-top: 5px;
}
.bottomarea .item {
  padding-left:1em;
	text-indent:-1em;
  margin-bottom: 5px;
}
.bottomarea .item:last-child {
  margin-bottom: 0;
}
.flowarea {
  margin-top: 50px;
}
.flowarea .flowlist {
  flex-wrap: wrap;
  gap: 60px;
}
.flowarea .flowitem {
  width: calc((100% - 180px)/4);
  background-color: var(--color5);
  box-sizing: border-box;
  padding: 40px 20px 20px;
  position: relative;
}
.flowarea .flowitem .num {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.flowarea .flowitem .num span {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 50vh;
  background-color: var(--color2);
  display: inline-block;
  padding: 0 20px;
}
.flowarea .flowitem .icon {
  font-size: 40px;
  line-height: 1;
  color: var(--color2);
  margin-bottom: 10px;
}
.flowarea .flowitem .txt span {
  display: block;
}
.bnr {
  max-width: 650px;
  border: solid 3px #644d20;
  margin: 60px auto 0;
  box-sizing: border-box;
}
.bnr .txt {
  font-size: 20px;
  color: #fff;
  background-color: #644d20;
  padding: 5px 0;
}
.maparea {
  margin-top: 80px;
}
.map {
  height: 450px;
  border: solid 5px var(--color2);
  border-radius: 10px;
  overflow: hidden;
}
.map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  .pagetitlearea {
    margin-bottom: 20px;
  }
  .pagetitle {
    font-size: 25px;
  }
  .pagetitle span::after {
    content: "";
    width: 40px;
    margin-top: 15px;
  }
  .pagetitlearea .sub {
    font-size: 14px;
    margin-top: 20px;
  }
  .toparea .flex_inn,
  .bottomarea .flex_inn {
    flex-wrap: wrap;
    gap: 20px;
  }
  .toparea .pictbox,
  .toparea .box,
  .bottomarea .calendararea,
  .bottomarea .pricearea {
    width: 100%;
  }
  .bottomarea,
  .maparea {
    margin-top: 60px;
  }
  .toparea .boxtitle {
    font-size: 30px;
  }
  .flowarea .flowlist {
    gap: 30px 10px;
  }
  .flowarea .flowitem {
    width: calc((100% - 10px)/2);
    padding: 30px 10px 10px;
  }
  .flowarea .flowitem .num {
    top: -12px;
  }
  .flowarea .flowitem .num span {
    line-height: 25px;
    font-size: 14px;
  }
  .flowarea .flowitem .icon {
    font-size: 30px;
  }
  .flowarea .flowitem .txt {
    font-size: 14px;
  }
  .bnr {
    margin-top: 50px;
  }
  .bnr .txt {
    font-size: 14px;
  }
  .map {
    height: 250px;
    border: solid 3px var(--color3);
  }
}
@media screen and (min-width:769px) {
  .flowarea .flowitem:nth-child(1)::after,
  .flowarea .flowitem:nth-child(2)::after,
  .flowarea .flowitem:nth-child(3)::after {
    content: "▶︎";
    font-size: 20px;
    color: var(--color2);
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}