@charset "UTF-8";
/* CSS Document */
body{
	color: #000;
	margin: 0 auto;
	padding: 0px;
	line-height: 1.6em;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	height: auto;
}

html{
	overflow-x: hidden;
}

.clearfix:after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.min{
	font-family: 'Noto Serif JP', serif;
}

img{
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a,
a img{
	transition: 0.3s;
}

a:hover img{
	opacity: 0.8;
}

a[href^="tel:"] {
	pointer-events: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.sp{
	display: none;
}

.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor :pointer;
}
.menu-trigger{
	position: fixed;
	width: 50px;
	height: 50px;
	background: #000;
	z-index: 999;
	right: 8px;
	top: 8px;
}
.menu-trigger span{
	position: absolute;
	background: #fff;
	width: 30px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-trigger span:nth-of-type(1){
	top: 15px;
}
.menu-trigger span:nth-of-type(2){
	top: 0;
	bottom: 0;
}
.menu-trigger span:nth-of-type(3){
	bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
	display: none;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.93);
	width: 100%;
	height: 100%;
}
.g-nav .list{
	padding: 80px 5% 0px;
}
.g-nav .list li{
	border-bottom: 1px dashed #666;
}
.g-nav .list li a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 13px;
	padding: 20px 0;
}

.menu-trigger{
	display: none;
}

/*----------------------------contents----------------------------*/

h1#logo{
	text-align: center;
	padding: 30px 0px 20px;
}

#mainimg img{
	width: 100%;
}

#concept{
	background-color: #dedfe1;
	padding: 20px 0px 40px;
}

#concept h3{
	text-align: center;
	padding-bottom: 20px;
}

#concept-bx{
	width: 830px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 35px;
}

#concept-bx .left{
	float: left;
}

#concept-bx .right{
	float: right;
	width: 450px;
	color:#464646;
}

#concept-bx .right h4{
	font-size: 18px;
	line-height: 1.45em;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 17px;
}

#concept-bx .right p{
	font-size: 16px;
	line-height: 1.45em;
	font-family: 'Noto Serif JP', serif;
}

a.btns{
	display: block;
	width: 225px;
	line-height: 37px;
	background-color: #000;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	border: 2px solid #000;
}

a.insta-btn{
	margin-bottom: 55px;
}

a:hover.btns{
	color:#000;
	background-color: #fff;
}

#subimg{
	background-image: url(../image/sub.jpg);
	background-position: center center;
	background-size: cover;
	
}

#subimg h3{
	font-size: 22px;
	line-height: 1.6em;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	padding: 50px 0px 40px;
	letter-spacing: 0.05em;
}

#youtube{
	text-align: center;
	padding: 20px 0px 50px;
}

#youtube a img{
	display: inline-block;
	margin: 0px 20px;
}

#shop_information{
	line-height: 65px;
	color:#fff;
	background-color: #cdaa82;
	font-size: 30px;
	font-weight: 100;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}

#bottom-cont{
	background-color: #cdaa82;
	text-align: center;
	padding: 25px 0px;
}

#bottom-cont img{
	margin: 0px 35px;
	display: inline-block;
	vertical-align: top;
}

#bottom-cont img:first-child{
	padding-top: 10px;
}

.introduction{
	background-color: #c29b80;
	padding: 50px 0px;
}

.introduction-bx{
	width: 830px;
	margin: 0 auto;
	overflow: hidden;
}

.introduction-bx .cont{
	width: 370px;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
}

.introduction-bx .hmn{
	background-color: #fff;
	width: 270px;
	padding: 0px 22px;
	box-sizing: border-box;
	margin-bottom: 35px;
}

.introduction-bx .hmn h3{
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding: 20px 0px 15px;
	color:#000;
}

.introduction-bx .hmn h3 span{
	font-size: 15px;
	line-height: 15px;
	display: block;
	padding-bottom: 5px;
}

.introduction-bx .hmn p{
	color:#464646;
	font-size: 12px;
	line-height: 1.6em;
	padding-bottom: 20px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.introduction-bx .cont h4{
	font-size: 25px;
	line-height: 1.6em;
	padding-bottom: 25px;
	letter-spacing: 0.05em;
}

.introduction-bx .cont p.txts{
	font-size: 16px;
	line-height: 1.6em;
}

.introduction-bx .hmn-sub{
	padding: 25px 0px 30px;
}

.introduction-bx .hmn-intro{
	overflow: hidden;
	position: relative;
}

.introduction-bx .hmn-intro img{
	float: left;
	display: block;
}

.introduction-bx .hmn-intro p{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 130px;
	font-size: 12px;
	line-height: 1.4em;
}

h3#voice-ttl{
	text-align: center;
	padding: 50px 0px 30px;
}

#insta-icon{
	position: relative;
	width: 370px;
	margin: 0 auto;
}

#insta-icon #icon{
	position: absolute;
	right: 0px;
	top: -7px;
}

#reserve{
	width: 650px;
	margin: 0 auto;
	text-align: center;
	color:#fff;
}

#reserve01{
	background-color: #828078;
	padding: 25px 0px 15px;
}

#reserve01 p#txt1{
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
}

#reserve01 p#txt2{
	font-size: 12px;
	line-height: 1.6em;
}

#reserve02{
	background-color: #cdaa82;
	padding: 25px 0px 15px;
}

#reserve02 p#txt1{
	font-size: 38px;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
}

#reserve02 #btns img{
	margin: 0px 7px;
	border-radius: 7px;
}

.best-collection{
	width: 830px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}

.best-collection p.descri{
	position: absolute;
	font-size: 12px;
	color:#464646;
	top: 45px;
	left: 375px;
	line-height: 1.4em;
	width: 380px;
}

ul.brand-lists{
	padding-top: 60px;
}

ul.brand-lists li{
	width: 240px;
	display: inline-block;
	vertical-align: top;
	margin-right: 55px;
	padding-bottom: 30px;
}

ul.brand-lists li:last-child{
	margin-right: 0px;
}

ul.brand-lists li h4{
	font-size: 14px;
	color:#c29b80;
	padding: 30px 0px 15px;
}

ul.brand-lists li p.txt{
	color:#464646;
	font-size: 11px;
	line-height: 1.4em;
}

ul.brand-lists li p.price{
	color:#464646;
	font-size: 13px;
	line-height: 1.4em;
	border-top: 1px solid #464646;
	padding-top: 15px;
	margin-top: 25px;
}

.multiple {
	padding: 0;
}

.multiple img {
	width: 100%;
}

.multiple div {
	margin: 0 2px;
}

.multiple .slick-next {
	right: -40px;
	z-index: 100;
	position: absolute;
	top: 60px;
	background-image: url(../image/a02.jpg);
	background-size: 10px 33px;
	border: none;
	width: 10px;
	height: 33px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.multiple .slick-prev {
	left: -40px;
	z-index: 100;
	position: absolute;
	top: 60px;
	background-image: url(../image/a01.jpg);
	background-size: 10px 33px;
	border: none;
	width: 10px;
	height: 33px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#multiple-bx{
	width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
}

ul.slick-dots{
	display: none !important;
}

footer{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

footer .left{
	background-image: url(../image/footerimg.jpg);
	width: 480px;
	height: 530px;
}

footer .left p{
	font-size: 10px;
	padding: 390px 0px 0px 270px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

footer .right{
	width: 480px;
}

footer .right #illust{
	text-align: center;
	padding-top: 5px;
}