.testbet {
	font-size: 14px;
}


.testbed dl {
	border-top: 1px solid #333;
	border-top-width: 1px;
	padding: 8px 0;
}
.testbed dl:last-child {
	border-bottom: 1px solid #333;
}
.testbed dt,
.testbed dd {
	display: inline-block;
	width: 24%;
}





.single-guide #title_obi.m100 {/* 2018.10 Matsuo added single-guide (below all) */
	padding: 30px 0;
    background: url(../images/m100_bg_title_obi-large.png) no-repeat bottom center #fff;
    background-position: 50% calc( 100% + 17px );
    margin-bottom: 0;
    background-size: 100% auto;
}

.single-guide #title_obi.m100 h1 {
	text-align: left;
	background: url(../images/m100_fg_title_obi-2021.png) no-repeat 50% 50%;
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
	height: 301px;
}

html:not([lang="ja"]) .single-guide #title_obi.m100 h1 {	/* Matsuo */
	background: url(../images/m100_fg_title_obi_en.png) no-repeat 15% bottom;
	margin-left: 55%;
}

.m100catchy {	/* Matsuo */
	position: absolute;
	top: 50px;
	left: 10%;
	width: 40%;
	color: #e60012;
	font-size: 212%;
	font-weight: bold;
	text-align: left;
	line-height: 2;
}

.m100 .bnr {
    display: block;
    margin: 0 20px;
}

.m100 .bnr img {
    width: 100%;
	max-width: 740px;
}

html[lang="fr-FR"] .m100catchy, html[lang="de-DE"] .m100catchy {	/* Matsuo */
	top: 30px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.single-guide #title_obi.m100 {
		padding: 10px 0;
		background-size: contain;
		background-size: 150% auto;
	}
	.single-guide #title_obi.m100 .inner {
		padding-top: 0;
		padding-bottom: 0;
	}
	.single-guide #title_obi.m100 h1 {
		background: url(../images/m100_fg_title_obi_sp.png) no-repeat 50% 50%;
		background-size: contain;
		margin-left: 10px;
		margin-right: 10px;
	}
	html:not([lang="ja"]) .single-guide #title_obi.m100 h1 {	/* Matsuo */
		background: url(../images/m100_fg_title_obi_sp_en.png) no-repeat 50% 50%;
		background-size: contain;
	}
	.m100catchy {	/* Matsuo */
		font-size: 143%;
		line-height: 1.5;
		left: 5%;
		width: 50%;
	}
}
#howtouse {
	background-color: #FFF9A7;
	padding: 70px 0;
}
html:not([lang="ja"]) #howtouse {
	padding: 40px 0;
}
#howtouse h2 {
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
		/* Matsuo 2020.8 c/o width: 357px; */
	height: 132px;
	background: url(../images/m100_lab_howtouse.png) no-repeat 0 0;
	margin-bottom: 20px;
}

html[lang="zh-hant"] #howtouse h2,
html[lang="zh-hans"] #howtouse h2,
html[lang="ko-KR"] #howtouse h2,
html[lang="th"] #howtouse h2,
html[lang="de-DE"] #howtouse h2,
html[lang="fr-FR"] #howtouse h2,
html[lang="ru-RU"] #howtouse h2 {	/* Todoroki */
	text-indent: 0;
	background: none;
	color: #d11e53;
	font-weight: bold;
	font-size: 30px;	/* Matsuo 2020.8 */
	height: inherit;	/* Matsuo 2020.8 */
	white-space: normal;	/* Matsuo 2020.8 */
}

html[lang="en-US"] #howtouse h2 {	/* Matsuo */
	background-image: url(../images/m100_lab_howtouse_en.png);
	width: 419px;
}

#howtouse .storycontent {
	font-weight: 500;
}
#howtouse .storycontent ol {
	margin-left: 10px;
}
html:not([lang="ja"]) #howtouse .storycontent div.alignleft {/* Matsuo */
	margin-left: 3px;
	margin-right: 10px !important;
	width: 25%;
}
@media screen and (max-width: 1073px) {
	html:not([lang="ja"]) #howtouse .storycontent div.alignleft {
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 20px;
	}
}

