/* 共通設定 */
/* --- Reset Start --- 各ブラウザ間の表示を統一する為の記述です --- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td,select,option {margin:0px; padding:0px;}
table {border-collapse:collapse; border-spacing:0px;}
fieldset,img {border:0px;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:13px;}
q:before,q:after {content:'';}
abbr,acronym {border:0px;}
   
body * {line-height:1.22em; word-break:break-all;}
/* 各フォントサイズ毎に行間を算出する指定です。 */
/* --- Reset End --- */
body {
  font-family:"Yu Gothic","YuGothic","HiraMinProN-W3","YuMincho", "Hiragino Kaku Gothic Pro W4","ヒラギノ角ゴ Pro W4", "Century Gothic", "ＭＳ Ｐゴシック", Osaka, serif;
  line-height:170%;
  margin:0px;
  padding:0px;
  font-weight:500;
  text-align:center;
  font-size:13px;
  color:#333333;
  -webkit-text-size-adjust: 100%; /* モバイル端末で文字調整OFF */
}

img {  vertical-align:bottom;}

.bold {  font-weight:bold;}

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

a,div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* iosでタップ時の灰色背景消す */
}
a:link,
a:visited,
a:active  {color:#333333;text-decoration:none;}
a:hover   {color:#ee0000;text-decoration:underline;}

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

#header {
  margin-bottom:10px;
  border-top:2px solid #c489ff;
  min-width:950px;
}
.width_950 {
  margin:0px auto;
  max-width:950px;
  text-align:left;
}
.headerTop{
  display: flex;
  justify-content: space-between;
}
.title_head {
  width:350px;
  font-size:17px;
  font-family:Yu Mincho,YuMincho;
  margin:0;
  font-weight:bold;
  flex-shrink: 0;
}

.topmenu {
  width:600px;
  text-align:right;
  letter-spacing: -.4em; /* inline-blockで発生する隙間を埋める */
}
.topmenu li{
  display:inline-block;
  font-size:15px;
  letter-spacing: normal; /* -.4emで詰めた行間を戻す */
}
.topmenu li a         {color:#5d5d5d; font-weight:bold;}
.topmenu li a:link,
.topmenu li a:visited,
.topmenu li a:active  {color:#5d5d5d; font-weight:bold; text-decoration:none;}
.topmenu li a:hover   {color:#b0b0b0; font-weight:bold; text-decoration:underline;}

.login_name{ /* 氏名が11文字以上で省略 */
  display: inline-block;
  vertical-align:top;
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title {
  font-weight:bold;
  text-align:left;
  margin-bottom:5px;
  color:#020184;
  font-size:44px;
  display: flex;
  justify-content: space-between;
}

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

.shop_title{
  display: flex;
  align-items: center;
  width:35%;
}
.title img{
  width:100%;
}

/* フリーダイヤルの位置 */
.other_info{
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#freedial {
  width:90%; /* 横幅を割合で指定 */
}
.other_order {
  font-size:15px;
  font-family:Yu Mincho,YuMincho;
  font-weight:bold;
  margin-top: 5px;
}
.other_order a {
  color:#333333 !important;
  text-decoration:underline !important;
}
.other_order a:hover{
  opacity:0.7;
}

/* 店舗情報 */
#tenpo {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.tenpo {
	display:block;
	padding: 20px 10px 20px 10px;
    font-size:22px;
    font-family:Yu Mincho,YuMincho;
    font-weight:bold;
	text-align: center;
	text-decoration: none;
	color: #c489ff !important;
    background:#ffffff;
	border: 2px solid #c489ff;
	border-radius: 20px;
	transition: .4s;
	}
a.tenpo:hover {color: #fff; opacity:0.7;}

/* グローバルメニュー全体 */
.gbn {
    display: flex;
  display:-webkit-box;
  -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
    justify-content: space-between;
  -webkit-box-pack: justify;
    font-family:Yu Mincho,YuMincho;
    font-weight:bold;
    font-size:13px;
    }
a.gbn_common {
  display: block;
  position: relative;
  width: 115px;
  font-size:22px;
  padding: 0.3em 0.2em 0.3em 0.2em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
a.gbn_common:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background : #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}
a.gbn_common:hover:after {height: 200%; opacity: 1;}
/* //グローバルメニュー全体 */

/* 出産内祝いグローバルメニュー */
.shussan {
  position:relative;
}
.shussan a.gbn1:hover + .shussan_menu {
  visibility: visible;
  opacity: 1;
  transition: .4s;
}
.shussan .shussan_menu {
  display:block;
  visibility: hidden;
  opacity: 0;
  z-index:998;
  position:absolute;
  transition: .2s;
  width:256px;
  top:41px;
  left:0px;
  font-size:15px;
  border:2px solid #ff7fff;
  border-radius:2px;
  background:#ffefff;
}
.shussan .shussan_menu:hover {
  visibility: visible;
  opacity: 1;
}
.shussan .shussan_menu:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 67.9px;
 	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #ffefff;
 	z-index: 998;
    pointer-events: none;
}
.shussan .shussan_menu:after{
	content: "";
	position: absolute;
	top: -22px;
	left: 67.9px;
 	margin-left: -17px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ff7fff;
 	z-index: 997;
    pointer-events: none;
}
a.gbn1 {
  border:1px solid #ff7fff;
  background: #ff7fff;
}
a.gbn1:hover {color: #ff7fff;}
/* //出産内祝いグローバルメニュー */

/* 結婚内祝いグローバルメニュー */
.kekkon {
  position:relative;
}
.kekkon a.gbn2:hover + .kekkon_menu {
  visibility: visible;
  opacity: 1;
  transition: .4s;
}
.kekkon .kekkon_menu {
  display:block;
  visibility: hidden;
  opacity: 0;
  z-index:998;
  position:absolute;
  transition: .2s;
  width:256px;
  top:41px;
  left:-67.1px;
  font-size:15px;
  border:2px solid #ff7fbf;
  border-radius:2px;
  background:#ffeff7;
}
.kekkon .kekkon_menu:hover {
  visibility: visible;
  opacity: 1;
}
.kekkon .kekkon_menu:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 135px;
 	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #ffeff7;
 	z-index: 998;
    pointer-events: none;
}
.kekkon .kekkon_menu:after{
	content: "";
	position: absolute;
	top: -22px;
	left: 135px;
 	margin-left: -17px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ff7fbf;
 	z-index: 997;
    pointer-events: none;
}
a.gbn2 {
  border:1px solid #ff7fbf;
  background: #ff7fbf;
}
a.gbn2:hover {color: #ff7fbf;}
/* //結婚内祝いグローバルメニュー */

/* 快気祝いグローバルメニュー */
.kaiki {
  position:relative;
}
.kaiki a.gbn3:hover + .kaiki_menu {
  visibility: visible;
  opacity: 1;
  transition: .4s;
}
.kaiki .kaiki_menu {
  display:block;
  visibility: hidden;
  opacity: 0;
  z-index:998;
  position:absolute;
  transition: .2s;
  width:256px;
  top:41px;
  left:-67.1px;
  font-size:15px;
  border:2px solid #38b48b;
  border-radius:2px;
  background:#efffef;
}
.kaiki .kaiki_menu:hover {
  visibility: visible;
  opacity: 1;
}
.kaiki .kaiki_menu:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 135px;
 	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #efffef;
 	z-index: 998;
    pointer-events: none;
}
.kaiki .kaiki_menu:after{
	content: "";
	position: absolute;
	top: -22px;
	left: 135px;
 	margin-left: -17px;
	border: 10px solid transparent;
	border-bottom: 10px solid #38b48b;
 	z-index: 997;
    pointer-events: none;
}
a.gbn3 {
  border:1px solid #38b48b;
  background: #38b48b;
}
a.gbn3:hover {color: #38b48b;}
/* //快気祝いグローバルメニュー */

/* 新築内祝いグローバルメニュー */
.shinchiku {
  position:relative;
}
.shinchiku a.gbn4:hover + .shinchiku_menu {
  visibility: visible;
  opacity: 1;
  transition: .4s;
}
.shinchiku .shinchiku_menu {
  display:block;
  visibility: hidden;
  opacity: 0;
  z-index:998;
  position:absolute;
  transition: .2s;
  width:256px;
  top:41px;
  left:-67.1px;
  font-size:15px;
  border:2px solid #2ca9e1;
  border-radius:2px;
  background:#eff7ff;
}
.shinchiku .shinchiku_menu:hover {
  visibility: visible;
  opacity: 1;
}
.shinchiku .shinchiku_menu:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 135px;
 	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #eff7ff;
 	z-index: 998;
    pointer-events: none;
}
.shinchiku .shinchiku_menu:after{
	content: "";
	position: absolute;
	top: -22px;
	left: 135px;
 	margin-left: -17px;
	border: 10px solid transparent;
	border-bottom: 10px solid #2ca9e1;
 	z-index: 997;
    pointer-events: none;
}
a.gbn4 {
  border:1px solid #2ca9e1;
  background: #2ca9e1;
}
a.gbn4:hover {color: #2ca9e1;}
/* //新築内祝いグローバルメニュー */

/* 香典返しグローバルメニュー */
.houyou {
  position:relative;
}
.houyou a.gbn5:hover + .houyou_menu {
  visibility: visible;
  opacity: 1;
  transition: .4s;
}
.houyou .houyou_menu {
  display:block;
  visibility: hidden;
  opacity: 0;
  z-index:998;
  position:absolute;
  transition: .2s;
  width:256px;
  top:41px;
  left:-67.1px;
  font-size:15px;
  border:2px solid #7f7fff;
  border-radius:2px;
  background:#efefff;
}
.houyou .houyou_menu:hover {
  visibility: visible;
  opacity: 1;
}
.houyou .houyou_menu:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 135px;
 	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #efefff;
 	z-index: 998;
    pointer-events: none;
}
.houyou .houyou_menu:after{
	content: "";
	position: absolute;
	top: -22px;
	left: 135px;
 	margin-left: -17px;
	border: 10px solid transparent;
	border-bottom: 10px solid #7f7fff;
 	z-index: 997;
    pointer-events: none;
}
a.gbn5 {
  border:1px solid #7f7fff;
  background: #7f7fff;
}
a.gbn5:hover {color: #7f7fff;}
/* //香典返しグローバルメニュー */

/* 探すグローバルメニュー */
.sagasu {
  position:relative;
}
.sagasu a.gbn6:hover + .sagasu_menu {
  visibility: visible;
  opacity: 1;
  transition: .4s;
}
.sagasu .sagasu_menu {
  display:block;
  visibility: hidden;
  opacity: 0;
  z-index:998;
  position:absolute;
  transition: .2s;
  width:946px;
  top:41px;
  left:-666.5px;
  font-size:15px;
  border:2px solid #ffbf7f;
  border-radius:2px;
  background:#fff7ef;
}
.sagasu .sagasu_menu:hover {
  visibility: visible;
  opacity: 1;
}
.sagasu .sagasu_menu:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 735px;
 	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff7ef;
 	z-index: 998;
    pointer-events: none;
}
.sagasu .sagasu_menu:after{
	content: "";
	position: absolute;
	top: -22px;
	left: 735px;
 	margin-left: -17px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ffbf7f;
 	z-index: 997;
    pointer-events: none;
}
a.gbn6 {
  border:1px solid #ffbf7f;
  background: #ffbf7f;
  cursor: pointer; /* カーソルを指に */
}
a.gbn6:hover {color: #ffbf7f;}

.gbn6_menulist{
  padding:20px;
}
.gbn6_menulist > li{
  margin-bottom:10px;
}
.gbn6_menulist li h3{
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ffbf7f;
  font-size:15px;
}

.gbn6_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.gbn6_list li{
  width:146px;
  min-height:35px;
  padding:0 5px 5px 0;
}
/* //探すグローバルメニュー */

/* グローバルメニュー全体 */
.gbn_menuname a{
  display:inline-block;
  width:220px;
  font-size:16px;
  color:#FFFFFF;
  background:#ff7fff; /* 色はメニューによって変える */
  padding:8px;
  text-align:center;
  margin:5px 10px 5px 10px;
}
.gbn_menuname a:hover {
  opacity:0.7;
  text-decoration:none;
}
.gbn_menulist {
  margin:5px 10px 15px 10px;
}
.gbn_menulist li {
  margin-bottom:5px;
}
/* //グローバルメニュー全体 */

/* カートの中身（マウスオーバーで表示） */
.cart_view {
  position:relative;
}
.cart_view a.cart_view_link{
  display: block;
  width: 150px;
  height:42px;
  font-size:16px;
  text-decoration: none;
  color: #020184;
  transition: .4s;
  background:url("https://img21.shop-pro.jp/PA01422/322/etc/cart.png");
  z-index: 1;
  position:relative;
}
.cart_view a.cart_view_link:hover {
  opacity:0.7;
}
.cart_view a.cart_view_link:hover + .cart_view_box {
  visibility: visible;
  opacity: 1;
  transition: .4s;
}
.cart_view a.cart_view_link span {
  width:50px;
  top:3px;
  left:1.5px;
  text-align:center;
  position: absolute;
}
.cart_view .cart_view_box {
  display:block;
  visibility: hidden;
  opacity: 0;
  z-index:998;
  position:absolute;
  transition: .2s;
  width:216px;
  top:41px;
  left:-70px;
  border:2px solid #ffa851;
  border-radius:2px;
  background:#FFFFFF;
}
.cart_view .cart_view_box:hover {
  visibility: visible;
  opacity: 1;
}
.cart_view .cart_view_box:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 145px;
 	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #FFF;
 	z-index: 998;
    pointer-events: none;
}
.cart_view .cart_view_box:after{
	content: "";
	position: absolute;
	top: -22px;
	left: 145px;
 	margin-left: -17px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ffa851;
 	z-index: 997;
    pointer-events: none;
}
.view_incart_name {
	text-align:left;
}
.view_subtotal {
	padding:5px !important;
}
.view_stotal {
	text-align:right;
}
.view_total {
	padding:5px !important;
	border-top:1px dotted #C3C3C3;
	text-align:right;
	margin:0;
}
.view_postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	padding:5px !important;
}
.view_postage li {
	margin:5px !important;
	color:red;
	text-align:left;
}
.view_cartbutton a{
  display:inline-block;
  width:152px;
  border:1px solid #c489ff;
  border-radius:1px;
  font-size:15px;
  color:#333333;
  padding:3px;
  text-align:center;
  margin:0 28px 5px 28px;
}
.view_cartbutton a:hover {
  opacity:0.7;
  text-decoration:none;
}
.view_empty {
  padding:5px;
  text-align:center;
  font-size:13px;
  color:#333333;
}
/* //カートの中身（マウスオーバーで表示） */

.menu_1 {
	width:950px;
	height:150px;
	padding:0px 5px 0px 0px;
	margin:0px;
	line-height:0em;
	text-align:right;
	font-size:10px;
	}
	
.menu_1 img{
	vertical-align:top;
	}

.menu_1 a,
.menu_1 a:link,
.menu_1 a:visited,
.menu_1 a:active,
.menu_1 a:hover   {color:#FFFFFF; text-decoration:underline;}

#linkSpacer{
	margin:0px 5px 0px 5px;
	}

/* 区切りのプロパティ */
hr {
   border-width: 5px 0px 0px 0px;
   border-style: solid;
   border-color: #c489ff;
}

/* Contents */
#container {}

/* ------------ 
 *	商品検索
 * ------------ */
.select-wrap{
  position: relative;
  display: inline-block;
}
.select-wrap:before{
  position: absolute;
  top: 10px;
  right: 13px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #c489ff;
  pointer-events: none;
}

.search_form_select { /* 一番上の検索ボックス */
  width:175px;
  height:30px;
  margin-right:5px;
  font-family:Yu Mincho,YuMincho;
  font-size:14px;
  font-weight:bold;
  border:none;
  text-overflow:ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  background:#ffffff;
}
.select-wrap select::-ms-expand {
  display: none;
}

.search_form_input {
  width:690px;
  height:30px;
  margin-right:5px;
  font-family:Yu Mincho,YuMincho;
  font-size:14px;
  font-weight:bold;
  border:none;
  padding:0 5px;
}

.search_area {
  min-width:950px;
  padding:10px 0px;
  margin: 5px auto;
  background:#c489ff;
}

.search_form_button {
  display: inline-block;
  width:63px;
  height:30px;
  border-radius: 5%;
  font-size: 14px;
  font-family: Yu Mincho,YuMincho;
  font-weight:bold;
  text-align: center;
  cursor: pointer;
  padding: 0px 0px;
  background: #990000;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #990000;
  -webkit-appearance: none; /* ios用 */
}
.search_form_button:hover {
  color: #990000;
  background: #ffffff;
  border: 2px solid #ffffff;
}

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

/* ------------------------------ 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する
 * ------------------------------ */
.info_block {
	width:946px; /* 枠線があるため-2 */
	margin:10px 0px;
	border:#c489ff solid 2px;
  	background:#fcf9ff;
  	border-radius: 1em;
	}
.info_title {
	font-weight:bold;
	margin:0px 0px 10px;
	padding:15px 15px 0px;
}
.info_text {
	padding:5px 15px;
	color:#333333;
  	font-size:13px;
    line-height:0;
	}
 .info_text p {
    margin:5px 0px;
    }

/* ************ 
 *	注目枠
 * ************ */

/* スライドショー */
#wide {
	clear: both;
	height: 320px;
	margin: 20px 0 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

#wide a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* //スライドショー */

/* 共通 */
.tyumoku_area {
  display:flex;
  flex-direction:row;
  justify-content: space-between;
}

/* 1つ */
.tyumoku_1 {
  text-align:center;
  margin-bottom:10px;
  width:950px;
  height:280px;
  background:#ebebeb;
}
/* //1つ */

/* 2つ */
.tyumoku_2 {
  text-align:center;
  margin-bottom:10px;
  width:470px;
  height:225px;
  background:#ebebeb;
}
/* //2つ */

/* 3つ */
.tyumoku_3 {
  text-align:center;
  margin-bottom:10px;
  width:310px;
  height:140px;
  background:#ebebeb;
}
/* //3つ */

/* 4つ */
.tyumoku_4 {
  text-align:center;
  margin-bottom:10px;
  width:230px;
  height:90px;
  background:#ebebeb;
}
/* //4つ */

/* ***************** 
 *	左側メニュー
 * ***************** */
#side_area {
	padding-right:29px;
	text-align:left;
	}

.sidemenu {
  width:195px;
  margin-bottom:25px;
  color:#333333;
}

.sidemenu_cat {
	width:195px;
	margin-bottom:5px;
	color:#333333;
	}

.sidemenu_grp {
	width:195px;
    margin-top:20px;
	margin-bottom:25px;
	color:#333333;
	}

/* サイドバーの注目枠 */
.side_tyumoku {
  text-align:center;
  margin-bottom:10px;
  width:195px;
}
/* //サイドバーの注目枠 */
    
/* サイドメニューの各タイトル */
.side_title {
  color: #333333;
  font-size: 17px;
  font-family: Yu Mincho,YuMincho;
  font-weight: bold;
  text-align: left;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 5px;
  padding: 5px 0 5px 5px;
}
/* //サイドメニューの各タイトル */

/* 会員エリア */
.side_text_members {
	display:block;
	text-align:center;
	}
/* //会員エリア */

/* トラックバック */
.st_contents {
	overflow:hidden;
	width:175px;
	text-align:left;
	}

.side_text {
	text-align:center;
	padding:5px 10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg.gif) 0px 0px repeat-y;
	line-height:1.2em;
	}

.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}

.side_text a,
.side_text a:link,
.side_text a:visited,
.side_text a:active  {color:#333333; text-decoration:none;}
.side_text a:hover   {color:#ee0000; text-decoration:underline;}

.side_bottom {
	display:block;
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg03.gif) 0px 0px no-repeat;
	}
/* //トラックバック */

/* #manager_name {
	margin:5px 0px;
	font-weight:bold;
	text-align:center;
}
.manager_img {
	max-width: 100%;
	height: auto;
} */

/* ----------------------- 
 *	商品カテゴリｰエリア
 * ----------------------- */
/* サイドカテゴリー */
.cat_contents {
  width: 195px;
  margin: 0;
  padding: 0;
}
.cat_contents > li { /* 1階層目 */
  position: relative;
  width: 195px;
  height: 40px;
  border-bottom: none;
}
.cat_contents li:last-child { /* 全階層の最後 */
  border-bottom: none;
}
.cat_contents li:hover > ul > li { /* 2階層目 */
  border-bottom: none;
}
.cat_contents li > ul > li:last-child { /* 2階層目の最後 */
   border-bottom: none;
}
.cat_contents li a { /* 全階層 */
  display: block;
  width: 195px;
  height: 40px;
  color: #000000;
  font-size: 14px;
  line-height: 2.8;
  padding: 0 5px;
  background: #FFFFFF;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
}
.cat_contents > li > a:hover { /* 1階層目マウスオン時のa*/
  color: #000000;
  background: #e6e6fa;
  transition: 0.5s;
}
.cat_contents li ul{ /* 2階層目以降は隠れている */
  position:absolute;
  visibility: hidden;
  height: 0;
  top: 20px;
  left: 195px;
  list-style: none;
  transition: 0.2s;
}
.cat_contents li ul li{ /* 2階層目以降のリストは畳んである */
  overflow:hidden;
  visibility: hidden;
  height:0;
  transition:0.2s;
}
.cat_contents li ul li a { /* 2階層目以降のa */
  background: #e6e6fa;
  transition: 0.5s;
  color:#000000;
}
.cat_contents > li li > a:hover { /* 2階層目マウスオン時のa */
  color: #000000;
  background: #bf7fff;
}
.cat_contents li:hover > ul{ /* 1階層目マウスオンで2階層目出現 */
  position:absolute;
  visibility:visible;
  top: 0px;
  left: 195px;
}
.cat_contents li:hover ul > li { /* 1階層目マウスオンで2階層のリストが開く */
  visibility:visible;
  position: relative;
  width: 195px;
  height: 40px;
  z-index:999; /* 一番上に表示させる */
}
.cat_contents > li:before { /* 1階層目に矢印 */
  position: absolute;
  content: "";
  top: 14px;
  left: 185px;
  border: 5px solid transparent;
  border-left: 5px solid #c489ff;
  pointer-events: none;
}
/* //サイドカテゴリー */

/* サイドグループ */
.grp_contents {
  width: 195px;
  margin: 0;
  padding: 0;
}
.grp_contents li {
  position: relative;
  width: 195px;
  height: 40px;
  z-index:10; /* 一番上に表示させる */
}
.grp_contents > li {
  border-bottom: none;
}
.grp_contents li:last-child {
  border-bottom: none;
}
.grp_contents li:hover > ul > li {
  border-bottom: none;
}
.grp_contents li > ul > li:last-child {
  border-bottom: none;
}
.grp_contents li a { /* 1階層目 */
  display: block;
  width: 195px;
  height: 40px;
  color: #000000;
  font-size: 14px;
  line-height: 2.8;
  padding: 0 5px;
  background: #FFFFFF;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
}
.grp_contents > li:hover > a { /* 1階層目マウスオン時 */
  color: #000000;
  background: #e6e6fa;
  transition: 0.5s;
}
/* //サイドグループ */

/* ------------------- 
 *	会員専用ページ
 * ------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
	text-align:center;
    margin-bottom:10px;
	}

#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:14px;
	line-height:1.1em;
	padding:5px 0px 3px;
	text-align:center;
	}

#btn_members_login a:hover,
#btn_members_logout a:hover,
#btn_members_signup a:hover {
	opacity:0.7;
	}

/*	会員専用価格の表示　トップページ-チェックした商品 */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#cc0000;
	}

.discount_rate_top {
  padding:2px;
  margin:0px;
  color:#ffffff;
  display:inline-block;
  background:#cc0000;
  border-radius:5px;
}

.common_image img{
	margin-bottom:15px;
	display:block;
}

/* 会員専用価格の表示 商品一覧・商品検索結果*/
.regular_price_all {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_all {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#cc0000;
	}

.discount_rate_all {
  padding:2px;
  margin:0px;
  color:#ffffff;
  display:inline-block;
  background:#cc0000;
  border-radius:5px;
}

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

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

.discount_rate_detail {
  padding:2px;
  margin:0px;
  color:#ffffff;
  display:inline-block;
  background:#cc0000;
  border-radius:5px;
}

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

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

.discount_rate_stock {
  padding:2px;
  margin:0px;
  color:#ffffff;
  display:inline-block;
  background:#cc0000;
  border-radius:5px;
}

/* ******************* 
 *	フッターメニュー
 * ******************* */
/* footer_menu */
.footer_menu_area {
  margin: 10px 0px 0px 0px;
  min-width:950px;
  background:#ffefe0;
}

.footer_section {
  float: left;
  margin-top: 1em;
  margin-right: 1.5%;
  margin-bottom: 15px;
  width: 23%;
}

/* shoptitle */
.ttl_h2 {
  margin-bottom: .7em;
  color: #444;
  font-weight: bold;
  font-size:16px;
}

/* TOPへ戻る */
#page_top {
    display:block;
    position: fixed;
  	bottom: 30px;
    right: 25px;
    width: 50px;
	height: 50px;
    background:#c489ff;
    border-radius:30px;
    cursor: pointer;
    }
#page_top .page_top_ue {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(25, 72, 61, 0);
    border-top-color: rgba(25, 72, 61, 0);
    border-left-color: rgba(25, 72, 61, 0);
    border-left-color: #FFF;
    border-top-color: #FFF;
    top: 20px;
    left: 18px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/* //TOPへ戻る */
/* 下部メニュー */
.footer_menu {
  	margin-top: 1em;
    padding-top:10px;
  	width: 950px;
  	min-height:320px;
  	position:relative;
    display:flex;
    flex-direction:row;
  	}
.footer_menu_box {
  	display: block;
    margin-left:10px;
    width: 180px; /* リストの横幅 */
    }
  .footer_menu_box p {
    font-family:Yu Mincho,YuMincho;
    font-weight:bold;
    font-size:14px;
    margin:0 0 .5em;
    }

.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
  display: flex;
  flex-flow: column wrap;
}
  .footer_lst li {
    word-break: break-all;
    font-size:13px;
    margin-bottom: .5em;
  }
  .footer_lst .footer_category_img {
    display: block;
    margin-bottom: .3em;
    max-width: 100%;
    height: auto;
  }
  .footer_lst a {
    color: #444;
    text-decoration: none;
  }
    .footer_lst a:hover {
      text-decoration: underline;
    }
