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

@media print {


.pb_a {page-break-after: always;/* 直後で改ページさせる */}
.pb_b {page-break-before: always;/* 直前で改ページさせる */}


body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: 'M PLUS 1p', sans-serif;
	-webkit-print-color-adjust: exact;
	letter-spacing: 1px;
	font-size: 12px;
	
	overflow-x: visible !important;
    overflow-y: visible !important;
	
	-webkit-print-color-adjust: exact;
}

a:link {
	color: #00678C;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	max-width: 100%;
}

p {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

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

.clearfix {
    zoom: 1; /* for IE6/7 */
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.little {
	font-size: 80%;
}

.green {color:#21A858;}



/* ----- */


header {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 1.0416%;
	box-sizing: border-box;
}

header .title {
	float:left;
}

header .bt-senyou a {
	float: right;
	display: block;
	background: #21A858;
	color: #fff;
	text-align: 42px;
	padding: 0 1em;
	line-height: 42px;
	text-decoration:none;
}

.wrap, .main_wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 1.0416%;
	box-sizing: border-box;
}


.gray_back {
	width: 100%;
	padding-top: 50px;
	background: #EDEDED;
	overflow: hidden;
}



.main {
	width: 100%;
	height: 41.666vh;
	margin-bottom: 100px;
	background-image: url(../img/main.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}

.title_wrap {
	padding: 30px 40px;
	background: #FFF;
	position: absolute;
	z-index: 5;
	top: 20.895vh;
	text-align: center;
	box-sizing: border-box;
}

.title_wrap h1 {
	font-size: 50px;
	padding: 0 0.2em 10px 0.2em;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #333;
}

.title_wrap h1 span {
	color: #2BA75B;
}

.title_wrap p {
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;	
}

.title_wrap p::before {
	color: #FFF;
	font-weight: bold;
	background: #2BA75B;
	padding: 3px 10px;
	margin-right: 10px;
	content: "2020年";
	line-height: 40px;
}


h2 {
	font-size: 30px;
	padding: 0 0 40px 0;
	margin: 0;
	text-align:center;
	font-weight:normal;
}

h2 span {
	border-bottom: 2px solid #21A858;
    padding-bottom: 3px;
}


/*-------写真---------*/

.ph img {
	width: 100%;
	height: 70.707%;
	margin-bottom:15px;
}


/*-------カラム---------*/

.bt-day {
	width: 47.3404%;
	margin: 0 5.319% 50px 0;
	display: block;
	float: left;
	overflow: hidden;
}

.bt-day:last-child {
	margin: 0 0 50px 0;
}

.bt-day img {
	width: 100%;
}

.bt-day p {
	width: 100%;
	color: #FFF;
	font-size: 100%;
	text-align:center;
	padding: 15px 1em;
	background: #21A858;
	box-sizing: border-box;
	display: inline-block;
}


.colum02 {
	width: 47.3404%;
	margin: 0 5.319% 50px 0;
	padding: 30px 3.1914%;
	background: #FFF;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.colum02:nth-child(2n) {
	margin: 0 0 50px 0;
}


.colum02 .tit {
	font-size: 130%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #12A955;
}


.colum02_2 {
	width: 45.974%;
	margin-right: 7.792%;
	float: left;
}

.colum02_2:nth-child(2n) {
	margin-right: 0;
}


/*-------リスト---------*/

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: disc;
	font-size: 90%;
	margin-bottom: 1em;
	line-height: 1.8em;
	list-style-position: inside;
	text-indent: -1em;
	padding-left:1em;
}

li:last-child {margin-bottom: 0em;}




/*-------フッター---------*/

footer {
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 1.0416%;
	box-sizing: border-box;
	text-align: center;
}

footer img {padding-bottom: 10px;}

footer p {font-size: 80%;}



/*-------中ページ---------*/

.naka {
	max-width: 940px;
	margin: 0 auto 50px auto;
	padding: 50px 5.319%;
	background: #FFF;
	box-sizing: border-box;
}

.naka_tit {
	font-size: 150%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #12A955;
	text-align:center;
}

.txt {
	font-size: 90%;
	line-height: 2em;
	text-indent: 1em;
}


/*-------テーブル---------*/

table {
    border-collapse: collapse;
}

table th, table td {
    border: solid 2px #FFF;
	box-sizing: border-box;
	font-weight:normal;
	padding: 1em;
}

.tbl-r05 {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}

.tbl-r05 th {
	background:#BBE6CC;
	text-align:center;
}


.tbl-r05 td {
    background: #EDEDED;
	text-align:center;
}

.tbl-r05 td:last-child {
	text-align:left;
}




/*-------フレックスボックス---------*/

.flexbox {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	
	-moz-justify-content:flex-start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}




/*-------ページトップ---------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
	letter-spacing: 1px;

}

.pagetop a {
	display: block;
	background-color: #000068;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 20px 15px;
	border-radius: 50%;
}
 
.pagetop a:hover {
    display: block;
    background-color: #B2B1D2;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 15px;
	border-radius: 50%;
}




/*-------ページトップ---------*/

.pagetop {
    display: none;

}

.pagetop a {
	display: none;
}




/*-------フェードイン---------*/


.fadein-mv02{
	overflow: hidden;
	transition: 1.5s;
	opacity: 1.0;
}

.mv02{
	opacity: 1.0;
}


/*-------オブジェクトフィット---------*/

.object-fit-img {
	object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
	object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
	font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}








}

	