#howtouse .storycontent ol li {
	list-style: none;
	padding-left: 20px;
	margin-bottom: 8px;
}
#howtouse .storycontent ol li {
	position: relative;
}
#howtouse .storycontent ol li::before {
	content: "❶";
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
}
#howtouse .storycontent ol li:nth-of-type(1)::before { content: "❶"; }
#howtouse .storycontent ol li:nth-of-type(2)::before { content: "❷"; }
#howtouse .storycontent ol li:nth-of-type(3)::before { content: "❸"; }
#howtouse .storycontent ol li:nth-of-type(4)::before { content: "❹"; }
#howtouse .storycontent ol li:nth-of-type(5)::before { content: "❺"; }
#howtouse .slideshow {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 0;
}
#howtouse .slideshow .swiper-pagination {
	bottom: 0;
}
@media screen and (min-width: 768px) {
	#howtouse .inner > div {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	html:not([lang="ja"]) #howtouse .storycontent .alignleft {/* Matsuo */
		margin-right: 5px !important;
	}
	html[lang="ja"] #howtouse .inner > div > div { /* Matsuo added html:.. */
		-webkit-flex-basis: 47%;
		flex-basis: 47%;
		width: 47%;
	}
}
@media screen and (max-width: 767px) {
	#howtouse {
		padding: 50px 0;
	}
	#howtouse .inner {
		margin-left: 10px;
		margin-right: 10px;
		overflow-x: inherit;	/* Matsuo 2020.8 */
	}
	#howtouse h2 {
		width: 100%;
		background: url(../images/m100_lab_howtouse_sp.png) no-repeat 0 0;
		background-size: contain;
		margin-bottom: 20px;
	}
	html[lang="en"] #howtouse h2 {	/* Matsuo; 2020.8 was not([lang="ja"]) */
		background-image: url(../images/m100_lab_howtouse_sp_en.png);
		width: 100%;
	}
	#howtouse ol {
		margin-left: 0;
	}
	#howtouse .slideshow {
		padding-top: 30px;
	}
	#howtouse .slideshow li img {
		width: 250px;
		height: auto;
	}
}
#m100search {
	background-color: #EAEAE5;
}
#m100search h2 {
	padding-top: 60px;	/* Matsuo for foreign sites */
	height: 100px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
html[lang="ja"] #m100search h2 {	/* Matsuo */
	padding-top: 100px;
	height: 40px;
	background: url(../images/m100_lab_search_h2.png) no-repeat 50% 50%;
}
html[lang="ja"] #m100search h2 i {	/* Matsuo added html ..] */
	display: none;
}
#m100search .navigation ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#m100search .navigation li {
	-webkit-flex-basis: 116px;
	flex-basis: 116px;
	width: 116px;
	text-align: center;
}
#m100search .navigation li span {
	display: block;
	margin: 5px;
	padding: 14px;
	height: 68px;
	border-radius: 50%;
	border: 5px dashed #fff;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
