@charset "utf-8";
/* CSS Document */

.btn {
	width: 210px;
	max-width: inherit;
	margin: 50px auto 50px;
}

.ornament{
	display: block;
}

.ornament:before{
	content: "＼";
}

.ornament:after{
	content: "／";
}

#contents {
	overflow: inherit;
	margin-top: -50px;
	padding-bottom: 50px;
}

#contents:after {
	content: " ";
	width: 100%;
	height: 200px;
	background: #312D2E;
	position:absolute;
	left: 0;
	border-bottom: -20px;
	z-index: -1;
}

#footer {
	z-index: 1;
}

.inner {
	padding: 0 10px;
}

.slanting-l {
	transform:skew(0deg, -2deg);
}

.slanting-r {
	transform:skew(0deg, 2deg);
}

.slanting-l .section-inner {
	transform:skew(0deg, 2.1111deg);
}

.slanting-r .section-inner {
	transform:skew(0deg, -2deg);
}

@media screen and (max-width: 1080px) {
	#contents {
		overflow: hidden;
		margin-top: inherit;
	}

}


/* header */

#header {
	position: relative;
	height: 720px;
	padding: 0;
	background: #fff;
	z-index: 0;
}

#header h1 {
	background: #fff;
	padding: 30px;
	position: absolute ;
	left: 0;
	top: 0;
}

@media screen and (min-width: 1080px) {
#header nav {
	text-align: right;
	position: absolute;
	top:20px;
	right: 40px;
}
}

#header h2 {
	display: none;
}

#header h2 span {
	display: block;
	margin-left: 300px;
	letter-spacing: 0;
}

#slide {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* space */
.bg-slider {
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1080px) {

	.drawer-open #header {
		position: inherit;
	}

	#header {
		position: relative;
		height: 840px;
		padding: 0;
		background: #fff;
		z-index: 0;
	}
	
	#header h1 {
		background: none;
		padding: 0;
		position: absolute ;
		left: 50%;
		top: 12%;
		width: 150px;
		margin-left: -75px;
	}

	#header h1 a {
		height: auto;
	}

	#header h1 img{
		height: auto;
		width: 100%;
	}

	#header h2 {
		display: block;
		line-height: 1.2;
		width: 150%;
		font-size: 3rem;
		background:#885151;
		padding: 30px 0 30px 10px;
		-webkit-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
		margin: 100px 0 0 -32%;
		font-weight: bold;
		position: absolute;
		top: 22%;
		z-index: 2;
		letter-spacing: 0.2rem;
	}
	
	#header h2 span {
		display: block;
		margin-left: 200px;
	}

	#slide {
		width: 100%;
		height: 60%;
		position: absolute;
		bottom:0;
		left:0;
	}
}

@media screen and (max-width:740px) and (orientation:landscape){

	#header {
		height: inherit;
	}

	#header h1 {
		width: 134px;
		margin-left: -67px;
		height: 131px;
		top: 0rem;
		z-index: 2;
		padding: 20px 12px;
		background: #fff;
	}

	#header h1 a {
		height: 100%;
	}

	#header h1 a img {
		height: 100%;
	}
	
	#slide {
		width: 100%;
		height: inherit;
		position: absolute;
		bottom: inherit;
		left: inherit;
		top:0;
	}

	#header h2 {
		font-size: 1.8rem;
		padding: 0 0;
		display: inline-block;
		top: 20%;
		margin-top:0;
	}

	#header h2 {
		line-height: 1.2;
		width: auto;
		font-size: 1.6rem;
		background:#885151;
		padding: 8px 4px;
		-webkit-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
		margin: 0%;
		font-weight: bold;
		position: absolute;
		top: 10%;
		right: 16%;
		z-index: 2;
		display: inline-block;
		vertical-align: middle;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		line-height: 1.2;
	}
	
	#header h2 span {
		display: block;
		margin-left: 0;
	}

}

@media screen and (max-width: 480px) {

	#header h1 {
		top: 10%;
		width: 100px;
		margin-left: -50px;
	}

	#header h2 {
		font-size: 1.8rem;
		padding: 20px 0 20px 10px;
		top: 14%;
	}
	
	#header h2 span {
		display: block;
		margin-left: 100px;
	}

	#slide {
		width: 100%;
		height: 55%;
		position: absolute;
		bottom:0;
		left:0;
	}
}

@media screen and (max-width: 320px) {
	#header h2 {
		top: 20%;
	}
	
}

/* concept */
#concept {
	background: #fff;
}

