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


/* --- 全体 --- */
* {
	margin:0;
	padding:0;
}
body, html {
	width: 100%;
}
body {
	width:100%;
	font-size:12px;
	color:#514822;
	background:#f3f2e9;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* --- 文字 --- */
h1 {
	display:none;
}
h2 {
	background:url(../images/h2/h2_bg.png);
	padding:36px 30px;
	margin:20px auto 30px;
	width:900px;
	height:24px;
}
h2.ptitle {
	background-image:none;
	background-color:#f3f2e9;
	color:#9b7802;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:30px;
	display: inline-block;
	height:auto;
	letter-spacing:0.15em;
	margin:20px auto 30px;
	padding:24px 30px;
	position:relative;
	width:900px;
}
h2.ptitle > span {
	position:absolute;
	background-image: url(../images/top/thumb_RoseL.svg), url(../images/top/thumb_RoseTR.svg), url(../images/top/thumb_RoseBL.svg), url(../images/top/thumb_RoseR.svg);
	background-repeat:no-repeat;
	background-position:left 0 top 0, right 0 top 0, bottom 0 left 0, bottom 0 right 0;
	display:inline-block;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
}
h2.ptitle > span::after {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top:92%;
	height: 10px;
	background: linear-gradient(to bottom,  rgba(226, 225, 217, 1) 0,  rgba(221, 219, 194, 0) 100%  );
	/* 左右をフェード（マスクで中央だけ残す） */
	mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
	pointer-events: none;
	z-index: 1;
}
h2.ptitle:before, h2.ptitle:after {
	content:"";
	display:inline-block;
	height:0;
	background-color:#f2f0e0;
	position:absolute;
	left:25px;
	right:25px;
}
h2.ptitle:before {
	border-top:2px solid #d9d5ab;
	border-bottom:2px solid #fcfcf9;
	top: 8px;
}
h2.ptitle:after {
	border-top:2px solid #fcfcf9;
	border-bottom:2px solid #d9d5ab;
	bottom: 8px;
}
h2.title {
	display:flex;
	align-items:center;
	background-image:none;
	box-sizing:border-box;
	color:#473d16;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:28px;
	margin:0 auto;
	padding:0 0 5px 10px;
	position:relative;
	letter-spacing:1px;
	line-height:1;
	width:98%;
	height:auto;
}
h2.title.plogo {
	background-image:url(../images/h2/bg_h2.svg);
	background-repeat:no-repeat;
	background-position:right 5px center;
}
h2.title span {
	font-size:14px;
	color:#a18011;
	margin-left:15px;
}
h2.title:after {
	content:"";
	display:inline-block;
	height:0;
	border-top:1px solid #eae9e1;
	border-bottom:1px solid #fcfcf9;
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
}
h3 {
	background:url(../images/common/img_kasou_line.png) no-repeat center bottom;
	margin:0 0 15px 0;
	padding-left:10px;
	color:#a07f10;
	height:30px;
}
h3.stitle {
	color: #473D14;             /* 文字の塗りを透明に */
	font-feature-settings: "palt";
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-size:22px;
	height:auto;
	letter-spacing:0.15em;
	padding-left:2px;
	position:relative;
	background:none;
	width:97%;
	margin:0 auto 20px;
}
h3.stitle:after {
	content:"";
	display:inline-block;
	height:0;
	border-top:2px solid #eae9e1;
	border-bottom:2px solid #fcfcf9;
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
}
.about_h3 {
	background:none;
}
.pickup_h4 {
	font-size:14px;
	font-weight:bold;
	color:#9b7802;
	margin:0 0 5px 0;
}
.pickup2_h4 {
	font-size:18px;
	font-weight:bold;
	color:#9b7802;
	margin:0 0 5px 0;
}
.bold {
	font-weight:bold;
}
.font20px {
	font-size:20px;
	font-weight:bold;
}
.del {
	text-decoration:line-through;
}
/* ---  --- */
img {
	border:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.allclear {
	clear:both;
}
.tx_l {
	text-align: left;
}
.tx_r {
	text-align: right;
}
.tx_c {
	text-align: center;
}
/* --- リンク --- */
a:link, a:visited {
	color:#987a03;
	text-decoration:none;
}
a:hover, a:active {
	color:#987a03;
	text-decoration:underline;
}
.a_box {
	float:right;
	padding:2px 10px 2px 25px;
	display:block;
	font-weight:bolder;
}
.a_box:link, .a_box:visited {
	background:url(../images/common/img_a.png) no-repeat left center #987a03;
	color:#fff;
	text-decoration:none;
}
.a_box:active, .a_box:hover {
	background:url(../images/common/img_a.png) no-repeat left center #d3be68;
}
/* --- ナビ --- */
#nav {
	height:60px;
	width:100%;
	background:url(../images/nav/back_nav.png) repeat-x;
}
#nav ul {
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
#nav ul li {
	list-style-type:none;
	display:inline-block;
}
#nav2 {
	width:100%;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background: linear-gradient(to bottom, #b49e52 0%, #b49e52 2px, #FFF 2px, #e7e0d1 100%);
	box-shadow: 0 5px 5px 0 rgba(231, 224, 209, 1);
}
#nav2 ul {
	width:1000px;
	margin:0 auto;
	display:flex;
}
#nav2 ul li {
	list-style-type:none;
	width:25%;
}
#nav2 ul li a {
	width:100%;
	height:51px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	line-height:1.2;
	padding-top:5px;
	transition: background 0.2s;
	position:relative;
}
#nav2 ul li a:before {
	position:absolute;
	content:"";
	display:inline-block;
	left:0;
	right:0;
	top:0;
	height:2px;
	background: linear-gradient(to right, #b49e52 0%, #fdf0c3 45%, #fdf0c3 55%, #b49e52 100%);
}
#nav2 ul li a:hover {
	background:white;
	text-decoration:none;
}
#nav2 ul li a .jp {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-weight:700;
	letter-spacing:3px;
	font-size:16px;
	color:#473d16
}
#nav2 ul li a .en {
	font-size:8px;
}
/* --- コンテンツ --- */
.flexbox {
	display:flex
}
#contents_youso {
	width:960px;
	margin:0 auto;
	padding:20px;
	clear:both;
	overflow:auto;
}
/* --- コンテンツ --- */
#contents_youso2 {
	width:960px;
	background-color:#003;
	margin:0 auto;
	padding:20px;
	clear:both;
	overflow:auto;
}
/* --- コンタクト --- */
.contact {
	margin-top:20px;
	border:1px solid #e5e1cd;
	clear:both;
	padding:30px 50px;
	font-size:14px;
}
.contact h2 {
	background-image:none;
	margin:0 0 20px 0;
	padding:0;
}
.contact h3 {
	background-image:none;
	background: linear-gradient(to bottom, #95833c, #786107); /* 上→下 */
	-webkit-background-clip: text;  /* 文字で背景をくり抜く（Safari対応） */
	background-clip: text;
	color: transparent;             /* 文字の塗りを透明に */
	-webkit-text-fill-color: transparent; /* Safari用 */
	border-bottom:1px solid #eae9e1;
	font-feature-settings: "palt";
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-size:22px;
	height:auto;
	letter-spacing:1px;
	margin-bottom:10px;
	padding-left:2px;
	position:relative;
}
.contact h3 span {
	font-size:18px;
}
.contact h3:before {
	content:"";
	display:inline-block;
	height:30px;
	width:44px;
	position:absolute;
	right:0;
	top:1px;
	background-image:url(../images/h2/bg_h2.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.contact h3:after {
	content:"";
	display:inline-block;
	height:0;
	border-top:1px solid #eae9e1;
	border-bottom:1px solid #fcfcf9;
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
}
.contact .flexbox {
	justify-content:space-between;
	gap:50px;
}
.contact_pic {
	width:270px;
	text-align:center;
}
.contact_pic img {
	margin-bottom:3px;
}
.contact_info {
	display:inline-block;
	width:578px;
}
.contact_info table {
	margin-bottom:10px;
	border-collapse:collapse;
}
.contact_info table th {
	text-align:left;
	vertical-align:top;
	padding:8px 0;
}
.contact_info table td {
	text-align:left;
	vertical-align:top;
	padding:4px;
}
#pagetop {
	clear:both;
	text-align:right;
	margin:30px 0 0 0;
}
/* --- フッター ---- */
#footer {
	height:100px;
	background:url(../images/common/img_footer_line.png) no-repeat;
	padding:20px 0;
}
#footer_logo {
	float:left;
}
#footer_contents {
	float:right;
	margin:12px 0 0 50px;
	width:784px;
}
#footer_contents ul li {
	float:left;
	list-style-type:none;
	display:block;
	width:186px;
	background:url(../images/common/footer_list.png) no-repeat left center;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
}
#copy {
	padding:20px 0;
	clear:both;
	text-align:center;
	overflow:auto;
	background:url(../images/common/back_page.png) repeat;
}
/* --- トップページ --- */
#top_jewelies {
	width:930px;
	margin:0 auto 50px auto;
	height:545px;
}
#top_jewelies li {
	float:left;
	display:block;
	list-style-type:none;
	margin:0 15px 15px 15px;
}
#pickup {
	display:flex;
	justify-content:space-between;
	margin:30px auto;
	width:97%;
	gap:35px;
}
.pickbox {
	width:50%;
	border:1px solid #e5e1cd;
	background-color:#f6f5ef;
	padding:25px 35px;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	background-image: url(../images/top/thumb_RoseL.svg), url(../images/top/thumb_RoseR.svg);
	background-repeat:no-repeat;
	background-position:7px 5px, right 7px bottom 5px;
}
.pickbox.red {
	padding:30px 35px;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	align-items:center;
	border: 1px solid #fde4e5;
	background-image: url(../images/top/thumb_RedRoseL.svg), url(../images/top/thumb_RedRoseR.svg), linear-gradient(to bottom, #FFF 0%, #FFF 30%, #feefef 50%, #fbcbce 100%);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 7px 5px, right 7px bottom 5px, 0 0;
}
.pickbox.red h3 {
	font-size:24px;
	line-height:1;
	background-image:none;
	position:relative;
	margin-bottom:0;
	padding-left:0;
	height:auto;
	letter-spacing:2px;
	color:#a81725;
	font-feature-settings: "palt";
}
.pickbox.red p {
	line-height:1.2;
	font-weight:700;
	font-size:15.5px;
	color:#473d16;
}
#pikup {
	width:870px;
	clear:both;
	height:105px;
	margin:30px auto 30px;
	background:url(../images/top/back_about.png) no-repeat;
	padding:25px 35px 20px 35px;
}
#pikup2 {
	width:380px;
	height:205px;
	margin:30px 15px 30px 15px;
	background:url(../images/top/back_about2.png) no-repeat;
	padding:25px 35px 20px 35px;
}
.pikup_p {
	font-size:11px;
}
.pikup_p2 {
	font-size:13px;
}
.pikup_small {
	font-size:10px;
	color:#9b7802;
}
/* --- 下層ページ --- */
.topimage_kasou {
	text-align:center;
	height:245px;
}
#top_jewellies {
	background:#0e1057;
}
#top_about {
	background:#effde3;
}
#top_sale {
	background:url(../images/kasou_top/back_top_sale.png) repeat-x;
}
#top_info {
	background:#f9c509;
}
.contents_box {
	width:900px;
	margin:0 auto;
	padding:0 0 30px 0;
	overflow:auto;
}
/* --- フィロスについて --- */
.about_box {
	margin:20px 0 0;
	padding:20px 40px;
}
#about_origin {
	background:url(../images/about/back_orijin.png) no-repeat right top;
}
#about_ko {
	background:url(../images/about/back_ko.png) no-repeat right center;
}
#about_message {
	background:url(../images/about/back_message2.png) no-repeat;
	padding:20px 0 30px 200px;
}
p.p_messeage {
	text-align:right;
}
dl {
	font-size:14px;
}
dt {
	font-weight:bold;
}
dd {
	margin:0 0 20px 0;
}
.english {
	margin:30px 0 40px 0;
	font-size:14px;
}
p.english2_from {
	margin:0 0 0 0;
	font-weight:bold;
}
.english_title {
	font-family: 'Caudex', serif;
	font-size:22px;
}
.top5px {
	margin:5px 0 0 0;
}
/* --- ジュエリー --- */

