@charset "euc-jp";

#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

.mt-m {
    margin-top: -3px;
}

.f-11{
    font-size: 11px !important;
}

.br-12 {
    border-radius: 12px;
}

.mb-25{
margin-bottom: 25px !important;
}

.mb-m10{
margin-bottom: -10px !important;
}

.mt-15{
margin-top: 15px !important;
}

.mt-25{
margin-top: 25px !important;
}

.botan-o {
    text-align: center !important;
    border: 1px solid #e6e6e6;
    padding: 10px 10px;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .botan-o {
    font-size: 12px;
}
}

.waku {
    border: solid 1px #ececec;
}

.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}

@media screen and (min-width:769px){
  .mt10-pc {
    margin-top: 10px;
  }
  .mt15-pc {
    margin-top: 15px;
  }
}

@media screen and (max-width:768px){
  .mt10-sp {
    margin-top: 10px;
  }
  .mt15-sp {
    margin-top: 15px;
  }
}

.row {
  max-width: 1170px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #333;
}

a.muted:hover,
a.muted:focus {
  color: #9d9d9d;
}

.text-warning {
  color: #333;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #333;
}

.text-error {
  color: #5d5d5f636d5d;
}

a.text-error:hover,
a.text-error:focus {
  color: #333;
}

.text-info {
  color: #;
}

a.text-info:hover,
a.text-info:focus {
  color: #9d9d9d;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #333;
}

.btn-01 {
  border: 1px solid #59b7a9;
  background-color: #59b7a9;
  color: #fff;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #b2b5bd;
  background-color: #b2b5bd;
  color: #fff;
  *background-color: #b2b5bd;
}

.btn-02 {
  border: 1px solid #b2b5bd;
  background-color: #b2b5bd;
  color: #fff;
  *background-color: #b2b5bd;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #9da1aa;
  background-color: #9da1aa;
  color: #fff;
  *background-color: #9da1aa;
}

.btn-03 {
  border: 1px solid #8d919d;
  background-color: #8d919d;
  color: #fff;
  *background-color: #8d919d;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #9da1aa;
  background-color: #9da1aa;
  color: #fff;
  *background-color: #9da1aa;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #9d9d9d;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #333;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}



.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
@media only screen and (max-width: 768px){
  #pagetop {
    display: none !important;
  }
}

#pagetop a {
  display: block;
  padding: 15px;
  background-color: #8d929e;
}
#pagetop img {
  width: 24px;
  height: auto;
}


/* ========================================
      PCの場合
======================================== */

body {
  background-color: #fff;
  color: #333;
}

a {
  color: #333;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #333;
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 0px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 1px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

.text-block {
  line-height: 2;
}

.ttl-h2 {
  color: #555;
  margin: 0px 0px 20px 0px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  text-align: left !important;
}
@media only screen and (max-width: 768px) {
  .ttl-h2 {
  text-align: left !important;
    font-size: 15px;
  }
}

.ttl-h3 {
  margin-bottom: 25px;
  padding: 10px 0;
  border-top: 1px solid #e1e5ef;
  border-bottom: 1px solid #e1e5ef;
  color: #555;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  background: #fff;
}

#container {
  position: relative;
  z-index: 101;
  padding-top: 20px;
}
@media (max-width: 980px){
  #container {
    padding-top: 0;
  }
}

/* スライダー */

#sliderbutton {
  position: absolute;
  right: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  padding-top: 30px;
}

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 5px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
  }

.header-headline-nav li a.no-icon {
  padding-left: 0;
}


.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

