@charset "utf-8";
/* CSS Document */

/*============================================
 全体
============================================*/
* { box-sizing: border-box; }
body {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
	line-height: 1.8;
	color: #504246;
}
a {
	color: #1e90cb;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
a:hover {
	color: #38b6f7;
}
a:hover img {
	opacity: .8;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
p {
	margin-bottom: 1em;
}
small {
	font-size: 13px;
}
img {
	max-width: 100%;
}

/* 共通ボタン */
.btn a {
	width: 230px;
	padding: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #a9894a;
	border-radius: 30px;
	border: 2px solid #a9894a;
}
.btn a i {
	margin-right: 5px;
	height: 23px;
	font-size: 18px;
	vertical-align: middle;
}
.btn a:hover {
	background: #a9894a;
	color: #fff;
}

/* 共通タイトル */
.ct_ttl {
	margin-bottom: 50px;
	font-size: 36px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Georgia,serif;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #a9894a;
}
.sub_ttl {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
	color: #a9894a;
}
.cont_ttl {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	color: #a9894a;
}

/* 背景 */
.lightBg {
	padding: 120px 0;
	background: url(../../images/lightBg.png) #f9e1f2;
}
.darkBg {
	padding: 120px 0;
	background: url(../../images/darkBg.png) #d6daf8;
}

/* 共通白背景Box */
.contBox {
	min-width: 1200px;
	margin: 0 40px;
	padding: 100px 30px;
	background: #fff;
}
.contBox + .contBox {
	margin-top: 80px;
}

/* 買取相場 */
#kaitori_marketprice h4 {
	padding: 20px 0;
	font-size: 21px;
	color: #a9894a;
	border-top: 2px solid #a9894a;
}
#kaitori_marketprice h4 span {
	padding: 10px 30px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	background: #a9894a;
	border-radius: 20px;
	float: right;
}
#kaitori_marketprice table {
	width: 100%;
}
#kaitori_marketprice tr:first-child {
	background: #f5f1e3;
	border-bottom: 2px solid #fff;
}
#kaitori_marketprice tr:last-child {
	background: #eaedf5;
}
#kaitori_marketprice th {
	width: 8em;
	padding: 13px 30px 15px;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}
#kaitori_marketprice td {
	padding-right: 30px;
	text-align: right;
	vertical-align: middle;
}
#kaitori_marketprice .price {
	font-weight: bold;
	text-align: left;
}
#kaitori_marketprice td em {
	font-size: 21px;
	font-style: normal;
}
#kaitori_marketprice .ratio em {
	font-weight: bold;
}
#kaitori_marketprice .ratio em i {
	height: 30px;
	vertical-align: middle;
}
#kaitori_marketprice .ratio .up {
	color: #d9001f;
}
#kaitori_marketprice .ratio .down {
	color: #949494;
}

/* 表 */
.tbl {
	width: 900px;
	margin: 0 auto;
}
.tbl th {
	padding: 15px 0;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.tbl td {
	padding: 15px 0;
	vertical-align: top;
}
.tbl tr + tr {
	border-top: 1px solid #e8e9ed;
}

/* ページトップへ */
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#pagetop a {
	width: 50px;
	height: 50px;
	text-align: center;
	color: #A48953;
	line-height: 50px;
	display: block;
	background: #fff;
	border-radius: 3px;
}
#pagetop i {
	font-size: 40px;
	vertical-align: middle;
}


/*============================================
 ヘッダー
============================================*/
#pageHeader {
	min-width: 1280px;
	height: 185px;
	padding-top: 20px;
	position: relative;
}
#pageHeader h1 {
	text-align: center;
}

#sitelink {
	margin: 5px 0 20px;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	list-style: none;
}
#sitelink li {
	display: inline-block;
}
#sitelink li + li {
	margin-left: 5px;
}
#sitelink a {
	color: #999;
}
#sitelink i {
	margin-left: 3px;
	height: 18px;
	vertical-align: middle;
	font-size: 16px;
}

#pnav {
	position: absolute;
	top: 30px;
	right: 20px;
}
#pnav li {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.tel p {
	margin-bottom: 0;
	font-size: 35px;
	font-family: 'EB Garamond', serif;
	line-height: 1;
	color: #a9894a;
}
.tel p i {
	margin-right: 5px;
	height: 34px;
	font-size: 28px;
	vertical-align: middle;
}
.tel small {
	text-align: right;
	display: block;
}
#pnav .inquiry {
	text-align: center;
}
#pnav .inquiry a {
	width: 50px;
	height: 50px;
	padding: 0;
	line-height: 50px;
	color: #fff;
	background: #a9894a;
	display: block;
	border-radius: 3px;
}
#pnav .inquiry a:hover {
	color: #fff;
	background: #c5a15a;
}
#pnav .inquiry i {
	font-size: 27px;
	display: inline-block;
	vertical-align: middle;
}
#pnav .inquiry span {
	display: none;
}

