/* --------------------------------------------------
Reset CSS
-------------------------------------------------- */
* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}

body {
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 22px;
	position: relative;
	text-align: center;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	     -o-text-size-adjust: 100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

br, hr {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after, q: before, q: after {
	content: '';
	content: none;
}

input, select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
/* --------------------------------------------------
共通レイアウト
-------------------------------------------------- */
.sp {
	display: none;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

a:link, a:active, a:visited{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	opacity: .8;
}

section{
	padding: 50px 0;
}

img{
	vertical-align: bottom;
}

h2{
	margin: 0 auto 50px;
}

h3{
	margin: 0 0 20px 0;
}

section#about+h3{
	margin-top: 100px;
}

h4{
	margin: 0 auto 50px;
	padding: 10px 0;
	width: 300px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #851217;
}

h4 img{
	margin: auto;
	display: block;
}

h5{
	margin: 50px 0;
}

h6{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul.subtitle{
	font-weight: bold;
}

ul.subtitle li{
	height: 18px;
	line-height: 18px;
}

table{
	margin: 30px auto;
	font-weight: bold;
	border-collapse: separate;
	border-spacing: 3px;
	empty-cells: hide;
}

table tr th{
	font-size: 16px;
	vertical-align: middle;
}

table tr th, table tr td{
	padding: 15px;
	text-align: left;
	background-color: #FFF;
}

table tr td.red{
	padding: 0;
	color: #7A0000;
	background-color: rgba(0, 0, 0, 0);
}

table.data {
	font-weight: normal;
}

#wrapper{
	position: relative;
}

.main{
	margin: auto;
	padding: 20px 0;
	width: 1000px;
}

.right{
	float: right;
}

.left{
	float: left;
}

.catch{
	margin: 100px 0;
}

.line{
	margin: auto;
	width: 150px;
	margin-bottom: 20px;
}

.line img{
	display: block;
}

.catch-text{
	margin: 1em 0 0 0;
}

.text{
	margin: 0 0 50px 0;
}

#google{
	padding: 0 !important;
	height: 0;
	line-height: 0;
	margin: -10px 0 0 0;
}

#google > iframe{
	height: 0 !important;
	line-height: 0;
}

#brand-btn{
	background-color: #F0EFEE;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	color: #851217;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 50px auto 0;
	padding: 10px 0;
	width: 500px;
}

/* --------------------------------------------------
ヘッダー・フッター
-------------------------------------------------- */
header a:link, header a:active, header a:visited, footer a:link, footer a:active, footer a:visited{
	color: #FFF;
	text-decoration: none;
}

header{
	padding: 50px 0 40px;
	width: 100%;
	position: relative;
	z-index: 9999;
}

header nav #glo-nav{
	margin: 40px 0 0 0;
	letter-spacing: -.40em;
}

header nav #glo-nav > li{
	margin-right: 30px;
	padding: 10px 0 10px;
	letter-spacing: normal;
	display: inline-block;
	position: relative;
}

header nav #glo-nav > li:last-child{
	margin-right: 0;
}
/* グロナビ
-------------------------------------------------- */
#glo-nav ul.menu{
	margin: auto;
	width: 170px;
	color: #FFF;
	font-weight: bold;
	display: none;
	position: absolute;
	top: 40px;
	right: -100%;
	left: -100%;
}

#glo-nav ul.menu li{
	margin-top: 2px;
	text-align: center;
	display: block;
}

#glo-nav ul.menu li.menu-arrow>a{
	background: url("../image/menu_arrow.png") no-repeat 90% 50%;
	background-color: #851217;
}

#glo-nav ul.menu li a{
	padding: 15px 0;
	background-color: #851217;
	display: block;
}

#glo-nav ul.menu li ul.menu{
	margin: auto;
	width: 170px;
	color: #FFF;
	font-weight: bold;
	display: none;
	position: absolute;
	top: 0px;
	left: 170px;
}

#glo-nav ul.menu li ul.menu li{
	padding: 0 0 0 3px;
}

.sheader {
	background-color: #581316;
	color: #fff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 0;
	text-align: right;
}

header #sub-nav{
	letter-spacing: -.40em;
	position: absolute;
	top: 10px;
	right: 10px;
}

header #sub-nav li{
	margin-right: 10px;
	letter-spacing: normal;
	display: inline-block;
}

header #sub-nav li:first-child{
	margin-right: 15px;
}

header #sub-nav li:last-child{
	margin-right: 0;
}

footer{
	width: 100%;
	color: #FFF;
	line-height: 22px;
	background-color: #581316;
	display: table;
}

footer a:link, footer a:active, footer a:visited{
	font-weight: bold;
}

footer .cover{
	width: 50%;
	height: 100%;
	background: url("../image/footer_cover.jpg") no-repeat top left;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	display: table-cell;
}

footer .info{
	padding: 40px 0;
	width: 50%;
	display: table-cell;
}

footer .info .main{
	margin: auto;
	width: 600px;
}

footer dl{
	width: 300px;
}

footer dl dt{
	width: 20%;
	text-align: right;
	float: left;
	clear: left;
}

footer dl dd{
	width: 80%;
	text-align: left;
	float: right;
	clear: right;
}

footer ul{
	margin-top: 10px;
	padding-top: 10px;
	width: 300px;
	text-align: left;
	border-top: 1px solid #FFF;
}

/* トップ戻る
-------------------------------------------------- */
.pageTop{
	position: fixed;
	bottom: 25px;
	right: 100px;
}

.pageTop a{
	height: 72px;
	width: 72px;
	background: url("../image/back_top.png") no-repeat;
	background-position: 0 0;
	display: block;
}

.pageTop a:hover{
	opacity: 1;
	background: url("../image/back_top.png") no-repeat;
	background-position: 0 -72px;
}

/* エラーページ
-------------------------------------------------- */
#error{
	color: #851217;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
}


/* 随時更新
-------------------------------------------------- */
#item-update{
	border: 3px solid #CCC;
	clear: both;
	font-size: 14px;
	margin: auto;
	padding: 20px;
}

/* トップカバーエリア
-------------------------------------------------- */
#top-cover{
	width: 100%;
	height: 360px;
}

/* タイトルエリア
-------------------------------------------------- */
#wrapper #title-area{
	padding: 100px 0;
}

#wrapper #title-area.aftertext{
	padding: 100px 0 50px;
}

#wrapper.page-01 ul#page-link img{
	display: block;
}

#wrapper.page-01 ul#page-link{
	letter-spacing: -.40em;
}

#wrapper.page-01 ul#page-link li{
	margin-right: 30px;
	letter-spacing: normal;
	display: inline;
}

#wrapper.page-01 ul#page-link li a{
	padding: 10px 30px;
	background-color: #851217;
	display: inline-block;
}

/* --------------------------------------------------
index.html スライダー
-------------------------------------------------- */
section#slider{
	padding: 0;
	clear: both;
}

.bxslider01 > li > img{
	width: 100%;
	height: auto;
}

.carousel{
	position: relative;
}

.carousel .bxslider02 li img{
	width: 100%;
	height: auto;
}

#PrevIcon{
	margin: auto;
	width: 50px;
	height: 50px;
	background: #FFF url("../image/arrow.png") no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

#NextIcon{
	margin: auto;
	width: 50px;
	height: 50px;
	background: url("../image/arrow.png") no-repeat -50px 0;
	background-color: #FFF;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

#PrevIcon a, #NextIcon a{
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	display: block;
}

