@charset "UTF-8";
/* ↓以下、眞砂追加 ----- */
/* Font Size ----- */
img.xtAc, img.xtAl {
  margin-left: auto;
}

img.xtAc, img.xtAr {
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .hover:hover {
    opacity: 0.5;
  }
}

.btn {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background-image: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-primary {
  background-color: #337ab7 !important;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #265a88 !important;
}

.btn-default {
  background-color: #e0e0e0 !important;
}

.btn-default:hover, .btn-default:focus {
  background-color: #adadad !important;
}

.btn-success {
  background-color: #5cb85c !important;
}

.btn-success:hover, .btn-success:focus {
  background-color: #449d44 !important;
}

.and-more {
  text-decoration: none !important;
  line-height: 1em;
  background-color: #c49e83;
  padding-top: 15px;
  padding-bottom: 15px;
}

.and-more.mincho {
  padding-bottom: 19px;
}

.and-more[class*='arrow'] {
  padding-right: 15px;
}

.and-more[class*='arrow']:after {
  right: 15px;
}

@media screen and (min-width: 992px) {
  .and-more:hover {
    background-color: #d3b6a2;
  }
}

.separate-bg {
  background-color: #fff9f9;
  background-image: url("../img/common/bg_t.png"), url("../img/common/bg_b.png");
  background-position: center top, center bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  .block-label > .main {
    font-size: 0.75em;
  }
}

.block-label > .main > * {
  position: relative;
  line-height: 1.5em;
}

.block-label > .main:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 96px;
  height: 56px;
  background: url("../img/common/label_bg.png") center no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}

.block-label > .main + .sub {
  line-height: 3.5em;
}

@media screen and (min-width: 992px) {
  .block-label > .main + .sub {
    line-height: 1.7em;
  }
}

.block-label > .main.block-sub:before {
  background-image: url("../img/common/label_bg_sub.png");
}

.on-border {
  position: relative;
}

.on-border:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  border-top: solid 2px #d8ddc7;
  border-bottom: solid 2px #ffdad8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.on-border-dash {
  border-top: dotted 1px #cbcbcb;
}

#header-1st {
  background: url("../img/common/header_ribon.png") #eddece bottom center repeat-x;
  padding-top: 5px;
  padding-bottom: 8px;
}

#header-1st__contact {
  letter-spacing: 0.22em;
  padding-bottom: 3px;
}

#header-1st__contact > a {
  text-decoration: none !important;
}

#header-1st__info {
  letter-spacing: 0.22em;
}

#header-1st__info > .tel {
  padding-left: 17px;
  padding-bottom: 3px;
}

#header-1st__info > .tel:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  background: url("../img/common/icon_tel.png") center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

#header-2nd .navbar {
  background: #fff !important;
}

@media screen and (min-width: 768px) {
  #header-2nd .navbar {
    background: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1469px) {
  #header-2nd .navbar {
    font-size: 0.875em;
  }
}

#header-2nd .navbar-header {
  float: none !important;
}

@media screen and (max-width: 991px) {
  #header-2nd .navbar-header {
    margin-left: -15px;
    margin-right: -15px;
  }
}

#header-2nd .navbar-header .header-item {
  float: left;
}

#header-2nd .navbar-nav {
  float: none !important;
}

@media screen and (min-width: 768px) {
  #header-2nd .navbar-nav {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #header-2nd .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#header-2nd .navbar-nav > li {
  position: relative;
}

@media screen and (min-width: 768px) {
  #header-2nd .navbar-nav > li {
    width: 20%;
    text-align: center;
  }
  #header-2nd .navbar-nav > li:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 26px;
    background-color: #727169;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    content: "";
  }
  #header-2nd .navbar-nav > li.first:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 26px;
    background-color: #727169;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  #header-2nd .navbar-nav > li + li {
    border-top: solid 1px #727169;
  }
}

#header-2nd .navbar-nav > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 50px;
  padding: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
}

@media screen and (min-width: 1200px) {
  #header-2nd .navbar-nav > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #header-2nd .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#header-2nd .navbar-nav > li.active {
  background: url("../img/common/menu_hover.png") center;
}

#header-2nd .navbar-nav > li.dropdown > a {
  text-decoration: none !important;
}

#header-2nd .navbar-nav > li.dropdown > a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  background: url("../img/common/arrow.png") center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  content: "";
}

@media screen and (min-width: 768px) {
  #header-2nd .navbar-nav > li.dropdown > a + .dropdown-target {
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

#header-2nd .navbar-nav > li.dropdown > a + .dropdown-target > ul {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  #header-2nd .navbar-nav > li.dropdown > a + .dropdown-target > ul {
    border-top: dotted 1px #727169;
  }
}

#header-2nd .navbar-nav > li.dropdown > a + .dropdown-target > ul > li + li {
  border-top: dotted 1px #727169;
}

#header-2nd .navbar-nav > li.dropdown > a + .dropdown-target > ul > li > a {
  display: block;
  padding: 7px 15px;
}

@media screen and (min-width: 992px) {
  #header-2nd .navbar-nav > li.dropdown > a + .dropdown-target > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #header-2nd .navbar-nav > li.dropdown > a + .dropdown-target > ul > li > a {
    font-size: 0.75em;
  }
}

