@charset "UTF-8";
/*
Theme Name: 株式会社GIFT
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  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;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button,
input,
select,
textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type=checkbox] {
  appearance: checkbox;
}

input[type=radio] {
  appearance: radio;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

	Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #444444;
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

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

p {
  line-height: 1.75;
  color: #393939;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active,
a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img {
  vertical-align: bottom;
}

img.max {
  max-width: 100%;
  height: auto;
}

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf {
  font-family: "Sawarabi Mincho";
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* text */
.taC {
  text-align: center;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* margin */
.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 70%;
  margin: 0 auto 20px;
  padding: 16px 0 18px;
  border: 1px solid #393939;
  border-radius: 30px;
  text-align: center;
  color: #393939;
  font-size: 16;
  transition: 0.1s;
  text-decoration: none !important;
}
.btn-border::after {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: "dashicons";
  content: "\f344";
}
.btn-border:hover {
  background-color: #393939;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 300px;
    margin: 0 auto 40px;
  }
  .btn-border::after {
    top: 20px;
    right: 20px;
  }
}

/* display */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

/* fadein系 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 4-1 ふわっ（左から）*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 4-1 ふわっ（右から） */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/* pager */
.pager {
  text-align: center;
  margin: 20px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}

.pager .current {
  background: #000000;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #000000;
  color: #FFF;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*-----------------------------------------------------------

	header

---------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 10001;
}
@media print {
  #header {
    display: none;
  }
}
#header .logo {
  padding: 20px;
}
#header .logo img {
  width: 58px;
  height: auto;
}
#header .g-nav {
  display: none;
}
#header .g-nav ul {
  opacity: 0;
}
#header .g-nav ul li {
  text-align: center;
  margin-bottom: 14px;
}
#header .g-nav ul li a {
  font-size: 20px;
}
#header .g-nav ul .social {
  margin-top: 40px;
}
#header .g-nav ul .social .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
#header .g-nav ul .social .list-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header .g-nav ul .social .list-icon .link {
  width: 80px;
  margin: 0 20px;
}
#header .g-nav ul .social .list-icon .link .icon {
  margin-bottom: 10px;
}
#header .g-nav ul .social .list-icon .link .icon img {
  width: 60px;
  height: auto;
}
#header .g-nav ul .social .list-icon .link .name {
  text-align: center;
  color: #fff;
}
#header .btn-nav {
  position: absolute;
  z-index: 10002;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
#header .btn-nav div {
  position: relative;
}
#header .btn-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  left: 0;
  transition: 0.3s ease-in-out;
}
#header .btn-nav span:nth-child(1) {
  top: 0;
}
#header .btn-nav span:nth-child(2) {
  top: 9px;
  width: 80%;
}
#header .btn-nav span:nth-child(3) {
  top: 18px;
  width: 60%;
}
#header .btn-nav :nth-child(3)::after {
  content: "メニュー";
  position: absolute;
  width: 80px;
  top: 8px;
  left: 0;
  color: #333;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#header.open .btn-nav {
  position: fixed;
}
#header.open .btn-nav span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#header.open .btn-nav span:nth-child(2) {
  opacity: 0;
}
#header.open .btn-nav span:nth-child(3) {
  top: 11px;
  width: 100%;
  transform: rotate(-45deg);
}
#header.open .btn-nav span:nth-child(3)::after {
  display: none;
}
#header.open .btn-nav:nth-child(3)::after {
  position: absolute;
  width: 40px;
  content: "閉じる";
  top: 34px;
  left: 6px;
  color: #fff;
  font-size: 10px;
}
#header.open .g-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 4;
}
#header.open .g-nav ul {
  opacity: 1;
  margin-bottom: 30px;
}
#header.open .g-nav ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 20px;
}
#header.open .g-nav ul li a {
  font-size: 20px;
}
#header.open .g-nav ul li.instagram {
  margin-top: 60px;
}
#header.open .g-nav ul li.instagram img {
  width: 180px;
  height: auto;
}
#header.open .g-nav ul li.has-child .sub-menu {
  margin-top: 10px;
  margin-bottom: 20px;
}
#header.open .g-nav ul li.has-child .sub-menu li {
  text-align: center;
  margin-bottom: 10px;
}
#header.open .g-nav ul li.has-child .sub-menu li a {
  font-size: 18px;
  opacity: 0.8;
}
#header.open .g-nav .social {
  text-align: center;
  opacity: 1;
}
#header.open .g-nav .social div {
  display: inline-block;
  margin: 0 6px;
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .g-nav-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.97);
  transform: scale(0) rotate(70deg);
  left: -240px;
  bottom: 0;
  transition: all 0.9s;
}
#header .g-nav-bg.bgopen {
  transform: scale(40);
}

