@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Italianno');
@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative|Dorsa');
@import url('https://fonts.googleapis.com/css?family=Scheherazade');


@charset "Shift_JIS";

html,body {
    width: 100%;
    overflow-x: hidden;
    font-size: 62.5%;
    font-family: Noto Sans Japanese, Noto Sans CJK JP, HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "メイリオ", Meiryo, "?? ?ゴシ?", sans-serif;
    color: #fff;
}
body::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../img/bg-wrapper.jpg) left top/cover no-repeat;
    -webkit-background-size:cover;
}

img{
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .sp-none {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    .pc-none {
        display: none;
    }
}

@media screen and (min-width: 600px){
    .br-pc { display:block; }
    .br-sp { display:none; }
}
@media screen and (max-width: 600px){
    .br-pc { display:none; }
    .br-sp { display:block; }
}

/*===============================

ヘッー

================================*/

header {
    text-align: center
}
header h1{
    font-size: 0.7rem;
    padding: 10px 0 30px;
}
header img{
    width: 50%;
    margin: auto;
    padding-bottom: 10px
}
@media screen and (min-width:600px) and ( max-width:959px) {
    header {
        text-align: center
    }
    header h1{
        font-size: 0.8rem;
        padding: 10px 0;
    }
    header img{
        width: 35%;
        margin: auto;
        padding-bottom: 20px
    }
}
@media screen and (min-width:960px) {
    header {
        width: 100%;
        text-align: center
    }
    header h1{
        font-size: 0.8rem;
        padding-top: 15px;
    }
    header img{
        width: 1200px;
        margin: auto;
        padding: 10px 0 20px 0;
    }
}



/*===============================

フッター

================================*/

footer {
    width: 100%;
    background: #fff;
    text-align: center;
}

footer p {
    padding: 20px;
    color: #000;
    font-size: 0.8rem;
    font-weight: 600
}

footer a {
    color: #000;
    text-decoration: none;
}



/*===============================

ナビゲーション

================================*/


@media screen and (max-width: 599px) {
    nav {
        position: fixed;
        width: 100%;
        height:45px;
        background: #fff;
        top: 0;
        right: 0;
        box-shadow: 2px 2px 4px #000;
        z-index: 1000000;
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    nav {
        position: fixed;
        width: 100%;
        height:45px;
        background: #fff;
        top: 0;
        left: 0;
        box-shadow: 2px 2px 4px #000;
        z-index: 1000000;
    }
}
@media screen and (min-width:960px) {
    nav {
        width: 100%;
        height:70px;
        background: url("../img/nav-bg.jpg") repeat-x;
        background-size: auto 80px;
        box-shadow: 2px 2px 4px #000;
    }
    nav ul {
        width: 1200px;
        height: 70px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    nav li {
        width : calc(100% / 11) ;
        background: url("../img/nav-line.png") no-repeat;
    }
    nav li:last-child {
        background: url("../img/nav-line-last.png") no-repeat;
    }
}


.nav-menu{
    position: relative;
    width: 100%
}
.nav-menu .nav-tel{
    position: absolute;
    top: 0;
    left: 0;
}
.nav-menu .nav-tel img{
    width: 50%
}
.nav-menu .nav-diary{
    position: absolute;
    top: 0;
    left: 110px;
}
.nav-menu .nav-diary img{
    width: 50%
}



/****メニュー全****/
#menu{
    /*配置*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
}

/****メニュー開閉ボタン****/
#menu div{
    /*?イン*/
    width: 45px;
    height: 45px;
    /*配置*/
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

#menu .menuopen{
    /*?イン*/
    color: rgba(255,255,255,1);
    font-size: 20px;
    /*配置*/
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
}
#menu .menuopen img{
    width: 30px;
    margin: auto;
    margin-top: 6px
}
#menu .menuclose{
    /*?イン*/
    color: rgba(255,255,255,1);
    font-size: 20px;
    /*配置*/
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
}
#menu .menuclose img{
    width: 30px;
    margin: auto;
    margin-top: 6px;
    padding-top: 100px;

}

/****メニュー覧****/
#menu ul{
    display: flex;
    flex-wrap: wrap;
    /*アニメーション*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*?イン*/
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    /*配置*/
    position: absolute;
    top: 45px;/*#menu divの高さ*/
    right: -100%;/*#menu ul(メニュー覧)の*/
}

#menu li{
    width: 50%;
    margin-left: -1px;
    color: rgba(0,0,0,1);
    border-bottom: 1px rgba(98,98,98,1) dotted;
    border-right: 1px rgba(98,98,98,1) dotted;
    color: #fff;
    font-weight: 0.8rem;
    font-weight: bold;
    pointer-events: auto;
}
#menu li a{
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none
}
#menu .staff{
    width: 200%;
    padding: 0;
}
#menu .open{
    width: 200%;
    padding: 15px 0;
    background: #666;
    text-align: center
}
/****メニューオープン****/
#menu:target .menuopen{
    display: none;
}

#menu:target .menuclose{
    display: block;
    height: 45px;
    margin-top: -100px
}


#menu:target ul{
    /*配置*/
    right: 0;
}



/*===============================

女性背景

================================*/

@media screen and (max-width: 599px) {
    .wrapper {
        background:none
    }

}
@media screen and (min-width:600px) and ( max-width:959px) {
    .wrapper {
        background: url(../img/bg-wrapper.jpg) left top / cover no-repeat fixed;
    }

}
@media screen and (min-width:960px) {
    .wrapper {
        background: url(../img/bg-wrapper.jpg) left top / cover no-repeat fixed;
    }

}



/*===============================

タイトル

================================*/

