@charset "utf-8";
/* CSS Document */
/*================HEADER==================*/
/*================CONTENTS================*/
/*================FOOTER==================*/
/*==============         INDEX         ===============*/
/*==============        BRIDAL他         ===============*/
/*==============        CONTACT         ===============*/






/*==============          共通          ===============*/
/*=====================================================*/
* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",'小塚ゴシック Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka','メイリオ','Meiryo',sans-seriff;
}


body {
	background:#f7f7f7;
	-webkit-text-size-adjust: 100%;
}


#wrapper, #header, #contents, #footer {
	width: 100%;
	background:#f7f7f7;
}

.inner {
	width:1030px;
	margin:0 auto;
	/*background:#f7f7f7;*/
}

.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mb-10 {margin-bottom:10px;}
.mb-16 {margin-bottom:16px;}
.mb-20 {margin-bottom:20px;}
.boxshadow01 {
	box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.3);
}

.boxshadow02 {
	box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.3);
}

/*================HEADER==================*/
#header {
	background:url(../images/bg_bodytop.jpg) top;
	background-repeat:repeat-x;
}

h1 {
	margin:10px 0 0 0;
	font-size:10px;
	color:#333333;
	float:left;
}

#tel {
	width:190px;
	height:40px;
	margin:10px 0 0 0;
	float:right;
	
}

#header h2 {
	width:360px;
	height:90px;
	margin:30px auto;
	clear:both;
	background:url(../images/arkjem_logo.jpg);
	text-indent:-9999px;
}
#header h2 a {
	width:360px;
	height:90px;
	display:block;
}
	
#gnavi {
	
}

#gnavi ul{
    display: flex;
    justify-content: center;
}

#gnavi ul li {
	/*float:left;*/
}
	
/*================HEADERここまで==========*/

/*================CONTENTS================*/
#contents {
	background:url(../images/bar_under_gnavi.jpg) top no-repeat;
	padding:16px 0 0 0;
}

#bread-crumb {
	font-size:80%;
	margin:0 0 10px 0;
}
#bread-crumb a {
		text-decoration:none;
}
#main_image {
	width:1030px;
	margin: 0 0 15px 0;
}

/*----main----*/
#main {
	width:780px;
	float:left;
}

#main_banner {
	width:780px;
	height:150px;
	margin:0 0 25px 0;
}

#concept h3 {
	width:780px;
	height:30px;
	margin:0 0 10px 0;
	background:url(../images/bar_concept.jpg) no-repeat;
	text-indent:-9999px;
}

#concept_banner {
	width:780px;
	height:425px;
	background:url(../images/banner_concept.jpg) no-repeat;
	position:relative;
	margin:0 0 25px 0;
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 4px 4px rgba(0,0,0,.2);
}

#concept_banner p {
	position: absolute;
	top: 59px;
	left: 381px;
	line-height: 200%;
	color: #333;
	font-size: 12px;
	font-weight: 100;
	padding: 10px;
	/*text-shadow: 0 2px 8px #666;*/
}

#recommend {
	width:780px;
	margin:0 0 12px 0;
}

#recommend h3 {
	width:780px;
	height:30px;
	background:url(../images/bar_reco.jpg) no-repeat;
	margin:0 0 10px 0;
	text-indent:-9999px;
}

#recommend dl {
	width:228px;
	height:328px;
	background:url(../images/bg_item_reco.jpg) no-repeat;
	float:left;
	margin-bottom:15px;
	padding:10px;
	border:1px #ccc solid;
	border-radius:3px;
}

#recommend dl dt {
}

#recommend dl dd span a {
	font-size:15px;
	font-family:'Hiragino Mincho ProN', serif;
	font-weight:700;
	letter-spacing: 0.2em;
	color:#aa9949;
	line-height:1.7em;
	text-decoration:none;
}

#recommend dl dd {
	font-size:10px;
}

#policy {
	width:780px;
}
#policy h3{
	width:780px;
	height:30px;
	background:url(../images/bar_policy.jpg) no-repeat;
	text-indent:-9999px;
	margin:10px 0 10px 0;
}
#policy ul {
	margin:0 0 20px 0;
}
#policy ul li {
	width:385px;
	height:385px;
	float:left;
	margin-bottom:10px;
}
#policy ol {
	margin: 50px 0 80px;
}
#policy ol li {
	margin-bottom: 20px;
}

#likebox {
	/*width:780px;*/
	width:500px;
	height:427px;
	margin:0 auto 80px;
	/*background:#ccc;*/
}

#totop {
	width:1030px;
	height:54px;
	text-align:right;
	margin:0 0 20px 0;
}

/*----sub----*/
#sub {
	width:230px;
	float:right;
}