#gnav {
	text-align: center;
	border-top: 1px solid #e8e9ed;
	clear: both;
}
#gnav li {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Georgia,serif;
	display: inline-block;
}
#gnav li a {
	padding: 18px 20px 15px;
	color: #3a3b41;
	display: inline-block;
}
#gnav li .ov,
#gnav li a:hover {
	color: #a9894a;
}
#gnav li #pnav a {
	padding: 0;
}

.scroll {
	position: fixed !important;
	top: 0;
	z-index: 100;
}
#pageHeader.scroll {
	padding: 20px 0 20px;
	height: auto;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	left: 0;
	right: 0;
}
#pageHeader.scroll h1 {
	height: 40px;
	margin-bottom: 0;
}
#pageHeader.scroll h1 img {
	max-height: 100%;
}
#pageHeader.scroll .tel p {
	font-size: 30px;
}
#pageHeader.scroll .tel small {
	margin-top: -5px;
}
#pageHeader.scroll #pnav {
	top: 10px;
	right: 20px;
}
.slicknav_menu {
	top: 10px;
	right: 10px;
	z-index: 200;
	display: none;
}
.slicknav_menu.scroll {
	display: block;
}
.slicknav_menutxt:before {
	width: 60px;
	height: 60px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
	color: #A48953;
    line-height: 60px;
	text-align: center;
    display: inline-block;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
	content: 'menu';
}
.slicknav_nav {
	padding: 30px 0;
    display: block;
    position: fixed;
    background: rgba(255,255,255,0.9);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.2);
    top: 80px;
	bottom: 0;
    right: 0;
	z-index: 99;
}
.slicknav_item {
	display: none !important;
}
.slicknav_nav a {
	padding: 10px 30px;
	color: #A9894A;
	display: block;
}
.slicknav_nav ul ul {
	margin: 30px;
	padding-top: 30px;
	border-top: 1px solid #cacacd;
	text-align: center;
	display: block !important;
}
.slicknav_nav ul ul .inquiry {
	margin-top: 10px;
}
.slicknav_nav ul ul .inquiry a {
	padding: 10px;
	color: #fff;
	background: #A9894A;
	border-radius: 3px;
}
.slicknav_nav ul ul .inquiry i {
	margin-right: 5px;
	vertical-align: middle;
}
.slicknav_nav ul ul .inquiry span {
	display: inline-block;
	vertical-align: middle;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.scroll #gnav {
	display: none;
}


/*============================================
 コンテナー
============================================*/
#wrapper {
	min-width: 1280px;
	margin-bottom: 100px;
}
#page_ttl {
	padding: 70px 0;
	font-size: 32px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Georgia,serif;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #7b4492;
}


/*============================================
 フッター
============================================*/
#pageFooter {
	width: 1280px;
	margin: 0 auto 50px;
	padding: 0 40px;
}
#footerNav {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e8e9ed;
}
#footerNav #menu {
	float: left;
}
#footerNav #menu li {
	margin: 10px 20px 0 0;
	font-size: 14px;
	display: inline-block;
}
#footerNav #menu li a {
	color: #504246;
}
#footerNav #sns {
	text-align: right;
}
#footerNav #sns li {
	margin-left: 10px;
	display: inline-block;
}

#pageFooter #logo {
	text-align: center;
}
#pageFooter #logo small {
	margin-top: 10px;
	font-size: 12px;
	display: block;
}