/* //下部メニュー */

/* 企業情報 */
.footer_corp {
  min-width:950px;
  background:#FFFFFF;
  margin-top:10px;
}
/* //企業情報 */

/* 下部ショップ名 */
.shop_data {
  width: 950px;
  height:90px;
  display:flex;
}
.shop_logo {
  width:30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .shop_logo img {
   width: 100%;
   height: auto;
}
.shop_text {
  display:block;
  font-size:14px;
  font-weight:bold;
  font-family:Yu Mincho,YuMincho;
  width: 50%;
  padding-left: 20px;
}
.shop_text p {
  margin:0px 0px 5px 0px;
}
/* //下部ショップ名 */

/* bottom menu */
#bottom_area {
  width:100%;
  margin-top:10px;
}

#bottom_area #bottom_menu{
  text-align:center;
  padding-top:5px;
  color:#5d5d5d;
}

#bottom_menu ul {
  letter-spacing: -.4em; /* inline-blockで発生する隙間を埋める */
}

#bottom_menu li {
  display:inline-block;
  font-size:13px;
  margin-right:10px; /* 隙間 */
  letter-spacing: normal; /* -.4emで詰めた行間を戻す */
}

#bottom_area a,
#bottom_area a:link,
#bottom_area a:visited,
#bottom_area a:active  {color:#5d5d5d; text-decoration:none;}
#bottom_area a:hover   {color:#b0b0b0; text-decoration:underline;}
/* //bottom menu */

