@charset "UTF-8";

.beach {
    padding: 0 0 40px;
  }
  
  .beach a {
    color: #d78517;
    display: inline !important
  }
  
  .beachIcn {
    display: inline-block;
    min-width: 35px;
  }
  @media screen and (max-width: 568px) {
    .beachIcn {
      min-width: 24px;
    }
  }
  .beachIcn:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 100% 0 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .beachIcn-parking:before {
    background-image: url(/data/feature/beach/img/icon_parking.png);
  }
  .beachIcn-kurage:before {
    background-image: url(/data/feature/beach/img/icon_kurage.png);
  }
  .beachIcn-lifeguard:before {
    background-image: url(/data/feature/beach/img/icon_lifeguard.png);
  }
  .beachIcn-toilet:before {
    background-image: url(/data/feature/beach/img/icon_toilet.png);
  }
  .beachIcn-shower:before {
    background-image: url(/data/feature/beach/img/icon_shower.png);
  }
  .beachIcn-locker:before {
    background-image: url(/data/feature/beach/img/icon_locker.png);
  }
  .beachIcn-shop:before {
    background-image: url(/data/feature/beach/img/icon_shop.png);
  }
  .beachIcn-camp:before {
    background-image: url(/data/feature/beach/img/icon_camp.png);
  }
  
  
  .beach-map {
    margin: 30px 0 20px;
  }
  @media screen and (max-width: 768px) {
    .beach-map {
      margin: 30px 10px 20px;
    }
  }
  
  .beach-map_img {
    font-size: 10px;
    line-height: 1;
    margin: 0 0 30px;
  }
  
  .beach-map_img img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }
  
  .beach-map_caption {
    line-height: 1.5;
  }
  
  /*------------------
   index
  --------------------*/
  .beach-linkbtns {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 768px) {
    .beach-linkbtns {
      padding: 0 10px;
      flex-direction: column;
    }
  }
  
  .beach-linkbtns-item {
    list-style-type: none;
    width: 260px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    background: #fff;
  }
  @media screen and (max-width: 768px) {
    .beach-linkbtns-item {
      width: auto;
      margin: 1rem 0;
    }
  }
  .beach-linkbtns a {
    width: 100%;
    display: block;
    color: #fff;
    background: #de7f11;
    text-decoration: none;
    padding: 20px 15px;
    position: relative;
    border-radius: 5px;
  }
  
  .beach-linkbtns a:hover {
    opacity: .6;
  }
  
  .beach-linkbtns a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 9px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: 0;
    transform: translateY(-50%);
    transition: all .4s;
    position: absolute;
    right: 15px;
    top: 50%;
  }
  
  .beach-linkbtns a:hover:after {
    transform: translate(50%, -50%);
  }
  
  .attentions {
    margin: 0 0 50px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  @media screen and (max-width: 768px) {
    .attentions {
      padding: 20px 10px;
      flex-direction: column;
    }
  }
  
  .attentions-item {
    list-style-type: none;
    width: 350px;
    margin: 0 0 20px;
  }
  @media screen and (max-width: 768px) {
    .attentions-item {
      flex-direction: column;
      width: 100%;
    }
  }
  
  .attentions-img {
    font-size: 10px;
    line-height: 1;
    margin: 0 0 18px;
  }
  @media screen and (max-width: 768px) {
    .attentions-img {
      text-align: center;
    }
  }
  
  .attentions-img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  
  .attentions_txt {
    font-size: 1.4rem;
    line-height: 2;
  }
  
  
  /*------------------
   sedond
  --------------------*/
  .beach-icons {
    border: solid 3px #cdcdcd;
    padding: 20px 40px;
    margin: 0 0 50px;
  }
  @media screen and (max-width: 768px) {
    .beach-icons {
      padding: 2rem 3.25%;
      margin: 0 10px 50px;
    }
  }
  
  .beach-iconsList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  @media screen and (max-width: 768px) {
    .beach-iconsList {
      flex-wrap: wrap;
      font-size: 1.2rem;
    }
  }
  
  
  .beach-iconsList-item {
    text-align: center;
  }
  @media screen and (max-width: 568px) {
    .beach-iconsList-item {
      width: 25%;
      margin-bottom: 1rem;
    }
  }
  .beach-iconsList-item .beachIcn {
    display: block;
    margin: auto;
    width: 60px;
  }
  @media screen and (max-width: 568px) {
    .beach-iconsList-item .beachIcn {
      width: 45%;
    }
  }
  
  .beach-iconsList-item_caption {
    line-height: 1.2;
    display: block;
    padding: 5px 0 0;
  }
  
  .beachs-box {
    padding: 90px 0 30px;
    margin: -90px 0 0;
    margin-bottom: 40px;
    /*border-bottom: dotted 1px #666;*/
  }
  
  @media screen and (max-width: 768px) {
    .beachs-box {
      padding: 90px 10px 30px;
    }
  }
  
  .beachs-heading {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    margin: 0 0 30px;
    border-bottom: solid 1px #b4b4b4;
  }
  @media screen and (max-width: 568px) {
    .beachs-heading {
      flex-direction: column;
    }
  }
  
  .beachs-ttl {
    font-size: 2rem;
    line-height: 1.7;
    font-weight: normal;
    margin: 0;
    padding: 0 1rem 0 2rem;
    position: relative;
  }
  .beachs-ttl:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #f96501;
    left: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-62%);
  }
  
  .beachs-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .beachs-icons li {
    list-style-type: none;
    margin: 0 0 0 10px;
  }
  
  .beachs-descript {
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 568px) {
    .beachs-descript {
      flex-direction: column;
    }
  }
  
  
  .beachs-datalist {
    width: 100%;
    max-width: 400px;
    border-collapse: collapse;
    table-layout: fixed;
  }
  @media screen and (max-width: 768px) {
    .beachs-datalist {
      max-width: 52%;
      margin: 0 2.25% 0 0;
    }
  }
  @media screen and (max-width: 568px) {
    .beachs-datalist {
      max-width: 100%;
      margin: 0 0 3rem;
    }
  }
  
  .beachs-datalist-ttl,
  .beachs-datalist-item {
    line-height: 1.8;
    font-size: 1.4rem;
    border-top: solid 1px #ff9900;
    border-bottom: solid 1px #ff9900;
  }
  
  .beachs-datalist-ttl {
    background: #ffe0cc;
    width: 90px;
    text-align: center;
    font-weight: normal;
    padding: 10px 1rem;
  }
  
  .beachs-datalist-item {
    padding: 10px 10px 10px 25px;
    height: 70px;
  }
  
  .beachs-items {
    overflow: hidden;
    padding: 0 0 20px;
  }
  @media screen and (max-width: 768px) {
    .beachs-items {
      max-width: 45.75%;
    }
  }
  @media screen and (max-width: 568px) {
    .beachs-items {
      max-width: 100%;
      margin: 0 0 3rem;
    }
  }
  
  .beachs-items_imgs {
    margin: 0 0 24px;
    padding: 0;
  }
  
  .beachs-items_imgs li {
    list-style-type: none;
    margin: 0 0 14px;
  }
  
  .beachs-items_imgs {
    max-width: 100%;
    height: auto;
  }
  @media screen and (max-width: 768px) {
    .beachs-items_imgs img {
      max-width: 100%;
      height: auto;
    }
  }
  @media screen and (max-width: 568px) {
    .beachs-items {
      text-align: center;
    }
  }
  
  .beachs-item_btn {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    background: #fff;
    border-radius: 5px;
  }
  
  .beachs-item_btn a {
    display: block;
    background: #de7f11;
    text-decoration: none;
    padding: 22px 10px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin: 25px 0;
  }
  
  .beachs-item_btn a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin: 0 0 0 14px;
    transform: translateY(-22%);
    transition: all .4s;
  }
  
  .beachs-item_btn a:hover {
    opacity: .6;
  }
  
  .beachs-item_btn a:hover:after {
    transform: translate(10px, -22%) ;
  }
  
  .beachs-item_return {
    text-align: right;
    font-size: 16px;
  }
  
  .beachs-item_return a {
    color: #de7f11;
    text-decoration: underline;
    display: inline-block;
  }
  
  .beachs-item_return a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 0;
    height: 0;
    border-bottom: 8px solid #de7f11;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin: 0 14px 0 0;
    transition: all .4s;
  }
  
  .beachs-item_return a:hover {
    text-decoration: none;
    color: #ffaf53;
  }
  
  .beachs-item_return a:hover:before {
    transform: translateY(-50%);
  }