@charset "UTF-8";

/* body */
body {
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	color: #000000;
}
.head-logo {
	position: absolute;
	width: 22%;
	top: 18px;
	left: 0;
	z-index: 100;
}
.head-logo h1 {
	padding: 0 20px;
}
.shop-link {
	display: block;
	width: 100%;
	text-align: center;
	background: #963232;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.8rem;
	padding: 0.5rem;
	margin-top: 10px;
	font-family: sans-serif;
}
#wrap {
	min-width: 1280px;
}
@media only screen and (max-width: 768px) {
	#wrap {
		width: 100%;
		overflow: hidden;
		padding-top: 0;
		min-width: 100%;	
	}
	.head-logo {
		width: 20%;
	}
	.shop-link {
		display: none;
	}
}

/* main-header */
.main-header {
	position: fixed;
	right: 0;
	width: 75%;
	font-size: 1.7rem;
	font-family: sans-serif;
	z-index: 100;
	pointer-events: none;
}
.main-header a {
	pointer-events: all;
}
.main-header .main-menu {
	float: left;
	width: calc((100% - 60px) * 0.8);
	height: 60px;
	display: flex;
	justify-content: space-around;
	background-color: #DBCCAE;
}
.main-header .main-menu .shop-info {
	display: none;
}
.main-header .head-menu div {
	float: left;
	width: calc((100% - 60px) * 0.198);
	margin-left: calc((100% - 60px) * 0.002);
	background-color: #DBCCAE;
	text-align: center;
	height: 60px;
}
.main-header .head-menu div span {
	display: block;
	font-size: 1.2rem;
}
.main-header .head-menu div a {
	display: inline-block;
	padding: 18px 5px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	
	/*
	display: inline-block;
	font-size: 2.2rem;
	padding: 10px 0;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	*/
}
.main-header .main-menu li a {
	display: inline-block;
	padding: 18px 5px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.main-header .side-menu {
	float: right;
	width: 60px;
	background-color: #DBCCAE;
	padding-bottom: 10px;
}
.main-header .side-menu li a {
	display: inline-block;
	padding: 10px;
}
.main-header .side-menu li img {
	width: 40px;
}
.main-header .side-menu li:first-child {
	background: #5F2819;
	width: 60px;
	text-align: center;
	margin-bottom: 10px;
}
.main-header .side-menu li:first-child a {
	writing-mode: vertical-rl;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto;
	padding: 60px 0;
}
@media only screen and (max-width: 768px) {
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
		background: #5F2819;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #CCCCCC;
		border-radius: 2px;
		margin: 0 10px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 14px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 24px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 14px;
	}
	.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	.main-header .head-menu {
		position: absolute;
		left: 0;
		top: 60px;
		background: #FFFFFF;
		width: 100%;
		z-index: 500;
		transition: all 0.3s;
		transform: translate(100%);
	}
	.main-header {
		position: fixed;
		width: 100%;
	}
	.main-header .main-menu {
		width: 100%;
		float: none;
		height: auto;
		display: block;
		background-color: rgba(220,205,175,0.75);
	}
	.main-header .main-menu {
		background: #FFFFFF;
	}
	.main-header .main-menu .shop-info {
		display: block;
	}
	.main-header .main-menu li {
		text-align: center;
		margin-bottom: 1px;
		background-color: rgba(220,205,175,0.75);
	}
	.main-header .head-menu.active {
		transform: translate(0);
	}
	.main-header .head-menu div {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.main-header .side-menu {
		float: none;
		width: auto;
		padding-bottom: 10px;
	}
	.main-header .side-menu li {
		text-align: center;
	}
	.main-header .side-menu li:first-child {
		background: #5F2819;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.main-header .side-menu li:first-child a {
		writing-mode: horizontal-tb;
		padding: 18px 5px;
	}
}

/* content-box */
.content-box {
	padding: 50px 0;
}
/* left-menu */
.left-menu {
	float: left;
	width: 25%;
	position: relative;
}
.left-menu ul {
	margin: 0 20px 0 40px;
}
.left-menu li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 18px;
}
.left-menu li:before {
	position: absolute;
	top: 8px;
	left: 0;
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 100%;
	background: #000000;
}
.left-menu li a {
	font-size: 1.8rem;
	color: #000000;
	text-decoration: none;
}
.right-content {
	width: 75% ;
	float: right;
	padding-right: 80px;
}
.right-content h2 {
	font-size: 2.0rem;
	border-bottom: #A38A77 2px solid;
	margin-bottom: 40px;
}
.sub-content-box {
	padding-bottom: 50px;
}
.sub-content-box .right-content {
	margin-top: 120px;
}

