html {
    scroll-behavior: smooth;
}

body,
html {
    font-family: "Noto Serif JP", sans-serif;
    color: #555555;

}

.title_box {
    background-color: #A79D86;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px 5px 10px;
}

.title_box2 {
    background-color: #6666ff;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px 5px 10px;
}

.img_300 {
    max-width: 300px;
}

.img_250 {
    max-width: 250px;
}

.img_200 {
    max-width: 200px;
}

.img_170 {
    max-width: 170px;
}

.img_150 {
    max-width: 150px;
}

.uk-subnav-divider>::before {
    margin-right: 0;
}

.heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5em;
    line-height: 2em;
    color: #363531;
    font-family: Yu Gothic;
    font-weight: thin;
    border-bottom: 3px solid #363531;
}

.heading04 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5em;
    line-height: 2em;
    color: #ffffff;
    font-family: Yu Gothic;
    font-weight: thin;
}


.title01 {
    background: #363531;
    font-size: 1em;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 5px 5px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}


.sn-resopnsible {
    font-size: 1.2em;
    line-height: 1.8em;
}

@media screen and (max-width:600px) {
    .sn-resopnsible {
        font-size: 1em;
    }

    .heading03 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 1.3em;
        line-height: 2.5em;
        color: #ffffff;
        font-weight: thin;
        background-color: #363531;
    }
}

.full-page {
    height: 100vh;
}

.button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    border-radius: 9999px;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: linear-gradient(270deg, #D8D3CAe3 0%, #ACA9A2 25%, #ACA9A2 51%, #D8D3CA 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}

.button a:hover {
    color: #fff;
    background-position: 99% 50%;
}

.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

body {
    vertical-align: middle;
    /* padding: 50px 0; */
    text-align: center;
}


/* カルーセル */
.container {
    margin: 10px auto 0;
    /*max-width: 500px;*/
    width: 100%;
    height: 500px;
}

.slick-img .slick-cloned {
    width: 30% !important;
}

/* 中央以外のスライド */
.slick-img img {
    height: auto;
    opacity: .3;
    transform: scale(.5);
    transition: opacity .5s, transform .5s;
    width: 100%;
    margin: 100px auto;
}

/* 中央のスライド */
.slider .slick-center img {
    opacity: 1;
    transform: scale(1.5);
    width: 100%;
}

/* カルーセル */
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .40;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-arrow {
    z-index: 2 !important;
    width: 60px !important;
    height: 60px !important;
}

.slick-next {
    right: 70px !important;
}

.slick-prev {
    left: 70px !important;
}

/* Auto Play を停止させない */
.slide_target {
    pointer-events: none;
}