#concept .section-inner{
	max-width:980px;
  margin: 0 auto;
	position: relative;
	padding: 40px 0 80px;
}

.news {
	position: absolute;
	top: -14px;
	border-radius: 40px;
	overflow: hidden;
	font-size: 1.4rem;
	width: 65%;
	max-width:65%;
}

.news dl {
	display: table;
	width: 100%;
}

.news dl dt,
.news dl dd{
	display: table-cell;
	color: #fff;
}

.news dl dt {
	background: #4E5065;
	padding: 6px 10px 6px 20px;
	width: 25%;
}

.news dl dt a {
	color: #fff;
}

.news dl dd {
	background: #4D4648;
	padding: 6px 120px 6px 10px;	
	width: 75%;
	position: relative;
}

.news dl dd i{
	margin-left:1rem;
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 24%;
	font-size: 130%;
}
.news dl dd a {
	color: #fff;
}

.news dl dd span {
	font-size: 80%;
	padding-left: 2rem;
	position: absolute;
	right: 50px;
	line-height: 2;
}

#concept .concept-txt {
	max-width: 70%;
	font-size: 1.8rem;
}

#concept .about {
	position: absolute;
	top:-100px;
	right: -40px;
	z-index: 1;
	text-align: center;
}

.appearance {
	overflow: hidden;
	background-position: 90% 80%;
	color: #fff;
	text-align: center;
	overflow: inherit;
}

#concept .appearance {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cadeb+0,d3e7ef+100 */
	background: url(../img/top/appearance_small.png), #2cadeb; /* Old browsers */
	background: url(../img/top/appearance_small.png), -moz-linear-gradient(top, #2cadeb 0%, #d3e7ef 100%); /* FF3.6-15 */
	background: url(../img/top/appearance_small.png), -webkit-linear-gradient(top, #2cadeb 0%,#d3e7ef 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/top/appearance_small.png), linear-gradient(to bottom, #2cadeb 0%,#d3e7ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cadeb', endColorstr='#d3e7ef',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: -20% 400%;
	width: 276px;
	height: 276px;
	margin: 0 auto;
	border-radius:100%;
	display: flex;
	justify-content:center;
	align-items:center;
}

#concept .appearance-wrap {
	margin-top: -90px
}

.appearance p {
	font-size: 1.7rem;
	
}

.appearance p span {
	font-size: 80%;
}

.about-description {
	display: flex;
	text-align: center;
}

#concept .about-description {
	justify-content: center ;
}

.about-description li a {
	width: 74px;
	height: 74px;
	border-radius: 74px;
	overflow: hidden;
	margin: 4px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.about-description li:first-child a {
	background: #A56F5A;
}

.about-description li:nth-child(2) a{
	background: #4E5065;
}

.about-description li:last-child a {
	background: #B69F17;
}

#concept .btn {
	margin-top: -20px;
	position: relative;
	z-index: 2;
}

#concept .btn span {
	font-size: 80%;
}

#concept .btn a {
	text-align: left;
	padding: 10px 10px 10px 14px;
}

#concept .arrow{
	right: 16px;
}

#concept .arrow::after {
	height: 9px;
}