@media screen and (min-width: 768px) {
  #header-2nd .navbar-nav > li:not(:hover):not(:focus) > .dropdown-target {
    height: 0 !important;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  #header-2nd .navbar-toggle {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 -15px 0 0;
    border: none;
    border-radius: 2px;
    background: #fff !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #header-2nd .navbar-toggle > .icon-bar {
    background-color: #727169 !important;
  }
}

#header-main {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #header-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  #header-main > :last-child {
    padding-top: 7px;
  }
}

@media screen and (min-width: 1200px) {
  #header-main > :last-child {
    padding-top: 7px;
  }
}

@media screen and (min-width: 1470px) {
  #header-main > :last-child {
    padding-top: 14.5px;
  }
}

@media screen and (max-width: 991px) {
  #header-main > :last-child {
    font-size: 0.875em;
  }
}

#header-logo {
  width: 110px;
}

@media screen and (min-width: 768px) {
  #header-logo {
    width: 140px;
  }
}

@media screen and (min-width: 992px) {
  #header-logo {
    width: 160px;
  }
}

@media screen and (min-width: 1200px) {
  #header-logo {
    width: 180px;
  }
}

@media screen and (min-width: 1470px) {
  #header-logo {
    width: 232px;
  }
}

#header-logo > .remove {
  padding-top: 29.226361%;
  background-image: url("../img/common/header_logo.png");
}

#header-search__wrap {
  width: 135px;
  margin-top: 4px;
  margin-left: 9px;
}

@media screen and (min-width: 992px) {
  #header-search__wrap {
    width: 175px;
    margin-top: 7px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  #header-search__wrap {
    width: 200px;
    margin-top: 7px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1470px) {
  #header-search__wrap {
    width: 228px;
    margin-top: 14.5px;
    margin-left: 45px;
  }
}

@media screen and (max-width: 991px) {
  #header-search__wrap {
    font-size: 0.875em;
  }
}

#header-search__wrap .search-box {
  padding-left: 10px;
  border: solid 1px #727169;
  border-radius: 12rem;
  background-color: #e8e8e8;
}

@media screen and (min-width: 1200px) {
  #header-search__wrap .search-box {
    padding-left: 15px;
    padding-right: 5px;
  }
}

#header-search__wrap .search-box > input[type='text'], #header-search__wrap .search-box > button {
  float: left;
  border: none;
  background-color: transparent;
}

#header-search__wrap .search-box > input[type='text'] {
  width: 90px;
  height: 30px;
  line-height: 30px;
  letter-spacing: normal;
}

@media screen and (min-width: 992px) {
  #header-search__wrap .search-box > input[type='text'] {
    width: 130px;
  }
}

@media screen and (min-width: 1200px) {
  #header-search__wrap .search-box > input[type='text'] {
    width: 140px;
    height: 36px;
    line-height: 36px;
  }
}

@media screen and (min-width: 1470px) {
  #header-search__wrap .search-box > input[type='text'] {
    width: 170px;
  }
}

#header-search__wrap .search-box > button {
  width: 30px;
  height: 30px;
  background-image: url("../img/common/header_loope.png");
}

@media screen and (min-width: 1200px) {
  #header-search__wrap .search-box > button {
    width: 34px;
    height: 34px;
  }
}

#header-deliv {
  line-height: 0.75em;
  letter-spacing: 0.16em;
  padding-left: 40px;
  margin-top: 4px;
  margin-left: 9px;
}

@media screen and (min-width: 992px) {
  #header-deliv {
    margin-top: 7px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  #header-deliv {
    padding-left: 45px;
    margin-top: 7px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1470px) {
  #header-deliv {
    margin-top: 14.5px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 991px) {
  #header-deliv {
    font-size: 0.875em;
  }
}

#header-deliv > :last-child {
  padding-top: 5px;
  padding-right: 35px;
  padding-bottom: 5px;
}

#header-deliv > :last-child:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 29px;
  height: 18px;
  background: url("../img/common/header_car.png") center no-repeat;
  background-size: cover;
  content: "";
}

#header-deliv:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/common/header_0en.png") center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

@media screen and (min-width: 1200px) {
  #header-deliv:before {
    width: 40px;
    height: 40px;
  }
}

#header-login {
  text-decoration: none !important;
  letter-spacing: 0.075em;
  padding-left: 25px;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  #header-login {
    letter-spacing: 0.22em;
  }
}

@media screen and (max-width: 767px) {
  #header-login {
    overflow: hidden;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
  }
}

#header-login:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 26px;
  background: url("../img/common/header_login.png") center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

@media screen and (max-width: 767px) {
  #header-login:before {
    left: 50%;
    width: 14px;
    height: 23px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#header-cart {
  text-decoration: none !important;
  width: 130px;
  line-height: 38px;
  letter-spacing: 0.075em;
  padding-left: 50px;
  padding-right: 15px;
  border-radius: 12rem;
  background-color: #e8e8e8;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  #header-cart {
    width: 150px;
    letter-spacing: 0.22em;
    padding-left: 45px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  #header-cart {
    width: 190px;
    padding-left: 50px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  #header-cart {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    padding: 0;
    text-align: left !important;
    text-indent: -9999px;
  }
}

