@charset "UTF-8";
html {
  font-size: 62.5%;
}


body {
  color: #6e6745;
  background-color: #fff;
	font-size: 1.4rem;
  line-height: 160%;
  font-family: "ten-mincho", serif;
  position: relative;
}

a {
  color: #000;
	text-decoration:none;
}

a:hover, a:hover img {
  opacity: 0.7;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
a,a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
/****************************************

          Layout

*****************************************/
.font-Cinzel {
  font-family: "ten-mincho", serifimportant;
}
.font-Noto {
  font-family: "ten-mincho", serif!important;
	color: #f4c646;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.clear {
  clear: both;
}
.clear:after {
  content: "";
  clear: both;
  display: block;
}
.inner {
  width: 1280px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
.pc-only {
	display: block!important;
}
.sp-only {
	display: none!important;
}
.fwB {font-weight: bold;}
.fs0 {font-size:0rem;}
.fs14 {font-size:1.4rem;}
.fs18 {font-size:1.8rem;}
.lh31 {line-height: 3.1rem;}
.mb10 {margin-bottom:10px;}
.mb35 {margin-bottom:35px;}
.mb50 {margin-bottom:50px;}
.mb65 {margin-bottom:65px;}
.mb80 {margin-bottom:80px;}
.fcOrange {color:#e48353;}
.taC {text-align:center!important;}
.taL {text-align:left!important;}

#top,#about,#about2,#feature {margin-top:-66px;padding-top:66px;}
#shopping {
/*margin-top:0;*/
padding-top:66px;
}


/* header */
#top-head {

  width: 1380px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  z-index: 999;
}
#top-head {
  text-decoration: none;
  background-image: url("../images/top_bg01.jpg");
  background-size:cover;
}

#top-head a{
  text-decoration: none;
}


#top-head .inner {
  position: relative;
}

/* Toggle Button */
#nav-toggle {
  padding:10px 0 0 0;
  display: none;
  position: absolute;
  left: 0px;
  top: 160px;
  width: 26%;
  height: 35px;
  cursor: pointer;
  z-index: 1001;
  background-color: #fff;
  border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
}
#nav-toggle div {
  width: 30px;
  height: 30px;
  position: relative;
  left:8%;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 50%;
  background: #909090;
  left: 20%;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 4px;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
#nav-toggle li {
  font-size:1rem;
}

#nav-toggle p {
  width:100%;
  text-align: center;
  color: #000;
  position: absolute;
  top: 20%;
  left: 100%;
  font-size:1rem;
  font-family: 'Cinzel', serif!important;
}
.navNameOP {
  display: block;
}
.navNameCL {
  display: none;
}
.open .navNameOP {
  display: none;
}
.open .navNameCL {
  display: block;
}
/****************************************

          floating

*****************************************/
.floatNavi {
	position: fixed;
  top:0;
  z-index: 1000;
  background-color: #fff;
  width:100%;
  height:66px;
}
.floatNavi .inner {
  width:1280px;
  margin:0 auto;
}

.floatNavi li {
  display:table-cell;
  height:66px;
  vertical-align: middle;
  padding-left:25px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 275%;
  letter-spacing: 3px;
}
.floatNavi .cartBtn {
  padding-right:25px;
}
.floatNavi .snsBtn {
  line-height: 100%;
  padding-left:5px;
}
.floatCartBtn {
  width:135px;
	position: fixed;
  right:20px;
  top:70px;
  z-index: 801;
}
.floatCartBtn a img{
  position: relative;
  z-index: 811;
}
.floatCartBtnPos {

  margin-top:-152px;
  z-index:810;
}
.pagetop {
  display: none; /*非表示にしておく*/
  width:100%;
  text-align: center;
  padding-bottom:20px;
}
.pagetop img {
  margin: 0 auto;
  width:67px;
}
.footPOS {
  margin-top:80px;
  height:80px;
}

/****************************************

          header gnavPOS

*****************************************/
.navi{
  background-color: #fff;
  width: 166px;
  float: left;
  line-height: 280%;
  z-index: 999;
  background-color: #fff;
}
.navi hr {
  width:13px;
  border-color:#d9d9d9;
  margin-left:0px;
}

#nav {
  list-style: none;
  overflow: hidden;
  padding-top: 50px;
  margin-left: 10px;
  position: relative;
  }

