@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */


/*------------------------index.php------------------------*/

.card{
    text-align: center;
    margin-top: 10px;
}
.tit{
    text-align: center;
}

.panel {
    border-radius: 0px;
    margin-bottom: 2rem;
}

.panel > .panel-heading {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    background-position: center bottom;
    padding: 0 0 20px;
}

.panel > .panel-heading .panel-title {
    color: #ff71b3;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.panel .panel-heading .panel-title, #main-nav .nav .item a {
    font-family: "Playfair Display", serif;
}

.panel > .panel-heading .panel-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
}

.panel > .panel-heading .panel-title span {
    line-height: 1;
}

.panel > .panel-heading .panel-title small {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.panel > .panel-heading::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    z-index: 1;
    background-color: #999;
    background: -moz-linear-gradient(left, rgba(51, 51, 51, 0) 0%, #333333 50%, rgba(51, 51, 51, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(51, 51, 51, 0) 0%, #333333 50%, rgba(51, 51, 51, 0) 100%);
    background: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, #333333 50%, rgba(51, 51, 51, 0) 100%);
}


.flbox{
    margin-top: 10px;
}
.flbox .leftbox{
    float: left;
    width: 245px;
    text-align: center;
}

.flbox .rightbox{
    float: right;
    width: 507px;
}
.flbox .pick-up-box{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pick-up-box .container{
    border: 1px solid #917b16;
    padding: 10PX 10PX;
    margin: 10px 3px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top .news-box{
    border: 1px solid #917b16;
    margin: 10px 3px 0;
    background: url("../images/xingkong.gif") repeat top center;
    height: 348px;
    overflow-y: scroll;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top .news-box .time{
    font-size: 14px;
    color: #d3af05;
    font-weight: bold;
}
.top .news-box .new-tit{
    padding: 0.4rem 1rem;
    border-left: 6px double #000;
    background: #f4f4f4;
}
.top .news-box .txt{
	margin-top:5px;
    font-size: 14px;
    line-height: 1.5;
}
.news-box-cont+.news-box-cont{
    margin-top: 30px;
}
.news-box-cont .box{
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #951900;
}
.news-box-cont .box-tit{
    background: #951900;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-txt01{
    color: #fff;
    padding: 10px 0 0;
    font-size: 14px;
    padding-left: 10px;
}
.box-txt02{
    font-size: 14px;
    padding-left: 10px;
    color: #e7c638;
    padding-bottom: 10px;
}

.top-event{ margin-top:15px;}

.index-tel{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-self: center;
	
	position:absolute;
	margin-top:-100px;
	z-index:10;
}

#spheader .header-info {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
    font-size: .875rem;
    width: 70%;
    background: hsla(0,0%,100%,.8);
    border: 2px solid #fe7abc;
    border-radius: 30px;
    margin: 0 auto;
    padding: 4px 0;
}


#spheader .header-info li {
    display: inline-block;
    color: #fe7abc;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
}

#spheader .head-address {
	display: flex;
	flex-wrap: wrap;
    margin: 10px auto 0;
    text-align: center;
    color: #666;
    font-size: .875rem;
}


@media screen and (max-width: 767px) {
    .sp-pick-up-box .container{
        padding: 10px 0 0;
    }
    .sp-pick-up-box .slick-slide{
        padding: 0 2px;
    }
    .flbox{
        margin-top: 10px;
    }
    .flbox .leftbox{
        float: none;
        display: none;
    }
    .flbox .rightbox{
        float: none;
        width: 100%;
    }
    .flbox .pick-up-box{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pick-up-box .container{
        border: 1px solid #917b16;
        padding: 10PX 10PX;
        margin: 10px 3px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .top .news-box{
        border: 1px solid #917b16;
        margin: 10px 3px 0;
        background: url("../images/xingkong.gif") repeat top center;
        height: 348px;
        overflow-y: scroll;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .top .news-box .time{
        font-size: 14px;
        color: #d3af05;
        font-weight: bold;
    }
    .top .news-box .new-tit{
        
    }
 
    .news-box-cont+.news-box-cont{
        margin-top: 30px;
    }
    .news-box-cont .box{
        margin-top: 10px;
        font-size: 16px;
        border: 1px solid #951900;
    }
    .news-box-cont .box-tit{
        background: #951900;
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .box-txt01{
        color: #fff;
        padding: 10px 0 0;
        font-size: 14px;
        padding-left: 10px;
    }
    .box-txt02{
        font-size: 14px;
        padding-left: 10px;
        color: #e7c638;
        padding-bottom: 10px;
    }
}
.face{
    margin-top: 26px;
}
.face-slider .slick-slide{
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.face-slider .slick-slide img{
    border: 2px solid #b99953;
}

.top-schedule{
    margin-top: 14px;
}
.top-schedule-box{
    margin: 15px 4px 0;
}
.top-schedule-box ul{
    margin: -20PX 0 0 -15px;
}
.top-schedule-box li{
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule ul{
    margin: -20PX 0 0 -24px;
}
.schedule li{
    float: left;
    width: 33.33%;
    padding-left: 24px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-schedule-box .name{
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: bold;
    height: 32px;
    background: url("../images/bg_schedule01.png") repeat top center;
}
.top-schedule-box .size{
    margin: 3px 0 0;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    line-height: 25px;
    background: url("../images/bg_schedule02.png") repeat top center;
    text-align: center;
}
.top-schedule-box .listtxt{
    border: 1px solid #2c2c2c;
    padding: 10px;
    font-size: 12px;
    color: #FFF;
    line-height: 1.7;
    background: #202020;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .top-schedule{
        margin-top: 10px;
    }
    .top-schedule-box{
        margin: 10px 2px 0;
    }
    .top-schedule-box ul{
        margin: -15PX 0 0 -10px;
    }
    .top-schedule-box li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule ul{
        margin: -15PX 0 0 -10px;
    }
    .schedule li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .top-schedule-box .name{
        font-size: 14px;
    }
    .top-schedule-box .size{
        margin: 3px 0 0;
        font-weight: normal;
    }
    .top-schedule-box .listtxt{
        border: 1px solid #2c2c2c;
        padding: 10px;
        font-size: 12px;
        color: #FFF;
        line-height: 1.7;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/*------------------------system.php------------------------*/
.system-box{

}
.system .img{
    text-align: center;
}

/*------------------------room.php------------------------*/
.room-box ul{
    margin: -30px 0 0 -30px;
}

.room-box li{
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.room-box li img{
    border-radius: 10px;
}

.fancybox-close {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 8040;
    background: url(../images/box-close.png) no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .room-box ul{
        margin: -10px 0 0 -10px;
    }

    .room-box li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .room-box li img{
        border-radius: 10px;
    }
}
/*------------------------staff.php------------------------*/



/*------------------------staff01.php------------------------*/
.box-left{
    width: 320px;
    float: left;
    margin-right: 20px;
}
.staff01-img{
    width: 320px;
    border: 3px solid #a79864;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-img img{
    width: 100%;
}
.staff01-des{
    overflow: hidden;
}
.staff01-des .tablebox-cont+.tablebox-cont{
    margin-top: 15px;
}
.staff01-des .tablebox-cont table{
    width: 100%;
}
.staff01-des .tablebox-cont tr{

}
.staff01-des .tablebox-cont th{
    border: 1px solid #fcf1ef;
    font-size: 14px;
    width: 40%;
    background: linear-gradient(to right, #0b0a07,#1c1b13);
    padding: 8px 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .tablebox-cont td{
    border: 1px solid #fcf1ef;
    font-size: 14px;
    width: 60%;
    padding: 8px 20px;
    background: linear-gradient(to right, #1f1f1f,#0c0c0c);
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .tablebox-cont .txt{
    font-size: 14px;
    line-height: 1.8;
}
.staff01-des .tablebox-cont dl{
    display: table;
    width: 100%;
    margin-top: 10px;
}
.staff01-des .tablebox-cont dt{
    display: table-cell;
    text-align: left;
    font-size: 14px;
    width: 40%;
    background: linear-gradient(to right, #0b0a07,#1c1b13);
    padding: 8px 20px;
    border: 1px solid #fcf1ef;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .tablebox-cont dd{
    display: table-cell;
    text-align: left;
    font-size: 14px;
    width: 60%;
    padding: 8px 20px;
    background: linear-gradient(to right, #1f1f1f,#0c0c0c);
    color: #fff;
    vertical-align: middle;
    border: 1px solid #fcf1ef;
}


.ht02 {
	font-size:14px;
    margin: 0 0 15px;
	 padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

}
.imglist{
    margin-top: 10px;
    background: #a79864;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist .imgtit{
    font-size: 14px;
    padding: 5px 0 10px;
    text-align: center;
    color: #fff;
}

.imglist ul{
    margin-left: -5px;
}
.imglist li{
    float: left;
    width: 25%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    cursor: pointer;
}
.nav-list03{
    margin: 0 0 10px;
    text-align: center;
}

.staff01-box .slick-slide img{
    margin: 0 auto;
    max-height: 380px;
}
.staff01 .icoimg{
    padding: 10px 0 10px;
}

.slider-nav .slick-slide{
    padding: 0 5px !important;
    margin: 5px 0 0 0;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.slick-next::before{
    content: '';
}
.slick-prev::before, .slick-next::before {
    display: none;
}
@media screen and (max-width: 767px) {
    .staff01-des{
        margin-top: 15px;
    }
}


/*------------------------recruit.php------------------------*/
.recruit-in{
    margin-top: 10px;
    border-bottom: 1px solid #fcf1ef;
}
.recruit-box .ht01{
    margin-bottom: 20px;
}
.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #fcf1ef;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(to right, #f8c9dd,#f8c9dd);
    border-left: 1px solid #fcf1ef;
    border-right: 1px solid #fcf1ef;
}
.recruit-box dd{
    display: table-cell;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #fcf1ef;
    line-height: 2;
}
.recruit-box dd a{
    color: #fff;
}

.link-box{}
.link-box table{
    width: 100%;
}
.link-box td{
    padding: 30px 30px;
    border: 1px solid #8B8B9F;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*---------------------------access---------------------*/

.access-box .map{
    margin: 0 auto 20px;
    text-align: center;
}

.access-box01{
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.access-box01 .txt{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding:0 10px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    z-index: 2;
    line-height: 2;
}
.address{
    margin-bottom: 30PX;
}
.address table{
    width: 100%;
    border: 1px solid #fcf1ef;
    border-collapse: separate;
    border-spacing: 1px;
}
.address th{
    width: 90px;
    border: 1px solid #fcf1ef;
    padding: 10px 0;
    font-size: 14px;
    color: #FDD621;
    font-weight: bold;
    text-align: center;
}
.address td{
    border: 1px solid #fcf1ef;
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
}
.map01{
    margin: 0 auto;
    width: 100%;
}
.map01 iframe{
    width: 100%;
    height: 450px;
}

/*------------------------system.php------------------------*/


.panel .panel-body {
    padding: 5px;
    max-width: 1300px;
    margin: 30px auto;
}

.res, .res .gvalue, .res .item {
    border-color: #e6e6e6;
}

.res {
    margin-bottom: 2em;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #e6e6e6;
    max-width: 1000px;
    margin: 5px auto;
}

.res .gvalue {
    padding: 1em;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.res .gname {
    background-color: #ff5497;
    color: #FFF;
}

.res .gname {
    text-align: center;
    background-color: #ff5497;
    padding: 15px 0;
    font-size: 120%;
    margin: 0;
    color: #FFF;
}

.res .gvalue {
    color: #333;
}

.res .item:last-child {
    border-bottom: none;
}

.res, .res .gvalue, .res .item {
    border-color: #e6e6e6;
}

.res .item {
    display: table;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

.res .item .name {
    color: #333;
    background-color: #f3f3f3;
}

.res .item .name {
    width: 30%;
    padding: 1em;
    color: #333;
    font-weight: bold;
	font-size:1.3em;
    display: table-cell;
    background-color: #f3f3f3;
    vertical-align: middle;
    text-align: center;
}

.res .item .value {
    color: #333;
}


.res .item .value {
    padding: 1em;
	font-size:1.3em;
	font-weight: bold;
    width: 35%;
    display: table-cell;
    text-align: center;
}


.res .item .value2 {
    padding: 1em;
	font-size:1.3em;
	font-weight: bold;
    width: 35%;
    display: table-cell;
    text-align: center;
}



.caution .item .value {
    text-align: left !important;
}


@media screen and (max-width: 767px) {
    .map01{
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .map01 iframe{
        width: 100%;
        height: 320px;
    }
    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
    .access-box01{
        position: relative;
        text-align: center;
        margin-top: 10px;
    }
    .access-box01 .txt{
        font-size: 18px;
    }
}


@media screen and (max-width: 767px) {
    .access-box .map{
        margin: 0 auto 10px;
    }
    .access-box .address{
        margin-top: 15px;
        font-size: 16px;
    }
    .access-box .tel{
        font-size: 16px;
    }
    .access-box .tel a{
        display: block;
        font-size: 24px;
    }
}















/***PC 960px ~***/

/***IPAD 768px ~ 959px***/
@media screen and (max-width: 959px) {
	
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
	
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
	
}