@charset "utf-8";
/* ===================================================================
 style info : add style
=================================================================== */
ol,
ul {
  list-style: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  outline: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  margin: 0;
  background: #fff;
}

th,
td {
/*  border-right: 1px solid #ccc; */
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}

th {
  font-weight: normal;
}

caption {
  text-align: left;
  font-weight: bold;
  padding: 0 0 0.7rem;
  color: #888;
}

input,
select {
  vertical-align: middle;
}

p,li,dt,dd,th,td {
  line-break: strict;
  word-break: break-strict;
}

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}

button,
input {
/*  -webkit-appearance: none; */
}

input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: top;
}

label {
  font-weight: normal;
}


/* ==============================================
 共通設定
=============================================== */
html {
  color: #333;
  font-size: 62.5%;
  font-style: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  font-family: Avenir,Arial,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


/* リンク
----------------------------------------------- */
a:link,
a:visited {
  text-decoration: none;
/*  color: #20acd7; */
  color: #333;
  outline: 0;
}

a:hover { opacity: 0.70; }
a:focus { outline: 0; }


/* ボタン
----------------------------------------------- */
a.btn {
/*  color: #fff; */
  padding: 10px 20px;
/*  background: #ccc; */
  font-weight: bold;
  font-size: 12px;
  outline: 0;
}

input.btn {
  font-weight: bold;
  padding: 10px 20px;
  font-size: 12px;
  outline: 0;
}

.btn_area {
  text-align: center;
}

.btn_area .list-inline li {
  width: 100%;
  margin-bottom: 20px;
}

.btn_area .btn {
/*  color: #333; */
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {

  .btn_area .list-inline li {
    width: auto;
  }

  .btn_area .btn {
    width: 250px;
  }

}

.btn-main {
  background: #222;
  border-color: #222 #222 #090909;
  color: #fff !important;
}

.btn-main:hover {
  background: #444;
  color: #fff !important;
}

/*
.btn-default:hover {
  opacity: 0.70;
}

.btn-default {
  background: #ccc;
  border: 0;
}

.btn-main {
  color: #fff;
  background: #e67e22 !important;
  border: 0;
}

.btn_area .btn-main  {
  color: #fff;
}

.btn-main:hover {
  background: #e67e22;
  opacity: 0.70;
  color: #fff;
}

a.btn.btn-default {
  color: #333;
}

.zipimg a.btn {
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  background: #34495e;
}
*/

#customervoice_area .review_bloc .review_btn a {
  padding: 6px 15px;
  line-height: 1;
}

#customervoice_area .review_bloc .review_btn a i {
  margin-right: 8px;
}

.btn-primary {
  color: #fff !important;
}

.btn-main:hover,
.btn-main:focus,
.btn-main.focus,
.btn-main:active,
.btn-main.active,
.btn-main .open > .dropdown-toggle {
  background-color: #333;
}


/* スクロールバー
----------------------------------------------- */
.table-responsive {
  overflow-x: auto;
}

.table-responsive {
  overflow-x: auto;
}

.table-responsive::-webkit-scrollbar {
  height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}


/* align
----------------------------------------------- */
.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}


/* table
----------------------------------------------- */
.table-responsive > .table {
  margin: 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 0;
  border-bottom: 1px solid #ccc;
}

#windowcolumn table {
  border: 1px solid #ccc;
}

.LC_Page_Shopping table th,
.LC_Page_Shopping table td,
.LC_Page_Shopping_Confirm table:not(.responsive) th,
.LC_Page_Shopping_Confirm table:not(.responsive) td,
.LC_Page_Abouts table th,
.LC_Page_Abouts table td,
.LC_Page_Order table th,
.LC_Page_Order table td,
#windowcolumn table th,
#windowcolumn table td,
.LC_Page_AbstractMypage #mypagecolumn.change table th,
.LC_Page_AbstractMypage #mypagecolumn.change table td,
.LC_Page_Entry table th,
.LC_Page_Entry table td,
.LC_Page_Contact table th,
.LC_Page_Contact table td {
  display: block;
}

.table tbody tr th {
  background-color: #eee;
}

.table-bordered {
  border-bottom: 0;
}

textarea {
  width: 100%;
  height: 8em;
}


@media screen and (min-width: 768px) {

  .LC_Page_Shopping table th,
  .LC_Page_Shopping table td,
  .LC_Page_Shopping_Confirm table:not(.responsive) th,
  .LC_Page_Shopping_Confirm table:not(.responsive) td,
  .LC_Page_Abouts table th,
  .LC_Page_Abouts table td,
  .LC_Page_Order table th,
  .LC_Page_Order table td,
  #windowcolumn table th,
  #windowcolumn table td,
  .LC_Page_AbstractMypage #mypagecolumn.change table th,
  .LC_Page_AbstractMypage #mypagecolumn.change table td,
  .LC_Page_Entry table th,
  .LC_Page_Entry table td,
  .LC_Page_Contact table th,
  .LC_Page_Contact table td {
    display: table-cell;
  }

}


/* パンくずリスト
----------------------------------------------- */
.breadcrumb {
  background: transparent;
  border-radius: 0;
  list-style: none;
  margin: 10px 0 20px;
  padding: 0;
  font-size: 12px;
}

.breadcrumb + .breadcrumb {
  margin-top: -25px;
}

.breadcrumb a,
.breadcrumb a span {
  color: #333;
}


/* 商品ステータス
----------------------------------------------- */
.label {
  width: 80px;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  margin: 0 0 5px;
  letter-spacing: 1px;
}


/* フォーム
----------------------------------------------- */
textarea,
select,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  outline: 0;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  background: #fafafa;
  padding: 5px;
  box-shadow: none;
  font-family: Avenir,Arial,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.form-control,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

.login_memory {
  margin: 5px 0 0;
}

.deliv_label {
  width: 90%;
}


/* ==============================================
 ヘッダー
=============================================== */
#header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #fff;
}

.ui-header {
  padding: 10px 0 10px;
}

#header_wrap {
  border-bottom: 1px solid #ccc;
}

#logo_area {
  width: 140px;
  float: none;
  text-align: left;
  margin: 0 auto;
}

#logo_area .logo {
  width: 100%;
  height: auto;
}

#logo_area .logo span {
  display: none;
}

#container {
  padding-top: 90px;
}

.LC_Page_Index #container {
  padding-top: 73px;
}

#headerInternalColumn {
  position: relative;
  overflow: hidden;
  margin-top: -14px;
  z-index: 100;
  width: 500px;
}

#search_area {
  width: 235px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#search_area input[type="text"]{
  width: 70%;
  display: inline-block;
  vertical-align: bottom;
  height: 40px;
}