/*============================================
 トップページ
============================================*/
#home_main {
	height: calc(100vh - 185px);
	overflow: hidden;
	position: relative;
}
#home_main #home_visual div {
	min-width: 1280px;
	width: 100vw;
	height: calc(100vh - 185px);
}
#home_main #home_visual .store {
	background: url(../../images/home_visual01.jpg) center no-repeat;
	background-size: cover;
}
#home_main #home_visual .jewelry {
	background: url(../../images/home_visual02.jpg) center no-repeat;
	background-size: cover;
}
#home_main .newyear {
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
#home_main .newyear img {
	max-height: calc(100vh - 185px - (9rem + 40px));
	margin-top: calc((9rem + 40px) * -1);
	vertical-align: bottom;
}
/* お知らせ */
#home_main #home_news {
	width: 1200px;
	margin-left: -600px;
	padding: 20px 40px;
	background: rgba(255,255,255,.9);
	position: absolute;
	left: 50%;
	bottom: 30px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#home_main #home_news h3 {
	padding: 5px 0;
	font-size: 15px;
	float: left;
}
#home_main #home_news ul {
	width: 55em;
	margin-left: 30px;
	padding: 5px 0 5px 30px;
	list-style: none;
	float: left;
	border-left: 1px solid #e8e9ed;
}
#home_main #home_news span {
	margin-right: 15px;
	color: #848590;
	float: left;
}
#home_main #home_news div {
	overflow: hidden;
}
#home_main #home_news .more {
	padding: 5px 0;
	float: right;
}
#home_main #home_news .more i {
	margin-right: 5px;
	height: 20px;
	font-size: 18px;
	vertical-align: middle;
}

/* ショップコンセプト */
#home_concept {
	padding: 120px 0;
	color: #fff;
	text-align: center;
	background: url(../../images/home_conceptBg.png) center no-repeat #562a69;
}
#home_concept h2 {
	margin-bottom: 50px;
	font-size: 36px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Georgia,serif;
	font-weight: normal;
	line-height: 1;
}
#home_concept p {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 2.4;
}
#home_concept .btn a {
	color: #fff;
	border: 2px solid #fff;
}
#home_concept .btn a:hover {
	background: #fff;
	color: #9055a2;
}

/* サービス */
.home_service {
	padding: 120px 0;
	overflow: hidden;
}
.home_serviceHead:after{
	content: " ";
	display: block;
	clear: both;
}
.home_service .photo {
	margin-left: 50px;
	float: right;
	max-width: 45%;
}
.home_service .photo img {
	vertical-align: bottom;
}
.home_service section {
	width: 1200px;
	margin: 0 auto 100px;
}
.home_service p {
	line-height: 2.4;
}
.home_serviceBox {
	min-width: 1200px;
	margin: -60px 40px 0;
	background: #fff;
}
.home_serviceBox_inner {
	max-width: 1320px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 120px 60px;
}
.home_serviceResult {
	margin: 0 -20px;
	list-style: none;
	display: flex;
}
.home_serviceResult li {
	width: 25%;
	padding: 0 20px;
	text-align: center;
}
.home_serviceResult li a {
	display: block;
}
.home_serviceResult li figure {
	margin-bottom: 10px;
}
.home_serviceBox .btn {
	margin: 50px 0 0;
	text-align: center;
	list-style: none;
}
.home_serviceBox .btn li {
	margin: 0 10px;
	display: inline-block;
}

/* 買取 */
#home_kaitori .home_serviceResult li .price {
	margin-top: 15px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	color: #504246;
}
#home_kaitori .home_serviceResult li .price span {
	margin: -7px 10px 0 0;
	padding: 10px;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	background: #a9894a;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
}
#home_kaitori .home_serviceBox .btn {
	margin-bottom: 80px;
}

/* 実績 */
#home_reform .home_serviceHead,
#home_reform .ct_ttl,
#home_reform .sub_ttl {
	color: #fff;
}
#home_reform a .price {
	margin-top: 5px;
	font-weight: bold;
	color: #504246;
}
#home_reform a .price span {
	margin-right: 10px;
	font-weight: normal;
}
#home_reform .btn a {
	width: 320px;
}

/* 買取について */
#home_kaitoriAbout {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#home_kaitoriAbout #kaitori_marketprice {
	width: calc(100% - 560px);
	float: left;
}
#home_kaitoriAbout ul {
	list-style: none
}
#home_kaitoriAbout li {
	margin-left: 30px;
	float: left;
}

/* ブログ */
#home_blog ul {
	width: 1280px;
	margin: 0 auto 50px;
	list-style: none;
	display: flex;
}
#home_blog li {
	width: 25%;
	padding: 0 20px;
}
#home_blog li .photo {
	margin-bottom: 20px;
	height: 200px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
#home_blog li .photo img {
	max-width: 300px;
	height: auto !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: bottom;
}
#home_blog li .date {
	font-size: 13px;
	color: #504246;
	display: block;
}
#home_blog .btn {
	text-align: center;
}

/* バナー */
#home_bnr {
	margin-top: 100px;
	list-style: none;
	text-align: center;
}
#home_bnr li {
	margin: 0 20px;
	display: inline-block;
}
#home_bnr li img {
	vertical-align: bottom;
}


