@charset "UTF-8";

/* =================================
	header
======================================== */

header {
  margin-bottom: 100px;
  height: 100vh;
  background-position: center center;
  background-size: cover !important;
}

header .innar, header nav .link {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Arial, "メイリオ", Meiryo, sans-serif;
}

header .innar {
  margin: 0 auto;
  width: 1120px;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: flex-start;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-box-align: flex-start;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
}

header .innar .logo {
  width: 200px;
  padding-top: 26px;
  position: relative;
  z-index: 20;
}

header .innar .logo a {
  margin-bottom: 5px;
  display: block;
}

header .innar .logo .tit {
  font-family: "Vollkorn", "serif";
  font-size: 13px;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
}

header .innar .cont {
  width: 920px;
  padding: 50px 44px 0 0;
  font-size: 80%;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-end;
  -ms-flex-align: flex-start;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: flex-end;
  -webkit-box-align: flex-start;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-start;
}

header .FS2_repeater {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 90%;
}

header .innar .cont a.link {
  display: block;
  margin-left: 30px;
  color: #000;
  text-decoration: none;
  padding: 2px 0 3px;
}

header .innar .cont a.link:hover {
  padding: 2px 0 0;
  border-bottom: 3px #68843B solid;
}

header .innar .cont a.image {
  display: block;
  margin-left: 30px;
  text-decoration: none;
}

.head-ser .hide-serarea {
  background: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  margin-left: 20px;
  border: none;
}

.head-ser .hide-btn-ser {
  background: url(../img/btn_search.svg) no-repeat center center;
  background-size: 24px 24px;
  border: none;
  min-height: 24px;
  width: 24px;
  text-indent: -9999px;
  cursor: pointer;
}

.un .head-ser .hide-serarea {
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
}


/* =================================
	nav
======================================== */

nav {
  width: 100%;
  position: relative;
  top: -35px;
  z-index: 1900;
}

nav .nav-innar {
  margin: 0;
  width: auto;
}

nav .nav-cover {
  margin: 0 auto;
  max-width: 1120px;
  text-align: right;
}

nav .nav-cover .nav-li {
  display: inline-block;
}

nav .nav-cover .nav-li .btn {
  padding-bottom: 3px;
}

nav .nav-cover .nav-li:hover .btn {
  padding-bottom: 0;
  border-bottom: 3px #68843B solid;
}

nav .nav-cover .nav-li a.link {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
}

nav .nav-cover .nav-li:hover a.link {
  color: #6e8345;
}

nav .tel-block {
  display: none;
}

nav .btn-contact {
  display: none;
}


/* =================================
	nav  fix version
======================================== */

.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px #68843B solid;
}

nav.fix .nav-innar {
  margin: 0 auto;
  width: 1120px;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: center;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-box-align: center;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
}

nav.fix .nav-cover {
  margin: 0;
  width: 670px;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: space-between;
  -ms-flex-align: center;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: space-between;
  -webkit-box-align: center;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}

nav.fix .nav-cover .nav-li {
  display: block;
  text-align: center;
  margin-left: 0;
}

nav.fix .nav-cover .nav-li a {}

nav.fix .nav-cover .nav-li a.link {
  padding: 25px 15px;
}

nav.fix .tel-block {
  width: 220px;
  padding: 0 10px;
  display: block;
}

nav.fix .tel-block .number {
  text-align: center;
  padding-top: 5px;
}

nav.fix .tel-block .number .tel {
  font-size: 24px;
  line-height: 80%;
}

nav.fix .tel-block .number .tel {
  display: inline-block;
  background: url(../img/icon_tel.svg) no-repeat left top;
  background-size: 21px 22px;
  padding: 3px 0 3px 26px;
}

nav.fix .tel-block .number span {
  font-size: 13px;
  line-height: 150%;
}

nav.fix .btn-contact {
  width: 230px;
  display: block;
}

nav.fix .btn-contact a {
  display: block;
  background: url(../img/mail-white2a.svg) no-repeat 10% center #000;
  background-size: 16px 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  line-height: 150%;
  -webkit-transition: .3s;
  transition: .3s;
}

nav.fix .btn-contact a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}


/* =================================
	mega menu
======================================== */

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 900000;
  overflow: hidden;
  display: none;
  width: 100%;
  background: #68843B;
  box-shadow: 0px 8px 5px -5px rgba(90, 90, 90, 0.6);
  -webkit-box-shadow: 0px 8px 5px -5px rgba(90, 90, 90, 0.6);
  -moz-box-shadow: 0px 8px 5px -5px rgba(90, 90, 90, 0.6);
}

.mega-menu .inbox {
  margin: 0 auto;
  width: 1120px;
  padding: 20px 0;
  color: #fff;
  text-align: left;
}

.mega-matcha {
  overflow: hidden;
  border-bottom: 1px #fff dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mega-matcha .column {
  width: 271px;
  float: left;
  margin-right: 12px;
}

.mega-matcha .column:last-child {
  margin-right: 0;
}

.mega-tea {
  overflow: hidden;
  border-bottom: 1px #fff dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mega-tea .column {
  width: 216px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

.mega-tea .column:nth-child(5n) {
  margin-right: 0;
}

.mega-soba {
  overflow: hidden;
  border-bottom: 1px #fff dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mega-soba a {
  display: block;
}

.FS2_sort_menu_bg:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.mega-soba .column {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.mega-soba .column2 {
  float: right;
  width: 48%;
  font-size: 86%;
}

.mega-soba .column2 li {
  margin-top: 10px;
  background-position: left top !important;
}

.mega-soba .column2 li a:hover {
  text-decoration: underline;
}

.mega-soba .soba li a {
  color: #fff !important;
  text-decoration: none;
}

.mega-soba .soba li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/ar01.svg) no-repeat left 7px;
  background-size: 16px 16px;
  padding-left: 26px;
  line-height: 150%;
}

.mega-soba .soba li span {
  font-size: 80%;
  line-height: 80%;
}

.mega-gift {
  overflow: hidden;
  margin-bottom: 30px;
}

.mega-gift .column {
  width: 23.5%;
  float: left;
  margin-right: 2%;
}

.mega-gift .column:last-child {
  margin-right: 0;
}

.mega-gift .column img {
  width: 100%;
  height: auto;
}

.mega-limited {
  overflow: hidden;
  margin-bottom: 30px;
}

.mega-limited .column {
  width: 366px;
  float: left;
  margin-right: 11px;
}

.mega-limited .column:nth-child(3n) {
  margin-right: 0;
}

.mega-menu .image {
  margin-bottom: 10px;
  background: #fff;
}

.mega-menu .image a {
  -webkit-transition: .3s;
  transition: .3s;
}

.mega-menu .image a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.mega-menu h2.tit {
  margin-bottom: 10px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  line-height: 150%;
  font-weight: normal;
}

.mega-menu h2.tit a {
  padding: 5px 0;
  display: block;
  color: #000;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.mega-menu h2.tit a:hover {
  text-decoration: underline;
}

.mega-menu h2.name {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;
}

.mega-menu h2.name a {
  color: #000;
  text-decoration: none;
}

.mega-menu h2.name a {
  color: #fff;
  text-decoration: none;
}

.mega-menu h2.name a:hover {
  text-decoration: underline;
}

.mega-menu .list {
  overflow: hidden;
}

