@charset "utf-8";

@font-face {
	font-family: 'momomo';
	src: url('../font/TeX-Gyre-Adventor/texgyreadventor-regular.otf') format('opentype');
}
@font-face {
	font-family: 'texgyreadventor bold';
	src: url('../font/TeX-Gyre-Adventor/texgyreadventor-bold.otf') format('opentype');
}

/* --------------------------------------------------

  harenogarden.com
  
  release: 2020/04/24

  -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "Century Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.4rem;
	text-align: left;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: top;
}
li {
	list-style: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
.sp_only {
	display: none;
}

@media screen and (max-width:768px) {
	body {
		font-size: 1.6rem;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}

/* --------------------------------------------------

  イラスト

  -------------------------------------------------- */

.ilst { position: absolute; display: block; z-index: 100; transition: all .3s ease-out; }
.ilst.left { left: 50%; }
.ilst.right { right: 50%; }
.ilst.rev { transform: scale(-1, 1); }

/* top */
#ilst01.home { top: 370px; margin-left: -600px; width: 80px; }
#ilst02.home { top: 480px; margin-left: -320px; width: 80px; }
#ilst03.home { top: 500px; margin-left: -480px; width: 20px; }
#ilst04.home { top: 590px; margin-left: -400px; width: 20px; }
#ilst05.home { top: 600px; margin-left: -640px; width: 60px; }
#ilst06.home { top: 690px; margin-left: -580px; width: 120px; }
#ilst07.home { top: 370px; margin-right: -580px; width: 80px; }
#ilst08.home { top: 480px; margin-right: -400px; width: 60px; }
#ilst09.home { top: 540px; margin-right: -280px; width: 60px; }
#ilst10.home { top: 620px; margin-right: -480px; width: 20px; }
#ilst11.home { top: 710px; margin-right: -560px; width: 120px; }
#ilst12.home { top: -10px; margin-left: -560px; width: 60px; }
#ilst13.home { top: 90px; margin-right: -560px; width: 60px; }
#ilst14.home { bottom: 220px; margin-left: -60px; width: 100px; }
#ilst15.home { bottom: 10px; margin-left: -600px; width: 80px; }
#ilst16.home { bottom: -10px; margin-left: -500px; width: 20px; }

/* shop */
#ilst01.shop { top: 180px; margin-right: -600px; width: 80px; }
#ilst02.shop { top: 300px; margin-left: -700px; width: 100px; }
#ilst03.shop { top: 680px; margin-right: -780px; width: 60px; }
#ilst04.shop { top: 800px; margin-right: -680px; width: 100px; }
#ilst05.shop { top: 1100px; margin-left: -640px; width: 60px; }
#ilst06.shop { top: 1180px; margin-left: -680px; width: 40px; }
#ilst07.shop { top: 1580px; margin-right: -680px; width: 120px; }
#ilst08.shop { top: 1800px; margin-left: -700px; width: 100px; }
#ilst09.shop { top: 2300px; margin-right: -700px; width: 120px; }
#ilst10.shop { top: 2400px; margin-right: -620px; width: 60px; }
#ilst11.shop { top: 2860px; margin-left: -720px; width: 160px; }
#ilst12.shop { bottom: 320px; margin-right: -640px; width: 80px; }

/* space */
#ilst01.space { top: 300px; margin-right: -700px; width: 80px; }
#ilst02.space { top: 420px; margin-right: -640px; width: 30px; }
#ilst03.space { top: 720px; margin-left: -660px; width: 50px; }
#ilst04.space { top: 780px; margin-left: -630px; width: 60px; }
#ilst05.space { top: 1000px; margin-left: -780px; width: 80px; }
#ilst06.space { bottom: 540px; margin-right: -680px; width: 80px; }
#ilst07.space { bottom: 420px; margin-right: -560px; width: 120px; }
#ilst08.space { bottom: 330px; margin-left: -600px; width: 120px; }

/* news > archive */
#ilst01.news-archive { top: 280px; margin-right: -500px; width: 80px; }
#ilst02.news-archive { top: 300px; margin-left: -620px; width: 80px; }
#ilst03.news-archive { top: 420px; margin-left: -530px; width: 30px; }
#ilst04.news-archive { top: 470px; margin-right: -590px; width: 40px; }
#ilst05.news-archive { top: 770px; margin-right: -590px; width: 60px; }
#ilst06.news-archive { top: 870px; margin-right: -650px; width: 120px; }
#ilst07.news-archive { top: 1000px; margin-left: -650px; width: 60px; }