#header-cart > .cart-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 25px;
  height: 22px;
  background: url("../img/common/header_cart.png") center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  #header-cart > .cart-icon {
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  #header-cart > .cart-icon {
    left: 50%;
    width: 20px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#header-cart > .cart-icon > * {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 0;
  text-align: center;
  letter-spacing: normal;
  line-height: 18px;
  border-radius: 50%;
  background-color: #c65514;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

footer {
  padding-top: 5px;
  background: url("../img/common/footer_ribon.png") #eddece center top repeat-x;
}

footer #footer-logo {
  width: 60px;
}

@media screen and (min-width: 768px) {
  footer #footer-logo {
    width: 80px;
  }
}

footer #footer-logo > .remove {
  padding-top: 147.2%;
  background-image: url("../img/common/footer_logo.png");
}

@media screen and (max-width: 991px) {
  footer #footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

footer ul.footer-sitemap {
  position: relative;
  list-style: none;
  border-left: solid 1px #727169;
  padding-left: 15px;
  margin-bottom: 0;
}

footer ul.footer-sitemap > li {
  line-height: 2.2em;
  letter-spacing: 0.15em;
}

/******************************************************************************************************
 * Firstview
 *****************************************************************************************************/
#firstview-slick-wrap {
  z-index: 10;
}

#slick-slider {
  padding: 0;
  margin-bottom: 0;
}

#slick-slider > .slick-list .slick-slide > * {
  padding-top: 120.5729166%;
}

@media screen and (min-width: 768px) {
  #slick-slider > .slick-list .slick-slide > * {
    padding-top: 36.3380281%;
  }
}

#slick-slider > .slick-dots {
  height: 10px;
  line-height: 10px;
  text-align: center;
  list-style: none;
  vertical-align: middle;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 0;
  /*
		@include mq(768){
			position: absolute;
			left: 0;
			bottom: 60px;
			width: 100%;
			padding-top: 0;
		}
		*/
}

#slick-slider > .slick-dots > li {
  display: inline-block;
  height: 10px;
  line-height: 10px;
  vertical-align: middle;
  letter-spacing: normal;
}

#slick-slider > .slick-dots > li + li {
  margin-left: 10px;
}

#slick-slider > .slick-dots > li > button {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0.5em;
  line-height: 0em;
  text-align: left;
  text-indent: -9999px;
  background-color: #d4d5d5;
  border: none;
  cursor: pointer;
}

#slick-slider > .slick-dots > li > button[aria-selected='true'] {
  background-color: #00418c;
}

#slick-slider > .slick-dots > li > button:hover {
  background-color: #7fa0c5;
}

@media screen and (min-width: 768px) {
  #firstview-slick,
  #slick-slider,
  #slick-slider > .slick-list,
  #slick-slider > .slick-list *:not(li) {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  #firstview-slick-wrap {
    height: auto !important;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.img-responsive-wrap img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.event-archive {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.event-archive > li {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #c49e83;
}

@media screen and (min-width: 768px) {
  .event-archive > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .event-archive > li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.event-archive > li a {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.event-archive__date {
  letter-spacing: 0.22em;
}

#top-pickup__archive a {
  position: relative;
  display: block;
  text-decoration: none !important;
}

@media screen and (min-width: 992px) {
  #top-pickup__archive a:hover {
    opacity: 0.5;
  }
}

#top-pickup__archive a span {
  position: relative;
  display: block;
  font-family: "a1_mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
  padding-top: 7px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #top-pickup__archive a span {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  #top-ranking .on-border-dash {
    border-top: none !important;
    padding-top: 0 !important;
  }
}

.top-ranking__archive {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 -7px;
}

