@charset "UTF-8";
/* CSS Document */



/*----------------------------------------
Reset
----------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	background: #fff;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #000;
	font-family:'游ゴシック','游ゴシック体',"Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	color: #3e3e3e;
	letter-spacing: 0.5px;
}

@font-face {
	font-family:"NK_Monotype Corsiva";
	src:url("../font/NK_Mono.eot?") format("eot"),url("../font/NK_Mono.woff") format("woff"),url("../font/NK_Mono.ttf") format("truetype"),url("../font/NK_Mono.svg#NK_MonotypeCorsiva") format("svg");
	font-weight:normal;font-style:normal;
}





html, body {
  height: 100%;
  margin: 0;
}

.wrapper {
  min-height: 100%;
}
.wrapper-inside {
  padding-bottom: 340px;
}





.inner960{
	width: 960px;
	margin: 0 auto;
}
.inner740{
	width: 740px;
	margin: 40px auto;
}

#sp_menu_bt{
	display: none;
}

.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto
}

/*----------------------------------------
head
----------------------------------------*/

#header{
	width: 100%;
	height: 120px;
	background: #fff url(../images/head_flag.png) repeat-x center top;
	position: fixed;
	z-index: 4000;
}

#header ul.head_menu{
	width: 960px;
	height: 120px;
	margin: auto;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#header ul.head_menu li{
	float: left;
	width: 150px;
	height: 120px;
	text-align: center;
	background: url(../images/head_menu_icon.png) no-repeat center top;
	background-position: center 28px;
}
#header ul.head_menu li.logo{
	width: 350px;
	background: none;
	padding: 0 0 0 0;
}
#header ul.head_menu li.logo img{
	width: 230px;
}
#header ul.head_menu li .header_menu_alp{
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	font-family:"NK_Monotype Corsiva";
	color: #333;
}
#header ul.head_menu li .header_menu_jp{
	display: block;
	font-size: 9px;
	letter-spacing: 0.4px;
	color: #666;
	margin-top: 2px;
}


#header ul.head_menu li a{
	display: inline-block;
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 57px 0 0 0;
}

#header .header_line{
	width: 100%;
	height: 16px;
	background: url(../images/head_btm_line.png) repeat-x center bottom;
	position: absolute;
	bottom: -8px;
	z-index: 1000;
}
.header_fixed_spacer{
	height: 120px;
}


/*----------------------------------------
top slider
----------------------------------------*/

.top_slider{
	background: #ddd;
	width: 100%;
	height: 580px;
}

.top_slider .outer{
	width: 960px;
	height: 580px;
	margin: 0 auto;
}
.top_slider .outer .inner{
	width: 960px;
	height: 580px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.top_slider .outer .inner img{
	height: 100%;
}

.top_slider a:hover,
.top_slider a:hover img{
	opacity: 1;
}

.sp_head_menu{
	display: none;
}


/*----------------------------------------
top infromation
----------------------------------------*/

#top_information{
	width: 960px;
	margin: 50px auto;
	overflow: hidden;
}

#top_information .top_information_title{
	width: 110px;
	margin: 0 auto;
}
#top_information .top_information_title img{
	width: 100%;
}


#top_information .top_information_waku{
	max-width: 960px;
	box-sizing: border-box;
	margin: 20px auto;
	border: 1px solid #E3E3E3;
	overflow: hidden;
	padding: 3px 0;
}

#top_information dl.top_information_list{
	max-width: 930px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px 15px;
}
#top_information dl.top_information_list dt.info_date{
	width: 80px;
	color: #D01414;
	font-size: 11px;
	border-top: 1px dotted #E3E3E3;
	float: left;
	clear: left;
	line-height: 18px;
	margin: 0;
	padding: 7px 0 5px 0;
}
#top_information dl.top_information_list dd.info_line{
	width: 820px;
	margin-left: 0 0 0 77px;
	color: #3E3E3E;
	font-size: 13px;
	border-top: 1px dotted #E3E3E3;
	float: left;
	line-height: 18px;
	padding: 7px 0 5px 0;
}
#top_information dl.top_information_list dd.info_line a{
	color: #3E3E3E;
	text-decoration: none;
	display: block;
}
#top_information dl.top_information_list dd.info_line a:hover{
	color: #D01414;
}

