﻿body
{
	margin:0;
	color:#0f542b;
	line-height:1.8;
	font-size:1.3rem;
	font-weight:600;
	font-family:"Century Gothic","游ゴシック体", "Yu Gothic", "游ゴシック","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


	a,
	a:link,
	a:visited,
	a:hover,
	a:active  
	{
		color:#0f542b;
	    font-style:normal;
	    text-decoration:none;
	}

	h1,
	h2,
	h3,
	p,	
	ul,
	li,
	table
	{
		margin		:0;
		padding		:0;
		list-style	:none;
		line-height:1.8;
	}

	a.text-link
	{
		text-decoration:underline;
	}
	
	.txt_min
	{
		font-size:0.7rem;
	}
	
	.mgnB50
	{
		margin-bottom:50px;
	}

	.br_764 {
		display: none;
	}


	@media screen and (max-width: 746px) 
	{
		.sp_hide
		{
			display:none;		
		}

		.br_764 {
			display: block;
		}
	}


	a.txt_link:visited
	{
		color:#0f542b;
	}
	a.txt_link:link
	{
		padding:4px 8px;
		color:#0f542b;
		border-radius: 4px;
		text-decoration-line: underline;
	}

	a.txt_link:hover
	{
		color:#fff;
		background-color:#0f542b;

		text-decoration-line: none;
	}

	#gnavi 
	{
		min-height:125px;
		font-size:1rem;
		color:#fff;
		width:100%;
		position:fixed;
		top:0;
		width:100%;
	
		z-index:100000;
		background-color:#fff;
		box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
	}


	#gnavi ul
	{
		width:90%;
		/*border-radius:10px 10px 0 0;*/

		display:flex;
		flex-wrap:nowrap;
		justify-content: space-between;
		align-items: center;
		padding: 2% 5%;
		margin:0 auto;
		
	}

	
	#gnavi ul p,
	#gnavi ul a
	{
		color:#0f542b;
		display: flex;
	}
	#gnavi .logo
	{
		width:50vw;
		max-width:400px;;
	}
	#gnavi .logo img
	{
		width:100%;
		margin:2%;
	}
	#gnavi .catch p
	{
		color:#000;
		opacity:0.5;
	}
		@media screen and (max-width: 746px) 
		{
			#gnavi .catch
			{
				display:none;		
			}
		}
	
	#gnavi ul li
	{
		font-size:1rem;
		align-items: center;
		white-space: nowrap;
	}
	
	#gnavi ul li.active
	{
		border-bottom: 2px solid #0f542b;
	}


	
	
	#footer
	{
		margin:0 auto;
		display:flex;
		align-items:center;
		justify-content:center;
		width:100%;
		height:100px;
		background-color:#fafafa;

	}
	
	
	
/*contents*/


.contents,
.contents_loaded
{
	width:100%;
	display			:flex;
	-js-display		:flex;
	flex-wrap		:wrap;
	justify-content	:center ;
	align-items: center;
	padding-top:125px;
	flex-direction:column;
}

@media screen and (max-width: 600px) 
{
	.contents,
	.contents_loaded
	{
		padding-top:50px;
	}
}
	
h2
{
    font-size: 2.4rem;
	padding:30px 0 ;
	line-height:1.2;
}

@media screen and (max-width: 969px) 
{
	h2
	{
		padding:0px 0 ;
	}
	
}

@media screen and (max-width: 414px) 
{
	h2
	{
		padding:30px 0 20px;
	}
	
}



.visual
{

	
	/*overflow: hidden;*/
	background-color:#0f542b;
  	width:100%;
	height:65vh;
	min-height:600px;
	position:relative;
	margin-bottom:5%;
}

.visual .logo
{
	color:#FFF;
	z-index: 3;
	position: absolute;	
	align-items:center;
	right:0;
	width: 90%;
    
    padding: 5%;
	flex-direction: row;
    display: flex;
    justify-content: space-between; 
}
.visual .logo img.logo_mark
{
	width:100%;
	height:100%;
	max-width: 300px;
}
.visual .logo img.logo_type
{
	width:100%;
	height:100%;	
}


.visual .title
{
	z-index: 2;
	position: absolute;
	padding:5%;
	bottom:0;
	display:flex;
	flex:auto;
	flex-direction: column;

}

.visual .title .txt-anm 
{
	width:auto;
	font-family: Century Gothic ,Futura, Gill Sans Extrabold, sans-serif ;
	letter-spacing: 0px;
	font-size:400%;
	line-height:1;
	font-weight:1000;
	color:#FFF;
	margin:0;
	padding:10px 0;
    margin-top: 10px;
    align-items: center;
    display: flex;
}

.visual .title .txt-anm-min
{
	padding:12px 16px;
	font-size:.8rem;
	border-radius:30px;
	border: 3px solid #FFF;
	margin-right:10px;
	margin-top:20px;
}


.visual .title .tag
{
	display:flex;
	flex:auto;
	margin-top:20px;
}
.visual .title .tag .block 
{
	padding:18px 24px;
	margin:0 10px 10px 0;
    font-size: 1.3rem;
    
	border-radius:30px;
	color: #0f542b;
    font-weight: 1000;
	background-color:#0f542b;
	
}

.visual .title .tag .block.color
{
	color: #fff;
	background-color:#0f542b;
}



.contents_loaded .img-anm 
{
	filter: hue-rotate(360deg);
	overflow: hidden;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	position: absolute;
}
.contents_loaded .img-anm:before 
{
  animation: img-anm 2s cubic-bezier(.4, 0, .1, 1) forwards;
}
.img-anm:before 
{
	filter: hue-rotate(360deg);
	background: #0f542b;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
@keyframes img-anm 
{
  100% 
  {
  	filter: hue-rotate(0deg);
    transform: translateX(-100%);
  }
}

.accessmap 
{
    padding: 0 10%;
    width: 80%;
    height: 50vh;
    filter: grayscale(100%);
    margin-bottom:50px;
}











/*txt anm*/

.txt-anm 
{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
}
.visual .logo .txt-anm 
{
	max-width: 400px;
}

.txt-anm:before {
  animation: txt-anm 1.5s cubic-bezier(.5, 0, .1, 5) forwards;
  background: #FFF;
  bottom: 0;
  content: '';
  left: -1px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes  txt-anm
{
  100% 
  {
    transform: translateX(-100%);
  }
}

.section
{
	width:100%;
}

/* 
.calendar_btn
{
	background-color: #fafafa;
    padding: 20px 30px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 40px;
    margin: 0 auto;
    margin-bottom:15px;
		height: 25px;
		position: relative;
}
 */

.calendar_btn
{
	background-color: #fff;
    padding: 20px 30px;
    border: 1.5px solid #0f542b;
    border-radius: 40px;
    margin: 5% auto;
	height: 25px;
	position: relative;
	max-width: 640px;
}



.calendar_btn a
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 10%;
	display: flex;
	align-items: center;
	font-size: 1.0rem;
	z-index: 5;
	color: #0f542b;
}


.arrow-bottom {
  display: inline-block;
  width: 5px;
  height: 5px;
	position: absolute;
	top: 47%;
	right: 15%;
  border-bottom: 1.5px solid #0f542b;
  border-right: 1.5px solid #0f542b;
  transform: rotate(-45deg);
}



.calendar_btn:hover
{
	background-color: #0f542b;
  border: 1.5px solid #0f542b;
	transition: 0.3s;
}

.calendar_btn:hover .arrow-bottom {
  border-bottom: 1.5px solid #FFF;
  border-right: 1.5px solid #FFF;
	transition: 0.3s;
}

.calendar_btn a:hover
{
	color: #FFF;
	transition: 0.3s;
}












@media screen and (max-width: 414px) {

	.calendar_btn a
	{
		justify-content: center;
		

	}

}







/* member */

.top_attend_member_wrap {
	width: 100%;
  flex-wrap: wrap;
  gap: 30px 6%;
  justify-content: flex-start;
}



/* minutes */

.event_wrap {
	width: 100%;
	margin-top: 80px;
	position: relative;
}

.event_wrap_h {
	font-size: 3rem;
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
}


.event_card_wrap {
	display: flex;
}

.event_card_item {
	width: 31%;
	border: solid 1px rgba(0,0,0,0.1);
	height:auto;
}

.event_card_item_img {
	width: 100%;
	min-height: 200px;
  background-color: #0f542b;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.contents_loaded .event_card_item_img1 {
	background-image: url(../img/20220821civic.2.jpg);
}

.contents_loaded .event_card_item_img2 {
	background-image: url(../img/20221103civic.15.jpg)
}

.contents_loaded .event_card_item_img3 {
	background-image: url(../img/1205request_1.jpg)
}

.contents_loaded .event_card_item_img4 {
	background-image: url(../img/1205pressconference_4.jpg)
}

.contents_loaded .event_card_item_img5 {
	background-image: url(../img/civic.4.1_thumbnail.jpg);
	background-color: #f1eee9; 
	background-size:contain;
}

.event_card_item_text {
  padding: 0 8% 30px;
}

.event_card_item_title {
	font-size: 1.4rem;
	padding:0 0 20px 0;
	line-height: 1.2;
}

.txt_week {
  padding-left: 1rem;
  font-size: 0.7rem;
	font-weight: 600;
}

.txt_day {
	padding: 20px 0 3px;
	font-size: 1.4rem;
}


.calendar_btn_wrap {
	display: flex;
	gap: 5%;
}

.calendar_btn_2 {
	width: 45%;
}


@media screen and (max-width: 900px) {

	.swiper	{
  margin-bottom: 50px;
	}
	
}




@media screen and (max-width: 600px) {

	.event_wrap_h {
  font-size:200%;
	}
	
}


















/* swiper */


.swiper-container {
  padding: 0 10%;
}


.swiper-button-prev {
  left: 1%;
}

.swiper-button-next {
  right: 1%;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: ##0f542b;
}




/* @media screen and (max-width: 860px) {

	.swiper-button-prev {
		left: -60px;
	}

	.swiper-button-next {
		right: -60px;
	}

}

*/








/*detail*/

.detail
{
	max-width:1600px;
	width:80%;
	padding:0;
	margin-bottom:30px;
	display			:flex;
	-js-display		:flex;
	flex-wrap		:wrap;
	justify-content	:space-between ;
}

.detail .item .txt h1
{
	font-size:160%;
	padding:30px 0 0 0 ;
	margin:0;
	line-height:1.2;
}
.detail .item .txt h2
{
	font-size:120%;
	padding:30px 0 0 0 ;
	margin:0;
	line-height:1.2;
}
.detail .item.wide .txt h1
{
	font-size:200%;
	margin-bottom: 30px;
	padding:0;
	line-height:1.2;
}
.detail .item.wide .txt h2
{
	font-size:240%;
	margin-bottom: 15px;
	padding:0;
}
.detail .item.wide .txt h3
{
	font-size:120%;
	padding:0;
}
.detail .item.wide .txt 
{
	width:100%;
}
.detail .item.wide .txt p
{

	margin-bottom:20px;
}

.detail .item
{
	/*overflow:hidden;*/
	/*min-height:70vh;*/
	height:auto;
	width:48%;
	display			:flex;
	-js-display		:flex;
	flex-wrap		:wrap;
	justify-content	:space-between ;
	margin-bottom:4%;
}


.detail .item .img
{
	background: #0f542b;
	width:90%; 
	background-size:cover;
	background-position:center;
	min-height:300px;
	height:30vh;
}

.detail .item.wide
{
	width:100%;
	height:auto;
	min-height:300px;
}
.detail .item.wide .img
{
	border-radius:6px;
	width:35%;
	height:auto;
	margin-bottom:30px;
}
.detail .item.wide .txt
{
	width:60%;
	padding-bottom:30px;
	text-align:justify;
}

.detail .item.wide.reverse .img{order:1;}
.detail .item.wide.reverse .txt{order:0;}



/* archive */

.archive_box {
	padding-bottom: 100px;
}

.archive_box h2 {
	font-size: 300%;
	margin: 0 0 10px;
}

.archive_box_card {
	display: flex;
	gap: 4%;
}

.archive_box_card_item {
	width: 48%;
}

.archive_box_card_item_img {
	width: 100%;
	min-height: 300px;
	background-color: #0f542b;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.archive_box_card_item_bottom {
  color: #0f542b;
	margin-top: 20px;
}

.archive_box_card_item_title {
  line-height: 1.3;
  margin-top: 5px;
}

.attend_member {
	margin: 50px 0;
}


.attend_member_title {
	font-size: 80%;
	margin-bottom: 20px;
}

.attend_member_wrap {
  width: 80%;
	margin: 0 auto;
}


.attend_member_card_wrap {
	display: flex;
	justify-content: space-between;/*20221110*/
	flex-wrap: wrap;
  	/*gap: 30px 3%;*//*20221110*/
}



.attend_member_card {
	width: 22%;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
 	*/
 	margin-bottom: 3%;/*20221110*/
	position: relative;
}
.attend_member_card.hide
{
	min-height:0;
}

.attend_member_card_link {
	/*position: absolute;*//*20221110*/
	width: 80%;/*20221110*/
	height: 100%;
	padding: 10%;/*20221110*/
	border: solid 1px rgba(0, 0, 0, 0.1);/*20221110*/
	border-radius: 10px;
	display: contents;
}

.attend_member_icon {
	width: 70%;/*20221110*/
	padding-top: 70%;/*20221110*/
	background-color: #0f542b;
	border-radius: 100vh;
	margin: 0 auto 25px;
	background-size:cover;/*20221110*/
	background-position:center;/*20221110*/
}

.attend_member_text {
	color: #0f542b;
	line-height: 1.2;
	text-align: center;
}


.attend_member_position {
	font-size: 65%;
  line-height: 1.2;
	margin-bottom: 5px;
}

.attend_member_name {
	font-size: 100%;
}

@media screen and (max-width: 969px) {
	.archive_box_card_item_img {
		min-height: 200px;
	}

	.top_attend_member_wrap h2 {
		padding: 30px 0;
	}

	.attend_member_card {
		min-height: 165px;
	}
}


@media screen and (max-width: 767px) {
	.archive_box_card_item_img {
		min-height: 150px;
	}
	.attend_member_icon {
		/*width: 60px;*//*20221110*/
		/*height: 60px;*//*20221110*/
		margin: 0 auto 15px;
	}

	.attend_member_card {
		min-height: 140px;
	}

}

@media screen and (max-width: 620px) {

	.archive_box {
		padding-bottom: 50px;
	}
	.archive_box_card {
		display: block;
	}
	.archive_box_card_item_img {
		min-height: 200px;
	}
	.archive_box_card_item {
		width: 100%;
		margin-bottom: 40px;
	}
	.archive_box_card_item_bottom {
		margin-top: 10px;
	}
	.archive_box h2 {
		font-size: 180%;
		padding: 0;
	}
	.attend_member_card {
		width: 30%;
	}

	.attend_member_card {
		padding: 3% 0 0;
	}
	.attend_member_position {
		font-size: 60%;
	}
}


@media screen and (max-width: 414px) {

	.attend_member_card {
		width: 45%;
		padding: 5% 0 0;
  }
	.attend_member_card_wrap {
		gap: 30px 5%;
	}


}









/*items*/

	#projects
	{
		width:90%;
		padding:20px 5% 20px 5%;
		margin: 0 auto;
		max-width:1200px;
	}
	
	.items
	{
		width:80%;
		display:flex;
		justify-content: space-between;
		flex-flow: row wrap;
		align-content:stretch;
		margin: 5% 10% 4%;
	}
	
	.items .item
	{
		width:100%;
		margin-bottom:25px;
		display:flex;
		flex-direction: column;
	    justify-content: flex-start;
	}
	
	
	.items .item .img
	{
		width:100%;
		height:16vh;
		min-height:80px;
		max-height:200px;
		border-radius:4px;
		/*border:1px solid rgba(0,0,0,0.04);*/
		overflow:hidden;
		background-size:cover;
		background-position:center;
		background-color:#0f542b;
	}
	
	.items .item .ttl
	{
		margin-top:10px;
		line-height:1.2;
		font-size:1rem;
	}
	
	.items .item.hide
	{
		height:0;
		min-height:0;
	}
	.items .item .title
	{
		width:100%;
		align-items:top;
		font-size:1.1rem;
		font-weight:800;
		color:#0f542b;
		margin:10px 0 ;
	}
	.items .item .subinfo
	{
		font-size:0.9rem;
		font-weight:400;
		color:#888888;
		margin:10px 0 ;
		bottom:0;
	}

  .item_message {
		display: flex;
		width: 80%;
		flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4%;
	}

	.item_message_img {
		background: #0f542b;
    background-size: cover;
    background-position: center;
    min-height: 300px;
		border-radius: 6px;
    width: 60%;
    height: auto;
    margin-bottom: 30px;
	}

	.item_message_img_txt {
		width: 35%;
		padding-bottom: 30px;
    text-align: justify;
		font-size: 188%;
    margin-bottom: 30px;
    padding: 0;
		line-height: 1.2;
}


@media screen and (max-width: 969px) {
	.item_message_img_txt {
		font-size: 185%;
	}
}

@media screen and (max-width: 767px) {
	.item_message {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
	align-items: center;
}
.item_message_img {
	width: 100%;
}
.item_message_img_txt {
	font-size: 100%;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.item_message_img_txt h2 {
	padding: 0;
}
}

@media screen and (max-width: 414px) {
	.item_message_img_txt {
		font-size: 90%;
	}
	.item_message_img {
		min-height: 200px
	}
}








	
	/*差*/
	.items.block1 .item {	flex-basis:100%;}	
	.items.block2 .item {	flex-basis:48%;}	
	.items.block3 .item {	flex-basis:32%;}		
	.items.block4 .item {	flex-basis:23%;}	
	.items.block5 .item {	flex-basis:18%;}
	.items.block6 .item {	flex-basis:15%;}	
	
	.items.block2 .item .img{height:200px;}	
 	.items.block3 .item .img{height:180px;}	
 	.items.block4 .item .img{height:160px;}	
 	.items.block5 .item .img{height:140px;}	
 	.items.block6 .item .img{height:120px;}	




/*video*/


.mov-stage-min
{
	border-radius:10px;
    margin:5%;
    position: relative;
    padding-top: 51%;
    overflow: hidden;
}

.mov-stage 
{
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom:50px;
}

.mov-stage iframe,
.mov-stage-min iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.detail .item.wide.entryA1 .txt h2
{
	font-size:240%;
}

.footer_banner
{
	width: 80%;
    min-height: 400px;
    display: flex;
    padding: 0 10%;
}

.footer_banner_half
{
	width:100%;
	align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 5%;
}
.footer_banner_half_aq
{
    background-color: #17234D;
    color: #fff !important;
}
.footer_banner_half_mr
{
    background-color: #9fa0a0;
    color: #fff !important;
}
.footer_banner_logo
{
	width:40%;
}

/*catch height*/

/*
.contents .detail .item.entryA1  .img,
.contents_loaded .detail .item.entryA1  .img
{max-height:300px;}

.contents .detail .item.entryA1,
.contents_loaded .detail .item.entryA1 
{margin-bottom: -150px;}
*/

/*img*/
.visual .img
{
	background-repeat:no-repeat;
}

.visual.entryA6 .title			 {bottom:auto;top:0;}


.visual 					 .img {background-image:url("../img/visual.jpg");}
.contents_loaded .detail .item.entryA1  	 .img {background-image:url("../img/220428_354_u.jpg"); }
	.contents_loaded .item.entryA1-1  	 	 .img {background-image:url("../img/thumb/20221103civic.22.jpg");}	
	.contents_loaded .item.entryA1-2  	 	 .img {background-image:url("../img/thumb/20221103civic.20.jpg");}	
	.contents_loaded .item.entryA1-3  	 	 .img {background-image:url("../img/thumb/20221103civic.44.jpg");}	
	.contents_loaded .item.entryA1-4  	 	 .img {background-image:url("../img/thumb/20221103civic.10.jpg");}
	.contents_loaded .item.entryA1-5  	 	 .img {background-image:url("../img/thumb/20221103civic.23.jpg");}	
	.contents_loaded .item.entryA1-6  	 	 .img {background-image:url("../img/thumb/20221103civic.61.jpg");}

.contents_loaded .detail .item.entryA2-1  	 .img {background-image:url("../img/home2.jpg"); }

.contents_loaded .detail .item.entryA2-2  	 .img {background-image:url("../img/home3.jpg"); }

.contents_loaded .visual.entryW1  	 			 .img {background-image:url("../img/20220821civic.1.jpg");
background-position: left;}	
.contents_loaded .visual.entryW9  	 			 .img {background-image:url("../img/20221103civic.13.jpg");}	
.contents_loaded .visual.entryW10  	 			 .img {background-image:url("../img/civic.4.1_detail.jpg");    background-color: #f1eee9; background-size:contain;}	



.contents_loaded .detail .item.entryW1 .img{background-image:url("../img/20221103civic.15.jpg");}

.contents_loaded .detail .item.entryW2 .img{background-image:url("../img/20220821civic.2.jpg");}
.contents_loaded .detail .item.entryW3  	 	 .img {background-image:url("../img/thumb/20211216n.213.jpg");}
.contents_loaded .visual.entryW4  				 .img {background-image:url("../img/20211216n.186.jpg");}	
.contents_loaded .detail .item.entryW5  	 	 .img {background-image:url("../img/thumb/20211216n.134.jpg");}
.contents_loaded .detail .item.entryW6  	 	 .img {background-image:url("../img/thumb/20211216n.143.jpg");}
.contents_loaded .detail .item.entryW7  	 	 .img {background-image:url("../img/thumb/20211216n.194.jpg");}
.contents_loaded .detail .item.entryW9   	 	 .img {background-image:url("../img/20221103civic.13.jpg");}
.contents_loaded .detail .item.wide.entryW10   	 	 .img {background-image:url("../img/thumb/20221103civic.15.jpg");}



	.contents_loaded .detail .entryW2-1 	 	 .img {background-image:url("../img/thumb/pan1.jpg");}
	.contents_loaded .detail .entryW2-2 	 	 .img {background-image:url("../img/thumb/pan2.jpg");}
	.contents_loaded .detail .entryW2-3 	 	 .img {background-image:url("../img/thumb/pan3.jpg");}
	.contents_loaded .detail .entryW2-4 	 	 .img {background-image:url("../img/thumb/pan4.jpg");}
	.contents_loaded .detail .entryW2-5 	 	 .img {background-image:url("../img/thumb/pan5.jpg");}
	.contents_loaded .detail .entryW2-6 	 	 .img {background-image:url("../img/thumb/pan6.jpg");}
	.contents_loaded .detail .entryW2-7 	 	 .img {background-image:url("../img/thumb/pan7.jpg");}
	.contents_loaded .detail .entryW2-8 	 	 .img {background-image:url("../img/thumb/pan8.jpg");}
	.contents_loaded .detail .entryW2-9 	 	 .img {background-image:url("../img/thumb/pan9.jpg");}
	.contents_loaded .detail .entryW2-10 	 	 .img {background-image:url("../img/thumb/pan10.jpg");}
	.contents_loaded .detail .entryW2-11 	 	 .img {background-image:url("../img/thumb/pan11.jpg");}
	.contents_loaded .detail .entryW2-12 	 	 .img {background-image:url("../img/thumb/pan12.jpg");}	
	.contents_loaded .detail .entryW2-13 	 	 .img {background-image:url("../img/thumb/pan13.jpg");}
	.contents_loaded .detail .entryW2-14 	 	 .img {background-image:url("../img/thumb/pan14.jpg");}
	.contents_loaded .detail .entryW2-15 	 	 .img {background-image:url("../img/thumb/pan15.jpg");}
	.contents_loaded .detail .entryW2-16 	 	 .img {background-image:url("../img/thumb/pan16.jpg");}	
	.contents_loaded .detail .entryW2-17 	 	 .img {background-image:url("../img/thumb/pan17.jpg");}
	.contents_loaded .detail .entryW2-18 	 	 .img {background-image:url("../img/thumb/pan18.jpg");}	
	
	
	.contents_loaded .entryW2-19 {background-image:url("../img/1103_beside.jpg");}	
	
	.contents_loaded .entryW2-20 {background-image:url("../img/0821_beside.jpg");}	


	.contents_loaded .entryW8-1 	 	 .img {background-image:url("../img/thumb/20221103civic.47.jpg");}
	.contents_loaded .entryW8-2 	 	 .img {background-image:url("../img/thumb/20221103civic.73.jpg");}
	.contents_loaded .entryW8-3 	 	 .img {background-image:url("../img/thumb/20221103civic.63.jpg");}
	.contents_loaded .entryW8-4 	 	 .img {background-image:url("../img/thumb/20221103civic.75.jpg");}
	.contents_loaded .entryW8-5 	 	 .img {background-image:url("../img/thumb/20221103civic.29.jpg");}
	.contents_loaded .entryW8-6  	 	 .img {background-image:url("../img/thumb/20221103civic.70.jpg");}
	.contents_loaded .entryW8-7 	 	 .img {background-image:url("../img/thumb/20221103civic.42.jpg");}
	.contents_loaded .entryW8-8 	 	 .img {background-image:url("../img/thumb/20221103civic.39.jpg");}
	.contents_loaded .entryW8-9   	 	 .img {background-image:url("../img/thumb/20221103civic.77.jpg");}

	.contents_loaded .info1 {background-image: url("../img/thumb/20221103civic.15.jpg");}

	.contents_loaded .info2 {background-image: url("../img/thumb/20221103civic.27.jpg");}

	.contents_loaded .info3 {background-image: url("../img/thumb/20221103civic.29.jpg");}

	.contents_loaded .info4 {background-image: url("../img/thumb/20221103civic.61.jpg");}

	.contents_loaded .info5 {background-image: url("../img/thumb/20221103civic.13.jpg");}
	
	.contents_loaded  .attend_member_icon.taniguchi  {background-image: url("../img/thumb/member_taniguchi.jpg");}
	.contents_loaded  .attend_member_icon.abiko 	 {background-image: url("../img/thumb/member_abiko.jpg");}
	.contents_loaded  .attend_member_icon.shimizu 	 {background-image: url("../img/member_shimizu.jpg");}
	.contents_loaded  .attend_member_icon.hirao 	 {background-image: url("../img/member_hirao.jpg");}
	.contents_loaded  .attend_member_icon.imada 	 {background-image: url("../img/member_imada.jpg");}
	.contents_loaded  .attend_member_icon.hashimoto 	 {background-image: url("../img/member_hashimoto.jpg");}
	.contents_loaded  .attend_member_icon.miyazaki 	 {background-image: url("../img/member_miyazaki.jpg");}


/*

カスタマイズ
*/
.detail .items .item .img {display: block;}
.icon_naire{width:30%;margin:5%; float:right;}
.detail .item.wide.entryA2 .img		{width:35%;}
.detail .item.wide.entryA2 .txt		{width:60%;}
.detail .item.wide.entryW3 .img {background-color:#FFF;}
.detail .item.wide.entryW3 .info th{width:30%;}


@media screen and (max-width:969px)
{
	.detail .item.wide.entryA2 .txt	{width:100%;}
	.detail .item.wide.entryA2 .img	{width:100%;order:0;}
	.event_wrap {flex-direction: column-reverse;}
	.entryW1 {margin-top: 60px;}
	.contents_loaded .visual.entryW10  	 			 .img {background-image:url("../img/thumb/civic.4.1_detail.jpg")}   	

}

















/*
スマホ画面
-----------------------------------------------------------------------------------------------------
*/


@media screen and (max-width:1200px)
{

	body{font-size:1rem;}
	.visual {min-height:650px;}
	.visual .title .txt-anm {font-size:400%;}
	.visual .title .tag .block 
	{
		padding:14px 20px;
		margin:0 6px 6px 0;
	    font-size: 1rem;
	}

	.items.block5 .item,
	.items.block6 .item			{flex-basis:23%;}
}








@media screen and (min-width:1200px)
{
	.detail .item .img{ min-height:400px;}
	.detail .items .item .img{ min-height:100px;padding-top:30%;}
	.detail .item .txt h2 {font-size:200%;}
	.detail .item.wide .img{min-height:400px; }
	.detail .item.wide .txt h1 {font-size:200%;}
	.detail .item.wide .txt h2 {font-size:260%;}
	.detail .item.wide .txt h3 {padding: 50px 0 0 0;}
}

@media screen and (min-width:1400px)
{	.items.block3 .item			{flex-basis:23%;}
}

@media screen and (min-width:1800px)
{	.items.block3 .item			{flex-basis:18%;}
}



@media screen and (max-width: 1000px) 
{
	.items.block3 .item			{flex-basis:48%;}
	.items.block4 .item,
	.items.block5 .item,
	.items.block6 .item			{flex-basis:32%;}
	#topics .items .item		{flex-basis:48%;}	
}
@media screen and (max-width:969px)
{
	.catch 
	{
		top:auto;
		left:auto;
		right:0;
		display:flex;
 		justify-content: space-between;
 		align-items:top;
	}
	.catch .title
	{
		width:40%;
		height:40vh;
	}
	.catch p
	{
		width:50%;
	}

	#gnavi 
	{
		width:100%;
		min-height:125px;
	}

	#gnavi ul
	{
		height:50px;
		width:90%;
		border-radius:0;
	}
	#gnavi ul a,
	#gnavi ul p
	{
		font-size:0.8rem;
	}

@media screen and (max-width: 600px) 
{
	#gnavi 
	{
		min-height:50px;
	}
}
	.visual {height:80vh;min-height:400px;}
	.visual .title {padding: 5% 0 5% 5%;}
	.visual .title .txt-anm {font-size:260%;top:100%;bottom:0;    padding: 5px 0;margin-top: 5px;}
	.visual .title .tag .block{padding: 10px 10px;margin: 0 6px 0 0;font-size: 0.9rem;}
	.detail .item{flex-wrap:wrap; min-height:100px; }
	.detail .item .img{ min-height:100px; }

	.detail .item.wide .txt{font-size: 0.8rem;}
	.detail .item.wide{justify-content:center;}
	.detail .item.wide .img{width:100%; height:auto; min-height:300px; order:1;}
	.detail .item.wide .txt{width:100%; order:0;}
	.detail .item.wide .txt h1 {font-size:200%;}
	.detail .item.wide .txt h2 {padding:5px 0 0;font-size:300%;}
	.detail .item.wide .txt h3 {padding:30px 0 20px 0 ;}
	.footer_banner
	{
	    flex-direction: column;
	}
	.footer_banner_half
	{
		width: 80%;
		padding: 10%;
	}
	
	.detail#calendar
	{
		width: 100%;
	}
	.calender_box_inner{
		width: 100%;
	}
	
}

@media screen and (max-width: 600px) 
{
	.detail .item.wide .img{min-height:260px;}
	.detail .item.wide .txt h2 {font-size: 200%;}

}

@media screen and (max-width: 746px) 
{
	.visual .logo{min-width:100px;}
	.detail .item .txt{font-size: 0.9rem;}
	.visual .title .txt-anm {font-size:230%;}
	.catch .title{width:30%;}
	.catch p{width:60%;}
	
	#bottom						{height:60px;}
	#navi ul li.logo_sp			{flex-basis		:30%;display:flex;}
	#navi ul li.logo			{display: none;}
	#navi ul li.scene			{flex-basis		:16%;}
	#navi ul li.cart			{flex-basis		:16%;}
	#navi ul li.logo.sp img		{width:100%;}
	#navi ul li.logo.sp			{display:none;} 
	#navi 						{font-size:1.2rem;}
	#navi_sub					{font-size:0.8rem;}
}

	@media screen and (max-width: 414px) 
	{
		.detail .item.wide .txt h1{
			font-size: 200%;
			margin: 15px 0;
		}
	}






	
	/*グローバル　一覧全般*/
	/*
	.items.block1 .item,
	.items.block2 .item,
	.items.block3 .item,
	.items.block4 .item,
	.items.block5 .item,
	.items.block6 .item			{flex-basis:48%;}
	*/
	.items						{padding:0;width:80%;}
	/*グローバル　トピックス*/
	#topics .items .item		{flex-basis:100%;}
	#topics .items .item:nth-child(1),
	#topics .items .item:nth-child(2){flex-basis:100%;min-height:120px;}
	#support .items .item 		{flex-basis:100%;}



@media screen and (max-width: 414px) 
{
	.visual .title {padding: 5% 0 10% 5%;}
	.detail .item.wide .txt h2 {padding: 10px 0;
    font-size: 180%;}
}









/* calender */

.detail#calendar
{
	width:80%;
}
	
.calender_box{
	margin: 50px 0 100px;
}
.calender_box h2
{
	font-size:3rem;
}


.calender_box_inner{
	/*max-width: 1200px;*/
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#source-calendar{
	width: 47.5%;
	margin-right: 5%;
}

#destination-calendar{
	width: 47.5%;
}

#source-calendar th,
#destination-calendar th{
	border: none;
}

#source-calendar td,
#destination-calendar td{
	border: none;
	text-align: center;
}

#source-calendar td span,
#destination-calendar td span{
	width: 100%;
}

.fc-toolbar .fc-right{
	display: none;
}

.fc-left h2{
	font-size: 1.5rem!important;
	padding: 0 20px!important;
}

.fc-event,
.fc-event-dot{
	background-color: rgba(255,255,255,0)!important;
	border: none!important;
	color: #0f542b!important;
	font-size: 0.8rem!important;
}

.fc-toolbar.fc-header-toolbar{
	margin-bottom: 10px!important;
}

.fc-scroller.fc-day-grid-container{
	height: 100%!important;
}
.fc-day-grid-event .fc-content
{
	white-space: nowrap !important;
	overflow: visible !important;
}


@media screen and (max-width: 746px) {
	#source-calendar{
		margin-right: 0;
		margin-bottom: 5vw;
	}

	#source-calendar,
	#destination-calendar{
		width: 100%;
	}

	.calender_box{
		margin: 0vw 0 15vw;
	}
}

