@charset "euc-jp";

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

form {
  margin: 0;
}

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

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


.muted {
  color: #999;
}

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

.text-warning {
  color: #c09853;
}

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

.text-error {
  color: #b94a48;
}

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

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

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

.text-success {
  color: #468847;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}


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

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

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

a:hover {
  color: #5e5e5e;
}

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

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

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

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

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

.ttl-h2 {
  margin:0 0 1em 0;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 160%;
  line-height: 1.5;
}
.ttl-h3 {
  margin-bottom: .7em;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 124%;
}

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

/* スライダー */

#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
  font-family: "Noto Serif JP", sans-serif;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
	padding-top: 0;
}
.header-flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}
.header-flex_wrap{
	order: 2;
}
/* */
.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }
.fb_btn{
  display:inline-block;
  width:35px;
  margin-left:10px;
}
#header-wrapper {
    background: rgba(255,255,255,0.6);
    z-index: 52;
    position: relative;
	padding-bottom: 0;
}

.header-logo {
	float: none;
	width: 23%;
	order: 1;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
  }

.header-global-nav {
	z-index: 100;
	float: none;
  clear:both;
}
  .header-global-nav ul {
	padding-top: 15px;
  }
  .header-global-nav li {
	position: relative;
	display: inline;
	vertical-align: top;
	padding: 0 0 0 20px;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    	/* font-size: 18px; */
	font-size: 16px!important;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: 140%;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
	padding-top: 0;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
	font-size: 13px!important;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }


/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
	top: 100%;
}
.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}


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

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

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

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  word-break: break-all;
}

