@charset "UTF-8";
.clear:after, .main__body:after, .img-column2:after, .box-column2:after, .box-column3:after, .box-column1 .no-intoro:after, #AreaIntoroButton:after, .detail-header:after, .article-list dl:after, .event__choices:after, .event__choices .ichioshi__box:after, .event__choices .ichioshi__box .ichiosi__box__right p:after, #IdCarousel:after, #AreaInfomation .hgroup:after, #AreaEventInfo ul:after, #AreaEventContents .event-list:after, #IdEventContents3 ul:after, #AreaMapContents h3 + p + p:after, .text-column2:after, #AreaShop .area-img:after, .header__body:after, .listGnav:after, .footer:after, .footer__middle__body:after {
  content: " ";
  display: block;
  clear: both;
}

/* *****************************************************
reset
***************************************************** */
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;
  font-style: normal;
  background: transparent;
}

html,
body {
  height: 100%;
}

body {
  min-width: 1040px;
  color: #333;
  font-size: 87.5%;
  /* 14px */
  line-height: 171.4%;
  /* 24px */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

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

h1, h2, h3, h4, h5, h6, strong, em {
  font-weight: normal;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: #00589c;
  text-decoration: underline;
  background: transparent;
  outline: none;
  vertical-align: baseline;
}

a:visited {
  color: #463c9f;
}

a:hover,
a:active {
  color: #0088ad;
  text-decoration: none;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

em {
  font-weight: bold;
}

.hide,
.pageReader {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  outline: none;
  overflow: hidden;
}

input {
  color: #333;
  font-size: 100%;
  line-height: 158%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

/* *****************************************************
common
***************************************************** */
/*
base
***************************************************** */
.base {
  position: relative;
  width: auto;
  height: auto;
  min-height: 100%;
  border: 10px solid #fca716;
  background: url(i/bg_main.png) center bottom no-repeat;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .base {
    border: none;
    background: none;
  }
}

/*
main
***************************************************** */
.main {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .main {
    padding-bottom: 20px;
    background: url(i/sp_bg_main.png) center bottom no-repeat;
  }
}

/*
main__body
***************************************************** */
.main__body {
  width: 1020px;
  margin: 0 auto;
  padding-top: 34px;
  background: url(i/bg_lnavi.png) 0 34px no-repeat;
}
@media only screen and (max-width: 768px) {
  .main__body {
    width: auto;
    padding-top: 0;
    background: none;
  }
}

/*
main__body__left,main__body__right
***************************************************** */
.main__body__left {
  float: left;
  width: 252px;
  padding-bottom: 220px;
}
@media only screen and (max-width: 768px) {
  .main__body__left {
    float: none;
    width: auto;
    margin-top: 30px;
    padding: 0 10px 0;
  }
}

.main__body__right {
  float: right;
  width: 756px;
  padding-bottom: 220px;
}
@media only screen and (max-width: 768px) {
  .main__body__right {
    float: none;
    width: auto;
    padding-bottom: 0;
  }
  .main__body__right section {
    padding: 0 10px 0;
  }
  .main__body__right section section {
    padding: 0;
  }
  .main__body__right img {
    max-width: 100%;
    height: auto;
  }
}

h1 + .div-section {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .div-section {
    padding: 0 10px 0;
  }
}

/*
breadCrumb
***************************************************** */
.breadCrumb {
  width: 100%;
  background: #333;
}
.breadCrumb .breadCrumb__body {
  margin: 0 10px 0 10px;
  padding: 6px 0 3px 0;
}
.breadCrumb .listBreadCrumb {
  margin-left: 20px;
  line-height: 100%;
  list-style: none;
}
.breadCrumb .listBreadCrumb .listBreadCrumb__item {
  display: inline-block;
  margin-top: 0;
}
.breadCrumb .listBreadCrumb .listBreadCrumb__item a {
  display: table-cell;
  color: #fff;
}
.breadCrumb .listBreadCrumb .listBreadCrumb__item span {
  display: table-cell;
  color: #fff;
  font-size: 93%;
  line-height: 139%;
}
.breadCrumb .listBreadCrumb .listBreadCrumb__item:first-child {
  margin-left: -20px;
}
.breadCrumb .listBreadCrumb .listBreadCrumb__item:first-child:before {
  display: table-cell;
  padding-right: 3px;
  color: #fff;
  font-size: 108%;
  line-height: 100%;
  vertical-align: middle;
  letter-spacing: normal;
}
.breadCrumb .listBreadCrumb .listBreadCrumb__item + .listBreadCrumb__item:before {
  content: '＞';
  display: table-cell;
  padding-right: 2px;
  letter-spacing: normal;
  color: #fff;
  font-size: 72%;
  line-height: 100%;
}

/*
img-column2
***************************************************** */
.img-column2 div {
  float: left;
  width: 368px;
}
.img-column2 div.img-100 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .img-column2 div {
    float: none;
    width: auto;
    text-align: center;
  }
  .img-column2 div .set-left,
  .img-column2 div .set-right {
    text-align: center;
  }
}
.img-column2 div + div {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .img-column2 div + div {
    margin: 20px 0 0 0;
  }
}
.img-column2 + p {
  margin-top: 20px;
}

/*
box-column2
***************************************************** */
.box-column2 .box-base {
  float: left;
  width: 363px;
  border: 3px solid #fba716;
  background: #fdf8ef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.box-column2 .box-base:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .box-column2 .box-base {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.box-column2 .box-base + div {
  margin-top: 18px;
  margin-left: 18px;
}
@media only screen and (max-width: 768px) {
  .box-column2 .box-base + div {
    margin: 18px auto 0;
  }
}
.box-column2 .box-base:nth-child(odd) {
  margin-left: 0;
}
.box-column2 .box-base:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .box-column2 .box-base:nth-child(2) {
    margin-top: 18px;
  }
}
.box-column2 + .box-column2 {
  margin-top: 18px;
}
.box-column2 .box-contents {
  position: relative;
  padding: 18px 16px 16px;
}
.box-column2 .box-contents p {
  text-align: center;
}
.box-column2 .box-contents p img {
  border: 1px solid #dcc59d;
}
.box-column2 .box-contents h3 {
  margin: 9px 0 0 0;
  padding: 0;
  font-size: 122%;
  line-height: 118%;
  text-align: center;
}
.box-column2 .box-contents h3:before {
  display: none;
}
.box-column2 .box-contents h3 + p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 100%;
  line-height: 143%;
}
.box-column2 .box-contents .link {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.box-column2 .box-contents .link:hover {
  background: rgba(255, 255, 255, 0.3);
}
.box-column2 .box-contents .link:before {
  display: none;
}

/*
img-column3
***************************************************** */
.img-column3 {
  margin-top: 15px;
}
.img-column3 div {
  float: left;
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .img-column3 div {
    float: none;
    width: auto;
    text-align: center;
  }
}
.img-column3 div + div {
  padding-left: 18px;
}
@media only screen and (max-width: 768px) {
  .img-column3 div + div {
    margin: 18px 0 0 0;
    padding: 0;
  }
}
.img-column3 + .img-column3 {
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .img-column3 .left,
  .img-column3 .right {
    float: none;
  }
}

div + .img-column3 {
  margin-top: 20px;
}

/*
box-column3
***************************************************** */
.box-column3 .box-base {
  float: left;
  width: 234px;
  min-height: 210px;
  border: 3px solid #fba716;
  background: #fdf8ef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.box-column3 .box-base:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .box-column3 .box-base {
    float: none;
    margin: 0 auto;
    min-height: 1px;
  }
}
.box-column3 .box-base + div {
  margin-left: 18px;
}
@media only screen and (max-width: 768px) {
  .box-column3 .box-base + div {
    margin: 18px auto 0;
  }
}
.box-column3 + .box-column3 {
  margin-top: 18px;
}
.box-column3 .box-contents {
  position: relative;
  padding: 18px 16px 16px;
}
.box-column3 .box-contents p {
  text-align: center;
}
.box-column3 .box-contents p img {
  border: 1px solid #dcc59d;
}
.box-column3 .box-contents h3 {
  margin: 9px 0 0 0;
  padding: 0;
  font-size: 122%;
  line-height: 118%;
  text-align: center;
}
.box-column3 .box-contents h3:before {
  display: none;
}
.box-column3 .box-contents h3 + p {
  margin-top: 2px;
  text-align: left;
  font-size: 100%;
  line-height: 143%;
}
.box-column3 .box-contents .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.box-column3 .box-contents .link:before {
  display: none;
}
.box-column3 .box-contents .link a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.box-column3 .box-contents .link a:hover {
  background: rgba(255, 255, 255, 0.3);
}

/*
emphasis
***************************************************** */
.emphasis {
  margin-top: 20px;
  background: #fffff1;
  border: 1px solid #d9d79b;
}
.emphasis .emphasis-contents {
  padding: 18px 20px 14px;
}
.emphasis .emphasis-contents h3, .emphasis .emphasis-contents h4 {
  margin: 0;
}
.emphasis .emphasis-contents * + h3 {
  margin-top: 40px;
}
.emphasis .emphasis-contents * + h4 {
  margin-top: 30px;
}

/*
btn-link
***************************************************** */
* + .btn-link {
  margin-top: 20px;
}

.btn-link {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .btn-link {
    display: block;
  }
}
.btn-link .btn-link__item {
  display: table-cell;
  width: 48%;
  height: 50px;
  padding-right: 2%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .btn-link .btn-link__item {
    display: block;
    width: 100%;
    height: auto;
    margin: 18px auto 0;
    padding: 0;
  }
}
.btn-link .btn-link__item + .btn-link__item {
  padding-right: 0;
  padding-left: 2%;
}
@media only screen and (max-width: 768px) {
  .btn-link .btn-link__item + .btn-link__item {
    padding: 0;
  }
}
.btn-link .btn {
  position: relative;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 35px 9px 10px;
  color: #333;
  font-size: 115%;
  line-height: 150%;
  font-weight: bold;
  vertical-align: middle;
  background: #fdf8ef;
  border: 3px solid #fba716;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-link .btn:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  height: 17px;
  margin: auto 0;
  font-size: 107%;
  line-height: 100%;
}

/*
column2
***************************************************** */
.emphasis .column2 {
  margin-top: 0;
}
.emphasis * + .column2 {
  margin-top: 15px;
}

.column2 {
  display: table;
  width: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .column2 {
    display: block;
  }
  .column2 .left,
  .column2 .right {
    float: none;
    width: auto;
    text-align: center;
  }
}
.column2 .column2-img,
.column2 .column2-text {
  float: none;
  display: table-cell;
  width: auto;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .column2 .column2-img,
  .column2 .column2-text {
    display: block;
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .column2 .column2-img {
    text-align: center;
    padding-left: 0;
  }
}
.column2 div + div {
  padding-left: 18px;
}
@media only screen and (max-width: 768px) {
  .column2 div + div {
    padding-left: 0;
    margin-top: 20px;
  }
}
.column2 .column2-text h3 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .column2 .column2-text {
    padding-left: 0;
  }
}

