@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}


/* ブログ内共通パーツ */
.c-topicPath {

}
.c-topicPathList {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .08em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.c-topicPathList > li {
  position: relative;
  margin-bottom: 5px;
  margin-right: 14px;
  box-sizing: border-box;
}
.c-topicPathList > li + li {
  padding-left: 25px;
}
.c-topicPathList > li::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-color: #484646;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: left;
}
.c-topicPathList > li:first-of-type::before {
  display: none;
}
.c-topicPathList > li a {
  color: #484646;
}
.c-topicPathList > li a:hover {
  color: #b6ab96;
  opacity: 1;
}
.c-topicPathList > li div {
  color: #b6ab96;

}
@media screen and (max-width: 768px){
  .c-topicPathList {
    font-size: 12px;
    margin-top: 15px;
  }
  .c-topicPathList > li {
    margin-right: 8px;
  }
  .c-topicPathList > li::before {
    top: 5px;
    width: 5px;
    height: 5px;
  }
  .c-topicPathList > li:first-of-type::before {
    display: none;
  }
  .c-topicPathList > li + li {
    padding-left: 18px;
  }
}

/*　記事リンク */
.c-postLinkHeading {
  font-weight: 500;
  font-size: 48px;
  /* letter-spacing: .2em; */
  color: #cad4cc;
  margin-bottom: 50px;
}
.c-postLinkPageIndex {
  font-weight: 400;
  font-size: 30px;
  color: #484646;
  margin-bottom: 80px;
}
.c-postLinkList {
  display: flex;
  flex-wrap: wrap;
}
.c-postLinkList > li {
  width: calc((100% - 50px) / 2);
  max-width: 575px;
  margin-left: 50px;
}
.c-postLinkList > li:nth-of-type(2n+1) {
  margin-left: 0;
}
.c-postLinkList > li:nth-of-type(n+3) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.c-postLinkListAnc {
  display: flex;
}
.c-postLinkList__thumbnail {
  width: 45%;
}
.c-postLinkList__thumbnail img {
  object-fit: cover;
  height: 100%;
}
.c-postLinkList__txtArea {
  width: 55%;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-postLinkListTags {
  /* color: #484646; */
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
  /* font-family: "Noto Sans JP", serif; */
}
.c-postLinkListTags > li {
  
}
.c-postLinkListTags > li span {
  /* background-color: #eec7d4;
  background-color: #fff2f6; */
  background-color: #cad4cc;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.c-postLinkListPostDate {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", serif;
}
.c-postLinkListPostTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
}
.c-postLinkListSupervisor {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.c-postLinkListSupervisorNamePlate {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #484646;
  font-family: "Noto Sans JP", serif;
  margin-right: 10px;
  text-align: right;
  width: calc(100% - 60px);
}
.c-postLinkListSupervisorNamePlate__label {
  background-color: #484646;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 3px;
  margin-right: 10px;
}
.c-postLinkListSupervisorNamePlate__name {
  display: inline-block;
}
.c-postLinkListSupervisorThumbnail {
  width: 60px;
}
.c-postLinkListSupervisorThumbnail img {
  border-radius: 50%;
}
@media screen and (max-width: 1000px){
  .c-postLinkList > li {
    width: 100%;
    margin: 0 auto;
  }
  .c-postLinkList > li:nth-of-type(2n+1) {
    margin-left: auto;
  }
  .c-postLinkList > li:nth-of-type(n+2) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 768px){
  .c-postLinkHeading {
    font-size: 36px;
    margin-bottom: 36px;
  }
  .c-postLinkPageIndex {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 500px){
  .c-postLinkList > li:nth-of-type(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .c-postLinkListAnc {
    flex-direction: column;
  }
  .c-postLinkList__thumbnail {
    width: 100%;
  }
  .c-postLinkList__thumbnail img {
    width: 100%;
    height: 50.66vw;
  }
  .c-postLinkList__txtArea {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .c-postLinkListTags {
    margin-bottom: 15px;
  }
  .c-postLinkListTags > li span {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
  }
  .c-postLinkListPostDate {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .c-postLinkListPostTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .c-postLinkListSupervisorNamePlate {
    font-size: 13px;
    margin-right: 10px;
    width: calc(100% - 60px);
  }
  .c-postLinkListSupervisorNamePlate__label {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 10px;
  }
}

.c-catLinkHeading {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 300;
  font-size: 48px;
  color: #cad4cc;
  margin-bottom: 50px;
}
.c-catLinks {
  margin: 0 -10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-catLinks > li {
  margin: 0 10px 24px;
}
.c-catLinks > li a {
  border: 1px solid #cad4cc;
  background-color: #cad4cc;
  color: #cad4cc;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 5px 10px;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
}
.c-catLinks > li a:hover {
  background-color: #fff;
  /* color: #484646; */
  color: #cad4cc;
  opacity: 1;
}
.c-catLinks > li span {
  border: 1px solid #cad4cc;
  color: #cad4cc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 5px 10px;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 768px){
  .c-catLinkHeading {
    font-size: 36px;
    margin-bottom: 36px;
  }
  .c-catLinks {
    margin: 0 -8px;
  }
  .c-catLinks > li {
    margin: 0 8px 16px;
  }
  .c-catLinks > li a,
  .c-catLinks > li span {
    font-size: 14px;
    padding: 5px 10px;
  }
}

/* WPページャー */
.c-pager {
  margin-top: 80px;
}
.c-pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #cad4cc;
  border: 1px solid #cad4cc;
  background-color: #fff;
  margin: 0 5px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding-bottom: 2px;
}
.c-pager .wp-pagenavi a:hover,
.c-pager .wp-pagenavi span.current {
  background: #cad4cc;
  border: none;
  color: #fff;
  opacity: 1;
}
.c-pager .wp-pagenavi span.extend {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  border: none;
  background: none;
  color: #424445;
  width: auto;
}
@media screen and (max-width: 768px){
  .c-pager {
    margin-top: 50px;
  }
  .c-pager .wp-pagenavi a,
  .c-pager .wp-pagenavi span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}


.p-topMain {
  background-image: url('../images/top/kv.jpg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 60vh;
  position: relative;
}
.p-topMain::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-color: #00000066;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.p-topMainInner {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 12;
  height: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.p-topMainBox {
  display: inline-block;
  /* background-color: #eec7d433; */
  /* background-color: #ffffff66; */
  /* background-color: #00000099; */
  background-color: #bbbbbbbb;
  padding: 50px 80px;
  box-sizing: border-box;
}
.p-topMainCatch {
  color: #eec7d4;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
.p-topMainTitle {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.5;
  color: #fff;
}
.p-topMainSubTitle {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.p-topPostListBlock,
.p-singlePostListBlock,
.p-categoryPostListBlock {
  margin: 100px auto 200px;
}
.p-topCatLinkBlock,
.p-singleCatLinkBlock,
.p-categoryCatLinkBlock {
  max-width: 900px;
  margin: 100px auto 200px;
}
@media screen and (max-width: 750px){
  .p-topMain {
    background-image: url('../images/top/kv.jpg');
    background-position: center;
    height: 60vh;
  }
  .p-topMainInner {
    padding: 0 20px;
    justify-content: center;
  }
  .p-topMainBox {
    padding: 30px 30px;
  }
  .p-topMainCatch {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .p-topMainTitle {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .p-topMainSubTitle {
    font-size: 24px;
  }
  
  .p-topPostListBlock,
  .p-singlePostListBlock,
  .p-categoryPostListBlock {
    margin: 100px auto 100px;
  }
  .p-topCatLinkBlock,
  .p-singleCatLinkBlock,
  .p-categoryCatLinkBlock {
    max-width: 900px;
    margin: 100px auto;
  }
}

/* 詳細ページ */
.p-singleMain {
  /* background-image: url('../images/top/thumb-dummy.jpg'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80vh;
  position: relative;
  color: #fff;
}
.p-singleMain::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-color: #00000033;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.p-singleMainInner {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 12;
  height: 100%;
  display: flex;
  align-items: flex-end;
  /* justify-content: center; */
}
.p-singleMainInfoBlock {
  display: inline-block;
  /* background-color: #eec7d433; */
  /* background-color: #ffffff66; */
  /* background-color: #00000099; */
  /* background-color: #bbbbbbbb; */
  padding: 50px 0;
  box-sizing: border-box;
}
.p-singleMainTags {
  /* color: #484646; */
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
  /* font-family: "Noto Sans JP", serif; */
}
.p-singleMainTags > li {

}
.p-singleMainTags > li a {
  /* background-color: #eec7d4; */
  /* background-color: #fff2f6; */
  background-color: #cad4cc;
  /* color: #484646; */
  color: #fff;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.p-singleMainPostDate {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", serif;
}
.p-singleMainTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
}
.p-singleMainSupervisor {
  text-align: left;
}
.p-singleMainSupervisorAnc {
  display: inline-flex;
  align-items: flex-end;
}
.p-singleMainSupervisorNamePlate {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  margin-right: 10px;
  text-align: right;
  /* width: calc(100% - 60px); */
}
.p-singleMainSupervisorNamePlate__label {
  background-color: #484646;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 3px;
  margin-right: 10px;
}
.p-singleMainSupervisorNamePlate__name {
  display: inline-block;
}
.p-singleMainSupervisorThumbnail {
  width: 60px;
}
.p-singleMainSupervisorThumbnail img {
  border-radius: 50%;
}
@media screen and (max-width: 768px){
  .p-singleMain {
    height: 80vh;
  }
  .p-singleMainInner {
    padding: 0 20px;
    justify-content: center;
  }
  .p-singleMainInfoBlock {
    padding: 30px 0;
  }
  .p-singleMainTags {
    margin-bottom: 15px;
  }
  .p-singleMainTags > li a {
    padding: 6px 8px;
    border-radius: 3px;
    font-size: 16px;
  }
  .p-singleMainPostDate {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .p-singleMainTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-singleMainSupervisorNamePlate {
    font-size: 12px;
    margin-right: 10px;
  }
  .p-singleMainSupervisorNamePlate__label {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
  }
  .p-singleMainSupervisorThumbnail {
    width: 60px;
  }
}

.c-singleContent {
  margin: 150px auto 120px;
}
@media screen and (max-width: 768px) {
  .c-singleContent {
    margin: 100px auto 80px;
  }
}

.p-singleSupervisorBlock {
  background-color: #fafafa;
  /* border: 1px solid #cad4cc; */
  padding: 12px 10px;
  box-sizing: border-box;
  margin: 120px auto 200px;
}
.p-singleSupervisorBlockInner {
  border: 1px solid #cad4cc;
  padding: 36px 30px;
  box-sizing: border-box;
}
.p-singleSupervisorHeading {
  font-weight: 500;
  font-size: 36px;
  /* color: #484646; */
  color: #cad4cc;
  color: #b6ab96;
  margin-bottom: 50px;

}
.p-singleSupervisorContent {
  display: flex;

}
.p-singleSupervisorContent__thumbnail {
  width: 200px;
}
.p-singleSupervisorContent__thumbnail img {
  border-radius: 50%;
}
.p-singleSupervisorContent__txtArea {
  width: calc(100% - 200px);
  padding-left: 36px;
  box-sizing: border-box;
  text-align: left;
}
.p-singleSupervisorNamePlate {

}
.p-singleSupervisorNamePlate__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #484646;
  margin-bottom: 5px;
}
.p-singleSupervisorNamePlate__label span {
  display: inline-block;
}
.p-singleSupervisorNamePlate__name {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .20em;
  color: #484646;
}
.p-singleSupervisorNamePlate__sns {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.p-singleSupervisorNamePlate__sns > li + li {
  margin-left: 15px;
}
.p-singleSupervisorNamePlateSnsLinkAnc {
  
}
.p-singleSupervisorNamePlateSnsLinkAnc.p-singleSupervisorNamePlateSnsLinkAnc--x img {
  width: 20px;
}
.p-singleSupervisorNamePlateSnsLinkAnc.p-singleSupervisorNamePlateSnsLinkAnc--insta img {
  width: 24px;
}
.p-singleSupervisorNamePlateSnsLinkAnc.p-singleSupervisorNamePlateSnsLinkAnc--clinic img {
  width: 22px;
  padding: 0 3px;
}
.p-singleSupervisorNamePlate__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 20px;
  color: #484646;
}
.p-singleSupervisorNamePlate__desc p + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .p-singleSupervisorBlock {
    padding: 10px;
    margin: 80px auto 100px;
  }
  .p-singleSupervisorBlockInner {
    padding: 25px 12px;
    position: relative;
  }
  .p-singleSupervisorHeading {
    font-size: 24px;
    color: #b6ab96;
    margin-bottom: 30px;
  
  }
  .p-singleSupervisorContent {
    display: flex;
  
  }
  .p-singleSupervisorContent__thumbnail {
    width: 80px;
  }
  .p-singleSupervisorContent__thumbnail img {
    border-radius: 50%;
  }
  .p-singleSupervisorContent__txtArea {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  .p-singleSupervisorNamePlate__label {
    font-size: 14px;
  }
  .p-singleSupervisorNamePlate__name {
    font-size: 24px;
  }
  .p-singleSupervisorNamePlate__sns {
    margin-top: 10px;
  }
  .p-singleSupervisorNamePlate__sns > li + li {
    margin-left: 12px;
  }
  .p-singleSupervisorNamePlateSnsLinkAnc.p-singleSupervisorNamePlateSnsLinkAnc--x img {
    width: 18px;
  }
  .p-singleSupervisorNamePlateSnsLinkAnc.p-singleSupervisorNamePlateSnsLinkAnc--insta img {
    width: 22px;
  }
  .p-singleSupervisorNamePlateSnsLinkAnc.p-singleSupervisorNamePlateSnsLinkAnc--clinic img {
    width: 20px;
    padding: 0 2px 2px;
  }
  .p-singleSupervisorNamePlate__desc {
    font-size: 14px;
    margin-top: 30px;
    position: relative;
    width: calc(100vw - 94px);
    left: -100px;
  }
  .p-singleSupervisorNamePlate__desc p + p {
    margin-top: 20px;
  }
}

/* カテゴリー */
.p-categoryMain {
  background-color: #fafafa;
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  box-sizing: border-box;
}
.p-categoryMainLabel {
  color: #484646;
  /* color: #b6ab96; */
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 10px;
}
.p-categoryMainTitle {
  color: #b6ab96;
  /* color: #cad4cc; */
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px){
  .p-categoryMain {
    min-height: 200px;
    padding: 40px 20px 30px;
  }
  .p-categoryMainLabel {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .p-categoryMainTitle {
    font-size: 32px;
    margin-bottom: 15px;
  }
}


/* utility */
@media screen and (max-width: 768px) {.u-pcOnly { display: none !important;}}
@media screen and (min-width: 769px) {.u-spOnly { display: none !important;}}