.header-headline-nav li a.btn-myaccount{
  position: relative;
  color: #fff;
  top: -7px;
  font-size: 12px;
  padding: 4px 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.header-headline-nav .sub-nav-menu ul{
}

.header-logo {
  float: left;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
    margin: -5px 0 0 0;
    max-height: 40px;
  }
  @media (max-width: 980px){
    .header-logo img {
      max-height: 30px;
      margin-top:15px;
    }
  }
  @media (max-width: 768px){
    .header-logo img {
      margin-top:5px;
    }
  }
.header-global-nav {
  z-index: 100;
  float: right;
}
  .header-global-nav ul {
    margin-top: 15px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 10px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    cursor: pointer;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }


/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #e1e5ef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}


.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #e1e5ef;
  text-align: center;
  padding-left: 0px;
}
.header-nav-lst-phone li:nth-last-child(-n+2) {
  border-bottom: none;
}
.header-nav-lst-phone a {
  display: block;
  padding: 14px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}
.header-nav-lst-phone ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.header-nav-lst-phone ul li{
	-webkit-box-flex:0;
	    -ms-flex:0 0 50%;
	        flex:0 0 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.header-nav-lst-phone ul li a{
	font-size:13px;
    text-align: left;
    margin-left: 20px;
}

.header-nav-lst-phone ul li:nth-child(2n){
	border-left:1px solid #e1e5ef;
}


.header-nav-cart {
  position: relative;
}

.header-nav-cart .cart-count {
  position: relative;
  width: 19px;
  height: 19px;
  background: #59b7a9;
  border-radius: 12.5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  margin: 0px -14px 0 5px;
  font-size: 10px;
}

.header-nav-cart .cart-count-0 {
  display: none;
}

.btn-cart-phone {
  display: inline-block;
  height: 26px;
  padding: 16.5px 10px 15px 10px;
  margin: 0 0px 0 0;
}

.btn-cart-phone > img{
  width: auto;
  max-height: 100%;
  height: 25px;
}

/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 20px;
}
.side-section-lst .footer_category_img{
  position:relative;
  top: -2px !important;
  display:inline-block;
  margin-right: 3px;
}
.side-section li {
  margin: 14px 0;
}
  .side-section li a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6 !important;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .side-section li a:hover {
    text-decoration: underline;
  }
  .incart-delivery {
    display: inline-block;
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #b0a78f;
    text-align: center;
    margin-top: -5px;
  }
  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    padding: 2px 0;
    margin: 0;
  }
  .incart-delivery li:first-child {
    border-top: none;
  }
  .search-select {
    margin-bottom: 10px;
  }
  .search-box {
    float: left;
    width: 65%;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }
  .side-category-name,
  .side-group-name {
    display: inline-block;
    margin-top: 0px;
  }
  .side-category-name{
    display: inline;
  }

/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 10px;
  font-size: 84.615%;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #333;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }

@media only screen and (max-width: 768px) {
  .topicpath-nav {
  margin-bottom: 20px;
  }
}

  
/* 囲み */
.container-section {
  margin-top: 0px;
  margin-bottom: 3em;
  word-break: break-all;
  line-height: 1.8;
}

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 0px solid #e1e5ef;
  word-break: break-all;
}

.info-block {
  line-height: 1.5;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding-left: 3 0px;
  margin-bottom: 20px
}

/* 商品リスト */
.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-unit {
  margin-bottom: 30px;
  padding: 0px 0px 0px 0px;
  max-width: 258px;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .prd-lst-unit {
    max-width: none;
  }
}

.prd-lst-img {
  background: #fff;
}
  .prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0px 5px 0px;
  padding: 0 10px;
  font-size: 17px;
  font-size: 12px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
.prd-lst-name {
  padding: 0 0px;
  }
}

.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #333;
  font-size: 13px;
  text-align: center;
}
.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
}

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
  .prd-lst-pager ul {
    position: relative;
    left: 50%;
    float: left;
    padding-top: 15px;
  }
  .prd-lst-pager li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    line-height: 26px;
  }
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
  }
  .prd-lst-pager li a {
    border: 1px solid #8d919d;
    background-color: #8d919d;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #9da1aa;
    background-color: #9da1aa;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #333;
  }

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
}
  .prd-lst-pager-phone li {
    display: inline;
    margin: 0 10px;
  }
  .prd-lst-pos {
    margin-top: 20px;
  }
  .prd-lst-pos b {
    font-weight: bold;
    font-size: 18px;
  }