#top_information dl.top_information_list dt:first-of-type{
	border:none;
}
#top_information dl.top_information_list dd:first-of-type{
	border:none;
}


/*----------------------------------------
top pickup
----------------------------------------*/

#top_pickup{
	width: 960px;
	margin: 50px auto;
	overflow: hidden;
}

#top_pickup .top_pickup_title{
	width: 110px;
	margin: 0 auto;
}
#top_pickup .top_pickup_title img{
	width: 100%;
}



#top_pickup .top_pickup_cnt{
	width: 986px;
    margin: 10px 0 0 -13px;
    zoom: 1;/* for IE6,7 */
	overflow: hidden;
}
#top_pickup .top_pickup_cnt .top_pickup_box{
	width: 220px;
	margin: 13px;
	float: left;
    position: relative;
}
#top_pickup .top_pickup_cnt .top_pickup_box .pt_box{
	width: 220px;
	height: 220px;
}
#top_pickup .top_pickup_cnt .top_pickup_box .pt_box img{
	width: 220px;
	height: 220px;
	object-fit: cover;
}
#top_pickup .top_pickup_cnt .top_pickup_box .txt_box{
	width: 220px;
	height: 60px;
	margin-top: 6px;
}
#top_pickup .top_pickup_cnt .top_pickup_box .txt_box .tag{
	font-size: 9px;
	margin-right: 5px;
	padding: 4px 6px;
}
#top_pickup .top_pickup_cnt .top_pickup_box .txt_box .date{
	font-size: 10px;
	color: #E24A67;
}
#top_pickup .top_pickup_cnt .top_pickup_box .txt_box .title{
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 7px;
	font-size: 13px;
	line-height: 16px;
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
}

#top_pickup .top_pickup_cnt .top_pickup_box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#top_pickup .top_pickup_cnt .top_pickup_box a:hover{
	background: #fff;
	opacity: 0.2;
}


#top_pickup .top_pickup_more_bt{
	margin: 20px auto 0px auto;
	text-align: center;
}
#top_pickup .top_pickup_more_bt a{
	width: 240px;
	height: 40px;
	border: 1px solid #aaa;
	text-align: center;
	font-family:"NK_Monotype Corsiva";
	font-size: 20px;
	line-height: 30px;
	color: #666;
}




/*----------------------------------------
top shopblog
----------------------------------------*/

#top_shopblog{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#top_shopblog .title_cnt{
	width: 186px;
	height: 186px;
	padding-top: 18px;
	float: left;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#top_shopblog .title_cnt img{
	width: 110px;
}

#top_shopblog .shopblog_cnt{
	width: 770px;
    margin: 0 0 0 -35px;
    zoom: 1;/* for IE6,7 */
	overflow: hidden;
	float: right;
}
#top_shopblog .shopblog_cnt .shopblog_box{
	width: 350px;
	height: 76px;
	margin: 1px 0 28px 35px;
    position: relative;
	float: left;
}
#top_shopblog .shopblog_cnt .shopblog_box .pt_box{
	width: 76px;
	height: 76px;
	position: absolute;
	top: 0;
	left: 0;
}
#top_shopblog .shopblog_cnt .shopblog_box .pt_box img{
	width: 76px;
	height: 76px;
	object-fit: cover;
}

