@charset "UTF-8";
/* ============================================================================

title : ホームメイトリサーチ 共通TOPサイドカラム
scope : ホームメイトリサーチ 共通TOPサイドカラム

memo: ウェディングを基に作成しています。同じレイアウトの場合はこれが適用できます。
/ハッピーペア/ホテバンク/城ワールド/ドッグメディカル/

============================================================================ */

/* ==== サイドカラム === */

/* ---------------------------------------
 サイド　google広告
---------------------------------------- */
.support_ad_box .ad_box {
  height: auto;
  margin-bottom: 15x;
  width: 300px;
}
.support_ad_box .ad_box:nth-of-type(2) {
  display: none;
}


/* ---------------------------------------
 サイド　バナー／広告
---------------------------------------- */
.mod_side_bnr {
  margin-bottom: 15px;
  width: 300px;
}

.mod_side_bnr a {
  display: block;
}

.mod_side_bnr .is_gr {
  cursor: initial;
}

.mod_side_bnr a:hover img {
  opacity: 0.8;
}


/* ---------------------------------------
 サイド　Youtube
---------------------------------------- */
.side_movie_area {
  position: relative;
}
.side_movie_area::after {
  border: 1px solid #272727;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0;
}
.side_movie_area a {
  pointer-events: auto;
}
.side_movie_area .youtube_thum {
  height: 166px;
  position:relative;
  overflow: hidden;
  width: 100%;
}
.side_movie_area .youtube_thum::after,
.side_movie_area .youtube_thum::before {
  content: "";
  position: absolute;
  z-index: 10;
}
.side_movie_area .youtube_thum::before {
  background-color: rgba(0, 0, 0, .3);
  border: 3px solid #fff;
  border-radius: 50%;
  height: 41px;
  left: 130px;
  top: 63px;
  width: 41px;
}
.side_movie_area .youtube_thum::after {
  border: 8px solid transparent;
  border-left: 14px solid #fff;
  height: 6px;
  left: 146px;
  top: 76px;
  width: 6px;
}
.side_movie_area .youtube_thum > img {
  height: auto;
  left: 0px;
  position: absolute;
  top: -30px;
}
.side_movie_area .youtube_thum:hover {
  opacity: 0.8;
}


/* ---------------------------------------
東建グループ 公式SNSサイト
---------------------------------------- */
.mod_sns_box {
  background: #f3eada;
  border: 1px solid #1c8bd3;
  margin: 0 auto 15px;
  width: 280px;
}

.mod_sns_box dl {
  margin: 0 auto;
}
.mod_sns_box dt {
  background-color: #1c8bd3;
}


/* シェアボタン */
.mod_sns_box .shere {
  display: -webkit-flex;
  display: flex;
  margin: 15px auto 12px;
  width: 240px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mod_sns_box .shere a {
  display: inline-block;
  height: 34px;
  overflow: hidden;
  position: relative;
  width: 34px;
}

.mod_sns_box a:hover > img {
  opacity: 0.8;
}

/* スプライト */
.mod_sns_box .shere a img {
  left: 0;
  position: absolute;
  top: 0;
}

.mod_sns_box .shere a.fb img { top: 0;}
.mod_sns_box .shere a.tw img { top: -36px;}
.mod_sns_box .shere a.ln img { top: -72px;}
.mod_sns_box .shere a.yt img { top: -108px;}
.mod_sns_box .shere a.ig img { top: -144px;}
.mod_sns_box .shere a.pka img { top: -180px;}
.mod_sns_box .shere a.pka.is_gr img { top: -216px;}

/* グレー表示 */
.mod_sns_box .is_gr {
  cursor: default;
}
.mod_sns_box a.is_gr:hover::after {
  content: none;
}

.mod_sns_box .links {
  background: #fff;
  border-radius: 4px;
  margin: 10px auto;
  padding: 6px 24px;
  text-align: center;
  width: 260px;
}

.mod_sns_box .links a {
  color: #003987;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-left: -10px;
  position: relative;
  text-align: left;
}
.mod_sns_box .links a:hover {
  color: #ea2020;
}
.mod_sns_box .links a::after {
  border: 6px solid transparent;
  border-left: 7px solid #cf3a3b;
  content: "";
  display: inline-block;
  margin: 0 0 3px 8px;
  position: absolute;
  right: -20px;
  top: 17px;
  vertical-align: middle;
}


/* ---------------------------------------
 施設検索SNSバナー  mod_sns_bnr
---------------------------------------- */
.mod_sns_bnr {
  margin: 0 auto 15px;
}

.mod_sns_bnr .lst{
  margin: 0 auto;
  padding: 0;
}

.mod_sns_bnr .bnr {
  height: 50px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
  width: 280px;
}

.event_none{
  pointer-events: none;
  cursor: default;
}

.mod_sns_bnr a:hover >img{
  opacity: 0.8;
}

.mod_side_bnr figcaption {
  font-size: 16px;
  line-height: 1.3;
  padding-top: 5px;
  text-align: left;
}


/* ---------------------------------------
 このサイトを友達に教える mod_sns_share
---------------------------------------- */
.mod_sns_share {
  border: 1px solid #1c8bd3;
  margin: 0 auto 15px;
  width: 280px;
}

.mod_sns_share dt {
  background-color: #1c8bd3;
}
.mod_sns_share dd {
  margin: 0;
}

.mod_sns_share .box {
  background-color: #f3eadb;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  padding: 15px 22px 3px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mod_sns_share .btn {
  height: 42px;
  margin: 0 13px 12px;
  width: 42px;
}

.mod_sns_share .btn.fb {
  margin-left: 27px;
}

.mod_sns_share .btn.ln {
  margin-right: 27px;
}

.mod_sns_share .btn.mail {
  height: 25px;
  margin: 0 0 12px;
  width: 110px;
}

.mod_sns_share .btn a {
  display: block;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

/* ボタン画像スプライト */
.mod_sns_share .btn.fb a img{ top: 0;}
.mod_sns_share .btn.tw a img{ top: -44px;}
.mod_sns_share .btn.ln a img{ top: -88px;}

/* mailボタンのみ */
.mod_sns_share .btn.mail a {
  width: 234px;
}

.mod_sns_share .btn a img {
  left: 0;
  position: absolute;
  top: 0;
}

.mod_sns_share a:hover > img {
  opacity: 0.8;
}


/* ---------------------------------------
SNS情報掲載承諾 mod_sns_share
---------------------------------------- */
.mod_sns_post {
  margin: 0 auto 20px;
  width: 280px;
}
.mod_sns_post p {
  font-size: 12px;
}
.mod_sns_post p.arrow {
  background: url(/image/lst_bnr_cap_speedup.gif) no-repeat 2px 8px;
  line-height:1.3;
  margin: 0;
  padding: 5px 0 0 12px;
  text-align:left;
}
.mod_sns_post p.mrk_sns_link {
  background: url(/image_cmn/light_s_speedup.png) no-repeat 0 0;
  margin: 8px auto 5px;
  padding: 0 0 0 15px;
  text-align:left;
  letter-spacing: normal;
}


/* ---------------------------------------
google広告表示 mod_ad_area
---------------------------------------- */
.ad_bnrbox, .ad_bnrbox.col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px auto 130px;
  padding: 0;
  border: none;
}

.ad_bnrbox .ad_box {
  margin: 0 10px;
}


/* ---------------------------------------
イメージソング mod_side_audio
---------------------------------------- */
/*--player--*/
.audio_box{
  margin: 0;
}

