div.contents {
    font-size: 15px;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

div.tabs_block {
    padding-top: 3rem;
    width: 100%;
}

ul.tabs_head {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tabs_head > li {
    background-color: #eee;
    border-right: solid 1px #e0e0e0;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
ul.tabs_head > li:first-of-type {
    border-left: solid 1px #e0e0e0;
}

ul.tabs_head > li.active{
    background-color: #26a69a;
    color: #fff;
    position: relative;
}

ul.tabs_head > li.active:after {
    border: solid 12px transparent;
    border-top: solid 12px #26a69a;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 100%);
    width: 0;
}

ul.tabs_head > li > a {
    color: #444;
    text-decoration: none;
}

ul.tabs_head > li.active > a {
    color: #fff;
}


ul.tabs_head h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

ul.tabs_head p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1em;
}

div.tabs_body_block {
    border: solid 1px #dbdbdb;
    border-top: none;
}
.booking .tabs_body_block{
    padding: 3rem 0;
}

div.tabs_body {
    box-sizing: border-box;
    padding: 50px;
}
div.tabs_body > h4,
div.tabs_body_block > h4 {
    margin-bottom: 3rem;
}

div.tabs_body > * {
    width: 100%;
}
div.tabs_body > .schedule > #calendar {
    width: 80%;
    margin: 0 auto;
}

div.tabs_body > div > p {
    margin-bottom: 20px;
}

div.tabs_body h4,
div.tabs_body_block h4,
div.tabs_body h5
{
    color: #26a69a;
    font-weight: bold;
}

div.tabs_body h4,
div.tabs_body_block h4 {
    font-size: 24px;
    margin-bottom: 16px;
}
div.tabs_body_block h4{
    padding-left: 6rem;
}

div.tabs_body h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

div.tabs_body span.line {
    background-color: #bfbfbf;
    display: block;
    height: 1px;
    margin: 30px 0;
}

div.tabs_body ul,
div.tabs_body ol
{
    margin: 0;
}

div.tabs_body ol.sq {
    list-style: none;
    padding: 0;
}

div.tabs_body ol.sq > li {
    display: flex;
    margin-bottom: 15px;
}

div.tabs_body ol.sq > li div.text {
    padding-left: 12px;
    width: calc(100% - 30px);
}

div.tabs_body ol.sq > li div.text span.li_title {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 3px;
}

div.tabs_body ol.sq > li div.num_sq {
    height: 30px;
    position: relative;
    width: 30px;
}

div.tabs_body ol.sq > li div.num_sq span,
div.tabs_body ol.sq > li div.num_sq span:before
{
    display: inline-block;
    position: absolute;
}

div.tabs_body ol.sq > li div.num_sq span {
    color: #fff;
    height: 30px;
    left: 50%;
    line-height: 30px;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

div.tabs_body ol.sq > li div.num_sq span:before {
    background-color: #26a69a;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
    width: 100%;
    z-index: -1;
}

div.comment {
    background-color: #f2f2f2;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 40px;
}

div.comment h5 {
    color: #444;
}


ul.etc_list li:last-of-type {
    list-style: none;
    padding-left: 1em;
}

/* 予約（各種プログラム・セミナー） カレンダーテキストはみ出し -> ...設定 */
.fc-daygrid-dot-event .fc-event-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*   responsive   */

.sp_style ul.tabs_head {
    flex-direction: column;
}

.sp_style ul.tabs_head > li {
    border-left: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
    width: calc(100% - 2px);
}

.sp_style ul.tabs_head > li:last-of-type {
    border-bottom: solid 1px #e0e0e0;
}

.sp_style ul.tabs_head > li.active:after {
    display: none;
}

.sp_style ul.tabs_head h3 {
    font-size: 16px;
}


.sp_style ul.tabs_head p {
    font-size: 12px;
    line-height: 1.3em;
}

.sp_style div.tabs_body {
    padding: 35px 20px;
}

.sp_style div.tabs_body h4,
.sp_style div.tabs_body_block h4 {
    font-size: 18px;
}
.sp_style div.tabs_body_block h4 {
    padding-left: 1rem;
}

.sp_style div.tabs_body ol.sq > li div.num_sq span {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.sp_style div.tabs_body ol.sq > li div.text {
    padding-left: 5px;
    width: calc(100% - 20px);
}

.sp_style div.tabs_body ol.sq > li div.text span.li_title {
    font-size: 16px;
}

.sp_style div.tabs_body ul {
    padding-left: 35px;
}

.sp_style div.comment {
    padding: 20px;
}
