@charset "UTF-8";
/**************************************************
  mixins
***************************************************/
/* -----------------------------------------------
  Variables
-------------------------------------------------- */
/* -----------------------------------------------
  Media Query
-------------------------------------------------- */
/* -----------------------------------------------
  Functions
-------------------------------------------------- */
.slide-in-effect, .gallery-image, .photo-list > .item a .thumbnail, .history-list > .item .thumbnail, .travel-list > .item .thumbnail, .related-article .related-list > .item .thumbnail {
  position: relative;
}
.slide-in-effect.js-inview .slide-in-cover, .js-inview.gallery-image .slide-in-cover, .photo-list > .item a .js-inview.thumbnail .slide-in-cover, .history-list > .item .js-inview.thumbnail .slide-in-cover, .travel-list > .item .js-inview.thumbnail .slide-in-cover, .related-article .related-list > .item .js-inview.thumbnail .slide-in-cover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #379cbe;
  -webkit-transition: all 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
  -o-transition: all 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
  transition: all 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
}
.slide-in-effect.js-inview-active .slide-in-cover, .js-inview-active.gallery-image .slide-in-cover, .photo-list > .item a .js-inview-active.thumbnail .slide-in-cover, .history-list > .item .js-inview-active.thumbnail .slide-in-cover, .travel-list > .item .js-inview-active.thumbnail .slide-in-cover, .related-article .related-list > .item .js-inview-active.thumbnail .slide-in-cover {
  width: 0;
}

