@charset "UTF-8";
/*
 *
 * Templat BASIC form aishipR
 *
 * クラス値命名規則
 * h:ヘッダー用  m:メイン用 s:サイドバー用 f:フッター用 p:汎用
 *
 * Table Of Content
 *
 * 1-0 ALL Setting
 *   1-1 Webkit appearance
 *   1-2 Layout Setting
 * 2-0 Function Parts
 *   2-1 Clearfix
 *   2-2 Holizontal Item Block
 *   2-3 Vertical Item Block
 *   2-4 Facebook
 *   2-5 Button
 *   2-6 機能パーツ：商品カテゴリ
 *   2-7 グリッドナビ（スタイル:gridnav）
 *   2-8 非表示コンテンツ(FB/タグマネージャ等用)
 *   2-9 トグル機能アニメーション
 *   2-10 カテゴリ・商品詳細ページ 見出し部下線
 *   2-11 機能パーツ：テキスト
 *   2-12 見出し
 *   2-13 Bootstrap Buttons UI kit
 *   2-14 Responsive Grid System
 * 3-0 Module
 *   3-1 Header
 *     3-1-1 サイトロゴ
 *     3-1-2 カート・マイページボタン
 *     3-1-3 ドロップダウンメニュー
 *     3-1-4 カート・ログインボタン
 *     3-1-5 メインメニュー
 *     3-1-6 検索フォーム
 *   3-2 Main
 *     3-2-1 Main IMAGE
 *     3-2-2 Half Banner
 *     3-2-3 PICK UP Item
 *     3-2-4 News & SNS
 *     3-2-5 ShopInformation
 *     3-2-6 Notice
 *   3-3 Aside
 *     3-3-1 Aside Check List
 *     3-3-2 Aside Login Form & Search Form
 *     3-3-3 Aside Banner
 *     3-3-4 Aside Login Form
 *   3-4 Footer
 *     3-4-1 Footer Site Map
 *     3-4-2 Page Top Btn
 *     3-4-3 CopyRight
 * 4-0 Page-Content
 *   4-1 Archive Page
 *     4-1-1 Free Area
 *     4-1-2 Pankuzu List
 *     4-1-3 Category View Mode
 *     4-1-4 Item PR Setting
 *     4-1-5 Cart Button
 *     4-1-6  Archive List Item
 *     4-1-7  Archive Thumbnail Item
 *   4-2 Item Page
 *     4-2-1 Item IMAGE
 *     4-2-2 Item Name
 *     4-2-3 Order Area
 *     4-2-4 Item Page Titile
 *     4-2-5 Item Explanation
 *     4-2-6 Item BuyForm
 *     4-2-7 System Button
 *     4-2-8 Item Text
 *     4-2-9 Item Gallary
 *     4-2-10 Review
 *   4-3 Free Page
 *     4-3-1 TOP PAGE
 *   4-4 Form Page
 *     4-4-1 Cart Button Reset
 *     4-4-2 Form Page
 *     4-4-3 Form Confirm Page
 *     4-4-4 Item Search Form
 *   4-5 MyPage
 *     4-5-1 Mypage Index
 *     4-5-2 Member Profile Editor
 *     4-5-3 Special Point
 *   4-6 News
 * 10-0 ALL Setting[ For SmartPhone ]
 *   10-1 Header
 *     10-1-3 ドロップダウンメニュー
 *   12-2 Holizontal Item Block
 *     13-1-5 メインメニュー
 *     13-2-2 Half Banner
 *     13-2-4 News & SNS
 *     13-2-5 ShopInformation
 *     13-4-1 Footer Site Map
 *     13-4-2 Page Top Btn
 *     14-1-2 Category Pankuzu
 *     14-1-7  Archive Thumbnail Item
 *     14-2-3 Order Area
 * 20-0 ALL Setting[ For Tablet ]
 *   20-1 Header
 *     20-1-3 ドロップダウンメニュー
 *     23-3-3 Aside Banner
 *     23-4-2 Page Top Btn
 * 30-0 ALL Setting[ For PC ]
 *   30-1 Header
 *     30-1-3 ドロップダウンメニュー
 *   32-9 トグル機能アニメーション
 *     33-3-1 Aside Check List
 *     34-4-1 Footer Site Map
 *     34-4-2 Page Top Btn
 */
/* 1-0 ALL Setting
 *----------------------------------------------------------------------*/
body {
  background-color: transparent;
}

#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}

#sysHeader, #sysMain, #sysAside, #sysFotoer {
  padding: 0;
}

#sysWrap {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#sysMain, #sysAside {
  background-color: transparent;
}

#sysHeader, #sysFooter {
  padding: 0;
  margin: 0;
}

#sysHeader {
  background-color: transparent;
}

#sysFooter {
  background-color: transparent;
}

#sysFooter > div {
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
}

/*#sysMain{ line-height: 1.5;}*/
/* 20170725追加 */
.posted {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}

/* 20170623追加 */
.mabo10 {
  margin-bottom: 10px;
}

/* shopソーシャルボタン*/
table.shopsns tr td {
  vertical-align: top;
}

td.fb {
  padding: 0 10px;
}

.fb iframe {
  height: 24px;
}

/* 20180118追加 */
.mabo10 {
  margin-bottom: 10px;
}

/* 20180709追加 */
.osirase {
  padding: 10px;
  margin: 10px 0 10px 0;
  border: 1px solid #333;
}

/* 20180712追加 */
.olkotira {
  width: 50%;
  text-align: center;
  margin: 10px auto;
  border: 1px solid #333;
}

.olkotira a {
  padding: 10px;
  display: block;
}

.olkotira a:hover {
  color: #fff;
  background: #333;
}

/* 1-0 Wrapper Setting */
#sysFooter > div,
.p-pagetop .sysContent,
.p-topimg .sysContent,
.h-sitelogo, .h-utilitybtn,
.h-siteinfo, .h-subMenu,
.h-mainMenu .sysContent,
.h-search,
#sysWrap {
  width: 100% px;
}

/* 1-1 Webkit appearance */
input[type=search],
input[type=submit] {
  -webkit-appearance: none;
}

/* 1-2 input Setting */
input[type=search] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 2.5;
  padding-left: 5px;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  border-radius: 100%;
}

input[type="radio"]:checked {
  background: #666;
}

/* 1-3 Content setting */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  height: 30px;
}

p {
  margin: 10px auto;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

/* 1-2 Layout Setting */
/* Responsive Grid system */
.grid-row:after {
  content: "";
  display: table;
  clear: both;
}

.grid-row {
  padding-bottom: 0em;
}

/* DEFAULT COLUMN STYLES */
.grid-col {
  display: block;
  float: left;
  margin-left: 2%;
}

.grid-col:first-child {
  margin-left: 0;
}

.grid-col.col-span6:nth-child(2n+1) {
  margin-left: 0;
}

.col-span1 {
  width: 8.33333333333%;
}

.col-span2 {
  width: 16.6666666667%;
}

.col-span3 {
  width: 25%;
}

.col-span4 {
  width: 33.3333333333%;
}

.col-span5 {
  width: 41.6666666667%;
}

.col-span6 {
  width: 50%;
}

.col-span7 {
  width: 58.3333333333%;
}

.col-span8 {
  width: 66.6666666667%;
}

.col-span9 {
  width: 75%;
}

.col-span10 {
  width: 83.3333333333%;
}

.col-span11 {
  width: 91.6666666667%;
}

.col-span12 {
  width: 100%;
}

.grid-col.col-span1 {
  width: 6.5%;
}

.grid-col.col-span2 {
  width: 15.0%;
}

.grid-col.col-span3 {
  width: 23.5%;
}

.grid-col.col-span4 {
  width: 32.0%;
}

.grid-col.col-span5 {
  width: 40.5%;
}

.grid-col.col-span6 {
  width: 49.0%;
}

.grid-col.col-span7 {
  width: 57.5%;
}

.grid-col.col-span8 {
  width: 66.0%;
}

.grid-col.col-span9 {
  width: 74.5%;
}

.grid-col.col-span10 {
  width: 83.0%;
}

.grid-col.col-span11 {
  width: 91.5%;
}

.grid-col.col-span12 {
  width: 100%;
}

/* 2-0 Function Parts
 *----------------------------------------------------------------------*/
/* 2-1 Clearfix */
.p-clearfix:after,
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* 2-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
  letter-spacing: -.4em;
  text-align: center;
}

.sysContent .sysItemBlock .sysHorizontal li {
  width: 25%;
  float: none;
  display: inline-block;
  letter-spacing: normal;
  margin: 0;
  text-align: center;
  vertical-align: top;
}

/* 2-3 Vertical Item Block */
/* 2-4 Facebook */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span,
.widget_facebook_likebox iframe {
  width: 100% !important;
}

/* 2-5 Button */
.btn {
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
}

.btn-info {
  background: #666;
  color: #fff;
}

.btn-info:hover {
  background: #999;
}

#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
  background: #666;
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-shadow: none;
  border-color: transparent;
  /*border-radius: 3px;*/
  width: 80%;
  height: 50px;
  margin: 0 auto;
}

/* 2-6 機能パーツ：商品カテゴリ */
.sysFuncItemCategory a {
  line-height: 1.75;
  border-bottom: 1px dotted #999;
}

.sysFuncItemCategory a:hover {
  background: #eee;
}

/* 2-7 グリッドナビ（スタイル:gridnav） */
.gridnav ul li:last-child {
  border-right: 0;
}

/* 2-8 非表示コンテンツ(FB/タグマネージャ等用) */
.h-code {
  display: none;
}

/* 2-9 トグル機能アニメーション */
.h-subMenu .sysAccordionInitialHide {
  display: block !important;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.h-subMenu .sysAccordionInitialHide.active {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 1;
  z-index: 999;
}

/* 2-10 カテゴリ・商品詳細ページ 見出し部下線 */
#sysItemDetail #sysMain .sysItemName,
.sysExplanation > div > span,
.sysRetailPrice,
.sysReview > span {
  /*border-bottom: 1px dashed lightgray;*/
font-weight:bold;
}

/* 2-11 機能パーツ：テキスト */
#sysMain .sysContent h3 {
  border-bottom: 1px dashed lightgray;
}

#sysMain .sysContent h3:before {
  content: "■";
  padding-right: 10px;
}

/* 2-12 見出し */
.headline-1st {
  font-size: x-large;
  font-weight: bold;
  border-bottom: 1px dotted #d4d4d4;
  padding: 5px;
}

.headline-2nd {
  font-size: large;
  font-weight: bold;
  border-bottom: 1px dotted #d4d4d4;
  padding: 5px;
  margin-left: 15px;
}

.headline-3rd {
  font-size: medium;
  font-weight: bold;
  border-bottom: 1px dotted #d4d4d4;
  padding: 5px;
  margin-left: 30px;
}

/* 2-13 Bootstrap Buttons UI kit */
.btn {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

/* 2-14 Responsive Grid System */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0em;
}

/* DEFAULT COLUMN STYLES */
.col {
  display: block;
  float: left;
}

.span_1 {
  width: 8.33333333333%;
}

.span_2 {
  width: 16.6666666667%;
}

.span_3 {
  width: 25%;
}

.span_4 {
  width: 33.3333333333%;
}

.span_5 {
  width: 41.6666666667%;
}

.span_6 {
  width: 50%;
}

.span_7 {
  width: 58.3333333333%;
}

.span_8 {
  width: 66.6666666667%;
}

.span_9 {
  width: 75%;
}

.span_10 {
  width: 83.3333333333%;
}

.span_11 {
  width: 91.6666666667%;
}

.span_12 {
  width: 100%;
}

.gutters .col {
  margin-left: 2%;
}

.gutters .col:first-child {
  margin-left: 0;
}

.gutters .span_1 {
  width: 6.5%;
}

.gutters .span_2 {
  width: 15.0%;
}

.gutters .span_3 {
  width: 23.5%;
}

.gutters .span_4 {
  width: 32.0%;
}

.gutters .span_5 {
  width: 40.5%;
}

.gutters .span_6 {
  width: 49.0%;
}

.gutters .span_7 {
  width: 57.5%;
}

.gutters .span_8 {
  width: 66.0%;
}

.gutters .span_9 {
  width: 74.5%;
}

.gutters .span_10 {
  width: 83.0%;
}

.gutters .span_11 {
  width: 91.5%;
}

.gutters .span_12 {
  width: 100%;
}

/* 3-0 Module
 *----------------------------------------------------------------------*/
/* 3-1 Header*/
.h-siteinfo {
  height: 40px;
  background-color: #fff;
}

.h-siteinfo h1 {
  color: #000;
}

/* 3-1-1 サイトロゴ */
.h-sitelogo {
  margin: 0 auto;
  background: #fff;
  padding-bottom: 5px;
  padding-left: 5px;
}

.h-sitelogo .sysContent {
  width: 200px;
  max-width: 50%;
}

/* 3-1-2 カート・マイページボタン */
.h-utilitybtn {
  margin: 0 auto;
}

.h-utilitybtn .sysContent {
  width: 30%;
  float: right;
  position: relative;
  bottom: 40px;
  height: 40px;
}

/* 3-1-3 ドロップダウンメニュー */
.h-subMenu {
  position: relative;
}

.h-subMenu .sysAccordionInitialHide {
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  padding: 9px 10px;
  width: 100%;
}

.h-subMenu ul li {
  margin: 10px auto;
}

.h-subMenu .sysHeadline {
  color: #e5e5e5;
  line-height: 60px;
  text-align: center;
  background: #666;
}

.h-subMenu .sysAccordion:after {
  content: "";
}

/* 3-1-4 カート・ログインボタン */
.h-utilitybtn ul li {
  margin-right: 2%;
  width: 48% !important;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
}

.h-utilitybtn ul li.sysText a {
  border: 1px solid #d4d4d4;
  line-height: 36px;
  height: 36px;
  font-size: small;
  margin-top: 1px;
}

.h-utilitybtn ul li.sysText a:hover {
  background: #d4d4d4;
}