#nav li {
  text-align: left;
  background-color: #fff;
  display:block;
  font-size: 1.3rem;
  line-height: 275%;
  letter-spacing: 3px;
  color:#7a6917;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  #nav li {
    font-weight: 500;
  }
}
/****************************************

          contents

*****************************************/
.topimage{
  width: auto;
  float: right;
}

.topimage img{
  display: block
}

.topimage p{
  width:640px;
  position: relative;
  top: -120px;
  font-size: 2.15rem;
  line-height: 180%;
  letter-spacing: 2px;
  margin-bottom: -22px;
}
.headCartBtn {
  width:135px;
  position: absolute;
  right: 100px;
  top: 570px;
}
.headCartBtn a img {
  position: relative;
  z-index:709;
}
.headCartPos {
  margin-top:-212px;
  z-index:708;
}
.headCartBtn img {
  width:188px;
}
.button{
  text-align: center;
  margin-top: 30px;
  letter-spacing: 8px;
}

.use{
  width: 1280px;
  margin: 0 auto;
}
.use01 {
  margin-bottom:10px;
}
.usetext01{
  width: 503px;
  float: left;
  padding-left: 20px;
  text-align: center;
}

.usetext01 img{
  margin: 30px;
}

h3{
  font-size: 2.7rem;
  line-height: 150%;
  letter-spacing: 3px;
  text-align: center;
}

.usetext01 p{
  width: 420px;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 200%;
}
.useimage01{
  width: 730px;
  float: right;
  margin: 0;
}
.use02{
  width: 625px;
  float: left;
}
.usetext02{
  text-align: center;
}
.usetext02 img{
  margin: 30px;
}

.usetext02 p{
  width: 480px;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 200%;
  padding-bottom: 85px;
}
.use03{
  width: 625px;
  float: right;
}
.usetext03{
  text-align: center;
}
.usetext03 img{
  margin: 30px;
}
.usetext03 p{
  width: 480px;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 200%;
}

.about{
  /*width: 1280px;*/
  margin: 0 auto;
  line-height: 156%;
	width:100%;
	background: transparent;
}

.about img{
  margin: 0 auto;
  display: block;
}

.about h2{
  position: relative;
  top: -75px;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 5px;
  margin-bottom: -44px;
}

.about h4{
  position: relative;
  top: -20px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: px;
}

.icon_about{
  position: relative;
  top: -615px;
  text-align: center;
  margin-bottom: -345px;
}

.about h3{
  position: relative;
  top: -170px;
}

.about p{
  position: relative;
  top: -150px;
  width: 437px;
  padding-left: 680px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 200%;
}
.about01text p{
  text-align: justify;
}
.about02text p{
  position: relative;
  top: -150px;
  width: 435px;
  padding-left: 160px;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 200%;
}

.about_bottom{
  margin-top: 56px;
}

.about2{
  /*width: 1280px;*/
  margin: 0 auto;
  line-height: 156%;
	width:100%;
	background: #ffffff;
}

.about2 img{
  margin: 0 auto;
  display: block;
}

.about2 h2{
  position: relative;
  top: -75px;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 5px;
  margin-bottom: -44px;
}

.about2 h4{
  position: relative;
  top: -20px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: px;
}

.icon_about2{
  position: relative;
  top: -615px;
  text-align: center;
  margin-bottom: -345px;
}

.about2 h3{
  position: relative;
  top: -170px;
}

.about2 p{
  position: relative;
  top: -150px;
  width: 437px;
  padding-left: 680px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 200%;
}
.about01text p{
  text-align: justify;
}
.about02text p{
  position: relative;
  top: -150px;
  width: 435px;
  padding-left: 160px;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 200%;
}

.about_bottom{
  margin-top: 56px;
}

