@charset "Shift_JIS";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);


html {
    font-size: 62.5%;
}

body {
    background: url("../img/bg.png");
    font-family:'Lato', 'Noto Sans Japanese', 'æ¸¸ã‚´ã‚·ãƒE‚¯ Medium', 'æ¸¸ã‚´ã‚·ãƒE‚¯ä½', 'Yu Gothic Medium', YuGothic, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN', 'Hiragino Kaku Gothic ProN', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'E­E³ E°ã‚´ã‚·ãƒE‚¯', 'MS PGothic', sans-serif;
    color: #000;
}


img{
    width: 100%;
    height: auto;
    display: block;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

@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: 1025px)
{
    
    header {
        width: 100%;
        background: rgba(255, 255, 255, .6);
    }
    header ul{
        display: flex;
        flex-wrap: wrap;
        width: 980px;
        margin: auto
    }
    header li.logo{
        width: 480px;
    }
    header li.tel{
        width: 500px;
        text-align: right
    }
    header li.tel img{
        padding-top: 8px;
        width: 500px;
        text-align: right
    }
    header h1{
        padding-top: 25px;
        font-size: 0.8rem;
    }

}
@media screen and (max-width: 1024px)
{
    
    header {
        width: 100%;
        background: rgba(255, 255, 255, .6);
    }
    header ul{
        display: flex;
        flex-wrap: wrap;
     }
    header li.logo{
        width: 50%;
        padding-top: 18px
    }
    header li.logo img{
        padding-left: 3px;
    }
    header li.tel{
        width: 50%;
        position:relative;
    }
    header li.tel img{
        padding: 4px 0px;
    }
    header li.tel .click{
        position:absolute;
        top: 0px;
        left: 0px;
    }
    header li.tel .click-tel{
        float: left;
        width: 30%
    }
    header li.tel .click-rec{
        float: right;
        width: 50%
    }
}



@media screen and (min-width: 1025px)
{

    footer {
        width: 100%;
        background: rgba(255, 255, 255, .6);
        text-align: center;
    }

    footer p {
        padding: 20px;
        color: #000;
        font-size: 0.8rem;
    }

    footer a {
        color: #000;
        text-decoration: none;
    }

}
@media screen and (max-width: 1024px)
{

    footer {
        width: 100%;
        background: rgba(255, 255, 255, .6);
        text-align: center;
    }

    footer p {
        padding: 20px 0px;
        color: #000;
        font-size: 0.6rem;
    }

    footer a {
        color: #000;
        text-decoration: none;
    }
    
}



@media screen and (min-width: 1025px)
{

    nav {
        width: 100%;
        height: 55px;
        background: url("../img/nav-bg.png") repeat-x;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 100;
    }

    nav ul {
        width: 980px;
        height: 55px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        background: url(../img/nav.png) no-repeat;
        background-size:contain;
    }

    nav li {
        width : calc(100% / 6) ;
        text-align: center;
        line-height: 1
    }
    nav li a{
        display: block;
        height: 55px;
        color: #fff;
        font-size: 0.7rem;
        text-decoration: none;
    }
    nav li a img{
        width: 100%;
        margin: auto;
        margin-bottom: 3px;
    }
    nav li p{
        padding-bottom: 3px;
        font-size: 1.0rem;
        font-family: 'Noto Serif', serif;
        transform: rotate(.03deg);
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }

}
@media screen and (max-width: 1024px)
{


    nav {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 100;
    }

    nav ul {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

    nav li {
        width : calc(100% / 3) ;
        background: url("../img/nav-bg.png") repeat-x;
        text-align: center;
        line-height: 1
    }
    nav li a{
        display: block;
         color: #fff;
        font-size: 0.7rem;
        text-decoration: none;
    }
    nav li a img{
        width: 100%;
        margin: auto;
        margin-bottom: 0px;
    }
    nav li p{
        padding-bottom: 3px;
        font-size: 1.0rem;
        font-family: 'Noto Serif', serif;
        transform: rotate(.03deg);
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }

}



@media screen and (min-width: 1025px)
{

    .top-banner{
        height: 310px;
        padding-top: 50px;
        background: url("../img/banner-bg.png") repeat-x;
    }
    .top-banner .area{
        width: 980px;
        height: 260px;
        margin: auto;
        padding: 15px 0px;
        background: url("../img/banner-side.png") no-repeat;
        background-size: 100% auto;
    }
    .top-banner .area .box{
        width: 950px;
        margin: auto;
        background: url("../img/banner.jpg") no-repeat;
        background-size: 100% auto;
    }

}
@media screen and (max-width: 1024px)
{

    .top-banner{
        background: url("../img/banner-bg.png") repeat-x;
    }
    .top-banner .area{
       }
    .top-banner .area .box{
        background: url("../img/banner.jpg") no-repeat;
        background-size: 100% auto;
    }

    
}



@media screen and (min-width: 1025px)
{
    
    .listlink{
        background: url("../img/banner-bg.png") repeat-x;
    }
    .listlink ol{
        width: 980px;
        margin: auto;
        padding: 20px 0px 25px 0px;
        text-align: right;
    }
    .listlink li{
        color: #aaa;
        font-size: 0.6rem
    }
    .listlink li a{
        color: #aaa
    }

}
@media screen and (max-width: 1024px)
{

    .listlink{
        background: url("../img/banner-bg.png") repeat-x;
    }
    .listlink ol{
        margin: auto;
        padding: 10px 2px;
        text-align: right;
    }
    .listlink li{
        color: #aaa;
        font-size: 0.6rem
    }
    .listlink li a{
        color: #aaa
    }

    
}



@media screen and (min-width: 1025px)
{
    
    .title-bar{
        height: 80px;
        background: url("../img/tit-bg.png") repeat-x;
        margin-top: -32px
    }
    .title-bar p{
        width: 980px;
        margin: auto;
    }

}
@media screen and (max-width: 1024px)
{

    .title-bar{
        background: url("../img/tit-bg-sp.png") repeat-x;
        background-size: 100% auto;
    }
    .title-bar p{
        width: 100%;
        padding: 8px 0px;
    }
    .title-bar img{
        width: 95%;
        margin: auto
    }
}


@media screen and (min-width: 1025px)
{

    .info {
        height: 380px;
        padding: 20px 0px 20px 20px;
        background: url("../img/info-bg.png") repeat-x;
    }

    .info ul {
        width: 970px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .info li {
        width : calc(100% / 2) ;
    }

    .info li h2 {
        padding: 0.25em 0.5em;
        color: #c9b8a0;
        font-size: 1.1rem;
        background: transparent;
        border-left: solid 5px #c9b8a0;
    }
    .info li h3 img{
        width: 460px
    }

    .news {
        width: 460px;
        height: 310px;
        margin-top: 10px;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
    }
    .news .area{
        padding: 20px;
    }
    .news .box{
        height: 270px;
        overflow: auto
    }
    .news .title{
        color: #c7ae8a;
        font-size: 0.9rem;
    }
    .news .title span{
        color: #c7ae8a;
        font-size: 0.7rem;
    }
    .news .detail{
        border-bottom: 1px #000 dotted;
        margin-bottom: 10px;
        padding-bottom: 5px
    }
    .news .detail .comment{
        padding-top: 10px;
        font-size: 0.8rem;
        line-height: 1.65
    }
    .news .detail .comment .image{
        float: left;
        width: 125px;
        margin-right: 10px;
    }


    .blog {
        width: 460px;
        height: 310px;
        margin-top: 10px;
        background: #191b1c;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
    }
    .blog .area{
        padding: 20px;
    }
    .blog .box{
        height: 270px;
        overflow: auto
    }
    .blog .title{
        color: #c7ae8a;
        font-size: 0.9rem;
    }
    .blog .title span{
        color: #c7ae8a;
        font-size: 0.7rem;
    }
    .blog .detail{
        border-bottom: 1px #40464b dotted;
        margin-bottom: 10px;
        padding-bottom: 5px;
        color: #fff
    }
    .blog .detail .comment{
        padding-top: 10px;
        font-size: 0.8rem;
        line-height: 1.65
    }
    .blog .detail .comment .image{
        float: left;
        width: 85px;
        margin-right: 10px;
    }
    .blog-banner{
        height: 110px;
        padding: 10px 0px
    }
    
    .twitter {
        margin-top: 12px;
        width: 310px;
    }
}
@media screen and (max-width: 1024px)
{

    .info {
        padding: 10px;
        background: #800
    }

    .info ul {
        display: flex;
        flex-wrap: wrap;
    }

    .info li {
        width : calc(100% / 1) ;
    }

    .info li h2 {
        padding: 0.25em 0.5em;
        color: #c9b8a0;
        font-size: 1.1rem;
        background: transparent;
        border-left: solid 5px #c9b8a0;
    }
    .info li h3 img{
        width: 100%
    }

    .news {
        width: 100%;
        margin: auto;
        height: 290px;
        margin-top: 10px;
        margin-bottom: 20px;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
    }
    .news .area{
        padding: 15px;
    }
    .news .box{
        height: 260px;
        overflow: auto
    }
    .news .title{
        color: #c7ae8a;
        font-size: 0.8rem;
    }
    .news .title span{
        color: #c7ae8a;
        font-size: 0.7rem;
    }
    .news .detail{
        border-bottom: 1px #000 dotted;
        margin-bottom: 10px;
        padding-bottom: 5px
    }
    .news .detail .comment{
        padding-top: 10px;
        font-size: 0.8rem;
        line-height: 1.7
    }
    .news .detail .comment .image{
        float: left;
        width: 125px;
        margin-right: 10px;
    }


    .blog {
        width: 100%;
        height: 290px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 30px;
        background: #191b1c;
        box-shadow: 1px 1px 2px #000;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
    }
    .blog .area{
        padding: 15px;
    }
    .blog .box{
        height: 260px;
        overflow: auto
    }
    .blog .title{
        color: #c7ae8a;
        font-size: 0.9rem;
    }
    .blog .title span{
        color: #c7ae8a;
        font-size: 0.7rem;
    }
    .blog .detail{
        border-bottom: 1px #40464b dotted;
        margin-bottom: 10px;
        padding-bottom: 5px;
        color: #fff
    }
    .blog .detail .comment{
        padding-top: 10px;
        font-size: 0.8rem;
        line-height: 1.7
    }
    .blog .detail .comment .image{
        float: left;
        width: 125px;
        margin-right: 10px;
    }
    .blog-banner{
        padding: 10px 0px
    }
    .twitter {
        margin-top: 12px;
    }
}



.infiniteslide a {
    display: block;
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.infiniteslide a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: pointer
}



@media screen and (min-width: 1025px)
{
    
    .newface{
        width: 240px;
        box-sizing: border-box;
        list-style: none;
        margin: 40px 10px 55px 10px;
        padding-top: 10px;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
    }

    .newface img {
        width: 220px;
        margin: auto
    }

    .newface .name {
        padding-top: 10px;
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center;
    }

    .newface .name span {
        font-size: 1.1rem;
    }

    .newface .size {
        padding-top: 8px;
        font-size: 1rem;
        font-weight: 500;
        text-align: center;
    }

    .newface .time {
        background: #c7ae8a;
        margin-top: 10px;
        padding: 7px;
        color: #fff;
        font-size: 1.2rem;
        text-align: center;
    }

    .newface .time_no {
        background: #ede9ea;
        margin-top: 10px;
        padding: 7px;
        color: #fff;
        font-size: 1.2rem;
        text-align: center;
    }

}
@media screen and (max-width: 1024px)
{

    .newface{
        width: 170px;
        box-sizing: border-box;
        list-style: none;
        margin: 20px 5px 25px 5px;
        padding-top: 10px;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
    }

    .newface img {
        width: 150px;
        margin: auto
    }

    .newface .name {
        padding-top: 5px;
        font-size: 1.0rem;
        font-weight: 600;
        text-align: center;
    }

    .newface .name span {
        font-size: 0.8rem;
    }

    .newface .size {
        padding-top: 2px;
        font-size: 0.8rem;
        font-weight: 500;
        text-align: center;
    }

    .newface .time {
        background: #c7ae8a;
        margin-top: 3px;
        padding: 7px;
        color: #fff;
        font-size: 0.9rem;
        text-align: center;
    }

    .newface .time_no {
        background: #ede9ea;
        margin-top: 3px;
        padding: 7px;
        color: #fff;
        font-size: 0.9rem;
        text-align: center;
    }
    
}



@media screen and (min-width: 1025px)
{

    #concept {
        background: url("../img/schedule-bg.png") repeat-x;
    }
    #concept ul{
        width: 960px;
        margin: auto;
        padding: 60px 0px 60px 0px;
        color: #fff
    }
    
}
@media screen and (max-width: 1024px)
{

    #concept {
        background: url("../img/schedule-bg.png") repeat-x;
    }
    #concept ul{
        padding: 20px;
        color: #fff
    }
    
}