.h-utilitybtn ul li.sysText a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.h-utilitybtn ul li.sysText:nth-child(1) a:before {
  background: url(http://template-advance.aispr.jp/img/icon/icon-mypage.png);
  background-size: 100%;
}

.h-utilitybtn ul li.sysText:nth-child(2) a:before {
  background: url(http://template-advance.aispr.jp/img/icon/icon-cart.png);
  background-size: 100%;
}

/* 3-1-5 メインメニュー*/
.h-mainMenu {
  margin: 0 auto;
  background: #999;
}

.h-mainMenu ul li:last-child a {
  border: 0;
}

.h-mainMenu ul {
  display: table;
  width: 100%;
}

.h-mainMenu ul li {
  display: table-cell;
  float: none;
  height: 50px;
  border-right: 1px solid;
}

.h-mainMenu ul li.sysText a {
  line-height: 1;
  border: none;
  white-space: normal;
  padding: 20px 0;
  margin: 0 auto;
}

.h-mainMenu .sysContent {
  margin: 0 auto;
  background: #fff;
}

/* 3-1-6 検索フォーム */
.h-search {
  margin: 0 auto;
  position: relative;
  padding: 0 5px 0;
}

.h-search .sysItemSearchForm {
  display: table;
  width: 100%;
}

.h-search .sysItemSearchFormWord {
  display: table-cell;
  padding-right: 10px;
  width: 100%;
  vertical-align: top;
}

.h-search .sysItemSearchFormWord input {
  height: 40px;
  border: 1px solid #c9c9c9;
  padding: 5px;
  vertical-align: bottom;
}

.h-search .sysSearchButton {
  width: 100px;
  padding: 6px;
  height: 40px;
  border: 1px solid #999;
  /*border-radius: 3px;*/
  margin: 0 auto;
  background-color: #999;
}

/* 3-1-7 Main Image */
.p-topimg {
  background-color: #ddd;
}

.p-topimg .sysContent {
  margin: 0 auto;
  padding: 5px;
}

/* 3-2 Main*/
/* 3-2-1  */
/* 3-2-2 Half Banner */
.p-banner ul {
  text-align: center;
  clear: both;
  margin: 10px auto;
}

.p-banner li {
  width: 49%;
  display: inline-block;
}

/* 3-2-3 PICK UP Item */
.p-pickup .sysContent {
  padding: 5px 0;
}

.p-pickup .sysContent .sysHorizontal li {
  padding: 0 2.5px;
}

/* 3-2-4 News & SNS */
.p-news .sysContent {
  line-height: 1.5;
}

.p-news li {
  padding-left: 10px;
}

/* 3-2-5 ShopInformation */
.p-shopInfo .sysContent {
  text-align: center;
}

.shopinfo-inner {
  display: inline-block;
  width: 48%;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 5px;
  padding-bottom: 10px;
  line-height: 1.5;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
}

.shopinfo-inner h3 {
  font-size: 150%;
  border-bottom: 1px dotted #666;
  padding: 0 0 5px 0px;
  margin-bottom: 10px;
}

.shopinfo-inner .btn {
  float: right;
  margin-right: 20px;
}

/* 3-2-6 Notice */
.p-notice .sysHeadline {
  background: #e60054;
  border-color: #e60054;
  text-align: center;
  font-weight: bold;
}

/* 3-3 Aside*/
/* 3-3-1 Aside Check List */
.s-checklist li {
  margin: 5px auto;
  padding-bottom: 10px;
  border-bottom: 1px dotted;
}

/* 3-3-2 Aside Login Form & Search Form */
.s-login {
  line-height: 1.75;
}

.s-login ul {
  text-align: center;
}

.s-login li {
  display: inline-block;
  width: 46%;
  line-height: 1.5;
  vertical-align: top;
  background: #666;
}

.s-login li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.s-login input {
  width: 95%;
  margin: 5px auto;
  line-height: 2;
  display: block;
}

.s-login .sysLoginButton {
  border: none;
  padding: 5px;
  background: #666;
  color: #fff;
  margin: 20px auto;
  border-radius: 0;
}

.s-login a {
  text-decoration: none;
  display: inline-block;
  background: #666;
  text-align: center;
  padding: 5px 15px;
  margin: 5px;
  color: #fff;
  /*border-radius: 3px;*/
}

/* 3-3-3 Aside Banner */
.s-banner {
  margin-bottom: 10px;
}

.s-banner li {
  margin: 5px auto;
}

/* 3-3-4 Aside Login Form */
.s-search {
  line-height: 1.75;
}

.s-search ul {
  text-align: center;
}

.s-search input[type=search] {
  width: 95% !important;
  margin: 5px auto;
  line-height: 2.5;
  display: block;
}

.s-search .sysItemSearchAndOr,
.s-search .sysItemSearchFormCategory {
  text-align: center;
}

.sysSearchButton {
  border: none;
  padding: 10px;
  background: #666;
  color: #fff;
  width: 95%;
  display: block;
  margin: 10px auto;
}

/* 3-4 Footer*/
/* 3-4-1 Footer Site Map */
.f-sitemap ul li.sysText a {
  color: #fff;
  padding: 0;
  background: #666;
  display: block;
  border: 1px solid #ddd;
  text-align: center;
}

.f-sitemap ul li.sysText a:hover {
  background: #999;
}

/* 3-4-2 Page Top Btn */
.p-pagetop .btn {
  text-decoration: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 20px;
}

/* 3-4-3 CopyRight */
.f-copyright {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.f-copyright .sysContent {
  border-top: 1px solid #666;
}

/* 4-0 Page-Content
 *----------------------------------------------------------------------*/
/* 4-1 Archive Page */
/* 4-1-1 Free Area */
/* 4-1-2 Pankuzu List*/
.sysCategoryPankuzu,
.sysItemCategoryPankuzu {
  font-size: small;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  background: transparent;
  /*color: #fff;*/
  padding: 0 5px;
}

.sysCategoryPankuzu a,
.sysItemCategoryPankuzu a {
  display: inline-block;
  /*background: #666;*/
  padding: 5px 10px;
  /*color: #fff;*/
  text-decoration: none;
}

.sysCategoryPankuzu a:hover,
.sysItemCategoryPankuzu a:hover {
  /*background: #999;*/
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
  font-size: small;
}

.sysItemCategoryCtl a {
  display: inline-block;
  padding: 2px 4px;
  background: #ddd;
  border: 1px solid #999;
  /*border-radius: 3px;*/
  text-decoration: none;
  margin: 2px 0;
}

/* 4-1-4 Item PR Setting */
.sysItemPr {
  font-size: small;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #666;
  /*border-radius: 3px;*/
  display: inline-block;
  font-weight: bold;
}

/* 4-1-5 Cart Button */
.sysCartButton {
  border: none;
  padding: 15px;
  margin: 5px 0;
  /*border-radius: 5px;*/
  background-color: #3f332f;
  color: #fff;
  cursor: pointer;
}

.sysCartButton:hover {
  background: #6F6663;
}

.sysGoCartButton {
  border: none;
  padding: 15px;
  margin: 5px 0;
  background-color: #810027;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.sysGoCartButton:hover {
  background: #9b586c;
}

/* 4-1-6  Archive List Item */
.sysItemList ul.sysList li .sysThumbnailImage {
  width: 40%;
  max-width: 200px;
}

/* 4-1-7  Archive Thumbnail Item */
.sysItemList ul.sysThumbnail li {
  display: inline-block;
  float: none;
  vertical-align: top;
  letter-spacing: normal;
}

.sysItemList ul.sysThumbnail {
  letter-spacing: -.4em;
}

.sysItemList ul.sysThumbnail input {
  width: 100%;
  padding: 10px 0;
}

/* 4-1-8 Deliveries Table */
ul.SysDeliveriesTable {
  border-style: solid;
  border-width: 0px;
  list-style: none;
  display: table;
  margin: 0;
  padding: 0;
}

ul.SysDeliveriesTable > li {
  display: table-row;
}

ul.SysDeliveriesTable > li > div {
  border-style: solid;
  border-width: 1px;
  display: table-cell;
  padding: 10px;
}

/* 4-2 Item Page */
/* 4-2-1 Item IMAGE */
.sysThumbnailImage > span, .sysThumbnailImage > br {
  display: none;
}

.sysItemImages .sysImageList li {
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 32%;
  line-height: 1;
  float: none;
  margin: 1% 0;
}

/* 4-2-2 Item Name */
.sysItemName h1 {
  font-size: x-large;
  clear: both;
}

/* 4-2-3 Order Area */
.orderArea {
  letter-spacing: -.4em;
  text-align: center;
}

.orderArea > div {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
}

.orderArea > .orderArea > div {
  width: 100%;
  display: block;
}

/* 4-2-4 Item Page Titile */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span {
  display: block;
  margin-bottom: 10px;
  font-size: large;
}

/* 4-2-5 Item Explanation */
.sysExplanation table {
  width: 100%;
  text-align: center;
  border: 1px solid #999;
  line-height: 2;
}

.sysExplanation thead {
  text-align: center;
  color: #fff;
  background: #999;
}

.sysExplanation td {
  font-size: small;
  text-align: left;
  padding-left: 10px;
}

/* 4-2-6 Item BuyForm */
#sysItemDetail .sysRetailPrice {
  font-weight: normal;
}

#sysItemDetail .sysPr {
  text-align: center;
}

/*
#sysItemDetail .sysPr > span {
  display: inline-block;
}*/

#sysItemDetail .sysForm select {
  min-width: 190px;
  width: 75%;
  display: inline-block;
  float: right;
  clear: both;
}

#sysItemDetail #sysVariation {
  overflow: hidden;
  margin: 5px auto;
}

#sysItemDetail #sysVariation > div {
  margin: 10px auto;
  overflow: hidden;
}

#sysItemDetail .sysNumArea button {
  display: none;
  /*display: inline-block;*/
  width: 48%;
  background: #666;
  padding: 10px;
  border: 1px solid #999;
  /*border-radius: 5px;*/
  color: #fff;
}

#sysItemDetail .sysNumArea {
  padding-top: 5px;
  clear: both;
  text-align: right;
}

#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
  width: 98%;
  margin-left: 2%;
}

#sysItemDetail .sysShare {
  /*padding: 5px 0 0 2%;*/
  padding: 5px 0 0 0;
  display: block;
}

#sysCartInForm {
  width: 100%;
}

/* 4-2-7 System Button */
.sysLoginButton,
.sysButton {
  border: 1px #000000 solid;
  padding: 15px;
  margin: 5px 0;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.sysLoginButton,
.sysButton:hover {
  background: #ffffff;
  /*filter: alpha(opacity=20);
  -moz-opacity:0.2;
  opacity:0.2;*/
}

.sysLoginButton {
  display: block;
  width: 50%;
  margin: 30px auto;
  padding: 20px;
  background: #3F332F;
  color: #FFF;
}

/* 4-2-8 Item Text */
.sysDescription, .sysImageDescription {
  font-size: 0.75rem;
}

/* 4-2-9 Item Gallary */
.sysImageListSimple li {
  margin-bottom: 10px;
}

/* 4-2-10 Review */
.sysReview input {
  background: #666;
  color: #fff;
  text-shadow: none;
  border: 1px solid #999;
  /*border-radius: 3px;*/
  display: block;
  padding: 10px;
  margin: 5px auto;
  width: 50%;
}

.sysReview > br {
  display: none;
}

.sysReviewHistoryList {
  padding: 0 10px;
  border: 1px solid lightgray;
}

.sysReviewHistoryList li {
  margin-bottom: 5px;
  border-bottom: 1px dashed lightgray;
  padding: 5px 0;
}

.sysReviewHistoryList li:last-child {
  border: none;
}

.sysNickname,
.sysEvaluation {
  display: inline-block;
  padding: 0 10px 0 0;
}

.sysNickname {
  font-size: large;
  font-weight: bold;
}

.sysReviewDatetime {
  font-size: small;
  text-align: right;
  padding-right: 20px;
}

.sysReviewText {
  font-size: small;
}

/* 4-3 Free Page */
/* 4-3-1 TOP PAGE */
/* 4-4 Form Page */
/* 4-4-1 Cart Button Reset */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
  background: transparent;
  color: #3F332F;
  text-shadow: none;
}

.sysNextSubmit,
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  background: #810027;
}

.sysCartInDone {
  margin: 0;
}

/* 4-4-2 Form Page */
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {
  border-bottom: 1px solid #999;
  background-color: #999;
  color: #ffffff;
  font-size: large;
  padding: 5px;
}

#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain,
#sysMemberRegisterIndex #sysMain,
#sysFormThanks #sysMain,
#sysFormConfirm #sysMain,
#sysFormIndex #sysMain {
  border-color: #999;
  border-style: solid;
  border-radius: 0px;
  border-width: 1px;
  box-shadow: 1px 1px 1px gray;
  margin-bottom: 10px;
  padding: 0;
}

#sysMemberRegisterConfirm #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form {
  padding: 10px;
}

#sysMypageReminder #sysMain input,
#sysMemberRegisterIndex #sysMain input,
#sysFormIndex #sysMain input {
  line-height: 15px;
  padding: 5px;
  font-size: small;
  margin: 5px auto;
}

#sysMain select,
#sysMain input[type="email"],
#sysMain input[type="number"],
#sysMain input[type="password"],
#sysMain input[type="tel"],
#sysMain input[type="url"],
#sysMain input[type="text"],
#sysMain textarea {
  width: 100%;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEFEFEF', endColorstr='#FFFFFFFF');
  border-radius: 5px 5px 5px 5px;*/
  border: #999999 1px solid;
  line-height: 3;
}

#sysMain textarea {
  min-height: 75px;
}

.sysZipcode button,
.sysZipcode .sysFormField {
  display: inline-block;
}

.sysZipcode .sysFormLabel {
  display: block;
}

.sysZipcode .sysFormField {
  width: 200px;
}

.sysZipcode br {
  display: none;
}

.sysBirthday input {
  width: auto !important;
}

/* 4-4-3 Form Confirm Page */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
  border: 1px solid #999;
  line-height: 2;
  padding-left: 10px;
  font-size: small;
  /*border-radius: 3px;*/
  margin: 5px auto;
  min-height: 20px;
}

/* 4-4-4 Item Search Form */
/*
.sysItemSearchForm > div {
  margin: 10px auto;
  width: 90%;
  text-align: left;
}

form.sysItemSearchForm {
  text-align: center;
}

.sysItemSearchForm > div.sysItemSearchFormWord {
  width: 95%;
}
*/
/* 4-5 MyPage */
/* 4-5-1 Mypage Index */
.sysMypage #sysMain {
  border-color: #999;
  border-style: solid;
  /*border-radius: 0px;*/
  border-width: 1px;
  box-shadow: 1px 1px 1px gray;
  margin-bottom: 10px;
  padding: 0;
}

.sysMypage #sysMain h2 {
  border-bottom: 1px solid #999;
  background-color: #999;
  color: #ffffff;
  font-size: large;
  padding: 5px;
}

.sysMypage #sysMain > form,
.sysMypage #sysMain > div {
  padding: 5px 10px;
}

/* 購入履歴 */
.sysOrderList {
  border: 1px solid #d4d4d4;
  padding: 10px;
  max-height: 400px;
  overflow-y: scroll;
}

.sysOrderList li {
  border-bottom: 1px dotted #d4d4d4;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* マイページボタン */
.sysMypageNav > form {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.sysMypageNav .sysButton {
  width: 100%;
  display: block;
  line-height: 40px;
  font-size: 1rem;
}

/* 4-5-2 Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form {
  padding: 10px;
}

#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
  line-height: 15px;
  padding: 5px;
  font-size: small;
  margin: 5px auto;
}

#sysMypageEditConfirm #sysMain > form {
  padding: 10px;
}

/* 4-5-3 Special Point */
.sysSpecialPoint {
  overflow: hidden;
  letter-spacing: -.4em;
}

.sysSpecialPoint > div:nth-child(2n) {
  width: 60%;
}

.sysSpecialPoint > div {
  display: inline-block;
  letter-spacing: normal;
  padding: 5px 10px;
  border-bottom: 1px solid #d5d5d5;
}

.sysSpecialPoint > div:nth-child(2n+1) {
  width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
  border: 1px solid #d5d5d5;
  margin: 10px;
}

/* 4-6 News Page */
.news-row {
  border-color: #999;
  border-style: solid;
  border-radius: 0px;
  border-width: 1px;
  box-shadow: 1px 1px 1px gray;
  margin-bottom: 10px;
}

.news-row > h1 {
  border-bottom: 1px solid #999;
  background-color: #999;
  color: #ffffff;
  font-size: large;
  padding: 5px;
}

.sysNewsDetail {
  padding: 10px 20px;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress a {
  display: block;
  text-decoration: none;
  border: 1px solid;
  padding: 10px;
}

.sysSelectAddress {
  margin: 10px 0;
}

.sysSelectAddress a:hover {
  background: #eee;
}

/* 追加設定***************************************************/
.header .sysContent,
.pre_header .sysContent,
.u_header .sysContent,
.hanakarin_header .sysContent,
.online_hanakarin_header .sysContent,
.season_header .sysContent,
.autumn_header .sysContent,
.nagatsuki_header .sysContent,
.newyear_header .sysContent,
.pudding_header .sysContent,
.satsuki_header .sysContent,
.spring_header .sysContent,
.summer_header .sysContent,
.sweets_header .sysContent,
.joyo_header .sysContent,
.winter_header .sysContent {
  padding: 0;
  width: 100%;
}

#sysDescription {
  display: block;
}

#sysMain {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #3F332F;
}

.contents_top_mainimg .sysContent,
.pre_contents .sysContent,
.main_menu .sysContent,
.main_hanakarin .sysContent,
.main_others .sysContent,
.main_online_navi .sysContent,
.main_hanakarin_con .sysContent,
.main_hanakarin_item_list .sysContent,
.main_company .sysContent,
.main_guide .sysContent,
.main_faq .sysContent,
.main_media .sysContent,
.main_news .sysContent,
.main_shops .sysContent,
.main_autumn .sysContent,
.main_nagatsuki .sysContent,
.main_newyear .sysContent,
.main_pudding .sysContent,
.main_satsuki .sysContent,
.main_spring .sysContent,
.main_summer .sysContent,
.main_sweets .sysContent,
.main_joyo .sysContent,
.main_winter .sysContent,
.main_inquiry .sysContent {
  padding: 0;
  width: 100%;
}

#sysAside,
.aside_new .sysContent,
.aside_pickup .sysContent,
.aside_online_hanakarin_detail .sysContent,
.aside_cart .sysContent,
.aside_mypage .sysContent {
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer .sysContent,
.pre_footer .sysContent,
.footer_uf .sysContent {
  padding: 0;
  width: 100%;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 15px;
}

/*ONLINEページ****************************************/
.sysCategoryPankuzu, .sysItemCategoryPankuzu {
  display: block;
}

form.sysItemCategoryForm {
  display: none;
}

.sysItemListDisp {
  display: none;
}

.menu_online .sysContent {
  padding: 0;
  text-align: center;
}

.sysContent .sysItemBlock .sysHorizontal {
  text-align: left;
}

.menu_online .sysContent .sysHorizontal li {
  padding: 0;
}

/*商品詳細ページ****************************************/
#sysItemDetail #sysMain .sysImageDescription {
  display: none;
}

ul.sysImageList {
  margin: 10px 0 0 0;
  width: 104%;
}

.sysItemImages .sysImageList li {
  display: inline-block;
  float: none;
  height: auto;
  line-height: 1;
  margin: 1% 3% 1% 0;
  vertical-align: top;
  width: 33%;
  font-size: 0;
}

.sysItemImages .sysImageList li.sysCurrent img {
  border: 2px solid gray;
}

.sysItemImages .sysImageList li img {
  border: none;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}

#sysSelections, #sysNumber {
  display: block;
  clear: both;
}

#sysItemDetail .sysNumArea {
  clear: both;
  padding-top: 5px;
  text-align: right;
  display: none;
}

#sysSelections div {
  display: block;
  clear: both;
}

span.textbold {
  font-weight: bold;
}

li.sysFacebook {
  width: 72px;
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
  top: -7px;
}

.sysDisplayPcNone {
  display: block;
}

li.sysLine {
  width: 112px;
}

/*カートページ****************************************/
.sysAcceptMailmagazine {
  display: none;
}

.sysAcceptDomainArea .sysAcceptDomain {
  float: none;
  clear: both;
  height: 35px;
  margin: 1%;
  width: 47%;
}

.sysCart #sysMain .sysNextSubmitArea {
  clear: both;
}

.sysCartNote {
  color: #3F332F;
}

.sysCart #sysMain .sysPrefState select {
  margin: 0.5em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.sysCartTitle {
  font-weight: bold;
}

/*ご注文を確定する*/
.sysNextSubmit,
#sysConfirm #sysMain .sysNextSubmitArea .sysNextSubmit {
  background: #810027 !important;
  color: #ffffff;
  text-shadow: none;
}

/*マイページページ****************************************/
.sysMypage #sysMain > form, .sysMypage #sysMain > div {
  padding: 5px 0;
}

/******************************************************

201811新テンプレート用ここから

*******************************************************/
/*201811新テンプレートここまで*/
/*共通*/
a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover, a:active {
  color: #918453;
  text-decoration: underline;
}

a img {
  transition: 0.5s;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

img {
  border: none;
  vertical-align: top;
  width: auto !important;
  max-width: 100% !important;
}

body {
  min-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: inherit;
  }
}
/*only---------------------------------*/
.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}
/*マージン調整---------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb25 {
  margin-bottom: 25px;
}

.alC {
  text-align: center;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px !important;
  }

  .mt10 {
    margin-top: 5px !important;
  }

  .mt20 {
    margin-top: 10px !important;
  }

  .mt30 {
    margin-top: 15px !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mt50 {
    margin-top: 25px !important;
  }

  .mt60 {
    margin-top: 30px !important;
  }

  .mt70 {
    margin-top: 35px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .mt90 {
    margin-top: 45px !important;
  }

  .mt100 {
    margin-top: 50px !important;
  }

  .mb0 {
    margin-bottom: 0px !important;
  }

  .mb10 {
    margin-bottom: 5px !important;
  }

  .mb20 {
    margin-bottom: 10px !important;
  }

  .mb30 {
    margin-bottom: 15px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }

  .mb50 {
    margin-bottom: 25px !important;
  }

  .mb60 {
    margin-bottom: 30px !important;
  }

  .mb70 {
    margin-bottom: 35px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }

  .mb90 {
    margin-bottom: 45px !important;
  }

  .mb100 {
    margin-bottom: 50px !important;
  }
}
/*フロート指定---------------------------------*/
.row {
  overflow: hidden;
}

