@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/**********************************/
/* 骨組み（全体背景）****************/
/**********************************/
body{
	font-family: 'Noto Sans JP', sans-serif;
	color:#002059;
	text-align: center;

/*	background-image: url(../img/bg_section.png);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/*
@media screen and (max-width: 767px) {
	body{
		background-image: url(../img/bg_section_sp.png);
	}
}
*/
/**********************************/
/* 基礎部分 ************************/
/**********************************/
.wapper{
	max-width: 1200px;
	margin: 0 auto;
}
.sec_main{

	background-size:10%;
	background-repeat:no-repeat;
	background-position: reft;
	padding-bottom:100px;
	margin-top:20px;
	z-index: -99;
}
@media screen and (max-width: 767px) {
	.sec_main{
		margin-top:0;
		background-repeat:no-repeat;
		padding: 0;
	}
}
/**********************************/
/* ヘッダー ***********************/
/**********************************/
header {
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 40px;
	box-sizing: border-box;
	background: #00abc5; 
	border-bottom: 5px solid #ffffff;
/*	background-color: transparent;*/
}
header .inner {
	color: #ffffff;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
/*
.logo {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 200%;
	font-weight: bold;
	text-align: left;
	padding: 2%;
}
*/
/* header-navi */
/*
header .navi {
	margin: 0 0 0 auto;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	list-style: none;
}
header .navi li {
	margin: 5px 0 5px 40px;
}
header .navi li:first-child {
	margin-left: 0;
}
header .navi li a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: #333;
}
header .navi li a:hover {
	text-decoration: underline;
}
*/
/* add css  */

#header.scroll {
	position: fixed;
/*	background-color: transparent;*/
	background: rgba(0, 171, 197,0.8);
	animation-name: anime;
	animation-duration: 0.3s;
	border-bottom: 5px solid #ffffff;
}
@keyframes anime {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	header {
		padding: 0;
	}
	header .inner img {
		max-width: 50%;
		height: auto;
	}
	header .inner .logo {
		font-size: 100%;
	}
}

/* ハンバーガー ***********************/
.logo_gogo {
	display:block;
	margin:0;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	width: 300px;
}
nav{
	width: 100%;
	height: 70px;
	position: relative;
	background-color: transparent;
}
.drawer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
	padding: 0;
}

/*ナビゲーション部分*/
.menu ul li {
	margin: 5px 0 5px 40px;
}
.menu ul li a {
    display:block;
    font-weight:bold;
    padding: 10px;
    border-bottom: 1px dotted #CCC;
	color:#ffffff;
	text-decoration:none;
}
.menu ul li a:hover {
	background-color:rgba(0,0,0,0.5);
	color:#CCC;
	text-decoration : underline;	
}
.menu{
	opacity: 1;
	z-index: 999;
	position: relative;
	text-align:center;
	/* background-color:rgba(255,255,255,0.5);*/
	background-color:#00abc5;
	transition: .5s ease;/*滑らかに表示*/
		-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}

/*OPEN時の動き*/
.menu.open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
}
   
/*トグルボタンのスタイルを指定*/
.Toggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
	right:15px;
}
.Toggle span {
	display: block;
	position: absolute;
	width: 50px;
	border-bottom: solid 4px #ffffff;
	-webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;    /*変化の速度を指定*/
	transition: .35s ease-in-out;     /*変化の速度を指定*/

}
.Toggle span:nth-child(1) {
	top:5px;
}
.Toggle span:nth-child(2) {
	top: 18px;
}
.Toggle span:nth-child(3) {
	top: 32px;
}
.Toggle.active span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
   
@media screen and (min-width: 1252px) {
	header::after{
		display:none;
	} 
   nav{
		display: flex;
	}
	.logo_gogo{
		font-size: 200%;
		width: 500px;
   }
   .Toggle{
		display: none;
	}
	.menu{
		z-index: 999;
		width: 100%;
		background-color: transparent;
		margin-top:0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
   }
   .menu ul{
		height: 70px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
   }
   .menu ul li a{
		padding: 0 1em;
		border-bottom: none;
   }
   .menu ul li a:hover
   {
		background-color:transparent;
   }
}