#m100search .navigation li.on span,
#m100search .navigation li:hover span,
#m100search .navigation li:focus span {
	border-style: solid;
	background-color: #fff;
}
#m100search .navigation li.restaurant span { background-position: 20px 18px; }
#m100search .navigation li.restaurant.on span,
#m100search .navigation li.restaurant:hover span,
#m100search .navigation li.restaurant:focus span { background-position: 20px -212px; }
#m100search .navigation li.izakaya span { background-position: -100px 23px; }
#m100search .navigation li.izakaya.on span,
#m100search .navigation li.izakaya:hover span,
#m100search .navigation li.izakaya:focus span { background-position: -100px -207px; }
#m100search .navigation li.soba span { background-position: -220px 18px; }
#m100search .navigation li.on span,
#m100search .navigation li:hover span,
#m100search .navigation li.focus span { background-position: -220px -212px; }
#m100search .navigation li.bar span { background-position: -343px 19px; }
#m100search .navigation li.bar.on span,
#m100search .navigation li.bar:hover span,
#m100search .navigation li.bar:focus span { background-position: -343px -211px; }
#m100search .navigation li.souvenir span { background-position: -464px 18px; }
#m100search .navigation li.souvenir.on span,
#m100search .navigation li.souvenir:hover span,
#m100search .navigation li.souvenir:focus span { background-position: -464px -212px; }
#m100search .navigation li.yado span { background-position: -586px 22px; }
#m100search .navigation li.yado.on span,
#m100search .navigation li.yado:hover span,
#m100search .navigation li.yado:focus span { background-position: -586px -208px; }
#m100search .navigation li.bread span { background-position: -33px -93px; }
#m100search .navigation li.bread.on span,
#m100search .navigation li.bread:hover span,
#m100search .navigation li.bread:focus span { background-position: -33px -323px; }
#m100search .navigation li.cafe span { background-position: -155px -93px; }
#m100search .navigation li.cafe.on span,
#m100search .navigation li.cafe:hover span,
#m100search .navigation li.cafe:focus span { background-position: -155px -323px; }
#m100search .navigation li.sweets span { background-position: -276px -89px; }
#m100search .navigation li.sweets.on span,
#m100search .navigation li.sweets:hover span,
#m100search .navigation li.sweets:focus span { background-position: -276px -319px; }
#m100search .navigation li.beauty span { background-position: -395px -93px; }
#m100search .navigation li.beauty.on span,
#m100search .navigation li.beauty:hover span,
#m100search .navigation li.beauty:focus span { background-position: -395px -323px; }
#m100search .navigation li.sightseeing span { background-position: -515px -93px; }
#m100search .navigation li.sightseeing.on span,
#m100search .navigation li.sightseeing:hover span,
#m100search .navigation li.sightseeing:focus span { background-position: -515px -323px; }

#m100search .navigation li.other span,
#m100search .navigation li.crafts span,
#m100search .navigation li.specialty span { background-image: url(../images/m100_iconset2021.png); }

#m100search .navigation li.other span { background-position: -515px -93px; }
#m100search .navigation li.other.on span,
#m100search .navigation li.other:hover span,
#m100search .navigation li.other:focus span { background-position: -515px -327px; }

#m100search .navigation li.crafts span { background-position: -345px 22px; }
#m100search .navigation li.crafts.on span,
#m100search .navigation li.crafts:hover span,
#m100search .navigation li.crafts:focus span { background-position: -345px -212px; }

#m100search .navigation li.specialty span { background-position: -461px 22px; }
#m100search .navigation li.specialty.on span,
#m100search .navigation li.specialty:hover span,
#m100search .navigation li.specialty:focus span { background-position: -461px -212px }

#m100search .order {
	text-align: center;
}
#m100search .order > div {
	display: inline-block;
	border: 5px dashed #fff;
	border-radius: 20px;
	width: 15em;
	font-size: 14px;
	margin: 10px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