/* スマートフォンでPC表示したとき表示 */
.sp_pc {
  margin-top:5px;
  text-align:left;
  font-weight:bold;
}
.sp_pc a{
  color:#5d5d5d;
  text-decoration:underline;
}
.sp_pc a:hover {opacity:0.7;}
/* //スマートフォンでPC表示したとき表示 */

/* コピーライト */
#footer_copy{
  min-width:950px;
  text-align:center;
  padding:15px 0;
  margin-top:10px;
  color:#333333;
  font-family:Yu Mincho,YuMincho;
  font-weight:bold;
  background:#ebebeb;
}

#footer_copy a,
#footer_copy a:link,
#footer_copy a:visited,
#footer_copy a:active,
#footer_copy a:hover   {color:#ee0000; text-decoration:underline;}
/* //コピーライト */

/* ****************** 
 *	コンテンツ共通
 * ****************** */
/* タイトルの表示 */
.main_title {
  padding: 4px 0 4px 15px;
  color: #333333;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: Yu Mincho,YuMincho;
  font-style:italic;
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  border-bottom: #c489ff 2px solid;
  border-left: #c489ff 10px solid;
}
/* //タイトルの表示 */

/* 商品一覧・商品検索のタイトル */
.cat_title {
  width:100%;
  margin-bottom:15px;
  font-family:Yu Mincho,YuMincho;
  background-color:#FFFFFF;
  font-weight:bold;
  text-align:center;
  font-size:20px;
  border-bottom: #c489ff 1px solid;
}
/* //商品一覧・商品検索のタイトル */