/**********************************/
/* フッター ***********************/
/**********************************/
footer{
/*	border-top: 20px solid #005BAC;*/
	background:#EBF6F9;
	color:#00abc5;
}
.footer_inner{
	padding:0 0 50px 0 ;
	position:relative;
	background: #EBF6F9;
}
.footer_inner img:hover{
	opacity: 0.5 ;
}
.footer_pref{
	padding: 50px 0;
	background:#00abc5;
}
.footer_shusai{
	font-size:130%;
	font-weight: 800;
}
.footer_jimu{
	font-size:110%;
}
.footer_copy{
	font-size:110%;
	margin-top:60px;
}
.footer_top{
	content: '';
	display: block;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

@media screen and (max-width: 767px) {
	.footer_inner{
		padding:0 0 130px 0 ;
		position:relative;
	}
		.footer_jimu{
		font-size:80%;
	}
}

/**********************************/
/* 追従メニュー ******************/
/**********************************/
.side_title{
	position: fixed;
	background-size: cover;
	left: 0;
	width: 100vw;
	opacity: 0.5;
	z-index: 0;
}
.side_title div{
	margin-bottom:5px;
}

.side_menu{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.side_menu div{
	margin-bottom:10px;
}
.side_menu img:hover{
	opacity: 0.5 ;
}
.side_menu_sp{
	display:none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background:#fcfcfc;
	z-index: 99;
	border: 5px solid;
	border-color: #fcfcfc;
}
.side_menu_sp div{
	width: 30%;
	display:inline-block;
	margin:0 auto;
}


@media screen and (max-width: 767px) {
	.side_menu{
		display:none;
	}
	.side_menu_sp{
		display:block;
	}
}

/**********************************/
/* 事業内容（画像の上）**************/
/**********************************/
.title_header {
	background-color:#00abc5;
	width: 100%;
}
.title_header img{
	width: 100%;
	justify-content: center;
}

.img_over_text{
	position: relative;
}
.img_over_text p{
	position: absolute;
	width: 80%;
	top:70%;
	left: 50%;
	text-align: left;
   -ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-60%,-50%);
	color: #005BAC;
	font-size: 140%;
	background-color:rgba(255,255,255,0.7);
}
@media screen and (max-width: 767px) {
	.img_over_text p{
		top:70%;
		left: 60%;
		width: 90%;
		font-size: 120%;
	}
}

/**********************************/
/* 地図表示 ************************/
/**********************************/
.map_title{
	border-radius: 20px 20px 0 0;
	background:#002059;
	color:#FFF;
	font-size:220%;
	font-weight: 800;
	max-width: 880px;
	margin: 0 auto;
	margin-top:25px;
	padding:10px;
}
.map_title span{
	font-size:50%;
	font-weight: normal;
	padding-left:40px;
}
@media screen and (max-width: 767px) {
	.map_title{
		font-size:150%;
		margin:0 25px;
		margin-top:30px;
	}
	.map_title span{
		padding-left:0;
		display:block;
	}
	/*
	.img_over_text p{
		top:40%;
	}
	*/
}
@media screen and (max-width: 575px) {
	.map_title{
		font-size:140%;
	}
}

/* 地図表示 ******************/
.map_body{
    position:relative;
	background:#FFF;
	border:2px solid #005BAC;
	padding:30px 25px;
	text-align:center;
	margin-top: 30px;
}
.map_body_map iframe{
	width: 100%;
}
.map_body_text{
	margin-top:30px;
	font-size:200%;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.map_body{
		padding:20px 15px;
	}	
	.map_body_map iframe{
		Height:300px;
	}
	.map_body_text{
		margin-top:10px;
		font-size:100%;
	}	
}
/* イベント情報 ******************/
.info_box{
	margin-top:20px; 
	margin-bottom:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color:rgba(255,255,255,0.7);
	border-radius: 10px;
}
.info_title{
	margin-top:20px; 
	border-radius: 10px;
	background:#005BAC;
	color:#FFF;
	font-size:160%;
	font-weight: bold;
	padding:10px 0;
}
.info_text{
	font-size:130%;
	font-weight: bold;
	padding:12px 0;
	margin-bottom:20px;
}
@media screen and (max-width: 575px) {
	.info_box{
		margin-top:20px; 
		margin-bottom:20px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		background-color:rgba(235,246,249,0.7);
		border-radius: 10px;
	}
	.info_text{
		padding:12px 10px;
	}
	.info_text{
		font-size:100%;
	}
}

/**********************************/
/* イベント情報   ******************/
/**********************************/
.event_text_main{
	margin-top: 30px;
	margin-left: 30px;
	font-size:220%;
	font-weight: 800;
	text-align: left;
	line-height: 1.5em;
	background-color:#EBF6F9;
}
.event_text_main .text_pink{
	color:#e7467d;
}
.event_text_main .text_wine{
	color:#931d23;
}
.event_text_main .text_large{
	font-size:165%;
}
.event_text_main .text_small{
	font-size:70%;
}
.event_text_sub{
	font-size:120%;
	margin: 20px;
	padding-bottom: 20px;
	text-align: left;
}
/* フロー図      ******************/
.event_text_sub .support_flow_block{
	margin:0 auto;
	margin-top:20px;
	margin-bottom: 20px;
	padding: 20px;
	width:100%;
	background-color:#fdfdfd;
	border-radius: 10px 10px 10px 10px;
	border: solid 1px #6C9BD2;
}
.event_text_sub .detail_btn_block{
	text-align: center;
}


@media screen and (max-width: 767px) {
	.event_text_sub{
		margin: 20px 5px;
	}
	.event_text_sub .support_flow_block{
		padding: 5px;
	}
	.event_text_main{
		margin-left: 10px;
	}
	.event_text_main .text_large{
		font-size:110%;
	}
}

/**********************************/
/*　　チラシ掲載ブロック            */
/**********************************/
.flyer_block{
	margin:0 auto;
	margin-top:50px;
	width:100%;
	text-align: center;
	font-weight: bold;
}
/**********************************/
/*　　イベント情報テーブル          */
/**********************************/
.event_block{
	margin:0 auto;
	margin-top:50px;
	width:100%;
	text-align: center;
	font-weight: bold;
	background-color:#E2F3F6;
}
.event_block_text{
	font-size:160%;
	padding: 20px 20px;
}
.event_title{
	text-align:left;
	background:#000000;
	border-left: solid 50px #00ABC5;
	color:#FFF;
	font-size:200%;
	padding: 10px;
}
.event_table{
	table-layout: fixed;
	font-size:100%;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.event_table th{
	background-color:#00ABC5;
	border-color : #ffffff;
	color:#FFF;
	border: 5px #E2F3F6 solid;
	padding : 2px;
	width: 200px;
	font-size: 120%;
	font-weight: bold;
}
.event_table td{
	padding : 10px 2px;
	text-align: left;
	font-size: 120%;
	border: 2px #E2F3F6 solid;
}
.event_table .text_waitup{
	font-size:180%;
	font-weight: bold;
}
.event_table .text_middle{
	font-size:170%;
}
.event_table .text_large{
	font-size:200%;
}
@media screen and (max-width: 767px) {
	.event_block{
		width:100%;
	}
	.event_table th{
		display: block;
		border: 2px #E2F3F6 solid;
		width: 100%;
	}
	.event_table td{
		display: block;
		padding:3px 2px;
		font-size:80%;
		border: 2px #E2F3F6 solid;
	}
	.event_table .text_waitup{
		font-size:150%;
	}
	.event_table .text_middle{
		font-size:170%;
	}
	.event_table .text_large{
		font-size:180%;
	}
}
/**********************************/
/*　　サブ　イベント情報テーブル     */
/**********************************/
.sub_event_block{
	margin:0 auto;
	margin-top:150px;
	width:100%;
	font-weight: bold;
	background-color:#EBF6F9;
}
.sub_event_title{
	text-align:left;
	background:#000000;
	border-left: solid 50px #00B3A3;
	color:#FFF;
	font-size:200%;
	padding: 10px;
}
.sub_event_table{
	table-layout: fixed;
	font-size:100%;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.sub_event_table th{
	background-color:#00B3A3;
	border-color : #ffffff;
	color:#FFF;
	padding : 1px;
	width: auto;
	font-size: 120%;
	font-weight: bold;
	border: 2px rgba(255, 255, 255, 0.7) solid;
}
.sub_event_table td{
	padding : 1px;
	text-align: center;
	font-size: 100%;
	border: 1px rgba(241,89,41, 0.3) solid;
}
.sub_event_table .text_waitup{
	font-size:180%;
	font-weight: bold;
}
.sub_event_table .text_large{
	font-size:200%;
}
@media screen and (max-width: 767px) {
	.sub_event_block{
		width:100%;
	}
	.sub_event_table th{
		display: block;
	}
	.sub_event_table td{
		display: block;
		padding:3px 2px;
		font-size:80%;
		text-align: center;
	}
	.sub_event_table .text_waitup{
		font-size:150%;
	}
	.sub_event_table .text_large{
		font-size:180%;
	}
}
/**********************************/
/*　　イベント情報コメント　　　     */
/**********************************/
.comment_event_block{
	margin:0 auto;
	margin-top:30px;
	width:100%;
	font-weight: bold;
	text-align: center;
	background-color:rgba(255,255,255,0.7);
}


/**********************************/
/*　　動画掲載			           */
/**********************************/
.movie_block{
	margin:0 auto;
	padding: 10px;
	width:100%;
	height: 100%;
	display: flex;
	justify-content:center;
}
.movie_block .youtube {
	padding: 5px;
	flex:1;
	width:49%;
	height: 49%;
	aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
	.movie_block{
		padding: 0;
		width:100%;
		height: 120%;
	}
}

/**********************************/
/* 矢印   *************************/
/**********************************/
/* 長方形 */
.arrow_down {
	margin-left: 20px;
	padding-left: 10px;
	font-size: 20px;
	position: relative;
	width: 0.6em;
	height: 1em;
	background-color: #00abc5;
}
/* 三角 */
.arrow_down::before {
	position: absolute;
	top: 0.8em;
	left: -0.45em;
	width: 0;
	height: 0;
	content: "";
	border-top: 0.8em solid #00abc5;
	border-left: 0.8em solid transparent;
	border-right: 0.8em solid transparent;
}
/**********************************/
/* ボタン *************************/
/**********************************/
a.btn_entry {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	color: #005BAC;
	border: 2px solid #005BAC;
	background: #fff;
	margin: 20px 0;
	padding: 1em 2em;
	font-size: 130%;;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	border-radius: 10px;
}
a.btn_entry:hover {
	color: #fff;
	background: #005BAC;
}
a.btn_entry_fin {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	color: #005BAC;
	border: 2px solid #005BAC;
	background: #d2d1d1;
	margin: 20px 0;
	padding: 1em 2em;
	font-size: 130%;;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	border-radius: 10px;
}


@media screen and (max-width: 575px) {
	a.btn_entry{
		width: 90%;
		font-size: 100%;
		border-radius: 10px;
		padding: 1rem 1rem;
	}
}

/*=====================================
a.PDFリンク
=====================================*/
a[href$=".pdf"]:before {
	content:" ";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../img/Adobe_PDF_file_icon_24x24.png) no-repeat;
  }
/*=====================================
a.Excelリンク
=====================================*/
a[href$=".xlsx"]:before {
	content:" ";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../img/1486565571-microsoft-office-excel_81549.png) no-repeat;
}

/* チラシダウンロード ******************/
.flyer_dw_link{
	padding: 7px;
	font-size: 20px;
	margin-top:10px;
	margin-bottom:10px;
	color: darkblue;
}
.flyer_dw_link a:hover{
	padding: 7px;
	font-size: 20px;
	border: solid #005BAC 2px;
	color: darkblue;
	text-decoration: none;
	background: #f4babd;
	width: 100%;
	border-radius: 10px;
}
@media screen and (max-width: 575px) {
	.flyer_dw_link{
		font-size: 16px;
	}
	
	.flyer_dw_link a:hover{
		font-size: 16px;
	}
}
