@charset "UTF-8";

@page {
  margin: 5mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}
@media print {
  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 950px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
		/*height: auto;*/
    /*zoom: 0.8;*//* なるべく多くのブラウザで切れないようにするため */
		/*ransform: scale(0.6);*/
		zoom: 0.7;
  }
	
		/*section {
    page-break-before: always; 
  }*/
	/* 各セクションで改ページが行われるようにしています */
}

.clear { clear:both; } /*floatの解除*/

a {text-decoration: none;}

html { scroll-behavior: smooth;}

.content {
						margin: 20px auto 0px;
						width: 1000px;
						height: auto;
						background-color: #ffffff;
						border-style: solid;
						border-width: 0px 0px 0px 0px;
						border-color: #94b8d6;
					}

/******▼header▼******/

header {
					position: fixed;
					padding-top: 20px;
					width: 100%;
					height: 100px;
					inset: 0;
					margin: 0px auto;
					z-index: 9999;
					background-color: #FFFFFF;
				}


#nav-drawer {}

.nav-unshown {display:none;}

#nav-open {display:none;}
#nav-open span, #nav-open span:before, #nav-open span:after {display:none;}
#nav-open span:before {display:none;}
#nav-open span:after {display:none;}
#nav-close {display:none;}
#nav-content {display: block;}
/*#nav-content {
					display:flex;
					justify-content: flex-end;
				}*/
#nav-input:checked ‾ #nav-close {display:none;}
#nav-input:checked ‾ #nav-content {display:none;}

.del {display:none;}

.search-pc{
	margin: 0px auto;
	width: 1000px;
	display: flex;
	justify-content: space-between;
}

.search-sp {display:none;}

.search-w{
	/*visibility:hidden;*/
	width: 40%;
	margin: 5px 0px 0px 0px;
}

.pc_r {
				padding: 10px 0px 0px 0px;
				width: 50%;
				display: flex;
				justify-content: flex-start;	
			}

 .sp_r {display: none;}

.top_menu_txt_2{
		width: 100%;
		height: 30px;
		margin:  5px 0px 0px 15px;
		text-align: left;
		color: #000000;
		font-size: 22px;
		line-height: 22px;
		font-weight: 400;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.top_menu_txt:hover { color: #00a23e; }

 .pc {display:block;}
 .sp {display: none;}

.L_line{display: block;}
.LS_line{display: block;}
.S_line{display: none;}


#itemMenu {
width: 1000px;
display: flex;
justify-content: flex-end;
margin: 10px auto 0px;
/*text-align: right;*/
/*align-items: flex-end;*/
/*boxの影-------------------------*/
/*box-shadow:1px 1px 3px rgba(0,0,0,0.4);*/
/*background-color: #E5DBB2;*/
}

#itemMenu li {
padding-left: 60px;	
width:auto;
position:relative;
/*text-align: right;*/
/*background-color: #80E5E9;*/
}

.item{
	height: 28px;
	/*border-left: #b5b5b6 solid 2px;*/
	padding: 6px 0px 0px 0px;
}

.item_2{
	display: none;
}

/*.item_s{
	display: none;
}*/


#itemMenu li a {
font-size: 15px;
line-height: 16px;
font-weight: 400;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
color: #000000;
text-decoration: none;
text-align:center;
padding: 1px 0;
display:block;
z-index: 10;
position:relative;
}

#itemMenu li a:hover {
	color: #00a33e;
}


#itemMenu li ul.sub {
height: 0;
width: 0;
overflow:hidden;
position:absolute;
z-index: 10;
top: 0;
left: -10px;
font-size: 14px;
padding-top: 5px;
padding-bottom: 6px;
/*background: #ffffff;*/
opacity: 0.5;
-webkit-transition: opacity 200ms linear, top 200ms ease-in;
/*border-radius:0 0 6px 6px;*/	
}

#itemMenu li:hover ul.sub {
height: auto;
/*width: 120%;*/
width:21em;
/*background: #ffffff;*/	
opacity: 1;
top: 26px;
}

#itemMenu li ul.sub li {
float:none;
}

#itemMenu li ul.sub li a {
/*width: 120%;*/
/*width:17em;	*/
font-size: 14px;
color: #ffffff;
text-align:left;
padding: 14px 14px;
font-weight: 600px;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
background-image:none;
/*background-color: #DDE8E9;*/
background-color: rgba(0,162,62,0.8);
text-shadow:none;
border: none;
}

#itemMenu li ul.sub li a:hover {
background-image:none;
background-color: rgba(7,122,51,0.9);
color: #FFFF83;
/*font-weight: 400;*/
/*background-color: #CCE2D0;*/
border: none;
}


/******▲header▲******/

/******▼main▼******/

