@charset "utf-8";
/* 全体用 */
*{margin:0;padding:0;	box-sizing: border-box;}
article, header, footer, aside, figure, figcaption, nav, section, main { display:block;}
html{height: 100%;}
body{
	font-size: 15px;
  font-family: "游ゴシック体"," 游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  height: 100%;
  width: 100%;
  color: #222;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  letter-spacing: 1px;
}
h1,h2,h3,h4,h5{margin: 0;}
p{margin:0;padding:0;}
ul li{list-style: none;}
ol,ul{list-style: none;list-style-type: none;}
.clear{clear: both;}
main{margin: 0 auto;display: block;}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a{
  text-decoration: none;
  outline: none;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  color: #222;
}
a:hover, .catelist1 li:hover a{
  color: #a2a187;
}
a:hover img, .c_catelist li:hover a{
  opacity: 0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}
.flexlist{display: flex;}
.center{text-align: center;}
.right{text-align: right;}
.inner{
	margin: 0 auto;
	width: 90vw;
	max-width: 1200px;
}
.sp{display: none !important;}
.flexlist{display: flex;}
.mgt10{margin-top:10px !important}
.mgt30{margin-top:30px !important}
.mgt0{margin-top:0 !important}
.mgb5{margin-bottom: 5px;}
.inner{
	width: 90%;
	margin: auto;
	max-width: 1200px;
}
.imgmax{
	width: 100%;
	height: auto;
	line-height: 1rem;
	display: block;
}
/*メインflex*/
.wrapper{
	width: 80%;
	max-width: 1200px;
	margin: 20px auto;
}
.mainarea{flex: 1;}
.mainarea2{
	margin: 40px auto;
	max-width: 1200px;
	width: 80%;
}