@media screen and (min-width: 1025px)
{

	#room ul{
        width: 960px;
        margin: auto;
        padding: 48px 0px 48px 0px;
        color: #fff;
        background: url("../img/bg-room.jpg");
        background-size: 100% auto;

    }
	
	#room .text{
        margin-left: 390px;
        padding: 8px 0px 10px 0px;
        font-size: 0.8rem;
        line-height: 1.5
    }
	
    #menu {
        background: url("../img/schedule-bg.png") repeat-x;
    }
    #menu ul{
        width: 960px;
        margin: auto;
        padding: 48px 0px 48px 0px;
        color: #fff;
        background: url("../img/bg-menu.jpg");
        background-size: 100% auto;

    }

    #menu .text{
        margin-left: 390px;
        padding: 8px 0px 10px 0px;
        font-size: 0.8rem;
        line-height: 1.5
    }

    .price{
        display: flex;
        flex-wrap: wrap;
        width: 550px;
        margin-left: 390px;
        padding: 15px;
        background: rgba(255, 255, 255, .9);
        color: #000;
        border: 1px #b79976 solid;
    }
    .price .time{
        width: 20%;
        color: #b79976;
        font-size: 1.4rem
    }
    .price .money{
        width: 80%;
        color: #000;
        font-size: 1.0rem;
        text-align: right
    }
    .price .money span.big{
        color: #ff0000;
        font-size: 1.5rem
    }
    .price2{
        display: flex;
        flex-wrap: wrap;
        width: 550px;
        margin-left: 390px;
        padding: 15px;
        background: rgba(255, 255, 255, .9);
        color: #000;
        border: 1px #b79976 solid;
    }
    .price2 .time{
        width: 50%;
        color: #650707;
        font-size: 1.4rem
    }
    .price2 .money{
        width: 50%;
        color: #000;
        font-size: 1.4rem;
        text-align: right
    }
    .price2 .money span.big{
        color: #ff0000;
        font-size: 1.5rem
    }

    #card {
        background: url("../img/schedule-bg.png") repeat-x;
    }
    #card ul{
        width: 960px;
        margin: auto;
        padding: 30px 0px 50px 0px;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.8

    }
    #card img{
        float: left;
        width: 64px;
        margin-top: 10px;
        margin-right: 5px;
    }
    
    #room {
        background: url("../img/schedule-bg.png") repeat-x;
    }

    #room li{
        width: calc(100% / 6);
    }
    #room li p{
        margin: 5px;
    }
    #room li img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    }

    
}
@media screen and (max-width: 1024px)
{

    #room ul{
        padding: 10px;
        color: #fff;
        background: url("../img/bg-room.jpg");
        background-position: left center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
	#room .text{
        padding: 8px 0px 10px 0px;
        font-size: 0.8rem;
        line-height: 1.5
    }

    #menu {
        background: url("../img/schedule-bg.png") repeat-x;
    }
    #menu ul{
        padding: 10px;
        color: #fff;
        background: url("../img/bg-menu.jpg");
        background-position: left center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    #menu .text{
        padding: 8px 0px 10px 0px;
        font-size: 0.8rem;
        line-height: 1.5
    }

    .price{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        background: rgba(255, 255, 255, .9);
        color: #000;
        border: 1px #b79976 solid;
        line-height: 1.6
    }
    .price .time{
	width: 15%;
	color: #CC3366;
	font-size: 1.0rem;
	font-family: inherit;
    }
    .price .money{
        width: 85%;
        color: #000;
        font-size: 0.8rem;
        text-align: right
    }
    .price .money span.big{
        color: #ff0000;
        font-size: 1.0rem
    }
    .price2{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        background: rgba(255, 255, 255, .9);
        color: #000;
        border: 1px #b79976 solid;
        line-height: 1.6;
        text-align: right
    }
    .price2 .time{
        width: 50%;
        color: #650707;
        font-size: 1.0rem;
        text-align: left
    }
    .price2 .money{
        width: 50%;
        color: #000;
        font-size: 1.0rem;
        text-align: right
    }
    .price2 .money span.big{
        color: #ff0000;
        font-size: 1.0rem
    }
    .price2 p{
        text-align: right
    }

    #room {
        background: url("../img/schedule-bg.png") repeat-x;
    }

    #room li{
        width: calc(100% / 3);
    }
    #room li p{
        margin: 3px;
    }
    #room li img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    
    #card {
        background: url("../img/schedule-bg.png") repeat-x;
    }
    #card ul{
        padding: 10px;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.8

    }
    #card img{
        float: left;
        width: 64px;
        margin-top: 10px;
        margin-right: 5px;
    }
    
}