@media screen and (max-width: 599px) {
    .tit{
        width: 90%;
        height: 80px;
        margin: auto;
        background: url("../img/tit-bg.png") no-repeat;
        background-size: 100% auto;
        text-align: center;
    }
    .tit h2 {
        font-size: 2.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .tit span {
        color: #e0c87f;
    }
    .tit em {
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .tit{
        width: 450px;
        height: 110px;
        margin: auto;
        background: url("../img/tit-bg.png") no-repeat;
        background-size: 100% auto;
        text-align: center;
    }
    .tit h2 {
        font-size: 3.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .tit span {
        color: #e0c87f;
    }
    .tit em {
        font-size: 0.9rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
}
@media screen and (min-width:960px) {
    .tit{
        width: 450px;
        height: 110px;
        margin: auto;
        background: url("../img/tit-bg.png") no-repeat;
        background-size: 100% auto;
        text-align: center;
    }
    .tit h2 {
        font-size: 3.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .tit span {
        color: #e0c87f;
    }
    .tit em {
        font-size: 0.9rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
}



/*===============================

トップ?ージ

================================*/

@media screen and (max-width: 599px) {
    .top-contents{
        width: 100%;
    }
    .top-contents ul{
        padding: 20px;
    }
    .top-contents li{
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {

}
@media screen and (min-width:960px) {
    .top-contents{
        padding: 20px 0 50px 0px;
    }
    .top-contents ul{
        width: 1190px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .top-contents li{
    }
}


/*
カバ?ガール
================================*/

@media screen and (max-width: 599px) {
    .covergirl {
        position:relative;
        width: 320px;
        margin: auto;
        margin-top: -20px
    }
    .covergirl a{
        color: #fff;
        text-decoration: none;
    }
    .covergitl .image{
        width: 320px;
    }
    .covergirl .box {
        position: absolute; 
        top: 0;
        left: 0; 
        width: 320px;
        height: 426px;
        background: url("../img/covergirl-bg.png") no-repeat;
        background-size: 100% auto;
    }
    .covergirl .box .data {
        display: flex;
        flex-wrap: wrap;
        padding: 380px 10px 0px 10px
    }
    .covergirl .box .data .left{
        width: 50%
    }
    .covergirl .box .data .right{
        width: 50%;
        text-align: right
    }
    .covergirl .name {
        padding-top: 3px;
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .covergirl .name span {
        color: #e0c87f;
        font-size: 1.2rem;
    }

    .covergirl .age {
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .covergirl .size {
        padding-top: 5px;
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .covergirl {
        position:relative;
        width: 400px;
        height: 533px;
        margin: auto
    }
    .covergirl a{
        color: #fff;
        text-decoration: none;
    }
    .covergitl .image{
        width: 400px;
    }
    .covergirl .box {
        position: absolute; 
        top: 0;
        left: 0; 
        width: 400px;
        height: 533px;
        background: url("../img/covergirl-bg.png") no-repeat;
        background-size: 100% auto;
    }
    .covergirl .box .data {
        display: flex;
        flex-wrap: wrap;
        padding: 478px 10px 0px 10px
    }
    .covergirl .box .data .left{
        width: 30%
    }
    .covergirl .box .data .right{
        width: 70%;
        text-align: right
    }
    .covergirl .name {
        padding-top: 3px;
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .covergirl .name span {
        color: #e0c87f;
        font-size: 1.2rem;
    }

    .covergirl .age {
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .covergirl .size {
        padding-top: 5px;
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
}
@media screen and (min-width:960px) {
    .covergirl {
        position:relative;
        width: 400px;
        height: 533px;
    }
    .covergirl a{
        color: #fff;
        text-decoration: none;
    }
    .covergitl .image{
        width: 400px;
    }
    .covergirl .box {
        position: absolute; 
        top: 0;
        left: 0; 
        width: 400px;
        height: 533px;
        background: url("../img/covergirl-bg.png") no-repeat;
        background-size: 100% auto;
    }
    .covergirl .box .data {
        display: flex;
        flex-wrap: wrap;
        padding: 478px 10px 0px 10px
    }
    .covergirl .box .data .left{
        width: 30%
    }
    .covergirl .box .data .right{
        width: 70%;
        text-align: right
    }
    .covergirl .name {
        padding-top: 3px;
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .covergirl .name span {
        color: #e0c87f;
        font-size: 1.2rem;
    }

    .covergirl .age {
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .covergirl .size {
        padding-top: 5px;
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
}


/*
写メ日
================================*/

@media screen and (max-width: 599px) {
    .diary{
        width: 100%;
    }
    .diary h2 {
        width: 100%;
        padding-bottom: 2px;
        font-size: 3.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .diary span {
        color: #e0c87f;
    }
    .diary em {
        font-size: 0.9rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .diary .box {
        width: 100%;
        margin: auto;
        background: #000
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .diary{
        width: 85%;
        margin: auto;
        padding-top: 10px
    }
    .diary h2 {
        width: 100%;
        padding-bottom: 2px;
        font-size: 4.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .diary span {
        color: #e0c87f;
    }
    .diary em {
        font-size: 1.2rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .diary .box {
        width: 100%;
        margin: auto;
        background: #000
    }
}
@media screen and (min-width:960px) {
    .diary{
        width: 290px;
    }
    .diary h2 {
        width: 260px;
        margin: auto;
        padding-bottom: 2px;
        font-size: 3.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .diary span {
        color: #e0c87f;
    }
    .diary em {
        font-size: 0.9rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .diary .box {
        width: 255px;
        margin: auto;
		margin-top: 10px;
    }
}


/*
?情報
================================*/

@media screen and (max-width: 599px) {
    .waiting {
        width: 100%;
        padding-top: 10px
    }
    .waiting h2 {
        padding-bottom: 2px;
        font-size: 3.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .waiting span {
        color: #e0c87f;
    }
    .waiting em {
        font-size: 0.9rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .waiting .box {
        position: relative;
        background: #fff;
        color: #000;
        border-top:1px solid #ffd86f;
        border-bottom:1px solid #a27612;
    }
    .waiting .box:before,
    .waiting .box:after {
        height: 100%;
        content:"";
        display:block;
        width:1px;
        background: linear-gradient(to bottom, #ffd86f 0%,#ffeab8 50%,#a27612 100%);
    }
    .waiting .box:before{
        position: absolute;
        left:0;
    }
    .waiting .box:after{
        position: absolute;
        right:0;
        top:0;
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .waiting {
        width: 85%;
        margin: auto;
        padding-top: 10px
    }
    .waiting h2 {
        padding-bottom: 2px;
        font-size: 4.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .waiting span {
        color: #e0c87f;
    }
    .waiting em {
        font-size: 1.2rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .waiting .box {
        height: 200px;
        position: relative;
        border-top:1px solid #ffd86f;
        border-bottom:1px solid #a27612;
        background-color: rgba(0,0,0,0.7);
    }
    .waiting .box:before,
    .waiting .box:after {
        height: 100%;
        content:"";
        display:block;
        width:1px;
        background: linear-gradient(to bottom, #ffd86f 0%,#ffeab8 50%,#a27612 100%);
    }
    .waiting .box:before{
        position: absolute;
        left:0;
    }
    .waiting .box:after{
        position: absolute;
        right:0;
        top:0;
    }
}
@media screen and (min-width:960px) {
    .waiting {
        width: 500px;
        margin: auto;
    }
    .waiting h2 {
        padding-bottom: 2px;
        font-size: 3.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .waiting span {
        color: #e0c87f;
    }
    .waiting em {
        font-size: 0.9rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .waiting .box {
        height: 250px;
        position: relative;
        border-top:1px solid #ffd86f;
        border-bottom:1px solid #a27612;
        background-color: rgba(0,0,0,0.7);
    }
    .waiting .box:before,
    .waiting .box:after {
        height: 100%;
        content:"";
        display:block;
        width:1px;
        background: linear-gradient(to bottom, #ffd86f 0%,#ffeab8 50%,#a27612 100%);
    }
    .waiting .box:before{
        position: absolute;
        left:0;
    }

    .waiting .box:after{
        position: absolute;
        right:0;
        top:0;
    }
}


/*
新?
================================*/

@media screen and (max-width: 599px) {
    .information {
        width: 100%;
        padding-top: 10px
    }
    .information h2 {
        padding-bottom: 2px;
        font-size: 3.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .information span {
        color: #e0c87f;
    }
    .information em {
        font-size: 0.9rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .information .comment {
        width: 100%;
        position: relative;
        border-top:1px solid #ffd86f;
        border-bottom:1px solid #a27612;
        background-color: rgba(0,0,0,0.7);
    }
    .information .comment:before,
    .information .comment:after {
        height: 100%;
        content:"";
        display:block;
        width:1px;
        background: linear-gradient(to bottom, #ffd86f 0%,#ffeab8 50%,#a27612 100%);
    }
    .information .comment:before{
        position: absolute;
        left:0;
    }

    .information .comment:after{
        position: absolute;
        right:0;
        top:0;
    }
    .information .comment .box{
        overflow: auto;
        height: 200px;
        padding: 10px;
        font-size: 0.7rem;
        line-height: 1.6;
    }
    .information .comment .box2{
        padding: 10px;
        font-size: 0.7rem;
        line-height: 1.6;
    }
    .information .image {
        float: left;
        width: 125px;
        margin-right: 10px;
        border: solid 1px #ffeab8;
    }
    .information .title {
        color: #e0c87f;
        font-size: 0.9rem;
        font-weight: bold
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .information {
        width: 85%;
        margin: auto;
        padding: 10px 0 60px
    }
    .information h2 {
        padding-bottom: 2px;
        font-size: 4.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .information span {
        color: #e0c87f;
    }
    .information em {
        font-size: 1.2rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .information .comment {
        width: 100%;
        position: relative;
        border-top:1px solid #ffd86f;
        border-bottom:1px solid #a27612;
        background-color: rgba(0,0,0,0.7);
    }
    .information .comment:before,
    .information .comment:after {
        height: 100%;
        content:"";
        display:block;
        width:1px;
        background: linear-gradient(to bottom, #ffd86f 0%,#ffeab8 50%,#a27612 100%);
    }
    .information .comment:before{
        position: absolute;
        left:0;
    }

    .information .comment:after{
        position: absolute;
        right:0;
        top:0;
    }
    .information .comment .box{
        padding: 10px;
        font-size: 1rem;
        line-height: 1.8;
    }
    .information .image {
        float: left;
        width: 150px;
        margin-right: 10px;
        border: solid 1px #ffeab8;
    }
    .information .title {
        color: #e0c87f;
        font-size: 1.1rem;
        font-weight: bold
    }
}
@media screen and (min-width:960px) {
    .information {
        width: 500px;
        margin: auto;
        padding-top: 10px
    }
    .information h2 {
        padding-bottom: 2px;
        font-size: 3.0em;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }
    .information span {
        color: #e0c87f;
    }
    .information em {
        font-size: 0.9rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
    }
    .information .comment {
        width: 500px;
        height: 220px;
        position: relative;
        border-top:1px solid #ffd86f;
        border-bottom:1px solid #a27612;
        background-color: rgba(0,0,0,0.7);
    }
    .information .comment:before,
    .information .comment:after {
        height: 100%;
        content:"";
        display:block;
        width:1px;
        background: linear-gradient(to bottom, #ffd86f 0%,#ffeab8 50%,#a27612 100%);
    }
    .information .comment:before{
        position: absolute;
        left:0;
    }

    .information .comment:after{
        position: absolute;
        right:0;
        top:0;
    }
    .information .comment .box{
        overflow: auto;
        height: 200px;
        padding: 10px;
        font-size: 0.8rem;
        line-height: 1.8;
    }
    .information .image {
        float: left;
        width: 150px;
        margin-right: 10px;
        border: solid 1px #ffeab8;
    }
    .information .title {
        color: #e0c87f;
        font-size: 0.9rem;
        font-weight: 600;
    }
}



/*===============================

新人紹

================================*/

#newface {
    background: url("../img/newface-bg.jpg")repeat-x center top #000;
    background-size:75% auto;
    padding: 0px 0px 55px;
}

#newface ul {
    width: 1168px;
    margin: 0px auto;
    padding: 30px 0px 60px 0px;
    display: flex;
    flex-wrap: wrap;
}

#newface li {
    width : calc(100% / 5) ;
}

#newface .detail {
    width: 220px;
    height: 325px;
    margin: 20px 10px 0px 10px;
    padding-top: 20px;
    background: url("../img/newface-detail.png") no-repeat;
    background-size: 100% auto;
    display: inline-block;
}

#newface .detail .image {
    overflow: hidden;
    width: 180px;
    height: 240px;
    margin: auto;
}
#newface .detail .image img{
    display: block;
    transition-duration: 0.3s;
}
#newface .detail .image img:hover {
    transform: scale(1.2);
    transition-duration: 0.3s;
}
#newface .detail .name {
    padding-top: 10px;
    color: #e0c87f;
    font-size: 1.1rem;
    font-family: 'Sawarabi Mincho', sans-serif;
    text-shadow: 1px 2px 3px #000;
    transform: rotate(.03deg);
    text-align: center;
}
#newface .detail .size {
    padding-top: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-family: 'Sawarabi Mincho', sans-serif;
    transform: rotate(.03deg);
    text-align: center;
}
#newface .image-sub {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-top: -25px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
#newface .image-sub img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: grayscale(100%);
}
#newface .moyou{
    padding-bottom: 20px
}



/*===============================

スライドバナ?

================================*/

@media screen and (max-width: 599px) {
    #banner {
        position: relative;
        background: url("../img/banner-bg.jpg");
        background-size: 50% auto;
        padding: 30px 5px
    }
    #banner p{
        padding: 5px
    }
    #banner .prev{
        position: absolute;
        bottom: -30px;
        left: -5px;
        background-color: rgba(189,0,0,0.7);
        padding: 5px 10px;
        font-size: 0.7rem;
        font-weight: bold;
        text-shadow: 1px 2px 3px #000;
        z-index: 90000;
    }
    #banner .next{
        position: absolute;
        bottom: -30px;
        right: -5px;
        background-color: rgba(189,0,0,0.7);
        padding: 5px 10px;
        font-size: 0.7rem;
        font-weight: bold;
        text-shadow: 1px 2px 3px #000;
        z-index: 90000;
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    #banner {
        position: relative;
        background: url("../img/banner-bg.jpg");
        background-size: 50% auto;
        padding: 80px 5px
    }
    #banner p{
        padding: 5px
    }
    #banner .prev{
        position: absolute;
        bottom: -60px;
        left: -5px;
        background-color: rgba(189,0,0,0.7);
        padding: 15px 30px;
        font-weight: bold;
        text-shadow: 1px 2px 3px #000;
        z-index: 90000;
    }
    #banner .next{
        position: absolute;
        bottom: -60px;
        right: -5px;
        background-color: rgba(189,0,0,0.7);
        padding: 15px 30px;
        font-weight: bold;
        text-shadow: 1px 2px 3px #000;
        z-index: 90000;
    }
}
@media screen and (min-width:960px) {
    #banner {
        position: relative;
        background: url("../img/banner-bg.jpg");
        background-size: 50% auto;
        padding: 80px 5px
    }
    .slider img{
        width: 98%;
        margin: auto
    }
    #banner .prev{
        position: absolute;
        top: 120px;
        left: -5px;
        background-color: rgba(189,0,0,0.7);
        padding: 15px 30px;
        font-weight: bold;
        text-shadow: 1px 2px 3px #000;
        z-index: 90000;
    }
    #banner .next{
        position: absolute;
        top: 120px;
        right: -5px;
        background-color: rgba(189,0,0,0.7);
        padding: 15px 30px;
        font-weight: bold;
        text-shadow: 1px 2px 3px #000;
        z-index: 90000;
    }
}



/*===============================

本日の出勤?

================================*/

@media screen and (max-width: 599px) {
    #today {
        padding: 40px 0;
    }
    #today ul {
        width: 100%;
        padding: 10px 0px 0px 0px;
        display: flex;
        flex-wrap: wrap;
    }

    #today li {
        width : calc(100% / 2) ;
        padding-bottom: 15px
    }

    #today li .detail {
        position: relative;
        padding-top: 20px;
        background: url("../img/newface-detail.png") no-repeat;
        background-size: 100% auto
    }

    #today li .detail .image {
        overflow: hidden;
        width: 150px;
        height: 200px;
        margin: auto;

    }
    #today li .detail .image img{
        display: block;
        transition-duration: 0.3s;
    }
    #today li .detail .image img:hover {
        transform: scale(1.2);
        transition-duration: 0.3s;
    }
    #today li .detail .name {
        padding-top: 25px;
        color: #e0c87f;
        font-size: 1.0rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        text-shadow: 1px 2px 3px #000;
        transform: rotate(.03deg);
        text-align: center;
    }
    #today li .detail .size {
        padding-top: 8px;
        color: #fff;
        font-size: 0.7rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
        text-align: center;
    }
    #today li .detail .comment {
        width: 95%;
        margin: auto;
        margin-top: 8px;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        border: 1px dotted #444;
    }
    #today li .detail .comment p{
        padding: 6px 0;
        color: #ccc;
        font-size: 0.7rem;
        font-weight: 600;
        text-align: center
    }

    #today li .detail .time {
        color: #fff;
        font-size: 1.0rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        text-align: center;
        text-shadow: 1px 2px 3px #000;
        transform: rotate(.03deg);
    }

    #today li .detail .time-no {
        color: #aaa;
        font-size: 1.0rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        text-align: center;
        text-shadow: 1px 2px 3px #000;
        transform: rotate(.03deg);
    }

    #today .icon-bg {
        width: 138px;
        margin: auto;
        padding: 5px 0px;
        text-align: center
    }

    #today .icon {
        width: 64px;
        height: 14px;
        margin: auto;
        margin-bottom: 5px;
        background-color: rgba(0,0,0,0.8);
        border: 1px solid #a57a18;
        display: inline-block;
        padding-top: 5px;
        color: #a57a18;
        font-size: 0.6rem;
        font-weight: 400;
        text-align: center;
    }

    #today li .detail .new {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #today li .detail .new img {
        width: 40px;
    }
    #today .moyou{
        padding-bottom: 20px
    }

}
@media screen and (min-width:600px) and ( max-width:959px) {
    #today {
        padding: 40px 0;
    }
    #today ul {
        display: flex;
        flex-wrap: wrap;
    }

    #today li {
        width : calc(100% / 3) ;
        padding-bottom: 15px
    }

    #today li .detail {
        position: relative;
        width: 220px;
        margin: auto;
        padding-top: 20px;
        background: url("../img/newface-detail.png") no-repeat;
        background-size: 100% auto
    }

    #today li .detail .image {
        overflow: hidden;
        width: 180px;
        height: 240px;
        margin: auto;

    }
    #today li .detail .image img{
        display: block;
        transition-duration: 0.3s;
    }
    #today li .detail .image img:hover {
        transform: scale(1.2);
        transition-duration: 0.3s;
    }
    #today li .detail .name {
        padding-top: 25px;
        color: #e0c87f;
        font-size: 1.1rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        text-shadow: 1px 2px 3px #000;
        transform: rotate(.03deg);
        text-align: center;
    }
    #today li .detail .size {
        padding-top: 8px;
        color: #fff;
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
        text-align: center;
    }
    #today li .detail .comment {
        width: 220px;
        margin-top: 8px;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        border: 1px dotted #444;
    }
    #today li .detail .comment p{
        padding: 8px 0;
        color: #ccc;
        padding: 6px 0;
        font-weight: 600;
        text-align: center
    }

    #today li .detail .time {
        color: #fff;
        font-size: 1.1rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        text-align: center;
        text-shadow: 1px 2px 3px #000;
        transform: rotate(.03deg);
    }

    #today li .detail .time-no {
        color: #aaa;
        font-size: 1.1rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        text-align: center;
        text-shadow: 1px 2px 3px #000;
        transform: rotate(.03deg);
    }

    #today .icon-bg {
        width: 210px;
        margin: auto;
        padding: 8px 0px
    }

    #today .icon {
        width: 64px;
        height: 14px;
        background-color: rgba(0,0,0,0.8);
        border: 1px solid #a57a18;
        display: inline-block;
        padding-top: 5px;
        color: #a57a18;
        font-size: 0.6rem;
        font-weight: 400;
        text-align: center;
    }

    #today li .detail .new {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #today li .detail .new img {
        width: 40px;
    }
    #today .moyou{
        padding-bottom: 20px
    }
}
@media screen and (min-width:960px) {
    #today {
        padding: 40px 0;
    }
    #today ul {
        width: 1168px;
        margin: 0px auto;
        padding: 30px 0px 0px 0px;
        display: flex;
        flex-wrap: wrap;
    }

    #today li {
        width : calc(100% / 5) ;
        padding-bottom: 15px
    }

    #today li .detail {
        position: relative;
        width: 220px;
        padding-top: 20px;
        background: url("../img/newface-detail.png") no-repeat;
        background-size: 100% auto
    }

    #today li .detail .image {
        overflow: hidden;
        width: 180px;
        height: 240px;
        margin: auto;

    }
    #today li .detail .image img{
        display: block;
        transition-duration: 0.3s;
    }
    #today li .detail .image img:hover {
        transform: scale(1.2);
        transition-duration: 0.3s;
    }
    #today li .detail .name {
        padding-top: 25px;
        color: #e0c87f;
        font-size: 1.1rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        text-shadow: 1px 2px 3px #000;
        transform: rotate(.03deg);
        text-align: center;
    }
    #today li .detail .size {
        padding-top: 8px;
        color: #fff;
        font-size: 0.8rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        transform: rotate(.03deg);
        text-align: center;
    }
    #today li .detail .comment {
        width: 220px;
        margin-top: 8px;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        border: 1px dotted #444;
    }
    #today li .detail .comment p{
        padding: 10px 0;
        color: #ccc;
        font-size: 0.9rem;
        font-weight: 600;
        text-align: center
    }

    #today li .detail .time {
        color: #fff;
        font-size: 1.1rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        text-align: center;
        text-shadow: 1px 2px 3px #000;
        transform: rotate(.03deg);
    }

    #today li .detail .time-no {
        color: #aaa;
        font-size: 1.1rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        text-align: center;
        text-shadow: 1px 2px 3px #000;
        transform: rotate(.03deg);
    }

    #today .icon-bg {
        width: 210px;
        margin: auto;
        padding: 8px 0px
    }

    #today .icon {
        width: 64px;
        height: 14px;
        background-color: rgba(0,0,0,0.8);
        border: 1px solid #a57a18;
        display: inline-block;
        padding-top: 5px;
        color: #a57a18;
        font-size: 0.6rem;
        font-weight: 400;
        text-align: center;
    }

    #today li .detail .new {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #today li .detail .new img {
        width: 40px;
    }
    #today .moyou{
        padding-bottom: 20px
    }
}



