@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------
モーダル
-----------------------------------------------------*/
.modal_open {
}
.modal_box_inner {
	margin: 2%;
	box-sizing: border-box;
}
.modal_box {
	/* position: fixed; */
	/* z-index: 7777; */
	/* display: none; */
	width: 100%;
	max-width: 1190px;
	max-height: 90vh;
	overflow: auto;
	/* margin: 0; */
	/* padding: 2% 2vw 2%; */
	/* text-align: center; */
	background: #fff;
	box-sizing: border-box;
	margin: auto;
}
/* 閉じる */
.modal_close {
	position: absolute;
	top: 0px;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	color: #000;
	text-align: center;/* background: #e6e6e6; */
}
.modal_close i {
	line-height: 62px;
	vertical-align: bottom;
}
.my-parts {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	margin: 5px;
	cursor: pointer;
}
.my-parts span::before, .my-parts span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 5%;
	margin: -8% 0 0 -42%;
	background: rgb(129, 129, 129);
}
.my-parts span::before {
	transform: rotate(-45deg);
}
.my-parts span::after {
	transform: rotate(45deg);
}
.modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6666;
	display: none;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.7);
}
.link_area {
	overflow: hidden;
	max-width: 410px;
	margin: 20px auto 0;
	text-align: center;
}
.link_area .modal_link {
	display: inline;
}
.link_area .modal_link a {
	display: inline-block;
	width: 180px;
	color: #000;
	line-height: 2.5;
	text-decoration: none;
	margin: 0 10px;
	cursor: pointer;
	font-size: 1vw;
	background: #e6e6e6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.link-area ul li.modal_link:first-child a {
	float: left;
}
.link-area ul li.modal_link:last-child a {
	float: right;
}
.modal_box_img {
}
.modal_box_img img {
	width: 100%;
}
.modal_box_txt {
	font-size: 16px;
	margin: 20px 0;
}
.modal_box_txt_s {
	font-size: 12px;
	margin: 0 0 10px;
}
.modal_box_txt_waku {
	border: solid 1px #C40;
	font-size: 16px;
	padding: 10px;
	color: #c40;
	width: 85%;
	margin: 10px auto 10px;
}
.web-link a {
	background-color: #065d42;
	color: #fff;
	border-radius: 4px;
	padding: 17px 0 10px;
	display: inline-block;
	font-size: 20px;
	width: 60%;
	margin: 0 0 20px;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.web-link_s {
	display: block;
	font-size: 12px;
}
/*-----------------------------
モーダル内コンテンツ
-------------------------------*/
.course {
	display: flex;
	flex-wrap: wrap;
}
#slideshow {
}
.slide-box {
	width: 100%;
	/* height: 50vh; */
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
}
.slide-box div {
}
.slide-box div img {
	width: 100%;
}
.thumnail {
	display: inline-block;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% 0 0;
	padding: 0 0 0 0;
}
.thumnail li {
	width: 19%;
	float: left;
	display: inline;
	border: solid 1px #ccc;
	margin: 0 1% 1% 0;
	box-sizing: border-box;
}
.thumnail li a {
}
.thumnail li a img {
	width: 100%;
}