/* フッター */
#pagetop {
  width: 49px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 200;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop a {
  padding-right: 10px;
}
.notice-wrapper {
  margin-top: 10px;
  padding: 25px 0px 20px 0px;
  border-top: 1px solid #e1e5ef;
  background: #fff;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* フッター背景 */
.footer-wrapper {
  padding: 20px 0;
  border-top: 1px solid #e1e5ef;
  border-bottom: 0px solid #333;
  background: #8d929e;
}

.footer-lst {
  padding: 0px 0 0 10px;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a {
    color: #ffffff;
  }

/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #e1e5ef;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #e1e5ef;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #e1e5ef;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  font-size: 10px;
  clear: both;
  margin: 0;
  padding: 20px 0;
  color: #333;
  background-color: #fff;
  text-align: center;
  font-style: normal;
}
.powered {
  display: block;
  padding: 0px 0;
  line-height: 18px;
}
  .powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: 400;
  margin-bottom: 10px;
}
.def-lst-dd {
  font-size: 12px;
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #e1e5ef;
  line-height: 18px;
}
  .def-lst-dd img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #333;
  line-height: 1.8;
}

/* freepage */
.freepage {
  word-break: break-all;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* ========================================
      PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }

    /* PCかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {

  }
  /* ヘッダー */
  #header {
    padding-top: 0px !important;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 25px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 5px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }

  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }

  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 0px solid #e1e5ef;
  }

  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }

  .header-logo {
    padding-top: 10px;
  }
  .header-logo {
    width: auto;
  }

  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    display:none!important;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* メイン */
  .main-section {
    padding-left: 0;
    margin-bottom: -20px
  }

  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }

  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 15px;
    padding: 0px 5px 0px 5px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  /* フッター */
  #pagetop {
    width: 54px;
    margin: 10px auto;
    display: block !important;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .footer-wrapper {
    margin-top: 40px;
    padding: 0px 0 0 0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #8d929e;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #9d9d9d;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #9d9d9d;
    }
    .footer-lst a {
      display: block;
      padding: 15px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .copyright {
    font-size: 10px;
    padding: 10px 0px;
  }
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}

/* bootstrap custom */
.table-bordered {
  border: 1px solid #e1e5ef;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;

  border-radius: 0;
  *border-collapse: collapse;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #e1e5ef;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}

#gmo_CMSPbar {display:none;}

.btn-xlg{
  font-size:16px;
}

.table th, .table td {
    font-weight: 300;
    font-size: 13px;
    padding: 10px 10px 10px 20px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
}

a {
    color: #333;
}

.product-info-lst a {
    color: #333;
    font-size: 12px;
}

.product-review a {
    font-weight: 400;
}

.review_ttl, .shopcomment_ttl {
    font-size: 14px;
    font-weight: 400 !important;
    margin-top: 0px;
    margin-bottom: 15px !important;
    border-bottom: solid 1px #e1e5ef;
    padding: 0px 0px 10px 0px;
}

.reviewlist {
    padding-bottom: 5px !important;
    margin-bottom: 15p !important;
    border-bottom: 1px solid #e1e5ef !important;
}

hr {
    border-top: 1px solid #e1e5ef;
    border-bottom: 0px solid #fff;
}

hr.dashed {
  border-style: dashed;
}

hr.dashed2 {
  border-style: dashed;
  margin: 25px 0px 25px 0px;
}

.product-spec-table th {
    background-color: #fbfbfb  !important;
    color: #333 !important;
}

.c-alert {
    color: #333 !important;
    background: #e1e5ef !important;
}

h2 {
    font-size: 16px;
    font-weight: 400;
}

#slide-list a {
    background: #8d929e !important;
}

#slide-list a:hover, #slide-list .current-slide a {
    background: #e1e5ef !important;
}

.table th, .table td {
    border-top: 1px solid #e1e5ef;
}