/* --------------------------------------------------
アイテムリスト
-------------------------------------------------- */
section.item-list{
	margin: 50px auto 50px;
	padding: 50px 0 10px 0;
	width: 1000px;
	height: auto;
	color: #505050;
	font-size: 12px;
	font-weight: bold;
}

section.item-list > dl{
	margin: 0 20px 30px 0;
	width: 320px;
	min-height: 415px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 1px;
	        border-radius: 1px;
	float: left;
	position: relative;
	padding: 0 0 20px 0;
}

section.item-list > dl:nth-of-type(3n){
	margin: 0 0 30px 0;
}

section.item-list > h2,
section.item-list > h3 {
	clear: both;
}

section.item-list dl dt{
	display: table;
	padding: 20px 20px 10px;
	width: 280px;
	height: 280px;
}

section.item-list dl dt > div{
	display: table-cell;
	vertical-align: middle;
}

section.item-list dl dt img{
	height: auto;
	max-height: 280px;
	width: 280px;
}

section.item-list dl dd ul{
	margin: auto;
	width: 280px;
}

section.item-list dl dd ul.price li{
	margin: auto;
	width: auto;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

section.item-list dl dd .price .title{
	color: #851217;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}

section.item-list p.button a:link, section.item-list p.button a:active, section.item-list p.button a:visited{
	margin: 10px auto 0;
	padding: 5px;
	width: 150px;
	color: #FFF;
	background-color: #a44d51;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	display: block;
}

section.item-list > dl > dd.selling{
	position: absolute;
	top: -4px;
	right: 10px;
}

section.item-list > dl > dd.online-cart{
	width: 50px;
	height: 50px;
	background-image: url("../image/online_cart.png");
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	position: absolute;
	top: 0;
	left: -2px;
}

/* --------------------------------------------------
index.html お知らせ
-------------------------------------------------- */
#wrapper #information{
	margin: auto;
	width: 1200px;
}

#wrapper #information #infobox{
	border-top: solid 1px #851217;
	border-bottom: solid 1px #851217;
	float: left;
	font-size: 14px;
	height: 400px;
	overflow: scroll;
	padding: 15px 0;
	width: 650px;
}

#wrapper #information #banner{
	clear: left;
	float: left;
}

#wrapper #information #banner li{
	float: left;
	margin: 20px 20px 0 0;
}

#wrapper #information #infobox dt{
	background-color: #851217;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	color: #FFF;
	clear: left;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 10px;
}

#wrapper #information #infobox dd{
	float: left;
	margin-left: 20px;
	padding: 5px 0;
}

#wrapper #information iframe{
	float: right;
}

/* --------------------------------------------------
index.html ランキング
-------------------------------------------------- */
#wrapper.top .item-list{
	margin: 0 auto;
	width: 1000px;
}

/*#wrapper.top .banner img{
	margin: 0 auto 100px auto;
}*/

/* --------------------------------------------------
トップ キャッチエリア
-------------------------------------------------- */
#about{
	padding: 0;
	width: 100%;
	height: 380px;
}

#about .cover{
	width: 50%;
	height: 380px;
	float: left;
}

#about .text{
	width: 50%;
	height: 380px;
	background-color: #F0EFEE;
	float: right;
	position: relative;
}

#about .text img{
	margin: 0;
}

#about .text ul{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#about .text ul li{
	text-align: left;
}

#about .text ul li+li{
	margin-top: 20px;
}

/* --------------------------------------------------
トップカバー写真
-------------------------------------------------- */
/* マリッジリング 価格
-------------------------------------------------- */
#wrapper.page-01 #top-cover.marriage-price{
	background: url("../image/marriage_cover_23.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#about.marriage-price .cover{
	background: url("../image/marriage_price_about.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* マリッジリング デザイン
-------------------------------------------------- */
#wrapper.page-01 #top-cover.marriage-design{
	background: url("../image/marriage_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#about.marriage-design .cover{
	background: url("../image/marriage_design_about.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* ブランド（マリッジ・エンゲージ）
-------------------------------------------------- */
#about.marriage-brand .cover{
	background: url("../image/marriage_brand_about.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#brand{
	padding: 100px 0;
	color: #444;
}

#brand ul{
	margin: auto;
	padding-top: 20px;
	width: 1000px;
	border-top: 5px solid #F8F8F8;
}

#brand ul:first-child{
	padding-top: 0;
	border-top: none;
}

#brand ul li{
	margin: 0 20px 20px 0;
	width: 235px;
	text-align: left;
	float: left;
}

#brand ul li:nth-child(4n){
	margin: 0 0 20px 0;
}

#brand ul li img{
	border: 1px solid #EEE;
}

/* エンゲージリング 価格
-------------------------------------------------- */
#wrapper.page-01 #top-cover.engagement-price{
	background: url("../image/engagement_price_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#about.engagement-price .cover{
	background: url("../image/engagement_price_about.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* エンゲージリング デザイン
-------------------------------------------------- */
#about.engagement-design .cover{
	background: url("../image/engagement_design_about.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* --------------------------------------------------
ハンドメイド
-------------------------------------------------- */
#about.handmade .cover{
	background: url("../image/handmade_about_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#wrapper.page-01 #top-cover.handmade{
	background: url("../image/handmade_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

dl.template02{
	margin: 50px auto;
	width: 1000px;
}

dl.template02 dt{
	width: 150px;
	min-height: 215px;
	float: left;
	position: relative;
}

dl.template02 dd{
	width: 500px;
	text-align: left;
	float: left;
}

dl.template02 dd p.step-title{
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c9c9c9;
}

dl.template02 dd p.step-title img{
	margin: 0;
}

dl.template02 dd.image{
	width: 350px;
}

#handmade-sample ul{
	margin: auto;
	width: 1000px;
}

#handmade-sample ul li{
	margin-bottom: 50px;
	width: 220px;
	height: 220px;
	float: left;
}

#handmade-sample ul li:nth-child(even){
	width: 40px;
	position: relative;
}

#handmade-sample ul li:nth-child(even) img{
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.reserve-step{
	background-color: #e7e3e0;
	clear: both;
	display: block;
	margin: 50px auto;
	padding: 20px;
	width: 350px;
}

/* --------------------------------------------------
商品詳細
-------------------------------------------------- */
#wrapper.more #mens{
	padding: 100px 0 0 0;
}

#wrapper.more .type a:link, #wrapper.more .type a:active, #wrapper.more .type a:visited{
	color: #393939;
	text-decoration: none;
}

#wrapper.more #item-info{
	margin: auto;
	padding: 50px 0;
	width: 1200px;
}

#wrapper.more #item-info .item-image{
	width: 600px;
	float: left;
}

#wrapper.more #item-info .item-image .bxbox{
	width: 600px;
	height: 300px;
	position: relative;
	margin: 0 0 20px 0;
}

#wrapper.more #item-info .item-image ul.bxslider li, #wrapper.more #item-info .item-image ul.bxslider_02 li{
	width: 600px;
	height: 300px;
	text-align: center;
	position: relative;
}

#wrapper.more #item-info .item-image ul.bxslider li>img, #wrapper.more #item-info .item-image ul.bxslider_02 li>img{
	margin: auto;
	height: 300px;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -1px;
}

#wrapper.more #item-info .item-image #bx-pager ul, #wrapper.more #item-info .item-image #bx-pager_02 ul{
	margin: auto;
	width: 300px;
}