/*===============================

日

================================*/

@media screen and (max-width: 599px) {
    .day {
        width: 320px;
        margin: auto;
        padding-top: 35px;
    }
    .day .box{
        display: flex;
        flex-wrap: wrap;
    }
    .day .box div{
        width : calc(100% / 3) ;
        height: 46px;
        text-align: center
    }

    .btn-on {
        margin: 5px;
        padding: 10px 25px;
        background-color: #a57a18;
        border: 2px solid #a57a18;
        color: #fff !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 45px;
        font-size: 0.7rem;
        font-weight: 600;
        text-decoration: none;
    }
    .btn-on:hover {
        background-color: transparent;
        border: 2px solid #a57a18;
        color: #a57a18 !important;
        border-radius: 45px;
        text-decoration: none;
    }

    .btn-off {
        margin: 5px;
        padding: 10px 25px;
        background-color: #fff;
        border: 2px solid #fff;
        color: #000 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 45px;
        font-size: 0.7rem;
        font-weight: 600;
        text-decoration: none;
    }
    .btn-off:hover {
        background-color: #a57a18;
        border: 2px solid #a57a18;
        color: #fff !important;
        border-radius: 45px;
        text-decoration: none;
        color: #fff;
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .day {
        width: 640px;
        margin: auto;
        padding: 35px 0px;
    }
    .day .box{
        display: flex;
        flex-wrap: wrap;
    }
    .day .box div{
        width : calc(100% / 3) ;
        height: 50px;
        text-align: center
    }

    .btn-on {
        margin: 5px;
        padding: 10px 65px;
        background-color: #a57a18;
        border: 2px solid #a57a18;
        color: #fff !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 45px;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
    }
    .btn-on:hover {
        background-color: transparent;
        border: 2px solid #a57a18;
        color: #a57a18 !important;
        border-radius: 35px;
        text-decoration: none;
    }

    .btn-off {
        margin: 5px;
        padding: 10px 65px;
        background-color: #fff;
        border: 2px solid #fff;
        color: #000 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 45px;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
    }
    .btn-off:hover {
        background-color: #a57a18;
        border: 2px solid #a57a18;
        color: #fff !important;
        border-radius: 45px;
        text-decoration: none;
        color: #fff;
    }
}
@media screen and (min-width:960px) {
    .day {
        width: 1095px;
        margin: auto;
        padding: 35px 0px;
    }
    .day .box{
        display: table;

    }
    .day .box div{
        display: table-cell;
    }

    .btn-on {
        margin: 5px;
        padding: 10px 42px;
        background-color: #a57a18;
        border: 2px solid #a57a18;
        color: #fff !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 45px;
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
    }
    .btn-on:hover {
        background-color: transparent;
        border: 2px solid #a57a18;
        color: #a57a18 !important;
        border-radius: 45px;
        text-decoration: none;
    }

    .btn-off {
        margin: 5px;
        padding: 10px 42px;
        background-color: #fff;
        border: 2px solid #fff;
        color: #000 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 45px;
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
    }
    .btn-off:hover {
        background-color: #a57a18;
        border: 2px solid #a57a18;
        color: #fff !important;
        border-radius: 45px;
        text-decoration: none;
        color: #fff;
    }
}





/*===============================

認証ペ?ジ

================================*/

@media screen and (max-width: 599px) {
    .index{
        text-align: center
    }
    .index h1{
        font-size: 0.7rem;
        padding-top: 30px;
    }
    .index a{
        color: #fff;
        text-decoration: none
    }
    .index .logo{
        width: 75%;
        margin: auto;
        padding-top: 30px
    }
    .index .tel{
        width: 90%;
        margin: auto;
    }
    .index .text-01{
        padding-top: 30px;
        color: #888;
        font-size: 0.7rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 2
    }
    .index h2{
        padding: 0 10px 20px 10px;
        color: #ffeaaa;
        font-size: 0.8rem;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 1.6
    }
    .index h3{
        padding: 0 10px;
        color: #fff;
        font-size: 0.7rem;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 1.6
    }
    .index-link{
        width: 100%;
        margin: auto;
    }
    .index-link .left{
        padding-top: 10px
    }
    .index-link .right{
        padding-top: 10px
    }

    .index-banner-sub{
        width: 95%;
        margin: auto;
        padding-top: 10px;
        text-align: center
    }
    .index-banner-sub img{
        width : 100%;
        margin: auto;
        margin-bottom: 10px
    }
    .index-banner ul{
        width: 200px;
        margin: auto
    }
    .index-banner li{
        padding-bottom: 5px
    }
    .index-banner img{
        width: 200px
    }
    .index-kuchikomi{
        margin: auto;
    }
	    .index-kuchikomi img{
       width: auto;
			max-width: 320px;
			margin: auto;
        padding-bottom: 5px
    }
    .index-diary{
        width: 300px;
        margin: auto;
        padding-bottom: 40px
    }
    .index-diary .detail{
        padding-top: 10px
    }

    .enter{
        width: 280px;
        height: 53px;
        margin: auto;
        margin-top: 30px;
        position: relative;
    }
    .enter a{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height:100%;
        width: 100%;
        padding-top: 10px;
        background: #fff;
        color: #000;
        font-size: 1.8rem;
        text-decoration: none;
        border:2px solid #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .enter a:hover {
        color: #fff;
        text-decoration: none;
        background: #000;
        border:2px solid #fff;
    }
    .enter p{
        padding-top: 3px;
        font-size: 0.8rem;
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .index{
        text-align: center
    }
    .index h1{
        font-size: 0.8rem;
        padding-top: 45px;
    }
    .index a{
        color: #fff;
        text-decoration: none
    }
    .index .logo{
        width: 50%;
        margin: auto;
        padding-top: 60px
    }
    .index .tel{
        width: 550px;
        margin: auto;
    }
    .index .text-01{
        padding-top: 30px;
        color: #888;
        font-size: 0.8rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 2
    }
    .index h2{
        color: #ffeaaa;
        font-size: 1rem;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 2
    }
    .index h3{
        color: #fff;
        font-size: 0.7rem;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 2
    }
    .index-link{
        display: flex;
        flex-wrap: wrap;
        width: 520px;
        margin: auto;
        padding-top: 30px
    }
    .index-link .left{
        width: 50%;
        margin: auto
    }
    .index-link .right{
        width: 50%;
    }
    .index-banner-sub{
        width: 600px;
        margin: auto;
        padding-top: 20px;
        text-align: center
    }
    .index-banner-sub img{
        width : auto;
        margin: auto;
        margin-bottom: 10px
    }
    .index-banner ul{
        display: flex;
        flex-wrap: wrap;
        width: 610px;
        margin: auto
    }
    .index-banner li{
        width : calc(100% / 3) ;
    }
    .index-banner img{
        width: 200px
    }
    .index-kuchikomi{
        margin: auto;
        padding-bottom: 20px
    }
		    .index-kuchikomi img{
       width: auto;
			margin: auto;
        padding-bottom: 5px
    }
    .index-diary{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        padding: 40px 0
    }
    .index-diary .detail{
        width : calc(100% / 3) ;
        margin: 10px;
    }

    .enter{
        width: 220px;
        height: 53px;
        margin: auto;
        margin-top: 30px;
        position: relative;
    }
    .enter a{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height:100%;
        width: 100%;
        padding-top: 10px;
        background: #fff;
        color: #000;
        font-size: 1.8rem;
        text-decoration: none;
        border:2px solid #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .enter a:hover {
        color: #fff;
        text-decoration: none;
        background: #000;
        border:2px solid #fff;
    }
    .enter p{
        padding-top: 3px;
        font-size: 0.8rem;
    }

}
@media screen and (min-width:960px) {
    .index{
        text-align: center
    }
    .index h1{
        font-size: 0.8rem;
        padding-top: 45px;
    }
    .index a{
        color: #fff;
        text-decoration: none
    }
    .index .logo{
        width: 350px;
        margin: auto;
        padding-top: 60px
    }
    .index .tel{
        width: 550px;
        margin: auto;
    }
    .index .text-01{
        padding-top: 30px;
        color: #888;
        font-size: 0.8rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 2
    }
    .index h2{
        color: #ffeaaa;
        font-size: 1rem;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 2
    }
    .index h3{
        color: #fff;
        font-size: 0.7rem;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 2
    }
    .index-link{
        display: flex;
        flex-wrap: wrap;
        width: 936px;
        margin: auto;
        padding-top: 30px
    }
    .index-link .left{
        width: 49%;
        margin: auto
    }
    .index-link .right{
        width: 49%;
    }
    .index-banner-sub{
        width: 640px;
        margin: auto;
        padding-top: 20px;
        text-align: center
    }
    .index-banner-sub img{
        width : auto;
        margin: auto;
        margin-bottom: 10px
    }
    .index-banner ul{
        display: flex;
        flex-wrap: wrap;
        width: 610px;
        margin: auto
    }
    .index-banner li{
        width : calc(100% / 3) ;
    }
    .index-banner img{
        width: 200px
    }
    .index-kuchikomi{
        margin: auto;
        padding-bottom: 20px
    }
		    .index-kuchikomi img{
       width: auto;
			margin: auto;
        padding-bottom: 5px
    }
    .index-diary{
        display: flex;
        flex-wrap: wrap;
        width: 1280px;
        margin: auto;
        padding: 40px 0
    }
    .index-diary .detail{
        width : calc(100% / 4) ;
        width: 300px;
        margin: 10px;
    }

    .enter{
        width: 220px;
        height: 53px;
        margin: auto;
        margin-top: 30px;
        position: relative;
    }
    .enter a{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height:100%;
        width: 100%;
        padding-top: 10px;
        background: #fff;
        color: #000;
        font-size: 1.8rem;
        text-decoration: none;
        border:2px solid #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .enter a:hover {
        color: #fff;
        text-decoration: none;
        background: #000;
        border:2px solid #fff;
    }
    .enter p{
        padding-top: 3px;
        font-size: 0.8rem;
    }
}



/*===============================

プレイ紹

================================*/

@media screen and (max-width: 599px) {
    #play {
        padding: 10px;
    }
    #play ul {
    }
    #play li {
    }

    #play h3{
        position: relative;
        margin-bottom: 20px;
        padding: 15px;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        color: #ffeaaa;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center
    }
    #play h3:before{
        content: " ";
        position: absolute;
        top: -16px;
        left: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: 0;
        border: solid 8px transparent;
        border-bottom-color: #000;
    }

    .scene-tit{
        margin-bottom: 15px
    }
    .scene-tit-sub{
        margin-bottom: 15px
    }

    .scene-01 .couse{
        padding-top: 20px
    }
    .scene-01 .detail{
        display: flex;
        flex-wrap: wrap;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .scene-01 .detail img{
        width: 50%;
        margin: auto;
        padding: 15px 0
    }
    .scene-01 .data{
        text-align: center
    }
    .scene-01 .data .text{
        padding-bottom: 25px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5;
    }
    .scene-01 .data .title{
        color: #bd9946;
        font-size: 1.0rem;
        font-weight: bold;
        line-height: 1.5
    }

    .scene-02{
        padding-top: 20px
    }
    .scene-02 .detail{
        display: flex;
        flex-wrap: wrap;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .scene-02 .detail img{
        width: 50%;
        margin: auto;
        padding: 15px 0
    }
    .scene-02 .title{
        padding-bottom: 35px;
        color: #cc0000;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 1.5
    }

    .scene-02 .data{
        text-align: center
    }
    .scene-02 .data .text{
        padding-bottom: 15px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .scene-03{
    }
    .scene-03 .detail{
        display: flex;
        flex-wrap: wrap;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .scene-03 .detail img{
        width: 75%;
        margin: auto;
        padding: 15px 0
    }
    .scene-03 .data{
        text-align: center
    }
    .scene-03 .data .title{
        padding-bottom: 10px;
        color: #bd9946;
        font-size: 1.0rem;
        font-weight: bold;
        line-height: 1.5
    }
    .scene-03 .data .text{
        padding-bottom: 25px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5;
    }
    .scene-03 .data .text span{
        color: #cc0000
    }
    .scene-03 .text-02{
        padding: 10px 0px;
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5
    }
    .scene-03 .text-02 span{
        color: #ffeaaa;
        font-size: 1.0rem
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    #play {
        padding: 10px;
    }
    #play ul {
    }
    #play li {
    }

    #play h3{
        position: relative;
        margin-bottom: 20px;
        padding: 15px;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        color: #ffeaaa;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center
    }
    #play h3:before{
        content: " ";
        position: absolute;
        top: -16px;
        left: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: 0;
        border: solid 8px transparent;
        border-bottom-color: #000;
    }

    .scene-tit{
        margin-bottom: 15px
    }
    .scene-tit-sub{
        margin-bottom: 15px
    }

    .scene-01 .couse{
        padding-top: 20px
    }
    .scene-01 .detail{
        display: flex;
        flex-wrap: wrap;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .scene-01 .detail img{
        width: 50%;
        margin: auto;
        padding: 15px 0
    }
    .scene-01 .data{
        text-align: center
    }
    .scene-01 .data .text{
        padding-bottom: 25px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5;
    }
    .scene-01 .data .title{
        color: #bd9946;
        font-size: 1.0rem;
        font-weight: bold;
        line-height: 1.5
    }

    .scene-02{
        padding-top: 20px
    }
    .scene-02 .detail{
        display: flex;
        flex-wrap: wrap;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .scene-02 .detail img{
        width: 50%;
        margin: auto;
        padding: 15px 0
    }
    .scene-02 .title{
        padding-bottom: 35px;
        color: #cc0000;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 1.5
    }

    .scene-02 .data{
        text-align: center
    }
    .scene-02 .data .text{
        padding-bottom: 15px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .scene-03{
    }
    .scene-03 .detail{
        display: flex;
        flex-wrap: wrap;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .scene-03 .detail img{
        width: 75%;
        margin: auto;
        padding: 15px 0
    }
    .scene-03 .data{
        text-align: center
    }
    .scene-03 .data .title{
        padding-bottom: 10px;
        color: #bd9946;
        font-size: 1.0rem;
        font-weight: bold;
        line-height: 1.5
    }
    .scene-03 .data .text{
        padding-bottom: 25px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5;
    }
    .scene-03 .data .text span{
        color: #cc0000
    }
    .scene-03 .text-02{
        padding: 10px 0px;
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5
    }
    .scene-03 .text-02 span{
        color: #ffeaaa;
        font-size: 1.0rem
    }
}
@media screen and (min-width:960px) {
    #play {
        padding: 40px 0px;
    }
    #play ul {
        width: 100%;
        margin: 0px auto;
        padding: 30px 0px 60px 0px;
        display: flex;
        flex-wrap: wrap;
    }
    #play li {
        width: 85%;
        margin: auto;
    }

    #play h3{
        position: relative;
        margin-bottom: 20px;
        padding: 15px;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        color: #ffeaaa;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center
    }
    #play h3:before{
        content: " ";
        position: absolute;
        top: -16px;
        left: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: 0;
        border: solid 8px transparent;
        border-bottom-color: #000;
    }

    .scene-tit{
        width: 600px;
        margin: auto;
        padding: 55px 0 30px 0
    }
    .scene-tit-sub{
        width: 800px;
        margin: auto;
        padding: 55px 0 30px 0
    }

    .scene-01 .couse{
        width: 1190px;
        margin: auto;
        padding-top: 20px
    }
    .scene-01 .detail{
        display: flex;
        flex-wrap: wrap;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .scene-01 .detail img{
        width: 75%;
        margin: auto;
        padding: 25px 0
    }
    .scene-01 .data{
        width: 25%;
        text-align: center
    }
    .scene-01 .data .text{
        padding: 10px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.8;

    }
    .scene-01 .data .title{
        height: 50px;
        color: #bd9946;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5
    }

    .scene-02{
        width: 80%;
        margin: auto
    }
    .scene-02 .detail{
        display: flex;
        flex-wrap: wrap;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .scene-02 .detail img{
        width: 75%;
        margin: auto;
        padding: 25px 0
    }
    .scene-02 .title{
        padding: 30px;
        color: #cc0000;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }

    .scene-02 .data{
        width: 33.3%;
        text-align: center
    }
    .scene-02 .data .text{
        padding: 10px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.8;

    }

    .scene-03{
        width: 70%;
        margin: auto
    }
    .scene-03 .detail{
        display: flex;
        flex-wrap: wrap;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .scene-03 .detail img{
        width: 75%;
        margin: auto;
        padding: 25px 0
    }
    .scene-03 .data{
        width: 50%;
        text-align: center
    }
    .scene-03 .data .title{
        height: 50px;
        color: #bd9946;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5
    }
    .scene-03 .data .text{
        padding: 10px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.8;
    }
    .scene-03 .data .text span{
        color: #cc0000
    }
    .scene-03 .text-02{
        padding: 30px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5
    }
    .scene-03 .text-02 span{
        color: #ffeaaa;
        font-size: 1.1rem
    }

}



/*===============================

アンケー

================================*/

@media screen and (max-width: 599px) {
    #enquete {
        width: 320px;
        margin: auto;
        padding: 20px 0px;
    }
    #enquete ul {
        width: 320px;
    }
    #enquete li {
        font-size: 0.8rem;
        line-height: 1.6
    }
    .enquete-table table {
        width: 320px;
        border:solid 1px #c8af6d;
        margin: auto;
    }
    .enquete-table table th {
        display: block;
        width: auto;
        background-color: rgba(78,52,27,0.7);
        padding:5px;
        border:dotted 1px #64462a;
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        vertical-align: middle
    }
    .enquete-table table th em{
        color: #cc0000
    }
    .enquete-table table td {
        display: block;
        width: auto;
        padding:5px;
        font-size: 0.8rem;
        border:dotted 1px #64462a;
        background-color: rgba(0,0,0,0.5);
    }

    .enquete-table table dd{
        padding:5px;
        line-height: 1.6
    }
    .enquete-table dt em{
        color: #ffeaaa;
        font-weight: bold;
    }
    .enqueit-sent{
        width: 320px;
        margin: auto
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    #enquete {
        padding: 20px 0px;
    }
    #enquete ul {
        width: 100%
    }
    #enquete li {
        font-size: 0.8rem;
        line-height: 1.6
    }
    .enquete-table table {
        width:95%;
        border:solid 1px #c8af6d;
        margin: auto;
        margin-top: 20px
    }
    .enquete-table table th {
        background-color: rgba(78,52,27,0.7);
        padding:5px;
        border:dotted 1px #64462a;
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center
    }
    .enquete-table table th em{
        color: #cc0000
    }
    .enquete-table table td {
        padding:5px;
        font-size: 0.8rem;
        overflow:hidden;
        border:dotted 1px #64462a;
        background-color: rgba(0,0,0,0.5);
    }

    .enquete-table table dd{
        padding:5px;
        line-height: 1.6
    }
    .enquete-table dt em{
        color: #ffeaaa;
        font-weight: bold;
    }
}
@media screen and (min-width:960px) {
    #enquete {
        padding: 40px 0px;
    }
    #enquete ul {
        width: 1190px;
        margin: 0px auto;
        padding: 30px 0px 60px 0px;
        display: flex;
        flex-wrap: wrap;
    }
    #enquete li {
        width: 100%;
        font-size: 0.8rem;
        line-height: 1.8
    }
    .enquete-table table {
        width:1190px;
        border:solid 1px #c8af6d;
        margin: auto;
        margin-top: 20px
    }
    .enquete-table table th {
        width:30%;
        background-color: rgba(78,52,27,0.7);
        padding:15px;
        border:dotted 1px #64462a;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        vertical-align: top;
        text-align: right
    }
    .enquete-table table th em{
        color: #cc0000
    }
    .enquete-table table td {
        padding:10px;
        overflow:hidden;
        border:dotted 1px #64462a;
        background-color: rgba(0,0,0,0.5);
        vertical-align: middle
    }

    .enquete-table table dd{
        padding:10px;
        line-height: 1.6
    }

    .enquete-table dt em{
        color: #ffeaaa;
        font-weight: bold;
    }

}



