@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

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

html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #000000;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 112.4rem;
    font-size: 1.6rem;
  }
}

main {
  display: block;
}

p {
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: black;
  transition: 0.4s;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

a:hover img {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.4s;
  vertical-align: top;
}

.l-body__inner {
  position: relative;
  z-index: 0;
}

.l-container {
  max-width: 1200px;
  width: calc(100% - 2.5rem);
  margin-left: auto;
  margin-right: auto;
}

.l-wrapper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-wrapper {
    width: 112.4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-wrapper-m {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-wrapper-m {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-wrapper-m {
    width: 84rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-main {
    padding-top: 11rem;
  }
}

@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 9rem;
  }
}

/* for link position
-------------------------------*/
.anchor {
  display: block;
  padding-top: 7.2rem;
}

@media screen and (min-width: 769px) {
  .anchor {
    margin-top: -3rem;
  }
}

/* for sentence
-------------------------------*/
.text-align-center {
  text-align: center;
}

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

.br::before {
  content: "\A";
  white-space: pre;
}

@media screen and (min-width: 769px) {
  .br__pc::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 768px) {
  .br__sp::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (min-width: 769px) {
  .tel__sp {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000000;
  }
}

@media screen and (max-width: 768px) {
  .tel__sp {
    text-decoration: underline;
  }
}

/* fonts
-------------------------------*/
/* font-size */
/* font-weight */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/* font-style */
.italic {
  font-style: italic;
}

/* color */
.black {
  color: #000000;
}

.grey {
  color: #aeaeae;
}

.palegrey {
  color: #f8f8f8;
}

.white {
  color: #fff;
}

.red {
  color: #f51111;
}

.primary {
  color: #6d560d;
}

.secondary {
  color: #897021;
}

.intermediate {
  color: #aeaeae;
}

.accent01 {
  color: #6d560d;
}

.accent02 {
  color: #897021;
}

.accent03 {
  color: #0c1025;
}

.mincho {
  font-family: Georgia, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

/* show only  SP/PC
-------------------------------*/
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

.nodisplay {
  display: none !important;
}

.replace {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.notes {
  margin-left: 1em;
  text-indent: -1em;
}

.footer {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-top: 5.4rem;
  margin-top: 3rem;
}

.footer__tel {
  font-size: 2.5rem;
  margin-top: 1.5rem;
  color: black;
}

.footer__time {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 100%;
    vertical-align: bottom;
  }
}

.footer__credit {
  color: #000000;
  padding: 3rem;
  padding-left: 6vmin;
  padding-right: 6vmin;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 200;
}

@media screen and (min-width: 769px) {
  .footer__credit {
    font-size: 1.4rem;
    padding: 3rem;
  }
}

.footer__credit__link {
  color: #000000;
}

.footer__credit__link:hover {
  color: #cccccc;
  text-decoration: none;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 5;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 769px) {
  .header {
    height: 11rem;
  }
}

@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    top: 0;
    box-shadow: 1px 1px 6px rgba(68, 68, 68, 0.6);
    height: 9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .header__logo {
    margin-right: auto;
    padding-top: 1.2rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 100%;
    padding-right: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .header__logo img {
    width: 19rem;
  }
}

@media screen and (max-width: 768px) {
  .header__toggle {
    position: absolute;
    right: 2rem;
    top: 4rem;
  }
}

.header__nav {
  margin-right: 2vw;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 769px) {
  .header__nav__container {
    height: 9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.header__nav__list {
  float: right;
}

.header__nav__item {
  white-space: nowrap;
  text-decoration: none;
}

.header__nav__item-has-children {
  position: relative;
}

.header__nav__item > .header__nav__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header__nav__item > .header__nav__link::after {
  position: absolute;
  left: 14%;
  content: "";
  width: 72%;
  height: 0.1rem;
  background: #fff;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -0.1rem;
}

.header__nav__item > .header__nav__link:hover::after {
  bottom: 0.5rem;
  opacity: 1;
  visibility: visible;
}

.header__nav__item > .header__nav__link-current:after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header__nav__link {
  font-weight: bold;
  display: block;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 769px) {
  .header__nav__link {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 1.3rem;
    padding-top: 1.7rem;
  }
}

.header__nav__link:hover {
  text-decoration: none;
  color: #cccccc;
}

.header__nav__link-current:hover:after {
  bottom: 0 !important;
}

.header__nav__link-current:after {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 0 !important;
}

.header__submenu {
  list-style-type: none;
  color: #fff;
  font-weight: 200;
  margin-left: 4.8rem;
}

.header__submenu__name {
  font-size: 1.2rem;
  letter-spacing: 1.4px;
}

.header__submenu__tel {
  color: #fff;
  font-size: 2.3rem;
  margin: 6px auto;
  letter-spacing: 2.2px;
}

.header__submenu__link {
  background-color: #897021;
  padding: 2px 18px;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.3;
}

.header__submenu__link:hover {
  text-decoration: none;
  background-color: #6d560d;
  color: #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10;
  top: 0;
  right: -80%;
  height: 100%;
  overflow: auto;
  background: #897021;
  color: #000;
  text-align: center;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  transition: all 0.6s;
  width: 80%;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 13rem;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp li {
  font-size: 1.4rem;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #6d560d;
}

nav.globalMenuSp li a {
  display: block;
  color: #fff;
  padding: 1.6em 0.5em;
}

nav.globalMenuSp.active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.overflowHidden {
  overflow: hidden;
}

.navsp {
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
}

.navToggle {
  display: block;
  position: fixed;
  right: 1.5rem;
  top: 1.2rem;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 2px #000000;
  transition: 0.35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #000000;
  font-size: 9px;
  font-weight: 200;
  top: 34px;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

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

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

.page__attention {
  font-size: 1.2rem;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .page__attention {
    font-size: .8rem;
  }
}

.page__header {
  text-align: center;
  background: rgba(255, 255, 255, 0.45);
  /* border: 1px solid $accent-color01; */
  padding: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .page__header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .page__header {
    margin-top: 3rem;
    margin-bottom: 10rem;
  }
}

.page__header__heading {
  font-size: 2rem;
  line-height: 2.8;
  letter-spacing: 1.025em;
  font-weight: 600;
  color: #806e3d;
}

@media screen and (min-width: 769px) {
  .page__header__heading {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .page__header__heading-ja {
    font-size: 1.4rem;
  }
}

.page__header__heading-en {
  display: block;
  max-width: 70%;
  margin: 0 auto;
  /* font-family: $sub-font-family;
        font-size: 1.8rem;
        font-weight: bold;
        color: $primary-color;
        margin-bottom: 0.6rem; */
}

.page__info__notes {
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .page__info__notes {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .page__banner {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .page__banner {
    margin-bottom: 17rem;
  }
}

.page__banner__list {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 768px) {
  .page__banner__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .page__banner__link {
    margin-top: 2rem;
  }
}

.breadcrumb__list {
  color: #000000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5vmin;
  padding-right: 5vmin;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .breadcrumb__list {
    padding: 2rem 0 0;
  }
}

.breadcrumb__list span a {
  color: #6d560d;
}

.breadcrumb__list span:first-child {
  margin-right: 1.2rem;
}

.breadcrumb__list span:not(:first-child) {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.breadcrumb__item {
  display: inline-block;
}

.breadcrumb__item:not(:last-child):after {
  content: ">";
  padding: 0 1.2rem;
}

.breadcrumb__item a {
  color: #6d560d;
}

.btn {
  display: inline-block;
  transition-duration: 0.4s;
}

.btn:hover {
  text-decoration: none;
}

.btn01 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #897021;
  letter-spacing: 0.025em;
  padding: 0.3rem;
  line-height: 1.3;
  font-weight: 500;
  border: 1px solid #fff;
  outline: solid 5px #6d560d;
  margin: 6px;
}

@media all and (-ms-high-contrast: none) {
  .btn01 {
    font-family: Meiryo;
  }
}

@media screen and (max-width: 768px) {
  .btn01 {
    width: 96%;
    padding: 1rem;
    font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  }
}

@media screen and (min-width: 769px) {
  .btn01 {
    min-width: 25rem;
    font-size: 2.6rem;
    width: 49rem;
    height: 9rem;
  }
}

.btn01:hover {
  background-color: #604e17;
  color: #fff;
}

.btn01:after {
  display: inline-block;
  vertical-align: middle;
  font-family: "fontello";
  content: "\e806";
  color: #fff;
  font-size: 3rem;
  width: 1.6rem;
  line-height: 1.3;
  margin-left: 3rem;
}

.btn01__holder {
  text-align: center;
}

.btn02 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  text-align: center;
  border: 1px solid #6d560d;
  color: #6d560d;
  padding: 1.4rem 2rem;
  line-height: 1;
  font-weight: bold;
  min-width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .btn02 {
    font-family: Meiryo;
  }
}

@media screen and (min-width: 769px) {
  .btn02 {
    min-width: 27.4rem;
    font-size: 1.8rem;
  }
}

.btn02:hover {
  background-color: #314299;
  color: #6d560d;
}

.btn03 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #897021;
  padding: 0.3rem;
  line-height: 1;
  font-weight: bold;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .btn03 {
    width: 100%;
    padding: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .btn03 {
    min-width: 25rem;
    font-size: 1.8rem;
  }
}

.btn03:hover {
  background-color: #604e17;
  color: #fff;
}

.btn03-next:after {
  display: inline-block;
  vertical-align: middle;
  font-family: "fontello";
  content: "\e806";
  color: #897021;
  font-size: 3rem;
  width: 1.6rem;
  line-height: 1;
  margin-left: 1rem;
}

.btn03-back:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "fontello";
  content: "\e805";
  color: #897021;
  font-size: 3rem;
  width: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
}

.btn04 {
  position: relative;
  text-align: center;
  border: 1px solid #6d560d;
  color: #6d560d;
  font-weight: bold;
  min-width: 100%;
}

@media screen and (min-width: 769px) {
  .btn04 {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media all and (-ms-high-contrast: none) {
  .btn04 {
    font-family: Meiryo;
  }
}

.btn04:hover {
  background-color: #314299;
  color: #6d560d;
}

.heading01 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .heading01 {
    font-size: 3.2rem;
  }
}

.heading01-b {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .heading01-b {
    font-size: 3.2rem;
  }
}

.heading01-serif {
  font-weight: 600;
  font-size: 2rem;
  font-family: Georgia, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .heading01-serif {
    font-size: 3.2rem;
  }
}

.heading02 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .heading02 {
    font-size: 2.4rem;
  }
}

.heading02-b {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .heading02-b {
    font-size: 2.4rem;
  }
}

.heading02-serif {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: Georgia, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .heading02-serif {
    font-size: 2.4rem;
  }
}

.heading03 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .heading03 {
    font-size: 2rem;
  }
}

.heading03-b {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .heading03-b {
    font-size: 2rem;
  }
}

#page_top {
  display: none;
  width: 5rem;
  height: 5rem;
  position: fixed;
  z-index: 7;
  background-color: black;
  border-radius: 50%;
  box-shadow: 1px 1px 6px rgba(68, 68, 68, 0.6);
}

@media screen and (min-width: 769px) {
  #page_top {
    right: 5rem;
    bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  #page_top {
    right: 1.5rem;
    bottom: 1rem;
  }
}

#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 5rem;
  height: 5rem;
}

#page_top a:before {
  font-family: "fontello";
  content: "\f106";
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top__kv {
    position: relative;
    background-image: url(../images/top/top_kv.jpg);
    width: 100%;
    height: 610px;
  }
}

@media screen and (min-width: 769px) {
  .top__kv__textarea {
    position: absolute;
    width: 660px;
    height: 320px;
    background-color: #fff;
    margin-top: 15vh;
    margin-left: 52vw;
    padding: 5.5rem;
  }
}

@media screen and (max-width: 768px) {
  .top__kv__textarea__title {
    padding-top: 2rem;
  }
}

.top__kv__textarea__text {
  font-size: 1.5rem;
  margin-top: 22px;
  line-height: 2.5rem;
}

@media screen and (max-width: 768px) {
  .top__kv__textarea__text {
    margin-top: 2rem;
  }
}

.top__kv__textarea__sub {
  font-weight: bold;
  margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
  .top__kv__textarea__sub {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.top__house__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.top__house__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10rem auto;
}

@media screen and (max-width: 768px) {
  .top__house__title {
    font-size: 2.4rem;
    margin: 4rem auto;
    line-height: 1.5;
  }
}

.top__house__list {
  margin-bottom: 5rem;
}

.top__house__list__link {
  display: block;
  text-decoration: none;
  margin-top: 2rem;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #aeaeae;
}

@media screen and (min-width: 769px) {
  .top__house__list__link {
    float: right;
    width: 60%;
  }
}

.top__house__list__link:hover {
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  .top__house__list {
    width: 45%;
  }
}

.top__house__list__num {
  text-align: center;
  margin-bottom: 1rem;
}

.top__house__list__family {
  font-size: 16px;
  text-align: center;
}

.top__house__list__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .top__house__list__title {
    font-size: 20px;
  }
}

.top__house__list__text {
  font-size: 1.5rem;
  margin-top: 2rem;
  line-height: 1.9;
}

@media screen and (min-width: 769px) {
  .top__house__list__video {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top__house__list__video {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .top__house__list__comming {
    width: 570;
  }
}

@media screen and (max-width: 768px) {
  .top__house__list__comming {
    width: 100%;
  }
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?26174549");
  src: url("../font/fontello.eot?26174549#iefix") format("embedded-opentype"), url("../font/fontello.woff2?26174549") format("woff2"), url("../font/fontello.woff?26174549") format("woff"), url("../font/fontello.ttf?26174549") format("truetype"), url("../font/fontello.svg?26174549#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
 @font-face {
   font-family: 'fontello';
   src: url('../font/fontello.svg?26174549#fontello') format('svg');
 }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone-1:before {
  content: '\2709';
}

/* '✉' */
.icon-mail:before {
  content: '\e800';
}

/* '' */
.icon-cancel:before {
  content: '\e801';
}

/* '' */
.icon-up-dir:before {
  content: '\e802';
}

/* '' */
.icon-basket-1:before {
  content: '\e803';
}

/* '' */
.icon-down-dir:before {
  content: '\e804';
}

/* '' */
.icon-left-dir:before {
  content: '\e805';
}

/* '' */
.icon-right-dir:before {
  content: '\e806';
}

/* '' */
.icon-plus:before {
  content: '\e807';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
.owner__title {
  line-height: 1.4em;
}

@media screen and (min-width: 769px) {
  .owner__title {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__title {
    padding-top: 3rem;
  }
}

.owner__title__en {
  display: block;
  margin-bottom: 1rem;
}

.owner__interview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.owner__interview__title {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.owner__familly {
  font-size: 1.9rem;
  font-weight: bold;
}

.owner__data {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .owner__data {
    margin-top: auto;
    margin-bottom: auto;
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .owner__data {
    margin-top: 1rem;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .owner__data__title {
    width: 23vw;
  }
}

.owner__data__text {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .owner__data__text {
    margin-left: 2.4rem;
    line-height: 2.4rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__data__text {
    margin-left: 1.4rem;
    line-height: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .owner__voice {
    margin-top: 6.5rem;
  }
}

.owner__voice__01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.owner__voice__02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media screen and (min-width: 769px) {
  .owner__voice__messe {
    width: 55rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__voice__messe {
    margin-top: 3rem;
  }
}

.owner__voice__messe__title {
  margin-bottom: 1vh;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .owner__voice__messe__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__voice__messe__title {
    font-size: 1.8rem;
  }
}

.owner__voice__messe__title__sub {
  margin-left: 0.5rem;
  font-size: 2.8rem;
}

@media screen and (min-width: 769px) {
  .owner__voice__box {
    width: 40rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__voice__box {
    margin-top: 2rem;
  }
}

.owner__voice__title {
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .owner__voice__title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__voice__title {
    font-size: 2.2rem;
  }
}

.owner__voice__title-02 {
  transition: 0.4s;
  margin-top: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .owner__voice__title-02 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__voice__title-02 {
    font-size: 2.2rem;
  }
}

.owner__voice__text {
  font-size: 1.5rem;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .owner__voice__text {
    margin-top: 1.6rem;
    margin-bottom: 4rem;
  }
}

.owner__voice__text-01 {
  font-size: 1.5rem;
  line-height: 1.9;
}

@media screen and (min-width: 769px) {
  .owner__voice__text-01 {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__voice__text-01 {
    margin-top: 1.6rem;
    margin-bottom: 2rem;
  }
}

.owner__voice__text-02 {
  font-size: 1.5rem;
  line-height: 1.9;
}

@media screen and (min-width: 769px) {
  .owner__voice__text-02 {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__voice__text-02 {
    margin-top: 1.6rem;
    margin-bottom: 2rem;
  }
}

.owner__voice__pic figure {
  position: relative;
}

@media screen and (min-width: 769px) {
  .owner__voice__pic {
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .owner__voice__pic {
    margin-top: 2rem;
  }
}

.owner__voice__pic-01 figure {
  position: relative;
}

@media screen and (min-width: 769px) {
  .owner__voice__pic-01 {
    width: 70rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__voice__pic-01 {
    margin-top: 2rem;
  }
}

.owner__voice__cap {
  color: #fff;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  text-shadow: 1px 1px 2px black;
  font-size: 1.6rem;
}

.owner__voice__cap__num {
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) {
  .owner__voice__cap__num {
    font-size: 2.8rem;
  }
}

.owner__voice__cap-01 {
  color: #fff;
  position: absolute;
  text-shadow: 1px 1px 2px black;
  left: 1rem;
  bottom: 1rem;
  font-size: 1.6rem;
}

.owner__voice__cap-01__num {
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) {
  .owner__voice__cap-01__num {
    font-size: 2.8rem;
  }
}

.owner__voice__pic02 {
  position: relative;
}

@media screen and (min-width: 769px) {
  .owner__voice__pic02 {
    width: 45%;
    height: auto;
    margin: auto 0;
  }
}

.owner__voice__btn {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .owner__voice__nonBtn {
    margin-top: 3.5rem;
  }
}

.owner__bigpic {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .owner__bigpic {
    margin-top: 6.5rem;
  }
}

@media screen and (max-width: 768px) {
  .owner__bigpic {
    margin-top: 2rem;
  }
}

.owner__bigpic__cap {
  color: #fff;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  text-shadow: 1px 1px 2px black;
  font-size: 1.6rem;
}

.owner__bigpic__cap__num {
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) {
  .owner__bigpic__cap__num {
    font-size: 2.8rem;
  }
}

.owner__hide {
  display: none;
}
