.clfix:after {
	zoom: 1;
}

.clfix:after {
	display: block;
	content: "";
	clear: both;
}

.alignC {
	text-align: center !important;
}

.alignR {
	text-align: right !important;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

@media screen and (min-width: 650px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt120 {
	padding-top: 120px;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb60 {
	padding-bottom: 60px;
}

.pl10 {
	padding-bottom: 10px;
}

.pl20 {
	padding-bottom: 20px;
}

.bg-w {
	background-color: #fff;
}

.bg-b {
	background-color: #000;
}

.txtW {
	color: #fff !important;
}

.txtB {
	color: #000 !important;
}

.txtGold {
	color: #a37e39 !important;
}

.ui-datepicker {
	z-index: 10000 !important;
}


#slide-stay,
#slide-restaurant,
#slide-wedding,
#slide-banquet,
#slide-activity {
	height: 500px;
}

.caution {
	font-size: .7em;
	color: #777;
}

.caution2 {
	font-size: .7em;
	color: #fff;
}



.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.contents-wrapper {
	width: 100%;
	margin: 0 auto;
}



@media screen and (min-width: 650px) {
	.contents-wrapper {
		width: 1024px;
	}
}

.left-aligned {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}

.left-aligned h4 {
	text-align: left;
	color: #666;
	border-bottom: 1px solid #666;
	width: 100%;
}

.room-desc a {
	color: #000;
}





.spmenu {
	display: inherit;
}

@media screen and (min-width: 650px) {
	.spmenu {
		display: none;
	}
}

.pcmenu {
	display: none;
}

@media screen and (min-width: 650px) {
	.pcmenu {
		display: inherit;
	}
}






/*---------------------------------------------------------
Layouts
-------------------------------------------------------- */
.under-grid {
	height: 350px;
	position: relative;
	border-bottom: 2px solid #fff;
	z-index: 10;
}

@media screen and (min-width: 650px) {
	[data-layout="normal"] .under-grid {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		float: left;
	}
}

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


	[data-layout="normal"] .under-grid:first-of-type .entry-subtitle {
		font-size: .36em;
		margin: 20px 0;
		margin: 1.25rem 0;

	}

	[data-layout="normal"] .under-grid:first-of-type .entry-subtitle::after {
		top: 30px;
	}

}



@media screen and (min-width: 650px) {
	[data-layout="normal"] .under-grid:nth-of-type(odd) {
		border-right: 0;
	}

	[data-layout="normal"] .under-grid:nth-of-type(even) {
		border-left: 2px solid;
	}

	[data-layout="normal"] .under-grid .post-content {
		width: 50%;
		margin: 0 auto;
	}

	[data-layout="normal"] .under-grid .post-content .entry-title {
		border-bottom: 1px solid #a37e39;
		text-shadow: 1px 1px 1px #000;
		letter-spacing: .1em;
		font-size: 2em;

	}

	[data-layout="normal"] .under-grid .subtitle {
		margin-top: .6em;
		font-size: 1.2em;
		text-shadow: 1px 1px 1px #000;
	}

	[data-layout="normal"] .under-grid.imglink .post-content .entry-title {
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	[data-layout="normal"] .under-grid.imglink .post-content a {
		color: #fff;
	}


}



[data-layout="normal"] .under-grid .entry-subtitle {
	font-size: .7666666em;
	margin: 10px 0;
	margin: 0.625rem 0;
}

[data-layout="normal"] .under-grid .entry-subtitle::after {
	top: 20px;
}



@media screen and (max-width: 480px) {
	.under-grid .entry-title {
		line-height: 30px;
		margin-bottom: 15px;
	}

	.under-grid .entry-meta {
		line-height: 20px;
	}

	[data-layout="normal"] .under-grid.imglink .post-content .entry-title {
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	[data-layout="normal"] .under-grid.imglink .post-content a {
		color: #fff;
	}
}






.news-grid {
	position: relative;
	z-index: 10;
	padding: 20px;
}

.news-grid:hover {
	background: #eee;
}

.news-grid:hover .news-inner span {
	color: #000;
}

.news-image {
	width: 33%;
	margin-right: 10px;
	float: left;
}


.read-more {
	float: right;
	font-size: .6em;
	color: #9fa0a0;
}

.read-more a {
	color: #9fa0a0;
}

.news-inner {

	width: 100%;

}

.news-inner p {
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 5px;
	color: #a37e39;
	padding-left: 10px;
	text-decoration: underline;
	letter-spacing: .18em;
}

.news-inner span {
	font-size: .9em;
	margin-top: 8px;
	color: #fff;
}




@media screen and (min-width: 650px) {
	[data-layout="normal"] .news-grid {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		float: left;
	}
}

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


	[data-layout="normal"] .news-grid:first-of-type .news-subtitle {
		font-size: .36em;
		margin: 20px 0;
		margin: 1.25rem 0;

	}

	[data-layout="normal"] .news-grid:first-of-type .news-subtitle::after {
		top: 30px;
	}

}



@media screen and (min-width: 650px) {
	[data-layout="normal"] .news-grid:nth-of-type(odd) {
		border-right: 0;
	}

	[data-layout="normal"] .news-grid:nth-of-type(even) {
		border-right: 0;
	}

	[data-layout="normal"] .news-grid .post-content {
		width: 50%;
		margin: 0 auto;
	}

	[data-layout="normal"] .news-grid .post-content .entry-title {
		border-bottom: 1px solid #a37e39;
		text-shadow: 1px 1px 1px #000;
		letter-spacing: .1em;
		font-size: 2em;

	}

	[data-layout="normal"] .news-grid .subtitle {
		margin-top: .6em;
		font-size: 1.2em;
		text-shadow: 1px 1px 1px #000;
	}

	[data-layout="normal"] .under-grid.imglink .post-content .entry-title {
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	[data-layout="normal"] .under-grid.imglink .post-content a {
		color: #fff;
	}


}




.restaurant-desc {
	width: 1024px;
	margin: 0 auto;
	margin-top: 20px;
}

.restaurant-desc th,
.restaurant-desc td {
	border-bottom: 1px solid #9fa0a0;
	padding: 10px;
	background-color: #000000;
	color: #fff;
}

.restaurant-desc th {
	background-color: #fefefe;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 650px) {
	.restaurant-desc {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
	}

	table {
		border: none;
	}

	.restaurant-desc thead {
		display: none;
	}

	.restaurant-desc tr {
		border-top: 1px solid #9fa0a0;
		display: block;
		margin-bottom: 20px;
	}

	.restaurant-desc td {
		border-right: 1px solid #9fa0a0;
		border-bottom: 1px solid #9fa0a0;
		display: block;
		padding: 10px;
		text-align: right;
	}

	.restaurant-desc td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
}

.room-desc {
	width: 1024px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #a37e39;
}

.room-desc th,
.room-desc td {
	padding: 10px;
}

.room-desc th {
	background-color: #a37e39;
	border-left: 1px solid #a37e39;
	border-bottom: 1px solid #a37e39;
	text-align: center;
	color: #000;
}

.room-desc td {
	border-top: 1px solid #a37e39;
	border-left: 1px solid #a37e39;
	color: #000;
}

.room-desc .valignM {
	vertical-align: middle;
}


@media screen and (max-width: 650px) {
	.room-desc {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
	}

	table {
		border: none;
	}

	.room-desc thead {
		display: none;
	}

	.room-desc tr {
		display: block;
		margin-bottom: 20px;
	}

	.room-desc td {
		display: block;
		padding: 10px;
		text-align: right;
	}

	.room-desc td.clfix {
		text-align: left;
	}

	.room-desc td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}

	.room-desc td input[type="text"],
	.room-desc td textarea {
		width: 100% !important;
	}

	.room-desc td.btnarea {
		border-right: none;
		border-bottom: none;
		text-align: center;
		padding: 10px 0;
	}

	.room-desc td.btnarea #linkArea input[type="submit"] {
		width: 43%;
	}
}

.restaurant-menu {
	width: 100%;
	height: 100px;
	background-color: #000;
	padding: 10px;

}

.restaurant-menu ul {
	width: 1024px;
	margin: 0 auto;

}

.restaurant-menu li {
	display: inline-block;
	width: 24%;
	text-align: center;

}

/* 要注意 */
.restaurant-menu li img {
	margin-top: 10px;
}

.tab-contents {
	width: 1024px;
	margin: 0 auto;
	color: #fff;

}

.menu {
	width: 90%;
	list-style: none;
	margin: 0 auto;
	padding: 0;


}

.menu li {
	clear: both;
	margin: 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #999;
	color: #fff;
	font-size: 1.1em;
}

.menu strong {
	background: #000;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
}

.menu em {
	background: #000;
	padding: 0 0 0 5px;
	font: 110%/100% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: -.2em;
	right: 0;
}

.menu sup {
	font-size: 60%;
	color: #fff;
	margin-left: 3px;
}


/* style 2 *************/
.style2 li {
	border-bottom: dashed 1px #000;
}

/* style 3 *************/
.style3 li {
	background: url(images/diagonal.gif) repeat-x left bottom;
	border: none;
}

/* style 4 *************/
.style4 li {
	padding: 0 0 2.3em 0;
	background: url(images/circle.gif) repeat-x left bottom;
	border: none;
}


.credits {
	color: #999;
	font: 100% Georgia, "Times New Roman", Times, serif;
}

.floor-plan {
	text-align: center;
	margin-top: 20px;
}

.room-type h2 {
	color: #a37e39;
	text-align: center;
	padding: 100px 0 0 0;
	font-weight: 100;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #a37e39;
}

@media screen and (min-width: 650px) {
	.room-type h2 {
		color: #a37e39;
		text-align: center;
		padding: 100px 0 0 0;
		font-weight: 100;
		width: 1024px;
		margin: 0 auto;
		border-bottom: 1px solid #a37e39;
	}
}

.room-type p {
	color: #a37e39;
	text-align: center;
	padding: 5px 0 20px 0;
	font-weight: 100;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 650px) {
	.room-type p {
		color: #a37e39;
		text-align: center;
		padding: 5px 0 20px 0;
		font-weight: 100;
		width: 1024px;
		margin: 0 auto;
	}
}

.bg-w .room-type h2 {
	color: #000;
	border-bottom: 1px solid #000;
}

.bg-w .room-type p {
	color: #000;
}





.restaurant-type h2 {
	font-family: sans-serif;
	color: #fff;
	text-align: center;
	padding: 50px 0 0 0;
	font-weight: 100;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}

.restaurant-type p {
	color: #fff;
	text-align: center;
	padding: 5px 0 20px 0;
	/* font-weight: 100; */
	width: 1024px;
	margin: 0 auto;
}

.wedding-type h2 {
	font-family: sans-serif;
	color: #666;
	text-align: center;
	padding: 50px 0 0 0;
	font-weight: 100;
	font-size: 2.2em;
	letter-spacing: .2em;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #a37e39;
}

.wedding-type p {

	text-align: center;
	padding: 5px 0 20px 0;
	font-weight: 100;
	width: 1024px;
	margin: 0 auto;
}

.banquet-type h2 {
	color: #a37e39;
	text-align: center;
	padding: 100px 0 0 0;
	font-weight: 100;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #a37e39;
	font-family: Cambria, sans-serif;
}

@media screen and (min-width: 650px) {
	.banquet-type h2 {
		color: #a37e39;
		text-align: center;
		padding: 100px 0 0 0;
		font-weight: 100;
		width: 1024px;
		margin: 0 auto;
		border-bottom: 1px solid #a37e39;
	}
}

.banquet-type p {
	color: #a37e39;
	text-align: center;
	padding: 5px 0 20px 0;
	font-weight: 100;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 650px) {
	.banquet-type p {
		color: #a37e39;
		text-align: center;
		padding: 5px 0 20px 0;
		font-weight: 100;
		width: 1024px;
		margin: 0 auto;
	}
}

.bg-w .banquet-type h2 {
	color: #000;
	border-bottom: 1px solid #000;
}

.bg-w .banquet-type p {
	color: #000;
}






.reservation-form {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #fff;
}

.reservation-form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	width: 50px;
}