@media only screen and (max-width: 768px) {
	.content-box {
		padding: 40px 0;
	}
	.left-menu {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.left-menu li {
		position: relative;
		display: inline-block;
		margin: 0 10px 10px;
		padding-left: 18px;
	}
	.right-content {
		width: 100%;
		float: none;
		padding: 0 60px 0 20px;
	}
	.sub-content-box .right-content {
		margin-top: 0;
	}
}

/* sub-content01 */
.sub-content01 {
	padding-bottom: 20px;
}
.sub-content01 h3 {
	font-size: 2.5rem;
	color: #5F2819;
	font-weight: bold;
	margin-bottom: 20px;
}
.sub-content01 p {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.sub-content01 .left {
	float: left;
	width: 48.5%;
}
.sub-content01 .left img {
	width: 100%;
}
.sub-content01 .right {
	float: right;
	width: 48.5%;
}
.sub-content01 .right img {
	width: 100%;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.sub-content01 .left {
		float: none;
		width: 100%;
	}
	.sub-content01 .right {
		float: none;
		width: 100%;
	}
}

/* sub-content02 */
.sub-content02 {
	margin-bottom: 20px;
}
.sub-content02 h3 {
	background: #5F2819;
	font-family: sans-serif;
	font-size: 3.5rem;
	color: #FFFFFF;
	text-align: center;
	padding: 0 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sub-content02 h4 {
	font-family: sans-serif;
	font-size: 2.0rem;
	color: #5F2819;
}
.sub-content02 .left {
	float: left;
	width: 60%;
}
.sub-content02 .right {
	float: right;
	width: 38%;
}

.btn-top {
	position: fixed;
	bottom: 0px;
	right: 0;
}
.btn-top a {
	display: block;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	background: #5F2819;
	color: #FFFFFF;
	text-align: center;
	font-size: 2.1rem;
	font-family: sans-serif;
	text-decoration: none;
	padding-top: 16px;
}
footer {
	background: #5F2819;
}
footer .inner {
	padding: 20px 50px;
	color: #FFFFFF;
}
footer .inner p {
	font-size: 3.1rem;
}
footer .inner ul {
	margin: 10px 0;
	font-family: sans-serif;
}
footer .inner li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 22px;
	font-size: 2.0rem;
}
footer .inner li:before {
	position: absolute;
	top: 7px;
	left: 0;
	margin-right: 5px;
	display: inline-block;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 100%;
	background: #FFFFFF;
}
footer .inner .copy {
	font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
	footer .inner {
		padding: 20px 60px 20px 20px;
	}
	footer .inner p {
		font-size: 2.0rem;
	}
	footer .inner ul {
		margin: 10px 0;
		font-family: sans-serif;
	}
	footer .inner li {
		font-size: 1.4rem;
		padding-left: 18px;
	}
	footer .inner li span {
		display: block;
	}
	footer .inner li:before {
		top: 5px;
		width: 10px;
		height: 10px;
	}
	footer .inner .copy {
		font-size: 1.2rem;
	}
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sub-content01 .info-box {
	background: #5F2819;
	padding: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 40px;
}
.sub-content01 .info-box p {
	font-size: 2.3rem;
	margin: 0;
	line-height: 1.2;
}
.sub-content01 .info-box p span {
	display: block;
	font-size: 1.6rem;
	padding: 20px 0 0 0;
}
.sub-content01 .info-box p em {
	display: block;
	margin-top: 5px;
	font-size: 1.1rem;
}
.sub-content01 .info-box .tel {
	margin-top: 20px;
	font-size: 5.6rem;
}
@media only screen and (max-width: 768px) {
	.sub-content01 .info-box p {
		font-size: 1.8rem;
	}
	.sub-content01 .info-box p span {
		font-size: 1.4rem;
	}
	.sub-content01 .info-box .tel {
		font-size: 2.4rem;
	}
}










