﻿/*
* styles.css
*/
html {
	font-size: 62.5%;
  font-family: 'Noto Sans JP','Roboto', sans-serif;
	color: #424344;
}
body{
	font-size: 1.6rem;  
}
h1 {
	font-size: 2.6rem;
	font-weight: bold;
	font-family: 'Noto Sans JP','Roboto', sans-serif;
	color: #000;/*#262626*/
  text-align: center;
	/*text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;*/
}
h2 {
	font-size: 3.6rem;
	font-weight: 300;
	color: #fff;
}
h3 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 10px;
	color: #262626;
	font-weight: normal;
	border-left: 5px solid #798d2a;
	padding-left: 10px;
}
a{
	color: #2A4FA2;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
b{
	font-weight: 600;
}

.hero {
	display: flex;
  justify-content: center;
	align-items: center;
	background: url("../img/main.jpg") no-repeat center center / cover;
	width: 100%;
	height: 95vh;
	max-height: 700px;
	position: relative;
	z-index: 0;
}
.hero::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: inherit; 
	/*filter: brightness(90%)saturate(90%);*/
/* 最背面へ */
	z-index: -1;
}
.hero-center{
  /*position: absolute;*/
	display: flex;
	flex-direction: column;
	align-items: center;
  max-width: 90%;
	padding-bottom: 2.0em;
}
.hero-center p{
	color: #000;/*#0A0A0A*/
	line-height: 2;
	margin-block: 3.0rem;
}
.hero-center img{
    max-width: 90%;
}
.hero-center .summary {
	font-size: 1.4rem;
	line-height: 1.7em;
}
.container{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
.alternate-bg {
	background-color: #F4F6F9;
}

/*申込みフォームボタン*/
.btn.primary {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background-color: #205675;/*#F00E0E#F07E0E*/
	padding: 20px;
	text-decoration: none;
	line-height: 1;
	border: 3px solid #fff;
}
/*.btn.primary:hover {
	background-color: #fff;
	color: #798d2a;
	border: 3px solid #798d2a;/*#F00E0E*/
/*}*/
/*角丸*/
.title_a {
	color: #FFFFFF;
	border-radius: 99px;
	padding: 3px 30px 5px;
	background-color: #706F70;/*#66479A #D23B6C #D97D19#F56022#C9437B*/
	display: inline-block;
	font-size: 150%;
	text-align: center;
}
.title_b {
	color: #FFFFFF;
	border-radius: 99px;
	padding: 3px 30px 5px;
	background-color: #205675;/*#174E97 #2967AF*/
	display: inline-block;
	font-size: 150%;
	text-align: center;
}
.title_s {
	color: #FFFFFF;
	border-radius: 99px;
	background-color: #299151;
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
	width: 100px;
	font-size: 120%;
	text-align: center;
	padding: 5px 10px;
}
.title_s2 {
	color: #FFFFFF;
	border-radius: 99px;
	background-color: #205675;/*#174E97 #2A4FA2　#598DB9　#798d2a #1E73AC*/
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
	width: 5.0em;
	padding: 10px;
	text-align: center;
	line-height: 1.0;
}

.gaiyo {
	/*display: inline-block;*/
	line-height: 1.5em;
	padding-left: 20px;
}
.gaiyo a {
	font-weight: bold;
	display: inline-block;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #1E73AC;/*cadetblue*/
	text-decoration: underline;
}
.gaiyo a:hover {
	text-decoration: none;
}
.gaiyo .bold{
    font-size: 120%;
    font-weight: bold;
}
.gaiyo .s_txt {
	font-size: 80%;
	font-weight: normal;
	display: inline-block;
	line-height: 1.5em;
}

table {
	background-color: transparent
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0
}
.info th {
	background-color: #d9edf7;
}
.info2 th {
	background-color: #DCF1F2;/*#EFE8F3 #F7EDF0 #F1E9E2 #FFE5D1 #F7EEF2*/
}
.event-info table { display: table; }
.event-info th,
.event-info td { display: table-cell; }

.event-info > table tr td {
	vertical-align: middle;
	font-size: 1.6rem;
}
.event-info td:first-of-type {
	vertical-align: middle;	
}
.event-info .gaiyo {
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}
.table-bordered {
	border: 1px solid #ddd
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}
table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}
table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}
.table tr:hover td {	background-color: #F5F5F5;}
.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

.table ul {
    margin: 0;
    padding-left: 1em;

}
.fadeUpTrigger{
opacity: 0;
}
.section-3{
    background-color: #F00E0E;
    color: #fff;
    text-align: center;
}
.banner_area{
    display: flex;
    flex-direction: column;
    text-align: center;
	padding: 50px 0; 
}
.banner_area img{
    margin-bottom: 20px;
}
footer{
    background-color: #414A52;
    color: #fff;
    font-size: 14px;
}

.whatnew_box table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
}
.whatnew_box table td{
	padding: 10px;
}
.whatnew_box table tr{
	border-bottom: 1px dotted #666;
}
.whatnew_box a {
	color: red;
	text-decoration: underline;
}
.whatnew_box a:hover {
	text-decoration: none;
}
.whatnew_box ul {
	margin: 0;
	padding: 0;
}
.whatnew_box li {
	margin-left: 20px;
}
.whatnew_box table {
	width: 100%;
}
.whatnew_box table td{
	min-width: 80px;
	vertical-align: top;
}
.sp_br{
     display: block;    
}
.al-c{
    text-align: center;
}
.part{
    font-size: 120%;
    font-weight: bold;
    background-color:#EBEBEB;
}
.bcg_gray{
	background-color: #eee;
}
.notice a{
	color: cadetblue;
	text-decoration: underline;
}
.notice a:hover{
	text-decoration: none;	
}
/*パンくず*/
.panmenu {
	color: #fff;
	margin: 0 0 10px;
	padding:0;
	list-style: none;
}