/* フリーページのタイトル */
.gaiyou_title {
  padding: 4px 0 4px 15px;
  color: #333333;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: Yu Mincho,YuMincho;
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  border-top: #c489ff 2px solid;
  border-bottom: #c489ff 2px solid;
}
.gaiyou_line {
    border-top: #ccc 1px solid;
}
/* //フリーページのタイトル */

/* 中タイトル（画像） */
.tyuu_title {
width: 691px;
height: 27px;
font-family: Yu Mincho,YuMincho;
font-weight: bold;
text-align: left;
margin-top: 15px;
margin-bottom: 15px;
background: url(https://img21.shop-pro.jp/PA01422/322/etc/risu_logo.png) no-repeat;
padding-top: 4px;
padding-left: 35px;
font-size: 20px;
  border-bottom:3px solid #c489ff;
	}
/* //中タイトル（画像） */

/* 小タイトル */
.crt_main_title {
  border-top: 2px dotted #c489ff;
  border-bottom: 2px dotted #c489ff;
  font-size:16px;
  font-weight: bold;
  margin-bottom:15px;
  text-align: left;
  line-height:30px;
}
/* //小タイトル */

/* 小項目タイトル */
.small_title{
  font-weight:bold;
  font-size:18px;
  background: #EFEFEF;
  padding: 10px;
  border-bottom: 1px #ddd solid;
  border-top: 1px #ddd solid;
  margin: 10px 0;
}
/* //小項目タイトル */

/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
	margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
}