@media screen and (min-width: 1025px)
{

    #how {
        background: url("../img/schedule-bg.png") repeat-x;
    }
    #how .step {
        display: flex;
        flex-wrap: wrap;
        width: 980px;
        margin: auto;
        padding: 30px 0px 20px 22px;
    }
    #how .step img{
        width: 980px;
        height: 63px
    }
    #how .step ul{
        width: 960px;
        margin: auto;
        padding-top: 20px
    }
    #how .step li.photo{
        float: left;
        width: 260px;
        padding-bottom: 20px;
    }
    #how .step li.photo img{
        width: 240px;
        height: 150px;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    #how .step li.comment{
        float: right;
        width: 700px;
        padding-bottom: 20px;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.8
    }
    #how .step li.photo-sub{
        float: right;
        width: 260px;
        padding-bottom: 20px;
    }
    #how .step li.photo-sub img{
        width: 240px;
        height: 150px;
        margin-left: 20px;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    #how .step li.comment-sub{
        float: left;
        width: 700px;
        padding-bottom: 20px;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.8
    }
    #how .googlemap{
        width: 980px;
        margin: auto;
        padding: 25px 0px
    }

}
@media screen and (max-width: 1024px)
{

    #how {
        background: url("../img/schedule-bg.png") repeat-x;
    }
    #how .step {
        padding: 10px;
    }

    #how .step ul{
        margin: auto;
        padding-top: 10px
    }
    #how .step li.photo{
        width: 240px;
        margin: auto;
        padding-bottom: 10px;
    }
    #how .step li.photo img{
        width: 240px;
        height: 150px;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    #how .step li.comment{
        padding-bottom: 20px;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.8
    }
    #how .step li.photo-sub{
        width: 240px;
        margin: auto;
        padding-bottom: 20px;
    }
    #how .step li.photo-sub img{
        width: 240px;
        height: 150px;
        margin-left: 20px;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    #how .step li.comment-sub{
	padding-bottom: 20px;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.8;
	font-family: inherit;
    }
    #how .googlemap{
        width: 100%;
        margin: auto;
    }

}



@media screen and (min-width: 1025px)
{
    #reservation {
        background: url("../img/schedule-bg.png") repeat-x;
    }
    #reservation ul{
        width: 980px;
        margin: auto;
        color: #fff
    }
    #reservation li{
        padding: 20px;
        line-height: 2
    }
}
@media screen and (max-width: 1024px)
{
    #reservation {
        background: url("../img/schedule-bg.png") repeat-x;
    }
    #reservation ul{
        margin: auto;
        color: #fff
    }
    #reservation li{
        padding: 20px;
        line-height: 1.8
    }
}