.row .left_col {
  float: left;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .row .left_col {
    float: none;
    width: 100%;
  }
}
.row .right_col {
  float: left;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .row .right_col {
    float: none;
    width: 100%;
  }
}
.slide_area {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .slide_area {
    margin-bottom: 40px;
  }

  .slide_area .slick-dots li,
  .slide_area .slick-dots li button,
  .slide_area .slick-dots li button:before {
    width: 12px;
    height: 12px;
    font-size: 12px;
  }
}
.main_wrapper {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main_wrapper {
    width: 100%;
    box-sizing: border-box;
  }
}
.main_contents {
  width: 790px;
  float: right;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main_contents {
    float: none;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.sec,
.sec * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.main_contents {
  background-color: #FFFFFF;
}

.main_contents .ttl {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .main_contents .ttl {
    font-size: 18px;
    margin-bottom: 10px;
    /*text-align: center;*/
  }
}
.main_contents .sec {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
.main_contents .sec {
  margin-bottom: 40px;
}
}

@media screen and (max-width: 767px) {
  .main_contents .sec:first-of-type {
    margin-bottom: 10px;
  }
}
.main_contents .bn380_block ul {
  font-size: 0;
}

.main_contents .bn380_block ul li {
  display: inline-block;
  margin: 0 30px 30px 0;
}

@media screen and (max-width: 767px) {
  .main_contents .bn380_block ul li {
    /*width: 48%;
    margin: 1%;*/
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
  }
}
.main_contents .bn380_block ul li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .main_contents .bn380_block ul li:nth-child(2n) {
    margin-right: inherit;
  }
}
.main_contents .top_about {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .main_contents .top_about {
    margin-bottom: 40px;
  }
}
.main_contents .news_block {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .main_contents .news_block {
    margin-top: 20px;
  }
}
.main_contents .news_block dl {
  overflow: hidden;
}

.main_contents .news_block dl dt {
  float: left;
  font-size: 13px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .main_contents .news_block dl dt {
    float: none;
    margin-bottom: 5px;
    padding-top: 10px;
  }
}
.main_contents .news_block dl dd {
  padding-left: 180px;
  padding-bottom: 18px;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
  border-bottom: dotted 1px #C8C8C8;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main_contents .news_block dl dd {
    padding-left: 0;
    padding-bottom: 10px;
    margin: 0;
  }
}
.main_contents .news_block dl dd:nth-of-type(1) ::before, .main_contents .news_block dl dd:nth-of-type(2) ::before {
  content: url(https://www.eikado.jp/img/201811_top/icon_new.jpg);
  position: absolute;
  top: 0;
  left: 100px;
}

@media screen and (max-width: 767px) {
  .main_contents .news_block dl dd:nth-of-type(1) ::before, .main_contents .news_block dl dd:nth-of-type(2) ::before {
    top: -22px;
    left: 80px;
  }
}
.main_contents .news_block dl dd:last-of-type {
  border-bottom: none;
}

/*main_contentsここまで*/
.ctm_header * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ctm_header {
  width: 100%;
  position: relative;
  background: #FFF;
}

.ctm_header .wrap {
  width: 1000px;
  margin: 0 auto;
  height: 85px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ctm_header .wrap {
    width: 100%;
    height: 60px;
  }
}
.ctm_header .logo {
  position: absolute;
  top: 15px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ctm_header .logo {
    width: 250px;
    left: 10px;
  }
}
.ctm_header .head_navi {
  position: absolute;
  top: 22px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .ctm_header .head_navi {
    display: none;
  }
}
.ctm_header .head_navi ul li {
  display: inline-block;
  line-height: 1.0;
  padding: 5px 0;
  margin-left: 20px;
}

.ctm_header .head_navi ul li:last-child {
  border-left: solid 1px #C5C1C0;
  padding-left: 20px;
}

.ctm_header .head_navi ul li a {
  color: #3F332F;
  font-size: 11px;
  display: block;
  text-decoration: underline;
  letter-spacing: 1.0px;
}

.ctm_header .head_navi ul li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.ctm_header .head_navi ul .head_mem {
  background-image: url("https://www.eikado.jp/img/201811_common/icon_member.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 25px;
}

.ctm_header .head_navi ul .head_log {
  background-image: url("https://www.eikado.jp/img/201811_common/icon_login.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
}

.ctm_header .head_navi ul .head_cart {
  background-image: url("https://www.eikado.jp/img/201811_common/icon_cart.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
}

.ctm_header .gnavi {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ctm_header .gnavi {
    display: none;
  }
}
.ctm_header .gnavi ul {
  text-align: center;
}

.ctm_header .gnavi ul li {
  display: inline-block;
  line-height: 1.0;
  border-left: solid 1px #CCCCCC;
}

.ctm_header .gnavi ul li:first-child {
  border-left: none;
}

.ctm_header .gnavi ul li a {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #3F332F;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0 22px;
  text-decoration: none;
}

.ctm_header .gnavi ul li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/*ctm_headerここまで*/
/*トグル-----------------------*/
@media screen and (max-width: 767px) {
  #toggle {
    width: 100px;
    width: 50px;
    height: 49px;
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    background: #FFF;
    padding: 5px;
  }

  #toggle a {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    overflow: hidden;
    background: url(https://www.eikado.jp/img/201811_common/icon_toggle.png) no-repeat left top;
    background-size: 35px 35px;
  }

  .triggerBtn {
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
  }
}
/*スライドバーカスタマイズ*/
#slideMenu .category {
  margin-bottom: 20px;
}

#slideMenu .slide_ttl {
  font-size: 13px;
  font-weight: bold;
  padding: 8px !important;
  border-bottom: solid 1px #ccc;
  color: #333;
}

#slideMenu .sarch {
  margin-bottom: 20px;
  text-align: center;
}

#slideMenu .searchbox {
  font-size: 12px !important;
  width: 90% !important;
  height: 30px !important;
  padding: 5px 5px 5px 35px !important;
  margin-bottom: 5px !important;
  border: solid 1px #CCCCCC !important;
  background: url(https://www.eikado.jp/img/201811_common/icon_seach.png) !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
}

/*footer*/
.footer,
.footer * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.footer {
  background: url(https://www.eikado.jp/img/201811_common/foot_bg.jpg);
  background-size: contain;
  /*foot_info_blockここまで*/
  /*foot_menu_blockここまで*/
}

.footer .wrap {
  width: 1000px;
  padding: 40px 0 30px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .footer .wrap {
    width: 100%;
    padding: 30px 25px 20px;
  }
}
.footer .foot_info_block {
  float: left;
  width: 300px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .footer .foot_info_block {
    float: none;
    width: 100%;
  padding-left: 0px;
    text-align: center;
    margin-bottom: 40px;

  }
}
.footer .foot_info_block .foot_logo {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.footer .foot_info_block .foot_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
}

.footer .foot_info_block p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.footer .foot_info_block .foot_contact {
  width: 220px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footer .foot_info_block .foot_contact {
    margin: 0 auto 20px;
  }
}
.footer .foot_info_block .foot_contact a {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px;
  border: solid 1px #3F332F;
  text-decoration: none;
  transition: 0.5s;
}

.footer .foot_info_block .foot_contact a:hover {
  background: #3F332F;
  color: #fff;
}

.footer .foot_info_block .foot_sns ul li {
  display: inline-block;
  margin-right: 7px;
  width: 20px;
}

@media screen and (max-width: 767px) {
  .footer .foot_info_block .foot_sns ul li {
    width: 30px;
    margin: 0 5px;
  }
}
.footer .foot_menu_block {
  float: right;
  width: 700px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .footer .foot_menu_block {
    float: none;
    width: 100%;
  }
}
.footer .foot_menu_block .list_block {
  margin-bottom: 20px;
}

.footer .foot_menu_block .list_block .block {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 0 10px;
}

.footer .foot_menu_block .list_block .block:nth-of-type(1) {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .footer .foot_menu_block .list_block .block:nth-of-type(1) {
    width: 50%;
  }
}
.footer .foot_menu_block .list_block .block:nth-of-type(2) {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .footer .foot_menu_block .list_block .block:nth-of-type(2) {
    width: 50%;
  }
}
.footer .foot_menu_block .list_block .block:nth-of-type(3) {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .footer .foot_menu_block .list_block .block:nth-of-type(3) {
    width: 50%;
  }
}
.footer .foot_menu_block .list_block .block:nth-of-type(4) {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .footer .foot_menu_block .list_block .block:nth-of-type(4) {
    width: 50%;
  }
}
.footer .foot_menu_block .list_block .block ul {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .footer .foot_menu_block .list_block .block ul {
    margin-bottom: 20px;
  }
}
.footer .foot_menu_block .list_block .block ul li {
  font-weight: bold;
  margin-bottom: 7px;
  position: relative;
}

.footer .foot_menu_block .list_block .block ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #3F332F;
  border-right: solid 1px #3F332F;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.footer .foot_menu_block .list_block .block ul li a {
  font-size: 12px;
  display: block;
  padding-left: 15px;
  text-decoration: none;
}

.footer .copyright {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
}
/*footerここまで*/
/*サイドナビ*/
.side_navi,
.side_navi * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.side_navi {
  width: 180px;
  float: left;
  overflow: hidden;
  margin-bottom: 50px;
  /*side_cat1ここまで*/
  /*side_cat2ここまで*/
}

@media screen and (max-width: 767px) {
  .side_navi {
    float: none;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}
.side_navi .side_banner {
  margin-bottom: 50px;
}

.side_navi .side_banner ul li {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .side_navi .side_banner ul li {
    text-align: center;
  }
}
.side_navi .side_ttl {
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  padding: 5px 0;
  border-bottom: solid 1px #3F332F;
  margin-bottom: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .side_navi .side_ttl {
    margin-bottom: 15px;
  }
}
.side_navi .side_search {
  text-align: center;
  margin-bottom: 40px;
}

.side_navi .side_search .searchbox {
  font-size: 12px;
  width: 180px;
  height: 30px;
  padding: 5px 5px 5px 35px;
  margin-bottom: 5px;
  border: solid 1px #CCCCCC !important;
  background: url(https://www.eikado.jp/img/201811_common/icon_seach.png) !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
}

@media screen and (max-width: 767px) {
  .side_navi .side_search .searchbox {
    display: block;
    margin: 0 auto 10px;
    width: 80%;
    height: 40px;
  }
}
.side_navi .side_search .submit_btn_sarch {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  width: 95px;
  padding: 2px 0;
  cursor: pointer;
  background-color: #3F332F;
  color: #fff;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .side_navi .side_search .submit_btn_sarch {
    font-size: 16px;
  }
}
.side_navi .side_cat1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .side_navi .side_cat1 {
    margin-bottom: 20px;
  }
}
.side_navi .side_cat1 .all_list {
  text-align: right;
}

.side_navi .side_cat1 .all_list a {
  font-size: 12px;
  position: relative;
  padding-right: 15px;
}

.side_navi .side_cat1 .all_list a::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
}

.side_navi .side_cat1 ul {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .side_navi .side_cat1 ul {
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  .side_navi .side_cat1 ul li {
    display: inline-block;
    width: 48%;
    margin: 1%;
  }
}
.side_navi .side_cat1 ul li a {
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  border-bottom: dotted 1px #C8C8C8;
}

.side_navi .side_cat1 ul li a img {
  display: inline-block;
  vertical-align: middle;
}

.side_navi .side_cat1 ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
}

.side_navi .side_cat1 ul li:first-child a {
  padding-top: 0;
}

.side_navi .side_cat2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .side_navi .side_cat2 {
    margin-bottom: 10px;
  }
}
.side_navi .side_cat2 ul {
  border-bottom: solid 1px #D9D6D5;
  padding-bottom: 15px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .side_navi .side_cat2 ul {
    padding-bottom: 8px;
  }
}
.side_navi .side_cat2 ul:first-of-type {
  margin-top: 0;
}

.side_navi .side_cat2 ul:last-of-type {
  border-bottom: none;
}

.side_navi .side_cat2 ul li a {
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: block;
  padding: 4px 0;
}

.side_navi .side_cat2 ul li:first-child a {
  padding-top: 0;
}

/*side_naviここまで*/
/*商品ページここから*/
@media screen and (max-width: 767px) {
  .item_detail_wrap {
    padding: 0 5px;
    box-sizing: border-box;
  }
}
/*商品ページここまで*/
/*商品一覧ここから*/
.cat_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #40210F;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .cat_ttl {
    font-size: 18px;
    padding: 0 5px;
  }
}
/*商品一覧ここまで*/
/*フリーページここから*/
.page_line .sub_ttl {
  font-size: 20px;
  color: #10AF0C;
  font-weight: bold;
  border-bottom: solid 1px #00B900;
  letter-spacing: 1.5px;
  padding-bottom: 13px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .page_line .sub_ttl {
    font-size: 18px;
  }
}
.page_line .flow .left_col {
  width: 77%;
}

@media screen and (max-width: 767px) {
  .page_line .flow .left_col {
    width: 100%;
    margin-bottom: 15px;
  }
}
.page_line .flow .right_col {
  width: 23%;
}

@media screen and (max-width: 767px) {
  .page_line .flow .right_col {
    width: 100%;
    text-align: center;
  }
}
.page_line .flow dl {
  overflow: hidden;
}

.page_line .flow dl dt {
  float: left;
  font-size: 18px;
  background: #00B900;
  color: #fff;
  padding: 4px 10px;
}

.page_line .flow dl dd {
  padding: 6px 5px 6px 50px;
  margin-bottom: 30px;
}

/*フリーページここまで*/
/*lpここから*/
.lp_contents,
.lp_contents * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lp_contents {
    width: 100%;
  }
}
.lp_contents img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.lp_contents .mb60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .lp_contents .mb60 {
    margin-bottom: 30px;
  }
}
.lp_contents .btn {
  text-align: center;
  margin: 40px auto 60px;
}

.lp_contents .btn img {
  max-width: 80%;
}

.lp_contents .btn a {
  display: block;
}

/*lpここまで*/
/*デフォルトをカスタマイズ*/
#sysAll {
  background-color: #fff !important;
}

.sysContent {
  padding: 0 !important;
}

#sysWrap {
  width: 1000px !important;
}

@media screen and (max-width: 767px) {
  #sysWrap {
    width: 100% !important;
    padding-top: 10px;
  }
}
div#sysAside {
  width: 180px;
  float: left !important;
}

@media screen and (max-width: 767px) {
  div#sysAside {
    width: 100% !important;
    float: none;
  }
}
div#sysMain {
  width: 790px !important;
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  div#sysMain {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}
.pagetitle_box2 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .pagetitle_box2 {
    margin: 0 !important;
    padding: 20px 5px !important;
    float: none !important;
    box-sizing: border-box !important;
  }
}
.guide_box {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .guide_box {
    margin: 0 !important;
    padding: 20px 5px !important;
    box-sizing: border-box !important;
  }
}
.sysItemList {
  width: 790px !important;
}

@media screen and (max-width: 767px) {
  .sysItemList {
    width: 100% !important;
  }
}
ul.sysThumbnail {
  width: 790px !important;
}

@media screen and (max-width: 767px) {
  ul.sysThumbnail {
    width: 100% !important;
  }
}
ul.sysThumbnail {
  /*text-align: center !important;*/
  margin: 0 !important;
}

.sysItemList ul.sysThumbnail li {
  width: 29% !important;
  margin: 0 2% 5% !important;
}

@media screen and (max-width: 767px) {
  .sysItemList ul.sysThumbnail li {
    width: 45% !important;
  }
}
.faq_box,
.faq_faqblock {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .faq_box,
  .faq_faqblock {
    margin: 0 !important;
    padding: 20px 5px !important;
    box-sizing: border-box !important;
  }
}
@media screen and (max-width: 767px) {
  .sysItemList {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #sysMemberRegisterIndex #sysMain,
  #sysMemberRegisterRegister #sysMain,
  #sysMemberRegisterConfirm #sysMain {
    margin: 0 !important;
    padding: 0 5px !important;
    box-sizing: border-box !important;
  }
}
@media screen and (max-width: 767px) {
  .sysCart .sysBox .sysProduct {
    float: none !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .sysMypage #sysMain {
    margin: 0 !important;
    padding: 0 5px !important;
    box-sizing: border-box !important;
  }
}
.sysCart #sysMain {
  width: 980px !important;
}

@media screen and (max-width: 767px) {
  .sysCart #sysMain {
    width: 100% !important;
  }
}
#itemdetail_wrap {
  width: 790px !important;
}

@media screen and (max-width: 767px) {
  #itemdetail_wrap {
    width: 84% !important;
  }
}
#item_text_detail {
  width: 450px !important;
}

@media screen and (max-width: 767px) {
  #item_text_detail {
    width: 100% !important;
  }
}
.sysExplanation {
  width: 790px !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .sysExplanation {
    width: 100% !important;
  }
}
.sysCart .sysBox img.sysProductImg {
  width: 30% !important;
}

@media screen and (max-width: 767px) {
  .sysCart .sysBox img.sysProductImg {
    margin: 0 5% 0% 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .sysFreeArea {
    padding: 0 15px;
  }
}
/*検索*/
#sysMain .sysItemSearchForm {
  font-size: 15px;
  line-height: 2;
  margin: 10px 0 20px;
  padding: 30px;
  background: #F4F4F4;
  border: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  #sysMain .sysItemSearchForm {
    padding: 15px;
    margin: 10px 15px 20px;
  }
}