#wrapper.more #item-info .item-image #bx-pager ul li, #wrapper.more #item-info .item-image #bx-pager_02 ul li{
	margin-right: 20px;
	width: 60px;
	height: 60px;
	text-align: left;
	border: 1px solid #CCC;
	overflow: hidden;
	float: left;
	position: relative;
}

#wrapper.more #item-info .item-image #bx-pager ul li:last-child, #wrapper.more #item-info .item-image #bx-pager_02 ul li:last-child{
	margin: 0;
}

#wrapper.more #item-info .item-image #bx-pager ul li img, #wrapper.more #item-info .item-image #bx-pager_02 ul li img{
	margin: auto;
	width: auto;
	height: 60px;
	position: absolute;
	left: -100%;
	right: -100%;
}

#wrapper.more .PrevIcon, #wrapper.more .PrevIcon_02{
	margin: auto;
	width: 40px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

#wrapper.more .PrevIcon a, #wrapper.more .PrevIcon_02 a{
	background: url("../image/more_arrow.png") no-repeat;
}

#wrapper.more .NextIcon, #wrapper.more .NextIcon_02{
	margin: auto;
	width: 40px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

#wrapper.more .NextIcon a, #wrapper.more .NextIcon_02 a{
	background: url("../image/more_arrow.png") no-repeat -40px 0;
}

#wrapper.more .PrevIcon a,#wrapper.more .NextIcon a,
#wrapper.more .PrevIcon_02 a,#wrapper.more .NextIcon_02 a{
	width: 40px;
	height: 50px;
	text-indent: -9999px;
	display: block;
}

#wrapper.more .item-data{
	width: 550px;
	text-align: left;
	float: right;
}

#wrapper.more .item-data ul.more-button{
	margin: 10px auto 0;
	padding: 15px;
	width: 480px;
	background-color: #E7E3E0;
}

#wrapper.more .item-data ul.more-button li{
	margin-right: 15px;
	float: left;
}

#wrapper.more .item-data ul.more-button li:last-child{
	margin: 0;
}

#wrapper.more #special{
	margin: auto;
	width: 1200px;
}

#wrapper.more #special .point{
	margin-bottom: 80px;
	width: 600px;
	height: auto;
	font-size: 14px;
	line-height: 22px;
	float: left;
}

#wrapper.more #special .point dl dt{
	margin-bottom: 40px;
}

#wrapper.more #special .point dl dd+dd{
	margin: 15px auto 0;
	width: 500px;
	min-height: 4em;
}

#wrapper.more #banner,
#wrapper #banner{
	padding: 50px 0 0;
	width: 100%;
	background-color: #E7E3E0;
}

#wrapper.more #banner ul,
#wrapper #banner ul{
	margin: auto;
	width: 930px;
}

#wrapper.more #banner ul li,
#wrapper #banner ul li{
	margin-bottom: 50px;
	float: left;
}

#wrapper.more #banner ul li:nth-child(2n){
	float: right;
}

#wrapper #banner ul li:nth-child(even){
	float: right;
}

div.item-data>div{
	idth: 100% !important;
}

div.cartjs_product_table>table{
	border: none !important;
	margin: auto !important;
	width: 100% !important;
}

div.cartjs_product_table>table>tbody>tr>th{
	border: none !important;
	color: #A6937C !important;
	font-size: 14px !important;
	padding: 10px !important;
}

div.cartjs_product_table>table>tbody>tr>td{
	border: none !important;
	font-size: 14px !important;
	padding: 10px !important;
}

div.cartjs_product_table>table>tbody>tr.cartjs_sales_price>td{
	color: #851217 !important;
}

div.cartjs_product_table>table>tbody>tr>td>input, div.cartjs_product_table>table>tbody>tr>td>select{
	background-color: #efedeb!important;
	padding: 5px !important;
}

div.cartjs_cart_in>input{
	background: #851217 url("../image/cart.png") no-repeat 80px 50% !important;
	color: #FFF !important;
	font-size: 16px !important;
	font-weight: bold !important;
	padding: 10px 10px 10px 50px !important;
	margin: 20px auto !important;
	width: 300px !important;
}

div.cartjs_box .cartjs_product_name{
	font-size: 16px !important;
	font-weight: bold;
}

div.cartjs_product_explain .productText{
	margin: 250px 0 0 0;
}

div.cartjs_product_explain .productText .spec{
	position: absolute;
	width: 571px;
	left: -600px;
	top: 430px;
}

div.cartjs_product_explain .productText .spec img{
	display: none;
}

div.cartjs_product_explain .productText .spec p:first-child:after{
	content: "SPEC";
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.cartjs_product_explain .productText .spec dl{
	margin: 0 0 10px 0;
}

div.cartjs_product_explain .productText .spec dl:after{
	content: "";
	display: block;
	clear: both;
}

div.cartjs_product_explain .productText .spec dl dt{
	color: #851217;
	float: left;
	font-weight: bold;
	width: 80px;
}

div.cartjs_product_explain .productText .spec dl dd{
	float: right;
	width: 437px;
}

div.cartjs_product_explain{
	min-height: 350px !important;
}

.item-data .cartjs_box{
	position: relative;
}

.item-data .cartjs_box .cartjs_product_table{
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 55px;
}

.item-data .cartjs_box .cartjs_cart_in{
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 230px;
}

/* --------------------------------------------------
preuve.html
-------------------------------------------------- */
#wrapper.page-01 #top-cover.preuve{
	background: url("../image/preuve_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#preuve{
	padding: 50px 0;
}

#preuve h4{
	margin-top: 50px;
}

#preuve-step{
	margin: auto;
	width: 1000px;
	font-size: 14px;
}

#preuve-step img{
	vertical-align: baseline;
}

#preuve-step > dt{
	padding-left: 120px;
	width: 1000px;
	height: 50px;
	line-height: 50px;
	text-align: left;
}

#preuve-step > dt:nth-child(1){
	background: url("../image/preuve_step01.png") no-repeat left center;
}

#preuve-step > dt:nth-child(3){
	background: url("../image/preuve_step02.png") no-repeat left center;
}

#preuve-step > dt:nth-child(5){
	background: url("../image/preuve_step03.png") no-repeat left center;
}

#preuve-step > dt:nth-child(7){
	background: url("../image/preuve_step04.png") no-repeat left center;
}

#preuve-step > dt:nth-child(9){
	background: url("../image/preuve_step05.png") no-repeat left center;
}

#preuve-step > dt:nth-child(11){
	background: url("../image/preuve_step06.png") no-repeat left center;
}

#preuve-step > dd{
	padding-left: 120px;
	width: 1000px;
	text-align: left;
	background: url("../image/step_line.png") repeat-y 45px center;
}

#preuve-step > dd:last-child{
	background: none;
}

#preuve-step > dd > ul {
	padding-bottom: 20px;
}

#preuve-step > dd > ul > li{
	margin-bottom: 20px;
}

#preuve-step > dd > ul > li:last-child{
	margin: 0;
}

#preuve-step > dd > ul > .price-button{
	padding-right: 120px;
}

#preuve-step > dd > ul > .price-button > a{
	margin: auto;
	padding: 10px 0;
	width: 300px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #851217;
	display: block;
}

#preuve-step dl#stamp{
	margin: 40px 0;
	width: 880px;
}

#preuve-step dl#stamp > dt{
	width: 100px;
	float: left;
}

#preuve-step dl#stamp > dd{
	margin-top: 10px;
	width: 780px;
	font-size: 13px;
	float: right;
}