#search_area input[type="submit"]{
  height: 40px;
  width: 27%;
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {

  .ui-header {
    padding: 10px 0 0;
  }

  .description {
    visibility: hidden;
    font-size: 10px;
    margin: 0 0 10px;
    line-height: 1.1;
  }

  #logo_area {
    width: 200px;
    float: left;
    line-height: 0;
  }

  #logo_area img {
    width: 155px;
    height: auto;
    display: inline-block;
  }

  #logo_area .logo span {
    font-size: 12px;
    margin-left: 15px;
    font-weight: bold;
    vertical-align: -15px;
    color: #555;
    display: none;
  }

  #header_utility ul {
    width: 500px;
    margin: 0 0 13px;
    padding: 0;
    display: table;
    table-layout: fixed;
  }

  #header_utility li {
    display: table-cell;
    text-align: center;
  }

  #header_utility li.gallery,
  #header_utility li.mypage,
  #header_utility li.logout,
  #header_utility li.kiyaku {
    border-right: 1px solid #ccc;
  }

  #header_utility li a {
    font-size: 12px;
    color: #333;
  }

  #header_utility li a i {
    font-size: 16px;
    margin-right: 10px;
  }

  #header_utility .cart {
    display: block;
    float: right;
    width: 240px;
    text-align: center;
    background: #E67E22;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    font-weight: bold;
  }

  #header_utility .cart i {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: -2px;
    
  }

  #container,
  .LC_Page_Index #container {
    padding-top: 174px;
  }

  /* スクロール時 */
  .short-header #headerInternalColumn ul,
  .short-header .description {
    display: none;
  }

  .short-header #logo_area {
    width: 200px;
  }

  .short-header #logo_area img {
    width: auto;
    height: 40px;
  }

  .short-header #logo_area .logo span {
    vertical-align: -9px;
  }

  .short-header + .g_nav {
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
    margin-top: 10px;
  }

  .short-header + .g_nav ul li a {
    line-height: 40px;
  }

  .short-header + .g_nav ul li a {
    line-height: 40px;
  }

  .short-header + .g_nav ul li a {
    padding: 12px 0 13px;
  }

  .short-header .cart {
    margin-top: 13px;
  }
}

@media screen and (min-width: 980px) {
  .description {
    visibility: visible;
  }

  .short-header #logo_area,
  #logo_area {
    width: 45%;
  }

  #logo_area .logo span {
    display: inline-block;
  }
}


/* ==============================================
 グローバルメニュー
=============================================== */

.navbar {
  min-height: auto;
}

#global-nav,
.navbar.navbar-default {
  border: 0;
  margin: 0;
  padding: 0;
  background: #62C4D2;
}

.navbar.navbar-default {
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  min-height: 0;
}

.nav.navbar-nav {
  padding: 0;
  margin: 0;
}

#global-nav > ul.nav {
  height: 411px;
  overflow: auto;
}

/* スマホメニューボタン */
.navbar-toggle {
  width: 42px;
  height: 42px;
  line-height: 1;
  border: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  text-align: center;
  margin: 0;
  padding: 0;
  float: none;
  border-radius: 0;
}

.navbar-toggle b {
  font-size: 9px;
  font-weight: normal;
  position: absolute;
  top: 6px;
  left: 8px;
  line-height: 1;
  color: #666;
}

.navbar-toggle span {
  display: block;
  background: #666;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  border-radius: 3px;
}

.navbar-toggle span:nth-child(2) {
  top: 20px;
}

.navbar-toggle span:nth-child(3) {
  top: 26px;
}

.navbar-toggle span:last-child {
  bottom: 8px;
}

.navbar-toggle[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.navbar-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.navbar-toggle[aria-expanded="true"] span:last-child {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -moz-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

.navbar .navbar-collapse .navbar-nav > li > a {
  text-align: left;
}

/* カテゴリ矢印 */
.navbar.navbar-default .nav > li#cat_ttl > a span,
.navbar .navbar-collapse .navbar-nav > li.dropdown > a span {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar.navbar-default .nav > li#cat_ttl > a.open-cat span,
.navbar .navbar-collapse .navbar-nav > li.dropdown.open > a span {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  border-left: 2px solid #62c4d2;
  border-bottom: 2px solid #62c4d2;
}

.navbar.navbar-default .nav > li#cat_ttl > a.open-cat,
.navbar .navbar-collapse .navbar-nav > .open > a,
.navbar .navbar-collapse .navbar-nav > .open > a:focus,
.navbar .navbar-collapse .navbar-nav > .open > a:hover {
  background-color: #fff;
  color: #62C4D2;
  opacity: 1;
}

.navbar.navbar-default .nav > li > a {
  color: #fff;
}

.navbar.navbar-default .nav > li > a:hover {
  color: #fff;
  opacity: 1;
  background: #62C4D2;
}

.dropdown-menu { padding: 0; }

.navbar .navbar-collapse .navbar-nav .dropdown-menu > li {
  border-top: 1px solid #fff;
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu > li > a {
  padding: 10px 30px;
  font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  background: #fff;
  color: #62C4D2;
}

.nav.navbar-nav > li {
  border-top: 1px solid #fff;
}

.nav.navbar-nav > li:first-child {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 0;
}

.nav.navbar-nav > li:first-child > div {
  display: table-cell;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  color: #fff;
  padding: 10px 5px;
}

.nav.navbar-nav > li:first-child > div.center {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.nav.navbar-nav > li:first-child > div a {
  display: block;
  color: #fff;
}

.nav.navbar-nav > li.page-list {
  width: 50%;
  float: left;
}

.nav.navbar-nav > li.page-list {
  border-left: 1px solid #fff;
}
/*
.nav.navbar-nav > li:nth-child(13) {
  letter-spacing: -2px;
}
*/
.nav.navbar-nav > li.cart a {
  text-align: center;
}

.nav.navbar-nav > li:nth-child(n+2) i {
  font-size: 9px;
/*  vertical-align: middle; */
  vertical-align: 2px;
}

/*
.nav.navbar-nav > li:last-child a {
  background: #2c3e50;
}

.nav.navbar-nav > li:last-child a:hover {
  background: #2c3e50;
  opacity: 0.70;
  color: #fff;
}

.nav.navbar-nav > li:last-child i {
  font-size: 14px;
}
*/



/* PC
----------------------------------------------- */
.g_nav {
  margin-top: 15px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
}

.g_nav ul {
  display: table;
  table-layout: fixed;
  width: 1170px;
  margin: 0 auto;
  padding: 0;
}

.g_nav ul li {
  display: table-cell;
  text-align: center;
}

.g_nav ul li a {
  line-height: 65px;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.g_nav ul li a:hover {
  background: #efefef;
}

.g_nav ul li:nth-of-type(6) a {
    background: #FFFF4D;
}

@media screen and (min-width: 768px) {

  .g_nav ul {
    width: 100%;
  }

}

@media screen and (min-width: 1140px) {

  .g_nav ul {
    display: table;
    table-layout: fixed;
    width: 1170px;
    margin: 0 auto;
    padding: 0;
  }

}


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
  background: #62C4D2;
  position: relative;
  margin-top: 60px;
}

.rapidssl {
  width: 90px;
  margin: 20px auto 0;
  display: block;
}

.footer_menu ul {
  text-align: center;
  margin: 30px 0 35px;
  padding: 0;
}


.footer_menu li {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 15px 5px;
  line-height: 1;
}

.footer_menu li:first-child {
  border: 0;
}

.footer_menu li a {
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .rapidssl {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
  }
}


/* ページの先頭へ戻る
----------------------------------------------- */
.ui-pagetop a {
  width: 100%;
  text-align: center;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  background: #2c3e50;
  display: block;
  font-size: 30px;
  line-height: 1;
  padding: 6px 0;
  position: absolute;
  top: -42px;
  right: 0;
}

.ui-pagetop a:hover {
  background: #2c3e50;
  opacity: 0.70;
}


/* copyright
----------------------------------------------- */
#footer_wrap small {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 0 20px;
  font-size: 10px;
}


@media screen and (min-width: 768px) {

  .ui-pagetop a {
    width: 44px;
    position: absolute;
    top: -54px;
    right: 10px;
  }

}


/* ==============================================
 サイドバー
=============================================== */

/* カテゴリから選ぶ
----------------------------------------------- */
.side-title {
  background: #62C4D2;
  color: #fff;
  padding: 0;
  margin: 0;
}

.side-title .title {
  border-left: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  line-height: 1;
  color: #fff;
}

.ui-list-menu li {
  text-align: center;
}

.ui-list-menu li a {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 15px 0;
  color: #333;
  font-weight: bold;
}

.ui-list-menu li a i {
  padding-right: 8px;
  font-size: 10px;
  margin: 0;
}

.ui-list-menu li a span  {
  margin-left: 15px;
}

.ui-list-menu li a img  {
  width: 90px;
  margin: 0 auto 5px;
  display: block;
}

.ui-list-menu li .ui-list-menu {
  margin: 0;
  padding: 0;
}

.ui-list-menu li.level2 a i {
  margin-left: 20px;
}

.ui-list-menu li.level2 a span {
  margin-left: 5px;
}


@media screen and (min-width: 980px) {

  .ui-list-menu li {
    text-align: left;
  }

  .ui-list-menu li a img  {
    display: inline-block;
    margin: 0;
  }
}

#side_bnr_area {
  margin-bottom: 30px;
}

#side_bnr_area .bnr {
  border: 1px solid #ccc;
  border-top: 3px solid #62C4D2;
  margin-bottom: 20px;
  text-align: center;
}

#side_bnr_area .bnr a {
  display: block;
  color: #333;
  font-weight: bold;
  padding: 18px 0;
}

#side_bnr_area .bnr img {
  margin-bottom: 10px;
}

