@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

a {
  color: #0093d8;
  text-decoration: none;
}
a:hover {
  color: #72d2ff;
  transition: 0.3s;
}

.contentWrap {
  *zoom: 1;
  margin: 5em 0 3em;
  width: 100%;
}
.contentWrap:after {
  content: "";
  display: table;
  clear: both;
}
.toppage .contentWrap {
  margin: 0 0 5em;
}
.contentWrap .content {
  margin: 2em 0;
}

h2.contenttitle {
  padding: 0.5em 0 1em;
  background: url(../images/bg-contenttitle.png) no-repeat center center;
  background-size: auto;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.content p {
  font-size: 1.1rem;
  line-height: 2;
  text-align: justify;
}

.boxList {
  margin: 0 auto;
  width: 960px;
  letter-spacing: -0.45em;
  overflow: hidden;
}
.boxList li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 3%;
  letter-spacing: normal;
  border: 1px solid #d2d2d2;
  width: 27%;
}
.boxList li h3 {
  margin: 1em;
  font-size: 1.1em;
  color: #aacd06;
  line-height: 1.6;
}
.boxList li p {
  margin: 1em;
  font-size: 1em;
  line-height: 1.4;
}
.boxList li span.image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  ul.boxList {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  h2.contenttitle {
    padding: 0.5em 0 1em;
    background: url(../images/bg-contenttitle.png) no-repeat center center;
    background-size: 160%;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .content p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
  }

  .boxList li {
    display: block;
    margin: 1em auto;
    width: 80%;
  }
  .boxList p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
  }
}
.headerWrap {
  background: url(../images/bg-header.jpg) repeat-x;
}
.headerWrap .fb {
  position: absolute;
  top: 1em;
  right: 1em;
}

@media screen and (min-width: 641px) {
  .headerWrap header {
    padding-top: 3em;
    position: relative;
    background: url(../images/bg-cloud.png) no-repeat center 2em;
  }
  .headerWrap h1 {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .headerWrap .bottom {
    margin-top: -2em;
    height: 40px;
    text-align: center;
    background: url(../images/bg-roundedwhite.png) no-repeat bottom;
    background-size: 100%;
  }

  nav.gNav {
    text-align: center;
  }
  nav.gNav ul {
    margin: 0 auto;
    width: 850px;
    text-align: center;
    letter-spacing: -0.45em;
  }
  nav.gNav ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: normal;
    width: 150px;
    font-size: 0.9em;
  }
  nav.gNav ul li:nth-child(1), nav.gNav ul li:nth-child(4) {
    margin-top: 20px;
  }
  nav.gNav ul li:nth-child(3) {
    margin-left: 220px;
  }
  nav.gNav ul li a {
    position: relative;
    display: block;
    margin-top: 50px;
    height: 60px;
    text-align: center;
    color: #000;
    font-weight: 600;
  }
  nav.gNav ul li a:before {
    position: absolute;
    display: block;
    margin-top: -50px;
    width: 150px;
    height: 50px;
    vertical-align: middle;
  }
  nav.gNav ul li a.about:before {
    content: url(../images/btn-about.png);
  }
  nav.gNav ul li a.info:before {
    content: url(../images/btn-info.png);
  }
  nav.gNav ul li a.tour:before {
    content: url(../images/btn-tours.png);
  }
  nav.gNav ul li a.guide:before {
    content: url(../images/btn-guide.png);
  }
  nav.gNav ul li a:hover:before {
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
@media screen and (min-width: 641px) and (max-width: 850px) {
  .headerWrap h1 img {
    width: 180px;
    height: auto;
  }

  nav.gNav ul {
    width: 100%;
  }
  nav.gNav ul li {
    width: 15%;
  }
  nav.gNav ul li:nth-child(3) {
    margin-left: 30%;
  }
  nav.gNav ul li a {
    margin-top: 2em;
  }
  nav.gNav ul li a:before {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .headerWrap {
    background-size: contain;
  }
  .headerWrap h1 {
    padding: 1em;
    text-align: center;
  }
  .headerWrap h1 img {
    width: 30%;
    height: auto;
  }
  .headerWrap .bottom {
    display: none;
  }

  nav.gNav {
    background: #fcca00;
  }
  nav.gNav ul {
    letter-spacing: -0.45em;
    overflow: hidden;
  }
  nav.gNav ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: normal;
    width: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    font-size: 0.9em;
    font-weight: 600;
  }
  nav.gNav ul li a {
    display: block;
    height: 60px;
    font-size: 0.85rem;
    color: #000;
  }
  nav.gNav ul li a:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 5px 0 0 0.5em;
    width: 80px;
    height: 60px;
    text-align: center;
  }
  nav.gNav ul li a.about:before {
    content: url(../images/btn-about.png);
  }
  nav.gNav ul li a.info:before {
    padding-top: 10px;
    height: 50px;
    content: url(../images/btn-info.png);
  }
  nav.gNav ul li a.tour:before {
    content: url(../images/btn-tours.png);
  }
  nav.gNav ul li a.guide:before {
    content: url(../images/btn-guide.png);
  }
}
.footerWrap {
  background: url(../images/bg-cloud-footer.png) no-repeat center top;
}
.article .footerWrap {
  border-top: 2px solid #00a0e9;
}

.footerWrap nav.gNav {
  display: none !important;
}

footer.global {
  *zoom: 1;
}
footer.global:after {
  content: "";
  display: table;
  clear: both;
}
footer.global .company h2 {
  font-size: 1em;
  font-weight: 600;
}
footer.global .company h2 span.label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 1em;
  padding: 0.3em 0.5em;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid #d5d5d5;
  background: #f5f5f5;
  font-weight: 500;
}
footer.global .company p {
  margin-top: 0.5em;
  font-size: 0.85em;
}
footer.global dl dt, footer.global dl dd {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 0.85em;
  line-height: 1.4;
}
footer.global dl dt {
  width: 7em;
  color: #00a0e9;
  font-weight: 600;
}
footer.global dl dd {
  width: calc(100% - 8em);
}
footer.global dl span.tel,
footer.global dl span.fax {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 1em;
}