/*
clear
***************************************************** */
* + .youtube {
  margin-top: 20px;
}

.youtube {
  text-align: center;
}
.youtube iframe {
  display: inline-block;
}
/* * + .youtube {
  margin-top: 20px;
}

.youtube,
#movieArea {
  text-align: center;
}
.youtube iframe,
#movieArea iframe {
  display: inline-block;
}

#movieArea + .set-right {
  margin-right: 18px;
}
@media only screen and (max-width: 768px) {
  #movieArea + .set-right {
    margin-right: 0;
  }
} */

@media only screen and (max-width: 768px) {
  #movieArea.iframe-length,
  .youtube.iframe-length {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }
  #movieArea.iframe-length iframe,
  .youtube.iframe-length iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*
AreaFAQ
***************************************************** */
#AreaFAQ {
  margin-top: 30px;
}
#AreaFAQ .box-faq {
  width: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
#AreaFAQ .box-faq + .box-faq {
  margin-top: 12px;
}
#AreaFAQ .box-faq .faq-question {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  min-height: 24px;
  padding: 10px 43px 9px 45px;
  background: #fdf8ef;
  border: 1px solid #fba716;
  cursor: pointer;
}
#AreaFAQ .box-faq .faq-question:before {
  position: absolute;
  top: 9px;
  left: 10px;
  vertical-align: middle;
  color: #fba716;
  font-size: 172%;
  line-height: 100%;
}
#AreaFAQ .box-faq .faq-question:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  display: block;
  width: 19px;
  height: 19px;
  margin: auto 0;
  color: #fba716;
  font-size: 136%;
  line-height: 100%;
}
#AreaFAQ .box-faq .faq-question.open {
  min-height: 24px;
  padding: 8px 41px 7px 43px;
  background: #ffefd2;
  border: 3px solid #fba716;
}
#AreaFAQ .box-faq .faq-question.open:before {
  top: 7px;
  left: 8px;
}
#AreaFAQ .box-faq .faq-question p {
  display: block;
  width: auto;
  height: auto;
  font-size: 115%;
  line-height: 150%;
  font-weight: bold;
}
#AreaFAQ .box-faq .faq-question .open-close {
  display: none;
}
#AreaFAQ .box-faq .faq-answer {
  position: relative;
  display: none;
  width: auto;
  height: auto;
  min-height: 24px;
  padding: 15px 43px 11px 45px;
  background: #fff;
  border: 1px solid #fba716;
  border-top: none;
}
#AreaFAQ .box-faq .faq-answer:before {
  position: relative;
  top: -1px;
  left: -34px;
  vertical-align: middle;
  color: #ff7e4f;
  font-size: 172%;
  line-height: 100%;
}
#AreaFAQ .box-faq .faq-answer p:nth-child(1) {
  margin-top: -27px;
}

/*
AreaAnimalsIndex
***************************************************** */
#AreaAnimalsIndex {
  letter-spacing: -.35em;
}
#AreaAnimalsIndex .box-base {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 325px;
  height: 100px;
  margin-top: 18px;
  padding: 10px 10px 10px 10px;
  background: #fdf8ef;
  border: 1px solid #fba716;
  border-right: 22px solid #fba716;
  vertical-align: top;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  #AreaAnimalsIndex .box-base {
    width: 100%;
    height: auto;
    margin-top: 12px;
    box-sizing: border-box;
  }
  #AreaAnimalsIndex .box-base .left {
    float: left;
  }
}
#AreaAnimalsIndex .box-base:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -19px;
  width: 15px;
  height: 14px;
  margin: auto 0;
  z-index: 1;
}
#AreaAnimalsIndex .box-base .right {
  width: 211px;
  margin-left: 14px;
}
@media only screen and (max-width: 768px) {
  #AreaAnimalsIndex .box-base .right {
    float: none;
    width: auto;
    margin-left: 110px;
  }
}
#AreaAnimalsIndex .box-base:nth-child(even) {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #AreaAnimalsIndex .box-base:nth-child(even) {
    margin-left: 0;
  }
}
#AreaAnimalsIndex .box-base:nth-child(1), #AreaAnimalsIndex .box-base:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #AreaAnimalsIndex .box-base:nth-child(2) {
    margin-top: 12px;
  }
}
#AreaAnimalsIndex .box-base .kind-title {
  display: none;
}
#AreaAnimalsIndex .box-base h3 {
  margin: 0;
  padding: 0;
  font-size: 129%;
  line-height: 123%;
}
#AreaAnimalsIndex .box-base h3:before {
  display: none;
}
#AreaAnimalsIndex .box-base h4 {
  margin: 0;
  margin-top: 4px;
  padding: 0;
  font-size: 108%;
  line-height: 154%;
  font-weight: bold;
}
#AreaAnimalsIndex .box-base h4:before {
  width: 12px;
  height: 18px;
  margin: -8px 5px 0 0;
  overflow: hidden;
  font-size: 25px;
  line-height: 100%;
}
#AreaAnimalsIndex .box-base h4 + p {
  margin-top: 0;
  font-size: 93%;
  line-height: 162%;
}
#AreaAnimalsIndex .box-base h4 + p + p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 2;
}
#AreaAnimalsIndex .box-base h4 + p + p .link {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-right: 21px;
  text-indent: -9999px;
  overflow: hidden;
}
#AreaAnimalsIndex .box-base h4 + p + p .link:before {
  display: none;
}
#AreaAnimalsIndex .box-base h4 + p + p .link:hover {
  background: rgba(255, 255, 255, 0.3);
}

/*
AreaCapybaraInfo
***************************************************** */
#AreaCapybaraInfo {
  display: table;
}
@media only screen and (max-width: 768px) {
  #AreaCapybaraInfo {
    width: 100%;
  }
}
#AreaCapybaraInfo .info__box {
  display: table-cell;
  width: 368px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  #AreaCapybaraInfo .info__box {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
  }
}
#AreaCapybaraInfo .info__box + .info__box {
  padding-left: 10px;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  #AreaCapybaraInfo .info__box + .info__box {
    padding: 0;
  }
}
#AreaCapybaraInfo table {
  margin-top: 0;
}

#AreaInfoContents .article-list {
  margin-top: 0;
}
#AreaInfoContents .article-list dl + dl {
  margin-top: 0;
}
#AreaInfoContents .article-list dt {
  float: none;
  width: auto;
}
#AreaInfoContents .article-list dd {
  margin-left: 0;
}
#AreaInfoContents .article-list dd a {
  color: #00589c;
  text-decoration: underline;
}
#AreaInfoContents .article-list dd a:hover {
  text-decoration: none;
}

.info-heading {
  position: relative;
}
.info-heading p {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin: 0;
}
.info-heading p a {
  color: #9a5200;
  text-decoration: none;
}
.info-heading p a:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 115%;
  line-height: 100%;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
}
.info-heading p a:hover {
  text-decoration: underline;
}

#IdEventInfo {
  border-top: 1px solid #977957;
}
#IdEventInfo dl {
  padding: 16px 5px 11px;
}
#IdEventInfo dl + dl {
  border-top: 1px solid #c9c9c9;
}
#IdEventInfo dt,
#IdEventInfo dd a {
  line-height: 120%;
}
#IdEventInfo dd a {
  color: #333;
}
#IdEventInfo dd a:hover {
  text-decoration: none;
}

/*
box-column1
***************************************************** */
.box-column1 .box-contents {
  padding: 23px;
  background: #fdf8ef;
  border: 1px solid #dfc09d;
}
@media only screen and (max-width: 768px) {
  .box-column1 .box-contents {
    padding: 16px;
  }
}
.box-column1 .no-intoro h3 {
  margin-top: 0;
}
.box-column1 .no-intoro div.right {
  width: 450px;
}
@media only screen and (max-width: 768px) {
  .box-column1 .no-intoro div.right {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
  }
}
.box-column1 .no-intoro div.left {
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .box-column1 .no-intoro div.left {
    float: none;
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
}
.box-column1 .no-intoro ul.right {
  width: auto;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .box-column1 .no-intoro ul.right {
    margin-top: 10px;
  }
}
.box-column1 .no-intoro:nth-child(n+2) {
  display: none;
}

#AreaIntoroButton {
  margin: 20px 0 0 0;
  padding: 0;
}
#AreaIntoroButton li {
  float: left;
  display: table;
  width: 136px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #AreaIntoroButton li {
    width: 49%;
    margin-top: 2%;
  }
  #AreaIntoroButton li:nth-child(odd) {
    margin-left: 0;
  }
  #AreaIntoroButton li:nth-child(even) {
    float: right;
  }
  #AreaIntoroButton li:nth-child(1), #AreaIntoroButton li:nth-child(2) {
    margin-top: 0;
  }
}
#AreaIntoroButton li + li {
  margin-left: 7px;
}
@media only screen and (max-width: 768px) {
  #AreaIntoroButton li + li {
    margin-left: 0;
  }
}
#AreaIntoroButton li:before {
  display: none;
}
#AreaIntoroButton li a {
  display: table-cell;
  width: 130px;
  height: 54px;
  color: #333;
  font-size: 115%;
  line-height: 138%;
  font-weight: bold;
  background: #fff;
  border: 3px solid #fba716;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  #AreaIntoroButton li a {
    width: 100%;
  }
}
#AreaIntoroButton li a.active, #AreaIntoroButton li a:hover {
  color: #fff;
  background: #fba716;
}

/*
blog
***************************************************** */
#AreaContentsNavi {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #AreaContentsNavi {
    display: none;
  }
}
#AreaContentsNavi .no-border {
  width: 100%;
}
#AreaContentsNavi .no-border td {
  width: 34%;
}
#AreaContentsNavi .no-border td:nth-child(1), #AreaContentsNavi .no-border td:nth-child(3) {
  width: 33%;
}
#AreaContentsNavi .no-border td:nth-child(1) {
  padding-left: 12px;
}
#AreaContentsNavi .no-border td:nth-child(3) {
  padding-right: 12px;
}
#AreaContentsNavi .no-border td a {
  color: #333;
  text-decoration: none;
}
#AreaContentsNavi .no-border td a:hover {
  text-decoration: underline;
}

h1 + #AreaContentsDetail .detail-header {
  margin-top: 30px;
}

