@charset "utf-8";
/* CSS Document */
::-moz-selection {
    background: #ffd305;
	color: #000000;
}
::selection {
    background: #ffd305;
	color: #000000;
}

body {
	font-family:"Zen Old Mincho","Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:20px;
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
	color: #333333;
	
}
*{vertical-align: top; box-sizing: border-box; /*word-break: break-all;*/}

a{color: #333333; display: inline-block; text-indent: 0; text-decoration: underline;}
a:hover{opacity: 0.6; text-decoration: none;}


.sp{display: none;}

.animated{opacity: 0;}


@media screen and (max-width: 700px){
	body {
		font-size:14px;
	}
}

#wrapper .lang-btn { display: none; }


/*=====================================================================================
***************************************************************************************

　　header
		
***************************************************************************************
=====================================================================================*/

header{
	background: #FFFFFF;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
}

header img{width: 200px;}

header div{display: flex; align-items: center;}
header div a{
	font-size: 14px;
	text-decoration: none;
	color: #d54288;
	border: 1px solid #d54288;
	padding: 5px;
}


@media screen and (max-width: 700px){
	header{padding: 0 10px;}
	header h1{padding-top: 10px;}
	header img{width: 100px;}
}



/*=====================================================================================
***************************************************************************************

　　footer
		
***************************************************************************************
=====================================================================================*/
footer{padding: 50px; font-size: 14px;}

@media screen and (max-width: 700px){
	footer{padding: 30px;}
}


