@charset "UTF-8";
@media screen and (min-width: 770px) {
  /*共通*/
  img, a {
    width: 100%;
    height: auto;
    display: block;
  }
  #rental_conts .bx-next, .bx-prev, .bx-pager {
    display: none;
  }
  .common_fv {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 386px;
    clear: both;
    text-align: center;
  }
  .common_fv img {
    display: inline-block;
  }

  /*レンタルボート一覧*/
  .mainimg_rental {
    background-image: url(../img/rental/rental/main_image.jpg);
  }
  #section_02_bg {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 90px;
  }
  #section_02 {
    width: 1100px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  #section_02 .title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 32px;
  }
  #section_02 .sub_title {
    text-align: center;
    margin-bottom: 25px;
  }
  #section_02 .m_img {
    margin-bottom: 25px;
    padding: 0;
    line-height: 0px;
  }
  #section_02 .m_img .bx-next, #section_02 .m_img .bx-prev, #section_02 .m_img .bx-pager-link {
    display: none;
  }
  #section_02 .encircle {
    width: 1112px;
    letter-spacing: -.40em;
    margin: 0 -4px 30px;
    display: flex;
    flex-wrap: wrap;
  }
  #section_02 .encircle .box_bg {
    display: flex;
    padding: 0 4px;
    width: calc(100%/4);
    box-sizing: border-box;
    letter-spacing: normal;
    margin-bottom: 16px;
    text-align: center;
    height: auto;
  }
  #section_02 .encircle .box {
    background-color: #FFFFFF;
    padding: 0 0 65px;
    position: relative;
    border: 1px solid #e3e3e3;
  }
  #section_02 .encircle .box .img {
        line-height: 0;
        /* padding: 14px 0; */
        /* background-color: #000000; */
        margin-bottom: 12px;
    
    }
  #section_02 .encircle .box dl {
    margin: 0 14px;
  }
  #section_02 .encircle .box dl dt {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  #section_02 .encircle .box dl .model {
    font-size: 15px;
  }
  #section_02 .encircle .box dl dd {
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
        margin-bottom: 12px;
    
    }
  #section_02 .encircle .box .btn_common {
    width: calc(100% - 28px);
    font-size: 13px;
    margin: 0 auto 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #section_02 .encircle .box .btn_common a {
        padding: 0;
            display: flex;
            min-height: 46px;
    }
  #section_02 .map {
    margin-left: 66px;
  }
  #section_02 .map .text_img {
    float: left;
    margin-top: 50px;
    margin-right: 48px;
  }
  #section_02 .map .img {
    float: left;
  }
  #section_02 .freeoption {
    margin-left: 66px;
  }
  #section_02 .freeoption .text_img {
    float: left;
    margin-top: 50px;
    margin-right: 48px;
  }
  #section_02 .freeoption .img {
    float: left;
  }
		}
		
		
		
		
		
@media screen and (max-width:769px) {
/*レンタルボート一覧*/
  #rental_conts img, #rental_conts a {
    width: 100%;
    display: block;
  }
  #rental_conts .bx-next, .bx-pager {
    display: none;
  }
  #rental_conts .bx-prev {
    display: none;
  }
  .mainimg_rental {
    background-image: url(../img/rental/rental/main_image.jpg);
  }
  #section_02_bg {
    margin-bottom: 90px;
    padding-top: 42px;
  }
  #section_02 {
    margin-right: auto;
    margin-left: auto;
  }
  #section_02 .title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 24px;
  }
  #section_02 .sub_title {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #section_02 .m_img {
    margin-bottom: 25px;
  }
  #section_02 .encircle {
    letter-spacing: -.40em;
    width: 90%;
    margin: 0 5% 48px;
    display: flex;
    flex-wrap: wrap;
  }
  #section_02 .encircle .box_bg {
    display: inline-block;
    width: calc(100%/2 - 1%);
    box-sizing: border-box;
    letter-spacing: normal;
    margin-bottom: 16px;
    text-align: center;
    vertical-align: top;
    height: auto;
    margin-right: 2%;
    border: 1px solid #e3e3e3;
    position: relative;
    padding-bottom: 50px;
  }
  #section_02 .encircle .box_bg:nth-of-type(2n) {
    margin-right: 0;
  }
  #section_02 .encircle .box_bg .box {
    background: none;
  }
  #section_02 .encircle .box .img {
    line-height: 0px;
    margin-bottom: 12px;
  }
  #section_02 .encircle .box dl {
    margin-left: 14px;
    margin-right: 14px;
  }
  #section_02 .encircle .box dl dt {
        margin-bottom: 5px;
        line-height: 1.8;
    
    }
  #section_02 .encircle .box dl .model {
    font-size: 1.5rem;
  }
  #section_02 .encircle .box dl dd {
        font-size: 1.4rem;
        line-height: 1.8;
        text-align: left;
        margin-bottom: 16px;
        letter-spacing: .03em;
    
    }
  #section_02 .encircle .box .btn_common {
    width: calc(100% - 28px);
    font-size: 13px;
    margin: 0 auto 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #section_02 .encircle .box .btn_common a {
        padding: 0;
            display: flex;
            min-height: 46px;
    }
  #section_02 .map {
    width: 90%;
    margin: 0 5%;
  }
  #section_02 .map .text_img {
    width: 70%;
    margin: 0 auto 12px;
    max-width: 280px;
  }

}