#side_bnr_area .bnr p {
  padding: 0;
  margin: 0;
  display: block;
  vertical-align: middle;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 980px) {

  .onmark {
    background: #efefef;
  }


  #side_bnr_area .bnr {
    text-align: left;
  }

  #side_bnr_area .bnr img,
  #side_bnr_area .bnr p {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    text-align: left;
  }

}


/* ブログ新着記事 */
#new_entry_area .ui-list-menu li a {
  overflow: hidden;
  padding: 10px 0;
}

.ui-list-menu li .side_thumb {
  width: 30%;
  float: left;
  margin-right: 15px;
}

.ui-list-menu li .side_title {
  width: 65%;
  float: right;
}

.ui-list-menu li .side_cont div {
  line-height: 1.4;
}

.view_all {
  padding-top: 10px;
  margin-bottom: 50px;
  display: block;
  text-align: right;
}


/* ==============================================
 コンテンツ
=============================================== */

.container {
  width: auto;
  max-width: 1200px;
}


/* タイトル
----------------------------------------------- */
.section-title::before {
  border-top: 0;
  content: "";
  display: block;
  height: auto;
  position: static;
  width: 100%;
  z-index: 1;
}

.section-title .title {
  background: #fff none repeat scroll 0 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  position: static;
  text-align: left;
}

.entry-title .title,
.section-title .title,
.side-title .title {
  display: block;
}

.entry-title {
  margin-bottom: 40px;
}

.entry-title .title {
  font-size: 24px;
  letter-spacing: 1px;
}

.entry_box i.fa,
.meta_box i.fa {
  padding-right: 8px;
}


/* ==============================================
 TOPページ
=============================================== */

/* スライド
----------------------------------------------- */
.top_slide {
  width: 100%;
  overflow: hidden;
  max-height: 400px;
}

.slide01 {
  background: #003B5A;
}

.slide02 {
  background: #26345F;
  position: relative;
}

.slide03 {
  background: #E7DF59;
}

.slide04 {
  background: #222;
}

.slide05 {
}

video {
  width: 100%;
/*  max-width: 1280px; */
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.top_slide img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.slick-dots {
  display: none !important;
}

.slide02 span {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 10px;
  padding: 10px 7px;
  width: 40%;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #D80000;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {

  .slick-dots {
    display: block !important;
  }

  .slide02 span {
    padding: 15px 20px;
    font-size: 16px;
    width: 320px;
    line-height: 1.4;
    bottom: 20px;
    right: 20px;
  }

}

/* ナジームx4 */
#top_nazeem {
  margin: 3% 0 4%;
}

#top_nazeem ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#top_nazeem li {
  width: 100%;
  margin: 0 0 15px;
  float: none;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}

#top_nazeem li:nth-child(even) {
  float: none;
}

#top_nazeem li b {
  width: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #D80000;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 10px;
  left: auto;
  z-index: 200;
}

#top_nazeem li i {
  display: none;
}

#top_nazeem li .top_nazeem_in {
  width: 70%;
  margin: 10px 0 0;
  display: inline-block;
}

#top_nazeem li a {
  display: block;
  padding: 0;
  overflow: hidden;
}

#top_nazeem li img {
  float: left;
  width: 25%;
  margin: 0 5% 0 0;
}

#top_nazeem li span {
  display: block;
  color: #666;
}

#top_nazeem li .item_name {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

#top_nazeem li p {
  margin: 0;
  line-height: 1.4;
  font-size: 13px;
  display: none;
}

@media screen and (min-width: 640px) {

  #top_nazeem li .item_name {
    margin: 0 0 10px;
  }

  #top_nazeem li b {
    width: 66px;
    line-height: 66px;
    border-radius: 66px;
    top: 10px;
    right: 10px;
  }

  #top_nazeem li p {
    display: block;
  }

}

@media screen and (min-width: 980px) {

  #top_nazeem li .top_nazeem_in {
    width: 65%;
    margin: 0;
  }

}

@media screen and (min-width: 980px) {

  #top_nazeem li {
    width: 49.5%;
    float: left;
  }

  #top_nazeem li a {
    padding: 3%;
  }

  #top_nazeem li b {
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    margin: 0;
  }

  #top_nazeem li:nth-child(even) {
    float: right;
  }

  #top_nazeem li img {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
  }

}

@media screen and (min-width: 1200px) {

  #top_nazeem li img {
    float: left;
    width: 140px;
    margin: 0 20px 0 0;
  }

  #top_nazeem li .top_nazeem_in {
    width: 46.5%;
    margin: 0 20px 0 0;
  }

  #top_nazeem li i {
    vertical-align: 32px;
    position: relative;
    display: inline-block;
    width: 100px; 
    height: 57.74px;
    background-color: #64C7CC;
    margin: 28.87px 0;
    text-align: center;
    color: #fff;
    font-style: normal;
    line-height: 1.4;
    font-size: 40px;
  }

  #top_nazeem li i:before,
  #top_nazeem li i:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }

  #top_nazeem li i:before {
    left: 0;
    bottom: 100%;
    border-bottom: 28.87px solid #64C7CC;
  }

  #top_nazeem li i:after {
    top: 100%;
    left: 0;
    width: 0;
    border-top: 28.87px solid #64C7CC;
  }

/*
  #top_nazeem #nazeem_hyb i {
    font-size: 36px;
  }
*/

}

/* TOPカテゴリ一覧 */
#top_categry_list {
  margin-bottom: 4%;
}

#top_categry_list > div {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3%;
  line-height: 1.3;
}

#top_categry_list ul {
  overflow: hidden;
  width: 100%;
  padding: 0;
}

#top_categry_list li {
  width: 48%;
  float: left;
  border: 1px solid #ccc;
  margin: 0 1% 2%;
  position: relative;
}

