@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  
  font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  /*font-family: Þâ¥´¥·¥Ã¥¯ÂÎ, 'Yu Gothic', YuGothic, '¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯ Pro', 'Hiragino Kaku Gothic Pro', ¥á¥¤¥ê¥ª, Meiryo, Osaka, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', sans-serif;*/

}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

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

/*
 * contents
 */

.all_contents {
  display: flex;
  justify-content: space-between;
}
#contents {
  /*float: right;*/
  /*padding-left: 30px;*/
  order: 2;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .all_contents {
    display: block;
  }
  #contents {
    margin-left: 0;
  }
}


#contents.col {
  padding-right: 0;
  padding-left: 0;
  max-width: 870px;
}
#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); }
}






/** add.takarazuka design **/
body #header { background: #2f2f2f; color: #fff; }
@media (max-width: 768px){
  #header { padding-bottom: 30px !important; }
}
body #header a { color: #fff; }
.bx-wrapper .bx-viewport {
	border: none !important;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    left: 0px !important;
}

#wrapper {
  /*max-width: 1000px;*/
  max-width: 100%;
  width: 100%;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.clear {
  clear: both;
}


.gnav { display: flex; justify-content: space-around; }
.gnav li a { letter-spacing: 0.2em; }
@media (max-width: 768px){
  .gnav { flex-wrap: wrap; justify-content: space-around; justify-content: flex-start; align-content: stretch; 
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #333;
    padding-bottom: 20px;
  }
  .gnav li { width: 100%; display: block; margin: 0; box-sizing: border-box; /*padding-left: 40px !important;*/ }
  /*.gnav li a { display: block;  padding: 10px 10px 10px 40px; !important; }*/
  .gnav li a { display: block;  padding: 12px 10px 0px 40px; !important; }
}

