@charset "utf-8";

/* --------------------------------------------------------- */
/* 共通 - common.css
------------------------------------------------------------ */

/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
	padding: 0;
	margin: 0;
}
body, div, dl, dt, dd, ul, ol, li, p, hr,
h1, h2, h3, h4, h5, h6,
form, input,
table, tr, th, td {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol {
	padding-left: 2em;
}
ul li {
	list-style: none;
}
form {
	display: inline;
}

/* common */
html {
	font-size: 62.5%;
	line-height: 1.4;
	overflow-x: hidden;
}
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 12px; font-size: 1.2rem;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
input, select, textarea, button {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	cursor: pointer;
}
select {
	font-size: 16px; font-size: 1.6rem;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 5px;
}
textarea {
	font-size: 16px; font-size: 1.6rem;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	padding: 5px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
	font-size: 16px; font-size: 1.6rem;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 5px;
}
input[type="checkbox"] {
	-webkit-transform-origin: right bottom; -moz-transform-origin: right bottom;
	-webkit-transform: scale(2,2); -moz-transform: scale(2,2);
	vertical-align: middle;
	margin: 10px 3px 0 1em;
}
input[type="radio"] {
	-webkit-transform-origin: right bottom; -moz-transform-origin: right bottom;
	-webkit-transform: scale(2,2); -moz-transform: scale(2,2);
	vertical-align: middle;
	margin: 10px 3px 0 2em;
}
hr {
	border: 0;
	background-color: #EEE;
	height: 1px;
	margin: 15px 10px;
}
table {
	font-size: 11px; font-size: 1.1rem;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
th {
	font-weight: normal;
	background-color: #EEE;
	border: solid 1px #DDD;
	padding: 5px;
}
td {
	background-color: #FFF;
	border: solid 1px #DDD;
	word-break: break-all;
	padding: 5px;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto !important;
	-ms-interpolation-mode: bicubic;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #338ADF;
	-webkit-tap-highlight-color: rgba(150,150,150,0.40);
}

/* title */
.bar {
	font-size: 14px; font-size: 1.4rem;
	text-shadow: 1px 1px 0px #FFF;
	border-left: solid 3px #DA1109;
	padding: 5px 10px;
	margin: 10px 0;
}
.title {
	text-shadow: 1px 1px 0px #FFF;
	background-color: #EEE;
	padding: 5px 10px;
	margin-top: -5px;
	text-align: center;
}
.title p {
	line-height: 32px;
}
.title h1 {
	line-height: 32px;
	font-weight:normal;
}
.title .set {
	font-size: 10px; font-size: 1.0rem;
	line-height: 16px;
	float: right;
}
.title .set li {
	background-color: #FFF;
	border: solid 1px #DEDEDE;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	display: inline-block;
	padding-right: 5px;
}
.title .set li a {
	color: #333;
	background: url(../img/common/ico_active.png) no-repeat right center;
	background-size: 7px 3px; -webkit-background-size: 7px 3px; -moz-background-size: 7px 3px; -o-background-size: 7px 3px;
	display: block;
	height: 16px;
	padding: 7px 10px 7px 7px;
}
.title .back li {
	font-size: 10px; font-size: 1.0rem;
	line-height: 16px;
	background-color: #FFF;
	border: solid 1px #DEDEDE;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	display: inline-block;
	position: absolute;
}

.title .back li a {
	color: #333;
	display: block;
	height: 16px;
	padding: 7px;
}
.fixed .title {
	margin-top: 0;
}

/* 戻るボタン */
#backBtn {
	left: 5px;
	width: 55px;
}
#backBtn a {
	padding-right: 10px;
}
#backBtn a:before {
	background: url(../img/common/ico_link.png) no-repeat center center;
	background-size: 5px 10px; -webkit-background-size: 5px 10px; -moz-background-size: 5px 10px; -o-background-size: 5px 10px;
	transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg);
	float: left;
	content: "";
	width: 16px;
	height: 16px;
}

