@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
/***********
 * common
 ***********/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
}

html,
body {
	height: 100%;
}

body,
body * {
/*
	font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
*/
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 通常文字色 */

body {
	font-size: 16px;
	color:#333;
	/* 通常文字色 */
	background:#fff ;

/* テキストの選択禁止*/
/*
user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
*/
/*Drag Drop禁止*/

}

img {
-webkit-user-drag: none!important;
}

h2 {
	font-size: 30px;
	letter-spacing: 3px;
}

h3 {
	font-size: 24px;
	letter-spacing: 3px;
}

ul,
ul li {
	list-style: none;
}

/* a リンク文字色 */

a,
a:visited {
	color:#38761d;
	/* a リンク文字色 */
	text-decoration: none;
}

a:hover,
button:hover {
	color:#ec293f;
	/* hoverリンク文字色 */
	text-decoration: none;
	opacity: 0.7;
}

a:hover * {
	opacity: .7;
}

input[type='text'],
input[type='password'] {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
	margin-right: 4px;
}

textarea {
	width: 100%;
	border: #d1d1d1 solid 1px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: middle;
	border: none;
}

img {
	max-width: 100%;
	word-break: normal;
	border: none;
}

b {
	font-weight: bold;
}

pre {
	white-space: pre-wrap;
}

ul.list1 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}

ul.list1 li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 9px;
	height: 18px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-list.png);
	background-repeat: no-repeat;
	background-size: cover;
}

ul.list2 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}

ul.list2 li:before {
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 5px;
	background-color: #855264;
}

/***********
 * カスタム
 ***********/

  /* PCおよびタブレットの場合：リンクを無効にする（非表示にする） */
  @media (min-width: 768px) {
    .tel-link {
      pointer-events: none;
      cursor: default;
    }
  }

  /* スマートフォンの場合：リンクを有効にする */
  @media (max-width: 767px) {
    .tel-link {
      pointer-events: auto;
      cursor: pointer;
    }
  }



/***********
 * layout
 ***********/

/* ラッパーは常に画面幅にフィット（最小幅の固定は外す） */
#wrapper,
.wrapper {
  width: 100%;
  min-width: 0;       /* ← 1120px を撤廃 */
  margin: 0 auto;
}

/* 上部ブロック */
.top {
  width: 100%;
  max-width: 1100px;  /* ← 固定 width を max-width 化 */
  margin: 0 auto;
  padding: 38px 10px 0;
}

/* コンテンツはデスクトップ最大 1300px、端末が狭ければ 100% で縮む */
.contents {
  width: 100%;
  max-width: 1300px;  /* ← 固定 width を max-width 化 */
  margin: 0 auto;
  padding: 38px 10px 0;
}

.page {
  width: 100%;
  max-width: 1300px;  /* ← 固定 width を max-width 化 */
  margin: 0 auto;
  padding: 60px 10px 0;
}

.row {
  position: relative;
  width: 100%;
  max-width: 1300px;  /* ← 固定 width を max-width 化 */
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	#wrapper,
	.wrapper {
		min-width: 100%;
	}
	.top {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.page {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.row {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}


/***********
 * clearfix
 ***********/

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}


/***********
 * header
 ***********/
/***********
 * header（置き換え版：シュリンク対応）
 ***********/

/* PC基準サイズを変数で管理（値を変えるだけで全体が連動） */
:root{
  --hdr-top-h: 30px;          /* 上段白帯（そのまま） */
  /* ▼ オレンジ帯＆ロゴを大きめに */
  --hdr-btm-h: 110px;         /* 通常時の帯の高さ（従来より大きめ） */
  --hdr-btm-h-shrink: 62px;   /* シュリンク時も少しだけ小さく */
  --logo-max-h: 110px;         /* ロゴ最大高：通常 */
  --logo-max-h-shrink: 100px;  /* ロゴ最大高：シュリンク（控えめにダウン） */
}

/* スマホ時は少しタイトに（PCと別値にできる） */
@media (max-width: 600px){
  :root{
    /* ▼ オレンジ帯とロゴの“未シュリンク時”を少し拡大 */
    --hdr-btm-h: 86px;          /* 旧: 78px → 86px にアップ */
    --logo-max-h: 68px;         /* 旧: 60px → 68px にアップ */

    /* ▼ シュリンク時は控えめに小さく（従来より少しだけ上げて見栄え維持）*/
    --hdr-btm-h-shrink: 70px;   /* 旧: 68px → 70px */
    --logo-max-h-shrink: 60px;  /* 旧: 54px → 60px */
  }
}

#header {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(51,0,18,.3);

  /* sticky（共通） */
  position: sticky;
  top: 0;
  z-index: 1100;

  background-color: #f4a000; /* 透け防止 */
  transition: box-shadow .25s ease, transform .25s ease;
}

.gnav-sp { display: none; }

/* ── 上段（会員登録／マイページ／カート）：常時表示 ── */
.header-top {
  padding: 0 10px;
  color: #000;
  background-color: #fff;
  height: var(--hdr-top-h);          /* 参考用 */
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;  /* スマホでも白帯に */
}
.header-top ul { float: right; height: var(--hdr-top-h); }
.header-top ul li {
  font-size: 18px; line-height: var(--hdr-top-h);
  float: left; margin-left: 12px;
}
.header-top ul li a { position: relative; color: #008920; }

/* アイコン（既存フォント使用） */
.header-top ul li a.entry{ padding-left: 18px; }
.header-top ul li a.entry:before{
  position: absolute; top: 50%; left: 0;
  width: 11px; height: 16px; margin-top: -15px;
  content: '\e929'; font-family: "icomoon"; background: none;
}
.header-top ul li a.mypage{ padding-left: 20px; }
.header-top ul li a.mypage:before{
  position: absolute; top: 50%; left: 3px;
  width: 14px; height: 16px; margin-top: -15px;
  content: '\e90a'; font-family: "icomoon"; background: none;
}
.header-top ul li a.logout{ padding-left: 20px; }
.header-top ul li a.logout:before{
  position: absolute; top: 50%; left: 0;
  width: 14px; height: 16px; margin-top: -15px;
  content: '\e931'; font-family: "icomoon"; background: none;
}
.header-top ul li a.cart{ padding-left: 22px; }
.header-top ul li a.cart:before{
  position: absolute; top: 50%; left: 0;
  width: 18px; height: 16px; margin-top: -15px;
  content: '\e919'; font-family: "icomoon"; background: none;
}

/* ── 下段（ロゴ・商品一覧ボタン）：オレンジ帯 ── */
.header {
  display: table; width: 100%;
  background-color: #f4a000;
}

.header-bottom{
  position: relative;
  display: table-cell;

  /* ★ 背景帯の実高さを変数で制御（ここが縮む） */
  height: var(--hdr-btm-h);
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;

  transition: height .2s ease, padding .2s ease;
}

/* 内側ラッパー：帯の高さに追従（余白を作らない） */
.header-bottom .row{
  min-height: var(--hdr-btm-h);
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: min-height .2s ease;
}

.header-bottom .logo{ text-align: center; }

/* PCでのロゴ画像（上限のみ指定） */
@media screen and (min-width: 480px){
  .header-bottom .logo img{
    width: auto; height: auto;
    max-width: 666px;
    max-height: var(--logo-max-h);
    margin: 9px 0;
    vertical-align: middle;
    transition: max-height .2s ease, transform .2s ease;
  }
}

.header-bottom .logo h1 a,
.header-bottom .logo h1 a:hover{ color: #38761d; }

.header-bottom .logo h1 .logo-text{
  font-size:13px; display:-webkit-box; overflow:hidden;
  max-width:480px; max-height:160px; margin:auto; color: #333;
  -webkit-box-orient: vertical;
}

.header-menu-sp, .header-search-sp { display: none; }

.header-search{ position:absolute; top:calc(50% - 15px); right:10px; }
.header-search-form{ position:relative; }
.header-search input[type=text]{
  font-size:18px; line-height:35px; width:250px; height:37px;
  padding:0 60px 0 20px; border:1px solid #dcdcdc; border-radius:19px;
  outline:0; background-color:#f5f5f5;
}
.header-search-form-btn{
  line-height:37px; position:absolute; top:0; right:0; width:48px;
  overflow:hidden; border:none; border-radius:0 19px 19px 0;
  background-color:#e9b6c8; -webkit-appearance:none;
}
.search-btn{ padding:8px 10px; vertical-align:middle; }

/* ===========================
   モバイル（表示は維持、帯は白）
   =========================== */
@media only screen and (max-width: 600px){
  #header{
    position: sticky; top: 0; width: 100%;
    box-shadow: 1px 1px 8px rgba(51,0,18,.3);
    background-color: #f4a000;
  }

  .gnav-pc{ display:block; }   /* ← スマホでも白帯を表示 */
  .gnav-sp{ display:block; }

  /* 白帯の上下余白を気持ち増やす（見た目の余裕） */
  .header-top{
    padding: 6px 8px;  /* 旧: 4px 8px */
  }


 /* 3項目の並びは維持しつつ、a内のアイコン⇔文字の間隔を極限まで詰める */
  .header-top ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;                /* 項目同士の間隔（←これ自体は最小） */
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .header-top ul li{
    flex: 1 1 0;
    margin-left: 0;
    list-style: none;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
  }

  /* ← ここが肝心：アイコンと文字の“間”を詰める */
  .header-top ul li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;                  /* アイコン⇔文字の隙間をゼロに */
    padding: 4px 0;
    color: #008920;
    letter-spacing: 0;       /* 文字間隔の拡張を防止 */
  }
  /* アイコンだけを少し下にオフセット */
  .header-top ul li a:before{
    position: relative;          /* 移動可能に */
    display: inline-block;
    line-height: 1;              /* 余分な上寄りを防止 */
    margin-right: 2px;           /* 文字との最小間隔 */
    top: auto;                   /* 既存のtop指定を無効化 */
    transform: translateY(4px) !important;  /* ← 下へ移動（数値で調整） */
  }

  /* 個別に微調整したい場合は下記を任意で */
  .header-top ul li a.entry:before  { transform: translateY(4px) !important; }
  .header-top ul li a.mypage:before { transform: translateY(5px) !important; }
  .header-top ul li a.cart:before   { transform: translateY(4px) !important; }
  .header-top ul li a.logout:before { transform: translateY(5px) !important; }

  /* アイコンサイズ（必要なら微調整） */
  .header-top ul li a.entry:before  { content:'\e929'; font-family:"icomoon"; font-size:15px; }
  .header-top ul li a.mypage:before { content:'\e90a'; font-family:"icomoon"; font-size:16px; }
  .header-top ul li a.logout:before { content:'\e931'; font-family:"icomoon"; font-size:16px; }
  .header-top ul li a.cart:before   { content:'\e919'; font-family:"icomoon"; font-size:15px; }

  .header{ display:table; width:100%; }

  .header-bottom{
    position:relative;
    display:block;
    height: var(--hdr-btm-h);      /* スマホ値に切替（変数で管理） */
    max-height:100%;
    padding:0;
    text-align:center; vertical-align:middle;
    box-shadow:1px 1px 8px rgba(51,0,18,.3);
    transition: height .2s ease, padding .2s ease;
  }

  .header-bottom .row{
    min-height: var(--hdr-btm-h);
    padding-top: 0;
    display:flex; align-items:center; justify-content:center;
    transition:min-height .2s ease;
  }

  .header-bottom .logo{ min-height:30px; text-align:center; }
  .header-bottom .logo img{
    margin:8px 0; vertical-align:top;
    max-height: var(--logo-max-h);
    transition:max-height .2s ease, transform .2s ease;
  }
  .header-bottom .logo h1{
    font-size:18px; line-height:30px; overflow:hidden;
    max-width: calc(100% - 80px); min-height:30px; margin-left:40px;
  }

  /* SPメニュー：右寄せ */
  .header-menu-sp{
    position:absolute; top:25px; right:10px; left:auto;
    display:block; width:40px; z-index:20;
  }
  .header-menu-sp img{ width:100%; height:auto; }

  .header-search-sp{ position:absolute; top:12px; right:10px; display:block; width:22px; }
  .header-search-sp img{ width:100%; height:auto; }

  .header-search{
    position:absolute; z-index:999; top:47px; right:0; left:0;
    display:none; width:100%; padding:15px 0; background-color:rgba(0,0,0,.7);
  }
  .header-search.jq-show{ display:block; }
  .header-search-form{ position:relative; width:72%; margin:0 auto; }
  .header-search input[type=text]{
    font-size:16px; line-height:33px; width:100%; height:33px;
    padding:0 50px 0 12px; border:1px solid #dcdcdc; border-radius:17px;
    outline:0; background-color:#f5f5f5;
  }
  .header-search-form-btn{
    line-height:33px; position:absolute; top:0; right:0; width:45px;
    overflow:hidden; cursor:pointer; text-align:center; border:none;
    border-radius:0 17px 17px 0; background:#e9b6c8; -webkit-appearance:none;
  }
  .search-btn{ padding:5px 8px; vertical-align:middle; }
}

/* ===========================
   スクロール時のシュリンク（共通）
   ※ JSで #header に .is-shrink を付与/削除
   =========================== */

#header.is-shrink{
  box-shadow: 1px 1px 6px rgba(0,0,0,.25);
}

