/*
Theme Name: theblendinn2019-3
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Reem+Kufi);

@font-face {
	font-family: 'Mono Social Icons Font';
	src: url('/font/MonoSocialIconsFont-1.10.eot');
	src: url('/font/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'), url('/font/MonoSocialIconsFont-1.10.woff') format('woff'), url('/font/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('/font/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
	src: url('/font/MonoSocialIconsFont-1.10.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-display: swap;
}

.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 50px;
}

.youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

html {
	overflow: auto;
}

article a {
	padding-bottom: 1px;
	border-bottom: #000 solid 1px;
}

.bannerwrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9990;
	width: 25%;
}

.eventbanner {
	width: 100%;
	letter-spacing: 0.05em;
	font-family: "Reem Kufi",
		sans-serif;
}

.eventbanner a:hover {
	background-color: #000;
	color: #FFF;
}

.eventbanner span {
	width: 26px;
	height: 26px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
}

.eventbanner span:after {
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	top: 8px;
	right: 10px;
	border-top: 1.5px solid #FFF;
	border-right: 1.5px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.eventbanner a {
	display: block;
	padding: 15px 20px;
	color: #231916;
	padding-right: 32px;
}

.eventbanner h3 {
	font-size: 18px;
	margin: 0;
}

.eventbanner h4 {
	padding-top: 4px;
	font-size: 12px;
	margin: 0;
}

.banner2 {
	position: relative;
	background-color: #000;
	letter-spacing: 0.05em;
	font-family: "Reem Kufi",
		sans-serif;
	width: auto;
	float: right;
}

.banner2 a {
	display: block;
	padding: 15px 20px;
	color: #FFF;
	padding-right: 42px;
}

.banner2 h3 {
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}

.banner2 span {
	width: 26px;
	height: 26px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
}

.banner2 span:after {
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	top: 8px;
	right: 10px;
	border-top: 1.5px solid #FFF;
	border-right: 1.5px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.banner2:hover span:after {
	border-top: 1.5px solid #000;
	border-right: 1.5px solid #000;

}

.banner2:hover span {
	background-color: #d00c00;
}

.banner2 a:hover {
	background-color: #d00c00;
	color: #000;
}

.otherphoto img {
	margin-top: 20px;
}

body.single-event .home,
body.post-type-archive .home {
	transform: rotate(-90deg) translateX(-50%);
	-ms-transform: rotate(-90deg) translateX(-50%);
	-moz-transform: rotate(-90deg) translateX(-50%);
	-webkit-transform: rotate(-90deg) translate(50%, -30px);
	-o-transform: rotate(-90deg) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: bold;
	line-height: 1;
	height: 60px;
}

body.single-event .home:after,
body.post-type-archive .home:after {
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	top: 8px;
	right: 50%;
	border-top: 1.5px solid #000;
	border-right: 1.5px solid #000;
	-webkit-transform: rotate(-45deg) translateY(50%);
	transform: rotate(-45deg) translateY(50%);
}

body.single-event .on .home:after,
body.post-type-archive .on .home:after {
	border-top: 1.5px solid #FFF;
	border-right: 1.5px solid #FFF;
}

body.single-event .on.grid__left,
body.post-type-archive .on.grid__left {
	color: #FFF;
}

body.single-event .on.grid__left a,
body.post-type-archive .on.grid__left a {
	color: #FFF;
}


body.single-event .on .home,
body.post-type-archive .on .home {
	color: #FFF;
}

nav {}

body,
html,
#page,
#content,
article {
	height: 100%;
}

body.single-event,
body.post-type-archive {
	color: #231916;
}

body.single-event .leftnav,
body.post-type-archive .leftnav {
	right: 0;
	top: 0;
	left: auto;
}

body.single-event h6,
body.post-type-archive h6 {
	font-size: 13px;
	font-family: "Reem Kufi",
		sans-serif;
}

body.single-event .profile,
body.post-type-archive .profile {
	margin-bottom: 40px;
	border-top: 1px solid #1b1b1b;
	padding-top: 20px;
}

body.single-event .profile dl,
body.post-type-archive .profile dl {
	margin-bottom: 40px;
}

body.single-event .profile dt,
body.post-type-archive .profile dt {
	width: 28%;
	float: left;
	padding-right: 40px;
}

body.single-event .profile dt img,
body.post-type-archive .profile dt img {
	width: 100%;
	height: auto;
	margin-top: 3px;
}

body.single-event .profile dd,
body.post-type-archive .profile dd {
	width: 72%;
	float: right;
	line-height: 1.8;
	font-size: 12px;
	margin-bottom: 0;
}

body.single-event .profile p,
body.post-type-archive .profile p {
	font-size: 12px;
	line-height: 2.2;
}

body.single-event .the_blend_inn,
body.post-type-archive .the_blend_inn {
	margin-bottom: 40px;
	border-top: 1px solid #1b1b1b;
	padding-top: 20px;
}



body.single-event .the_blend_inn p,
body.post-type-archive .the_blend_inn p {
	font-size: 12px;
	line-height: 2.2;
}

body.single-event .grid__right,
body.post-type-archive .grid__right {
	padding-bottom: 100px;
}

body.single-event .footernav,
body.post-type-archive .footernav {
	position: absolute;
	right: 0;
	left: 0;
	margin-top: 60px;
}

body.single-event .footernav a,
body.post-type-archive .footernav a {
	display: block;
	padding: 20px;
	padding-right: 48px;
	padding-left: 30px;
	background: #fff;
	text-decoration: none;
	line-height: 1.8;
	font-size: 18px;
	border: none;
	border-top: #1b1b1b 1px solid;
}

body.single-event .footernav a:hover,
body.post-type-archive .footernav a:hover {
	background: #1b1b1b;
	color: #FFF;
}


body.single-event .previous a,
body.post-type-archive .previous a {
	display: block;
	width: 100%;
	float: right;
	padding: 20px;
	padding-right: 48px;
	padding-left: 30px;
	background: #fff;
	text-decoration: none;
	line-height: 1.8;
	border-bottom: none;
	font-size: 14px;
}

body.single-event .next a,
body.post-type-archive .next a {
	display: block;
	width: 100%;
	float: left;
	padding: 20px;
	padding-right: 48px;
	padding-left: 30px;
	background: #fff;
	text-decoration: none;
	line-height: 1.8;
	border-bottom: none;
	font-size: 14px;
}

body.single-event .previous a:hover,
body.post-type-archive .previous a:hover {
	background: #1b1b1b;
	color: #FFF;
}

body.single-event .next a:hover,
body.post-type-archive .next a:hover {
	background: #1b1b1b;
	color: #FFF;
}

body.single-event .previous a br,
body.post-type-archive .previous a br {
	display: none;
}

body.single-event .next a br,
body.post-type-archive .next a br {
	display: none;
}


body.single-event .previous a:before,
body.post-type-archive .previous a:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: 0;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #1b1b1b;
	border-right: 2px solid #1b1b1b;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

body.single-event .next a:before,
body.post-type-archive .next a:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: 0;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #1b1b1b;
	border-right: 2px solid #1b1b1b;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

body.single-event .previous a:hover:before,
body.post-type-archive .previous a:hover:before {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

body.single-event .next a:hover:before,
body.post-type-archive .next a:hover:before {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

.header__block {
	text-align: center;
}

.grid__right h1 {
	font-size: 30px;
	font-family: "Reem Kufi",
		sans-serif;
	margin-bottom: 10px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

.grid__right h4 {
	font-size: 18px;
	font-family: "Reem Kufi",
		sans-serif;
	margin-bottom: 40px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

.grid__right p {
	font-size: 13px;
}

.event_logo {
	margin: 0px auto 80px;
	display: inline-block;
}

.grid__left {
	width: 50%;
	float: left;
	padding: 4%;
	padding-left: 0;
	height: 100%;
	background-color: #FF7F4E;
	box-sizing: border-box;
	line-height: 2.2;
	position: relative;
}

.grid__left h2 {
	font-size: 14px;
	margin-bottom: 2em;
	transform: translateY(-10%);
}

.qa {
	display: none;
}

.grid__left .information {
	font-size: 11px;
	line-height: 1.8em;
	text-align: left;
	position: absolute;
	bottom: 4%;
	left: 50%;
	width: 80%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.grid__right {
	width: 50%;
	float: right;
	padding: 4%;
	padding-top: 80px;
	height: 100%;
	box-sizing: border-box;
	line-height: 2.2;
	position: relative;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.grid__right h5 {
	display: inline-block;
	border: 1px solid #000;
	padding: 2px;
	line-height: 1;
	font-size: 13px;
	font-family: "Reem Kufi",
		sans-serif;
	letter-spacing: 0.02em;
}

.grid__right p+h5 {
	margin-top: 2em;
}

.flyer {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 60%;
}


.sp {
	display: none;
}

.pc {
	display: block;
}

a {
	color: #000;
}

@media screen and (max-width: 768px) {
	.bannerwrapper {
		width: 100%;
	}

	.banner2 {
		right: 0 !important;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.eventbanner {
		width: 100%;
		position: relative;
		z-index: 3000;
	}

	.banner2 {
		float: left;
	}

	.home {
		position: relative;
	}

	.home article {
		display: none;
	}

	body.single-event nav,
	body.post-type-archive nav {
		width: 50px;
		height: 50px;
		background-color: #000 !important;
		overflow: hidden;
		padding: 0;
		position: fixed;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.js body.single-event,
	.js body.post-type-archive {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.header__block {
		padding-top: 60px;
	}

	.header__block img {
		margin-bottom: 60px;
		width: 90%;
	}

	body.single-event nav a.home,
	body.post-type-archive nav a.home {
		width: 50px;
		height: 50px;
		overflow: hidden;
		text-indent: -1000px;
		border: none;
	}

	body.single-event a.home:after,
	body.post-type-archive a.home:after {
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		top: 22px;
	}

	body.single-event div.leftnav,
	body.post-type-archive div.leftnav {
		height: auto;
	}

	.flyer {
		position: static;
		top: auto;
		left: auto;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		height: auto;
		width: 90%;
		display: block;
		margin: 2em auto;
	}

	.grid__left h2 {
		font-size: 18px;
	}

	.grid__left h2 br {
		display: none;
	}

	.grid__left .information {
		position: static;
		bottom: auto;
		left: auto;
		width: 80%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

	.grid__left .information {
		width: 100%;
	}

	body.single-event article,
	body.post-type-archive article,
	.grid__right,
	.grid__left {
		width: 100%;
		float: none;
		height: auto;
	}

	body.single-event .grid__right,
	body.post-type-archive .grid__right {
		padding-top: 40px;
		overflow: visible;
		overflow-y: auto;
	}

	body.single-event .grid__left,
	body.post-type-archive .grid__left {
		padding: 20px;
	}

	body.single-event .profile dt,
	body.post-type-archive .profile dt {
		padding-right: 20px;
	}
}

/**/
.d {
	-ms-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.nav {
	display: inline;
}

.right .tap {
	cursor: url(/img/cursor.png), url(/img/cursor.cur), default;
}

.left .tap {
	cursor: url(/img/cursor2.png), url(/img/cursor2.cur), default;
}

.left1 .tap {
	cursor: default
}

.roomimg {
	margin-left: -1%;
	margin-right: -1%;
}

.roomimg img {
	float: left;
	width: 48%;
	height: auto;
	margin: 1%;
	margin-bottom: 10px;
}

.roomimg br {
	display: none !important;
}

html.page {
	overflow: auto;
}

html.smasma {
	overflow: auto;
}

body.page.sma .entry-content br {
	display: inherit;
}


body.page {
	background-color: #FFFFFF;
	color: #000000;
	overflow-y: auto;
}

body.sma.page {
	background-color: #F7ED7A;
}

body.page #page {
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}

