

/* 	#3071b9 青
	#fac419 黄 */


@charset "UTF-8";


/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


/* GLOBAL */
a {
	text-decoration: none;
	color: #000000;
}

a:hover{
	opacity: 60%;
}

a.line{
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-underline-offset: 6px;
}

a.ex-link{
	font-size: 1rem;
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-underline-offset: 6px;
}

a.ex-link::after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/module/css/img/target-blank.svg");
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
}

h3{
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 800;
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 30px 0 30px 0;
	color: #3071b9;
}

a > h3{
	display: inline-block;
}

p{
	line-height: 1.8em;
}

img.width100{
	width: 100%;
}

input.input-box{
	border: 1px solid;
	background-color: #ffffff;
}

input.send-button{
	display:inline-block;
	text-align:center;
	padding:5px 5px;
	background:#3071b9;
	color:#ffffff;
	line-height:1em;
}

input.send-button:hover {
	opacity: 60%;
}


.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


h3.special{
	font-size: 1.7em;
	display: block;
	margin: 5% auto 3% auto;
}

p.caption{
	font-size: 0.8em;
	text-align: center;
	line-height: 1.1rem;
}

p.caption > span.credit{
	font-size: 0.8em;
	overflow: visible;
}

/* LAYOUT */

html{
	height: 100%;
	width: 100%;
	background-color: #EDEDED;
}



body{
	top: 0;
	height: 100%;
	width: 90%;
	min-width: 810px;
	max-width: 1114px;
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}


header.header-pc{
	width: auto;
	height: 150px;
}
	header.header-pc > section.home{
		width: 32%;
		height: 149px;
		display: block;
		float: left;
		overflow: hidden;
		padding-top: 40px;
	}

	header.header-pc > section.home > h1{
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 0.9em;
		line-height: 1.2rem;		
	}

	header.header-pc > section.home > h1 > a >span{

		font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-optical-sizing: auto;
		font-weight: 600;
		font-size: 1.5em;
		line-height: 1.7rem;
	}

	header.header-pc > nav{
		width: 68%;
		height: 149px;
		display: block;
		padding-top: 60px;
		float: right;
		text-align: right;
	}

	header.header-pc > nav > h2 {
		display: inline-block ;
		width: auto;
		height: 30px;
		overflow: hidden;
		margin: 0 0 10px 30px;
		text-align: left;
		padding: 0px;
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 0.8rem;
		font-weight: 800;
		overflow: hidden;
	}


	header.header-pc > nav > h2 > a{
		color: #3071b9;
	}

	header.header-pc > nav > h2 > a:hover{
		opacity: 100%;
	}

	header.header-pc > nav > h2 > a:hover::before{
		content:"> ";
		position: absolute;
		color: #fac419;
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 1em;
		font-weight: 800;
	}

	header.header-pc > nav > h2 > a.current::before{
		content:"> ";
		position: absolute;
		color: #fac419;
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 1em;
		font-weight: 800;
	}


header.header-sp{
	display: none;
}

div.drawer{
	display: none;
}



div.title{
	margin-top: 20px;
	padding-bottom: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}


div.title > img{
	width: 100%;
}

	div.title > h1{
		position: absolute;
		font-size: 1.2em;
		line-height: 1.5rem;
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-weight: 800;
		display: inline;
		padding: 0px 5px 5px 20px;
		top: 10%;
		left: 3%;
		border-left: 2px solid #fac419;		
	}

	div.title > h1 > span{
		font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-optical-sizing: auto;
		font-weight: 600;
		font-size: 2.2rem;
		line-height: 1.5;
		
		
	}

div.special{
	width: 45%;
	max-width: 550px;
	margin: -240px 0 0 30px;
	padding: 10px;
	position: absolute;
	border: 1px solid;
	text-align: center;
	}

	div.special > h3 {
		margin: 3px 3px 10px 3px;
		padding: 0;
		font-size: 1em;
	}

	div.special > ul > li{
		list-style: none;
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-weight: 800;
		font-size: 0.9em;
		margin-bottom: 15px;
	}

