@charset "UTF-8";
/*================================================================
*FILE          :common.css
*DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
それぞれfoundationよりインポート。
*AUTHOR        :
*--------------------------------------------------------------
*(C)
=================================================================*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "GennoMincho";
  font-weight: normal;
  src: url("../font/SourceHanSerif-Regular.woff") format("woff"), url("../font/SourceHanSerif-Regular.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: "GennoMincho";
  font-weight: bold;
  src: url("../font/SourceHanSerif-Bold.woff") format("woff"), url("../font/SourceHanSerif-Bold.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  font-display: swap;
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  font-display: swap;
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* 色
-----------------------------------------------------------------*/
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* functions
-----------------------------------------------------------------*/
/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "GennoMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .08em; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1024px) {
    body {
      min-width: 2px; } }
  @media print, screen and (min-width: 1025px) {
    body {
      min-width: 768px; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.ht {
  display: none; }

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.portfolioReset {
  margin-bottom: 20px; }

/* --------------------------
  mainContent
 ------------------------- */
.mainContent {
  /*  portfolioSort
  -------------------------- */
  /*  mapPlace
  -------------------------- */
  /*  portfolioPropertyLabel
  -------------------------- */ }
  @media print, screen and (min-width: 768px) {
    .mainContent .portfolioSort {
      margin-bottom: 28px; } }
  .mainContent .mapPlace-1, .mainContent .mapPlace-2, .mainContent .mapPlace-3, .mainContent .mapPlace-4, .mainContent .mapPlace-5, .mainContent .mapPlace-6 {
    font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "GennoMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  }
  .mainContent .mapPlace-1, .mainContent .mapPlace-2, .mainContent .mapPlace-3, .mainContent .mapPlace-4, .mainContent .mapPlace-5, .mainContent .mapPlace-6 {
        padding: 10px 10px 5px 10px;
				text-align: center; }
    .mainContent .mapPlace-1:before, .mainContent .mapPlace-2:before, .mainContent .mapPlace-3:before, .mainContent .mapPlace-4:before, .mainContent .mapPlace-5:before, .mainContent .mapPlace-6:before, .mainContent .mapPlace-1:after, .mainContent .mapPlace-2:after, .mainContent .mapPlace-3:after, .mainContent .mapPlace-4:after, .mainContent .mapPlace-5:after, .mainContent .mapPlace-6:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute; }
    @media print, screen and (min-width: 768px) {
      .mainContent .mapPlace-1:before, .mainContent .mapPlace-2:before, .mainContent .mapPlace-3:before, .mainContent .mapPlace-4:before, .mainContent .mapPlace-5:before, .mainContent .mapPlace-6:before {
        top: 100%;
        left: calc( 50% - 8px);
        border-top: 12px solid #000;
        border-right: 8px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 8px solid transparent; } }
    @media print, screen and (min-width: 768px) {
      .mainContent .mapPlace-1:after, .mainContent .mapPlace-2:after, .mainContent .mapPlace-3:after, .mainContent .mapPlace-4:after, .mainContent .mapPlace-5:after, .mainContent .mapPlace-6:after {
        top: 100%;
        left: calc( 50% - 6px);
        border-top: 10px solid #fff;
        border-right: 6px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 6px solid transparent; } }
  .mainContent .mapPlace-1 {
    border-color: #2d2d2d; }
    .mainContent .mapPlace-1:before {
      border-top-color: #2d2d2d; }
    .mainContent .mapPlace-1 .mapPlace_point {
      border: 2px solid #2d2d2d; }
      .mainContent .mapPlace-1 .mapPlace_point:before {
        background-color: #2d2d2d; }
  .mainContent .mapPlace-2 {
    border-color: #a1864c; }
    .mainContent .mapPlace-2:before {
      border-top-color: #a1864c; }
    .mainContent .mapPlace-2 .mapPlace_point {
      border: 2px solid #a1864c; }
      .mainContent .mapPlace-2 .mapPlace_point:before {
        background-color: #a1864c; }
  .mainContent .mapPlace-3 {
    border-color: #8ba16d; }
    .mainContent .mapPlace-3:before {
      border-top-color: #8ba16d; }
    .mainContent .mapPlace-3 .mapPlace_point {
      border: 2px solid #8ba16d; }
      .mainContent .mapPlace-3 .mapPlace_point:before {
        background-color: #8ba16d; }
  .mainContent .mapPlace-4 {
    border-color: #5b7e91; }
    .mainContent .mapPlace-4:before {
      border-top-color: #5b7e91; }
    .mainContent .mapPlace-4 .mapPlace_point {
      border: 2px solid #5b7e91; }
      .mainContent .mapPlace-4 .mapPlace_point:before {
        background-color: #5b7e91; }
  .mainContent .mapPlace-5 {
    border-color: #ad6969; }
    .mainContent .mapPlace-5:before {
      border-top-color: #ad6969; }
    .mainContent .mapPlace-5 .mapPlace_point {
      border: 2px solid #ad6969; }
      .mainContent .mapPlace-5 .mapPlace_point:before {
        background-color: #ad6969; }
  .mainContent .mapPlace-6 {
    border-color: #756d91; }
    .mainContent .mapPlace-6:before {
      border-top-color: #756d91; }
    .mainContent .mapPlace-6 .mapPlace_point {
      border: 2px solid #756d91; }
      .mainContent .mapPlace-6 .mapPlace_point:before {
        background-color: #756d91; }
  .mainContent .mapPlace_close {
    position: absolute;
    width: 8px;
    height: 9px;
    line-height: 0; }
	 .mainContent .mapPlace_link a {
	 	font-size: 11px;
	 }
    @media print, screen and (min-width: 768px) {
      .mainContent .mapPlace_close {
        top: 10px;
        right: 10px;
        cursor: pointer; } }
    @media print, screen and (max-width: 767px) {
      .mainContent .mapPlace_close {
        top: 5px;
        right: 5px; } }
  .mainContent .mapPlace_name {
    font-weight: bold;
    border-bottom: 1px solid #e6e2df;
    line-height: 1;
		padding-bottom: 10px;
    font-size: 14px; } 
  .mainContent .mapPlace_address {
    line-height: 1.4; }
    @media print, screen and (min-width: 768px) {
      .mainContent .mapPlace_address {
        margin-top: 7px;
        font-size: 12px; } }
    @media print, screen and (max-width: 767px) {
      .mainContent .mapPlace_address {
        margin-top: 4px;
        font-size: 10px; } }
  .mainContent .mapPlace_img {
    display: inline-block;
		width: 130px;
		margin: 10px 0; }
    @media print, screen and (max-width: 767px) {
      .mainContent .mapPlace_img {
        width: 100%; } }
  .mainContent .mapPlace_point {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%; }
    @media print, screen and (min-width: 768px) {
      .mainContent .mapPlace_point {
        width: 20px;
        height: 20px;
        bottom: -40px; } }
    @media print, screen and (max-width: 767px) {
      .mainContent .mapPlace_point {
        bottom: -17px;
        width: 10px;
        height: 10px; } }
    .mainContent .mapPlace_point:before {
      display: inline-block;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%; }
      @media print, screen and (min-width: 768px) {
        .mainContent .mapPlace_point:before {
          width: 10px;
          height: 10px; } }
      @media print, screen and (max-width: 767px) {
        .mainContent .mapPlace_point:before {
          width: 5px;
          height: 5px; } }
			.mainContent .categorySort_buttons a.current {
				text-decoration: underline;
				background: #ded9d5; }
  .mainContent .portfolioPropertyLabelNode-hoshinoya, .mainContent .portfolioPropertyLabelNode-sakai, .mainContent .portfolioPropertyLabelNode-rizonare, .mainContent .portfolioPropertyLabelNode-omo, .mainContent .portfolioPropertyLabelNode-toshikanko, .mainContent .portfolioPropertyLabelNode-sonota {
    font-size: 12px;
    margin-right: 20px;
    line-height: 1; }
    .mainContent .portfolioPropertyLabelNode-hoshinoya:before, .mainContent .portfolioPropertyLabelNode-sakai:before, .mainContent .portfolioPropertyLabelNode-rizonare:before, .mainContent .portfolioPropertyLabelNode-omo:before, .mainContent .portfolioPropertyLabelNode-toshikanko:before, .mainContent .portfolioPropertyLabelNode-sonota:before {
      display: inline-block;
      content: '';
      width: 10px;
      height: 10px;
      margin-right: 10px; }
  .mainContent .portfolioPropertyLabelNode-hoshinoya:before {
    background-color: #2d2d2d; }
  .mainContent .portfolioPropertyLabelNode-sakai:before {
    background-color: #a1864c; }
  .mainContent .portfolioPropertyLabelNode-rizonare:before {
    background-color: #8ba16d; }
  .mainContent .portfolioPropertyLabelNode-omo:before {
    background-color: #5b7e91; }
  .mainContent .portfolioPropertyLabelNode-toshikanko:before {
    background-color: #ad6969; }
  .mainContent .portfolioPropertyLabelNode-sonota:before {
    background-color: #756d91; }
  .mainContent .portfolioPropertyLabel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
		flex-wrap: wrap; }
    @media print, screen and (min-width: 768px) {
      .mainContent .portfolioPropertyLabel {
        margin-top: 16px; } }
    @media print, screen and (max-width: 767px) {
      .mainContent .portfolioPropertyLabel {
        margin-top: 15px;
        font-size: 11px; } }
    @media print, screen and (max-width: 767px) {
			.mainContent .categorySort_buttons {
				flex-wrap: wrap;
			}
			.mainContent .categorySort_buttons li {
				width: 50%;
				border-bottom: 1px solid #fff;
			}
			.mainContent .categorySort_buttons li:nth-child(odd) {
				border-left: none;
			}	}
		