/* news > post */
#ilst01.news-post { top: 260px; margin-left: -560px; width: 50px; }
#ilst02.news-post { top: 320px; margin-left: -680px; width: 120px; }
#ilst03.news-post { top: 280px; margin-right: -540px; width: 60px; }
#ilst04.news-post { top: 620px; margin-left: -700px; width: 70px; }
#ilst05.news-post { top: 720px; margin-left: -640px; width: 40px; }
#ilst06.news-post { top: 800px; margin-right: -600px; width: 80px; }
#ilst07.news-post { top: 1200px; margin-right: -640px; width: 120px; }
#ilst08.news-post { top: 1320px; margin-left: -680px; width: 80px; }
#ilst09.news-post { top: 1420px; margin-left: -600px; width: 30px; }
#ilst10.news-post { top: 1560px; margin-right: -660px; width: 80px; }

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

	/* top */
	#ilst01.home { top: calc(370px*0.6); margin-left: calc(-600px/3); width: calc(80px/2); }
	#ilst02.home { top: calc(480px*0.6); margin-left: calc(-320px/3); width: calc(80px/2); }
	#ilst03.home { top: calc(500px*0.6); margin-left: calc(-480px/3); width: calc(20px/2); }
	#ilst04.home { top: calc(590px*0.6); margin-left: calc(-400px/3); width: calc(20px/2); }
	#ilst05.home { top: calc(600px*0.6); margin-left: calc(-640px/3); width: calc(60px/2); }
	#ilst06.home { top: calc(690px*0.6); margin-left: calc(-580px/3); width: calc(120px/2); }
	#ilst07.home { top: calc(370px*0.6); margin-right: calc(-580px/3); width: calc(80px/2); }
	#ilst08.home { top: calc(480px*0.6); margin-right: calc(-400px/3); width: calc(60px/2); }
	#ilst09.home { top: calc(540px*0.6); margin-right: calc(-280px/3); width: calc(60px/2); }
	#ilst10.home { top: calc(620px*0.6); margin-right: calc(-480px/3); width: calc(20px/2); }
	#ilst11.home { top: calc(710px*0.6); margin-right: -50%; width: calc(120px/2); }
	#ilst12.home { top: calc(-10px*0.6); margin-left: -50%; width: calc(60px/2); }
	#ilst13.home { top: calc(90px*0.6); margin-right: -50%; width: calc(80px/2); }
	#ilst14.home { bottom: calc(220px*0.6); margin-left: -60%; width: calc(100px/2); }
	#ilst15.home { bottom: calc(10px*0.6); margin-left: -50%; width: calc(80px/2); }
	#ilst16.home { bottom: calc(-10px*0.6); margin-left: -30%; width: calc(20px/2); }

	/* shop */
	#ilst01.shop { top: calc(180px*0.6); margin-right: calc(-600px/3); width: calc(80px/2); }
	#ilst02.shop { top: calc(300px*0.6); margin-left: calc(-700px/3); width: calc(100px/2); }
	#ilst03.shop { top: calc(680px*0.6); margin-right: calc(-780px/3); width: calc(60px/2); }
	#ilst04.shop { top: calc(800px*0.6); margin-right: calc(-680px/3); width: calc(100px/2); }
	#ilst05.shop { top: calc(1100px*0.6); margin-left: calc(-640px/3); width: calc(60px/2); }
	#ilst06.shop { top: calc(1180px*0.6); margin-left: calc(-680px/3); width: calc(40px/2); }
	#ilst07.shop { top: calc(1580px*0.6); margin-right: calc(-680px/3); width: calc(120px/2); }
	#ilst08.shop { top: calc(1800px*0.6); margin-left: calc(-700px/3); width: calc(100px/2); }
	#ilst09.shop { top: calc(2300px*0.6); margin-right: calc(-700px/3); width: calc(120px/2); }
	#ilst10.shop { top: calc(2400px*0.6); margin-right: calc(-620px/3); width: calc(60px/2); }
	#ilst11.shop { top: calc(2860px*0.6); margin-left: calc(-720px/3); width: calc(160px/2); }
	#ilst12.shop { bottom: calc(320px*0.6); margin-right: calc(-640px/3); width: calc(80px/2); }

	/* space */
	#ilst01.space { top: calc(300px*0.6); margin-right: calc(-700px/3); width: calc(80px/2); }
	#ilst02.space { top: calc(420px*0.6); margin-right: calc(-640px/3); width: calc(30px/2); }
	#ilst03.space { top: calc(720px*0.6); margin-left: calc(-660px/3); width: calc(50px/2); }
	#ilst04.space { top: calc(780px*0.6); margin-left: calc(-630px/3); width: calc(60px/2); }
	#ilst05.space { top: calc(1000px*0.6); margin-left: calc(-780px/3); width: calc(80px/2); }
	#ilst06.space { bottom: calc(540px*0.6); margin-right: calc(-680px/3); width: calc(80px/2); }
	#ilst07.space { bottom: calc(420px*0.6); margin-right: calc(-560px/3); width: calc(120px/2); }
	#ilst08.space { bottom: calc(330px*0.6); margin-left: calc(-600px/3); width: calc(120px/2); }

	/* news > archive */
	#ilst01.news-archive { top: calc(280px*0.6); margin-right: -45%; width: calc(80px/2); }
	#ilst02.news-archive { top: calc(300px*0.6); margin-left: -50%; width: calc(80px/2); }
	#ilst03.news-archive { top: calc(420px*0.6); margin-left: -50%; width: calc(30px/2); }
	#ilst04.news-archive { top: calc(470px*0.6); margin-right: -50%; width: calc(40px/2); }
	#ilst05.news-archive { top: calc(770px*0.6); margin-right: -55%; width: calc(60px/2); }
	#ilst06.news-archive { top: calc(870px*0.6); margin-right: -55%; width: calc(120px/2); }
	#ilst07.news-archive { top: calc(1000px*0.6); margin-left: -55%; width: calc(60px/2); }

	/* news > post */
	#ilst01.news-post { top: calc(220px*0.6); margin-left: -45%; width: calc(50px/2); }
	#ilst02.news-post { top: calc(370px*0.6); margin-left: -55%; width: calc(120px/2); }
	#ilst03.news-post { top: calc(280px*0.6); margin-right: -45%; width: calc(60px/2); }
	#ilst04.news-post { top: calc(620px*0.6); margin-left: -55%; width: calc(70px/2); }
	#ilst05.news-post { top: calc(720px*0.6); margin-left: -55%; width: calc(40px/2); }
	#ilst06.news-post { top: calc(800px*0.6); margin-right: -55%; width: calc(80px/2); }
	#ilst07.news-post { top: calc(1200px*0.6); margin-right: -55%; width: calc(120px/2); }
	#ilst08.news-post { top: calc(1320px*0.6); margin-left: -55%; width: calc(80px/2); }
	#ilst09.news-post { top: calc(1420px*0.6); margin-left: -55%; width: calc(30px/2); }
	#ilst10.news-post { top: calc(1560px*0.6); margin-right: -55%; width: calc(80px/2); }
}