/*sec03*/
.course-info {
	width: 50%;
	/* font-family: 'Open Sans', sans-serif; */
}
.course-info_logo {
	text-align: center;
	margin: 0 0 20px;
}
.course-info_name {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	margin: 0 0 5px;
	font-family: 'Open Sans', sans-serif;
}
.course-info_name .gen {
	font-size: 12px;
	color: #666;
	display: block;
}
.course-info_dist {
	text-align: right;
	margin: 0 0 20px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.course-info_txt {
	margin: 0 0 20px;
	text-align: left;
	font-size: 13px;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;/*ie*/
}
.course-info_txt span {
	display: block;
	padding-bottom: 20px;
}

.course-info_route {
	background-color: #eee;
	padding: 3%;
	margin:0 0 20px;
}
.course-info_route_txt {
	font-size: 12px;
	text-align: justify;
	text-justify: inter-ideograph;/*ie*/
	line-height: 1.6;
	margin: 0 0 0;
	color: #666;
	font-weight: normal;
}


/*sec04*/
.event-info {
	width: 50%;/* font-family: 'Open Sans', sans-serif; */
}
.event-info_logo {
	text-align: center;
	margin: 0 0 20px;
}
.event-info_name {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	margin: 0 0 5px;
	font-family: 'Open Sans', sans-serif;
}

.event-info_txt {
	margin: 0 0 20px;
	text-align: left;
	font-size: 13px;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;/*ie*/
}
.event-info_txt span {
	display: block;
	padding-bottom: 20px;
}
.event-info_name .org {
	font-size: 12px;
	color: #666;
	display: block;
}
.event-info_rem {
	padding: 1% 2%;
	margin:10px 0;
	display:inline;
	text-align:right;
	font-size:12px;
	border:1px solid #000;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.event-info_date {
	background-color: #eee;
	padding: 3%;
	margin:10px 0 20px;
}
.event-info_date_txt {
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;/*ie*/
	line-height: 1.6;
	margin: 0 0 0;
	color: #000;
	font-weight: bold;
}

.mini {
	font-size: 80%;
}
.bd{
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
}


/*----モーダル内デザイン追加---*/

.modal_box_inner .pdf_btn_a{
	color:#fff;
	display: block;
}

.modal_box_inner .pdf_btn_a a{
	display:block;
}

.modal_box_inner a{
	display:block;
}

.modal_box_inner .info_flex{
	padding: 4px 0 13px;
}
.modal_box_inner .label{
	padding: 4px 20px;
	letter-spacing: 0.1rem;
	font-size: 12px;
	margin: 0 0 8px;
	border-radius:20px
}

.modal_box_inner .general{
	background-color: #09815f;
	color: #fff;
}

.modal_box_inner .family{
	background-color: #f9ae33;
	color: #fff;
}

.modal_box_inner .well{
	background-color: #ff414d;
	color:#fff;
}

.modal_box_inner .veteran{
	background-color:#b22222;
	color: #fff;
	display: inline-block;
}

.modal_box_inner .read{
	font-size: 13px;
	/* font-weight:800; */
	padding: 4px 10px;
}


/*----モーダル内スライドショー---*/
#slideshow,#slideshow02,#slideshow03 {
	margin: 0 5% 0 0;
	width: 45%;
	text-align: left;
}
#slideshow,#slideshow02,#slideshow03 div div {
/* top: 0; */
	/* left: 0; */
	/* position: absolute; */
}
#slideshow,#slideshow02,#slideshow03 .active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* =======================================
ClearFixElements
======================================= */
#slideshow,#slideshow02,#slideshow03 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	/*visibility: hidden;*/
}
#slideshow,#slideshow02,#slideshow03 ul {
/* display: inline-block; */
	/* overflow: hidden; */
}
 @media screen and (max-width: 769px) {
/*  ウィンドウサイズ769px以下の時のスタイル  */
.modal_box_inner {
/* overflow: auto; */
	/* display: block; */
	/* max-height: 75vh; */
	/* box-sizing: border-box; */
	/* padding: 0 0 20px 0; */
}
.modal_box {
	padding: 0 3vw 0;
	max-width: 100%;
	max-height: 85vh;
	margin: 15vw 0 0;
	overflow: inherit;
	overflow: auto;
}
.modal_close {
	/* width: 50px; */
	/* line-height: 40px; */
	/* font-size: 30px; */
	/* background-color: #111; */
	/* opacity: 0.9; */
	/* border-radius: 50%; */
	/* display: block; */
	display: block;
	cursor: pointer;
}
.modal_close i {
	line-height: 44px;
}
.link_area {
	margin: 25px auto 0;
}
.link_area .modal_link a {
	margin: 0 10px 0 10px;
	font-size: 14px;
	width: 40%;
}
.link_area ul li.modal_link:first-child a {
	float: none;
	margin-top: 0;
}
.link_area ul li.modal_link:last-child a {
	float: none;
}
.modal_close_wrap {
	position: absolute;
	top: -10px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 99999999999999999;
}

.slideshow {
}
.slide-box {
	height: auto;
}
.slide-box div {
}
.slide-box div img {
}
.thumnail {
}
.thumnail li {
}
.thumnail li a {
}
.thumnail li a img {
}
.course-info {
	width: 100%;
	font-size: 3.6vw;
	margin: 10% 0 0;
}
.course-info_logo {
}
.course-info_name {
	font-size: 18px;
}
.course-info_price {
}
.course-info_txt {
	font-weight: normal;
}

/*----モーダル内スライドショー---*/
#slideshow,#slideshow02,#slideshow03 {
	width: 100%;
	margin: 0 auto 0;
}
#slideshow,#slideshow02,#slideshow03 div div {
}
#slideshow,#slideshow02,#slideshow03 .active {
}
}
 @media screen and (max-width: 400px) {
.slide-box {
	/* height: 65vw; */
	height: auto;
}
}
/*----モーダル内リンク---*/
.underLink {
	margin: 0;
	padding: 1.4em 1em 1em 0;
}
 @media screen and (max-width: 640px), screen and (max-width: 768px) {
.underLink {
	padding: 1.4em 1em 1.2em 1em;
}
}
.underLink ul {
	margin: 0;
	padding: 0;
}
.underLink ul li {
	margin: 0 0 .7em 0;
	padding: 0;
	text-align: right;
	font-size: 14px;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
}
 @media screen and (max-width: 640px), screen and (max-width: 768px) {
.underLink ul li li:first-child {
	margin-bottom: 1.5em;
}

	 
}
.underLink ul li a {
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 14px;
	display: inline-block;
}
 @media screen and (max-width: 640px) {
.underLink ul li a {
	font-size: 14px;
}

	 

	 
}
 @media screen and (min-width: 640px) {
.underLink ul li a {
	font-size: 14px;
}
}
 @media screen and (min-width: 980px) {
.underLink ul li a {
	font-size: 1.22449vw;
}
}
 @media print {
.underLink ul li a {
	font-size: 12px;
}
}
 @media screen and (max-width: 640px), screen and (max-width: 768px) {
.underLink ul li a {
	font-size: 16px;
}
}
.underLink ul li a:hover {
	opacity: 1.0;
	text-shadow: 0px 0px 10px white;
	color: #111;
}
.underLink ul li a::after {
	margin: 0 0 0 .5em;
	padding: 0;
	display: inline-block;
	content: "";
	width: 26px;
	height: 9px;
	background: url(../img/icon_arrow.svg) no-repeat center center;
	background-size: 26px 9px;
}
/*------------------------------
モーダル　IE
 -------------------------------*/ 