#top_categry_list li img {
  width: 100%;
  height: auto;
}

#top_categry_list b {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 5%;
  display: block;
  line-height: 1.3;
  height: 4em;
}

#top_categry_list span,
#top_categry_list p {
  display: block;
  margin: 10px 5%;
  line-height: 1.4;
}

#top_categry_list p {
  display: none;
}

#top_categry_list span {
  font-size: 12px;
  position: absolute;
  bottom: 3px;
}

@media screen and (min-width: 768px) {

  #top_categry_list li {
    width: 23%;
    float: left;
  }

  #top_categry_list li img {
    width: 100%;
    height: auto;
  }

  #top_categry_list b {
    height: auto;
  }
  #top_categry_list p {
    display: block;
  }

  #top_categry_list span {
    position: static;
  }

}

@media screen and (min-width: 1200px) {

}


/* 定期購入・500ポイント */
#top_bnr01 {
  width: 100%;
  margin: 0 0 5%;
}

.top_bnr_in {
  letter-spacing: -0.4em;
  text-align: center;
}

.top_bnr_in div {
  width: 100%;
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (min-width: 940px) {

  .top_bnr_in div {
    width: 49.5%;
  }

  .top_bnr_in .top_bnr03,
  .top_bnr_in .top_bnr01 {
    margin-right: 1%;
    text-align: left;
  }

  .top_bnr_in .top_bnr02,
  .top_bnr_in .top_bnr04 {
    text-align: right;
  }
}

.top_bnr_in div img {
  width: 100%;
  max-width: 562px;
}

#top_bnr01 .executive {
  width: 100%;
  display: block;
  line-height: 12;
  text-align: center;
  color: #fff;
  background: #666;
  margin-top: 2%;
}


/* 3つのポイント */
#top_point {
  width: auto;
  margin: 0 auto 5%;
  overflow: hidden;
}

#top_point .top_point_in > div {
  overflow: hidden;
  margin: 0 0 20px;
  background: #2980B9;
}

#top_point img {
  display: none;
}

#top_point .top_point_cnt {
  position: relative;
  background: #2980B9;
  color: #fff;
  padding: 30px;
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
}

#top_point span {
  width: 100%;
  height: auto;
  border-radius: 0;
  background: #F39C12;
  color: #fff;
  display: inline-block;
  text-align: right;
  margin: 0 auto 20px;
  font-size: 16px;
  font-style: italic;
  font-family: Garamond ,serif;
  vertical-align: middle;
  padding: 17px 0 0;
}

#top_point span b {
  height: auto;
  font-size: 40px;
  display: inline-block;
  text-align: center;
  line-height: 0.7;
  margin: 0 20px;
}


@media screen and (min-width: 768px) {

  #top_point span {
    width: 95px;
    height: 95px;
    border-radius: 95px;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }

  #top_point span b {
    display: block;
    margin: 0;
  }

}

.top_point_cnt div {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.top_point_cnt div br {
  display: none;
}

.top_point_cnt p {
  display: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {

  .top_point_cnt div {
    text-align: left;
    font-size: 26px;
  }

  #top_point span {
    display: block;
    margin: 0 20px 0 0;
    float: left;
  }

  .top_point_cnt p {
    display: block;
    margin: 20px 0 0 115px;
  }

}


@media screen and (min-width: 1200px) {

  #top_point {
    width: 100%;
  }

  #top_point .top_point_in > div {
    margin: 0;
  }

  #top_point img {
    display: inline;
  }

  #top_point .top_point_img {
    width: 50%;
    float: right;
  }

  #top_point .top_point_img img {
    width: 100%;
    max-width: 100%;
  }

  #top_point .top_point_cnt {
    position: relative;
    color: #fff;
    padding: 30px;
    width: 50%;
    height: 363px;
    float: left;
  }

  .top_point_cnt p {
    display: block;
    margin: 20px 0 0 0;
  }

  #top_point .top_point02 .top_point_img {
    float: left;
  }

  #top_point .top_point02 .top_point_cnt {
    float: right;
  }

  #top_point .top_point02 .top_point_cnt div {
    text-align: left;
  }

  #top_point span {
    float: none;
  }

}


/* 同梱・決済・大口・発送 */
#top_bnr2 {
  margin: 0 0 5%;
}

#top_bnr2 ul {
  overflow: hidden;
  padding: 0;
}

#top_bnr2 li {
  width: 100%;
  margin: 0 0 20px;
  float: none;
  border: 3px solid #ccc;
  overflow: hidden;
  text-align: right;
  position: relative;
}

#top_bnr2 li a {
  display: block;
  width: 100%;
  min-height: auto;
  overflow: hidden;
}

#top_bnr2 li img {
  width: 50%;
  max-width: auto;
  margin: 0;
}

#top_bnr2 li div {
  padding: 0;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  position: absolute;
  top: 38%;
  left: 5%;
  z-index: 10;
}


@media screen and (min-width: 768px) {

  #top_bnr2 li {
    width: 50%;
    margin: 0;
    float: left;
  }

  #top_bnr2 li div {
    padding: 0;
    font-size: 20px;
    text-align: center;
  }

}

@media screen and (min-width: 980px) {

  #top_bnr2 li {
    width: 33%;
    float: left;
    margin: 0 0.5% 1% 0;
    text-align: left;
  }

  #top_bnr2 li:nth-child(3n) {
    margin: 0 0 1% 0;
  }

  #top_bnr2 li div {
    padding: 7% 0 0 5%;
    font-size: 18px;
    position: static;
    display: inline-block;
  }

  #top_bnr2 li img {
    width: 40%;
    margin: 0;
    float: right;
  }

}


/* sns block */
#sns_block {
  text-align: center;
  overflow: hidden;
  margin: 0 0 5%;
}

#sns_block .twitter,
#sns_block .facebook {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  height: 350px;
  border: 1px solid #ccc;
}

@media screen and (min-width: 720px) {

  #sns_block .twitter,
  #sns_block .facebook {
    display: inline-block;
    margin: 0;
    width: 340px;
    height: 350px;
    vertical-align: top;
  }

  #sns_block .facebook {
    margin-right: 20px;
  }

}

@media screen and (min-width: 940px) {

  #sns_block .twitter,
  #sns_block .facebook {
    width: 400px;
  }

}

@media screen and (min-width: 1140px) {

  #sns_block .twitter,
  #sns_block .facebook {
    width: 450px;
  }

}

@media screen and (min-width: 1200px) {

  #sns_block .twitter,
  #sns_block .facebook {
    width: 500px;
  }

}


/* 重要なお知らせ */
#important_area {
  max-width: 100%;
  margin: 3% auto 4%;
/*  border: 2px solid #62c4d2; */
  border: 3px solid #ddd;
}

#important_area ul {
  padding: 0;
  margin: 0;
}

#important_area ul li {
  margin: 0;
  padding: 20px;
  text-align: center;
}

#important_area span,
#important_area p {
  display: inline-block;
  padding: 0;
  margin: 0;
}

#important_area a {
  color: #20acd7;
}

#important_area span {
  margin: 0 20px 0 0;
  color: #666;
}


/* 新着情報（ブログ） */
#news_area {
  max-width: 100%;
  margin: 0 auto;
}

#news_area ul {
  padding: 0;
  margin: 0;
}

#news_area ul li {
  margin: 20px 0;
  padding: 0 10px 20px;
  border-bottom: 1px dotted #ccc;
}

