@charset "utf-8";
.mainv{
	background-image: url(../img/sale/mainv.jpg);
}

/*----------------------------------*/
.select .ttl01{
  text-align: center;
  padding: 39px 0 0;
}

.select_mes{
  font-size: 16px;
  text-align: center;
  margin: 0 0 45px;
}

.select_nav{
  display: flex;
  flex-wrap: wrap;
}

.select_nav a{
  box-shadow: -1.628px 4.728px 21px 0px rgba(225, 225, 225, 1);
  display: block;
  width: 31.2%;
  text-align: center;
  border: solid 3px #ffffff;
  margin: 0 0 0 3.2%;
  border-radius: 10px;
  padding: 18px 5px 25px;
  position: relative;
  z-index: 1;
}

.select_nav a:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #f27e20;
  border-right: 2px solid #f27e20;
  transform: rotate(135deg);
}

.select_nav a:nth-child(3n+1){
  margin-left: 0;
}

.select_nav_ttl{
  font-size: 18px;
  color: #f27e20;
}

/*----------------------------------*/
.content.erea,
.sale_list .content{
  margin: 0;
  top: 0;
  background: #fcf8e7;
}

.content.erea .content_inner,
.sale_list .content_inner{
  background: no-repeat;
}

.sale_list .content:nth-child(even){
  background: #fff;
}

.sale_list .content:last-child{
  background: #fdfeff;
}

.sale_list_mes{
  margin: 0 0 38px;
}

.sale_not{
  font-size: 20px;
  text-align: center;
  padding: 59px 0;
  background: #fff;
  border: solid 1px #f27e20;
  border-radius: 15px;
}

.sale_not span{
  padding: 0 0 0 57px;
  position: relative;
  z-index: 1;
}

