body {
    font-family: Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 12px;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    color: #fff;
    background: #0f0f10;
}
#warp {
    margin: 0 auto;
    min-width: 1000px;
    min-height: 100vh;
    position: relative;
    background: url(../img/bg_wrp.jpg) no-repeat top center #000;
    top: 0;
    left: 0;
    /*z-index: 99;*/
}
header,footer{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
header #navwarp{
    position: absolute;
    top: 265px;
    left: 108px;
    z-index: 2;
    width: 180px;
}
header #navwarp img{
    width: 100%;
}
header .top-tel{
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 70%;
    right: 0;
    z-index: 2;
    background: transparent;
}
header #navwarp li {
    margin-top: 28px;
}
header #navwarp li:first-child{
    margin-top: 0;
}
#contanter{
    width: 980px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
#contanter .event{
    margin-top: 24px;
    text-align: center;
    position: relative;
    z-index: 99;
}
#contanter .index-info{
    display: flex;
    justify-content: space-evenly;
    position: relative;
    z-index: 99;
}
#contanter .index-info .lunbo{
    width: 357px;
    height: 589px;
    padding: 82px 27px 37px 27px;
    background: url(../img/bg_pick.png) no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contanter .index-info .new{
    width: 586px;
    height: 589px;
    padding: 80px 20px 20px;
    background: url(../img/bg_news.png) no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contanter .index-info .new .news-scroll {
    height: 480px;
    /*linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 57%)),*/
    background: url(../img/xingkong.gif) no-repeat top center;
    background-size: cover;
    background-position: center;
    padding: 10px;
}
#contanter .index-info .new .time {
    font-size: 14px;
    color: #d42220;
}
#contanter .index-info .new .tit {
    margin-top: 10px;
    font-size: 20px;
    color: #d42220;
}
#contanter .index-info .new .txt {
    font-size: 16px;
    line-height: 2;
    color: #ff004e;
}
.jspDrag {
    background: #d42220;
}
footer{
    padding-bottom: 15px;
    text-align: center;
}
/*footer .footer_tel img{*/
/*    width: 100%;*/
/*}*/
footer .footer_tel{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
footer .footer_tel div{
     display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    align-items: center;
    /*width: 100%;*/
    font-size: 24px;
    width: 100%;
}
footer .footer_tel div a,footer .footer_tel div p{
    color: #ffc1d4;
    text-shadow: 1px 1px 1px #72030b, -1px 1px 1px #72030b, 1px -1px 1px #72030b, -1px -1px 1px #72030b;
}
.footer_nav{
    background: #fff;
}
.footer_nav a {
    font-size: 14px;
    line-height: 1;
    color: #d42220;
    padding: 0 20px;
}
.footer_txt {
    padding: 25px 0 35px;
    text-align: center;
    font-size: 12px;
    color: #5e0000;
    line-height: 2.2;
    background: url(../img/bg_footer.png) no-repeat top center;
}
.links-box .link {
    display: inline-block;
}
.links-box .link:last-child{
    margin-left: 100px;
}
.page_cont{
    width: 980px;
    margin: 0 auto;
    background: url(../img/bgcom01.png) repeat-y top left;
    position: relative;
    z-index: 99;
}
/*女孩*/
.staff{
    display: flex;
    padding: 30px 70px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: space-between;
}
.staff-cont{
    width: 485px;
    position: relative;
    padding: 40px 20px;
    border-radius: 10px;
    min-height: 450px;
}
.staff-cont:before {
    background: url(../img/ico_staff01.png) 0 0 no-repeat;
    width: 100%;
    height: 36px;
    left: 0;
    top: 0;
    content: '';
    z-index: 2;
    position: absolute;
}
.staff-cont:after {
    background: url(../img/ico_staff02.png) 0 0 no-repeat;
    width: 100%;
    height: 36px;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    position: absolute;
}
.staff-info{
    /*padding-left: 15px;*/
    line-height: 2;
    border: 1px solid #FF3300;
    border-bottom: 0px solid #FF3300;
}
.staff-info p{
     border-bottom: 1px solid #FF3300;
     display: flex;
}
.staff-info p span:nth-child(1){
    width: 90px;
    padding: 5px 0;
    letter-spacing: 10px;
    font-size: 14px;
    color: #ff004e;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #FF3300;
    display: block;
}
.staff-info p span:nth-child(2){
    padding: 5px 5px;
    font-size: 14px;
    color: #ff7789;
}
.staff-message{
    padding-top: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 2;
    color: #ff7789;
    border: 1px solid #FF3300;
    border-top: 0;
}
.imglist{
    display: flex;
    padding-left: 15px;

    flex-wrap: wrap;
}
.imglist div{
    width: 24%;
    margin-top: 25px;
    margin-right: 20px;
}
.imglist div img{
    width: 100%;
}
.address{
    padding: 0 14px 40px;
    width: 830px;
    margin: auto;
}
.address table {
    width: 100%;
    border: 1px solid #ff7789;
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 40px;
}
.address th {
    width: 90px;
    border: 1px solid #ff7789;
    padding: 10px 0;
    font-size: 14px;
    color: #ff7789;
    font-weight: bold;
    text-align: center;
}
.address td {
    border: 1px solid #ff7789;
    padding: 10px 10px;
    font-size: 14px;
    color: #ff7789;
}
.address td a{
    color: #ff7789;
}
.recruit,.page_conts{
    width: 830px;
    padding: 40px 0;
    margin: auto;
}
.recruit table {
    width: 100%;
    border: 2px solid #ff7789;
}
.recruit th {
    font-size: 14px;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    background: #ff7789;
    width: 20%;
    border-bottom: 1px solid #ff7789;
}
.recruit td {
    font-size: 14px;
    color: #ff7789;
    padding: 20px 15px;
    line-height: 32px;
    border-bottom: 1px solid #ff7789;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit td a{
    color: #ff7789;
}
@media screen and (max-width: 750px){
    .recruit th,.address th,.staff-info p span:nth-child(1) {
        font-size: 28px;
        width: 25%;
    }
    .staff-info p span:nth-child(1) {
        width: 40%;
    }
    .recruit td,.address td,.staff-info p span:nth-child(2),.staff-message {
        font-size: 28px;
        line-height: 60px;
        
    }
}
.toggle-gmn-button,.mod_nav{
    display: none;
}
@media screen and (max-width: 750px){
     .toggle-gmn-button {
        min-width: 100px;
        min-height: 100px;
        background: rgba(160,91,126,.9);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        right: 20px;
        top: 20px;
        border-radius: 15px;
        z-index: 999;
        padding: 5px;
    }

    .toggle-gmn-button span {
        display: flex;
        width: 100%;
        height: 6px;
        left: -50%;
        margin-bottom: 15px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 50% 50%;
        transform: translate(50%);
        transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease
    }

    .toggle-gmn-button span:last-child {
        margin-bottom: 0
    }

    .toggle-gmn-button.open-gmn span {
        transform: rotate(45deg) translate(17px,-45px)
    }

    .toggle-gmn-button.open-gmn span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(.2)
    }
    .mod_nav{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        z-index: 100;
        transition: 0.5s ease;
    }
    .mod_nav.open-gmn{
        display: block;
        opacity: 1;
    }
    .mod_mask{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 101;
        opacity: 0;
        background: #00000080;
        transition: 0.5s ease;
    }
    .mod_mask.open-gmn{
       display: block;
       opacity: 1;
    }
    .mod_content{
        position: fixed;
        z-index: 102;
        background: #fff;
        top: 20%;
        bottom: 15%;
        right: 10%;
        left: 10%;
        transition: 0.5s ease;
    }
    .nav_top{
        background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
        padding: 5% 10%;
        text-align: center;
        font-size: 35px;
    }
    .nav_top a {
        width: 80%;
        margin: 8px auto 0;
        padding: 16px 24px;
        border: 1px solid #fff;
        border-radius: 40px;
        display: block;
        color: #fff;
    }
    .nav_inner ul{
        width: 80%;
        margin: auto;
    }
    .nav_inner ul li{
        border-bottom: 1px solid #757575;
    }
    .nav_inner ul li a{
        padding: 5% 10%;
        display: block;
        font-size: 40px;
    }
    .nav_inner ul li a::after {
        content: ">";
        font-family: "FontAwesome";
        float: right;
    }
    .footer_nav{
        display: none;
    }
    .toggle-gmn-button.open-gmn span:nth-last-child(2) {
        transform: rotate(-45deg) translate(29px,31px)
    }
    footer .footer_tel div{
        font-size: 30px;
        display: block;
        margin-bottom: -20px;
    }
    .footer_txt{
        font-size: 30px;
        color: #5e0000;
    }
    
}