/*===============================

ご予

================================*/

@media screen and (max-width: 599px) {
    #reserve {
        padding: 10px 0px;
    }
    #reserve ul {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    #reserve li {
        width: 100%;
        font-size: 0.8rem;
        line-height: 1.6
    }
    #reserve li .text{
        font-size: 0.8rem;
        font-weight: bold;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #reserve li .text span{
        color: #ffeaaa;
        font-size: 1.0rem;
        font-weight: bold
    }
    .reserve-table {
    }
    .reserve-table table {
        width: 100%;
    }
    .reserve-table table th {
        width: 50%;
        padding: 5px;
        text-align: center;
        background: url("../img/bg-table.png") repeat-x;
        color: #432b13;
        font-size: 0.7rem;
        font-weight: normal;
        border-right: 1px solid #c9ba93;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        vertical-align: middle
    }
    .reserve-table table th span{
        color: #cc0000
    }
    .reserve-table table td {
        width: 50%;
        padding: 5px;
        font-size: 0.7rem;
        background-color: rgba(0,0,0,0.5);
        border: 1px solid #333
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    #reserve {
        padding: 10px 0px;
    }
    #reserve ul {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    #reserve li {
        width: 100%;
        font-size: 0.8rem;
        line-height: 1.6
    }
    #reserve li .text{
        font-size: 0.8rem;
        font-weight: bold;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #reserve li .text span{
        color: #ffeaaa;
        font-size: 1.0rem;
        font-weight: bold
    }
    .reserve-table {
    }
    .reserve-table table {
        width: 100%;
    }
    .reserve-table table th {
        width: 50%;
        padding: 5px;
        text-align: center;
        background: url("../img/bg-table.png") repeat-x;
        color: #432b13;
        font-size: 0.7rem;
        font-weight: normal;
        border-right: 1px solid #c9ba93;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        vertical-align: middle
    }
    .reserve-table table th span{
        color: #cc0000
    }
    .reserve-table table td {
        width: 50%;
        padding: 5px;
        font-size: 0.7rem;
        background-color: rgba(0,0,0,0.5);
        border: 1px solid #333
    }
}
@media screen and (min-width:960px) {
    #reserve {
        padding: 40px 0px;
    }
    #reserve ul {
        width: 1190px;
        margin: 0px auto;
        padding: 30px 0px 60px 0px;
        display: flex;
        flex-wrap: wrap;
    }
    #reserve li {
        width: 100%;
        font-size: 0.8rem;
        line-height: 1.8
    }
    #reserve li .text{
        font-size: 0.9rem;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #reserve li .text span{
        color: #ffeaaa;
        font-size: 1.1rem;
        font-weight: bold
    }
    .reserve-table {
        width: 1190px;
        margin: auto
    }
    .reserve-table table {
        width: 100%;
    }
    .reserve-table table th {
        width: 50%;
        padding: 10px;
        text-align: center;
        background: url("../img/bg-table.png") repeat-x;
        color: #432b13;
        font-size: 0.9rem;
        font-weight: normal;
        border-right: 1px solid #c9ba93;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        vertical-align: middle
    }
    .reserve-table table th span{
        color: #cc0000
    }
    .reserve-table table td {
        width: 50%;
        padding: 10px;
        background-color: rgba(0,0,0,0.5);
        border: 1px solid #333
    }

}




