@charset "UTF-8";
*{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.8;
}
ul,li{
	list-style-type:none;
}
a {
	color:#F00;
}

/* CSS Document */

/* ========================================
		*共通
======================================== */
#wrap{
	background:#fff;
	overflow:hidden;
}
#header{
	border-top:#f4d3d1 5px solid;
	border-bottom:#f4d3d1 5px solid;
}
#header img{
	vertical-align:bottom;
}
#header .h1{
	background-color: #fff2f1;
	padding: 2em 0;
	border: none;
}
#header h1{
	text-align:center;
	/*padding: 1.5em 0;*/
}
#header h1 a{
	 font-size: 32px;
    color: #43240f;
    text-decoration: none;
    font-weight: normal;
}
#login{
	width:100%;
	margin:0 auto;
}
#mainimg{
	margin:3em 0;
	position: relative;
}
#mainimg img{
	display: block;
	margin: 0 auto;
}

.nocard{
	text-align: center;
	margin: 2em auto;
	padding: 2em;
	border: 4px dotted #ccc;
	width: 700px;
}
.nocard .btn{
	padding: 1em 2em;
	background-color: #e95377;
	margin: .5em auto;
	width: 50%;
	position: relative;
}

.nocard .btn a{
	text-decoration: none;
	color: #fff;
	display: block;
}
.nocard .btn a:before{
	position: absolute;
	content: "";
	right: 8%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
}
#login_area{
	/*width:970px;*/
	height:auto;
	padding:2em 4em;
	/*background-image:url(../pointcard/images/login_bg.jpg);*/
	background:#f4d3d1;
}
.buttonbox {
	width:700px;
	height: 130px;
	margin:0 auto;
	padding: 2em;
	background: #fff;
	border: 2px solid #fff;
}
/*.buttonbox ul{
	display: flex;
	justify-content: space-between;
	padding: 0 2em;
}
.buttonbox ul li{
	width: 45%;
}*/
.login{
	float:left;
	display:block;
}
.new{
	float:right;
	display:block;
}
.buttonbox p{
	text-align: center;
	margin: 0 auto;
	padding: .5em 0;
}
.wespo{
	background-color: #fff;
	margin: 1em auto 0;
	padding: 2em;
  border: 4px solid #e30b83;
  border-image: linear-gradient(to right, #eb7aab 0%, #067fc9 100%);
  border-image-slice: 1;
	text-align: center;
	width:700px;
}
.wespo .logo{
	width: 30%;
	display: block;
	margin: 1em auto;
}
.wespo ul{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin:0 10em;
}

.wespo .sttl{
	font-weight: bold;
	font-size: 150%;
	color: #07A7E3;
	border-bottom: 2px solid #07A7E3;
	line-height: 1.6;
	margin-bottom: 6px;
    display: inline-block;
}

.wespo .ann2{
	font-size: 100%;
	color: #e30f85;
	line-height: 1.6em;
	font-weight: bold;
}
.wespo .sttl2{
	font-weight: bold;
	font-size: 110%;
	color: 333;
	margin-top: 2em;
}
.wespo .cardless {
	background-color: #f2f5f7;
	padding: 20px;
	margin: 0 auto 20px;
}
#navi{
	height:64px;
	/*background-color:#f4d3d1;*/
	margin:25px 0;
	padding:3px 0;
}
#main {
	margin:0 auto;
	width:970px;
}
ul.navi{
	width:970px;
	margin:0 auto;
	/*overflow:hidden;*/
	display: flex;
	justify-content: space-between;
}

ul.navi li{
	position: relative;
}
/*ul.navi li:last-child{
	border-right:1px solid #444;
}*/

ul li img{
	margin-top:20px;
}

ul li.sp{
	width:285px;
	text-align:center;
	height:64px;
	background: #eee;
}

ul li.sp a:hover{
	display:block;
	width:285px;
	text-align:center;
	background-color:#e95377;
	height:64px;
}

ul li.bene{
	width:190px;
	text-align:center;
	height:64px;
	background: #eee;
}

ul li.bene a:hover{
	display:block;
	width:190px;
	text-align:center;
	background-color:#e95377;
	height:64px;
}
ul li.shop{
	width:230px;
	text-align:center;
	height:64px;
		background: #eee;
}

ul li.shop a:hover{
	display:block;
	width:230px;
	text-align:center;
	background-color:#e95377;
	height:64px;
}
ul li.qa{
	width:236px;
	text-align:center;
	height:64px;
		background: #eee;

}

ul li.qa a:hover{
	display:block;
	width:236px;
	text-align:center;
	background-color:#e95377;
	height:64px;
}
ul li a.on{
	display:block;
	background-color:#e95377;
	height:64px;
}
ul li a.on:before{
	position: absolute;
	content: "";
	left: 4%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 42%;
}

