@charset "UTF-8";

header {
  background-image: url("../image/og-image.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: calc(100vw * 9 / 16 );
  width:100%;
  max-height:650px;
  background-color:#83cba3;
}

#g-nav{
  position:fixed;
  z-index: -1;
  opacity: 0;
  top:0;
  width:100%;
  height:100vh;
  background:#197d63;
  transition: all 0.3s;
}

#g-nav.panelactive{
  opacity: 0.95;
  z-index:999;
}

#g-nav.panelactive #g-nav-list{
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav li{
  list-style: none;
  text-align: center; 
}

#g-nav li a{
  color: #fff;
  text-decoration: none;
  padding:10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size:150%;
}

.openbtn{
  position:fixed;
  z-index: 9999;
  top:10px;
  right: 7px;
  cursor: pointer;
  width: 60px;
  height:60px;
}
	
/*~ɕω*/	
.openbtn span{
 display: inline-block;
 transition: all .4s;
 position: absolute;
 left: 14px;
 height: 3px;
 border-radius: 2px;
 background-color: #333;
 width: 45%;
}

.openbtn.active span{
  background-color: #fff;
}

.openbtn span:nth-of-type(1) {
  top:15px;	
}

.openbtn span:nth-of-type(2) {
  top:23px;
}

.openbtn span:nth-of-type(3) {
  top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

h3.kiku:before {
  font-family: "Material Icons Outlined";
  content: "\e639";
  margin-right:0.2em;
  vertical-align:text-bottom;
}

span.badge-danger:before {
  font-family: "Material Icons Outlined";
  content: "\e639";
  margin-right:0.2em;
  vertical-align:text-top;
}

span.badge-info:before {
  font-family: "Material Icons Outlined";
  content: "\e88e";
  margin-right:0.2em;
  vertical-align:text-top;
}

h3.miru:before {
  font-family: "Material Icons Outlined";
  content: "\e8f4";
  margin-right:0.2em;
  vertical-align:text-bottom;
}

h3.taiken:before {
  font-family: "Material Icons Outlined";
  content: "\e8af";
  margin-right:0.2em;
  vertical-align:text-bottom;
}

h2.map:before {
  font-family: "Material Icons Outlined";
  content: "\e55b";
  margin-right:0.2em;
  vertical-align:text-bottom;
}

.card-footer a:hover  {
  text-decoration:none;
}

.badge {
  font-size: 90%;
  margin-right:0.5rem;
}

.btn-primary {
  color: #505050; /* mod by ym */
  background-color: #83cba3;
  border-color: #83cba3;
}

.btn-primary:hover { /* mod by ym */
  color: #505050 !important;
  background-color: #EAD400 !important;
  border-color: #EAD400 !important;
}

.btn-primary:active { /* mod by ym */
  color: #505050 !important;
  background-color: #EAD400 !important;
  border-color: #EAD400 !important;
}

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:active { /* mod by ym */
  color: #505050 !important;
  background-color: #D0D0D0 !important;
  border-color: #D0D0D0 !important;
}


.card-video {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(2 / 3 * 100%);
  position: relative;
}
.card-video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