#sysMain .sysItemSearchForm div {
  margin-bottom: 5px;
}

#sysMain .sysItemSearchForm option {
  padding: 10px;
}

#sysItemSearch #sysMain form input[type="submit"] {
  background-color: #333;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  margin: 10px auto;
  padding: 10px;
  width: 60%;
}

#sysItemSearch #sysMain .sysItemSearchAndOr input[type="radio"] {
  vertical-align: middle;
  border: 2px solid #999;
}

#sysMain .sysItemSearchFormWord input {
  padding: 5px;
  width: 100% !important;
  border: solid 1px #999;
}

#sysMain .sysItemSearchFormLimit {
  display: none;
}

.sysItemListDisp {
  margin-bottom: 10px;
}

.sysItemSearchFormSort select {
  width: 100%;
}

.sysSearchButton {
  width: 100%;
}

/*検索結果一覧*/
.sysItemList ul.sysList li {
  padding: 15px;
}

.sysItemList ul.sysList li .sysThumbnailImage {
  margin-right: 15px;
}

.sysItemList ul.sysList li .sysAddSelection {
  clear: both;
  padding-top: 15px;
}

/*PR*/
.saleitemPr{
color:#FFF;
font-size: 15px;
padding: 0 5px;
background: #e60012;
display: inline-block;
font-weight: bold;
display: flex;
justify-content: center;
margin:10px 0;
width: 100%;
}

.soldoutPr{
display: none;/*display: inline-block;*/
color:#FFF;
font-size:small;
padding: 0 5px;
background: #FFF;
font-weight: bold;
}
@media screen and (max-width:480px){
@charset "UTF-8";
html {
  width: 100%;
}

body {
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 12px;
  line-height: 160%;
  background-image: url(https://www.eikado.jp/img/common/sp_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  color: #3F332F;
  text-align: left;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #efe6f7;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(https://www.eikado.jp/img/common/sp_bg.jpg) center/cover no-repeat;
  -webkit-background-size: cover;
}

body#top::before, body#browsingtop::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(https://www.eikado.jp/img/common/sp_bg_top.jpg) center/cover no-repeat;
  /*fixedをトル！*/
  -webkit-background-size: cover;
  /*Android4*/
}

a {
  text-decoration: none;
  color: #3F332F;
}

img {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0;
  display: block;
  line-height: 0;
}

ul, li {
  list-style-type: none;
}

.br:before {
  content: "\a";
  white-space: pre;
}

.border_dotted {
  border-top: #3F332F 1px dotted;
  width: 94% px;
  height: 1px;
  margin: 0 3% 0 3%;
}

.border_solid_2 {
  border-top: #3F332F 1px solid;
  width: 94% px;
  height: 1px;
  margin: 0 3% 0 3%;
}

/*HEADER****************************************/
nav#pc_navimenu {
  display: none;
}

#tabsp_header {
  width: 100%;
  clear: both;
  display: block;
  z-index: 100;
  float: left;
  position: relative;
}

p.tabsp_btnwrap {
  width: 11.3%;
  margin: 10px 3% 0 85.7%;
}

/*
.tabsp_btnwrap{
	width: 94%;
	margin: 10px 3% 0 3%;
}

.tabsp_btnwrap a img{
	width: 12%;
	margin: 0 0 0 88%;
}
*/
p.list_close {
  width: 94%;
  margin: 10px 3% 0 3%;
  text-align: right;
  padding: 0;
}

p.list_close img {
  width: 12%;
  margin: 0 0 0 88%;
}

/*下層用ヘッダーボタン*/
.tabsp_btnwrap_uh {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
}

header #tabsp_header p {
  line-height: none;
  padding: 0;
}

a.slide_btn_uh img {
  width: 11.3%;
  margin: 0 3% 0 0;
}

h1#uh {
  width: 35%;
  margin: 15px 17.7% 0 33%;
  float: left;
}

.tabsp_uh_line {
  border-bottom: 2px solid #3F332F;
  with: 94%;
  margin: 15px 3% 0 3%;
}

#category_list {
  width: 100%;
  padding: 0 0 30px 0;
  background: #ffffff;
  /*filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;*/
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  display: none;
}

h1 {
  width: 59.2%;
  margin: 30px 20% 0 20%;
}

/*
h1 img{
	width: 129%;
	margin: 0 0 0 -14.5%;
}
*/
#category_list li {
  width: 59.2%;
  margin: 0 20% 0 20%;
}

/*
.mainnavi ul li a img{
	width: 129%;
	margin: 0 0 0 -14.5%;
	padding: 0;
}
*/
.tabsp_undernavi_box {
  clear: both;
  display: block;
  width: 59.2%;
  margin: 20px 20% 20px 20%;
  overflow: hidden;
}

.tabsp_undernavi_box img {
  width: 50%;
  float: left;
}

.sns {
  width: 100%;
  margin: 0 0 0 30%;
  padding: 0;
}

.sns a img {
  width: 10%;
  float: left;
  margin: 0 5% 0 0;
}

/*FOOTER****************************************/
footer#pc_footer {
  display: none;
}

footer {
  width: 94%;
  margin: 0 3% 0 3%;
  padding: 0 0 20px 0;
  clear: both;
  display: block;
  font-size: 10px;
  text-align: center;
}

/*下層ページ用フッター*/
.f_followus {
  display: none;
}

footer#footer_uf {
  width: 94%;
  margin: 0 3% 0 3%;
  padding: 10px 0 20px 0;
  clear: both;
  display: block;
  font-size: 10px;
  text-align: center;
  border-top: 2px solid #3F332F;
}

.f_followus {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 15px 0 25px 0;
  clear: both;
  display: block;
  float: left;
  border-bottom: 2px solid #3F332F;
}

.f_followus_wrap {
  width: 70%;
  margin: 0 15% 0 14%;
}

img.followusimg {
  width: 40%;
  float: left;
  margin: 7px 0 0 10%;
}

.f_sns_wrap {
  width: 46%;
  float: right;
}

img.f_snsbtn {
  width: 20%;
  float: left;
  margin: 0 0 0 8%;
}

nav.footernavi {
  margin: 0 0 5px 0;
  clear: both;
  display: block;
}

.copyright {
  margin: 0;
  clear: both;
  display: block;
}

/*リニューアル準備中****************************************/
header#pre_header {
  display: none;
}

#pre_contents {
  width: 100%;
  margin: 0 0 40px 0;
  clear: both;
  display: block;
}

.pc_preparation, .tab_preparation {
  display: none;
}

footer#pre_footer {
  width: 94%;
  margin: 0 3% 0 3%;
  padding: 0 0 20px 0;
  clear: both;
  display: block;
  font-size: 10px;
  text-align: center;
}

/*ページタイトル****************************************/
.pagetitle_box {
  width: 100%;
  margin: 0;
  padding: 40px 0 35px 0;
  float: left;
}

.pagetitle_box2 {
  width: 94%;
  margin: 0 3%;
  padding: 40px 0 35px 0;
  float: left;
  border-bottom: 2px solid #3F332F;
}

img.pagetitle_news {
  width: 42%;
  margin: 0 auto;
}

img.pagetitle_menu {
  width: 15%;
  margin: 0 auto;
}

img.pagetitle_shops {
  width: 19%;
  margin: 0 auto;
}

img.pagetitle_media {
  width: 19%;
  margin: 0 auto;
}

img.pagetitle_company {
  width: 26%;
  margin: 0 auto;
}

img.pagetitle_guide {
  width: 37%;
  margin: 0 auto;
}

img.pagetitle_faq {
  width: 18%;
  margin: 0 auto;
}

/*ASIDE ITEM LIST****************************************/
.aside_list_wrap {
  width: 94%;
  margin: 0 3%;
  padding: 50px 0 0 0;
  clear: both;
  display: block;
  border-top: #3F332F 1px dotted;
}

img.title_new {
  width: 10%;
  margin: 0 45% 30px 45%;
}

img.title_pickup {
  width: 19%;
  margin: 0 40.5% 30px 40.5%;
}

.aside_list_wrap ul {
  margin: 0;
  padding: 0;
  width: 104%;
  font-size: 1;
  letter-spacing: -.4em;
}

.aside_list_wrap ul li {
  display: inline-block;
  margin: 0 3% 30px 0;
  text-align: center;
  width: 30%;
  vertical-align: top;
  float: none;
  letter-spacing: normal;
}

.aside_list_wrap ul li img {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*MAIN CONTENTS ITEM LIST****************************************/
.item_list_wrap {
  width: 94%;
  margin: 0 3%;
  padding: 0;
  clear: both;
  display: block;
}

.item_list_titile {
  border-bottom: 1px dotted #3F332F;
  padding: 0 1% 10px 1%;
  margin: 0 0 30px 0;
  font-size: 14px;
  font-weight: bold;
}

.item_list_wrap ul {
  margin: 0 0 30px 0;
  padding: 0;
  width: 103%;
  font-size: 1;
  letter-spacing: -.4em;
}

.item_list_wrap ul li {
  display: inline-block;
  float: none;
  margin: 0 3% 30px 0;
  text-align: center;
  width: 47%;
  vertical-align: top;
  letter-spacing: normal;
}

.item_list_wrap ul li img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.item_name {
  margin: 15px 0 5px 0;
  font-size: 12px;
  line-height: 140%;
}

.item_price {
  margin: 0;
  font-size: 12px;
  line-height: 140%;
}

/*TOP PAGE****************************************/
.pc_topimg, .tab_topimg {
  display: none;
}

section.contents_top_mainimg {
  width: 100%;
  margin: 30px 0 40px 0;
  clear: both;
  display: block;
}

#main_contents {
  width: 94%;
  margin: 20px 3% 30px 3%;
  clear: both;
  display: block;
}

.radio img {
  width: 94%;
  margin: 10px 10px 0 10px;
}

/* トップモーダル*/
.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  width: 300px;
  text-align: center;
}

.modal a {
  cursor: pointer;
}

.modal a:hover {
  opacity: 0.5;
}

/*MENU****************************************/
/*MENU内カテゴリナビ*/
#pctab_menu_categorynavi {
  display: none;
}

#sp_menu_categorynavi {
  width: 94%;
  margin: 32px 3% 0 3%;
  padding: 0;
  display: block;
  clear: both;
}

#sp_menu_categorynavi li {
  width: 50%;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}

/*MENU 大阪華かりん商品詳細ページ****************************************/
#tabsp_osakahanakarin_mainimg {
  width: 100%;
  z-index: 1;
  position: relative;
  clear: both;
  display: block;
  margin: -19.5% 0 0 0;
  float: left;
}

.main_hanakarin_con {
  width: 100%;
  clear: both;
  display: block;
  margin: 30px 0 0 0;
  float: left;
}

.bg_white {
  width: 100%;
  background-color: #FFFFFF;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}

.bg_shaded {
  width: 100%;
  background-image: url(https://www.eikado.jp/img/menu/osakahanakarin/bg_shaded.png);
  background-repeat: repeat-y;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}

.main_hanakarin_conbox {
  width: 94%;
  margin: 0 3%;
}

/*MENU OTHERS 季節のお菓子****************************************/
/*季節のお菓子ヘッダー*/
#season_tabsp_mainimg {
  width: 100%;
  z-index: 1;
  position: relative;
  clear: both;
  display: block;
  margin: -19.5% 0 0 0;
  float: left;
}

.main_season_wrap {
  width: 94%;
  clear: both;
  display: block;
  margin: 30px 3% 0 3%;
  padding: 0 0 30px 0;
}

.main_season_box {
  clear: both;
  display: block;
  margin: 0 0 25px 0;
}

/*NEWS PAGE****************************************/
.news_wrap {
  width: 94%;
  margin: 0 3% 0 3%;
  padding: 30px 0 0 0;
  display: block;
  clear: both;
  font-size: 12px;
}

.news_box {
  width: 100%;
  display: block;
  clear: both;
  margin: 0 0 10px 0;
}

img.news_newsimg {
  margin: 0 0 15px 0;
}

dl.news_text_box {
  display: block;
  clear: both;
  padding: 0 0 30px 0;
}

dl.news_text_box dt {
  border-bottom: 1px dotted #3F332F;
  padding: 0 2% 15px 2%;
  font-size: 14px;
  font-weight: bold;
}

dl.news_text_box dd {
  padding: 15px 2% 0 2%;
}

dl.news_text_box dd a {
  color: #915F0E;
}

img.news_detail_btn {
  width: 70%;
  margin: 15px 30% 0 0;
}

/*COMPANYページ****************************************/
p.company_text {
  line-height: 220%;
  letter-spacing: 2px;
  text-align: left;
}

p.company_daihyo {
  font-size: 14px;
  padding: 5px 0 0 0;
  text-align: right;
}

.company_box {
  width: 94%;
  margin: 0 3%;
  padding: 50px 0 55px 0;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
  font-size: 13px;
  clear: both;
  display: block;
  line-height: 220%;
}

p.company_box_titile {
  font-size: 18px;
  margin: 0 0 45px 0;
}

dl.company_gaiyo {
  width: 86%;
  margin: 0 7% 0 7%;
  padding: 25px 6% 5px 6%;
  text-align: left;
  border-bottom: #3F332F 1px solid;
  font-size: 12px;
}

dl.company_gaiyo dt {
  float: left;
  width: 25%;
  clear: both;
}

dl.company_gaiyo dd {
  padding: 0 0 0 25%;
}

/*店舗一覧 PAGE****************************************/
.shops_wrap {
  line-height: 180%;
  width: 94%;
  margin: 0 3%;
  padding: 30px 0 40px 0;
  font-size: 12px;
  display: block;
  clear: both;
  overflow: hidden;
}

.shops_box {
  margin: 0 0 20px 0;
  display: block;
  clear: both;
  overflow: hidden;
}

.shops_tenpobox {
  margin: 0 0 50px 0;
  display: block;
  clear: both;
  overflow: hidden;
}

img.img_topimg, img.img_shops_recruit {
  margin: 0 0 30px 0;
}

dl.shops_textbox dt {
  border-bottom: 1px dotted #3F332F;
  padding: 0 10px 10px 10px;
  font-size: 14px;
  font-weight: bold;
}

dl.shops_textbox dt img {
  text-align: right;
  display: inline;
  width: 80px;
  padding: 0;
  margin: 0;
}

dl.shops_textbox dd {
  padding: 10px 10px 0 10px;
}

.shops_shopsimg {
  width: 100%;
}

.shops_shopsdetail {
  margin: 20px 0 0 0;
}

img.shops_map_btn {
  margin: 15px 0 0 0;
  width: 65%;
}

.shops_border_solid {
  border-top: #3F332F 2px solid;
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

.shops_box2 {
  margin: 0 0 20px 0;
  display: block;
  clear: both;
  overflow: hidden;
}

.shops_recruit_box {
  margin: 0 0 50px;
}

span.shops_recruit_title {
  font-size: 14px;
  font-weight: normal;
}

.shops_staff_mes {
  margin: 0 0 30px 0;
}

.shops_staff_l {
  display: block;
  clear: both;
  margin: 0 0 45px 0;
  overflow: hidden;
}

.shops_staff_r {
  display: block;
  clear: both;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.shops_staffimg {
  float: left;
  width: 33%;
}

.shops_staffdetail {
  float: right;
  width: 64%;
}

span.shops_staffname {
  font-size: 14px;
}

span.shops_staffpost {
  font-size: 12px;
  margin: 0 0 0 10px;
}

/*MEDIA PAGE****************************************/
.media_wrap {
  width: 94%;
  margin: 0 3% 0 3%;
  padding: 45px 0 25px 0;
  display: block;
  clear: both;
}

.media_box {
  display: block;
  clear: both;
  margin: 0 0 50px 0;
  overflow: hidden;
}

.media_mediaimg {
  float: left;
  width: 25%;
}

.media_text_box {
  float: right;
  width: 70%;
}

.media_text_box dl dt {
  border-bottom: 1px dotted #3F332F;
  padding: 0 1% 10px 1%;
  font-size: 14px;
  font-weight: bold;
}

.media_text_box dl dd {
  padding: 10px 1% 0 1%;
}

/*ご利用ガイド PAGE****************************************/
.guide_box {
  width: 94%;
  margin: 0 3%;
  padding: 40px 0 15px 0;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 13px;
  clear: both;
  display: block;
}

.guide_guidetitile {
  border-bottom: 1px solid #3F332F;
  text-align: center;
  font-size: 18px;
  padding: 0 0 15px 0;
  margin: 0 0 40px 0;
}

dl.guide_guideblock {
  padding: 0 0 15px 0;
}

dl.guide_guideblock dt {
  font-size: 16px;
  border-bottom: 1px dotted #3F332F;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

dl.guide_guideblock dd {
  padding: 0 0 20px 0;
}

/*よくあるご質問 PAGE****************************************/
.faq_box {
  width: 94%;
  margin: 0 3%;
  padding: 40px 0 15px 0;
  font-size: 12px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  clear: both;
  display: block;
}

.faq_faqblock {
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 14px;
}

dl.faq_q {
  border-bottom: 1px dotted #3F332F;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

.faq_faqblock dl dt {
  float: left;
  width: 6%;
}

dl.faq_q dt img, dl.faq_a dt img {
  margin: 3px 0 0 0;
}

.faq_faqblock dl dd {
  padding: 0 0 0 8%;
}

.faq_soryo {
  margin: 0 0 20px 0;
}

.faq_soryo p {
  margin: 0 0 5px 0;
}

.faq_ichiran {
  font-size: 14px;
}

p.faq_soryo_text {
  margin: 0 0 30px 0;
}

.faq_kumiawase_box {
  margin: 0 0 40px 0;
}

p.faq_kumiawase {
  font-size: 14px;
  margin: 0 0 10px 0;
}

p.faq_kumiawase_text {
  margin: 0 0 10px 0;
}

img.karin_onlinebanner {
  margin: 5px 0 0 0;
  width: 54%;
}

/*お問い合せ PAGE****************************************/
.inquiry_box {
  width: 94%;
  margin: 0 3% 0 3%;
  padding: 40px 0 20px 0;
  font-size: 14px;
  clear: both;
  display: block;
  text-align: center;
}

.inquiry_title {
  font-weight: bold;
  border-bottom: 1px dotted #3F332F;
  padding: 0 15px 10px 15px;
  font-size: 18px;
}

.inquiry_box p {
  margin: 40px 0 30px 0;
  padding: 0 15px 0 15px;
}

/*ONLINEページ****************************************/
.sysItemList {
  width: 94%;
  margin: 0 3% 15px 3%;
  padding: 0;
  clear: both;
  display: block;
  float: left;
  line-height: 150%;
}

ul.sysThumbnail {
  width: 103%;
  margin: 0;
  padding: 0;
  font-size: 1;
  letter-spacing: -.4em;
}

.sysItemList ul.sysThumbnail li {
  display: inline-block;
  margin: 0 3% 30px 0;
  padding: 0;
  text-align: center;
  width: 47%;
  vertical-align: top;
  float: none;
  letter-spacing: normal;
}

/****************************************/
.menu_online {
  width: 94%;
  margin: 0 3%;
  padding: 0;
  clear: both;
  display: block;
  float: left;
}

ul.sysHorizontal {
  width: 103%;
  margin: 0;
  padding: 0;
}

.sysContent .sysItemBlock .sysHorizontal li {
  display: inline-block;
  /*float: left;*/
  margin: 0 3% 30px 0;
  text-align: center;
  width: 47%;
  vertical-align: top;
}

.sysThumbnailImage a img {
  width: 100%;
  margin: 0 0 15px 0;
}

.sysItemList ul.sysThumbnail li img {
  width: 100%;
  margin: 0 0 15px 0;
}

ul.sysThumbnail li .sysItemName {
  font-size: 12px;
  margin: 10px 0 5px 0;
}

/*ONLINE商品詳細ページ****************************************/
/*商品TOPバナー*/
#tabsp_online_osakahanakarin_mainimg {
  width: 100%;
  z-index: 1;
  position: relative;
  clear: both;
  display: block;
  margin: -19.5% 0 20px 0;
  float: left;
}

/*商品エリアWrap*/
#itemdetail_wrap {
  width: 84%;
  margin: 30px 8% 40px 8%;
  padding: 0;
  clear: both;
  display: block;
  overflow: hidden;
  line-height: 1.5;
}

/*商品メイン画像*/
.sysItemImages {
  width: 100%;
}

/*商品リスト画像*/
.sysItemImages .sysImageList li {
  width: 31%;
  margin: 0 0.1% 5px 0;
  font-size: 0;
}

/*商品説明ブロック*/
#item_text_detail {
  width: 100%;
  display: block;
}

.sysBlock {
  /*width: 660px;*/
}

/*商品名*/
.sysItemName, .sysExplanation > div > span, .sysReview > span {
  margin: 30px 0 10px 0;
  font-size: 14px;
}

.sysItemName h1 {
  clear: both;
  font-size: 18px;
  float: left;
  margin: 0 30px 10px 0;
  width: 100%;
}

/*価格*/
#sysItemDetail .sysRetailPrice {
  font-size: 14px;
}

.sysRetailPriceValue {
  font-size: 18px;
}

/*のし・数量*/
#sysSelections, #sysNumber {
  margin: 15px 0 0 0;
  font-size: 14px;
}