#m100search .order > div:hover,
#m100search .order > div.on {
	border-style: solid;
	background-color: #fff;
}
#m100list {
	background-color: #fff;
}
#m100list ul.loading {
	opacity: 0.5;
}
#m100list div.loading {
	display: none;
	font-size: 40px;
	width: 100%;
	padding: 80px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
}
#m100list ul.loading + div.loading {
	display: block;
}
@media screen and (min-width: 768px) {
	#m100search h2::before,
	#m100search h2::after {
		content: "";
		display: block;
		width: 272px;
		height: 139px;
		position: absolute;
		bottom: 0;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	#m100search h2::before {
		left: 50px;
		background-image: url(../images/m100_lab_search_h2_before.png);
	}
	#m100search h2::after {
		right: 50px;
		background-image: url(../images/m100_lab_search_h2_after.png);
	}
	#m100search .navigation ul {
		width: 730px;
		margin: 0 auto 20px;
	}
	#m100search .navigation li span {
		background-repeat: no-repeat;
		background-image: url(../images/m100_iconset.png);
	}
}
@media screen and (min-width: 568px) and (max-width: 929px) {
	#m100search h2::before,
	#m100search h2::after {
		width: 25%;
		height: 139px;
		background-position: 50% 100%;
		background-size: contain;
	}
	#m100search .navigation li.restaurant span { background-position: 20px 18px; }
	#m100search h2::before {
		left: 0;
	}
	#m100search h2::after {
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	#m100search h2 {
		padding-top: 0;	/* Matsuo for foreign lang */
		background-position: 50% 0;
		background-size: contain;
	}
	html[lang="ja"] #m100search h2 i {	/* Matsuo added */
		padding-top: 50px;
	}
	#m100search .navigation li span {
		background-repeat: no-repeat;
		background-image: url(../images/m100_iconset@2x.png);
		background-size: 716px auto;
	}
	#m100search .order {
		padding-top: 30px;
	}
	#m100search .order > div {
		width: 42%;
	}
}
.tile.m100 .m100_genres {
    background-color: #EBEBE6;
    border-radius: 20px;
    text-align: center;
    padding: 3px 12px;
    color: #2F3030;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}
.tile.m100 .desc {
	padding-bottom: 0;
}
.tile.m100 .desc,
.tile.m100 .desc h3 {
	text-align: left;
}
.tile.m100 .desc h3 {
	padding: 10px 0;
	margin-bottom: 0;
}
.tile.m100 .special_favor {
	font-weight: 500;
}
.tile.m100 .special_favor span {
	font-size: 14px;
	display: block;
	padding: 3px 3px 3px 30px;
	margin-bottom: 7px;
	background: url(../images/m100_ico_ticket.png) no-repeat 0 50% #EBEBE6;
}
.tile.m100 .special_favor div {
	font-size: 14px;
	line-height: 1.3;
	text-align: justify;
}
.tile.m100 .special_favor div br {
	display: none;
}
@media screen and (max-width: 567px) {
	.tile.m100 {
		border-top: 1px dashed #777!important;
	}
	.tile.m100:last-child {
		border-top: 1px dashed #777!important;
		border-bottom: 1px dashed #777!important;
	}
}

#about_m100 {
	background-color: #fff;
	text-align: center;
}
#about_m100 .banner {
	margin-bottom: 30px;
}
#about_m100 .desc {
	text-align: center;
	line-height: 1.7;
	border-bottom: 1px solid #2F3030;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
html:not([lang="ja"]) #about_m100 .desc {	/* Matsuo */
	text-align: left;
}
#about_m100 .stats h2 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}
#about_m100 .stats p {
	margin-bottom: 20px;
}
#about_m100 .stats dt,
#about_m100 .stats dd {
	background-color: #ebebe6;
}
#about_m100 .stats dt span,
#about_m100 .stats dd > div {
	display: block;
}
#about_m100 .stats dd li {
	margin-right: 2em;
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#about_m100 .stats dl {
		text-align: left;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	#about_m100 .stats dt {
		-webkit-flex-basis: 120px;
		flex-basis: 120px;
		width: 120px;
		margin-right: 10px;
		text-align: center;
		font-weight: 500;
	}
	#about_m100 .stats dd {
		flex: 1;
	}
	#about_m100 .stats dd ul {
		display: -webkit-flex;
		display: flex;
	}
	#about_m100 .stats dt span,
	#about_m100 .stats dd > div {
		padding: 8px;
	}
}
@media screen and (max-width: 767px) {
	#banner_hashigomap .inner {
		margin-left: 10px;
		margin-right: 10px;
	}
	#banner_hashigomap picture {
		width: 100%;
		height: auto;
	}
	#banner_hashigomap picture img,
	#about_m100 .banner img {
		width: 100%;
		height: auto;
		display: block;
	}
	#about_m100 .inner {
		margin-left: 10px;
		margin-right: 10px;
	}
	#about_m100 .desc {
		text-align: justify;
	}
	#about_m100 .desc br {
		display: none;
	}
	#about_m100 .stats dl {
		text-align: left;
		padding: 8px;
		background-color: #EBEBE6;
		margin-bottom: 5px;
		font-size: 14px;
	}
	#about_m100 .stats dt {
		font-size: 16px;
		font-weight: 500;
	}

}