/*index*/
.jewelies_list {
	margin:20px auto 20px;
}
/*各カテゴリ*/
ul.jewelies_list {
	display:flex;
	margin:20px auto 30px;
	width:900px;
	gap:20px;
	justify-content:center;
}
ul.jewelies_list li {
	list-style:none;
}
ul.jewelies_list2 {
	clear:both;
	margin:20px auto 30px;
	height:270px;
	width:920px;
}
ul.jewelies_list2 li {
	float:left;
	list-style-type:none;
}
.right_30 {
	margin-right:30px;
}
.jewelies_3row {
	margin-bottom:50px;
}
ul.jewelies_3row li {
	float:left;
	list-style-type:none;
	margin:10px 6px 25px 0;
}
.jewelies_row {
	display:flex;
	width:867px;
	margin:0 auto 50px;
	flex-wrap: wrap;
	gap:35px 20px;/*	margin-bottom:50px;
	gap:6px;*/
}
ul.jewelies_row li {
	display:flex;
	flex-direction:column;
	width:275px;
	list-style-type:none;
	font-size:14px;
	text-align:center;
}
.jewelies_row1 img {
	box-shadow:2px 2px 2px #CCCCCC;
	background-color:#FFF;
}
.jewelies_row1 a:link {
	display:block;
	width:275px;
	height:275px;
	margin-bottom:5px;
	border:1px solid #EEEEEE;
}
.jewelies_row1 a:visited {
	border:1px solid #EEEEEE;
}
.jewelies_row1 a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.speech-bubble{ width:calc(100% - 295px) !important; align-items:center; justify-content:center}
.speech-bubble > div {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing:border-box;
	color: #333;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-size:20px;
	line-height: 1.8;
	margin-left:20px;
	padding: 30px 40px;
	position: relative;
	width:calc(100% - 20px);
}
.speech-bubble > div:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #ddd transparent transparent;
}
.speech-bubble > div:after {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 19px 14px 0;
	border-color: transparent #fff transparent transparent;
}
.speech-bubble p {
	margin: 0;
}
.speech-bubble p + p {
	margin-top: 15px;
}