#sysItemDetail .sysForm select {
  display: block;
  margin: 0 30% 0 0;
  width: 70%;
  max-width: 70%;
  float: left;
}

#sysSelections div {
  padding: 15px 0 0;
}

/*備考欄*/
/*
#sysItemDetail #sysMain input[type="email"],
#sysItemDetail #sysMain input[type="number"],
#sysItemDetail #sysMain input[type="password"],
#sysItemDetail #sysMain input[type="tel"],
#sysItemDetail #sysMain input[type="url"],
#sysItemDetail #sysMain input[type="text"],
#sysItemDetail #sysMain textarea {
    border: 1px solid #999999;
    line-height: 5;
    display: block;
    margin: 0;
    width: 100%;
　　height:60px;
    float: left;
    font-size: 14px;
    border-radius: 0;
}
*/
#sysItemDetail #sysSelections input[type="text"],
#sysItemDetail #sysSelections textarea {
  border: 1px solid #999999;
  line-height: 2.5;
  display: block;
  margin: 0;
  width: 100%;
  　　height: 60px;
  float: left;
  /*font-size: 14px;*/
  border-radius: 0;
}

/*カートに入れる*/
#sysItemDetail .sysCartButton {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 20px;
  font-size: 14px;
  border-radius: 0;
}

/*お気に入り*/
#sysWishlist .sysButton {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 12px;
  font-size: 12px;
}

/*SNSシェアボタン*/
#sysItemDetail .sysShare {
  padding: 15px 0;
}

/*簡易説明*/
#sysDescription {
  font-size: 10px;
}

p.naiyo {
  font-size: 12px;
}

/*詳細商品説明*/
.sysExplanation {
  clear: both;
  display: block;
  margin: 0;
  width: 100%;
  margin: 20px 0 40px 0;
}

/*ASIDE 詳細商品説明(大阪華かりん部分)*/
#aside_online_hanakarin_detail {
  width: 94%;
  margin: 0 3%;
  padding: 35px 0 10px 0;
  border-top: #3F332F 1px dotted;
}

#aside_online_hanakarin_detail p.setumei {
  margin: 0 0 30px 0;
}

#aside_online_hanakarin_detail p.banner {
  margin: 0 0 20px 0;
}

/*お問い合せページ(フォームの方)*******************************************/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain {
  border-color: none;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  box-shadow: none;
  margin: 0 3% 10px 3%;
  padding: 0;
  width: 94%;
}

/*お問い合せタイトル*/
#sysFormIndex #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormThanks #sysMain h2 {
  background-color: transparent;
  border-bottom: none;
  color: #3f332f;
  font-size: large;
  padding: 30px 0 5px 0;
}

#sysFormIndex #sysMain > form,
#sysFormConfirm #sysMain > form {
  padding: 0;
  width: 100%;
}

/*お名前・メールアドレス フォーム*/
#sysFormIndex #sysMain input[type="text"] {
  width: 100%;
  margin: 0 0 30px 0;
}

/*確認・送信ボタン*/
#sysFormIndex #sysMain input[type="submit"],
#sysFormConfirm #sysMain input[type="submit"] {
  background: #3f332f;
  border-color: transparent;
  color: #fff;
  display: block;
  height: 50px;
  margin: 30px 10% 40px;
  padding: 10px 15px;
  text-shadow: none;
  border-radius: 0;
  width: 80%;
  float: left;
}

/*カートページ*******************************************/
#sysMain {
  overflow: hidden;
}

.sysBox {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 3% auto;
  padding: 0.5em 0;
}

/*商品名*/
.sysCart .sysItemName,
.sysExplanation > div > span,
.sysReview > span {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
  color: #3F332F;
  text-shadow: none;
  background: #3F332F;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  background: #3F332F;
  border: none;
  color: #FFFFFF;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 55px;
  margin: 20px 0 40px 0;
  min-width: 10em;
  text-shadow: none;
  width: 100%;
  float: left;
}

.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e4dfcf 0%, #c5b994 100%) repeat scroll 0 0;*/
  background: #3F332F;
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 35px;
  margin: 0.5em 0;
  padding: 0;
  min-width: 11em;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
  background: #3f332f none repeat scroll 0 0;
  color: #FFFFFF;
  text-shadow: none;
}

.sysTotal .sysBox {
  width: 94%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 1em 3%;
  padding: 0 0 15px 0;
  text-align: center;
}

#sysBasket #sysMain ul.nav li .sysBox {
  width: 100%;
  margin: 1em 0;
}

#sysBasket #sysMain ul.nav li .sysBox select {
  margin: 0.5em 0;
}

.sysTotal .sysTotalTxt {
  text-shadow: none;
}

.sysCartAttention {
  color: #CC0000;
}

.sysCartTitle {
  background-color: transparent;
  color: #3f332f;
  font-size: medium;
  width: 94%;
  margin: 0 3%;
  text-align: center;
  border-bottom: #3F332F 1px dotted;
}

.sysCartItemAreaMessage {
  margin: 15px auto;
}

ul.nav li {
  width: 94%;
  margin: 0 3% 15px;
  padding: 0px 15px 0;
  border: solid 3px #CCC;
}

ul.nav li .sysBox {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 1em auto;
  padding: 0;
}

.sysItemListArea {
  width: 94%;
  margin: 0 3%;
}

.sysSubTotalArea form {
  clear: both;
}

.sysSelections {
  clear: both;
}

.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="password"],
.sysCart #sysMain input[type="email"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea {
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 0;
  margin: 0.5em 0 30px 0;
  padding: 0.5em 0.3em;
  width: 100%;
}

/*戻るボタン*/
.sysCart #sysMain form {
  width: 94%;
  margin: 0 3%;
}

.sysBackButton {
  margin: 0 auto;
}

/*買い物を続ける*/
#aside_cart {
  width: 94%;
  margin: 30px 3% 60px 3%;
}

.aside_cart_shopping {
  padding: 10px 30px;
  background: transparent;
  color: #3f332f;
  border: 1px solid #3F332F;
  text-align: center;
  display: block;
}

.aside_cart_shopping:hover {
  background: #ffffff;
  /*filter: alpha(opacity=20);
  -moz-opacity:0.2;
  opacity:0.2;*/
}

#sysPurchaseAuthMember,
#sysRegisterForm,
#sysPurchaseAuthCustomer {
  width: auto;
  /*margin: 30px 3% 15px 3%;
  padding:0 0 20px 0;
  border-bottom: 1px dotted #3F332F;*/
}

#sysPurchaseAuthMember .sysBox,
#sysRegisterForm .sysBox,
#sysPurchaseAuthCustomer .sysBox {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  padding: 0;
}

.sysNavImg {
  width: 94%;
  margin: 30px 3% 15px 3%;
  text-align: center;
}

.sysNavImg img {
  margin: 0 auto;
}

.sysAcceptDomainArea {
  width: 94%;
  margin: 30px 3% 50px 3%;
}

.sysCart #sysMain .sysSelectPayment li label.labelInline select {
  margin: 0.5em 0;
}

ul.sysErrorMessage {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 1em 3%;
  padding: 0.5em;
  width: 94%;
}

#sysThanks #sysMain .sysBox {
  background-color: transparent;
  border: 1px solid none;
  border-radius: 0;
  box-shadow: none;
  margin: 1em auto;
  padding: 0.5em;
}

/*マイページ*******************************************/
.sysMypage #sysMain {
  border-color: none;
  border-style: none;
  border-width: 0;
  box-shadow: none;
  padding: 0;
  width: 94%;
  margin: 30px 3% 60px 3%;
}

.sysMypage #sysMain h2 {
  background-color: #3F332F;
  border-bottom: none;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 5px;
  text-align: center;
  margin: 30px 0 40px 0;
}

/*オンライン商品一覧*/
#aside_mypage {
  width: 94%;
  margin: 30px 3% 60px 3%;
}

.aside_mypage_online {
  padding: 10px 30px;
  background: transparent;
  color: #3f332f;
  border: 1px solid #3F332F;
  text-align: center;
  display: block;
}

.aside_mypage_online:hover {
  background: #ffffff;
  /*filter: alpha(opacity=20);
  -moz-opacity:0.2;
  opacity:0.2;*/
}

.sysMailaddress {
  clear: both;
  padding: 0 0 20px 0;
}

.sysMemberPassword {
  clear: both;
  padding: 0 0 0px 0;
}

/*会員登録ページ*******************************************/
#sysMemberRegisterIndex #sysMain,
#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain {
  border: none;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  box-shadow: none;
  margin: 0 3% 10px 3%;
  padding: 0;
  width: 94%;
}

/*お問い合せタイトル*/
#sysMemberRegisterIndex #sysMain h2,
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2 {
  background-color: transparent;
  border-bottom: none;
  color: #3f332f;
  font-size: large;
  padding: 30px 0 5px 0;
}

#sysMemberRegisterIndex #sysMain > form {
  padding: 0;
}

/*フォーム*/
#sysMemberRegisterIndex #sysMain input[type="text"] {
  width: 100%;
  margin: 0 0 30px 0;
  text-shadow: none;
}

.sysZipcode .sysFormField input[type="text"] {
  display: block;
  clear: both;
}

.sysZipcode button {
  display: block;
  background-color: #3F332F;
  color: #ffffff;
}

#sysMemberRegisterIndex #sysMain .sysBirthday input[type="text"] {
  width: auto;
}

/*確認・送信ボタン*/
#sysMemberRegisterIndex #sysMain input[type="submit"],
#sysMemberRegisterRegister #sysMain input[type="submit"],
#sysMemberRegisterConfirm #sysMain input[type="submit"],
#sysMypageReminder #sysMain input[type="submit"] {
  background: #3f332f;
  border-color: transparent;
  color: #fff;
  display: block;
  height: 50px;
  margin: 50px auto;
  padding: 10px 15px;
  text-shadow: none;
  width: 80%;
  border-radius: 0;
}

.sysCart .sysBox hr {
  margin-top: 15px;
}

/*
select {
    -webkit-appearance: button;
    background-color:#FFFFFF;
　　background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
 }
*/
}
@media screen and (min-width:481px) and (max-width:768px){
html {
    width: 100%;
}

body {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 14px;
	line-height: 160%;
	background-image: url(https://www.eikado.jp/img/common/tab_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	color: #3F332F;
	text-align: left;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #e2dcf4;
}


body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(https://www.eikado.jp/img/common/tab_bg.jpg) center/cover no-repeat;
  -webkit-background-size:cover;
  }


body#top::before,body#browsingtop::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(https://www.eikado.jp/img/common/tab_bg_top.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  }

a { 
	text-decoration: none;
	color: #3F332F;
}


img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0;
	display: block;
	line-height: 0;
}

ul,li{
	list-style-type:none;
}

.border_dotted{
	border-top:#3F332F 1px dotted;
	width: 94%px;
	height:1px;
	margin: 0 3% 0 3%;
}

.border_solid_2{
	border-top:#3F332F 1px solid;
	width: 94%px;
	height:1px;
	margin: 0 3% 0 3%;
}

/*HEADER****************************************/
nav#pc_navimenu{
	display: none;
}

#tabsp_header{
	width: 100%;
	clear: both;
	display: block;
	z-index: 100;
	float: left;
	position: relative;
}

p.tabsp_btnwrap{
    	width: 10%;
	margin: 20px 3% 0 87%;
}

/*
.tabsp_btnwrap{
	width: 94%;
	margin: 20px 3% 0 3%;
}

.tabsp_btnwrap a img{
	width: 10%;
	margin: 0 0 0 90%;
}
*/

p.list_close{
    	width: 10%;
	margin: 20px 3% 0 87%;
        padding:0;
	text-align:right;
}

/*
p.list_close{
	width: 94%;
	margin: 20px 3% 0 3%;
	text-align:right;
	padding: 0;
}

p.list_close img{
	width: 10%;
	margin: 0 0 0 90%;
}
*/

/*下層ページ用ヘッダーボタン*/
.tabsp_btnwrap_uh{
    	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}

a.slide_btn_uh img{
    	width: 10%;
	margin: 0 3% 0 0;
}

h1#uh{
	width: 24%;
	margin: 25px 24% 0 39%;
	float:left;
}

/*
h1#uh img{
	margin: 0 34% 0 43%;
}
*/

.tabsp_uh_line{
        border-bottom: 2px solid #3F332F;
        with:94%;
        margin:20px 3% 0 3%;
}

#category_list{
	width:100%;
	padding:0 0 35px 0;
	background:#ffffff;
	/*filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;*/
	color:#fff;
 	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	display:none;
}


h1{
	width: 48%;
	margin: 100px 26% 0 26%;
}

/*
#category_list li{
	width: 100%;
	margin: 0;
}
*/

#category_list li{
	width: 48%;
	margin: 0 26% 0 26%;
}


.mainnavi ul li a img{
	width: 100%;
	margin: 0;
	padding: 0;
}



.tabsp_undernavi_box{
	clear: both;
	display: block;
	width: 48%;
	margin: 35px 26% 35px 26%;
	overflow: hidden;
}

.tabsp_undernavi_box img{
	width: 50%;
	float: left;
}

.sns{
	width: 36%;
	margin: 0 32% 0 32%;
	padding: 0;
}


.sns a img{
	width: 21%;
	float: left;
	margin: 0 6.1% 0 6.1%;
}

#tabsp_osakahanakarin_mainimg{
	width: 100%;
	z-index: 1;
	position: relative;
	clear: both;
	display: block;
	margin: -18.5% 0 0 0;
	float: left;
}

/*FOOTER****************************************/
footer#pc_footer{
	display: none;
}

footer{
	width: 94%;
	margin: 0 3% 0 3%;
	padding: 0 0 50px 0;
	clear: both;
	display: block;
	font-size: 12px;
	text-align: center;
}

/*下層ページ用フッター*/
/*.f_followus{
	display: none;
}
*/

footer#footer_uf{
	width: 94%;
	margin: 0 3% 0 3%;
	padding: 20px 0 50px 0;
	clear: both;
	display: block;
	font-size: 12px;
	text-align: center;
	border-top: 2px solid #3F332F;
}

.f_followus{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 15px 0 35px 0;
	clear: both;
	display: block;
	float: left;
	border-bottom: 2px solid #3F332F;
}

.f_followus_wrap{
	width: 50%;
	margin: 0 25% 0 27%;
}

img.followusimg{
	width: 46%;
	float: left;
	margin: 8px 0 0 0;
}

.f_sns_wrap{
	width: 46%;
	float: right;
}

img.f_snsbtn{
	width: 20%;
	float: left;
	margin: 0 0 0 8%;
}


nav.footernavi{
	margin: 0 0 15px 0;
	clear: both;
	display: block;
}

.copyright{
	margin: 0;
	clear: both;
	display: block;
}



/*リニューアル準備中****************************************/
header#pre_header{
	display: none;
}