#news_area ul li:last-child {
  margin-bottom: 0;
}

#news_area span,
#news_area p {
  display: block;
  padding: 0;
  margin: 0;
}

#news_area a {
  color: #20acd7;
}

#news_area span {
  width: 120px;
  color: #666;
}

#news_area h2 {
  border-bottom: 1px solid #ccc;
  border-top: 3px solid #62c4d2;
  padding: 15px;
  font-size: 20px;
  font-weight: normal;
}


/* ギャラリー */
#instagram_block {
  margin: 0 0 5%;
}

#instagram_block h2 {
  text-align: center;
  margin-bottom: 40px;
}

#instagram_block #instafeed {
  letter-spacing: -0.4em;
  padding: 0;
  margin: 0;
}

#instagram_block #instafeed li {
  width: 22%;
  display: inline-block;
  letter-spacing: 0;
  margin: 0 4% 15px 0;
}

#instagram_block #instafeed li:nth-child(4n) {
  margin: 0 0 15px;
}

.LC_Page_Index #instagram_block #instafeed li:nth-child(n+9) {
  display: none;
}

#instagram_block .more_gallery {
  text-align: center;
}

/* WPギャラリー */
#wp-gallery {
  margin: 0 0 5%;
}

#wp-gallery h2 {
  text-align: center;
  margin-bottom: 40px;
}

#wp-gallery #gallery-list {
  letter-spacing: -0.4em;
  padding: 0;
  margin: 0;
}

#wp-gallery #gallery-list .gallery-item {
  width: 22%;
  display: inline-block;
  letter-spacing: 0;
  margin: 0 4% 15px 0;
}

#wp-gallery #gallery-list .gallery-item:nth-child(4n) {
  margin: 0 0 15px;
}

#wp-gallery .more_gallery {
  text-align: center;
}


/* ==============================================
 一覧ページ
=============================================== */
#category_count {
  margin-bottom: 30px;
}

#category_count img + p{
  margin-top: 30px;
}

.ui-product-list .cart_area .cartin {
  background: none;
  border: 0;
  padding: 0;
}

.ui-product-list .cart_area .cartin .quantity {
  display: block;
}

.btn-key {
  background: #27ae60;
  border: 0;
  color: #fff;
}

.btn-key:hover {
  background: #27ae60;
  opacity: 0.70;
}

.pricebox.sale_price {
  color: #D80000;
}

.status_icon {
  margin-bottom: 20px;
}

.ui-product-list {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.listphoto.box-image {
  text-align: center;
  margin-bottom: 20px;
}

.status_icon,
.detail_btn {
  text-align: center;
}

#undercolumn #page_navi_top .change label,
#undercolumn #page_navi_bottom .change label {
  margin: 0 7px 0 10px;
}

#undercolumn #page_navi_top .change a,
#undercolumn #page_navi_bottom .change a {
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
  margin-right: 10px;
  padding: 8px 15px;
  background: #efefef;
}

#undercolumn #page_navi_top .change select,
#undercolumn #page_navi_bottom .change select {
  margin-top: 0;
  width: 70px;
  height: 36px;
  background: #efefef;
}

.ui-product-list > div.row > * {
  padding: 0;
}

.LC_Page_Products_List .listrightbloc {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {

  .LC_Page_Products_List .listrightbloc {
    padding: 0;
  }

  .status_icon,
/*  .listphoto.box-image, */
  .detail_btn {
    text-align: left;
  }

}

#rightcolumn #news_area h2 {
  font-size: 14px;
  font-weight: bold;
}


/* ==============================================
 詳細ページ
=============================================== */

/* メイン画像 */
#detailphotobloc .photo {
  text-align: center;
}

#detailphotobloc .photo img {
  display: inline-block;
}

#detailarea #detailphotobloc {
  margin-bottom: 50px;
}

/* サブ画像 */
.sub_img {
  width: 100%;
  margin: 0;
  padding: 2px 0;
  overflow: hidden;
  letter-spacing: -0.4em;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .sub_img {
    text-align: left;
  }

}

.sub_img li {
  width: 63px;
  height: auto;
/*  float: left; */
  display: inline-block;
  letter-spacing: 0;
  margin: 0 3px 0 0;
  vertical-align: top;
}

.sub_img li:last-child {
  margin: 0;
}

#detailarea #detailphotobloc .sub_img li img {
  width: auto;
  height: auto;
  margin: 0;
}


/* ポイント */
.point {
  color: #444;
  margin: -10px 0 0;
}

.point label {
  width: 8.5em;
  font-weight: bold;
}


/* 定期購入 */
#subscriptions_item {
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  border: 2px solid #2980b9;
}

#subscriptions_item .regular_message {
  font-size: 16px;
  font-weight: bold;
  color: #2980b9;
  margin-bottom: 0.5em;
}

#subscriptions_item label {
  width: 120px;
  font-weight: bold;
  display: inline-block;
}

@media screen and (min-width: 768px) {

  #subscriptions_item {
    width: 80%;
  }

}


/* 購入ボタン */
#detailarea #detailrightbloc .cart_area {
  border: 0;
}

#detailarea #detailrightbloc .cart_area .cartin {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

#cartbtn_default {
  text-align: center;
  margin: 30px 0 0;
}

.bnr_regular01 {
  text-align: center;
}

.LC_Page_Products_Detail .ui-main .ui-section {
	margin-bottom: 30px;
}


@media screen and (min-width: 768px) {

  #cartbtn_default {
    margin-left: -7px;
  }

  .LC_Page_Products_Detail .ui-main .ui-section {
  	margin-bottom: 50px;
  }

}

#cartbtn_default img {
  width: 100%;
  max-width: 380px;
  height: auto;
}

#detailarea #detailrightbloc .cart_area .cartin .quantity {
  display: block;
  padding: 0;
  margin: 0;
}

#detailarea #detailrightbloc .cart_area .cartin input[type="number"] {
  width: 100%;
  margin: 0;
  height: 40px;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

#detailarea #detailrightbloc .cart_area select {
  width: 100%;
  border-radius: 0;
  background: #fafafa;
}

/* 価格 */
.price-area label,
.price-area .price {
  margin-bottom: 10px;
  display: inline-block;
}

.price-area .price {
  width: auto;
}

.price-area label {
  width: 8.5em;
  font-weight: bold;
}

.sale_price {
  color: #d80000;
}

.sale_price .price-off {
  margin-left: 15px;
  display: inline-block;
  border: 1px solid #d80000;
  padding: 4px 7px;
  line-height: 1;
}

#detailarea #detailrightbloc .sale_price .price {
  color: #d80000;
}

#detailarea #detailrightbloc .sale_price .price span {
  font-size: 24px;
  line-height: 1;
}


/* 規格 */
select.input-sm {
  height: 40px;
  line-height: 40px;
}

.classlist {
  margin: 0 0 20px;
}

.classlist label,
.classlist div {
  display: block;
  width: 100%;
}

.quantity label,
.classlist label {
  font-weight: bold;
}

.quantity .attention,
.classlist .attention {
  margin-top: 5px;
}


@media screen and (min-width: 768px) {

  .classlist div,
  .quantity div {
    display: inline-block;
    width: 250px;
  }

  .quantity label,
  .classlist label {
    width: 8.5em;
    display: inline-block;
    vertical-align: top;
    padding-top: 9px;
  }

}

/* 規格表 */
.classList_table {
  width: 100%;
  padding: 0;
  margin: 0;
}

