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


/**************************************************/
/*******　　全ページ共通ユーザー設定　　　*********/
/**************************************************/


/* body */
body {
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	/*background-color: #F5F5F5;*/
	/*min-width: 960px;  横無限背景画像途切れ防止の為ページ最大幅設定 */
}
body.top {
	background-position:center top;
	/* min-width: 960px; 横無限背景画像途切れ防止の為ページ最大幅設定 */
	background-size:contain;
	position:relative;
}
body.sec {
	/*min-width: 960px;  横無限背景画像途切れ防止の為ページ最大幅設定 */
}

/* 全体 */
.wrapper{
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto;
}

/* ヘッダー （PC用）*/
header {
    text-align: right;
	z-index: 10;
}
 
h1{
	float: left;
	margin-top: 0px;
}
h1 img{
/*	width: 200px;*/
	width: 230px;
	margin: 10px 0px 0 20px;
	padding: 0px;
}
 
header nav ul{
	margin: 0px 0 0 20px;
}
header nav ul li {
    display: inline-block;
    margin-left: 25px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	padding-left: 14px;

/*	margin-top: 40px;*/
}
a.hoge {
    color: #109954;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	display: inline-block;
	transition: .5s;
    }
a.hoge:hover {
    color: #333;
	webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
    }
.bo1{
	padding: 5px;
	border: #109954 solid 1px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	width: 48%;
	float: left;
	display: block;
	text-align: center;
	
}
.bo2{
	padding: 5px;
	border: #109954 solid 1px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	width: 48%;
	float: right;
	display: block;
	text-align: center;
	
}
.menu-contact{
background-image: none;
}
.menu-contact a{
	padding: 25px 50px;
	text-align: center;
	background-color: #333;
	color: #FFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: inline-block;
	transition: .5s;
	text-decoration: none;
}
.menu-contact a:hover{
	padding: 25px 50px;
	text-align: center;
	background-color: #F29205;
	color: #FFF;
	webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

/* コンテンツ */
#main{
	position: relative;
	min-height: 770px;
	margin-top: 50px;
}

.main-box{
	width:960px;
	margin:40px auto 0px auto;
}
.main-box-g{
	width:960px;
	margin:40px auto 0px auto;
	background-color: #F5F5F5!important;
}