@media screen\0 {/* ie*/
.featherlight .featherlight-content {
	max-height: 800px
}
.modal_box {
	max-width: 1200px;
}
.course,.event {
	width: 800px;
}
#slideshow,#slideshow02,#slideshow03 {
	max-width: 1200px;
}
.course-info,.event-info {
	width: 40%;
}
}








.area1{
margin-top: 3%;
width: 100%;
height: 250px;
background: blue;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

input[name="tab_name1"] {display: none;
}

.content_class {display: none;
position:absolute;
width: 70%;
height: 70%;
object-fit: auto;
object-fit: cover;
top: 0;
text-align:left;
left: 0;
z-index: 60;
margin: 0 0 20px;
}


.tab1_class{
width: 31%;
padding: 0;
flex-direction: row;
}




.tab1_class img {
display: block;
width: 100%;
cursor: pointer;
}

#tab0:checked ~ #content0_class{
display: block;
text-align: left;
width: 100%;
height: 30%;
margin: 0% auto 3%;
padding: 0%;
opacity: 1;
}


#tab1:checked ~ #content1_class{
display: block;
text-align: left;
width: 100%;
height: 30%;
margin: 0% auto 3%;
padding: 0%;
opacity: 1;
}

#tab2:checked ~ #content2_class{
display: block;
text-align: left;
margin: 0% auto 3%;
padding: 0%;
opacity: 1;
width: 100%;
height: 30%;
}

#tab3:checked ~ #content3_class {
display: block;
text-align: left;
width: 100%;
height: 30%;
margin: 0% auto 3%;
padding: 0%;
opacity: 1;
}

#tab4:checked ~ #content4_class{
display: block;
text-align: left;
width: 100%;
height: 30%;
margin: 0% auto 3%;
padding: 0%;
opacity: 1;
}

#tab5:checked ~ #content5_class{
display: block;
text-align: left;
width: 100%;
height: 30%;
margin: 0% auto 3%;
padding: 0%;
opacity: 1;
}

#tab6:checked ~ #content6_class{
display: block;
text-align: left;
width: 100%;
height: 30%;
margin: 0% auto 3%;
padding: 0%;
opacity: 1;
}

.modal_thumnail li{list-style:none;width: 25%;padding: 4px;}

.modal_thumnail {display: inline-block;overflow: hidden;display: flex;flex-wrap: wrap;max-width: 480px;margin: 560px 0% 0 0;padding: 10px 0 0 0;}


 @media screen and (max-width: 640px), screen and (max-width: 768px) {

.modal_thumnail li{list-style:none;width: 25%;padding: 4px;}

.modal_thumnail {display: inline-block;overflow: hidden;display: flex;flex-wrap: wrap;max-width: 540px;margin: 118% 0% 20px;padding: 0 0 0 0;}

	 
 }
 
 
 
 
 /*---- 過去開催イベント一覧 end.html ---*/
.course .read01_center{
	text-align: center;
	margin: 0 auto;
	display:block;
}
 
.course .sec_content{
	display:flex;
	margin: 3% 0 2%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.course .content01_clm{
	width: 270px;
}
.course .content01_clm img{
	width:270px;
	border:3px solid #fff;
	box-sizing: border-box;
	
}
.course .content01_clm .txt{
	font-size:12px;
	text-align:left;
	min-height:120px;
	line-height:1.6;
	padding:5px 5px 15px;
}
.course .content01_clm a{
	text-decoration:none;
	color:#000;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.course .content01_clm img:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-0.1875em);
}

.course .content01_clm .txt em{
	font-size:14px;
	font-weight:600;
	font-style:normal;
	line-height:2.5;
	border-bottom:1px dashed #000;
}
 