#top_shopblog .shopblog_cnt .shopblog_box .txt_box{
	width: 254px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 95px;
}
#top_shopblog .shopblog_cnt .shopblog_box .txt_box .title{
	display: block;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 10px;
	letter-spacing: 0;
}
#top_shopblog .shopblog_cnt .shopblog_box .txt_box .shopname{
	display: inline-block;
	border: 1px solid #CCCCCC;
	font-size: 8px;
	line-height: 13px;

	letter-spacing: 0;
	padding: 3px 7px;
	margin-bottom: 5px;
}
#top_shopblog .shopblog_cnt .shopblog_box .txt_box .date{
	font-size: 10px;
	line-height: 13px;
	color: #999999;
}

#top_shopblog .shopblog_cnt .shopblog_box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#top_shopblog .shopblog_cnt .shopblog_box a:hover{
	background: #fff;
	opacity: 0.2;
}

#top_shopblog .top_shopblog_more_bt{
	display: none;
}




/*----------------------------------------
top bnr
----------------------------------------*/

#top_bnr{
	width: 960px;
	margin: 30px auto;
}
#top_bnr .bnr_cnt{
	width: 972px;
	margin: 0 0 0 -6px;
	overflow: hidden;
}
#top_bnr .bnr_cnt .bnr_box{
	width: 312px;
	margin: 25px 6px 5px 6px;
	float: left;
}
#top_bnr .bnr_cnt .bnr_box.fullsize{
	width: 960px;
}

#top_bnr .bnr_cnt .bnr_box a:hover{
	opacity: 0.8;
}

#top_bnr .bnr_cnt .pickup_cnt {
	overflow: hidden;
	margin-top: 0px;
}
#top_bnr .bnr_cnt .pickup_cnt .pickup_title{
	width: 100%;
	background: url(../images/top_bnr_onlineshop_pkup_bg.png) repeat-x center center;
	text-align: center;
	margin-bottom: 5px;
}
#top_bnr .bnr_cnt .pickup_cnt .pickup_title img{
	width: auto;
}

#top_bnr .bnr_cnt .pickup_cnt .pickup_table{
	width: 100%;
	padding: 0px;
	margin: 0;
	list-style: none;
}
#top_bnr .bnr_cnt .pickup_cnt .pickup_table .item{
	float: left;
	width: 25%;
}
#top_bnr .bnr_cnt .pickup_cnt .pickup_table .item a{
	border: 1px solid #ddd;
	margin: 0 2px;
	display: block;
	text-decoration: none;
	color: #444;
	font-size: 12px;
	height: 100%;
}
#top_bnr .bnr_cnt .pickup_cnt .pickup_table .item a .item_name{
	display: block;
	padding: 5px 5px 5px 10px;
}
#top_bnr .bnr_cnt .pickup_cnt .pickup_table .item img{
	width: 100%;
}



/*----------------------------------------
top instagram
----------------------------------------*/

#top_instagram{
	width: 960px;
	margin: 30px auto;
}
#top_instagram .top_instagram_title{
	width: 150px;
	margin: 30px auto;
}
#top_instagram .top_instagram_title img{
	width: 100%;
}
#top_instagram .top_instagram_pt_cnt{
	width: 100%;}
#top_instagram .top_instagram_bt{
	width: 100%;
	text-align: center;
}


/* instashow */
.instashow-gallery .instashow-gallery-media-cover {
    background: #E24A67 !important;
}






/*----------------------------------------
copyright
----------------------------------------*/

.copyright{
	width: 960px;
	margin: 50px auto 50px auto;
	padding: 0px 0;
	text-align: center;
	font-size: 9px;
	letter-spacing: 1px;
	color: #444444;
	overflow: hidden;
}


/*----------------------------------------
footer
----------------------------------------*/

#footer{
	width: 100%;
	background: #F3D4D8;
	margin: 0px 0 0 0;
	padding: 0px 0 0px 0;
	height: 420px;
	margin-top: -341px;
}

