@charset "utf-8";
/* ==========================================================

title : 「賃貸併用住宅」で実現する、マイホームと家賃収入 TOP
scope : 「賃貸併用住宅」で実現する、マイホームと家賃収入 TOP

last modify : 2019/05/09 TCI_yoneshima フォントサイズ修正
2019/05/07 TCI_yoneshima 新規作成
========================================================== */
/* ======================================
TOP
====================================== */
/* contents
-------------------------------------- */
#contents a:link {
  background-color: transparent;
  color: #00f;
  text-decoration: none;
}
#contents a:visited {
  color: #00f;
  text-decoration: none;
}
#contents a:active {
  text-decoration: none;
}
#contents a:hover {
  color: #00f;
  text-decoration: none;
}

#contents {
  margin: 0 auto 26px;
  width: 920px;
}
#contents section {
  overflow: visible;
}
@media only screen and (max-width:812px) {
  #contents {
    margin-bottom: 0;
    width: 100%;
  }
}
/* .mv_box
-------------------------------------- */
.mv_box {
  background: url(/ir/image/img_title.png) no-repeat;
  height: 235px;
  position: relative;
}
.mv_box .mv_ttl_block h1 {
  color: #153e8b;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0.9;
  text-align: center;
  top: 6.3rem;
  left: 8.9rem;
  letter-spacing: .06rem;
  position: absolute;
}
.mv_box .mv_ttl_block h1 span {
  color: #fff;
  font-size: 1.2rem;
  fonte-weight: bold;
}
.mv_box .mv_ttl_block .ttl_main {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 812px) {
  .mv_box {
    background: url(/ir/image/img_title.png) no-repeat center top/contain;
    height: auto;
    margin: 0;
    padding: 26vw 0 3vw;
    /*padding-top: calc(100% * 330 / 828);*/
    position: relative;
  }
  .mv_box .mv_ttl_block {
    top: 1rem;
    width: auto;
  }
  .mv_box .mv_ttl_block h1 {
    font-size: 1.1rem;
    line-height: 1;
    /* padding: .5em .5em .5em 1em; */
    position: absolute;
    top: 2.7rem;
    left: 3rem;
    letter-spacing: 0.01rem;
  }
  .mv_box .mv_ttl_block h1 span {
    font-size: .5rem;
  }
  .mv_box .mv_ttl_block .ttl_main {
    font-size: 2.2rem;
  }
}
.lead_top {
  font-size: 17px;
  line-height: 1.5;
  margin: 1rem auto;
  max-width: 724px;
}
@media screen and (max-width: 812px) {
  .lead_top {
    font-size: 4vw;
    text-align: justify;
    padding: 0 1em 0;
    margin: 0 auto;
  }
}
/* indent_txt
-------------- */
.indent_txt {
  margin-left: 1em;
  text-indent: -1em;
}
/* --------------------------------------------------------
  menu_area
---------------------------------------------------------- */
.menu_area {
  margin: 0 auto 60px;
  width: 888px;
}
.menu_area div {
  display: flex;
  width: 888px;
  position: relative;
  margin: 1rem auto;
}
.menu_area div a {
  width: 20%;
}
.menu_area dl {
  position: relative;
}
.menu_area dt {
  top: 9.5rem;
  left: 0.5rem;
  padding-left: 1.2rem;
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
}
.menu_area dt:before {
  content: "";
  background: url(/ir/image/arrow_menu.png);
  top: .3rem;
  left: 0;
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
}
.menu_area dd {
  margin: 0 4px 30px;
  text-align: center;
}
.menu_area dd img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 812px) {
  .menu_area {
    margin: 0 auto 3vw;
    width: 100%;
  }
  .menu_area div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1em;
    position: relative;
    margin: 1rem auto;
  }
  .menu_area div a {
   margin-bottom: 0.5em;
   width: auto;
  }
  
  .menu_area dl {
    position: relative;
    width: 44vw;
    margin-bottom: 4vw;
  }
  .menu_area dt {
    top: 100%;
    left: 1vw;
    padding-left: 1.2rem;
    width: 100%;
    position: absolute;
    font-weight: bold;
  }
  .menu_area dt:before {
    content: "";
    background: url(/ir/image/arrow_menu.png);
    top: 1.2vw;
    left: 0;
    background-size: 4vw;
    width: 4vw;
    height: 4vw;
    position: absolute;
  }
  .menu_area dd {
    margin: 0;
    width: 100%;
  }
  .menu_area dd.last {
    margin: 0;
    width: 50%;
  }
}
.bnr-box {
  text-align: center;
}
/* 460px バナー
----------------------------*/
.bnr_box460{
	max-width: 460px;
	width: 100%;
	margin:2em auto;
}
 .bnr_box460 a{
	display: inline-block;
   }
  .bnr_box460 img{
	 max-width: 460px;
	 width: 100%;
	 margin:auto;
   }
  .bnr_box460 figcaption{
	max-width: 460px;
	width: 100%;
	  margin-top:7px;
	 font-size: 15px!important;
	text-align: left;
   }

   