#preuve-step dl#stamp > dd+dd{
	margin: 0;
}

#preuve-link p{
	margin-bottom: 20px;
}

/* --------------------------------------------------
ブランド トップカバー
-------------------------------------------------- */
/* preuve
-------------------------------------------------- */
#wrapper.page-01 #top-cover.brand-preuve{
	background: url("../image/brand_preuve_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#about.brand-preuve .cover{
	background: url("../image/brand_preuve_about.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#brand-preuve ul{
	margin-top: 20px;
}

#brand-preuve ul li{
	margin-bottom: 20px;
}

/* royalasscher
-------------------------------------------------- */
#about.brand-royalasscher .cover{
	background: url("../image/brand_royalasscher_cover.jpg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* cafering
-------------------------------------------------- */
#about.brand-cafering .cover{
	background: url("../image/brand_cafering_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* bridia
-------------------------------------------------- */
#about.brand-bridia .cover{
	background: url("../image/brand_bridia_cover.jpg") no-repeat 65% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* bridiarose
-------------------------------------------------- */
#about.brand-bridiarose .cover{
	background: url("../image/brand_bridiarose_cover.jpg") no-repeat 25% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* pinkdolphin
-------------------------------------------------- */
#about.brand-pinkdolphin .cover{
	background: url("../image/brand_pinkdolphin_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* petitmarie
-------------------------------------------------- */
#about.brand-petitmarie .cover{
	background: url("../image/brand_petitmarie_cover.jpg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* tomome
-------------------------------------------------- */
#about.brand-tomome .cover{
	background: url("../image/brand_tomome_cover.jpg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* retroring
-------------------------------------------------- */
#wrapper.page-01 #top-cover.retroring{
	background: url("../image/retroring_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#about.retro-ring .cover{
	background: url("../image/retroring_about_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* Native American Jwelry
-------------------------------------------------- */
#wrapper.page-01 #top-cover.naj{
	background: url("../image/brand_naj_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* voice
-------------------------------------------------- */
#wrapper.page-01 #top-cover.voice{
	background: url("../image/voice_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* lien.html
-------------------------------------------------- */
#about.brand-lien .cover{
	background: url("../image/brand_lien_cover.jpg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* merrypink.html
-------------------------------------------------- */
#about.brand-merrypink .cover{
	background: url("../image/brand_merrypink_cover.jpg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* proposering.html
-------------------------------------------------- */
#about.brand-proposering .cover{
	background: url("../image/brand_proposering_cover.jpg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* nordt.html
-------------------------------------------------- */
#wrapper.page-01 #top-cover.brand-nordt{
	background: url("../image/brand_nordt_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#about.brand-nordt .cover{
	background: url("../image/nordt_about_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* marriage-reform.html
-------------------------------------------------- */
#wrapper.page-01 #top-cover.marriage-reform{
	background: url("../image/marriage_reform_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* about-us.html
-------------------------------------------------- */
#wrapper.page-01 #top-cover.about-us{
	background: url("../image/about_us_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* about-us.html
-------------------------------------------------- */
#wrapper.page-01 #top-cover.jwelry-reform{
	background: url("../image/jwelry_reform_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* alive.html
-------------------------------------------------- */
#wrapper.page-01 #top-cover.alive{
	background: url("../image/alive_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* repair.html
-------------------------------------------------- */
#wrapper.page-01 #top-cover.repair{
	background: url("../image/repair_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* --------------------------------------------------
地金管理
-------------------------------------------------- */
#wrapper.page-01 #top-cover.purchase{
	background: url("../image/purchase_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#purchase{
	padding-bottom: 50px;
}

#purchase ul{
	margin: 30px auto 50px;
	width: 1200px;
}

#purchase ul li{
	margin: 0 40px 20px 0;
	padding: 25px 0;
	width: 270px;
	font-size: 16px;
	background: url("../image/purchase_bg.png");
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	float: left;
}

#purchase ul li:nth-child(4),
#purchase ul li:nth-child(7){
	margin: 0 0 20px 0;
}

#purchase ul li:last-child{
	width: 580px;
}

#staff{
	padding: 50px 0;
	background: #e7e3e0 url("../image/purchase_arrow.png") no-repeat center top;
}

#staff #staff-list{
	margin: 0 auto 50px;
	width: 950px;
}

#staff #staff-list li{
	float: left;
}

#staff #staff-list li:last-child{
	float: right;
}

#staff #staff-list li p{
	font-size: 16px;
	line-height: 22px;
}

/* --------------------------------------------------
生前整理
-------------------------------------------------- */
#about.alive .cover{
	background: url("../image/alive_about_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#alive .plan-title{
	margin: 50px 0;
}

#alive ul#plan{
	margin: auto;
	width: 620px;
	font-size: 14px;
}

#alive ul#plan li{
	margin: 0 25px 25px 0;
	padding: 25px 0;
	width: 190px;
	min-height: 3em;
	background: url("../image/purchase_bg.png");
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	float: left;
}

#alive ul#plan.p01 li:nth-child(3), #alive ul#plan.p01 li:nth-child(4){
	margin: 0 0 25px 0 ;
}

#alive ul#plan.p01 li:nth-child(4){
	width: 620px;
}

#alive ul#plan li.button{
	padding: 0;
	margin-right: 20px;
	width: 300px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	background-image: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

#alive ul#plan li.button a{
	padding: 15px 0;
	background-color: #C0A68A;
	display: block;
}

#alive ul#plan li.button p{
	margin-top: 10px;
	color: #000;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#alive ul#plan li.button+li.button{
	margin-right: 0;
}

#alive ul#plan.p02 li:nth-child(1){
	margin: 0 0 25px 0 ;
	width: 620px;
}

.staff-name{
	margin: 20px 0 100px;
	font-size: 18px;
}

/* --------------------------------------------------
reform.html
-------------------------------------------------- */
.reform-list-sample{
	margin-bottom: 100px;
}

.reform-list{
	margin: 0 auto 100px;
	width: 880px;
}

.reform-list li{
	margin-right: 20px;
	width: 280px;
	float: left;
}

.reform-list li:last-child{
	margin: 0;
}

.reform-list li p{
	margin-top: 10px;
}

#reform-price{
	padding: 50px 0;
	background-color: #E7E3E0;
}

/* --------------------------------------------------
結婚指輪リフォーム
-------------------------------------------------- */
.marriage-reform{
	padding: 100px 0 50px;
}

.marriage-reform h3{
	margin-bottom: 100px;
}

#handmade-step.marriage-reform dl dt{
	min-height: auto;
}

#handmade-step.marriage-reform dl dd{
	width: 750px;
}

/* --------------------------------------------------
Q&A
-------------------------------------------------- */
#qa{
	padding: 50px 0;
	background-color: #e7e3e0;
}

#qalist{
	margin: 30px auto;
	padding: 50px;
	width: 1000px;
	background-color: #FFF;
}

#qalist ul{
	margin: auto;
	width: 800px;
}

#qalist ul li.question{
	padding-left: 50px;
	height: 50px;
	background: url("../image/question.png") left center no-repeat;
	font-size: 16px;
	text-align: left;
	line-height: 50px;
}

#qalist ul li.answer{
	margin-bottom: 10px;
	padding: 15px 0 20px 60px;
	background: url("../image/answer.png") 10px 15px no-repeat;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	border-bottom: 1px solid #C9C9C9;
}

#qalist ul li:last-child{
	border-bottom: none;
}

