/* mnormalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
footer,
header,
section,
nav {
  display: block;
}
[hidden] {
  display: none;
}

/* mbootstrap.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	line-height: 1.42857143;
}
/* Img */
img {
  vertical-align: middle;
  border: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* text */
small,
.small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
/* fade */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
/* collapse */
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* staff */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}

/*sim.css*/
html {
	scroll-behavior: smooth;/*  ? */
}

html,
body {
	height: 100%;
	background-color: #f5f5f5;
}

body {
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
	/* font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans', Helvetica, Arial, sans-serif; *//*  ? */
	font-size: 16px;
	font-weight: 400;
}

h1 {
	color: rgba(120,120,120,1.0);
	font-size: 36px;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 20px;
  	margin-bottom: 10px;
}
h4 {
	color: rgba(80,80,80,1.0);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 10px;
  	margin-bottom: 10px;
}
h1 .small,
h4 .small {
  font-weight: 400;
  line-height: 1;
}
h1 .small {
  font-size: 65%;
}
h4 .small {
  font-size: 75%;
}
p {
  	margin: 0 0 10px;
}
a {
	color: rgba(80,80,80,1.0);
	background-color: transparent;
  	text-decoration: none;
}
a:active,
a:hover,
a:focus {
  	text-decoration: underline;
  	outline: 0;
}

.lspace{
	height: 28px;
}


/* header */
header {
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	background: no-repeat center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 0;
}

header .header-content {
	color: rgba(245,245,245,1.0);
	text-align: center;
	width: auto;
	margin: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

header .header-title{
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	display: inline;
	text-align: center;
	padding: 0 15px;
}

header a {
	position: absolute;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	header {
		height: 100%;
		width: 100%;
		padding: 0;
	}
	header .header-content {
		width: 100%;
		margin: auto;
		position: absolute;
	}
	header .header-title{
		font-size: 46px;
		line-height: 46px;
	}
}

/* navigation */
.navbar {
  	position: fixed;
	background-color: transparent;
	/* background-color: rgba(220,0,0,0.2); */
	top: 0px;
	right: 0px;
	padding: 10px 10px;
  	margin-top: 8px;
  	margin-right: 15px;
  	margin-bottom: 8px;
	opacity: 0.8;
  	z-index: 1051;
}
.navbar:focus {
  	outline: 0;
}
.navbar .icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(130,130,130,1.0);
}
.navbar .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .navbar {
    display: none;
  }
}

@media (min-width: 768px) {
	#n {
		width: 25%;
		float: left;
	}
	.sticky {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
	}
}

.panel-group {
	margin-bottom: 20px;
    padding: 75px 0;
}
.panel-heading {
  padding: 10px 15px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel-group .panel {
  margin-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.list-group {
	margin-bottom: 20px;
 	padding-left: 15px;
 }
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.panel-group,
.panel,
.panel-heading,
.list-group, 
.list-group-item {
	background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
}

/* content */
#c {
	padding: 75px 0;
}
@media (min-width: 768px) {
	#c {
		width: 75%;
		/* min-height: calc(100vh - 100px); */
		min-height: 100vh;
		float: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#c {
		width: 73%;
	}
}
@media (min-width: 1200px) {
	#c {
		width: 67%;
	}
}

#c p {
	color: rgba(80,80,80,1.0) !important;
}

.h-image {
	padding: 15px;
	-webkit-background-clip: content-box;
		  background-clip: content-box;
}
.h-image img {
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.h-image img.in{
	opacity: 1.0;
    filter: alpha(opacity=100);
}
.h-imagetitle {
	padding: 15px;
	text-align: left;
	color: rgba(120,120,120,1.0);
}
@media (max-width: 767px) {
	.h-image img {
		margin:0 auto;
	}
	.h-imagetitle {
		text-align: center;
	}
}

.s-image {
	padding: 15px;
	-webkit-background-clip: content-box;
		  background-clip: content-box;
}
.s-image img {
	margin:0 auto;
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.s-image img.in{
	opacity: 1.0;
    filter: alpha(opacity=100);
}
.s-imagetitle {
	padding: 15px;
	text-align: center;
	color: rgba(120,120,120,1.0);
}
@media (min-width: 768px) {
	.s-image {
		display: flex;
		justify-content: center;
  		align-items: center;
  	}
	.s-image img.in:hover {
		opacity: 0.6;
    	filter: alpha(opacity=60);
    	cursor: pointer;
	}
}

.contact {
	margin: 0 0 0 -3px;
}

/* footer */
footer{
	width: 100%;
  	height: 100px;
	padding-top: 10px;
	border-top: 1px solid rgba(220,220,220,1.0);
}
footer .copyright p.small {
  font-size: 14px;
  font-weight: 300;
  color: rgba(160,160,160,1.0);
}
.navpills {
	cursor: pointer;
	display: inline;
	margin: 0 15px;
}
.navpills > a { 
    font-size: 15px;
	font-weight: 300;
	color: rgba(140,140,140,1.0);
}

/* modal */
.modal-open {
  overflow: hidden;
}
.modal {
	position: fixed;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	z-index: 1050;
  	display: none;
  	overflow: hidden;
  	-webkit-overflow-scrolling: touch;
  	outline: 0;
  	width: 100% !important;
  	height: 100% !important;
}

.modal-open .modal {
	overflow: hidden;
}
.modal-dialog {
  	position: relative;
  	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}
.modal-content {
  	position: relative;
  	background-color: #fff;
  	background: transparent;
  	background-clip: border-box;
  	outline: 0;
	min-height: 100%;
  	padding: 75px 0;
}

.modal-backdrop {
  	position: fixed;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	z-index: 1040;
  	background-color: #f5f5f5;
}
.modal-backdrop.fade {
  	filter: alpha(opacity=0);
  	opacity: 0;
}
.modal-backdrop.in {
  	filter: alpha(opacity=100);
  	opacity: 1.0;
}
.modal-scrollbar-measure {
  	position: absolute;
  	top: -9999px;
  	width: 50px;
  	height: 50px;
  	overflow: scroll;
}

.close-modal {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0.5;
}
.next {
	position: absolute;
	width: 160px;
	height: 120px;
	bottom: calc(50% - 60px);
	right: 0;
	cursor: pointer;
	opacity: 0.5;
}
.prev {
	position: absolute;
	width: 160px;
	height: 120px;
	bottom: calc(50% - 60px);
	left: 0;
	cursor: pointer;
	opacity: 0.5;
}

.item{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.item > img
{
	position: absolute;
	max-width: 86%;
	max-height: 86%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	/* border: 1px solid rgba(186,186,186,1.0); */
}
.item-title {
	position: absolute;
	bottom: 8px;
	right: 15px;
	color: rgba(120,120,120,1.0);
}