/* --------------------------------------------------

  Wrap

  -------------------------------------------------- */

#container {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
}

/* --------------------------------------------------

  Header

  -------------------------------------------------- */

body.home header {
	position: relative;
	width: 100%;
	height: 750px;
	overflow: hidden;
}
	body.others header {
		width: 100%;
		max-width: 1080px;
		height: 200px;
		margin: 0 auto;
		padding: 0 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
body.home header h1 {
	position: absolute;
	top: 400px;
	left: 50%;
	width: calc(337px / 2);
	margin-left: calc(-337px / 4);
	z-index: 100;
}
	body.others header h1 {
		width: calc(337px / 3);
	}

@media screen and (max-width:768px) {
	body.home header {
		height: 400px;
	}
		body.others header {
			height: 84px;
			display: block;
		}
	body.home header h1 {
		top: 260px;
		width: calc(337px / 3);
		margin-left: calc(-337px / 6);
	}
		body.others header h1 {
			position: absolute;
			top: 10px;
			left: 50%;
			width: calc(337px / 4);
			margin-left: calc(-337px / 8);
			z-index: 100;
		}
}

/* メニュー */

body.home header nav {
	width: auto;
	margin: 200px auto 0;
	padding: 0 40px;
	display: table;
}
header nav ul {
	width: 100%;
	display: flex;
}
	body.others header nav ul {
		padding-left: 40px;
	}
header nav ul li {
	margin-left: 60px;
	text-align: center;
}
	header nav ul li:first-child {
		margin-left: 0;
	}
header nav ul li a {
	position: relative;
	display: inline-block;
	color: #666;
	font-size: 1.2rem;
	letter-spacing: 2.0px;
}
header nav ul li a::before {
	padding-bottom: 10px;
	padding-left: 3px;
	display: block;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 3.0px;
	transition: all .3s ease-out;
}
header nav ul li:nth-of-type(1) a::before {
	content: 'HOME';
}
header nav ul li:nth-of-type(2) a::before {
	content: 'NEWS';
}
header nav ul li:nth-of-type(3) a::before {
	content: 'ABOUT';
}
header nav ul li:nth-of-type(4) a::before {
	content: 'SHOP INFO';
}
header nav ul li:nth-of-type(5) a::before {
	content: 'EVENT SPACE';
}
header nav ul li a:hover::before,
header nav ul li.current a::before {
	color: #d7de21;
}

@media screen and (max-width:768px) {
	body.others header nav ul {
		padding-left: 0;
	}
}

/* ポイント */

header nav ul li a i {
	position: absolute;
	top: calc(130% + 6px);
	transition: all .3s ease-out;
	opacity: 0;
}
header nav ul li a i:nth-of-type(1) {
	right: calc(50% + 10px); /* calc(50% + 4px); */
	transform: rotate(45deg);
}
header nav ul li a i:nth-of-type(2) {
	left: calc(50% + 7px); /* calc(50% + 1px); */
	transform: rotate(-45deg);
}
header nav ul li a i::before,
header nav ul li a i::after {
	position: absolute;
	width: 3px;
	height: 20px;
	border: 3px solid transparent;
	content: '';
	display: inline-block;
}
header nav ul li a i:nth-of-type(1)::before {
	top: -3px;
	left: 0;
	border-left: 3px solid #000;
}
header nav ul li a i:nth-of-type(1)::after {
	top: 0;
	left: -3px;
	border-right: 3px solid #000;
}
header nav ul li a i:nth-of-type(2)::before {
	top: 0;
	left: -3px;
	border-right: 3px solid #000;
}
header nav ul li a i:nth-of-type(2)::after {
	top: 3px;
	left: 0;
	border-left: 3px solid #000;
}
header nav ul li a:hover i,
header nav ul li.current a i {
	top: calc(130%);
	opacity: 1;
}
header nav ul li a:hover i:nth-of-type(1),
header nav ul li.current a i:nth-of-type(1) {
	right: calc(50% + 4px);
}
header nav ul li a:hover i:nth-of-type(2),
header nav ul li.current a i:nth-of-type(2) {
	left: calc(50% + 1px);
}

@media screen and (max-width:768px) {
	body.others header {
		padding: 0;
	}
	body.home header nav {
		margin: 0;
		display: block;
	}
	header nav ul {
		display: block;
	}
	header nav ul li {
		margin-left: 0;
	}
	header nav ul li a {
		position: static;
		display: inline;
		font-size: 2.0rem;
		letter-spacing: normal;
	}
	header nav ul li a::before {
		display: none;
	}
	header nav ul li a i::before,
	header nav ul li a i::after {
		display: none;
	}
}

/* --------------------------------------------------

  Header > Slider

  -------------------------------------------------- */

#sc_wrap {
	position: relative;
	padding-bottom: 10px;
}
#sc_wrap > div,
#sc_wrap > div::before {
	width: 140%;
	height: 420px;
	margin-right: -20%;
	margin-left: -20%;
	padding-right: 20%;
	padding-left: 20%;
	border-bottom-right-radius: 2000px 300px;
	border-bottom-left-radius: 2000px 300px;
	overflow: hidden;
}
#sc_wrap > div::before {
	position: absolute;
	height: 430px;
	content: '';
	display: block;
	background: linear-gradient(-45deg, #e4e4e4 12%, #fff 12%, #fff 50%, #e4e4e4 50%, #e4e4e4 62%, #fff 62%, #fff);
	background-size: 20px 20px;
	z-index: -1;
}
#sc_wrap > div .catch {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(158px / 2);
	margin-top: calc(-526px / 4 + 10px);
	margin-left: calc(-158px / 4);
	z-index: 100;
}
#sc_wrap .swiper-container {
	width: 100%;
	height: 420px;
}
#sc_wrap .swiper-slide {
	width: 100%;
	height: 420px;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width:768px) {
	#sc_wrap > div,
	#sc_wrap > div::before {
		height: 270px;
	}
	#sc_wrap > div::before {
		height: 280px;
		border-bottom-right-radius: 1000px 600px;
		border-bottom-left-radius: 1000px 600px;
	}
	#sc_wrap > div .catch {
		width: calc(158px / 3);
		margin-top: calc(-526px / 6 + 15px);
		margin-left: calc(-158px / 6);
	}
	#sc_wrap .swiper-container {
		width: 140%;
		height: 270px;
		margin-right: -20%;
		margin-left: -20%;
		padding-right: 20%;
		padding-left: 20%;
		border-bottom-right-radius: 1000px 600px;
		border-bottom-left-radius: 1000px 600px;
	}
	#sc_wrap .swiper-slide {
		height: 270px;
	}
}