.menu_area_2,.menu_area_2 * {
  box-sizing: border-box;
}
.menu_area_2 {
  display: flex;
  margin-bottom: 3.6em;
}
.menu_area_2 li {
  border: 1px solid #000;
  width: 330px;
  height: 70px;
}
/*.menu_area_2 li:last-of-type {
  filter: grayscale(100%);
  opacity: 0.5;
  pointer-events: none;
}*/
.menu_area_2 a {
  display: block;
  height: 100%;
}
.menu_area_2 dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.menu_area_2 dl dt {
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
}
.menu_area_2 dl dd {
  width: 100%;
  text-align: left;
  padding-left: 1.25em;
  font-weight: bold;
  color: #000;
  position: relative;
  line-height: 1.25em;
}
.menu_area_2 dl dd:after {
  border-right: 2px solid #3aa1a7;
  border-top: 2px solid #3aa1a7;
  content: "";
  display: inline-block;
  height: 9px;
  margin: auto;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
}
.menu_area_2 dt img {
  display: block;
  width: 120px;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 813px) {
  .menu_area_2 {
    flex-direction: row;
    justify-content: center;
  }
  .menu_area_2 li:not(:last-of-type) {
    margin-right: 1.8em;
  }
}
@media screen and (max-width: 812px) {
  .menu_area_2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
  }
  .menu_area_2 li:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 813px) {
  /* 578px バナー
  ----------------------------*/
  .bnr_box {
    display: block;
    width: 760px;
    margin: 0 auto 4em;
    text-align:right;
  }
  .bnr_box > p {
    width: 578px;
    margin: 0 auto;
  }
  .bnr_box a {
   display: inline-block;
  }
  .bnr_box img {
    max-width: 578px;
    width: 100%;
  }
  .bnr_box figcaption {
    width: 578px;
    margin: 9px auto 0;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
  }
}
@media screen and (max-width: 812px) {
  .bnr_box figcaption {
    margin-top: 0.7em;
    font-size: 15px;
    line-height: 1.3;
  }
}
/* --------------------------------------------------------
  news_area
---------------------------------------------------------- */
#news_area {
  background: url(/ir/image/bg_news.png) no-repeat center 0;
  margin: 0px auto 100px;
  padding: 16px 0 0;
  width: 888px;
}
#news_area h2 {
  font-size: 20px;
  margin: 0 auto 25px;
  text-align: center;
}
#news_area h2 span {
  font-weight: bold;
  line-height: 1.2;
  padding: 0 10px;
}
#news_area h2 span:first-of-type, #news_area h2 span:first-of-type a {
  color: #0c00a4;
}
#news_area h2 span:nth-of-type(2), #news_area h2 span:nth-of-type(2) a {
  color: #a40000;
}
#news_area h2 span:nth-of-type(2) {
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
}
#news_area h2 span:last-of-type, #news_area h2 span:last-of-type a {
  color: #0d8a1c;
}
#news_area ul#nwes_list {
  display: flex;
  flex-wrap: wrap;
  width: 894px;
}
#news_area ul#nwes_list li {
  -webkit-box-shadow: 1px 1px 3px 1px #b9cad6;
  -moz-box-shadow: 1px 1px 3px 1px #b9cad6;
  box-shadow: 1px 1px 3px 1px #b9cad6;
  margin: 0 7px 15px;
  width: 284px;
}
#news_area ul#nwes_list li a {
  display: block;
  text-decoration: none;
  color: #000;;
}
.black {
  color: #000;
}
#news_area ul#nwes_list li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
ul#nwes_list li dl.news_box {
  padding: 15px 10px 30px;
}
ul#nwes_list dl.news_box dt {
  font-size: 16px;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0 0 3px 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
