@charset "utf-8";

/*** 包括 ***/

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.container,
.container-fluid {
  max-width: 970px;
}
h2 {
  margin: 1em 0 1em;
  font-size: 32px;
  font-weight: 200;
  line-height: 1em;
  text-align: center;
}
.jumbotron {
  margin-bottom: 0;
  padding-top: 0;
}
.printonly {
  display: none !important;
}

/** GLOBAL NAVIGATION **/
#nav-global {
  background-color: rgba(255,255,255,.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#nav-global h1 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
#nav-global h1 a:hover {
  color: white;
}
#nav-global h1 img {
  height: 34px;
}
.navbar-brand {
  color: white;
  text-shadow: none;
  padding: 8px;
}
.navbar-nav li a {
  color: black;
  font-size: 16px;
  text-shadow: none;
}
.navbar-nav li>ul>li a {
  color: white;
  text-shadow: none;
}
.nav>li>a:focus,
.nav>li>a:hover {
  background-color: rgba(0,0,0,.25);
  transition: background-color .2s linear 0;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  color: white;
  background: rgba(0,0,0,.25);
}
.navbar-nav>li>.dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.navbar-nav .open .dropdown-menu {
  background-color: rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.25);
  text-align: center;
}
.dropdown-menu {
  background-color: rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.25);
  text-align: center;
}
.dropdown-menu>li>a {
  padding: 10px 20px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: white;
  background: rgba(0,0,0,.25);
}
.navbar-toggle {
  margin: 0;
  padding: 16px 15px;
}
#menu-trigger {
  pardding-top: 2px;
}
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menu-trigger {
  position: relative;
  width: 15px;
  height: 16px;
}
#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
#menu-trigger span:nth-of-type(1) {
  top: 0;
}
#menu-trigger span:nth-of-type(2) {
  top: 7px;
}
#menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

/** SUB NAVIGATION **/
#nav-page {
  margin: 100px 0 50px;
}
#nav-page ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
#nav-page li {
  display: inline;
  padding: 0 5px;
}
#nav-page li>a {
  color:  white;
  margin: 0;
  padding: 10px 20px;
  background-color: rgba(0,0,0,.1);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 5px;
}
#nav-page li>a:focus,
#nav-page li>a:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,.25);
  transition: background-color .2s linear 0;
}


/** JUMBOTRON **/
.hero.jumbotron {
  height: 600px;
  background-image: url("../images/shinwaene-top-hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
}
.hero.jumbotron > div {
  position: relative;
  height: 100%;
}
#statement-top {
  position: relative;
  height: 100%;
  top: 50%;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 2.0);
  letter-spacing: -.025em;
}

/** SECTIONS **/
.section-panel {
  padding: 50px 0;
}
.s1-a {
  background-color: #e0e8df;
}
.s1-a .circle-image {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 6px solid white;
}
.nav-top {
  text-align: center;
}
.nav-top h2 {
  font-size: 24px;
  font-weight: 200;
}
.nav-top p {
  margin: 0;
  padding: 0 1em;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
}

/** SECTION 1b **/
.s1-b {
  padding-top: 0;
  background-color: #e0e8df;
}
.s1-b > div {
  border-top: 1px solid white;
}
.s1-b h2 {
  text-align: center;
  font-weight: 200;
}
.s1-b article {
  margin: 0 0 1em;
  padding: 0;
}
.s1-b .date {
  color: #0d6002;
  text-align: right;
  font-weight: 500;
}

