@charset "UTF-8";

/* -------------------- reset -------------------- */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-weight: normal;
    box-sizing: border-box;
    font-size: 100%;
}

img {
    vertical-align: bottom;
}

button {
    -webkit-appearance: none;
    background: none;
    border: none;
    box-shadow: none;
}


/* -------------------- common -------------------- */
body {
    color: #231815;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    line-height: 1em;
}

a {
    transition: all .3s ease;
}

a:hover {
    opacity: .7;
}

.flex {
    display: flex;
}

.inner {
    width: 1024px;
    margin: 0 auto;
}

.pc { display: block; }
.sp { display: none; }



/* -------------------- header -------------------- */
header {
    height: 1080px;
    position: relative;
}

.vegas-slide-inner {
    background-position: top center!important;
}

header .top {
    background: #231815;
    color: #fff;
    font-size: 11px;
    line-height: 1em;
    padding: 4px 0;
    text-align: right;
}

header .nav_area {
    background: rgba(255, 255, 255, .7);
    padding: 13px 0 12px;
}

header nav h2 {
    margin-right: 10%;
}

header .nav_area nav ul.flex {
    justify-content: space-between;
    align-items: center;
}

header p.logo {
    width: 551px;
    position: absolute;
    top: 270px;
    left: calc(50% - 275px);
}

#insta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
}

#insta li a {
    width: 12.5vw;
    height: 12.5vw;
    display: block;
}

#top_news {
    position: absolute;
    left: calc((100% - 1024px) / 2);
    bottom: 12.5vw;
    padding-bottom: 10px;
}

#top_news h1 {
    margin-bottom: 10px;
}

#top_news li {
    margin-right: 30px;
    line-height: 20px;
}

#top_news li a {
    color: #fff;
    align-items: center;
}

#top_news li .eyecatch {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
}

#top_news li.wanted .eyecatch {
    border: none;
}

#top_news li .eyecatch img {
    width: 100%;
    height: 100%;
}

#top_news li span {
    display: block;
}

#top_news li .time {
    font-size: 15px;
}

#top_news li .title {
    font-size: 18px;
}


/* -------------------- information -------------------- */
#top_information {
    background: #f8b633;
    text-align: center;
    padding: 40px 0;
}

#top_information h1 {
    border-bottom: 2px solid #231815;
    width: 106px;
    margin: 0 auto 40px;
    padding-bottom: 8px;
}

#top_information p {
    font-size: 18px;
    line-height: 43px;
}

#top_information .logo {
    font-size: 20px;
    margin-top: 30px;
}

#top_information .logo span {
    display: block;
    margin-bottom: 25px;
}



/* -------------------- system -------------------- */
#top_system {
    background: url(../img/bg_system.jpg) no-repeat center / cover;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

#top_system h1 {
    border-bottom: 2px solid #fff;
    width: 69px;
    margin: 0 auto 40px;
    padding-bottom: 8px;
    line-height: 42px;
}

#top_system dl {
    margin-bottom: 30px;
}

#top_system dt {
    font-size: 25px;
    line-height: 42px;
}

#top_system dd {
    font-size: 21px;
    line-height: 42px;
}

#top_system p {
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 30px;
}


/* -------------------- access -------------------- */
#top_access {
    background: #f8b633;
    text-align: center;
    padding: 40px 0 0;
    color: #010101;
}

#top_access h1 {
    border-bottom: 2px solid #231815;
    width: 67px;
    margin: 0 auto 40px;
    padding-bottom: 8px;
}

#top_access .address {
    font-size: 18px;
    line-height: 42px;
}

#top_access .address span {
    font-size: 22px;
    display: block;
}

#top_access .flex {
    width: 590px;
    margin: 35px auto 0;
}

#top_access .flex p {
    font-size: 23px;
    line-height: 42px;
    font-weight: bold;
    text-align: left;
}

#top_access .access {
    font-size: 15px;
    margin-top: 25px;
}

#top_access .img {
    margin-right: 25px;
}

#top_access iframe {
    width: 100%;
    display: block;
    margin: 50px 0 53px;
}

#top_access a {
    color: #231815;
}

#top_access .flex a {
    font-weight: bold;
}


/* -------------------- footer -------------------- */
footer {
    background: #000;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 20px 0 17px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	z-index: 999;
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 1000;
}


.vegas-slide, .vegas-slide-inner {
    background-size: 1920px!important;
}




@media (min-width: 1920px) {
    #insta {
        width: 1920px;
        left: calc(50% - 960px);
    }
}





@media (max-width: 1024px) {
    .inner {
        width: 100%;
    }
}



