/*////////////header////////////*/

.header {
	width:100%;
	height:70px;
	background-color: rgba( 255, 255, 255, 0.95 );
	position: fixed;/*fixedで固定*/
    right: 0;
    top: 0;
    z-index:999;
  border-bottom:1px solid #f2f2f2;
}

.header .header-inner {
  width:1000px;
  margin: 0 auto;
  display:flex;
	justify-content: space-between;
}

.header-left {
	width:30%;
	margin-left:15px;
}

.header-left h1 {
	font-size:68%;
	font-weight:normal;
	text-decoration: none;
	padding:0;
	margin:10px 0 5px 0;
}
.header-left h1 a {
	text-decoration: none;
	letter-spacing: 0.05em;
	color:#333;
	padding:0;
	margin:0;
}

.header-left .rogo {
	width:263px;
}

.header-left .rogo a img {
	width:84%;
	height:auto;
	transition: all 500ms 0s ease;
}
.header-left .rogo a:hover img {
	width:84%;
	height:auto;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.header-right {
	width:40%;
	padding-right:10px;
}

.header-right .menu {
	display:flex;
	justify-content: flex-end;
}

.header-right .menu .navi {
	border-left:1px solid #ccc;
  border-right:1px solid #ccc;
	width:70px;
	height:70px;
	position: relative;
	margin-right:-1px;
}

.header-right .menu .navi a {
	display:flex;
	justify-content:center;
	padding:14px 0 28px 0;
	transition: all 500ms 0s ease;
}

.header-right .menu .navi a:hover {
	background-color:#d2d68f;
}

.header-right .menu .navi a img {
	width:42%;
	height:auto;
}

.header-right .menu .icon01::after {
	content: "ログイン";
  	position: absolute;
  	left:0;
  	right:0;
  	bottom: 10px;
  	color:#000;
  	font-size:62%;
  	text-align: center;
}
.header-right .menu .icon02::after {
	content: "購入履歴";
  	position: absolute;
  	left:0;
  	right:0;
  	bottom: 10px;
  	color:#000;
  	font-size:62%;
  	text-align: center;
}
.header-right .menu .icon03::after {
	content: "CART";
  	position: absolute;
  	left:0;
  	right:0;
  	bottom: 9px;
  	color:#000;
  	font-size:62%;
  	text-align: center;
}

/*////////////header////////////*/
/*////////////slider////////////*/

.slider-area {
	position: relative;
}

.img-frame{
       position: relative;
       width: 100%;
       height: 450px;
       overflow: hidden;
       margin: 0 auto;
    }
    .img-frame{
       width: 100%;
       height: 450px;
    }
    .img-01, .img-02, .img-03{
       position: absolute;
       top:0;
       left:0;
       width: 100%;
       height: 100%;
       background-size: cover;
       background-repeat: no-repeat;
    }
    .img-01{
       background-image: url(https://img02.shop-pro.jp/PA01171/030/etc_base64/c2xpZGUwMQ.jpg?cmsp_timestamp=20251218113622);
       animation: slide-animation-01 24s infinite;
    }
    .img-02{
       background-image: url(https://img02.shop-pro.jp/PA01171/030/etc_base64/c2xpZGUwMg.jpg?cmsp_timestamp=20251218113622);
       animation: slide-animation-02 24s infinite;
    }
    .img-03{
       background-image: url(https://img02.shop-pro.jp/PA01171/030/etc_base64/c2xpZGUwMw.jpg?cmsp_timestamp=20251218113622);
       animation: slide-animation-03 24s infinite;
    }
    @keyframes slide-animation-01 {
        0% {opacity: 1; transform: scale(1.0);}
      30% {opacity: 1;}
      40% {opacity: 0; transform: scale(1.15);}
      90% {opacity: 0}
    100% {opacity: 1; transform: scale(1.0);}
    }
    @keyframes slide-animation-02 {
        0% {opacity: 0;}
      30% {opacity: 0; transform: scale(1.1);}
      40% {opacity: 1;}
      60% {opacity: 1;}
      70% {opacity: 0; transform: scale(1.0);}
    100% {opacity: 0;}
    }
    @keyframes slide-animation-03 {
        0% {opacity: 0;}
      60% {opacity: 0;  transform: scale(1.0);}
      70% {opacity: 1;}
      90% {opacity: 1;}
    100% {opacity: 0; transform: scale(1.1);}
}

.slider-area .slider-inner {
	position: absolute;
	top:22%;;
	right:0;
	left:0;
	width:1000px;
	margin:0 auto;
}

.slider-area .slider-inner .add-area {
	width:300px;
	margin-left:auto;
	position: relative;
}
.slider-area .slider-inner .add-area .addbtn {
	position: absolute;
	width:70%;
	margin: 0 auto;
	bottom:60px;
	right:0;
	left:0;
}
.slider-area .slider-inner .add-area .addbtn a {
	background-color:#2f3d03;
	color:#fff;
	display:block;
	padding:8px 0 12px ;
	text-align: center;
	border-radius: 99px;
	text-decoration: none;
	font-size:90%;
	letter-spacing: 0.1em;
	transition: all 500ms 0s ease;
}
.slider-area .slider-inner .add-area .addbtn a:hover {
	opacity: 0.7;
	  filter: alpha(opacity=70);
}

/*////////////slider////////////*/
/*////////////navi////////////*/
.navi-outer {
  width:100%;
  position: relative;
  margin-bottom:30px;
  height:60px;
}

.main-navi {
	width:100%;
	background-color:#6b8527;
  	position: absolute;
  	top:-8px;
}

.main-navi .navi-inner {
	width:1000px;
	margin: 0 auto;
}
.main-navi .navi-inner ul {
	margin:0;
	padding:0;
	display:flex;
	border-left:1px solid #617823;
	background-color:#6b8527;
}
.main-navi .navi-inner ul li {
	width:20%;
	list-style-type: none;
	border-right:1px solid #617823;
}

.main-navi .navi-inner ul li a {
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	text-decoration: none;
	font-size:90%;
	letter-spacing: 0.1em;
	transition: all 500ms 0s ease;
	background-color:#6b8527;
  background-image: url(https://img02.shop-pro.jp/PA01171/030/etc_base64/YXJyb3cwMV93.png?cmsp_timestamp=20251217135924);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 3% auto;
}
.main-navi .navi-inner ul li a:hover {
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/
  	background-color:#7c9a2e;
}

/*////////////navi////////////*/

/*content*/
.content {
	width:1000px;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
  	flex-direction:row-reverse;
	padding:0;
}

/*/////////////////////////////////////////////
sidebar
//////////////////////////////////////////////*/

.content .sidebar {
	width:248px;
   /*border:1px solid #ccc;*/
}

.sidebar .profiel-field {
	border:1px solid #617823;
	padding: 20px 20px;
	margin-bottom:20px;
}

.profiel-field .siderogo {
	width:151px;
	margin: 0 auto 10px;
}
.profiel-field .siderogo img {
	width:100%;
	height:auto;
}

.profiel-field .photoarea {
	width:130px;
	height:130px;
	border-radius: 999px;
	margin:0 auto;
}

.profiel-field .photoarea img {
	width:130px;
	height:130px;
	border-radius: 999px;
}

.profiel-field h3 {
	font-size:98%;
	padding:12px 0;
	margin:0;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight:600;
	color:#313d0d;
}

.profiel-field p {
	width:86%;
	margin: 0 auto;
	padding:0;
	font-size:90%;
	letter-spacing: 0.05em;
	color:#283f1d;
	font-weight:500;
	line-height: 1.6em;
}

/*login*/
.login-area {
  background-color:#2d6305;
  margin-bottom:15px;
  border-radius: 5px;
  
  
}

.login-area span {
  color:#fff;
  font-size:120%;
}

.entry-btn {
  
}

.entry-btn a {
  display:block;
  padding:20px;
  transition: all 500ms 0s ease;
  text-align: center;
  color:#fff!important;
  letter-spacing: 0.05em;
  font-size:94%;
  background-image: url(https://img02.shop-pro.jp/PA01171/030/etc_base64/YXJyb3cwMV93.png?cmsp_timestamp=20251217135924);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 3% auto;
}

.entry-btn a:hover {
  background-color:#618730;
  border-radius: 5px;
}

#btn_members_logout a {
  display:block;
  padding:10px;
  width:60%;
  margin:0 auto;
  background-color:#fff;
  color:#2d6305!important;
  border-radius: 6px;
  font-weight:600;
  transition: all 500ms 0s ease;
}
#btn_members_logout a:hover {
	background-color:#618730;
  color:#fff!important;
}
/*login*/

.side-navi-field {
	border:1px solid #617823;
	margin-bottom:20px;
}

.side-navi-field .side-title {
	color:#fff;
	background-color:#618730;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:120%;
	height:74px;
	width:100%;
	letter-spacing: 0.1em;
	font-weight:600;
}

.side-navi-field .navi-btn {
	width:100%;
}

.side-navi-field .navi-btn a {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:74px;
	background-color:#2d6305;
	color:#fff;
	font-size:100%;
	text-decoration: none;
	transition: all 500ms 0s ease;
	background-image: url(https://img02.shop-pro.jp/PA01171/030/etc_base64/YXJyb3cwMV93.png?cmsp_timestamp=20251217135924);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 3% auto;
}

.side-navi-field .navi-btn a:hover {
	 opacity: 0.7;
	  filter: alpha(opacity=70);
}

.side-navi-field .list-btn a {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:74px;
	background-color:#8e9e37;
	color:#fff;
	font-size:100%;
	text-decoration: none;
	transition: all 500ms 0s ease;
	background-image: url(https://img02.shop-pro.jp/PA01171/030/etc_base64/YXJyb3cwMV93.png?cmsp_timestamp=20251217135924);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 3% auto;
}

.side-navi-field .list-btn a:hover {
	 opacity: 0.7;
	  filter: alpha(opacity=70);
}

.side-navi-field .menu-list {
	width:100%;
}

.side-navi-field .menu-list ul {
	padding:0;
	margin:0;
}

.side-navi-field .menu-list ul li {
	list-style-type: none;
	border-bottom:1px solid #ccc;
}

.side-navi-field .menu-list ul li a {
	text-decoration: none;
	color:#254112;
	height:74px;
	display:flex;
	justify-content:center;
	align-items:center;
	transition: all 500ms 0s ease;
	font-size:94%;
	background-image: url(https://img02.shop-pro.jp/PA01171/030/etc_base64/YXJyb3cwMV9n.png?cmsp_timestamp=20251217135924);
	background-repeat: no-repeat;
	background-position: 5% center;
	background-size: 3% auto;
}

.side-navi-field .menu-list ul li a:hover {
	color:#254112;
	background-color:#e2e2e2;
	
}

.bnr-field {
	width:222px;
	margin: 0 auto 10px;
}
.bnr-field a img{
	width:222px;
	height:auto;
	transition: all 500ms 0s ease;
}
.bnr-field a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*cal*/
.tbl_calendar {
  border: 1px solid #ccc;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin:10px auto 20px;
}

.tbl_calendar caption {
  padding-bottom:8px;
  letter-spacing: 0.1em;
  
}

.tbl_calendar th, .tbl_calendar td {
  padding: 7px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

.tbl_calendar th {
  background-color:#f2f2f2;
}







/*/////////////////////////////////////////////
sidebar
//////////////////////////////////////////////*/

/*///////////////////////////////////////
main
///////////////////////////////////////*/
.content .main {
	width:720px;
}
/*trouble*/

.trouble-area {
	width:98%;
	margin:15px auto 30px;
}

.trouble-area .trouble-title {
	width:483px;
	margin0px;
}

.trouble-area .trouble-title img {
	width:100%;
	height:auto;
}

.trouble-area .trouble-list {
	width:100%;
	margin: 15px auto 30px;
}

.trouble-area .trouble-list ul {
	padding:0;
	margin: 0;
}

.trouble-area .trouble-list ul li {
	padding:18px 10px 18px 38px;
	margin: 0;
	font-size:104%;
	background-image: url(https://img02.shop-pro.jp/PA01171/030/etc_base64/YXJyb3cwMw.png?cmsp_timestamp=20251217135924);
	background-repeat: no-repeat;
	background-position: 1% center;
	background-size: 3% auto;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0.05em;
	color:#333;
	font-weight:500;
}
.trouble-area .trouble-subtitle {
	width:620px;
	margin0px;
}

.trouble-area .trouble-subtitle img {
	width:100%;
	height:auto;
}
/*trouble*/
/*info-area*/
.info-area {
	padding:0;
	margin:0;
	position: relative;
	width:100%;
	height:440px;
}

.info-area .photo-area {
	padding:0;
	margin:0;
	width:574px;
	height:394px;
}
.info-area .photo-area img {
	width:100%;
	height:auto;
}

.info-area .detail-area {
	position: absolute;
	padding:20px 30px;
	margin:0;
	width:50%;
	background-color:rgba(242,242,242,0.95);
	bottom:0;
	right:0;
}

.info-area .detail-area .detail-title {
	padding:0;
	margin:0 0 5px;
}
.info-area .detail-area .detail-title img {
	width:100%;
	height:auto;
}

.info-area .detail-area p {
	font-size:100%;
	line-height: 1.8em;
	letter-spacing: 0.08em;
	margin:0;
	padding:0;
}
/*info-area*/
/*report*/
.report-area {
	margin: 30px 0 35px;
}

.report-area .report-title {
	margin: 0 0 20px;
}

.report-area .report-detail {
	margin: 0 auto;
	width:94%;
}

.report-area .report-detail p {
	font-size:98%;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin:0 0 30px;
	padding:0;
	color:#333;
}

.report-area .report-image {
	width:94%;
	margin:0 auto 20px;
	display:flex;
	justify-content: space-between;
}

.report-area .report-image .photo {
	width:32%;
	height:auto;
}

.report-area .report-image .photo img {
	width:100%;
	height:auto;
}

.report-area .link-img {
	width:96%;
	margin: 0 auto;
	border-radius: 10px;
}

.report-area .link-img a img {
	width:100%;
	height:auto;
	transition: all 500ms 0s ease;
	border:4px solid #528000;
	border-radius: 10px;
}

.report-area .link-img a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-radius: 10px;
}
/*report*/
/*relief*/
.relief-area {
	padding:0;
	margin:0 0 40px;
}

.relief-area .relief-title {
	padding:0;
	margin:0 0 10px;
}

.relief-area .area {
	font-size:96%;
	text-align: center;
	background-color:#f2f2f2;
	padding:10px;
	letter-spacing: 0.1em;
}

.relief-area p {
	font-size:98%;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin:0 auto 15px;
	padding:0;
	color:#333;
	width:96%;
}
/*relief*/
/*gmap*/

.gmap-area {
	padding:0;
	margin:0;
}
.gmap-area .map-tag {
	width:98%;
	margin:0 auto;
	text-align: center;
}

.gmap-area iframe {
	margin:0;
	text-align: center;
}

.gmap-area p {
	font-size:98%;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin:10px auto 50px;
	padding:0;
	color:#333;
	width:96%;
}
/*gmap*/

/*///////////////////////////////////////
main
///////////////////////////////////////*/
/*/////////////////////////////////////////////
footer
//////////////////////////////////////////////*/

#y-footer {
	padding: 0px 0px 0px 0px ;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	background-color:#ededeb;
  text-align:left;
}
#y-footer .footer-inner {
	padding: 15px 0px 15px 0px ;
	margin: 0px auto 0px auto;
	overflow:hidden;
	width:1000px;
	
}

/* left */

#y-footer .footer-inner .footer-left {
	padding: 0px 0px 0px 0px ;
	margin: 0px 0px 0px 0px;
	float:left;
	width:33%;
}
.footer-inner .footer-left .footer-box {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}
.footer-inner h3 {
	padding: 10px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
	font-size:110%;
	display:inline-block;
	font-weight:600;
	border-bottom: 2px solid #ccc;
	min-width:100px;
  letter-spacing: 0.1em;
  color:#32670c;
}
.footer-inner p {
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 15px 0px;
	font-size:94%;
	line-height: 1.6em;
}
.footer-inner h4 {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	font-weight:normal;
  letter-spacing: 0.1em;
  font-size:96%;
  color:#3d2f23;
}
.footer-left .footer-box table {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 20px 10px;
	background-color:#ccc;
	width:90%;
	font-size:92%;
  border:1px solid #bbb;
}

.footer-left .footer-box table th, .footer-left .footer-box table td {
  padding: 15px !important;
  text-align: center !important;
  border-bottom: 1px solid #bbb !important;
}

.footer-left .footer-box table .td01 {
	padding: 15px 10px 15px 10px;
	margin: 0;
	background-color:#eff0ea;
  border-right: 1px solid #bbb !important;
}

.footer-left .footer-box table .td02 {
	padding: 15px 10px 15px 10px;
	margin: 0;
	background-color:#fff;
	text-align: right;
}

/* center */

#y-footer .footer-inner .footer-center {
	padding: 0px 0px 0px 0px ;
	margin: 0px 0px 0px 0px;
	float:left;
	width:38%;

}

.footer-center .footer-box table {
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 10px 5px;
	background-color:#ccc;
	width:97%;
	font-size:85%;
  border:1px solid #bbb;
}

.footer-center .footer-box table td {
  border-bottom:1px solid #bbb;
}

.footer-center .footer-box table .ttd01 {
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	background-color:#d6d8cd;
	text-align: center;
  border-right:1px solid #bbb;
}


.footer-center .footer-box table .td01 {
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	background-color:#eff0ea;
	text-align: center;
  border-right:1px solid #bbb;
}

.footer-center .footer-box table .td02 {
    padding: 10px 5px 10px 5px;
    margin: 0px 0px 0px 0px;
    background-color: #fff;
    text-align: right;
    line-height: 1.4em;
  border-right:1px solid #bbb;
}

.footer-center .footer-box table .td03 {
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	background-color:#fff;
	text-align: right;
  border-right:1px solid #bbb;
}


/* right */

#y-footer .footer-inner .footer-right {
	padding: 0px 0px 0px 0px ;
	margin: 0px 0px 0px 0px;
	float:right;
	width:28%;

}
#y-footer .copyright {
	padding:10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size:94%;
	text-align: center;
	background-color:#4c6748;
	color:#fff;

}


/*/////////////////////////////////////////////
footer
//////////////////////////////////////////////*/

/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
   

body * {line-height:1.22em;}
/* body * {line-height:1.22em;} について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/



/* --- Reset End --- */


body {
	body 
	margin:0;
	padding:0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin: 0px 5px 0px 15px;
	}

a:link    { color:#eb5050;text-decoration:none;}
a:visited { color:#eb5050;text-decoration:none;}
a:active  { color:#eb5050;text-decoration:none;}
a:hover   { color:#ff7a21;text-decoration:none; }




/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	color:#ffffff;
	margin:20px 0px 10px;
	}

.title {
	width:785px;
	height:121px;
	color: #6d2916;
	font-size: 22px;
	font-weight:bold;
	text-align:center;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/title_bg.jpg) 0px 0px no-repeat;
	margin-bottom:10px;
	}

.title a {color: #6d2916;}
.title a:link    {color: #6d2916;text-decoration: none;}
.title a:visited {color: #6d2916;text-decoration: none;}
.title a:active  {color: #6d2916;text-decoration: none;}
.title a:hover   {color: #6d2916;text-decoration: none;}


/*ホーム・マイアカウント・お問合せリンク*/
.menu_1 {
	padding:0px;
	margin:0px;
	line-height:0em;
	text-align:right;
}
.menu_1 img{
	vertical-align:top;
}

a#linkHome,
a#linkMyAccount {
	margin-right:25px;
}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */


.sidemenu {
	width:190px;
	color:#333333;
	margin-bottom: 20px;
	}

.side_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_text {
	background-color:#f9f4eb;
	padding:13px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}

.side_bottom {
	height:4px;
	background-color:#f9f4eb;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_bottom_bg.gif) no-repeat;
	}

.sidemenu img {
	max-width: 100%;
	height: auto;
	}

.owner_photo {
	margin-bottom: 10px;
}

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */

.side_cat_bg {
	width:190px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bg.gif) 0px 0px repeat-y;
	margin-bottom:25px;
	}

.side_cat_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_cat_text {
	border-bottom:1px #dacdb9 solid;
	padding:10px 15px 10px 30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 15px 13px;
	line-height:0px;
	}

.side_cat_bottom {
	height:18px;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bottom_bg.jpg) no-repeat;
	}

.side_cat_text a {color: #eb5050;}
.side_cat_text a:link    {color: #eb5050;text-decoration: none;}
.side_cat_text a:visited {color: #eb5050;text-decoration: none;}
.side_cat_text a:active  {color: #eb5050;text-decoration: none;}
.side_cat_text a:hover   {color: #ff7a21;text-decoration: none;}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #99FF33;
	border-right: 3px solid #99FF33;
	margin: 3px 0px 3px 0px;
	padding:0 5px;
	font-size:80%;
	}
	
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px solid #C3C3C3;
	padding-top:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout {
	text-align:center;
  padding:15px 0;
	}
#btn_members_signup {
	padding:7px 0px 0px;
	margin:10px 0px 0px;
	border-top:#dacdb9 dotted 1px;
	text-align:center;
	}
#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:14px;
	line-height:1.1em;
	padding-bottom:8px;
	text-align:center;
	}

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	width: 785px;
	height: 79px;
	color: #432A16;
	font-size:80%;
	text-align: center;
	background: url(https://img.shop-pro.jp/tmpl_img/26/footer_bg.jpg) no-repeat;
	margin-top: 30px;
	margin-bottom: 15px;
	}

#menu_2 {
	text-align:center;
	margin-bottom: 5px;
	}

#copy {
	text-align:center;
	color:#333333;
	}

#footer a {color: #432A16;}
#footer a:link    {color: #432A16;text-decoration: none;}
#footer a:visited {color: #432A16;text-decoration: none;}
#footer a:active  {color: #432A16;text-decoration: none;}
#footer a:hover   {color: #7E5E44;text-decoration: none;}



/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */


.main_title {
	width:100%;
	height:40px;
	/*background: url(https://img.shop-pro.jp/tmpl_img/26/main_title_bg.jpg) no-repeat;*/
  	background-color:#aab150;
	color:#fff;
	margin-bottom:40px;
	font-weight:500;
  	padding:10px;
	}
	
.main_title td{
	padding-left:15px;
	}

.main_title td img{
	vertical-align:middle;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
	margin:0px;
}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#ff0000;
}

/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

.info_bg {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bg.jpg) 0px 0px repeat-y;
	padding:0px 0px 5px;
	width:565px;
	}

.info_title {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_top_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	font-weight:bold;
	padding:7px 15px;
	margin:0px;
	}

.info_text {
	color:#333333;
	padding:0px 15px;
	}
	
.info_text_bottom {
	margin-top:10px;
	}
	
.info_block {
	width:550px;
	margin:0px auto;
	padding:15px 0px 0px;
	background:#ffffff;
}
	
.info_bottom {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bottom_bg.jpg) 0px 0px no-repeat;
	height:5px;
	margin-bottom:20px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#333333;
	margin-bottom: 15px;
	}


/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 100%;
	height: 40px;
	color: #432A16;
	font-size:80%;
	/*background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;*/
  background-color:#cdd19a;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}

.price_all {
	padding:0px;
	margin:0px;
}

.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}

.price_search {
	padding:0px;
	margin:0px;
}

.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 100%;
	padding:6px 0;
	color: #432A16;
	font-size:80%;
	/*background: url(https://img.shop-pro.jp/tmpl_img/26/pagenavi_bg.gif) no-repeat;*/
  	background-color:#ecf1c2;
	margin-bottom: 40px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 188px;
	text-align: center;
	padding:5px 0px 30px;
	}


.product_item {
	text-align:center;
	width:175px;
	margin:0px auto;
	}

.product_item img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	max-width: 160px;
	}