/*.G-mao-B{display: block;}
.G-mao-S{display: none;}*/


main {
				position: relative; 
				margin: 180px auto 0px;
				width: 1000px;
				height: auto;
				background-color: #ffffff;
			}

.mar-top{
		margin-top: 120px;
}


.headline{
					
					margin: 35px auto 5px;
					text-align: center;
					color: #000000;
					font-size: 26px;
					line-height: 26px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.head_s{
					text-align: center;
					margin: 10px auto 35px auto;
					color: #00a13e;
					font-size: 38px;
					line-height: 50px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.head_s0{
					text-align: center;
					margin: -60px auto 80px auto;
					color: #00a13e;
					font-size: 40px;
					line-height: 42px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.lead{
					margin: 0px auto 65px;
					text-align: center;
					color: #000000;
					font-size: 18px;
					line-height: 34px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.content_txt{
	margin: 0 auto;
	width: 770px;
}



.headline_L{
					
					margin: 0px auto 30px;
					text-align: left;
					color: #000000;
					font-size: 28px;
					line-height: 40px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.B-bottom{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #000000; 
}


.headline_M{
					
					margin: 0px auto 0px;
					padding: 0px 0px 10px 0px;
					text-align: left;
					color: #000000;
					font-size: 20px;
					line-height: 32px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
					border-bottom: 1px;
					border-style: solid;
					border-color: #000000;
}

.headline_S{					
					margin: 0px auto 0px;
					padding: 0px 0px 10px 0px;
					text-align: l;
					color: #000000;
					font-size: 16px;
					line-height: 32px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.headline_SG{					
					color: #00a23e;
					font-size: 16px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}



.txt{
					margin: 20px auto 30px auto;
					width: 770px;
					text-align: justify;
					color: #000000;
					font-size: 14px;
					line-height: 26px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.txt_slid{
	margin: 20px 0px 80px 0px;
	width: 770px;
	display: flex;
	justify-content: space-between;
}

.minas_M{
	margin-top: -70px;
}

.txt_slid_3{
	margin: 20px 0px 0px 0px;
	width: 770px;
}


.vac_r{}

.txt_r{
	width: auto;
}


.t-80_b80{
	margin: -80px auto 80px ;
}

.txt_770{
					margin: 0px auto 0px 1em;
					width: 756px;
					text-align: justify;
					text-indent: -1em;
					color: #000000;
					font-size: 14px;
					line-height: 26px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.txt_238{
					margin: 0px auto 0px 1em;
					width: 224px;
					text-align: justify;
					text-indent: -1em;
					color: #000000;
					font-size: 14px;
					line-height: 26px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.txt_252{
					margin: 0px auto 0px 1em;
					width: 238px;
					text-align: justify;
					text-indent: -1em;
					color: #000000;
					font-size: 14px;
					line-height: 26px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.txt_350{
					margin: 0px auto 0px 1em;
					width: 336px;
					text-align: justify;
					color: #000000;
					text-indent: -1em;
					font-size: 14px;
					line-height: 26px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.txt_392{
					margin: 0px auto 0px 0px;
					width: 392px;
					text-align: justify;
					color: #000000;
					font-size: 14px;
					line-height: 26px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.txt_420{
					margin: 0px auto 0px 1em;
					width: 406px;
					text-align: justify;
					color: #000000;
					text-indent: -1em;
					font-size: 14px;
					line-height: 26px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.txt_700{
					margin: 0px auto 0px 1em;
					width: 686px;
					text-align: justify;
					color: #000000;
					text-indent: -1em;
					font-size: 14px;
					line-height: 26px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.profile{
			text-align: right;
			font-weight: 400;
			font-size: 12px;
			line-height: 20px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.logo_p{
	margin: 70px auto 0px;
	width: 770px;
	display: flex;
	justify-content: space-between;
}

.logo_pts{
	display: contents;
}

.logo_p_top{
	margin: 0px auto 0px auto;
	width: 770px;
	text-align: center;
}

/*.logo_pm{
		margin: 20px 10px 0px 0px;
		color: #ff0000;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}*/

.logo_pg{
	margin: 0px auto;
}


.logo_p_top_size{
	width: 250px;
}

.logo_pos_L{
	text-align: center;
	height: 142px;
	margin: 0px 0px 0px 0px;
}

.logo_pos{
	text-align: center;
	height: 80px;
	margin: 40px 0px 0px 0px;
}

.logo_size_L{
	height: 142px;
}


.logo_size{
	height: 80px;
	filter: grayscale(100%);
}

.logo_size:hover{
	filter: grayscale(0%);
}

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

.logo_0_slid{
	margin: 0 auto 15px;
	width: 770px;
	display: flex;
	justify-content: space-between;
}

.logo_s_slid{
	display: contents;
}

.logo_0_pos{
	text-align: center;
	width:154px;
	margin: 0px 0px 0px 0px;
}

.logo_0_size{
	width:154px;
}

.logo_p_0{
	margin: 0 auto;
	width: 693px;
}

.logo_ps_0{
	text-align: center;
	width:693px;
	margin: 20px 0px 0px 0px;
}

.logo_size_0{
	width:693px;
}

.img_0_pos{
	text-align: center;
	width:364px;
	margin: 0px 0px 0px 0px;
}

.img_0_size{
	width:364px;
}
/*---------------------*/

.img_1_pos{
	width:406px;
	height: auto;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #686868;
}

.img_1_size{
	width: 404px;
	margin: 0px auto;
  display: block;
}

.img_1_h{
	height: 288px;
}

/*.img_4_sli{
	width: 518px;
	display: flex;
	justify-content: space-between;
}

.img_4_pos_2{
	width:252px;
	height: auto;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #686868;
}

.img_4_size_2{
	width: 250px;
	margin: 0px auto;
  display: block;
}*/


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

.img_2_pos{
	width:336px;
	height: auto;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #686868;
}

.img_2_size{
	width: 334px;
	margin: auto;
  display: block;
}

.p_2{
	margin: -10px auto 40px;
	width: 400px;
	display: flex;
}

.p_2_pos{
	text-align: center;
	width:200px;
	margin: 0px 0px 0px 0px;
}

.p_2_size{
	height: 200px;
}

.img_2_sli{
	width: 504px;
	display: flex;
	justify-content: space-between;
}

.img_2_pos_2{
	width:245px;
	height: 235px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #686868;
}

.img_2_size_2{
	width: 232px;
	margin: 7px auto;
  display: block;
}

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

.p_3{
	margin: -10px auto 40px;
	width: 684px;
	display: flex;
	justify-content: space-between;
}

.p_3_pos{
	text-align: center;
	width:200px;
	margin: 0px 0px 0px 0px;
}

.p_3_size{
	height: 200px;
}

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

.img_4_pos{
	width:406px;
	height: auto;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #686868;
}

.img_4_size{
	width: 404px;
	margin: 0px auto;
  display: block;
}

.img_4_sli{
	width: 518px;
	display: flex;
	justify-content: space-between;
}

.img_4_pos_2{
	width:252px;
	height: auto;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #686868;
}

.img_4_size_2{
	width: 250px;
	margin: 0px auto;
  display: block;
}

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

.img_5_sli{
	width: 404px;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.img_5_pos_2{
	width:196px;
	height: 308px;
	
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #686868;
}

.img_5_size_2{
	width: 194px;
	margin: auto;
  display: block;
}

.img_5_pos{
	width:406px;
	height: 190px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #686868;
}

.img_5_size{
	width: 404px;
	margin: auto;
  display: block;
}

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

/*
.flow{
		position: relative; 
		margin: 0px auto 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 770px;
		height: auto;
	
}

.button{

			width:375px;
			height:42px;

			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 400;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
			font-size: 18px;
			line-height: 38px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.button:hover {
			color: #ffffff;	
			font-weight: 400;
    	background: #00a23e;
		}
*/




/******▲main▲******/

/******▼footer▼******/

.b-top{
				text-align: center;
				margin: 0px auto 20px;
			}



.button-top{

			width:120px;
			height:40px;

			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 400;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
			font-size: 20px;
			line-height: 40px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.button-top:hover {
			color: #ffffff;	
			font-weight: 400;
    	background: #00a23e;
		}


.map{
	width: 100%;
	padding: 50px 0px 50px 0px;
	background: #00a23e;
	
}

.map_beside{
	width: 900px;
	margin: 0px auto 0px;
}

.map_beside{
	width: 900px;
	margin: 0px auto 0px;
}

.map_width_1{
	width: 900px;
}

.map_pos{
	text-align: center;
}

.map_name{
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.map_name_e{
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.map_add{
	margin: 0px 0px 10px 0px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.map_width_2{
	width: auto;
	text-align: center;
}

.S-map{
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.m-beside-1{
	margin: 6px auto 0px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #ffffff;
	width: 672px;
	height: 14px;
	padding: 7px 14px 7px 0px;
}

.m-beside-2{
	margin: 10px auto 6px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #ffffff;
	width: 672px;
	height: 14px;
	padding: 7px 14px 7px 0px;
}

.S-mapb1-h{
	margin: -7px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	height: 28px;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	color: #ffffff;
}


.S-mapb1{
	text-align: left;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.S-mapb2{
	text-align: left;
	margin: 0px 0px 0px 14px;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

/******▲footer▲******/