.product-spec-table td {
    border-right: 1px solid #e1e5ef;
    border-bottom: 1px solid #e1e5ef;
}

.header-global-nav a, .header-global-nav span {
    color: #333;
}

.product-spec-table th {
    border-left: 1px solid #e1e5ef;
    border-right: 1px solid #e1e5ef;
    border-bottom: 1px solid #e1e5ef;
}

.product-exp {
    border-top: 0px solid #e1e5ef !important;
    border-bottom: 1px solid #e1e5ef !important;
}

body {
font-size: 14px !important;
}

.item-h2 {
    background: #f9f9f9;
    color: #555;
    margin: 30px 0px 0px 0px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
        line-height: 1.5;
        padding: 20px 15px 20px 15px;
    border-bottom: 1px solid #e1e5ef;
    border-top: 1px solid #e1e5ef;
}

  @media only screen and (max-width: 768px) {
    .item-h2 {
    font-size: 14px;
    }
  }

.item-head-h2 {
    color: #59b7a9;
    margin: 30px 0px -5px 0px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    padding: 0px;  
}
  @media only screen and (max-width: 768px) {
    .item-head-h2 {
    font-size: 15px;
    }
  }
.item-head2-h2 {
    color: #333;
    margin: 25px 0px 0px 0px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    padding: 0px;
}

.qa-h3 {
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 0px solid #e3e3e5;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #60b29c;
}