.sale_not span:before{
  content: "";
  z-index: 1;
  position: absolute;
  /* border-bottom:1px solid #000; */
  background: url(../img/common/logo.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 38px;
  height: 39px;
  top: -2px;
  left: 0;
}

.erea_btn{
  margin: 68px auto 0;
  width: 300px;
}

/*----------------------------------*/
.feature{
  margin-bottom: -196px;
}

.feature .ttl01{
  text-align: center;
  padding: 41px 0 0;
}

.feature_ttl{
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #f27e20;
  margin: 0 0 24px;
}

.feature_mes{
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
}

/*----------------------------------*/
.slid{
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slid_list{
  width: 980px;
  margin: 0 auto;
}

.slid_list li{
  padding: 0 10px;
}

.slid_list figure{
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 64% 0 0;
}

.slid_list figure img{
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.slid .bx-viewport {
  overflow: visible !important;
}   

.slid .bx-controls-direction{
  position: absolute;
  width: 980px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
}

.slid .bx-next,
.slid .bx-prev{
  background: #f27e20;
  position: absolute;
  z-index: 1;
  top: -45px;
  left: -47px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.slid .bx-next{
  left: auto;
  right: -47px;
}

.slid .bx-next:before,
.slid .bx-prev:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 22px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  background: no-repeat;
  transform-origin: unset;
}

.slid .bx-prev:before{
  transform: rotate(-135deg);
  right: 19px;
}

.slid .bx-pager{
  text-align: center;
  margin: 16px 0 0;
}

.slid .bx-prev{
  right: 15px;
}

.slid .bx-pager-item{
  width: 50px;
  display: inline-block;
  margin: 0 5px;
}   

.slid .bx-pager-link{
  display: block;
  width: 100%;
  height: 7px;
  overflow: hidden;
  text-indent: -90px;
  background: #D5D5D5;
  border-radius: 10px;
}

.slid .bx-pager-link.active{
  background: #f27e20;
}   

/*----------------------------------*/
.sale_btn{
  max-width: 570px;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  background: #f27e20 !important;
  color: #fff !important;
  border: none;
  overflow: hidden;
}

.sale_btn span{
  display: block;
  padding: 33px 32px 33px 135px;
  position: relative;
  z-index: 1;
}

.sale_btn span:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #f8a410 url(../img/sale/icon2.png) 50% 50% no-repeat;
  width: 96px;
  background-size: 30px;
  top:0;
  bottom: 0;
  left: 0;
}

.sale_btn:after,
.sale_btn:before{
  border-color: #fff !important;
}

/*----------------------------------*/
.point{
  margin: 0;
  top: 0;
}

.point .point_box{
  position: relative;
  z-index: 1;
  padding: 0 0 0 244px;
  margin: 0 0 76px;
}

.point .ttl01{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

/*----------------------------------*/
.price{
  position: relative;
  z-index: 1;
  top: 0;
  margin:0; 
}

.price:before{
  content: "";
  z-index: -1;
  position: absolute;
  background: #fcf8e7;
  top:0;
  right:0;
  left: 0;
  height: 620px;
}

.price .content_inner{
  background: none;
}

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

.price .ttl01 span{
  margin: -10px 0 0;
}

.price_img{
  padding: 42px 4.8% 0;
  background: #fff;
}

.price_img img{
  width: 100%;
}

.price_mes{
  margin: 55px 0 85px;
}

.price_mes a {
  color: #f27e20;
}

.price_btn{
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #f27e20;
  border: solid 1px #f27e20;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 0 39px;
}

.price_btn span:after, .price_btn span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 30px;
  width: 20px;
  height: 0;
  margin: auto;
  border-top: 2px solid #f27e20;
  background: no-repeat;
  transform-origin: unset;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.price_btn span:after {
  transform: rotate(90deg);
}

.price_btn.on span:after {
  transform: rotate(0deg);
}

.price_btn.on span:before {
  transform: rotate(-90deg);
  opacity: 0;
}

.price_btn span{
  padding: 23px 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  display: block;
}

.price_btn:before{
  content: "";
  z-index: 1;
  position: absolute;
  border: 1px solid #f27e20;
  background: #fff;
  width: 27px;
  height: 27px;
  top:0;
  bottom: 0;
  right: 26px;
  margin: auto;
  border-radius: 100px;
}

.price_table{
  display: none;
}

.price_table table{
  width: 100%;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}

.price_table table td,
.price_table table th{
  padding: 22px 33px;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  font-size: 16px;
  text-align: right;
}

.price_table table thead th{
  background: #f27e20;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.price_table table tbody th{
  background: #fcf8e7;
  color: #f27e20;
  text-align: center;
  width: 214px;
}

.price_table table tbody tr.color02 th{
  background: #fce7e7;
  color: #f22020;
}

.price_table table tbody tr.color05 th{
  background: #e7fce7;
  color: #327846;
}

.price_table table tbody tr.color06 th{
  background: #e7fafc;
  color: #0fbde2;
}

.price_table table tbody tr.color07 th{
  background: #eaf2ff;
  color: #203ef2;
}

.price_table table tbody tr.color08 th{
  background: #f4e7fc;
  color: #920cca;
}

.price_table table thead th{
  border-right: 1px solid #fff;
  padding: 15px 0;
}

.price_table table thead th:last-child{
  border-right: 1px solid #fff;
}

.price_table_come{
  margin: 10px 0 0;
  line-height: 1.3;
}

.sales_doc {
  color: #f27e20;
  border-bottom: 1px solid #f27e20;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
}

.sales_doc:hover {
  border-bottom: none;
}

.sales_doc_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sales_doc_item {
  width: calc((100% - 8rem) / 2);
  margin: 1rem 2rem;
}

.sales_doc_btn {
  padding: 0;
}

.sales_doc_btn span {
  position: relative;
  display: block;
  padding: 24px 70px 24px 80px;
}

.sales_doc_btn span::before {
  content: "";
  display: block;
  aspect-ratio: 62 / 64;
  background: url(../img/sale/icon3.png) no-repeat center / contain;
  width: 30px;
  transition: all .3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto 0;
}

/* .sales_doc_btn:hover span::before {
  background: url(../img/sale/icon2.png) no-repeat center / contain;
} */

.sales_txt {
  margin: 30px 0 85px;
}

.sales_cta {
  margin-top: 60px;
  margin-bottom: 100px;
}

.sales_cet_txt {
  font-size: 20px;
  color: #512700;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

.sales_cta_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sales_cta_tel {
  width: 40%;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f27e20;
}

.sales_cta_tel span {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #333;
}

.sales_cta_form {
  width: 55%;
}
/*----------------------------------*/
.map{
  position: relative;
  z-index: 1;
  top: 0;
  margin:0; 
  background: #fcf8e7;
}

.map .content_inner{
  background: none;
}

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

.map_img{
  max-width: 830px;
  margin: 0 auto 41px;
}

.map_img img{
  width: 100%;
}

.map_btn{
  width: 300px;
  margin: 0 auto;
}

.map_btn span{
  position: relative;
  z-index: 1;
  padding: 0 0 0 21px;
}

.map_btn span:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: url(../img/common/icon_blank2.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 13px;
  top: 3px;
  left: 0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

/*----------------------------------*/
.around{
  position: relative;
  z-index: 1;
  top: 0;
  margin:0;
}

.around .content_inner{
  background: none;
}

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

.slid_list figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 64% 0 0;
}

.around_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 87px;
}

.around_list li{
  width: 23.1%;
  margin: 0 0 50px 2.38%;
}

.around_list li:nth-child(4n+1){
  margin-left: 0;
}

.around_img{
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 72% 0 0;
  margin: 0 0 17px;
}

.around_img img{
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.around_ttl{
  color: #f27e20;
  font-size: 18px;
}

.around_box{
  border: solid #fad7bc 7px;
  padding: 51px 5%;
  margin: 0 0 60px;
}

.around_box_ttl{
  color: #f27e20;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  margin: 0 0 27px;
}

.sns_list{
  margin: 58px auto 0;
  width: 577px;
}

/*----------------------------------*/
@media screen and (min-width: 681px) and (orientation: portrait) ,screen and (min-width: 738px) and (orientation: landscape) {
  .select_nav a:hover{
    border: solid 3px #f27e20;
  }

  .sale_btn:hover{
    box-shadow:0px 0px 12px 0px #f27e20;
  }

  .price_btn:hover{
    background: #f27e20;
    color: #fff;
  }

  .sales_doc_btn:hover span::before {
    background: url(../img/sale/icon2.png) no-repeat center / contain;
  }

  .map_btn:hover span:before{    
    background-image: url(../img/common/icon_blank.png);
  }
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {
  .select_mes{
    font-size: 13px;
    margin: 0 0 25px;
  }

  .select_nav{
    display: block;
  }

  .select_nav a{
    margin: 0 0 15px;
    width: auto;
    padding: 7px 5px 25px;
  }

  .select_nav_ttl{
    font-size: 16px;
  }

  .select_nav_mes{
    font-size: 12px;
  }

  /*----------------------------------*/
  .sale_list_mes{
    font-size: 12px;
    margin: 0 0 30px;
  }

  .sale_not{
    font-size: 14px;
    padding: 37px 0;
  }

  .sale_not span{
    padding: 0 0 0 35px;
  }

  .sale_not span:before{
    width: 26px;
  }

  .erea_btn{
    width: auto;
    margin: 45px auto 20px;
  }

  /*----------------------------------*/
  .feature{
    margin-bottom: -12px;
  }

  .feature_ttl{
    font-size: 22px;
  }

  .feature_mes{
    font-size: 18px;
    text-align: left;
  }

  .feature_mes br{
    display: none;
  }

  /*----------------------------------*/
  .slid{
    margin: 0 0 15px;
  }

  .slid_list{
    width: auto;
  }  

  .slid .bx-controls-direction{
    width: auto;
    display: none;
  }

  /*----------------------------------*/
  .sale_btn{
    font-size: 18px;
  }

  .sale_btn span{
    padding: 15px 61px 15px 89px;
  }

  .sale_btn span:before{
    width: 64px;
  }

  /*----------------------------------*/
  .point .point_box{
    padding: 0;
    margin: 0 0 31px;
  }

  .point .ttl01{
    position: relative;
  }

  /*----------------------------------*/
  .price:before{
    height: 302px;
  }

  .price .ttl01 img{
    height: 57px;
  }

  .price .ttl01 span{
    margin: -6px 0 0;
  }

  .price_img{
    padding: 20px 4.8% 0;
  }

  .price_mes{
    margin: 29px 0 45px;
    font-size: 12px;
  }

  .price_btn{
    font-size: 18px;
    margin: 0 0 30px;
  }

  .price_table{
    overflow-y: scroll;
  }

  .price_table table td,
  .price_table table th{
    padding: 2px;
    font-size: 13px;
  }

  .price_table table thead th{
    padding: 2px;
  }

  .price_table table tbody th{
    width: auto;
  }

  .price_table_come{
    font-size: 12px;
  }

  .sales_doc_item {
    width: 100%;
    margin: 5px 10px;
  }

  .sales_doc_btn {
    font-size: 14px;
  }

  .sales_doc_btn.arw01::before {
    right: 10px;
  }

  .sales_doc_btn.arw01::after {
    right: 16px;
  }

  .sales_doc_btn span {
    padding: 15px 40px 15px 45px;
  }

  .sales_doc_btn span::before {
    width: 20px;
    left: 10px;
  }

  .sales_cet_txt {
    font-size: 18px;
    color: #512700;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .sales_cta_flex {
    flex-direction: column;
  }

  .sales_cta_tel {
    width: 100%;
    font-size: 35px;
    margin-bottom: 15px;
  }

  .sales_cta_form {
    width: 100%;
  }

  /*----------------------------------*/
  .map_img{
    margin: 0 auto 27px;
  }

  /*----------------------------------*/
  .around_list{
    margin: 0 0 20px;
  }

  .around_list li{
    width: 48.81%;
    margin: 0 0 22px 2.38%;
  }

  .around_list li:nth-child(2n+1){
    margin-left: 0;
  }

  .around_img{
    margin: 0 0 8px;
  }

  .around_ttl{
    font-size: 16px;
  }

  .around_mes{
    font-size: 12px;
  }

  .around_box{
    margin: 0 0 34px;
    font-size: 12px;
    padding: 17px 5%;
  }

  .around_box_ttl{
    font-size: 20px;
    margin: 0 0 15px;
  }

  .sns_list{
    width: auto;
    margin: 34px auto 0;
  }
}