/*ぎゅっと松本物語*/
#heromovie,
#heromovie .player {
	height: 80%;
	height: 80vh;
}
#heromovie {
	background-color: #000;
	color: #fff;
	position: relative;
	text-align: center;
}
#heromovie > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#heromovie .play_btn {
	display: none;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#heromovie .play_btn.hide {
	opacity: 0;
}
#heromovie .play_btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 132px;
	background: url(../images/common_ico_playmovie.png) no-repeat 50% 50%;
	margin-bottom: 10px;
}
#heromovie .yt-uix-sessionlink {
	z-index: 999;
	position: relative;
}
.page-story #title-obi {
	padding: 530px 0 0;
	background: url(../images/stories_bg_illust.jpg) no-repeat 50% 0;
}
.page-story #title-obi h1 {
    text-indent: -200%;
    white-space: nowrap;
    overflow: hidden;
    height: 100px;
    background: url(../images/stories_label.png) no-repeat 50% 0;
    margin-bottom: 34px;
}
/*歴史・自然・文化*/
.page-story .feature .inner {
	padding-bottom: 200px;
}
.page-story .feature h2 {
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	margin-bottom: 30px;
}
.page-story #history { background: url(../images/story_illust_history.png) no-repeat right -800px top 100%; }	/* MTL KAZ: position was 110% 100% */
.page-story #nature { background: url(../images/story_illust_nature.png) no-repeat -800px 100%; }	/* MTL KAZ: position was -10% 100% */
.page-story #culture { background: url(../images/story_illust_culture.png) no-repeat right -800px top 100%; }	/* MTL KAZ: position was 110% 100% */
.page-story .feature .more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.page-story .feature .more a,
.page-reasons div[class^="reason"] .more {
	display: block;
	padding: 20px 0 20px;
	color: #2F3030;
	font-weight: 500;
	font-size: 21px;
	text-align: center;
	position: relative;
}
.page-reasons div[class^="reason"] .more a {
	color: #2F3030;
	text-decoration: none;
}
.page-story .feature .more a::before,
.page-reasons div[class^="reason"] .more::before,
.page-story .feature .more a::after,
.page-reasons div[class^="reason"] .more::after {
	content: "";
	display: block;
	width: 100%;
	height: 9px;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.page-story .feature .more a::before,
.page-reasons div[class^="reason"] .more::before { top: 0; }
.page-story .feature .more a::after,
.page-reasons div[class^="reason"] .more::after { bottom: 0; }
.page-story #history .more a::before,
.page-reasons .reasonhistory .more::before { background-image: url(../images/common_line_blue_raugh_top.png); }
.page-story #history .more a::after,
.page-reasons .reasonhistory .more::after { background-image: url(../images/common_line_blue_raugh_bottom.png); }
.page-story #nature .more a::before,
.page-reasons .reasonnature .more::before { background-image: url(../images/common_line_green_raugh_top.png); }
.page-story #nature .more a::after,
.page-reasons .reasonnature .more::after { background-image: url(../images/common_line_green_raugh_bottom.png); }
.page-story #culture .more a::before,
.page-reasons .reasonculture .more::before { background-image: url(../images/common_line_orange_raugh_top.png); }
.page-story #culture .more a::after,
.page-reasons .reasonculture .more::after { background-image: url(../images/common_line_orange_raugh_bottom.png); }
.page-story .feature .more em {
	font-weight: bold;
	font-size: 23px;
	margin-right: 5px;
}
.page-story #history .more em { color: #2C5B83; }
.page-story #nature .more em { color: #29804F; }
.page-story #culture .more em { color: #C88039; }
.page-story .feature .more span::after {
	content: "";
	display: inline-block;
	margin-left: 8px;
    background: url(../images/common_arrow_right.png) no-repeat 50% 50%;
	width: 44px;
	height: 16px;
}
@media screen and (max-width: 767px) {
	#heromovie,
	#heromovie .player {
		height: 80%;
		height: 80vh;
	}
	.page-story #title-obi {
		background-size: contain;
		padding: 150px 0 0;
	}
	.page-story #title-obi h1 {
		background-size: contain;
		height: 60px;
	}
	.page-story .feature::before {
	    height: 150px;
	    background-size: contain;
	    background-position: 50% 100%;
	}
	.page-story #history,
	.page-story #nature,
	.page-story #culture {
		background-size: 70% auto;
	}
	.page-story #history,
	.page-story #culture {	/* MTL KAZ: added */
		background-position: right -233% top 100%;
	}
	.page-story #nature {	/* MTL KAZ: added */
		background-position: -233% 100%;
	}
	.page-story .feature .more {
		bottom: 80px;
		left: 10px;
		right: 10px;
		width: auto;
	}
}



