@charset "UTF-8";
/*--html--*/
html{
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:1.1;}

/*--Body--*/
body{
	letter-spacing: -0.001em;
	text-size-adjust: none;
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing:antialiased;
	margin:0px;
	padding:0px;
	text-decoration:none;
	text-align:center;
	font-size:14rem;
	line-height:1.6;
	color:#333;
	background-color:#fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;}

/*--Image--*/
img{
	border:none;
	vertical-align:top;}

/*--Link--*/
a{
	color: #390;
	text-decoration:none;
	outline:none;
	word-wrap:break-all;}
a:link    {color:#390;text-decoration:none;}
a:visited {color:#390;text-decoration:none;}
a:active  {color:#390;text-decoration:none;}
a:hover   {color:#f69;text-decoration:none;}

/*--Reset--*/
*{
	margin:0;
	padding:0;}

ul,ol{
	list-style:none;}

/*--clear--*/
.clearfix {zoom:1;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;}

.floatClear{
	clear:both;
	height:1px;
	font-size:1px;
	color:#fff;
	overflow:hidden;
	padding:0;
	margin:0;}


/*-----submit・buttonリセット-----*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*-----BR-----*/
.mbr{display:none;}
.mbr2{display:none;}

/*-----1000以下-----*/
@media (max-width: 1000px) {
	.mnobr{display:none;}
	.mbr{display:inline-block;}
}

/*-----767以下-----*/
@media (max-width: 767px) {
	.mnobr2{display:none;}
	.mbr2{display:inline-block;}
}

/*-----FONT-----*/
.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}
.gothic{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}


/*-----------------------------------------------------------
Original font
kuro
&#xe600;check &#xe601;↓ &#xe602;← &#xe603;→ &#xe604;↑
shiro
&#xe605;check &#xe606;↑ &#xe607;← &#xe608;→ &#xe609;↑
-------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ym0bgd');
	src:url('../fonts/icomoon.eot?#iefixym0bgd') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ym0bgd') format('truetype'),
		url('../fonts/icomoon.woff?ym0bgd') format('woff'),
		url('../fonts/icomoon.svg?ym0bgd#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;}

[class^="icon-"], [class*=" icon-"] {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-font{font-family:'icomoon';}

.icon-kuromaru_check:before     {font-family:'icomoon';content: "\e600";}
.icon-kuromaru_sankaku_d:before {font-family:'icomoon';content: "\e601";}
.icon-kuromaru_sankaku_l:before {font-family:'icomoon';content: "\e602";}
.icon-kuromaru_sankaku_r:before {font-family:'icomoon';content: "\e603";}
.icon-kuromaru_sankaku_u:before {font-family:'icomoon';content: "\e604";}

.icon-shiromaru_check:before     {font-family:'icomoon';content: "\e605";}
.icon-shiromaru_sankaku_d:before {font-family:'icomoon';content: "\e606";}
.icon-shiromaru_sankaku_l:before {font-family:'icomoon';content: "\e607";}
.icon-shiromaru_sankaku_r:before {font-family:'icomoon';content: "\e608";}
.icon-shiromaru_sankaku_u:before {font-family:'icomoon';content: "\e609";}


.commJust{
	text-align:justify!important;
	text-justify:inter-ideograph!important;
	hanging-punctuation:allow-end!important;
	line-break: strict;}

/*-----1000以下-----*/
@media (max-width: 1000px) {
	.commJust{
		hanging-punctuation:none!important;}
}


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

Head

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

.head{
	width:100%;
	background-color:rgba(255,255,255,0.9);
	position:fixed;
	z-index:10000;}

.head h1,.head .headLogo{
	display:inline-block;
	height:80px;}

.head h1 img,.head .headLogo img{
	margin-top:15px;}


.headInner{
	min-width:320px;
	height:80px;
	overflow:hidden;
	margin-top:-80px;}


.headNwes{
	float:right;
	padding-right:30px;}
.headNwes a{
	display:block;
	border:solid 1px #999;
	padding:5px 15px 4px 15px;
	font-size:14rem;
	line-height:1;
	color:#333;
	transition: all 0.2s ease-in;
	margin-top:28px;}
.headNwes a:hover{
	background-color:#eee;}
.headNwes a big{
	font-size:18rem;
	color:#999;}
.headNwes a big span{
	letter-spacing: -0.2em;}


.headTenpo{
	float:right;
	padding-right:30px;}
.headTenpo2{
	float:left;
	padding-right:0;
	padding-left:20px;}
.headTenpo a{
	display:block;
	border:solid 1px #999;
	padding:6px 15px 4px 15px;
	font-size:14rem;
	line-height:1;
	letter-spacing: 0.1em;
	color:#333;
	transition: all 0.2s ease-in;
	margin-top:29px;}
.headTenpo a:hover{
	background-color:#eee;}


.naviButton{
	width:40px;
	height:20px;
	outline: none;
	border: none;
	font-size: 20px;
	margin:31px auto 0 auto;
	padding-left:30px;
	display:block;
	float:left;}

.naviButton .menuIcon {
	display: block;
	float: left;
	cursor: pointer;
	transition: all 0.2s ease-in;}

.naviButton .menuIcon span {
	display: block;
	width: 30px;
	height: 2px;
	background: #666;
	margin-bottom: 8px;
	transition: all 0.4s ease-out;}

.naviButton.open .menuIcon .bar1 {
	transform: translateY(10px) rotate(-495deg);}

.naviButton.open .menuIcon .bar2 {
	opacity: 0;
	width:150px;
	transform: translateX(-60px);}

.naviButton.open .menuIcon .bar3 {
	transform: translateY(-10px)
	rotate(135deg);}


.headNavi{
	margin-top:15px;}

.headNavi li{
	display: inline-block;
	font-size:14rem;
	width:13em;
}

.headNavi li a{
	border-right:solid 1px #999;
	display:block;
	padding:4px 2px;
	letter-spacing: 0.2em;
	line-height: 1.1;
	transition: all 0.2s ease-in;
}
.headNavi li:first-child a{
	border-left:solid 1px #999;
}
.headNavi li a         {color:#333;}
.headNavi li a:link    {color:#333;text-decoration:none;}
.headNavi li a:visited {color:#333;text-decoration:none;}
.headNavi li a:active  {color:#333;text-decoration:none;}
.headNavi li a:hover   {
	color:#333;text-decoration:none;
	background-color: #eee;}


/*-----1100以下-----*/

@media (max-width: 1100px) {
.head h1, .head .headLogo{
	height:55px;}

.head h1 img, .head .headLogo img{
	width:90px;
	margin-top:8px;}

.headInner{
	height:55px;
	margin-top:-55px;}

.headNwes{
	padding-right:5px;}
.headNwes a{
	padding:5px 5px 4px 5px;
	font-size:12rem;
	margin-top:14px;}
.headNwes a big{
	font-size:16rem;}

.headTenpo{
	float:right;
	padding-right:5px;}
.headTenpo2{
	float:left;
	padding-right:0;
	padding-left:0;}
.headTenpo a{
	padding:8px 5px;
	font-size:12px;
	margin-top:12px;}

.naviButton{
	padding-left:5px;
	margin:16px auto 0 auto;}

.headNavi{
	margin-top:15px;
	padding-left:10px!important;
	padding-right:10px!important;}

.headNavi li{
	display: inline-block;
	font-size:14rem;
	width:33%;
}


.headNavi li.headNaviJewelry{
	display: none;
}

.headNavi li.headNaviGold{
	display: none;
}

}

/*-----767以下-----*/

@media (max-width: 767px) {

.headTenpo{
	margin-left: 0px;}

.headNwes a{
	padding:5px 5px 4px 5px;
	font-size:12rem;
	margin-top:10px;}
.headNwes a big{
	display: none;}

}

/*-----320以下-----*/

@media (max-width: 320px) {

.headTenpo{
	margin-left: -5px;}

}


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

Foot

-------------------------------------------------------------*/
.footBox{
	color:#000;
	padding:35px 0 45px 0;
	background-color:#eee;
	margin-bottom:45px;}

.footBox a         {color: #333; text-decoration:none}
.footBox a:link    {color: #333; text-decoration:none}
.footBox a:visited {color: #333; text-decoration:none}
.footBox a:active  {color: #333; text-decoration:none}
.footBox a:hover   {color: #999; text-decoration:none}

.footLogoBox{
	margin-bottom:25px;}


.foorContBox{
	width:980px;
	margin:0 auto 30px auto;}

.footLeftBox{
	float:left;
	width:49.5%;}
.footLeftBoxInner{
	border-right:solid 1px #999;}

.footLeft{
	margin:0}

.footLeft li{
	text-align:left;
	float:left;}
.footLeftBridal{
	height:110px;width:60%;}
.footLeftWatch{
	height:110px;width:40%;}
.footLeftOptical{
	height:110px;width:60%;}
.footLeftJewelry{
	height:110px;width:40%;}

.footLeft li li{
	text-align:left;
	width:auto;
	float:none;
	padding-left:1em;}


.footRightBox{
	float:right;
	width:50%;}

.footRightBoxInner{
	padding-left:3.5em;}

.footRightBox ul{
	margin-bottom:20px;}

.footRightBox li{
	text-align:left;
	float:none;
	margin-bottom:10px;}

.footRightBox address{
	text-align:left;
	font-style:normal;
	font-size:14rem;
	line-height:1.8;}


.footBrandBox{
	border-top:solid 1px #999;
	padding:40px 0;
	text-align:left;
	width:980px;margin:0 auto;}

.footBrandBox ul{
	display:inline-block;
	vertical-align:top;}

.footBrandBox ul.footB01{width:21%;}
.footBrandBox ul.footB02{width:21%;}
.footBrandBox ul.footB03{width:21%;}
.footBrandBox ul.footB04{width:21%;}
.footBrandBox ul.footB05{width:16%;}

.footBrandBox li{
	white-space:nowrap;
	font-size:12rem;
	line-height:1.1;
	margin-bottom:8px;}


.footContBox3{
	background-color:#f9f9f9;
	font-size:13rem;
	line-height:1.1;
	padding:10px 0;}

.footCopy{
	padding-bottom:45px;}

.footCopy p{
	font-size:11rem;
	line-height:1.1;}



#toTheTop{
	display:block;
	position:fixed;
	z-index:999999;
	bottom:-360px;
	right:10px;
	width:60px;
	cursor:pointer;}


#toTheTop a{
	display:block;
	width:50px;
	height:50px;
	padding:0;
	background:url(../image_gl/gl_foot_page_top.png?3) center center no-repeat;
	background-size:cover;}

#toTheHome{
	display:block;
	position:fixed;
	z-index:999999;
	bottom:-360px;
	right:90px;
	cursor:pointer;}


#toTheHome a{
	display:block;
	width:50px;
	height:50px;
	padding:0;
	background:url(../image_gl/gl_foot_home.png?3) center center no-repeat;
	background-size:cover;}




/*-----1000以下-----*/

@media (max-width: 1000px) {

.footBox{
	padding:35px 0 25px 0;
	margin-bottom:20px;}

.footLogoBox{
	margin-bottom:20px;}

.footLogoBox img{
	width:100px;
	height:auto;}

.foorContBox{
	margin:0 auto 20px auto;
	width:auto;}

.footLeftBox{
	float:none;
	width:auto;
	margin-bottom:10px;}
.footLeftBoxInner{
	border-right:none;
	padding:0 10px;
	text-align:center;}

.footLeft{
	margin:0;
	display:inline-block;}

.footLeft ul{
	margin-bottom:10px;}

.footLeft li{
	text-align:left;
	float:none;
	width:auto;
	height:auto;}

.footLeft li li{
	text-align:left;
	width:auto;
	float:none;
	padding-left:1em;}

.footContNodisp{
	display:none;}

.footLeft a{
	display:block;}


.footRightBox{
	float:none;
	width:auto;}

.footRightBoxInner{
	padding-left:0;}

.footRightBox ul{
	display:inline-block;
	margin-bottom:20px;}

.footRightBox li{
	float:none;
	padding:0 10px;
	margin-bottom:10px;}

.footRightBox address{
	border-top:solid 1px #999;
	text-align:center;
	padding:20px 0 0 0;}


.footBrandBox{
	padding:20px 0;
	width:100%;}
.footBrandBoxInner{
	padding:0 10px;}

.footBrandBox ul{
	display:inline;
	width:auto;
	line-height:1.5;}

.footBrandBox li{
	display:inline;
	white-space:normal;
	font-size:10rem;
	line-height:1.5;
	margin:0}
.footBrandBox li::after{
	content:"｜";
	font-weight:normal;}
.footBrandBox li.footBrandMonNodisp{
	display:none;}
.footBrandBox li.footBhead{
	font-weight:bold;}
.footBrandBox li.footBhead::after{
	content:"】";}
.footBrandBox li.footBhead::before{
	content:"【";}

.footContBox3{
	font-size:12rem;}

.footCopy{
	margin-bottom:0;
	padding-bottom:100px;}

.footCopy p{
	padding:0 10px;
	font-size:9rem;}

}

/*-----767以下-----*/

@media (max-width: 767px) {

}


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

Popup Navi

-------------------------------------------------------------*/
.popupNavi{
	background-color:rgba(0,0,0,0.8);
	padding:0 0 0 0;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	display:none;
	z-index:500;}

.popupNaviBox{
	margin-top:80px;
	height:calc(100% - 80px);
	width:100%;
	color:#fff;
	overflow:auto;
	-webkit-overflow-scrolling:touch;}

.popupNaviBox .popupNaviBoxInner{
	padding:50px 0;
	text-align:center;}

.popupNaviBox ul{
	display:inline-block;}

.popupNaviBox li{
	font-size:18rem;
	line-height:1.4;
	color:#fff;
	text-align:left;}

.popupNaviBox li big{
	font-size:18rem;}

.popupNaviBox li small{
	font-size:11rem;
	display:inline-block;
	background-color:#fff;
	color:#000;
	padding:3px 15px;
	border-radius:10px;
	margin:0 0 0 10px;}

.popupNaviBox li a{
	display:block;
	padding:10px 10px;}
.popupNaviBox li a:before {
	font-family:'icomoon';
	content: "\e603";
	margin-right:1px;}

.popupNaviBox li ul{
	padding:0px 0 15px 3em;}

.popupNaviBox li li{
	font-size:15rem;
	line-height:1.4;}

.popupNaviBox li li a{
	display:block;
	padding:3px 0;}
.popupNaviBox li li a:before {
	font-family:'icomoon';
	content: "\e608";
	margin-right:1px;}

.popupNaviBox a{color: #fff;}
.popupNaviBox a:link    {color:#fff;}
.popupNaviBox a:visited {color:#fff;}
.popupNaviBox a:active  {color:#fff;}
.popupNaviBox a:hover   {color:#ff6;}

.popupNaviBox a:hover small{
	background-color:#ff6;}




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

Main

-------------------------------------------------------------*/
#contents{
	padding-top:55px;
	min-height:500px;
	margin-bottom:80px;}

#contents a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;}

.mainContentsBox{
	}


p.commNowrap{
	white-space:nowrap;}

span.photo{
	display:block;
	margin:0 0 10px 0;}

span.link{
	display:block;
	text-align:right;
	margin:10px 0 0 0;}


.linkBig{
	display:block;
	text-align:center;}

.linkBig a{
	display:block;
	width:350px;
	font-size:12px;
	letter-spacing:0;
	line-height:40px;
	text-align:center;
	height:40px;
	border:solid 1px #999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: #f9f9f9;
	behavior: url(../css/PIE.htc);
	margin:0 auto;}

.linkBig a         {color: #666; text-decoration:none}
.linkBig a:link    {color: #666; text-decoration:none}
.linkBig a:visited {color: #666; text-decoration:none}
.linkBig a:active  {}
.linkBig a:hover   {color: #999; text-decoration:none;border-color:#ccc;}


.linkShosai{
	display:block;
	padding:0 0;}

.linkShosai a{
	width:auto;
	display:block;
	font-size:14px;
	letter-spacing:0;
	line-height:54px;
	text-align:center;
	height:50px;
	color:#333;
	background-color:#eee!important;
	behavior: url(../css/PIE.htc);
	margin:10px 0 0 0;
	padding:0 30px;}

.linkShosai a         {color: #333; text-decoration:none}
.linkShosai a:link    {color: #333; text-decoration:none}
.linkShosai a:visited {color: #333; text-decoration:none}
.linkShosai a:active  {}
.linkShosai a:hover   {color: #333; text-decoration:none;background-color:#f9f9f9!important;}


.linkShosai2{
	display:block;
	padding:20px 0 30px 0;}

.linkShosai2 small{
	font-size:14rem;}

.linkShosai2 a{
	width:auto;
	display:block;
	font-size:14rem;
	letter-spacing:0;
	line-height:54px;
	text-align:center;
	height:50px;
	color:#333;
	background-color:#fff;
	behavior: url(../css/PIE.htc);
	margin:0 0 0 0;
	padding:0 30px;}

.linkShosai2b a{
	font-size:14rem;
	letter-spacing:0;
	line-height:74px;
	height:70px;
	margin:80px 0 0 0;
	padding:0 30px;}

.linkShosai2 a         {color: #333; text-decoration:none}
.linkShosai2 a:link    {color: #333; text-decoration:none}
.linkShosai2 a:visited {color: #333; text-decoration:none}
.linkShosai2 a:active  {}
.linkShosai2 a:hover   {color: #333; text-decoration:none;background-color:#f9f9f9!important;}


.linkBtn{
	display:block;
	text-align:center;}

.linkBtn a{
	display:block;
	width:350px;
	font-size:12px;
	letter-spacing:0;
	line-height:40px;
	text-align:center;
	height:40px;
	border:solid 1px #999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: #fdedd3;
	//background: linear-gradient(to bottom, #ffffff, #f9f6d3);
	//background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f6d3));
	//background: -moz-linear-gradient(top,  #ffffff,  #f9f6d3);
	//-pie-background:linear-gradient(top,  #ffffff,  #f9f6d3);
	behavior: url(../css/PIE.htc);
	margin:0 auto;}

.linkBtn a         {color: #666; text-decoration:none}
.linkBtn a:link    {color: #666; text-decoration:none}
.linkBtn a:visited {color: #666; text-decoration:none}
.linkBtn a:active  {}
.linkBtn a:hover   {color: #f60; text-decoration:none;border-color:#f60;}

.kakakuComm{
	max-width:750px;
	text-align:right;
	margin:0 auto 3px auto;
	font-size:13px;
	line-height:1.1}

/*-----767以下-----*/

@media (max-width: 767px) {
	.linkShosai2{
		}

	.linkShosai2 small{
		font-size:11rem;}

	.linkShosai2 a{
		font-size:13rem;}

	.linkShosai2b a{
		font-size:13rem;}
}

/*------------------------------------------------------------
SLIDER
------------------------------------------------------------*/

.sliderBox{
	width:750px;
	height:339px;
	margin:0 auto;}

.loading{
	}

.sliderBox .slides li{
	width:750px;
	height:339px;
	background-position:center center
	background-repeat:no-repeat;
	background-size:cover;}

.sliderBox .slides li a{
	display:block;
	width:750px;
	height:339px;}

/*-----flexslider-----*/
.flexslider{
	box-shadow:none!important;
	border:none!important;
	margin-bottom:0!important;}

.flex-control-nav{
	z-index:9999!important;
	bottom:-35px!important;}

.flex-control-paging li a {
	width: 7px!important;
	height: 7px!important;
	display: block!important;
	background: #eee!important;
	background: rgba(0,0,0,0.1)!important;
	cursor: pointer!important;
	text-indent: -9999px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	-o-border-radius: 4px!important;
	border-radius: 4px!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	-o-box-shadow:none!important;
	box-shadow:none!important;}

.flex-control-paging li a:hover { background: #eee!important; background: rgba(0,0,0,0.1)!important;}

.flex-control-paging li a.flex-active { background: #999!important; background: rgba(0,0,0,0.6); cursor: default!important;}





/*-----1159以下-----*/

@media (max-width: 1159px) {

#mainBox{
	width:auto;
	padding:30px 10px;
	min-height:300px;
	margin:0;}

.contentBox{
	float:left;
	width:578px;
	width:-webkit-calc(100% - 170px);
	width:-moz-calc(100% - 170px);
	width:calc(100% - 170px);}

.sideBox{
	width:150px;
	float:right;}

.sideContent{
	margin-bottom:20px;}

.sideContent img{
	width:150px;
	height:auto;}

.sideContent li.sideContentA{
	margin-bottom:5px;}

.sideContent li.sideContentB{
	margin-bottom:15px;}


.sideLinks li a{
	font-size:12px;
	line-height:1.2;
	color: #222;}

}

/*-----767以下-----*/

@media (max-width: 767px) {

.sliderBox{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 30px 0;
}

.sliderBox .slides li{
	width:100%;
	height:auto;
	background-position:center center
	background-repeat:no-repeat;
	background-size:cover;}

.sliderBox .slides li a{
	display:block;
	width:100%;
	height:auto;}

.sliderBoxImageInner{
	height:auto;
}

.sliderBoxImageInnerHeight{
	padding-bottom:46.6%;
}

.sliderBoxImageInner a{
	height:auto;
	padding-bottom:46.6%;
}




#mainBox{
	padding:20px 10px;}

.contentBox{
	float:none;
	width:auto;}

.sideBox{
	display:none;}

.linkShosai2 a{
	padding:0 10px;}

.linkShosai2b a{
	padding:0 10px;}

.photo img{
	height:auto;}

}









.contentsUserVoiceBox{
	width:750px;
	margin:20px auto 0 auto;
}

/*-----767以下-----*/

@media (max-width: 767px) {

.contentsUserVoiceBox{
	width:auto;
	margin: 15px 3% 0 3%;
}

}