/*============================================
 買取
============================================*/
#kaitori .kaitori_about .ct_ttl {
	margin-bottom: 20px;
	line-height: 1.8;
}
#kaitori .kaitori_about > p {
	line-height: 2.4;
	text-align: center;
}
#kaitori .kaitori_about ul {
	width: 1280px;
	margin: 60px auto 80px;
	list-style: none;
	display: flex;
}
#kaitori .kaitori_about li {
	width: 33.33%;
	padding: 0 40px;
}
#kaitori .kaitori_about li + li {
	border-left: 1px solid #efd8e8;
}
#kaitori .kaitori_about li figure {
	text-align: center;
}
#kaitori .kaitori_about h4 {
	margin: 30px 0 20px;
	font-size: 18px;
	color: #a9894a;
	text-align: center;
}

#kaitori #simulation {
	width: 900px;
	margin: 0 auto;
}
#kaitori #simulation .tbl {
	width: 600px;
	margin-right: 40px;
	float: left;
}
#kaitori #simulation .tbl th {
	width: 150px;
}
#kaitori #simulation .tbl td {
	font-weight: bold;
}
#kaitori #simulation .tbl th,
#kaitori #simulation .tbl td {
	padding: 25px 0;
}
#kaitori #simulation .tbl tr:first-child th,
#kaitori #simulation .tbl tr:first-child td {
	padding-top: 0;
}
#kaitori #simulation .tbl i {
	color: #a3a6c7;
	vertical-align: middle;
}
#kaitori #simulation .tbl .gram {
	width: 130px;
	margin-right: 10px;
	padding: 10px;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
	border: 1px solid #e8e9ed;
}
#kaitori #simulation .tbl .price {
	width: 130px;
	margin-right: 10px;
	padding: 10px;
	border: 0;
	background: #f1f3f8;
}
#kaitori #simulation .tbl li + li {
	margin-top: 10px;
}
#kaitori #simulation .tbl td span {
	width: 3.5em;
	display: inline-block;
}
#kaitori #simulation .tbl div {
	display: inline-block;
}
#kaitori #simulation .coupon {
	border: 2px solid #A9894A;
	overflow: hidden;
}
#kaitori #simulation .coupon h5 {
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #A9894A;
}
#kaitori #simulation .coupon h5 small {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	display: block;
}
#kaitori #simulation .coupon h5 em {
	font-size: 34px;
	font-style: normal;
}
#kaitori #simulation .coupon div {
	padding: 20px 30px;
	font-size: 18px;
	font-weight: bold;
}
#kaitori #simulation .coupon div small {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	display: block;
}
#kaitori #simulation .coupon div .price {
	width: 160px;
	margin-right: 10px;
	padding: 10px;
	border: 0;
	background: #f1f3f8;
}
#kaitori #simulation .note {
	margin: 30px 0 60px;
	padding: 30px;
	font-size: 13px;
	border: 1px solid #e8e9ed;
}
#kaitori .kaitori_list {
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid #e8e9ed;
}
#kaitori .kaitori_list h4 {
	margin-bottom: 50px;
	font-size: 25px;
	font-weight: normal;
	color: #4e576e;
	text-align: center;
}
#kaitori .kaitori_list ul {
	margin-bottom: 50px;
	display: flex;
	text-align: center;
}
#kaitori .kaitori_list li {
	width: 25%;
	font-size: 18px;
	font-weight: bold;
	color: #a9894a;
	display: inline-block;
}
#kaitori .kaitori_list figure {
	margin-bottom: 15px;
}
#kaitori .kaitori_list .btn {
	text-align: center;
	display: flex;
	justify-content: center;
}
#kaitori .kaitori_list .btn li {
	margin: 0 15px;
}

#kaitori .kaitori_howtoBtn {
	width: 900px;
	margin: 0 auto 50px;
	list-style: none;
	display: flex;
}
#kaitori .kaitori_howtoBtn li {
	width: 33.33%;
}
#kaitori .kaitori_howtoBtn a {
	padding: 10px;
	color: #a9894a;
	text-align: center;
	border: 1px solid #a9894a;
	display: block;
}
#kaitori .kaitori_howtoBtn li + li a {
	border-left: 0;
}
#kaitori .kaitori_howtoBtn .ov a,
#kaitori .kaitori_howtoBtn a:hover {
	color: #fff;
	background: #a9894a;
}
#kaitori .kaitori_howtoBox {
    min-width: 1140px;
    max-width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}
