@charset "utf-8";
@import url('../reset.css');
body{
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #3f3f3f;
	font-family: "FOT-筑紫明朝 Pr6N M", "游明朝", Yu Mincho, YuMincho, Hiragino Mincho ProN, "HGS明朝E", "メイリオ", Meiryo, serif;
	font-size: 14px;
	line-height: 1.0;
	letter-spacing: .1em;
}
*, *:before, *:after {
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	margin: 0;
	outline: 0;
	padding: 0;
	color: inherit;
	font-size: 100%;
	font: inherit;
	text-decoration: none;
	vertical-align: baseline;
}
.pu-body {
	-ms-overflow-style: none
}

.pu-body::-webkit-scrollbar {
	display: none
}
a{
	color: #1f1f11;
	text-decoration: none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	vertical-align: baseline;
}
.touch_event{
	opacity: 0.5;
}
.sp-width{
	padding-right: 7.03125vw;
	padding-left: 7.03125vw;
	margin-bottom: 15.625vw;
}
img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.pc-show{
	display: none;
}
.pu-wrapper {
	overflow: hidden;
	background-color: #fff
}
.pu-wrapper{
	width: 100%;
}
header{
	height: 22.75vw;
	left: 0;
	width: 100%;
	padding-right: 7.03125vw;
	padding-left: 7.03125vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	transition: height 800ms cubic-bezier(.455, .03, .515, .955);
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .18);
}
header .header--area{
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
header .header-logo--area{
	width: 50%;
}
header .header-global-navi--area{
	display: none;
}
header .header-sns--area{
	display: none;	
}
header .header-tel-area{
	margin-left: 30px
}
header .header-tel-area a{
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	color: #5d5d54;
}
header .header-tel-area a .sp-icon{
	display: none;
}
header .header-tel-area a::before{
	content: "TEL";
	display: block;
	border: 1px solid #3f3f3f;
	padding: 6px 12px;
	background-color: #3f3f3f;
	color: #fff;
	font-weight: bold;
}
header.active .header-tel-area a::before{
	background: none;
}
header .header-menu-icon--area{
	width: 30px;
	height: 45px;
}
header .header-menu-icon--area .header-menu-icon{
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	transition: opacity 500ms;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
header .header-menu--line{
	height: 2px;
	position: relative;
	display: block;
	width: 100%;
	background-color: #848484;
}
header .header-menu--line::before,
header .header-menu--line::after{
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	background-color: #848484
}
header .header-menu--line::before {
	transition: -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 300ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 300ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
	top: -8px;
}
header .header-menu--line::after{
	transition: -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 300ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 300ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
	top: 8px;
}
header .popup-op .header-menu--line{
	background: none;
}
header .popup-op .header-menu--line::before{
	-webkit-transform: translate(0, 8px) rotate(45deg);
	transform: translate(0, 8px) rotate(45deg);
}
header .popup-op .header-menu--line::after{
	-webkit-transform: translate(0, -8px) rotate(-45deg);
	transform: translate(0, -8px) rotate(-45deg);
}
header.scroll_after.active,
header.active{
	background: none;
	filter: brightness(10) invert(0);
	box-shadow: none;
}
.accordion-menu{
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, .85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 899;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion-menu.popup-op{
	height: 100vh;
}
.accordion-menu--content{
	filter: brightness(10) invert(0);
	padding:22.75vw 10% 10px;
}
.accordion-menu .accordion-menu--area{
	width: 100%;
}
.menu--block{
	width: 100%;
	margin-top: 10px;
}
.accordion-menu--area a{
	width: 100%;
	display: block;
	padding:10px 20px 20px;
	color: #5d5d54;
	position: relative;

}
.accordion-menu--area a::after{
	content: "";
	width: calc(100% - 30px);
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	background: #5d5d54;
	height: 2px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.accordion-menu--content .accordion-menu--title{
	font-size: 5.625vw;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1rem;
}
.accordion-menu--content .accordion-menu--title .sub-title{
	display: block;
	font-size: 2.1875vw;
	margin-top: .9vw;
}

.sns-accordion-menu--area{
	width: 80%;
	margin: 4vh auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sns-accordion-menu--area .sns-accordion-content{
	width: 25%;
	text-align: center;
}
.sns-accordion-menu--area .sns-accordion-content .sns-text{
	display: none;
}
.sns-accordion-menu--area .sns-accordion-content .sns-icon{
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
}
.sns-accordion-menu--area .sns-accordion-content .sns-icon.fb{
	width: 15px;
}

.content-area{
	width: 100%;
}
.main-image{
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.pu-wrapper .content-area{
	padding-top: 22.75vw;
}
.map-area .map-content-area{
	height: 85.9375vw;
	width: 100%;
	overflow: hidden;	
}
.map-area .shop-text-area{
	margin-bottom: 10.9375vw;
	margin-top:10.9375vw;
}
.map-area .shop-text-area .shop-name{
	font-size: 5.625vw;
}
.map-area .shop-text-area .shop-text-detail{
	padding-top: 4.375vw;
	line-height: 1.6;
}
.map-area .shop-text-area .shop-btn{
	margin-top: 10.9375vw;
}
.map-area .shop-text-area .shop-btn a{
	width: 100%;
	height: 18.75vw;
	line-height: 18.75vw;
	color: #383838;
	text-align: center;
	border: .3125vw solid #383838;
	font-size: 3.4375vw;
	letter-spacing: .14em;
	display: block;
}
footer{
	background-color: #3c3c3c;
	color: #fff;
	transition: transform 0.3s;
}
footer .footer-box-area{
	padding: 12.5vw 6.25vw 18.75vw;
}
footer .footer-box-area .footer-logo-area{
	width: 31.71875vw;
	margin: 0 auto 4.375vw;
}
footer .footer-box-area .footer-sns-area{
	position: absolute;
	bottom: -100.125vw;	
	right: 0;
	width: 28.84375vw;
	z-index: 2;

}

footer .footer-box-area .box-content-insta{
	width: 5.625vw;
	height: 5.625vw;
	margin-right: 4.6875vw;
}
footer .footer-box-area .box{
	position: relative;
	margin-bottom: 10.9375vw;
}
footer .footer-box-area .box-content-fb{
	width: 3.125vw;
	height: 6.5625vw;
	margin-right: 4.6875vw;
}
footer .footer-box-area .box-content-tw{
	width: 5.625vw;
	height: 5.625vw;
	margin-right: 4.6875vw;
}
footer .footer-box-area .box-content-line{
	width: 5.625vw;
	height: 5.625vw;
}


footer .footer-box-area .sns-box{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}
footer .box-content{
	position: relative;
}
footer .footer-btn-area{
	position: absolute;
	top: 1.875vw;
	right: 0;
	width: 38.4375vw;
	height: 10.9375vw;
	border: .3125vw solid #fff;
	line-height: 10.9375vw;
	font-size: 2.8125vw;
}
footer .footer-btn-area a{
	display: block;
	color: #fff;
	text-align: center;
}
footer .box-content ul li{
	letter-spacing: .14em;
	display: block;
}
footer .box-content ul li a{
	color: #8f8f8f;
	line-height: 2.54545;
	font-size: 3.125vw;
	display: block;
}
footer .copyright{
	position: relative;
	font-size: 2.5vw;
	line-height: 1.7;
	letter-spacing: .12em;
}
footer .copyright span{
	display: block;
}
footer .call-area{
	margin: 0 auto 9.375vw;
	text-align: center;
	font-size: 3.625vw;
	line-height: 1.6;
	letter-spacing: 0.5em;
}
footer .call-area a{
	color: #fff;

}
.wap .title-area{
	margin-bottom: 9.375vw;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wap .title-area h3{
	font-size: 5.625vw;
	line-height: 1.4;
	letter-spacing: .1rem;
}
.wap .title-area h3 span{
	font-size: 2.1875vw;
	margin-top: .9vw;
	display: block;
	letter-spacing: .16em;
}
.wap .title-area .list-all-link{
	font-size: 3.125vw;
	padding-top: 2.34375vw;
	letter-spacing: .16em;
}
.wap .title-area .list-all-link a{
	letter-spacing: .06em;
	padding-bottom: 6px;
	position: relative;
}
.wap .title-area .list-all-link a:after{
	content: "";
	width: 98%;
	height: 1px;
	background-color: #3f3f3f;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: background-color 300ms;
}
.lower-page-header{
	margin-bottom: 15.625vw;
}
.lower-page-header .bg-area{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 82.8125vw;
	background-size: cover;
	background-position: center;
}
.lower-page-header .bg-area .title-content{
	background: -moz-linear-gradient(left,  rgba(76,76,76,0) 0%, rgba(76,76,76,0.30) 25%, rgba(76,76,76,0.50) 50%, rgba(76,76,76,0.30) 75%, rgba(76,76,76,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(76,76,76,0) 0%,rgba(76,76,76,0.30) 25%,rgba(76,76,76,0.50) 50%,rgba(76,76,76,0.30) 75%,rgba(76,76,76,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(76,76,76,0) 0%,rgba(76,76,76,0.30) 25%,rgba(76,76,76,0.50) 50%,rgba(76,76,76,0.30) 75%,rgba(76,76,76,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#004c4c4c',GradientType=1 ); /* IE6-9 */
	color: #fff;
	padding:5%;
	min-width: 60%;
	text-align: center;
}
.lower-page-header .bg-area h2{
	font-size: 3.4375vw;
	margin-bottom: 2.34375vw;
	display: block;
	letter-spacing: .22em;
}
.lower-page-header .bg-area h3{
	font-size: 8.6875vw;
	display: block;
	letter-spacing: .02em;
}
.detail-content{

}
.detail-content .detail-title h4{
	font-size: 5.625vw;
	margin-bottom: 8.90625vw;
	letter-spacing: .08em;
	line-height: 1.4;
}
.detail-content .detail-title h4 span{
	display: block;
}
.detail-top-text{
	font-size: 3.125vw;
	margin-bottom: 14.84375vw;
	text-align: left;
	letter-spacing: .14em;
	line-height: 2.33333;
}
.detail-content .image-content{
	margin-bottom: 15.625vw;
}
.detail-content .text-box .text-wap h5{
	font-size: 5.625vw;
	margin-bottom: 8.90625vw;
	letter-spacing: .08em;
	line-height: 1.4;
}
.detail-content .text-box .text-wap .text-area{
	font-size: 3.125vw;
	letter-spacing: .14em;
	line-height: 2.09091;
	text-align: justify;
	text-justify: inter-ideograph;
}
.box-content-01 .title-box{
	font-size: 5.625vw;
	margin-bottom: 8.90625vw;
	letter-spacing: .08em;
	line-height: 1.4;	
}
.box-content-01 .description-box{
	font-size: 3.4375vw;
	letter-spacing: .14em;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;	
}

.pageing-area--all{
	text-align: center;
	margin-top: 2.8125vw;
}
.pageing-area{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.pageing-area a{
	display: block;
	border: 1px solid #3f3f3f;
	padding: 5px 10px;
	margin: 10px;
	text-align: center;
}
.page-category--product .title-area{
	margin-bottom: 9.375vw;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-category--product .title-area h3{
	font-size: 5.625vw;
	line-height: 1.4;
	letter-spacing: .1rem;
}
.page-category--product .title-area h3 span{
	font-size: 2.1875vw;
	margin-top: .9vw;
	display: block;
}
.content-productlist--link{

}
.content-productlist--link a{
	width: 100%;
	height: 18.75vw;
	line-height: 18.75vw;
	color: #383838;
	text-align: center;
	border: .3125vw solid #383838;
	font-size: 3.4375vw;
	letter-spacing: .14em;
	display: block;
	background-color: #3c3c3c;
	color: #fff;
}
.footer-line-content{
	width: 100%;
}
.footer-line-content a{
	display: block;
}
.footer-line-content a:hover{
	opacity: 0.5;
}
.line-content{
    padding-right: 7.03125vw;
    padding-left: 7.03125vw;
    margin-bottom: 15.625vw;
}
.line-content a{
	display: block;
}
.line-content a:hover{
	opacity: 0.5;
}