@charset "UTF-8";
#wrapper {
	background: #fffad7;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ぐりんぐらんレポート
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content > header {
	color: #26a990;
	line-height: 2;
	font-size: 16px;
	background: #fff;
	position: relative;
	text-align: center;
	padding-top: 120px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#content > header > * {
	z-index: 1;
	position: relative;
}
#content > header h1 {
	margin: 0 -500px 85px;
}
#content > header:after {
	left: 0;
	bottom: 0;
	z-index: 0;
	content: "";
	width: 100%;
	height: 160px;
	display: block;
	position: absolute;
	background:linear-gradient(top, #fff, #fffad8);
	background:-ms-linear-gradient(top, #fff, #fffad8);
	background:-moz-linear-gradient(top, #fff, #fffad8);
	background:-webkit-linear-gradient(top, #fff, #fffad8);
}
#copytxt {
	margin-top: 17px;
}
#content > section {
	padding: 60px 0 100px;
}
#content > section .inner {
	max-width: 860px;
}
#content > section .inner > figure {
	padding-top: 40px;
	border-top: 3px dotted #26a990;
}
#content > section .inner > figure img {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
#content > section .inner > h1 {
	color: #26a990;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	padding: 27px 0 32px;
	border-bottom: 3px dotted #26a990;
}
#content > section .inner .ibox {
	padding: 45px 80px 44px;
	border-bottom: 3px dotted #26a990;
}
#content > section .inner .ibox > * {
	margin: 28px 0;
}
#content > section .inner .ibox figure {
	padding: 20px;
	margin: 35px 0;
	line-height: 0;
	background: #fff;
}
#content > section .inner .ibox .heading {
	color: #26a990;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#content > section .inner .ibox .text {
	font-size: 16px;
	line-height: 2;
	letter-spacing: -0.05em;
}
.admission {
	margin-top: 100px;
	padding-bottom: 100px;
}
.admission .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 30px;
}
.admission ol {
	max-width: 960px;
	margin: 0 auto 50px;
}
.admission ol li {
	float: none !important;
	color: #000 !important;
}
.admission .ad-tit {
	background: url(../images/gurin_guran/deco01.png) no-repeat;
	color: #fff;
	background-size: cover;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	padding: 26px;
	position: relative;
	margin-bottom: 65px;
}
.admission .link-cont {
	width: 790px;
	margin: 0 auto;
	overflow: hidden; 
}
.admission .link-cont li {
	width: 360px;
	float: left;
	position: relative;
}
.admission li:nth-child(1) {
	color: #ffac00;
}
.admission li:nth-child(2) {
	float: right;
	color: #ff6e00;
}
.admission dt {
	border: 1px solid;
	text-align: center;
	font-size: 20px;
	height: 72px;
	line-height: 72px;	
	background: #fff;
}
.admission li:nth-child(1) dt {
	border-color: #ffac00;
}
.admission li:nth-child(2) dt {
	border-color: #ff6e00;
}
.admission dt span {
	line-height: 24px;
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;
}
.admission .link-cont li:before {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 14px 10px 0;
	border-color: transparent;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 73px; 
}
.admission .link-cont li:nth-child(1):before {
	border-top-color: #ffac00;
}
.admission .link-cont li:nth-child(2):before {
	border-top-color: #ff6e00;
}
.admission .link-cont li:after {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 14px 10px 0;
	border-color: #fff transparent transparent;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 72px; 
}
.admission dd {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -1px;
	margin: 23px 0px 19px;
}
.admission .ad-btn a {
	display: block;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	border: 1px solid;
}
.admission .ad-btn a.disabled {
	pointer-events: none;
	background: #ccc !important;
	border-color: #ccc !important;
}
.admission li:nth-child(1) .ad-btn a {
	background: #ffad00;
	border-color: #ffad00;
}
.admission li:nth-child(2) .ad-btn a {
	background: #ff6e00;
	border-color: #ff6e00;
}
.admission li .ad-btn a:hover {
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.admission li:nth-child(1) .ad-btn a:hover {
	color: #ffad00;
}
.admission li:nth-child(2) .ad-btn a:hover {
	color: #ff6e00;
}
@media screen and (max-width:750px) {
	#content > header h1 {
		margin: 0;
		z-index: 2;
	}
	#content > header h1 img {
		width: 157%;
		margin: 0 -100%;
	}
	#content > header:after {
		content: none;
	}
	#copytxt {
		z-index: 0;
		text-align: left;
		background: #fffad8;
		margin-top: 64px;
		padding: 0 20px 20px;
	}
	#copytxt:after {
		left: 0;
		bottom: 100%;
		z-index: 0;
		content: "";
		width: 100%;
		height: 160px;
		display: block;
		position: absolute;
		background:linear-gradient(top, #fff, #fffad8);
		background:-ms-linear-gradient(top, #fff, #fffad8);
		background:-moz-linear-gradient(top, #fff, #fffad8);
		background:-webkit-linear-gradient(top, #fff, #fffad8);
	}
	#content > section {
		padding-bottom: 100px;
	}
	#content > section .inner > figure,
	#content > section .inner > h1,
	#content > section .inner .ibox {
		border-width: 1px;
	}
	#content > section .inner > figure img {
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}
	#content > section .inner > h1 {
		font-size: 18px;
		line-height: 30px;
	}
	#content > section .inner .ibox {
		padding: 5px 0 0;
	}
	#content > section .inner .ibox figure {
		padding: 8px;
	}
	.admission .ad-tit {
		background: url(../images/gurin_guran/deco01_sp.png) no-repeat;
		background-size: 100%;
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 47px;
		padding: 21px;
	}
	.admission .link-cont {
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;
	}

	.admission .link-cont li,
	.gurin_guran .club-list li {
		width: 100%;
		float: none;
	}
	.admission dt {
		font-size: 18px;
	}
	.admission dd {
		margin: 23px 0px 13px;
	}
	.admission .link-cont li + li {
		float: none;
		margin-top: 44px;
	}
}


.lottery {
	font-size: 16px;
	line-height: 32px;
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width:750px){
	.lottery {
		width: auto;
		padding: 0 20px;
	}
}