

@charset "UTF-8";

/* =============================================

Page Common CSS

================================================ */

/* Reset */
#content h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,dl,li,dt,dd,form {margin:0px;padding:0px;}
#content li,dt,dd {list-style:none;}
#content img {
	border:none;
	max-width:100%;
}
#content * {
	box-sizing: border-box;
}

/* Utility Class */
#content .tL {text-align:left !important;}
#content .tR {text-align:right !important;}
#content .tC {text-align:center !important;}
#content .fL {float:left !important;}
#content .fR {float:right !important;}
#content .mb00 {margin-bottom:0 !important;}
#content .mb05 {margin-bottom:5px !important;}
#content .mb10 {margin-bottom:10px !important;}
#content .mb20 {margin-bottom:20px !important;}
#content .mb30 {margin-bottom:30px !important;}
#content .mb40 {margin-bottom:40px !important;}
#content .fz10 {font-size:10px !important;}
#content .fz12 {font-size:12px !important;}
#content .fz14 {font-size:14px !important;}
#content .fz16 {font-size:16px !important;}
#content .fwB {font-weight:bold !important;}
#content .caution {color:#e60013;}
#content .colorYel {color:#fff100;}
strong {font-weight: bold;}

/* Link */
/*
#content a:link {color:#3366CC;}
#content a:visited {color:#3366CC;}
#content a:hover {color:#3366CC;text-decoration:none;}
#content a:active {color:#3366CC;}
*/


/* PC/SP表示出し分け */
.pc{
	display:inline;
}
.sp-inl{
	display:none;
}
.sp-blk{
	display:none;
}


@media screen and (max-width: 640px) {
/*  Media Queries 640px ======================== */
	.pc{
		display:none;
	}
	.sp-inl{
		display:inline;
	}
	.sp-blk{
		display:block;
	}
/*  Media Queries 640px ======================== */
}




/* =============================================

Page  CSS

================================================ */
#content {
	background-color: #000;
}

#content .contentsBody {
	background: transparent;
}

#content section {
	overflow: hidden;
}
#content article {}

#content .contentsWrap {
	width: 960px;
	margin: 0 auto 60px auto;
	color: #fff;
}

#content ul.list li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
#content ul.list li:last-child {
	margin-bottom: 0;
}

/* タイトル */
#content h1 {
	font-size: 20px;
	padding: 30px 0 5px 0;
	border-bottom: dashed 1px #fff;
	margin: 0 0 30px 0;
}
#content .heading {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1.4em;
}
#content h2 {
	font-size: 30px;
	padding: 0 0 5px 0;
	border-bottom: solid 4px #fff100;
	margin: 0 0 30px 0;
	text-align: center;
}


@media screen and (max-width: 640px) {
/*  Media Queries 640px ======================== */
	#content article {
		padding: 0 15px;
	}
	#content .contentsWrap {
		width: 100%;
		margin: 0 auto 30px auto;
	}
	/* タイトル */
	#content h1 {
		font-size: 16px;
		padding: 10px 0 5px 0;
		margin: 0 15px 15px 15px;
	}
	#content .heading {
		font-size: 22px;
		font-size: 6vw;
		margin: 0 0 15px 0;
	}
	#content h2 {
		font-size: 20px;
		border-bottom: solid 2px #fff100;
		margin: 0 0 15px 0;
	}
/*  Media Queries 640px ======================== */
}




/* ナビゲーション */
#content ul.pageNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color:#fff;
	margin: 0 0 15px 0;
}
#content ul.pageNav li {
	width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-right: solid 1px #000;
}
#content ul.pageNav li:last-child {
	border-right: none;
}
#content ul.pageNav li a {
	background-color: #fff100;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	width: 100%;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
}
#content ul.pageNav li a:hover {
	opacity: 0.8;
}


@media screen and (max-width: 640px) {
/*  Media Queries 640px ======================== */
#content ul.pageNav li {
	width: 33%;
}
#content ul.pageNav li:nth-child(2) {
	width: 34%;
}
#content ul.pageNav li a {
	font-size: 14px;
	font-size: 3.5vw;
	padding: 8px 0;
}