/* --------------------------------------------------
about-us.html
-------------------------------------------------- */
#about-us dl.staff{
	margin: 0 20px;
	width: 450px;
}

#about-us dl.staff dt{
	width: 450px;
	height: 330px;
}

#about-us dl.staff dd{
	padding: 20px 0;
	width: 450px;
	text-align: left;
}

#about-us dl.staff h4{
	margin: 0;
	padding: 0 0 10px 0;
	width: auto;
	color: #851217;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: none;
}

#about-company{
	padding: 50px 0;
	background-color: #F0EFEE;
}

#about-company table{
	width: 1000px;
	border-collapse: collapse;
	border-spacing: 1px;
	empty-cells: hide;
}

#about-company table tr{
	border: 1px solid #CCC;
}

#about-company table tr th{
	width: 10%;
	font-size: 12px;
	text-align: right;
	vertical-align: baseline;
	background-color: rgba(255, 255, 255, 0);
	border-left: 1px solid #CCC;
}

#about-company table tr td{
	width: 40%;
	background-color: rgba(255, 255, 255, 0);
}

#access{
	padding: 50px 0;
}

#access ul{
	width: 490px;
}

#access ul li{
	text-align: left;
}

#access h2{
	margin-bottom: 30px;
}

#access .main h3{
	margin: 5px 0;
	color: #851217;
	font-size: 14px;
	font-weight: bold;
}

/* --------------------------------------------------
ガイドライン
-------------------------------------------------- */
#wrapper.page-01 #top-cover.guide{
	background: url("../image/about_us_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#guide{
	background-color: #F0EFEE;
}

#guide #order-guide{
	margin: 50px auto;
	width: 1000px;
}

#guide #order-guide dl dt,
#guide #order-guide dl dd{
	text-align: left;
}

#guide #order-guide dl dt{
	margin-bottom: 5px;
	color: #851217;
	font-size: 16px;
	font-weight: bold;
}

#guide #order-guide dl dd{
	margin-bottom: 20px;
}

#guide h3+p{
	font-weight: bold;
}

#guide #order-guide dl span.bold{
	font-weight: bold;
}

#guide #order-guide dl.left{
	width: 490px;
	float: left;
}

#guide #order-guide dl.right{
	width: 490px;
	float: right;
}

#guide #order-guide dl table{
	margin: 0;
	width: 490px;
}

#guide #order-guide dl table tr th{
	width: 30%;
	font-size: 12px;
	vertical-align: baseline;
}

/* --------------------------------------------------
特定商取引法
-------------------------------------------------- */
#transactions{
	padding: 50px 0;
	background-color: #F0EFEE;
}

/* --------------------------------------------------
プライバシーポリシー
-------------------------------------------------- */
#privacy{
	padding: 50px 0;
}

#privacy dl{
	margin: auto;
	width: 800px;
}

#privacy dl dt, #privacy dl dd{
	width: 800px;
	text-align: left;
}

#privacy dl dt{
	margin-bottom: 5px;
	color: #851217;
	font-size: 16px;
	font-weight: bold;
}

#privacy dl dd{
	margin-bottom: 20px;
}

/* --------------------------------------------------
お問い合わせ
-------------------------------------------------- */
#wrapper.page-01 #top-cover.contact {
	background: url("../image/contact_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contact-order{
	background-color: #F0EFEE;
}

#contact-order h3{
	margin-bottom: 5px;
}

#contact-order h3+p{
	margin-bottom: 50px;
}

#contact-order .formarea{
	margin: auto;
	width: 800px;
}

#contact-order .contact-box{
	margin: 0 auto 50px;
	padding: 25px;
	width: 1000px;
	background-color: #FFF;
}

#contact-order .contact-box .contact-tel{
	float: left;
}

#contact-order .contact-box .contact-tel-about{
	text-align: left;
	float: right;
}

#contact-order .contact-box h3{
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #851217;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 3px solid #e0c4c5;
}

#contact-order .contact-box ul{
	margin: 0 0 30px 20px;
	text-align: left;
	line-height: 22px;
}

#contact-order .contact-box ul:last-child{
	margin: 0 0 0 20px;
}

#contact-order .contact-box ul li.title{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

#contact-order .contact-box ul li.title a{
	background-color: #E0C4C4;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	display: block;
	padding: 10px;
	text-align: center;
	width: 350px;
}

#contact-order .contact-box p{
	text-align: left;
}

#contact-form{
	background-color: #F0EFEE;
}

#contact-form form{
	margin: 50px 0;
}

#contact-form dl{
	margin: auto;
	width: 1000px;
}

#contact-form dl:nth-child(odd){
	background-color: #e3ded8;
}

#contact-form dl dt{
	padding: 20px 10px;
	width: 30%;
	text-align: right;
	font-weight: bold;
	float: left;
	clear: left;
}

#contact-form dl dd{
	padding: 15px;
	width: 70%;
	text-align: left;
	float: right;
	clear: right;
}

#contact-form input, #contact-form select,
 #contact-form select option ,#contact-form textarea{
	padding: 5px 10px;
	width: 400px;
}

#contact-form input.submit{
	padding: 5px 50px;
	width: auto;
	font-weight: bold;
	background-color: #e3ded8;
}

#contact-form input.sexuality{
	width: auto;
}

#contact-form ul.attention{
	margin: auto;
	width: 650px;
	text-align: left;
}

#contact-form ul.attention li.title{
	margin: 20px 0 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #851217;
}

#contact .thanks{
	color: #851217;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
}

#contact .home{
	margin: 30px 0 0 0;
}

.contact-info{
	padding: 50px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.contact-info > p, .contact-info > ul{
	border: 3px solid #CCC;
	display: inline-block;
	line-height: 1.8em;
	margin: auto;
	padding: 20px;
	text-align: left;
}

.contact-info > ul .title{
	color: #851217;
	font-weight: bold;
}

/* --------------------------------------------------
リペア
-------------------------------------------------- */
div.template03{
	margin: auto;
	width: 700px;
}

div.template03 dl{
	margin: 30px 100px 30px 0;
	width: 300px;
	float: left;
}

div.template03 dl:nth-child(2n){
	margin: 30px 0;
}

div.template03 dl dd{
	margin-top: 20px;
}

div.template03 ul{
	text-align: left;
}

div.template03 ul li.title{
	margin-bottom: 5px;
	color: #851217;
	font-weight: bold;
}

/* --------------------------------------------------
結婚相談
-------------------------------------------------- */
#wrapper.page-01 #top-cover.counseling{
	background: url("../image/marriagecounseling_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

dl.template01 h3{
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	text-align: left;
	border-bottom: 1px solid #c9c9c9;
}

dl.template01{
	margin: 50px 0;
	width: 1000px;
	line-height: 24px;
}

dl.template01 dt{
	width: 550px;
	text-align: left;
	float: left;
}

dl.template01 dd{
	width: 450px;
	height: 300px;
	float: right;
}

#counseling ul li{
	margin: 5px 0;
	padding: 0 5px;
	background-color: #e7e3e0;
	display: inline-block;
}

/* --------------------------------------------------
order-brand.html
-------------------------------------------------- */
#order-brand{
	padding: 0 0 50px;
}

h3.before{
	margin-top: 100px;
}

#order-brand a.button{
	color: #FFF;
	margin: 50px auto;
	padding: 10px 0;
	width: 450px;
	font-size: 14px;
	background-color: #851217;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	display: block;
}

