@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, .sns .sns__body:after, #AreaBeingHeld:after,
#AreaUpcoming:after, .footer:after, .footer__middle__body:after, .zoo-card:after, .img-column:after, .en.top .header__body:after, .en.top .listGnav:after, .en.top .icon-list: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;
  -webkit-box-sizing: border-box;
          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 {
  display: table;
  margin: 0 auto;
}

.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;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
          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;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
          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;
  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;
  border-radius: 3px;
  -webkit-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,
#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%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
          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;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
          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;
    -webkit-box-sizing: border-box;
            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;
  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;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-sizing: border-box;
          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;
    -webkit-box-sizing: border-box;
            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;
  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;
  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;
  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;
  border-radius: 3px;
  -webkit-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;
  }
}

/*
form
***************************************************** */
input,
textarea,
select {
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  line-height: 158%;
}

input,
textarea {
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  .main__body__right form input,
  .main__body__right form textarea {
    width: 100%;
  }
}
#IdCheck,
#IdReset,
#IdBack,
#IdSubmit {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 48px;
  padding: 10px 10px 8px 10px;
  color: #333;
  font-size: 115%;
  line-height: 150%;
  font-weight: bold;
  vertical-align: middle;
  background: #fdf8ef;
  border: 3px solid #fba716;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#IdCheck:hover,
#IdReset:hover,
#IdBack:hover,
#IdSubmit:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #IdCheck,
  #IdReset,
  #IdBack,
  #IdSubmit {
    display: block;
    margin: 0 auto;
  }
}

#IdReset,
#IdSubmit {
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  #IdReset,
  #IdSubmit {
    margin: 0 auto;
  }
}

#IdBack,
#IdSubmit {
  width: 180px;
}

@media only screen and (max-width: 768px) {
  #IdReset,
  #IdSubmit {
    margin-top: 15px;
  }
}
/*
header
***************************************************** */
.header {
  position: relative;
  width: 100%;
  height: 95px;
  margin: 0;
  padding: 0;
  background: url(i/bg_header.png) 225px 0 no-repeat #fba716;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 60px;
    background: #fba716;
    z-index: 11;
  }
  .header:after {
    display: none;
  }
  .header .header__body {
    height: 60px;
  }
  .header .logo {
    width: 135px;
    height: 60px;
  }
  .header .logo a {
    display: block;
    width: 135px;
    height: 60px;
    background: url(i/sp_logo.png) 0 0 no-repeat;
    background-size: 135px 60px;
  }
  .header .logo img {
    display: none;
  }
}
.header .sp-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .sp-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 60px;
  }
  .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;
  }
}

.header__body {
  position: relative;
  margin: 0 auto;
  z-index: 3;
}

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

.header__body__right {
  float: right;
  display: table;
  padding: 0 0 10px 0;
}
.header__body__right.dis-table {
  display: table !important;
}
@media only screen and (max-width: 768px) {
  .header__body__right {
    float: none;
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    padding: 0;
    z-index: 15;
  }
}

.logo {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .logo {
    width: 135px;
    height: 60px;
  }
  .logo a {
    display: block;
    width: 135px;
    height: 60px;
    background: url(i/sp_logo.png) 0 0 no-repeat;
    background-size: 135px 60px;
  }
  .logo img {
    display: none;
  }
}

.listGnav {
  height: 85px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .listGnav {
    width: 100%;
    height: auto;
    background: rgba(51, 51, 51, 0.95);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  }
}

.listGnav > li {
  position: relative;
  display: table-cell;
  height: 85px;
  padding-left: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .listGnav > li {
    display: block;
    height: auto;
  }
}
.listGnav > li:before {
  display: none;
}
.listGnav > li > .listGnav__item__body {
  position: relative;
  display: block;
  height: 43px;
}
@media only screen and (max-width: 768px) {
  .listGnav > li > .listGnav__item__body {
    display: table;
    width: 100%;
    height: auto;
  }
}
.listGnav > li > .listGnav__item__body > a {
  position: relative;
  display: table-cell;
  height: 43px;
  padding-bottom: 2px;
  color: #333;
  font-size: 115%;
  line-height: 113%;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .listGnav > li > .listGnav__item__body > a {
    width: 100%;
    height: 60px;
    padding-top: 0;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .listGnav > li > .listGnav__item__body > a {
    color: #fff;
  }
}
.listGnav > li > .listGnav__item__body > a.is-active:after, .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: #333;
}
@media only screen and (max-width: 768px) {
  .listGnav > li > .listGnav__item__body > a.is-active:after, .listGnav > li > .listGnav__item__body > a.is-hover:after, .listGnav > li > .listGnav__item__body > a:hover:after {
    content: "\e904";
    position: absolute;
    bottom: auto;
    left: auto;
    right: 10px;
    display: inline;
    width: auto;
    height: auto;
    color: #fba716;
    font-size: 93%;
    line-height: 162%;
    background: none;
  }
}
.listGnav > li .listGnav__item__link:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .listGnav > li .listGnav__item__link {
    position: relative;
  }
  .listGnav > li .listGnav__item__link:after {
    position: absolute;
    display: inline-block;
    right: 10px;
    color: #fba716;
    font-size: 93%;
    line-height: 162%;
  }
}
.listGnav > li + li {
  margin-top: 0;
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  .listGnav > li + li {
    padding-left: 0;
    border-top: 1px solid #565656;
  }
}

