@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; outline: 0;
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* ----------------------------------------
 * Base Layout
 * ---------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.en {
	font-family: 'Open Sans', sans-serif;
}

body {
	font-family: "Noto Sans Japanese","Open Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	color: #373737;
	font-size: 16px;
	background: #ffffff;
}

h1, h2, h3 {
	font-weight: 600;
	margin:0 0 0.5em 0;
}

h1 {
	font-size: 34px;
	line-height: 1;
}
h1 span {
	font-size: 20px;
}
h2 {
	font-size: 20px;
	color: #08a5e1;
}
h3 {
	font-size: 24px;
	color: #005cb9;
	line-height: 1.2;
	margin-bottom: 0.5em;
}



img {
	outline: 0;
	vertical-align: bottom;
	border: none;
}
p {
	margin: 0 0 1em 0;
}
p.lead {
	margin: 0;
	padding-bottom: 4em;
	font-size: 18px;
	text-align: justify;
	text-justify: inter-ideograph;
	border-bottom: #e0e0e0 1px solid;
}
p.note {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	margin-bottom: 0;
}
sup {
	font-size: 11px !important;
	color: #036 !important;
}
strong {
	font-weight: bold;
}
.red {
	color: #B7272B;
}


.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 

@media (min-width:780px) {
	.pcNone{
		display:none !important;
	}
}
@media (max-width:780px) {
	.spNone{
		display:none !important;
	}
}


/* ----------------------------------------
 * anchor
 * ---------------------------------------- */
a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover, a:active, a:focus {
	color: #51A8FF;
	text-decoration: underline;
}
a:focus {
	text-decoration: none;
	outline: none;
}
	
a.subNavBtn:link, a.subNavBtn:visited {
	color: #08a5e1;
	text-decoration: none;
	border-bottom: #ffffff 2px solid;
	border-color: rgba(255, 255, 255, 0);
}
a.subNavBtn:hover, a.subNavBtn:active {
	color: #08a5e1;
	text-decoration: none;
	border-bottom: #08a5e1 2px solid;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE6用 */
}

a.enable,
a.enable:hover {
	background: #355E2F;
	color: #999;
	margin-right: 3em;
}
a.enable:after{
	border-top: solid 3px #999;
	border-right: solid 3px #999;
}

a.first {
	margin-right: 3em;
}

.closeBtn a {
	position: relative;
	display: block;
	width: 190px;
	line-height: 45px;
	border: #265D38 solid 1px;
	background: #53924A;
	color: #FFFFFF;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 auto;
}
.closeBtn a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-bottom: solid 3px #FFF;
	border-left: solid 3px #FFF;
}
.closeBtn a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 8px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
}
.closeBtn a:hover {
	text-decoration: none;
	color: #53924A;
	background: #FFFFFF;
}

.button {
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.button:hover, a.button:active, a.button:focus {
  color: #fff;
  text-decoration: none; }
a.button {
	background-color: #007DC3;
	border: 2px solid #007DC3;
	color: #fff;
	padding: 16px 0;
}
a.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}

a.button.dl {
	background-color: #FF751A;
	border: 2px solid #FF751A;
	color: #fff;
	padding: 16px 0;
	width: 100%;
}
a.button.dl:hover {
	background-color: #fff;
	color: #FF751A;
	background: #FFFFFF;
}


.gototop a {
	color: #666666;
	display: block;
	width: 120px;
	margin-right: 90px;
	text-align: center;
	line-height: 30px;
	background: #ededed;
	-webkit-transition: all .3s;
	transition: all .3s;
	float: right;
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
}
#footer a + a {
	margin-left: 2em;
	position: relative;
}
#footer a + a:before {
	content: "";
	display: block;
	height: 1em;
	border-left: #ffffff 1px solid;
	position: absolute;
	top: 0.2em;
	left: -1em;
}



/* ----------------------------------------
 * HEADER AREA
 * ---------------------------------------- */
header {
	background-color: rgba(255, 255, 255, 0.95);
	display: block;
	width: 100%;
}
header .headinner {
	max-width: 1000px;
	margin: 0 auto;
}
#logo {
	padding: 20px 0 10px;
}
#logo img {
	height: auto;
	width: 200px;
}

.section h1 {
	text-align: left;
	font-size: 30px;
	font-weight: 400;
	color: #08a5e1;
	line-height: 1;
}

#head {
	max-width: 1000px;
	color: #000;
	background: url(../img/title_bg.png) center center no-repeat #fff;
	background-size: contain;
	margin: 0 auto;
	position: relative;
}
#head:before {
	content:"";
	display: block;
	padding-top: 42.8%;
}
#head > div {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#head h1.title {
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
}
#head h1.title span {
	display: inline-block;
	background-color: #00BF6F;
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	padding: 0.3em 0.8em;
	margin-bottom: 0.5em;
}
#head .title_side {
	width: 100%;
}
#head p {
	overflow: hidden;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0;
}
#head .title_side p.date {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
}
#head .title_side p.place {
	display: inline-block;
	font-size: 20px;
	letter-spacing: -0.05em;
}