.qa-q {
    background: url(https://img14.shop-pro.jp/PA01304/419/etc/qa_180918.jpg?cmsp_timestamp=20180918132104)no-repeat 5px 0px;
    color: #60b29c;
    font-weight: 500;
    margin-bottom: 10px !important;
    padding: 0px 10px 10px 30px;
    border-bottom: 1px dashed #e1e5ef;
}
.qa-a {
    background: url(https://img14.shop-pro.jp/PA01304/419/etc/qa_a.jpg?cmsp_timestamp=20180826211514)no-repeat 5px 0px;
    color: #333;
  line-height: 1.6;
    margin-bottom: 10px;
    padding: 0px 10px 10px 30px;
}
.qa-q2 {
    background: url(https://img14.shop-pro.jp/PA01304/419/etc/qa_180918.jpg?cmsp_timestamp=20180918132129)no-repeat 5px -3px;
    color: #60b29c;
  line-height: 1.6;
    font-weight: 600;
    margin-bottom: 10px !important;
    padding: 0px 10px 10px 30px;
    border-bottom: 1px dashed #e1e5ef;
}
.qa-a2 {
    background: url(https://img14.shop-pro.jp/PA01304/419/etc/qa_a.jpg?cmsp_timestamp=20180826211514)no-repeat 5px -3px;
    color: #333;
    margin-bottom: 10px;
    padding: 0px 10px 10px 30px;
}

/* 親要素 */
.gallery2 {
	display: table;
	width:100%;
 	border-collapse: separate;
 	border-spacing: 0px 0;
   	margin: 0 auto;
    margin-top: 25px;
    margin-bottom: -30px;
}

/* 左右ボックス */
.gallery2 .collist-box {
   display: table-cell;
   width: 50%;
	padding-left: 5px;
   padding-right: 5px;
}

/* ボックス枠 */
.gallery2 .waku {
	border: 0px solid #aaa;
	border-radius: 0px;
}

.gallery2 .collist-thumb {
   width: 100%;
   height: auto;
   text-align:center;
}

/* テキスト部分 */
.gallery2 .collist-text {
   display: block;
   font-size: 13px;
   text-align:center;
   margin-top: 10px;
  line-height: 1.2;
}

.gallery1 {
	display: table;
	width:50%;
 	border-collapse: separate;
 	border-spacing: 0px 0;
   	margin: 0 auto;
    margin-top: 25px;
    margin-bottom: -30px;
}

/* 左右ボックス */
.gallery1 .collist-box {
   display: table-cell;
   width: 100%;
	padding-left: 5px;
   padding-right: 5px;
}

/* ボックス枠 */
.gallery1 .waku {
	border: 0px solid #aaa;
	border-radius: 0px;
}

.gallery1 .collist-thumb {
   width: 100%;
   height: auto;
   text-align:center;
}

/* テキスト部分 */
.gallery1 .collist-text {
   display: block;
   font-size: 13px;
   text-align:center;
   margin-top: 10px;
  line-height: 1.2;
}

.center {
 text-align: center;
}

.list-item-2col {
  display: -webkit-flex;
  display: flex;
}

.list-item-2col > div {
  -webkit-flex:1;
  flex: 1;
}

.list-item-2col > .img-col {
  -webkit-flex: 0.3;
  flex: 0.3;
  padding-right: 15px;
}

.list-item-2col > div h3 {
  margin-top: 0;
}

.flex{
  display: -webkit-flex;
  display: flex;
}

.flex-center {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box {
  color: #60b29c;
  background-color: #fff;
  text-align: center;
  border: 1px solid #95d7c5;
  padding: 5px;
  margin: 0px 5px 10px 5px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  font-size: 11px;
  line-height: 15px;
}

.box2 {
  display: inline-block;
  color: #60b29c;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
  border: 1px solid #95d7c5;
  padding: 5px;
  width: 150px;
  border-radius: 50px;
margin: auto 8px 8px 0px;
}

.box3 {
  display: inline-block;
  color: #fff;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px;
  margin: auto 8px 8px 0px;
  width: 150px;
  border-radius: 50px;
}

.boxfaq {
  display: inline-block;
  color: #60b29c;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
  border: 1px solid #95d7c5;
  padding: 5px;
  margin: 0px 3px 6px 3px;
  width: 118px;
}

.box-page {
  display: inline-block;
  color: #60b29c;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
  border: 1px solid #95d7c5;
  padding: 5px;
  margin: 0px 3px 6px 3px;
  width: 20px;
}

.far {
    font-size: 20px;
      color: #60b29c;
      margin-right: 5px;
}

.item-td {
    font-size: 12px !important;
    text-align: center !important;
  background-color: #fbfffe;
    color: #60b29c;
}

.item-h3 {
    margin-bottom: 5px;
}

.toggle-pc { display: block; }
.toggle-sp { display: none; }
@media only screen and (max-width: 768px) {
  .toggle-pc { display: none; }
  .toggle-sp { display: block; }
}

.social-link {
  text-align: center;
}
.social-link a{
}
.social-link a img{
  max-width: 20%;
  width: 25px;
  height: auto;
  margin: 2px;
}

.guide{
  display:none;
  margin: 10px 0;
}
.guide .ttl-h3{
  font-weight: bold;
  border: none;
  margin: 0;
}
.highlight{
  color: #64beb2;
}
.card{
  text-align: center;
  background: #f3f4f6;
  padding: 5px 2px;
  margin: 5px;
  height: calc(100% - 20px);
}
.card hr{
  margin: 10px 0;
  border:none;
  border-bottom: 1px solid #e1e5ef;
  max-width: 250px;
  display: inline-block;
  width: 80%;
}
.card .title{
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}
.card .sub-title{
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
.card .body{
  font-size: 10px;
  margin: 5px 0 15px 0 !important;
}
.card .large{
  font-size: 22px;
  font-weight: bold;
}
.guide-icon{
  width:14px;
  height: auto;
  margin: 2px 4px 4px 4px;
}
.guide-icon-lg{
  width:16px;
  height: auto;
  margin: 0 2px;
}

#notice-wrapper {
  background: #f3f3f4;
  border-top: 0;
  padding: 20px 0 40px 0;
}

#notice-wrapper .payment_img,
#info .payment_img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .guide{
    display:block;
  }
  .guide .flex > div{
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    margin-bottom: -5px;
  }
  #container {
    margin-bottom: -20px !important;
  }
  #header {
    padding-top: 0px !important;
　}
  .social-link a img{
  width: 35px;
  }
  .ttl-h2 {
   text-align: left !important;
  }
}

.guide-desktop h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.guide-desktop .flex > div{
  flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  margin-bottom: 0px;
}

.guide-desktop .card {
  text-align: left;
  padding: 5px 20px;
  background: #fff;
}

.guide-desktop .card hr {
  max-width: none;
  width: 100%;
}

.guide-desktop p {
  font-size: 14px;
}

.guide-desktop p .small{
  font-size: 12px;
}

.guide-desktop p .large{
  font-size: 18px;
}

.guide-desktop .card .title {
  font-size: 14px;
}

.guide-desktop a.text-link {
  color: #59b7a9;
}

.guide-desktop a.text-link:hover {
  color: #59b7a9;
}

@media only screen and (max-width: 980px) {
  .guide-desktop .flex > div{
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
  }
}

.btn {
    font-size: 12px;
}
.col-lg-12 {
    margin-bottom: 5px !important;
}
#header {
    padding-top: 25px;
}

