@charset "utf-8";
/* ==================================================
   旧デザイン共通CSS（統合版）
   旧 common/ の styles / header / footer / animsition / flexslider を
   読み込み順のまま連結したもの。スマホ用は各セクション内の @media。
================================================== */

/* ========== 旧 styles.css ========== */

* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  color: #333;
  -webkit-text-size-adjust: none;
  background-color: #333;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../font/fontawesome-webfont.eot?v=4.6.3");
  src:
    url("../font/fontawesome-webfont.eot?#iefix&v=4.6.3")
      format("embedded-opentype"),
    url("../font/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),
    url("../font/fontawesome-webfont.woff?v=4.6.3") format("woff"),
    url("../font/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),
    url("../font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kyodo";
  src: url("../font/kyodo.eot?dtnfth");
  src:
    url("../font/kyodo.eot?dtnfth#iefix") format("embedded-opentype"),
    url("../font/kyodo.ttf?dtnfth") format("truetype"),
    url("../font/kyodo.woff?dtnfth") format("woff"),
    url("../font/kyodo.svg?dtnfth#kyodo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);





a img {
  border: none;
}
.touch {
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
dl {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ss {
  font-size: 75%;
  line-height: 150%;
}
.s {
  font-size: 80%;
  line-height: 150%;
}
.m {
  font-size: 100%;
  line-height: 150%;
}
.l {
  font-size: 120%;
  line-height: 150%;
}
.ll {
  font-size: 140%;
  line-height: 150%;
}
sup {
  font-size: 0.5em;
  line-height: 0;
}
.pkg:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
*1257897500* html .pkg {
  display: inline-block;
}
*1257897501* html .pkg {
  height: 1%;
}
.pkg {
  display: block;
}
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; 
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
   
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fclear {
  clear: both;
}
br.fclear {
  clear: both;
  font-size: 1px;
  line-height: 0;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.img-fright {
  margin: 0px 0px 1em 20px;
  padding: 0px;
  float: right;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.a-center {
  text-align: center;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
form {
  margin: 0px;
  padding: 0px;
}
textarea,
input {
  font-size: 1rem;
  font-weight: normal;
}
input.text {
  width: 100%;
}
input.--num {
  width: 6rem;
}
.textarea {
  width: 100%;
  height: 80px;
}
input {
  vertical-align: middle;
}
.text,
textarea {
  border: none;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  min-height: 32px;
  margin: 0px 0.25em 0.25em 0px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px 0 #ccc;
  -moz-box-shadow: inset 0 0 2px 0 #ccc;
  box-shadow: inset 0 0 2px 0 #ccc;
  box-sizing: border-box;
  margin: 0 0.5em 0.5em 0;
}
label {
  margin-right: 1.5em;
}
select {
  font-size: 1rem;
  margin: 0 0.5em 0.5em 0;
}
input.btn,
.btn input,
a.btn,
.btn a {
  padding: 0.5em 1.5em;
  background-color: #00a4de;
  line-height: 1em;
  font-size: 1.1em;
  text-align: center;
  border: none;
  color: #fff;
  min-width: 30px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-bottom: 3px solid #017eb8;
  vertica-align: middle;
  box-sizing: border-box;
  display: inline-block;
}
input.btn,
.btn input,
a.btn {
  display: inline-block;
}
p.btn.gray a,
.btn.gray input,
a.btn.gray,
.btn.gray a {
  background-color: #808080;
  border-bottom: 2px solid #5a5a5a;
}
.hide {
  display: none;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul li,
ol li {
  margin: 0px;
  padding: 0px;
}
ul.disc {
  margin: 0px 0px 1.5em 2em;
  padding: 0px;
  list-style-type: disc;
}
ul.disc li {
  margin: 0px 0px 0.25em 0px;
}
ol.decimal {
  margin: 0px 0px 1.5em 2em;
  padding: 0px;
  list-style-type: decimal;
}
ol.decimal li {
  margin: 0px 0px 0.5em 0px;
}
ul.icon-001,
ul.icon-002 {
  margin: 0px 0px 1.5em 20px;
  padding: 0px;
}
ul.icon-001 li {
  background-image: url(../img/common/icon_002.png);
  background-repeat: no-repeat;
  background-position: left 0.1em;
  margin: 0px 0px 0.3em 0px;
  padding: 1px 0px 0px 20px;
}
ul.icon-002 li {
  background-image: url(../img/common/icon_003.png);
  background-repeat: no-repeat;
  background-position: left 0.1em;
  margin: 0px 0px 0.3em 0px;
  padding: 1px 0px 0px 20px;
}
span.icon {
  padding-top: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  width: 26px;
  display: inline-block;
  overflow: hidden;
  margin: -0.3em 0 0 0;
  vertical-align: middle;
  background-size: contain;
}
span.icon-001 {
  background-image: url(../img/common/icon_001.png);
}
p {
  margin: 0px;
  padding: 0px;
}
div#main table {
  width: 100%;
  margin: 0px 0px 2em 0px;
  
  border: none;
  border-collapse: collapse;
  
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}
div#main table thead tr th {
  text-align: center;
  font-weight: normal;
  padding: 1em 0.5em;
  border: none;
  border-left: 1px solid #ccc;
  color: #333;
}
div#main table thead tr th:first-child {
  border-left: none;
}
div#main table tbody tr th {
  padding: 1em;
  border-top: 1px solid #ccc;
  color: #333;
  font-weight: normal;
  text-align: center;
}
div#main table tbody tr td {
  background-color: #fff;
  text-align: center;
  border: none;
  padding: 1em;
  border-top: 1px solid #ccc;
  border-right: 1px dotted #ccc;
  min-height: 1em;
}
div#main table tbody tr td .btn {
  margin-right: 5px;
  font-size: 1rem;
}
div#main table tbody tr td:first-child {
  border-left: none;
}
div#main table .a-center {
  text-align: center;
}
div#main table .a-left {
  text-align: left;
}
div#main table th {
  min-width: 200px;
}
div#main table .a-right {
  text-align: right;
}
span.required {
  background-color: #ed1e79;
  font-size: 0.7em;
  padding: 0.3em 0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.3em;
  border-radius: 2px;
  margin-left: 0.5em;
}