/*===============================

ホテルリス

================================*/

@media screen and (max-width: 599px) {
    #hotel {
        padding: 20px 0px;
    }
    #hotel ul {
        width: 100%;
    }
    #hotel li {
        padding: 10px;
        font-size: 0.7rem;
        line-height: 1.6
    }
    #hotel li .text{
        font-size: 0.8rem;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #hotel li .text span{
        color: #ffeaaa;
        font-size: 1.1rem;
        font-weight: bold
    }
    .hotel-table {
        width: 100%
    }
    .hotel-table table {
        width: 100%;
    }
    .hotel-table table th {
        width: 40%;
        padding: 7px;
        text-align: center;
        background: url("../img/bg-table.png") repeat-x;
        color: #432b13;
        font-size: 0.7rem;
        font-weight: normal;
        border-right: 1px solid #c9ba93;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        vertical-align: middle
    }
    .hotel-table table th span{
        color: #cc0000
    }
    .hotel-table table td {
        width: 30%;
        padding: 7px;
        background-color: rgba(0,0,0,0.7);
        border: 1px solid #333;
        font-size: 0.7rem;
        font-weight: bold
    }
    .hotel-table table td a{
        color: #ffeaaa;
    }

}
@media screen and (min-width:600px) and ( max-width:959px) {
    #hotel {
        padding: 40px 0px;
    }
    #hotel ul {
        width: 100%;
    }
    #hotel li {
        padding: 10px;
        font-size: 0.8rem;
        line-height: 1.8
    }
    #hotel li .text{
        font-size: 0.9rem;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #hotel li .text span{
        color: #ffeaaa;
        font-size: 1.1rem;
        font-weight: bold
    }
    .hotel-table {
        width: 1190px;
        margin: auto
    }
    .hotel-table table {
        width: 100%;
    }
    .hotel-table table th {
        width: 40%;
        padding: 10px;
        text-align: center;
        background: url("../img/bg-table.png") repeat-x;
        color: #432b13;
        font-size: 0.9rem;
        font-weight: normal;
        border-right: 1px solid #c9ba93;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        vertical-align: middle
    }
    .hotel-table table th span{
        color: #cc0000
    }
    .hotel-table table td {
        width: 30%;
        padding: 10px;
        background-color: rgba(0,0,0,0.7);
        border: 1px solid #333;
        font-size: 0.9rem;
        font-weight: bold
    }
    .hotel-table table td a{
        color: #ffeaaa;
    }

}
@media screen and (min-width:960px) {
    #hotel {
        padding: 40px 0px;
    }
    #hotel ul {
        width: 1190px;
        margin: 0px auto;
        padding: 30px 0px 60px 0px;
        display: flex;
        flex-wrap: wrap;
    }
    #hotel li {
        width: 100%;
        font-size: 0.8rem;
        line-height: 1.8
    }
    #hotel li .text{
        font-size: 0.9rem;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #hotel li .text span{
        color: #ffeaaa;
        font-size: 1.1rem;
        font-weight: bold
    }
    .hotel-table {
        width: 1190px;
        margin: auto
    }
    .hotel-table table {
        width: 100%;
    }
    .hotel-table table th {
        width: 40%;
        padding: 10px;
        text-align: center;
        background: url("../img/bg-table.png") repeat-x;
        color: #432b13;
        font-size: 0.9rem;
        font-weight: normal;
        border-right: 1px solid #c9ba93;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        vertical-align: middle
    }
    .hotel-table table th span{
        color: #cc0000
    }
    .hotel-table table td {
        width: 30%;
        padding: 10px;
        background-color: rgba(0,0,0,0.7);
        border: 1px solid #333;
        font-size: 0.9rem;
        font-weight: bold
    }
    .hotel-table table td a{
        color: #ffeaaa;
    }

}

