/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {line-height: 1;}
img {line-height: 0;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {vertical-align:top;}
iframe { outline:none; border:none;}
a { outline: none; }

/*------------------------------------
font css

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%

------------------------------------*/

body { font:13px/1.231 arial,helvetica,clean,sans-serif; *font-size:small; /* for IE */ *font:x-small; /* for IE in quirks mode */}
select,input,button,textarea { font:99% arial,helvetica,clean,sans-serif; }
table { font-size:inherit; font:100%; }
pre,code,kbd,samp,tt { font-family:monospace; *font-size:108%; line-height:100%; }

/*------------------------------------
Web Font
------------------------------------*/

.bodoni {font-family:'Playfair Display', serif;font-weight: 400;}
.bodoni-i {font-family:'Playfair Display', serif;font-weight: 400;font-style: italic;}
.bodoniBold {font-family:'Playfair Display', serif;font-weight: 700;}
.bodoniBold-i {font-family:'Playfair Display', serif;font-weight: 700;font-style: italic;}

.yumin {font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','ÞâÌÀÄ«ÂÎ',sans-serif;}

/*------------------------------------
global
------------------------------------*/
body {
	font-family: 'Arial','Hiragino Kaku Gothic ProN','¥Ò¥é¥®¥Î³Ñ¥´ ProN W3','¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯','Hiragino Sans',sans-serif;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
	color:#000;
	min-width: 100%;
}

body#iframe {
	background:none;
}

a:link{text-decoration:none;color:#000000;}
a:visited{text-decoration:none;color:#000000;}
a:hover{text-decoration:underline;color:#000000;}
a:active{text-decoration:underline;color:#000000;}

#wrapper {
	width:100%;
	color:#000000;
	font-size:100%;
}

.no-results {
	text-align:center;
	padding:100px 50px;
	border:1px solid #e0e0e0;
}

.inner {
	width:1000px;
	margin:0 auto;
}

a,
a:hover,
a img,
a:hover img {
	transition: .2s linear;
	-webkit-transition: .2s linear;
    	-moz-transition: .2s linear;
    	-o-transition: .2s linear;
    	-ms-transition: .2s linear;
}
a:hover img {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.small {
	font-size:93%;
}

.loading {
	text-align:center;
	padding-top:30px;	
}

/*------------------------------------
grobalNav
------------------------------------*/

.shopContent {
	width:900px;
	margin:0 auto;
}

.shopItem {
	width:860px;
	overflow:hidden;
	background:url(../../images/shop/shop_bg.jpg) repeat;
	padding:20px;
	margin-bottom:10px;
}

.shopItem a {
	display:block;
}

.shopItem .textArea {
	width:520px;
	float:right;
	overflow:hidden;
}
.shopItem .textArea h3 {
	font-weight:bold;
	padding:10px 0 25px 0;
}

.shopItem .textArea .product {
	overflow:hidden;
	padding-top:20px;
	float:right;
}

.shopItem .textArea .product li {
	float:left;
	margin:0 5px 0 0;
	line-height:1;
}
.shopItem .textArea .shopInfo dt {
	clear:both;
	float:left;
	width:60px;
	margin:0;
	color:#333333;
}
.shopItem .textArea .shopInfo dd {
	padding:0 0 0 75px;
	margin:0;
	color:#333333;
}

.shopItem .thumbs {
	width:310px;
	height:150px;
	float:left;
	overflow:hidden;
	position:relative;
}

/*------------------------------------
# Shop Detail
------------------------------------*/

body#shopDetail {
	background:#ffffff;
}

body#shopDetail .sdHeader {
	width:100%;
	height:92px;
	padding:10px 0;
	background:url(../../images/common/header_bg.jpg) top center;
}

body#shopDetail .sdHeader h1 {
	width:100%;
	text-align:center;
}

body#shopDetail .wrapper {
	width:100%;
	margin:0 auto;
}

body#shopDetail h2 {
	text-align:center;
}

body#shopDetail .sdFooter {
	width:100%;
	height:30px;	
	background:url(../../images/common/header_bg.jpg) top center;
}

body#shopDetail .sdFooter .copy {
	width:95%;
	height:30px;
	margin:0 auto;
	background:url(../../images/common/copyrights.png) right center no-repeat;
}

body#shopDetail .shopCont {
	width:600px;
	padding:30px;
	background:url(../../images/shop/shop_bg.jpg) repeat;
	overflow:hidden;
	margin:0 auto;
}