.detail-header {
  margin-top: 30px;
  padding: 11px 20px 5px;
  background: #f6f6f6;
}
@media only screen and (max-width: 768px) {
  .detail-header {
    margin: 0 10px;
    padding: 0;
    background: none;
  }
}
.detail-header p {
  float: left;
}
@media only screen and (max-width: 768px) {
  .detail-header p {
    font-size: 93%;
    line-height: 162%;
  }
}
.detail-header .area-social {
  float: right;
}

.detail-header + section h2 {
  margin-top: 28px;
}

.detail-footer {
  margin-top: 40px;
  padding-top: 6px;
  border-top: 1px solid #c9c9c9;
  text-align: right;
}

/*
article-list
***************************************************** */
.article-list {
  margin-top: 30px;
}
.article-list dl + dl {
  margin-top: 6px;
  padding-top: 7px;
  border-top: 1px solid #c9c9c9;
}
.article-list dt {
  float: left;
  width: 142px;
}
@media only screen and (max-width: 768px) {
  .article-list dt {
    float: none;
    width: auto;
  }
}
.article-list dd {
  margin-left: 142px;
}
@media only screen and (max-width: 768px) {
  .article-list dd {
    margin-left: 0;
  }
}
.article-list dd a {
  text-decoration: none;
  vertical-align: middle;
}
.article-list dd a:hover {
  text-decoration: underline;
}
.article-list dd span img {
  vertical-align: middle;
}

/*
event
***************************************************** */
/* .event__choices */
.event__choices {
  display: block;
}
@media only screen and (max-width: 768px) {
  .event__choices {
    display: block;
  }
}
.event__choices .choices__info {
  float: left;
  width: 500px;
}
@media only screen and (max-width: 768px) {
  .event__choices .choices__info {
    float: none;
    width: 100%;
  }
}
.event__choices .choices__info h2 {
  margin-top: 0;
}
.event__choices .choices__calendar {
  float: left;
  width: 230px;
  margin-left: 26px;
}
@media only screen and (max-width: 768px) {
  .event__choices .choices__calendar {
    float: none;
    width: 100%;
    margin: 0;
  }
  .event__choices .choices__calendar .calendar {
    display: table;
    width: 100%;
    margin-top: 30px;
  }
}
.event__choices .ichioshi__box {
  float: none !important;
  display: inline-block !important;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .event__choices .ichioshi__box {
    position: relative;
    padding-top: 30px;
  }
}
.event__choices .ichioshi__box .ichiosi__box__left {
  float: left;
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .event__choices .ichioshi__box .ichiosi__box__left {
    width: auto;
    max-width: 150px;
  }
}
.event__choices .ichioshi__box .ichiosi__box__right {
  margin-left: 168px;
}
.event__choices .ichioshi__box .ichiosi__box__right .ichioshi__text {
  display: block;
}
.event__choices .ichioshi__box .ichiosi__box__right .ichioshi__text + br {
  display: none;
}
.event__choices .ichioshi__box .ichiosi__box__right .link {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .event__choices .ichioshi__box .ichiosi__box__right {
    width: auto;
    margin-left: 160px;
  }
  .event__choices .ichioshi__box .ichiosi__box__right p {
    margin-top: 0;
  }
  .event__choices .ichioshi__box .ichiosi__box__right .ichioshi__text {
    display: none;
  }
  .event__choices .ichioshi__box .ichiosi__box__right .ichioshi__text + br + .link {
    float: right;
    margin-top: 5px;
  }
}
.event__choices .ichioshi__box .ichiosi__box__right h3 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .event__choices .ichioshi__box .ichiosi__box__right h3 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.event__choices .ichioshi__box .ichiosi__box__right .event-icon {
  display: inline-block;
}
.event__choices .ichioshi__box .ichiosi__box__right img,
.event__choices .ichioshi__box .ichiosi__box__right mark {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .event__choices .ichioshi__box .ichiosi__box__right img,
  .event__choices .ichioshi__box .ichiosi__box__right mark {
    float: none;
    display: block;
  }
}
.event__choices .ichioshi__box .ichiosi__box__right mark {
  margin: -3px 0 0 9px;
}
@media only screen and (max-width: 768px) {
  .event__choices .ichioshi__box .ichiosi__box__right mark {
    margin: 0;
  }
}
.event__choices .ichioshi__box .ichiosi__box__right mark + br {
  display: none;
}

#AreaCarousel {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #AreaCarousel {
    margin: 0 -10px;
  }
}
#AreaCarousel .bx-wrapper {
  max-width: 100% !important;
}
#AreaCarousel .bx-viewport {
  padding-bottom: 10px;
}
#AreaCarousel .carouse__wrap {
  position: relative;
}
#AreaCarousel .bx-prev,
#AreaCarousel .bx-next {
  position: absolute;
  top: 0;
  display: block;
  width: 45px;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
#AreaCarousel .bx-prev:hover,
#AreaCarousel .bx-next:hover {
  opacity: 0.8;
}
#AreaCarousel .bx-prev {
  left: 0;
  background: url(i/bg_bxarrow.png) 0 center no-repeat rgba(255, 255, 255, 0.6);
}
#AreaCarousel .bx-next {
  right: 0;
  background: url(i/bg_bxarrow.png) right center no-repeat rgba(255, 255, 255, 0.6);
}

/* #IdCarousel */
#IdCarousel .box-base {
  position: relative;
  float: left;
  width: 200px;
  height: 280px;
  margin: 0;
  padding: 21px 5px  21px 5px;
  text-align: center;
  border: 3px solid #fba716;
  background: #fdf8ef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #IdCarousel .box-base {
    margin-left: 18px;
  }
}
#IdCarousel .box-base:after {
  display: none;
}
#IdCarousel .box-base p:nth-child(3) {
  margin-top: 0;
}
#IdCarousel .box-base p:last-child a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
#IdCarousel .box-base p:last-child a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#IdCarousel .box-base p:last-child a:before {
  display: none;
}

/* #AreaInfomation */
#AreaInfomation {
  margin-top: 40px;
}
#AreaInfomation .hgroup {
  position: relative;
  padding: 11px 14px 7px 19px;
  background: #806839;
  border-radius: 3px 3px 0 0;
}
#AreaInfomation .hgroup h3,
#AreaInfomation .hgroup h4 {
  margin: 0;
  padding: 0;
  color: #fff;
}
#AreaInfomation .hgroup h3:before,
#AreaInfomation .hgroup h4:before {
  display: none;
}
#AreaInfomation .hgroup h4 {
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 100%;
  line-height: 158%;
}
#AreaInfomation .hgroup h4 a {
  color: #fff;
  text-decoration: none;
}
#AreaInfomation .hgroup h4 a:before {
  margin-right: 5px;
  font-size: 115%;
  line-height: 150%;
  vertical-align: bottom;
}

#AreaInfomation .article-list,
#AreaEventContents .article-list {
  margin-top: 0;
  padding: 20px 17px 16px;
  border: 3px solid #806839;
  border-top: none;
  border-radius: 0 0 3px 3px;
  background: #fcf4e3;
}
#AreaInfomation .article-list dl,
#AreaEventContents .article-list dl {
  display: table;
  padding: 0 2px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #AreaInfomation .article-list dl,
  #AreaEventContents .article-list dl {
    display: block;
  }
}
#AreaInfomation .article-list dl + dl,
#AreaEventContents .article-list dl + dl {
  margin-top: 4px;
  padding-top: 5px;
  border-top: 1px solid #d4c19f;
}
#AreaInfomation .article-list dt,
#AreaEventContents .article-list dt {
  position: relative;
  float: none;
  display: table-cell;
  width: 233px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #AreaInfomation .article-list dt,
  #AreaEventContents .article-list dt {
    display: block;
    width: auto;
  }
}
#AreaInfomation .article-list dt span,
#AreaEventContents .article-list dt span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 16px;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  #AreaInfomation .article-list dt span,
  #AreaEventContents .article-list dt span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
  }
  #AreaInfomation .article-list dt span img,
  #AreaEventContents .article-list dt span img {
    display: inline-block;
    margin-top: 3px;
  }
}
#AreaInfomation .article-list dd,
#AreaEventContents .article-list dd {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #AreaInfomation .article-list dd,
  #AreaEventContents .article-list dd {
    display: block;
    padding-left: 0;
  }
}
#AreaInfomation .article-list dd a,
#AreaEventContents .article-list dd a {
  color: #333;
}
@media only screen and (max-width: 768px) {
  #AreaInfomation .article-list dd a,
  #AreaEventContents .article-list dd a {
    text-decoration: underline;
  }
}
#AreaInfomation .article-list dd span,
#AreaEventContents .article-list dd span {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  #EventsActiveList {
    margin: 0 10px;
  }
}
#EventsActiveList.article-list dl {
  display: table;
  padding: 0 2px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #EventsActiveList.article-list dl {
    display: block;
  }
}
#EventsActiveList.article-list dl + dl {
  margin-top: 4px;
  padding-top: 5px;
  border-top: 1px solid #d4c19f;
}
#EventsActiveList.article-list dt {
  position: relative;
  float: none;
  display: table-cell;
  width: 275px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #EventsActiveList.article-list dt {
    display: block;
    width: auto;
  }
  #EventsActiveList.article-list dt br {
    display: none;
  }
}
#EventsActiveList.article-list dt span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 16px;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  #EventsActiveList.article-list dt span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
  }
  #EventsActiveList.article-list dt span img {
    display: inline-block;
    margin-top: 3px;
  }
}
#EventsActiveList.article-list dd {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #EventsActiveList.article-list dd {
    display: block;
    padding-left: 0;
  }
}
#EventsActiveList.article-list dd a {
  color: #333;
}
@media only screen and (max-width: 768px) {
  #EventsActiveList.article-list dd a {
    text-decoration: underline;
  }
}

#AreaContentsDetail {
  margin-top: 30px;
}
#AreaContentsDetail .article-event dl {
  display: table;
  padding: 0 2px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #AreaContentsDetail .article-event dl {
    display: block;
  }
}
#AreaContentsDetail .article-event dl + dl {
  margin-top: 4px;
  padding-top: 5px;
  border-top: 1px solid #d4c19f;
}
#AreaContentsDetail .article-event dt {
  position: relative;
  float: none;
  display: table-cell;
  width: 275px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #AreaContentsDetail .article-event dt {
    display: block;
    width: auto;
  }
  #AreaContentsDetail .article-event dt br {
    display: none;
  }
}
#AreaContentsDetail .article-event dt span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 16px;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  #AreaContentsDetail .article-event dt span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
  }
  #AreaContentsDetail .article-event dt span img {
    display: inline-block;
    margin-top: 3px;
  }
}
#AreaContentsDetail .article-event dd {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #AreaContentsDetail .article-event dd {
    display: block;
    padding-left: 0;
  }
}
#AreaContentsDetail .article-event dd a {
  color: #333;
}
@media only screen and (max-width: 768px) {
  #AreaContentsDetail .article-event dd a {
    text-decoration: underline;
  }
}

