@charset "euc-jp";

body {
  overflow-x: hidden;
  padding-top: 35px;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

a.group:link {
text-decoration : no;
color : #006cb6;
}
a.group:visited {
text-decoration : no;
color : #006cb6;
}
a.group:active {
text-decoration : underline;
color : #006cb6;
}
a.group:hover {
text-decoration : underline;
color : #006cb6;
}

/*
 * layout
 */
#wrapper {
  max-width: 1090px;
}

/*
 * 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 .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * 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; }

/* 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%; }

@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;
  }
}
@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-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); }
}


/****メニュー一覧****/
#menu {
	height: 100%;
}

#menu #nav-open {
	position: absolute;
	width: 100%;
	height: 30px;
	z-index: 200;
	margin: 0;
	background: #000;
}

#menu #nav-open a {
	position: absolute;
	top: 5px;
	right: 10px;
}

#gNav {
	width: 100%;
	position: absolute;
	top: -397px;
	z-index: 100;
	transition: top 1s;
	-webkit-transition: top 1s;
 	-moz-transition: top 1s;
    text-align: center;
	margin-left: -10%;
	background-position: center;
	padding-left: 10%;
	margin-right: -10%;
	padding-right: 10%;
}

#gNav:target {
	top: 35px;
}

/* 自作 */
.header_bar {
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #eeeeee;
	width: 100%;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
}

.header_bar_sp {
	z-index: 9998;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #eeeeee;
	width: 100%;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
}

.header_bar_txt {
	font-family: "游ゴシック Medium";
	color: #393939;
	text-align: left;
	font-size: 14px;
	padding-left: 1%;
}

.header_ulmargin {
	margin-top: 8px;
}

.header_liborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bebebe;
}

.header_txt {
	font-family: "游ゴシック Medium";
	color: #393939;
	text-align: left;
	font-size: 12px;
	padding-left: 1%;
}

.info_title {
	background-image: url(https://img21.shop-pro.jp/PA01429/444/etc/info_title.png?cmsp_timestamp=20190305154214);
	background-repeat: no-repeat;
	background-position: left center;
	height: 75px;
}

.info_title_txt {
	font-family: "游ゴシック Medium";
	color: #393939;
	text-align: left;
	font-size: 20px;
	padding-top: 17px;
	padding-left: 80px;
}

.info_txt {
	font-family: "游ゴシック Medium";
	color: #393939;
	text-align: left;
	font-size: 18px;
	padding-top: 35px;
	padding-bottom: 20px;
}

.info_back {
	background-image: url(https://img21.shop-pro.jp/PA01429/444/etc/info_back.png?cmsp_timestamp=20190305155314);
	background-repeat: no-repeat;
	background-position: right center;
}

.left_title {
	background-image: url(https://img21.shop-pro.jp/PA01429/444/etc/left_title.png?cmsp_timestamp=20190305162622);
	background-repeat: no-repeat;
	background-position: left center;
	height: 75px;
}

.left_title_txt {
	font-family: "游ゴシック Medium";
	color: #393939;
	text-align: left;
	font-size: 18px;
	padding-top: 0px;
	padding-left: 55px;
}

.group_title {
	background-image: url(https://img21.shop-pro.jp/PA01429/444/etc/top_group.png?cmsp_timestamp=20190306114234);
	background-repeat: no-repeat;
	background-position: left center;
	height: 75px;
}

.group_title_txt {
	font-family: "游ゴシック Medium";
	color: #FFF;
	text-align: left;
	font-size: 18px;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: bold;
}

.footer_back {
	background-color: #5b5b5b;
	background-repeat: repeat;
	left: 0px;
	width: 100%;
	height: 100%;
	margin-left: -100%;
	background-position: center;
	padding-left: 100%;
	margin-right: -100%;
	padding-right: 100%;
	padding-top: 40px;
}

.footer_txt {
	font-family: "游ゴシック Medium";
	color: #FFF;
	text-align: left;
	font-size: 14px;
}

.footer_txt_sitemap {
	font-family: "游ゴシック Medium";
	color: #FFF;
	text-align: left;
	font-size: 13px;
	line-height: 350%;
}

.copyright_txt {
	font-family: "游ゴシック Medium";
	color: #FFF;
	text-align: center;
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer_back_sp {
	background-color: #5b5b5b;
	background-repeat: repeat;
	left: 0px;
	width: 100%;
	height: 100%;
	margin-left: -10%;
	background-position: center;
	padding-left: 10%;
	margin-right: -10%;
	padding-right: 10%;
	padding-top: 10px;
 	padding-bottom: 30px;
}

.footerr_bar_sp {
	z-index: 9999;
	background-color: #eeeeee;
	width: 100%;
	margin-left: -10%;
	padding-left: 10%;
	margin-right: -10%;
	padding-right: 10%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footerr_bar_sp_txt {
	font-family: "游ゴシック Medium";
	color: #5b5b5b;
	font-size: 16px;
	font-weight: bold;
}

.footerr_icon {
	float: right;
	padding-right: 15px;
	padding-top: 5px;
}

.footer_txt_sp {
	font-family: "游ゴシック Medium";
	color: #FFF;
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
}

.footer_nav_list {
	font-family: "游ゴシック Medium";
	color: #FFF;
	background-color: #5b5b5b;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #bebebe;
	margin-left: -10%;
	padding-left: 10%;
	margin-right: -10%;
	padding-right: 10%;
}

.product_price {
	font-family: "游ゴシック Medium";
	color: #ee1c25;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

.product_red {
	font-family: "游ゴシック Medium";
	color: #ee1c25;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
 	line-height: 24px;
}

.product_txt {
	font-family: "游ゴシック Medium";
	color: #393939;
	text-align: left;
	font-size: 16px;
	padding-top: 35px;
	padding-bottom: 20px;
}

.product_leftmargin {
	padding-left: 2%;
}

.navi_back_sp {
	background-color: #5b5b5b;
	background-repeat: repeat;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center;
	padding-left: 10%;
	margin-left: -10%;
	margin-right: -10%;
	padding-right: 10%;
	padding-top: 5px;
	padding-bottom: 0px;
}

.group_table_line {
	border: 3px solid #e8e8e8;  /* 太さ3pxで緑色の実線 */
}

.group_table_picture {
	text-align:center;
	padding-top:10px;
}

.group_table_title {
	font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	color: #006cb6;
	font-weight: bold;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	height: calc( 1.2em * 3 );
	line-height: 1.2;
}

.group_table_txt {
	font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	color: #393939;
	text-align:left;
	padding-left:10px;
	padding-bottom:5px;
	height: calc( 1.2em * 5 );
	line-height: 1.2;
}

.end_cptxt {
	font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	color: #ff3300;
	text-align:left;
	font-weight:bold;
}