@media screen and (max-width: 1080px) {

	#concept.slanting-l {
		transform:inherit;
	}
	
	#concept.slanting-l .section-inner {
		transform:inherit;
	}

	#concept .section-inner{
		display: flex;
	}
	
	#concept .box {
		width: 60%;
	}

	.news {
		position: inherit;
		top: inherit;
		border-radius: 40px;
		overflow: hidden;
		font-size: 1.4rem;
		display: inline-block;
		margin-bottom: 20px;
		width: 100%;
		max-width:100%;
	}

	.news dl dt,
	.news dl dd{
		display: table-cell;
		color: #fff;
	}

	.news dl dt {
		background: #4E5065;
		padding: 6px 10px 6px 20px;
		width: 30%;
	}

	.news dl dd {
		background: #4D4648;
		padding: 6px 120px 6px 10px;
		width: 70%;
	}

	.news dl dd i{
	}

	.news dl dd a {
		color: #fff;
	}

	.news dl dd span {
		font-size: 80%;
		padding-left: 2rem;
	}

	#concept .concept-txt {
		max-width: 100%;
		font-size: 1.6rem;
	}

	#concept .about {
		width: 40%;
		position: inherit;
		top: inherit;
		right: inherit;
		z-index: 1;
		text-align: center;
	}

	.appearance {
		overflow: hidden;
		background-position: 90% 80%;
		color: #fff;
		text-align: center;
		overflow: inherit;
	}

	#concept .appearance {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cadeb+0,d3e7ef+100 */
		background: url(../img/top/appearance_small.png), #2cadeb; /* Old browsers */
		background: url(../img/top/appearance_small.png), -moz-linear-gradient(top, #2cadeb 0%, #d3e7ef 100%); /* FF3.6-15 */
		background: url(../img/top/appearance_small.png), -webkit-linear-gradient(top, #2cadeb 0%,#d3e7ef 100%); /* Chrome10-25,Safari5.1-6 */
		background: url(../img/top/appearance_small.png), linear-gradient(to bottom, #2cadeb 0%,#d3e7ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cadeb', endColorstr='#d3e7ef',GradientType=0 ); /* IE6-9 */
		background-repeat: no-repeat;
		display: flex;
		justify-content:center;
		align-items:center;
	}

	#concept .appearance {
		background-position: -20% 400%;
	}
	
	#concept .appearance {
		width: 276px;
		height: 276px;
		border-radius:100%;
	}

	#concept .appearance-wrap {
		margin-top: -90px
	}

	.appearance p {
		font-size: 1.7rem;
	}

	.appearance p span {
		font-size: 80%;
	}

	.about-description {
		display: flex;
		text-align: center;
	}
	
	#concept .about-description {
		justify-content: center ;
	}
	
	.about-description li a {
		width: 74px;
		height: 74px;
		border-radius: 74px;
		overflow: hidden;
		margin: 4px;
		line-height: 1.3;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.about-description li:first-child a{
		background: #A56F5A;
	}
	
	.about-description li:nth-child(2) a{
		background: #4E5065;
	}
	
	.about-description li:last-child a {
		background: #B69F17;
	}
	
	#concept .btn {
		margin-top: -40px;
	}
	
	#concept .btn a {
		text-align: center;
		padding: 10px 26px 10px 20px;
	}
	
	}

@media screen and (max-width: 800px) {

	#concept .section-inner{
		display: block;
		padding: 0 0 60px;
	}
	
	#concept .box {
		width: 100%;
		background: #2cadeb;
		text-align: center;
		padding-top: 60px;
	}

	.news {
		position: inherit;
		top: inherit;
		border-radius: 40px;
		overflow: hidden;
		font-size: 1.4rem;
		display: inline-block;
		width: auto;
	}

	.news dl dt,
	.news dl dd{
		display: table-cell;
		color: #fff;
		width: auto;
	}

	.news dl dt {
		background: #4E5065;
		padding: 6px 10px 6px 20px;
	}

	.news dl dd {
		background: #4D4648;
		padding: 6px 120px 6px 10px;
	}

	.news dl dd i{
	}

	.news dl dd a {
		color: #fff;
	}

	.news dl dd span {
		font-size: 80%;
		padding-left: 2rem;
	}

	#concept .concept-txt {
		max-width: inherit;
		width: 76%;
		margin: 0 auto;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
	}

	#concept .concept-txt br{
		display: none;
	}

	#concept .about {
		width: 100%;
		position: inherit;
		top: inherit;
		right: inherit;
		z-index: 1;
		text-align: center;
	}

	.appearance {
		overflow: hidden;
		background-position: 90% 80%;
		color: #fff;
		text-align: center;
		overflow: inherit;
	}

	#concept .appearance {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cadeb+0,d3e7ef+100 */
		background: url(../img/top/appearance_small.png), #2cadeb; /* Old browsers */
		background: url(../img/top/appearance_small.png), -moz-linear-gradient(top, #2cadeb 0%, #d3e7ef 100%); /* FF3.6-15 */
		background: url(../img/top/appearance_small.png), -webkit-linear-gradient(top, #2cadeb 0%,#d3e7ef 100%); /* Chrome10-25,Safari5.1-6 */
		background: url(../img/top/appearance_small.png), linear-gradient(to bottom, #2cadeb 0%,#d3e7ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cadeb', endColorstr='#d3e7ef',GradientType=0 ); /* IE6-9 */
		background-repeat: no-repeat;
		display: flex;
		justify-content:center;
		align-items:center;
	}

	#concept .appearance {
		background-position: -20% 400%;
	}
	
	#concept .appearance {
		width: 100%;
		height: 300px;
		border-radius:0;
	}

	#concept .appearance-wrap {
		margin-top: -90px
	}

	.appearance p {
		font-size: 1.5rem;
	}

	.appearance p span {
		font-size: 80%;
	}

	.about-description {
		display: flex;
		text-align: center;
	}
	
	#concept .about-description {
		justify-content: center ;
	}
	
	.about-description li a{
		width: 74px;
		height: 74px;
		border-radius: 74px;
		overflow: hidden;
		margin: 4px;
		line-height: 1.3;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.about-description li:first-child a{
		background: #A56F5A;
	}
	
	.about-description li:nth-child(2) a{
		background: #4E5065;
	}
	
	.about-description li:last-child a{
		background: #B69F17;
	}
	
	#concept .btn {
		margin-top: -100px;
		position: relative;
		z-index: 2;
	}
	
	#concept .btn span {
		font-size: 80%;
	}
	}