@media screen and (min-width: 992px) {
  .top-ranking__archive {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.top-ranking__archive > li {
  display: block;
  padding-top: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

@media screen and (min-width: 768px) {
  .top-ranking__archive > li {
    float: left;
    width: 20%;
  }
}

@media screen and (min-width: 992px) {
  .top-ranking__archive > li {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .top-ranking__archive > li {
    /*
			&:not(:last-child) { padding-bottom: 15px; }
			+ li { border-top: dotted 1px #cbcbcb; }
			*/
    float: left;
    width: 50%;
  }
}

.top-ranking__archive > li > .rank {
  color: #fff;
  font-weight: bold;
  font-family: Helvetica, Arial, "sans-serif";
  letter-spacing: normal;
  line-height: 1em;
  padding: 5px 7px;
  background-color: #ffb8ae;
}

@media screen and (max-width: 767px) {
  .top-ranking__archive > li > .rank {
    display: block !important;
  }
}

.top-ranking__archive > li:nth-child(1) > .rank {
  background-color: #e0aa58;
}

.top-ranking__archive > li:nth-child(1) > .rank:after {
  content: "No.1";
}

.top-ranking__archive > li:nth-child(2) > .rank {
  background-color: #b9b6b9;
}

.top-ranking__archive > li:nth-child(2) > .rank:after {
  content: "No.2";
}

.top-ranking__archive > li:nth-child(3) > .rank {
  background-color: #a58063;
}

.top-ranking__archive > li:nth-child(3) > .rank:after {
  content: "No.3";
}

.top-ranking__archive > li:nth-child(4) > .rank:after {
  content: "No.4";
}

.top-ranking__archive > li:nth-child(5) > .rank:after {
  content: "No.5";
}

.top-ranking__archive > li > a {
  text-decoration: none !important;
  margin-top: 7px;
  /*
			@include mq(0,768) {
				min-height: 90px;
				padding-left: 105px;
			}
			*/
}

@media screen and (min-width: 768px) {
  .top-ranking__archive > li > a > .remove {
    padding-top: 77.4739583%;
  }
}

@media screen and (max-width: 767px) {
  .top-ranking__archive > li > a > .remove {
    padding-top: 100%;
  }
}

.top-ranking__archive > li > a > .tAr {
  color: #9c865f;
}

@media screen and (min-width: 992px) {
  #top-other_banner a:hover {
    opacity: 0.5;
  }
}

.under-contents-title {
  padding: 20px 15px 25px;
  border-top: solid 2px #d8ddc7;
  border-bottom: solid 2px #ffdad8;
}

.under-contents-title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background: url("../img/common/under_label_bg.png") top center;
  content: "";
}

.pagenumber_area {
  margin-bottom: 0;
}

.pagenumber_area > ul.change {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1em;
  letter-spacing: 0.5em;
  list-style: none;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.pagenumber_area > ul.change > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .pagenumber_area > ul.change > li {
    letter-spacing: 0.32em;
    text-indent: 0.32em;
  }
}

.pagenumber_area > ul.change > li > :not(ul) {
  position: relative;
  display: block;
  font-weight: normal !important;
  text-align: center;
  padding: 7px 14px;
  background-color: #d3d4c5;
  border: none;
  border-radius: 12rem;
}

@media screen and (min-width: 768px) {
  .pagenumber_area > ul.change > li > :not(ul) {
    padding: 8px 20px 10px;
  }
}

.pagenumber_area > ul.change > li > :not(ul).active {
  color: #fff;
  background-color: #9c865f;
}

.pagenumber_area > ul.change > li > .dropdown-menu {
  width: 100%;
  min-width: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.pagenumber_area > ul.change > li > .dropdown-menu > li > a {
  text-align: center;
  padding: 7px 10px;
}

.pagenumber_area > ul.change > li > .dropdown-menu > li + li {
  border-top: dashed 1px rgba(0, 0, 0, 0.15);
}

.products-list a {
  text-decoration: none !important;
}

.products-list a.stock-out > .remove {
  font-size: 1em;
  text-align: center;
  text-indent: 0;
}

.products-list a.stock-out > .remove:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(125, 125, 125, 0.75);
  content: "";
}

.products-list a.stock-out > .remove:after {
  position: absolute;
  color: #fff;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.125em;
  font-weight: bold;
  content: "売り切れました";
}

.products-list a > .remove {
  padding-top: 77.4739583%;
}

.products-list a > .status_icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 992px) {
  .products-list a > .status_icon {
    padding: 10px;
  }
}

.products-list a > .status_icon > * {
  display: inline-block !important;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  vertical-align: top;
  padding: 7px 10px;
}

.products-list a > .item-label + * {
  color: #9c865f;
}

ul.horizontal-li {
  position: relative;
  display: block;
  list-style: none;
  letter-spacing: 0.25em;
  padding-left: 0;
  margin-bottom: 0;
}

ul.horizontal-li > li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

#detail__main-image {
  overflow: hidden;
}

#detail__main-image .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#detail__main-image .image-slide > .remove {
  padding-top: 100%;
  background-size: cover;
}

#detail__main-image > .fa-search-plus {
  position: absolute;
  left: 5%;
  bottom: 5%;
}

#detail__sub-image .detail__sub-thumb {
  cursor: pointer;
}

#detail__sub-image .detail__sub-thumb > .remove {
  padding-top: 100%;
}

#detail__sub-image .detail__sub-thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}

#detail__sub-image .detail__sub-thumb.active:after, #detail__sub-image .detail__sub-thumb:hover:after {
  opacity: 0;
}

#detail__recipe-icon > li > * {
  overflow: hidden;
  width: 66px;
  height: 66px;
  line-height: 56px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  border: solid 1px #c49e83;
  border-radius: 50%;
}

#detail__recipe-icon > li > *:not(.fff) {
  color: #c49e83;
}

#detail__recipe-icon > li > *.fff {
  background-color: #c49e83;
}

#detail__recipe-material {
  position: relative;
  display: block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#detail__recipe-material > li {
  display: block;
}

#detail__recipe-material > li > *:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  border-top: dotted 1px #59574f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

#detail__recipe-material > li > * > * {
  position: relative;
  background-color: #fff;
  padding-right: 7px;
}

#detail__recipe-material > li > * > *:not(.inline-block) {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 7px;
  padding-right: 0;
}

.detail__price {
  color: #9c865f;
}

.product_code {
  margin-bottom: 0;
}

.status_icon > li > * {
  position: relative;
  display: block;
  color: #727169;
  border-radius: 12rem;
  padding: 0 30px 3px;
  border: solid 1px #727169;
}

.detail__normal-price,
.detail__point {
  letter-spacing: 0.22em;
}

#cart_area-wrap label.attention {
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

#cart_area-wrap input:not([type='hidden']), #cart_area-wrap select {
  width: 100%;
  height: 50px;
  padding: 3px 15px;
  border-radius: 6px;
  border: solid 1px #59574f;
}

