/***** base CSS *****/

:root{
	--color_link01: #999999;
	--color_border01: #E2E2E2;
	--color_bk: #282823;
	--color_red: #CA2B2C;
}

/* reset
----------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	color: var(--color_bk);
	line-height: 1.6;
	box-sizing: border-box;
	word-break: break-all;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%; /* 10px */
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-width: 1200px;
	font-size: 1.6rem;
}

h2 ,
h3 ,
h4 ,
h5 ,
h6 {font-weight: 500;}

p {margin-bottom: 7px;}

a {
	text-decoration: none;
	transition: opacity 0.6s;
}
a:hover {opacity: 0.7;}
a[href^="tel:"] {pointer-events: none;}

em {
	font-weight: 500;
	font-style: normal;
	color: var(--color_red);
}

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

ul {list-style: none;}

ol li {
	list-style-type: decimal;
	margin-left: 3em;
}

.bold {
	font-weight: 500;
	font-style: normal;
}


/*** タグ設定 END */





/********************/
/*** 部品設定 START */
/********************/
.only_img{
	margin:0px;
	padding:0px;
}

.only_img_r{
	margin:0px;
	padding:0px;
	text-align:right;
}

.only_img_l{
	margin:0px;
	padding:0px;
	text-align:left;
}

.only_img_c{
	margin:0px;
	padding:0px;
	text-align:center;
}

.clear{
	margin:0px;
	padding:0px;
	clear:both;
}

.hr_clear{
	clear:both;
	height:1px;
	width:1px;
	margin /*forWinIE6*/ :0px 0 15px 0;
	padding:0px;
	border:0;
	visibility:hidden;
}

.clearfix {
	display: block; /* for IE8 */
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
}

.float_l,
.float_l_bl{
	margin:0px;
	padding:0px;
	float:left;
	display:inline;/*forWinIE6*/
}

.float_r,
.float_r_bl{
	margin:0px;
	padding:0px;
	float:right;
	display:inline;/*forWinIE6*/
}

.textright{
	margin-right:5px;
	text-align:right;
}

.textcenter{
	text-align:center;
}

.color_red{
	color:red;
}

.bs_m_text,.bs_m_text p,.bs_m_text a{font-size:13px;}
.bs_s_text,.bs_s_text p,.bs_s_text a{font-size:12px;}
.bs_ss_text,.bs_ss_text p,.bs_ss_text a{font-size:11px;}

.br_res_block{
	display:none;
}

.res_block{
	display:none;
}

p#bs_attention2009{
	background-color:#FFF;
	color:#CC0000;
	margin:0;
}
p#bs_attention2009 a{
	background-color:#CC0000;
	color:#FFF;
	padding:3px 8px;
}

/*** 部品設定 END */





/******************/
/*** ボディ START */
/******************/
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
/*	background:url("../pic/bg_00.gif") repeat top left; */
}
/*** ボディ END */





/****************/
/*** 外枠 START */
/****************/
#rap{
	width:1200px;
	margin:0px auto;
	padding:0px 0px;
	text-align: center;
/*	padding:0px 12px;  外枠にグローをつけるときにセットグロー分だけ  */
/*	background:url("../pic/bg01.png") repeat-y ;  外枠にグローをつけるときセット  */
}
/*** 外枠 END */



/*******************/
/*** ヘッダーSTART */
/*******************/
#header{
	width:1200px;
	height: 80px;
	padding: 15px 0 0;
	background-color:#FFFFFF;
	position:relative;
}

.bs_header_logo {
	width: 190px;
	margin: 0 auto 10px;
}

.bs_header_logo a {
	display: block;
	text-decoration: none;
	font-size: 30px;
}

.bs_header_logo a span{
	display:none;
}

.bs_card_header_logo {font-size: 30px;}


p#bs_sendfree1507{
	position:absolute;
	top:47px;
	left:302px;
}

ul.bs_hd_point01{
	position:absolute;
	top:10px;
	right:0px;
}

ul.bs_hd_point01 li{
	width:202px;
	height:33px;
	display:inline;
	float:left;
	margin-right:14px;
}

p.me_jishin01{
	width:170px;
	height:50px;
	margin:0px;
	position:absolute;
	top:30px;
	right:20px;
}

p.me_gw01{
	width:430px;
	height:65px;
	margin:0px;
	position:absolute;
	top:7px;
	right:20px;
}


/********************************/
/***** メインメニュー START *****/
/********************************/
ul.bs_mainmn {
	display: flex;
	flex-wrap: wrap;
}
.bs_mainmn li {
	width: 20%;
}
.bs_mainmn a {
	display: block;
	padding: 20px 10px;
	font-size: 15px;
}



/* -------------------------------------------------------
  common.style
------------------------------------------------------- */
#contents ,
#me_card_contents {
	clear:both; /* メニューでFLOATを使っていないときは外す */
	width:1200px;
	padding:40px 0 30px;
	border-top:none;
	margin:0px;
	background-color:#FFFFFF; 
}


/********************************/
/*** メインコンテンツ内容 START */
/********************************/
.main01 {
	width:940px;
	padding:0px 20px 0 0;
	text-align:left;
	float:right;
	display:inline;/*forWinIE6*/
}

.bs_pagetitle h1 {
	font-size: 24px;
	padding: 20px 0 40px;
	border-bottom: 1px solid #222;
	margin-bottom: 40px;
}
.bs_pagetitle h1 span {
	font-size: 20px;
	margin-left: 20px;
}

.bs_title01 {
	font-size: 18px;
	border-bottom: 1px solid var(--color_border01);
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.bs_title02 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}
.bs_title03 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.bs_title03::after {
	display: block;
	content: "";
	width: 40px;
	padding-top: 10px;
	border-bottom: 1px solid var(--color_bk);
	margin: 0 auto;
}


#bs_s_h201 {
	font-size: 16px;
}

.bs_copy02,
.bs_copy01{margin-bottom:50px;}
.bs_copy01 p{font-size:17px;}
.bs_copy02 p{
	font-size:16px;
}


.bs_item_title01 {
	display: none;
}

.bs_icon_title01 ,
.bs_icon_title02 {
	padding: 3px 0;
	margin-bottom: 20px;
}
.bs_icon_title01 {font-weight: 500;}
.bs_icon_title02 {font-size: 20px;}

