@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 {
  padding-right: 460px;
}

.tour-title-badge {
  top: -128px;
  right: 19px;
}

.btn {
  background: #ce3000;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
}

.jidori-cafe-toc {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.jidori-cafe-toc__item {
  flex: 0 0 230px;
  margin: 0 16px;
}

.jidori-cafe-toc__link {
  display: block;
  padding: 15px 0 5px;
  background: #ce3000;
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  text-align: center;
  text-decoration: none;
}

.jidori-cafe-toc__link:after {
  display: block;
  height: 7px;
  margin-top: 6px;
  background: url(../../images/tour/jidori-cafe/arrow.svg) no-repeat 50%;
  content: "";
}

.jidori-cafe-toc__link[href="#cafe"] {
  background: #008eaf;
}

.jidori-cafe-block__heading {
  padding: 0;
  background: url(../../images/tour/jidori-cafe/bg_h_1.png) no-repeat 50% 100%;
  background-size: auto 20px;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-size: 27px;
  letter-spacing: .1em;
}

#cafe > .jidori-cafe-block__heading {
  background-image: url(../../images/tour/jidori-cafe/bg_h_2.png);
}

#jidori {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
  background: #FDF6CC;
  background: repeating-linear-gradient(to right, #FDF6CC, #FDF6CC 20px, #FEF9DB 20px, #FEF9DB 42px);
}

#jidori:before,
#jidori:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 16px;
  background: linear-gradient(to right top, rgba(255, 255, 255, 0) 50%, #fff 50%) repeat-x, linear-gradient(to left top, rgba(255, 255, 255, 0) 50%, #fff 50%) repeat-x;
  background-size: 26px 100%;
  content: "";
}

#jidori:after {
  top: auto;
  bottom: 0;
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 50%, #fff 50%), linear-gradient(to left bottom, rgba(255, 255, 255, 0) 50%, #fff 50%);
}

.jidori-cafe-area {
  margin-top: 0;
}

.jidori-cafe-area__header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 5px;
  padding: 0 100px 10px;
  background: url(../../images/tour/jidori-cafe/bg_h_jidori.png) no-repeat 50% 100%;
  color: #ce3000;
}

.jidori-cafe-area__header:before {
  display: block;
  height: 90px;
  margin-bottom: 26px;
  background: url(../../images/tour/jidori-cafe/spot_num.svgz) no-repeat 50% 0;
  content: "";
}

.jidori-cafe-area:nth-of-type(2) .jidori-cafe-area__header:before {
  background-position: 50% -100px;
}

.jidori-cafe-area:nth-of-type(3) .jidori-cafe-area__header:before {
  background-position: 50% -200px;
}

.jidori-cafe-area:nth-of-type(4) .jidori-cafe-area__header:before {
  background-position: 50% -300px;
}

.jidori-cafe-area--cafe .jidori-cafe-area__header {
  background-image: url(../../images/tour/jidori-cafe/bg_h_cafe.png);
  color: #008eaf;
}

.jidori-cafe-area__heading {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-size: 19px;
  text-align: center;
}

.jidori-cafe-area__heading > span {
  display: block;
}

.jidori-cafe-area__content {
  margin-top: 20px;
}

.jidori-cafe-tagline {
  margin-bottom: .3em;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-size: 20px;
}

.jidori-cafe-image {
  margin-top: 20px;
  text-align: center;
}

.facility-information-area {
  overflow: visible;
  margin-top: 36px;
  padding-top: 26px;
  padding-bottom: 26px;
  background: #fff;
}

.facility-information-area--cafe {
  background: #fff6c7;
}

.facility-information-area--cafe .btn {
  background: #008eaf;
}

.facility-information-area:before,
.facility-information-area:after {
  height: 16px;
  background-image: url(../../images/tour/bd_facility_info8.svgz);
  background-color: transparent;
}

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

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

.facility-information-heading > span {
  display: block;
}

@media screen and (max-width: 959px) {
  .tour-header {
    padding-right: 220px;
  }

  .tour-title-badge {
    top: -79px;
    width: 206px;
  }

  .jidori-cafe-block {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .jidori-cafe-area__heading {
    padding-right: 10.41667%;
    padding-left: 10.41667%;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .tour-header {
    padding-right: 10px;
  }

  .tour-title-badge {
    top: -82px;
    right: 10px;
    width: 114px;
  }

  .jidori-cafe-toc {
    justify-content: space-between;
  }

  .jidori-cafe-toc__item {
    flex-basis: 49%;
    margin: 0;
  }

  .jidori-cafe-toc__link {
    padding-top: 10px;
    font-size: 13px;
  }

  .jidori-cafe-block {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  #jidori {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .jidori-cafe-area__header {
    padding-right: 0;
    padding-left: 0;
    background: none;
  }

  .jidori-cafe-area__heading {
    font-size: 17px;
  }

  .jidori-cafe-area--cafe .jidori-cafe-area__header {
    background: none;
  }

  .jidori-cafe-tagline {
    font-size: 18px;
  }
}