.hover-effect .thumbnail::before, .photo-list > .item a .thumbnail::before, .history-list > .item a .thumbnail::before, .travel-list > .item a .thumbnail::before, .related-article .related-list > .item a .thumbnail::before, .hover-effect .thumbnail::after, .photo-list > .item a .thumbnail::after, .history-list > .item a .thumbnail::after, .travel-list > .item a .thumbnail::after, .related-article .related-list > .item a .thumbnail::after, .hover-effect .thumbnail figcaption::before, .photo-list > .item a .thumbnail figcaption::before, .history-list > .item a .thumbnail figcaption::before, .travel-list > .item a .thumbnail figcaption::before, .related-article .related-list > .item a .thumbnail figcaption::before, .hover-effect .thumbnail figcaption::after, .photo-list > .item a .thumbnail figcaption::after, .history-list > .item a .thumbnail figcaption::after, .travel-list > .item a .thumbnail figcaption::after, .related-article .related-list > .item a .thumbnail figcaption::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: #FFF;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.hover-effect .thumbnail::before, .photo-list > .item a .thumbnail::before, .history-list > .item a .thumbnail::before, .travel-list > .item a .thumbnail::before, .related-article .related-list > .item a .thumbnail::before {
  top: 5%;
  left: 5%;
  z-index: 2;
  border-top: 1px solid transparent;
}
.hover-effect .thumbnail::after, .photo-list > .item a .thumbnail::after, .history-list > .item a .thumbnail::after, .travel-list > .item a .thumbnail::after, .related-article .related-list > .item a .thumbnail::after {
  top: 5%;
  right: 5%;
  z-index: 2;
  border-right: 1px solid transparent;
}
.hover-effect .thumbnail figcaption, .photo-list > .item a .thumbnail figcaption, .history-list > .item a .thumbnail figcaption, .travel-list > .item a .thumbnail figcaption, .related-article .related-list > .item a .thumbnail figcaption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background: rgba(55, 156, 190, 0.7);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.hover-effect .thumbnail figcaption::before, .photo-list > .item a .thumbnail figcaption::before, .history-list > .item a .thumbnail figcaption::before, .travel-list > .item a .thumbnail figcaption::before, .related-article .related-list > .item a .thumbnail figcaption::before {
  bottom: 5%;
  left: 5%;
  border-right: 1px solid transparent;
}
.hover-effect .thumbnail figcaption::after, .photo-list > .item a .thumbnail figcaption::after, .history-list > .item a .thumbnail figcaption::after, .travel-list > .item a .thumbnail figcaption::after, .related-article .related-list > .item a .thumbnail figcaption::after {
  bottom: 5%;
  right: 5%;
  border-top: 1px solid transparent;
}
.hover-effect .thumbnail figcaption i, .photo-list > .item a .thumbnail figcaption i, .history-list > .item a .thumbnail figcaption i, .travel-list > .item a .thumbnail figcaption i, .related-article .related-list > .item a .thumbnail figcaption i {
  display: inline-block;
  content: "";
  width: 64px;
  height: 64px;
  background: url(../top/images/icon_arrow_m.png) no-repeat 0 0;
  background-size: 64px 64px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hover-effect:hover img, .photo-list > .item a:hover img, .history-list > .item a:hover img, .travel-list > .item a:hover img, .related-article .related-list > .item a:hover img {
  opacity: 1;
}
.hover-effect:hover .thumbnail::before, .photo-list > .item a:hover .thumbnail::before, .history-list > .item a:hover .thumbnail::before, .travel-list > .item a:hover .thumbnail::before, .related-article .related-list > .item a:hover .thumbnail::before {
  width: 90%;
}
.hover-effect:hover .thumbnail::after, .photo-list > .item a:hover .thumbnail::after, .history-list > .item a:hover .thumbnail::after, .travel-list > .item a:hover .thumbnail::after, .related-article .related-list > .item a:hover .thumbnail::after {
  height: 90%;
}
.hover-effect:hover .thumbnail figcaption, .photo-list > .item a:hover .thumbnail figcaption, .history-list > .item a:hover .thumbnail figcaption, .travel-list > .item a:hover .thumbnail figcaption, .related-article .related-list > .item a:hover .thumbnail figcaption {
  opacity: 1;
}
.hover-effect:hover .thumbnail figcaption::before, .photo-list > .item a:hover .thumbnail figcaption::before, .history-list > .item a:hover .thumbnail figcaption::before, .travel-list > .item a:hover .thumbnail figcaption::before, .related-article .related-list > .item a:hover .thumbnail figcaption::before {
  height: 90%;
}
.hover-effect:hover .thumbnail figcaption::after, .photo-list > .item a:hover .thumbnail figcaption::after, .history-list > .item a:hover .thumbnail figcaption::after, .travel-list > .item a:hover .thumbnail figcaption::after, .related-article .related-list > .item a:hover .thumbnail figcaption::after {
  width: 90%;
}
.hover-effect:hover .thumbnail figcaption i, .photo-list > .item a:hover .thumbnail figcaption i, .history-list > .item a:hover .thumbnail figcaption i, .travel-list > .item a:hover .thumbnail figcaption i, .related-article .related-list > .item a:hover .thumbnail figcaption i {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

/**************************************************
  partials
***************************************************/
.acms-admin-modal-content {
  text-align: left;
}

.lite-editor-tooltip-wrap {
  z-index: 100019 !important;
}

/*
Google Chrome（バージョン: 79.0.3945.79） でセレクトメニューのスタイルが崩れる不具合を修正
https://developer.a-blogcms.jp/blog/entry-3192.html
 */
.acms-form select,
.acms-form select:hover,
.acms-form .acms-form-select .acms-form .acms-form-select:hover {
  -webkit-appearance: none;
}

.acms-admin-form select,
.acms-admin-form select:hover,
.acms-admin-form .acms-form-select .acms-admin-form .acms-form-select:hover {
  -webkit-appearance: none;
}

@media (min-width: 769px) {
  .content-dynamic {
    display: block;
    width: 1170px;
    margin: 0 auto 60px;
    padding-top: 50px;
    text-align: left;
  }

  .primary {
    float: left;
    width: 900px;
    margin-bottom: 60px;
    padding-right: 59px;
    border-right: 1px solid #CCC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -15px;
  }

  .secondary {
    float: right;
    width: 270px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 15px;
  }
  .secondary .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .content-dynamic {
    text-align: left;
  }

  .primary {
    margin: 0 15px 40px;
  }

  .secondary {
    margin: 0 15px 40px;
  }
}
.secondary-block {
  margin-bottom: 40px;
}
.secondary-block:last-child {
  margin-bottom: 0;
}
.secondary-block > .heading {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .secondary-block {
    margin-bottom: 20px;
  }
}

.entry-header > .meta .category-label {
  margin-left: 1em;
  border-left: 1px solid #CCC;
  padding-left: 1em;
}
.entry-header > .title {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .entry-header > .title {
    font-size: 2.4rem;
  }
}

.entry-content p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .entry-content {
    font-size: 1.4rem;
  }
}

.entry-footer {
  margin-top: 40px;
}
.entry-footer .keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry-footer .keywords dt {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .entry-footer .keywords dt {
    display: none;
  }
}
.entry-footer .tag-list > li {
  display: inline;
  margin-right: 5px;
}
.entry-footer .tag-list > li a {
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
  background: #EEE;
  padding: 0.5em;
  margin-bottom: 10px;
  border-radius: 2px;
}
.entry-footer .tag-list > li a::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/svg/ico_tag.svg) no-repeat 0 0;
  background-size: 16px 16px;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .entry-footer .tag-list > li a {
    font-size: 1.2rem;
  }
}

