@charset "UTF-8";

/*--ヨット・宿泊--*/
.hover_box{
width: 50%;
margin:0 auto; 
overflow:hidden;
position: relative;
}
.hover_box img{
transition:1s all;
width: 100%;
height: 695px;
object-fit: cover;
}
.hover_box img:hover{
    transform:scale(1.2,1.2);
    transition:1s all;
}
.member_menu{
    width: 100%;
    max-height: 695px;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.hover_box .absolute{
    bottom: 57px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.hover_box .absolute .yugosic{
    font-weight: bold;
    line-height: 3.2rem;
}
.hover_box .absolute .lato{
    line-height: 1;
}
.hover_box .absolute p span{
    margin-left: -10px;
}
.absolute h1:first-child{
    margin-bottom: 20px;
}
.hover_box .absolute p{
    margin-top: 29px;
}
.member_text{
    text-align: center;
    padding-top: 112px;
    padding-bottom: 154px;
}
.wrap {
    overflow: hidden;
  }
  .content01 {
    background: #ffffff;
    border-bottom-left-radius: 1000px 200px;
    border-bottom-right-radius: 1000px 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
  }
.parent{
    position: relative;
}
.parent img{
    display: none;
}
@media screen and (max-width: 782px) {
    .hover_box{
        width: 100%;
    }
    .member_menu{
        max-height: 766px;
    }
    .hover_box img{
        height: 383px;
    }
    .hover_box .absolute .yugosic{
        line-height: 2.2rem;
    }
    .absolute h1:first-child{
        margin-bottom: 10px;
    }
    .hover_box .absolute p{
        margin-top: 18px;
    }
    .hover_box .absolute{
        bottom: 25.5px;
    }
    .member_text{
        padding-top: 83px;
        padding-bottom: 97px;
    }
    .hover_box .absolute p span{
        margin-left: 0px;
    }
}
/*--メンバー特典--*/
.special_present .grid_parent{
    padding-bottom: 100px;
}
.italic{
    font-family: "freight-micro-pro", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 7.2rem;
    letter-spacing: 0.1em;
}
.special_present .lato{
    padding-top: 59px;
}
.special_present .grid_parent p{
    text-align: center;
    background-color: #fff;
    width: 80%;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 2.1rem;
    display: inline-block;
    margin-top: -59.7px;
}
.special_present .grid_parent div{
    text-align: center;
    position: relative;
}
.grid_parent {
    grid-column-gap: 78px;
    grid-row-gap: 45.5px;
    }
.grid_parent img{
    height: 474px;
    width: 474px;
    border-radius: 11px;
}

.div1 .absolute{
    top: -21px;
    right: 5px;
}
.div2 .absolute{
    top: -21px;
    right: 5px;
}
.div3 .absolute{
    top: -21px;
    right: 5px;
}
.div4 .absolute{
    top: -21px;
    right: 5px;
}
.content03 {
    background: #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
  }
@media screen and (max-width: 782px) {
    .special_present .grid_parent p{
        font-size: 1.8rem;
        margin-top: -16px;
        line-height: 3.1rem;
    }
    .grid_parent img{
        height: 323px;
        max-width: 323px;
        border-radius: 20px;
    }
    .div1 , .div2 , .div3 , .div4{
        max-width: 323px;
        margin-left: auto;
        margin-right: auto;
    }
    .italic{
        font-size: 6.2rem;
    }
    .content03 {
        height: 85px;
    }
}
/*--料金--*/
.price{
    padding-bottom: 82px;
}
.price p{
    margin-top: 50px;
}
.bold{
    font-weight: bold;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 2.2rem;
    margin-top: 34px;
  }
table td {
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 50px;
    vertical-align: top;
    text-align: center;
}
.quiet{
    border: 3px solid #A5C4C6;
}
.price p.price_attention{
    margin-top: 35px;
}
.price .row_change{
    border-bottom: #000 1px solid;
    padding-bottom: 27px;
}
.price .row_change p{
    font-size: 2.2rem;
    text-align: center;
 }
@media screen and (min-width: 782px) {
    .scroll_table {
        position: relative;
    }
    .scroll_table p{
        text-align: center;
        display: flex;
        border-radius: 50%;
        height: 168px;
        width: 168px;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        line-height: 2.6rem;
        position: absolute;
        z-index: 2;
        top: -84px;
        left: -6%;
        margin-top: 0;
    }
}
@media screen and (max-width: 782px) {
    .price p{
        margin-top: 38px;
    }
    .price{
        padding-bottom: 0px;
    }
    table {
        margin-top:0;
        font-size: 1.8rem;
      }
    table td {
        display: block;
        width: 100%;
        border-bottom: none;
      }
    table tr:last-child td:last-child {
        border-bottom: 1px solid #ccc;
      }
    .scroll_table{
        margin-top: 30px;
        height:313px;
	    overflow-y:auto;
      }
    table td {
        padding: 30px;
        }
    .scroll_table p{
        display: none;
    }
    .price p.price_attention{
        margin-top: 30px;
    }
    .price .row_change p:first-child{
        font-size: 1.8rem;
        line-height: 3.6rem;
     }
     .price .row_change p:last-child{
        margin-top: 30px;
     }
}
/*--ご挨拶--*/
.message{
    padding-top: 86px;
    position: relative;
}
.message p{
    line-height: 5.1rem;
    padding-top: 70px;
    padding-left: 9%;
    padding-bottom: 206px;
    font-size: 2.1rem;
}
.message p span{
    font-weight: 500;
}
.message img{
    position: absolute;
    border-radius: 11.3px;
    top: 0;
    right: 0;
    z-index: -1;
}
.message img:nth-child(2){
    top: 248px;
    left: -200px;
}
.message img:nth-child(3){
    top: auto;
    bottom: 0;
    right: 26%;
}
@media screen and (max-width: 782px) {
    .message{
        display: flex;
        flex-direction: column;
    }
    .message img{
        position:relative;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        border-radius: 9.5px;
        height: 278px;
        object-fit: cover;
    }
    .message img:nth-child(2){
        display: none;
    }
    .message img:nth-child(3){
        display: none;
    }
    .message h1{
        order: 1;
    }
    .message p{
        order: 2;
    }
    .message img{
        order: 3;
    }
    .message p{
        line-height: 3.52rem;
        font-size: 1.6rem;
        padding-top: 40px;
        padding-left: 14px;
        padding-bottom: 28px;
    }
}

/*--ギャラリー--*/
.member_gallery{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #E7EAEC;
  }
.member_gallery .gallery{
    margin-top: 0px;
}
.balloon {
    position: relative;
    display: inline-block;
    margin-left: 34px;
    padding: 70px 60px;
    border: 0.9px solid #000000;
    background-color: #ffffff;
    text-align: left;
    color: #000000;

  }
  
  .balloon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 21px 34px 21px 0;
    border-color: transparent #000000 transparent transparent;
    translate: -100% -50%;
  }
  
  .balloon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 20px 32px 20px 0;
    border-color: transparent #ffffff transparent transparent;
    translate: -100% -50%;
  }