/* #AreaEventInfo */
#AreaEventInfo {
  margin-top: 40px;
}
#AreaEventInfo ul {
  letter-spacing: -.35em;
}
@media only screen and (max-width: 768px) {
  #AreaEventInfo ul {
    border: 3px solid #975836;
    border-radius: 3px 3px 0 0;
  }
}
#AreaEventInfo li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #AreaEventInfo li {
    float: left;
    display: table;
    width: 50%;
  }
}
#AreaEventInfo li a {
  display: block;
  padding: 10px 20px 3px;
  color: #fff;
  font-size: 115%;
  line-height: 150%;
  background: #8c7c73;
  text-decoration: none;
  border-bottom: 3px solid #975836;
  border-radius: 3px 3px 0 0;
}
@media only screen and (max-width: 768px) {
  #AreaEventInfo li a {
    display: table-cell;
    width: 100%;
    height: 43px;
    padding: 0;
    font-size: 100%;
    line-height: 158%;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-top: 2px solid #975836;
    border-radius: 0;
    box-sizing: border-box;
  }
}
#AreaEventInfo li a.active, #AreaEventInfo li a:hover {
  background: #975836;
}
#AreaEventInfo li + li {
  margin-left: 2px;
}
@media only screen and (max-width: 768px) {
  #AreaEventInfo li + li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #AreaEventInfo li:nth-child(odd) a {
    border-right: 1px solid #975836;
  }
  #AreaEventInfo li:nth-child(even) a {
    border-left: 1px solid #975836;
  }
  #AreaEventInfo li:nth-child(1) a,
  #AreaEventInfo li:nth-child(2) a {
    border-top: none;
  }
}
#AreaEventInfo li:before {
  display: none;
}

#AreaEventBox {
  margin-top: -3px;
  border: 3px solid #975836;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#AreaEventContents .article-list {
  position: relative;
  margin-top: 0;
  padding: 20px 17px 16px;
  border: none;
  border-top: none;
  border-radius: 0;
  background: #fefaf1;
}
#AreaEventContents .article-list dt {
  width: 284px;
}
@media only screen and (max-width: 768px) {
  #AreaEventContents .article-list dt {
    width: auto;
  }
  #AreaEventContents .article-list dt br {
    display: none;
  }
}
#AreaEventContents .article-list dd {
  margin-left: 304px;
}
@media only screen and (max-width: 768px) {
  #AreaEventContents .article-list dd {
    margin-left: 0;
  }
}
#AreaEventContents .no-kind dt {
  width: 135px;
}
@media only screen and (max-width: 768px) {
  #AreaEventContents .no-kind dt {
    width: auto;
  }
}
#AreaEventContents .no-kind dd {
  margin-left: 135px;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  #AreaEventContents .no-kind dd {
    margin-left: 0;
  }
}
#AreaEventContents .no-event:nth-child(n+2) {
  display: none;
}
#AreaEventContents .event-list {
  margin-bottom: -16px;
}
@media only screen and (max-width: 768px) {
  #AreaEventContents .event-list {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
  }
}
#AreaEventContents .event-list a {
  float: right;
  display: block;
  width: 134px;
  height: 26px;
  padding: 7px 0 0 14px;
  color: #fff;
  background: #975836;
  border-radius: 3px 3px 0 0;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #AreaEventContents .event-list a {
    float: none;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 7px 14px 5px;
    border-radius: 3px;
  }
}
#AreaEventContents .event-list a:before {
  margin-right: 7px;
}
#AreaEventContents .event-list a:hover {
  opacity: 0.8;
}
#AreaEventContents .no-kind {
  display: none;
}
@media only screen and (max-width: 768px) {
  #AreaEventContents .no-kind {
    clear: both;
  }
}
#AreaEventContents #IdKindInfo1 {
  display: block;
}

#IdEventContents3 ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #IdEventContents3 ul {
    letter-spacing: -.35em;
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
    border: none;
    text-align: center;
  }
}
#IdEventContents3 ul + ul {
  margin-top: 5px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #IdEventContents3 li {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 110px;
  }
}
#IdEventContents3 li a {
  display: block;
  margin: 0;
  padding: 0;
  width: 110px;
  height: 26px;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(i/icon_list.png) 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  #IdEventContents3 li a {
    border: none !important;
  }
}
#IdEventContents3 li a.active, #IdEventContents3 li a:hover {
  background: url(i/icon_list.png) 0 0 no-repeat;
}
#IdEventContents3 li + li {
  margin: 0;
}
#IdEventContents3 #IdFureai a {
  background-position: 0 0;
}
#IdEventContents3 #IdFureai a.active, #IdEventContents3 #IdFureai a:hover {
  background-position: 0 -26px;
}
#IdEventContents3 #IdSyukaku a {
  background-position: -110px 0;
}
#IdEventContents3 #IdSyukaku a.active, #IdEventContents3 #IdSyukaku a:hover {
  background-position: -110px -26px;
}
#IdEventContents3 #IdIchigo a {
  background-position: -220px 0;
}
#IdEventContents3 #IdIchigo a.active, #IdEventContents3 #IdIchigo a:hover {
  background-position: -220px -26px;
}
#IdEventContents3 #IdZarigani a {
  background-position: -330px 0;
}
#IdEventContents3 #IdZarigani a.active, #IdEventContents3 #IdZarigani a:hover {
  background-position: -330px -26px;
}
#IdEventContents3 #IdPizza a {
  background-position: -440px 0;
}
#IdEventContents3 #IdPizza a.active, #IdEventContents3 #IdPizza a:hover {
  background-position: -440px -26px;
}
#IdEventContents3 #IdEsayari a {
  background-position: -550px 0;
}
#IdEventContents3 #IdEsayari a.active, #IdEventContents3 #IdEsayari a:hover {
  background-position: -550px -26px;
}
#IdEventContents3 #IdMarugoto a {
  background-position: -660px 0;
}
#IdEventContents3 #IdMarugoto a.active, #IdEventContents3 #IdMarugoto a:hover {
  background-position: -660px -26px;
}
#IdEventContents3 #IdRotenburo a {
  background-position: -770px 0;
}
#IdEventContents3 #IdRotenburo a.active, #IdEventContents3 #IdRotenburo a:hover {
  background-position: -770px -26px;
}
#IdEventContents3 #IdOther a {
  background-position: -880px 0;
}
#IdEventContents3 #IdOther a.active, #IdEventContents3 #IdOther a:hover {
  background-position: -880px -26px;
}

/*
guide-map
***************************************************** */
.guide-wrap {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  .guide-wrap #AreaMapContents {
    display: none;
  }
}

.guide-map {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .guide-map {
    display: none;
  }
}

.sp-map {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sp-map {
    display: block;
  }
}

/* AreaMapContents */
#AreaMapContents {
  width: auto;
  height: auto;
}
#AreaMapContents .box-base {
  display: none;
  position: absolute;
  top: 130px;
  left: 246px;
  width: 220px;
  height: auto;
  padding: 15px 20px 0;
  border: 3px solid #2a7001;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#AreaMapContents .box-base:after {
  display: none;
}
#AreaMapContents .box-contents {
  height: auto;
}
#AreaMapContents h3 {
  margin: 10px 0 5px;
  padding: 0;
  font-size: 108%;
  line-height: 154%;
  text-align: center;
}
#AreaMapContents h3:before {
  display: none;
}
#AreaMapContents p {
  margin: 0;
  padding: 0;
}
#AreaMapContents h3 + p + p {
  margin-top: 10px;
}
#AreaMapContents h3 + p + p a {
  float: right;
}
#AreaMapContents .btn-close {
  margin: 17px -20px 0;
  text-align: center;
}
#AreaMapContents .close {
  display: block;
  color: #fff;
  padding-top: 5px;
  text-decoration: none;
  background: #2a7001;
}
#AreaMapContents .close:before {
  margin-right: 10px;
  font-size: 100%;
  line-height: 100%;
}

.map-list {
  letter-spacing: -.35em;
}
.map-list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 368px;
  min-height: 50px;
  margin: 20px 0 0 20px;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map-list li:before {
  display: none;
}
.map-list li:nth-child(odd) {
  margin-left: 0;
}
.map-list li:nth-child(1), .map-list li:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .map-list li {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 12px;
  }
  .map-list li:nth-child(2) {
    margin-top: 12px;
  }
}
.map-list li a {
  position: relative;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 35px 9px 10px;
  color: #333;
  font-size: 115%;
  line-height: 150%;
  font-weight: bold;
  vertical-align: middle;
  background: #fdf8ef;
  border: 3px solid #fba716;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.map-list li a:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  height: 17px;
  margin: auto 0;
  color: #fba716;
  font-size: 107%;
  line-height: 100%;
}
.map-list li a:hover {
  opacity: 0.7;
}

.text-column2 div {
  width: 368px;
}
.text-column2 div + div {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .text-column2 div {
    float: none;
    width: auto;
  }
  .text-column2 div + div {
    margin-top: 20px;
    margin-left: 0;
  }
}

.map-list + .text-column2 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c9c9c9;
}
.map-list + .text-column2 a:hover {
  opacity: 0.8;
}

/*
event__list
***************************************************** */
.event__list {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.event__list .event__img,
.event__list .event__text {
  display: table-cell;
  vertical-align: top;
}
.event__list .event__img {
  width: 150px;
}
.event__list .event__text {
  padding-left: 18px;
}

/*
zoo__icon
***************************************************** */
.zoo__icon {
  width: 415px;
  margin-top: 20px;
}
.zoo__icon table + table {
  margin-top: 0;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .zoo__icon {
    width: auto;
  }
  .zoo__icon table {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .zoo__icon table + table {
    margin: 0 auto;
    margin-top: 15px;
  }
}

/*
AreaShop
***************************************************** */
#AreaShop .box-base:after {
  display: none;
}
#AreaShop .area-img p {
  float: left;
}
@media only screen and (max-width: 768px) {
  #AreaShop .area-img p {
    float: none;
    margin: 12px 0 0;
    text-align: center;
  }
}
#AreaShop .area-img p + p {
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 768px) {
  #AreaShop .area-img p + p {
    margin: 12px 0 0;
  }
}

/*
general
***************************************************** */
body.top {
  overflow-y: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  body.top {
    min-width: 1040px;
  }
}

body.top-sp {
  min-width: 1px;
  overflow-y: auto;
  visibility: visible;
}

.top .base {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  border: none;
  border-left: 10px solid #fca716;
  border-right: 10px solid #fca716;
  box-sizing: border-box;
}