.sub-navi {
  position: absolute;
  top: 55px;
  left: -85px;
  width: 262px;
  border: 1px solid #565656;
  border-top: none;
  background-color: rgba(51, 51, 51, 0.9);
  display: none;
  z-index: 5;
}
.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;
}
@media only screen and (max-width: 768px) {
  .sub-navi {
    display: none;
  }
}
.sub-navi ul,
.sub-navi .navLocal__body {
  margin: 0;
  padding: 0;
  background: none;
}
.sub-navi li + li,
.sub-navi li.navLocal__body__item + li.navLocal__body__item {
  margin-top: 0;
  border-top: 1px solid #565656;
}
.sub-navi li,
.sub-navi li.navLocal__body__item {
  display: table;
  width: auto;
  margin: 0;
  padding: 0;
}
.sub-navi li a,
.sub-navi li.navLocal__body__item a {
  position: relative;
  display: table-cell;
  width: 262px;
  height: 44px;
  padding: 8px 10px 5px 36px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-navi li a:before,
.sub-navi li.navLocal__body__item a:before {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #ff5c21;
  font-size: 108%;
  line-height: 100%;
}
.sub-navi li a:hover,
.sub-navi li.navLocal__body__item a:hover {
  background: #666666;
}
.sub-navi li:before,
.sub-navi li.navLocal__body__item:before {
  display: none;
}

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

.navGlobal,
.headerUtility__item {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .navGlobal,
  .headerUtility__item {
    display: block;
  }
}

.navGlobal {
  padding-right: 17px;
}
@media only screen and (max-width: 768px) {
  .navGlobal {
    padding-right: 0;
  }
}

.headerUtility__item {
  padding: 0 20px 0 19px;
  border-left: 1px solid rgba(170, 108, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .headerUtility__item {
    width: 100%;
    padding: 14px 0 20px;
    background: rgba(86, 86, 86, 0.95);
    border: none;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  }
}
.headerUtility__item a {
  color: #333;
}
@media only screen and (max-width: 768px) {
  .headerUtility__item a {
    color: #fff;
  }
}

.h-link {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .h-link {
    display: block;
    letter-spacing: -.35em;
    text-align: center;
  }
}
.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%;
}
@media only screen and (max-width: 768px) {
  .h-link li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
}
.h-link li + li {
  padding-right: 0;
  padding-left: 8px;
  border-left: 1px solid #333;
}
@media only screen and (max-width: 768px) {
  .h-link li + li {
    border-left: 1px solid #fff;
  }
}
.h-link li:before {
  display: none;
}
.h-link a {
  text-decoration: none;
}

#IdHeaderSearch {
  position: relative;
  height: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #IdHeaderSearch {
    width: 71.25%;
    height: 34px;
    margin: 0 auto;
  }
}
#IdHeaderSearch input {
  width: 125px;
  height: 24px;
  padding-right: 38px;
  padding-left: 5px;
  border: none;
  font-size: 100%;
  line-height: 100%;
  background: #fff;
  outline: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  #IdHeaderSearch input {
    width: 100%;
    height: 34px;
    padding-right: 34px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#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 white;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #IdHeaderSearch .button-search {
    height: 34px;
    background: url(i/sp_btn_search.png) 0 0 no-repeat white;
    background-size: 38px 34px;
  }
}

.sp-btn-close {
  display: none;
}
@media only screen and (max-width: 768px) {
  .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;
    cursor: pointer;
  }
  .sp-btn-close:before {
    margin-right: 5px;
    font-size: 79%;
    line-height: 173%;
    font-weight: bold;
  }
}

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

