@charset "euc-jp";

body {
  background-color: #fcfcfc;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #333333;
  font-family: "Klee One", cursive;
  font-size:15px;
  font-weight: 400;
  font-style: normal;
}
a {
  color: #333333;
}
a:hover {
  color: #5a5a5a;
  text-decoration:none;
}

#header{
    position: relative;
	height:70px;
}

#header .h_title{
	position: absolute;
	top:0px;
	left:0px;
}

.h_title img{
	width: 136px;
	height: 58px;
}

.side_title{
	margin:20px 0px 20px 13px;
}

#header .h_menu{
	position: absolute;
	top:0px;
	left:273px;
	display: flex;
	justify-content:space-between;
	flex-wrap :wrap;
	width:calc(100% - 280px);
	min-height: 40px;
}

#header_gra{
	position:fixed;
	background: linear-gradient(to bottom, #f1f1f1 0px, #fcfcfc 50px);
	width:100%;
	height:80px;
	z-index: -1; 
}


#header .h_menuSP {
	position: absolute;
	width: 42px;
	height: 42px;
	top: -1px;
	right: 6px;
	background-color: transparent;
	border-color: transparent;
	z-index: 9999;
	cursor: pointer;
}

.h_menuSP span {
    width: 100%;
    height: 3px;
    background-color: #7a7a7a;
    position: relative;
    transition: ease .2s;
    display: block;
}

.h_menuSP span:nth-child(1) {
  top: 0;
}

.h_menuSP span:nth-child(2) {
  margin: 6px 0;
}

.h_menuSP span:nth-child(3) {
  top: 0;
}

.sidemenu.active {
  transform: translateX(0);
}

.h_menuSP.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.h_menuSP.active span:nth-child(2) {
  opacity: 0;
}

.h_menuSP.active span{
	background-color: #fcfcfc;
}


.h_menuSP.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

.h_menuSP:after{
    display: block;
    content: "御品書";
    font-size: 8px;
    color: #000;
}




.h_navClose {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.5;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.h_navClose.active {
    display: block;
}

#side.active {
    transform: translateX(0);
}


#footer{
	display: flex;
	justify-content:center;
	flex-wrap :wrap;
	background: linear-gradient(to top, #eeeeee 10px, #fcfcfc);
	border-top: 1px solid #ccc;
	border-image: linear-gradient(to right, #fcfcfc 10%, #ccc 30%,#ccc 70%,#fcfcfc 90%) 1;
	padding-top:30px;
}

#footer div{

}
.f_sns{
	margin:0 40px 30px 40px;

}

.f_con{
	width:200px;
	margin:0 30px 50px 30px;
}

.f_con label{
	border-bottom:1px dotted #666;
	font-size:16px;
	font-weight:bold;
	padding:0 0 1px 3px;
	margin:0 0 10px 0;
}
.f_con ul{
	padding: 0;
	list-style: none;
	margin:10px 0 0 12px;
}

.f_con ul li{
	font-size:15px;
	font-weight:bold;
	margin:5px 0 0 0;
}


.f_sns ul{
	display:block;
    margin: 0;
    padding: 0;
    list-style: none;
	display: flex;
	justify-content:center;
}
.f_sns li{
  width:40px;
	margin:20px 4px 0px 4px;
}

.f_logo{
	display:block;
	width:100px;
	height:100px;
	margin:20px auto 0 auto;
}

.f_copyright{
	width:100%;
	text-align:center;
	font-size:11px;
	margin-bottom: 2px;
}



input, button, select, textarea {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}

