@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("reset.css");
html{
	font-size:16px;
}
body{
	margin:0;
	font-size:1rem;
	line-height: 1.8;
	background-color: #fff;
	font-family: 'Noto Sans JP', "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#111111;
	font-weight: 500;
	overflow-x: hidden;
}

:root{
	--font-red:#CC0253;
	--green:#1B6E00;
	--glay:#232323;
	--manchou:'Noto Serif JP', serif;;
}
.font-red{
	color:#CC0253;
}

body.nosc{
	overflow-y: hidden;
}

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


	
	ヘッダー



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

header{
	width:100%;
	border-bottom:1px solid #DDDDDD;
	margin:0 auto;
	/*display: flex;
	justify-content: space-between;*/
	padding:3px 0 5px 0;
	line-height: normal;
	background-color: rgba(255,255,255,1);
}

header.act{
	position: fixed;
	top:0;
	left:0;
	z-index: 9998;
	padding:8px 0 8px 0;
background: #ededed;
background: -webkit-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 10%);
background: -o-linear-gradient(bottom, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 10%);
background: linear-gradient(to top, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 10%);
	 box-shadow: 0 2px 10px rgba(166,166,166,0.3);
	 transform: translateY(-50px);
	 opacity: 0;
	  /*nimation: slide-down 0.5s ease forwards;*/
	animation: slideDown 0.5s ease forwards;
}



@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        /*transform: translateY(0);*/
        opacity: 1;
    }
    to {
        /*transform: translateY(-50%);*/
        opacity: 1;
    }
}

#header_inner{
	width:min(100%,1200px);
	margin:0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	/*line-height: normal;*/
}

header #h-logo{
	width:300px;
	line-height: 0;
}

header #h-logo img{
	width:100%;
	height: auto;
}

header #head-right{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap:8px;
}

header #h-tel{
	 font-family: "Roboto", sans-serif;
	/*width:183px;*/
	display: inline-flex;
	align-items: flex-end;
	line-height: 1;
	margin-bottom:5px;
	font-size:2rem;
	font-weight: 700;
}

header #h-tel a{
		font-size:1.3rem;
		line-height: 1;
	font-weight: 900;
}
	
header #h-tel span{
		padding:3px 5px;
		background-color: #C43E69;
		border-radius: 5px;
		line-height: 1;
		color:#fff;
		font-size:0.75rem;
	margin-right:3px;
}


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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 980px){
	header{
		padding:0 0;
	}
	#header_inner{
		width:100%;
		padding:0 5px;
		align-items: center;
	}
	header #h-logo{
		width:260px;
	}
	header #h-tel{
		align-items: center;
		margin-bottom:0;
	}
	header #h-tel a{
		font-size:1.5rem;
	}
	header #head-right{
		flex-direction: row;
		align-items: center;
		gap:8px;
	}
}

@media screen and (max-width: 430px){
	#header_inner{
		align-items: center;
	}
	header #h-logo{
		width:200px;
	}
	
	header #h-tel a{
		width:50px;
		height:50px;
		color:#fff;
		background-color: #269900;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		text-decoration: none;
	}
	
}
/*------------------------------

	
	メニュー


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

#menu ul{
	/*width:100%;*/
	/*min-width:1200px;
	max-width: 1500px;*/
	margin:0 auto;
	display: flex;
	justify-content: flex-end;
	gap:20px;
}

#menu li{
	font-weight: 600;
	font-size:0.95rem;
	line-height: normal;
}

#menu li a{
	/*color:#000000;*/
	color: inherit;
	font-weight: 700;
	text-decoration: none;
	display: inline-flex;
	gap:3px;
}

 #menu li a::before{
	content: " ";
	width:24px;
	height: 20px;
	display: block;
	background-image: url("../../com/img/m-ico.png");
	background-size: cover;
}

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

	レスポンシブ

