.main-title {
    width: 60vw;
    margin: 7% auto 0%;
}

.main-title ul {
    width: 100%;
}

.main-title ul li {
    list-style: none;
    padding-bottom: 5%;
}

.main-title ul li:last-child {
    padding-bottom: 0%;
}

.main-title ul li img {
    width: 100%;
}

.col {
    width: 15%;
    margin: 0 auto;
    margin-top: 7%;
    margin-bottom: 10%;
}

.col img {
    width: 100%;
    animation: rotate-anime 15s linear infinite;
}

@keyframes rotate-anime {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-shellsee_wrap {
    margin-top: 20%;
}

.about-shellsee {
    border-top: solid #141414 1px;
    border-bottom: solid #141414 1px;
    display: flex;
    justify-content: space-around;
}

.right-side {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-img1 {
    width: 70%;
    margin: 0 auto;
}

.main-img1 img {
    width: 100%;
}

.left-side {
    width: 50%;
    border-right: solid #141414 1px;
    padding: 5% 0 5% 0;
}

.right-side h2 {
    width: 22vw;
    padding: 10% 0 0 8%;
}

.right-side h2 img {
    width: 100%;
}

.right-side_message-content {
    padding: 0% 8% 17%;
}

.right-side_message-en {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 5%;
}

.right-side_message-jp p {
    font-size: 13px;
    line-height: 1.7;
    padding-bottom: 5%;
}

.right-side_message-more {
    width: 25%;
    height: 30%;
    text-align: center;
    border: 1px solid rgb(20, 20, 20);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-side_message-more:hover {
    border-color: #D07474;
    color: #D07474;
}

.right-side_message-more a:hover {

    color: #D07474;
}

.right-side_message-more a {
    color: rgb(20, 20, 20);
    pointer-events: auto;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.to-reservation_wrap {
    border-bottom: solid #141414 1px;
    background-image: url(/images/reservation-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    display: flex;
    justify-content: center;
}

.to-reservation-contents {
    display: flex;
    align-items: center;
    justify-content: center;
}

.to-reservation {
    padding-right: 5%;
    width: 33%;
}

.to-reservation img {
    width: 100%;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.to-reservation img:hover {
    transform: scale(0.9);
    opacity: 0.9;
}

.to-reservation-circle {
    width: 15%;
    animation: rotate-anime 15s linear infinite;
}

.to-reservation-circle img {
    width: 100%;
}

.shellsee-creates_wrap {
    border-bottom: solid #141414 1px;
    display: flex;
}

.creates-leftside {
    width: 40%;
    border-right: #141414 solid 1px;
}

.creates-leftside h2 {
    width: 25vw;
    padding: 10% 0 0 10%;
}

.creates-leftside h2 img {
    width: 100%;
}

.creates-rightside {
    width: 60%;
}

.creates-rightside ul li {
    list-style: none;
}

.creates-img {
    width: 50%;
}

.creates-img img {
    width: 100%;
}

.nail-wrap {
    display: flex;
    justify-content: space-between;
    padding: 8%;
    border-bottom: solid #141414 1px;
}

.nail-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nail-contents img {
    width: 7vw;
}

.nail-contents a {
    color: #141414;
}

.eyeblow-wrap {
    display: flex;
    justify-content: space-between;
    padding: 8%;
    border-bottom: solid #141414 1px;
}

.eyeblow-contents {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.eyeblow-contents img {
    width: 15vw;
}

.eyeblow-contents a {
    color: #141414;
}

.esthetic-wrap {
    display: flex;
    justify-content: space-between;
    padding: 8%;
    border-bottom: solid #141414 1px;
}

.esthetic-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.esthetic-contents img {
    width: 13vw;
}

.esthetic-contents a {
    color: #141414;
}

.room-wrap {
    display: flex;
    justify-content: space-between;
    padding: 8%;
}

.room-contents {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.room-contents img {
    width: 12vw;
}

.room-contents a {
    color: #141414;
}

.crestes-sns {
    padding-bottom: 7%;
    line-height: 1.7;
}

.news {
    overflow: hidden;
    padding: 0% 0 8%;
}

.news-wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news-wrap ul {
    width: 62vw;
    margin-left: 7%;
}

.news-wrap ul li:first-child {
    border-top: #707070 1px solid;
}

.news-wrap ul li {
    padding: 5% 3%;
    border-bottom: 1px #707070 solid;
    list-style: none;
}

.news-wrap ul li p {
    font-family: 'prompt';
    font-weight: 400;
}

.news-wrap ul li img {
    width: 70%;
}

.news h2 {
    width: 10vw;
    margin: 10% 0% 0 5%;
}

.news h2 img {
    width: 100%;
}

.news-back {
    width: 35vw;
}

.news-back img {
    width: 140%;
    opacity: 0.4;
}

.news-1 h3 {
    width: 80%;
    font-size: 2vw;
    padding-bottom: 3%;
}

.news-2 h3 {
    width: 80%;
    font-size: 2.2vw;
    padding-bottom: 3%;
}

.date {
    padding-bottom: 5%;
}

.more {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 7%;
    padding-top: 5%;
}

.more a {
    font-family: 'prompt';
    font-weight: 500;
    color: #141414;
}

.to-access_wrap {
    border-bottom: solid #141414 1px;
    background-image: url(/images/access-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    display: flex;
    justify-content: center;
}

.to-access-contents {
    display: flex;
    align-items: center;
    justify-content: center;
}

.to-access {
    padding-right: 5%;
    width: 33%;
}

.to-access img {
    width: 100%;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.to-access img:hover {
    transform: scale(0.9);
    opacity: 0.9;
}

.to-access-circle {
    width: 15%;
    animation: rotate-anime 15s linear infinite;
}

.to-access-circle img {
    width: 100%;
}


@media(max-width:1025px){
    .main-title {
        width: 70vw;
        height: 50vh;
        display: flex;
        margin: 7% auto 7%;
        align-items: center;
    }
    .to-reservation_wrap {
        height: 50vh;
    }
    .to-access_wrap {
        height: 50vh;
    }
}

@media(max-width:767px){
    .col {
        width: 30%;
        margin: 0 auto;
        margin-top: 0%;
        margin-bottom: 10%;
    }
    .about-shellsee {
        border-top: solid #141414 1px;
        border-bottom: solid #141414 1px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }
    .left-side {
        width: 100%;
        border-right: none;
        padding: 7% 0 7% 0;
        border-bottom: solid #141414 1px;
    }
    .right-side {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .right-side h2 {
        width: 35vw;
        padding: 15% 0 10% 8%;
    }
    .right-side_message-en {
        font-size: 13px;
    }
    .right-side_message-jp p {
        font-size: 12px;
        line-height: 1.7;
        padding-bottom: 7%;
    }
    .right-side_message-more {
        padding: 3%;
    }
    .right-side_message-more a {
        font-size: 12px;
    }
    .to-reservation_wrap {
        height: 40vh;
    }
    .to-reservation {
        padding-right: 5%;
        width: 40%;
    }
    .to-reservation-circle {
        width: 15%;
        animation: rotate-anime 15s linear infinite;
    }
    .shellsee-creates_wrap {
        border-bottom: solid #141414 1px;
        display: flex;
        flex-direction: column;
    }
    .creates-leftside {
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #171717;
    }
    .creates-leftside h2 {
        width: 38vw;
        padding: 4% 8% 2% 7%;
        border-right: solid 1px #171717;
        
    }
    .creates-rightside {
        width: 100%;
    }

    .nail-contents img {
        width: 13vw;
    }
    .eyeblow-contents img {
        width: 26vw;
    }
    .esthetic-contents img {
        width: 24vw;
    }
    .room-contents img {
        width: 20vw;
    }
    .news-wrap ul {
        width: 80vw;
        margin-left: 10%;
    }
    .news-back img {
        display: none;
    }
    .news h2 {
        width: 16vw;
        margin: 15% 0% 10% 8%;
    }
    .news-1 h3 {
        width: 80%;
        font-size: 15px;
        padding-bottom: 5%;
    }
    .news-2 h3 {
        width: 80%;
        font-size: 15px;
        padding-bottom: 5%;
    }
    .news-wrap ul li {
        padding: 7% 5%;
        border-bottom: 1px #707070 solid;
        list-style: none;
    }
    .news {
        overflow: hidden;
        padding: 0% 0 15%;
    }

    .more {
        width: 100vw;
        display: flex;
        justify-content: center;
        margin-left: 0%;
        padding-top: 10%;
    }
    .to-access_wrap {
        height: 40vh;
    }
    .last-img {
        width: 55vw;
    }
    .last-message_wrap p {
        padding-top: 3%;
        color: #294639;
        font-family: 'Prompt';
        font-weight: 400;
        font-size: 3vw;
    }
}