body#shopDetail .shopCont h3 {
	font-size:123.1%;
	font-weight:bold;
	margin-bottom:20px;
}

body#shopDetail .shopCont ul  {
	overflow:hidden;
	float:right;
	margin-bottom:30px;
}

body#shopDetail .shopCont li {
	float:left;
	margin-right:5px;
}

body#shopDetail .sdTitle {
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #999999;
}

body#shopDetail .sdTitle h4 {
	font-size:153.9%;
	float:left;
	margin-right:20px;
	font-family:'Playfair Display', serif;font-weight: 400;
}

body#shopDetail .sdTitle h5 {
	font-size:85%;
	float:left;
	padding-top:10px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','ÞâÌÀÄ«ÂÎ',sans-serif;
}

body#shopDetail .news {
	margin:0 0 40px;
	padding:0;
}
body#shopDetail .newsList {
	margin:0;
	padding:0;
}
body#shopDetail .newsList article a.list {
	display:block;
	padding:10px 24px 10px 0;
	margin:0;
	border-bottom:1px solid #ffffff;
	background:url(../../images/common/newwin.png) 100% 12px no-repeat;
}
body#shopDetail .newsList dt {
	width:105px;
	float:left;
	clear:both;
}
body#shopDetail .newsList dt .date {
	display:block;
	width:75px;
	padding:0 0 0 12px;
	float:left;
	color:#808080;
}
body#shopDetail .newsList dd {
	padding:0 0 0 105px;
}
body#shopDetail .newsList .newsContent {
	margin:15px 0;
}
body#shopDetail .newsItem {
	margin:0;
}
body#shopDetail .map {
	margin:0 0 40px;
	padding:0;
}
body#shopDetail #shopMap {
	width:100%;
	height:350px;
	margin:0 0 15px;
}
body#shopDetail .access {
	margin:0 0 40px;
	padding:0;
}
body#shopDetail .map dt,
body#shopDetail .access dt {
	clear:both;
	float:left;
	width:72px;
	margin:0 0 3px;
	background:url(../../images/shop/dt_dot.png) 100% 50% no-repeat;
}
body#shopDetail .map dd,
body#shopDetail .access dd {
	padding:0 0 0 87px;
	margin:0 0 3px;
}
body#shopDetail .shopimg {
	width:540px;
	margin:0 0 72px;
	padding:0;
	overflow:hidden;
}
body#shopDetail .shopimg ul {
	width:555px;
	overflow:hidden;
}
body#shopDetail .shopimg li {
	width:170px;
	float:left;
	margin-right:15px;
}
body#shopDetail .shopimg li .img {
	width:170px;
	height:120px;
	margin:0 0 6px;
}
body#shopDetail .print {
	text-align:center;
	margin:0 0 52px;
	padding:0;
}
body#shopDetail p.close {
	text-align:center;
	margin:30px 0;
	padding:0;
}

body#shopDetail .newsDetail {
	margin: 0 0 60px;
	padding: 49px;
	position: relative;
	width: 440px;
}

body#shopDetail .couponCampaign {
	clear:both;
	padding:30px;
	margin:0 0 30px;
	background:#FCFBF3;
}
body#shopDetail .couponCampaign h2 {
	padding:0 0 5px;
	margin:0 0 15px;
	text-align:center;
}
body#shopDetail .couponCampaign .text {
	width:280px;
	padding:0;
	float:left;
}
body#shopDetail .couponCampaign .text p {
	margin:0 0 15px;
}
body#shopDetail .couponCampaign .img {
	width:155px;
	float:right;
}
body#shopDetail .couponCampaign .btn {
	padding:30px 0 0;
	text-align:center;
}

/*------------------------------------
# Shop Detail
------------------------------------*/
div#shopDetail_1805new {
	background:#ffffff;
	color:#333;
	line-height:1;
	text-align:left!important;
}

div#shopDetail_1805new .sd_inner {
	width:100%;
	margin:auto;
}

div#shopDetail_1805new .sd_subttl {
	font-size:35px;
	letter-spacing:0.075em;
	color:#222;
	text-align:center;
	margin-bottom:50px;
	font-weight:bold;
	text-align:center;
}

div#shopDetail_1805new .sd_subttl span {
	font-size:35px;
	letter-spacing:0.035em;
	display:inline-block;
	margin-bottom:13px;
    font-family: 'Playfair Display', serif;
	text-align:center;
}

/*-- header --*/
div#shopDetail_1805new .sd_header {
	width:100%;
	
	background-size:100% 10px;
}