#shop_info .cont {
	padding:15px 20px;
}

#shop_info_pay {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_deli_bg.gif) 0px 0px repeat-y;}
#shop_info_sct_img {margin-top:20px;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:726px;
}

/* ------------------ 
 *	フリースペース
 * ------------------ */
.free_space {
	text-align:left;
	color:#333333;
	}

/* ************************
 *	商品一覧　レイアウト
 * ************************ */
/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width:726px;
	height:28px;
    font-size:13px;
	color:#5d5d5d;
	background:#FFFFFF;
	margin-bottom:1px;
	}
.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	text-decoration:underline;
	color:#5d5d5d;
	}
.sort_01 a:active,
.sort_01 a:hover {
	text-decoration:underline;
	color:#8989ff;
	}

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width:726px;
	height:28px;
    font-size:13px;
	color:#5d5d5d;
	background:#FFFFFF;
	margin-bottom:1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	text-decoration:underline;
	color:#5d5d5d;
	}

.sort_02 a:active,
.sort_02 a:hover {
	text-decoration:underline;
	color:#8989ff;
	}

/* --------------------------- 
 *	一覧表示　商品数と表示数
 * --------------------------- */
.pagenavi {
	width:726px;
	height:28px;
    font-size:13px;
	background:#FFFFFF;
	margin-bottom:10px;
	}
.pagenavi a{
  border:1px solid #dedede;
  border-radius: 3px;
  padding:3px 8px;
}
.pagenavi a,
.pagenavi a:link,
.pagenavi a:visited {
	text-decoration:none;
	color:#333333;
	}
.pagenavi a:active,
.pagenavi a:hover {
	text-decoration:none;
    background:#eeeeee;
	}
.pagination{
  margin:0;
}
.pagination_current{
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 3px 8px;
  background: #dedede;
}

/* ------------------------------------- 
 *	商品一覧表示のサブカテゴリー・グループ
 * ------------------------------------- */

#subcat_area,
#subgrp_area {
 margin-bottom:10px;
}

.sub_area {
  max-width:726px;
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  align-items: stretch; /* 高さ合わせる */
  justify-content: flex-start;
  background:#eeeeee;
  padding-top:10px;
}