/* ================================
   スマホ（max-width: 736px）
   ※ 旧 styles_sp.css を統合
================================ */
@media screen and (max-width: 736px) {


html,
body {
 	font-size: 20px;
}
div#main p.fleft,
div#main p.fright {
	float: none;
	margin-bottom: 1.5em;
}
div#main p.fleft img,
div#main p.fright img {
	margin: 0;
}
.img-fright {
	margin: 0px 0px 1.5em 0;
	float: none;
	text-align: center;
}
.img-fright img {
	margin: 0;
}

}

/* ========== 旧 animsition.css ========== */
/*!
 * animsition v3.5.2
 * http://blivesta.github.io/animsition/
 * Licensed under MIT
 * Author : blivesta
 * http://blivesta.com/
 */

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;

  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-loading {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;

  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-loading:after {
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #aaa;
  text-align: center;
  content: "Loading";
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out;
}

/* ========== 旧 flexslider.css ========== */
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* ================================
   印刷用スタイル（現行マークアップ対応版）
================================ */
@media print {

	@page {
		size: A4;
		margin: 12mm;
	}

	body {
		color: #000;
		background: #fff;
		font-size: 11pt;
	}

	/* 色帯・色背景を印刷でも出す（白文字が白飛びして消えるのを防ぐ） */
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	a,
	a:link,
	a:visited {
		color: #000;
	}

	/* ヘッダー: ロゴのみ残す。sticky解除で全ページ重なりを防ぐ */
	.site-header {
		position: static;
		box-shadow: none;
		border-bottom: 1px solid #ccc;
		background: #fff;
		backdrop-filter: none;
	}

	.header-nav,
	.header-contact,
	.mobile-menu-btn {
		display: none !important;
	}

	.header-container {
		padding: 10px 0;
		height: auto;
	}

	.header-logo {
		min-width: 0;
		max-width: 260px;
	}

	/* 印刷に不要なもの */
	div#pan,
	div#footer,
	p#topofpage,
	.grecaptcha-badge,
	.slick-arrow,
	.slick-dots {
		display: none !important;
	}

	div#containerbox h2 {
		padding: 0.6em 10px;
		font-size: 1.6em;
	}

	div#contents {
		padding: 20px 0;
		max-width: none;
	}

	div.main-container-box {
		max-width: 100%;
	}

	/* 横スクロール枠（物件情報の表など）は全体を見せる */
	.sale-table-wrap {
		overflow: visible !important;
	}

	/* 改ページまわり: 画像・表の途中で切らない、見出し直後で切らない */
	img {
		max-width: 100% !important;
		page-break-inside: avoid;
	}

	table,
	figure {
		page-break-inside: avoid;
	}

	h2, h3, h4 {
		page-break-after: avoid;
	}
}
