@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
.font-gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.font-mincho {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝体", "Yu Mincho", YuMincho, "游明朝", Georgia, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font-eng {
  font-family: "Dancing Script", cursive;
}

.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: block;
  overflow: hidden;
}
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.hide-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hide-pc {
    display: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .hide-pc {
    display: initial;
  }
}

@media (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
.flex_list:not(:last-chid) {
  margin-bottom: 10px;
}

header nav ul li {
  display: inline-block;
}
header nav ul li a {
  display: block;
  width: 100%;
}

.box-orange, .box-blue {
  border: 1px solid #863536;
  padding: 15px 10px;
}

.box-orange {
  border-color: #4E3C40;
}

.box-blue {
  border-color: #4E3C40;
}
@media screen and (max-width: 767px) {
  .box-blue {
    border-color: #000;
  }
}

.container {
  width: 1100px;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .container {
    width: 95%;
    margin: 30px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .container {
    width: 93%;
    margin: 50px auto;
  }
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  color: #4E3C40;
  font-size: 1.5rem;
  margin: 0;
}

img {
  width: 100%;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p, b {
  text-align: inherit;
  line-height: 2;
}

b {
  font-weight: normal;
  color: #863536;
  margin: 20px auto;
  display: block;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.6rem;
  line-height: 1.6;
}

span {
  font-size: 1.4rem;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
}
*:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

h1 {
  font-size: 1.1rem;
  color: #4E3C40;
}

h2 {
  font-size: 2.4rem;
  color: #863536;
  font-weight: bold;
}

h3 {
  font-size: 2.6rem;
  color: #863536;
}

.mv {
  height: 590px;
}
.mv .mv__title {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 2px;
}
.mv.mv-udr {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv.mv-udr {
    height: 400px;
  }
}
.mv.mv-udr .mv__title_block {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contact {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/common/contact_bg.jpg");
}
.contact .contact__area {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact .contact__area {
    overflow-x: hidden;
  }
}
.contact .contact__area > * {
  margin-left: -15px;
  margin-right: -15px;
}
.contact .contact__area > * > * {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .contact .contact__area {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .contact .contact__area {
    width: 100%;
  }
}
.contact .contact__area .contact__list {
  justify-content: space-around;
}
.contact .contact__area .contact__list .lsit__item {
  background: #fff;
  border: 1px solid #4E3C40;
  padding: 20px 0;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact .contact__area .contact__list .lsit__item {
    margin-bottom: 20px;
  }
}
.contact .contact__area .contact__list .lsit__item:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.contact .contact__area .contact__list .lsit__item.lsit__mail:before {
  background-image: url("../images/common/icon_mail.svg");
}
.contact .contact__area .contact__list .lsit__item.lsit__tel:before {
  background-image: url("../images/common/icon_tel.svg");
}
.contact .contact__area .contact__list .lsit__item:hover {
  color: #fff;
  background: #4E3C40;
}
.contact .contact__area .contact__list .lsit__item:hover.lsit__mail:before {
  background-image: url("../images/common/icon_mail_on.svg");
}
.contact .contact__area .contact__list .lsit__item:hover.lsit__tel:before {
  background-image: url("../images/common/icon_tel_on.svg");
}

.row__list {
  text-align: center;
}
.row__list dt {
  width: 25%;
  text-align: center;
  font-weight: 300;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .row__list dt {
    width: 23%;
  }
}
.row__list dt.bdr_white {
  background: #FFE9D3;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row__list dd {
  width: 75%;
  border-bottom: 1px solid #6A6A6A;
  padding: 5px 0 5px 10px;
  text-align: left;
}

.col__detail dt {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .col__detail dt {
    width: 46%;
  }
}
.col__detail dt.bdr_white {
  background: #FFE9D3;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col__detail dd {
  width: 50%;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #6A6A6A;
}
@media screen and (max-width: 767px) {
  .col__detail dd {
    width: 53%;
  }
}

.tab_box .btn_area {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tab_box .btn_area {
    overflow-x: hidden;
  }
}
.tab_box .btn_area > * {
  margin-left: -5px;
  margin-right: -5px;
}
.tab_box .btn_area > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
.tab_box .btn_area li {
  width: 16.666%;
}
@media screen and (max-width: 767px) {
  .tab_box .btn_area li {
    width: auto;
  }
}
.tab_box .btn_area .tab_btn {
  padding: 5px 10px;
  background: #fff1e0;
  border-radius: 10px 10px 0px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .tab_box .btn_area .tab_btn {
    border-radius: 0;
  }
}
.tab_box .btn_area .tab_btn:hover {
  background: #F5EEE4;
}
.tab_box .btn_area .tab_btn.active {
  background: #F5EEE4;
  color: #333;
}
.tab_box .panel_area .tab_panel {
  display: none;
  padding: 30px;
}
.tab_box .panel_area .tab_panel.active {
  display: block;
  background: #F5EEE4;
}

.ac_list {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  align-items: center;
}
.ac_list .ac_btn:after {
  content: "＋";
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 20px;
  transition: 0.3s;
}
.ac_list .ac_btn.active {
  display: flex;
}
.ac_list .ac_btn.active:after {
  content: "＋";
  transform: rotate(-135deg);
  transition: 0.3s;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 20px;
}
.ac_list .ac_body {
  background: #F5EEE4;
  padding: 10px;
  display: none;
}
.ac_list .ac_body.ac_body-col {
  display: flex;
}

.side_contact {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .side_contact {
    display: none;
  }
}
.side_contact .contact__item {
  background: #f5eee4;
}
.side_contact .contact__item a {
  display: block;
  padding: 10px;
  height: 150px;
  text-align: center;
  letter-spacing: 1.9px;
}
.side_contact .contact__item.contact__item-doc {
  background: #a39469;
  margin-top: 20px;
}
.side_contact .contact__item.contact__item-doc a {
  color: #fff;
}

.text_y {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 30;
}
#pagetop.pagetop_active {
  display: block;
}
#pagetop .arrow_top {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #863536;
  border-radius: 50%;
  line-height: 50px;
}
#pagetop .arrow_top:after {
  display: inline-block;
  content: "^";
  font-size: 2.1rem;
  color: #fff;
  margin-top: 5px;
}

.t_center {
  text-align: center;
}

.section__title, .section__subtitle {
  text-align: center;
}

.section__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4E3C40;
}
.section__title span {
  font-size: 2.4rem;
  color: #863536;
}
.section__title.section__title-white {
  color: #fff;
}

.section__title-read {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  color: #863536;
  margin-bottom: 50px;
  font-family: "Dancing Script", cursive;
}
@media screen and (max-width: 767px) {
  .section__title-read {
    margin-bottom: 30px;
  }
}
.section__title-read.section__title-read-while {
  color: #fff;
}

.section__subtitle {
  font-size: 2.6rem;
  font-weight: 700;
  color: #595959;
}

.section__read {
  color: #4E3C40;
  margin-bottom: 30px;
}

.title_b {
  margin-bottom: 30px;
}

#wrapper {
  position: relative;
}