.entry-nav {
  position: relative;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 40px 0 0;
  padding: 10px 0;
  font-size: 0.88em;
  overflow: hidden;
  min-height: calc(10px + 1.7em + 10px);
}
.entry-nav a {
  color: #666;
  text-decoration: none;
}
.entry-nav .previous {
  float: right;
}
.entry-nav .previous a {
  color: #333;
}
.entry-nav .previous a::after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}
.entry-nav .index {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.entry-nav .index a {
  color: #333;
}
.entry-nav .next {
  float: left;
}
.entry-nav .next a {
  color: #333;
}
.entry-nav .next a::before {
  content: "<";
  margin-right: 10px;
}
@media (max-width: 767px) {
  .entry-nav {
    margin-top: 0;
  }
}

.entry-nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
.entry-nav2 .next, .entry-nav2 .previous, .entry-nav2 .index {
  margin: 0;
}
.entry-nav2 .next a, .entry-nav2 .previous a, .entry-nav2 .index a {
  display: block;
  color: #000;
  background: #EEE;
  padding: 0 1em;
  line-height: 2.5;
}
.entry-nav2 .next a:hover, .entry-nav2 .previous a:hover, .entry-nav2 .index a:hover {
  background: #DDD;
}
.entry-nav2 .index a {
  color: #FFF;
  background: #379cbe;
}
.entry-nav2 .index a:hover {
  background: #318caa;
}

.entry-pager {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .entry-pager {
    margin: 20px auto;
  }
}
.entry-pager li {
  margin: 0;
}
.entry-pager li span {
  display: inline-block;
  padding: 0.4em 1em;
  color: #FFF;
  background: #379cbe;
  text-decoration: none;
}
.entry-pager li a {
  text-decoration: none;
}
.entry-pager li a span {
  color: #000;
  background: #eeeeee;
}
.entry-pager li a:hover span {
  color: #fff;
  background: #379cbe;
}
.entry-pager li.prev {
  margin-right: 1px;
}
.entry-pager li.next {
  margin-left: 1px;
}

.entry-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0 0;
}
.entry-social > li {
  margin: 0 0.63em;
}
.entry-social > li a {
  display: inline-block;
  background: #DDD;
  width: 3em;
  height: 3em;
  border-radius: 50% 50%;
  text-indent: -9999px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-social > li a.facebook {
  background: transparent url(../images/svg/ico_facebook.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
  border: 1px solid #3b5998;
}
.entry-social > li a.facebook:hover {
  background-color: #3b5998;
  background-image: url(../images/svg/ico_facebook_white.svg);
}
.entry-social > li a.twitter {
  background: transparent url(../images/svg/ico_twitter.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
  border: 1px solid #55acee;
}
.entry-social > li a.twitter:hover {
  background-color: #55acee;
  background-image: url(../images/svg/ico_twitter_white.svg);
}
.entry-social > li a.plurk {
  background: transparent url(../images/svg/ico_plurk.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
  border: 1px solid #FF574D;
}
.entry-social > li a.plurk:hover {
  background-color: #FF574D;
  background-image: url(../images/svg/ico_plurk_white.svg);
}
.entry-social > li a.line {
  background: transparent url(../images/svg/ico_line.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
  border: 1px solid #00B900;
}
.entry-social > li a.line:hover {
  background-color: #00B900;
  background-image: url(../images/svg/ico_line_white.svg);
}

/**************************************************
 Components
***************************************************/
/* -----------------------------------------------
  Text
-------------------------------------------------- */
.acms-grid em, .entryFormLiteEditor em, .acms-admin-btn em {
  color: #000;
}
.acms-grid strong, .entryFormLiteEditor strong, .acms-admin-btn strong {
  color: #fb466d;
  font-size: 1.5em;
  font-weight: bold;
}

/* -----------------------------------------------
  Image
-------------------------------------------------- */
.caption {
  display: block;
  color: #666;
  font-size: 0.88em;
  margin-top: 1em !important;
  margin-bottom: 0;
  text-align: center;
}

/* -----------------------------------------------
  Plain
-------------------------------------------------- */
ul.plain, .wysiwyg ul {
  margin-left: 40px;
  margin-bottom: 20px;
}

ul.plain, .wysiwyg ul, ul.plain > li, .wysiwyg ul > li {
  list-style-type: disc;
}
ul.plain > ul, .wysiwyg ul > ul, ul.plain > ul li, .wysiwyg ul > ul li, ul.plain > li > ul, .wysiwyg ul > li > ul, ul.plain > li > ul li {
  list-style-type: circle;
}
ul.plain > ul > ul, .wysiwyg ul > ul > ul, ul.plain > ul > ul li, .wysiwyg ul > ul > ul li, ul.plain > ul li > ul, .wysiwyg ul > ul li > ul, ul.plain > ul li > ul li, .wysiwyg ul > ul li > ul li, ul.plain > li > ul > ul, .wysiwyg ul > li > ul > ul, ul.plain > li > ul > ul li, ul.plain > li > ul li > ul, ul.plain > li > ul li > ul li {
  list-style-type: square;
}

ol.plain, .wysiwyg ol {
  margin-bottom: 20px;
}

ol.plain, .wysiwyg ol, ol.plain ol {
  list-style-type: decimal;
}

ol.plain li::before, .wysiwyg ol li::before {
  font-weight: normal;
}

.plain ul, .wysiwyg ol ul, .wysiwyg ul ul, .plain ol, .wysiwyg ol ol, .wysiwyg ul ol {
  margin: 0 0 0 40px;
}

/* -----------------------------------------------
  Heading
-------------------------------------------------- */
.page-title {
  text-transform: uppercase;
}

.h2 {
  position: relative;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px 0 20px;
  padding-top: 1em;
}
.h2::before, .h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.h2::before {
  background: #000;
  width: 100%;
  height: 1px;
  top: 3px;
}
.h2::after {
  background: #379cbe;
  width: 280px;
  height: 6px;
}
.h2 small {
  font-size: 1.6rem;
}
.h2:first-child {
  margin-top: 0;
}

.h3 {
  font-size: 2.1rem;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.h3 span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b6f16a));
  background: -o-linear-gradient(transparent 60%, #b6f16a 60%);
  background: linear-gradient(transparent 60%, #b6f16a 60%);
}

.h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/* -----------------------------------------------
  List
-------------------------------------------------- */
.list-a > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 1em;
}
.list-a > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  position: absolute;
  top: 0.1em;
  left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
}
.list-a > li a {
  color: #000;
}
.list-a.-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list-a.-inline > li {
  width: 50%;
}
.acms-grid .list-a {
  margin: 0 10px 20px;
}

/* --------- news -------- */
.news-list {
  border-top: 1px solid #CCC;
}
.news-list > .item {
  border-bottom: 1px solid #CCC;
}
.news-list > .item a {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.news-list > .item a .date {
  margin-top: -0.1em;
  margin-right: 1em;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.news-list > .item a::after {
  position: absolute;
  top: 1.5em;
  right: 1em;
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.news-list > .item a:hover {
  background: #EEE;
}
@media (max-width: 767px) {
  .news-list > .item a {
    padding: 1em 1em 1em 0;
  }
}

/* --------- banner -------- */
@media (min-width: 769px) {
  .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
  }
  .banner-list > .item {
    margin-bottom: 45px;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
  }
  .banner-list > .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    color: #FFF;
    text-align: center;
    width: 330px;
    height: 180px;
    text-decoration: none;
  }
  .banner-list > .item a .bigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .banner-list > .item a .icon {
    z-index: 1;
    margin-bottom: 15px;
  }
  .banner-list > .item a .text {
    z-index: 1;
    pointer-events: none;
  }
  .banner-list > .item a .text .en {
    line-height: 1;
    font-size: 3.3rem;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
  }
  .banner-list > .item a .text .ja {
    display: block;
    margin-top: 10px;
    color: #fff !important;
    font-size: 1.6rem;
    font-style: normal !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}
@media (max-width: 767px) {
  .banner-list {
    width: 90%;
    margin: 0 auto 40px;
  }
  .banner-list > .item {
    margin-bottom: 20px;
  }
  .banner-list > .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    color: #FFF;
    text-align: left;
    width: 100%;
    height: 75px;
    border-radius: 15px;
    overflow: hidden;
  }
  .banner-list > .item a .bigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .banner-list > .item a .icon {
    width: auto;
    height: 37.5px;
    margin: 0 15px 0 0;
    z-index: 1;
  }
  .banner-list > .item a .text {
    z-index: 1;
    width: 11em;
  }
  .banner-list > .item a .text .en {
    display: block;
    color: #FFF;
    font-size: 2.7rem;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    line-height: 1;
  }
  .banner-list > .item a .text .ja {
    display: block;
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* --------- related -------- */
.related-article {
  padding: 40px 0;
  clear: both;
}
.related-article > .title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.related-article .related-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-article .related-list > .item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-article .related-list > .item a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.related-article .related-list > .item .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.6%;
}
.related-article .related-list > .item .thumbnail img {
  width: 100%;
  height: auto;
}
.related-article .related-list > .item .title {
  color: #379cbe;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0.5em;
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .related-article {
    padding: 40px 0 0;
  }
  .related-article > .title {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  .related-article .related-list > .item {
    width: 50%;
    padding-bottom: 20px;
  }
  .related-article .related-list > .item .title {
    font-size: 1.6rem;
  }
  .related-article .related-list > .item .text {
    display: none;
  }
  .related-article .related-list > .item:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}

/* -----------------------------------------------
  Table
-------------------------------------------------- */
.table-a, .wysiwyg table, .column-table- table {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
  border: 0;
}
.table-a tbody th, .wysiwyg table tbody th, .table-a tbody td, .wysiwyg table tbody td, .column-table- table tbody th, .column-table- table tbody td {
  border: 1px solid #CCC;
  border-width: 1px 0;
  padding: 0.7em 1em;
}
.table-a tbody th, .wysiwyg table tbody th, .column-table- table tbody th {
  background: none;
  font-weight: bold;
  vertical-align: top;
}
.table-a .anchor[target=_blank], .wysiwyg table .anchor[target=_blank], .column-table- table .anchor[target=_blank] {
  padding-left: 0;
}

/* -----------------------------------------------
  Box
-------------------------------------------------- */
.box-a, .box-b, .box-c, .box-link {
  zoom: 1;
  padding: 30px 30px 10px;
  margin: 30px 10px 30px;
}
.box-a:after, .box-b:after, .box-c:after, .box-link:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
@media (max-width: 767px) {
  .box-a, .box-b, .box-c, .box-link {
    padding: 20px 20px 1px;
  }
}

.box-a {
  border: 1px solid #e5e5e5;
}

.box-b {
  background: #F2F2F2;
}

.box-link {
  background: rgba(55, 156, 190, 0.15);
}
.box-link::before {
  display: block;
  content: "もっと知りたい";
  color: #379cbe;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #379cbe;
  margin-bottom: 1em;
}

/* -----------------------------------------------
	File Unit
-------------------------------------------------- */
[class^=column-file] {
  margin-bottom: 10px;
}

.ico-pdf::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/svg/ico_pdf.svg) no-repeat 0 0;
  background-size: 18px 18px;
  vertical-align: middle;
  margin-right: 8px;
  vertical-align: middle;
}

.ico-pdf-after::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/svg/ico_pdf.svg) no-repeat 0 0;
  background-size: 18px 18px;
  vertical-align: middle;
  margin-left: 8px;
  vertical-align: middle;
}

.ico-xls::before, .ico-xlsx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/svg/ico_xls.svg) no-repeat 0 0;
  background-size: 18px 18px;
  vertical-align: middle;
  margin-right: 8px;
  vertical-align: middle;
}

