@charset "utf-8";

/*
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/
/* 初期はabsoluteな要素にしておく */

/*
-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

00. Shop
01. Shop【PC】
============================================================== */



/*------------------------------------
■Shop
------------------------------------*/

#shop .mapbtn {
	margin:20px 0 0 0;
}

#shop .mapbtn a {
	display:block;
	width:100%;
	text-align:center;
	border:solid 2px #000;
	line-height:44px;
	background:url(../images/com/ico_map.png) no-repeat 65% center;
	background-size:17px;
	height:44px;
	font-weight:bold;
	text-decoration:none;
	font-size: 18px;
	letter-spacing:0.1em;
}


#shop .webstore {
	margin:20px 0 0 0;
}

#shop .webstore a {
	display:block;
	width:100%;
	text-align:center;
	border:solid 2px #000;
	line-height:44px;
	background:url(../images/com/ico_cart.png) no-repeat 80% center;
	background-size:17px;
	height:44px;
	font-weight:bold;
	text-decoration:none;
	font-size: 18px;
	letter-spacing:0.1em;
}

/*------------------------------------
00.Shop
------------------------------------*/

.stockist dt {
	color:#666;
	margin:0;
}

.stockist dt.topline {
	padding-top:10px;
	border-top:solid 1px #d3d3d4;
}

.stockist_right dt.topline {
	padding-top:0;
	border-top:none;
}


.stockist dd {
	color:#000;
	padding-bottom:10px;
	margin:0 0 10px 0;
	border-bottom:solid 1px #d3d3d4;
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height:1.7;
}


.mov {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin: 100px  0 0 0;
  }
  .mov iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }


section#shop .inner video {
	display:block;
	margin:0px auto;
	width:100%;
}

.ctr {
	margin:10px 0 0 0;
	text-align:center;
	font-size:12px;
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height:1.5;
}

.ctr ul {
	margin:5px auto;
}
.ctr ul li {
	display:inline;
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.shopdetail_info {
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height:1.7;
}

.shopdetail_info li:first-child {
	margin:0 0 10px 0;
}

.shopbox {
margin: 0 auto 40px auto;
}
.shopbox_last {
margin: 0 auto 0px auto;
}

@media (min-width: 769px) {

/*------------------------------------
01.Shop【PC】
------------------------------------*/

section#shop {
	width:600px;
}

section#shop .inner {
	width:600px;
}

section#shop .inner video {
	display:block;
	margin:0px auto;
	width:60%;
}


section#shop ul li {
	list-style-type:none;
}

section#shop .sp {
	display:none;
}

#shop .mapbtn {
	margin:20px 0 0 0;
	
}

#shop .mapbtn a {
	display:block;
	width:100%;
	text-align:center;
	border:solid 2px #000;
	line-height:44px;
	background-size:17px;
	height:44px;
	box-sizing:border-box;

}

#shop .webstore {
	float: none;
	margin:20px auto 0 auto;
	
}

#shop .webstore a {
	display:block;
	width:100%;
	text-align:center;
	border:solid 2px #000;
	line-height:44px;
	background-size:17px;

}

.shop_detail .shopdetail_info .left {
	width:280px;
	float:left;
	margin-bottom:0;
}

.shop_detail .shopdetail_info .right {
	width:280px;
	float:right;
}

.shop_detail .shopdetail_info .center {
	width:280px;
	margin: 0px auto 20px auto;
	text-align: center;
}



.shop_detail .mapbtn {
	width:280px;
	line-height:32px;
	float:none;
	
	margin: 10px auto 40px auto !important;
}



.shop_detail .webstore {
	width:280px;
	line-height:32px;
	float:right;
	margin: 0px auto !important;
	
}

.mapdetail_btn {
	margin:0 0 40px 0;
	
}

.stockist_left {
	width:280px;
	float:left;
}

.stockist_right {
	width:280px;
	float:right;
}

.stockist_right dt.topline {
	padding-top:10px;
	border-top:solid 1px #d3d3d4;
}
.ctr {
	font-size:12px;
}


.shopbox {
margin: 0 auto;
float: none;
text-align: center;
}
.shopbox_last {
margin: 0 auto;
float: right;
}

#shop .ttl_content_2 {
margin-top: 100px ;
}

}