.section {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.title_b {
  margin-bottom: 30px;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:link, a:visited {
  color: #4E3C40;
}
a:hover, a:active {
  color: #4E3C40;
}

.btn_area {
  margin: 40px auto;
}

.btn_area-bottom {
  margin-top: 50px;
}

.btn a, .btn input[type="submit"] {
  display: block;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #A8565F;
  background: #fff;
  border: 2px solid #A8565F;
  border-radius: 5px;
  font-size: 1.8rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn a, .btn input[type="submit"] {
    padding: 10px;
  }
}
.btn a:hover, .btn input[type="submit"]:hover {
  color: #fff;
  background: #A8565F;
  border: 2px solid #A8565F;
}
.btn a:after, .btn input[type="submit"]:after {
  dispaly: inline-block;
  content: "＞";
  margin-left: 10px;
}
.btn.btn_reverse a, .btn.btn_reverse input[type="submit"] {
  color: #fff;
  background: #A8565F;
}
.btn.btn_reverse a:hover, .btn.btn_reverse input[type="submit"]:hover {
  color: #A8565F;
  background: #fff;
  border: 2px solid #A8565F;
}
.btn.btn_large a, .btn.btn_large input[type="submit"] {
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn.btn_large a, .btn.btn_large input[type="submit"] {
    width: 95%;
  }
}
.btn.btn_small a, .btn.btn_small input[type="submit"] {
  width: 180px;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btn.btn_small a, .btn.btn_small input[type="submit"] {
    width: 95%;
  }
}
.btn.btn_round a, .btn.btn_round input[type="submit"] {
  padding: 10px 0;
  border-radius: 25px;
  margin: 0 auto;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form #number {
  width: 100px;
  font-size: 2rem;
  padding: 10px 15px;
}
form #addbtn {
  width: 200px;
  height: 60px;
  background: #863536;
  color: #4E3C40;
  border: 0;
  font-size: 1.6rem;
  margin-left: 20px;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}
form #addbtn:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "";
}
form #search {
  height: auto;
  background: #863536;
  color: #4E3C40;
  border: 0;
  font-size: 2.8rem;
  margin-left: 10px;
  padding: 10px;
  border-radius: 10px;
}

input {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-left: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  input {
    margin: 0;
  }
}

input[type="text"] {
  width: 100%;
  padding: 0 10px 0;
}
@media screen and (max-width: 767px) {
  input[type="text"] {
    paddin: 0;
  }
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  padding: 5px 20px;
  margin-left: 10px;
  background: #fff;
  border: 2px solid #522A32;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
input[type="checkbox"] + label.parent_cat {
  border-radius: 5px;
  width: 130px;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  input[type="checkbox"] + label.parent_cat {
    width: 100px;
  }
}
input[type="checkbox"]:checked + label {
  background: #4E3C40;
  color: #fff;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  margin: 0 0 0 30px;
  font-size: 1.8rem;
  position: relative;
}
input[type="radio"] + label:before, input[type="radio"] + label::after {
  position: absolute;
  top: 0px;
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  left: -25px;
  top: 3px;
}
input[type="radio"] + label:after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: #e5e5e5;
  border-radius: 50%;
  left: -28px;
}
input[type="radio"]:checked + label:before {
  content: "";
  display: inline-block;
  background: #863536;
  border: 0;
}

select {
  font-size: 1.6rem;
  padding: 5px 100px;
}
@media screen and (max-width: 767px) {
  select.first {
    margin-bottom: 10px;
  }
}

header {
  height: 100px;
}
@media screen and (max-width: 767px) {
  header {
    height: 70px;
  }
}
header .gnavi {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .gnavi {
    flex-direction: column;
  }
}
header .gnavi .gnavi__list {
  width: 130px;
}
@media screen and (max-width: 767px) {
  header .gnavi .gnavi__list {
    width: 60%;
    text-align: left;
  }
}
header .gnavi .gnavi__list a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .gnavi .gnavi__list a {
    text-align: left;
  }
}
header .gnavi .gnavi__list.dropdown > a::after {
  content: ">";
  margin-left: 10px;
  transition: 0.3s;
}
header .gnavi .gnavi__list.dropdown > a:hover::after {
  content: "⌵";
}
@media screen and (max-width: 767px) {
  header .gnavi .gnavi__list.dropdown > a::after {
    content: "⌵";
  }
}
header .gnavi .gnavi__list.dropdown .gnavi__sub {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  header .gnavi .gnavi__list.dropdown .gnavi__sub {
    opacity: 1;
    visibility: inherit;
    position: relative;
    height: auto;
  }
}
header .gnavi .gnavi__list.dropdown .gnavi__sub .sub__list {
  background: #fff;
}
@media screen and (max-width: 767px) {
  header .gnavi .gnavi__list.dropdown .gnavi__sub .sub__list {
    margin-left: 20px;
  }
}
header .gnavi .gnavi__list.dropdown:hover .gnavi__sub {
  visibility: visible;
  opacity: 1;
  background: none;
}
header .gnavi .gnavi__list.gnavi__list-logo {
  width: 170px;
}
@media screen and (max-width: 767px) {
  header .gnavi .gnavi__list.gnavi__list-logo {
    display: none;
  }
}
header .gnavi_area {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  header .gnavi_area {
    display: none;
  }
  header .gnavi_area.active {
    display: block;
    background: #ffffffe0;
    height: 100vh;
    width: 100vw;
    position: relative;
    top: 52px;
    left: -9px;
    z-index: 30;
  }
}
@media screen and (max-width: 767px) {
  header .gnavi_area .gnavi {
    position: absolute;
    top: 80px;
  }
}
header .header__wrap {
  position: relative;
  margin: 0 auto;
}
header .logo_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  header .logo_sp {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100px;
    z-index: 30;
  }
}
header .menu-btn {
  position: absolute;
  width: 40px;
  height: 30px;
  top: 20px;
  right: 0;
  z-index: 30;
}
header .menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333333;
  border-radius: 4px;
  transition: all 0.4s;
}
header .menu-btn span:nth-of-type(1) {
  top: 0;
}
header .menu-btn span:nth-of-type(2) {
  top: 13px;
}
header .menu-btn span:nth-of-type(3) {
  bottom: 0;
}
header .menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
header .menu-btn.active span:nth-of-type(2) {
  left: 100%;
  animation: bar02 0.5s forwards;
}
@keyframes bar02 {
  100% {
    height: 0;
  }
}
header .menu-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
header nav {
  float: right;
  margin: 40px;
}
header nav ul {
  display: flex;
  justify-content: wrap;
  flex-wrap: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 767px) {
  header nav ul {
    flex-direction: column;
  }
}
header nav ul li {
  text-align: center;
}
header nav ul li a {
  color: #4E3C40;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
header nav ul li a span {
  display: block;
  font-size: 1.4rem;
}
header nav ul li .text {
  width: 143px;
  height: 35px;
  padding: 10px;
  font-size: 1.6rem;
}
header nav ul li .cart img {
  width: 52px;
}

header.header-fix {
  animation: ani 0.5s;
}
header.header-fix {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 30;
  height: 70px;
  animation: ani 0.5s;
}
@media screen and (max-width: 767px) {
  header.header-fix {
    background: rgba(255, 255, 255, 0.8);
  }
}
header.header-fix .header__wrap .head__h1 {
  display: none;
}
header.header-fix .header__wrap .gnavi .gnavi__list.gnavi__list-logo {
  width: 110px;
}

@keyframes ani {
  0% {
    margin-top: -64px;
  }
  100% {
    margin-top: 0;
  }
}
footer p {
  color: #4E3C40;
}

#footer {
  width: 100%;
  height: auto;
  padding: 60px 0 30px;
  background: #F4F4F4;
}
#footer .footer__logo {
  width: 200px;
  margin: 0 auto 30px;
}
#footer .menu_area {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer .menu_area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer .menu_area .footer__menu .footer__item .footer__menu__list {
    margin-left: 10px;
  }
}
#footer ul li a {
  color: #4E3C40;
  text-decoration: none;
  content: "＞";
  margin-right: 10px;
}
#footer ul .col-01 {
  margin: 0;
}
#footer ul .col-02 {
  margin-left: 60px;
  margin-top: 0;
  margin-right: 0;
}

.copy {
  font-size: 1.1rem;
  margin: 10px auto;
  text-align: center;
}