.ico-doc::before, .ico-docx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/svg/ico_doc.svg) no-repeat 0 0;
  background-size: 18px 18px;
  vertical-align: middle;
  margin-right: 8px;
  vertical-align: middle;
}

.ico-ppt::before, .ico-pptx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/ico_ppt.svg) no-repeat 0 0;
  background-size: 18px 18px;
  vertical-align: middle;
  margin-right: 8px;
  vertical-align: middle;
}

/* -----------------------------------------------
	Form
-------------------------------------------------- */
.text-field, .text-area, .select-box {
  width: 100%;
  font-size: 1.6rem;
  background: #fff !important;
  padding: 0.5em !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.text-field.-error, .text-area.-error, .select-box.-error {
  background: #fff0f0;
  border-color: #f4c2c2;
}
.text-field.-inline, .text-area.-inline, .select-box.-inline {
  width: 20%;
  margin-right: 1em;
}
.text-field[disabled], .text-field[readonly], .text-area[disabled], .text-area[readonly], .select-box[disabled], .select-box[readonly] {
  color: #999;
  background: #DDD;
  border: 1px solid #CCC;
}

.radio-button, .check-box {
  margin: 0 0 0.5em;
}
.radio-button input, .check-box input {
  display: none;
}
.radio-button span, .check-box span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1em;
}
.radio-button span::before, .check-box span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #d7d7d7;
  background: #F9F9F9;
  vertical-align: middle;
}
.radio-button input:checked + span::before, .check-box input:checked + span::before {
  border-color: #cacaca;
}
.radio-button input:checked + span::after, .check-box input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #379cbe;
}
.radio-button.radio-button span::before, .check-box.radio-button span::before {
  border-radius: 50%;
}
.radio-button.radio-button input:checked + span::after, .check-box.radio-button input:checked + span::after {
  border-radius: 50%;
}

