@charset "UTF-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  color: #2D2D2D;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-style: normal;
　font-feature-settings: "palt";
}
.font-noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
}
.font-roboto {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.cormorant-sc-light {
  font-family: "Cormorant SC", serif;
  font-weight: 300;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.btn_line{
	width: 500px;
	margin: 10px auto;
}
@media (931px <= width) {
  .sp {
    display: none !important;
  }
}
@media (width <= 930px) {
  .pc {
    display: none !important;
  }
}

/**********************************************************
 * header
 **********************************************************/
header {
  position: relative;
  height: 600px;
  background-image: url("../img/bg_header_pc.jpg");
  background-size: cover;
  background-position: center center;
}
header .catchphrase {
  position: absolute;
  top: 3.4vw;
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #FFF;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, .75);
  z-index: 1;
  background: #4736138a;
  padding: 10px 20px 10px 100px;
}
header .catchphrase strong {
  font-size: 1.43em;
}
header .catchphrase strong:first-child {
  margin-right: .15em;
}
header .box {
  position: absolute;
  top: 280px;
  left: 0;
  width: 60vw;
  max-width: 770px;
  background: url("../img/logo_bg.jpg");
  padding: 1.5vw 1.5vw .5vw 0;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
header .box .area {
  display: inline-block;
  font-size: 1.4vw;
  font-weight: 700;
  color: #8C733A;
  background-color: #F9F8F7;
  padding: .4em 1.5em .5em 3em;
  border-style: solid;
  border-color: #8C733A;
  border-width: 1px 1px 1px 0;
  vertical-align: .3em;
}
header .box .price {
  display: inline-block;
  font-size: 34px;
  color: #846A35;
  font-weight: 700;
  margin-left: 1.8em;
  margin-top:.2em;
}
header .box .price strong {
  font-size: 1.6em;
}
header .box .price small {
  font-size: .7em;
}
header .box h1 {
    padding: .5em 2em;
}
header .inner {
  padding-top: 600px;
}

@media (width > 1149px) {
header .box .area {
  font-size: 18px;
  margin-top: 20px;
}
}
/**********************************************************
 * main
 **********************************************************/
.schedule {
  text-align: center;
}
.schedule img{
  width: 550px;
  margin: 0 auto 3rem;
}
.btn {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 60px;
}
.btn a {
  position: relative;
  width: 420px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  padding: .6em 0 .8em 1.8em;
  background-image: url(../img/bg_btn.svg);
  background-size: 100% 100%;
  border: solid 6px #FFF;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
  transition: all .3s;
}
.btn a:hover {
  opacity: .7;
}
.btn a strong {
  font-size: 1.5em;
  letter-spacing: .1em;
  margin-right: .3em;
  vertical-align: -.16em;
}
.btn a.sale {
  background-color: #0E346B;
}
.btn a.buy {
  background-color: #9B6B16;
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/arrow_btn.svg);
  background-size: 100%;
}

.title_section {
  text-align: center;
}
.title_section .en {
  display: block;
  font-size: 5.6rem;
  color: #8C733A;
  font-weight: 400;
}
.title_section .ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: .5em;
}
.title_copy{
  font-size: 2.8rem;
  margin: 40px auto 10px;
}
/*インタビュー*/
.interview {
  text-align:left;
  padding: 25px 0 90px;
  line-height: 170%;
}
.interview .interview_mv{
	width: 100%;
	position: relative;
}
.interview h2{
	position: absolute;
	bottom:0px;
	right:0;
	background-color: rgba(0,0,0,0.6);
	padding: 30px 20px;
	color: #FFF;
	margin: 0;
	font-size:3.5rem;
	font-weight: bold;
  line-height: 160%;
}
.interview h2 span{
	font-size:3rem;
}
.interview h3{
	margin: 30px 0 10px;
	font-size:2.6rem;
	font-weight: bold;
  line-height: 160%;
    color: #8C733A;
}
.interview p{
	margin: 10px 0 20px;
}
.interview .interview_photo2{
	margin: 10px 0 10px 20px;
	float: right;
	width: 420px;
}
.interview .interview_photo3{
	margin: 10px 20px 10px 0px;
	float: left;
	width: 420px;
}
.interview .profile_wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.interview .profile{
	width: 30%;
	padding: 20px 10px 5px 20px;
	background: #EFEEED;
	margin: 10px;
}
.interview .profile h4{
	font-weight: bold;
	font-size:1.8rem;
}
/*about*/
#about {
	clear: both;
  padding: 25px 0 90px;
}
#about .inner{
	text-align: center;
}
#about .inner .point{
	max-width: 600px;
	margin: 0 auto;
}
#about .img_brokerage-fee_01 img,
#about .img_brokerage-fee_02 img{
	width: 800px;
	margin: 40px auto 40px;
}
#about .about_text{
	line-height: 200%;
}
#about .about_text h4,
#about .about_text strong{
	font-size:1.6em;
	font-weight: bold;
}
#about .price_table{
	margin: 40px auto;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