.sub_list {
  text-align:center;
  border: 1px solid #dedede;
  margin:0px 4.75px 10px 4.75px; /* 右4.75px、下10px、左4.75px */
  width:170px;
  background:#FFFFFF;
  display:flex; /* 高さ合わせる */
}
.sub_list a {
  font-size:14px;
  display: flex; /* 中央にする */
  width:100%;
  min-height:37px;
  align-items: center;
  justify-content: center;
}
.sub_list a         {color:#333333; text-decoration:none;}
.sub_list a:link,
.sub_list a:visited,
.sub_list a:active  {color:#333333; text-decoration:none; transition:0.5s;}
.sub_list a:hover   {color:#ee0000; text-decoration:underline; opacity:0.7;}

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

#recommend_area,
#selling_area,
#new_item_area,
#check_area,
#together {
  margin-bottom:20px;
}

.product_area {
    width:726px;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	align-items: stretch;
    justify-content: flex-start;
    }

 .product_list {
   position:relative;
   text-align:left;
   border: 1px solid #dedede;
   margin:0px 4.75px 10px 4.75px; /* 右4.75px、下10px、左4.75px */
   display:flex; /* 子要素に影響させるため */
 }

.product_list > a { /* 全体だけ */
    width:160px;
    padding: 5px 5px 30px 5px;
    display: block;
    overflow: hidden;
}
.product_list p {
    margin:0;
    text-align:center;
}

.product_list a         {color:#333333; text-decoration:none;}
.product_list a:link,
.product_list a:visited,
.product_list a:active  {color:#333333; text-decoration:none; transition:0.5s;}
.product_list a:hover	{color:#ee0000; text-decoration:underline; opacity:0.7;}

.thum {
  	text-align: center;
  	line-height: 0;
    margin:0px;
    }

.thum img {
    width: 100%;
	max-width: none;
	}

.product_list .name {
    width:100%
	color:#333333;
    font-size:14px;
	}
	
.product_list .name img{
	vertical-align:middle;
	}

.product_list .price {
	margin:5px 0px 0px;
	font-weight:bold;
	}

.product_list .expl {
	color:#333333;
	line-height:120%;
	text-align:left;
	margin:5px 0px;
	}

.product_list .expl a{
	width: 160px;
	height: 30px;
	padding: 0;
    display:block;
}

.product_detail {
  text-align:center;
}

/* 売り切れ */
.sold_out_style {
  background:#ddd;
  padding:3px 10px 2px;
  margin:5px auto;
  text-align:center;
}
/* //売り切れ */

/* ------------------- 
 *	ぱんくずリスト
 * ------------------- */
.footstamp {
	width:726px;
	color:#333333; /* #333333; */
	margin-bottom:15px;
    font-size:13px;
	}
.footstamp a,
.footstamp a:link,
.footstamp a:visited,
.footstamp a:active  {color:#333333; text-decoration:underline;} /* #0000cc */
.footstamp a:hover   {color:#ee0000; text-decoration:underline;}

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

.footstamp img {
	vertical-align:middle;
	}

/* ---------------------- 
 *	商品が無い時の表示
 * ---------------------- */
.nodata {
  margin:20px 0;
  text-align:center;
  font-size:13px;
}

/* ------------------------- 
 *	最近チェックした商品
 * ------------------------- */
/* 最近チェックした商品*/
.checkitem_title {
  border-top: 2px dotted #c489ff;
  border-bottom: 2px dotted #c489ff;
  font-size:16px;
  font-weight: bold;
  margin-bottom:15px;
  text-align: left;
  line-height:30px;
  background: url(https://img21.shop-pro.jp/PA01422/322/etc/checkitem_logo1.png) no-repeat left 0 top 5px;
  padding:0 30px;
}

.checkitem_area {
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.checkitem_list {
  text-align:left;
  border: 1px solid #dedede;
  margin:0px 4.5px 10px 4.5px; /* 隙間 */
  display:flex;
}

.checkitem_list a {
  width:100px;
  padding: 6px 5px;
  display: block;
}

.checkitem_list a         {color:#333333; text-decoration:none;}
.checkitem_list a:link,
.checkitem_list a:visited,
.checkitem_list a:active  {color:#333333; text-decoration:none; transition:0.5s;}
.checkitem_list a:hover   {color:#ee0000; text-decoration:underline; opacity:0.7;}

.checkitem_detail .name {
  margin:1.5px;
}

.checkitem_detail .regular_price_top,
.checkitem_detail .price_top,
.checkitem_detail .discount_rate_top {
  font-size:12px;
}

/* ************************ 
 *	商品詳細　レイアウト
 * ************************ */
/* 商品タイトル */
.product_title {
  padding: 4px 0 4px 15px;
  color: #333333;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: Yu Mincho,YuMincho;
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  border-bottom: #c489ff 2px solid;
  border-left: #c489ff 10px solid;
}
/* //商品タイトル */
.detail_cont {
  width:726px;
  margin-bottom:10px;
}
.detail_img_block {
  width:405px;
  float:left;
}
.detail_txt_block {
  width:294px;
  float:right;
  text-align:left;
}
.detail_img_block img {
  border:1px solid #999999;
  max-width: 100%;
  box-sizing:border-box;
}
.expl_block {
  margin-bottom:30px;
  font-size:14px;
}
.expl_block p,
.expl_block span,
.expl_block a{
  	line-height:1.8 !important;
}
.detail_img {
  margin-bottom:20px;
}
.detail_other {
  width:405px;
}
.detail_other li {
  float:left;
  width: 78px;
  margin: 0 31px 10px 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.detail_other li:nth-child(4n) { /* 4つ目 */
  float:left;
  width: 78px;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.subitem-active img { /* 選択したサムネイル */
  border-color: #000000;
}
.detail_other li img {
	width: 120px;
}
.detail_txt_block table.table {
  width:294px;
  border-top:#aeaeae solid 1px;
  margin-bottom:20px;
}
.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
  padding:10px 15px;
  border-bottom:#aeaeae solid 1px;
}
.detail_txt_block table.table td.tit {
  width:100px;
}

/* お気に入り機能 商品詳細 */
.product__fav-item {
  margin-bottom: 10px;
  text-align:center;
}
.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #333333;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
}
.product__fav-item .fav-items {
  color: #ff7373;
}
.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

/* お気に入り機能 商品一覧 */
.product-list__fav-items {
  width: 30px;
  position:absolute;
  bottom:0px;
  left:0px;
}
.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #333333;
  border: 0;
  outline: none;
  background: transparent;
}
.product-list__fav-items .fav-items {
  color: #ff7373;
}
.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* この商品について問い合わせ */
.tell_button {
  margin-bottom:10px;
}
.tell_button a {
  display: block;
  width:272px;
  padding:10px 0;
  text-align:center;
  font-size:16px;
  text-decoration: none;
  color: #333333;
  transition: .4s;
  background:#e7e7e7;
  border:#e7e7e7 solid 1px;
  border-radius: 1em;
  margin:0 auto;
}
.tell_button a:hover {
  opacity:0.7;
}
/* //この商品について問い合わせ */

.sk_link_other {
	margin-bottom:20px;
}

.txt_option {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_option.gif) 0px 3px no-repeat;
	padding-left:15px;
}

.txt_back {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_back.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_inq {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_inq.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_review {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_review.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_reviewpost {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_post.gif) 0px 0px no-repeat;
	padding-left:22px;
}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:20px;
}

.rs_pd_cart_btn { /*カートボタン*/
  margin-bottom:10px;
  text-align:center;
}

.btn_quick {
}

p#sk_link_other {
  text-align:center;
  margin-top:10px;
}

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

/* 商品キーワード */
.product_keyword{
  max-width: 726px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.product_keyword li{
  text-align: center;
  border: 1px solid #a0d8ef;
  border-radius: 5px;
  margin: 0px 4.75px 10px 4.75px;
  min-width: 50px;
  background: #FFFFFF;
}
.product_keyword li a{
  font-size: 14px;
  padding: 5px;
  display: block;
}
.product_keyword li a:link,
.product_keyword li a:visited,
.product_keyword li a:active  {text-decoration:none;}
.product_keyword li a:hover   {color:#a0d8ef; text-decoration:underline;}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
.together_area {
  display:flex;
  flex-direction:row;
  justify-content: flex-start;
}

.together_list {
  text-align:center;
  border: 1px solid #dedede;
  margin:0 30px 10px 0;
  display:flex;
}
.together_list:nth-child(3) {
  text-align:center;
  border: 1px solid #dedede;
  margin:0 0 10px 0;
  display:flex;
}

.together_list a {
  width:210px;
  min-height:250px;
  padding: 6px 5px;
  display: block;
}

.together_list a         {color:#333333; text-decoration:none;}
.together_list a:link,
.together_list a:visited,
.together_list a:active  {color:#333333; text-decoration:none; transition:0.5s;}
.together_list a:hover   {color:#ee0000; text-decoration:underline; opacity:0.7;}

.together_detail .name {
  margin:1.5px;
}

/* ------------------- 
 *	トラックバック
 * ------------------- */
#trackback {
  margin:30px 0px 15px;
}

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

#trackback .tb_url {
  padding:6px 8px;
  border:1px solid #e7e7e7;
}

#trackback .tb {
}

#trackback .tb_date {
  padding:10px 0px;
}

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

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

#trackback .tb_state {
  padding:0px;
}

/* *********************** 
 *	商品オプションページ
 * *********************** */
#Option .option_title {
  padding:4px 0 4px 15px;
  color:#333333;
  background:#FFFFFF;
  height:auto;
  width:539px;
  margin-bottom:15px;
  font-family:Yu Mincho,YuMincho;
  font-weight:bold;
  text-align:left;
  font-size:17px;
  border-bottom: #c489ff 2px solid;
  border-left:#c489ff 10px solid;
}
 
#Option .option_table {
  width:564px;
  margin-bottom:5px;
  border-left:1px solid #eaeaea;
  border-top:1px solid #eaeaea;
}

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

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

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

div#Option table.main_title td{
  text-align:left;
}

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

#ShopKeeper {
  width:726px;
  margin-bottom:20px;
  font-size:14px;
  color:#333333;
  text-align:left;
}

#ShopKeeper th,
#ShopKeeper td,
#ShopKeeper span{
  line-height:1.8;
}

#ShopKeeper th {
  width:200px;
  overflow:hidden;
  padding:10px;
  font-weight:bold;
  border-bottom:1px solid #aeaeae;
}

#ShopKeeper td {
  padding:10px;
  border-bottom:1px solid #aeaeae;
}
	
#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:#e7e7e7;
  border-bottom:1px solid #FFFFFF;
}

.txt-hitNum {
  margin-bottom:10px;
  font-size:13px;
  text-align:center;
}

.txt-search strong,
.txt-hitNum strong {
  font-weight:bold;
}

/* *************** 
 *	float解除
 * *************** */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility:hidden;
}
.clearfix {
  display:inline-block;
}
	
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/* -----------------------------
*   商品オプション 表形式
* ------------------------------ */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 10px;
     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;
}

/* -------------------
*   ご利用ガイド
* -------------------- */
.guide_area {
  margin-bottom:40px;
}

