@charset "UTF-8";

.spBrS {
	display: none;
}


@media only screen and (max-width:640px) {

.spBrS {
	display: inherit;
}

	
.spBr {
	display: none;
}


}

/*=======================================
	Brand
=======================================*/
#top_main {
	background: url(/img/top/bg_topmain.png) bottom left repeat-x;
	position: relative;
}

/*検索*/
#top_main #search {
	width: 100%;
	height: 120px;
	position: absolute;
	top:0;
	left:0;
	background: url(/img/top/bg_search.png) center top no-repeat;
	background-size: 100% 100%;
	z-index: 10;
}

#top_main #search p {
	width: 100%;
	max-width: 960px;
	margin: 10px auto;
	text-align: center;
	font-size: 13px;
}
#top_main #search a {
	width: 470px;
	height: 50px;
	background: #ffaf02;
	display: block;
	margin: 0 auto;
	text-align: center;
	transition:background-color 0.4s;
	line-height: 50px;
}

#top_main #search a:hover {
	background: #ffc038;
}

#top_main #search a img {
	vertical-align: middle;
	max-width: 300px;
}

/*ブランドラインナップ*/
#top_main #brandArea {
	height: 535px;
	background: url(/img/top/bg_sns.png) left bottom repeat-x;
}

#top_main #brandArea .brBox {
	max-width: 960px;
	margin: 0 auto;
}

#top_main #brandArea .brands {
	float: left;
	width: 33.33%;
	height: 535px;
}

@media only screen and (min-width:980px) {
	#top_main #brandArea .brands {
		width: 320px;
	}
}

#top_main #brandArea .brands img.spBg {
	display: none;
}

#top_main #brandArea .victoria {
	position: relative;	
	height: 493px;
	background: url(/img/top/main_v.png) center bottom no-repeat;
}

#top_main #brandArea .victoriaGolf {
	position: relative;	
	height: 493px;
	background: url(/img/top/main_vg.png) center bottom no-repeat;
}

#top_main #brandArea .lBreath {
	position: relative;	
	height: 493px;
	background: url(/img/top/main_lb.png) center bottom no-repeat;
}

#top_main #brandArea .brandTitle {
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 115px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.6);
	/*text-indent: -9999px;*/
	transition:background-color 0.4s;
}

@media only screen and (min-width:810px) {

#top_main #brandArea .victoria .brandTitle h2,
#top_main #brandArea .victoriaGolf .brandTitle h2,
#top_main #brandArea .lBreath .brandTitle h2 {
	font-size: 16px;
}
	
}

@media only screen and (min-width:709px) and (max-width:809px) {

#top_main #brandArea .victoria .brandTitle h2,
#top_main #brandArea .victoriaGolf .brandTitle h2,
#top_main #brandArea .lBreath .brandTitle h2 {
	font-size: 14px;
}
	
}

@media only screen and (min-width:641px) and (max-width:708px) {

#top_main #brandArea .victoria .brandTitle h2,
#top_main #brandArea .victoriaGolf .brandTitle h2,
#top_main #brandArea .lBreath .brandTitle h2 {
	font-size: 12px;
}
	
}

@media only screen and (min-width:641px) {

#top_main #brandArea .brandTitle:hover {
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
}
	
/*Victoriaのリンク*/

#top_main #brandArea .victoria .brandTitle span {
	display: table;
	width: 100%;
	height: 100%;
	background: url(/img/top/ico_tri_v.png) right top no-repeat;	
	transition:background-color 0.4s;
}

#top_main #brandArea .victoria .brandTitle span:hover {
	background: url(/img/top/ico_tri_v.png) right bottom no-repeat;
}

#top_main #brandArea .victoria .brandTitle h2 {
	display: table-cell;
	vertical-align: bottom;
	width: 92%;
	padding: 0 4% 8px;
	height: 107px;	
	background: url(/img/top/sprite_v.png) left top no-repeat;
	transition:background-color 0.4s;
	font-weight: bold;
}

#top_main #brandArea .victoria .brandTitle h2:hover {
	background: url(/img/top/sprite_v.png) left bottom no-repeat;
}



/*VictoriaGolfのリンク*/

#top_main #brandArea .victoriaGolf .brandTitle span {
	display: table;
	width: 100%;
	height: 100%;	
	background: url(/img/top/ico_tri_vg.png) right top no-repeat;	
	transition:background-color 0.4s;
}