.flat_text{
	width:calc(100% - 65px);
	height:23px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.flat_text:focus {
  outline: 0;
  border: 1px solid #bbb;
}



.search_details {
  position: relative; 
}


.search_details summary {
  list-style: none;       
  cursor: pointer;
  display: inline-block;  
}


.search_form {
  position: absolute;
  top: 100%; 
  right: 0;   
  display: block;
  white-space: nowrap; 
}

.flat_text_search {
  width: 150px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.flat_text_search:focus {
  outline: 0;
  border: 1px solid #bbb;
}





.myaccount-menu {
  display: flex;        
  align-items: center;     
  gap: 10px;           
}

.myaccount-menu li {
  list-style: none;      
}

.myaccount-menu a {
  display: flex;   
  align-items: center;  
  text-decoration: none; 
  color: inherit;
}

.myaccount-menu i {
  margin-right: 5px;       
}







/*
 * layout
 */
#wrapper {
	max-width: 1000px;
	position: relative;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */
#side{
	background-color:#fcfcfc;
}

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

ul.sidenew{
    margin: 0;
    padding: 0;
    list-style: none;
	display: flex;
	justify-content:center;
	flex-wrap :wrap;
	width:100%;
}

.sidenew li{
	width:113px;
	height:140px;
	margin:0 1px;
}
.sidenew li img{
	width:100%;
}
.sidenew li span{
	display:block;
	text-align:right;
	font-size:12px;
}

.sidenew img{
	aspect-ratio:1;
}

.sidemenu summary {
	border-bottom:1px solid #d6d9e0;
	background: linear-gradient(to bottom, #fafafa 45%, #ebebeb);
    list-style: none;
	margin: 0px;
    position: relative;
    display: block;
	padding: 14px 0 14px 42px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
    cursor: pointer;
}

.sidemenu label {
	display: block;
	border-bottom:1px solid #d6d9e0;
	background: linear-gradient(to bottom, #fafafa 45%, #ebebeb);
	margin: 0 0 0px 0;
	padding: 14px 0 14px 42px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	position: relative;
    cursor: pointer;
    text-align: left;
}

.sidemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidemenu li {
    border-bottom: 1px solid #cccccc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	font-weight: bold;
	line-height: 16px;
    padding: 12px 0px 12px 42px;
	margin:0 0 0 8px;
}

.sidemenu a {
    display: block;
    text-decoration: none;

}




.sidemenu label::before,
.sidemenu summary::before{
	position: absolute;
	top: 12px;
	left: 10px;
}

.sidemenu summary::after{
	position: absolute;
	top: 12px;
	right: 8px;
	content:url('https://img21.shop-pro.jp/PA01483/417/etc/ico_down.png');

}


.sidemenu .ico_heart::before{
	content:url('https://img21.shop-pro.jp/PA01483/417/etc/ico_heart.png?cmsp_timestamp=20240722094207');
}
.sidemenu .ico_kimono::before{
	content:url('https://img21.shop-pro.jp/PA01483/417/etc/ico_kimono.png');
}
.sidemenu .ico_obi::before{
	content:url('https://img21.shop-pro.jp/PA01483/417/etc/ico_obi.png');
}
.sidemenu .ico_komono::before{
	content:url('https://img21.shop-pro.jp/PA01483/417/etc/ico_komono.png');
}
.sidemenu .ico_kegawa::before{
	content:url('https://img21.shop-pro.jp/PA01483/417/etc/ico_kegawa.png');
}
.sidemenu .ico_blog::before{
	content:url('https://img21.shop-pro.jp/PA01483/417/etc_base64/YmxvZ2ljb24.png?cmsp_timestamp=20241121112043');
}


.sidemenu li a {
}

.sidelabel {
	font-size: 16px;
	margin:20px 0 15px 0;

    background: linear-gradient(
    transparent 0.6em,
    #dddddd 0, #dddddd calc(0.6em + 1px),
    transparent 0, transparent calc(0.6em + 3px),
    #dddddd 0, #dddddd calc(0.6em + 4px),
    transparent 0
    );
}

.sidelabel span{
	margin-left:20px;
	padding:0 11px;
	background:#fcfcfc;
}

ul.sidegroup{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidegroup li{
	font-size: 15px;
	line-height:15px;
	margin:13px 0 10px 15px;
}


/*
 * 商品一覧
 */
.item_name_list{

	height:61px;
	line-height: 1.3;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.item_price_list{
	text-align:right;
	margin-top: 2px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

.mar_r_60 { margin-right: 60px; }
.mar_r_65 { margin-right: 65px; }


/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }


#header .h_menuSP {
    display: none;
}

.productlist-unit img,
.history-unit img{
 	width:100%;
  	aspect-ratio:1;
}


@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
	padding-left: 0; 
  }

	#header .h_menuSP {
	    display: block;
	}

	#header .menu_cm_sp{
		position: absolute;
		top:7px;
		right:57px;
	}

	#side{
		position: absolute;
		top: 0px;
		left: 0;
		width:250px;
		transform: translateX(-100%);
		z-index: 10;
		padding-bottom: 30px;
	}

}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }
.icon-favorite { background-position: -60px -16px; }
.icon-lg-b.icon-favorite { background-position: -68px -24px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
