@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
/* load normalize.css */
*, ::before, ::after {
  box-sizing: inherit;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 48.697916666666667%; /* 748/960 */
  box-sizing: border-box;
}
@media screen and (min-width: 992px), print {
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #231815;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0 auto;
}
@media screen and (min-width: 992px), print {
  body {
    font-size: 1.4rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
address {
  font-style: normal;
}
/* Link, Focus,Selection */
a {
  outline: none;
  text-decoration: none;
  color: #61aad4;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}
/* ============================== */
/*  Contents */
/* ============================== */
h1 {
  font-size: 2.4rem;
  margin: 0 0 0.75em;
}
h2 {
  font-size: 2.1rem;
  margin: 0 0 0.75em;
}
h3 {
  font-size: 1.7rem;
  margin: 0 0 0.75em;
}
h4 {
  font-size: 1.6rem;
  margin: 0 0 0.75em;
}
h5 {
  font-size: 1.4rem;
  margin: 0 0 0.75em;
}
h6 {
  font-size: 1.3rem;
  margin: 0 0 0.75em;
}
p {
  margin: 0;
}
ol, ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
th, td {
  padding: 0.5em 1em;
  border: 1px solid #dcdcdc;
  text-align: left;
  vertical-align: middle;
}
th {
  font-weight: 600;
  background-color: #fafafa;
}
caption {
  color: #444;
  text-align: center;
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
figure {
  margin: 0;
}
figure > img {
  width: 100%;
}
/* ============================== */
/*  Layout */
/* ============================== */
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none;
  }
}
.row {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px), print {}
@media screen and (min-width: 992px), print {
  .row {
    width: 960px;
    margin: 0 auto;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.over-layer {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
  display: none;
}
@media screen and (min-width: 768px), print {
  .over-layer {
    display: none !important;
  }
}
/* ============================== */
/*  Global-Header */
/* ============================== */
.global-header {}
.site-id {
  font-size: 2.42rem;
  padding: 10px 0 0 0;
  height: 50px;
}
.site-id h1 {
  margin: 0;
  width: 9em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .global-header {
    z-index: 100;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .global-header + * {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px), print {
  .global-header {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    z-index: 100;
  }
  .site-id {
    font-size: 2.42rem;
    padding-top: 1.6em;
    height: auto;
  }
  .site-id h1 {
    width: 10em;
  }
  #menu-toggle-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #global-nav {
    background: rgba(255, 255, 255, 0.96);
    margin: 0 -10px;
    height: calc(100vh - 50px);
    overflow-y: auto;
    padding-top: calc(50vh - 270px);
    font-size: 1.8rem;
    display: none;
  }
  #global-nav ul {
    width: 100%;
  }
  #global-nav ul li, #global-nav p {
    padding: 1.6em 0 0.6em;
    transition: 400ms;
    text-align: center;
  }
  #global-nav.is-clicked ul li, #global-nav.is-clicked p {
    padding: 0.6em 0;
  }
  #global-nav ul li::before {
    content: "";
    display: block;
    width: 3em;
    height: 1px;
    border-top: 1px solid #dfdfdf;
    margin: 0 auto;
    padding-bottom: 1.2em;
  }
  #global-nav ul li:first-child::before {
    display: none;
  }
  #global-nav ul li a {
    color: #333;
    text-align: center;
  }
  #global-nav a .menu-svg {
    display: none;
  }
  #global-nav .inquire a {
    background: #2a180c;
    padding: 0.3em 1em;
    color: #fff;
    margin-top: 1.3em;
    display: inline-block;
  }
}
@media screen and (min-width: 768px), print {
  #global-nav {
    display: block !important;
  }
  #global-nav ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    margin: 2em 0 3em;
  }
  #global-nav ul li {
    width: calc((100% - 4px * 6) / 7);
    margin-left: 4px;
    font-size: 1.3rem;
  }
  #global-nav ul li:first-child {
    margin-left: 0;
  }
  #global-nav ul li a {
    position: relative;
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 18.1px;
    overflow: hidden;
  }
  #global-nav ul li a .menu-svg {
    width: 99px;
    height: auto;
    max-height: none;
    margin: 0 auto;
    z-index: 2;
  }
  #global-nav ul li a .menu-text {
    display: none;
  }
  #global-nav ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #898989;
    transition: 200ms;
    z-index: 1;
  }
  #page.modern-style-page.m-sytle-top #global-nav ul li a::after {
    background: #231815;
  }
  #global-nav ul li a:hover::after {
    height: 18.1px;
    background: #231815;
  }
  #global-nav ul li a:hover img {
    position: relative;
    top: -100%;
  }
  #global-nav ul li.inquire a {
    background: #2a180c;
    color: #fff;
  }
  #global-nav ul li.inquire img {
    position: relative;
    top: -100%;
  }
  #global-nav p.inquire {
    position: absolute;
    top: 38px;
    right: 10px;
    width: 12vw;
  }
  #global-nav p.inquire a {
    background: #231815;
    font-size: 1.35rem;
    color: #fff;
    padding: 0.25em 1em;
    text-align: center;
    display: block;
  }
  #global-nav p.inquire a:hover {
    background: #493F3D;
  }
  #global-nav p.inquire img {
    display: none;
  }
}
@media screen and (min-width: 992px), print {
  #global-nav ul li a {
    height: 24.45px;
  }
  #global-nav ul li a .menu-svg {
    width: 100%;
  }
  #global-nav ul li a:hover::after {
    height: 24.45px;
  }
  #global-nav p.inquire {
    top: 48px;
    right: calc(50% - 480px);
    width: 125px;
  }
  #global-nav p.inquire a {
    font-size: 1.25rem;
  }
}
/* ============================== */
/*  Toggle Menu */
/* ============================== */
#menu-toggle-button {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
#menu-toggle-button .menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 28px;
  height: 2px;
  background-color: #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#menu-toggle-button .menu-icon::before, #menu-toggle-button .menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#menu-toggle-button .menu-icon::before {
  top: -9px;
}
#menu-toggle-button .menu-icon::after {
  top: 9px;
}
/* --menu-toggle-button IsClicked-- */
#menu-toggle-button.is-clicked {}
#menu-toggle-button.is-clicked .menu-icon {
  background-color: rgba(0, 0, 0, 0);
}
#menu-toggle-button.is-clicked .menu-icon::before, #menu-toggle-button.is-clicked .menu-icon::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: 0.3s;
}
#menu-toggle-button.is-clicked .menu-icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000;
}
#menu-toggle-button.is-clicked .menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #000;
}
/* ============================== */
/*  GLOBAL FOOTER */
/* ============================== */
.global-footer {
  font-size: 1.4rem;
  background: #231815;
  margin-top: 6.5em;
  position: relative;
  padding: 2em 0;
}
.global-footer .footer-link ul {
  text-align: center;
}
.global-footer .footer-link ul li a {
  color: #fff;
  display: block;
  padding: 0 1em;
  line-height: 1;
}
.global-footer .footer-link ul li:first-child a {
  border-left: none;
}
.global-footer .copyright {
  text-align: center;
  color: #fff;
  margin-top: 2.2em;
  font-size: 1.4rem;
}
.global-footer .time {
  text-align: center;
  color: #fff;
  /*margin-top: 1em;*/
  font-size: 1.4rem;
}
.global-footer p.tel {
  color: #fff;
  text-align: center;
  margin-top: 2em;
  letter-spacing: 0.05em;
}
.global-footer p.tel a {
  color: inherit;
}
.global-footer p.tel .tel-link::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/freedial.png) no-repeat center;
  color: inherit;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 0.35em;
  margin-right: 0.3333em;
}
@media screen and (min-width: 768px), print {
  .global-footer .footer-link {
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .global-footer p.tel {
    margin: 0 0 0 2em;
    position: relative;
    top: -0.55em;
  }
  .global-footer .footer-link ul {
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .global-footer .footer-link ul li a {
    border-left: 1px solid #888;
    padding: 0 1em;
  }
  .global-footer .copyright {
    font-size: 1.6rem;
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .global-footer .footer-link ul li a::after {
    display: block;
    content: "";
    width: 2em;
    height: 1px;
    background: #777;
    margin: 1.3em auto;
  }
  .global-footer .footer-link ul li:last-child a::after {
    display: none;
  }
}
/* ============================== */
/*  GO PAGETOP */
/* ============================== */
#go-pagetop a {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  text-indent: -9999px;
  bottom: 25px;
  right: 10px;
  display: none;
  z-index: 99;
  font-size: 1.5rem;
}
#go-pagetop a::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.4em);
  top: 50%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  margin-top: -4px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#go-pagetop a:hover {
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 768px), print {
  #go-pagetop a {
    width: 4em;
    height: 4em;
  }
}
/* ============================== */
/*  BREADCRUMB */
/* ============================== */
.breadcrumb {
  display: none;
}
@media screen and (min-width: 768px), print {
  .breadcrumb {
    font-size: 1.3rem;
    display: block;
  }
  .breadcrumb ol {
    display: flex;
    max-width: 980px;
    margin: 1em auto;
    padding: 0 10px;
  }
  .breadcrumb li {
    margin-left: 1em;
    padding-left: 1.5em;
    position: relative;
    color: #727171;
  }
  .breadcrumb li a {
    color: #727171;
    text-decoration: underline;
  }
  .breadcrumb li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .breadcrumb li::before {
    content: "";
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    display: block;
    border-top: solid 1px #aaa;
    border-right: solid 1px #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .breadcrumb li:first-child::before {
    border: none;
    display: none;
  }
}
/* 下層ページ用 */
#breadcrumb {
  display: none;
}
@media screen and (min-width: 768px), print {
  #breadcrumb {
    font-size: 1.3rem;
    display: block;
  }
  #breadcrumb nav {
    display: flex;
    max-width: 980px;
    margin: 1em auto;
    padding: 0 10px;
  }
  #breadcrumb nav div {
    margin-left: 1em;
    position: relative;
    color: #727171;
  }
  #breadcrumb a {
    color: #727171;
    text-decoration: underline;
    margin-right: 1em;
  }
}
/* ============================== */
/*  HERO-IMAGE */
/* ============================== */
.hero-image {
  position: relative;
  background: url(../images/hi_bg.jpg) no-repeat center;
}
.hero-image img {
  display: block;
  margin: auto;
}
/* slider */
.hero-image .slider1 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.slider1 li {
  vertical-align: bottom;
}
.slider1 li img {
  width: 100%;
}
.slide-arrow {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.slide-arrow.prev-arrow {
  left: 10px;
}
.slide-arrow.next-arrow {
  right: 10px;
}
.slide-arrow.slick-disabled {
  display: none !important;
}
.top-page .page-title {
  font-size: 1.8rem;
  text-align: center;
  color: #898989;
  letter-spacing: 0.2em;
  margin: 2.5em 0 3em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px), print {
  .top-page .page-title {
    font-size: 2.1rem;
  }
}
.toppage-banner {
  font-size: 1.4rem;
  margin: 3.5em 0 3.5em;
}
.top-page .tp-sec {
  font-size: 1.3rem;
  border: 1px solid #898989;
  padding: 1.5em;
  margin-top: 2.5em;
}
.top-page .tp-sec:first-child {
  margin-top: 0;
}
.top-page .tp-sec h2 {
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #333;
  width: 14em;
  margin: 1em auto 2em;
  padding-bottom: 0.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top-page .tp-sec h2 + .lead {
  font-size: 0.95rem;
  text-align: center;
  margin-bottom: 4em;
  font-weight: bold;
  margin-top: -2.75em;
}
/* 各セクションの指定 */
#featured-property figure {
  max-width: 160px;
  margin: 0 auto 3em;
}
#featured-property figcaption {
  font-size: 0.8rem;
  margin-top: 0.25em;
  text-align: right;
}
.property-list li {
  border: 1px solid #898989;
  padding: 0.5em 1.5em;
  margin-bottom: 1em;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.property-list li.new:after {
  content: "";
  display: block;
  width: 2.417em;
  height: 2.417em;
  background: url(../images/icon_new.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -1.2em;
  top: -0.33em;
}
.property-list li.announce:after {
  content: "";
  display: block;
  width: 2.417em;
  height: 2.417em;
  background: url(../images/icon_announce.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -1.2em;
  top: -0.33em;
}
#anniversary-business figure {
  max-width: 160px;
  margin: 0 auto 3em;
}
#anniversary-business .announce-list li {
  font-size: 1.2rem;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
#anniversary-business .announce-list li::before {
  content: "・"
}
#listings-in-suumo .side-left figure {
  max-width: 160px;
  margin: 0 auto 3em;
}
#topics.tp-sec .side-left, #topics.tp-sec .side-right {
  font-size: 1.2rem;
}
#topics.tp-sec figure.pinterest {
  max-width: 160px;
  margin: 1.2em auto 3em;
}
.top-page .section-wrapper {
  margin-top: 5em;
}
@media screen and (min-width: 768px), print {
  .top-page .section-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5em;
    margin-left: -3.5em;
  }
  .top-page .section-wrapper .tp-sec {
    width: calc(50% - 3.5em);
    margin-left: 3.5em;
    margin-top: 3.5em;
  }
  .top-page .tp-sec:first-child, .top-page .tp-sec:nth-child(2) {
    margin-top: 0;
  }
  .tp-sec .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .top-page .section-wrapper .tp-sec .side-left, .top-page .section-wrapper .tp-sec .side-right {}
  /* 各セクションの指定 */
  #featured-property .side-left {
    width: 43%;
  }
  #featured-property .side-right {
    width: 57%;
    padding-left: 1.5em;
  }
  #featured-property figure {
    margin: 0;
    position: relative;
    left: -1.5em;
    max-width: none;
  }
  #anniversary-business .side-left {
    width: 28.41709722874589%;
  }
  #anniversary-business .side-right {
    width: 71.58290277125411%;
    padding-left: 1.5em;
  }
  #anniversary-business figure {
    max-width: none;
    margin: 0;
  }
  #listings-in-suumo {
    padding-bottom: 0;
  }
  #listings-in-suumo .side-left {
    width: 43%;
    position: relative;
  }
  #listings-in-suumo .side-right {
    width: 57%;
    padding-left: 1.5em;
  }
  #listings-in-suumo .side-left figure {
    margin: 0 auto;
    width: 89%;
  }
  #topics.tp-sec .side-left {
    width: calc(50% - 1em);
  }
  #topics.tp-sec .side-right {
    width: 50%;
    margin-left: 1em;
  }
  #topics.tp-sec figure.pinterest {
    max-width: none;
    margin: 1.2em 0 0;
  }
}
/* ============================== */
/*  MODERN-STYLE PAGE*/
/* ============================== */
/* .modern-style-photos {
    font-size: 1.4rem;
    margin-bottom: 3em;
}
.modern-style-photos figcaption {
    font-size: 1.1rem;
    margin-top: 0.5em;
}
.modern-style-photos .photo-sub {
    display: flex;
    justify-content: space-between;
    margin: 1.5em 0;
}
.modern-style-photos .photo-sub figure {
    width: calc(50% - 5px);
}
@media screen and (min-width: 768px), print {
.modern-style-photos {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 5em;
}
.modern-style-photos .photo-main {
    margin-left: 1.5em;
}
.modern-style-photos .photo-sub {
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}
.modern-style-photos .photo-sub figure {
    width: 100%;
}
.modern-style-photos .ph1 figcaption::before {
    content: "??▲";
}
.modern-style-photos .ph2 figcaption::before {
    content: "▲";
}
.modern-style-photos .ph3 figcaption {
    overflow: hidden;
    text-indent: -9999px;
}
}
.modern-style-page .page-title{
    font-size: 1.5rem;
    border-bottom: 1px solid #dddddd;
    margin: 1.6em 0 2.2em;
    padding-bottom: 0.5em;
	position: relative;
}
.modern-style-page .page-title .logo {
    font-size: 1.8rem;
    width: 2.8em;
    height: 2.8em;
    border: 1px solid #231815;
    position: absolute;
    top: 0.3em;
}
.modern-style-page  .page-title .title-text{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    line-height: 1.6;
	padding-left:4.3em;
}
.modern-style-page .page-title .title-text strong {
    font-size: 1.8rem;
    color: #b81c22;
    font-weight: normal;
}

@media screen and (min-width: 768px), print {
.modern-style-page .page-title {
    font-size: 2.4rem;
}
.modern-style-page  .page-title .title-text{
	text-align: center;
	padding-left:0;
}
.modern-style-page .page-title .title-text strong {
    font-size: 3.0rem;
}
.modern-style-page .page-title .logo {
    position: absolute;
    left: 0;
    bottom: -1em;
    width: 6.333333333333333em;
    height: 6.333333333333333em;
    margin: 0;
}
}
.text-pr1 {
    font-size: 1.6rem;
    line-height: 2.2;
	background: url("../images/bg_dot01.svg");
	background-size:2.2em;
}
 */