/*
navLocal
***************************************************** */
.main__body__left .navLocal,
.main__body__left #AreaLnavi {
  width: 230px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .main__body__left .navLocal,
  .main__body__left #AreaLnavi {
    display: none;
  }
}
.main__body__left .navLocal__head,
.main__body__left #IdSnaviAnimals {
  display: table-cell;
  width: 200px;
  height: 40px;
  margin: 0;
  padding: 8px 15px 4px;
  color: #fff;
  font-size: 129%;
  line-height: 145%;
  font-weight: bold;
  text-align: center;
  background: #333;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .main__body__left .navLocal__head,
  .main__body__left #IdSnaviAnimals {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 0 6px;
  }
}
.main__body__left .navLocal__head:before,
.main__body__left #IdSnaviAnimals:before {
  display: none;
}
.main__body__left .navLocal__body,
.main__body__left #AreaLnavi ul {
  margin: 0;
  padding: 0;
  background: #f3f3f3;
}
.main__body__left .navLocal__body .navLocal__body__item,
.main__body__left .navLocal__body li,
.main__body__left #AreaLnavi ul .navLocal__body__item,
.main__body__left #AreaLnavi ul li {
  display: block;
  width: 230px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .main__body__left .navLocal__body .navLocal__body__item,
  .main__body__left .navLocal__body li,
  .main__body__left #AreaLnavi ul .navLocal__body__item,
  .main__body__left #AreaLnavi ul li {
    width: 100%;
  }
}
.main__body__left .navLocal__body .navLocal__body__item a,
.main__body__left .navLocal__body li a,
.main__body__left #AreaLnavi ul .navLocal__body__item a,
.main__body__left #AreaLnavi ul li a {
  position: relative;
  display: inline-block;
  width: 230px;
  height: auto;
  padding: 16px 17px 14px;
  color: #333;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .main__body__left .navLocal__body .navLocal__body__item a,
  .main__body__left .navLocal__body li a,
  .main__body__left #AreaLnavi ul .navLocal__body__item a,
  .main__body__left #AreaLnavi ul li a {
    width: 100%;
  }
}
.main__body__left .navLocal__body .navLocal__body__item a:hover,
.main__body__left .navLocal__body li a:hover,
.main__body__left #AreaLnavi ul .navLocal__body__item a:hover,
.main__body__left #AreaLnavi ul li a:hover {
  background: #fba716;
}
.main__body__left .navLocal__body .navLocal__body__item a.is-active,
.main__body__left .navLocal__body li a.is-active,
.main__body__left #AreaLnavi ul .navLocal__body__item a.is-active,
.main__body__left #AreaLnavi ul li a.is-active {
  width: 252px;
  padding: 16px 30px 14px 17px;
  background: url(i/bg_lnavi_arrow.png) right 0 #fba716 no-repeat;
  background-size: 22px 100%;
}
@media only screen and (max-width: 768px) {
  .main__body__left .navLocal__body .navLocal__body__item a.is-active,
  .main__body__left .navLocal__body li a.is-active,
  .main__body__left #AreaLnavi ul .navLocal__body__item a.is-active,
  .main__body__left #AreaLnavi ul li a.is-active {
    width: 100%;
    background: #fba716;
  }
}
.main__body__left .navLocal__body .navLocal__body__item:before,
.main__body__left .navLocal__body li:before,
.main__body__left #AreaLnavi ul .navLocal__body__item:before,
.main__body__left #AreaLnavi ul li:before {
  display: none;
}
.main__body__left .navLocal__body .navLocal__body__item + .navLocal__body__item,
.main__body__left .navLocal__body li + li,
.main__body__left #AreaLnavi ul .navLocal__body__item + .navLocal__body__item,
.main__body__left #AreaLnavi ul li + li {
  margin-top: 0;
  border-top: 1px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  .main__body__left #IdSnaviAnimals {
    display: none;
  }
}
.main__body__left #AreaLnavi h3 {
  position: relative;
  display: block;
  width: 230px;
  height: 59px;
  margin: 0;
  padding: 19px 49px 5px 19px;
  color: #333;
  font-size: 115%;
  line-height: 150%;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  cursor: pointer;
}
.main__body__left #AreaLnavi h3:before {
  display: none;
}
.main__body__left #AreaLnavi h3:after {
  position: absolute;
  top: 21px;
  right: 15px;
  color: #fba716;
  font-size: 113%;
  line-height: 100%;
}
.main__body__left #AreaLnavi h3.open {
  background: #ffefd2;
}
.main__body__left #AreaLnavi h3.open:after {
  top: 20px;
}
.main__body__left #AreaLnavi h3 + ul,
.main__body__left #AreaLnavi ul + h3 {
  border-top: 1px solid #c9c9c9;
}

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

.sns {
  width: 230px;
  padding-top: 47px;
  background: url(i/bg_sns_under.png) 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  .sns {
    display: none;
  }
}
.sns .sns__body {
  width: auto;
  padding: 10px 11px;
  background: #333;
}
.sns .sns__item {
  float: left;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
}
.sns .sns__item + .sns__item {
  margin-left: 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; */
  -webkit-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: -webkit-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;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.sns .sns__item a:hover {
  -webkit-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;
} */

/* 200804 addClass */
.spOnly {
  display: none;
}


/*
blog
***************************************************** */
.calendar {
  width: 230px;
  border: none;
}
@media only screen and (max-width: 768px) {
  .calendar {
    display: none;
  }
}
.calendar .calendarhead th {
  padding: 5px 0 1px;
  font-size: 100%;
  line-height: 158%;
  color: #fff;
  text-align: center;
  background: #ff5c21;
  border: none !important;
}
.calendar .calendarhead th a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック';
}
.calendar .calendarhead th a:hover {
  text-decoration: underline;
}
.calendar th,
.calendar td {
  width: auto;
  padding: 6px 6px 0;
  font-size: 86%;
  line-height: 134%;
  background: #fdf8ef;
  border: none;
  text-align: center;
}
.calendar tr:nth-child(2) th {
  padding-top: 6px;
}
.calendar tr th:nth-child(1),
.calendar tr td:nth-child(1) {
  padding-left: 14px;
  border-left: 1px solid #dfc09d;
}
.calendar tr th:nth-child(7),
.calendar tr td:nth-child(7) {
  padding-right: 14px;
  border-right: 1px solid #dfc09d;
}
.calendar tr:last-child td {
  padding-bottom: 7px;
  border-bottom: 1px solid #dfc09d;
}
.calendar .sunday {
  color: #eb1408;
}
.calendar .saturday {
  color: #0036d4;
}
.calendar .today {
  display: table;
  width: 100%;
}
.calendar .today a {
  display: table-cell;
  width: 100%;
  color: #ff5c21;
  background: #ffdcd0;
}