/* ★ オレンジ帯をしっかり縮める（PC/スマホとも変数で制御） */
#header.is-shrink .header-bottom{
  height: var(--hdr-btm-h-shrink);
}
#header.is-shrink .header-bottom .row{
  min-height: var(--hdr-btm-h-shrink);
}

/* ロゴも連動して小さく */
#header.is-shrink .header-bottom .logo img{
  max-height: var(--logo-max-h-shrink);
  transform: none; /* 画像は高さだけで調整（にじみ防止） */
}



/***********
 * footer
 ***********/

#footer {
	width: 100%;

}

.footer-top {
	width: 100%;
	padding: 40px 0;
	background-color: #f4a000;
}

.footer-logo {
	float: left;
	width: 340px;

/*width:400px;
height:auto;*/
}

.footer-logo img {
	width: auto;
	height:auto;
	max-width: 400px;
	max-height: 250px;
}

.footer-shoppingguide {
	float: right;
	width: 760px;
}

.footer-shoppingguide h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	display: inline-block;
	width: 270px;
	height: 32px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 1px;
	border: #330012 solid 1px;
}

@media only screen and (max-width: 860px) {
.footer-shoppingguide h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	display: inline-block;
	width: 300px!important;
	height: 32px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: -2px;
	border: #330012 solid 1px;
}
}


.footer-shoppingguide h3l {
	width: 700px;
}

.footer-shoppingguide ul li {
	font-size: 14px;
	float: left;
	margin-right: 22px;
	margin-bottom: 10px;
}

.footer-shoppingguide ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

.footer-bottom {
	line-height: 48px;
	width: 100%;
	height: 58px;
	background-color: #008920;
}

.footer-bottom2 {
	line-height: 48px;
	width: 100%;
	height: 48px;
	background-color: #f3f3f3;
}

.copyright {
	font-size: 12px;
        color:#FFF!important;
	float: left;
	padding-top: 5px;
}

.sns {
	float: right;
	margin-top: 10px;
}

.sns li {
	display: inline-block;
	width: 25px;
	margin-left: 15px;
}

.sns li img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 600px) {
	#footer {
		width: 100%;
	}
	.footer-top {
		width: 100%;
		padding: 30px 0 25px;
		background-color: #f4a000;
	}
	.footer-logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer-shoppingguide {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer-shoppingguide h3 {
		font-size: 16px;
		font-weight: normal;
		line-height: 30px;
		display: inline-block;
		width: 180px;
		height: 32px;
		margin-bottom: 20px;
		text-align: center;
		letter-spacing: 1px;
		border: #330012 solid 1px;
	}
	.footer-shoppingguide ul {
		width: 100%;
		text-align: left;
		border-top: #ededed solid 1px;
	}
	.footer-shoppingguide ul li {
		font-size: 13px;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		border-bottom: #ededed solid 1px;
	}
	.footer-shoppingguide ul li a {
		position: relative;
		display: block;
		width: 100%;
		padding: 12px 10px;
	}
	.footer-shoppingguide ul li a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		width: 9px;
		height: 14px;
		margin-top: -7px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-nav02_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.footer-bottom {
		line-height: 1.4;
		width: 100%;
		height: auto;
		padding: 30px 0 20px;
		background-color: #008920;
	}
	.footer-bottom2 {
		line-height: 1.4;
		width: 100%;
		height: auto;
		padding: 30px 0 20px;
		background-color: #f3f3f3;
	}
	.copyright {
		font-size: 8px;
		float: none;
		text-align: center;
		word-break: break-word;
	}
	.sns {
		float: none;
		margin-top: 0;
		margin-bottom: 25px;
		text-align: center;
	}
	.sns li {
		display: inline-block;
		width: 27px;
	}
	.sns li img {
		width: 100%;
		height: auto;
	}
}


/***********
 * main
 ***********/

.main-contents {
	float: right;
width: 1000px;
/*　width:785px; */
	padding-bottom: 50px; 
}

.main {
	float: right;
/*	width: 785px; */
/* 20201029 width:800px;*/
width:100%!important;
}

@media only screen and (max-width: 600px) {
	.main-contents {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
	.main {
		float: none;
		width: 100%;
	}
}


/* main-image */

#main-image {
	position: relative;
	/* width: 785px;　*/
	width: 100%!important;
	text-align: center;
	background-color: #d9d9d9;
}

#main-image + div {
	border-top: none;
}

#main-image img {
	max-width: 150%;
	max-height: 150%;
}

.main-image-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
/*	max-width: 785px; */
	max-width: 100%!important; 
/*	max-width: 1000px!important;　*/
/*	height: auto;*/
height: 500px;
	margin: 0 auto 40px;
}

.main-image-slider > ul {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
/*	height: 500px;　*/
	height: 336px; 
}

.main-image-slider > ul > li {
	display: inline;
	float: left;
	overflow: hidden;
	width: 1000px;
	height: 500px;
/*	width: 785px;
	height: 336px; */
	list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.main-image-prev {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-next {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
    display: block;
    height: 100%;
}

.main-image-indicator {
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 10px;
	left: 0;
}

.main-image-indicator ul {
	text-align: center;
}

.main-image-indicator ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	opacity: .6;
	border: #fff solid 1px;
	border-radius: 50%;
	background-color: none;
}

.main-image-indicator ul li.active {
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	#main-image {
		position: relative;
		width: 100%;
		margin-top: 5px;
		text-align: center;
		background-color: #f5f5f5;
	}
	#main-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.main-image-slider {
		position: relative;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.main-image-slider > ul {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		display: inline-block;
		overflow: hidden;
		height: 336px;
	}
	.main-image-slider > ul > li {
		display: inline;
		float: left;
		overflow: hidden;
		width: 100%;
	height: 500px;
/*	height: 336px; */
		list-style-type: none;
	}
	.main-image-indicator {
		position: absolute;
		z-index: 999;
		right: 5px;
		bottom: 5px;
	}
	.main-image-indicator ul {
		text-align: center;
	}
	.main-image-indicator ul li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		opacity: .6;
		border: #fff solid 1px;
		border-radius: 50%;
		background-color: none;
	}
	.main-image-indicator ul li.active {
		background-color: #fff;
	}
}


/* ttl */

