@charset "UTF-8";



.nopc {
  display: none;
}

@media screen and (max-width: 767px){
  .nosp {
    display: none;
  }

  .nopc {
    display: block;
  }

}

/*------------------------ 分類：content系 ------------------------*/

.c-block-01 {
  padding-bottom: 150px;
}

.c-block-02 {
  padding-bottom: 60px;
}

.c-noside-content {
  margin: 0 auto 150px;
  width: 1000px;
}

@media screen and (max-width: 767px){

  .c-block-01 {
    padding-bottom: 60px;
    width: 90%;
    margin: 0 auto;
  }

  .c-block-01:last-child {
    padding: 0;
  }

  .c-block-02 {
    padding-bottom: 75px;
    width: 90%;
    margin: 0 auto;
  }

  .c-noside-content {
    margin: 0 auto;
    width: 90%;
  }
}

/*------------------------ 分類：見出し系 ------------------------*/

.c-head {
  display: block;
  padding-bottom: 16px;
  font-size: 21px;
  font-size: 2.1rem;
  color: #666666;
  letter-spacing: 0.08em;
  line-height: 1;
  border-bottom: solid 1px #666666;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-head a {
  color: #666666;
  text-decoration: none;
}

.c-head-mb {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 16px;
  font-size: 21px;
  font-size: 2.1rem;
  color: #666666;
  letter-spacing: 0.05em;
  line-height: 1;
  border-bottom: solid 1px #666666;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-head-link {
  display: block;
  border-bottom: solid 1px #666666;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}


.c-head-link a {
  display: block;
  padding-bottom: 16px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  color: #666666;
  background: url(../../images/common/icn_arrow_right.png) no-repeat;
  background-position: right top 2px;
}


.c-head-link a:hover {
  opacity: .8;
}

.c-sub-head {
  padding: 35px 0;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #666666;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-page-head {
  padding: 0 0 20px;
  font-size: 30px;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-detail-head {
  padding-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

@media screen and (max-width: 767px){

  .c-head {
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }

  .c-head-mb {
    margin: 0 auto 20px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }

  .c-archive-head {
    width: 90%;
  }

  .c-page-head {
    padding: 0 0 10px;
    font-size: 1.8rem;
  }

  .c-sub-head {
    padding: 20px 0 15px;
    font-size: 1.8rem;
  }

  .c-detail-head {
    padding: 0 0 10px;
    font-size: 1.8rem;
  }



}


/*------------------------ 分類： リスト系 ------------------------*/
.c-list {
  padding: 50px 0 0;
  font-size: 0;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-list li {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 12px;
  width: 104px;
  height: 104px;
  background: #dedede;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.c-list li:hover {
  background: #e41400;
}

.c-list li a {
  display: table;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  width: 100%;
  height: 100%;
}

.c-list-inline {
  display: table-cell;
  vertical-align: middle;
}

.c-list li:nth-child(7n) {
  margin-right: 0;
}

.c-list li:nth-child(n + 8) {
  margin-bottom: 0;
}

.c-list li:hover {
  background: #de1400;
}

.c-list-strong {
  padding-right: 5px;
  font-size: 40px;
  font-size: 4rem;
  vertical-align: baseline;
  letter-spacing: -0.08em;
}

.c-list-small {
  display: block;
  padding-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}


@media screen and (max-width: 767px){
  .c-list {
    margin: 0 auto;
    padding: 30px 0 0;
    width: 100%;
  }

  .c-list li {
    margin-right: 2vw;
    margin-bottom: 2vw;
    font-size: 1.6rem;
    width: 16.4vw;
    height: 16.4vw;
  }

  .c-list-strong {
    padding-right: 2px;
    font-size: 2rem;
  }

  .c-list-small {
    padding-top: 2px;
    font-size: 1rem;
  }

  .c-list li:nth-child(5n) {
    margin-right: 0;
  }

  .c-list li:nth-child(7n) {
    margin-right: 2vw;
  }

  .c-list li:nth-child(n + 8) {
    margin-bottom: 2vw;
  }
}

/*------------------------ 分類：投稿一覧系------------------------*/


.c-archive {
  padding-bottom: 150px;
}

.c-post-wrp {
  padding-top: 50px;
}

.c-post-first {
  padding-bottom: 10px;
}

.c-post-2col {
  padding-bottom: 60px;
}

.c-post-first a,
.c-post-2col a {
  display: block;
  text-decoration: none;
  color: #666666;
}

.c-post a:hover {
  opacity: .7;
}

.c-post-ttl {
  padding: 0 0 15px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: justify;
  text-justify: auto;
  color: #666666;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}


.c-post-img {
  margin-bottom: 25px;
  width: 100%;
  height: 234px;
}

.c-1col-img {
  margin-bottom: 40px;
  width: 100%;
  height: 500px;
  position: relative;
}

.c-1col-img.new:before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(../../images/common/icn_new.svg) no-repeat top left / 52px auto;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
}

.c-lead {
  padding-bottom: 25px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #666666;
}

.c-lead-2 {
  padding-bottom: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: justify;
}

.c-lead.nopage {
  margin-top: -20px;
  margin-bottom: 50px;
}

.c-post-first .c-lead {
  padding-bottom: 30px;
}

.c-post-2col {
  width: 375px;
  float: left;
}

.c-post-2col:nth-child(even) {
  float: right;
}

.c-post-img {
  position: relative;
}

.c-post-img.new:before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(../../images/common/icn_new.svg) no-repeat top left / 52px auto;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
}

.c-post-img img {
  max-width: 100%;
}


.c-post-tag {
  padding-bottom: 15px;
  font-size: 0;
  text-align: left;
}

.c-post-tag li {
  display: inline-block;
  margin: 0 6px 10px 0;
  background: #e41400;
  border-radius: 20px;
  min-width: 15px;
  min-height: 20px;
  line-height: 1;
}

.c-post-tag li a {
  display: block;
  padding: 6px 9px 5px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.c-post-tag li a:hover {
  opacity: .8;
}

.c-post-first .c-post-tag {
  padding-bottom: 15px;
}

.c-post-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-writer-img {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}

.c-writer-txt {
  display: inline-block;
  margin-right: 10px;
  color: #aaaaaa;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
}

.c-post-writer a {
  display: inline-block;
  vertical-align: middle;
}

.c-post-date {
  color: #aaaaaa;
  font-size: 15px;
  font-size: 1.5rem;
}



@media screen and (max-width: 767px) {

  .c-archive {
    padding-bottom: 60px;
  }

  .c-post-first {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 30px;
  }

  .c-1col-img {
    margin-bottom: 20px;
    height: 55vw;
  }

  .c-1col-img.new:before {
    width: 34px;
    height: 34px;
    background: url(../../images/common/icn_new.svg) no-repeat top left / 34px auto;
    top: -10px;
    right: -10px;
  }

  .c-post-first .c-lead {
    padding-bottom: 30px;
  }

  .c-lead {
    font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }
  
  .c-lead.nopage {
    width: 90%;
    margin: 20px auto 30px auto;
  }

  .c-post-wrp {
    padding: 0;
  }

  .c-post-2col {
    width: 100%;
    float: inherit;
    padding: 15px 5%;
    border-top: solid 1px #e5e1da;
  }

  .c-post-2col:first-child {
    border-top: none;
  }

  .c-post-img {
    margin: 0;
    width: 25vw;
    height: 25vw;
    float: left;
  }

  .c-post-img.new:before {
    width: 30px;
    height: 30px;
    background: url(../../images/common/icn_new.svg) no-repeat top left / 30px auto;
    top: -7px;
    right: -7px;
  }

  .c-post-tag li {
    min-width: inherit;
    min-height: inherit;
    margin: 0 5px 4px 0;
  }

  .c-post-tag li a {
    padding: 5px 6px 4px 7px;
    font-size: 1.1rem;
  }

  .c-writer-txt {
    margin-right: 10px;
    font-size: 1.3rem;
  }

  .c-writer-img {
    width: 40px;
    height: 40px;
  }

  .c-post-date {
    font-size: 1.3rem;
  }

  .c-post-ttl {
  	margin-top: -5px;
    padding: 0 0 11px;
    font-size: 1.6rem;
    line-height: 1.45em;
    letter-spacing: 0.005em;
  }

  .c-post-detail .c-lead {
    display: none;
  }

  .c-post-detail .c-post-writer a {
    display: none;
  }

  .c-post-tag {
    padding: 0;
    padding-bottom: 5px;
  }

  .c-post-detail {
    width: calc(100% - 30vw);
    float: right;
  }

  .c-post-2col:last-child {
    border-bottom: solid 1px #e5e1da;
  }

  .c-post-2col:nth-child(even) {
    float: inherit;
  }


}

/*------------------------ 分類：ボタン-----------------------*/

.c-btn-more {
  margin: 40px 0 0;
  width: 100%;
  text-align: center;
}

.c-btn-more a {
  display: block;
  padding: 11px 0;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #666666;
  border: solid 1px #666666;
  border-radius: 22px;
  text-decoration: none;
  line-height: 1;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-btn-more a:hover {
  color: #fff;
  background: #e41400;
  border: solid 1px #e41400;
}


.c-btn-center {
  margin: 0 auto;
  width: 400px;
  text-align: center;
}

.c-btn-center a {
  display: block;
  padding: 11px 0;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: #666666;
  border: solid 1px #666666;
  border-radius: 22px;
  text-decoration: none;
  line-height: 1;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-btn-center a:hover {
  color: #e41400;
  border: solid 1px #e41400;
}

@media screen and (max-width: 767px){

  .c-btn-more {
    margin: 0 auto;
  }

  .c-btn-more.about {
    margin-top: 25px;
  }

  .c-btn-archive {
    margin: 30px auto 10px;
    width: 90%;
  }

  .c-btn-center {
    width: 100%;
  }


}

/*------------------------ 分類：下層-----------------------*/
.c-img {
  margin: 40px 0 40px;
  width: 100%;
  height: 500px;
  text-align: center;
}

.c-img img {
  max-width: 100%;
  height: auto;
}


.c-single-img {
  margin-bottom: 40px;
}

.c-single-img img {
  width: 100%;
}

.c-page-content {
  padding: 0 0 60px;
}


.c-profile {
  padding: 40px;
  background: #f5eee2;
  border: solid 1px #e5e1da;
}

.c-profile-img {
  width: 200px;
  height: 200px;
  float: left;
  border-radius: 50%;
}

.c-profile-detail {
  width: 490px;
  float: right;
}


.c-profile-name {
  display: block;
  padding-bottom: 15px;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}


.c-profile-detail .c-lead {
  padding: 0;
}





@media screen and (max-width: 767px) {
  .c-img {
    height: 55vw;
    margin: 30px 0 30px;
  }

  .c-page-content {
    padding: 0 0 20px;
  }

  .c-single-img {
    margin-bottom: 20px;
  }

  .c-profile {
    margin-bottom: 30px;
    padding: 20px;
  }

  .c-profile-img {
    margin: 0 auto;
    float: inherit;
  }

  .c-profile-detail {
    width: 100%;
    float: inherit;
  }

  .c-profile-name {
    padding: 10px 0;
    text-align: center;
    font-size: 1.6rem;
  }
}

/*------------------------ 準備中 -----------------------*/
.c-standby-box {
  padding: 0 20px;
  margin-top: 45px;
  margin-bottom: 100px;
}

.c-standby-box p {
  font-family: "秀英丸ゴシック L","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #666666;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.015em;
  text-align: center;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-standby-box .button {
  max-width: 400px;
  margin: 90px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .c-standby-box {
    padding: 0 17.5px;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .c-standby-box p {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .c-standby-box .button {
    margin: 70px auto 0 auto;
  }
}


/*------------------------ 検索結果 -----------------------*/
.c-search {
  padding-bottom: 90px;
}


/*------------------------ single.phpのエディター部分 -----------------------*/
.m-single-editor {
  padding-bottom: 0;
}

.m-single-editor h3 {
  padding: 0 0 20px;
  margin-top: 60px;
  letter-spacing: 0.08em;
  font-size: 30px;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.m-single-editor h3:first-of-type {
  margin-top: 0;
}

.m-single-editor p {
  /* padding-bottom: 20px; */
  padding-bottom: 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: justify;
}
.m-single-editor strong {
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
  font-size: 18px;
  font-weight: bold;
  color: #555555;
}

@media screen and (max-width: 767px) {
  .m-single-editor h3 {
    padding: 0 0 10px;
    margin-top: 20px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }

  .m-single-editor p {
    font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }
  .m-single-editor strong {
    font-size: 1.6rem;
  }

}

/*------------------------ ページャー　-----------------------*/
.m-pageNavi {
  padding-top: 40px;
  text-align: center;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 0;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.m-pageNavi a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  padding: 11px 0;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  text-decoration: none;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: #666666;
}

.m-pageNavi a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 22px;
  border: solid 1px #666666;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

a.next,
a.prev {
  width: 100px;
}

a.prev {
  margin: 0;
}

.m-pageNavi a:hover {
  background: #e41400;
  color: #fff;
  border: none;
}

.m-pageNavi a:hover::before {
  display: none;
}

.m-pageNavi span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 12px 0;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  background: #e41400;
  border-radius: 22px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03rem;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {

  .m-pageNavi {
    padding-top: 30px;
    margin: 0 auto;
    width: 90%;
  }

  .m-pageNavi a {
    margin: 0 0 0 5px;
    padding: 8px 0;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
  }

  .m-pageNavi span {
    margin: 0 0 0 5px;
    padding: 8px 0;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
  }

  a.next,
  a.prev {
    width: 70px;
  }

  a.prev {
    margin: 0;
  }

}
