@charset "utf-8";


.fs-p-headerNavBar {
background: #03b1ad;

}

.testp
{
width: 90vw;
}

.btnfixed
{
position: fixed;
bottom: 5vw;
right: 0vw;
width: 30vw;
margin: 0 auto;
}

.fs-c-heading--page 
{
font-size: 5vw;
}

.fb_iframe_widget iframe
{
width: 100px!important;
}

.fb_iframe_widget_fluid
{
width: 80px;
}










.header-old,
.fs-p-drawer,
.footer-old{
	display: none;
}








/* --------------------------------------------------------------------------------
	html & body
-------------------------------------------------------------------------------- */
html{
	
}
body {
	margin: 0 auto;
	padding: 0 0 25vw;
	max-width: 800px;
	line-height: 1.5;
	text-size-adjust: 100%;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-weight: 500;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

address{
	font-style: normal;
}


/* --------------------------------------------------------------------------------
	共通 リセット タグ等
-------------------------------------------------------------------------------- */
.common {
	font-size: 3.6vw;
}

.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-weight: 500;
}

.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6 {
	font-size: 1em;
}
.common ol,
.common ul {
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a,
.common a:link,
.common a:visited {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color:rgba(0,0,0,0.1);
	tap-highlight-color:rgba(0,0,0,0.8);
}
.common a:hover,
.common a:active {
	text-decoration: none;
}

input,
select,
textarea{
	outline: none !important;
	box-shadow: none !important;
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
br.clear{
	display:block;
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
	visibility:hidden;
	font-size:0;
}
.clearfix::after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}
* html .clearfix{
	height:1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.font-mincho,
.font-mincho *{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}

/********** プレースホルダー **********/
::-webkit-input-placeholder,
::placeholder{
	color:#000;
}




/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display:block;
}
.device-sp-inline{
	display:inline;
}
.device-pc{
	display:none;
}
.device-pc-inline{
	display:none;
}

/* ----------------------------------------
customer表示切り替え
---------------------------------------- */
/********** ログイン・ログアウトの表示切り替え：ログアウト時 **********/
.my-false .logout{
	display: block !important;
}
.my-false .login{
	display: none !important;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
.my-true .logout{
	display: none !important;
}
.my-true .login{
	display: block !important;
}




/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
}




/* --------------------------------------------------------------------------------
	header-sp
-------------------------------------------------------------------------------- */
#header-sp{
}


/* ----------------------------------------
header-inner
---------------------------------------- */
#header-sp .header-inner{
	display: flex;
	
	width: 100%;
}

/********** ロゴ **********/
#header-sp .header-inner .h-logo{
	width: 80%;
	background: #00aba5;
}
#header-sp .header-inner .h-logo a{
	display: block;
	width: 38.6vw;
	margin: 7.5vw 0 0 3vw;
}
#header-sp .header-inner .h-logo img{
	display: block;
	width: 38.6vw;
	height: auto;
}

/********** メニューボタン **********/
#header-sp .header-inner .h-btn-menu-open{
	width: 20%;
	background: #006864;
}
#header-sp .header-inner .h-btn-menu-open img{
	display: block;
	width: 100%;
	height: auto;
}

/********** メニュー **********/
#header-sp .h-menu{
	display: none;
	
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	background: #00aba5;
}
#header-sp .h-menu .h-menu-box{
	padding: 3% 2%;
	color: #fff;
}
#header-sp .h-menu .h-btn-menu-open{
	padding: 0 0 4.5vw;
}
#header-sp .h-menu .h-btn-menu-open img{
	display: block;
	width: 7.7vw;
	height: auto;
}
#header-sp .h-menu a {
	color: #fff;
}

/********** あいさつ・ログイン／ログアウト **********/
#header-sp .h-menu .greeting-login-logout{
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	padding: 0 0 10vw;
}
#header-sp .h-menu .member-information .fs-clientInfo{
	display: flex;
	align-items: center;
}
#header-sp .h-menu .txt-greeting {
	/*width: 40vw;*/
}
#header-sp .h-menu .login-logout {
	width: 20vw;
	text-align: right;
}
#header-sp .h-menu .login-logout a {
	text-decoration: underline;
	color: #fff;
	font-size: 3.6vw;
}


