@charset "UTF-8";
/* Scss Document */
/* ==================================

 共通

================================== */
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 2.14;
  color: #3e3a39;
  position: relative;
  background-color: #ebebe4;
}



.body_inner {
  background-color: #fff;
}

.gothic {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

alink, avisited {
  color: inherit;
}

img {
  display: block;
}



.nice-select .list {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}

/* 省略記号（３点リーダー） */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .display_pc {
    display: block !important;
  }
  .display_sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .display_pc {
    display: none !important;
  }
  .display_sp {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}

/* ----------------------------
 共通部品
---------------------------- */
/*========= ボタン =========*/
.com_btn_01 {
  height: 50px;
  width: 240px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #3e3a39;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: 0.07em;
}

.com_btn_01:hover {
  background-color: #3e3a39;
  color: #fff;
}

.com_btn_01.white {
  border: 1px solid #fff;
  color: #fff;
}

.com_btn_01.white:hover {
  background-color: #fff;
  color: #595757;
}

.com_btn_02 {
  font-size: 13px;
  height: 40px;
  width: 160px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #3e3a39;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .com_btn_02 {
    height: 30px;
    width: 125px;
    line-height: 30px;
  }
}

a.com_btn_02:hover {
  background-color: #3e3a39;
  color: #fff;
}