section.areamap .inner > div {
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* Matsuo c/o (duplicated w/ module.css) @media screen and (min-width: 768px) {
	section.areamap .inner > div {
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	}
	section.areamap .enlarged {
	    -webkit-flex-basis: 690px;
	    flex-basis: 690px;
	    width: 690px;
	}
	section.areamap .wide {
	    -webkit-flex-basis: 276px;
	    flex-basis: 276px;
	    width: 276px;
	    position: relative;
	}
}*/
@media screen and (max-width: 965px) {
}

/* Info Title obi */
.single-info #title_obi {}
.single-info #title_obi .meta {
	padding: 15px 0 0;
	font-size: 14px;
}
.single-info #title_obi .meta .date,
.single-info #title_obi .meta .cats {
	display: inline-block;
	margin: 0 5px;
}
.single-info #title_obi .meta .date {}
.single-info #title_obi .meta .date::before,
.single-info #title_obi .meta .cats span::before {
	font-family: "FontAwesome";
	margin-right: 4px;
}
.single-info #title_obi .meta .date::before { content: "\f073"; }
.single-info #title_obi .meta .cats span::before { content: "\f02b"; }
.single-info #title_obi .meta .cats {}
.single-info #title_obi .meta .cats span {}



/* GoogleMap */
section.fullscreenmap {
	position: relative;
}
section.fullscreenmap #map_canvas {
	height: calc( 100vh - 120px );
}
#map_control {
	z-index: 10;
	background-color: #f2f1f0;
}
#map_control ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
}
#map_control li {
	cursor: pointer;
	user-select:none;
}
#map_control li span {
  display: block;
  height: 40px;
  padding: 1px;
  margin: 4px;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #444;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative; /* MTL Matsuo 2019.7 for vertically centering */
}
#map_control li span i {
  display: block;
  position: relative; top: 50%; transform: translateY(-50%);   /* MTL Matsuo 2019.7 for vertically centering, instead of height: 100%; */
  width: calc(98% - 13px);/* MTL Matsuo 2019.7 was 100%, reduce pin's width and margin */
  text-align: center;
  border-radius: 5px;
  line-height: 1;/* MTL Matsuo 2019.7 added */
}
html:not([lang="ja"]):not([lang="cn"]):not([lang="zh-hant"]):not([lang="zh-hans"]):not([lang="ko"]) #map_control li span i { /* MTL Matsuo 2019.7 added */
	font-size: 13px;
}
#map_control li span i::before {
	font-family: "FontAwesome";
	content: "\f041";
	margin-right: 5px;
}
#map_control li.twitter span i::before {
	content: "\f099";
}
#map_control li span.on {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
  opacity: 0.8;
}
#map_canvas .baloon {}
#map_canvas .baloon > div {
	margin-bottom: 2px;
}
#map_canvas .baloon > div span {
	display: inline-block;
	font-size: 10px;
	padding: 1px 3px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 3px;
	line-height: 1.1;
}
@media screen and (min-width: 980px) {
	#map_control ul {}
	#map_control li {
		-webkit-flex-basis: 10%;
		flex-basis: 10%;
		width: 10%;
	}
}
@media screen and (min-width: 768px) {
	#map_control li {
		-webkit-flex-basis: 20%;
		flex-basis: 20%;
		width: 20%;
	}
}
@media screen and (max-width: 767px) {
	#map_control li {
		-webkit-flex-basis: 33%;/* MTL Matsuo 2019.7 was 25% too narrrow for /ru/, etc */
		flex-basis: 33%;
		width: 33%;
	}
	#map_control li span {
		font-size: 14px;
		margin: 2px;
	}
}
@media screen and (max-width: 567px) {
	#map_control li span {
		font-size: 12px;
	}
}



