@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* Index----------------------------

   -  Font Size Conversion

   1. CSS Reset
   2. Frame
   3. Header
   4. Headline
   5. Main Contents
   6. Page Top
   7. Footer



      Other
      Float Canceler

--------------------------------- */



/* Font Size Conversion ------------

	PX    ％	PX    ％
	 8 → 67	 9 → 75
	10 → 83	11 → 92
	12 → 100 (Base Font Size)
	13 → 108	14 → 117
	15 → 125	16 → 133
	18 → 150	20 → 167
	22 → 183	24 → 200

--------------------------------- */



/* ---------------------------------
   1. CSS Reset
--------------------------------- */

html {
	overflow-y: scroll;
}

body, h1, h2, h3, h4, ol, ul, li, dl, dt, dd, table, th, td, p, img, a, div, em, sup, address {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
	border: none;
	font-family: 'Noto Sans Japanese', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	background-color: transparent;
}

body {
	font-size: 12px;
	font-size: 75%\9;
	text-align: center;
}

a {
	color: #704f00;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}

a:visited {
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

hr {
	display: none;
}


/* ------------------------------ */



/* ---------------------------------
   2. Frame
--------------------------------- */

.screen {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}


/* ------------------------------ */



/* ---------------------------------
   3. Header
--------------------------------- */

#header {
	height: 163px;
	background: transparent url(../img/bg_popup_header.gif) repeat-x;
}

#header .com {
	width: 141px;
	height: 61px;
	margin: 30px auto 17px;
	font-size: 0.01em;
	text-indent: -9999px;
	background: transparent url(../img/com.gif) -21px -11px;
}


/* ------------------------------ */



/* ---------------------------------
   4. Headline
--------------------------------- */

h1 {
	font-size: 0.01em;
	text-indent: -9999px;
}

h1.complice {
	width: 470px;
	height: 26px;
	background: transparent url(../img/ttl_club_complice.gif) no-repeat;
	margin:31px 0 0 0;
}


/* ------------------------------ */



/* ---------------------------------
   5. Main Contents
--------------------------------- */

#main {
	margin-bottom: 25px;
	padding-top: 35px;
}

#main em {
	color:#E60012;
}

#main .column01 .area {
	width:298px;
	float:left;
	background: transparent url(../../ginza/img/popup/bg_area01.gif) no-repeat left top;
}

#main .column01 .area h2 {
	height:20px;
	color: #736327;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 167%;
	margin:15px 0 0 15px;
}

#main .column01 .area p {
	background: transparent url(../../ginza/img/popup/bg_area02.gif) no-repeat left bottom;
	padding:15px 15px 30px 15px;
	line-height:1.5;
}

#main .column01 .card {
	float:right;
	width:497px;
}

#main .column01 .card h2 {
	height:34px;
	padding:0 0 0 13px;
	color:#342e0e;
	font-size:133%;
	letter-spacing:0.1em;
	line-height:34px;
	background:transparent url(../../ginza/img/popup/ttl_about01.gif) repeat left top;
	border-left:solid 4px #7a6d4c;
	margin:0 0 10px 0;
}

#main .column01 .card p {
	line-height:1.5;
}

#main .column01 .card dl {
	margin:20px 0 0 0;
}

#main .column01 .card dl dt {
	width:190px;
	height:75px;
	float:left;
	margin:0 12px 0 0;
	padding:8px 0;
	background-size:170px;
	box-sizing: border-box;
	background: #fdfef9;
	border:solid 1px #59b898;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}
#main .column01 .card dl dt span{
	display:block;
	margin:0 0 10px;
	color:#15996a;
	font-size:125%;
	text-align:center;
}
#main .column01 .card dl dd {
	line-height:1.5;
	overflow:hidden;
	padding:20px 0 0 0;
}

#main .column01 .card dl dd em {
	line-height:1.5;
}

/* ------------------------------ */

#main .column02 h2 {
	width:850px;
	height:34px;
	padding: 0 0 0 13px;
	color: #342e0e;
	font-size: 133%;
	letter-spacing: 0.1em;
	line-height: 34px;
	background: transparent url(../../ginza/img/popup/ttl_about01.gif) repeat left top;
	border-left: solid 4px #7a6d4c;
	margin:30px 0 10px 0;
}

