@charset "UTF-8";

img {
	max-width: 100%;
	height: auto;
	transition: opacity .5s ease;
}
main {
	max-width: 1680px;
    margin: 0 auto;
}
body.nav-open {
	/*position: fixed;
	top: 0;
	right: 0;*/
	z-index: -1;
	width: 100%;
	height: 100%;
}
.tokyo-btn {
    margin-bottom: 30px;
}
@media (max-width:767px) {
	.tokyo-btn {
		max-width:94%;
		margin-right:auto;
		margin-left:auto;
	}
}
.forPc,
.v-pc {
	display: block;
	position: relative;
}

.forSp {
	display: none;
}

.v-pc {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.v-pc-i {
	position: relative;
	left: 50%;
	margin-left: -840px;
}

.v-full {
	width:100%;
	max-width:1680px;
	min-width:1200px;
	margin:0 auto;
}
.v-full img {
	width:100%;
	height: auto;
}
.v-pc-i {
	max-width: none;
}

header h1 img.logo {
	width: 180px;
}
@media (max-width:767px) {
	#top img.logo {
		width:120px;
	}
}

.header-btn {
	padding: 10px 0;
	text-align: right;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	width: 100%;
}

main {
	/*padding-top: 56px;*/
}

.global ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.global {
	width: 100%;
	max-width: 560px;
	background: #fff;
	position: fixed;
	top: 56px;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #214373;
	box-shadow: -5px 0 5px rgba(0, 0, 0, .2);
	transform: translateX(110%);
	transition: all .4s ease;
}

.global-inner {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

.nav-open .global {
	transform: translateX(0);
}

.nav-open::before {
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 10;
}

.global a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	position: relative;
}

.global a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
}

.global a:hover {
	text-decoration: none;
}

.global .sep {
	background: #205197;
}

.global .sep span {
	color: #fff;

	padding: 10px 0 5px 20px;
	display: inline-block;
}

.global ul ul {
	padding-left: 20px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.trigger_wrap {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60px;
	height: 56px;
	cursor: pointer;
}

.fixnav .trigger_wrap {
	height: 54px;
}

.trigger {
	position: relative;
	display: block;
	margin: auto;
	width: 32px;
	height: 22px;
	cursor: pointer;
}

.trigger span,
.trigger:after,
.trigger:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	background: #333;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.trigger:after,
.trigger:before {
	content: '';
}

.trigger span {
	top: 10px;
}

.trigger:before {
	top: 0;
}

.trigger:after {
	bottom: 0;
}

.nav-open .trigger span {
	opacity: 0;
}

.nav-open .trigger:after {
	bottom: 9px;
	background: #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-open .trigger:before {
	top: 10px;
	background: #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.foot-btn {
	background: #f1f1f1;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	box-shadow: 0 -5px 5px rgba(0, 0, 0, .1);
}
@media screen and (min-width:768px) {
	.foot-btn {
		padding:0;
		background: none;
		box-shadow:0 0 0 #fff;
		width:80px;
		right:0;
		left:inherit;
	}
}

.m-btn {
	background: #a30303;
	position: relative;
	color: #fff;
	/*padding: 15px 50px 15px 30px;*/
	text-align: left;
	display: inline-block;
	transition: all .8s ease;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.m-btn::after {
	content: '\f105';
	font-family: FontAwesome;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 21px;
	margin: -12px 0 0;
	padding: 0 0 0 8px;
	position: absolute;
	right: 10px;
	top: 50%;
}

.m-btn:hover {
	box-shadow: rgba(0, 0, 0, .12) 0 2px 8px, rgba(0, 0, 0, .1) 0 3px 6px;
	color: #fff;
	text-decoration: none;
	opacity: .7;
}

.entry {
	padding: 60px 0;
	background: url(../img/bg_other.png) repeat left top;
}

.entry .entry-ttl {
	margin-bottom: 50px;
	color: #987216;
	text-align: center;
}

.entry-btn {
	margin-bottom: 60px;
}

.entry-btn a {
	color: #fff;
	padding: 20px 15px;
	text-align: center;
	display: block;
	font-size: 18px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	transition: all .3s ease;
	position: relative;
}

.entry-btn a::after {
	content: '\f105';
	font-family: FontAwesome;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 21px;
	margin: -12px 0 0;
	padding: 0 0 0 2px;
	position: absolute;
	right: 10px;
	top: 50%;
}

.entry-btn a:hover {
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, .12) 0 2px 8px, rgba(0, 0, 0, .1) 0 3px 6px;
	opacity: .8;
}

.shiryo a {
	background: #a30303;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.shiryo.present a {
	padding: 0;
}

.setsumeikai a {
	background: #3fa723;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
    font-weight: bold;
}

.setsumeikai.imgbtn a {
	padding: 0;
}

.entry-phone {
	text-align: center;
	padding: 20px;
	background: #f1f1f1;
}

.entry-phone h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #987216;
}