#news {
	width:210px;
	height:317px;
	background:url(../images/news_bg.jpg) no-repeat;
	padding:50px 10px 0 10px;
	margin:0 0 25px 0;
}

#news_contents {
	width: 210px;
	height: 296px;
	overflow-y:scroll;
	font-size:80%
}

.dil-news-line {
	border-bottom: 1px #ccc dotted;
	margin-bottom: 15px;
	padding: 0 10px 10px 0;
	font-size: 85%;
}

.dil-news-date {
	color: #f00;
	display: block;
}

#store {
	width:230px;
	background:url(../images/store_bottom.jpg) bottom no-repeat;
	padding:0 0 3px 0;
	margin: 0 0 20px 0;
}

.store_body {
	width:210px;
	background:url(../images/store_body.jpg) repeat-y;
	padding:0 10px 20px 10px;
}

#store h3 {
	width:230px;
	height:96px;
	background:url(../images/store_top.jpg) no-repeat;
	text-indent:-9999px;
}

p.store_image {
	width:209;
	height:161px;
	margin:0 auto 10px;
}

#store ul {
	margin:0 0 10px 0;
}

#store ul li {
	font-size:0.8em;
}

.info01 {
}

.info02 {
}

p.map {
	width:209px;
	height:161px;
	margin:0 0 15px 0;
}

#banner li{
	width:230px;
	/*height:100px;*/
	margin:0 0 20px 0;
}
.line-bnr {
	width:228px;
	margin-bottom:20px;
}
#line-bnr-body {
	width:224px;
	border-right:2px solid #7a6025;
	border-left:2px solid #7a6025;
	background:url(../images/bg-line-top.jpg),url(../images/bg-line-bottom.jpg),#fff;
	background-repeat:no-repeat,no-repeat;
	background-position:top,bottom;
	
	text-align:center;
	font-size:12px;
	padding:20px 0;
}
#totop {
	clear:both;
}
.link {
	margin-bottom:20px;
}
/*================CONTENTSここまで========*/

/*================FOOTER==================*/
#footer {
	background:url(../images/bg_footer.jpg) repeat-x;
	height:247px;
	padding:20px 0 0 0;
	position:relative;
}

#footer_navi{
	/*padding:0 0 0 20px;*/
    text-align: center;
}

#footer_navi li {
	/*float:left;*/
    display: inline;
}

#footer_navi li a {
	font-size:12px;
	font-weight:800;
	color:#fff;
	text-decoration:none;
	
}

#footer_navi li a:hover {
	color:#ff7200;
}

#footer_logo {
	with:1030px;
}

#footer_logo p {
	width:660px;
	height:180px;
	background:url(../images/logo_footer.png) no-repeat;
	text-indent:-9999px;
	margin:15px auto;
}

#copy {
	width:1030px;
	position:absolute;
	bottom:15px;
	text-align:right;
	font-size:12px;
	color:#fff;
	font-weight:800;
}

/*================FOOTERここまで==========*/

/*================CLEARFIX================*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 
/*================CLEARFIXここまで================*/

/*==============     共通ここまで      ===============*/
/*====================================================*/

/*==============         INDEX         ===============*/
/*====================================================*/

#slider {
	width:1030px;
	height:516px;
	background:#ccc;
}
#ameblo-rss {
	width:780px;
	margin-bottom:30px;
}
#ameblo-rss h3 {
	margin-bottom:10px;
}
#ameblo-contents {
	width:698px;
	padding:25px 40px;
	border:1px solid #999;
	background:#fff;
}
#feed1 li {
	font-size: 12px;
	margin-bottom: 10px;
}
#feed1 li a {
	color:#666;
	text-decoration:none;
}
#feed1 li span {
	color:#998529;
}
#bridalring {
	border:4px solid #978322;
	margin-bottom:25px;
}
#bridalring h2 {
	text-align:center;
	margin-bottom:12px;
}
#bridalring ul {
	width:730px;
	margin:0 auto 21px;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.bnr_feedback {
	width:730px;
	margin:0 auto 20px;
}
/*==============       INDEXここまで   ===============*/
/*====================================================*/

/*==============        BRIDAL他         =============*/
/*====================================================*/

.bridal h2 {
	margin:0 0 40px 0;
}
.bridal #main h3 {
	width:780px;
	margin:0 0 40px 0;
	box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.3);
}





/*------SLIDER------*/
.slides li {
	position:relative;
}
.slider-note {
	width: 280px;
	position: absolute;
	top: 75px;
	left: 475px;
	font-size: 80%;
}

.fine-note {
	width: 340px;
	position: absolute;
	top: 75px;
	left: 415px;
	font-size: 80%;
}

.reservation {
	width:300px;
	height:26px;
	float:right;
	margin:0 20px 30px 0;
}

.flexslider {
	clear:both;
}