#order-brand iframe{
	margin: 30px 0 0 0;
}

#order-brand ul.peace-list{
	margin: 30px auto 100px;
	width: 1000px;
}

#order-brand ul.peace-list li{
	margin-right: 20px;
	width: 320px;
	float: left;
}

#order-brand ul.peace-list li:nth-child(3n){
	margin-right: 0;
}

#order-brand ul.peace-list li span.bold{
	font-weight: bold;
}

#order-brand p.sample{
	margin: 10px 0;
}

#order-brand ul.retro-sample{
	margin: auto;
	width: 550px;
}

#order-brand ul.retro-sample li{
	margin: 0 50px 20px 0;
	width: 250px;
	float: left;
}

#order-brand ul.retro-sample li:nth-child(2n){
	margin: 0 0 20px 0;
}

/* --------------------------------------------------
ウッドリング
-------------------------------------------------- */
#wrapper.page-01 #top-cover.woodring {
	background: url("../image/woodring_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* --------------------------------------------------
お客様の声
-------------------------------------------------- */
#voice{
	padding: 0 0 50px 0;
	background-color: #E7E3E0;
}

#voice h3{
	margin: 50px 0 50px 0;
}

#voice ul.voice-box{
	margin: 0 auto 20px;
	padding: 20px;
	width: 800px;
	background-color: #FFF;
	line-height: 28px;
}

#voice ul.voice-box li{
	text-align: left;
}

#voice ul.voice-box li.title{
	text-align: left;
	font-weight: bold;
}

#voice ul.voice-box li.data{
	text-align: right;
}

/* --------------------------------------------------
サービス
-------------------------------------------------- */
#wrapper.page-01 #top-cover.service{
	background: url("../image/service_cover.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.phone{
	clear: both;
	margin: 0 auto 50px;
	padding: 30px 0 0 0;
	width: 1200px;
}

.phone li{
	float: left;
	width: 400px
}

.phone li img{
	height: auto;
	width: 400px;
}

/* --------------------------------------------------
サイトマップ
-------------------------------------------------- */
#sitemap{
	margin: auto;
	padding: 0 0 100px 0;
	width: 1000px;
}

#sitemap a{
	border-bottom: 1px dotted #851217;
	padding: 0 0 2px 0;
}

#sitemap .sitemap{
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
}

#sitemap .sitemap:last-child{
	margin: 0;
}

.sitemap{
	text-align: left;
}

#sitemap .sitemap .title{
	color: #851217;
	font-size: 14px;
	font-weight: bold;
}

.sitemap .sub-title{
	color: #444;
	font-weight: bold;
}

.sitemap .sub-list{
	margin: 0 0 0 10px;
}

.empty {
	border: none !important;
}

.cal_wrapper {
	display: block;
	margin: 2.0833% auto;
	max-width: 400px; /* 最大幅 */
	min-width: 300px; /* 最小幅 */
}

.googlecal {
	position: relative;
	padding-bottom: 100%; /* 縦横比 */
	height: 0;
	overflow: hidden;
}
.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.product-title {
	color: #851217;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 20px;
}

.p_title {
	font-size: 14px;
	font-weight: bold;
	margin: 20px auto;
}

.snav li {
	background-color: #851217;
	display: inline-block;
	height: auto;
	margin: 0 5px;
	padding: 5px 0;
	text-align: center;
	width: 100px;
}

.snav li a:link,
.snav li a:active,
.snav li a:visited {
	color: #fff;
	text-decoration: none;
}

.p_catch {
	margin: auto;
	width: 90%;
}

.p_catch h3 {
	color: #851217;
	font-size: 18px;
	font-weight: bold;
}

.p_catch p {
	text-align: left;
}

.catch-img {
	margin: 30px auto;
}

.catch-img li {
	margin: 20px auto;
	width: 90%;
}

#attention {
	border: 2px solid #851217;
	font-size: 11pt;
	margin: 30px auto 10px;
	padding: 10px;
	text-align: left;
	width: 750px;
}

#attention h3 {
	color: #851217;
	text-align: center;
	font-weight: bold;
}

#attention ol {
	padding: 0 0 0 15px;
}

#attention ol li {
	list-style-type: decimal;
	margin: 5px 0;
}

.order_info {
	display: inline-block;
	margin: 0 10px 20px;
}

@media screen and (max-width: 640px) {

	body {
		font-size: 15px;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	h2 {
		margin: 20px auto;
	}

	h3 {
		margin: 20px auto;
	}

	h3 img {
		margin: auto;
		max-width: 100%;
	}

	img {
		max-width: 100%;
	}

	section {
		padding: 15px;
	}

	#wrapper .sheader,
	#wrapper header {
		display: none;
	}

	#wrapper .spHeader {
		background-color: #581316;
		padding: 20px;
		position: relative;
		width: 100%;
	}

	#wrapper .spHeader h3 {
		margin: 0;
		text-align: left;
	}

	#wrapper .spHeader h3 img {
		height: 50px;
	}

	#wrapper .spHeader .spSnav {
		position: absolute;
		right: 20px;
		top: 30px;
	}

	#wrapper .spHeader .spSnav li {
		float: left;
		margin: 0 0 0 10px;
	}

	#wrapper .group {
		background-color: #851217;
		display: block;
		width: 100%;
	}

	#wrapper .spNav span {
		display: block;
		margin: 10px 0;
	}

	#wrapper .spNav ul {
		display: none;
	}

	#wrapper .spNav .menu {
		background-color: #851217;
		border-bottom: 1px solid #91292e;
		color: #FFF;
		display: block;
		float: left;
		font-weight: bold;
		padding: 0;
		width: 33%;
	}

	#wrapper .spNav .menu:nth-child(3n+2) {
		border-left: 1px solid #91292e;
		border-right: 1px solid #91292e;
		width: 34%;
	}

	#wrapper .spNav .menu ul li {
		background-color: #91292e;
		border-bottom: 1px solid #9d4145;
		font-size: 11px;
		padding: 10px 0;
	}

	#wrapper .spNav .menu ul li:last-child {
		border-bottom: none;
	}

	#wrapper .spNav .menu a:link,
	#wrapper .spNav .menu a:active,
	#wrapper .spNav .menu a:visited {
		color: #FFF;
	}

	#PrevIcon_02{
		margin: auto;
		width: 30px;
		height: 30px;
		background: #FFF url("../image/arrow.png") no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}

	#NextIcon_02{
		margin: auto;
		width: 30px;
		height: 30px;
		background: url("../image/arrow.png") no-repeat -30px 0;
		background-color: #FFF;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
	}

	#PrevIcon_02 a, #NextIcon_02 a{
		width: 30px;
		height: 30px;
		text-indent: -9999px;
		display: block;
	}

	#wrapper #information {
		float: none;
		width: 100%;
	}

	#wrapper #information #infobox {
		float: none;
		height: auto;
		margin: auto;
		max-height: 200px;
		width: 100%;
	}

	#wrapper #information #infobox dt {
		float: none;
		margin: 0;
		width: 150px;
	}

	#wrapper #information #infobox dd {
		float: none;
		text-align: left;
		margin: 0;
	}

	#wrapper #information .instagram {
		margin: 40px auto 0;
	}

	#wrapper #information .more {
		background-color: #EAD4D5;
		-webkit-border-radius: 5px;
		        border-radius: 5px;
		margin: auto;
		padding: 10px 20px;
	}

	#wrapper #information iframe {
		height: 350px;
		margin: 20px auto;
	}

	#wrapper #information #instafeed {
		margin: 20px auto 0;
		padding: 0 10px 0;
	}

	#wrapper #information #instafeed a {
		display: block;
		margin: 0 auto 20px;
	}

	#wrapper #information #instafeed a:nth-child(odd){
		float: left;
	}

	#wrapper #information #instafeed a:nth-child(even){
		float: right;
	}

	#wrapper.top .item-list {
		width: 100%;
	}

	section.item-list {
		padding: 15px 0 15px 0;
	}

	section.item-list h2 {
		clear: both;
		margin: 30px auto 20px;
	}

	section.item-list > dl {
		float: left;
		margin: 0 1% 10px;
		min-height: 300px;
		width: 48%;
	}

	section.item-list > .big {
		width: 98%;
	}

	section.item-list dl dd ul {
		width: 100%;
	}

	section.item-list dl dd ul.price li {
		height: auto;
	}

	section.item-list p.button a:link {
		width: 90%;
	}

	section.item-list dl dt {
		height: auto;
		padding: 20px 10px;
		width: 100%;
	}

	section.item-list dl dt img {
		width: 100%;
	}