#pre_contents{
	width: 100%;
	margin: 0 0 90px 0;
	clear: both;
	display: block;
}

.pc_preparation,.sp_preparation{
	display: none;
}

footer#pre_footer{
	width: 94%;
	margin: 0 3% 0 3%;
	padding: 0 0 50px 0;
	clear: both;
	display: block;
	font-size: 12px;
	text-align: center;
}

/*ページタイトル****************************************/
.pagetitle_box,.pagetitle_box2{
	width: 94%;
	margin:  0 3% 0 3%;
	padding: 55px 0 50px 0;
	border-bottom: 2px solid #3F332F;
	float:left;
}

img.pagetitle_news{
	width: 29%;
	margin: 0 auto;
}

img.pagetitle_menu{
	width: 11%;
	margin: 0 auto;
}

img.pagetitle_shops{
	width: 13%;
	margin: 0 auto;
}

img.pagetitle_media{
	width: 12%;
	margin: 0 auto;
}

img.pagetitle_company{
	width: 18%;
	margin: 0 auto;
}

img.pagetitle_guide{
	width: 25%;
	margin: 0 auto;
}

img.pagetitle_faq{
	width: 12%;
	margin: 0 auto;
}

/*ASIDE ITEM LIST****************************************/
.aside_list_wrap{
	width: 94%;
	margin: 0 3% 0 3%;
	padding: 80px 0 0 0;
	clear: both;
	display: block;
	border-top:#3F332F 1px dotted;
}

img.title_new{
	width: 10%;
	margin: 0 45% 50px 45%;
}

img.title_pickup{
	width: 19%;
	margin: 0 40.5% 50px 40.5%;
}

.aside_list_wrap ul{
    margin: 0;
    padding: 0;
    width: 104%;
    font-size: 1;
    letter-spacing: -.3em;

}

.aside_list_wrap ul li{
    display:inline-block; 
    margin: 0 3% 30px 0;
    text-align: center;
    width: 30%;
    vertical-align: top;
    float: none;
    letter-spacing: normal;
}

.aside_list_wrap ul li img{
    width: 100%;
	margin: 0;
	padding: 0;
}

/*MAIN CONTENTS ITEM LIST****************************************/
.item_list_wrap{
	width: 94%;
	margin: 0 3% 0 3%;
	padding: 30px 0 0 0;
	clear: both;
	display: block;
}

.item_list_titile{
	border-bottom: 1px dotted #3F332F;
	padding: 0 2% 15px 2%;
	margin: 0 0 45px 0;
	font-size: 16px;
	font-weight: bold;
}

.item_list_wrap ul{
    margin: 0 0 50px 0;
    padding: 0;
    width: 104%;
    font-size: 1;
    letter-spacing: -.3em;

}

.item_list_wrap ul li{
    display:inline-block; 
    float: none;
    margin: 0 3% 30px 0;
    text-align: center;
    width: 30%;
    vertical-align: top;
    letter-spacing: normal;
}

.item_list_wrap ul li img{
    width: 100%;
	margin: 0;
	padding: 0;
}

.item_name{
    margin: 20px 0 5px 0;
    font-size: 14px;
}

.item_price{
    margin: 0;
    font-size: 14px;
}


/*TOP PEGE****************************************/
.pc_topimg,.sp_topimg{
	display: none;
}

section.contents_top_mainimg{
	width: 100%;
	margin: 100px 0 90px 0;
	clear: both;
	display: block;
}

#main_contents{
	width: 94%;
	margin: 30px 3% 40px 3%;
	clear: both;
	display: block;
}

.sysContent{
	float:left;
}
.radio img{
width:60%;
padding-top:20px;
margin:10px 10px 0 20%;}


/* トップモーダル*/
.modal {
	position:fixed;
	display:none;
	z-index:9999;
top: 10%;
left: 0;
right: 0;
bottom: 0;
margin: auto;
height:auto;
	width:500px;
	text-align:center; }

.modal a { cursor:pointer; }
.modal a:hover{
	opacity: 0.5;}


/*MENU****************************************/
/*MENU内カテゴリナビ*/
#sp_menu_categorynavi{
	display: none;
}


#pctab_menu_categorynavi{
	width: 74%;
	margin: 32px 13% 0 13%;
	padding: 0;
	display: block;
	clear:both;
}

#pctab_menu_categorynavi li{
	padding: 0;
	margin: 0 2.5%;
	float: left;
	display: block;
}

li.categorynavi_all{
	width:6.2%;
}

li.categorynavi_hanakarin{
	width: 29%;
}
li.categorynavi_original{
	width: 13.2%;
}
li.categorynavi_others{
	width: 11.2%;
}
li.categorynavi_online{
	width: 11.2%;
}


/*MENU 大阪華かりん商品詳細ページ****************************************/
#tabsp_osakahanakarin_mainimg{
	width: 100%;
	z-index: 1;
	position: relative;
	clear: both;
	display: block;
	margin: -18.5% 0 0 0;
	float: left;
}

.main_hanakarin_con{
	width: 100%;
	clear: both;
	display: block;
	margin: 45px 0 0 0;
	float:left;
}

.bg_white{
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	display: block;
	margin: 0 0 45px 0;
}

.bg_shaded{
	width: 100%;
	background-image: url(https://www.eikado.jp/img/menu/osakahanakarin/bg_shaded.png);
	background-repeat: repeat-y;
	clear: both;
	display: block;
	margin: 0 0 45px 0;
}

.main_hanakarin_conbox{
	width: 94%;
	margin: 0 3% 0 3%;
}

/*MENU OTHERS 季節のお菓子****************************************/
/*季節のお菓子ヘッダー*/
#season_tabsp_mainimg{
	width: 100%;
	z-index: 1;
	position: relative;
	clear: both;
	display: block;
	margin: -18.5% 0 0 0;
	float: left;
}
.main_season_wrap{
	width: 94%;
	clear: both;
	display: block;
	margin: 45px 3% 0 3%;
	padding: 0 0 45px 0;
}
.main_season_box{
	clear: both;
	display: block;
	margin: 0 0 40px 0;
}
/*NEWS PAGE****************************************/
.news_wrap{
	width: 94%;
	margin: 0 3% 0 3%;
	padding: 45px 0 0 0;
	display: block;
	clear: both;
}
.news_box{
	width: 100%;
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}
img.news_newsimg{
	margin: 0 0 30px 0;
}
dl.news_text_box{
	display: block;
	clear: both;
	padding: 0 0 40px 0;
}
dl.news_text_box dt{
	border-bottom: 1px dotted #3F332F;
	padding: 0 2% 15px 2%;
	font-size: 16px;
	font-weight: bold;
}
dl.news_text_box dd{
	padding: 15px 2% 0 2%;
}
dl.news_text_box dd a{
	color: #915F0E;
}
img.news_detail_btn{
	width: 50%;
	margin: 20px 50% 0 0;
}
/*COMPANYページ****************************************/
p.company_text{
	line-height: 220%;
	letter-spacing: 2px;
text-align:left;
}
p.company_daihyo{
	font-size:14px;
	padding: 5px 0 0 0;
	letter-spacing: 2px;
text-align:right;
}
.company_box{
	width: 94%px;
	margin: 0 3% 0 3%;
	padding: 50px 0 55px 0;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
	font-size:13px;
	clear: both;
	display: block;
	line-height: 220%;
}
p.company_box_titile{
	font-size:22px;
	margin: 0 0 45px 0;
	letter-spacing: 2px;
}
dl.company_gaiyo{
	width: 58%;
	margin: 0 21% 0 21%;
	padding: 40px 6% 15px 6%;
	text-align: left;
	border-bottom:#3F332F 1px solid;
	font-size:12px;
}

dl.company_gaiyo dt{
	float:left;
	width: 25%;
	clear: both;
}

dl.company_gaiyo dd{
	padding:0 0 0 25%;
}

/*店舗一覧 PAGE****************************************/
.shops_wrap{
	line-height: 180%;
	width: 94%;
	margin:  0 3% 0 3%;
	padding: 45px 0 40px 0;
	font-size: 14px;
	display: block;
	clear: both;
	overflow: hidden;
}

.shops_box{
	margin:  0 0 30px 0;
	display: block;
	clear: both;
	overflow: hidden;
}

.shops_tenpobox{
	margin:  0 0 80px 0;
	display: block;
	clear: both;
	overflow: hidden;
}

img.img_topimg,img.img_shops_recruit{
	margin:  0 0 60px 0;
}

dl.shops_textbox{

}

dl.shops_textbox dt{
	border-bottom: 1px dotted #3F332F;
	padding: 0 20px 10px 20px;
	font-size: 18px;
	font-weight: bold;
}
dl.shops_textbox dt img{
text-align:right;
display:inline;
width: 80px;
padding:0;
margin:0;
}
dl.shops_textbox dd{
	padding: 10px 20px 0 20px;
}

.shops_shopsimg{
	float: left;
	width: 48%;
}

.shops_shopsdetail{
	float: right;
	width: 49%;
}

img.shops_map_btn{
	margin: 15px 0 0 0;
	width: 70%;
}


.shops_border_solid{
	border-top:#3F332F 2px solid;
	width: 100%;
	margin: 20px 0 45px 0;
	float: left;
}


.shops_box2{
	margin:  0 0 20px 0;
	display: block;
	clear: both;
	overflow: hidden;
}

.shops_recruit_box{
	margin: 0 0 50px;
}

span.shops_recruit_title{
	font-size: 16px;
	font-weight: normal;
}

.shops_staff_mes{
	margin:  0 0 60px 0;
}

.shops_staff_l{
	display: block;
	clear: both;
	margin:  0 0 45px 0;
	overflow: hidden;
}

.shops_staff_r{
	display: block;
	clear: both;
	margin:  0 0 10px 0;
	overflow: hidden;
}

.shops_staffimg{
	float: left;
	width: 22%;
}

.shops_staffdetail{
	float: right;
	width: 75%;
}

span.shops_staffname{
	font-size: 16px;
}

span.shops_staffpost{
	font-size: 12px;
	margin: 0 0 0 10px;
}

/*MEDIA PAGE****************************************/
.media_wrap{
	width: 94%;
	margin: 0 3% 0 3%;
	padding: 45px 0 25px 0;
	display: block;
	clear: both;
}

.media_box{
	display: block;
	clear: both;
	margin: 0 0 50px 0;
	overflow: hidden;
}

.media_mediaimg{
	float: left;
	width: 22%;
}

.media_text_box{
	float: right;
	width: 74%;
}

.media_text_box dl dt{
	border-bottom: 1px dotted #3F332F;
	padding: 0 2% 15px 2%;
	font-size: 16px;
	font-weight: bold;
}

.media_text_box dl dd{
	padding: 15px 2% 0 2%;
}



/*ご利用ガイド PAGE****************************************/
.guide_box{
	width: 94%;
	margin:  0 3% 0 3%;
	padding: 45px 0 40px 0;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 14px;
	clear: both;
	display: block;
}

.guide_guidetitile{
	border-bottom: 1px solid #3F332F;
	text-align: center;
	font-size: 22px;
	padding: 0 0 25px 0;
	margin: 0 0 50px 0;
}

dl.guide_guideblock{
	padding: 0 0 25px 0;
}

dl.guide_guideblock dt{
	font-size: 18px;
	border-bottom: 1px dotted #3F332F;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

dl.guide_guideblock dd{
	padding: 0 0 35px 0;
}
img.card{
width:300px;}

/*よくあるご質問 PAGE****************************************/
.faq_box{
	width: 94%;
	margin:  0 3% 0 3%;
	padding: 60px 0 40px 0;
	font-size: 14px;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	clear: both;
	display: block;
}

.faq_faqblock{
	width: 100%;
	margin: 0 0 50px 0;
	font-size: 18px;
}

dl.faq_q{
	border-bottom: 1px dotted #3F332F;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;

}

.faq_faqblock dl dt{
	float: left;
	width: 6%;
}

dl.faq_q dt img,dl.faq_a dt img{
	margin: 3px 0 0 0;
 }

.faq_faqblock dl dd{
	padding: 0 0 0 8%;
}

.faq_soryo{
	margin: 0 0 50px 0;
}

.faq_soryo p{
	margin: 0 0 5px 0;
}

.faq_ichiran{
	font-size: 20px;
}

p.faq_soryo_text{
	margin: 0 0 50px 0;
}

.faq_kumiawase_box{
	margin: 0 0 40px 0;
}

p.faq_kumiawase{
	font-size: 20px;
	margin: 0 0 10px 0;
}

p.faq_kumiawase_text{
	margin: 0 0 10px 0;
}

img.karin_onlinebanner{
	margin: 15px 0 0 0;
	width: 38%;
}


/*お問い合せ PAGE****************************************/
.inquiry_box{
	width: 94%;
	margin:  0 3% 0 3%;
	padding: 60px 0 40px 0;
	font-size: 14px;
	clear: both;
	display: block;
	text-align: center;
}

.inquiry_title{
	font-weight: bold;
	border-bottom: 1px dotted #3F332F;
	padding: 0 20px 15px 20px;
	font-size: 18px;
}

.inquiry_box p{
	margin:  60px 0 50px 0;
	padding: 0 20px 0 20px;
}


/*ONLINEページ****************************************/
.sysItemList{
	width: 94%;
	margin: 0 3% 50px 3%;
	padding: 0;
	clear: both;
	display: block;
	float: left;
	line-height: 150%;
}

ul.sysThumbnail{
	width: 104%;
	margin: 30px 0 0 0;
	padding: 0;
    font-size: 1;
    letter-spacing: -.3em;

}

.sysItemList ul.sysThumbnail li {
    display:inline-block; 
    margin: 0 3% 30px 0;
    padding: 0;
    text-align: center;
    width: 30%;
    vertical-align: top;
    float: none;
    letter-spacing: normal;
}

.sysItemList ul.sysThumbnail li img{
    width: 100%;
    margin: 0 0 30px 0;
}


/****************************************/

.menu_online{
	width: 94%;
	margin: 0 3% 0 3%;
	padding: 0;
	clear: both;
	display: block;
	float: left;
}

ul.sysHorizontal{
	width: 104%;
	margin: 30px 0 0 0;
	padding: 0;
}

.sysContent .sysItemBlock .sysHorizontal li{
    display:inline-block; 
    /*float: left;*/
    margin: 0 3% 30px 0;
    text-align: center;
    width: 30%;
    vertical-align: top;
}

.sysContent .sysItemBlock .sysHorizontal li img{
    width: 100%;
    margin: 0 0 30px 0;
}

.sysItemName, .sysExplanation > div > span, .sysReview > span {
    margin: 30px 0 10px 0;
}


/*ONLINE商品詳細ページ****************************************/
/*商品TOPバナー*/
#tabsp_online_osakahanakarin_mainimg{
	width: 100%;
	z-index: 1;
	position: relative;
	clear: both;
	display: block;
	margin: -18.5% 0 30px 0;
	float: left;
}

/*商品エリアWrap*/
#itemdetail_wrap{
	width: 86%;
	margin: 60px 7% 40px 7%;
	padding: 0;
	clear: both;
	display: block;
	overflow:hidden;
	line-height: 1.5;
}

/*商品メイン画像*/
.sysItemImages{
    width: 41%;
    float:left;
}

/*商品リスト画像*/
.sysItemImages .sysImageList li {
    width: 31%;
    margin:0 0.1% 5px 0;
    font-size:0;
}


/*商品説明ブロック*/
#item_text_detail{
    width: 50%;
    display: block;
    float:right;
}

.sysBlock{
    /*width: 660px;*/

}

/*商品名*/
.sysItemName, .sysExplanation > div > span, .sysReview > span {
    margin: 0 0 10px 0;
    font-size: 16px;
}


.sysItemName h1 {
    clear: both;
    font-size: 18px;
    float: left;
    margin: 0 30px 10px 0;
    width: 100%;
}

/*価格*/
#sysItemDetail .sysRetailPrice {
    font-size: 14px;
}

.sysRetailPriceValue {
    font-size: 18px;
}


/*のし・数量*/
#sysSelections, #sysNumber{
    margin: 15px 0 0 0;
    font-size: 14px;
}

#sysItemDetail .sysForm select {
    display: block;
    margin: 0 30% 0 0;
    width: 70%;
    max-width: 70%;
    float: left;
}

#sysSelections div{
    padding: 15px 0 0 0;
}

/*備考欄*/
/*
#sysItemDetail #sysMain input[type="email"],
#sysItemDetail #sysMain input[type="number"],
#sysItemDetail #sysMain input[type="password"],
#sysItemDetail #sysMain input[type="tel"],
#sysItemDetail #sysMain input[type="url"],
#sysItemDetail #sysMain input[type="text"],
#sysItemDetail #sysMain textarea {
    border: 1px solid #999999;
    line-height: 5;
    display: block;
    margin: 0;
    width: 100%;
　　height:60px;
    float: left;
    font-size: 14px;
    border-radius: 0;
}
*/

#sysItemDetail #sysSelections input[type="text"],
#sysItemDetail #sysSelections textarea{
    border: 1px solid #999999;
    line-height: 2.5;
    display: block;
    margin: 0;
    width: 100%;
　　height:60px;
    float: left;
    /*font-size: 14px;*/
    border-radius: 0;
}

/*カートに入れる*/
#sysItemDetail .sysCartButton {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px;
    font-size:14px;
    border-radius: 0;
}


/*お気に入り*/
#sysWishlist .sysButton{
    width: 100%;
    margin: 20px 0 0 0;
    padding: 12px;
    font-size:12px;
}


/*SNSシェアボタン*/
#sysItemDetail .sysShare {
    padding: 20px 0;
}

/*簡易説明*/
#sysDescription{
    font-size:12px;
}

p.naiyo{
    font-size:14px;
}

/*詳細商品説明*/
.sysExplanation{
    clear: both;
    display: block;
    margin: 0;
    width: 94%;
    margin: 20px 3% 40px 3%;
}


/*ASIDE 詳細商品説明(大阪華かりん部分)*/
#aside_online_hanakarin_detail{
    width: 94%;
    margin: 0 3%;
    padding: 45px 0 10px 0;
    border-top:#3F332F 1px dotted;
}

