/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  background-color: #fffaeb;
}

.wrap.site {
  min-width: 320px;
}

body.trident {
  min-width: 1023px;
}
body.fixed {
  position: fixed;
  overflow: hidden;
}
@media (min-width: 1023px) {
  body.fixed {
    position: static;
    overflow: unset;
  }
}
body.fixed .site {
  position: absolute;
}
@media (min-width: 1023px) {
  body.fixed .site {
    position: static;
  }
}
body.fixed #fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1023px) {
  body.fixed #fixed-menu {
    position: static;
  }
}
body.fixed #fixed-menu.fixed {
  position: fixed;
}

.menu-box {
  height: 63px;
  position: relative;
  z-index: 4;
}
.menu-box h1 {
  display: inline-block;
}
.menu-box li {
  display: inline-block;
}
.menu-box li img {
  width: auto;
  height: auto;
  max-height: 22px;
}
@media (min-width: 1023px) {
  .menu-box li img {
    max-height: none;
  }
}

nav {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

#fixed-menu {
  background-color: #fff100;
  width: 100%;
}
#fixed-menu > .view > .inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1023px) {
  #fixed-menu > .view > .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1023px;
  }
}

#top_menu {
  display: none;
}
@media (min-width: 1023px) {
  #top_menu {
    display: block;
  }
}

.topfreedial img {
  width: 180px;
  display: block;
}
@media (min-width: 1023px) {
  .topfreedial img {
    width: auto;
  }
}

#menu-switch {
  display: none;
}
#menu-switch ~ label {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 47px;
  height: 47px;
  background-color: white;
  border-radius: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  margin-left: 20px;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
@media (min-width: 1023px) {
  #menu-switch ~ label {
    display: none;
  }
}
#menu-switch ~ label span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: black;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
#menu-switch:checked ~ label span.top {
  -webkit-transform: translate3d(4px, 2px, 0) rotateZ(45deg);
          transform: translate3d(4px, 2px, 0) rotateZ(45deg);
}
#menu-switch:checked ~ label span.center {
  opacity: 0;
}
#menu-switch:checked ~ label span.bottom {
  -webkit-transform: translate3d(4px, -2px, 0) rotateZ(-45deg);
          transform: translate3d(4px, -2px, 0) rotateZ(-45deg);
}
#menu-switch:checked ~ #top_menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #16A827;
  z-index: 2;
}
@media (min-width: 1023px) {
  #menu-switch:checked ~ #top_menu {
    position: static;
    width: auto;
    height: auto;
    background: none;
  }
}
#menu-switch:checked ~ #top_menu > .view {
  height: 100%;
  padding: 10vh 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1023px) {
  #menu-switch:checked ~ #top_menu > .view {
    padding: 0;
  }
}
#menu-switch:checked ~ #top_menu > .view > .inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1023px) {
  #menu-switch:checked ~ #top_menu > .view > .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#menu-switch:checked ~ #top_menu li {
  border-top: 3px dotted #FCEF01;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc((100vh - 150px) * 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu-switch:checked ~ #top_menu li:last-child {
  border-bottom: 3px dotted #FCEF01;
}
@media (min-width: 1023px) {
  #menu-switch:checked ~ #top_menu li {
    height: auto;
  }
}
#menu-switch:checked ~ #top_menu li img {
  max-width: 100%;
}

