@charset "utf-8";
/* CSS Document */

body {
	line-height: 160%;
	font-weight: 200;
    font-family: 'Noto Sans Japanese', serif;
	color: #826c43;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(../img/bg-illust01.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
}

img{ max-width:100%;}

@font-face{ 
font-family: 'HanaMinA'; 
src:url('../fonts/HanaMinA.eot'); /* IE9以上用 */
src:url('../fonts/HanaMinA.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
url('../fonts/HanaMinA.woff') format('woff'), /* モダンブラウザ用 */
url('../fonts/HanaMinA.ttf') format('truetype'); /* iOS, Android用 */	
}

.ic-yaji{ text-align:center; margin:30px auto;}
.ic-yaji a{ display:inline-block !important;}
.ic-yaji img{ width:30px;}

#box-main-basic{ text-align:center;}
#box-main-800{ width:700px; margin:0 auto; text-align:center;}

/*-----ライン-----*/

hr.basic-line {
    height: 1px;
    margin: 80px auto;
    padding: 0;
    width: 400px;
    background-color: #c3b69c;
    text-align: center;
	display: block;
}

/*-----ヘッダー-----*/

header{ width:100%; margin:0; padding:30px 20px 20px; text-align:center; color:#826C43; font-size:1.5rem; -webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important; box-sizing: border-box !important; position:relative; z-index:100;}

.box-head{ overflow:hidden; width:960px; margin:0 auto;}
.head-cont-l{ float:left;}
.head-cont-r{ float:right;}

/*-----フッター-----*/

footer{
	background-color: #5E4C35;
	width:100%;
	padding:100px 0 60px 0;
	color:#D9C7B1;
	text-align:center;}
.foot-logo{ margin:0 auto 40px;}
.foot-logo img{ width:200px; } 
.foot-copy{ font-size:12px;}
.foot-lnk01{
	overflow:hidden;
	font-size:15px;
	margin:0 auto;
	width:800px;
	padding:20px 0;
	border-bottom: solid 1px #8A755B;
    border-top: solid 1px #8A755B;
	}
.foot-lnk01 li{ display:inline-block;}
.foot-lnk01 li:after {
    content: '/';
    padding: 0 15px;
}
.foot-lnk01 li:last-child:after{ content:none;}
.foot-lnk01 li a{ display:inline-block; color:#D9C7B1; position:relative;}
.foot-lnk02{ overflow:hidden; font-size:12px; margin:0 auto; width:800px; padding:20px 0 200px; }
.foot-lnk02 li{ display:inline-block; }
.foot-lnk02 li a{ display:inline-block; color:#D9C7B1;}

/*-----リングコレクション-----*/

.box-ringcollection{ width:800px; margin:0 auto; text-align:center; }
.box-ringcollection p{ margin:0 auto 60px;}

/*-----ショップ＆フェア-----*/

.box-shopfair{ width:960px; margin:0 auto; overflow:hidden; text-align:center;}
.shopfair-title{
	font-family: 'EB Garamond', serif;
    font-size: 30px;
    line-height: normal;
    position: relative;
    padding: 0 0 30px;
	margin: 0 auto 30px;
	letter-spacing: 0.2rem;
	/*color:#fff;*/
	}
.shopfair-title:after{ 
	position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 100px;
    height: 1px;
    margin-left: -50px;
    background-color: #796248;}
.shopfair-txt{ font-size:14px; line-height:160%; margin:0 auto 24px; /*color:#fff;*/}
.shopfair-btn a{
	display: inline-block;
    border: solid 1px #fff;
outline: solid 1px #826c43;
    background-color: #826c43;
    /*background-color: rgba(0, 0, 0, 0.15);*/
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    padding: 15px 20px;
    width: 200px;
    margin: 0 auto;
    color: #fff !important;
}
.shopfair-btn a:hover{ background-color:#ddcaa9; /*background-color: rgba(0, 0, 0, 0.3);*/}
/*-----191210追加-----*/
.shop-cont{
	width: 100%;
    float: left;
    padding: 14% 3%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	background-image: url(../img/bf-shop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	}
	
/*-----191227追加-----*/
.shop-cont2{ display:table; table-layout:fixed; width:960px; margin:0 auto;}
.shop-cont2-l{ display:table-cell; width:45%;
	border: solid 1px #b5ab8f;
    background-color: #fff;
	text-align: center;
	color: #796248;
	padding:15% 0;
	vertical-align:middle;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	}
.shop-cont2-c{ width:10%; display:table-cell; }
.shop-cont2-r{
	display:table-cell;
	width:45%;
	padding:15% 0;
	vertical-align:middle;
	background-image: url(../img/bf-shop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;}
/*.shop-cont{
	width: 45%;
    float: left;
    padding: 14% 3%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	background-image: url(../img/bf-shop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	}*/
.fair-cont{
	display:none;/*-----191210追加-----*/
	width: 45%;
	float: right;
	padding: 14% 3%;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background-image: url(../img/bf-fair.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	}
	
/*-----メッセージ＆カタログ-----*/

.box-mescatalog{ width:960px; margin:0 auto; overflow:hidden; text-align:center;}
.mes-cont{
	width: 45%;
    float: left;
    padding: 4%;
	border: solid 1px #b5ab8f;
	background-color:#fff;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	}
.mes-cont a{ display:inline-block;}
.catalog-cont{
	width: 45%;
	float: right;
	padding: 10% 3%;
	border: solid 1px #b5ab8f;
	background-color:#fff;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	}
.contact-title {
	font-family: 'EB Garamond', serif;
    font-size: 28px;
    padding: 0 0 30px;
    margin: 0 auto 30px;
	position:relative;
}
.contact-title:after{ 
	position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 80px;
    height: 1px;
    margin-left: -40px;
    background-color: #867861;}
.contact-txt{ font-size:12px; line-height: 160%; margin:0 auto 24px;}
.ic-contact {
    margin: 0 auto 30px;
}
.ic-contact img{ width:50px;}
.contact-btn a{
	display: inline-block;
    border: solid 1px #fff;
    outline: solid 1px #826c43;
    background-color: #826c43;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    padding: 15px 20px;
    width: 200px;
    margin: 0 auto;
    color: #fff !important;
}
.contact-btn a:hover{background-color: rgba(130, 108, 67, 0.56);}
.box-table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;}
.box-tablecell{
	display:table-cell;
	vertical-align:middle;
	}

/*-----ドロップダウンメニュー-----*/

#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}

.main-logo{ position:absolute; top:-10px; left:0;}
.main-logo img{ width:190px;}

.dropmenu{
  *zoom: 1;
  -webkit-font-smoothing;
  transform: rotate(0.001deg);
  /*text-shadow: 0px 0px 1px rgba(0, 0, 0, .1);*/
  font-display: swap;
  list-style-type: none;
  margin:0 auto;
  width: 1024px;
  display: inline-block;
  text-align:right;
  font-family: 'Lato', sans-serif;
  /*font-weight:400;*/
  letter-spacing:0.1em;
  /*font-weight:normal;
  font-size:14px;*/
  position:relative;
  /*margin: 5px auto 30px;
  padding: 0;*/
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  /*width:14%;
  width: 20%;*/
  /*float: left;*/
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a:after{ content:'/'; padding:0 10px;}
.dropmenu li a{
  display: block;
  margin: 0;
  /*font-weight:bold;
  padding: 15px 0 11px;
  background: #8a9b0f;*/
  color: #826C43;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.dropmenu li a:hover{ color: #ddcaa9;}
.dropmenu li a:hover:after{ color:#826C43;}
.dropmenu li ul{
	background-image: url(../img/menu-line.png);
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 26px 0 0 0;
	background-repeat: no-repeat;
	background-position: center top;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
    padding: 13px 15px;
    margin: 0;
    border-top: 1px solid rgb(130, 108, 67);
    /*border-left: 1px solid #826c43;
    border-right: 1px solid #826c43;*/
    background: rgba(86, 61, 31, 0.38823529411764707);
    color: #fff;
    text-align: center;
    white-space: nowrap;
	font-weight:normal;
}
.dropmenu li ul li a:after{ padding:0;}
.dropmenu li ul li a:hover{ background-color: rgba(29, 11, 0, 0.6901960784313725); color:#fff;}
.dropmenu li ul li:last-child{ border-bottom:1px solid #826c43;}
.dropmenu li ul li a:after{ content:'';}

.dropmenu li:hover > a{
  /*background: #6e7c0c;*/
}
.dropmenu li a:hover{
  /*background: #616d0b;*/
}
.dropmenu li a.menu-none:after{ content:'';}

@media only screen and (max-width: 1024px) {

.shop-cont2{ width:80%; margin:0 auto;}
.shop-cont2-l{ width:47.5%;}
.shop-cont2-c{ width:5%;}
.shop-cont2-r{ width:47.5%;}
.shopfair-title { font-size: 24px;}

}

@media only screen and (max-width: 768px) {
	
header{ display:none;}

.foot-lnk01{
	font-size:12px;
	width:80%;
	padding:15px 0;
	}
.foot-lnk02{ font-size:10px; width:80%; padding:20px 0 160px; }

.box-shopfair{ width:80%; margin:0 auto;}
.shop-cont{ /*width: 49%;*/　width: 100%; padding: 10% 3%;}/*-----191210修正-----*/
.fair-cont{ width: 49%; padding: 15% 3%;}
.shopfair-btn a{ width:50%;}
.shopfair-txt{ font-size:14px;}
.shopfair-txt br{ /*display:none;*/}
.box-ringcollection{ width:80%; }
.box-ringcollection p{ margin:0 auto 40px;}
.box-mescatalog{ width:94%; margin:0 auto;}
.mes-cont{ width: 49%; padding: 8% 3%;}
.catalog-cont{ width: 49%; padding: 8% 3%;}
.contact-btn a{
    font-size: 13px;
    padding: 10px 15px;
	width:140px;
}

}

@media only screen and (max-width: 480px) {

body {
	background-image:none;
}


footer{
	background-color: #5E4C35;
	width:100%;
	padding:60px 0 30px 0;
	color:#D9C7B1;
	text-align:center;}
.foot-logo{ margin:0 auto 20px;}
.foot-logo img{ width:160px; } 
.foot-lnk01{ font-size:11px; width:90%; padding:12px 0;}
.foot-lnk02{ padding:20px 0 120px; }
.foot-copy{ font-size:10px;}
.foot-lnk01 li:after{ padding: 0 6px;}

.mes-cont{ width: 100%; padding: 12%; margin: 0 auto 3%;}
.catalog-cont{ width: 100%; padding: 12%;}
.shop-cont{
	width: 100%;
    padding: 15% 5%;
    margin: 0 auto 3%;
    float: none;
	}
.fair-cont{
	width: 100%;
    padding: 15% 5%;
    margin: 0 auto 3%;
    float: none;
	}
.shopfair-title {
    font-size: 20px;
    padding: 0 0 16px;
    margin: 0 auto 14px;
}
.shopfair-txt {
    font-size: 11px;
    margin: 0 auto 14px;
	line-height:140%;
	letter-spacing: 0.2em;}
.shopfair-btn a{
    font-size: 13px;
    padding: 10px 15px;
}
.shopfair-title:after{ 
    left: 49%;
    width: 60px;
    margin-left: -30px;}
	
.box-shopfair { width: 94%;}/*-----191210修正-----*/
	
.box-ringcollection{ width:94%; }
.box-ringcollection p{ margin:0 auto 30px;}

/*-----ライン-----*/

hr.basic-line {
    margin: 40px auto;
    width: 50%;
}

/*-----191227追加-----*/
.shop-cont2 { width: 94%;}
.shop-cont2-l{ width:100%; display:block; padding: 0; /*border: solid 1px #796248;*/ border: none;}
.shop-cont2-c{ /*width:100%; display:block; margin:0 auto 36px;*/ display:none;}
.shop-cont2-r{ display:none; }
.shopfair-btn a { width: 35%; }
	
}