#kaitori .kaitori_howtoBox + .kaitori_howtoBox {
	margin-top: 50px;
}
#kaitori .kaitori_howtoBox figure {
	width: 350px;
	margin-right: 50px;
	float: left;
}
#kaitori .kaitori_howtoBox section {
	overflow: hidden;
}
#kaitori .kaitori_howtoBox h4 {
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: normal;
	color: #4e576e;
}
#kaitori .kaitori_howtoBox ul {
	margin: 10px 0 0 20px;
	font-size: 13px;
}
#kaitori .kaitori_howtoBox .kaitori_contact {
	width: 100%;
	margin: 30px 0 40px;
	background: #f1f3f8;
	display: table;
}
#kaitori .kaitori_howtoBox .kaitori_contact h5 {
	width: 200px;
	padding: 20px 0;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background: #a3a6c7;
	display: table-cell;
	vertical-align: middle;
}
#kaitori .kaitori_howtoBox .kaitori_contact ul {
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
	list-style: none;
}
#kaitori .kaitori_howtoBox .kaitori_contact li {
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
#kaitori .kaitori_howtoBox .kaitori_contact .tel {
	text-align: center;
}
#kaitori .kaitori_howtoBox .kaitori_contact .tel p {
	margin-bottom: 0;
	font-size: 30px;
}
#kaitori .kaitori_howtoBox .kaitori_contact .inquiry a {
	padding: 10px 30px 7px;
	background: #a9894a;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	border-radius: 3px;
}
#kaitori .kaitori_howtoBox .kaitori_contact .inquiry a:hover {
	background: #bc9d60;
}
#kaitori .kaitori_howtoBox .kaitori_contact .inquiry i {
	margin-right: 10px;
	height: 29px;
	vertical-align: middle;
}
#kaitori .kaitori_howtoBox em {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
#kaitori .kaitori_delivery {
	padding: 50px;
	border: 1px solid #e8e9ed;
}
#kaitori .kaitori_delivery h5 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #5e667a;
	text-align: center;
}
#kaitori .kaitori_delivery ul {
	margin-right: 20px;
	font-size: 15px;
	float: left;
}
#kaitori .kaitori_delivery .btn {
	text-align: center;
	clear: both;
}
#kaitori .kaitori_delivery .btn a {
	width: auto;
	margin-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
}
#kaitori .kaitori_delivery dl {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e8e9ed;
}
#kaitori .kaitori_delivery dt {
	margin-right: 20px;
	float: left;
}
#kaitori .kaitori_delivery dd {
	overflow: hidden;
}
#kaitori .kaitori_visit {
	padding: 50px;
	border: 1px solid #e8e9ed;
}
#kaitori .kaitori_visit h5 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #5e667a;
	text-align: center;
}
#kaitori .kaitori_visit h6 {
	font-size: 15px;
}

#auction .kaitori_auctionHead {
	margin-bottom: 80px;
	line-height: 2;
	text-align: center;
}
#auction .kaitori_auctionHead h4 {
	margin: 60px 0 30px;
	font-size: 25px;
}
#auction .kaitori_auctionBox {
    min-width: 1140px;
    max-width: 1260px;
	margin: 0 auto;
	display: flex;
}
#auction .kaitori_auctionBox + .kaitori_auctionBox {
	margin-top: 50px;
}
#kaitori .kaitori_auctionBox figure {
	width: 350px;
}
#kaitori .kaitori_auctionBox section {
	width: 800px;
	padding-left: 50px;
}
#kaitori .kaitori_auctionBox h5 {
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: normal;
	color: #4e576e;
}
#auction .kaitori_auctionBox h6 {
	margin: 25px 0 1em;
	font-size: 15px;
}
#auction .kaitori_auctionBox .handling {
	padding: 20px 40px;
	border: 1px solid #e8e9ed;
}
#auction .kaitori_auctionBox .handling dl {
	display: inline-block;
	vertical-align: top;
}
#auction .kaitori_auctionBox .handling dl + dl {
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #e8e9ed;
}
#auction .kaitori_auctionBox .handling dt {
	float: left;
}
#auction .kaitori_auctionBox .handling dt:after {
	margin: 0 5px;
	content: '：';
}
#auction .kaitori_auctionBox .handling dd {
	overflow: hidden;
}
#auction .kaitori_auctionBox .commission h6 {
	margin: 20px 0 5px;
}
#auction .kaitori_auctionBox .commission ul {
	list-style: none;
	display: table;
}
#auction .kaitori_auctionBox li {
	padding: 0 10px;
	line-height: 1.5;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#auction .kaitori_auctionBox li:nth-child(odd) {
	padding: 15px 20px;
	background: #f1f3f8;
	border-radius: 3px;
}