.panmenu li {
	color: #fff;
	display: inline;/*横に並ぶように*/
	list-style: none;
}

.panmenu li:after {/* >を表示*/
	content: ' > ';
	padding: 0 0.2em;
	color: #fff;
}

.panmenu li:last-child:after {
  content: '';
}

.panmenu li a {
  text-decoration: none;
  color: #fff;/*色*/
}

.panmenu li a:hover {
  text-decoration: underline;
}

@media screen and (max-width:767px) {
	.event-info table,
	.event-info tr,
	.event-info td {
		display: block;
	}
	.gaiyo {
		padding: 0.5rem 0 3.0rem;
	}
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
	
/*
	.btn.primary{
		display: none;
	}
*/
}
@media screen and (min-width:768px) {
.container{
	padding: 50px 0;
}
.summary p{
    font-size: 1.8rem;
}
.gaiyo {
	font-size: 3rem;
	display: inline-block;
	line-height: 1.5em;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	margin-left: 20px;
}
.gaiyo .s_txt {
	font-size: 50%;
}
.info th {
    font-size: 120%;
}
.map_col2{
    display: flex;
    justify-content: space-between;
}
.map_col{
    width: 48%;    
    }
.banner_area{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-around;
}
.banner_area img{
	max-width: 100%;
}
.sp_br{
     display: none;    
}   
}
@media screen and (min-width:920px) {
	h1 {
		font-size: 4.5rem;
		font-weight: 300;
		line-height: 68px;
	}
	.hero {
		max-height: none;
	}
	.hero-center {
		margin-bottom: 10.0em;
	}
	.hero-center .summary {
		font-size: 2.0rem;
	}
	.btn-margin{
		margin: 600px auto 20px;
	}
	.title_s2 {
		width: 140px;
	}
	.event-info table {
		/*margin: 0 auto;*/
	}
	.event-info > table tr td {
		font-size: 2.4rem;
		padding-block: 2.0rem;
	}
}
@media screen and (min-width:1200px) {
 .container{
  width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 50px 0;
}  
.hero-center p.summary {
	max-width: 55%;
	margin: 3.0em auto;
	line-height: 1.6;
}
.btn-margin{
	margin: 600px auto 20px;
	}
}

table .w5 {
		width: 5%;
	}
table .w8 {
		width: 8%;
	}
table .w10 {
		width: 10%;
	}
table .w12 {
		width: 12%;
	}
table .w15 {
		width: 15%;
	}
table .w20 {
		width: 20%;
	}
table .w25 {
		width: 25%;
	}
table .w30 {
		width: 30%;
	}
table .w32 {
		width: 32%;
	}
table .w35 {
		width: 35%;
	}
table .w40 {
		width: 40%;
	}
table .w47 {
		width: 47%;
	}
table .w50 {
		width: 50%;
	}