@media (max-width: 750px) {
    .pc { display: none; }
    .sp { display: block; }

    .inner {
        width: 94%;
        margin: 0 auto;
    }

    body {
        width: 100%;
    }

    header {
        height: 200vw!important;
    }

    header .top,
    header .nav_area,
    header nav #menu {
        position: fixed;
        left: 0;
        width: 100%;
    }

    header .top {
        top: 0;
        z-index: 3;
        height: 20px;
        line-height: 20px;
        padding: 0 8px 0 0;
    }

    header .top .inner {
        width: 100%;
    }

    header .nav_area .inner {
        width: 100%;
    }

    header .nav_area {
        top: 20px;
        padding: 7px 0;
        z-index: 3;
    }

    header .nav_area nav {
        justify-content: space-between;
        align-items: center;
    }

    header .nav_area #menu {
        display: block;
        position: fixed;
        padding-bottom: 2.5vw;
        background: rgba(255, 255, 255, .7);
    }

    header .nav_area #menu li {
        padding: 1.9vw 0 1.9vw 7vw;
    }

    header .nav_area #menu li:nth-child(1) img { width: 6.3vw; }
    header .nav_area #menu li:nth-child(2) img { width: 5.7vw; }
    header .nav_area #menu li:nth-child(3) img { width: 8.1vw; }
    header .nav_area #menu li:nth-child(4) img { width: 7.9vw; }
    header .nav_area #menu li:nth-child(5) img { width: 8.5vw; }
    header .nav_area #menu li:nth-child(6) img { width: 3.9vw; }

    header nav h2 {
        width: 9.2vw;
        margin-left: 7vw;
    }

    header nav h2 img {
        width: 100%;
    }

    .vegas-slide, .vegas-slide-inner {
        background-position: top center!important;
        background-size: 100%!important;
    }

    header #sp_btn {
        position: relative;
        width: 6.3vw;
        height: 5.3vw;
        margin: 0 2.1vw;
    }

    header #sp_btn span {
        position: absolute;
        width: 6.3vw;
        height: .8vw;
        background: #000;
        left: 0;
        transition: all .3s ease;
    }

    header #sp_btn span:nth-of-type(1) { top: 0px; }
    header #sp_btn span:nth-of-type(2) { top: 2.3vw; }
    header #sp_btn span:nth-of-type(3) { top: 4.6vw; }

    header.open #sp_btn span:nth-of-type(1) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 2vw;
    }

    header.open #sp_btn span:nth-of-type(2) {
        opacity: 0;
    }

    header.open #sp_btn span:nth-of-type(3) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 2vw;
    }

    header p.logo {
        z-index: 2;
        width: 73vw;
        left: calc(50% - 36.5vw);
        top: 52vw;
    }

    header p.logo img {
        width: 100%;
    }

    #top_news {
        z-index: 1;
        left: 8vw;
        bottom: 50vw;
        padding-bottom: 0;
    }

    #top_news h1 {
        width: 12vw;
        margin-bottom: 2.5vw;
    }

    #top_news h1 img {
        width: 100%;
    }

    #top_news li {
        margin-bottom: 3.5vw;
        line-height: 5vw;
    }

    #top_news ul.flex {
        display: block;
        margin-bottom: 2.5vw;
    }

    #top_news li .eyecatch {
        width: 12vw;
        height: 12vw;
        margin-right: 3vw;
    }

    #top_news li .time {
        font-size: 3vw;
    }

    #top_news li .title {
        font-size: 3.4vw;
    }

    #insta ul.flex {
        flex-wrap: wrap;
    }

    #insta li a {
        width: 25vw;
        height: 25vw;
    }



    #top_information {
        padding: 5.3vw 0;
    }

    #top_information h1 {
        width: 14vw;
        border-bottom: .3vw solid #231815;
        margin: 0 auto 5.3vw;
        padding-bottom: 1.1vw;
    }

    #top_information p {
        font-size: 1.9vw;
        line-height: 5.7vw;
    }

    #top_information .logo {
        width: 38vw;
        font-size: 2.7vw;
        margin: 4vw auto 0;
    }

    #top_information .logo img,
    h1 img {
        width: 100%;
    }

    #top_information .logo span {
        margin-bottom: 3.3vw;
    }



    #top_system {
        padding: 5.3vw 0;
    }

    #top_system h1 {
        width: 9.2vw;
        border-bottom: .3vw solid #fff;
        margin: 0 auto 3vw;
        padding-bottom: 1.1vw;
        line-height: 1;
    }

    #top_system dl {
        margin-bottom: 4vw;
    }

    #top_system dt {
        font-size: 3.3vw;
        line-height: 8vw;
    }

    #top_system dd, #top_system p {
        font-size: 2.8vw;
        line-height: 5.3vw;
    }

    #top_system dd.small {
        font-size: 2.3vw;
    }

    #top_system p {
        margin-bottom: 4vw;
    }



    #top_access h1 {
        width: 9.2vw;
        margin: 0 auto 5.3vw;
    }

    #top_access .address {
        font-size: 2.4vw;
        line-height: 3.3vw;
    }

    #top_access .address span {
        font-size: 2.9vw;
        line-height: 5.6vw;
        margin-bottom: 2.2vw;
    }

    #top_access .flex {
        width: 100%;
        margin: 4.7vw auto 0;
        justify-content: center;
    }

    #top_access .flex p {
        font-size: 3.1vw;
        line-height: 5.6vw;
    }

    #top_access .flex .img {
        width: 24vw;
        margin-right: 2.7vw;
    }

    #top_access .flex .img img {
        width: 100%;
    }

    #top_access .access {
        font-size: 2vw;
        margin-top: 3.3vw;
    }

    #top_access .flex p {
        line-height: 6.6vw;
    }

    #top_access iframe {
        margin-bottom: 9.5vw;
    }



    footer {
        font-size: 1.7vw;
        padding: 2.7vw 0 2.3vw;
        z-index: 3;
    }

    #pagetop {
        width: 9vw;
        right: 1.3vw;
        bottom: 1.3vw;
    }

    #pagetop img {
        width: 100%;
    }

}