.top .main {
  padding-bottom: 0;
  background: none;
}

.top .main__body {
  width: auto;
  padding-top: 0;
}

.top-sp .base {
  height: auto;
  min-height: 1px;
  border: none;
  background: #ffedcd;
}

@media only screen and (max-width: 1040px) {
  .top .base {
    border-left: none;
    border-right: none;
  }
}
.top h1 {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/*
fade
***************************************************** */
.fade {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top-sp .fade {
  width: auto;
  height: auto;
}

.fade__item {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200% !important;
  height: 200%;
  text-align: center;
}
.fade__item:before {
  position: fixed;
  top: 0;
  left: 10px;
  right: 10px;
  content: '';
  display: block;
  width: auto;
  height: 100%;
  background: url(i/bg_stripe.png) 0 0 repeat;
  background-size: 3px 3px;
  z-index: 2;
}
@media only screen and (max-width: 1040px) {
  .fade__item:before {
    right: 0;
    left: 0;
  }
}
.fade__item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

.top-sp .fade__item {
  position: relative;
  top: 0;
  left: -25%;
  width: auto !important;
  height: auto;
}
.top-sp .fade__item img {
  position: relative;
  min-width: 1px;
  min-height: 1px;
}

.bx-pager-item {
  display: inline-block;
  width: 13px;
  height: 13px;
}
.bx-pager-item + .bx-pager-item {
  margin-left: 17px;
}
.bx-pager-item a {
  display: block;
  width: 11px;
  height: 0;
  padding-top: 11px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: -9999px;
}
.bx-pager-item a:hover, .bx-pager-item a.active {
  background: #fff;
}

#section1 .bx-wrapper {
  height: 100%;
}
#section1 .bx-viewport {
  height: 100% !important;
  overflow: visible !important;
}
#section1 .bx-pager {
  position: absolute;
  bottom: 22px;
  width: 100%;
  padding-right: 20px;
  color: #000;
  z-index: 3;
  text-align: right;
  box-sizing: border-box;
}

/* .fullslide
--------------------------- */
.fullslide {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 850px;
  position: absolute;
  z-index: 1;
}

.top-sp .fullslide {
  position: relative;
}

.sp-logo {
  display: none;
}

/* .slide
--------------------------- */
.slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

#section2 {
  background: url(i/bg_concept.png) center center no-repeat;
  background-size: cover;
}

#section3 {
  background: url(i/bg_closeup.png) center center no-repeat;
  background-size: cover;
}

.top-sp #section2 {
  display: none;
}

.slide__body {
  padding-top: 59px;
  height: 100%;
  box-sizing: border-box;
}

.top-sp .slide__body {
  padding-top: 0;
}

.slide .fieldWrap {
  padding: 100px 0 0 0;
  text-align: center;
}

/* .stageSlide
--------------------------- */
.stageSlide {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

.stageSlide .slideWrap {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}

.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
  content: " ";
  display: table;
}

.stageSlide .slideWrap:after {
  clear: both;
}

.stageSlide .slideWrap {
  *zoom: 1;
}

.stageSlide .slidePanel {
  float: left;
  overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 99;
}

.stageSlide .sdPrev {
  left: 80px;
  background: transparent url(../img/slide_prev.png) no-repeat left top;
}

.stageSlide .sdNext {
  right: 80px;
  background: transparent url(../img/slide_next.png) no-repeat left top;
}

.stageSlide .slideNav {
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 98;
}

.stageSlide .slideNav a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent url(../img/nav.png) no-repeat center center;
  display: inline-block;
  overflow: hidden;
}

.stageSlide .slideNav a.pnActive {
  background: transparent url(../img/nav_acv.png) no-repeat center center;
}

/* #pageNav
--------------------------- */
#pageNav {
  top: 35% !important;
  left: 22px;
  width: 15px;
  text-align: center;
  position: fixed;
  z-index: 500;
}

#pageNav ul {
  width: 15px;
  display: block;
}

#pageNav ul li {
  width: 15px;
  height: 15px;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 7px;
}
#pageNav ul li + li {
  height: 30px;
  margin-top: 0;
  text-align: center;
}
#pageNav ul li + li:before {
  display: block;
  content: '';
  height: 15px;
  margin-left: 6px;
  text-align: center;
  border-left: 3px solid #333;
}
#pageNav ul li:before {
  display: none;
}

#pageNav ul li a {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #2f3429;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

#pageNav ul li.activeStage a {
  background: #fba716;
}

/* #pageDown
--------------------------- */
#pageDown {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  position: fixed;
  overflow: hidden;
  z-index: 3;
}

#pageDown a {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: transparent url(../img/next_arw.png) no-repeat center center;
  display: block;
}

.closeUp {
  display: table;
  width: 960px;
  height: 100%;
  margin: 0 auto 0;
  padding-bottom: 180px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.closeUp:before {
  content: '';
  display: table-cell;
  height: 100%;
}
.closeUp .closeUp__box {
  display: table-cell;
  vertical-align: middle;
}

.closeUp__head {
  margin: 0 auto 0;
}
.closeUp__head h2 {
  margin: 0;
  padding: 0;
}
.closeUp__head h2:before {
  display: none;
}
.closeUp__head p {
  margin-top: 8px;
  color: #af6f00;
  font-size: 115%;
  line-height: 150%;
  font-weight: bold;
}

.closeUp__body {
  letter-spacing: -.35em;
  margin-top: 27px;
}
.closeUp__body.is-scroll .closeUp__item:nth-child(n + 5) {
  display: none;
}

.closeUp__item {
  position: relative;
  top: 200px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 220px;
  height: 220px;
  margin-top: 20px;
  margin-left: 20px;
  color: #333;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  opacity: 0;
}
.closeUp__item:nth-child(-n+4) {
  margin-top: 0;
}
.closeUp__item:nth-child(1), .closeUp__item:nth-child(4n+1) {
  margin-left: 0;
}
.closeUp__item:hover {
  color: #333;
}
.closeUp__item:hover .closeUp__item__img,
.closeUp__item:hover .closeUp__item__text {
  cursor: pointer;
}
.closeUp__item:hover .closeUp__item__text p {
  text-decoration: underline;
}
.closeUp__item:link, .closeUp__item:visited, .closeUp__item:active {
  color: #333;
}

.closeUp__item__img img {
  border-radius: 3px 3px 0 0;
}

.closeUp__item__text {
  padding: 5px 12px 5px;
}
.closeUp__item__text h3 {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 115%;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
}
.closeUp__item__text h3:before {
  display: none;
}
.closeUp__item__text h3 + p {
  margin-top: 2px;
  text-align: left;
  font-size: 100%;
  line-height: 143%;
}

.top-sp .closeUp {
  width: auto;
}
.top-sp .closeUp .closeUp__item {
  top: 0;
  opacity: 1;
}

.animation {
  position: relative;
  height: 100%;
}
.animation .animation__item {
  position: absolute;
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
  -webkit-animation-duration: 1.3s;
  -moz-animation: vertical 1s ease-in-out infinite alternate;
  -moz-animation-duration: 1.3s;
  -o-animation: vertical 1s ease-in-out infinite alternate;
  -o-animation-duration: 1.3s;
  -ms-animation: vertical 1s ease-in-out infinite alternate;
  -ms-animation-duration: 1.3s;
  animation: vertical 1s ease-in-out infinite alternate;
  animation-duration: 1.3s;
}
.animation .animation__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 172px;
  height: 172px;
  background: url(i/circle_animation.png) 0 0 no-repeat;
  z-index: 1;
  animation: parapara 1s steps(5) 0s infinite;
}
.animation .animation__item img {
  position: relative;
  z-index: 2;
}
.animation .item01 {
  top: 30px;
  left: 110px;
}
.animation .item02 {
  top: 0;
  bottom: 0;
  left: 40px;
  width: 172px;
  height: 172px;
  margin: auto 0;
}
.animation .item03 {
  bottom: 30px;
  left: 110px;
}
.animation .item04 {
  top: 30px;
  right: 110px;
}
.animation .item05 {
  top: 0;
  bottom: 0;
  right: 40px;
  width: 172px;
  height: 172px;
  margin: auto 0;
}
.animation .item06 {
  bottom: 30px;
  right: 110px;
}

@-webkit-keyframes parapara {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -860px;
  }
}

@-moz-keyframes parapara {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -860px;
  }
}

@-o-keyframes parapara {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -860px;
  }
}

@-ms-keyframes parapara {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -860px;
  }
}