#fixed-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-animation: menu_transform 0.5s forwards;
          animation: menu_transform 0.5s forwards;
}
@-webkit-keyframes menu_transform {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes menu_transform {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

body.trident body.trident {
  min-width: 1023px;
}
body.trident body.fixed {
  position: static;
  overflow: unset;
}
body.trident body.fixed .site {
  position: static;
}
body.trident body.fixed #fixed-menu {
  position: static;
}
body.trident body.fixed #fixed-menu.fixed {
  position: fixed;
}
body.trident .menu-box {
  height: 63px;
}
body.trident .menu-box h1 {
  display: inline-block;
}
body.trident .menu-box li {
  display: inline-block;
}
body.trident .menu-box li img {
  max-height: none;
}
body.trident nav {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
body.trident #fixed-menu {
  background-color: #fff100;
  width: 100%;
}
body.trident #fixed-menu > .view > .inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1023px;
}
body.trident #top_menu {
  display: block;
}
body.trident .topfreedial > img {
  display: block;
  width: auto;
}
body.trident #menu-switch {
  display: none;
}
body.trident #menu-switch ~ label {
  display: none;
}
body.trident #menu-switch ~ label span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: black;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
section > .view > .inner > .wrap {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section > .view > .inner > .wrap.main1 {
  width: 100%;
  overflow: hidden;
  background-image: url(images/bg.jpg);
}
section > .view > .inner > .wrap.main1 > .view {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
section > .view > .inner > .wrap.main1 > .view:before {
  content: url(images/tateyama-left.png);
  position: absolute;
  display: block;
  width: 600px;
  height: 159px;
  top: auto;
  bottom: 0;
  left: -600px;
}
section > .view > .inner > .wrap.main1 > .view:after {
  content: url(images/tateyama-right.png);
  position: absolute;
  display: block;
  width: 600px;
  height: 180px;
  top: auto;
  bottom: 0;
  right: -600px;
}
section img {
  max-width: 100%;
  height: auto;
}

div.main3 {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

div.button {
  margin: 0 0 20% 0;
  padding-top: -33%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  div.button {
    margin: 0 auto 5%;
    padding-top: 5%;
  }
}

div.button2 {
  margin: 0 0 20%;
  padding-top: 20%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  div.button2 {
    margin: 0 auto 5%;
    padding-top: 5%;
  }
}

div.webunbtn > .view {
  margin: 0 auto 10% auto;
  max-width: 80%;
}
@media (min-width: 640px) {
  div.webunbtn > .view {
    margin-top: -7%;
    margin-bottom: 100px;
    margin-left: 55%;
    max-width: 90%;
    height: auto;
  }
}
div.niesite {
  margin: 5% auto 0 auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  div.niesite {
    display: none;
  }
}

div.niebtn {
  margin: 0 auto 10% auto;
  max-width: 80%;
}
@media (min-width: 640px) {
  div.niebtn {
    margin: -12% auto 0 20%;
  }
}

div.pic-full img {
  max-width: 100%;
  height: auto;
}

.subscrive {
  position: relative;
  z-index: 3;
}
.subscrive > .view > .inner {
  position: relative;
  padding-left: 35px;
  margin-left: 10px;
}
@media (min-width: 850px) {
  .subscrive > .view > .inner {
    padding-left: 0;
    margin-left: 0;
    position: fixed;
    right: 0;
    top: 20vh;
  }
}
.subscrive .balloon {
  position: absolute;
  left: 0;
  top: -35px;
}
@media (min-width: 850px) {
  .subscrive .balloon {
    position: absolute;
    left: -40px;
    top: -38px;
  }
}
@media (min-width: 850px) {
  .subscrive .follow img {
    width: 46px;
    height: auto;
  }
}
.subscrive.fixed > .view {
  position: fixed;
  bottom: 0;
  left: 0;
}

#footer {
  clear: both;
  background-color: #1db633;
  padding: 50px 27px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(images/_pattern.jpg);
}
@media (min-width: 850px) {
  #footer {
    padding: 78px 0 14px;
  }
}
#footer img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (min-width: 850px) {
  #footer img {
    margin-left: 0px;
    height: auto;
    width: auto;
  }
}
@media (min-width: 850px) {
  #footer .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 850px) {
  #footer .left-block {
    margin: 40px 44px 0;
    width: 400px;
  }
}
@media (min-width: 850px) {
  #footer .left-block img {
    width: 295px;
    height: auto;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 850px) {
  #footer .right-block {
    margin: 0 44px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 400px;
  }
}
#footer .contact {
  max-width: 286px;
  margin: auto;
}
@media (min-width: 850px) {
  #footer .contact {
    max-width: none;
  }
}
#footer .contact-btn {
  margin-top: 25px;
}
@media (min-width: 850px) {
  #footer .contact-btn {
    margin-top: 0px;
  }
}
@media (min-width: 850px) {
  #footer .contact-btn img {
    height: 40px;
  }
}
#footer .contactus {
  margin-top: 25px;
}
@media (min-width: 850px) {
  #footer .contactus {
    margin-top: 40px;
  }
}
#footer .contactus img {
  width: 221px;
}
#footer .address-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media (min-width: 850px) {
  #footer .address-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer .address-set .zip img {
  height: 13px;
}
#footer .address-set .address {
  margin-left: 10px;
}
@media (min-width: 850px) {
  #footer .address-set .address {
    margin: 10px 0px 0 0;
  }
}
#footer .address-set .address img {
  height: 13px;
}
#footer .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 850px) {
  #footer .access {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#footer .access .tel {
  width: 32px;
  height: auto;
  margin: 30px 9px;
}
@media (min-width: 850px) {
  #footer .access .tel {
    width: auto;
    margin: 10px 10px 0 0;
  }
}
#footer .access .mail {
  width: 32px;
  height: auto;
  margin: 30px 9px;
}
@media (min-width: 850px) {
  #footer .access .mail {
    width: auto;
    margin: 10px 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#footer .access .time {
  width: 100%;
}
@media (min-width: 850px) {
  #footer .access .time {
    width: auto;
    margin: 0;
    margin: 10px 0px 0 0;
  }
}
#footer .access .time img {
  display: block;
  width: 207px;
  margin: auto;
}
#footer copy {
  display: block;
  color: white;
  font-size: 8px;
  margin-top: 30px;
  text-align: center;
}

body.trident .subscrive > .view > .inner {
  padding-left: 0;
  margin-left: 0;
  position: fixed;
  right: 0;
  top: 20vh;
}
body.trident .subscrive .balloon {
  position: absolute;
  left: -40px;
  top: -38px;
}
body.trident .subscrive .follow img {
  width: 46px;
  height: auto;
}
body.trident #footer {
  padding: 78px 0 14px;
}
body.trident #footer img {
  margin-left: 0px;
  height: auto;
  width: auto;
}
body.trident #footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.trident #footer .left-block {
  margin: 40px 44px 0;
  width: 400px;
}
body.trident #footer .left-block > img {
  width: 295px;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}
body.trident #footer .right-block {
  margin: 0 44px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
}
body.trident #footer .contact {
  max-width: none;
}
body.trident #footer .contact-btn {
  margin-top: 0px;
}
body.trident #footer .contact-btn img {
  height: 40px;
}
body.trident #footer .contactus {
  margin-top: 40px;
}
body.trident #footer .address-set {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.trident #footer .address-set .address {
  margin: 10px 0px 0 0;
}
body.trident #footer .access {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.trident #footer .access .tel {
  width: auto;
  margin: 10px 10px 0 0;
}
body.trident #footer .access .mail {
  width: auto;
  margin: 10px 0 0 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.trident #footer .access .time {
  width: auto;
  margin: 0;
  margin: 10px 0px 0 0;
}