.news {
  font-size: 14px;
  border-bottom: dotted 1px #cfd1d7;
  padding: 0 0 10px 55px;
  margin: 0 0 10px 0;
  background: url(https://img14.shop-pro.jp/PA01304/419/etc/icon_news_201710.jpg?cmsp_timestamp=20181031201605)no-repeat 0px 2px;
  }
@media only screen and (max-width: 768px) {
  .news {
  font-size: 12px;
  }
  .main-section {
    margin-bottom: 0px;
}
}

.ttl-h2-boder {
    border-bottom: dotted 1px #cfd1d7;
    padding-bottom: 15px;
    margin-bottom: 10px !important;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    color: #333;
}
@media only screen and (max-width: 768px) {
  .ttl-h2-boder {
    text-align: center;
  }
}

a:hover, a:focus {
    color: #59b7a9 !important;
    text-decoration: none;
}

.blog-title {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 10px;
    margin: 30px 0 13px 0;
    font-weight: 700;
    font-size: 15px; 
    line-height: 1.4;
}

.blog-title-l {
    margin: 35px 0px 25px 0px;
    font-weight: 700;
    font-size: 17px; 
    line-height: 1.4;
}

.column-title {
    border-bottom: solid 2px #59b7a9;
    padding-bottom: 10px;
    margin: 35px 0 20px 0;
    font-weight: 700;
    font-size: 17px; 
    line-height: 1.4;
}

.column-title-l {
    margin: 25px 0px 15px 0px;
    font-weight: 700;
    font-size: 17px; 
    line-height: 1.4;
}

.column-title-2 {
    font-size: 15px; 
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.img-column {
    margin-bottom: 20px;
}

.column-writer {
  text-align: right;
  font-weight: bold;
}


@media only screen and (max-width: 768px) {
   .footer-lst a {
   text-align: center;
   }
  .banner-row h3 {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.5;
   }
  .banner-row .col{
   margin-bottom: 5px !important;
  }
}

.banner-row{
  margin-left: -1%;
  margin-right: -1%;
}
.banner-row .col{
  margin-bottom: 15px;
}
.banner-row a{}
.banner-row a:hover *{
  color: inherit;
}
.banner-row img{}
.banner-row h3{
  margin-bottom: 3px;
}
.banner-row p{
  color: #666;
  font-size: 12px
}

.btn-01:hover, .btn-01:focus, .btn-01:active, .btn-01.active, .btn-01.disabled, .btn-01[disabled] {
    border: 1px solid #4fa99c;
    background-color: #4fa99c;
    color: #fff !important;
}

.view_smartphone #logo_img img {
    width: 190px;
    max-width: 50%;
    display: block;
    margin: 10px auto;
}

.header-nav-phone .incart-delivery{
  display: inline-block;
  padding: 2px 10px 5px 10px;
  font-size: 12px;
  margin: 0 0 0 0;
  position: relative;
  top: 8px;
  height: 28px;
  line-height: 14px;
}

@media only screen and (max-width: 768px) {
  .header-nav-phone .incart-delivery{
    font-size: 10px;
    padding: 5px 7px 7px 7px;
    margin: 0 0px 0 0;
    height: 24px;
    line-height: 12px;
  }
  .box {
  margin: 0px 5px -5px 5px;
}
}

@media only screen and (max-width: 330px) {
  #header {
    margin: 0 -7px;
  }
  .header-logo img {
    max-height: 25px;
  }
}

