<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
    text-decoration: none;
}
.main{
    max-width: 1024px;
    margin: 0 auto;
}
.section{
    margin: 0 auto;
}
.top{
    max-width: 1024px;
    margin: 0 auto;
}
.cruise_description{
    padding: 20px;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}
.enjoy_cruise{
    background-color:#00529E ;
    padding: 20px 60px;
}
.enjoy_cruise_title{
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "Hiragino Mincho ProN W3", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
 }   
.enjoy_cruise_description{
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin: 20px 0;
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "Hiragino Mincho ProN W3", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}
.enjoy_cruise_photo{
    margin: 0 auto;
    display: flex;
    gap: 25px;
    
}
.enjoy_cruise_photo img{
    width: 300px;
    height: 180px;
    object-fit: cover;
}
.area-container_title {
    color: #00529E;
    font-size: 26px;
    font-weight: 500;
    max-width: 1024px;
    border-bottom: 4px solid #00529E;
    margin: 30px auto;
    text-align: left;
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "Hiragino Mincho ProN W3", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}
.area-container{
    margin: 0 auto;
    max-width: 1024px;
    text-align: center;
}
.area-box_link img{ 
    width: 300px !important;
    height: 180px;
    object-fit: cover;
    display: flex;
}
.area-container img :hover {
    filter: brightness(0.1);
    }
.aera-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 20px;
    justify-content: center;
}
.aera-box img :hover{
    filter: brightness(0.1);
    }
.area-box_link {
    position: relative;
    cursor: pointer;
  
}
.area-box_link::before{
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  transition: all 0.3s;
  
  

}
.area-box_link:hover:before{
    opacity: 1;
}
.area-name{
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    transition: .3s;
    text-shadow: 1px 1px 2px #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.plan-container{
    margin: 0 auto;
    max-width: 1024px;
}
.plan-container_title{
    color: #00529E;
    font-size: 26px;
    font-weight: 500;
    max-width: 1024px;
    border-bottom: 4px solid #00529E;
    margin: 30px auto;
    text-align: left;
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "Hiragino Mincho ProN W3", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
    
    
}
.plan-container_box img{
    width: 330px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    text-align: center;
   
}

.plan-box_area{
    position: absolute;
    color: #fff;
    background-color: #00529E;
    padding: 10px;
}
.plan-box{
    position: relative;
    top: 0;
    max-width: 330px;
    box-shadow: 0 0 8px gray;
    margin: 0 auto;

}
.plan-container_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;

}
.plan-box_price{
    display: flex;
    color: #FC0707;
    font-weight: 600;
    font-size: 20px;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.planprice{
    font-size: 28px;
}
.plan-box_title{
    background-color: #00529E;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    text-align: left;
    margin: 5px;
    text-decoration: none !important;
}
.plan-box_title a{
    text-decoration: none;
}
.plan-box_place{
    display: flex;
    justify-content: center;
    align-items:center ;
    gap: 30px;
    font-weight: 600;
    margin: 10px;
}
.plan-box_place_area{
background-color: #cccccc;
padding: 5px 15px;

}
.plan-box_description{
    text-align: left;
    margin: 15px 10px;
    font-size: 16px;
}

.reservation-button{
    background-color:#FDAB0C ;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    margin: 0 10px 20px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    display: block;
    position: relative;

}

.reservation-button::after {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
  }
  .reservation-button:hover {
    opacity: 0.6;
  }
  @media screen and (max-width:767px){
    .top img{
        width: 100%;
    }
    .cruise_description{
        line-height: normal;
        font-size: 14px;
    }
    .enjoy_cruise{
        padding: 20px 10px;
    }
    .enjoy_cruise_title{
        font-size: 20px;
    }
    .enjoy_cruise_description{
        font-size: 14px;
    }
    .enjoy_cruise_photo{
        gap: 0;
        margin: 0 auto;

    }
    .enjoy_cruise_photo img{
        width: 110px;
        height: 80px;
        margin: 0 auto;
  }
  .area-container_title{
    font-size: 20px;
    margin: 20px 0;
  }
  .area-container img{
    max-width: 170px;
    height: 120px;
  }
  .area-name{
    font-size: 26px;
    font-weight: 400;
    text-shadow: 1px 1px 2px #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .plan-container_title{
    font-size: 20px;
    margin: 20px 0;

  }
  .plan-container_box img{
    width: 330px;
    height: 200px;
  }
  .plan-box_title{
    font-size: 18px;
    text-decoration: none;
  }
  .plan-box_description{
    font-size: 14px;
  }
.planprice{
    font-size: 22px;
}
.plan-box_title{
    margin: 10px;

}
.plan-box_place{
    margin: 0;
}



   

</pre></body></html>