@media screen and (max-width: 767px) {
	.news {
		position: inherit;
		top: inherit;
		border-radius: 0;
		font-size: 1.1rem;
		display: inline-block;
	}

	.news dl dt,
	.news dl dd{
		display: block;
		color: #fff;
	}

	.news dl dt {
		background: none;
		padding: 6px 10px 6px 20px;
		
	}

	.news dl dd {
		background: #4D4648;
		padding: 6px 70px 6px 12px;
		border-radius: 30px;
	}

	.news dl dd i{
		right: 10px;
	}

	.news dl dd a {
		color: #fff;
	}

	.news dl dd span {
		font-size: 80%;
		padding-left: 2rem;
		right: 24px;
	}

	.appearance p {
		font-size: 1.3rem;
		
	}


}

@media screen and (max-width: 420px) {

	#concept .box {
		padding-top: 30px;
	}

	#concept .concept-txt {
		font-size: 1.3rem;
		width: 84%;
	}

}

/* movie */
#movie {
	position: relative;
	overflow: hidden;
}

#movie .inner{
	overflow: inherit;
}

#movie .movie_inner{
	width: 110%;
	margin-left: -5%;
}

#movie .article-list {
	transform: scale(0.91)
}

@media screen and (max-width: 767px) {
	#movie .movie_inner{
		width: 100%;
		margin-left: 0%;
	}

	#movie .article-list {
		transform: scale(1)
	}
}

/* exhibition */
#exhibition {
	position: relative;
	overflow: hidden;
}

#exhibition .inner {
	overflow: visible;
}

#exhibition .inner:before {
	content: " ";
	background: url(../img/common/logo-bg.svg) no-repeat;
	position: absolute;
	right: -253px;
	bottom: -200px;
	background-size:contain;
	width: 628px;
	height: 535px;
	z-index: -1;
}

#exhibition .side-ttl {
	right: inherit;
	left: 1%;
	top: 30px;
}

#exhibition .btn-pattern03 {
	position: absolute;
	right: -120px;
	top: 65%;
	font-weight: bold;
}

#exhibition .btn-pattern03 a {
	color: inherit;
}

#exhibition .btn-pattern03 .arrow {
	display: block;
	position:absolute;
	top: -20px;
	left: 50%;
	margin-left: -55px;
}

#exhibition .btn-pattern03 .arrow::before {
	left: 0px;
	width: 110px;
	height: 2px;
	background: #333;
}

#exhibition .btn-pattern03 .arrow::after {
	left: 50px;
	width: 50px;
	height: 52px;
	border-top: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#exhibition .btn-pattern03 a:hover .arrow {
	display: block;
	position:absolute;
	top: -20px;
	left: 50%;
	margin-left: -50px;
}

@media screen and (max-width: 1200px) {
	#exhibition .btn-pattern03 {
		position: absolute;
		right: 20%;
		top: 25%;
		font-weight: bold;
	}

}

@media screen and (max-width: 800px) {
	#exhibition .inner:before {
		content: normal;
	}

	.pick_up {
		margin-bottom: 8rem;
	}
}

@media screen and (max-width: 767px) {
	#exhibition .btn-pattern03 {
		display: none;
	}
}

/* event */
#event {
	padding-top: 60px;
	padding-bottom: 100px;
	background: #fff;
	box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.1);
	overflow:hidden;
}

#event .inner {
	display: flex;
	overflow: inherit;
	justify-content: center;
}

#event .article-relation {
	width: 100%;
	margin-bottom: 0
}

#event .article-list > li {
	width: calc(100% / 3 - 40px);
	margin-right: 40px;
	margin-bottom: 20px;
	font-size: 1.2rem;
}

#event .article-list > li:nth-child(3n) {
	margin-right: 0;
}

#event .article-list > li:nth-child(3n) {
	margin-right: 40px;
}

#event .btn {
	margin: 10px auto 0;
}

