@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cormorant+Unicase:600");
@-webkit-keyframes show {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}
@keyframes show {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}
@-webkit-keyframes hide {
	from {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes hide {
	from {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
.xy-secTitle {
	text-align: center;
}
.xy-secTitle__title {
	display: inline-block;
	color: #9f896b;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.6px;
	line-height: 1.07;
	font-family: "Cormorant Unicase", serif;
	margin-bottom: 15px;
}
.xy-secTitle__line {
	width: calc(100% + 20px);
	height: 1px;
	display: block;
	background-color: #9f896b;
	margin-top: 5px;
	margin-left: -10px;
}
.xy-secTitle__image {
	padding-bottom: 10px;
}
.xy-secTitle__hd {
	color: #646262;
	font-size: 18px;
	letter-spacing: 2.25px;
	line-height: 1;
}
.xy-weddingSearchList {
	padding: 0 30px;
	font-size: 0;
}
@media screen and (max-width: 320px) {
	.xy-weddingSearchList {
		padding: 0 20px;
	}
}
.xy-weddingSearchList * {
	box-sizing: border-box;
}
.xy-weddingSearchItem {
	display: inline-block;
	margin-right: 2%;
	width: 49%;
	-webkit-tap-highlight-color: transparent;
}
.xy-naviButton .xy-weddingSearchItem {
	width: calc((100% - 4%) / 3);
	height: calc((88 / 375) * 100vw);
	max-height: 88px;
}
.xy-weddingSearchItem:last-child {
	margin-right: 0;
}
.xy-weddingSearchItem:active .xy-weddingSearchBtn {
	background-color: #f6bedb;
	box-shadow: 0 2px 4px 0 rgb(0 0 0/calc(20% * 0.3));
}
.xy-weddingSearchBtn {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	padding-bottom: 57.02%;
	border-radius: 6px;
	background-color: #e4007f;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}
.xy-naviButton .xy-weddingSearchBtn {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 72px;
}
@media screen and (max-width: 320px) {
	.xy-naviButton .xy-weddingSearchBtn {
		background-size: auto 61px;
	}
}
.xy-naviButton .xy-weddingSearchBtn--fair {
	background-image: url(/s/images/deerDesign/top/txt_fair_btn--navi.png);
}
.xy-naviButton .xy-weddingSearchBtn--area {
	background-image: url(/s/images/deerDesign/top/txt_area_btn--navi.png);
}
.xy-naviButton .xy-weddingSearchBtn--navi {
	background-image: url(/s/images/deerDesign/top/txt_pro_btn--navi.png);
}
.xy-textSearch {
	padding: 0 30px;
	margin-top: 15px;
}
@media screen and (max-width: 320px) {
	.xy-textSearch {
		padding: 0 20px;
	}
}
.xy-textSearch * {
	box-sizing: border-box;
}
.xy-textSearch .xy-textSearchForm {
	display: table;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
.xy-textSearch .xy-textSearchInputInner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.xy-textSearch .xy-textSearchInputInner input[type="text"].xy-textSearchInput {
	width: 100%;
	min-height: 44px;
	outline: none;
	border-radius: 6px 0 0 6px;
	border: none;
	font-size: 14px;
	letter-spacing: 1.6px;
	line-height: 1;
	color: #595959;
	padding: 0 20px;
}
.xy-textSearch .xy-textSearchBtnInner {
	display: table-cell;
	vertical-align: middle;
	width: 44px;
	border-radius: 0 6px 6px 0;
	border: none;
	background-color: #e4007f;
	-webkit-tap-highlight-color: transparent;
}
.xy-textSearch .xy-textSearchBtnInner:active {
	background-color: #f6bedb;
	box-shadow: 0 2px 4px 0 rgb(0 0 0/calc(20% * 0.3));
}
.xy-textSearch .xy-textSearchBtnInner .xy-textSearchBtn {
	width: 100%;
	text-align: center;
	background: none;
	border: none;
}
.xy-textSearch .xy-textSearchBtnInner .xy-textSearchBtn > img {
	vertical-align: text-top;
}
.xy-heroBlock {
	padding: 0 0 20px;
	background-image: url(/s/contents/images/topBgImage.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 68%;
}
@media screen and (max-width: 320px) {
	.xy-heroBlock {
		background-size: 104% auto;
		background-position: top center;
	}
}
.xy-heroBlock .xy-heroTitle {
	text-align: center;
	margin-bottom: 10px;
}
.xy-heroBlock .xy-heroTitle__image {
	width: 227px;
	margin: 0 auto;
}
.xy-heroBlock .xy-heroTitle__image img {
	width: 100%;
	height: auto;
}
@media only screen and (orientation: landscape) {
	.xy-heroBlock .xy-weddingSearchBtn.is-landscape-default {
		padding-bottom: 33.7%;
	}
}
@media only screen and (min-aspect-ratio: 13/9) {
	.xy-heroBlock .xy-weddingSearchBtn.is-landscape-android {
		padding-bottom: 33.7%;
	}
}
.xy-venueHistoryBlock {
	padding: 20px 0 30px;
}
.xy-venueHistoryBlock .xy-venueHistoryTabList {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 320px) {
	.xy-venueHistoryBlock .xy-venueHistoryTabList {
		padding: 0 15px;
	}
}
.xy-venueHistoryBlock .xy-venueHistoryTabItem {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 2px solid #eae6e6;
	width: 100%;
}
.xy-venueHistoryBlock .xy-venueHistoryTabItem::after {
	content: "";
}
.xy-venueHistoryBlock .xy-venueHistoryTabItem.is-active {
	position: relative;
}
.xy-venueHistoryBlock .xy-venueHistoryTabItem.is-active::after {
	content: "";
	display: inline-block;
	position: absolute;
	border-radius: 6px;
	background-color: #ef007f;
	width: 100%;
	height: 6px;
	bottom: -3px;
	left: 0;
}
.xy-venueHistoryBlock .xy-venueHistoryTabItem.is-active .xy-venueHistoryTabText {
	color: #202020;
}
.xy-venueHistoryBlock .xy-venueHistoryTabItem.is-active .xy-venueHistoryTabText__number {
	color: #595959;
}
.xy-venueHistoryBlock .xy-venueHistoryTabItem .xy-venueHistoryTabText__number {
	display: block;
}
.xy-venueHistoryBlock .xy-venueHistoryTabText {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.33;
	color: #595959;
}
@media screen and (max-width: 320px) {
	.xy-venueHistoryBlock .xy-venueHistoryTabText {
		letter-spacing: -.06em;
	}
}
.xy-venueHistoryBlock .xy-venueHistoryTabText__number {
	font-weight: normal;
}
.xy-searchBlock {
	padding: 30px 0;
	background-image: url(/s/images/deerDesign/top/bg_search.jpg);
	background-size: 100% auto;
}
.xy-searchBlock .xy-weddingSearchList {
	margin-top: 30px;
}
.xy-searchBlock .xy-weddingSearchBtn {
	padding-bottom: 33.7%;
	background-size: auto 26px;
}
@media screen and (max-width: 320px) {
	.xy-searchBlock .xy-weddingSearchBtn {
		background-size: auto 22px;
	}
}
.xy-searchBlock .xy-weddingSearchBtn--fair {
	background-image: url(/s/images/deerDesign/top/txt_fair_btn_mini.png);
}
.xy-searchBlock .xy-weddingSearchBtn--area {
	background-image: url(/s/images/deerDesign/top/txt_area_btn_mini.png);
}
.xy-recommenderBlock {
	padding: 30px 0 40px;
}
.xy-recommenderBlock .xy-secTitle__title {
	display: inline-block;
}
.xy-recommenderBlock .xy-secTitle__hd {
	color: #646262;
	font-size: 18px;
	letter-spacing: 2.25px;
	line-height: 1;
	margin-bottom: 0;
}
.xy-recommenderBlock .xy-secTitle__hd::before, .xy-recommenderBlock .xy-secTitle__hd::after {
	display: none;
}
.xy-recommenderBlock::before, .xy-recommenderBlock::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #e8d8c2 transparent transparent transparent;
}
.xy-recommenderBlock::before {
	top: 0;
	left: 0;
}
.xy-recommenderBlock::after {
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.xy-venueHistoryBlock.is-tabLength3 .xy-venueHistoryTabItem .xy-venueHistoryTabText__number {
    padding-left: 0;
	display: block;
}
.xy-venueHistoryBlock .xy-venueHistoryTabItem .xy-venueHistoryTabText__number {
	display: inline-block;
	padding-left: 4px;
}
.xy-venueHistoryBlock.is-tabLength1 .xy-venueHistoryTabItem.is-active::after {
	content: none;
}
.xy-textSearch__historyBox {
	background-color: #fff;
	margin: 3px 30px 0;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	padding: 0 8px;
	position: absolute;
	z-index: 9999;
}
.xy-textSearch__historyList {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	        justify-content: start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	text-decoration: none;
}
.xy-textSearch__historyImg {
	-webkit-align-self: start;
	        align-self: start;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	height: auto;
	width: 24px;
	margin-top: 12px;
}
.xy-textSearch__historyText {
	color: #202020;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	margin: 12px auto 12px 8px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xy-textSearch__suggestList {
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	        justify-content: start;
}
.xy-textSearch__searchIcon {
	-webkit-align-self: start;
	        align-self: start;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	height: auto;
	width: 18px;
	margin-top: 12px;
}
.xy-textSearch__suggestText {
	color: #202020;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	margin: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xy-textSearch__suggestImg {
	-webkit-align-self: start;
	        align-self: start;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	height: auto;
	width: 56px;
	margin: 4px 0;
}
.xy-textSearch__suggestClient {
	color: #202020;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 20px;
	-webkit-align-self: center;
	        align-self: center;
	margin: 0 8px 0 12px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
input::-webkit-input-placeholder {
	padding-top: .2em;
}
.xy-venueHistoryBlock .xy-venueHistoryTabText {
	line-height: 16px;
}
.xy-venueHistoryBlock .xy-venueHistoryTabItem {
	padding-bottom: 8px;
}