.col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.col.col_2 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col.col_2 > * {
    width: 100%;
  }
}
.col.col_2_sp > * {
  width: 50%;
}
.col.col_3 > * {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .col.col_3 > * {
    width: 100%;
  }
}
.col.col_4 > * {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .col.col_4 > * {
    width: 50%;
  }
}
.col.col_5 > * {
  width: 20%;
}
.col.col_6 > * {
  width: 16.66667%;
}
.col.col_m_s > :first-of-type {
  width: 70%;
}
.col.col_m_s > :last-of-type {
  width: 30%;
}
.col.col_s_m > :first-of-type {
  width: 30%;
}
.col.col_s_m > :last-of-type {
  width: 70%;
}
.col.col_y {
  flex-direction: column;
  justify-content: space-between;
}

.search__area {
  margin-bottom: 50px;
}
.search__area .area__row {
  margin-bottom: 20px;
  align-items: center;
}
.search__area .area__row:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .search__area .area__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.search__area .area__row .area__title {
  width: 150px;
  background: #F5EEE4;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
.search__area .area__row .area__name {
  width: calc(100% - 150px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .search__area .area__row .area__name {
    padding-left: 0;
    margin: 10px 0 20px;
    width: 100%;
  }
}
.search__area .area__row .area__name .name__item a {
  padding: 5px 20px;
  margin-left: 10px;
  background: #fff;
  border: 2px solid #522A32;
  border-radius: 20px;
  display: inline-block;
}
.search__area .area__row .area__name .name__item a:hover {
  background: #4E3C40;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .search__area .area__row .area__name .name__item a {
    margin-top: 10px;
  }
}

.search__btn {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.search__symbol {
  position: relative;
  width: 100%;
}
.search__symbol .symbol__item {
  position: absolute;
  bottom: -100px;
  width: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .search__symbol .symbol__item {
    bottom: -50px;
  }
}
.search__symbol .symbol__item.item__01 {
  left: 0;
}
@media screen and (max-width: 767px) {
  .search__symbol .symbol__item.item__01 {
    width: 90px;
  }
}
.search__symbol .symbol__item.item__02 {
  left: 300px;
}
@media screen and (max-width: 767px) {
  .search__symbol .symbol__item.item__02 {
    width: 80px;
    left: 100px;
  }
}
.search__symbol .symbol__item.item__03 {
  right: 390px;
}
@media screen and (max-width: 767px) {
  .search__symbol .symbol__item.item__03 {
    width: 110px;
    right: 100px;
    bottom: -70px;
  }
}
.search__symbol .symbol__item.item__04 {
  right: 0;
}
@media screen and (max-width: 767px) {
  .search__symbol .symbol__item.item__04 {
    width: 110px;
  }
}

.search__result .result__title {
  font-size: 2rem;
  color: #863536;
  font-weight: 700;
  margin-bottom: 10px;
}
.search__result .result__title.result__title-center {
  text-align: center;
}
.search__result .result__caption {
  font-weight: 700;
}

.move {
  position: relative;
  transition: all 2s;
  overflow: hidden;
  opacity: 0;
}
.move.move_top {
  top: 100px;
}
.move.move_left {
  left: 100px;
}
.move.move_right {
  right: 100px;
}
.move.move_bottom {
  bottom: 100px;
}
.move.move_on {
  opacity: 1;
}
.move.move_on_top {
  top: 0px;
}
.move.move_on_left {
  left: 0px;
}
.move.move_on_right {
  right: 0px;
}
.move.move_on_bottom {
  bottom: 0px;
}

.marker {
  display: inline-block;
  background-image: -webkit-linear-gradient(left, transparent 50%, #f6e87c 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #f6e87c 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #f6e87c 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #f6e87c 50%);
  background-image: linear-gradient(left, transparent 50%, #f6e87c 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}

.marker_on {
  background-position: -100% 0.9em;
}

.description {
  font-size: 1.4rem;
}

table {
  width: 100%;
  margin: 0 auto;
}
table tr:nth-child(odd) {
  background: #cdcdcd;
  color: #fff;
}
table tr:nth-child(odd) td a {
  color: #fff;
}
table th, table td {
  padding: 10px;
  text-align: center;
}
table th {
  width: 15%;
  background: #858585;
  color: #fff;
}
table td.t_right {
  text-align: right;
}

#demo .clickBtn__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #demo .clickBtn__list {
    flex-direction: column;
  }
}
#demo .list__btn {
  display: inline-block;
  width: 48%;
}
#demo .list__btn .btn {
  display: block;
  width: 100%;
  color: #fff;
  background: #4E3C40;
  text-align: center;
  padding: 10px;
  transition: 0.3s;
}
#demo .list__btn .btn:hover {
  opacity: 0.8;
}
#demo .modal__pop, #demo .modal__pop-mono {
  top: 0;
  left: 0;
  z-index: 30;
}
#demo .bg {
  background: rgba(79, 79, 79, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 30;
}

input[type="checkbox"] {
  cursor: default;
}

label {
  cursor: pointer;
}

.demo_slide {
  width: 100%;
  height: 200px;
}
.demo_slide .slide_item {
  width: 100%;
  height: 100%;
  background: #fff;
}

.slide_area {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 10px;
}
.slide_area .slide {
  display: none;
}
.slide_area .slide.slick-initialized {
  display: block;
}
.slide_area .slide .slick-list {
  overflow: inherit;
}
.slide_area .slide .slide__list {
  position: relative;
  width: 300px;
  border: 1px solid #4E3C40;
  margin: 0 20px;
}
.slide_area .slide .slide__list .slide__icon {
  position: absolute;
  top: -10px;
  right: 10px;
}
.slide_area .slide .slide__list .slide__col .slide__img {
  width: 40%;
  height: 109px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide_area .slide .slide__list .slide__col .slide__txt {
  background: #fff;
  padding: 10px;
  width: 60%;
  font-size: 1.3rem;
}
.slide_area .slide .slide__list .slide__col .slide__txt .slide__title {
  font-size: 1.6rem;
}

.name__item a:hover {
  background: #4E3C40;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .name__item a {
    margin-top: 10px;
  }
}

#top .mv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/top/mainvisual.jpg");
  height: 590px;
}
@media screen and (max-width: 767px) {
  #top .mv {
    background-image: url("../images/top/mainvisual_sp.jpg");
  }
}
#top .mv .mv__title {
  font-size: 4.4rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #top .mv .mv__title {
    font-size: 3.5rem;
  }
}
#top .search {
  background-image: url("../images/top/area_bg_search.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#top .search .search__cat {
  width: 100%;
  max-width: 730px;
  padding: 40px 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top .search .search__cat {
    overflow-x: hidden;
  }
}
#top .search .search__cat > * {
  margin-left: -20px;
  margin-right: -20px;
}
#top .search .search__cat > * > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #top .search .search__cat {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  #top .search .search__cat > * {
    margin-left: -5px;
    margin-right: -5px;
  }
  #top .search .search__cat > * > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#top .search .search__cat .cat__col {
  text-align: center;
}
#top .search .search__cat .cat__col .cat__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .search .search__cat .cat__col .cat__item:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#top .search .search__cat .cat__col .cat__item a {
  color: #4E3C40;
}
#top .search .search__cat .cat__col .cat__item div {
  background: #fff;
  padding-top: 40px;
  height: 110px;
}
#top .search .search__cat .cat__col .cat__item .item__icon {
  width: auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#top .search .search__location {
  z-index: 1;
  position: relative;
}
#top .search .search__location .search__subtitle {
  text-align: left;
  display: inline-block;
  color: #4E3C40;
  margin-bottom: 10px;
}
#top .search .search__location .search__subtitle:before {
  display: inline-block;
  content: "";
  background-image: url("../images/top/icon_map.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 41px;
  vertical-align: middle;
}
#top .search .search__location .search__area {
  margin-bottom: 50px;
}
#top .search .search__location .search__area .area__row {
  margin-bottom: 20px;
  align-items: center;
}
#top .search .search__location .search__area .area__row:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #top .search .search__location .search__area .area__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
#top .search .search__location .search__area .area__row .area__title {
  width: 150px;
  background: #FFF9F0;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
