@charset "UTF-8";

/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:680px) {
	.noneSP {
		display: none
	}

	.br-pc {
		display: none;
	}

	.br-sp {
		display: block;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}


	.smallfont {
		font-size: 90%;
	}

	.smallfont2 {
		font-size: 80%;
	}


	/*///////////////////////////////////////////////


ベース・共通項目


///////////////////////////////////////////////*/


	body {
		letter-spacing: 0.05em;
		margin: 0;
		padding: 0;
		line-height: 160%;
		font-family: "Noto Sans JP";
		font-size: 1em;
		background-color: #E9F1E8;
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;
	}

	/* ページトップへ戻る */
	#pageTop {
		position: fixed;
		bottom: 50px;
		right: 10px;
	}


	#pageTop img {
		width: 50px;
	}


	img {
		width: 100%;
		height: auto
	}




	/*///////////////////////////////////////////////


ヘッダ


///////////////////////////////////////////////*/


	header {
		width: 100%;
		padding: 1px 0;
		background: #fff;
	}

	header h1 img {
		width: 100px;
		height: auto;
		margin: 0 0 0 20px;
	}




	/*///////////////////////////////////////////////


メインビジュアル


///////////////////////////////////////////////*/



	section.main img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}



	/*///////////////////////////////////////////////


コンンテンツボックス


///////////////////////////////////////////////*/


	section.contentsbox {
		margin-inline: auto;
		display: flex;
		flex-direction: column;
	}

	div.bnr_long {
		width: 92%;
		margin: 0 auto -10px;
	}



	/*///////////////////////////////////////////////

CSSアニメーションボタン

///////////////////////////////////////////////*/



	div.container {
		text-align: center;
	}

	div.container img {
		width: 180px;
	}

	.c-button {
		outline: none;
		display: inline-block;
		width: inherit;
		min-width: 80%;
		text-align: center;
		background-color: #F2A324;
		color: #ffffff !important;
		text-decoration: none;
		position: relative;
		transition: all 0.3s;
		padding: 15px 30px;
		font-weight: 700;
		font-size: 0.7em;
		opacity: 1 !important;
		border: 1px solid #F2A324;
		margin: 50px auto 100px;
		border-radius: 50px;
		letter-spacing: 7px;
		line-height: 1.5;
	}

	.c-button span {
		position: relative;
		z-index: 99;
		letter-spacing: 0.1em;
	}

	.c-button:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background-color: #fff;
		border-radius: 50px;
	}




	/*///////////////////////////////////////////////


フッター


///////////////////////////////////////////////*/



	footer {
		clear: both;
		margin: 0% auto 0 auto;
		padding: 5% 0;
		text-align: center;
		font-size: 0.7em;
		color: #FFF;
		background: #00A53C;
		color: #FFF;
		line-height: 160%;
	}

	footer p img {
		width: 30%;
	}


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

 * フェードナビゲーション
 
 * -------------------------------------------- */

	#header2 {
		position: fixed;
		height: 0px;
		width: 100%;
		z-index: 1000;
		padding: 3% 0 4% 0;
		bottom: 0;
	}

	.noneunderline {
		border: none !important;
		margin-top: -10px !important;
	}

	.spmtm10 {
		margin-top: 0px !important;
		display: block !important;
	}

	.spnoneline {
		border: none !important;
	}


	p.coution {
		font-size: 90%;
		padding: 0 20px;
	}


	p.logogiburi_side img {
		width: 200px;
		padding-top: 10px;
		margin-bottom: -10px;
	}







}