@charset 'UTF-8';
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  width: 100%;
  color: #4d4d4d;
  font-size: 100%;
  font-family: serif;
  line-height: 1.8em;
  background: #fff;
}
a {
  color: #3b9338;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #8fce02;
}
.wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrap {
    width: 90%;
    max-width: 90%;
  }
}
#header {
  width: 100%;
  height: 88px;
}
#header h1 {
  width: 55.301%;
}
@media only screen and (max-width: 768px) {
  #header h1 {
    width: 95%;
  }
}
@media only screen and (max-width: 480px) {
  #header h1 {
    width: 85%;
  }
}
#header nav {
  width: 44.699%;
}
@media only screen and (max-width: 768px) {
  #header nav {
    width: 5%;
  }
}
@media only screen and (max-width: 480px) {
  #header nav {
    width: 15%;
  }
}
#kv {
  width: 100%;
  padding-top: 88px;
}
#information {
  width: 100%;
}
#about-us {
  width: 100%;
}
#access {
  width: 100%;
}
#profile {
  width: 100%;
}
#footer {
  width: 100%;
  height: 54px;
}
#header {
  background: rgba(255,255,255,0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header .wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 5%;
  }
}
#header h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #header h1 {
    font-size: 87.5%;
  }
}
#header h1 img {
  width: 65px;
  height: 66px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #header h1 img {
    width: 48.75px;
    height: 49.5px;
  }
}
@media only screen and (max-width: 480px) {
  #header h1 img {
    width: 32.5px;
    height: 33px;
  }
}
#header #global-navi {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #header #global-navi {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: 2;
  }
}
#header #global-navi h2 {
  font-size: 125%;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header #global-navi a {
    height: 40px;
    background: rgba(255,255,255,0.9);
    border-top: 1px solid #30592a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#header #global-navi .japanese-link {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header #global-navi .japanese-link {
    display: block;
  }
}
#header #sp-menu-button {
  width: 44px;
  height: 44px;
  color: #4d4d4d;
  font-size: 200%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #header #sp-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#header #sp-menu-button .hidden {
  display: none;
}
#header #lang-switch {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #header #lang-switch {
    display: none;
  }
}
#header #lang-switch li {
  line-height: 1em;
}
#header #lang-switch li.active {
  color: #fff;
  background: #8fce02;
  border-radius: 0 0 5px 0;
  padding: 5px 30px;
}
#header #lang-switch a {
  color: #fff;
  background: #3b9338;
  border-radius: 0 0 0 5px;
  padding: 5px 30px;
}
#header #lang-switch a:hover {
  background: #8fce02;
}
#kv .image-container {
  width: 100%;
  height: 45vw;
  -webkit-transition: 2s;
  transition: 2s;
}
#kv .image-container.kv1 {
  background: url("../img/pic-kv-1.jpg") no-repeat center center;
  background-size: cover;
}
#kv .image-container.kv2 {
  background: url("../img/pic-kv-2.jpg") no-repeat center center;
  background-size: cover;
}
#kv .image-container.kv3 {
  background: url("../img/pic-kv-3.jpg") no-repeat center center;
  background-size: cover;
}
#kv .button-wrap {
  width: 68px;
  height: 33px;
  margin: 0 auto;
}
#kv .button-wrap ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#kv .button-wrap ul li span {
  width: 9px;
  height: 9px;
  background: #d2d2d2;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#kv .button-wrap ul li span.active {
  background: #4a8c3c;
}
#information {
  padding-top: 70px;
}
#information h2 {
  display: none;
}
#information h3 {
  width: 86.042%;
  color: #49370f;
  font-size: 181.25%;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  #information h3 {
    width: 100%;
    font-size: 175%;
  }
}
#information h3.center {
  text-align: center;
  font-size: 206.25%;
}
#information h3 span {
  color: #85c246;
}
#information .description-wrap {
  width: 86.042%;
  margin: 60px auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 480px) {
  #information .description-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  #information .pictures {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #information .pictures img {
    width: 100%;
    height: auto;
  }
}
#information .pictures.left {
  margin-right: 30px;
}
@media only screen and (max-width: 480px) {
  #information .pictures.left {
    margin-right: auto;
  }
}
#information .pictures.right {
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  #information .pictures.right {
    margin-left: auto;
  }
}
#information p {
  color: #808080;
  font-size: 87.5%;
  font-family: sans-serif;
  line-height: 1.6em;
  margin: 0;
  margin-bottom: 35px;
}
#about-us {
  background: url("../img/pic-about-bg.jpg") no-repeat center center;
  background-size: cover;
}
#about-us #display-black {
  width: 100%;
  background: rgba(0,0,0,0.2);
  padding: 80px 0 100px;
}
#about-us h2 {
  color: #fff;
  font-size: 206.25%;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 60px;
}
#about-us .text {
  width: 39.583%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  #about-us .text {
    width: 100%;
  }
}
#about-us h3 {
  color: #ffed28;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
