@charset "euc-jp";

body {
  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;
}
.ho8 a:hover{
	opacity: 0.8;
	
}

p{
	word-break: normal;
}
/*
 * layout
 */
#wrapper {
  max-width: 1000px;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.c-both{
	clear: both;
}
/*
 * 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;
}
.bgc_szk{
background-color:#FCF0EB;
	color: #DB3800;
}
.bgc_w{
	background-color: #fff;
}
/* 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; }
.pad_t_50 { padding-top: 50px; }

/* 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 (min-width: 1000px) {
	.cont_wrap{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.pc_none{
		display: none;
	}	
}
@media (max-width: 1050px) {
	.sp_w_none{
		display: none;
	}
}
@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
	
}
@media (min-width: 768px) {
	.pc_m_none{display: none;}
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
	  padding: 10px;
  }
	.sp_none{
		display: none;
	}
}
@media (min-width: 480px) {
  /* ~480px */
	.pc_s_none{
		display: none;
	}
}
@media (max-width: 480px) {
  /* ~480px */
	.sp_s_none{
		display: none;
	}
}

/*
 * 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-lg-w.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-lg-w.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); }
}


/********** plus-css ****************/
#header .logo{
	float: left;
	max-width: 572px;
}
#header .head_sub{
	float:right;
	width: 420px;
	text-align: center;
	max-height: 170px;
}
#header .head_sub .info_telfax{
	color: #DB3800;
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 0;
	
}
#header .head_sub .info_telfax span{
	font-size: 16px;
}
#header .head_sub .info_add{
	margin-bottom: 5px;
	line-height: 1.2;
	text-align: left;
	display: inline-block;
}
#header .head_sub .info_credit{
	color: #363DA8;
	display: inline-block;
	border-top:1px solid #363DA8;
	border-bottom:1px solid #363DA8;
	margin-bottom: 10px;
}
#header .head_sub .info_postage{
	background-color: #6BB700;
	display: inline-block;
	color: #fff;
	border-radius:20px;
	padding: 0 1em;
	margin-bottom: 0;
}
#header .menu_wrap{
	background-color: #2D5DA8;
	width: 100vw;
	position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	clear: both;
	background-image: url(https://img21.shop-pro.jp/PA01413/904/etc/foot_back_ptrn.jpg?cmsp_timestamp=20181023160521);
}
#header .menu_wrap .menu_cont{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
	
}

#header .menu_wrap .menu_cont li{

	border-right: #fff solid 1px;
	padding:5px 10px;
}
#header .menu_wrap .menu_cont li.li_none{
		display: none;
	}
@media (max-width: 768px) {
	#header .menu_wrap .menu_cont li.li_none{
		display: block;
	}
}

#header .menu_wrap .menu_cont li a:hover{
	color:#EAE2A7;
}
#header .menu_wrap .cart_btn{
	border: none !important;
	margin-left: auto;
}
#header .menu_wrap .cart_btn a{
	background-color: #fff;
	color: #DB3800;
	padding: 0.4em 1em 0.4em 2em;
	background-image:url(https://img21.shop-pro.jp/PA01413/904/etc/icon_cart.png?cmsp_timestamp=20181017211651);
	background-size: 1em auto;
	background-repeat: no-repeat;
	background-position: center left 0.5em;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	
}
#header .menu_wrap .cart_btn a:hover{
	color: #DB3800 !important;
	background-color: #FFFBD8;
}
.back_texture{
	width: 100vw;
	position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	background-image:url(https://img21.shop-pro.jp/PA01413/904/etc/back_texture.jpg?cmsp_timestamp=20181018165217);
	background-repeat: repeat-x;
	background-size: 50%;
}
.txt_c_w{
	color: #fff;
}
.slider{
	margin: 1em 0;
}
#side .side_bn{
	margin-bottom: 1em;
	
}
#side .side_category{
	border: #2E3191 solid 2px;
	background-color: #F1F6FF;
	margin-bottom: 1em;
}
#side .side_category dl{
	margin: 0 ;
}
#side .side_category dl dd{
	background-image: url(https://img21.shop-pro.jp/PA01413/904/etc/side_cate_arrow.png?cmsp_timestamp=20181018174648);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.2em auto;
	padding: 0.5em 1em 0.5em 1.8em;
	margin: 1em 0.5em;
	border-bottom: 1px solid #B2B2B2;
	font-size:15px;
	font-weight: bold;
}
#side .side_category dl dd:last-child{
	border: none;
}
#side .side_category dl dd a{
	display: block;
}
#side .side_ichiba{
	border: solid 2px #000;
	margin-bottom: 0.7em;
}