#AreaRightNavi {
  width: 230px;
}
@media only screen and (max-width: 768px) {
  #AreaRightNavi {
    width: auto;
    padding-top: 12px;
    border-top: 1px solid #c9c9c9;
  }
}
#AreaRightNavi h2 {
  margin: 0;
  color: #ff5c21;
  padding-left: 33px;
  font-size: 115%;
  line-height: 125%;
}
#AreaRightNavi h2:before {
  display: inline-block;
  margin: -4px 10px 0 -33px;
  color: #ff5c21;
  font-size: 175%;
  line-height: 100%;
  vertical-align: middle;
}
#AreaRightNavi a {
  color: #333;
  text-decoration: none;
}
#AreaRightNavi a:hover {
  text-decoration: underline;
}
#AreaRightNavi ul li {
  padding: 0 5px 0 23px;
}
#AreaRightNavi ul li:before {
  color: #ff8800;
}
#AreaRightNavi ul li + li {
  padding-top: 6px;
  border-top: 1px solid #c9c9c9;
}

#AreaBeingHeld .link a:after,
#AreaUpcoming .link a:after {
  display: none;
}
#AreaBeingHeld .link:before,
#AreaUpcoming .link:before {
  color: #ff8800;
}

#AreaUpcoming {
  margin-top: 30px;
}

#navLocal + #AreaRightNavi #AreaBeingHeld {
  margin-top: 30px;
}

#navLocal + #AreaRightNavi #AreaNewEntry {
  margin-top: 30px;
}

#AreaNewEntry {
  margin-top: 18px;
}
#AreaNewEntry ul + p.link {
  float: none;
  display: table;
  width: 162px;
  margin: 15px auto;
  padding: 0;
  background: #fff;
}
#AreaNewEntry ul + p.link:before {
  display: none;
}
#AreaNewEntry ul + p.link a {
  display: table-cell;
  width: 160px;
  height: 26px;
  padding-top: 2px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c9c9c9;
  text-decoration: none;
}
#AreaNewEntry ul + p.link a:after {
  display: inline-block;
  margin-top: -2px;
  margin-left: 10px;
  color: #ff5c21;
  font-size: 115%;
  line-height: 150%;
  vertical-align: middle;
}
#AreaNewEntry ul + p.link a:hover {
  opacity: 0.8;
}
#AreaNewEntry ul + p.link + p {
  margin-top: 30px;
  padding: 14px 25px 0;
  background: #f6f6f6;
}
@media only screen and (max-width: 768px) {
  #AreaNewEntry ul + p.link + p {
    text-align: center;
  }
}
#AreaNewEntry #IdRSS {
  display: inline-block;
  padding: 3px 0 8px 30px;
  color: #00589c;
  text-decoration: underline;
  background: url(i/bg_rss.png) 0 0 no-repeat;
}
#AreaNewEntry #IdRSS:hover {
  text-decoration: none;
}
#AreaNewEntry ul + p.link + p + p {
  margin: 0;
  padding: 0 25px 14px;
  background: #f6f6f6;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  #AreaNewEntry ul + p.link + p + p {
    text-align: center;
  }
}

#AreaCategory {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #AreaCategory {
    display: none;
  }
}
#AreaCategory h2,
#AreaCategory h2:before,
#AreaCategory ul li:before {
  color: #2b8b83;
}
#AreaCategory ul li {
  padding-right: 15px;
}
#AreaCategory ul ul {
  margin-left: -19px;
}
#AreaCategory ul ul li + li {
  padding-top: 0;
  border-top: none;
}
#AreaCategory ul ul li:before {
  color: #76c9c2;
}

#AreaPast {
  margin-top: 30px;
}
#AreaPast h2,
#AreaPast h2:before,
#AreaPast ul li:before {
  color: #9a5200;
}
#AreaPast ul li {
  padding-right: 15px;
}
#AreaPast ul ul {
  margin-left: -19px;
}
#AreaPast ul ul li + li {
  padding-top: 0;
  border-top: none;
}
#AreaPast ul ul li:before {
  color: #daac79;
}
#AreaPast .accordion li ul {
  display: none;
}

.link-amigos {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .link-amigos {
    text-align: center;
  }
}
.link-amigos a:hover {
  opacity: 0.7;
}

/*
footer
***************************************************** */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  color: #fff;
  background: #292929;
}
@media only screen and (max-width: 768px) {
  .footer {
    position: relative;
    height: auto;
    padding-bottom: 30px;
    border-bottom: 10px solid #fca716;
  }
}

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

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