.product_item .name {
	line-height: 120%;
	margin:10px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	}

.product_item .expl {
	color: #999;
	font-size:80%;
	line-height:1.8em;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:120px;
	padding:0 8px 0 12px;
	margin:0 0 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:90px;
	border: 1px solid #DACDB9;
	padding: 4px;
	margin-bottom:3px;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	/*width: 100%;*/
  	background-color:#819337;
  padding:10px 10px;
	/*background: url(https://img.shop-pro.jp/tmpl_img/26/footstamp_bg.gif) no-repeat;
	color: #333333;*/
	margin-bottom: 0px;
  color:#fff;
	}

.footstamp a {color: #eb5050;}
.footstamp a:link    {color:#fff /*#eb5050*/;text-decoration: none;transition: all 500ms 0s ease;}
.footstamp a:visited {color:#fff /*#eb5050*/;text-decoration: none;}
.footstamp a:active  {color:#fff /*#eb5050*/;text-decoration: none;}
.footstamp a:hover   {color:#314b23 /*#ff7a21*/;text-decoration: none;}

.txt-f10 {
	font-size:10px;
}

.footstamp img {
	vertical-align:middle;
}

.footstamp .bg {
	/*background: url("https://img.shop-pro.jp/tmpl_img/26/footstamp_bg_checkitem.gif") repeat-y scroll 0 0 transparent;
	width: 564px;*/
  
	}

.footstamp .bg .middle {
	/*background: url("https://img.shop-pro.jp/tmpl_img/26/footstamp_top_checkitem.gif") no-repeat scroll 0 0 transparent;
	margin: 0;
	padding: 5px 0 0 0;*/
	}

.footstamp .bg .middle .pankuzuline {
	margin:0;
	padding:0 0 2px;
	}

.footstamp .bottom {
	/*background: url("https://img.shop-pro.jp/tmpl_img/26/footstamp_btm_checkitem.gif") no-repeat scroll 0 0 transparent;
	width: 564px;
	height:5px;*/
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	margin-bottom:40px;
	}

/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	text-align:center;
	color:#333333;
	}

#detail .expl {
	line-height:2em;
	text-align: left;
	margin: 10px 10px 5px 10px;
	}

#detail .main_img {
	padding: 4px;
	border:1px #dacdb9 solid;
	max-width: 320px;
	max-height: 320px;
	}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
	}
	
#detail .sub_tp {
	padding-top:18px;
	}

