@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
background-color: #ffffff;
color: #666;

/*font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
/*font-family: "メイリオ", "ＭＳ Ｐゴシック","Hiragino Kaku Gothic ProN", sans-serif;*/
font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro','Century Gothic','メHイリオ', Arial,sans-serif;
margin: 0;
padding: 0;F
position:relative;
line-height:1.5;
-webkit-text-size-adjust : 100% ;
}

a {
color: #666;
text-decoration: none;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
border-bottom:1px solid #fff;
}

a:visited {
color: #ccc;
}

a:active {
color: #ff0000;
}

a:hover {
/*text-decoration: underline; */
/*color:#ff6347;
border-bottom:1px solid #ff6347;*/
color:#006600;
border-bottom:1px solid #006600;
}

a img {
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
border-bottom:none;
}
a:hover img {
filter: alpha( opacity=50 );  /* IE */
opacity:0.3;                 /* Firefox,Opera,Safari */
-moz-opacity:0.3;           /* Firefox 0.9より前 */
border-bottom:none;
}

.snslink a:hover {
border-bottom:1px solid #ffffff;
}

a:hover.glink {
border-bottom:1px solid #ffffff;
}

.banner a:hover {
border-bottom:1px solid #ffffff;
}

#mainmenu .logo {
filter: alpha( opacity=50 );  /* IE */
opacity:1;                 /* Firefox,Opera,Safari */
-moz-opacity:1;           /* Firefox 0.9より前 */
border-bottom:none;
}
#mainmenu .logo a:hover {
border-bottom:1px solid #ffffff;
}

ul.snslink,
ul.banner {
list-style-type: none;
margin:0;
padding:0;
}

#lightbox a {
border-bottom:none;
}
#lightbox a:hover {
border-bottom:none;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

@media screen and (max-height: 768px){/* 高さの無いモニター対策 */
#mainmenu {
position: absolute;
top: 50px;
}
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 1024px){/* PC */
body {
font-size: 12px;
}
#sp {
display:none;
}
#header {
width:100%;
background:#fff;
display:block;
/*height:50px;*/
position:fixed;
top:0;
z-index:11;
/*opacity: 0.4;*/
text-align:center;
border:double 1px #efefef;
background: rgba(250,250,250,0.9);
}
#header h1 {
color:#fff;
font-weight:normal;
font-size:12px;
margin:0 0 0 0;
padding:0 0 0 0;
height:30px;
line-height:30px;
background:#ddd;
}
#header h2 {
font-weight:normal;
font-size:10px;
margin:0 0 0 0;
padding:0 0 0 0;
/*height:20px;*/
line-height:20px;
letter-spacing: 0.05em;
}
#leftcont {
position:absolute;
top:50px;
left:0;
width:43%;
overflow:hidden;
max-width:640px;
}
#rightcont {
position:absolute;
top:50px;
right:0;
width:43%;
max-width:640px;
/*min-width: 360px;*/
}
#mainmenu {
width: 14%;
top: 50px;
center: 0;
position: fixed;
margin-left: 43%;
/*overflow:auto;*/
text-align:center;
}
#mainmenu .banner {
font-size:80%;
}
#mainmenu h2 {
text-align: center;
font-weight: normal;
font-size: 14px;
margin: 2px auto 12px auto;
padding: 2px 0;
/*height: 20px;*/
/*line-height: 20px;*/
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
width:94%;
}
#contents h2,
#contents h3 {
/*color: #5C3109;旧MSカラー*/
color: #999;
border-bottom:solid 1px #ccc;
padding-bottom:2px;
margin:0 0 10px 0;
/*font-weight:normal;*/
font-size:12px;
}
#contents h4 {
padding:0;
margin:0 0 10px 0; 
}

#mainmenu ul.menu {
list-style-type: none;
margin:0 auto;
padding:0;
width: 94%;
}

#contents .main {

}
#contents .main ul {
margin-left:4%;
margin-bottom:20px;
}

#mainmenu ul.menu li {
margin-bottom:7px;
}