.footer__middle__body__left {
  float: left;
  padding: 16px 0 12px;
  font-size: 86%;
  line-height: 159%;
}
@media only screen and (max-width: 768px) {
  .footer__middle__body__left {
    float: none;
    padding: 25px 0 0;
    text-align: center;
  }
}

.footer__middle__body__right {
  float: right;
  padding: 24px 0 20px;
  font-size: 86%;
  line-height: 125%;
}
@media only screen and (max-width: 768px) {
  .footer__middle__body__right {
    float: none;
    padding: 18px 0 0;
  }
}

.f-infoList {
  text-align: right;
  letter-spacing: -.35em;
}
@media only screen and (max-width: 768px) {
  .f-infoList {
    text-align: center;
  }
}

.f-infoList + .f-infoList {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .f-infoList + .f-infoList {
    margin-top: 0;
  }
  .f-infoList + .f-infoList li {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.f-infoList ul {
  display: inline-block;
  letter-spacing: -.35em;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .f-infoList ul {
    display: block;
    text-align: center;
  }
}
.f-infoList ul + ul {
  margin-top: 0;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .f-infoList ul + ul {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.f-infoList li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .f-infoList li {
    margin-top: 12px;
  }
}
.f-infoList li:before {
  display: none;
}
.f-infoList li + li {
  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: 110px;
  left: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .returnTop {
    position: relative;
    bottom: auto;
    margin-top: 60px;
  }
}
.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;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
          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;
}

/* fnavi */
.fnavi {
  text-align: right;
}
.fnavi:after {
  margin-left: 5px;
  color: #ff5c21;
  font-size: 86%;
  line-height: 167%;
}
.fnavi a {
  color: #333;
}

/*
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;
    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
* **************************************************** */
/* 170825 追記 */
h2 + div,
h2 + .img-column2 {
  margin-top: 20px;
}

h3 + div,
h3 + .img-column2 {
  margin-top: 18px;
}

h4 + div,
h4 + .img-column2 {
  margin-top: 16px;
}

i {
  font-style: italic;
}

.btn {
  display: inline-block;
  padding: 5px 8px 1px 16px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
          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;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
          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;
  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;
}

/* *****************************************************
english_parts
***************************************************** */
/*
en_contents
***************************************************** */
.en {
  /* guidemap */
}
.en .main__body {
  background: none;
}
.en .main__body__right {
  float: none;
  width: 1020px;
}
@media only screen and (max-width: 768px) {
  .en .main__body__right {
    width: auto;
  }
}
.en h1 {
  text-align: center;
}
.en #AreaMapContents h3 + p + p a {
  float: none;
}
.en #AreaMapContents .box-base {
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .en .sp-menu a {
    background: url(i/en_sp_menu.png) 0 0 no-repeat;
    background-size: 48px 60px;
  }
}
.en .box-column1 .left {
  width: auto;
}
.en .box-column1 .left h3 {
  margin-top: 0;
}
.en .box-column1 .left h4 {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .en .box-column1 .left,
  .en .box-column1 .right {
    float: none;
  }
  .en .box-column1 .right {
    margin-top: 10px;
  }
}

.image-map {
  position: relative;
  width: 720px;
  margin: 15px auto 0;
}
@media only screen and (max-width: 768px) {
  .image-map {
    width: auto;
  }
  .image-map .guide-map,
  .image-map #AreaMapContents {
    display: none;
  }
}

.animals {
  margin-top: 30px;
  border-top: 1px solid #c9c9c9;
}
.animals h2 {
  margin-top: 30px;
}

.zoo-card .box-base {
  position: relative;
  float: left;
  display: block;
  width: 326px;
  height: 72px;
  padding: 14px 5px 15px 13px;
  background: #fdf8ef;
  border: 1px solid #fba716;
  border-right: 40px solid #fba716;
  vertical-align: top;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .zoo-card .box-base {
    width: 100%;
    height: auto;
  }
}
.zoo-card .box-base + .box-base {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .zoo-card .box-base + .box-base {
    margin-top: 12px;
    margin-left: 0;
  }
}
.zoo-card .box-base:nth-child(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .zoo-card .box-base:nth-child(n+4) {
    margin-top: 12px;
  }
}
.zoo-card .box-base:nth-child(3n+1) {
  margin-left: 0;
}
.zoo-card .box-base:hover {
  opacity: 0.7;
}
.zoo-card .box-base:after {
  position: absolute;
  top: 19px;
  right: -37px;
  display: block;
  width: 32px;
  height: 32px;
  padding-left: 1px;
  color: #ff7700;
  font-size: 143%;
  line-height: 160%;
  text-align: center;
  background: #fff;
  border-radius: 16px;
}
.zoo-card div.box-base:after {
  display: none;
}
.zoo-card div.box-base:hover {
  opacity: 1;
}
.zoo-card .title {
  color: #ff7700;
  font-size: 108%;
  line-height: 154%;
  font-weight: bold;
}
.zoo-card .text {
  margin-top: 0;
  color: #333;
  font-size: 86%;
  line-height: 167%;
}