.hotel_btn{
	width: 320px;
	margin: auto;
	padding: 50px 0
}

/*===============================

メルマガ登録

================================*/

@media screen and (max-width: 599px) {
    #mailmagazine {
        padding: 20px 0px;
    }
    #mailmagazine ul {
        padding: 10px
    }

    #mailmagazine li {
        width: 100%;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.6;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #mailmagazine li span{
        color: #cc0000;
        font-size: 1rem;
    }
    #mailmagazine li .image{
        padding-bottom: 20px;
    }
    #mailmagazine li .text-01{
        font-size: 0.8rem;
    }
    #mailmagazine li .text-02{
        color: #ffeaaa;
        font-size: 1.0rem;
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    #mailmagazine {
        padding: 20px 0px;
    }
    #mailmagazine ul {
        padding: 10px
    }

    #mailmagazine li {
        width: 100%;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.6;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #mailmagazine li span{
        color: #cc0000;
        font-size: 1rem;
    }
    #mailmagazine li .image{
        padding-bottom: 20px;
    }
    #mailmagazine li .text-01{
        font-size: 1rem;
    }
    #mailmagazine li .text-02{
        color: #ffeaaa;
        font-size: 1.2rem;
    }
}
@media screen and (min-width:960px) {
    #mailmagazine {
        padding: 40px 0px;
    }
    #mailmagazine ul {
        width: 1190px;
        margin: 0px auto;
        padding: 30px 0px 60px 0px;
        display: flex;
        flex-wrap: wrap;
    }

    #mailmagazine li {
        width: 100%;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.8;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #mailmagazine li span{
        color: #cc0000;
        font-size: 1rem;
    }
    #mailmagazine li .image{
        width: 900px;
        margin: auto;
        padding-bottom: 40px;
    }
    #mailmagazine li .text-01{
        font-size: 1rem;
    }
    #mailmagazine li .text-02{
        color: #ffeaaa;
        font-size: 1.2rem;
    }
}