#aside_online_hanakarin_detail p.setumei{
    margin: 0 0 60px 0;
}

#aside_online_hanakarin_detail p.banner{
    margin: 0 0 30px 0;
}

/*お問い合せページ(フォームの方)*******************************************/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain{
    border-color: none;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    margin:0 3% 10px 3%;
    padding: 0;
    width:94%;
}

/*お問い合せタイトル*/
#sysFormIndex #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormThanks #sysMain h2{
    background-color: transparent;
    border-bottom: none;
    color: #3f332f;
    font-size: large;
    padding:30px 0 5px 0;
}

#sysFormIndex #sysMain > form,
#sysFormConfirm #sysMain > form{
    padding: 0;
    width:100%;
}

/*お名前・メールアドレス フォーム*/
#sysFormIndex #sysMain input[type="text"]
{
    width:100%;
    margin: 0 0 30px 0;
}

/*確認・送信ボタン*/
#sysFormIndex #sysMain input[type="submit"],
#sysFormConfirm #sysMain input[type="submit"]{
    background: #3f332f;
    border-color: transparent;
    color: #fff;
    display: block;
    height: 50px;
    margin: 30px 10% 40px;
    padding: 10px 15px;
    text-shadow: none;
    border-radius: 0;
    width: 80%;
    float: left;
}


/*カートページ*******************************************/
#sysMain{
    overflow: hidden;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
    color: #3F332F;
    text-shadow: none;
    background: #3F332F;
}



.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
    background: #3F332F;
    border: none;
    color: #FFFFFF;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    height: 55px;
    margin: 60px 0 50px 0;
    min-width: 10em;
    text-shadow: none;
    width: 100%;
    float: left;
}

.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e4dfcf 0%, #c5b994 100%) repeat scroll 0 0;*/
    background: #3F332F;
    border: none;
    border-radius: 0;
    cursor: pointer;
    height: 35px;
    margin: 0.5em 0;
    padding:0;
    min-width: 11em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
    background: #3f332f none repeat scroll 0 0;
    color: #FFFFFF;
    text-shadow: none;
}

.sysTotal .sysBox {
    width:94%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 1em 3%;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted #3F332F;
    text-align: center;
}

#sysBasket #sysMain ul.nav li .sysBox{
    width: 100%;
    margin: 1em 0;
}

#sysBasket #sysMain ul.nav li .sysBox select{
    margin: 0.5em 0;
}

.sysTotal .sysTotalTxt {
    text-shadow: none;
}

.sysCartAttention {
    color: #CC0000;
}

.sysCartTitle {
    background-color: transparent;
    color: #3f332f;
    font-size: medium;
    width:94%;
    margin: 0 3%;
    text-align: center;
    border-bottom: #3F332F 1px dotted;
}

ul.nav li{
    width:94%;
    margin: 0 3%;
}

ul.nav li .sysBox {
    background-color: transparent;
    border:none;
    border-radius: 0;
    box-shadow: none;
    margin: 1em auto;
    padding: 0;
}

.sysItemListArea{
    width:94%;
    margin: 0 3%;
}

.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="password"],
.sysCart #sysMain input[type="email"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea  {
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 0;
    margin: 0.5em 0 30px 0;
    padding: 0.5em 0.3em;
    width: 100%;
}


/*戻るボタン*/
.sysCart #sysMain form{
    width:94%;
    margin: 0 3%;
}

.sysBackButton{
    margin:0 auto;
}


/*買い物を続ける*/
#aside_cart{
    width:94%;
    margin: 30px 3% 60px 3%;
}

.aside_cart_shopping{
    padding:10px 30px;
    background: transparent;
    color: #3f332f;
    border: 1px solid #3F332F;
    text-align: center;
    display: block;
}

.aside_cart_shopping:hover {
    background: #ffffff;
    /*filter: alpha(opacity=20);
    -moz-opacity:0.2;
    opacity:0.2;*/
}

#sysPurchaseAuthMember,
#sysRegisterForm,
#sysPurchaseAuthCustomer{
    width:94%;
    margin: 30px 3% 15px 3%;
    padding:0 0 20px 0;
    border-bottom: 1px dotted #3F332F;
}


#sysPurchaseAuthMember .sysBox,
#sysRegisterForm .sysBox,
#sysPurchaseAuthCustomer .sysBox{
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.sysNavImg{
    width:94%;
    margin: 30px 3% 15px 3%;
    text-align: center;
}

.sysNavImg img{
    margin: 0 auto;
}

.sysAcceptDomainArea{
    width:94%;
    margin: 30px 3% 50px 3%;
}

.sysCart #sysMain .sysSelectPayment li label.labelInline select{
    margin: 0.5em 0;
}


#sysMain .sysBox,
ul.sysErrorMessage {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 1em 3%;
    padding: 0.5em;
    width:94%;
}


/*マイページ*******************************************/
.sysMypage #sysMain {
    border-color: none;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    padding: 0;
    width:94%;
    margin: 30px 3% 60px 3%;
}

.sysMypage #sysMain h2 {
    background-color: #3F332F;
    border-bottom: none;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 5px;
    text-align: center;
    margin: 30px 0 40px 0;
}

/*オンライン商品一覧*/
#aside_mypage{
    width:94%;
    margin: 30px 3% 60px 3%;
}

.aside_mypage_online{
    padding:10px 30px;
    background: transparent;
    color: #3f332f;
    border: 1px solid #3F332F;
    text-align: center;
    display: block;
}

.aside_mypage_online:hover {
    background: #ffffff;
    /*filter: alpha(opacity=20);
    -moz-opacity:0.2;
    opacity:0.2;*/
}

.sysMailaddress{
    clear:both;
    padding: 0 0 80px 0;
}

.sysMemberPassword{
    clear:both;
    padding: 0 0 100px 0;
}

/*会員登録ページ*******************************************/
#sysMemberRegisterIndex #sysMain,
#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain{
    border: none;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    margin:0 3% 10px 3%;
    padding: 0;
    width:94%;
}

/*お問い合せタイトル*/
#sysMemberRegisterIndex #sysMain h2,
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2{
    background-color: transparent;
    border-bottom: none;
    color: #3f332f;
    font-size: large;
    padding:30px 0 5px 0;
}

#sysMemberRegisterIndex #sysMain > form{
    padding: 0;
}

/*フォーム*/
#sysMemberRegisterIndex #sysMain input[type="text"]
{
    width:100%;
    margin: 0 0 30px 0;
    text-shadow: none;
}

.sysZipcode .sysFormField input[type="text"]{
    display: block;
    clear:both;
}

.sysZipcode button{
    display: block;
    background-color: #3F332F;
    color: #ffffff;
}

#sysMemberRegisterIndex #sysMain .sysBirthday input[type="text"] {
    width: auto;
}

/*確認・送信ボタン*/
#sysMemberRegisterIndex #sysMain input[type="submit"],
#sysMemberRegisterRegister #sysMain input[type="submit"],
#sysMemberRegisterConfirm #sysMain input[type="submit"],
#sysMypageReminder #sysMain input[type="submit"]{
    background: #3f332f;
    border-color: transparent;
    color: #fff;
    display: block;
    height: 50px;
    margin: 50px auto;
    padding: 10px 15px;
    text-shadow: none;
    width: 80%;
    border-radius: 0;
}
}
@media screen and (min-width:769px){
@charset "UTF-8";
/* トップバナー*/
.img-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.img-flex img {
  width: 480px;
}

body {
  width: 100%;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "sans-serif";
  color: #3F332F;
  font-size: 14px;
  line-height: 180%;
  background-image: url(https://www.eikado.jp/img/common/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-color: #FFFFFF;
}

body#top, body#browsingtop {
  width: 100%;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "sans-serif";
  color: #3F332F;
  font-size: 14px;
  line-height: 180%;
  background-image: url(https://www.eikado.jp/img/common/bg_top.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-color: #FFFFFF;
}

body #sysAll {
  width: 100%;
  margin: 0 auto;
}

/*
body #sysAll{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: rgba(255,255,255,0.3);
}

body#top #sysAll ,body#browsingtop #sysAll {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: transparent;
}
*/
body img {
  border-style: none;
  vertical-align: bottom;
  display: block;
  line-height: 0;
}

body a img {
  border-style: none;
}

ul, li {
  list-style-type: none;
}

body a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

body a:link {
  color: #3F332F;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-decoration: none;
}

body a:visited {
  color: #3F332F;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-decoration: none;
}

body a:hover {
  color: #996253;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-decoration: none;
}

body a:active {
  color: #996253;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-decoration: none;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.border_dotted {
  border-top: #3F332F 1px dotted;
  width: 100%;
  height: 1px;
  margin: 0 auto 0 auto;
}

.border_solid_2 {
  border-top: #3F332F 1px solid;
  width: 100%;
  height: 1px;
  margin: 0 auto 0 auto;
}

/*HEADER****************************************/
#tabsp_header {
  display: none;
}

header {
  width: 100%;
  clear: both;
  display: block;
}

nav#pc_navimenu {
  width: 100%;
  height: 60px;
  margin: 60px auto 0 auto;
  padding: 0;
  border-bottom: 2px solid #3F332F;
  clear: both;
  display: block;
}

h1 {
  width: 186px;
  margin: 0 30px 0 15px;
  float: left;
}

h1 img {
  width: 186px;
}

ul.mainnavi a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

ul.mainnavi {
  display: block;
  float: left;
}

ul.mainnavi li {
  margin: 0 22px 0 0;
  float: left;
}

ul.mainnavi li.navimenu_cart {
  margin: 0;
}

ul.sns {
  width: 93px;
  float: right;
  margin: 0 15px 0 0;
}

ul.sns li img {
  width: 22px;
  display: block;
}

ul.sns li {
  margin: 8px 13px 0 0;
  float: left;
}

ul.sns li.navimenu_line {
  margin: 8px 0 0 0;
}

/*FOOTER****************************************/
nav.tabsp_undernavi {
  display: none;
}

footer {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 20px 0 25px 0;
  border-top: 2px solid #3F332F;
  clear: both;
  display: block;
  font-size: 12px;
}

footer#footer_uf {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 25px 0;
  clear: both;
  display: block;
  border-top: 2px solid #3F332F;
  font-size: 12px;
}

.f_followus {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 35px 0 30px 0;
  clear: both;
  display: block;
  float: left;
}

.f_followus_wrap {
  width: 284px;
  margin: 0 auto;
}

img.followusimg {
  float: left;
  margin: 8px 0 0 0;
}

.f_sns_wrap {
  width: 150px;
  float: right;
}

img.f_snsbtn {
  width: 28px;
  float: left;
  margin: 0 0 0 22px;
}

.footernavi_wrap {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 20px 0 25px 0;
  clear: both;
  display: block;
  border-top: 2px solid #3F332F;
}

nav.footernavi {
  float: left;
  margin: 0 0 0 6px;
}

.copyright {
  float: right;
  margin: 0 6px 0 0;
}

/*リニューアル準備中****************************************/
header#pre_header {
  width: 100%;
  height: 60px;
  margin: 60px auto 0 auto;
  padding: 0;
  border-bottom: 2px solid #3F332F;
  text-align: center;
  clear: both;
  display: block;
}

header#pre_header img {
  margin: 0 auto;
}

#pre_contents {
  width: 100%;
  margin: 0 auto;
  clear: both;
  display: block;
}

.sp_preparation, .tab_preparation {
  display: none;
}

footer#pre_footer {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 20px 0 25px 0;
  clear: both;
  display: block;
  border-top: 2px solid #3F332F;
  font-size: 12px;
  text-align: center;
}

/*ページタイトル****************************************/
.pagetitle_box {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 36px 0;
  border-bottom: 2px solid #3F332F;
  overflow: hidden;
}

.pagetitle_box2 {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 55px 0;
  border-bottom: 2px solid #3F332F;
}

img.pagetitle_news,
img.pagetitle_menu,
img.pagetitle_shops,
img.pagetitle_media,
img.pagetitle_company,
img.pagetitle_guide,
img.pagetitle_faq {
  margin: 0 auto;
}

/*ASIDE ITEM LIST****************************************/
.aside_list_wrap {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 110px 0 0 0;
  clear: both;
  display: block;
  border-top: #3F332F 1px dotted;
}

img.title_new, img.title_pickup {
  margin: 0 auto 70px auto;
}

.aside_list_wrap ul {
  width: 1020px;
  margin: 0;
  padding: 0;
  font-size: 1;
  letter-spacing: -7px;
}

.aside_list_wrap ul li {
  display: inline-block;
  margin: 0 40px 60px 0;
  text-align: center;
  width: 300px;
  vertical-align: top;
  float: none;
  letter-spacing: normal;
}

.aside_list_wrap ul li img {
  width: 300px;
  margin: 0;
  padding: 0;
}

/*MAIN CONTENTS ITEM LIST****************************************/
.item_list_wrap {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 50px 0 40px 0;
  clear: both;
  display: block;
}

.item_list_titile {
  border-bottom: 1px dotted #3F332F;
  padding: 0 25px 15px 25px;
  margin: 0 0 45px 0;
  font-size: 16px;
  font-weight: bold;
}

.item_list_wrap ul {
  width: 1020px;
  margin: 0 0 70px 0;
  padding: 0;
  font-size: 1;
  letter-spacing: -7px;
}

.item_list_wrap ul li {
  display: inline-block;
  margin: 0 40px 60px 0;
  text-align: center;
  width: 300px;
  vertical-align: top;
  float: none;
  letter-spacing: normal;
}

.item_list_wrap ul li img {
  width: 300px;
  margin: 0;
  padding: 0;
}

.item_name {
  margin: 30px 0 5px 0;
  font-size: 16px;
}

.item_price {
  margin: 0;
  font-size: 16px;
}

/*TOP PAGE****************************************/
.tab_topimg, .sp_topimg {
  display: none;
}

section.contents_top_mainimg {
  width: 100%;
  margin: 0 auto 0 auto;
  clear: both;
  display: block;
}

section.contents_top_mainimg a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=0.8)";
}

#main_contents {
  width: 100%;
  margin: 30px auto 60px auto;
  clear: both;
  display: block;
  float: left;
}

.radio img {
  margin-bottom: 20px;
}

/* トップモーダル*/
.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  width: 500px;
  text-align: center;
}

.modal a {
  cursor: pointer;
}

.modal a:hover {
  opacity: 0.5;
}

/*MENU****************************************/
/*MENU内カテゴリナビ*/
#sp_menu_categorynavi {
  display: none;
}

#pctab_menu_categorynavi {
  width: 661px;
  margin: 32px auto 0 auto;
  padding: 0;
  display: block;
  clear: both;
}

#pctab_menu_categorynavi li {
  padding: 0;
  margin: 0 17px;
  float: left;
  display: block;
}

#pctab_menu_categorynavi a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/*MENU 大阪華かりん商品詳細ページ****************************************/
#hanakarin_h {
  width: 100%;
  clear: both;
  display: block;
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/osakahanakarin/osakahanakarin_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#tabsp_osakahanakarin_mainimg {
  display: none;
}

.main_hanakarin_con {
  width: 100%;
  clear: both;
  display: block;
  float: left;
}

.bg_white {
  width: 100%;
  background-color: #FFFFFF;
  clear: both;
  display: block;
  margin: 0 0 50px 0;
}

.bg_shaded {
  width: 100%;
  background-image: url(https://www.eikado.jp/img/menu/osakahanakarin/bg_shaded.png);
  /*background-repeat: repeat-y;*/
  clear: both;
  display: block;
  margin: 0 0 50px 0;
}

.main_hanakarin_conbox {
  width: 100%;
  margin: 50px auto 0 auto;
}

/*MENU OTHERS 季節のお菓子****************************************/
/*季節のお菓子ヘッダー*/
.season_header {
  width: 100%;
  clear: both;
  display: block;
}

#autumn_h {
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/others/autumn_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#nagatsuki_h {
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/others/nagatsuki_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#newyear_h {
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/others/newyear_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#pudding_h {
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/others/pudding_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#satsuki_h {
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/others/satsuki_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#spring_h {
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/others/spring_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#summer_h {
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/others/summer_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#sweets_h {
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/others/sweets_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#winter_h {
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/others/winter_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

/*#autumn_tabsp_mainimg,
#nagatsuki_tabsp_mainimg,
#newyear_tabsp_mainimg,
#pudding_tabsp_mainimg,
#satsuki_tabsp_mainimg,
#spring_tabsp_mainimg,
#summer_tabsp_mainimg,
#sweets_tabsp_mainimg,
#winter_tabsp_mainimg*/
#season_tabsp_mainimg {
  display: none;
}

.main_season_wrap {
  width: 100%;
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

.main_season_box {
  clear: both;
  display: block;
  margin: 0 0 45px 0;
}

/*MENU ORIGINAL 上用まんじゅう****************************************/
#joyo_h {
  width: 100%;
  clear: both;
  display: block;
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/original/joyo_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 0 65px 0;
}

.main_joyo_contact {
  font-size: 1.4em;
  line-height: 1.4em;
}

/*NEWS PAGE****************************************/
.news_wrap {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 60px 0 0 0;
  display: block;
  clear: both;
}

.news_box {
  display: block;
  clear: both;
  margin: 0 0 20px 0;
}

img.news_newsimg {
  margin: 0 0 40px 0;
}

dl.news_text_box {
  display: block;
  clear: both;
  padding: 0 0 50px 0;
}

dl.news_text_box dt {
  border-bottom: 1px dotted #3F332F;
  padding: 0 25px 15px 25px;
  font-size: 16px;
  font-weight: bold;
}

dl.news_text_box dd {
  padding: 15px 25px 0 25px;
}

dl.news_text_box dd a {
  color: #915F0E;
}

img.news_detail_btn {
  margin: 20px 0 0 0;
}

/*COMPANY PAGE****************************************/
.company_box {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 60px 0 65px 0;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
  font-size: 13px;
}

p.company_box_titile {
  font-size: 22px;
  margin: 0 0 45px 0;
  letter-spacing: 3px;
}

