@charset "UTF-8";
/*===============
General Styles
=================*/
* { box-sizing: border-box; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,th,td {
	margin:0;
	padding:0;
}  
img {
	border: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

body{
	font-size: 100%; /* =16px */
	/* font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
	background-color:#fff;
	background:url("../images202601/bg_01.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
a:link,
a:visited {
	color: #333;
	text-decoration: none;
}
a:active{
	color: #333;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}




h2, h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}
h2 {
	font-size: 1.75em;
}
@media screen and (max-width: 640px){
	body { font-size: 14px; position: relative; background-image: none; }
	.main { position: relative; }
	.main_bg { 
		z-index:-1;
		height:100vh;
		width: 100%;
		display: block;
		position: absolute; left: 0; top: 0;
		background:url("../images202501/bg.jpg") no-repeat;
		background-size:cover;
	}
	h2 {
		font-size: 1.5em;
	}	
}

.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }

.al_center { text-align: center; }

/*******************************************
header　/ maiimg
*******************************************/
header {
	background-color:#fff;
	/* border-top: solid 20px #774E1C;
	background:url("../images202511/mainimg_bg.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover; */
	text-align: center;
	padding: 20px 0 40px;
}
body.entry header {
	background-color: transparent;
	padding: 0;
}
header .inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;	
}

body.entry header .inner {
	background-color: transparent;
	margin: 0 auto;
}


header .logo {
	width: 50%;
	max-width: 700px;
	margin: 15px 0;
}
header .logo_unesco {
	width: 50%;
	max-width: 110px;
	margin: 15px 0;
}
header .logo img,
header .logo_unesco img {
	width: 100%; height: auto;
}


.mainimg {
	width: 100%; max-width: 1100px;
	margin: 0 auto 20px;
	text-align: center;
	z-index: 2;
}
.mainimg .title {
	width: 100%; height: auto;
	max-width: 836px;
	margin: 15px auto;
}

@media screen and (max-width: 640px){
	header {
		padding: 0px;
	}	
	header .logo {
		width: 70%; height: auto;
		max-width: 400px;
		margin: 15px 0;
	}	
	header .logo_unesco {
		width: 20%; height: auto;
		max-width: 40px;
		margin: 15px 0;
	}	
	.mainimg {
		margin: 0 auto 20px;
	}	
	.mainimg .title {
		width: 80%; height: auto;
		margin: 10px auto;
	}	
}


/*******************************************
footer
*******************************************/
footer {
	background-color: #930029;
	padding: 20px 0 30px;
	font-size: 1.25em;
}
footer .tbl_footer {
	margin: 0 auto;
	color: #fff;
}
footer .tbl_footer th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
footer .maru {
	color: #A9BA72;
}
footer .tbl_footer th,
footer .tbl_footer td {
	padding-bottom: .5em;
}
@media screen and (max-width: 640px) {
	footer {
		font-size: 1em;
	}
	footer .tbl_footer {
		margin: 0 auto;
		width: 95%;
	}
	footer .tbl_footer th {
		display: block;
	}
	footer .tbl_footer td {
		display: block;
	}
}

/*******************************************
共通class
*******************************************/
.inner {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	
}
.pc {}
.sp { display: none !important; }




@media screen and (max-width: 640px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
	.scroll_x {
	  overflow-y: hidden;
	  overflow-x: scroll;
	-webkit-overflow-scrolling: touch;	
	}	
}


/*******************************************
.date_place
*******************************************/
section.date_place {
	/* background-color:#0068B7;
	background:url("../images202511/photo.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover; */
	text-align: center;
	padding: 5em 0;
	margin: 0 auto 0;
	/* box-shadow: 0 10px 20px rgba(0,0,0,.15) inset; */
	z-index: 1;
}
section.date_place .inner {
	/* border: solid 4px #947F28; */
	background-color: rgba(255,255,255,1.0);
	border-radius: 40px;
	padding: 40px 40px;
}


.date_time {
	position: relative;
	display: inline-block;
	padding: 0 0 20px;
}
.date_time::after {
	content: "";
	width: 50%; height: 2px; background-color: #6A0136;
	position: absolute; left: 50%; bottom: 0;
	transform: translateX(-50%);
}
.date_time .free {
	width: 176px; height: 70px;
	position: absolute;
	left: 0px;
	transform: translate(-100%,-80%);
}
.date_time .first800 {
	width: 176px; height: 70px;
	position: absolute;
	right: 0;
	transform: translate(100%,-80%);
}

.date_time .free img {
	/* transform: rotate(5deg); */
}
.date_time .first800 img {
	/* transform: rotate(-5deg); */
}


.date,
.place {
	color: #6A0136;
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 700;
	font-style: normal;	
	font-size: 1.875em;
	line-height: 1.5;
}
.date .num {
	font-size: 1.5em;
}
.time {
	font-size: 1.375em;
}


.place_add {
	position: relative;
	padding: 20px 0 0;
	margin: 0 0 40px;
}
.place {
	font-size: 2.375rem;
}
.add {
	font-size: 1.25em;
}

@media screen and (max-width: 640px){
	section.date_place {
		margin: 0 auto;
		padding: 30px 0;
	}	
	section.date_place .inner {
		padding: 25px 25px;
		border-radius: 20px;
	}	
	.date_time {
		position: relative;
		display: inline-block;
		padding: 50px 0 20px;
	}	
	.date_time .free {
		width: 120px; height: 50px;
		left: 0;
		transform: translate(0%,-100%);
	}	
	.date_time .first800 {
		width: 120px; height: 50px;
		right: 0;
		transform: translate(0%,-100%);
	}		
	.date,
	.place {
		font-size: 1.5em;
	}	
	.place_add {
		margin: 0 0 30px;
	}	
	.add {
		font-size: 1em;
	}	
}

.btn_box_01 { margin-bottom: 10px; }
.btn_box_01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: .5em 2em;
  width: 60%;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  background-color: #930029;
	box-shadow: 5px 5px 10px #ccc;
  border-radius: 50vh;
	text-align: center;
	transition: .5s;
}
.tbl_oubo .btn_box_01 a {
	width: 100%;
	margin-top: 25px;
	font-size: 24px;
}

.btn_box_01 a::after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
}