ul#nwes_list li dl.news_box dt .cate {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  float: right;
  line-height: 1;
  padding: 5px;
}
ul#nwes_list li dl.news_box dd {
  font-size: 15px;
  line-height: 1.4;
  padding: 0 5px;
}
ul#nwes_list li dl.news_box dd dt {
  border: none;
  padding: 0px;
}
ul#nwes_list li dl.news_box dd dd {
  font-size: 15px;
  line-height: 1.4;
  padding: 0;
}
/* ニュース */
#news_area ul#nwes_list li.news {
  background: url(../image/arrow_news.png) no-repeat right bottom, -webkit-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
  background: url(../image/arrow_news.png) no-repeat right bottom, -moz-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
  background: url(../image/arrow_news.png) no-repeat right bottom, linear-gradient(to right, #e8e7f9 0%, #ffffff 50%, #e8e7f9 100%);
}
ul#nwes_list li.news dl.news_box dt {
  border-bottom-color: #0c00a4;
}
ul#nwes_list li.news dl.news_box dt .cate {
  background: #0c00a4;
}
ul#nwes_list li.news dl.news_box dd dt span {
  display: block;
  font-weight: bold;
}
ul#nwes_list li.news dl.news_box dd dt .tv {
  color: #0c00a4 !important;
  margin: 0 0 12px;
  text-align: left;
  font-weight: bold;
}
ul#nwes_list li.news dl.news_box dd dt span .pdf {
  color: #000;
}
ul#nwes_list li.news dl.news_box dd dt .no_link {
  color: #0c00a4 !important;
  margin: 0 0 12px;
  text-align: left;
  font-weight: bold;
  display: block;
}
ul#nwes_list li.news dl.news_box dd dt .tv_ttl {
  text-align: center;
}
/* 放送局へのリンク */
.broadcast_link {
  font-size: 14px;
}
/* IR */
#news_area ul#nwes_list li.ir {
  background: url(../image/arrow_ir.png) no-repeat right bottom, -webkit-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
  background: url(../image/arrow_ir.png) no-repeat right bottom, -moz-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
  background: url(../image/arrow_ir.png) no-repeat right bottom, linear-gradient(to right, #f9e7e7 0%, #ffffff 50%, #f9e7e7 100%);
}
ul#nwes_list li.ir dl.news_box dt {
  border-bottom-color: #a40000;
}
ul#nwes_list li.ir dl.news_box dt .cate {
  background: #a40000;
}
ul#nwes_list li.ir dl.news_box dd span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #000 !important;
}
/* 商品・サービス */
#news_area ul#nwes_list li.service {
  background: url(../image/arrow_service.png) no-repeat right bottom, -webkit-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
  background: url(../image/arrow_service.png) no-repeat right bottom, -moz-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
  background: url(../image/arrow_service.png) no-repeat right bottom, linear-gradient(to right, #e7f9e7 0%, #ffffff 50%, #e7f9e7 100%);
}
ul#nwes_list li.service dl.news_box dt {
  border-bottom-color: #0d8a1c;
}
ul#nwes_list li.service dl.news_box dt .cate {
  background: #0d8a1c;
}
ul#nwes_list li.service dl.news_box dd dt {
  color: #0d8a1c;
  display: block;
  font-weight: bold;
}
/* -------------------------
  btn_news_all
------------------------- */
#btn_news_all {
  float: right;
}
@media screen and (max-width: 812px) {
  #news_area {
    background: url(/ir/image/bg_news.png) no-repeat center 0;
    margin: 3em auto 1em;
    padding: 16px 0 0;
    width: 100%;
  }
  #news_area h2 {
    font-size: 1.1rem;
    margin: 0 auto 1.2rem;
    text-align: center;
  }
  #news_area h2 span {
    font-weight: bold;
    line-height: 1.2;
    padding: 0 10px;
  }
  #news_area h2 span:first-of-type, #news_area h2 span:first-of-type a {
    color: #0c00a4;
  }
  #news_area h2 span:nth-of-type(2), #news_area h2 span:nth-of-type(2) a {
    color: #a40000;
  }
  #news_area h2 span:nth-of-type(2) {
    border-left: #838383 solid 1px;
    border-right: #838383 solid 1px;
  }
  #news_area h2 span:last-of-type, #news_area h2 span:last-of-type a {
    color: #0d8a1c;
  }
  #news_area ul#nwes_list {
    width: 90%;
    display: block;
    margin: auto;
  }
  #news_area ul#nwes_list li {
    -webkit-box-shadow: 1px 1px 3px 1px #b9cad6;
    -moz-box-shadow: 1px 1px 3px 1px #b9cad6;
    box-shadow: 1px 1px 3px 1px #b9cad6;
    margin: 0 auto 1rem;
    width: 100%;
  }
  #news_area ul#nwes_list li a {
    display: block;
    text-decoration: none;
  }
  .black {
    color: #000;
  }
  #news_area ul#nwes_list li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
  ul#nwes_list li dl.news_box {
    padding: 15px 10px 30px;
  }
  ul#nwes_list dl.news_box dt {
    font-size: 4vw;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 3px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  ul#nwes_list li dl.news_box dt .cate {
    border-radius: 0.8vw;
    color: #ffffff;
    font-size: 3vw;
    float: right;
    line-height: 1;
    padding: 0.8vw;
  }
  ul#nwes_list li dl.news_box dd {
    font-size: 4vw;
    line-height: 1.4;
    padding: 0 5px;
  }
  ul#nwes_list li dl.news_box dd dt {
    border: none;
    padding: 0px;
  }
  ul#nwes_list li dl.news_box dd dd {
    font-size: 4vw;
    line-height: 1.4;
    padding: 0;
  }
  /* ニュース */
  #news_area ul#nwes_list li.news {
    background: url(../image/arrow_news.png) no-repeat right bottom, -webkit-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
    background: url(../image/arrow_news.png) no-repeat right bottom, -moz-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
    background: url(../image/arrow_news.png) no-repeat right bottom, linear-gradient(to right, #e8e7f9 0%, #ffffff 50%, #e8e7f9 100%);
  }
  ul#nwes_list li.news dl.news_box dt {
    border-bottom-color: #0c00a4;
  }
  ul#nwes_list li.news dl.news_box dt .cate {
    background: #0c00a4;
  }
  ul#nwes_list li.news dl.news_box dd dt span {
    display: block;
    font-weight: bold;
  }
  ul#nwes_list li.news dl.news_box dd dt .tv {
    color: #0c00a4 !important;
    margin: 0 0 12px;
    text-align: left;
    font-weight: bold;
  }
  ul#nwes_list li.news dl.news_box dd dt span .pdf {
    color: #000;
  }
  ul#nwes_list li.news dl.news_box dd dt .no_link {
    color: #0c00a4 !important;
    margin: 0 0 12px;
    text-align: left;
    font-weight: bold;
    display: block;
  }
  ul#nwes_list li.news dl.news_box dd dt .tv_ttl {
    text-align: center;
  }
  /* 放送局へのリンク */
  .broadcast_link {
    font-size: 14px;
  }
  /* IR */
  #news_area ul#nwes_list li.ir {
    background: url(../image/arrow_ir.png) no-repeat right bottom, -webkit-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
    background: url(../image/arrow_ir.png) no-repeat right bottom, -moz-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
    background: url(../image/arrow_ir.png) no-repeat right bottom, linear-gradient(to right, #f9e7e7 0%, #ffffff 50%, #f9e7e7 100%);
  }
  ul#nwes_list li.ir dl.news_box dt {
    border-bottom-color: #a40000;
  }
  ul#nwes_list li.ir dl.news_box dt .cate {
    background: #a40000;
  }
  ul#nwes_list li.ir dl.news_box dd span {
    display: block;
    font-size: inherit;
    font-weight: bold;
    text-align: center;
  }
 
  /* 商品・サービス */
  #news_area ul#nwes_list li.service {
    background: url(../image/arrow_service.png) no-repeat right bottom, -webkit-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
    background: url(../image/arrow_service.png) no-repeat right bottom, -moz-linear-gradient(left, #e7e7e6 0%, #ffffff 50%, #e7e7e6 100%);
    background: url(../image/arrow_service.png) no-repeat right bottom, linear-gradient(to right, #e7f9e7 0%, #ffffff 50%, #e7f9e7 100%);
  }
  ul#nwes_list li.service dl.news_box dt {
    border-bottom-color: #0d8a1c;
  }
  ul#nwes_list li.service dl.news_box dt .cate {
    background: #0d8a1c;
  }
  ul#nwes_list li.service dl.news_box dd dt {
    color: #0d8a1c;
    display: block;
    font-weight: bold;
  }
  /* -------------------------
  btn_news_all
------------------------- */
  #btn_news_all {
    float: none;
    width: 44%;
    margin: 0 auto;
  }
}
/* --------------------------------------------------------
  hmn_area
---------------------------------------------------------- */
#hmn_area {
  margin: 0 auto 30px;
  width: 880px;
}
#hmn_area h2 {
  background: url(../image/ttl_hmn_bg.png) no-repeat 0 0;
  color: #ffffff;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  margin: 0 0 1px;
  width: 438px;
}
#hmn_area h2 img {
  margin: 12px 20px 0 30px;
  vertical-align: top;
}
#hmn_area #shop {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 10px 0;
}
#hmn_area #shop span {
  color: #dc145d;
  font-size: 20px;
  font-weight: bold;
  margin: 0 8px;
}
#hmn_area .hmn_box {
  clear: both;
  background: #f4eee5 url(../image/bg_hmn.png) repeat-x 0 0;
  padding: 33px 0 25px;
}
#hmn_area .hmn_box ul#shoplist {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 792px;
}
#hmn_area .hmn_box ul#shoplist li {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 5px 2px #c7b499;
  -moz-box-shadow: 0px 0px 5px 2px #c7b499;
  box-shadow: 0px 0px 5px 2px #c7b499;
  margin: 5px 14px;
  width: 170px;
}
#hmn_area .hmn_box ul#shoplist dt {
  background: -webkit-linear-gradient(top, #f86161 0%, #c22a71 100%);
  background: -moz-linear-gradient(top, #f86161 0%, #c22a71 100%);
  background: linear-gradient(to bottom, #f86161 0%, #c22a71 100%);
  -webkit-border-radius: 7px 7px 0 0 / 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0 / 7px 7px 0 0;
  border-radius: 7px 7px 0 0 / 7px 7px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#hmn_area .hmn_box ul#shoplist dt.line2 {
  line-height: 1.1;
  padding: 8px 0 0;
  background: -webkit-linear-gradient(top, #3aa92b 0%, #21622f 100%);
  background: -moz-linear-gradient(top, #3aa92b 0%, #21622f 100%);
  background: linear-gradient(to bottom, #3aa92b 0%, #21622f 100%);
}
#hmn_area .hmn_box ul#shoplist dt span {
  font-size: 14px;
  font-weight: bold;
}
#hmn_area .hmn_box ul#shoplist dt span.white {
  color: #fff;
  font-weight: bolf;
  font-size: 16px;
}
#hmn_area .hmn_box ul#shoplist dd {
  background: #f3f3f3;
  -webkit-border-radius: 0 0 7px 7px / 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px / 0 0 7px 7px;
  border-radius: 0 0 7px 7px / 0 0 7px 7px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
#hmn_area .hmn_box ul#shoplist dd span {
  font-size: 16px;
  font-weight: bold;
}
/* リースル会 */
#hmn_area .hmn_box ul#shoplist .leasel dt {
  background: -webkit-linear-gradient(top, #287eca 0%, #054278 100%);
  background: -moz-linear-gradient(top, #287eca 0%, #054278 100%);
  background: linear-gradient(to bottom, #287eca 0%, #054278 100%);
}
@media screen and (max-width: 812px) {
  #hmn_area {
    margin: 0 auto 30px;
    width: 100%;
  }
  #hmn_area h2 {
    float: none;
    background: url(../image/ttl_hmn_bg.png) no-repeat 0 0 / auto 12vw;
    color: #ffffff;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 2.5;
    margin: 0 0 1rem;
    padding-left: 1.3em;
    width: 100%;
    height: 2.5em;
  }
  #hmn_area h2 img {
    margin: 12px 30px 0;
    vertical-align: top;
  }
  #hmn_area #shop {
    float: none;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
    margin: 0.5em;
  }
  #hmn_area #shop span {
    color: #dc145d;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 8px;
  }
  #hmn_area .hmn_box {
    background: #f4eee5 url(../image/bg_hmn.png) repeat-x 0 0;
    padding: 3vw 0;
  }
  #hmn_area .hmn_box ul#shoplist {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
  #hmn_area .hmn_box ul#shoplist li {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 5px 2px #c7b499;
    -moz-box-shadow: 0px 0px 5px 2px #c7b499;
    box-shadow: 0px 0px 5px 2px #c7b499;
    margin: 1.6vw;
    width: 44%;
  }
  #hmn_area .hmn_box ul#shoplist dt {
    background: -webkit-linear-gradient(top, #f86161 0%, #c22a71 100%);
    background: -moz-linear-gradient(top, #f86161 0%, #c22a71 100%);
    background: linear-gradient(to bottom, #f86161 0%, #c22a71 100%);
    -webkit-border-radius: 7px 7px 0 0 / 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0 / 7px 7px 0 0;
    border-radius: 7px 7px 0 0 / 7px 7px 0 0;
    color: #ffffff;
    font-size: inherit;
    font-weight: bold;
    height: 11vw;
    line-height: 11vw;
    text-align: center;
  }
  #hmn_area .hmn_box ul#shoplist dt.line2 {
    line-height: 1.1;
    /*height: 42px;*/
    padding: 8px 0 0;
  }
  #hmn_area .hmn_box ul#shoplist dt span {
    font-size: inherit;
    font-weight: bold;
  }
  #hmn_area .hmn_box ul#shoplist dt span.white {
    color: #fff;
    font-weight: bold;
    font-size: inherit;
  }
  #hmn_area .hmn_box ul#shoplist dd {
    background: #f3f3f3;
    -webkit-border-radius: 0 0 7px 7px / 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px / 0 0 7px 7px;
    border-radius: 0 0 7px 7px / 0 0 7px 7px;
    font-size: inherit;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
  }
  #hmn_area .hmn_box ul#shoplist dd span {
    font-size: inherit;
    font-weight: bold;
  }
}
/* --------------------------------------------------------
  group_area
---------------------------------------------------------- */
#group_area {
  margin: 0 auto 28px;
  width: 880px;
}
#group_area h2 {
  background: url(../image/ttl_group_bg.png) no-repeat 0 0;
  color: #ffffff;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  margin: 0 0 1px;
  text-indent: 30px;
  width: 438px;
}
#group_area .group_box {
  clear: both;
  background: #f4eee5 url(../image/bg_group.png) repeat-x 0 0;
  overflow: hidden;
  padding: 37px 0 27px;
}
#group_area .group_box .lead {
  font-size: 15px;
  margin: 0 0 20px;
  text-align: center;
}
#group_area .group_box .pnl {
  float: left;
  margin: 0 0 0 18px;
  width: 280px;
}
#group_area .group_box .pnl img {
  -webkit-box-shadow: 1px 1px 5px 1px #b3c5d3;
  -moz-box-shadow: 1px 1px 5px 1px #b3c5d3;
  box-shadow: 1px 1px 5px 1px #b3c5d3;
  margin: 5px;
}
#group_area .group_box .pnl figcaption {
  font-size: 15px;
  margin: 5px 0 0;
  text-align: center;
}
#group_area .group_box .document {
  float: right;
  margin: 0 8px 0 0;
  overflow: hidden;
  width: 560px;
}
#group_area .group_box .document li {
  background: url(../image/arrow_group.png) no-repeat 0 5px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin: 7px 0;
  text-align: left;
  text-indent: 12px;
  width: 280px;
}
#group_area .group_box .document li a {
  color: #336699;
}
@media screen and (max-width: 812px) {
  #group_area {
    margin: 0 auto 28px;
    width: 100%;
  }
  #group_area h2 {
    float: none;
    background-size: auto 12vw;
    font-size: 4.8vw;
    height: 2.5em;
    line-height: 2.5;
    margin: 0 0 1px;
    text-indent: 1.3em;
    width: 100%;
  }
  #group_area .group_box {
    clear: both;
    background: #f4eee5 url(../image/bg_group.png) repeat-x 0 0;
    overflow: hidden;
    padding: 1.5rem 1rem;
  }
  #group_area .group_box .lead {
    font-size: 1rem;
    margin: 0 0 20px;
    text-align: center;
  }
  #group_area .group_box .pnl {
    float: none;
    display: block;
    margin: 0 auto 0.4em;
    width: 90%;
  }
  #group_area .group_box .pnl img {
    -webkit-box-shadow: 1px 1px 5px 1px #b3c5d3;
    -moz-box-shadow: 1px 1px 5px 1px #b3c5d3;
    box-shadow: 1px 1px 5px 1px #b3c5d3;
    margin: 0;
  }
  #group_area .group_box .pnl figcaption {
    font-size: 1rem;
    margin: 0.3em 0;
    text-align: center;
  }
  #group_area .group_box .document {
    float: none;
    margin: 0;
    width: 100%;
  }
  #group_area .group_box .document li {
    font-size: inherit;
    margin: 0 0 0.4em;
    width: 100%;
    position: relative;
    background-position: 0 50%;
    background-size: auto 2.5vw;
    text-indent: 0.8em;
  }
  #group_area .group_box .document li:before {
    content: url(/ir/image/arrow_group.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  #group_area .group_box .document li a {
    color: #336699;
  }
}
/* --------------------------------------------------------
  sports_area
---------------------------------------------------------- */
.sports_area {
  margin: 0 auto 26px;
  width: 880px;
}
.sports_area .spo_flex {
  display: flex;
}
.sports_area .spo_flex h2 {
  margin: 5px 0 0 45px;
  width: 238px;
}
.sports_area .spo_flex .lead {
  font-size: 17px;
  line-height: 1.3;
  margin: .3rem 2em 0 10rem;
  width: 440px;
}
.sports_area .lst_box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 12px 0 55px;
  position: relative;
  width: 804px;
}
.sports_area dl.lnklst {
  margin: 1rem auto;
  width: 200px;
  position: relative;
  display: block;
}
.sports_area .lnklst dd {
  margin: 0 5px;
  width: 190px;
}
.sports_area .lnklst dt {
  width: 100%;
  font-size: .9rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 5px 0 0;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
}
/* 最新のパブリ情報へボタン */
.sports_area .lst_box .btn_ad {
  position: absolute;
  right: 10px;
  top: 0;
}
@media screen and (max-width: 812px) {
  .sports_area {
    margin: 0 auto 1rem;
    width: 100%;
  }
  .sports_area > h2 img {
    width: auto;
    height: 7vw;
  }
  .sports_area .spo_flex {
    display: block;
  }
  .sports_area .spo_flex h2 {
    margin: 5px 0 0 45px;
    max-width: 238px;
    width: 100%;
  }
  .sports_area .spo_flex .lead {
    font-size: 17px;
    line-height: 1.3;
    margin: .3rem 0 0 10rem;
    max-width: 440px;
    width: 100%;
  }
  .sports_area .lst_box {
    display: flex;
    margin: 0 auto;
    padding: 3vw 0 10vw;
    position: relative;
    width: 100%;
  }
  .sports_area dl.lnklst {
    margin: 0 auto;
    width: 45%;
  }
  .sports_area .lnklst dd {
    margin: 0;
    width: 100%;
  }
  .sports_area .lnklst dt {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0.3em 0 0;
    text-align: center;
    font-size: 3.3vw;
    line-height: 1.4;
  }
  /* 最新のパブリ情報へボタン */
  .sports_area .lst_box .btn_ad {
    position: static;
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}
/* --------------------------------------------------------
  useful_area
---------------------------------------------------------- */
.useful_area {
  background: #ede5f4;
  margin: 0 auto 30px;
  padding: 10px 0 25px;
  width: 880px;
}
.useful_area div.flex {
  display: flex;
  margin: 1rem;
}
.useful_area h2 {
  margin: 0 0 0 45px;
  width: 235px;
}
.useful_area .lead {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 0 100px;
  width: 440px;
}
.useful_area div {
  display: flex;
  width: 880px;
  position: relative;
  margin: 2.5rem;
}
.useful_area div.second {
  display: flex;
  width: 880px;
  position: relative;
  margin: -1rem 2.5rem 1rem;
}
.useful_area dl {
  position: relative;
}
.useful_area dt {
  top: 9.5rem;
  left: .5rem;
  width: 190px;
  position: absolute;
  font-size: .9rem;
  font-weight: bold;
  text-align: center;
}
.useful_area dd {
  margin: 0 4px 30px;
  text-align: center;
  width: 190px;
  border: #d1c0a5 solid 1px;
}
@media screen and (max-width: 812px) {
  .useful_area {
    margin: 0 auto 20px;
    width: 100%;
    background: #ede5f4;
  }
  .useful_area h2 {
    margin: .5rem auto;
    width: auto;
  }
  .useful_area h2 img {
    width: auto;
    height: 8vw;
    margin: 0 auto;
  }
  .useful_area .lead {
    font-size: 1rem;
    line-height: 1.3;
    margin: .5rem auto;
    width: 90%;
  }
  .useful_area div {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92%;
    position: relative;
    margin: 1em auto;
  }
  .useful_area div > a {
    display: block;
    width: 48%;
    margin-bottom: 1em;
  }
  .useful_area dl {
  }
  .useful_area dt {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 3vw;
    font-weight: bold;
  }
  .useful_area dd {
    margin: 0;
    width: 100%;
  }
}
/* --------------------------------------------------------
  euroland_area
---------------------------------------------------------- */
#euroland_area {
  border-top: #ede5f4 solid 1px;
  border-bottom: #ede5f4 solid 1px;
  margin: 0 auto 30px;
  padding: 19px 0 20px;
  width: 790px;
}
#euroland_area h2 {
  font-size: 22px;
  margin: auto;
}
#euroland_area div.euro {
  display: flex;
  margin: 1rem auto;
}
.lead {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 20px 0;
  width: 450px;
}
.btn_euroland {
  margin: 0 0 0 52px;
  width: 248px;
}
@media screen and (max-width: 812px) {
  #euroland_area {
    border-top: #ede5f4 solid 1px;
    border-bottom: #ede5f4 solid 1px;
    margin: 0 auto 2rem;
    padding: 1rem 0;
    width: 100%;
  }
  #euroland_area h2 {
    font-size: 1.5rem;
    margin: auto;
  }
  #euroland_area div.euro {
    display: block;
    margin: 1rem auto;
  }
  .lead {
    font-size: 1rem;
    line-height: 1.3;
    margin: 1rem auto 0;
    width: 100%;
  }
  .btn_euroland {
    margin: 0 auto;
    width: 60%;
  }
}