/* --------------------------------------------------

  Contents

  -------------------------------------------------- */

#contents {
	width: 100%;
}
body.others #contents {
	border-top: 3px solid #d7de21;
	background-color: #efefef;
}

/* ボックス（トップページ以外） */

body.others #contents > .box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-right: 40px;
	padding-bottom: 120px;
	padding-left: 40px;
}
body.others #contents > .box > div > h1 {
	position: relative;
	width: 100%;
	padding: 80px 0;
	text-align: center;
}
body.others #contents > .box > div > h1::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	content: '';
	display: block;
	background: linear-gradient(-45deg, #000 20%, #efefef 20%, #efefef 60%, #000 60%, #000 80%, #efefef 80%, #efefef);
	background-size: 14px 12px;
}

@media screen and (max-width:768px) {
	body.others #contents > .box {
		padding-right: 20px;
		padding-left: 20px;
	}
	body.others #contents > .box > div > h1 {
		padding: 60px 0 40px;
	}
}

/* --------------------------------------------------

  Font

  -------------------------------------------------- */

.oswald {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.4rem !important;
	line-height: 1.0;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.oswald span {
	padding-left: 20px;
}
	#restaurant .oswald span,
	#access .oswald span {
		padding-left: 10px;
	}
.oswald span:nth-of-type(1) {
	padding-left: 0 !important;
}

@media screen and (max-width:768px) {
	.oswald {
		font-size: 3.0rem !important;
	}
		.box_space_1 .oswald,
		.box_space_2 .oswald {
			font-size: 2.6rem !important;
		}
	.oswald span {
		padding-left: 10px;
	}
	#park .oswald span {
		padding-left: 20px;
	}
	#restaurant .oswald span,
	#access .oswald span {
		padding-left: 5px;
	}
}

/* --------------------------------------------------

  コンテンツ > ホーム

  -------------------------------------------------- */

/* 新着情報 */

body.home #news {
	width: 100%;
	background-color: #d7de21;
}
body.home #news > div {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px 40px 40px;
}
body.home #news h1 {
	width: 100%;
	text-align: center;
}
body.home #news ul {
	width: 100%;
	margin-top: 40px;
}
body.home #news ul li {
	width: 100%;
	margin-top: 20px;
	display: table;
}
	body.home #news ul li:first-child {
		margin-top: 0;
	}
body.home #news ul li > * {
	vertical-align: middle;
}
body.home #news ul li time {
	width: auto;
	padding-right: 30px;
	display: table-cell;
	letter-spacing: 1.0px;
	white-space: nowrap;
}
body.home #news ul li .cat {
	width: 50px;
	display: table-cell;
}
body.home #news ul li .cat span {
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size: 1.0rem;
	font-weight: 600;
	letter-spacing: 1.0px;
}
body.home #news ul li .ttl {
	position: relative;
	width: 100%;
	padding-left: 20%;
	display: table-cell;
}
body.home #news ul li .ttl::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20%;
	height: 1px;
	content: '';
	display: inline-block;
	background-color: #000;
}
body.home #news ul li .ttl a {
	color: #000;
}
body.home #news ul li .ttl a:hover {
	text-decoration: underline;
}
body.home #news .btn {
	width: auto;
	display: table;
	margin: 20px 0 0 auto;
	background-color: #fff;
}
body.home #news .btn a {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 2px 80px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	overflow: hidden;
	z-index: 0;
	color: #000;
	font-weight: 600;
	line-height: 1.0;
	transition: .3s;
}
body.home #news .btn a::before {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #d7de21;
	z-index: -1;
	transition: .3s;
}
body.home #news .btn a:hover::before {
	left: 0;
}
body.home #news .btn a::after {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 8px;
	height: 8px;
	margin: 1px -60px 0 0;
	content: '';
	display: block;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:768px) {
	body.home #news {
		overflow: hidden;
	}
	body.home #news > div {
		padding: 80px 20px 40px;
	}
	body.home #news h1 {
		width: 100%;
		text-align: center;
	}
	body.home #news ul {
		margin-top: 40px;
	}
	body.home #news ul li {
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
		display: flex;
		flex-wrap: wrap;
	}
	body.home #news ul li time {
		padding-right: 10px;
		display: block;
		font-weight: 600;
		line-height: 1.0;
	}
	body.home #news ul li .cat {
		width: auto;
		display: table;
	}
	body.home #news ul li .cat span {
		width: auto;
		height: 18px;
		display: table-cell;
		padding: 1px 10px 0;
		border-radius: 0;
		line-height: 1.0;
		vertical-align: middle;
	}
	body.home #news ul li .ttl {
		margin-top: 5px;
		padding-left: 0;
		display: block;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	body.home #news ul li .ttl::before {
		content: none;
	}
	body.home #news ul li .ttl a {
		text-decoration: underline;
	}
	body.home #news .btn {
		width: 80%;
		display: table;
		margin: 40px auto 0;
	}
	body.home #news .btn a {
		height: 50px;
		padding: 0;
	}
}