/********** 会員ステージ **********/
/* 会員ステージ */
#header-sp .h-menu .stage {
	margin-left: 2vw;
	font-size: 3vw;
	background: #fff;
	border-radius: 7px;
	padding: 1vw 1.2vw;
}
/* ダイヤモンド */
#header-sp .h-menu .stage .diamond-1 {
	color: #990000;
}
#header-sp .h-menu .stage .diamond-1:before {
	content: '';
	display: inline-block;
	width: 4vw;
	height: 3.5vw;
	background-image: url(../images/common/stage-rank-icon-diamond.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 1vw;
}
/* プラチナ */
#header-sp .h-menu .stage .platinum-2 {
	color: #666666;
}
#header-sp .h-menu .stage .platinum-2:before {
	content: '';
	display: inline-block;
	width: 4vw;
	height: 3.5vw;
	background-image: url(../images/common/stage-rank-icon-platinum.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 1vw;
}
/* ゴールド */
#header-sp .h-menu .stage .gold-3 {
	color: #cc9900;
}
#header-sp .h-menu .stage .gold-3:before {
	content: '';
	display: inline-block;
	width: 4vw;
	height: 3.5vw;
	background-image: url(../images/common/stage-rank-icon-gold.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 1vw;
}
/* パール */
#header-sp .h-menu .stage .pearl-4 {
	color: #999966;
}
#header-sp .h-menu .stage .pearl-4:before {
	content: '';
	display: inline-block;
	width: 4vw;
	height: 3.5vw;
	background-image: url(../images/common/stage-rank-icon-pearl.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 1vw;
}
/* サファイア */
#header-sp .h-menu .stage .sapphire-5 {
	color: #006699;
}
#header-sp .h-menu .stage .sapphire-5:before {
	content: '';
	display: inline-block;
	width: 4vw;
	height: 3.5vw;
	background-image: url(../images/common/stage-rank-icon-sapphire.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 1vw;
}

/* レギュラー */
#header-sp .h-menu#header-sp .h-menu .stage .norank-1, #header-sp .h-menu .stage .norank-2, #header-sp .h-menu .stage .norank-3, #header-sp .h-menu .stage .norank-4,
#header-sp .h-menu .stage .norank-5 {
	display: none;
}
#header-sp .h-menu .stage .norank- {
	display: inline;
	color: #000;
}
#header-sp .h-menu .stage .diamond-1:after, #header-sp .h-menu .stage .platinum-2:after, #header-sp .h-menu .stagee .gold-3:after,
#header-sp .h-menu .stage .pearl-4:after, #header-sp .h-menu .stage .sapphire-5:after {
	content: '会員';
}










/********** 検索窓 **********/
#header-sp .search .search-box{
	display: flex;
	
	width: 100%;
	margin: 0 0 8.5vw;
	border-bottom: solid 1px #fff;
}
#header-sp .search .txt-search{
	width: 100%;
}
#header-sp .search .txt-search input{
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	color: #fff;
	background: none;
}
#header-sp .search .img-search{
}
#header-sp .search .img-search input{
	display: block;
	
	width: 5vw;
	height: auto;
	
	color: #fff;
	background: none;
}

/********** product **********/
#header-sp .h-menu .product .heading{
	font-weight: bold;
	font-size: 6vw;
}
#header-sp .h-menu .product ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 10vw;
	/*border-bottom: solid 1px #fff;*/
}
#header-sp .h-menu .product ul li{
	width: 50%;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}
#header-sp .h-menu .product ul li.e-bottom {
    border-bottom: solid 1px #fff;
}
#header-sp .h-menu .product ul li.space {
    border-bottom: none;
    border-right: none;
}
#header-sp .h-menu .product ul li a{
	padding: 3.3vw 3vw;
	display: block;
	color: #fff;
}

/********** guide **********/
#header-sp .h-menu .guide .heading{
	font-weight: bold;
	font-size: 6vw;
}
#header-sp .h-menu .guide ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 9vw;
	/*border-bottom: solid 1px #fff;*/
}
#header-sp .h-menu .guide ul li{
	width: 50%;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}
#header-sp .h-menu .guide ul li.e-bottom {
    border-bottom: solid 1px #fff;
}
#header-sp .h-menu .guide ul li.space {
    border-bottom: none;
    border-right: none;
}
#header-sp .h-menu .guide ul li a{
	padding: 3.2vw 3vw;
	display: block;
	color: #fff;
}

/********** h-sns **********/
#header-sp .h-sns{
	padding: 0 0 2vw;
}
#header-sp .h-sns ul{
	display: flex;
	justify-content: center;
	
	width: 100%;
}
#header-sp .h-sns ul li{
	padding: 0 0.6vw;
}
#header-sp .h-sns ul li a{
	display: block;
}
#header-sp .h-sns ul li img{
	display: block;
	
	width: 8.4vw;
	height: auto;
}

