@charset "utf-8";
@import url('../reset.css');
body{
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #5d5d54;
	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;
	text-align: center;
}
*, *: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 {

}

.pu-body::-webkit-scrollbar {

}
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;
}
a.touch_event{
	opacity: 0.5;
}
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
}
.sp-show{
	display: none;
}
.pu-wrapper {
	overflow: hidden;
	background-color: #fff
}

.pu-wrapper header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
	padding: 20px 4.6875vw;
	z-index:900;
	-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);
}
.pu-wrapper header.scroll_after{
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .18);
	background-color: #fff;
}
header a{
	display: block;
}
.pu-wrapper .header--area{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .header-logo--area{
	width: 13.34vw;
	min-width: 150px;
}
header .header-logo--area a{
	display: block;
}
header .header-global-navi--area ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .header-global-navi--area li{
	display: block;
	margin-right: 10px;
}
header .header-global-navi--area a{
	padding:20px 10px;
	display: block;
	-webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	font-weight: bold;
	position: relative;
	color: #3f3f3f;
	font-size: 14px;
	min-width: 120px;
}
header .header-global-navi--area a::before{
	content: "";
	width: 0%;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	background: #3f3f3f;
	height: 1px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
header .header-global-navi--area a:hover:before {
	width: calc(100% - 20px);
}

header .header-menu-icon--area{
	width: 48px;
	min-width: 48px;
}
header .header-menu-icon--area .header-menu-icon{
	padding: 10px 10px 10px 10px;
	transition: opacity 500ms;
	cursor: pointer;
}
header .header-menu--line{
	height: 1px;
	position: relative;
	display: block;
	width: 100%;
	background-color: #848484;
}
header .header-menu--line::before,
header .header-menu--line::after{
	content: "";
	height: 1px;
	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: -6px;
}
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: 6px;
}
header .popup-op .header-menu--line{
	background: none;
}
header .popup-op .header-menu--line::before{
	-webkit-transform: translate(0, 6px) rotate(45deg);
	transform: translate(0, 6px) rotate(45deg);
}
header .popup-op .header-menu--line::after{
	-webkit-transform: translate(0, -6px) rotate(-45deg);
	transform: translate(0, -6px) rotate(-45deg);
}
header .header-sns--area ul{
	display: -ms-flexbox;
	display: flex;
}
header .header-sns--area li{
	width: 18px;
	height: 18px;
	margin-right: 15px;
}
header .header-sns--area li.fb{
	width: 9px;
}
header .header-sns--area li.tw{
	width: 20px;
}
header .header-sns--area li.line{
	width: 20px;
	margin-right: 0;
}
header .header-sns--area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
header .header-tel-area a{
	font-size: 1.4rem;
	color: #3f3f3f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
header .header-tel-area a::before{
	content: "TEL.";
}
@media screen and (max-width: 1200px) {
/* 768pxまでの幅の場合に適応される */
	header .header-global-navi--area li{
		display: block;
		margin-right: 0;
	}
	header .header-global-navi--area a{
		min-width: auto;
		padding: 10px;
		font-size: 12px;
	}
	header .header-global-navi--area a:hover:before {
		width: 100%;
		width: calc(100% - 20px);
	}
	header .header-tel-area a::before{
		content: "TEL.";
		font-size: 12px;
	}
	header .header-tel-area a{
		font-size: 1rem;
	}
	header .header-global-navi--area a{
		min-width: auto;
	}
	header .header-global-navi--area a::before{
		bottom: 0px;
	}
}
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--content{
		filter: brightness(10) invert(0);
		padding:110px 50px 0;
}
.accordion-menu.popup-op{
	height: 100vh;
}
.accordion-menu--title{
	font-size: 26px;
	letter-spacing: 0.3em;
	line-height: 2rem;
}
.accordion-menu--title .sub-title{
	display: block;
	font-size: 12px;
}
.accordion-menu--area{
	width: 80%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.accordion-menu--area .menu--block{
	width: 40%;
	margin-top: 20px;
}
.accordion-menu--area a{
	width: 100%;
	display: block;
	padding:20px;
	color: #5d5d54;
	position: relative;
}
.accordion-menu--area a::after{
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	background: #5d5d54;
	height: 1px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.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%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
}
.sns-accordion-menu--area .sns-accordion-content .sns-icon{
	width: 18px;
	height: 18px;
	display: block;
	margin-left: 2.25vw;
}
.sns-accordion-menu--area .sns-accordion-content .sns-text{
	line-height: 20px;
	display: block;
	margin-left:0.75vw; 
}
.sns-accordion-menu--area .sns-accordion-content .sns-icon.fb{
	width: 9px;
}
.sns-accordion-menu--area .sns-accordion-content .sns-icon.line,
.sns-accordion-menu--area .sns-accordion-content .sns-icon.tw{
	width: 20px;
}
.sns-accordion-menu--area a{
	color: #5d5d54;
}

.map-area .map-content-area{
	width: 100%;
	height: 33.4375vw;
	overflow: hidden;
}
.map-area .pc-map-content{
	padding-left: 4.6875vw;
	padding-right: 4.6875vw;
	position: relative;

}
.map-area .shop-text-area{
	background: url(../../image/pc/common/maruichi-maru-logo.png) no-repeat;
	background-size: 100%;
	background-size: 50%;
	background-position: 150% 0%;
}
.pc-map-shop-detail{
	display: -ms-flexbox;
	display: flex;
}
.pc-map-shop-detail .shop-image-area{
	width: 50%;
}
.pc-map-shop-detail .shop-image-area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pc-map-shop-detail .shop-text-area{
	width: 50%;
	text-align: left;
	padding: 0 4.6875vw 4.6875vw 4.6875vw;
}
.pc-map-shop-detail .shop-name{
	font-size: 22px;
	margin-bottom: 10px;
}
.pc-map-shop-detail .shop-text-detail{
	letter-spacing: .08em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6;
}
.pc-map-shop-detail .shop-btn a{
	width: 70%;
	margin: .8125vw auto 0 0;
	color: #383838;
	text-align: center;
	border: .1125vw solid #5d5d54;
	letter-spacing: .14em;
	padding:.7125vw 0;
	display: block;
}
.pc-map-shop-detail .shop-btn a:hover{
	opacity: 1;
	background-color: #5d5d54;
	color: #fff;
}
.footer-area{
	background-color: #3c3c3c;
	text-align: left;
	color: #fff;
}
.footer-box-area{
	padding: 105px 60px 65px; 
}
.footer-box-area .box{
	margin-bottom: 120px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-box-area .box-content{
	margin-bottom: 30px;
	padding-right: 20px;
	
}
.footer-area .footer-logo-area{
	width: 120px;
}
.footer-area .footer-logo{
	display: block;
}
.footer-box-area .copyright{
	font-size: 9px;
}
.footer-box-area .footer-btn-area{
	width: 206px;
	height: 48px;
	border: 1px solid #fff;
	line-height: 48px;
	font-size: 13px;
	margin-bottom: 30px;
}
.footer-box-area .footer-btn-area a{
	display: block;
	text-align: center;
	color: #fff;
}
.footer-box-area .footer-title{
	font-size: 16px;
	letter-spacing: .14em;
	margin-bottom: 30px;
}
.footer-box-area .box-content li{
	letter-spacing: .14em;
	color: #8f8f8f;
	line-height: 2.54545;
	font-size: 11px;
}
.footer-box-area .box-content li a{
	color: #8f8f8f;
}
.footer-area .footer-sns-area{
	width: 100%;
	margin: 0 auto;
}
.footer-area .sns-box{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.footer-area .box-content-insta{
	width: 18px;
	height: 18px;
	margin-right: 15px;
}
.footer-area .box-content-fb{
	width: 8px;
	height: 18px;
	margin-right: 15px;
}
.footer-area .box-content-tw{
	width: 18px;
	height: 18px;
	margin-right: 15px;
}
.footer-area .box-content-line{
	width: 18px;
	height: 18px;
}
.footer-area .sns-box a{
	display: block;
}

#js-menu-click:hover{
	opacity: 0.5;
}
.pu-menu__line:before, .pu-menu__line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    background-color: #848484;
    height: 1px;
}
.popup-op .pu-menu__line:before {
	top: -6px;
	-webkit-transform: translate(0, 6px) rotate(45deg);
	transform: translate(0, 6px) rotate(45deg);

}
.popup-op .pu-menu__line:after {
	top: 6px;
	-webkit-transform: translate(0, -6px) rotate(-45deg);
	transform: translate(0, -6px) rotate(-45deg);

}
.popup-op .pu-menu__line{
	background-color: #fff;
}
.menu-overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	transition:all 1s ease;
}
.popup-op.menu-overlay{
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);

}
.menu-overlay .menu-area{
	margin-right: 160px;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
}
.box-menu-01{
	width: 34%;
	background: url(../../image/pc/common/menu_bg_box01.jpg) center center no-repeat;
	background-size: cover;
	-webkit-transform: translate(300%, 0);
	transform: translate(300%, 0);
}
.box-menu-02{
	width: 33%;
	background: url(../../image/pc/common/menu_bg_box02.jpg) center center no-repeat;
	background-size: cover;
	-webkit-transform: translate(300%, 0);
	transform: translate(300%, 0);
}
.box-menu-03{
	width: 33%;
	background: url(../../image/pc/common/menu_bg_box03.jpg) center center no-repeat;
	background-size: cover;
	-webkit-transform: translate(300%, 0);
	transform: translate(300%, 0);
}
.box-menu-01,
.box-menu-02,
.box-menu-03{
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	transition:all 1s ease;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	transition: -webkit-transform 800ms;
	transition: transform 800ms;
	transition: transform 800ms, -webkit-transform 800ms;
	text-align: left;
}
.menu-area .text-title{
	opacity: 0;
	font-size: 32px;
	margin-bottom: 3.51562vw;
	transition: -webkit-transform 800ms;
	transition: transform 800ms;
	transition: transform 800ms, -webkit-transform 800ms;
}
.popup-op .menu-area .text-title{
	opacity: 1;
	color: #fff;

}
.popup-op .box-menu-01,
.popup-op .box-menu-02,
.popup-op .box-menu-03{
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.menu-overlay .box-content{
	opacity: 0;
}
.popup-op .box-content{
	opacity: 1;
	width: 17.1875vw;
	padding-top: 17.1875vw;
	transition: opacity 500ms cubic-bezier(.42, 0, .58, 1) 500ms;
}
.menu-overlay .box-content a{
	opacity: 0;
	transition: opacity 400ms;
	display: block;
	font-size: 13px;
	letter-spacing: .14em;
	line-height: 2.4;
	color: #fff;
	text-align: left;
}
.popup-op .box-content a{
	opacity: 1;
	-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;
}
.popup-op .box-content a:hover{
	opacity: 0.5;
}
.lower-page-header{
	margin-bottom: 100px;
	position: relative;
}
.lower-page-header .bg-area{
	height: 37.25vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.lower-page-header .title-content{
	background: -moz-linear-gradient(left,  rgba(76,76,76,0) 0%, rgba(76,76,76,0.45) 25%, rgba(76,76,76,0.60) 50%, rgba(76,76,76,0.45) 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.45) 25%,rgba(76,76,76,0.60) 50%,rgba(76,76,76,0.45) 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.45) 25%,rgba(76,76,76,0.60) 50%,rgba(76,76,76,0.45) 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:2% 10%;
	width: 80%;
}
.lower-page-header .title-content h2{
	font-size: 1.605vw;
	/*font-size: 14px;*/
	margin-bottom: 15px;
}
.lower-page-header .title-content h3{
	font-size: 3.55vw;
	letter-spacing: .02em;
}
.content-area .detail-title{
	text-align: left;
}
.content-area .detail-title h4{
	font-size: 26px;
	margin-bottom: 35px;
	letter-spacing: .14em;
	line-height: 1.4;
}
.detail-top-text{
	font-size: 14px;
	margin-bottom: 100px;
	letter-spacing: .14em;
	line-height: 1.33333;
}
.content-area .detail-content{
	padding-left: 4.6875vw;
	padding-right: 4.6875vw;
	margin-bottom: 7.8125vw;
}
.detail-title .detail-text{
	font-size: 14px;
	margin-bottom: 100px;
	letter-spacing: .14em;
	line-height: 2.33333;
}
.image-left-box,
.image-right-box{
	margin-bottom: 50px;
}
.image-left-box .image-box,
.image-right-box .image-box{
	width: 64.84375vw;
	margin-bottom: 5.23438vw;
}
.image-left-box .image-box{
	margin-left: 0;
	margin-right: auto;
}
.image-right-box .image-box{
	margin-left: auto;
	margin-right: 0;
}
.text-box{
	width: 46.25vw;
	text-align: left;
	background-color: #fff;
	position: relative;
}
.image-left-box.main .text-box,
.image-right-box.main .text-box{
	background-color: #f8f8f8;
}
.image-left-box .text-wap h5,
.image-right-box .text-wap h5{
	font-size: 22px;
	margin-bottom: 40px;
	letter-spacing: .14em;
	line-height: 1.36364;
}
.image-left-box .text-wap h5 span,
.image-right-box .text-wap h5 span{
	display: block;
}
.image-left-box .text-wap .text-area,
.image-right-box .text-wap .text-area{
	letter-spacing: .14em;
    line-height: 2.09091;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 13px;
}
.text-box .text-wap{
	padding: 5.23438vw 3.90625vw;
}
.image-left-box .text-box{
	margin-left: auto;
	margin-right: 0;
	margin-top: -27.34375vw;
	height: 100%;
	min-height: 27.34375vw;

}
.image-right-box .text-box{
	margin-left: 0;
	margin-right: auto;
	margin-top: -27.34375vw;
	height: 100%;
	min-height: 27.34375vw;

}

.box-type-01{
	display: -ms-flexbox;
	display: flex;
/*	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;*/
	margin-bottom: 100px;
	text-align: left;
}
.box-type-02{
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 100px;
	text-align: left;
	-webkit-flex-flow: row-reverse;
	flex-flow: row-reverse;
}
.box-type-01 .left-40-box,
.box-type-02 .right-40-box{
	width: 40%;
	background-color: #fff;
}
.box-type-01 .right-60-box,
.box-type-02  .left-60-box
{
	width: 60%;
	min-height: 27.5vw;
}

.box-type-01 .right-60-box{
	padding-left: 5%;

}
.box-type-02 .left-60-box{
	padding-right: 5%;

}
.box-content-01 .title-box{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 30px;	
}
.box-content-01 .description-box{
	margin-bottom: 30px;
	line-height: 1.5;
}
.box-content-02 .box-50-content{
	width: 50%;
	background-color: #777; 
}
.box-content-02 .space-5{
	padding: 5%;
}
.pu-wrapper .content-area{

}
.pageing-area--all{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;	
	margin-top: 2.8125vw;
}
.pageing-area{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.pageing-area a{
	display: block;
	border: 1px solid #3f3f3f;
	padding: 5px 10px;
	margin: 10px;
	text-align: center;
}
.global-header--content{
	width: 100%;
	position: absolute;
	background-color: #f00;
	z-index: 500;
}
.page-category--product .title-area{
	margin-bottom: 4.6875vw;
	-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: 26px;
	line-height: 1.31429;
	letter-spacing: .14em;
}
.page-category--product .title-area h3 span{
	font-size: 11px;
	vertical-align: middle;
	margin-left: .7em;
}
.erorr-page{
	
}
.content-productlist--link{
	width: 100%;
}

.content-productlist--link a{
	display: block;
	padding: 20px 0;
	text-align: center;
	background-color: #3c3c3c;
	color: #fff;
}
.line-content{
	padding-left: 4.6875vw;
	padding-right: 4.6875vw;
	margin-bottom: 7.8125vw;
}
.line-content a{
	display: block;
}
.line-content a:hover{
	opacity: 0.5;
}