.sns-buttons > ul > li {
  width: 40px;
}

.sns-buttons > ul > li > [class*='icon-'] {
  padding-top: 100%;
  border-radius: 50%;
}

.sns-buttons > ul > li > .icon-favorite {
  background-color: #ffb8ae;
  background-image: url("../img/icon/detail_favorite.png");
}

.sns-buttons > ul > li > .icon-facebook {
  background-color: #3b5998;
  background-image: url("../img/icon/facebook.png");
}

.sns-buttons > ul > li > .icon-twitter {
  background-color: #1da1f2;
  background-image: url("../img/icon/twitter.png");
}

.sns-buttons > ul > li > .icon-instagram {
  background-image: url("../img/icon/instagram.png"), url("../img/icon/instagram_bg.png");
}

.sns-buttons > ul > li > a.icon-favorite:hover {
  background-color: #ff8577;
}

.sns-buttons > ul > li > span.icon-favorite {
  background-color: #e8e8e8;
}

.relative_cat {
  padding-left: 20px;
  letter-spacing: normal;
}

.relative_cat > li > .horizontal-li {
  letter-spacing: 0.15em;
}

.relative_cat > li > .horizontal-li > li {
  letter-spacing: 0.15em;
}

.relative_cat > li > .horizontal-li > li + li:before {
  color: #999;
  font-family: "FontAwesome";
  margin-right: 6px;
  content: "\f105";
}

.detail__recipe-note h4 {
  margin-left: -20px;
}

.added-detail-block .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.added-detail-block .top-box .img-box img {
  width: 100%;
}

.added-detail-block .top-box .txtbox .title {
  font-size: 1.9em;
  letter-spacing: .3em;
}

