@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body{
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
	font-size:16px;
}
img{
	max-width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
@media screen and (max-width:640px){
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
}
input,textarea,select{
	font-size: 1em;
}
form{
	margin: 0px;
}
table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

.view-sp{ display: none; }

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
	color: #333;
}
a:hover{
	cursor: pointer;
	filter: alpha(opacity=60); /* IE6, IE7 */
	-ms-filter: "alpha( opacity=60 )";/* IE8 */
	opacity: 0.6;/* IE8 over, Opera, Safari, CSS3 over */
	-moz-opacity:0.6;/* Mozilla(FF,NS) */
	-webkit-opacity: 0.6;/* Safari 1.x */
	transition-property: all;
	transition: 0.3s linear;
}
a.noalpha:hover{
	opacity: 1;
}
a.bdr:hover{
	opacity: 1;
	text-decoration: underline;
}

/* 共通設定
---------------------------------------------------------------------------*/
.wrapper{
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width:640px){
	width: 100%;
}

/* clearfix */
.cf{
	zoom: 1
}
.cf:before, .cf:after{
	display: table;
	content: "";
}
.cf:after{
	clear: both;
}
.clear{
	clear: both;
}

/* flexbox */
.flex{
	display: -webkit-flex;
	display: flex;
}
.f-center{
	-webkit-justify-content: center;
	justify-content: center;
}
.f-middle{
	-webkit-align-items: center;
	align-items: center;
}
.f-between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f-wrap{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f-column{
	-webkit-flex-direction: column;
	flex-direction: column;
}
.f-reverse{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}



/* 共通
---------------------------------------------------------------------------*/
body {
	background-image: url(../image/bg-body.png);
}
.block {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
/* ボタン */
.btn {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 5px;
}

/* ヘッダー
---------------------------------------------------------------------------*/
/* 上部テキスト */
.block-siteinfo {
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #dfd1c5;
}
.block-siteinfo p {
	color: #483c31;
	font-size: 14px;
	line-height: 165%;
}
/* ヘッダー */
.block-header {
	height: 88px;
}
.block-header .logo {
	width: 520px;
}
.block-header .rit {
	width: 440px;
}
.block-header .tel {
	padding-left: 31px;
	background-image: url(../image/icon-phone.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 520px;
}
.block-header .tel p {
	color: #483c31;
	font-size: 30px;
	font-weight: 700;
	line-height: 120%;
}
.block-header .data p {
	color: #483c31;
	font-size: 10px;
	line-height: 120%;
}
.btn-contact{
	width: 200px;
	height: 60px;
	padding-left:74px;
	background-color: #f7b9bc;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image: url(../image/icon-mail-sp.png);
	color: #483c31;
	font-size:18px;
	font-weight: 600;
	line-height: 150%;
}


@media screen and (max-width: 768px){
	.block-header{
		padding: 0 10px;
	}
}


/* グロナビ
---------------------------------------------------------------------------*/
.block-glnv {
	background-color: #483c31;
}
.block-glnv ul{
	-webkit-align-items: stretch;
	align-items: stretch;
}
.block-glnv li {
	-webkit-flex: auto;
	flex: auto;
	height: 70px;
	border-right: 1px dotted #FFFFFF;
}
.block-glnv li.mill {
	border-right: none;
}
.block-glnv li a {
	width: 100%;
	height: 70px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
	border-bottom: 2px solid #483c31;
}
.block-glnv li a:hover {
	border-color: #fd899f;
}
body#top .block-glnv li.top a,
body#reform .block-glnv li.reform a,
body#resize .block-glnv li.resize a,
body#necklace .block-glnv li.necklace a,
body#accessory .block-glnv li.accessory a,
body#piercing .block-glnv li.piercing a,
body#finishing .block-glnv li.finishing a,
body#mill .block-glnv li.mill a {
	background-color: #fd899f;
	border-bottom: 2px solid #fd899f;
}

/* コンテンツ部 */

/* サイド	
---------------------------------------------------------------------------*/
.block-side {
	width: 330px;
	margin-top: 45px;
}
@media screen and (max-width: 768px){
	.block-side {
		width: 30%;
		padding: 0 10px;
	}
}
/* アクセス */
.block-sideaccess {
	padding: 46px 30px 45px;
	background-image: url(../image/bg-sideaccess.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.block-sideaccess h2 {
	margin-bottom: 14px;
	padding-bottom: 13px;
	padding-left: 3px;
	color: #431e0c;
	font-size: 19px;
	font-weight: 600;
	border-bottom: 1px solid #e7a6b2;
}
.block-sideaccess .gmap {
	margin-bottom: 12px;
}
.block-sideaccess .gmap iframe {
	width: 100%;
	height: 145px;
}
.block-sideaccess dl {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 150%;
}
.block-sideaccess dl dd{
	margin-bottom: 7px;
	padding-left: 8px;
}
/* 問い合わせ */
.block-sideaccess .tel {
	margin-bottom: 14px;
	padding-left: 37px;
	background-image: url(../image/icon-phone-side.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.block-sideaccess .tel p {
	color: #483c31;
	font-size: 26px;
	font-weight: 700;
	line-height: 120%;
}
.btn-sidecontact {
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border: 1px solid #D6C39E;
	background-color: #FFFFFF;
	background-image: url(../image/icon-arrow.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	color: #483c31;
	font-size: 14px;
	line-height: 120%;
}
.btn-sidecontact br {
	display: none;
}
@media screen and (max-width: 768px){
	.block-sideaccess .tel p{
		font-size: 16px;
	}
	.btn-sidecontact br {
		display: block;
	}
}
/* バナー */
.block-sidebanner {
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}
/* facebook */
.block-sidefacebook {
	text-align: center;
}

/* メイン	
---------------------------------------------------------------------------*/
.block-main {
	width: 620px;
	margin-top: 55px;
}
.block-main > section{
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.block-main {
		width: 68%;
		padding: 0 10px;
	}
}
/* 見出し */
.headline {
	margin-bottom: 15px;
	padding-bottom: 16px;
	color: #483c31;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
	background-image: url(../image/bg-bdr.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
}
.headline span {
	margin-right: 10px;
	color: #fd899f;
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
}
.block-main p.catch {
	margin-bottom: 15px;
	color: #483c31;
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	text-align: center;
}
.headline-sub {
	margin-bottom: 15px;
	color: #483c31;
	font-weight: 600;
	line-height: 130%;
	font-size: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
.headline-sub.mt {
	margin-top: 30px;
}
.headline-sub span {
	font-size: 18px;
}
/* リード */
.block-main p{
	margin-bottom: .8em;
	color: #483c31;
	font-size: 14px;
	line-height: 145%;
}
.block-main p strong {
	font-weight: 600;
}
.block-main p.nomar {
	margin-bottom: 0;
}
.block-main p.txt-attr {
	margin-bottom: 0;
	text-indent: -1em;
	padding-left: 1em;
}
.block-main p.txt-big {
	font-size: 16px;
}
.block-main p.txt-bigger {
	font-size: 18px;
	font-weight: 600;
}
.block-main p.txt-bigger.mt {
	margin-top: 25px;
}
.block-main p.txt-big.mt {
	margin-top: 25px;
}
.block-main p.txt-bdr {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 2px solid #483c31;
}
.block-main p.txt-bdr.mt {
	margin-top: 60px;
}
/* メイン画像 */
.ph-main {
	margin-bottom: 15px;
}
/* 100%画像 */
.fig-wide {

}
/* ページ内メニュー */
.lst-anchors li {
	margin: .4em 0;
	color: #483c31;
	font-size: 16px;
	line-height: 250%;
}
.lst-anchors li a {
	text-decoration: underline;
	color: #0066ff;
	font-weight:bold;
}
/* 料金表 */
.tbl-price {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #A29986;
}
.tbl-price th,
.tbl-price td {
	padding: 18px 15px;
	color: #483c31;
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
	border-bottom: 1px solid #483C30;
	background-color: rgba(255,255,255,.7)
}
.tbl-price tr:last-of-type th,
.tbl-price tr:last-of-type td {
	border-bottom: none;
}
.tbl-price th {
	width: 70%;
	border-right: 1px solid #483C30;
	text-align: left;
}
.tbl-price th.clr-base {
	background-color: #fbe8eb;
}
.tbl-price td {
	width: 30%;
}
/* ボタン */
.btn-main {
	-webkit-justify-content: center;
    justify-content: center;
    width: 260px;
    height: 50px;
    margin: 20px auto 0;
    border: 1px solid #D6C39E;
    background-color: #FFFFFF;
    background-image: url(../image/icon-arrow-down.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    color: #483c31;
    font-size: 14px;
    line-height: 120%;;
}
/* 2カラム */
.cols-icons {
	margin-bottom: 5px;
}
.cols-icons .txt {
	width: 67%;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}
.cols-icons .fig {
	width: 180px;
	text-align: center;	
}
.cols-flow {
	margin-bottom: 30px;
}
.cols-flow.nomar {
	margin-bottom: 10px;
}
.cols-flow > .ph {
	width: 280px;
}
.cols-flow > .arrow {
	width: 40px;
	-webkit-align-self: center;
	align-self: center;
}
.cols-flow > .ph > div {
	margin-bottom: 8px;
}

/* お客様の声 */
.block-voice {
	padding: 25px 30px;
	border: 1px solid #000000;
}
.block-voice > h3 {
	margin-bottom: 10px;
	color: #483c31;
	font-size: 20px;
	line-height: 130%;
	font-weight: 600;
}
.block-voice .cols.mt {
	margin-top: 20px;
}
.block-voice .icon {
	width: 94px;
}
.block-voice .txt {
	width: 430px;
	-webkit-align-self: flex-end;
	align-self: flex-end;
}
.block-voice .txt p {
	margin-bottom: 0;
}
.block-voice .ph {
	width: 280px;
}
.block-voice .phevent {
	width: 600px;
	margin: 20px;
}

.block-voice .price {
	width: 250px;
}
.block-voice .price p {
	font-size: 15px;
}
.block-voice .price p strong {
	font-size: 16px;
	font-weight: 600;
}
.block-voice th,
.block-voice td {
	padding: 1px;
	color: #483c31;
	font-size: 14px;
	line-height: 145%;
	text-align: left;
}


/* フッター	
---------------------------------------------------------------------------*/
.block-footer {
	margin-top: 65px;
}
.block-footer .block{
	max-width: 800px;
}
/* ナビゲーション */
.block-footernav {
	padding: 25px;
	background-color: #fca3b4;
}
.block-footernav li {
	padding: 5px 0;
	color: #fefef6;
	font-size: 14px;
	line-height: 120%;
}
.block-footernav li a {
	color: #fefef6;
}
/* コピーライト */
.block-footercopy {
	padding: 18px;
	background-color: #483c31;
	text-align: center;
}
.block-footercopy small {
	color: #fefef6;
	font-size: 12px;
	line-height: 120%;
}

/* newhttps://fiance-eita.com */
.block-fianceeita {
	padding: 18px;
	background-color: #f9e4f1;
	text-align: center;
}
.block-fianceeita small{
	color: #fefef6;
	font-size: 12px;
	line-height: 120%;
}
/* トップへ戻るボタン */
.totop{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}