.reservation-form img {
	width: 13px;
	height: 13px;
	margin: 20px 10px;
}

.reservation-form #dp_from,
.reservation-form #dp_top {
	padding: 0 5px;
}


.contents-title {
	color: #000;
}

.form-layout {
	display: flex;
	color: #000;
}

@media screen and (max-width: 650px) {
	.form-layout {
		display: block;
	}

	.form-layout #linkArea a {
		margin-top: 10px;
	}
}



#linkArea a,
#linkArea button,
#linkArea input[type="submit"] {
	margin: 0 10px;
	padding: 15px 0;
	width: 200px;
	color: #a37e39;
	font-size: 15px;
	line-height: 1.4em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	border: #000 1px solid;
	background-color: #000;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

#linkArea a:hover,
#linkArea button:hover,
#linkArea input[type="submit"]:hover {
	color: #000;
	background-color: #a37e39;
}

.restaurant_news h2,
.news_column h3,
.news_column h4 {
	text-align: left;
	width: 95%;
	color: #fff;
}

.news_column h4 {
	font-size: 100%;
	margin-bottom: 10px;
}

.news_column .att {
	font-size: 80%;
	text-align: left;
}

/* news_column */
.news_column {
	width: 100%;
	padding: 0 4% 40px;
	margin: 20px auto 40px;
	border-bottom: 1px solid #fff;
}