div#shopDetail_1805new .sd_header .sd_inner {
	
	position:relative;
	text-align:center;
}

/* div#shopDetail_1805new .sd_header .sd_inner h1 {
	
	
} */

div#shopDetail_1805new .sd_header .sd_inner p {
	font-size:14px;
	letter-spacing:0.1em;
	padding:20px 0 10px;
	line-height:1.4;
}
div#shopDetail_1805new .sd_inner div p {
	width:48%;
	display:block;
}
div#shopDetail_1805new .sd_header .sd_inner h2 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#222;
	width: 96%;
	box-sizing: border-box;
	margin: 4% auto;
    padding: 2%;
	text-align:left;
	border-left: 5px solid #111;
}

div#shopDetail_1805new #sd_content {
	display:block;
}

div#shopDetail_1805new .sd_photo {
	background:url(https://gigaplus.makeshop.jp/ONLYoutlet/shop/images/shop/result_bk.jpg) repeat;
	padding:30px 0;
}

/* div#shopDetail_1805new .sd_photo .sd_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	
} */

div#shopDetail_1805new .sd_photo .sd_inner img {
	width:100%;
	height:auto;
}

div#shopDetail_1805new .sd_photo .sd_inner > p {
	width:100%;
}

div#shopDetail_1805new .sd_photo .sd_inner div {
	width:100%;
}

div#shopDetail_1805new .sd_photo .sd_inner div {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin:1% 0 0 0;
}

div#shopDetail_1805new .sd_comment {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	/*margin:30px auto 60px;*/
	margin:8% auto 0;
}

div#shopDetail_1805new .sd_comment .sd_comment_ph {
	width:125px;
	height:125px;
	border-radius:100%;
	overflow:hidden;
}

div#shopDetail_1805new .sd_comment .sd_comment_ph img {
	width:100%;
	height:auto;
}

div#shopDetail_1805new .sd_comment .sd_comment_txt {
	width:855px;
	background-color:#f6f6f6;
	padding:20px 25px 20px;
	box-sizing:border-box;
	line-height:1.6;
	letter-spacing:0.075em;
	position:relative;
}

div#shopDetail_1805new .sd_comment .sd_comment_txt h2 {
	font-size:18px;	
	font-weight:bold;
	margin-bottom:10px;	
}

div#shopDetail_1805new .sd_comment .sd_comment_txt p {
	font-size:16px;
}

div#shopDetail_1805new .sd_comment .sd_comment_txt:before {
	content:"";
	display:block;
	position:absolute;
	left:-10px;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	width:10px;
	height:18px;
	background:url(../../images/shop/result_staf_obj.gif) no-repeat;
}

.sd_comment p.shop_des {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 1.5;
	letter-spacing: 2px;
}

/*-- shop info --*/
div#shopDetail_1805new .sd_info .sd_info_wrapper {
	background:url(https://gigaplus.makeshop.jp/ONLYoutlet/shop/images/shop/result_bk.jpg) repeat;
	padding:8% 0 30px;
	/* margin-bottom:57px; */
}

div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_inner {
	background-color:#fff;
	padding:0% 3% 3%;
	box-sizing:border-box;
}

div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map {

	margin-bottom:20px;
}
div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map iframe {
	width:100%;
	height:320px;
	margin-bottom:20px;
}
div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map #shopMap {
	width:460px;
	height:320px;
	margin-right:20px;
}

div#shopDetail_1805new .sd_info .sd_info_wrapper dl dt {
	font-size:24px;
	letter-spacing:0.075em;
	/*font-family: 'Playfair Display', serif;*/
	margin-bottom:9px;
	font-weight:bold;
}

div#shopDetail_1805new .sd_info .sd_info_wrapper dl dd {
	font-size:16px;
	letter-spacing:0.075em;
	line-height:1.75;
}

div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map .shop_info_ditail ul {
	margin:0px 0 15px;
	font-size:0;
}

div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map .shop_info_ditail ul li {
	margin:0 10px 0 0;
	display:inline-block;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color:#fff;
	box-sizing: border-box;
	padding:2% 4%;
}
div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map .shop_info_ditail ul li.men {
	background:#15747a;
}
div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map .shop_info_ditail ul li.women {
	background:#ee757c;
}

/* div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map .shop_info_ditail ul li:last-child {
	margin:0 0 10px 0;
} */

div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map .shop_info_ditail div {
	/*display: -webkit-flex;
	display: flex;*/
	margin-bottom:0px;
}

