@charset "utf-8";
/* CSS Document */
.head-title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding: 20px 0;
}
/*==============================
    +top_img
==============================*/
.top_img{
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}
#left_img {
    float: left;
    width: 603px;
    overflow: hidden;
    height: 395px;
}
#right_img .photo{
    overflow: hidden;
    /* height: 182px; */
}
#right_img div img{
    width: 100%;

}
#right_img {
    float: left;
    width: 310px;
    margin: 0 0 0 2%;
}
#right_img div:last-child {
    margin: 15px  0 0;
}
#right_img .photo,#left_img {
    position: relative;
    /* overflow: hidden; */
    text-align: center;
}
    .caption{
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        transition: top 0.5s ease;
    }
    .photo:hover .caption,#left_img:hover .caption{
        top: 0;
    }

.caption div{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        color: #fff;
        font-size: 15px;
    }



/*==============================
    +useful_disp
==============================*/
#useful_disp  {
}
#useful_disp li {
    box-sizing: border-box;
    padding: 15px 0px;
    border-bottom: 2px  solid #ececec;
}
.useful_img {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    width: 25%;
    float: left;
    height: 100px;
}

.useful_text {
    box-sizing: border-box;
    padding: 0 10px;
    width: 73%;
    float: right
}
.useful_text  strong {
    font-size: 18px;
    font-weight: bold
}
.right_disp h3{
    font-size: 24px;
    font-weight: normal;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border-bottom: 2px solid #cf0015;
}

@media (max-width:768px) {
      .list_btn img {
        width: 100%;
    }
    .top_img{
        margin:10px auto 0;
        display: flex
    }

    #left_img {
        height: auto;
        width: 570px;
    }
    #left_img img {
        width: 100%;
        height: 100%
    }
    #right_img div img {
      width: 100%;
      height: 100%;
  }
    #right_img {
        width: 250px;
    }
    #right_img .photo {
        height: auto;
    }

    .caption{ display:none;}


    
    
}
@media (max-width:640px) {
    .top_img{
        margin:10px auto 0;
        display: flex;
        flex-wrap:wrap;
        min-height: 300px;
    }

    #left_img {
        height: auto;
        width: 100%;
    }
    #left_img img {
        width: 100%;
        height: 100%;
    }
    #right_img div img {
      width: 100%;
      height: 100%;
  }
    #right_img {
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* justify-content: center; */
        align-items:  stretch;
        margin: 2% 0 0;
    }
    #right_img .photo {
        height: auto;
        width:48%;
       
   }
   #right_img .photo a{
       display: block;
       height:100%;
       background: #FFF;
       /* border: 1px solid #d4d4d4; */
       display: flex;
       align-items: stretch;
   }
    #right_img div:last-child {
        margin: 0px 0 0;
    }



    .caption{ display:none;}


   
}

.contents {
    margin: 40px auto 0
}
.header .wrapper{
    position: relative;
}
.top_logo {
    margin: 0;
}

