@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : news.css
 author     : Ability Consultant
 style info : 新着情報
=================================================================== */
.wrap_news {
  max-width: 1020px;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .wrap_news {
    width: 95%;
  }
}

.wrap_news {
  overflow: hidden;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  width: 68.62745%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_news {
    width: 100%;
    float: none;
  }
}
.con_news .box_list {
  border-top: 2px solid #cfc4a9;
}
.con_news .box_list li a .wrp_img {
  text-align: center;
}
.con_news .box_pager {
  text-align: center;
  letter-spacing: -.40em;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_news .box_pager {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_pager {
    margin-top: 1em;
  }
}
.con_news .box_pager li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-left: 0.71429%;
}
.con_news .box_pager li a {
  display: block;
  text-decoration: none;
}
.con_news .box_pager li:not(.prev):not(.next) a {
  font-size: 124%;
  font-family: "Times New Roman", serif;
  color: #462515;
  padding: .5em .7em;
  line-height: 1;
  border: 1px solid #d5cab0;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background color;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.con_news .box_pager li:not(.prev):not(.next) a.active, .mouse .con_news .box_pager li:not(.prev):not(.next) a:hover, .touch .con_news .box_pager li:not(.prev):not(.next) a.touchstart {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.touch .con_news .box_pager li:not(.prev):not(.next) a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_pager li:not(.prev):not(.next) a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .box_pager li:not(.prev):not(.next) a.active, .mouse .con_news .box_pager li:not(.prev):not(.next) a:hover, .touch .con_news .box_pager li:not(.prev):not(.next) a.touchstart {
  background: #a5905e;
  color: #FFF;
}
.touch .con_news .box_pager li:not(.prev):not(.next) a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_pager li:not(.prev):not(.next) a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .box_pager li.prev a, .con_news .box_pager li.next a {
  padding: 0 .5em;
  border: 0;
  font-size: 231%;
  font-weight: normal;
  color: #d9d0b8;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.con_news .box_pager li.prev a.active, .mouse .con_news .box_pager li.prev a:hover, .touch .con_news .box_pager li.prev a.touchstart, .con_news .box_pager li.next a.active, .mouse .con_news .box_pager li.next a:hover, .touch .con_news .box_pager li.next a.touchstart {
  color: #a49b83;
}
.touch .con_news .box_pager li.prev a, .touch .con_news .box_pager li.next a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_pager li.prev a.touchend, .touch .con_news .box_pager li.next a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .box_detail {
  border-top: 2px solid #cfc4a9;
}
.con_news .box_detail .wrp_title {
  padding: 1em 0;
  border-bottom: 1px dotted #d8d4ca;
  margin-bottom: 1.5em;
}
.con_news .box_detail .wrp_title p span {
  background: #818012;
  line-height: 1;
  color: #FFF;
  padding: .2em 1.2em;
  font-size: 100%;
  text-align: center;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .wrp_title p span {
    margin-right: .5em;
    padding: .2em .5em;
  }
}
.con_news .box_detail .wrp_title p em {
  font-size: 116%;
  font-family: "Times New Roman", serif;
}
.con_news .box_detail .wrp_title h3 {
  font-size: 116%;
  color: #624537;
  margin-top: .5em;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .wrp_title h3 {
    font-size: 124%;
  }
}
.con_news .box_detail .wrp_txt a {
  display: inline;
}
.con_news .box_detail .wrp_txt .txt {
  margin-bottom: 1.5em;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .wrp_txt .txt {
    font-size: 104%;
  }
}
.con_news .box_detail .wrp_txt .img_single {
  width: 100%;
  margin-bottom: 1.5em;
  text-align: center;
}
.con_news .box_detail .wrp_txt .img_single em {
  padding-top: .2em;
  display: block;
}
.con_news .box_detail .wrp_txt .img_single a {
  display: inline;
  position: relative;
  z-index: 0;
}
.con_news .box_detail .wrp_txt .img_double {
  margin-bottom: 1.5em;
  letter-spacing: -.40em;
}
.con_news .box_detail .wrp_txt .img_double em {
  padding-top: .2em;
  display: block;
}
.con_news .box_detail .wrp_txt .img_double p {
  width: 48.57143%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
}
.con_news .box_detail .wrp_txt .img_double p:first-child {
  margin-right: 2.85714%;
}
.con_news .box_detail .wrp_txt .img_double p a {
  position: relative;
  z-index: 0;
}
.con_news .box_detail .wrp_link {
  overflow: hidden;
  border-top: 1px dotted #d8d4ca;
  border-bottom: 1px dotted #d8d4ca;
  padding: 1em 0;
}
.con_news .box_detail .wrp_link p {
  width: 75px;
  float: left;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .wrp_link p {
    float: none;
    margin-bottom: .5em;
    width: 100%;
  }
}
.con_news .box_detail .wrp_link ul {
  float: left;
  width: calc(100% - 80px);
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .wrp_link ul {
    float: none;
    width: 100%;
  }
}
.con_news .box_detail .wrp_link ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: .3em;
}
.con_news .box_detail .wrp_link ul li a {
  background: #624537;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
  padding: .3em 1em;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.con_news .box_detail .wrp_link ul li a:before, .con_news .box_detail .wrp_link ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news .box_detail .wrp_link ul li a > * {
  vertical-align: middle;
  display: inline;
}
.con_news .box_detail .wrp_link ul li a:after {
  content: "";
  margin-left: .5em;
  font-size: 85%;
}
.con_news .box_detail .wrp_link ul li a.active, .mouse .con_news .box_detail .wrp_link ul li a:hover, .touch .con_news .box_detail .wrp_link ul li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_news .box_detail .wrp_link ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_detail .wrp_link ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .box_pager_detail {
  text-align: center;
  letter-spacing: -.40em;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_news .box_pager_detail {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_pager_detail {
    margin-top: 1em;
  }
}
.con_news .box_pager_detail li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-left: 0.71429%;
}
.con_news .box_pager_detail li a {
  display: block;
  text-decoration: none;
  font-size: 100%;
}
.con_news .box_pager_detail li:not(.prev):not(.next) a {
  background: #a5905e;
  color: #FFF;
  padding: .75em 1em;
  line-height: 1;
  border: 1px solid #d5cab0;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  -webkit-transition-property: color, background;
  transition-property: color background;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.con_news .box_pager_detail li:not(.prev):not(.next) a.active, .mouse .con_news .box_pager_detail li:not(.prev):not(.next) a:hover, .touch .con_news .box_pager_detail li:not(.prev):not(.next) a.touchstart {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.touch .con_news .box_pager_detail li:not(.prev):not(.next) a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_pager_detail li:not(.prev):not(.next) a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .box_pager_detail li:not(.prev):not(.next) a.active, .mouse .con_news .box_pager_detail li:not(.prev):not(.next) a:hover, .touch .con_news .box_pager_detail li:not(.prev):not(.next) a.touchstart {
  color: #FFF;
  background: #462515;
}
.touch .con_news .box_pager_detail li:not(.prev):not(.next) a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_pager_detail li:not(.prev):not(.next) a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .box_pager_detail li.prev a, .con_news .box_pager_detail li.next a {
  padding: .5em 1em;
  border: 0;
  color: #462515;
  font-weight: normal;
  border: 1px solid #d5cab0;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  -webkit-transition-property: color, background;
  transition-property: color background;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.con_news .box_pager_detail li.prev a.active, .mouse .con_news .box_pager_detail li.prev a:hover, .touch .con_news .box_pager_detail li.prev a.touchstart, .con_news .box_pager_detail li.next a.active, .mouse .con_news .box_pager_detail li.next a:hover, .touch .con_news .box_pager_detail li.next a.touchstart {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.touch .con_news .box_pager_detail li.prev a, .touch .con_news .box_pager_detail li.next a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_pager_detail li.prev a.touchend, .touch .con_news .box_pager_detail li.next a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .box_pager_detail li.prev a.active, .mouse .con_news .box_pager_detail li.prev a:hover, .touch .con_news .box_pager_detail li.prev a.touchstart, .con_news .box_pager_detail li.next a.active, .mouse .con_news .box_pager_detail li.next a:hover, .touch .con_news .box_pager_detail li.next a.touchstart {
  color: #FFF;
  background: #462515;
}
.touch .con_news .box_pager_detail li.prev a, .touch .con_news .box_pager_detail li.next a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_pager_detail li.prev a.touchend, .touch .con_news .box_pager_detail li.next a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .box_pager_detail li.prev a:before, .con_news .box_pager_detail li.prev a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news .box_pager_detail li.prev a > * {
  vertical-align: middle;
  display: inline;
}
.con_news .box_pager_detail li.prev a:before {
  content: "";
  margin-right: .5em;
  line-height: 1;
  color: #d5cab0;
  padding-right: .5em;
}
.con_news .box_pager_detail li.next a:before, .con_news .box_pager_detail li.next a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news .box_pager_detail li.next a > * {
  vertical-align: middle;
  display: inline;
}
.con_news .box_pager_detail li.next a:after {
  content: "";
  margin-left: .5em;
  line-height: 1;
  color: #d5cab0;
  padding-left: .5em;
}

/* -----------------------------------------------------------
	.con_side
----------------------------------------------------------- */
.con_side {
  width: 26.47059%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_side {
    width: 100%;
    float: none;
    margin-top: 2em;
  }
}
.con_side .box_side {
  border-top: 2px solid #cfc4a9;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_side .box_side {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_side .box_side {
    margin-bottom: 2.5em;
  }
}
.con_side .box_side .st {
  border-bottom: 1px solid #cfc4a9;
  color: #624537;
  font-size: 108%;
  text-align: center;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .con_side .box_side .st {
    background: #e7e0ce;
  }
}
.con_side .box_side > ul > li {
  border-bottom: 1px dotted #cfc4a9;
}
.con_side .box_side > ul > li a, .con_side .box_side > ul > li p {
  display: block;
  text-decoration: none;
  padding: 0.8em 2em;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_side .box_side > ul > li a, .con_side .box_side > ul > li p {
    padding: 0.8em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_side .box_side > ul > li a, .con_side .box_side > ul > li p {
    padding: 1em;
  }
}
.con_side .box_side > ul > li a:before, .con_side .box_side > ul > li p:before {
  content: '■';
  color: #c6c929;
  font-size: 85%;
  margin-right: .5em;
}
.con_side .box_side > ul > li a.active, .mouse .con_side .box_side > ul > li a:hover, .touch .con_side .box_side > ul > li a.touchstart, .con_side .box_side > ul > li p.active, .mouse .con_side .box_side > ul > li p:hover, .touch .con_side .box_side > ul > li p.touchstart {
  background: #f8f6f2;
}
.touch .con_side .box_side > ul > li a, .touch .con_side .box_side > ul > li p {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_side .box_side > ul > li a.touchend, .touch .con_side .box_side > ul > li p.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_side .box_side > ul.archive > li > p {
  padding: .8em 1em;
}
.con_side .box_side > ul.archive > li > p:before, .con_side .box_side > ul.archive > li > p:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_side .box_side > ul.archive > li > p > * {
  vertical-align: middle;
  display: inline;
}
.con_side .box_side > ul.archive > li > p:before {
  content: "";
  margin-right: .5em;
  background: #c6c929;
  line-height: 1;
  padding: 0 .2em;
  color: #FFF;
  margin-right: .8em;
  -moz-transition: -moz-transform 300ms;
  -o-transition: -o-transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  font-weight: bold;
}
.con_side .box_side > ul.archive > li > p.active:before, .con_side .box_side > ul.archive > li > p.active:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_side .box_side > ul.archive > li > p.active > * {
  vertical-align: middle;
  display: inline;
}
.con_side .box_side > ul.archive > li > p.active:before {
  content: "";
  margin-right: .5em;
  margin-right: .8em;
}
.con_side .box_side > ul.archive > li ul li {
  border-top: 1px dotted #cfc4a9;
}
.con_side .box_side > ul.archive > li ul li a {
  padding: .8em 3.5em;
}
.con_side .box_side > ul.archive > li ul li a:before {
  display: none;
}