#top .search .search__location .search__area .area__row .area__name {
  width: calc(100% - 150px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #top .search .search__location .search__area .area__row .area__name {
    padding-left: 0;
    margin: 10px 0 20px;
    width: 100%;
  }
}
#top .search .search__location .search__area .area__row .area__name .name__item a {
  padding: 5px 20px;
  margin-left: 10px;
  background: #fff;
  border: 2px solid #522A32;
  border-radius: 20px;
  display: inline-block;
}
#top .search .search__location .search__area .area__row .area__name .name__item a:hover {
  background: #4E3C40;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top .search .search__location .search__area .area__row .area__name .name__item a {
    margin-top: 10px;
  }
}
#top .search .search__btn {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
#top .search .search__symbol {
  position: relative;
  width: 100%;
}
#top .search .search__symbol .symbol__item {
  position: absolute;
  bottom: -100px;
  width: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #top .search .search__symbol .symbol__item {
    bottom: -50px;
  }
}
#top .search .search__symbol .symbol__item.item__01 {
  left: 0;
}
@media screen and (max-width: 767px) {
  #top .search .search__symbol .symbol__item.item__01 {
    width: 90px;
  }
}
#top .search .search__symbol .symbol__item.item__02 {
  left: 300px;
}
@media screen and (max-width: 767px) {
  #top .search .search__symbol .symbol__item.item__02 {
    width: 80px;
    left: 100px;
  }
}
#top .search .search__symbol .symbol__item.item__03 {
  right: 390px;
}
@media screen and (max-width: 767px) {
  #top .search .search__symbol .symbol__item.item__03 {
    width: 110px;
    right: 100px;
    bottom: -70px;
  }
}
#top .search .search__symbol .symbol__item.item__04 {
  right: 0;
}
@media screen and (max-width: 767px) {
  #top .search .search__symbol .symbol__item.item__04 {
    width: 110px;
  }
}
#top .exact {
  position: relative;
  z-index: 10;
  background: #fff;
}
#top .exact .exact__col {
  padding: 50px 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #top .exact .exact__col {
    overflow-x: hidden;
  }
}
#top .exact .exact__col > * {
  margin-left: -10px;
  margin-right: -10px;
}
#top .exact .exact__col > * > * {
  padding-left: 10px;
  padding-right: 10px;
}
#top .exact .exact__col li {
  margin-bottom: 20px;
}
#top .exact .exact__col li .exact__item {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 201px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 5px #D4D4D4;
  box-shadow: 0 0 5px 5px #D4D4D4;
}
#top .exact .exact__col li .exact__item.exact__item__01 {
  background-image: url("../images/top/exact_01.jpg");
}
#top .exact .exact__col li .exact__item.exact__item__02 {
  background-image: url("../images/top/exact_02.jpg");
}
#top .exact .exact__col li .exact__item.exact__item__03 {
  background-image: url("../images/top/exact_03.jpg");
}
#top .exact .exact__col li .exact__item.exact__item__04 {
  background-image: url("../images/top/exact_04.jpg");
}
#top .exact .exact__col li .exact__item.exact__item__05 {
  background-image: url("../images/top/exact_05.jpg");
}
#top .exact .exact__col li .exact__item.exact__item__06 {
  background-image: url("../images/top/exact_06.jpg");
}
#top .exact .exact__col li .exact__item.exact__item__07 {
  background-image: url("../images/top/exact_07.jpg");
}
#top .exact .exact__col li .exact__item.exact__item__08 {
  background-image: url("../images/top/exact_08.jpg");
}
#top .exact .exact__col li .exact__item .item__bottom {
  background: #fff;
  text-align: center;
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#top .exact .exact__col li .exact__item .item__bottom:after {
  display: inline-block;
  content: "＞";
  font-size: 1.4rem;
}
#top .mt {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/top/mt_bg.jpg");
}
@media screen and (max-width: 767px) {
  #top .mt .mt__col__area {
    overflow-x: hidden;
  }
}
#top .mt .mt__col__area > * {
  margin-left: -10px;
  margin-right: -10px;
}
#top .mt .mt__col__area > * > * {
  padding-left: 10px;
  padding-right: 10px;
}
#top .mt .mt__col__area .mt__row {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top .mt .mt__col__area .mt__row {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
#top .mt .mt__col__area .mt__row .row__img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #top .mt .mt__col__area .mt__row .row__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top .mt .mt__col__area .mt__row .row__txt {
  width: 55%;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top .mt .mt__col__area .mt__row .row__txt {
    width: 100%;
  }
}
#top .mt .mt__col__area .mt__row .row__txt .txt__title {
  align-items: center;
  position: relative;
}
#top .mt .mt__col__area .mt__row .row__txt .txt__title:after {
  display: inline-block;
  content: "";
  background: #595959;
  width: 62%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top .mt .mt__col__area .mt__row .row__txt .txt__title:after {
    width: 37%;
  }
}
#top .mt .mt__col__area .mt__row .row__txt .txt__title .title__area {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 900;
}
#top .mt .mt__col__area .mt__row .row__txt .txt__title .sub__area {
  display: inline-block;
  position: relative;
  color: #863536;
  padding-right: 2em;
  padding-left: 1em;
  font-family: "Dancing Script", cursive;
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  #top .mt .mt__col__area .mt__row .row__txt .txt__txt {
    margin-bottom: 30px;
  }
}
#top .mt .mt__col__area .mt__row.mt__row-reverce {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  #top .mt .mt__col__area .mt__row.mt__row-reverce {
    flex-flow: column;
  }
}
#top .mt .mt__col__area .mt__row.mt__row-reverce .row__txt .txt__title {
  flex-flow: row-reverse;
}
#top .mt .mt__col__area .mt__row.mt__row-reverce .row__txt .txt__title:after {
  display: inline-block;
  content: "";
  background: #595959;
  width: 62%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top .mt .mt__col__area .mt__row.mt__row-reverce .row__txt .txt__title:after {
    width: 37%;
  }
}
#top .mt .mt__col__area .mt__row.mt__row-reverce .row__txt .txt__title .sub__area {
  padding-right: 1em;
  padding-left: 2em;
}
#top .topics {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/top/topics_bg.jpg");
}
#top .topics .topics__corona {
  background: #fff;
  padding: 30px;
  border: 2px solid #595959;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top .topics .topics__corona {
    padding: 20px;
  }
}
#top .topics .topics__corona .corona__title {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top .topics .topics__corona .corona__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #top .topics .topics__corona .corona__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .topics .topocs__col__area {
    overflow-x: hidden;
  }
}
#top .topics .topocs__col__area > * {
  margin-left: -20px;
  margin-right: -20px;
}
#top .topics .topocs__col__area > * > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #top .topics .topocs__col__area .topics__col2 .col__item {
    margin-bottom: 20px;
  }
}
#top .news {
  position: relative;
}
#top .news img.news__flag {
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top .news img.news__flag {
    width: 150px;
  }
}
#top .news img.news__flag.news__flag-right {
  right: 0;
  left: auto;
}
#top .news .news__title {
  margin-bottom: 30px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #top .news .news__title {
    margin-bottom: 20px;
  }
}
#top .news .news__title-insta {
  margin-bottom: 15px;
}
#top .news .news__title-insta img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #top .news .news__col__area {
    overflow-x: hidden;
  }
}
#top .news .news__col__area > * {
  margin-left: -20px;
  margin-right: -20px;
}
#top .news .news__col__area > * > * {
  padding-left: 20px;
  padding-right: 20px;
}
#top .news .news__col__area .news__col .col__news .news__bg {
  background: #EAEAEA;
  padding: 22px 30px;
}
@media screen and (max-width: 767px) {
  #top .news .news__col__area .news__col .col__news .news__bg {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #top .news .news__col__area .news__col .col__news .news__bg .news__list {
    overflow-x: hidden;
  }
}
#top .news .news__col__area .news__col .col__news .news__bg .news__list > * {
  margin-left: -5px;
  margin-right: -5px;
}
#top .news .news__col__area .news__col .col__news .news__bg .news__list > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
#top .news .news__col__area .news__col .col__news .news__bg .news__list .news__item {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #top .news .news__col__area .news__col .col__news .news__bg .news__list .news__item {
    overflow-x: hidden;
  }
}
#top .news .news__col__area .news__col .col__news .news__bg .news__list .news__item > * {
  margin-left: -5px;
  margin-right: -5px;
}
#top .news .news__col__area .news__col .col__news .news__bg .news__list .news__item > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
#top .news .news__col__area .news__col .col__news .news__bg .news__list .news__item:last-of-type {
  margin-bottom: 30px;
}
#top .news .news__col__area .news__col .col__news .news__bg .news__list .item__col {
  align-items: flex-end;
  border-bottom: 1px dashed;
}
@media screen and (max-width: 767px) {
  #top .news .news__col__area .news__col .col__news .news__bg .news__list .item__col {
    flex-direction: column;
    align-content: flex-start;
  }
}
#top .news .news__col__area .news__col .col__news .news__bg .news__list .item__col .item__date {
  width: 22%;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #top .news .news__col__area .news__col .col__news .news__bg .news__list .item__col .item__date {
    width: 100%;
    margin-bottom: 10px;
  }
}
#top .news .news__col__area .news__col .col__news .news__bg .news__list .item__col .item__img {
  width: 20%;
  padding: 0 5px;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #top .news .news__col__area .news__col .col__news .news__bg .news__list .item__col .item__img {
    width: 80%;
    height: 100px;
    margin: 0 auto 10px;
  }
}
#top .news .news__col__area .news__col .col__news .news__bg .news__list .item__col .item__title {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #top .news .news__col__area .news__col .col__news .news__bg .news__list .item__col .item__title {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #top .news .insta__col .insta__col__area {
    overflow-x: hidden;
  }
}
#top .news .insta__col .insta__col__area > * {
  margin-left: -10px;
  margin-right: -10px;
}
#top .news .insta__col .insta__col__area > * > * {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #top .news .insta__col .insta__col__area {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  #top .news .insta__col .insta__col__area > * {
    margin-left: -5px;
    margin-right: -5px;
  }
  #top .news .insta__col .insta__col__area > * > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#top .news .insta__col .insta__col__area .insta__list .list__item {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top .news .insta__col .insta__col__area .insta__list .list__item {
    margin-bottom: 0;
  }
}

