@charset "UTF-8";



/* ------------------------------------
// FACILITY
------------------------------------ */

#facility .entry-content p span {
  font-size: .9rem;
}

.cabin_free_rental {
  background: #e8e8e8;
  border-radius: 3px;
  padding: 1rem 1.5rem;
}

.cabin_free_rental h6 {
  letter-spacing: normal;
  margin-bottom: .3rem;
}

.cabin_free_rental p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  
  #facility .entry-content img {
    margin-bottom: 1rem;
  }
  
  .cabin_free_rental {
    padding: 1.2rem;
  }

}


/* ------------------------------------
// PRICE
------------------------------------ */

.plan_price {
	border-collapse: collapse;
	border-spacing: 1.2rem;
  margin: 0 auto;
	width: 100%;
	max-width: 950px;
}

.plan_price tr {
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
  width: 100%;
}

.plan_price th.plan_ttl {
	border-right: dashed 1px #999999;
  font-size: 1.2rem;
  font-weight: 400;
	letter-spacing: 1px;
	padding: 2rem 1rem;
	text-align: center;
  white-space: nowrap;
}

.plan_price th.plan_ttl span {
  display: block;
  font-size: .8rem;
  font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1;
}

.plan_price td.plan_td {
	border-right: dashed 1px #999999;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 1rem .5rem;
	text-align: center;
}

.plan_price td.plan_td span {
  display: block;
  font-size: .8rem;
  font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1;
}

.plan_price td.plan_check {
	border-right: none;
	font-weight: 400;
}

.plan_price td.plan_check span {
	display: block;
}


@media (max-width: 767.98px) {

	.plan_price th.plan_ttl {
		font-size: .9rem;
		padding: 2rem .5rem;
	}

	.plan_price th.plan_ttl span {
		font-size: .7rem;
	}

	.plan_price td.plan_td {
		font-size: .9rem;
		padding: .5rem;
	}

	.plan_price td.plan_td span {
		font-size: .7rem;
	}

}


/* --------------- RENTAL --------------- */

h4.rental_ttl {
  margin: 0 auto 1rem;
  max-width: 950px;
}

.rental_list {
  border-top: solid 1px #333333;
  margin: 0 auto;
  max-width: 950px;
}

.rental_list dl {
  margin-bottom: 1rem;
}

.rental_list dt {
  border-bottom: solid 1px #333333;
  font-weight: 400;
  margin: 0;
  padding: .5rem;
  float: left;
  clear: left;
  width: 73%;
}

.rental_list dd {
  border-bottom: solid 1px #333333;
  font-weight: 500;
  text-align: right;
  margin: 0;
  padding: .5rem;
  float: right;
  clear: right;
  width: 27%;
}

.rental_list span,
.rental_attention span {
  background: #f4e914;
  border-radius: 2px;
  color: #333333;
  font-size: .7rem;
  font-weight: 400;
  margin-left: .5rem;
  padding: .12rem .2rem .1rem;
  vertical-align: 1px;
}

.rental_attention span {
  margin: 0 .2rem;
}

.rental_attention {
  font-size: .9rem;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 950px;
}

@media (max-width: 767.98px) {

  .rental_list dt, 
  .rental_list dd {
    padding: .5rem .1rem;
  }

}


/* --------------- SHOP --------------- */

.sale_list {
  border-top: solid 1px #333333;
  margin: 0 auto;
  max-width: 950px;
}

.sale_list dl {
  margin-bottom: 1rem;
}

.sale_list dt {
  border-bottom: solid 1px #333333;
  font-weight: 400;
  margin: 0;
  padding: .5rem;
  float: left;
  clear: left;
  width: 80%;
}

.sale_list dd {
  border-bottom: solid 1px #333333;
  font-weight: 500;
  text-align: right;
  margin: 0;
  padding: .5rem;
  float: right;
  clear: right;
  width: 20%;
}

@media (max-width: 767.98px) {

  .sale_list dt, 
  .sale_list dd {
    padding: .5rem .1rem;
  }

}


/* --------------- RULES --------------- */


.rule_list {
  margin: 0 auto;
  max-width: 950px;
}

.cancel_block {
  display: table;
  border-collapse: separate;
  border-spacing: 1rem 0;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}

.cancel_cel {
  display: table-cell;
  background: #e8e8e8;
  margin: 0;
  padding: 1.5rem 0;
  text-align: center;
  width: 200px;
}

.cancel_cel span {
  color: #33655b;
  font-size: 1rem;
  font-weight: 500;
}

.cancel_cel p {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  margin-top: .5rem;
}

@media (max-width: 767.98px) {

  .rule_list {
    padding-left: 15px;
  }
  
  .cancel_block {
    border-spacing: 0;
  }
  
  .cancel_cel {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }

}


/* ------------------------------------
// ACCESS
------------------------------------ */

