@charset "utf-8";

.sp {
	display: none !important;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 18px;
	font-size: 1.8em;
	position: relative;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/*----------------------------------------------------
    header
----------------------------------------------------*/

header {
	background: url(../img/hf_bg.jpg);
	text-align: center;
	padding: 15px 0 25px;
}

/*----------------------------------------------------
    nav
----------------------------------------------------*/
 
nav {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

nav.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

nav ul li {
	float: left;
}

nav ul li a {
	display: block;
	text-align: center;
	letter-spacing: .05em;
	padding-top: 12px;
	width: 195px;
	border-left: 1px solid #c2ab8f;
	transition: 0.5s;
}

nav ul li:last-child a {
	border-right: 1px solid #c2ab8f;
}

nav ul li a:hover {
	background: #580f0b;
	color: #fff;
}

nav.fixed ul li a {
	padding-bottom: 12px;
}

nav ul li a span {
	display: block;
	font-size: 1.1rem;
	padding: 15px 0 8px;
	letter-spacing: 0;
}

nav.fixed ul li a span {
	display: none;
}

/*----------------------------------------------------
    mv
----------------------------------------------------*/

#mv {
	height: 668px;
	background: url(../img/mv_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

#mv h2 {
	display: none;
	text-align: center;
	font-size: 4.8rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: .2em;
	line-height: 1.5;
	padding: 105px 0 0;
}

#mv h2 span {
	font-size: 6.8rem;
}

#mv figure {
	display: none;
	position: absolute;
	bottom: 0% ;
	left: 50% ;
	-webkit-transform: translate(-50%, 0%) ;
	transform: translate(-50%, 0%) ;
}



/*----------------------------------------------------
    bl_
----------------------------------------------------*/

div[id^="bl_"] h2 {
	text-align: center;
	font-size: 3.7rem;
	letter-spacing: .2em;
}

div[id^="bl_"] h2 span {
	display: block;
	font-size: 1.8rem;
	letter-spacing: .05em;
	padding: 50px 0 18px;
}

div[id^="bl_"] h2:after {
	content: '';
	display: block;
	width: 41px;
	height: 36px;
	background: url(../img/h2_bg.png) no-repeat;
	margin: 25px auto 0;
}

/*----------------------------------------------------
    bl_about
----------------------------------------------------*/

#bl_about {
	min-height: 860px;
	background: url(../img/about_bg01.png) no-repeat,
				url(../img/about_bg02.png) no-repeat;
	background-position: top right,
						 bottom left;
}

#bl_about .ctn {
	display: flex;
	padding: 80px 0 0;
}

#bl_about .ctn > div {
	width: 50%;
}

#bl_about .ctn .img {
	text-align: center;
}

#bl_about .ctn .txt p {
	width: 470px;
	line-height: 1.8;
}

/*----------------------------------------------------
    bl_egg
----------------------------------------------------*/

#bl_egg {
	min-height: 780px;
	background-color: #fffaa8;
	background-image: url(../img/egg_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#bl_egg .ctn {
	padding: 80px 0 0;
	width: 50%;
}

#bl_egg .ctn .txt p {
	float: right;
}

#bl_egg .ctn .txt p {
	width: 470px;
	line-height: 1.8;
}


/*----------------------------------------------------
    bl_qua
----------------------------------------------------*/

#bl_qua {
	min-height: 1165px;
}

#bl_qua .ctn {
	display: flex;
	padding: 70px 0 0;
}

#bl_qua .ctn > div:first-child {
	padding: 0 30px 0 0;
}

#bl_qua .ctn > div:last-child {
	padding: 0 0 0 30px;
}

#bl_qua .ctn .txt {
	padding: 45px 0 0;
}

#bl_qua .ctn .txt h3 {
	font-size: 3.0rem;
	letter-spacing: .2em;
	border-left: 3px solid #6c1510;
	padding: 3px 0 3px 20px;
}

#bl_qua .ctn .txt p {
	padding: 65px 0 0;
	line-height: 1.8;
}

/*----------------------------------------------------
    bl_menu
----------------------------------------------------*/

#bl_menu {
	min-height: 730px;
	background: url(../img/menu_bg.jpg);
}

#bl_menu .ctn ul {
	margin: 10px 0 0;
}

#bl_menu .ctn ul li {
	margin: 0 30px 0 0;
}

#bl_menu .ctn .slick-prev {
	left: -100px;
}

#bl_menu .ctn .slick-next {
	right: -40px;
}

#bl_menu .ctn .slick-arrow:before {
	content: '';
	display: block;
	width: 59px;
	height: 59px;
	background-repeat: no-repeat;
	background-size: cover;
}

#bl_menu .ctn .slick-prev:before {
	background-image: url(../img/menu_btn_prev.png);
}
#bl_menu .ctn .slick-next:before {
	background-image: url(../img/menu_btn_next.png);
}

#bl_menu .ctn ul li figure img {
	margin: 0 auto;
	vertical-align: middle;
	width: 100%;
	height: auto;
}

#bl_menu .ctn ul li h3 {
	background: rgba(255,255,255,.6);
	text-align: center;
	padding: 5px 0;
	margin: 35px auto 0;
	width: 254px;
}

#bl_menu .ctn ul li b {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	padding: 20px 0 0;
}

#bl_menu .ctn ul li p {
	font-size: 1.3rem;
	padding: 35px 30px 0;
	color: #000;
	line-height: 1.8;
}


/*----------------------------------------------------
    bl_shop
----------------------------------------------------*/

#bl_shop {
	min-height: 980px;
	background-color: #fffaa8;
	background-image: url(../img/shop_bg.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 50%;
}

#bl_shop .ctn .txt {
	width: 50%;
	float: right;
	padding: 20px 0 0;
}

#bl_shop .ctn .txt dl {
	width: 500px;
	text-align: center;
	letter-spacing: .2em;
	border-bottom: 1px solid #c6c174;
}

#bl_shop .ctn .txt dl dt {
	padding: 20px 0 0;
}

#bl_shop .ctn .txt dl dd {
	padding: 30px 0 18px;
}

/*----------------------------------------------------
    bl_photo
----------------------------------------------------*/

#bl_photo ul {
	display: flex;
}

#bl_photo ul li {
	width: calc(100%/6);
}

#bl_photo ul li img {
	width: 100%;
	height: auto;
}


/*----------------------------------------------------
    bl_map
----------------------------------------------------*/

#bl_map {
	margin: 65px 0 0;
	width: 100%;
	height: 510px;
}

/*----------------------------------------------------
    bl_insta
----------------------------------------------------*/

#bl_insta {
	padding: 110px 0 0;
	background: url(../img/insta_bg.png) no-repeat;
	background-position: bottom right;
}

#bl_insta ul {
	padding: 30px 0 60px;
}

#bl_insta ul li {
	float: left;
	width: 175px;
	margin-top: 35px;
	margin-right: 30px;	
}

#bl_insta ul li:nth-child(5n) {
	margin-right: 0px;
}

#bl_insta ul li:nth-child(n+11) {
	display:none;
}


#bl_insta ul li img {
	width: 100%;
	height: auto;
}

/*----------------------------------------------------
  pagetop
----------------------------------------------------*/

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

#pagetop a {
  display: block;
}


/*----------------------------------------------------
    footer
----------------------------------------------------*/

footer {
	background: url(../img/hf_bg.jpg);
	text-align: center;
	padding: 25px 0 22px;
}

footer p {
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: .05em;
}