@charset "euc-jp";

body {#sp-menu;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

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

/*
 * 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-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.icon-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); }
}

/*追加*/
*{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#wrapper{
	max-width:1200px;
}
#contents{
	max-width:870px;
	padding-right:0;
	padding-left:0;
}
@media (max-width: 1200px) {
  #contents { padding-left: 20px; }
}
@media (max-width: 768px) {
  #contents { padding-left: 0px; }
}
p{
	font-size:16px;
	color:#111111;
}
ul.top-top{
	display:flex;
	flex-direction:row-reverse;
	margin-bottom:30px;
}
ul.top-top li{
	list-style-type:none;
	padding-left:30px;
	margin-left:10px;
}
ul.top-top li span{
	padding-top:5px;
}
ul.top-top li a.account img{
	width:13px;
}
ul.top-top li a.cart img{
	width:17px;
}
ul.top-top li a.account_add{
	width:18px;
}
ul.top-top li a.login{
	width:10.5px;
}
ul.top-top li a img{
	padding-right:5px;
}
.txt_24{
	text-align:center;
	position:relative;
	display:block;
}
.logo img{
	max-width:242px !important;
}
@media(min-width: 768px){
	a[href^="tel:"]{
		pointer-events: none;
	}
}
@media (max-width: 768px){
/*	
	ul.top-top{
		display:none;
	}
*/
	ul.top-top {
		position: absolute;
		top: 0px;
		right: 0px;
		margin-bottom: 0;
		z-index: 999;
	}
	ul.top-top span {
		display: none;
	}
	ul.top-top li {
		padding-left: 10px;
	}


	ul.top-top .logo{
		text-align:left;
	}
	.logo img{
		max-width:150px !important;
	}
}
p.txt_10{
	display:none;
}
ul.top-link{
	text-align:right;
	display:block;
	/*margin-top:-80px;*/
    position: absolute;
    top: 40px;
    right: 0px;
}
ul.top-link li{
	list-style-type:none;
}
ul.top-link li.tel img{
	max-width:185px;
}
ul.top-link li.kaitori img{
	max-width:187px;
}
ul.top-menu{
	/*display:flex;*/
	justify-content:center;
	border-bottom:none;
	border-top:none;
}
ul.top-menu li{
	margin:25px 0;
	padding:5px 3em;
	border-right:solid 1px #ccc;
}
ul.top-menu li:first-child{
	padding-left:15px;
}
ul.top-menu li:nth-child(5){
	border-right:none;
	padding-right:15px;
}
.top-menu-gnavi{
	display:block;
}
ul.top-menu_sp{
	display:none;
}
@media (max-width: 768px){
	ul.top-link{
		display:none;
	}
	ul.top-menu li{
		padding:13px;
		margin:0;
		font-size:14px;
		border-right:none;
        border-bottom: 1px solid #fff;
	}
	ul.top-menu li a{
		color:#fff;
	}
	ul.top-menu_sp{
		display:flex;
		width:100%;
		justify-content:center;
        display:none; /* 非表示 */
	}
	ul.top-menu_sp li{
		padding:15px 5px;
	}
}
.top-img p{
	font-size:14px;
	background-color:#d6eaf2;
	padding:5px;
	margin-bottom:0;
}
@media (max-width: 768px){
  .top-img p{
	font-size:10px;
  }
}
.top-img .about-link-btn{
	position:absolute;
	right:20px;
	bottom:20px;
}
.top-img .about-link-btn img{
	width:300px;
}
.top-img{
	position:relative;
}
.top-img .title{
	background-image:url('https://img21.shop-pro.jp/PA01470/091/etc/free01.jpg?cmsp_timestamp=20210614135736');
	background-repeat:no-repeat;
	background-size:cover;
}
.top-img .title h2{
	text-align:center;
	display:block;
	margin:0 auto;
	padding:100px 0;
	font-size:36px;
}

@media (max-width: 768px){
	.top-img{
		margin-bottom:30px;
        margin-top: 20px;
	}
	.top-img .about-link-btn{
		position:initial;
		text-align:center;
		margin-top:20px;
	}
	.top-img .about-link-btn img{
		width:200px;
	}
	.top-img .title h2{
		text-align:center;
		font-size:18px;
		padding:40px 0;
	}
	.top-img .title{
		/*margin-top:50px;*/
		/*margin-top:20px;*/
	}
}
/*スライダー*/
.top-img .bx-wrapper .bx-viewport{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
}
.top-img .bx-wrapper .bx-viewport #slider > div{
	width:100% !important;	
}
@media (max-width: 768px){
	.top-img .bx-wrapper .bx-viewport{
		height:300px !important;	
	}
	.top-img .bx-wrapper .bx-viewport img{
		width:100%;	
		height:300px;
		object-fit: cover;
	}
}

@media (max-width: 480px) {
	.top-img .bx-wrapper .bx-viewport{
		height:150px !important;	
	}
	.top-img .bx-wrapper .bx-viewport img{
		height:150px;	
	}
	
}