.left_disp {
    width: 330px;
    float: left
}
.right_disp {
    width: calc(100% - 370px);
    float: right
}
.left_disp section {
    margin: 0 auto 30px
}
.leftTT {
    border-bottom: 2px  solid #ececec;
    padding: 0 5px 5px;
}
.leftTT  span {
    font-size: 20px;
    padding: 0 5px;
    border-left: 5px solid #cf0015;
}
.line_bt{
    position: fixed;
    right: 0;
}
@media (min-width:1261px) {
    .line_bt{
        top: 155px;
    }

}
@media (min-width:769px) and (max-width:1260px) {
    .line_bt{
        width: 90px;
        top: 155px;
    }
    .line_bt img{
        width: 100%;
    }
}
@media (max-width:768px) {
    .line_bt{
        width: 80px;
        bottom:90px;
    }
    .line_bt img{
        width: 100%;
    }
    .contents {
        margin: 40px auto 0;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .left_disp {
        margin: 50px auto 0;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
        width: 100%;
        float: none
    }
    .right_disp {
        -webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
        width: 100%;
        float: none;
        min-height: 500px;
    }
    .top_logo{
        margin: 8px 0 0;

    }
    .top_logo img {
        width: 142px;
        height: auto;
    }
    .header {
        padding: 0;
    }
}

/*==============================
    +osusume_disp
==============================*/
#osusume_disp li {
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px  solid #ececec;
}
.osusume_img {
    width: 30%;
    float: left
}
.osusume_img-single {
    width: 30%;
    float: left
}
.osusume_img-single img {
    width: 100%;
    height: 80px;
}
#osusume_disp  dl {
    width: 65%;
    float: right
}
#osusume_disp  dt {
    font-weight: bold;
}
@media (max-width:768px) {
    #osusume_disp li {
        box-sizing: border-box;
        padding: 15px;
        border: 1px  solid #ececec;
        width: 47%;
        margin: 20px 1% 0;
        display: inline-block;
    }
    .osusume_img {
        width: 30%;
        float: left
    }
    #osusume_disp  dl {
        width: 65%;
        float: right
    }
    #osusume_disp  dt {
        font-weight: bold;
    }

}
@media (max-width:480px) {
    #osusume_disp li {
        box-sizing: border-box;
        padding: 15px;
        border-bottom: 1px  solid #ececec;
        width: 100%;
        margin: 20px 1% 0;
        display: block;
    }
      .list_btn img {
        width: 100%;
    }
}
/*==============================
    +category
==============================*/
#category_disp ul {background: #ececec;padding: 10px;}
#category_disp li {
    margin: 3px 2px;
    display: inline-block;
    /* padding: 0 10px; */
}
#category_disp li a {
    /* border: 1px solid#cf0015; */
    display: block;
    padding: 4px 8px;
    width: 100%;
    color: #000;
    background: #FFF;
    border-radius: 31px;
    font-size: 14px;
}
#category_disp li a:hover {
    display: block;
    width: 100%;
    background-color: #cf0015;
    color: #fff;
}
@media (max-width:768px) {
    #category_disp li {
        width: 47%;
        margin: 10px 1% 0;
    }
}
@media (max-width:480px) {
    #category_disp li {
        width: 47%;
        margin: 10px 1% 0;
    }
}
/*==============================
    +word_disp
==============================*/
#word_disp ul {
}
#word_disp li {
    text-align: center;
    display: inline-block;
    width: 29%;
    margin: 10px 1% 0;
}
#word_disp li a {
    border: 1px solid#cf0015;
    display: block;
    padding: 5px 0;
    width: 100%;
    color: #cf0015;
}
#word_disp li a:hover {
    border: 1px solid #cf0015;
    display: block;
    padding: 5px 0;
    width: 100%;
    background-color: #cf0015;
    color: #fff;
}
@media (max-width:768px) {
    #word_disp li {
        float: left;
        display: block;
        width: 20%;
        margin: 10px 1% 0;
    }
}
@media (max-width:480px) {
    #word_disp li {
        float: left;
        display: block;
        width: 30%;
        margin: 10px 1% 0;
    }
}

/*==============================
    +left_banner
==============================*/
#left_banner li {
    margin: 0 auto 15px;
}
@media (max-width:768px) {
    #left_banner li {
        width: 31%;
        display: inline-block;
        margin: 0 1% 0 0;
    }
    #left_banner li img {
        width: 100%;
    }

    .sm_koukoku{
        min-height: 65px;
    }
}
@media (max-width:480px) {
    #left_banner li {
        width: 80%;
        display: block;
        margin: 0 auto 15px;
    }
    #left_banner li img {
        width: 100%;
    }
    .sns_btn {
        min-height:42px;
    }
    .auction_disp{
        min-height:600px;
    }
}

.sns_btn {
    margin: 0 0 10px;
    text-align: right;
    min-height: 21px;
}
.sns_btn li{
    display: inline-block;
    vertical-align: bottom;
    height: 21px;

}

@media (max-width:768px) {
    
    #useful_disp li:nth-child(2n) {
        margin:0 0% 20px 0;
    }
    .useful_img{
      height: 80px;
    }
    figure.useful_img img{
      height: 100%;
    }
}
@media (max-width:480px) {

}