/*===============================

料シス?

================================*/

@media screen and (max-width: 599px) {
    #system {
        padding: 5px 0px;
    }
    #system ul {
        margin: 0px auto;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    #system li {
        font-size: 0.7rem;
        line-height: 1.8
    }
    #system .image{
        padding-top: 20px
    }
    #system .card{
        width: 182px;
        margin: auto
    }

    .sbox_bg{
        padding: 20px 0;
    }
    .sbox_bg:nth-of-type(1){
        padding-top: 0;
    }

    .s_title{
        font-size: 1.0rem;
        line-height: 25px;
        padding: 15px 0 0 0;
        color: #e0c87f;
        border-bottom: 1px solid #fff;
    }
    .s_title span{	color: #ccc;}
    .s_title em{
        color: #fff;
        font-size: 2.5rem;
        letter-spacing: 1px;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }

    #course{
        width: 100%
    }
    #course h3{
        margin-bottom: 20px;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #course ul{
    }
    #course li{
    }
    #course li:nth-child(odd){
        margin-right: 20px;
    }
    #course li .course{
        display: table;
        width: 540px;
        height: 45px;
        border: 1px solid #ddd;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #course li .course_l,
    #course li .course_r{
        display: table-cell;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #course li .course_l{
        width: 50%;
        color: #e249b2;
        text-align: left;
        padding-left: 15px;
    }
    #course li .course_r{
        color: #000;
        text-align: right;
        padding-right: 15px;
    }
    .course-title{
        position: relative;
        width: 90%;
        margin: auto;
        margin-top: 20px;
        padding: 10px;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center
    }
    .course-title:before{
        content: " ";
        position: absolute;
        top: -16px;
        left: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: 0;
        border: solid 8px transparent;
        border-bottom-color: #000;
    }
    .course-01{
        color: #cc0000
    }
    .course-02{
        color: #ba35ac
    }

    #other{
    }
    .op{
        display: table;
        width: 100%;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .op_l{
        width: 100%
    }
    .op_l table{
        width: 100%;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.5
    }
    .op_l tr{
        vertical-align: middle;
    }
    .op_l th{
        width: 130px;
        color: #ffeab8;
        text-align: left;
        padding: 10px 0 10px 0px;
        border-bottom: 1px dotted #ddd;
    }
    .op_l td{
        text-align: right;
        padding: 10px 0px 10px 0;
        border-bottom: 1px dotted #ddd;
    }
    .op_r{
        width: 100%;
        padding-top: 30px
    }
    .op_r table{
        width: 100%;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.5
    }
    .op_r tr{
        vertical-align: middle;
    }
    .op_r th{
        width: 240px;
        color: #ffeab8;
        text-align: left;
        padding: 10px 0 10px 0px;
        border-bottom: 1px dotted #ddd;
    }
    .op_r td{
        text-align: right;
        padding: 10px 0px 10px 0;
        border-bottom: 1px dotted #ddd;
    }
    .op h3{}


    #basicplay h3{
        margin-bottom: 20px;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #basicplay ul{
        display: flex;
        flex-wrap: wrap;
    }
    #basicplay li{
        width: 47%;
        margin: auto;
        margin-bottom: 10px;
        line-height: 55px;
        text-align: center;
        color: #000;
        font-size: 1rem;
        font-weight: bold;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #basicplay .ptxt{
        font-size: 0.8rem;
        font-weight: bold;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 1.5
    }

    #area{
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #area h3{
        margin-bottom: 26px;
    }
    #area table{
        width: 97%;
        margin: auto;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.6;
    }
    #area tr{
        vertical-align: middle;
    }
    #area th{
        width: 80px;
        color: #aaa;
        text-align: left;
        padding: 10px 0 10px 0px;
        border-bottom: 1px dotted #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #area th span{
        color: #cc0000
    }
    #area td{
        padding: 10px 0px 10px 0;
        font-size: 0.7rem;
        border-bottom: 1px dotted #ddd;
    }

    #caution{
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #caution h3{
        margin-bottom: 15px;
    }
    #caution ul{
        font-size: 0;
        line-height: 0;
        padding-bottom: 20px;
    }
    #caution li{
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #caution li:first-child{
        font-size: 13px;
    }
    #caution li:first-child a{
        color: #cc0000;
        text-decoration: underline;
    }
    #caution li:first-child a:hover{
        text-decoration: none;
    }
    #caution div{
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        padding: 0 15px;
    }
    #caution .kinshi{
        color: #cc0000;
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    #system {
        padding: 5px 0px;
    }
    #system ul {
        margin: 0px auto;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    #system li {
        font-size: 0.7rem;
        line-height: 1.8
    }
    #system .image{
        padding-top: 20px
    }
    #system .card{
        width: 182px;
        margin: auto
    }

    .sbox_bg{
        padding: 20px 0;
    }
    .sbox_bg:nth-of-type(1){
        padding-top: 0;
    }

    .s_title{
        font-size: 1.0rem;
        line-height: 25px;
        padding: 15px 0 0 0;
        color: #e0c87f;
        border-bottom: 1px solid #fff;
    }
    .s_title span{	color: #ccc;}
    .s_title em{
        color: #fff;
        font-size: 2.5rem;
        letter-spacing: 1px;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }

    #course{
        width: 100%
    }
    #course h3{
        margin-bottom: 20px;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #course ul{
    }
    #course li{
    }
    #course li:nth-child(odd){
        margin-right: 20px;
    }
    #course li .course{
        display: table;
        width: 540px;
        height: 45px;
        border: 1px solid #ddd;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #course li .course_l,
    #course li .course_r{
        display: table-cell;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #course li .course_l{
        width: 50%;
        color: #e249b2;
        text-align: left;
        padding-left: 15px;
    }
    #course li .course_r{
        color: #000;
        text-align: right;
        padding-right: 15px;
    }
    .course-title{
        position: relative;
        width: 90%;
        margin: auto;
        margin-top: 20px;
        padding: 10px;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center
    }
    .course-title:before{
        content: " ";
        position: absolute;
        top: -16px;
        left: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: 0;
        border: solid 8px transparent;
        border-bottom-color: #000;
    }
    .course-01{
        color: #cc0000
    }
    .course-02{
        color: #ba35ac
    }

    #other{
    }
    .op{
        display: table;
        width: 100%;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .op_l{
        width: 100%
    }
    .op_r{
        width: 100%;
        padding-top: 30px
    }

    .op h3{}
    .op table{
        width: 100%;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.2
    }
    .op tr{
        vertical-align: middle;
    }
    .op th{
        width: 240px;
        color: #ffeab8;
        text-align: left;
        padding: 10px 0 10px 0px;
        border-bottom: 1px dotted #ddd;
    }
    .op td{
        text-align: right;
        padding: 10px 0px 10px 0;
        border-bottom: 1px dotted #ddd;
    }

    #basicplay h3{
        margin-bottom: 20px;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #basicplay ul{
        width: 340px;
        margin: auto
    }
    #basicplay li{
        display: inline-block;
        width: 150px;
        line-height: 45px;
        text-align: center;
        color: #000;
        font-size: 1rem;
        font-weight: bold;
        margin: 0 0 15px 15px;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #basicplay .ptxt{
        font-size: 0.8rem;
        font-weight: bold;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 1.5
    }

    #area{
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #area h3{
        margin-bottom: 26px;
    }
    #area table{
        width: 97%;
        margin: auto;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.6;
    }
    #area tr{
        vertical-align: middle;
    }
    #area th{
        width: 100px;
        color: #aaa;
        text-align: left;
        padding: 10px 0 10px 0px;
        border-bottom: 1px dotted #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #area th span{
        color: #cc0000
    }
    #area td{
        padding: 10px 0px 10px 0;
        font-size: 0.7rem;
        border-bottom: 1px dotted #ddd;
    }

    #caution{
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #caution h3{
        margin-bottom: 15px;
    }
    #caution ul{
        font-size: 0;
        line-height: 0;
        padding-bottom: 20px;
    }
    #caution li{
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #caution li:first-child{
        font-size: 13px;
    }
    #caution li:first-child a{
        color: #cc0000;
        text-decoration: underline;
    }
    #caution li:first-child a:hover{
        text-decoration: none;
    }
    #caution div{
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        padding: 0 15px;
    }
    #caution .kinshi{
        color: #cc0000;
    }
}
@media screen and (min-width:960px) {

    #system {
        margin-top: -3px;
        padding: 60px 0px;
    }
    #system ul {
        width: 1200px;
        margin: 0px auto;
        padding: 30px 0px 60px 0px;
        display: flex;
        flex-wrap: wrap;
    }

    #system li {
        font-size: 0.7rem;
        line-height: 1.8
    }
    #system .image{
        width: 1000px;
        margin: auto;
        padding-top: 50px
    }
    #system .card{
        width: 182px;
        margin: auto
    }
    .sbox_bg{
        padding: 40px 0 50px 0;
    }
    .sbox_bg:nth-of-type(1){
        padding-top: 0;
    }

    .s_title{
        font-size: 1.0rem;
        line-height: 25px;
        padding: 15px 0 0 0;
        color: #e0c87f;
        border-bottom: 1px solid #fff;
    }
    .s_title span{	color: #ccc;}
    .s_title em{
        color: #fff;
        font-size: 2.5rem;
        letter-spacing: 1px;
        font-family: 'Dorsa', sans-serif;
        transform: rotate(.03deg);
    }

    #course{}
    #course h3{
        margin-bottom: 20px;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #course ul{
        width: 1100px;
        margin: auto;
    }
    #course li{
        width: 540px;
        vertical-align: top;
        margin-top: 20px;
    }
    #course li:nth-child(odd){
        margin-right: 20px;
    }
    #course li .course{
        display: table;
        width: 540px;
        height: 45px;
        border: 1px solid #ddd;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #course li .course_l,
    #course li .course_r{
        display: table-cell;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #course li .course_l{
        width: 50%;
        color: #e249b2;
        text-align: left;
        padding-left: 15px;
    }
    #course li .course_r{
        color: #000;
        text-align: right;
        padding-right: 15px;
    }
    .course-title{
        position: relative;
        width: 75%;
        margin: auto;
        margin-top: 40px;
        padding: 15px;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center
    }
    .course-title:before{
        content: " ";
        position: absolute;
        top: -16px;
        left: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: 0;
        border: solid 8px transparent;
        border-bottom-color: #000;
    }
    .course-01{
        color: #cc0000
    }
    .course-02{
        color: #ba35ac
    }

    #other{
    }
    .op{
        display: table;
        width: 1168px;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    .op_l,
    .op_r{
        display: table-cell;
        vertical-align: top;
    }
    .op_l{
        width: 584px;
        padding-right: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .op h3{}
    .op table{
        width: 100%;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 30px;
    }
    .op tr{
        vertical-align: middle;
    }
    .op th{
        width: 55%;
        color: #ffeab8;
        text-align: left;
        padding: 10px 0 10px 20px;
        border-bottom: 1px dotted #ddd;
    }
    .op td{
        text-align: right;
        padding: 10px 20px 10px 0;
        border-bottom: 1px dotted #ddd;
    }

    #basicplay h3{
        margin-bottom: 20px;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #basicplay ul{
        font-size: 0;
        line-height: 0;
        padding: 0 0 5px 0;
    }
    #basicplay li{
        display: inline-block;
        width: 180px;
        line-height: 45px;
        text-align: center;
        color: #000;
        font-size: 1rem;
        font-weight: bold;
        margin: 0 0 15px 15px;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #basicplay .ptxt{
        font-size: 0.9rem;
        font-weight: bold;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 2
    }

    #area{
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
    #area h3{
        margin-bottom: 26px;
    }
    #area table{
        width: 97%;
        margin: auto;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 35px;
    }
    #area tr{
        vertical-align: middle;
    }
    #area th{
        width: 200px;
        color: #aaa;
        text-align: left;
        padding: 10px 0 10px 25px;
        border-bottom: 1px dotted #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #area th span{
        color: #cc0000
    }
    #area td{
        padding: 10px 10px 10px 0;
        border-bottom: 1px dotted #ddd;
    }
    #caution{
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }

    #caution h3{
        margin-bottom: 15px;
    }
    #caution ul{
        font-size: 0;
        line-height: 0;
        padding-bottom: 20px;
    }
    #caution li{
        float: left;
        width: 580px;
        font-size: 0.8rem;
        line-height: 20px;
        margin: 0px 10px;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #caution li:first-child{
        font-size: 0.8rem;
    }
    #caution li:first-child a{
        color: #cc0000;
        text-decoration: underline;
    }
    #caution li:first-child a:hover{
        text-decoration: none;
    }
    #caution div{
        font-size: 1rem;
        font-weight: bold;
        line-height: 20px;
        padding: 0 15px;
    }
    #caution .kinshi{
        color: #cc0000;
    }
}





