/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
    color: black;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}


address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

.description-view_all {
    display: none;
}

.container {
     width: 1308px;
    max-width: 90%;
    margin-inline: auto; 
}

.wrapper {
    padding: 5px;
}


/* Contact block */
.contact-block {
    margin-top: 35px;
}

.contact-title {
    font-family: "Mulish";
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: -0.06em;
    text-align: left;
}

.contact-items {
    margin-top: 35px;
    display: flex;   
    gap: 80px; 
}

.item {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    
    align-items: baseline;

    
    gap: 0px 0px; 
    grid-template-areas: 
    "item-A item-B"
    "item-C item-C"
    ". ."; 
}

.item-A { grid-area: item-A; }
.item-B { margin-left: 20px; grid-area: item-B; }
.item-C { margin-top: 15px;grid-area: item-C; }

.item .item-title {
    width: max-content;
    height: min-content;

    font-family: "Mulish";
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
}

.item .item-time {
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    
}

.item .item-loc {
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    

}

.item .item-number {
    font-family: "Mulish";
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
    
    width: max-content;

    -webkit-text-fill-color: #000;
    
}

.map-block {
    margin-top: 35px;
}

/* Girls */
.girls {
    margin-top: 30px;

    .wrapper {
        display: flex;
        flex-direction: column;
    }
}

.girls-title {
    font-family: "Mulish";
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: -0.06em;
    text-align: left;
}

.card-girls {
    margin-top: 35px;

    display: grid;
    grid-template-columns: repeat(3, auto);

    gap: 35px 24px;
}

.card-girls .item-card-link {
    width: min-content;
}

.item-card-girl {
    width: 420px;

    display: flex;
    flex-direction: column;


   
    .description-card-girls {
        margin-top: 15px ;

        display: flex;
        justify-content: space-between;

        

        padding-left: 20px;
        padding-right: 20px;
    }

    .description-name {
        font-family: "Mulish";
        font-size: 36px;
        font-weight: 700;
        line-height: 39.6px;
        text-align: left;
    }

    .description-sign_up {

        padding: 7px 30px 10px 30px;
        
        border: 1px solid #0C101D;
        


        font-family: "Mulish";
        font-size: 18px;
        font-weight: 600;
        line-height: 25.2px;
        text-align: left;

    }

    
}

.description-view_all {
    margin-top: 35px;

    padding: 7px 30px 10px 30px;
    
    border: 1px solid #0C101D;
    
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: center;
}

.description-view_all-pc {
    margin-top: 35px;

    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;

    color: black;

}


.item-card-girl img { 
    width: 420px;
    height: 600px;

    object-fit: cover;
}


/* Warning */
.warning__18yo {
    margin-top: 80px;
    margin-bottom: 20px;

    display: flex;
    align-items: center;
    gap: 40px;
}

.warning__18yo__text {
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
  

}


@media (max-width: 1366px) {
    .description-view_all-pc {display: none;}
    .wrapper {
        padding-inline: 20px;
    }
    /* contact */
    .contact-title {
        font-size: 36px;
        line-height: 39.6px;
    }
    .contact-items {
        display: flex;
        flex-direction: column;
    }

    .map-block {
        width: 100%;
        height: 300px;
        overflow: hidden;
        object-fit: cover;
    }

    /* girls */
    .girls {
        margin-top: 50px;
    }

    .card-girls {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }

    .girls-title {

        font-size: 36px;

        line-height: 39.6px;
    }

   

    .item-card-girl {
        width: auto;
        align-items: center;

        .description-name {
       
            font-size: 26px;
    
            line-height: 31.2px;
    
    
        }
    }

    .item-card-girl img {
        width: 100%;
        height: 400px;
    }

    .description-view_all {
        display: block;
    }

    .description-card-girls {
        width: 280px;

        padding-left: 0px !important;
        padding-right: 0px !important;

        flex-direction: column;

        .description-sign_up {
            margin-top: 15px;

            width: 100%;
            text-align: center;
        }
    }

    .item {
        display: flex;
        flex-direction: column;
    }

}