/* ハレノガーデンとは */

body.home #about {
	position: relative;
	width: 100%;
}
body.home #about > div {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px 40px 120px;
}
body.home #about h1 {
	width: 100%;
	text-align: center;
}
body.home #about_inner {
	position: relative;
	width: 100%;
	margin-top: 80px;
}
body.home #about_inner .left {
	position: relative;
	width: 100%;
	z-index: 100;
}
body.home #about_inner .left p {
	line-height: 2.4;
}
body.home #about_inner .left p.mt20 {
	margin-top: 20px;
}
body.home #about_inner .left p.fs18 {
	font-size: 1.8rem;
	font-weight: 600;
}
body.home #about_inner .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
body.home #about_inner .right > div {
	position: absolute;
}
body.home #about_inner .right > div img {
	height: inherit;
}
body.home #about_inner .right > div:nth-of-type(1) {
	top: 0;
	right: 0;
	width: 50%;
	height: 280px;
}
body.home #about_inner .right > div:nth-of-type(2) {
	top: 250px;
	right: 160px;
	width: 35%;
	height: 270px;
}
body.home #about_inner .right > div:nth-of-type(3) {
	top: 500px;
	right: -10px;
	width: 20%;
	height: 165px;
}
body.home #about_inner .right > div::before {
	position: absolute;
	top: 20px;
	left: 20px;
	content: '';
	display: block;
	background: linear-gradient(-45deg, #e4e4e4 12%, #fff 12%, #fff 50%, #e4e4e4 50%, #e4e4e4 62%, #fff 62%, #fff);
	background-size: 20px 20px;
}
body.home #about_inner .right > div:nth-of-type(1)::before {
	width: 100%;
	height: inherit;
	z-index: -1;
}
body.home #about_inner .right > div:nth-of-type(2)::before {
	width: 100%;
	height: inherit;
	z-index: -2;
}
body.home #about_inner .right > div:nth-of-type(3)::before {
	width: 100%;
	height: inherit;
	z-index: -1;
}
body.home #about_inner .right > div:nth-of-type(1)::before,
body.home #about_inner .right > div:nth-of-type(1) img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
body.home #about_inner .right > div:nth-of-type(2)::before,
body.home #about_inner .right > div:nth-of-type(2) img {
	-webkit-clip-path: polygon(30% 0, 90% 0, 80% 90%, 20% 90%);
	clip-path: polygon(30% 0, 90% 0, 80% 90%, 20% 90%);
}
body.home #about_inner .right > div:nth-of-type(3)::before,
body.home #about_inner .right > div:nth-of-type(3) img {
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width:768px) {
	body.home #about {
		position: relative;
		width: 100%;
	}
	body.home #about > div {
		padding: 80px 20px 120px;
	}
	body.home #about_inner {
		margin-top: 40px;
		display: flex;
		flex-direction: column-reverse;
	}
	body.home #about_inner .left {
		position: static;
		margin-top: 30px;
	}
	body.home #about_inner .left p {
		line-height: 1.6;
	}
	body.home #about_inner .right,
	body.home #about_inner .right > div {
		position: static;
		width: 100%;
	}
	body.home #about_inner .right > div::before {
		content: none;
	}
	body.home #about_inner .right > div:nth-of-type(1) {
		width: 100%;
		height: auto;
	}
	body.home #about_inner .right > div:nth-of-type(1) img {
		-webkit-clip-path: none;
		clip-path: none;
		height: 200px;
	}
	body.home #about_inner .right > div:nth-of-type(2),
	body.home #about_inner .right > div:nth-of-type(3) {
		display: none;
	}
}

/* 公園・レストラン施設 */

body.home .box_space_1 {
	width: 100%;
	background-color: #efefef;
}
	body.home #park.box_space_1 {
		padding-top: 80px;
		border-top: 3px solid #d7de21;
	}
	body.home #restaurant.box_space_1 {
		padding-top: 120px;
	}