.poit{
	width:970px;
	margin:20px auto 60px;
	overflow:hidden;
}
.ttl{
	margin-bottom:25px;
}
.sp_area{
	width:970px;
	line-height:1.8;
	overflow:hidden;
}

.txt{
	width:550px;
	float:left;
	margin-right:80px;
}
.txt span{
	font-size:14px;
	line-height:1.8;
}
.txt a{
	color:#DC0003;
}
.img{
	width:340px;
	float:left;
}
.ext_area{
	padding:25px;
	margin-top:35px;
	border:1px solid #444;
}
.ext_area .shoplist{
	display: flex;
	justify-content: space-between;
	margin:15px 0 30px;
}
.ext_area .shop{
	width:48%;
	line-height:1.6em;
}
.sml{
	font-size: 90%;
}
.gray{
	color:#666;
}
.red{
	color:#f00;
}
.shopping{
	margin:30px 0 45px;
}
.shopping .term{
	display: flex;
	border: #eb2f79 1px dashed;
	border-radius: 20px;
	padding: 20px 30px;
	margin-bottom: 45px;
}
.shopping .term p{
	font-size: 120%;
	margin-right: 15px;
}
.shopping .term p span{
	font-size: 120%;
	color: #eb2f79;
	font-weight: bold;
	display: block;
}
.shopping .term img {
    width: 441px;
    height: 173px;
}
#toiawase{
	width:970px;
	margin:0 auto 30px;
	border-top:1px solid #444;
	padding-top:40px;
	text-align:center;
}
#toiawase p{
	font-weight:bold;
	font-size:18px;
}
table{
	width:480px;
	margin:10px auto;
}
th,td{
	padding:5px 20px;
	text-align:left;
}
#footer01{
	background-color:#e95377;
}
.footernavi{
	width:970px;
	margin:0 auto;
	background-color:#e95377;
	height:20px;
	padding:13px 0 15px;
}
.footernavi ul li a{
	display:inline-block;
	float:left;
	color:#fff;
	margin-right:20px;
	font-size:14px;
	text-decoration:none;
}
#footer02{
	background-color:#f4d3d1;
	height:100px;
	padding:50px 0;
	text-align:center;
	font-size:14px;
}

#pagetop a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index:100;
}

/* ========================================
		*施設選択
======================================== */
.selectbox{
	margin:15px auto;
	padding:10px;
	border:2px dotted #B50000;
	line-height:1.8;
	text-align:center;
}
.selectbox p{
	font-weight:bold;
	color:#C40000;
	font-size:14px;
}

.selectbox select {
	width:20%;
	margin:5px 0;
}

/* ========================================
		*利用可能店舗
======================================== */

#scnavi {
	overflow:hidden;
	width:970px;
	height:82px;
	margin:0 auto;
	padding:0;
}
#scnavi li {
	display:block;
	float:left;
	height:82px;
}
#scnavi li a {
	display:block;
	height:82px;
}
#scnavi li a img {
	margin-top:0;
	display:block;
}
#scnote {
	margin:20px auto 0;
}
#scnote .note {
	color:#F00;
	font-weight:bold;
	width:970px;
	margin-bottom:10px;
}
#scnote .exception {
	box-sizing:border-box;
	border:1px #666666 dotted;
	background: url(../pointcard/images/ttl_exc.jpg) 10px 10px no-repeat;
	padding:16px 15px 15px 320px;
	min-height:54px;
	width:970px;
	line-height:1.6;
	font-weight:bold;
	font-size:small;
}

/* 利用可能店舗一覧 */
#shoplist {
	width:950px;
	margin:20px auto 60px;
}
#shoplist h3 {
	border-bottom:2px solid #e95377;
	margin-bottom:10px;
	padding-bottom:5px;
}
.storelist {
	width: 950px;
	margin:0 auto 10px !important;
	padding-bottom: 12px;
	font-size: 14px;
}
.storelist th {
  text-align: center;
	color: #333;
	font-weight:normal;
}
.storelist table {
  width: 100%;
	margin:0;
}
.storebox {
	width: 333px;
	padding: 7px 10px 7px 7px;
	border-bottom: 1px dotted #CCC;
}
th.storebox {
	background-color: #fdf2f0;
	margin:0;
	padding:0;
}
.leftbox {
  border-right: 1px dotted #CCC;
}
.storeflag {
  text-align:center;
  width: 25%;
	vertical-align: middle;
}
.storename {
  width: 55%;
	vertical-align: middle;
}
.storefloor {
  text-align:center;
  width: 20%;
	vertical-align: middle;
}


/* ========================================
		*よくあるご質問
======================================== */