.gallery {
		background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin:0 0 100px 0;
}

#slider01 .flex-next {
	display:none;
}
#slider01 .flex-prev {
	display:none;
}

#slider02 .flex-next {
	display:none;
}
#slider02 .flex-prev {
	display:none;
}

.note-gallery {
	clear:both;
	margin:0 0 0 20px;
}

.design-more {
	font-size: 92%;
	color: #b2a443;
	margin: 10px;
	text-align: right;
}

#bridal-comment-order {
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin:0 0 90px 0;
}

/*-------FEEDBACK「お客様の声」------*/

#feedback-top {
    padding-top: 10px;
    margin-bottom: 30px;
}
#feedback-top ul {
	clear: both;
    margin-bottom: 15px;
}

#feedback-top li {
    width: 144px;
	float: left;
	margin-right: 15px;
}
#feedback-top li:last-child {
	margin-right: 0px;
}

.feedback {
	margin: 0 0 150px 0;
	background: #fff;
}
.feedback-inner {
	width:760px;
	border-top:5px #000 solid;
	border-bottom:5px #000 solid;
	padding:15px 10px;
	margin: 0 0 30px 0;
	
}

.feedback-inner h4 {
	color:#757118;
	font-weight:700;
	

}

.feedback-inner p {
	font-size:80%;
}

.feedback-inner img {
	float:left;
	margin:0 20px 0 0;
}

.feedback-inner .voice {
	width: 550px;
	float:left;
	margin:0 20px 0 0;
}

.feedback-inner .customer {
	margin:0 0 30px 0;
}
.feedback-inner .charge {
	margin:0 0 0 50px;
	border-top: 1px #ccc dotted;
	padding: 10px;
}










/*==============      BRIDALここまで   ===============*/
/*====================================================*/

/*==============        REFORM         ===============*/
/*=====================================================*/
#reform-note {
	width:780px;
	margin:0 0 20px 0;
}

#reform-note p {
	width:738px;
	padding:0 20px 20px 20px;
	border-bottom:1px #b9b6b7 solid;
	border-left:1px #b9b6b7 solid;
	border-right:1px #b9b6b7 solid;
	font-size:90%;
	color:#333;
	line-height:200%;
	background:#fff;
	
}

#reform-flow ul{
	position:relative;
}

.reform-bt-inq {
	width:650px;
	margin:0 auto;
	position:relative;
	top: -105px;;
	left:0;
}
	

/*==============      REFORMここまで   ===============*/
/*====================================================*/


/*==============        PURCHASE         ===============*/
/*=====================================================*/
prchase h2 {
	margin: 0 0 50px;
}
#purchase01{
	width:778px;	
	border:1px solid #ccc;
	margin:0 0 40px 0;
}
#purchase01 p {
	background:#fff;
	padding:0 24px 45px;
	font-size:90%;
	line-height:200%;
}

#purchase01 dl {
	background:#fff;
	padding:0 0 20px;
}

#purchase01 dl dt {
}

#purchase01 dl dd {
	width:362px;
	float:left;
	margin:0 0 20px 18px;
}

#flow-purchase {
	width:778px;	
	border:1px solid #ccc;
	background:#fff;
	margin:0 0 40px 0;
	padding: 0 0 70px;
}

#purchase02{
	
}
#purchase03{
}
#purchase04{
}

#purchase-bt-inq {
	position: relative;
	top: 120px;
}






/*==============      PURCHASEここまで       ===========*/
/*=====================================================*/


/*==============        CONTACT         ===============*/
/*====================================================*/
#store-info {
	margin:0 0 90px 0;
}
#store-gallery ul{
	margin:20px 0 30px;
}

#store-gallery li {
	float:left;
}

#store-gallery li a {
	transition: .5s;
}
#store-gallery li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}

.recruit-gallery{
	margin:20px 0 30px;
	text-align: center;
}

.recruit-gallery li {
	display: inline-block;
}

.recruit-gallery li a {
	transition: .5s;
}
.recruit-gallery li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}


#store-table {
	margin:0 0 40px 0;
	font-size:80%;
}

#store-table table tr {
	padding:20px 0 0 0;
	border-bottom:1px #999 dotted;
	font-size:80;
}

#store-table table th {
	width:110px;
	background:#6c2c51;
	color:#fff;
	text-align: center;
	padding: 20px 0 10px 0;
	vertical-align: top;
}

#store-table table td {
	padding: 20px 0 10px 30px;
	line-height:200%;
}

#map {
	margin:0 0 40px 0;
}

#contact {
	font-size:80%;
}

#contact h3{
	margin:0 0 40px 0;
}

#form-area{ 
	margin:0 0 90px;
}

#formbox{
	background: #fff;