/** BUSINESS HERO **/
.business.jumbotron {
  background-image: url("../images/shinwaene-business-hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
}
.business.jumbotron h2 {
  color: white;
  padding: 0;
  font-size: 36px;
  font-weight: 200;
  line-height: 1em;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.business.jumbotron h3 {
  margin: 1.5em 0 1em;
  padding: 0;
  color: #eee;
  font-size: 24px;
  font-weight: 300;
  line-height:  1em;
  text-align: left;
}
.business.jumbotron > div {
  position: relative;
  height: 100%;
}
.business.jumbotron p {
  color: white;
  font-size: 16px;
  line-height: 1.7em;
}

/** BUSINESS SECTION s2-a **/
.s2-a {
  background-color: #f5e9da;
}
.s2-a a {
  color: inherit;
  text-decoration: none;
}
.s2-a article {
  padding: 5px;
}
.s2-a .thumbnail {
  margin-bottom: 0;
}
.s2-a .thumbnail:hover {
  box-shadow: 0 0 10px #888;
  transition: box-shadow .2s linear 0;
}
.s2-a .thumbnail img {
  border: 1px solid #f0f0f0;
}
.s2-a .thumbnail .date {
  margin: 1em 10px 0;
  padding: 0;
  color: gray;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
.s2-a .thumbnail h3 {
  margin: .5em 10px 0;
  padding: 0;
  height: 3.75em;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25em;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.s2-a .thumbnail .at {
  margin: .5em 10px 1em;
  padding: 0;
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s2-a .pagelink {
  padding: 20px 0 0;
}
.s2-a .pagelink > a {
  color: #666;
  font-size: 24px;
  text-decoration: none;
  line-height: 1em;
}
.arrow {
  text-align: center;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}
.arrow-back {
  text-align: center;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  transform: rotate(45deg);
}

/** PLANTS HERO **/
.plantsmaps.jumbotron {
  margin: 0;
  padding: 50px 0 0;
  background-color: #63abdc;
  background-image: url("../images/shinwaene-plants-hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
}
.plantsmaps.jumbotron img {
  width: 100%;
  height: 100%;
}
.plantsmaps.jumbotron > div {
  position: relative;
  height: 100%;
}
.plantsmaps.jumbotron p {
  color: white;
  font-size: 16px;
  line-height: 1.7em;
}
.mapbase {
  position: relative;
}
#maptitle {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 25px;
  left: 25px;
  font-size: 32px;
  font-weight: 200;
  color: white;
}
#mapcaption {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 64px;
  left: 25px;
  font-size: 18px;
  font-weight: 200;
  color: white;
}
#map-container {
  position: relative;
}
#map-container > a {
  display: block;
  position: absolute;
  color:  rgba(0,0,0,0);
  border-radius: 20px;
}
#pin-01 {
  left: 30.4348%;
  top: 22.5468%;
  width: 29.5986%;
  height: 4.299%;
}
#pin-02 {
  left: 26.546%;
  top: 33.367%;
  width: 33.488%;
  height: 4.299%;
}
#pin-03 {
  left: 69.082%;
  top: 43.496%;
  width: 29.599%;
  height: 4.299%;
}
#pin-04 {
  left: 69.082%;
  top: 49.275%;
  width: 29.599%;
  height: 3.582%;
}
#pin-05 {
  left: 69.082%;
  top: 52.869%;
  width: 29.599%;
  height: 3.582%;
}
#pin-06 {
  left: 65.682%;
  top: 57.944%;
  width: 33.738%;
  height: 4.299%;
}
#pin-07 {
  left: 65.682%;
  top: 63.722%;
  width: 29.599%;
  height: 4.299%;
}
#pin-08 {
  left: 55.582%;
  top: 73.836%;
  width: 31.654%;
  height: 4.299%;
}
#pin-09 {
  left: 19.439%;
  top: 52.164%;
  width: 23.175%;
  height: 4.299%;
}
#pin-10 {
  left: 0.846%;
  top: 58.049%;
  width: 33.364%;
  height: 3.582%;
}
#pin-11 {
  left: 0.846%;
  top: 61.661%;
  width: 33.364%;
  height: 3.582%;
}
#pin-12 {
  left: 0.976%;
  top: 67.334%;
  width: 29.827%;
  height: 4.299%;
}

/** COMPANY HERO **/
.company.jumbotron {
  background-image: url("../images/shinwaene-company-hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
}
.company.jumbotron h2 {
  color: #005503;
  padding: 0;
  font-size: 36px;
  font-weight: 200;
  line-height: 1em;
  text-align: center;
  text-shadow: rgba(0,0,0,.5);
}
.company.jumbotron > div {
  position: relative;
  height: 100%;
}
.company.jumbotron p {
  color: #333;
  font-size: 16px;
  line-height: 1.7em;
}
.company.jumbotron article {
  margin: 0 0 1em;
  padding: 0;
  font-size: 16px;
}
.company.jumbotron .left {
  padding-right: 2em;
  font-size: 24px;
  text-align: right;
  font-weight: 200;
}
.company.jumbotron .right {
  padding-left: 2em;
  padding-bottom: .5em;
  font-size: 24px;
  text-align: left;
  font-weight: 200;
}
/** COMPANY SECTION s3-a **/
.s3-a {
  margin: 0;
  padding: 0;
  background-color: #f5e9da;
  width: 100%;
  height: 600px;
}
/** COMPANY SECTION s3-b **/
.s3-b {
  background-color: #fff1e6;
}
.boardmember.left {
  padding-right: 2.5em;
}
.boardmember.right {
  padding-left: 2.5em;
}
.portrait {
  width: 80%;
  height: 80%;
  margin: 0 10% 20px;
  border-radius: 50%;
  border: 5px solid white;
}
.boardmember .position {
  margin-bottom: 2em;
  font-size: 18px;
  font-weight: 300;
  color:  #005503;
}
.boardmember h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.25em;
  color: #005503;
}
.boardmember h4 {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
.boardmember h5 {
  color: #666;
  margin: 1em 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}
.boardmember h6 {
  color: #008404;
  margin: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4em;
}
.boardmember p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25em;
}
.boardmember a {
  color: inherit;
  text-decoration: underline;
}

