@charset "utf-8";
/*==============================================================================================================
  .schedule / スケジュール・プログラムページ
==============================================================================================================*/

/*------------------------------------------
  #mainVisual
------------------------------------------*/

#mainVisual {
    background-image: url(../../img/schedule/mv01.png);
}
/*
	.topTxt
---------------------------*/

.schedule .topTxt {
    font-size: 13px;
    text-align: center;
    letter-spacing: 5px;
    line-height: 2.5;
    margin: 35px auto 40px;
}
/*
	.bottomTxt
---------------------------*/

.bottomTxt {
    font-size: 13px;
    text-align: center;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
.schedule .topTxt {
    margin-bottom: 0;
}
.bottomTxt {
    margin: 0 10px 40px;
}
}

@media screen and (max-width: 414px) {
#mainVisual .mvTit {
    height: 90px;
}
}
/*------------------------------------------
  modBtn
------------------------------------------*/

.schedule .btnWrap {
    display: table;
    width: 100%;
    max-width: 600px;
    /*margin: 80px auto 100px;*/
    margin: 0 auto 50px auto;
}
.schedule .modBtn {
    float: none;
	margin: 10px auto 10px auto
}
/*.schedule .modBtn + .modBtn {
    float: right;
}*/

@media screen and (max-width: 767px) {
.schedule .btnWrap {
    margin: 40px auto;
}
.schedule .modBtn {
    float: none !important;
    margin: 0 auto;
}
.schedule .modBtn + .modBtn {
    margin-top: 20px;
}
}
/*------------------------------------------
  .scheduleListWrap
------------------------------------------*/

.schedule .inner {
    padding-bottom: 40px !important;
}
.scheduleListWrapImg {
    display: block;
    width: 100%;
    margin: 0 auto;
}
/*
	タイトル
---------------------------*/

.scheduleListWrap .titWrap {
    width: 300px;
    height: 300px;
    display: table;
    margin: -125px auto 80px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.titWrap .tit {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 42px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1.8;
}
.titWrap .tit span {
    display: block;
    font-size: .6em;
}
/*
	リスト
---------------------------*/

.scheduleListWrap dl {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #b4b4b4;
}
.scheduleListWrap dt {
    color: #fff;
    font-weight: 500;
    padding: 5px;
}
.scheduleListWrap dd {
    font-size: 13px;
    padding: 0 20px 30px;
}
.scheduleListWrap .point {
    color: #d5b45c;
    font-size: 1.6em;
    letter-spacing: 5px;
    padding: 7px 10px 0px;
}
/* beauty */
.scheduleListWrap.beauty .titWrap, .scheduleListWrap.beauty dt {
    background: #f19ec2;
}
/* healing */
.scheduleListWrap.healing .titWrap, .scheduleListWrap.healing dt {
    background: #f0c800;
}
/* adjustment */
.scheduleListWrap.adjustment .titWrap, .scheduleListWrap.adjustment dt {
    background: #51a199;
}
/* special */
.scheduleListWrap.special .titWrap, .scheduleListWrap.special dt {
    background: #a5814c;
}

@media screen and (max-width: 767px) {
/*
		タイトル
	---------------------------*/
	
.scheduleListWrap .titWrap {
    width: 180px;
    height: 180px;
    margin: -80px auto 20px;
}
.titWrap .tit {
    font-size: 22px;
}
/*
		リスト
	---------------------------*/
	
.scheduleListWrap dd {
    padding: 0 15px 15px;
}
.scheduleListWrap .point {
    font-size: 1.3em;
    padding: 5px 10px 0;
}
}