.news_column:after,
.subcolumn:after,
.news_column .list:after {
	zoom: 1;
	display: block;
	content: "";
	clear: both;
}

.news_column p {
	width: auto;
	text-align: left;
	color: #000;
}

.news_column .introduction {
	color: #fff;
	font-size: 100%;
	/* font-family: sans-serif; */
}

.news_column .subcolumn {
	margin-top: 20px;
	font-size: 90%;
}

.news_column .subcolumn p {
	padding: 0;
	margin-top: 1em;
}

.news_column .subcolumn h4 {
	font-size: 114%;
	color: #000;
	padding-top: 15px;
}

.news_column .imgArea {
	float: left;
	width: 40%;
	padding: 0 !important;
	margin-top: 0 !important;
}

.news_column .infoArea {
	float: right;
	width: 58%;
	min-height: 250px;
	padding: 0px 15px 15px;
	background: #fff;
	color: #000;
}

.news_column .infoArea.time {
	min-height: auto;
}

.news_column dl {
	margin: 15px 0 0;
}

.news_column dl dt {
	font-weight: bold;
}

.news_column dl dd {
	margin-left: 0;
}

.news_column dl .mgnTxt {
	margin-top: 1em;
}

.news_column .list {
	list-style: outside disc;
	margin-left: 20px;
	margin-top: 15px;
}