#about .price_table th{
	padding: 10px 20px;
	border-bottom:1px solid #CCC;
	vertical-align: middle;
	background: #8C733A;
	color: #FFF;
	font-weight: bold;
	font-size:1.3em;
}
#about .price_table td{
	padding: 10px 20px;
	border-bottom:1px solid #CCC;
	vertical-align: middle;
	font-size:1.2em;
}
#about .price_table td.brown{
	background: #E7E1D5;
}
/*concept*/
#concept {
	clear: both;
  padding: 25px 0 90px;
}
#concept .inner{
	text-align: center;
}
#concept .list_concept {
  counter-reset: counter_concept;
  display: flex;
  gap: 25px;
  margin-top: 80px;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#concept .list_concept li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48%;
  background-color: #EFEEED;
  padding: 45px 15px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom:40px;
}
#concept .list_concept li::before {
  counter-increment: counter_concept;
  content: "0"counter(counter_concept);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7.2rem;
  font-family: "Roboto", serif;
  font-weight: 100;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #494C54;
}
#concept .list_concept li h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  color: #8C733A;
  margin: 1em 0 .6em;
	line-height: 130%;
}
#concept .list_concept li h4 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.6em;
}
#concept .site_links{
	background: #FFF;
	border-radius: 20px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin: 0 10px;
	padding:10px 5px;
	flex-wrap: wrap;
}
#concept .site_links p{
	width: 21%;
	padding:2%;
}
#description {
  position: relative;
  color: #FFF;
  background-image: url(../img/bg_description_pc.jpg);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  padding: 70px 0;
}
#description::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .65);
}
#description h2 {
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 500;
}
#description h2 small {
  font-size: .85em;
}
#description p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3;
  margin-top: 2.5em;
}
#description p strong {
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.3;
  border-bottom: solid 1px #FFF;
}

