@charset "UTF-8";
/*reset css*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, address, em, img, small, strong, dl, dt, dd, ol, ul, li, form, label, table, tbody, tr, th, td, time, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
	background: transparent;
}
input, button, textarea, select, checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	outline: none;
}
* {
	font-style: normal;
}
/*共通css*/
ol, ul {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	overflow: inherit;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku GothicPro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #666;
	font-size: 62.5%;/*10pt*/
	line-height: 1.5;
}
body {
	background-color: #f0f0f0;
	font-size: 1.0rem;
}
#container {
	font-size: 1.4rem;
}
.contents {
	margin: 1rem;
	padding: 2rem 1rem;
	background-color: #FFF;
}
.contents_g {
	margin: 1rem;
	padding: 2rem 1rem;
	text-align: center;
}

/*3.0対応*/
.contents_faq {
	margin: 1rem;
	padding: 2rem 1rem 0 1rem;
	text-align: center;
}


img {
	max-width: 100%;
	vertical-align: middle;
}
/*text*/
.txt {
	margin-bottom: 2rem;
}
.txt_cancel {
	text-align: left;
	padding: 2rem;
}
.txt333 {
	margin-bottom: 2rem;
	color: #333333;
	font-size: 1.2rem;
}
.txt_s {
	font-size: 1.2rem;
	text-align: center;
}
.txtmarginl {
	margin-left: 2rem;
	margin-bottom: 2rem;
}
.title1, .title2 {
	margin-bottom: 1rem;
	padding-bottom: 0.4rem;
	border-bottom: solid 1px #666;
	font-weight: bold;
	text-align: center;
}
.title2 {
	text-align: left;
}
.title3 {
	margin: 2rem 1rem 1rem;
	font-weight: bold;
}
.title4 {
	margin-bottom: 1rem;
	padding-bottom: 0.6rem;
	border-bottom: solid 1px #666;
	font-size: 1.6rem;
	font-weight: bold;
}
.title5 {
	margin: 2rem 1rem 1rem;
	font-weight: bold;
	text-align: center;
}
.title5_cancel {
	margin: 2rem 1rem 1rem;
	font-weight: bold;
	text-align: center;
	color:#275c9a;
}
.title6 {
	/*font-weight: bold;*/
}
/*button*/
.btn_1, .btn_1a, .btn_2, .btn_3 {
	width: 94%;
	height: auto;
	margin: 0 auto 2rem;
	padding: 8px 0 4px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-align: center;
}
.btn_1, .btn_1a {
	background-color: #e73262;
	box-shadow: 0px 6px 0px 0px #cf2d58;
	-moz-box-shadow: 0px 6px 0px 0px #cf2d58;
	-webkit-box-shadow: 0px 6px 0px 0px #cf2d58;
}
.btn_1a_cancel {
	width: 94%;
	height: auto;
	margin: 0 auto 2rem;
	padding: 9px 0 9px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #275c9a;
	margin-bottom: 0;
	letter-spacing: 0;
}
.btn_1a {
	margin-bottom: 0;
	letter-spacing: 0;
}
.btn_2 {
	background-color: #999;
	box-shadow: 0px 6px 0px 0px #808080;
	-moz-box-shadow: 0px 6px 0px 0px #808080;
	-webkit-box-shadow: 0px 6px 0px 0px #808080;
}
.btn_3 {
	border: thin solid #cecece;
	color: #E73262;
	background-color: #fff;
	box-shadow: 0px 6px 0px 0px #cecece;
	-moz-box-shadow: 0px 6px 0px 0px #cecece;
	-webkit-box-shadow: 0px 6px 0px 0px #cecece;
}
.btn_map, .btn_tel {
	width: 120px;
	height: 30px;
	margin: 4px 0 0;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
	background-color: #275c9a;
	text-align: center;
}
.btn_map {
	width: 120px;
}
.btn_tel {
	width: 120px;
}
/*form*/
form {
	width: 100%;
}
select, input[type="number"], input[type="date"],input[type="tel"] {
	width: 100%;
	height: 4.4rem;
	margin-bottom: 2rem;
	padding: 1rem;
	border: solid thin #999;
	color: #275c9a;
	font-size: 1.8rem;
}
input[type="number"], input[type="date"],input[type="tel"] {
	letter-spacing: 0.4rem;
}
input[type=checkbox] {
	display: none;
}
.checkbox {
	display: inline-block;
	position: relative;
	margin: 0 20px 20px 0;
	padding-left: 34px;
	font-size: 1.6rem;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox:hover:after {
	border-color: #666;
}
.checkbox:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	width: 24px;
	height: 24px;
	border: solid thin #999;
	content: '';
}
.checkbox:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 8px;
	width: 9px;
	height: 14px;
	margin-top: -8px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: '';
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
/*storeinfo*/
.storepic {
	width: 280px;
	height: 215px;
	margin: -1rem auto 2rem;
	padding: 1rem;
	background-color: #FFF;
	text-align: center;
}
.btn_1 p:before{
	content: "\f041";
	font-family: FontAwesome;
	margin-right:1.3rem;
	color:#fff;
	font-size: 2rem;
}
table.info {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 0px;
}
table.info caption {
	border-bottom: 1px solid #d4d4d4;
	font-size: 2rem;
	text-align: left;
}
table.info th, td {
	padding: 1rem 0;
	border-bottom: 1px solid #d4d4d4;
	vertical-align: top;
}
table.info th {
	width: 30%;
	font-weight: normal;
}
/*storelist*/
ul.storelist li {
	padding: 1rem;
	border-bottom: solid 2px #f0f0f0;
	background-color: #fff;
}
ul.storelist li a {
	display: block;
}
ul.storelist a:after {
	content: "";
	display: block;
	clear: both;
}
.info {
	float: left;
	width: 100%;
	margin-right: -39px;
	padding-right: 54px;
}
p.store {
	font-size: 1.8rem;
	font-weight: bold;
}
p.address {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.2rem;
}
ul.storelist time {
	font-size: 1.2rem;
}
ul.storelist time:before {
	content: "\f017";
	font-family: FontAwesome;
}
.checkin {
	float: left;
	width: 39px;
	margin: 2px auto 0;
}
.checkin img {
	width: 39px;
	height: 54px;
}
/*pointcard
ポイント数*/
.bluebox {
	margin: 0;
	padding: 2rem 1rem;
	background-color: #275c9a;
	color: #ffffff;
	text-align: center;
}
.bluebox .point {
	width: 260px;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: normal;
}
.bluebox .point:after {
	content: "";
	display: block;
	clear: both;
}
.left, .right {
	float: left;
	font-size: 4rem;
}
.left {
	width: 17%;
	text-align: left;
}
.left:before {
	content: "現在";
	font-size: 1.4rem;
}
.right {
	width: 83%;
	text-align: right;
}
.right:after {
	content: "ポイント";
	margin-left: 4px;
	font-size: 1.6rem;
}
.bluebox time {
	font-weight: bold;
}
.bluebox time:after {
	content: "まで有効";
}
/*ポイント数デザインver２*/
.bluebox .point2 {
	margin-bottom: 1rem;
	border-bottom: thin solid #ffffff;
	font-size: 4rem;
	letter-spacing: normal;
}
.bluebox .point2:after {
	font-size: 1.4rem;
	letter-spacing: normal;
}
.bluebox .point2:after {
	content: "ポイント";
	margin-left: 4px;
}
.bluebox .cpt {
	font-size: 1.6rem;
}
/*pointcard
バーコード*/
.card {
	width: 90%;
	margin: 20px auto;
	padding: 12px 0;
	border: thin solid #ccc;
	border-radius: 8px;
	box-shadow: 0 0 8px #ccc;
	-moz-box-shadow: 0 0 8px #ccc;
    -webkit-box-shadow: 0 0 8px #ccc;
	background-color: #fff;
	text-align: center;
}
.card img {
	width: 75px;
	height: 27px;
	margin-bottom: 12px;
}
.card .line {
	width: 100%;
	height: 20px;
	margin-bottom: 12px;
	background-color: #999;
}
.nw7 {
	font-size: 1.9rem;
	margin-top: 12px;
	color: #000;
}
.nw7_code img {
	width: 300px;
	height: 80px;
	text-align: center;
}
/*pointcard
バーコード ver2*/
.card2 {
	width: 300px;
	height: 190px;
	margin: 20px auto;
	padding: 10px 0;
	border: thin solid #ccc;
	border-radius: 8px;
	box-shadow: 0 0 8px #ccc;
	-moz-box-shadow: 0 0 8px #ccc;
    -webkit-box-shadow: 0 0 8px #ccc;
	background-color: #fff;
	text-align: center;
}
.card2 img {
	width: 75px;
	height: 27px;
}
.card2 .line {
	width: 100%;
	height: 20px;
	margin: 4px auto 14px;
	background-color: #999;
}
.card2 .nw7 {
	color: #000;
}
.card2 .nw7_code img {
	width: 280px;
	height: 70px;
}
/*explain*/
.member :after, .code :after {
	content: "";
	/*display: block;*/
	clear: both;
}
.member .number {
	float: left;
	width: 68%;
	margin-right: 1rem;
}
.member .copy {
	float: left;
	width: 28%;
}
.code :after {
	margin-bottom: 2rem
}
.code .txt {
	float: left;
	width: 100%;
	margin-right: -110px;
	padding-right: 120px;
}
.code .pict {
	float: left;
	width: 110px;
}
.howtoregi {
	width: 100%;
}
.howtoregi dt {
	font-weight: bold;
}
.howtoregi dd {
	margin-bottom: 2rem;
}
.clear {
	clear: both;
}
/*FAQ*/
.faq-list {
	width: 100%;
}
.faq-list dt:hover {
	color: #999;
}
.faq-list dt {
	margin-top: 1.5rem;
	padding-right: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: thin solid #999;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}
.faq-list dt:first-child {
	margin-top: 0
}
.faq-list dt:after, .contents_g .faq-list dt.active:after {
	position: absolute;
	right: 4px;
	top: -4px;
}
.faq-list dt:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #999;
	font-size: 2rem;
}
.faq-list dt.active:after {
	content: "\f106";
	font-family: FontAwesome;
	color: #999;
	font-size: 2rem;
}
.faq-list dd {
	display: none;
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding: 1rem;
	background-color: #fff;
}
/*カード説明ページ内のFAQ設定*/
.contents .faq-list dt {
	padding-bottom: 0;
	border-bottom: none;
	font-weight: bold;
}
.contents .faq-list dd {
	margin-bottom: 0;
	padding: 1rem;
}
.contents .faq-list dd ul li {
	margin-left: 10px;
	list-style: disc;
	color: #e73262;
}
.contents .faq-list dd ul li span {
	color: #666;
}
/*規約*/
ul.ruletxt {
	margin-top: -2rem;
	margin-bottom: 2rem;
}
ul.ruletxt li {
	margin-left: 2rem;
	list-style: decimal;
}
ul ul.sub {
	counter-reset: item;
}
ul ul.sub li {
	list-style: none;
	margin-left: 0;
}
ul ul.sub li:before {
	content: "(" counters(item, "-") ")";
	counter-increment: item;
	margin-right: 0.5rem;
}
ul.ruletxt1 {
	counter-reset: item1;
	margin-top: -2rem;
	margin-bottom: 2rem;
}
ul.ruletxt1 li:before {
	content: "(" counters(item1, "-") ")";
	counter-increment: item1;
	margin-right: 0.5rem;
}


/* dialog jQueryUI */
.ui-dialog-titlebar {
    display: none;
}

.ui-widget-content {
    background: #ffffff;
    color: #666666 ;
    font-size: 1.4rem;
    text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #275c9a;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
   float: none;
}

.ui-dialog .ui-dialog-buttonpane {
   text-align: center;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 100px;
}

.jquery-ui-dialog-confirm .ui-button-text-only .ui-button-text {
    padding: .4em 40px;
}

.faq_category {
	background-color: #275c9a;
	/*margin-top: 1.5rem;*/
	margin-bottom: -1.0em;
	padding-top: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: bold;
	position: relative;
}