@media screen and (min-width: 1025px)
{

    #schedule {
        background: url("../img/schedule-bg.png") repeat-x;
    }

    #schedule ul {
        display: flex;
        flex-wrap: wrap;
        width: 980px;
        margin: auto;
        padding: 30px 0px 20px 22px;
    }

    #schedule li {
        width: 99%;
        margin-bottom: 20px;
        margin-right: 15px;
        background: #fff;
        box-shadow: 2px 2px 4px #000;
    }

    #schedule li a {
        display: block;
        color: #000;
        text-decoration: none;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1
    }

    #schedule li a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        cursor: pointer
    }

    #schedule .schedule-detail {
        width: 100%;
        position: relative;
    }
    #schedule .schedule-detail table{
        margin-left: 15px
    }
    #schedule .schedule-detail .left {
        float: left;
        width: 78%;
    }

    #schedule .schedule-detail .photo {
        width: 80px;
        margin: auto;
        padding-top: 25px;
    }

    #schedule .schedule-detail .photo img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    #schedule .schedule-detail .name {
        padding-top: 15px;
        color: #000;
        font-size: 1.7rem;
        text-align: center;
    }

    #schedule .schedule-detail .size {
        width: 200px;
        margin: auto;
        padding: 10px 0px;
        border-bottom: 1px #464a4f dotted;
        color: #c7ae8a;
        font-size: 0.9rem;
        text-align: center;
    }

    #schedule .schedule-detail .time {
        padding: 10px;
        color: #000;
        font-size: 1.5rem;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    #schedule .schedule-detail .time-no {
        padding: 10px;
        color: #aaa;
        font-size: 1.5rem;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    #schedule .schedule-detail .time-sub {
        padding: 5px;
        color: #000;
        font-size: 1.3rem;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    #schedule .schedule-detail .comment {
        padding: 0px 20px;
        color: #999;
        font-size: 0.7rem;
        text-align: left;
        line-height: 1.8;
    }
    #schedule .schedule-detail .comment2 {
        padding: 20px 20px 10px 20px;
        color: #999;
        font-size: 0.7rem;
        text-align: left;
        line-height: 1.8;
    }
    #schedule .schedule-detail .yoyaku {
        padding: 0px 10px 5px 20px;
        color: #000;
        font-size: 0.9rem;
        font-weight: 600;
        text-align: left;
        line-height: 1;
    }
    #schedule .schedule-detail .yoyaku span{
        color: #ff87bc
    }

    #schedule .schedule-detail .new {
        position: absolute;
        top: 8px;
        left: 8px;
    }

    #schedule .schedule-detail .new img {
        width: 45px;
    }

    #schedule .schedule-detail .right {
        float: right;
        width: 22%;
    }

    #schedule .schedule-detail img {
        width: 100%;
        display: block;
    }
    #schedule .text{
        width: 980px;
        margin: auto;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.6
    }
    #schedule .text h2{
        padding: 20px;
        color: #c7ae8a;
        font-size: 1.3rem;
        text-align: center;
    }
    #schedule .text span{
        font-size: 0.7rem;
    }
    
    #schedule .time-bg{
        position:relative;
        width: 719px;
        height: 59px;
        margin: 0px 0px 0px 15px;
        border-top: 1px #464a4f solid;
        border-left: 1px #464a4f solid;
        border-right: 1px #464a4f solid;
        border-bottom: 1px #464a4f solid;
    }
    #schedule .time-bg .no{
        position:absolute;
        background: #ccc;
    }
    #schedule .time10{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 0px;
        text-align: center
    }
    #schedule .time11{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 60px;
        text-align: center
    }
    #schedule .time12{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 120px;
        text-align: center
    }
    #schedule .time13{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 180px;
        text-align: center
    }
    #schedule .time14{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 240px;
        text-align: center
    }
    #schedule .time15{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 300px;
        text-align: center
    }
    #schedule .time16{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 360px;
        text-align: center
    }
    #schedule .time17{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 420px;
        text-align: center
    }
    #schedule .time18{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 480px;
        text-align: center
    }
    #schedule .time19{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 540px;
        text-align: center
    }
    #schedule .time20{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 600px;
        text-align: center
    }
    #schedule .time21{
        position:absolute;
        background: #464a4f;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 59px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 660px;
        text-align: center
    }

    #schedule .time10-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 0px
    }
    #schedule .time10-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 15px
    }
    #schedule .time10-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 30px
    }
    #schedule .time10-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 45px
    }

    #schedule .time11-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 60px
    }
    #schedule .time11-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 75px
    }
    #schedule .time11-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 90px
    }
    #schedule .time11-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 105px
    }

    #schedule .time12-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 120px
    }
    #schedule .time12-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 135px
    }
    #schedule .time12-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 150px
    }
    #schedule .time12-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 165px
    }

    #schedule .time13-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 180px
    }
    #schedule .time13-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 195px
    }
    #schedule .time13-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 210px
    }
    #schedule .time13-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 225px
    }

    #schedule .time14-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 240px
    }
    #schedule .time14-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 255px
    }
    #schedule .time14-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 270px
    }
    #schedule .time14-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 285px
    }

    #schedule .time15-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 300px
    }
    #schedule .time15-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 315px
    }
    #schedule .time15-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 330px
    }
    #schedule .time15-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 345px
    }

    #schedule .time16-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 360px
    }
    #schedule .time16-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 375px
    }
    #schedule .time16-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 390px
    }
    #schedule .time16-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 405px
    }

    #schedule .time17-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 420px
    }
    #schedule .time17-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 435px
    }
    #schedule .time17-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 450px
    }
    #schedule .time17-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 465px
    }

    #schedule .time18-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 480px
    }
    #schedule .time18-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 495px
    }
    #schedule .time18-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 510px
    }
    #schedule .time18-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 525px
    }

    #schedule .time19-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 540px
    }
    #schedule .time19-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 555px
    }
    #schedule .time19-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 570px
    }
    #schedule .time19-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 585px
    }

    #schedule .time20-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 600px
    }
    #schedule .time20-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 615px
    }
    #schedule .time20-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 630px
    }
    #schedule .time20-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 645px
    }

    #schedule .time21-00{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 660px
    }
    #schedule .time21-15{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 675px
    }
    #schedule .time21-30{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 690px
    }
    #schedule .time21-45{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #fff;
        top: 28px;
        left: 705px
    }

    .yoyakuzumi{
        position:relative;
        height: 30px;
        margin-top: -32px;
        margin-left: 15px
    }

    .yoyakuzumi .y1000{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 1px
    }
    .yoyakuzumi .y1015{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 16px
    }
    .yoyakuzumi .y1030{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 31px
    }
    .yoyakuzumi .y1045{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 46px
    }

    .yoyakuzumi .y1100{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 61px
    }
    .yoyakuzumi .y1115{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 76px
    }
    .yoyakuzumi .y1130{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 91px
    }
    .yoyakuzumi .y1145{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 106px
    }

    .yoyakuzumi .y1200{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 121px
    }
    .yoyakuzumi .y1215{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 136px
    }
    .yoyakuzumi .y1230{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 151px
    }
    .yoyakuzumi .y1245{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 166px
    }

    .yoyakuzumi .y1300{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 181px
    }
    .yoyakuzumi .y1315{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 196px
    }
    .yoyakuzumi .y1330{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 211px
    }
    .yoyakuzumi .y1345{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 226px
    }

    .yoyakuzumi .y1400{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 241px
    }
    .yoyakuzumi .y1415{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 256px
    }
    .yoyakuzumi .y1430{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 271px
    }
    .yoyakuzumi .y1445{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 286px
    }


    .yoyakuzumi div.y1500{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 301px
    }
    .yoyakuzumi div.y1515{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 316px
    }
    .yoyakuzumi div.y1530{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 331px
    }
    .yoyakuzumi div.y1545{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 346px
    }

    .yoyakuzumi div.y1600{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 361px
    }
    .yoyakuzumi div.y1615{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 376px
    }
    .yoyakuzumi div.y1630{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 391px
    }
    .yoyakuzumi div.y1645{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 406px
    }


    .yoyakuzumi div.y1700{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 421px
    }
    .yoyakuzumi div.y1715{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 436px
    }
    .yoyakuzumi div.y1730{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 451px
    }
    .yoyakuzumi div.y1745{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 466px
    }

    .yoyakuzumi div.y1800{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 481px
    }
    .yoyakuzumi div.y1815{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 496px
    }
    .yoyakuzumi div.y1830{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 511px
    }
    .yoyakuzumi div.y1845{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 526px
    }

    .yoyakuzumi div.y1900{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 541px
    }
    .yoyakuzumi div.y1915{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 556px
    }
    .yoyakuzumi div.y1930{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 571px
    }
    .yoyakuzumi div.y1945{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 586px
    }

    .yoyakuzumi div.y2000{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 601px
    }
    .yoyakuzumi div.y2015{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 616px
    }
    .yoyakuzumi div.y2030{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 631px
    }
    .yoyakuzumi div.y2045{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 646px
    }

    .yoyakuzumi div.y2100{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 661px
    }
    .yoyakuzumi div.y2115{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 676px
    }
    .yoyakuzumi div.y2130{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 691px
    }
    .yoyakuzumi div.y2145{
        position:absolute;
        width: 14px;
        height: 30px;
        background: #ff87bc;
        top: 0px;
        left: 706px
    }

}
@media screen and (max-width: 1024px)
{


    #schedule {
        background: url("../img/schedule-bg.png") repeat-x;
    }

    #schedule ul {
        padding: 10px;
    }

    #schedule li {
        width: 100%;
        margin-bottom: 10px;
    }

    #schedule li a {
        display: block;
        color: #000;
        text-decoration: none;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1
    }

    #schedule li a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        cursor: pointer
    }

    #schedule .schedule-detail {
        width: 100%;
        background: #fff;
        box-shadow: 2px 2px 4px #000;
        position: relative;
    }

    #schedule .schedule-detail .left {
        float: left;
        width: 70%;
    }

    #schedule .schedule-detail .photo {
        width: 80px;
        margin: auto;
        padding-top: 25px;
    }

    #schedule .schedule-detail .photo img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    #schedule .schedule-detail .name {
        padding-top: 10px;
        color: #000;
        font-size: 1.2rem;
        text-align: center;
    }

    #schedule .schedule-detail .size {
        padding: 2px 0px;
        border-bottom: 1px #464a4f dotted;
        color: #c7ae8a;
        font-size: 0.9rem;
        text-align: center;
    }

    #schedule .schedule-detail .time {
        padding: 5px;
        color: #000;
        font-size: 1.2rem;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    #schedule .schedule-detail .time-no {
        padding: 5px;
        color: #aaa;
        font-size: 1.2rem;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    #schedule .schedule-detail .time-sub {
        padding-top: 5px;
        color: #000;
        font-size: 1.3rem;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    #schedule .schedule-detail .comment {
        padding: 0px 10px;
        color: #999;
        font-size: 0.7rem;
        text-align: left;
        line-height: 1.8;
    }
    #schedule .schedule-detail .comment2 {
        padding: 20px;
        color: #999;
        font-size: 0.7rem;
        text-align: left;
        line-height: 1.8;
    }
    #schedule .schedule-detail .yoyaku {
        padding-left: 4px;
        color: #000;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: left;
        line-height: 1.8;
    }
    #schedule .schedule-detail .yoyaku span{
        color: #ff87bc
    }

    #schedule .schedule-detail .new {
        position: absolute;
        top: 8px;
        left: 8px;
    }

    #schedule .schedule-detail .new img {
        width: 25px;
    }

    #schedule .schedule-detail .right {
        float: right;
        width: 30%;
    }

    #schedule .schedule-detail img {
        width: 100%;
        display: block;
    }
    #schedule .text{
        width: 980px;
        margin: auto;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.6
    }
    #schedule .text h2{
        padding: 20px;
        color: #c7ae8a;
        font-size: 1.3rem;
        text-align: center;
    }
    #schedule .text span{
        font-size: 0.7rem;
    }


    #schedule .time-bg{
        position:relative;
        width: 223px;
        height: 179px;
        margin: 0px 0px 0px 0px;
        border-top: 1px #464a4f solid;
        border-left: 1px #464a4f solid;
        border-right: 1px #464a4f solid;
        border-bottom: 1px #464a4f solid;
    }
    #schedule .time-bg .no{
        position:absolute;
        height: 31px;
        background: #ccc
    }
    #schedule .time10{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 0px;
        text-align: center
    }
    #schedule .time11{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 56px;
        text-align: center
    }
    #schedule .time12{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 112px;
        text-align: center
    }
    #schedule .time13{
        position:absolute;
        background: #464a4f;
        border-right: 1px #464a4f solid;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 0px;
        left: 168px;
        text-align: center
    }
    #schedule .time14{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 60px;
        left: 0px;
        text-align: center
    }
    #schedule .time15{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 60px;
        left: 56px;
        text-align: center
    }
    #schedule .time16{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 60px;
        left: 112px;
        text-align: center
    }
    #schedule .time17{
        position:absolute;
        background: #464a4f;
        border-right: 1px #464a4f solid;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 60px;
        left: 168px;
        text-align: center
    }
    #schedule .time18{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 120px;
        left: 0px;
        text-align: center
    }
    #schedule .time19{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 120px;
        left: 56px;
        text-align: center
    }
    #schedule .time20{
        position:absolute;
        background: #464a4f;
        border-right: 1px #fff dotted;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 120px;
        left: 112px;
        text-align: center
    }
    #schedule .time21{
        position:absolute;
        background: #464a4f;
        border-right: 1px #464a4f solid;
        border-bottom: 1px #464a4f solid;
        padding-top: 8px;
        color: #fff;
        width: 55px;
        height: 18px;
        font-size: 0.8rem;
        font-weight: bold;
        top: 120px;
        left: 168px;
        text-align: center
    }

    #schedule .time10-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 0px
    }
    #schedule .time10-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 14px
    }
    #schedule .time10-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 28px
    }
    #schedule .time10-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 42px
    }

    #schedule .time11-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 56px
    }
    #schedule .time11-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 70px
    }
    #schedule .time11-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 84px
    }
    #schedule .time11-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 98px
    }

    #schedule .time12-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 112px
    }
    #schedule .time12-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 126px
    }
    #schedule .time12-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 140px
    }
    #schedule .time12-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 154px
    }

    #schedule .time13-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 168px
    }
    #schedule .time13-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 182px
    }
    #schedule .time13-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 28px;
        left: 196px
    }
    #schedule .time13-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        top: 28px;
        left: 210px
    }

    #schedule .time14-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 0px
    }
    #schedule .time14-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 14px
    }
    #schedule .time14-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 28px
    }
    #schedule .time14-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 42px
    }

    #schedule .time15-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 56px
    }
    #schedule .time15-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 70px
    }
    #schedule .time15-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 84px
    }
    #schedule .time15-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 98px
    }

    #schedule .time16-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 112px
    }
    #schedule .time16-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 126px
    }
    #schedule .time16-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 140px
    }
    #schedule .time16-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 154px
    }

    #schedule .time17-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 168px
    }
    #schedule .time17-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 182px
    }
    #schedule .time17-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 88px;
        left: 196px
    }
    #schedule .time17-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        top: 88px;
        left: 210px
    }

    #schedule .time18-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 0px
    }
    #schedule .time18-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 14px
    }
    #schedule .time18-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 28px
    }
    #schedule .time18-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 42px
    }

    #schedule .time19-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 56px
    }
    #schedule .time19-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 70px
    }
    #schedule .time19-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 84px
    }
    #schedule .time19-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 98px
    }

    #schedule .time20-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 112px
    }
    #schedule .time20-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 126px
    }
    #schedule .time20-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 140px
    }
    #schedule .time20-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 154px
    }

    #schedule .time21-00{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 168px
    }
    #schedule .time21-15{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 182px
    }
    #schedule .time21-30{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        border-right: 1px #464a4f dotted;
        top: 148px;
        left: 196px
    }
    #schedule .time21-45{
        position:absolute;
        width: 13px;
        height: 30px;
        background: #fff;
        top: 148px;
        left: 210px
    }

    .yoyakuzumi{
        position:relative;
        height: 30px;
        margin-top: -152px;
        margin-left: px
    }

    .yoyakuzumi .y1000{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 1px
    }
    .yoyakuzumi .y1015{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 15px
    }
    .yoyakuzumi .y1030{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 29px
    }
    .yoyakuzumi .y1045{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 43px
    }

    .yoyakuzumi .y1100{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 57px
    }
    .yoyakuzumi .y1115{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 71px
    }
    .yoyakuzumi .y1130{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 85px
    }
    .yoyakuzumi .y1145{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 99px
    }

    .yoyakuzumi .y1200{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 113px
    }
    .yoyakuzumi .y1215{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 127px
    }
    .yoyakuzumi .y1230{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 141px
    }
    .yoyakuzumi .y1245{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 155px
    }

    .yoyakuzumi .y1300{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 169px
    }
    .yoyakuzumi .y1315{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 183px
    }
    .yoyakuzumi .y1330{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 197px
    }
    .yoyakuzumi .y1345{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 0px;
        left: 211px
    }

    .yoyakuzumi .y1400{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 1px
    }
    .yoyakuzumi .y1415{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 15px
    }
    .yoyakuzumi .y1430{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 29px
    }
    .yoyakuzumi .y1445{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 43px
    }

    .yoyakuzumi .y1500{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 57px
    }
    .yoyakuzumi .y1515{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 71px
    }
    .yoyakuzumi .y1530{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 85px
    }
    .yoyakuzumi .y1545{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 99px
    }

    .yoyakuzumi .y1600{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 113px
    }
    .yoyakuzumi .y1615{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 127px
    }
    .yoyakuzumi .y1630{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 141px
    }
    .yoyakuzumi .y1645{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 155px
    }

    .yoyakuzumi .y1700{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 169px
    }
    .yoyakuzumi .y1715{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 183px
    }
    .yoyakuzumi .y1730{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 197px
    }
    .yoyakuzumi .y1745{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 60px;
        left: 211px
    }

    .yoyakuzumi .y1800{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 1px
    }
    .yoyakuzumi .y1815{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 15px
    }
    .yoyakuzumi .y1830{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 29px
    }
    .yoyakuzumi .y1845{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 43px
    }

    .yoyakuzumi .y1900{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 57px
    }
    .yoyakuzumi .y1915{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 71px
    }
    .yoyakuzumi .y1930{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 85px
    }
    .yoyakuzumi .y1945{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 99px
    }

    .yoyakuzumi .y2000{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 113px
    }
    .yoyakuzumi .y2015{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 127px
    }
    .yoyakuzumi .y2030{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 141px
    }
    .yoyakuzumi .y2045{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 155px
    }

    .yoyakuzumi .y2100{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 169px
    }
    .yoyakuzumi .y2115{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 183px
    }
    .yoyakuzumi .y2130{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 197px
    }
    .yoyakuzumi .y2145{
        position:absolute;
        width: 13px;
        height: 31px;
        background: #ff87bc;
        top: 120px;
        left: 211px
    }

}