.btn_box_01 a:hover {
  text-decoration: none;
  transform: scale(1.1);
	opacity: .8;
}


.atten_form{
	background:linear-gradient(transparent 75%, #FFDC1E 75%);
	display: inline-block;
	margin: 15px auto 0;
	line-height: 1.6;
}

@media screen and (max-width: 640px){
	.btn_box_01 a {
	  padding: .5em 2em;
	  width: 90%;
	  font-size: 18px;
	}	
	.btn_box_01 a::after {
	  width: 10px;
	  height: 10px;
	  border-top: 4px solid #fff;
	  border-right: 4px solid #fff;
	}	
}


/*******************************************
.program
*******************************************/
section.program {
	padding: 90px 0;
	text-align: center;
	background-color: #fff;
}
section.program .txt_box {
	font-size: 1.25em;
	line-height: 1.8;
}
section.program h2 {
	/* background-image: url("../images202410/bg_head_prgram.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top; */
	border-bottom: solid 3px #B2B09B;
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 100%;
	margin: 50px auto 0;
	padding: 15px 1em 0;
	position: relative;
}
section.program h2 span {
	background-color: #251e1c;
	padding: 10px .5em;
	min-width: 30%;
	display: inline-block;
}

/* section.program h2::after {
  content: ' ';
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 25px;
	background-image: url("../images202410/bg_head_prgram.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
} */

.tbl_program {
	border-collapse: collapse;
	width: 80%;
	margin: 40px auto 70px;
}
.tbl_program th {
	text-align: center;
	padding: 15px 0;
}

.tbl_program td {
	text-align: center;
	padding: 0 0 20px;
	font-size: 1.125em;
	border-bottom: dashed 1px #948122;
}
.tbl_program td.noborder {
	border-bottom: none;
}
.tbl_program td.w50per {
	padding: 20px 0;
	width: 50%;
}

.tbl_program .name {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	/* font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; */
	font-style: normal;	
	font-size: 2.0em;
	line-height: 1.5;
	display: block;
}
.tbl_program .lecture  {
	/* font-family: source-han-serif-japanese, serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:1.5em;
	color: #084587;
}

@media screen and (max-width: 640px){
	section.program {
		padding: 40px 0 0;
	}
	section.program .txt_box {
		font-size: 1em;
		line-height: 1.5;
		padding: 0 15px;
	}	

	section.program h2 {
		width: 100%;
		margin: 40px auto 0;
		padding: 10px 1em 0;
		background-size: cover;
	}	
	.tbl_program {
		border-collapse: collapse;
		width: 100%;
		margin: 30px auto 40px;
	}
	.tbl_kouen {
		margin-bottom: 60px;
	}	
	.tbl_program td {
		font-size: 1.25em;
	}	
	.tbl_program .name {
		font-size: 1.5em;
	}	
	.tbl_program .lecture  {
		font-size:1.4em;
	}	
	.tbl_program td.w50per {
		padding: 20px 0;
		width: 100%;
		display: block;
	}	
}



/*===============
youtube
=================*/
.youtube {
	background-color: #C8465C;
	padding: 30px 0;
	color: #fff;
	font-size: 1.75em;
}
.youtube .img_live {
	width: 77px; height: auto;
	margin: 20px auto;
}
.youtube .btn_box a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: .5em 2em;
	color: #fff;
	font-weight: 700;
	border-radius: 50vh;
	text-align: center;
	transition: .5s;
	max-width: 880px;
}

.youtube .btn_box a::after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
}