.bs_min,
.bs_min p,
.bs_min a{
	font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bs_img01 img{width:100%;}


/*** 余白  ***/
.bs_mb10{margin-bottom:10px;}
.bs_mb15{margin-bottom:15px;}
.bs_mb20{margin-bottom:20px;}
.bs_mb25{margin-bottom:25px;}
.bs_mb30{margin-bottom:30px;}
.bs_mb40{margin-bottom:40px;}
.bs_mb50{margin-bottom:50px;}
.bs_mb60{margin-bottom:60px;}

/*** パンくず  ***/
.bs_pankuzu ,
.bs_pankuzu * {font-size: 13px;}
.bs_pankuzu {clear:both;}
.bs_pankuzu span {font-weight: 500;}
.bs_pankuzu a {color: var(--color_link01);}


/* ブロック
--------------------------- */
.bs_section01 {
	margin-bottom: 40px;
}
.bs_section01 h4{
	font-weight: 500;
}
.bs_section01 a {
	color: var(--color_link01);
	text-decoration: underline;
}


.bs_section02{
	margin-bottom:50px;
}

.bs_scroll_content{
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
}
.bs_scroll_tbl95{width:950px;}
.bs_scroll_550{width:550px;}
.bs_scroll_870{width:870px;}

/* table
---------------- ----------------- */
.bs_tbl_wrapper{
	position:relative;
	width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
	box-sizing:border-box;
	padding-bottom:20px;
	margin-bottom:30px;
}
.me_card_title_wrap{
	width:547px;
	min-height: 128px;
	background-color:#FFF;
	position:absolute;
	top:56px;
	left:25px;
	padding-top:10px;
	border-right:1px solid #D5E2EE;
	border-left:1px solid #D5E2EE;
}


table,th,td{
	box-sizing:border-box;
}

table{
	clear:both;
	border-collapse:collapse;
	border:0px;
}

table.bs_tbl01 th,
table.bs_tbl01 td{
	padding:10px 20px;
}

.bs_scroll_tbl550{width:550px;}


/* form
---------------- ----------------- */
input ,
textarea ,
select ,
label {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	box-sizing: border-box;
	font-size: 100%;
}

input[type="text"] ,
input[type="tel"] ,
input[type="email"] ,
textarea ,
select {
	display: inline-block;
	border: 1px solid #E0E0E0;
	padding: 5px;
	margin-bottom: 10px;
}

input[type="text"] ,
input[type="tel"] ,
input[type="email"] ,
textarea {
	padding: 9px 12px;
}
input[type="text"] ,
input[type="tel"] ,
input[type="email"] {max-width: 100%;}
textarea {
	width: 100%;
	max-width: 860px;
}

input::placeholder {color: #888888;}

input[type="submit"],
input[type="button"] {
	display: block;
	cursor: pointer;
	appearance: button;
}

input[type="file"] {
	width: 100%;
	max-width: 500px;
}

/* ボタン
--------------------------- */
.bs_btn,
.bs_btn_s{
	width:100%;
	max-width:280px;
	margin:0px auto;
}

.bs_btn a,
.bs_btn input,
.bs_btn_s a,
.bs_btn_s input{
	display:inline-block;
	width:100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:17px;
	text-align:center;
	margin:0 auto;
	box-sizing:border-box;
/* 	cursor:pointer; */
	cursor:hand;
	-webkit-appearance: none; /* iPhoneでのオリジナルフォームボタン再現 */
}

.bs_btn a,
.bs_btn input{
	padding:13px;
}

.bs_btn:hover,
.bs_btn_s:hover{
	opacity:0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity:0.8; /* FF lt 1.5, Netscape */
}

ul.bs_btn_2col{
	display:table;
	table-layout: fixed; /* テーブルの列幅を均等に */
	width:100%;
	max-width:500px;
	margin:0 auto;
}

ul.bs_btn_2col li{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	padding:0 6px;
}

ul.bs_btn_2col li a,
ul.bs_btn_2col li input{
	padding:13px 0;
}

ul.bs_btn_2col_s{
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 10px 0;  /* 左右 上下で記述 */
}
ul.bs_btn_2col_s li{
	display:table-cell;
	vertical-align:middle;
}



/************************/
/* サイドメニュー START */
/************************/
.side_menu01{
	width:200px;
	margin:0px;
	padding:0 0 0 20px;
	text-align:left;
	float:left; /* 左メニューに設定 */
}

h2#bs_s_h2map{background:url("../pic/bg_h2smap01.jpg") no-repeat left center;}
h2#bs_s_h2letter{background:url("../pic/bg_h2sletter01.jpg") no-repeat left center;}


.s_area01{
	background-color:#FFFFFF;
	padding:10px;
}

.s_area01 p{
	color:#333333;
}

.s_mn01 li{
	margin:0 0 25px 0;
}

.s_mn01 a{
	display:block;
}

ul.s_mn02 {
	margin-bottom: 40px;
}

.s_mn02 a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
}

#bs_cate_mn a {
	padding: 6px 0;
}


ul.s_mn04{margin-bottom:20px;}
.s_mn04 li{
	font-size:11px;
	line-height : 1.3em;
	padding:0 0 5px 7px;
}


p.bs_side_link{
	clear:both;
	margin-bottom:40px;
}

p.bs_cate_bn01{margin-bottom:25px;}

ul#bs_sbn_ul01 li {margin-bottom:15px;}
ul#bs_sbn_ul01 li:last-child{margin-bottom:30px;}

ul#bs_sbn_ul02 li{margin-bottom:7px;}

.bs_teikyuubi{
	margin-bottom:10px;
	display:table;
}
.bs_teikyuubi p{
	display: table-cell;
	margin-left:10px;
}
.bs_side_shikaku{
	display: table-cell;
	width: 15px;
	height: 10px;
	background: var(--color_bk);
}


/*** モバイルサイト案内 START */
.s_mobile{
	margin-top:20px;
	padding:10px 10px 0;
	background-color:#FFD9B3;
}

p.me_mbqr{
	width:90px;
}

p.me_mburl{
	color:#FF5500;
}

.s_mb_cap{
	height:19px;
	background-color:#FF8800;
	text-align:center;
	font-weight: 500;
	color:#FFFFFF;
	margin-bottom:10px;
}

