@charset "utf-8";

/*
ティザーサイト後の本サイト用CSS
bodyに custom クラスを追加
*/
main {
    padding-top: 78px;
}

.custom header.flex {
    align-items: stretch;
    justify-content: space-between;
    min-height: 74px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #f5f2ed;
    z-index: 1000000;
}
header .logo {
    align-items: center;
    justify-content: center;
    padding: 0 1em;
}
.header_menu {
    margin-left: auto;
    margin-right: 1em;
}
.header_menu > ul {
    height: 100%;
}
.header_menu > ul > li {
    height: 100%;
    position: relative;
}
.header_menu > ul > li > a {
    font-size: 15px;
    line-height: 1em;
    font-weight: bold;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 0.5em;
}
.header_menu > ul > li > a:hover {
    color: #81ab53;
    text-decoration: underline;
}
.header_menu > ul > li > a > span {

}

.header_menu > ul > li .child {
    display: none;
    background: #f5f2ed;
    position: absolute;
    padding: 0 1em 1em;
    min-width: 15em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.header_menu > ul > li:hover .child {

}
.header_menu > ul > li .child li {
    font-size: 15px;
    line-height: 1em;
    font-weight: bold;
}
.header_menu > ul > li .child li + li {

}
.header_menu > ul > li .child li a {
    display: inline-block;
    text-decoration: none;
    padding: 0.5em 0;
}
.header_menu > ul > li .child li a:hover {
    color: #81ab53;
    text-decoration: underline;
}

.header_menu > ul > li.parent:hover .child {

}

.header_reserve {

}
.header_reserve ul {
    
}
.header_reserve ul li {
    /*width: 260px;*/
}
.header_reserve ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 1.5em 1em;
}
.header_reserve ul li:nth-of-type(1) a {
    padding: 1.5em 2em;
}
.header_reserve ul li:nth-of-type(3) a {
    padding: 1.5em 3em;
}
.header_reserve ul li a em {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}

.btn_reserve_01 {
    background: #81ab52;
}
.btn_reserve_01:hover {
    
}
.btn_reserve_02 {
    background: #446123;
}
.btn_reserve_02:hover {
    
}
.btn_reserve_03 {
    background: #385723;
}

.custom footer {
    margin-top: 4em;
}
.custom .footer_logo {
    text-align:left;
}

.footer_catch {
    text-align: left;
    margin-bottom: 2em;
}
.footer_catch p {
    display: inline-block;
    font-family: 'EB Garamond', serif;
    font-size: 54px;
    line-height: 1em;
    font-weight: normal;
    text-align: left;
    margin-top: -0.9em;
}
.footer_catch p em {
    color: #528118;
}



.footer_menu {
    padding: 2em 0;
}
.footer_menu .inner {
    align-items: stretch;
    justify-content: space-between;
}

.footer_link_cell {
    text-align: left;
    padding-bottom: 1em;
}
.footer_link_cell + .footer_link_cell {
    border-left: solid 1px #000000;
    padding-left: 1.5em;
    margin-left: 1.5em;
}

.footer_link_cell ul {

}
.footer_link_cell ul li {

}
.footer_link_cell ul li + li {
    margin-top: 1em;
}
.footer_link_cell ul li.lv1 {
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}
.footer_link_cell ul li.lv2 {
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
}

.footer_link_cell ul li a {
    text-decoration: none;
}
.footer_link_cell ul li a:hover {
    text-decoration: underline;
}



.custom .recruit {
    background: #f5f2ed;
}
.custom .recruit_list ul li {
    width: calc(100% / 4 - 1em);
}
.custom .recruit_list ul li a figure {
    width: 46%;
}
.custom .recruit_list ul li a .box h4 {
    font-size: 20px;
}
.custom .recruit_list ul li a .box p {
    font-size: 16px;
}


.custom .insta_sec {
    background: #f5f2ed;
    padding: 3em 0;
}
.custom .insta_sec h2 {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.custom .insta_sec h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 2em;
}

.custom .insta_slider2 .slick-slide .gallery-item a,
.custom .insta_slider .slick-slide .gallery-item a {

}
.custom .insta_slider2 .slick-slide .gallery-item, 
.custom .insta_slider .slick-slide .gallery-item {
    border-radius: 1em;
    overflow: hidden;
}

.custom .information {
    background: #f5f2ed;
    padding: 3em 0;
}

.facilitys {
    text-align: center;
    padding: 3em 0;
}
.facilitys h2 {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.facilitys h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 2em;
}

.facilitys_item {
    position: relative;
    height: 590px;
}
.facilitys_item + .facilitys_item {
    margin-top: 3em;
}

.facilitys_shibuya:after {
    background: url(../images/img_facilitys_shibuya.jpg) no-repeat right top;
    background-size: cover;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
}
.facilitys_shoinji:after {
    background: url(../images/img_facilitys_shoinji.jpg) no-repeat left top;
    background-size: cover;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 3em;
    border-bottom-left-radius: 3em;
}
.facilitys_gakugei:after {
    background: url(../images/img_facilitys_gakugei.jpg) no-repeat right top;
    background-size: cover;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
}

.facilitys_item .inner {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.facilitys_bloc {
    max-width: 500px;
    margin-left: auto;
}
.facilitys_item:nth-child(even) .facilitys_bloc {
    margin-right: auto;
    margin-left: initial;
}


.facilitys_bloc .catch {
    
}
.facilitys_bloc .catch p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: left; 
}

.facilitys_bloc .meta {
    border-top: solid 1px #4a4a4a;
    border-bottom: solid 1px #4a4a4a;
    padding: 1em 0;
    margin-bottom: 1.5em;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5em;
}
.facilitys_bloc .meta h4 {
    color: #406e0b;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1em;
}
.facilitys_bloc .meta p {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    line-height: 1em;
}

.facilitys_bloc .cell {
    margin-bottom: 1.5em;
}
.facilitys_bloc .cell p {
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
}

.facilitys_bloc .picto {
    margin-bottom: 1.5em;
}
.facilitys_bloc .picto ul {
    
}
.facilitys_bloc .picto ul li {
    align-items: flex-start;
    justify-content: center;

    width: calc(100% / 3);
}
.facilitys_bloc .picto ul li:nth-child(n+4) {
    margin-top:-1px;
}
.facilitys_bloc .picto ul li:nth-child(3n) .box {
    border-left: none;
}
.facilitys_bloc .picto ul li:nth-child(3n-1) .box {
    border-left: none;
}
.facilitys_bloc .picto ul li .box {
    border: solid 1px #000;
    width: 100%;
    padding: 0.5em;
}

.facilitys_bloc .picto ul li i {
    display: block;
    margin-bottom: 0.5em;
}
.facilitys_bloc .picto ul li span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
}

.facilitys_bloc .more_bloc {
    
}
.facilitys_bloc .more_bloc .more {
    
}
.facilitys_bloc .more_bloc .more:hover {
    
}


.points {
    background: #f5f2ed;
    padding: 3em 0; 
}

.points_title {
    position: relative;
    margin-bottom: 2em;
}
.points_title h2 {
    color: #81ab53;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 1em;
    line-height: 1em;
}
.points_title h2 span {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 130px;
    line-height: 120px;
    font-weight: normal;
}
.points_title h2 em {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 64px;
    line-height: 1em;
    font-weight: normal;
}

