@charset "utf-8";
/*@import url(//use.fontawesome.com/releases/v5.15.1/css/all.css);*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100% !important;
}
div#contents {
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  font-size: 1.6rem;
  color: #434343;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents a:hover {
  opacity: 0.6;
}
#contents h2 {
  font-size: clamp(2.6rem, 2.455rem + 0.73vw, 3rem);
  color: #7d7270;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 100px;
  /*background: linear-gradient(transparent 80%, #7d7270 40%);*/
  max-width: 960px;
  font-family: "FOT-筑紫A丸ゴシック Std";
  position: relative;
  padding-bottom: 20px;
}
#contents h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: repeating-linear-gradient(45deg, #7d7270 0px, #7d7270 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
#contents h2 span {
  display: block;
  font-size: 2.3rem;
  color: #434343;
}
#contents h3 {
  width: 80%;
  margin: 0 auto 3rem;
  text-align: center;
  line-height: 1.5;
  font-family: "FOT-筑紫A丸ゴシック Std";
  font-size: clamp(1.8rem, 1.618rem + 0.91vw, 2.3rem);
  font-weight: normal;
}
#contents .inner {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #contents h2 {
    font-size: 2rem;
    margin-top: 0;
  }
  #contents h3 {
    width: 80%;
    text-align: center;
  }
}
#contents img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.anchorpoint {
  padding-top: 55px;
  margin-top: -55px;
}
.msg {
  margin: 10vh auto;
  color: crimson;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
/*-----#top----*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
#mainvisual {
  margin: 0 auto;
  width: 100%;
}
#mainvisual img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #mainvisual {
    margin: 0 auto;
    background-color: none;
    width: 100%;
    height: auto;
  }
  #mainvisual img {
    width: 100%;
  }
}
/*---------#lead---------*/
#lead {
  text-align: center;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#bg_lead {
  /*background: url(../img/bg_lead.png) no-repeat;*/
  padding-top: 50px;
  padding-bottom: 50px;
}
#lead div p {
  width: 70%;
  text-align: left;
  font-size: 120%;
  margin: 0 auto 1em;
}
#lead figure {
  max-width: 200px;
  width: 70%;
  margin: 2rem auto;
  text-align: left;
  list-style: square;
  font-size: 1.7rem;
}
#lead figure figcaption {
  display: inline-block;
  border-bottom: 1px dotted #666;
  padding: 2px;
  margin-bottom: 0.5em;
}
#lead ul li {
  padding: 7px 0;
  font-family: "FOT-筑紫A丸ゴシック Std";
}
#lead ul li a:link, #lead ul li a:visited {
  color: #00a3af;
  text-decoration: none;
}
#lead ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 600;
  margin-right: 5px;
}
@media (max-width: 768px) {
  #lead div p {
    width: 100%;
  }
}
/*---------#terms---------*/
#terms {
  margin-bottom: 500px;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#terms h4 {
  width: 65%;
  width: 65%;
  margin: 4rem auto 2rem;
  display: block;
}
#terms ul {
  width: 65%;
  margin: 0 auto;
  display: block;
  font-size: 110%;
  line-height: 180%;
}
#terms li {
  padding: 10px 24px;
  position: relative;
}
#terms li:before, #terms li:after {
  margin: 10px 0;
  content: "";
  display: block;
  position: absolute;
}
#terms li:before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 2px;
}
#terms li:after {
  border-left: 2px solid #7d7270;
  border-bottom: 2px solid #7d7270;
  width: 15px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 3px;
}
#terms p {
  text-align: center;
  margin: 3rem auto;
}
@media only screen and (max-width: 768px) {
  #terms ul {
    width: 90%;
  }
  #terms h4 {
    width: 90%;
  }
  #terms p {
    text-align: left;
  }
}
/*----------#first---------*/
#first {
  position: relative;
  max-width: 960px;
  margin: 0 auto 80px;
}
#first h2 span {
  font-size: clamp(2.6rem, 2.455rem + 0.73vw, 3rem);
  color: #7d7270;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 960px;
  font-family: "FOT-筑紫A丸ゴシック Std";
  position: relative;
}
#first h2 span {
  display: inline-block; /* テキスト全体の幅を確定させる */
  position: relative;
 z-index: 0; 
  padding: 0 0.2em;    
}
#first h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: repeating-linear-gradient(
    45deg,
    #7d7270 0px,
    #7d7270 1px,
    transparent 0%,
    transparent 50%
  );
  background-size: 8px 8px;
}