/*** ショップ情報 START */
.bs_shoparea{
	width:184px;
	border:1px solid var(--color_border01);
	padding:10px 7px;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

.bs_shoparea01{margin-bottom:30px;}

.bs_shoparea01 h3 {
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--color_border01);
	margin-bottom: 15px;
}

.bs_toujitsu a {font-size: 14px;}
.bs_toujitsu a span {
	font-size: 17px;
	font-weight: 500;
	color: var(--color_red);
}
.bs_taiou span {
	display: block;
	font-size: 13px;
}

.bs_more01 {text-align: right;}
.bs_more01 a {
	font-size: 14px;
	color: var(--color_link01);
}
.bs_more01 a::after {
	content: " \f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}

.bs_text_link01 a {
	font-size: 14px;
	color: var(--color_link01);
}
.bs_text_link01 a::before {
	content: " \f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	margin-right: 5px;
}


p.bs_sgoflow01{text-align:center;}

p.bs_sgoflow03 a{
	font-size:13px;
	font-weight: 500;
	color:red;
}

li#bs_tax01 p{
	font-size:13px;
	text-align:center;
	background-color: var(--color_red);
	color:#FFFFFF;
	font-weight: 500;
	padding:5px 0;
}

li#bs_tax03{
	margin-bottom:5px;
}

li#bs_tax02 {
	margin-bottom: 7px;
}
li#bs_tax02 a {
	display: block;
	height: 70px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../pic/bg_cart01.gif);
	background-size: contain;
}
li#bs_tax02 span {
	display: none;
}


/*** カレンダー START */
table.bs_tbl_calender01 {
	border-left:1px solid var(--color_border01);
	border-top:1px solid var(--color_border01);
	margin:0 auto 20px;
	background-color:#FFFFFF;
}

table.bs_tbl_calender01 td ,
table.bs_tbl_calender01 th {
	border-right:1px solid var(--color_border01);
	border-bottom:1px solid var(--color_border01);
	padding:0px 4px;
	text-align:center;
	vertical-align:middle;
	font-size: 13px;
}

th.me_thtitle01 {
	text-align: center;
	background-color: #FFFFFF;
}

td.me_tdoff {
	background-color: var(--color_bk);
	color: #FFF;
}

td.me_tdlast {color:#CCCCCC;}

td.me_tdoff_last {color:#FEFEFE; background-color: #E0E0E0;}

.bs_shoparea02 p {font-size: 12px;}
.bs_shoparea02 a {color: var(--color_link01); font-weight: 500;}
.bs_shoparea02 span {color:var(--color_red); font-weight: 500;}

/*** Facebook START */
.bs_fb_wrap {
}


/* サイドのお気に入り */
ul#s_mn03{
	margin:0 auto 0 0;
}

#s_mn03 li{
	float:left;
	display:inline;
	margin-left:5px;
	text-indent:-50000em;
	font-size:3px;
	height:16px;
}

#s_mn03  a{
	height:16px;
	font-size:3px;
	display:block;
	height:16px;
}

li.bs_sicon01 a{width:16px;background:url("../pic/icn_yahoo.gif") no-repeat top center;}
li.bs_sicon02 a{width:16px;background:url("../pic/icn_hatena.gif") no-repeat top center;}
li.bs_sicon03 a{width:16px;background:url("../pic/icn_buzzurl.gif") no-repeat top center;}
li.bs_sicon04 a{width:16px;background:url("../pic/icn_livedoor.gif") no-repeat top center;}
li.bs_sicon05 a{width:16px;background:url("../pic/icn_delicious.gif") no-repeat top center;}
li.bs_sicon06 a{width:16px;background:url("../pic/icn_google.gif") no-repeat top center;}
li.bs_sicon07 a{width:16px;background:url("../pic/icn_nifty.gif") no-repeat top center;}
#s_mn03 a:hover{background-position:bottom center;}

/*** サイドメニュー END */



/***************/
/*** info 共通 */
/***************/
.bs_link_menu01 { 
	width: 690px;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bs_link_menu01 li {
	min-width: 160px;
	margin: 0 5px 10px;
}
.bs_link_menu01 li a {
	display: block;
	text-align: center;
	border: 1px solid var(--color_border01);
	padding: 10px;
	font-size: 15px;
}
.bs_link_menu01 li a.active ,
.bs_link_menu01 li a:hover {
	border: 1px solid var(--color_bk);
	background-color: var(--color_bk);
	color: #FFF;
}
.bs_link_menu01 li a:hover {opacity: 1;}



/* -------------------------------------------------------
  index.html.style
------------------------------------------------------- */
.me_top_slide_section01 .swiper-slide {
	width: 100%;
}
.me_top_slide_section01 .swiper-slide a {
	width: 100%;
}
.me_top_slide_section01 .swiper-slide a:hover {opacity: 1;}

.me_top_slide_section01 .swiper-slide a img {
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: cover;
}


#me_main01{padding-top:0px;}

.me_side01{margin-top:30px;}

.swiper-container {
	width:100%;
}
.swiper-button-next,.swiper-button-prev{
	top:22px;
	width:30px;
	height:159px;
	margin-top:-22px;
	-moz-background-size:30px 159px;
	-webkit-background-size:30px 159px;
	background-size:30px 159px;
}

.swiper-pagination-bullet-active{opacity:1;background:#EFEFEF}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url(../pic/00_swiper_prev01.png);left:0px;}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url(../pic/00_swiper_next01.png);right:0px;}

.swiper-slide img{
	width:100%;
}

#me_recomend .swiper-slide{max-width:159px;}

#me_recomend_item .swiper-slide{
	max-width:159px;
	float:left;
	display:inline;
	position: relative;
}
#me_recomend_item .swiper-slide p {
	font-size: 12px;
	line-height: 1.2em;
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: 36px;
	padding: 3px 10px;
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/***** 新着情報 START *****/
#me_newsdiv{
	width: 100%;
/* 	width: 560px; */
	position: relative;
}

#me_newsdiv .bs_h203{margin-bottom:0;}