/********** h-btns-contact **********/
#header-sp .h-btns-contact ul{
	display: flex;
	
	width: 100%;
}
#header-sp .h-btns-contact ul li.h-btns-contact-tel {
	width: 60%;
}
#header-sp .h-btns-contact ul li a {
	display: block;
}
#header-sp .h-btns-contact ul li img {
	display: block;
}
#header-sp .h-btns-contact ul li.h-btns-contact-tel img {
}
#header-sp .h-btns-contact ul li.h-btns-contact-mail {
	width: 40%;
}
#header-sp .h-btns-contact ul li.h-btns-contact-mail img {
}


/* ----------------------------------------
h-fix
---------------------------------------- */
#header-sp .h-fix{
	position: fixed;
	bottom: 0;
	z-index: 10;
	
	visibility: hidden;
	
	width: 100%;
	box-shadow: 0 -1vw 1.5vw rgba(0,0,0,0.2);
}

/* active */
#header-sp .h-fix.active{
	visibility: visible;
}


#header-sp .h-fix ul{
	display: flex;
	width: 100%;
	background: #dbd8d8;
}
#header-sp .h-fix ul li{
	display: flex;
}
#header-sp .h-fix ul li.h-fix-login{
	width: 23.7%;
	border-right: solid 1px #fff;
}
#header-sp .h-fix ul li a{
	display: flex;
	justify-content: center;
	
	width: 100%;
	text-align: center;
	padding: 14vw 0 1.5vw;
	border-right: solid 1px #9a9898;
}
#header-sp .h-fix ul li.h-fix-login a{
	background: url("../images/common-device/h-fix-login.png") no-repeat 0 0;
	background-size: 100% auto;
}
#header-sp .h-fix ul li.h-fix-cart{
	width: 26.5%;
	border-right: solid 1px #fff;
	position: relative;
}
#header-sp .h-fix ul li.h-fix-cart a{
	border-right: solid 1px #9a9898;
	background: url("../images/common-device/h-fix-cart.png") no-repeat 0 0;
	background-size: 100% auto;
}
#header-sp .h-fix ul li.h-fix-contact{
	width: 26.4%;
	border-right: solid 1px #fff;
}
#header-sp .h-fix ul li.h-fix-contact a{
	border-right: solid 1px #9a9898;
	background: url("../images/common-device/h-fix-contact.png") no-repeat 0 0;
	background-size: 100% auto;
}
#header-sp .h-fix ul li.h-fix-top{
	width: 23.4%;
}
#header-sp .h-fix ul li.h-fix-top a{
	border-right: none;
	background: url("../images/common-device/h-fix-top.png") no-repeat 0 0;
	background-size: 100% auto;
}


/* カート数量 */
#header-sp .h-fix ul li.h-fix-cart span.fs-client-cart-count {
	display: block;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: 2.5vw;
	right: 7.5vw;
	text-align: center;
	font-size: 90%;
	color: #fff;
	background-color: #00aba5;
	border-radius: 2em;
	z-index: 999;
}


















/* --------------------------------------------------------------------------------
	footer-sp
-------------------------------------------------------------------------------- */
#footer-sp {
	padding: 5vw 0 0;
}

/********** 画像 **********/
#footer-sp .f-img img{
	display: block;
}

/********** contact **********/
#footer-sp .btns-contact{
	padding: 0 2vw;
}
#footer-sp .btns-contact ul{
	margin: 0 auto 4.3vw;
}
#footer-sp .btns-contact ul li{
}
#footer-sp .btns-contact ul li a{
	display: block;
}
#footer-sp .btns-contact ul li img{
	display: block;
}

/********** f-sns **********/
#footer-sp .f-sns ul {
	display: flex;
	justify-content: center;
	
	margin: 0 auto 16vw;
}
#footer-sp .f-sns ul li {
	padding: 0 0.8vw;
}
#footer-sp .f-sns ul li a {
	display: block;
}
#footer-sp .f-sns ul li img {
	display: block;
	width: 9.6vw;
	height: auto;
}


/********** footer-inner **********/
#footer-sp .footer-inner{
	padding: 0 0 8vw;
	background: #00aba5;
	color: #fff;
}