/*--------------------- スペシャルページ------------------------- */
.jewelies_sp {
 width:882px;
 margin:25px auto 50px;
 text-align:center;
 display:flex;
 flex-wrap: wrap;
 gap:35px 6px;
}
ul.jewelies_sp li {
	width:275px;
	list-style-type:none;/*margin:10px 6px 25px 0;*/
}
.jewelies_sp2 {
	margin-bottom:50px;
	text-align:center;
}
ul.jewelies_sp2 li {
	float:left;
	height:300px;
	list-style-type:none;
	margin:10px 6px 25px 0;
}
.sp_price {
	font-size:15px;
	font-weight:bold;
	color:#F00;
}
dl#jewelies_sp_info dl, dd, dt {
	margin:0px;
	padding:0px;
	font-size:12px;
}
dl#jewelies_sp_info dl {
	width:290px;
}
dl#jewelies_sp_info dd, dt {
	padding:0 5px;
}
.jewelies_sp_info2 {
	float:left;
	margin:0 auto;
}
div#sp {
	position:relative;
	width:290px;
	height:285px;
	margin:0;
}
div#sp img.sold_01 {
	position:absolute;
	left:-9999px;
	top:0px;
}
div#sp img.sold_02 {
	position:absolute;
	left:-210px;
	top:0px;
}
div#sp img.sold_03 {
	position:absolute;
	left:0px;
	top:0px;
}
/*pp*/
.pp_dl {
	margin:40px 20px;
}
.pp_dl dt {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:16px;
	padding:0;
}
.pp_dl dd {
	margin-bottom:1em;
	line-height:2;
	margin-left:1em;
}
.pp_dl ul li {
	list-style-position:inside;
}
/*--------------------- トップページのスライド------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
}
#slider_area {
	margin: 0 auto;
	text-align: center;
	margin-bottom:50px;
	border-bottom:2px dotted #69F;
	padding-bottom:20px;
}
.bx-wrapper img {
	margin: 0 auto;
}
#bx-pager img {
	padding: 2px;
	border: 1px solid #ccc;
}
/* .mainView
------------------------- */
.slideShow .mainView {
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	position: absolute;
	text-align:center;
	list-style-type:none;
}
li#li_slider1 {
	background:url(../images/topimage/img1_back.webp) #f9c509 no-repeat center top;
}
li#li_slider2 {
	background:url(../images/topimage/img2_back.webp) #effde3 no-repeat center top;
}
li#li_slider3 {
	background:url(../images/topimage/img3_back.webp) #0a0c42 no-repeat center top;
}
li#li_slider4 {
	background:url(../images/topimage/img4_back.webp) #e9e1e1 no-repeat center top;
}
li#li_slider5 {
	background:url(../images/topimage/img5_back.webp) #d8edfd no-repeat center top;
}
/*li#li_slider6{
	background:url(../images/topimage/img10_back.jpg) #d8edfd no-repeat center top;
}
li#li_slider9{
	background:url(../images/topimage/img9_03_back.jpg) #d8edfd no-repeat center top;
}
li#li_slider10{
	background:url(../images/topimage/img10_3_back.jpg) #d8edfd no-repeat center top;
}*/
.slideShow .mainView ul li img {
	clear:both;
	width:1000px;
	margin:0 auto;
}
/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
}
.thumbNail {
	display:none;
}
.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}
.slideShow .thumbNail ul li img {
	width: 100%;
}
.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev, .slideShow .mainView .btnNext {
	top: 0;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(../img/btnNext.png) no-repeat center center;
}
/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.slideShow ul {
	display: inline-block;
	overflow: hidden;
}
.aki_banner {
	width:842px;
	margin:0 auto 30px;
}
.xmas_top_banner {
	background:url(../images/topimage/img10_3_back.jpg) #f9c509 no-repeat center top;
	width:100%;
	height:550px;
}
.xmas_top_banner_inner {
	width:1000px;
	margin:0 auto;
}
.jewelies_h4 {
	font-size:18px;
}
.jewelies_p {
	font-size:13px;
}
.special_bt_li {
	display:flex;
	justify-content:space-between;
	width:912px;
	margin:10px auto 30px
}
.special_bt_li li {
	list-style:none;
}
.special_h3 {
	font-size:30px;
	margin-top:30px;
	padding:5px;
	color:#FFF;
	background-color:#060;
	clear:both;
	background-image:none;
	text-align:center;
	height:40px;
}