/*サイドメニュー*/
#side{
	max-width:280px;
	padding:0;
}
.side-box{
	margin:30px 0;
}
.side-box input.serchbox{
	width:190px;
    max-width: 90%;
}
.side-kaitori{
	margin-top:0;
}
.side-kaitori img{
	width:280px;
}
.guide img{
	width:280px;
}
.side-cate{
	border:solid 1px #ddd;
	padding:30px 15px;
}
.side-cate h3{
	border-bottom:solid 2px #cc1a3b;
	padding-bottom:10px;
}
.side-cate ul{
	border-bottom:none;
}
.side-cate ul li{
	border-top:none;
	font-size:16px;
	position:relative;
}
.side-cate ul li::after{
	content:"";
	position:absolute;
	right:0;
	top:15px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: #cc1a3b #cc1a3b transparent transparent;
	transform: rotate(45deg);
}
.side-tenpo, 
.side-about{
	padding:5px 15px 20px;
	border:solid 5px #f4f4f4;
	box-sizing:border-box;
}
.side-tenpo h3{
	color:#cc1a3b;
}
.side-tenpo p{
	font-size:14px;
	padding-top:20px;
}
.side-about{
	padding-top:10px;
}
.side-about p{
	font-size:14px;
}
.side-about h3{
	color:#cc1a3b;
}
.side-about h4{
	color:#cc1a3b;
	margin-bottom:10px;
	margin-top:30px;
}
.side-about p strong{
	color:#cc1a3b;
	padding:15px 0;
	display:block;
}
.side-box p.link a{
	color:#cc1a3b;
	border-bottom:solid 1px #cc1a3b;
}
.side-box p.link a:hover{
	text-decoration:none;
}

	


/*フッター*/
#footer{
	background-color:#fef6f7;
	padding-bottom:10px;
	border-top:none;
}
.foot{
	max-width:1200px;
	display:block;
	margin:0 auto;
	padding:20px 0;
    width: 96%;
}
.foot .foot-box > p{
	font-size:14px;
	margin-bottom:10px;
	line-height:1.8;
}
.foot ul li:first-child{
	padding-top:0;
}
.foot ul li{
	list-style-type:none;
	text-align:left;
	font-size:12px;
	padding:10px 0;
}
.link-btn .kaitori img{
	width:248px;
}
.link-btn .tel img{
	width:247px;
}
@media (max-width: 768px){
	#side{
		float:none;
		margin:0 auto;
	}
	.foot{
		padding:0 0 10px;
	}
	.foot .foot-box > p{
		margin-bottom:0;
		line-height:1.8;
	}
	.foot ul li{
		text-align:center;
	}
}
.flex{
	 display:flex;
}
.foot .flex{
	 flex-wrap:wrap;
}
.foot .flex p span{
	padding:5px 20px;
	background-color:#fff;
	border-radius:20px;
	margin-bottom:10px;
	display:inline-block;
}
.foot .foot-box{
	padding-right:30px;
	text-align:left;
	box-sizing:border-box;
}
.foot .box-1{
	width:25%;
}
.foot .box-1 .logo img {
 width: 100%; 
}
.foot .box-1 ul.link-btn li.kaitori img{
	max-width:248px;
  width: 100%;
}
.foot .box-1 ul.link-btn li.tel img{
	max-width:247px;
  width: 100%;
}
.foot .box-1 ul.link-btn{
	padding-top:20px;
}
.foot .box-2{
	width:25%;
	padding-left:20px;
}
.foot .box-3{
	width:30%;
	padding-right:80px;
	padding-left:20px;
}
.foot .box-3 .card img{
	max-width:174px;
	padding-bottom:20px;
}
.foot .box-4{
	width:20%;
	padding-right:0;
	padding-left:20px;
}
ul{
	margin:0;
}
.foot .logo{
	margin-top:20px;
	margin-bottom:20px;
}
p.copy{
	margin-bottom:0;
	margin-top:30px;
    font-size: 12px;
}

@media (max-width: 768px){
	.foot .box-1{
		width:100%;
		text-align:center;
	}
	.foot .box-1 .logo img{
		max-width:242px !important;
	}
	.foot .logo{
		margin-top:10px;
		margin-bottom:10px;
		text-align:center;
	}
	.foot .box-2{
		width:100%;
		padding-left:0;
	}
	.foot .box-3{
		width:100%;
		padding-right:0;
		padding-left:0;
	}
	.foot .box-4{
		width:100%;
		padding-left:0;
	}
	.foot .foot-box{
		padding:15px 30px;
	}
	.foot .sub-title{
		text-align:center;
	}
	.foot .box-4 ul{
		display:flex;
		flex-wrap:wrap;
	}
	.foot .box-4 ul li{
		padding-right:20px;
		padding-top:0;
	}
	p.copy{
		margin-top:0;
	}
}
/*スマホmenu*/
.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: #cc1a3b;
    /*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; position: relative; }

  .gnav li a::before { content: ""; display: block; position: absolute; right: 10px; top: 10px; width: 10px; height: 10px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); }
}
#sp-menu { display: none; }
@media (max-width: 768px){
  .gnav { display: none; }
  
  .logo { text-align: left; /*margin-left: 60px;*/ margin-left: 50%; }
  .logo a { display: inline-block; transform: translateX(-50%); }
  .sp_menu { position: absolute; /*top: 5px;*/ /*top: 130px;*/ top: 84px; right: 0px; z-index: 8888; background: #cc1a3b; }
  .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: 0; }

  #sp-menu { background-color: initial; display: block; position: fixed; top: 24px; left: 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: #cc1a3b; 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);
	}
  
}
@media (max-width: 768px){
  .gnav { display: none; }
}
.sp,
.sp_flex { display: none !important; }
.pc_hidden { display: none; }
@media (max-width: 768px){
  .sp { display: block !important; }
  .sp_flex { display: flex !important; }
  .sp_hidden { display: none; }
  .pc_hidden { display: block; }
}