/*  Media Queries 640px ======================== */
}




/* キービジュアル */
#content .keyVisual{
	border: solid 1px #fff100;
}

@media screen and (max-width: 640px) {
/*  Media Queries 640px ======================== */
	#content .keyVisual{
		border-right: none;
		border-left: none;
	}
	.txtWrap {
		margin: 0 15px;
	}
/*  Media Queries 640px ======================== */
}




/* 有効期間・会員 */
#content ul.category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#content ul.category li {
	width: 300px;
	background-color: #fff;
}
#content ul.category li .image {
	position: relative;
	padding: 16px 0 16px 0;
}
#content ul.category li .image .caution {
	position: absolute;
	bottom: 3px;
	left: 15px;
	font-size: 12px;
	padding-right: 15px;
}
#content ul.category li .summary {
	padding: 0 15px 15px 15px;
	color: #333;
}
#content ul.category li .summary h3 {
	border-top: solid 1px #e4007f;
	padding: 6px 0 0 0;
	margin: 0 0 6px 0;
	font-size: 18px;
	font-weight: bold;
}
#content ul.category li .summary.kids h3 {
	border-top: solid 1px #00a0e9;
}
#content ul.category li .summary dl dt {
	display: inline-block;
	border: solid 1px #d4d4d4;
	padding: 0 0.5em;
	margin: 0 0 3px 0;
}
#content ul.category li .summary dl dd {
	margin: 0 0 12px 0;
}
#content ul.category li .summary dl dd:last-child {
	margin: 0 0 0 0;
}


@media screen and (max-width: 640px) {
/*  Media Queries 640px ======================== */
	#content ul.category {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#content ul.category li {
		width: 100%;
		margin: 0 0 15px 0;
	}
	#content ul.category li:last-child {
		margin: 0 0 0 0;
	}
	#content ul.category li .summary h3 {
		font-size: 16px;
	}
	#content ul.category li .image {
		padding: 0 0 0 0;
	}
	#content ul.category li:first-child .image {
		padding: 0 0 16px 0;
	}
/*  Media Queries 640px ======================== */
}




/* 会員特典 */
#content ul.bonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -30px 0;
}
#content ul.bonus > li {
	width: 465px;
	margin: 0 0 30px 0;
	background-color: #fff;
	color: #333;
}
#content ul.bonus > li .image {
	border-bottom: solid 1px #fff100;
}
#content ul.bonus > li .summary {
	padding: 10px 15px 15px 15px;
}
#content ul.bonus > li .summary h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px 0;
}
#content ul.bonus > li .summary h3.border {
	border-bottom: solid 2px #fff100;
}
#content ul.bonus > li .summary h3.border:before {
	content:"● ";
	color: #fff100;
}

#content ul.bonus > li .summary h4 {
	background: #212121;
	color: #fff100;
	font-weight: bold;
	padding: 8px 1em;
	font-size: 16px;
	margin: 0 0 8px 0;
}
#content ul.bonus > li .summary .sub_image {
	text-align: center;
}
#content ul.bonus > li .summary .sub_image img {
	max-width: 50%;
}
#content ul.bonus > li .summary dl {
	margin: 0 0 1em 0;
}
#content ul.bonus > li .summary dl:last-child {
	margin: 0 0 0 0;
}
#content ul.bonus > li .summary dl dt {
	font-size: 16px;
}

#content ul.bonus > li .summary dl.list01:last-child {
	margin: 0 0 0 0;
}
#content ul.bonus > li .summary dl.list01 dt {
	display: inline-block;
	padding: 2px 1em;
	background-color: #fff100;
	font-weight: bold;
	color: #e60013;
	margin: 0 0 4px 0;
}
#content ul.bonus > li .summary dl.list01 dd {
	text-indent: -1em;
	padding-left: 1em;
}