.breadcrumb{
    padding-top: 20px
}
.breadcrumb ol{
    width: 1190px;
    margin: 0px auto;
    font-size: 0.8rem;
}
.breadcrumb ol li{
    display: inline;
    list-style-type: none;
}
.breadcrumb ol li:before {
    content:" > ";
}
.breadcrumb ol li:first-child:before {
    content:"";
}
.breadcrumb li a{
    color: #fff;
    text-decoration: none
}
.breadcrumb span{
    color: #fff;
}



/*===============================

検索

================================*/

@media screen and (max-width: 599px) {
    .search{
        width: 100%;
        margin: 20px 0;
        background-color: rgba(0,0,0,0.8);
    }
    .search .box{
        position: relative;
        padding: 20px;
        font-size: 0.8rem;
        font-weight: bold
    }
    .search .box input{
        width: 100px;
        margin: auto;
        padding-top: 10px
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .search{
        width: 100%;
        margin: 20px 0;
        background-color: rgba(0,0,0,0.8);
    }
    .search .box{
        position: relative;
        padding: 20px;
        font-size: 1.0rem;
        font-weight: bold
    }
    .search .box input{
        position: absolute; top: 20px; right: 20px;
    }
}
@media screen and (min-width:960px) {
    .search{
        width: 100%;
        margin-top: 20px;
        background-color: rgba(0,0,0,0.8);
    }
    .search .box{
        position: relative;
        width: 1000px;
        margin: auto;
        padding: 20px;
        font-size: 1rem;
        text-align: center;
    }
    .search .box input{
        position: absolute; top: 20px; right: 50px;
    }
}


.card{
    width: 340px;
    margin: auto;
    padding-top: 20px
}
.card-btn{
    width: 100%;
    padding: 15px 0px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-family: ' Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, , Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
    text-align: center
}
.card-click {
    background-color: #ffd504;
    border: 2px solid #ffd504;
    color: #000 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.card-click:hover {
    background-color: transparent;
    border: 2px solid #ffd504;
    color: #ffd504 !important;
}


input.sent {
    display: block;
    width: 320px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 0;
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.sent:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}



.is-fixed .nav-contents {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}


@media screen and (max-width: 599px) {
    .japan{
        width: 200px;
        margin: auto
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .japan{
        width: 468px;
        margin: auto
    }
}
@media screen and (min-width:960px) {
    .japan{
        width: 468px;
        margin: auto
    }
}


@media screen and (max-width: 599px) {
    .driver{
        padding: 20px 0
    }
    .driver img{
        width: 95%;
        margin: auto
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .driver{
        background-color: rgba(0,0,0,0.9);
    }
    .driver img{
        width: 100%;
        margin: auto
    }
}
@media screen and (min-width:960px) {
    .driver{
        background-color: rgba(0,0,0,0.9);
    }
    .driver img{
        width: 50%;
        margin: auto
    }
}



@media screen and (max-width: 599px) {
    .driver2{
        padding: 20px 0
    }
    .driver2 img{
        width: 95%;
        margin: auto
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .driver2{
        background-color: rgba(0,0,0,0.9);
    }
    .driver img{
        width: 100%;
        margin: auto
    }
}
@media screen and (min-width:960px) {
    .driver2{
        padding: 20px 0
    }
    .driver2 img{
        width: 50%;
        margin: auto
    }
}


.area_text{
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
    }
@media screen and (max-width: 599px) {
.area_text{
	font-size: 13px;
	}
}

.hapimaa{
	max-width: 728px;
	margin: auto;
	padding-top: 10px
}