/*========= /ボタン =========*/
/*========= セクションタイトル =========*/
/*========= /セクションタイトル =========*/
/* ----------------------------
 シリーズ紹介
---------------------------- */
@media(min-width: 768px){
	.com_series_list{
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 449px) {
  .com_series_list {
    max-width: 335px;
    margin: 0 auto;
  }
}

.com_series_list li {
  font-size: 13px;
}

@media (min-width: 768px) {
  .com_series_list li {
    float: left;
    width: calc((100% - 30px) / 4);
  }
  .com_series_list li:nth-child(n + 2) {
    margin-left: 10px;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .com_series_list li {
    float: left;
    width: calc((100% - 30px) / 2);
  }
  .com_series_list li:nth-child(2n) {
    margin-left: 10px;
  }
}

.com_series_list li a {
  display: block;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .com_series_list li a {
    border-bottom: 1px solid #cdcdcd;
  }
}

.com_series_list li a .pic {
  display: block;
  width: 100%;
}

.com_series_list li a .pic img {
  width: 100%;
}

.com_series_list li a .logo {
  max-width: 200px;
	width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.com_series_list li a .txt {
  text-align: justify;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.com_series_list li a .com_btn_02 {
  margin-top: 20px;
}

@media (max-width: 449px) {
  .com_series_list li a .com_btn_02 {
    margin-top: 10px;
  }
}

.com_series_list li a:hover .com_btn_02 {
  background-color: #3e3a39;
  color: #fff;
}

/* ----------------------------
 下層ページヘッダー
---------------------------- */
.com_page_header {
  background-color: #ebebe4;
  height: 280px;
  position: relative;
  background-image: url(../img/common/page_title_bg.svg);
  background-position: right 145px bottom;
  background-repeat: no-repeat;
  background-size: 278px 225px;
}

@media (max-width: 1249px) {
  .com_page_header {
    background-position: right 65px bottom;
  }
}

@media (max-width: 899px) {
  .com_page_header {
    background-position: right 45px bottom;
    background-size: 160px 130px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .com_page_header {
    background-position: right 20px bottom;
    background-size: 120px 100px;
  }
}

.com_page_header .page_title {
  display: block;
  position: absolute;
  height: 23px;
  left: 165px;
  right: auto;
  bottom: 125px;
  top: auto;
}

@media (max-width: 1249px) {
  .com_page_header .page_title {
    left: 85px;
  }
}

@media (max-width: 899px) {
  .com_page_header .page_title {
    left: 65px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .com_page_header .page_title {
    left: 35px;
  }
}

.com_page_header .page_title img {
  height: 100%;
  width: auto;
}

@media (max-width: 374px) {
  .com_page_header .page_title.togahaku img {
    width: 90%;
    height: auto;
  }
}

.com_page_header .h_line {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 105px;
  top: auto;
  width: 600px;
  height: 1px;
  background-color: #c5c4c4;
}

@media (max-width: 1249px) {
  .com_page_header .h_line {
    width: 460px;
  }
}

@media (max-width: 767px) {
  .com_page_header .h_line {
    width: calc(100% - 20px);
    max-width: 400px;
  }
}

.com_page_header .v_line {
  position: absolute;
  left: 145px;
  right: auto;
  bottom: 0;
  top: auto;
  width: 1px;
  height: 165px;
  background-color: #c5c4c4;
}

@media (max-width: 1249px) {
  .com_page_header .v_line {
    left: 65px;
  }
}

@media (max-width: 899px) {
  .com_page_header .v_line {
    left: 45px;
  }
}

@media (max-width: 767px) {
  .com_page_header .v_line {
    left: 20px;
  }
}

.com_page_header .togahouse {
  position: absolute;
  left: 165px;
  right: auto;
  bottom: 20px;
  top: auto;
  width: 6px;
  height: 66px;
}

@media (max-width: 1249px) {
  .com_page_header .togahouse {
    left: 85px;
  }
}

@media (max-width: 899px) {
  .com_page_header .togahouse {
    left: 65px;
  }
}

@media (max-width: 767px) {
  .com_page_header .togahouse {
    left: 35px;
  }
}

/* ----------------------------
 共通リンク（家づくりにかける思い／シリーズ紹介／施工事例）
---------------------------- */
.com_sec_link {
  border-top: 1px solid #cdcdcd;
}

@media (min-width: 768px) {
  .com_sec_link {
    padding: 10px 0;
  }
}

.com_sec_link .link_row {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .com_sec_link .link_row {
    padding: 0 20px;
  }
}

.com_sec_link .link_row .link_grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  .com_sec_link .link_row .link_grid {
    float: left;
    width: 33.3333%;
    border-left: 1px solid #cdcdcd;
    padding: 45px 0 23px;
  }
  .com_sec_link .link_row .link_grid:last-child {
    border-right: 1px solid #cdcdcd;
  }
}

@media (max-width: 767px) {
  .com_sec_link .link_row .link_grid {
    padding: 30px 0;
  }
  .com_sec_link .link_row .link_grid:not(:last-child) {
    border-bottom: 1px solid #cdcdcd;
  }
}

.com_sec_link .link_row .link_grid .title {
  height: 18px;
  margin: 0 auto;
}

.com_sec_link .link_row .link_grid .com_btn_02 {
  margin-top: 30px;
}

.com_sec_link .link_row .link_grid:hover .com_btn_02 {
  background-color: #3e3a39;
  color: #fff;
}

/* ----------------------------
 共通リンク（黒背景のリンク）
---------------------------- */
.com_sec_contact {
  background-color: #3e3a39;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .com_sec_contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.com_sec_contact a {
  max-width: 426px;
  height: 110px;
  line-height: 110px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: block;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.com_sec_contact a:hover {
  background-color: #fff;
  color: #3e3a39;
}

@media (max-width: 767px) {
  .com_sec_contact a {
    font-size: 16px;
    height: 100px;
    line-height: 100px;
  }
}

/* ----------------------------
 共通リンク（下層ページ用トーガハク）
---------------------------- */
.com_link_togahaku {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .com_link_togahaku {
    background: url(../img/common/bnr_togahaku.jpg) center center no-repeat;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .com_link_togahaku {
    background: url(../img/common/bnr_togahaku_sp.jpg) center bottom no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 200px;
  }
}

.com_link_togahaku .txt_wrap {
  max-width: 610px;
  margin-right: 7%;
  margin-left: auto;
}

@media (max-width: 767px) {
  .com_link_togahaku .txt_wrap {
    max-width: 375px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}

.com_link_togahaku img {
  width: 100%;
  max-width: 555px;
}

.com_link_togahaku .txt {
  color: #fff;
  margin-top: 30px;
}

.com_link_togahaku .com_btn_01 {
  margin-left: auto;
  margin-right: 0;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .com_link_togahaku .com_btn_01 {
    margin: 0 auto;
    margin-top: 30px;
  }
}

.com_link_togahaku_sp {
  background-color: #000;
  display: block;
  padding: 30px 20px;
}

.com_link_togahaku_sp img {
  max-width: 335px;
  margin: 0 auto;
}

/* ----------------------------
 共通リンク（グレー背景のリンク（家づくりの流れ、OB訪問、資金ページ））
---------------------------- */
.com_link_contact {
  padding: 95px 20px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ecece5;
}

@media (max-width: 767px) {
  .com_link_contact {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.com_link_contact .title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .com_link_contact .title {
    margin-bottom: 50px;
  }
}

.com_link_contact .txt {
  text-align: center;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .com_link_contact .txt {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.com_link_contact .com_btn_01 {
  margin-top: 60px;
}

/* ----------------------------
 お問い合わせ情報
---------------------------- */
.com_tel_info {
  max-width: 624px;
  margin: 0 auto;
  border-bottom: 1px solid #cecece;
  text-align: center;
  line-height: 1.6em;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .com_tel_info {
    max-width: 500px;
  }
}

.com_tel_info .tel_title {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.com_tel_info .tel_title .cell {
  display: table-cell;
  vertical-align: middle;
}

.com_tel_info .tel_title .title {
  width: 210px;
}

.com_tel_info .tel_title .line span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cecece;
}

.com_tel_info .tel_no {
  max-width: 233px;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  height: 18px;
}

.com_tel_info .tel_no img {
  width: 100%;
}

.com_tel_info .tel_time {
  margin-top: 10px;
}

/* ----------------------------
 施工事例一覧
---------------------------- */
.com_works_list li {
  float: left;
  width: 25%;
}

@media (max-width: 767px) {
  .com_works_list li {
    width: 50%;
  }
}

.com_works_list li a {
  display: block;
  position: relative;
  width: 100%;
}

.com_works_list li a:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の100%に固定 */
}

.com_works_list li img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.com_works_list li .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(66, 66, 66, 0.8);
  color: #fff;
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.com_works_list li .mask .mask_inner {
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.com_works_list li .mask .top_box {
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.com_works_list li .mask .type {
  font-size: 16px;
}

@media (max-width: 900px) {
  .com_works_list li .mask .type {
    font-size: 12px;
  }
}

.com_works_list li .mask .series {
  font-size: 18px;
}

@media (max-width: 900px) {
  .com_works_list li .mask .series {
    font-size: 12px;
  }
}

.com_works_list li .mask .address_wrap {
  font-size: 13px;
  margin-top: 15px;
}

@media (max-width: 900px) {
  .com_works_list li .mask .address_wrap {
    font-size: 11px;
  }
}

.com_works_list li .mask .address {
  margin-right: 15px;
}

.com_works_list li .mask .btn_more {
  font-size: 13px;
  border: 1px solid #fff;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media (max-width: 900px) {
  .com_works_list li .mask .btn_more {
    font-size: 12px;
    width: 125px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
  }
}

.com_works_list li:hover .mask {
  opacity: 1;
}

.com_works_list li:hover .top_box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.com_works_list li:hover .btn_more {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ----------------------------
 専用ページへのリンク
---------------------------- */
.com_sec_link_page {
  background-color: #ebebe4;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.com_sec_link_page a {
  max-width: 426px;
  height: 110px;
  line-height: 110px;
  border: 2px solid #3e3a39;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 278px auto;
}

.com_sec_link_page a.cocochiya {
  background-image: url(../img/series/series_02/cocochiya_link_txt.png);
}

.com_sec_link_page a.cocochina {
  background-image: url(../img/series/series_03/cocochina_link_txt.png);
}

.com_sec_link_page a.togahaku {
  background-image: url(../img/togahaku/togahaku_link_txt.png);
}

@media (max-width: 767px) {
  .com_sec_link_page a {
    background-size: 258px auto;
  }
}

.com_sec_link_page a:hover {
  background-color: #3e3a39;
}

.com_sec_link_page a:hover.cocochiya {
  background-image: url(../img/series/series_02/cocochiya_link_txt_on.png);
}

.com_sec_link_page a:hover.cocochina {
  background-image: url(../img/series/series_03/cocochina_link_txt_on.png);
}

.com_sec_link_page a:hover.togahaku {
  background-image: url(../img/togahaku/togahaku_link_txt_on.png);
}

/* ----------------------------
 お知らせ一覧(PC表示)
---------------------------- */
.com_news_list {
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}

.com_news_list li {
  border-bottom: 1px dotted #3e3a39;
}

.com_news_list a {
  display: block;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  padding: 10px 20px;
}

.com_news_list a:hover {
  background-color: #f1f2f2;
}

.com_news_list .date,
.com_news_list .category,
.com_news_list .title {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.com_news_list .date {
  width: 100px;
}

.com_news_list .category {
  width: 100px;
  text-align: center;
}

.com_news_list .category span {
  background-color: #3e3a39;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  min-width: 56px;
  padding: 0 5px;
}

.com_news_list .title {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 200px);
}

/* ----------------------------
 お知らせ一覧(SP表示／サイドバー)
---------------------------- */
.com_news_list_sp {
  letter-spacing: 0.1em;
}

.com_news_list_sp li {
  border-bottom: 1px dotted #3e3a39;
}

.com_news_list_sp a {
  padding: 10px 0 5px 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.com_news_list_sp a:hover {
  background-color: #f1f2f2;
}

.com_news_list_sp .date,
.com_news_list_sp .category,
.com_news_list_sp .title {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.com_news_list_sp .date {
  width: 100px;
}

.com_news_list_sp .category {
  width: calc(100% - 100px);
}

.com_news_list_sp .category span {
  background-color: #3e3a39;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  min-width: 56px;
  padding: 0 5px;
}

.com_news_list_sp .title {
  width: 100%;
}

/* ----------------------------
 Lightbox
---------------------------- */
.lb-outerContainer {
  border-radius: 0;
}

/* ----------------------------
 ページング（施工事例詳細／お知らせ詳細）
---------------------------- */
.com_page_nav_box {
  margin-top: 100px;
  font-size: 13px;
  color: #979797;
  position: relative;
  min-height: 60px;
}

@media (max-width: 767px) {
  .com_page_nav_box {
    margin-top: 60px;
  }
}

.com_page_nav_box .page_nav_pc {
  max-width: 525px;
  margin: 0 auto;
}

.com_page_nav_box .page_nav_pc li:first-child {
  float: left;
}

.com_page_nav_box .page_nav_pc li:first-child a {
  background-image: url(../img/common/arrow01.png);
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 8px 16px;
  padding-left: 15px;
}

.com_page_nav_box .page_nav_pc li:first-child a:hover {
  background-image: url(../img/common/arrow03.png);
}

.com_page_nav_box .page_nav_pc li:last-child {
  float: right;
}

.com_page_nav_box .page_nav_pc li:last-child a {
  background-image: url(../img/common/arrow02.png);
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 8px 16px;
  padding-right: 15px;
}

.com_page_nav_box .page_nav_pc li:last-child a:hover {
  background-image: url(../img/common/arrow04.png);
}

.com_page_nav_box .page_nav_pc li a {
  border: 1px solid #dbdbdb;
  width: 160px;
  height: 46px;
  line-height: 46px;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
}

.com_page_nav_box .page_nav_pc li a:hover {
  background-color: #dbdbdb;
  color: #fff;
}

.com_page_nav_box .page_nav_sp {
  max-width: 300px;
  margin: 0 auto;
}

.com_page_nav_box .page_nav_sp li:first-child {
  float: left;
}

.com_page_nav_box .page_nav_sp li:first-child a {
  background-image: url(../img/common/arrow03.png);
}

.com_page_nav_box .page_nav_sp li:last-child {
  float: right;
}

.com_page_nav_box .page_nav_sp li:last-child a {
  background-image: url(../img/common/arrow04.png);
}

.com_page_nav_box .page_nav_sp li a {
  width: 45px;
  height: 48px;
  line-height: 48px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #999999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 16px;
}

.com_page_nav_box .btn_bk {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 65px;
  bottom: 5px;
}

@media (max-width: 767px) {
  .com_page_nav_box .btn_bk {
    bottom: 4px;
  }
}

.com_page_nav_box .btn_bk a {
  background-image: url(../img/works/pnav_list.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  padding-top: 34px;
  -webkit-transition: .3s;
  transition: .3s;
}

.com_page_nav_box .btn_bk a:hover {
  background-image: url(../img/works/pnav_list_on.svg);
  color: #dbdbdb;
}

/* ----------------------------
 ページング（施工事例一覧／お知らせ一覧）
---------------------------- */
.com_wp_page_nav {
  margin-top: 60px;
  text-align: center;
}

.com_wp_page_nav .wp-pagenavi {
  display: inline-block;
}

.com_wp_page_nav .wp-pagenavi .first,
.com_wp_page_nav .wp-pagenavi .last,
.com_wp_page_nav .wp-pagenavi .previouspostslink,
.com_wp_page_nav .wp-pagenavi .nextpostslink,
.com_wp_page_nav .wp-pagenavi .page,
.com_wp_page_nav .wp-pagenavi .current,
.com_wp_page_nav .wp-pagenavi .extend {
  display: inline-block;
  background-color: #fff;
  color: #979797;
  width: 45px;
  line-height: 48px;
  height: 50px;
  text-align: center;
  border: 1px solid #979797;
  margin: 0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

@media (max-width: 919px) {
  .com_wp_page_nav .wp-pagenavi .first,
  .com_wp_page_nav .wp-pagenavi .last,
  .com_wp_page_nav .wp-pagenavi .previouspostslink,
  .com_wp_page_nav .wp-pagenavi .nextpostslink,
  .com_wp_page_nav .wp-pagenavi .page,
  .com_wp_page_nav .wp-pagenavi .current,
  .com_wp_page_nav .wp-pagenavi .extend {
    width: 33px;
    font-size: 12px;
    line-height: 38px;
    height: 40px;
  }
}

.com_wp_page_nav .wp-pagenavi a {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.com_wp_page_nav .wp-pagenavi a:hover {
  background-color: #979797;
  color: #fff;
}

.com_wp_page_nav .wp-pagenavi span.current {
  background-color: #979797;
  color: #fff;
  border-color: #979797;
  font-weight: normal;
}

.com_wp_page_nav .wp-pagenavi span {
  vertical-align: top;
}

.com_wp_page_nav .wp-pagenavi .previouspostslink,
.com_wp_page_nav .wp-pagenavi .nextpostslink {
  width: 100px;
}

@media (max-width: 919px) {
  .com_wp_page_nav .wp-pagenavi .previouspostslink,
  .com_wp_page_nav .wp-pagenavi .nextpostslink {
    width: 90px;
  }
}

.com_wp_page_nav .wp-pagenavi .nextpostslink {
  background-image: url(../img/common/arrow04.png);
  background-repeat: no-repeat;
  background-position: right 13px top 20px;
  background-size: 4px 7px;
}

.com_wp_page_nav .wp-pagenavi .nextpostslink:hover {
  background-image: url(../img/arrow04_on.png);
}

.com_wp_page_nav .wp-pagenavi .previouspostslink {
  background-image: url(../img/arrow03.png);
  background-repeat: no-repeat;
  background-position: left 13px top 20px;
  background-size: 4px 7px;
}

.com_wp_page_nav .wp-pagenavi .previouspostslink:hover {
  background-image: url(../img/common/arrow03_on.png);
}

.com_wp_page_nav .wp-pagenavi .first,
.com_wp_page_nav .wp-pagenavi .last {
  width: 30px;
}

.com_wp_page_nav .wp-pagenavi .extend {
  background-color: #fff;
  border: 1px solid #fff;
  color: #979797;
  width: 35px;
}

@media (max-width: 919px) {
  .com_wp_page_nav .wp-pagenavi .extend {
    width: 25px;
  }
}

/* ----------------------------
 パンくずリスト
---------------------------- */
.breadcrumbs {
  font-size: 11px;
  padding: 0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #c5c4c4;
}

.breadcrumbs a {
  color: #3e3a39;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}