#preparation .gray {
  margin: 290px auto;
}
@media screen and (max-width: 767px) {
  #preparation .gray {
    margin: 50px auto;
  }
}
#preparation .gray .gray__in {
  background: rgba(51, 51, 51, 0.35);
  padding: 60px 0;
}
#preparation .gray .gray__in .gray__logo {
  width: 500px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  #preparation .gray .gray__in .gray__logo {
    width: 70%;
  }
}
#preparation .gray .gray__in .gray__txt {
  text-align: center;
  font-size: 2.6rem;
  color: #000;
}

#layout .test .test_area .test_col {
  justify-content: space-between;
  flex-wrap: wrap;
}
#layout .test .test_area .test_col li {
  width: 33.333%;
  padding: 0 10px;
}
#layout .test .test_area .test_col .col_item {
  height: 200px;
  background: #d0d0d0;
  border: 1px solid #3e3e3e;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #layout .test .test02_area .test_col {
    overflow-x: hidden;
  }
}
#layout .test .test02_area .test_col > * {
  margin-left: -10px;
  margin-right: -10px;
}
#layout .test .test02_area .test_col > * > * {
  padding-left: 10px;
  padding-right: 10px;
}
#layout .test .test02_area .test_col .col_item {
  height: 200px;
  background: #e1afaf;
  border: 1px solid #e97878;
  margin-bottom: 20px;
}

#single-property img {
  width: 100%;
}
#single-property .container {
  width: 1000px;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #single-property .container {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #single-property .container {
    width: 95%;
  }
}
#single-property .title {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #single-property .title {
    margin-top: 10px;
  }
}
#single-property .title .title__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #single-property .title .title__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #single-property .title .title__flex {
    flex-direction: column-reverse;
  }
}
#single-property .title .title__flex .title__h {
  width: 60%;
  padding: 0 10px;
  border-left: 3px solid #4E3C40;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #single-property .title .title__flex .title__h {
    width: 100%;
  }
}
#single-property .title .title__flex .title__btn {
  width: 40%;
  margin-right: 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #single-property .title .title__flex .title__btn {
    overflow-x: hidden;
  }
}
#single-property .title .title__flex .title__btn > * {
  margin-left: -5px;
  margin-right: -5px;
}
#single-property .title .title__flex .title__btn > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #single-property .title .title__flex .title__btn {
    width: 100%;
    flex-direction: initial;
    margin-bottom: 10px;
  }
}
#single-property .summary {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #single-property .summary .summary__flex {
    overflow-x: hidden;
  }
}
#single-property .summary .summary__flex > * {
  margin-left: -5px;
  margin-right: -5px;
}
#single-property .summary .summary__flex > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #single-property .summary .summary__flex .flex__con {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #single-property .summary .summary__flex .flex__con .summary__txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #single-property .summary .summary__flex .flex__con .summary__release {
    overflow-x: hidden;
  }
}
#single-property .summary .summary__flex .flex__con .summary__release > * {
  margin-left: -5px;
  margin-right: -5px;
}
#single-property .summary .summary__flex .flex__con .summary__release > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #single-property .summary .summary__flex .flex__con .summary__release {
    flex-direction: initial;
    margin-bottom: 10px;
  }
}
#single-property .summary .summary__flex .flex__con .summary__release .release, #single-property .summary .summary__flex .flex__con .summary__release .update {
  font-size: 14px;
}
#single-property .summary .summary__flex .flex__con .summary__release .release {
  margin-right: 10px;
}
#single-property .summary .summary__flex .flex__con .summary__price .price__con {
  width: 31.5%;
  font-size: 24px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  #single-property .summary .summary__flex .flex__con .summary__price .price__con {
    width: 48%;
  }
}
#single-property .summary .summary__flex .flex__con .summary__price .price__con span {
  font-size: 14px;
  display: block;
  font-weight: 300;
}
#single-property .summary .summary__flex .flex__con .summary__price .price__con span.yen {
  font-size: 14px;
  display: inline;
}
#single-property .summary .summary__flex .flex__con .summary__price .price__con.dashed {
  border-right: 2px dashed #6A6A6A;
  margin-right: 10px;
}
#single-property .summary .summary__flex .flex__con .summary__price .price__con.border-left {
  border-left: 2px solid #6A6A6A;
  margin-left: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #single-property .summary .summary__flex .flex__con .summary__price .price__con.border-left {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 10px;
  }
}
#single-property .summary .summary__flex .flex__con .summary__post {
  margin-bottom: 10px;
}
#single-property .summary .summary__flex .flex__con .summary__point .point__tite {
  font-weight: 700;
}
#single-property .summary .summary__flex .flex__con .summary__point .point__txt {
  font-size: 14px;
}
#single-property .summary .summary__flex .flex__con .summary__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #single-property .summary .summary__flex .flex__con .summary__img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#single-property .subimage .subimage__flex {
  background: #FFE9D3;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #single-property .subimage .subimage__flex {
    overflow-x: hidden;
  }
}
#single-property .subimage .subimage__flex > * {
  margin-left: -5px;
  margin-right: -5px;
}
#single-property .subimage .subimage__flex > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
#single-property .subimage .subimage__flex .subimage__txt .subimage__title {
  font-size: 1.6rem;
  margin: 10px 0;
  font-weight: 700;
}
#single-property .subimage .subimage__flex .subimage__txt .subimage__text {
  font-size: 1.4rem;
}
#single-property .contact__area {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  #single-property .contact__area {
    flex-direction: row;
  }
}
#single-property .contact__area.detaill__btn.detaill__btn-single {
  justify-content: center;
}
#single-property .contact__area.detaill__btn.detaill__btn-single a {
  background: #FF9429;
}
#single-property .detail .detail__img {
  margin-bottom: 15px;
}
#single-property .detail .detail__img .img__title {
  font-size: 28px;
  padding: 10px 10px;
  margin-bottom: 10px;
  background: #FFE9D3;
}
#single-property .detail .detail__img h3 {
  padding-bottom: 0;
  position: initial;
  border-bottom: none;
  box-shadow: none;
  margin-bottom: 0;
}
#single-property .detail .detail__img h3:after {
  border-bottom: none;
}
#single-property .detail .detail__img .detail__flex {
  width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #single-property .detail .detail__img .detail__flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #single-property .detail .detail__img .detail__flex {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #single-property .detail .detail__img .detail__flex {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}