table.classList_table tbody th {
  background: #62C4D2;
  color: #fff;
  text-align: center;
}

.classList_table td {
  text-align: right;
}

.classList_table td:first-child {
  text-align: left;
}

.classList_table tr:nth-child(odd) td {
  background: #efefef;
}

/* タブ */
#feature {
/*  margin-top: 60px; */
}

#recentorder {
  margin-top: 60px;
}

.nav.nav-tabs {
  margin: 50px 0 20px;
  border: 1px solid #62C4D2;
  border-bottom: 3px solid #62C4D2;
}

.tab-content {
  margin: 0 0 70px;
}

.nav.nav-tabs li {
  width: 50%;
  text-align: center;
  border: 0;
}

.nav.nav-tabs li a {
  margin: 0;
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #333;
  width: 100%;
}

.nav.nav-tabs li.active a {
  color: #fff;
  border: 0;
  background: #62C4D2;
}

.main_comment img {
  display: block;
  margin-bottom: 20px;
}

.main_comment a {
  color: #20acd7;
}

.LC_Page_Products_Detail .section-title {
  border-top: 3px solid #62C4D2;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}

/* お気に入り登録 */
.favorite_btn {
  margin: 20px auto 0;
  text-align: center;
}

.favorite_btn .btn {
  color: #333;
}

/* お客様の声 */
.voicetitle {
  font-weight: bold;
  font-size: 14px;
}

#customervoice_area ul li {
  margin-bottom: 20px;
}

/* SNSボタン */
#social_box {
  padding: 0;
  margin: 0;
  text-align: center;
}

#social_box li {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0;
  vertical-align: top;
}

.fb-like.fb_iframe_widget span {
  vertical-align: top !important;
}

@media screen and (min-width: 768px) {

  #social_box {
    text-align: left;
  }

}

.ui-box-item .box-image {

}

.ui-box-item .box-image {
  display: table-cell;
  width: 500px;
  height: 130px;
  text-align: center;
  vertical-align: middle;
}

#recentorder .ui-box-item .box-image {
  display: inline;
}

.ui-box-item .box-image img {
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 130px;
}

.ui-box-item .box-title .title {
  margin-top: 10px;
  height: 3em;
}

@media screen and (min-width: 768px) {

.ui-box-item .box-image {
  width: 144px;
  height: 144px;
}

.ui-box-item .box-image img {
  max-width: 144px;
  max-height: 144px;
}

}

@media screen and (min-width: 1200px) {

.ui-box-item .box-image {
  width: 195px;
  height: 195px;
}

.ui-box-item .box-image img {
  max-width: 198px;
  max-height: 195px;
}

}







/* ==============================================
 ご利用規約
=============================================== */
#undercolumn.entry {

}

#undercolumn.entry .main_img {
  text-align: center;
  margin: 0 0 50px;
}

#undercolumn.entry .main_img img + img {
  margin-top: 50px;
}

.entry_in {
  margin-bottom: 70px;
}

#undercolumn.entry .table-responsive {
  margin: 30px 0;
}

#undercolumn.entry table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#undercolumn.entry table th,
#undercolumn.entry table td {
  text-align: center;
  padding: 20px;
}

#undercolumn.entry table td:last-child {
  text-align: left;
}

#undercolumn.entry table th {
  background: #62C4D2;
  color: #fff;
  font-weight: bold;
}


#undercolumn.entry table tr:nth-child(odd) td {
  background: #efefef;
}

#undercolumn.entry table td span {
  font-weight: bold;
  vertical-align: middle;
  margin-left: 8px;
}


/* ==============================================
 入力フォーム
=============================================== */

label input[type="checbox"],
label input[type="radio"] {
  margin-right: 8px;
}


/* ==============================================
 購入
=============================================== */

.LC_Page_Shopping_Multiple .multiple {
  width: 100%;
}

.LC_Page_Shopping_Multiple .multiple th {
  width: 10%;
}

.LC_Page_Shopping_Multiple .multiple th:nth-child(2) {
  width: 55%;
}

.LC_Page_Shopping_Multiple .multiple th:nth-child(3) {
  width: 15%;
}

.LC_Page_Shopping_Multiple .multiple th:last-child {
  width: 20%;
}

.LC_Page_Shopping_Multiple .multiple td {
  white-space: nowrap;
}

.LC_Page_Shopping_Multiple .multiple td input[type="number"] {
  width: 4em;
}

.LC_Page_Shopping_Multiple .multiple td select {
  width: 25em;
}


/* ==============================================
 カート
=============================================== */
.LC_Page_Cart .iframe {
  width: 250px;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  color: #fff;
  font-weight: bold;
  background: #666;
}

.LC_Page_Remise_TwoClick_Help .title {
  margin-bottom: 30px;
}

.LC_Page_Remise_TwoClick_Help .btn-area {
  text-align: center;
  margin-top: 20px;
}

#include-item {
  text-align: center;
  margin-bottom: 40px;
}

/* ==============================================
 マイページ
=============================================== */
#undercolumn_shopping .shopping-flow li.current {
/*  background-color: #62c4d2; */
  color: #fff;
  font-weight: bold;
}

.point_announce p {
  display: inline-block;
  margin-right: 20px;
}

#undercolumn_shopping .shopping-flow li {
  font-size: 12px;
}

.add_multiple {
  text-align: center;
  margin: 20px 0 0;
}

.add_multiple a {
  margin: 0 2px 25px;
  width: 200px;
}

.delivdate div,
.delivdate .st {
  margin-bottom: 10px;
  display: block;
}

.delivdate + .delivdate {
  margin-top: 25px;
}

#payment th {
  background: #eee;
}

/*
#undercolumn_shopping .shopping-flow li.current:before {
  content: "";
  width: 34px;
  height: 34px;
  background: #ececec;
  position: absolute;
  top: 6px;
  left: -14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 100;
}
*/

#mynavi_area .list-inline {
  margin: 0 0 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media screen and (min-width: 768px) {

  #mynavi_area .list-inline {
    border: 0;
  }

}

#mynavi_area .list-inline li {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#mynavi_area .mynavi_list li a {
  border: 0;
}

#mynavi_area .mynavi_list li a.selected {
  background: #333;
  color: #fff;
}

#mynavi_area .mynavi_list li:last-child a {
  border-bottom: 0;
}

#undercolumn_shopping .shopping-flow li {
  position: relative;
  line-height: 25px;
  height: 25px;
  border-bottom: 1px solid #fff;
}

#undercolumn_shopping .shopping-flow li.row2 {
	line-height: 25px;
	padding-top: 0;
}

#undercolumn_shopping .shopping-flow li.row2 p {
  display: inline;
}

#undercolumn_shopping .shopping-flow {
  overflow: hidden;
}

#undercolumn_shopping .shopping-flow li.current {
  background-color: #333;
  line-height: 45px;
  height: 45px;
  position: relative;
  padding-left: 2em;
}

#undercolumn_shopping .shopping-flow li.current:before {
  content: "→";
  position: absolute;
  top: 0;
  left: 20px;
  color: #fff;
  z-index: 100;
  font-size: 20px;
}

.card_use {
  width: 100%;
  margin: 20px 0 30px;
  padding: 15px;
  border: 2px solid #e64e4e;
}