#example h3 {
  text-transform: full-width;
}
.modern-style-top-text {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1.0), 1px 1px 6px rgba(0, 0, 0, 1.0), -1px -1px 6px rgba(0, 0, 0, 1.0);
}
main h1, #contents-body h1 {
  padding: 0.25em;
  text-align: center;
  background: #f6f6f6;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
main, #contents {
  margin-top: 80px;
}
.top-page main {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  main h1, #contents-body h1 {
    padding: 0.5em;
  }
  main, #contents {
    margin-top: 50px;
  }
  .breadcrumb + main {
    margin-top: 0;
  }
}
.style-menu {
  font-size: 1.5rem;
  margin-top: 4em;
}
.style-menu .row {
  padding: 0 10px;
}
.style-menu .style-list {
  display: flex;
  align-items: center;
  margin-left: -1.5em;
}
.style-menu .style-list li {
  text-align: center;
  margin-left: 1.5em;
}
.style-menu .style-list li:first-child {}
.style-menu .style-list li img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .style-menu {
    font-size: 1.5rem;
    margin-top: 4em;
  }
  .style-menu .row {
    display: flex;
    padding: 0 12em;
    justify-content: space-around;
    align-items: center;
  }
  .style-menu a {
    transition: 300ms;
  }
  .style-menu a:hover {
    opacity: 0.8;
  }
}