@charset "UTF-8"; #eminfo {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6000;
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
}

#eminfo .infoin {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    padding: 20px;
    width: 96%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index: 7000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#eminfo .infoin h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000;
    font-weight: 700;
}

#eminfo .infoin p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
}

#eminfo .infoin p_r {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    text-align: right;
}

#eminfo .infoin a {
    color: #000;
    display: inline-block;
    text-decoration: underline;
}

#eminfo .infoin .cls {
    width: 100%;
    max-width: 300px;
    cursor: pointer;
    height: 40px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
}

#eminfo .infoin .cls p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

#eminfo .infoin .cls:hover {
    opacity: 0.7;
}

.secabout2 {
    background-color: #fff;
    position: relative;
}

.secabout2 p.lead {
    color: #012A3B;
}

.secabout2 h3 {
    color: #B08E46;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.secabout2 h3 span {
    background-color: #fff;
    display: inline-block;
    z-index: 3;
    letter-spacing: 4px;
    font-size: 24px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 18px;
}

@media screen and (max-width: 584px) {
    .secabout2 h3 span {
        font-size: 6vw;
    }
}

.secabout2 h3::after {
    z-index: 1;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #B08E46;
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.secabout2 ul {
    position: relative;
    margin-top: 40px;
}

.secabout2 ul li {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 584px) {
    .secabout2 ul li {
        width: 100%;
    }
}

.secabout2 ul li .bg {
    display: block;
    vertical-align: bottom;
    width: 100%;
    opacity: 0;
}

.secabout2 ul li .sin {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 90%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
}

.secabout2 ul li .sin p {
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 584px) {
    .secabout2 ul li .sin p {
        font-size: 3.5vw;
    }
}

.secabout2 ul li .sin .rbtn {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #B08E46;
    max-width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.secabout2 ul li .sin .rbtn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secabout2 ul li .sin .rbtn a p {
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secabout2 ul li .sin .rbtn:hover {
    opacity: 0.7;
}

.secabout2 ul li .sin .rbtn2 {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #B08E46;
    max-width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.secabout2 ul li .sin .rbtn2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secabout2 ul li .sin .rbtn2 a p {
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secabout2 ul li .sin .rbtn2:hover {
    opacity: 0.7;
}

.secabout2 ul li .sin h4 {
    color: #B08E46;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.secabout2 ul li .sin h4 span {
    display: block;
    z-index: 3;
    font-size: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    color: #1a1a1a;
}

@media screen and (max-width: 584px) {
    .secabout2 ul li .sin h4 {
        font-size: 6vw;
        letter-spacing: 2px;
    }

    .secabout2 ul li .sin h4 span {
        font-size: 4vw;
    }
}

.secabout2 ul li::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}

.secabout2 ul li.s1::after {
    background-image: url("../img/top/cpnl2_01.jpg");
}

.secabout2 ul li.s2::after {
    background-image: url("../img/top/cpnl2_02.jpg");
}

.secabout2 ul li.s3::after {
    background-image: url("../img/top/cpnl2_03.jpg");
}

.secabout2 ul li.s4::after {
    background-image: url("../img/top/cpnl2_04.jpg");
}

.secabout2 ul li:hover::after {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.secroom {
    background-color: #fff;
    position: relative;
}

.secroom::before {
    content: "";
    background-color: #F8F2EA;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 40%;
    z-index: 1;
    position: absolute;
}

.secroom .rli {
    position: relative;
}

.secroom .rli .slide-item {
    width: 330px;
    position: relative;
    box-sizing: border-box;
    margin-right: 50px;
}

@media screen and (max-width: 584px) {
    .secroom .rli .slide-item {
        width: 90vw;
        max-width: 300px;
    }
}

.secroom .rli .slide-item figure {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    z-index: 3;
}

.secroom .rli .slide-item figure img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

.secroom .rli .slide-item figure p.note {
    right: 25px;
    bottom: 25px;
}

.secroom .slick-dots {
    bottom: -50px;
}

.secroom .slick-dots li {
    float: none;
}

.secroom .rli .slide-item .rinfo {
    /*background-color: #fff;*/
    background-color: #F3E8DF;
    margin-top: -60px;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    padding: 40px;
    padding-top: 60px;
}

.secroom .rli .slide-item .rinfo h4 {
    text-align: center;
    color: #062A3B;
    margin-bottom: 20px;
}

.secroom .rbtn {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #B08E46;
    margin-left: auto;
    margin-right: auto;
}

.secroom .rbtn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secroom .rbtn a p {
    z-index: 7;
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secroom .rbtn:hover {
    opacity: 0.7;
}

.secroom .rbtn2 {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #B08E46;
    margin-left: auto;
    margin-right: auto;
}

.secroom .rbtn2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secroom .rbtn2 a p {
    z-index: 7;
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secroom .rbtn2:hover {
    opacity: 0.7;
}

.secroom .rli .slide-item .rinfo p.rifop {
    min-height: 160px;
    color: #062A3B;
    line-height: 1.8em;
    text-align: left;
    font-size: 14px;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 584px) {
    .secroom .rli .slide-item .rinfo p.rifop {
        min-height: 100px;
        line-height: 1.5em;
        font-size: 3.5vw;
    }
}

.secroom .rli .slide-item .rinfo .btnset {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
}

@media screen and (max-width: 584px) {
    .secroom .slick-dots li {
        margin: 0;
    }
}

.secroom .rli .slide-item .rinfo .btnset a {
    width: 49%;
    height: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #062A3B;
    box-sizing: border-box;
}

.secroom .rli li .rinfo .btnset a p {
    font-size: 16px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.secroom .rli .slide-item .rinfo .btnset a.pdetail, .secroom .rli .slide-item .rinfo .btnset a.rsv {
    margin-right: 0%;
    background-color: #062A3B;
}

.secroom .rli .slide-item .rinfo .btnset a.pdetail p, .secroom .rli .slide-item .rinfo .btnset a.rsv p {
    color: #fff;
}

.secroom .rli .slide-item .rinfo .btnset a:hover {
    opacity: 0.7;
    background-color: #062A3B;
}

.secroom .rli .slide-item .rinfo .btnset a:hover p {
    color: #fff;
    font-size: 14px;
}

.secroom .rli .slide-item .rinfo h4 {
    font-size: 16px;
}

.secroom .rli .slide-item .rinfo table {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #062A3B;
    border-bottom: 1px solid #062A3B;
    margin-bottom: 20px;
}

.secroom .rli .slide-item .rinfo table td {
    text-align: center;
    position: relative;
}

.secroom .rli .slide-item .rinfo table td::after {
    width: 1px;
    height: 60%;
    content: "";
    background-color: #062A3B;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.secroom .rli .slide-item .rinfo table td:last-child::after {
    display: none;
}

@media only screen and (max-width: 750px) {
    .secroom .rli .slide-item .rinfo {
        padding: 15px;
        padding-top: 60px;
    }

    .secroom .rli .slide-item .rinfo p {
        font-size: 3.5vw;
    }
}

.secroom .secin {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 0px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    color: #fff;
}

@media screen and (max-width: 584px) {
    .secroom .secin {
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.secroom .secin h4 {
    color: #012A3B;
}

.secroom .secin p.lead {
    color: #012A3B;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secroom .secin p.lead.sty2 {
    margin-top: 0px;
}

@media screen and (max-width: 584px) {
    .secroom .secin p.lead {
        font-size: 3.5vw;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.secroom .secin h3 {
    color: #B08E46;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}

.secroom .secin h3 span {
    background-color: #fff;
    display: inline-block;
    z-index: 3;
    letter-spacing: 4px;
    font-size: 24px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 18px;
}

@media screen and (max-width: 584px) {
    .secroom .secin h3 span {
        font-size: 6vw;
    }
}

.secroom .secin h3::after {
    z-index: 1;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #B08E46;
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.secroom .sec2a0 {
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding-bottom: 100px;
}

@media screen and (max-width: 584px) {
    .secroom .sec2a0 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 584px) {
    .secroom .sec2a0 .slick-list {
        margin-right: 0px;
    }
}

.sec2a0 .arrset {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 80;
    left: 50%;
    top: 36%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.sec2a0 .arrset .arrp {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #fff;
    cursor: pointer;
}

.sec2a0 .arrset .arrp::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 12px;
    margin: auto;
    left: 12px;
    top: 12px;
    border-top: #062A3B solid 2px;
    border-right: #062A3B solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sec2a0 .arrset .arrn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    cursor: pointer;
}

.sec2a0 .arrset .arrn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 15px;
    top: 15px;
    z-index: 1;
    margin: auto;
    border-left: #062A3B solid 2px;
    border-bottom: #062A3B solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
    .sec2a0 .arrset {
        display: block;
    }
}

.secabout {
    background-color: #fff;
    position: relative;
    /* padding-bottom: 60px; */
}

@media screen and (max-width: 584px) {
    .secabout {
        padding-bottom: 0px;
    }
    #planList{
        width: 100%;
    }
}

.secabout::before {
    content: "";
    background-color: #F8F2EA;
    left: 0;
    top: 0;
    width: 40%;
    height: 40%;
    z-index: 1;
    position: absolute;
}

@media screen and (max-width: 584px) {
    .secabout::before {
        display: none;
    }
}

.secabout .secin {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    color: #fff;
}

@media screen and (max-width: 584px) {
    .secabout .secin {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.secabout .secin p.lead {
    color: #012A3B;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secabout .secin h3 {
    color: #B08E46;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}

.secabout .secin h3 span {
    background-color: #fff;
    display: inline-block;
    z-index: 3;
    letter-spacing: 4px;
    font-size: 24px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 18px;
}

@media screen and (max-width: 584px) {
    .secabout .secin h3 span {
        font-size: 6vw;
    }
}

.secabout .secin h3::after {
    z-index: 1;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #B08E46;
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.secabout .secin ul {
    position: relative;
    margin-top: 40px;
}

.secabout .secin ul li {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.secabout .secin ul li.s2 {
    width: 50%;
    float: left;
}

@media screen and (max-width: 584px) {
    .secabout .secin ul li.s2 {
        width: 100%;
        float: none;
    }
}

.secabout .secin ul li.s3 {
    width: 50%;
    float: left;
}

@media screen and (max-width: 584px) {
    .secabout .secin ul li.s3 {
        width: 100%;
        float: none;
    }
}

.secabout .secin ul li .bg {
    display: block;
    vertical-align: bottom;
    width: 100%;
    opacity: 0;
}

.secabout .secin ul li .sin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.secabout .secin ul li .sin p {
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secabout .secin ul li .sin .rbtn {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #B08E46;
    max-width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.secabout .secin ul li .sin .rbtn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secabout .secin ul li .sin .rbtn a p {
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secabout .secin ul li .sin .rbtn:hover {
    opacity: 0.7;
}

.secabout .secin ul li .sin .rbtn2 {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #B08E46;
    max-width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.secabout .secin ul li .sin .rbtn2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secabout .secin ul li .sin .rbtn2 a p {
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secabout .secin ul li .sin .rbtn2:hover {
    opacity: 0.7;
}

.secabout .secin ul li .sin h4 {
    color: #B08E46;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.secabout .secin ul li .sin h4 span {
    display: block;
    z-index: 3;
    font-size: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    color: #fff;
}

@media screen and (max-width: 584px) {
    .secabout .secin ul li .sin h4 {
        font-size: 6vw;
        letter-spacing: 2px;
    }

    .secabout .secin ul li .sin h4 span {
        font-size: 4vw;
    }
}

.secabout .secin ul li::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}

.secabout .secin ul li.s1 {
    background-image: url("../img/top/cpnl1_01.jpg");
}

@media screen and (max-width: 584px) {
    .secabout .secin ul li.s1 {
        background-image: url("../img/top/cpnl1_01@sp.jpg");
    }
}

.secabout .secin ul li.s2 {
    background-image: url("../img/top/cpnl1_02.jpg");
}

.secabout .secin ul li.s3 {
    background-image: url("../img/top/cpnl1_03.jpg");
}

.secabout .secin ul li:hover::after {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.secplan {
    background-color: #012A3B;
    position: relative;
    padding-bottom: 60px;
}

@media screen and (max-width: 584px) {
    .secplan {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.secplan::after {
    max-width: 800px;
    width: 100%;
    height: 800px;
    content: "";
    position: absolute;
    left: 50%;
    top: 60%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/top/bg_01.png");
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

@media screen and (max-width: 584px) {
    .secplan::after {
        width: 100%;
    }
}

.secplan .secin {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    color: #fff;
}

@media screen and (max-width: 584px) {
    .secplan .secin {
        padding: 20px;
    }
}

.secplan .secin p.lead {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.secplan .secin p.lead.sty2 {
    margin-top: 0px;
}

@media screen and (max-width: 584px) {
    .secplan .secin p.lead {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.secplan .secin .rbtn {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    left: 0;
    bottom: 0;
    background-color: #B08E46;
}

@media screen and (max-width: 584px) {
    .secplan .secin .rbtn {
        position: relative;
        left: auto;
        bottom: auto;
    }
}

.secplan .secin .rbtn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secplan .secin .rbtn a p {
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secplan .secin .rbtn:hover {
    opacity: 0.7;
}

.secplan .secin .rbtn2 {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    left: 0;
    bottom: 0;
    background-color: #B08E46;
}

@media screen and (max-width: 584px) {
    .secplan .secin .rbtn2 {
        position: relative;
        left: auto;
        bottom: auto;
    }
}

.secplan .secin .rbtn2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secplan .secin .rbtn2 a p {
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.secplan .secin .rbtn2:hover {
    opacity: 0.7;
}

.secplan .secin ul.slide {
    z-index: 3;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 584px) {
    .secplan .secin ul.slide {
        display: block;
    }
}

.secplan .secin ul.slide li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding-bottom: 60px;
    position: relative;
}

.secplan .secin ul.slide li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 584px) {
    .secplan .secin ul.slide li.slide-item {
        width: 90vw;
    }

    .secplan .secin ul.slide li .rbtn {
        margin-top: 20px;
    }
}

.secplan .secin ul.slide li .rbtn2 {
    margin-top: 20px;
}

.secplan .secin ul.slide li figure {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.secplan .secin ul.slide li figure img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

.secplan .secin ul.slide li figure p.note {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 3;
}

.secplan .secin ul.slide li h5 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}

.secplan .secin ul.slide li p {
    line-height: 1.8em;
    text-align: left;
}

.secplan .slick-dots {
    bottom: 10px;
    text-align: center !important;
}

.secplan .slick-dots li {
    position: relative !important;
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important;
    margin: 0 5px !important;
    padding: 0 !important;
    cursor: pointer !important;
    float: none !important;
}

.secplan .slick-dots li button:before {
    color: #fff !important;
}

.secplan h3 {
    color: #B08E46;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}

.secplan h3 span {
    background-color: #012A3B;
    display: inline-block;
    z-index: 3;
    letter-spacing: 4px;
    font-size: 24px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 18px;
}

@media screen and (max-width: 584px) {
    .secplan h3 span {
        font-size: 6vw;
    }
}

.secplan h3::after {
    z-index: 1;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #B08E46;
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.secinfo {
    background-color: #1E2121;
    position: relative;
}

.secinfo::before {
    background-color: #012A3B;
    content: "";
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.secinfo .secin {
    z-index: 5;
    width: 100%;
    background-color: #fff;
    max-width: 1000px;
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.secinfo .secin .more {
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.secinfo .secin .more a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secinfo .secin .more a img {
    margin-left: 10px;
}

.secinfo .secin .infoa {
    width: 200px;
    height: 200px;
    background-color: #012A3B;
    box-sizing: border-box;
    padding: 14px;
    float: left;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 584px) {
    .secinfo .secin .infoa {
        width: 100%;
        height: auto;
        padding-bottom: 46px;
        padding-top: 20px;
    }

    .secinfo .secin .infoa .more {
        margin-bottom: 10px;
    }

    .secinfo .secin .infoa .more a {
        font-size: 3.5vw;
    }
}

.secinfo .secin .infob {
    width: calc(100% - 220px);
    float: left;
    box-sizing: border-box;
    padding: 12px;
    height: 200px;
    overflow: auto;
}

@media screen and (max-width: 584px) {
    .secinfo .secin .infob {
        width: 100%;
        height: 140px;
    }
}

.secinfo .secin .infob ul {
    position: relative;
}

.secinfo .secin .infob ul li {
    float: none;
    text-align: left;
    margin-bottom: 10px;
}

.secinfo .secin .infob ul li span {
    display: inline-block;
}

.secinfo .secin .infob ul li span.date {
    width: 120px;
    text-align: center;
    vertical-align: top;
}

@media screen and (max-width: 584px) {
    .secinfo .secin .infob ul li span.date {
        width: 90px;
    }
}

.secinfo .secin .infob ul li span.dTxt {
    width: calc(100% - 120px);
    vertical-align: top;
}

@media screen and (max-width: 584px) {
    .secinfo .secin .infob ul li span.dTxt {
        width: calc(100% - 90px);
    }
}

.secbann {
    background-color: #1E2121;
}

.secbann .secin {
    max-width: 1000px;
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.secbann .secin ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 584px) {
    .secbann .secin ul {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
}

.secbann .secin ul li {
    width: 49%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}

.secbann .secin ul li.w59 {
    width: 59.4%;
}

.secbann .secin ul li.w38 {
    width: 38.5%;
}

.secbann .secin ul li.c3 {
    width: 100%;
}

.secbann .secin ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.secbann .secin ul li a img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

@media screen and (max-width: 584px) {
    .secbann .secin ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .secbann .secin ul li.w59 {
        width: 100%;
    }
    
    .secbann .secin ul li.w38 {
        width: 100%;
    }
}

.secbannb {
    background-color: #f9f5f2;
}

.secbannb .secin {
    max-width: 1000px;
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.secbannb .secin ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 584px) {
    .secbannb .secin ul {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
}

.secbannb .secin ul li {
    width: 49%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

.secbannb .secin ul li.c3 {
    width: 100%;
}

.secbannb .secin ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.secbannb .secin ul li a img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

@media screen and (max-width: 584px) {
    .secbannb .secin ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}

.pageindex #main {
    padding-top: 80px;
}

@media screen and (max-width: 750px) {
    .pageindex #main {
        padding-top: 0px;
    }
}

.mainimg {
    position: relative;
}

.mainimg .bg {
    display: block;
    vertical-align: bottom;
    width: 100%;
    opacity: 0;
}

.mainimg ul.sld {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.mainimg ul.sld li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mainimg ul.sld li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/top/main_01.jpg");
}

.mainimg .mainc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 13;
}

.mainimg .mainc li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mainimg .mainc li img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

@media screen and (max-width: 584px) {
    #eminfo {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    #eminfo .infoin {
        width: 90%;
        height: 90vh;
        overflow: auto;
        position: fixed;
        left: 5%;
        top: 5vh;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    #eminfo .infoin h5 {
        font-size: 16px;
        text-align: left;
    }
}

.infodata a {
    text-decoration: underline;
}

.eminfo {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    width: 96%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.eminfo h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000;
    font-weight: 700;
}

.eminfo p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
}

.eminfo a {
    color: #000;
    display: inline-block;
    text-decoration: underline;
}

#slide .s0c {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

#slide .s0c::before {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: black;
    content: "";
}

#slide .s0c p {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 6;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 70px;
    color: #fff;
}

#slide .s0c p span {
    display: inline-block;
    opacity: 0;
}

#slide .s0c p span:nth-child(1) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(2) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(3) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(4) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(5) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(6) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(7) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(8) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(9) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    -ms-transition-delay: 0.85s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(10) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -webkit-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    -ms-transition-delay: 0.95s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(11) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(12) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 1.15s;
    -moz-transition-delay: 1.15s;
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    -ms-transition-delay: 1.15s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(13) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(14) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    -ms-transition-delay: 1.35s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(15) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 1.45s;
    -moz-transition-delay: 1.45s;
    -webkit-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    -ms-transition-delay: 1.45s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(16) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 1.55s;
    -moz-transition-delay: 1.55s;
    -webkit-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    -ms-transition-delay: 1.55s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(17) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -webkit-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    -ms-transition-delay: 1.65s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(18) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    -webkit-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    -ms-transition-delay: 1.75s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(19) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 1.85s;
    -moz-transition-delay: 1.85s;
    -webkit-transition-delay: 1.85s;
    -o-transition-delay: 1.85s;
    -ms-transition-delay: 1.85s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(20) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 1.95s;
    -moz-transition-delay: 1.95s;
    -webkit-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    -ms-transition-delay: 1.95s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(21) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 2.05s;
    -moz-transition-delay: 2.05s;
    -webkit-transition-delay: 2.05s;
    -o-transition-delay: 2.05s;
    -ms-transition-delay: 2.05s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(22) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 2.15s;
    -moz-transition-delay: 2.15s;
    -webkit-transition-delay: 2.15s;
    -o-transition-delay: 2.15s;
    -ms-transition-delay: 2.15s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(23) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    -webkit-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    -ms-transition-delay: 2.25s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(24) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 2.35s;
    -moz-transition-delay: 2.35s;
    -webkit-transition-delay: 2.35s;
    -o-transition-delay: 2.35s;
    -ms-transition-delay: 2.35s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(25) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 2.45s;
    -moz-transition-delay: 2.45s;
    -webkit-transition-delay: 2.45s;
    -o-transition-delay: 2.45s;
    -ms-transition-delay: 2.45s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(26) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 2.55s;
    -moz-transition-delay: 2.55s;
    -webkit-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    -ms-transition-delay: 2.55s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(27) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 2.65s;
    -moz-transition-delay: 2.65s;
    -webkit-transition-delay: 2.65s;
    -o-transition-delay: 2.65s;
    -ms-transition-delay: 2.65s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(28) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 2.75s;
    -moz-transition-delay: 2.75s;
    -webkit-transition-delay: 2.75s;
    -o-transition-delay: 2.75s;
    -ms-transition-delay: 2.75s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(29) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 2.85s;
    -moz-transition-delay: 2.85s;
    -webkit-transition-delay: 2.85s;
    -o-transition-delay: 2.85s;
    -ms-transition-delay: 2.85s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(30) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: 2.95s;
    -moz-transition-delay: 2.95s;
    -webkit-transition-delay: 2.95s;
    -o-transition-delay: 2.95s;
    -ms-transition-delay: 2.95s;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

#slide .s0c p span:nth-child(5), #slide .s0c p span:nth-child(8) {
    margin-right: 22px;
}

#slide .s0c .mov {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
    overflow: hidden;
}

#slide .s0c .mov video {
    opacity: 0.8;
    position: absolute;
}

@media screen and (max-width: 750px) {
    #slide .s0c p {
        font-size: 28px;
    }
}

@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
    #slide .s0c .mov video {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-aspect-ratio: 16 / 9) {
    #slide .s0c .mov video {
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
}

.s1 #slide .s0c #mov1 {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
}

.s1.s2 #slide .s0c #mov1 {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
}

.s2 #slide .s0c #mov2 {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
}

#slide .s0c.s1::before, #slide .s0c.s1 .mov {
    opacity: 1;
}

#slide .s0c.s1 p span {
    opacity: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.mimg li {
    position: relative;
}

.mimg li .rbtn {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: rgb(176, 142, 70,0.7);
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.mimg li .rbtn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mimg li .rbtn a p {
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.mimg li .rbtn {
    position: absolute;
    left: 50%;
    bottom: 28px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*z-index: 777;*/
    z-index: 10;
}

@media screen and (max-width: 750px) {
    .mimg li .rbtn {
        height: 28px;
        max-width: 160px;
        font-size: 12px;
    }
}
@media screen and (max-width: 584px) {
    .mimg li .rbtn {
        bottom:40px;
    }
}

/* アプリ リニューアルスライダー調整ここから */
.mimg li.kv_app .rbtn {
    bottom: 11%;
}
@media only screen and (max-width: 750px) {
    .mimg li.kv_app .rbtn {
        bottom: 10%;
    }
}
@media screen and (max-width: 584px) {
    .mimg li.kv_app .rbtn {
        bottom: 18%;
    }
}
/* アプリ リニューアルスライダー調整ここまで */

/* BARスライダー調整ここから */
.mimg li.kv_bar .rbtn {
    bottom: 11%;
}
@media only screen and (max-width: 750px) {
    .mimg li.kv_bar .rbtn {
        bottom: 10%;
    }
}
@media screen and (max-width: 584px) {
    .mimg li.kv_bar .rbtn {
        bottom:40px;
    }
}
/* BARスライダー調整ここまで */

@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

.mimg li .rbtn2 {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #003f97;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.mimg li .rbtn2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mimg li .rbtn2 a p {
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, "ＭＳ ゴシック", sans-serif;
}

.mimg li .rbtn2 {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*z-index: 777;*/
    z-index: 10;
}
.fixed_btn{
    z-index: 1002!important;
}
.fixed_menu {
    z-index: 1000!important;
}
@media screen and (max-width: 584px) {
    .mimg li .rbtn2 {
        bottom:40px;
        height: 40px;
        max-width: 240px;
    }
}

@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

.secplan .secin p.lead.sty2, .secroom .secin p.lead.sty2, .secabout .secin p.lead.sty2 {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 18px;
}

@media screen and (max-width: 584px) {
    .secplan .secin p.lead.sty2, .secroom .secin p.lead.sty2, .secabout .secin p.lead.sty2 {
        font-size: 4.5vw;
    }
}

/* TOP infomationモーダル ここから */
.modaal-content-container {
    padding: 0;
}
.modaal-container{
    max-width: 650px;
    margin-top: 44px;
    margin-bottom: 80px;
}
.modaal-wrapper .modaal-close {
    position: absolute;
    width: 44px;
    height: 44px;
    top: -44px;
    right: 0;
    border-radius: 3px 3px 0 0;
    background: #000;
}
.modaal-wrapper .modaal-close:before,.modaal-wrapper .modaal-close:after {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 2px;
    height: 16px;
    margin: auto;
}
.modaal-wrapper .modaal-close:hover:before,.modaal-wrapper .modaal-close:hover:after {
    background: #fff;
}
.modal.info .info_img{
    pointer-events: auto;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 750px) {
    .modaal-inner-wrapper {
        padding: 6px;
    }
    .modaal-content-container {
        padding: 0;
    }
    .modaal-container{
        max-width: 710px;
        width: 80%;
    }
}
/* TOP infomationモーダル ここまで */