#mainmenu ul.menu li a {
text-align:center;
display:block;
width:100%;
height:24px;
line-height:24px;
background: #f0f0f0;
border:1px solid #c0c0c0;
box-shadow: 0 0px 1px #d0d0d0;
padding:0;
    border-radius: 12px;        /* CSS3草案 */  
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 12px;   /* Firefox用 */  
}

#mainmenu ul.menu li a:hover {
background: #ccc;
/*color:#ff6347;*/
color:#006600;
text-decoration: none;
/*box-shadow: 0 0px 1px #ff6347;*/
box-shadow: 0 0px 1px #006600;
}

#mainmenu ul.menu li.stay {
color:#fff;
text-align:center;
display:block;
width:100%;
height:24px;
line-height:25px;
background: #ccc;
/*border:1px solid #c0c0c0;*/
/*box-shadow: 0 0px 1px #ff6347;*/
box-shadow: 0 0px 1px #006600;
padding:0;
    border-radius: 12px;        /* CSS3草案 */  
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 12px;   /* Firefox用 */  
margin-bottom:4px;
}

/*submenu*/
#mainmenu ul.menu li.inmenu ul {
list-style-type: none;
width:80%;
margin:0 auto;
padding:0;
}
#mainmenu ul.menu li.inmenu ul li {
list-style-type: none;
padding:0;
margin-bottom:4px;
}
#mainmenu ul.menu li ul li a {
text-align:center;
display:block;
width:100%;
height:22px;
line-height:21px;
background: #fff;
border:1px solid #c0c0c0;
box-shadow: 0 0px 1px #d0d0d0;
padding:0;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#mainmenu ul.menu li ul li a:hover {
background: #ccc;
/*color:#ff6347;*/
color:#006600;
text-decoration: none;
}

.bt {
background-color: #E9DBCC;
color: #755b2f !important;
display: inline-block;
/*width: 140px;
height: 55px;*/
text-align: center;
text-decoration: none;
/*line-height: 55px;*/
outline: none;
}
.bt:hover {
background-color: #755b2f;
color:#fff !important;
text-decoration:none;
}
.bt::before,
.bt::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.bt,
.bt::before,
.bt::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.gallery ul {
margin:0;
padding:0;
width:100%;
}
.gallery ul li {
width:30% !important;
height:200px !important;
overflow:hidden;
border-radius: 4px;
float:left;
margin-right: 5%;
position:relative;
margin-bottom:10px;
}
.gallery ul li:nth-child(3n) {
margin-right:0;
}
.gallery ul li img {
width:100% !important;
height:auto !important;
position:absolute;
left:50%;
margin-left:-50% !important;
}

.pagenavi {
width:100%;
font-size:11px;
text-align:center;
margin:0 0 20px 0;
}

.plus {/*アンカー誤差*/
padding-top:60px;
margin-top:-60px;
}

.main blockquote {
font-size: 12px;
text-align:left;
font-weight: normal;
letter-spacing: 0em;
margin: 10px 20px 10px 20px;
padding: 5px 10px 5px 10px;
/*border: 1px dotted #5C3109;*/
border: 1px dotted #999;
-webkit-border-radius: 4px;
}

.main .setumei {
margin: 8px 19px 8px 19px;
padding: 0;
text-align:left;
}

.pricetable {
margin-bottom:20px;
}

td.td2 {
background: #f6f6f6;
padding: 4px;
}

td.td3 input,
td.td3 textarea {
width:100% !important;
}

.newlist {
position:relative;
}

.newlist img.new15 {
position: absolute;
top: 1px;
left: -25px;
margin: 0 !important;
padding: 0 !important;
filter: alpha( opacity=50 );  /* IE */
opacity:0.5;                 /* Firefox,Opera,Safari */
-moz-opacity:0.5;           /* Firefox 0.9より前 */
}

.footmenu {
text-align:center;
font-size:11px;
margin:20px 10px 0 10px;
}
#footer {
width:100%;
display:block;
color: #666;
height:30px;
position:fixed;
bottom:0;
z-index:11;
border:double 1px #efefef;
background: rgba(250,250,250,0.9);
letter-spacing: 0.05em;
}
#footer p {
font-size:80%;
text-align:center;
line-height:30px;
margin:0;
padding:0;
}
}/*/PC/*/