#top_main #brandArea .victoriaGolf .brandTitle span:hover {
	background: url(/img/top/ico_tri_vg.png) right bottom no-repeat;
}

#top_main #brandArea .victoriaGolf .brandTitle h2 {
	display: table-cell;	
	vertical-align: bottom;
	width: 92%;
	padding: 0 4% 8px;
	height: 107px;		
	background: url(/img/top/sprite_vg.png) left top no-repeat;
	transition:background-color 0.4s;
	font-weight: bold;
}

#top_main #brandArea .victoriaGolf .brandTitle h2:hover {
	background: url(/img/top/sprite_vg.png) left bottom no-repeat;
}


/*L-Breathのリンク*/
#top_main #brandArea .lBreath .brandTitle h2 {
	display: table-cell;	
	vertical-align: bottom;
	width: 92%;
	padding: 0 4% 8px;
	height: 107px;	
	background: url(/img/top/sprite_lb.png) left top no-repeat;
	transition:background-color 0.4s;
	font-weight: bold;	
}

#top_main #brandArea .lBreath .brandTitle h2:hover {
	background: url(/img/top/sprite_lb.png) left bottom no-repeat;
}

#top_main #brandArea .lBreath .brandTitle span {
	display: table;
	width: 100%;
	background: url(/img/top/ico_tri_lb.png) right top no-repeat;	
	transition:background-color 0.4s;
}

#top_main #brandArea .lBreath .brandTitle span:hover {
	background: url(/img/top/ico_tri_lb.png) right bottom no-repeat;
}

}
/*SNS*/
#top_main #brandArea .brands .sns {
	background: #000;
}

#top_main #brandArea .brands .sns ul {
	max-width: 162px;
	margin: 0 auto;
}
#top_main #brandArea .brands .sns ul li {
	line-height: 42px;
	float: left;
}

#top_main #brandArea .brands .sns ul li img {
	width: 38px;
	margin: 0 8px;
	vertical-align: middle;
	transition: 0.4s;
}

#top_main #brandArea .brands .sns ul li img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";/*IE8*/
    zoom:1;
	border: none;
	text-decoration: none;
}

@media only screen and (max-width:640px) {

#top_main {
	background: none;
	position: inherit;
}

/*検索*/
#top_main #search {
	width: 100%;
	height: auto;
	position: inherit;
	background: ＃FFF;
	z-index: 0;
}

#top_main #search p {
	width: 90%;
}
#top_main #search a {
	width: 80%;
	max-width: 400px;
	margin-bottom: 20px;
}

#top_main #search a img {
	width: 90%;
}


/*ブランドラインナップ*/
#top_main #brandArea {
	height: auto;
	width: 100%;
	background: none;
}

#top_main #brandArea .brBox {
	width: 100%;
}

#top_main #brandArea .brands {
	float: none;
	width: 100%;
	height: auto;
	position: relative;
}

#top_main #brandArea .brands img.spBg {
	display: block;
	width: 100%;
}

#top_main #brandArea .victoria {
	position: inherit;		
	height: auto;
	background: none;
}

#top_main #brandArea .victoriaGolf {
	position: inherit;		
	height: auto;
	background: none;
}

#top_main #brandArea .lBreath {
	position: inherit;		
	height: auto;
	background: none;
}

#top_main #brandArea .brandTitle {
	position: absolute;
	top:0;
	left:0;
	width: 42%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(255,255,255,0.6);
	text-indent: -9999px;
	transition:background-color 0.4s;
	background-size: cover;	
}

/*Victoriaのリンク*/
#top_main #brandArea .victoria .brandTitle h2 {
	width: 100%;
	height: 100%;	
	background: url(/img/top/sprite_v_sp.png) left top no-repeat;
	transition: none;
	background-size: 100%;
}

#top_main #brandArea .victoria .brandTitle span,
#top_main #brandArea .victoriaGolf .brandTitle span,
#top_main #brandArea .lBreath .brandTitle span {
	width: 100%;
	height: 100%;
	background: none;	
	transition: none;
}


#top_main #brandArea .victoria .brandTitle span:hover,
#top_main #brandArea .victoriaGolf .brandTitle span:hover,
#top_main #brandArea .lBreath .brandTitle span:hover {
	background: none;
}
	
/*VictoriaGolfのリンク*/
#top_main #brandArea .victoriaGolf .brandTitle h2 {
	width: 100%;
	height: 100%;	
	background: url(/img/top/sprite_vg_sp.png) left top no-repeat;
	transition: none;
	background-size: 100%;
}

