
body{
    -webkit-text-size-adjust: 100%;
	text-align	: center;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333333;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	background	: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	color		: #ff0099;
	text-decoration	: none;
}

a:hover{
	color		: #ff0099;
	text-decoration	: underline;
}

h1,h2,h3{
	font-size	: 13px;
	font-weight	: normal;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0;
}

ul{
	list-style-type	: none;
	margin: 0;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}


/** header **/

header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

header h1{
	display: block;
	width: 100%;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 5px;
}

header h2{
	width: 240px;
	height: 70px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background-size: contain !important;
	-webkit-background-size: contain !important;
}

header p{
	display: block;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 5px;
}

header p em{
	font-size: 28px;
}


/** nav **/

.sp_navinfo{	height: 72px;}

.menu{
	width: 100%;
	height: 50px;
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 190;
	margin: 0;
	border: none;
}

.menu .navbar-toggle{
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
}

.menu .navbar-toggle:hover,.menu .navbar-toggle:focus{
	background: none;
}

.menu .nav{
	display: table;
	width: calc(100% - 30px);
	max-width: 1200px;
	vertical-align: middle;
	table-layout: fixed;
	-webkit-padding-start: 0px;
	margin: 0 auto;
}

.menu .nav>li{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	height: 36px;
	border-left-width: 1px;
	border-left-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.menu .nav>li:last-child{
	border-right-width: 1px;
	border-right-style: solid;
}

.menu .nav>li>a{
	display: block;
	text-decoration: none;
	line-height: 16px;
	padding: 0;
}

.nav>li>a{
	-webkit-transition	: 0.3s ease-in-out;
	-moz-transition	: 0.3s ease-in-out;
	-o-transition	: 0.3s ease-in-out;
	transition		: 0.3s ease-in-out;
}

.nav>li>a:hover{
	background: none;
}

.nav>li>a:focus{
	background: none;
}

.menu .nav>li em{
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
}

.menu .nav>li i{	display: none;}

.menu .sub_ul{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 14px;
	margin: 15px 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.menu .sub_ul li{
	display: inline-block;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
}
.menu .sub_ul li:last-of-type{	border-right: none;}

.menu .sub_ul li a{
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.menu .sub_ul li a i{	display: none;}
.menu .sub_ul li a:hover{	text-decoration: none;}



/** main **/

main{
	padding-top: 48px;
}

main h2{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-align: center;
	position: relative;
}
main h2 em{
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
}
main h2:after, main h2:before{
	content: '';
	display: block;
	width: 50px;
	height: 26px;
}
main h2:before{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: absolute;
	top: 0;
	left: -70px;
}
main h2:after{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: absolute;
	top: 0;
	right: -70px;
}


/** topimg **/

#topimg{
	background-position: center 120px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#topimg img{
	width: 100%;
	max-width: 1000px;
}

#sp_topimg{
	display: none;
}


/** imgup **/

#imgup{
	padding: 30px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}

#sp_slide{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.slide img,.img1 img{
	border-width: 10px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.img1{	margin-bottom: 30px;}
.img1:last-of-type{	margin-bottom: 0;}

.img1 img{
	width: 100%;
	max-width: 1000px;
}


/** all_imgup **/

.all_imgup{
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px 0;
}


/** news_blog **/

#news_blog{
	padding: 50px 0;
}

#news_blog .nb{
	display: table-cell;
	vertical-align: top;
}

#news{
	max-width: 500px;
	height: 290px;
	margin-left: auto;
	padding: 25px 0 20px 0;
	overflow-y		: auto;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #999999;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #ffffff;
}

#news h3{
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 5px 0;
	padding: 0 10px 0 0;
}

#news p{
	font-size: 14px;
	line-height: 25px;
	padding: 0 10px 0 0;
}

#blog{
	max-width: 670px;
	margin: 0 auto;
}

#blog h2{
	margin-bottom: 30px;
}

#rss_r{
	font-size: 0;
	line-height: 0;
}

#rss_r div{
	display: table;
	width: calc(100% - 20px);
	font-size: 14px;
	line-height: 20px;
	margin-left: 20px;
	padding: 15px 0 13px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#rss_r div:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}

#rss_r div em{
	display: table-cell;
	vertical-align: middle;
	width: 140px;
}

#rss_r div a{
	display: table-cell;
	text-align: left;
	padding-left: 20px;
}

.nb:only-child #blog{
	max-width: 1000px;
	margin: 0 auto;
}
.nb:only-child #blog h2{	padding-left: 0;}
.nb:only-child #blog #rss_r div{
	width: 100%;
	margin-left: 0;
}


#news_blog2{
	display: block;
	width: 100%;
	text-align: left;
}

#news_blog2 .nb{
	display: block;
}

#news_blog2 #news{
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 25px 0 20px 0;
}

#news_blog2 #news h3{
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 5px 0;
	padding: 0 10px 0 0;
}

#news_blog2 #news p{
	font-size: 14px;
	line-height: 25px;
	padding: 0 10px 0 0;
}

#news_blog2 #blog{
	max-width: 1000px;
	margin: 0 auto;
	padding: 25px 0 20px 0;
}

#news_blog2 #blog h2{
	padding: 0 0 0 0;
}

#news_blog2 #rss_r{
	font-size: 0;
	line-height: 0;
	text-align: left;
}

#news_blog2 #rss_r div{
	width: calc(100%);
	margin-left: 0;
}

#mv{
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#mv .mv_bg{
	display: inline-block;
	vertical-align: top;
	width: auto;
	font-size: 0;
	line-height: 0;
	margin: 0 15px;
}

#mv h2{
	width: 100%;
	height: 40px;
	margin: 0 0 20px 0 !important;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#mv h2:before,
#mv h2:after{	display: none;}

#mv h2 em{
	display: inline-block;
	font-size: 20px !important;
	line-height: 20px !important;
	letter-spacing: 0;
	max-width: 100%;
	padding: 10px 15px 8px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#mv h2 em:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 4px 0 4px;
	position: absolute;
	bottom: -14px;
	right: 50px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

.movie-wrap,
.video-wrap{
	width: 485px;
}
.video-wrap video{
	width: 485px;
	height: 272px;
}
.movie-wrap iframe{
	width: 485px;
	height: 272px;
}

.mv_bg:only-child video{
	width: 640px;
	max-width: 640px;
}
.mv_bg:only-child .movie-wrap,
.mv_bg:only-child .video-wrap{
	width: 640px;
	height: auto;
}
.mv_bg:only-child .movie-wrap iframe{
	width: 640px;
	height: 360px;
}
.mv_bg:only-child .video-wrap video{
	width: 100%;
	height: auto;
}


/** shopblog **/

#shopblog{
	padding: 150px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shopblog h2{	margin-bottom: 110px;}