#content ul.bonus > li .summary dl.list02 {
	counter-reset: number;
}
#content ul.bonus > li .summary dl.list02 dt,
#content ul.bonus > li .summary dl.list02 dd {
	font-weight: bold;
}
#content ul.bonus > li .summary dl.list02 dt {
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #fff100;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0 0 0 1em;
	margin: 0 0 1em 0;
}
#content ul.bonus > li .summary dl.list02 dt::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
	top: 0;
	right: 0;
	border-width: 20px 15px 20px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
#content ul.bonus > li .summary dl.list02 dd {
	position: relative;
	display: block;
	padding: 4px 1em 4px 2em;
	margin: 0 0 1em 1em;
	background: #fff87f;
	text-decoration: none;
	border-radius: 4;
}
#content ul.bonus > li .summary dl.list02 dd::before {
	content: counter(number);
	counter-increment: number;
	position: absolute;
	left: -1em;
	top: -4px;
	background: #000;
	height: 28px;
	width: 28px;
	line-height: 28px;
	border: 4px solid #fff87f;
	text-align: center;
	font-weight: bold;
	border-radius: 28px;
	color: #fff100;
	font-size: 12px;
}

#content ul.bonus > li .summary dl.list03 {
	counter-reset: number;
}
#content ul.bonus > li .summary dl.list03 dt,
#content ul.bonus > li .summary dl.list03 dd {
	font-weight: bold;
}
#content ul.bonus > li .summary dl.list03 dt {
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #e4007f;
	color: #fff100;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0 0 0 1em;
	margin: 0 0 1em 0;
}
#content ul.bonus > li .summary dl.list03 dt::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
	top: 0;
	right: 0;
	border-width: 20px 15px 20px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
#content ul.bonus > li .summary dl.list03 dd {
	position: relative;
	display: block;
	padding: 4px 1em 4px 2em;
	margin: 0 0 1em 1em;
	background: #fff87f;
	text-decoration: none;
	border-radius: 4;
}
#content ul.bonus > li .summary dl.list03 dd::before {
	content: counter(number);
	counter-increment: number;
	position: absolute;
	left: -1em;
	top: -4px;
	background: #e4007f;
	height: 28px;
	width: 28px;
	line-height: 28px;
	border: 4px solid #fff87f;
	text-align: center;
	font-weight: bold;
	border-radius: 28px;
	color: #fff100;
	font-size: 12px;
}
#content ul.bonus > li .summary dl.list03 dd:last-child {
	background: none;
	color: #333;
	padding: 0 0 0 2em;
	text-align: right;
	margin: 0 0 2em 1em;
}
#content ul.bonus > li .summary dl.list03 dd:last-child::before {
	display:none;
}

#content ul.bonus > li .summary dl.list04 {
	counter-reset: number;
}
#content ul.bonus > li .summary dl.list04 dt,
#content ul.bonus > li .summary dl.list04 dd {
	font-weight: bold;
}
#content ul.bonus > li .summary dl.list04 dt {
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #00a0e9;
	color: #fff100;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0 0 0 1em;
	margin: 0 0 1em 0;
}
#content ul.bonus > li .summary dl.list04 dt::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
	top: 0;
	right: 0;
	border-width: 20px 15px 20px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
#content ul.bonus > li .summary dl.list04 dd {
	position: relative;
	display: block;
	padding: 4px 1em 4px 2em;
	margin: 0 0 1em 1em;
	background: #fff87f;
	text-decoration: none;
	border-radius: 4;
}
#content ul.bonus > li .summary dl.list04 dd::before {
	content: counter(number);
	counter-increment: number;
	position: absolute;
	left: -1em;
	top: -4px;
	background: #00a0e9;
	height: 28px;
	width: 28px;
	line-height: 28px;
	border: 4px solid #fff87f;
	text-align: center;
	font-weight: bold;
	border-radius: 28px;
	color: #fff100;
	font-size: 12px;
}


#content ul.bonus > li .summary dl.list05 dt,
#content ul.bonus > li .summary dl.list05 dd {
	font-weight: bold;
}
#content ul.bonus > li .summary dl.list05 dt {
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #fff100;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0 0 0 1em;
	margin: 0 0 1em 0;
}
#content ul.bonus > li .summary dl.list05 dt::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
	top: 0;
	right: 0;
	border-width: 20px 15px 20px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