body.home .box_space_1 > div {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
}
body.home .box_space_1 h1 {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	text-align: center;
}
body.home .box_space_1 h1::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	content: '';
	display: block;
	background:linear-gradient(-45deg, #000 12%, #efefef 12%, #efefef 50%, #000 50%, #000 62%, #efefef 62%, #efefef);
	background-size: 13px 13px;
}
body.home .box_space_1 dl {
	width: 100%;
	margin-top: 40px;
	display: flex;
}
body.home .box_space_1 dl dt {
	width: 200px;
	padding-right: 30px;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	line-height: 2.0;
}
body.home .box_space_1 dl dd {
	width: 100%;
	line-height: 2.0;
}
body.home .box_space_1 .btn {
	width: auto;
	margin: 60px auto 0;
	display: table;
	background-color: #fff;
}
body.home .box_space_1 .btn a {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 2px 100px 0;
	display: flex;
	align-items: center;
	border: 1px solid #000;
	overflow: hidden;
	z-index: 0;
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.0;
	transition: .3s;
}
body.home .box_space_1 .btn a::before {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #d7de21;
	z-index: -1;
	transition: .3s;
}
body.home .box_space_1 .btn a:hover::before {
	left: 0;
}
body.home .box_space_1 .btn a::after {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 8px;
	height: 8px;
	margin: 1px -80px 0 0;
	content: '';
	display: block;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:768px) {
	body.home .box_space_1 > div {
		padding: 0 20px;
	}
	body.home .box_space_1 dl {
		margin-top: 20px;
		flex-direction: column;
	}
		body.home .box_space_1 dl:nth-of-type(1) {
			margin-top: 40px;
		}
	body.home .box_space_1 dl dt {
		width: 50%;
		margin: 0 auto;
		padding-right: 0;
	}
	body.home .box_space_1 dl dd {
		margin-top: 20px;
	}
	body.home .box_space_1 .btn {
		width: 80%;
		margin: 40px auto 0;
	}
	body.home .box_space_1 .btn a {
		height: 50px;
		padding: 0;
		justify-content: center;
	}
}

/* アクセス */

body.home .box_space_2 {
	width: 100%;
	background-color: #efefef;
}
	body.home #access.box_space_2 {
		padding-top: 120px;
		padding-bottom: 120px;
	}
body.home .box_space_2 h1 {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px 30px;
	text-align: center;
}
body.home .box_space_2 h1::after {
	position: absolute;
	bottom: 0;
	width: calc(100% - 80px);
	height: 5px;
	content: '';
	display: block;
	background:linear-gradient(-45deg, #000 12%, #efefef 12%, #efefef 50%, #000 50%, #000 62%, #efefef 62%, #efefef);
	background-size: 13px 13px;
}
body.home .box_space_2 .map {
	width: 100%;
	height: 500px;
	margin-top: 40px;
}

@media screen and (max-width:768px) {
	body.home .box_space_2 h1 {
		padding-right: 20px;
		padding-left: 20px;
	}
	body.home .box_space_2 h1::after {
		width: calc(100% - 40px);
	}
}

/* テーブル */

.table {
	width: 100%;
}
	body.home .table {
		max-width: 1080px;
		margin: 40px auto 0;
		padding: 0 40px;
	}
	#page_space .table {
		margin-top: 80px;
	}
.table dl {
	width: 80%;
	margin: 10px auto 0;
	display: flex;
}
	body.home .table dl:first-child {
		margin-top: 0;
	}
	#page_space .table dl {
		margin-top: 20px;
	}
.table dl > * {
	padding: 17px 20px 15px;
}
.table dl dt {
	width: 30%;
	background-color: #d7de21;
}
.table dl dd {
	width: 70%;
	margin-left: 10px;
	background-color: #fff;
}
.table dl dd a {
	color: #000;
}

@media screen and (max-width:768px) {
	body.home .table {
		padding: 0 20px;
	}
		#page_space .table {
			margin-top: 60px;
		}
	.table dl {
		width: 100%;
		margin: 0;
		flex-direction: column;
	}
	.table dl > * {
		padding: 12px 15px 10px;
	}
	.table dl dt {
		width: 100%;
		font-weight: 600;
	}
	.table dl dd {
		width: 100%;
		margin-left: 0;
	}
}

/* --------------------------------------------------

  コンテンツ > 固定ページ
  コンテンツ > アーカイブページ
  コンテンツ > 投稿ページ

  -------------------------------------------------- */

/* 店舗情報 */

#page_shop > div > section {
	width: 100%;
	margin-top: 40px;
}
#page_shop section .index {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
#page_shop section .index .logo {
	width: 30%;
	text-align: center;
}
	#page_shop #east_1 .index .logo {
		padding-top: 20px;
	}
#page_shop #east_1 .index .logo img {
	width: calc(318px / 2);
}
#page_shop #east_2 .index .logo img {
	width: calc(400px / 2);
}
#page_shop #east_3 .index .logo img {
	width: calc(318px / 2);
}
#page_shop #west_1 .index .logo img {
	width: calc(296px / 2);
}
#page_shop section .index .img {
	width: 70%;
}
#page_shop section .name {
	width: 100%;
	margin-top: 40px;
	font-size: 2.4rem;
	font-weight: 600;
}
#page_shop section .name span {
	font-size: 1.8rem;
}
#page_shop section .exp {
	width: 100%;
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 1.8;
}
#page_shop section dl.table_shop {
	width: 100%;
	margin-top: 30px;
	display: table;
}
#page_shop section dl.table_shop dt {
	width: calc(58px / 2);
	display: table-cell;
	vertical-align: middle;
}
#page_shop section dl.table_shop dd {
	width: auto;
	padding-left: 20px;
	display: table-cell;
	font-size: 1.6rem;
	line-height: 1.8;
	vertical-align: middle;
}
#page_shop section dl.table_shop dd a {
	color: #000;
}

