@charset "euc-jp";

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

.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: #999;
}

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

.text-warning {
  color: #c09853;
}

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

.text-error {
  color: #b94a48;
}

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

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

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

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

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

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

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

.btn-03 {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

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-flat-border {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  color: #696969;
  border: solid 2px #696969;
  border-radius: 3px;
  transition: .4s;
  width: 110px;
  height: 110px;
}

.btn-flat-border:hover {
  background: #696969;
  color: white;
}

.btn-flat-border2 {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  color: #696969;
  border-radius: 3px;
  transition: .4s;
  width: 160px;
  height: 110px;
}

.btn-flat-border2:hover {
  color: #000000;
}
.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
table th {/*table内のthに対して*/
  padding: 8px;/*上下左右10pxずつ*/
  background: ;
  width:120px
}

table td {/*table内のtdに対して*/
  padding: 8px;/*上下3pxで左右10px*/
}

.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: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  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: #999;
  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;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}
.space_sma_menu {
  height: 5px;
  background: #dbdbdb;
}
.space_top {
  height: 80px;
}
.space_slide {
  height: 30px;
}
/* ========================================
      PCの場合
======================================== */

body {
  background-color: #fff;
  color: #4d4d4d;
}

a {
  color: #4d4d4d;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: underline;
}

a:hover {
  color: #5e5e5e;
  text-decoration: none;
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  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: 5px 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 {
  padding: 5px 0 0 40px;
  margin:0 0 1em 0;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 160%;
  line-height: 1.5;
  text-decoration:none;
  background: url(https://img13.shop-pro.jp/PA01069/322/etc/re_midashi_icon_h2.gif) no-repeat;
}
.ttl-h3 {
  margin-bottom: .7em;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 124%;
}

#container {
  position: relative;
  z-index: 101;
  padding-top: 40px;
}

/* スライダー */

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

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

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 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: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
  }

.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-logo {
  margin-top: 1px;
  margin-bottom: 1px;
    position: absolute;
	top:10px;
  width: 144px;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }


.header-global-nav {
  z-index: 100;
  float: right;
}
  .header-global-nav ul {
    margin-top: 25px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
  }
 .header-global-nav a:hover{
   text-decoration: underline;
 }
    .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 #dbdbdb;
			-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 #dbdbdb;
			text-align: center;
}

.header-nav-lst-phone li:last-child {
			border-bottom: none;
}

.header-nav-lst-phone a {
			display: block;
			padding: 20px 0;
}

.header-nav-lst-phone a:hover {
			background: #f9f9f9;
			text-decoration: none;
}




/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  margin: 20px 0;
}
  .side-section li a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    -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 {
    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: #eeab53;
  }
  .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: block;
    margin-top: 10px;
  }

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

/* 囲み */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  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;
}

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

.prd-lst-unit {
  margin-bottom: 30px;
  padding: 0 30px 0 10px;
}

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

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 17px;
  font-size: 15px;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #474747;
  font-size: 13px;
}
.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;
    min-width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 .5em;
  }
  .prd-lst-pager li a {
    border: 1px solid #ecd062;
    background-color: #ecd062;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #ecd783;
    background-color: #ecd783;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

/* 商品のページャー タブレット スマホ */
.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;
  }
/*テスト長友 */
.example {
  position: relative;
  }

.example p {/*pタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
  color: white;/*文字色*/
  font-size: 25px;/*文字サイズ*/
  text-align:center;/*pタグ内で更に中央寄せ*/
  font-family: 'Quicksand',sans-serif;
  }

.example p .fa {/*アイコンに対して*/
  display:block;/*前後に改行*/
  padding-bottom:10px;/*文字との隙間*/
  font-size: 3em;/*文字の3倍のサイズに*/
  color: rgba(255, 255, 255, 0.6);/*半透明*/
  }

.example img {
  width: 100%;
  }
/* フッター */
#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: 100px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.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: 40px 0;
  border-top: 1px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  background: #fafafa;
}