.feature{
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.featurePos {
  position: absolute;
  top:66px;
  width:100%;
}
.feature h2{
  position:relative;
  top:70px;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 6px;
}
.feature h4{
  position:relative;
  top:80px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 3px;
}

.feature img{
  margin: 0 auto;
  display: block
}

.feature_line img{
  padding: 18px 0;
  width:100%;
}

.feature01{
  position: relative;
  top:185px;
  left:75px;
  width: 350px;
  text-align: center;
}

.feature01 p{
  text-align: justify;
  line-height: 200%;
  letter-spacing: 1.5px;
}

.feature02{
  position: relative;
  top:-118px;
  left:820px;
  width: 350px;
  text-align: center;
}

.feature02 p{
  text-align: justify;
  line-height: 200%;
  letter-spacing: 1.5px;
}

.feature03{
  position: relative;
  top:80px;
  left:146px;
  width: 350px;
  text-align: center;
}

.feature03 p{
  text-align: justify;
  line-height: 200%;
  letter-spacing: 1.5px;
}

.feature04{
  position: relative;
  top:-220px;
  left:780px;
  width: 350px;
  text-align: center;
}

.feature04 p{
  text-align: justify;
  line-height: 200%;
  letter-spacing: 1.5px;
}

.feature_icon1{
  position: relative;
  top:-950px;
  left:390px;
  width: 50px;
}

.feature_icon2{
  position: relative;
  top:-1020px;
  left:790px;
  width: 50px;
}

.feature_icon3{
  position: relative;
  top:-760px;
  left:288px;
  width: 50px;
}

.feature_icon4{
  position: relative;
  top:-824px;
  left:900px;
  width: 50px;
}

.feature_icon5{
  position: relative;
  top:-640px;
  left:610px;
  width: 50px;
}

.shopping {
  width: 1380px;
  height:980px;
  margin: 0 auto;
    background-image: url("../images/shopping_bg.jpg");
background-size:contain;
   margin-top: 0;
}
.shopping_icon{
  padding: 3px;
  text-align: center;
}

.shopping h2{
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 5px;
  line-height: 120%;
}

.shopping h4{
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom:66px;
}

.shopping_itemimg{
  width: 1200px;
  margin: 0 auto;
}

.shopping_itemtext{
  width: 368px;
  float: right;
  margin-left: 50px;
  border-top:dotted 1px #B2B2B2;
}

.shopping_itemename{
  text-align: left;
  font-size: 2.6rem;
  letter-spacing: 3px;
  line-height: 150%;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom:dotted 1px #B2B2B2;
}
/*
190312ondo安堂更新
.shopping_itemename p{
  text-align: left;
  line-height: 200%;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 10px 0 30px 0;
}
*/
/*
.shopping_itemnum{
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding: 35px 0 35px 20px;
  border-top:dotted 1px #B2B2B2;
  border-bottom:dotted 1px #B2B2B2;
}
*/
.shopping_itemeprice{
  /*190312ondo安堂更新*/
  /*width:160px;*/
  /*float: left;*/
  text-align: left;
  font-size: 2.8rem;
  letter-spacing: 4px;
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
}
/*
190312ondo安堂更新
.shopping_itemesoryo{
  float: right;
  width:178px;
  text-align: right;
  padding-right: 10px;
  margin-top:30px;
}
*/
.shopping_itemeprice span{
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.shopping_cartin{
	position:relative;
	left:900px;
	margin-top:300px;
}


.shopping_cartin img {
  margin: 40px 0px 0px 0px;
}


/****************************************

          Footer

*****************************************/

.footer_navi{
  position: relative;
  top: -420px;
}


#footer_nav {
  list-style: none;
  overflow: hidden;
  text-align: center;
  position: relative;
  }

#footer_nav li {
  margin: 0;
  text-align: center;
  display:inline-block;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
  font-size: 1.3rem;
}

#footer_nav li img {
  padding: 0px 8px 2px 30px;
    vertical-align: middle;
}

footer p{
  position: relative;
  top: -400px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.pc_posi{
right: -250px;
}

.pc_posi2{
left: -270px;
}

.pc_posi3{
top: 50px;
left: 40px;
position: relative;
font-weight:bold;
}

.pc_posi4{
top: 50px;
left: 10px;
position: relative;
font-weight:bold;
}

.pc_posi5{
top: 60px;
left: -25px;
position: relative;
font-weight:bold;
}

.pc_posi6{
top: 30px;
left: 50px;
position: relative;
font-weight:bold;
}

.pc_p_posi1{
top: 30px;
left: 45px;
position: relative;
font-weight:bold;
text-align:center!important;
}

.pc_p_posi2{
top: 30px;
left: 10px;
position: relative;
font-weight:bold;
text-align:center!important;
}

.pc_p_posi3{
top: 30px;
left: -20px;
position: relative;
font-weight:bold;
text-align:center!important;
}

.pc_p_posi4{
top: 10px;
left: 50px;
position: relative;
font-weight:bold;
text-align:center!important;
}

.pc_l_posi1{
top: 40px;
left: 45px;
position: relative;
}

.pc_l_posi2{
top: 40px;
left: 2px;
position: relative;
}

.pc_l_posi3{
top: 45px;
left: -25px;
position: relative;
}


.pc_l_posi4{
top: 20px;
left: 40px;
position: relative;
}


.pc_back{
width:1280px;
margin:0 auto;
}