@media screen and (min-width: 1025px)
{

    #today {
        background: url("../img/schedule-bg.png") repeat-x;
    }

    #today ul {
        display: flex;
        flex-wrap: wrap;
        width: 980px;
        margin: auto;
        padding: 30px 0px 20px 22px;
    }

    #today li {
        width: 48%;
        margin-bottom: 20px;
        margin-right: 15px;
        background: #fff;
        box-shadow: 2px 2px 4px #000;
    }

    #today li a {
        display: block;
        color: #000;
        text-decoration: none;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1
    }

    #today li a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        cursor: pointer
    }

    #today .today-detail {
        width: 100%;
        position: relative;
    }

    #today .today-detail .left {
        float: left;
        width: 50%;
    }

    #today .today-detail .photo {
        width: 80px;
        margin: auto;
        padding-top: 25px;
    }

    #today .today-detail .photo img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    #today .today-detail .name {
        padding-top: 15px;
        color: #000;
        font-size: 1.7rem;
        text-align: center;
    }

    #today .today-detail .size {
        width: 200px;
        margin: auto;
        padding: 10px 0px;
        border-bottom: 1px #464a4f dotted;
        color: #c7ae8a;
        font-size: 0.9rem;
        text-align: center;
    }

    #today .today-detail .time {
        padding: 10px;
        color: #000;
        font-size: 1.5rem;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    #today .today-detail .time-no {
        padding: 10px;
        color: #aaa;
        font-size: 1.5rem;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    #today .today-detail .comment {
        padding: 0px 20px;
        color: #999;
        font-size: 0.7rem;
        text-align: left;
        line-height: 1.8;
    }

    #today .today-detail .new {
        position: absolute;
        top: 8px;
        left: 8px;
    }

    #today .today-detail .new img {
        width: 45px;
    }

    #today .today-detail .right {
        float: right;
        width: 50%;
    }

    #today .today-detail img {
        width: 100%;
        display: block;
    }
    #today .text{
        width: 980px;
        margin: auto;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.6
    }
    #today .text h2{
        padding: 20px;
        color: #c7ae8a;
        font-size: 1.3rem;
        text-align: center;
    }
    #today .text span{
        font-size: 0.7rem;
    }

}
@media screen and (max-width: 1024px)
{

    #today {
        background: url("../img/schedule-bg.png") repeat-x;
    }

    #today ul {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    #today li {
        width: 100%;
        margin-bottom:10px;
        background: #fff;
        box-shadow: 2px 2px 4px #000;
    }

    #today li a {
        display: block;
        color: #000;
        text-decoration: none;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1
    }

    #today li a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        cursor: pointer
    }

    #today .today-detail {
        width: 100%;
        position: relative;
    }

    #today .today-detail .left {
        float: left;
        width: 50%;
    }

    #today .today-detail .photo {
        width: 40px;
        margin: auto;
        padding-top: 5px;
    }

    #today .today-detail .photo img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    #today .today-detail .name {
        padding-top: 5px;
        color: #000;
        font-size: 1.2rem;
        text-align: center;
    }

    #today .today-detail .size {
        padding: 5px 0px;
        border-bottom: 1px #464a4f dotted;
        color: #c7ae8a;
        font-size: 0.9rem;
        text-align: center;
    }

    #today .today-detail .time {
        padding: 5px;
        color: #000;
        font-size: 1.2rem;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    #today .today-detail .time-no {
        padding: 5px;
        color: #aaa;
        font-size: 1.2rem;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    #today .today-detail .comment {
        padding: 0px 5px;
        color: #999;
        font-size: 0.7rem;
        text-align: left;
        line-height: 1.8;
    }

    #today .today-detail .new {
        position: absolute;
        top: 8px;
        left: 8px;
    }

    #today .today-detail .new img {
        width: 28px;
    }

    #today .today-detail .right {
        float: right;
        width: 50%;
    }

    #today .today-detail img {
        width: 100%;
        display: block;
    }
    #today .text{
        margin: auto;
        color: #fff;
        padding: 10px;
        font-size: 0.9rem;
        line-height: 1.6
    }
    #today .text h2{
        padding: 10px;
        color: #c7ae8a;
        font-size: 1.3rem;
        text-align: center;
    }
    #today .text span{
        font-size: 0.7rem;
    }
    
}



@media screen and (min-width: 1025px)
{

    .day {
        width: 980px;
        margin: auto;
        padding: 60px 0px 30px 23px;
    }

    .btn-on {
        margin-right: 1px;
        padding: 8px 32px;
        background-color: #c7ae8a;
        border: 2px solid #c7ae8a;
        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: 23px;
        font-size: 1em;
        text-decoration: none;
    }

    .btn-on:hover {
        background: #fff;
        border: 2px solid #fff;
        color: #000 !important;
        border-radius: 23px;
        text-decoration: none;
        color: #000;
    }

    .btn-off {
        padding: 8px 32px;
        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: 23px;
        font-size: 1em;
        text-decoration: none;
    }

    .btn-off:hover {
        background-color: #c7ae8a;
        border: 2px solid #c7ae8a;
        color: #fff !important;
        border-radius: 23px;
        text-decoration: none;
        color: #000;
    }

}
@media screen and (max-width: 1024px)
{

    .day {
        width: 95%;
        margin: auto;
    }
    .day .box{
        display: flex;
        flex-wrap: wrap;
    }
    .day .box .detail{
        width: calc(100% / 3);
    }
    .day .box .detail .btn-on {
        width: 100%;
        margin-right: 1px;
        padding: 4px 25px;
        background-color: #c7ae8a;
        border: 2px solid #c7ae8a;
        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: 23px;
        font-size: 0.8em;
        text-decoration: none;
    }

    .day .box .detail .btn-on:hover {
        background: #fff;
        border: 2px solid #fff;
        color: #000 !important;
        border-radius: 23px;
        text-decoration: none;
        color: #000;
    }

    .day .box .detail .btn-off {
        width: 100%;
        padding: 4px 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: 23px;
        font-size: 0.8em;
        text-decoration: none;
    }

    .day .box .detail .btn-off:hover {
        background-color: #c7ae8a;
        border: 2px solid #c7ae8a;
        color: #fff !important;
        border-radius: 23px;
        text-decoration: none;
        color: #000;
    }
    
}



