@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* ===== Base Settings ===== */
body {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.42857;
	color: #000;
	font-feature-settings: "palt";
}
body * {
	margin: 0;
	padding: 0;
}
a, a:active, a:hover, a:visited {
	outline: 0 !important;
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #00633d;
	text-decoration: none;
}
a:hover img.over {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.disabled {
	pointer-events: none;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.fWN { font-weight: normal; }
.navbar {
	margin: 0;
	padding: 0;
	min-height: max-content;
	border-radius: 0px;
	border-bottom: none;
	border: none;
}
.navbar > .container .navbar-brand {
	margin: 0;
}
.main {
	padding-top: 2rem;
	padding-bottom: 5rem;
}
.container {
  padding: 0.5rem;
}

@media print, screen and (min-width: 641px) {
  .container {
    padding: 1.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .container {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

/* ===== Header Settings ===== */

header a {
  color: #000;
	text-decoration: none;
}

header .container h1 {
  display: table;
  width: 60%;
	max-width: 240px;
  margin: 1.5rem auto 0;
}

header .container h1 a img:first-of-type {
  width: 100%;
}

header .container h1 img:first-of-type {
  width: 100%;
  margin-bottom: 1.5rem;
}

header .container #theme,
header .container .sub_nav {
  display: none;
}


@media print, screen and (min-width: 768px) {
  header .container {
    display: flex;
		justify-content: space-between;
		align-items: center;
    flex-wrap: wrap;
		padding: 1.5rem 0;
  }
  
  header .container .sub_nav {
    display: table;
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
  }
  
  header .container .sub_nav ul,
  header .container .sub_nav p {
    display: table-cell;
    vertical-align: middle;
  }
  
  header .container .sub_nav p {
    width: 280px;
    padding-left: 40px
  }
  
  header .container .sub_nav p img {
    width: 100%;
  }
  
  header .container .sub_nav ul {
    width: calc(100% - 280px);
    text-align: right;
  }
  
  header .container .sub_nav ul li {
    display:inline-block;
		vertical-align: middle;
    margin-left: 8px;
  }
  
  header .container .sub_nav ul li a {
		color: #00633d;
		font-weight: 400;
		transition:0.5s;
		opacity: 1;
  }
  
  header .container .sub_nav ul li a:hover {
		opacity: 0.6;
		transition:0.5s;
  }
  
  header .container .sub_nav ul li.snav_01 a:before {
		content: "";
		display: inline-block;
		background: url(../images/common/icon_en.svg) 100% 100% / cover;
		width: 23px;
		height: 23px;
		position: relative;
		top: 6px;
		right: 8px;
  }
  
  header .container .sub_nav ul li.snav_02 {
		font-size: 95%;
		padding-top: 5px;
		padding-left: 18px;
  }
  
  header .container .sub_nav ul li.snav_02 a:before {
		content: "";
		display: inline-block;
		background: url("../images/common/icon_mail.svg") 100% 100% / cover;
		width: 19px;
		height: 13px;
		position: relative;
		top: 2px;
		right: 8px;
  }
  
  header .container .sub_nav ul li small {
    font-size: 10px;
  }
  
  header .container h1 {
    margin: 0;
  }
  
  header .container #theme {
    display: block;
    width: calc(100% - 300px);
  }
  
  header .container #theme img {
    width: 100%;
  }
  
  header .container #theme .theme {
		display: inline-block;
    margin: 0;
  }
	
	header .container #theme .date_venue {
		display: table;
		float: right;
	}
	
	.date_venue p#date {
		font-family: "Century Gothic", sans-serif;
		font-size: 1.6rem;
		font-weight: 700;
		margin-bottom: -5px;
	}
  
	.date_venue p#date .m {
		font-size: 3.8rem;
		padding: 0 0 0 4px;
	}
  
	.date_venue p#date .l {
		font-size: 3.4rem;
		font-weight: 100 !important;
		padding: 0 4px 0 4px;
		position: relative;
		top: -2px;
	}
  
	.date_venue p#date .d {
		font-size: 3.8rem;
		letter-spacing: -3px;
		padding-right: 2px;
	}
  
	.date_venue p#date .encircled-kanji {
		color: #fff;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.3rem;
		background-color: #000;
		border-radius: 50%;
		padding: 0.2em;
		font-weight: 500;
		display: inline-block;
		line-height: 1;
		position: relative;
		top: -2px;
	}
  
	.date_venue p#venue {
		font-size: 1.6rem;
		font-weight: 600;
	}
  
	.date_venue p#venue span {
		font-family: "Century Gothic", sans-serif;
		font-weight: 600;
		padding-left: 2px;
	}
  
	.date_venue p#venue span:nth-of-type(2) {
		font-size: 1.7rem;
		position: relative;
		top: -1px;
	}
  
	
  header .container #theme .mice img {
    width: 153px;
    margin-left: calc(100% - 153px);
  }
}

