@charset "shift_jis";

@media screen and (min-width: 769px) {
 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }

 header {
  padding: 15px;
  width: 100%;
  margin: 0 auto;
 }

 ul {
  padding: 0;
  margin: 0;
  list-style: none;
 }

 h1 {
  display: none;
 }

 h2 {
  text-align: center;
  font-size: 28px;
 }

 .pc_off {
  display: none;
 }

 /*------------- main -----------------*/

 .chintai_main_wrap {
  height: 500px;
  background: url(../img/webp/main_bg.webp);
  background-size: cover;
  background-position: center;
 }

 .chintai_main_inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
 }

 .chintai_main_inner ul {
  display: flex;
  margin-bottom: 10px;
 }

 .chintai_main_inner ul li {
  line-height: 50px;
  text-align: center;
  background: #b4a377;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  margin-right: 20px;
  padding: 0 25px;
 }

 .chintai_main_inner span {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 92px;
  border-bottom: 1px solid #fff;
  display: inline;
  text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);
 }

 .chintai_main_inner p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin: 30px 0 0;
 }

 /*------------- /main -----------------*/

 .side_btn {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
 }

 .sell_title {
  text-align: center;
 }

 .underline {
  display: block;
  border-bottom: 4px solid #dadada;
  width: 25px;
  margin: 0 auto;
 }

 .sell_title h2 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  filter: brightness(0) saturate(100%) invert(69%) sepia(5%) saturate(2000%) hue-rotate(6deg) brightness(95%) contrast(86%); Copy
 }

 .sell_title p {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
 }

 .contact_wrap {
  width: 100%;
  background: #b4a377;
 }

 .contact_co {
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  color: #fff;
 }

 .contact_co p {
  margin: 30px auto;
  font-size: 15px;
  letter-spacing: 1px;
 }

 .con_title {
  font-size: 28px;
  font-weight: bold;
 }

 .contact_btn a {
  width: 450px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: #fff;
  line-height: 70px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
  text-indent: 15px;
  transition-duration: 0.3s;
 }

 .contact_btn a::before {
  content: "";
  display: inline-block;
  background: url(/lptemp_chintai/img/mail_icon.png);
  background-size: auto;
  width: 21px;
  height: 17px;
  margin-right: 14px;
  margin-bottom: -2px;
 }

 .contact_btn a:hover {
  background: #fff552;
  transition-duration: 0.3s;
 }

 .reform_wrap {
  position: relative;
 }

 .reform_title {
  width: 330px;
  position: absolute;
  background: #fff;
  padding: 30px 0;
  right: 3%;
  top: -17%;
 }

 .refo_co {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 1280px;
  margin: 180px auto;
 }

 .re_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 500px;
 }

 .re_list ul li {
  width: 156px;
  margin-bottom: 10px;
 }

 .re_list ul li a {
  text-decoration: none;
 }

 .re_list ul li p {
  font-size: 13px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5px 0 0 0;
  color: #000;
 }

 .re_btn a {
  color: #b4a377;
  font-size: 18px;
  font-weight: bold;
  width: 360px;
  display: block;
  margin: 40px auto;
  background: #fff;
  line-height: 70px;
  text-decoration: none;
  border: 4px solid #b4a377;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
 }

 .re_btn a:hover {
  color: #FFF;
  background: #b4a377;
  transition: all 0.2s ease-out;
 }

 .re_left {
  font-size: 18px;
  color: #797979;
 }

 .re_left p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 25px;
 }

 .trouble_wrap {
  text-align: center;
  margin: 80px auto;
  background: url(/lptemp_chintai/img/trouble_img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
 }

 .tro_co {
  font-size: 42px;
  font-weight: bold;
 }

 .tro_co p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 78px;
 }

 .tro_co span {
  color: #b4a377;
  font-weight:bold;
  background: linear-gradient(transparent 60%, rgb(180 163 119 / 30%) 0%);
 }

 .tro_text {
  font-size: 90px;
  font-weight: bold;
  padding-bottom: 1px;
 }

 .tro_text p {
  display: block;
  margin-block-start: 1.8em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 85px;
 }

 .tro_text span {
  color: #b4a377;
 }

 /* -管理体制- */
 .support_wrap {
  padding: 80px;
  text-align: center;
  background: ##eceadc;
 }

 .sup_co {
  display: flex;
  width: 1100px;
  margin: 100px auto 0;
  justify-content: space-between;
 }

 .sup_co_l {
  width: 470px;
 }

 .sup_co_l p {
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  margin: 40px 0 0 0;
 }

 .sup_co_l p span {
  color: #b4a377;
 }

 .sup_co_r {
  width: 530px;
  text-align: left;
 }

 .sup_co_r ul {
  background-color: #fff;
  padding: 40px 50px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 0;
 }

 .sup_co_r ul li {
  border-bottom: 1px dashed #ccc;
  list-style-type: none;
  margin-bottom: 20px;
 }

 .sup_co_r ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
 }

 .sup_co_r li h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
 }

 .sup_co_r li h3 span {
  color: #b4a377;
  margin-left: 10px;
  font-weight: bold;
 }

 .sup_co_r li p {
  font-size: 14px;
  margin: 10px 0;
 }

 /* -プラン- */
 .plan_wrap {
  margin: 80px auto;
  text-align: center;
 }

 .flow_wrap {
  padding: 80px;
  text-align: center;
  background: #eceadc;
 }

 .gal_co {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 180px auto;
 }

 .gal_title {
  width: 330px;
  position: absolute;
  background: #fff;
  padding: 30px 0;
  left: 3%;
  top: -17%;
 }
}
.re_list_iframe iframe{
	width:550px;
	height:380px;
}
 .re_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
	margin:0;
  width: 500px;
 }

 .re_list ul li {
  width: 156px;
	height:110px;
  margin-bottom: 10px;
	overflow:hidden;
 }

 .re_list ul li a {
  text-decoration: none;
 }
 .re_list ul li a img{
	width:100%;
	height: 105px;
	object-fit: cover;
	display:block;
 }
