body {
	font-family: 'Roboto', sans-serif;
	color: #402206;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}
@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
}
ul {
	padding-left: 1.2em;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
}
.en {
	font-family: 'Playfair Display';
}
/* header */
.header {
	background-color: #fff5f0;
	border-top: 5px solid #eb3911;
	border-bottom: 2px solid #ab8159;
	padding: 10px 0;
}
.logo a {
	display: block;
}
.logo a:hover {
	opacity: 0.7;
}
.nav li {
	margin: 0 0 0 15px;
}
.nav li a,
.btn {
	display: inline-block;
	color: #402206;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	border-radius: 5px;
	text-decoration: none;
}
.nav li.active a,
.nav li:hover a,
.btn {
	background-color: #eb3911;
	color: #fff;
}
.btn:hover {
	background-color: #fff;
	color: #eb3911;
}
@media (max-width: 992px) {
	.nav li {
		margin: 0;
	}
	.nav li a {
		padding: 6px 12px;
	}
}
@media (max-width: 767px) {
	.header {
		position: relative;
	}
	.logo a img{
		width: 135px;
	}
	.nav {
		width: 100%;
		height: calc(100vh - 114px);
		position: absolute;
		left: 0;
		top: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		text-align: center;
		padding: 20px;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
		z-index: 11;
	}
	.is-menu-open .nav {
		opacity: 1;
		visibility: visible;
	}
	.nav li {
		margin: 0 0 15px;
	}
	.nav li a {
		color: #fff;
		padding: 10px 20px;
	}
}

.footer {
	background: url(../img/bgf.png) no-repeat center bottom #fff5f0;
	border-top: 3px solid #eb3911;
	min-height: 410px;
	padding: 40px 0 50px;
}
.fnav h5 {
	margin: 0 0 15px;
}
.fnav p,
.fnav-info li {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
}
.fnav p.fnav-label {
	font-size: 24px;
	color: #eb3911;
	margin: 5px 0 0;
}
.fnav-info li {
	margin: 15px 0 0;
}
.sns a {
	display: inline-block;
	margin: 0 10px 0 0;
}
.home,
.phone,
.mail {
	padding-left: 36px;
}
.home {
	background: url(../img/home.png) no-repeat left top;
}
.phone {
	background: url(../img/phone.png) no-repeat left top;
}
.mail {
	background: url(../img/mail.png) no-repeat left top;
}
.mail a {
	color: #402206;
}
.copyright {
	font-family: 'Montserrat', serif;
	font-size: 14px;
	border-top: 1px solid #d5bda9;
	padding: 20px 0 0;
	margin: 30px 0 0;
}
@media (max-width: 992px) {
	.fnav > div {
		margin-bottom: 30px;
	}
	.fnav > div:last-child {
		margin-bottom: 0;
	}
}
/* slick */
.slick-arrow {
	font-size: 0;
	line-height: 0;
	color: transparent;
	width: 60px;
	height: 60px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	z-index: 3;
	border: none;
	margin-top: -30px;
	cursor: pointer;
	border: 1px solid #ab8159;
	background-color: #fff9f6;
	transition: 0.5s;
}
.slick-arrow:hover {
	border-radius: 50%;
}
.slick-arrow:focus {
	outline: none;
}
.slick-prev {
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px 8px;
	left: 0;
}
.slick-next {
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px 8px;
	right: 0;
}
/* slick */
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 0;
}
.slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 5px;
	background-color: #ddd;
	position: relative;
	list-style: none;
}
.slick-dots li.slick-active {
	width: 20px;
	background-color: #eb3911;
}
.slick-dots li button {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
/* contents */
h2 {
	font-size: 34px;
	margin: 0 0 20px;
}
h3 {
	font-size: 30px;
}
.subtitle {
	font-size: 24px;
	color: #eb3911;
	margin: 0 0 20px;
}
.subtitle span {
	display: inline-block;
	position: relative;
}
.subtitle span::before,
.subtitle span::after {
	content: '';
	width: 80px;
	height: 2px;
	background-color: #eb3911;
	position: absolute;
	bottom: 10px;
}
.subtitle span::before {
	right: calc(100% + 20px);
}
.subtitle span::after {
	left: calc(100% + 20px);
}
.learmore {
	display: inline-block;
	color: #ab8159;
	font-size: 16px;
	line-height: 37px;
}
.learmore span {
	display: inline-block;
	padding-right: 75px;
	background: url(../img/ico.png) no-repeat right top;
	transition: 0.3s;
}
.learmore:hover {
	color: #eb3911;
}
.learmore:hover span {
	background: url(../img/ico_on.png) no-repeat right top;
}
@media (max-width: 767px) {
	h2 {
		font-size: 28px;
		margin: 0 0 20px;
	}
	h3 {
		font-size: 24px;
	}
	.subtitle {
		font-size: 18px;
		margin: 0 0 10px;
	}
	.subtitle span::before,
	.subtitle span::after {
		width: 60px;
	}

	/* hamburger */
	.hamburger {
		display: block;
		width: 40px;
		height: 12px;
		position: relative;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 6;
	}
	.hamburger span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #eb3911;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		border-radius: 2px;
	}
	.hamburger span:nth-child(1) {
		top: 0px;
	}
	.hamburger span:nth-child(2) {
		top: 9px;
	}
	.hamburger.is-open span:nth-child(1) {
		top: 6px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hamburger.is-open span:nth-child(2) {
		top: 6px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}
.red {
	color: #eb3911;
}