/*
	section.item-list > dl:nth-of-type(3n) {
		margin: auto;
	}
*/

	#wrapper .banner {
		display: block;
		margin: 0 auto 20px;
	}

	#wrapper.top .banner img {
		width: 100%;
	}

	footer {
		display: block;
	}

	footer .info {
		display: block;
		padding: 40px 0 0;
		width: 100%;
	}

	footer .info .main {
		width: 100%;
	}

	footer .left {
		float: none;
		margin: auto;
		width: 95%;
	}

	footer .right {
		float: none;
		margin: auto;
		width: 95%;
	}

	footer ul.right {
		margin: 20px auto 0;
		width: 90%;
	}

	.main {
		width: 100%;
	}

	.pageTop {
		right: 10px;
	}

	#top-cover {
		height: 200px;
	}

	#wrapper #title-area {
		padding: 20px 0;
	}

	#about {
		height: auto;
		margin: 20px auto 0;
	}

	#about.marriage-price .cover,
	#about.marriage-design .cover,
	#about.marriage-brand .cover {
		display: none;
	}

	#about .text {
		background-color: #FFF;
		float: none;
		height: auto;
		margin: auto;
		padding: 5px 0;
		width: 95%;
	}

	#about .text img {
		width: 100%;
	}

	#about .text ul {
		margin: 10px auto;
		position: static;
		-webkit-transform: translate(0, 0);
		   -moz-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		     -o-transform: translate(0, 0);
		        transform: translate(0, 0);
	}

	#about .text ul li {
		font-size: 12px;
	}

	section#about+h3 {
		margin: 20px auto;
	}

	section.item-list {
		margin: 20px auto 0;
		width: 95%;
	}

