@charset "Shift_JIS";
/* ==========================================================
title : ホームメイトブログ 記事ページ BASE
========================================================== */
/*  調整用ベーススタイル
========================================================== */

html {
  font-size: 62.5%;
  min-width: 1024px;
}
body {
  letter-spacing: .05em;
  min-width: 1024px;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
h2{
	font-weight: 600;
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 600;
  src: local("Yu Gothic Bold");
}
html,
body {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-family:'HiraKakuPro-W3',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
figure,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
p,
li,
dl,
table {
  line-break: strict;
  word-break: break-all;
  word-wrap: break-word;
}
img {
  border: 0;
  line-height: 1;
  vertical-align: bottom;
}
a {
  background: transparent;
  outline: 0 none;
  text-decoration: none;
}
a:link {
  color: #003987;
}
a:visited {
  color: #003987;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #f75586;
    text-decoration: none;
  }
  a:hover img {
    opacity: .7;
  }
}

/* ---------------------------------------
 ヘッダー
---------------------------------------- */
.header {
  text-align: center;
}
.header_wrap {
  background: #fae3eb;
}
.header_wrap_inr{
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
  width: 1024px;
}
.ttl_logo {
  box-sizing: border-box;
  padding-left: 30px;
}
.ttl_logo a {
  display: block;
}
.ttl_logo img {
  height: 55px;
}

/*--ヘッダー検索ボックス--*/
.blog_search {
  background: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  margin-right: 12px;
  padding: 13px 0 13px 10px;
}
.blog_search form {
  margin-block-end: 0;
}
.blog_search_set {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.blog_search_set li {
  margin-right: 10px;
}
.blog_search input[type=radio] {
  display: none;
}
.blog_search label {
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 0 0 20px;
  padding-left: 8px;
  position: relative;
}
.blog_search label::before,
.blog_search label::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
.blog_search label::after {
  background: #fae3eb;
  border: 1px solid #d1517e;
  box-sizing: border-box;
  height: 20px;
  left: -18px;
  top: -1px;
  width: 20px;
}
.blog_search input[type=radio]:checked + label::before {
  background: #d1517e;
  height: 10px;
  left: -13px;
  top: 4px;
  width: 10px;
  z-index: 1;
}
.blog_search_kw{
  display: flex;
  justify-content: center;
}
.blog_search input[type=text] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fbf1f5;
  border: 1px solid #d1517e;
  box-sizing: border-box;
  height: 28px;
  padding: 0 10px;
  width: 210px;
}
.blog_search input[type=text]:focus {
  background: #fff;
}
.blog_search input[type=text]::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
.blog_search input[type=text]:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
.blog_search input[type=text]::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.blog_search input[type=text]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.blog_search input[type=text]:focus:-ms-input-placeholder {
  opacity: 0;
}
.blog_search input[type=text]:focus::-moz-placeholder {
  opacity: 0;
}
.blog_search button {
  background: #d1517e;
  border: 1px solid #d1517e;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  height: 28px;
  letter-spacing: .4rem;
  line-height: 24px;
  position: relative;
  text-indent: .4rem;
  width: 58px;
}
/*ipad*/
@media screen and (min-width: 480px) and (max-width: 1180px) {
  .blog_search input[type=text] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fbf1f5;
    border: 1px solid #d1517e;
    border-radius: 0;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 210px;
  }
  .blog_search button {
    box-sizing: border-box;
    height: 40px;
    letter-spacing: 5px;
    line-height: 40px;
    text-indent: 0;
    width: 80px;
  }
}

/*--ブログ店舗名--*/
.ttl_shop_name{
  font-size: 2.4rem;
  margin: 0 auto;
  line-height: 1.4;
  max-width: 1024px;
  padding: 5px 10px 5px 30px;
  text-align: left;
}

/*パンくず*/
#siteroute {
  border-bottom: 1px solid #f75586;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 0 auto;
  padding: 5px 20px 5px 40px;
  max-width: 1024px;
}
#siteroute ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
}
#siteroute li {
  letter-spacing: 0;
  margin-right: 20px;
  position: relative;
}
#siteroute li a{
  color: #1F7CC3;
}
@media (hover: hover) and (pointer: fine) {
  #siteroute li a:hover {
    color: #f75586;
  }
}
#siteroute li::before {
  color: #cf5e89;
  content: "▲";
  display: inline-block;
  font-size: 1rem;
  height: 10px;
  position: relative;
  top: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 10px;
}