.shopblog_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
}
.shopblog_box{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: calc(100% / 2 - 0.5px);
	height: 140px;
	color: currentColor;
	margin-bottom: 1px;
	padding: 20px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopblog_box:nth-of-type(2n+1):last-of-type{	width: 100%;}
a.shopblog_box:hover{
	color: currentColor;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.shopblog_box:nth-of-type(odd){	margin-right: 0.5px;}
.shopblog_box:nth-of-type(even){	margin-left: 0.5px;}
.shopblog_box_l{
	width: calc(100% - 120px);
}
.shopblog_box_l h3{
	font-size: 22px;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.shopblog_box_l .shopblog_date{
	font-size: 12px;
	line-height: 18px;
}
.shopblog_box_l .shopblog_cate{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0 0 0;
	padding: 0 5px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopblog_box_r{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-left: 20px;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopblog_box_r img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopblog_box_l:only-child{	width: 100%;}
.shopblog_kiji{
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 30px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopblog_kiji .shopblog_box{
	width: 100%;
	height: auto;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.shopblog_kiji .shopblog_box_l h3{
	white-space: wrap;
	overflow: inherit;
	text-overflow: inherit;
	-o-text-overflow: inherit;
	-webkit-text-overflow: inherit;
}
.shopblog_kiji .shopblog_img{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 20px 0;
}
.shopblog_kiji .shopblog_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.shopblog_kiji .shopblog_txt{
	font-size: 14px;
	line-height: 1.5;
}
.shopblog_kiji .shopblog_txt i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.shopblog_kiji .shopblog_txt u{	text-decoration: underline;}
#shopblog .next,
#shopblog .past{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 30px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shopblog .next a,
#shopblog .next span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 1;
	margin: 0 5px;
}
#shopblog .next a{
	border-width: 1px;
	border-style: solid;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#shopblog .next a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#shopblog .next span{
	font-weight: bold;
}
#shopblog .past a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: auto;
	height: 50px;
	font-size: 16px;
	line-height: 1;
	border-width: 1px;
	border-style: solid;
	margin: 0 5px;
	padding: 0 15px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#shopblog .past a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** about **/

#about{
	padding: 150px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#about h2{
	margin: 0 0 120px 0;
}

#about .abox_bg{
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#about .abox{
	width: 100%;
	max-width: 1000px;
	margin: 0 0 50px 0;
}

#about .abox:after{
	content			: "";
	display			: block;
	clear			: both;
}

#about .abox:last-child{
	margin-bottom: 0;
}

#about .abox_txt{
	width: 790px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#about .abox_img img{
	width: 200px;
	height: 200px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
}

#about .abox_txt h3{
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 15px 20px;
}

#about .abox_txt p{
	font-size: 14px;
	line-height: 25px;
	padding: 0;
}
#about .abox:nth-child(even){	margin-left: auto}
#about .abox:nth-child(odd) .abox_img,
#about .abox:nth-child(odd) .abox_txt{	float: left;}
#about .abox:nth-child(even) .abox_img,
#about .abox:nth-child(even) .abox_txt{	float: right;}
#about .abox:nth-child(odd) .abox_txt{	padding-left: 20px;}
#about .abox:nth-child(even) .abox_txt{	padding-right: 20px;}
#about .abox:nth-child(odd) h3{ border-radius: 0 10px 0 0;}
#about .abox:nth-child(even) h3{ border-radius: 10px 0 0 0;}


/** flow **/

#flow{
	padding: 150px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#flow h2{
	margin: 0 0 120px 0;
}

#flow .fbox{
	position: relative;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto 60px auto;
	border-radius: 10px 10px 0 0;
}

#flow .fbox:last-of-type{	margin-bottom: 0;}
#flow .fbox:last-of-type:after{	display: none;}

#flow .fimg{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	overflow: hidden;
	width: 310px;
	height: 103px;
	margin: 15px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#flow .fimg img{
	width: 100%;
	height: auto;
}

#flow .fstep{
	width: 70px;
	height: 70px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	padding: 13px 0 0 0;
	position: absolute;
	top: 30px;
	left: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#flow .fstep i{
	display: inline-block;
	font-style: normal;
}

#flow .fstep em{
	display: inline-block;
	font-size: 34px;
	line-height: 28px;
}

#flow .ftitle{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-radius: 10px 10px 0 0;
}

#flow .ftitle h3{
	display: table-cell;
	vertical-align: middle;
	height: 133px;
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	padding: 0 340px 0 120px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#flow .fbox p{
	font-size: 14px;
	line-height: 25px;
	padding: 20px 0 20px 120px;
}
#flow .fbox:before{
	content: '';
	width: 5px;
	height: calc(100% - 133px);
	background: #000;
	position: absolute;
	top: 133px;
	left: 62px;
}
#flow .fbox:after{
	content: '';
	width: 55px;
	height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	position: absolute;
	z-index: 3;
	bottom: -40px;
	left: calc(50% - 27.5px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}


/** voice **/

#voice{
	padding: 150px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#voice h2{
	margin: 0 0 120px 0;
}

#voice .vbox{
	width: 100%;
	max-width: 1000px;
	display: table;
	vertical-align: middle;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#voice .vbox:first-child{
	padding-top: 0;
}

#voice .vbox:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

#voice .vbox_l{
	display: table-cell;
	vertical-align: middle;
	width: 320px;
}

#voice .vbox_l img{
	border-radius: 100%;
	border-width: 5px;
	border-style: solid;
}

#voice .vbox_sp{
	display: none;
}

#voice .vbox_r{
	display: table-cell;
	vertical-align: middle;
}

#voice .vbox_r h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 10px 0;
}

#voice .vbox_r h3 em{
	font-size: 25px;
}

#voice .vbox_r p{
	font-size: 14px;
	line-height: 25px;
}


/** qa **/

#qa{
	padding: 150px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#qa h2{
	margin: 0 0 120px 0;
}

#qa .qbox_bg{
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#qa .qa_title{
	position: relative;
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	margin: 50px 0;
	padding: 20px 15px 15px 45px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#qa .qa_title:first-of-type{	margin-top: 0;}
#qa .qa_title:after{
	content: '';
	width: 100%;
	border-color: currentColor;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	position: absolute;
	top: 2px;
	left: 0;
}
#qa .qa_title span{
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 22px;
	left: 12px;
}

#qa .qbox{
	width: calc(100% - 100px);
	margin: 0 auto 2px auto;
	position: relative;
}
#qa .qbox_bg .qbox:last-child{
	margin-bottom: 0;
}

#qa .qbox_in{
	display: table;
	width: 100%;
	vertical-align: middle;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#qa .qbox h3{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	font-size: 22px;
	line-height: 30px;
	padding: 15px 55px 15px 15px;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#qa .qbox h3 span:before,
#qa .qbox h3 span:after{
	content: "";
	background: #999;
	border: none;
}
#qa .qbox h3 span:before{
	width: 20px;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
}
#qa .qbox h3 span:after{
	width: 2px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 29px;
}
#qa .qbox_in.open h3 span:after{	display: none;}

#qa .qbox em{
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	height: auto;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
}

#qa .qbox p{
	font-size: 14px;
	line-height: 25px;
	background: rgba(255, 255, 255, 0.6);
	padding: 17.5px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#qa .qbox_in+p{	margin-bottom: 50px;}

#qa .qa_imgup{
	font-size: 0;
	line-height: 0;
	text-align: right;
	margin: 20px 0 0 0;
}

#qa .qa_imgup img{
	width: 600px;
	height: auto;
}


/** info **/

#info{
	padding: 150px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info h2{
	margin: 0 0 120px 0;
}

#info .ctxt{
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto 10px auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info .tbl_bg{
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto 30px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info .tbl{
	width: 100%;
	display: table;
	vertical-align: middle;
	font-size: 14px;
	line-height: 25px;
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#info .th{
	display: table-cell;
	width: 220px;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
}

#info .td{
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
}