#about-us h4 {
  color: #fff;
  font-size: 112.5%;
  font-weight: normal;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
#about-us address {
  color: #fff;
  font-size: 87.5%;
  font-style: normal;
  line-height: 1.8em;
}
#about-us address.margin-40 {
  margin-bottom: 40px;
}
#about-us address.margin-20 {
  margin-bottom: 20px;
}
#about-us address a {
  color: #fff;
  text-decoration: underline;
  padding-bottom: 1px;
}
#about-us address a:hover {
  text-decoration: none;
}
#about-us address span {
  font-size: 128.571%;
  font-family: sans-serif;
}
#access {
  background: #fdf4e3;
  padding-top: 86px;
  position: relative;
}
#access h2 {
  color: #49370f;
  font-size: 225%;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 62px;
}
#access #access-wrap {
  width: 79.167%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 480px) {
  #access #access-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#access #access-wrap .address-text {
  width: 49%;
}
@media only screen and (max-width: 480px) {
  #access #access-wrap .address-text {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #access #access-wrap .address-text.yonago {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 480px) {
  #access #access-wrap .address-text.yokohama {
    padding-bottom: 120px;
  }
}
#access h3 {
  color: #057751;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
#access address {
  font-size: 87.5%;
  font-style: normal;
  line-height: 1.8em;
}
#access #map-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#access #map-wrap iframe {
  width: 50%;
  height: 25vw;
}
@media only screen and (max-width: 480px) {
  #access #map-wrap iframe {
    width: 100%;
    height: 140px;
    margin: auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
  }
}
#access #map-wrap iframe.yonago {
  top: 340px;
}
@media only screen and (max-width: 320px) {
  #access #map-wrap iframe.yonago {
    top: 360px;
  }
}
#access #map-wrap iframe.yokohama {
  top: 620px;
}
@media only screen and (max-width: 380px) {
  #access #map-wrap iframe.yokohama {
    top: 644px;
  }
}
@media only screen and (max-width: 320px) {
  #access #map-wrap iframe.yokohama {
    top: 668px;
  }
}
#profile {
  padding-top: 90px;
  padding-bottom: 196px;
}
#profile h2 {
  color: #49370f;
  font-size: 225%;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}
#profile #profile-wrap {
  width: 68.333%;
  margin: 0 auto;
  padding: 0;
  padding-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #profile #profile-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#profile #profile-picture {
  margin-left: 34px;
}
@media only screen and (max-width: 768px) {
  #profile #profile-picture {
    margin: 0 auto 30px;
  }
}
#profile #profile-picture img {
  width: 225px;
  height: auto;
}
#profile .profile-block {
  border-top: 1px solid #85c246;
  margin-top: 40px;
  padding-top: 20px;
  position: relative;
}
#profile h3 {
  color: #057751;
  font-size: 187.5%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#profile h4 {
  color: #85c246;
  font-size: 150%;
  font-family: sans-serif;
  font-weight: normal;
  background: #fff;
  padding-right: 15px;
  position: absolute;
  top: -45px;
  left: 0;
}
@media only screen and (max-width: 320px) {
  #profile h4 {
    letter-spacing: -0.05em;
  }
}
#profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#profile ul li {
  font-size: 87.5%;
  font-family: sans-serif;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}
#profile ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #2ebd6a;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0.5em;
}
#footer {
  background: #30592a;
}
#footer .wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer small {
  color: #fff;
  font-size: 75%;
}
a.pagetop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 225%;
  background: #85c246;
  border-radius: 50%;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 10%;
  right: 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.pagetop.hidden {
  opacity: 0;
}
