@charset "UTF-8";
/* sp */
@media only screen and (max-width: 760px) {
  .fl {
    float: none !important;
  }

  .fr {
    float: none !important;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .mt50 {
    margin-top: 30px !important;
  }

  .mt30 {
    margin-top: 0 !important;
  }

  .dp_il {
    display: none !important;
  }

  /* /フォーム基本レイアウト */
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }

  /* ヘッダー
  ----------------------------------------------------------------*/
  .head-container {
    position: fixed;
    background: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    z-index: 101;
  }
  .head-wrp {
    background: none;
    overflow: hidden;
    *zoom: 1;
    border-top: none;
    border-bottom: none;
  }

  .head {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 10px;
  }
  .head .logo {
    margin-top: 15px;
    margin-left: 10px;
    width: 83px;
    float: none;
  }
  .head .logo img {
    width: 100%;
  }
  .head .head-right {
    display: none;
  }
  .head .head-nav {
    display: none;
  }

  .sb-open-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #3883e7;
  }

  .sp-head-icon {
    position: absolute;
    top: 0;
    right: 55px;
  }
  .sp-head-icon ul {
    font-size: 0;
    padding-top: 5px;
  }
  .sp-head-icon ul li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .sp-head-icon ul li.btn01 a,
  .sp-head-icon ul li.btn02 a,
  .sp-head-icon ul li.btn51 a,
  .sp-head-icon ul li.btn52 a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .sp-head-icon ul li.btn01 a {
    background: url(../img/head-icon01.png) no-repeat 50% 50% #3883e7;
    background-size: 14px 14px;
  }
  .sp-head-icon ul li.btn02 a {
    background: url(../img/sp_contact_btn.png) no-repeat;
    background-size: 40px 40px;
  }
  .sp-head-icon ul li.btn51 a {
    background: url(../img/head-icon51.png) no-repeat 50% 50% #ffccff;
    background-size: 20px 20px;
  }
  .sp-head-icon ul li.btn52 a {
    background: url(../img/head-icon52.png) no-repeat 50% 50% #ffccff;
    background-size: 20px 20px;
  }
  

  .sp-head-icon ul li.btn03 a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    background-color: #0c38a8;
    height: 36px;
    line-height: 1.3;
    padding: 4px 10px 0;