/*ヘッダー*/
.hedtop{
	display: flex;
	padding: 7px 0 0;
	font-size: 13px;
	max-width: 1300px;
	width: 90%;
	margin: 0px auto 0px;
}
.htnav{
	display: flex;
	margin: 0 0 0 auto;
	width: 391px;
}
.htnav a{
	padding: 0 13px;
	border-right: solid 1px #85d2d7;
	color:#5a5a44;
}
.htnav li:last-child a{
	border-right: none;
	padding-right: 0;
}
.hedtop .hedtoptitle{
	font-size: 12px;
	font-weight: normal;
	color: #888768;
}
.hedlogoarea{
	display: flex;
	width: 90%;
	margin: 5px auto 5px;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
}
.hedlogoarea h1{
	width: 220px;
}
.hd-btm__logo{
	width: 220px;
}
.hedlogoarea div{
	align-items: center;
}
.hedtel1{
	font-size: 14px;
	position: relative;
}
.hedtel1::before{
	content: "";
	background: url(https://farbe.itembox.cloud/item/images/common/telicon.svg) no-repeat;
	width: 100%;
	top: -4px;
  left: -34px;
  height: 28px;
	position: absolute;
}
.hedtel2{
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 20px;
}
.hedtel2 span{
	font-size: 11px;
	display: block;
	letter-spacing: 0;
}
.hedtel3{
	width: 200px;
}
.hednav{
	background: #84d2d7;
}
.headnavinner{
	width: 90%;
	align-items: center;
	margin: 0 auto;
	justify-content: space-between;
	max-width: 1040px;
}
.hednav a, .menu__mega{
	padding: 5px 20px;
	display: block;
	color: #fff!important;
	font-weight: bold;
	text-shadow: 0px 0px 2px #00a5a7;
	font-size: 16px;
	white-space: nowrap;
}
.menu__mega:hover{
	cursor: pointer;
}
.hednav a:hover{
	text-shadow: 0px 0px 4px #dcdace;
}
.cartbtn{
	margin: 7px 0;
}
.cartbtn a{
	padding: 3px 10px 2px 9px;
	background: #fff;
	color: #656558!important;
	text-shadow: none;
	border-radius: 2px;
	font-size: 15px;
}
.cartbtn img{
	width: 20px;
	margin: 0 10px 3px 0;
}
.cartbtn a:hover{
	text-shadow: inherit;
}
.cartbtn:hover a{
	background: #fbf8e6;
}
/*メニュー展開*/
.menu__mega{
	position: relative;
	padding-left: 30px;
}
.menu__mega span{
	position: relative;
}
@media screen and (min-width:1050px){
.cartbtn a{min-width: 175px;}
}
@media screen and (max-width:1050px){
 .hednav a, .menu__mega{font-size: 15px; padding: 5px 10px;}
 .htnav a{padding: 0 10px}
 }
 @media screen and (max-width:1000px){
 .hedtop .hedtoptitle{font-size: 11px;}
 .headnavinner{width: 89%;}
 .hedtop{font-size: 12px;}
 .hedtel1{font-size: 12px;margin-right: 10px;padding-top: 5px;}
 .hedtel1::before{top: 2px;}
 .hedtel2{font-size: 11px;position: absolute;bottom: -6px; right: 10px;width: 100%;font-weight: normal;}
 .telarea{position: relative;padding:0 60px 15px 0;}
 .hedtel2 span{display: inline;}
.hedtel2 span{font-size: 11px;}
.hedtel3{width: 170px;}
.cartbtn{width: 40px;}
.cartbtn a{width: 40px!important;text-align: center;}
.cartbtn img{margin-right: 5px!important;}
}
@media screen and (max-width:900px){
 .headnavinner{width: 92%;}
 .hednav a, .menu__mega{font-size: 14px;}
 }
.menu__mega span::before{
  content: "";
  background: url(https://farbe.itembox.cloud/item/images/common/arrow-down-pc.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translate(0,-50%);
}
.hednav .menu__mega:hover .menu__second-level{
	visibility: visible;
	opacity: 1;
	z-index:998;
}
.hednav .menu__second-level{
	visibility: hidden;
	opacity: 0;
	text-shadow: none;
	position: absolute;
	box-sizing: border-box;
	background: #fff;
	transition: .2s;
	z-index: -1;
	border-radius: 3px;
	border: 1px solid #bbe5e8;
	border-top: none;
	top:31px;
	left: -50px;
	padding: 5px 5px 0;
	width: 200px;
}
.hednav .menu__second-level li{
	text-align:center;
	left:0;
	font-size: 10px;
	line-height: 1.4;
	border-bottom: 1px dotted #bbe5e8;
	box-sizing: border-box;
}
.hednav .menu__second-level li a{
	padding: 9px 5px 8px;
	display: block;
	letter-spacing: 0;
	text-shadow: none;
	color: #222!important;
	font-weight: normal;
	font-size: 14px;
}
.hednav .menu__second-level li a:hover{
  color: #a2a187;
}
.hednav .menu__second-level li:last-child{
	border-bottom: none;
}
.hednav .menu__second-level.ms1{
	padding: 10px 40px 35px;
	width: 80vw;
	max-width: 1000px;
	box-sizing: border-box;
	justify-content: space-around;
	left: -8vw;
	cursor: default;
}
.hednav .menu__second-level.ms1 ul{
	padding-left: 15px;
	border-left: solid 1px #bbe5e8;
}
.hednav .menu__second-level.ms1 li{
	border-bottom: none;
	text-align: left;
}
.hednav .menu__second-level.ms1 p, .hednav .menu__second-level.ms1 a{
	color: #222;
	padding: 0;
	display: block;
	text-shadow: none;
}
.ms1 p{
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}
.ms1 p:hover a{
  color: #a2a187!important;
}
.ms1 li a{
	margin-top: 15px;
}
.ms1 li:first-child a{
	margin-top: 10px;
}
@media screen and (max-width:1000px){
.hednav .menu__second-level{top:30px;}
.menu__second-level.ms1{margin: 0;left: -5vw;width: 95vw;	padding: 10px 0px 30px;}
.menu__second-level.ms2{left: -80px;}
}

/*下部固定チャット*/
#chat{
  position:fixed;
  bottom:-100px;
  right:20px;
  z-index:998;
	width: 250px;
}


/*フッター*/
footer{
	position: relative;
	background: #fbfaf8;
	z-index:999;
}
footer::before{
	content: "";
	background: url(https://farbe.itembox.cloud/item/images/top/line.svg);
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 4px;
	position: absolute;
}
.foottoparea{
	width: 80%;
	max-width: 1200px;
	margin: 40px auto;
}
footer .inner{
	width: 90%;
	margin: 100px auto 0px;
	padding-top: 45px;
}
.logoarea h2{
	width: 210px;
	margin:0 auto 21px;
}
.footsns{
	justify-content: center;
	align-items: center;
}
.footsns li{
	margin-right: 17px;
	width: 25px;
}
.footsns li:last-child{
	margin-right: 0;
}
.footsns i{
	font-size: 27px;
	color: #b5b4a0;
}
.footright{
	margin-top: 45px;
}
.footnav{
	flex-wrap: wrap;
	max-width: 760px;
	margin: auto;
}
.footnav li{
	width: 25%;
	white-space: nowrap;
	margin-bottom: 7px;
}
.footnav li a{
	font-size: 13px;
	position: relative;
	padding-left: 15px;
}
.footnav li a::before{
  content: "";
  background: url(https://farbe.itembox.cloud/item/images/common/arrow-right-pc.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 7px;
  height: 13px;
}
.footnavbottom{
	justify-content: center;
	margin: 45px auto 20px;
}
.footnavbottom li{
	padding: 0 40px;
	border-right:  solid 1px #85d2d7;
	line-height: 1.2em;
}
.footnavbottom li a{
	font-size: 13px;
}
.footnavbottom li:last-child{
	border-right: none;
}
.footpaymentbottom{
    justify-content: center;
    margin: 20px auto 20px;
}
.footpaymentbottom li{
    padding: 0 10px;
}
.copyarea{
	font-size: 12px;padding-bottom: 1px;
	text-align: center;
	background: #85d2d7;
	color: #fff;
	margin-top: 10px;
}
@media screen and (max-width:1100px){
  .wrapper{width: 90%;}
  .foottoparea{width: 90%;}
}
@media screen and (max-width:1000px){
	.sidearea{display: none;}
	.wrapper{width: 80%;}
  .foottoparea{width: 80%;}
	.middle{display: none;}
	.mainarea2{width: 90%;}
}
@media screen and (max-width:900px){
  .foottoparea{width: 90%;}
	.wrapper{width: 90%;}
}
@media screen and (min-width:1000px){
.hamburger, .hamberger{display: none!important;}
}


/*サイド*/
.sidearea{
	width: 220px;
	margin-right: 40px;
}

.sidearea p{
	margin-top: 15px;
}
.side_catelist{
	margin-bottom:60px;
}
.side_catelist li img{
	width: 30px;
	vertical-align: middle;
	padding-bottom: 4px;
	margin-right: 10px;
	filter: drop-shadow(1px 1px 1px #b5b4a0);
}
.sidearea h2{
	font-size: 17px;
	font-weight: bold;
	margin:40px 0 10px;
	border-bottom: dotted 1px #a2a183;
}
#searchform{
  position:relative;
  margin-bottom:50px;
  margin-top: 0px;
}
#sbox{
	height:29px;
	padding:3px 10px 0;
	position:absolute;
	left:0;
	top:0;
	border-radius:2px;
	outline:0;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #a2a187;
}
#sbtn{
	position:absolute;
	right: 10px;
	top:1px;
	background:none;
	color:#666;
	border:none;
	font-size:16px;
}
#sbtn:hover{
  color:#a2a187;
  cursor: pointer;
}
.fa-search:before{
	color: #85d2d7;
}
.searchside li{
	margin-bottom: 8px;
}
.searchside li span{
	font-weight: bold;
	margin-right: 5px;
	color: #a2a187;
}
.searchside li a{
	font-size: 16px;
}
.searchside .season{
	justify-content: space-between;
}
.searchside .season li{
	width: 23%;
}
.design, .selecttag{
	flex-wrap: wrap;
}
.design li{
	background: #f9f8f4;
	width: 48%;
	text-align: center;
	letter-spacing: 0;
	margin-right: 2%;
	margin-bottom:7px;
	border: solid 1px #d8d8c8;
}
.design li:nth-child(2n){
	margin-right: 0;
}
.design li a{
	font-size: 12px;
	padding: 0 3px;
	display: block;
}
.selecttag{
	margin-bottom:35px;
}
.selecttag li{
	width: 50%;
	letter-spacing: 0;
	margin-bottom: 0;
}
.selecttag li a{
	font-size: 13px;
}