body.sma.page #page {
	max-width: none;
}

.container {
	position: absolute;
	top: 0;
}

.page-id-127 p {
	font-weight: normal;
}

table {
	font-size: 13px;
}

.about,
.recruit,
.contact {
	font-size: 22px;
	width: 33.333%;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	float: left;
}

.booking,
.shop {
	width: 50%;
	float: left;
}

.booking {
	border-right: 1px solid #FFF;
}

.contact {
	border-right: none
}

.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
	font-size: 15px;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.1667;
	margin-top: 2.6em;
	margin-bottom: 0.6em;
}

.eki {
	position: relative;
	height: 3em;
	margin-bottom: 1.5em;
}

.eki:before {
	content: "";
	display: block;
	border-top: dotted 2px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 1em;
	z-index: 1;
}

.eki span {
	background: #fff;
	padding: 5px 10px;
	z-index: 5;
	max-width: 100px;
	color: #000000;
	line-height: 1em;
	border: 1px #000000 solid;
	border-radius: 15px;
	/* CSS3草案 */
	-webkit-border-radius: 15px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;
	/* Firefox用 */
}

.eki1 {
	position: absolute;
	left: 0;
	top: 0;
}

.eki2 {
	position: absolute;
	right: 0;
	top: 0;
}

.eki11 {
	position: absolute;
	left: 0;
	top: 0;
}