.ttl {
	margin-bottom: 24px;
	text-align: center;
}

.ttl h2 {
	font-size: 24px;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 6px;
	color: #333;
}

.ttl h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 24px;
	height: 1px;
	margin-left: -12px;
	content: '';
	background-color: #330012;
}

.ttl h3 {
	font-size: 20px;
	font-weight: bold;
}

.ttl2 {
	margin-bottom: 46px;
	text-align: center;
}

.ttl2 h2 {
	font-size: 24px;
	position: relative;
	padding-bottom: 2px;
}

.ttl2 h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 24px;
	height: 1px;
	margin-left: -12px;
	content: '';
	background-color: #330012;
}

@media only screen and (max-width: 600px) {
	.ttl {
		margin-bottom: 16px;
		text-align: center;
	}
	.ttl h2 {
		font-size: 20px;
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 6px;
	}



	.ttl h2:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: inline-block;
		width: 24px;
		height: 1px;
		margin-left: -12px;
		content: '';
		background-color: #330012;
	}
	.ttl h3 {
		font-size: 16px;
	}
	.ttl2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.ttl2 h2 {
		font-size: 20px;
		position: relative;
		padding-bottom: 2px;
	}
	.ttl2 h2:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: inline-block;
		width: 24px;
		height: 1px;
		margin-left: -12px;
		content: '';
		background-color: #330012;
	}
}


/* product-list */

/*ヘッダー PC*/
@media screen and (min-width: 480px) {


.product-list {
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.product-list-item {
		float: left;
		width: 50%;
margin-left: 30px;
		margin-right: 0;
		padding: 0 5px 40px 40px;
	}
	.product-list-item:nth-child(2n-1) {
		clear: both;
	}
	.product-list-item .product-list-photo {
		position: relative;
		width: 130%;
		height: auto;
		margin-bottom: 9px;
	}
	.product-list-item .product-list-photo img {
		max-width: 130%;
		height: auto;
	}
	.product-list-item .product-list-name {
		font-size: 16px;
		line-height: 20px;
		overflow: hidden;　
		min-height: 40px;
		margin-bottom: 4px;
	}
	.product-list-item .product-list-price {
		font-size: 12px;
		line-height: 1.2;
		color:red;
		font-weight:bold;
	}
}


@media only screen and (max-width: 860px) {
	.product-list {
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.product-list-item {
		float: left;
		width: 50%;
		margin-right: 0;
		padding: 0 5px 40px;
	}
	.product-list-item:nth-child(2n-1) {
		clear: both;
	}
	.product-list-item .product-list-photo {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 9px;
	}
	.product-list-item .product-list-photo img {
		max-width: 100%;
		height: auto;
	}
	.product-list-item .product-list-name {
		font-size: 16px;
		line-height: 20px;
		overflow: hidden;　
		min-height: 40px;
		margin-bottom: 4px;
	}
	.product-list-item .product-list-price {
		font-size: 12px;
		line-height: 1.2;
		color:red;
		font-weight:bold;
	}
}


/* ranking icon */

.icn-rank {
	font-size: 16px;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	display: block;
	width: 54px;
	height: 54px;
	color: #8d5a6c;
}

.icn-rank span {
	position: absolute;
	z-index: 99;
	top: 5px;
	left: 10px;
}

.icn-rank:before {
	position: absolute;
	z-index: 90;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 54px 54px 0 0;
	border-style: solid;
	border-color: #f0bdcf transparent transparent transparent;
}

.icn-rank1 {
	color: #008920;
}

.icn-rank1:before {
	border-color: #ed9770 transparent transparent transparent;
}

.icn-rank2 {
	color: #008920;
}

.icn-rank2:before {
	border-color: #885567 transparent transparent transparent;
}

.icn-rank3 {
	color: #008920;
}

.icn-rank3:before {
	border-color: #942e37 transparent transparent transparent;
}

@media only screen and (max-width: 600px) {
	.icn-rank {
		font-size: 16px;
		position: absolute;
		z-index: 99;
		top: 0;
		left: 0;
		display: block;
		width: 50px;
		height: 50px;
	}
	.icn-rank span {
		position: absolute;
		z-index: 99;
		top: 5px;
		left: 10px;
	}
	.icn-rank:before {
		position: absolute;
		z-index: 90;
		top: 0;
		left: 0;
		display: block;
		width: 0;
		height: 0;
		content: '';
		border-width: 50px 50px 0 0;
		border-style: solid;
	}
}


/* btn-area */

.btn-area {
	margin-bottom: 20px;
	text-align: center;
}

.btn-area .btn {
	font-size: 16px;
	font-weight: normal;
	line-height: 44px;
	position: relative;
	display: inline-block;
	width: 152px;
	height: 44px;
	text-align: center;
	color: #008920;
	background-color: #855264;
}

.btn-area .btn span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-area a.btn-back span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.btn-area {
		margin-bottom: 30px;
		text-align: center;
	}
	.btn-area .btn {
		font-size: 16px;
		font-weight: normal;
		line-height: 44px;
		position: relative;
		display: inline-block;
		width: 152px;
		height: 44px;
		text-align: center;
		color: #008920;
		background-color: #855264;
	}
	.btn-area .btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 9px;
		height: 16px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.btn-area a.btn-back span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 9px;
		height: 16px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-back_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* top-newarrival */

#top-newarrival {
	padding-top: 36px;
	border-top: #006a2d solid 1px;
}

.main > div#top-newarrival:first-child {
	border-top: none;
}

@media only screen and (max-width: 600px) {
	#top-newarrival {
		padding-top: 30px;
	}
}


/* top-ranking */

#top-ranking {
	padding-top: 36px;
	border-top: #006a2d solid 1px;
}

@media only screen and (max-width: 600px) {
	#top-ranking {
		padding-top: 30px;
		border-top: #006a2d solid 1px;
	}
}


/* top-salesranking */

#top-salesranking {
	padding-top: 36px;
	border-top: #006a2d solid 1px;
}

@media only screen and (max-width: 600px) {
	#top-salesranking {
		padding-top: 30px;
		border-top: #006a2d solid 1px;
	}
}


/* top-news */

#top-news {
	padding-top: 36px;
}

@media only screen and (max-width: 600px) {
	#top-news {
		padding-top: 30px;
		border-top: #006a2d solid 1px;
	}
}


/* news-list */

.news-list {
	margin-bottom: 20px;
}

.news-list dl {
	display: table;
	width: 100%;
}

.news-list dl dt {
	font-size: 18px;
	display: table-cell;
	width: 115px;
	padding: 10px 0;
}

.news-list dl dd {
	font-size: 18px;
	display: table-cell;
	padding: 10px 0;
}

.news-list dl dd a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.news-list {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.news-list dl {
		display: block;
		width: 100%;
	}
	.news-list dl dt {
		font-size: 12px;
		display: block;
		width: 100%;
		margin-bottom: 4px;
		padding: 0 0 0 6px;
	}
	.news-list dl dd {
		font-size: 12px;
		display: block;
		margin-bottom: 18px;
		padding: 0;
	}
}


/* top-shop-message */

#top-shop-message1 {
	margin-top: 30px;
}

#top-shop-message2 {
	margin-top: 30px;
}

@media only screen and (max-width: 600px) {
	#top-shop-message1 {
		margin-bottom: 30px;
		padding: 0 10px;
	}

	#top-shop-message2 {
		padding: 0 10px;
	}
}


/* item-detail */

.item-detail-left {
	float: left;
	width: 360px;
}

.item-detail-right {
	float: right;
	width: 406px;
}

.item-detail-photo {
	position: relative;
	overflow: hidden;
	width: 360px;
	height: 360px;
	margin-bottom: 10px;
}

.item-detail-photo ul li {
	display: none;
	float: left;
	width: 360px;
}

.item-detail-photo ul li.active {
	display: block;
}

.item-detail-photo img {
	display: block;
	max-width: 360px;
	max-height: 360px;
	width: auto;
	height: auto;
	margin: auto;
/*	border: #006a2d solid 1px; */
}

.item-detail-photo-backbtn,
.item-detail-photo-nextbtn {
	display: none;
}

.item-detail-zoom {
	margin-bottom: 20px;
	text-align: center;
}

.item-detail-zoom a {
	position: relative;
	padding-left: 30px;
}