#info .td ul{
	font-size: 0;
	line-height: 0;
	padding: 0 0 10px 0;
}

#info .td li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	margin: 0 5px 5px 0;
	padding: 0 5px;
	border-radius: 11px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info .infobox_bg{
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 30px 30px 30px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info .infobox_bg h3{
	font-size: 13px;
	line-height: 36px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 10px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info .infobox_bg h3 em{
	display: inline-block;
	font-size: 30px;
	margin-right: 10px;
}

#info .infobox_bg h3 br{	display: none;}

#info .infobox_bg .all_imgup{
	margin: 20px 0 0 0;
}

#info .infobox_bg .all_imgup img{
	max-width: 100%;
	height: auto;
}

#info .infobox{
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#info .infobox:last-of-type{
	border: none;
}

#info .infobox_l{
	display: table-cell;
	vertical-align: top;
	width: 190px;
	text-align: center;
}

#info .infobox_l img{
	width: 140px;
	height: 140px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#info .infobox_r{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
	line-height: 0;
}

#info .infobox_r .shopname{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	height: 55px;
	font-size: 13px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info .infobox_r .shopname a,
#info .infobox_r .shopname span{
	font-size: 20px;
}

#info .infobox_r .shopname i{
	width: 100%;
	font-style: normal;
}

#info .infobox_r ul{
	margin: 0 0 10px 0;
	-webkit-padding-start: 0px;
}

#info .infobox_r ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

#info .infobox_r li{
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info .infobox_r li:nth-child(odd){	padding-right: 7px;}
#info .infobox_r li:nth-child(even){	padding-left: 7px;}

#info .infobox_r li div{
	width: 100%;
	display: table;
	vertical-align: middle;
	font-size: 13px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#info .infobox_r li em{
	display: table-cell;
	width: 70px;
	vertical-align: middle;
	padding: 9px 0;
}

#info .infobox_r li span{
	display: table-cell;
	vertical-align: middle;
	padding: 9px 0;
}

#info .infobox_r a.shoplink{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 277px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 8px;
	border-radius: 4px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info .infobox_r a.shoplink i{
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
}

#info .infobox_r a.shoplink{	margin-right: 10px;}

#info .infobox_l img:hover,
#info .infobox_r a.shoplink:hover{
	text-decoration: none;
	opacity			: 0.75;
	filter			: alpha(opacity=75);
}

#info .infobox_r .shopbmap{
	margin-bottom: 10px;
}
#info .infobox_r .shopbmap iframe{
	width: 100%;
	height: 250px;
}


/** away **/

#away{
	padding: 150px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#away h2{
	margin: 0 0 120px 0;
}

#away .away_toptxt{
	max-width: 1000px;
	margin: 0 auto 50px auto;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	padding: 30px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.away_box{
	max-width: 1000px;
	margin: 0 auto 50px auto;
}
.away_box:last-of-type{	margin-bottom: 0;}

#away h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 80px;
	padding: 20px 10px;
	border-radius: 10px 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#away h3 span{
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}

#away h3 em{
	width: calc(100% - 50px);
	font-size: 25px;
	line-height: 30px;
	text-align: left;
}

.away_main{
	border-radius: 0 0 10px 10px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.away_main dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.away_main dl:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.away_main dt,
.away_main dd{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.away_main dt{
	width: 220px;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	padding: 15px;
}

.away_main dd{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.away_main dd em{
	font-size: 20px;
	font-weight: bold;
}

.away_main .away_free{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 3px 0 0 0;
	padding: 18px;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** staff **/

#staff{
	padding: 150px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#staff h2{
	margin: 0 0 120px 0;
}

#staff .ch{
	width: 1000px;
	margin: 0 auto 50px auto;
	padding: 30px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#staff .ch h3{
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding: 0 0 20px 0;
	border-bottom: 3px double currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#staff .ch h3 em{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 25px;
}
#staff .ch h3 em:before,
#staff .ch h3 em:after{
	content: '';
	width: 1px;
	height: 30px;
	background: currentColor;
	border-radius: 1.5px;
	position: absolute;
	bottom: -10px;
}
#staff .ch h3 em:before{
	left: 10px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#staff .ch h3 em:after{
	right: 10px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#staff .away_box{
	border-radius: 10px;
}

#staff .away_box h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 80px;
	padding: 20px 10px;
	border-radius: 10px 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#staff .away_box h3 span{
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}

#staff .away_box h3 em{
	width: calc(100% - 50px);
	font-size: 25px;
	line-height: 30px;
	text-align: left;
}

#staff .ch p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	padding: 20px 0 0 0;
}
#staff .ch p:only-child{	padding-top: 0;}

#staff .rec_point{
}

#staff .rec_point ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	line-height: 0;
	text-align: left;
	width: 1010px;
	margin: 0 auto 50px auto;
	padding: 0 5px;
}

#staff .rec_point li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	vertical-align: top;
	width: calc(100% / 3 - 10px);
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	border-radius: 20px;
	margin: 0 5px 10px 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#staff .rec_staff_voice{
	position: relative;
	border-radius: 10px;
	margin: 30px 0 0 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#staff .rec_staff_voice h4{
	position: relative;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 33px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#staff .rec_staff_voice h4 span{
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: -3px;
	left: -3px;
}

#staff .rec_staff_voice p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}

#staff .rec_mess{
	position: relative;
	border-radius: 10px;
	width: 1000px;
	margin: 0 auto 50px auto;
	padding: 0 20px 20px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#staff .rec_mess:last-of-type{	margin-bottom: 0;}

#staff .rec_mess h3{
	width: 100%;
	height: 54px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#staff .rec_mess h3 span{
	width: 100%;
	font-size: 20px;
	line-height: 20px;
}

#staff .rec_mess h3 em{
	width: 100%;
	font-family: "FontA";
	font-size: 11px;
	line-height: 14px;
}

#staff .rec_mess .mess_i{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 40px;
	height: 54px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	position: absolute;
	top: 0;
	left: 20px;
}

#staff .rec_mess .mess_i span{
	width: 30px;
	height: 30px;
	font-size: 26px;
	line-height: 30px;
	border-radius: 50%;
}

#staff .rec_mess p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}


/** contact **/

#contact{
	padding: 150px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#contact h2{
	margin: 0 0 120px 0;
}

#contact .con_img{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 auto 30px auto;
}

#contact .ctxt{
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto 30px auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form{
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 0 40px 40px 40px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form .tbl{
	width: 100%;
	display: table;
	vertical-align: middle;
	font-size: 14px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.form .th{
	display: table-cell;
	width: 210px;
	vertical-align: middle;
	font-size: 16px;
	padding: 34px 0;
}

.form .th em{
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin-right: 10px;
	padding: 0 5px;
	border-radius: 3px;
}

.form .td{
	display: table-cell;
	vertical-align: middle;
	padding: 34px 20px;
}

.form .td span{
	display: inline-block;
	margin-right: 20px;
}

.form #f_bbox br{
	display: none;
}

.form #submit p{
	font-size: 14px;
	line-height: 20px;
	margin: 30px 0;
}

.form .bt_bg{	text-align: center;}