#single-property .detail .detail__img .detail__flex .detail__item {
  width: 185px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #single-property .detail .detail__img .detail__flex .detail__item {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  #single-property .detail .detail__img .detail__flex .detail__item {
    width: 32%;
  }
}
#single-property .detail .detail__img .detail__flex .detail__item img {
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 767px) {
  #single-property .detail .detail__img .detail__flex .detail__item img {
    height: auto;
  }
}
#single-property .detail__txt .detail__title {
  font-size: 18px;
  font-weight: 700;
}
#single-property .detail__txt .detail__txt__txt {
  margin-bottom: 30px;
}
#single-property .detail__txt .detail__list .list__col02 {
  width: 50%;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #single-property .detail__txt .detail__list .list__col02 {
    width: 100%;
  }
}
#single-property .detail__txt .detail__list .list__col02.list__col02-bottom {
  margin-top: auto;
}

#property .search {
  margin-top: 50px;
  padding: 0;
}
#property .mv .mv__title {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 2px;
  color: #863536;
  font-weight: 700;
}
#property .search__area .search__block {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #property .search__area .search__block .col__block {
    overflow-x: hidden;
  }
}
#property .search__area .search__block .col__block > * {
  margin-left: -5px;
  margin-right: -5px;
}
#property .search__area .search__block .col__block > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
#property .search__area .search__block .col__block .col__area {
  align-items: flex-start;
}
#property .search__area .search__block .col__block .col__area .parent_cat {
  width: 130px;
}
#property .search__area .search__block .col__block .col__area .parent_cat .child_cat {
  width: calc(100% - 140px);
}
#property .search__area .cat__title {
  font-size: 2rem;
  color: #863536;
  font-weight: 700;
  margin-bottom: 10px;
}
#property .address .property__list {
  background: #F5EEE4;
  padding: 10px;
}
#property .address .property__list .property__item {
  margin-bottom: 20px;
}
#property .address .property__list .property__item .property__img {
  width: 33%;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #property .address .property__list .property__item .property__img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#property .address .property__list .property__item .property__img .img__link {
  background-size: cover;
  display: block;
  height: 180px;
}
#property .address .property__list .property__item .property__img .property__btn {
  display: inline;
}
#property .address .property__list .property__item .property__img .property__btn a {
  display: inline-block;
  background: #A8565F;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  padding: 20px 0;
}
#property .address .property__list .property__item .property__txt {
  width: 65%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #property .address .property__list .property__item .property__txt {
    width: 100%;
  }
}
#property .address .property__list .property__item .property__txt .property__frame .row__orange {
  background: #A8565F;
  color: #fff;
}

.icatch {
  width: auto;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pager {
  margin: 20px auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

ul.page-numbers {
  margin: 0 auto;
  padding: 0;
}
ul.page-numbers li {
  margin: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  float: left;
}
ul.page-numbers li a, ul.page-numbers li span.page-numbers {
  padding: 6px 12px;
  display: block;
  border: 1px solid #4E3C40;
  margin-left: -1px;
  color: var(--vk-color-text-body);
  text-decoration: none;
}
ul.page-numbers li:first-child a {
  margin-left: 0;
}
ul.page-numbers li a:hover {
  background-color: #efefef;
}
ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #4E3C40;
}
ul.page-numbers li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.page-numbers li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.page-numbers li a.prev ul.page-numbers li a:after, ul.page-numbers li a.next ul.page-numbers li a:after {
  display: inline-block;
}
ul.page-numbers li a.prev:after {
  content: "<";
}
ul.page-numbers li a.next:after {
  content: ">";
}
ul.page-numbers li:first-child > .page-numbers {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.page-numbers li:last-child > .page-numbers {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media screen and (max-width: 767px) {
  #blog .news .news__col {
    overflow-x: hidden;
  }
}
#blog .news .news__col > * {
  margin-left: -10px;
  margin-right: -10px;
}
#blog .news .news__col > * > * {
  padding-left: 10px;
  padding-right: 10px;
}
#blog .news .news__col .col__item {
  padding: 10px;
}
#blog .news .news__col .col__item .item__txtarea .txt__title {
  font-size: 2rem;
}
#blog .news .news__col .col__item .item__txtarea .txt__title a {
  color: #863536;
}

#form h2 {
  text-align: center;
}
#form .caution {
  color: #c04b3b;
}
#form .wpcf7-form {
  width: 80%;
  margin: 0 auto;
}
#form .wpcf7-form input[type="text"], #form .wpcf7-form input[type="email"], #form .wpcf7-form input[type="tel"], #form .wpcf7-form textarea {
  width: 100%;
}
#form .wpcf7-form .wpcf7 input[type="text"], #form .wpcf7-form .wpcf7 input[type="email"], #form .wpcf7-form .wpcf7 input[type="tel"] {
  width: 100%;
}
#form .wpcf7-form p {
  text-align: center;
}
#form .wpcf7-form input[type="submit"] {
  width: 30%;
  padding: 10px;
  margin: 30px;
  color: #A8565F;
  background: #fff;
  border: 2px solid #A8565F;
}