@media screen and (max-width:768px) {
	#page_shop section .index {
		flex-direction: column-reverse;
	}
	#page_shop section .index .logo,
	#page_shop section .index .img {
		width: 100%;
	}
	#page_shop section .index .logo {
		padding: 20px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
		#page_shop #east_1 .index .logo {
			padding-top: 30px;
		}
	#page_shop #east_1 .index .logo img {
		width: calc(318px / 3);
	}
	#page_shop #east_2 .index .logo img {
		width: calc(400px / 3);
	}
	#page_shop #east_3 .index .logo img {
		width: calc(318px / 3);
	}
	#page_shop #west_1 .index .logo img {
		width: calc(296px / 3);
	}
	#page_shop section .name {
		margin-top: 30px;
		font-size: 2.0rem;
	}
	#page_shop section .name span {
		font-size: 1.6rem;
	}
	#page_shop section .exp {
		margin-top: 20px;
		line-height: 1.6;
	}
	#page_shop section dl.table_shop {
		margin-top: 20px;
	}
	#page_shop section dl.table_shop dd {
		padding-left: 10px;
		font-size: 1.4rem;
		word-break: break-all;
	}
	#page_shop section dl.table_shop dd .sp_block {
		display: block;
	}
}

/* イベントスペース */

#page_space .img {
	position: relative;
	width: 100%;
	margin-top: 40px;
	z-index: 999;
}
#page_space .exp {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
#page_space .table .ttl {
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
}

@media screen and (max-width:768px) {
	#page_space .exp {
		text-align: left;
	}
}

/* アーカイブ */

body.others #archive_news ul {
	width: 100%;
	margin-top: 80px;
}
body.others #archive_news ul li {
	width: 100%;
	margin-top: 40px;
	display: table;
}
	body.others #archive_news ul li:first-child {
		margin-top: 0;
	}
body.others #archive_news ul li > * {
	vertical-align: middle;
}
body.others #archive_news ul li time {
	width: auto;
	padding-right: 30px;
	display: table-cell;
	letter-spacing: 1.0px;
	white-space: nowrap;
}
body.others #archive_news ul li .cat {
	width: 50px;
	display: table-cell;
}
body.others #archive_news ul li .cat span {
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size: 1.0rem;
	font-weight: 600;
	letter-spacing: 1.0px;
}
body.others #archive_news ul li .ttl {
	position: relative;
	width: 100%;
	padding-left: 20%;
	display: table-cell;
}
body.others #archive_news ul li .ttl::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20%;
	height: 1px;
	content: '';
	display: inline-block;
	background-color: #000;
}
body.others #archive_news ul li .ttl a {
	color: #000;
}
body.others #archive_news ul li .ttl a:hover {
	text-decoration: underline;
}

@media screen and (max-width:768px) {
	body.others #archive_news ul {
		margin-top: 40px;
	}
	body.others #archive_news ul li {
		margin-top: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, .5);
		display: flex;
		flex-wrap: wrap;
	}
	body.others #archive_news ul li time {
		padding-right: 10px;
		display: block;
		font-weight: 600;
		line-height: 1.0;
	}
	body.others #archive_news ul li .cat {
		width: auto;
		display: table;
	}
	body.others #archive_news ul li .cat span {
		width: auto;
		height: 18px;
		display: table-cell;
		padding: 1px 10px 0;
		border-radius: 0;
		line-height: 1.0;
		vertical-align: middle;
	}
	body.others #archive_news ul li .ttl {
		margin-top: 5px;
		padding-left: 0;
		display: block;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	body.others #archive_news ul li .ttl::before {
		content: none;
	}
	body.others #archive_news ul li .ttl a {
		text-decoration: underline;
	}
}

/* アーカイブ > ページング */

.wp-pagenavi {
	width: auto;
	margin: 80px auto 0;
	display: flex;
	justify-content: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	border: 1px solid #d7de21;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.0;
}
	.wp-pagenavi > *:first-child {
		margin-left: 0;
	}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #d7de21;
	color: #fff;
}

/* 投稿ページ */

#post_news .post {
	width: 100%;
}
#post_news .post > .index {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0;
	border-bottom: 1px solid #666;
}
#post_news .post > .index .ttl {
	width: 100%;
	padding-right: 100px;
	font-size: 2.4rem;
}
#post_news .post > .index time {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-right: 15px;
	display: inline-block;
	background: #efefef;
	transform: translateY(50%);
	color: #000;
	letter-spacing: 1.0px;
	line-height: 1.0;
}
#post_news .post > .index .cat {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#post_news .post > .index .cat span {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	background: #fff;
	border: 1px solid #000;
	align-items: center;
	justify-content: center;
	color: #000;
	font-weight: 600;
	letter-spacing: 1.0px;
}
#post_news .post > .content {
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
	font-size: 1.6rem;
	line-height: 2.0;
}
.box .btn_back {
	width: auto;
	margin: 60px auto 0;
	display: table;
	background-color: #fff;
}
.box .btn_back a {
	position: relative;
	width: 100%;
	height: 60px;
	padding: 2px 100px 0;
	display: flex;
	align-items: center;
	border: 1px solid #000;
	overflow: hidden;
	z-index: 0;
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.0;
	transition: .3s;
}
.box .btn_back a::before {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #d7de21;
	z-index: -1;
	transition: .3s;
}
.box .btn_back a:hover::before {
	right: 0;
}
.box .btn_back a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: 1px 0 0 -80px;
	content: '';
	display: block;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width:768px) {
	#post_news .post > .index {
		padding: 40px 0 30px;
	}
	#post_news .post > .index .ttl {
		padding-right: 0;
		font-size: 2.0rem;
		line-height: 1.4;
	}
	#post_news .post > .index .cat {
		position: static;
		padding-top: 20px;
		transform: none;
	}
	#post_news .post > .index .cat span {
		width: auto;
		height: auto;
		padding: 12px 20px 10px;
		border-radius: 0;
		display: inline;
		font-size: 1.4rem;
		letter-spacing: normal;
	}
}