/*	section.item-list h3 img {
		height: auto;
		width: 100%;
	}*/

	section.item-list p img {
		max-width: 100%;
	}

	#wrapper.page-01 ul#page-link li {
		display: block;
	}

	#brand {
		padding: 20px 0;
	}

	#brand ul {
		border: none;
		padding: 0;
		width: 100%;
	}

	#brand ul li {
		float: none;
		margin: 15px auto;
	}

	#brand ul li:nth-child(4n) {
		margin: 15px auto;
	}

	#about.engagement-design .cover,
	#about.brand-nordt .cover {
		display: none;
	}

	#order-brand a.button {
		font-size: 11px;
		width: 90%;
	}

	dl.template01 {
		margin: auto;
		width: 95%;
	}

	dl.template01 dt {
		width: 100%;
	}

	dl.template01 h3 {
		text-align: center;
	}

	dl.template01 h3 img {
		max-width: 100%;
		width: auto;
	}

	dl.template01 dd {
		height: auto;
		padding: 15px 0;
		width: 100%;
	}

	dl.template01 dd img {
		width: 100%;
	}

	#about.retro-ring .cover {
		display: none;
	}

	div.template03 {
		width: 100%;
	}

	div.template03 dl {
		float: none;
		margin: auto;
		width: 95%;
	}

	div.template03 dl:nth-child(2n) {
		margin: auto;
	}

	#about.handmade .cover {
		display: none;
	}

	dl.template02 {
		width: 100%;
	}

	dl.template02 dt {
		float: none;
		margin: auto;
		width: 100%;
	}

	dl.template02 dt {
		margin: 0 auto 20px;
		min-height: auto;
	}

	dl.template02 dd {
		width: 100%;
	}

	.reserve-step {
		width: 95%;
	}

	iframe {
		height: auto;
		width: 100%;
	}

	#handmade-sample ul {
		width: 100%;
	}

	#handmade-sample ul li {
		margin: auto;
		float: none;
	}

	#handmade-sample ul li:nth-child(even) {
		height: auto;
		padding: 20px;
		transform:rotate(90deg)
	}

	#qalist {
		padding: 0;
		width: 95%;
	}

	#qalist ul {
		padding: 5px;
		width: 100%;
	}

	section h3 img {
		max-width: 100%;
	}

	#qalist ul li.question {
		background: url("../image/question.png") 10px center no-repeat;
		font-size: 14px;
		line-height: 1.5em;
		padding-top: 8px;
	}

	#qalist ul li.answer {
		font-size: 12px;
	}

	#wrapper.page-01 ul#page-link li {
		margin: auto;
	}

	section p img,
	.main > img {
		height: auto;
		max-width: 100%;
	}

	#order-brand {
		margin: auto;
		width: 95%;
	}

	dl.template02 dd.image {
		width: 100%;
	}

	h4 {
		margin: 10px auto;
		width: 90%;
	}

	.reform-list {
		width: 100%;
	}

	.reform-list li {
		float: left;
		margin: auto;
		width: 100%;
	}

	#reform-price {
		padding: 50px 15px;
	}

	#handmade-step.marriage-reform dl dd {
		float: none;
		margin: auto;
		width: 95%;
	}

	table tr th {
		font-size: 14px;
	}

	ul#tel {
		margin: auto;
		width: 95%;
	}

	ul#tel img {
		width: 100%;
	}

	div.template03 dt img {
		width: 100%;
	}

	#purchase img {
		width: 100%;
	}

	#purchase ul {
		width: 100%;
	}

	#purchase ul li {
		margin: 20px auto 20px;
		width: 100%;
	}

	#purchase ul li:last-child {
		font-size: 12px;
		width: 100%;
	}

	#staff #staff-list {
		width: 95%;
	}

	#staff #staff-list li {
		float: none;
		margin: 0 auto 20px;
	}

	#staff #staff-list li img {
		width: 100%;
	}

	#wrapper.page-01 #top-cover {
		background-position: center 0!important;
	}

	#wrapper.page-01 ul#page-link li a {
		display: block;
		margin: 10px auto;
		padding: 10px;
		width: 250px;
	}

	#wrapper.page-01 ul#page-link img {
		margin: auto;
	}

	#about.alive .cover {
		display: none;
	}

	#alive ul#plan {
		width: 100%;
	}

	#alive ul#plan li {
		float: none;
		width: 100%;
	}

	#alive ul#plan.p01 li:nth-child(4) {
		width: 100%;
	}

	#alive img {
		width: 100%;
	}

	#alive ul#plan.p02 li:nth-child(1) {
		width: 100%;
	}

	#alive ul#plan li.button {
		margin: 15px auto;
		width: 100%;
	}

	#about-us dl.staff {
		margin: auto;
		width: 100%;
	}

	#about-us dl.staff dt {
		height: auto;
		width: 100%;
	}

	#about-us dl.staff dt img {
		width: 100%;
	}

	#about-us dl.staff dd,
	#about-us dl.staff dt {
		width: 100%;
	}

	#about-company table {
		border: 1px solid #ccc;
		width: 90%;
	}

	#access ul {
		float: none;
		margin: auto;
		width: 95%;
	}

	#contact-order .contact-box {
		width: 100%;
	}

	#contact-order .contact-box ul li.title a {
		width: 100%;
	}

	#contact-order .contact-box ul {
		margin: 0 auto 20px;
		width: 100%;
	}

	#contact-order .contact-box ul:last-child {
		margin: 0 auto 20px;
	}

	.contact-info {
		padding: 5px;
	}

	#contact-order .formarea {
		width: 100%;
	}

	#about.brand-pinkdolphin .cover,
	#about.brand-cafering .cover,
	#about.brand-petitmarie .cover,
	#about.brand-royalasscher .cover,
	#about.brand-preuve .cover,
	#about.brand-tomome .cover,
	#about.brand-lien .cover,
	#about.brand-bridia .cover,
	#about.brand-bridiarose .cover,
	#about.brand-merrypink .cover,
	#about.brand-proposering .cover {
		display: none;
	}

	.phone {
		margin: 0 auto 10px;
		width: 95%;
	}

	.phone li {
		margin: 0 auto 10px;
		width: 100%;
	}

	.phone li img {
		width: 100%;
	}

	#wrapper.more #item-info {
		padding: 0;
		width: 100%;
	}

	#wrapper.more #item-info .item-image {
		width: 100%;
	}

	#wrapper.more .item-data {
		margin: 20px auto 0;
		width: 100%;
	}

	#wrapper.more #item-info .item-image .bxbox {
		height: auto;
		margin: auto;
		width: 95%;
	}

	#bx-pager ul:after {
		content: "";
		clear: both;
		display: block;
	}

	#wrapper.more #item-info .item-image #bx-pager ul,
	#wrapper.more #item-info .item-image #bx-pager_02 ul {
		margin: 0 auto 30px;
	}

	#wrapper.more .item-data ul.more-button {
		width: 95%;
	}

	#wrapper.more .item-data ul.more-button li {
		float: none;
		margin: 0 auto 15px;
		text-align: center;
	}

	#wrapper.more #banner ul {
		width: 100%;
	}

	#wrapper.more #banner ul li {
		float: none;
		margin: 0 auto 15px;
		width: 95%;
	}

	#wrapper.more #banner ul li img {
		width: 100%;
	}

	#wrapper.more #banner ul li:nth-child(2n) {
		float: none;
	}

	#item-update {
		margin: 20px auto;
	}

	#about {
		background-color: #f5f5f5;
	}

	#about .text {
		background-color: rgba(255, 255, 255, 0);
	}

	#brand-btn {
		margin: 15px auto;
		width: 100%;
	}

	#wrapper.page-01 #top-cover.engagement-price {
		background-position: 70% 0!important;
	}
	#sitemap{
		width: 94%;
		margin: auto;
	}
	#sitemap .sitemap{
		width: 48%;
		margin: 0 0 0 2% !important;
		margin-top: 10px !important;
	}
	.text img{
		max-width:100%;
	}
	#voice ul.voice-box{
		width: 95%;
		margin: 0 auto 20px;
		padding: 15px;
		line-height: 20px;
	}
	#privacy dl,#privacy dl dt, #privacy dl dd{
		width: 95%;
		margin: auto;
	}
	#privacy dl dd{
		margin-bottom: 15px;
	}
	#transactions table tr th,#transactions table tr td{
		padding: 10px;
	}
	#guide #order-guide{
		width: 100%;
	}
	#guide #order-guide dl.left,#guide #order-guide dl table{
		width: 100%;
	}
	#guide #order-guide dl.right{
		width: 100%;
		float: none;
	}
	#contact-form dl{
		width: 100%;
	}
	#contact-form input, #contact-form select, #contact-form select option, #contact-form textarea{
		width: 100%;
	}
	#contact-form ul.attention{
		width: 100%;
	}
	#preuve-step,#preuve-step > dt,#preuve-step > dd{
		margin: auto;
		width: 95%;
	}
	#preuve-step > dd{
		background: none;
		padding-left: 0;
	}
	#preuve-step > dt:nth-child(1),#preuve-step > dt:nth-child(3),#preuve-step > dt:nth-child(5),#preuve-step > dt:nth-child(7),#preuve-step > dt:nth-child(9),#preuve-step > dt:nth-child(11){
		background: none;
		padding-left: 0;
	}
	#preuve-step img{
		max-width: 95%;
	}
	#preuve-step dl#stamp{
		width: 100%;
	}
	#preuve-step dl#stamp > dd{
		float: none;
		width: 100%;
	}
	.contact-tel,.contact-tel img{
		width: 100%;
	}
	.item-data .cartjs_box .cartjs_cart_in{
		position: static;
	}
	.item-data .cartjs_box .cartjs_product_table{
	position: static;
	}
	div.cartjs_product_table>table{
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#wrapper.more #special,#wrapper.more #special .point{
		width: 100%;
	}
	#wrapper.more #special .point dl dd+dd{
		width: 100%;
	}
	#wrapper.more #special .point dl dd img{
		max-width: 100%;
	}
	div.cartjs_product_table>table>tbody>tr>td select{
		width: 200px;
	}

	section.item-list > dl:nth-of-type(3n) {
		margin: 0 1% 10px;
	}

	section.item-list > .no1 {
		float: none;
		margin: 10px auto;
		width: 97%;
	}

	td, th {
		display: block;
		width: 100%;
	}

	#about-company table tr th,
	#about-company table tr td {
		border-left : 0;
		padding: 10px 15px;
		text-align: left;
		width: 100%;
	}

	#about-company table tr {
		border: 0px;
	}

	#about-company table tr td {
		background-color: #FFF;
	}

	#wrapper.page-01 #top-cover.counseling {
		background-position: 0 0 !important;
	}

	#wrapper.more #item-info .item-image ul.bxslider li > img,
	#wrapper.more #item-info .item-image ul.bxslider_02 li > img {
		height: auto;
	}

	div.cartjs_product_explain .productText .spec {
		position: static;
		width: 100%;
	}

	div.cartjs_product_explain .productText .spec dl {
		width: 100%;
	}

	div.cartjs_product_explain .productText .spec dl dt {
		width: 20%;
	}

	div.cartjs_product_explain .productText .spec dl dd {
		width: 80%;
	}

	div.cartjs_product_explain .productText {
		margin: 0 auto;
	}

	#preuve-step > dd > ul > .price-button > a {
		width: 100%;
	}

	#preuve-step > dd > ul > .price-button {
		padding: 0;
	}

	div.cartjs_product_explain .productText p+.spec {
		display: none;
	}

	img {
		margin: auto;
	}

	#preuve-step dl#stamp > dt {
		display: block;
		float: none;
		margin: auto;
	}

	#wrapper.more ul.phone {
		display: none;
	}

	#wrapper.more #banner,
	#wrapper #banner {
		margin: 20px auto 0;
		padding: 20px 0 0;
	}

	#attention {
		width: 90%;
	}

	.order_info {
		display: block;
		margin: 0 auto 20px;
	}


}