#content ul.bonus > li .summary dl.list05 dd {
	position: relative;
	display: block;
	padding: 4px 1em 4px 1em;
	margin: 0 0 1em 0;
	background: #fff87f;
	text-decoration: none;
	border-radius: 4;
}

/* 横並び */
#content ul.bonus > li.col-1 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#content ul.bonus > li.col-1 .image {
	width: 465px;
}
#content ul.bonus > li.col-1 .summary {
	width: calc(100% - 465px);
}


@media screen and (max-width: 640px) {
/*  Media Queries 640px ======================== */
	#content ul.bonus {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 0 0 0;
	}
	#content ul.bonus > li {
		width: 100%;
		margin: 0 0 15px 0;
		overflow: hidden;
	}
	#content ul.bonus > li:last-child {
		margin: 0 0 0 0;
	}
	#content ul.bonus > li .image {
		margin: 0 0 5px 0;
		overflow: hidden;
	}
	#content ul.bonus > li .summary {
		padding: 5px 15px 15px 15px;
	}
	#content ul.bonus > li .summary h3 {
		font-size: 4.3vw;
		line-height: 1.4em;
		margin: 0 0 10px 0;
	}
	#content ul.bonus > li .summary h4 {
		font-size: 4.0vw;
	}
	#content ul.bonus > li .summary .sub_image img {
		max-width: 80%;
	}
	#content ul.bonus > li .summary dl dt {
		font-size: 14px;
	}
	#content ul.bonus > li .summary dl.list02 dt,
	#content ul.bonus > li .summary dl.list03 dt,
	#content ul.bonus > li .summary dl.list04 dt {
		font-size: 4.0vw;
	}
	/* 横並び */
	#content ul.bonus > li.col-1 {
		width: 100%;
		flex-direction: column;
	}
	#content ul.bonus > li.col-1 .image {
		width: 100%;
		overflow: hidden;
	}
	#content ul.bonus > li.col-1 .summary {
		width: 100%;
	}
/*  Media Queries 640px ======================== */
}




/* お申込み方法 */
#content article.apply .lead {
	font-size: 16px;
	margin: 0 0 26px 0;
}
#content article.apply h3 {
	font-size: 20px;
	color: #000;
	padding: 10px 0;
	background-color: #fff100;
	text-align: center;
}
#content article.apply .contentsInner {
	color: #333;
	background-color: #FFF;
	padding: 30px 0;
	margin: 0 0 30px 0;
}
#content article.apply .contentsInner .date {
	font-size: 16px;
	text-align: center;
}

#content article.apply .lcode {
	display: none;
}


@media screen and (max-width: 640px) {
/*  Media Queries 640px ======================== */
	#content article.apply .lead {
		font-size: 14px;
		margin: 0 0 15px 0;
	}
	#content article.apply h3 {
		font-size: 16px;
	}
	#content article.apply .contentsInner {
		padding: 15px;
		margin: 0 0 15px 0;
	}

	/* Loppi専用コード */
	#content article.apply .lcode {
		display: block;
	}
	#content article.apply .lcode .image {
		margin: 0 0 10px 0;
		text-align: center;
	}
	#content article.apply .lcode .image:last-child {
		margin: 0 0 0 0;
	}
	#content article.apply .lcode .image img {
		width: 300px;
	}
	#content article.apply .lcode .lead {
		font-size: 16px;
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	#content article.apply .lcode h4 {
		font-size: 16px;
		border-bottom: solid 1px #000;
		margin: 0 0 10px 0;
	}
	#content article.apply .lcode dl dt::before {
		content: "■";
	}
	#content article.apply .lcode dl dd {
		margin: 0 0 5px 0;
	}
	#content article.apply .lcode dl dd:last-child {
		margin: 0 0 0 0;
	}
	#content .btn_detail01 a {
		position: relative;
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		text-align: center;
		padding: 12px 0;
		width: 90%;
		margin: 0 auto 30px auto;
		border-radius: 6px;
		background: #fff100;
	}
	#content .btn_detail01 a::after {
		position: absolute;
		font-family: 'Material Icons';
		font-size: 20px;
		font-weight: normal;
		display: block;
		content: '\e5cc';
		top: 50%;
		right: 2px;
		transform: translate(0, -50%)
	}
	#content .btn_detail01 a:hover {
		opacity: 0.8;
	}
