@charset "utf-8";
.c-subhead-ttlwrap{
    background-image: url(../img/owner/head_bg.jpg);
}
.p-intro{
    position: relative;
    padding-top: 1rem;
}
.p-intro-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(233,217,173,.4);
}
.p-intro .c-sec-ttl span{
    display: inline-block;
    margin-bottom: .1rem;
    padding: 0 .1rem;
    background: #560707;
    color: #fff;
}
.p-intro-col{
    width: min(100%,800px);
    margin: auto;
    display: flex;
    align-items: center;
    gap: .4rem;
}
.p-intro-col > figure{
    flex: 0 0 360px;
    border-right: 2px solid #c6b1b2;
    border-bottom: 2px solid #c6b1b2;
}
.p-intro-col > div{
    display: grid;
    gap: .3rem;
    place-items: center;
}
.p-history{
    position: relative;
    padding: 1rem 0;
    background: url(../img/owner/history_bg.png) no-repeat top center / 100% auto;
}
.p-history-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(233,217,173,.4);
    text-align: right;
}
.p-history-conts{
    display: flex;
    gap: .2rem;
    margin-bottom: .7rem;
}
.p-history-conts > div{
    width: calc(100% / 3);
    display: grid;
    place-content: flex-start;
    place-items: center;
    gap: .1rem;
}
.p-history-conts > div figure{
    margin-bottom: .1rem;
}
.p-beige-box{
    background: rgba(221,208,198,.75);
    padding: .5rem .8rem;
    position: relative;
    margin-bottom: .7rem;
}
.p-beige-box::before{
    content: '';
    width: 2px;
    height: 1.2rem;
    background: linear-gradient(to bottom, #d9a960, #d08c5a);
    position: absolute;
    top: -.4rem;
    right: .4rem;
}
.p-beige-box::after{
    content: '';
    width: 1.2rem;
    height: 2px;
    background: linear-gradient(to left, #d9a960, #d08c5a);
    position: absolute;
    bottom: .4rem;
    left: -.4rem;
}
.p-beige-box .c-sec-ttl{
    text-align: left;
}
.p-beige-box .c-sec-ttl::after{
    margin: .2rem auto .2rem 0;
}
.p-history-conts02 ul{
    display: flex;
    gap: .4rem;
}
.p-history-conts02 ul li{
    width: calc(100% / 3);
    position: relative;
}
.p-history-conts02 ul li:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 100%;
    background: #ab9886;
    position: absolute;
    bottom: 0;
    right: -.2rem;
}
.p-history-conts02 ul li p{
    padding-left: 1em;
    text-indent: -1em;
}
.p-history-gallery{
    display: flex;
    justify-content: center;
    gap: .2rem;
}
.p-history-gallery figure{
    width: calc(100% / 3);
}
.p-educator{
    padding: 2rem 0 1rem;
    background: #684942 url(../img/common/bg_brown.jpg) no-repeat center center / cover;
    position: relative;
}
.p-educator::before,
.p-educator::after{
    content: '';
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, #eba866, #f8d485);
    position: absolute;
    left: 0;
    z-index: 1;
}
.p-educator::before{
    top: 0;
}
.p-educator::after{
    bottom: 0;
}
.p-educator-deco{
    color: rgba(255, 255, 255, .15);
    position: absolute;
    top: 10px;
    left: 0;
}
.p-educator-col{
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #fff;
    margin-bottom: 1rem;
}
.p-educator-col-ttl span{
    display: inline-block;
    background: linear-gradient(to right, #af6a45, #b67e49);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .4);
    padding: 0 .1rem;
    margin-bottom: .1rem;
}
.p-educator-col > div{
    display: grid;
    gap: .1rem;
    flex: 0 0 470px;
}
.p-educator-col > figure{
    position: relative;
}
.p-educator-col > figure::after{
    content: '';
    width: 50%;
    aspect-ratio: 1;
    background: linear-gradient(45deg, #eba866, #f8d485);
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
.p-educator-pickup{
    width: min(100%,800px);
    margin: 0 auto .6rem;
    padding: .5rem .5rem .5rem .8rem;
    background: #9c9281;
    color: #fff;
    display: flex;
    align-items: center;
    gap: .6rem;
    position: relative;
}
.p-educator-pickup-deco{
    color: #eebd7a;
    background: #402420;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .4);
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    position: absolute;
    top: -.55rem;
    left: 0;
    display: grid;
    place-items: center;
    text-align: center;
}
.p-educator-pickup > div{
    display: grid;
    gap: .1rem;
}
.p-educator-pickup > figure{
    flex: 0 0 auto;
}
.p-educator-review{
    margin-bottom: .6rem;
}
.p-educator-review > div:nth-child(even){
    flex-direction: row-reverse;
}
.p-educator-review > div:nth-child(even) .c-review-col-pic::after{
    display: none;
}
.p-educator-review > div:nth-child(even) .c-review-col-pic::before{
    content: '';
    width: 2px;
    height: 55px;
    background: linear-gradient(to bottom, #d9a960, #d08c5a);
    transform: rotate(45deg);
    display: block;
}
.p-educator-sns{
    display: grid;
    gap: .2rem;
    text-align: center;
    color: #fff;
}
.p-message{
    position: relative;
    padding: 1rem 0;
    background: url(../img/owner/message_bg.png) no-repeat bottom center / 100% auto;
}
.p-message-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(233,217,173,.4);
}
.p-message-gallery{
    display: flex;
    gap: .5rem;
    margin-bottom: .5rem;
}
@media only screen and (max-width: 1024px) {
    .p-intro{
        padding-top: 2rem;
    }
    .p-intro-col{
        flex-direction: column;
    }
    .p-intro-col > figure{
        flex: 1;
        width: min(100%,360px);
        margin: auto;
    }
    .p-beige-box{
        padding: .8rem .6rem;
    }
    .p-beige-box > div{
        width: 100%;
    }
    .p-history-conts{
        flex-direction: column;
        gap: .6rem;
    }
    .p-history-conts > div{
        width: 100%;
    }
    .p-history-conts > div figure{
        margin-bottom: .2rem;
    }
    .p-history-conts02 ul{
        flex-direction: column;
    }
    .p-history-conts02 ul li{
        width: 100%;
    }
    .p-history-conts02 ul li:not(:last-child)::after{
        width: 100%;
        height: 1px;
        bottom: -.2rem;
        right: 0;
    }
    .p-history-gallery{
        flex-wrap: wrap;
    }
    .p-history-gallery figure{
        width: min(100%,360px);
    }
    .p-educator-col{
        flex-direction: column;
        margin-bottom: 1.5rem;
    }
    .p-educator-col > div{
        flex: 1;
    }
    .p-educator-col > figure{
        width: min(100%,360px);
    }
    .p-educator-pickup{
        flex-direction: column;
        padding: .8rem .4rem .4rem;
    }
    .p-educator-pickup-deco{
        width: 80px;
        height: 80px;
        top: -50px;
    }
    .p-educator-review > div:nth-child(even){
        flex-direction: column;
    }
    .p-educator-review > div:nth-child(even) .c-review-col-pic::before{
        display: none;
    }
    .p-message-gallery{
        flex-direction: column;
        gap: .2rem;
    }
    .p-history{
        padding-top: 1.5rem;
    }
}