/*--ページトップへ--*/
.pagetop {
  bottom: 30px;
  cursor: pointer;
  display: none;
  opacity: 0;
  position: fixed;
  right: calc(50% - 480px);
  -webkit-transition: opacity .5s,visibility .5s;
  transition: opacity .5s,visibility .5s;
  visibility: hidden;
  z-index: 5;
}
.pagetop a{
  background: #fff url("/image/icon/ico-arrow-up-pnk.png") no-repeat center 8px;
  background-size: 13px 8px;
  border: 1px solid #d5c6b4;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 0 rgb(134 102 63 / 30%);
  box-shadow: 0 2px 0 rgb(134 102 63 / 30%);
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: 60px;
  line-height: 1.3;
  padding: 22px 0 0;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
@media (hover: hover) and (pointer: fine) {
  .pagetop a:hover{
    background-color: #fff3f7;
    color: #f75586;
  }
}
.is_active{
  opacity: 1;
  visibility: visible;
}
.is_fixed{
  position: absolute;
  top: -80px;
  bottom: auto;
}

/*-----------------------------------------------
 __フッタ設定
-----------------------------------------------*/
#footer {
  font-size: 1.5rem;
	width:100%;
	border-top: 1px solid #333;
	margin-top: 40px;
  padding: 20px 0 10px;
	position: relative;
}
#footer_in {
	box-sizing: border-box;
	width: 921px;
	margin:0 auto;
  position: relative;
}
#f_link {
	width:908px;
	margin: 0 auto;
	text-align:center;
}
#f_link ul {
	margin:0 auto;
	padding:0;
}
#f_link ul li {
  display: inline-block;
  padding: 0 12px 0 10px;
  border-right: 1px solid #333;
  text-align: center;
}
#f_link ul li:first-child {
  border-left: 1px solid #333;
}
#f_link ul li.li_end {
	background: none;
}
#copyright {
	width:908px;
	padding-top: 11px;
	text-align:center;
	font-size:108%;
}
/*-----------------------------------------------
 __共通仕様
-----------------------------------------------*/
.g_inline_b{
  display: inline-block;
}