#facebook {
	width: calc(40% / 1 - 40px);
	margin: 10px 0 0 40px;
}

@media screen and (max-width: 1200px) {
	#event .side-ttl {
		transform:skew(0deg, -2deg);
		margin-top: 6rem;
	}

}

@media screen and (max-width: 800px) {

	#event {
		padding-top: 60px;
		padding-bottom: 6rem;
		background: #fff;
		box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.1);
	}
	
	#event .inner {
		display: block;
	}
	
	#event .article-relation {
		width: 100%;
		margin-bottom: 0
	}
	
	#facebook {
	width: calc(100% - 40px);
		margin: 40px 20px;
		text-align: center;
	}
	
	#event .article-list {
		margin: 10px -20px 0 0;
	}

	#event .article-list > li {
		width: calc(100% / 2 - 20px);
		margin-right: 20px;
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
	
	#event .article-list > li:nth-child(2n) {
		margin-right: 0;
	}
	
	#event .article-list > li:nth-child(3n),
	#event .article-list > li:nth-child(4n) {
		display: none;
	}

}

@media screen and (max-width: 420px) {
	#event .article-list {
		margin: 10px 0 0 0;
	}

	#event .article-list > li {
		width:100%;
		margin-right: 0px;
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
	
	#event .article-list > li:nth-child(2n) {
		display: none;
	}
	
}


/* cafe */
#cafe {
	background: url(../img/common/cafe-bg.svg) repeat center top;
	margin-top: -130px;
	padding: 100px 0 200px;
}

.cafe-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
}

.yokamon-cafe {
	width: 60%;
	background: #fff;
	padding-top: 40px;
	position: relative;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	overflow:hidden;
}

.yokamon-cafe h3 {
	width: 38%;
	max-width: 300px;
	position: absolute ;
	left: 10%;
	top: 10%;
}

.yokamon-cafe h3 img {
	width: 100%;
}

.yokamon-cafe > ul {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}

.yokamon-cafe > ul li {
	width: calc(100% / 3 - 8px);
	margin-right: 8px;
}

.yokamon-cafe > ul li:last-child {
	margin-right: 0;
}

.yokamon-cafe > ul li {
	width: calc(100% / 3 - 8px);
	margin-right: 8px;
}

.yokamon-cafe > ul li figure div{
	width: 100%;
	padding-top: 80%;
	overflow: hidden;
	position: relative;
}

.yokamon-cafe > ul li img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.business-hours {
	text-align: right;
	width: 45%;
	margin: 0 0 0 auto
}

.business-hours ul {
	font-size: 2.4rem;
	background: #C69C6D;
	color: #fff;
	text-align: left;
	margin-bottom: 40px;
	padding: 20px 30px;
}

.yokamon-cafe .txt{
	text-align: left;
	margin-bottom: 40px;
	font-size: 1.7rem;
}

#instagram {
	width: 40%;
	padding: 0 20px;
}

#instagram p.insta-ttl {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

#instagram p.insta-ttl:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid black;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom:-12px;
}

#instagram p.insta-ttl > span {
	background: #000;
	position: relative;
	display: inline-block;
	padding: 10px 80px;
	color: #fff;
	width: 100%;
	max-width: 360px;
}

#instagram .ornament{
	position: absolute;
	top:-30px;
	color: #000;
	left: 50%;
	margin-left: -6.5em;
}

#instagram #instagram-content {
	background: #fff;
	max-width: 400px;
	max-height: calc(100% - 86px);
	margin: 0 auto;
	border-radius:4px;
	padding: 8px 8px 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#instagram #instagram-content figure{
	position: relative;
	overflow: hidden;
}

#instagram #instagram-content figure:before{
	content: " ";
	display: block;
	padding-top: 100%;
}

#instagram #instagram-content figure div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0%;
}

#instagram #instagram-content figure div img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2);
	transition: transform .2s linear;
	max-width: none;
	max-height: 120%;
	max-width: 120%;
}

#instagram #instagram-content p {
	max-height: 230px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding-top: 10px;
}

#instagram #instagram-content .fab:before {
	font-size: 4rem;
	display: block;
	line-height:1;
	margin-bottom: 4px;
}

#cafe .side-ttl {
	right: inherit;
	left: 1%;
	top: -363px;
}

@media screen and (max-width: 1440px) {
	#cafe {
		background-size: 18vw;
	}
}

@media screen and (max-width: 1200px) {
	#cafe .side-ttl {
		margin-top: 6rem;
	}
}