.phone {
	font-size: 24px;
}

.phone .name {
	padding-right: 20px;
}

.phone i {
	margin-right: 10px;
	font-size: 24px;
	color: #987216;
}

.phone a {
	color: #333;
	font-size: 32px;
}

.phone a:hover {
	text-decoration: none;
}

.top_pc_btn {
	position: relative;
}

.top_pc_btn a {
	position: absolute;
	z-index: 1;
	width: 484px;
	text-align: center;
	top: 380px;
	left: 30px;
	background: #b81517;
	color: #fff;
	padding: 15px 50px;
	display: inline-block;
	transition: all .4s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.top_pc_btn a:hover {
	opacity: .7;
	text-decoration: none;
}

.top_pc_btn a::after {
	content: '\f105';
	font-family: FontAwesome;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 21px;
	margin: -12px 0 0;
	padding: 0 0 0 3px;
	position: absolute;
	right: 10px;
	top: 50%;
}

.setsumeikai-cont {
	padding-bottom: 40px;
	background: #faf7ee;
}

.setsumeikai-time {
	background: #fff;
	padding: 30px 30px 10px;
}

.setsumeikai-time h3 {
	text-align: center;
}

.setsumeikai-time h4 {
	color: #06557b;
}

.setsumeikai-time-inner {
	padding: 0 40px;
}

.setsumeikai-time-inner .entry-btn {
	margin-top: 50px;
}

.setsumeikai-time-inner li {
	font-size: 18px;
}

.other_seminar.seminar_special h2 {
	background: #214373;
	color: #fdd72e;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	padding: 50px;
	font-family: serif;
}

.other_panel:first-child {
	margin-top: 40px;
}

.other_panel h3 {
	font-size: 28px;
	font-weight: bold;
}

.other_panel h3 span {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: #c63b4e;
}

.other_panel_info {
	margin: 10px 0 15px;
	padding: 5px 20px;
	background: #f2efe6;
}

.cat span {
	display: inline-block;
	padding: 6px 20px;
	background: #555;
	color: #fff;
	line-height: 1;
}

.cat.cat01 span {
	background: #bb353b;
}

.cat.cat02 span {
	background: #0a5d96;
}

.cat.cat03 span {
	background: #cf9c0d;
}

.other_panel .cat .freetab {
	background: #acbb29;
	margin-left: 10px;
}

.seminar_table {
	width: 100%;
}

.seminar_table th,
.seminar_table td {
	padding: 15px;
	border: 1px solid #ccc;
}

.seminar_table th {
	width: 20%;
	background: #f2efe6;
	font-weight: bold;
}

.other_seminar .entry_content .entry_btn a {
	padding: 20px 10px;
	font-size: 24px;
}

.other_panel {
	padding: 30px 40px;
	background: #fff;
	border: 6px solid #214373;
}

.other_seminar.seminar_special {
	padding-bottom: 10px;
	background: url(../img/bg_other.png) repeat left top;
}

.seminar_special .other_panel {
	border-color: #a7882a;
	position: relative;
	margin-bottom: 20px;
}

.seminar_special_descript {
	background: #e4eefc;
	padding: 30px 30px 10px;
	margin-bottom: 40px;
}

.seminar_special h5 {
	color: #c63b4e;
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 1em;
}

.naiyou ul {
	padding-left: 2em;
}

.naiyou li {
	font-weight: bold;
	font-size: 18px;
}

.naiyou li::before {
	content: '■';
	color: #c63b4e;
	margin-right: 10px;
}

.inp_td {
	background: #fcecee;
	font-weight: bold;
}

.seminar_special_msg {
	background: #3772b7;
	display: inline-block;
	position: absolute;
	padding: 3px;
	top: -30px;
	left: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	transform: rotate(-5deg);
}

.seminar_special_msg span {
	display: inline-block;
	padding: 6px 40px;
	border: 1px dashed #fff;
}

.entry_btn {
	max-width: 600px;
	margin: 40px auto 50px;
}

.entry_btn a {
	transition: all .3s;
	padding: 15px;
	font-size: 18px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	display: block;
	background: #a30303;
	color: #fff;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.entry_btn a:hover {
	opacity: .8;
	text-decoration: none;
}

.other_panel .entry_phone {
	margin-top: 40px;
	background: #f5f5f5;
	padding: 25px 0 20px;
}

.other_panel .entry_phone h4 {
	text-align: center;
	background: none;
	font-size: 18px;
	color: #987216;
}

.other_panel .entry_phone a {
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.other_panel .entry_phone a:hover {
	text-decoration: none;
}

.other_panel .entry_phone a span {
	font-size: 24px;
}

.place::before {
	content: '／';
	padding-right: 10px;
	padding-left: 10px;
}

footer {
	padding: 20px 0 114px;
}

.footer-logo {
	text-align: center;
}

.footAddress .forPc {
	display: inline-block;
}

.footAddress a {
	color: #333;
}

.bottomBtnSp {
	display: none;
}

.navbtn {
	background: #f5f5f5;
	padding: 40px 0;
}

.navbtn-card a {
	text-align: center;
	display: block;
	padding: 20px 0;
	background: #214373;
	color: #fff;
	position: relative;
	transition: all .4s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.navbtn-card a:hover {
	text-decoration: none;
	opacity: .7;
}

.navbtn-card a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fdd72e;
	border-right: 2px solid #fdd72e;
	transform: rotate(135deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
}

.to-movie {
	padding-bottom: 80px;
	text-align: center;
	background: #fff;
}
.to-movie.to-movie2 {
	padding-bottom:40px;
	background:#fff;
}

.to-movie a {
	background: #da6d3d;
	color: #fff;
	display: inline-block;
	padding: 15px 80px;
	font-size: 24px;
	transition: all .4s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.to-movie a:hover {
	text-decoration: none;
	opacity: .7;
}

.to-movie a::before {
	content: '\f144';
	font-family: 'FontAwesome';
	padding-right: 20px;
}

.kettei {
	position: relative;
	display: inline-block;
	color: #3fa723;
	font-size: 18px;
	margin-left: 30px;
}

.kettei::before {
	content: '';
	display: block;
	width: 2px;
	height: 30px;
	background: #3fa723;
	position: absolute;
	left: -15px;
	top: 0;
	transform: rotate(-25deg);
}

.kettei::after {
	content: '';
	display: block;
	width: 2px;
	height: 30px;
	background: #3fa723;
	position: absolute;
	right: -15px;
	top: 0;
	transform: rotate(25deg);
}

.event-banner-cont {
	background: #f1f1f1;
	padding-bottom: 20px;
}

.event-banner-cont a {
	display: block;
	margin-top: 20px;
	text-align: center;
	overflow: visible;
}

.event-banner-cont a.forSp {
	display: none;
}

.event-banner-cont a img {
	transition: all .5s ease;
}

.event-banner-cont a:hover img {
	/* opacity: .7;*/
	/*box-shadow: 0 0 20px rgba(0, 0, 0, .3);*/
}
.goukaku-wrap {
  padding:0rem 0 30px;
	background: #e7f2fc;
}
.box {
  max-width:1110px;
  margin:0 auto 2rem;
  padding: 2rem 5rem;
  background:#fff;
  border-radius: 1rem;
  box-shadow:0 0 10px rgba(0,0,0,.1);
  position:relative;
}
.animated .box {
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);*/
  transform: translateY(0);
    /*transition-delay: .5s;*/
    opacity: 1;
}
.comment-header {
  display: flex;
	margin-bottom: 20px;
}
.comment-school ul {
  list-style: none;
  padding:0;
  margin:0;
}
.comment-school {
  margin:10px 0;
  padding:5px 0;
  border-top:1px dashed #aaa;
  border-bottom:1px dashed #aaa;
  position: relative;
}
.comment-fig {
  max-width: 140px;
  flex: 0 0 140px;
  margin: 0 30px 30px 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.other-sch {
	padding:20px 20px 5px;
	background: #ffdff0;
	margin-bottom: 10px;
}
.other-sch h4 {
  font-weight: 700;
	font-size: 18px;
	color:#fc2a88;
}
.comment-school li {
  font-size: 32px;
  margin-right:10px;
  display: inline-block;
  white-space: nowrap;
}
.comment-school li span {
  color:#fc2a88;
}
.comment-school li::before {
  content:'';
  width:32px;
  height:32px;
  margin-right:15px;
  position: relative;
  top:3px;
  background:url(../img/sakura.svg) no-repeat center center;
  background-size: cover;
  display: inline-block;
}
.comment-type {
  font-size:14px;
  display: inline-block;
  line-height:1;
  padding:6px 10px 7px;
  border:1px solid #555;
}
.comment-title {
  /*background:#fe6623;*/
  font-size: 32px;
  letter-spacing:.1em;
  color:#ed6a6a;
  /*padding: 8px 10px 6px;*/
  margin:10px 0 30px;
  font-family: tbnpmincho-std, serif;
font-weight: 700;
font-style: normal;
/* font-feature-settings: "palt"; */
line-height: 1.5;
position:relative;
}
.comment-title.short-title {
  letter-spacing: 0.13em;
}
.comment-name {
  font-size:18px;
}
.comment-text p {
  margin-bottom: 1.2em;
}
.comment-fig .comment-name {
	display: none;
}
.event-entry {
	padding:50px 30px 30px;
	background: #fff;
}
.event-entry .entry-ttl {
	text-align: center;
	color: #987216;
	margin-bottom: 30px;
}
.e-kaijo {
	font-weight: bold;
	color: #987216;
	font-size:22px;
	margin-bottom: 5px;
}
.e-date {
	font-size:40px;
}
.e-date span {
	font-size:18px;
}
.event-entry .setsumeikai {
	margin-bottom: 50px;
}
.event-entry .setsumeikai a {
	padding:20px;
	text-align: center;
	position: relative;
	color:#fff;
	font-size:18px;
	transition:all .4s;
}
.event-entry .setsumeikai a:hover {
	opacity:.7;
	text-decoration: none;
}
.event-entry .setsumeikai a::after {
	content: '\f105';
    font-family: FontAwesome;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 21px;
    margin: -12px 0 0;
    padding: 0 0 0 2px;
    position: absolute;
    right: 10px;
    top: 50%;
}

@media screen and (max-width:767px) {
	body {
		font-size: 14px;
	}

	.forPc,
	.v-pc {
		display: none;
	}

	.forSp {
		display: block;
	}

	.header-btn {
		text-align: center;
	}

	.header-btn .m-btn {
		width: 100%;
		font-size: 16px;
		line-height: 1.2;
	}

	.setsumeikai-cont .container {
		padding: 0;
	}

	.other_seminar.seminar_special .container {
		padding: 0 5px;
	}

	.other_seminar.seminar_special h2 {
		font-size: 32px;
		padding: 30px;
	}

	.setsumeikai-time {
		padding: 30px 15px 10px;
	}

	.setsumeikai-time figure {
		display: none;
	}

	.setsumeikai-time-inner {
		padding: 0 10px;
	}


	.seminar_special .other_panel {
		margin-bottom: 30px;
		padding: 15px 15px;
	}

	.place {
		display: block;
	}

	.place::before {
		padding-left: 0;
		content: '';
		display: none;
	}

	.other_panel h3 {
		margin-bottom: 0;
		font-size: 20px;
	}

	.seminar_special_descript {
		padding: 20px 15px 10px;
	}

	.seminar_table th {
		width: 100%;
		display: block;
		padding: 10px;
	}

	.seminar_table td {
		display: block;
		padding: 10px;
	}

	.entry .entry-ttl {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.entry .shiryo {
		margin-bottom: 20px;
	}

	.entry-btn a {
		font-size: 1.2rem;
    padding: 10px;
	margin-bottom: 10px;
	}

	.entry-btn {
		margin-bottom: 20px;
	}

	.phone .name {
		padding-right: 0px;
		display: block;
		font-size: 16px;
	}

	.entry-phone h3 {
		font-size: 18px;
	}

	.phone a {
		font-size: 20px;
	}
	.phone i {
		font-size:18px;
	}
	.footAddress tr:nth-child(2) th {
		padding-top: 10px;
	}
	.entry {
		padding: 30px 0;
	}

	.footAddress th,
	.footAddress td {
		display: block;
	}

	.footAddress .forPc {
		display: none;
	}

	footer {
		padding-bottom: 90px;
	}

	.bottomBtnSp a {
		padding: 12px;
		color: #fff;
		background: rgb(255, 110, 0);
		background: -webkit-linear-gradient(top, rgba(255, 110, 0, 1) 0%, rgba(237, 45, 2, 1) 100%);
		background: linear-gradient(to bottom, rgba(255, 110, 0, 1) 0%, rgba(237, 45, 2, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e00', endColorstr='#ed2d02', GradientType=0);
		border: 2px solid #d95201;
		display: block;
		text-align: center;
		font-weight: 700;
		border-radius: 4px;
	}

	.bottomBtnSp a:after {
		content: '\f061';
		font-family: FontAwesome;
		padding-left: 10px;
	}

	.bottomBtnSp {
		width: 100%;
		margin-top: 2px;
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 5px 2px;
		background: #f1f1f1;
		position: fixed;
		bottom: 0;
		box-shadow: -3px 0 4px #999;
	}

	.bottomBtnSp li {
		width: 100%;
	}

	.sp-header {
		position: relative;
	}

	.top-sp-btn a {
		position: absolute;
		z-index: 1;
		top: 54vw;
		right: 0px;
		padding: 0 10px;
	}

	.top-sp-btn a {
		display: inline-block;
		background: #b81517;
		color: #fff;
		padding: 7px 20px 7px 10px;
		transition: all .4s;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	}

	.top-sp-btn a::after {
		content: '\f105';
		font-family: FontAwesome;
		border: 1px solid #fff;
		border-radius: 50%;
		width: 24px;
		height: 24px;
		line-height: 21px;
		/*margin: -12px 0 0;*/
		display: inline-block;
		margin-left: 10px;
		padding: 0 0 0 8px;
	}

	.navbtn {
		padding: 20px 0;
	}

	.navbtn-card a {
		margin-bottom: 5px;
		padding: 10px 0;
	}

	.to-movie a {
		width: 100%;
		padding: 10px;
		font-size: 18px;
	}

	.setsumeikai-time h4 {
		font-size: 18px;
	}

	.setsumeikai-time h5 {
		font-size: 16px;
	}

	.setsumeikai-time-inner li {
		font-size: 15px;
	}

	.other_panel .entry_phone a span {
		font-size: 24px;
		display: block;
	}

	.to-movie {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.setsumeikai-time-inner ul {
		padding: 0;
	}

	.sp-bg {
		background:#fff;
	}

	.event-banner-cont a.forSp {
		display: block;
	}

	.event-banner-cont a.v-pc {
		display: none;
	}

	.top-height-inner {
		height: calc(100vh - 148px - 110px);
		background: url(../img/top-bg-sp.jpg) no-repeat center top;
		background-size: cover;
		position: relative;
		text-align: center;
	}

	.global {
		top: 56px;
	}

	main {
		/*padding-top: 56px;*/
	}
	.setsumeikai-cont {
		padding:20px 15px 40px;
	}
	.box {
		padding:20px 15px 15px 20px;
	}
	.comment-title {
    font-size: 18px;
		margin-bottom: 15px;
		letter-spacing: .05em;
	}
	.comment-header {
    flex-wrap: wrap;
		margin-bottom:10px;
	}
	.comment-fig {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 10px 0;
	}
	.comment-fig img {
		width:100px;
		margin-right:20px;
	}
	.dpb {
		font-size:13px;
	}
	.comment-name {
		display: none;
	}
	.comment-fig .comment-name {
		display: block;
	}
	.comment-school li {
    font-size: 18px;
	}
	.comment-school li::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 5px;
	}
	.sp-a05c {
		margin-bottom:0px;
	}
	.event-entry {
	padding:30px 20px 30px;
}
.e-kaijo {
	font-size:16px;
	margin-bottom: 0;
}
.e-date {
	font-size: 32px;
}
.event-entry .setsumeikai a {
	padding: 15px;
}
.event-entry .setsumeikai {
	margin-bottom: 30px;
}
.event-entry .entry-ttl {
	font-size:24px;
}
header h1 img {
    width: 200px;
}

}

@media screen and (max-height:900px) {
	.top-height-inner img {
		width: 90%;
		margin-top: 80px;
		margin-left: 15px;
	}

}

@media screen and (max-width:414px) and (max-height:896px) {
	.top-height-inner {
		height: calc(100vh - 148px - 110px);
		background: url(../img/top-bg-sp.jpg) no-repeat center top;
		background-size: auto 100%;
		position: relative;
		text-align: center;
	}
}

@media screen and (max-width:375px) and (max-height:667px) {
	.top-height-inner {
		height: calc(100vh - 148px - 60px);
		background: #00c782 url(../img/top-bg-sp2.jpg) no-repeat center top;
		background-size: auto 100%;
		position: relative;
		text-align: center;
	}
}
@media screen and (max-width:1109px) {
	.v-pc {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
}
.v-pc-i {
    position: relative;
    left: 0%;
    margin-left: 0px;
}
.v-full {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
}
}


.g-wrap {
	position: relative;
}
.g-wrap::after {
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	border:6px solid #f7687a;
	top: 0;
    left: 50%;
    max-width: 1680px;
    transform: translateX(-50%);
}


.event-entry {
	background: #f5f5f5;
	padding:30px 30px 10px;
}
.event-entry-list {
	margin-bottom: 40px;
}
.event-place {
	color:#987216;
	font-weight: bold;
	font-size:20px;
	margin-bottom: 5px;
}
.event-date {
	font-family:'Noto Serif JP',serif;
}
.event-date span.date {
	font-size:40px;
}
.event-date span.event-time {
	font-size:20px;
}
.event-kaijo {
	font-size: 18px;
}
.event-entry .entry-btn {
	margin-top: 10px;
}
a:hover .hover {
	opacity:.9;
}
.entry-btn-txt a {
	display: flex;
    padding: 15px 25px;
    align-items: center;
    background: #00a600;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    justify-content: center;
}
.entry-header {
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #987216;
    font-size: 32px;
}

@media (max-width:767px) {
	.entry-header {
		font-size:24px;
	}
	.event-place {
		display: flex;
		align-items: center;
		font-size:18px;
	}
	.event-place span {
		margin-left: 10px;
		color:#000;
		font-size:12px;
	}
	.event-date {
	line-height:1;
}
	.event-date span.date {
		font-size:32px;
	}
	.entry-btn-txt a {
		margin-top: 10px;
		font-size:18px;
		padding:6px 10px;
	}
	.event-entry-list {
		margin-bottom: 10px;
	}
}