.search-button {
  display: inline-block;
  color: #FFF;
  background: #333;
  padding: 0.5em 5em;
  border: 0;
  border-radius: 0.5em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.search-button:hover {
  opacity: 0.7;
}

/* -----------------------------------------------
	Video
-------------------------------------------------- */
.videoplayer {
  display: block;
  margin: 0 10px 20px;
}

.video-js .vjs-big-play-button {
  font-size: 6em !important;
  width: 1.6em !important;
  height: 1.6em !important;
  border-radius: 50% !important;
  margin-left: -0.8em !important;
}

/* -----------------------------------------------
  Wysiwyg
-------------------------------------------------- */
.wysiwyg ol, .wysiwyg ul {
  padding-left: 10px;
}
.wysiwyg table {
  max-width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
}

/* -----------------------------------------------
  Button
-------------------------------------------------- */
.button-a {
  display: inline-block;
  border: 1px solid #CCC;
  margin-top: 2em;
  padding: 0.5em 3em;
  border-radius: 3em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #000 !important;
}
.button-a:hover {
  color: #FFF !important;
  border-color: #379cbe;
  background: #379cbe;
}

/* -----------------------------------------------
  Map
-------------------------------------------------- */
[class*=column-map-] iframe {
  border: 0;
}

.leaflet-map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
}
.leaflet-map-wrap.size3\:2 {
  padding-bottom: 56%;
}
.leaflet-map-wrap.size9\:4 {
  padding-bottom: 44%;
}
.leaflet-map-wrap.size13\:4 {
  padding-bottom: 30%;
}
@media (min-width: 769px) {
  .leaflet-map-wrap.w560 {
    width: 560px;
  }
  .leaflet-map-wrap.h300 {
    height: 300px;
    padding-bottom: 0;
  }
}