figure.useful_img * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.useful_img img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.useful_img:after,
figure.useful_img figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.useful_img:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;  
  background-image: url(../images/useful/arrow.png);
  background-repeat: no-repeat;
  background-position: 92% 90%;;
}
figure.useful_img figcaption {
  z-index: 1;
  padding: 30px;
}
figure.useful_img h3,
figure.useful_img .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
figure.useful_img h3 {
  line-height: 1.2em;
  font-weight: 700;
  font-size: 1.0em;
  text-transform: uppercase;
  opacity: 0;
}
figure.useful_img p {
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 52%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
figure.useful_img i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
figure.useful_img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

figure.useful_img:hover h3,
figure.useful_img.hover h3,
figure.useful_img:hover p,
figure.useful_img.hover p,
figure.useful_img:hover i,
figure.useful_img.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}
.wrap {
    max-width: 1060px;
    margin: 40px auto 70px;
}

.useful_wrap {
    display: flex
}
.content-right {
    float: right;
    width: 50%;
    display: table-cell;
    box-sizing: border-box;
}
.content-left {
    float: left;
    width: 50%;
    display: table-cell;
    box-sizing: border-box;
}
.text_disp {
    box-sizing: border-box;
    padding: 15px 20px;
}
.image_left {
    width: 600px;
    height: auto;
    margin: 0 0 0 -65px;
}
.image_right {
    width: 600px;
    height: auto;
    margin: 0 -70px 0 0;
}
b { 
    font-weight: bold;
}
.red {
    color: #e33636;
}
.link {
    background-color: #e33636; padding:0 4px; margin: 0 2px; color: #fff !important;
}
.link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media (max-width:768px) {
    .wrap {
        max-width: 1060px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        margin: 40px auto 70px;
    }
    .useful_wrap {
        display: block
    }
    .content-right {
        float: none;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .content-left {
       float: none;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .text_disp {
        box-sizing: border-box;
        padding: 0 20px;
    }
    .image_left {
        width: 100%;
        height: auto;
        margin: 0 0 0 0px;
    }
    .image_right {
        width: 100%;
        height: auto;
        margin: 30px  0px 0 0;
    } 
    .flexbox{
      display:-webkit-box;
      display: -webkit-flex;
      display:-ms-flexbox;
      display: flex;
      -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
      flex-wrap:wrap;
    }
    .image_right{
      -webkit-box-ordinal-group:1;
      -ms-flex-order:1;
      -webkit-order:1;
      order:1;
    }
    .text_disp{
      -webkit-box-ordinal-group:2;
      -ms-flex-order:2;
      -webkit-order:2;
      order:2;
    }
          .list_btn img {
        width: 100%;
    }
}


/*----- title -----*/
.use_h3 {
    font-size: 30px;
    font-weight: 700;
    color: #df0000;
    margin: 0 auto 40px;
    text-align: center
}
.use_h4_1 {
    font-size: 18px;
    color: #4b3232;
    margin: 20px auto 10px;
}

.use_h4_2 {
    font-size: 18px;
    color: #e33636;
    margin: 20px auto 10px;
    font-weight: 700;
}
@media (max-width:768px) {
    .use_h3 {
        font-size: 26px;
        font-weight: 700;
        color: #df0000;
        margin: 0 auto 40px;
        text-align: center
    }
    .use_h4_1 {
        font-size: 18px;
        color: #4b3232;
        margin: 20px auto 10px;
    }
    .use_h4_1 span {
        padding: 0 10px;
    }
    .use_h4_2 {
        font-size: 18px;
        color: #e33636;
        margin: 20px auto 10px;
        font-weight: 700;
    }
    .text_disp img{
        width: 100%;
    }
}
.useful  dl{
    margin: 0 auto 30px;
}
 .useful dt,
.useful strong {
    font-size: 18px;
    margin: 20px auto 0px;
    font-weight: 700;
}
 .useful ul {
    padding: 0 0 0 15px;
}
 .useful li {
    list-style: disc;
    margin: 0 0 5px
}
 .useful p {
    font-size: 15px;
    line-height: 1.7;
}
.useful h3 {
    font-size: 20px;
    border-bottom: 3px solid #ececec;
    margin: 20px 0 10px;
    padding: 0 5px 5px;
}
.center_img {
    margin: 20px auto;
    text-align: center;
}
@media (max-width:768px) {
    .center_img {
    }
    .center_img img {
        width: 100%;
    }
}

.list_btn {
    margin: 50px auto 0;text-align: center;
}



.lease_contact_bt{
    display: none;
    text-align: center;
    background: #ececec;
    padding: 36px 0 27px;
    margin: 40px 0 0;
}
    
    .btn,
    a.btn,
    button.btn {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1;
      position: relative;
      display: inline-block;
      padding: 1rem 4rem;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: #212529;
      border-radius: 0.5rem;
    }
    
    .btn-wrap {
      margin: 30px 0;
    }
    
    a.btn-c {
      font-size: 23px;
      position: relative;
      width: 400px;
      padding: 0.25rem 0 1.5rem 0;
      color: #fff;
      background: #f13335;
      -webkit-box-shadow: 0 5px 0 #d44114;
      box-shadow: 0 5px 0 #cb1011;
    }
    
    a.btn-c span {
      line-height: 1.3;
      font-size: 16px;
      position: absolute;
      top: -1.25rem;
      left: calc(50% - 150px);
      display: block;
      width: 300px;
      padding: 0.2rem 0;
      color: #d44114;
      border: 2px solid #d44114;
      border-radius: 100vh;
      background: #fff;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    
    a.btn-c span:before,
    a.btn-c span:after {
      position: absolute;
      left: calc(50% - 10px);
    
      content: "";
    }
    
    a.btn-c span:before {
      bottom: -10px;
    
      border-width: 10px 10px 0 10px;
      border-style: solid;
      border-color: #d44114 transparent transparent transparent;
    }
    
    a.btn-c span:after {
      bottom: -7px;
    
      border-width: 10px 10px 0 10px;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
    }
    
    a.btn-c i {
      margin-right: 5px;
    }
    
    a.btn-c:hover {
      -webkit-transform: translate(0, 3px);
      transform: translate(0, 3px);
    
      color: #fff;
      background: #eb5b30;
      -webkit-box-shadow: 0 2px 0 #d44114;
      box-shadow: 0 2px 0 #d44114;
    }


@media (max-width:767px) {

    a.btn-c {
      width: 96%;
      font-size: 18px;
      position: relative;
      padding: 0.25rem 0 1.5rem;
      color: #fff;
      background: #f13335;
      -webkit-box-shadow: 0 5px 0 #d44114;
      box-shadow: 0 5px 0 #cb1011;
    }
    
    a.btn-c span {
      line-height: 1.3;
      font-size: 14px;
      position: absolute;
      top: -1.25rem;
      left: calc(50% - 150px);
      display: block;
      width: 300px;
      padding: 0.2rem 0;
      color: #d44114;
      border: 2px solid #d44114;
      border-radius: 100vh;
      background: #fff;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    
}
.useful_text h5 {
    font-size: 18px;
    font-weight: 600;
}
#auction {
}

/*==============================
    +mokuji
==============================*/
.mokuji {
    border: 1px solid #d5d5d5;
    width: 90%;
    margin: 30px 0;
    padding: 0px 15px 15px;
}
.mokuji  p {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 10px 5px;
    margin: 0 auto 10px;
    font-size: 20px !important;
}
.mokuji li {
    list-style: none !important;
    margin: 0 0 5px
}
.mokuji li a  {
    color: #ed3535;
}
.mokuji li a:hover {
    color: #000;
}

.auction_wrap {
    margin: 20px auto 0;
}
.auction-post {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 5px 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}
.auction-post h2 {
    border-top: 5px solid #ececec;
    border-bottom: 5px solid #ececec;
    padding: 20px 0;
}
.auction_img {
    margin: 30px auto;
    text-align: center;
}
.auction_img  img {
    width: 80%;
}

@media (max-width:657px) {
    .auction_img img {
        width: 100%;
    }
}

@media (max-width: 768px){
    .bg-footer {
        padding: 3px 0 0px;
    }
    .sp.flo_shopc_banner{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: rgb(236 236 236 / 70%);
        padding: 10px;
        margin: 0 !important;
    }

}