#rent .mv {
  background-image: url("../images/rent/mainvisual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #rent .mv {
    background-position: top 0px right -640px;
  }
}
#rent .flow {
  background-image: url("../images/rent/bg_content.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#rent .flow .wrap__horizon {
  position: relative;
  overflow: hidden;
}
#rent .flow .wrap__horizon:after {
  display: inline-block;
  content: "";
  border-right: 10px dashed #A6A092;
  height: 100%;
  z-index: 1;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #rent .flow .wrap__horizon:after {
    left: 0;
    right: auto;
  }
}
#rent .flow .step {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
#rent .flow .step .bnr__col {
  width: 100%;
  max-width: 1050px;
  margin: 10px auto;
}
#rent .flow .step .bnr__col .bnr__col__wrap {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #rent .flow .step .bnr__col .bnr__col__wrap {
    width: 95%;
    margin-left: auto;
  }
}
#rent .flow .step .bnr__col .bnr__col__wrap li {
  margin-right: 20px;
}
#rent .flow .step .bnr__col .bnr__col__wrap li:last-child {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #rent .flow .step .bnr__col .bnr__col__wrap li {
    margin-right: 0;
  }
  #rent .flow .step .bnr__col .bnr__col__wrap li:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #rent .flow .step .step__icon {
    order: 1;
  }
  #rent .flow .step .step__txt {
    order: 2;
  }
  #rent .flow .step .step__txt.step__text-last {
    order: 3;
  }
  #rent .flow .step .step__txt.step__text-2nd {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #rent .flow .step .step__col {
    overflow-x: hidden;
  }
}
#rent .flow .step .step__col > * {
  margin-left: -5px;
  margin-right: -5px;
}
#rent .flow .step .step__col > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
#rent .flow .step .step__col .step__col__wrap {
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #rent .flow .step .step__col .step__col__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
#rent .flow .step .step__col .step__icon {
  width: 110px;
  height: 100%;
  padding: 30px 10px;
  border-radius: 50%;
  margin: auto 0;
  background: #E2E2E2;
}
@media screen and (max-width: 767px) {
  #rent .flow .step .step__col .step__icon {
    width: 110px;
    margin-left: 20px;
  }
}
#rent .flow .step .step__col .step__txt {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #rent .flow .step .step__col .step__txt {
    width: 96%;
    margin-left: auto;
  }
}
#rent .flow .step .step__col .step__txt .step__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: right;
  text-shadow: 0 0 8px #FFFFFF;
}
@media screen and (max-width: 767px) {
  #rent .flow .step .step__col .step__txt .step__title {
    text-align: left;
    font-size: 2.2rem;
  }
}
#rent .flow .step .step__col .step__txt .step__title.step__title-left {
  text-align: left;
}
#rent .flow .step .step__col .step__txt .step__text {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
}
#rent .flow .step .step__col .step__txt .step__btn__area {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #rent .flow .step .step__col .step__txt .step__btn__area {
    overflow-x: hidden;
  }
}
#rent .flow .step .step__col .step__txt .step__btn__area > * {
  margin-left: -5px;
  margin-right: -5px;
}
#rent .flow .step .step__col .step__txt .step__btn__area > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #rent .flow .step .step__col .step__txt .step__btn__area .step__btn {
    flex-direction: column;
  }
}
#rent .flow .step .step__col .step__txt .step__btn__area .step__btn .step__btn {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #rent .flow .step .step__col .step__txt .step__btn__area .step__btn .step__btn {
    width: 100%;
  }
  #rent .flow .step .step__col .step__txt .step__btn__area .step__btn .step__btn:first-of-type {
    margin-bottom: 10px;
  }
}
#rent .flow .step .step__col .step__null {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #rent .flow .step .step__col .step__null {
    display: none;
  }
}
#rent .flow .step .step__col .step__co3 {
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #layout .test .test_area .test_col {
    overflow-x: hidden;
  }
}
#layout .test .test_area .test_col > * {
  margin-left: -10px;
  margin-right: -10px;
}
#layout .test .test_area .test_col > * > * {
  padding-left: 10px;
  padding-right: 10px;
}
#layout .test .test_area .test_col li .col_item {
  height: 200px;
  background: #d0d0d0;
  border: 1px solid #3e3e3e;
}
@media screen and (max-width: 767px) {
  #layout .test .test02_area .test_col {
    overflow-x: hidden;
  }
}
#layout .test .test02_area .test_col > * {
  margin-left: -10px;
  margin-right: -10px;
}
#layout .test .test02_area .test_col > * > * {
  padding-left: 10px;
  padding-right: 10px;
}
#layout .test .test02_area .test_col .col_item {
  height: 200px;
  background: #e1afaf;
  border: 1px solid #e97878;
  margin-bottom: 20px;
}

#owner .mv {
  background-image: url("../images/owner/mainvisual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #owner .mv {
    background-position: top 0px right -640px;
  }
}
#owner .sec {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  #owner .sec {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 60px;
  }
}
#owner .sec .sec__wrap {
  position: relative;
  height: 410px;
}
@media screen and (max-width: 767px) {
  #owner .sec .sec__wrap {
    position: relative;
    height: 626px;
    width: 95%;
    margin: 0 auto;
  }
}
#owner .sec .sec__wrap:before {
  position: absolute;
  content: "";
  background-image: url("../images/owner/frame_left.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  #owner .sec .sec__wrap:before {
    left: -5px;
    top: -10px;
  }
}
#owner .sec .sec__wrap:after {
  position: absolute;
  content: "";
  background-image: url("../images/owner/frame_right.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  bottom: -20px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  #owner .sec .sec__wrap:after {
    right: -5px;
    top: -120px;
  }
}
#owner .sec .sec__wrap .wrap__txt {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 30px;
  width: 50%;
  height: 380px;
  padding: 60px 70px 30px 30px;
  background: #FFF9F0;
  -webkit-box-shadow: 0 0 20px 3px #D4D4D4;
  box-shadow: 0 0 20px 3px #D4D4D4;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media screen and (max-width: 767px) {
  #owner .sec .sec__wrap .wrap__txt {
    width: 95%;
    height: 400px;
    left: 0;
    right: 0;
    margin: auto;
    top: 250px;
    padding: 30px;
  }
}
#owner .sec .sec__wrap .wrap__txt .txt__num {
  position: absolute;
  top: -50px;
  left: 40px;
}
#owner .sec .sec__wrap .wrap__txt .txt__title {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #owner .sec .sec__wrap .wrap__txt .txt__title {
    font-size: 2.6rem;
  }
}
#owner .sec .sec__wrap .wrap__txt .txt__text {
  font-size: 1.4rem;
}
#owner .sec .sec__wrap .wrap__img {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 30px;
  width: 50%;
  height: 380px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #owner .sec .sec__wrap .wrap__img {
    width: 95%;
    height: 220px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#owner .sec .sec__wrap .wrap__img.wrap__img-01 {
  background-image: url("../images/owner/owner_01.jpg");
}
#owner .sec .sec__wrap .wrap__img.wrap__img-02 {
  background-image: url("../images/owner/owner_02.jpg");
}
#owner .sec .sec__wrap .wrap__img.wrap__img-03 {
  background-image: url("../images/owner/owner_03.jpg");
}
#owner .sec .sec__wrap .wrap__img.wrap__img-04 {
  background-image: url("../images/owner/owner_04.jpg");
}
#owner .sec .sec__wrap .wrap__img.wrap__img-05 {
  background-image: url("../images/owner/owner_05.jpg");
}
#owner .sec .sec__wrap .wrap__img.wrap__img-06 {
  background-image: url("../images/owner/owner_06.jpg");
}
#owner .sec .sec__wrap.sec__wrap-right:before {
  top: -40px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  #owner .sec .sec__wrap.sec__wrap-right:before {
    top: -15px;
    left: -5px;
  }
}
#owner .sec .sec__wrap.sec__wrap-right:after {
  bottom: -36px;
  right: -8px;
}
@media screen and (max-width: 767px) {
  #owner .sec .sec__wrap.sec__wrap-right:after {
    bottom: -19px;
    right: -5px;
  }
}
#owner .sec .sec__wrap.sec__wrap-right .wrap__txt {
  top: 30px;
  left: auto;
  right: 30px;
  padding: 60px 30px 30px 70px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (max-width: 767px) {
  #owner .sec .sec__wrap.sec__wrap-right .wrap__txt {
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    top: 250px;
    padding: 30px;
  }
}
#owner .sec .sec__wrap.sec__wrap-right .wrap__txt .txt__num {
  left: auto;
  right: 40px;
}
#owner .sec .sec__wrap.sec__wrap-right .wrap__img {
  top: 0;
  right: auto;
  left: 30px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media screen and (max-width: 767px) {
  #owner .sec .sec__wrap.sec__wrap-right .wrap__img {
    width: 95%;
    height: 220px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#sell .mv {
  background-image: url("../images/sell/mainvisual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #sell .mv {
    background-position: top 0px right -640px;
  }
}
#sell .point {
  background: #f6e3cd;
}
#sell .point .point_margin {
  margin-bottom: 20px;
}
#sell .point .point__text {
  text-align: center;
}
#sell .point3 .section__in {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sell .point3 .section__in {
    width: 95%;
  }
}
#sell .point3 .point3__col {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #sell .point3 .point3__col {
    overflow-x: hidden;
  }
}
#sell .point3 .point3__col > * {
  margin-left: -30px;
  margin-right: -30px;
}
#sell .point3 .point3__col > * > * {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #sell .point3 .point3__col .col__flex > * {
    margin-bottom: 30px;
  }
}
#sell .point3 .point3__col .point3__item {
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sell .point3 .point3__col .point3__item {
    padding: 30px 10px;
  }
}
#sell .point3 .point3__col .point3__item .item__num {
  width: 30px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
