@charset "utf-8";

/* CSS Document */
/*================================================
*  CSSリセット
================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav.gnav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

body {
	line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav.gnav, section {
	display: block
}

ul,ol {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, select {
	vertical-align: middle
}

/*================================================
*  一般・共通設定
================================================*/
body {
	background-color: #f90;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

* {
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
}

img {
	image-rendering: -webkit-optimize-contrast;
	vertical-align: top;
}

a {
	color: #111;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: inherit;
}


/*-- レイアウト --*/
#wrap {
	background: url(../images/bg.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.contents {
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 999px) {
	.contents {
		width: 100%;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 896px) {
	.contents.no-padding {
		width: 100%;
		padding: 0;
	}

	.bg {
		background: none;
	}
}

/*-- pc sp表示切替 --*/
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

@media only screen and (max-width: 896px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/*-- スマホで画像が横幅に合う --*/
.spimg{width:100%}


/*================================================
 *  ヘッダー
 ================================================*/
/* ロゴ */
header {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 1;
}

header .contents {
	position: absolute;
	top: -50px;
}

header h1 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

header h1 img {
	object-fit: cover;
	width: 160px;
	height: auto;
}

h2 {
	position: relative;
	z-index: 10;
	width: 100%;
	margin: 3.0rem auto 1.5rem;
	text-align: center;
}


@media only screen and (max-width: 999px) {
	header {		
		width: 100%;
		padding: 0 10px;
	}
	header h1 {
		width: 180px;
		height: 180px;
	}
	header h1 img {
		width: 120px;
		height: auto;
	}
	h2 {
		min-height: auto;
	}
}

@media only screen and (max-width: 480px) {
	header .contents {
		top: -40px;
	}
	header h1 {
		width: 130px;
		height: 130px;
	}
	header h1 img {
		width: 90px;
		height: auto;
	}
	h2 {
		margin-top: 2.5rem;
	}
}


/*================================================
 *  フッター
 ================================================*/
footer {
	padding-bottom: 30px;
	font-size: 0.9rem;
}

.copyright {
	padding: 10px;
	text-align: center;
}

@media screen and (max-width:750px) {
	footer {
		margin-top: 40px;
		padding-bottom: 0;
	}

	.copyright {
		font-size: 0.7rem;
	}
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
#page-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1;
}

#page-top a {
	display: block;
	text-decoration: none;
}

#page-top img {
	background: #111;
}

#page-top img:hover {
	background: #222;
}


/*================================================
 *  コンテンツ
 ================================================*/
/*----- 賞品 -----*/
.prize {
	padding-bottom: 4.0rem;
	
}

.prize .prize_in {
	position: relative;
	z-index: 100;
	top: -3.0rem;
	margin-bottom: 3.0rem;
}

.prize .prize_in:nth-of-type(3) {
	margin-bottom: 0;
}

.prize .prize_in h3 {
	position: absolute;
	top: -2.0rem;
	left: -1.5rem;
}


@media only screen and (max-width: 999px) {
	h3 {
		margin: 2.0rem 0 1.5rem;
	}	
	h2 img,
	h3 img,
	.prize img {
		max-width: 100%;
	}
	.prize {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.prize .prize_in {
		margin-bottom: 2.0rem;
	}
	.prize .prize_in h3 {
		top: -3.0rem;
		left: -10px;
	}
	.prize .prize_in h3 img {
		width: 80%;
	}
}
@media only screen and (max-width: 480px) {
	.prize {
		width: auto;
		padding-bottom: 2.0rem;
		margin: 0;
	}
	.prize .prize_in {
		top: -2.0rem;
	}
	.prize .prize_in h3 img {
		width: 50%;
	}
}



/*================================================
 *  キャンペーン概要
 ================================================*/
.cp {
	background-color: #fff;
	border-radius: 10px;
	width: 1100px;
	margin: 2.0rem auto 3.0rem;
}

.cp_in {
	padding: 2.0rem 3.0rem;
}

h4 {
	position: relative;
	background: linear-gradient(90deg, #00229f 0%, #ff329c 25%, #ff7800 50%, #ffd800 75%, #00a217 100%);
	background-repeat: no-repeat;
	background-size: 100% 6px;
	background-position: bottom;
	padding: 0 0 0.5rem;
	margin-bottom: 1.0rem;
	font-size: 1.5rem;
	font-weight: bold;	
}

h4::before {
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
	content: url(../images/h4_bg.png);
}

.cp_in dt {
	position: relative;
	padding-left: 1.2rem;
	vertical-align: bottom;
	font-weight: bold;
}
.cp_in dt::before {
	content: "";
	position: absolute;
	display: inline-block;
	background-color: #f90;
	height: 13px;
	width: 13px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cp_in dd {
	margin-bottom: 1.0rem;
	padding: 0 0 0 1.2rem;
}

.cp_in dd ol {
	padding: 0 0 0 20px;
}

.cp_in ul li {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 20px;
}


@media only screen and (max-width: 999px) {
	.cp {
		width: calc(100% - 40px);
		margin: 0 20px 1.0rem;
	}
	.cp_in {
		padding: 1.0rem;
	}
}

@media screen and (max-width: 480px) {
	.cp {
		width: calc(100% - 20px);
		margin: 0 10px 1.0rem;
	}
	h4 {
		font-size: 1.2rem;
	}
}



/*================================================
 *  教室一覧
 ================================================*/
.cp h5 {
	padding: 0.3rem 1.0rem;
	margin: 1.5rem auto 0.5rem;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}
.cp h5:after {
	content: ""; 
	display: block;
	clear: both;
}
.cp h5.kanto {
	border-radius: 5px;
	background-color: #6B4EB8;
}
.cp h5.chubu {
	border-radius: 5px;
	background-color: #2C6DAD;
}
.cp h5.kinki {
	border-radius: 5px;
	background-color: #6CA530;
}

.schoollist {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	width: 100%;
	padding-bottom: 1.0rem;
	margin-left: 1.0rem;
}

.schoollist > div {
	width: 18%;
	margin: 5px;
	line-height: 120%;
	border-left: 5px solid #BCBCBC;
	display: inline-block;
	*display: inline;
	*zoom: 1;

}
.schoollist > div > div {
	position: relative;
	overflow: hidden
}

.schoollist p {
	margin: 2px 0 0 8px;
}

@media screen and (max-width: 999px) {
	.schoollist > div {
		margin-left: 35px;
		width: 25%;
	}
}

@media screen and (max-width: 480px) {
	.schoollist {
		margin-left: 5px;
		padding-bottom: 0.5rem;
	}
	.schoollist > div {
		width: 45%;
		margin: 0.5rem;
	}
}