/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1024px){/* SP */
body {
font-size: 30px;
}
#mainmenu {
text-align:center;
width: 100%;
top:0;
center: 0;
position: static;
text-align:center;
}
#mainmenu .logo {
width:50%;
}
#leftcont {
display:none !important;
}
#header {
display:none;
}

#contents h2,
#contents h3 {
/*color: #5C3109;旧MSカラー*/
color: #999;
border-bottom:solid 1px #ccc;
padding-bottom:2px;
margin:0 0 10px 0;
/*font-weight:normal;*/
font-size:120%;
text-align:center;
}
#contents h4 {
padding:0;
margin:0 0 10px 0; 
font-size:110%;
}
#mainmenu .banner {
font-size:80%;
}
#mainmenu ul.menu {
list-style-type: none;
margin:0 auto;
padding:0;
width: 94%;
}

#mainmenu ul.menu li {
margin-bottom:7px;
}

#mainmenu ul.menu li a {
text-align:center;
display:block;
width:100%;
background: #f0f0f0;
border:1px solid #c0c0c0;
box-shadow: 0 0px 1px #d0d0d0;
padding:0;
    border-radius: 12px;        /* CSS3草案 */  
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 12px;   /* Firefox用 */  
}

#mainmenu ul.menu li a:hover {
background: #ccc;
/*color:#ff6347;*/
color:#006600;
text-decoration: none;
/*box-shadow: 0 0px 1px #ff6347;*/
box-shadow: 0 0px 1px #006600;
}

#mainmenu ul.menu li.stay {
color:#fff;
text-align:center;
display:block;
width:100%;
background: #ccc;
/*border:1px solid #c0c0c0;*/
/*box-shadow: 0 0px 1px #ff6347;*/
box-shadow: 0 0px 1px #006600;
padding:0;
    border-radius: 12px;        /* CSS3草案 */  
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 12px;   /* Firefox用 */  
margin-bottom:4px;
}

/*submenu*/
#mainmenu ul.menu li.inmenu ul {
list-style-type: none;
width:80%;
margin:0 auto;
padding:0;
}
#mainmenu ul.menu li.inmenu ul li {
list-style-type: none;
padding:0;
margin-bottom:4px;
}
#mainmenu ul.menu li ul li a {
text-align:center;
display:block;
width:100%;
background: #fff;
border:1px solid #c0c0c0;
box-shadow: 0 0px 1px #d0d0d0;
padding:0;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#mainmenu ul.menu li ul li a:hover {
background: #ccc;
/*color:#ff6347;*/
color:#006600;
text-decoration: none;
}

#contents .main ul {
margin-left:4%;
margin-bottom:20px;
}

.bt {
background-color: #E9DBCC;
color: #755b2f !important;
display: inline-block;
/*width: 140px;
height: 55px;*/
text-align: center;
text-decoration: none;
/*line-height: 55px;*/
outline: none;
}
.bt:hover {
background-color: #755b2f;
color:#fff !important;
text-decoration:none;
}
.bt::before,
.bt::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.bt,
.bt::before,
.bt::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.gallery ul {
margin:0;
padding:0;
width:100%;
}
.gallery ul li {
width:30% !important;
height:200px !important;
overflow:hidden;
border-radius: 4px;
float:left;
margin-right: 5%;
position:relative;
margin-bottom:10px;
}
.gallery ul li:nth-child(3n) {
margin-right:0;
}
.gallery ul li img {
width:100% !important;
height:auto !important;
position:absolute;
left:50%;
margin-left:-50% !important;
}

.pagenavi {
width:100%;
font-size:11px;
text-align:center;
margin:0 0 20px 0;
}

.plus {/*アンカー誤差*/
padding-top:60px;
margin-top:-60px;
}

.main blockquote {
font-size: 12px;
text-align:left;
font-weight: normal;
letter-spacing: 0em;
margin: 10px 20px 10px 20px;
padding: 5px 10px 5px 10px;
/*border: 1px dotted #5C3109;*/
border: 1px dotted #999;
-webkit-border-radius: 4px;
}

