@charset "UTF-8";

@media screen and (min-width: 770px) {
  /*サービス*/
  .mainimg_service {
    background-image: url(../img/rental/service/main_image.jpg);
  }
  #service_conts {
    margin: 0 auto 90px;
  }
  #service_conts .auto {
    width: 1000px;
    clear: both;
    margin: 0 auto;
  }
  #service_conts .key_phrase {
    width: 760px;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto 30px;
  }
  #service_conts .block {
    min-height: 300px;
    text-align: center;
    position: relative;
    padding: 60px 40px 56px;
    margin-bottom: 40px;
    background-color: var(--color-bg-main);
  }
  #service_conts .block:last-of-type {
    margin-bottom: 0;
  }
  #service_conts .block:after {
    content: "";
    display: block;
    width: 47px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #service_conts .block h2 {
    font-size: 46px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
  }
  #service_conts .block .main_text {
    max-width: 650px;
    width: auto;
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #service_conts .block .bbq_set {
    width: 100%;
    display: flex;
    padding: 0 40px;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
  }
  #service_conts .block .bbq_set dt {
    width: 420px;
    text-align: left;
  }
  #service_conts .block .bbq_set dt h3 {
    font-size: 25px;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 20px;
  }
  #service_conts .block .bbq_set dt .detail {
        font-size: 19px;
        line-height: 1.6;
    
    }
  #service_conts .block .bbq_set dd {
    width: 440px;
  }
  #service_conts .block .bbq_set dd img {
    height: auto;
  }
  #service_conts .block .caption_list {
    padding: 0 40px;
    text-align: right;
	}
  .table_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .table_wrapper table {
        width: 600px;
        text-align: left;
        border: 1px solid #e0e3e3;
        box-sizing: border-box;
        font-size: 14px;
        background-color: #f4f0ed;
    
    }
  .table_wrapper th {
        width: 123px;
        padding: 14px 3% 14px;
        border-right: 1px solid #e0e3e3;
        border-bottom: 1px solid #e0e3e3;
        background: var(--color-thema);
        color: #fff;
        vertical-align: top;
        box-sizing: border-box;
    
    }
  .table_wrapper td {
    padding: 14px 3% 14px;
    border-bottom: 1px solid #e0e3e3;
    color: #434343;
  }
  .table_wrapper td a {
    display: inline;
  }
  .table_wrapper .img {
    width: 300px;
  }
}

@media screen and (max-width:769px) {
  /*サービス*/
  .mainimg_service {
    background-image: url(../img/rental/service/main_image.jpg);
  }
  #service_conts {
    margin: 0 auto 90px;
    padding-top: 46px;
  }
  #service_conts .key_phrase {
    line-height: 1.7;
    margin: 0 auto 30px;
  }
  #service_conts .block {
    text-align: center;
    position: relative;
    padding: 30px 5% 26px;
    margin-bottom: 20px;
    background-color: var(--color-bg-main);
  }
  #service_conts .block:last-of-type {
    margin-bottom: 0;
  }
  #service_conts .block:after {
    content: "";
    display: block;
    width: 38px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #service_conts .block h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 16px;
  }
  #service_conts .block .main_text {
    width: auto;
    text-align: left;
    margin: 0 auto;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  #service_conts .block .bbq_set {
    margin-bottom: 10px;
  }
  #service_conts .block .bbq_set dt {
    margin-bottom: 16px;
  }
  #service_conts .block .bbq_set dt h3 {
    font-size: 2rem;
    line-height: 1.3;
    color: #fff;
    display: inline-block;
    padding: 4px 8px 3px;
    background-color: var(--color-thema);
    margin-bottom: 14px;
  }
  #service_conts .block .bbq_set dt .detail {
    font-size: 2rem;
    line-height: 1.3;
  }
  #service_conts .block .bbq_set dd img {
    height: auto;
  }
  #service_conts .block .caption_list {
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
  }
  #service_conts .block .caption_list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 8px;
  }
  #service_conts .block .caption_list li:last-of-type {
    margin-bottom: 0;
	}

  .table_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .table_wrapper .img {
    margin-bottom: 16px;
  }
  .table_wrapper table {
    text-align: left;
    border: 1px solid #e0e3e3;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
      background-color: #f4f0ed;
  }
  .table_wrapper th {
        width: 72px;
        padding: 10px 10px 10px;
        border-right: 1px solid #e0e3e3;
        border-bottom: 1px solid #e0e3e3;
        background: var(--color-thema);
        color: #fff;
        vertical-align: top;
        box-sizing: border-box;
    
    }
  .table_wrapper td {
    padding: 10px 3% 10px;
    border-bottom: 1px solid #e0e3e3;
    color: #434343;
  }
}