@charset "utf-8";



/*----------------------------------------------------
	base
----------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	text-align: center;
	line-height: 1.8em;
	letter-spacing: 0em;
	background-color: #FFF;
	}

table {
	color: #666666;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	line-height: 1.8em;
	letter-spacing: 0em;
	}

a {
	color: #666666;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	}

a:hover {
	text-decoration: none;
	}

a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
 	}

a .nonHover:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
 	}

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	}

.clear {
	clear: both;
	}

.clear:after {
	content: url("../images/common/pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

.re {
	color: #F23038;
	}

.bi {
	font-size: 120%;
	}

.sma {
	font-size: 85%;
	}

.bo {
	font-weight: 800;
	}

.pc {
}

.tab {
	display: none;
}



/*----------------------------------------------------
	side
----------------------------------------------------*/

aside {
	box-sizing:border-box;
	z-index: 50;
	position: fixed;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	text-align: center;
	background-color: white;
	border-right: solid 1px #E5E5E5;
}

aside .leftLogo {
	position: absolute;
	top: 60px;
	width: 120px;
	margin-left: 65px;
}

aside .leftLogo img {
	width: 100%;
	height: auto;
}

aside nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -190px;
}

@media(min-width:1025px){

aside nav {
	display: block !important;
}

}

aside nav ul {
}

aside nav ul li {
	margin-top: 20px;
}

aside nav ul li img {
	width: 120px;
	height: auto;
	margin-bottom: -10px;
}

aside nav ul li a {
	display: block;
	font-size: 75%;
	text-decoration: none;
}

aside nav ul li a:hover {
	display: block;
	font-size: 75%;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}



/*----------------------------------------------------
	contents
----------------------------------------------------*/

article {
	width: 100%;
}

.right {
	margin: 0 0 0 250px;
}

.main {
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
}

video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(movie.jpg) no-repeat;
	background-size: cover;
	filter: alpha(opacity=15);
	-moz-opacity:0.15;
	opacity:0.15;
}

.mainLogo {
	z-index: 10;
	position: absolute;
	top: 30.612244898vh;
	left: 0;
	width: 54.6012269939%;
}

.mainCatch {
	z-index: 10;
	position: absolute;
	top: 25.5102040816vh;
	right: 50px;
	width: 44.1717791411%;
}

.main img,
.mainCatch img {
	width: 100%;
	height: auto;
}

.mainScroll {
	z-index: 10;
	position: absolute;
	bottom: 75px;
	left: 50%;
	margin-left: -47px;
}

.content {
	background-color: white;
}

.content01 {
}

.title {
	box-sizing:border-box;
	width: 100%;
	height: 130px;
	padding-top: 45px;
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-ms-background-size: auto 100%;
}

.content01 h2 {
	background-image: url("../images/content01_title_back.png");
}

.jigyo1stText {
	margin: 50px 40px 0;
	font-size: 15px;
}

.jigyoBox {
	margin: 70px 6% 0;
	background-image: url("../images/conte01_back.png");
	background-repeat: no-repeat;
	background-position: right 0 bottom 50px;
}

.jigyoBoxOne {
	box-sizing:border-box;
	float: left;
	width: 48%;
	padding: 25px;
	background-color: white;
	box-shadow:0px 0px 12px 4px #eeeeee;
	text-align: left;
}

.jigyoBoxOne02 {
	margin-left: 4%;
}

.jigyoBoxOne {
	display: table;
	margin-bottom: 40px;
}

.jigyoBoxOne h3 {
	display: table-cell;
	vertical-align: middle;
	width: 38%;
}

.jigyoBoxOne h3 img {
	width: 90%;
	max-width: 190px;
	height: auto;
}

.jigyoBoxOne p {
	display: table-cell;
	vertical-align: middle;
	width: 62%;
	font-size: 14px;
	border-top: dotted 1px #76101F;
	border-bottom: dotted 1px #76101F;
}