@media screen and (min-width: 1025px)
{
    
    .reserve{
        padding-bottom: 20px;
        background: #191b1c;
        border-bottom: 1px #242729 solid;
    }
    .reserve ul {
        width: 800px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .reserve li {
        width : calc(100% / 3) ;
    }
    .reserve li p{
        padding: 20px 15px
    }
    .reserve .tit{
        background: #fff;
    }
    .reserve .tit p{
        padding: 20px;
        color: #282c2f;
        font-size: 1.1rem;
        text-align: center
    }
    .reserve .arrow{
        width: 50px;
        margin: auto;
        margin-top: -1px
    }

}
@media screen and (max-width: 1024px)
{

    .reserve{
        padding-bottom: 15px;
        background: #191b1c;
        border-bottom: 1px #242729 solid;
    }
    .reserve ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 5px
    }
    .reserve li {
        width : calc(100% / 3) ;
    }
    .reserve li p{
        padding: 0px 2px
    }
    .reserve .tit{
        background: #fff;
    }
    .reserve .tit p{
        padding: 10px 0px;
        color: #282c2f;
        font-size: 0.7rem;
        text-align: center
    }
    .reserve .arrow{
        width: 50px;
        margin: auto;
        margin-top: -1px
    }
    
}

.banner{
    background: #282c2f;
    padding: 0px 0px 40px 0px;
}
.banner ul{
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: auto;
}
.banner li {
    width : calc(100% / 2) ;
}
.banner p{
    padding: 10px
}



