@charset "utf-8";
/* CSS Document */

/*---------------------------
メインカラー
#BD2B4D
サブカラー
#E2951D
サブカラー2
#2E3D8E
サブカラー3（予備）
#386E44
ダークグレー
#333630
ペールグレー
#F0F1F5
---------------------------*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');


* {
    font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
}

body {
    font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 1.5;
    color: #333630;
    /*----←←←指定のグレイ---------*/
    background-size: auto;
    overflow-x: hidden;
}

/* 960px以上の画面の場合、container幅を1200pxに */
@media (min-width: 960px) {
    .container {
        max-width: 1200px;
    }
}

/*-------------アンカー・ボタン アウトラインなし-------------*/

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

.container-fluid {
    padding: 0;
}

.border_gry {
    border-bottom: 1px solid #F0F1F5;
    line-height: 2;
}
.bg_gry{
    background-color: rgba(229.5, 229.5, 229.5, 0.3);
}
/*------ボタンのフォーカスなし-------------*/

*:focus {
    outline: none !important;
}

/*------フォントサイズ-------------------*/
.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f30 {
    font-size: 30px;
}

/*------フォントカラー-------------------*/
.text_main {
    color: #7E4E75;
}

.text_sub {
    color: #667099;
}

.text_sub2 {
    color: #478556;
}

.text_sub3 {
    color: #e2951d;
}

.text_p_gry {
    color: #F0F1F5;
}



/*-- PC版表示CSS  --*/
.pc {
    display: block;
}

.sp {
    display: none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}




/*-----ページトップへ-------------------------*/
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #7E4E75;
    opacity: 0.6;
    border-radius: 50%;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -20px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*--　プログラム詳細　------------------------------------*/


.nav-tabs {
    border-bottom: 1px solid #7E4E75;
}

.nav-tabs .nav-link {
    text-align: center;
    border-radius: 0;
    color: #a3a9c2;
    font-weight: bold;
    padding: 0.5rem 1rem;
    font-size:16px;
}

.nav-tabs a.nav-link:hover {
    border-bottom: 2px solid #667099;
    font-weight: bold;
    color: #667099;
}

.nav-tabs .nav-link.active {
    color: #7E4E75;
    font-weight: bold;
    border-color: #7E4E75 #7E4E75 #fff;
    border-bottom: 1px solid #fff;
  }

.nav-tabs .nav-link.active:hover {
    border-bottom: 1px solid #fff;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

/*---ROOM別ボタン---------------*/

.btn-all{
  color:#fff;
  background-color: #7E4E75;
  border-color: #7E4E75;
}
.btn-all:hover{
  color:#7E4E75;
  background-color: transparent;
}
.btn-roomA {
    color: #fff;
    background-color: #667099;
    border-color: #667099;
}

.btn-roomA:hover{
    color: #667099;
    background-color: transparent;
    
}
.btn-roomB {
    color: #fff;
    background-color: #2684a6;
    border-color: #2684a6;
}

.btn-roomB:hover{
    color: #2684a6;
    background-color: transparent;
    
}

.btn-roomC {
    color: #fff;
    background-color: #478556;
    border-color: #478556;
}

.btn-roomC:hover{
    color: #478556;
    background-color: transparent;
    
}




.btn-roomD {
    color: #fff;
    background-color: #e2951d;
    border-color: #e2951d;
}

.btn-roomD:hover{
    color: #e2951d;
    background-color: transparent;
    
}





/*---ROOM別詳細部分カラー---------------*/
.roomA_time{
  background-color: rgba(102, 112, 153,0.2);
  color: #667099;
  border-right: 3px solid#667099;
}

.text_roomA{
  color: #667099;
}

.roomB_time{
  background-color: rgba(38, 132, 166, 0.2);
  color: #2684a6;
   border-right: 3px solid #2684a6;
}
.text_roomB{
  color: #2684a6;
}

.roomC_time{
  background-color: rgba(71, 133, 86, 0.2);
  color: #478556;
   border-right: 3px solid #478556;
}

.text_roomC{
  color: #478556;
}

.roomD_time{
  background-color: rgba(226, 149, 29, 0.2);
  color: #e2951d;
   border-right: 3px solid #e2951d;
}
.text_roomD{
  color: #e2951d;
}
.bg_roomD{
  background-color: rgba(143, 150, 189, 0.1);
}

/*---ROOM別ボタンカラー---------------*/
.btn-outline-roomA {
    color: #667099;
    border-color: #667099;
    padding-left:1rem;
    padding-right:1rem;
    font-size: 14px;
    margin-bottom: 10px;
}
.btn-outline-roomA:hover {
    color: #fff;
    background-color: #667099;
}
.btn-outline-roomB {
    color: #2684a6;
    border-color: #2684a6;
    padding-left:1rem;
    padding-right:1rem;
    font-size: 14px;
    margin-bottom: 10px;
}
.btn-outline-roomB:hover {
    color: #fff;
    background-color: #2684a6;
}
.btn-outline-roomC {
    color: #478556;
    border-color: #478556;
    padding-left:1rem;
    padding-right:1rem;
    font-size: 14px;
    margin-bottom: 10px;
}
.btn-outline-roomC:hover {
    color: #fff;
    background-color: #478556;
}
.btn-outline-roomD {
    color: #e2951d;
    border-color: #e2951d;
    padding-left:1rem;
    padding-right:1rem;
    font-size: 14px;
    margin-bottom: 10px;
}
.btn-outline-roomD:hover {
    color: #fff;
    background-color: #e2951d;
}

