@charset "UTF-8";

/** Tour common style */
main h2 {
	display: block;
	padding: 14px 0;
	box-shadow: none;
	border-bottom: 0;
	background: no-repeat 50% 50%;
	font-size: 28px;
}

.btn {
	min-width: 48%;
	background: #5eb64a;
}

.btn:before {
	content: none;
}

.btn:after {
	margin-left: 12px;
	content: "\e90c";
}

.facility-information-area {
	position: relative;
	max-width: 960px;
	overflow: hidden;
	margin: 42px auto;
	padding: 30px;
	background: #EBF5E9;
}

.facility-information-area:before,
.facility-information-area:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 12px;
	background: url(images/tour/bd_facility_info.svg) repeat-x 0 0 #fff;
	content: "";
}

.facility-information-area:after {
	top: auto;
	bottom: 0;
	background-position: 0 100%;
}

.facility-information-area:last-child {
	margin-bottom: 0;
}

.facility-information-heading {
	margin-bottom: 16px;
	font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
	font-weight: bold;
	font-size: 1.125em;
}

.facility-information-image {
	float: right;
	width: 240px;
	margin-left: 20px;
}

.facility-information-data {
	overflow: hidden;
}

.facility-information-data > dt {
	float: left;
	clear: left;
}

.facility-information-data > dt:before {
	content: "【";
}

.facility-information-data > dt:after {
	content: "】";
}

.facility-information-data > dd {
	overflow: hidden;
}

.facility-information-note {
	margin-bottom: 0;
	font-size: .875em;
}

.facility-information-note > a {
	display: inline-block;
}

.facility-information-note > a:after {
	margin-left: 3px;
	font-family: icomoon;
	content: "\e90c";
}

.facility-information-link {
	clear: both;
	padding-top: 20px;
}

@media screen and (max-width: 959px) {
	.featured-image {
		margin-right: -20px;
		margin-left: -20px;
	}
	.facility-information-area {
		margin-right: -20px;
		margin-left: -20px;
		padding: 30px 20px;
	}
}

@media screen and (max-width: 767px) {
	.facility-information-heading {
		text-align: center;
	}
	.featured-image {
		margin-right: -10px;
		margin-left: -10px;
	}
	.facility-information-image {
		float: none;
		margin: 10px auto;
	}
}

/** Tour custom style */
.tour-header {
  margin-bottom: 200px;
}

.tour-title-badge {
  top: -64px;
}

.ocha-area {
  margin: 124px auto;
}

.ocha-area__header {
  min-height: 108px;
  margin-bottom: 16px;
  background: url(../../images/tour/ocha/bg_h01.png) no-repeat 50% 50%;
  text-align: center;
}

.ocha-area__heading {
  margin-bottom: 24px;
  padding: 0;
}

.ocha-area:nth-child(2) .ocha-area__header {
  background-image: url(../../images/tour/ocha/bg_h02.png);
}

.ocha-area:nth-child(3) .ocha-area__header {
  background-image: url(../../images/tour/ocha/bg_h03.png);
}

.ocha-area:nth-child(4) .ocha-area__header {
  background-image: url(../../images/tour/ocha/bg_h04.png);
}

.ocha-area:nth-child(5) .ocha-area__header {
  background-image: url(../../images/tour/ocha/bg_h05.png);
}

.ocha-area:nth-child(6) .ocha-area__header {
  background-image: url(../../images/tour/ocha/bg_h06.png);
}

.ocha-area__subhead {
  margin: 0;
  color: #ABC13C;
  font-size: 18px;
}

.ocha-area__content {
  margin-top: 1em;
}

.ocha-image {
  margin-top: 24px;
  text-align: center;
}

.facility-information-area {
  overflow: visible;
  margin-top: 88px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ebf0d4;
}

.facility-information-area:before,
.facility-information-area:after {
  height: 26px;
  background-image: url(../../images/tour/bd_facility_info11.png);
  background-color: #fff;
}

.facility-information-area:before {
  top: -30px;
}

.facility-information-area:after {
  bottom: -30px;
}

.facility-information-link .btn {
  background: #51952a;
}

@media screen and (max-width: 959px) {
  .tour-header {
    margin-bottom: 80px;
  }

  .ocha-area:nth-child(n) .ocha-area__header {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .tour-header {
    margin-bottom: 48px;
  }

  .tour-title-badge {
    top: -110px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .ocha-area {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}