.youtube .btn_box a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #C8465C;
}
.youtube .btn_box a:hover::after {
  border-top: 5px solid #C8465C;
  border-right: 5px solid #C8465C;
}

@media screen and (max-width: 640px){
	.youtube {
		font-size: 1em;
	}	
	.youtube .btn_box a {
		font-size: 18px;
		width: 95%;
	}

	.youtube .btn_box a::after {
	  width: 10px;
	  height: 10px;
	  border-top: 4px solid #fff;
	  border-right: 4px solid #fff;
	}	
}



/*===============
corona
=================*/
.corona {
	border: solid 2px #FF281E;
	padding: 30px 30px;
	text-align: center;
	margin: 50px auto 0;
	width: 80%;
	font-size: 1.125em;
	line-height: 2;
}

@media screen and (max-width: 640px){
	.corona {
		padding: 20px 20px;
		text-align: left;
		margin: 40px auto;
		width: 95%;
		font-size: 1em;
		line-height: 1.7;
	}
}


/*===============
oubo
=================*/
.contact,
.panel,
.oubo {
	background-image: url("../images202511/photo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 100px 0 50px;
}
.oubo .inner {
	width: 95%; max-width: 1000px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.9);
	padding: 80px 7.5%;
}
.oubo h2 {
	background-color: #930029;
	color: #fff;
	line-height: 1;
	padding: 20px 20px;
	border-radius: 50vh;
	text-align: center;
	letter-spacing: 0.4em;
}
.tbl_oubo {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.25em;
}
.tbl_oubo tr {
	border-bottom: solid 1px #646464;
}
.tbl_oubo th,
.tbl_oubo td {
	padding: 50px 20px;
}
.tbl_oubo th {
	padding-right: 40px;
	white-space: nowrap;
}
.tbl_oubo .atten {
	font-size: 0.81em;
}

.oubo .button01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
  padding: .5em 2em;
  width: 80%; max-width: 880px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  background-color: #16697A;
  border-radius: 50vh;
	text-align: center;
	transition: .5s;
	border: solid 1px #fff;
}

.oubo .button01 a::after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
}

.oubo .button01 a:hover {
  text-decoration: none;
  transform: scale(1.1);
	opacity: .8;
}


.oubo .button02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0;
  padding: .5em 1em;
  width: 60%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #330036;
  border-radius: 5px;
	text-align: center;
	transition: .5s;
}

.oubo .button02 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.oubo .button02 a:hover {
  text-decoration: none;
  background-color: #74007A;
}


@media screen and (max-width: 640px){
	.oubo {
		padding: 50px 0;
	}	
	.oubo .inner {
		margin: 0 auto;
		background-color: rgba(255,255,255,.85);
		padding: 20px 5px;
	}	
	.oubo h2 {
		padding: 10px 10px;
	}	
	.tbl_oubo {
		width: 95%; margin: 0 auto;
		font-size: 1.25em;
	}
	.tbl_oubo td {
		padding: 10px 0 20px;
		display: block;
	}
	.tbl_oubo th {
		display: block;
		padding: 20px 0 0;
		text-align: left;
	}	
	.tbl_oubo .atten {
		font-size: 0.875em;
		margin-top: 5px;
	}
	.oubo .button01 a {
	  margin: 40px auto 0;
	  padding: .5em 2em;
	  width: 90%;
	  font-size: 18px;
	}

	.oubo .button01 a::after {
	  content: '';
	  width: 10px;
	  height: 10px;
	  border-top: 4px solid #fff;
	  border-right: 4px solid #fff;
	  transform: rotate(45deg);
	}	
	.oubo .button02 a {
	  width: 90%;
	  margin: 30px auto 0;
	}	
}