/* add20230727 */
.bestseller-block {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.news {
  padding: 4px 0;
}

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

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

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

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

.prd-lst-img {
  background: #fff;
  display: block;
  margin: 0 auto;
}
  .prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 17px;
  font-size: 15px;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #a1a19f;
  font-size: 13px;
}
.prd-lst-discount {
  color: #b81717;
}

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

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
  .prd-lst-pager ul {
    position: relative;
    left: 50%;
    float: left;
    padding-top: 15px;
  }
  .prd-lst-pager li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    line-height: 26px;
  }
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    display: block;
    float: left;
    min-width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 .5em;
  }
  .prd-lst-pager li a {
    border: 1px solid #41220F;
    background-color: #41220F;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #410f15;
    background-color: #410f15;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

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

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

/* フッター背景 */
.footer-wrapper {
  padding: 40px 0;
  border-top: 1px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  background: #ebebe6;
}

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

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

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

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

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

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

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

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

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

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

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

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
	.header-flex{
		height: 70px;
	}
	.header-logo{
		width: 60%;
		max-width: 200px;
	}
	.header-logo p{
		margin: 0;
		padding: 0;
	}
  	.header-flex_wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sp_sns{
		margin-right: 20px;
	}
    .fb_btn{
		width: 27px;
		position: relative;
		top: 0;
		right: 0;
  }
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }

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

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

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {

  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

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

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

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

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

  .header-logo {
		padding-top: 0;
  }
  .header-logo {
    width: 60%;
  }

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

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

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

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

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

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

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

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













.l-container {
	min-width: 320px;
}

.l-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.l-inner .l-inner {
	padding-left: 0;
	padding-right: 0;
}

.l-container,
.l-inner {
	position: relative;
}

.l-container:after,
.l-inner:after {
	content: " ";
	display: block;
	clear: both;
}



.c-bread__list {
	font-size: 12px;
	font-size: 1.2rem;
	word-break: break-all;
}

.c-bread__list > li {
	display: inline;
	margin-right: 0.2em;
}

.c-bread__list > li + li:before {
	content: "\FF1E"; /*	content: ">";*/
}

[data-js-tel] a {
	color: inherit;
	text-decoration: underline;
}

/*全画面*/

/*ヘッダー*/

.g-header {
	position: relative;
	z-index: 1000;
}

.g-header .head {
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #642001;
	text-align: center;
}

.g-header .body {
	padding-top: 20px;
	padding-bottom: 50px;
}

.g-header .navi1 {
	margin-bottom: 40px;
}

.g-header .navi1:after {
	content: " ";
	display: block;
	clear: both;
}

.g-header .logo {
	margin-bottom: 95px;
	text-align: center;
}

.g-header .header-nav-lst-phone {
	left: 16px;
	width: calc(100% - 32px);
	margin-left: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.g-header .navi2 .header-global-nav {
	float: none;
	text-align: center;
}

.g-header .navi2 .header-global-nav > ul > li {
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
}

.g-header .navi2 .header-global-nav a,
.g-header .navi2 .header-global-nav span {
	font-size: 14px;
	font-size: 1.4rem;
}

/*フッター*/

/*メイン*/

.g-main {
	display: block;
}
.g-main p {
	margin: 0;
}
.g-main:after {
	content: " ";
	display: block;
	clear: both;
}

.q-content1 {
	padding-bottom: 50px;
	overflow: hidden;
}

.q-content1 .mv {
	position: relative;
	height: 500px;
}

.q-content1 .mv img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit:cover";
}

.q-content1 .body {
	background: url(https://img21.shop-pro.jp/PA01439/917/etc/content01_bg.jpg) repeat center top;
}

.q-content1 .logo {
	position: relative;
	bottom: 100px;
	margin-bottom: -100px;
	z-index: 10;
	text-align: center;
}

.q-content1 .logo img {
	max-width: 60%;
}

.q-content1 .text {
	position: relative;
	z-index: 1;
	bottom: 100px;
	margin-bottom: -100px;
	padding: 100px 100px 30px;
	font-size: 20px;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 700;
	line-height: 3;
	text-align: center;
	background-color: #fff;
}

.q-content1 .pic1,
.q-content1 .pic2 {
	max-width: 22%;
}

.q-content1 .pic1 {
	position: absolute;
	top: -40px;
	left: -20px;
}

.q-content1 .pic2 {
	position: absolute;
	bottom: 10px;
	right: -20px;
}

.q-content1 .mark {
	background: url(https://img21.shop-pro.jp/PA01439/917/etc/content01_shadow.png) no-repeat left bottom;
}

.q-content1 .lg {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1;
	color: #840022;
}

.q-content1 .xl {
	font-size: 1.33333em;
}

.q-content2 {
	position: relative;
	margin-top: -150px;
	padding: 180px 0 0px;
	background: url(https://img21.shop-pro.jp/PA01439/917/etc/content02_bg.jpg) repeat center top;
}

.q-content2 .heading {
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	background: url(https://img21.shop-pro.jp/PA01439/917/etc/content02_heading.png) no-repeat center bottom;
}

.q-content2 .lede {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
}

.q-content3 {
	padding-top: 100px;
}

.q-content3 .heading {
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	background: url(https://img21.shop-pro.jp/PA01439/917/etc/content03_heading.png) no-repeat center bottom;
}

.q-content3 .list:after {
	content: " ";
	display: block;
	clear: both;
}

.q-content3 a {
	color: #111;
}

.q-content3 a:hover {
	text-decoration: none;
}

.q-content3 a,
.q-content3 .image,
.q-content3 .title,
.q-content3 .desc,
.q-content3 .price {
	display: block;
}

.q-content3 .image {
	margin-bottom: 15px;
}

.q-content3 .image img {
	width: 100%;
}

.q-content3 .title {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

.q-content3 .desc {
	font-size: 12px;
}

.q-content3 .price {
	font-size: 14px;
}
.q-content4 {
    position: relative;
    padding: 0px 0 0px;
    background: url(https://img21.shop-pro.jp/PA01439/917/etc/content02_bg.jpg) repeat center top;
}
.q-content4 .wrap {
    padding: 50px 0 80px;
    background: url(https://img21.shop-pro.jp/PA01439/917/etc/bg.png) no-repeat right top;
}
.q-content4 .point {
    color: #41220F;
    margin: 0;
}
.q-content4 .point li {
    overflow: hidden;
    clear: both;
    margin-bottom: 40px;
}
.q-content4 .point li img {
    display: block;
    float: left;
}
.q-content4 .point li:nth-child(even) img {
    float: right;
}
.q-content4 .point li .rbox,
.q-content4 .point li .lbox {
    width: 325px;
    float: left;
}
.q-content4 .point li .rbox {
    background: url(https://img21.shop-pro.jp/PA01439/917/etc/nami1.png) no-repeat right top;
    padding: 65px 65px 0 160px;
}
.q-content4 .point li .lbox {
    background: url(https://img21.shop-pro.jp/PA01439/917/etc/nami2.png) no-repeat right top;
    padding: 65px 160px 0 65px;
}
.q-content4 .point li h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 35px;
    font-weight: bold;
    font-family: "Noto Serif JP", sans-serif;
    margin: 0 auto 40px;
    position: relative;
    line-height: 1.6;
    letter-spacing: 4px;
}
.q-content4 .point li h3:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    background: #41220F;
    top: 0;
}
@supports (-ms-ime-align: auto) {
	.q-content4 .point li h3:after {
		writing-mode: horizontal-tb;
	}
	.q-content4 .point li h3:after {
		display: none;
	}
}
_:-ms-lang(x)::backdrop, .q-content4 .point li h3 {
        writing-mode: horizontal-tb;
}
_:-ms-lang(x)::-ms-backdrop, .q-content4 .point li h3 {
        writing-mode: horizontal-tb;
}
_:-ms-lang(x)::backdrop, .q-content4 .point li h3:after {
        display: none;
}
_:-ms-lang(x)::-ms-backdrop, .q-content4 .point li h3:after {
        display: none;
}
.q-content4 .point li .rbox p,
.q-content4 .point li .lbox p {
    font-size: 16px;
}


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

.q-content3 .list {
    text-align: center;
}
  /*
.q-content3 .item {
	width: 30%;
	margin: 0 6%;
	list-style: none;
    text-align: left;
    display: inline-block;
}
  */

.q-content3 .item {
	float: left;
	width: 30%;
	margin-left: 5%;
	list-style: none;
}
.q-content3 .item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
/*
.q-content3 .item:nth-child(n+4) {
	margin-top: 60px;
}
*/
}

@media screen and (max-width: 1000px) {

.q-content1 .mv {
	min-height: 200px;
	height: 50vw;
}

}

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

.g-header .body {
	padding-top: 0;
}

.g-header .navi1 {
	margin-bottom: 0;
}

.g-header .logo {
	margin-bottom: 0;
	padding-top: 60px;
}

}

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

.q-content1 .logo {
	bottom: 50px;
	margin-bottom: -50px;
}

.q-content1 .text {
	padding: 100px 16px 50px;
	font-size: 16px;
}

.q-content1 .pic1 {
	top: 20px;
	left: -10px;
}

.q-content1 .pic2 {
	right: -10px;
}

.q-content1 .lg {
	font-size: 1.5em;
}

.q-content2 {
	margin-top: -100px;
	padding-top: 90px;
}

.q-content2 .heading {
	font-size: 28px;
}

.q-content2 .lede {
	font-size: 18px;
	text-align: left;
}

.q-content3 {
	padding-bottom: 40px;
}

.q-content3 .heading {
	font-size: 28px;
}

.q-content3 .image {
	margin-bottom: 5px;
}

.q-content3 .title {
	margin-bottom: 10px;
}
.q-content4 .wrap {
    background: none;
}
.q-content4 .point li {
    margin-bottom: 80px;
}
.q-content4 .point li img,
.q-content4 .point li:nth-child(even) img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: none;
}
.q-content4 .point li .rbox,
.q-content4 .point li .lbox {
    width: 100%;
    float: none;
    padding: 65px 0px 0 0px;
}
.q-content4 .point li h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: bold;
    font-family: "Noto Serif JP", sans-serif;
    margin: 0 auto 40px;
    position: relative;
    line-height: 1.6;
    letter-spacing: 4px;
}
.q-content4 .point li h3:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    background: #41220F;
    top: 0;
}
@supports (-ms-ime-align: auto) {
	.q-content4 .point li h3:after {
		writing-mode: horizontal-tb;
	}
	.q-content4 .point li h3:after {
		display: none;
	}
}
_:-ms-lang(x)::backdrop, .q-content4 .point li h3 {
        writing-mode: horizontal-tb;
}
_:-ms-lang(x)::-ms-backdrop, .q-content4 .point li h3 {
        writing-mode: horizontal-tb;
}
_:-ms-lang(x)::backdrop, .q-content4 .point li h3:after {
        display: none;
}
_:-ms-lang(x)::-ms-backdrop, .q-content4 .point li h3:after {
        display: none;
}
  /*
  .pc_oseti{display:none;}
  .sp_oseti{display:block;margin: 0 auto 30px;}
  */
}

@media screen and (max-width: 480px) {

.q-content1 .text {
	font-size: 2.91667vw;
}
.q-content3 .list {
    margin: 0;
}
.q-content3 .item {
	float: right;
	width: 48%;
    list-style: none;
}

.q-content3 .item:nth-child(2n+1) {
	clear: both;
	float: left;
}

.q-content3 .item:nth-child(n+3) {
	margin-top: 50px;
}

}

/* add20230727 */
.item_bnr_list._top-item_bnr {
  margin-bottom: 40px;
}

/* add2021 */
.item_bnr_list ul,
.item_bnr_side ul{
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
.item_bnr_list ul li,
.item_bnr_side ul li{
	margin: 0 0 20px;
}
.item_bnr_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_bnr_list ul li{
	width: 49%;
}
.item_bnr_list.display_sp{
	display: none;
}
@media only screen and (max-width: 768px){
	.item_bnr_side ul{
		display: flex;
		justify-content: space-between;
      flex-wrap:wrap;
	}
	.item_bnr_side ul li{
		width: 48%;
      margin-bottom: 0px;
	}
	.item_bnr_list ul li{
		margin-bottom: 10px;
	}
	.item_bnr_list.display_pc{
		display: none;
	}
	.item_bnr_list.display_sp{
		display: flex;
		margin-bottom: 40px;
	}
}


/* ==============
special
============== */
.q-special_heading{
	box-sizing: border-box;
	text-align: center;
	font-size: 28px;
	letter-spacing: 3px;
	font-weight: normal;
	padding: 0;
	margin: 0 auto 60px;
	width: 100%;
	padding: 20px 5px;
}
.q-special_heading_sub{
	font-size: 26px;
	letter-spacing: 1px;
	padding: 0;
	font-weight: bold;
	margin: 0 0 10px;
	z-index: 1;
	position: relative;
}
.q-special_heading_sub span{
	display: inline-block;
	z-index: 10;
	background: #fcfaed;
	padding-right: 20px;
}
.q-special_heading_sub:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #863a2a;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 50%;
	margin-top: -1px;
	opacity: 0.3;
}
.q-special-section{
	padding-bottom: 100px;
	font-family: 'Sawarabi Mincho', sans-serif;
}
.q-special-section .u_sp{
	display: none;
}
.q-special-section .q-content3{
	padding-top: 0;
}
.q-special-section .q-content3 .list{
	margin: 0;
}
.q-special-mv{
	text-align: center;
	width: 100%;
	min-height: 600px;
	height: calc(100vh - 173px);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: 'Sawarabi Mincho', sans-serif;
}
.q-special-section._kodawari .cap{
	padding-top: 40px;
	font-size: 22px;
	line-height: 2;
	text-align: center;
}
.q-special-section._menu{
	background: #fff;
	padding-bottom: 0;
}
.q-special-section._menu .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.q-special-section._menu .list li{
	display: flex;
	padding: 28% 30px 70px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-size: cover!important;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
}
.q-special-section._menu .list li:after{
	content: "";
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	-webkit-background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}
.q-special-section._menu .list li .p01{
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.q-special-section._menu .list li .p02{
	font-size: 16px;
}
.q-special-section._info .flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.q-special-section._info .flex:last-child{
	margin-bottom: 0!important;
}
.q-special-section._info .flex .img{
	width: 55%;
	order: 2;
	margin-right: -60px;
}
.q-special-section._info .flex .txt{
	width: 45%;
	order: 1;
}
.q-special-section._info .flex .txt .price{
	font-size: 28px;
	margin-bottom: 15px;
}
.q-special-section._info .flex .txt .price small{
	font-size: 70%;
}
.q-special-section._info .flex .txt .cap{
	font-size: 16px;
}
.q-special-section._info .flex .txt .cap p + p{
	margin-top: 15px;
}
.q-special-section._shop{
	padding-bottom: 0;
}
.q-special-section._shop .list{
	margin: 0;
	padding: 0;
}
.q-special-section._shop .list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.q-special-section._shop .list li:last-child{
	margin-bottom: 0;
}
.q-special-section._shop .list li .txt{
	width: 46%;
	order: 2;
}
.q-special-section._shop .list li .map{
	width: 50%;
	order: 1;
	border-radius: 10px;
	overflow: hidden;
}
.q-special-section._shop .list li .map iframe{
	width: 100%;
	height: 300px;
}
.q-special-section._shop .list li dl{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding: 0;
	margin: 15px 0;
}
.q-special-section._shop .list li dl dt{
	margin: 0;
	width: 60px;
	line-height: 1.7;
}
.q-special-section._shop .list li dl dd{
	margin: 0;
	width: calc(100% - 70px);
	line-height: 1.7;
}
.q-special-section._shop .list li dl dd span{
	font-size: 20px;
	display: block;
	line-height: 1.4;
}

/* shokupan */
.page_shokupan .q-special-section._menu .q-special_heading{
	margin-bottom: 0;
}
.page_shokupan .q-special-mv_logo{
	width: 140px;
	margin-top: -60px;
}
.page_shokupan .q-special-mv_btn{
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 10;
	width: 270px;
}
.page_shokupan .q-special-mv_btn span{
	border: 1px solid #000;
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.page_shokupan .q-special-mv_btn a{
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	padding: 6px;
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #000;
	background: #ffcc4d;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 17px;
	line-height: 1.3;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.page_shokupan .q-special_heading{
	background-color: #863a2a;
	color: #fff;
}
.page_shokupan .q-special-section._menu .list li{
	width: 33.33%;
}

.page_shokupan .q-special-section._howto dl {
	margin: 0 0 30px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #000;
}
.page_shokupan .q-special-section._howto dl dt{
	font-size: 20px;
	font-weight: bold;
	margin: 0 30px 10px 0;
	padding: 0;
}
.page_shokupan .q-special-section._howto dl dd{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.8;
}
.page_shokupan .q-special-section._howto .img{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.page_shokupan .q-special-section._howto .img_item{
	width: 50%;
}
.page_shokupan .q-special-section._howto .img_item:nth-child(2){
	width:49%;
	display: flex;
	flex-direction: column;
}
.page_shokupan .q-special-section._howto .img_item:nth-child(2) div + div{
	margin-top: 2%;
}
/* ichigo */
.page_ichigo .q-special_heading{
	background-color: #e6484f;
	color: #fff;
}
.page_ichigo .q-special-mv_logo{
	width: 150px;
}
.page_ichigo .q-special-section._menu .list li{
	width: 50%;
	padding-bottom: 30px;
}
.page_ichigo .q-special-section._menu .list li div{
	width: 100%;
}
.page_ichigo .q-special-section._menu .list li .p02{
	text-align: center;
	font-size: 18px;
}
.page_ichigo .q-special-section._bnr{
	padding: 50px 0;
}
.page_ichigo .q-special-section._bnr ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.page_ichigo .q-special-section._bnr ul li{
	list-style: none;
	//width: 48%;
  width: 100%;
}
.page_ichigo .q-special-section._bnr ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background: #ffcc4d;
	font-size: 22px;
	text-decoration: none;
	box-sizing: border-box;
	padding: 8px;
	color: #000;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.page_ichigo .q-special-section._bnr ul li a span{
	border: 1px solid #000;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_ichigo .q-special-section._bnr ul li a._finish {
	background-color: #c2c2c2;
}

.page_ichigo .q-special-section._story{
	padding-bottom: 0;
}
.page_ichigo .q-special-section._story .q-special_heading{
	margin-bottom: 0;
}
.page_ichigo .q-special-section._story .bg{
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 70px 0;
	width: 100%;
}
.page_ichigo .q-special-section._story .cap div{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	font-weight: bold;
	background-image:
		linear-gradient(
			180deg,
			rgba(0,0,0,0) 0%,
			rgba(0,0,0,0) 98%,
			#bea389 98%,
			#bea389 100%
		);
	background-size:100% 50px;
	-webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 1) , 0px 0px 5px rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1) , 0px 0px 5px rgba(255, 255, 255, 1);
}
.page_ichigo .q-special-section._story .hl{
	font-size: 28px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 20px;
}
.page_ichigo .q-special-section._story .name{
	text-align: right;
	font-size: 18px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.page_ichigo .q-special-section._story .name span{
	display: inline-block;
	vertical-align: middle;
}
.page_ichigo .q-special-section._story .name img{
	width: 60px;
	display: inline-block;
	vertical-align: middle;
}
.page_ichigo .q-special-section._ichigo .hl{
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
.page_ichigo .q-special-section._ichigo .cap p{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
}
.page_ichigo .q-special-section._ichigo .flex02{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.page_ichigo .q-special-section._ichigo .flex02 .img{
	width: 37%;
	max-width: 200px;
	padding-left: 10px;
}
.page_ichigo .q-special-section._ichigo .cap.ex{
	margin-bottom: 60px;
}
.page_ichigo .q-special-section._ichigo .img{
	text-align: center;
	margin-bottom: 30px;
}
.page_ichigo .q-special-section._ichigo .flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.page_ichigo .q-special-section._ichigo .flex dl{
	margin: 0;
	padding: 0;
	width: 100%;
}
.page_ichigo .q-special-section._ichigo .flex dl dt{
	margin: 0 0 8px;
	padding: 5px 10px;
	font-size: 16px;
	background: #e6484f;
	color: #fff;
}
.page_ichigo .q-special-section._ichigo .flex dl dd{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height:1.4;
}
@media screen and (max-width: 768px){
	/* special */
	.q-special-mv{
		height: 72vh;
		min-height: 400px;
	}
	.q-special-section .u_pc{
		display: none;
	}
	.q-special-section .u_sp{
		display: block;
	}
	.q-special_heading{
		font-size: 24px;
		letter-spacing: 1px;
		margin-bottom: 40px;
	}
	.q-special_heading_sub{
		width: 100%;
		text-align: center;
	}
	.q-special_heading_sub span{
		padding-left: 20px;
	}
	.q-special-section._kodawari .cap{
		font-size: 18px;
		line-height: 1.8;
	}
	.q-special-section._menu{
		background: transparent;
	}
	.q-special-section._menu .list{
		flex-direction: column;
		width: 95%;
	}
	.q-special-section._menu .list li{
		width: 100%!important;
		padding-top: 60%;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.q-special-section._menu .list li .p01{
		font-size: 24px;
	}
	.q-special-section._info .flex{
		flex-direction: column;
		margin-bottom: 80px;
	}
	.q-special-section._info .flex .img{
		text-align: center;
		width: 90%;
		margin: 0 auto 25px;
		order: 1;
	}
	.q-special-section._info .flex .txt{
		width: 100%;
		order: 2;
	}
	.q-special-section._info .flex .txt .price{
		font-size: 24px;
		text-align: center;
	}
	.q-special-section._shop .list li{
		flex-direction: column;
	}
	.q-special-section._shop .list li .txt{
		width: 100%;
	}
	.q-special-section._shop .list li .map{
		width: 100%;
		margin: 20px auto 10px;
	}
	/* shokupan */
	.page_shokupan .q-special-mv_logo{
		width: 90px;
		margin-top: -100px;
	}
	.page_shokupan .q-special-mv_btn{
		right: 0;
		left: 0;
		bottom: 20px;
		margin: 0 auto;
		width: 90%;
	}
	.page_shokupan .q-special-mv_btn a{
		font-size: 15px;
	}
	.page_shokupan .q-special-section._howto .img{
		flex-wrap: wrap;
	}
	/* ichigo */
	.page_ichigo .q-special-section._story .cap div{
		font-size: 18px;
		line-height: 40px;
		letter-spacing: 0;
		text-align: left;
		background-size:100% 40px;
	}
	.page_ichigo .q-special-section._ichigo .hl{
		font-size: 22px;
	}
	.page_ichigo .q-special-section._ichigo .flex02{
		display: block;
		position: relative;
	}
	.page_ichigo .q-special-section._ichigo .flex02 .img{
		margin: 0 auto;
	}
	.page_ichigo .q-special-section._bnr ul{
		flex-wrap: wrap;
	}
	.page_ichigo .q-special-section._bnr ul li{
		width: 100%;
		margin-bottom: 10px;
	}
}