.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: #DCBC83;
      font-family: serif;
      font-weight: thin;
      border-bottom: 3px solid #DCBC83;
    } */

.heading03 {
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    align-items: center;
    font-size: 1.5em;
    line-height: 2em;
    color: #69B9F4;
}

.heading03:before,
.heading03:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #69B9F4;
}

.heading03:before {
    margin-right: 1rem;
}

.heading03:after {
    margin-left: 1rem;
}

.heading04 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.1em;
    line-height: 2em;
    color: #69B9F4;
    font-family: 'Times New Roman', Times, serif;
    font-weight: thin;

}

.text01 {
    font-size: 0.9em;
    color: #fff;
    padding: 0 5%;
    font-family: 'Times New Roman', Times, serif;
    line-height: 2em;
}

.text01s {
    font-size: 0.7em;
    color: #fff;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
}

.text02 {
    font-size: 0.9em;
    line-height: 2.5em;
    font-family: 'Times New Roman', Times, serif;
    color: #ffffff;
}

.title01 {
    font-size: 1.2em;
    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: #69B9F4;
        font-weight: thin;
    }
}

.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, #DCBC83 0%, #C49B5B 25%, #C49B5B 51%, #DCBC83 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%;
}

/* カルーセル 追加 CSS */

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .60;
    color: #8b8b8b;
    -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;
}

.l-contents__menu>a.menu-default {
    color: #999999;
}

.l-contents__menu>a.menu-default:hover {
    color: #333333;
    background-color: #999999;
}