#qa #main h4 {
	border:2px solid #e95377;
	padding:5px 10px;
	font-size:18px;
}
#qa #main dl {
	padding:15px 10px 25px;
}
#qa #main dt {
	background-color:#e1edff;
	padding:5px 5px 5px 17px;
	font-weight:bold;
	color:#0066ff;
	text-indent:-12px;
}
#qa #main dd {
	padding:10px 5px 25px 17px;
	text-indent:-12px;
}
#qa #main dd span {
	color:#ff0000;
	font-weight:bold;
}
#qa #main dl em {
	font-weight:bold;
	font-style:normal;
}
#qa #main dl .note {
	font-weight:normal;
}
#qa #main dd img {
	margin-top:20px;
}
#qa #main dd .atn {
	background:url(../pointcard/images/bg_atn.png) left 4px no-repeat;
	padding-left:17px;
}

/* ========================================
		*特典案内
======================================== */

#bene #main h3 {
	clear:both;
	margin-bottom:15px;
	margin-top:50px;
}
#bene #main h3:first-child {
	margin-top:0;
}
#bene #main p {
	margin-bottom:15px;
}
#bene #main p img {
	float:right;
	padding:0 40px 30px 30px;
}
#bene #main .f22 {
	font-size:22px;
}
#bene #main dl {
	margin-bottom:20px;
}
#bene #main dt {
	font-weight:bold;
}
#bene #main dd {
	padding-left:17px;
}
#bene #main .nikko {
	background:url(../pointcard/images/img_be05.png) right 40px bottom no-repeat;
	background-size:200px auto;
	padding-right:280px;
}

#bene #main .coution{
	margin-left:1em;
}
#bene #main .coution ul li {
	list-style-type:disc;
	font-size:12px;
	color:#444;
}
/* 20180911 added
--------------------------------------------*/
.attention {
  margin-bottom: 20px;
	padding: 20px;
	border: 2px solid #ff8a2d;
}
.attention h3 {
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}
.attention .point {
 margin: 1.5em auto;
  text-align: center;
  width:  90%;
  background: #eee;
  padding: 1em;
  font-weight: bold;
}

/* ========================================
		*入会案内
======================================== */
.image-container{
	background: url("../pointcard/images/join/bg_01.png") no-repeat, url("../pointcard/images/join/bg_02.png") no-repeat, url("../pointcard/images/join/bg_03.png") no-repeat, url("../pointcard/images/join/bg_04.png") no-repeat;
	background-position: left top,right top,left bottom,right bottom;
	margin-top: 2em;
}
h2 img{
	margin: 0 auto;
	display: block;
}
.step{
	margin: 2em auto;
}
.step h3{
	font-size: 130%;
	text-align: center;
	font-weight: normal;
	padding: .4em 1em;
	  border: 4px solid #e30b83;
  border-image: linear-gradient(to right, #eb7aab 0%, #067fc9 100%);
  border-image-slice: 1;
	margin-bottom: .5em;

}
.step ul{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.step ul li{
	text-align: center;
}
.step ul li .stepNo{
    color: #fff;
    font-weight:bold;
    padding:.2em 1.5em;
    background-color: #eb7aab;
	border-radius: 4px;
	display: block;
    width: 40%;
    margin: 0 auto .4em;
}
span.stepFin {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: .8em;
    display: block;
    color: #eb7aab;
}
.step ul li:first-child:after{
	position: absolute;
	content: "";
	left: 28%;
	width: 15px;
	height: 15px;
	border-top: 4px solid #1aaee5;
	border-right: 4px solid #1aaee5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}
.step ul li:nth-child(2):after{
	position: absolute;
	content: "";
	left: 53%;
	width: 15px;
	height: 15px;
	border-top: 4px solid #1aaee5;
	border-right: 4px solid #1aaee5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}
.step ul li:nth-child(3):after{
	position: absolute;
	content: "";
	left: 80%;
	width: 15px;
	height: 15px;
	border-top: 4px solid #1aaee5;
	border-right: 4px solid #1aaee5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}
.step p{
	text-align: center;
	margin-bottom: 2em;
}
.wespoapp{
	margin-bottom: 2em;
	padding: 2em 0;
	text-align: center;
	border:4px dotted #ccc;
}
.wespoapp ul{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin:0 18em;
}
.wespoapp .ann{
	margin-top: 1em;
	font-size: 85%;
	color: #666;
}
.wespo2{
	background-color: #fadfe7;
	padding: 3em;
	text-align: center;
}
.wespo2 div{
	width: 970px;
	margin: 0 auto;
}
.wespo2 h3{
	width: 30%;
	background: #1aaee5;
	color: #fff;
	font-size:130%;
	margin: 0 auto 1em;
	text-align: center;
}


.sc{
	width: 970px;
}
.sc h4 {
  display: flex;
  align-items: center;/* 縦位置の調整 */
	font-size: 130%;
	font-weight: normal;
	margin-top: 2em;
}
.sc h4::before,
.sc h4::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background: #000;
}
.sc h4:before{
	margin-right: 2em;
}
.sc h4:after{
	margin-left: 2em;
}
.sc img{
	margin-bottom: 2em;
}
footer{
	margin: 4em auto 2em;
}
footer img{
	display: block;
	margin: 0 auto;
}