/*ボタン*/
.readmorebtn{
	text-align: center;
	background: #85d2d7;
	margin: 50px auto 0;
	width: 280px;
	border-radius: 2px;
}
.readmorebtn2{
	width: 60%;
	background: #dc9051;
}
.readmorebtn:hover{
	background: #b5b4a0;
}
.readmorebtn a{
	font-size: 18px;
	font-family: 'Noto Sans JP', serif;
	padding: 8px 0;
	display: block;
	color: #fff!important;
}
.readmorebtn2 a{
	padding: 10px 0;
}
.readmorebtn span img{
	width: 28px;
  margin-left: 7px;
  padding-bottom: 11px;
}


/* FS内部設定用 */

.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
}
.sidearea {
	width: 220px;
	margin-right: 40px;
}
.mainarea {
	flex: 1;
	overflow: hidden;
}
.slim-colum {
    width: 85%;
    max-width: 800px;
    margin: 0 auto 100px;
    padding-top: 30px;
}
.mininner {
    width: 85%;
    max-width: 1150px;
    margin: 0 auto 100px;
    padding-top: 30px;
}

/*追記*/
.fs-c-breadcrumb__list{
	font-size: 12px;
	padding: 0;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName{
	padding: 0 5px;
}

#chatplusview.float.chatplusview-modern.closed{
	z-index:99;
}
.headnavinner .cartbtn{
	position: relative;
}
.fs-client-cart-count {
	background: #dc9051;
	border-radius: 1em;
	color: #fff !important;
	font-size: 12px !important;
	line-height: 1;
	padding: .26em .54em .25em;
	position: absolute;
	top: -4px;
	left: 16px;
}


