@charset "UTF-8"


/* 共通部分
--------------------------------*/

html{
	font-size: 100%;
}


body{
		font-family:"Yu Gothic Medium,""游ゴシック Medium",YuGothic,"游ゴシック体","ヒイラギノ角ゴ Pro W3",sans-serif;
		line-height: 1,7;
		color; #999999;
		background:#000000;
		user-select: none;

}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

span {font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}



/* HEADER
--------------------------------*/
.logo{
	width: 210px;
	margin-top: 14px;
}

.main-nav{
	display: flex;
	font-size: 1.25rem;
	margin-top: 34px;
	margin-bottom: 40px;

	list-style: none;

}

.main-nav li{
	margin-left: 36px;
	font-weight: bold;
	text-shadow: 3px 3px 10px #ccccff ,
-3px 3px 10px #ccccff ,
3px -3px 10px #ccccff ,
-3px -3px 10px #ccccff;

}

.main-nav a{
	color: #003399;
	font-weight: bold;


}

.main-nav a:hover{
	color: #eaf4fc;
	font-weight: bold;

}

.page-header{
	display: flex;
	justify-content: space-between;
}

.wrapper{
	max-width: 2000px;
	margin: 0 auto;
	padding: 0 4%;
}



/* HOME
----------------------------------*/

.home-content {
	text-align: center;
	margin-top: 10%;
}


.home-content p {
	font-size: 1.125rem;
	margin: 10px 0 42px;
	color:#999999;

}


article p {
	margin-bottom: 1rem;
}

.attention{
	color:#c70067;
}


/* 見出し */


.page-title{
	color:#ffefff;
	font-size: 5rem;
	font-family: serif;
	font-weight: bold;
	text-shadow: 3px 3px 10px #ff66cc ,
-3px 3px 10px #ff66cc ,
3px -3px 10px #ff66cc ,
-3px -3px 10px #ff66cc;


}

.page-title2{
	font-size: 1.3rem;
	font-family: 游ゴシック Medium;
	font-weight: bold;
	color:#e7609e;
}

/* ボタン */

.button{
	font-size:1.375rem;
	background: #ff99cc;
	color: #ffffff;
	border-radius: 5px;
	padding:18px 32px;
}

.button:hover{
 background: #ff66cc;
}


/* 大きな背景画像 */
.big-bg{
	background-size: cover;
	background-position: center top;
}

#home{
	background-image: url(../images/site-bg/main-bg.jpg);
	min-height: 100vh;
}

#home .page-title{
	text-transform: none;
}

/* TOP
-----------------------------------------*/

#top{
	background-image: url(./images/site-bg/top-bg.jpg);
	background-position: 50% 50%;
	height: 270px;
    margin-bottom: 40px;
}


/* TOPページ・大きな背景画像 */
.big-bg{
	background-size: cover;
	background-position: center top;
}

#top{
    color: #999999;
	background-image: url(../images/site-bg/main2-2_bg.jpg);
	min-height: 100vh;
}

#top .page-title4{
	text-transform: none;
	color:#ffffff;
	font-size: 4rem;
	font-family: serif;
	font-weight: bold;
	text-shadow: 3px 3px 10px #ff66ff,
	-3px 3px 10px #ff66ff,
	3px -3px 10px #ff66ff,
	-3px -3px 10px #ff66ff;
}

#top .aisatu{

	color:#bbbcde;

}



/* フッター
-------------------------------------------------*/
footer {
	background: #333333;
	text-align: center;
	padding: 30px 0;

}

footer p {
	color: #999999;
	font-size: 0.875rem;
}