.mega-menu .list li {
  background: url(../img/ar01.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 26px;
}

.mega-menu .column li a {
  color: #fff;
  font-size: 13px;
  line-height: 250%;
  text-decoration: none;
}

.mega-menu .column li a:hover {
  text-decoration: underline !important;
}

.mega-menu .list2 {
  overflow: hidden;
}

.mega-menu .list2 li {
  width: 48%;
  margin-right: 4%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/ar01.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 26px;
}

.mega-menu .list2 li:nth-child(2n) {
  margin-right: 0;
}

.mega-menu .word {
  display: flex;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: center;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-box-align: center;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row wrap;
  -webkit-justify-content: flex-start;
  ;
  -webkit-align-items: center;
}

.mega-menu .word dt {
  margin-right: 10px;
}

.mega-menu .word dd {
  margin-right: 10px;
}

.mega-menu .word dd a {
  display: inline-block;
  border: 1px #fff solid;
  font-size: 13px;
  line-height: 150%;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 1px 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.mega-menu .word dd a:hover {
  background: #fff;
  color: #000;
}

header .delivery {
  width: 100%;
  border-collapse: collapse;
  color: #000;
  font-size: 14px;
  line-height: 150%;
}

header .delivery th {
  background: #e6e6e6;
  text-align: center;
  padding: 5px 0;
}

header .delivery td {
  text-align: center;
  padding: 5px 0;
}

header .delivery td.shipment {
  background: #fff;
  color: #000;
}

header .delivery td.point {
  background: #961912;
  color: #fff;
}

.mega-menu .mega-matcha .column li a {
  color: #fff;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
}

.mega-menu .mega-matcha .column li {
  margin-bottom: 10px;
  background-position: left 5px !important;
}


/* =================================
	information
======================================== */

.dashboardTab {
  position: absolute!important;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 0;
  width: 1120px;
  margin: 0 auto;
  font-size: 100%;
  color: #ffffff;
  cursor: pointer;
  text-align: right;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.dashboardTab span img {
  margin-top: 10px;
  width: 24px !important;
  height: 24px !important;
}

.dashboardWUP .dashboardTab {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 0;
  width: 1120px;
  margin: 0 auto;
  font-size: 100%;
  color: #ffffff;
  cursor: pointer;
  text-align: right;
  display: block;
}

.dashboardWUP .dashboardTab span img {
  margin-top: 10px;
  width: 24px !important;
  height: 24px !important;
}


/*z-indexは.dashboardWUPより低く*/

.dashboardWrapper {
  color: #fff;
  width: 100%;
  margin-left: 0;
  /*jqueryで#side_menuの幅取得して表示位置調整*/
  margin-top: -500px;
  /*padding分とheight分の合計を画面外へ*/
  height: 542px;
  padding-top: 0;
  /*OPEN!!画像分表示下げる*/
  z-index: 99000;
  position: absolute;
  font-size: 90%;
  /*overflow: auto; */
  /*使用するとタブが表示されない*/
}

.dashboardWUP {
  z-index: 70000;
}


/*ダッシュボード内コンテンツheight合わせ必要*/

.dwcontents {
  height: 500px;
  background: url(../img/bg_information.jpg) repeat left top;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.dwcontents .arrwo {
  -webkit-transition: .3s;
  transition: .3s;
}


/*クリック後のダッシュボード内*/

.dashboardWUP .dwcontents {
  height: 534px;
}

.dashboardWUP .dwcontents .arrwo {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 1120px;
  text-align: right;
  margin: 0 auto;
}

.dashboardWUP .dwcontents .arrwo .in {
  position: absolute;
  top: -20px;
  right: -3px;
  padding-left: 1090px;
  width: 30px;
  height: 20px;
  background: url(../img/info_arrow.svg) no-repeat right top;
  background-size: 30px 20px;
}


/*ダッシュボード内　コンテンツ*/

.information-block {
  margin: 0 auto;
  height: 480px;
  width: 1120px;
  padding: 15px 0 0;
  position: relative;
}

.information-block .headline {
  margin-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: center;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row-reverse;
  -webkit-box-pack: flex-start;
  -webkit-box-align: center;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
}

.information-block .headline .logo {
  width: 200px;
  margin-right: 40px;
}

.information-block .headline h1 {
  width: 880px;
  font-size: 13px;
  line-height: 200%;
  font-weight: normal;
  color: #000;
}

.information-menu {
  overflow: hidden;
  padding-top: 15px;
}

.information-menu .menu-list {
  width: 750px;
  float: left;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: stretch;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: stretch;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row-reverse;
  -webkit-box-pack: flex-start;
  -webkit-box-align: stretch;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
}

.information-menu .menu-list {
  width: 750px;
  float: left;
}

.information-menu .menu-list a {
  color: #000;
  line-height: 200%;
  text-decoration: none;
}

.information-menu .menu-list a:hover {
  text-decoration: underline;
}

.information-menu .menu-list .column1 {
  width: 183px;
  border-right: 1px #ccc solid;
  padding-right: 20px;
}

.information-menu .menu-list .column2 {
  width: 196px;
  padding: 0 20px;
}

.information-menu .menu-list .column3 {
  width: 268px;
  border-left: 1px #ccc solid;
  padding: 0 20px;
}

.information-menu .payment {
  width: 330px;
  float: right;
  padding: 19px;
  border: 1px #000 solid;
}

.information-menu .payment h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 150%;
  color: #000;
}

.information-menu .payment .caption {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 180%;
  color: #000;
}

.information-menu .payment .card {
  margin-bottom: 10px;
}

.information-menu .payment .btn-cover {
  margin: 0 auto;
  width: 260px;
}


/* =================================
	fix nav
======================================== */

.fix-right-navi {
  position: fixed;
  top: 190px!important;
  right: 40px;
  width: 96px;
  z-index: 90;
}

.fix-right-navi ul {
  margin-bottom: 30px !important;
}

.fix-right-navi ul li {
  margin-bottom: 10px;
  background: #fff;
}

.fix-right-navi ul li:first-child {
  background: #8fa368;
}

.chanoyu-nav li:first-child {
  background: #b9a67a !important;
}

.fix-right-navi ul li:last-child {
  margin-bottom: 0;
}

.fix-right-navi ul li:first-child a {
  display: block;
  padding: 10px 1px;
  border: 1px #8fa368 solid;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fix-right-navi ul li a {
  display: block;
  padding: 10px 1px;
  border: 1px #000 solid;
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-transition: box-shadow .18s ease;
  -webkit-transition: -webkit-box-shadow .18s ease;
  transition: -webkit-box-shadow .18s ease;
  transition: box-shadow .18s ease;
  transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
  -webkit-transition: .3s;
  transition: .3s;
}

.fix-right-navi ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-box-shadow: inset 0 0 0 5px #666;
  box-shadow: inset 0 0 0 5px #666;
  -webkit-transition: box-shadow .18s ease;
  -webkit-transition: -webkit-box-shadow .18s ease;
  transition: -webkit-box-shadow .18s ease;
  transition: box-shadow .18s ease;
  transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
}

.fix-right-navi ul li .icon {
  margin-bottom: 10px;
}

.fix-right-navi ul li a p {
  font-size: 12px;
  line-height: 120%;
}

.fix-right-navi .s-ban p {
  width: 100%;
  height: auto;
}

.fix-right-navi .s-ban p img {
  width: 100%;
  height: auto;
}


/* =================================
	.intro
======================================== */

.intro-block {
  margin-bottom: 80px;
  background: url(../img/bg_intro.jpg) no-repeat right center;
}

.intro-block.pt {}

.intro-block.pt .innar h2 {
  font-family: "heisei-mincho-std", serif;
}

.intro-block.pt .innar p {
  font-family: "heisei-mincho-std", serif;
}

.intro-block .innar {
  margin: 0 auto;
  width: 1120px;
  text-align: center;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: center;
  align-items: center;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row-reverse nowrap;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row-reverse nowrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.intro-block .innar h2 {
  display: inline-block;
  height: 300px;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 24px;
  line-height: 180%;
}

.intro-block .innar p {
  display: inline-block;
  height: 300px;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 14px;
  line-height: 250%;
}

.intro-block .innar p.end {
  display: inline-block;
  height: 300px;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: right;
  font-size: 14px;
  line-height: 250%;
}

_::-webkit-full-page-media, _:future, :root .saf {
  margin-left: 160px;
  background: #eee;
}

_::-webkit-full-page-media, _:future, :root .safi {
  margin-left: 200px;
  background: #eee;
}

_::-webkit-full-page-media, _:future, :root .safif {
  margin-left: 80px;
  background: #eee;
}

@-moz-document url-prefix() {
  .saf {
    margin-left: 160px !important;
    display: inline-block !important;
  }
  .safi {
    margin-left: 200px !important;
    display: inline-block !important;
  }
  .firef {
    margin-left: 200px !important;
    display: inline-block !important;
  }
  .safif {
    margin-left: 80px !important;
    display: inline-block !important;
  }
}


/* 画面外にいる状態 */

.fadein {
  margin-left: 40px;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
}


/* 画面内に入った状態 */

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}


/* 2つ目の要素に200msのdelayをかける */

.intro-block>div .fadein:nth-of-type(2) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}


/* 3つ目の要素に400msのdelayをかける */

.intro-block>div .fadein:nth-of-type(3) {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}


/* 4つ目の要素に400msのdelayをかける */

.intro-block>div .fadein:nth-of-type(4) {
  -moz-transition-delay: 950ms;
  -webkit-transition-delay: 950ms;
  -o-transition-delay: 950ms;
  -ms-transition-delay: 950ms;
}


/* 5つ目の要素に400msのdelayをかける */

.intro-block>div .fadein:nth-of-type(5) {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}


/* =================================
	yomimono
======================================== */

.yomimono-block {
  margin: 0 auto 60px;
  width: 1120px;
}

.yomimono-block .flex {
  margin-bottom: 50px;
  border-left: 1px #ccc solid;
  display: flex;
  flex-flow: row-reverse nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: stretch;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row-reverse nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: stretch;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row-reverse;
  -webkit-box-pack: flex-start;
  -webkit-box-align: stretch;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row-reverse nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
}

.yomimono-block .flex .tit {
  width: 80px;
  margin-left: 49px;
}

.yomimono-block .flex .tit .h2-cover {
  margin-bottom: 20px;
  text-align: center;
  background: url(../img/icon.svg) no-repeat center top;
  background-size: 44px 44px;
  padding-top: 64px;
}

.yomimono-block .flex .tit h2 {
  font-size: 30px;
  line-height: 160%;
  font-weight: normal;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.yomimono-block .flex .tit .txt-cover {
  text-align: center;
  border-top: 1px #000 solid;
  padding-top: 20px;
}

.yomimono-block .flex .tit .txt-cover p {
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.yomimono-block .flex .cont {
  width: 245px;
  padding: 0 24px 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px #ccc solid;
}

.yomimono-block .flex .cont a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block
}

.yomimono-block .flex .cont a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.yomimono-block .flex .cont .image {
  margin-bottom: 30px;
}

.yomimono-block .flex .cont .image img {
  max-width: 200px;
  height: auto;
}

.yomimono-block .flex .cont .txt-cover {
  text-align: center;
}

.yomimono-block .flex .cont .txt-cover .txt-in {
  margin-bottom: 20px;
  display: inline-block;
  height: 320px;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  padding-bottom: 30px;
  background: url(../img/ar01.svg) no-repeat center bottom;
  background-size: 16px 16px;
}

.yomimono-block .flex .cont .txt-cover h3 {
  font-size: 20px;
  line-height: 160%;
  margin-left: 10px;
  font-weight: normal;
  display: inline-block;
}

.yomimono-block .flex .cont .txt-cover p {
  font-size: 14px;
  line-height: 160%;
  display: inline-block;
}

.yomimono-block .flex .cont .txt-cover .date {
  text-align: center;
  font-size: 14px;
  line-height: 160%;
}

.yomimono-block .btn-cover {
  margin: 0 auto;
  width: 360px;
}


/* =================================
	top-slide
======================================== */

.top-slide {
  margin: 0 auto 100px;
  width: 1120px;
}

.top-slide .swiper-container {
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}

.top-slide .swiper-container .swiper-wrapper {
  margin: 0 auto;
  max-width: 1120px;
}

.top-slide .swiper-container .swiper-slide {
  position: relative;
}

.top-slide .swiper-container .image {
  margin-bottom: 20px;
}

.top-slide .swiper-container .txt-block {
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: flex-end;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-box-align: flex-end;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
}

.top-slide .swiper-container .txt-block .item {
  width: 390px;
  padding: 0 20px;
}

.top-slide .swiper-container .txt-block .item h2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 150%;
  font-weight: normal;
}

.top-slide .swiper-container .txt-block a {}

.top-slide .swiper-container .txt-block .item p {
  font-size: 13px;
  line-height: 150%;
}

.top-slide .swiper-container .txt-block .btn-box {
  width: 260px;
}

.top-slide .swiper-container .item-pagination {
  text-align: right;
}

.top-slide .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  display: inline-block;
  border-radius: 0;
  background: #eeeeee;
  opacity: 1;
}

.top-slide .swiper-container .swiper-pagination-bullet-active {
  background: #000000;
}

.top-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: inherit!important;
  top: 450px;
  left: inherit!important;
  right: 25px;
}

.top-slide .swiper-slide .btn-cover {
  margin: 0 auto;
  width: 360px;
}


/* =================================
	gift
======================================== */

.gift-block {
  margin-bottom: 60px;
  padding: 50px 0;
  background: url(../img/bg_wall.jpg) repeat left top;
}

.gift-block .innar {
  margin: 0 auto;
  width: 1120px;
}

.gift-block .innar h2 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 150%;
  font-weight: normal;
  vertical-align: middle;
}

.gift-block .innar h2 span {
  margin-left: 30px;
  font-size: 14px;
  line-height: 150%;
  vertical-align: middle;
}

.gift-block .swiper-container {
  margin-bottom: 40px;
  padding: 0 60px 0 0;
  position: relative;
}

.gift-block .swiper-container .swiper-wrapper {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 80px 0 30px;
}

.gift-block .swiper-container .swiper-button-prev {
  width: 11px;
  height: 12px;
  margin-top: -6px;
  background-size: 11px 12px;
  background-image: url(../img/prev.svg);
  left: 0;
  right: auto
}

.gift-block .swiper-container .swiper-button-next {
  width: 11px;
  height: 12px;
  margin-top: -6px;
  background-size: 11px 12px;
  background-image: url(../img/next.svg);
  right: 0;
  left: auto
}

.gift-block .swiper-container .swiper-slide {}

.gift-block .swiper-container .image {
  margin-bottom: 20px;
}

.gift-block .swiper-container .name {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 180%;
}

.gift-block .swiper-container .price {
  font-size: 14px;
  line-height: 180%;
  color: #dc0000;
  text-align: right;
}

.gift-block a {
  text-decoration: none;
  color: #000;
}

.gift-block .btn-cover {
  margin: 0 auto;
  width: 360px;
}


/* =================================
	ranking
======================================== */

.ranking-block {}

.ranking-block h2 {
  margin: 0 auto 30px;
  width: 1120px;
  font-size: 28px;
  line-height: 150%;
  font-weight: normal;
  vertical-align: middle;
}

.ranking-block h2 span {
  margin-left: 30px;
  font-size: 14px;
  line-height: 150%;
  vertical-align: middle;
}

.tab-cover {
  margin-bottom: 50px;
  background: url(../img/foot_line.gif) repeat-x left bottom;
}

.ranking-block .tabbox {
  margin: 0 auto;
  width: 1120px;
  overflow: hidden;
}

.ranking-block .tabbox li {
  width: 200px;
  float: left;
  padding: 10px 1px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.ranking-block .tabbox li span {
  display: block;
  margin: 0 10px;
  color: #fff;
  padding: 5px 0;
  background: #333;
}

.ranking-block .tabbox li span:hover {
  background: #666;
}

.ranking-block .tabbox li.select {
  padding: 9px 0px 10px;
  border-top: 1px #333 solid;
  border-left: 1px #333 solid;
  border-right: 1px #333 solid;
  border-bottom: 1px #fff solid;
}

.ranking-block .tabbox li.select span {
  display: block;
  color: #000;
  background: none;
  padding: 5px 0;
}

.ranking-cont {
  margin: 0 auto 50px;
  width: 1120px;
}

.ranking-cont li .ranking {
  padding-top: 20px;
  overflow: hidden;
}

.ranking-cont dl {
  width: 170px;
  padding-left: 10px;
  margin: 0 55px 50px 0;
  position: relative;
  float: left;
}

.ranking-cont dl:nth-child(5n) {
  margin: 0 0 50px 0;
}

.ranking-cont dl dt.rank {
  position: absolute;
  z-index: 20;
  width: 50px;
  text-align: center;
  left: 0;
  top: -20px;
  background: #e6e6e6;
  padding: 16px 0;
  font-size: 13px;
  line-height: 120%;
  -webkit-box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.4);
}

.ranking-cont dl dt.rank.rank01 {
  color: #fff;
  background: #c19f44;
  -webkit-box-shadow: 10px 10px 1px rgba(172, 137, 42, 1);
  box-shadow: 10px 10px 1px rgba(172, 137, 42, 1);
}

.ranking-cont dl dt.rank.rank02 {
  color: #fff;
  background: #9d9d9d;
  -webkit-box-shadow: 10px 10px 1px rgba(124, 124, 123, 1);
  box-shadow: 10px 10px 1px rgba(124, 124, 123, 1);
}

.ranking-cont dl dt.rank.rank03 {
  color: #fff;
  background: #a9601e;
  -webkit-box-shadow: 10px 10px 1px rgba(137, 75, 19, 1);
  box-shadow: 10px 10px 1px rgba(137, 75, 19, 1);
}

.ranking-cont .btn-cover {
  margin: 0 auto;
  width: 340px;
}

.ranking-cont dl dd.image {
  margin-bottom: 10px;
  position: relative;
  z-index: 19;
}

.ranking-cont dl dd.image a {
  -webkit-transition: .3s;
  transition: .3s;
}

.ranking-cont dl dd.image a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.ranking-cont dl dd.item {
  font-size: 13px;
  line-height: 180%;
}

.ranking-cont dl dd.price {
  font-size: 14px;
  line-height: 180%;
  color: #dc0000;
  text-align: right;
}


/* =================================
	topics-block
======================================== */

.topics-block {
  margin-bottom: 60px;
  padding: 50px 0;
  background: url(../img/bg_wall.jpg) repeat left top;
}

.topics-block .innar {
  margin: 0 auto;
  width: 1120px;
  background: url(../img/bg_topics.png) repeat-y left top;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: center;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-box-align: center;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
}

.topics-block .innar .tit {
  width: 174px;
  padding: 0 10px;
}

.topics-block .innar .tit h2 {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
}

.topics-block .innar .tit a {
  display: block;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.topics-block .innar .tit a:hover {
  background: #666;
}

.topics-block .innar .cont {
  width: 830px;
  margin-left: 96px;
  padding: 20px 0;
}

.topics-block .innar .cont dl {
  margin-bottom: 30px;
  width: 100%;
  display: table;
}

.topics-block .innar .cont dl:last-child {
  margin-bottom: 0;
}

.topics-block .innar .cont dt {
  width: 100px;
  display: table-cell;
  vertical-align: top;
}

.topics-block .innar .cont dt span {
  display: block;
  border: 1px #a9a9a9 dotted;
  padding: 2px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}

.topics-block .innar .cont dd {
  padding: 2px 0 0 20px;
  display: table-cell;
  vertical-align: top;
}

.topics-block .innar .cont dd a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  padding-right: 62px;
  font-size: 14px;
  line-height: 180%;
  background: url(../img/btn-arrow.png) no-repeat right 10px center;
}