@media screen and (max-width: 1080px) {
	.business-hours ul {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	
	.yokamon-cafe .txt{
		font-size: 1.5rem;
	}

	#instagram #instagram-content p {
		max-height: 120px;
	}

}

@media screen and (max-width: 800px) {

	#cafe {
		margin-top: -130px;
		padding: 140px 0 200px;
	}
	
	.cafe-wrap {
		display: block;
	}
	
	.yokamon-cafe {
		width: 96%;
		background: #fff;
		padding: 40px 0 1px;
		position: relative;
		margin: 0 auto;
	}
	
	.yokamon-cafe h3 {
		width: 38%;
		max-width: 200px;
		position: absolute ;
		left: 10%;
		top: 10%;
	}
	
	.yokamon-cafe h3 img {
		width: 100%;
	}
	
	.yokamon-cafe > ul {
		display: flex;
		margin-left: -8px;
		margin-right: -8px;
	}
	
	.yokamon-cafe > ul li {
		width: calc(100% / 3 - 8px);
		margin-right: 8px;
	}
	
	.yokamon-cafe > ul li:last-child {
		margin-right: 0;
	}
	
	.yokamon-cafe > ul li {
		width: calc(100% / 3 - 8px);
		margin-right: 8px;
	}
	
	.yokamon-cafe > ul li figure div{
		width: 100%;
		padding-top: 80%;
		overflow: hidden;
		position: relative;
	}
	
	.yokamon-cafe > ul li img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;}
	
	.business-hours {
		text-align: right;
		width: 45%;
		margin: 0 0 0 auto
	}
	
	.business-hours ul {
		font-size: 1.3rem;
		background: #C69C6D;
		color: #fff;
		text-align: left;
		margin-bottom: 12px;
		padding: 20px 30px;
	}
	
	.yokamon-cafe .txt{
		text-align: left;
		margin-bottom: 40px;
		font-size: 1.1rem;
	}
	
	#instagram {
		width: 100%;
		margin-top: 100px;
	}
	
	#instagram p.insta-ttl {
		text-align: center;
		margin-bottom: 20px;
	}
	
	#instagram p.insta-ttl > span {
		background: #000;
		position: relative;
		display: inline-block;
		padding: 10px 40px;
		color: #fff;
	}
	
	#instagram .ornament{
		position: absolute;
		top:-30px;
		color: #000;
	}
	
	#instagram #instagram-content {
		background: #fff;
		width: 80%;
		margin: 0 auto
	}

}

@media screen and (max-width: 420px) {
	.yokamon-cafe {
		background: #fff;
		padding: 40% 0 10px;
		position: relative;
	}

	.yokamon-cafe h3 {
		width: 40%;
		max-width: 200px;
		position: absolute ;
		left: 50%;
		top: 6%;
		margin-left: -20%;
	}

	.business-hours {
		text-align: left;
		width: 90%;
		margin: 0 auto
	}

	.business-hours ul {
		font-size: 1.1rem;
		background: #C69C6D;
		color: #fff;
		text-align: left;
		margin-bottom: 12px;
		padding: 6px 12px;
	}
	
	.yokamon-cafe .txt br {
		display: none;
	}

	#instagram .ornament{
		top:-22px;
	}

	#instagram #instagram-content p {
		max-height: 100px;
	}


}


/* bnr */

#bnr {
	margin-top: -200px;
	padding: 100px 0;
	background: #fff;
}

#bnr .inner{
	padding: 0;
	max-width: 1200px;
}

#bnr ul {
}

#bnr ul li {
	margin: 0 8px 40px;
}

#bnr ul li img {
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 800px) {

#bnr ul li {
	margin: 0 10px 40px;
}

}

@media screen and (max-width: 420px) {
}



/* space */
#space {
	position: relative;
	background: #312D2E;
	background-repeat: no-repeat;
	margin-bottom: -50px;
	padding: 100px 0 60px;
	color: #fff;
	overflow: hidden;
}