.content02 h2 {
	margin-top: 60px;
	padding-top: 45px;
	background-image: url("../images/content02_title_back.png");
}

.content02Box {
	display: table;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	text-align: center;
	background-image: url("../images/content02_back.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.content02Box p {
	display: table-cell;
	width: 50%;
	margin: 0 auto 0 0;
	color: white;
	font-size: 18px;
	line-height: 2.2em;
	vertical-align: middle;
	text-align: left;
}

.content02Box div {
	box-sizing:border-box;
	display: table-cell;
	width: 50%;
	padding-right: 4.5%;
	padding-left: 4.5%;
	text-align: left;
	vertical-align: middle;
}

.content02Box div.tab {
	padding-right: 0;
	padding-left: 0;
}

.content02Box div img {
	width: 100%;
	max-width: 734px;
}

.content03 {
	padding-bottom: 100px;
	background-color: #F1F1F1;
	background-image: url("../images/content03_back.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
}

.content03 h2 {
	padding-top: 45px;
	background-image: url("../images/content03_title_back.png");
}

.content03Box {
	box-sizing:border-box;
	margin: 50px 4% 0;
	padding: 40px 70px 70px;
	background-image: url("../images/content03_back02.png");
	background-repeat: repeat;
	background-position: left top;
}

.content03Box ul {
	text-align: left;
	font-size: 16px;
}

.content03Box ul li {
	box-sizing:border-box;
	padding: 25px 8% 25px 8%;
	list-style-type: none;
	background-image: url("../images/content03_subtitle_back.png");
	background-repeat: repeat;
	background-position: left top;
}

.content03Box ul li:nth-child(2n) {
	background-image: none;
}

.content03Box ul li h3 {
	float: left;
	box-sizing:border-box;
	width: 30%;
	padding-left: 15px;
	line-height: 1.2em;
	border-left: solid 4px #76101F;
}

.content03Box ul li div {
	float: left;
	width: 70%;
}

.content03Map {
	margin: 65px 0 0;
	font-size: 16px;
	text-align: left;
}

.content03MapOne {
	float: left;
	width: 48%;
}

.content03MapOne:nth-child(2n) {
	margin-left: 4%;
}

.content03MapOne h3 {
}

.content03MapOne h3 img {
	max-width: 100%;
}

.content03MapOne p {
	margin-top: 10px;
}

.content03MapOne iframe {
	width: 100%;
	margin-top: 15px;
}

.content04 {
}

.content04Left {
	width: 50%;
	float: left;
}

.content04Right {
	width: 50%;
	float: left;
}

.content04 h2 {
	box-sizing:border-box;
	height: 100px;
	padding-top: 35px;
	text-align: center;
}

.content04Left,
.content04Right {
	padding: 0 0 50px;
	text-align: left;
	color: white;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.content04Left a,
.content04Right a {
	color: white;
}

.content04Left {
	background-color: black;
	background-image: url("../images/content04_back.png");
}

.content04Right {
	background-color: #76101F;
	background-image: url("../images/content05_back.png");
}

.content04Left h2 {
	background-color: #262626;
}

.content04Right h2 {
	background-color: #410911;
}

.content04LeftText01,
.content04RightText01 {
	margin: 50px 10% 0;
	word-break: break-all;
}

.content04LeftText02 {
	margin: 35px 10% 0;
	word-break: break-all;
}

.content04LeftText03 {
	margin: 20px 10% 0;
	word-break: break-all;
}

.content04RightSubtitle {
	margin: 30px 10% 0;
	padding: 12px 0 12px;
	text-align: center;
	font-size: 19px;
	font-weight: 800;
	background-image: url("../images/content05_subtitle_back.png");
	background-repeat: repeat;
	background-position: left top;
}

.content04RightText02 {
	margin: 15px 10% 0;
}









/*----------------------------------------------------
	food
----------------------------------------------------*/

footer {
	position: relative;
	margin: 0 0 0 250px;
	height: 130px;
	text-align: left;
	background-color: #F1F1F1;
}

.foodLogo {
	position: absolute;
	top: 22px;
	left: 5%;
}

.foodRight {
	position: absolute;
	bottom: 40px;
	right: 5%;
	text-align: right;
}

.foodRight small {
	color: #888888;
	font-size: 12px;
}

.foodRight p {
	cursor: pointer;
	font-size: 12px;
}

/*----------------------------------------------------
	pr2
----------------------------------------------------*/


#pr2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background: rgba(0,0,0,.9);
	color: #FFF;
	height: 100%;
	width: 100%;
	text-align: left;
	overflow-y: scroll;
}

#pr2 .container {
	padding: 5% 15%;
	position: relative;
}

#pr2 h2 {
	text-align: center;
	font-size: 20px;
	background: #76101F;
	margin:0px 0px 10px 0px;
	}
	#pr2 h2>span {
		display: block;
		color: #FFF;
		height: 100%;
		width: 100%;
	}
	