/*===============
panel
=================*/
section.panel {
	padding: 0;
}
section.panel .inner {
	background-color: rgba(255,255,255,.95);
	border: double 3px #930029;
	padding: 30px;
	text-align: center;
	width: 90%; max-width: 1000px;
	position: relative;
}
section.panel .inner h2 {
	margin: 0 auto 30px;
	background: #930029;
	color: #fff;
	padding: .5em 1em;
	border-radius: 15px;
	line-height: 1.2;
}
section.panel .inner span.douji {
	background-color: #fff;
	border: solid 2px #930029;
	color: #000;
	border-radius: 50vh;
	padding: 0 1em;
	position: absolute; top: 0; left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.5em;
	font-weight: bold;
}
section.panel .inner p {
	font-size: 1.25em;
	font-weight: bold;
	color: #D55E12;
	line-height: 1.4;
}

section.panel table {
	width: auto;
	margin: 0 auto 20px;
	border-collapse: collapse;
}

section.panel th,
section.panel td {
	padding: 10px 10px;
	vertical-align: top;
	text-align: left;
	font-size: 1.25em;
	border-bottom: solid 1px #ccc;
}
section.panel .kome {
	background-color: #73869B;
	font-weight: bold;
	border-radius: 50vh;
	color: #fff;
	font-size: .8em;
	padding: .25em .5em;
}


section.panel .doujikai   {
	/* font-family: source-han-serif-japanese, serif; */
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.7em;
	color: #111;
    border-bottom: dashed 1px #948122;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

section.panel .doujikai2   {
	/* font-family: source-han-serif-japanese, serif; */
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.6em;
	color: #111;
    margin-bottom: 10px;
}


@media screen and (max-width: 640px){
	section.panel {
		padding: 40px 0 40px;
	}
	section.panel .inner {
		padding: 20px;
		width: 95%;
		margin-left: auto; margin-right: auto;
	}	
	section.panel .inner p {
		font-size: 1em;
		line-height: 1.4;
	}
	section.panel th,
	section.panel td {
		padding: 10px 10px;
		vertical-align: top;
		text-align: left;
		font-size: 1.0em;
	}
}


/*===============
contact
=================*/
section.contact {
	padding: 80px 0 100px;
}
section.contact .inner {
	background-color: rgba(127,99,110,.95);
	color: #fff;
	padding: 30px;
	text-align: center;
	width: 90%; max-width: 1000px;
}
section.contact .inner h2 {
	margin: 0 auto 30px;
}
section.contact .inner p {
	font-size: 1.25em;
	line-height: 1.4;
}
section.contact .inner p.add {
	margin-top: 15px;
}
section.contact .inner p.tel {
	font-size: 1.5em;
	margin-top: 5px;
}

@media screen and (max-width: 640px){
	section.contact {
		padding: 40px 0 40px;
	}
	section.contact .inner {
		padding: 20px;
		width: 100%;
	}	
	section.contact .inner p {
		font-size: 1em;
		line-height: 1.4;
	}
	section.contact .inner p.add {
		margin-top: 15px;
		font-size: 0.875em;
	}
	section.contact .inner p.tel {
		font-size: 1.5em;
		margin-top: 5px;
	}	
}


/*===============
entry
=================*/
.entry {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 10px 0;
	background-color: rgba(255,255,255,0.5);
	backdrop-filter: blur(12px);	
}
.entry .inner {
	width: 95%; max-width: 1040px;
	margin: 30px auto;
	background-color: rgba(255,255,255,.85);
	padding: 50px 1%;
	box-sizing: border-box;
}

.entry h2 {
	text-align: center;
	color: #774E1C;
	margin: 0 0 1em;
}
.thanx_txt {
	width: 95%;
	margin: 0 auto;
}

.tbl_doukou {
	width: 100%;
	margin: 1em 0 2em;
	border-spacing: 4px 4px;
	border: solid 1px #483519;

}
.tbl_doukou caption {
	background-color: #483519;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 1.5% 1.5%;	
	text-align: left;
}

.tbl_doukou th {
  width: 28%;
  font-size: 18px;
	font-weight: normal;
  padding: 2.2% 1.5%;
  text-align: left;
  margin: 0 0.5% 0.5% 0;
  color: #fff;
  background: #483519;
  line-height: 1;	
}
.tbl_doukou th p {
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 3%;
	line-height: 1;
}
.tbl_doukou td {
	margin: 0 0 0.5% 0;
	padding: 2%;
	font-size: 16px;
	text-align: left;
	width: 71.5%;
	background-color: #fff;	
}

@media screen and (max-width: 640px) {
	.tbl_doukou caption {
		font-size: 16px;
	}	
	.tbl_doukou th {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	.tbl_doukou td {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	
	.tbl_doukou th .must {
	  margin: 0 5px 0 0 !important;
		font-size: 12px;
	}	
}