.home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url("/static/images/home-background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
}

.home-text-wrap{
  margin-bottom: 80px;
}

.home .home-greeting,
.home .home-sub-greeting {
    text-shadow: 1px 2px rgb(158, 165, 172), 0 0 1em rgb(176, 177, 177), 0 0 0.2em rgb(200, 211, 223);
    text-align: center;
}

.home .home-greeting {
    font-size: 35px;
    margin-bottom: 15px;
}

.home .home-sub-greeting {
    font-size: 60px;
    margin-bottom: 20px;
}

.home .home-content {
    display: flex;
    justify-content: center;
}

.home .home-content .content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 5px;
    margin-right: 20px;
    padding: 20px;
}

.home .home-content .content-left .title {
    text-align: center;
    color: #707070;
    margin-bottom: 20px;
    line-height: 1.5;
}

.home .home-content .content-left .title span {
    font-size: 20px;
}

.home .home-content .content-left img {
    margin-bottom: 40px;
}

.home .home-content .content-left .button-reservation {
    color: black;
    padding: 12px 40px;
    white-space: nowrap;
}

.home .home-content .content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home .home-content .content-right .top {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.home .home-content .content-right .top .button-list,
.home .home-content .content-right .top .info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    border-radius: 5px;
    margin-right: 20px;
}

.home .home-content .content-right .top .button-list {
    padding: 20px;
}

.home .home-content .content-right .top .button-list .title,
.home .home-content .content-right .top .button-list .description {
    color: #fff;
}

.home .home-content .content-right .top .button-list .title,
.home .home-content .content-right .top .info-wrapper .title {
    font-size: 17px;
    font-weight: 700;
}

.home .home-content .content-right .top .button-list .title,
.home .home-content .content-right .top .button-list img {
    margin-bottom: 15px;
}

.home .home-content .content-right .top .button-list .description {
    text-align: center;
}

.home .home-content .content-right .top .info-wrapper,
.home .home-content .content-right .bottom {
    background-color: white;
    border-radius: 5px;
}

.home .home-content .content-right .top .info-wrapper {
    padding: 20px;
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
}

.home .home-content .content-right .top .info-wrapper .title {
    width: 100%;
    text-align: start;
    margin-bottom: 15px;
}

.home .home-content .content-right .top .info-wrapper .info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.home .home-content .content-right .top .info-wrapper .info:last-child {
    margin-bottom: 0;
}

.home .home-content .content-right .top .info-wrapper .info div {
    white-space: nowrap;
}

.home .home-content .content-right .bottom .title {
    padding: 10px;
    color: black;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
}

.home .home-content .content-right .bottom .guide {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .home-content .content-right .bottom .guide .guide-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    margin-right: 15px;
}

.home .home-content .content-right .bottom .guide .guide-column:last-child {
    margin-right: 0;
}

.home .home-content .content-right .bottom .guide .guide-column img {
    height: 40%;
    margin-bottom: 5px;
}

.home .home-content .content-right .bottom .guide .guide-column div {
    font-size: 12px;
    text-align: center;
}

.home .home-content .content-right .top .btn-list-1{
    background-color: #647CA3;
}

.home .home-content .content-right .top .btn-list-2{
  background-color: #023E7C;
}

.home .home-content .content-right .top .btn-list-3{
    background-image: url("/static/images/btn-list-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 105%;
}


.home .home-content .content-right .top .button-list:last-child{
    margin-right: 0;
}

.main-text-deco{
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .home {
        justify-content: flex-start;
        height: 1300px;
    }

    .home .home-greeting {
        font-size: 1.8em;
        margin-bottom: 15px;
        text-shadow: none;
    }

    .home .home-sub-greeting {
        font-size: 24px;
        margin-bottom: 20px;
        text-shadow: none;
    }

    .home .home-content {
        flex-direction: column;
        width: 100%;
    }

    .home .home-text-wrap{
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .home .home-content .content-left,
    .home .home-content .content-right .top .button-list {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .home .home-content .content-right .top {
        flex-direction: column;
    }

    .home .home-content .content-right .bottom .guide .guide-column {
        width: 60px;
        height: 60px;
        margin-right: 0;
    }

    .home .home-content .content-right .bottom .guide .guide-column div {
        font-size: 10px;
    }
}