margin-right: 5px;
  }

  /*  ヘッダーの設定
  ---------------------------------------------- */
  #headerWrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    padding: 10px 0px;
    box-sizing: border-box;
    background: none;
    text-align: center;
    z-index: 100;
  }

  /*  ハンバーガーメニューの設定
  ---------------------------------------------- */
  /* スライドインメニューに必要なところ */
  [canvas=container] {
    transform: translate(0px, 0px) !important;
  }

  body {
    position: relative;
    left: 0;
  }

  body.open {
    overflow: hidden;
  }
  body.open .sp-open-wrp {
    overflow: hidden;
    display: block;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.3);
  }
  body.open .sb-open-right {
    background-color: #3883e7;
  }

  .slide_menu {
    position: fixed;
    height: 100%;
    background: #629dec;
  }
  .slide_menu ul.slide_menu-inner {
    padding-top: 53px;
  }
  .slide_menu ul.slide_menu-inner li {
    border-bottom: solid 1px #fff;
  }
  .slide_menu ul.slide_menu-inner li ul.und01 li a {
    background-color: #dfdfdf;
    padding-left: 35px;
  }
  .slide_menu ul.slide_menu-inner li ul.und01 li a p {
    color: #5f5f5f;
    font-size: 12px;
    background: #dfdfdf right no-repeat url(../../assets/img/header/icon-h-arw-sp.png);
    background-size: 20px;
    letter-spacing: -1px;
    font-weight: normal;
  }
  .slide_menu ul.slide_menu-inner li ul.und01 li:last-child {
    border: none;
  }
  .slide_menu ul.slide_menu-inner li dl.acMenu02 dt {
    display: block;
    width: auto;
    padding: 13px 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .slide_menu ul.slide_menu-inner li dl.acMenu02 dt p {
    font-size: 18px;
    font-weight: bold;
    background: #629dec right no-repeat url(../../assets/img/header/icon-h-off-sp.png);
    background-size: 20px;
  }
  .slide_menu ul.slide_menu-inner li dl.acMenu02 dt.open p {
    background: right no-repeat url(../../assets/img/header/icon-h-on-sp.png);
    background-size: 20px;
  }
  .slide_menu ul.slide_menu-inner li dl.acMenu02 dd {
    display: none;
  }
  .slide_menu ul.slide_menu-inner li a {
    display: block;
    width: auto;
    padding: 13px 15px;
    color: #fff;
    background: #629dec;
    text-decoration: none;
  }
  .slide_menu ul.slide_menu-inner li a p {
    font-size: 18px;
    font-weight: bold;
    background: #629dec right no-repeat url(../../assets/img/header/icon-h-arw-sp.png);
    background-size: 20px;
  }
  .slide_menu .sp-h-mail {
    background-color: #fff;
    padding: 10px;
  }
  .slide_menu .sp-h-mail a {
    width: auto;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f87c32;
    text-decoration: none;
  }
  .slide_menu .sp-h-mail a p {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    margin: 0 auto;
    background: no-repeat left url(../../assets/img/header/icon-h-mail-sp.png);
    background-size: 18px;
    padding: 10px 0;
    padding-left: 22px;
  }

  #button {
    display: block;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 20px;
    height: 25px;
    cursor: pointer;
    z-index: 100;
  }

  #button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #button span:nth-child(1) {
    top: 0;
  }

  #button span:nth-child(2) {
    top: 7px;
  }

  #button span:nth-child(3) {
    top: 14px;
  }

  /* #naviToggle 切り替えアニメーション */
  .open #button span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #button span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #button span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* /#naviToggle 切り替えアニメーション */
  .fixed #button span {
    background: #000;
  }

  /* フッター
  ----------------------------------------------------------------*/
  .footer-wrp {
    background: no-repeat url(../../assets/img/footer/sp-bg-footer.png);
    background-size: 100%;
  }
  .footer-wrp .footer {
    width: auto;
    margin: 0 auto;
    padding-top: 20px;
  }
  .footer-wrp .footer .footer-barbie {
    width: 40%;
    margin-left: 0px;
  }
  .footer-wrp .footer .f-cntact-wrp {
    width: auto;
    float: left;
  }
  .footer-wrp .footer .f-cntact-wrp p {
    text-align: left;
    font-size: 15px;
    margin-top: 80px;
    margin-left: -40px;
  }
  .footer-wrp .footer .tell-wrp {
    width: auto;
    float: none;
    margin-top: 0;
    clear: both;
    margin: 0 10px;
  }
  .footer-wrp .footer .tell-wrp ul {
    overflow: hidden;
    *zoom: 1;
    margin-left: 50px;
    padding: 10px;
  }
  .footer-wrp .footer .tell-wrp ul li {
    width: 50%;
    float: left;
  }
  .footer-wrp .footer .tell-wrp ul li p {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .footer-wrp .footer .tell-wrp ul li p.japan {
    background: left no-repeat url(../../assets/img/header/icon-h-japan.png);
    font-size: 12px;
    letter-spacing: 0px;
    padding-left: 25px;
    padding-right: 10px;
  }
  .footer-wrp .footer .tell-wrp ul li p.thailand {
    letter-spacing: 0px;
    font-size: 12px;
    text-align: left;
    padding-left: 25px;
    padding-right: 10px;
    background: left no-repeat url(../../assets/img/header/icon-h-thailand.png);
  }
  .footer-wrp .footer .btn-02 {
    float: none;
    margin: 0px 10px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .footer-wrp .footer .btn-02 a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 10px 45px;
    background-color: #f87c32;
  }
  .footer-wrp .footer .btn-02 a span.icon-mail {
    background: left url(../../assets/img/header/icon-h-mail.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: bold;
  }
  .footer-wrp .footer .btn-02 a:hover {
    background-color: #fb5015;
  }
  .footer-wrp .footer .page-top {
    display: none;
  }
  .footer-wrp .page-top-barbie-wrp {
    display: none;
  }

  .footer-top {
    width: 100%;
    padding-bottom: 17px;
    overflow: hidden;
    *zoom: 1;
    background-color: #fff;
  }
  .footer-top .footer-top-inner {
    width: auto;
  }
  .footer-top .footer-top-inner .logo {
    width: 112px;
    float: none;
    margin: 0 auto;
    margin-top: 20px;
  }
  .footer-top .footer-top-inner .logo .fb {
    display: none;
  }
  .footer-top .footer-top-inner .footer-top-txt {
    width: auto;
    float: none;
    margin: 0;
    text-align: center;
  }
  .footer-top .footer-top-inner .footer-top-txt p {
    font-size: 9px;
    text-align: center;
  }
  .footer-top .footer-top-inner dl.txt-box {
    display: none;
  }
  .footer-top .footer-top-inner dl.txt-left, .footer-top .footer-top-inner dl.txt-right {
    display: none;
  }

  .footer-middle {
    display: none;
    width: 100%;
    border-top: 12px solid #fff;
    background-color: #ededed;
  }
  .footer-middle .footer-middle-wrp {
    width: auto;
    padding: 0;
  }
  .footer-middle .footer-middle-wrp dl {
    float: none;
  }
  .footer-middle .footer-middle-wrp dl .pt60 {
    padding: 10px !important;
  }
  .footer-middle .footer-middle-wrp dl dt.sp-hide {
    display: none;
  }
  .footer-middle .footer-middle-wrp dl dt {
    border-top: 1px #fff solid;
    padding: 10px;
  }
  .footer-middle .footer-middle-wrp dl dt a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    padding-left: 20px;
    font-weight: bold;
  }
  .footer-middle .footer-middle-wrp dl dt a::before {
    left: 9px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #1e84f7;
  }
  .footer-middle .footer-middle-wrp dl dt a:hover {
    text-decoration: underline;
  }
  .footer-middle .footer-middle-wrp dl dd {
    display: none;
  }
  .footer-middle .width350 {
    width: auto;
  }
  .footer-middle .width190 {
    width: auto;
  }
  .footer-middle .width280 {
    width: auto;
  }

  p.copy {
    background-color: #000;
  }

  /*共有
  ----------------------------------------------------------------*/
  .content-wrp {
    width: auto;
  }
  .content-wrp .leave {
    margin: -30px 10px 10px 10px;
  }
  .content-wrp .theme {
    margin: 50px 10px 10px 10px;
  }

  body.open .content-wrp {
    z-index: -100;
  }

  .container {
    width: auto;
    overflow: hidden;
    *zoom: 1;
    padding: 0 10px;
  }

  .container-left {
    width: auto;
    float: none;
    overflow: hidden;
    *zoom: 1;
  }
  .container-left.index {
    padding-top: 0;
  }

  .container-right {
    width: auto;
    float: none;
  }

  .container-right.index {
    position: relative;
    margin-top: 50px;
  }
  .container-right.index .bg-barbie {
    display: none;
  }

  /*content-left
  ----------------------------------------------------------------*/
  .content-left {
    width: auto;
    clear: both;
    float: none;
  }

  .content-middle {
    clear: both;
    width: auto;
    margin-left: 0px;
    float: none;
  }

  /*ranking
  ----------------------------------------------------------------*/
  .ranking-wrp {
    padding-top: 0;
  }
  .ranking-wrp h4 {
    left: 50%;
    margin-left: -124px;
  }
  .ranking-wrp span {
    left: 50%;
    margin-left: -124px;
  }
  .ranking-wrp .ranking {
    background-color: #fff;
  }
  .ranking-wrp .ranking ul li {
    margin-bottom: 15px;
    border: none;
    background-color: #fff;
    -moz-box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
  }
  .ranking-wrp .ranking ul li .ranking-photo {
    position: relative;
  }
  .ranking-wrp .ranking ul li .ranking-photo .ranking-no {
    position: inherit;
    float: left;
    padding: 10px;
    top: 0;
    left: 0;
  }
  .ranking-wrp .ranking ul li .ranking-txt {
    padding: 10px;
  }
  .ranking-wrp .ranking ul li .ranking-txt h5 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
  }
  .ranking-wrp .ranking ul li .ranking-txt p {
    font-size: 12px;
    line-height: 16px;
    color: #000;
  }
  .ranking-wrp .ranking a {
    text-decoration: none;
    text-decoration: none;
    overflow: hidden;
    display: block;
  }
  .ranking-wrp .ranking a:hover {
    opacity: 0.7;
  }

  .ranking-banner {
    margin-top: 30px;
  }

  .container-right.index .ranking-wrp {
    padding-top: 0;
  }

  /*index
  ----------------------------------------------------------------*/
  .content-wrp.index {
    /*background-size: 100%;*/
    background: none;
    padding-top: 35px;
  }

  .main-wrp {
    width: 100%;
    padding-bottom: 0;
  }
  .main-wrp h1 {
   /* width: 236px;*/
   width: auto;
    margin: 0 auto;
    margin-top: 25px;
  }
  .main-wrp .search h2 {
    width: 233px;
    padding: 0 46px;
    margin-top: 12px;
    z-index: 10;
  }
  /*.main-wrp .search h3 {
    width: 233px;
    margin: 0 auto;
    margin-top: 12px;
    z-index: 10;
  }*/

  .main-wrp .search .search-google {
    display: none;
  }
  .main-wrp .search .search-adviser {
    display: none;
  }

  .main-wrp .search .sp-btn-search {
    display: block;
    background: url(/assets/img/index/sp-bg-search03.png) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 2%;
  }