/* ヘッダー
------------------------------------------------------------ */
#headBox {
	background: url(../img/common/bac_head.png) repeat-x;
	background-size: 5px 60px; -webkit-background-size: 5px 60px; -moz-background-size: 5px 60px; -o-background-size: 5px 60px;
	position: relative;
	height: 55px;
	padding-top: 5px;
	z-index: 30;
}
#headBox h1 {
	float: left;
	width: 125px;
	height: 50px;
	padding-left: 10px;
}
#headBox #back {
	left: 5px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 16px;
	background-color: #FFF;
	border: solid 1px #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	position: absolute;
	top: 14px;
}
#headBox #back a {
	padding-right: 10px;
	color: #333;
	display: block;
	height: 16px;
	padding: 7px;
}
#headBox #back a:before {
	background: url(../img/common/ico_link.png) no-repeat center center;
	background-size: 5px 10px;
	-webkit-background-size: 5px 10px;
	-moz-background-size: 5px 10px;
	-o-background-size: 5px 10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	float: left;
	content: "";
	width: 16px;
	height: 16px;
}
#menu {
	background: url(../img/common/btn_menu.png) no-repeat;
	background-size: 181px 150px; -webkit-background-size: 181px 150px; -moz-background-size: 181px 150px; -o-background-size: 181px 150px;
	position: absolute;
	top: 6px;
	right: 0;
}
#menu li {
	text-indent: -9999px;
	float: left;
	width: 60px;
	height: 50px;
	overflow: hidden;
}
#menu li a {
	display: block;
	height: 50px;
}
#menu li.on:nth-of-type(1) {
	background: url(../img/common/btn_menu.png) no-repeat 0 -100px;
	background-size: 181px 150px; -webkit-background-size: 181px 150px; -moz-background-size: 181px 150px; -o-background-size: 181px 150px;
}
#menu li.on:nth-of-type(2) {
	background: url(../img/common/btn_menu.png) no-repeat -60px -100px;
	background-size: 181px 150px; -webkit-background-size: 181px 150px; -moz-background-size: 181px 150px; -o-background-size: 181px 150px;
}
#menu li.close {
	color: #FFF;
	background: url(../img/common/btn_menu.png) no-repeat -120px -50px;
	background-size: 181px 150px; -webkit-background-size: 181px 150px; -moz-background-size: 181px 150px; -o-background-size: 181px 150px;
}
#menu li.close a {
	color: #FFF;
}
#menuBox {
	background-color: #282828;
	position: absolute;
	display: none;
	width: 100%;
	top: 55px;
	z-index: 1000;
}
#menuBox a {
	color: #FFF;
}
#menuBox ul {
	padding: 10px;
}
#menuBox li {
	border-bottom: dotted 1px #575757;
	padding: 15px 0;
}
#menuBox li a {
	background: url(../img/common/ico_link.png) no-repeat right center;
	background-size: 6px 12px; -webkit-background-size: 6px 12px; -moz-background-size: 6px 12px; -o-background-size: 6px 12px;
	display: block;
}
#menuBox li ul {
	display: box; display: -webkit-box; display: -moz-box; display: -o-box;
	width: 100%;
	padding: 0;
	margin-top: 15px;
}
#menuBox li ul li {
	text-align: center;
	border-bottom: none;
	box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; -o-box-flex: 1;
	width: 50%;
	padding: 0;
}
#menuBox li ul li a {
	background: none;
	background-color: #141414;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	padding: 10px;
	margin: 0 5px;
}
#menuBtn {
	cursor: pointer;
}
#closeBtn {
	font-size: 10px; font-size: 1.0rem;
	text-align: center;
	color: #333;
	background-color: #FFF;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	display: block;
	width: 130px;
	padding: 5px;
	margin: 10px auto 20px auto;
	cursor: pointer;
}



/* フッター
------------------------------------------------------------ */
footer {
	padding-top: 10px;
}
footer .pagetop {
	background: url(../img/common/btn_pagetop.png) no-repeat center bottom;
	background-size: 39px 19px; -webkit-background-size: 39px 19px; -moz-background-size: 39px 19px; -o-background-size: 39px 19px;
	height: 19px;
}
footer .pagetop a {
	text-indent: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
footer small {
	font-size: 10px; font-size: 1.0rem;
	text-align: center;
	color: #FFF;
	background-color: #DA1109;
	display: block;
	padding: 10px 0;
}
#footBox a {
	color: #333;
}
#footBox ul {
	display: box; display: -webkit-box; display: -moz-box; display: -o-box;
	width: 100%;
}
#footBox li{
	text-align: center;
	box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; -o-box-flex: 1;
	max-width: 50%;
}
#footBox .site {
	font-size: 11px; font-size: 1.1rem;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 1px 0;
}
#footBox .site li {
	background-color: #EEE;
	box-shadow: 1px 0 0 0 #FFF inset;
	width: 50%;
}
#footBox .site li+li {
	border-left: solid 1px #DDD;
}
#footBox .site li a {
	display: block;
	padding: 10px;
}
#footBox .pc {
	padding: 10px 0;
}
#footBox .pc li {
	line-height: 30px;
	color: #999;
	border: solid 1px #DDD;
	width: 50%;
}
#footBox .pc li:first-child {
	border-right: none;
	border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;
	border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px;
	margin-left: 10px;
}
#footBox .pc li:last-child {
	border-left: none;
	border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px;
	margin-right: 10px;
}
#footBox .pc li a {
	background-color: #EEE;
	border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px;
	display: block;
	box-shadow: 0 0 0 1px #FFF inset;
}