.footer-lst {
  padding: 30px 0 0 40px;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a {
    color: #4d4d4d;
  }

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

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

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

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #a1a19f;
  text-align: center;
  font-style: normal;
}
.powered {
  display: block;
  padding: 10px 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: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

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

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


/* 新規追加css */
.check_box_left {
	width: 80px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.check_box_right {
	width: 170px;
	float: left;
}
.foot_box {
	width: auto;
	padding: 50px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
  	line-height: 24px;
	color: #FFFFFF;
	background: #999999;
}
.foot_box a{
	color: #FFFFFF;
}
.foot_box a:hover{
	color: #FFFFFF;
}
.box710 {
	width: 710px;
}
.foot_box11{
  overflow: hidden;
  background-color: #eeeeee;
}

/* 旧css */

/* 追加css
--------------------------------------*/
.line01 {
	width:100%;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #cccccc;
}
.line02 {
	width:auto;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}
.indent-1 {
padding-left:1em;
text-indent:-1em;
}
.moji1 {
width:auto;
padding-left:1em;
}
.moji2 {
width:auto;
padding-left:2em;
}
.moji3 {
width:auto;
padding-left:3em;
}
.right_box {
font-size:12px;
color:#FFFFFF;
float:right;
}
.font16 {
font-size:16px;
line-height:26px;
}
.font18 {
font-size:18px;
line-height:28px;
}
.hako table {
width: auto;
border: 1px #cccccc solid;
border-collapse: collapse;
background-color: #252F43;
font-size:12px;
line-height:18px;
}

.hako td {
border: 1px #cccccc solid;
background-color: #ffffff;
padding: 5px 3px;
}

.hako th {
border: 1px #252F43 solid;
background-color: #252F43;
padding: 5px 3px;
text-align: center;
font-size:14px;
color:#FFFFFF;
}

.font_hako {
	font-size:10px;
}
.irekata table {
width: 100%;
border: 1px #cccccc solid;
border-collapse: collapse;
background-color: #252F43;
font-size:12px;
line-height:18px;
}

.irekata td {
width: 10%;
border: 1px #cccccc solid;
background-color: #ffffff;
padding: 5px 8px;
font-size:12px;
}

.irekata th {
width: 10%;
border: 1px #cccccc solid;
background-color: #252F43;
padding: 5px 8px;
text-align: center;
font-size:14px;
color:#FFFFFF;
}
.font_keirou {
color:#ffffffff;
font-size:16px;
}

.clear {
clear: both;
}

.tbl_calendar {
   border: none !important;
   border-collapse: collapse !important;
   border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
   padding: 4px !important;
   text-align: center !important;
   border-bottom: 1px solid #ccc !important;
}

.gift_box {
	width: 100%;
	font-size:16px;
	color:#ffffff;
	background-color:#252F43;
	padding:8px 0px 4px 0px;
	margin:0px 0px 20px 0px;
	border-radius: 5px;
}

.winter_box {
padding: 3px 0px 3px 0px;
margin:2px 0px 2px 0px;
border-bottom: 1px #cccccc solid;
}

.winter_box2 {
padding: 3px 0px 3px 0px;
margin:2px 0px 10px 0px;
border-top: 1px #cccccc solid;
border-bottom: 1px #cccccc solid;
}

.winter_box_left {
width: 330px;
padding: 0px 10px 0px 10px;
margin:0px 0px 0px 0px;
float:left;
}
.winter_box_left2 {
width: 690px;
padding: 0px 10px 0px 10px;
margin:0px 0px 0px 0px;
}

.osusume_box {
	width: 550px;
	font-size:16px;
	color:#ffffff;
	background-color:#252F43;
	padding:8px 0px 4px 0px;
	margin:0px 0px 20px 0px;
	border-radius: 5px;
}

.font_mail {
color:#FF0000;
font-size:18px;
}

.riyou_box {
	width: 100%;
  	color:#000000;
	background-color:#ffffe0;
	padding:8px 0px 4px 0px;
	margin:0px 0px 10px 0px;
	border-radius: 5px;
}

.riyou01 {
	width: 100%;
	color:#ffffff;
	text-align: center;
	font-size:24px;
	border-bottom: 1px #92b700 solid;
  	margin:0px 0px 10px 0px;
}

.cha_box {
	box-sizing: border-box;
	width: 25%;
  height: 320px;
	font-size:12px;
	padding:0px 8px 0px 8px;
	margin:0px 0px 0px 0px;
  	float:left;
}

.cha_box1 {
	width: 100%;
	font-size:16px;
  	text-align: center;
	color:#ffffff;
	background-color:#252F43;
	padding:8px 0px 4px 0px;
	margin:0px 0px 15px 0px;
	border-radius: 5px;
}

.cha_box2 {
	width: 100%;
	font-size:16px;
  	text-align: center;
	color:#000000;
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-radius: 5px;
	text-decoration:none !important;
}
.cha_box2 a {
	color:#000000;
	text-decoration:none !important;
}

.next_box {
    margin-left:auto;
    margin-right:auto;
	font-size:16px;
  	text-align: center;
	background-color:#eeeeee;
	padding:8px 20px 4px 20px;
	margin:0px 0px 0px 0px;
	border-radius: 5px;
}

.next_box2 {
    margin-left:auto;
    margin-right:auto;
	font-size:14px;
  	text-align: left;
	background-color:#eeeeee;
	padding:5px 10px 5px 10px;
	margin:0px 0px 0px 0px;
	border-radius: 5px;
}

.topbn_box {
	width: 250px;
	font-size:12px;
  	line-height:24px;
	padding:0px 0px 0px 0px;
	margin:0px 15px 20px 15px;
  	float:left;
}

.img_float {
	margin:0px 10px 0px 0px;
  	float:left;
}

.img_float2 {
	margin:0px 0px 0px 10px;
  	float:right;
}

.qa_box {
	font-size:16px;
	color:#ffffff;
	background-color:#696969;
	padding:8px 5px 4px 5px;
	margin:0px 0px 10px 0px;
	border-radius: 5px;
}

.fax_box {
	margin:15px 0px 0px 0px;
}

.sma_none{
	display:block;
}

.pc_none{
	display:none;
}

/* 敬老の日2016
--------------------------------------*/

.keiro_box01 {
  background-color:#e9e9e1;
  line-height:28px;
  padding:0px 30px 0px 30px;
}
.keiro_font01 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size:20px;
  color:#8F1D22;
}
.keiro_font02 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color:#8F1D22;
}
.keiro_box02 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size:24px;
  color:#8F1D22;
  text-align:center;
  background-color:#e9e9e1;
  padding:0px 0px 0px 0px;
}
.keiro_box03 {
  background:url(https://img13.shop-pro.jp/PA01069/322/etc/%B7%C9%CF%B7%A4%CE%C6%FC2016_04.jpg?cmsp_timestamp=20160823042437) ;
  color:#FFFFFF;
  line-height:28px;
  padding:30px 30px 15px 30px;
  border-top:#b5996d solid 5px;
}
.keiro_box04 {
  background:url(https://img13.shop-pro.jp/PA01069/322/etc/%B7%C9%CF%B7%A4%CE%C6%FC2016_04.jpg?cmsp_timestamp=20160823042437) ;
  color:#FFFFFF;
  line-height:28px;
  padding:15px 15px 20px 15px;
  border-bottom:#b5996d solid 5px;
}
.keiro_box05 {
  background-color:#eaeae2;
  color:#000000;
  line-height:24px;
  padding:15px 15px 15px 15px;
}
.keiro_font03 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size:20px;
  line-height:30px;
  color:#53b332;
}
.keiro_box06 {
  background-color:#FFFFFF;
}
.keiro_box07 {
  background-color:#eaeae2;
  line-height:24px;
  padding:30px 30px 30px 30px;
}
.keiro_font04 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size:24px;
  color:#008842;
}
.keiro_box08 {
  line-height:28px;
  text-align:center;
  border-top:#000000 solid 1px;
  border-bottom:#000000 solid 1px;
}
.keiro_box09 {
  text-align:center;
}
.keiro_box10 {
  background-color:#eaeae2;
  line-height:28px;
  padding:20px 20px 20px 20px;
}
.keiro_font05 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size:20px;
  color:#008842;
}
.keiro_box11 {
  text-align:right;
}
.keiro_box12 {
  line-height:28px;
}
.choju {
 width: 100%;
 border-collapse: collapse;
 }