.img-review {
    width: 90px;
    height: 90px;
 }
.review {
 margin-left:110px;
 text-align: left !important;
 }
.review-nb {
    margin-right:5px;
    color: #ffc000;
	font-size: 14px;
    font-weight: 600;
 }
.review-ster {
    color: #ffc000;
    letter-spacing: 2px;
    font-size: 12px;
 }
.review-ster-off {
    color: #dbdbdb;
    letter-spacing: 2px;
    font-size: 12px;
 }
.review-title {
    color: #333333;
    font-weight: 600;
    margin: 5px 0 5px 0;
	font-size: 13px;
 }
.review-text {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 15px;
 }
.review-text2 {
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 15px;
 }
.review-item {
  font-size: 11px;
  color: #59b7a9 !important;
  line-height: 15px;
 }
.review-boder {
  margin: 15px 0 15px 0;
  border-bottom: 1px dashed #e1e5ef;
 }

@media only screen and (max-width: 768px) {
 .img-review {
   width: 70px;
   height: 70px;
 }
 .review {
   margin-left:80px;
  }
}

.ttl-bd {
    border-bottom: solid 1px #e1e5ef;
    padding-bottom: 12px;
}

.footer-desktop {
  margin: 0 -15px;
}

.footer-desktop .footer-lst {
  padding: 0 15px;
}

.footer-desktop h4{
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #c7c7c7;
}

.footer-desktop .footer-lst li {
  margin: 5px 0;
}

.footer-desktop a {
  color: #fff;
}

.footer-desktop .fab {
  margin-right: 10px;
}

@media only screen and (max-width: 980px){
#header-wrapper {
  top: -100px;
  transition: top 0.6s ease;
}

.fixed #header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10000;
}

#wrapper.fixed {
  padding-top: 60px;
}
}

p {
    margin: 0 0 15px;
}


.column-list a {
  border-bottom: dotted 1px #cfd1d7;
  margin-bottom: 15px;
  padding: 0 0 15px;
}

.column-list a > .img-col{
  -webkit-flex: 0 0 75px;
  flex: 0 0 75px;
}
.column-list a > .text-col{
  padding: 0 0 0 15px;
}
.column-list h3 {
  font-size: 15px;
  color: #333;
  margin: 0px 0 5px;
  font-weight: 300;
}
.column-list h3 {
  font-size: 15px;
  color: #555;
  margin: 0px 0 5px;
}

.column-list a:hover h3 {
  color: inherit;
}
.column-list br {
  display: none;
}
.column-list p {
  margin: 0 0 5px;
}
.author{
  color: #999;
  font-size: 12px;
}

.column-p {
  font-size: 13px;
    color: #999;
  }

@media (max-width: 768px){
  .column-list h3 {
    font-size: 13px;
    font-weight: 300;
    margin-top: -1px;
  }
  .column-list p {
    display: none;
  }
  .author{
  font-size: 10px;
  }
  .column-list a > .text-col{
  padding: 0 0 0 10px;
  }
}

/* スマホメニュー */
@Media (max-height: 570px){
    .header-nav-lst-phone ul li a {
        padding-top:10px;
        padding-bottom:10px;
    }
}

/* 文章内リンク */
.prd_lst_block > a,
p > a {
    color: #59b7a9;
    text-decoration: underline #59b7a9;
}

.prd_lst_block > a:hover,
p > a:hover {
    text-decoration: none;
}

.guide p > a{
    color: #333;
    text-decoration: none;
}
.guide p > a.btn{
    color: #fff;    
}

.guide-desktop p > a{
    text-decoration: none;    
}