/* The location pointed to by the popup tip. */
.popup-tip-anchor {
	height: 0;
	position: absolute;
	/* The max width of the info window. */
	width: 230px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
	position: absolute;
	width: 100%;
	bottom: /* TIP_HEIGHT= */ 8px;
	left: 0;
}
/* Draw the tip. */
.popup-bubble-anchor::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/* Center the tip horizontally. */
	transform: translate(-50%, 0);
	/* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
	width: 0;
	height: 0;
	/* The tip is 8px high, and 12px wide. */
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: /* TIP_HEIGHT= */ 8px solid white;
}
/* The popup bubble itself. */
.popup-bubble-content {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -100%);
	/* Style the info window. */
	background-color: white;
	padding: 5px;
	border-radius: 5px;
	font-family: sans-serif;
	overflow-y: auto;
	max-height: 60px;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
.popup-bubble-content span {
	display: block;
	font-size: 10px;
}
.popup-tip-anchor {
	visibility: hidden;
}
.popup-bubble-content {
	position: relative;
	padding-left: 30px;
}
.popup-bubble-content a::before {
	font-family: "FontAwesome";
	content: "\f099";
	color: #29a3ef;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 26px;
}







/* 著者ページ */
#author_prof .coverimg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#author_prof .pic {
	font-weight: bold;
}
#author_prof .pic .avatar {
	position: relative;
	background: url(../images/common_author_noimg.png) no-repeat 50% 50% #FFF;
	background-size: contain;
}
#author_prof .pic .avatar img {
	width: 100%;
	height: auto;
	display: block;
}
#author_prof .job_title {
	padding: 8px 0 0;
	font-size: 0.8rem;
	line-height: 1.3;
}
#author_prof .authorname {
	padding: 0;
}
#author_prof .authorname em {
	font-size: 1.3rem;
}
#author_prof .social {
	margin-bottom: 10px;
}
#author_prof .social a {
	display: inline-block;
	margin-right: 5px;
}
#author_prof .social a::before {
	font-family: "FontAwesome";
	font-size: 1.5rem;
}
#author_prof .social a.facebook::before {
	content: "\f082";
	color: #4469b0;
}
#author_prof .social a.twitter::before {
	content: "\f081";
	color: #1dadea;
}
#author_prof .website {
	padding: 10px;
	font-size: 0.9rem;
	font-weight: normal;
	word-break: break-all;
	background-color: #ebebe6;
}
#author_prof .website a {
	color: #2F3030;
	line-height: 1.2;
}
#author_prof .website a::before {
	font-family: "FontAwesome";
	content: "\f015";
	margin-right: 3px;
	font-size: 1.1rem;
}
#author_prof .message {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#author_prof .introduction {
	font-size: 1.1rem;
	margin-bottom: 20px;
}
#author_prof .favorite {}
#author_prof .favorite h4 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #555;
}
#author_prof .favorite h4::before {
	font-family: "FontAwesome";
	content: "\f087";
	font-size: 110%;
	margin-right: 4px;
}
#author_prof .favorite a {
	display: inline-block;
	margin-right: 1em;
}
#author_prof .favorite a::before {
	font-family: "FontAwesome";
	content:"\f041";
	margin-right: 2px;
}
@media screen and (min-width: 768px) {
	#author_prof .coverimg {
		height: 500px;
		margin-bottom: -115px;
	}
	#author_prof .inner > div {
		display: flex;
	}
	#author_prof .pic {
		width: 240px;
		flex-basis: 240px;
		margin-right: 40px;
		font-weight: bold;
	}
	#author_prof .desc {
		flex: 1;
		margin-top: 115px;
		padding-top: 20px;
	}
	#author_prof .pic .avatar {
		width: 240px;
		height: 240px;
		position: relative;
	}
	#author_prof .pic .avatar::after {
		content: "";
		display: block;
		position: absolute;
		top: -1px;
		left: -2px;
		bottom: 1px;
		right: 2px;
		background: url(../images/author_waku_avatar.png) no-repeat 0 0;
		background-size: cover;
	}
}
@media screen and (max-width: 1130px) {
	#author_prof .coverimg {
		height: 400px
	}
	#author_prof .inner > div {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px){
	#author_prof .coverimg {
		height: 350px;
	}
	#author_prof .pic {
		width: 200px;
		flex-basis: 200px;
	}
	#author_prof .pic .avatar {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 767px) {
	#author_prof .coverimg {
		height: 250px;
		margin-bottom: -80px;
	}
	#author_prof .inner > div {
		margin-left: 0;
		margin-right: 0;
	}
	#author_prof .pic {
		display: flex;
		padding: 15px;
	}
	#author_prof .avatar {
		width: 30%;
		flex-basis: 30%;
		margin-right: 20px;
		height: auto;
	}
	#author_prof .avatar + div {
		flex: 1;
		margin-top: 80px;
	}
	#author_prof .avatar div {
		position: relative;
	}
	#author_prof .pic .avatar div::after {
		content: "";
		display: block;
		position: absolute;
		top: -1px;
		left: -2px;
		bottom: 1px;
		right: 2px;
		background: url(../images/author_waku_avatar.png) no-repeat 0 0;
		background-size: cover;
	}
	#author_prof .job_title {
		padding: 0;
	}
	#author_prof .desc {
		padding: 10px;
	}
}
@media screen and (max-width: 567px) {
	#author_prof .coverimg {
		height: 180px;
		margin-bottom: -40px;
	}
	#author_prof .avatar + div {
		margin-top: 40px;
	}
}