#auction .auction_result {
    min-width: 1140px;
    max-width: 1260px;
	margin: 80px auto 0;
}
#auction .auction_result h4 {
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: normal;
	color: #4e576e;
	text-align: center;
}
#auction .auction_result ul {
	margin: -40px -15px 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	overflow: hidden;
}
#auction .auction_result li {
	width: 25%;
	margin-top: 40px;
	padding: 0 15px;
}
#auction .auction_result figure {
	border: 1px solid #e8e9ed;
}
#auction .auction_result h5 {
    width: 100%;
	height: 6em;
    display: flex;
	text-align: center;
    align-items: center;
    justify-content: center;
}
#auction .auction_result dl {
	margin-bottom: 10px;
	overflow: hidden;
}
#auction .auction_result dt {
	margin-right: 10px;
	float: left;
}
#auction .auction_result dd em {
	font-style: normal;
	font-weight: bold;
}
#auction .auction_result dd .red {
	font-size: 18px;
	color: #c41b1b;
}
#auction .auction_result section {
	padding: 30px 30px 15px;
	font-size: 13px;
	line-height: 1.6;
	background: #f1f3f8;
}


/*============================================
 買取実績
============================================*/
#result #resultCatch {
	margin-bottom: 100px;
	line-height: 2.4;
	text-align: center;
}

#result #kaitori_list {
    min-width: 1140px;
    max-width: 1260px;
	margin: 0 auto;
}
#result #kaitori_list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#result #kaitori_list li {
	width: 50%;
	margin-bottom: 60px;
	padding: 0 30px;
}
#result #kaitori_list figure {
	width: 50%;
	margin-right: 30px;
	float: left;
}
#result #kaitori_list section {
	overflow: hidden;
}
#result #kaitori_list h3 {
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #5e667a;
	text-align: center;
	border-top: 1px solid #e8e9ed;
}
#result #kaitori_list h3 small {
	font-size: 13px;
	display: block;
}
#result #kaitori_list .price {
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #e8e9ed;
}
#result #kaitori_list .price span {
	margin-right: 10px;
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	background: #a9894a;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
}
#result #kaitori_list .price em {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}


/*============================================
 ジュエリーリフォーム
============================================*/
#reform .reform_about {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
#reform .reform_about figure {
	position: absolute;
	top: 30px;
	right: 0;
}
#reform .reform_about p {
	margin-bottom: 100px;
	line-height: 2.4;
	text-align: center;
}
#reform #original {
	background: url(../../images/reform_originalBg.png) #fff 50% 200px no-repeat;
}
#reform #semi {
	background: url(../../images/reform_semiBg.png) #fff 50% 0 no-repeat;
}
#reform .reform_order h5 {
	margin-bottom: 20px;
	text-align: center;
}
#reform .reform_order p {
	margin-bottom: 30px;
	text-align: center;
}
#reform .reform_order .btn {
	margin-bottom: 80px;
	list-style: none;
	text-align: center;
}
#reform .reform_order .btn li {
	margin: 0 10px;
	display: inline-block;
}
#reform .reform_order .sub_ttl {
	font-size: 23px;
	color: #4e576e;
}
#reform .order_type {
    min-width: 1140px;
    max-width: 1260px;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #e8e9ed;
	border-right: 1px solid #e8e9ed;
}
#reform .order_type li {
	border-top: 1px solid #e8e9ed;
	border-left: 1px solid #e8e9ed;
	float: left;
}
#reform .order_type li img {
	vertical-align: bottom;
}
#reform #original .order_type li {
	width: 33.33%;
}
#reform #semi .order_type li {
	width: 50%;
	padding: 50px 0 40px;
	text-align: center;
}
#reform #semi .order_type li h6 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Georgia,serif;
}

#reform #reform_flow .cont_ttl {
	color: #fff;
}
#reform .reform_flowBox {
    min-width: 1140px;
    max-width: 1260px;
	margin: 0 auto;
	background: #fff;
	display: table;
}
#reform .reform_flowBox + .reform_flowBox {
	margin-top: 60px;
}
#reform .reform_flowBox figure,
#reform .reform_flowBox section {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
#reform .reform_flowBox section {
	padding: 0 80px;
}
#reform .reform_flowBox h4 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: normal;
	color: #5e667a;
	text-align: center;
}
#reform .reform_flowBox h4 span {
	font-size: 21px;
	font-style: italic;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Georgia,serif;
	line-height: 1.3;
	display: block;
}
#reform .reform_flowBox p {
	margin: 0;
}
#reform .reform_flowBox .btn {
	margin-top: 30px;
	text-align: center;
}
#reform .reform_flowBox img {
	vertical-align: middle;
}