@media print, screen and (min-width: 992px) {
  header .container .sub_nav {
    width: 100%;
		padding-bottom: 1rem;
  }
  
  header .container .sub_nav ul li {
    margin-left: 24px;  
  }
  
	header .container #theme .theme {
		display: table;
		float: right;
		font-size: 1.8rem;
		font-weight: 400;
		margin: 1rem 0;
	}
	
}

@media print, screen and (min-width: 1024px) {
  header .container .sub_nav {
    padding: 1rem 0 1rem 0;
  }
  
  header .container h1 a img:first-of-type {
    margin-bottom: 0;
  }
  	
}

@media print, screen and (min-width: 1200px) {
	header .container #theme .theme {
		margin: 1.5rem 0;
	}
}



/* ===== Navi Settings ===== */
.navbar-default .navbar-header {
	background: #00633d;
}
.navbar-default .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: none;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar{
	background: #00633d;
}
.navbar-default #navigation {
	background: #00633d;
}
.navbar-default .navbar-collapse {
  border-color:  rgba(255,255,255,0.5);
}
.navbar-default #navigation .navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
  overflow: hidden;
}
.navbar-default #navigation .navbar-nav li {
  font-weight: 700;
  text-align: center;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.navbar-default #navigation .navbar-nav li:first-of-type {
	border: none;
}
.navbar-default #navigation .navbar-nav li br {
  display: none;
}
.navbar-default #navigation .navbar-nav li a  {
	color: #fff;
  text-decoration: none;
}
.navbar-default #navigation .navbar-nav li a small {
	font-weight: 500;
}
.navbar-default #navigation .navbar-nav li.disabled a  {
	color: #aaa !important;
  text-decoration: none;
}
.navbar-default #navigation .navbar-nav li a:hover,
.navbar-default #navigation .navbar-nav li.active a {
	color: #ff0;
  background: #00633d;
}
.navbar-default #navigation .navbar-nav li.disabled a:hover {
	opacity: 1;
	cursor: default;
	background: none;
}

.navbar-default #navigation .navbar-nav li a::after {
	content: "";
	display: inline-block;
	background: url("../images/common/icon_nav_arrow.svg") 100% 100% / cover;
	width: 8px;
	height: 12px;
	position: relative;
	top: 1px;
	left: 15px;
}
.navbar-default #navigation .navbar-nav li a:hover::after ,
.navbar-default #navigation .navbar-nav li.active a::after  {
	background: url("../images/common/icon_nav_arrow_active.svg") 100% 100% / cover;
}

.navbar-default #navigation .navbar-nav li.disabled a::after  {
	background: url("../images/common/icon_nav_arrow_disabled.svg") 100% 100% / cover;
}

@media screen and (max-width: 767px) {
	.navbar-default #navigation .navbar-nav li a {
		position: relative;
		text-align: left;
	}

	.navbar-default #navigation .navbar-nav li a::after {
		position: absolute;
		right: 1.5rem;
		top: 38%;
		left: inherit
	}
}

@media print, screen and (min-width: 768px) {
	.navbar-default {
    position: relative;
    clear: both;
    z-index: 110;
	}
	.navbar-default .navbar-collapse {
		padding: 0;
	}
	.navbar-default #navigation .navbar-nav {
		float: none;
		display: table;
		width: 100%;
    overflow: auto;
	}
	.navbar-default #navigation .navbar-nav li {
		float: none;
		display: table-cell;
		text-align: center;
    vertical-align: middle;
		padding: 0;
		border: none;
	}
	.navbar-default #navigation .navbar-nav li a {
		font-size: 1.5rem;
	}
}