/* .bs_article_list02 */
.bs_article_list02 {
	height: 220px;
	overflow: auto;
	padding: 0 10px;
}
.bs_article_list02 li a {
	width: 100%;
	display: block;
/*
	display: flex;
	flex-wrap: wrap;
*/
	padding: 15px 0px;
	border-bottom: 1px solid var(--color_border01);
}
.bs_article_list02 li time {
/* 	width: 110px; */
	font-size: 13px;
	margin: 0;
}
.bs_article_list02 li p {
/* 	padding-left: 10px; */
	font-size: 15px;
	margin: 0;
}
.bs_article_list02 li span {
	display: block;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
}

p#me_goichiran {
	position: absolute;
	right: 10px;
	top: 5px;
}
p#me_goichiran a {font-size: 13px;}

#me_news_go{
	text-align:center;
}
#me_news_go a{
	text-align:center;
	padding:3px 0;
	font-size:12px;
	background-color: #EAD193;
	color:#000;
}

span.me_tp_nokori{
	color:#990000;
}


/* Twitter */
#me_twitter{
	width:330px;
}

/* about slide */
#me_about_slide{
	width:340px;
}

/*** START  */
.me_top_infoarea01{
	margin-bottom:50px;
	clear:both;
}

/* ピックアップ 2col */
ul#me_recommend_ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul#me_recommend_ul li {
	width: 47%;
	margin-bottom: 30px;
}
ul#me_recommend_ul li a {
	display: flex;
}

ul#me_recommend_ul h4{
	font-weight: 500;
	font-size:12px;
	color:#CC6600;
	margin:0 0 10px ;
}

ul#me_recommend_ul p{
	margin:0;
}

ul#me_recommend_ul figure {
	width: 124px;
	height: 95px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

/* ピックアップ 3col */
.me_picup_wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.me_picup_wrap01 > div {
	width: 32%;
	margin: 0 2% 0 0;
}
.me_picup_wrap01 > div:nth-child(3n) {margin: 0;}

.me_picup_wrap01 > div h4 {
	padding-bottom: 5px;
	border-bottom: 1px solid var(--color_border01);
	margin-bottom: 7px;
	font-size: 16px;
}
.me_picup_list li {margin-bottom: 7px;}
.me_picup_list li a {display: inline-block;}
.me_picup_list li::before {
	display: inline-block;
	content: "・";
}


/* 人気商品 */
ul.me_pickupul{
	margin:20px auto 0;
}

.me_pickupul li{
	width: 22%;
	float:left;
	display:inline;
	margin:0 4% 30px 0;
}
.me_pickupul li:nth-child(4n){margin-right:0;}
.me_pickupul li:nth-child(4n+1){
	clear:both;
}

ul.me_pickupul img{
	width:100%;
	margin-bottom:5px;
}

ul.me_pickupul p{
	margin:0;
	font-size:12px;
}
/* */



/* -------------------------------------------------------
  info/index.html.style
------------------------------------------------------- */
.me_info_block01{margin-bottom:60px;}

.me_info_title01 {
	font-size: 28px;
	margin: 0 0 40px 0;
}
.me_info_title01 span {
	display: block;
	font-size: 15px;
}

.me_info01{
	max-width:667px;
	margin: 0 auto;
	padding:35px 30px 0;
/*
	border-top:1px solid #D7D7D7;
	background-image:url(../pic/bg_info_aisatsu_back02.jpg);
	background-repeat:repeat;
	background-position:left top;
*/
	box-sizing:border-box;
	position:relative;
}
.me_info_copy01{
	font-size:28px;
}
.me_info01 p{
	line-height:23px;
	margin-bottom:45px;
}
p.me_info_staff01 {
	font-size: 19px;
	text-align: right;
	margin-bottom: 0px;
}

ul.me_info_ul01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.me_info_ul01 li {
	width: calc(100% / 3 - 40px * 2 / 3);
	margin: 0 40px 40px 0;
	border: 1px solid var(--color_border01);
}
ul.me_info_ul01 li a {
	display: block;
	text-align: center;
	padding: 50px 10px;
	font-size: 18px;
}

ul.me_info_ul01 li:last-child {margin-right: 0;}

.me_info_aisatsu_bt{
	max-width:667px;
	margin: 0 auto;
	margin-bottom:50px;
}
.me_info_aisatsu_bt img {display: none;}

/* info/product.html */
.me_info_product_textarea01{
	max-width: 710px;
}
.me_info_product_imgarea01{
	max-width:192px;
}

.info_product_title02{
	font-weight: 500;
	border-left:5px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:3px 8px;
	margin:0px 0px 10px;
}

ul.me_info_product_mehagi_ul{
	max-width:616px;
}
ul.me_info_product_mehagi_ul li{
	width:31.16%;
	float:left;
	display:inline;
	margin-right:3.24%;
}
ul.me_info_product_mehagi_ul li:last-child{margin-right:0;}
ul.me_info_product_mehagi_ul li img{width:100%;}

/* info/package.html */
.me_info_package_textarea01 {
	width: 73.4%;
	max-width: 690px;
}
.me_info_package_textarea01 h3 {
	font-size: 20px;
	margin-bottom: 25px;
}

.me_info_package_imgarea01{
	max-width:212px;
}

.me_info_package_point_bl01 {
	padding: 8px 12px;
	border: 2px solid var(--color_border01);
}

.me_info_package_point_bl01 p {
	font-size: 12px;
	margin-bottom: 0px;
}

p.me_info_package_point01{
	font-size:15px;
	color:#CC0000;
}


/* info/present.html */
.me_pre_main01 {
	max-width: 692px;
	margin: 0 auto 50px;
}
.me_pre_main01 img {
	margin: 0 auto 20px;
}

