/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}
#gmo_CMSPbar {
  display: none;
}
body {
	color: #4c4c4c;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 'Yu Gothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	background-color: #ffffff;
   -webkit-text-size-adjust: 100%;
}
/*
@media (-webkit-min-device-pixel-ratio: 2){
  body {
     width: 1280px;
  }
}
*/

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}
address,em,strong,th {
font-style: normal;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th {
text-align: left;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img,fieldset {
border: 0;
}
img  {
vertical-align: bottom;
}
li {
list-style-type: none;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	font-size: 0.1em;
}
.clearfix {
zoom: 1;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */
/*　----------------------------------TOPローディング*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #eeeeee;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #4c4c4c;
  z-index: 2;
}
.animation {
  margin-bottom: 20px;
}

/*ページ全体の幅、レイアウトをセンタリング*/
#wrapper {
	color: #4c4c4c;
	background-color: #eeeeee;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#headbg {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	color: #4c4c4c;
	background-color: #eeeeee;
}
#logo {
	float: left;
	width: 350px;
	margin-top: 12px;
}
#login {
	height: 38px;
	width: 550px;
	margin-top: 12px;
	margin-right: 20px;
	float: right;
}
#login ul {
	height: 24px;
}
#login ul li {
	float: right;
	margin-left: 10px;
	height: 24px;
}
#login ul li.pd1px {
  	height: 24px;
  line-height: 24px;
}
/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
#login ul li.pd1px {
  	height: 24px;
  line-height: 20px;
  }
}
#login ul li img {
	vertical-align: middle;
}
#login ul li span {
	vertical-align: middle;
	padding-left: 4px;
}
#mainImage  {
	width: 100%;
    min-width: 980px;
    overflow: hidden;
}
#centering {
	position: relative;
	left: 50%; /* 画像の左端が画面中央にくる */
	margin-left: -960px;
}
#slidedisp {
	height: 750px;
	width: 1920px;
}
#slidedisp img {
	height: 750px;
	width: 1920px;
}
#mainBlock {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width:980px;
}

/*　サイドナビ　*/
#sideNav {
	float: left;
	width: 180px;
	margin-right: 20px;
}
#sideNav ul.category li.product {
	margin-bottom: 1px;
	background-color: #FFF;
	height: 50px;
	width: 180px;
}
#sideNav ul.category li.product img {
	vertical-align: middle;
}
#sideNav ul.category {
	margin-bottom: 10px;
	vertical-align: text-bottom;
}
#sideNav h2 {
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1a1a1;
	margin-bottom: 10px;
	margin-top: 40px;
}
p#ttlContents {
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8c8c8;
	margin-bottom: 10px;
	margin-top: 40px;
}
#sideNav ul.contents {
	line-height: 1.8em;
	margin-left: 10px;
}
#sideNav ul.sns li {
	display: inline;
	padding-right: 10px;
}
#sideNav ul.sns {
	margin-top: 5px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1a1a1;

}


/*カラーミーに元からcss_はじめ*/
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

.owner_photo {
	max-width: 100%;
	height: auto;
}

/*　画面右側の幅　*/
#mainContents {
	float: right;
	width: 780px;
}


/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}


/*　フッター（コピーライト）　*/
#footer {
	text-align: center;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #873d43;
	line-height: 1.8em;
	width: 100%;
}
a:hover {
	color:#8c8c8c;
	/*transition: opacity 1s ease-out;*/
}
a {
	color:#4c4c4c;
	text-decoration:none;
	/*transition: opacity 1s ease-out;*/
}

a:hover img {
	opacity: .8;
	/*transition: opacity 1s ease-out;*/
}
a img {
/*transition: opacity 1s ease-out;*/
}
p#info {
	display: inline;
}
#shopIntro p#ttlShop {
	width: 780px;
	margin-top: 48px;
	margin-bottom: 30px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}


/*--------------------- f1 会社概要 ---------------------*/
#shopWhiteBack {
	background-color: #FFFFFF;
  	padding-bottom: 70px;
}
h3#ttlText1 {
	font-family: 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'YuMincho', 'Yu Mincho', 'Kozuka Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 18px;
	padding-top: 78px;
	margin-bottom: 50px;
	text-align: center;
	width: 780px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#textBlock {
	width: 720px;
	margin-right: 30px;
	margin-left: 30px;
}
#textBlock table {
	width: 100%;
}
#textBlock table tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a2a2a2;
	width: 100%;
}
#textBlock table tr:last-child {
	border-bottom-style: none;
	width: 100%;
}#textBlock table tr td {
	padding-top: 18px;
	padding-bottom: 18px;
}
#textBlock table tr td.ttl {
	padding-left: 30px;
	width: 170px;
}
#textBlock table tr td a {
	text-decoration: underline;
}

#companyBtnTop {
	width: 780px;
	margin-top: 42px;
}
p#btnBase {
	position: relative;
	height: 38px;
	width: 198px;
	border: 1px solid #757575;
	font-weight: bold;
	line-height: 38px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
p#btnBase a:hover {
	color:#8c8c8c;
	/*transition: opacity 1s ease-out;*/
}
p#btnBase a {
	color:#4c4c4c;
	text-decoration:none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	/*transition: opacity 1s ease-out;*/
}


/*--------------------- f2 Q&A ---------------------*/
#whiteBack {
	background-color: #FFFFFF;
  	padding-bottom: 70px;
}
#textBlock {
	width: 720px;
	margin-right: 30px;
	margin-left: 30px;
}
p#introText a {
	text-decoration: underline;
}
h3#ttlText2 {
	font-family: 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'YuMincho', 'Yu Mincho', 'Kozuka Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 18px;
	padding-top: 78px;
	margin-bottom: 50px;
	text-align: center;
	width: 720px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