p.button{
	display: inline-block;
	background-color: #3071b9;
	color: #FFFFFF;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 600;
	font-size: 0.9em;
	padding: 2px 10px 2px 10px;
}

div.wrap100{
	width: auto;
	height: auto;
}

div.wrap100 > div.main-100{
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding-bottom: 30px;
	border-top: 1px solid #ABABAB;
}

	div.main-100 > div.event{
		width: 100%;
		margin: 20px 0 10% 2%;
		float: right;
		padding-bottom: 50px;
		border-bottom: dotted 1px #ABABAB;
	}

		div.event > iframe{
			width: 100%;
		}

		div.event > div.event-img{
			width: 40%;
			overflow: hidden;
			float: left;
			margin: 0 2% 0 0;
		}

			div.event-img > img{
				width: 100%;
				height: auto;
			}

		div.event > div.event-info{
			width: 57%;
			overflow: hidden;
			float: right;
			margin: 0 0 0 1%;
		}

			div.event-info > h4 {
				font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
				font-optical-sizing: auto;
				font-weight: 800;
				font-size: 1.2rem;
				line-height: 1.5em;
				padding: 30px 0 30px 0;
				color: #3071b9;			
			}

			div.event-detail{
				margin: 50px 0 0 0;
				border-top: 1px dotted #ABABAB;
			}

			div.event-detail > dl {
				padding: 10px 0 10px 0;
			}

			div.event-detail > dl > h5 {
				font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
				font-optical-sizing: auto;
				font-weight: 800;
				font-size: 1.1rem;
				line-height: 1.5em;
				padding: 30px 0 5px 0;
				color: #3071b9;	
			}

			div.event-detail > dl > dt{
				font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
				font-optical-sizing: auto;
				font-weight: 800;
				font-size: 1rem;
				line-height: 1.5em;
				padding: 30px 0 5px 0;
			}

			div.event-profile{
				margin: 50px 0 0 0;
				border-top: 1px dotted #ABABAB;
			}

div.wrap100 > div.main-l-66{
	width: 65.5%;
	height: auto;
	margin: 20px 0.5% 0px 0%;
	padding-bottom: 30px;
	border-top: 1px solid #ABABAB;
	float: left;
	
}

div.wrap100 > div.main-l-33{
	width: 31%;
	margin: 20px 2% 10px 0;
	border-top: 1px solid #ABABAB;
	float: left;
}

div.wrap100 > div.main-c-33{
	width: 31%;
	margin: 20px 1% 10px 1.5%;
	border-top: 1px solid #ABABAB;
	float: left;
}

div.wrap100 > div.main-r-33{
	width: 31%;
	margin: 20px 0 10px 2%;
	border-top: 1px solid #ABABAB;
	float: right;
}

h3.center{
	text-align: center;
}

form.ml{
	text-align: center;
	margin-bottom: 10px;
}



table{
	width: 100%;
	border-collapse: collapse;
}

td{
	padding: 20px;
	border: solid 1px #ABABAB;
	vertical-align: top;
	text-align: center;
}


footer{
	width: 100%;
	margin: 15% 0 0 0;
	padding: 2% 0 5% 0;
	border-top: 1px solid #ABABAB;
	bottom: 0;
}

section.footer-link{
	width: 100%;
	text-align: right;
	}
	
	section.footer-link > div.text-link{
		width: 30%;
		overflow: hidden;
		float: left;
	}

	div.text-link > div {
		display: inline-block;
		width: 100%;
		border-left: 3px solid #fac419;
		text-align: left;
		padding: 0 0 5px 10px;
		margin-bottom: 10px;
	}

	div.text-link > div > a {
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 0.8rem;
		font-weight: 800;
		color: #3071b9
	}

	section.footer-link > div.logo-link{
		display: block;
		width: 70%;
		float: right;
	}

	div.logo {
		display: flex;
		justify-content: center;
		width: 18%;
		height: 120px;
		align-items: center;
		padding: 15px 5% 15px 5%;
		float: right;
		
	}

	div.logo > img {
	

		vertical-align: middle;
	}

	


