@charset "utf-8";

.col1_box{
    width: 100%;
}
.image-container img{
    height: auto;
}
@media (min-width: 769px) {
    .top_section-inner{
        background-image: url(/cruise/princess/images/bg-main_header-bottom.webp);
    }
}
.top_section-inner{
    color: #ffffff;
}
.top_section-inner::before{
    background-image: url(/cruise/princess/images/bg-main_header-top__.webp);
}
.main__heading .en{
    color: #afe6fa;
}
.main__heading::after {
    background-image: url(/cruise/princess/images/icon-ship.webp);
}
.company_link{
    background: #00a5df;
}
.company_link::before{
    background-color:#64e8f4;
}
.company .company_link span{
    letter-spacing: -0.05em;
}
.company .diamondprincess_link{
background-color: #cc0d21;
color: #FFE007;
}
@media (max-width: 768px) {
    .top_section-inner::before{
        background-image: url(/cruise/princess/images/bg-main_header-top-sp.webp);
    }
    .company .company_link span{
    letter-spacing: -0.03vw;
    }
}

.content_nav {
    width: 100%;
    background-color: #004d95;
}
@media (min-width: 769px) {
    .content_nav__item a:hover {
        background-color: #00a5df;
        color: #ffffff;
    }
}
.main_features{
    display: none;
    background-color: #ccdff0;
}
.guest_room{
    background-color: #4c6c9b 
}
.button{
    background-color: #E8E6A5;
    color: #333333;

}
.introduction__header {
    margin-bottom: 45px;
    padding: 30px;
    background-color: #ffffff;
}
.introduction__text {
    width: 100%;
    margin-bottom: 0;
}
.guestRoomItem__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(20px,(100vw - 374px)*(40 - 20) / 624 + 20px, 40px);
    padding-bottom: 20px;
    background: url(/cruise/_ship_common/images/company/line.png) no-repeat center bottom / 440px;
    color: #ffffff;
    font-size: clamp(2.7rem, 1.286rem + 2.01vw, 3.6rem);
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.introduction__list {
    display: grid;
    gap: 30px;
}
.introduction__item{
    display: flex;
    flex-direction: column;
    dl{
        display: flex;
        flex-direction: column;
        flex: 1;
        height: 100%;
        dd{
        display: flex;
        flex-direction: column;
        flex: 1;
        }
    }
}
.introduction__item.js-accordion-item{
    display: none;
}
  
@media (max-width: 768px) {
    .main_features__list {
        display: grid;
      row-gap: 35px ;
    }
}

.company .content__link span {
    font-size: 85%;
    letter-spacing: 0;
}
.bullet_style-circle::before {
    top: 7px;
    transform: translateY(0);
    background-color: #cac4a3;
}