.leaflet-map {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**************************************************
 Travel
***************************************************/
.travel-filter {
  position: relative;
  padding-top: 50px;
  margin-bottom: 35px;
}
.travel-filter dt {
  display: none;
}
.travel-filter dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.travel-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.travel-filter ul .item {
  cursor: pointer;
  padding: 0 0.8em 1em;
  font-weight: bold;
  white-space: nowrap;
}
.travel-filter ul .item.mixitup-control-active {
  color: #379cbe;
  font-weight: bold;
}
@media (min-width: 769px) {
  .travel-filter ul:not(:first-child)::before {
    display: inline-block;
    content: "／";
    font-weight: bold;
    margin: 0 0.5em 0 0.5em;
  }
}
.travel-filter .navbar {
  pointer-events: none;
  position: absolute;
  height: 6px;
  margin: 0.8em;
  background: #379cbe;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
          transform: translateY(1em);
}
@media (max-width: 767px) {
  .travel-filter {
    margin-top: 0;
  }
  .travel-filter dt {
    position: relative;
    cursor: pointer;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 0.5em;
    border: 1px solid #CCC;
    margin: 0 25px;
  }
  .travel-filter dt::after {
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 20px;
  }
  .travel-filter dd {
    display: none;
    position: absolute;
    top: 100%;
    width: calc(100vw - 50px);
    margin: 0 25px;
    z-index: 1;
  }
  .travel-filter dd ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5em 0;
    background: #EEE;
  }
  .travel-filter dd ul > .item {
    padding: 0.2em 1em;
  }
}

.travel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
.travel-list > .item {
  width: 25%;
  padding-bottom: 40px;
}
.travel-list > .item .thumbnail {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.travel-list > .item .thumbnail img {
  width: 100%;
  height: auto;
}
.travel-list > .item .title {
  color: #379cbe;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: bold;
  padding: 0 20px;
}
.travel-list > .item .text {
  color: #000;
  padding: 0 20px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .travel-list > .item {
    width: 50%;
    padding-bottom: 20px;
  }
  .travel-list > .item .title {
    font-size: 1.6rem;
  }
  .travel-list > .item .text {
    display: none;
  }
}

.not-found {
  display: none;
  padding: 0 15px 40px;
  margin-bottom: 0;
  text-align: center;
}

.travel-recommend {
  background: #f5f5f5;
  padding: 40px 0 1px;
  margin-bottom: 40px;
  clear: both;
}
.travel-recommend > .title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.travel-recommend .photo-list {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .travel-recommend {
    margin-top: 30px;
    padding: 20px 0;
  }
  .travel-recommend > .title {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------
  top
-------------------------------------------------- */
#top .spot-area .btn {
  padding-top: 0;
  margin-top: 0;
}
#top .spot-area .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .travel-filter ul .item {
  padding: 0 0.4em 1em;
}
#top .travel-filter ul .navbar {
  margin: 0.6em;
}

[lang=en] #top .spot-area h2, [lang=ko] #top .spot-area h2 {
  white-space: nowrap;
}
[lang=en] #top .spot-area h2 span, [lang=ko] #top .spot-area h2 span {
  display: block;
  padding-left: 0;
}

[lang=zh-cn] #top .travel-filter ul .item, [lang=zh-tw] #top .travel-filter ul .item {
  padding: 0 0.5em 1em;
}

/* -----------------------------------------------
  About
-------------------------------------------------- */
.spot-area h2 + .travel-filter {
  padding-top: 0;
}