.me_info_present01{
	max-width: 700px;
	margin: 0 auto 60px;
	position:relative;
}
.me_info_present_title{
	font-size:20px;
	position:absolute;
	top:20px;
	left:137px;
}
.me_info_present_title span{color:#CC0000;}

span.me_info_present_red{
	text-decoration:none;
	color:#CC3300;
}

.me_info_present_imgarea01{
	max-width:280px;
}
.me_info_present_textarea01{
	max-width:363px;
	text-align:center;
	margin-top:85px;
}

.me_info_present_icon{
	text-align:center;
	margin:0 auto;
}
#me_info_present_icon01{max-width:87px;}
#me_info_present_icon02{max-width:211px;}
#me_info_present_icon03{max-width:333px;}

.me_info_tyousei{
	margin-right:90px;
}



/* -------------------------------------------------------
  about/index.html.style
------------------------------------------------------- */
.me_about_cate_box {
	background-color: #FFFFFF;
	padding: 25px 30px;
	margin-bottom: 40px;
}
.me_about_cate_box h3{
	font-size:20px;
	margin-bottom:20px;
}

ul.me_about_cateul01{
	max-width:630px;
	margin:0px auto;
}

ul.me_about_cateul01 li{
	width:47.14%;
	float:left;
	display:inline;
	margin:0 5.71% 20px 0;
}
ul.me_about_cateul01 li img{width:100%;}

ul.me_about_cateul01 li:nth-child(2n){
	margin-right:0;
}

ul.me_about_cateul01 a{text-decoration:none;}
ul.me_about_cateul01 span{text-decoration:underline;}

.me_about_img{max-width:286px;}
#me_about_img0101{max-width:286px;}
#me_about_img0102{max-width:255px;}

.me_about_img02{max-width:172px;}
.me_about_img03{max-width:150px;}

.me_about_txt{
	width: 65.42%;
}
.me_about_txt02 {
	width: 77.66%;
}

.me_about_txt02 h4 {
	font-weight: 500;
}

.me_h301{
	text-align:center;
	font-size:21px;
	margin:20px 0 20px;
}

.me_abou_ul01{margin:20px 0px;}
.me_abou_ul01 li{margin-bottom:5px;}


/* -------------------------------------------------------
  item.html.style
------------------------------------------------------- */
.me_item_title01{
	height:38px;
	padding:5px 0 0 45px ;
	margin-bottom:10px;
	font-weight: 500;
	font-size:120%;
	border-bottom:1px solid #BAAB60;
}

ul.me_item_ul li {
	margin-bottom: 5px;
}

#me_item_info01{
	position:relative;
}

#me_item_info01 img{
	position:absolute;
	right:0px;
	bottom:0px;
}



/* -------------------------------------------------------
  item/index.html.style
------------------------------------------------------- */
h2#me_item_img_title01{
	margin-bottom:30px;
}
.me_item_txtinfo{
	margin:0px auto 20px;
}

.me_itemcateul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.me_itemcateul li {
	margin: 0 5px 5px;
}
.me_itemcateul li a {
	display: block;
	padding: 3px 12px;
	border: 1px solid var(--color_border01);
	border-radius: 50px;
}
.me_tag_active a {
	border: 1px solid var(--color_bk);
	background-color: var(--color_bk);
	color: #FFF;
}


ul.me_itemul{
	width:100%;
	margin:0px auto;
	padding-top:20px;
}
.me_itemul li{
	width:31.16%;
	float:left;
	display:inline;
	margin:0 3.26% 30px 0;
	text-align:center;
	position:relative;
}
.me_itemul li:nth-child(3n){margin-right:0;}
.me_itemul li img{width:100%; margin-bottom:5px;}
.me_itemul li:nth-child(3n+1){
	clear:both;
}

.me_itemul li p {margin-bottom: 10px;}

.me_itemul li h3 {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
}

p.me_item_kanbai{
	display:inline;
	color:yellow;
	font-weight: 500;
	padding:2px 5px;
	background-color:#AAAAAA;
}
.me_thankstxt {
	color: var(--color_red);
}

.me_wari{
	font-weight: 500;
	color:red;
}

.me_pankuzu{
	text-align: center;
	margin: 0 auto 30px;
}
.me_pankuzu ,
.me_pankuzu a {font-size: 15px;}



/* -------------------------------------------------------
  item/detail.html.style
------------------------------------------------------- */
#me_itemcate {
	font-size: 15px;
	color: #666;
}

table#me_datatbl {
	border-bottom: 1px solid var(--color_border01);
	border-left: 1px solid var(--color_border01);
	width: 100%;
}

table#me_datatbl th {
	width: 70px;
	font-weight: 500;
}

table#me_datatbl td ,
table#me_datatbl th {
	border-top: 1px solid var(--color_border01);
	border-right: 1px solid var(--color_border01);
	padding: 3px;
	font-size: 12px;
}

.me_item_detail_bnr_zoutou01 ,
.me_item_detail_bnr_gochui01 ,
.me_item_detail_bnr_present01 {
	display: none;
}

/* SNSボタン  */
.me_snsarea01{margin-bottom:20px;}

.me_snsarea01 ul{
	width:220px;
	margin:0px auto;
}

.me_snsarea01 li{
	width:110px;
	overflow:hidden;
}

.me_snsarea01 li.float_l{text-align:left;}
.me_snsarea01 li.float_r{text-align:right;}

p.me_jyunbi01{
	border:2px solid #CC9900;
	padding:5px;
	margin:10px 0px 10px;
}

p.me_jyunbi01,
p.me_jyunbi01 a{
	font-size:12px;
}

p.me_jyunbi01 em,
p.me_jyunbi01 em a{
	color:red;
	font-weight: 500;
}

ul#me_recentlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:100px;
}
#me_recentlist li {
	width: calc(100% / 6 - 30px * 5 / 6);
	margin: 0 30px 30px 0;
}
#me_recentlist li:nth-child(6n) {margin-right: 0;}

#me_recentlist li img {
	margin-bottom:5px;
}

#me_recentlist p {
	text-align: center;
	font-size: 12px;
	line-height: 1.1em;
}

.me_item_detail_txtinfo{
	width:400px;
	margin:0px auto 0px;
	padding-top:30px;
}
.me_item_detail_txtinfo img {width:100%;}

p.me_item_detail_date {
	color:red;
	text-align:right;
	margin-bottom:40px;
	font-weight: 500;
}

p.me_item_detail_goindex{
	text-align:center;
	margin-bottom:50px;
	margin-top:150px;
}

.me_item_detail_imgarea01 {
	width: 580px;
	float:left;
	display:inline;
	text-align:center;
}

.me_item_detail_bitemimg {
	max-width: 580px;
}
.me_item_detail_bitemimg img {
	width: 100%;
	padding: 1px;
	margin-bottom: 10px;
}

h4.me_item_detail_h401 {
	text-align: left;
	border-bottom: 1px solid var(--color_border01);
	margin-bottom: 5px;
}

