@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------
	全ページ共通の設定を記載します.
-------------------------------------------------------*/
html {
  font-size: 16px;
  font-weight: 400;
  font-family: "YuGothic","Hiragino Kaku Gothic ProN",sans-serif;
  color: #333;
  background-color: #F3F2EE;
}
img {
  width: 100%;
  height: auto;
}
body {
	padding-bottom: 10%;
	//background: linear-gradient(#f3f2ee 25%,#fafafa 25% 45%,#f3f2ee 45% 55%,#fafafa 55% 70%,#f3f2ee 70% 78%,#fafafa 78% 100%);
	background-color: #f3f2ee;
}
main {
  width: 960px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05rem;
}
.kv h1 {
  font-size: 2.25rem;
  line-height: 1.5;
  text-align: center;
  color: #fafafa;
}
h2 {
  font-size: 2rem; /* 32px */
  line-height: 1.5;
  color: #C6611C;
}
h3 {
  font-size: 1.5rem; /* 24px */
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #333;
  padding-bottom: 8px; /* 内容と線との間隔量 */
  margin: 32px 0 16px;
}
h4 {
  line-height: 21px;
  margin: 16px 0 8px;
}
ul {
  list-style: none;
  align-items: center;
}
p {
  font-size: 0.875rem; /* 14px */
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
section, div, ul, li, h1, h2, h3, h4, h5, h6, p, span, a {
  box-sizing: border-box;
}
a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}
a:hover, a:active {
  color: #999;
}

/* Navigation */
.navi-area {
  width: 100%;
	height: 64px;
  padding: 1rem 4.5rem;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
  right: auto;
  box-sizing: border-box;
  position: fixed;
  background-color: #fafafa;
  z-index: 100;
}
.navi-area .logo {
	margin-top: 5px;
}
.gnav {
  flex-grow: 1;
}
.nav-menu {
  display: flex;
  justify-content: flex-end;
}
.nav-menu li {
  margin-right: 5%;
}
.nav-menu li:last-child {
  margin-right: 0;
}
.nav-menu a {
  display: inline-block;
  color: #333;
}
.nav-menu a:hover {
  color: #C6611C;
}


/* Main Visual */
.kv {
  position: relative;
}
.kv-footer {
  position: absolute;
	top: 60%;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333));
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333 100%);
	opacity: .9;
	z-index: 2;
}
.kv h1 {
  position: absolute;
  bottom: 4%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
	white-space: nowrap;
	z-index: 3;
}
.kv h1:after {
	position: absolute;
	bottom: -50%;
	left: 50%;
	width: 0.5em;
	height: 0.5em;
	transform: translateY(-50%) rotate(135deg);
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
}
.kv {
  height: 100vh;
  background-image: url('/img/kv.jpg');
  background-size: cover;
  background-position: center;
	box-shadow: 0 0 20px rgba(51,51,51,.35);
}
.kv {
  padding-top: 87px;
}

/* Main */
.section_eyecatch {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}
.section_eyecatch img {
  margin: 32px 0 40px;
}
.border {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #C6611C;
  margin: 1rem auto;
}
.h2 {
  margin-bottom: 32px;
	/* For anchor */
	padding-top: 100px;
	margin-top: -40px;
}
.main-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.08em;
	margin-bottom: 0;
}
.text-area {
  text-align: left;
  font-size: 16px;
}
.text-area.for_margin-none {
	margin-bottom: 0;
}
.info {
  font-size: 1rem;
  color: #C6611C;
  text-align: center;
  margin-left: 2rem;
}
a.text-link {
  color: #C6611C;
  border-bottom: 1px solid #C6611C;
  padding-bottom: 4px;
}
.sp {
	display: none;
}


