@charset "utf-8";

/* 足跡を非表示 */
#footstep_wrap {
	display: none !important;
}

/* 戻るボタンを非表示 */
#back_or_pagetop > div#to_page_back {
	display: none !important;
}


 /********************************
	メインビジュアル
********************************/
#slider_wrap {
	position: relative;
	width: 100%;
	/*height: 650px;*/
    height: 40vh;
	text-align: center;
}

#slider_wrap  .slider_image {
	margin: 0px auto;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 40vh;
  margin: 0;
}

/* タブレット */
@media screen and (max-width : 959px) {
	#slider_wrap {height: 70vh;}
	.full div {height: 70vh;}
}



#slick-tit {
    position: absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    z-index: 2;
	border: 3px solid;
	border-color: #fff;
	background-color:rgba(255,255,255,0.8);

	width: 90%;
	max-width: 1080px;
	font-size: 1.5rem;
	padding: 13px;
	text-align: left;
line-height:1;

}



/* レイアウト構成 */
#mymainback {
	width: auto;
	margin: 0px;
	padding: 0px;
	max-width: none;
}
.top_box960 {
	width: 100%;
	max-width: 960px;
	padding: 25px 15px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_box1110 {
	width: 100%;
	max-width: 1110px;
	/*padding: 25px 15px;*/
	padding: 20px 15px  0px  15px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}


.pattern1_h2 {
	margin: 0px;
	padding-bottom: 1.2rem;
	font-size: 1.7rem;
	line-height: 1;
	border-bottom: 2px solid #F4C3C3;
}

.pattern2_h2 {
	font-size: 1.7rem;
	padding: 0.5rem 2rem;
	border-left: 5px solid #F39577;
	display: inline-block;
	margin-bottom: 10px;
}

.pattern3_h2 {
	font-size: 2.7rem;
	font-weight: normal;
	padding: 0.5rem 1rem;
	display: inline-block;
	margin: 0;
}



 /********************************
	重要なお知らせ
********************************/
#top_important_bg {
	background: #FBEFEF;
	color: #A40202;
	padding: 20px 10px 15px 10px;
}
#top_important_ttl, #top_important_list{
	padding-left: 15px;
	padding-right: 15px;
}

#top_important ul {
	margin: 1rem 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#top_important ul li:first-child {
	/*border-top: 1px solid rgba(164, 2, 2, 0.2);  /* ボーダーの半透明 */
}
#top_important ul li {
	width: 100%;
	display: table;
	/*padding: 5px 0 0px 0;*/
	/*border-bottom: 1px solid rgba(164, 2, 2, 0.2);  /* ボーダーの半透明 */
}
#top_important ul li > span {
	display: table-cell;
	vertical-align: top;
}

#top_important ul li > span.article_date {
	width: 11em;
	font-size: 1.4rem;
	font-weight: bold;
	opacity: 0.6;
}
#top_important ul li a {
	color: #A40202;
}


#top_important div.link_box {
	padding-top: 20px;
	text-align: right;
}
#top_important div.link_box span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
}

#top_important div.link_box span a {
	border: 1px solid #f1a992;
	border-radius: 20px;
	display: inline-block;
	width: 190px;
	text-align: center;
	padding: 10px 30px 9px 20px;
	font-size: 1.3rem;
	color: #333333;
	text-decoration: none;
	box-sizing: border-box;
	margin: 5px;
	color: #A40202;
	background-color: #fff;
}







 /********************************
	新着情報
********************************/
#top_tab_title h2 {
	font-size: 1.7rem;
	padding: 0.5rem 2rem;
	border-left: 5px solid #F39577;
	display: inline-block;
	/*margin: 1rem 0;*/
	margin: 0;
}

/* タブ */
#top_tab_title ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

#top_tab_title ul li {
	display: inline-block;
}
#top_tab_title ul li button {
	border: none;
	background: #e6e6e6;
	color: #000000;
	font-size: 1.4rem;
	line-height: 3.2rem;
	padding: 10px;
	text-align: center;
	display: inline-block;
	margin: 0 0 2rem 0;
	padding: 7px 10px;
	min-width: 220px;
	max-width: 100%;
	border: 1px solid #ccc;
	background: #fff;
}

#top_tab_title ul li.tab_on button {
  position: relative;
	border: 0px;
	background: #F1A992;
}

#top_tab_title ul li.tab_on button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F1A992;
}




/* 新着情報（件数） */
.top_tab_detail_list .release_day {
	margin-bottom: 10px;
}
.top_tab_detail_list .release_day span {
	display: inline-block;
	margin-right: 1em;
}


/* 新着情報 */
#top_tab_detail {
	margin: 0 0 20px 0;
}

.top_tab_detail_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_tab_detail_list ul li {
	width: 100%;
	display: table;
	padding: 4px 0px;
}
.top_tab_detail_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.top_tab_detail_list ul li > span.article_date {
	width: 13em;
	font-weight: bold;
	opacity:0.8;
	font-size: 1.3rem;
}
.top_tab_detail_list ul li > span img {
	vertical-align: middle;
	margin-left: 5px;
}

.top_tab_detail_list p.no_data {
	margin: 0px;
}



/*一覧へボタンとPSSボタン*/
.top_tab_detail_box div.link_box {
	padding-top: 20px;
	text-align: right;
}
.top_tab_detail_box div.link_box span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
}
.top_tab_detail_box div.link_box span a {
	border: 1px solid #ccc;
	border-radius: 20px;
	display: inline-block;
	width: 190px;
	text-align: center;
	padding: 10px 30px 9px 20px;
	font-size: 1.3rem;
	color: #333333;
	text-decoration: none;
	box-sizing: border-box;
	margin: 5px;
	background-color: #fff;
}