.img-column .img-cell {
  float: left;
  margin-top: 0;
}
.img-column .img-cell + .img-cell {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .img-column .img-cell {
    width: 49%;
    text-align: center;
  }
  .img-column .img-cell:nth-child(n+3) {
    margin-top: 10px;
  }
  .img-column .img-cell:nth-child(odd) {
    margin-left: 0;
    padding-right: 1%;
  }
  .img-column .img-cell:nth-child(even) {
    margin-left: 0;
    padding-left: 1%;
  }
}

/*
header
***************************************************** */
@media only screen and (max-width: 768px) {
  .en .logo {
    width: 150px;
    height: 60px;
  }
  .en .logo a {
    display: block;
    width: 150px;
    height: 60px;
    background: url(i/en_sp_logo.png) 0 0 no-repeat;
    background-size: 150px 60px;
  }
  .en .logo img {
    display: none;
  }
}

/*
footer
***************************************************** */
.en .footer__middle__body__right {
  padding: 37px 0 36px;
}
@media only screen and (max-width: 768px) {
  .en .footer__middle__body__right {
    padding: 18px 0 0;
  }
}

/* *****************************************************
english_top
***************************************************** */
/*
en_top_base
***************************************************** */
.en.top {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .en.top {
    overflow: auto;
  }
}
.en.top .base {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border: 10px solid #fca716;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .en.top .base {
    height: auto;
    min-height: 1px;
    border: none;
    background: #ffedcd;
  }
}
.en.top .main {
  padding-bottom: 0;
  background: none;
}
.en.top .main__body {
  width: auto;
  height: 100%;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .en.top .main__body {
    height: auto;
  }
}
.en.top h1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  color: transparent;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.en.top .sp-logo {
  display: none;
}
@media only screen and (max-width: 768px) {
  .en.top .sp-logo {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    display: block;
    width: 279px;
    height: 95px;
    margin: 0 auto;
    padding: 0;
    z-index: 200;
  }
  .en.top .sp-logo img {
    width: 100%;
    height: auto;
  }

  .en.top .btnBnr + .sp-logo {
    top: 10px;
  }
}
.en.top .footer {
  z-index: 5;
}