.choju th{
 padding: 6px;
 text-align: left;
 vertical-align: top;
 color: #333;
 background-color: #eee;
 border: 1px solid #b9b9b9;
 }
.choju td{
 padding: 6px;
 background-color: #fff;
 border: 1px solid #b9b9b9;
 }
.keiro_box13 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size:26px;
  color:#7030a0;
  text-align:center;
  background-color:#e9e9e1;
  padding:0px 0px 0px 0px;
}

.gift_box161029 {
	width: 100%;
	color:#ffffff;
	background-color:#202d41;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
}
.gift_box161029_2 {
	width: auto;
	color:#000000;
	background-color:#ffffff;
	padding:10px 10px 10px 10px;
	margin:0px 10px 0px 10px;
}
.gift_box161029_3 {
	width: auto;
	padding:10px 10px 10px 10px;
	margin:0px 10px 0px 10px;
}

.mytime01 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	width: 680px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	background-color:#6495ed;
	padding:5px 10px 0px 10px;
	margin:20px 0px 20px 0px;
	border-radius:10px;
}
.mytime_midashi {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#6495ed;
	font-size:24px;
 	line-height:36px;
}
.mytime_uline {
	width:auto;
	padding:5px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:#cccccc solid 1px;
}
.mytime_right_font {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:16px;
	line-height:26px;
}
.mytime_left {
	width:320px;
	padding:0px 0px 0px 0px;
	margin:0px 30px 0px 0px;
	float:left;
}
.mytime_right {
	width:350px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:16px;
	line-height:26px;
	float:left;
}
.mytime02 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	width: 680px;
	color:#ffffff;
	font-size:22px;
	padding:5px 10px 0px 10px;
	margin:20px 0px 20px 0px;
	background:#ab9fcc url(https://img13.shop-pro.jp/PA01069/322/etc/mytime07.png?cmsp_timestamp=202709145548) right center no-repeat;
}
.mytime03 {
	display:block;
	width: 700px;
	margin:0px auto;
}
.youtube{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* 特撰深蒸し茶
--------------------------------------*/
.fm12_txt_box {
	width:auto;
	font-size: 14px;
	line-height:24px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:15px auto 0px auto;
}
.fm12_txt_box_gr {
	width:auto;
	color: #ffffff;
	background:#004c21;
	font-size: 14px;
	line-height:24px;
	text-align:left;
	padding:5px 5px 5px 5px;
	margin:15px auto 0px auto;
}
.fm12_title_box {
	width:auto;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #ffffff;
	background:#004c21;
	font-size: 20px;
	line-height:28px;
	text-align:center;
	padding:7px 0px 3px 0px;
	margin:15px auto 0px auto;
	border-radius:10px;
}
.fm12_img_box_left {
	width:250px;
	padding:0px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	float:left;
}
.fm12_img_box_right {
	width:250px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	float:right;
}
.fm12_sub_title_box {
	width:auto;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 26px;
	line-height:36px;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:30px auto 20px auto;
}
p.indent-2 {
	padding-left:2em;
	text-indent:-2em;
	margin-bottom:-1px;
}
.fm12_txt_box_right {
	width:430px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}

/* アコーディオンメニュー
--------------------------------------*/
.font_red{
 color: #ff0000;
}
.font_link{
 color: #00a9c7;
}
.acmenu {
	max-width: auto;
	margin: 0px auto 0px auto;
	padding: 0;
	border-radius:5px;
}

.acmenu a {
  display: block;
  padding: 10px;
	text-decoration: none;
	color: #000;
  line-height: 1;
}

label {
  display: block;
  margin: 0 0 5px 0;
	padding :12px;
  line-height: 1;
	color :#000000;
  background :#fff3b8;
	cursor :pointer;
 	border-radius:5px;
}

input {
	display: block;
}

.acmenu ul {
	margin: 0;
	padding: 5px;
  background :#fefefe;
	list-style: none;
 	border-radius:5px;
}

.acmenu li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#acmenu_bar01:checked ~ #links01 li,
#acmenu_bar02:checked ~ #links02 li,
#acmenu_bar03:checked ~ #links03 li,
#acmenu_bar04:checked ~ #links04 li,
#acmenu_bar05:checked ~ #links05 li,
#acmenu_bar06:checked ~ #links06 li,
#acmenu_bar07:checked ~ #links07 li,
#acmenu_bar08:checked ~ #links08 li,
#acmenu_bar09:checked ~ #links09 li,
#acmenu_bar10:checked ~ #links10 li,
#acmenu_bar11:checked ~ #links11 li,
#acmenu_bar12:checked ~ #links12 li,
#acmenu_bar13:checked ~ #links13 li,
#acmenu_bar14:checked ~ #links14 li,
#acmenu_bar15:checked ~ #links15 li,
#acmenu_bar16:checked ~ #links16 li, 
#acmenu_bar17:checked ~ #links17 li {
	max-height: 400px;
  opacity: 1;
}

