@charset "UTF-8";

/* header パンくずリスト*/
.Breadcrumb {
    padding: 1em;
}

.Breadcrumb-ListGroup {
    display: flex;
}

.Breadcrumb-ListGroup-Item-Link[href]:hover {
    opacity: 0.5;
}

.Breadcrumb-ListGroup>*+* {
    margin-left: 0.5em;
}

.Breadcrumb-ListGroup>*+*::before {
    content: ">";
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/* ボタンリンク */
.btn01 {
    display: inline-block;
    padding: 15px 20px;
    color: #fdfdfd;
    background-color: #b2855d;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    width: 50%;
    position: relative;
    vertical-align: middle;
}

.btn02 {
    background-color: #cd8ea4;
}

.btn03 {
    background-color: #8cadbf;
}

.btn04 {
    border: 1px solid #725c51;
    color: #725c51;
    width: 80%;
    background-color: #f8f4f1;
    font-size: 16px;
    padding: 13px 20px;
}


.btn05 {
    width: 300px;
    margin-bottom: 30px;
    padding: 15px 30px;
    border: none;
    background-color: #796860;
    color: #fcfcfc;
    font-size: 16px;
    border-radius: 5px;
}

.btn01 span::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 15px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #fdfdfd;
    border-right: 2px solid #fdfdfd;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    transition: 0.3s;
}

.btn04 span::after {
    border-top: 1px solid #725c51;
    border-right: 1px solid #725c51;
}

.btn05 span::after {
    border-top: 2px solid #fcfcfc;
    border-right: 2px solid #fcfcfc;
}

.btn01 a:hover {
    color: #fdfdfd;
}

.btn01 a:visited {
    color: #fdfdfd;
}

.btn01 a:link {
    color: #fdfdfd;
}

.btn01:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

/* .wrapper a:visited {
    color: #fdfdfd;
}

.wrapper a:hover {
    color: #fdfdfd;
} */

/* .wrapper a:link {
    color: #fdfdfd;
} */



/* Anime */
.fade-in {
    opacity: 0;
    transition-duration: 2s;
    transition-property: opacity, transform;

}

.fade-in-up {
    transform: translate(0, 50px);
}

.fade-in-down {
    transform: translate(0, -50px);
}

.fade-in-left {
    transform: translate(-50px, 0);
}

.fade-in-right {
    transform: translate(50px, 0);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

.delayed-image {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


/* base_design */

.font_sans {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font_serif {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.font_EN {
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.main {
    max-width: 700px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #725c51;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    letter-spacing: 0.1em;
}

.main img {
    width: 100%;
    margin: 0 auto;
}

.main_contents {
    margin: 0 auto;
}


.main_title {
    margin: 40px 0 0;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.main_txt {
    width: calc(100% - 10%);
    margin: 0 auto 60px;
    line-height: 1.8;
    font-size: 14px;
}

.contents {
    padding: 40px 40px 60px;
}

.contents01 {
    background-color: #f2ede8;
    padding: 60px 40px 60px;
}

.number {
    width: 16%;
    margin: 0 auto 20px;
    position: relative;
}

.contents_txt {
    font-size: 20px;
    color: #fdfdfd;
    margin-bottom: 25px;
}

.box {
    display: flex;
    justify-content: space-between;
}

.item01 {
    width: 48%;
}

.item01 img {
    border-radius: 5px;
}

.staff_txt {
    margin-top: 30px;
    font-weight: 500;
    line-height: 1.5;
}

.staff01 {
    color: #b2855d;
    font-size: 14px;
    margin: 30px 0;
    font-weight: 500;
    line-height: 1.5;
}

.staff02 {
    color: #c97f99;
}

.staff03 {
    color: #6a899a;
}

.item_name {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 0;
    font-weight: 500;
    text-align: center;
}


.btn_area,
.btn_area01 {
    padding: 20px 0 0;
}


.btn_area02 {
    padding: 60px 25px 0;
}

.sub_title {
    font-size: 18px;
    margin: 20px 0 30px;

}

.line {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.line h3 {
    font-size: 20px;
    padding: 0 18px;
    font-weight: 700;
}

.line::after,
.line::before {
    content: '';
    width: 70px;
    height: 2px;
    background-color: #62483b;
}


.pc_none {
    display: none;
}

@media screen and (max-width: 768px) {


    .main_area {
        max-width: 100%;
    }

    .main_title {
        line-height: 1.5;
    }

    .number {
        width: 20%;
    }

    .contents,
    .contents01 {
        padding: 60px 35px 60px;
    }

    .item_name {
        font-size: 20px;
    }

    .btn_area {
        padding: 10px 0 0;
    }

    .btn01 {
        width: 65%;
    }

    .btn04 {
        width: 90%;
    }

    .pc_none {
        display: block;
    }

    .sp_none {
        display: none;
    }

    .item_name {
        font-size: 14px;
        line-height: 1.6;
    }

}



@media screen and (max-width: 480px) {

    .main_title {
        font-size: 16px;
    }

    .main_txt {
        font-size: 14px;
    }

    .number {
        width: 25%;
    }

    .contents_txt {
        font-size: 18px;
    }

    .contents,
    .contents01 {
        padding: 60px 23px 60px;
    }

    .item01 img {
        border-radius: 3px;
    }

    .item_name {
        font-size: 13px;
    }

    .btn01 {
        width: 80%;
        font-size: 16px;
    }

    .btn04 {
        width: 100%;
        font-size: 13px;
    }

    .btn01 span::after {
        width: 8px;
        height: 8px;
    }

    .btn04 span::after {
        right: 10px;
    }

    .contents02{
        padding-top: 30px;
    }

    .btn05{
        font-size: 15px;
    }

}