/* --------------------------------------------------

  Footer

  -------------------------------------------------- */

footer {
	width: 100%;
	border-top: 3px solid #d7de21;
}
footer > div {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 40px 0;
}
footer .logo_wrap {
	width: 80%;
	margin: 0 auto;
	display: flex;
}
footer .logo_wrap h1 {
	width: calc(337px / 2);
}
footer .logo_wrap .logo {
	width: 100%;
	padding-left: 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .logo_wrap .logo > div:nth-of-type(1) img {
	width: calc(220px / 2);
}
footer .logo_wrap .logo > div:nth-of-type(2) img {
	width: calc(160px / 2);
}
footer .logo_wrap .logo > div:nth-of-type(3) img {
	width: calc(220px / 2);
}
footer .logo_wrap .logo > div:nth-of-type(4) img {
	width: calc(218px / 2);
}
footer nav {
	width: 100%;
	margin-top: 40px;
}
footer nav ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
footer nav ul li {
	margin-left: 10px;
}
	footer nav ul li:first-child {
		margin-left: 0;
	}
footer nav ul li::before {
	margin-right: 10px;
	content: '｜';
}
	footer nav ul li:first-child::before {
		content: none;
	}
footer nav ul li a {
	color: #000;
}
footer nav ul li a span {
	position: relative;
}
footer nav ul li a span::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	display: inline-block;
	background: #333;
	transition: all .3s ease-out;
	opacity: 0;
}
footer nav ul li a:hover span::after {
	bottom: -1px;
	opacity: 1;
}
footer .copyright {
	width: 100%;
	margin-top: 60px;
	padding-bottom: 10px;
	color: #999;
	font-family: "Arial", sans-serif;
	font-size: 1.0rem;
	letter-spacing: 1.0px;
	text-align: center;
}

@media screen and (max-width:768px) {
	footer > div {
		padding-right: 20px;
		padding-left: 20px;
	}
	footer .logo_wrap {
		width: 100%;
		align-items: center;
		flex-direction: column;
	}
	footer .logo_wrap h1 {
		width: calc(337px / 4);
	}
	footer .logo_wrap .logo {
		padding-left: 0;
		flex-wrap: wrap;
	}
	footer .logo_wrap .logo > div {
		width: 50%;
		margin-top: 20px;
		text-align: center;
	}
	footer nav ul {
		flex-direction: column;
	}
	footer nav ul li {
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
	}
	footer nav ul li::before {
		content: none;
	}
	footer .copyright {
		width: 100%;
		margin-top: 60px;
		padding-bottom: 10px;
		color: #999;
		font-family: sans-serif;
		font-size: 1.0rem;
		letter-spacing: 1.0px;
		text-align: center;
	}
}

/* --------------------------------------------------

  ハンバーガーメニュー

  -------------------------------------------------- */

#gnav-toggle {
	position: fixed;
	top: 25px;
	right: 25px;
	height: 35px;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
#gnav-toggle > div {
	position: relative;
	top: 2px;
	width: 35px;
}
#gnav-toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	display: block;
	background: #333;
	transition: transform .3s ease-in-out, top .3s ease;
}
#gnav-toggle span:nth-child(1) {
	top: 0;
}
#gnav-toggle span:nth-child(2) {
	top: 14px;
}
#gnav-toggle span:nth-child(3) {
	top: 28px;
}
.open #gnav-toggle span {
	background: #fff;
}
.open #gnav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #gnav-toggle span:nth-child(2) {
	top: 15px;
	left: 50%;
	width: 0;
}
.open #gnav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}

@media screen and (max-width:768px) {
	#gnav-toggle {
		display: block;
	}
	#gnav {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(215, 222, 33, .95);
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
		z-index: 999;
		visibility: hidden;
		opacity: 0;
		transition: opacity .3s ease, visibility .3s ease;
	}
	#gnav ul li {
		opacity: 0;
		transform: translateX(100px);
		transition: transform .3s ease, opacity .1s ease;
	}
	#gnav ul li:nth-child(2) {
		transition-delay: .1s;
	}
	#gnav ul li:nth-child(3) {
		transition-delay: .2s;
	}
	#gnav ul li:nth-child(4) {
		transition-delay: .3s;
	}
	#gnav ul li:nth-child(5) {
		transition-delay: .4s;
	}
	#gnav ul li a {
		color: #000;
		transition: color .3s ease;
	}
	#gnav ul li a:hover {
		color: #666;
	}
	.open {
		position: fixed;
	}
	.open #gnav {
		opacity: 1;
		visibility: visible;
	}
	.open #gnav li {
		margin-top: 40px;
		opacity: 1;
		transform: translateX(0);
		transition: transform .5s ease, opacity .9s ease;
		font-weight: 600;
	}
		.open #gnav li:first-child {
			margin-top: 0;
		}
}

/* 最後に削除 */

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