.clear {
	clear: both;
}



#sessionBtn {
	text-align: center;
	list-style: none;
	margin: 30px 0 20px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#sessionBtn li {
	border: 1px solid #AAA;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	width: 8em;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 -5px;
	padding: 0 20px;
}
#sessionBtn a {
	color: #555;
	text-decoration: none;
	display: block;
}
#sessionBtn li.selected {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}
#sessionBtn:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}
#sessionBtn li:before,
#sessionBtn li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
#sessionBtn li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #D1D1D1;
}
#sessionBtn li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #D1D1D1;
}
#sessionBtn li.selected:before {
	box-shadow: 2px 2px 0 #FFF;
}
#sessionBtn li.selected:after {
	box-shadow: -2px 2px 0 #FFF;
}



/* ----------------------------------------
 * FOOTER AREA
 * ---------------------------------------- */
#footer {
	background-color: #63666A;
	color: #ffffff;
}
#footer .inner {
	padding: 55px 0 50px;
	overflow: hidden;
}
#footer h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 1em;
}
#footer p {
	margin: 0;
	line-height: 1.6;
}
#footer div.copyright {
	float: left;
	font-size: 12px;
}
#footer div.inquiry {
	float: right;
	font-size: 16px;
}

@media screen and (max-width: 640px) { 
#footer .inner {
	text-align: center;
}
#footer h3 {
	font-size: 16px;
}
#footer div.copyright,
#footer div.inquiry {
	float: none;
	font-size: 12px;
}
#footer div.copyright {
	margin-bottom: 2em;
}
#footer div.inquiry {
	border: rgba(255, 255, 255, 0.3) 1px solid;
	padding: 1em;
}
}


/* ----------------------------------------
 * MAIN AREA
 * ---------------------------------------- */
.wrap {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.section {
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 0 0 30px;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 20px 10px;
	font-size: 16px;
	font-weight: 300;
}

.column2 {
	overflow: hidden;
	clear: both;
}
.column2 > div {
	width: 430px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.column2 > div:last-child {
	float: right;
}
#access .column2 > div:first-child {
	width: 500px;
}
#access .column2 > div:last-child {
	width: 440px;
}


.round {
	padding: 20px 30px;
	background: #FFF;
	margin-bottom: 2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.round span {
	display: block;
}
.round p:last-child {
	margin-bottom: 0;
}


ul.square {
	margin-left: 1.5em;
	list-style: none;
	margin-bottom: 1em;
}
ul.square li {
	text-indent: -1.5em;
}
ul.square li:before {
	content: "■";
	color: #0066CC;
	margin-right: 0.5em;
}

ul.dot {
	margin-left: 1em;
	list-style: none;
	margin-bottom: 1em;
}
ul.dot li {
	text-indent: -1em;
}
ul.dot li:before {
	content: "・";
	margin-right: 0.1em;
}







/* SECTIONS */
#drift {
	background-color: #ffffff;
}


#outline {
	max-width: 100%;
	margin-bottom: 3em;
}
#outline dl {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 1.4;
}
#outline dl dt {
	display: block;
	clear: both;
	width: 4em;
	float: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
#outline dl dd {
	display: block;
	overflow: hidden;
	margin-left: 5em;
	margin-bottom: 0.5em;
	width: auto;
}
#outline dl dd:last-child {
	margin-bottom: 0;
}





#main .inner {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	-webkit-justify-content: space-between; /* Safari用 */
	justify-content: space-between;
	-webkit-justify-align-items: flex-start; /* Safari用 */
	align-items: flex-start;
}
#main #first {
	width: calc(100% - 380px);
}
#main #second {
	width: 330px;
}
@media screen and (max-width: 780px) { 
	#main .inner {
		display: flex;
		flex-direction: column;
	}
	#main #first {
		width: 100%;
	}
	#main #second {
		padding-top: 60px;
		width: 100%;
	}
}


#program {
	max-width: 100%;
}
#program .inner {
	position: relative;
	z-index: 1;
}
#program dl {
	display: table;
	width: 100%;
	padding: 0;
	line-height: 1.6;
	margin-bottom: 0;
}
#program dl dt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 16%;
	white-space: nowrap;
	padding: 4% 2%;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	background-color: #A6E5F5;
	border-bottom: #E0E0E0 1px solid;
}
#program dl dd {
	display: table-cell;
	width: 84%;
	padding: 4% 2%;
	border-bottom: #E0E0E0 1px solid;
}
#program dl dd strong {
	font-size: 16px;
	color: #005cb9;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#program dl dd span.name {
	display: block;
	text-align: left;
	font-size: 14px;
	padding-top: 0.2em;
	position: relative;
	overflow: hidden;
}
#program .emphasis {
	margin: 1.5em 0;
	background-color: #00BF6F;
	text-align: center;
	border-radius: 0.8em;
	color: #ffffff;
}


#imageBreak {
	padding: 0;
	max-width: 100%;
}
#imageBreak .inner {
	padding: 0;
	width: 100%;
}
#imageBreak .inner img {
	width: 100%;
	height: auto;
}