------------------------------*/
#menu_close{
	display: none;
}
@media screen and (min-width: 981px){
	#menu li a:hover{
		color:#1B6E00;
	}
}
@media screen and (min-width: 0) and (max-width: 980px){
	header .inner{
		width:95%;
		margin:0 auto;
		display: flex;
		justify-content: space-between;
	}
	
}
@media screen and (min-width: 0) and (max-width: 980px){

	#spmenuico{
		width:50px;
		height: 50px;
		background-color: #269900;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:0;
		border-radius: 5px;
	}
	
	#spmenuico span{
		display: block;
		width:20px;
		height: 2px;
		background-color: #fff;
		border-radius: 100px;
		position: relative;
		opacity: 1;
		transition: 0.3s;
	}
	
	#spmenuico.ishide span{
		opacity: 0;
		transition: 0.3s;
	}
	
	#spmenuico span::before,
	#spmenuico span::after{
		content:'';
		width:20px;
		height: 2px;
		display: block;
		background-color: #fff;
		border-radius: 100px;
		transition: 0.3s;
	}
	
	#spmenuico span::before{
		position: absolute;
		top:-6px;
		left:0;
	}
	
	#spmenuico span::after{
		position: absolute;
		bottom:-6px;
		left:0;
	}
	
	
	#spmenuico.ishide span::before{
		top:0;
		/*opacity: 0;*/
	}
	#spmenuico.ishide span::after{
		bottom:0;
		/*opacity: 0;*/
	}
	
	
	/*#menu{
		width:100%;
		height: 100vh;
		position: fixed;
		top:0;
		left:0;
		z-index: 9999;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		 opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
		transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	}*/
	
	#menu{
		/*display: none;*/
		width:100%;
		height: 100dvh;
		position: fixed;
		top:0;
		left:0;
		z-index: 9999;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		transform: translateX(100%);
		opacity: 0;
		  transition: transform 0.3s ease;
	}
	#menu.act{
		 opacity: 1;
		/* visibility: visible;*/
		  transform: translateX(0);
		 /* transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;*/
	}
	#menu_header{
		width:100%;
		text-align: center;
		margin-bottom:50px;
	}
	
	#menu_header_logo{
		width:260px;
		margin:0 auto 20px auto;
		line-height: 0;
	}
	
	#menu_header_logo img{
		width:100%;
		height: auto;
	}
	
  #menu_header_tel{
		 font-family: "Roboto", sans-serif;
		/*width:183px;*/
		display: flex;
		align-items: flex-end;
		  justify-content: center;
		line-height: 1;
	}

	#menu_header_tel a{
			font-size:1.5rem;
			line-height: 1;
			color: inherit;
		text-decoration: none;
		font-weight: 800;
	}

	#menu_header_tel span{
			padding:3px 5px;
			background-color: #C43E69;
			border-radius: 5px;
			line-height: 1;
			color:#fff;
			font-size:0.75rem;
		margin-right: 5px;
	}
	
	#menu ul{
		flex-direction: column;
		justify-content: flex-start;
		gap:30px;
	}
	
	#menu li{
		font-size:1.15rem;
	}
	
	#menu_close{
		width:30px;
		height: 30px;
		line-height: 20px;
		z-index: 99999;
		text-align: center;
		position: absolute;
		top:5px;
		right:5px;
		/*background-color: var(--green);
		border-bottom-left-radius:5px; */
		color:#858585;
		font-size:1.15rem;
	}
	
	#menu_close::before,
	#menu_close::after{
		content:'';
		width:25px;
		height: 3px;
		background-color: #858585;
		border-radius: 100px;
		display: block;
		position: absolute;
		top:50%;
		left:50%;
		opacity: 0;
		transition: opacity 0.5s ease, transform 0.5s ease;
	}
	
	#menu_close.act::before{
	 transform: translate(-50%, -50%) rotate(45deg);
		opacity: 1;
		transition: opacity 0.5s ease, transform 0.5s ease;
	}
	#menu_close.act::after{
		 transform: translate(-50%, -50%) rotate(-45deg);
		opacity: 1;
		transition: opacity 0.5s ease, transform 0.5s ease;
	}
}

	@keyframes menu{
		0%{
			opacity: 0;
			transform: translateX(100%);
		}
		100%{
			opacity: 1;
			transform: translateX(0);
		}
	}

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



	フッダー



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

footer{
	width: 100%;
	background-color: #EFF5EF;
}

#fooder_inner{
	width:min(95%,1200px);
	padding:15px 0;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:30px;
}

footer .bana{
	/*width:364px;*/
	margin:0 auto;
}

#fooder_address{	
	width:min(100%,400px);
	font-size:12px;
	/*margin-top:15px;
	background-image:url("../img/line.png");
	background-repeat: repeat-x;
	padding:15px 0;*/
	text-align: center;
}

#fooder_logo{
	width:280px;
	height: auto;
}


#fooder_menu{
	width:100%;
	display: flex;
	justify-content: center;
	margin-top:8px;
	gap:0 5px;
}

#fooder_menu li a{
	color:#111111;
	font-weight: bold;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

#fooder_menu li a::before{
	/*content:"\25A0";*/
	content:"■";
	color:#87B883;
	font-size:5px;
	margin-right:3px;
}