ul.me_item_detail_sitemimg {
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}

.me_item_detail_sitemimg li {
	width: 19.04%;
	margin: 0 1.2% 10px 0;
}
.me_item_detail_sitemimg li:nth-child(5n) {
	margin-right: 0;
}


.me_item_detail_sitemimg img {
	width: 100%;
	padding: 1px;
	background-color: var(--color_link01);
}

.me_item_detail_dataarea01{
	width: 320px;
}

.me_item_kataban {font-size: 13px;}

.me_item_detail_dataarea01 h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
/*	border-bottom: 2px solid var(--color_border01);*/
}

.me_item_detail_datacenter{
	width:270px;
	margin:0 auto;
	text-align:center;
	color:#999999;
}

span.me_item_detail_strike{
	text-decoration:line-through;
	color:red;
	font-weight:normal;
	font-size:14px;
}
p.me_item_detail_money{
	font-weight: 500;
	font-size:20px;
}
p.me_item_detail_selectem{margin:10px 0;}
p.me_item_detail_callbtn{margin:20px 0;}



/* -------------------------------------------------------
  topics/index.html.style
------------------------------------------------------- */
.me_topics_dl{
	display:table;
	width:100%;
	margin-bottom:30px;
}

.me_topics_dl dt,
.me_topics_dl dd{
	display:table-cell;
	vertical-align:top;
}

p.me_topics_date {
	font-size: 13px;
	margin-bottom: 10px;
}

.me_topics_dl dt{
	width:110px;
	padding:0 20px 20px 0;
}
.me_topics_dl dt img{width:100%; height:auto;}

.me_topics_dl dd p,
.me_topics_dl dd a{
	word-break:break-all;
}
.me_topics_dl dd a {
	font-size: 14px;
	color: var(--color_link01);
}

p.me_topics_pankuzu{
	text-align:center;
	height:30px;
	margin-bottom:40px;
}

/* detail.html.style */
.me_topics_detail_img{
	text-align:center;
	margin:0 auto 30px;
}

.me_topics_detail_txt{
	width:100%;
	margin:0px auto 30px;
}
.me_topics_detail_txt p{
	word-break:break-all;
}

#me_topics_set_r{
	width:320px;
	float:right;
	display:inline;
}

#me_topics_set_l{
	width:320px;
	float:left;
	display:inline;
}

p.me_topics_goindex{
	text-align:center;
	margin-bottom:50px;
	margin-top:100px;
}

p.me_topics_kanren{
	text-align:center;
	margin-top:40px;
}



/* -------------------------------------------------------
  贈答用セット.style
------------------------------------------------------- */
.me_zoutou_img01{
	max-width:372px;
	margin:0 auto;
}

.me_zoutou_konpou01{
	max-width:600px;
	margin:0 auto;
}

.me_zoutou_konpou_img01{
	max-width:275px;
}

.me_zoutou_konpou_text01{
	max-width:275px;
}

.me_zoutou_img02{
	max-width:657px;
	margin:0 auto;
}



/* -------------------------------------------------------
  贈答用梱包.style
------------------------------------------------------- */
.me_konpo_hikaku01{
	max-width:615px;
}
.me_konpo_hikaku02{
	max-width:669px;
}
.me_konpo_info01{
	max-width:444px;
}
.me_konpo01{
	max-width:674px;
	margin:0 auto;
}



/* -------------------------------------------------------
  gallery/index.html.style
------------------------------------------------------- */
#me_gallery_title01{margin-bottom:70px;}
.me_gallery_txtarea{
	margin:0 auto 50px;
	paddin:0 0 100px 0;
}

ul#me_gallery_list {
	display: flex;
	flex-wrap: wrap;
}
ul#me_gallery_list li{
	width: 19.2%;
	margin: 0 1% 15px 0;
	text-align: center;
}
ul#me_gallery_list li:nth-child(5n) {margin-right: 0;}
ul#me_gallery_list img{width:100%;}

.me_gallery_smimg01{
	width:160px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	position:relative;
	margin-bottom:2px;
	border:1px solid #E0E0DB;
	box-sizing:border-box;
}

.me_gallery_title01{
	width:125px;
	margin:0;
	padding:3px 8px;
	position:absolute;
	top:-8px;
	left:-6px;
	background-color:#CC3300;
	text-align:left;
}

.me_gallery_title01 a{
	color:#FFFFFF;
	font-size:11px;
	line-height:1em;
	text-decoration:none;
}

.me_gallery_time01{
	color:#888888;
	font-size:11px;
	margin:0;
	text-align:right;
}

span.me_gallery_icon_new{
	display:inline-block;
	max-width:50px;
}

.me_gallery_pankuzu{
	margin:50px 0 30px;
	text-align:center;
	padding-top:10px;
	background:url("../pic/bg_topicpan.jpg") no-repeat center top;
	color:#FFD0D9;
}

/* detail.html.style */
.me_gallery_detail_txt{
	max-width:420px;
	margin:0px auto 30px;
}
.me_gallery_detail_txt p{
	word-break:break-all;
}



/* -------------------------------------------------------
  call.html.style
------------------------------------------------------- */
p.me_call_form_flow{
	font-size:15px;
	text-align:center;
	margin:0 auto 30px;
}

p.me_call_form_flow i {
	padding: 0 15px;
	color: var(--color_link01);
}

p.me_call_form_flow span{
	padding:2px 10px;
	border-radius: 50px;
}

table.me_call_table01{
	width:100%;
	margin:20px auto;
}

table.me_call_table01 td ,
table.me_call_table01 th {
	padding:6px 3px 6px;
	vertical-align:middle;
	font-weight: 500;
	border-bottom:1px solid var(--color_border01);
}

table.me_call_table01 th {
	width: 190px;
	text-align: left;
}

.me_call_table01 span{
	font-size:85%;
	line-height:1em;
	font-weight:normal;
	color:#AAAAAA;
}

table.me_call_table01 input ,
table.me_call_table01 textarea {
	font-size:14px;
}

.me_hissu p{
	font-weight: 500;
	color:red;
}

.me_hissu {
	margin:10px auto 0;
}

span.check00_em {
	font-weight: 500;
	color: #C60032;
}

span.check00 {
	color: var(--color_red);
	font-size: 12px;
}