/* ボタン */
#footBox .site li span {
	background-image: url(../img/common/ico_menu.png);
	background-repeat: no-repeat;
	background-size: 42px 28px; -webkit-background-size: 42px 28px; -moz-background-size: 42px 28px; -o-background-size: 42px 28px;
	display: inline-table;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-right: 3px;
}
#footBox .site li span.favorite {
	background-position: 0 0;
}
#footBox .site li span.history {
	background-position: -14px 0;
}
#footBox .site li span.condition {
	background-position: -28px 0;
}
#footBox .site li:nth-of-type(1) span.on {
	background-position: 0 -14px;
}
#footBox .site li:nth-of-type(2) span.on {
	background-position: -14px -14px;
}
#footBox .site li:nth-of-type(3) span.on {
	background-position: -28px -14px;
}



/* SNS
------------------------------------------------------------ */
.sns {
	text-align: center;
	display: inline;
	padding: 0 0 10px 0;
	margin-top: 10px;
}
.sns li {
	height: 20px;
	overflow: hidden;
}
.sns li iframe {
	width: 105px !important;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

.hidden { display: none; }
.clear  { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cAlg { text-align: center; }
.rAlg { text-align: right; }
.lAlg { text-align: left; }
.rFlt { float: right; }
.lFlt { float: left; }

.bold { font-weight: bold; }
.red  { color: #D81106; }

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10000;
}

/* clearfix
------------------------------------------------------------ */
#menu:after,
#foot ul:after,
.tab:after,
.snsBtn:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}





/* 小島ＣＳＳ
------------------------------------------------------------ */

.fb {
	font-weight: bold;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}


.lh110 {
	line-height: 110%;
}
.lh120 {
	line-height: 120%;
}
.lh130 {
	line-height: 130%;
}
.lh150 {
	line-height: 150%;
}
.lh180 {
	line-height: 180%;
}

.flol {
	float:left;
}
.flor {
	float: right;
}

.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}
.txt_l {
	text-align: left;
}
.cb {
	clear: both;
}


.boxm5 {
	margin-bottom: 5px;
}
.boxm10 {
	margin-bottom: 10px;
}
.boxm15 {
	margin-bottom: 15px;
}
.boxm20 {
	margin-bottom: 20px;
}
.boxm25 {
	margin-bottom: 25px;
}
.boxm30 {
	margin-bottom: 30px;
}
.boxm50 {
	margin-bottom: 50px;
}

.imgover {
	display: block;
}
.hako950 {
	width: 950px;
	margin:0px auto;
}
.hako980 {
	width: 980px;
	margin:0px auto;
}

.fc_ccc {
	color:#CCC;
}
.fc_999 {
	color:#999;
}
.fc_666 {
	color:#666;
}
.fc_F00 {
	color:#F00;
}
.fc_FFF {
	color: #FFF;
}


hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/** クーポン関連**/

#BkQupon {
	border: 1px solid #F00;
	margin: 10px;
}
#BkQupon dt {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	padding: 5px;
}
#BkQupon dd {
	padding: 5px;
}
#BkQupon dd p {
	text-align: center;
}

#BkQupon .atentiontxt p {
	text-align: left!important;
	color: #F00;
}

/** 無料電話注意文 **/
.help47class {
	background-color: #CCC !important;
	color: #FFF !important;
	border-radius: 5px !important;
	width: 12px !important;
}

/* お店アイコンスマホ CSS */
#ShopDIcon {
	margin-top: 6px;
}
#ShopDIcon li {
	float: left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-right: 5px;
	font-size: 11px;
	background-color: #CCC;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	color: #FFF;
}
#ShopDIcon .koutori {
	background-color: #008838;
}
#ShopDIcon .gyouhan {
	background-color: #D96D00;
}
#ShopDIcon .ninsyofac {
	background-color: #AC8200;
}
#ShopDIcon .shiteifac {
	background-color: #0085B2;
}
/* お店アイコンスマホ CSS END */

/* SnsLinkスマホ CSS END */
#SnsLink dl {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
	padding: 5px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}
#SnsLink dt {
	float: left;

}
#SnsLink dd {
	line-height: 38px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}
#SnsLink .snsbt_fb {
	background-color: #3C589D;
	border: 1px solid #3C589D;
	color: #FFF;
}
#SnsLink .snsbt_tw {
	background-color: #55ACEE;
	border: 1px solid #55ACEE;
	color: #FFF;
}
#SnsLink .snsbt_ig {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
}
/* SnsLinkスマホ CSS END */