@keyframes parapara {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -860px;
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes vertical {
  0% {
    -moz-transform: translateY(-10px);
  }

  100% {
    -moz-transform: translateY(0px);
  }
}

@-o-keyframes vertical {
  0% {
    -o-transform: translateY(-10px);
  }

  100% {
    -o-transform: translateY(0px);
  }
}

@-ms-keyframes vertical {
  0% {
    -ms-transform: translateY(-10px);
  }

  100% {
    -ms-transform: translateY(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.icon-list {
  position: absolute;
  bottom: 92px;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: -.35em;
  z-index: 300;
}
.icon-list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.icon-list li:before {
  display: none;
}
.icon-list li + li {
  margin-top: 0;
  margin-left: 20px;
}
.icon-list li a {
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.icon-list li a img {
  display: block;
  border-radius: 50%;
}
.icon-list li a {
  -moz-transition: all 0.5s cubic-bezier(0.175, 1, 0.5, 1.5) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 1, 0.5, 1.5) 0s;
  -o-transition: all 0.5s cubic-bezier(0.175, 1, 0.5, 1.5) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.175, 1, 0.5, 1.5) 0s;
  transition: all 0.5s cubic-bezier(0.175, 1, 0.5, 1.5) 0s;
}
.icon-list li a:hover {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

/* info
--------------------------- */
.info {
  position: absolute;
  top: 95px;
  right: 10px;
  z-index: 1000;
}
.info .info__box + .info__box {
  margin-top: 10px;
}
.info .info__box {
  position: relative;
  min-height: 48px;
}
.info .info__box .icon {
  position: absolute;
  top: 0;
  right: -10px;
  width: 113px;
  height: 30px;
  padding: 18px 0 0 50px;
  font-size: 115%;
  line-height: 100%;
  font-weight: bold;
  background: #fba716;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
}
.info .info__box .icon:before {
  position: absolute;
  font-size: 169%;
  line-height: 100%;
}
.info .news .icon:before {
  top: 11px;
  left: 14px;
}
.info .news .info__head h2:before {
  margin: -3px 11px 0 9px;
  font-size: 115%;
  line-height: 150%;
}
.info .event .icon:before {
  top: 9px;
  left: 14px;
  font-size: 32px;
  line-height: 100%;
}
.info .event .info__head h2:before {
  margin: 0 9px 0 9px;
  font-size: 129%;
  line-height: 145%;
}
.info .info__wrap {
  position: relative;
  width: 438px;
  height: 0;
  right: -448px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.info .info__head {
  display: table;
  position: relative;
  width: 100%;
}
.info .info__head h2,
.info .info__head .detail-link {
  display: table-cell;
  vertical-align: middle;
}
.info .info__head h2 {
  color: #333;
  margin: 0;
  padding-top: 2px;
  padding-left: 0;
  height: 26px;
  background: #fba716;
  font-size: 115%;
  line-height: 100%;
  font-weight: bold;
}
.info .info__head h2:before {
  margin: 0;
}
.info .info__head .detail-link {
  width: 75px;
  height: 26px;
  padding-top: 2px;
  text-align: center;
  background: #333;
}
.info .info__head .detail-link a {
  display: table-cell;
  width: 75px;
  height: 28px;
  vertical-align: middle;
  color: #fff;
  font-size: 100%;
  line-height: 100%;
  text-decoration: none;
}
.info .info__head .detail-link a:after {
  padding-left: 3px;
  font-size: 100%;
  line-height: 100%;
  color: #fba716;
  vertical-align: middle;
}
.info .info__head .detail-link a:hover {
  opacity: 0.8;
}
.info .info__body .info__item {
  padding: 22px 20px 18px 16px;
  background: rgba(255, 255, 255, 0.84);
}
.info .info__body .info-close {
  margin-top: 0;
  padding: 4px 0 3px;
  color: #fff;
  text-align: center;
  background: rgba(47, 47, 47, 0.84);
  cursor: pointer;
}
.info .info__body .info-close:before {
  margin-right: 10px;
  font-size: 86%;
  line-height: 167%;
}
.info .info__body dl + dl {
  margin-top: 19px;
}
.info .info__body dl:nth-child(n+4) {
  display: none;
}
.info .info__body dt {
  color: #767676;
  line-height: 100%;
}
.info .info__body dt br {
  display: none;
}
.info .info__body dd {
  width: 402px;
  margin-top: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info .info__body dd a {
  display: inline-block;
  max-width: 350px;
  color: #333;
  line-height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info .info__body dd a + span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

/* scroll
--------------------------- */
.scroll {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  width: 77px;
  margin: 0 auto;
  text-align: center;
  z-index: 500;
  -webkit-animation: scrollBottom 2s infinite;
  -moz-animation: scrollBottom 2s infinite;
  -o-animation: scrollBottom 2s infinite;
  -ms-animation: scrollBottom 2s infinite;
  animation: scrollBottom 2s infinite;
}

@-webkit-keyframes scrollBottom {
  0% {
    -webkit-transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(0, 10px);
  }

  40% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes scrollBottom {
  0% {
    -moz-transform: translate(0, 0);
  }

  20% {
    -moz-transform: translate(0, 10px);
  }

  40% {
    -moz-transform: translate(0, 0);
  }
}

@-o-keyframes scrollBottom {
  0% {
    -o-transform: translate(0, 0);
  }

  20% {
    -o-transform: translate(0, 10px);
  }

  40% {
    -o-transform: translate(0, 0);
  }
}

@-ms-keyframes scrollBottom {
  0% {
    -ms-transform: translate(0, 0);
  }

  20% {
    -ms-transform: translate(0, 10px);
  }

  40% {
    -ms-transform: translate(0, 0);
  }
}

@keyframes scrollBottom {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(0, 10px);
  }

  40% {
    transform: translate(0, 0);
  }
}

/* sns
--------------------------- */
.sns {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 91px;
  padding-top: 88px;
  background: url(i/bg_sns.png) 0 0 no-repeat;
  z-index: 400;
}
.sns .sns__body {
  width: 28px;
  padding: 10px 10px 10px 12px;
  background: #333;
}
.sns .sns__item {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
}
.sns .sns__item + .sns__item {
  margin-top: 8px;
}
.sns .sns__item:before {
  display: none;
}
.sns .sns__item a {
  display: block;
  width: 28px;
  height: 28px;
  /* text-indent: -9999px;
  overflow: hidden;
  background: url(i/sp_bg_sns_icon.png) 0 0 no-repeat;
  background-size: 28px 168px; */
  -moz-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.sns .sns__item a:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
/* .sns .icon-youtube a {
  background-position: 0 0;
}
.sns .icon-facebook a {
  background-position: 0 -28px;
}
.sns .icon-twitter a {
  background-position: 0 -56px;
}
.sns .icon-pinterest a {
  background-position: 0 -84px;
}
.sns .icon-instagram a {
  background-position: 0 -112px;
}
.sns .icon-vine a {
  background-position: 0 -140px;
} */

/* concept
--------------------------- */
.concept {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto 0;
  text-align: center;
  z-index: 200;
}
.concept:before {
  content: "";
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  height: 100%;
  vertical-align: middle;
}
.concept .concept__body {
  display: inline-block;
  vertical-align: middle;
}
.concept .concept__title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 358%;
  line-height: 116%;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.concept .concept__title:before {
  display: none;
}
.concept .concept__text {
  margin-top: 60px;
  font-size: 115%;
  line-height: 194%;
  font-weight: bold;
}
.concept .concept__btn {
  margin-top: 50px;
}
.concept .concept__btn .btn-concept {
  font-size: 115%;
  line-height: 150%;
  color: #333;
  font-weight: bold;
  border: 3px solid #fba716;
}
.concept .concept__btn .btn-concept:hover {
  color: #6e6e6e;
  border: 3px solid #fcc15b;
  opacity: 1;
}
.concept .concept__btn .btn-concept:hover:after {
  color: #fcc15b;
}
.concept .concept__btn .btn-concept:after {
  font-size: 88%;
  line-height: 100%;
}

.top-sp .main__body {
  width: auto;
  padding: 0;
}
.top-sp .fade {
  width: auto;
  height: 425px;
  overflow: hidden;
}
.top-sp .fade__item {
  height: 425px !important;
  text-align: center;
}
.top-sp .fade__item img {
  width: auto;
  height: 425px;
}
.top-sp .fade__item:before {
  left: 0;
  right: 0;
}
.top-sp #section1 .bx-controls {
  display: none;
}
.top-sp .fullslide {
  position: relative;
}
.top-sp .sp-logo {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  display: block;
  width: 263px;
  height: 177px;
  margin: 0 auto;
  padding: 0;
  z-index: 200;
}
.top-sp .sp-logo img {
  width: 100%;
  height: auto;
}
.top-sp .slide {
  overflow: visible;
}
.top-sp #section2 {
  display: none;
}
.top-sp #section3 {
  overflow-x: hidden;
}
.top-sp .closeUp {
  display: block;
  width: auto;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.top-sp .closeUp:before {
  display: none;
}
.top-sp .closeUp .bx-wrapper {
  max-width: 100% !important;
}
.top-sp .closeUp .bx-viewport {
  overflow: visible !important;
}
.top-sp .closeUp .closeUp__wrap {
  width: 100%;
  position: relative;
  height: 100%;
}
.top-sp .closeUp .bx-pager {
  margin-top: 30px;
  line-height: 100%;
}
.top-sp .closeUp .bx-pager-item a {
  background: #fff;
  border: none;
}
.top-sp .closeUp .bx-pager-item a:hover,
.top-sp .closeUp .bx-pager-item a.active {
  background: #fba716;
}
.top-sp .closeUp__head {
  margin: 38px auto 25px;
}
.top-sp .closeUp__head h2 {
  width: 241px;
  height: 36px;
  margin: 0 auto;
  background: url(i/sp_closeup.png) 0 0 no-repeat;
  background-size: 241px 36px;
}
.top-sp .closeUp__head h2 img {
  display: none;
}
.top-sp .closeUp__body {
  height: 100%;
  margin-top: 0;
  left: -59.5%;
}
.top-sp .closeUp__item {
  top: 0;
  opacity: 1;
  margin: 0 0 0 20px;
}
.top-sp .closeUp__item:nth-child(1), .top-sp .closeUp__item:nth-child(4n+1) {
  margin-left: 20px;
}
.top-sp .icon-list {
  top: 253px;
  bottom: auto;
}
.top-sp .icon-list li {
  width: 90px;
  height: 90px;
}
.top-sp .icon-list li + li {
  margin-left: 15px;
}
.top-sp .icon-list li a {
  width: 90px;
  height: 90px;
}
.top-sp .icon-list li a img {
  display: none;
}
.top-sp .icon-list li:nth-child(1) a {
  background: url(/images/sp_top_icon01.png) 0 0 no-repeat;
  background-size: 90px 90px;
}
.top-sp .icon-list li:nth-child(1) a:after {
  display: none;
}
.top-sp .icon-list li:nth-child(1) a:hover {
  transform: none;
}
.top-sp .icon-list li:nth-child(2) a {
  background: url(/images/sp_top_icon02.png) 0 0 no-repeat;
  background-size: 90px 90px;
  transition: none;
}
.top-sp .icon-list li:nth-child(2) a:hover {
  transform: none;
}
.top-sp .icon-list li:nth-child(3) a {
  background: url(/images/sp_top_icon03.png) 0 0 no-repeat;
  background-size: 90px 90px;
  transition: none;
}
.top-sp .icon-list li:nth-child(3) a:hover {
  transform: none;
}
.top-sp .info {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 62px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.top-sp .info .info__box + .info__box {
  margin-top: 5px;
}
.top-sp .info .info__body dd {
  width: auto;
}
.top-sp .info .info__wrap {
  position: relative;
  width: auto;
  height: auto;
  right: 0;
  overflow: hidden;
}
.top-sp .info .icon,
.top-sp .info .info-close {
  display: none;
}
.top-sp .scroll {
  display: none;
}
.top-sp .sns {
  top: 363px;
  bottom: auto;
  right: 0;
  width: 261px;
  padding: 28px 18px 0;
  background: url(i/sp_bg_sns.png) 0 0 no-repeat;
  background-size: 39px 64px;
  margin: 0 auto;
}
.top-sp .sns .sns__body {
  display: table;
  width: auto;
  padding: 28px 14px 10px;
  background: url(i/sp_sns_title.png) 0 0 no-repeat #333333;
  background-size: 260px 18px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.top-sp .sns .sns__item {
  display: table-cell;
}
.top-sp .sns .sns__item + .sns__item {
  margin-top: 0;
  padding-left: 8px;
}
.top-sp .sns .sns__item a {
  width: 32px;
  height: 32px;
  /* background: url(i/sp_bg_sns_icon.png) 0 0 no-repeat;
  background-size: 32px 192px; */
  transition: none;
}
/* .top-sp .sns .sns__item a:hover {
  transform: none;
}
.top-sp .sns .icon-youtube a {
  background-position: 0 0;
}
.top-sp .sns .icon-facebook a {
  background-position: 0 -32px;
}
.top-sp .sns .icon-twitter a {
  background-position: 0 -64px;
}
.top-sp .sns .icon-pinterest a {
  background-position: 0 -96px;
}
.top-sp .sns .icon-instagram a {
  background-position: 0 -128px;
}
.top-sp .sns .icon-vine a {
  background-position: 0 -160px;
} */


/* 200804 addClass */
.top-sp .pcOnly,
.spOnly {
  display: none;
}

.top-sp .spOnly {
  display: block;
  width: 32px;
  height: 32px;
}


/*
header
***************************************************** */
.header {
  position: relative;
}
.header .sp-menu {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  border-top: 10px solid #fba716;
  z-index: 10;
  box-sizing: border-box;
}

.header__body {
  width: 100%;
}

.header__body__left {
  position: absolute;
  top: 0;
  left: 0;
}

.header__body__right {
  float: right;
  display: table;
}

.logo {
  margin: 0;
  padding: 0;
}

.listGnav {
  list-style: none;
}

.listGnav > li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.listGnav > li:before {
  display: none;
}
.listGnav > li > .listGnav__item__body {
  position: relative;
  display: block;
}
.listGnav > li > .listGnav__item__body > a {
  position: relative;
  display: table-cell;
  height: 43px;
  padding-top: 19px;
  color: #fff;
  text-align: center;
  font-size: 115%;
  line-height: 113%;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
}
.listGnav > li > .listGnav__item__body > a.is-hover:after, .listGnav > li > .listGnav__item__body > a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #fba716;
}
.listGnav > li .listGnav__item__link:after {
  display: none;
}
.listGnav > li + li {
  margin-top: 0;
  margin-left: 24px;
}

.sub-navi {
  position: absolute;
  top: 73px;
  left: -100px;
  width: 262px;
  border: 1px solid #565656;
  border-top: none;
  background-color: rgba(51, 51, 51, 0.9);
  display: none;
}
.sub-navi:before {
  content: '';
  position: absolute;
  top: -11px;
  left: -1px;
  display: block;
  width: 264px;
  height: 11px;
  background: url(i/bg_subnavi.png) 0 0 no-repeat;
}
.sub-navi ul {
  margin: 0;
  padding: 0;
}
.sub-navi li + li {
  margin-top: 0;
  border-top: 1px solid #565656;
}
.sub-navi li {
  display: table;
  margin: 0;
  padding: 0;
}
.sub-navi li a {
  position: relative;
  display: table-cell;
  width: 262px;
  height: 44px;
  padding: 8px 10px 5px 36px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  box-sizing: border-box;
}
.sub-navi li a:before {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #ff5c21;
  font-size: 108%;
  line-height: 100%;
}
.sub-navi li:before {
  display: none;
}
.sub-navi li:hover {
  background: #666666;
}

.listGnav .listGnav__item:nth-child(2) .sub-navi {
  left: -91px;
}

.navGlobal,
.headerUtility__item {
  display: table-cell;
  vertical-align: top;
}

.navGlobal {
  padding-right: 17px;
}

.headerUtility__item {
  padding: 13px 20px 15px;
  background: rgba(51, 51, 51, 0.9);
}
.headerUtility__item a {
  color: #fff;
}

.h-link {
  display: table;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.h-link li {
  display: table-cell;
  margin: 0;
  padding: 0;
  padding-right: 8px;
  vertical-align: middle;
  text-align: center;
  font-size: 93%;
  line-height: 100%;
}
.h-link li:before {
  display: none;
}
.h-link li + li {
  margin-top: 0;
  padding-right: 0;
  padding-left: 8px;
  border-left: 1px solid #fff;
}
.h-link a {
  text-decoration: none;
}

#IdHeaderSearch {
  position: relative;
}
#IdHeaderSearch input {
  width: 125px;
  height: 24px;
  padding: 0 38px 0 5px;
  border: none;
  background: #f1f1f1;
  outline: none;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  #IdHeaderSearch input {
    -webkit-appearance: none;
    border-radius: 0;
  }
}
#IdHeaderSearch .button-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 24px;
  padding: 0;
  text-indent: -9999px;
  background: url(i/btn_search.png) 0 0 no-repeat #f1f1f1;
  overflow: hidden;
  cursor: pointer;
}

.top .header.fixed {
  height: 59px;
  background: #333333;
  border-top: none;
}
.top .header.fixed .logo {
  width: 360px;
  height: 59px;
}
.top .header.fixed .logo a {
  display: block;
  width: 360px;
  height: 59px;
  background: url(i/logo_s.png) 0 0 no-repeat;
}
.top .header.fixed .logo img {
  display: none;
  padding-top: 0;
}
.top .header.fixed .headerUtility__item {
  display: none;
}
.top .header.fixed .navGlobal {
  float: right;
}
.top .header.fixed .listGnav > li > .listGnav__item__body > a {
  height: 59px;
  padding-top: 0;
  padding-bottom: 0;
}
.top .header.fixed .listGnav > li > .listGnav__item__body .sub-navi {
  top: 70px;
}
.top .header.fixed .header__body {
  box-shadow: 0 6px 5px -4px rgba(0, 0, 0, 0.27);
}

.top.top-sp .header {
  position: relative;
  border: none;
}

.sp-btn-close {
  display: none;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.top-sp .header {
  height: 60px;
  background: #fba716;
}
.top-sp .header .header__body {
  height: 60px;
}
.top-sp .header .logo {
  width: 135px;
  height: 60px;
}
.top-sp .header .logo a {
  display: block;
  width: 135px;
  height: 60px;
  background: url(i/sp_logo.png) 0 0 no-repeat;
  background-size: 135px 60px;
}
.top-sp .header .logo img {
  display: none;
}
.top-sp .header .sp-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 60px;
}
.top-sp .header .sp-menu a {
  display: block;
  width: 48px;
  height: 60px;
  background: url(i/sp_menu.png) 0 0 no-repeat;
  background-size: 48px 60px;
  text-indent: -9999px;
  overflow: hidden;
}
.top-sp .header__body__right {
  float: none;
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 15;
}
.top-sp .listGnav {
  width: 100%;
  background: rgba(51, 51, 51, 0.95);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.top-sp .listGnav > li {
  float: none;
}
.top-sp .listGnav > li > .listGnav__item__body {
  display: table;
  width: 100%;
  height: auto;
}
.top-sp .listGnav > li > .listGnav__item__body > a {
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-left: 12px;
  box-sizing: border-box;
}
.top-sp .listGnav > li > .listGnav__item__body > a.is-hover:after, .top-sp .listGnav > li > .listGnav__item__body > a:hover:after {
  display: none;
}
.top-sp .listGnav > li .listGnav__item__link {
  position: relative;
}
.top-sp .listGnav > li .listGnav__item__link:after {
  display: inline-block;
  position: absolute;
  right: 10px;
  color: #fba716;
  font-size: 93%;
  line-height: 162%;
  margin-top: -3px;
}
.top-sp .listGnav > li + li {
  margin-left: 0;
  border-top: 1px solid #565656;
}
.top-sp .sub-navi {
  display: none;
}
.top-sp .navGlobal,
.top-sp .headerUtility__item {
  display: block;
}
.top-sp .navGlobal {
  padding-right: 0;
}
.top-sp .headerUtility__item {
  width: 100%;
  padding: 14px 0 20px;
  background: rgba(86, 86, 86, 0.95);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.top-sp .h-link {
  display: block;
  letter-spacing: -.35em;
  text-align: center;
}
.top-sp .h-link li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.top-sp .h-link li + li {
  border-left: 1px solid #fff;
}
.top-sp #IdHeaderSearch {
  width: 71.25%;
  margin: 0 auto;
}
.top-sp #IdHeaderSearch input {
  width: 100%;
  height: 34px;
  padding: 0 34px 0 5px;
  box-sizing: border-box;
}
.top-sp #IdHeaderSearch .button-search {
  width: 38px;
  height: 34px;
  background: url(i/sp_btn_search.png) 0 0 no-repeat #f1f1f1;
  background-size: 38px 34px;
}
.top-sp .sp-btn-close {
  position: relative;
  display: block;
  margin: 0;
  padding: 7px 0 5px;
  font-size: 86%;
  line-height: 167%;
  font-weight: bold;
  text-align: center;
  background: #fba716;
}
.top-sp .sp-btn-close:before {
  margin-right: 5px;
  font-size: 79%;
  line-height: 173%;
  font-weight: bold;
}

/*
footer
***************************************************** */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #292929;
  border-bottom: 10px solid #fca716;
}

.top.top-sp .footer {
  position: relative;
}

.footer__middle__body {
  padding: 0 20px;
}

.footer__middle__body__left {
  float: left;
  padding: 16px 0 12px;
  font-size: 86%;
  line-height: 159%;
}

.footer__middle__body__right {
  float: right;
  padding: 24px 0 20px;
  font-size: 86%;
  line-height: 125%;
}

.f-infoList {
  text-align: right;
  letter-spacing: -.35em;
}

.f-infoList + .f-infoList {
  margin-top: 12px;
}

.f-infoList ul {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  vertical-align: top;
}
.f-infoList ul + ul {
  margin-top: 0;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #fff;
}

.f-infoList li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.f-infoList li:before {
  display: none;
}
.f-infoList li + li {
  margin-top: 0;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #fff;
}
.f-infoList li a {
  color: #fff;
  text-decoration: none;
}
.f-infoList li a:hover {
  text-decoration: underline;
}

/*
fnavi
***************************************************** */
.returnTop {
  position: absolute;
  bottom: 117px;
  left: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.returnTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 0;
  padding-top: 60px;
  color: #fff;
  overflow: hidden;
  background: #fba716;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.returnTop a:before {
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 186%;
  line-height: 100%;
  text-align: center;
}
.returnTop a:hover {
  opacity: 0.8;
}

.top.top-sp .footer {
  margin-top: 20px;
  padding-bottom: 30px;
}
.top.top-sp .footer__middle__body {
  padding: 0 10px;
}
.top.top-sp .footer__middle__body__left {
  float: none;
  padding: 25px 0 0;
  text-align: center;
}
.top.top-sp .footer__middle__body__right {
  float: none;
  padding: 18px 0 0;
}
.top.top-sp .f-infoList {
  text-align: center;
}
.top.top-sp .f-infoList + .f-infoList {
  margin-top: 0;
}
.top.top-sp .f-infoList + .f-infoList li {
  display: block;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.top.top-sp .f-infoList ul {
  display: block;
  text-align: center;
}
.top.top-sp .f-infoList ul + ul {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.top.top-sp .f-infoList li {
  margin-top: 12px;
}
.top.top-sp .f-infoList li:nth-child(4) {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.top.top-sp .returnTop {
  position: relative;
  bottom: auto;
  margin-top: 40px;
}

/*
heading
***************************************************** */
h1 {
  margin-bottom: 0;
  padding: 17px 2px 15px;
  font-weight: bold;
  border-top: 1px solid #c9c9c9;
  border-bottom: 4px solid #fba716;
}
h1 span {
  font-size: 215%;
  line-height: 114%;
}
@media only screen and (max-width: 768px) {
  h1 {
    position: relative;
    display: table;
    width: 100%;
    height: 96px;
    margin: 0 0 30px;
    padding: 0;
    background: url(i/sp_bg_header.png) right bottom no-repeat #fba716;
    background-size: contain;
    border: none;
  }
  h1 span {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 96px;
    padding: 0 30px;
    font-weight: bold;
    color: #333;
    font-size: 172%;
    line-height: 121%;
    border-top: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
}

h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 35px;
  color: #ff5c21;
  font-size: 158%;
  line-height: 119%;
  font-weight: bold;
}
h2:before {
  display: inline-block;
  margin: -4px 10px 0 -35px;
  font-size: 108%;
  line-height: 127%;
  vertical-align: middle;
}

h1 + section {
  margin-top: 30px;
}
h1 + section h2 {
  margin-top: 31px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 8px;
  color: #ff7700;
  font-size: 129%;
  line-height: 123%;
  font-weight: bold;
  padding-left: 34px;
}
h3:before {
  display: inline-block;
  margin: -4px 6px 0 -34px;
  color: #ff8800;
  font-size: 156%;
  line-height: 115%;
  vertical-align: middle;
}

h2 + h3 {
  margin-top: 10px;
}

h4 {
  margin-top: 30px;
  margin-bottom: 6px;
  color: #996538;
  padding-left: 33px;
  font-size: 115%;
  line-height: 125%;
}
h4:before {
  display: inline-block;
  margin: -4px 10px 0 -33px;
  color: #9a5200;
  font-size: 144%;
  line-height: 100%;
  vertical-align: middle;
}

/*
pre
***************************************************** */
pre {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  white-space: pre-wrap;
}

/*
p
***************************************************** */
* + p {
  margin-top: 10px;
}

h3 + p {
  margin-top: 8px;
}

h4 + p {
  margin-top: 6px;
}

/*
strong
***************************************************** */
strong {
  color: #b71600;
  font-weight: bold;
}

/*
em
***************************************************** */
.em {
  font-weight: bold;
}

/*
mark
***************************************************** */
mark {
  color: #2a7000;
  font-weight: bold;
}

/*
ul
***************************************************** */
* + ul {
  margin-top: 10px;
}

h3 + ul {
  margin-top: 8px;
}

h4 + ul {
  margin-top: 6px;
}

ul li {
  font-size: 100%;
  line-height: 143%;
  padding-left: 18px;
}
ul li:before {
  display: inline-block;
  margin-top: -2px;
  margin-left: -20px;
  color: #565656;
  padding-right: 6px;
  vertical-align: middle;
}
ul li + li {
  margin-top: 8px;
}
ul ul {
  margin-top: 8px;
}
ul ul li {
  padding-left: 20px;
}
ul ul li:before {
  color: #a8a8a8;
  font-size: 86%;
  line-height: 150%;
  padding-right: 5px;
}
ul .link {
  display: block;
  padding-left: 22px;
}
ul .link:before {
  padding-right: 2px;
}
ul .link + .link {
  margin-top: 8px;
}

/*
ol
***************************************************** */
* + ol {
  margin-top: 10px;
}

h3 + ol {
  margin-top: 8px;
}

h4 + ol {
  margin-top: 6px;
}

ol {
  margin-left: 18px;
}
ol li {
  font-size: 100%;
  line-height: 143%;
}
ol li + li {
  margin-top: 14px;
}
ol ol {
  margin-left: 0;
  margin-top: 14px;
  padding-left: 20px;
}

/*
table
***************************************************** */
* + table {
  margin-top: 20px;
}

h3 + table {
  margin-top: 5px;
}

table {
  width: 100%;
  border-top: 1px solid #977957;
  border-left: 1px solid #977957;
  border-collapse: separate;
  border-spacing: 0;
}

th,
td {
  padding: 7px 14px 4px;
  color: #331e06;
  border-right: 1px solid #977957;
  border-bottom: 1px solid #977957;
  font-size: 100%;
  line-height: 143%;
}

th {
  background: #f5e5d3;
  text-align: left;
}

.th-second {
  background: #decab1;
}

td {
  background: #fcf7f0;
}

.no-border {
  width: auto;
  border: none;
}
.no-border th,
.no-border td {
  text-align: left;
  padding: 0;
  color: #333;
  border: none;
  background: none;
}

/*
parts
* **************************************************** */
h2 + div {
  margin-top: 20px;
}

h3 + div {
  margin-top: 18px;
}

h4 + div {
  margin-top: 16px;
}

i {
  font-style: italic;
}

.btn {
  display: inline-block;
  padding: 5px 8px 1px 16px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}
.btn:after {
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
  color: #fba716;
  vertical-align: middle;
}
.btn:hover {
  opacity: 0.7;
}

.sp-block {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .top .sp-none {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .top.top-sp .sp-none {
    display: none;
  }
}

.link {
  display: inline-block;
  padding-left: 22px;
  font-size: 100%;
  line-height: 143%;
}
.link:hover:before {
  text-decoration: none;
}
.link:before {
  display: inline-block;
  width: 15px;
  height: 16px;
  margin: -2px 5px 0 -23px;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 2px;
  color: #00589c;
  font-size: 108%;
  line-height: 127%;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
}

.link:visited:before {
  text-decoration: none;
}

.caption {
  margin-top: 6px;
  color: #565656;
  font-size: 86%;
  line-height: 150%;
}

@media only screen and (max-width: 768px) {
  .main__body__right p + table .w175 {
    width: 30%;
  }
}

.btn-back a {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 9px 18px 6px 44px;
  color: #333;
  text-decoration: none;
  background: #fba716;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .btn-back a {
    padding: 8px 18px 6px 44px;
  }
}
.btn-back a:hover {
  opacity: 0.8;
}
.btn-back a:before {
  position: absolute;
  top: 10px;
  left: 14px;
  display: block;
  width: 14px;
  height: 13px;
  color: #fff;
  font-size: 9px;
  line-height: 100%;
  background: #333;
  padding: 5px 0 0 4px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.btn-back a img {
  display: none;
}

.image-left {
  float: left;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .image-left {
    float: none;
    width: auto;
    margin: 15px 0 0 0;
    text-align: center;
  }
}

.image-right {
  float: right;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .image-right {
    float: none;
    width: auto;
    margin: 15px 0 0 0;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .main__body__right .clear .image-left,
  .main__body__right .clear .image-right {
    width: auto;
  }
  .main__body__right .clear * + .image-left,
  .main__body__right .clear * + .image-right {
    margin-top: 15px;
  }
}
#IdH1Staff + #AreaContentsDetail p img {
  margin: 0 0 15px 0;
}

/* icomoon
 * -------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?epa42d");
  src: url("fonts/icomoon.eot?epa42d#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?epa42d") format("truetype"), url("fonts/icomoon.woff?epa42d") format("woff"), url("fonts/icomoon.svg?epa42d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.detail-link a:after,
.btn:after,
.returnTop a:before,
.sp-btn-close:before,
.sp .listGnav__item__link:after,
.listBreadCrumb__item:first-child:before,
h2:before,
h3:before,
h4:before,
.link:before,
ul li:before,
.btn-link__item .btn:after,
.faq-question:after,
.faq-question:before,
.faq-question.open:after,
.faq-answer:before,
.box-base:after,
.btn-back a:before,
.info-heading a:before,
#AreaRightNavi h2:before,
ul + p.link a:after,
.fnavi:after,
.hgroup h4 a:before,
.event-list a:before,
.info-close:before,
.info__box .icon:before,
.sub-navi li a:before,
.close:before,
.map-list li a:after,
.news .info__head h2:before,
.event .info__head h2:before,
#AreaLnavi h3:after,
.zoo-card a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* home */
.icon--14:before,
.listBreadCrumb__item:first-child:before {
  content: "\e908";
}

/* bg_h2 */
.icon--22:before,
h2:before,
.sub-navi li a:before {
  content: "\e909";
}

/* bg_h3,bg_h4 */
.icon--32:before,
h3:before,
h4:before,
#AreaRightNavi h2:before {
  content: "\e90a";
}

/* search */
.icon--1:before {
  content: "\e903";
}

/* right-arrow */
.icon--2:before,
.detail-link a:after,
.btn:after,
.sp .listGnav__item__link:after {
  content: "\e904";
}

/* time */
.icon--3:before {
  content: "\e905";
}

/* map */
.icon--4:before {
  content: "\e906";
}

/* bus */
.icon--5:before {
  content: "\e907";
}

/* top-arrow */
.icon--12:before,
.returnTop a:before {
  content: "\e900";
}

/* close */
.icon--13:before,
.sp-btn-close:before,
.info-close:before,
.close:before {
  content: "\e901";
}

/* right-arrow-s */
.icon--24:before {
  content: "\e90f";
}

/* left-arrow-s */
.icon--16:before,
.btn-back a:before {
  content: "\e910";
}

/* faq-arrow-top */
.icon--15:before,
.faq-question.open:after,
.fnavi:after,
#AreaLnavi h3.open:after {
  content: "\e90b";
}

/* faq-arrow-bottom */
.icon--23:before,
.faq-question:after,
#AreaLnavi h3:after {
  content: "\e90c";
}

/* faq-Q */
.icon--33:before,
.faq-question:before {
  content: "\e90d";
}

/* faq-A */
.icon--42:before,
.faq-answer:before {
  content: "\e90e";
}

/* circle */
.icon-icon-maru:before,
ul li:before,
#AreaRightNavi ul ul li:before {
  content: "\e615";
}

/* right-circle-arrow */
.icon-arrow-04:before,
.link:before,
.btn-link__item .btn:after,
.box-base:after,
.info-heading a:before,
#AreaRightNavi li:before,
ul + p.link a:after,
.hgroup h4 a:before,
.event-list a:before,
.map-list li a:after {
  content: "\e902";
}

/* info-news */
.icon--17:before,
.info__box.news .icon:before,
.news .info__head h2:before {
  content: "\e911";
}

/* info-event */
.icon--25:before,
.info__box.event .icon:before,
.event .info__head h2:before {
  content: "\e912";
}

/* icon-camera */
.icon--18:before,
.zoo-card a:after {
  content: "\e913";
}

