@charset "utf-8";



@media(max-width:1024px){

.pc {
	display: none;
}

.tab {
	display: block;
}


/*----------------------------------------------------
	side
----------------------------------------------------*/

aside {
	z-index: 50;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: white;
}

aside .leftLogo {
	position: absolute;
	top: 20px;
	left: 20px;
	margin-left: 0;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 40px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #76101F;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 18px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(18px) rotate(-45deg);
	transform: translateY(18px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-18px) rotate(45deg);
	transform: translateY(-18px) rotate(45deg);
}

aside nav {
	position: absolute;
	top: 80px;
	width: 100%;
	height: calc(100vh - 80px);
	margin-top: 0;
	padding-bottom: 20px;
	background-color: white;
}

aside nav ul {
}

aside nav ul li {
	margin-top: 20px;
}

aside nav ul li img {
	width: 90px;
	margin-bottom: -10px;
}

aside nav ul li a {
	font-size: 75%;
	text-decoration: none;
}



/*----------------------------------------------------
	contents
----------------------------------------------------*/

article {
}

.right {
	margin: 0 0 0 0;
}

.main {
}

video {
}

.mainLogo {
	top: 35vh;
}

.mainCatch {
	top: 30vh;
}

.main img,
.mainCatch img {
}

.mainScroll {
}

.content {
}

.content01 {
}

.content01 h2 {
}

.jigyoBoxOne {
	display: block;
	margin-bottom: 20px;
}

.title {
	display: block;
	text-align: center;
	width: 100%;
}

.jigyoBoxOne h3 {
	text-align: center;
}

.jigyoBoxOne h3 img {
	max-width: 140px;
}

.jigyoBoxOne p {
	display: block;
	width: 100%;
	margin-top: 15px;
	font-size: 12px;
	padding: 15px 0;
	line-height: 1.4em;
}

.content02Box {
	display: block;
	padding-top: 20px;
	padding-right: 0;
	text-align: left;
}

.content02Box p {
	display: block;
	width: auto;
	margin: 0 20px 0;
}

.content02Box div {
	display: block;
	width: auto;
	margin: 0 20px 0;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.content02Box div.pc {
	display: none;
}

.content02Box div img {
}

.content03Box {
	padding: 40px 35px 70px;
}

.content03MapOne h3 img {
	width: auto;
	height: 28px;
}

.content03MapOne iframe {
	height: 300px;
}

.content04 h2 {
	height: 70px;
	padding-top: 25px;
	text-align: center;
}

.content04 h2 img,
.content04 h2 img {
	width: auto;
	height: 20px;
}




/*----------------------------------------------------
	food
----------------------------------------------------*/

footer {
	position: relative;
	margin: 0 0 0 0;
	height: 80px;
	text-align: left;
	background-color: #F1F1F1;
}

.foodLogo {
	top: 15px;
}

.foodLogo img {
	width: auto;
	height: 40px;
}

.foodRight {
	bottom: 10px;
}

.foodRight small {
}

.foodRight p {
}

}