#brokerage-fee {
  background-color: #EFEEED;
  padding: 70px 0;
}
#brokerage-fee p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 60px;
}
#brokerage-fee img {
  display: block;
  width: 800px;
  margin: 40px auto 0;
}
#brokerage-fee picture + picture {
  display: block;
  margin-top: 110px; 
}
#hp_link{
  text-align: center;
  padding: 70px 0;
}
#hp_link p{
	margin: 20px auto;
	font-size:2.2rem;
	line-height: 180%;
}
#hp_link .btn a {
	width: 520px;
    padding: .6em 0 .8em 0;
	background-color: #851553;
}
#flow { 
	background: linear-gradient(to bottom, #EFEEED, #fff);
	padding-top:80px;
}
#flow .flow_00 {
	margin: 40px 50px 20px;
	text-align: center;
	font-size:2.2rem; 
  background-color: #494c54;
  position: relative;
  color: #FFF;
  padding: 1.25em 1em 1.25em 7.25em;
}
#flow .flow_00 ul{
  width: 660px;
  margin:20px auto 0 auto;
  display: flex;
  justify-content: center;
}
#flow .flow_00 li{
	width:60%;
}
#flow .flow_00 li img {
  transition: all 0.5s;
}
#flow .flow_00 li img:hover {
  opacity: 0.6;
}
#flow .flex {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}
#flow .flex .box_flow {
  position: relative;
  width: 520px;
}
#flow .flex .box_flow h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 1em;
}
#flow .flex #sale.box_flow h3 {
  color: #494C54;
}
#flow .flex #buy.box_flow h3 {
  color: #8C733A;
}
#flow .flex .box_flow .list_flow {
  counter-reset: counter_flow;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  font-size: 1.6rem;
}
#flow .flex .box_flow .list_flow > li {
  position: relative;
  color: #FFF;
  padding: 1.25em 1em 1.25em 7.25em;
}
#flow .flex #sale.box_flow .list_flow > li {
  background-color: #494C54;
}
#flow .flex #buy.box_flow .list_flow > li {
  background-color: #8C733A;
}
#flow .flex .box_flow .list_flow > li + li::before {
  content: "";
  position: absolute;
  top: -1.25em;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 1.25em;
}
#flow .flex #sale.box_flow .list_flow > li + li::before {
  background-color: #494C54;
}
#flow .flex #buy.box_flow .list_flow > li + li::before {
  background-color: #8C733A;
}
#flow .flow_00 .content,
#flow .flex .box_flow .list_flow > li .content {
  padding: .2em 0 .2em .8em;
  border-left: solid 1px #FFF;
}
#flow .flow_00 .content::before{
  content: "00";
  position: absolute;
  top: 50%;
  left: .42em;
  transform: translateY(-50%);
  font-size: 4em;
  font-family: "Roboto", serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #FFF;
}
#flow .flex .box_flow .list_flow > li .content::before {
  counter-increment: counter_flow;
  content: "0"counter(counter_flow);
  position: absolute;
  top: 50%;
  left: .42em;
  transform: translateY(-50%);
  font-size: 4em;
  font-family: "Roboto", serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #FFF;
}
#flow .flex .box_flow .list_flow > li .content h4 {
  font-size: 1.75em;
  font-weight: 700;
}
#flow .flex .box_flow .list_flow > li .content ul {
  min-height: 5.1em;
  font-weight: 500;
  line-height: 1.7;
  margin: .7em 0 0 -.3em;
}
#flow .flex .box_flow .list_flow > li .content ul li {
  position: relative;
  padding-left: 1em;
}
#flow .flex .box_flow .list_flow > li .content ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#faq {
  background-color: #EFEEED;
  padding: 70px 0;
}
#faq .tab_faq {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 3px #8C733A;
  margin: 50px auto 0; 
}
#faq .tab_faq li {
  text-align: center;
  width: 24.7%;
  font-size: 2.0rem;
  font-weight: 700;
  color: #8C733A;
  background-color: #FFF;
  padding: .5em 0;
  border: solid 1px #8C733A;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
}
#faq .tab_faq li.active {
  color: #FFF;
  background-color: #8C733A;
}
#faq dl {
  display: none;
  width: 900px;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 70px auto 0;
}
#faq dl.active {
  display: block;
}
#faq dl dt {
  position: relative;
  font-weight: 700;
  padding: 1em 1em 1em 4.375em;
}
#faq dl dd {
  position: relative;
  font-weight: 400;
  margin-top: 1em;
  padding: 1em 1em 1em 4.375em;
}
#faq dl dt::before,
#faq dl dd::before {
  position: absolute;
  top: .2em;
  left: .2em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7857142em;
  height: 1.7857142em;
  font-size: 1.75em;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #FFF;
  border-radius: 50%;
}
#faq dl dt::before {
  content: "Q";
  background-color: #8C733A;
}
#faq dl dd::before {
  content: "A";
  background-color: #494C54;
}
#faq dl dd + dt {
  margin-top: 4em;
}
#faq dl dd + dt::after {
  content: "";
  position: absolute;
  top: -2em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}
#faq dl dd h4 {
	font-weight: 700;
	margin-top:10px;
}


#contact {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/contact_bg.jpg);
  padding: 70px 0 100px;
}
#contact .read {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2.5em;
}
#contact .tel {
  text-align: center;
  font-size: 6rem;
  margin: 1rem auto 1rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#contact .time {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
#contact .txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 160%;
  margin-bottom: 6rem;
}


/**********************************************************
 * footer
 **********************************************************/
  footer {
  background-color: #50525a; /* グレーに近い背景色 */
  color: #fff;
  padding: 2rem 1rem 12rem;
  text-align: center;
  font-size: 2.5rem;
}

footer .footer-container {
  max-width: 800px;
  margin: 0 auto;
}

footer small {
  display: block;
  margin-bottom: 1.5rem;
  color: #ccc;
}

footer .company-info p {
  margin: 0.2rem 0;
  line-height: 1.6;
}

footer .company-info a {
  color: #fff;
  text-decoration: underline;
  word-break: break-word;
}

.mapArea{
  text-align: center;
}
.mapArea iframe{
  margin-top: 100px;
  width: 100%;
}

footer small {
  display: block;
  text-align: right;
  font-weight: 500;
  color: #FFF;
}
#fix_contact a{
	width: 100%;
	display: block;
	position: fixed;
	bottom:0;
	right: 0;
	background: #00C301;
}
#fix_contact img{
	width: 720px;
}

#fix_contact li img {
	margin-bottom: 10px;
	position: relative;
	right: 0;
	transition: opacity 0.3s ease;
}
#fix_contact li img:hover {
	opacity: 0.8;
}