@charset "utf-8";

/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */

html {
	font-size:12px;
}
body{
	margin:0;
	padding:0;
	line-height:1.5;
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border:none;
	vertical-align:text-bottom;
	-ms-interpolation-mode: bicubic;
}

a img{
	border:none;
}
a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);		/* ie7 */
	-ms-filter:"alpha(opacity=70)";	/* ie8 */
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
br.clear{
	display:block;
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
	visibility:hidden;
	font-size:0;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}
* html .clearfix{
	height:1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.inner{
	width:950px;
	margin:0 auto;
}

/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display:none;
}
.device-sp-inline{
	display:none;
}
.device-pc{
	display:block;
}
.device-pc-inline{
	display:inline;
}

/* --------------------------------------------------------------------------------
	cc
-------------------------------------------------------------------------------- */

.fs-l-header {
	min-height: 226px;
	margin-bottom: 40px;
}


/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
}


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header{
}

/********** 内側 **********/
#header .header-inner{
	width:950px;
	margin:0 auto;
}

/********** ヘッダーボタン **********/
#header .h-btn {
/*	transition:all 100ms 0ms ease;*/
}
#header .h-btn ul{
	width: 42%;
	float:right;
	list-style:none;
	margin: 0 -5px 0 0;
	padding:10px 0 5px;
/*	transition:all 100ms 0ms ease;*/
}
#header .h-btn ul li{
	float:left;
	width: 33%;
	padding:0 10px 0 0;
	box-sizing: border-box;
}
#header .h-btn ul li:last-child{
	padding:0;
}

/********** コンテンツ **********/
#header .header-contents{
	padding:0 0 13px;
}

/********** ロゴ **********/
#header .logo{
	float:left;
	width:322px;
/*	transition:all 100ms 0ms ease;*/
}
#header .logo h1{
	margin:0;
}

/********** サービス **********/
#header .h-icon-service{
	float: left;
	width: 40%;
	padding: 10px 0 0;
/*	transition:all 100ms 0ms ease;*/
}

.h-icon-service ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.h-icon-service ul li {
    float: left;
	width: 25%;
    padding: 0 6px;
	box-sizing: border-box;
}

/********** お電話でのご注文 **********/
#header .h-txt-tel{
	float:left;
	padding:15px 0 0;
}

/********** ナビゲーション [OLD/dead-20220224] **********/
#header .h-nav-search{
	margin:0;
	padding:10px 0;
	background:#222;
}
#header .h-nav-search .h-nav-search-box{
	width:950px;
	margin:0 auto;
}
#header .h-nav-search .h-nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#header .h-nav-search .h-nav > ul{
	float:left;
}
#header .h-nav-search .h-nav > ul > li{
	float:left;
	position:relative;
}
#header .h-nav-search .h-nav > ul > li .open-close-btn a {
    display: block;
    border-right: dotted 1px #fff;
   /* padding: 0 17px;*/
    color: #FFF !important;
    text-decoration: none;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    width: 140px;
    padding: 8px 17px;
    font-size: 17px;
    letter-spacing: -0.1em;
    text-align: center;
}

#header .h-nav-search .h-nav > ul > li:last-child .open-close-btn a{
	border-right:none;
}
#header .h-nav-search .h-nav > ul > li a:hover img{
	opacity:1;
	filter:alpha(opacity=100);		/* ie7 */
	-ms-filter:"alpha(opacity=100)";	/* ie8 */
}

/********** サブリスト [old/dead-20220224] **********/
#header .h-nav-search .h-nav .open-close-contents{
	display:none;
	position:absolute;
	padding:11px 0 0;
	z-index:1000;
}
#header .h-nav-search .h-nav .open-close-contents .open-close-contents-box{
	width:174px;
	background:rgba(34,34,34,0.85);
}
#header .h-nav-search .h-nav .open-close-contents ul{
	padding:11px 8px;
	color:#fff;
}
#header .h-nav-search .h-nav .open-close-contents ul li{
	padding:6px 0 7px;
}
#header .h-nav-search .h-nav .open-close-contents ul li a{
	display:block;
	padding:0 0 0 1.2em;
	text-decoration:none;
	color:#fff;
}
#header .h-nav-search .h-nav .open-close-contents ul li a:before{
	position:absolute;
	left:10px;
	content:'> ';
}

/********** 検索 [old/dead-20220224] **********/
#header .h-nav-search .search{
	float:right;
	width:245px;
	margin-top: 6px;
}
#header .h-nav-search .search .input-txt{
	display:table-cell;
	width:215px;
	vertical-align:top;
}
#header .h-nav-search .search .input-txt input{
	border:none;
	width:205px;
	height:30px;
	padding:0 5px;
}
#header .h-nav-search .search .input-submit{
	display:table-cell;
	vertical-align:top;
}



/* --------------------------------------------------------------------------------
 header navi new
-------------------------------------------------------------------------------- */

.h-navi-area {
	padding: 0;
	background: #222;
	transition:all 300ms 0ms ease;
}

.h-navi-area-inner {
	max-width: 950px;
	margin: 0 auto;
}