.eki22 {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.eki33 {
	position: absolute;
	right: 0;
	top: 0;
}

.eki111 {
	position: absolute;
	left: 0;
	top: 0;
}

.eki222 {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}

.eki333 {
	position: absolute;
	left: 50%;
	top: 0;
}

.eki444 {
	position: absolute;
	right: 0;
	top: 0;
}

.symbol,
a.symbol:before {
	font-size: 32px !important;
	font-family: 'Mono Social Icons Font' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

a.symbol:before {
	content: attr(title);
	margin-right: 0.3em;
}

body.page .entry-content br {
	display: none;
}

.qtranxs-available-languages-message {
	display: none;
}

h4 {
	margin-bottom: 1em;
	font-size: 120%;
}

.page.sma #page {
	padding-top: 0;
	padding-left: 40px;
	padding-right: 40px;
}

.page #page {
	padding-top: 66%;
	padding-left: 20px;
	padding-right: 20px;
}

.swipe {
	width: 50%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
	z-index: 200
}

#bb-nav-prev {
	z-index: 1000;
	color: #FFFFFF
}

#bb-nav-next {
	z-index: 1000;
	color: #FFFFFF
}

.text {
	display: none;
}

.lang {
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 400;
	z-index: 1000;
	color: #FFFFFF;
	height: 10%;
	font-size: 18px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: right;
	justify-content: flex-end;
}

