@charset "UTF-8";
/*================================================
 *  一般・共通設定
 ================================================*/
h1 {
  font-size: 0.72em;
}
h2 {
font-size: 1.5em;
}

/*================================================
 *  ヘッダー、ナビ、フッター
 ================================================*/
#breadcrumbs {
  width: 95%;
}

nav {
	width: 100%;
}

#logo {
	text-align: left;
	margin-left: 1em;
}

#contactbtn .f-container {
display: flex;
justify-content: space-between;
}

#contactbtn {
background: #fff;
width: 100%;
position: fixed;
top: 56px;
z-index: 50;
}
#contactbtn li {
width: 50%;
}


/*================================================
 *  Button
 ================================================*/
.btn_01:active{
color: black;
background: #e6e6e6;
opacity: 1;
}

/*================================================
 *  レイアウト
 ================================================*/
.container {
  width: 90%;
}
/*
#contents {
	padding-top: 86px;
}
*/

.box {
	text-align: left;
}
/* .box img {
	text-align: center;
	margin-bottom: 1em;
} */

.dl_half dt {
    width: 6em;
    font-size: 13px;
}
.dl_half dd {
    padding-left: 7em;
    font-size: 13px;
}

/*================================================
 *  コンテンツ
 ================================================*/

/* トップページ
 ============*/

/* リード */
#index #lead h2 {
  line-height: 1.2em;
}
#index #lead .txt {
  margin-bottom: 2em;
}
#index #lead .box {
  width: 100%;
	margin-bottom: 0.5em;
	padding: 0.25em;
}
#index #lead .box img {
	width: 35%;
	float: left;
	margin: 0 1em 0 0;
}
#index #lead .box h3 {
	text-align: left;
	padding: 1em 0;
}

/* 店舗紹介 */
#shopinfo h3 {
font-size: 0.8em;
text-align: left;
}
#shopinfo .btn{
	width: 100%;
	}
	
/* PICK UP */
#index #pickup .f-container .box {
	width: 48%;
	margin: 0 1% 0.5em;
}

.sns-box li {
margin-right: 1em;
}


/* == engagement ==*/
#engagement #lead li {
    width: 48%;
}

#engagement #category .post {
    width: 46%;
}

/* == marriage ==*/
#marriage #lead li {
    width: 48%;
}
#marriage #category .post {
    width: 46%;
}

.ring-design_btn .f-container {
 justify-content: flex-start;
}

.ring-design_btn li {
 width: auto;
 font-size: 1em;
 margin-right: 0.5em;
 margin-bottom: 0.5em;
}

/* == order ==*/
#order #category .post {
    width: 46%;
}

/* == marriage ==*/
#reform #category .post {
    width: 46%;
}


/* == about ==*/
#about #greeting .box_l {
    width: 100%;
}
#about #greeting .box_r {
    width: 100%;
}
#about #greeting .box_l p {
    text-indent: 1em;
		margin-bottom: 0em;
}

/* == forging ==*/
#forging #flow .f-container li {
  width: 48%;
}

/* == manifacturing ==*/
#manifacturing #flow .f-container li {
  width: 48%;
}

/* == media ==*/
#media #mediaArea .f-container li {
  width: 48%;
}

/* == customer ==*/
#customer #customerArea li {
    border-bottom: 1px dotted #333333;
    margin-bottom: 1em;
}

/* == shop ==*/
#shop #gallery .f-container li {
  width: 48%;
}

/* #shop #shopinfo .box_l {
    width: 100%;
}
#shop #shopinfo .box_r {
    width: 100%;
}
#shop #reservation .box_l {
    width: 100%;
}
#shop #reservation .box_r {
    width: 100%;
}

#shop .box {
	width: 48%;
    margin-right: 0em;
	}

#shop p {
    font-size: 0.95em;
    } */

/* == reform ==*/
#reform #lead .box {
    width: 48%;
}

/* == access ==*/
#access #access_map .f-container li {
  width: 48%;
}

/* == contact ==*/
#contact #tel .box_l {
    width: 100%;
}
#contact #tel .box_r {
    width: 100%;
}

/* == contents ==*/
.borderbox_gre {
    padding: 1em;
}

/* == 来店について ==*/
#visit_access .f-container li {
  width: 48%;
}