#footer.app_bnr{
	padding: 0px 0 0 0;
}
#footer .app_bt_cnt{
	width: 300px;
	margin: 25px auto 0 auto;
	overflow: hidden;
}
#footer .app_bt_cnt .app_bt_box_apple{
	width:45.42%; float:left;
}
#footer .app_bt_cnt .app_bt_box_google{
	width:51.18%; float:right;
}
#footer .app_bt_cnt .app_bt_box_apple img,
#footer .app_bt_cnt .app_bt_box_google img{
	width: 100%;
}



#footer .sns_cnt{
	padding-top: 40px;
	text-align: center;
	color: #000;
}
#footer .sns_cnt .title{
	display: block;
	font-size: 26px;
	letter-spacing: 0;
	font-family:"NK_Monotype Corsiva";
	text-align: center;
	margin-bottom: 15px;
}

#footer .sns_cnt a{
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 26px;
	margin: 0 15px;
}
#footer .sns_cnt a:hover{
	color: #E24A67;
}

#footer .sns_cnt a img{
	height: 22px;
}


#footer .link_cnt{
	margin-top: 120px;
	padding-bottom: 40px;
}
#footer .link_cnt.app_bnr{
	margin-top: 60px;
	padding-bottom: 40px;
}
#footer .link_cnt .logo{
	width: 170px;
}
#footer .link_cnt .logo img{
	width: 100%;
}

#footer .link_cnt ul.main_link{
	width: 100%;
	list-style: none;
	overflow: hidden;
	margin: 20px 0 0 0;
}
#footer .link_cnt ul.main_link li{
	margin-right: 20px;
	float: left;
	font-size: 12px;
}


#footer .link_cnt ul.sub_link{
	width: 100%;
	list-style: none;
	overflow: hidden;
	margin: 10px 0 0 0;
}
#footer .link_cnt ul.sub_link li{
	margin-right: 20px;
	float: left;
	font-size: 10px;
}


#footer .link_cnt a{
	color: #000;
	text-decoration: none;
}
#footer .link_cnt a:hover{
	color: #E24A67;
}


#footer .sp_foot_menu_cnt{
	display: none;
}

.footer_news_line{
	width: 100%;
	background: #000;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color:#fff;
	margin: 20px 0 0 0;
	padding: 7px 0;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
.footer_news_line a{
	color:#fff;
	text-decoration: none;
}


/*MARQUEE*/

.marqueeRightLeft {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	text-align: center;
}
.marqueeRightLeft p:after {
	content: "";
	white-space: nowrap;
}
.marqueeRightLeft p {
	margin: 0;
	display: inline-block;
	white-space: nowrap;
	font-size: 11px;
	line-height: 11px;
}



/*----------------------------------------
page-top
----------------------------------------*/
#page-top {
	width: 50px;
	height: 50px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    margin-left: 500px;
}
#page-top a {
	margin-left: 0;
}
#page-top a:hover {
	opacity: 0.7;
}



/*----------------------------------------
pankuzu
----------------------------------------*/
.pankuzu{
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
}
.pankuzu_inner{
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 9px;
	box-sizing: border-box;
	background: url(../images/pankuzu_home_icon.png) no-repeat left center;
	background-size: auto 50%;
	font-size: 9px;
	color: #aaa;
}
.pankuzu_inner a{
	color: #aaa;
	text-decoration: underline;
}


/*----------------------------------------
melmaga
----------------------------------------*/

.melmaga_tokuten_cnt{
	width: 100%;
	border: 3px solid #e7a80d;
	border-radius: 10px;
	display: table;
	margin-top: 20px;
	margin-bottom: 3px;
}
.melmaga_tokuten_cnt .tag{
	display: table-cell;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	background: #e7a80d;
}
.melmaga_tokuten_cnt .txt{
	display: table-cell;
	padding: 10px 23px;
}
.melmaga_tokuten_cnt .txt .title{
	font-size: 19px;
	font-weight: bold;
	color: #e7710d;
	margin-bottom: 5px;
}
.melmaga_tokuten_cnt .txt .copy{
	font-size: 14px;
}
.att{
	font-size: 11px;
	line-height: 13px;
	color: #c9000b;
	text-align: right;
}