.author .articlelist h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	padding: 17px 0;
	background: url(../images/common_line_bottom2.png) repeat-x bottom left;
	margin-bottom: 40px;
}
.author .articlelist h2 em {
	font-size: 1.6rem;
}
.author .articlelist ul {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}
.author .articlelist ul li a {
	margin: 0 10px;
}
@media screen and (min-width: 768px) {
	.author .articlelist ul li .pic {
		height: 180px;
	}
}
@media screen and (max-width: 567px) {
	.author .articlelist h2 {
		font-size: 1.1rem;
		margin-bottom: 30px;
	}
	.author .articlelist h2 em {
		font-size: 1.3rem;
	}
}


/* news 追加 2021.05.31 */

#news {
	background: #fff;
	padding-right: 24px;
	padding-left: 24px;
	box-sizing: border-box;
  }
  #news .inner {
	max-width: 800px;
  }

  .news-title {
	color: #E60012;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
  }
  @media screen and (min-width: 768px) {
	.news-title {
	  display: flex;
	  align-items: center;
	  justify-content: flex-start;
	  font-size: 30px;
	}
  }
  .news-title::after {
	content: "";
	display: block;
	width: 80px;
	height: 50px;
	background-image: url(../images/m100-news-obj.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 15px auto;
  }
  @media screen and (min-width: 768px) {
	.news-title::after {
	  margin: 0 0 0 30px;
	  width: 100px;
	  height: 80px;
	}
  }

  .news-posts {
	border-bottom: 1px solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
  }
  .news-posts time {
	color: #666666;
  }
  @media screen and (min-width: 768px) {
	.news-posts time {
	  margin-right: 4.5em;
	}
  }
  .news-posts li {
	margin: 15px 0;
  }
  @media screen and (min-width: 768px) {
	.news-posts li {
	  display: flex;
	}
  }
  .news-posts a {
	text-decoration: underline;
	display: block;
	width: 100%;
	color: #000;
	font-weight: bold;
  }

  .news-sticky {
	margin-top: 25px;
  }
  @media screen and (min-width: 768px) {
	.news-sticky {
	  display: flex;
	  align-items: center;
	}
  }
  .news-sticky span {
	border: 1px solid;
	color: #000;
	font-weight: bold;
  }
  @media screen and (min-width: 768px) {
	.news-sticky span {
	  margin-right: 3em;
	}
  }
  .news-sticky a {
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	margin-top: 10px;
  }
  @media screen and (min-width: 768px) {
	.news-sticky a {
	  margin-top: 0;
	}
  }