.points_title p {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: bold;
    position: absolute;
    top: 2em;
    left: 3em;
}

.points_bloc {
    
}
.points_item {
    width: 100%;
    max-width: 340px;
}
.points_item figure {
    text-align: center;
    margin-bottom: 1em;
}
.points_item .box {
    
}
.points_item .box .num {
    display: block;
    font-family: 'Sorts Mill Goudy', serif;
    color: #81ab53;
    font-size: 72px;
    line-height: 1em;
    margin-bottom: 0.1em;
}
.points_item .box p {
    font-size: 16px;
    line-height: 1.6em;
}


.mvs_wrapper {
    overflow: hidden;
}
.mvs {
    background: #f5f2ed;
}
.mvs > p {
    width: 50%;
    margin-right: 50%;
    text-align: right;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    padding: 0.6em 1em 0.5em 2em;
    text-align: left;
}
.mvs > p span {
    display: inline-block;
    text-align: left;
}

.mvs_content {
    height: 817px;
    position: relative;
    z-index: 1;
}
.mvs_content > div:first-child {
    background-repeat: no-repeat!important;
    background-size: contain!important;
}
.mvs_content_back {
    position: relative;
    height: 100%;
}
.mvs_content_back .inner {
    height: 100%;
    position: relative;
}
.mvs_content_back .inner p {
    color: #abc372;
    color: rgb(143 130 188);
    font-family: 'EB Garamond', serif;
    font-size: 130px;
    line-height: 1em;
    position: absolute;
    top: -0.6em;
    right: 0;
}

.mvs_bottom {
    background: #f5f2ed;
    padding: 2em 0;
    position: relative;
    z-index: 3;
}
.mvs_bottom_bloc {
    position: relative;
    z-index: 2;
}
.mvs_bottom_bloc h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 36px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
}
.mvs_bottom_bloc h2 strong {
    display: inline-flex;
    color: #81ab53;
}
.mvs_bottom_bloc p {
    
}

.mvs_bottom:after {
    content: "";
    width: 50%;
    max-width: 744px;
    height: 557px;
    background: url(../images/img_mv_illust.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 1em;
}

.pages_upper {
    background: #81ab52;
    color: #fff;
    padding: 2em 0;
}
.pages_upper_bloc {

}
.pages_upper_bloc h2 {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 0.2em;
}
.pages_upper_bloc p {
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
}


.ttl_bloc {
    text-align: center;
    margin-bottom: 2em;
}
.ttl_bloc p {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 22px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.ttl_bloc h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal; 
}

.ttl_bloc h4 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold; 
}

.shop_list {
    background: #f5f2ed;
    padding: 3em 0;
}
.shop_list_bloc {

}
.shop_list_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap: 2em;
}
.shop_list_bloc ul li {
    background: #fff;
}

.shop_list_bloc ul li a {
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none;
}
.shop_list_bloc ul li a figure img {
    transition: .2s;
}
.shop_list_bloc ul li a:hover figure img {
    opacity:0.8;
}