/* Menu */
h3.for_margin-none {
	margin: 32px 0 0;
}
.container {
  display: flex;
  justify-content: space-between;
}
.box-item {
  width: 100%;
  margin-bottom: 16px;
}
.box-item li:last-child {
  margin-right: 0;
}
.box-item img {
  margin-bottom: 8px;
}
.menu-item {
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.menu-img img {
  margin-bottom: 8px;
}
.sub {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 14px;
  text-align: right;
}
.note {
  font-size: 0.75rem;
  color: #777;
}
.p-txt {
  text-align: left;
}
ul.annotation {
  font-family: "YuGothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
ul.annotation li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
ul.annotation li:before {
  display: inline;
  content: "※ ";
}

/* Photo menu */
.photo-menu {
	margin-top: 32px;
}
.photo-menu .box-item:nth-child(odd) {
  margin-right: 5%;
}
.photo-menu .sub {
	text-align: left;
}

/* Text menu */
.text-menu {
  padding: 0 8%;
  text-align: center;
}
.text-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-menu .container .box-item:nth-child(odd) {
  padding-right: 7.5%;
}
.text-menu .container .box-item:nth-child(even) {
  padding-left: 7.5%;
}
.text-menu .container .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-end;
}
.text-menu ul.annotation.adjust {
	margin-top: -20px;
}

/* Shop Information */
.shop-info {
  margin-bottom: 24px;
  padding: 0 8%;
  text-align: center;
}
.shop-info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-info .container .box-item {
  display: flex;
  align-items: center;
}
.shop-info .container .box-item:nth-child(odd) {
  padding-right: 7.5%;
}
.shop-info .container .box-item:nth-child(even) {
  padding-left: 7.5%;
}
.shop-info .container .menu-item {
  min-width: 75px;
}
.shop-info p {
  font-family: "YuGothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.shop-info .sub {
  font-weight: 400;
}
.map {
	margin-top: 30px;
}
.btn-area.for_map {
	margin: 56px 0 25px 0;
}

/* Cnversion button */
.btn-area {
  margin: 56px 0;
}
.btn-area p {
  margin-top: 34px;
  font-family: "YuGothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
}
.cv-btn {
  background: #C6611C;
  color: #fafafa;
  padding: 16px 50px 16px 24px;
  text-decoration: none;
  border-radius: 4px;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
	position: relative;
}
.cv-btn:hover {
  color: #fafafa;
  opacity: .8;
}
.cv-btn:after {
	position: absolute;
	top: 50%;
	right: 1.5em;
	width: 0.5em;
	height: 0.5em;
	transform: translateY(-50%) rotate(45deg);
	border-right: 1px solid currentColor;
	border-top: 1px solid currentColor;
	content: "";
}

/* Profile */
.profile {
  text-align: left;
}
.profile h3 {
	margin: 0 0 16px;
}
.item-list li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}
.profile .cta {
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	margin-top: 16px;
}
.box-item.for-profile {
  margin-right: 5%;
}

/* Footer */
footer.footer {
  position: absolute;
  width: 100%;
  height: 295px;
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}
.footer .copyright {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  line-height: 15px;
}
.footer .footer-logo img {
  width: 120px;
  height: 120px;
}
.footer .footer-instagram img {
  width: 32px;
  height: 32px;
}
.footer p {
  margin-bottom: 24px;
}



/*-------------------------------------------------------
    Responsive
-------------------------------------------------------*/


@media screen and (min-width: 1920px) {
	.section_eyecatch {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}
}


@media screen and (max-width: 960px) {
	.map iframe {
		max-width: 100%;
	}
}


@media screen and (min-width: 768px) and (max-width: 960px) {
	main {
		padding: 0 3%;
	}
}