/* --------------------------------------------------------
  branch_opening
---------------------------------------------------------- */
.branch_opening h3 {
  padding: 0.3em 0.5em;
  margin: 0 0 0.5em;
  background: #cc3366;
  background: -moz-linear-gradient(left,  #cc3366 0%, #eebdcd 50%, #cc3366 100%);
  background: -webkit-linear-gradient(left,  #cc3366 0%,#eebdcd 50%,#cc3366 100%);
  background: linear-gradient(to right,  #cc3366 0%,#eebdcd 50%,#cc3366 100%);
  font-size: 120%;
    font-weight: bold;
  color: #fff;
}
.branch_opening table {
  margin: 0 0 0.5em;
  border: 2px solid #4290bf;
  color: #333;
}
.branch_opening table tr {
  background: #fff;
}
.branch_opening table tbody tr {
  border-bottom: 1px solid #8dc3e4;
}
.branch_opening table th {
  padding: 0.55em 0.8em;
  background: #b1d4e9;
  font-weight: bold;
}
.branch_opening table td.new::before {
  content: "新 規";
  position: relative;
  top: -0.2em;
  display: inline-block;
  padding: 0.15em 0.6em;
  margin: 0 1.2em 0 0;
  background: #d94242;
  font-size: 76.5%;
  font-weight: bold;
  color: #fff;
  border-radius: 0.235em;
}
.branch_opening table td.move::before {
  content: "移 設";
  position: relative;
  top: -0.2em;
  display: inline-block;
  padding: 0.15em 0.6em;
  margin: 0 1.2em 0 0;
  background: #4174d9;
  font-size: 76.5%;
  font-weight: bold;
  color: #fff;
  border-radius: 0.235em;
}
.show_all {
  position: relative;
  display: block;
  width: 10em;
  padding: 0.5em 1em;
  margin: 0 0 0 auto;
  background: #d65989;
  border: 0.54vw solid #fff;
  border-radius: 0.4em;
  box-shadow: 0 0.27vw 1.62vw rgba(0,0,0,0.2);
  font-weight: bold;
  color: #fff;
}
.show_all:link,
.show_all:visited {
  background: #d65989 !important;
  color: #fff !important;
}
.show_all::after {
  content: "\025b6";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  height: 1em;
}
@media screen and (max-width: 812px) {
  .branch_opening {
    width: 92%;
    margin: 0.7em auto 0;
  }
  .branch_opening h3 {
  }
  .branch_opening table {
    display: block;
  }
  .branch_opening table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .branch_opening table tbody tr {
    padding: 0.3em 0.5em;
  }
  .branch_opening table th {
    display: block;
    width: 100%;
  }
  .branch_opening table th:not(:first-child) {
    display: none;
  }
  .branch_opening table td {
    display: block;
  }
  .branch_opening table td:first-child {
    flex-basis: 100%;
  }
  .branch_opening table td:nth-child(2) {
    flex-basis: 40%;
    font-size: 90%;
  }
  .branch_opening table td:nth-child(3) {
    flex-basis: 60%;
    font-size: 90%;
  }
  .branch_opening table td:not(:first-child)::before {
    display: inline-block;
    padding: 0.22em;
    margin: 0 0.3em 0 0;
    font-size: 72%;
    background: #4290bf;
    color: #fff;
    line-height: 1;
  }
  .branch_opening table td.new::before,
  .branch_opening table td.move::before {
    margin: 0 0.6em 0 0;
  }
  .branch_opening table td:nth-child(2)::before {
    content: "都道府県";
  }
  .branch_opening table td:nth-child(3)::before {
    content: "オープン予定月";
  }
}
@media screen and (min-width: 813px) {
  .branch_opening {
    width: 766px;
    margin: 24px auto 0;
  }
  .branch_opening table {
    width: 100%;
  }
  .branch_opening table th {
    border-left: 1px solid #fff;
  }
  .branch_opening table td {
    padding: 0.55em 1.1em;
    border-left: 1px solid #8dc3e4;
  }
  .branch_opening table td:not(:first-child) {
    text-align: center;
  }
  .show_all {
    border: 2px solid #fff;
    border-radius: 0.4em;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
  }
}

.noPlan{
	text-align: center;
}