p#introText {
	margin-bottom: 40px;
	text-align: center;
}

#btnTop {
	width: 780px;
	margin-top: 42px;
}
p#btnBase {
	position: relative;
	height: 38px;
	width: 198px;
	border: 1px solid #757575;
	font-weight: bold;
	line-height: 38px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
p#btnBase a:hover {
	color:#8c8c8c;
	/*transition: opacity 1s ease-out;*/
}
p#btnBase a {
	color:#4c4c4c;
	text-decoration:none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	/*transition: opacity 1s ease-out;*/
}
#textBlock p {
	line-height: 22px;
}
	/* アコーディオンスタイルcss */
.demo {
	margin: 0 15px 0px;
}
.demo a {
	display: block;
	text-align: center;
}
.demo h4 {
	font-weight: normal;
}
.demo .child {
	display: none;
	margin: 0 0 -1px;
	padding: 0;
	background: #fff;
/*border: 1px solid #eaeaea;*/ }
.demo .child .menu {
	background: #dcdcdc;
	color: #5e5e5e;
}
.demo .child .menu:hover {
	background: #d0d0d0;
}
.demo .child > li {
	margin: 0px 0;
	padding: 20px 30px 20px 30px;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	border-bottom: 1px dotted #a2a2a2;
}
.demo .child > li:last-child {
	border-bottom: 0;
}
.switch .menu:after {
	position: absolute;
	top: 33%;
	right: 10px;
	/*margin-top: -1.4rem;*/
  margin-right: 25px;
	content: url("https://file001.shop-pro.jp/PA01054/104/pc/freepage/plus.gif");
	font-size: 1.4rem;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.switch .menu.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.child01 {
	border: 0px solid #ffffff;
}
.child02 {
	color: #5e5e5e;
}
/* グレータイトルの見た目 */
.menu {
	font-size: 16px;
	font-weight: normal;
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 22px 0 22px 0;
}
.source {
	margin: 0;
	padding: 0px 0 0;
}

/* グレータイトルの見た目 */
.demo04 .menu {
	background: #f0f0f0;
	color: #4c4c4c;
}
.demo04 .menu:hover {
	background: #d0d0d0;
	text-decoration: none;
}
li.answer p.ttl{
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 20px;
}
li.answer p.ttl:first-child {
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 0px;
}
li.answer p.ttl span{
	font-weight: bold;
}
li.answer p.bodyCopy {
	line-height: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a2a2a2;
	letter-spacing: 0em;
}
li.answer p.bodyCopy2 {
	line-height: 20px;
	padding-bottom: 0px;
	border-bottom-style: none;
	border-bottom-color: #a2a2a2;
	letter-spacing: 0em;
}


/*--------------------- f3 ROSEBAY表参道 ---------------------*/
#whiteBack {
	background-color: #FFFFFF;
  	padding-bottom: 70px;
}
p#ttlShop {
	width: 780px;
	margin-top: 48px;
	margin-bottom: 26px;
	text-align: center;
}
#shopIntro h3 {
	font-family: 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'YuMincho', 'Yu Mincho', 'Kozuka Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 18px;
	color: #993333;
	text-align: center;
	width: 780px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: 0.1em;
}
#shopIntro p#text {
	text-align: center;
	width: 780px;
	margin-bottom: 70px;
	line-height: 26px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-top: 26px;
}
#shopIntro p.photo {
  width: 780px;
  text-align: center;
}
#shopIntro p.photo img {
}
#shopOnly h4 {
	font-family: 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'YuMincho', 'Yu Mincho', 'Kozuka Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 18px;
	color: #993333;
	text-align: center;
	width: 780px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	margin-top: 80px;
	line-height: 18px;
}
#shopOnly {
	width: 780px;
	margin-bottom: 40px;
}
#shopOnly ul {
	margin-right: auto;
	margin-left: auto;
	width: 630px;
}
#shopOnly ul li:nth-child(odd) {
	margin-right: 30px;
}
#shopOnly ul li {
	float: left;
	width: 300px;
	margin-bottom: 30px;
}
#shopOnly ul li p {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
}
.shopMaparea {
	width: 780px;
}
.shopMaparea h5 {
	text-align: center;
	margin-bottom: 25px;
}
p#fromStation {
	text-align: center;
	color: #993333;
	line-height: 12px;
	margin-bottom: 30px;
}
#map_canvas {
	width: 780px;
	height: 390px;
}
p#shopName {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	text-align: center;
	margin-top: 30px;
}
.shopMaparea p {
	text-align: center;
	line-height: 12px;
   margin: 20px auto 0;
}
#btnTop {
	width: 780px;
	margin-top: 75px;
}
p#btnBase {
	position: relative;
	height: 38px;
	width: 198px;
	border: 1px solid #757575;
	font-weight: bold;
	line-height: 38px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
p#btnBase a:hover {
	color:#8c8c8c;
	/*transition: opacity 1s ease-out;*/
}
p#btnBase a {
	color:#4c4c4c;
	text-decoration:none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	/*transition: opacity 1s ease-out;*/
}
.btnBase2 {
    height: 38px;
    width: 170px;
    background-color: #000;
    font-weight: bold;
    text-align: center;
    margin: 16px 0 0 0;
    border-radius: 2px;
}

.btnBase2 a {
    color: #fff;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnBase2 a:hover {
    background-color: #373737;
}

/*--------------------- f4 重要なお知らせ ---------------------*/
#i_info p{
	margin-bottom:1rem;
}

div.info_bottom{
  text-align:center;
  margin-top:2rem;
}

#i_info .tableBox{
	border-top:solid 1px #a2a2a2;
   border-bottom:solid 1px #a2a2a2;
  padding: 0;
}