@charset "UTF-8";

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

body{ background-color: #ffffff; }

a {text-decoration: none;}

html { scroll-behavior: smooth;}

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

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

header {
					padding-top:10px;
  				background: #ffffff;
					width: 322px;
					margin: 0px auto;
				}



/*=====================▼折りたたみメニュー▼=====================*/

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

/*
#leftbar {
  padding:10px;
  background: #9B0926;
}
*/
/*
.chkbox input[type=checkbox] {
	width:			24px;
	height:			24px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}*/

#nav-drawer {
  position: relative;
	margin: -10px 0px 0px 277px;
	z-index: 5;
	width: 36px;
	padding: 0px 10px 0px 0px;
	/*background-color: antiquewhite;*/
	/*border-bottom-width: 1px;
	border-bottom-color: #FF0000;
	border-style: solid;*/
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:block;
	opacity: 0;
	position: absolute;
	width: 100px;
	height: 100px;
	right: -20px;
	top: -43px;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 25px;
  height: 30px;
	padding: 10px;
  vertical-align: middle;
	background-color: #00a23e;
/*	opacity: 0.4;*/
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
	margin: 5px 0px 0px 0px;
	/*right: 0px;*/
  height: 2px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 2px;
  background: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  bottom: -20px;
}


/*閉じる用の薄黒カバー*/
#nav-close {
	display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	text-align: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 322px;/*最大幅（調整してください）*/
  height: 100%;
  background: #E6E6E6;/*背景色*/
	opacity: 0.95;
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%); /*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  /*box-shadow: 6px 0 25px rgba(0,0,0,.15);*/
}

.del {}

.close{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	box-sizing: border-box;
	/*border-color: #94b8d6;*/
	border-style: solid;
	background-color: #00a23e;
	height: 36px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
}

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

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

.pc_r{display: none;}

.sp_r{
			margin-top: 20px;
			display: block;
			}

#itemMenu {
margin-top: 40px;
}

#itemMenu li {
margin: 30px auto;
width:50%;
position:relative;
text-align: center;
}

.item{
	height: 50px;
}

.item_2{
	height: 50px;
}

/*.item_s{
	height: 50px;
}*/


#itemMenu li a {
font-size: 14px;
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: 100;*/
position:relative;
}

#itemMenu li a:hover {
	color: #00a23e;
	font-weight: 600px;
}


#itemMenu li ul.sub {
/*height: 0px;
width: auto;*/
position:absolute;
/*left: 0px;*/
z-index: 99;
/*top: 0px;*/
/*font-size: 10px;*/
/*padding-top: 0px;
padding-bottom: 0px;*/
background: #00a23e;
/*opacity: 1;*/
border-radius:20px 20px 20px 20px;
display: none;
/*overflow:hidden;	*/
/*-webkit-transition: opacity 200ms linear, top 200ms ease-in;*/
}

#itemMenu li:hover ul.sub {
/*position:absolute;*/
display: block;
padding: 0px 0px 0px 0px;
/*z-index: 100;	*/
left: -25%;
height: auto;
width: 150%;
/*background: #ffffff;*/	
/*opacity: 1;*/
top: 18px;
}

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

#itemMenu li ul.sub li a {
margin: 0px 0px 0px 0px;
font-size: 14px;
/*line-height: 12px;	*/
height: auto;
width: 183%;
left: -49%;	
color: #ffffff;
text-align:center;
padding: 15px 10px ;
font-weight: 400;
/*background-image:none;*/
/*background-color: #DDE8E9;*/
background: #00a23e;	
/*text-shadow:none;
border: none;*/
}
#itemMenu li ul.sub li a:hover {
/*background-image:none; */
/*background-color: #CCE2D0;*/
/*border: none;*/
background-color: #077A33;
color: #FFFF83;	
}

/*=====================▲折りたたみメニュー▲=====================*/

.search-sp{
	/*visibility:hidden;*/
	width: 83%;
	margin: -40px 0px 0px 0px;
	/*background-color: aquamarine;*/
}

.search-pc{display: none;}

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

.L_line{display: none;}

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

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

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


main {
					margin: 0px auto 5px;
					width: 322px;
					height: auto;
					/*background-color: #D3D3D3;*/
				}




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

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

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

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


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


.headline_L{
					
					margin: 0px auto 20px;
					text-align: left;
					color: #000000;
					font-size: 20px;
					line-height: 24px;
					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 10px;
					padding: 0px 0px 8px 0px;
					text-align: left;
					color: #000000;
					font-size: 18px;
					line-height: 28px;
					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: left;
					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;
					line-height: 32px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.txt{
					margin: 0px auto 30px auto;
					width: 322px;
					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: 40px 0px 50px 0px;
	width: 322px;
	/*display: flex;
	justify-content: space-between;*/
}

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


.txt_slid_3{
	margin: 0px 0px 0px 0px;
	width: 322px;
}

.vac_r{
	margin: 60px 0px 0px 0px;
}

.txt_r{
	width: auto;
	margin: -35px 0px 20px 0px;
}

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

.txt_770{
					margin: 0px auto 0px 1em;
					width: 308px;
					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: 308px;
					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: 308px;
					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: 308px;
					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: -25px 0px 20px 0px;
					width: 322px;
					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: 308px;
					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: 308px;
					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: 25px auto 0px;
	width: 322px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: aquamarine;*/
}

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

.logo_size_L{
	height: 85px;
}

.logo_pts{
	display: block;
}

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


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

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

.logo_p_top{
	margin: -15px auto 0px;
	width: 322px;
}

/*.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;
	width: 180px;
}


.logo_p_top_size{
	width: 160px;
}





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

.logo_0_slid{
	margin: 40px auto 0px;
	width: 322px;
	
}

.logo_s_slid{
	display: contents;
	display: flex;
	justify-content: center;
}

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

.logo_0_size{
	width:107px;
}

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

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

.logo_size_0{
	width:322px;
}

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

.img_0_size{
	width:322px;
}

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

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

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

.img_1_h{
	height: auto;
	margin: 0px 0px 75px 0px;
}
/*---------------------*/

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

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

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

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

.p_2_size{
	height: 161px;
}

.img_2_sli{
	width: 322px;
}

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

.img_2_size_2{
	width: 320px;
	margin: 0px auto;
  display: block;
}


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

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

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

.p_3_size{
	height: 107px;
}

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

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

.img_4_size{
	width: 320px;
}

.img_4_sli{
	width: 322px;
	height: auto;
	margin-bottom: 70px;
}

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

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

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

.img_5_sli{
	margin: 0px 0px 85px 0px;
	width: 322px;
	display: flex;
	justify-content: space-between;
}

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

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

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

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

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

/*
.flow{
		position: relative; 
		margin: 0px auto 50px;
		text-align: center;
		width: 322px;
		height: auto;
	
}
*/

/*
.button{
	
			margin: 12px auto 0px;
			width:322px;
			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: 16px;
			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:hover {
			color: #ffffff;	
			font-weight: 400;
    	background: #00a23e;
		}
*/


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

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

/*.map{
	margin-top: 70px;
	width: 100%;
	padding: 50px 0px 50px 0px;
	background: #00a23e;
	
}

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

.map_width_1{
	width: 322px;
	margin: 0px auto 10px;;
}

.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{
	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;
}

.map_width_2{
	margin: 0px auto 0px;
	text-align: center;
	width: 322px;
	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;
}*/

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