/* 上部・サイドメニュー
--------------------------------------*/
.top_menu_box{
	padding:5px 0px 5px 0px;
	margin:0px 25px 0px 0px;
	float:left;
}
.top_menu_box2{
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}
.top_menu_font{
	font-size:16px;
	line-height:26px;
	color:#252f43;
	text-decoration:none;
}
.top_menu_font a{
	color:#252f43;
	text-decoration:none;
}
.top_menu_font a:hover{
	color:#00a9c7;
	text-decoration:none;
}
.side_menu_box{
	width:auto;
	padding:10px 0px 10px 10px;
	margin:0px 0px 0px 0px;
	border-bottom:#eeeeee solid 1px;
}
.side_menu_font{
	font-size:14px;
	line-height:24px;
	color:#252f43;
	text-decoration:none;
}
.side_menu_font a{
	color:#252f43;
	text-decoration:none;
}
.side_menu_font a:hover{
	color:#00a9c7;
	text-decoration:none;
}
.his_back {
	width: auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
.fa-large
{
	font-size: 50px ;
}
/* ギフトページ170205
--------------------------------------*/
.gift_name {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 23px;
	line-height:33px;
	text-align:left;
	color:#1D2B53;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
}
.gift_name a{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#1D2B53;
	text-decoration:none;
}
.gift_name a:hover{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#00a9c7;
	text-decoration:none;
}
.gift_kakaku {
	font-size: 20px;
	line-height:30px;
	text-align:left;
	color:#1D2B53;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 7px 0px;
}
.gift_img {
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	float:left;
}
.gift_right_box {
	width:440px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}
.gift_txt {
	width:auto;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	background:#f2ffd2;
	border-radius:10px;
}
.gift_midashi_box {
	width:auto;
	font-size:16px;
	line-height:26px;
  	text-align:left;
	padding:0px 0px 0px 0px;
	margin:30px 0px 15px 0px;
	border-bottom:#cccccc solid 1px;
}
.gift_midashi_line {
	width:auto;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
	border-bottom:#7030a0 solid 2px;
}
.gift_box170205 {
	width: auto;
	background-color:#fffcdb;
	padding:0px 10px 20px 10px;
	margin:0px 0px 20px 0px;
}
.gift_box170205_2 {
	width: 530px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
}
.gift_box170205_3 {
	width: 420px;
	font-size: 16px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.gift_box170205_4 {
	width: 418px;
	font-size: 14px;
	line-height:24px;
	text-align:center;
	font-weight:normal;
	border:#575a82 solid 1px;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}

/* ぐり茶170313
--------------------------------------*/
.guri_img {
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	float:left;
}
.guri_img2 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	float:right;
}

/*ほうじ茶
--------------------------------------*/
.marker_yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
}
.marker_water {
background: linear-gradient(transparent 60%, #abe3ff 60%);
}
.houji_box {
	width: auto;
	background-color:#e5f6ff;
	padding:10px 10px 10px 10px;
	margin:10px 0px 10px 0px;
	border-radius:10px;
}
.font_red {
	color:#ff0000;
}

/*新茶
--------------------------------------*/
.shincha_box_img {
width: 120px;
padding: 0px 10px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.shincha_box_img2 {
width: 240px;
padding: 0px 10px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.shincha_box_img3 {
width: 80px;
padding: 0px 10px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.shincha_box_txt {
width: 200px;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.shincha_box_txt2 {
width: 400px;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.shincha_box_txt3 {
width: 580px;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.shincha_box_blue {
	font-size:16px;
	width:auto;
	color:#ffffff;
	background-color:#252F43;
	padding:8px 10px 4px 10px;
	margin:0px 0px 10px 0px;
	border-radius: 5px;
}
.shincha_box_green {
	font-size:16px;
	width:auto;
  	color:#ffffff;
	background-color:#008000;
	padding:8px 10px 4px 10px;
	margin:0px 0px 10px 0px;
	border-radius: 5px;
}
.shincha_img_box_left {
	width:230px;
	padding:0px 10px 10px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.shincha_img_box_right {
	width:230px;
	padding:0px 0px 10px 10px;
	margin:0px 0px 0px 0px;
	float:right;
}

/*母の日
--------------------------------------*/
.hahanohi_box_img {
width: 300px;
padding: 0px 10px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.hahanohi_box_img2 {
width: 300px;
padding: 0px 0px 0px 10px;
margin:0px 0px 0px 0px;
float:right;
}
.hahanohi_box_img3 {
width: 160px;
padding: 0px 10px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.head_box{
  position: fixed;
  width: 100%;
  height: 80px;
  margin:0px auto 0px auto;
  background-color: #ffffff;
  z-index: 500;
}
.midashi_title {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 160%;
	line-height: 1.5;
	padding: 0px 0px 0px 0px;
	margin:0 0 20px 0;
	border-bottom: #999999 dashed 1px;
}
.kugiri01 {
	padding: 0px 30px 0px 0px;
	margin:0 0 20px 0;
	border-bottom: #999999 dotted 1px;
   width:150px;
}
.half_box{
	box-sizing: border-box;
	width: 50%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	float: left;
}
.half_box2{
	box-sizing: border-box;
	width: 50%;
	padding: 0px 40px 0px 40px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
}
.sma_half{
	box-sizing: border-box;
	width: 25%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.sma_foot_menu{
	display: none;
}

.tri_box{
	box-sizing: border-box;
	width: 33.33%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.tri_box2{
	box-sizing: border-box;
	width: 33.33%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 30px 0px;
	float: left;
}
.qua_box{
	box-sizing: border-box;
	width: 25%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}

.squ_box {
box-sizing: border-box;
width: 25%;
padding: 10px 5px 10px 5px;
margin: 0px 0px 0px 0px;
float: left;
}

.squ_in {
width: auto;
padding: 10px 5px 10px 5px;
margin: 0px 0px 0px 0px;
font-size: 14px;
line-height: 20px;
text-align:center;
color: #ffffff;
background: #252f43;
border-radius: 5px;
}
.four_box{
	box-sizing: border-box;
	width: 25%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.four_box2{
	box-sizing: border-box;
	width: 25%;
	height:auto;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.four_box_media{
	box-sizing: border-box;
	width: 25%;
	height:340px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.six_box{
	box-sizing: border-box;
	width: 16.66%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.press_slide {
	width: 200px;
  margin: 0;
  padding: 0;
}
.gift_btn a{
	display: block;
  padding: 10px 5px 10px 5px;
  border: solid 1px #103656;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  background: #fff;
  color: #103656;
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
}
.gift_btn a:hover{
	color: #103656;
  background: rgba(0,0,0,0.1) ;
}
.gift_btn2 a{
	display: block;
  padding: 10px 5px 10px 5px;
  border: solid 1px #b22222;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  background: #fff;
  color: #b22222;
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
}
.gift_btn2 a:hover{
	color: #b22222;
  background: #fffafa ;
}
.gift_btn3 a{
	display: block;
  padding: 10px 5px 10px 5px;
  border: solid 1px #b8860b;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  background: #fff;
  color: #b8860b;
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
}
.gift_btn3 a:hover{
	color: #b8860b;
  background: #fdf5e6 ;
}
.hahanohi_box_midashi {
	font-size:16px;
	width:auto;
  	color:#ffffff;
	background-color:#ff0066;
	padding:8px 10px 4px 10px;
	margin:0px 0px 10px 0px;
	border-radius: 5px;
}
.hahanohi_box_midashi a {
  	color:#ffffff;
	background-color:#ff0066;
	text-decoration: none;
}
.hahanohi_box_midashi a:hover {
  	color:#ffffff;
	background-color:#ff0066;
	text-decoration: none;
}

/*サンプル
--------------------------------------*/
.side_box_left {
width: 230px;
float:left;
}
.sample_box_img {
width: 300px;
padding: 0px 0px 0px 0px;
margin:0px 10px 20px 0px;
float:left;
}
.img_box_jewetea {
width: 360px;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.txt_box_jewetea {
width: 340px;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
float:right;
}
.img_box_jewetea2 {
width: 300px;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.txt_box_jewetea2 {
width: 400px;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
float:right;
}

/*海外発送
--------------------------------------*/
.txt_box_right {
	width: auto;
	font-size: 14px;
	line-height:24px;
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.miryoku_box {
width: 50%;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
.miryoku_box_left {
height: 50px;
display: flex;
align-items: center;
justify-content: center;
width:165px;
padding: 0px 0px 0px 0px;
margin:10px 5px 10px 5px;
float:left;
font-size: 14px;
line-height: 20px;
text-align:center;
color: #ffffff;
background: #252f43;
border-radius: 5px;
}
.miryoku_box_right {
height: 50px;
display: flex;
align-items: center;
justify-content: center;
width:165px;
padding: 0px 0px 0px 0px;
margin:10px 5px 10px 5px;
float:right;
font-size: 14px;
line-height: 20px;
text-align:center;
color: #ffffff;
background: #252f43;
border-radius: 5px;
}
.shurui_box {
width:137px;
height:350px;
padding: 0px 0px 0px 0px;
margin:0px 10px 0px 10px;
float:left;
}
.shurui_box_s {
height: 40px;
display: flex;
align-items: center;
justify-content: center;
width:auto;
padding: 0px 0px 0px 0px;
margin:10px 0px 10px 0px;
font-size: 14px;
line-height: 20px;
text-align:center;
color: #ffffff;
background: #249715;
border-radius: 5px;
}
.shurui_box_e {
width:137px;
padding: 0px 0px 0px 0px;
margin:0px 10px 0px 10px;
float:left;
}

/*171118ギフトページ
--------------------------------------*/
.gift_midashi_171118{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 30px;
	line-height: 40px;
	text-align:center;
	color:#1d2085;
}
.gift_left_171118 {
	width:280px;
	padding:0px 0px 0px 0px;
	margin:0px 30px 0px 0px;
	float:left;
}
.gift_right_171118 {
	width:400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}
.gift_left_171118_1 {
	width:330px;
	padding:0px 0px 0px 0px;
	margin:0px 30px 0px 0px;
	float:left;
}
.gift_right_171118_1 {
	width:350px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}
.gift_left_171118_2 {
	width:400px;
	padding:0px 0px 0px 0px;
	margin:0px 30px 0px 0px;
	float:left;
}
.gift_right_171118_2 {
	width:280px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}
.gift_left_171118_3 {
	width:350px;
	padding:0px 0px 0px 0px;
	margin:0px 30px 0px 0px;
	float:left;
}
.gift_right_171118_3 {
	width:330px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}
.gift_txt_171118{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 16px;
	line-height: 26px;
	text-align:left;
}
/*画像文字
--------------------------------------*/
 .example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }

.example img {
  width: 100%;
  }

/*171127まれものページ
--------------------------------------*/
.mare_txt{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 18px;
	line-height: 28px;
	text-align:left;
	color:#000000;
	font-weight:bold;
}

/* 追加PC */
.sns_box {
	padding: 0px 13px 0px 0px;
	float: left;
}
.noshi_box {
	width: 200px;
	padding: 0px 20px 0px 0px;
	float: left;
}
.noshi_txt_box {
	padding: 0px 0px 0px 0px;
	float: left;
}
.noshi_title1 {
	display:block;
	padding: 5px 20px 5px 20px;
	margin:20px 0px 10px 0px;
	background: #FF0000;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	border-radius: 5px;
}
.noshi_title2 {
	display: block;
	padding: 5px 20px 5px 20px;
	margin:20px 0px 10px 0px;
	background: #000000;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	border-radius: 5px;
}
.jiten_box1 {
width:auto;
padding: 5px;
margin:10px 0px 10px 0px;
font-size: 24px;
line-height: 30px;
text-align:center;
color: #ffffff;
background: #00b050;
border-radius: 5px;
}
.jiten_box2 {
width:auto;
padding: 5px;
margin:10px 0px 10px 0px;
font-size: 24px;
line-height: 30px;
text-align:center;
color: #ffffff;
background: #0070c0;
border-radius: 5px;
}
.jiten_box3 {
width:auto;
padding: 5px;
margin:10px 0px 10px 0px;
font-size: 24px;
line-height: 30px;
text-align:center;
color: #ffffff;
background: #aa3d16;
border-radius: 5px;
}
.jiten_box4 {
width:auto;
padding: 8px 0px 5px 0px;
margin:10px 0px 10px 0px;
font-size: 24px;
line-height: 30px;
text-align:center;
color: #ffffff;
background: #252F43;
border-radius: 5px;
}
.jiten_box5 {
width:auto;
padding: 5px;
margin:10px 0px 10px 0px;
font-size: 24px;
line-height: 30px;
text-align:center;
color: #ffffff;
background: #8b0000;
border-radius: 5px;
}
.jiten_box6 {
width:auto;
padding: 5px;
margin:10px 0px 10px 0px;
font-size: 24px;
line-height: 30px;
text-align:center;
color: #ffffff;
background: #f08080;
border-radius: 5px;
}
.jiten_box7 {
width:auto;
padding: 5px;
margin:10px 0px 10px 0px;
font-size: 24px;
line-height: 30px;
text-align:center;
color: #ffffff;
background: #b8860b;
border-radius: 5px;
}
.guide_box {
width:auto;
padding: 2px 10px 2px 0px;
margin:2px 0px 2px 0px;
font-size: 14px;
line-height: 24px;
text-align:left;
background: #eeeeee;
}
.txt_left_box {
	float: left;
}
.txt_right_box {
	float: right;
  text-align:right;
}
.keirou_akawaku {
	padding:10px;
	margin:0px auto 0px auto;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	border:#000000 solid 1px;
}
.keirou_box {
width:auto;
padding: 5px;
margin:10px 0px 10px 0px;
font-size: 24px;
line-height: 30px;
text-align:center;
color: #ff0000;
background:#b8860b;
border-radius: 5px;
}
.keirou_box a {
color: #ffffffff;
}
.keirou_box a:hover {
color: #ffffffff;
}

.accordion-img {
 width: 16px;
 margin: 2px 0px 10px 0px;
 float: left;
}
.accordion-img2 {
 width: 16px;
 margin: 0px 15px 20px 0px;
 float: left;
}
.accordion-txt {
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 15px 0px;
  text-decoration: none;
 float: left;
}
.accordion-txt a{
 text-decoration: none;
}
.accordion-txt a:hover{
 text-decoration: underline;
}
.accordion-menu {
 width: 240px;
 margin: 1em auto;
 padding: 0px;
}
.accordion-re {
  width: 300px;
  position: relative;
  z-index: 4;
}
.accordion-re2 {
  width: 300px;
  position: relative;
  z-index: 2;
}
.accordion-re3 {
  width: 300px;
  position: relative;
}
.accordion-menu li {
 list-style: none;
  padding: 0px;
}
 
.accordion-menu li a {
 display: table;
 margin-top: 0px;
 padding: 0px;
 width: 100%;
 background: #ffffff;
 text-decoration: none;
 text-align: left;
 vertical-align: middle;
 color: #000000;
 overflow: hidden;
 transition:all .0s ease-out;
}
 
.accordion-menu > li:first-child a {
 margin-top: 0;
}
 
.accordion-menu li a:hover {
 background: #ffffff;
 text-decoration: underline;
 transition:all .0s ease-out;
}
 
.accordion-menu li ul {
  position: absolute;
  left: 110px;
  top:0px;
 margin: 0;
 padding: 0;
}
 
.accordion-menu li li a {
 display: block;
 margin-top: 0;
 padding: 0px 0px 0px 10px;
 height: 0;
 background: #ffffff;
 color: #000000;
 transition:all .0s ease-out;
}
 
.accordion-menu > li:hover li a {
 display: table;
 margin-top: 0px;
 padding: 0px 0px 5px 10px;
 width: 100%;
 height: 1em;
  text-decoration: none;
 transition:all .0s ease-out;
}
 
.accordion-menu > li:hover li a:hover {
 background: #ffffff;
  text-decoration: underline;
 transition:all .0s ease-out;
}

/* ========================================
      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 {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      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: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }
  .header-logo {
    padding-top: 5px;
    position: absolute;
	top:0px;
    width: 144px;
  }

  .tri_box2{
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 30px 0px;
	float: left;
}
.cha_box {
	box-sizing: border-box;
	width: 33.33%;
  height: 320px;
	font-size:12px;
	padding:0px 8px 0px 8px;
	margin:0px 0px 0px 0px;
  	float:left;
}
  
  
  /* ========================================
        タブレットかつ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: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
  }

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

  .header-logo {
    padding-top: 5px;
    position: absolute;
	top:0px;
    width: 144px;
  }


  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .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;
  }

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

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

  /* フッター */
  #pagetop {
    width: 54px;
    margin: 30px auto;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .footer-wrapper {
    margin-top: 20px;
    padding: 20px 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: #4d4d4d;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #444444;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #444444;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .copyright {
    font-size: 10px;
  }
  
  
/* 旧css
--------------------------------------*/



.winter_box_left {
width: 300px;
padding: 0px 10px 0px 10px;
margin:0px auto 0px auto;
float:none;
}
.winter_box_left2 {
width: auto;
padding: 0px 10px 0px 10px;
margin:0px 0px 0px 0px;
}

.osusum_box {
	width: auto;
	font-size:16px;
	color:#ffffff;
	background-color:#252F43;
	padding:8px 0px 4px 0px;
	margin:0px 0px 20px 0px;
	border-radius: 5px;
}

.topbn_box2 {
	width: 300px;
	font-size:12px;
  	line-height:24px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
  	float:none;
}

.img_float {
	margin:0px 0px 10px 0px;
  	float:none;
}

.img_float2 {
	margin:0px 0px 10px 0px;
  	float:none;
}

.sma_none{
	display:none;
}

.pc_none{
	display:block;
}

/* 敬老の日2016
--------------------------------------*/

.mytime_uline {
	width:auto;
	padding:5px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:#cccccc solid 1px;
}
.mytime_left {
	width:300px;
	padding:0px 0px 0px 0px;
	margin:0px auto 10px auto;
	float:none;
}
.mytime_right {
	width:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:16px;
	line-height:26px;
	float:none;
}
.mytime01 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	width: auto;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	background-color:#ce68a4;
	padding:5px 10px 0px 10px;
	margin:20px 0px 20px 0px;
	border-radius:10px;
}
.mytime02 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	width: auto;
	color:#ffffff;
	font-size:22px;
	padding:5px 10px 0px 10px;
	margin:20px 0px 20px 0px;
	background:#ab9fcc url(https://img13.shop-pro.jp/PA01069/322/etc/mytime07.png?cmsp_timestamp=202709145548) right center no-repeat;
}
.mytime03 {
	display:block;
	width: auto;
	margin:0px auto;
}

/* 特撰深蒸し茶
--------------------------------------*/
.fm12_txt_box {
	width:auto;
	font-size: 14px;
	line-height:24px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:15px auto 0px auto;
}
.fm12_txt_box_gr {
	width:auto;
	color: #ffffff;
	background:#004c21;
	font-size: 14px;
	line-height:24px;
	text-align:left;
	padding:5px 5px 5px 5px;
	margin:15px auto 0px auto;
}
.fm12_img_box_left {
	width:250px;
	padding:0px 0px 0px 0px;
	margin:0px auto 10px auto;
	float:none;
}
.fm12_img_box_right {
	width:250px;
	padding:0px 0px 0px 0px;
	margin:0px auto 10px auto;
	float:none;
}
.fm12_txt_box_right {
	width:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:none;
}

/* ギフトページ170205
--------------------------------------*/

.gift_img {
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	float:none;
}
.gift_right_box {
	width:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	float:none;
}
.gift_txt {
	width:auto;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	background:#f2ffd2;
	border-radius:10px;
}
.gift_midashi_box {
	width:auto;
	font-size:16px;
	line-height:26px;
  	text-align:left;
	padding:0px 0px 0px 0px;
	margin:30px 0px 15px 0px;
	border-bottom:#cccccc solid 1px;
}
.gift_midashi_line {
	width:auto;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
	border-bottom:#7030a0 solid 2px;
}
.gift_box170205 {
	width: auto;
	background-color:#fffcdb;
	padding:0px 10px 20px 10px;
	margin:0px 0px 20px 0px;
}
.gift_box170205_2 {
	width: auto;
	padding:0px 0px 0px 0px;
	margin:0px auto 10px auto;
}
.gift_box170205_3 {
	width: auto;
	font-size: 16px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.gift_box170205_4 {
	width: auto;
	font-size: 14px;
	line-height:24px;
	text-align:center;
	font-weight:normal;
	border:#575a82 solid 1px;
	padding:10px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

/* ぐり茶170313
--------------------------------------*/
.guri_img {
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	float:none;
}
.guri_img2 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	float:none;
}

/*ほうじ茶
--------------------------------------*/

.houji_box {
	width: auto;
	background-color:#e5f6ff;
	padding:10px 10px 10px 10px;
	margin:10px 0px 10px 0px;
	border-radius:10px;
}

/*新茶
--------------------------------------*/

.shincha_box_txt2 {
width: auto;
padding: 0px 0px 0px 0px;
margin:0px 0px 10px 0px;
float:none;
}
.shincha_box_txt3 {
width: auto;
padding: 0px 0px 0px 0px;
margin:0px 0px 10px 0px;
float:none;
}
.shincha_img_box_left {
	width:230px;
	padding:0px 0px 10px 0px;
	margin:0px auto 10px auto;
	float:none;
}
.shincha_img_box_right {
	width:230px;
	padding:0px 0px 10px 0px;
	margin:0px auto 0px auto;
	float:none;
}

/*母の日
--------------------------------------*/
.hahanohi_box_img {
width: 300px;
padding: 0px 0px 0px 0px;
margin:0px auto 10px auto;
float:none;
}
.hahanohi_box_img2 {
width: 300px;
padding: 0px 0px 0px 0px;
margin:0px auto 10px auto;
float:none;
}
.hahanohi_box_img3 {
width: 160px;
padding: 0px 0px 0px 0px;
margin:0px auto 10px auto;
float:none;
}
.half_box{
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	float: left;
}
.half_box2{
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	float: left;
}
.sma_half{
	box-sizing: border-box;
	width: 50%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.sma_foot_menu{
   font-size: 85%;
	display: block;
	box-sizing: border-box;
	width: 50%;
	padding: 13px 0px 13px 15px;
	background: #eeeeee;
	border: #dcdcdc solid 1px;
	float: left;
}

.tri_box{
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.tri_box2{
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 30px 0px;
	float: left;
}
.qua_box{
	box-sizing: border-box;
	width: 80%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 40px;
	float: left;
}
.four_box{
	box-sizing: border-box;
	width: 50%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.four_box2{
	box-sizing: border-box;
	width: 50%;
	height:400px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.four_box_media{
	box-sizing: border-box;
	width: 50%;
	height:auto;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}
.cha_box {
	box-sizing: border-box;
	width: 50%;
  height: 320px;
	font-size:12px;
	padding:0px 8px 0px 8px;
	margin:0px 0px 0px