@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 */

.lantern-toc-area,
.lantern-toromatsuri-area {
	position: relative;
	padding: 42px 0;
	background: url(../../images/tour/bg_lantern.png);
}

.lantern-toc-area:before,
.lantern-toc-area:after,
.lantern-toromatsuri-area:before,
.lantern-toromatsuri-area:after {
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	height: 12px;
	background: repeating-linear-gradient(to right, #DED7D3, #DED7D3 7px, transparent 7px, transparent 11px);
	content: "";
}

.lantern-toc-area:after,
.lantern-toromatsuri-area:after {
	top: auto;
	bottom: -15px;
}

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

h2.lantern-toc-area__heading {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
}

.lantern-toc-area__heading:before,
.lantern-toc-area__heading:after {
	display: inline-block;
	width: 204px;
	height: 43px;
	vertical-align: middle;
	margin-right: 30px;
	background: url(../../images/deco_asagao.png) no-repeat 0;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	content: "";
}

.lantern-toc-area__heading:after {
	margin: 0 0 0 30px;
}

.lantern-toc {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lantern-toc:after {
	display: block;
	clear: both;
	content: "";
}

.lantern-toc__item {
	position: relative;
	float: left;
	margin-top: 4.1667%;
	text-align: center;
}

.lantern-toc__item:after {
	position: absolute;
	top: 40%;
	left: 100%;
	width: 85px;
	height: 24px;
	background: url(../../images/tour/toc_arrow.svgz) no-repeat 0;
	-webkit-background-size: contain;
	background-size: contain;
	content: "";
}

.lantern-toc__item--1 {
	width: 34.16667%;
	margin-left: 13.2291667%;
}

.lantern-toc__item--1:after {
	transform: translateX(-42.35%) rotate(45deg);
}

.lantern-toc__item--2 {
	width: 29.58333%;
	margin-left: 4.48%;
}

.lantern-toc__item--2:after {
	transform: translateX(-12.94%);
}

.lantern-toc__item--3 {
	clear: left;
	width: 30.8334%;
	margin-left: 2.708%;
}

.lantern-toc__item--3:after {
	transform: translateX(-44.7%);
}

.lantern-toc__item--3 > .lantern-toc__image {
	padding: 3.041% 0 4.73%;
}

.lantern-toc__item--4 {
	width: 37.5%;
	margin-left: 1.8%;
}

.lantern-toc__item--4:after {
	transform: translateX(-100%) rotate(45deg);
}

.lantern-toc__item--5 {
	float: right;
	width: 25.83333%;
}

.lantern-toc__item--5:after {
	content: none;
}

.lantern-toc__title {
	display: block;
	font: bold 22px/1.8 "FOT-筑紫ゴシック Pro B", sans-serif;
	letter-spacing: .2em;
}

.lantern-toc__link {
	margin-top: 3px;
}

.btn--lentern-toc {
	width: 190px;
	min-width: 0;
	padding: 12.5px 8px;
	background: #FC5727;
	font-size: 14px;
}

.btn--toro {
	float: left;
	width: 140px;
}

.btn--toro + .btn--toro {
	float: right;
}

/****/
h2.tour-lantern-heading {
	background-image: url(../../images/tour/bg_h_lantern.png);
}

.facility-information-area {
	background: #F2EEDD;
}

.facility-information-area:before,
.facility-information-area:after {
	background-image: url(../../images/tour/bd_facility_info4.svg);
}

.btn-tour {
	background: #FC5727;
}

h2.lantern-toromatsuri-area__heading {
	padding: 18px 0;
	background-image: url(../../images/tour/bg_h_lantern2.png);
}

.lantern-toromatsuri-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.lantern-toromatsuri-block {
	display: inherit;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 47.91667%;
	padding: 0 10px;
}

.lantern-toromatsuri-item {
	line-height: 1.4;
	overflow: hidden;
	margin-bottom: 32px;
}

.lantern-toromatsuri-item--1 {
	margin-bottom: 44px;
}

.lantern-toromatsuri-item--1 >
.lantern-toromatsuri-item__image {
	float: right;
	width: 52.27%;
	margin-left: 12px;
}

.lantern-toromatsuri-item--2 >
.lantern-toromatsuri-item__image {
	float: left;
	width: 52.27%;
	margin-right: 12px;
}

.lantern-toromatsuri-item__name {
	margin: 0 0 6px;
	font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
	font-weight: 700;
	font-size: 1.375em;
}

.lantern-toromatsuri-item--3 >
.lantern-toromatsuri-item__name {
	float: left;
	padding: 5px 0;
}

.lantern-toromatsuri-item__time {
	display: block;
	overflow: hidden;
	padding: 5px 0;
	border: solid #75A29F;
	border-width: 1px 0;
	font-size: 1.125em;
	text-align: center;
}

.lantern-toromatsuri-item--3 >
.lantern-toromatsuri-item__time {
	margin: 0 0 15px 12px;
}

.lantern-toromatsuri-item--3 >
.lantern-toromatsuri-item__image {
	clear: both;
	text-align: center;
}

.lantern-toromatsuri-item__text {
	overflow: hidden;
	margin: .8em 0;
}

.lantern-toromatsuri-item__text > span {
	display: block;
}

.lantern-toromatsuri-item--3 >
.lantern-toromatsuri-item__text {
	text-align: center;
}

.lantern-toromatsuri-link {
	margin: auto -10px 0;
}

.btn--lantern-toromatsuri {
	width: 100%;
	border: 1px solid;
	background: #fff;
	color: #FC5727;
}


@media screen and (max-width: 959px) {
	.lantern-toc-area,
	.lantern-toromatsuri-area {
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.lantern-toc__item:after {
		width: 8.8541667vw;
		height: 2.5vw;
	}

	.lantern-toc__item--1,
	.lantern-toc__item--2 {
		width: 50%;
		margin-left: 0;
	}

	.lantern-toc__item--3 {
		margin-left: 0;
	}

	.btn--toro {
		float: none;
		width: 100%;
	}

	.btn--toro + .btn--toro {
		float: none;
		width: 100%;
		margin-top: 4px;
	}

	.lantern-toromatsuri-item__time {
		font-size: .8125em;
	}

	.lantern-toromatsuri-item--3 >
	.lantern-toromatsuri-item__name {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.tour-title-badge {
		top: -172px;
		width: 160px;
	}
	
	h2.tour-lantern-heading,
	h2.lantern-toromatsuri-area__heading {
		padding: 0;
		background: none;
	}
	
	.lantern-toc-area,
	.lantern-toromatsuri-area {
		margin-right: -10px;
		margin-left: -10px;
		padding: 20px 10px;
		background-size: 64px;
	}
	
	h2.lantern-toc-area__heading {
		display: block;
	}
	
	.lantern-toc-area__heading:before {
		display: block;
		width: 91px;
		height: 36px;
		margin: auto;
	}
	
	.lantern-toc-area__heading:after {
		content: none;
	}
	
	.lantern-toc__item {
		position: relative;
		float: none;
		width: auto;
		min-height: 80px;
		margin: 50px 0 0;
		padding-left: 120px;
	}
	
	.lantern-toc__item:after {
		top: 100%;
		left: 30px;
		width: 50px;
		height: 50px;
		margin: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.lantern-toc__item--3 {
		min-height: 101px;
	}
	
	.lantern-toc__image {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 110px;
		height: 76px;
		margin: auto;
	}
	
	.lantern-toc__image img {
		max-width: none;
		height: 100%;
	}
	
	.lantern-toc__item--3 > .lantern-toc__image {
		height: 101px;
		padding: 0;
	}
	
	.btn--lentern-toc {
		width: auto;
	}
	
	.lantern-toromatsuri-wrap {
		display: block;
	}
	
	.lantern-toromatsuri-block {
		width: auto;
		padding: 0;
	}
	
	.lantern-toromatsuri-item--3 {
		margin-top: 44px;
	}
	
	.lantern-toromatsuri-item--1 >
	.lantern-toromatsuri-item__image,
	.lantern-toromatsuri-item--2 >
	.lantern-toromatsuri-item__image {
		width: 115px;
	}
	
	.lantern-toromatsuri-item__text > span {
		display: inline;
	}
	
	.lantern-toromatsuri-item--3 >
	.lantern-toromatsuri-item__text {
		text-align: inherit;
	}
	
	.lantern-toromatsuri-link {
		margin-right: 0;
		margin-left: 0;
	}
}