.lang a {
	margin: 0;
	float: right;
	border: none;

}

.lang a:first-child {
	border-right: 1px solid #FFF;
}

.rightnav {
	display: none;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 800;
}

div.blendlogo {
	display: none;
}

.yajirushi-r {
	display: none;
}


.leftnav {
	display: block;
	border: none;
}

.apartment {
	background-image: url(/img/appartment.png);
	background-size: 70% auto;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 600;
	border: none;
}

.paradasan {
	background-image: url(/img/paradasan.png);
	background-size: 70% auto;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
}

.leftnav .apartment {
	width: 130px;
	height: 100%;
	margin-right: -65px;
	position: absolute;
	bottom: 0;
	right: 50%;
}

.leftnav .paradasan {
	width: 130px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

/*Footer*/
footer .about,
footer .recruit,
footer .contact {
	border-bottom: 1px solid #000;
	font-size: 18px;
}

footer .about,
footer .recruit {
	border-right: 1px solid #000;
}

footer .apartment {
	background-image: url(/img/appartment_blk.png);
	height: 60px;
}

footer .paradasan {
	background-image: url(/img/paradasanblk.png);
	height: 60px;
}

footer a {
	color: #000 !important;
	padding: 20px;
	height: 60px;
	border-top: 1px solid #000;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

footer {
	background-color: #F7ED7A;
	margin-left: -20px;
	margin-right: -20px;
	height: 420px;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

footer .fa {
	height: 60px;
}

/**/
.fa-instagram {
	margin-left: 10px;
}

.center {
	text-align: center;
}


.blend {
	background-image: url(/img/blend.png);
	background-size: cover;
	margin-top: 8px;
	margin-left: 10px;
	width: 27px;
	height: 27px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 4px;
}

.tap {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
}

nav {
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 26px;
	line-height: 1;
	padding-top: 50%;
	z-index: 2000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}

nav a {
	color: #fff;
	padding: 20px;
	height: 15%;
	border-top: 1px solid #FFF;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: center;
	text-align: center;
	justify-content: center;
}

div.leftnav {
	clear: both;
	height: 14.1%;
	position: relative;
}

.fa {
	float: left;
	border: none;
	display: -webkit-flex;
	display: flex;
	font-size: 20px;
	padding: 16px;
	height: 100%;
	width: 10%;
}

.qasma {
	color: #fff;
	padding: 20px;
	display: block;
}

h4.entry-title {
	font-size: 13px;
}

h2.entry-title {
	font-size: 26px;
	text-align: center;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 600;
	margin-top: 1em;
	margin-bottom: 1em;
}

.num {
	position: absolute;
	display: none;
}

.home .site,
.home .site-content,
.home .content-area {
	height: 100%;
}

.image1 {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.image1:before {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

h1.blendlogo,
h2.blendlogo {
	background-position: center bottom;
	background-size: contain;
	background-image: url(/img/theblendinn_sma.svg);
	background-repeat: no-repeat;
	margin: 20px;
	position: absolute;
	display: block;
	line-height: 0;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	padding-top: 50%;
	box-sizing: border-box;
	z-index: 100;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*ハンバーガーメニュー*/
.drawer {
	position: fixed;
	top: 20px;
	left: -80%;
	width: 80%;
	z-index: 1000;
	background-color: #F7ED7A;
	-webkit-transition: all 200ms 0s linear;
	-moz-transition: all 200ms 0s linear;
	-ms-transition: all 200ms 0s linear;
	-o-transition: all 200ms 0s linear;
	transition: all 200ms 0s linear;
}

.drawer.d-open {
	left: 0;
}

.drawer.d-open .drawernav {
	opacity: 1;
}

.drawer.d-open .icon-animation {
	background-color: rgba(255, 255, 255, 0);
	margin-right: 0px;
}

.gray {
	height: 60px;
	background-color: rgba(111, 111, 111, 0.2);
}

.drawer ul {
	list-style: none;
}

.drawernav {
	opacity: 0;
	-webkit-transition: all 200ms 0s linear;
	-moz-transition: all 200ms 0s linear;
	-ms-transition: all 200ms 0s linear;
	-o-transition: all 200ms 0s linear;
	transition: all 200ms 0s linear;
	clear: both;
}

.drawernav a {
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 400;
	color: #000;
	padding: 10px;
	height: 60px;
	font-size: 24px;
	border-top: 1px solid #000;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.icon-animation {
	float: right;
	width: 60px;
	height: 60px;
	display: block;
	background-color: rgba(255, 255, 255, 1);
	margin-left: 20px;
	margin-right: -80px;
	-webkit-transition: all 200ms 0s linear;
	-moz-transition: all 200ms 0s linear;
	-ms-transition: all 200ms 0s linear;
	-o-transition: all 200ms 0s linear;
	transition: all 200ms 0s linear;
}

.dr7,
.dr8,
.dr9 {
	width: 33.3%;
	float: left;
	font-size: 18px !important;
}

.dr7,
.dr8 {
	border-right: 1px solid #000;
}

.icon-animation span {
	width: 50px;
	height: 1px;
	display: block;
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
}

.type-6 span {
	position: relative;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}

.type-6 .top {
	-webkit-animation: type6-top 0.5s;
	animation: type6-top 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.type-6 .middle {
	-webkit-transition: .5s opacity;
	transition: .5s opacity;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	opacity: 1;
}

.type-6 .bottom {
	-webkit-animation: type6-bottom 0.5s;
	animation: type6-bottom 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.type-6.is-open .middle {
	opacity: 0;
	-webkit-transition: .5s opacity;
	transition: .5s opacity;
}

.type-6.is-open .top {
	-webkit-animation: type6-top-close 0.5s;
	animation: type6-top-close 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.type-6.is-open .bottom {
	-webkit-animation: type6-bottom-close 0.5s;
	animation: type6-bottom-close 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes type6-top {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		-webkit-transform: translateY(-17px) rotate(0deg);
		transform: translateY(-17px) rotate(0deg);
	}
}

@keyframes type6-top {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		-webkit-transform: translateY(-17px) rotate(0deg);
		transform: translateY(-17px) rotate(0deg);
	}
}

@-webkit-keyframes type6-bottom {
	0% {
		-webkit-transform: translateY(-1px) rotate(45deg);
		transform: translateY(-1px) rotate(45deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		-webkit-transform: translateY(15px) rotate(0deg);
		transform: translateY(15px) rotate(0deg);
	}
}

@keyframes type6-bottom {
	0% {
		-webkit-transform: translateY(-1px) rotate(45deg);
		transform: translateY(-1px) rotate(45deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		-webkit-transform: translateY(15px) rotate(0deg);
		transform: translateY(15px) rotate(0deg);
	}
}

@-webkit-keyframes type6-top-close {
	0% {
		-webkit-transform: translateY(-17px) rotate(0deg);
		transform: translateY(-17px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
}

@keyframes type6-top-close {
	0% {
		-webkit-transform: translateY(-17px) rotate(0deg);
		transform: translateY(-17px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
}

@-webkit-keyframes type6-bottom-close {
	0% {
		-webkit-transform: translateY(15px) rotate(0deg);
		transform: translateY(15px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		-webkit-transform: translateY(-1px) rotate(45deg);
		transform: translateY(-1px) rotate(45deg);
	}
}

@keyframes type6-bottom-close {
	0% {
		-webkit-transform: translateY(15px) rotate(0deg);
		transform: translateY(15px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		-webkit-transform: translateY(-1px) rotate(45deg);
		transform: translateY(-1px) rotate(45deg);
	}
}

/*ホームへ*/
.gohome {
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 400;
	background-color: #F7ED7A;
	text-align: center;
	font-size: 24px;
	color: #000;
	padding: 15px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
}

.page.sma .drawer {
	display: none;
}

.page.sma footer {
	display: none;
}

.page.sma h1.blendlogo {
	display: none;
}

.page h1.blendlogo {
	display: block;
	background-color: #F7ED7A;
	background-image: none;
	margin: 0;
	width: 100%;
	padding-top: 64%;
}

.page h1.blendlogo a {
	background-position: center bottom;
	background-size: contain;
	background-image: url(/img/theblendinn_sma_bk.svg);
	background-repeat: no-repeat;
	margin: 20px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 0;
	bottom: auto;
	left: 0;
	padding-top: 54%;
	box-sizing: border-box;
	z-index: 100;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#toppage {
	height: 100%;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

#toppage .left {
	height: 100%;
}

.right {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.left {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

/*default*/

html,
body,
div,
span,
applet,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6471;
	font-family: Helvetica,
		Arial,
		a-otf-midashi-go-mb31-pr6n, "游ゴシック",
		YuGothic,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meirio,
		'Helvetica Neue',
		sans-serif;
	overflow: hidden;
	font-feature-settings: "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
	letter-spacing: 0.02em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/**
 * 3.0 Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote>p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border-bottom: 1px solid #1c1e1d;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
	display: block;
	width: 100%;
}

body.page.sma td {
	border-width: 0 1px 1px 0;
	display: table-cell !important;
	width: auto;
}

th,
td {
	padding: 1em 1em 1em 0em;
}

td:last-child {
	padding-right: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	/* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */


.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div+div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}



@media screen and (min-width: 500px) {
	.eki span {
		max-width: none;
	}
}

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

	body.single-event .previous a,
	body.post-type-archive .previous a {
		display: block;
		width: 50%;
	}

	body.single-event .next a,
	body.post-type-archive .next a {
		display: block;
		width: 50%;
	}


	.nav {
		display: inline-block;
		position: absolute;
		left: 2px;
		bottom: 50%;
		width: 640px;
		transform-origin: left top;
		transform: rotate(-90deg) translateX(-50%);
		-ms-transform: rotate(-90deg) translateX(-50%);
		-moz-transform: rotate(-90deg) translateX(-50%);
		-webkit-transform: rotate(-90deg) translateX(-50%);
		-o-transform: rotate(-90deg) translateX(-50%);
	}

	.drawer {
		display: none;
	}

	td {
		border-width: 0 1px 1px 0;
		isplay: table-cell;
		width: auto;
	}

	footer {
		display: none;
	}

	body.page {
		background-color: #F7ED7A;
	}

	.page #page {
		padding-top: 0;
		padding-left: 40px;
		padding-right: 40px;
	}

	.page h1 {
		display: none !important;
	}

	.fa {
		float: none;
		display: inline;
		font-size: 14px;
		height: auto;
		width: auto;
	}

	.site-content {
		padding-left: 50px;
	}

	.page .site-content {
		padding-left: 0px;
	}

	nav {
		background-color: #F7ED7A;
		text-align: left;
		width: 50px;
		height: 100%;
		font-size: 15px;
		padding: 15px;
		line-height: 1;
	}

	h1.blendlogo,
	h2.blendlogo {
		background-position: left bottom;
		background-size: 200%;
		background-image: url(/img/theblendinnwht.png);
		background-repeat: no-repeat;
		margin-left: 10%;
		margin-bottom: 0;
		position: absolute;
		display: block;
		top: auto;
		right: 0;
		bottom: 0px;
		left: 0;
		width: 90%;
		line-height: 0;
		padding-top: 48%;
		box-sizing: border-box;
		z-index: 100;
		display: inline;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	div.blendlogo {
		background-position: right bottom;
		background-size: 200%;
		background-image: url(/img/theblendinnwht.png);
		background-repeat: no-repeat;
		margin-right: 10%;
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0px;
		left: 0;
		width: 90%;
		line-height: 0;
		padding-top: 78%;
		box-sizing: border-box;
		z-index: 100;
		display: inline;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.yajirushi-r {
		opacity: 0;
		display: block;
		position: absolute;
		right: 30px;
		top: 50%;
		z-index: 200;
	}

	.yajirushi-r {
		background-image: url(/img/yajirushi-2.png);
		background-size: contain;
		width: 115px;
		height: 47px;
		/*
	border: 5px solid #FFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #FFF;*/
		opacity: 0;
		z-index: 10;
		position: absolute;
		-webkit-animation: dot 2s ease-out;
		-moz-animation: dot 2s ease-out;
		animation: dot 2s ease-out;
		-webkit-animation-iteration-count: 3;
		-moz-animation-iteration-count: 3;
		animation-iteration-count: 3;
	}

	html {
		box-sizing: border-box;
	}

	.container {
		position: relative;
	}

	body.page .entry-content br {
		display: inline;
	}

	.num {
		position: absolute;
		z-index: 1000;
		color: #FFFFFF;
		font-family: 'Reem Kufi';
		font-weight: 400;
		font-size: 30px;
		line-height: 1;
		letter-spacing: 0.2em;
		right: 8px;
		bottom: 90px;
		display: inline-block;
	}

	.blend {
		margin-top: 4px;
		margin-left: 20px;
		position: static;
		right: auto;
		bottom: auto;
	}

	.qasma {
		display: none !important;
	}

	div.leftnav {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50px;
	}

	.leftnav .apartment {
		display: none !important;
	}

	.leftnav .paradasan {
		display: none !important;
	}

	.apartment {
		right: auto;
		margin-right: 0px;
		background-image: url(/img/appartment.png);
		background-size: contain;
		display: inline-block !important;
		width: 115px;
		height: 40px;
	}

	.paradasan {
		background-position: center bottom;
		background-size: contain;
		display: inline-block !important;
		width: 130px;
		height: 40px;
	}

	.rightnav {
		display: block;
		text-align: center;
		bottom: 5px;
	}

	.rightnav a {
		margin: 20px 40px;
	}

	.text br {
		display: block;
	}

	.text p {
		margin-bottom: 1em;
	}

	.right .num {
		right: 6%;
		left: auto;
		bottom: 25px;
		top: auto;
		text-align: right;
	}

	.left .num {
		left: 6%;
		right: auto;
		bottom: 25px;
	}

	.blendlogo {
		top: auto;
		bottom: 40px;
	}

	.right {
		right: 0;
		left: 50%;
	}

	.left {
		right: 50%;
		left: 0;
	}

	.image1 {
		width: 50%;
		display: block;
	}

	.image1:before {
		background-color: rgba(0, 0, 0, 0);
	}

	nav {
		padding-top: 50px;
		top: 0;
		left: 0;
		z-index: 1000;
		position: absolute;
	}

	nav a {
		display: inline-block !important;
		color: #000
	}

	.fa-instagram {
		position: absolute;
		bottom: 60px;
		left: 50%;
	}

	.fa-facebook {
		position: absolute;
		bottom: 30px;
		left: 50%;
	}

	.fa-twitter {
		position: absolute;
		bottom: 0px;
		left: 50%;
	}

	.fa {
		margin: 0;
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}

	nav a {
		border: none;
	}

	.about,
	.recruit,
	.contact,
	.shop,
	.booking {
		font-size: 15px;
		width: auto;
		float: none;
	}


	nav .menutate {
		display: inline-block;
		height: 40px;
		width: auto;
		font-weight: bold;
		padding: 5px;
		margin-left: 6px;
		margin-right: 6px;
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 15px;
	}

	.lang {
		position: absolute;
		top: 10px;
		left: 0;
		width: 50px;
		font-size: 9px;
		text-align: center;
		height: auto;
		display: inline;
	}

	.lang a {
		padding: 2px;
		display: inline-block;
		float: none;
		border: none !important;
	}

	.text {
		position: absolute;
		font-size: 12px;
		z-index: 0;
		display: block;
		margin-top: -100px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.left .text {
		top: 50%;
		bottom: auto;
		left: 16%;
		position: absolute;
		font-size: 14px;
		letter-spacing: 0.02em;
		line-height: 1.8em;
		z-index: 0;
		display: block;
	}

	.left1 .text {
		margin: 0;
		padding-left: 0;
		right: 0px;
		margin-top: -120px;
		padding-right: 40px;
		text-shadow: 1px 1px 1px #070707;
	}

	.right .text {
		margin-top: 0;
		left: 80px;
		top: 80px;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.about,
	.recruit,
	.contact,
	.booking {
		border: none;
	}

	.qasma {
		display: none;
	}

	.instagram {
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	/*ホームへ*/
	.gohome {
		display: none;
	}
}

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

@media screen and (max-height: 640px) {}