.form input.bg_p,
.form .co_bt{
	display: inline-block;
	width: 300px;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.form .co_bt{	line-height: 60px;}

.form input.bg_p:hover,
.form .co_bt:hover{
	text-decoration: none;
	opacity			: 0.75;
	filter			: alpha(opacity=75);
}


/** form item **/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	padding			: 3px;
	margin			: 0 3px 0 0;
	font-size		: 13px;
	color: #333;
	border			: 1px solid #ccc;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.w1{ width: 50%; }
.w2{ width: 100%; }
.w3{ width: 60px; }

input[type="radio"]{
	padding			:0;
	margin			: 0 3px 0 0;
}

select{
	border			: 1px solid #ccc;
	font-size: 13px;
	color: #333;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	margin			: 0 3px 0 0;
}

form textarea{
	width: 100%;
	height: 170px;
	padding			: 3px;
	margin			: 0 3px 0 0;
	font-size		: 13px;
	color: #333;
	border			: 1px solid #cccccc;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#submit{
	text-align: center;
}

.error{
	padding			: 80px 0 50px 0;
	text-align		: center;
	font-size		: 20px;
	line-height: 18px;
}

.error_bt{
	text-align: center;
}

.error_bt a{
	display: inline-block;
	width: 300px;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin: 0 0 80px 0;
	padding: 15px 0;
	background: #41bdd7;
	box-shadow:0px 3px 0px 0px #3099af;
	-moz-box-shadow:0px 3px 0px 0px #3099af;
	-webkit-box-shadow:0px 3px 0px 0px #3099af;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.error_bt a:hover{
	color: #3099af;
	background: #d4f6fd;
	box-shadow:0px 3px 0px 0px #41bdd7;
	-moz-box-shadow:0px 3px 0px 0px #41bdd7;
	-webkit-box-shadow:0px 3px 0px 0px #41bdd7;
}

.over{
	padding			: 80px 0 50px 0;
	text-align		: center;
	font-size		: 20px;
	line-height: 24px;
}

.error span,.over span{	color	: #ff0000;}

.error_text{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
	margin: 30px 0;
}
#submit .error_text br{	display: inline;}
#submit .error_text+p{	margin-top: 0;}
#submit .error_text:empty+p{	margin-top: 30px;}

.error_text:empty{ display: none;}

.error_block .th{
	color: #ff0000 !important;
	animation-name: indfade;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block select,
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}

/** capt **/

.capt{
	width: 280px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	margin: 30px auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size : 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}


/** aside **/

aside{}

aside #up{
	padding: 15px 0;
}

aside #up a{
	font-size: 16px;
	line-height: 20px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

aside #up a:hover{
	text-decoration: none;
	opacity			: 0.6;
	filter			: alpha(opacity=60);
}

aside .sns_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 30px 0;
}

aside .sns_bt a,
aside .sns_bt span{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 5px;
}
aside .sns_bt img{
	width: 50px;
	height: auto;
}
aside .sns_bt span img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

aside ul{
	font-size: 0;
	line-height: 0;
	padding: 0 0 50px 0;
	text-align: center;
}

aside ul li{
	display: inline-block;
	width: 90px;
	height: 90px;
	font-size: 11px;
	line-height: 90px;
	border-width: 1px;
	border-style: solid;
	margin: 0 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

aside ul li:hover{
	opacity			: 0.75;
	filter			: alpha(opacity=75);
}

aside ul li a{
	display: block;
	font-weight: bold;
	font-size: 10px
}

aside ul li a:hover{
	text-decoration: none;
}

aside ul li a:focus{
	text-decoration: none;
}

aside #shopinfo{
	display: table;
	vertical-align: middle;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

aside .shopinfo_l{
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
}

aside .shopinfo_l .font1{
	font-size: 30px;
	line-height: 34px;
}

aside .shopinfo_r{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
	line-height: 0;
	padding: 0 25px;
}

aside .shopinfo_r h2{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 8px 0;
}

aside .shopinfo_r p{
	font-size: 12px;
	line-height: 1.4;
}

aside .shopinfo_r p.shopinfo_catch{
	font-size: 14px;
	margin-bottom: 5px;
}

aside .shopinfo_r span{
	display: inline-block;
	margin: 10px 10px 0 0;
	font-size: 11px;
	line-height: 20px;
	padding: 10px;
	border-radius: 4px;
}

aside .shopinfo_r span a{
	text-decoration: none;
}

aside .shopinfo_r span em{
	font-size: 18px;
}

aside .shopinfo_r .shopinfo_line,
aside .shopinfo_r .shopinfo_kakao{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

aside .shopinfo_r .shopinfo_line:hover,
aside .shopinfo_r .shopinfo_kakao:hover{
	opacity			: 0.6;
	filter			: alpha(opacity=60);
}


/** footer **/

footer{
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	margin: 0;
	padding: 55px 0 60px 0;
}

footer p{
	margin: 0;
	padding: 0 10px;
	line-height: 16px;
}

.pc_none{	display: none;}
.sp_none{	display: inline-block;}
#tb_topimg{	display: none;}
aside #page-top{
	font-size: 0;
	line-height: 0;
}

/***************************************
FOR PC
****************************************/
@media (min-width: 1118px){
}

/***************************************
FOR TUB
****************************************/
@media (max-width: 1119px) {
	#news_blog{
		display: block;
	}
	#news_blog .nb{
		display: block;
	}
	#news_blog .nb,
	#news_blog2 .nb{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#mv{
		width: auto;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#mv h2{
		width: 100%;
		height: 40px;
		margin: 0 0 10px 0 !important;
		padding: 0 !important;
		border-radius: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#mv .mv_bg{
		display: block;
		width: 640px;
		margin: 0 auto 40px auto;
	}
	#mv .mv_bg:last-of-type{	margin-bottom: 0;}
	.movie-wrap{
	}
	.movie-wrap iframe{
		width: 640px;
		height: 360px;
	}
	.movie-wrap,
	.video-wrap{
		width: 100%;
	}
	.video-wrap video{
		width: 640px;
		height: auto;
	}
	.mv_bg:only-child video{
		width: 640px;
		max-width: 100%;
	}
	.mv_bg:only-child .movie-wrap,
	.mv_bg:only-child .video-wrap{
		width: 100%;
		height: auto;
	}
	.mv_bg:only-child .movie-wrap iframe{
		width: 640px;
		height: 360px;
	}
	.mv_bg:only-child .video-wrap video{
		width: 640px;
		height: auto;
	}


	#about,#flow,#voice,#qa,#info,#contact{
		padding-right: 10px;
		padding-left: 10px;
	}
	.form{
		padding-left: 20px;
		padding-right: 20px;
	}
}

#navToggle{	display: none;}