/*
en_top_header
***************************************************** */
.en.top .header {
  position: relative;
}
.en.top .header .sp-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .en.top .header .sp-menu {
    display: block;
  }
}
.en.top .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}
@media only screen and (max-width: 768px) {
  .en.top .header {
    position: relative;
    height: 60px;
    background: #fba716;
  }
}
.en.top .header__body {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .en.top .header__body {
    height: 60px;
  }
}
.en.top .header__body__left {
  position: absolute;
  top: 0;
  left: 0;
}
.en.top .header__body__right {
  float: right;
  display: table;
}
@media only screen and (max-width: 768px) {
  .en.top .header__body__right {
    float: none;
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 15;
  }
}
.en.top .logo {
  margin: 0;
  padding: 0;
}
.en.top .logo img {
  padding-top: 7px;
}
@media only screen and (max-width: 768px) {
  .en.top .logo img {
    padding-top: 0;
  }
}
.en.top .listGnav {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .en.top .listGnav {
    width: 100%;
    background: rgba(51, 51, 51, 0.95);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  }
}
.en.top .listGnav > li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .en.top .listGnav > li {
    float: none;
  }
}
.en.top .listGnav > li:before {
  display: none;
}
.en.top .listGnav > li > .listGnav__item__body {
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .en.top .listGnav > li > .listGnav__item__body {
    display: table;
    width: 100%;
    height: auto;
  }
}
.en.top .listGnav > li > .listGnav__item__body > a {
  position: relative;
  display: table-cell;
  height: 43px;
  padding-top: 19px;
  padding-bottom: 2px;
  color: #fff;
  text-align: center;
  font-size: 115%;
  line-height: 113%;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .en.top .listGnav > li > .listGnav__item__body > a {
    width: 100%;
    height: 60px;
    padding-top: 0;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.en.top .listGnav > li > .listGnav__item__body > a.is-hover:after, .en.top .listGnav > li > .listGnav__item__body > a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #fba716;
}
@media only screen and (max-width: 768px) {
  .en.top .listGnav > li > .listGnav__item__body > a.is-hover:after, .en.top .listGnav > li > .listGnav__item__body > a:hover:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .en.top .listGnav > li > .listGnav__item__body .sp-none {
    display: none;
  }
}
.en.top .listGnav > li .listGnav__item__link:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .en.top .listGnav > li .listGnav__item__link {
    position: relative;
  }
  .en.top .listGnav > li .listGnav__item__link:after {
    display: inline-block;
    position: absolute;
    right: 10px;
    color: #fba716;
    font-size: 93%;
    line-height: 162%;
    margin-top: -3px;
  }
}
.en.top .listGnav > li + li {
  margin-top: 0;
  margin-left: 24px;
}
@media only screen and (max-width: 768px) {
  .en.top .listGnav > li + li {
    margin-left: 0;
    border-top: 1px solid #565656;
  }
}
.en.top .sub-navi {
  position: absolute;
  top: 75px;
  left: -85px;
  width: 262px;
  border: 1px solid #565656;
  border-top: none;
  background-color: rgba(51, 51, 51, 0.9);
  display: none;
}
@media only screen and (max-width: 768px) {
  .en.top .sub-navi {
    display: none;
  }
}
.en.top .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;
}
.en.top .sub-navi ul {
  margin: 0;
  padding: 0;
}
.en.top .sub-navi li + li {
  margin-top: 0;
  border-top: 1px solid #565656;
}
.en.top .sub-navi li {
  display: table;
  margin: 0;
  padding: 0;
}
.en.top .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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.en.top .sub-navi li a:before {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #ff5c21;
  font-size: 108%;
  line-height: 100%;
}
.en.top .sub-navi li:before {
  display: none;
}
.en.top .sub-navi li:hover {
  background: #666666;
}
.en.top .listGnav .listGnav__item:nth-child(2) .sub-navi {
  left: -91px;
}
.en.top .navGlobal,
.en.top .headerUtility__item {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .en.top .navGlobal,
  .en.top .headerUtility__item {
    display: block;
  }
}
.en.top .navGlobal {
  padding-right: 17px;
}
@media only screen and (max-width: 768px) {
  .en.top .navGlobal {
    padding-right: 0;
  }
}
.en.top .headerUtility__item {
  padding: 13px 20px 15px;
  background: rgba(51, 51, 51, 0.9);
  border-left: none;
}
@media only screen and (max-width: 768px) {
  .en.top .headerUtility__item {
    width: 100%;
    padding: 14px 0 20px;
    background: rgba(86, 86, 86, 0.95);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  }
}
.en.top .headerUtility__item a {
  color: #fff;
}
.en.top .h-link {
  display: table;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .en.top .h-link {
    display: block;
    letter-spacing: -.35em;
    text-align: center;
  }
}
.en.top .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%;
}
@media only screen and (max-width: 768px) {
  .en.top .h-link li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
}
.en.top .h-link li:before {
  display: none;
}
.en.top .h-link li + li {
  margin-top: 0;
  padding-right: 0;
  padding-left: 8px;
  border-left: 1px solid #fff;
}
.en.top .h-link a {
  text-decoration: none;
}
.en.top #IdHeaderSearch {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .en.top #IdHeaderSearch {
    width: 71.25%;
    margin: 0 auto;
  }
}
.en.top #IdHeaderSearch input {
  width: 125px;
  height: 24px;
  padding-right: 38px;
  padding-left: 5px;
  border: none;
  background: #f1f1f1;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .en.top #IdHeaderSearch input {
    width: 100%;
    height: 34px;
    padding-right: 34px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.en.top #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;
}
@media only screen and (max-width: 768px) {
  .en.top #IdHeaderSearch .button-search {
    width: 38px;
    height: 34px;
    background: url(i/sp_btn_search.png) 0 0 no-repeat #f1f1f1;
    background-size: 38px 34px;
  }
}

/*
en_top_fade
***************************************************** */
.en.top .slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.en.top .fade {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .en.top .fade {
    height: 493px;
    overflow: hidden;
  }
}
.en.top .top-sp .fade {
  width: auto;
  height: auto;
}
.en.top .fade__item {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200% !important;
  height: 200%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .en.top .fade__item {
    top: 0;
    text-align: center;
  }
}
.en.top .fade__item:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  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: 768px) {
  .en.top .fade__item:before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.en.top .fade__item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
@media only screen and (max-width: 768px) {
  .en.top .fade__item img {
    position: relative;
    width: auto;
    height: 493px;
    min-width: 1px;
    min-height: 1px;
  }
}
.en.top .top-sp .fade__item {
  position: relative;
  top: 0;
  left: 0;
  width: auto !important;
  height: auto;
}
.en.top .top-sp .fade__item img {
  position: relative;
  min-width: 1px;
  min-height: 1px;
}
.en.top .bx-pager-item {
  display: inline-block;
  width: 13px;
  height: 13px;
}
.en.top .bx-pager-item + .bx-pager-item {
  margin-left: 17px;
}
.en.top .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;
}
.en.top .bx-pager-item a:hover, .en.top .bx-pager-item a.active {
  background: #fff;
}
.en.top #section1 .bx-wrapper {
  height: 100%;
}
.en.top #section1 .bx-viewport {
  height: 100% !important;
  overflow: visible !important;
}
.en.top #section1 .bx-pager {
  position: absolute;
  bottom: 110px;
  width: 100%;
  padding-right: 20px;
  color: #000;
  z-index: 3;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .en.top #section1 .bx-pager {
    display: none;
  }
}

