@charset "UTF-8";

/*大きな背景画像
-------------------*/
.big-bg{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
#home{
	background-color:#54917f;
}
#home .page-title{
	text-transform: none; /*テキストの大文字小文字全角を変換しない指定*/
}
/*@media only screen and (min-width:641px) {}*/
/*@media screen and (max-width: 640px) {
.big-bg{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}#home{
	background-color:#f7f6fb;
}
}/*


/*
#home{
	background-image:url(../../../zai/main-bg.jpg);
	min-height: 100vh;
	padding: 0 25px;
}
*/



/*header
-------------------*/
.logo{
	/*width: 60%;*/
	margin-top: 100px;
	/*margin-bottom: -130px;本来はなし*/
}
.page-heder{
	display: flex;
	justify-content: space-between;
}
.wrapper{
	max-width: 1100px;
	margin: 0 auto; /*中央に配置する指定*/
	padding: 4%; /*スマホ向け余白の指定*/
}


/*ヘッダーメニュー入れるとき-------------------*/
header {
	z-index: 9999;
	padding: 30px 4% 10px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	transition: all .5s ease-out;
	height:120px;
}
header.min-header {
	height:100px;
	padding: 10px 4%;
	background-color: #be8f68 ;
}
header h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
header a {	
	text-decoration: none;
	color: #fff;
}
a {
	text-decoration: none;
	color: #252525;
}
p {
	line-height: 2;
}
nav {
	margin: 0 0 0 auto;
}
ul {
	list-style: none;
	margin: 10px 0 0;
	display: flex;
}
li {
	margin: 0 0 0 10px;
	font-size: 18px;
}
header .login{
	position: relative;
	display: block;
	max-width:600px;
	width:550px;
	height:35px;
	margin:10px 0 5px;
	background-color:#f39800;
	border-radius:3rem;
	left: 20px;
}

header .login a p{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:500;
	padding:.15rem 1rem 1rem;
	color:#fff;
	text-align:center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transition: all .3s ease-out;
	border-radius:3rem;
}
/*header .login a p:hover  {
	color: #fff;
	border-radius:3rem;
	background-color: #043c78;
	max-width:600px;
	width:550px;
	height:35px;
}*/


.sp-nav {
	display: none;
}
.pc-nav li {
	font-size: 1rem;
	line-height: 20px;
	font-weight: 500;
	margin: 0px 1.2em;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;

}
.pc-nav ul li{
	float: left;
	border-left: 1px solid #fff;
	padding-left: 13px;
	margin-right: 13px;
	left: -50%;
}

@media screen and (max-width: 640px) {
	/**ハンバーガーメニュー	**/
	.pc-nav {
		display: none;
	}
	.sp-nav {
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: block;
		background: rgba(0, 0, 0, .8);
		opacity: 0;
		transform: translateY(-100%);
		transition: all .2s ease-in-out;
	}
	#hamburger {
		position: relative;
		display: block;
		width: 50px;
		height: 25px;
		margin: 0 0 0 auto;
		left: -20px;

	}
	#hamburger span {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transform: translateY(-50%);
	}
	#hamburger::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	#hamburger::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 70%;
		height: 2px;
		background-color: #fff;
	}
	/*スマホメニュー	*/
	header {
		z-index: 9999;
		padding: 5px 4% 50px;
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #fff;
		display: flex;
		align-items: center;
		transition: all .5s ease-out;
		height:100px;
	}
	header.min-header {
		height:130px;
		padding: 5px 4% 50px;
		background-color: #be8f68 ;
	}
	.sp-nav ul {
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.sp-nav li {
		margin: 0;
		padding: 0;
		line-height: 25px;
		text-align:center;
	}
	
	/*　閉じる	*/
	.sp-nav li span {
		font-size: 15px;
		color: #fff;
	}

	.sp-nav li a, .sp-nav li span {
		display: block;
		padding: 20px 0;
	}

	/*-閉じるアイコンー	*/
	.sp-nav .close {
		position: relative;
		padding-left: 20px;
	}
	.sp-nav .close::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( 45deg );
	}
	.sp-nav .close::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( -45deg );
	}
	}
	.toggle {
		transform: translateY( 0 );
		opacity: 1;
	}
	.main-visual {
		padding: 0 4%;
	}
	h2 {
		line-height: 1.6;
		text-align: center;
	}
/*スマホログインボタン*/
	header .login-sp{
		position: absolute;
		display: block;
		max-width:100%;
		width:640px;/*350*/
		height:35px;
		margin:110px 0 5px;
		background-color:#f39800;
		left:0rem; /*0.9*/
		bottom:.5rem;
	}
	
	header .login-sp a p{
		font-size:0.8rem;
		line-height:1.5rem;
		font-weight:500;
		padding:.15rem 1rem 1rem;
		text-align:center;
		color:#fff;
		font-family: 'M PLUS Rounded 1c', sans	-serif;
		transition: all .3s ease-out;
		border-radius:3rem;
	}

table {
	max-width: 700px;
	margin: 0 auto;
	color: #aaa;
}

.break {
	margin-bottom:200px;
}
}