@media screen and (min-width: 960px) {
  footer.global {
    margin: 0 auto;
    padding-bottom: 110px;
    width: 900px;
    background: url(../images/bg-footer.png) no-repeat left bottom;
  }
  footer.global .company {
    text-align: center;
  }
  footer.global .company .logo {
    margin: 1em 0;
  }
  footer.global .company p {
    margin-top: 0.5em;
    font-size: 0.95em;
  }
  footer.global dl {
    margin-top: 2em;
    float: left;
    width: 48%;
  }
}
@media screen and (max-width: 959px) {
  footer.global {
    margin: 0 auto;
    padding-bottom: 110px;
    width: 90%;
    background: url(../images/bg-footer.png) no-repeat left bottom;
  }
  footer.global .company {
    *zoom: 1;
  }
  footer.global .company:after {
    content: "";
    display: table;
    clear: both;
  }
  footer.global .company h2 {
    padding-top: 1em;
  }
  footer.global .company .logo {
    margin-right: 1em;
    float: left;
  }
  footer.global dl {
    margin: 1em 0;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  footer.global dl dt {
    width: 30%;
  }
  footer.global dl dd {
    width: 58%;
  }
}
@media screen and (max-width: 640px) {
  .footerWrap nav.gNav {
    display: block !important;
  }

  footer.global {
    background-size: contain !important;
  }
  footer.global dl {
    display: block;
    width: 100%;
  }
}
.KV {
  margin: 3em auto;
  width: 850px;
}
.KV img {
  max-width: 100%;
  height: auto;
}

#news ul {
  margin: 0 auto;
  max-width: 960px;
  width: 90%;
}
#news ul li {
  font-size: 1.1rem;
  line-height: 2;
  text-align: justify;
  margin: 0.5em 0 1em;
}
#news ul li time, #news ul li span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#news ul li time {
  width: 10em;
}

#about {
  background: url(../images/bg-about.jpg);
}
#about .inner {
  position: relative;
  margin: 0 auto;
  padding: 2em 0;
  width: 960px;
}
#about .inner .image {
  margin-left: -2em;
}
#about .inner .description {
  position: absolute;
  top: 3em;
  right: 0;
  width: 450px;
}
#about h2 {
  margin: 0 0 1em;
  font-size: 1.8rem;
}
#about p {
  font-size: 1.1rem;
  line-height: 2;
  text-align: justify;
}

#tour h2.contenttitle {
  background: none;
}
#tour a {
  display: block;
  color: inherit;
}

@media screen and (max-width: 960px) {
  .KV {
    width: 100%;
  }

  #about .inner {
    width: 100%;
  }
  #about .inner .image {
    margin-left: -2em;
    width: 50%;
  }
  #about .inner .image img {
    width: 100%;
    height: auto;
  }
  #about .inner .description {
    position: absolute;
    top: 3em;
    right: 10%;
    width: 40%;
  }
  #about .inner p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #about .inner .image {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }
  #about .inner .image img {
    max-width: 100%;
    height: auto;
  }
  #about .inner .description {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .KV {
    margin: 0 auto;
  }

  #news ul li {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
  }

  #about h2 {
    margin: 0 0 1em;
    font-size: 1.4rem;
  }
  #about p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
  }
}