#reform #repair .tbl {
	margin-bottom: 20px;
}
#reform #repair .tbl th {
	width: 200px;
	font-size: 18px;
}
#reform #repair .tbl em {
	font-weight: bold;
	font-style: normal;
	color: #4e576e;
}
#reform #repair p {
	width: 900px;
	margin: 0 auto .5em;
	line-height: 1.4;
}


/*============================================
 リフォーム実績
============================================*/
#works #worksCatch {
	margin-bottom: 100px;
	line-height: 2.4;
	text-align: center;
}

#works .reform_listBtn {
	margin-bottom: 60px;
	list-style: none;
	display: flex;
	justify-content: center;
}
#works .reform_listBtn a {
	padding: 10px 30px;
	color: #a9894a;
	text-align: center;
	border: 1px solid #a9894a;
	display: block;
}
#works .reform_listBtn li + li a {
	border-left: 0;
}
#works .reform_listBtn .ov a,
#works .reform_listBtn a:hover {
	color: #fff;
	background: #a9894a;
}

#works #reform_list {
    min-width: 1140px;
    max-width: 1260px;
	margin: 0 auto;
}
#works #reform_list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#works #reform_list ul > li {
	width: 50%;
	margin-bottom: 60px;
	padding: 0 30px;
}
#works #reform_list li h3 {
	margin-bottom: 5px;
}
#works #reform_list li span {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #d1a3dc;
    border-radius: 3px;
}
.works_listPh {
	margin-bottom: 20px;
	padding: 15px;
	background: #f1f3f8;
	display: flex;
	list-style:none;
}
.works_listPh li {
	width: 47% !important;
	height: 152px;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	background: #fff;
	position: relative;
	box-sizing: border-box
}
.works_listPh li:nth-child(2) {
	width: 6% !important;
	background: none;
}
#home .works_listPh li {
	width: 45% !important;
	height: 132px;
}
#home .works_listPh li:nth-child(2) {
	width: 10% !important;
}
.works_listPh li i {
	font-size: 30px;
	color: #a9894a;
	line-height: 150px;
	vertical-align: middle;
}
#home .works_listPh li i {
	line-height: 130px;
}
.works_listPh li figcaption {
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	color: #546287;
	background: #fff;
	border-right: 1px solid #e8e9ed;
	border-bottom: 1px solid #e8e9ed;
	position: absolute;
	top: 0;
	left: 0;
}
.works_listPh li figure {
	margin: 0 !important;
	padding: 5px;
	line-height: 132px;
	vertical-align: middle;
}
#works .works_listPh li figure {
	height: 152px;
}
.works_listPh li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#works #reform_list h3 {
	font-weight: normal;
	color: #5e667a;
}
#works #reform_list .price {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
#works #reform_list .price em {
	font-size: 18px;
	font-style: normal;
}


/*============================================
 よくある質問
============================================*/
#faq #faq_list {
	width: 900px;
	margin: 0 auto;
	list-style: none;
}
#faq #faq_list li + li {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #E8E9ED;
}
#faq #faq_list li h3 {
	margin-bottom: 20px;
	padding-left: 1.5em;
	font-size: 21px;
	font-weight: normal;
	color: #A48953;
	position: relative;
}
#faq #faq_list li h3:before {
	content: 'Q.';
	position: absolute;
	left: 0;
}
#faq #faq_list ul {
	margin-left: 20px;
}
#faq #faq_list ul li + li {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0;
}


/*============================================
 店舗情報
============================================*/
#shop .shop_about {
    width: 1260px;
	margin: 0 auto 100px;
	padding: 0 30px;
}
#shop .shop_about .photo {
	margin-left: 60px;
	float: right;
}
#shop .shop_about p {
	line-height: 2.4;
}

#shop #access {
	min-width: 1200px;
	margin: 100px 40px 0;
	padding-bottom: 80px;
	position: relative;
}
#shop #map {
	width: 80%;
	min-width: 1200px;
}
#shop #access .accessBox {
	width: 500px;
	padding: 60px 80px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
#shop #access .accessBox .cont_ttl {
	margin-bottom: 20px;
	font-size: 24px;
}
#shop #access .accessBox .btn {
	text-align: center;
}