#main .column02 p {
	line-height:1.5;
	margin:0 10px;
}

#main .column02 .pri01 {
	margin:30px 0 0 0;
}

#main .column02 .pri01 .txt {
	float:left;
	width:391px;
}

#main .column02 .pri01 .img {
	width:442px;
	height:280px;
	float:right;
	padding:7px 0 12px 5px;
	background:#fffcf9;
	border:solid 2px #41b679;
	border-radius: 8px;
	box-sizing: border-box;
}
#main .column02 .pri01 .img > div {
	float:left;
}
#main .column02 .pri01 .img .left {
	position:relative;
	margin-right:5px;
	padding-right:0;
	border-right:solid 1px #333;
}

#main .column02 .pri01 .img .left:before,
#main .column02 .pri01 .img .left:after {
	display:inline-block;
	content:"";
	position:absolute;
	right: 0;
	width:10px;
	height:1px;
	background:#333;
}
#main .column02 .pri01 .img .right{
	width:224px;
	padding-top: 55px;
}
#main .column02 .pri01 .img p {
	min-height:inherit;
	margin: 0 0 8px;
	background:none;
	color: #48ad83;
}
#main .column02 .pri01 .img > p {
	padding-left:10px;
	margin-bottom:5px;
}
#main .column02 .pri01 .img dt,
#main .column02 .pri01 .img dd {
	display: table-cell;
	vertical-align:bottom;
	color: #333;
	padding:0 0 14px;
}
#main .column02 .pri01 .img dd {
	padding-left:6px;
}
#main .column02 .pri01 .img dl:last-child dt {
	padding-bottom: 3px;
}
#main .column02 .pri01 .img dl:last-child dd {
	padding-bottom: 10px;
}
#main .column02 .pri01 .img span {
	margin-left:0;
	padding-left: 0;
	text-indent: 0;
	color: #48ad83;
}

#main .column02 .pri01 .img .right p.total {
	position:relative;
	padding-left:8px;
	font-size:10px;
	color:#48ad83;
}
#main .column02 .pri01 .img .right p.total:before {	
	display:block;
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:-10px;
	width:8px;
	height:1px;
	margin:auto;
	background: #333;
}
#main .column02 .pri01 .img .right p.total strong{
	margin:0 3px 0 0;
	font-size:160%;
	vertical-align: middle;
}
#main .column02 .pri01 .img .right p.r_txt {
	color: #333;
	font-size: 90%;
	padding-left:10px;
	text-indent: -10px;
}
#main .column02 .pri01 .img .right p.r_txt span{
	margin:3px 0 0;
	font-size:10px;
	letter-spacing: -0.02em;
}
#main .column02 .pri01 .img .right p.r_txt span strong {
	font-size:110%;
	font-weight:bold;
}
#main .column02 .pri01 .img .right p.r_txt .box {
	display:block;
	width:205px;
	height:23px;
	background:#fff;
	border:solid 1px #009956;
	font-size:110%;
	font-weight: bold;
	line-height:23px;
	text-align:center;
}
#main .column02 h3 {
	width:391px;
	padding-bottom: 2px;
	color:#01a156;
	border-bottom:solid 2px #009956;
	font-size:150%;
	line-height: 1.2;
	letter-spacing:0;
	margin:0 0 5px 0;
}
#main .column02 h3 span {
	display:block;
	width:90px;
	height:28px;
	padding:0;
	margin:0 0 15px;
	background:#009a58;
	border-radius:3px;
	color:#fff;
	font-size: 14px;
	line-height:28px;
	text-align:center;
	text-indent:0;
}
#main .column02 h3 span strong {
	position:relative;
	left:4px;
	font-size: 20px;
	line-height: 1.0;
}
#main .column02 h3 span:after {
	display:block;
	content:"";
	width:12px;
	height:12px;
	margin-top: -1px;
	background: url(../../ginza/img/popup/ttl_what.gif) no-repeat;
	background-size:12px;
}
#main .column02 .pri01 ol {
	margin:15px 0 0 5px;
}

#main .column02 .pri01 ol li {
	color:#E60012;
	list-style:decimal;
	margin:0 0 0 20px;
	line-height:1.4;
	font-size:90%;
}

