@charset "utf-8";

/* メインビジュアル */

.industry-list-page-mv {
    background: #FEF4F6;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 10% 0;
}

.industry-list-page-title {
    color: #F2728D;
    text-align: center;
}

.industry-list-page-description {
    text-align: center;
}

@media (max-width:768px) {
    .industry-list-page-description {
        width: 95%;
        margin: auto;
    }
}


/* メインコンテンツ */

.industry-list-page-main-content {
    margin-top: 10%;
}


/* 注目機能 */

.featured-functions-title {
    text-align: center;
    margin-bottom: 2%;
}

.featured-functions-heading {
    text-align: center;
    margin-bottom: 5%;
}

.featured-functions-heading h3 {
    font-weight: normal;
    margin: 0 auto;
    font-size: 16px;
}

.featured-functions-message {
    text-align: center;
    margin-top: 50px;
}


/* 吹き出し */

.baloon1,
.baloon2,
.baloon3 {
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0 auto;
    padding: 10px;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 2%;
    flex-wrap: wrap;
}

.baloon1::after,
.baloon3::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #ffff;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.baloon2::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #fff;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}


/* ここまで吹き出し */

.featured-functions-demo-container {
    display: flex;
    gap: 50px 5%;
    justify-content: center;
    margin: 7.5% auto;
    flex-wrap: wrap;
}

@media (max-width:768px) {
    .featured-functions-demo-container {
        margin: 20% auto;
    }
    .featured-functions-title {
        margin-bottom: 5%;
        margin-top: 20%;
    }
    .featured-functions-message {
        margin-top: 15%;
    }
}

.featured-functions-demo {
    width: 95%;
    max-width: 260px;
}

.featured-functions-demo-img {
    width: 100%;
}

.featured-functions-demo-img img {
    width: 100%;
}

.featured-functions-demo-text {
    width: 90%;
    margin: 5% auto 0 auto;
    text-align: left;
}


/* 仮予約機能 */

.featured-functions-heading .tent-booking-content-title {
    font-size: 24px;
    font-weight: bold;
}

.featured-functions-heading .tent-booking-content-title span {
    padding: 0 1%;
}

.tent-booking-content-box {
    border: #F2728D 2px solid;
    border-radius: 10px;
    padding: 5% 0;
    background-color: #FEF4F6;
    margin-top: 50px;
}

.tent-booking-content-catch {
    text-align: center;
}

.tent-booking-content-catch h4 {
    margin: 0 auto;
}

.tent-booking-flow-comparison img {
    display: block;
    width: 95%;
    max-width: 780px;
    margin: 5% auto;
}

.tent-booking-step-catch {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
    color: #F2728D;
    margin: 10% auto 7.5% auto;
}

.tent-booking-step-catch-underline {
    background-image: linear-gradient(transparent 60%, #F8EBAB 60%);
}

.tent-booking-step-catch-large {
    font-size: 150%;
    padding-left: 0.01em;
    padding-right: 0.25em;
}

.tent-booking-step-catch::before,
.tent-booking-step-catch::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #F2728D;
}

.tent-booking-step-catch::before {
    margin-right: 30px;
    transform: rotate(-35deg)
}

.tent-booking-step-catch::after {
    margin-left: 30px;
    transform: rotate(35deg)
}


/* .tent-booking-step-box {
    background-color: #f2728e12;
} */

.tent-booking-step1,
.tent-booking-step3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.tent-booking-step2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tent-booking-step2 {
    margin-left: 2.5%;
}

.tent-booking-step1-img,
.tent-booking-step3-img {
    width: 20%;
    min-width: 200px;
    z-index: 2;
}

.tent-booking-step2-img {
    width: 50%;
}

.tent-booking-step1-img img,
.tent-booking-step2-img img,
.tent-booking-step3-img img {
    width: 100%
}

.tent-booking-step1-img,
.tent-booking-step3-img {
    margin-right: -5%;
}

.tent-booking-step2-img {
    margin-left: -5%;
}