.bx-wrapper .bx-pager.bx-default-pager a { background: #fff !important; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #666 !important; }

#side.col { padding: 0; width: 280px; order: 1; }
#side .inbox { background: #2f2f2f; color: #fff; }
#side .inbox a { color: #fff; }
#side .banner {}
@media (max-width: 768px){
  #side.col { padding: 0; width: 100%; }
  
  /**.slider .bx-viewport { height: 280px !important; }
  .slider .bx-viewport { height: 220px !important; }**/
  .slider .bx-viewport { height: 370px !important; }
}
@media (max-width: 480px){
  .slider .bx-viewport { height: 220px !important; }
}

.arrow-right { position: relative; }
.arrow-right::after { content: ""; position: absolute; top: 0; bottom: 0; right: 20px; margin: auto 0; color: #fff; height: 6px; width: 6px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); }

.h2_title { font-size: 24px; position: relative; text-align: center; }
.h2_title::before { content: ""; width: 75px; height: 6px; background: #000; position: absolute; bottom: 30px; left: 0; right: 0; margin: 0 auto; }
.h2_title .en { font-size: 14px; font-weight: normal; display: block; margin-top: 20px; }


@media (max-width: 480px){
	.container { padding: 0; }
}
@media (max-width: 768px){
	.container { padding: 0; }
}

#side .banner { text-align: center; }


#slider > div { max-width: 100%;  }
@media (max-width: 768px){
  /*#slider { margin-top: 40px; }*/
  /*#slider { margin-top: 100px; }*/
  #slider { margin-top: 40px; }
}

#sp-menu { display: none; }
@media (max-width: 768px){
  .gnav { display: none; }
  
  .logo { text-align: center; }
  .logo a { display: inline-block; width: 80px; }
  .sp_menu { position: absolute; /*top: 5px;*/ /*top: 130px;*/ top: 84px; right: 0px; z-index: 8888; background: #2f2f2f; }
  .sp_menu {  justify-content: center; }
  .sp_menu li { /*width: 50%; box-sizing: border-box; margin: 10px 0 !important; padding: 0 0 0 20px !important; text-align: left;*/ }
  #header { /*padding-top: 50px;*/ padding-top: 10px; padding-bottom: 50px; }

  #sp-menu { background-color: rgba(47,47,47,1.0); display: block; position: fixed; top: 24px; right: 15px; width: 42px; height: 34px; color: #fff; text-align: center; line-height: 40px; padding: 20px 10px; box-sizing: border-box; z-index: 9999; }
  #sp-menu:hover { cursor: pointer; }

	.menu-trigger,
	.menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
	.menu-trigger { position: relative; }
	.menu-trigger span { position: absolute; left: 4px; width: 80%; height: 3px; background-color: #fff; border-radius: 3px; }
	.menu-trigger span:nth-of-type(1) { top: 8px; }
	.menu-trigger span:nth-of-type(2) { top: 18px; }
	.menu-trigger span:nth-of-type(3) { bottom: 8px; }
	
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
  
}

/** ¥¹¥é¥¤¥É²¼¤Î¡ü¥¢¥¤¥³¥ó¤ÎpaddingÄ´À° **/
#header.pad_b_10 { padding-bottom: 1px; }

/** ¥Þ¥¦¥¹¥ª¡¼¥Ð¡¼¤Ç¥Û¥Ð¡¼½èÍý **/
.product_image_thumb li,
.top_under_banner li a,
.history-unit a,
.productlist-unit a,
.recommend-unit a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    display: block;
}
.product_image_thumb li:hover,
.top_under_banner li a:hover,
.history-unit a:hover,
.productlist-unit a:hover,
.recommend-unit a:hover { opacity: 0.5; }


#header .shop_menu { margin-top: 10px; }
#header .shop_menu li { margin-left: 10px; }
#header .shop_menu li a {
  display: inline-block;
  padding-left: 24px;
  background: url() no-repeat left center;
  background-size: contain;
  line-height: 1.0em;
}
#header .shop_menu li a.account {
  background-image: url(https://img21.shop-pro.jp/PA01427/570/etc/ico_account.png?cmsp_timestamp=20190822140351);
}
#header .shop_menu li a.cart {
  background-image: url(https://img21.shop-pro.jp/PA01427/570/etc/ico_cart.png?cmsp_timestamp=20190822140425);
}
#header .shop_menu li a.logout,
#header .shop_menu li a.login {
  background-image: url(https://img21.shop-pro.jp/PA01427/570/etc/ico_login.png?cmsp_timestamp=20190822140433);
}
#header .shop_menu li a.touroku {
  background-image: url(https://img21.shop-pro.jp/PA01427/570/etc/ico_touroku.png?cmsp_timestamp=20190822140440);
}
#header .shop_menu li a.item {
  background-image: url(https://img21.shop-pro.jp/PA01427/570/etc/ico_item.png?cmsp_timestamp=20190913230909);
}


@media (max-width: 768px){
  #header .shop_menu { margin-top: 20px; padding-bottom: 10px; }

  .bx-viewport { background: #2f2f2f !important; }
  
  #side input[type="text"] { width: 60%; box-sizing: border-box; padding: 15px 10px; }
  #side form { text-align: center; }
  #side .btn { margin-top: 0px; }
  
  #header .shop_menu li a { font-size: 12px; }
}

#footer { background: #2f2f2f; color: #fff; }
#footer a { color: #fff; font-size: 12px; }
#footer .flex { display: flex; flex-wrap: wrap; padding-bottom: 20px; }
#footer .ft_logo { width: 25%; }
#footer .ft_address { width: 25%; }
#footer .ft_address p { margin: 0; text-align: left; font-size: 12px; }
#footer .ft_address .p1 { font-size: 18px; margin-bottom: 20px; }
#footer .ft_address .p2 { margin-bottom: 10px; }
#footer .ft_address .p3 { margin-bottom: 15px; }
#footer .ft_address .p4 {}
#footer .ft_address .p5 {}
/*#footer .ft_address .p6 {}*/
#footer .ft_nav { width: 40%; }

#footer .ft_nav ul { display: flex; flex-wrap: wrap; width: 100%; }
#footer .ft_nav ul li { width: 50%; box-sizing: border-box; margin-bottom: 20px; text-align: left; }

#footer .ft_copyright { background: #f4f4f4; }
#footer .ft_copyright address { margin-bottom: 0; color: #333; padding: 10px 0; }

@media (max-width: 768px){
  #footer .ft_nav ul li {}
  #footer .flex { display: flex; flex-wrap: wrap; padding-bottom: 20px; }
  #footer .ft_logo { width: 100%; }
  #footer .ft_address { width: 100%; }
  #footer .ft_nav { width: 100%; margin-top: 40px; padding: 0 20px; }
  #footer .ft_address p { text-align: center; font-size: 12px; }
  #footer .ft_address .p1 { margin-top: 20px; }
  #footer .ft_nav ul li { text-align: center; }
}


.sp,
.sp_flex { display: none !important; }
@media (max-width: 768px){
  .sp { display: block !important; }
  .sp_flex { display: flex !important; }
  .sp_hidden { display: none; }
}

.box-gotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
}

.box-gotop .gotop {
    display: inline-block;
    outline: none;
}

.side_fax { display: none; }
.side_fax { background: #2f2f2f; color: #fff; padding: 20px; box-sizing: border-box; text-align: left; max-width: 280px; margin: 0 auto; }
.side_fax p { margin: 0; }
.side_fax .title { font-size: 18px; padding-bottom: 10px; border-bottom: 1px solid #fff; margin-bottom: 20px; }
.side_fax .fax { font-size: 18px; background: url(https://img21.shop-pro.jp/PA01427/570/etc/ico_fax.png?cmsp_timestamp=20190917151919) no-repeat center left; background-size: contain; line-height: 1.2em; padding-left: 30px; margin-bottom: 20px; letter-spacing: 0.2em; }
.side_fax .dl a { display: inline-block;  color: #fff; font-size: 12px; text-decoration: underline; }

/*¶¦ÄÌ¥µ¥¤¥É¥Ð¡¼SNS*/
.sns{
	margin-top:50px;
}
.sns p{
	display:block;
	border-bottom:solid 1px #ccc;
	margin-bottom:15px;
	padding-bottom:5px;
	text-align:left;
	font-size:22px;
	font-weight:700;
}
.sns p small{
	font-size:16px;
	padding-left:10px;
}
.sns ul{
	display:flex;
	margin:0;
}
.sns ul.sns_ul li:nth-child(3) {
    padding-left: 16px;
}
.sns ul li, 
.ft_logo ul li{
	list-style:none;
}
.sns ul li a {
    display: block;
}
.sns ul li img, 
.ft_logo ul li img{
	width:50%;
}
.ft_logo ul{
	display:flex;
	margin:0;
	justify-content :center;
	padding-top:10px;
}

@media (max-width: 768px){
  .sns{
		margin-left:30px;
		margin-right:30px;
	}
}

.postgate {}
.postgate caption { font-size: 18px; margin-bottom: 20px; }
.postgate th { background: #f4f4f4; color: #333; }
.postgate th,
.postgate td { padding: 5px 20px; }
@media (max-width: 768px){
  .postgate th,
  .postgate td { padding: 5px 10px; }
}


.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100%;
  margin: 20px 0;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.side_cal_memo {
  text-align: left;
}

/* 2022.07.28 ÄÉ²ÃÊ¬ */
.new_shop_data { 
}
.new_shop_data p{
  font-size: 14px;
}
.new_shop_data .new_shop_box1 {
  max-width: 600px;
  width: 100%;
  margin: 50px auto;
  line-height: 1.8em;
}
.new_shop_data .new_shop_box2 {
  display: flex;
  justify-content: space-between;
}
.new_shop_data .new_shop_box2 .lbox {
  width: 50%;
}
.new_shop_data .new_shop_box2 .rbox {
  width: 48%;
  line-height: 2.0em;
}
@media (max-width: 520px){
  .new_shop_data .new_shop_box2 {
    flex-direction: column;
  }
  .new_shop_data .new_shop_box2 .lbox {
    width: 100%;
  }
  .new_shop_data .new_shop_box2 .rbox {
    width: 100%;
    margin-top: 20px;
  }
}