.div_manual{
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	color:#AAAAAA;
}

#me_call_form_naviactive {
	background-color: #222;
	color: #FFFFFF;
	border: 1px solid #222;
}

.me_sended{
	padding:80px 0;
}

.me_sended p{
	margin:10px 0;
}

.me_sended a{
	color:#FFFFFF;
}

.me_call_fubi01 {
	padding: 12px 12px 5px;
	border: 1px solid var(--color_border01);
}
.me_call_fubi01 h3 ,
.me_call_fubi01 p {font-size: 1.4rem;}



/* -------------------------------------------------------
  regi/index_noitem.html.style
------------------------------------------------------- */
#me_regi_noitem_itemarea{
	padding:100px 30px 200px;
}



/* -------------------------------------------------------
  regi/index.html.style
------------------------------------------------------- */
.me_regi_title01 {
	font-weight: 500;
	background-color: #F1F3F7;
	padding: 2px 10px;
	margin: 0 auto 10px;
}

#me_regi_item{padding:20px;}

.me_regi_itemarea{padding:20px;}

#me_regi_itemarea_img{
	max-width:650px;
	margin:0 auto 30px;
}

.me_regi_manu01{
	max-width: 460px;
}
#me_regi_navi01 {
	max-width: 460px;
	margin: 0 auto 50px;
}

/******************************/
/*** お客様情報入力画面 START */
/******************************/

/* 商品選択内容 */
.me_d_regi{
	width:90%;
	margin:0 auto;
}

/* 商品情報 フォーム */
table#me_carttbl{
	width:100%;
	background-color:#FFFFFF;
	border-top: 1px solid var(--color_border01);
	border-left: 1px solid var(--color_border01);
	margin:0 auto 10px;
}

table#me_carttbl th,
table#me_carttbl td{
	padding:7px;
	border-bottom: 1px solid var(--color_border01);
	border-right: 1px solid var(--color_border01);
}

table#me_carttbl th{
	font-weight: 500;
	min-width:70px;
}
table#me_carttbl td{text-align:right;}

tr#me_tritem{border-bottom:2px;}

tr#me_tritem td{
	border-top:2px solid var(--color_border01);
}

td.me_sogo{
	border-top:3px double var(--color_link01);
}

#me_table_nonborder{border:none;}

.me_regi_back01 {margin-bottom: 40px;}

/* お客様情報 フォーム */
table.me_regi_table01{
	width:100%;
	margin:0 auto 30px;
}

table.me_regi_table01 th,
table.me_regi_table01 td{
	padding:6px 6px;
	border-bottom:1px solid var(--color_border01);
}

.me_regi_table01 th {
	width: 170px;
	font-weight: 500;
	font-size: 14px;
	vertical-align: center;
}

.me_regi_table01 span {
	font-size: 90%;
	line-height:1em;
	font-weight:normal;
}
.me_regi_table01 span.delbtn {
	background-color: #444;
	color: #FFF;
	padding: 5px 4px 7px;
	font-weight: 600;
}

.me_regi_table01 input,
.me_regi_table01 textarea,
.me_regi_table01 select{
	font-size:16px;
	padding:5px;
	margin-bottom:2px;
	box-sizing:border-box;
}

#me_regi_coupon {
	width: 100%;
	max-width: 480px;
	background-color: #F1F3F7;
	border-radius: 6px;
	padding: 10px 5px 0;
	margin: 0 auto;
}

.me_regitext01 {
	padding: 5px 10px;
	border: 3px solid var(--color_red);
}
.me_regitext01 p {
	font-size: 12px;
}

#me_naviactive{
	border:1px solid #CCCCCC;
	background-color: #EEEEEE;
	color:#295385;
	font-weight: 500;
}

p#me_thanks_mailtuiki {
	color: var(--color_red);
	font-size: 14px;
}

tr.me_regitext01_tr{
	border-bottom:none;
}

p#me_send_attention{
	font-size:12px;
	font-weight: 500;
	color:red;
	border:3px solid red;
	padding:3px 5px;
}

.me_regi_sended a{
	color:#295385;
}



/* -------------------------------------------------------
  regi/card.html.style
------------------------------------------------------- */
#me_card_main01 {
	float: none;
	display: block;
	width: 870px;
	margin: 0 auto;
	position:relative;
}

.me_card_top {
	position: relative;
}

.me_card_flow {
	max-width: 461px;
	position: absolute;
	top: 20px;
	left: 200px;
}

p.me_card_infotext01 {
	font-size: 16px;
	color: var(--color_red);
}

.me_card_kessai_info {
	max-width: 710px;
	border: 4px solid #DDDDDD;
	padding: 15px 15px 12px;
	margin: 0px auto 40px;
}
.me_card_kessai_l {
	max-width: 257px;
}

.me_card_kessai_r {
	max-width: 400px;
}

.me_card_title01 {
	background-color: var(--color_bk);
	color: #FFFFFF;
	font-size:16px;
	font-weight: 500;
	text-align:center;
	margin:0px auto 10px;
}

h3.me_card_h301{max-width:550px;}

p#me_card_iframe{
	max-width:600px;
	margin:0 auto;
}

p#me_card_iframe span{
	padding-left:30px;
}

#me_loading{
	max-width:550px;
	height:230px;
	padding-top:140px;
	position:absolute;
	top:650px;
	left:150px;
	background-color:#FFFFFF;
	opacity:0.5;
}

#me_loading p{
	text-align:center;
	margin-bottom:20px;
	opacity:1.0;
}

#me_cald_block01{
	max-width:620px;
	margin:0px auto;
}

p.me_card_infotext02{
	font-size:16px;
	line-height:1.4em;
	padding:0 0 18px 0;
}
p.me_card_infotext02 span{font-weight: 500;}
p.me_card_infotext03{font-size:12px;}

p.me_card_infotext04{
	text-align: center;
}



/* -------------------------------------------------------
  guide.style
------------------------------------------------------- */
.me_infofuri01{
	border:1px solid #CCCCCC;
	padding:5px 10px;
	margin-bottom:5px;

}

/* 送料一覧TABLE  */
table.me_souryou_tbl{
	width:100%;
	border-collapse:collapse;
	border:0px;
	border-top:1px solid var(--color_border01);
	border-left:1px solid var(--color_border01);
	margin:20px 0;
}