.topics-block .innar .cont dd a:hover {
  display: block;
  position: relative;
  padding-right: 52px;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-transition: .3s;
  transition: .3s;
  background: url(../img/btn-arrow.png) no-repeat right center;
}


/* =================================
	special-block
======================================== */

.special-block {
  margin: 0 auto 60px;
  width: 1120px;
  background: url(../img/foot_line.gif) repeat-x left bottom;
  padding-bottom: 60px;
  display: flex;
  flex-flow: row-reverse nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: stretch;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row-reverse nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: stretch;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row-reverse;
  -webkit-box-pack: flex-start;
  -webkit-box-align: stretch;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row-reverse nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
}

.special-block .tit {
  width: 79px;
  border-left: 1px #000 solid;
}

.special-block .tit .h2-cover {
  text-align: center;
  padding-bottom: 20px;
}

.special-block .tit .h2-cover h2 {
  color: #6e8345;
  font-size: 20px;
  line-height: 160%;
  font-weight: normal;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.special-block .tit .h2-cover h2 span.webs {
  font-size: 18px;
  line-height: 160%;
  background: #6e8345;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.special-block .tit .h2-cover h2 span.frees {
  margin-top: 50px;
  -webkit-box-shadow: 0 0 0 1px #961912 inset;
  box-shadow: 0 0 0 1px #961912 inset;
  padding: 5px 10px 10px;
  text-align: center;
  color: #961912;
  font-size: 90%;
}

.special-block .caption {
  width: 130px;
  margin-left: 9px;
}

.special-block .caption .txt-cover {
  text-align: center;
  padding-top: 60px;
}

.special-block .caption .txt-cover p {
  font-size: 14px;
  line-height: 200%;
  text-align: left;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.special-block .cont {
  width: 901px;
}

.special-block .cont .image-block {
  margin-bottom: 20px;
  overflow: hidden;
}

.special-block .cont .image-block .main {
  width: 611px;
  float: left;
}

.special-block .cont .image-block .sub {
  width: 287px;
  float: right;
}

.special-block .cont .image-block .sub p {
  margin-bottom: 3px;
}

.special-block .cont .image-block .sub p:last-child {
  margin-bottom: 0;
}

.special-block .cont .txt-cover {
  margin-bottom: 0px;
  text-align: right;
  padding-right: 20px;
}

.special-block .cont .txt-cover .txt-in {
  display: inline-block;
  height: 260px;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}

.special-block .cont .txt-cover dl {
  margin-left: 80px;
}

.special-block .cont .txt-cover dt {
  font-size: 20px;
  line-height: 160%;
  margin-left: 10px;
  font-weight: normal;
  display: inline-block;
}

.special-block .cont .txt-cover dd {
  padding-top: 1em;
  font-size: 14px;
  line-height: 200%;
}

.special-block .cont .txt-cover p {
  font-size: 14px;
  line-height: 180%;
  margin-left: 2em;
  display: inline-block;
}

.special-block .cont .txt-cover p:last-child {
  margin-left: 0;
}

.special-block .cont .btn-cover {
  margin: -260px auto;
  width: 560px;
  float: left;
}

.special-block .cont .btn-cover p.wprice {
  font-size: 180%;
  margin: 5px 0 30px;
}

.special-block .cont .btn-cover input {
  display: block;
  width: 560px;
  background: url(../img/cart.svg) no-repeat 10% center #961912;
  background-size: 32px 28px;
  color: #fff;
  text-align: center;
  padding: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 160%;
  cursor: pointer;
}

.special-block .cont .btn-cover input:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.special-block .cont .btn-cover .priced {
  width: 40%;
  float: left;
}

.special-block .cont .btn-cover .sendfree {
  width: 40%;
  float: left;
  -webkit-box-shadow: 0 0 0 1px #961912 inset;
  box-shadow: 0 0 0 1px #961912 inset;
  padding: 17px 10px;
  text-align: center;
  font-size: 130%;
  color: #961912;
}

.special-block .cont .btn-cover .magic:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


/* =================================
	use-block
======================================== */

.use-block {
  margin: 0 auto 80px;
  width: 1120px;
}

.use-block h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
}

.use-block .caption {
  margin: 0 auto 40px;
  width: 570px;
  text-align: center;
  font-size: 14px;
  line-height: 180%;
}

.use-block .caption p {
  margin-bottom: 1em;
}

.use-block .caption p:last-child {
  margin-bottom: 0;
}

.use-block ul {
  padding-left: 50px;
}

.use-block ul li:nth-child(1) {
  margin-bottom: 10px;
  margin-left: 90px;
}

.use-block ul li:nth-child(2) {
  margin-bottom: 10px;
  margin-left: 0;
}

.use-block ul li:nth-child(3) {
  margin-bottom: 10px;
  margin-left: 60px;
}

.use-block ul li:nth-child(4) {
  margin-left: 0;
}

.use-block ul li a {
  display: block;
  overflow: hidden;
  width: 934px;
  height: 68px;
  position: relative;
  background: #eee;
}

.use-block ul li:nth-child(2) a {
  background: #eee;
}

.use-block ul li:nth-child(3) a {
  background: #eee;
}

.use-block ul li:nth-child(4) a {
  background: #eee;
}

.use-block ul li a .image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all .6s;
  transition: all .6s;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.use-block ul li a .image img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.use-block ul li .image {
  width: 934px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
}

.use-block ul li .txt {
  width: 130px;
  height: 32px;
  position: absolute;
  right: 150px;
  top: 20px;
  pointer-events: none;
}

.use-block ul li .arrow {
  width: 42px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 15px;
  pointer-events: none;
}


/* =================================
	display-block
======================================== */

.display-block {
  margin-bottom: 60px;
  width: 100%;
  background: url(../img/bg_tea.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
}

.display-block.tea {
  background: url(../img/bg_tea_ceremony_equipment.jpg) no-repeat center center;
  background-size: cover;
}

.display-block .inner {
  padding: 70px 0;
}

.display-block .inner .h2-cover {
  margin: 0 auto 30px;
  text-align: center;
}

.display-block .inner h2 {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 28px;
  line-height: 150%;
  font-weight: normal;
  letter-spacing: 2px;
}

.display-block .inner .txt {
  text-align: center;
  height: 310px;
}

.display-block .inner .txt.pt2 {
  text-align: center;
  height: 300px;
}

.display-block .inner .txt .txt-in {
  display: inline-block;
  text-align: center;
  border-top: 1px #fff solid;
  padding-top: 29px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 13px;
  line-height: 180%;
}

.display-block p {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.dobble:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.dobble {
  width: 60%;
  margin: 0 auto;
}

.dobble .transparent-btn {
  width: 48%;
  float: left;
  margin: 0 1%;
}


/* =================================
	item-info
======================================== */

.item-info {
  margin: 0 auto 60px;
  width: 900px;
  overflow: hidden;
}

.item-info .txt {
  width: 580px;
  float: left;
}

.item-info .txt .txt-outer {
  margin-bottom: 30px;
  position: relative;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  height: 240px;
  text-align: center;
}

.item-info .txt .txt-in {}

.item-info .txt .txt-cont {
  height: 240px;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0 30px;
  line-height: 200%;
}

.item-info .txt .txt-outer2 {
  margin-bottom: 30px;
  position: relative;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  height: 220px;
  text-align: center;
}

.item-info .txt .txt-cont2 {
  height: 220px;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0 30px;
  line-height: 200%;
}

.item-info .txt .txt-outer p {
  margin-left: 2em;
  font-size: 16px;
  line-height: 180%;
}

.item-info .txt .txt-outer p:last-child {
  margin-left: 0;
}

.item-info .btn-cover {
  margin: 0 auto;
  width: 240px;
}

.item-info .btn-cover2 {
  margin: 0 auto;
  width: 340px;
}

.item-info .image {
  width: 250px;
  float: right;
}


/* =================================
	item-category
======================================== */

.item-category {
  margin: 0 auto 60px;
  width: 960px;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: center;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-box-align: center;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
}

.item-category.pt1 {
  margin: 0 auto 110px;
}

.item-category .image {
  width: 340px;
  margin-right: 70px;
}

.item-category .txt {
  width: 550px;
}

.item-category .txt ul {
  overflow: hidden;
}

.item-category .txt ul li {
  width: 170px;
  margin: 0 20px 20px 0;
  float: left;
}

.item-category .txt ul li:nth-child(3n) {
  margin: 0 0 20px 0;
}

.item-category .txt ul li a {
  display: block;
  border: 1px #ccc solid;
  color: #0d0000;
  padding: 5px;
  font-size: 13px;
  line-height: 150%;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.item-category .txt ul li a:hover {
  background: #ccc;
}


/* =================================
	media-block
======================================== */

.media-block {
  margin-bottom: 60px;
  background: url(../img/bg_wall.jpg) repeat left top;
  padding: 20px 0 50px;
}

.media-block .innar {
  margin: 0 auto;
  width: 1120px;
  position: relative;
}

.media-block .innar h2 {
  width: 200px;
  text-align: center;
  background: #697f3e;
  padding: 20px;
  color: #fff;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
  font-size: 18px;
  line-height: 150%;
  font-weight: normal;
}

.media-block .innar .caption {
  margin: 0 0 30px 50px;
}

.media-block .innar ul {
  overflow: hidden;
}

.media-block .innar ul li {
  width: 204px;
  padding: 0 10px;
  float: left;
  text-align: center;
}

.media-block .innar ul li .image {
  margin-bottom: 10px;
}

.media-block .innar ul li .txt {
  font-size: 14px;
  line-height: 180%;
}


/* =================================
	bannar-block
======================================== */

.bannar-block {
  margin: 0 auto 28px;
  max-width: 1030px;
}

.bannar-block ul {
  overflow: hidden;
}

.bannar-block ul li {
  margin: 0 32px 32px 0;
  width: 322px;
  float: left;
  background: #fff;
}

.bannar-block ul li:nth-child(3n) {
  margin: 0 0 32px 0;
}

.bannar-block ul li a {
  -webkit-transform: translate(0%, -50%);
  /* Safari用 */
  transform: translate(0%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.bannar-block ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}


/* =================================
	shop-guide
======================================== */

.shop-guide {
  margin: 0 auto 85px;
  max-width: 1118px;
  border: 1px #ccc solid;
  position: relative;
  background: url(../img/bg_shop_guide.gif) repeat-y left top;
}

.shop-guide .inbox {
  overflow: hidden;
}

.shop-guide .tit {
  width: 142px;
  float: left;
  position: relative;
  padding: 25px 0;
  height: 210px;
}

.shop-guide .tit .innar {
  text-align: center;
}

.shop-guide .tit .innar h2 {
  margin: 0 auto;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  line-height: 180%;
  font-weight: normal;
  letter-spacing: 2px;
}

.shop-guide .cont {
  width: 896px;
  padding: 50px 0 0 70px;
  float: right;
}

.shop-guide .cont ul {
  overflow: hidden;
}

.shop-guide .cont ul li {
  width: 260px;
  margin-right: 10px;
  float: left;
  font-size: 13px;
  line-height: 160%;
}

.shop-guide .cont ul li:last-child {
  margin-right: 0;
}

.btn-block {
  position: absolute;
  background: #fff;
  width: 520px;
  margin: 0 auto;
  bottom: -25px;
  left: 0;
  right: 0;
}

.shop-guide .btn-cover {
  margin: 0 auto;
  width: 360px;
}


/* =================================
	history-block
======================================== */

.history-block {
  margin-bottom: 60px;
  background: url(../img/bg_wall.jpg) repeat left top;
  padding: 50px 0 10px;
}

.history-block .innar {
  margin: 0 auto;
  width: 1120px;
  position: relative;
}

.history-block .innar h2 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 150%;
  font-weight: normal;
}

.history-block .innar ul {
  overflow: hidden;
  padding: 0 10px;
}

.history-block .innar ul li {
  width: 170px;
  margin-right: 62px;
  margin-bottom: 40px;
  float: left;
}

.history-block .innar ul li:nth-child(5n) {
  margin-right: 0;
}

.history-block .innar ul li .image {
  margin-bottom: 15px;
}

.history-block .innar ul li .image a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.history-block .innar ul li .image a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.history-block .innar ul li .name {
  font-size: 13px;
  line-height: 180%;
}

.history-block .innar ul li .price {
  font-size: 14px;
  line-height: 180%;
  color: #dc0000;
  text-align: right;
}


/* =================================
	history-block
======================================== */

.insta-block {
  margin: 0 auto 60px;
  width: 1120px;
}

.insta-block h2 {
  margin-bottom: 20px;
  font-family: "Vollkorn", "serif";
  font-size: 28px;
  line-height: 150%;
  font-weight: normal;
}

.insta-block ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.insta-block ul li {
  list-style: none;
  width: 15%;
  float: left;
  margin: 0 2% 2% 0;
}

.insta-block ul li:nth-child(6n) {
  margin-right: 0;
}

.insta-block ul li img {
  width: 100%;
  height: auto;
}

.insta-block ul li a img {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1.0;
}

.insta-block ul li a:hover img {
  opacity: 0.7;
}


/* =================================
	footer
======================================== */

footer {
  background: url(../img/foot_line.gif) repeat-x left top;
  padding: 60px 0 0;
}

footer .innar {
  padding: 0 0 60px;
  background: url(../img/bg_footer.jpg) no-repeat left bottom;
  background-size: 100% auto;
}

footer .innar .inbox {
  margin: 0 auto;
  width: 1120px;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: flex-end;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-box-align: flex-end;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
}

footer .innar .inbox .cont1 {
  width: 280px;
  margin-right: 58px;
}

footer .innar .inbox .cont2 {
  width: 460px;
  margin-right: 89px;
}

footer .innar .inbox .cont3 {
  width: 230px;
}

footer .innar .inbox .cont1 .logo {
  margin-bottom: 20px;
  width: 200px;
}

footer .innar .inbox .cont1 .logo p {
  margin-bottom: 5px;
}

footer .innar .inbox .cont1 .logo .tit {
  font-family: "Vollkorn", "serif";
  font-size: 13px;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
}

footer .innar .inbox .cont1 .corporate {}

footer .innar .inbox .cont1 .corporate a {
  display: inline-block;
  border: 1px #000 solid;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 150%;
  padding: 2px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer .innar .inbox .cont1 .corporate a span {
  display: inline-block;
  background: url(../img/ar01.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 26px;
}

footer .innar .inbox .cont1 .corporate a:hover {
  background: #000;
  color: #fff;
}

footer .innar .inbox .cont1 .corporate a:hover span {
  background: url(../img/ar01_on.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 26px;
}

footer .innar .inbox .cont1 ul {
  margin-bottom: 20px;
  overflow: hidden;
}

footer .innar .inbox .cont1 ul li {
  padding: 0 0px 0 7px;
  font-size: 14px;
  line-height: 150%;
  float: left;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
}

footer .innar .inbox .cont1 ul li a {
  text-decoration: none;
  padding-right: 4px;
}

footer .innar .inbox .cont1 ul li a:hover {
  text-decoration: none;
  border-right: 1px dashed;
  padding-right: 3px;
}

footer .innar .inbox .cont3 .txt-box {
  border: 1px #000 solid;
  padding: 20px 20px;
  height: 318px;
  text-align: center;
  overflow: hidden;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
}

footer .innar .inbox .cont3 .txt-box .first {
  padding: 0 0 0 20px;
  text-align: left;
}

footer .innar .inbox .cont3 .txt-box .last {
  padding: 0;
  text-align: right;
}

footer .innar .inbox .cont3 .txt-box .first p {
  display: inline-block;
  font-size: 14px;
  line-height: 160%;
  height: 318px;
}

footer .innar .inbox .cont3 .txt-box .last p {
  display: inline-block;
  font-size: 14px;
  line-height: 160%;
  text-align: right;
  height: 318px;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
}

footer .innar .inbox .cont3 .txt-box .last p a {
  background: url(../img/ar01.svg) no-repeat left top;
  background-size: 16px 16px;
  padding-top: 26px;
  text-decoration: none;
  padding-right: 4px;
}

footer .innar .inbox .cont3 .txt-box .last p a:hover {
  text-decoration: none;
  border-right: 1px dashed;
  padding-right: 3px;
}

footer .innar .inbox .cont2 .social {
  margin-bottom: 20px;
  text-align: center;
}

footer .innar .inbox .cont2 .social li {
  display: inline-block;
  padding: 0 10px;
}

footer .innar .inbox .cont2 .social li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer .innar .inbox .cont2 .social li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

footer .innar .inbox .cont2 .copyrights {
  text-align: center;
  font-size: 13px;
  line-height: 150%;
}

footer .innar .inbox .cont2 .contact-box {
  margin-bottom: 20px;
  border: 1px #ccc solid;
}

footer .innar .inbox .cont2 .contact-box .block {
  padding: 20px;
  border-bottom: 1px #ccc solid;
  overflow: hidden;
}

footer .innar .inbox .cont2 .contact-box .block:last-child {
  padding: 20px;
  border-bottom: none;
}

footer .innar .inbox .cont2 .contact-box .block .tit {
  width: 130px;
  float: left;
}

footer .innar .inbox .cont2 .contact-box .block .tit p {
  font-size: 15px;
  line-height: 150%;
}

footer .innar .inbox .cont2 .contact-box .block .tit span {
  display: inline-block;
  border: 1px #d32c25 solid;
  font-size: 13px;
  line-height: 150%;
  padding: 1px 10px;
  color: #d32c25;
  text-align: center;
}

footer .innar .inbox .cont2 .contact-box .block .cont {
  width: 250px;
  float: right;
}

footer .innar .inbox .cont2 .contact-box .block .cont a {
  display: block;
  background: #000;
  color: #fff;
  padding: 5px;
  text-align: center;
  border: 1px #000 solid;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer .innar .inbox .cont2 .contact-box .block .cont a:hover {
  background: #fff;
  color: #000;
}

footer .innar .inbox .cont2 .contact-box .block .cont .number {
  text-align: center;
}

footer .innar .inbox .cont2 .contact-box .block .cont .number.mr {
  margin-bottom: 10px;
}

footer .innar .inbox .cont2 .contact-box .block .cont .number p {
  font-size: 30px;
  line-height: 80%;
}

footer .innar .inbox .cont2 .contact-box .block .cont .number p.tel {
  background: url(../img/icon_tel.svg) no-repeat left top;
  background-size: 21px 22px;
}

footer .innar .inbox .cont2 .contact-box .block .cont .number span {
  font-size: 13px;
  line-height: 150%;
}


/* =================================
	下層ページレイアウト
======================================== */

header.un {
  margin-bottom: -30px !important;
  height: auto !important;
  background-position: center bottom;
  background-size: cover;
}

.un-tit {
  background: url(../img/un-headbg.jpg) repeat center center;
  height: 150px;
  position: relative;
  margin-bottom: 50px;
}

.un-tit p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 240%;
  line-height: 150%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Arial, "メイリオ", Meiryo, sans-serif;
}

.contents {
  width: 1120px;
  margin: 40px auto;
}

.contents:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.lside {
  width: 240px !important;
  float: left;
}

.sends {
  margin-bottom: 30px !important;
}

.sends dt {
  background: #bc4142;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 140%;
}

.sends dt span {
  font-size: 58%;
}

.sends dd.deds {
  background: #333;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.sends dd.times {
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 20px;
  font-size: 80%;
  line-height: 150%;
}

.side-tit {
  background: url(../img/side-line.jpg) no-repeat left bottom;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 130%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Arial, "メイリオ", Meiryo, sans-serif;
}


/*======================================================================*/


/* サイドナビアコーディオン

/*======================================================================*/

.category {
  margin-bottom: 40px
}

.category ul.cagry-accordion li ul {
  display: none;
}

.category ul.cagry-accordion>li {
  background: #F5F5F5;
  color: #000;
  border: 1px solid #ccc;
  margin-top: -1px;
}

.category ul.cagry-accordion li ul li {
  border-bottom: 1px dotted #ccc;
}

.category ul.cagry-accordion li ul li:last-child {
  border-bottom: none;
}

.category ul.cagry-accordion li ul li a {
  width: 80%;
  display: block;
  padding: 5% 15% 5% 5%;
  background: url(../img/acc-arrow.svg) no-repeat 94% 50% #fff;
  background-size: 8px 8px;
  font-size: 90%;
}

.category ul.cagry-accordion li ul li span {
  width: 90%;
  display: block;
  padding: 5%;
  background: url(../img/open.svg) no-repeat 94% 50% #fff;
  background-size: 8px 8px;
  color: #000;
}

.category ul.cagry-accordion p span, .category ul.cagry-accordion div span {
  width: 90%;
  display: block;
  padding: 5%;
  background: url(../img/open.svg) no-repeat 94% 50% #fff;
  background-size: 8px 8px;
  cursor: pointer;
}

.category ul.non-accordion p span {
  width: 90%;
  display: block;
  padding: 5%;
  background: #000;
  cursor: pointer;
}

.category ul.cagry-accordion p span.open, .category ul.cagry-accordion div span.open {
  background: url(../img/acc-close.svg) no-repeat 94% 50% #efefef;
  background-size: 8px 8px;
}

.category ul.cagry-accordion li ul li p span.open, .category ul.cagry-accordion li ul li div span.open {
  background: url(../img/acc-close.svg) no-repeat 94% 50% #fff;
  background-size: 8px 8px;
}

.subcategory {
  display: none
}

.seane {
  margin-bottom: 40px;
}

.seane li a {
  width: 80%;
  display: block;
  padding: 5% 15% 5% 5%;
  background: #F5F5F5;
  color: #000;
  border: 1px solid #ccc;
  margin-top: -1px;
  text-decoration: none;
  background: url(../img/acc-arrow.svg) no-repeat 94% 50% #fff;
  background-size: 8px 8px;
}

.s-banner li {
  list-style: none;
  margin-bottom: 10px;
}

.s-banner li img {
  width: 100%;
  height: auto;
}

.chanoyu {
  color: #000;
  margin-top: -1px;
}

.chanoyu a {
  display: block;
  padding: 5% 15% 5% 5%;
  text-decoration: none !important;
  color: #000;
  background: url(../img/acc-arrow.svg) no-repeat 94% 50% #fff !important;
  background-size: 8px 8px !important;
}


/*======================================================================*/


/* ご利用ガイド

/*======================================================================*/

.rside {
  float: right;
  width: 840px;
}

.appl {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 15px;
}

.guide-link:after, .sends:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.guide-link {
  margin-bottom: 40px;
}

.guide-link li {
  width: 23.5%;
  float: left;
  margin: 0 2% 2% 0;
}

.guide-link li:nth-child(4n) {
  margin-right: 0;
}

.guide-link li a {
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  border-radius: 20px;
  padding: 3% 5%;
  font-size: 86%;
  text-decoration: none;
}

.min-tit {
  background: url(../img/min-line.jpg) repeat-x left bottom;
  padding: 0 0 10px;
  font-size: 130%;
  margin-bottom: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Arial, "メイリオ", Meiryo, sans-serif;
}

.mb-txt p {
  margin-bottom: 20px;
}

.mb-txt p:last-child {
  margin-bottom: 0;
}

.sends {
  margin-bottom: 60px;
}

.sends .mb-txt {
  width: 70%;
  float: left;
  line-height: 2em;
}

.sends .timemap {
  width: 25%;
  float: right;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.sends .timemap td {
  border-bottom: 1px dotted #ccc;
  border-right: 1px solid #ccc;
  padding: 5%;
  text-align: center;
}

.timeshift {
  border-left: 1px solid #ccc;
  margin-bottom: 80px;
  border-collapse: collapse;
}

.timeshift td, .timeshift th {
  padding: 10px;
}

.timeshift th {
  background: #697f3e;
  color: #fff;
  font-weight: normal;
  text-align: left;
}

.timeshift td {
  border-right: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  width: 50%;
}

.timeshift td.yellow {
  background: #F9F7DB;
}

.timeshift td.pink {
  background: #F6EAE9;
}

.timeshift td.blue {
  background: #DDF0EE;
}

.timeshift td.noline {
  border-bottom: none;
}

.timeshift td.lastline {
  border-bottom: 1px solid #ccc;
}

.picx {
  text-align: center;
  color: #fff;
  background: #bc4142;
  padding: 15px 5%;
  font-size: 150%;
  margin-bottom: 20px;
}

.sendmap {
  border-left: 1px solid #fff;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.sendmap td, .sendmap th {
  padding: 10px;
  background: #f0f2eb;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.sendmap th {
  background: #697f3e;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.w40 {
  width: 40%;
}

.fees {
  text-align: right;
}

.tips {
  background: #d2d8c5 !important;
}

.case-send {
  margin-bottom: 60px;
}

.case-send dt {
  font-size: 120%;
  line-height: 150%;
  margin-bottom: 15px;
}

.case-send dd {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.basetable {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 60px;
}

.basetable th, .basetable td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3%;
  vertical-align: top;
}

.basetable th {
  text-align: center;
  width: 26%;
  font-weight: normal;
  background: #f0f2eb;
}

.glaytable {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}

.glaytable th, .glaytable td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 2%;
}

.glaytable th {
  text-align: center;
  width: 20%;
  font-weight: normal;
  background: #eee;
}

.red {
  color: #bc4142;
}

.moneys {
  -webkit-box-shadow: 0 0 0 5px #ddd inset;
  box-shadow: 0 0 0 5px #ddd inset;
  padding: 5%;
}

.imgfix img {
  width: 100%;
  height: auto;
}

.flow-g {
  margin-bottom: 60px;
}

.flow-g dt {
  background: #eee;
  padding: 10px;
  margin-bottom: 25px;
}

.flow-g dd {
  padding: 0 0 0 104px;
  margin-bottom: 30px;
  min-height: 48px;
}

.flow-g .flow1 {
  background: url(../img/online-shopping-cart.svg) no-repeat 20px center;
  background-size: 48px 48px;
}

.flow-g .flow2 {
  background: url(../img/sent-mail.svg) no-repeat 20px center;
  background-size: 48px 48px;
}

.flow-g .flow3 {
  background: url(../img/mail.svg) no-repeat 20px center;
  background-size: 48px 48px;
}

.flow-g .flow4 {
  background: url(../img/cargo-truck.svg) no-repeat 20px center;
  background-size: 48px 48px;
}

.guidetel {
  -webkit-box-shadow: 0 0 0 5px #ddd inset;
  box-shadow: 0 0 0 5px #ddd inset;
  padding: 5%;
  text-align: center;
  margin-bottom: 20px;
}

.guidetel dt {
  font-size: 280%;
  font-family: Georgia, "Times New Roman", Times, "serif";
  line-height: 150%;
}

.guidetel dt span {
  background: url(../img/phone.svg) no-repeat left center;
  background-size: 32px 32px;
  padding-left: 48px;
}

.function {
  background: #697f3e;
  color: #fff;
  padding: 10px;
  margin-bottom: 0 !important;
}

.func {
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 5%;
  margin-bottom: 60px;
}

.func li {
  list-style: decimal !important;
  margin-bottom: 10px;
}

.func li:last-child {
  margin-bottom: 0;
}

.faxbtn {
  width: 50%;
  margin: 0 auto;
}

.faxbtn a {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 5px;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.faxbtn a:hover {
  display: block;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 0 1px #000 inset;
  box-shadow: 0 0 0 1px #000 inset;
  text-align: center;
  padding: 15px 5px;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}


/*======================================================================*/


/* 新規会員登録

/*======================================================================*/

.min-num {
  background: #555555;
  text-align: center;
  font-size: 200%;
  color: #fff;
  padding: 18px;
  margin-bottom: 30px;
}

.tokus:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tokus {
  margin-bottom: 60px;
}

.tokus li {
  width: 33%;
  margin: 0 4% 4% 0;
  float: left;
  padding-left: 15%;
  min-height: 100px;
}

.tokus li:nth-child(2n) {
  margin-right: 0;
}

.tokus li:last-child {
  margin-right: 0;
  width: 85%;
}

.tokus dt {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
}

.tokus dd {
  color: #999;
}

.toku01 {
  background: url(../img/toku01.gif) no-repeat left top;
}

.toku02 {
  background: url(../img/toku02.gif) no-repeat left top;
}

.toku03 {
  background: url(../img/toku03.gif) no-repeat left top;
}

.toku04 {
  background: url(../img/toku04.gif) no-repeat left top;
}

.toku05 {
  background: url(../img/toku05.gif) no-repeat left top;
}

.toku06 {
  background: url(../img/toku06.gif) no-repeat left top;
}

.toku07 {
  background: url(../img/toku07.gif) no-repeat left top;
}

.toku08 {
  background: url(../img/toku08.gif) no-repeat left top;
}

.stages dt {
  background: #697f3e;
  text-align: center;
  color: #fff;
  padding: 15px;
}

.stages dd {
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 5%;
}

.stages {
  margin-bottom: 60px;
}


/*======================================================================*/


/* 個人情報の取り扱いについて

/*======================================================================*/

.pv-date {
  text-align: right;
  margin-bottom: 40px;
}


/*======================================================================*/


/* 特定商取引法

/*======================================================================*/

.about-sell {
  margin-bottom: 60px;
}

.about-sell dt {
  margin-bottom: 15px;
  font-weight: bold;
}

.backs {
  margin: 0 0 60px 24px;
}

.backs li {
  margin-bottom: 10px;
  list-style: disc;
}

.backs li p {
  margin: 30px 0 -30px 54px;
}

.backs li ul {
  margin: 30px 0 30px 80px;
}


/*======================================================================*/


/* よくあるご質問

/*======================================================================*/

#acMenu {
  margin-bottom: 60px;
}

#acMenu dt {
  display: block;
  width: 95%;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 2% 2% 2% 7%;
  background: url(../img/open.svg) no-repeat 97% center, url(../img/icon-q.svg) no-repeat 3% 20px;
  background-size: 12px 12px;
  margin: -1px 0 0 0;
}

#acMenu dd {
  display: none;
  width: 95%;
  background: url(../img/icon-a.svg) no-repeat 3% 20px #e5ebd9;
  background-size: 12px 12px;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 2% 2% 2% 7%;
  margin: -1px 0 0 0;
}

#acMenu dt.active {
  background: url(../img/acc-close.svg) no-repeat 97% center, url(../img/icon-q.svg) no-repeat 3% 20px;
  background-size: 12px 12px;
}


/*======================================================================*/


/* 会社概要

/*======================================================================*/

.aboutinfo {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.aboutinfo tr {
  background: url(../img/dot-line.gif) repeat-x left bottom;
}

.aboutinfo th, .aboutinfo td {
  padding: 15px;
}

.aboutinfo th {
  width: 24%;
}

.about-guide ul li {
  width: 31.6%;
  margin-right: 2.6%;
  float: left;
  line-height: 160%;
}

.about-guide ul li:last-child {
  margin-right: 0;
}

.about-guide ul li p img {
  width: 100%;
  height: auto;
}

.about-guide ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


/*======================================================================*/


/* futureshop上書きCSS

/*======================================================================*/

.pan {
  background: none;
}

.pageTitle {
  background: url(../img/min-line.jpg) repeat-x left bottom;
  padding: 0 0 10px;
  font-size: 130%;
  border: none;
  font-family: "heisei-mincho-std", serif;
  font-weight: normal;
}


/*============================*/


/* ログイン

/*===================*/

#fs2_clearAddress {
  display: block !important;
}

.inputTableArea caption {
  display: none;
}

.inputTableArea .userTable_01 th {
  background: #edf2e2;
  text-align: left;
}

.inputTableArea .userTable_01 th, .inputTableArea .userTable_01 td {
  padding: 15px;
}

.inputTableArea .userTable_01 td input {
  padding: 10px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc;
}

.FS2_login_layout_table_td_left {
  width: 48%;
  float: left;
}

.FS2_login_layout_table_td_right {
  width: 48%;
  float: right;
}

.FS2_login_layout_table_td_left .CrossHead, .FS2_login_layout_table_td_right .CrossHead {
  font-family: "heisei-mincho-std", serif;
  font-weight: normal;
  font-size: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.inputTableArea .itemCenter input {
  margin-bottom: 15px !important;
}

.FS2_OtherServiceLoginAreaDivider_container {
  padding: 15px 0;
}

.defmenber p {
  margin-bottom: 25px;
}

.defmenber ul {
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 20px;
  background: #edf2e2;
  margin-bottom: 30px;
}

.defmenber ul li {
  list-style: disc;
  margin: 0 0 15px 20px;
}

.defmenber ul li:last-child {
  margin-bottom: 0;
}

.layout_footer {
  margin-top: 60px;
}


/*============================*/


/* メルマガ登録

/*===================*/

.FS_mailFilter_container p {
  font-size: 90%;
  margin-bottom: 30px;
}

.FS2_bottom_btn_center_1 #delete {
  margin-bottom: 60px;
}


/*============================*/


/* 商品一覧

/*===================*/


/*　システムコンテンツ：並び替え（並び替え｜価格が安い｜価格が高い｜新着順｜）　*/


/*　システムコンテンツ：並び替え：コンテナ　*/

.FS2_sort_menu_bg {
  margin: 0px;
  padding: 25px 5px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.FS2_sort_menu_bg:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.FS2_sort_menu_bg ul {
  margin: 0px;
  padding: 0px;
  text-align: center !important;
  float: right;
}

.FS2_sort_menu_bg li {
  margin: 0px;
  width: 120px;
  padding: 0 0px;
  display: inherit !important;
  border-right: 1px solid #333333;
  float: left;
  background: #000;
  color: #fff;
}

.FS2_sort_menu_title {
  background: #fff !important;
  color: #fff !important;
  font-size: 0px !important;
  border-right: none !important;
  display: none !important;
}

.FS2_sort_menu_bg li a {
  color: #000;
  display: block;
  width: 100%;
  text-decoration: none;
  background: #fff !important;
}


/*　システムコンテンツ：ページ切り替え（○件中○件表示）　*/

.pager {
  margin: 20px 0;
  padding: 10px 0 30px;
  border-bottom: 1px solid #DDDDDD;
}

.pager .FS2_pager_stay {
  background: #697f3e;
  color: #fff;
  padding: 5px 10px;
}

.pager .FS2_pager_link {
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 5px 10px;
}

.FS2_pager_link_next img, .FS2_pager_link_last img {
  vertical-align: middle !important;
  line-height: 1em;
  font-size: 0;
  margin: -3px 0 0 6px;
}


/*　商品グループレイアウト1×1から
　　商品レイアウト横幅指定　*/

.alignItem_05 .gl_Item {
  width: 16.6%;
  margin: 0 1.7% 40px;
}

.alignItem_05 .gl_Item a {
  text-decoration: none;
  color: #000;
  cursor: pointer !important;
}

.alignItem_05 .gl_Item a:hover {
  text-decoration: underline;
  cursor: pointer !important;
}

.alignItem_05 .gl_Item .itemCatchCopy {
  display: none;
}

.alignItem_05 .gl_Item .itemGroup {
  text-align: left !important;
  font-size: 90%;
  font-weight: normal;
}

.alignItem_05 .gl_Item .FS2_itemPrice_area {
  text-align: left !important;
}

.alignItem_05 .gl_Item .FS2_thumbnail_container img {
  width: 140px;
  height: 140px;
}

.alignItem_05 .gl_Item .FS2_original_icons {
  margin-bottom: 12px;
}

.alignItem_05 .gl_Item .FS2_original_icons:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.alignItem_05 .gl_Item .FS2_original_icons li {
  float: left !important;
  width: 50%;
  font-size: 0;
  line-height: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.alignItem_05 .gl_Item .FS2_original_icons li img {
  width: 100%;
  height: auto;
}

.FS2_itemPrice_area .itemPrice {
  color: #dc0000 !important;
}

.FS2_itemPrice_addition {
  font-size: 80%;
}

.alignItem_05 .gl_Item .FS2_ItemShortComment {
  text-align: left;
  font-size: 86%;
  line-height: 150%;
  color: #999;
}


/*============================*/


/* 商品詳細

/*===================*/

#FS2_itemlayout_J .FS2_itemlayout_td_Left {
  width: 400px !important;
}

#FS2_itemlayout_J .FS2_itemlayout_td_Left a {
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}

#FS2_itemlayout_J .FS2_itemlayout_td_Left a img {
  width: 190px;
  height: auto;
  margin-bottom: 20px;
}

#FS2_itemlayout_J .FS2_itemlayout_td_Left a:first-child img {
  width: 400px;
  height: auto;
  margin-bottom: 20px;
}

#FS2_itemlayout_J .FS2_itemlayout_td_Left a:last-child img {
  margin-left: 10px;
}

