@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
/*
  common.css
*/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.responsive {
  max-width: 100%;
}

.font-marumoji {
  font-family: Lato, "Rounded Mplus 1c","Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.spn-visible {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .spn-visible {
    visibility: visible;
  }
}

.color-orange {
  color: #E78B5F;
}

.color-green {
  color: #789B3B;
}

.font-large {
  font-size: 1.6rem;
}

.font-mini {
  font-size: 0.9rem;
}

/*
USES: sm(399px)以下の時のメディアクエリ
  @include mq-down(sm) {
    flex:1 1 320px;
  }
*/
.tree-menu {
  line-height: 1em;
}

.tree-menu,
.tree-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tree-menu > li {
  margin-bottom: 0.5em;
}

.tree-menu ul {
  position: relative;
  margin-top: 0.5em;
  margin-left: 1em;
}

.tree-menu ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-left: 1px solid #333333;
}

.tree-menu ul li {
  position: relative;
  margin: 0;
  line-height: 1.6rem;
  padding: 0.5em 1em;
}

.tree-menu ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 0.5em;
  height: 0;
  border-top: 1px solid #333333;
}

.tree-menu ul li:last-child:before {
  top: 1em;
  bottom: 0;
  height: auto;
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  #container .drawer-contents #contents .contents-wrap {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #container .drawer-contents #contents .contents-wrap main .contents-space .three-col {
    padding: 0;
  }
}

#container .drawer-contents #contents .contents-wrap main .contents-space a.thumnail {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
}

#container .drawer-contents #contents .contents-wrap main .contents-space a:hover > figure img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}

#container .drawer-contents #contents .contents-wrap main .contents-space a:hover > figure img.none-zoom {
  transition: none;
}

#container .drawer-contents #contents .contents-wrap main .contents-space a:hover > figure figcaption {
  opacity: 1;
}

#container .drawer-contents #contents .contents-wrap main .contents-space a .detail-image {
  display: none;
}

#container .drawer-contents #contents .contents-wrap main .contents-space img {
  height: auto;
  transition: all 0.25s ease-in-out;
  width: 100%;
  vertical-align: bottom;
}

#container .drawer-contents #contents .contents-wrap main .contents-space img.none-zoom {
  transition: none;
}

#container .drawer-contents #contents .contents-wrap main .contents-space figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#container .drawer-contents #contents .contents-wrap main .contents-space figcaption {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  opacity: 1;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  text-align: center;
  transition: all 0.25s ease-in-out;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* padding-top: 25%; */
  padding: 0.4rem 0;
}

h4.leaf:before {
  content: "\f06c";
  font-family: "fontawesome";
  color: #789B3B;
  margin-right: 0.2rem;
}

#container .drawer-contents #contents .breadcrumb .contents-map {
  border-top: thin dotted #BBBBBB;
  margin: 0.5rem 0 0;
  padding: 0.5rem 0 0;
}

#container .drawer-contents #contents .breadcrumb .contents-map h5 {
  font-size: 1.0rem;
  padding: 0 0.5rem 0 0;
  display: inline-block;
  margin: 0;
}

#container .drawer-contents #contents .breadcrumb .contents-map > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#container .drawer-contents #contents .breadcrumb .contents-map > ul > li {
  display: inline;
  margin-right: 1rem;
}

#container .drawer-contents #contents .breadcrumb .contents-map > ul > li.active a {
  color: #c3531d !important;
}

.banner-list .four-col {
	margin-bottom: 0;
}
.banner-list .four-col:last-child {
	margin-bottom: 2rem;
}

/*# sourceMappingURL=../css/top.css.map */