.customer div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 .customer2{
    margin-top: 69px;
 }
 @media screen and (min-width: 782px) {
    .voice{
        margin-top: 42px;
        padding-bottom: 72px;
    }
    .customer2{
        flex-direction: row-reverse;
     }
    .balloon{
        width: 70%;
        height: 243px;
     }
    .customer2 .balloon::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        border-style: solid;
        border-width: 21px 0 21px 34px;
        border-color: transparent transparent transparent #000000;
        translate: 100% -50%;
      }
      
    .customer2  .balloon::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        border-style: solid;
        border-width: 20px 0 20px 33px;
        border-color: transparent transparent transparent #ffffff;
        translate: 100% -50%;
      }
 }
@media screen and (max-width: 782px) {
    .voice{
        padding-bottom:  102px;
    }
.member_gallery_back{
    height: 100px;
    object-fit: cover;
}
.member_gallery{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .balloon {
    margin-left: 0px;
    margin-top: 34px;
  }
  
  .balloon::before {
    top: 0;
    left: 50%;
    border-width: 0 21px 34px 21px;
    border-color: transparent transparent #000000;
    translate: -50% -100%;
  }
  
  .balloon::after {
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 20.5px 33px 20.5px;
    border-color: transparent transparent #ffffff;
    translate: -50% -100%;
  }
  .balloon {
    padding: 41px 15px;
  }
}
/*----*/
.member_link_text{
    text-align: center;
    font-size: 2.2rem;
}
.member_link{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 31px 42px;
    border: 1px solid #000;
    max-width: 573px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    font-size: 2.2rem;
}
.member_link:hover{
    color: #A5C4C6;
    transition : color 0.5s ease 0s;
}
@media screen and (max-width: 782px) {
    .member_link_text{
        font-size: 1.8rem;
    }
    .member_link{
        max-width:324px;
        text-align: center;
        padding: 34px 22px;
        font-size: 2rem;
    }
}