.shop_list_bloc ul li figure {
    
}
.shop_list_bloc ul li .box {
    background: rgb(0 0 0 / 39%);
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.shop_list_bloc ul li .box .cell {
    text-align: center;
}
.shop_list_bloc ul li .box .cell i {
    display: block;
    margin-bottom: 1em;
}
.shop_list_bloc ul li .box .cell span {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1em;
}

.company_content {
    padding: 3em 0;
}

.koyaru_bloc {

}
.koyaru_bloc figure {
    
}
.koyaru_bloc .box {
    flex: 1 0 0%;
    margin-left: 3em;
}


.koyaru_bloc .box .ttl {
    margin-bottom: 1em;
}
.koyaru_bloc .box .ttl p {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 22px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.koyaru_bloc .box .ttl h4 {
    color: #81ab53;
    font-size: 28px;
    line-height: 1.4em;
}
.koyaru_bloc .box h5 {
    color: #81ab53;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}








.koyaru_bloc .box p {
    
}

.advertisement_bloc {

}
.advertisement_bloc figure {
    
}
.advertisement_bloc .box {
    flex: 1 0 0%;
    margin-left: 3em;
}


.advertisement_bloc .box .ttl {
    margin-bottom: 1em;
}
.advertisement_bloc .box .ttl p {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 22px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.advertisement_bloc .box .ttl h4 {
    color: #81ab53;
    font-size: 28px;
    line-height: 1.4em;
}
.advertisement_bloc .box h5 {
    color: #81ab53;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.advertisement_bloc .box p {
    
}


.outline_bloc {

}
.outline_bloc .box {
    flex: 1 0 0%;
    margin-right: 3em;
}
.outline_bloc .box dl {
    border-top: solid 1px #000;
    padding: 1em;
    gap: 1em;
}
.outline_bloc .box dl:last-child {
    border-bottom: solid 1px #000;
}
.outline_bloc .box dl dt {
    min-width: 4em;
}
.outline_bloc .box dl dd {
    flex: 1 0 0%;
}

.outline_bloc .map {

}
.outline_bloc .map iframe {

}


.groupinformation_bloc {
    text-align: center;
}
.groupinformation_bloc .box {
    display: inline-block;
}
.groupinformation_bloc .box dl {
    border-top: solid 1px #000;
    padding: 1em;
    gap: 1em;
}
.groupinformation_bloc .box dl:last-child {
    border-bottom: solid 1px #000;
}
.groupinformation_bloc .box dl dt {
    min-width: 9em;
    text-align: left;
}
.groupinformation_bloc .box dl dd {
    flex: 1 0 0%;
    text-align: left;
}


.under_mv {
    background: #f5f2ed;
    padding: 3em 0;
    overflow: hidden;
}
.under_mv_main {

}
.under_mv_thumbs {
    background: #fff;
}
.under_mv_thumbs .slick-track {
    transform: unset !important;
}
.under_mv_thumbs .slick-slide {
    opacity: 0.5;
    cursor: pointer;
}
.under_mv_thumbs .slick-slide.slick-current {
    opacity: 1;
}

.under_mv_catch {
    margin-top: 3em;
}
.under_mv_catch h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 30px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
}
.under_mv_catch h3 strong {
    display: inline-flex;
    color: #81ab53;
}
.under_mv_catch p {
    
}


.under_mv_main {
    display: none;
}
.under_mv_main.slick-initialized {
    display: block;
}
  


.slick-next, .slick-prev {
    width: 32px;
    height: 59px;
}
.slick-next {
    background: url(../images/arrow_left.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    right: 10px;
    z-index: 10;
}
.slick-prev {
    background: url(../images/arrow_left.png) no-repeat;
    background-size: contain;
    left: 10px;
    z-index: 10;
}
.slick-prev:before {
    display:none;
}
.slick-next:before {
    display:none;
}

.slick-next:focus, 
.slick-next:hover {
    background: url(../images/arrow_left.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.slick-prev:focus, 
.slick-prev:hover {
    background: url(../images/arrow_left.png) no-repeat;
    background-size: contain;
}
















.shop_service {
    padding:3em 0;
}
.shop_service_list {
    gap: 3em;
    margin-bottom: 3em;
}
.shop_service_item {
    width: 100%;
    max-width: 360px;
}
.shop_service_item figure {
    margin-bottom: 1em;
}
.shop_service_item .meta {
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 0.5em;
    margin-bottom: 1em;
}
.shop_service_item .meta h4 {
    font-size: 1em;
    line-height: 1em;
}
.shop_service_item .meta h4 em {
    color: #81ab53;
    display: block;
    font-size: 21px;
    line-height: 1em;
    margin-bottom: 0.2em;
}
.shop_service_item .meta h4 span {
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase;
}
.shop_service_item .meta i {
    
}

.shop_service_item .box {
    margin-bottom: 1em;
}
.shop_service_item .box h5 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
}
.shop_service_item .box p {
    font-size: 14px;
}
.shop_service_item .more_bloc {
    text-align: center;
}


.rsv_btn_bloc {

}
.rsv_btn_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap: 2em;
}
.rsv_btn_bloc ul li {
    width: 100%;
    max-width: 380px;
    text-align: center;
}
.rsv_btn_bloc {

}
.rsv_btn_bloc {

}
.rsv_btn_bloc {

}

.btn_rsv_01 {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    text-decoration: none;
    padding: 1.5em;

    background: #81ab52;
    color: #fff;
    border: solid 1px #81ab52;
}
.btn_rsv_02 {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    text-decoration: none;
    padding: 1.5em;

    background: #446123;
    color: #fff;
    border: solid 1px #446123;
}
.btn_rsv_01:hover {

}
.btn_rsv_02:hover {

}

.btn_rsv_01:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/icon_arrow-w.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 1.5em;
    transition: .2s;
}
.btn_rsv_02:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/icon_arrow-w.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 1.5em;
    transition: .2s;
}

.btn_rsv_01:hover:after {
    right: 1em;
    transition: .2s;
}
.btn_rsv_02:hover:after {
    right: 1em;
    transition: .2s;
}


.shop_facility {
    padding:3em 0;
}

.shop_facility_data {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 2em;
}
.shop_facility_data dl {
    border-top: solid 1px #000;
    padding: 1em;
    gap: 2em;
}
.shop_facility_data dl:last-child {
    border-bottom:solid 1px #000;
}
.shop_facility_data dl dt {
    min-width: 10em;
}
.shop_facility_data dl dd {
    flex: 1 0 0%;
}
.shop_facility_data dl dd a {
    text-decoration: none;
    font-weight: bold;
}


.shop_facility_data dl dd em {
    color: #446123;
    font-weight: bold;
}
.shop_facility_data dl dd ul {
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
}
.shop_facility_data dl dd ul li {
    
}
.shop_facility_data dl dd .red {
    color:#c30d23;
}
.shop_facility_map {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    aspect-ratio: 16/9;
}
.shop_facility_map iframe {
    width: 100%;
    height: 100%;
}

.shop_hours {
    padding:3em 0;
}
.shop_hours_data {

}

.times_table {
    /* width: 100%; */
    border: solid 1px #c8c7c7;
    margin: 0 auto;
}
.times_table th {
    border:solid 1px #c8c7c7;
}
.times_table td {
    border:solid 1px #c8c7c7;
}

.times_table thead {
    
}
.times_table thead th {
    background: #f5f5f5;
    padding: 1em;
}
.times_table tbody {
    
}
.times_table tbody th {
    padding: 0.5em;
}
.times_table tbody th .cell {
    align-items: center;
    justify-content: space-between;
}
.times_table tbody th .cell em {
    
}
.times_table tbody th .cell img {
    
}


.times_table tbody td {
    padding: 0.5em;
}
.times_table tbody td.mini {
    padding: 0.2em;
}


.times_table tbody td.c {
    text-align: center;
    font-weight: bold;
}

.times_table tbody td.w {
    text-align: center;
}
.times_table tbody td.w i {
    display: inline-block;
    width: 28px;
    height: 26px;
    background: url(../images/img_stamp.png) no-repeat center;
    vertical-align: middle;
}

.times_table tbody td.w span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    vertical-align: middle;
}

.times_desc {
    text-align: center;
    margin-top:1em;
}
.times_desc ul {
    display: inline-block;
    text-align: left;
}
.times_desc ul li {
    position: relative;
    font-size:14px;
    padding-left:1em;
}
.times_desc ul li:before {
    content:"※";
    position:absolute;
    top:0;
    left:0;
}
.times_desc {
    
}

.shop_cal {
    padding:3em 0;
}

.shop_cal h4 {
    font-family: 'EB Garamond', serif;
    color: #81ab52;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}
.shop_cal p {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.shop_cal .calendar-box {
	width: 80%;
	margin: 0 auto;
	display: flex; /* flexコンテナを作成 */
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	justify-content: space-between; /* スペース入り（コンテナにアイテムが1列に収まる） */
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
}
.shop_cal .calendar-box-in {
    width: 39%;
    border: 2px solid #81AB52;
    background: #fff;
    margin: 0 0 20px 0;
    padding: 4% 4% 2% 4%;
}
.shop_cal .calendar-box-in p {
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 .5em;
    padding: .2em 0;
    background-color: #81AB52;
}

.tbl-calendar {
	width:100%;
	text-align:center;
	margin: 0 auto 15px;
}

.tbl-calendar th,
.tbl-calendar td {
	padding: 10px 5px;
	font-size: 1.1em;
	border:2px solid #fff;
}
.tbl-calendar .cl-tt-off { background:#ffe3e9; }
.tbl-calendar .cl-tt-on  { background:#c3ffdf; }
.tbl-calendar .cl-tt-shop  {
	background-color: #FFDAA5;
}
.tbl-calendar .cl-tt-sat { color:#1ea3e8; }
.tbl-calendar .cl-tt-sun { color:#fe6e85; }

.calendar-description {
	margin: 0 auto 0;
	width:100%;
}
.calendar-description li {
	display:block;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em; 
}
.calendar-description li span.cl-tt-off {
    color: #FFE3E9;
    font-size: 2em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.calendar-description li span.cl-tt-on  { 
    color:#00b154;
    font-size: 2em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.calendar-description li span.cl-tt-shop  {
	color: #FFBA3B;
}

.shop_info {
    background: #f5f2ed;
    padding: 3em 0;
    text-align: center;
}

.faq_guide {
    text-align: center;
}
.faq_guide_bloc {

}
.faq_guide_bloc p {
    margin-bottom: 1em;
}
.faq_guide_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap: 2em;
}
.faq_guide_bloc ul li {
    width: 100%;
    max-width: 380px;
}
.faq_guide_bloc ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    text-decoration: none;
    padding: 1.5em;
    background: #446123;
    color: #fff;
    border: solid 1px #446123;
}
.faq_guide_bloc ul li a:hover {
    
}


.faq_guide_bloc ul li a:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/icon_arrow-w.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 1.5em;
    transition: .2s;
}
.faq_guide_bloc ul li a:hover:after {
    right: 1em;
    transition: .2s;
}


.faq_content {
    background: #f5f2ed;
    padding: 3em 0;

}

.faq_item {
    padding-top:3em;
}


.faq_item + .faq_item {

}


.faq_bloc {

}
.faq_bloc dl {
    
}
.faq_bloc dl + dl {
    margin-top: 1em;
}
.faq_bloc dl dt {
    background: #81ab52;
    color: #fff;
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 0.8em 3em 0.8em 3em;
    cursor: pointer;
}
.faq_bloc dl dd {
    /* border: solid 1px #ededed; */
    /* border-top: none; */
    position: relative;
    background: #fff;
    position: relative;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
    padding: 1em 0.8em 1em 4em;
    display: none;
}
.faq_bloc dl dt:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/icon_q.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.6em;
    left: 0.7em;
}
.faq_bloc dl dd:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/icon_a.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.8em;
    left: 0.7em;
}
.faq_bloc dl dt:after {
    content: "＋";
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    top: 0.4em;
    right: 0.4em;
    font-weight: bold;
}
.faq_bloc dl dt.active:after {
    content:"－";

}

.service_item_list {

}
.service_item {
    margin-bottom: 3em;
}
.service_item + .service_item {

}
.service_item:nth-child(even) {
    flex-direction: row-reverse;
}
.service_item figure {

}
.service_content {
    flex: 1 0 0%;
    padding: 0 3em
}
.service_content .applicable {
    margin-bottom: 1em;
}
.service_content .applicable ul {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
}
.service_content .applicable ul li {
    background: #81ab52;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    padding: 0.5em 1em;
}

.service_content .meta {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 0.5em;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 1em;
}
.service_content .meta i {

}
.service_content .meta h4 {
    font-size: 1em;
    line-height: 1em;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
}
.service_content .meta h4 em {
    display: inline-block;
    color: #81ab53;
    font-size: 30px;
    line-height: 1em;
}
.service_content .meta h4 span {
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase;
}

.service_content .box {
    margin-bottom: 1em;
}
.service_content .box h5 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
}
.service_content .box p {
    font-size: 14px;
}

.service_content .more_bloc {
    text-align: center;
}
.service_content .more_bloc .more {
    width: 50%;
    margin: 0 auto;
}


.service_matter {
    padding: 3em 0;
    overflow: hidden;
}

.medical_subject_list {
    align-items: flex-start;
    justify-content: space-between;
    gap: 3em;
}
.medical_subject_item {
    width: 100%;
    max-width: 540px;
}
.medical_subject_item figure {
    border-radius: 3em;
    margin-bottom: 1em;
    overflow: hidden;
}
.medical_subject_item .meta {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 0.5em;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: 1em;
}
.medical_subject_item .meta h4 {
    font-size: 1em;
    line-height: 1em;
}
.medical_subject_item .meta h4 em {
    display: inline-block;
    color: #81ab53;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 0.2em;
}
.medical_subject_item .meta h4 span {
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase;
}
.medical_subject_item .meta i {
    font-family: 'EB Garamond', serif;
    display: block;
    color: #dedede;
    font-size: 60px;
    line-height: 1em;
    font-style: normal;
}

.medical_subject_item .box {

}
.medical_subject_item .box p {
    font-size: 14px;
}
.medical_subject_item .box ul {
    align-items: flex-start;
    justify-content: center;
    gap: 2em;
    margin-top: 1em;
}
.medical_subject_item .box ul li {
    width: calc(100% / 2 - 1em);
    text-align: center;
}
.medical_subject_item .box ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
    border: solid 1px #000;
    padding: 1em;
    cursor: pointer;
}
.medical_subject_item .box ul li a:hover {
    color:#fff;
    background: #406e0b;
    border: solid 1px #406e0b;
}

.ddc_flow {
    padding:3em 0;
}

.ddc_flow h4 {
    font-family: 'EB Garamond', serif;
    color: #81ab52;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}
.ddc_flow p {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.ddc_flow p br {
    display: none;
}

.service_flow {

}

.service_flow h3 {
    display: none;
}

.service_ddc_flow {
    width: 100%;
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.service_flow_item {
    align-items: stretch;
    justify-content: space-between;
    gap: 2em;
}
.service_flow_item .num {
    position: relative;
    padding-bottom: 1em;
}
.service_flow_item .num i {
    position: relative;
    z-index: 2;
}
.service_flow_item .num:after {
    content: "";
    width: 1px;
    height: 100%;
    border-left: solid 1px #81ab52;
    position: absolute;
    left: 62px;
    top: 0;
}
.service_flow_item:last-child .num:after {
    display:none;
}
.flow_box {
    padding-top: 3em;
    flex: 1 0 0%;
}
.flow_box h4 {
    font-size: 16px;
    line-height: 1.6em;

}

.flow_box .box {
    margin-top: 1em;
}
.flow_box .box.focus {
    background: #f5f2ed;
    padding: 1.5em;
}

.flow_box .box.line {
    padding: 1.5em;
    border: 2px #7FAC51 solid;
}

.flow_box .box.line h5 {
    margin: 0 0 10px 0;
}

.flow_box .box > * + * {
    margin-top: 0.5em;
}

.flow_box .box h5 {
    color: #81ab52;
    font-size: 16px;
    line-height: 1em;
}

.flow_box .box .item {

}
.flow_box .box .item h6 {
    font-size: 14px;
}

.flow_box .box ul.list {

}
.flow_box .box ul.list li {
    position: relative;
    font-size: 14px;
    padding-left: 1em;
}
.flow_box .box ul.list li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.flow_box p {
    font-size: 14px;
}
.flow_box .box p.mark {
    position: relative;
    font-size: 14px;
    padding-left: 1em;
}
.flow_box .box p.mark:before {
    content:"※";
    position: absolute;
    top: 0;
    left: 0;
}

.flow_box .box dl {
    font-size: 14px;
}
.flow_box .box dl dt {
    font-weight: bold;
}
.flow_box .box dl dd {

}

.flow_box .btn_bloc.flex {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
}

.ddc_flow_item_type {
    width: 48%;
    text-align: center;
}

.ddc_flow_item_type a {
    color: #81AB52;
}

.ddc_flow_item_type a:hover {
    color: #446123;
}

.ddc_flow_item_type a figure img {
    transition: .2s;
}
.ddc_flow_item_type a:hover figure img {
    opacity:0.8;
}

.ddc_flow_item_type p {
    font-size: 1em;
    margin: 20px 0 0 0;
}

.ddc_flow_item_type h3 {
    display: block;
    font-size: 1.2em;
    margin: 0;
    font-weight: bold;
}

.ddc_flow_item_type .line a {
    font-size: 1.5em;
    text-decoration: none;
}

.ddc_flow_item_type .mail {
    margin: 50px 0 0 0;
}

.ddc_flow_item_type .mail a {
    font-size: 1.6em;
    text-decoration: none;
}

.ddc_flow_item_type .mail a:before {
content: "";
width: 45px;
height: 45px;
display: inline-block;
position: relative;
top: -15px;
    left: -10px;
background-image: url(../images/img_training_mail_i.png);
background-size: contain;
background-repeat: no-repeat;
vertical-align: top;
}

.flow_box h6 {
    font-size: 1em;
    margin: 0 0 20px 0;
}


.link {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1.4em;
    text-decoration: none;
    border: solid 1px #000;
    padding: 1.5em 3.5em 1.5em 1.5em;
    /* width: 100%; */
    min-width: 350px;
    text-align: center;
    box-sizing: border-box;
}
.link:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/icon_arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 1em;
    transition: .2s;
}

.link:hover {
    color: #fff;
    background: #406e0b;
    border: solid 1px #406e0b;
    cursor: pointer;
}
.link:hover:after {
    right: 0.5em;
    transition: .2s;
    background: url(../images/icon_arrow-w.png) no-repeat;
}



.link_training {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
    text-decoration: none;
    background: #385723;
    border: solid 1px #385723;
    padding: 1.5em 3.5em 1.5em 1.5em;
    /* width: 100%; */
    min-width: 350px;
    text-align: center;
    box-sizing: border-box;
}
.link_training:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/icon_arrow-w.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 1em;
    transition: .2s;
}

.link_training:hover {
    color: #fff;
    background: #385723;
    border: solid 1px #385723;
    cursor: pointer;
}
.link_training:hover:after {
    right: 0.5em;
    transition: .2s;
    background: url(../images/icon_arrow-w.png) no-repeat;
}

.service_fee {
    text-align: center;
}
.service_fee_bloc {
    display: inline-block;
    background: #f5f2ed;
    padding: 1em;

}
.service_fee_bloc dl {
    font-size: 18px;
    font-weight: bold;
    align-items: flex-start;
    justify-content: center;
}
.service_fee_bloc dt {

}
.service_fee_bloc dt:after {
    content: ":";
    margin-left: 0.2em;
    margin-right: 0.2em;
}
.service_fee_bloc dd {

}

.service_fee .btn_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap:2em;
}
.service_fee .btn_bloc ul li {
    
}
.service_fee .btn_bloc {
    margin-top: 2em;
}

.hospital_equipment {

}
.hospital_equipment ul {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em 0.7em;
}
.hospital_equipment ul li {
    
}
.hospital_equipment ul li figure {
    margin-bottom: 0.5em;
}
.hospital_equipment ul li p {
    font-size: 14px;
    text-align: center;
}

.foamy_bloc {

}
.foamy_bloc ul {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;
}
.foamy_bloc ul li {
    
}
.foamy_bloc ul li.logo {
    padding: 0 1em;
}
.foamy_bloc p {
    
}

.ddc_guide {
    padding:3em 0;
}

.ddc_guide h4 {
    font-family: 'EB Garamond', serif;
    color: #81ab52;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}
.ddc_guide p {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.service_guide_bloc {
    border: solid 3px #81ab51;
    padding: 1.5em;
    margin-bottom: 3em;
}
.service_guide_bloc .box {
    margin-bottom: 1em;
}
.service_guide_bloc .box > * + * {
    margin-top:0.5em;
}
.service_guide_bloc .box h4 {
    color: #81ab52;
    font-size: 16px;
    line-height: 1em;
}

.service_guide_bloc .box h5 {
    color: #81ab52;
    font-size: 1.1em;
    line-height: 1em;
    margin: 0 0 10px 0;
}
.service_guide_bloc .box p {
    font-size: 14px;
}
.service_guide_bloc .box p a {
    
}
.service_guide_bloc .box li {
    font-size: 14px;
}
.service_guide_bloc .box p a:hover {
    
}

.service_guide_bloc .btn_bloc {
    
}
.service_guide_bloc .btn_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap:2em;
}
.service_guide_bloc .btn_bloc ul li {
    
}

.ddc_guide .tel_box .tel {
    font-size: 2.1em;
    margin: 20px 0 0 0;
}

.ddc_guide .tel_box .tel:before {
content: "";
width: 45px;
height: 45px;
display: inline-block;
position: relative;
top: -10px;
    left: -10px;
background-image: url(../images/img_training_tel_i.png);
background-size: contain;
background-repeat: no-repeat;
vertical-align: top;
}

.ddc_guide .tel_box h3 {
    font-size: 1.43em;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.ddc_guide .tel_box .tel a {
    text-decoration: none;
}

.ddc_guide .tel_box p {
    font-size: 1.1em;
    margin: 20px 0 0 0;
}
.pethotel_bloc {
    margin-bottom: 2em;
}
.pethotel_item {

}
.pethotel_item + .pethotel_item {
    margin-top: 1em;
}
.pethotel_item h4 {
    color: #81ab52;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.pethotel_item p {

}


.pethotel_type {

}
.pethotel_type .item {
    width: 100%;
    max-width: 242px;
}
.pethotel_type .item .meta {
    text-align: center;
    height: 3.5em;
    margin-bottom: 0.5em;
}
.pethotel_type .item .meta h4 {
    font-size: 24px;
    line-height: 1em;
}
.pethotel_type .item .meta p {
    font-size: 12px;
    line-height: 1.4em;
    margin-top: 0.2em;
}
.pethotel_type .item figure {
    margin-bottom: 1em;
}
.pethotel_type .item > p {
    font-size: 14px;
}

.service_course {

}
.service_course_bloc {
    background: #f5f5f5;
    padding: 2em;
}
.service_course_bloc + .service_course_bloc {
    margin-top: 2em;
}
.service_course_bloc h4 {
    color: #81ab52;
    font-size: 28px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 1em;
}
.service_course_bloc .item {

}
.service_course_bloc .item + .item {
    margin-top: 1em;
}

.service_course_bloc .item .menu {
    margin-bottom: 1em;
}
.service_course_bloc .item .menu dl {
    gap: 1em;
}
.service_course_bloc .item .menu dl + dl {
    margin-top: 1em;
}
.service_course_bloc .item .menu dl dt {
    background: #81ab52;
    color: #fff;
    min-width: 5em;
    padding: 0.5em 1em;
    text-align: center;
    font-weight: bold;
}
.service_course_bloc .item .menu dl dd {
    flex: 1 0 0%;
    padding-top: 0.5em;
}
.service_course_bloc .item .box {
    margin-bottom: 1em;
}
.service_course_bloc .item .box h5 {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.service_course_bloc .item .box p {
    font-size: 14px;
}

.nursingcare_oneday {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2em;
}
.nursingcare_oneday .item {
    position: relative;
    width: 100%;
    max-width: 360px;

}
.nursingcare_oneday .item + .item {

}
.nursingcare_oneday .item:after {
    content: "";
    width: 20px;
    height: 35px;
    background: url(../images/img_flow_arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 7em;
    right: -1.6em;
}
.nursingcare_oneday .item:last-child:after {
    display:none!important;
}
.nursingcare_oneday .item figure {
    margin-bottom: 1em;
}
.nursingcare_oneday .item .box {
    
}
.nursingcare_oneday .item .box h4 {
    font-size: 20px;
    line-height: 1em;
    text-align: center;
}
.nursingcare_oneday .item .box p {
    font-size: 14px;
    margin-top: 0.5em;
}

.service_fitness {
    text-align: center;
}
.service_fitness p {
    margin-bottom: 2em;
}
.service_fitness figure {
    
}

.service_fitness_equipment {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3em;
    position: relative;
}
.service_fitness_equipment:after {
    content: "";
    background: url(../images/bg_service_fitness_equipment.png) no-repeat left bottom;
    background-size: contain;
    position: absolute;
    bottom: 10.7em;
    right: -16em;
    width: 650px;
    height: 360px;
}
.fitness_equipment_item {
    width: 100%;
    max-width: 360px;
}
.fitness_equipment_item figure {
    margin-bottom: 1em;
}
.fitness_equipment_item .box {
    
}
.fitness_equipment_item .box h4 {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.fitness_equipment_item .box p {
    
}

.service_training_policy {
    text-align: center;
}
.service_training_policy p {
    display: inline-block;
    text-align: left;
}

.service_ddc {
    gap: 2em;
}

.ddc_type {
    max-width:1130px;
    margin:0 auto;
}

.ddc_item {
    width: 100%;
    max-width: 540px;
}
.ddc_item .meta {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 0.5em;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 1em;
}
.ddc_item .meta i {
    font-family: 'EB Garamond', serif;
    display: block;
    color: #dedede;
    font-size: 60px;
    line-height: 1em;
    font-style: normal;
}
.ddc_item .meta h4 {
    display: inline-block;
    color: #81ab53;
    font-size: 24px;
    line-height: 1em;
}

.ddc_item .box {
    background: #f5f2ed;
    padding: 1em;
    margin-bottom: 1em;
}
.ddc_item .box p {
    font-size: 14px;
}

.ddc_item_type {
    width: 100%;
    max-width: 545px;
}

.ddc_item_type a figure img {
    transition: .2s;
}
.ddc_item_type a:hover figure img {
    opacity:0.8;
}

.service_training_menu {

}
.service_training_menu ul {
    
}
.service_training_menu ul li {

}
.service_training_menu ul li figure {
    margin-bottom: 0.5em;
}
.service_training_menu ul li h4 {
    font-size: 18px;
    text-align: center;
}

.ddc_club {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 40px 60px;
    background-color: #ECFBDA;
    border-radius: 16px;
}

.ddc_club_ttl {
    text-align: center;
    margin-bottom: 50px;
}

.ddc_club_ttl figure {
    margin-bottom: 0.5em;
}

.ddc_club_ttl h3 {
    color: #81ab52;
    font-size: 1.9em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.ddc_club_ttl p {
    color: #81ab52;
    font-size: 22px;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.ddc_club_about {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 50px 40px;
    margin-bottom: 70px;
    border-radius: 10px;
    box-sizing: border-box;
}

.ddc_club_about h4 {
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
}

.ddc_club_about p {
    font-size: 1.1em;
    line-height: 2.1em;
    margin-bottom: 70px;
}

.ddc_club_about .list_box {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    border: 2px #95AF27 solid;
    border-radius: 6px;
    position: relative
}

.ddc_club_about .list_box .top_txt {
    font-size: 1.5em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    padding: 5px 0;
    box-sizing: border-box;
    transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: #80AB52;
    border-radius: 30px;
}

.ddc_club_about .list_box ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0 0 0;
padding: 0;
box-sizing: border-box;
gap: 1.5em;
}

.ddc_club_about .list_box ul li {
    width: 44%;
    list-style-type: none;
    font-size: 1.1em;
    margin: 0;
    padding: 0 0 0 2.5em;
    position: relative;
    text-align: left;
    font-weight: bold;
}

.ddc_club_about .list_box ul li:before {
content: url(../images/img_training_dcc_list_i.png);
width: 33px;
height: 33px;
position:absolute;
top:-5px;
left:0;
}


.ddc_club_program {
    width: 100%;
    text-align: center;
    padding: 50px 40px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.ddc_club_program h4 {
    font-family: 'EB Garamond', serif;
    color: #81ab52;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 15px;
}
.ddc_club_program p {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 80px;
}

.ddc_club_program .list_box {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.ddc_club_program .list_box ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0 0 0;
padding: 0;
box-sizing: border-box;
gap: 4em 1em;
}

.ddc_club_program .list_box ul li {
    width: 29%;
    list-style-type: none;
    margin: 0;
    padding: 3em 15px 20px;
    position: relative;
    text-align: left;
    font-weight: bold;
    position: relative;
    background-color: #80AB52;
    color: #FFFFFF;
    border-radius: 16px;
}

.ddc_club_program .list_box ul li .top_num {
    font-family: 'EB Garamond', serif;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8em;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 5px 0;
    box-sizing: border-box;
    transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: #446023;
    font-weight: normal;
}

.ddc_club_program .list_box ul li h5 {
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
}

.ddc_club_program .list_box ul li figure {
    text-align: center;
    margin: 0 0 15px 0;
}

.ddc_club_program .list_box ul li p {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: normal;
    margin: 0;
}

.ddc_club_flow {
    width: 100%;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.ddc_club_flow h4 {
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 15px 0;
    background-color: #80AB52;
    color: #FFFFFF;
}

.ddc_club_flow dl {
display:flex;
flex-wrap: wrap;
    box-sizing: border-box;
}

.ddc_club_flow dt {
    font-size: 1.8em;
    background-color: #BC9842;
    width: 14%;
    margin: 0 0 20px 0;
    padding: 30px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ddc_club_flow dd {
    display: flex;
    align-items: center;
padding: 30px;
margin: 0 0 20px 0;
width: 86%;
background: #fff;
box-sizing: border-box;
    border: 2px #BC9842 solid;
}

.ddc_club_flow dd:nth-of-type(3) {
padding: 100px 30px;
}

.ddc_club_flow dd h5 {
    font-size: 1.4em;
    text-align: left;
    width: 30%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #BC9842;
    font-weight: bold;
}

.ddc_club_flow dd p {
    font-size: 1.2em;
    text-align: left;
    width: 70%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ddc_club_btn {
    width: 100%;
    text-align: center;
    padding: 0;
}

.ddc_club_btn p {
    margin: 0 0 20px 0;
    padding: 0;
}

.ddc_club_btn p a img {
    transition: .2s;
}
.ddc_club_btn p a:hover img {
    opacity:0.8;
}

.ddc_personal {
    max-width: 1180px;
    margin: 0 auto 40px;
    padding: 30px 40px 60px;
    background-color: #F5F2ED;
    border-radius: 16px;
}

.ddc_personal_ttl {
    text-align: center;
    margin-bottom: 50px;
}

.ddc_personal_ttl figure {
    margin-bottom: 0.5em;
}

.ddc_personal_ttl h3 {
    color: #446023;
    font-size: 1.9em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.ddc_personal_ttl p {
    color: #446023;
    font-size: 22px;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.ddc_personal_about {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 50px 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.ddc_personal_about h4 {
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
}

.ddc_personal_about p {
    font-size: 1.1em;
    line-height: 2.1em;
    margin-bottom: 70px;
}

.ddc_personal_about .list_box {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    border: 2px #446023 solid;
    border-radius: 6px;
    position: relative
}

.ddc_personal_about .list_box .top_txt {
    font-size: 1.5em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    padding: 5px 0;
    box-sizing: border-box;
    transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: #446023;
    border-radius: 30px;
}

.ddc_personal_about .list_box ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0 0 0;
padding: 0;
box-sizing: border-box;
gap: 1.5em;
}

.ddc_personal_about .list_box ul li {
    width: 44%;
    list-style-type: none;
    font-size: 1.1em;
    margin: 0;
    padding: 0 0 0 2.5em;
    position: relative;
    text-align: left;
    font-weight: bold;
}

.ddc_personal_about .list_box ul li:before {
content: url(../images/img_training_personal_list_i.png);
width: 33px;
height: 33px;
position:absolute;
top:-5px;
left:0;
}

.ddc_personal_onayami {
    width: 100%;
    text-align: center;
    padding: 50px 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.ddc_personal_onayami h4 {
    font-size: 1.6em;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 60px;
}

.ddc_personal_onayami .list_box {
    width: 100%;
    margin: 0 0 75px 0;
    padding: 0;
    box-sizing: border-box;
}

.ddc_personal_onayami .list_box ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0 0 0;
padding: 0;
box-sizing: border-box;
gap: .3em;
}

.ddc_personal_onayami .list_box ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    border-radius: 16px;
}

.ddc_personal_onayami p {
    font-size: 1.1em;
    line-height: 1.8em;
    margin: 0;
}

.ddc_personal_btn {
    width: 100%;
    text-align: center;
    padding: 0;
}

.ddc_personal_btn p {
    margin: 0 0 20px 0;
    padding: 0;
}

.ddc_personal_btn p a img {
    transition: .2s;
}
.ddc_personal_btn p a:hover img {
    opacity:0.8;
}

.ddc_event_btn p  {
    width: 100%;
    text-align: center;
}

.ddc_event_btn p a img {
    transition: .2s;
}
.ddc_event_btn p a:hover img {
    opacity:0.8;
}

.ddc_price {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 40px 0;
    border-radius: 16px;
}

.ddc_price h4 {
    font-family: 'EB Garamond', serif;
    color: #81ab52;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}
.ddc_price p {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.ddc_price_box {
    gap: 2em;
}

.ddc_price_item {
    width: 100%;
    max-width: 540px;
}

.ddc_price_item h5 {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #80AB52;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

.ddc_price_item h6 {
    font-size: 1.2em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 20px 0;
}

.ddc_price_item table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px 0;
    padding: 0;
	border: 1px solid #94AE27;
}

.ddc_price_item table th {
    font-size: 1em;
    padding-top: 12px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    width: 30%;
    border: 1px solid #94AE27;
    background-color: #DBE8CE;
    box-sizing: border-box;
    color: #7EAB46;
}

.ddc_price_item table td {
    font-size: .9em;
    text-align: center;
    border-bottom: 1px solid #94AE27;
    padding: 12px 0;
    border-left: 1px solid #94AE27;
    box-sizing: border-box;
    font-weight: bold;
}

.ddc_price_item table td.price {
    font-size: 1.6em;
    font-weight: bold;
    text-align: right;
    padding: 0 10px 0 0;
}

.ddc_price_item table td.price span {
    font-size: .7em;
}

.ddc_price_item p {
    font-size: .9em;
    line-height: 1.5em;
    text-align: left;
}

.service_cafe {
    gap: 3em
}
.service_cafe figure {

}
.cafe_bloc {
    flex: 1 0 0;
}
.cafe_bloc .meta {
    margin-bottom: 1em;
}
.cafe_bloc .meta h4 {
    color: #81ab53;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.cafe_bloc .meta p {
    font-size: 14px;
}

.cafe_bloc .box {
    background: #f5f2ed;
    padding: 1em;
    margin-bottom: 1em;
}
.cafe_bloc .box > * + * {
    margin-top:0.5em;
}
.cafe_bloc .box h5 {
    color: #81ab52;
}
.cafe_bloc .box p {
    font-size: 14px;
}
.cafe_bloc .box ul {
    font-size: 14px;
}
.cafe_bloc .box ul li {
    position: relative;
    padding-left:1em;
}
.cafe_bloc .box ul li:before {
    content:"・";
    position: absolute;
    top:0;
    left:0;
}

.cafe_bloc .btn_bloc {

}
.cafe_bloc .btn_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1em;
}
.cafe_bloc .btn_bloc ul li {
    width: calc(100% / 2 - 0.5em);
}
.cafe_bloc .btn_bloc .link {
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
}

.recruit_page_bloc {
    margin-bottom: 80px;
}
.recruit_page_bloc h4 {
    width: fit-content;
    font-size: 1.2em;
    margin-bottom: 30px;
    padding: 13px 30px;
    color: #81AB52;
    border: 1px #81AB52 solid;
}
.recruit_page_item {
    align-items: center;
    justify-content: flex-start;
    gap: 2em;
}
.recruit_page_item + .recruit_page_item {
    margin-top: 2em;
}

.recruit_page_item .meta {
    min-width: 20em;
}
.recruit_page_item .meta h3 {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.recruit_page_item .meta p {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
}

.recruit_page_item .btn_bloc {

}
.recruit_page_item .btn_bloc ul {
    gap: 2em;
}
.recruit_page_item .btn_bloc ul li {

}


.recruit_page_item .btn_bloc ul li a.fulltime {
    background: #446123;
    border:solid 1px #446123;
    color: #fff;
    font-weight: bold;
}
.recruit_page_item .btn_bloc ul li a.fulltime:hover {

}
.recruit_page_item .btn_bloc ul li a.fulltime:after {
    background: url(../images/icon_arrow-w.png) no-repeat;
}

.recruit_page_item .btn_bloc ul li a.parttime {
    background: #81ab52;
    border:solid 1px #81ab52;
    color: #fff;
    font-weight: bold;
}
.recruit_page_item .btn_bloc ul li a.parttime:hover {

}
.recruit_page_item .btn_bloc ul li a.parttime:after {
    background: url(../images/icon_arrow-w.png) no-repeat;
}

.privacy_page {
    background: #f5f2ed;
    padding: 3em 0;
}

.privacy_bloc {

}
.privacy_item {

}
.privacy_item + .privacy_item {
    margin-top: 2em;
}

.privacy_item > * + * {
    margin-top:0.5em;
}

.privacy_item h3 {
    font-size: 18px;
}
.privacy_item h4 {
    font-size: 16px;
}
.privacy_item p {
    font-size: 14px;
}
.privacy_item ul {
    font-size: 14px;
}
.privacy_item ul li {
    position:relative;
    padding-left:1em;
}
.privacy_item ul li:before {
    content:"・";
    position: absolute;
    top:0;
    left:0;
}

.custom .reserve {
    background: #f5f2ed;
}


.remodal {
    border-radius: 1em;
    padding: 1.5em;
    box-sizing: border-box;
}
.remodal .remodal-close {
    
}
.remodal .modal_bloc {
    
}

.modal_meta {
    text-align: left;
    margin-bottom: 1em;
}
.modal_meta h3 {
    font-size: 18px;
}
.modal_meta p {
    font-size: 16px;
}

.modal_flow {
    text-align: left;
    margin-bottom: 1em;
}
.modal_flow ol {

}
.modal_flow ol li {
    font-size: 16px;
    font-weight: bold;
}
.modal_flow ol li:after {
    content: "↓";
    display: block;
}
.modal_flow ol li:last-child:after {
    display:none;
}

.modal_data {

}
.modal_data dl {
    text-align: left;
}
.modal_data dl + dl {
    margin-top: 1em;
}
.modal_data dl dt {
    display: inline-block;
    background: #81ab52;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    padding: 0.6em 1em 0.5em;
    margin-bottom: 0.5em;
    border-radius: 50px;
}
.modal_data dl dd {
    font-size: 14px;
}
.fix_banner1 {
    display:none;
}
.fix_banner2 {
    display:none;
}
.fix_banner2 a {
    display: block;
}

.fix_banner3 {
    display:none;
}

.dr_content {
    gap: 2em;
}
.dr_content + .dr_content {
    margin-top:3em;
}

.dr_content figure {
    border-radius: 2em;
    overflow: hidden;
    max-width: 360px;
}
.dr_box {
    flex: 1 0 0%;
}
.dr_meta {
    margin-bottom: 1em;
}
.dr_meta .en {
    font-family: 'EB Garamond', serif;
    color: #81ab53;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.dr_meta h4 {
    font-size: 1em;
    line-height: 1em;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5em;
}
.dr_meta h4 .name {
    font-size: 26px;
    line-height: 1em;
}
.dr_meta h4 .kana {
    font-size: 18px;
    line-height: 1em;
}
.dr_meta .pos {
    font-size: 14px;
}

.dr_data {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 2em;
}
.dr_data .item {
    
}
.dr_data .item + .item {
    flex: 1 0 0%;
}

.dr_data .item > dl {
    
}
.dr_data .item > dl + dl {
    margin-top: 1em;
}
.dr_data .item > dl > dt {
    display: inline-block;
    background: #81ab52;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1em;
    padding: 0.6em 1em 0.5em;
    min-width: 7em;
    text-align: center;
    margin-bottom: 0.5em;
}
.dr_data .item > dl > dd {
    font-size: 14px;
}

.dr_data .item > dl > dd > dl {
    align-items: flex-start;
    justify-content: flex-start;
}
.dr_data .item > dl > dd > dl + dl {
    margin-top: 0.5em;
}
.dr_data .item > dl > dd > dl > dt {
    min-width: 12em;
}
.dr_data .item > dl > dd > dl > dd {
    flex: 1 0 0%;
}

.dr_data .item > dl > dd {

}
.dr_data .item > dl > dd ul {

}
.dr_data .item > dl > dd ul li {
    position:relative;
    padding-left:1em;
}
.dr_data .item > dl > dd ul li:before {
    content:"・";
    position:absolute;
    top:0;
    left:0;
}


.dr_message {
    background: #f5f2ed;
    padding: 1.5em 1em 1em;
    position: relative;
}
.dr_message h5 {
    font-family: 'EB Garamond', serif;
    color: #81ab53;
    font-size: 36px;
    line-height: 1em;
    font-weight: normal;
    position: absolute;
    top: -0.5em;
    left: 0.2em;
}
.dr_message p {
    font-size: 14px;
}

.more_links_bloc {
    text-align: center;
}
.more_links_bloc + .more_links_bloc {
    margin-top:1.5em;
}
.more_links_bloc a {
    width: 100%;
    display: inline-block;
    background: #fff;
    color: #528118;
    border: solid 1px #528118;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    max-width: calc(100% / 2 - 0.5em);
}
.more_links_bloc a span {

}
.more_links_bloc a:hover {
    background: #83b14f;
    color: #fff;
}

.side_btn {
    width: 70px;
    position: fixed;
    top: 280px;
    right: 0;
    z-index: 10000000;
}

.side_btn ul {
display:flex;
  justify-content:flex-end;
  flex-flow: column;
}

.side_btn ul li {
    margin: 0 0 10px 0;
}

/* シフト表 */

.area-calendar {
    width: 70%;
    background-color: #81AB52;
    padding: 30px 50px 30px;
    border-radius: 20px;
    margin: 30px auto 100px;
}
.area-calendar h2 {
	color: #fff;
	font-size: 1.4em;
	line-height: 1em;
	margin: 0 0 30px 0;
    text-align: center;
}

.area-calendar p {
    margin: 20px 0 0;
    font-size: .9em;
    font-weight: bold;
    color: #FFFFFF;
}

.area-calendar p .staff_sekiguchi {
    font-size: 1.3em;
    color: #E97132;
}

/* Fullcarender */

.fc .fc-button-primary{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#446123;background-color:var(--fc-button-bg-color,#446123);border-color:#446123;border-color:var(--fc-button-border-color,#446123)}

.fc .fc-button-primary:hover{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#557A2C;background-color:var(--fc-button-hover-bg-color,#557A2C);border-color:#1a252f;border-color:var(--fc-button-hover-border-color,#1a252f)}
.fc .fc-button-primary:disabled{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#446123;background-color:var(--fc-button-bg-color,#446123);border-color:#446123;border-color:var(--fc-button-border-color,#446123)}
.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#446123;background-color:var(--fc-button-active-bg-color,#446123);border-color:#151e27;border-color:var(--fc-button-active-border-color,#151e27)}


.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    display: none;
}

.fc-daygrid-event-dot {
    display: none;
}

.fc-event-title {
    margin: 0;
    padding: .1em .35em;
    font-size: 1em;
    font-size: var(--fc-small-font-size,1em);
    font-weight: normal;
    color: #FFFFFF;
}

.fc-daygrid-event-harness {
    margin: 0 1px 1px;
   background-color: #81AB52;
    border-radius: 3px;
}

.fc-daygrid-event-harness a {
    pointer-events: none;
}

table.fc-col-header  {
	border-collapse:separate;
}
table.fc-col-header th {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: none;
	box-sizing: border-box;
}
table.fc-col-header th:nth-child(1) {
	border-left: none;
}
th.fc-col-header-cell {
    border-top: none;
    background-color: #446123;
    color: #FFFFFF;
}

th.fc-col-header-cell a {
    color: #FFFFFF;
}

table.fc-scrollgrid-sync-table td {
	background-color: #fff;
    font-size: .9em;
}

table.fc-scrollgrid-sync-table td.fc-day-sun {
	background-color: #f8d6e4 !important;
}

table.fc-scrollgrid-sync-table td.fc-day-sat {
	background-color: #cfe5f3 !important;
}

table.fc-scrollgrid-sync-table td .event_holiday {
	background-color: #F04343 !important;
	border: none !important;
	text-align: center;
}

table.fc-scrollgrid-sync-table td.fc-day-today {
    background-color: rgba(236,255,39,0.9) !important;
}

table.fc-scrollgrid-sync-table td.fc-day-disabled {
  background: #fff;
}

table.fc-scrollgrid-sync-table td .staff_sekiguchi {
	background-color: #E97132 !important;
    border-radius: 3px;
    margin: 0 !important;
    padding: 0 2px;
}

.fc-theme-standard td {
  border: 1px solid #bbb;
  border: 1px solid var(--fc-border-color,#bbb);
    border-right: none;
    border-bottom: none;
}

/* スクロールバー */
::-webkit-scrollbar {
  background: #F1F1F1;
  width:10px;
}
::-webkit-scrollbar-thumb {
  background-color: #C1C1C1;
}
