@charset "UTF-8";

/* Hide item */
/* line 53, ../scss/base.scss */
.hide_item {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

#body_page { box-sizing: content-box; }
#body_page section,
#body_page ul { margin: 0; padding: 0; }

#body_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
@media screen and (max-width:959px) {
  #body_page {
    flex-wrap: wrap;
  }
}

/* --------------------------------------------------------------
 §0. ビジュアルイメージ
-------------------------------------------------------------- */
/* line 311, ../scss/base.scss */
#visual-image {
  position: relative;
  max-width: 960px;
  margin: 0 auto 1em auto;
  padding-top: 10px;
  overflow: hidden;
}
/* line 319, ../scss/base.scss */
#visual-image #banner_visual {
  position: absolute;
  top: 0px;
  right: 0;
  max-width: 15%;
}

/* --------------------------------------------------------------
 §0. コンテンツ
-------------------------------------------------------------- */
/* line 350, ../scss/base.scss */
#contents {
  /*float: left;*/
  /*width: 680px;*/
  /*min-height: 1600px;*/
  flex-grow: 1;
  margin: 0 auto;
  padding: 30px 20px 30px 20px;
}
/* line 356, ../scss/base.scss */
#contents p {
  line-height: 1.8;
}


/* --------------------------------------------------------------
 §0. サイドバー
-------------------------------------------------------------- */
#sidebar {
  /*float: right;*/
  width: 210px;
  margin: 0 auto;
  padding: 30px 15px 30px 15px;
  color: #fff;
  background: #cb5a6e;
}
#sidebar #fix-items {
  width: 210px;
  padding-bottom: 30px;
}
#sidebar #fix-items .nav .nav_title {
  font-size: 16px;
  font-weight: bold;
  border-left: solid 6px #fff;
  padding: 0.3em 0 0.3em 10px;
  line-height: 1;
  margin-bottom: 0.8em;
}
#sidebar #fix-items .nav > ul li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}
#sidebar #fix-items .nav > ul li a {
  display: block;
  border: solid 1px #94AB95;
  background-color: rgba(255, 255, 255, 0.85);
  color: #4D4D4D;
  padding: 0.3em 0.5em;
  text-decoration: none;
}
#sidebar #fix-items .nav:not(:first-child) {
  margin-top: 30px;
}
#sidebar #fix-items .banners {
  margin-top: 50px;
  margin-left: 20px;
}
#sidebar #fix-items .banners li {
  margin-top: 7px;
}
#sidebar #fix-items .banners li.reserve {
  margin-bottom: 30px;
  text-align: center;
}

/* --------------------------------------------------------------
 §0. トップページ
-------------------------------------------------------------- */

#entries {
}
#entries ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

#entries .title_category_entries {
  font-size: 20px;
  font-weight: bold;
  background-color: inherit;
  color: #D38080;
  border-left: solid 6px #D38080;
  padding: 0.3em 0 0.3em 10px;
  line-height: 1;
  margin-bottom: 0.8em;
}
#entries ul li {
  /*float: left;*/
  width: 220px;
  margin: 10px;
}
#entries ul li a {
  position: relative;
  display: block;
  width: 200px;
  padding: 25px 10px 30px 10px;
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  border-radius: 2px 2px 6px 6px;
}
#entries ul li a span {
  display: block;
}
#entries ul li a span.pic {
  height: 200px;
  background-image: url(../images/information/non-image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
#entries ul li a span.pic img {
  vertical-align: bottom;
}
#entries ul li a span.title {
  margin-top: 0.5em;
  line-height: 1.6;
}
#entries ul li a span.date {
  position: absolute;
  font-size: 12px;
  right: 22px;
  bottom: 10px;
}
#entries ul li:nth-child(3n+2) {
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
}
#entries ul li:nth-child(n+4) {
  /*margin-top: 20px;*/
}
#entries ul li:nth-child(2n+2) a {
}
.to_archive {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}
.to_archive a {
  position: relative;
  display: inline-block;
  background-color: inherit;
  color: #D38080;
  text-decoration: none;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding-left: 45px;
}
.to_archive a:before {
  position: absolute;
  left: 0;
  top: 0;
}

