/* フォント調整 */
body{
font-family: 'Noto Sans JP', 'Noto Sans', 'Roboto', 'Open Sans', sans-serif !important;
font-weight: 400;
line-height: 1.5;
color: #000000db;
}
h1.fs-c-heading--page{
font-weight: 400;
}
.date{
font-weight: 200;
font-size:1.3rem;
}
.fs-p-footerCopyright__text{
 color: #000;
}
.alert{
font-weight: 200;
font-size:1.3rem;
color: #FF0000;
}

/* 見出しデザイン修正 */
.fs-p-heading--lv2 {
    color: #565656;
    font-size: 1.8rem;
    font-weight: bold;
}

ul.fs-p-footerUtilityMenu__list a{
    border-left: none;
}
.fs-pt-menu__link--lv1{
    border-left: 1px solid #a5a5a5;
}


/* メニューパーツのメニューごとの囲み枠を非表示 */
.fs-p-sideMenu .fs-pt-menu__heading--lv1{
	border: none;
	}

.fs-p-sideMenu .fs-pt-menu__heading--lv2{
	border-bottom: none;
	}
	
.fs-p-sideMenu .fs-pt-menu__heading--lv3{
	border-bottom: none;
	}

/*ロゴの大きさリセット*/
.fs-l-header__logo a img{
   width: 150px;
   height: auto;
}

/*ヘッダーのボーダー非表示*/
.fs-p-headerNavBar {
    background: #ffffff;
    border-bottom: none;
}
.fs-l-footer{
    background: #f5f5f5;
    color: #000000db;
}
.fs-l-footer a{
    color: #000000db;
}

/*ヘッダーの買い物かご数*/
.fs-p-cartItemNumber {
    position: relative;
    text-align: center;
}

/*パンくず*/
.fs-c-breadcrumb {
    margin: auto;
    max-width: 1216px;
}

/*ボーダー色変更*/
     /* 見出し */
.fs-p-heading--lv2,
.fs-p-footerNavigationItem__title,
.fs-p-card__title{
    border-bottom: 1px solid #a5a5a5;
}

     /*フッターエリア*/
.fs-l-footer{
    border-top: 1px solid  #a5a5a5;
}

.fs-p-footerPageTop__link{     /*ページトップへリンク*/
margin-bottom: 3px;
}

.fs-p-card,                 /*トップ_会員サービスのご案内*/
.fs-c-salesPeriod__date     /*トップ_商品テキスト（販売期間）*/
{
    border: 1px solid  #a5a5a5;
}

     /*商品詳細*/
.fs-c-productNumber{
    border: none;
}
     /*ポイント進呈*/
.fs-c-productPointDisplay{
    background: #fe7494;
}

/*トップページメッセージエリア変更*/
.fs-p-messageBoard{
    background: #f5f5f5;
    color: #000000db;
    border: none;
    margin-top: 20px;
}

/*トップページお知らせ色変更*/
.fs-p-dateList li{
    border: none;
}


/*写真のキャプション位置調整*/
.imgcaption_c{
    text-align: center;
  margin: auto;
  display: block;
}

/*写真の丸囲み*/
.imgcircle{
border-radius:50%;
}

/*テーブル*/
.table{
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cccccc;
    font-size: 100%;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.table th, .table td {
    border: 1px solid #cccccc;
    padding: 15px;
}

.table th {
    background: #ededed;
}
caption, th {
    text-align: left;
}
/*ボタン*/
.btnlayout{
 position: relative;
 height: 90px;
}
.btn_more{
 position: absolute;
 width: 200px;
 top: 50%;
 left: 50%;
 background: #a5a5a5;
 text-align: center;
 vertical-align: middle;
 transform: translate(-50%,-50%);
 padding: 10px;
 border-radius: 25px;
 color: #FFF;
}

/*問い合わせフォーム*/
.form_name, .form_zip1, .form_zip2, .form_tel2, .form_tel3{
    margin-left: 5px;
    margin-right: 5px;
}
.form_tel1{
    margin-right: 5px;
}

.form_name {
    width: 100px;
}
.form_req {
    background: #ffdccc;
    border: 1px solid #ff9797;
}
.form_reqmark{
    background: #ff3939;
    border: 1px solid #ff3939;
    font-size: 70%;
    border-radius: 5px;
    padding: 1px 5px;
    color: #FFF;
    margin-left: 5px;
}
.form_email{
    width: 300px;
}
.form_zip1{
    width: 50px;
}
.form_zip2{
    width: 70px;
}
.form_pref{
    width: 160px;
}
.form_address1, .form_address2{
    width: 400px;
}
.form_tel1, .form_tel2, .form_tel3{
   width: 70px;
}