.melmaga_touroku_title{
	width: 100%;
	margin: 20px 0;
	padding: 4px 0 2px 0;
	background: #b7171e;
	color: #fff;
	font-weight: bold;
}
.melmaga_touroku_cnt{
	overflow: hidden;
}
.melmaga_touroku_cnt img{
	float: left;
	margin-right: 20px;
}
.melmaga_touroku_cnt span{
	display:block;
	margin-top: 10px;
}
.melmaga_touroku_cnt span.lead{
	font-size: 12px;
	font-weight: bold;
}
.melmaga_touroku_cnt span.main{
	font-size: 18px;
	font-weight: bold;
}
.melmaga_touroku_cnt span.mail{
	font-size: 33px;
	font-weight: bold;
	margin-top: 0px;
}
.melmaga_touroku_cnt span.sub{
	font-size: 11px;
	letter-spacing: 0;
}


#melmaga_member_cnt{
	width: 740px;
	margin: 90px auto 20px auto;
}
#melmaga_member_cnt .melmaga_member_title{
	width: 100%;
	margin: 20px 0;
	text-align: center;
	background: #b7171e;
}

#melmaga_member_cnt .melmaga_subt{
	width: 100%;
	background: url(../images/shoplist_hr.png) no-repeat center bottom;
	padding-bottom: 3px;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}
#melmaga_member_cnt ul{
	width: 100%;
	margin: 20px auto;
	list-style: none;
}
#melmaga_member_cnt ul li{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 7px 20px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
#melmaga_member_cnt ul li .sub{
	font-size: 12px;
	font-weight: normal;
}
#melmaga_member_cnt ul li a{
	display: block;
	font-weight: bold;
	color: #b7171e;
	text-decoration: none;
}


/*----------------------------------------
buttons
----------------------------------------*/
.button{
	display: inline-block;
	padding: 8px 30px;
	font-size: 12px;
	text-decoration: none;
	margin: 13px 0;
	letter-spacing: 0;
}
.button:hover{
	opacity: 0.9;
}
.bt_arrow_w{
	padding-right: 40px;
	background-image: url(../images/bt_arrow_r_w.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.bt_arrow_w_prev{
	padding-left: 40px;
	background-image: url(../images/bt_arrow_l_w.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.bt_arrow_b{
	padding-right: 40px;
	background-image: url(../images/bt_arrow_r_b.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.bt_narrow{
	margin: 7px 0;
	padding: 3px 30px;
	font-size: 9px;
}

.bg_lightgreen{
	background-color: #94B440;
	color: #fff;
}
.bg_red{
	background-color: #D00000;
	color: #fff;
}
.bg_pink{
	background-color: #E24A67;
	color: #fff;
}
.bg_blue{
	background-color: #5280A0;
	color: #fff;
}
.bg_gray{
	background-color: #444444;
	color: #fff;
}
.bg_white{
	background-color: #FFF;
	color: #444;
	border: 1px solid #ddd;
}
.bg_white a{
	color: #444 !important;
}

.bt_center{
	margin: 20px auto;
	text-align: center;
}



.hidden_il_sp{	display: inline-block;}
.hidden_il_tb{	display: inline-block;}
.hidden_il_pc{	display: none;}

@media (max-width: 959px) {
	.hidden_il_sp{	display: inline-block;}
	.hidden_il_tb{	display: none;}
	.hidden_il_pc{	display: inline-block;}
}
@media (max-width: 575px) {
	.hidden_il_sp{	display: none;}
	.hidden_il_tb{	display: inline-block;}
	.hidden_il_pc{	display: inline-block;}
}

.wpcf7-recaptcha{
margin-right:auto;
margin-left:auto;
margin-bottom: 10px;
text-align: center;
width:300px;
}