#FS2_itemlayout_J .FS2_itemlayout_td_Right {
  float: right;
  width: 400px !important;
  margin-left: 40px;
}

#FS2_itemlayout_J .itemTitle {
  font-size: 150%;
  line-height: 150%;
  font-weight: normal;
  margin-bottom: 25px;
}

#FS2_itemlayout_J .FS2_original_icons:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#FS2_itemlayout_J .FS2_original_icons li {
  float: left !important;
  width: 23.5%;
  font-size: 0;
  line-height: 0;
  padding: 0 !important;
  margin: 0 2% 2% 0 !important;
}

#FS2_itemlayout_J .FS2_original_icons li:nth-child(4n) {
  margin-right: 0 !important;
}

#FS2_itemlayout_J .FS2_original_icons li img {
  width: 100%;
  height: auto;
}

#FS2_itemlayout_J .FS2_itemPrice_area .itemPrice {
  color: #dc0000 !important;
  font-size: 200%;
  font-family: Verdana, Geneva, "sans-serif";
}

#FS2_itemlayout_J .FS2_point {
  border: none;
  margin-bottom: 20px;
}

#FS2_itemlayout_J form {
  -webkit-box-shadow: 0 0 0 5px #efefef inset;
  box-shadow: 0 0 0 5px #efefef inset;
  padding: 30px;
  margin-bottom: 30px;
}