/*--flex設定--*/
.flexitem {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flexitem_row_t {
  align-items: flex-start;
}
.flexitem_row_m {
  align-items: center;
}
.flexitem_row_b {
  align-items: flex-end;
}
.flexitem_row_c {
  justify-content: center;
}
.flexitem_row_r {
  justify-content: flex-end;
}
.flexitem_row_lr {
  justify-content: space-between;
}
.flexitem_col_t {
  align-self: flex-start;
}
.flexitem_col_m {
  align-self: center;
}
.flexitem_col_b {
  align-self:flex-end;
}

.m_txt_bold{
  font-weight: 600;
}

/*--画像DL防止--*/
.def {
	position:relative;
}
.defspacer {
	position:absolute;
	top:0;
	left:0;
}

.m_txt_size_em_s{
  font-size: 0.85em;
}
/*--ボタン--*/
.m_btn{
  align-items: center;
  background: #fff;
  border: 1px solid #d5c6b4;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgb(134 102 63 / 30%);
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  height: 100%;
  margin: 0 auto;
  padding: 11px 25px 11px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
a.m_btn{
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .m_btn:hover{
    background: #fff3f7;
    color: #f75586;
  }
}
.m_btn_blank::after {
  background: url("/image/icon/ico-blank-pnk.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
}
.m_btn_blank_l::after {
  background: url("/image/icon/ico-blank-pnk.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 13px;
}
.m_btn_l_circle {
  border-radius: calc((1em + 22px) * 1.3 / 2) 5px 5px calc((1em + 22px) * 1.3 / 2);
  padding: 11px 25px 11px 45px;
}
.m_btn_l_circle span{
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 auto;
  text-align: center;
}

/*--ピンクライン見出し--*/
.m_ttl_line {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  margin-top: 25px;
}
.m_ttl_line > span {
  max-width: 20em;
}
.m_ttl_line::before,
.m_ttl_line::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #e54575;
}
.m_ttl_line::before {
  margin-right: 1rem;
}
.m_ttl_line::after {
  margin-left: 1rem;
}

/*--おすすめアイコン入見出し--*/
.m_ttl_point {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 10px 20px;
  padding-left: 40px;
  position: relative;
}
.m_ttl_point::before {
  background: url("/image/icon/ico-point.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
}

/*-----------------------------------------------
 __レイアウト
-----------------------------------------------*/
#content{
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  position: relative;
}
.main_kv{
  margin: 15px 30px;
}
.main_kv img{
  width: 100%;
}
#content_inr{
  display: grid;
  grid-template-columns: 1fr 334px;
  padding: 0 30px;
}
#right{
padding-left: 30px;
}
#center{
  max-width: 630px;
}
#center .entry{
  border: 1px solid #AB8D69;
}
#center .entry + .entry{
  margin-top: 40px;
}
/*--コンテンツメニュー--*/
#con_menu{
  background: #ffe0ea;
  display: flex;
  justify-content: space-between;
  padding: 12px 30px;
}
#con_menu_btn{
  display: flex;
}
#con_menu_btn li ＋ li{
  margin-left: 20px;
}
.btn_blog{
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  width: 160px;
}
.btn_blog a{
  background: #fff;
  border: 1px solid #349670;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgb(0 0 0 / 10%);
  color: #000;
  display: inline-block;
  font-weight: 600;
  height: 34px;
  line-height: 32px;
  padding-right: 1em;
  position: relative;
  width: 160px;
}
.btn_blog a::after{
  background: url("/image/icon/ico-blank-grn.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .btn_blog a:hover{
    background: #e5f7f3;
    color: #0b6f5c;
  }
}
.btn_blog + .btn_blog{
  margin-left: 20px;
}
.btn_blog.is_active{
  background: #f75586;
  font-weight: normal;
}
#btn_hmblog,
#btn_hmblog a{
  width: 230px !important;
}
#btn_gkblog.is_active{
  background: #349670;
}
#btn_shop_dtl a{
  background: #fff;
  border: 1px solid #f75586;
  box-shadow: 0 2px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
  color: #000;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  height: 34px;
  line-height: 32px;
  padding: 0 0 0 15px;
  position: relative;
  width: 230px;
}
#btn_shop_dtl a::after{
  background: url("/image/icon/ico-blank-pnk.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
}
@media (hover: hover) and (pointer: fine) {
  #btn_shop_dtl a:hover{
    background: #fff3f7;
    color: #f75586;
  }
}
/*--店舗情報--*/
.m_shop_data{
  margin: 0 auto;
}
.m_shop_info {
  margin: 50px auto 0;
  padding: 0 30px 20px;
  max-width: 1024px;
}
.m_media_shop {
  display: grid;
  grid-template-columns: 240px 1fr;
  padding: 20px;
}
.m_media_shop_thumbox{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  text-align: center;
  overflow: hidden;
}
.m_media_shop_data{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-left: 20px;
}
.m_media_shop_thum{
  height: 180px;
  width: 240px;
  overflow: hidden;
}
.m_media_shop_thum > img {
  display: block;
  object-fit: cover;
  height: 180px;
  width: 240px;
}
.m_media_shop_name{
  font-size: 2.2rem;
  font-weight: 600;
}
.m_media_shop_name_txt{
  margin-top: 10px;
}
.m_media_shop_name_txt a{
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.m_media_shop_name_txt a::after{
  background: url("/image/icon/ico-blank-pnk-l.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 50%;
  bottom: 1.1rem;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
}
.m_tag_area {
  background: #19ab7b;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3;
  min-width: 8.6em;
  padding: 3px 10px;
  text-align: center;
  vertical-align: middle;
}
.m_tag {
  background: #f75586;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-left: 10px;
  padding: 3px 10px;
  vertical-align: middle;
}
.m_media_shop_cnt{
  font-size: 1.7rem;
}
.m_media_shop_cnt > p,
.m_media_shop_cnt > .businesshours{
  margin-top: 15px;
}
.businesshours li{
  margin-top: 5px;
}
.m_shop_recommend{
  background: #f8efdc;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  width: 100vw;
}
@media screen and (max-width: 820px) {
  .m_shop_recommend{
    margin: 0;
    width: 100%;
  }
}
.m_shop_recommend_inr{
  margin: 0 auto;
  padding: 30px;
  max-width: 1024px;
  box-sizing: border-box;
}

.licence{
  font-size: 1.2rem;
}
.mod_modal_content_tenpo_pct {
  display: none;
  width: 600px !important;
  border: 2px solid #ffe0ea !important;
  padding: 0 0 30px !important;
  text-align: center;
  border-radius: 10px;
}
.mod_modal_content_tenpo_pct dt {
  color: #fff;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  background: #f75586;
  border-radius: 8px 8px 0 0;
  margin: 0 0 30px;
}
.mod_modal_content_tenpo_pct dd {
  display: flex;
  align-items: center;
  width: 400px;
  margin: 15px auto 0;
}
.mod_modal_content_tenpo_pct img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.mod_modal_content_tenpo_pct .btn_modal_cls{
  margin: 20px auto 0;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 150px;
}
.mod_modal_content_tenpo_pct .btn_modal_cls a{
  justify-content: center;
  padding: 11px 0;
}
.m_media_shop_come{
  align-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 0 100px 0 0;
  padding: 0 0 30px;
  position: relative;
}
.m_media_shop_fk{
  background: #ffe0ea;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-top: 10px;
  order: -1;
  padding: 20px;
  position: relative;
  width: calc(100% - 160px);
}
.m_media_shop_fk:after {
  background: #ffe0ea;
  border-radius: 5px;
  bottom: 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -8px;
  -webkit-transform: skew(-60deg);
  transform: skew(-60deg);
  width: 30px;
}
.m_media_shop_pple{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-left: 10px;
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 54px;
  order: 0;
}
.m_media_shop_pple_name{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 54px;
  order: 0;
}
.m_media_shop_pple_name_txt{
  display: inline-block;
  margin-top: 5px;
}
.btn_tenpo_pct{
  margin: 20px auto 0;
  max-width: 170px;
}
.btn_tenpo_pct a{
  padding-left: 15px;
  position: relative;
  font-weight: normal;
}
.btn_tenpo_pct a::after {
  background: url("/image/icon/ico-blank-pnk.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
}

/*--オススメ物件--*/
.m_card{
  align-items: stretch;
  display: flex;
  font-size: 1.7rem;
  align-items:stretch;
  justify-content: flex-start;
  margin: 0 auto;
  padding-bottom: 20px;
}
.m_card_item {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 0 0 15px;
  min-height: 330px;
  overflow: hidden;
  padding-bottom: 10px;
  text-decoration: none;
  width: calc((100% - 45px)/4);
  word-break: break-all;
}
.m_card_item:nth-child(4) {
  background: url("/image/bg-m-card-item-blank.png") no-repeat center center;
  background-size: 140px 140px;
}
.m_card_item a{
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 rgb(134 102 63 / 30%);
  box-shadow: 0 3px 0 rgb(134 102 63 / 30%);
  display: inline-block;
  height: 100%;
  width: 100%;
}
.m_card_item:nth-child(1) {
  margin-left: 0;
}
.m_card_thum{
  align-items: center;
  border-bottom: 1px solid #d5c6b4;
  display: flex;
  justify-content: center;
}
.m_card_thum img{
  height: 172px;
  object-fit: contain;
}
.m_card_cnt {
  color: #000;
  padding: 10px 15px 17px 15px;
}
.m_card_mon {
  font-size: 2rem;
  font-weight: 600;
}
.m_card_mon, .m_card_yan {
  color: #e54575;
}
.m_card_submon {
  font-size: 1.4rem;
  padding-left: 5px;
}
.m_card_data1,
.m_card_data2,
.m_card_data3,
.m_card_data4{
  align-items: flex-end;
  display: flex;
}
.m_card_data2,
.m_card_data3,
.m_card_data4{
  margin-top: 10px;
}
.m_card_data2 li + li{
  margin-left: 10px;
}
.m_card_data3,
.m_card_data4 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.m_card_data3>li:before{
  content: " ／ ";
  display: inline;
}
.m_card_data3>li:nth-child(1):before{
  content: none;
}
.m_tag_deposit {
  background: #f8efdc;
  border: 1px solid #d5c6b4;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 3px;
  padding: 3px;
  vertical-align: middle;
}
.btn_link_bknlist{
  margin: 0 auto;
  position: relative;
  width: 360px;
}
.btn_link_bknlist a{
  font-size: 1.7rem;
  justify-content: center;
  padding: 11px 17px 11px 0;
}
.btn_link_bknlist::after {
  background: url("/image/icon/ico-arrow-r-pnk.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
}

/*--周辺情報ボタンセット--*/
.m_shop_data .m_shop_fa_data{
  margin: 40px auto 0;
  padding: 0 30px;
  max-width: 1024px;
}
.box_fa_data{
  margin: 25px auto 0;
  text-align: center;
  width: 520px;
}
.box_fa_data_list{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.btn_fa_data{
  margin: 20px 10px 0;
  width: 240px;
}
.btn_fa_data:nth-child(1),
.btn_fa_data:nth-child(2){
  margin-top: 0;
}
.btn_fa_data a{
  background: #f75586;
  border-radius: 25px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 50px;
  position: relative;
  height: 50px;
  width: 100%;
  box-shadow: 0 3px 0 rgb(0 0 0 / 10%);
}
.btn_fa_data a::before{
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 25px;
}
.btn_fa_data.town-livable a .search_con{
  font-size: 1.4rem;
  margin-top: 0.2rem;
}
.btn_fa_data.town-livable a::before{
  background: url("/image/icon/ico-ar-town-livable.png") no-repeat center top;
  background-size: contain;
}
.btn_fa_data.rsch a::before{
  background: url("/image/icon/ico-ar-fa.png") no-repeat center top;
  background-size: contain;
}
.btn_fa_data.gotouchi a::before{
  background: url("/image/icon/ico-ar-town.png") no-repeat center top;
  background-size: contain;
}
.btn_fa_data.mtrsch a::before{
  background: url("/image/icon/ico-ar-research.png") no-repeat center top;
  background-size: contain;
}
.btn_fa_data.tourmap a::before{
  background: url("/image/icon/ico-ar-tourmap.png") no-repeat center top;
  background-size: contain;
}
.btn_fa_data.soba a::before{
  background: url("/image/icon/ico-ar-yachin.png") no-repeat center top;
  background-size: contain;
}
.btn_fa_data.rsch_online-travel a::before{
  background: url("/image/icon/ico-ar-online-travel.png") no-repeat center top;
  background-size: contain;
}
.btn_fa_data.route a::before{
  background: url("/image/icon/ico-ar-access.png") no-repeat center top;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .btn_fa_data a:hover{
    opacity: .7;
  }
}
.btn_fa_data .area{
  font-size: 1.3rem;
}
.btn_fa_data .search_con{
  font-size: 1.8rem;
}

.bnr_tourismmap {
  text-align: center;
  margin: 20px auto;
}

/*--地図表示セットBOX--*/
.map_box{
  border: 1px solid #d5c6B4;
  border-left: none;
  border-right: none;
  margin-top: 30px;
  padding: 30px 0;
}
.map_box_btnset{
  display: flex;
  justify-content: space-between;
}
.map_box_btnset li{
  width: calc((100% - 20px)/2);
}
.btn_streetview::before{
  background: url("/image/icon/ico-streetview.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 25px;
}
.btn_tenpo::before{
  background: url("/image/icon/ico-indoorview.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 25px;
}
.btn_mainmap::before{
  background: url("/image/icon/ico-map.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 25px;
}
.btn_aerial::before{
  background: url("/image/icon/ico-aerial.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 25px;
}
/*--Googleストリートビュー--*/
.m_box_streetview {
  background: #fff;
  border: 1px solid #ab8d69;
  border-radius: 5px;
  margin: 20px auto 0;
  text-align: center;
  width: calc((100% - 15px) - 0.01px);
  max-width: 306px;
}
.m_box_streetview_ttl {
  background: #ab8d69;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: 600;
  padding: 0.5em 0;
}
.m_box_streetview dd {
  padding: 20px;
}

/*--記事下のナビ--*/
.inducementbox{
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  text-align: center;
}
.lnk_main,
.prev,
.next{
  display: inline-block;
  margin: 0;
}
.inducementbox a{
  box-shadow: 0 2px 0 rgb(0 0 0 / 10%);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
}
.lnk_main a{
  background: #ffe0ea;
  border: 1px solid #ab8d69;
  border-radius: 5px;
  color: #000;
  margin: 0 18px;
  height: 36px;
  line-height: 36px;
  width: 126px;
}
.prev a,
.next a{
  background: #f75586;
  border-radius: 5px;
  color: #fff;
  margin: 0;
  height: 36px;
  line-height: 36px;
  position: relative;
  width: 70px;
}
.prev a{
  padding-left: 28px;
  text-align: left;
}
.next a{
  padding-right: 28px;
  text-align: right;
}
.prev a::before,
.next a::before{
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.prev a::before{
  background: url("/image/icon/ico-arrow-l.png") no-repeat center top;
  background-size: contain;
  left: 8px;
}
.next a::before{
  background: url("/image/icon/ico-arrow-r.png") no-repeat center top;
  background-size: contain;
  right: 8px;
}
a.disabled{
  box-shadow: none !important;
  color: #ffe0ea;
  opacity: .5;
  pointer-events:none;
}
.prev a.disabled::before{
  background-image: url("/image/icon/ico-arrow-l-lt-pnk.png");
}
.next a.disabled::before{
  background-image: url("/image/icon/ico-arrow-r-lt-pnk.png");
}
@media (hover: hover) and (pointer: fine) {
  .inducementbox a:hover{
    opacity: .7;
  }
}

/*-----------------------------------------------
 __右カラム
-----------------------------------------------*/
.r_box{
  border: 1px solid #AB8D69;
  padding: 5px 5px 20px;
}
.r_box + .r_box{
  margin-top: 15px;
}
.r_box_ttl{
  background: #AB8D69;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  height: 36px;
  line-height: 36px;
}

/*--カレンダー--*/
#calendar{
  position: relative;
}
#month_nav{
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  height: 36px;
  line-height: 36px;
  margin-top: -36px;
  padding: 0 10px;
}
#monthPrev,
#monthNext {
  margin: 0;
  padding: 0;
}
#monthPrev a,
#monthNext a {
  display: inline-block;
}
#monthPrev img,
#monthNext img{
  width: 10px;
  height: 16px;
}
#calendar table{
background: #FFF3F7;
border: 1px solid #FFF3F7;
border-collapse: separate;
border-spacing: 4px;
font-weight: 600;
width: 100%;
}
#calendar table th{
  font-size: 1.8rem;
  padding: 3px 0;
}
#calendar table td{
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  height: 35px;
  line-height: 35px;
  width: 36px;
}
#calendar table td a{
  background: #ffe0ea;
  display: inline-block;
  border: 1px solid #e54575;
  color: #003987;
  height: 100%;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  #calendar table td a:hover{
    opacity: .7;
  }
}
.week{
  height: 28px;
  line-height: 28px;
}
.week.sun{
  color: #B9393A;
}
.week.sat{
  color: #013987;
}
.btn_viewnew .m_btn{
  box-shadow: 0px 2px 0px #D5C6B44D;
  color: #000;
  letter-spacing: -.05em;
  margin-top: 15px;
  padding: 0 0 0 60px;
  width: 190px;
  height: 34px;
}
.btn_viewnew .m_btn::before{
  background: url("/image/icon/ico-new.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 40px;
}

/*--カテゴリ・新着記事--*/
#category > dd{
  font-size: 1.5rem;
  padding: 15px 10px 0;
}
#newarticle > dd{
  font-size: 1.4rem;
  padding: 15px 10px 0;
}
.r_box_li_item > li{
  line-height: 1.4;
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
}
.r_box_li_item > li:nth-child(1){
  margin-top: 0;
}
.r_box_li_item > li::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#category .r_box_li_item > li::before{
  background: url("/image/icon/ico-category.png") no-repeat center top;
  background-size: contain;
  height: 20px;
  width: 20px;
}
#newarticle .r_box_li_item > li{
  margin-top: 8px;
  min-height: 30px;
  padding-top: 2px;
}
#newarticle .r_box_li_item > li:nth-child(1){
  margin-top: 0;
}
#newarticle .r_box_li_item > li::before{
  background: url("/image/icon/ico-article.png") no-repeat center top;
  background-size: contain;
  height: 25px;
  width: 25px;
}