padding: 50px;
}
#form-caution {
	font-size:80%;
}
#formbox span {
	color:#f00;
}
#formbox table {
	width:600px;
	margin:0 auto;
}
#formbox table th {
	vertical-align:top;
	padding:0 0 20px 0;
}
#formbox table td {
	padding:0 0 20px 0;
}
#formbox input {
	height:30px;
	border:1px solid #ccc;
	border-radius:4px;
}
#formbox textarea {
	width: 100%;
	height:90px;
	border:1px solid #ccc;
	border-radius:4px;
}
#formbox p {
	margin:30px 0;

}
.submit {
	margin: 0 20px 0 0;
}
.reset {
}

.bg-kakunin {
	background:#f7f7f7;
}
.kakunin {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background:#fff;
	padding:50px 0;
	font-size:80%;
}
.kakunin table {
	width: 547px;
	margin: 40px auto;
	text-align: left;
}

.kakunin h3 {
	margin:40px;
}
.thanks {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background:#fff;
	padding:50px 0;
	font-size:80%;
}

#privacy-policy {
	font-size:80%;
	margin:0 0 100px 0;
}
#privacy-policy  h3 {
	margin:0 0 40px 0;
}
#privacy-policy p {
	background:#fff;
	padding:50px;
	line-height:200%;
}
#norecruit {
	margin-top:60px;
	text-align:center;
}
/*==============      CONTACTここまで   ===============*/
/*==============      REPAIRここから =================*/
.tab{
    overflow:hidden;
    display: flex;
    justify-content:space-between;
}
.tab li{ 
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
    background: #ad22228f;
}
.tab li.select{
    width: 398px;
    background:#ad2222;
    position: relative;
    z-index: 10;
}
.content .repairBtns{
    padding:40px 20px 0;
    background:#ad2222;
    margin-bottom:30px;
}
.hide {display:none;}
.repairBox01 {
    padding:25px;
    border: 1px solid #ccc;
    margin-bottom:46px;
}
#overhole01 {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:46px;
}
#overhole01 h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size:1.3rem;
    font-weight:bold;
    color:#a48930;
    text-align:center;
    margin-bottom:18px;
}
#overhole01 table {
    margin-bottom:15px;
}
#overhole02 h3 {
    width:413px;
    background:#d8a91e;
    padding:2px;
    margin:0 auto 24px;
}
#overhole02 h3 span {
    display: block;
    font-size:0.8rem;
    font-weight: bold;
    color:#fff;
    text-align: center;
    line-height:32px;
    border:1px solid #fff;
}
#overhole02 div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#overhole02 dl {
    width:217px;
    margin-bottom:26px;
}
#overhole02 dt {
    margin-bottom:10px;
}
#overhole02 dd {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size:1.0rem;
    font-weight:bold;
    color:#a48930;
    text-align:center;
}
#overhole02 p {
    font-size: 0.8rem;
    color:#666;
    line-height: 1.8em;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.repairBox {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:25px;
    border: 1px solid #ccc;
    margin-bottom:46px;
}
.repairBox h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size:1.3rem;
    font-weight:bold;
    color:#a48930;
    text-align:center;
    margin-bottom:18px;
}
.repairBox-l {
    width:230px;
}
.repairBox-r {
    width:480px;
}
.repairBox-r p {
    font-size: 0.8rem;
    color:#666;
    line-height: 1.8em;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f7da86;
}
.repairCaution {
    border:none !important;
    margin:0 !important;
    padding:0 !important;
}
.repairBox-r h4 {
    width:170px;
    font-size:0.8rem;
    font-weight: bold;
    color:#fff;
    line-height:30px;
    text-align:center;
    background-color: #d8a91e;
    border-radius: 10px;
    margin-bottom:12px;
}
.repairBox table {
    margin-bottom:15px;
}
.repairBox-r th,.repairBox-r td {
    border:1px solid #ccc;
    font-size:0.8rem;
    color:#666;
    min-width:136px;
    height:30px;
    vertical-align: middle;
    text-align:center;
    padding:0 10px;
}
.repairBtns {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    box-shadow: 0px -5px 8px 0px rgba(0,0,0,0.3);
}

.repairBtns p{
    background:#ebe8db;
    border:4px solid #aa9949;
    border-radius: 10px;
    text-align: center;
    margin-bottom:30px;
}
.repairBtns p a {
    color:#333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    text-decoration: none;
}
#jewelryBtns p a {
    display:block;
    width:232px;
    line-height:52px;
    
}
.repairBtns #overhole {
    width:732px;
    line-height:52px;
}
.repairBtns #overhole a {
    width:772px;
}
#watchBtns p a {
    display:block;
    width:172px;
    line-height:52px;
    
}
#jewelryContainer {
    
}

/*==============      REPAIRここまで =================*/
/*====================================================*/