@media screen and (min-width: 1025px)
{

    .footer-nav{
        background: url("../img/banner-bg.png") repeat-x;
    }
    .footer-nav ul{
        width: 980px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-nav li {
        padding: 30px 0px
    }
    .footer-nav li.left{
        width: 300px;
    }
    .footer-nav li.righ{
        width: 680px;
    }

    .text-nav{
        width: 680px;
        padding: 10px 0px;
    }
    .text-nav ul{
        width: 580px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .text-nav li {
        width : calc(100% / 4) ;
        padding: 10px 0px
    }
    .text-nav li a{
        padding-left: 10px;
        color: #000;
        font-size: 0.9rem;
        text-decoration: none;
    }

}
@media screen and (max-width: 1024px)
{

    .footer-nav{
        background: url("../img/banner-bg.png") repeat-x;
    }
    .footer-nav ul{
         display: flex;
        flex-wrap: wrap;
    }
    .footer-nav li {
        padding: 0px 0px
    }
    .footer-nav li.left{
        width: 300px;
    }
    .footer-nav li.righ{
        width: 680px;
    }

    .text-nav{
        padding: 10px 0px 15px 0px;
    }
    .text-nav ul{
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .text-nav li {
        width : calc(100% / 3) ;
        padding: 5px 0px
    }
    .text-nav li a{
        padding-left: 10px;
        color: #000;
        font-size: 0.7rem;
        text-decoration: none;
    }
    
}



@media screen and (min-width: 1025px)
{

    #profile{
        background: url("../img/schedule-bg.png") repeat-x;
        padding-bottom: 15px;
    }
    #profile .contents{
        display: flex;
        flex-wrap: wrap;
        width: 980px;
        margin: auto;
        padding: 30px 0px 20px 22px;
    }
    #profile .contents .left{
        width: 315px
    }
    #profile .contents .center{
        width: 120px;
        padding-top: 50px
    }
    #profile .contents .center img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin: 0px 10px 10px 10px
    }
    #profile .contents .right{
        width: 535px;
    }
    #profile .name{
        padding: 10px;
        color: #c9b6a0;
        font-size: 1.8rem;
    }
    #profile .text-01{
        padding: 10px 15px 0px 15px;
        color: #fff;
        line-height: 1.5
    }
    #profile .text-01 span{
        color: #747b84
    }
    #profile .text-01-sub{
        padding: 10px 15px 0px 15px;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.5
    }
    #profile .text-01-sub span{
        color: #747b84;
        font-size: 1rem
    }

    #profile .contents-sub{
        display: flex;
        flex-wrap: wrap;
        width: 990px;
        margin: auto;
        padding: 30px 0px 20px 0px;
    }
    #profile .contents-sub .left{
        width: 330px
    }
    #profile .contents-sub .left .box{
        padding: 10px
    }
    #profile .contents-sub .center{
        width: 330px
    }
    #profile .contents-sub .center .box{
        padding: 10px
    }
    #profile .contents-sub .right{
        width: 330px
    }
    #profile .contents-sub .right .box{
        padding: 10px
    }

    #weekly {
        width: 970px;
        margin: auto;
    }

    #weekly table {
        width: 100%;
        margin-top: 30px;
        border-spacing: 0;
    }

    #weekly th {
        color: #fff;
        font-size: 0.8rem;
        padding: 8px 5px;
        background: #aaa;
        background: -moz-linear-gradient(rgba(185, 185, 185, 0.7), rgba(149, 149, 149, 0.9) 50%);
        background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(185, 185 185, 0.8)), to(rgba(149, 149, 149, 0.9)));
        font-weight: bold;
        line-height: 120%;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
        box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
    }

    #weekly th:first-child {
        border-radius: 5px 0 0 0;
    }

    #weekly th:last-child {
        border-radius: 0 5px 0 0;
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
    }

    #weekly td {
        width: calc(100% / 7);
        font-size: 0.8rem;
        font-weight: bold;
        padding: 15px 2px;
        text-align: center;
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    }

    #weekly tr td:last-child {

    }

    #weekly tr {
        background: #fff;
    }

    #weekly tr:nth-child(2n + 1) {
        background: #f1f6fc;
    }

    #weekly tr:last-child td {
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    }

    #weekly tr:last-child td:first-child {
        border-radius: 0 0 0 5px;
    }

    #weekly tr:last-child td:last-child {
        border-radius: 0 0 5px 0;
    }

    #weekly tr:hover {
        background: #ddd;
        cursor: pointer;
    }

    .faq{
        margin-top: 10px;
        padding: 15px 0px;
        background: #464a4f;
        color: #fff;
        font-size: 0.8rem;
        box-shadow: 1px 1px 1px #222;
        line-height: 1.6;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    .faq p{
        padding: 5px 15px;
        font-size: 0.7rem;
    }
    .faq span{
        color: #ffd6e8;
        font-size: 0.85rem
    }


    .diary{
        margin-top: 10px;
        height: 435px;
        background: #fff;
        color: #fff;
        font-size: 0.8rem;
        box-shadow: 1px 1px 1px #222;
        line-height: 1.6;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    .diary .title{
        width: 100%;
        background: #cfbb97
    }
    .diary .title p{
        padding: 5px 0px;
        color: #fff;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center
    }
    .diary .area{
        height: 395px;
        padding: 6px 0px;
    }

    .enqueit{
        height: 405px;
        margin-top: 10px;
        margin-bottom: 15px;
        padding: 15px 0px;
        background: #464a4f;
        color: #fff;
        font-size: 0.8rem;
        box-shadow: 1px 1px 1px #222;
        line-height: 1.6;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    .enqueit .area{
        padding: 0px 10px;
    }


    .voice{
        height: 245px;
        margin-top: 10px;
        margin-bottom: 15px;
        padding: 5px 0px 15px 0px;
        background: #464a4f;
        color: #fff;
        font-size: 0.8rem;
        box-shadow: 1px 1px 1px #222;
        line-height: 1.6;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    .voice .area{
        height: 235px;
        padding: 0px 10px;
        overflow: auto
    }
    .voice .detail{
        margin-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px #666c72 dotted;
    }
    .voice .days{
        color: #ffd6e8;
        font-size: 0.7rem
    }
    .voice .comment{
        color: #fff;
        font-size: 0.6rem
    }

}
@media screen and (max-width: 1024px)
{


    #profile{
        background: url("../img/schedule-bg.png") repeat-x;
        padding-bottom: 15px;
    }
    #profile .contents{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding: 10px 0px;
    }
    #profile .contents .left{
        width: 320px;
        margin: auto;
        padding-top: 20px
    }
    #profile .contents .left img{
        width: 100%
    }
    #profile .contents .center{
        width: 330px;
        margin: auto;
        padding-top: 5px
    }
    #profile .contents .center p{
        float: left
    }
    #profile .contents .center p img{
        margin: 5px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
    #profile .contents .right{
        width: 535px;
    }
    #profile .name{
        padding: 10px;
        color: #c9b6a0;
        font-size: 1.8rem;
    }
    #profile .text-01{
        padding: 10px 15px 0px 15px;
        color: #fff;
        line-height: 1.5
    }
    #profile .text-01 span{
        color: #747b84
    }
    #profile .text-01-sub{
        padding: 10px 15px 0px 15px;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.5
    }
    #profile .text-01-sub span{
        color: #747b84;
        font-size: 1rem
    }
    #profile .contents-sub{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }
    #profile .contents-sub .left{
        width: 100%
    }
    #profile .contents-sub .left .box{
    }
    #profile .contents-sub .center{
        width: 100%
    }
    #profile .contents-sub .center .box{
        padding-top: 10px;
    }
    #profile .contents-sub .right{
        width: 100%
    }
    #profile .contents-sub .right .box{
        padding-top: 10px
    }

    #weekly {
        padding: 10px
    }

    #weekly table {
        margin-top: 10px;
        border-spacing: 0;
    }

    #weekly th {
        color: #fff;
        font-size: 0.6rem;
        padding: 4px 0px;
        background: #aaa;
        background: -moz-linear-gradient(rgba(185, 185, 185, 0.7), rgba(149, 149, 149, 0.9) 50%);
        background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(185, 185 185, 0.8)), to(rgba(149, 149, 149, 0.9)));
        font-weight: bold;
        line-height: 120%;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
        box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
    }

    #weekly th:first-child {
        border-radius: 5px 0 0 0;
    }

    #weekly th:last-child {
        border-radius: 0 5px 0 0;
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
    }

    #weekly td {
        width: calc(100% / 7);
        font-size: 0.4rem;
        font-weight: bold;
        padding: 8px 0px;
        text-align: center;
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    }

    #weekly tr td:last-child {

    }

    #weekly tr {
        background: #fff;
    }

    #weekly tr:nth-child(2n + 1) {
        background: #f1f6fc;
    }

    #weekly tr:last-child td {
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    }

    #weekly tr:last-child td:first-child {
        border-radius: 0 0 0 5px;
    }

    #weekly tr:last-child td:last-child {
        border-radius: 0 0 5px 0;
    }

    #weekly tr:hover {
        background: #ddd;
        cursor: pointer;
    }

    .faq{
        margin-top: 10px;
        padding: 15px 0px;
        background: #464a4f;
        color: #fff;
        font-size: 0.8rem;
        box-shadow: 1px 1px 1px #222;
        line-height: 1.6;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    .faq p{
        padding: 5px 15px;
    }
    .faq span{
        color: #ffd6e8;
        font-size: 0.85rem
    }


    .diary{
        margin-top: 10px;
        background: #fff;
        color: #fff;
        font-size: 0.8rem;
        box-shadow: 1px 1px 1px #222;
        line-height: 1.6;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    .diary .title{
        width: 100%;
        background: #cfbb97
    }
    .diary .title p{
        padding: 5px 0px;
        color: #fff;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center
    }
    .diary .area{
        width: 308px;
        margin: auto;
        padding: 16px 0px;
    }
    .enqueit{
        margin-top: 10px;
        margin-bottom: 15px;
        padding: 15px 0px;
        background: #464a4f;
        color: #fff;
        font-size: 0.8rem;
        box-shadow: 1px 1px 1px #222;
        line-height: 1.6;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    .enqueit .area{
        padding: 0px 10px;
        overflow: auto
    }


    .voice{
        margin-top: 10px;
        padding: 5px 0px 10px 0px;
        background: #464a4f;
        color: #fff;
        font-size: 0.8rem;
        box-shadow: 1px 1px 1px #222;
        line-height: 1.6;
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }
    .voice .area{
        padding: 0px 10px;
        overflow: auto
    }
    .voice .detail{
        margin-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px #666c72 dotted;
    }
    .voice .days{
        color: #ffd6e8;
        font-size: 0.7rem
    }
    .voice .comment{
        color: #fff;
        font-size: 0.6rem
    }

}

    

@media screen and (min-width: 1025px)
{

    #recruit {
        margin: auto;
    }
    #recruit h2{
        padding: 50px;
        color: #282c2f;
        font-size: 1.8rem;
        font-family: Georgia,æ¸¸æ˜Žæœ,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGSæ˜ŽæœE,ãƒ¡ã‚¤ãƒªã‚ª,Meiryo,serif;
        text-align: center;
        transform: rotate(.03deg);
    }

    #recruit h3{
        width: 360px;
        margin: auto;
        margin-bottom: 60px;
        position: relative;
        padding: 0.55em 1em;
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
        color: #000;
        font-size: 1.5rem;
        text-align: center
    }
    #recruit h3:before, #recruit h3:after{
        content: '';
        position: absolute;
        top: -14px;
        width: 2px;
        height: -webkit-calc(100% + 28px);
        height: calc(100% + 28px);
        background-color: #000;
    }
    #recruit h3:before {left: 14px;}
    #recruit h3:after {right: 14px;}

    #recruit h4 {
        margin-bottom: 20px;
        padding: 0.05em 0.5em;
        color: #282c2f;
        font-size: 1.4rem;
        background: transparent;
        border-left: solid 5px #282c2f;
    }
    .rec-contents{
        width: 100%
    }
    .rec-contents .left{
        float: left;
        width: 50%;
        height: 346px;
        background-color: rgba(255,255,255,0.6);
     }
    .rec-contents .left span{
        color: #ba966c;
        font-size: 1.5rem
    }
    .rec-contents .left .box{
        padding: 50px;
        line-height: 1.6
    }
    .rec-contents .right{
        float: right;
        width: 50%;
        height: 346px;
        background-size: cover;
        background-position: center center;
    }


    .rec-contents-sub{
        display: flex;
        flex-wrap: wrap;
    }
    .rec-contents-sub .left{
        flex: left;
        width: 50%;
        background-size: cover;
        background-position: center center;
    }
    .rec-contents-sub .right{
        float: right;
        width: 50%;
        background-color: rgba(255,255,255,0.6);
    }
    .rec-contents-sub .right span{
        color: #ba966c;
        font-size: 1.5rem
    }
    .rec-contents-sub .right .box{
        padding: 50px;
        line-height: 1.6
    }

    .recruit-text{
        width: 100%;
        background: #fff;
    }
    .recruit-text ul{
        display: flex;
        flex-wrap: wrap;
        padding: 25px;
    }
    .recruit-text li.left{
        width: 50%;
        border: 1px #464a4f solid;
        box-sizing:border-box;
        font-size: 1rem;
    }
    .recruit-text li.right{
        width: 50%;
        box-sizing:border-box;
        background: #464a4f;
        border: 1px #464a4f solid;
    }
    .recruit-text li.left .space{
        margin: 25px;
        padding: 50px;

        line-height: 2
    }
    .recruit-text li.left .space span{
        color: #da70a1;
        font-size: 1.6rem;
        font-weight: 600
    }
    .recruit-text li.right .space{
        margin: 25px;
        padding: 50px;

        color: #fff;
        font-size: 1rem;
        line-height: 2
    }
    .recruit-text li.right .space img{
        width: 100px;
        float: left;
        margin-right: 15px;
    }
    .recruit-text li.right .space p{
        padding: 5px 0px;
        color: #c9b6a0;
        font-size: 1.4rem;
    }

    table.type1 {
        width: 100%;
        margin: auto;
        margin: 20px 0px;
        border-left: solid 1px #b39777;
        border-bottom: solid 1px #b39777;
        color: #000
    }

    table.type1 th {
        width: 35%;
        background: #c9b6a0;
        padding: 20px;
        border-top: solid 1px #b39777;
        border-right: solid 1px #b39777;
        font-size: 0.9rem;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        line-height: 1.6
    }

    table.type1 td {
        padding: 20px;
        background: #fff;
        font-size: 0.9rem;
        border-top: solid 1px #b39777;
        border-right: solid 1px #b39777;
        vertical-align: middle;
        line-height: 1.6
    }

}
@media screen and (max-width: 1024px)
{


    #recruit {
        margin: auto;
    }
    #recruit h2{
        padding: 20px 0px;
        color: #282c2f;
        font-size: 1rem;
        font-family: Georgia,æ¸¸æ˜Žæœ,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGSæ˜ŽæœE,ãƒ¡ã‚¤ãƒªã‚ª,Meiryo,serif;
        text-align: center;
        transform: rotate(.03deg);
    }

    #recruit h3{
        width: 260px;
        margin: auto;
        margin-bottom: 30px;
        position: relative;
        padding: 0.35em 0em;
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
        color: #000;
        font-size: 1.2rem;
        text-align: center
    }
    #recruit h3:before, #recruit h3:after{
        content: '';
        position: absolute;
        top: -7px;
        width: 2px;
        height: -webkit-calc(100% + 14px);
        height: calc(100% + 14px);
        background-color: #000;
    }
    #recruit h3:before {left: 7px;}
    #recruit h3:after {right: 7px;}

    #recruit h4 {
        margin-bottom: 20px;
        padding: 0.05em 0.5em;
        color: #282c2f;
        font-size: 1.4rem;
        background: transparent;
        border-left: solid 5px #282c2f;
    }
    .rec-contents{
    }
    .rec-contents .left{
        background-color: rgba(255,255,255,0.6);
    }
    .rec-contents .left span{
	color: #ba966c;
	font-size: 1.4rem;
	font-family: inherit;
    }
    .rec-contents .left .box{
        padding: 15px;
        line-height: 1.6
    }
    .rec-contents .right{
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: center center;
    }


    .rec-contents-sub{
    }
    .rec-contents-sub .left{
        height: 200px;
        background-size: cover;
        background-position: center center;
    }
    .rec-contents-sub .right{
        background-color: rgba(255,255,255,0.6);
    }
    .rec-contents-sub .right span{
        color: #ba966c;
        font-size: 1.4rem
    }
    .rec-contents-sub .right .box{
        padding: 15px;
        line-height: 1.6
    }

    .recruit-text{
        background: #fff;
    }
    .recruit-text ul{
        padding: 15px;
    }
    .recruit-text li.left{
        width: 100%
    }
    .recruit-text li.right{
        width: 100%
    }
    .recruit-text li.left .space{
        padding: 15px;
        border: 1px #464a4f solid;
        font-size: 0.8rem;
        line-height: 1.5
    }
    .recruit-text li.left .space span{
        color: #da70a1;
        font-size: 1.0rem;
        font-weight: 600
    }
    .recruit-text li.right .space{
        margin-top: 15px;
        padding: 15px;
        background: #464a4f;
        border: 1px #464a4f solid;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.5
    }
    .recruit-text li.right .space img{
        width: 100px;
        float: left;
        margin-right: 5px;
    }
    .recruit-text li.right .space p{
        padding: 12px 0px;
        color: #c9b6a0;
        font-size: 1.0rem;
    }

    table.type1 {
        width: 100%;
        margin: auto;
        margin: 10px 0px;
        border-left: solid 1px #b39777;
        border-bottom: solid 1px #b39777;
        color: #000
    }

    table.type1 th {
        width: 100%%;
        background: #c9b6a0;
        padding: 5px;
        border-top: solid 1px #b39777;
        border-right: solid 1px #b39777;
        font-size: 0.9rem;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        line-height: 1.6
    }

    table.type1 td {
        padding: 8px;
        background: #fff;
        font-size: 0.7rem;
        border-top: solid 1px #b39777;
        border-right: solid 1px #b39777;
        vertical-align: middle;
        line-height: 1.6
    }

}