#archive{
  font-size: 1.5rem;
  padding: 0 10px;
}

/*--アーカイブ--*/
.archive_data > dt{
  color: #e54575;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 15px;
  padding-left: 30px;
  position: relative;
}
.archive_data > dt::before{
  background: url("/image/icon/ico-archive.png") no-repeat center top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}
.archive_data_month{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
}
.archive_data_month li{
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
  width: 5em;
}
.archive_data_month li::before{
  background: url("/image/icon/ico-archive-sub.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 6px;
}
.morebox_wrap {
  position: relative;
  min-height: 30px;
}
.btn_more {
  align-items: center;
  background: #fff url("/image/icon/ico-arrow-dwn-pnk.png") no-repeat 110px center;
  background-size: 13px 8px;
  border: 1px solid #d5c6b4;
  border-radius: 15px;
  box-shadow: 0 2px 0 rgb(134 102 63 / 30%);
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 30px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  text-decoration: none;
  width: 140px;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .btn_more:hover {
    background-color: #fff3f7;
    color: #f75586;
  }
}
.btn_more_line{
  border-top: 1px solid #AB8D69;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 0;
}
.morebox_data {
  height: 0;
  opacity:0;
  transform:translateY(-50%) scaleY(0);
}
.morebox_check {
  display: none; /*チェックボックスは常に非表示*/
}
.morebox_check:checked + .btn_more,
.morebox_check:checked + .btn_more + .btn_more_line {
  display: none; /*チェックが入るとボタンを非表示*/
}
.morebox_check:checked ~ .morebox_data {
  height:auto;
  opacity:1;
  transform:translateY(0) scaleY(1);
  transition:ease 1s; /*チェックが入るとテキストの高さ制限なし*/
}

/*--右カラムバナーセット--*/
.r_box_bnrset{
  margin: 30px auto 0;
  width: 300px;
}
.r_box_bnrset li + li{
  margin-top: 15px;
}
.r_box_bnrset li img{
  width: 100%;
}
.r_box_bnrset_mutual{
  padding-bottom: 30px;
  border-bottom: 1px solid #d5c6b4;
}
.r_box_bnrset_mutual .cap {
  font-size: 1.3rem;
  margin: 10px auto 0;
}

/*--右カラムyoutube--*/
.side_movie_area {
  box-sizing: border-box;
  width: 300px;
  height: 260px;
  background: url("https://www.homemate.co.jp/org/image_cmn/side_movie_back.png") no-repeat center top;
  margin: 30px auto 0;
  padding: 10px;
  text-align: center;
}
.side_movie_area div.youtube_thum {
background-color: #fff;
height: 158px;
margin: 0 0 15px;
overflow: hidden;
position: relative;
width: 280px;
}
.trim_img{
  align-items: center;
  display: flex;
  height: 158px;
  width: 280px;
}
.side_movie_area div.youtube_thum > a {
overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .side_movie_area div.youtube_thum > a:hover img {
    opacity: 0.8;
  }
}
.side_movie_area div.youtube_thum > a > img:first-child {
position: absolute;
width: 280px;
height: auto;
top: -16px;
left: 0px;
}
.side_movie_area div.youtube_thum > a > img:last-child {
position:absolute;
top:64px;
left:115px;
}
.side_movie_area div.linkbtn {
  width: 270px;
  height: 60px;
  margin: 0 auto;
  background: url("https://www.homemate.co.jp/org/image_cmn/youtube_official_btn_on.png") no-repeat center center;
}
@media (hover: hover) and (pointer: fine) {
  .side_movie_area div.linkbtn img:hover {
  opacity:0 !important;
  }
}

/*--SNSセット--*/
#sns_box{
  /* border-top: 1px solid #d5c6b4; */
  font-size: 1.2rem;
  font-weight: 600;
  /* margin: 30px auto 0; */
  letter-spacing: -.01em;
  padding-top: 15px;
  text-align: center;
}
#sns_box em{
  display: inline-block;
  font-size: 1.7rem;
  font-style: normal;
  letter-spacing: .05em;
  padding: 5px 0 15px;
}
.sns_linkset {
  display: flex;
  justify-content: center;
}
.sns_linkset li{
  margin: 0 8px;
}
.sns_linkset img{
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 3px 0 rgb(0 0 0 / 10%);
  height: 50px;
  width: 50px;
}

iframe.hidden {
  display: none;
}