@charset "UTF-8";

/* ---------------------------------------max all------------------------------------------------ */

#price-headervisual {
    background-image: url(../img/price-header.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 55vh;
    position: relative;
}

.price-wrapper {
    max-width: 1100px;
    padding: 0 4%;
    margin: 0 auto;
}

.fee-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 30px 0;
}



.fee-content {
    width: 41%;
    position: relative;
    padding: 60px 0;
    box-shadow: 0px 2px 10px 0px #bababa;
}

.fee-content::after {
    bottom: 14px;
    right: 22px;
    border-bottom: 1px solid #111111;
    position: absolute;
    content: "";
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fee-text {
    position: absolute;
    width: 200px;
    padding: 10px 0;
    top: -12%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    background-color: #111111;
    color: #ffffff;
}

.nedan {
    font-size: 2.6rem;
    color: #EB6F6F;
}

.en {
    color: #EB6F6F;
}


.dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 4em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
}

.dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

/* ryoukinhyou */

table {
    border-collapse: collapse;
    margin: 50px auto;
    padding: 0;
    width: 1000px;
    table-layout: fixed;
}

table tr {
    background-color: #fff;
    padding: .35em;
    border: 2px solid #e2dede;
}

table tr:last-child {
    border: none;
}

table th {
    font-size: 1.3em;
    font-weight: bold;
    border-right: 2px solid #fff;
}

table td {
    padding: 2em .5em;
    border: 2px solid #e2dede;
    text-align: center;
}


table thead tr {
    background-color: #111111;
    color: #fff;
}

table tbody th {
    border: 2px solid #e2dede;
}

th.non {
    border-right: none;
    background-color: #ffffff;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}


.price {
    font-weight: bold;
    font-size: 1.3em
}

.price span {
    font-size: .6em;
}

.red-txt {
    color: #EB6F6F;
}


@media screen and (max-width: 1100px) {
    .wrap {
        overflow-x: scroll;
    }
}

/* ryoukinhyou */

.experience-wrapper{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

.niceplace{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 65px 0;
    flex-wrap: wrap;
    margin: 120px 0 0px 0;
}

.niceplace-item{
    width: 255px;
    height: 255px;
    font-size: 2.2rem;
    background-color: #EB6F6F;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experience-figure{
    width: 94%;
    margin: 0 auto;
    padding: 60px 0;
}

.experience-wrapper figure img{
    width: 100%;
}

.experience-container{
    padding-bottom: 120px;
}

.experience-flow{
    display: flex;
    justify-content: space-around;
}

.experience-flow-item{
    width: 50%;
    position: relative;
    padding-bottom: 10px;
}

.experience-flow-title{
    font-size: 2.2rem;
    padding-bottom: 60px;
    font-weight: bold;
    padding-left: 25px;
}

.experience-flow-title span{
    color:#EB6F6F;
}

.experience-flow-title:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    display: inline-block;
    width: 4%;
    height: 1px;
    background-color: #111111;
}

.flow-border {
    border: 20px solid transparent;
    width: 0px;
    height: 0px;
    border-top-color: #EB6F6F;
    margin: 60px auto;
}

/* ---------------------------------------/max all------------------------------------------------ */

/* ---------------------------------------max 800px------------------------------------------------ */


@media screen and (max-width: 800px) {

    #price-headervisual {
        background-image: url(../img/price-header.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 30vh;
        position: relative;
    }
    
    .price-wrapper {
        max-width: 1100px;
        padding: 0 4%;
        margin: 0 auto;
    }
    
    .fee-wrapper {
        display: block;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        padding: 10px 0;
        margin: 0 auto;
    }
    
    
    
    .fee-content {
        width: 80%;
        position: relative;
        padding: 50px 0;
        box-shadow: 0px 2px 10px 0px #bababa;
        margin: 50px auto 25px auto;;
    }
    
    .fee-content::after {
        bottom: 14px;
        right: 15px;
        border-bottom: 1px solid #111111;
        position: absolute;
        content: "";
        width: 90%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .fee-text {
        position: absolute;
        width: 200px;
        padding: 10px 0;
        top: -12%;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        background-color: #111111;
        color: #ffffff;
    }
    
    .nedan {
        font-size: 1.8rem;
        color: #EB6F6F;
    }
    
    .en {
        color: #EB6F6F;
    }
    
    
    .dli-plus {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 3em;
        height: 0.1em;
        background: currentColor;
        border-radius: 0.1em;
        position: relative;
    }
    
    .dli-plus::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        border-radius: inherit;
        transform: rotate(90deg);
    }
    
    /* ryoukinhyou */
    
    table {
        border-collapse: collapse;
        margin: 50px auto;
        padding: 0;
        width: 620px;
        table-layout: fixed;
    }
    
    table tr {
        background-color: #fff;
        padding: .35em;
        border: 2px solid #e2dede;
    }
    
    table tr:last-child {
        border: none;
    }
    
    table th {
        font-size: 1.0em;
        padding: 1em;
        font-weight: bold;
        border-right: 2px solid #fff;
    }
    
    table td {
        padding: 2em .5em;
        border: 2px solid #e2dede;
        text-align: center;
    }
    
    
    table thead tr {
        background-color: #111111;
        color: #fff;
    }
    
    table tbody th {
        border: 2px solid #e2dede;
    }
    
    th.non {
        border-right: none;
        background-color: #ffffff;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }
    
    
    .price {
        font-weight: bold;
        font-size: 1.0em
    }
    
    .price span {
        font-size: .4em;
    }
    
    .red-txt {
        color: #EB6F6F;
    }
    
    
    @media screen and (max-width: 1100px) {
        .wrap {
            overflow-x: scroll;
        }
    }
    
    /* ryoukinhyou */
    
    .experience-wrapper{
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 4%;
    }
    
    .niceplace{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 65px 0;
        flex-wrap: wrap;
        margin: 120px 0 0px 0;
    }
    
    .niceplace-item{
        width: 160px;
        height: 160px;
        font-size: 1.8rem;
        background-color: #EB6F6F;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .experience-figure{
        width: 100%;
        margin: 0 auto;
        padding: 60px 0;
    }
    
    .experience-wrapper figure img{
        width: 100%;
    }
    
    .experience-container{
        padding-bottom: 120px;
    }
    
    .experience-flow{
        display: block;
        justify-content: space-around;
    }
    
    .experience-flow-item{
        width: 100%;
        position: relative;
        padding-bottom: 0px;
    }
    
    .experience-flow-title{
        font-size: 1.8rem;
        padding-bottom: 30px;
        font-weight: bold;
        padding-left: 25px;
    }
    
    .experience-flow-title span{
        color:#EB6F6F;
    }
    
    .experience-flow-title:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 0;
        display: inline-block;
        width: 4%;
        height: 1px;
        background-color: #111111;
    }
    
    .flow-border {
        border: 20px solid transparent;
        width: 0px;
        height: 0px;
        border-top-color: #EB6F6F;
        margin: 60px auto;
    }

}

/* ---------------------------------------/max 800px------------------------------------------------ */