/* --------------------------------------------------------------
 §0. カテゴリ別記事リスト
-------------------------------------------------------------- */
#contents.category-archive .title_contents {
  font-size: 30px;
  margin-bottom: 1.5em;
  color: #D38080;
  border-left: solid 6px #D38080;
  padding: 0.1em 0 0.1em 0.5em;
  line-height: 1;
}
#contents.category-archive ul li:not(:first-child) {
  margin-top: 2em;
}
#contents.category-archive ul li a {
  display: block;
  padding: 0.8em 0.8em 0.3em 0.8em;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border-radius: 2px;
}
#contents.category-archive ul li a span {
  display: block;
}
#contents.category-archive ul li a span.date {
  margin-bottom: 0.5em;
}
#contents.category-archive ul li a span.title {
  font-size: 20px;
  line-height: 1.6;
}

/* --------------------------------------------------------------
 §0. 記事
-------------------------------------------------------------- */
#entry {
  color: inherit;
  padding: 20px;
  border-radius: 2px;
}
#entry .header_article {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
#entry .header_article .title_article {
  padding-right: 170px;
  font-size: 30px;
  line-height: 1.6;
  background-color: inherit;
  color: #D38080;
}
#entry .header_article .status_entry .entry_date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  color: #D38080;
}
#entry .header_article .status_entry .entry_category {
  position: absolute;
  top: 25px;
  right: 0;
}
#entry .header_article .status_entry .entry_category a {
  display: block;
  text-decoration: none;
  width: 140px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #80A996;
}
#entry .entry_more {
  margin-top: 1em;
}
#pageNav {
  margin-top: 30px;
}
#pageNav ul li:not(:first-child) {
  margin-top: 1em;
}
#pageNav ul li .link_label {
  display: inline-block;
  width: 7em;
}
.category_entries {
  margin-top: 40px;
}
.category_entries .title_category_entries {
  font-size: 20px;
  font-weight: bold;
  background-color: inherit;
  color: #D38080;
  border-left: solid 6px #D38080;
  padding: 0.3em 0 0.3em 10px;
  line-height: 1;
  margin-bottom: 0.8em;
}

.category_entries {
  max-width: 720px;
}
.category_entries ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category_entries ul li {
  /*float: left;*/
  width: 220px;
  margin: 10px;
}
.category_entries ul li a {
  position: relative;
  display: block;
  width: 200px;
  padding: 25px 10px 30px 10px;
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  border-radius: 2px 2px 6px 6px;
}
.category_entries ul li a span {
  display: block;
}
.category_entries ul li a span.pic {
  height: 200px;
  background-image: url(../images/information/non-image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.category_entries ul li a span.pic img {
  vertical-align: bottom;
}
.category_entries ul li a span.title {
  margin-top: 0.5em;
  line-height: 1.6;
}
.category_entries ul li a span.date {
  position: absolute;
  font-size: 12px;
  right: 22px;
  bottom: 10px;
}
.category_entries ul li:nth-child(3n+2) {
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
}
.category_entries ul li:nth-child(n+4) {
  /*margin-top: 30px;*/
}
.category_entries ul li:nth-child(2n+2) a {
}

/* --------------------------------------------------------------
 §0. アーカイブ
-------------------------------------------------------------- */
#contents.archive .title_contents {
  font-size: 30px;
  margin-bottom: 1.5em;
  color: #D38080;
  border-left: solid 6px #D38080;
  padding: 0.1em 0 0.1em 0.5em;
  line-height: 1;
}
#contents.archive ul li:not(:first-child) {
  margin-top: 1em;
}
#contents.archive ul li a {
  display: block;
  padding: 0.6em 0.8em 0.2em 0.8em;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border-radius: 2px;
}
#contents.archive ul li a span {
  display: block;
}
#contents.archive ul li a span.date {
  margin-bottom: 0.4em;
}
#contents.archive ul li a span.title {
  font-size: 16px;
  line-height: 1.6;
}

/* --------------------------------------------------------------
 §0. 月別の記事リスト
-------------------------------------------------------------- */
#contents.monthly .title_contents {
  font-size: 30px;
  margin-bottom: 1.5em;
  color: #D38080;
  border-left: solid 6px #D38080;
  padding: 0.1em 0 0.1em 0.5em;
  line-height: 1;
}
#contents.monthly ul li:not(:first-child) {
  margin-top: 2em;
}
#contents.monthly ul li a {
  display: block;
  padding: 0.8em 0.8em 0.3em 0.8em;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border-radius: 2px;
}
#contents.monthly ul li a span {
  display: block;
}
#contents.monthly ul li a span.date {
  margin-bottom: 0.5em;
}
#contents.monthly ul li a span.title {
  font-size: 20px;
  line-height: 1.6;
}
#footer-sns {
	display: none;
}
#footer-link-sp {
	display: none;
}