/***************************************
FOR SP
****************************************/
@media (max-width: 767px){
	header{
		height: 0;
		position: fixed;
		left: 0;
		z-index: 998;
		background: none !important;
	}
	header h1{
		top: -40px;
	}
	header p{	display: none;}
	header h2{
		position: absolute;
		top: -40px;
		background: none !important;
	}
	.menu{
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 250;
		margin: 0;
		border: none;
	}
	#navToggle{	display: block;}
	#navToggle button{
		position: fixed;
		z-index: 1001;
		top: 10px;
		right: 10px;
		cursor: pointer;
		display:block;
		width: 60px;
		height: 60px;/** header,nav,SAME HEIGHT **/
		text-indent: -9999px;
		border: none;
		border-radius: 2px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#navToggle button span,
	#navToggle button span:before,
	#navToggle button span:after{
		display: inline-block;
		width: 30px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
	}
	#navToggle button span{
		position: absolute;
		top: 20px;
		right: 15px;
	}
	#navToggle button span:before,
	#navToggle button span:after{
		content: "";
		display: block;
		clear: both;
	}
	#navToggle button span:before{
		position: absolute;
		top: 10px;
		right: 0;
	}
	#navToggle button span:after{
		position: absolute;
		top: 20px;
		right: 0;
	}
	#navToggle .closebt span{
		position: absolute;
		top: 30px;
		right: 15px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	#navToggle .closebt span:before{
		content: "";
		clear: both;
		position: absolute;
		top: 0px;
		right: 0px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		opacity:0;
	}
	#navToggle .closebt span:after{
		content: "";
		display: block;
		clear: both;
		position: absolute;
		top: 0px;
		left: 0px;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
	}
	nav{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 100vh;
		text-align: left;
		font-size: 0;
		line-height: 0;
		position: fixed;
		left: 0;
		top: -100vh !important;/** header,nav,SAME HEIGHT **/
		z-index: 998;
		overflow: hidden;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 0 0 85px 0;
		border: none !important;
		box-shadow:none !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav.opennav{
		width: 100%;
		height: 100vh;
		overflow: visible;
		top: 0 !important;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	nav.opennav::-webkit-scrollbar{
	  display: none;
	}
	nav .sp_navinfo{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
		text-align: left;
		height: 80px;
		padding: 10px 75px 10px 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav .sp_navinfo h2{
		width: 100%;
		font-size: 16px;
		line-height: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
	}
	nav .sp_navinfo p{
		width: 100%;
		font-size: 12px;
		line-height: 14px;
	}
	nav .sp_navinfo p span{
		position: relative;
		bottom: -2px;
		font-size: 14px;
		line-height: 14px;
		margin-right: 2px;
	}
	nav .sp_navinfo p a, nav .sp_navinfo p a:hover{	color: currentColor;}
	nav .sp_navinfo p span:nth-of-type{	margin-left: 15px;}
	nav ul{
		max-width: 100%;
		margin: 0;
		padding: 0 !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.ad_on_body nav ul{
		padding-bottom: 10px;
	}
	.menu{
		position: static;
	}
	.menu .nav{	display: block; width: 100%;}
	.menu .nav li{	display: block; height: auto; border-left: none;}
	.menu .nav>li:last-child{  border-right: none;}
	.menu .nav li.sp_nav_li{	display: block;}
	.menu .nav li .tx_n1:before{	display: none;}
	.menu .nav li a{
		position: relative;
		display: block;
		width: auto;
		height: auto;
		font-size: 18px;
		line-height: 18px;
		text-decoration: none;
		margin: 0;
		padding: 16px 15px 15px 40px;
		border-right: none;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
	}
	.menu .nav li a:hover{	box-shadow: none;}
	nav > a.bt1 , nav > a.bt1:hover{
		display: block;
		font-size: 13px;
		margin: 10px 0 0 0;
		line-height: 15px;
		border: none;
	}
	.menu .nav li a em,
	.menu .nav li a br{	display: none;}
	.menu .nav li a span{
		font-size: 16px;
		line-height: 18px;
	}
	.menu .nav>li i,
	.menu .sub_ul li a i{
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		line-height: 16px;
		position: absolute;
		top: calc(50% - 8px);
		left: 18px;
	}

	main{
		padding-top: 0;
		overflow-x: hidden;
	}
	main h2{
		font-size: 10px;
		font-weight: normal;
		line-height: 20px;
		text-align: center;
		padding: 30px 0 25px 0;
		position: relative;
	}
	main h2 em{
		font-size: 24px;
		letter-spacing: 0px;
	}
	main h2:after, main h2:before{
		content: '';
		display: block;
		width: 2px;
		height: 20px;
	}
	main h2{
		display: inline-block;
		font-size: 13px;
		line-height: 16px;
		letter-spacing: 2px;
		text-align: center;
		position: relative;
		margin: 0 0 0px 0;
		padding: 20px 0;
	}
	main h2 em{
		display: inline-block;
		font-size: 38px;
		line-height: 38px;
	}
	main h2:after, main h2:before{
		content: '';
		display: block;
		width: 30px;
		height: 1px;
	}
	main h2:before{
		position: absolute;
		top: 40px;
		left: -40px;
	}
	main h2:after{
		position: absolute;
		top: 40px;
		right: -40px;
	}

	#topimg{	display: none;}
	#sp_topimg{	display: block; font-size: 0; line-height: 0;}
	#sp_topimg img{
		display: inline-block;
		width: 100%;
	}
	#imgup{
		padding: 20px 15px;
	}
	#imgup .slide img{
		border: none;
	}
	.img1{	margin-bottom: 15px;}
	.img1:last-of-type{	margin-bottom: 0;}
	.slide img,.img1 img{
		border-width: 5px;
	}
	.all_imgup{
		font-size: 0;
		line-height: 0;
		margin: 0 0 20px 0;
	}
	#about .all_imgup{	padding: 0 10px;}
	.all_imgup img{
		width: 100%;
		height: auto;
	}

	main #news_blog,
	main #news_blog2{
		text-align: center;
	}
	#news_blog,
	#news_blog2{
		display: block;
		width: auto;
		text-align: left;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#news_blog .nb,
	#news_blog2 .nb{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#news_blog #news,
	#news_blog2 #news{
		height: auto;
		overflow: inherit;
		padding: 40px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#news_blog #news h3,
	#news_blog2 #news h3{
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		margin: 0 0 5px 0;
		padding: 0 10px;
	}
	#news_blog #news p,
	#news_blog2 #news p{
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		padding: 0 10px;
	}
	#news_blog #blog,
	#news_blog2 #blog{
		max-width: 100%;
		margin-right: 0;
		padding: 20px 0;
	}
	#news_blog #rss_r div,
	#news_blog2 #rss_r div{
		width: calc(100% - 30px);
		font-size: 10px;
		line-height: 16px;
		text-align: left;
		margin: 0 auto;
		padding: 10px 0 9px 0;
		position: relative;
	}
	.nb:only-child #blog{
		max-width: 100%;
		margin: 0;
	}
	.nb:only-child #blog h2{	padding-left: 0;}
	.nb:only-child #blog #rss_r div{
		width: calc(100% - 20px);
		margin-left: auto;
	}
	#rss_r div{
		line-height: 15px !important;
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	#rss_r div em{
		width: 120px;
	}
	#rss_r div a{
		font-size: 14px;
		line-height: 18px;
		padding-right: 0;
		padding-left: 0;
	}
	#mv{
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 20px 15px;
		text-align: center;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#blog{	padding: 0;}
	#blog h2{
		margin-bottom: 0;
	}
	#news_blog{	padding: 0;}
	#mv h2{
		margin: 0 0 10px 0 !important;
	}
	#mv .mv_bg{
		display: block;
		width: auto;
		margin: 0 0 20px 0;
	}
	#mv .mv_bg:last-of-type{	margin-bottom: 0;}
	.movie-wrap{
		position: relative;
		z-index: 2;
		font-size: 0;
		line-height: 0;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.movie-wrap iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.movie-wrap,
	.video-wrap{
		width: 100%;
	}
	.video-wrap video{
		width: 100%;
		height: auto;
	}
	.mv_bg:only-child video{
		width: 100%;
		max-width: 100%;
	}
	.mv_bg:only-child .movie-wrap,
	.mv_bg:only-child .video-wrap{
		width: 100%;
		height: auto;
	}
	.mv_bg:only-child .movie-wrap iframe{
		width: 100%;
		height: 100%;
	}
	.mv_bg:only-child .video-wrap video{
		width: 100%;
		height: auto;
	}

	/** shopblog **/
	#shopblog{
		padding: 40px 15px 20px 15px;
	}
	#shopblog h2{	margin-bottom: 30px;}
	.shopblog_list{
		display: block;
	}
	.shopblog_box{
		width: 100%;
		height: 110px;
		padding: 15px;
	}
	.shopblog_box:nth-of-type(odd){	margin-right: 0;}
	.shopblog_box:nth-of-type(even){	margin-left: 0;}
	.shopblog_box_l h3{
		font-size: 18px;
		line-height: 20px;
	}
	.shopblog_box_l{
		width: calc(100% - 95px);
	}
	.shopblog_box_l .shopblog_date{
		font-size: 11px;
	}
	.shopblog_box_r{
		width: 80px;
		height: 80px;
		margin-left: 15px;
	}
	.shopblog_kiji{
		padding: 20px 15px 15px 15px;
		border-radius: 5px;
	}
	.shopblog_kiji .shopblog_box{
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}
	.shopblog_kiji .shopblog_img{
		margin: 0 0 15px 0;
	}
	#shopblog .next,
	#shopblog .past{
		margin: 15px 0 0 0;
	}
	#shopblog .next a,
	#shopblog .next span{
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
	#shopblog .past a{
		height: 40px;
		font-size: 14px;
		padding: 0 10px;
		margin: 0 2.5px;
	}

	#about{
		padding: 40px 5px 20px 5px;
	}
	#about h2{
		margin: 0 0 30px 0;
	}
	#about .abox_bg{
		width: 100%;
		max-width: 100%;
		text-align: left;
		margin: 0 0 0 0;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#about .abox{
		position: relative;
		width: 100%;
		clear: left;
		max-width: 100%;
		margin: 0 0 10px 0;
	}
	#about .abox_txt{
		width: auto;
	}
	#about .abox_img{
		width: 80px;
	}
	#about .abox_img img{
		width: 80px;
		height: 80px;
		padding: 0;
		border: none;
	}
	#about .abox_txt h3{
		display: table;
		width: calc(100% - 80px);
		font-size: 0;
		line-height: 0;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#about .abox_txt h3 span{
		display: table-cell;
		vertical-align: middle;
		font-size: 18px;
		line-height: 20px;
		height: 80px;
		padding: 0 15px;
	}
	#about .abox_txt p{
		font-size: 14px;
		line-height: 22px;
		padding: 0;
	}
	#about .abox:nth-child(even){	margin: 0 0 15px 0;}
	#about .abox:nth-child(odd){	margin: 0 0 15px 0;}
	#about .abox:nth-child(odd) .abox_img,
	#about .abox:nth-child(odd) .abox_txt{	float: none; padding: 0;}
	#about .abox:nth-child(even) .abox_img,
	#about .abox:nth-child(even) .abox_txt{	float: none; padding: 0;}
	#about .abox:nth-child(odd) .abox_img{
		position: absolute;
		top: 0;
		left: 0;
	}
	#about .abox:nth-child(even) .abox_img{
		position: absolute;
		top: 0;
		right: 0;
	}
	#about .abox:nth-child(odd) .abox_txt h3{	padding-left: 80px; border-radius: 0 5px 0 0;}
	#about .abox:nth-child(even) .abox_txt h3{	padding-right: 80px; border-radius: 5px 0 0 0;}

	/** flow **/
	#flow{
		padding: 40px 15px 20px 15px;

	}
	#flow h2{
		margin: 0 0 30px 0;
	}
	#flow .fbox{
		margin: 0 auto 30px auto;
		border-radius: 0;
	}
	#flow .fimg{
		position: static;
		display: block;
		width: auto;
		height: auto;
		margin: 0;
	}
	#flow .fimg img{
		width: 100%;
		height: auto;
	}
	#flow .fbox_in{
		position: relative;
	}
	#flow .fstep{
		width: 50px;
		height: 50px;
		font-size: 12px;
		line-height: 12px;
		padding: 10px 0 0 0;
		position: absolute;
		top: -25px;
		left: calc(50% - 25px);
	}
	#flow .fstep em{
		display: inline-block;
		font-size: 22px;
		line-height: 20px;
	}
	#flow .ftitle{
		display: table;
		width: 100%;
		border-radius: 0;
	}
	#flow .ftitle h3{
		height: auto;
		font-size: 18px;
		line-height: 20px;
		padding: 30px 15px 15px 15px;
	}
	#flow .fbox p{
		font-size: 14px;
		line-height: 22px;
		padding: 15px;
	}
	#flow .fbox:before{
		display: none;
	}
	#flow .fbox:after{
		content: '';
		width: 15px;
		height: 15px;
		position: absolute;
		z-index: 3;
		bottom: -18px;
		left: calc(50% - 7.5px);
	}

	/** voice **/
	#voice{
		padding: 40px 15px 20px 15px;
	}
	#voice h2{
		margin: 0 0 30px 0;
	}
	#voice .vbox{
		width: 100%;
		max-width: 100%;
		display: block;
		text-align: left;
		margin: 0 auto;
		padding: 15px 0;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
	}
	#voice .vbox:first-child{
		padding-top: 0;
	}
	#voice .vbox:last-child{
		padding-bottom: 0;
		border-bottom: none;
	}
	#voice .vbox_l{
		display: table;
		vertical-align: middle;
		width: 100%;
	}
	#voice .vbox_l span{
		display: table-cell;
		vertical-align: middle;
		width: 130px;
		padding-right: 10px;
		text-align: center;
	}
	#voice .vbox_l img{
		width: 130px;
		height: 130px;
		border-width: 3px;
	}
	#voice .vbox_sp{
		display: table-cell;
		vertical-align: middle;
	}
	#voice .vbox_sp h3{
		font-size: 16px;
		font-weight: bold;
		line-height: 25px;
		margin: 0 0 10px 0;
	}
	#voice .vbox_sp h3 em{
		font-size: 22px;
	}
	#voice .vbox_sp h3 i{
		display: none;
	}
	#voice .vbox_r{
		display: block;
		padding: 10px 0 0 0;
	}
	#voice .vbox_r h3{
		display: none;
	}
	#voice .vbox_r p{
		font-size: 14px;
		line-height: 22px;
	}
	#qa{
		padding: 40px 15px 20px 15px;
	}
	#qa h2{
		margin: 0 0 30px 0;
	}
	#qa .qbox_bg{
		width: 100%;
		max-width: 100%;
		text-align: left;
		margin: 0 auto;
	}
	#qa .qbox{
		width: 100%;
		max-width: 100%;
		margin: 0 0 2px 0;
		position: relative;
	}
	#qa .qbox_bg .qbox:last-child{
		margin-bottom: 0;
		border-bottom: none;
	}
	#qa .qbox_in{
		display: table;
		width: 100%;
		vertical-align: middle;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#qa .qa_title{
		font-size: 18px;
		line-height: 30px;
		text-align: left;
		margin: 20px 0 2px 0;
		padding: 10px 10px 5px 28px;
	}
	#qa .qa_title span{
		font-size: 25px;
		line-height: 30px;
		position: absolute;
		top: 12px;
		left: 1px;
	}
	#qa .qbox h3{
		display: table-cell;
		vertical-align: middle;
		font-size: 16px;
		line-height: 20px;
		padding: 10px 35px 10px 10px;
	}
	#qa .qbox h3 span:before{
		width: 16px;
		height: 2px;
		position: absolute;
		top: calc(50% - 1px);
		right: 10px;
	}
	#qa .qbox h3 span:after{
		width: 2px;
		height: 16px;
		position: absolute;
		top: calc(50% - 8px);
		right: 17px;
	}
	#qa .qbox_in.open h3 span:after{	display: none;}
	#qa .qbox em{
		display: table-cell;
		vertical-align: middle;
		width: 25px;
		height: auto;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		position: inherit;
	}
	#qa .qbox p{
		font-size: 14px;
		line-height: 22px;
		padding: 10px;
	}
	#qa .qbox_in+p{	margin-bottom: 20px;}
	#qa .qbox .qbox_in.open p{	margin-bottom: 20px;}
	#qa .qa_imgup{
		text-align: left;
		margin: 10px 0 0 0;
	}
	#qa .qa_imgup img{
		width: 100%;
		height: auto;
	}


	#info{
		padding: 40px 15px 20px 15px;
	}
	#info h2{
		margin: 0 0 30px 0;
	}
	#info .ctxt{
		width: 100%;
		max-width: 100%;
		margin: 0 0 10px 0;
		padding: 10px;
		line-height: 20px;
		font-size: 14px;
	}
	#info .tbl_bg{
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px auto;
	}
	#info .tbl{
		width: 100%;
		font-size: 13px;
		line-height: 20px;
		padding: 10px 0;
	}
	#info .th{
		width: 80px;
		font-size: 14px;
		line-height: 1.2;
		text-align: left;
		padding: 10px;
	}
	#info .td{
		padding: 5px 10px;
	}
	#info .infobox_bg{
		padding: 15px;
		border-radius: 5px;
	}
	#info .infobox_bg h3{
		font-size: 11px;
		line-height: 12px;
		padding: 0 0 8px 0;
	}
	#info .infobox_bg h3 em{
		display: inline-block;
		font-size: 24px;
		line-height: 24px;
		margin-right: 0;
	}
	#info .infobox_bg h3 br{	display: inline;}
	#info .infobox_bg .all_imgup{
		margin: 10px 0 0 0;
	}
	#info .infobox{
		position: relative;
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 10px 0 15px 0;
	}
	#info .infobox_l{
		display: inline-block;
		width: 55px;
		position: absolute;
		top: 10px;
		left: 0;
	}
	#info .infobox_l div{
		display: inline-block;
		width: 55px;
	}
	#info .infobox_l img{
		width: 55px;
		height: 55px;
		padding: 0;
		border: none;
	}
	#info .infobox_r{
		display: block;
		font-size: 0;
		line-height: 0;
		text-align: center;
		padding: 0;
	}
	#info .infobox_r .shopname{
		width: 100%;
		height: 65px;
		font-size: 11px;
		line-height: 14px;
		text-align: left;
		padding: 0 0 10px 65px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#info .infobox_r .shopname a,
	#info .infobox_r .shopname span{
		font-size: 15px;
		line-height: 18px;
	}

	#info .infobox_r .shopname i{	width: 100%;}
	#info .infobox_r li{
		width: 100%;
		float: none;
	}
	#info .infobox_r li:nth-child(odd){	padding-right: 0;}
	#info .infobox_r li:nth-child(even){	padding-left: 0;}
	#info .infobox_r li div{
		font-size: 12px;
		line-height: 18px;
		text-align: left;
	}
	#info .infobox_r li em{
		width: 65px;
		padding: 8px 0;
	}
	#info .infobox_r li span{
		padding: 8px 0;
	}
	#info .infobox_r a.shoplink{
		width: 100%;
		max-width: 280px;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		padding: 12px;
		margin-right: 0;
		border-radius: 4px;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
	}
	#info .infobox_l img:hover,
	#info .infobox_r a.shoplink:hover{
		text-decoration: none;
		opacity			: 0.75;
		filter			: alpha(opacity=75);
	}
	#info .infobox_r a.shopline{	margin: 10px 0 0 0;}

	#away{
		min-width: auto;
		padding: 40px 15px 20px 15px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#away h2{
		margin: 0 0 30px 0;
	}
	#away .away_toptxt{
		max-width: auto;
		margin: 0 0 15px 0;
		font-size: 14px;
		line-height: 1.5;
		padding: 15px;
		border-radius: 5px;
	}
	.away_box{
		max-width: auto;
		margin: 0 0 15px 0;
	}
	#away h3{
		width: 100%;
		min-height: 60px;
		padding: 15px 10px;
		border-radius: 5px 5px 0 0;
	}
	#away h3 span{
		width: 30px;
		height: 30px;
		font-size: 24px;
		line-height: 30px;
	}
	#away h3 em{
		width: calc(100% - 30px);
		font-size: 18px;
		line-height: 20px;
		margin-right: 5px;
	}
	.away_main{
		border-radius: 0 0 5px 5px;
		padding: 15px;
	}
	.away_main dl{
		display: table;
		width: 100%;
		font-size: 0;
		line-height: 0;
		margin: 0 0 2px 0;
		padding: 0 0 2px 0;
	}
	.away_main dt{
		width: 80px;
		font-size: 14px;
		line-height: 1.2;
		padding: 10px;
	}
	.away_main dd{
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0 10px 10px;
	}
	.away_main dd em{	font-size: 18px;}
	.away_main .away_free{
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		margin: 3px 0 0 0;
		padding: 13px;
	}


	#staff{
		min-width: auto;
		padding: 40px 15px 20px 15px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#staff h2{
		margin: 0 0 30px 0;
	}
	#staff .ch{
		width: auto;
		margin: 0 0 15px 0;
		padding: 15px;
		border-radius: 5px;
	}
	#staff .ch h3{
		padding-top: 5px;
	}
	#staff .away_box{
		border-radius: 5px;
	}
	#staff .away_box h3{
		width: 100%;
		min-height: 60px;
		padding: 15px 10px;
		border-radius: 5px 5px 0 0;
	}
	#staff .away_box h3 span{
		width: 30px;
		height: 30px;
		font-size: 24px;
		line-height: 30px;
	}
	#staff .away_box h3 em{
		width: calc(100% - 30px);
		font-size: 18px;
		line-height: 20px;
		margin-right: 5px;
	}
	#staff .ch p{
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		padding: 10px 0 0 0;
	}

	#staff .rec_point{
		margin: 0 0 5px 0;
	}
	#staff .rec_point ul{
		display: flex;
		flex-wrap: wrap;
		font-size: 0;
		line-height: 0;
		text-align: left;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#staff .rec_point li{
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		vertical-align: top;
		width: calc(100% / 2 - 5px);
		font-size: 12px;
		line-height: 1.3;
		text-align: center;
		border-radius: 20px;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	#staff .rec_point li:nth-of-type(odd){	margin-right: 5px;}
	#staff .rec_point li:nth-of-type(even){	margin-left: 5px;}
	#staff .rec_staff_voice{
		position: relative;
		border-radius: 5px;
		margin: 10px 0 0 0;
		padding: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#staff .rec_staff_voice h4{
		position: relative;
		font-size: 16px;
		line-height: 25px;
		text-align: left;
		margin: 0 0 10px 0;
		padding: 0 0 0 27px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#staff .rec_staff_voice h4 span{
		font-size: 25px;
		line-height: 25px;
		position: absolute;
		top: -1px;
		left: -2px;
	}
	#staff .rec_staff_voice p{
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
	}
	#staff .rec_mess{
		position: relative;
		border-radius: 5px;
		width: auto;
		margin: 0 0 15px 0;
		padding: 0 10px 10px 10px;
	}
	#staff .rec_mess h3{
		margin: 0 0 10px 0;
		padding: 0 0 0 50px;
	}
	#staff .rec_mess h3 span{
		width: 100%;
		font-size: 18px;
		line-height: 20px;
	}
	#staff .rec_mess .mess_i{
		left: 10px;
	}
	#staff .rec_mess p{
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
	}

	#contact{
		min-height: auto;
		padding: 40px 15px 20px 15px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#contact h2{
		margin-bottom: 30px;
	}
	#contact2 #contact h2{
		margin: 20px 0 20px 0;
	}
	#contact .con_img{
		margin-bottom: 10px;
	}
	#contact .con_img img{
		width: 100%;
		max-width: 1000px;
		height: auto;
	}
	#contact .ctxt{
		margin-bottom: 10px;
		padding: 10px;
		line-height: 20px;
		font-size: 14px;
	}
	.form{
		padding: 15px;
		border-radius: 5px;
	}
	.form .tbl{
		width: 100%;
		display: block;
		line-height: 18px;
		border-bottom: 1px solid #d3c7aa;
	}
	.form .th{
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 10px 0;
	}
	.form .th em{
		font-size: 11px;
		line-height: 18px;
	}
	.form .td{
		display: block;
		font-size: 13px;
		padding: 0 0 10px 0;
	}
	.form .td .w3{
		margin: 0 0 7px 0;
	}
	.form .td .w3:last-child{
		margin: 0 0 0 0 !important;
	}
	.form .td span{
		width: 50%;
		margin-right: 0px;
		padding-bottom: 5px;
	}
	.form #f_bbox br{
		display: inline;
	}
	.form .caution{
		font-size: 10px;
		line-height: 15px;
		margin: 0;
		padding: 10px 0;
	}
	.form #submit p{
		font-size: 12px;
		line-height: 18px;
		margin: 10px 0;
		padding: 0;
	}
	.form input.bg_p,
	.form .co_bt{
		width: 100%;
		max-width: 280px;
		height: 50px;
		font-size: 17px;
	}
	.form .co_bt{	line-height: 50px;}
	#submit .error_text:empty+p{	margin-top: 10px;}
	.big{
		font-size: 30px;
		padding-top: 50px;
	}
	.over{
		padding-top: 30px;
	}
	form textarea{
		height: 90px;
	}
	footer{
		font-size: 10px;
		line-height: 20px;
		padding: 30px 0;
	}
	aside .sns_bt{	margin: 20px 0;}
	aside ul{
		padding: 0 0 7px 0;
	}
	aside ul li{
		display: inline-block;
		width: 70px;
		height: 70px;
		line-height: 70px;
		margin: 0 2px 3px 1px;
	}
	aside #shopinfo_bg{
		padding: 0 10px;
	}
	aside #shopinfo{
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 0;
		padding: 10px 0;
		border-radius: 5px;
	}
	aside .shopinfo_l{
		display: block;
		width: auto;
		font-size: 11px;
		line-height: 20px;
		text-align: left;
		margin: 0 10px 10px 10px;
		padding: 0 0 5px 0;
		border-right: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	aside .shopinfo_l p{
		display: inline-block;
	}
	aside .shopinfo_l .font1{
		font-size: 20px;
		line-height: 20px;
	}
	aside .shopinfo_r{
		display: block;
		padding: 0 10px;
	}
	aside .shopinfo_r h2{
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 10px 0;
	}
	aside .shopinfo_r p{
		font-size: 12px;
		line-height: 16px;
	}
	aside .shopinfo_r span{
		display: inline-block;
		width: 100%;
		font-size: 10px;
		text-align: center;
		margin: 10px 0 0 0;
	}
	aside .shopinfo_r span.shopinfo_tel, aside .shopinfo_r .shopinfo_line, aside .shopinfo_r .shopinfo_kakao{display: none;}
	#page-top{
		width: 100%;
		vertical-align: top;
		display: none;
		position: fixed;
		z-index: 1002;
		left: 0;
		bottom: 0;
	}
	#page-top_in{
		width: 100%;
		text-align: center;
		padding: 10px 0 0 0;
	}
	.fd_info p{
		font-size: 10px;
		line-height: 12px;
		padding: 3px 5px;
	}
	.fd_tbl{
		width: calc(100% - 10px);
		display: table;
		table-layout: fixed;
		font-size: 0;
		line-height: 0;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 3px 0;
	}
	.fd_tbl a,
	.fd_tbl span{
		display: table-cell;
		vertical-align: middle;
		height: 55px;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.fd_tbl a:hover{	text-decoration: none;}
	.fd_tel{
		background-image: url(../../img/all/fd_i1.png);
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: 60px 50px;
		background-size: 60px 50px;
	}
	.fd_line{
		background-image: url(../../img/all/fd_line.png);
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: 60px 50px;
		background-size: 60px 50px;
	}
	.fd_kakao{
		background-image: url(../../img/all/fd_kakao.png);
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: 60px 50px;
		background-size: 60px 50px;
	}
	.fd_mail{
		background-image: url(../../img/all/fd_i2.png);
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: 60px 50px;
		background-size: 60px 50px;
	}
	.pc_none{	display: inline-block;}
	.sp_none{	display: none;}
	#tb_topimg{	display: none;}
	.error,.over{
		font-size: 12px;
		padding: 40px 0;
		line-height: 20px;
	}
	.error_bt a{
		font-size: 17px;
		width: 280px;
		padding: 10px 0;
		margin: 0 0 20px 0;
	}
	.error_text{
		font-size: 15px;
		line-height: 20px;
		margin: 10px 0;
	}
	#submit .error_text br{	display: inline;}
	#submit .error_text+p{	margin-top: 0;}
	.capt{	margin: 20px auto 0 auto;}
	footer{
		padding-bottom: 115px;
	}
	#imgup,#shopblog,#about,#flow,#voice,#qa,#info,#away,#staff,#contact{
		background-attachment: scroll;
		background-size: cover !important;
	}
}


/***************************************
FADEIN
****************************************/

/** default **/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition : all 500ms;
}

/** in **/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


/***************************************
GOOGLE FONT
****************************************/


.none{
	display: none;
}