/* -----------------------------------------------
  entry
-------------------------------------------------- */
@media (min-width: 769px) {
  #travel .acms-grid > .acms-col-sm-6:first-child {
    float: right;
    padding-left: 30px;
  }
}
#travel .gallery {
  margin: 0 10px 40px;
}
#travel .gallery img {
  width: 100%;
  height: auto;
}
#travel .gallery .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#travel .gallery .slick-dots li {
  margin: 0 5px;
}
#travel .gallery .slick-dots li button {
  border: 0;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #EEE;
}
#travel .gallery .slick-dots li.slick-active button {
  background: #379cbe;
}
#travel .body {
  overflow: hidden;
}
@media (max-width: 767px) {
  #travel .body .entry-header {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  #travel .body .entry-content {
    margin: 0 15px;
  }
}
#travel .body .entry-content .title {
  font-size: 3.6rem;
  margin-bottom: 0.2em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #travel .body .entry-content .title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #travel .body .entry-footer {
    margin: 20px 15px;
  }
}
@media (max-width: 767px) {
  #travel .body .entry-nav {
    margin: 0 15px;
  }
}
#travel .acms-entry [class*=column-map-] {
  margin-top: 20px;
  /* 中国簡体のみYOLPで表示 */
}
@media (max-width: 767px) {
  #travel .acms-entry [class*=column-map-] {
    position: relative;
    height: 0;
    margin-top: 0;
    padding-bottom: calc(100% - 30px);
  }
}
#travel .acms-entry [class*=column-map-] > div, #travel .acms-entry [class*=column-map-] > iframe {
  width: 100% !important;
  border: 0;
}
@media (max-width: 767px) {
  #travel .acms-entry [class*=column-map-] > div, #travel .acms-entry [class*=column-map-] > iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
  }
}
#travel .acms-entry [class*=column-map-] .js-s2d-yolp-ready {
  width: 100% !important;
}
#travel .acms-entry [class*=column-map-] .js-s2d-yolp-ready img {
  max-width: none;
}
#travel .acms-entry [class*=column-map-] .js-s2d-yolp-ready[style] {
  height: 350px !important;
}
@media (max-width: 767px) {
  #travel .acms-entry [class*=column-map-] .js-s2d-yolp-ready[style] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
  }
}

.js-s2d-yolp-ready .yolp-ctrl {
  display: none;
}

/**************************************************
 History
***************************************************/
/* --------- history -------- */
.history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.history-list::after {
  content: "";
  display: block;
  width: 33%;
}
.history-list > .item {
  width: 33%;
  margin: 0 0 20px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.history-list > .item a {
  color: #000;
  display: block;
}
.history-list > .item a .thumbnail figcaption i {
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
}
.history-list > .item .thumbnail {
  position: relative;
  display: block;
  margin: 0 0 10px;
}
.history-list > .item .thumbnail img {
  width: 100%;
  height: auto;
}
.history-list > .item .title {
  display: block;
  text-align: center;
  font-size: 13px!important;
}
.history-list.-vertical {
  display: block;
}
.history-list.-vertical > .item {
  width: 100%;
  padding: 0;
}
.history-list.-vertical::after {
  display: none;
}
@media (max-width: 767px) {
  .history-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 15px;
  }
  .history-list > .item {
    width: auto;
    padding: 0;
  }
}

/* -----------------------------------------------
  entry
-------------------------------------------------- */
#history .entry-header {
  position: relative;
  margin-top: 40px;
  margin-bottom: -10px;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}
@media (max-width: 767px) {
  #history .entry-header {
    margin: 0 0 20px;
  }
}
#history .entry-header .gallery .item {
  width: 100%;
  height: 0;
  padding-bottom: 33.33%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #history .entry-header .gallery .item {
    padding-bottom: 56.25%;
  }
}
#history .entry-header .gallery .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#history .entry-header .gallery .slick-prev, #history .entry-header .gallery .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
}
#history .entry-header .gallery .slick-prev.slick-prev, #history .entry-header .gallery .slick-next.slick-prev {
  left: calc(50vw - 600px);
}
#history .entry-header .gallery .slick-prev.slick-next, #history .entry-header .gallery .slick-next.slick-next {
  right: calc(50vw - 600px);
}
#history .entry-header .title {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  padding: 0.5em 1em;
}
@media (max-width: 767px) {
  #history .entry-header .title {
    font-size: 2.1rem;
    min-width: 60vw;
  }
}
#history .entry-content .title {
  font-size: 3.6rem;
  margin-bottom: 0.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  #history .entry-content .title {
    font-size: 2.4rem;
  }
}

/**************************************************
  calendar
***************************************************/
.fc-event {
  background: #CCC !important;
}

.event-color-1 {
  background: #77bfd7 !important;
}

.event-color-2 {
  background: #a1d55d !important;
}