/*
en_top_sns
***************************************************** */
.en.top .sns {
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 91px;
  padding-top: 88px;
  background: url(i/en_bg_sns.png) 0 0 no-repeat;
  z-index: 400;
}
@media only screen and (max-width: 768px) {
  .en.top .sns {
    display: block;
    top: 365px;
    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;
  }
}
.en.top .sns .sns__body {
  width: 28px;
  padding: 10px 10px 10px 12px;
  background: #333;
}
@media only screen and (max-width: 768px) {
  .en.top .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;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  }
}
.en.top .sns .sns__item {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .en.top .sns .sns__item {
    display: table-cell;
    width: 32px;
    height: 32px;
  }
}
.en.top .sns .sns__item + .sns__item {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .en.top .sns .sns__item + .sns__item {
    margin-top: 0;
    padding-left: 8px;
  }
}
.en.top .sns .sns__item:before {
  display: none;
}
.en.top .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; */
  -webkit-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: -webkit-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;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media only screen and (max-width: 768px) {
  .en.top .sns .sns__item a {
    width: 32px;
    height: 32px;
    /* background: url(i/sp_bg_sns_icon.png) 0 0 no-repeat;
    background-size: 32px 192px; */
    -webkit-transition: none;
    transition: none;
  }
}
.en.top .sns .sns__item a:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
@media only screen and (max-width: 768px) {
  .en.top .sns .sns__item a:hover {
    -webkit-transform: none;
            transform: none;
  }
}
/* .en.top .sns .icon-youtube a {
  background-position: 0 0;
}
.en.top .sns .icon-facebook a {
  background-position: 0 -28px;
}
.en.top .sns .icon-twitter a {
  background-position: 0 -56px;
}
.en.top .sns .icon-pinterest a {
  background-position: 0 -84px;
}
.en.top .sns .icon-instagram a {
  background-position: 0 -112px;
}
.en.top .sns .icon-vine a {
  background-position: 0 -140px;
}
@media only screen and (max-width: 768px) {
  .en.top .sns .icon-youtube a {
    background-position: 0 0;
  }
  .en.top .sns .icon-facebook a {
    background-position: 0 -32px;
  }
  .en.top .sns .icon-twitter a {
    background-position: 0 -64px;
  }
  .en.top .sns .icon-pinterest a {
    background-position: 0 -96px;
  }
  .en.top .sns .icon-instagram a {
    background-position: 0 -128px;
  }
  .en.top .sns .icon-vine a {
    background-position: 0 -160px;
  }
} */

/*
en_top_icon-list
***************************************************** */
.en.top .icon-list {
  position: absolute;
  bottom: 165px;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: -.35em;
  z-index: 300;
}
@media only screen and (max-width: 768px) {
  .en.top .icon-list {
    top: 170px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 188px;
    margin: 0 auto;
    text-align: left;
  }

  .en.top .btnBnr + .sp-logo + .pageReader + .pageReader + .icon-list {
    top: 188px;
  }
}
.en.top .icon-list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .en.top .icon-list li {
    display: block;
    float: left;
    width: 89px;
    height: 89px;
  }
}
.en.top .icon-list li:before {
  display: none;
}
.en.top .icon-list li + li {
  margin-top: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .en.top .icon-list li + li {
    margin-top: 10px;
    margin-left: 10px;
  }
}
.en.top .icon-list li a {
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 768px) {
  .en.top .icon-list li a {
    width: 89px;
    height: 89px;
  }
}
.en.top .icon-list li a img {
  display: block;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .en.top .icon-list li a img {
    display: none;
  }
}
.en.top .icon-list li a {
  -webkit-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;
}
@media only screen and (max-width: 768px) {
  .en.top .icon-list li a {
    -webkit-transition: none;
    transition: none;
  }
}
.en.top .icon-list li a:hover {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
@media only screen and (max-width: 768px) {
  .en.top .icon-list li a:hover {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 768px) {
  .en.top .icon-list li:nth-child(odd) {
    margin-left: 0;
  }
  .en.top .icon-list li:nth-child(1),
  .en.top .icon-list li:nth-child(2) {
    margin-top: 0;
  }
  .en.top .icon-list li:nth-child(1) a {
    background: url(/en/images/sp_top_icon04.png) 0 0 no-repeat;
    background-size: 89px 89px;
  }
  .en.top .icon-list li:nth-child(2) a {
    background: url(/en/images/sp_top_icon01.png) 0 0 no-repeat;
    background-size: 89px 89px;
  }
  .en.top .icon-list li:nth-child(3) a {
    background: url(/en/images/sp_top_icon02.png) 0 0 no-repeat;
    background-size: 89px 89px;
  }
  .en.top .icon-list li:nth-child(4) a {
    background: url(/en/images/sp_top_icon03.png) 0 0 no-repeat;
    background-size: 89px 89px;
  }
}

.en-sitmap {
  margin-left: -15px;
}
.en-sitmap .link {
  margin-left: 15px;
}

/* 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";
}

/* btnBnr */
.en .btnBnr {
  position: absolute;
  bottom: 313px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 300;
}

@media only screen and (max-width: 768px) {
  .en.sp .btnBnr {
    position: absolute;
    top: 115px;
    bottom: auto;
  }
}

.en .btnBnr__link {
  position: relative;
  display: inline-block;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

.en .btnBnr__link img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .en.sp .btnBnr__link img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

.en .btnBnr__link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
  z-index: 0;
}

.en .btnBnr__link:hover img {
  opacity: 0.8;
}


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

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