<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#gn-home {
  border-left: 10px solid #9C6;
}

#gn-about,
#gn-climate,
#gn-activities {
  border-left: 10px solid #333;
}

h2 {
  margin: 10px 0;
  text-align: center;
}

/*-- index --*/

.scene {
  margin: 1em 0 2em;
}

.scene li {
  margin-bottom: 20px;
  padding: 10px;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.scene li:hover {
  opacity: .8;
}

.scene a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.scene span {
  display: table-cell;
  vertical-align: middle;
}

.scene .number {
  width: 160px;
  border-radius: 100%;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 96px;
  text-align: center;
  line-height: 160px;
}

.iriomote .number {
  background: url(/imgs/explore/01_iriomote-2x.jpg) no-repeat;
  background-size: 160px;
}

.oki .number {
  background: url(/imgs/explore/02_oki.jpg) no-repeat;
  background-size: 160px;
}

.scene .title {
  margin: 0;
  padding-left: 20px;
}

.scene .maintitle {
  display: block;
  color: #323947;
  font-size: 22px;
  font-weight: bold;
}

.scene .subtitle {
  display: block;
  margin-bottom: 5px;
  color: #323947;
  font-size: 19px;
}

.title {
  margin: 20px 0;
}

.title .number {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  border-radius: 80px;
  background-color: #3FB1C4;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  vertical-align: middle;
}

h3 {
  display: inline-block;
  color: #323947;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}

h3 .subtitle {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  margin: 1em 0;
  padding: 12px 0 12px 56px;
  color: #323947;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

h4:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #3FB1C4;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------textarea----------*/

#textarea {
  width: 644px;
  margin: 35px auto 0;
  color: #333;
}

.section {
  margin: 1em 0;
  position: relative;
}

.opnening {
  position: absolute;
  top: -64px;
  right: 0;
}

.opening-text {
  width: 490px;
}

.text {
  font-size: 14px;
  line-height: 1.875;
  text-align: justify;
  text-justify: inter-ideograph;
}

.text dt {
  font-weight: bold;
}

.text dt .bullet {
  display: inline-block;
  width: 32px;
  margin-right: 8px;
  border-radius: 16px;
  background-color: #666;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 32px;
  text-align: center;
}

/*----------interview----------*/

.interview {
  margin: 1em 0 2em;
}

.interview dl,
.interview-block {
  margin: 1em 0 2em;
  position: relative;
}

.interview dl:before,
.interview-block:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 12px solid #AAA;
  border-bottom: 6px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: 20px;
  left: 92px;
}

.interview dl:after,
.interview-block:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 12px solid #FFF;
  border-bottom: 6px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: 20px;
  left: 94px;
}

.interview dl.cyan:after,
.interview .green:after {
  border-right: 12px solid #F6F6F6;
}

.interview dt,
.interview-icon {
  display: table-cell;
  width: 116px;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

.interview dt span,
.interview-icon span {
  display: block;
  font-weight: bold;
}

.interview .cyan span{
  color: #3FB1C4;
}

.interview .green span {
  color: #4a9f64;
}

.interview dd,
.interview-text {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 18px;
  border: 1px solid #AAA;
  border-radius: 8px;
  background-color: #FFF;
}

.interview .cyan dd,
.interview .green .interview-text {
  background-color: #F6F6F6;
}

.interview dd p,
.interview-text p {
  font-size: 14px;
  line-height: 1.875;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*----------picture----------*/

.picture {
  margin: 1em auto 2em;
}

.w610 {
  width: 610px;
}

.w605 img:first-child {
  margin-right: 5px;
}

.w600 {
  width: 600px;
}

.w540 {
  width: 540px;
}

.w480 {
  width: 480px;
}

.w384 {
  width: 384px;
}

.w360 {
  width: 360px;
}

.w540 img,
.w384 img,
.w360 img {
  width: 100%;
}

.picture .caption {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 16px;
  border: 1px solid #AAA;
  border-radius: 8px;
  background-color: #F6F6F6;
  font-size: 14px;
  line-height: 1.875;
  position: relative;
}

.picture .caption:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #AAA;
  border-left: 6px solid transparent;
  position: absolute;
  top: -20px;
  left: 24px;
}

.picture .caption:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #F6F6F6;
  border-left: 6px solid transparent;
  position: absolute;
  top: -18px;
  left: 24px;
}

/*----------pager----------*/

.pager {
  margin: 1em 0;
  text-align: center;
}

.pager p {
  margin-bottom: 2em;
  padding-top: 1em;
  font-size: 16px;
  line-height: 1;
}

.pager a {
  text-decoration: none;
}

.pager .arrow {
  display: inline-block;
  margin-right: 18px;
  padding: 2px 8px 0 12px;
  background-color: #3FB1C4;
  color: #FFF;
  font-size: 12px;
  line-height: 22px;
  position: relative;
}

.pager .arrow:after {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 12px solid #3FB1C4;
  position: absolute;
  top: 0;
  right: -24px;
}

.pager .next {
  border-bottom: 1px dotted #444;
  font-weight: bold;
  color: #333;
}

.pager a:hover .next {
  color: #666;
}

.pager li {
  display: inline-block;
  margin: 2px;
  font-size: 12px;
}

.pager li a,
.pager li .current {
  display: block;
  width: 32px;
  text-decoration: none;
  line-height: 32px;
}

.pager li a {
  background-color: #EFF2F2;
  color: #666;
}

.pager li a:hover {
  background-color: #3FB1C4;
  color: #FFF;
}

.pager li .current {
  border-radius: 16px;
  background-color: #3FB1C4;
  color: #FFF;
}</pre></body></html>