.guestname{
	margin-top: 25px;
}
.fatnavusermenu{
	display:flex;
	margin-top: 15px;
	justify-content: center;
	border-bottom:1px dashed #e6e6e6;
	padding-bottom:7px;
}
.fatnavusermenu li{
	font-size: 13px;
}
.fatnavusermenu li span{
	padding:0 10px;
	position: relative;
}
.fatnavusermenu li span::before{
	position: absolute;
	top: 2px;
	right: 0;
	width: 1px;
	height: 9px;
	background: #2b2b2b;
	content: "";
}
.fatnavusermenu li:last-child span::before{
	content:none;
}
.guestarea{
	line-height: 1.8;
	font-size: 13px;
	margin-left:12px;
}
.guestarea-point{
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 5px;
}
.navi-links {
  margin-top: 15px;
  padding: 15px;
  background: #f9f8f6;
  border: solid 1px #dedede;
}
.farbelink_catch {
  text-align: center;
  font-size: 11px !important;
  border: none !important;
  margin: 0 0 10px !important;
}
.farbelink_catch::before,
.navi-link-farbe::before {
  content: none !important;
}
.navi-link-farbe{
	margin: 0 !important;
}
.navi-bk a{
	color: #222!important;
}
.navi-link-farbe a {
  color: #fff !important;
  padding: 8px 0 6px !important;
  text-align: center;
  font-size: 12px !important;
}
.navi-link-interior a{
  background: #777370 !important;
}
.navi-link-oiwai a {
  background: #f9dc24 !important;
  color: #777370;
}
p.navi-link-farbe.navi-link-oiwai {
    margin-top: 10px;
}
.navi-link-farbe .fas {
  margin-right: .3em;
}



/* ポップアップ用 */
#popup-div{
display: none;
background-color: #fff;
position: fixed;
padding: 12px;
border-radius: 10px;
z-index: 9999;
box-shadow: rgb(0 0 0 / 20%) 0px 4px 20px, rgb(255 255 255 / 20%) 0px 0px 0px 1px inset !important;
font-size:14px;
line-height:1.4;
}
/* ポップアップ内タイトル */
#popup-div .popup-title{
font-weight: bold;
margin-bottom:8px;
font-size:1.08em;
}
/* ポップアップ内本文 */
#popup-div .popup-body{

}
#popup-div .popup-body img{
margin:5px 0
}
/* ポップアップ内閉じるボタン */
.popup-hide-btn{
cursor: pointer;
position: absolute;
top:3px;
right:7px;
font-size:23px;
}
.popup-hide-btn::before{
font-family: "Font Awesome 5 Pro";
font-weight: 400;
content: "\f057";
color:#525252;
}
#popup-div{
right: 24px !important;
bottom: 110px !important;
width: 320px !important;
}	



	/* -----------------カレンダー----------------- */
.calenderarea{
	margin-top:	65px;
}

.calendar{
	display: flex;
	justify-content: center;
}
#calendarTable{
	width:220px;
	margin: 13px;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}
#calendarTable tr:nth-of-type(n+3){
	border-bottom: 1px solid #e1e1e1;
}
#calendarTable th.calendarHeader{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: none;
	font-weight: normal;
}
#calendarTable th{
	padding:5px;
	font-size:12px;
	font-weight:normal;
}
#calendarTable td{
	padding:5px;
	text-align:center;
	font-size:12px;
	width:14%;
	vertical-align:top;
}
.calendarHeader{
	letter-spacing: 0.1em;
}
.youbi_6{
	background: #d6d5c5 !important;
}
.youbi_0,.public_holiday,.closed{
	background: #d6d5c5 !important;
}
#calendarTable tr:nth-child(2) .youbi_6{
	background:none !important;
}
#calendarTable tr:nth-child(2) .youbi_0{
	background:none !important;
}
.today{
	border: 2px solid #6d0303;
}
.kyugyoubi {
	margin-top: 0px !important;
	font-size: 10px;
	text-align: center;
}
.kyugyoubi span{
	background: #d6d5c5;
	padding: 5px;
}


.tag-title{
	font-size: 17px;
    font-weight: bold;
    margin: 0px 0 10px;
    border-bottom: dotted 1px #a2a183;
}
.keyword-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:16px;
}
.keyword-list li{
	width: 50%;
	letter-spacing: 0;
	margin-bottom: 0;
}
.keyword-list li a{
	font-size: 13px;
}
.keyword-list li a:before{
	content:"#";
	font-weight: bold;
	margin-right: 5px;
	color: #a2a187;
	padding-right: 0px;
}
/* YouTube */
.y-tube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.y-tube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}