.FS2_inputSelection_table {
  width: 380px !important;
}

.FS2_inputSelection_table th {
  background: none;
  text-align: left;
  border: none;
  padding: 2%;
  font-size: 90% !important;
  width: 100px !important;
}

.FS2_inputSelection_table td {
  border: none;
  padding: 2%;
  width: 190px !important;
  text-align: left !important;
  float: left !important;
}

.FS2_inputSelection select {
  background: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.FS2_figure_table td.FS2_figure_table_td_cart_btn input {
  width: 250px;
  height: auto;
}

.FS2_TweetButton_area, .FS2_InquiryButton_area, .FS2_WishListButton_area, .FS2_ReviewEditButton_area {
  margin-bottom: 15px;
}

.FS2_ReviewButton_area {
  margin-bottom: 25px;
}

.item-comm {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
}

.comment-txt {
  margin-bottom: 50px;
}

.comment-txt p {
  margin-bottom: 20px;
}

.comment-txt p:last-child {
  margin-bottom: 0;
}

.itemdeds {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 50px;
}

.itemdeds td, .itemdeds th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

.itemdeds th {
  width: 25%;
  text-align: left;
  font-weight: normal;
  background: #edf2e2;
}

table#detail {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 50px;
  width: 100%;
}

table#detail td, table#detail th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

table#detail th {
  width: 25%;
  text-align: left;
  font-weight: normal;
  background: #edf2e2;
}

table#detail.sadogu {
  border-top: 1px solid #cec2bd;
  border-left: 1px solid #cec2bd;
  /*color:#7e7544;*/
}

table#detail.sadogu td, table#detail.sadogu th {
  border-right: 1px solid #cec2bd;
  border-bottom: 1px solid #cec2bd;
}