/* 3つ */
.guide_menu {
  width:726px;
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.guide_list {
  text-align:center;
  margin:0px 18px 5px 0px;
  width:230px;
  height:50px;
}
.guide_list:nth-child(3n){
  margin:0px 0px 5px 0px;
}
.guide_list a {
  display: block;
  color:#333333;
  text-decoration:none;
}
.guide_list a:link,
.guide_list a:visited,
.guide_list a:active  {color:#333333; text-decoration:none; transition:0.5s;}
.guide_list a:hover   {color:#ee0000; text-decoration:underline; opacity:0.7;}
/* //3つ */

/* -------------
*   離島一覧
* -------------- */
.ritou {
	width:726px;
	margin-bottom:15px;
    font-size:13px;
	color:#333333;
	}

.ritou td {
	padding:10px;
	text-align:left;
  	border-collapse: collapse;
  	border:1px solid #333333;
	}

/* -----------------------
*  リンクボタンを作る用
* ------------------------ */
.common_button,
.common_button img,
.common_button p,
.common_button span{
  transition:0.5s;
}
.common_button img:hover,
.common_button p:hover,
.common_button span:hover{
  opacity:0.7;
}
.common_block {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #c489ff;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
}

/**************************/
/* カタログギフト用途別   */
/**************************/
.catalog_youtoarea {
  margin-bottom:20px;
  }
.catalog_youtobox{
  width: 726px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog_youtobox li{
  width: 240px;
  height:150px;
  margin-bottom:10px;
  background:#ebebeb;
  }
.catalog_youtobox li a {
  display:block;
}

.catalog_lineuparea {
  margin-bottom:20px;
  }
.catalog_lineupbox{
  width: 726px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.catalog_lineupbox li{
  margin:0 3px 10px 0;
  background:#ebebeb;
  }
.catalog_lineupbox li:nth-child(3n) {
    margin: 0 0 10px 0;
    background: #ebebeb;
}
.catalog_lineupbox li a {
  width: 230px;
  height:320px;
  display:block;
  padding:5px;
}
.catalog_lineupbox li a         {color:#333333; text-decoration:none;}
.catalog_lineupbox li a:link,
.catalog_lineupbox li a:visited,
.catalog_lineupbox li a:active  {color:#333333; text-decoration:none; transition:0.5s;}
.catalog_lineupbox li a:hover	{color:#ee0000; text-decoration:underline; opacity:0.7;}

.catalog_lineupbox li a img{
  width:100%;
  height:auto;
}
.catalog_lineupbox p{
  font-size:16px;
  text-align:center;
}

/**************************/
/* ご利用ガイド(文字)     */
/**************************/
.guide_moji {
	font-size:16px;
    position:relative;
}
.guide_moji p,
.guide_moji span,
.guide_moji a,
.guide_moji h3{
  	line-height:1.8 !important;
}
.free_box {
  width:666px;
  border:10px solid #ebebeb;
  padding:20px;
}

/*******************/
/* 商品説明(基本)  */
/*******************/
.product_spec {
	width:726px;
	margin-bottom:15px;
    font-size:14px;
	color:#333333;
	border-top:1px solid #aeaeae;
	}

.product_spec th {
	width:120px;
	overflow:hidden;
	padding:10px;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #aeaeae;
	}

.product_spec td {
	padding:10px;
	text-align:left;
	border-bottom:1px solid #aeaeae;
	}
/* ショップ内検索ワード用 */
.search_word {
    display:none;
}

/*****************/
/* Google map    */
/*****************/
.google_map {
  position: relative;
  width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;    /* padding-topでもOK */
  overflow: hidden;
}
.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;    /* 必要であれば!important */
  height: 100%;    /* 必要であれば!important */
}

/****************************/
/* ラッピングについて       */
/****************************/
.wrapping_area {
  width:726px;
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.wrapping_list {
  display:block;
  width:175px;
  min-height:250px;
  text-align:center;
  border: 1px solid #dedede;
  margin:0px 6px 10px 0px;
}
 .wrapping_list:nth-child(4n) { /* 4つ目 */
   display:block;
   width:175px;
   min-height:250px;
   text-align:center;
   border: 1px solid #dedede;
   margin:0px 0px 10px 0px;
}
 .wrapping_list img {
    width: 100%;
	max-width: none;
	}
.wrapping_detail {
  padding:2px;
}
.wrapping_detail p{
  margin:0;
  text-align:left;
  font-size:13px;
}

/****************************/
/* のしについて       */
/****************************/
.noshi_area {
  width:726px;
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.noshi_list {
  display:block;
  width:230px;
  min-height:200px;
  text-align:center;
  border: 1px solid #dedede;
  margin:0px 15px 10px 0px;
}
 .noshi_list:nth-child(3n) { /* 3つ目 */
   display:block;
   width:230px;
   min-height:200px;
   text-align:center;
   border: 1px solid #dedede;
   margin:0px 0px 10px 0px;
}
 .noshi_list img {
    width: 100%;
	max-width: none;
	}
.noshi_detail {
  padding:2px;
}
.noshi_detail p{
  margin:0;
  text-align:left;
  font-size:13px;
}
.noshiomotegaki {
  width:100%;
  background:#fff7ef;
  margin-bottom:10px;
}
 .noshiomotegaki th{
   padding:10px;
   vertical-align: top;
   width:20%;
}
 .noshiomotegaki td{
   padding:10px;
   vertical-align: top;
   width:80%;
}

/****************************/
/* メッセージカードについて */
/****************************/
.card_area {
  width:726px;
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.card_list {
  display:block;
  width:174px;
  min-height:160px;
  text-align:center;
  margin:0px 10px 10px 0px;
}
 .card_list:nth-child(4n) { /* 4つ目 */
   display:block;
   width:174px;
   min-height:160px;
   text-align:center;
   margin:0px 0px 10px 0px;
}
 .card_list img {
   max-width: 100%;
   max-height:174px;
}
.card_detail {
  padding:2px;
}
.card_detail p{
  margin:0;
  text-align:left;
  font-size:13px;
}
.photo_point{
  width:644px;
  border: 1px solid #605c57;
  background-color: #fff7ef;
  padding:40px;
  border-radius: 10px;
  margin-top:40px;
  display:flex;
}
.point_img {
  margin-top:-80px;
}
.point_exp {
  width:50%;
  padding-right:20px;
}
.point_pic {
  width:50%;
}
.point_ul{
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.point_li{
  width:140px;
  height:auto;
  margin-bottom:10px;
}
.point_li img{
  width:100%;
  height:auto;
}

/* ----------------------------
 *	カテゴリー別ランキング
 * ---------------------------- */
.rank_area {
  width:726px;
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.rank_list {
  text-align:left;
  border: 1px solid #dedede;
  margin:0px 10px 10px 0px; /* 右10px、下10px */
  display:flex;
}
.rank_list:nth-child(5n) {
  margin:0px 0px 10px 0px; /* 右10px、下10px */
}
.rank_list > a { /* 全体だけ */
  width:125.2px;
  min-height:230px; /* 少なくとも230px */
  padding: 5px;
  display: block;
  overflow: hidden;
}
.rank_list p {
  margin:0;
  text-align:center;
}
.rank_list a         {color:#333333; text-decoration:none;}
.rank_list a:link,
.rank_list a:visited,
.rank_list a:active  {color:#333333; text-decoration:none; transition:0.5s;}
.rank_list a:hover	{color:#ee0000; text-decoration:underline; opacity:0.7;}

.rank_list .name {
  width:100;
  color:#333333;
  font-size:13px;
}
.rank_list .price {
  margin:5px 0px 0px;
  font-weight:bold;
}

/* -----------------------
 *	ナビゲーションバー
 * ----------------------- */
#nav_area {
 margin-bottom:10px;
}

.nav_li {
  max-width:726px;
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
  background:#FFFFFF;
}
 .nav_li li {
   text-align:center;
   width:144.4px;
   background:#eeeeee;
   display: flex;
}
  .nav_li li a {
    font-size:14px;
    display: flex;
    width: 100%;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    position:relative;
}
  .nav_li li a:after {
    content:"";
    position: absolute;
    bottom: 0px;
    left: 50%;
    opacity: 0;
    margin-left:-8px;
    border: 8px solid transparent;
    border-top: 8px solid #ee0000;
    pointer-events: none;
    transition: opacity .3s;
}

.nav_li li a         {color:#333333; text-decoration:none;}
.nav_li li a:link,
.nav_li li a:visited,
.nav_li li a:active  {color:#333333; text-decoration:none; transition:0.5s;}
.nav_li li a:hover   {color:#ee0000; text-decoration:none; opacity:0.7;}

.nav_li li a:hover:after {opacity:1;}

/* のし・メッセージカード・ラッピング・挨拶状など紹介 */
.service_li {
  max-width:726px;
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-around;
}
.service_li li{
  margin-bottom:10px;
  display:flex;
}
.service_li li > a{
  width:230px;
  min-height:200px;
  overflow:hidden;
  border-radius:10px;
  display: block;
  background:#eeeeee;
  font-size:14px;
}
.service_li li > a p{
  padding:5px;
}

/* 手順のタイトル */
.tejunmei {
  font-weight:bold;
  font-size:130%;
  margin-bottom:0px;
}
/* 手順説明用 */
.tejun_setumei{
width:726px;
display:flex;
}
.tejun_exp{
width: 60%;
padding-right: 10px;
}
.tejun_pic{
width: 40%;
}
.tejun_pic img{
width:100%;
}
/* //手順説明用 */

/* どこでもカラーミー */
.fav_dokodemo {
  /* position:absolute; */
  width:170px;
  /* bottom:30px; */
}
.fav_dokodemo .detail_cart {
  width:150px !important;
  height:27px !important;
}
.fav_dokodemo .cartjs_product_table table {
  border:0 !important;
  width:auto !important;
  margin:5px auto !important;
}
.fav_dokodemo .cartjs_product_table table th{
  border:0 !important;
  min-width:20%;
  text-align:right;
}
.fav_dokodemo .cartjs_product_table table td{
  border:0 !important;
  padding:0 0 0 5px !important;
  min-width:50%;
}
.fav_dokodemo .cartjs_cart_in {
  margin:0 !important;
}
.fav_dokodemo select {
  width:100%;
}
.fav_dokodemo .cartjs_product_input_txt{
  height:20px;
}

/* 大項目の内容 */
.erabu_title {
  font-size:23px;
  font-weight:bold;
  margin-top:20px;
}

.bridal_title{
color:#BF9224;
border-bottom:2px solid #BF9224;
font-family:Yu Mincho,YuMincho;
}
.link_btn{
text-align:center;
}
.link_btn a{
width: 100%;
text-align: center;
font-size: 20px;
margin: 10px auto;
color: #fff;
background: #ff7fbf;
border: 2px solid #ff7fbf;
padding: 6px;
box-sizing: border-box;
}
.link_btn a:hover{
background:#fff;
color:#ff7fbf;
transition:0.5s;
text-decoration:none;
}

/* 送料表 */
.shipping_table{
width: 100%;
border: 2px solid #aeaeae;
margin-bottom:10px;
}
.shipping_th{
width:19%;
}
.shipping_th1{
width:27%;
}
.shipping_th,
.shipping_th1{
padding: 7px 10px;
border-bottom: 1px solid #aeaeae;
border-right: 1px solid #aeaeae;
  background:#eee;
  font-weight:500;
}
.shipping_td{
padding: 7px 10px;
border-bottom: 1px solid #aeaeae;
border-right: 1px solid #aeaeae;
  font-weight: bold;
color: #a22041;
font-size: 18px;
}
/* スライドショー(slick)トップ */
#main_slider{
min-width:950px;
margin-bottom:10px;
  min-height:380px;
}
#main_slider .slider_top{
  opacity: 0;
  transition: 0.3s;
}
#main_slider .slick-slide {
  width:800px !important;
  height:340px;
  margin:0 10px;
  position: relative;
}
#main_slider .slider_top li img{
  width:100%;
  height:auto;
  margin:0 auto;
  border-radius:10px;
}
#main_slider .slider_top .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear;
}
#main_slider .slick-prev:before{
 content:url(https://img21.shop-pro.jp/PA01422/322/etc/slider_left2.png);
 opacity:1;
}
#main_slider .slick-next:before{
 content:url(https://img21.shop-pro.jp/PA01422/322/etc/slider_right2.png);
 opacity:1;
}
#main_slider .slick-next,
#main_slider .slick-prev{
 width:auto;
 height:auto;
 z-index:1;
 opacity:1;
}
#main_slider .slick-prev:hover,
#main_slider .slick-next:hover{
opacity:0.7;
}
#main_slider .slick-prev{
  left:50%;
  margin-left:-450px;
}
#main_slider .slick-next{
  right:50%;
  margin-right:-450px;
}
#main_slider .slick-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 20px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: .3s ease;
 margin:0;
 box-sizing:border-box;
}
#main_slider .slick-current .caption {
  opacity: 1;
  transition-delay: .3s;
}
#main_slider .slick-dots li button::before{
  content:'●' !important;
  font-size:20px !important;
}
#main_slider .slick-initialized{
    opacity: 1;
}
/* //スライドショー(slick)トップ */
/* スライドショー(sliderPro)トップ */
#main_slider .slider-top{
  opacity:0;
}
#main_slider .sp-arrow{
  width:50px !important;
  height:50px !important;
}
#main_slider .sp-previous-arrow{
  left:50% !important;
  margin-left:-450px !important;
  background: url(https://img21.shop-pro.jp/PA01422/322/etc/slider_left2.png) no-repeat left top;
}
#main_slider .sp-next-arrow{
  right:50% !important;
  margin-right:-450px !important;
  background: url(https://img21.shop-pro.jp/PA01422/322/etc/slider_right2.png) no-repeat left top;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
#main_slider .sp-previous-arrow:hover,
#main_slider .sp-next-arrow:hover{
  opacity:0.7;
  transition:0.5s;
}
#main_slider .sp-next-arrow:before,
#main_slider .sp-next-arrow:after,
#main_slider .sp-previous-arrow:before,
#main_slider .sp-previous-arrow:after {
  display:none;
}
#main_slider .sp-button{
  width:20px !important;
  height:20px !important;
  border: 2px solid #c489ff !important;
}
#main_slider .sp-selected-button{
  background-color:#c489ff !important;
}
#main_slider .slider-top img{
  border-radius:10px !important;
}
#main_slider .sp-slide {
  opacity: 0.7;
}
#main_slider .sp-selected{
  opacity:1;
}
#main_slider .slider-top a{
  transition:0.5s !important;
  -moz-transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}
#main_slider .slider-top a:hover{
  opacity:0.7;
  transition:0.5s !important;
  -moz-transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}
/* //スライドショー(sliderPro)トップ */

/* -----------------
*     IE10,11用
* ------------------ */
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ",Meiryo,"Yu Gothic","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", Osaka, serif;
  }
  h1,h2,h3,h4,h5,h6 {font-weight:500;}
  .title_head,
  .other_order,
  a.tenpo,
  .gbn,
  .search_form_select,
  .search_form_input,
  .search_form_button,
  .side_title,
  .footer_menu_box p,
  .shop_text,
  #footer_copy,
  .main_title,
  .cat_title,
  .gaiyou_title,
  .tyuu_title,
  .product_title,
  #Option .option_title{
    font-family: "メイリオ",Meiryo;
    font-weight:500;
  }
}

/* スマホ向け記述非表示 */
.sp_none{
display: none !important;
}
/* //スマホ向け記述非表示 */