@media screen and (min-width: 1025px)
{
    .hope{
        margin: 20px 0px;
        background: #eee;
        text-align: center;
        border-radius:6px;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
    }
    .hope p{
        padding: 10px;
        font-size: 0.9rem;
        font-weight: bold;
    }
    .hope-content h3{
        color: #c9b6a0;
        font-size: 0.9rem;
    }
    .hope-content h4{
        padding: 10px 0px;
        font-size: 0.9rem;
        font-weight: bold;
    }
    .hope-content input{
        height: 35px;
    }
    .hope-content .icon{
        float: left;
    }
    .hope-content .icon img{
        width: 35px;
        margin-left: 5px;
        margin-right: 10px;
    }
    .hope-content .text-01{
        padding: 15px 0px;
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .hope-content .text-01 span{
        color: #ff0000;
    }
    .hope-content .input-01{
        width: 390px;
        margin-bottom: 10px;
    }
    .hope-content .textarea-01{
        width: 100%;
        height: 120px;
        margin-bottom: 10px;
    }
    .sent{
        width: 540px;
        margin: auto
    }
    .hope-sent {
        float: left;
        width: 250px;
        margin: 10px;
        padding: 4px 0px;
        border-radius:0px;
        background-color: #c8b075;
        border: 1px solid #c8b075;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .5s;
        text-align: center;
    }
    .hope-sent:hover {
        background-color: transparent;
        border: 1px solid #c8b075;
        color: #c8b075;
    }
    .hope-sent a{
        display: block;
        padding: 8px;
        font-size: 1.2rem;
        color: #fff;
        text-decoration: none;
    }
    .hope-sent a:hover{
        color: #c8b075;
        text-decoration: none;
    }

    .hope-sent-no {
        float: left;
        width: 250px;
        margin: 10px;
        padding: 4px 0px;
        border-radius:0px;
        background-color: #ccc;
        border: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .5s;
        text-align: center;
    }
    .hope-sent-no:hover {
        background-color: transparent;
        border: 1px solid #ccc;
        color: #000;
    }
    .hope-sent-no a{
        display: block;
        padding: 8px;
        font-size: 1.2rem;
        color: #000;
        text-decoration: none;
    }
    .hope-sent-no a:hover{
        color: #000;
        text-decoration: none;
    }

    .rec-sent {
        width: 250px;
        margin: auto;
        margin-bottom: 10px;
        padding: 4px 0px;
        border-radius:0px;
        background-color: #c9b6a0;
        border: 1px solid #c9b6a0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .5s;
        text-align: center;
    }
    .rec-sent:hover {
        background-color: transparent;
        border: 1px solid #c9b6a0;
        color: #c9b6a0;
    }
    .rec-sent a{
        display: block;
        padding: 8px;
        font-size: 1.2rem;
        color: #fff;
        text-decoration: none;
    }
    .rec-sent a:hover{
        color: #c9b6a0;
        text-decoration: none;
    }
    
}
@media screen and (max-width: 1024px)
{
    .hope{
        margin: 20px 0px;
        background: #eee;
        text-align: center;
        border-radius:6px;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
    }
    .hope p{
        padding: 10px;
        font-size: 0.9rem;
        font-weight: bold;
    }
    .hope-content h3{
        color: #c9b6a0;
        font-size: 0.9rem;
    }
    .hope-content h4{
        padding: 10px 0px;
        font-size: 0.9rem;
        font-weight: bold;
    }
    .hope-content input{
        height: 35px;
    }
    .hope-content .icon{
        float: left;
    }
    .hope-content .icon img{
        width: 35px;
        margin-left: 5px;
        margin-right: 10px;
    }
    .hope-content .text-01{
        padding: 15px 0px;
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .hope-content .text-01 span{
        color: #ff0000;
    }
    .hope-content .input-01{
        width: 100%;
        margin-bottom: 10px;
    }
    .hope-content .form_text-small{
        width: 100px;
    }
    
    .hope-content .textarea-01{
        width: 100%;
        height: 120px;
        margin-bottom: 10px;
    }
    .sent{
        width: 320px;
        margin: auto
    }
    .hope-sent {
        float: left;
        width: 150px;
        margin: 5px;
        padding: 4px 0px;
        border-radius:0px;
        background-color: #c8b075;
        border: 1px solid #c8b075;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .5s;
        text-align: center;
    }
    .hope-sent:hover {
        background-color: transparent;
        border: 1px solid #c8b075;
        color: #c8b075;
    }
    .hope-sent a{
        display: block;
        padding: 8px;
        font-size: 1.0rem;
        color: #fff;
        text-decoration: none;
    }
    .hope-sent a:hover{
        color: #c8b075;
        text-decoration: none;
    }

    .hope-sent-no {
        float: left;
        width: 150px;
        margin: 5px;
        padding: 4px 0px;
        border-radius:0px;
        background-color: #ccc;
        border: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .5s;
        text-align: center;
    }
    .hope-sent-no:hover {
        background-color: transparent;
        border: 1px solid #ccc;
        color: #000;
    }
    .hope-sent-no a{
        display: block;
        padding: 8px;
        font-size: 1.0rem;
        color: #000;
        text-decoration: none;
    }
    .hope-sent-no a:hover{
        color: #000;
        text-decoration: none;
    }

    .rec-sent {
        width: 250px;
        margin: auto;
        margin-bottom: 10px;
        padding: 4px 0px;
        border-radius:0px;
        background-color: #c9b6a0;
        border: 1px solid #c9b6a0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .5s;
        text-align: center;
    }
    .rec-sent:hover {
        background-color: transparent;
        border: 1px solid #c9b6a0;
        color: #c9b6a0;
    }
    .rec-sent a{
        display: block;
        padding: 8px;
        font-size: 1.2rem;
        color: #fff;
        text-decoration: none;
    }
    .rec-sent a:hover{
        color: #c9b6a0;
        text-decoration: none;
    }

}

.title-bg{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9b6a0), to(#b19676));
    margin-bottom: 5px;
    padding: 12px 0px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
    border-top: 1px solid #b19676;
}


.hidden_box {
    width: 100%;
    margin: 7px 0px 0px 4px;
    padding: 0;
}

.hidden_box label {
    margin-left: 54px;
    padding: 8px 22px;
    font-weight: bold;
    border: solid 2px #c9b6a0;
    background: #c9b6a0;
    cursor :pointer;
    font-size: 0.7rem
}

.hidden_box label:hover {
    background: #fff;
}

/*ãƒã‚§ãƒE‚¯ã¯è¦‹ãˆãªãã™ã‚*/
.hidden_box input {
    display: none;
}

/*ä¸­èº«ã‚’éžè¡¨ç¤ºã«ã—ã¦ãŠã*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*ã‚¯ãƒªãƒE‚¯ã§ä¸­èº«è¡¨ç¤º*/
.hidden_box input:checked ~ .hidden_show {
    padding-top: 9px;
    height: 235px;
    opacity: 1;
}