.card_use div {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

.card_use b {
  color: #e64e4e;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.LC_Page_Shopping_Payment .attention.error {
  font-weight: bold;
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #e64e4e;
}

@media screen and (min-width: 768px) {

  .card_use {
    width: 60%;
  }

  #undercolumn_shopping .shopping-flow li.row2 p {
    display: block;
    margin: 0;
    line-height: 1.2;
  }

  #undercolumn_shopping .shopping-flow li {
    line-height: 45px;
    height: 45px;
    border-bottom: 0;
  }

  #undercolumn_shopping .shopping-flow li.row2 {
  	line-height: 9px;
  	padding-top: 9px;
  }

  #undercolumn_shopping .shopping-flow li.row2 br {
    display: block;
  }

  #mynavi_area .list-inline li {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0 15px 0 0;
    border: 0;
  }

  #mynavi_area .mynavi_list li a.selected {
    background: transparent;
    color: #000;
    font-weight: bold;
  }

  #mynavi_area .mynavi_list li {
    border: 0 !important;
  }

  #undercolumn_shopping .shopping-flow li.current:before {
    content: "";
  }

  #undercolumn_shopping .shopping-flow li:nth-child(n+2).current:before {
    content: "";
    width: 32px;
    height: 32px;
    background: #ececec;
    position: absolute;
    top: 7px;
    left: -16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 100;
  }

  #undercolumn_shopping .shopping-flow li:nth-child(-n+3).current:after {
    content: "";
    width: 32px;
    height: 32px;
    background: #333;
    position: absolute;
    top: 7px;
    right: -16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 100;
  }

}

#undercolumn_shopping .pay_area table td {
  border-right: 1px solid #ddd;
  vertical-align: middle;
}

#undercolumn_shopping .deliv_caution {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 15px 5px;
  border: 2px solid #ff0000;
}

#undercolumn_shopping .deliv_caution div {
  font-weight: bold;
}


/* ==============================================
 サブウィンドウ
=============================================== */
#window_area .title {
  margin: 20px 0 0;
  font-size: 18px;
}

.LC_Page_Remise_TwoClick_Help #container {
  margin: 0;
  padding: 0;
}

.LC_Page_Mdl_Remise_Payment #container {
  margin: 0;
  padding: 0;
}


/* ==============================================
 user dataページ
=============================================== */
.userdata {
  overflow: hidden;
}

.userdata > h1 {
  margin: 20px 0 50px;
  text-align: center;
}

.userdata > h1 > span {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0;
}

.userdata .entry-title {
  position: relative;
  display: table;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {

  .userdata .entry-title {
    height: 250px;
  }

}

.userdata .entry-title img {
  max-width: 870px;
  max-height: 256px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.userdata .main_img {
  text-align: center;
  margin: 0 0 30px;
}

.userdata .entry-title h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 34px;
  text-shadow: 0 0 10px #0E2251;
}

.userdata .entry-title h1 span {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0;
}

.userdata .entry-title h1 span span {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}

@media screen and (min-width: 768px) {

  .userdata > h1 {
    margin: 0 0 50px;
    text-align: left;
  }

  .userdata .entry-title h1 span span {
    display: inline;
    line-height: 2.2;
  }

}

.userdata h2 {
  border-top: 3px solid #62c4d2;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}


/* ナジームとは
----------------------------------------------- */
#nazeem h3 {
  color: #2c3e50;
  font-weight: bold;
  line-height: 1.4;
}

.nazeem_in {
  margin-bottom: 70px;
}


.deliv_speedy {
  overflow: hidden;
}


.deliv_speedy p {
  float: none;
  width: 100%;
}

.deliv_speedy img {
  float: none;
  width: 100%;
  display: block;
  max-width: 377px;
  margin: 0 auto;
}


@media screen and (min-width: 1200px) {

  .deliv_speedy p {
    float: left;
    width: 435px;
  }

  .deliv_speedy img {
    float: right;
    width: 377px;
    max-width: 100%;
  }

}


/* 天然・品質・鮮度
----------------------------------------------- */
#quality h3 {
  margin-bottom: 30px;
}

#quality h3 span {
  background: #e74c3c;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 10px;
}

#quality h3 span b {
  line-height: 50px;
  display: inline;
}

#quality .quality_in {
  margin-bottom: 70px;
  overflow: hidden;
}

#quality .quality_in p {
  float: none;
  width: 100%;
}

#quality .quality_in img {
  float: none;
  display: block;
  max-width: 250px;
  margin: 0 auto 30px;
}


@media screen and (min-width: 768px) {

  #quality .quality_in img {
    float: left;
    max-width: 377px;
    margin: 0 25px 0 0;
  }

}


/* よくある質問
----------------------------------------------- */
#faq {

}

#faq .faq_in {
  margin-bottom: 70px;
}

#faq .table-responsive {
  margin-bottom: 30px;
  border: 0;
}

#faq table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 0;
}

#faq table th,
#faq table td {
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

#faq table th {
  background: #efefef;
}

#faq h2 {
  padding-left: 0;
}

#faq h2 span {
  font-weight: bold;
  font-size: 40px;
  display: inline-block;
  margin-right: 10px;
  color: #e74c3c;
}

#faq p span {
  font-weight: bold;
  font-size: 40px;
  display: inline-block;
  margin-right: 10px;
  color: #2980b9;
}

#faq .table-responsive + p {
  margin-top: -20px;
}


/* スタッフ紹介
----------------------------------------------- */
#team .msg {
  margin-bottom: 70px;
}

#team .team_in {
  margin-bottom: 70px;
  overflow: hidden;
}

#team .team_in p {
  width: 65%;
  float: left;
}

#team .team_in img {
  width: 30%;
  max-width: 198px;
  float: right;
  margin-top: -40px;
}

#team .team_in h3 {
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 1px;
}


/* お客様の声
----------------------------------------------- */
#voice {
}

.voice_contents {
  padding: 0;
  margin: 0 0 70px;
}

.voice_contents li {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}

.voice_contents .post_thum {
  float: none;
  width: 235px;
  margin: 0 auto 25px;
}

.voice_contents .post_body {
  float: none;
  width: 100%;
}

.voice_contents .post_body p {
  margin-top: 20px;
}

.voice_contents .post_title {
  font-weight: bold;
  font-size: 16px;
}


@media screen and (min-width: 768px) {

  .voice_contents .post_thum {
    float: left;
    margin: 0 25px 0 0;
  }

}


/* 送料について
----------------------------------------------- */
#delivery {
  margin-bottom: 30px;
}

.sagawa {
  padding: 20px;
  border: 2px solid #ccc;
  overflow: hidden;
  margin: 0 auto 40px;
  position: relative;
}

.sagawa .sagawa_ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #3A59A0;
}

.sagawa p {
  font-size: 16px;
  margin-bottom: 30px;
}

.sagawa p span {
  font-size: 24px;
  font-weight: bold;
  color: #D80000;
}

.sagawa_in {
  width: 100%;
}

.sagawa_in .ex {
  background: #eee;
  padding: 15px 20px;
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
}

.sagawa_in .ex span {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-left: 2em;
}

.sagawa_in .deliv_time b {
  font-size: 18px;
  display: block;
  margin: 0 0 8px;
}

.img_sagawa {
  display: none;
  position: static;
}

.delivery_caution {
  font-size: 24px;
  color: #d90000;
  font-weight: bold;
  padding: 4%;
  margin: 0 0 40px;
  border: 3px solid #d90000;
  line-height: 1.4;
}

#delivery .quality_in {
  margin-bottom: 70px;
}