@media print, screen and (min-width: 992px) {
	.navbar-default {
		font-size: 16px;
		background-color: #fff !important;
	}
  .navbar-default #navigation {
    width: 100%;
		max-width: 1200px;
    margin: 0 auto;
  }
	.navbar-default #navigation .navbar-nav li {
		width: 16.666%;
	}
	.navbar-default #navigation .navbar-nav li#nv0 { width: 13%; }
	.navbar-default #navigation .navbar-nav li#nv6 { width: 20%; }
	.navbar-default #navigation .navbar-nav li a,
  .navbar-default #navigation .navbar-nav li span {
	  font-size: 1.6rem;
		padding: 2rem 1rem;
	}
	.navbar-default #navigation .navbar-nav li.disabled a {
		padding: 2rem 1.5rem 1.8rem 1.5rem;
	}
}

@media print, screen and (min-width: 1200px) {
  .navbar-default #navigation {
		border-radius: 5px;
		position: relative;
		top: 30px;
		margin-top: -30px;
  }
	.navbar-default #navigation .navbar-nav li:first-of-type a {
		border-radius: 5px 0 0 5px;
	}
	.navbar-default #navigation .navbar-nav li:oast-of-type a {
		border-radius: 0 5px 5px 0;
	}
}


/* ===== Page Content Base Settings ===== */
main .container {
	padding-bottom: 3rem;
}

	main .container article {
		padding: 0 1em;
	}
  
main .sub_nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-top: 1px solid #ccc;
}

main .sub_nav ul a {
  color: #000;
  text-decoration: none;
}

main .sub_nav ul a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

main .sub_nav ul li {
	text-align: center;
  /*width: 50%;*/
	width: 100%;
  padding: 10px 10px 10px 32px;
  border-bottom: 1px solid #ccc;
}

main .sub_nav ul li a {
	color: #00633d;
	font-weight: 400;
	text-decoration: none !important;
	transition:0.5s;
	opacity: 1;
}

main .sub_nav ul li a:hover {
	opacity: 0.6;
	transition:0.5s;
}

main .sub_nav ul li.snav_01 {
	padding-top: 4px;
}

main .sub_nav ul li.snav_01 a:before {
	content: "";
	display: inline-block;
	background: url(../images/common/icon_en.svg) 100% 100% / cover;
	width: 23px;
	height: 23px;
	position: relative;
	top: 6px;
	right: 8px;
}

main .sub_nav ul li.snav_02 {
	font-size: 95%;
}

main .sub_nav ul li.snav_02 a:before {
	content: "";
	display: inline-block;
	background: url("../images/common/icon_mail.svg") 100% 100% / cover;
	width: 19px;
	height: 13px;
	position: relative;
	top: 2px;
	right: 8px;
}

main .sub_nav ul li:nth-of-type(even) {
  border-left: 1px solid #ccc;
}

main .sub_nav ul li small {
  font-size: 10px;
  letter-spacing: -0.5px;
}

main .sub_nav p {
  display: table;
  width: 60%;
  margin: 1.5rem auto;
}

main h1 {
	font-size: 2.2rem;
  font-weight: 700;
	color: #fff;
	text-shadow: 0 0 5px #5d1b56;
 	margin: 1em 0 0 0;
  padding: 1rem 1rem 1.25rem 5rem;
  background: url("../images/common/bg_h3_01.png") no-repeat left center / auto 100%, url("../images/common/bg_h3_02.png") no-repeat right center / auto 100%;
}

main h2 {
  clear: both;
	color: #00633d;
  font-size: 2.3rem !important;
	font-weight: 800;
  letter-spacing: 2px; 
	margin-top: 1rem;
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #094;
}