.column_warp{
	margin:100px 0 0 0;
}
.colimn_tl {
	background-image: url(../img/index/tl06.jpg);
	background-repeat: no-repeat;
	padding-left: 200px;
	height: 28px;
	line-height: 16px;
}

.column_iframe {
	width: 1100px;
	margin: 30px auto;
}
.column_iframe iframe {
 width: 1120px;
 height: 550px;
}

.list_custom {

}
.list_c_qa {
	margin: 100px auto;
}
.list_c_qa ul {
	width: 1000px;
	margin: 30px auto;
	border: 1px solid #ccc;
	box-sizing:border-box;
	border-radius: 5px;
	padding:30px;
	overflow: hidden;
	margin-bottom: 20px;
}
.list_c_qa ul li {
	margin-bottom: 20px;
}
.list_c_qa ul li p.list_c_q {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.list_c_qa ul li p.list_c_q span {
	background-color: #b01717;
	color: #fff;
	display: inline-block;
	padding: 0 3px;
	border-radius: 3px;
	margin-right: 5px;
}
.list_c_qa ul li p.list_c_a {
	font-size: 14px;
	line-height: 24px;
}
.list_c_qa ul li a {
	font-size: 14px;
	text-decoration: underline;
}
.strength_warp{
	padding: 80px;
	text-align: center;
	background: #ECD6DC;
}
.strength_li{
	width: 1100px;
	margin: 50px auto 0;
	position:relative;
}
.strength_no{
	height: 50px;
	width: 50px;
	line-height:55px;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	background-color:#9D304F;
	border-radius:30px;
	position:absolute;
	top:-10px;
	left:-10px;
}
.strength_li ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px;
}
.strength_li ul li{
	width: calc((100% - 30px) / 2);
	padding: 30px;
	background-color:#fff;
	border-radius:5px;
	position: relative;
}
.strength_li ul li h3{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	letter-spacing:0.05em;
	color:#9D304F;
}
.strength_li ul li p{
	font-size:14px;
	letter-spacing:0.01em;
	line-height: 24px;
	margin:10px 0 0 0;
}