.main .setumei {
margin: 8px 19px 8px 19px;
padding: 0;
text-align:left;
}

.pricetable {
margin-bottom:20px;
}

td.td2 {
background: #f6f6f6;
padding: 4px;
}

td.td3 input,
td.td3 textarea {
width:100% !important;
}

.newlist {
position:relative;
}

.newlist img.new15 {
position: absolute;
top: 1px;
left: -25px;
margin: 0 !important;
padding: 0 !important;
filter: alpha( opacity=50 );  /* IE */
opacity:0.5;                 /* Firefox,Opera,Safari */
-moz-opacity:0.5;           /* Firefox 0.9より前 */
}
ul.snslink,
ul.banner {
display:table;
table-layout:fixed;
width: 100%;
text-align:center;
}
ul.snslink li,
ul.banner li {
display:table-cell;
}

#contents h2,
#contents h3 {
/*color: #5C3109;旧MSカラー*/
color: #999;
border-bottom:solid 1px #ccc;
padding-bottom:2px;
margin:0 0 10px 0;
/*font-weight:normal;*/
}

#contents h3 .subttl {
display:none;
}
.footmenu {
text-align:center;
font-size:80%;
margin:20px 10px 0 10px;
}
#footer {
width:100%;
display:block;
color: #666;
border:double 1px #efefef;
background-color:#cccccc;
}
#footer p {
font-size:70%;
text-align:center;
margin:20px;
padding:0;
}
}/*/SP/*/




#mainmenu p.ptitle {
font-size:16px;
width:100%;
text-align:center;
}

#mainmenu img {
width:100%;
}
#mainmenu .snslink img {
width:15%;
}

#mainmenu .snslink {
margin:20px 5px 0 5px;
text-align:center;
}

#mainmenu .snslink p {
margin:2px 0 12px 0;
}




#mainmenu .banner img {
width:90%;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}





#container {
position:absolute;
top:50px;
width:100%;
}

#contents {
margin: 0 0 30px 3%;
padding: 0;
border: 0;
width: 94%;
}
#contents img {
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}

.top {
margin-top: 40px !important;
}







h3 .subttl {
font-weight:normal;
font-size:90%;
}


#contents .main {
padding:0;
margin:0 0 30px 0;
text-align:center;
}

#contents .main img {
padding:0;
margin:4px;
}

#contents .main h3 {
text-align: center;
display: block;
width: 100%;
height: 20px;
line-height: 20px;
background: #f9f9f9;
border: 1px solid #c0c0c0;
padding: 0;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}


h3.gallery {
margin-bottom:3px !important;
}
p.des {
margin:0 0 10px 0;
text-align:right;
font-size:80%;
}

#contents h2.info {
margin:0;
}
#contents div.posted {
text-align:right;
font-size:11px;
color:#999;
margin:0;
padding:0;
}


.main ul {
text-align:left;
}

.main ul li {
line-height:1.8;
}

.main ul li span {
font-size:90%;
}

#contents .glrybn {
width: 30%;
margin-right: 5%;
float: left;
text-align: center;
margin-bottom:10px;
}

#contents .glrybn img {
margin-bottom:2px;
-webkit-border-radius: 5px;
}

.inq {
background: #fafafa;
border: solid 1px #ccc;
padding: 7px;
text-align: center;
-webkit-border-radius: 5px;

}



#slider {
/*width:94%;
margin-left:3%;*/
position: fixed;
width: 41.5%;
/* margin-left: 0%; */
}

.flexslider img {
width:100% !important;
height:auto !important;
}

/*/////////////////////////////////////////SP sidemenu////////////////////////////////////////*/
/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/
#sb-site, .sb-site-container {
	/*padding: 14px;*/
}
.sb-slidebar {
	padding: 14px;
	color: #fff;
}
html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