.access_wrap h4 {
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.access_wrap h5 {
  text-align: center;
  margin-bottom: 2rem;
}

.access_route { /* グレー枠 */
  margin: 1.5rem 3rem;
}

.access_wrap iframe {
  width: 100%;
  height: 460px;
  margin-bottom: 1rem;
}

.carnavi span {
  color: #333333;
  font-weight: 500;
  line-height: 2;
}

.carnavi {
  color: #ce4646;
  font-weight: 700;
}

.access_route .access_route_list {
  position: relative;
  margin: 3rem 0;
  padding-left: 1rem;
}

.access_route .access_route_list::before { /* タテ線 */
  position: absolute;
  display: block;
  content: "";
  top: .8rem;
  left: 1.6rem;
  width: .4rem;
  height: 95%;
  background-color: #e6e6e6;
}

.access_route .access_route_list li {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  list-style: none;
  margin-bottom: 2.5rem;
  padding-left: 3rem;
}

.access_route .access_route_list li:last-child {
  margin-bottom: 0;
}

.access_route .access_route_list li::before { /* list 丸 */
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  margin-top: -.75rem;
  background-color: #f4e914;
}

.route_time { /* 所要時間 */
  color: #ffffff;
  background: #33655b;
  padding: 1.5rem 0;
  text-align: center;
}

.route_time p:first-child { /* 所要時間 */
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: .6rem;
}

.route_time p:nth-child(2) { /* 所要時間 */
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}


@media (max-width: 991.98px) {
  
  .access_route {
    margin: 0;
  }
  
  .route_time { /* 所要時間 */
    margin: 0;
  }

}


@media (max-width: 767.98px) {

  .access_wrap h4 {
    margin-top: 5rem;
    margin-bottom: 0;
  }

  .access_wrap h5 {
    margin-top: 4rem;
  }

  .access_route .access_route_list li {
    font-size: .95rem;
  }

  .access_wrap iframe {
    height: 250px;
  }

}


/* ------------------------------------
// RESERVATION
------------------------------------ */

#reserve .calender {
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}

#reserve .calender iframe {
  height: 550px;
  max-width: 800px;
  width: 100%;
}

#reserve .attention {
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}

#reserve .attention ul {
  list-style: none;
  padding-left: 0;
}

#reserve .attention ul li {
  text-indent: -1.5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

#reserve .attention ul li::before { /* チェックマーク */
  font-family: FontAwesome;
  content: '\f00c';
  color: #F49914;
  font-size: 1.2rem;
  padding-right: .5rem;
}

#reserve .attention .tel {
  border-left: 6px solid #33655b;
  margin: 2rem auto 3rem;
  padding-left: 1.2rem;
}

#reserve .attention .tel p {
  margin: 0;
}

#reserve .attention .tel p:nth-child(2) {
  font-size: 2rem;
  font-weight: 700;
}

#reserve .attention .tel p:nth-child(3) {
  font-size: 1.2rem;
}


@media (max-width: 767.98px) {

  #reserve .calender iframe {
    height: 300px;
  }

}



/* ------------------------------------
// CONTACT
------------------------------------ */

dl.contact-form {
  border-bottom: 1px solid #333333;
  margin: 0 0 30px;
  width: 100%;
}

dl.contact-form dt {
  border-top: 1px solid #333333;
  margin: 0;
  padding: 30px 0 0;
}

dl.contact-form dt .required {
  border: 1px solid #e24242;
  color: #e24242;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 30px;
  padding: 5px 24px 4px;
}

dl.contact-form dd {
  margin: 0;
  padding: 15px 0 30px;
}

dl.contact-form dd select,
dl.contact-form dd input,
dl.contact-form dd input[type=text],
dl.contact-form dd input[type=tel],
dl.contact-form dd input[type=email],
dl.contact-form dd textarea {
  background-color: #ffffff !important;
  border: 1px solid #999999 !important;
  border-radius: 2px !important;
  color: #333333 !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  padding: 15px !important;
  width: 100% !important;
}

dl.contact-form dd select {
	padding: 13px 15px 17px !important;
  width: 100%;
  height: 53px !important;
}

dl.contact-form dd select:focus,
dl.contact-form dd input:focus,
dl.contact-form dd input[type=text]:focus,
dl.contact-form dd input[type=tel]:focus,
dl.contact-form dd input[type=email]:focus,
dl.contact-form dd textarea:focus {
	border-color: #ff8700 !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	outline: 0 !important;
}

.wpcf7 {
	max-width: 100%;
}

.wpcf7 .ajax-loader {
  margin: 0;
  width: 0;
}

@media screen and (min-width: 835px) {

  dl.contact-form dt {
    float: left;
    clear: both;
    padding: 60px 0 0;
    width: 300px;
  }

  dl.contact-form dt .required {
    float: right;
    margin: 0;
  }

  dl.contact-form dd {
    border-top: 1px solid #333333;
    margin-left: 300px;
    padding: 45px 0 45px 75px;
  }

}



.wpcf7_btn input[type="submit"] {
  border: solid 2.5px #33655b;
  border-radius: 3px;
  color: #33655b;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  outline: none;
  margin: 0 auto;
  padding: .8rem 1rem .6rem;
  text-decoration: none;
  transition: .4s;
  width: 300px;
}

.wpcf7_btn input[type="submit"]:hover {
  background: #33655b;
  color: #ffffff;
  text-decoration: none !important;
}

@media (max-width: 991.98px) {
  
	.wpcf7_btn input[type="submit"] {
    background: #33655b;
    color: #ffffff;
  }

}

@media (max-width: 767.98px) {
  
  .wpcf7_btn input[type="submit"] {
    width: 100%;
  }
  
}


/* ------------------------------------
// PRIVACY POLICY
------------------------------------ */

#privacypolicy p.pp_preface {
  margin-top: 5rem;
}

#privacypolicy section h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#privacypolicy section ul {
  padding-left: 1.5rem;
}


@media (max-width: 767.98px) {

  #privacypolicy p.pp_preface {
    margin-top: 3rem;
  }

}