.event-color-3 {
  background: #f8cb2e !important;
}

.event-legend {
  display: inline-block;
  width: 2.7em;
  height: 0.8em;
  vertical-align: middle;
}

.fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #379cbe;
  margin-bottom: 30px !important;
}
.fc-toolbar .fc-button {
  background: #EEE;
  border: 0;
  height: 100%;
  padding: 0 1em;
  border-radius: 0 !important;
}
.fc-toolbar .fc-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.fc-toolbar .fc-center {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 2.5;
  color: #fff;
  text-decoration: none;
}
.fc-toolbar .fc-right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-right: -1px;
}
.fc-toolbar .fc-clear {
  display: none;
}
.fc-toolbar::after {
  display: none;
}

@media (min-width: 769px) {
  #eventList {
    display: none;
  }
}

.event-list {
  margin: 1em 0 0;
}
.event-list > .item {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 1em 0.5em 0;
}
.event-list > .item a {
  color: #000;
}

/* -----------------------------------------------
  top
-------------------------------------------------- */
#top .fc-toolbar {
  display: none;
}

/**************************************************
  gallery
***************************************************/
.gallery-search {
  background: #F2F2F2;
  padding: 30px;
  margin: 0 10px 40px;
}
.gallery-search dl dt {
  width: 8em;
  font-weight: bold;
}
.gallery-search dl dd {
  margin: -1.7em 0 1em 8em;
}
@media (max-width: 767px) {
  .gallery-search {
    padding: 20px;
    margin: 0 15px 30px;
  }
  .gallery-search dl dd {
    margin: 0.5em 0 20px;
  }
  .gallery-search dl dd .check-box {
    margin-bottom: 0.2em;
  }
}

.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}
.photo-list > .item {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.photo-list > .item a {
  position: relative;
  display: block;
}
.photo-list > .item a .thumbnail {
  position: relative;
  display: block;
  margin: 0;
}
.photo-list > .item a .thumbnail img {
  width: 100%;
  height: auto;
}
.photo-list > .item a .thumbnail figcaption i {
  display: inline-block;
  content: "";
  width: 48px;
  height: 48px;
  background: url(../top/images/icon_arrow_m.png) no-repeat 0 0;
  background-size: 48px 48px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .photo-list {
    padding: 0 7.5px;
  }
  .photo-list > .item {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}

.gallery-image-wrap {
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .gallery-image-wrap {
    width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .gallery-image-wrap {
    width: 100%;
  }
}

.gallery-image {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .gallery-image {
    display: inline-block;
    max-width: 720px;
    margin: 0 auto 20px;
  }
  .gallery-image img {
    width: auto;
    max-height: 480px;
  }
}
@media (max-width: 767px) {
  .gallery-image img {
    max-height: 75vw;
  }
}

.gallery-nav .next a, .gallery-nav .previous a {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 1px solid #999;
  border-width: 0 1px 1px 0;
}
@media (max-width: 767px) {
  .gallery-nav .next a, .gallery-nav .previous a {
    border-color: #CCC;
  }
}
.gallery-nav .previous a {
  left: -40px;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media (max-width: 767px) {
  .gallery-nav .previous a {
    left: 20px;
  }
}
.gallery-nav .next a {
  right: -40px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .gallery-nav .next a {
    right: 20px;
  }
}

.gallery-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.gallery-category > li {
  margin-left: 1em;
  font-weight: bold;
}
.gallery-category > li a {
  color: #000;
}
.gallery-category > li a:hover {
  text-decoration: underline;
}
.gallery-category > li::before {
  content: "/";
  margin-right: 1em;
}
.gallery-category > li:first-child {
  margin-left: 0;
}
.gallery-category > li:first-child::before {
  display: none;
}
@media (max-width: 767px) {
  .gallery-category {
    margin-bottom: 20px;
  }
}

.gallery-keywords > li {
  display: inline-block;
  margin-right: 1em;
}

.gallery-similar {
  background: #f5f5f5;
  padding: 40px 0;
}
.gallery-similar .title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.gallery-similar .photo-list {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gallery-similar {
    padding: 20px 0;
  }
  .gallery-similar .title {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

#gallery .entry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#gallery .entry .entry-header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
#gallery .entry .entry-header .title {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  #gallery .entry .entry-header .title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#gallery .entry .gallery-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#gallery .entry .entry-content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#gallery .entry .gallery-spec {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (min-width: 769px) {
  #gallery .entry .gallery-spec {
    width: 840px;
    margin: 0 auto;
  }
  #gallery .entry .gallery-spec th {
    width: 25%;
  }
}
#gallery .entry .acms-box-medium {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 1170px;
}
#gallery .container {
  margin-bottom: 0;
}

/**************************************************
  course
***************************************************/