/*	h1
============================== */
article.bknm h1.bknm span {
	background-image: url(../img/h1.png);
}
article.bknm h1 span {
	display: block;
	background-repeat: no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 110%;
}
article.bknm h1::after {
	background-color: #efd499; /* 線色 */
	border-radius: 2.5px; /* 線幅の半分 */
	content: "";
	display: block;
	height: 5px; /* 線幅 */
	margin-top: 10px;
	margin-bottom: 10px;
}
@media all and (min-width: 768px) {
	article.bknm {
		padding-top: 20px;
	}
	article.bknm h1 span {
		background-size: 619px 283px;
		background-position: center -106px;
	}
	article.bknm h1.bknm span {
		width: 327px;
		height: 40px;
		margin: 0 auto 15px;
	}
}
@media all and (max-width: 767px) {
	article.bknm {
		padding: 10px;
	}
	article.bknm h1 span {
		background-size: 455px 208px;
		background-position: center -80px;
	}
	article.bknm h1.bknm span {
		width: 238px;
		height: 28px;
		margin: 0 auto;
	}
}
/*	map
============================== */
.map {
	background-image: url(../img/map.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	position:relative;
	background-position:left top;
}
.map ul {
	height:100%;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	list-style-type:none;
}
.map ul li {
	position:absolute;
}
@media all and (min-width: 768px) {
	.map {
		width: 600px;
		height: 326px;
		margin-bottom: 5px;
	}
}
@media all and (max-width: 767px) {
	.map {
		height:0;
		padding-top: 54.3333333333333%;
	}
	.map ul {
		height:100%;
		position:absolute;
		left:0;
		top:0;
		width:100%;
	}
}

div.map ul li#btn_Europe {left:338px;top:56px;}
div.map ul li#btn_Asia {left:387px;top:145px;}
div.map ul li#btn_Africa {left:229px;top:177px;}
div.map ul li#btn_SouthAmerica {left:175px;top:245px;}
div.map ul li#btn_NorthAmerica {left:60px;top:102px;}
div.map ul li#btn_Oceania {left:360px;top:247px;}
div.map ul li#btn_Japan {left:500px;top:150px;}
div.map ul li#btn_MiddleEast {left: 266px;top: 116px;}
div.map ul li#btn_Other {left:27px;top:245px;}

div.map ul li#btn_Europe a { background-image: url(../img/btn_Europe.png); }
div.map ul li#btn_Asia a { background-image: url(../img/btn_Asia.png); }
div.map ul li#btn_Africa a { background-image: url(../img/btn_Africa.png); }
div.map ul li#btn_SouthAmerica a { background-image: url(../img/btn_SouthAmerica.png); }
div.map ul li#btn_NorthAmerica a { background-image: url(../img/btn_NorthAmerica.png); }
div.map ul li#btn_Oceania a { background-image: url(../img/btn_Oceania.png); }
div.map ul li#btn_Japan a { background-image: url(../img/btn_Japan.png); }
div.map ul li#btn_MiddleEast a { background-image: url(../img/btn_MiddleEast.png); }
div.map ul li#btn_Other a {background-image: url(../img/btn_Other.png);}

.Europe div.map ul li#btn_Europe a { background-image: url(../img/btn_Europe_h.png); }
.Asia div.map ul li#btn_Asia a { background-image: url(../img/btn_Asia_h.png); }
.Africa div.map ul li#btn_Africa a { background-image: url(../img/btn_Africa_h.png); }
.SouthAmerica div.map ul li#btn_SouthAmerica a { background-image: url(../img/btn_SouthAmerica_h.png); }
.NorthAmerica div.map ul li#btn_NorthAmerica a { background-image: url(../img/btn_NorthAmerica_h.png); }
.Oceania div.map ul li#btn_Oceania a { background-image: url(../img/btn_Oceania_h.png); }
.Japan div.map ul li#btn_Japan a { background-image: url(../img/btn_Japan_h.png); }
.MiddleEast div.map ul li#btn_MiddleEast a { background-image: url(../img/btn_MiddleEast_h.png); }
.Other div.map ul li#btn_Other a { background-image: url(../img/btn_Other_h.png); }








div.map ul li a {
	display:block;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration:none;
}

div.map ul li a, div.map ul li a img { display:block;}
div.map ul li#btn_NorthAmerica a, div.map ul li#btn_NorthAmerica a img {width: 87px;height:41px;}
div.map ul li#btn_Europe a, div.map ul li#btn_Europe a img {width: 133px;height:41px;}
div.map ul li#btn_Asia a, div.map ul li#btn_Asia a img {width: 103px;height:41px;}
div.map ul li#btn_Africa a, div.map ul li#btn_Africa a img {width: 115px;height:41px;}
div.map ul li#btn_SouthAmerica a, div.map ul li#btn_SouthAmerica a img {width: 98px;height:41px;}
div.map ul li#btn_Oceania a, div.map ul li#btn_Oceania a img {width: 131px;height:41px;}
div.map ul li#btn_Japan a, div.map ul li#btn_Japan a img {width: 83px;height:41px;}
div.map ul li#btn_MiddleEast a, div.map ul li#btn_MiddleEast a img {width: 98px;height:41px;}
div.map ul li#btn_Other a, div.map ul li#btn_Other a img {width: 98px;height:41px;}




.SouthAmerica .old,
.NorthAmerica .old {
	margin-top: 50px;
}
/*	sort_btn
============================== */
div.sort {
}
div.sort ul {
	display: flex;
}
div.sort ul li {
	width: 50%;
	margin: 5px 0 0px;
}
article.country div.sort ul li {
	margin-top: 5px;
}
div.sort ul li:first-child {
	margin-right: 1%;
}
@media all and (min-width: 768px) {
	div.sort ul {
		width: 600px;
		margin: 0 auto;
	}
	article.country div.sort ul li {
	margin-bottom: 25px;
	}
}
@media all and (max-width: 767px) {
	div.sort ul {
		background-color: #77382c;
	}
	article.country div.sort ul li {
		margin-bottom: 7px;
	}
}
/*	data
============================== */
@media all and (max-width: 767px) {
	div.map_outer {
		padding: 0;
	}
}
/*	article.sort h2 ribbon
============================== */
@media all and (min-width: 768px) {
	article.sort {
		margin-bottom: 40px;
	}
	article.country h2{
		position: relative;
		padding: 10px 20px;
		font-size: 18px;
		color:#FFF;
		width: calc(100% - 80px);
		height: 38px;
		box-sizing: border-box;
		margin-left: 40px;
		background: #db3535;
		box-shadow:0 1px 3px rgba(0,0,0,0.25);
		z-index: 2;
		margin-bottom: 0px;
	}
	article.sort h2:before,
	article.sort h2:after{
		content: "";
		position: relative;
		position: absolute;
		top:10px;
		height: 0;
		width: 0;
		border: 19px solid #db3535;
		z-index: 0;
		/* position: relative; */
	}
	article.sort h2:before{
		right: -28px;
		border-right-color: transparent;
	}
	article.sort h2:after{
		left: -28px;
		border-left-color: transparent;
	}
	article.sort h2 span{
		display:block;
	}
	article.sort h2 span:before,
	article.sort h2 span:after{
		content: "";
		position: absolute;
		top: 100%;
		height: 0;
		width: 0;
		border: 5px solid transparent;
		border-top: 5px solid #a52220;
		z-index: 1;
	}
	article.sort h2 span:before{
		right: 0;
		border-left: 5px solid #a52220;
	}
	article.sort h2 span:after{
		left: 0;
		border-right: 5px solid #a52220;
	}
}
@media all and (max-width: 767px) {
	article.sort {
		background-color: #77382c;
		/* padding: 40px 10px 10px!important; */
	}
	article.sort h2{
		position: relative;
		padding: 8px 20px;
		font-size: 17px;
		color:#FFF;
		width: calc(111% - 80px);
		height: 36px;
		box-sizing: border-box;
		margin-left: 20px;
		background: #db3535;
		box-shadow:0 1px 3px rgba(0,0,0,0.25);
		z-index: 2;
		margin: 0 auto -20px;
	}
	article.sort h2:before,
	article.sort h2:after{
		content: "";
		position: relative;
		position: absolute;
		top: 16px;
		height: 0;
		width: 0;
		border: 15px solid #db3535;
		z-index: 0;
		/* position: relative; */
	}
	article.sort h2:before{
		right: -20px;
		border-right-color: transparent;
	}
	article.sort h2:after{
		left: -20px;
		border-left-color: transparent;
	}
	article.sort h2 span{
		display:block;
	}
	article.sort h2 span:before,
	article.sort h2 span:after{
		content: "";
		position: absolute;
		top: 100%;
		height: 0;
		width: 0;
		border: 5px solid transparent;
		border-top: 5px solid #a52220;
		z-index: 1;
	}
	article.sort h2 span:before{
		right: 0;
		border-left: 5px solid #a52220;
	}
	article.sort h2 span:after{
		left: 0;
		border-right: 5px solid #a52220;
	}
}
/*	article.sort h3
============================== */
article.country section:first-child h3 {
	  margin-top: 30px;
}
article.country h3 {
  position: relative;
  padding: 0px 0.5em 0.8em 2.3em;
  border-bottom: 2px solid #db3535;
  color: #db3535;
  margin-top: 3px;
}
article.country h3::after {
  position: absolute;
  top: .15em;
  left: 1em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #db3535;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}
/*	article.sort li
============================== */
.Africa article.sort ul,
.SouthAmerica article.sort ul,
.NorthAmerica article.sort ul,
.Other article.sort ul,
.Oceania article.sort ul,
.Japan article.sort ul,
.Asia article.sort ul,
.Europe article.sort ul {
	padding: 45px 1em 1em;
	margin-top: -45px;
	background-color: #f2dfb6;
	border-radius: 10px;
}
article.sort ul {
	padding: 0 0em 1em;
	background-color: #f2dfb6;
	border-radius: 10px;
}
article.sort li {
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: .5em 0;
}
article.sort li a {
	line-height: 1.6;
}
span.li_inner a {
	display: block;
	border-radius: 10px;
	padding: 5px 10px;
	transition: background-color .3s;
	color: #661e10;
}
span.li_inner a:hover {
	background-color: rgba(255, 255, 255, 0.7);
}
a span.title {
	color: #db3535;
	font-size: 110%;
	font-weight: bold;
}
b.hunter_name {
	padding: 20px 0.5em;
	font-size: 110%;
	color: #db3535;
	line-height: 1.6;
}
@media all and (max-width: 767px) {
li a{
	font-size: 13px;
	line-height: 1.6;
}
}
/*	article.sort li span.date
============================== */
article.sort li span.date {
	font-weight: bold;
}
article.sort section {
	background-color: #efd499;
	padding: 10px 10px 10px;
	border-radius: 10px;
	margin-bottom: 1em;
}
article.country section:first-of-type {
	padding: 56px 10px 10px;
}
article.country section {
	padding: 20px 10px 10px;
	margin-bottom: 0.5em;
}
article.huntersrt section {
	background-color: #f2dfb6;
	padding: 30px 10px 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	margin-bottom: 0.5em;
}
article.huntersrt section:last-of-type {
	margin-bottom: 1.5em;
}
@media all and (min-width: 768px) {
	article.country section {
		padding: 20px 10px 10px!important;
		background-color: #f2dfb6;
	}
}
@media all and (max-width: 767px) {
	div.data {
		/* background-color: #77382c; */
	}
	article.country:not(:last-child) {
		margin-bottom: 15px;
	}
}
/*	article.datesrt
============================== */
.datesrt li.datesrt a span {
	background-color: #7ccd2e;
	font-weight: bold;
}
.datesrt li.datesrt a {
	background-color: #7ccd2e;
}
/*	article.huntersrt
============================== */
.huntersrt li.huntersrt a span {
	background-color: #7ccd2e;
	font-weight: bold;
}
.huntersrt li.huntersrt a {
	background-color: #7ccd2e;
}

/*	dmenu
============================== */
.dmenu{
	display:flex;
	flex-wrap: wrap;
}
@media all and (min-width: 768px) {
	.dmenu{
		margin: 0 -20px 0.5em;
	}
}
@media all and (max-width: 767px) {
	.dmenu{
    margin: 0px auto 0.5em;
    width: 300px;
    line-height: 1.3;
 }
}
.dmenu p {
	background-color: #e5844f;
	border-radius: 5px;
	margin: 1%;
}
.dic_all .dmenu p.all { background-color: #0a5b9f; }
.dic_01 .dmenu p.a_gyo { background-color: #0a5b9f; }
.dic_02 .dmenu p.ka_gyo { background-color: #0a5b9f; }
.dic_03 .dmenu p.sa_gyo { background-color: #0a5b9f; }
.dic_04 .dmenu p.ta_gyo { background-color: #0a5b9f; }
.dic_05 .dmenu p.na_gyo { background-color: #0a5b9f; }
.dic_06 .dmenu p.ha_gyo { background-color: #0a5b9f; }
.dic_07 .dmenu p.ma_gyo { background-color: #0a5b9f; }
.dic_08 .dmenu p.ya_gyo { background-color: #0a5b9f; }
.dic_09 .dmenu p.ra_gyo { background-color: #0a5b9f; }
.dic_10 .dmenu p.wa_gyo { background-color: #0a5b9f; }
@media all and (min-width: 768px) {
	.dmenu p {
		width: 8.00%;
	}
	.dmenu p:hover {
		background-color: #569dd8;
	}
}
@media all and (max-width: 767px) {
	.dmenu p {
		width: 18%;
	}
}
.dmenu p a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0.6em 0.4em;
	text-align: center;
}
.ribbon20-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  background: #f1f1f1;
  }
.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #db3535;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #db3535;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #a52220;
  border-radius: 5px 0 0 5px;
}
/*	bknm_menu
============================== */
.bknm_menu ul {
	display: flex;
}
.bknm_menu ul li:first-child {
	margin-right: 4px;
}
.bknm_menu ul li {
	width: 50%;
	text-align: center;
	margin-bottom: 4px;
}
.bknm_menu ul li a {
	display: block;
	background-color: #db3535;
	/* border-radius: 5px; */
	/* color: #711800; */
	/* padding: 0.8em; */
	font-size: 110%;
	font-weight: bold;
}
.bknm_menu ul li.nolink a {
	opacity: 0.5;
	cursor: default;
}

.bknm_menu ul li:not(.nolink) a:hover {
	background-color: #fcefd0;
}

/*	ribbon2
============================== */
	.ribbon2 {
	  display: inline-block;
	  position: relative;
	  height: 41px;
	  line-height: 60px;
	  vertical-align: middle;
	  text-align: center;
	  padding: 3px 0;
	  font-size: 15px;/*フォントサイズ*/
	  background: #db3535;/*背景色*/
	  color: #FFF;/*文字色*/
	  box-sizing: border-box;
	  margin-bottom: 1em;
	}
	.ribbon2 span {
		display: block;
		vertical-align: middle;
		margin: 0;
		padding: 0 25px;
		border-top: dashed 1px #FFF;/*上の破線*/
		border-bottom: dashed 1px #FFF;/*下の破線*/
		line-height: 33px;
	}
	.ribbon2:before, .ribbon2:after {
	  position: absolute;
	  content: '';
	  width: 0px;
	  height: 0px;
	  z-index: 1;
	}
	.ribbon2:before {
	  /*左端の山形*/
	  top: 0;
	  left: 0;
	  border-width: 21px 10px 21px 15px;
	  border-color: transparent transparent transparent #f0e5bf;
	  border-style: solid;
	}
	.ribbon2:after {
	  /*右端の山形*/
	  top: 0;
	  right: 0;
	  border-width: 21px 13px 21px 0px;
	  border-color: transparent #f0e5bf transparent transparent;
	  border-style: solid;
	}
.after_txt {
	padding: 1em 1em 1px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 1em;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
