@charset "UTF-8";

/*Grid
-----------------------------*/
.container {
	position: relative;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
 }
.container_fluid {
	width: 100%;
	padding: 0 20px;
}
/*1200pxまでに余白なし*/
@media (min-width: 1200px) {
	.container{
		padding: 0;
	}		
}
/*カラム
-----------------------------*/
.row {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap:wrap;
}
/*スタイル
-----------------------------*/
.sp {
	display: none !important;
}
.section {
	padding: 100px 0;
}
/*背景スタイル*/
.bg_white{
	background-color:#fff;
}
.bg_dark{
	background-color: #000;
	color: #ccc;
}
.bg_gy{
	background-color: #666;
	color: #fff;
}
.bg_dark a,
.bg_gy a{
	color: #fff;
}
/*タイトルスタイル*/
h2{
	font-size: 30px;
	font-size:　3.0rem;
}

/*ナビ
-----------------------------*/
.drawer-nav {
	width: 20rem;
	height: 100%;
	background-color: #fff;
}
.drawer-menu-item {
	font-size: 16px;
	display: block;
	padding: 1.5rem;
	text-decoration: none;
	color: #000;
}
.drawer-menu-item:hover {
	text-decoration: none;
	color: #fff;
	background-color: #4d4d4d;
}
/*! overlay */
.drawer-overlay {
	background-color: rgba(0, 0, 0, .6);
}
/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
	right: -20rem;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 20rem;
}
/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
	width: 3rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	background-color: #4d4d4d;
}
.drawer-hamburger:hover {
	background-color: #4d4d4d;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	width: 100%;
	height: 3px;
	background-color: #fff;
}
/*フッター
-----------------------------*/
.footer_info {
	padding: 30px 0;
}
.footer_info .shop_info li a{
  display: block;
}
.footer_info .shop_info li:first-child {
	width: 26.862745098039216%;/*274px*/
	margin-right:4.901960784313726%;/*50px*/
}
.footer_info .shop_info li:nth-child(2), 
.footer_info .shop_info li:nth-child(3) {
	width: 25%;
	margin-right: 1.7647058823529411%;/*18px*/
	text-align: center;
}
.footer_info .shop_info li:nth-child(1) figure img, 
.footer_info .shop_info li:nth-child(2) figure img, 
.footer_info .shop_info li:nth-child(3) figure img{
	height: 60px;
}
.footer_info .shop_info li:nth-child(2) p,
.footer_info .shop_info li:nth-child(3) p {
	position: relative;
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
.footer_info .shop_info li:nth-child(2) p:before,
.footer_info .shop_info li:nth-child(3) p:before{
	content: "";
	width: 1px;
	border-left: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.footer_info .shop_info li:nth-child(2) p:after,
.footer_info .shop_info li:nth-child(3) p:after{
	content: "";
	width: 1px;
	border-right: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.footer_info .shop_info li:last-child{
	width: 39.21568627450981%;/*400px*/
	margin-right: 0;
	/*padding-top: 20px;*/
}
.footer_info .link_sns{
	margin-top: 30px;
	text-align: center;
}
.footer_info .link_sns li {
	display: inline-block;
	margin-right: 10px;
}
.footer_info .link_sns li:last-child {
	margin-right: 0;
}
.footer_info .link_sns li a > img{
	width: 50px;
	height: 50px;	
}
.footer_copy {
	background-color: #999;
	border-top: 10px solid #fff;
	color: #fff;
	padding:5px 0;
	text-align: center;
	font-size:13px;
	font-size:1.3rem;
}