#copy{
	width: 100%;
	background-color: #CFE9D8;
	padding:3px 0;
	line-height: 1em;
	text-align: center;
	font-size:0.6rem;
	color:#186000;
}

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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 980px){
	#fooder_inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:10px;
		text-align: center;
	}
	
	#rcbana{
		width:280px;
		height: auto;
		display: block;
		line-height: 0;
	}
	
	#rcbana img{
		width:100%;
		height: auto;
	}
}


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


	コンテンツページ


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

#contant{
	line-height: 1.8;
}
#contant .inner{
	width:1200px;
	margin:0 auto;
}

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

	ヘッダー

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

/*#contant h1{
	width:1200px;
	margin:0 auto;
	font-size:8pt;
	text-align: left;
	line-height: normal;
}
*/

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

	メニュー

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


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

	タイトル

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

#title{
	width:100%;
	padding-bottom:5px;
	border-bottom:3px double #DDDDDD;
	padding:30px 0 5px 0;
	/*margin-bottom: 50px;*/
}

#title .inner{
	width:min(100%,1200px);
	min-height: 80px;
	/*padding-bottom:10px;*/
	display: flex;
	/*align-items: flex-end;*/
	justify-content: space-between;
}

#title h1{
	flex:2;
	min-height: 1;
	font-family: 'Noto Serif JP', serif;
	font-size:40px;
	font-weight: 900;
	color:var(--glay);
	letter-spacing:3px;
	/*background-image: url("../img/title-ico.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left:71px;*/
	line-height: 1;
	display: flex;
	align-items: center;
	padding-bottom:25px;
}


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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 980px){
	#title .inner{
		display: block;
	}
}

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

	パンくず

----------------------------------------*/
#pan{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#pan ul{
	display: flex;
	justify-content: flex-end;
}
#pan li{
	background-color: #8E8E8E;
	background-image: url("../img/pan01.png");
	background-position: center right;
	background-repeat: no-repeat;
	padding:3px 15px 2px 10px;
	text-align: left;
	font-size:8pt;
	color:#fff;
	line-height: 1em;
}

#pan li:first-child{
	background-image: url("../img/pan02.png"),url("../img/pan01.png");
	background-position: center left,center right;
	background-repeat: no-repeat,no-repeat;
	padding-left:15px;
}

#pan li:last-child{
	background-color: #AAAAAA;
	background-image: url("../img/pan03.png");
	/*color:#515151;*/
	/*font-weight: bold;*/
	/*background-position: center right;
	background-repeat: no-repeat,no-repeat;*/
	/*color: #8E8E8E;*/
}

#pan li a{
	width:100%;
	display: block;
	color:#fff;
	text-decoration: none;
}


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

	メイン

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

#contant main{
	/*width:100%;*/
	width:min(100%,1200px);
	/*margin:0 auto 80px auto;*/
	margin:0 auto;
}

/*#contant #main .inner{
	width:1200px;
}*/

#contant .item-title{
	text-align: center;
	/*color:#1B6E00;*/
	color:#555555;
	font-family: 'Noto Serif JP',"HG明朝E","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "ＭＳ Ｐ明朝", serif;
	font-weight: 700;
	font-size:30px;
	margin:0 auto 50px auto;
	background-image: url("../img/h3-line.png");
	background-position: center;
	background-repeat: repeat-x;
}

#contant .item-title h3{
	display: inline-block;
	position: relative;
	padding-left:20px;
	padding-right:20px;
	background-color: #fff;
	/*background-image: url("../img/h3_ico03.png"),url("../img/h3_ico04.png");
	background-position: center left, center right;
	background-repeat: no-repeat,no-repeat;**/
}

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

	レスポンシブ

------------------------------*/
@media screen and (max-width: 1200px){
	#contant main{
		padding:0 40px;
	}
}

@media screen and (max-width: 430px){
	#contant main{
		padding:0 20px;
	}
}
/*----------------------------------------


	メイン


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

#loading{
	width:100vw;
	height: 100dvh;
	background-color:#fff;
	position: fixed;
	top:0;
	left:0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

#loading_logo{
	width:150px;
	line-height: 0;
	margin-bottom:20px;
}

#loading_logo img{
	width:100%;
	height: auto;
	animation: fadein 1.5s ease-out;
}

/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
#loading p{
  font-weight: 800;
  font-family: "Google Sans", sans-serif;
  font-size: 25px;
  line-height: 1.2em;
animation: loadinganime 1.5s ease-out infinite;
	color:#269900;
}

@keyframes loadinganime{
	0%{
		opacity: 0;
	}
	
	100%{
		opacity: 1;
	}
}

@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}

@media screen and (min-width: 0) and (max-width: 430px){
	#loading_logo{
		width:100px;
	}
}