@charset "UTF-8";
/*
 * CSS common.css
 *
 * Common parts settings
 */
/* ==========================================================================
   Web fonts settings
   ========================================================================== */
@font-face {
  font-family: "icon";
  src: url(../fonts/icon.ttf) format("TrueType"); }
@font-face {
  font-family: "blank";
  src: url(../fonts/adobeblank.ttf) format("TrueType"); }
@font-face {
  font-family: "top_icon";
  src: url("../fonts/top_icon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* FontAwesome webfont アイコン用*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Base styles:opinionated defaults
   ========================================================================== */
html {
  background: #fff;
  font-size: 14px;
  line-height: 1.25;
  color: #333;
  word-break: break-all; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
table {
  margin: 15px 10px; }

a {
  text-decoration: none;
  color: #006fe9; }

img {
  vertical-align: middle; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  background: #fff;
  width: 100%; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  height: 35px;
  line-height: 35px; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

input[type="text"].small,
input[type="password"].small {
  width: 4em; }

select {
  font-size: 18px; }

select + br + select {
  margin-top: 10px; }

input[type="text"] + br + select,
input[type="tel"] + br + select {
  margin-top: 5px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir,
.sprite {
  border: 0;
  background-color: transparent;
  overflow: hidden; }

.ir::before,
.sprite::before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Clearfix
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

/*
 * Alignment
 */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* ==========================================================================
   common parts styles
   ========================================================================== */
/*
 * .blank
 */
.blank::after {
  content: "\e013";
  display: inline-block;
  margin-left: 4px;
  font-weight: normal;
  font-family: "icon","blank"; }

/*
 * .icon
 */
.icon::before {
  content: "\e000";
  display: inline-block;
  margin-right: 4px;
  font-weight: normal;
  font-family: "icon","blank"; }

.icon.back::before {
  content: "\e000"; }

.icon.favorite::before {
  content: "\e001";
  -webkit-text-stroke: 1.5px #ffae00;
  text-stroke: 1.5px #ffae00;
  color: #fcfed1 !important; }

.icon.anchor::before {
  content: "\e002";
  color: #4185cd; }

.icon.open::before {
  content: "\e003"; }

.icon.close::before {
  content: "\e004"; }

.icon.plus::before {
  content: "\e005"; }

.icon.search::before {
  content: "\e006"; }

.icon.inquiry:before {
  content: "\e007";
  color: #ff5900; }

.icon.telephone::before {
  content: "\e008"; }

.icon.telephone-fp::before {
  content: "\e600"; }

.icon.telephone-sp::before {
  content: "\e601"; }

.icon.time::before {
  content: "\e009"; }

.icon.area::before {
  content: "\e00a"; }

.icon.line::before {
  content: "\e00b"; }

.icon.history::before {
  content: "\e00c"; }

.icon.request::before {
  content: "\e00f"; }

.icon.school::before {
  content: "\e00e"; }

.icon.internet::before {
  content: "\e010"; }

.icon.sort::before {
  content: "\e011"; }

.icon.arrow::before {
  content: "\e012"; }

.icon.point::before {
  content: "\e603"; }

.icon.calender::before {
  content: "\e602"; }

/* .rental */
.icon.rental::before,
.rental .icon::before {
  color: #009be3; }

/* .monthly */
.icon.monthly::before,
.monthly .icon::before {
  color: #ef9700; }

/* .short */
.icon.short::before,
.short .icon::before {
  color: #61ab00; }

.short .button_flat::before, .short .button_flat ::before {
  color: #ffffff; }

.monthly .button_flat::before, .monthly .button_flat ::before {
  color: #ffffff; }

.button .page_back:before {
  font-family: "top_icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* For With CJK Text =========== */
  position: relative;
  top: -0.1em; }

.button .page_back:before {
  content: "\F100"; }

/*
 * .label
 */
.label {
  display: inline-block;
  border: 1px solid #95c6dd;
  border-radius: 3px;
  background: #e7f5fb;
  padding: 1px 10px;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #004591; }

.monthly .label {
  border-color: #e2c487;
  background-color: #ffedc7;
  color: #ee6a00; }

.short .label {
  border-color: #aac785;
  background-color: #e7f6d4;
  color: #447900; }

.short .infoTable_ver02.flat .label {
  border-color: #a1cce1;
  background-color: #e7f5fb;
  color: #004998; }

.monthly .infoTable_ver02.flat .label {
  border-color: #a1cce1;
  background-color: #e7f5fb;
  color: #004998; }

/* .rental */
.label.rental {
  border: none;
  border-radius: 0;
  background-color: #009be3;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #fff; }

/* .monthly */
.label.monthly {
  border: none;
  border-radius: 0;
  background-color: #ef9700;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #fff; }

/* .short */
.label.short {
  border: none;
  border-radius: 0;
  background-color: #61ab00;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #fff; }

/*
 * .annotation
 */
.annotation {
  font-size: 12px;
  color: #777; }

/*
 * .annotation02
 */
.formtxt {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 1em 0; }

/*
 * .muted
 */
.muted {
  color: #777; }

/*
 * .warning
 */
.warning {
  color: #fb0000; }

/*
 * .info
 */
.info {
  background: #e5edf5;
  padding: 10px;
  color: #000; }

.info.section {
  padding-top: 1px;
  padding-bottom: 1px; }

.info .telephone,
.info .telephone-fp,
.info .telephone-sp {
  font-size: 26px;
  color: #f00; }

.info .telephone a,
.info .telephone-fp a,
.info .telephone-sp a {
  color: inherit; }

.info ul {
  list-style: none;
  padding-left: 0; }

.info li {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 1em; }

.info li:before {
  float: left;
  content: "\0025cf";
  margin-top: 2px;
  margin-left: -12px;
  font-size: 6px;
  color: #999; }

/*
 * .heading1
 */
.heading1 {
  margin: 15px 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
  border: 1px solid #0d59ad;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background: #0c58ab;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4386cf), to(#0c58ab));
  background-image: -webkit-linear-gradient(#4386cf 0, #0c58ab 100%);
  background-image: linear-gradient(#4386cf 0, #0c58ab 100%);
  padding: 8.25px 10px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #fff;
  overflow: hidden; }

.heading1.mb_05{
  margin: 5px 0;
}

.heading1 .heading {
  float: left;
  margin: 0;
  font-size: 18px; }

.heading1 .subline {
  float: right;
  margin: 0;
  font-size: 12px;
  line-height: 23px;
  }
 .heading1 .heading_02 {
  float: left;
  margin: 0;
  font-size: 18px; }
.heading1 .subline_02 {
  float: left;
  margin: 0 0 0 5px;
  font-size: 12px;
  line-height: 23px;
  }
.heading1 .note {
  font-size: 11px; }

.heading1.center {
  text-align: center; }

section .heading1 {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px; }

.shortcut + .heading1 {
  margin-top: 0; }

/* .rental */
.rental .heading1 {
  border-color: #0399df;
  background-color: #0091dc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#43c3ff), to(#0091dc));
  background-image: -webkit-linear-gradient(#43c3ff 0, #0091dc 100%);
  background-image: linear-gradient(#43c3ff 0, #0091dc 100%); }

/* .monthly */
.monthly .heading1 {
  border-color: #e18b00;
  background-color: #df8900;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9bc00), to(#df8900));
  background-image: -webkit-linear-gradient(#f9bc00 0, #df8900 100%);
  background-image: linear-gradient(#f9bc00 0, #df8900 100%); }

/* .short */
.short .heading1 {
  border-color: #518f01;
  background-color: #549500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#74cd00), to(#549500));
  background-image: -webkit-linear-gradient(#74cd00 0, #549500 100%);
  background-image: linear-gradient(#74cd00 0, #549500 100%); }

/*
 * .heading2
 */
.heading2 {
  border-left: 5px solid #4185cd;
  padding-left: 5px; }

.rental .heading2 {
  border-color: #009be3; }

.monthly .heading2 {
  border-color: #f3ad00; }

.short .heading2 {
  border-color: #518f01; }

/*
 * .heading3
 */
.heading3 {
  margin-right: 0;
  margin-left: 0;
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.6);
  border-top: 1px solid #2b71bf;
  background: #2b71bf;
  padding: 6px 10px 3px;
  color: #fff; }

.rental .heading3 {
  border-color: #0193dd;
  background-color: #0193dd; }

.monthly .heading3 {
  border-color: #e18b00;
  background-color: #e18b00; }

.short .heading3 {
  border-color: #6dc300;
  background-color: #6dc300; }

/*
 * .tabs, tab
 */
.tabs {
  list-style: none;
  padding-left: 0; }

/*
 * flatdesign button
 */
.button_flat{
	margin:0 30px 10px 30px;
}
.button_flat.mb_none{
	margin:0;
}
.button_flat a,
.button_flat label,
.button_flat button {
  display: block;
	width: 98%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  width: 100%;
	margin:0 0 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: #ffffff;
  padding: 0;
  text-shadow: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
  color: #004998; }

.button_flat.borderO a,
.button_flat.borderO label,
.button_flat.borderO button {
  border: 1px solid #ee6500;
	color: #ee6500;
}
.button_flat.borderO_mini a,
.button_flat.borderO_mini label,
.button_flat.borderO_mini button {
  border: 1px solid #ee6500;
	color: #ee6500;
	margin: 0 !important;
}
.rental .button_flat.borderB a,
.rental .button_flat.borderB label,
.rental .button_flat.borderB button {
  border: 1px solid #1b8be1;
	background-color: #1b8be1;
	color: #ffffff;
	margin-bottom: 10px;
}
.short .button_flat.borderB a,
.short .button_flat.borderB label,
.short .button_flat.borderB button {
  border: 1px solid #1b8be1;
	background-color: #1b8be1;
	color: #ffffff;
	margin-bottom: 10px;
}
.monthly .button_flat.borderB a,
.monthly .button_flat.borderB label,
.monthly .button_flat.borderB button {
  border: 1px solid #1b8be1;
	background-color: #1b8be1;
	color: #ffffff;
	margin-bottom: 10px;
}

.button_flat.borderG a,
.button_flat.borderG label,
.button_flat.borderG button {
	display:block;
  border: 1px solid #aaaaaa;
	color: #333333;
	width: 166px;
	margin: 6px 0 2px 0;
	font-size: 15px;
	line-height: 38px;
}
.button_flat.borderWB a,
.button_flat.borderWB label,
.button_flat.borderWB button {
  border: 1px solid #5989bc;
	color: #5989bc;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width:150px;
	margin:0;
	padding:0;
	box-sizing: border-box;
}

.button_flat.borderB .icon.rental::before, .rental .icon::before{
	color: #ffffff;
	position: relative;
	top: 2px;
	margin-right: 6px;
}
.button_flat a .fa-star.off:before{
	color:#cccccc;
	font-size: 1.1em;
}
.button_flat a .fa-star.on:before{
	color:#ee6500;
	font-size: 1.1em;
}
.button_flat a .fa-map-marker:before{
	color:#f2423a;
	font-size: 1em;
	margin-right: 6px;
}
.button_flat a .fa-caret-right:before{
	color: #5989bc!important;
}

/*
 * .button
 */

.button + .button {
  margin-top: -5px; }

.button a,
.button label,
.button button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #fff;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  background: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#fff 30%, #e5e5e5 100%);
  background-image: linear-gradient(#fff 30%, #e5e5e5 100%);
  padding: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 1px #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
  color: #004998; }

.rental .button a,
.rental .button button {
  color: #004998; }

.monthly .button a,
.monthly .button button {
  color: #ed6900; }

.monthly .button a,
.monthly .button button {
  color: #ed6900; }

.short .button a,
.short .button button {
  color: #447900; }

.button .icon::before {
  color: inherit; }

/* .button -> .small */
.button .small {
  width: 50%;
  font-size: 15px; }

/* .button -> .back */
.button .back {
  box-shadow: inset 0 1px rgba(211, 213, 180, 0.4) !important;
  border-color: #b3b691 !important;
  background: #e0e4aa !important;
  color: #72754f !important; }

/*.heading1 -> .button */
.heading1 .button {
  margin: 0 !important;
  position: absolute;
  top: 5px;
  left: 10px; }

/*.heading1 -> .button -> .back */
.heading1 .button .back {
  box-shadow: none !important;
  border-color: #ffffff !important;
  background: transparent !important;
  color: #ffffff !important;
  margin: 0 !important;
  font-size: 12px !important;
  text-shadow: none !important;
  line-height: 27px !important;
  width: 60px; }

/* .button -> .pagetop */
.button .pagetop {
  box-shadow: none;
  border-color: #ccc;
  border-radius: 3px;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#fff 60%, #e5e5e5 100%);
  background-image: linear-gradient(#fff 60%, #e5e5e5 100%);
  font-size: 1rem;
  line-height: 33px;
  color: #333 !important; }

.button .pagetop.icon::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #999; }

/* .button -> .primary */
.button .primary {
  box-shadow: none;
  border-color: #c84a01;
  background-color: #f45609;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa210), to(#f45609));
  background-image: -webkit-linear-gradient(#ffa210 0, #f45609 100%);
  background-image: linear-gradient(#ffa210 0, #f45609 100%);
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  font-size: 21px;
  line-height: 43px;
  color: #fff !important; }

.monthly .button .primary {
  border-color: #004997;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a8bff), to(#0058b8));
  background-image: -webkit-linear-gradient(#1a8bff 0, #0058b8 100%);
  background-image: linear-gradient(#1a8bff 0, #0058b8 100%); }

/* ボタン色テスト */
.button .primary.red,
.monthly .button .primary.red {
  border-color: #d80000;
  background-color: #e60000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2a2a), to(#e60000));
  background-image: -webkit-linear-gradient(#ff2a2a 0, #e60000 100%);
  background-image: linear-gradient(#ff2a2a 0, #e60000 100%); }

/* .button -> .primary  201801*/

#detail .button.info_btn_flat{
	margin: 15px 30px;
} 

#detail .button.flat .primary {
  box-shadow: none;
  border-color: #ee6500;
  background-color: #ee6500;
	background-image: none;
	text-shadow: none;
  font-size: 17px;
	font-weight: normal;
	text-shadow: none;
  line-height: 41px;
  color: #fff !important; }

#detail.monthly .button.flat .primary {
  box-shadow: none;
  border-color: #ee6500;
  background-color: #ee6500;
	background-image: none;
	text-shadow: none;
  font-size: 17px;
	font-weight: normal;
	text-shadow: none;
  line-height: 41px;
  color: #fff !important;}

.button.flat .primary.red,
#detail.monthly .button.flat .primary.red {
  border-color: #d80000;
  background-color: #e60000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2a2a), to(#e60000));
  background-image: -webkit-linear-gradient(#ff2a2a 0, #e60000 100%);
  background-image: linear-gradient(#ff2a2a 0, #e60000 100%); }


/* .button -> .action */
.button .action {
  color: #333 !important; }

.button .action.icon::before {
  color: #999; }

.button .action.icon.close::before {
  font-size: 1rem; }

/* .button -> .save, .telephone */
.button .save,
.button .telephone,
.button .telephone-fp,
.button .telephone-sp,
.button .raiten,
.button .StorePrint{
  color: #ff5900 !important; }

.monthly .button .save,
.monthly .button .telephone,
.monthly .button .telephone-fp,
.monthly .button .telephone-sp,
.monthly .button .raiten,
.monthly .button .StorePrint {
  color: #015bbb !important; }

/* .button -> .favorite.save */
.button .favorite.save.icon::before {
  margin-right: .4em; }

.button .favorite.save.icon::after {
  content: "\e005";
  display: inline-block;
  position: absolute;
  margin-top: .2em;
  margin-left: -9.3em;
  text-shadow: none;
  font-family: "icon","blank";
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

.button .favorite.save.icon.disabled::after {
  display: none; }

/* .button -> .internet */
.button .internet {
  color: #535353 !important; }

/* .button -> .plus */
.button .plus.icon {
  padding-left: 28px !important; }

.button .plus.icon::before,
.button .plus.icon::after {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-right: 0; }

.button .plus.icon::before {
  left: 13px;
  z-index: 2;
  margin-top: -5px;
  font-size: 8px;
  line-height: 1;
  color: #fff; }

.button .plus.icon::after {
  content: "";
  display: block;
  z-index: 1;
  margin-top: -7px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  background: #999;
  width: 14px;
  height: 14px; }

/* .button -> .active */
.button .active {
  border: 2px solid #009be3 !important; }

/* .button -> .disabled */
.button .disabled,
.button .save.disabled {
  box-shadow: none !important;
  border-color: #ccc !important;
  background: #e9e9e9 !important;
  text-shadow: none !important;
  color: #999 !important; }

.button .disabled.icon.favorite::before {
  -webkit-text-stroke: 1.5px #999 !important;
  text-stroke: 1.5px #999 !important;
  color: #e5e5e5 !important; }

/* .button -> .rental */
.button .rental {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
  border-color: #0399df;
  border-radius: 3px;
  background-color: #0091dc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#43c3ff), to(#0091dc));
  background-image: -webkit-linear-gradient(#43c3ff 0, #0091dc 100%);
  background-image: linear-gradient(#43c3ff 0, #0091dc 100%);
  padding-right: 10px;
  padding-left: 10px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  text-align: left;
  font-size: 16px;
  color: #fff; }

/* .button -> .monthly */
.button .monthly {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
  border-color: #e18b00;
  border-radius: 3px;
  background-color: #df8900;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9bc00), to(#df8900));
  background-image: -webkit-linear-gradient(#f9bc00 0, #df8900 100%);
  background-image: linear-gradient(#f9bc00 0, #df8900 100%);
  padding-right: 10px;
  padding-left: 10px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  text-align: left;
  font-size: 16px;
  color: #fff; }

/* .button -> .short */
.button .short {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
  border-color: #518f01;
  border-radius: 3px;
  background-color: #549500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#74cd00), to(#549500));
  background-image: -webkit-linear-gradient(#74cd00 0, #549500 100%);
  background-image: linear-gradient(#74cd00 0, #549500 100%);
  padding-right: 10px;
  padding-left: 10px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  text-align: left;
  font-size: 16px;
  color: #fff; }

/*buttonCol2*/
.buttonCol2 {
  width: 100%;
  display:table;
  border-collapse: separate;
  border-spacing: 2px 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.buttonCol2 .button {
  width: 50%;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
.buttonCol2 .button a {
  font-size: 14px;
  border-radius: 2px;
}
.buttonCol2 .button .line {
  background: linear-gradient(to bottom, #0c0 0%, #01b301 88%);
  color:#fff;
  text-align: center;
  text-shadow: 0 1px #787878;
  box-shadow: inset 0 0 0 1px #01b301;
}
#handlingEstate.flatStyle .buttonCol2 .button .line {
  background: #00b927;
  color:#fff;
  text-align: center;
  text-shadow: none;
  box-shadow:none;
}
.buttonCol2 .button .line span {
  background: url(../img/line_icon.fw.png) no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

/*
 * .buttons
 */
.buttons {
  list-style: none;
  display: table;
  table-layout: fixed;
  margin:10px 0 0 0 ;
  padding-left: 0;
  width: 100%; }


.buttons .button {
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.buttons .button ~ .button {
  margin-top: 0;
  padding-left: 0; }

.buttons .button a,
.buttons .button button {
  font-size: 15px;
  line-height: 38px; }

/* 2017ABtest ボタンが二行になる際の微調整*/
.buttons.row02 .button a,
.buttons.row02 .button button {
  font-size: 15px;
  line-height: 19px;
	padding: 5px;
	height: auto;
}

/* 201707 スマホ一覧こだわり追加 余白を変更*/
.button.cg_length{
	margin: 10px 6px;
}
/* 201707 スマホ一覧こだわり追加 余白を変更 END */


/**/

/* .buttons lines */
.buttons.lines2 .button a,
.buttons.lines2 .button button {
  line-height: 1.3;
  height: 50px; }

.buttons.lines2 .button a span,
.buttons.lines2 .button button span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }


.buttons_ver03 {
  list-style: none;
  display: table;
  table-layout: fixed;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  width: 100%; }

.lines3{
	padding: 0 !important;
}

/* .buttons lines */
.buttons .lines3 .button a,
.buttons .lines3 .button button {
  line-height: 1.3;
  height: 34px;
  }
.buttons .lines3 .button a span,
.buttons .lines3 .button button span {
  display: block;
  position: relative;
  top: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* 下部のボタン　ボタン1つ　余白付き */

.lines4{
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
}
.col01_btn
{
	margin:12.5px 6px 14px 6px;
}
.col01_btn .lines4 .button a span
{
	font-size: 15px;
}

/* .buttons lines */
.buttons .lines4 .button a,
.buttons .lines4 .button button {
  line-height: 1.3;
  height: 34px;
  }
.buttons .lines4 .button a span,
.buttons .lines4 .button button span {
  display: block;
  position: relative;
  top: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
/* 下部のボタン　ボタン1つ　余白付き */

/* 下部のボタン　ボタン2つ　余白付き */
.lines5{
	padding: 4px 0 !important;
	margin: 0 !important;
	list-style-type: none;
}
.buttons .lines5 .button a,
.buttons .lines5 .button button {
  line-height: 1.3;
  height: 34px;
  }
.buttons .lines5 .button a span,
.buttons .lines5 .button button span {
  display: block;
  position: relative;
  top: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
/* 下部のボタン　ボタン2つ　余白付き　ここまで */


/*
 * .table
 */
.table {
  margin-right: 0;
  margin-left: 0;
  width: 100%; }

.table tr {
  border: 1px solid #ccc;
  border-right: 0;
  border-left: 0; }

.table th,
.table td {
  padding: 5px;
  font-size: 12px; }

.table th {
  background: #e7f5fb;
  font-weight: normal;
  color: #000;
  white-space: nowrap; }

.table .button a,
.table .button button {
  display: inline-block;
  font-size: inherit;
  line-height: 28px; }

/* .table -> .bordered */
.table.bordered th,
.table.bordered td {
  border: 1px solid #ccc; }

/* .monthly */
.monthly .table th {
  background-color: #ffedc7; }

/* .short */
.short .table th {
  background-color: #e7f6d4; }

/*
 * .row
 */
.row {
  display: table;
  table-layout: fixed;
  width: 100%; }

.row > li {
  display: table-cell;
  padding-left: 0;
  vertical-align: middle; }

/* .span2 */
.row.span2 > li:nth-child(odd) {
  float: left;
  width: 50%; }

.row.span2 > li:nth-child(even) {
  float: right;
  width: 50%; }

.row.span2 > li:last-child:nth-child(odd) {
  width: 100%; }

/*
 * .lists
 */
.lists {
  list-style: none;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  font-weight: bold;
  font-size: 16px; }

.lists li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 2px 1px #fff;
  box-shadow: inset 0 2px #fff;
  border-top: 1px solid #ccc;
  background: #f3f3f3;
  padding: 15px 10px;
  text-shadow: none; }

/* 201707 スマホ一覧こだわり追加 */
.lists.conditional_phrase li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 2px 1px #fff;
  box-shadow: inset 0 2px #fff;
  border-top: 1px solid #ccc;
  background: #ffffff;
  padding: 0;
  text-shadow: none;
}
/* 201707 スマホ一覧こだわり追加 END */

.lists .non-active {
  background: #FaFaFa;
  color: #ccc; }

.lists a {
  display: block;
  position: relative;
  margin: -15px -10px;
  padding: 15px 40px 15px 10px;
  color: inherit; }

.lists a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -3.5px;
  border: 3px solid #949494;
  border-left: none;
  border-bottom: none;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/*ABtest-5*/
.lists.noicon a::after {
  display: none; }

.lists .blank::after {
  content: "\e013";
  margin-top: -.5em;
  margin-left: 0;
  margin-right: -3px;
  border: none;
  width: auto;
  height: auto;
  color: #949494;
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.lists .icon {
  padding-left: 30px; }

.lists .icon::before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -.5em;
  margin-right: 0;
  line-height: 1; }

/* .disabled */
.lists .disabled {
  background-color: #fff;
  color: #999; }

.lists .disabled::before,
.lists .disabled::after {
  display: none; }

/* .lists -> .row */
.lists.row > li + li {
  border-left: 1px solid #ccc; }

.lists.span2 > li:nth-child(odd) {
  border-left: none; }

.lists.span2 > li:nth-child(even) {
  border-left: 1px solid #ccc; }

/* .lists -> .simple */
.lists.simple {
  font-weight: normal;
  font-size: 1rem; }

.lists.simple li,
.lists.simple a {
  box-shadow: none;
  background: transparent; }

.lists.simple .label {
  margin-bottom: 5px;
  width: 6em; }


/*
 * 201802ABtest チェックボックス　縦可変ver
 */

	.variable ul.variable__list {
	  display: flex;
	  flex-wrap: wrap;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  border-top: 1px solid #ccc;
	}

	.variable ul.variable__list li {
		width: 50%;
	  margin: 0;
	  padding: 15px 10px;
	  border-bottom: 1px solid #ccc;
	  border-right: 1px solid #ccc;
	  list-style: none;
	  box-sizing: content-box -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-box-shadow: inset 0 2px 1px #fff;
	  box-shadow: inset 0 2px #fff;
	  background: #f3f3f3;
	  text-shadow: none;
	  display: flex;
	  flex-wrap: wrap;
	  -webkit-align-items: center;
	  align-items: center;
	}
	.variable ul.variable__list li:nth-of-type(even) {
	  border-right: none;
		width: 50%;
	}

	.variable ul.variable__list li label {
	  display: table-cell;
	  margin: 0;
	  padding: 0;
	  font-weight: normal;
	  font-size: 1rem;
	  height: auto;
	  position: relative;
	  justify-content: center;
	}

	.variable ul.variable__list li label input {
	  -webkit-transform: scale(1.2);
	  transform: scale(1.2);
	  width: 15px;
	  position: absolute;
	  top: 50%;
	  margin-top: -7.5px;
	}

	.variable ul.variable__list li label span {
	  display: inline-block;
	  padding-left: 21px;
	}

	* html .variable ul.variable__list li {
	  display: inline;
	  zoom: 1;
	}

	*+html .variable ul.variable__list li {
	  display: inline;
	  zoom: 1;
	}
	
/*
 * .accordion
 */
.accordion {
  margin-right: 0;
  margin-left: 0; }

.accordion dd {
  display: none;
  margin-left: 0; }

/* .toggle */
.accordion .toggle {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.6);
  border-top: 1px solid #2b71bf;
  background: #2b71bf;
  padding: 2px 10px 0;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 18px;
  line-height: 47px;
  color: #fff; }

.accordion .toggle::before,
.accordion .toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.accordion .toggle::before {
  margin-top: -8.5px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #fff;
  width: 20px;
  height: 20px; }

.accordion .toggle::after {
  margin-top: -5px;
  margin-right: 5px;
  border: 3px solid #2b71bf;
  border-left: none;
  border-bottom: none;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

/* .toggle -> .active */
.accordion .active::after {
  margin-top: 0;
  margin-right: 4px;
  border-right: none;
  width: 12px;
  -webkit-transform: none;
  transform: none; }

.accordion .active + dd {
  display: block; }

/* .toggle -> .disabled */
.accordion .disabled,
.accordion .disabled + dd {
  box-shadow: none;
  border-top: 1px solid #fff !important;
  background-color: #afafaf !important;
  text-shadow: none; }

.accordion .disabled {
  clear: both;
  float: left;
  position: static; }

.accordion .disabled::before,
.accordion .disabled::after {
  display: none; }

.accordion .disabled + dd {
  display: block;
  padding: 16px 10px;
  font-weight: bold;
  color: #fff; }

/* .lists */
.accordion .lists {
  margin: 0; }

.accordion .lists li,
.accordion .lists a,
.accordion .lists label {
  padding-left: 20px; }

.accordion .lists a,
.accordion .lists label {
  margin-left: -20px; }

/* .rental */
.rental .accordion .toggle {
  border-color: #0193dd;
  background-color: #0193dd; }

.rental .accordion .toggle::after {
  border-color: #0193dd; }

/* .monthly */
.monthly .accordion .toggle {
  border-color: #e18b00;
  background-color: #e18b00; }

.monthly .accordion .toggle::after {
  border-color: #e18b00; }

/* .short */
.short .accordion .toggle {
  border-color: #6dc300;
  background-color: #6dc300; }

.short .accordion .toggle::after {
  border-color: #6dc300; }

/*
 * .city accordion - list
 */
.accordion-city,
.accordion-city dt,
.accordion-city dd,
.accordion-city ul,
.accordion-city li,
.accordion-city dt input,
.accordion-city dd ul li input {
  margin: 0;
  padding: 0; }

.accordion-city li {
  list-style: none; }

.accordion-city dt a {
  color: #333;
  font-size: 15px;
  font-weight: bold; }

.accordion-city dd ul li a {
  color: #333;
  font-size: 14px;
  font-weight: normal; }

.accordion-city dt,
.accordion-city dd ul li {
  border-top: solid 1px #DDD;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 2px 1px #fff;
  box-shadow: inset 0 2px #fff;
  background: #f3f3f3;
  display: table;
  width: 100%; }

.accordion-city dt label,
.accordion-city dt a,
.accordion-city dd ul li label,
.accordion-city dd ul li a {
  display: table-cell;
  vertical-align: middle; }

.accordion-city dt label,
.accordion-city dd ul li label {
  width: 50px;
  height: 50px;
  background: #f9f9f9;
  border-right: solid 1px #DDD;
  text-align: center; }

.accordion-city dd ul li label {
  width: 40px;
  height: 40px; }

.accordion-city dt label.checked,
.accordion-city dd ul li label.checked {
  background: #EEE;
  /* チェック時 */ }

.accordion-city dt {
  position: relative;
  cursor: pointer; }

.accordion-city dt a,
.accordion-city dd ul li a {
  padding: 10px 15px;
  position: relative; }

.accordion-city dt a::before,
.accordion-city dt a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*ABtest-5*/
.accordion-city.noicon dt a::before,
.accordion-city.noicon dt a::after {
  display: none; }


.accordion-city dt a::before {
  margin-top: -8.5px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #fff;
  width: 20px;
  height: 20px; }

.accordion-city dt a::after {
  margin-top: -5px;
  margin-right: 5px;
  border: 3px solid #2b71bf;
  border-left: none;
  border-bottom: none;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

/* active */
.accordion-city dt.active a::after {
  margin-top: 0;
  margin-right: 4px;
  border-right: none;
  width: 12px;
  -webkit-transform: none;
  transform: none; }

/* active */
.accordion-city dt.nosub a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 7px;
  margin-top: -3px; }

/* .rental */
.rental .accordion-city dt a::after {
  border-color: #0193dd; }

/* .monthly */
.monthly .accordion-city dt a::after {
  border-color: #e18b00; }

/* .short */
.short .accordion-city dt a::after {
  border-color: #6dc300; }

.accordion-city dd {
  padding: 0 0 0 10px;
  background: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#FFF));
  background-image: -webkit-linear-gradient(#f3f3f3 60%, #FFF 100%);
  background-image: linear-gradient(#f3f3f3 60%, #FFF 100%);
  border-top: solid 1px #DDD; }

.accordion-city dd ul li {
  border-left: solid 1px #DDD; }

.accordion-city dd ul li:first-child {
  border-top: none; }

.accordion-city dd ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3.5px;
  border: 2px solid #949494;
  border-left: none;
  border-bottom: none;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/*
 * .banners, .banner
 */
.banners {
  list-style: none;
  padding-left: 0; }

.banner {
  margin-top: 8px;
  margin-bottom: 8px; }

/* .row */
.banners.row {
  margin: 6px;
  display: block;
  width: auto;
  overflow: hidden; }

.banners.row .banner {
  float: left;
  display: block;
  margin: 4px; }

/*
 * .shortcut
 */
.shortcut .lists {
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 1rem; }

.shortcut .lists li {
  display: table-cell;
  border: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#fff 60%, #e5e5e5 100%);
  background-image: linear-gradient(#fff 60%, #e5e5e5 100%);
  text-align: center;
  vertical-align: middle; }

.shortcut .lists li ~ li {
  border-left: 1px solid #ccc; }

.shortcut .lists a {
  position: static;
  padding-right: 0;
  padding-left: 0; }

.shortcut .lists a::after {
  display: none; }

.shortcut .lists .icon::before {
  position: static;
  margin-top: 0;
  margin-right: 4px;
  line-height: inherit; }

/* for Responsive */
@media (min-width: 640px) {
  .shortcut br {
    display: none; } }
/*
 * form
 */
.required {
  color: #f00; }

.confirm {
  font-size: 16px;
  color: #f00; }

.error {
  background: #ffe4e5;
  padding: 10px;
  color: #f00; }

form .error {
  margin: -5px 0;
  margin-right: 0;
  margin-left: 0; }

/*
 * .search
 */
p.search,
p.sort {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%; }

p.search > span,
p.sort > span {
  display: table-cell;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle; }

p.search > span ~ span,
p.sort > span ~ span {
  padding-left: 0; }

p.search select,
p.sort select {
  width: 100%; }

p.search .button a,
p.search .button button,
p.sort .button a,
p.sort .button button {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 33px;
  white-space: nowrap; }

/*
 * .section
 */
.section {
  margin: 15px 10px; }

.section > * {
  margin: 10px 0; }

/*
 * .objectnum(for develpment)
 */
.objectnum {
  color: #c00; }

/*
 * #beacon_divid(for develpment)
 */
#beacon_divid {
  width: 1px;
  height: 1px; }

/*
 * .carousel
 */
.carousel {
  position: relative; }

.carousel-inner {
  overflow: hidden; }

.carousel ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.carousel-control {
  display: block;
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-control a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background-color: #0b2e54;
  background-image: url(../img/btn_carousel.png), -webkit-gradient(linear, left top, left bottom, from(#4d7096), to(#0b2e54));
  background-image: url(../img/btn_carousel.png), -webkit-linear-gradient(#4d7096 0, #0b2e54 100%);
  background-image: url(../img/btn_carousel.png), linear-gradient(#4d7096 0, #0b2e54 100%);
  background-repeat: no-repeat,no-repeat;
  background-position: 0 50%,0 0;
  background-size: 54px,auto;
  width: 27px;
  height: 50px; }

.carousel-control .prev {
  position: absolute;
  left: 0; }

.carousel-control .next {
  position: absolute;
  right: 0;
  background-position: -27px 50%,0 0; }

.carousel-control .ir {
  display: none; }

/*
 * .side_tab
 */
.side_tab {
  position: fixed;
  z-index: 1000;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #003a7a;
  padding: 15px 10px;
  width: 100%; }

.side_tab > * {
  margin: 0; }

/* .tabs */
.side_tab .tabs {
  position: relative;
  top: -14px;
  margin-top: -35px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fff; }

.side_tab .tabs a {
  display: inline-block;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 5px 5px 0 0;
  background: #003a7a;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 35px;
  color: #fff; }

.side_tab .tabs .icon::before {
  font-size: 12px;
  color: inherit; }

/* .carousel */
.side_tab .carousel-inner {
  margin-right: auto;
  margin-left: auto;
  width: 235px;
  height: 50px; }

.side_tab .banners {
  position: relative;
  margin: 0; }

.side_tab .banner {
  float: left;
  position: relative;
  margin: 0; }

/*
 * .modal
 */
.modal {
  /* old flexbox */
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-pack: cetner;
  -webkit-box-pack: center;
  box-pack: cetner;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  /* new flexbox*/
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  /**/
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, .8); }

.modal .content {
  margin:0;
  -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
  width:100%;
  text-align:center;
}
.modal .content img {
  max-width:100%;
}
.modal .close_btn {
  position: fixed;
  top:10px;
  right: 10px;
  background:url(../img/close_btn.png) no-repeat;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.modal .heading {
  color: #004998;
  font-size: 18px; }

/* .modal -> .save */
.modal.save .heading,
.modal.save .button a {
  color: #ff5900; }

.modal__content__text{
	margin: 5px;
	z-index: 9999;
	color: #ffffff;
}
.modal__content__text span{
	display: inline-block;
	padding: 2px 5px;
	text-align: center;
}
/*
 * .tlbHomelinkBox
 */
.tlbHomelinkBox {
  display: none;
  opacity: 0;
  margin: 0 auto;
  width: 297px;
  z-index: 2000; }

.tlbHomelinkBox p {
  margin: 0; }

.tlbHomelinkBox .btn {
  position: absolute;
  top: 14px;
  right: 12px; }

/*
 * #popApp
 */
#topBuff {
  display: none;
  top: -1000px;
  width: 10000px;
  height: 10000px; }

#underBuff {
  display: none;
  z-index: 1900; }

#popApp {
  display: none;
  opacity: 0;
  z-index: 3000; }

.boxPopApp {
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4), inset 0 0 0 2px white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4), inset 0 0 0 2px white;
  border: 1px solid #666;
  border-radius: 10px;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e2e2));
  background-image: -webkit-linear-gradient(#fff 0, #e2e2e2 100%);
  background-image: linear-gradient(#fff 0, #e2e2e2 100%);
  padding: 10px;
  width: 282px; }

.boxPopApp p {
  margin: 0; }

.boxPopApp .img {
  float: left; }

.boxPopApp .txt {
  float: right;
  width: 188px;
  line-height: 1.3; }

.boxPopApp .txt a {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  color: #006fe9; }

.boxPopApp .btn a {
  display: block;
  margin: 15px auto 0;
  border-radius: 5px;
  background: #888;
  padding: 5px 0;
  width: 120px;
  text-align: center;
  color: #fff; }

.boxPopApp .btn a::before {
  content: "\e004";
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
  font-family: "icon","blank";
  font-size: 10px; }

/* ==========================================================================
   header styles
   ========================================================================== */
#header {
  display: table;
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 -1px #fff, inset 0 -2px #e9e9e9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 -1px #fff, inset 0 -2px #e9e9e9;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  width: 100%;
  font-size: 12px; }

/*
 * .button
 */
#header .button a {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  width: auto;
  font-size: inherit;
  line-height: 28px; }

/*
 * .logo
 */
#header .logo {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }

#header .logo .back {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px; }

#header .logo .back::before {
  margin-right: 0;
  font-size: 10px; }

/*
 * .nav
 */
#header .nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

/* .annotation */
#header .nav .annotation {
  margin: 0 0 0 auto;
  display: inline-block;
  text-align: center;
  font-size: 9px;
  color: #fa0000;
  white-space: nowrap; }

#header .annotation .label {
  margin-bottom: 2px; }

#header .annotation em {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 11px; }

/* .button */
#header .nav .button {
  margin: 0; }
/* .buttons */
#header .nav .buttons {
  margin: 0 0 0 auto;
  width: auto; }

#header .nav .buttons .button {
  padding-left: 0;
  padding-right: 0; }

#header .nav .buttons .button ~ .button {
  padding-left: 5px; }

#header .nav .buttons .button a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6e3f1));
  background-image: -webkit-linear-gradient(#fff 20%, #d6e3f1 100%);
  background-image: linear-gradient(#fff 20%, #d6e3f1 100%); }

#header .nav .buttons .button a span.small {
  width: auto;
  display: block;
  font-size: 11px;
  padding-top: 3px;
  letter-spacing: -0.05em; }

/* ==========================================================================
   content styles
   ========================================================================== */
.content {
  margin-bottom: -15px; }

#results.content {
  margin-bottom: 0;
  clear: both;
}
#detail.content {
  margin-bottom: 0;
  clear: both;
}

#inquiry > #main{
  clear: both;
}
/*
 * #nav
 */
#nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
  background: #fbfdd8;
  padding: 5px 10px;
  width: 100%;
  font-size: 12px;
  overflow: hidden; }

/* .buttons */
#nav .buttons {
  display: block;
  margin-top: 0;
  margin-bottom: 0; }

#nav .button {
  float: right;
  display: block;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0; }

#nav .button:first-child {
  float: left;
  margin-left: 0; }

#nav .button a {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6e3f1));
  background-image: -webkit-linear-gradient(#fff 20%, #d6e3f1 100%);
  background-image: linear-gradient(#fff 20%, #d6e3f1 100%);
  padding-right: 6px;
  padding-left: 6px;
  font-size: inherit;
  line-height: 33px; }

/* .button -> .back */
#nav .button .back {
  display: table-cell;
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
  vertical-align: middle;
  line-height: inherit; }

/* .button -> .save, .inquiry */
#nav .button .save,
#nav .button .inquiry {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#fff 30%, #e5e5e5 100%);
  background-image: linear-gradient(#fff 30%, #e5e5e5 100%); }

#nav .button .favorite.save.icon::after {
  margin-left: -9.2em; }

#nav .button .inquiry {
  height: 35px; }

#nav .button .inquiry.icon::before {
  margin-right: 0;
  font-size: 18px; }

#nav .button .inquiry.icon::after {
  content: "\e012";
  display: inline-block;
  position: relative;
  top: -4px;
  left: 2px;
  font-family: "icon","blank";
  font-size: 10px;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

#nav .button .inquiry span {
  display: none; }

/* .row */
#nav .buttons.row {
  display: table; }

#nav .buttons.row .button {
  float: none;
  display: table-cell;
  margin: 0; }

#nav .buttons.row .button ~ .button {
  padding-left: 5px; }

#nav .buttons.row .button a {
  display: block;
  padding: 8px 0;
  line-height: inherit; }

#nav .buttons.row .button .icon.favorite::before {
  display: block;
  margin-right: 0; }

/* for Responsive */
@media (min-width: 640px) {
  #nav br {
    display: none; }

  #nav .buttons.row .button .icon.favorite::before {
    display: inline-block;
    margin-right: 4px; } }
/*
 * #main
 */
#main {
  overflow: hidden; }

#detail #main {
  overflow: visible; }

#detail.rental #main.bgColor, #detail.monthly #main.bgColor, #detail.short #main.bgColor {
  background-color: #E0F4FF;
}

#main > .heading1:first-child {
  margin-top: 0; }

/*
 * #sub
 */
#sub {
  background: #f3f3f3; }

/* .section */
#sub .section {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: -10px; }

#sub .section:last-child {
  margin-bottom: -11px; }

/* .heading1 */
#sub .heading1 {
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 3px 1px #3f83cb;
  box-shadow: inset 0 3px #3f83cb;
  border-color: #ccc;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#fff 0, #e5e5e5 70%);
  background-image: linear-gradient(#fff 0, #e5e5e5 70%);
  padding-top: 9px;
  padding-bottom: 6px;
  text-shadow: none;
  font-size: 15px;
  color: #004997; }

/* .lists */
#sub .lists {
  font-weight: normal;
  font-size: 1rem; }

#sub .heading1 + .lists {
  margin-top: -10px; }

#sub .lists li,
#sub .lists a {
  box-shadow: none;
  background: #fff; }

/* .facebook, .youtube, .line */
#sub .lists .facebook,
#sub .lists .youtube,
#sub .lists .line {
  padding-left: 65px; }

#sub .lists .facebook .figure {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -22px; }

#sub .lists .youtube .figure {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9.5px; }

#sub .lists .line .figure {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -22px; }

/*
 * .pagetop
 */
.button.pagetop {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  border-top: 1px solid #bababa;
  padding: 10px 50px;
  background: #ececec; }

.button .page_back {
  position: relative;
  box-shadow: none;
  border-color: #ccc;
  border-radius: 0px;
  background: #fff !important;
  font-size: 15px !important;
  color: #666666 !important; }
  .button .page_back:before {
    position: absolute;
    font-size: 10px;
    margin-top: -5px;
    color: #666666;
    line-height: 1;
    top: 50%;
    left: 10px; }

/*
 * .pcver
 */
.pcver {
  margin-top: -15px;
  margin-right: 0;
  margin-left: 0; }

.pcver a {
  margin-top: -15px;
  margin-right: 0;
  margin-left: 0;
  display: block;
  font-size: 1rem;
  color: #333333;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #ccc;
  font-weight: bold;
  background: #f3f3f3; }

.pcver a span {
  display: inline-block;
  background: url(../img/ico_forpc.png) 0 center no-repeat;
  background-size: 16px 14px;
  -webkit-background-size: 16px 14px;
  padding: 0 0 0 20px;
  min-height: 14px; }

/* ==========================================================================
   footer styles
   ========================================================================== */
#footer {
  margin-top: 0;
  border-top: 1px solid #bababa;
  background: #ececec;
  font-size: 12px;
  color: #535353; }

/* sns */
#footer #sns_area {
  overflow: hidden;
  padding: 15px 0 0 0; }

#footer #sns_area p {
  margin: 0 0 15px 0;
  padding: 0 0 12px 0;
  border-bottom: 3px solid #004998;
  text-align: center;
  color: #004998;
  font-size: 17px;
  font-weight: bold; }

#footer #sns_area ul {
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 258px; }

#footer #sns_area ul li {
  list-style: none;
  display: table-cell;
  padding: 0 0 0 10px; }

#footer #sns_area ul li:first-child {
  padding: 0; }

/*
 * .subline
 */
#footer .subline {
  margin-right: 0;
  margin-left: 0;
  padding: 0 10px 0;
  font-size: 9px; }

#footer_info {
  margin-top: 15px;
  background: #ececec;
  font-size: 11px;
  color: #333333; }

#footer_info a {
  color: #333333;
  text-decoration: underline; }

#footer_info .nav {
  list-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #bababa;
  padding-top: 15px;
  padding-left: 0;
  text-align: center; }

#footer_info .nav li {
  display: inline; }

#footer_info .nav li::before {
  content: " | "; }

#footer_info .nav li:first-child::before {
  content: normal;
  display: none; }

/*
 * .copyright
 */
#footer_info .copyright {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 10px;
  background: #004997;
  padding: 20px 10px;
  text-align: center;
  color: #fff; }
#footer .copyright small{
font-size:9px;
}



/* ==========================================================================
   2016007  ABテスト追加分  メールで予約ボタン 
   ========================================================================== */


.button_mail {
  margin-top: 5px;
   }

.button_mail a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #fff;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  background: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#fff 30%, #e5e5e5 100%);
  background-image: linear-gradient(#fff 30%, #e5e5e5 100%);
  padding:8px 0 0 0;
  width: 50%;
  text-align: center;
  text-shadow: 0 1px #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #004998;
  }
  
  /* ==========================================================================
   2016007  ABテスト追加分  メールで予約ボタン  end  
   ========================================================================== */


/* ==========================================================================
   20160723　メールフォーム　「初期設定番号」「初期LEONET ID」「初期パスワード」お問い合わせ  
   ========================================================================== */
.SubFormTitle{
	border-bottom:1px solid #034a97;
	color:#034a97;
	font-weight:bold;
	font-size:15px;
	padding:2px 0;
}

.heading_textSize{
	   font-size:16px !important;
   }
.TextUnderLine{
	   text-decoration:underline;
   }
/* ==========================================================================
   20160723　メールフォーム　「初期設定番号」「初期LEONET ID」「初期パスワード」お問い合わせ   END
   ========================================================================== */


/* ==========================================================================
   2016 11月　一覧ページ　ニューレイアウト
   ========================================================================== */

/*
 * .heading4
 */
 
 
.rental .heading_wrap {
	width: 100%;
	padding-top: 1px;
	background: #44a3e3;
}
.heading4 {
	margin: 1px 0;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.heading4 .heading_top {
	display: table-cell;
	margin: 0;
	font-size: 12px;
	border-right: 1px solid #ffffff;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.heading_top:before {
	content : url(../img/return_arrow.png);
	display: inline-block;
	position: relative;
	top: -1px;
	left: -4px;
}
.heading_text {
	display: table-cell;
	margin: 0;
	padding: 7px 14px;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}
.heading4 .heading_01 {
	display: inline;
	margin: 0;
	font-size: 18px;
}
/* 折り返しの認識をさせるための記述 */ 
.heading4 .heading_01 span {
	display: inline;
}

.heading4 .subline_01 {
	display: inline-block;
	margin: 0 0 0 -1.5px;
	font-size: 12px;
	line-height: 23px;
}
.heading4 .note {
	font-size: 11px;
}
.heading4.center {
	text-align: center;
}
section .heading4 {
	font-size: 16px;
}
.shortcut + .heading4 {
	margin-top: 0;
}
/* .rental */
.rental .heading4 {
	border-top: 1px solid #88d5ff;
	background-image: -moz-linear-gradient( 90deg, rgb(52,146,224) 0%, rgb(91,193,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(52,146,224) 0%, rgb(91,193,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(52,146,224) 0%, rgb(91,193,255) 100%);
}
/* .monthly */
.monthly .heading4 {
	border-color: #e18b00;
	background-color: #df8900;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9bc00), to(#df8900));
	background-image: -webkit-linear-gradient(#f9bc00 0, #df8900 100%);
	background-image: linear-gradient(#f9bc00 0, #df8900 100%);
}
/* .short */
.short .heading4 {
	border-color: #518f01;
	background-color: #549500;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#74cd00), to(#549500));
	background-image: -webkit-linear-gradient(#74cd00 0, #549500 100%);
	background-image: linear-gradient(#74cd00 0, #549500 100%);
}
.select-box__01 {
	width: 59%;
	margin: 0 6px 0 0;
	float: right;
}
.select-box__02 {
	width: 100%;
	margin:0;
}
.select-box--wrap {
  margin: 0 auto 12px auto;
	width: 100%;
	box-sizing: border-box;
	padding-left: 6px;
	padding-right: 6px;
}

.select-box--wrap.under {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}

.select-box__01 select {
	width: 100%;
	height: 34px;
	box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  -webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #4C4C4C;
	background: #eee;
	background: url(../img/select_arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #d7d7d7 100%);
	background: url(../img/select_arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #d7d7d7 100%);
}
.select-box__02 select {
	width: 100%;
	height: 34px;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 14px;
	font-size: 14px;
  font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #4c4c4c;
	background: #eee;
	background: url(../img/select_arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #d7d7d7 100%);
	background: url(../img/select_arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #d7d7d7 100%);
}

.select-box__count {
	letter-spacing: -0.02em;
	width: 33%;
	float: left;
  line-height: 1;
  margin-top: 14px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

/* ==========================================================================
   2016 11月　一覧ページ　ニューレイアウト
   ========================================================================== */

/* ==========================================================================
   お気に入り物件が保存されていない表記の余白
   ========================================================================== */

.not_saved_favorite{
	margin: 50px 10px;
}