#detail .sub_clear {
	clear: left;
	}

#detail .sub img {
	width: 160px;
	padding: 4px;
	border:1px #dacdb9 solid;
	}

#detail .table {
	width: 400px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/detail_table_bg.jpg) left top repeat-y;
	text-align:left;
	margin:20px auto 30px;
	}

#detail .table .cell_1 {
	width: 130px;
	height: 28px;
	color: #6d2916;
	font-weight:bold;
	border-right: 2px #ffffff solid;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_2 {
	width: 270px;
	height: 28px;
	color: #6d2916;
	background:#f2ebe0;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:5px 0px 0px;
	margin:0px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
	margin:0px;
	color:#ff0000;
	font-weight:bold;
}

.discount_rate_detail {
	padding:0px 0px 5px;
	margin:0px;
	color:#ff0000;
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	padding:5px 10px;
	background:#f9f4eb;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
	}

#together img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	max-width: 160px;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;

	}

#trackback .tb_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	}


#trackback .tb_url {
	font-size:11px;
	padding:10px 13px;
	background:#f9f4eb;
	color:#6d2916;
	}

#trackback .tb {
	margin:0px 0px 5px;
	border:1px solid #dacdb9;
	}

#trackback .tb_date {
	font-size:80%;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	padding: 0px 10px 10px 10px;
	color:#6d2916;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #dacdb9;
	border-bottom: 1px dotted #dacdb9;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:5px;
	border-left: 1px solid #dacdb9;
	border-top: 1px solid #dacdb9;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
	margin:0px;
}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#ff0000;
}

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 564px;
	color:#333333;
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}


#ShopKeeper th {
	width: 160px;
	padding:10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:10px;
	text-align:left;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#f6eddf;
	border-bottom:#ffffff solid 1px;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#f6eddf;
	}

.txt-search strong,
.txt-hitNum strong {
	color:#6d2916;
	font-weight:bold;
	}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:15px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}
ul.product-linkList li {
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}

/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	color:#333333;
	margin-bottom: 15px;
	}

.pe_title {
	color: #432A16;
	border-top: 1px solid #dacdb9;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}
