@charset "UTF-8";

/* Resets
------------------------------------------------*/

html { overflow-y: scroll; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote { margin:0; padding:0; }
section,nav,article,aside,hgroup,header,footer,figure,figcaption,summary { display: block; margin:0; padding:0; }

body {
	font-family: "Hiragino Kaku Gothic ProN",  "游ゴシック", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	/*font-family: "Times New Roman", "Hiragino Mincho proN", "游明朝", "Yu Mincho", YuMincho, serif;*/
	font-size: 14px;
	line-height: 1.5;
}
* html body { font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif; }	/* for IF6 */

a:link { color: #00F; }
a:visited { color: #639; }
a:hover { text-decoration: underline; color: #F00; }
a { overflow : hidden; }

h1,h2,h3,h4,h5,h6 { font-weight:normal; font-size: 100%; }
table { margin:0 auto 0 auto; }

/*for cell separate
table { border-collapse: separate; border-spacing: 0; }
*/
/*for cell collapse
table { border-collapse: collapse; border-spacing: 0; }
*/
th,td { margin: 0; padding: 0; }
th,td { text-align: left; }
caption,th { text-align: left; margin: auto; }

img { vertical-align: bottom; }
fieldset,img,abbr { border:0; }

ol,ul { list-style: none; }

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var { font-style: normal; font-weight: normal; }



/* Add class
------------------------------------------------*/
.align-left { text-align:left; }
.align-center { text-align:center; }
.align-center table { margin:0 auto 0 auto; }
.align-right { text-align:right; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }
.nowrap { white-space: nowrap; }


body {
  background: url(img/bg-contents.png) repeat-x;
	font-size: 16px;
}
h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  padding: 25px 0 0;
  color: #4f3f0d;
}
h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  text-align: center;
	clear: both;
}
h2 span {
  display: block;
  font-size: 13px;
	color: #9b9078;
}
h3 {
	clear: both;
	background: #f3efe5;
	margin: 20px 0;
	padding: 7px 0;
	border-bottom: 1px solid #503f0d;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #503f0d;
}
h4 {
	clear: both;
	margin: 20px 0;
	padding: 0 0 7px;
	border-bottom: 1px solid #ddd3bb;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
h5 {
	clear: both;
	font-weight: bold;
	font-size: 17px;
	color: #503f0d;
}
.limited h4,
.plan h4 {
	clear: none;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 30px;
}
header .header-item {
  background: #fff;
  text-align: center;
}
header .header-item h1 + p {
  font-size: 14px;
	padding-bottom: 15px;
}
header .header-item h1 + p a {
	position: relative;
  color: #000;
  text-decoration: none;
	padding-left: 10px;
}
header .header-item h1 + p a:hover {
	text-decoration: underline;
}
header .header-item h1 + p a::before {
	position: absolute;
	content: "▶";
	font-size: 10px;
	color: #4f3f0d;
	top: 0;
	left: 0;
}
header .header-item p {
  width: 950px;
  margin: 0 auto;
  text-align: right;
}
header .header-inner {
  background: #352600;
  opacity: 0.7;
  padding: 10px 0 5px;
  text-align: center;
  color: #fff;
}
header .header-inner p {
  margin: 30px;
  font-size: 25px;
}
header .header-inner p + p + p {
	font-size: 14px;
}
#contents {
  /*background: #fff;*/
  width: 950px;
  padding:15px;
  margin: 25px auto;
  box-sizing: border-box;
}
#contents h2 {
	background: linear-gradient(180deg, #efe4c8, #fff);
	margin: 20px 0 0;
	padding: 20px;
	border-top: 1px solid #9b9078;
	color: #503f0d;
}
#contents .period {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
#contents .period span {
	font-weight: bold;
	margin-right: 20px;
}
#contents .btn {
	margin: 10px 0;
	text-align: center;
}
#contents .btn.pdf {
	margin-bottom: 40px;
}
#contents .btn a {
	position: relative;
	display: inline-block;
	width: 550px;
	padding: 15px 0;
	background: #fff;
	border: 2px solid #ccc;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	color: #2569ab;
	text-decoration: none;
}
#contents .btn.pdf a {
	background: #fff0cd;
  width: 630px;
  padding-left: 30px;
  font-size: 24px;
  border: #6A5F41 solid 2px;
  color: #6A5F41;
}
#contents .btn a::before {
	content: "▶";
	font-size: 10px;
	vertical-align: middle;
	position: absolute;
	top: 40%;
	left: 145px;
}
#contents .btn.pdf a::before {
	content: url(img/icon_pdf.png);
	top: 30%;
}
#contents .btn.pdf a::before {
	left: 30px;
}
#contents .btn a:hover,
#contents .btn.download a:hover {
	opacity: 0.7;
}
#contents .btn.pdf span {
	margin: 0 0 0 25px;
  font-weight: bold;
	font-size: 15px;
}
#contents .btn.pdf strong {
  margin: 0 0.1em;
  font-size: 1.3em;
}
#contents .limited,
#contents .plan {
	clear: both;
	margin: 20px 0;
}
#contents .limited.nophoto {
	padding-left: 420px;
}
#contents .limited > p:first-child,
#contents .plan > p:first-child {
	float: left;
	position: relative;
	text-decoration: none;
}
#contents .limited img,
#contents .plan img {
	margin-right: 20px;
	margin-bottom: 10px;
}
#contents .limited p a span,
#contents .plan p a span {
	display: block;
	position: relative;
	padding-left: 25px;
	color: #2569ab;
}
#contents .limited p a span::before,
#contents .plan p a span::before {
	content: url(img/icon-expansion.png);
	position: absolute;
	top: 2px;
	left:0;
}
#contents .limited p a:hover,
#contents .plan p a:hover {
	text-decoration: none;
}
#contents .plan p a .note {
	margin: 0 0 5px;
	padding: 0;
	text-decoration: none;
	font-size: 0.8em;
	color: #333;
}
#contents .plan p a .note::before {
	content: none;
}
#contents .limited h4 span {
	font-weight: normal;
	font-size: 0.5em;
}
#contents .limited h4 + p,
#contents .plan h4 + p {
	font-weight: bold;
}
#contents .limited h4 + p span,
#contents .plan h4 + p span {
	font-size: 26px;
	color: #e30058;
}
#contents .limited h4 + p + p + p a,
#contents .plan h4 + p + p + p a {
	color: #2569ab;
}
#contents .limited p a span.note {
	position: absolute;
	bottom: 44px;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
	padding: 3px 5px;
	font-size: 14px;
	color:#fff;
}
#contents .limited p a span.note:before {
	content: none;
}
#contents .limited .choice {
	float: left;
  margin: 0 20px 40px 0;
  width: 400px;
}
#contents .limited .choice h5 {
	margin: 15px 0 5px;
}
#contents .limited .choice h5 + p img {
	margin: 0;
	max-width: 50%;
	height: auto;
}
#contents .privilege ul,
#contents .limited ul,
#contents .plan ul {
	background: #fff8e3;
	overflow: auto;
	padding: 20px 30px 20px 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#contents .privilege ul li,