.search-btn-sp-kodawari {
	font-size: 1em;
	border: solid 4px #fed474;
	border-radius: 7px 7px 7px 7px;
	font-weight: bold;
	line-height:1.1em;
	height:40px;
	background-color:#ffffff;
	text-align: left;
	  display: flex;
  justify-content: center;
  align-items: center;
  background-image : url(/assets/img/index/icon-kdw.png);
background-size: contain;
background-repeat: no-repeat;
  
}

  .main-wrp .search .search-google-sp {
    /*display: block;*/
      display: flex;
  justify-content: center;
  align-items: center;
    width: 65%;
margin: 0 auto 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
text-align: left;
font-size: 1em;
margin-top: 15px;
margin-bottom: 15px;
	border: solid 4px #fed474;
	border-radius: 7px 7px 7px 7px;
font-weight: bold;
text-decoration: none!important;
background-color:#ffffff;
	line-height:1.1em;
	height:40px;
background-image : url(/assets/img/index/icon-gmap.png);
background-size: contain;
background-repeat: no-repeat;
  }
  
  
  .main-wrp .search .search-abc-sp {
    /*display: block;*/
      display: flex;
  justify-content: center;
  align-items: center;
    width: 65%;
    margin: 0 auto 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
font-size: 1em;
	border: solid 4px #fed474;
	border-radius: 7px 7px 7px 7px;
margin-bottom: 15px;
font-weight: bold;
text-decoration: none!important;
background-color:#ffffff;
	line-height:1.1em;
	height:40px;
	background-image : url(/assets/img/index/icon-abc.png);
background-size: contain;
background-repeat: no-repeat;
  }
  
  
  .main-wrp .search .search-adviser-sp {
      display: flex;
  justify-content: center;
  align-items: center;
    width: 65%;
    margin: 0 auto 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
	text-align: left;
	font-size: 1em;
	border: solid 4px #fed474;
	border-radius: 7px 7px 7px 7px;
	margin-bottom: 15px;
	font-weight: bold;
	background-color:#ffffff;
	line-height:1.1em;
	height:40px;
	background-image : url(/assets/img/index/icon-adv.png);
background-size: contain;
background-repeat: no-repeat;
  }

  .main-wrp .modal-adviser .modal-adviser-content {
    width: 88%;
    top: 10%;
    margin: 0 auto 100px;
  }
  .main-wrp .modal-adviser .modal-adviser-close {
    top: -9px;
    right: -9px;
  }
  .main-wrp .modal-adviser .modal-adviser-close img {
    width: 27px;
    height: 27px;
  }
  .main-wrp .modal-adviser .modal-adviser-body {
    padding: 4px;
  }
  .main-wrp .modal-adviser .modal-inside {
    padding: 5% 5%;
  }
  .main-wrp .modal-adviser .modal-inside .title {
    font-size: 16px;
  }
  .main-wrp .modal-adviser .modal-inside .text {
    margin-top: 16px;
  }
  .main-wrp .modal-adviser .box-area {
    margin-top: 18px;
  }
  .main-wrp .modal-adviser .contactbox {
    padding: 6px;
    width: 100%;
    float: none;
  }
  .main-wrp .modal-adviser .contactbox .bar {
    height: auto;
    display: block;
  }
  .main-wrp .modal-adviser .contactbox .bar.mt10 {
    margin-top: 6px !important;
  }
  .main-wrp .modal-adviser .contactbox .bar .icon {
    width: auto;
    display: block;
    height: 32px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .main-wrp .modal-adviser .contactbox .bar .details {
    width: auto;
    display: block;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .main-wrp .modal-adviser .contactbox .bar .details .number {
    width: 100%;
    display: block;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
  }
  .main-wrp .modal-adviser .contactbox .bar .details .number.jpn {
    background: none;
  }
  .main-wrp .modal-adviser .contactbox .bar .details .number.thai {
    background: none;
    padding-bottom: 10px;
  }
  .main-wrp .modal-adviser .contactbox .bar .details .number.jpn dt:before {
    content: url(/assets/img/header/icon-h-japan.png);
    vertical-align: middle;
    margin-right: 5px;
    padding-top: 2px;
  }
  .main-wrp .modal-adviser .contactbox .bar .details .number.thai dt:before {
    content: url(/assets/img/header/icon-h-thailand.png);
    vertical-align: middle;
    margin-right: 5px;
    padding-top: 2px;
  }
  .main-wrp .modal-adviser .contactbox .bar .details .number dt {
    display: block;
    text-align: center;
  }
  .main-wrp .modal-adviser .contactbox .bar .details .number dd {
    display: block;
    text-align: center;
  }
  .main-wrp .modal-adviser .contactbox .bar .details.mailbox {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  .main-wrp .modal-adviser .linkbox {
    width: 100%;
    float: none;
    padding: 10px 7px 7px;
    margin-top: 15px;
  }
  .main-wrp .modal-adviser .linkbox a {
    margin-top: 10px;
    padding: 8px 8px;
  }
  .main-wrp .modal-adviser .linkbox a p {
    padding-right: 0;
  }



  .main-wrp .search dl.search-btn-pc {
    display: none;
  }
  .main-wrp .search dl.search-btn-sp {
    display: block;
    background: url(/assets/img/index/sp-bg-search02.png) no-repeat bottom center;
    background-size: contain;
    margin-top: -4%;
  }
  .main-wrp .search dl.search-btn-sp dt :not(dd) {
    width: 65%;
   /* position: absolute;
    top: 53px;
    left: 120px;
    background: url(/assets/img/index/sp-btn-search01.png) no-repeat left center;
    background-size: cover;*/
      background-image : url(/assets/img/index/icon-kdw.png);
background-size: contain;
background-repeat: no-repeat;
    margin: 0 auto 0;
  }
  .main-wrp .search dl.search-btn-sp dt.open :not(dd) {
    /*background: url(/assets/img/index/sp-btn-search01-open.png) no-repeat left center;
    background-size: cover;*/
      background-image : url(/assets/img/index/icon-kdw.png);
background-size: contain;
background-repeat: no-repeat;
  }
/*  .main-wrp .search dl.search-btn dt {
    width: auto;
    margin: 0 27%;
    margin-top: 8px;
    margin-bottom: 6px;
    cursor: pointer;
    padding: 8px 10px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    background-color: #fff;
    -moz-box-shadow: 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px rgba(0, 0, 0, 0.3);
  }
  .main-wrp .search dl.search-btn dt p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
  }
  .main-wrp .search dl.search-btn dt p::before {
    content: "";
    background: no-repeat left url(../../assets/img/index/icon-btn-search.png);
    background-size: 100%;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
  }
  .main-wrp .search dl.search-btn dt p::after {
    content: "";
    background: no-repeat left url(../../assets/img/index/icon-btn-off.png);
    background-size: 100%;
    display: block;
    width: 14px;
    height: 14px;
    float: right;
  }
  .main-wrp .search dl.search-btn dt.open {
    margin-bottom: 0;
  }
  .main-wrp .search dl.search-btn dt.open p::after {
    content: "";
    background: no-repeat left url(../../assets/img/index/icon-btn-on.png);
    background-size: 100%;
    display: block;
    width: 14px;
    height: 14px;
    float: right;
  }*/

.conditions-wrp .conditions dl.conditions-box dt {
    cursor: pointer;
    background-color: #bbdafe;
    display: block;
    overflow: hidden;
    *: ;
    zoom: 1;
    padding: 5px;
    background-image: url(../../assets/img/left/icon-conditions-off.png);
    background-position:96% center;
    background-repeat: no-repeat;
}
.main-wrp .search dl.search-btn dd .search-area .search-box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    *: ;
    zoom: 1;
    width: 560px;
    border: none;
    margin-bottom: 20px;
}
.conditions-wrp .conditions dl.conditions-box {
    margin-top: 0;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

  .main-wrp .search dl.search-btn-sp dd {
    display: none;
    /*margin-top: -4px;*/
    position: relative;
    top: 0;
    /*background: url(/assets/img/index/sp-bg-search02.png) repeat-y top center;*/
    background-size: contain;
    padding: 0 8px 8px;
    height: auto;
  }
  .main-wrp .search dl.search-btn dd .search-area {
    padding: 10px 10px 10px 10px;
    width: 88%;
    margin: 0 auto;
    background-color: #fff;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-area-btn {
    width: 133px;
    margin-top: 10px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-area-btn a {
    font-size: 14px;
    padding: 8px 10px;
    background-position: 10px center;
    background-size: 14px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-img-box {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #b7b7b7;
    padding-top: 10px;  
  }
  .main-wrp .search dl.search-btn dd .search-area .search-img-box ul {
    padding: 10px 10px 0 10px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-img-box ul li {
    position: static;
    margin-bottom: 10px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-img-box ul li a {
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #00968e;
    text-indent: 0px;
    width: auto !important;
    height: auto !important;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box {
    width: auto;
    margin-bottom: 10px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box .search-box-title {
    padding: 10px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box .search-box-title .box-title-icon {
    width: 20px;
    margin-top: 10px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box .search-box-title h3 {
    font-size: 14px;
    float: left;
    padding: 8px 15px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box .search-box-title span {
    font-size: 14px;
    float: left;
    padding: 8px 15px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box .search-box-title .search-box-btn {
    float: right;
    border: solid 1px #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box .search-box-title .search-box-btn a {
    padding: 6px 10px;
    display: block;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box .search-box-title .search-box-btn a p {
    font-size: 12px;
    padding-left: 0;
    padding-right: 15px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box .select-box {
    padding: 10px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box .select-box select {
    float: none;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box .select-box p {
    float: none;
    margin: 3px 14px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box ul li {
    border-bottom: dotted 1px #ddd;
    width: auto;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box ul.right {
    float: none;
    padding: 10px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box ul.left {
    float: none;
    padding: 10px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box ul.middle {
    float: none;
    padding: 10px;
  }
  .main-wrp .search dl.search-btn dd .search-area .search-box ul.three-rows li {
    width: auto;
  }

  .search-bg-wrp {
    width: 300px;
    height: 59px;
    position: absolute;
    top: 10px;
    margin-left: -150px;
    background: none;
  }
  .search-bg-wrp .barbie {
    position: absolute;
    width: 114px;
    bottom: 0px;
    left: -7px;
  }

  .characteristic {
    width: auto;
    height: auto;
    margin-top: 39px;
    padding-bottom: 3px;
    overflow: hidden;
    *zoom: 1;
    float: left;
  }
  .characteristic img {
    margin-top: 8px;
    width: 90%;
  }
  .characteristic h2 {
    width: auto;
    margin-bottom: 0;
  }
  .characteristic h2 img {
    width: 100%;
  }
  .characteristic h3 {
    text-align: center;
  }
  .characteristic a {
    margin: 0 auto;
    padding: 10px 10px;
    width: auto;
    margin-top: 10px;
  }
  .characteristic a p {
    background: no-repeat right url(../../assets/img/icon-arw.png);
    background-size: 10px;
    font-size: 13px;
  }

  .leave {
    width: auto;
    float: none;
    margin-top: 15px;
    height: auto;
    background: none;
    position: relative;
  }
  .leave .icon-barbie {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 64px;
  }
  .leave a {
    font-size: 13px;
    padding: 15px 0;
    padding-left: 40px;
    width: auto;
    text-align: left;
    background: no-repeat 10px center url(../../assets/img/icon-search.png);
    background-color: #f87c32;
    margin-top: 0;
    background-size: 20px;
  }

  .theme {
    width: auto;
    border: solid 1px #3883e7;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px 17px 15px;
    margin-top: 20px;
  }
  .theme h4 {
    margin: 0 auto;
    margin-top: -20px;
    width: 180px;
  }
  .theme ul li {
    margin-top: 12px;
  }
  .theme ul li a.theme-01 {
    background-size: 48px;
  }
  .theme ul li a.theme-02 {
    background-size: 48px;
  }
  .theme ul li a.theme-03 {
    background-size: 35px;
  }
  .theme ul li a.theme-04 {
    background-size: 35px;
  }
  .theme ul li a.theme-05 {
    background-size: 35px;
  }
    .theme ul li a.theme-06 {
    background-size: 35px;
  }
  .theme ul li a {
    font-size: 13px;
    padding: 5px 10px 5px 57px;
  }
  .theme ul li a::after {
    width: 9px;
    height: 9px;
    content: "";
    display: block;
    background: no-repeat right url(../../assets/img/icon-arw.png);
    background-size: 9px;
    float: right;
    margin-top: 8px;
  }
  .theme ul li.theme-li-big a {
    padding: 10px 10px 10px 57px;
  }
  .theme ul li.theme-li-big a span {
    font-size: 13px;
  }

  .report {
    width: auto;
    border-top: solid 5px #3883e7;
  }
  .report h2 {
    margin: 0 auto;
    width: 120px;
    margin-top: 15px;
    font-size: 15px;
    padding-left: 20px;
    background: no-repeat left url(../../assets/img/index/icon-report-title.png);
    background-size: 15px;
    margin-bottom: 15px;
  }
  .report ul {
    padding: 0;
  }
  .report ul li {
    margin-bottom: 10px;
  }
  .report ul li .report-photo {
    width: 35%;
    float: left;
    padding: 5px 0 0 5px;
  }
  .report ul li .report-photo .report-new {
    width: 25px;
    top: 5px;
    left: 5px;
  }
  .report ul li .report-txt {
    width: 58%;
    padding: 8px 6px 0px 6px;
  }
  .report ul li .report-txt dt {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    line-height: 20px;
    font-size: 11px;
    line-height: 1em;
    padding: 5px;
    float: none;
    width: 40px;
    text-align: center;
  }
  .report ul li .report-txt h5 {
    font-size: 15px;
    line-height: 20px;
    padding-left: 0px;
    padding-top: 5px;
    width: auto;
    float: none;
  }
  .report ul li .report-txt p {
    clear: both;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -1px;
    padding: 10px 0;
  }
  .report ul li .report-txt p.name {
    border-top: dotted 1px #ddd;
    font-size: 11px;
    vertical-align: middle;
    padding: 5px 0;
  }
  .report ul li .report-txt p.name span {
    font-size: 11px;
    padding-left: 5px;
  }
  .report a.btn-03 {
    margin: 0 auto;
    padding: 10px 10px;
    width: auto;
    margin-top: 10px;
  }
  .report a.btn-03 p {
    background: no-repeat right url(../../assets/img/icon-arw.png);
    background-size: 10px;
    font-size: 13px;
  }

  .property {
    background-size: 100%;
  }
  .property h2 {
    margin-top: 15px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-top: 35px;
  }
  .property ul {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .property ul.view-more01.open,
  .property ul.view-more02.open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
  }
  .property ul li {
    margin-bottom: 20px;
    width: 48%;
    margin-right: 0;
    float: none;
    overflow: hidden;
  }
  .property ul li .property-txt {
    padding: 10px;
  }
  .property ul li .property-txt h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .property ul li .property-txt p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .property ul li .property-txt p.price {
    font-size: 22px;
    padding: 10px;
  }
  .property ul li .property-txt p.price span {
    font-size: 17px;
  }
  .property ul li:nth-child(3), .property ul li:nth-child(6) {
    float: none;
    margin-right: 0;
  }
  .property ul li:nth-child(2n+0) {
    float: none;
    margin-right: 0;
  }
  .property ul li:nth-child(2n+1) {
    clear: both;
  }
  .property ul.view-more li:nth-child(3n) {
    float: none;
  }
  .property ul.view-more li:nth-child(6n+6) {
    float: none;
  }
  .property a.btn-03 {
    margin: 0 auto;
    padding: 10px 10px;
    width: auto;
    margin-top: 10px;
  }
  .property a.btn-03 p {
    background: no-repeat right url(../../assets/img/icon-arw.png);
    background-size: 10px;
    font-size: 13px;
  }

  /*details
  ----------------------------------------------------------------*/
  .details-middle-bg {
    padding: 0px;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .details-middle-bg h2 {
    font-size: 15px;
  }
  .details-middle-bg h3 {
    font-size: 12px;
    margin-top: 35px !important;
  }
  .details-middle-bg .details-header {
    padding: 10px;
  }
  .details-middle-bg .details-header .details-type {
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 0;
    width: 30px;
    text-align: center;
  }
  .details-middle-bg .details-header .details-type p {
    font-size: 14px;
    line-height: 30px;
  }
  .details-middle-bg .details-header .details-title {
    padding: 10px 0 0 30px;
  }
  .details-middle-bg .details-header .details-title h1 {
    font-size: 15px;
    line-height: 24px;
  }
  .details-middle-bg .details-header .details-title p {
    color: #fff;
    font-size: 12px;
    padding: 10px 0 10px 0;
  }
  .details-middle-bg .details-header .details-title p span {
    font-size: 11px;
    font-weight: normal;
  }
  .details-middle-bg .details-header .promotion {
    width: 90px;
    bottom: 85px;
    right: 214px;
  }
  .details-middle-bg .details-header .promotion p {
    line-height: 15px;
    font-size: 9px;
  }
  .details-middle-bg .details-header .benefits {
    width: 194px;
    bottom: 85px;
    margin-left: 40%;
  }
  .details-middle-bg .details-header .benefits p {
    line-height: 15px;
    font-size: 9px;
  }
  .details-middle-bg .details-main {
    overflow: hidden;
    *zoom: 1;
    padding: 20px 10px;
  }
  .details-middle-bg .details-main .details-photo {
    float: none;
    width: auto;
    margin: 0 20%;
  }
  .details-middle-bg .details-main .details-right {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  .details-middle-bg .details-main .details-right .details-info {
    position: relative;
    overflow: hidden;
    *zoom: 1;
    padding: 0 10px 10px 10px;
    background-color: #fff;
  }
  .details-middle-bg .details-main .details-right .details-info dl {
    clear: both;
    margin-top: 10px;
    overflow: hidden;
    *zoom: 1;
  }
  .details-middle-bg .details-main .details-right .details-info dl dt {
    background-color: #3883e7;
    width: 60px;
    padding: 0px 0;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 12px;
  }
  .details-middle-bg .details-main .details-right .details-info dl dd {
    width: 210px;
    color: #000;
    float: left;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    margin-left: 10px;
  }
  .details-middle-bg .details-main .details-right .details-info .twitter-btn {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .details-middle-bg .details-main .details-right .info-banner {
    margin-top: 10px;
    width: auto;
  }
  .details-middle-bg .details-comment {
    overflow: hidden;
    *zoom: 1;
    padding: 20px 10px;
  }
  .details-middle-bg .details-comment dl {
    width: auto;
  }
  .details-middle-bg .details-comment dl dt p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-left: 34px;
    padding: 10px 0;
    color: #fff;
  }
  .details-middle-bg .details-comment dl dd {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .details-middle-bg .details-comment dl.location {
    padding-top: 20px;
    float: none;
  }
  .details-middle-bg .details-comment dl.room {
    padding-top: 20px;
    float: none;
  }
  .details-middle-bg .details-comment dl.facilities {
    padding-top: 20px;
    float: none;
  }
  .details-middle-bg .details-comment dl.advisor {
    padding-top: 20px;
    float: none;
  }
  .details-middle-bg .details-property-info {
    overflow: hidden;
    *zoom: 1;
    padding: 0px 10px;
  }
  .details-middle-bg .details-property-info table {
    width: 100%;
    margin: 10px 0;
  }
  .details-middle-bg .details-property-info tr {
    border: none;
    background-color: #fff;
  }
  .details-middle-bg .details-property-info th {
    border-right: solid 10px #fff;
    text-align: center;
    font-size: 14px;
    width: 20%;
  }
  .details-middle-bg .details-property-info th:nth-child(2n+0) {
    border-right: none;
  }
  .details-middle-bg .details-property-info td {
    border-right: none;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    width: 20%;
  }
   #bg_svg tbody td {
    background-color: #FFF;
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  }
  .details-middle-bg .details-property-info table.three-rows tr {
    border: solid 1px #c3daf8;
    /*border: solid 1px #999999;*/
  }
  .details-middle-bg .details-property-info table.three-rows th {
    border-right: dotted 1px #fff;
  }
  .details-middle-bg .details-property-info table.three-rows td {
    border-right: dotted 1px #c3daf8;
    /*border-right: dotted 1px #999999;*/
  }
  .details-middle-bg .details-property-info .property-txt {
    margin-top: 20px;
    padding: 10px 10px;
  }
  .details-middle-bg .details-property-info .property-txt p {
    font-size: 12px;
    line-height: 18px;
  }
  .details-middle-bg .details-property-info .property-banner {
    width: auto;
    padding-top: 10px;
  }
  .details-middle-bg .details-property-photo {
    overflow: hidden;
    *zoom: 1;
    padding: 0px 10px;
  }
  .details-middle-bg .details-property-photo ul {
    margin-top: 10px;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  .details-middle-bg .details-property-photo ul li {
    margin-bottom: 10px;
    width: 48%;
    float: left;
  }
  .details-middle-bg .details-property-photo ul li:nth-child(2n+0) {
    float: right;
  }
  .details-middle-bg .details-property-photo ul li:nth-child(2n+1) {
    clear: both;
  }
  .details-middle-bg .details-map {
    padding: 0 10px;
  }
  .details-middle-bg .details-map .map-wrp {
    height: 235px;
  }
  .details-middle-bg .details-map .map-txt {
    margin-bottom: 50px;
  }
  .details-middle-bg .details-map .map-txt .btn-wrp {
    width: auto;
    text-align: center;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
    background-color: #3883e7;
  }
  .details-middle-bg .details-map .map-txt .btn-wrp button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    clear: both;
    margin: 0 auto;
    background: no-repeat right url(../../assets/img/icon-arw.png);
    background-size: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
  }

  .details .ranking-wrp h4 {
    display: none;
  }
  .details .ranking-wrp span {
    display: none;
  }
  .details .ranking-wrp .ranking {
    display: none;
  }
  .details .ranking-wrp .ranking-banner {
    margin: 0 10px;
    margin-top: 30px;
  }

  /*list
  ----------------------------------------------------------------*/
  .list-wrp {
    margin-bottom: 50px;
  }
  .list-wrp li {
    background-color: transparent;
    margin-bottom: 20px;
    padding: 0 10px;
    border: none;
    border-bottom: dotted 1px #bfbfbf;
    padding-bottom: 40px;
  }
  .list-wrp li .list-h-wrp h2 {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .list-wrp li a {
    text-decoration: none;
  }
  .list-wrp li .list-photo {
    width: 30%;
    margin: 0;
    margin-top: 10px;
  }
  .list-wrp li .list-txt {
    width: auto;
    float: none;
    margin: 0;
    margin-top: 0px;
  }
  .list-wrp li .list-txt .list-data-top {
    margin-top: 10px;
    float: right;
    width: 65%;
  }
  .list-wrp li .list-txt .list-data-top dl {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .list-wrp li .list-txt .list-data-top dl dt {
    text-align: left;
  }
  .list-wrp li .list-txt .list-data-top dl dd {
    width: 65%;
    float: right;
  }


  .list-wrp li .list-txt .list-data-top table {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .list-wrp li .list-txt .list-data-top table th {
    text-align: left;
  }


  .list-wrp li .list-txt .list-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    clear: both;
    padding-top: 20px;
  }
  .list-wrp li .list-txt .list-data dl {
    width: 95px;
    float: left;
  }
  .list-wrp li .list-txt .list-data dl dt::before {
    left: -23px;
    top: 164px;
    box-sizing: border-box;
    width: 140px;
    height: 0px;
    border: 48px solid transparent;
    border-left: 17px solid #bfbfbf;
  }
  .list-wrp li .list-txt .list-data dl dd {
    text-align: left;
  }
  .list-wrp li .list-facility-wrp {
    overflow: hidden;
    *zoom: 1;
    clear: both;
    padding: 0 24px 10px 24px;
    background-color: #ededed;
    margin-top: 10px;
  }
  .list-wrp li .list-facility-wrp ul.facility-icon {
    width: 110%;
  }
  .list-wrp li .list-facility-wrp ul.facility-icon li {
    margin-bottom: 10px;
    margin-right: 18px;
  }
  .list-wrp li .list-facility-wrp ul.facility-icon li:nth-child(9) {
    margin-right: 18px;
    float: left;
  }
  .list-wrp .list-btn-next {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .list-wrp .list-btn-next a {
    margin: 0 auto;
    padding: 15px 10px;
    width: 38%;
    text-align: center;
    background-color: #3883e7;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
  }
  .list-wrp .list-btn-next a:first-child {
    margin-right: 3%;
  }
  .list-wrp .list-btn-next a p {
    background: no-repeat right url(../../assets/img/icon-arw.png);
    background-size: 14px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
  }
  .list-wrp .list-btn-next a:hover {
    background-color: #28a2f7;
  }

  /*customer_voice
  ----------------------------------------------------------------*/
  .voice-wrp h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .voice-wrp ul {
    clear: both;
    margin-top: 5px;
  }
  .voice-wrp ul li {
    border: none;
    margin-bottom: 20px;
    border: solid 1px #bfbfbf;
    padding: 0px;
  }
  .voice-wrp ul li .voice-photo {
    width: 35%;
    float: left;
    padding: 5px 0 0 5px;
  }
  .voice-wrp ul li .voice-photo .voice-img {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .voice-wrp ul li .voice-photo .report-new {
    width: 25px;
    top: 5px;
    left: 5px;
  }
  .voice-wrp ul li .voice-txt {
    width: 58%;
    padding: 8px 6px 0px 6px;
    float: right;
  }
  .voice-wrp ul li .voice-txt .report-txt dt {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #3883e7;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1em;
    vertical-align: middle;
    padding: 5px;
    float: none;
    width: 40px;
    text-align: center;
  }
  .voice-wrp ul li .voice-txt .report-txt h2 {
    font-size: 15px;
    line-height: 20px;
    padding-left: 0px;
    padding-top: 5px;
    width: auto;
    float: none;
  }
  .voice-wrp ul li .voice-txt .report-txt p {
    clear: both;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -1px;
    padding: 10px 0;
  }
  .voice-wrp ul li .voice-txt .report-txt p.name {
    border-top: dotted 1px #ddd;
    font-size: 11px;
    vertical-align: middle;
    padding: 5px 0;
  }
  .voice-wrp ul li .voice-txt .report-txt p.name span {
    font-size: 11px;
    padding-left: 5px;
  }

  .voice-wrp .voice-btn-next a {
    width: 38%;
  }
  .voice-wrp .voice-btn-next a p {
    font-size: 15px;
  }

  .voice-detail-wrp ul {
    width: auto;
    padding: 0 10px;
    padding-bottom: 5px;
    margin-bottom: 50px;
  }
  .voice-detail-wrp ul li.preview {
    /*float: left;*/
  }
  .voice-detail-wrp ul li.preview a {
    width: auto;
    padding: 10px 5px;
  }
  .voice-detail-wrp ul li.preview a p {
    padding-left: 16px;
    font-size: 14px;
  }
  .voice-detail-wrp ul li.return {
    /*float: right;*/
  }
  .voice-detail-wrp ul li.return a {
    width: auto;
    padding: 10px 5px;
    font-size: 14px;
  }
  .voice-detail-wrp ul li.next a {
    width: auto;
    padding: 10px 5px;
  }
  .voice-detail-wrp ul li.next a p {
    padding-right: 15px;
    font-size: 14px;
  }
  .voice-detail-wrp ul li.next a:hover {
    background-color: #28a2f7;
  }

  .voice-detail-wrp .voice-detail {
    background-color: #fff;
    border: none;
  }
  .voice-detail-wrp .voice-detail-inner {
    padding: 0 10px;
  }
  .voice-detail-wrp .voice-detail-main {
    position: relative;
  }
  .voice-detail-wrp .voice-detail-main h1 {
    position: static;
    padding: 10px;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #3883e7;
  }
  .voice-detail-wrp .voice-detail-main h1 span {
    font-size: 12px;
    font-weight: bold;
  }
  .voice-detail-wrp h2 {
    font-size: 14px;
    padding: 10px;
  }
  .voice-detail-wrp h4 {
    padding-right: 10px;
  }
  .voice-detail-wrp .voice-detail-bnr {
    margin-top: 30px;
  }
  .voice-detail-wrp .voice-detail-bnr p {
    padding: 20px;
    color: #164c92;
    font-size: 14px;
  }
  .voice-detail-wrp a.voice-detail-btn {
    margin: 20px 10px 20px 10px;
    background-color: #f87c32;
  }

  /*flow
  ----------------------------------------------------------------*/
  .flow-wrp {
    padding: 10px;
  }
  .flow-wrp h1 {
    font-size: 14px;
    padding: 10px 10px 10px 30px;
    font-size: 14px;
  }
  .flow-wrp h1 span {
    font-size: 18px;
    font-weight: bold;
  }
  .flow-wrp h2 {
    clear: both;
    line-height: 24px;
  }
  .flow-wrp h2 span {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    margin-right: 10px;
  }
  .flow-wrp .flow {
    position: relative;
  }
  .flow-wrp .flow .border-line {
    display: none;
  }
  .flow-wrp .flow-inner {
    clear: both;
    background-color: #fff;
    border: solid 4px #e1edfb;
    width: auto;
    float: none;
    padding: 20px;
    margin-top: 20px;
  }
.flow-wrp .flow-inner-banner {
    width: auto;
    float: none;
    padding: 20px;
}
  .flow-wrp .flow-inner .flow-img {
    float: none;
    margin: 20px auto;
  }
  .flow-wrp .flow-inner .flow-txt {
    float: none;
    width: auto;
  }
  .flow-wrp .flow-inner .flow-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .flow-wrp .flow-inner .flow-txt p span {
    color: #f60000;
  }
  .flow-wrp .flow-inner .emphasis {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: dotted 3px #f96262;
    padding: 10px;
    margin-top: 30px;
    background-color: #ffe3e3;
  }
  .flow-wrp .flow-inner .emphasis p span {
    color: #f96262;
    font-weight: bold;
  }
  .flow-wrp .flow-inner.area-01 .flow-img {
    margin-top: 20px;
  }
  .flow-wrp .flow-inner.area-01 .flow-txt {
    width: auto;
  }
  .flow-wrp .flow-inner.area-02 .flow-img {
    margin-top: 20px;
  }
  .flow-wrp .flow-inner.area-02 .flow-txt {
    padding-top: 10px;
    width: auto;
  }
  .flow-wrp .flow-inner.area-03 {
    margin-bottom: 25px;
  }
  .flow-wrp .flow-inner.area-03 .flow-img {
    width: auto;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
  }
  .flow-wrp .flow-btn-wrp {
    padding: 20px;
    margin-bottom: 50px;
  }
  .flow-wrp .flow-btn-wrp p {
    text-align: left;
  }
  .flow-wrp .flow-btn-wrp a {
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
    background-color: #3883e7;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: auto;
    margin-top: 30px;
    background-color: #f87c32;
  }

  /*faq
  ----------------------------------------------------------------*/
  .faq-wrp .page-nav-wrp {
    margin-top: 0;
    padding: 10px 0;
  }
  .faq-wrp .faq-inner {
    margin-top: 20px;
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .faq-wrp .faq-inner dl.faq-btn {
    margin-top: 30px;
  }
  .faq-wrp .faq-inner dl.faq-btn dd {
    width: auto;
    margin-left: 0px;
    margin-top: 10px;
  }
  .faq-wrp .faq-inner dl.faq-btn dd .faq-hukidashi {
    left: 36px;
  }

  /*feature
  ----------------------------------------------------------------*/
  .feature-wrp .feature {
    margin: 0 10px;
    margin-top: 87px;
    margin-bottom: 50px;
  }
  .feature-wrp .feature h2 {
    text-align: left;
  }
  .feature-wrp .feature p {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  /*feature_bangkok
  ----------------------------------------------------------------*/
  .feature_bangkok-wrp {
    padding: 10px;
  }
  .feature_bangkok-wrp h1 {
    font-size: 14px;
    padding: 10px 10px 10px 30px;
    font-size: 14px;
  }
  .feature_bangkok-wrp h1 span {
    font-size: 18px;
    font-weight: bold;
  }

  /*price
  ----------------------------------------------------------------*/
  .price-wrp {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .price-wrp h1 {
    margin-top: 20px;
  }
  .price-wrp p {
    font-size: 14px;
    padding: 20px 0 20px 0;
  }
  .price-wrp h3 {
    font-size: 14px;
    font-weight: bold;
    color: #3883e7;
    padding-top: 30px;
  }
  .price-wrp dl {
    padding-top: 0px;
    font-size: 14px;
    overflow: hidden;
  }
  .price-wrp dl dt {
    float: left;
    clear: both;
    font-weight: bold;
  }
  .price-wrp dl dd {
    float: left;
    font-weight: bold;
    padding-left: 10px;
  }
  .price-wrp .price-box {
    overflow: hidden;
    *zoom: 1;
    margin-top: 18px;
  }
  .price-wrp .price-box .price-box-img {
    float: left;
    width: 100px;
    margin: 0 10px 10px 0;
  }
  .price-wrp .price-box .price-box-txt {
    width: auto;
    float: none;
  }
  .price-wrp .price-box .price-box-txt h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .price-wrp .price-box .price-box-txt p {
    padding: 0;
  }

  .language-wrp {
    padding: 0 10px;
    margin-bottom: 50px;
  }

  /*customer
  ----------------------------------------------------------------*/
  .customer-wrp {
    padding: 0 10px;
  }
  .customer-wrp h1 {
    margin-top: 20px;
  }
  .customer-wrp h2 {
    margin-top: 20px;
  }
  .customer-wrp p.pt30 {
    padding-top: 20px !important;
  }
  .customer-wrp .page-nav-wrp {
    margin-top: 10px;
    padding: 0 0 10px;
  }
  .customer-wrp .customer-box {
    overflow: hidden;
    *zoom: 1;
  }
  .customer-wrp .customer-img-r {
    width: 100px;
  }
  .customer-wrp .customer-img-l {
    width: 100px;
  }
  .customer-wrp .customer-btn-wrp {
    margin-top: 20px;
  }
  .customer-wrp .customer-btn-wrp li {
    width: auto;
    float: none;
  }
  .customer-wrp .customer-btn-wrp li:nth-child(2n+0) {
    float: none;
  }
  .customer-wrp .customer-bnr {
    margin-top: 40px;
  }
  .customer-wrp .customer-tell {
    margin-top: 20px;
    padding: 15px;
    float: none;
    border: none;
    border-bottom: solid 1px #ccc;
  }
  .customer-wrp .customer-mail {
    margin-top: 20px;
    float: none;
    padding: 15px;
  }
  .customer-wrp .customer-mail a {
    font-size: 12px;
    letter-spacing: -1px;
  }
  .customer-wrp .customer-caution {
    margin-top: 20px;
    padding: 10px;
  }
  .customer-wrp .customer-caution h4 {
    color: #cc0033;
    font-size: 14px;
    font-weight: bold;
  }
  .customer-wrp .customer-caution p {
    padding-top: 10px;
    color: #cc0033;
    font-size: 11px;
    line-height: 18px;
  }
  .customer-wrp .customer-img03-r {
    margin-top: 30px;
    float: right;
    width: 98%;
    clear: both;
    float: none;
  }
  .voice-wrp {
    margin-bottom: 50px;
  }
  .voice-wrp .voice-inner .voice-header {
    overflow: hidden;
    *zoom: 1;
    padding: 10px;
  }
  .voice-wrp .voice-inner .voice-header dt {
    float: none;
    text-align: center;
  }
  .voice-wrp .voice-inner .voice-header dd {
    margin-top: 10px;
    width: auto;
  }
  .voice-wrp .voice-inner .voice-box {
    overflow: hidden;
    *zoom: 1;
    padding: 10px;
  }
  .voice-wrp .voice-inner .voice-box-img {
    float: none;
    width: 100px;
    margin: 0 auto;
  }
  .voice-wrp .voice-inner .voice-box-txt {
    width: auto;
    float: none;
  }
  .voice-wrp .voice-inner .voice-box-txt p {
    margin-top: 10px;
  }
  .voice-wrp .voice-fc {
    padding: 10px;
    margin-top: 20px;
  }
  .voice-wrp .voice-fc .voice-fc-txt {
    width: auto;
    float: none;
  }
  .voice-wrp .voice-fc .voice-fc-img {
    width: 100px;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
  }

  /*form
  ----------------------------------------------------------------*/
  .form-wrp {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
  .form-wrp h1 {
    line-height: 30px;
  }
  .form-wrp h1 span {
    color: #28a7e1;
    font-weight: bold;
  }
  .form-wrp h1 img {
    width: 140px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .form-wrp h2 {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
  }
  .form-wrp .form-inner p span {
    color: #b33c3c;
  }
  .form-wrp .form-inner input[type="text"], .form-wrp .form-inner button, .form-wrp .form-inner textarea, .form-wrp .form-inner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-wrp .form-inner input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .form-wrp .form-inner textarea {
    height: 100px;
  }
  .form-wrp .form-inner label {
    margin-right: 0;
  }
  .form-wrp .form-inner li {
    margin-top: 20px;
    width: auto;
    padding-bottom: 20px;
    border-bottom: dotted 1px #7e7e7e;
  }
  .form-wrp .form-inner li li {
    border-bottom: none;
  }
  .form-wrp .form-inner .price select {
    margin-bottom: 10px;
  }
  .form-wrp .form-btn {
    text-align: center;
  }
  .form-wrp .form-btn a {
    display: block;
    margin: 0;
    width: auto;
  }
  .form-wrp .form-btn a:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  /*ページナビ
  ----------------------------------------------------------------*/
  ul.facility-icon {
    overflow: hidden;
    *zoom: 1;
  }
  ul.facility-icon li {
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 45px;
  }
  ul.facility-icon li .property-type {
    padding: 8px;
  }
  ul.facility-icon li p {
    text-align: center;
    color: #bfbfbf;
    font-size: 10px;
    line-height: 14px;
  }

  ul.page-nav {
    margin-top: 0px;
    background-color: inherit;
  }
  ul.page-nav li,ul.page-nav li.page-nav02 {
    display: block;
    width: auto;
    float: left;
    margin-right: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 0 5px;
    margin-top: 10px;
  }
  ul.page-nav li a,ul.page-nav li.page-nav02 a {
    font-size: 11px;
    color: #000;
    line-height: 25px;
  }
  ul.page-nav li a::before,ul.page-nav li.page-nav02 a::before {
    top: 2px;
    left: 3px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #1e84f7;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* office detail
  ----------------------------------------------------------------*/
  .office-middle-bg {
    padding: 0px;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .office-middle-bg h4 {
    font-size: 15px;
  }

  .office-middle-bg .office-header {
    padding: 10px;
  }

  .office-middle-bg .office-header .office-title {
    padding: 0 0 0 10px;
  }
  .office-middle-bg .office-header .office-title h1 {
    font-size: 15px;
    line-height: 24px;
  }
  .office-middle-bg .office-header .office-title p {
    color: #fff;
    font-size: 12px;
    padding: 10px 0 10px 0;
  }

  .office-middle-bg .office-main {
    padding: 20px 10px;
  }
  .office-middle-bg .office-main .office-photo {
    float: none;
    width: auto;
    margin: 0 20%;
  }
  .office-middle-bg .office-main .office-right {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  .office-middle-bg .office-main .office-right .office-info {
    padding: 0 10px 10px 10px;
  }
  .office-middle-bg .office-main .office-right .office-info dl dd {
    line-height: 16px;
  }

  .office-middle-bg .office-details {
    padding: 0 0;
  }
  .office-middle-bg .office-details dl dt {
    width: 116px;
    padding-left: 8px;
    font-size: 13px;
  }
  .office-middle-bg .office-details dl dd {
    font-size: 13px;
  }
  .office-middle-bg .office-details .office-gallery li {
    margin-right: 10px;
  }

  .office-middle-bg .office-map {
    padding: 0 0;
  }
  .office-middle-bg .office-map .map-wrp {
    height: 235px;
  }
  .office-middle-bg .office-map .map-wrp ul li {
    height: 235px;
  }

  .office .ranking-wrp h4 {
    display: none;
  }
  .office .ranking-wrp .ranking {
    display: none;
  }
  .office .ranking-wrp .ranking-banner {
    margin: 0 10px;
    margin-top: 30px;
  }

  .office-middle-bg .office-contact dl dt {
    vertical-align: top;
  }
  .office-middle-bg .office-contact dl p {
    font-size: 13px;
  }
  .office-middle-bg .office-contact dl ul li {
    font-size: 13px;
  }
  .office-middle-bg .office-contact dl .link {
    margin-top: 2px;
  }
  .office-middle-bg .office-contact dl .link a {
    line-height: 18px;
  }
  .office-middle-bg .office-contact dl .link a br {
    display: block;
  }

  /* office-list
  ----------------------------------------------------------------*/
  .office-list-wrp {
    margin-bottom: 50px;
  }
  .office-list-wrp li {
    background-color: transparent;
    margin-bottom: 20px;
    padding: 0 10px;
    border: none;
    border-bottom: dotted 1px #bfbfbf;
    padding-bottom: 40px;
  }
  .office-list-wrp li .office-list-h-wrp h4 {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .office-list-wrp li a {
    text-decoration: none;
  }
  .office-list-wrp li .office-list-photo {
    width: 30%;
    margin: 0;
    margin-top: 10px;
  }
  .office-list-wrp li .office-list-txt {
    width: auto;
    float: none;
    margin: 0;
    margin-top: 0px;
  }
  .office-list-wrp li .office-list-txt .office-list-data-top {
    margin-top: 10px;
    float: right;
    width: 65%;
  }
  .office-list-wrp li .office-list-txt .office-list-data-top dl {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .office-list-wrp li .office-list-txt .office-list-data-top dl dt {
    text-align: left;
  }
  .office-list-wrp li .office-list-txt .office-list-data-top dl dd {
    width: 65%;
    float: right;
  }
  .office-list-wrp li .office-list-txt .office-list-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    clear: both;
    padding-top: 15px;
  }
  .office-list-wrp li .office-list-txt .office-list-data dl {
    width: 48.5%;
  }
  .office-list-wrp li .office-list-txt .office-list-data dl:first-child {
    margin-right: 3%;
  }
  .office-list-wrp li .office-list-txt .office-list-data dl dt::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 30px 0 30px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
    bottom: 0px;
    top: 100%;
    background: #bfbfbf;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .office-list-wrp li .office-list-txt .office-list-data dl dd {
    
  }
  .office-list-wrp li .office-list-facility-wrp {
    overflow: hidden;
    *zoom: 1;
    clear: both;
    padding: 10px 20px 6px 20px;
    background-color: #ededed;
    margin-top: 10px;
  }
  .office-list-wrp li .office-list-facility-wrp ul.facility-icon {
    width: 110%;
    font-size: 0;
  }
  .office-list-wrp li .office-list-facility-wrp ul.facility-icon li {
    margin-bottom: 10px;
    margin-right: 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .office-list-wrp li .office-list-facility-wrp ul.facility-icon li:nth-child(9) {
    margin-right: 18px;
    float: left;
  }
  .office-list-wrp .office-list-btn-next {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .office-list-wrp .office-list-btn-next a {
    margin: 0 auto;
    padding: 15px 10px;
    width: 38%;
    text-align: center;
    background-color: #3883e7;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
  }
  .office-list-wrp .office-list-btn-next a:first-child {
    margin-right: 3%;
  }
  .office-list-wrp .office-list-btn-next a p {
    background: no-repeat right url(../../assets/img/icon-arw.png);
    background-size: 14px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
  }
  .office-list-wrp .office-list-btn-next a:hover {
    background-color: #28a2f7;
  }
  .bold {
    font-weight: bold;
  }


/* 2019 Add css TOP PAGE */

  .search_tap {
    margin-top: -50px;
    padding-bottom: 40px;
  }
  .footer-bottom{
    padding: 0;
    display: block !important;
  }
  .footer-bottom .footer-bottom-inner {
    width: 94%;
    padding: 10px;
  }
  .footer-bottom .footer-bottom-inner dl.footer-bottom-btn dt{
    width: 94%
  }
  .footer-bottom .footer-bottom-inner dl.footer-bottom-btn dd ul li {
    float: left;
    margin-right: 5px;
    width: 11%;
    padding: 6px;
  }
  .footer-bottom .footer-bottom-inner dl.footer-bottom-btn dd .bottom-area .bottom-box {
    padding: 15px 20px;
  }

  .footer-bottom .footer-bottom-inner dl.footer-bottom-btn dd .bottom-area .bottom-box tr td {
    width: 20%;
    padding: 5px;
    line-height: 17px;
    display: inherit;
  }
  .footer-bottom .footer-bottom-inner dl.footer-bottom-btn dd .bottom-area .bottom-box tr td a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    line-height: 36px;
}
.footer-bottom .footer-bottom-inner dl.footer-bottom-btn dt h2,
.footer-bottom .footer-bottom-inner dl.footer-bottom-btn dt.open h2 {
  background-position: right 15px center;
}

dl.search-btn dt { text-align: center; }
dl.search-btn dt h1 { width: 96px; }
.btn_list {
 color: #000;
 font-weight: bold;
 background-color: #fff;
 display: inline-block;
 padding: 2px 20px;
 border-radius: 3px;
 margin: 10px 0px;
}

.de_mt30 {
  margin-top: 20px;
}
/* Links detail */
.fl_r {
  float: none;
}
.conditions-btn-a a,
.conditions-btn-b a {
  width: 100%;
  margin-bottom: 20px;
}
/* // Links detail */

.pt50 {
  padding-top: 10px !important;
}

.details-middle-bg .details-cv {
  overflow: hidden;
  *zoom: 1;
  padding: 32px 12px 0;
}

.property-srh h3 {
  color: #333;
}

} /* //media screen */