/*  Media Queries 640px ======================== */
}

/* イベント */

#content ul.bonus > li .summary .event_image {
	text-align: center;
}

#content ul.bonus > li .summary .event_image img {
	max-width: 80%;
}

@media screen and (max-width: 640px) {
	/*  Media Queries 640px ======================== */
	#content .event_h3 {
		font-size: 3.55vw !important;
		line-height: 1.5rem !important;
	}
}


/* カウンター */
#content .steps {
	text-align: center;
	margin: 0 0 60px 0;
}
#content .steps:last-child {
	margin: 0 0 0 0;
}
#content .steps .image {
	margin: 0 0 15px 0;
}
#content .steps .image img {
	max-width: 480px;
}
#content .steps nav {
	margin: 0 0 30px 0;
}
#content .steps .counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#content .steps .counter li {
	position: relative;
	text-align: left;
	width: 60px;
	list-style: none;
}
#content .steps .counter li::after {
	position: absolute;
	content: '';
	top: 11px;
	height: 4px;
	width: 100%;
	background-color: #edeff0;
}
#content .steps .counter li:last-child {
	width: 26px;
}
#content .steps .counter li:last-child::after {
	width: 0;
}
#content .steps .counter li.visited::after {
	background-color: #fff100;
}
#content .steps .counter li a,
#content .steps .counter li em {
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 26px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	border-radius: 50%;
	z-index: 100;
}
#content .steps .counter li a,
#content .steps .counter li.current em {
	background-color: #fff100;
	color: #000;
}
#content .steps .counter li em {
	background-color: #edeff0;
	color: #000;
}


@media screen and (max-width: 640px) {
/*  Media Queries 640px ======================== */
	#content .steps {
		margin: 0 0 30px 0;
		text-align: left;
	}
	#content .steps:last-child {
		margin: 0 0 0 0;
	}
	#content .steps nav {
		margin: 0 0 15px 0;
	}
	#content .steps .counter li {
		width: calc( ( 100% - 20px ) / 10 );
	}
	#content .steps .counter li:last-child {
		width: 20px;
	}
	#content .steps .counter li::after {
		top: 9px;
	}
	#content .steps .counter li a,
	#content .steps .counter li em {
		height: 20px;
		width: 20px;
		line-height: 20px;
		font-size: 10px;
	}
	#content .steps .image {
		margin: 0 0 5px 0;
	}
	#content .steps .image img {
		max-width: 100%;
	}
/*  Media Queries 640px ======================== */
}




#content ul.btn_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#content ul.btn_link li {
	margin: 0 0 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 465px;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}
#content ul.btn_link li a {
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;

	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 1em 0;
	background: #fff100;
}
#content ul.btn_link li a::after {
	position: absolute;
	font-family: 'Material Icons';
	font-size: 20px;
	font-weight: normal;
	display: block;
	content: '\e5cc';
	top: 50%;
	right: 2px;
	transform: translate(0, -50%)
}
#content ul.btn_link li a:hover {
	opacity: 0.8;
}


@media screen and (max-width: 640px) {
/*  Media Queries 640px ======================== */
	#content ul.btn_link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#content ul.btn_link li {
		width: 90%;
		margin: 0 auto 15px auto;
	}
	#content ul.btn_link li:last-child {
		margin: 0 auto 0 auto;
	}
	#content ul.btn_link li a {
		font-size: 14px;
	}

/*  Media Queries 640px ======================== */
}

/* 2607追加　ファミリー申請 */

.bgcPink {
	padding: 4px 13px;
	background-color:#ffe5f9;
}