.item-detail-zoom a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-zoom.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-thumb {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-thumb-photo {
	float: left;
	width: 65px;
	margin-right: 8px;
}

.item-detail-thumb-photo img {
	max-width: 100%;
	max-height: 65px;
	border: #006a2d solid 1px;
}

.item-detail-thumb-photo:nth-child(5n) {
	margin-right: 0;
}

.item-detail-thumb-photo:nth-child(5n+1) {
	clear: left;
}

.item-detail-info {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: #006a2d solid 1px;
}

.item-detail-info2 {
	width: 100%;
	margin-bottom: 15px;
}

.item-detail-info dl, .item-detail-info2 dl {
	display: table;
	width: 100%;
}

.item-detail-info dl dt, .item-detail-info2 dl dt {
	display: table-cell;
	width: 120px;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-info dl dd, .item-detail-info2 dl dd {
	display: table-cell;
	padding: 3px;
}

.item-detail-category {
	font-size: 18px;
	margin-bottom: 16px;
}

.item-detail-name {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-detail-vari,
.item-detail-spec {
	margin-bottom: 20px;
}

.item-detail-vari-price dl dt {
	display: none;
}

.item-detail-vari-price-num {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

.raku-item-no-stock {
	color: #f33;
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: #006a2d solid 1px;
}

.item-detail-cart p {
	font-size: 18px;
	margin-bottom: 10px;
}

.item-detail-inputtext input {
	font-size: 16px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	padding: 0 8px;
	vertical-align: middle;
	border: 1px solid #006a2d;
}

.item-detail-select {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.item-detail-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	vertical-align: middle;
	border: 1px solid #006a2d;
	background-color: #f5f5f5;
}
.item-detail-select::before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #330012 transparent transparent transparent;
}

.item-detail-select select {
	font-size: 18px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 45px 0 15px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.item-detail-cart-vari-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #006a2d;
	background-color: #f5f5f5;
}

.item-detail-cart-vari-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #330012 transparent transparent transparent;
}

.item-detail-cart-vari-select select {
	font-size: 18px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

select::-ms-expand {
	display: none;
}

/* radio */
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-cart-vari-radio div {
	margin-bottom: 5px;
}
.item-detail-cart-vari-radio input {
	width: 0;
	opacity: .0;
}
.item-detail-cart-vari-radio input + label {
	max-width:100%;
	font-size: 18px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.item-detail-cart-vari-radio input + label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #006a2d;
	border-radius: 50%;
}
.item-detail-cart-vari-radio input:checked + label::after {
	position: absolute;
	top: 2px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #855264;
}

.item-detail-num-count {
	font-size: 0;
	display: flex;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-num-plus {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.item-detail-num-plus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	color: #008920;
	background-color: #009a50;
}

.item-detail-num-minus {
	font-size: 18px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.item-detail-num-minus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	color: #008920;
	background-color: #009a50;
}

.item-detail-num {
	height: 55px;
	margin-right: 12px;
	padding: 0;
	vertical-align: middle;
}

.item-detail-num input[type=number] {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	border: solid 1px #009a50;
	-moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-inner-spin-button,
.item-detail-num input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.item-detail-num-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #006a2d;
	background-color: #f5f5f5;
}

.item-detail-num-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #330012 transparent transparent transparent;
}

.item-detail-num-select select {
	font-size: 18px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.item-detail-cart-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-cart-btn a {
	font-size: 20px;
	line-height: 55px;
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #008920;
	background-color: #855264;
}

.item-detail-cart-btn a span {
	position: relative;
}

.item-detail-cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: -46px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
	vertical-align: middle;
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-txt {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #006a2d solid 1px;
}

.item-detail-txt p {
	font-size: 13px;
	padding: 3px;
}

.item-detail-share {
	width: 100%;
	padding-bottom: 20px;
}
.item-detail-share dl {
	display: table;
	width: 100%;
}
.item-detail-share dl dt {
	display: table-cell;
	width: 90px;
	padding: 3px;
	vertical-align: middle;
}
.item-detail-share dl dd {
	display: table-cell;
	padding: 3px;
	vertical-align: middle;
}
.item-detail-share dl dd ul li {
	float: left;
	width: 24px;
	margin-right: 20px;
}
.item-detail-share dl dd ul li img {
	width: 100%;
	height: auto;
}
.item-comment {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: #006a2d solid 1px;
}

.item-comment h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-comment p {
	font-size: 13px;
}

.item-comment table {
	width: 100%;
}

.item-comment table tr th {
	font-size: 13px;
	font-weight: normal;
	width: 180px;
	padding: 4px 12px;
	text-align: left;
}

.item-comment table tr td {
	font-size: 13px;
	padding: 4px 12px;
	text-align: left;
}

.item-comment table tr:nth-child(2n-1) th,
.item-comment table tr:nth-child(2n-1) td {
	background-color: #f1bed0;
}

@media only screen and (max-width: 600px) {
	.item-detail {
	}
	.item-detail-left {
		float: none;
		width: 100%;
	}
	.item-detail-right {
		float: none;
		width: 100%;
	}
	.item-detail-photo-main {
		position: relative;
		width: 260px;
		margin: 0 auto;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 260px;
		height: 260px;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		width: 100%;
		height: 260px;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 260px;
		height: 260px;
		margin: 0;
	}
	.item-detail-photo img {
		max-width: 100%;
		max-height: 100%;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -12px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 12px;
		height: 23px;
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -12px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 12px;
		height: 23px;
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-zoom {
		margin-bottom: 20px;
		text-align: center;
	}
	.item-detail-zoom a {
		position: relative;
		padding-left: 30px;
	}
	.item-detail-zoom a:before {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 19px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-zoom_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
		width: 100%;
	}
	.item-detail-info {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: #006a2d solid 1px;
	}
	.item-detail-info2 {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-category {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.item-detail-name {
		font-size: 18px;
		font-weight: normal;
		line-height: 32px;
		margin-bottom: 12px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: #006a2d solid 1px;
	}
	.item-detail-cart p {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.item-detail-select select {
		font-size: 16px;
	}
	.item-detail-num-count {
		font-size: 0;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		justify-content: center;
	}
	.item-detail-num-minus {
		font-size: 18px;
		display: inline-block;
		margin-right: 12px;
	}
	.item-detail-num-minus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		color: #008920;
		background-color: #009a50;
	}
	.item-detail-num {
		font-size: 16px;
		line-height: 55px;
		display: inline-block;
		width: 55px;
		height: 55px;
		margin-right: 12px;
		text-align: center;
	}
	.item-detail-num input[type=number] {
		font-size: 16px;
	}
	.item-detail-num-plus {
		font-size: 18px;
		display: inline-block;
	}
	.item-detail-num-plus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		color: #008920;
		background-color: #009a50;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-cart-btn a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 100%;
		height: 55px;
		text-align: center;
		color: #008920;
		background-color: #855264;
	}
	.item-detail-cart-btn a span {
		position: relative;
	}
	.item-detail-cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: -40px;
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #006a2d solid 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-share {
		width: 100%;
		padding-bottom: 30px;
		text-align: center;
	}
	.item-detail-share dl {
		display: block;
		width: 100%;
	}
	.item-detail-share dl dt {
		font-size: 13px;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}
	.item-detail-share dl dd {
		font-size: 13px;
		display: block;
		padding: 0;
		text-align: center;
	}
	.item-detail-share dl dd ul li {
		display: inline-block;
		float: none;
		width: 33px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.item-detail-share dl dd ul li img {
		width: 100%;
		height: auto;
	}
	.item-comment {
		margin-bottom: 20px;
		padding-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
		border-top: #006a2d solid 1px;
	}
	.item-comment h4 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-comment p {
		font-size: 13px;
	}
	.item-comment table {
		width: 100%;
	}
	.item-comment table tr th {
		font-size: 11px;
		font-weight: normal;
		width: 65px;
		padding: 4px 10px;
		text-align: left;
	}
	.item-comment table tr td {
		font-size: 11px;
		padding: 4px 10px;
		text-align: left;
	}
	.item-comment table tr:nth-child(2n-1) th,
	.item-comment table tr:nth-child(2n-1) td {
		background-color: #f1bed0;
	}
}


/* recommend */

#recommend {
	padding-top: 36px;
	border-top: #006a2d solid 1px;
}

@media only screen and (max-width: 600px) {
	#recommend {
		padding-top: 30px;
		border-top: #006a2d solid 1px;
	}
}


/* about-tbl */

.about-tbl,
table.payment-content {
	width: 100%;
	border-top: #006a2d solid 1px;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 240px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #006a2d dotted 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #006a2d dotted 1px;
        vertical-align:baseline!important;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
		border-top: #006a2d solid 1px;
	}
	.about-tbl tbody,
	.about-tbl tbody tr,
	table.payment-content tbody,
	table.payment-content tbody tr {
		display: block;
		width: 100%;
	}
	.about-tbl th,
	table.payment-content th {
		font-size: 18px;
		font-weight: bold;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		text-align: left;
		border-bottom: none;
	}
	.about-tbl td,
	table.payment-content td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
		text-align: left;
		border-bottom: #006a2d solid 1px;
	}
	table.payment-content {
		display: table;
	}
	table.payment-content tbody{
		display: table-row-group;
	}
	table.payment-content tbody tr{
		display: table-row;
	}
	table.payment-content th,
	table.payment-content td{
		display: table-cell;
		width: 50%;
	}
}

.payment-title {
	font-weight: bold;
}

.payment-content {
	margin-bottom: 1em;
}

table.payment-content tr:first-child td {
	text-align: center;
}

table.payment-content  td {
	text-align: right;
vertical-align:baseline;
/*zzzz*/
}

.carriage-title {
	font-weight: bold;
}

.carriage-content a {
	text-decoration: underline;
}

/***********
 * side
 ***********/

.side {
	float: left;
	width: 250px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
	.side {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
}


/* category-nav */

.category-nav {
	margin-bottom: 38px;
}

.category-nav > ul > li {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
	color: #333;
	border-bottom: #006a2d solid 1px;
}

.category-nav > ul > li>div,
.category-nav > ul > li > a {
	margin-bottom: 10px;
}

.category-nav > ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 15px;
}

.category-nav > ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 18px;
  content: '';
  transform: translateY(-50%);  /* ← コレで常に縦中央 */
  margin-top: 0;                /* 既存の -9px は不要 */
  background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-nav.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.category-nav > ul > li span {
	font-size: 18px;
}

/* 後：はみ出しを許容して中央の余白をきちんと見せる */
.category-nav-l2 > li {
  font-size: 16px;
  overflow: visible; /* ← hidden をやめる */
  border-top: #006a2d dotted 1px;
}

/* 2階層の行：縦中央＆高さ固定をやめる */
.category-nav-l2 > li > a{
  display: flex;
  align-items: center;          /* ← 縦中央 */
  height: auto;                 /* 40px固定を解除 */
  min-height: 44px;             /* 最低高（見た目のバランス） */
  line-height: 1.45;            /* 複数行時の行間 */
  padding: 10px 34px 10px 12px; /* 上下同値＝中央に見える */
  margin-right: 15px;
}

/* a内<p>の固定高さ/はみ出し隠しを解除（折り返しOK） */
.category-nav-l2 li a p{
  height: auto;                 /* 40px固定を解除 */
  overflow: visible;            /* 隠さない */
  white-space: normal;          /* 折り返し可 */
  line-height: inherit;
  padding-right: 15px;
  margin: 0;
}

/* === Category 2階層：縦中央 & 行高固定の強制解除（cat-section内だけ） === */
.cat-section .category-nav-l2 > li > a{
  display: flex !important;          /* ブロック→flexで縦中央 */
  align-items: center !important;    /* ← 縦中央化の本体 */
  height: auto !important;           /* 36px/40pxの固定高さを無効化 */
  min-height: 44px !important;       /* ボタンの見た目高さの下限 */
  line-height: 1.45 !important;      /* テキスト行間 */
  padding: 10px 38px 10px 14px !important; /* 上下同値＝見た目中央 */
}

/* a内の<p>に残っている高さ・はみ出し指定を解除（折返し許可） */
.cat-section .category-nav-l2 li a p{
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

/* 右矢印も行の中央に揃える（margin-top補正をリセット） */
.cat-section .category-nav-l2 > li > a::after{
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
}





/* --- 第三階層（PC）: 文字位置をわずかに下げる版 --- */
.category-nav-l3 > li {
  font-size: 16px;
  border-top: #006a2d dotted 1px;
}

.category-nav-l3 > li > a {
  display: flex;               /* 縦中央ベース */
  align-items: center;         /* 中央基準 */
  height: auto !important;
  min-height: 40px;
  line-height: 1.35;
  margin-right: 15px;
  text-indent: 0;
  /* ↓ “上を増やし／下を減らす” で見た目を下に 3px ほど移動 */
  padding: 13px 15px 7px 18px; /* （旧）10px 15px 10px 18px */
  box-sizing: border-box;
}

/* テキスト本体をさらに 2px だけ下へ微調整 */
.category-nav-l3 li a p {
  margin: 0;
  position: relative;
  top: 2px;                    /* ← 調整幅。1?3pxで好みに */
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  line-height: 1.35;
}


.nav-close {
	display: none;
}

@media only screen and (max-width: 600px) {
	.category-nav {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: -96%;
		overflow: scroll;
		width: 96%;
		height: 100%;
		margin-bottom: 38px;
		padding-bottom: 50px;
		-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
				transition: right .6s cubic-bezier(.19, 1, .22, 1);
		background-color: #fff;
	}
	.nav-open .category-nav {
		right: 0;
	}
	.category-nav > ul {
		padding: 15px 12px 0;
	}
	.category-nav > ul > li {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 12px;
		color: #333;
		border-bottom: #e3e3e3 solid 1px;
	}
	.category-nav > ul > li>div,
	.category-nav > ul > li > a {
		margin-bottom: 12px;
	}
	.category-nav > ul li a {
		position: relative;
		display: block;
		width: 100%;
	}
.category-nav > ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 19px;
  content: '';
  transform: translateY(-50%);  /* ← 縦中央 */
  margin-top: 0;
  background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-nav_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}

	.category-nav > ul > li > a>p,
	.category-nav > ul > li > div>p {
		font-size: 16px;
		display: inline;
		margin-right: 5px;
	}
	.category-nav > ul > li span {
		font-size: 12px;
		display: inline-block;
	}
	.category-nav > ul li .category-nav-l2 > li {
		font-size: 18px;
		border-top: #006a2d dotted 1px;
	}
/* 後：PC用の決定打。cat-section 内の第2階層リンクを縦中央に */
.cat-section .category-nav-l2 > li > a {
  display: flex;            /* ブロック→flex */
  align-items: center;      /* 縦中央 */
  height: auto;             /* 固定高さをやめる */
  min-height: 44px;         /* ボタンの“見た目高さ” */
  line-height: 1.45;        /* 折返し行間 */
  padding: 10px 38px 10px 14px; /* 上下同値でセンターに見せる */
}

/* a内<p>の高さ固定を解除（折返し可） */
.cat-section .category-nav-l2 li a p{
  height: auto;
  overflow: visible;
  white-space: normal;
  margin: 0;
  line-height: 1.35;
}

/* --- 第三階層（PC）: 文字位置をわずかに下げる版 --- */
.category-nav-l3 > li {
  font-size: 16px;
  border-top: #006a2d dotted 1px;
}

.category-nav-l3 > li > a {
  display: flex;               /* 縦中央ベース */
  align-items: center;         /* 中央基準 */
  height: auto !important;
  min-height: 40px;
  line-height: 1.35;
  margin-right: 15px;
  text-indent: 0;
  /* ↓ “上を増やし／下を減らす” で見た目を下に 3px ほど移動 */
  padding: 18px 15px 7px 18px; /* （旧）10px 15px 10px 18px */
  box-sizing: border-box;
}

/* テキスト本体をさらに 2px だけ下へ微調整 */
.category-nav-l3 li a p {
  margin: 0;
  position: relative;
  top: 2px;                    /* ← 調整幅。1?3pxで好みに */
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  line-height: 1.35;
}

	.nav-close {
		font-size: 10px;
		display: block;
		background-color: #f1d7be;
	}
	.nav-close a {
		line-height: 40px;
		position: relative;
		display: block;
		height: 40px;
		padding-left: 40px;
	}
	.nav-close a:before {
		position: absolute;
		top: 50%;
		left: 12px;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* ===== Category: 強調デザイン（少し明るいマット緑 × 黄文字） ===== */
.cat-section{
  background: #138c36;                 /* 旧 #0f7e2f → 少し明るく */
  border-radius: 12px;
  overflow: hidden;
  margin-top: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

/* 見出し帯 */
.cat-section > div{
  background: #16a63b;                 /* 旧 #0d9633 → トーンを1段明るく */
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.cat-section > div span{
  color: #ffe200;
  font-weight: 700;
  letter-spacing: .02em;
}

/* リスト本体（段差感を抑えた穏やかなグラデ） */
.cat-section .category-nav-l2{
  padding: 8px;
  /* 旧: linear-gradient(#0f7e2f, #0d742b) */
  background: linear-gradient(180deg, #12963a 0%, #0f8433 100%);
  border-top: 1px solid rgba(255,255,255,.06);
}

/* 第二階層の1行 */
.cat-section .category-nav-l2 > li{
  border-top: none;
  margin: 6px 0;
}
.cat-section .category-nav-l2 > li > a{
  color: #ffe200;
  border-radius: 10px;
  background: rgba(255,255,255,.06);    /* 明度アップに合わせて控えめのまま */
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: background .2s ease, transform .1s ease;

  display: flex;
  align-items: center;                   /* 縦中央 */
  gap: .4em;
  font-size: 13.5px;
  line-height: 1.35;
  padding: 10px 38px 10px 14px;
  min-height: 42px;
  height: auto !important;
}
.cat-section .category-nav-l2 > li > a:hover{
  background: rgba(255,255,255,.12);
  text-decoration: none;
  transform: translateY(-1px);
}

/* a 内の <p> は折り返し可 */
.cat-section .category-nav-l2 li a p{
  margin: 0;
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  line-height: inherit;
}

.category-nav .category-nav-l2 > li > a::after{
  position: absolute !important;
  right: 12px;               /* 既存の余白に合わせ調整可 */
  top: 50% !important;       /* 行の中央に置いて */
  transform: translateY(-50%);
  margin-top: 3px;           /* ← ここで“ちょい下げ”。2?6pxで微調整OK */
  /* 矢印のサイズ指定がテーマ側にある場合でもそのままでOK */
}

/* 第三階層（子カテゴリ） */
.cat-section .category-nav-l3 > li{ border-top: none; }
.cat-section .category-nav-l3 > li > a{
  color: #fff7a6;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.45;
}
.cat-section .category-nav-l3 > li > a:hover{
  background: rgba(255,255,255,.14);
}

/* スマホは少し読みやすく */
@media (max-width: 600px){
  .cat-section{ border-radius: 12px; }
  .cat-section .category-nav-l2 > li > a{
    font-size: 14.5px;
    min-height: 42px;
    padding: 10px 38px 10px 14px;
  }
  .cat-section .category-nav-l3 > li > a{ font-size: 14px; }
}





/* bnr-area */

.bnr-area {
	width: 250px;
	margin-bottom: 38px;
}

.bnr-area .bnr {
	margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
	.bnr-area {
		width: 100%;
		margin-bottom: 0;
		padding: 30px 10px 0;
	}
	.bnr-area .bnr {
		width: 100%;
		margin-bottom: 20px;
	}
	.bnr-area .bnr img {
		width: 100%;
		height: auto;
	}
}


.main-article {
	margin-bottom: 30px;
}

/* privacy-policy */
.privacy-policy {
	margin-bottom: 30px;
}

/* fee */
.main-article .ttl2 h3 {
	margin-top: 30px;
	margin-bottom: -30px;
}

/* schedule-area */

.schedule-area {
	width: 250px;
	padding-top: 20px;
	text-align: center;
}

.schedule-area h4 {
	font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	display: inline-block;
	width: 102px;
	height: 22px;
	margin-bottom: 15px;
	text-align: center;
	color: #008920;
	border: #006a2d solid 1px;
	border-radius: 11px;
	background-color: #000;
}

.schedule {
	margin-bottom: 15px;
	border-bottom: #006a2d dotted 1px;
}

.schedule table {
	width: auto;
	margin: 0 auto 10px;
}

.schedule table th {
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

.schedule table th.sun {
	color: #bf1d32;
}

.schedule table th.sat {
	color: #7b4e9d;
}

.schedule table td {
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

.schedule-date {
	line-height: 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}

.e1 .schedule-date {
	color: #008920;
	background-color: #dd426b;
}

.e2 .schedule-date {
	color: #008920;
	background-color: #8d8a9c;
}

.e3 .schedule-date {
	color: #000;
	background-color: #f0bdcf;
}

.event-list {
	margin-bottom: 15px;
	margin-left: 10px;
}

.event-list li {
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-bottom: 5px;
	padding-left: 40px;
	text-align: left;
}

.event-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
}

.event-list li.event1:before {
	background-color: #dd426b;
}

.event-list li.event2:before {
	background-color: #8d8a9c;
}

.event-list li.event3:before {
	background-color: #f0bdcf;
}

@media only screen and (max-width: 600px) {
	.schedule-area {
		width: 100%;
		padding: 30px 10px 0;
		text-align: center;
	}
	.schedule-area h4 {
		font-size: 15px;
		font-weight: normal;
		line-height: 27px;
		display: inline-block;
		width: 123px;
		height: 29px;
		margin-bottom: 15px;
		text-align: center;
		color: #008920;
		border: #006a2d solid 1px;
		border-radius: 15px;
		background-color: #FFF;
	}
	.schedule {
		margin-bottom: 19px;
		border-bottom: #006a2d dotted 1px;
	}
	.schedule table {
		width: auto;
		margin: 0 auto 16px;
	}
	.schedule table th {
		font-size: 15px;
		font-weight: normal;
		padding: 3px;
		text-align: center;
	}
	.schedule table th.sun {
		color: #bf1d32;
	}
	.schedule table th.sat {
		color: #7b4e9d;
	}
	.schedule table td {
		font-size: 15px;
		font-weight: normal;
		padding: 5px;
		text-align: center;
	}
	.schedule-date {
		line-height: 30px;
		display: inline-block;
		width: 30px;
		height: 30px;
		text-align: center;
	}
	.event-list {
		margin-bottom: 30px;
		margin-left: 0;
		text-align: left;
	}
	.event-list li {
		font-size: 12px;
		line-height: 25px;
		display: inline-block;
		min-height: 25px;
		margin-right: 5px;
		margin-bottom: 0;
		padding-left: 30px;
	}
	.event-list li:before {
		width: 25px;
		height: 25px;
	}
}


/***送料について***/

.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #006a2d solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #006a2d solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #006a2d solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #008920;
	background-color: #006a2d;
}

.shipment-tbl-normal table th {
	width: auto;
	white-space: nowrap;
}

.shipment-tbl-rule-notice {
	font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span{
	display: inline-block;
	line-height: 1.1;
	padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
	padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule {
	margin: 15px;
}

.shipment-tbl-normal-rule2 span {
	display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
	padding: 3px 4px 2px;
	border: 0;
	line-height: 1.1;
}

.shipment-tbl table td {
	text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
	color: #008920;
	background-color: #ad7a8c;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
	display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
	background: #efefef;
}

.shipment-tbl table th {
	min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
	display: inline-block;
}

.shipment-tbl-eidome a {
	text-decoration: underline;
}

@media only screen and (max-width:600px) {
	.shipment-tbl caption {
		display: block;
	}
	.shipment-tbl th {
		font-size: 18px;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		border-bottom: none;
	}
	.shipment-tbl td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
	}
	.shipment-tbl table {
		width: 90%;
		margin: auto;
	}
	.shipment-tbl table thead th,
	.shipment-tbl table thead td {
		padding-bottom: 5px;
	}
	.shipment-tbl table thead th span,
	.shipment-tbl table thead td span {
		display: inline;
		padding: 0 14px;
	}
	.shipment-tbl table th,
	.shipment-tbl table td {
		width: 100%;
		text-align: center;
	}
}


/***********
 * 1column
 ***********/

.column1 {
	width: 100%;
	padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
	.column1 {
		width: 100%;
		padding-bottom: 0;
	}
}

.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 200px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #006a2d;
	background-color: #f5f5f5;
}

.form-select label:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 7px 5px 0 4px;
	border-style: solid;
	border-color: #330012 transparent transparent transparent;
}

.form-select select {
	font-size: 18px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 200px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.form-txt-ss {
	width: 68px;
}

.form-txt-s {
	width: 200px;
}

.form-txt-m {
	width: 426px;
}

.form-txt-l {
	width: 100%;
}

.lbl-s {
	display: inline-block;
	width: 2em;
	margin-right: 8px;
	text-align: right;
}

.lbl-l {
	display: inline-block;
	width: 5em;
	margin-right: 8px;
	text-align: right;
}

.mr30 {
	margin-right: 30px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb24 {
	margin-bottom: 24px;
}

.form-tbl-show {
	display: none;
}

.form-tbl-show.active {
	display: table;
}

.cart-btn {
	width: 100%;
	margin-bottom: 25px;
}

.cart-btn button[type='submit'],
.cart-btn a {
	font-size: 20px;
	line-height: 55px;
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #008920;
	border: none;
	background-color: #855264;
}

.cart-btn button[type='submit'] span:before,
.cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-btn a.comp-btn span:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-check.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.conf-lbl {
	display: inline-block;
	width: 5em;
	margin-right: 15px;
	margin-bottom: 10px;
}

.conf-dt {
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
		border: 1px solid #006a2d;
		background-color: #f5f5f5;
	}
	.form-select label:before {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 20px;
		width: 0;
		height: 0;
		margin-top: -3px;
		content: '';
		border-width: 7px 5px 0 4px;
		border-style: solid;
		border-color: #330012 transparent transparent transparent;
	}
	.form-select select {
		font-size: 16px;
		line-height: 36px;
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		width: -webkit-calc(100%);
		height: 36px;
		margin: 0;
		padding: 0 40px 0 10px;
		border: 0;
		outline: none;
		background: transparent;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.form-txt-ss {
		width: 100px;
	}
	.form-txt-s {
		width: 100%;
	}
	label + .form-txt-s {
		width: 100px;
	}
	.form-txt-m {
		width: 100%;
	}
	.form-txt-l {
		width: 100%;
	}
	.lbl-s {
		display: inline-block;
		width: 2em;
		margin-right: 8px;
		text-align: left;
	}
	.lbl-l {
		display: inline-block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
		text-align: left;
	}
	.mr30 {
		margin-right: 15px;
	}
	.mb24 {
		margin-bottom: 10px;
	}
	.cart-btn {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.cart-btn button[type='submit'],
	.cart-btn a {
		font-size: 16px;
		line-height: 44px;
		position: relative;
		display: inline-block;
		width: 150px;
		height: 44px;
		text-align: center;
		color: #008920;
		border: none;
		background-color: #855264;
	}
	.cart-btn button[type='submit'] span:before,
	.cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 9px;
		height: 16px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-btn a.comp-btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-check.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.conf-lbl {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.conf-dt {
		display: block;
		margin-bottom: 20px;
	}
}

/* help-block */

.help-block.form-error {
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 18px;
	text-align: left;
	color: #fff;
	background-color: #e30000;
}

@media only screen and (max-width: 600px) {
	.help-block.form-error {
		padding: 8px 15px;
	}
}


/***********
 * parts
 ***********/


/* msg */

.msg {
	font-size: 18px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #333;
	border: #330012 solid 1px;
}

@media only screen and (max-width: 600px) {
	.msg {
		font-size: 18px;
		margin-bottom: 38px;
		padding: 8px 15px;
		text-align: left;
		color: #333;
		border: #330012 solid 1px;
	}
}


/* err */

.err-msg {
	font-size: 18px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #e30000;
	border: #e30000 solid 1px;
}

@media only screen and (max-width: 600px) {
	.err-msg {
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding: 10px 10px;
	}
}


/*bread*/

.bread {
	margin-bottom: 30px;
}

.bread ul li {
	max-width: 100%;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	color: #333;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 10px;
	content: '>';
	color: #333;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.bread {
		margin-bottom: 20px;
		padding: 8px 10px;
		background-color: #f3f3f3;
	}
	.bread ul li {
		font-size: 12px;
		float: left;
		margin-right: 8px;
		color: #333;
	}
	.bread ul li a:after {
		display: inline-block;
		margin-left: 8px;
		content: '>';
		color: #333;
	}
}


/* item-list */

.item-list-itemcount {
	text-align: right;
}


/* paging */

.paging {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-top: #006a2d solid 1px;
}

.paging .prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

.paging .prev a {
	position: relative;
	padding-left: 24px;
}

.paging .prev a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.paging .next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
}

.paging .next a {
	position: relative;
	padding-right: 24px;
}

.paging .next a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-num ul {
	font-size: 0;
}

.page-num ul li {
	font-size: 18px;
	display: inline-block;
	margin: 0 7px;
}

.page-num ul li span {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
	color: #008920;
	border: #ad7a8c solid 1px;
	background-color: #ad7a8c;
}

.page-num ul li a {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
	border: #ad7a8c solid 1px;
}

@media only screen and (max-width: 600px) {
	.paging {
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 15px;
		text-align: center;
		border-top: #006a2d solid 1px;
	}
	.paging .prev {
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -12px;
	}
	.paging .prev a {
		position: relative;
		display: block;
		width: 12px;
		height: 23px;
		padding-left: 0;
	}
	.paging .prev a span {
		display: none;
	}
	.paging .prev a:after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 12px;
		height: 23px;
		margin-top: -12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.paging .next {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -12px;
	}
	.paging .next a {
		position: relative;
		display: block;
		width: 12px;
		height: 23px;
		padding-right: 0;
	}
	.paging .next a span {
		display: none;
	}
	.paging .next a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 12px;
		height: 23px;
		margin-top: -12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/icn-arrow-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-num ul {
		font-size: 0;
	}
	.page-num ul li {
		font-size: 18px;
		display: inline-block;
		margin: 0 6px;
	}
	.page-num ul li span {
		line-height: 23px;
		display: block;
		width: 23px;
		height: 23px;
		color: #008920;
		border: #ad7a8c solid 1px;
		background-color: #ad7a8c;
	}
	.page-num ul li a {
		line-height: 23px;
		display: block;
		width: 23px;
		height: 23px;
		border: #ad7a8c solid 1px;
	}
}


/* sort */

.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	border-top: #006a2d solid 1px;
}

.sort-label {
	font-size: 12px;
	display: inline-block;
}

.sort ul {
	font-size: 0;
	display: inline-block;
}

.sort ul li {
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

.sort ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.sort ul li:not(:first-child):after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	content: '';
	background-color: #330012;
}

.sort ul li a {
	text-decoration: underline;
}

.sort ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.sort {
		font-size: 0;
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 13px;
		text-align: center;
		border-top: #006a2d solid 1px;
	}
	.sort-label {
		display: none;
	}
	.sort ul {
		font-size: 0;
		display: inline-block;
		text-align: center;
	}
	.sort ul li {
		font-size: 12px;
		position: relative;
		display: inline-block;
		margin-left: 20px;
		padding-left: 20px;
	}
	.sort ul li:first-child {
		margin-left: 0;
		padding-left: 0;
	}
	.sort ul li:not(:first-child):after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 1px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-color: #330012;
	}
	.sort ul li a {
		text-decoration: underline;
	}
}


/* icon */
 .icn-badge8943:after {
	content: "NEW";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #330012;
	color: #008920;
} .icn-badge8944:after {
	content: "おすすめ";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #330012;
	color: #008920;
} .icn-badge8945:after {
	content: "人気";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #330012;
	color: #008920;
} 
.icn-reservation::before {
	content: "予約商品";
	width: 58px;
	height: 18px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	margin-right: 6px;
	text-align: center;
	color: #fff;
	background: #855264;
}

a .icn-reservation::before {
	color: #fff;
	background: #855264;
}

.product-list-item .product-list-name.icn-reservation::before {
	position: relative;
	width: 66px;
	content: "予約商品";
	text-align: center;
	background-color: #855264;
}

.item-detail-name.icn-reservation::before {
	width: 96px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	margin-right: 10px;
}

/*overlay*/

.overlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
/*	background-color: rgba(51,0,18,.8); */
        background-color: rgba(19,125,0,.8);

}

.modal-open {
	/*
	overflow: hidden;
	*/
}

.modal-open .overlay {
	display: block;
}

@media only screen and (max-width: 600px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}


/* modal */

.modal {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -200px;
	margin-left: -320px;
	background-color: #fff;
}

.modal-open .modal {
	display: block;
}

.modal-inner {
	position: relative;
	width: 100%;
	height: auto;
}

.modal-img {
	max-width: 648px;
	max-height: 648px;
}

.modal-img img {
	display: block;
	max-width: 648px;
	max-height: 648px;
	width: auto;
	height: auto;
}

.modal-close {
	position: absolute;
	top: -52px;
	right: -4px;
}

.modal-close a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/btn-modal-close.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.modal {
		position: absolute;
		z-index: 9999;
		top: 50%;
		left: 50%;
		display: none;
		width: 300px;
		margin-top: -110px;
		margin-left: -150px;
		background-color: #fff;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		width: 100%;
	}
	.modal-img img {
		width: 100%;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -30px;
		right: -4px;
	}
	.modal-close a {
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(https://image.raku-uru.jp/cms/yt00013/img/btn-modal-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* pagetop */

.btn-pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	transition: all linear .2s;
	text-align: right;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	z-index: 101;
}

.btn-pagetop.is-show {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btn-pagetop a {
	position: relative;
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
	border-radius: 27px;
/*
	background-color: rgba(51,0,18,.8);
*/
background-color: rgba(255, 0, 0, .8)!important;
}

.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 23px;
	height: 12px;
	margin-top: -6px;
	margin-left: -12px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00013/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}


/***********
 * module
 ***********/

.sp {
	display: none !important;
}

@media only screen and (max-width: 600px) {
	.sp {
		display: inline-block !important;
	}
}


/***********
 * lp
 ***********/

.contents-lp .main {
	width: 100%;
}

.contents-lp .lp-img img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

.contents-lp .item-order {
	width: 440px;
	margin: 0 auto;
}

.contents-lp .item-order .item-detail-cart {
	border-bottom: none;
}

@media only screen and (max-width: 600px) {
	.contents-lp .item-order {
		width: 100%;
	}
}


/***********
 * login
 ***********/

.contents-login .main {
	width: 100%;
}


/***********
 * wysiwyg
 ***********/

.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre   { display: block; unicode-bidi: embed;}
.wysiwyg-data li              { display: list-item;}
.wysiwyg-data head            { display: none;}
.wysiwyg-data table           { display: table;}
.wysiwyg-data tr              { display: table-row;}
.wysiwyg-data thead           { display: table-header-group;}
.wysiwyg-data tbody           { display: table-row-group;}
.wysiwyg-data tfoot           { display: table-footer-group;}
.wysiwyg-data col             { display: table-column;}
.wysiwyg-data colgroup        { display: table-column-group;}
.wysiwyg-data td, .wysiwyg-data th          { display: table-cell;}
.wysiwyg-data caption         { display: table-caption;}
.wysiwyg-data th              { font-weight: bolder; text-align: center;}
.wysiwyg-data caption         { text-align: center;}
.wysiwyg-data body            { margin: 8px;}
.wysiwyg-data h1              { font-size: 2em; margin: .67em 0;}
.wysiwyg-data h2              { font-size: 1.5em; margin: .75em 0;}
.wysiwyg-data h3              { font-size: 1.17em; margin: .83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu            { margin: 1.12em 0; color: #333;}
.wysiwyg-data h5              { font-size: .83em; margin: 1.5em 0;}
.wysiwyg-data h6              { font-size: .75em; margin: 1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong          { font-weight: bolder; color: #333;}
.wysiwyg-data blockquote      { margin-left: 40px; margin-right: 40px;}
.wysiwyg-data i, .wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address    { font-style: italic;}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp       { font-family: monospace;}
.wysiwyg-data pre             { white-space: pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select   { display: inline-block;}
.wysiwyg-data big             { font-size: 1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup { font-size: .83em;}
.wysiwyg-data sub             { vertical-align: sub;}
.wysiwyg-data sup             { vertical-align: super;}
.wysiwyg-data table           { border-spacing: 2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot           { vertical-align: middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr      { vertical-align: inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del  { text-decoration: line-through;}
.wysiwyg-data hr              { border: 1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd        { margin-left: 40px;}
.wysiwyg-data ol              { list-style-type: decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol    { margin-top: 0; margin-bottom: 0;}
.wysiwyg-data u, .wysiwyg-data ins          { text-decoration: underline;}
.wysiwyg-data br:before       { content: "\A"; white-space: pre-line;}
.wysiwyg-data center          { text-align: center;}
.wysiwyg-data :link, .wysiwyg-data :visited { text-decoration: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #38761d;}
.wysiwig-data a:hover{color: #ec293f;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{list-style-type: disc;}
.wysiwyg-data ol{list-style-type: decimal;}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override;}
.wysiwyg-data BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override;}

.wysiwyg-data *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed;}
.wysiwyg-data *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed;}

@media print {
  .wysiwyg-data h1            { page-break-before: always;}
  .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
  .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6    { page-break-after: avoid;}
  .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl    { page-break-before: avoid;}
}
.footer-corporate {color:white;font-size:12px;}
.raku-add-cart{background-color:#00a84d!important;color:#FFF!important;} /*ボタンの色*/
.item-detail-num-plus a{background-color:#00a84d!important;color:#FFF!important;}
.item-detail-num-minus a{background-color:#00a84d!important;color:#FFF!important;}


/* テーブル */

#guide_area h3 {
  font-size: 114%;
  font-weight: 600;
  letter-spacing : 1px;
  padding-top: 33px;
  margin: 42px 0 24px;
}
#guide_area table#area {
  width: 100%;	
  font-size: 100%;
  margin-top: 30px;
  }
#guide_area thead {
  background-color: #f5f5f5;
  }
#guide_area th {
  height: 46px;
  font-size: 107%;
  color: #444444;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 15px;
  border: solid #dcdcdc 1px;
  }
#guide_area td {
  text-align: left;
  line-height:1.6;
  padding: 15px 15px 15px 15px;
  }
#guide_area td {
  border-top: solid #dcdcdc 1px;
  border-right: solid #dcdcdc 1px;
  border-left: solid #dcdcdc 1px;
  border-bottom: solid #dcdcdc 1px;
  }  
#guide_area td.area-left2 {
  width: 70%;
  border-left: solid #dcdcdc 1px;
  }
#guide_area td.area-right2 {
  width: 30%;
  text-align:right!important;
  }
}

/* ==== 商品一覧ボタン（ヘッダー右側） ==== */
.header-itemlist-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
}
.header-itemlist-btn img {
  height: 44px;     /* 画像の見た目に合わせて調整 */
  width: auto;
}

/* SP(～600px) 時はヘッダー内のアイコン配置に合わせて調整 */
@media only screen and (max-width: 600px) {
  .header-itemlist-btn {
    top: 9px;           /* 既存のハンバーガー/検索アイコンの高さに合わせる */
    right: 42px;        /* 右上「検索アイコン」と重ならないように左へ */
    transform: none;
  }
  .header-itemlist-btn img {
    height: 30px;
  }
}
/* ==== ヘッダーの商品一覧ボタン（右上固定） ==== */
.header-bottom .row { position: relative; } /* 念のため明示 */

.header-bottom .header-itemlist-btn{
  position: absolute !important;   /* 強制的に絶対配置 */
  right: 18px;                     /* 右端余白 */
  top: 50%;                        /* 縦中央 */
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  z-index: 10;                     /* スライダー等より前に */
}

/* ==== 商品一覧ボタン ==== */
.header-bottom .header-itemlist-btn img {
  height: 72px; /* 以前より大きめ（44px → 56px → 72px） */
  width: auto;
  transition: transform 0.25s ease, opacity 0.25s ease;
  cursor: pointer;
}

.header-bottom .header-itemlist-btn:hover img {
  transform: scale(1.15);   /* ホバーで拡大 */
  opacity: 0.9;
}

.header-bottom .header-itemlist-btn {
  position: absolute !important;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* ==== モバイル時は非表示 ==== */
@media only screen and (max-width: 800px){
  .header-bottom .header-itemlist-btn {
    display: none !important;
  }
}

/* ==== ページの先頭へ（画像アイコン版／右下固定） ==== */
/* 既存の赤丸・矢印疑似要素を打ち消して画像を表示 */
.btn-pagetop { right: 14px; bottom: 14px; }
.btn-pagetop.is-show { opacity: 1; } /* 既存JSのクラス付与で表示 */

.btn-pagetop a{
  width: 72px;
  height: 72px;
  background: none !important;   /* 赤丸背景を無効化 */
  border-radius: 0 !important;
}

.btn-pagetop a:after{
  content: none !important;      /* 矢印の疑似要素を消す */
  background: none !important;
}

.btn-pagetop a img{
  display: block;
  width: 72px;
  height: auto;
}

/* スマホは少し小さく */
@media (max-width: 600px){
  .btn-pagetop { right: 10px; bottom: 10px; }
  .btn-pagetop a{ width: 56px; height: 56px; }
  .btn-pagetop a img{ width: 56px; }
}

/* ==== ページの先頭へ（PC表示の不具合対応） ==== */
.btn-pagetop{
  z-index: 2000 !important;   /* ヘッダーやスライダーより前面に */
}

/* PCでは常時表示にする（モバイルは従来通り） */
@media (min-width: 601px){
  .btn-pagetop.is-show{ opacity: 1 !important; }
}
/* ==== ページの先頭へ（PCで常時表示＋画像表示に強制上書き） ==== */
.btn-pagetop{
  right: 14px;
  bottom: 14px;
  z-index: 3000 !important;
}

/* PCは常時表示（.is-show が無くても見えるように） */
@media (min-width: 601px){
  .btn-pagetop{ opacity: 1 !important; }
}

/* 画像アイコンを背景として表示（既存の赤丸・矢印を打ち消す） */
.btn-pagetop a{
  width: 72px;
  height: 72px;
  background: url("https://image.raku-uru.jp/01/3949/544/back_to_top_1759385677246.png")
             center/contain no-repeat !important;
  border-radius: 0 !important;
}
.btn-pagetop a:after{ content: none !important; }

/* スマホは従来通りの挙動でOK。サイズだけ調整 */
@media (max-width: 600px){
  .btn-pagetop{ right: 10px; bottom: 10px; }
  .btn-pagetop a{ width: 56px; height: 56px; }
}

.instagram-official-widget {
  margin-top: 25px;
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}

.instagram-official-widget h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}


/* ===== Instagram 245px サイド用スケール収め ===== */
/* 245px に収めるため 326px を基準に縮小（245/326 ≒ 0.752） */
.ig-scale{
  width: 100%;
  overflow: hidden;      /* スケール後のはみ出しを隠す */
  position: relative;
}

/* 元サイズは Instagram の最小幅 326px を想定 */
.ig-scale__inner{
  width: 326px;          /* 基準幅 */
  transform-origin: 0 0; /* 左上基準で縮小 */
}

/* PC（左ペイン=245px）のときは縮小して収める */
@media (min-width: 601px){
  .ig-scale__inner{
    transform: scale(0.702);   /* ← 245/326 = 0.75153… を四捨五入 */
  }
  /* 外側の高さ（初期値）。JSで上書きする場合は目安でOK */
  .ig-scale{ min-height: 255px; }
}

/* SP時（.side が全幅になる想定）はスケール解除で見やすく */
@media (max-width: 600px){
  .ig-scale__inner{
    width: 100%;
    transform: none;
  }
}



/* ===== SP：Instagram 埋め込みを確実に中央配置（フルブリードはしない） ===== */
@media (max-width: 600px){

  /* ウィジェット箱：親に左右パディングがあっても中央に見えるよう軽い余白 */
  .instagram-official-widget{
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }

  /* ラッパをフレックス中央寄せ（親の影響を受けにくい） */
  .instagram-official-widget .ig-scale,
  .instagram-official-widget .ig-scale__inner{
    display: flex;
    justify-content: center;
    width: 100%;
  }

  /* 埋め込み本体：中央＆はみ出し防止 */
  .instagram-official-widget blockquote.instagram-media{
    display: block !important;
    margin: 0 auto !important;                 /* ← 中央 */
    width: 100% !important;
    max-width: 540px !important;               /* 端末幅が狭いときは下で制限 */
  }

  /* 端末幅に合わせて最大幅を自動調整（左右12pxの余白を考慮） */
  .instagram-official-widget blockquote.instagram-media{
    max-width: calc(100vw - 24px) !important;  /* 540px より狭ければこちらが効く */
  }

  /* Instagramが挿入する iframe も中央に */
  .instagram-official-widget iframe{
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
}

/* 本文エリアの左右余白（PC/スマホ共通） */
.contents .main-contents{
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

/* 画面が狭いほど少し広めのガターにして読みやすく */
@media (max-width: 960px){
  .contents .main-contents{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px){
  .contents .main-contents{
    padding-left: 20px;  /* 必要なら 24px にしてもOK */
    padding-right: 20px;
  }
}

/* （任意）本文直下の段落の左右は既存に従わせつつ行間を少しだけゆったり */
.contents .main-contents p{
  line-height: 1.8;
}

/* スマホ向けのナビゲーションメニュー間隔調整 */
@media screen and (max-width: 768px) {
  /* アイコンとテキストの間隔を縮める */
  .nav-item .icon, 
  .menu-icon,
  .nav-menu .icon {
    margin-right: 5px; /* 現在の余白から縮小した値 */
  }
  
  /* 「会員登録」ボタンの特定のアイコンとテキスト間の調整 */
  .register-button .user-icon,
  .member-register .icon {
    margin-right: 3px; /* より狭い余白 */
    vertical-align: middle; /* アイコンの縦位置を調整 */
  }
  
  /* メニュー全体の横幅を最適化 */
  .nav-menu,
  .mobile-nav {
    display: flex;
    justify-content: space-around; /* 均等に間隔を配置 */
    width: 100%;
  }
  
  /* 各メニュー項目の余白調整 */
  .nav-item,
  .menu-item {
    padding: 0 5px; /* 左右の余白を小さく */
    display: flex;
    align-items: center;
  }
  
  /* テキストとアイコンを寄せる */
  .nav-item span, 
  .menu-item span {
    display: inline-block;
    margin-left: 0; /* 余白を削除 */
  }
}

/* 背景色を変数で管理（通常＝オレンジ、縮小時＝白） */
:root{
  --hdr-bg: #f4a000;     /* 通常時のオレンジ */
  --hdr-bg-shrink: #f4a000; /* シュリンク後の白 */
}

/* オレンジ帯（.header-bottom）の背景にトランジションを付与 */
.header-bottom{
  background-color: var(--hdr-bg);
  transition:
    background-color .35s ease,  /* ★ これで色が“次第に”変わる */
    height .2s ease,
    padding .2s ease;
}

/* シュリンク時に白へ */
#header.is-shrink .header-bottom{
  background-color: var(--hdr-bg-shrink);
}

/* 変化をなめらかに（まだ無ければ） */
.header-bottom{
  transition:
    background-color .35s ease,
    height .2s ease,
    padding .2s ease;
}
/* スマホ向けのロゴサイズ調整 */
@media screen and (max-width: 768px) {
  /* ロゴ画像のサイズ縮小 */
  .logo img,
  .site-logo img,
  .header-logo img,
  #logo img,
  .brand-logo img,
  .xanavision-logo {
    max-height: 44px; /* 高さを制限 */
    width: auto; /* 幅は自動調整で縦横比を維持 */
  }
  
  /* ロゴを含むコンテナの調整 */
  .logo-container,
  .header-brand,
  .brand-container {
    padding: 5px;
    display: flex;
    align-items: center;
  }
  
  /* 特に小さい画面でさらに縮小 */
  @media screen and (max-width: 375px) {
    .logo img,
    .site-logo img,
    .header-logo img,
    #logo img,
    .brand-logo img,
    .xanavision-logo {
      max-height: 34px; /* さらに小さく */
    }
  }
}

/* ===== 商品一覧ボタンのシュリンク対応 ===== */

/* 通常時：デスクトップ・モバイルの上限（必要に応じて調整OK） */
.header-itemlist-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.header-itemlist-btn img{
  height: auto;
  width: auto;
  max-height: 75px;                  /* PC 通常上限 */
  transition: max-height .2s ease, transform .2s ease;
}

/* シュリンク時：ぐっと小さく */
#header.is-shrink .header-itemlist-btn img{
  max-height: 66px;                  /* PC シュリンク時上限 */
}

/* スマホの微調整（横幅が詰まるので通常時もやや控えめに） */
@media (max-width: 600px){
  .header-itemlist-btn img{
    max-height: 35px;                /* SP 通常上限（少し大きめが良ければ40?42px） */
  }
  #header.is-shrink .header-itemlist-btn img{
    max-height: 32px;                /* SP シュリンク時上限 */
  }
}

/* 余白が気になる場合（任意）：ボタン左右の余白もシュリンク時に詰める */
.header-itemlist-btn{ margin-left: 12px; }
#header.is-shrink .header-itemlist-btn{ margin-left: 6px; }