#space:before {
	content: " ";
	background: url(../img/common/space-bg.png) no-repeat;
  display: inline-block;/*忘れずに！*/
  width: 206px;/*画像の幅*/
  height: 566px;/*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	left: 0;
	top: 200px
}

#space:after {
	content: " ";
	background: url(../img/common/logo-bg.svg) no-repeat;
	position: absolute;
	right: 240px;
	bottom: -120px;
	background-size:contain;
	max-width: 628px;
	width: 60vw;
	max-height: 535px;
	height: 100%;
	z-index: -1;
	opacity:0.1;
}

#space h2 {
	color: #fff;
	margin-bottom: 4rem;
	position: relative;
	z-index:2;
}

#space .about-description {
	margin-bottom: 2rem;
}

#space .about-description li a {
	width: 90px;
	height: 90px;
	border-radius: 90px;
	margin: 0 4rem 0 0;
	font-size: 1.6rem;
}

#space .about-description li:last-child a{
	margin: 0;
}

#space .txt {
	max-width: 42%;
	margin-bottom: 3rem;
}

#space .txt dt {
	font-size: 1.7rem;
	margin-bottom: 0.6rem;
	font-weight: bold;
}

#space .txt dd {
	font-size: 1.4rem;
	font-weight: 100;
}

#space .detal li {
	margin-bottom: 12px;
}

#space .detal dt {
	display: table-cell;
	background: #4D4648;
	padding: 4px 12px;
}

#space .detal dd {
	display: table-cell;
	padding: 4px 12px;
}

#space .btn {
	width: auto;
	display: inline-block;
	margin: 20px auto 20px 0;
	text-align: left;
	font-size: 2.2rem;
}

#space .btn a {
	background: #fff;
	color: #312D2E;
	padding: 14px 40px 14px 22px;
	border:#312D2E solid 2px;
}

#space .btn a:hover {
	background: #312D2E;
	color: #fff;
	padding: 14px 40px 14px 22px;
	border:#fff solid 2px;
}

#space .btn a:after {
	margin-top: -1.6rem;
}

#space .btn span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}

#space .btn span:first-child {
	font-size: 60%;
	padding-right: 1rem;
}

#space .arrow::before{
	background: #312D2E;
}

#space .arrow::after{
	border-top: 1px solid #312D2E;
}

#space .btn:hover .arrow::before{
	background: #fff;
}

#space .btn:hover .arrow::after{
	border-top: 1px solid #fff;
}

#space .appearance {
	width: 56%;
	max-width: 700px;
	min-height: 500px;
	position: absolute;
	right: 0;
	top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cadeb+0,d3e7ef+100 */
	background: url(../img/top/appearance_large.png), #2cadeb; /* Old browsers */
	background: url(../img/top/appearance_large.png), -moz-linear-gradient(top, #2cadeb 0%, #d3e7ef 100%); /* FF3.6-15 */
	background: url(../img/top/appearance_large.png), -webkit-linear-gradient(top, #2cadeb 0%,#d3e7ef 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/top/appearance_large.png), linear-gradient(to bottom, #2cadeb 0%,#d3e7ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cadeb', endColorstr='#d3e7ef',GradientType=0 ); /* IE6-9 */
	background-position: left top;
	background-repeat: no-repeat;
	background-size:cover;
}

#space .appearance:before {
	content: "";
	display: block;
	padding-top: 75%;
}

#space .appearance:after {
	content: " ";
	width: 120%;
	height: 180px;
	background: #312D2E;
	display: block;
	position: absolute;
	top: -90px;
	left: -5%;
	transform: skew(0deg, -4deg);
}

#space .appearance-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: skew(0deg, -2deg);
	z-index: 1;
}

#space .appearance p {
	background: url(../img/top/top-floor.png) no-repeat center 60%, #403C3D;
	width: 276px;
	height: 276px;
	border-radius:276px;
	padding: 30px;
	position: absolute;
	top: -140px;
	right: 18%;
	z-index: 1;
}

.decoration:before {
	content: "●";
	font-size: 12px;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -96px;
	left: 50%;
	margin-left: -140px;
	border-radius :32px;
	border: 1px solid #4D4648;
	line-height: 32px;
	border: 1px solid #4D4648;
	color: #4D4648;
}

.decoration:after {
	content: " ";
	width: 200px;
	border: 2px solid #4D4648;
	padding: 0 100px;
	display: block;
	transform:skew(0deg, -35deg);
	position: absolute;
	top: 50%;
	margin-top: -152px;
	left: 50%;
	margin-left: -125px;
}


@media screen and (max-width: 1080px) {

	#space:before {
		content: normal;
	}

	.decoration:before {
		margin-left: -100px;
	}
	
	.decoration:after {
		margin-left: -85px;
	}
}