#contents .limited ul li,
#contents .plan ul li {
	border-bottom: 1px solid #e6d5aa;
	padding: 7px 0;
	list-style: disc;
	list-style-position: inside;
	font-size: 16px;
}
#contents .privilege h5,
#contents .privilege ul {
	float: right;
	width: 660px;
	box-sizing: border-box;
}
#contents .privilege h5 + ul {
	margin-top: 10px;
}
#contents .alumni ol li {
	list-style: none;
	padding-left: 0;
}
#contents .privilege ul + p {
	margin: 0 0 0 90px;
}
#contents .privilege#privilege1 p {
	float: left;
	margin-left: 100px;
}
#contents .privilege#privilege3 ul + p {
	margin-left: 30px;
}
#contents .freedrink p {
	text-align: center;
	margin: 10px 0;
}
#contents .freedrink ul {
	background: #fff8e3;
	overflow: auto;
	padding: 20px 30px 20px 30px;
	margin-top: 20px;
	list-style: disc;
}
#contents .freedrink ul li {
	float: left;
	border-bottom: 1px solid #e6d5aa;
	padding: 7px 0;
	width: 286px;
	font-size: 16px;
	list-style-position: inside;
}
#contents .privilege ul li {
	list-style: disc;
	margin-left: 30px;
	line-height: 2.0;
}
#contents #twohours + h2 {
	margin-top: 50px;
}
#contents .notes ul {
	margin-bottom: 40px;
}
#contents .notes li {
	list-style: disc;
	margin-left: 30px;
	line-height: 2.0;
}
#contents .alumni ol {
	margin: 0;
	display: flex;
	justify-content: space-between;
}
#contents .alumni ol li {
	background: #A09450;
	box-sizing: border-box;
	padding: 15px;
	width: 32.66%;
	text-align: center;
	font-size: 23px;
	color: #fff;
}
#contents .alumni ol li:nth-child(2) {
	background: #92A43D;
}
#contents .alumni ol li:nth-child(3) {
	background: #6C8A3C;
}
#contents .alumni ol li:nth-child(3n) {
	margin-right: 0;
}
#contents .alumni ol li span {
	display: block;
	background: #fff;
	border-radius: 35px;
	margin: 0 auto 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 25px;
	color: #A09450;
}
#contents .alumni ol li:nth-child(2) span {
	color: #92A43D;
}
#contents .alumni ol li:nth-child(3) span {
	color: #6C8A3C;
}
#contents #reunion .plan,
#contents #reunion .plan h4 {
	text-align: center;
}
#contents #reunion .freedrink strong {
	background: #A6272B;
	margin: 0 8px 0 0;
	padding: 3px 5px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}