@media screen and (max-width: 600px) {
	.calender_box h2 {
		font-size: 200%;
	}
}



@media screen and (max-width: 414px) {
	.calender_box h2 {
		font-size: 180%;
		margin: 0;
	}
	.fc-left h2 {
		font-size: 1.4rem!important;
		padding: 0 0px!important;
}
  .fc table {
		font-size: 0.9em!important;
	}
	.fc-title {
		font-size: 0.8em;
	}


}




/* archive-page */

.detail .info
{
	padding: 10px 0 30px;
	line-height:1.4;
	font-size:1.0rem;
	width:100%;
}

.info 
{
	border-top:1px solid rgba(0,0,0,0.1);
 	width: 100%;
/*	margin: 0 auto; */
}

.info h2 {
	padding: 0;
}

.info dl {
	display: flex;
	gap: 3%;
	align-items: center;
	justify-content: center;
	padding:3% 10% 6%;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.info dt
{
	text-align: left;
	width:40%;
	min-width:70px;
	display: flex;
	align-items: center;
}

.info dd
{
	width:50%;
}

.info th,
.info td
{
  font-size: 1rem;
}




.info_timetable_img
{
	width: 100%;
  min-height: 200px;
	background-color: #0f542b;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.youtube_box {
	width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.archive_page_top h2{
  width: 80%;
	margin: 0 auto;
}

.youtube_video {F
	position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -100;
}

.archive_page_top_text {
	width: 80%;
	margin: 0 auto 5% auto;
	text-align: justify;
}













@media (max-width:1200px)  {
	.info_timetable_img {
		min-height: 120px;
	}
}




@media (max-width:746px) {

  .info dl {
		display: block;
		padding: 10% 0;
	}

	.info dt {
		width: 100%;
		display: block;
	}

	.info dd {
		margin: 0 auto;
		width: 80%;
	}

	.info h2 {
		width: 80%;
		margin: 0 auto;
	}

	.info h3 {
		line-height: 1.4;
	}
	

	.info_timetable_img {
		margin: 0 auto 30px;
		width: 80%;
		min-height: 200px;
	}
}


@media (max-width:414px) {

	.detail .info {
		padding: 20px 0 30px;
		font-size: 0.9rem;
	}

	.archive_page_top_text {
	margin: 40px auto;
	}

}




/*2022/11/9*/

	/*詳細ページに*/
	.info_timetable_img
	{
		border-radius:10px;
		border:1px solid #ddd;
	}
	.youtube_box
	{
		padding:0 10%;
		width:80%;
	}
	.youtube_box_wrapper 
	{
		position: relative;
	    padding-top: 56.25%;
	    overflow: hidden;
	    margin-bottom: 100px;
	}

	.youtube_box iframe 
	{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	table.info th
	{
		min-width:100px;
		width:15%;
		text-align-last: left;
	}
	table.info th,
	table.info td
	{
		vertical-align: text-top;
	
		padding: 3% 0;
		border-bottom:1px solid rgba(0,0,0,.1)
	}
	table.info td
	{
		width:70%;
	}
	