/********************************
	トピックス
********************************/
#topics_bk {
	background-color: #F8F7EB;
	background-image: url(/img/bk_topics1.png), url(/img/bk_topics2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	padding-top: 0px;
	padding-bottom: 10px;
}

#topics_pr {
	position: relative;
	/*background-color: aqua;*/
}

#topics_pr_list{
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

#topics_pr_list li {
	width: 25%;
	padding: 0px 20px 20px 20px;
}
#topics_pr_list li p{
	margin: auto;
	max-width: 234px;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
}
#topics_pr_list li p span {
display: block;
height: 164px;
overflow: hidden;
position: relative;
	background-color: rgba(0,0,0,0.1);
}
#topics_pr_list li p span:empty {
	background: url(/uploaded/countdown/noimage.png) no-repeat center center #F0F0F0;
	background-size: contain;
}

.lettering_box_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#topics_pr_list li > span img{display: block;}

#topics_pr_list li > span{
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0;
}

@media screen and (max-width: 670px) {
	#topics_pr_list li{
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	#topics_pr_list li{
		width: 100%;
	}
	.lettering_box_img img{max-width: none;}
}

/*一覧へボタンとPSSボタン*/
#topics_pr div.link_box {
	padding-top: 20px;
	text-align: right;
}
#topics_pr div.link_box span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
}
#topics_pr div.link_box span a {
	border: 1px solid #ccc;
	border-radius: 20px;
	display: inline-block;
	width: 190px;
	text-align: center;
	padding: 10px 30px 9px 20px;
	font-size: 1.3rem;
	color: #333333;
	text-decoration: none;
	box-sizing: border-box;
	margin: 5px;
	background-color: #fff;
}











/********************************
	イベント
********************************/
#event_pr {
	position: relative;
	/*background-color: aqua;*/
}

#event_pr_list{
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#event_pr_list li {
	width: 25%;
	padding: 0px 20px 20px 20px;
}


#event_pr_list li > p,
#event_pr_list li > p{
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
	padding: 5px 0  5px 0;
}
#event_pr_list img{
	margin:auto;
	max-width: 240px;
	height: auto;
	width: 100%;
	display: block;
}

@media screen and (max-width: 670px) {
	#event_pr_list li{
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	#event_pr_list li{
		width: 100%;
	}
	#event_pr_list img{max-width: none;}
}


/********************************
	イベント ＞　カウントダウン変更　20220315
********************************/
.count_down_box_wrap{
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.count_down_box {
	width: 25%;
	padding: 0px 20px 20px 20px;
}
.count_title {
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
	padding: 5px 0  5px 0;
}

.count_img {
	margin: auto;
	max-width: 234px;
	height: auto;
	width: 100%;
}
.count_img span {
	display: block;
	height: 164px;
	overflow: hidden;
	position: relative;
    background-color: #F0F0F0;
}
.count_img span:empty {
    background: url(/uploaded/countdown/noimage.png) no-repeat center center #F0F0F0;
    background-size: contain;
}
.count_img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 670px) {
	.count_down_box{
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	.count_down_box{
		width: 100%;
	}
	.count_down_box img{max-width: none;}
}







/********************************
	施設紹介
********************************/
.content3_wrap {
	background-color: #F8F7EB;
	padding-bottom: 2rem;
}

.col_2{
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  flex-wrap: wrap;

	width: 80%;
	margin:auto;
}

.col_2 .box{
	margin-top:10px;
	width: 48%;
	box-sizing:border-box;
}

.col_2 .box img{
	margin:auto;
	height: auto;
	width: 100%;
	display: block;
}

.col_2 p {
	font-size: 1.7rem;
	text-align: center;
}


@media screen and (max-width: 700px) {
	.col_2 .box{
		width: 100%;
		text-align: center;
	}
	.col_2 p{font-size: 1.5rem;}
}






/********************************
	Youtube埋込
********************************/
.content4_wrap {}

.youtube_list {
	  display: flex;
	  justify-content: space-between;
	  align-items: start;
	  flex-wrap: wrap;

	width: 80%;
	margin:auto;
}

.youtube_list .box{
	width: 48%;
}
@media screen and (max-width: 700px) {
	.youtube_list .box{
		width: 100%;
	}
}

.youtube-wrapper{
  width:100%;
  height:0;
  padding-bottom:56.25%;
  position:relative;
	margin-bottom: 5%;
}
.youtube-wrapper iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}



/********************************
	事業・プロジェクト／CCSSグリッドレイアウト
********************************/
.grid_bana {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  width:95%;
	margin:auto;
}
.grid_bana .item {
  text-align: center;
}
.grid_bana .item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 460px) {
	.grid_bana{
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
}


/********************************
	財団について／CSSグリッドレイアウト
********************************/
.grid_about {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid_about .item {
	padding: 1px 20px;
	border-left: 1px solid #ccc;
	line-height:1.4;
}

.grid_about .item:last-child {
	border-right: 1px solid #ccc;
}

/*三角のアイコン*/
.grid_about .item a{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.grid_about .item a::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #F39577;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}


@media screen and (max-width: 460px) {
	.grid_about{margin-top: 20px;}
	.grid_about .item {
		padding: 0px 20px 20px 10px;
		border-left: 0px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.grid_about .item:last-child {border-right: 0px;}
}





/********************************
	事業・プロジェクト／CCSSグリッドレイアウト
********************************/
.grid_site {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  width: 95%;
	margin: 0 auto 20px auto;
}
.grid_site .item {
  text-align: center;
}
.grid_site .item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
	.grid_site{
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
}



.top_tab_detail_list .article_title img {
	margin-right: 10px;
	vertical-align: middle;
}
#topics_pr .article_title img {
	margin-bottom: 5px;
}


.kanrenbox{
	padding: 0px 15px  0px  15px;
}