.foot_wrapper{
	width: 100vw;
	position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	background-color:#2D5DA8;
	background-image: url(https://img21.shop-pro.jp/PA01413/904/etc/foot_back_ptrn.jpg?cmsp_timestamp=20181023160521);
}
#footer {
	color: #FFFFFF;
}
#footer ul li a {
	color: #FFFFFF;
}
#footer .foot_office {
	text-align: center;
}
#footer .foot_office h2 a{
	color:#fff;
	font-size: 1.4rem;
}
#footer .foot_office .foot_info{
	display: inline-block;
}

.bg_white{
	background-color: #fff;
	margin-top: 20px;
	position: relative;
	padding: 0 1em 1.5em 1em;
	min-height: 500px;
}


.flex{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fl-w{
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fl-1{
	flex: 1;
}
.fl-none{
	flex: none;
}


.furusatonozei{
	background-color: #fff;
	text-align: center;
	position: relative;
	
}
.furusatonozei .henrei-tit{
	font-size: 18px;
}
.furusatonozei .henrei_btn a{
	display: inline-block;
	background-color: #c0272d;
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
	padding: 10px 40px;
}
.furusatonozei .nozei_wrap{
	margin-bottom: 50px;
}
.delivery_cost{
	width: 100%;
}
.delivery_cost,
.delivery_cost th,
.delivery_cost td{
	border: 1px solid #666;
	border-collapse: collapse;
}
.delivery_cost table th,
.delivery_cost table td{
	border: none;
}
@media (max-width: 480px) {
	.delivery_cost,
.delivery_cost th,
.delivery_cost td{
	display: contents;
	}
}
.tenpo .tenpo_tit{
	background-image: url(https://img21.shop-pro.jp/PA01413/904/etc/pattern_brown.jpg?cmsp_timestamp=20190322135305);
	background-size: auto 60%;
	padding: 1em;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 0.2em;
	margin-left: -0.6em;
	margin-right: -0.6em;
  	margin-top: 0;
	position: relative;
}
.tenpo .entrance{
	margin: 20px auto;	
}

.tenpo .entrance p{
	border: 1px #FFFFFF solid;
}
.tenpo .tenpo_read{
	margin: 1em 1em 0 0;
	flex: 1 1 375px;
}
.tenpo .orandabei{
	flex:1 0 285px;
	text-align: right;
}
.tenpo .ago_series{
	 -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
.tenpo .ago_series p{
	margin:10px;
}
.tenpo .tenpo_access{
	background-image: url(https://img21.shop-pro.jp/PA01413/904/etc/pattern_brown.jpg?cmsp_timestamp=20190322135305);
	background-size: auto 60%;
	padding: 1em;
	color: #fff;
	font-size: 1.2rem;
}
.tenpo .map{
	text-align: center;
}


.koutei {
	position: relative;
}
.koutei .koutei_tit{
	margin: 20px 0;
	text-align: center;
	
}
.koutei .read{
	text-align: center;
}
.koutei .create_tit{
	background-image: url(https://img21.shop-pro.jp/PA01413/904/etc/pattern_blue3.jpg?cmsp_timestamp=20181023164646);
	background-size: auto 60%;
	padding: 0.5em;
	color: #fff;
	font-size: 1.2rem;
	margin: 2em 0;
	text-align: center;
}
.koutei .koute_grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
 	grid-gap: 30px;
	justify-content: center; 
	justify-items: center;
}
.koutei .cont_koutei{
	width: 300px;
}
.koutei .kt_tit{
	margin: 10px 0;
}
.koutei .kt_tit img{
	 margin-right: 10px;
}
.koutei .links_agodasi{
	background-color: #d2f0f7;
	position: relative;
	margin: 100px 0 30px;
	padding: 30px 20px 10px;
}
.koutei .links_agodasi h3{
	position: absolute;
	left: 10px;
	top:-100px;
}
.koutei .links_agodasi .link_ban{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	justify-items: center;
	grid-gap: 10px;
}

.koutei .links_agodasi .link_ban .ban_item img{
	border: 1px solid #284693;
}
.koutei .links_agodasi .link_ban .ban_item a:hover{
	opacity: 0.8;
}
@media (max-width: 768px) {
	.bg_white{
		min-height: 200px;
	}
	.back_texture{
		background-image: none;
	}
	.furusatonozei .kome span,
	.furusatonozei .henrei_btn span{
		display: block;
	}
	.tenpo .map iframe{
	width: 100%;
		height: 400px;
}
	.pc_none{
		display: nonel
	}
}

.product-title{
	background-image: url(https://img21.shop-pro.jp/PA01413/904/etc/pattern_blue3.jpg?cmsp_timestamp=20181023164044);
	background-size: auto 60%;
	padding: 1em;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 0.2em;
	margin-left: -0.6em;
	margin-right: -0.6em;
  	margin-top: 0;
	position: relative;
}
.product-title:before,
.tenpo .tenpo_tit:before,
.furusatonozei h2:before,
.koutei h2:before{
	content: '';
	background-image:  url(https://img21.shop-pro.jp/PA01413/904/etc/back_shadow_left.png?cmsp_timestamp=20181019142200);
	position: absolute;
	top:0;
	left: -25px;
	width: 25px;
	height: 424px;
}

.product-title:after,
.tenpo .tenpo_tit:after,
.furusatonozei h2:after,
.koutei h2:after{
	content: '';
	background-image:  url(https://img21.shop-pro.jp/PA01413/904/etc/back_shadow_right.png?cmsp_timestamp=20181019142711);
	position: absolute;
	top:0;
	right: -25px;
	width: 25px;
	height: 424px;
	
}
@media (max-width: 768px) {
	.product-title:before,
.tenpo .tenpo_tit:before,
	.furusatonozei h2:before,
	.koutei h2:before{
	content:none;
	}
	.product-title:after,
.tenpo .tenpo_tit:after,
	.furusatonozei h2:after,
	.koutei h2:after{
	content:none;
}
}
.wrap_bgc_w{
	background-color: #fff;
	position: relative;
	padding: 1em;
	margin-top: 20px;
}
.wrap_bgc_w:before{
	content: '';
	background-image:  url(https://img21.shop-pro.jp/PA01413/904/etc/back_shadow_left.png?cmsp_timestamp=20181019142200);
	position: absolute;
	top:0;
	left: -25px;
	width: 25px;
	height: 424px;
}

.wrap_bgc_w:after{
	content: '';
	background-image:  url(https://img21.shop-pro.jp/PA01413/904/etc/back_shadow_right.png?cmsp_timestamp=20181019142711);
	position: absolute;
	top:0;
	right: -25px;
	width: 25px;
	height: 424px;
	
}

.bgi_ptblue{
	background-image: url(https://img21.shop-pro.jp/PA01413/904/etc/pattern_blue3.jpg?cmsp_timestamp=20181023164646);
	background-size: auto 60%;
	padding: 0.5em;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 0.2em;
  	margin-top: 0;
}
@media (max-width: 768px) {
	#header .menu_wrap .menu_cont{
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	display: block;
}
	#header .menu_wrap .menu_cont li{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #083477 !important;
	display: block;
	text-align: center;
	}
	#header .menu_wrap .menu_cont li.cart_btn{
	margin-left:auto;
	margin-right:auto;
	margin-top: 1em;
	border: none !important;
		

	}
	#header .menu_wrap .cart_btn a{
		font-size: 14px;
	}
}