@charset "utf-8";

#areaAfrica,
#areaAfrica + span{display: none;}

p{line-height: 1.5;}
a{text-decoration: underline;}
a:hover{text-decoration: none;}
.nml{margin-top: 1em;}

.lang_jp .show_jp{display: inline-block !important;width: 100%;}
.lang_jp .show_en{display: none !important;}
.lang_en .show_jp{display: none !important;}
.lang_en .show_en{display: inline-block !important;width: 100%;}

body{
	font-size: 1.5rem;
}

.fsS{font-size: 0.8em;}
.fsSS{font-size: 0.6em;}

	@media screen and (max-width:768px){

	body{
		font-size: 1.4rem;
		padding-top: 90px;
	}

	}/* --- max-width:768px */

main{position: relative;z-index: 8;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ btn */

.btn_nml{
	display: inline-block;
	border: 2px solid;
	padding: 10px 15px 8px;
	font-weight: bold;
	font-size: 1.2rem;
	text-decoration: none;
}
.btn_nml:hover{background: #333;color: #fff;}
.btn_nml.white{border-color: #fff;color: #fff;}
.btn_nml.white:hover{background: #fff;color: #333;}
.btn_nml.red{border-color: #235900;color: #235900;background: #fff;}
.btn_nml.red:hover{background: #235900;color: #fff;}
.btn_nml.shu{border-color: #0b4800;color: #0b4800;background: #fff;}
.btn_nml.shu:hover{background: #0b4800;color: #fff;}
.btn_nml.blue{border-color: #0b4800;color: #0b4800;background: #fff;}
.btn_nml.blue:hover{background: #0b4800;color: #fff;}
.btn_nml.brown{border-color: #fff;color: #fff;background: #ab8434;}
.btn_nml.brown:hover{background: #fff;color: #ab8434;}
.btn_nml.yellow{border-color: #fff;color: #fff;background: #76a8ef;}
.btn_nml.yellow:hover{background: #fff;color: #76a8ef;}
.btn_nml.green{border-color: #0b4800;color: #0b4800;background: #fff;}
.btn_nml.shu:green{background: #0b4800;color: #fff;}

.btn_nml span{
	position: relative;
	padding: 0 15px;
	display: block;
}

.btn_nml span:after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px;
	border-right: solid 2px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
}
.btn_nml.white span:before{border-color: #fff;color: #fff;}
.btn_nml.red span:before{border-color: #235900;color: #235900;}
.btn_nml.shu span:before{border-color: #ab0000;color: #ab0000;}

.btn_nml.chirashi span > em{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn_nml.chirashi span > em > em{
	display: inline-block;
	margin-right: 5px;
}

.btn_nml.chirashi span > em > em img{
	width: 35px;
}

.btn_nml.back span{
	position: relative;
	padding: 0 15px;
	display: block;
}

.btn_nml.back span:after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px;
	border-right: solid 2px;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}

.btn_nml.noIcon span:before,
.btn_nml.noIcon span:after{display: none !important;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ header */

header{
	position: relative;
	z-index: 10;
	background: #fff;
}

	@media screen and (max-width:768px){

	header{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}

	}/* --- max-width:768px */

/* ############################### langBlock */

header .langBlock{
	position: relative;
	background: #76a8ef;
	padding: 5px 10px;
	z-index: 3;
}

header .langBlock .langBox{
	display: table;
	margin: 0 0 0 auto;
	border-right: 1px solid #fff;
}

header .langBlock .langBox > li{
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #fff;
}

header .langBlock .langBox > li a{
	display: inline-block;
	padding: 0 8px;
}
header .langBlock .langBox > li a:hover{opacity: 0.8;}

header .langBlock .langBox > li a img{
	display: block;
}

	@media screen and (max-width:768px){

	header .langBlock{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0 10px;
		height: 30px;
	}

	header .langBlock .langBox > li a{
		padding: 0 10px;
	}

	}/* --- max-width:768px */

/* ############################### logoBlock */

header .logoBlock{
	position: relative;
	padding: 15px 10px;
	box-shadow: rgba(0,0,0,0.2) 0 2px 2px 0;
	z-index: 2;
}

header .logoBlock .logoBox{
	display: table;
	width: 100%;
}

header .logoBlock .logoBox li.logo{
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

header .logoBlock .logoBox li.logo a{
	display: inline-block;
	max-width: 450px;
}

header .logoBlock .logoBox li.bttn{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

header .logoBlock .logoBox li.menu{
	display: none;
}

header .logoBlock .logoBox li.bttn a{
	display: inline-block;
	padding: 10px;
	border: 2px solid #76a8ef;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	color: #76a8ef;
	line-height: 1.5;
	text-decoration: none;
}
header .logoBlock .logoBox li.bttn a:hover{background: #76a8ef;color: #fff;}

	@media screen and (max-width:768px){

	header .logoBlock{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60px;
		padding: 10px;
	}

	header .logoBlock .logoBox li.logo{
		width: 80%;
	}

	header .logoBlock .logoBox li.logo a{
		max-width: 230px;
	}

	header .logoBlock .logoBox li.bttn{
		display: none;
	}

	header .logoBlock .logoBox li.menu{
		display: table-cell;
		vertical-align: middle;
		width: 20%;
		text-align: right;
	}

	}/* --- max-width:768px */

/* ############################### menuBlock */

header .menuBlock{
	padding: 0 10px 0;
	box-shadow: rgba(0,0,0,0.2) 0 2px 2px 0;
	background: #f2f2f2;
}

header .menuBlock .menuBox{
	display: table;
	margin: auto;
}

header .menuBlock .menuBox li{
	display: table-cell;
	padding: 0 15px;
}
header .menuBlock .menuBox li.outline{display: none;}

header .menuBlock .menuBox li a{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	padding: 12px 0 10px;
	text-decoration: none;
}

header .menuBlock .menuBox li a.is_active:before,
header .menuBlock .menuBox li a:hover:before{
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	border-bottom: 3px solid #76a8ef;
	width: 100%;
	height: 1px;
	background-size: contain;
}

	@media screen and (max-width:768px){

	header .menuBlock{
		display: none;
		padding: 0;
	}

	header .menuBlock .menuBox{
		display: block;
		margin: auto;
	}

	header .menuBlock .menuBox li{
		display: block;
		padding: 10px;
		border-top: 1px solid #ddd;
	}
	header .menuBlock .menuBox li:first-child{border: none;padding-top: 12px;}
	header .menuBlock .menuBox li.outline{display: block;}

	header .menuBlock .menuBox li a.is_active:before,
	header .menuBlock .menuBox li a:hover:before{
		display: none;
	}

	header .menuBlock .menuBox li a{
		display: block;
	}
	header .menuBlock .menuBox li a:hover{text-decoration: none;}

	}/* --- max-width:768px */

/* ############################### btn_gmenu */

#btn_gmenu,
#btn_gmenu span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#btn_gmenu{
	position: relative;
	width: 30px;
	height: 20px;
}

#btn_gmenu span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
	border-radius: 2px;
}

#btn_gmenu span:nth-of-type(1){top: 0;}
#btn_gmenu span:nth-of-type(2){top: 9px;}
#btn_gmenu span:nth-of-type(3){bottom: 0;}

#btn_gmenu span:nth-of-type(1){animation: menuBar01 .75s forwards;}
@keyframes menuBar01{
	0%{transform: translateY(10px) rotate(45deg);}
	50%{transform: translateY(10px) rotate(0);}
	100%{transform: translateY(0) rotate(0);}
}

#btn_gmenu span:nth-of-type(2){transition: all .25s .25s;opacity: 1;}

#btn_gmenu span:nth-of-type(3){animation: menuBar02 .75s forwards;}
@keyframes menuBar02{
	0%{transform: translateY(-10px) rotate(-45deg);}
	50%{transform: translateY(-10px) rotate(0);}
	100%{transform: translateY(0) rotate(0);}
}

#btn_gmenu.is_active span:nth-of-type(1){animation: is_active_menuBar01 .75s forwards;}
@keyframes is_active_menuBar01{
	0%{transform: translateY(0) rotate(0);}
	50%{transform: translateY(10px) rotate(0);}
	100%{transform: translateY(10px) rotate(45deg);}
}

#btn_gmenu.is_active span:nth-of-type(2){opacity: 0;}

#btn_gmenu.is_active span:nth-of-type(3){animation: is_active_menuBar03 .75s forwards;}
@keyframes is_active_menuBar03{
	0%{transform: translateY(0) rotate(0);}
	50%{transform: translateY(-10px) rotate(0);}
	100%{transform: translateY(-9px) rotate(-45deg);}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ footer */

footer{
	position: relative;
	z-index: 6;
}

footer .snsBlock{
	background: #f2f2f2;
	padding: 15px 10px;
}

footer .snsBox{
	display: table;
	margin: auto;
}

footer .snsBox > li{
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
	text-align: center;
}

footer .snsBox > li a{
	display: inline-block;
	width: 30px;
}
footer .snsBox > li a:hover{opacity: 0.8;}

footer .copyBlock{
	background: #76a8ef;
	text-align: center;
}

footer .copyBlock p a,
footer .copyBlock p{
	color: #fff;
	font-size: 1.2rem;
	padding: 10px;
}

	@media screen and (max-width:768px){

	footer .copyBlock p{
		font-size: 1.0rem;
	}

	}/* --- max-width:768px */
