@charset "utf-8";

.spOnly{display:none;}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Navi
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

header{
	width: 100%;
	height: 80px;
	position: fixed;
	background: rgba(186,168,154,1);
	z-index: 100;
	text-align: center;
}

header h1{
	padding-top: 32px;
}

#Menubtn{
	position: absolute;
    width: 30px;
    height: 25px;
	right:70px;
	top:30px;
	z-index:200;
}

#Menubtn .menu-trigger,
#Menubtn .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#Menubtn .menu-trigger {
	position: relative;
	width: 30px;
	height: 21px;
}
#Menubtn .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	border-radius: 2px;
}

#Menubtn .menu-trigger span:nth-of-type(1) {
	top: 0px;
}
#Menubtn .menu-trigger span:nth-of-type(2) {
	top: 10px;
}
#Menubtn .menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-315deg);
	transform: translateY(8px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}

#gnav {
	width: 100%;
	height: 100%;
	display: none;
	background: #baa89a;
	position: fixed;
	z-index: 100;
	padding-top: 30px;
	top:0;
	box-sizing: border-box;
	overflow-y: auto;
}

#gnav #logo{
	text-align: center;
	margin-bottom: 85px;
}

#gnav li{
	text-align: center;
	margin-bottom: 60px;
	color:#fff;
	font-weight: 300;
	font-size:1.8rem;
}

#gnav li a{
	color:#fff;
	font-weight: 300;
	font-size:1.8rem;
}

#gnav li.blank a{
	
	padding-right: 20px;
	background: url(../images/icon_window.png) right center no-repeat;
}

#gnav li.nav01_child {
	margin-bottom: 0px;
    margin-top: 12px;
}
#gnav li.nav01_child a {
	font-size:1.5rem;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// footer
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

footer{
	width: 100%;
	padding: 30px 0 40px;
	text-align: center;
	border-top:solid 1px #e7e7e7;
}

footer small{
	font-size: 1.2rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Content
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content{
	padding-top: 135px;
	text-align: center;
}

#content h2{
	font-size:1.8rem;
	font-weight: 100;
	margin-bottom: 50px;
}

#content p{
	font-weight: 100;
	line-height: 2.4;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// TOP
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

header.top{
	background: rgba(255,255,255,0);
}

header.top h1{
	display: none;
}

header.top #Menubtn .menu-trigger span {
	background-color: #666666;
}
header.top #Menubtn .menu-trigger.active span {
	background-color: #fff;
}

#content.top{
	padding-top: 0;
	text-align: center;
}

#content.top h1{
	position: fixed;
	xxmargin-bottom: 80px;
    top: 50%;
    left: calc(((100vw - 100vh) / 2 / 2) - (141px * 0.75 / 2) - 20px);
}
#content.top h1 img {
	width: 75%;
}

#content.top #main_img{
	xxwidth: 720px;
	xxmargin: 0 auto 130px;
	position: fixed;
	width: 100vh;
	height: 100vh;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#content.top li{
	xxmargin-bottom: 20px;
}

#content.top li:last-child{
	xxmargin-bottom: 0;
}

#content.top li img {
	height: 100vh;
}

#content.top #contentLink{
	display: none;
}

footer.top {
	display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// about
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content.about p{
	margin-bottom: 30px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// gallery
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#content.gallery ul{
	width: 720px;
	margin:  0 auto;
}
#content.gallery ul li{
	margin-bottom: 20px;
}
#content.gallery ul.grid li{
	width: 350px;
	margin-bottom: 20px;
}

#content.gallery2 ul {
	width: 720px;
	margin:  0 auto;
	display: flex;
	justify-content: space-between;
}
#content.gallery2 ul li{
	margin-bottom: 20px;
}
#content.gallery2 ul img {
	width: 100%;
}
@media screen and (max-width:730px) { 
	#content.gallery2 ul {
		width: 95%;
	}
	#content.gallery2 li.l {
		margin-right: 10px;
	}
	#content.gallery2 li.r {
		margin-left: 10px;
	}
}
@media screen and (max-width:640px) { 
	#content.gallery2 ul {
		width: 100%;
	}
	#content.gallery2 ul li{
		margin-bottom: 10px;
	}
	#content.gallery2 li.l {
		margin-right: 5px;
	}
	#content.gallery2 li.r {
		margin-left: 5px;
	}
}
/*
@media screen and (max-width:400px) { 
	#content.gallery2 ul {
		width: 100%;
		flex-wrap: wrap;
	}
	#content.gallery2 ul li{
		width: 100%;
		margin: 0 0 10px 0 !important;
	}
}
*/

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// stockists
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content.stockists{
	padding-bottom: 35px;
}

#content.stockists li{
	color: #666666;
	font-weight: 300;
	margin-bottom: 15px;
}

#content.stockists li a{
	font-weight: 300;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// contact
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content.contact{
	padding-bottom: 35px;
}

#content.contact h2{
	margin-bottom: 260px;
}

#content.contact h3{
	font-size:1.8rem;
	font-weight: 100;
	margin-bottom: 20px;
}

#content.contact dl{
	margin-bottom: 65px;
}
#content.contact dl:last-child{
	margin-bottom: 0;
}
#content.contact dt{
	margin-bottom: 15px;
}
#content.contact dd{
	font-weight: 100;
	margin-bottom: 15px;
}
#content.contact dd a{
	font-weight: 100;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// news
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/




#content.news .box{
	max-width: 760px;
	margin: 0 auto 50px;
	padding-bottom: 40px;
	display: table;
	border-bottom: solid 1px #e7e7e7;
}
#content.news .box:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#content.news .date,
#content.news .detail{
	text-align: left;
	display: table-cell;
}

#content.news .date{
	color:#000;
	font-size:1.6rem;
	font-weight: 100;
	width: 160px;
	padding-right: 50px;
	box-sizing: border-box;
}
#content.news .detail{
	font-size:1.2rem;
	width: 600px;
	padding-left: 60px;
	border-left:solid 1px #e7e7e7;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#content.news .detail img{
	float: right;
	width: 235px;
	margin: 0 0 25px 25px;
}