p.company_text {
  text-align: left;
  line-height: 220%;
  letter-spacing: 2px;
  width: 580px;
  margin: 0 auto 0 auto;
}

p.company_daihyo {
  font-size: 14px;
  padding: 10px 0 0 0;
  letter-spacing: 3px;
  text-align: right;
  width: 580px;
  margin: 0 auto 0 auto;
}

dl.company_gaiyo {
  width: 640px;
  margin: 0 auto 0 auto;
  padding: 40px 30px 15px 30px;
  text-align: left;
  border-bottom: #3F332F 1px solid;
  letter-spacing: 5px;
}

dl.company_gaiyo dt {
  float: left;
  width: 120px;
}

dl.company_gaiyo dd {
  padding: 0 0 0 120px;
}

/*店舗一覧 PAGE****************************************/
.shops_wrap {
  line-height: 180%;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 80px 0;
  font-size: 14px;
  display: block;
  clear: both;
  overflow: hidden;
}

.shops_box {
  margin: 0 0 50px 0;
  display: block;
  clear: both;
  overflow: hidden;
}

.shops_tenpobox {
  margin: 0 0 60px 0;
  display: block;
  clear: both;
  overflow: hidden;
}

img.img_topimg, img.img_shops_recruit {
  margin: 0 0 60px 0;
}

dl.shops_textbox dt {
  border-bottom: 1px dotted #3F332F;
  padding: 0 20px 10px 20px;
  font-size: 18px;
  font-weight: bold;
}

dl.shops_textbox dt img {
  text-align: right;
  display: inline;
}

dl.shops_textbox dd {
  padding: 10px 20px 0 20px;
}

.shops_shopsimg {
  float: left;
  width: 440px;
}

.shops_shopsimg img {
  float: left;
  width: 440px;
}

.shops_shopsdetail {
  float: right;
  width: 513px;
}

img.shops_map_btn {
  margin: 15px 0 0 0;
  width: 208px;
}

.shops_border_solid {
  border-top: #3F332F 2px solid;
  width: 100%;
  margin: 20px auto 80px auto;
  float: left;
}

.shops_box2 {
  margin: 0 0 20px 0;
  display: block;
  clear: both;
  overflow: hidden;
}

.shops_recruit_box {
  margin: 0 0 50px;
}

span.shops_recruit_title {
  font-size: 16px;
  font-weight: normal;
}

.shops_staff_mes {
  margin: 0 0 60px 0;
}

.shops_staff_l {
  float: left;
  width: 480px;
}

.shops_staff_r {
  float: right;
  width: 480px;
}

.shops_staffimg {
  float: left;
  width: 200px;
}

.shops_staffdetail {
  float: right;
  width: 260px;
}

span.shops_staffname {
  font-size: 16px;
}

span.shops_staffpost {
  font-size: 12px;
  margin: 0 0 0 10px;
}

/*MEDIA PAGE****************************************/
.media_wrap {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 60px 0 30px 0;
  display: block;
  clear: both;
}

.media_box {
  display: block;
  clear: both;
  margin: 0 0 70px 0;
  overflow: hidden;
}

.media_mediaimg {
  float: left;
  width: 200px;
}

.media_text_box {
  float: right;
  width: 745px;
}

.media_text_box dl dt {
  border-bottom: 1px dotted #3F332F;
  padding: 0 25px 15px 25px;
  font-size: 16px;
  font-weight: bold;
}

.media_text_box dl dd {
  padding: 15px 25px 0 25px;
}

/*ご利用ガイド PAGE****************************************/
.guide_box {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 40px 0;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 14px;
}

.guide_guidetitile {
  border-bottom: 1px solid #3F332F;
  text-align: center;
  font-size: 22px;
  padding: 0 0 25px 0;
  margin: 0 0 50px 0;
}

dl.guide_guideblock {
  padding: 0 0 25px 0;
}

dl.guide_guideblock dt {
  font-size: 18px;
  border-bottom: 1px dotted #3F332F;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

dl.guide_guideblock dd {
  padding: 0 0 35px 0;
}

/*よくあるご質問 PAGE****************************************/
.faq_box {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 40px 0;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 14px;
}

.faq_faqblock {
  width: 100%;
  margin: 0 0 50px 0;
  font-size: 18px;
}

dl.faq_q {
  border-bottom: 1px dotted #3F332F;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.faq_faqblock dl dt {
  float: left;
  width: 50px;
}

dl.faq_q dt img, dl.faq_a dt img {
  margin: 3px 0 0 0;
}

.faq_faqblock dl dd {
  width: 930px;
  padding: 0 0 0 50px;
}

.faq_soryo {
  margin: 0 0 50px 0;
}

.faq_soryo p {
  margin: 0 0 5px 0;
}

.faq_ichiran {
  font-size: 20px;
}

p.faq_soryo_text {
  margin: 0 0 50px 0;
}

.faq_kumiawase_box {
  margin: 0 0 40px 0;
}

p.faq_kumiawase {
  font-size: 20px;
  margin: 0 0 10px 0;
}

p.faq_kumiawase_text {
  margin: 0 0 10px 0;
}

img.karin_onlinebanner {
  margin: 15px 0 0 0;
}

/*お問い合せ PAGE****************************************/
.inquiry_box {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 40px 0;
  font-size: 14px;
  text-align: center;
}

.inquiry_title {
  font-weight: bold;
  border-bottom: 1px dotted #3F332F;
  padding: 0 20px 15px 20px;
  font-size: 18px;
}

.inquiry_box p {
  margin: 60px 0 50px 0;
  padding: 0 20px 0 20px;
}

/*ONLINEページ****************************************/
.sysItemList {
  width: 100%;
  margin: 0 auto 60px auto;
  padding: 0;
  clear: both;
  display: block;
  line-height: 180%;
}

ul.sysThumbnail {
  width: 1020px;
  margin: 25px 0 0 0;
  padding: 0;
  font-size: 1;
  letter-spacing: -7px;
}

.sysItemList ul.sysThumbnail li {
  display: inline-block;
  margin: 0 40px 60px 0;
  padding: 0;
  text-align: center;
  width: 300px;
  vertical-align: top;
  float: none;
  letter-spacing: normal;
}

.sysItemList ul.sysThumbnail li img {
  width: 300px;
  margin: 0 0 30px 0;
}

/*****************************************/
.menu_online {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  clear: both;
  display: block;
  line-height: 180%;
}

ul.sysHorizontal {
  width: 1020px;
  margin: 50px 0 0 0;
  padding: 0;
}

.sysContent .sysItemBlock .sysHorizontal li {
  display: inline-block;
  /*float: left;*/
  margin: 0 40px 60px 0;
  text-align: center;
  width: 300px;
  vertical-align: top;
}

.sysContent .sysItemBlock .sysHorizontal li img {
  width: 300px;
  margin: 0 0 30px 0;
}

/*ONLINE商品詳細ページ****************************************/
/*商品TOPバナー*/
.itemdetail_topbanner {
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0;
  clear: both;
  display: block;
}

#online_hanakarin_h {
  width: 100%;
  clear: both;
  display: block;
  float: left;
  height: 540px;
  background-image: url(https://www.eikado.jp/img/menu/online/online_hanakarin_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 0 65px 0;
}

#tabsp_online_osakahanakarin_mainimg {
  display: none;
}

/*商品エリアWrap*/
#itemdetail_wrap {
  width: 885px;
  margin: 45px auto 40px auto;
  padding: 0;
  clear: both;
  display: block;
  overflow: hidden;
  line-height: 1.5;
}

/*商品メイン画像*/
.sysItemImages {
  width: 300px;
  float: left;
}

.sysMainImageModal {
  width: 300px;
}

/*商品リスト画像*/
ul.sysImageList {
  margin: 10px 0 0;
  width: 315px;
  font-size: 0;
}

.sysItemImages .sysImageList li {
  width: 97px;
  margin: 0 5px 5px 0;
  font-size: 0;
}

/*商品画像ライトボックス*/
.sysModalItemImages .sysModalMainImage img {
  height: auto;
  width: 300px;
}

/*商品説明ブロック*/
#item_text_detail {
  width: 500px;
  display: block;
  float: right;
}

.sysBlock {
  /*width: 660px;*/
}

/*商品名*/
.sysItemName, .sysExplanation > div > span, .sysReview > span {
  margin: 0 0 10px 0;
  font-size: 16px;
}

.sysItemName h1 {
  clear: both;
  font-size: 20px;
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
}

/*価格*/
#sysItemDetail .sysRetailPrice {
  font-size: 16px;
font-weight: bold;
}

.sysRetailPriceValue {
  font-size: 20px;
  font-weight: bold;
}

/*のし・数量*/
#sysSelections, #sysNumber {
  margin: 15px 0 0 0;
}

#sysItemDetail .sysForm select {
  display: block;
  margin: 0 50% 0 0;
  width: 300px;
  max-width: 300px;
  float: left;
}

#sysSelections div {
  padding: 15px 0 0 0;
}

/*備考欄*/
/*
#sysItemDetail #sysMain input[type="email"],
#sysItemDetail #sysMain input[type="number"],
#sysItemDetail #sysMain input[type="password"],
#sysItemDetail #sysMain input[type="tel"],
#sysItemDetail #sysMain input[type="url"],
#sysItemDetail #sysMain input[type="text"],
#sysItemDetail #sysMain textarea {
    border: 1px solid #999999;
    line-height: 5;
    display: block;
    width: 300px;
    margin: 0 50% 0 0;
　　height:60px;
    float: left;
}
*/
#sysItemDetail #sysSelections input[type="text"] {
  width: 300px;
  border: 1px solid #999999;
  line-height: 1;
  display: block;
  margin: 0;
  padding: 8px 5px;
  　　height: 60px;
}

/*カートに入れる*/
#sysItemDetail .sysCartButton {
  width: 400px;
  margin: 15px 0 20px;
  padding: 20px;
  font-size: 14px;
}

/*お気に入り*/
#sysWishlist .sysButton {
  width: 400px;
  margin: 20px 0 0 0;
  padding: 12px;
  font-size: 12px;
}

/*SNSシェアボタン*/
#sysItemDetail .sysShare {
  padding: 20px 0;
}

/*簡易説明*/
#sysDescription {
  font-size: 12px;
}

p.naiyo {
  font-size: 14px;
}

/*詳細商品説明*/
.sysExplanation {
  clear: both;
  display: block;
  margin: 0;
  width: 100%;
  margin: 20px auto 40px auto;
}

/*ASIDE 詳細商品説明(大阪華かりん部分)*/
#aside_online_hanakarin_detail {
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 30px 0;
  border-top: #3F332F 1px dotted;
}

#aside_online_hanakarin_detail p.setumei {
  margin: 0 0 80px 0;
}

#aside_online_hanakarin_detail p.banner {
  margin: 0 0 50px 0;
}

/*お問い合せページ(フォームの方)*******************************************/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain {
  border-color: none;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  box-shadow: none;
  margin: 0 auto 10px auto;
  padding: 0;
  width: 100%;
}

/*お問い合せタイトル*/
#sysFormIndex #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormThanks #sysMain h2 {
  background-color: transparent;
  border-bottom: none;
  color: #3f332f;
  font-size: large;
  padding: 30px 0 5px 0;
}

#sysFormIndex #sysMain > form,
#sysFormConfirm #sysMain > form {
  padding: 0;
}

/*お名前・メールアドレス フォーム*/
#sysFormIndex #sysMain input[type="text"] {
  width: 500px;
  margin: 0 480px 30px 0;
}

/*確認・送信ボタン*/
#sysFormIndex #sysMain input[type="submit"],
#sysFormConfirm #sysMain input[type="submit"] {
  background: #3f332f;
  border-color: transparent;
  color: #fff;
  display: block;
  height: 50px;
  margin: 50px auto;
  padding: 10px 15px;
  text-shadow: none;
  width: 80%;
}

/*カートページ*******************************************/
/*全体*/
.sysCart #sysMain {
  width: 720px !important;
  color: #3F332F;
  text-shadow: none;
  background: transparent;
  border: none;
  display: block;
  margin: 20px auto 50px auto;
  padding: 0;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
  color: #3F332F;
  text-shadow: none;
  background: #3F332F;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  background: #3F332F;
  border: none;
  color: #FFFFFF;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  height: 55px;
  margin: 20px auto 50px auto;
  min-width: 10em;
  text-shadow: none;
  width: 100%;
}

.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e4dfcf 0%, #c5b994 100%) repeat scroll 0 0;*/
  background: #3F332F;
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 35px;
  margin: 0.5em 0;
  padding: 0;
  min-width: 11em;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
  background: #3f332f;
  color: #FFFFFF;
  text-shadow: none;
}

.sysTotal .sysBox {
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 1em auto;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #3F332F;
  text-align: center;
}

.sysTotal .sysTotalTxt {
  text-shadow: none;
}

.sysCartAttention {
  color: #CC0000;
}

.sysCartTitle {
  background-color: transparent;
  color: #3f332f;
  font-size: medium;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-bottom: #3F332F 1px dotted;
}

.sysCartItemAreaMessage {
  margin: 15px auto;
}

ul.nav li {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0px 15px 0;
  border: solid 10px #CCC;
}

ul.nav li .sysBox {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 1em auto;
  padding: 0;
}

.sysItemListArea {
  width: 100%;
  margin: 0 auto;
}

.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="password"],
.sysCart #sysMain input[type="email"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea {
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 0;
  margin: 0.5em 0 30px 0;
  padding: 0.5em 0.3em;
  width: 100%;
  line-height: 1;
}

.sysCart #sysMain #sysSelections input[type="text"],
.sysCart #sysMain #sysSelections textarea {
  width: 50%;
  margin: 0 50% 30px 0;
}

/*戻るボタン*/
.sysCart #sysMain form {
  width: 100%;
  margin: 0 auto;
}

.sysBackButton {
  margin: 0 auto;
}

#sysPurchaseAuthMember,
#sysRegisterForm,
#sysPurchaseAuthCustomer {
  width: 100%;
  margin: 30px auto 15px auto;
  padding: 0 0 20px 0;
}

#sysPurchaseAuthMember .sysBox,
#sysRegisterForm .sysBox,
#sysPurchaseAuthCustomer .sysBox {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  padding: 0;
}

.sysNavImg {
  width: 100%;
  margin: 30px auto 15px auto;
  text-align: center;
}

.sysNavImg img {
  margin: 0 auto;
}

.sysAcceptDomainArea {
  width: 100%;
  margin: 30px auto 50px auto;
}

.sysAcceptDomainArea input[type="text"] {
  clear: both;
  float: left;
}

#sysMain .sysBox,
ul.sysErrorMessage {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 1em auto;
  padding: 0.5em;
  width: 100%;
}

.sysBackSubmitArea {
  width: 100%;
  margin: 0 auto 0 auto;
}

/*買い物を続ける*/
#aside_cart {
  width: 100%;
  margin: 30px auto 60px auto;
}

.aside_cart_shopping {
  padding: 10px 30px;
  background: transparent;
  color: #3f332f;
  border: 1px solid #3F332F;
  text-align: center;
  display: block;
}

.aside_cart_shopping:hover {
  background: #ffffff;
  /*filter: alpha(opacity=20);
  -moz-opacity:0.2;
  opacity:0.2;*/
}

/*マイページ*******************************************/
.sysMypage #sysMain {
  border-color: none;
  border-style: none;
  border-width: 0;
  box-shadow: none;
  padding: 0;
  width: 100%;
  margin: 30px auto 60px auto;
}

.sysMypage #sysMain h2 {
  background-color: #3F332F;
  border-bottom: none;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 5px;
  text-align: center;
  margin: 0 0 40px 0;
}

/*オンライン商品一覧*/
#aside_mypage {
  width: 100%;
  margin: 30px auto 60px auto;
}

.aside_mypage_online {
  padding: 10px 30px;
  background: transparent;
  color: #3f332f;
  border: 1px solid #3F332F;
  text-align: center;
  display: block;
}

.aside_mypage_online:hover {
  background: #ffffff;
  /*filter: alpha(opacity=20);
  -moz-opacity:0.2;
  opacity:0.2;*/
}

.sysMailaddress {
  clear: both;
  padding: 0 0 20px 0;
}

.sysMemberPassword {
  clear: both;
  padding: 0 0 0px 0;
}

.sysMypage #sysMain input[type="email"],
.sysMypage #sysMain input[type="password"] {
  padding: 8px;
  line-height: 1;
}

/*会員登録ページ*******************************************/
#sysMemberRegisterIndex #sysMain,
#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain {
  border: none;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  box-shadow: none;
  margin: 0 auto 10px auto;
  padding: 0;
  width: 100%;
}

/*お問い合せタイトル*/
#sysMemberRegisterIndex #sysMain h2,
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2 {
  background-color: transparent;
  border-bottom: none;
  color: #3f332f;
  font-size: large;
  padding: 30px 0 5px 0;
}

#sysMemberRegisterIndex #sysMain > form {
  padding: 0;
}

/*フォーム*/
#sysMemberRegisterIndex #sysMain input[type="text"] {
  width: 100%;
  margin: 0 0 30px 0;
  text-shadow: none;
}

.sysZipcode .sysFormField input[type="text"] {
  display: block;
  clear: both;
}

.sysZipcode button {
  display: block;
  background-color: #3F332F;
  color: #ffffff;
}

.sysZipcode button:hover {
  display: block;
  background-color: #3F332F;
  color: #ffffff;
}

/*確認・送信ボタン*/
#sysMemberRegisterIndex #sysMain input[type="submit"],
#sysMemberRegisterRegister #sysMain input[type="submit"],
#sysMemberRegisterConfirm #sysMain input[type="submit"],
#sysMypageReminder #sysMain input[type="submit"] {
  background: #3f332f;
  border-color: transparent;
  color: #fff;
  display: block;
  height: 50px;
  margin: 50px auto;
  padding: 10px 15px;
  text-shadow: none;
  width: 80%;
}
}
/* #END_OF_RESOURCE_FILE */