/********** サイトマップ **********/
#footer-sp .f-sitemap {
	padding: 9vw 2vw 9.5vw;
}
#footer-sp .f-sitemap .f-sitemap-wrapper {
	margin: 0 auto;
}
#footer-sp .f-sitemap .heading {
	padding: 0 0 2vw;
	font-weight: bold;
	font-size: 4.8vw;
}
#footer-sp .f-sitemap .f-sitemap-box {
	padding: 0 0 5vw;
}
#footer-sp .f-sitemap ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
}
#footer-sp .f-sitemap ul li {
	width: 48vw;
	padding: 0 0.5vw 7.5vw 0;
}
#footer-sp .f-sitemap ul li a {
	display: block;
	color: #fff;
}

/********** information **********/
#footer-sp .information .sheading{
	padding: 0 0 2.5vw;
	font-weight: bold;
}

/********** f-contact **********/
#footer-sp .information .f-contact{
	padding: 0 0 13vw;
}
#footer-sp .information ul{
	display: block;
}
#footer-sp .information .f-contact-tel{
	display: flex;
	align-items: center;
	min-height: 4vw;
	
	margin: 0 0 3vw;
	padding: 0 0 0 4vw;
	background: url("../images/common-device/f-icon-tel.png") no-repeat 0 50%;
	background-size: 3.5vw;
	
	white-space: nowrap;
}
#footer-sp .information .f-contact-mail{
	padding: 0;
	white-space: nowrap;
}
#footer-sp .information .f-contact-mail a{
	display: inline-flex;
	align-items: center;
	min-height: 4vw;
	
	padding: 0 7vw 1vw 4vw;
	background: url("../images/common-device/f-icon-mail.png") no-repeat 0 45%;
	background-size: 3.5vw;
}

/********** address **********/
#footer-sp .address{
	padding: 0 0 9vw;
}
#footer-sp .address .sheading{
	padding: 0 0 2.5vw;
}
#footer-sp .address .address-box{
	line-height: 1.3;
}

/* 営業日カレンダー */
#footer-sp .calendar {
}
#footer-sp .calendar .calendar-box {
	padding: 0 0 2vw;
}
#footer-sp .calendar table {
	width: 48%;
	line-height: 1.5;
	font-size: 2.8vw;
	text-align: center;
	border-collapse: collapse;
	color: #333;
	background: #fff;
}
/* 月名 */
#footer-sp .calendar caption {
	padding: 0.75vw 0;
	text-align: center;
	font-weight: bold;
	background: #eee;
}
/* 曜日 */
#footer-sp .calendar th {
	padding: 0.75vw 0;
	width: calc(100% / 7);
	border: 1px solid #ccc;
	font-weight: bold;
}
#footer-sp .calendar th.sunday {
	color: #c00;
}
#footer-sp .calendar th.saturday {
	color: #69c;
}
/* 日付の枠 */
#footer-sp .calendar td {
	padding: 0.75vw 0;
	width: calc(100% / 7);
	border: 1px solid #ccc;
}
#footer-sp .calendar td.sunday {
}
#footer-sp .calendar td.saturday {}
#footer-sp .calendar td.close {}
/* 日付の文字 */
#footer-sp .calendar td span {}
#footer-sp .calendar td.close {
	color: #fff;
	background: #c99;
}
/* 休業日 */
#footer-sp .calendar .cal-txt-1 {
	display: flex;
	padding: 0 0 1vw;
	font-size: 2.8vw;
}
#footer-sp .calendar .cal-txt-1 .mark-open {
	display: flex;
	align-items: center;
	margin: 0 4vw 0 0;
}
#footer-sp .calendar .cal-txt-1 .mark-open::before {
	content: '';
	display: block;
	width: 3vw;
	height: 3vw;
	margin: 0 2vw 0 0;
	border: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
}
#footer-sp .calendar .cal-txt-1 .mark-close {
	display: flex;
	align-items: center;
	margin: 0 4vw 0 0;
}
#footer-sp .calendar .cal-txt-1 .mark-close::before {
	content: '';
	display: block;
	width: 3vw;
	height: 3vw;
	margin: 0 2vw 0 0;
	border: solid 1px #ccc;
	background: #c99;
	box-sizing: border-box;
}

/********** cal-txt-2 **********/
#footer-sp .calendar .cal-txt-2 {
	line-height: 1.6;
	font-size: 2.8vw;
}


/********** ロゴ **********/
#footer-sp .f-logo a {
	display: block;
}
#footer-sp .f-logo img {
	display: block;
	width: 40vw;
	margin: 0 auto;
}


/********** copyright **********/
#footer-sp .copyright {
	padding: 2.5vw 0;
	text-align: center;
}

