/*
header {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	box-sizing: border-box;
	padding: 4rem 0;
}
header .wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 1343px;
	width: 70%;
}

header .wrapper .logo {
	width: 16.9%;
}
header .wrapper .menubox {
	width: 80%;
}
header .wrapper  .menubox h1 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: .9;
	margin-bottom: 2rem;
}
header .wrapper  .menubox h1 span {
	font-size: .8rem;
	color: #585858;
}
header .wrapper  .menubox nav {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

header .wrapper  .menubox nav a {
	color: #000000;
	text-decoration: none;
}
header .wrapper  .menubox nav a:hover {
	text-decoration: underline;
}

#mainimage {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 6rem;
}

#mainimage .image {
	width: 82%;
}
#mainimage h2 {
	position: absolute;
	top: -2.5rem;
	z-index: 2;
	left: 14%;
	font-size: 1.9rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.7;
	font-weight: lighter;
}
*/
#main {
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0;
	left: 0;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6rem;
}

#main h1 {
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	opacity: 0;
	z-index: 2;
}
#main h2 {
	opacity: 0;
	z-index: 2;
}
#main video {
	position: absolute; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background-size: cover;
}

#main .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-color: rgba(0,0,0,0.4);
}



#intro {
	width: 90.9%;
	margin: 0 auto 8rem;
}
#intro h1 {
	text-align: center;
	font-weight: lighter;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}
#intro p {
	text-align: center;
	line-height: 2;
	font-weight: lighter;
	margin-bottom: 3rem;
}
#intro a.button {
	margin: 0 auto;
}


.topcont {
	position: relative;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	padding-bottom: 4rem;
	margin-bottom: 12rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#dishes {
	justify-content: flex-end;
}
.topcont .l-image {
	width: 72.3%;
	margin-bottom: 1rem;
}
.topcont .s-image {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.topcont .s-image p {
	width: 22%;
}
.topcont .wrapper {
	width: 472px;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 4rem 3rem;
	text-align: center;
	position: absolute;
	top: 3rem;
	left: 59%;
}
.topcont .wrapper h1 {
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #000;
	margin: 0 auto 2rem;
	padding: 0 2rem 1rem;
	font-size: 1.6rem;
	font-weight: lighter;
	box-sizing: border-box;
}
.topcont .wrapper h1 span {
	font-size: 1rem;
}

.topcont .wrapper p {
	line-height: 1.8;
	margin-bottom: 2rem;
	font-size: .9rem;
}
.topcont .wrapper a {
	margin: 0 auto;
}

#dishes .wrapper {
	right: 60%;
	left: auto;

}

#activity {
	width: 100%;
	background: url(../images/home/activity.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	height: 720px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
#activity h1 {
	font-size: 1.6rem;
	font-weight: lighter;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 0 2rem 1rem;
	margin-bottom: 2rem;
}
#activity h1 span {
	font-size: 1rem;
}


#activity p {
	position: absolute;
	top: -2.5rem;
	z-index: 2;
	left: 14%;
	font-size: 1.6rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.7;
	font-weight: lighter;
}

#news {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding:  6rem 0;
}
#news h2 {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-weight: 300;
}
#news #wrapNews {
	border-top: 1px solid #999;
}
#news #wrapNews li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 1.5rem 0;
	border-bottom: 1px solid #999;
	
}
#news #wrapNews li p.date {
	width: 140px;
	font-size: 0.9rem;
}
#news #wrapNews li h3 {
	font-weight: 400;
	text-align: left;
	width: 820px;
	line-height: 1.5;
}
#news #wrapNews li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(255,252,245,0);
	transition: .2s;
	border: #fff;
}
#news #wrapNews li a:hover {
	background-color: rgba(255,255,255,0.4);
}

#news  a.button {
	margin: 2rem auto;
}



/*　レスポンシブ　*/

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

header {
	display: none;
}
#main {
	height: 50vh;
}
#mainimage {
	display: none;
}
#mobmain {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 5rem;
}
#mobmain h2 {
	position: absolute;
	top: -1.5rem;
	z-index: 2;
	left: 3%;
	font-size: 1.4rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.7;
	font-weight: lighter;
	
}


#intro {
	text-align: left;
}
#intro h1 {
	font-size: 1.2rem;
	line-height: 1.6;
}
#intro p {
	text-align: left;
}

.topcont .wrapper {
	width: 90.9%;
	left: auto;
	position: relative;
	top: auto;
	padding: 0;
	margin: 0 auto 2rem;
}
.topcont .l-image {
	width: 95%;
	margin: 0 auto 1rem;
}
.topcont .s-image {
	width: 95%;
	margin: 0 auto;
}
.topcont .s-image p.image {
	width: 49%;
	margin-bottom: .5rem;
}
#dishes .wrapper {
	right: auto;
}

#activity {
	height: 420px;
	background-position: 80% center;
}
#activity p {
	left: 5%;
	font-size: 1.3rem;
}
#news #wrapNews li p.date {
	margin-bottom: 0.5rem;
}
}