@media screen and (max-width: 767px) {
  /*
	* {
    width: 100%;
    margin: 0 auto;
  }*/

	body {
		/* background: linear-gradient(#f3f2ee 18%,#fafafa 18% 48%,#f3f2ee 48% 51%,#fafafa 51% 58.7%,#f3f2ee 58.7% 73.7%,#fafafa 73.7% 100%); */
	}
	.h2 {
	/* For anchor */
	padding-top: 80px;
	margin-top: -60px;
	}

  /* Navigation */
	.navi-area {
		padding: 0.5rem 2rem;
	}
	h1.logo img {
		width: 124px;
	}

	/* Drawer menu */
	.drawer-hidden {
		display: none;
	}
	.drawer-open {
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 100;
		cursor: pointer;
	}
	.drawer-open span.drawer-icon,
	.drawer-open span.drawer-icon:before,
	.drawer-open span.drawer-icon:after {
		content: '';
		display: block;
		height: 1px;
		width: 24px;
		border-radius: 1px;
		background: #333;
		transition: 0.5s;
		position: absolute;
		bottom: 29px;
	}
	.drawer-open span.drawer-icon:before {
		bottom: 16px;
	}
	.drawer-open span.drawer-icon:after {
		bottom: 8px;
	}
	.drawer-open span.drawer-icon-text {
		position: absolute;
		bottom: 8px;
		font-family: 'Poppins', sans-serif;
		font-size: 10px;
		font-weight: 400;
		line-height: 15px;
		letter-spacing: 0.08em;
	}
	.drawer-open span.drawer-icon-text:before {
		content: "MENU";
		color: rgba(51, 51, 51, 1);
		transition: 1s;
	}
	.drawer-open span.drawer-icon-text:after {
		content: "";
		color: rgba(255, 255, 255, 0);
		transition: 1s;
	}

	#drawer-check:checked ~ .drawer-open span.drawer-icon {
		bottom: 37px;
		transform: rotate(30deg);
	}
	#drawer-check:checked ~ .drawer-open span.drawer-icon:before {
		bottom: 0;
		transform: rotate(-60deg);
	}
	#drawer-check:checked ~ .drawer-open span.drawer-icon:after {
		background: rgba(255, 255, 255, 0);
	}
	#drawer-check:checked ~ .drawer-open span.drawer-icon-text:before {
		content: "";
		color: rgba(255, 255, 255, 0);
	}
	#drawer-check:checked ~ .drawer-open span.drawer-icon-text:after {
		content: "CLOSE";
		color: rgba(51, 51, 51, 1);
	}
	.drawer-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 64px;
		left: 100%;
		z-index: 99;
		transition: .5s;
		background-color: #fafafa;
		padding: 40px 20px;
	}
	.drawer-list  {
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
	}
	.drawer-item {
		margin-bottom: 24px;
	}
	.drawer-item:last-child img {
		width: 32px;
	}
	#drawer-check:checked ~ .drawer-content {
		left: 0;
	}
	.nav-list:active ~ .drawer-content {
		left: 100%;
	}

	/* Main Visual */
	.kv {
  	height: calc(100vh - 64px);
	}
	.kv h1 {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 0.12em;
	}

	/* Main */
	main {
		padding: 0 5%;
	}
	.main-text {
		font-size: 14px;
		letter-spacing: 0.07em;
		text-align: left;
	}
	h2 {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 8%;
	}
	h3 {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 4%;
	}
	h4 {
		font-size: 12px;
		line-height: 18px;
	}
	.info {
		text-align: right;
		display: inline;
		font-size: 12px;
		line-height: 18px;
	}
	.section_eyecatch img {
    margin: 16px 0 20px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	/* Menu */
	.container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.box-item {
		margin-bottom: 16px;
	}
	.box-item:nth-child(odd) {
		margin-right: auto;
	}
	.menu-item {
		font-size: 12px;
		font-weight: 700;
		line-height: 24px;
		text-align: left;
	}
	.menu-img img {
		margin-bottom: 8px;
	}
	.sub {
		line-height: 12px;
	}
	.text-area {
		font-size: 14px;
		line-height: 21px;
	}
	ul.annotation {
		font-size: 10px;
		line-height: 14px;
	}
	ul.annotation li {
		margin-bottom: 8px;
	}
	.btn-area p {
		font-size: 12px;
	}

	/* Photo menu */
	.photo-menu {
		margin-top: 0;
	}

	/* Text menu */
	.text-menu {
		padding: 0 18%;
	}
	.text-menu .container .box-item {
		flex-wrap: nowrap;
	}
	.text-menu .container .box-item:nth-child(odd) {
		padding-right: 0;
	}
	.text-menu .container .box-item:nth-child(even) {
    padding-left: 0;
	}
	.text-menu ul.annotation.adjust {
		margin-top: -30px;
	}


	/* Shop information */
	.shop-info .container .box-item:nth-child(odd) {
		padding-right: 0;
	}
	.shop-info .container .box-item:nth-child(even) {
		padding-left: 0;
	}
	.shop-info .container .menu-item:nth-child(odd) {
		width: 20%;
	}

	/* Profile */
	.box-item.for-profile img {
		margin-bottom: 0;
	}

	/* Conversion button */
	.cv-btn {
		font-size: 14px;
	}

}

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

	body {
	//	background: linear-gradient(#f3f2ee 20%,#fafafa 20% 45%,#f3f2ee 45% 48.8%,#fafafa 48.8% 56.2%,#f3f2ee 56.2% 69.3%,#fafafa 69.3% 100%);
	}

	/* Text menu */
	.text-menu {
		padding: 0 10%;
	}

	/* Shop information */
	.shop-info {
    padding: 0 0;
	}
	.shop-info .container .menu-item {
  	min-width: auto;
	}

}
