@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
/* 3 */ }
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
	/* 1 */
	display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
/* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
/* 2 */ }
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
	outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
/* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
	font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
/* 2 */ }
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
	display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
/* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
/* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
/* 1 */ }
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
/* 2 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
/* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
/* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */ }
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
	display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,  .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav.disabled,  .owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev,  .owl-carousel .owl-nav .owl-next,  .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
/* bodyのメインスタイル */
body {
	background-color: white;
	color: #333333;
	font-size: 10px;
	line-height: 1.6;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;/*各セクション（下のマージン） */
  /* ２欄クラス（位置、高さ、欄のテキストのサイズ・位置） */
  /* コンテナクラス（パディング） */
  /* テキストの位置 */
  /*　１２pxのフォントサイズ */ }
body section {
	margin-bottom: 25px;
/* セクションのタイトル（背景色・パターン、テキストの位置・サイズ） */ }
body section.top-section {
	margin-bottom: 10px;
}
body section.no-margin {
	margin-bottom: 0px;
}
body section .section-title {
	color: white;
	background-image: url(http://www.kansaifudosanhanbai.co.jp/mp/assets/img/img_bg_title01.png);
	background-repeat: repeat;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	font-weight: normal;
	margin: 0;
}
body .two-col {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
}
body .two-col .col {
	width: 50%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}
body .two-col .col i.fa {
	font-size: 26px;
}
body .container {
	padding: 0 10px;
}
body .align-center {
	text-align: center;
}
body .larger {
	font-size: 12px;
}
/*カスタムタッグ（パディング、高さ、色、背景色） */
.tag {
	white-space: nowrap;
	height: 20px;
	padding: 3px 7px;
	color: white;
	font-size: 10px;
}
.tag.tag-down, .tag.tag-new {
	font-weight: bold;
}
.tag.tag-members, .tag.tag-negotiation, .tag.tag-sold, .tag.tag-mansion, .tag.tag-update, .tag.tag-required {
	border-radius: 15px;
}
.tag.tag-down {
	background-color: #f7931e;
}
.tag.tag-new {
	background-color: #e84171;
}
.tag.tag-sold {
	background-color: #999999;
}
.tag.tag-negotiation {
	background-color: #e48423;
}
.tag.tag-members {
	background-color: #d84227;
}
.tag.tag-mansion {
	background-color: #0071bc;
}
.tag.tag-update {
	background-color: #ff5d5c;
}
.tag.tag-required {
	background-color: #e30f0e;
}
/* カスタムボタンのスタイル */
a.btn, input.btn, button.btn {
	box-sizing: border-box;
	margin: 15px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	max-width: 200px;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
a.btn img, input.btn img, button.btn img {
	margin-right: 5px;
}
a.btn i.fa, input.btn i.fa, button.btn i.fa {
	margin-right: 5px;
	font-size: 20px;
}
a.btn.btn-large, input.btn.btn-large, button.btn.btn-large {
	width: 100%;
	max-width: 100%;
	height: 50px;
}
a.btn.btn-orange, input.btn.btn-orange, button.btn.btn-orange {
	background-color: #f08300;
}
a.btn.btn-darkOrange, input.btn.btn-darkOrange, button.btn.btn-darkOrange {
	background-color: #dc580f;
}
a.btn.btn-darkYellow, input.btn.btn-darkYellow, button.btn.btn-darkYellow {
	background-color: #c88f0c;
}
a.btn.btn-darkRed, input.btn.btn-darkRed, button.btn.btn-darkRed {
	background-color: #d8413d;
}
a.btn.btn-gray, input.btn.btn-gray, button.btn.btn-gray {
	background-color: #999999;
}
a.btn.btn-blue, input.btn.btn-blue, button.btn.btn-blue {
	background-color: #337ab7;
}
/*リンクのカスタムスタイル（位置、マージン、パディング、色、サイズ） */
a.links {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	text-decoration: none;
	position: relative;
	height: 36px;/*青リンクバージョン */
  /*グレーリンクバージョン */
  /*トップのメインリンクバージョン */ }
a.links i.fa:first-child {
	margin-right: 15px;
	color: #b3b3b3;
}
a.links i.fa.fa-caret-square-o-right {
	color: #cccccc;
	position: absolute;
	right: 0px;
	font-size: 14px;
}
a.links.blue-links {
	box-sizing: border-box;
	height: 48px;
	margin-bottom: 20px;
	background-color: #0071bc;
	color: white;
}
a.links.blue-links i:first-child {
	font-size: 30px;
	width: 23px;
	color: white;
}
a.links.blue-links i.fa.fa-caret-square-o-right {
	color: #bec9e4;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.links.gray-links {
	margin-bottom: 1px;
	background-color: #e6e6e6;
	color: #333333;
}
a.links.gray-links i.fa-caret-square-o-right {
	color: #8a8080;
	right: 15px;
}
a.links.gray-links i:first-child {
	color: #5481BD;
}
a.links.main-links {
	font-size: 12px;
	height: 40px;
}
a.links.main-links i:first-child {
	color: #0071bc;
	font-size: 22px;
	width: 25px;
	text-align: center;
	margin-right: 15px;
}
a.links.main-links .tag {
	margin-left: 10px;
}
/*カスタムテキスト色クラス */
.white-text {
	color: white;
}
.gray-text {
	color: #666666;
}
.darkRed-text {
	color: #cc0033;
	font-weight: bold;
	font-size: 12px;
}
.red-text {
	color: #da3618;
}
.lightBlue-text {
	color: #006aae;
}
.green-text {
	color: #00a73c;
}
/*カスタムテキスト背景色クラス */
.lightGray {
	background-color: #e6e6e6;
}
.mediumGray {
	background-color: #cccccc;
}
.gray {
	background-color: #666666;
}
.extraLightBlue {
	background-color: #f2fafe;
}
.lightBlue {
	background-color: #c7d7ec;
}
.lightRed {
	background-color: #f9e1d1;
}
.blue {
	background-color: #0071bc;
}
.orange {
	background-color: #f08300;
}
.red {
	background-color: #da3618;
}
.blueGray {
	background-color: #5f7fa1;
}
.green {
	background-color: #5aac3e;
}
.lightBlueGray {
	background-color: #c1cad8;
}
.grayBG {
	background-color: #eaedf1;
}
/*チェックリスト　（マージン、パディング） */
ul.checklist {
	margin: 0;
	padding: 0;/*チェックリストアイテム（高さ、ボーダー、テキストのサイズ） */
  /*プルダウン（表示） */ }
ul.checklist li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
	padding-right: 20px;
	font-size: 12px;/*チェックリストのカテゴリタイトル（背景色、ボーダー色、＋・-アイコンの表示） */
    /*ラベル（位置、幅） */ }
ul.checklist li.title {
	border-bottom-color: #cccccc;
	background-color: #f0f0f0;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.checklist li.title label.control {
	height: 100%;
}
ul.checklist li.title label.control .control-indicator {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.checklist li.title .pulldown {
	height: 100%;
	width: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
ul.checklist li.title .pulldown i.fa {
	color: #8a8080;
	font-size: 16px;
}
ul.checklist li.title .pulldown i.fa.fa-plus-square {
	display: block;
}
ul.checklist li.title .pulldown i.fa.fa-minus-square {
	display: none;
}
ul.checklist li.title .pulldown.active i.fa.fa-plus-square {
	display: none;
}
ul.checklist li.title .pulldown.active i.fa.fa-minus-square {
	display: block;
}
ul.checklist li .control {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding-left: 50px;
	width: 100%;/*インプットを隠す */
      /*カスタムインプット（位置、ボーダー、色） */ }
ul.checklist li .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
/*チェックした状態 */ }
ul.checklist li .control input:checked + .control-indicator {
	background-color: #0071bc;
	border-color: #0071bc;
/*チェックマークを入れる */ }
ul.checklist li .control input:checked + .control-indicator::before {
	font-family: FontAwesome;
	content: '\f00c';
	color: white;
	position: absolute;
	top: 1px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.checklist li .control .control-indicator {
	position: absolute;
	top: 2px;
	left: 20px;
	height: 10px;
	width: 10px;
	border: 2px solid #8a8080;
	border-radius: 3px;
}
ul.checklist li .results-number span.number {
	margin-right: 5px;
}
ul.checklist .checklist-content {
	display: none;
}
ul.checklist .checklist-content.active {
	display: block;
}
/*ヘッダー　（高さ、背景色、位置） */
header#header {
/*ロゴ（マージン） */
  /*スライダー（マージン、イメージのサイズ） */
  /*エリア（マージン） */
  /*件数セクション（マージン、パディング、テキストのサイズ） */
  /*ログイン・登録セクション（マージン、テキストのサイズ） */
  /*阿倍野支店のボタン（マージン） */ }
header#header .nav-wrapper {
	height: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;/*ナビゲーション　（位置、高さ、背景色、リンクの位置・色・サイズ） */
    /*電話番号のメニュー */
    /*グローバルドロップダウンメニュー　（表示、位置、幅、色、ボーダー） */ }
header#header .nav-wrapper nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	top: 0px;
	right: 0px;
	position: fixed;
	z-index: 3;
}
header#header .nav-wrapper nav a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 100%;
	text-decoration: none;
	border-bottom: 1px solid white;
}
header#header .nav-wrapper nav a:first-child {
	border-left: 1px solid white;
	border-right: 1px solid white;
}
header#header .nav-wrapper nav a:last-child {
	border-left: 1px solid white;
}
header#header .nav-wrapper nav a i {
	font-size: 18px;
}
header#header .nav-wrapper nav a span {
	font-size: 8px;
}
header#header .nav-wrapper .tel-modal {
	width: 100%;
}
header#header .nav-wrapper .tel-modal .tel-menu {
	position: fixed;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	z-index: 2;
	display: none;
}
header#header .nav-wrapper .tel-modal .tel-menu .tel-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
header#header .nav-wrapper .tel-modal .tel-menu .tel-container a.company {
	width: 150px;
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
}
header#header .nav-wrapper .tel-modal .tel-menu .tel-container a.company .name, header#header .nav-wrapper .tel-modal .tel-menu .tel-container a.company .phone-number {
	font-size: 16px;
}
header#header .nav-wrapper .tel-modal .tel-menu .tel-container a.company .phone-number span {
	margin-left: 5px;
}
header#header .nav-wrapper .tel-modal .tel-menu .tel-container a.company:first-child {
	margin-bottom: 20px;
}
header#header .nav-wrapper .menu-container {
	width: 100%;
}
header#header .nav-wrapper .menu-container ul#menu {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 40px;
	right: 0px;
	list-style: none;
	display: none;
	z-index: 2;
	width: 200px;
}
header#header .nav-wrapper .menu-container ul#menu li {
	font-size: 12px;
	padding: 10px 0;
	background-color: #5aac3e;
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header#header .nav-wrapper .menu-container ul#menu li:last-child {
	border: none;
}
header#header a.logo-container {
	display: block;
	margin-top: -12px;
}
header#header a.logo-container.hidden {
	visibility: hidden;
}
header#header .header-slider.owl-carousel {
	margin-top: 10px;
}
header#header .header-slider.owl-carousel .slide img {
	height: 100px;
	width: 100%;
	object-fit: cover;
}
header#header .area {
	margin: 6px 0px;
}
header#header .update {
	margin-bottom: 10px;
}
header#header .update .top {
	margin-bottom: 6px;
}
header#header .update .top .tag {
	margin-right: 5px;
}
header#header .update .two-col .col .text-container {
	height: 100%;
}
header#header .update .two-col .col .text-container .category {
	padding-top: 10px;
}
header#header .update .two-col .col .text-container .cases-numbers {
	margin-top: -5px;
}
header#header .update .two-col .col .text-container .cases-numbers .numbers {
	font-size: 18px;
}
header#header .update .two-col .col .text-container .cases-numbers .cases {
	font-size: 13px;
}
header#header .update .two-col .col.public i.fa.fa-users {
	color: #7CA1CA;
}
header#header .update .two-col .col.public .text-container {
	margin-left: 10px;
}
header#header .update .two-col .col.members i.fa.fa-unlock-alt {
	color: #EB9E76;
}
header#header .update .two-col .col.members .text-container {
	margin-right: 10px;
}
header#header .login {
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
}
header#header .login .col i.fa {
	margin-right: 5px;
}
header#header .abeno a.btn {
	margin: 10px auto 15px auto;
}
/*店舗セクション　（マージン。パディング、ボーダー、背景色） */
section#tenpo .container .shop-container {
	border: 1px solid #cccccc;
}
section#tenpo .container .shop-container:first-child {
	margin: 15px 0 10px 0;
}
section#tenpo .container .shop-container:last-child {
	margin: 0 0 25px 0;
}
section#tenpo .container .shop-container .shop-title {
	padding: 5px 15px;
}
section#tenpo .container .shop-container .shop-infos {
	padding: 10px 15px;
}
/*検索ボタン（サイズ、位置） */
.search-button-container {
	z-index: 100;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(204, 204, 204, 0.8);
	height: 55px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
/*検索ボタン（２つの場合、サイズ、位置） */ }
.search-button-container a.btn {
	width: 150px;
	height: 35px;
	font-size: 12px;
	margin: 0;
}
.search-button-container.double {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.search-button-container.double .results {
	margin-left: 8px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	width: 150px;
	height: 35px;
	padding: 10px 0;
	border-radius: 5px;
}
.search-button-container.double .results span {
	font-size: 16px;
}
.search-button-container.double .results span:first-child {
	font-size: 14px;
	margin-right: 15px;
}
/*フッター */
footer#footer {
/*SNSセクション（マージン） */
  /*グレーエリア　（パディング、背景色、リンクのボーダー・色） */ }
footer#footer .social {
	margin: 20px auto 15px auto;
}
footer#footer .social a:first-child {
	margin-right: 15px;
}
footer#footer .bottom-wrapper {
	padding: 20px;
}
footer#footer .bottom-wrapper nav.bottom-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer#footer .bottom-wrapper nav.bottom-nav ul li a.links {
	padding: 7px 0;
	border-bottom: 1px dotted #dddddd;
}
footer#footer .bottom-wrapper .copyright {
	margin-top: 20px;
}
/*20170526追加*/
ul#menu a {
	text-decoration: none;
}