.h-navi {
	max-width: 800px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.h-navi > li {
	position: relative;
	flex: 3;
	padding: 0 10px;
	text-align: center;
}
.h-navi > li:first-child {
	flex: 3;
}
.h-navi > li:nth-child(5) {
	flex: 4;
}
.h-navi > li:last-child {
	flex: 3;
}

.h-navi li a {
	display: block;
	padding: 20px 0;
	color: #FFF;
	font-size: 1.16rem;
	text-decoration: none;
}
.h-navi-sub li a {
	padding: 6px 0 8px;
}

.h-navi li a:hover {
	color: #e50782;
}

.h-navi-sub {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 100%;
	background: rgba(0,0,0,.8);
	transition: all .2s ease;
}

.h-navi > li:hover .h-navi-sub {
	display: block;
}


/* --------------------------------------------------------------------------------
	header_slim
-------------------------------------------------------------------------------- */

#header.header_slim {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
}

#header.header_slim .h-btn {
	float: right;
	margin-top: 18px;
	width: 42%;
}
#header.header_slim .h-btn ul {
	width: 100%;
}
#header.header_slim .header-contents {
	padding-bottom: 0;
}
#header.header_slim .logo {
	width: 20%;
	padding: 15px 0;
}
#header.header_slim .h-icon-service {
	width: 32%;
	margin-left: 3%;
	margin-right: 3%;
}
#header.header_slim .h-icon-service li {
}
#header.header_slim .h-txt-tel {
	display: none;
}
#header.header_slim .h-navi > li > a {
	padding: 10px 0;
}


/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */

#wrapper{
	width:950px;
	margin:0 auto;
}


/* --------------------------------------------------------------------------------
	sub1
-------------------------------------------------------------------------------- */

#sub1{
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main{
}


/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer{
	padding:50px 0 0;
	font-size:13px;
}

#footer a{
	color:#222;
}

/********** 外側 **********/
#footer .footer-outer{
	padding:35px 0 0;
	background:#efefef;
}

/********** 内側 **********/
#footer .footer-inner{
	width:950px;
	margin:0 auto;
}

/********** col1 **********/
#footer .col1{
	float:left;
	width:300px;
	padding:0 25px 0 0;
}

/********** お支払い方法 **********/
#footer .payment{
	line-height:1.6;
}
#footer .payment .payment-box{
	padding:12px 7px;
}
#footer .heading{
	padding:0 0 3px;
}
#footer p{
	margin:0;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer .payment .mark1{
	font-weight:bold;
	color:#e50682;
}
#footer .payment .f-icon-credit{
	padding:10px 0 20px;
}
#footer .payment .list-payment ul li{
	padding:0 0 5px;
}
#footer .payment .list-payment ul li a{
	font-weight:bold;
	color:#e50682;
}

/********** col2 **********/
#footer .col2{
	float:left;
	width:300px;
	padding:0 25px 0 0;
}

/********** 配送について **********/
#footer .delivery{
	padding:0 0 28px;
	line-height:1.6;
}
#footer .delivery .delivery-box{
	padding:12px 7px;
}
#footer .delivery .mark1{
	font-weight:bold;
	color:#e50682;
    letter-spacing: -0.01em;
}

/********** 営業時間について **********/
#footer .hours{
	padding:0 0 28px;
	line-height:1.6;
}
#footer .hours .hours-box{
	padding:12px 7px;
}
#footer .hours .mark1{
	font-weight:bold;
	color:#e50682;
}

/********** col3 **********/
#footer .col3{
	float:left;
	width:300px;
}

/********** その他 **********/
#footer .col3 .etc .etc-box{
	padding:12px 10px 18px 20px;
}
#footer .col3 .etc ul{
	float:left;
	width:140px;
	padding:0 0 5px;
}
#footer .col3 .etc ul:nth-of-type(2n){
	float:right;
	width:120px;
}
#footer .col3 .etc ul li{
	padding:0 0 6px;
}

/********** プライバシーポリシー **********/
#footer .privacy .privacy-box{
	padding:12px 10px;
	line-height:1.6;
}

/********** コピーライト **********/
#footer .copyright{
	padding:10px;
	text-align:center;
	color:#fff;
	background:#222;
}

/********** ページトップ **********/
#footer .f-btn-pagetop{
	position:fixed;
	right:0;
	bottom:75px;
	z-index:1000;
}


/********** フッターアイコン **********/
#footer .i-con{
	display:inline-block;
	background:#e50682;
	color:#fff;
	text-align:center;
	padding:5px 10px;
	margin:0 0 15px;
}

.select-language{
	margin:0 0 1em;
	}
	
.select-language a{
	/*background:#F00;*/
	background: #ff8900;
	color:#fff;
	display:inline-block;
	padding:0.2em 1.5em;
	font-size:16px;
	
	}



.f-info {
	/* border-top: solid 1px #f00; */
	/* border-bottom: solid 1px #f00; */
	padding-bottom: 1em;
	/*font-size: 1.25em;*/
}

.f-info span {
	font-weight: bold;
	color: #f00;
}
.f-info h3 {
	font-size: 22px;
	padding: 0.5em;
	margin: 0 0 1em;
	background: #222;
	color: #fff;
	text-align: center;
}
.f-info p {	
	padding: 0 1.5em 0;
}

.f-info ul li {
	float: left;
	margin-left: 1em;
}

/**** (仮)　ログイン画面 ****/
.FS2_login_layout_table {
    margin: 0 auto;
    width: 70%;
    text-align: center;
}

div#fs2_lwaButton {
    margin: 0 auto;
}

td.FS2_login_layout_table_td_right {
    display: block;
    width: 100%;
}

td.FS2_login_layout_table_td_left {
    display: block;
}