#first h2 span::before {
 content: '';
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 0.45em;
  background: linear-gradient(
    to right,
    #A98527 0%,
    #A98527 40%,
    rgba(169,133,39,0.8) 60%,
    #A98527 100%
  );
  filter: blur(1px); /* ふんわりした筆の端感 */
  border-radius: 0.15em;
  z-index: -1;
  opacity: 0.95;
  transform: rotate(-0.3deg); /* ちょっと傾けると自然 */
  mask-image: radial-gradient(ellipse 90% 100% at center, #000 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 90% 100% at center, #000 60%, transparent 100%);
}
#first .inner .attention {
    line-height: 1.7rem;
    font-size: 1.4rem;
    margin-top: 50px;
}
#first .first_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em;
}
#first .first_list li {
  width: 48%;
  margin: 20px 0;
}
#first .first_list li h4 {
  font-size: 2.1rem;
  margin-bottom: 10px;
}
#first .first_list li img {
  width: 100%;
  display: block;
}
.slider {
  position: relative;
}
.slider .slick-slide {
  padding: 0 5px;
  box-sizing: border-box;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #A98527;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-prev:before, .slick-next:before {
  color: #fff;
  font-size: 20px;
  opacity: 1;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 6px;
  width: 200px;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block !important;
  margin: 0;
  padding: 0;
}
.slider .slick-slide {
  transition: opacity 0.3s;
  opacity: 0.6;
}
.slider .slick-center {
  opacity: 1;
}
#first .btn-push, #second .btn-push {
  display: block;
  max-width: 400px;
  margin: 3rem auto 80px;
  background-color: #A98527;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 20px 50px;
  border-radius: 4px;
  border-bottom: 4px solid #474241;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media (max-width: 768px) {
  #first .first_list li {
    width: 94%;
  }
  #first .btn-push, #second .btn-push {
    width: 90%;
    font-size: 16px;
    margin-bottom: 0;
  }
}
/*----------#second---------*/
#second {
  position: relative;
  max-width: 960px;
  margin: 0 auto 200px;
}
#second h2 span {
　margin-top: 0;    
  font-size: clamp(2.6rem, 2.455rem + 0.73vw, 3rem);
  color: #7d7270;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 960px;
  font-family: "FOT-筑紫A丸ゴシック Std";
  position: relative;
}
#second h2 span {
  display: inline-block; /* テキスト全体の幅を確定させる */
  position: relative;
 z-index: 0; 
  padding: 0 0.2em;    
}
#second h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: repeating-linear-gradient(
    45deg,
    #7d7270 0px,
    #7d7270 1px,
    transparent 0%,
    transparent 50%
  );
  background-size: 8px 8px;
}

#second h2 span::before {
 content: '';
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 0.45em;
  background: linear-gradient(
    to right,
    #6f7961 0%,
    #6f7961 40%,
    rgba(111, 121, 97, 0.8) 60%,
    #6f7961 100%
  );
  filter: blur(1px); /* ふんわりした筆の端感 */
  border-radius: 0.15em;
  z-index: -1;
  opacity: 0.95;
  transform: rotate(-0.3deg); /* ちょっと傾けると自然 */
  mask-image: radial-gradient(ellipse 90% 100% at center, #000 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 90% 100% at center, #000 60%, transparent 100%);
}
#second .second_how span {
  color: #7d7270;
  font-weight: bold;
  border: solid 1px #7d7270;
  padding: 2px 10px;
  margin: 1rem;
}
#second a:hover {
  text-decoration: none;
}
#second ul.second_how {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
#second ul.second_how li {
  width: 32%;
  padding: 20px;
  border: 1px solid #707070;
  position: relative;
}
#second ul.second_how li h4 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7d7270;
  padding: 10px;
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#second ul.second_how li img {
  width: 80%;
}
#second .btn-push {
  background-color: #6F7961;
}
#second .inner .attention {
    line-height: 1.7rem;
    font-size: 1.4rem;
    margin-top: 50px;
}
@media (max-width: 768px) {
  #first, #second {
    position: relative;
    max-width: 960px;
    margin-bottom: 100px;
  }
  #second ul.second_how {
    display: block;
    margin-top: 0;
  }
  #second ul.second_how li {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
  #second ul.second_how li div {
    max-width: 200px;
  }
  #second ul.second_how li p {
    width: 100%;
  }
}
@media (max-width: 400px) {
  #second ul.second_how li div {
    max-width: 150px;
  }
}
/*#second ul.second_how a {
	pointer-events: none;
}*/
/*---------- #property ---------*/
#property {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
#property p {
  max-width: 600px;
  width: 98%;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: red;
}
#property #pro-first h3 {
  width: 100%;
  margin-top: 5rem;
  background-color: #A98527;
  padding: 10px;
  font-size: 160%;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
#property #pro-second h3 {
  width: 100%;
  margin-top: 5rem;
  background-color: #6f7961;
  padding: 10px;
  font-size: 160%;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
#property .property_point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em;
}
#property .property_point li {
  width: 47%;
  margin-bottom: 20px;
}
#property .property_point li h4 {
  margin: 10px auto 10px;
  font-family: "FOT-筑紫A丸ゴシック Std";
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
}
#property .property_point h5 {
  width: 95%;
  margin: 0 auto 10px;
  font-size: 130%;
  line-height: 1.5;
}
#property .property_point li p {
  margin: 0 auto 2rem;
  font-size: 110%;
  line-height: 1.5;
  color: red;
}
#property .property_point li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#property .btn-push {
  display: block;
  max-width: 300px;
  margin: 3rem auto;
  background-color: #3E9CEB;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 20px 50px;
  border-radius: 4px;
  border-bottom: 4px solid #EFF8FF;
}
#property .btn-push2 {
  display: block;
  max-width: 300px;
  margin: 3rem auto;
  background-color: #EA5A52;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 20px 50px;
  border-radius: 4px;
  border-bottom: 4px solid #FFEEE7;
}
#property .btn-push2 a {
  color: #FFF;
}
#property iframe {
  margin: 0 auto 100px;
  display: block;
}
@media (max-width: 768px) {
  #property {
    width: 96%;
  }
  #property h3 {
    font-size: 1.8rem;
  }
  #property .property_point li {
    width: 96%;
  }
}
/*-----固定ボタン予約フォーム---------*/
.fixed_btn {
  position: fixed;
  right: 5px;
  bottom: 5px;
  text-align: center;
}
.fixed_btn a {
  display: inline-block;
  background-color: #e95295;
  padding: 15px 25px 10px;
  border-radius: 5px;
  font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
  color: #fff;
}
.fixed_btn a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 600;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .fixed_btn a {
    font-size: clamp(1.3rem, 1.15rem + 0.73vw, 2rem);
  }
}
/*-----スマホ---------*/
@media (max-width: 768px) {
  .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.alignC {
  text-align: center;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}
/* clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
}
#gFooter {
  margin-top: 200px;
}