#sell .point3 .point3__col .point3__item .item__num.item__num-01 {
  top: -50px;
}
#sell .point3 .point3__col .point3__item .item__icon {
  width: 40px;
  margin: 10px auto 10px;
}
@media screen and (max-width: 767px) {
  #sell .point3 .point3__col .point3__item .item__icon {
    margin: 0 auto 10px;
  }
}
#sell .point3 .point3__col .point3__item .item__text {
  text-align: center;
}
#sell .section__sell {
  position: relative;
}
#sell .section__sell .sell__bg, #sell .section__sell .sell__bg-reverse {
  position: absolute;
  z-index: 1;
  width: 35vw;
}
#sell .section__sell .sell__bg {
  bottom: -10px;
  right: 0;
}
#sell .section__sell .sell__bg-reverse {
  bottom: -10px;
  left: 0;
}
#sell .section__sell.section__sell-reverse .col-reverse {
  flex-flow: row-reverse;
}
#sell .section__sell .num {
  width: 30px;
  margin: 0 auto;
}
#sell .section__sell .sell__col {
  width: 570px;
  margin: 40px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #sell .section__sell .sell__col {
    overflow-x: hidden;
  }
}
#sell .section__sell .sell__col > * {
  margin-left: -10px;
  margin-right: -10px;
}
#sell .section__sell .sell__col > * > * {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #sell .section__sell .sell__col {
    width: 100%;
    margin-bottom: 190px;
  }
}
#sell .section__sell .sell__col .col {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sell .section__sell .sell__col .col {
    flex-direction: column;
  }
}
#sell .section__sell .sell__col .sell__item .item__img {
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 2px solid #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sell .section__sell .sell__col .sell__item .item__img {
    height: 300px;
    margin-bottom: 30px;
  }
}
#sell .section__sell .sell__col .sell__item .item__img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  opacity: 30%;
  z-index: 10;
}
#sell .section__sell .sell__col .sell__item .item__txt .txt__icon {
  width: 40px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #sell .section__sell .sell__col .sell__item .item__txt .txt__icon {
    margin: 0 auto 10px;
  }
}
#sell .estimation, #sell .buysell {
  background: #f6e3cd;
}
#sell .estimation .item__img {
  background-image: url("../images/sell/estimation_img.jpg");
}
#sell .area .area__btn {
  margin-top: 70px;
}
#sell .area .item__img {
  background-image: url("../images/sell/erea_img.jpg");
}
#sell .buysell .item__img {
  background-image: url("../images/sell/buysell_img.jpg");
}

#company .mv {
  background-image: url("../images/company/mainvisual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #company .mv {
    background-position: center;
  }
}
#company .map__container {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #company .map__container {
    width: 95%;
  }
}
#company .company {
  background: #F5EEE4;
}
#company .company .company__title {
  margin-bottom: 40px;
}
#company .company table.company__detail {
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #company .company table.company__detail {
    width: 100%;
  }
}
#company .company table.company__detail tr {
  display: flex;
  margin-bottom: 20px;
}
#company .company table.company__detail tr .detail__title, #company .company table.company__detail tr .detail__txt {
  border-bottom: 1px solid #A8565F;
}
#company .company table.company__detail tr .detail__title {
  text-align: center;
  color: #fff;
  background: #A8565F;
  font-size: 16px;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company .company table.company__detail tr .detail__title {
    width: 40%;
    font-size: 16px;
  }
}
#company .company table.company__detail tr .detail__txt {
  text-align: left;
  background: #F5EEE4;
  color: #4E3C40;
  font-size: 16px;
  width: calc(100% - 210px);
  display: block;
  padding-left: 20px;
  padding-right: 0;
}
#company .company table.company__detail tr .detail__txt.detail__txt-tel {
  color: #4E3C40 !important;
}
#company .company table.company__detail tr .detail__txt.detail__txt-letter {
  letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
  #company .company table.company__detail tr .detail__txt {
    padding-left: 10px;
    width: 100%;
    color: #4E3C40 !important;
  }
}
#company .company table.company__detail tr .detail__txt.detail__txt-flex {
  display: flex;
}
#company .company table.company__detail tr .detail__txt.detail__txt-flex .txt-flex__left {
  text-align: right;
}
#company .company table.company__detail tr .detail__txt.detail__txt-flex .txt-flex__right {
  text-align: left;
}
#company .map__area .map__flex {
  display: flex;
}
#company .map__area .map__flex .flex__item.flex__item-left {
  margin-right: 20px;
}
#company .map__area #map1 {
  width: 100%;
  height: 355px;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  #company .map__area #map1 {
    height: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #company .map__area #map2 {
    height: 360px;
    margin: 0 auto;
    overflow-y: hidden;
    display: block;
  }
}
#company .map__area #map2 iframe {
  width: 100%;
  height: 460px;
  border: none;
  margin-top: -70px;
}

#contact_form .mv {
  background-image: url("../images/contact/mainvisual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #contact_form .mv {
    background-position: top 0px right -640px;
  }
}
#contact_form .wpcf7 .wpcf7-textarea {
  width: 100%;
}
#contact_form .wpcf7 input[type="checkbox"], #contact_form .wpcf7 input[type="radio"] {
  display: inline;
}
#contact_form .wpcf7 form.invalid .wpcf7-response-output, #contact_form .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #863536;
}

#contact_owner .mv {
  background-image: url("../images/contact_owner/mainvisual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #contact_owner .mv {
    background-position: top 0px right -640px;
  }
}
#contact_owner .wpcf7 .wpcf7-textarea {
  width: 100%;
}
#contact_owner .wpcf7 input[type="checkbox"] {
  display: inline;
}
#contact_owner .wpcf7 form.invalid .wpcf7-response-output, #contact_owner .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #863536;
}

#hearing .form__txt.form__txt-subtext input {
  width: 80%;
  margin-right: 10px;
}

.hearing__title {
  padding: 100px 0 0;
}
.hearing__title .container {
  margin: 0 auto;
}

.hearing {
  background: #F5EEE4;
}
.hearing .page__title, .hearing .page__subtitle {
  text-align: center;
}
.hearing .page__title {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .hearing .page__title {
    font-size: 3rem;
  }
}
.hearing .page__subtitle {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .hearing .col__block {
    overflow-x: hidden;
  }
}
.hearing .col__block > * {
  margin-left: -10px;
  margin-right: -10px;
}
.hearing .col__block > * > * {
  padding-left: 10px;
  padding-right: 10px;
}
.hearing .form__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.hearing input[type="text"], .hearing input[type="tel"], .hearing input[type="email"], .hearing input[type="date"], .hearing textarea {
  border: 0;
  line-height: 2.3;
  margin: 10px auto 20px;
  font-size: 1.6rem;
}
.hearing input[type="text"], .hearing input[type="tel"], .hearing input[type="email"], .hearing textarea {
  width: 100%;
}
.hearing .wpcf7-list-item {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .hearing .wpcf7-list-item {
    margin-left: 20px;
  }
}
.hearing .wpcf7-list-item:nth-of-type(1) {
  margin-left: 0;
}
.hearing .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.hearing .wpcf7-list-item label input[type="checkbox"], .hearing .wpcf7-list-item label input[type="radio"] {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.hearing .wpcf7-list-item label span {
  font-size: 1.6rem;
}

/*# sourceMappingURL=style.css.map */