table.me_souryou_tbl th,
table.me_souryou_tbl td{
	border-bottom:1px solid var(--color_border01);
	border-right:1px solid var(--color_border01);
	padding:5px 4px;
	font-size:12px;
	width:auto
}

table.me_souryou_tbl thead th,
table.me_souryou_tbl tbody th,
table.me_souryou_tbl tbody td{
	text-align:center;
}

table.me_souryou_tbl thead th {
	background-color: var(--color_bk);
	color: #FFF;
}

table.me_souryou_tbl tbody th {background-color: #F5F5F5;}

span.me_omosa{display:none;}

tr.me_area td {
	background-color: #FFFFFF;
	vertical-align: top;
}

tr.me_area td span{display:block;}

tr.me_size100 th ,
tr.me_size100 td {
	font-size: 16px;
	font-weight: 500;
	padding: 7px 4px;
}
tr.me_size100 th{
	font-size:14px;
}
tr.me_size100 th span{
	font-size:10px;
}
td.me_td100{
	font-size:16px;
	font-weight: 500;
	color:#FF3300;
}
p.me_soryotxt01{margin:4px;}
p.me_soryotxt01 span {color: var(--color_red); text-decoration: underline;}
p.me_soryotxt02{font-size:12px;margin:4px;}

th#me_omosa01{font-size:11px;padding:3px;}

/* 代引手数料TABLE START  */
table.me_daibiki_tbl {
	border-top: 1px solid var(--color_border01);
	border-left: 1px solid var(--color_border01);
	margin-bottom: 7px;
}

table.me_daibiki_tbl th ,
table.me_daibiki_tbl td {
	border-right: 1px solid var(--color_border01);
	border-bottom: 1px solid var(--color_border01);
	padding: 4px 12px;
}

table.me_daibiki_tbl thead th {
	font-weight: 500;
	background-color: var(--color_bk);
	color: #FFF;
	text-align: center;
}

table.me_daibiki_tbl tbody th {
	text-align: left;
}

table.me_daibiki_tbl tbody td{
	text-align:right;
}

p.me_stext{font-size:11px;}

p.me_haiso01,p.me_haiso01 a{font-size:12px;}

p.me_meyasu01{text-align:center;}

p.me_goflow01{
	margin-top:15px;
	display:table;
}

p.me_goflow01 a span{
	display:block;
	width:324px;
	height:20px;
	background:url("../pic/bg_guide_goflow01.gif") no-repeat left 8px top;
	text-indent:-50000em;
	display:table-cell;
	vertical-align:middle;
}
p.me_goflow01 a:hover span{background-position:left 8px bottom;}



/* -------------------------------------------------------
  acordion.style
------------------------------------------------------- */
p.trigger{
	display:none;
}

.acordion_tree{
	display:block;
}



/* -------------------------------------------------------
  footer.style
------------------------------------------------------- */
#footer{
	width:1200px;
	margin:0px auto;
	padding: 30px 0 10px;
	background-color:#FFFFFF;
	clear:both;
}

#footer a{color:#333333;}

.bs_recently_wrap {
	width: 96%;
	margin: 0 auto 30px;
}

#footer .bs_h203 {
	text-align: left;
}

.bs_recently_wrap_bg {
	background-color: #F5F5F5;
	padding: 12px;
}

#bs_recently_item .swiper-slide{
	max-width: 159px;
	position: relative;
}
#bs_recently_item .swiper-slide p {
	font-size: 12px;
	line-height: 1.2em;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	height: 36px;
	padding: 3px 10px;
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left;
}

.bs_footer_bt {
	padding-top:55px;
}

.j_scroll_fade {
	position: fixed;
	bottom:7%;
	right: 10%;
	z-index:999;
	opacity:0.9;
	filter: alpha(opacity=90); /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)"; /* ie 8 */
	-moz-opacity:0.9; /* FF lt 1.5, Netscape */
}

.bs_gotop{
	width: 50px;
	float: right;
	display: inline;
	margin-bottom: 10px;
}
.bs_gotop:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.bs_gotop img {
	width: 100%;
	border: 1px solid var(--color_bk);
	border-radius: 100%;
}

.bs_gorecent {
	width: 98px;
}
.bs_gorecent img {width: 100%;}

ul#bs_ft_ul{
	text-align:center;
	margin:0px auto 10px;
	width:850px;
}

#bs_ft_ul li{
	float:left;
	display:inline;
	margin: 0 8px 20px;
}

#bs_ft_ul li a{
	display:block;
	padding:5px 10px;
	font-size: 14px;
}


p#bs_copyright {
	text-align: center;
	color: #888888;
	font-size: 11px;
	letter-spacing: 0.1em;
}

p.bs_hdright_device01{display:none;}



/* -------------------------------------------------------
  Instagram.style
------------------------------------------------------- */
.bs_insta_wrap{width:100%;}

.bs_insta_wrap h2{
	width:146px;
	margin:0 auto 20px;
}

.bs_insta_ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bs_insta_ul li {
	width: 18.8%;
	margin: 0 1% 10px 0;
	overflow: hidden;
	position: relative;
}
.bs_insta_ul li:nth-child(5n) {margin-right: 0;}

.bs_insta_ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
}
.bs_insta_ul li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: initial;
}
.bs_insta_ul li.bs_insta_movie {position: relative;}
.bs_insta_ul li.bs_insta_movie img {
	max-width: 179%; /* 16:9の画像が表示エリア一杯になるように */
}
.bs_insta_ul li.me_insta_movie:after {
	display: block;
	content: "";
	width: 29px;
	height: 29px;
	background: url(images/00_i_insta_movie01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 4px;
	right: 5px;
}
.bs_insta_icon {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	height: 50px;
	padding: 10px 0;
	z-index: 999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.bs_insta_ul li a:hover .bs_insta_icon {display: block;}

.bs_insta_icon img {
	width: 30px !important;
}



/* -------------------------------------------------------
  color.style
------------------------------------------------------- */
.bs_btn01 a ,
.bs_btn01 input {
	background-color: #222;
	color: #FFFFFF;
	border: 1px solid #222;
}
.bs_btn02 a ,
.bs_btn02 input {
	background-color: #FFFFFF;
	color: #222;
	border: 1px solid #222;
}