div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map .shop_info_ditail div dl:first-child {
	margin-right:40px;
	width:100%;
}
div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map .shop_info_ditail dl {
	display:block;
	margin:0 0 20px 0;
}

div#shopDetail_1805new .sd_info .sd_info_wrapper .sd_info_map .map_open {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	padding: 3% 0;
}

/*-- coordination --*/
div#shopDetail_1805new .sd_code .sd_code_wrapper {
	background:url(https://gigaplus.makeshop.jp/ONLYoutlet/shop/images/shop/result_bk.jpg) repeat;
	padding:30px 0 30px;
	margin-bottom:57px;
}

div#shopDetail_1805new .sd_code .sd_code_wrapper .sd_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
}

div#shopDetail_1805new .sd_code .sd_code_wrapper .sd_inner div {
	width:320px;
}

div#shopDetail_1805new .sd_code .sd_code_wrapper .sd_inner div .sd_code_img {
	margin-bottom:20px;
}

div#shopDetail_1805new .sd_code .sd_code_wrapper .sd_inner div .sd_code_img img {
	width:100%;
	height:auto;
}

div#shopDetail_1805new .sd_code .sd_code_wrapper .sd_inner div h3 {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    margin-bottom:18px;
	font-family: 'Playfair Display', serif;
	font-style:italic;
	color:#222;
	letter-spacing:0.05em;
}

div#shopDetail_1805new .sd_code .sd_code_wrapper .sd_inner div h3 span {
    margin: 0 13px;
    white-space: nowrap;
}

div#shopDetail_1805new .sd_code .sd_code_wrapper .sd_inner div h3:before,
div#shopDetail_1805new .sd_code .sd_code_wrapper .sd_inner div h3:after {
    content: "";
    background-color: #222;
    height: 1px;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}

div#shopDetail_1805new .sd_code .sd_code_wrapper .sd_inner div .sd_code_txt {
	font-size:16px;
	letter-spacing:0.075em;
	line-height:1.7;
	color:#222;
}

/*-- sns --*/
div#shopDetail_1805new .sd_sns .sd_sns_wrapper {
	background:url(https://gigaplus.makeshop.jp/ONLYoutlet/shop/images/shop/result_bk.jpg) repeat;
	padding:30px 0;
	margin-bottom:57px;
}

div#shopDetail_1805new .sd_sns .sd_sns_wrapper .sd_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
}

div#shopDetail_1805new .sd_sns .sd_sns_wrapper .sd_inner p:first-child {
	margin-right: 35px;
}

div#shopDetail_1805new .sd_sns .sd_sns_wrapper .sd_inner p {
	width:60px;
}

div#shopDetail_1805new .sd_sns .sd_sns_wrapper .sd_inner p img {
	width:100%;
	height:auto;
}
.sd_info .sd_inner table {
	border: 1px solid #ccc;
	margin-bottom: 2%;
}
 .sd_info .sd_inner table td {
	display:block;
	width: 100%;
	padding:4%;
	box-sizing: border-box;
	font-size: 110%;
	line-height: 1.5;
	
}
.sd_info .sd_inner table tr td:nth-child(1) {
	background:#efefef;
	border-bottom:1px solid #ccc;
}
.sd_info .sd_inner table tr td:nth-child(2) {
	display:none;
}

div#shopDetail_1805new .sd_sns .sd_sns_wrapper .sd_inner table td {
	display:block;
	border-bottom:1px dashed #ccc;
}

/*-- sd_rink --*/
div#shopDetail_1805new .sd_rink {

	margin-bottom:120px;
}

div#shopDetail_1805new .sd_rink p a {
	display:block;
	width:100%;
	box-sizing: border-box;
    padding: 5% 5%;
	text-align:center;
	font-size:20px;
	letter-spacing:0.075em;
	border:1px solid #ccc;
	background:url(../../images/shop/shop_arrow_off.png) no-repeat 460px center;
	color:#333;
	font-weight:bold;
	margin:0 0 1%;
}

div#shopDetail_1805new .sd_rink p a span {
	font-family: 'Playfair Display', serif;
	font-size:22px;
	padding-right:10px;
}

div#shopDetail_1805new .sd_rink p a:hover {
	border:1px solid #666;
	background:#666 url(../../images/shop/shop_arrow_on.png) no-repeat 460px center;
	color:#fff;
	text-decoration:none;
	
}

iframe { border:none;}

.sd_inner .other_link {
	width: 94%;
	margin: 0 auto;
}

.tell a {
	display: block;
	/* -webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none; */
}

/* .tell a[href^="tel:"] {
	pointer-events: none;
} */