#main .column02 .pri01 span {
	margin-left:1em;
	text-indent:-1em;
	display:block;
	line-height:1.4;
	color:#E60012;
	font-size:90%;
	padding-left:7px;
	*padding-left:2px;
}
#main .column02 .pri01 h3 span {
	width:90px;
	height:28px;
	padding:0;
	margin:0 0 15px;
	background:#009a58;
	border-radius:3px;
	color:#fff;
	font-size: 14px;
	line-height:28px;
	text-align:center;
	text-indent:0;
}
#main .column02 .pri04 span {
	margin-left:1em;
	text-indent:-1em;
	margin-top:10px;
	display:block;
	line-height:1.5;
	color:#E60012;
}
#main .column02 .pri04 h3 span {
	margin:0 0 15px;
	background:#009a58;
	color:#fff;
	line-height:28px;
	text-indent:0;
}
#main .column02 .pri01 p,
#main .column02 .pri02 p,
#main .column02 .pri03 p,
#main .column02 .pri04 p,
#main .column02 .pri05 p {
	margin:0;
	padding-left:65px;
	min-height:40px;
	_height:40px;
}

#main .column02 .pri01 p { background: transparent url(../../ginza/img/popup/icn_what01.gif) no-repeat; }
#main .column02 .pri02 p { background: transparent url(../../ginza/img/popup/icn_what02.gif) no-repeat; }
#main .column02 .pri03 p { background: transparent url(../../ginza/img/popup/icn_what03.gif) no-repeat; }
#main .column02 .pri04 p { background: transparent url(../../ginza/img/popup/icn_what04.gif) no-repeat; }
#main .column02 .pri05 p { background: transparent url(../../ginza/img/popup/icn_what05.gif) no-repeat; }

#main .column02 .pri02,
#main .column02 .pri04 {
	width:405px;
	float:left;
}

#main .column02 .pri03,
#main .column02 .pri05 {
	width:405px;
	float:right;
}

#main .column02 .pri02 h3,
#main .column02 .pri03 h3,
#main .column02 .pri04 h3,
#main .column02 .pri05 h3 {
	width:405px;
	letter-spacing: 0.04em;
	margin:50px 0 5px 0;
}
#main .column02 .pri02 h3{
	letter-spacing: -0.01em;
}

/* ------------------------------ */



/* ---------------------------------
   6. Page Top
--------------------------------- */

.pagetop {
	margin-bottom: 5px;
}

.pagetop .screen {
	text-align: right;
}

.pagetop .screen a {
	line-height: 1.25;
}

.pagetop01 {
	text-align: right;
}


/* ------------------------------ */



/* ---------------------------------
   7. Footer
--------------------------------- */

#footer {
	padding: 12px 0;
	border-top: 1px solid #e5e2dd;
}

#footer .copyright {
	float: left;
	margin: 17px 0 0;
}

#footer .copyright address {
	color: #999;
}


/* ------------------------------ */












/* ---------------------------------
      Others
--------------------------------- */
/*wovn*/
.language{
	width: 442px;
	float: right;
}
.language .ttl{
	width: 123px;
	float: left;
	margin-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
.language p{
	clear: both;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #666;
	font-size: 12px;
	letter-spacing: 0.08em;
}
#wovn-languages{
	margin-top: 8px;
	overflow: hidden;
}

#wovn-languages .wovn-lang-list{
	overflow: hidden;
}

#wovn-languages li {
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  float: left;
  list-style: none;
  margin-left: 5px;
  padding: 0px 15px;
  text-align: center;
  background: #eee;
  border-radius: 22px;
  color: #333;
}
#wovn-languages li.selected {
  background: #586000;
  color: #fff;
}



/* ------------------------------ */



/* ---------------------------------
      Float Canceler
--------------------------------- */

.clrfloat:after {
	height: 0;
	font-size: 0;
	clear: both;
	display: block;
	visibility: hidden;
	content: url(../img/dot_null.gif);
}

* html .clrfloat {
	display: inline-block;
}

*:first-child+html .clrfloat {
	zoom: 1;
}

/* start BackSlash Hack \*/
* html .clrfloat {
	height: 1%;
}

.clrfloat {
	display: block;
}
/* end BackSlash Hack */


/* ------------------------------ */