/*L-Breathのリンク*/
#top_main #brandArea .lBreath .brandTitle h2 {
	width: 100%;
	height: 100%;	
	background: url(/img/top/sprite_lb_sp.png) left top no-repeat;
	transition: none;
	background-size: 100%;
}


/*SNS*/
#top_main #brandArea .brands .sns {
	display: block;
	background: #000;

}

#top_main #brandArea .brands .sns ul {
	float: right;
	margin-right: 2%;
}	
}

/*=======================================
	リンクバナー
=======================================*/

#linkBnr {
	width: 100%;
	background: #e0e0e0;
	padding: 30px 2% 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;				
}

#linkBnr h2 {
	text-align: center;
	margin-bottom: 20px;
}

#linkBnr h2 img {
	width: 80%;
	max-width: 364px;
}

#linkBnr ul {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}

#linkBnr ul li {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

#linkBnr ul li a {
	display: block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;	
}

#linkBnr ul li img {
	width: 96%;
	max-width: 600px;	
}

#linkBnr ul li a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";/*IE8*/
    zoom:1;
	border: none;
	text-decoration: none;
}


@media only screen and (max-width:640px) {
#linkBnr ul li {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}


}


/*=======================================
	店舗ブログとニュース共通部分
=======================================*/

#news_list,
#blog_list {
	padding: 30px 0 40px;
}

#news_list h2,
#blog_list h2 {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
}

#linkBnr h2 img {
	width: 80%;
	max-width: 364px;
}


#blog_list {
	background: #f0f1f2;
}

p.blogCatch,
p.newsCatch {
	width: 98%;
	margin: 30px auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}



/*=======================================
	店舗ブログ
=======================================*/

#blog_list ul:after {
	content: "";
	display: block;
	clear: both;
}

#blog_list ul#blogTiles {
	position:relative;
}

#blog_list ul li{
	width:225px;
	margin:0 20px 20px 0;
	float:left;
	position:relative;
	border: 2px solid #e7e7e7;
	background: #FFF;
	-webkit-box-shadow:rgba(11, 2, 4, 0.6) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(11, 2, 4, 0.6) 0px 0px 3px 1px;
	box-shadow:rgba(11, 2, 4, 0.6) 0px 0px 3px 1px;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;	
	word-wrap: break-word;	
}
#blog_list ul li a{
	display:block;
	width:100%;
}

#blog_list ul li a:hover {
	text-decoration: none;
}

#blog_list ul li a img{
	width:100%;
}

#blog_list ul li a:hover h3 {
	text-decoration: underline;
}

#blog_list ul li h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
}

#blog_list ul li p {
	margin-top: 1em;
	font-size: 13px;
	word-wrap: break-word;
}

#blog_list ul li .shopInfo {
	margin-top: 1em;
	padding: 4px;
	background: #e7e7e7;
	font-size: 13px;
}

#blog_list ul li .shopInfo img {
	width: 18px;
	margin: 0 6px 0 0;
	float: left;
}

#blog_list ul li .shopInfo span {
	display: block;
	margin-left: 24px;
}

#blog_list p.btn_more a{
	display:block;
	text-align:center;
	padding:20px 0;
	background-color:#ccc;
}
#blog_list p.btn_more img{
	width:36px;
}
#blog_list p.btn_more a{
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#blog_list p.btn_more a:hover{
	opacity:0.7;
}


@media only screen and (max-width:640px) {
	
#blog_list ul li{
	width:290px;
	width:45.3125%;
	margin:0 20px 20px 0;
	margin:0 3.125% 20px 0;
}

}


/*=======================================
	外部リンク
=======================================*/

#outsideLinks {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}

#outsideLinks ul li {
	float: left;
	width: 25%;
	text-align: center;
}

#outsideLinks ul li img {
	width: 96%;
	max-width: 230px;
	border: 2px solid #CCC;	
}

#outsideLinks ul li a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";/*IE8*/
    zoom:1;
	border: none;
	text-decoration: none;
}

@media only screen and (max-width:760px) {
#outsideLinks ul li {
	width: 50%;
	float: left;
	text-align: center;
}

#outsideLinks ul li img {
	width: 96%;
	max-width: 300px;
}

#outsideLinks ul li:nth-of-type(1),
#outsideLinks ul li:nth-of-type(2) {
	margin-bottom: 2%;
}
	
}