ul.accordion {
	margin-top: 0.5em;
	position: relative;
	list-style: none;
	border: #CCC solid 1px;
}
ul.accordion h4 {
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	background: #eee;
	position: relative;
}
ul.accordion h4.active {
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	background: #eee;
	position: relative;
	margin: 0;
	height: auto;
	line-height: 1.4;
	border-radius:0;
	width: 100%;
}
ul.accordion h4:after {
	content: "▼";
	color: #333;
}
ul.accordion h4.active:after {
	content: "▲";
}
ul.accordion ul {
	padding: 10px;
	list-style: none;
	display: none;
}
ul.accordion ul img {
	float: left;
	margin: 0 15px 15px 0;
}







#entry {
	background: #FFFFFF;
	margin-bottom: 60px;
}
#entry  iframe {
	width: 100%;
}




#access {
	background: #FFFFFF;
}
#access .inner {
}
#access p {
	font-size: 14px;
}
#access iframe {
	width: 100%;
}
#access .mapimg {
	text-align: center;
}
#access .mapimg img {
	width: 100%;
	max-width: 768px;
	height: auto;
	border: #CCC solid 1px;
}
#access #map_canvas {
	
}
#access #map_canvas img {
	border: #CCC solid 1px;
}




#inquiry .inner {
	/*border-top: #CCC solid 4px;*/
}
#inquiry h1 {
	color: #08a5e1;
}



.closeBtn {
	padding-top: 3em;
}





/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.modal {
	background: #FFF;
	padding: 10px;
}
.modal strong span {
	font-weight: normal;
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}
.modal strong span em {
	font-style: normal;
	display: inline-block;
	width: 5em;
	margin-right: 0.3em;
	text-align: center;
	background-color: #005cb9;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.modal h1 {
	font-size: 20px;
	line-height: 1.4;
	padding-top: 0;
	color: #005cb9;
}
.modal h1 span {
	font-size: 80%;
}
.modal img {
	float: left;
	margin: 0 1em 1em 0;
}
.modal p {
	font-size: 100%;
	overflow: hidden;
	display: block;
}
.modal img + p {
	min-height:100px;
}



@media screen and (max-width: 959px) {
.wrap {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.inner {
	width: 90%;
	padding: 3% 10px;
}

.section {
	min-width: 280px;
}

.section .inner {
	padding:20px 0;
}

h2,h3 {
	font-size: 18px;
}

#head .title_side {
	width: 90%;
}
#head .title_side p {
	font-size: 2vw;
}


#introduction #iframenews {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	overflow-y: hidden;
}
#introduction #iframenews dl dd:last-child {
	margin-bottom: 0;
}
#introduction .logoarea a {
	margin: 20px 30px;
}

#bnrBox {
	float: none;
	width: 100%;
}
#bnrBox ul {
	overflow: hidden;
}
#bnrBox ul li {
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
#bnrBox ul li:first-child {
	margin-right: 2%;
}

.subNavBtn {
	margin: 0 0 0 0.8em;
}


.column2 > div,
#access .column2 > div {
	width: 100% !important;
	float: none;
}
.column2 > div + div {
	margin-top: 1em;
}

#program dl {
	width: 100%;
}

#outline dl {
	width: 100%;
	float: none;
}

a.button {
	font-size: 11px;
}

}



@media screen and (max-width: 730px) {
#logo img {
	height: auto;
	width: 160px;
}
#head {
	padding: 40px 20px 20px;
	background-size: cover;
	background-position: top left;
}
#head:before {
	content:"";
	display: block;
	padding-top: 0;
}
#head > div {
	position: static;
}
.drifthead p {
	font-size: 18px;
	padding: 1em;
}
.section h1 {
	font-size: 28px;
}
}


@media screen and (max-width: 780px) { 
h2,h3 {
	font-size: 16px;
}


#outline dl {
	font-size: 14px;
}
#outline dl dt {
	width: 100%;
	float: none;
	padding-bottom: 0.5em;
}
#outline dl dd {
	display: block;
	overflow: hidden;
	margin-left: 0;
	border-bottom: #FFF dotted 1px;
}
#outline dl dd:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

#program dl {
	margin-bottom: 5px;
}
#program dl dt,
#program dl.lastchild dt {
	width: 100%;
	display: block;
	text-align: center;
	border-bottom: #dfdfdf 1px solid;
}
#program dl dd {
	width: 100%;
	display: block;
	border-bottom: none;
}
#program dl dd strong {
	font-size: 100%;
}
#program dl dd strong span {
	width: 100%;
}
#program dl dd:nth-child(3) {
	margin-top: 1em;
	width: 100%;
	float: none;
}

}


@media (max-width: 480px) {

h1 {
	font-size: 28px;
}

#program dl dt {
	float: none;
	margin: 0 auto 10px;
}
#program dl dd {
	margin-left: 0;
}


#footer .inner {
	text-align: center;
}
#footer p {
	float: none;
}
#footer p.copyright {
	float: none;
}

	
}