.tent-booking-step-text {
    width: 75%;
    min-width: 340px;
    padding: 5% 0;
    background-image: url('../img/functions/step-text-bg.webp');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tent-booking-step-text-innerwrap {}

.tent-booking-step1-img .tent-booking-step-text-innerwrap,
.tent-booking-step3-img .tent-booking-step-text-innerwrap {
    margin-right: 0;
    margin-left: auto;
}

.tent-booking-step2 .tent-booking-step-text {
    width: 50%;
}

.tent-booking-step-numbering {
    font-size: 60px;
    border-right: 1px solid white;
    color: white;
    padding: 0 5%;
}

.tent-booking-step-description {
    text-align: left;
    color: white;
    margin-left: 5%;
}

@media (max-width:768px) {
    .tent-booking-content-box {
        padding: 50px 0 0 0;
    }
    .featured-functions-heading .tent-booking-content-title {
        font-size: 20px;
    }
    .tent-booking-content-catch {
        width: 98%;
        margin: auto;
    }
    .featured-functions-demo-container {
        margin: 20% auto;
    }
    .tent-booking-step-catch-underline {
        background: none;
        background-image: none;
        text-decoration: underline #F8EBAB 5px solid;
    }
    .tent-booking-step-catch-large {
        padding: 0;
    }
    .tent-booking-step1-img,
    .tent-booking-step3-img {
        margin-right: 0;
        margin-top: -20px;
    }
    .tent-booking-step2-img {
        margin-left: 0;
        margin-top: -30px !important;
    }
    .tent-booking-step-text {
        width: 95%;
        margin: auto;
    }
    .tent-booking-step2-img {
        width: 80%;
        margin: auto;
    }
    .tent-booking-step2 {
        margin-left: 0;
        margin: auto;
    }
    .tent-booking-step1,
    .tent-booking-step2,
    .tent-booking-step3 {
        margin-bottom: 10%;
    }
}


/* 機能一覧 */

.functions-list-view {
    margin-top: 15%;
}

.functions-list-view-title {
    font-size: 24px;
}

.functions-list-view-container {
    padding-top: 100px;
}

.functions-list-view-container-title-box {
    margin-bottom: 5%;
}

.functions-list-view-container-title-icon {
    width: 50px;
    margin: 0 auto;
}

.functions-list-view-container-title-icon img {
    width: 100%;
}

.functions-list-view-container-title {
    text-align: center;
    font-size: 20px;
    color: #F2728D;
}

.functions-list-view-container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
    justify-content: left;
    padding: 0;
}

.functions-list-view-container-center ul {
    justify-content: center;
}

.functions-list-view-container ul li {
    display: block;
    width: 23.5%;
    border: #F2728D 1px solid;
    background: #FEF4F6;
    border-radius: 10px;
    padding: 2%;
    box-sizing: border-box;
}

.functions-list-view-container ul li h4 {
    text-align: center;
    margin: 0 auto 5% auto;
}

.functions-list-view-container ul li p a {
    text-decoration: underline 1px solid;
}

@media (max-width:768px) {
    .functions-list-view-container-title-icon {
        width: 75px;
    }
    .functions-list-view-container ul {
        justify-self: center;
    }
    .functions-list-view-container ul li {
        width: 95%;
        padding: 7.5% 10%;
        box-sizing: content-box;
    }
}

.nolimit-option {
    text-align: center;
}
.optimum{
    display: flex;
    text-align: center;
    align-items: center;
}
.optimum .gray{
    background: #f0f0f0;
    border-radius: 10px;
    margin: 60px 20px 20px 40px;
}
.optimum .gray h4{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: #B1B1B1;
    border-radius: 50px;
    width: 226px;
    padding: 8px 0;
    margin: 40px auto 30px;
}
.optimum .gray img{
    width: 85%;
    padding-left: 10px;
}
.optimum .gray p{
    font-size: 14px;
    padding-bottom: 40px;
}
.optimum .pink{
    background: #FDEAEE;
    border-radius: 10px;
    margin: 60px 40px 20px 20px;
}
.optimum .pink h4{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: #F2728D;
    border-radius: 50px;
    width: 226px;
    padding: 8px 0;
    margin: 40px auto 30px;
}
.optimum .pink img{
    width: 85%;
    padding-left: 10px;
}
.optimum .pink p{
    font-size: 14px;
    padding-bottom: 40px;
}
@media (max-width:768px){
    .optimum{
    display: block;
    }
.optimum .gray{
    margin: 30px 15px;
    padding: 10px 0;
}
.optimum .gray h4{
    margin: 20px auto;
}
.optimum .gray p{
    font-size: 14px;
    padding: 10px 20px 20px;
}
.optimum .icon img{
    width: 12%;
    transform: rotate(90deg)
    }
.optimum .pink{
    margin: 30px 15px 40px;
    padding: 10px 0;
}
.optimum .pink h4{
    margin: 20px auto;
}
.optimum .pink p{
    font-size: 14px;
        padding: 10px 20px 20px;
}
.optimum .sp{
    display: none;
    }
}