table#detail.sadogu th {
  background: #ece2ce;
}


.minis {
  font-size: 90%;
  color: #999;
  margin-bottom: 20px;
}

.img-cove {
  margin-bottom: 30px;
}

.img-cove img {
  width: 100%;
  height: auto;
}

.cove {
  font-size: 160%;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 20px;
}

.cove-01 {
  background: url(../img/d-line.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 18px;
}
.cove-01{
  background-image: none;
  font-size: var(--FZ_26);
  letter-spacing: -.05em;
  margin-bottom: 60px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
.cove-01::after{
  background: #111;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80px;
}
.cove-02 {
  background: #e6e6e6;
  padding: 10px 18px;
  border-radius: 6px;
  margin-bottom: 30px;
  font-weight: normal;
}
.cove-02{
  background: none;
  border-bottom: 1px solid #999;
  color: #111;
  font-size: var(--FZ_22);
  letter-spacing: -.05em;
  margin-bottom: 24px;
  position: relative;
  border-radius: unset;
  padding-left: 1rem;
}
.cove-03 {
  -webkit-box-shadow: 0 0 0 1px #697f3e inset;
  box-shadow: 0 0 0 1px #697f3e inset;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-weight: normal;
}
.cove-03{
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 10px 15px 25px;
  border-radius: 0;
  margin-bottom: 30px;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  font-size: var(--FZ_20);
}
.cove-03::before{
  content: "";
  position: absolute;
  background-color: #424242;
  width: 25px;
  height: 1px;
  bottom: -1px;
  left: 0;
}
.cove-mother {
  background: #fdedeb;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-weight: normal;
  color: #ef708c;
}

.cove-txt {
  margin-bottom: 50px;
}

.cove-txt p {
  margin-bottom: 20px;
}

.cove-txt p:last-child {
  margin-bottom: 0;
}

.cove-txt a,.mb-txt a{
  color: #92b566;
  border-bottom: 1px solid;
}/*20250331*/

.item-guide:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.item-guide {
  margin-bottom: 30px;
}

.item-guide li {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
}

.item-guide li:nth-child(3n) {
  float: left;
  width: 32%;
  margin: 0 0 2% 0;
}

.item-guide li img {
  width: 100%;
  height: auto;
}

.item-guide li a {
  -webkit-transition: .3s;
  transition: .3s;
}

.item-guide li a:hover {
  opacity: .4;
}

.item-ss {
  font-size: 130%;
  margin-bottom: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Arial, "メイリオ", Meiryo, sans-serif;
}

.itemNumber {
  margin-bottom: 20px !important;
}

.FS2_ItemComment {
  margin-top: 50px;
}

.state:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

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

.state li {
  margin-bottom: 15px;
  max-width: 400px;
}

.state li:last-child {
  margin-bottom: 0;
}

.state li img {
  width: 100%;
  height: auto;
}


/*============================*/


/* 買い物かご

/*===================*/

.layout_content {
  width: 100% !important;
}

.layout_content .system_content form h3.CrossHead {
  display: none;
}

.layout_content .system_content .cartTable td, .layout_content .system_content .cartTable th {
  padding: 15px;
}


/*============================*/


/* カタログ請求

/*===================*/

.form-table th {
  background: #edf2e2;
  text-align: left;
  width: 24%;
}

.form-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.form-table th, .form-table td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.need {
  color: #C9090C;
  font-size: 90%;
  margin-bottom: 10px;
}

.filter {
  font-size: 90%;
  margin-bottom: 40px;
}

.tec {
  text-align: center;
  margin-bottom: 70px;
}

.f-smit {
  background: url(../img/form-send.gif) no-repeat center center;
  width: 242px;
  height: 36px;
  border: none;
  text-indent: -9999px;
  margin-right: 50px;
}

.f-reset {
  background: url(../img/form-reset.gif) no-repeat center center;
  width: 242px;
  height: 36px;
  border: none;
  text-indent: -9999px;
}

.f-reset2 {
  background: url(../img/form-reset2.gif) no-repeat center center;
  width: 242px;
  height: 36px;
  border: none;
  text-indent: -9999px;
}

.formetel {
  text-align: center;
  margin-bottom: 20px;
}

.formetel dt {
  font-size: 280%;
  font-family: Georgia, "Times New Roman", Times, "serif";
  line-height: 150%;
}

.formetel dt span {
  background: url(../img/phone.svg) no-repeat left center;
  background-size: 32px 32px;
  padding-left: 48px;
}

textarea {
  padding: 10px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc;
}

.transport {
  margin: 20px auto;
}

.transport p {
  margin-bottom: 10px;
}

.transport p img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.transport p:last-child {
  margin-bottom: 0;
}

.FS2_CoolButton_area {
  display: none;
}


/*======================================================================*/


/* ショピングカート

/*======================================================================*/

.cartTable caption {
  background: #000;
  color: #fff;
  padding: 10px 0;
}

.itemRight {
  margin-bottom: 50px;
}

.itemLeft50 {
  -webkit-box-shadow: 0 0 0 5px #fafafa inset;
  box-shadow: 0 0 0 5px #fafafa inset;
  padding: 5%;
  width: 40%;
}

.itemLeft50 p {
  background: url(../img/checked.svg) no-repeat left center;
  background-size: 36px 36px;
  padding: 0 0 0 50px;
}

.FS2_SelectCheckoutService_area {
  padding: 3%;
}

.pricetai:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pricetai li {
  float: left;
  width: 23.5%;
  margin: 0 2% 0 0;
}

.pricetai li a {
  display: block;
  padding: 20px 0;
  text-align: center;
  -webkit-box-shadow: 0 0 0 5px #efefef inset;
  box-shadow: 0 0 0 5px #efefef inset;
  text-decoration: none;
  font-weight: bold;
}

.pricetai {
  margin-bottom: 50px;
}

.cart-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cart-block {
  background: #e5ebd9;
  padding: 2%;
}

.cart-block li {
  width: 23.5%;
  float: left;
  margin: 0 2% 0 0;
  text-align: center;
}

.cart-block li:last-child {
  margin-right: 0;
}

.cart-block li a {
  background: #fff;
  display: block;
  padding: 5% 10%;
  text-decoration: none;
}

.cart-block li dt {
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
}

.cart-block li dd {
  color: #000;
  font-size: 80%;
}

.cart-block li dd.btns {
  background: #697f3e;
  color: #fff;
  padding: 15px 0;
  margin-top: 15px;
}

.FS2_lower_comment {
  margin-top: 60px;
}


/*======================================================================*/


/* 準備中

/*======================================================================*/

.wait {
  text-align: center;
  padding-top: 200px;
}

.wait dt {
  font-size: 150%;
  line-height: 150%;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.lon {
  width: 500px;
  margin: 30px auto 130px;
}

.lon img {
  max-width: 350px;
  width: 100%;
  height: auto;
}

.pageback a {
  background: #000;
  display: block;
  color: #fff;
  width: 40%;
  padding: 15px 0;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.pageback a:hover {
  background: #333;
  display: block;
  color: #fff;
  width: 40%;
  padding: 15px 0;
  margin: 0 auto;
}

.FS2_GroupList .groupLayout .gl_Item {
  border-bottom: 1px dotted #ccc;
  padding: 1%;
  line-height: 130%;
  width: 16%;
  margin: 0 1% 1%;
}


/*======================================================================*/


/* 千紀園さま　商品詳細　以前の表記削除のため

/*======================================================================*/

/*.FS2_body_Goods_GoodsGroupList_2 .insta-block, .FS2_body_Goods_GoodsGroupList_1 .insta-block, .FS2_body_Goods_GoodsGroupList_3 .insta-block, .FS2_body_Goods_GoodsGroupList_4 .insta-block, .FS2_body_Goods_GoodsGroupList_5 .insta-block, .FS2_body_Goods_GoodsDetail .insta-block {
  display: none !important;
}*/

.seibo {
  max-width: 1120px;
  margin: 0 auto 60px;
  width: 100%;
  background: url(../img/foot_line.gif) repeat-x left bottom;
  padding-bottom: 60px;
}

.seibo img {
  width: 100%;
  height: auto;
}


/*======================================================================*/


/* コンテンツマーケパターン

/*======================================================================*/

.single, .img-cove, .two-pho, .l-phr-t, .r-txp-l, .three-pho {
  /*max-width: 840px;*/
  width: 100%;
  margin-bottom: 50px;
}
.single img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.l-phr-t ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.l-phr-t ul li:first-child {
  float: left;
  width: 44%;
}

.l-phr-t ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.l-phr-t ul li:last-child {
  float: right;
  width: 50%;
}

.r-txp-l ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.r-txp-l ul li:first-child {
  float: right;
  width: 44%;
}

.r-txp-l ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.r-txp-l ul li:last-child {
  float: left;
  width: 50%;
}

.r-txp-l h4,.l-phr-t h4{
  margin-bottom: 20px;
  font-weight: bold;
}/*20240214*/

.two-pho ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.two-pho li {
  float: left;
  width: 48%;
}

.two-pho li:last-child {
  float: right;
}

.two-pho li img, .three-pho li img {
  width: 100%;
  height: auto;
}

.three-pho ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.three-pho ul li {
  float: left;
  width: 31.6%;
  margin-right: 2.6%;
}

.three-pho ul li:last-child {
  margin-right: 0;
}

.item-slide {
  margin: 0 auto 50px;
  max-width: 840px;
  width: 100%;
}

.item-slide .swiper-container {
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}

.item-slide .swiper-container .swiper-slide {
  position: relative;
}

.item-slide .swiper-container .image {
  margin-bottom: 20px;
}

.item-slide .swiper-container .swiper-pagination {
  text-align: right;
}

.item-slide .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  display: inline-block;
  border-radius: 0;
  background: #eeeeee;
  opacity: 1;
}

.item-slide .swiper-container .swiper-pagination-bullet-active {
  background: #000000;
}

.item-slide img {
  width: 100%;
  height: auto;
}

.nenshi {
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-collapse: collapse;
  margin: 25px auto;
}

.nenshi th, .nenshi td {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 2%;
  text-align: center;
}

.nenshi td {
  width: 8%;
}

.nenshi th {
  background: #f0f2eb;
  width: 20% !important;
}

.chien {
  background: #bc4142;
  color: #fff;
  padding: 15px;
  margin: 20px 0;
  display: inline-block;
}

.titreason {
  text-align: center;
  font-size: 180%;
  font-family:var(--FF_BASE);
  line-height: 150%;
  background: url(../img/bg_blog_nav2.jpg) repeat center center;
  padding: 10px;
  margin-bottom: 30px;
}

.titreason.sado {
  background: url(../img/bg_blog_nav3.jpg) repeat center center;
}

.reasons:after, .reasons li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.reasons {
  margin-bottom: 50px !important;
}

.reasons li {
  float: left;
  width: 48%;
  margin: 0 4% 20px 0;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.reasons.sado li {
  border-bottom: 1px dotted #cec2bd;
}

.reasons li:nth-child(2n) {
  margin-right: 0;
}

.reasons li .chicon {
  float: left;
  width: 18%;
}

.reasons li .chicon img {
  width: 100%;
  height: auto;
}

.reasons li dl {
  float: right;
  width: 76%;
}

.reasons li dt {
  font-size: 150%;
  line-height: 120%;
  font-family: var(--FF_BASE);
  margin-bottom: 15px;
  color: #697f3e;
}
.reasons.sado li dt {
  color: #7e7544;
}

.layout_content .system_content form .FS2_mypagetop_list h3.CrossHead {
  display: block !important;
}

#logoutButton, #loginButton, #mypages, #newmember {
  display: none;
}

.user_content {
  margin-bottom: 30px;
}

.FS2_SeniorDesign_comment {
  background: #fff !important;
  padding: 0px !important;
}

.search-areas {
  background: #edf2e2;
  padding: 30px;
  margin-bottom: 40px;
}

.search-areas dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.search-areas dl dt {
  float: left;
  width: 17%;
  padding: 10px 0;
}

.search-areas dl dd {
  float: right;
  width: 83%;
}

.search-areas dl dd input {
  padding: 10px;
}

.search-areas .item-comm {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Arial, "メイリオ", Meiryo, sans-serif;
}

.long {
  width: 90%;
}

.f-submi {
  text-align: center;
  margin-top: 15px;
}

.f-submi input {
  width: 40%;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  color: #fff;
  background: #666;
  cursor: pointer;
}

.FS2_GroupList .groupLayout .alignItem_05:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.FS2_GroupList .groupLayout .alignItem_05 {
  display: flex;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.FS2_GroupList .groupLayout .alignItem_05 .gl_Item {
  background: #e5ebd9;
  border: none !important;
  width: 16%!important;
}

.FS2_GroupList .groupLayout .alignItem_05 .gl_Item div {
  -ms-flex-item-align: center;
  align-self: center;
}

.FS2_GroupList .groupLayout .alignItem_05 .gl_Item .FS2_thumbnail_container {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  padding: 0;
  font-size: 0;
  line-height: 1em;
  margin-right: 10px;
}

.FS2_GroupList .groupLayout .alignItem_05 .gl_Item .FS2_thumbnail_container img {
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 0;
  line-height: 1em;
}

.FS2_GroupList .groupLayout .alignItem_05 .gl_Item .itemGroup {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.mb-txt h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 100%;
}

.recommend-sub {
  width: 100%;
  margin: 40px auto 0px;
}

.recommend-sub:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.recommend-sub .sub-tit {
  font-size: 110%;
  margin-bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Arial, "メイリオ", Meiryo, sans-serif;
}

.recommend-sub li {
  width: 23.5%;
  margin: 0 2% 2% 0;
  float: left;
  position: relative;
}

.recommend-sub li:nth-child(4n) {
  margin-right: 0;
}

.recommend-sub li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 25% 30% 15% 40%;
  font-size: 80%;
  line-height: 150%;
}

.recommend-sub li span {
  position: absolute;
  top: 50%;
  left: 62%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.recommend-sub .rec01 {
  background: url(../img/rec01.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .rec02 {
  background: url(../img/rec02.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .rec03 {
  background: url(../img/rec03.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .rec04 {
  background: url(../img/rec04.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend .rec05, .recommend-sub .rec05 {
  background: url(../img/rec05.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .rec06 {
  background: url(../img/rec06.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .rec07 {
  background: url(../img/rec07.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .rec08 {
  background: url(../img/rec08.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .rec09 {
  background: url(../img/rec09.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .rec10 {
  background: url(../img/rec10.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .sgift01 {
  background: url(../img/sgift01.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .sgift02 {
  background: url(../img/sgift02.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .sgift03{ 
    background: url(../img/sgift03.jpg) no-repeat 5% center,url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
    background-size: 50px 50px, 10px 10px;
}

.recommend-sub .sgift04{ 
    background: url(../img/sgift04.jpg) no-repeat 5% center,url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
    background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea01 {
  background: url(../img/stea01.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea02 {
  background: url(../img/stea02.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea03 {
  background: url(../img/stea03.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea04 {
  background: url(../img/stea04.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea05 {
  background: url(../img/stea05.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea06 {
  background: url(../img/stea06.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea07 {
  background: url(../img/stea07.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea08 {
  background: url(../img/stea08.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea09 {
  background: url(../img/stea09.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea10 {
  background: url(../img/stea10.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea11 {
  background: url(../img/stea11.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea12 {
  background: url(../img/stea12.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea13 {
  background: url(../img/stea13.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea14 {
  background: url(../img/stea14.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea15 {
  background: url(../img/stea15.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea16 {
  background: url(../img/stea16.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea17 {
  background: url(../img/stea17.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea18 {
  background: url(../img/stea18.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea19 {
  background: url(../img/stea19.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.recommend-sub .stea20 {
  background: url(../img/stea20.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}

.FS2_body_Goods_GoodsGroupList_1 .FS2_GroupList {
  display: none;
}


/*カテゴリ変更*/

.recommend-sub.category_tea a,.recommend-sub.category_gift a, .recommend-sub.category_season a{
     font-weight: normal; 
     border-bottom: none;
     border: .5px solid #e5e5e5;
}
.recommend-sub.category_sweets a{
     font-weight: normal; 
     border-bottom: none;
}
.recommend-sub .sub-tit{
    font-weight: var(--FF_W_B);
    font-size: var(--FZ_20);
}
.recommend-sub.category_tea li a,.recommend-sub.category_season li a{
  padding: 20% 30% 15% 40%;
}
.recommend-sub.category_gift li a{
  padding: 34% 30% 15% 40%;
}
.recommend-sub.category_sweets li a{
  padding: 0;
}
.recommend-sub.category_tea li span,.recommend-sub.category_season li span{
  width: 50%;
  left: 70%;
}
.recommend-sub.category_gift li span{
  width: 38%;
  left: 77%;
}

/*日本茶/2025/11/25*/
.recommend-sub.category_tea .stea01 {
  background: url(../img/stea_01.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea02 {
  background: url(../img/stea_02.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea03 {
  background: url(../img/stea_03.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea04 {
  background: url(../img/stea_04.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea05 {
  background: url(../img/stea_05.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea06 {
  background: url(../img/stea_06.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea07 {
  background: url(../img/stea_07.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea08 {
  background: url(../img/stea_08.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea09 {
  background: url(../img/stea_09.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea10 {
  background: url(../img/stea_10.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea11 {
  background: url(../img/stea_11.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea12 {
  background: url(../img/stea12.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea13 {
  background: url(../img/stea_13.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_tea .stea14 {
  background: url(../img/stea_14.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_tea .stea15 {
  background: url(../img/stea15.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_tea .stea16 {
  background: url(../img/stea_16.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_tea .stea18 {
  background: url(../img/stea_18.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_tea .stea19 {
  background: url(../img/stea_19.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_tea .stea20 {
  background: url(../img/stea_20.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_tea .sgift03 {
  background: url(../img/sgift_03.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
/*gift/2025/11/25*/
.recommend-sub.category_gift .sgift01 {
  background: url(../img/sgift_01.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_gift .sgift02 {
  background: url(../img/sgift_02.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_gift .sgift03 {
  background: url(../img/sgift_03.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.recommend-sub.category_gift .sgift04 {
  background: url(../img/sgift_04.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

/*sweets/2025/11/25*/

.recommend-sub .rec21 {
  background: url(https://www.senkien.jp/asset2024/images/ec/common/search-purpose_1.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}
.recommend-sub .rec22 {
  background: url(https://www.senkien.jp/asset2024/images/ec/common/search-purpose_2.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}
.recommend-sub .rec23 {
  background: url(https://www.senkien.jp/asset2024/images/ec/common/search-purpose_4.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}
.recommend-sub .rec24 {
  background: url(https://www.senkien.jp/asset2024/images/ec/common/search-purpose_3.jpg) no-repeat 5% center, url(../img/play-button.svg) no-repeat 95% center #e5ebd9;
  background-size: 50px 50px, 10px 10px;
}



@media screen and (min-width: 768px) {
    .recommend-sub.category_sweets ul {
      grid-template-columns: repeat(7, 1fr);
      gap: 5px;
    }
}
@media screen and (max-width: 767px) {
    .recommend-sub.category_sweets ul {
      grid-template-columns: repeat(7, 1fr);
      gap: 5px;
    }
}

/*season/2025/12/01*/
.recommend-sub.category_season .sseason01 {
  background: url(../img/sseason_01.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason02 {
  background: url(../img/sseason_02.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason03 {
  background: url(../img/sseason_03.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason04 {
  background: url(../img/sseason_04.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason05 {
  background: url(../img/sseason_05.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason06 {
  background: url(../img/sseason_06.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason07 {
  background: url(../img/sseason_07.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason08 {
  background: url(../img/sseason_08.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason09 {
  background: url(../img/sseason_09.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason10 {
  background: url(../img/sseason_10.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason11 {
  background: url(../img/sseason_11.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason12 {
  background: url(../img/sseason_12.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason13 {
  background: url(../img/sseason_13.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason14 {
  background: url(../img/sseason_14.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason15 {
  background: url(../img/sseason_15.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.recommend-sub.category_season .sseason16 {
  background: url(../img/sseason_16.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

/*======================================================================*/


/* コンテンツマーケパターン更新

/*======================================================================*/
.two-pho ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6%;
  width: 62%;
  margin: 0 auto;
}
.two-pho li {
  float: unset;
  width: 100%;
  margin-bottom: 10%;
}
.two-pho li:last-child {
  float: unset;
}
.three-pho ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 4%;
}
.three-pho ul li {
  float: unset;
  width: 100%;
  margin-right: 0;
  height: max-content;
  margin-bottom: 10%;
}
.four-pho ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
}
.four-pho ul li {
  height: max-content;
  margin-bottom: 10%;
}


@media screen and (max-width: 767px) {
  .two-pho ul{
    width: 100%;
}
.two-pho ul,.three-pho ul,.four-pho ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4%;
}
  
}



/*======================================================================*/


/* 商品詳細、他のアイテム

/*======================================================================*/

.anotit {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
}
#item-detail .anotit{
  font-size: var(--FZ_20);
  margin-bottom: var(--GAP_20);
  font-weight: normal;
  }/*20240214*/

.another-item {
  width: 100%;
  margin-bottom: 60px;
}

.another-item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.another-item li p {
  margin-bottom: 10px;
}

.another-item li p img {
  width: 100%;
  height: auto;
}

.another-item li {
  float: left;
  width: 16%;
  margin: 0 5% 5% 0;
  list-style: none;
  line-height: 1.8em;
}
.another-item li a{
  color: var(--TXT_COLOR_BASE);
  font-size: var(--FZ_13);
}/*20240214*/
  
.another-item li:nth-child(5n) {
  margin-right: 0;
}

.another-item li dd {
  /*color: #d00000;*/
  color: var(--TXT_COLOR_BASE);
  font-weight: bold;
}/*20240214*/

.another-item li a dd {
  text-decoration: none !important;
}
.another-item li dd span{
  font-size: 11px;
  font-weight: normal;
}/*20240214*/


/*======================================================================*/


/* 茶道具一時的

/*======================================================================*/

.sadouList .groupLayout .alignItem_05:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.sadouList .groupLayout .alignItem_05 {
  display: flex;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 30px;
}

.sadouList .groupLayout .alignItem_05 .gl_Item {
  background: #ece6db;
  border: none !important;
  width: 18.5%!important;
  padding: 1% 2%;
  margin: 1% 1%;
}

@-moz-document url-prefix() {
  .sadouList .groupLayout .alignItem_05 .gl_Item {
    background: #ece6db;
    border: none !important;
    width: 18.5%!important;
    padding: 10px 2%;
    margin: 1% 1% 20px;
  }
}

.sadouList .groupLayout .alignItem_05 .gl_Item div {
  -ms-flex-item-align: center;
  align-self: center;
}

.sadouList .groupLayout .alignItem_05 .gl_Item .FS2_thumbnail_container {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  padding: 0;
  font-size: 0;
  line-height: 1em;
  margin-right: 10px;
}

.sadouList .groupLayout .alignItem_05 .gl_Item .FS2_thumbnail_container img {
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 0;
  line-height: 1em;
}

.sadouList .groupLayout .alignItem_05 .gl_Item .itemGroup {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}


/*======================================================================*/


/* 茶道具TOP

/*======================================================================*/


/* =================================
sadou-slide
======================================== */

.sadou-slide {
  margin: 0 auto 50px;
  width: 100%;
}

.sadou-slide .swiper-container {
  padding: 0;
  position: relative;
}

.sadou-slide .swiper-container .swiper-wrapper {
  margin: 0 auto;
  max-width: 1120px;
}

.sadou-slide .swiper-container .swiper-slide {
  position: relative;
}

.sadou-slide .swiper-container .image {
  margin-bottom: 40px;
}

.sadou-slide .swiper-container .txt-block {
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: flex-end;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-box-align: flex-end;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
}

.sadou-slide .swiper-container .item-pagination {
  text-align: right;
}

.sadou-slide .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  display: inline-block;
  border-radius: 0;
  background: #eeeeee;
  opacity: 1;
}

.sadou-slide .swiper-container .swiper-pagination-bullet-active {
  background: #000000;
}

.sadou-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: inherit!important;
  top: 470px;
  left: inherit!important;
  right: 25px;
}

.sadou-slide .swiper-slide .btn-cover {
  margin: 0 auto;
  width: 360px;
}

.sadoubase, .sadou-list {
  width: 1120px;
  margin: 0 auto 80px;
}

.sadoubase h3, .sadou-list h3 {
  border-top: 5px solid #eee2ca;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #c7a357;
  margin-bottom: 40px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 160%;
  font-weight: 100;
}

.sadouup {
  display: flex;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*--- safari（PC）用 ---*/
}

.sadouup li {
  width: 48%;
  margin-bottom: 40px;
}

.sadouup li h4 {
  margin: 10px 0;
  font-size: 140%;
  line-height: 150%;
  font-weight: 100;
}

.brown-btn {
  position: relative;
  margin: 0 auto;
  width: 40%;
}

.brown-btn a {
  display: block;
  background: #fff;
  color: #97865f;
  border: 1px #97865f solid;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 90%;
  margin: 0 auto;
  -webkit-transition: box-shadow .18s ease;
  -webkit-transition: -webkit-box-shadow .18s ease;
  transition: -webkit-box-shadow .18s ease;
  transition: box-shadow .18s ease;
  transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
  z-index: 19;
}

.brown-btn a:hover {
  display: block;
  -webkit-box-shadow: inset 0 0 0 2px #97865f;
  box-shadow: inset 0 0 0 2px #97865f;
  background: #DED8CA;
  color: #97865f;
  padding: 15px 0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  -webkit-transition: box-shadow .18s ease;
  -webkit-transition: -webkit-box-shadow .18s ease;
  transition: -webkit-box-shadow .18s ease;
  transition: box-shadow .18s ease;
  transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
}

.brown-btn p {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  /* Safari用 */
  transform: translate(0%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 20;
}

.brown-btn:hover p {
  position: absolute;
  top: 50%;
  right: -5%;
  -webkit-transform: translate(0%, -50%);
  /* Safari用 */
  transform: translate(0%, -50%);
}


/* =================================
month-slide
======================================== */

.month-slide {
  margin: 0 auto 50px;
  width: 100%;
}

.month-slide .swiper-container {
  padding: 0;
  width: 1120px;
  margin: 0 auto 50px;
  position: relative;
}

.month-slide .swiper-container .swiper-wrapper {
  margin: 0 auto;
}

.month-slide .swiper-container .swiper-slide {
  position: relative;
  max-width: 250px;
}

.month-slide .swiper-container .image {
  margin-bottom: 20px;
}

.month-slide .swiper-container .txt-block {
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: flex-start;
  -ms-flex-align: flex-end;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-box-align: flex-end;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
}

.month-slide .swiper-container .item-pagination {
  text-align: right;
}

.month-slide .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  display: inline-block;
  border-radius: 0;
  background: #eeeeee;
  opacity: 1;
}

.month-slide .swiper-container .swiper-pagination-bullet-active {
  background: #000000;
}

.month-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: inherit!important;
  top: 470px;
  left: inherit!important;
  right: 25px;
}

.month-slide .swiper-slide .btn-cover {
  margin: 0 auto;
  width: 360px;
}

.month-slide .swiper-button-prev {
  left: 0px;
  z-index: 100;
}

.month-slide .swiper-button-next {
  right: 0px;
  z-index: 100;
}

.sadou-list ul {
  display: flex;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*--- safari（PC）用 ---*/
  -ms-flex-direction: row;
  /* for IE10 */
  -ms-flex-wrap: wrap;
  /* for IE10 */
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  align-items: center;
  margin-bottom: 50px;
}

.sadou-list li {
  width: 33%;
  margin: 0 0.5% 0.5% 0;
}

.sadou-list li:nth-child(3n) {
  margin-right: 0;
}

.sadou-list li a {
  display: block;
  background: #ece6db;
  background-size: 70px auto!important;
  background-position: 20px center !important;
  padding: 4% 10% 4% 130px;
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  height: 70px;
}

.sadou-list span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  text-align: center;
  font-size: 14px;
}

.sadou-list li.cat01 a {
  background: url(../img/sadou-i01.png) no-repeat #ece6db;
}

.sadou-list li.cat02 a {
  background: url(../img/sadou-i02.png) no-repeat #ece6db;
}

.sadou-list li.cat03 a {
  background: url(../img/sadou-i03.png) no-repeat #ece6db;
}

.sadou-list li.cat04 a {
  background: url(../img/sadou-i04.png) no-repeat #ece6db;
}

.sadou-list li.cat05 a {
  background: url(../img/sadou-i05.png) no-repeat #ece6db;
}

.sadou-list li.cat06 a {
  background: url(../img/sadou-i06.png) no-repeat #ece6db;
}

.sadou-list li.cat07 a {
  background: url(../img/sadou-i07.png) no-repeat #ece6db;
}

.sadou-list li.cat08 a {
  background: url(../img/sadou-i08.png) no-repeat #ece6db;
}

.sadou-list li.cat09 a {
  background: url(../img/sadou-i09.png) no-repeat #ece6db;
}

.sadou-list li.cat10 a {
  background: url(../img/sadou-i10.png) no-repeat #ece6db;
}

.sadou-list li.cat11 a {
  background: url(../img/sadou-i11.png) no-repeat #ece6db;
}

.sadou-list li.floor01 a {
  background: url(../img/sadou-i12.png) no-repeat #ece6db;
}

.sadou-list li.floor02 a {
  background: url(../img/sadou-i13.png) no-repeat #ece6db;
}

.sadou-list li.floor03 a {
  background: url(../img/sadou-i14.png) no-repeat #ece6db;
}

.sadou-list li.floor04 a {
  background: url(../img/sadou-i15.png) no-repeat #ece6db;
}

.sadou-list li.floor05 a {
  background: url(../img/sadou-i16.png) no-repeat #ece6db;
}

.sadou-list li.oten01 a {
  background: url(../img/sadou-i17.png) no-repeat #ece6db;
}

.sadou-list li.oten02 a {
  background: url(../img/sadou-i18.png) no-repeat #ece6db;
}

.sadou-list li.oten03 a {
  background: url(../img/sadou-i19.png) no-repeat #ece6db;
}

.sadou-list li.oten04 a {
  background: url(../img/sadou-i20.png) no-repeat #ece6db;
}

.sadou-list li.oten05 a {
  background: url(../img/sadou-i21.png) no-repeat #ece6db;
}

.sadou-list li.oten06 a {
  background: url(../img/sadou-i22.png) no-repeat #ece6db;
}

.sadou-list li.oten07 a {
  background: url(../img/sadou-i23.png) no-repeat #ece6db;
}

.sadou-list li.oten08 a {
  background: url(../img/sadou-i24.png) no-repeat #ece6db;
}

.sadou-list li.oten09 a {
  background: url(../img/sadou-i25.png) no-repeat #ece6db;
}

.sadou-list li.oten10 a {
  background: url(../img/sadou-i26.png) no-repeat #ece6db;
}

.sadou-list li.oten11 a {
  background: url(../img/sadou-i27.png) no-repeat #ece6db;
}

.sadou-list li.oten12 a {
  background: url(../img/sadou-i28.png) no-repeat #ece6db;
}

.sadou-list li.oten13 a {
  background: url(../img/sadou-i29.png) no-repeat #ece6db;
}

.sadou-list li.oten14 a {
  background: url(../img/sadou-i30.png) no-repeat #ece6db;
}

.sadou-list li.oten15 a {
  background: url(../img/sadou-i31.png) no-repeat #ece6db;
}

.sadou-list li.oten16 a {
  background: url(../img/sadou-i32.png) no-repeat #ece6db;
}

.sadou-list li.oten17 a {
  background: url(../img/sadou-i33.png) no-repeat #ece6db;
}

.sadou-list li.oten18 a {
  background: url(../img/sadou-i34.png) no-repeat #ece6db;
}

.sadou-list li.oten19 a {
  background: url(../img/sadou-i35.png) no-repeat #ece6db;
}

.sadou-list li.oten20 a {
  background: url(../img/sadou-i36.png) no-repeat #ece6db;
}

.sadou-list li.oten21 a {
  background: url(../img/sadou-i37.png) no-repeat #ece6db;
}

.sadou-list li.oten22 a {
  background: url(../img/sadou-i38.png) no-repeat #ece6db;
}

.sadou-list li.oten23 a {
  background: url(../img/sadou-i39.png) no-repeat #ece6db;
}

.sadou-list li.oten24 a {
  background: url(../img/sadou-i40.png) no-repeat #ece6db;
}

.sadou-list li.enjoy01 a {
  background: url(../img/sadou-i41.png) no-repeat #ece6db;
}

.sadou-list li.enjoy02 a {
  background: url(../img/sadou-i42.png) no-repeat #ece6db;
}

.sadou-list li.enjoy03 a {
  background: url(../img/sadou-i43.png) no-repeat #ece6db;
}

.sadou-list li.enjoy04 a {
  background: url(../img/sadou-i44.png) no-repeat #ece6db;
}

.sadou-list li.enjoy05 a {
  background: url(../img/sadou-i45.png) no-repeat #ece6db;
}

.sadou-list li.enjoy06 a {
  background: url(../img/sadou-i46.png) no-repeat #ece6db;
}

.sadou-list li.enjoy07 a {
  background: url(../img/sadou-i47.png) no-repeat #ece6db;
}

.sadou-list li.enjoy08 a {
  background: url(../img/sadou-i48.png) no-repeat #ece6db;
}

.sadou-list li.enjoy09 a {
  background: url(../img/sadou-i49.png) no-repeat #ece6db;
}

.sadou-list li.enjoy10 a {
  background: url(../img/sadou-i50.png) no-repeat #ece6db;
}

.sadou-list li.enjoy11 a {
  background: url(../img/sadou-i51.png) no-repeat #ece6db;
}

.sadou-list li.enjoy12 a {
  background: url(../img/sadou-i52.png) no-repeat #ece6db;
}

.sadou-list li.enjoy13 a {
  background: url(../img/sadou-i53.png) no-repeat #ece6db;
}

.sadou-list li a:hover {
  background-color: #D4CBBC;
}

.ranking-block .sa-tabbox {
  margin: 0 auto;
  width: 1120px;
  overflow: hidden;
}

.ranking-block .sa-tabbox li {
  width: 200px;
  float: left;
  padding: 10px 1px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.ranking-block .sa-tabbox li span {
  display: block;
  margin: 0 10px;
  color: #fff;
  padding: 5px 0;
  background: #b9a67a;
}

.ranking-block .sa-tabbox li span:hover {
  background: #8d794c;
}

.ranking-block .sa-tabbox li.select {
  padding: 9px 0px 10px;
  border-top: 1px #8d794c solid;
  border-left: 1px #8d794c solid;
  border-right: 1px #8d794c solid;
  border-bottom: 1px #fff solid;
}

.ranking-block .sa-tabbox li.select span {
  display: block;
  color: #000;
  background: none;
  padding: 5px 0;
}

nav.fix .sadou-nav li {
  letter-spacing: -2px;
}

.FS2_body_Goods_chanoyu .layout_body .layout_table {
  width: 100% !important;
}

.FS2_body_Goods_chanoyu .layout_body .layout_table .FS2_breadcrumbs {
  width: 1120px;
  margin: 0 auto;
}

/*.chabs .cove-01 {
  background: url(../img/d-line2.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: normal;
}

.chabs .cove-02 {
  background: #dfd2b7;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-weight: normal;
}

.chabs .cove-03 {
  -webkit-box-shadow: 0 0 0 1px #dfd2b7 inset;
  box-shadow: 0 0 0 1px #dfd2b7 inset;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-weight: normal;
}

.chabs .itemdeds th {
  background: #F6EAD2;
}*/

#FS2_Recommend_List .CrossHead {
  font-weight: bold;
  font-size: 120%;
  color: #000000;
  text-align: left;
  padding: 1%;
  background: #ffffff;
  margin-bottom: 15px !important;
}

.FS2_recommendgoods_table .FS2_thumbnail_container {
  margin-bottom: 10px;
}

.FS2_recommendgoods_table .itemTitle {
  font-weight: normal;
  font-size: 110%;
}

#_rcmdjp_display_1 .FS2_Recommend2_cart ul {
  display: flex;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin-top: 15px !important;
}

#_rcmdjp_display_1 .FS2_Recommend2_cart ul li {
  width: 18.4%;
  margin: 0 2% 2% 0;
  height: inherit!important;
  border: 1px solid #ddd !important;
}

#_rcmdjp_display_1 .FS2_Recommend2_cart ul li:nth-child(5n) {
  margin-right: 0;
}

#_rcmdjp_display_1 .FS2_Recommend2_cart ul li a {
  margin: 0 auto !important;
}

#_rcmdjp_display_1 .FS2_Recommend2_cart ul li a img {
  width: 120px !important;
  height: auto !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.FS2_figure_table_td_detail_btn {
  display: none;
}

.FS2_body_Goods_GoodsDetail #FS2_Recommend_List .gl_Item {
  width: 49% !important;
  margin: 0 2% 2% 0 !important;
}

.FS2_body_Goods_GoodsDetail #FS2_Recommend_List .gl_Item:nth-of-type(2n) {
  margin-right: 0 !important;
}

.FS2_recommendgoods_table .FS2_figure .FS2_figure_table td.FS2_figure_table_td_cart_btn input {
  width: 160px;
  float: right;
}

.FS2_recommendgoods_table .FS2_itemlayout_td_right .itemTitle {
  font-size: 80%;
}

.FS2_recommendgoods_table .FS2_figure {
  margin: 5px 0 0;
}

.FS2_recommendgoods_table .FS2_itemlayout_td_Left {
  float: left;
  text-align: left;
}

.FS2_recommendgoods_table .FS2_itemlayout_td_Left img {
  max-width: 140px;
  height: auto;
  float: left;
}

.FS2_recommendgoods_table {
  width: 100%;
}

.FS2_body_Cart_ShoppingCart #FS2_ReccomendGoods table {
  width: 100%;
}

.FS2_body_Cart_ShoppingCart #FS2_ReccomendGoods table .FS2_itemlayout_td_right {
  width: 100%;
  padding-left: 10px;
}

.goma_tp {
    margin-bottom: 50px;
    display: flex;
    display: -webkit-box;/*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;/*--- safari（PC）用 ---*/
    -ms-flex-direction : row; /* for IE10 */
    -ms-flex-wrap : wrap; /* for IE10 */
}

.goma_tp li {
    width: 23.5%;
    margin: 0 2% 0% 0;
    list-style: none;
    position: relative;
}


.goma_tp li:nth-child(4n) {
    margin-right: 0;
}

.goma_tp li dt {
    font-family: HelveticaNeue-CondensedBold, 'arial black';
    margin: 10px 0;
}
.goma_words {
    width: 100%;
    font-size: 100%;
    font-weight: bold;
    list-style-position: 150%;
    font-family: "heisei-mincho-std", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    margin-bottom: 15px;
}

.goma_photo img{
    width: 100%;
    height: auto;
}

.goma_b {
    width: 50%;
    margin: 0px auto 50px;
}

.chafeed{
    max-width: 1120px;
    margin: 0 auto 50px;
}

.chafeed h2 {
    margin: 0 auto 30px;
    width: 1120px;
    font-size: 28px;
    line-height: 150%;
    font-weight: normal;
    vertical-align: middle;
}

.chafeed h2 span {
    margin-left: 30px;
    font-size: 14px;
    line-height: 150%;
    vertical-align: middle;
}

/*ec_product.cssに転記する*/

.product-comment_1 h2 {
  font-size: 1.5em;
}
.fs-c-variationAndActions__variation{
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}
.product-comment_2 h3, .product-comment_1 h3 {
  font-size: 1.3em !important;
}