@media screen and (max-width: 800px) {
	
	#space {
		position: relative;
		background: #312D2E;
		background-repeat: no-repeat;
		margin-bottom: -40px;
		padding: 60px 0 30px;
		color: #fff;
	}

	#space:after {
		content: normal;
	}

	#space .about-description li a{
		width: 90px;
		height: 90px;
		border-radius: 90px;
		margin: 0 4rem 0 0;
		font-size: 1.3rem;
	}

	#space .about-description {
		justify-content: center;
	}
	
	#space .txt {
		max-width: inherit;
		width: 90%;
		margin: 0 auto;
		margin-bottom:10px;
	}
	
	#space .txt dt {
		font-size: 1.4rem;
		margin-bottom: 0.6rem;
		font-weight: bold;
	}
	
	#space .txt dd {
		font-size: 1.3rem;
		font-weight: 100;
	}

	#space .btn {
		width: auto;
		display: inline-block;
		margin: 10px auto 10px 0;
		text-align: left;
		font-size: 1.3rem;
	}
	
	#space .btn a {
		background: #fff;
		color: #312D2E;
		padding: 14px 40px 14px 22px;
	}

	#space .btn a:after {
		margin-top: -1rem;
	}

	#space .detal {
		width: 80%;
		margin: 0 auto;
	}
	
	#space .appearance {
		display: none;
	}

	#space .inner {
		text-align: center;
	}

}

@media screen and (max-width: 420px) {
	#space .about-description li a{
		width: 60px;
		height: 60px;
		border-radius: 60px;
		margin: 0 1.6rem 0 0;
		font-size: 1.1rem;
	}

	#space .txt {
		width: 94%;
	}
	
	#space .txt dt {
		font-size: 1.2rem;
		margin-bottom: 0.6rem;
		font-weight: bold;
	}
	
	#space .txt dd {
		font-size: 1.1rem;
		font-weight: 100;
	}

	#space .btn {
		width: auto;
		display: inline-block;
		margin: 8px auto 8px 0;
		text-align: left;
		font-size: 1.2rem;
	}
	
	#space .btn a {
		background: #fff;
		color: #312D2E;
		padding: 12px 40px 12px 22px;
	}

	#space .btn a:after {
		margin-top: -0.9rem;
	}
}




.yokamon-loading {
  background: #e60012;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.loading-animation .yokamon-loading {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: -webkit-transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, -webkit-transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
}

.top-animation .yokamon-loading {
  background: #fff;
}

.top-animation .yokamon-loading::before {
  background: #4E71AB;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.loading-animation .top-animation .yokamon-loading {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.loading-animation .yokamon-loading-logo {
	display: block;
}

.loading-animation .top-animation .yokamon-loading::before {
  top: 0%;
  -webkit-transition: top 600ms cubic-bezier(0.360, 0.100, 0.160, 1.000) 100ms;
  transition: top 600ms cubic-bezier(0.360, 0.100, 0.160, 1.000) 100ms;
}

.yokamon-loading-logo {
  background: url(../img/common/logo_sp.svg) no-repeat center center;
  background-size: 100px auto;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

@media screen and (max-width: 420px) {
	.yokamon-loading-logo {
		background: url(../img/common/logo_sp.svg) no-repeat center center;
		background-size: 50px auto;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1000;
	}
}

.yokamon-loading-logo {
-moz-animation-name: anime1;
-moz-animation-duration: 1.7s;
-moz-animation-timing-function: ease;

-webkit-animation-name: anime1;
-webkit-animation-duration: 1.7s;
-webkit-animation-timing-function: ease;

-o-animation-name: anime1;
-o-animation-duration: 1.7s;
-o-animation-timing-function: ease;

-ms-animation-name: anime1;
-ms-animation-duration: 1.7s;
-ms-animation-timing-function: ease;
display: none;
}

@media screen and (max-width: 1080px) {
.yokamon-loading-logo {
-moz-animation-name: anime1;
-moz-animation-duration: 1.2s;
-moz-animation-timing-function: ease;

-webkit-animation-name: anime1;
-webkit-animation-duration: 1.2s;
-webkit-animation-timing-function: ease;

-o-animation-name: anime1;
-o-animation-duration: 1.2s;
-o-animation-timing-function: ease;

-ms-animation-name: anime1;
-ms-animation-duration: 1.2s;
-ms-animation-timing-function: ease;
display: none;
}
}



@-moz-keyframes anime1 {
0% { opacity:1;}
100% { opacity:1;}
}

@-webkit-keyframes anime1 {
0% { opacity:1;}
100% { opacity:1;}
}

@-o-keyframes anime1 {
0% { opacity:1;}
100% { opacity:1;}
}

@-ms-keyframes anime1 {
0% { opacity:1;}
100% { opacity:1;}
}

.loading-animation .yokamon-loading-logo.hidden {
	display: none;
}