/* Fixed position examples */
#sb-site.top-padding {
	padding-top: 50px;
}
#fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: red;
	z-index: 4;
}
#fixed-top span.sb-toggle-left {
	float: left;
	color: white;
	padding: 10px;
}
#fixed-top span.sb-toggle-right {
	float: right;
	color: white;
	padding: 10px;
}
.navbar {
  background-color:#fff;
  /*background-color:#755b2f;*/
  /*background-color: rgba(45, 163, 182, 0.8);
  */
  background-size: 100%;
  border: none;
  width: 100%;
  left: auto;
  right: auto;
  border-bottom: 1px solid #d0d0d0;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color:#fff;
}
.nav-title {
  color: #fff;
  padding-top: 3px;
  font-size: 18px;
  text-align: center;
}
.nav-title a{
  color: #fff;
}
.sb-android .navbar {
  position: absolute;
}
body{
  margin-top: 50px;
}
.sb-toggle-left {
  /*width: 58px;*/
  float: left;
  padding: 14px;
}
.sb-toggle-right {
  color: #fff;
  font-size: 1.2em;
  width: 58px;
  float: right;
  padding: 14px;
}
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
  cursor: pointer;
}
.sb-slidebar-title{
  font-size: 18px;
}
.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #755b2f;
}
ul.navbar-nav {
  display: none;
}
.sb-slidebar {
  padding: 14px;
  background-color: #242424;
}
ul.sb-nav {
  list-style-type: none;
}
ul.sb-nav li {
  width: 100%;
  padding: 12px;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #1C1C1C;
}
ul.sb-nav li:first-child {
  border-top: none;
}
ul.sb-nav li:last-child {
  border-bottom: none;
}
aside#about-me {
  padding: 14px;
}
img.img-me {
  margin: 14px auto;
  border: 4px solid #fff;
}
.sb-slidebar, .sb-slidebar h3 {
  color: #333;
}
.sb-slidebar ul.sb-nav li a {
  color: #DEDEDE;
}
.sb-slidebar ul.sb-nav li a:hover {
  color: #C7C7C7;
  text-decoration: none;
}
.sb-slidebar ul.sb-nav li span:hover {
  color: #C7C7C7;
}
@media (min-width: 768px) {
  ul.navbar-nav {
  display: block;
}
@media (min-width: 992px) {
  }
@media (min-width: 1200px) {
  }
html.sb-active-left .sb-left {
  visibility: visible;
}
html.sb-active-right .sb-right {
  visibility: visible;
}
.hd_icon {
  float:right;
}
.hd_icon li {
  float: left;
  padding: 8px 5px;
}
.hd_icon li img {
  width:30px;
}
/*------------------------------------------------------------
	左メニュー
------------------------------------------------------------*/
.lgn {
  background:#E9DBCC;
  padding:5px 5px;
  margin:10px;
  text-align:center;
}
.lgn img {
  width:30px;
  margin-right: 10px;
}
/*
.cate_li {
  }
.cate_li ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
.cate_li ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #d0d0d0;
}
.cate_li p {
  padding: 0 10px 5px 10px;
  margin: 0;
  border-bottom: 2px solid #d0d0d0;
  font-weight: bold;
}
*/
.side_ac {
background:#efefef;
}
.side_cate {
margin: 0;
padding: 10px 0 10px 15px;
background: #efefef;
color: #000;
font-weight: bold;
border-top: 2px solid #fff;
}
.side_search {
margin: 25px 0 0 0;
}
.shop-info {
margin: 20px 0 0 0;
}
.shop-info ul {
list-style-type:none;
margin: 0 10px;
padding:0;
}
.shop-info ul li {
line-height: 20px;
color: #fff;
border-bottom: 1px solid #fff;
padding: 10px 0 10px 15px;
}
/*
.shop-info ul li:nth-child(1) {
border-top:1px solid #fff;
}
*/
.shop-info ul li:last-child {
border-bottom:none;
}
.shop-info ul li a {
color:#fff;
}
/*------------------------------------------------------------
	アコーディオン
------------------------------------------------------------*/
.accordion-group {
  background: #fff;
}
.accordion-heading {
  padding: 10px 0 10px 15px;
  border-bottom: #d0d0d0 1px solid;
}
.accordion-inner p {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #dadada;
  margin: 0;
}
.bno {
  border-bottom:none;
}
.acb {
  border-top:1px solid #d0d0d0;
}