#shop .message {
	width: 1260px;
	margin: 0 auto 60px;
	color: #fff;
	list-style: none;
	display: flex;
}
#shop .message li {
	width: 50%;
	padding: 0 30px;
}
#shop .message figure {
	margin-bottom: 30px;
}
#shop .message section {
	margin-bottom: 20px;
	overflow: hidden;
}
#shop .message h3 {
	margin-right: 30px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Georgia,serif;
	font-size: 30px;
	font-weight: normal;
	float: left;
}
#shop .message h3 small {
	font-size: 15px;
	display: block;
}
#shop .message ol {
	padding-left: 20px;
	list-style: disc;
	font-size: 13px;
	overflow: hidden;
}
#shop .message ol li {
	width: auto;
	padding: 0;
}
#shop .staffBox {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	display: flex;
	align-items: center;
}
#shop .staffBox img {
	vertical-align: bottom;
}
#shop .staffBox p {
	margin: 0;
	width: 600px;
	font-size: 18px;
	line-height: 2.4;
	text-align: center;
}

#shop .sekicho dl {
	width: 900px;
	margin: 0 auto 80px;
	padding: 50px 0;
	border-top: 1px solid #e8e9ed;
	border-bottom: 1px solid #e8e9ed;
	display: flex;
}
#shop .sekicho dt {
	width: 20%;
}
#shop .landsale {
	width: 900px;
	margin: 0 auto;
}
#shop .landsale p {
	margin-bottom: 2em;
}
#shop .landsaleBox {
	margin-top: 60px;
	padding: 60px;
	border: 1px solid #e8e9ed;
	overflow: hidden;
}
#shop .landsaleBox .photo {
	margin-right: 40px;
	float: left;
}
#shop .landsaleBox h5 {
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: normal;
	color: #4e576e;
	text-align: center;
}
#shop .landsaleBox p {
	margin-bottom: 1em;
	overflow: hidden;
}
#shop .landsaleBox .sign {
	text-align: right;
}


/*============================================
 インフォメーション
============================================*/
#news #container {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
#contents {
	width: 900px;
	margin: 0;
	padding: 100px 80px !important;
	min-width: inherit !important;
	padding-right: 50px;
}
#sub {
	width: 300px;
	padding-left: 80px;
}

#news .news_list {
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#news.information .news_list li {
	padding: 20px 0;
}
#news.blog .news_list {
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
#news.blog .news_list li {
	width: 33.33%;
	margin-bottom: 40px;
	padding: 0 20px;
}
#news.blog .news_list li figure {
	margin-bottom: 20px;
	height: 150px;
	background: #F1F3F8;
	position: relative;
	overflow: hidden;
}
#news.blog .news_list li img {
	height: auto !important;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#news.blog .news_list li .date {
	font-size: 13px;
	display: block;
}
#news.information .news_list li + li {
	border-top: 1px solid #E8E9ED;
}
#news .news_list li a .date {
	margin-right: 10px;
	color: #242424;
}

.entryBox .cont_ttl {
	margin: 0 0 20px;
	padding-top: 40px;
	font-size: 30px;
	color: #242424;
	text-align: left;
}
.entryBox .news_meta {
	margin-bottom: 40px;
	font-size: 90%;
	line-height: 1;
	list-style: none;
	display: flex;
}
.entryBox .news_meta li + li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #e4e4e4;
}
.entryBox .entrybody {
	overflow: hidden;
}
.entryBox .entrybody img {
	height: auto !important;
}
#news .contBox .btn {
	margin: 60px auto 0;
	text-align: center;
}

#news #sub h3 {
	margin-bottom: 1em;
	padding: 0;
	font-size: 15px;
}
#news #sub ul {
	margin-bottom: 50px;
	list-style: none;
}
#news #sub li a:before {
	height: 22px;
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
	vertical-align: middle;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_right';
}
#news #sub li + li {
	margin-top: 10px;
}
#news #sub li ul {
	margin: 10px 0 20px 20px;
}
#news #sub a {
	font-weight: bold;
}
#news #sub i {
	margin-right: 5px;
	font-size: 18px;
	vertical-align: middle;
}
#news #sub i:before {
	height: 15px;
}

#pagenav {
	width: 1200px;
	margin: 0 auto;
	-webkit-display: flex;
	display: flex;
	clear: both;
}
#pagenav .page-numbers {
	width: 40px;
	height: 40px;
	font-size: 13px;
	color: #A9894A;
	line-height: 40px;
	text-align: center;
	border: 1px solid #A9894A;
	display: block;
}
#pagenav .page-numbers + .page-numbers {
	border-left: 0;
}
#pagenav .page-numbers:hover,
#pagenav .current {
	color: #fff;
	background: #A9894A;
}
#pagenav .next,
#pagenav .prev {
	width: 5em;
}
