@media screen and (max-width:680px) {
 .sp_off {
  display: none;
 }
 /* ----------------------------------------
sale
---------------------------------------- */
 p {
  margin: 0;
 }
 /*--main--*/
 .main {
  background-color: #fcfcfc;
  background-image: url(/sale/img/hand.jpg);
  background-position: top 15px right;
  background-repeat: no-repeat;
  background-size: contain;
 }
 .main_inner {
  margin: 0 auto;
  padding-bottom: 60px;
 }
 .main_inner .logo {
  width: 96%;
  margin: 0px auto 0;
  padding-top: 30px;
 }
 .main_inner img {
  display: none;
 }
 .main_inner .main_txt {
  width: 96%;
  margin: 50px auto 0;
 }
 .main_inner h2 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #4b3a2b;
  font-weight: bold;
 }
 .main_inner br {}
 .main_inner p {
  font-size: 15px;
  line-height: 30px;
  color: #88715d;
 }
 /*---s_question---*/
 .s_question {
  text-align: center;
  margin-bottom: 60px;
 }
 .s_question .ti {
  margin-top: -20px;
  margin-bottom: 40px;
 }
 .s_question .ti img {
  margin-bottom: 20px;
 }
 .s_question .ti p {
  font-size: 20px;
  line-height: 25px;
  color: #0079c6;
  font-weight: bold;
 }
 .q_list {}
 .q_list ul {
  width: 96%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
 }
 .q_list li {
  width: 49%;
  text-align: center;
  margin-bottom: 25px;
 }
 .q_list li:nth-child(2n) {
  margin-top: 30px;
 }
 .q_list img {}
 .q_list img br {}
 .q_list p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
 }
 .q_list p br {}
 /*---s_answer---*/
 .s_answer {
  background-color: #f5f4f0;
  position: relative;
  margin-bottom: 80px;
  padding-top: 150px;
 }
 .s_answer:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 30px solid transparent;
  border-left: 30px solid #f5f4f0;
  transform: rotate(90deg);
  margin: 0 auto;
 }
 .s_answer .ti {
  margin-bottom: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
 }
 .s_answer .ti img {
  margin-bottom: 30px;
 }
 .s_answer .ti p {
  font-size: 17px;
  line-height: 30px;
  color: #e85454;
  font-weight: bold;
 }
 .a_list {
  width: 96%;
  margin: 0 auto;
 }
 .a_list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
 }
 .a_list li {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
 }
 .a_list .point {
  border: 1px solid #c8ba8d;
  width: 100px;
  line-height: 60px;
  text-align: center;
  color: #c8ba8d;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
 .a_list .point.a_list .img {}
 .a_list .img {
  text-align: center;
  margin: 80px 0 40px;
 }
 .a_list .txt {}
 .a_list h3 {
  text-align: center;
  font-size: 24px;
  color: #ae9f6f;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: bold;
 }
 .a_list p {
  width: 92%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-bottom: 30px;
 }
 /*---s_pro---*/
 .s_pro {
  text-align: center;
  margin-bottom: 50px;
 }
 .s_pro h2 {
  font-size: 27px;
  line-height: 35px;
  color: #4b3a2b;
  letter-spacing: 1px;
  margin: 0 auto 50px;
  font-weight: bold;
 }
 .s_pro img {
  margin-bottom: 60px;
 }
 .sale_inq a {
  display: block;
  width: 96%;
  line-height: 70px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #333;
  position: relative;
 }
 .sale_inq a {
  background-color: rgba(255, 255, 255, 1);
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(153, 139, 250, 1) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(238, 238, 238, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
 }
 .sale_inq a:before {
  position: absolute;
  content: "";
  top: 30px;
  left: 5%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .sale_inq a:hover {
  background-color: #eee;
  background-position: -100% 100%;
  color: #333;
 }
 /*---s_about---*/
 .s_cont {
  background-image: url(/sale/img/sale_con_bg.png);
  background-repeat: no-repeat;
  background-position: right 100px center;
 }
 .s_cont h2 {
  font-size: 26px;
  color: #4b3a2b;
  line-height: 35px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: bold;
 }
 .s_cont img {
  display: block;
  margin: 0 auto 20px;
 }
 .s_about {
  margin-bottom: 40px;
 }
 .s_about_list {}
 .s_about_list ul {
  width: 96%;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 auto;
 }
 .s_about_list li {
  width: 49%;
 }
 .s_about_list a {
  display: block;
  width: 100%;
  line-height: 45px;
  border: 1px solid #c8ba8d;
  color: #c8ba8d;
  text-align: center;
  font-size: 16px;
  margin-bottom: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.2s;
  background-color: #fff;
 }
 .s_about_list a:hover {
  transform: translateY(4px);
  background-color: #f0e8cc;
 }
 /*---s_info---*/
 .s_info {
  text-align: center;
 }
 .s_info_list iframe {
  height: 260px;
  width: 100%;
 }
 .info_list_inner {}
 .info_list_inner ul {
  padding: 0;
  margin: 0;
 }
 .info_list_inner li {
  width: 100%;
  list-style-type: none;
 }
 .info_list_inner li:nth-child(2n-1) {
  background-color: #eee;
 }
 .info_list_inner a {
  display: block;
  line-height: 50px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
 }
 .info_list_inner .day {
  float: left;
  margin-right: 10px;
  padding-left: 15px;
 }
 .info_list_inner .ti {
  width: 65%;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
 }
 .info_list_inner a:hover .ti {}
 .info_list_inner .day {
  display: inline-block;
  margin-right: 10px;
  padding-left: 15px;
 }
 .s_info .sale_inq a {
  border: 1px solid #c8ba8d;
  color: #c8ba8d;
 }
 .s_info .sale_inq a {
  background-color: rgba(255, 255, 255, 1);
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(153, 139, 250, 1) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(200, 186, 141, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
 }
 .s_info .sale_inq a:hover {
  background-color: rgb(200, 186, 141);
  background-position: -100% 100%;
  color: #fff;
 }
 .s_info .sale_inq a:before {
  border-top: 1px solid #c8ba8d;
  border-right: 1px solid #c8ba8d;
 }
 /* sale
---------------------------------------- */
 /* ----------------------------------------
renovation
---------------------------------------- */
 /*****reno-main*****/
 .reno-main {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: url(../renovation/img/reno-main.png)no-repeat;
  background-position: center;
 }
 .remain-inner {
  width: 96%;
  margin: auto;
  text-align: center;
 }
 .remain-inner img {
  max-width: 90%;
  margin: 70px auto 0px auto;
 }
 /*****reno-merit*****/
 .reno-merit {
  width: 96%;
  overflow: hidden;
  margin: auto;
 }
 .remerit-ttl {
  font-family: "Yu Gothic";
  color: #422a17;
  text-align: center;
  line-height: 45px;
 }
 .remerit-ttl p {
  font-size: 25px;
  font-weight: 600;
  padding: 20px;
  line-height: 30px;
 }
 .remerit-ttl span {
  font-size: 40px;
  font-weight: 600;
 }
 .remerit-pr {
  margin-bottom: 30px;
 }
 .remerit-pr img {}
 .remerit-pl {
  margin-bottom: 30px;
 }
 .remerit-pr-txt p {
  font-family: "Yu Gothic";
  color: #422a17;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  margin: 15px auto;
 }
 .remerit-pr-txt p br {
  display: none;
 }
 .remerit-pr-txt span {
  display: block;
  font-size: 14px;
  font-family: "Yu Gothic";
  line-height: 24px;
  color: #422a17;
  text-align: left;
 }
 .remerit-pl-txt p {
  font-family: "Yu Gothic";
  color: #422a17;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  margin: 15px auto;
 }
 .remerit-pl-txt p br {
  display: none;
 }
 .remerit-pl-txt span {
  display: block;
  font-size: 14px;
  font-family: "Yu Gothic";
  line-height: 24px;
  color: #422a17;
  text-align: left;
 }
 /*****reno-toiawase*****/
 .reno-toiawase {
  width: 100%;
  overflow: hidden;
  background: #c8ba8d;
  padding: 30px 0;
 }
 .retoiawase-inner {
  width: 96%;
  margin: 0 auto;
  text-align: center;
 }
 .retoiawase-inner img {
  width: 70%;
 }
 .reno-mail {
  width: 100%;
  margin: 30px auto 0;
  background: #FFF;
  border: solid 2px #231815;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
 .reno-mail a {
  width: 100%;
  text-decoration: none;
  color: #231815;
 }
 .reno-mail p {
  font-size: 15px;
  font-family: "Yu Gothic";
  font-weight: bold;
  background: url(../renovation/img/reno-mail.png)no-repeat 10px;
  text-align: center;
  line-height: 70px;
  -webkit-background-size: 8%;
  background-size: 8%;
  text-indent: 20px;
 }
 /*****renolon-pc*****/
 .renolon-pc {
  width: 96%;
  overflow: hidden;
  margin: 60px auto 50px auto;
 }
 .relon-pc-on {
  padding-top: 10px;
  margin-bottom: 50px;
  text-align: center;
 }
 .relon-pc-on p {
  font-size: 24px;
  font-family: "Yu Gothic";
  font-weight: bold;
  color: #422a17;
  text-align: left;
  margin-bottom: 25px;
 }
 .relonpc-logo {
  text-align: center;
 }
 .relonpc-logo p {
  font-size: 28px;
  font-family: "Yu Gothic";
  font-weight: bold;
  color: #020202;
  line-height: 36px;
 }
 /*****reno-info*****/
 .reno-info {
  overflow: hidden;
  width: 100%;
  background: url(../renovation/img/reno-infobg.png)no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 30px 0;
 }
 .reinfo-inner {
  width: 96%;
  margin: 0px auto 0px auto;
 }
 .reinfo-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
 }
 .reinfo-inner li {
  width: 100%;
  border: solid 2px #FFF;
  text-align: center;
  font-family: "Yu Gothic";
  color: #FFF;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
 }
 .reinfo-inner li img {
  margin-top: 15px;
  float: left;
  width: 25%;
  margin-right: 15px;
 }
 .reinfo-txt p {
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
  text-align: left;
 }
 .reinfo-txt span {
  display: block;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
 }
 .reinfo-shiru {
  width: 100%;
  height: 50px;
  border: solid 1px #FFF;
  margin: 30px auto 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
 }
 .reinfo-shiru a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-family: "Yu Gothic";
  font-weight: bold;
  color: #FFF;
  line-height: 50px;
  text-align: center;
 }
 /*****reno-flow*****/
 .reno-flow {
  width: 96%;
  overflow: hidden;
  margin: 50px auto;
 }
 .reflow-ttl p {
  font-size: 24px;
  font-family: "Yu Gothic";
  font-weight: bold;
  color: #422a17;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 30px;
 }
 .reflow-month {
  width: 96%;
  background: url(../renovation/img/ref-month.png)no-repeat;
  background-position: left;
 }
 .reflow-month ul {
  padding-left: 16%;
 }
 .ref-week {
  background: url(../renovation/img/ref-week.png)no-repeat;
  background-position: left;
  margin-top: 35px;
 }
 .ref-week ul {
  padding-left: 16%;
 }
 .ref-tmonth {
  background: url(../renovation/img/ref-tmonth.png)no-repeat;
  background-position: left;
  position: relative;
  margin-top: 35px;
 }
 .ref-tmonth ul {
  padding-left: 16%;
 }
 .reflow-main {
  margin-bottom: 35px;
 }
 .reflow-main img {}
 .reflow-txt {
  text-align: left;
 }
 .reflow-txt p {
  font-size: 20px;
  font-family: "Yu Gothic";
  font-weight: bold;
  color: #422a17;
  margin-top: 10px;
  line-height: 40px;
 }
 .reflow-txt span {
  display: block;
  font-size: 15px;
  font-family: "Yu Gothic";
  color: #422a17;
  line-height: 24px;
 }
 /*****reno-jirei*****/
 .reno-jirei {
  width: 96%;
  overflow: hidden;
  margin: 50px auto 20px;
 }
 .rejirei-ttl p {
  font-size: 24px;
  font-family: "Yu Gothic";
  font-weight: bold;
  color: #422a17;
  margin-top: 10px;
  line-height: 55px;
  text-align: center;
 }
 .rejirei-photo {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
 }
 .rejirei-photo>img {
  display: block;
  margin: 15px auto;
  transform: rotate(90deg);
 }
 .rejirei-pl {}
 .rejirei-pr {}
 .rejirei-txt {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
 }
 .rejirei-txt span {
  display: block;
  font-size: 16px;
  font-family: "Yu Gothic";
  font-weight: bold;
  color: #422a17;
  line-height: 24px;
 }
 .rejirei-ichiran {
  width: 100%;
  border: solid 2px #231815;
  margin: 30px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
 .rejirei-ichiran a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-family: "Yu Gothic";
  font-weight: bold;
  color: #231815;
  line-height: 75px;
  position: relative;
 }
 .rejirei-ichiran a::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #231815;
  border-right: solid 2px #231815;
  transform: rotate(45deg);
  position: absolute;
  top: 48%;
  left: 4%;
 }
}
/* renovation
---------------------------------------- */