.seinou_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

#delivery .table-responsive {
  margin-bottom: 30px;
}

#delivery table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 0;
}

#delivery table th,
#delivery table td {
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

#delivery table .area,
#delivery table th {
  background: #efefef;
}

#delivery table th {
  text-align: center;
}

.next_to_1day,
.next_day,
.day1,
.day2 {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 70px;
  padding: 10px 5px;
}

.next_to_1day {
  background: #8EC222;
}

.next_day {
  background: #EE7E1C;
}

.day1 {
  background: #018CCF;
}

.day2 {
  background: #4A3A93;
}

#delivery caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #62c4d2;
}

@media screen and (min-width: 768px) {
  .sagawa {
    padding: 30px;
    margin: 0 auto 40px;
  }

  .sagawa p {
    margin-top: 15px;
    font-size: 18px;
  }

  .delivery_caution {
    padding: 30px;
    line-height: 1.6;
  }

  .sagawa_in {
    width: 370px;
  }

  .img_sagawa {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
  }
}

.sagawa p a {
  color: #20acd7;
}

.sagawa p.just-time {
  font-size: 14px;
  margin: 5px 0 0;
}

.sagawa p.just-time span {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: #000;
}


/* 決済方法について
----------------------------------------------- */
.payment_img {
/*  text-align: center; */
  margin: 30px 0;
}

.payment_in {
  margin-bottom: 70px;
}

.payment_in a {
  color: #20acd7;
}

.payment_in .subttl {
  margin-top: 40px;
  font-weight: bold;
}

.bank_transfer .payee {
/*  font-weight: bold; */
  font-size: 16px;
  margin-bottom: 10px;
}

.bank_transfer .payee b {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}

.bank_transfer .payee span {
  display: inline-block;
/*  margin-right: 50px; */
  font-weight: bold;
  margin-bottom: 20px;
}

.caution {
  color: #ff0000;
  font-weight: bold;
  padding: 15px;
  border: 2px solid #ff0000;
  margin-bottom: 20px;
  font-size: 16px;
}




/* 大口注文について
----------------------------------------------- */
#customer .customer_in {
  margin-bottom: 70px;
}

.btn_box {
  margin-top: 50px;
  text-align: center;
}

.btn_box span {
  display: block;
  margin-bottom: 10px;
}

.btn_box a {
  display: block;
  background: #27ae60;
  width: 100%;
  margin: 0 auto 50px;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {

  .btn_box a {
    width: 50%;
  }

}


/* ギャラリー
----------------------------------------------- */
#gallery .gallery_in {
  margin-bottom: 70px;
}


/* ==============================================
 定期購入サービス
=============================================== */
.subscriptions {
}

.subscriptions .btn {
  max-width: 630px;
  height: auto;
  margin: 30px auto 50px;
  padding: 0;
  display: block;
  border: 0;
}

.subscriptions .main_img {
  margin-bottom: 50px;
}

.subscriptions_in {
  margin-bottom: 50px;
}


/* ==============================================
 会員ランクについて
=============================================== */
#member_rank .main_img {
  margin-bottom: 20px;
}

#member_rank p {
  margin: 0 0 20px;
}

#member_rank ol {
  list-style-type: decimal;
}

#member_rank ol li {
  margin: 3px 0;
  font-size: 18px;
}

#member_rank .message {
  margin: 0 auto 40px;
  font-size: 18px;
  width: 100%;
}

#member_rank .message span {
  font-weight: bold;
  color: #d90000;
  font-size: 18px;
}

#member_rank .title {
  margin: 0 0 30px;
}

#member_rank .member_rank_in ul {
  margin: 20px 0 0 20px;
  padding: 0;
  list-style-position: outside;
  list-style-type: disc;
}

#member_rank .member_rank_in li {
  margin: 5px;
  padding: 0;
}

#member_rank .table-responsive {
  margin: 0 0 60px;
}

#member_rank .table tbody tr th {
  text-align: center;
  background: #62C4D2;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
}

#member_rank .table tbody tr td {
  padding: 20px 15px;
  vertical-align: middle;
}

#member_rank .table tbody tr td span {
  font-weight: bold;
}

#member_rank .table tbody tr td b {
  font-weight: bold;
  color: #d90000;
  font-size: 22px;
}

#member_rank .table tbody tr:nth-child(even) td {
  background: #efefef;
}

#member_rank .table tbody tr td:nth-child(even) {
  text-align: center;
}

#member_rank .table tbody tr td:nth-child(3) span {
  color: #d90000;
}

#member_rank a {
  color: #20acd7;
}

#member_rank .entry {
  margin: 0 0 30px;
  text-align: center;
}

#member_rank .btn_box a {
  color: #fff;
}


/* ==============================================
 WWF募金
=============================================== */
#support_wwf {
  font-size: 16px;
  margin-bottom: 30px;
}

#support_wwf a {
  color: #20acd7 ;
}


/* ==============================================
 プレミアムセレクト
=============================================== */
#premium_select {
}

#premium_select h1 {
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  line-height: 1.4;
  color: #000;
  font-size: 28px;
  text-shadow: 0 0 10px #fff;
}

@media screen and (min-width: 768px) {
  #premium_select h1 {
    line-height: 1.8;
  }
}

.entry-title + p {
  margin-bottom: 40px;
}

.premium_select_in {
  margin-bottom: 70px;
}

.premium_select_item {
  overflow: hidden;
  padding: 0;
  margin: 30px 0 0;
}

.premium_select_item li {
  width: 100%;
  float: none;
  margin: 0 0 5%;
  padding: 0;
  border: 1px solid #eee;
  text-align: center;
}

.premium_select_item li a {
  display: block;
  padding: 30px 25px;
  overflow: hidden;
}

.premium_select_item li img {
  width: 100px;
  margin: 0 auto 2em;
  display: block;
}

.premium_select_item li div {
  width: 100%;
  float: none;
  text-align: left;
}

.premium_select_item li div .item_name {
  font-size: 22px;
  margin-bottom: 1em;
  display: block;
  line-height: 1.3;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

@media screen and (min-width: 768px) {

  .premium_select_item li {
    width: 49%;
    float: left;
    margin: 0 2% 5% 0;
    border: 1px solid #eee;
    text-align: left;
  }

  .premium_select_item li:nth-child(even) {
    margin: 0 0 5%;
  }

  .premium_select_item li img {
    width: 100px;
    margin: 0 auto 2em;
  }

}

@media screen and (min-width: 980px) {

  .premium_select_item li img {
    display: inline;
    margin: 0;
  }

  .premium_select_item li div {
    width: 67%;
    float: right;
  }

}


/* ==============================================
 サブウィンドウ
=============================================== */
#carrier_seting {
  background: #fff;
  padding: 20px;
}

#carrier_seting .title {
  margin-bottom: 30px;
}

#carrier_seting .subtitle {
	border-top: 3px solid #62c4d2;
	border-bottom: 1px solid #ccc;
	padding: 20px 10px;
  font-weight: bold;
  font-size: 26px;
}

#carrier_seting ul {
  margin: 20px 0 30px 25px;
  padding: 0;
  list-style-type: disc;
  list-style-position: outside;
}

.carrier_seting {
  margin-top: 15px;
}



/* ==============================================
 当サイトについて
=============================================== */
/*
#maps {
  display: none;
}
*/

dl.quantity,
#cartbtn_default {
  display: none;
}