.news_headimg {
	width: 100%;
}









@media screen and (max-width: 650px) {
	.restaurant-type h2 {
		padding-top: 20px;
	}

	.restaurant-type p,
	.restaurant-type .contents-wrapper {
		width: auto;
	}

	.etabs {
		width: auto !important;
		height: auto !important;
	}

	.etabs:after {
		zoom: 1;
		display: block;
		content: "";
		clear: both;
	}

	.etabs .tab {
		width: 48% !important;
	}

	.restaurant_news h2 {
		text-align: left;
		width: 100%;
	}

	.restaurant_news p {
		width: auto
	}

	.news_column .imgArea {
		float: none;
		width: auto;
		padding: 0 0 10px;
	}

	.news_column .infoArea {
		float: none;
		width: auto;
		min-height: auto;
		padding-top: 1px;
	}

}

@-webkit-keyframes clicklEffect {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(100);
		opacity: 0;
	}
}

@-moz-keyframes clicklEffect {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(100);
		opacity: 0;
	}
}

@keyframes clicklEffect {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(100);
		opacity: 0;
	}
}

/* top page 臨時ニュース */
.extrNews {
	padding: 20px;
	font-size: 12px;
}

.extrNews dt {
	color: #a37e39;
	font-weight: bold;
}

.extrNews dd {
	margin-left: 0;
	margin-top: 10px;
}

.extrNews dd a {
	color: #fff;
	text-decoration: none;
}

.extrNews dd a:hover {
	text-decoration: underline;
}


/* マスクポリシーバナー */
.con_btn {
	max-width: 1000px;
	margin: auto;
}

.con_btn .temp_btn1 {
	margin: 15px auto 25px;
	text-align: center;
}

.con_btn .temp_btn1 a {
	background: #77674d;
	color: #FFF;
	-moz-transition: background 400ms ease-out;
	-o-transition: background 400ms ease-out;
	-webkit-transition: background 400ms ease-out;
	transition: background 400ms ease-out;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	text-decoration: none;
	padding: 1.1em 2.8em 1.1em 2.4em;
	text-align: center;
	line-height: 1;
	letter-spacing: .05em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Yu Mincho", YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', "Times New Roman", Times, Garamond, Georgia, serif;
}

.con_btn .temp_btn1 a:after {
	content: '\f1c1';
	font-family: FontAwesome;
	padding-left: 0.5em;
}

/* Tripla Booking */
.tripla-widget form {
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: baseline; */
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 567px) {
	.tripla-widget .search-widget-button-wrapper-d2b715 {
		display: block !important;
	}
}