@media screen and (min-width: 768px) {
  #header {
    padding-bottom: 0;
  }
  #header .inner {
    position: relative;
    width: 940px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #header .inner .logo {
    position: relative;
    top: 0;
    padding: 0;
  }
  #header .inner .logo img {
    width: 61px;
  }
  #header .inner .globalnav {
    width: 740px;
    padding-top: 10px;
  }
  #header .inner .globalnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .inner .globalnav ul li {
    position: relative;
  }
  #header .inner .globalnav ul li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #333333;
    font-size: 16px;
  }
  #header .inner .globalnav ul li a:hover {
    color: #F56DA1;
  }
  #header .inner .globalnav ul li a::after {
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #F56DA1;
    transition: 0.3s;
  }
  #header .inner .globalnav ul li a:hover::after {
    width: 100%;
  }
  #header .inner .globalnav ul li.has-child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  #header .inner .globalnav ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    width: 200px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 100;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 5px;
  }
  #header .inner .globalnav ul li .sub-menu li {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  #header .inner .globalnav ul li .sub-menu li a {
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    color: #333;
    transition: 0.3s;
  }
  #header .inner .globalnav ul li .sub-menu li a::after {
    display: none;
  }
  #header .inner .globalnav ul li .sub-menu li a:hover {
    background-color: rgba(245, 109, 161, 0.1);
    color: #F56DA1;
  }
  #header .inner .globalnav ul li.icon {
    position: relative;
    width: 24px;
    top: -1px;
  }
  #header .inner .globalnav ul li.icon a:hover::after {
    width: 0;
  }
  #header .inner .globalnav ul li.icon img {
    width: 100%;
    height: auto;
  }
}
/*-----------------------------------------------------------

	contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 40px;
  padding: 0 0 40px;
}
.section .link-more {
  text-align: center;
  margin-top: 40px;
}
.section .link-more a {
  padding: 16px 24px;
  background-color: #D2E5D2;
  border-radius: 4px;
  font-weight: bold;
  color: #587458;
}
@media screen and (min-width: 768px) {
  .section {
    width: 940px;
  }
}

.section-full {
  width: 100%;
  margin-bottom: 60px;
}
.section-full .section-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-full {
    width: 100%;
    margin-bottom: 100px;
  }
  .section-full .section-inner {
    width: 940px;
  }
}

/* title */
.ttl-level-02 {
  margin-bottom: 30px;
  padding-top: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  background-image: url(images/common/title-icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40px auto;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

.ttl-level-03 {
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: normal;
  border-left: 4px solid #F782AE;
}
@media screen and (min-width: 768px) {
  .ttl-level-03 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 600px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

.btn-more {
  margin-top: 20px;
}
.btn-more a {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #b09d7c;
}
@media screen and (min-width: 768px) {
  .btn-more a {
    width: 300px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 20px auto 20px;
}
@media print {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 12px;
}
#breadcrumb ul li.slash {
  color: #b2b2b2;
}
#breadcrumb ul li a {
  color: #b2b2b2;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 940px;
    margin: 20px auto 40px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page .header {
  margin-bottom: 20px;
  height: 140px;
}
.page .header .inner {
  width: 90%;
  margin: 0 auto;
}
.page .header .inner .page-title {
  padding-top: 52px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.page .header .inner .page-title span {
  display: block;
  position: relative;
  top: -10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page .header {
    height: 260px;
  }
  .page .header .inner {
    width: 940px;
  }
  .page .header .inner .page-title {
    padding-top: 100px;
    font-size: 42px;
  }
  .page .header .inner .page-title span {
    font-size: 20px;
    font-weight: normal;
  }
}

.page-top .sec-slideshow {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-slideshow {
    margin-bottom: 80px;
  }
}
.page-top .sec-slideshow .area-slideshow {
  margin-bottom: 20px;
  text-align: center;
}
.page-top .sec-slideshow .area-slideshow img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-slideshow .area-message {
  width: 90%;
  margin: 0 auto;
}
.page-top .sec-slideshow .area-message p {
  text-align: center;
  line-height: 2;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-slideshow .area-message p {
    font-size: 16px;
  }
}
.page-top .sec-slideshow .area-message .cc {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-top .sec-slideshow .area-message .cc {
    font-size: 32px;
  }
}
.page-top .sec-estate .area-estatelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-top .sec-estate .area-estatelist .estate {
  display: block;
  width: 48%;
  margin-bottom: 40px;
}
.page-top .sec-estate .area-estatelist .estate:hover {
  opacity: 0.6;
  transform: scale(0.98);
}
.page-top .sec-estate .area-estatelist .estate .photo {
  position: relative;
  margin-bottom: 14px;
}
.page-top .sec-estate .area-estatelist .estate .photo img {
  width: 100%;
  height: auto;
}
.page-top .sec-estate .area-estatelist .estate .photo img:hover {
  opacity: 1;
}
.page-top .sec-estate .area-estatelist .estate .photo .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  padding: 2px 0px;
  text-align: center;
  background-color: #111;
  color: #fff;
  font-size: 10px;
}
.page-top .sec-estate .area-estatelist .estate .photo .icon-soldout {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f00c1a;
  padding: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-top .sec-estate .area-estatelist .estate .photo .label {
    width: 80px;
    font-size: 12px;
  }
  .page-top .sec-estate .area-estatelist .estate .photo .icon-soldout {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.page-top .sec-estate .area-estatelist .estate .detail .name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.page-top .sec-estate .area-estatelist .estate .detail .ex {
  margin-bottom: 10px;
  font-size: 12px;
}
.page-top .sec-estate .area-estatelist .estate .detail .price {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
.page-top .sec-estate .area-estatelist .estate .detail .price span {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
  color: #F880AD;
}
@media screen and (min-width: 768px) {
  .page-top .sec-estate .area-estatelist .estate .detail .name {
    font-size: 16px;
  }
  .page-top .sec-estate .area-estatelist .estate .detail .ex {
    font-size: 13px;
  }
  .page-top .sec-estate .area-estatelist .estate .detail .price {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-top .sec-estate .area-estatelist .estate {
    width: 290px;
    margin-bottom: 60px;
  }
}
.page-top .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news {
    margin-bottom: 60px;
  }
}
.page-top .sec-news .area-news .news {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-top .sec-news .area-news .news .date {
  font-size: 12px;
}
.page-top .sec-news .area-news .news .title {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding: 30px 20px;
  }
  .page-top .sec-news .area-news .news .date {
    margin-right: 40px;
    font-size: 16px;
  }
  .page-top .sec-news .area-news .news .title {
    font-size: 16px;
  }
}

.page-news .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news {
    margin-bottom: 60px;
  }
}
.page-news .sec-news .area-news .news {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-news .sec-news .area-news .news .date {
  font-size: 12px;
}
.page-news .sec-news .area-news .news .title {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news .news {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding: 30px 20px;
  }
  .page-news .sec-news .area-news .news .date {
    margin-right: 40px;
    font-size: 16px;
  }
  .page-news .sec-news .area-news .news .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .area-article {
    width: 800px;
    margin: 0 auto 40px;
  }
}
.page-news .area-article .article {
  margin-bottom: 40px;
}
.page-news .area-article .article .article-header {
  margin-bottom: 20px;
}
.page-news .area-article .article .article-header .title {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-news .area-article .article .article-header .date {
  font-size: 14px;
  color: #444;
}
@media screen and (min-width: 768px) {
  .page-news .area-article .article .article-header .title {
    font-size: 20px;
  }
}
.page-news .area-article .article .article-content h1 {
  margin: 40px 0 20px;
  font-size: 24px;
}
.page-news .area-article .article .article-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
}
.page-news .area-article .article .article-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.page-news .area-article .article .article-content p {
  margin: 20px 0;
  line-height: 1.8;
}
.page-news .area-article .article .article-content img {
  max-width: 100%;
  height: auto;
}
.page-news .sidebar {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-news .sidebar {
    width: 800px;
    margin: 0 auto;
  }
}
.page-news .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-news .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-news .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-news .sidebar .area-side ul li::before {
  content: "- ";
}

.page-estate .sec-estate .nav {
  margin-bottom: 40px;
  text-align: center;
}
.page-estate .sec-estate .nav li {
  display: inline-block;
  margin: 0 6px;
}
.page-estate .sec-estate .nav li a {
  text-decoration: underline;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-estate .sec-estate .nav li {
    margin: 0 12px;
  }
  .page-estate .sec-estate .nav li a {
    font-size: 16px;
  }
}
.page-estate .sec-estate .area-estatelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-estate .sec-estate .area-estatelist .estate {
  display: block;
  width: 48%;
  margin-bottom: 40px;
}
.page-estate .sec-estate .area-estatelist .estate:hover {
  opacity: 0.6;
  transform: scale(0.98);
}
.page-estate .sec-estate .area-estatelist .estate .photo {
  position: relative;
  margin-bottom: 14px;
}
.page-estate .sec-estate .area-estatelist .estate .photo img {
  width: 100%;
  height: auto;
}
.page-estate .sec-estate .area-estatelist .estate .photo img:hover {
  opacity: 1;
}
.page-estate .sec-estate .area-estatelist .estate .photo .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  padding: 4px 0px;
  text-align: center;
  background-color: #111;
  color: #fff;
  font-size: 10px;
}
.page-estate .sec-estate .area-estatelist .estate .photo .icon-soldout {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f00c1a;
  padding: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-estate .sec-estate .area-estatelist .estate .photo .label {
    width: 80px;
    font-size: 12px;
  }
  .page-estate .sec-estate .area-estatelist .estate .photo .icon-soldout {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.page-estate .sec-estate .area-estatelist .estate .detail .name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.page-estate .sec-estate .area-estatelist .estate .detail .ex {
  margin-bottom: 10px;
  font-size: 12px;
}
.page-estate .sec-estate .area-estatelist .estate .detail .price {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
.page-estate .sec-estate .area-estatelist .estate .detail .price span {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
  color: #F880AD;
}
@media screen and (min-width: 768px) {
  .page-estate .sec-estate .area-estatelist .estate .detail .name {
    font-size: 16px;
  }
  .page-estate .sec-estate .area-estatelist .estate .detail .ex {
    font-size: 13px;
  }
  .page-estate .sec-estate .area-estatelist .estate .detail .price {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-estate .sec-estate .area-estatelist .estate {
    width: 290px;
    margin-bottom: 60px;
  }
}
.page-estate .sec-info .area-detail {
  margin-bottom: 40px;
}
.page-estate .sec-info .area-detail .photo {
  margin-bottom: 30px;
}
.page-estate .sec-info .area-detail .photo .main {
  margin-bottom: 20px;
}
.page-estate .sec-info .area-detail .photo .main img {
  max-width: 100%;
  height: auto;
}
.page-estate .sec-info .area-detail .photo .photos {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.page-estate .sec-info .area-detail .photo .photos div {
  margin: 0 2px;
}
.page-estate .sec-info .area-detail .photo .photos div img {
  max-width: 100%;
  height: auto;
}
.page-estate .sec-info .area-detail .photo .photos div img:hover {
  opacity: 0.6;
  cursor: pointer;
}
.page-estate .sec-info .area-detail .photo .photos .prev-arrow {
  position: absolute;
  top: 23%;
  left: -25px;
  width: 22px;
  height: auto;
}
.page-estate .sec-info .area-detail .photo .photos .prev-arrow:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .page-estate .sec-info .area-detail .photo .photos .prev-arrow {
    top: 33%;
  }
}
.page-estate .sec-info .area-detail .photo .photos .next-arrow {
  position: absolute;
  top: 23%;
  right: -25px;
  width: 22px;
  height: auto;
}
.page-estate .sec-info .area-detail .photo .photos .next-arrow:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .page-estate .sec-info .area-detail .photo .photos .next-arrow {
    top: 33%;
  }
}
.page-estate .sec-info .area-detail .detail .soldout {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  background-color: #f00c1a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.page-estate .sec-info .area-detail .detail .label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 6px;
  background-color: #111;
  color: #fff;
  font-size: 12px;
}
.page-estate .sec-info .area-detail .detail .name {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-estate .sec-info .area-detail .detail .price {
  margin-bottom: 20px;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}
.page-estate .sec-info .area-detail .detail .ex {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.page-estate .sec-info .area-detail .detail .print {
  text-align: center;
}
@media print {
  .page-estate .sec-info .area-detail .detail .print {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-estate .sec-info .area-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-estate .sec-info .area-detail .photo {
    width: 600px;
  }
  .page-estate .sec-info .area-detail .detail {
    width: 300px;
  }
}
.page-estate .sec-info .area-contact {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-estate .sec-info .area-contact {
    margin-bottom: 60px;
  }
}
@media print {
  .page-estate .sec-info .area-contact {
    display: none;
  }
}
.page-estate .sec-info .area-contact .btn {
  text-align: center;
}
.page-estate .sec-info .area-contact .btn .tel {
  margin-bottom: 20px;
}
.page-estate .sec-info .area-contact .btn .tel img {
  max-width: 80%;
  height: auto;
}
.page-estate .sec-info .area-contact .btn .email {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-estate .sec-info .area-contact .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-estate .sec-info .area-contact .btn .email {
    margin-bottom: 0;
  }
  .page-estate .sec-info .area-contact .btn .tel {
    width: 340px;
    margin-bottom: 0;
  }
  .page-estate .sec-info .area-contact .btn .email {
    margin-bottom: 0;
  }
}
.page-estate .sec-info .area-data .data {
  margin-bottom: 40px;
}
.page-estate .sec-info .area-data .data .col table {
  font-size: 14px;
}
.page-estate .sec-info .area-data .data .col table th {
  width: 100px;
  padding: 14px 0;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
}
.page-estate .sec-info .area-data .data .col table td {
  padding: 14px 0;
  border-bottom: 1px solid #E6E6E6;
}
.page-estate .sec-info .area-data .data .col table td a {
  color: #666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-estate .sec-info .area-data .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .page-estate .sec-info .area-data .data .col {
    width: 450px;
  }
  .page-estate .sec-info .area-data .data .col table {
    font-size: 16px;
  }
  .page-estate .sec-info .area-data .data .col table th {
    width: 100px;
    padding: 20px 0;
  }
  .page-estate .sec-info .area-data .data .col table td {
    padding: 20px 0;
  }
}
.page-estate .sec-info .area-data .googlemap iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .page-estate .sec-info .area-data .googlemap iframe {
    height: 400px;
  }
}

.page-company .sec-message .area-message .message {
  position: relative;
  margin-bottom: 40px;
}
.page-company .sec-message .area-message .message .text {
  position: relative;
  z-index: 2;
}
.page-company .sec-message .area-message .message .text .cc {
  font-weight: bold;
  font-size: 20px;
}
.page-company .sec-message .area-message .message .text p {
  margin-bottom: 14px;
}
.page-company .sec-message .area-message .message .icon {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 40px;
}
.page-company .sec-message .area-message .photo {
  position: relative;
  text-align: center;
}
.page-company .sec-message .area-message .photo img {
  max-width: 100%;
  height: auto;
}
.page-company .sec-message .area-message .photo .sign {
  text-align: right;
}
.page-company .sec-message .area-message .photo:after {
  position: absolute;
  content: "";
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  /* シャドウ */
  transform: rotate(3deg);
  /* 回転させる */
  right: 20px;
  left: auto;
  top: auto;
  bottom: 13px;
  z-index: -1;
  width: 40%;
  height: 20%;
}
@media screen and (min-width: 768px) {
  .page-company .sec-message .area-message .photo:after {
    width: 50%;
    right: 4px;
    bottom: 190px;
  }
}
@media screen and (min-width: 768px) {
  .page-company .sec-message .area-message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-company .sec-message .area-message .message {
    order: 2;
    width: 600px;
  }
  .page-company .sec-message .area-message .message .icon {
    bottom: -40px;
  }
  .page-company .sec-message .area-message .photo {
    order: 1;
    width: 300px;
  }
  .page-company .sec-message .area-message .photo img {
    max-width: 100%;
  }
}
.page-company .sec-company .area-detail {
  width: 90%;
  margin: 0 auto 40px;
}
.page-company .sec-company .area-detail .data table {
  margin-bottom: 40px;
}
.page-company .sec-company .area-detail .data table th {
  width: 100px;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  font-weight: normal;
}
.page-company .sec-company .area-detail .data table td {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.page-company .sec-company .area-detail .data table td a {
  color: #666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-detail .data table {
    margin: 0 auto;
    font-size: 16px;
  }
  .page-company .sec-company .area-detail .data table th {
    width: 200px;
    padding: 20px 0;
  }
  .page-company .sec-company .area-detail .data table td {
    padding: 20px 0;
  }
}
.page-company .sec-company .area-detail .photo div {
  margin-bottom: 20px;
  text-align: center;
}
.page-company .sec-company .area-detail .photo div img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto 60px;
  }
  .page-company .sec-company .area-detail .data {
    width: 560px;
  }
  .page-company .sec-company .area-detail .photo {
    width: 330px;
  }
}
.page-company .sec-company .area-map .googlemap {
  width: 90%;
  margin: 0 auto 40px;
}
.page-company .sec-company .area-map .googlemap iframe {
  width: 100%;
  height: 240px;
}
.page-company .sec-company .area-map .photo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-map .googlemap {
    width: 940px;
    margin: 0 auto 60px;
  }
  .page-company .sec-company .area-map .googlemap iframe {
    height: 340px;
  }
}
.page-company .sec-company .area-zeh {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #E6E6E6;
  padding-top: 30px;
}
.page-company .sec-company .area-zeh .detail {
  margin-bottom: 20px;
}
.page-company .sec-company .area-zeh .detail h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-company .sec-company .area-zeh .detail h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-company .sec-company .area-zeh .detail p {
  font-size: 14px;
}
.page-company .sec-company .area-zeh .icon {
  text-align: center;
}
.page-company .sec-company .area-zeh .icon img {
  max-width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-zeh {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 940px;
    align-items: center;
  }
  .page-company .sec-company .area-zeh .detail {
    width: 540px;
  }
  .page-company .sec-company .area-zeh .detail h3 {
    font-size: 24px;
  }
  .page-company .sec-company .area-zeh .detail p {
    font-size: 16px;
  }
  .page-company .sec-company .area-zeh .icon {
    width: 400px;
  }
  .page-company .sec-company .area-zeh .icon img {
    max-width: 60%;
  }
}

.page-staff .sec-staff .area-mainvisual {
  margin-bottom: 40px;
}
.page-staff .sec-staff .area-mainvisual img {
  max-width: 100%;
  height: auto;
}
.page-staff .sec-staff .area-staff .list-staff .staff {
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
  background-color: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 4px;
}
.page-staff .sec-staff .area-staff .list-staff .staff .profile {
  order: 1;
  width: 58%;
  padding-bottom: 20px;
}
.page-staff .sec-staff .area-staff .list-staff .staff .profile .yakusyoku {
  margin-bottom: -2px;
  font-size: 10px;
}
.page-staff .sec-staff .area-staff .list-staff .staff .profile .name {
  margin-bottom: 2px;
  font-weight: bold;
}
.page-staff .sec-staff .area-staff .list-staff .staff .profile .name .en {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  font-weight: normal;
  color: #444;
}
.page-staff .sec-staff .area-staff .list-staff .staff .profile .comment {
  margin-bottom: 4px;
  line-height: 1.6;
  font-size: 10px;
}
.page-staff .sec-staff .area-staff .list-staff .staff .profile .shikaku {
  margin-top: 6px;
  text-align: right;
  font-size: 11px;
}
.page-staff .sec-staff .area-staff .list-staff .staff .profile .shikaku span {
  display: inline-block;
  margin-right: 4px;
  font-size: 9px;
  color: #F782AE;
}
.page-staff .sec-staff .area-staff .list-staff .staff .photo {
  position: relative;
  order: 2;
  width: 40%;
  text-align: center;
}
.page-staff .sec-staff .area-staff .list-staff .staff .photo img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: auto;
}
.page-staff .sec-staff .area-staff .list-staff .staff:nth-of-type(even) .profile {
  order: 2;
}
.page-staff .sec-staff .area-staff .list-staff .staff:nth-of-type(even) .photo {
  order: 1;
}
@media screen and (min-width: 768px) {
  .page-staff .sec-staff .area-staff .list-staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-staff .sec-staff .area-staff .list-staff .staff {
    position: relative;
    width: 300px;
    display: block;
    padding: 20px 30px 0 30px;
  }
  .page-staff .sec-staff .area-staff .list-staff .staff .profile {
    width: 100%;
    height: 380px;
  }
  .page-staff .sec-staff .area-staff .list-staff .staff .profile .name {
    font-size: 16px;
  }
  .page-staff .sec-staff .area-staff .list-staff .staff .profile .comment {
    font-size: 13px;
  }
  .page-staff .sec-staff .area-staff .list-staff .staff .profile .shikaku {
    font-size: 13px;
  }
  .page-staff .sec-staff .area-staff .list-staff .staff .photo {
    width: 100%;
  }
  .page-staff .sec-staff .area-staff .list-staff .staff .photo img {
    right: 20px;
  }
  .page-staff .sec-staff .area-staff .list-staff .maeda .profile {
    height: 250px;
  }
}

.page-forowner .sec-mainvisual img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-forowner .sec-mainvisual {
    width: 940px;
    margin: 0 auto;
  }
}
.page-forowner .sec-flow .ttl-level-02 {
  margin-bottom: 40px;
  text-align: center;
}
.page-forowner .sec-flow .area-steps {
  max-width: 900px;
  margin: 0 auto;
}
.page-forowner .sec-flow .area-steps .step-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #F0F0F0;
}
.page-forowner .sec-flow .area-steps .step-item:last-child {
  border-bottom: none;
}
.page-forowner .sec-flow .area-steps .step-item .step-head {
  flex: 0 0 60px;
  text-align: center;
  margin-right: 20px;
  color: #DC4037;
}
.page-forowner .sec-flow .area-steps .step-item .step-head .num {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.page-forowner .sec-flow .area-steps .step-item .step-head .unit {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-forowner .sec-flow .area-steps .step-item .step-body .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.page-forowner .sec-flow .area-steps .step-item .step-body .txt {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .page-forowner .sec-flow .step-item {
    padding: 20px 0;
  }
  .page-forowner .sec-flow .step-item .step-head {
    flex: 0 0 50px;
    margin-right: 15px;
  }
  .page-forowner .sec-flow .step-item .step-head .num {
    font-size: 28px;
  }
  .page-forowner .sec-flow .step-item .step-body .title {
    font-size: 16px;
  }
  .page-forowner .sec-flow .step-item .step-body .txt {
    font-size: 14px;
  }
}
.page-forowner .sec-sale-flow {
  padding: 60px 0;
}
.page-forowner .sec-sale-flow .ttl-level-02 {
  text-align: center;
  margin-bottom: 50px;
}
.page-forowner .sec-sale-flow .ttl-level-02 .en {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-top: 5px;
}
.page-forowner .sec-sale-flow .area-flow-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.page-forowner .sec-sale-flow .area-flow-grid .flow-item {
  width: 31%;
  margin-bottom: 50px;
  text-align: center;
}
.page-forowner .sec-sale-flow .area-flow-grid .flow-item .img-box {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto 20px;
}
.page-forowner .sec-sale-flow .area-flow-grid .flow-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.page-forowner .sec-sale-flow .area-flow-grid .flow-item .img-box .num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  color: #DC4037;
  font-family: "Georgia", serif;
  font-size: 24px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.page-forowner .sec-sale-flow .area-flow-grid .flow-item .flow-detail .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-forowner .sec-sale-flow .area-flow-grid .flow-item .flow-detail .txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  color: #444;
}
@media screen and (max-width: 767px) {
  .page-forowner .sec-sale-flow .area-flow-grid .flow-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .page-forowner .sec-sale-flow .area-flow-grid .flow-item .img-box {
    width: 110px;
    height: 110px;
    margin: 0;
  }
  .page-forowner .sec-sale-flow .area-flow-grid .flow-item .img-box .num {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .page-forowner .sec-sale-flow .area-flow-grid .flow-item .flow-detail {
    width: 60%;
  }
  .page-forowner .sec-sale-flow .area-flow-grid .flow-item .flow-detail .title {
    justify-content: left;
    margin-bottom: 0px;
    text-align: left;
    font-size: 16px;
  }
  .page-forowner .sec-sale-flow .area-flow-grid .flow-item .flow-detail .txt {
    text-align: left;
    font-size: 12px;
  }
}
.page-forowner .sec-forowner .area-explain p {
  margin-bottom: 20px;
  text-align: center;
}
.page-forowner .sec-forowner .area-explain .important {
  font-weight: bold;
  font-size: 14px;
  color: #DC4037;
}
.page-forowner .sec-forowner .area-pp {
  box-sizing: border-box;
  padding: 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .page-forowner .sec-forowner .area-pp {
    padding: 30px 40px;
  }
}
.page-forowner .sec-forowner .area-pp .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-forowner .sec-forowner .area-pp .txt {
  font-size: 14px;
}
.page-forowner .sec-forowner .area-pp .txt a {
  text-decoration: underline;
}

.page-forbuyer .sec-mainvisual img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-forbuyer .sec-mainvisual {
    width: 940px;
    margin: 0 auto;
  }
}
.page-forbuyer .sec-flow .ttl-level-02 {
  margin-bottom: 40px;
  text-align: center;
}
.page-forbuyer .sec-flow .area-steps {
  max-width: 900px;
  margin: 0 auto;
}
.page-forbuyer .sec-flow .area-steps .step-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #F0F0F0;
}
.page-forbuyer .sec-flow .area-steps .step-item:last-child {
  border-bottom: none;
}
.page-forbuyer .sec-flow .area-steps .step-item .step-head {
  flex: 0 0 60px;
  text-align: center;
  margin-right: 20px;
  color: #DC4037;
}
.page-forbuyer .sec-flow .area-steps .step-item .step-head .num {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.page-forbuyer .sec-flow .area-steps .step-item .step-head .unit {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-forbuyer .sec-flow .area-steps .step-item .step-body .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.page-forbuyer .sec-flow .area-steps .step-item .step-body .txt {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .page-forbuyer .sec-flow .step-item {
    padding: 20px 0;
  }
  .page-forbuyer .sec-flow .step-item .step-head {
    flex: 0 0 50px;
    margin-right: 15px;
  }
  .page-forbuyer .sec-flow .step-item .step-head .num {
    font-size: 28px;
  }
  .page-forbuyer .sec-flow .step-item .step-body .title {
    font-size: 16px;
  }
  .page-forbuyer .sec-flow .step-item .step-body .txt {
    font-size: 14px;
  }
}
.page-forbuyer .sec-sale-flow {
  padding: 60px 0;
}
.page-forbuyer .sec-sale-flow .ttl-level-02 {
  text-align: center;
  margin-bottom: 50px;
}
.page-forbuyer .sec-sale-flow .ttl-level-02 .en {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-top: 5px;
}
.page-forbuyer .sec-sale-flow .area-flow-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.page-forbuyer .sec-sale-flow .area-flow-grid .flow-item {
  width: 31%;
  margin-bottom: 50px;
  text-align: center;
}
.page-forbuyer .sec-sale-flow .area-flow-grid .flow-item .img-box {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto 20px;
}
.page-forbuyer .sec-sale-flow .area-flow-grid .flow-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.page-forbuyer .sec-sale-flow .area-flow-grid .flow-item .img-box .num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  color: #DC4037;
  font-family: "Georgia", serif;
  font-size: 24px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.page-forbuyer .sec-sale-flow .area-flow-grid .flow-item .flow-detail .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-forbuyer .sec-sale-flow .area-flow-grid .flow-item .flow-detail .txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  color: #444;
}
@media screen and (max-width: 767px) {
  .page-forbuyer .sec-sale-flow .area-flow-grid .flow-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .page-forbuyer .sec-sale-flow .area-flow-grid .flow-item .img-box {
    width: 110px;
    height: 110px;
    margin: 0;
  }
  .page-forbuyer .sec-sale-flow .area-flow-grid .flow-item .img-box .num {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .page-forbuyer .sec-sale-flow .area-flow-grid .flow-item .flow-detail {
    width: 60%;
  }
  .page-forbuyer .sec-sale-flow .area-flow-grid .flow-item .flow-detail .title {
    justify-content: left;
    margin-bottom: 0px;
    text-align: left;
    font-size: 16px;
  }
  .page-forbuyer .sec-sale-flow .area-flow-grid .flow-item .flow-detail .txt {
    text-align: left;
    font-size: 12px;
  }
}
.page-forbuyer .sec-forowner .area-explain p {
  margin-bottom: 20px;
  text-align: center;
}
.page-forbuyer .sec-forowner .area-explain .important {
  font-weight: bold;
  font-size: 14px;
  color: #DC4037;
}
.page-forbuyer .sec-forowner .area-pp {
  box-sizing: border-box;
  padding: 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .page-forbuyer .sec-forowner .area-pp {
    padding: 30px 40px;
  }
}
.page-forbuyer .sec-forowner .area-pp .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-forbuyer .sec-forowner .area-pp .txt {
  font-size: 14px;
}
.page-forbuyer .sec-forowner .area-pp .txt a {
  text-decoration: underline;
}

.page-privacypolicy .sec-privacypolicy .area-explain {
  margin-bottom: 40px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy {
  margin-bottom: 40px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy p {
  font-size: 13px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy p {
    font-size: 14px;
  }
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy .ttl {
    font-size: 18px;
  }
}

.page-contact .sec-contact .text {
  text-align: center;
  line-height: 2;
}
.page-contact .sec-contact .text a {
  color: #F782AE;
  text-decoration: underline;
}

.area-contactform .contact-form {
  margin: 40px 0 0;
}
.area-contactform .contact-form caption {
  margin-bottom: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 6px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .hissu {
    font-size: 12px;
  }
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #bbb;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .ninni {
    font-size: 12px;
  }
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .bikou {
    font-size: 14px;
  }
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}
.area-contactform .contact-form td .text-form {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-short {
  width: 24%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-middle {
  width: 64%;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td ::placeholder {
  color: #b9b9b9;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
.area-contactform .contact-form td .col {
  margin-bottom: 14px;
}
.area-contactform .contact-form td .ex {
  margin-top: 6px;
  font-size: 14px;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  font-size: 16px;
  margin: 0;
  opacity: 1;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
.area-contactform .contact-form td #bukken-name {
  pointer-events: none;
  background-color: #f5f5f5;
  /* 入力不可っぽく見えるグレー背景 */
  color: #999;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form {
    border: 1px solid #ddd;
  }
  .area-contactform .contact-form tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .area-contactform .contact-form th {
    width: 240px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 20px 40px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 20px 40px;
    margin-bottom: 10px;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 14px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
  .area-contactform .contact-form td .text-form {
    background-color: #fff;
  }
  .area-contactform .contact-form td .text-area {
    background-color: #fff;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 16px auto 20px;
  border: none;
  background-color: #00A935;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.area-contactform .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 40px;
  }
  .area-contactform .wpcf7-submit {
    margin: 60px auto;
    width: 400px;
  }
}

/*-----------------------------------------------------------

	side

---------------------------------------------------------- */
/*-----------------------------------------------------------

	footer

---------------------------------------------------------- */
#footer {
  margin-top: 80px;
  position: relative;
  /* サイドボタン全体のコンテナ */
  /* 各ボタンの共通スタイル */
  /* スマホ表示での調整（必要に応じて） */
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 100px;
  }
}
@media print {
  #footer {
    display: none;
  }
}
#footer .side-buttons-container {
  position: fixed;
  right: 0;
  /* 右端からの距離 */
  top: 50%;
  /* 画面中央 */
  z-index: 9999;
  display: none;
  /* jQueryで制御するため初期は非表示 */
  transform: translateY(-50%);
  flex-direction: column;
  gap: 10px;
  /* ボタン同士の隙間 */
}
#footer .side-btn {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  margin-bottom: 10px;
}
#footer .side-btn:hover {
  transform: scale(1.05);
  /* ホバー時に少し大きく */
  opacity: 0.9;
}
#footer .side-btn img {
  width: 60px;
  /* 画像の横幅（適宜調整してください） */
  height: auto;
  display: block;
  top: auto;
  bottom: 10%;
}
@media screen and (max-width: 768px) {
  #footer .side-buttons-container {
    right: 0;
  }
  #footer .side-btn img {
    width: 40px;
    /* スマホでは少し小さく */
  }
}
#footer #page-top a {
  display: flex;
  transition: all 0.3s;
}
#footer #page-top a img {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  #footer #page-top a img {
    width: 100px;
    height: 100px;
  }
}
#footer #page-top a:hover {
  opacity: 0.6;
}
#footer #page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}
#footer #page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#footer #page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(2400px);
  }
}
#footer .area-contact {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  #footer .area-contact {
    width: 940px;
    margin: 0 auto 60px;
  }
}
#footer .area-contact .text .ttl {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
}
#footer .area-contact .text .ex {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #footer .area-contact .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  #footer .area-contact .text .ttl {
    width: 350px;
    margin-bottom: 0;
    text-align: right;
    font-size: 32px;
  }
  #footer .area-contact .text .ex {
    width: 500px;
    margin-bottom: 0;
  }
}
#footer .area-contact .btn {
  text-align: center;
}
#footer .area-contact .btn .tel {
  margin-bottom: 10px;
}
#footer .area-contact .btn .tel span {
  font-size: 28px;
  font-weight: bold;
}
#footer .area-contact .btn .email {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #footer .area-contact .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #footer .area-contact .btn .email {
    margin-bottom: 0;
  }
  #footer .area-contact .btn .tel {
    width: 340px;
    margin-bottom: 0;
  }
  #footer .area-contact .btn .tel span {
    font-size: 36px;
  }
  #footer .area-contact .btn .email {
    margin-bottom: 0;
  }
}
#footer .area-info {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}
#footer .area-info .logo {
  margin-bottom: 20px;
}
#footer .area-info .logo img {
  width: 60px;
  height: auto;
}
#footer .area-info .about {
  margin-bottom: 10px;
  font-size: 12px;
}
#footer .area-info .pp {
  margin-bottom: 10px;
  font-size: 12px;
}
#footer .area-info .pp a {
  text-decoration: underline;
}
#footer .area-info .copyright {
  font-size: 12px;
}