section#bottom{
	text-align: center;
	margin-top: 20px;
}



.text-center{
	text-align: center;
}

@media screen and (max-width: 910px) {
	/* 809px以下に適用 ------------------------------------------------------------------*/

html{
	top: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: auto;
}
	
body{
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 910px;
	min-width: 1px;
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}	

header.header-pc{
	display: none;
	}	

header.header-sp{
	display: block;
	width: 100%;
	height: 60px;
	background-color:#EDEDED;
	position: fixed;
	z-index: 10;
	top: 0;
	border-bottom: 1px solid #ABABAB;
	overflow: hidden;
}
	header.header-sp > h1{
		font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-optical-sizing: auto;
		font-weight: 600;
		font-size: 0.8rem;
		float: right;
		display: block;
		margin: 20px 20px 0px 0;
		width: 60%;
		text-align: right;
	}

div.drawer{
	display: block;
	
}
	
.drawer-hamburger{
	padding-left: 20px;
	}

a.drawer-brand{
	font-size: 1rem;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.2em;
	margin: 20px 0 20px 0;
	}
	

section.main{
	width: 95%;	
	margin: 0 2.5% 0 2.5%;
	margin-top: 80px;
	overflow: hidden;
	}
	
div.title{
	overflow: hidden;
	}
	
	section.main > div.title > img {
		width: 100%;
		margin: 150px 0 20px 0;
		position: relative;
		
	}
	
	section.main > div.title > h1 {
		width: 100%;
		margin-top: -50px;
		font-size: 1rem;
		text-align: center;
		border: none;
		padding: 10px;
	}
	
	section.main > div.title > h1 > span {
		font-size: 1.5rem;
	}

div.special{
	margin: 0 auto 0 auto;
	padding: 10px 0 15px 0;
	width: 90%;
	max-width: 90%;
	position: relative;
	}
	
div.wrap100 > div.main-l-66{
	width: auto;
	height: auto;
	margin: 20px 0 0px 0;
	padding: 0 2.5% 30px 2.5%;
	border-top: 1px solid #ABABAB;
	float: left;
	
}
	
div.wrap100 > div.main-l-33{
	width: auto;
	height: auto;
	margin: 20px 0 0px 0;
	padding: 0 2.5% 30px 2.5%;
	border-top: 1px solid #ABABAB;
	float: left;
}

div.wrap100 > div.main-c-33{
	width: auto;
	height: auto;
	margin: 20px 0 0px 0;
	padding: 0 2.5% 30px 2.5%;
	border-top: 1px solid #ABABAB;
	float: left;
}

div.wrap100 > div.main-r-33{
	width: 100%;
	height: auto;
	margin: 20px 0 0px 0;
	padding: 0 2.5% 30px 2.5%;
	border-top: 1px solid #ABABAB;
}
	
	

section.footer-link{
	width: 100%;
	text-align: center;
	}
	
	section.footer-link > div.text-link{
		width: 100%;
		overflow: hidden;
		float: none;
	}

	div.text-link > div {
		display: inline-block;
		width: 100%;
		border-left: none;
		text-align: center;
		padding: 0 0 5px 10px;
		margin-bottom: 10px;
	}

	div.text-link > div > a {
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 0.8rem;
		font-weight: 800;
		color: #3071b9
	}

	section.footer-link > div.logo-link{
		display: block;
		width: 100%;
		margin: 30px auto 0 auto;
		float: none;
		text-align: center;
		padding: 0 0% 0 30%;
	}

	div.logo {
		display: flex;
		justify-content: center;
		width: 18%;
		height: auto;
		align-items: center;
		padding: 15px 5% 15px 5%;
		float: left;
		margin-right: 20%;
		
	}

	div.logo > img {
		vertical-align: middle;
	}

	
}