main h2:before {
 position: absolute;
  bottom: -6px;
  left: 0;
  width: 12%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

main h3 {
  font-size: 1.8rem;
  padding: 1rem 0.5rem;
  color: #ca1b1d;
  margin: 4rem 0 1.5rem 0;
	border-bottom: 2px solid #ca1b1d;
}

main h3:first-of-type {
  margin: 2rem 0 1.5rem 0;
}

main .red {
	color: #eb3628;
}

main .uline {
	text-decoration: underline;
}

main ul.caution {
	list-style: none;
	margin-top: 1em;
}

main ul.caution li {
	text-indent: -1em;
	margin-left: 1em;
}

main ul.btn,
main p.btn {
	display: table;
	width: 100%;
	list-style: none;
	margin: 2em auto;
}

main ul.btn:active,
main p.btn:active {
	box-shadow: none;
}

main ul.btn li {
	margin-bottom: 0.5em;
}

main ul.btn li a,
main p.btn a {
	display: table;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #005c30;
	text-decoration: none;
	padding: 1em;
  background: #b3d8a3;
  border: none;
  border-radius: 4px;
}

main ul.btn li a:hover,
main p.btn a:hover {
  opacity: 0.5;
}

main ul.btn a.nolink:hover {
  cursor: default;
  opacity: 1;
}

main table {
  border: 1px solid #ccc;
}

main table th,
main table td {
  padding: 0.5rem 1rem;
}

main table th {
  color: #fff;
  background: #a40b5d;
  border: 1px solid #ccc;
}

main table td {
  border: 1px solid #ccc;
}

@media print, screen and (min-width: 641px) {
  main h1 {
    font-size: 2.6rem;
    padding: 1rem 1.5rem 1.5rem 8rem;
  }
  
  main .sub_nav p {
    width: 240px;
    margin: 2.5rem  auto;
  }
}

@media print, screen and (min-width: 768px) {
  main .sub_nav {
    display: none;
  }
  
	main h2 {
		font-size: 2.2rem;
		margin-top: 2rem;
	}
	
	main ul.btn {
		width: 70%;
	}
	
	main ul.btn li {
		display: table-cell;
		width: 50%;
		padding: 0 0.5em;
	}
	
	main p.btn {
		width: 35%;
	}
}

@media print, screen and (min-width: 992px) {
	main .container {
		padding-bottom: 6rem;
		max-width: 1100px;
	}
  
	main .container article {
		padding: 0 1.1em;
	}

  main h1 {
    font-size: 3rem;
		text-shadow: none;
    margin: 1em 0 0 0;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
  }
	
}

@media print, screen and (min-width: 1200px) {
	main h2 {
		margin-top: 6rem;
	}
}

/* ===== Page Content Settings ===== */

/* ------ Outline ------ */

/* Outline */
main .container .outline h4 {
	color: #000;
  font-size: 1.7rem;
	font-weight: 500;
  margin: 2em 0 1em;
	padding: 0.4em 0 0.5em 0.8em;
	background: #ebffe0;
	border-bottom: 1px solid #add9c0;
}

main .container .outline h4:first-of-type {
	margin-top: 3em;
}

main .container .outline ul.disc li {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
	padding: 0;
}

main .container .outline ul.kouen {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

main .container .outline ul.kouen:first-of-type li a { font-size: 120%; text-decoration: underline; }
main .container .outline ul.kouen:first-of-type li a:hover { text-decoration: none; }

main .container .outline ul.kouen::after {
	display: block;
	content:"";
	width: 32%;
}

main .container .outline ul.kouen li {
	width: 30%;
	text-align: center;
	margin: 1em 0;
}

main .container .outline ul.kouen li img {
	opacity: 1;
	transition:0.5s;
}
main .container .outline ul.kouen li:nth-of-type(1) img { width: 70%; }
main .container .outline ul.kouen li:nth-of-type(2) img { width: 70%; }
main .container .outline ul.kouen li:nth-of-type(3) img { width: 95%; }
main .container .outline ul.kouen li:nth-of-type(4) img { width: 70%; }
main .container .outline ul.kouen li:nth-of-type(5) img { width: 55%; }


main .container .outline ul.kouen li a:hover img {
	opacity: 0.7;
	transition:0.5s;
}

main .container .outline dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

main .container .outline dt {
	flex-basis: 150px;
	width: 150px;
	text-align: center;
	margin: 0 auto;
}

main .container .outline dt img {
	outline: 1px solid #ccc;
	width: 100%;
}

main .container .outline dt span {
	display: block;
	color: #fff;
	font-size: 85%;
	font-weight: 500;
	background: #666;
	padding: 3px 5px 5px;
	outline: 1px solid #666;
	position: relative;
	top: -1px;
}

main .container .outline dd {
	flex: 1;
	padding-left: 1em;
}

main .container .outline dd p {
	margin: 0.8em 0;
}

@media screen  and (max-width:767px) {
	main .container .outline ul.kouen li {
		width: 45%;
	}
	
	main .container .outline dl {
		display: block;
	}
	
	main .container .outline dl dt {
		margin-top: 0;
		margin-bottom: 1em;
	}
}

@media screen and (min-width:981px) and (max-width:1150px) {
	main .container .outline dl {
		align-items: flex-start;
	}
}

@media screen and (min-width:768px) and (max-width:800px) {
	main .container .outline dl {
		align-items: flex-start;
	}
}



/* ------ Seminar ------ */

main .seminar .cf,
main .seminar h3 {
	clear: both;
	overflow: hidden;
}

main .seminar h4 {
	color: #19349B;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 1em 0 0.7em;
	padding: 0.5em;
	background: #E5F4DB;
}

main .seminar p {
	margin-bottom: 1.5rem;
}

main .seminar dl {
	overflow: hidden;
}

main .seminar dt {
	width: 100%;
	font-weight: normal;
	margin: 1em 0 0 0;
	padding: 0.5em;
	border: 1px solid #ccc;
}

main .seminar dd {
	margin: 0;
	padding: 0.5em 0;
}

main .seminar dd em {
	font-size: 1.8rem;
	font-style: normal;
}

main .seminar p.indent {
	text-indent: -1em;
  margin-left: 1em;
  margin-top: 0.5rem;
}

main .seminar .photo {
  max-width: 300px;
  margin: 0 auto;
}

main .seminar .photo img {
  max-width: 300px;
}

main .seminar .photo p {
  font-size: 12px;
  color: #fff;
  padding: 0.5rem;
  background: #000;
  text-align: center;
  line-height: 1;
}
main .seminar .photo p {
  font-size: 13px;
  color: #fff;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  background: #000;
  text-align: center;
  line-height: 1.1;
}
main .seminar .photo p small:last-of-type {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

@-moz-document url-prefix() {
  main .seminar .photo p small:last-of-type {
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
  }
}

@media (max-width: 768px), print {
	main .seminar dt {
		margin: 1em 0 0;
	}
}

@media (min-width: 769px), print {
	main .seminar dt {
		float: left;
		clear: left;
		margin-top: 0;
    width: 7em;
    text-align: center;
	}
	main .seminar dd {
		margin: 0 0 1.5rem 8em;
	}
  main .seminar .flex {
    display: flex;
  }
  main .seminar .flex .photo,
  main .seminar .flex .photo img {
    width: 225px;
  }
  main .seminar .flex div {
    margin-right: 1rem;
  }
  main .seminar .flex div h3 {
    margin-top: 0;
  }
  main .seminar .flex div h4 {
    margin-top: 2rem;
  }
  main .seminar .flex div h3,
  main .seminar .flex div h4:first-of-type {
    margin-top: 0;
  }
}
main .seminar .box_semi img{
  max-width: 140px;
}




/* ------ Contact ------ */

main .contact ul {
  list-style: none;
}

@media print, screen and (min-width: 768px) {
	main .contact .sp {
		display: none;
	}
}



/* ===== Footer Settings ===== */
footer {
	padding: 2rem 1rem;
	border-top: 1px solid #ddd;
}

footer div {
	display: flex;
	justify-content: space-between;
	align-items: center;
  font-size: 14px;
}

footer div ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
  list-style-type: none;
	gap: 10px;
}

footer div ul li a img {
	transition:0.5s;
	opacity: 1;
}

footer div ul li a:hover img {
	transition:0.5s;
	opacity: 0.7;
}

footer div ul li:first-of-type img {
  width: 180px;
}

footer div ul li:last-of-type img {
  width: 80px;
}

@media print, screen and (min-width: 1200px) {
	footer {
		padding: 2rem;
		border-top: 1px solid #ddd;
	}

	footer div {
		max-width: 1200px;
		margin: auto;
	}
	
	footer div ul {
		gap: 20px;
	}

	footer div ul li:first-of-type img {
		width: 200px;
	}

	footer div ul li:last-of-type img {
		width: 90px;
	}
}




/*# sourceMappingURL=style.css.map */