.added-detail-block .top-box .txtbox .text {
  margin-top: 20px;
  line-height: 2.2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .added-detail-block .top-box {
    margin-top: 60px;
  }
  .added-detail-block .top-box .txtbox .title {
    font-size: 1.5em;
  }
  .added-detail-block .top-box .txtbox .text {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .added-detail-block .top-box {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .added-detail-block .top-box .img-box,
  .added-detail-block .top-box .txtbox {
    width: 100%;
  }
  .added-detail-block .top-box .txtbox {
    margin-top: 20px;
  }
  .added-detail-block .top-box .txtbox .title {
    font-size: 1.3em;
  }
}

.added-detail-block .bottom-box {
  width: 100%;
  border: 1px solid #c49e83;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
  margin-top: 100px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.added-detail-block .bottom-box tr + tr {
  border-top: 1px solid #c49e83;
}

.added-detail-block .bottom-box tr th, .added-detail-block .bottom-box tr td {
  padding: 14px 24px 12px;
}

.added-detail-block .bottom-box tr th {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .added-detail-block .bottom-box tr td {
    border-left: 1px solid #c49e83;
  }
}

@media screen and (max-width: 991px) {
  .added-detail-block .bottom-box {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .added-detail-block .bottom-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .added-detail-block .bottom-box tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .added-detail-block .bottom-box tr th, .added-detail-block .bottom-box tr td {
    padding: 8px 14px 10px;
  }
  .added-detail-block .bottom-box tr th {
    background-color: #c49e83;
    color: #fff;
  }
}

[class*='flex-'][class*='1'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='1'] > * {
  width: 100%;
}

[class*='flex-'][class*='2'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='2'] > * {
  width: 50%;
}

[class*='flex-'][class*='3'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='3'] > * {
  width: 33.33333%;
}

[class*='flex-'][class*='4'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='4'] > * {
  width: 25%;
}

[class*='flex-'][class*='5'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='5'] > * {
  width: 20%;
}

[class*='flex-'][class*='6'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='6'] > * {
  width: 16.66666%;
}

[class*='flex-'][class*='7'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='7'] > * {
  width: 14.28571%;
}

[class*='flex-'][class*='8'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='8'] > * {
  width: 12.5%;
}

[class*='flex-'][class*='9'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='9'] > * {
  width: 11.11111%;
}

[class*='flex-'][class*='9'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='9'] > * {
  width: 10%;
}

[class*='flex-'][class*='11'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='11'] > * {
  width: 9.0909%;
}

[class*='flex-'][class*='12'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'][class*='12'] > * {
  width: 8.33333%;
}

.flex [class*='child-1'] {
  width: calc(100% / 12 * 1);
}

.flex [class*='child-2'] {
  width: calc(100% / 12 * 2);
}

.flex [class*='child-3'] {
  width: calc(100% / 12 * 3);
}

.flex [class*='child-4'] {
  width: calc(100% / 12 * 4);
}

.flex [class*='child-5'] {
  width: calc(100% / 12 * 5);
}

.flex [class*='child-6'] {
  width: calc(100% / 12 * 6);
}

.flex [class*='child-7'] {
  width: calc(100% / 12 * 7);
}

.flex [class*='child-8'] {
  width: calc(100% / 12 * 8);
}

.flex [class*='child-9'] {
  width: calc(100% / 12 * 9);
}

.flex [class*='child-10'] {
  width: calc(100% / 12 * 10);
}

.flex [class*='child-11'] {
  width: calc(100% / 12 * 11);
}

.flex [class*='child-12'] {
  width: calc(100% / 12 * 12);
}

@media screen and (max-width: 991px) {
  .flex [class*='child-'][class*='-tab-1'] {
    width: calc(100% / 12 * 1);
  }
  .flex [class*='child-'][class*='-tab-2'] {
    width: calc(100% / 12 * 2);
  }
  .flex [class*='child-'][class*='-tab-3'] {
    width: calc(100% / 12 * 3);
  }
  .flex [class*='child-'][class*='-tab-4'] {
    width: calc(100% / 12 * 4);
  }
  .flex [class*='child-'][class*='-tab-5'] {
    width: calc(100% / 12 * 5);
  }
  .flex [class*='child-'][class*='-tab-6'] {
    width: calc(100% / 12 * 6);
  }
  .flex [class*='child-'][class*='-tab-7'] {
    width: calc(100% / 12 * 7);
  }
  .flex [class*='child-'][class*='-tab-8'] {
    width: calc(100% / 12 * 8);
  }
  .flex [class*='child-'][class*='-tab-9'] {
    width: calc(100% / 12 * 9);
  }
  .flex [class*='child-'][class*='-tab-10'] {
    width: calc(100% / 12 * 10);
  }
  .flex [class*='child-'][class*='-tab-11'] {
    width: calc(100% / 12 * 11);
  }
  .flex [class*='child-'][class*='-tab-12'] {
    width: calc(100% / 12 * 12);
  }
}

@media screen and (max-width: 767px) {
  .flex [class*='child-'][class*='-sp-1'] {
    width: calc(100% / 12 * 1);
  }
  .flex [class*='child-'][class*='-sp-2'] {
    width: calc(100% / 12 * 2);
  }
  .flex [class*='child-'][class*='-sp-3'] {
    width: calc(100% / 12 * 3);
  }
  .flex [class*='child-'][class*='-sp-4'] {
    width: calc(100% / 12 * 4);
  }
  .flex [class*='child-'][class*='-sp-5'] {
    width: calc(100% / 12 * 5);
  }
  .flex [class*='child-'][class*='-sp-6'] {
    width: calc(100% / 12 * 6);
  }
  .flex [class*='child-'][class*='-sp-7'] {
    width: calc(100% / 12 * 7);
  }
  .flex [class*='child-'][class*='-sp-8'] {
    width: calc(100% / 12 * 8);
  }
  .flex [class*='child-'][class*='-sp-9'] {
    width: calc(100% / 12 * 9);
  }
  .flex [class*='child-'][class*='-sp-10'] {
    width: calc(100% / 12 * 10);
  }
  .flex [class*='child-'][class*='-sp-11'] {
    width: calc(100% / 12 * 11);
  }
  .flex [class*='child-'][class*='-sp-12'] {
    width: calc(100% / 12 * 12);
  }
}

.content_between.-f-tab, .content_between-f-sp, .content_between-f-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .content_between.-f-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_between.-f-tab * {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .content_between-f-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_between-f-sp * {
    width: 100% !important;
  }
}

@media screen and (max-width: 416px) {
  .content_between.-f-min {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_between.-f-min * {
    width: 100% !important;
  }
}

.contents-header {
  text-indent: -9999px;
}

.fullscreen-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fullscreen-filter {
  height: 0;
  padding-top: 36.4%;
  padding-bottom: 0 !important;
}

/* common class */
.double-line {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
}

.double-line::before, .double-line::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
}

.double-line::before {
  background-color: #ced3bd;
  top: 0;
}

.double-line::after {
  background-color: #ffd0ce;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .full-width {
    margin: 0 -15px;
  }
}

.imgbox {
  width: 100%;
  height: 0;
  padding-top: 66%;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bc-bb-pink {
  background-color: #fff1ed;
}

.bc-bb-blue {
  background-color: #e6f9f9;
}

.bc-bb-orange {
  background-color: #ffefe6;
}

.bc-bb-green {
  background-color: #e9efe6;
}

.bc-bb-beige {
  background-color: #f2eeef;
}

/* visible hidden ----- */
.visible-desktop, .visible-pc, .visible-tab-sp, .visible-sp, .visible-min {
  display: none;
}

@media screen and (min-width: 1200px) {
  .visible-desktop {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .visible-pc {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .visible-tab-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .visible-sp {
    display: block;
  }
}

@media screen and (max-width: 416px) {
  .visible-min {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-desktop {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hidden-tab-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (max-width: 416px) {
  .hidden-min {
    display: none;
  }
}

/* Flex box ----- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jc-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jc-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fd-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fd-column-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fw-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fw-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fw-wrap-rev {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.ai-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ai-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ai-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ac-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.ac-flex-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ac-flex-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.ac-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.ac-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.ac-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.flex .as-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.flex .as-flex-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex .as-flex-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex .as-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flex .as-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.flex .as-auto {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
      align-self: auto;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-7 {
  padding-top: 7px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-7 {
  padding-left: 7px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-7 {
  padding-right: 7px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .pt-0-sm {
    padding-top: 0px !important;
  }
  .pt-7-sm {
    padding-top: 7px;
  }
  .pt-15-sm {
    padding-top: 15px;
  }
  .pt-30-sm {
    padding-top: 30px;
  }
  .pl-0-sm {
    padding-left: 0px !important;
  }
  .pl-7-sm {
    padding-left: 7px;
  }
  .pl-15-sm {
    padding-left: 15px;
  }
  .pl-30-sm {
    padding-left: 30px;
  }
  .pr-0-sm {
    padding-right: 0px !important;
  }
  .pr-7-sm {
    padding-right: 7px;
  }
  .pr-15-sm {
    padding-right: 15px;
  }
  .pr-30-sm {
    padding-right: 30px;
  }
  .pb-0-sm {
    padding-bottom: 0px !important;
  }
  .pb-7-sm {
    padding-bottom: 7px;
  }
  .pb-15-sm {
    padding-bottom: 15px;
  }
  .pb-30-sm {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .pt-0-md {
    padding-top: 0px !important;
  }
  .pt-7-md {
    padding-top: 7px;
  }
  .pt-15-md {
    padding-top: 15px;
  }
  .pt-30-md {
    padding-top: 30px;
  }
  .pl-0-md {
    padding-left: 0px !important;
  }
  .pl-7-md {
    padding-left: 7px;
  }
  .pl-15-md {
    padding-left: 15px;
  }
  .pl-30-md {
    padding-left: 30px;
  }
  .pr-0-md {
    padding-right: 0px !important;
  }
  .pr-7-md {
    padding-right: 7px;
  }
  .pr-15-md {
    padding-right: 15px;
  }
  .pr-30-md {
    padding-right: 30px;
  }
  .pb-0-md {
    padding-bottom: 0px !important;
  }
  .pb-7-md {
    padding-bottom: 7px;
  }
  .pb-15-md {
    padding-bottom: 15px;
  }
  .pb-30-md {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .pt-0-lg {
    padding-top: 0px !important;
  }
  .pt-7-lg {
    padding-top: 7px;
  }
  .pt-15-lg {
    padding-top: 15px;
  }
  .pt-30-lg {
    padding-top: 30px;
  }
  .pl-0-lg {
    padding-left: 0px !important;
  }
  .pl-7-lg {
    padding-left: 7px;
  }
  .pl-15-lg {
    padding-left: 15px;
  }
  .pl-30-lg {
    padding-left: 30px;
  }
  .pr-0-lg {
    padding-right: 0px !important;
  }
  .pr-7-lg {
    padding-right: 7px;
  }
  .pr-15-lg {
    padding-right: 15px;
  }
  .pr-30-lg {
    padding-right: 30px;
  }
  .pb-0-lg {
    padding-bottom: 0px !important;
  }
  .pb-7-lg {
    padding-bottom: 7px;
  }
  .pb-15-lg {
    padding-bottom: 15px;
  }
  .pb-30-lg {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1470px) {
  .pt-0-xlg {
    padding-top: 0px !important;
  }
  .pt-7-xlg {
    padding-top: 7px;
  }
  .pt-15-xlg {
    padding-top: 15px;
  }
  .pt-30-xlg {
    padding-top: 30px;
  }
  .pl-0-xlg {
    padding-left: 0px !important;
  }
  .pl-7-xlg {
    padding-left: 7px;
  }
  .pl-15-xlg {
    padding-left: 15px;
  }
  .pl-30-xlg {
    padding-left: 30px;
  }
  .pr-0-xlg {
    padding-right: 0px !important;
  }
  .pr-7-xlg {
    padding-right: 7px;
  }
  .pr-15-xlg {
    padding-right: 15px;
  }
  .pr-30-xlg {
    padding-right: 30px;
  }
  .pb-0-xlg {
    padding-bottom: 0px !important;
  }
  .pb-7-xlg {
    padding-bottom: 7px;
  }
  .pb-15-xlg {
    padding-bottom: 15px;
  }
  .pb-30-xlg {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pt-0-xs {
    padding-top: 0px !important;
  }
  .pt-7-xs {
    padding-top: 7px;
  }
  .pt-15-xs {
    padding-top: 15px;
  }
  .pt-30-xs {
    padding-top: 30px;
  }
  .pl-0-xs {
    padding-left: 0px !important;
  }
  .pl-7-xs {
    padding-left: 7px;
  }
  .pl-15-xs {
    padding-left: 15px;
  }
  .pl-30-xs {
    padding-left: 30px;
  }
  .pr-0-xs {
    padding-right: 0px !important;
  }
  .pr-7-xs {
    padding-right: 7px;
  }
  .pr-15-xs {
    padding-right: 15px;
  }
  .pr-30-xs {
    padding-right: 30px;
  }
  .pb-0-xs {
    padding-bottom: 0px !important;
  }
  .pb-7-xs {
    padding-bottom: 7px;
  }
  .pb-15-xs {
    padding-bottom: 15px;
  }
  .pb-30-xs {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .space {
    padding-top: 45px;
  }
  .space-half {
    padding-top: 20px;
  }
  .space-ptit {
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  body {
    font-size: 0.875em;
  }
}

@media screen and (min-width: 992px) {
  br.hidden-sm {
    display: inherit !important;
  }
  .space {
    padding-top: 60px;
  }
  .space-half {
    padding-top: 30px;
  }
  .space-ptit {
    padding-top: 15px;
  }
  .breadcrumbs {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  br.hidden-md {
    display: inherit !important;
  }
}

.ecTable {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ecTable {
    display: table;
    border-collapse: separate;
  }
  .ecTable_tr {
    display: table-row;
  }
  .ecTable_tr > * {
    display: table-cell;
  }
  .ecTable_tr + * > * {
    padding-top: 15px;
  }
  .ecTable_tr:first-child > * {
    border-top: none !important;
  }
  .ecTable_tr:not(:last-child) > * {
    padding-bottom: 15px;
  }
  .ecTable_th {
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 15px;
    border-top: solid 1px #59574f;
  }
  .ecTable_td {
    padding-left: 15px;
    border-left: solid 2px #fff;
    border-top: dotted 1px #59574f;
  }
}

@media screen and (min-width: 1470px) {
  .letter-spacing-normal {
    letter-spacing: 0.15em !important;
  }
}

@media screen and (max-width: 767px) {
  .row-xs-30 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .row-xs-30.padding-off {
    padding-left: 0;
    padding-right: 0;
  }
  .row-xs.padding-off {
    padding-left: 0;
    padding-right: 0;
  }
  .ecTable_tr + * {
    border-top: dotted 1px #59574f;
    margin-top: 15px;
    padding-top: 15px;
  }
  .ecTable_th {
    position: relative;
    font-size: 0.875em;
  }
  .ecTable_th:before {
    content: "[";
  }
  .ecTable_th:after {
    content: "]";
  }
}

.categories-columns {
  display: block;
  list-style: none;
  letter-spacing: -.40em;
  padding: 0;
  margin: 0 -7px;
}

.categories-columns > li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  padding-left: 7px;
  padding-right: 7px;
}

@media screen and (min-width: 768px) {
  .categories-columns > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  .categories-columns > li {
    letter-spacing: 0.15em;
  }
}

.categories-columns > li + li:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  color: #a5a6a6;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "/";
}

.pager {
  margin: 0;
}

table.ec-table {
  width: 100%;
  border: 1px solid #c49e83;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  table.ec-table col {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  table.ec-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

table.ec-table tr + tr {
  border-top: 1px solid #c49e83;
}

table.ec-table tr th, table.ec-table tr td {
  padding: 14px 24px 12px;
}

@media screen and (max-width: 767px) {
  table.ec-table tr th, table.ec-table tr td {
    padding: 8px 14px 10px;
  }
}

table.ec-table tr th {
  text-align: center;
}

@media screen and (max-width: 767px) {
  table.ec-table tr th {
    background-color: #c49e83;
    color: #fff;
  }
}

table.ec-table tr th label {
  margin: 0;
}

@media screen and (min-width: 768px) {
  table.ec-table tr td {
    border-left: 1px solid #c49e83;
  }
}

@media screen and (min-width: 768px) {
  .flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-sm > * {
    float: none;
  }
}

.form-horizontal .control-label {
  padding-top: 0;
}

#entry-kiyaku {
  padding: 15px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  #entry-kiyaku {
    padding: 30px;
  }
}

#entry-kiyaku > strong {
  margin-bottom: 15px;
}

#entry-kiyaku > .kiyaku-frame {
  overflow: hidden;
  overflow-y: scroll;
  height: 220px;
  letter-spacing: 0.075em;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  #entry-kiyaku > {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  #entry-kiyaku > {
    line-height: 1.8em;
  }
}

.form-control {
  height: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 768px) {
  .form-control {
    height: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .form-control {
    padding: 3px 6px !important;
  }
}

table.personal-input {
  width: 100%;
}

@media screen and (min-width: 768px) {
  table.personal-input {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  table.personal-input {
    display: block;
  }
  table.personal-input > *, table.personal-input tr, table.personal-input tr > * {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  table.personal-input tr + tr > * {
    padding-top: 30px;
    border-top: dotted 1px #ccc;
  }
}

@media screen and (max-width: 767px) {
  table.personal-input tr + tr > th {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  table.personal-input tr > * {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  table.personal-input tr > th {
    width: 200px;
  }
  table.personal-input tr > th > label {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  table.personal-input tr > td {
    padding-bottom: 10px;
  }
}

table.personal-input label {
  padding-left: 0 !important;
}

table.personal-input label > input {
  position: relative !important;
  margin-left: 0 !important;
}

.login_area {
  letter-spacing: normal;
  padding: 30px;
  background-color: #f3f4f4;
}

@media screen and (min-width: 768px) {
  .login_area {
    letter-spacing: 0.05em;
    padding: 30px 13% 60px;
  }
}

.login_area .login-icon {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.login_area .login-icon > .remove {
  padding-top: 100%;
  background-image: url(../img/icon/user.svg);
}

@media screen and (min-width: 768px) {
  #login-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #login-button > * {
    float: none;
  }
}

.mynavi_list {
  margin-left: -1px;
  margin-right: -1px;
}

.mynavi_list .btn {
  padding: 10px !important;
  border-left: solid 1px #fff !important;
  border-right: solid 1px #fff !important;
}

@media screen and (min-width: 768px) {
  #shopping-guest {
    display: table;
  }
  #shopping-guest > * {
    display: table-cell;
    vertical-align: middle;
  }
}
