@charset "utf-8";
/* CSS Document */

html{
	font-size:62.5%;		
}

body{
  font-family: 'Roboto', sans-serif;
  color:#595757;
  font-size:1.6rem;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  letter-spacing: 0.1em;
}

a{  
	text-decoration: none;
	color: #595757;	
}
ul{
	list-style: none;
}
img{
	max-width: 100%;
	height: auto;
}
p{
	margin: 0;
}
.br-pc{
	display: none;
}
/*------------------------
     
    header

-------------------------*/
.header{
	background-image: url("../images/slide/slide_1_sp.png");
	background-size:cover;
	height: 100vw;
}
.header-inner{
	padding: 15px;
	width: 100%;
	position: relative;
}
.btn-trigger{
	position: absolute;
	left:15px;
	top: 15px;
	overflow: hidden;
	background-color: #8fafc3;
	width:40px;
	height: 40px;
	padding: 0;
}

.word-selecter{
	position: absolute;
	font-size:1rem;
	text-transform: uppercase;
	right:15px;
	top:15px;
	line-height: 1;
	margin: 0;
}
.word{
    display: inline-block;
}
.word.current>a{
	color: #8fafc3;
}
.word:last-of-type::before{
	position: relative;
	content: "/";
	left:-1px;
}
.header-logo{
	display: block;
	margin: 0 auto;
	width:72px;
	line-height: 1;
}
/*------------------------
     
    side-menu

-------------------------*/
.side-menu{
	position: absolute;
	top:0;
	left:-100%;
	width:265px;
	background-color: rgba(255,255,255,0.95);
	letter-spacing: 0.1em;
	padding: 35px 35px 0;
}
/*Search Form*/
.form-search{
	position: relative;
	margin-bottom: 56px;
	border-bottom: solid 1px #b7b3b3;
	font-size:1.4rem;
	padding:0;
}
.form-parts{
	width: 100%;
	text-transform: uppercase;	
}
.btn-search{
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	color:#b7b3b3;
	padding: 0;
}

/*btn close*/
.btn-close{
	position: absolute;
	top:16px;
	right:-48px;
    overflow: hidden;
	background-color: #8fafc3;
	padding: 0px;
	width: 40px;
	height:40px;
}
.btn-close use:nth-of-type(1) {
    -webkit-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
}
.btn-close use:nth-of-type(2) {
    -webkit-transform: translateX(35px) translateY(-15px) rotate(45deg);
    transform: translateX(35px) translateY(-15px) rotate(45deg);
}
/*menu-item*/
.menu-list{
	padding-left: 0;
}
.menu-item>a{
	display: block;
	margin-bottom: 24px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
}
.menu-item.blue>a{
	display: block;
	margin-bottom:40px;
	color: #8fafc3;
}
.menu-item:last-of-type{
	margin-bottom: 43px;
}
hr{
	margin: 0;
}
.follow-us{
	margin: 45px 0 40px;
	text-transform: uppercase;
	font-family: "playfair Display","serif";
	font-style: italic;
}

/*------------------------
     
    item-list

-------------------------*/
.item-set{
	width: 50%;
	text-align: center;
	margin-bottom: 24px;
}
.inner{
	box-sizing: border-box;
	padding: 40px 0px 118px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0;
}

.item-picture{
	width: 100%;
	padding-right: 15px;
}

.item-name{
	font-size: 1rem;
	letter-spacing: 0.1em;
	padding-top:12px;
    text-transform: uppercase;
}
.item-price{
	font-size: 1rem;
	letter-spacing: 0.1em;
	padding-top: 10px;
    text-transform: uppercase;
}
.footer{
	display: block;
	font-size:1rem;
	text-align: center;
	margin-bottom: 54px;
}

@media screen and (min-width:768px){
	.wrapper{
		max-width: 960px;
		margin: 0 auto;
	}
	.inner{
		padding-left: 25%;
		padding-top:56px;
		padding-bottom: 128px;
	}
	.br-pc{
		display: block;
	}
/*------------------------
     
    header

-------------------------*/
	.header{
	   background-image: url("../images/../images/slide/slide_1_pc.png");
	   background-size:cover;
	   height: auto;
    }
	.header-inner{
		padding:0;
	}
	.header-content{
	   position: relative;
	   max-width: 960px;
	   padding: 15px;
	   margin: 0 auto;
	}
	.word-selecter{
		top:0;
	}
	.btn-trigger{
		display: none;
	}
	.btn-close{
		display: none;
	}
	.catch-copy{
		position: absolute;
		top:300px;
		right: 25px;
		color: #8fafc3;
		font-size: 32px;
		font-family: 'playfair Display',serif;
		font-style: italic;
		line-height: 1.1;
	}
/*------------------------
     
    side-menu

-------------------------*/
    .side-menu{
		position: static;
		margin-top: -38px;
		padding: 0;
		width:150px;
		background-color: transparent;
    }
	/*Search Form*/
	.form-search{
		font-size:1rem;
		line-height: 1.75;
		cursor: pointer;
		outline: none;
	}
	.form-parts{
		cursor: pointer;
		outline: none;
	}
	.btn-search{
        cursor: pointer;
		outline: none;
	}

	/*Search Form*/
	.menu-item>a{
		margin-bottom: 18px;
		font-size:1rem;
	}
	.menu-item.blue>a{
		margin-bottom: 30px;
	}
	.menu-item:last-of-type{
	margin-bottom: 40px;
    }
	.follow-us{
		margin-top: 40px;
		font-size:1rem;
	}
/*------------------------
     
    item-list

-------------------------*/
	.item-set{
		padding-right: 25px;
		width:33%;
		padding-bottom: 24px;
		margin: 0;
	}
	.item-set .item-pictuer{
		display: block;
		transition-duration: 0.3s;
	}
	.item-set:hover .item-picture{
		transform: scale(1.08,1.08);
	    transition-duration: 0.3s;
	}
	.item-picture{
    	padding-right: 0;
	}
	.item-name{
	  	padding-top:20px;
   
	}
	.footer{
		text-align: right;
	}	
}
