@charset "UTF-8";
/*
Theme Name: Emanon Pro child
Description: WordPressテーマ「Emanon Pro」の子テーマです。
Template: emanon-pro
Version: 2.1.8
*/


/*------------------------------------------------------------------------------------
/* Wink Mate
/*----------------------------------------------------------------------------------*/
.user-profile {
	margin-bottom: 4em;
}

.user-sns {
	margin: -2.5em 0 0;
	padding: 0;
}

.user-sns li {
	padding-right: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}

.user-sns li a .fa {
	color: #333;
}

.mt1{margin-top: 1em}

.wink_mate.wink_mate_list{
/* .wink_mate{ */
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin: 0 0;
  text-align:center;
}
.wink_mate.wink_mate_list > div{
/* .wink_mate > div{ */
  padding: 15px;
  width:48%
}
.user-avatar img{
  max-width: 150px;
  width: 100%;
}
.user-profile-content {
  margin-left: 0;
}
.user-profile-content .user-name{
  border-bottom:none;
  padding:0;
}
.user-profile-content .user-sns{
  margin:0.5em 0;
}
.user-sns ul{
  margin:0;
  padding:0;
}
.user-sns li{
  padding-right:0;
}
.user-sns li.pl{
  padding-left:1em;
}
@media screen and ( min-width: 768px ){
  .wink_mate.wink_mate_list > div{
  /* .wink_mate > div{ */
    width:33.3%
  }
}

/* swiper */
.swiper-parent {
	position: relative;
}
.swiper-container{
  width:100%;
  width: calc(100% - 40px);	/* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */
	padding-bottom: 20px;		/* ★ページネーション・スクロールバー分の余白50pxを下に取る */
	box-sizing: content-box;
}
.swiper-button-next, .swiper-button-prev {
  color: #000;
  top: calc((100% - 20px) * 0.5);	/* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
	margin-top: -22px;			/* ★ボタンの高さ（44px）の半分のネガティブマージンで上に少しずらす */
}
.swiper-button-next{
  right: -8px;
}
.swiper-button-prev{
  left: -8px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}
.swiper-wrapper{
}
.swiper-slide{
  max-width: 135px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.swiper-slide p{
  font-size: 90%;
}
.swiper-slide img{
  border:solid 1px #e2e5e8;
  border-radius:50%;
  max-width: 135px;
  width: 100%;
}
.wm_btn_wrap{
  margin: 0 auto;
  text-align: center;
}
.wm_btn_wrap a {
  display: inline-block;
  padding: 0.4em 2em 0.3em;
  text-decoration: none;
  color: #333;
  border: solid 1px #666;
}
.wm_btn_wrap a:hover{
  border: solid 1px #ff0038;
}

@media screen and ( min-width: 768px ){
.swiper-container{
  width:100%;
  width: calc(100% - 100px);	/* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */
  padding-bottom: 20px;		/* ★ページネーション・スクロールバー分の余白50pxを下に取る */
  box-sizing: content-box;
}
.swiper-button-next, .swiper-button-prev {
  color: #000;
  top: calc((100% - 50px) * 0.5);	/* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
  margin-top: -22px;			/* ★ボタンの高さ（44px）の半分のネガティブマージンで上に少しずらす */
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: var(--swiper-navigation-size);
}
.swiper-button-next{
  right: 10px;
}
.swiper-button-prev{
  left: 10px;
}
}


/*------------------------------------------------------------------------------------
/* AddNotes
/*----------------------------------------------------------------------------------*/
.addnotes {
  color: #575757;
  font-size: 12px;
	padding: 16px 16px 16px 16px;
}
.addnotes:after {
	display: block;
	clear: both;
	content: "";
}

/* Large PC style ( ≥1200px ) */
@media screen and ( min-width: 1200px ) {
.addnotes {
	padding: 32px 72px 32px 72px;
}
.addnotes {
	display: block;
	clear: both;
	content: "";
}
}


/*------------------------------------------------------------------------------------
/* Blog card
/*----------------------------------------------------------------------------------*/
.blog-card {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  word-wrap: break-word;
  margin: 1.5em 0 0;
  padding: 16px;
}
.blog-card:hover {
  opacity: 0.6;
}
.blog-card a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.blog-card-thumbnail {
  width: 24%;
}
.blog-card-thumbnail img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
  padding: 0;
}
.blog-card-content {
  width: 76%;
  line-height: 1.6;
  padding-left: 1em;
}
.blog-card-title {
  font-size: 15px;
  font-weight: bold;
}
.blog-card-excerpt {
  color: #333333;
  font-size: 13px;
  padding-top: 0.5em;
}

@media screen and ( max-width: 768px ){
.blog-card-thumbnail {
  width: 30%;
}
.blog-card-content {
  width: 70%;
}
}