.close {
	position: absolute;
	right: 10%;
	top: 30px;
	}
	.close>a,.close>a>span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.close>a {
		position: relative;
		width: 32px;
		height: 32px;
		}
		.close>a>span {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 3px;
			background: #FFF;
			}
		
		.close>a span:nth-of-type(1) {
			-webkit-transform: translateY(7px) rotate(-45deg);
			transform: translateY(7px) rotate(-45deg);
		}
		.close>a span:nth-of-type(2) {
			-webkit-transform: translateY(7px) rotate(45deg);
			transform: translateY(7px) rotate(45deg);
		}


/*----------------------------------------------------
	pr
----------------------------------------------------*/


#pr {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background: rgba(0,0,0,.9);
	color: #FFF;
	height: 100%;
	width: 100%;
	text-align: left;
	overflow-y: scroll;
}

#pr .container {
	padding: 5% 15%;
	position: relative;
}

#pr h2 {
	text-align: center;
	font-size: 20px;
	background: #76101F;
	margin:0px 0px 10px 0px;
	}
	#pr h2>span {
		display: block;
		color: #FFF;
		height: 100%;
		width: 100%;
	}
	
.close {
	position: absolute;
	right: 10%;
	top: 30px;
	}
	.close>a,.close>a>span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.close>a {
		position: relative;
		width: 32px;
		height: 32px;
		}
		.close>a>span {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 3px;
			background: #FFF;
			}
		
		.close>a span:nth-of-type(1) {
			-webkit-transform: translateY(7px) rotate(-45deg);
			transform: translateY(7px) rotate(-45deg);
		}
		.close>a span:nth-of-type(2) {
			-webkit-transform: translateY(7px) rotate(45deg);
			transform: translateY(7px) rotate(45deg);
		}


/*----------------------------------------------------
	privacy
----------------------------------------------------*/


#pp {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background: rgba(0,0,0,.9);
	color: #fff;
	height: 100%;
	width: 100%;
	text-align: left;
	overflow-y: scroll;
}

#pp .container {
	padding: 5% 15%;
	position: relative;
}

#pp h2 {
	text-align: center;
	}
	#pp h2>span {
		display: block;
		color: #ccc;
		margin-top: .5em;
		padding: 0;
	}
	
.close {
	position: absolute;
	right: 10%;
	top: 30px;
	}
	.close>a,.close>a>span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.close>a {
		position: relative;
		width: 32px;
		height: 32px;
		}
		.close>a>span {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 3px;
			background: #fff;
			}
		
		.close>a span:nth-of-type(1) {
			-webkit-transform: translateY(7px) rotate(-45deg);
			transform: translateY(7px) rotate(-45deg);
		}
		.close>a span:nth-of-type(2) {
			-webkit-transform: translateY(7px) rotate(45deg);
			transform: translateY(7px) rotate(45deg);
		}