/** CONTACT SECTION s4-a **/
.s4-a label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
}
.s4-a button {
  margin-bottom: 10px;
}
.privacypolicy {
  margin: 50px 0 50px;
}
.privacypolicy > h3 {
  margin: 0 0 1em;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.4em;
  color: #005503;
  text-align: center;
}
.privacypolicy > h4 {
  margin: 1em 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  color: #005503;
  text-align: left;
}
.privacypolicy > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  color: #666;
  text-align: left;
}
.privacypolicy > p.notice {
  margin: 3em 0 3em;
  color: #c00;
  text-align: left;
}
#CNToverray {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.9);
}
#CNToverrayText {
  text-align: center;
  color: #666;
  font-size: 18px;
  padding-top: 50px;
}

/** PLANTS SECTION s5 **/
.s5-a {
  padding: 25px 0 25px;
  background-color: white;
}
.s5-a a {
  color: inherit;
  text-decoration: none;
}
.s5-a h2 {
  margin: 0 0 1em;
  font-size: 24px;
  font-weight: 200;
}
.s5-a article {
  padding: 5px;
}
.s5-a .thumbnail {
  margin-bottom: 0;
}
.s5-a .thumbnail:hover {
  box-shadow: 0 0 10px #ccc;
  transition: box-shadow .2s linear 0;
}
.s5-a .thumbnail img {
  width: 100%;
  height: 100%;
  border: 1px solid #f0f0f0;
}
.s5-a .thumbnail h3 {
  margin: .5em 10px 0;
  padding: 0;
  height: 2.5em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25em;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}
.s5-a .thumbnail .location {
  margin: .5em 10px 1em;
  padding: 0;
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s5-a .pagelink {
  padding: 20px 0 0;
}
.s5-a .pagelink > a {
  color: #666;
  font-size: 18px;
  text-decoration: none;
  line-height: 1em;
}
.arrow {
  text-align: center;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}
.arrow-back {
  text-align: center;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  transform: rotate(45deg);
}
/** PLANTS SHOWCASE **/
.plants.jumbotron {
  position: relative;
  height: 500px;
  width: 100%;
}
#plantsshowcase {
  height: 500px;
}
#plantsshowcase .caption {
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4em;
  color: white;
  text-shadow: 0 0 5px rgba(0,0,0,1);
  width: 100%;
  padding: 0 2em;
  bottom: 60px;
}
.skippr-nav-container {
  overflow: visible;
}
.skippr-nav-element-block {
  margin: 0 5px;
  width: 40px;
  height: 10px;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.skippr-nav-element-active {
  margin: 0 5px;
  width: 40px;
  height: 10px;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0,0,0,1);
}
.skippr-arrow {
  width: 40px;
  height: 40px;
  opacity: .5;
}
.skippr-previous {
  left: 10px;
}
.skippr-next {
  right: 30px;
}
#tagline {
  position: absolute;
  width: 100%;
  top: 45%;
  text-align: center;
  vertical-align: middle;
  color: white;
  text-shadow: 0px 0px 10px #000;
  z-index: 555;
}
#tagline h1 {
  margin: 0;
  padding: 0 2em;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.25em;
}
#tagline p.place {
  margin: 0;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.25em;
}
.section-panel.s5-b {
  background-color: #eaeaea;
  padding-bottom: 0;
}
.s5-b .left {
  padding-right: 0;
  padding-top: 4px;
  font-size: 24px;
  text-align: right;
  font-weight: 200;
}
.s5-b .right {
  padding-left: 2em;
  padding-bottom: .5em;
  font-size: 30px;
  font-weight: 300;
}
.s5-b .right a {
  color: #333;
  text-decoration: underline;
}
.s5-b .right a:hover {
  color: #666;
}

/** FOOTER **/
.footer {
  background-color: #bfbfbf;
  font-size: 14px;
  color: #666;
}
.footer a {
  color: #333;
}
.footer h1 {
  margin: 0 0 1em;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
.footer p {
  font-size: 12px;
  font-weight: normal;
  line-height: 170%;
}
#nav-footer ul,
#plantlist-footer ul {
  margin: 0;
  padding: 0 0 0 1em;
  border-left: 1px solid #ccc;
}
#nav-footer li {
  font-size: 14px;
  margin: 0 0 0.5em;
  padding: 0;
  list-style-type: none;
}
#plantlist-footer li {
  font-size: 12px;
  line-height: 170%;
  margin: 0 0 0;
  padding: 0;
  list-style-type: none;
}
#credit-footer {
  font-size: 12px;
  color: #666;
  margin: 0;
  padding: 0 0 0 1em;
  border-left: 1px solid #ccc;
}