.clm2flex {
	display: flex;
	justify-content: space-between;
	gap:10px;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* トップページ */
.wakaba{
	position: absolute;
	z-index: 0;
	left: 0;
	top:70px;
}
.top-bg2{
	background-color: #F5F5F5;
	padding: 40px 0;
}
.bg1{
	background-color: #F5F5F5;
	padding: 0px 0 20px 0;
}
.bg2{
	background-color: #F5F5F5;
	margin-top: -20px;
	margin-bottom: -20px;
}
.top-title{
	text-align: center;
	font-size: 30px;
	color: #109954;
	margin-bottom: 15px;
}
.width-icon{
	width: 70px;
}
.new-box{
	max-width: 960px;
	margin: 0 auto;
	padding:30px 30px;
	background-color: #FFF;
	border: solid 1px #EEE;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  

}
.day{
	color: #F29206;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 3px;
}
.naiyou{
	margin-bottom: 20px;
}
.naiyou:last-child{
	margin-bottom: 0px;
}
.photo-banner{
	width: 430px;
}
.photo-movie{
	width: 430px;
	height: 282px;
	overflow: hidden;
}
.photo-movie img {
  transition: 0.5s;
  /*拡大されるスピードを設定します*/
}
.photo-movie img:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  /*拡大される比率を設定します*/
}
.photo-banner-text{
	position: absolute;
	width: 300px;
	bottom:20px;
	left: 0px;
	right: 0;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	min-height: 40px;
	line-height: 38px;
	background-color: #109954;
/*	background-color: rgba(255,255,255,0.9);*/
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

/* 3カラム対応  */


.top-box{
	background-color: #FFF;
	width: 470px;
	padding: 20px 20px 20px 20px;
	position: relative;
	border: solid 2px #EEE;
	overflow: hidden;
	border-radius: 5px;/* CSS3草案 */
	margin-bottom: 30px;
}


.top-box a {
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	height: 100%;
}


.top-box .photo-movie {
	width: 100%;
	aspect-ratio:3/2;
	height: auto;
}

.top-box .photo-movie img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.top-box .photo-banner-text {
	position: relative;
	width: 100%;
	left: auto;
	right: auto;
	bottom: auto;
	line-height: 1;
	padding: 10px 5px;
	min-height: 0;
	margin-bottom: 0;
}
/* 3カラム対応  */

.top-left{
	background-color: #FFF;
	width: 470px;
	float: left;
	padding: 20px 20px 0px 20px;
	position: relative;
	border: solid 2px #EEE;
	overflow: hidden;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

.n-left{
	width: 470px;
	float: left;
	padding: 20px 20px 0px 20px;
	position: relative;
	border: solid 2px #EEE;
	overflow: hidden;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

.top-right{
	background-color: #FFF;
	width: 470px;
	float: right;
	padding: 20px 20px 0px 20px;
	position: relative;
	border: solid 2px #EEE;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.n-right{
	width: 470px;
	float: right;
	padding: 20px 20px 0px 20px;
	position: relative;
	border: solid 2px #EEE;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

/* 汎用 */
.bold-g{
	color: #109954;
	font-weight: bold;
}
.pan{
	margin-bottom: 20px;
}
.footer-top{
	margin-top: 0px;
}
.pan-top{
	padding: 5px 10px;
	text-align: center;
	width: 80px;
	background-color: #F29206;
	margin-right: 10px;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.pan-top a{
	color: #FFF;
}
.paddingtop-none{
	padding-top: 0px;
}
.paddingtop-1{
	padding-top: 5px;
}
.title-bg{
	width: 100%;
	min-height: 150px;
	line-height: 150px;
	background-image: url(../img/title-bg.png);
}
.main-box-title{
	width: 960px;
	margin: 0 auto;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}
.width-icon2{
	position: absolute;
	right: -20px;
	top: 244px;
	width: 238px;
}
.width-icon3{
	position: absolute;
	right: 28px;
	top: 10px;
	width: 155px;
}
.relative{
	position: relative;
}
.hight-fix{
	min-height: 400px;
}
.mt-title1{
	margin-top: 50px;
}
.map{
	border: solid 1px #EEE;
}
/*テーブル*/
.table-greeting tr td{
	padding: 15px;
	border-bottom: solid 1px #DDD;
	background-color: #FFF;
}
.table-greeting tr td:first-child{
	border-top: solid 1px #DDD;
}

.table-title1{
	background-color: #EFEFEF!important;
	font-weight: bold;
	width: 15%;
	white-space: nowrap;
}
.table-title2{
	background-color: #EFEFEF!important;
	font-weight: bold;
	width: 15%;
	white-space: nowrap;
}
.line-top{
	border-top: solid 1px #DDD;
}

/*助成事業*/
.title-s{
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #109954;
/*	background-color: rgba(255,255,255,0.9);*/
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.mb-z1{
	margin-bottom: 25px;
}

.or-1{
	color: #F29206;
}

.box-s{
	background-color: #EFEFEF;
	border: solid 1px #DDD;
	padding: 15px;
}
.data-d{
	float: left;
	margin-bottom: 20px;
	margin-top: -5px;
	text-align: center;

}
.data-d a{
	background-image: url(../img/data.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 32px;
	padding:6px;
	width: 286px;
	color: #FFF;
	background-color:#F29206;
	display: block;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	
}
.data-d a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mt-s2{
	margin-top: 50px!important;
}
.ml-link1{
	margin-left: 19px;
}
/* フッター */
footer {
	width:100%;
	background-color:#FFF;
	margin-top: 40px;
}

#footer-box{
	width:960px;
	margin:0 auto;
}
#footer-box a{
}
.footer-bg img{
	width:100%;
}
.footer-back { 
	background-color: #109954;
	color: #FFF;
	padding: 40px 0;
	text-align: center;
}
.copy{
	color: #109954;
	text-align: center;
	margin-top: 10px;
}


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

#page-top {
	z-index:15000;
	position: fixed;
	bottom: 0px;
	right: 10px;
}


/* （HDCONTENTS01 タブレット表示） */
@media screen and ( max-width:1023px )
{
h1 img{
		width: 210px;
	}
header nav ul li{
	margin-left: 2px;
	margin-top: 30px;
	}
.wakaba img{
		width: 420px;
	}
	#main{
		min-height: 515px;
	}
	.menu-contact{
		margin-top: 0px;
	}
	.width-icon2{
		right: 0px;
	}
	.menu-contact a{
		padding: 20px 50px;
		margin-right: 10px;
	}
	.width-icon3{
	position: absolute;
	right: 294px;
	top: 50px;
	width: 160px;
}
}
.line-n tr td{
	padding:10px;
	border-bottom:#CCCCCC solid 1px;
	width:50%;
}
.line-n2 tr td{
	padding:10px;
	border-bottom:#CCCCCC solid 1px;
	width:33%;
}