footer {
  /*background-color: #72684D;*/
  padding: 10px 0 5px;
  text-align: center;
  font-size: 17px;
  /*color: #fff;*/
	color: #555;
}
#contents #reunion p a {
	margin: 0 0.25em;
}
footer .footer-inner {
  width: 950px;
  margin: 0 auto;
}
footer .footer-inner p:nth-child(3) {
  font-size: 14px;
}
footer .footer-inner p {
  margin:10px;
}
footer .footer-inner small {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
}

@media screen and (max-width:767px) {
	img {
		max-width: 100%;
		height: auto;
	}
	h1 {
		font-size: 25px;
	}
	#contents h2 {
		margin: 30px 0 10px;
		padding: 10px 15px;
		text-align: left;
		font-size: 27px;
	}
	#contents h3 {
		text-align: left;
		font-size: 22px;
		padding: 10px 15px;
		border: none;
	}
	#contents h4,
	.limited h4,
	.plan h4 {
		margin-top: 20px;
		text-align: left;
		font-size: 19px;
	}
	h5 {
		font-size: 18px;
	}
	header .header-item p {
		margin: 10px auto 0;
	  max-width: 90%;
	}
	header .header-inner p,
	footer .footer-inner p {
		margin: 20px;
		text-align: left;
		font-size: 18px;
	}
	header .header-inner img,
	footer .footer-inner img {
		max-width: 80%;
	}
	#contents,
	footer .footer-inner {
		width: 98%;
		width: calc( 100% - 10px );
	}
	#contents .btn.pdf {
		margin: 0;
	}
	#contents .btn.pdf a {
		width: 100%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box;
		text-align: left;
		font-size: 16px;
	}
	#contents .btn.pdf a::before {
		position: relative;
		top: 0;
		left: 0;
		margin-right: 10px;
	}
	#contents .btn.pdf a span {
		display: block;
		margin: 0;
		font-weight: normal;
		font-size: 11px;
	}
	#contents .btn a {
		width: 90%;
		padding: 10px;
		font-size: 14px;
	}
	#contents .btn a::before {
		position: relative;
		top: 3px;
		left: 0;
		margin-right: 10px;
	}
	#contents .period {
		text-align: left;
		font-size: 13px;
	}
	#contents .limited.nophoto {
		padding-left: 0;
	}
	#contents .limited > p a.boxer,
	#contents .plan > p a.boxer,
	#contents .limited .choice,
	#contents .privilege h5,
	#contents .privilege ul {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	#contents .limited {
		display: flex;
		flex-direction: column;
	}
	#contents .limited .choice {
		order: 2;
	}
	#contents .privilege h3 {
		order: 1;
	}
	#contents .privilege ui,
	#contents .limited ul,
	#contents .plan ul,
	#contents .freedrink ul {
		padding: 10px 20px;
	}
	#contents .privilege ul li,
	#contents .limited ul li,
	#contents .plan ul li,
	#contents .freedrink ul li {
		font-size: 14px;
	}
	#contents .freedrink p {
		text-align: left;
	}
	#contents .privilege ul + p {
		margin: 0 !important;
		text-align: center;
	}
	#contents .alumni ol li {
		padding: 10px 5px;
		font-size: 17px;
	}
	footer {
		padding: 20px 0;
	}
	footer .footer-inner small {
		font-size: 10px;
	}
}/* end 767px */
