@charset "utf-8";
/* CSS Document */
/*WEB-------------フォント-------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');


body {
    font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
    font-size: 16px;
    color: #4d4d4d;
    background-color: #fff;
    line-height: 2;
}

footer {
    background-color: rgba(240, 241, 245, 0.9);
}

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

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


/*-------------アンカー・ボタン アウトラインなし-------------*/
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);
}


/*------------- PC・SP・tabの画像切り替え------------- */
.pc {
    display: block;
}

.sp {
    display: none;
}

.tab {
    display: none;
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .tab {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 960px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .tab {
        display: block;
    }
}


/*-- flexのmedia-screen  ---------------------*/
@media (min-width: 769px){
    .tab-flex {
        display: flex;
        justify-content: space-between;
    }
}


/*-- width  ---------------------*/
.w-20 {
    width: 20%;
}

.w_harf {
    width: 48%;
}

.w_harf_50 {
    width: 50%;
}

.w_31 {
    width: 31%;
}

.w_75 {
    width: 75%;
}

.w_unit {
    width: 23.9%;
}

@media only screen and (max-width: 769px) {
    .w_harf,.w_harf_50,.w_75,.w_31,.w_unit {
        width: 100%;
    }
}

@media (min-width: 770px) and (max-width: 960px) {
    .w_unit {
        width: 49%;
    }

    .w_31 {
        width: 47%;
    }

    .w_75 {
        width: 100%;
    }
}



/*-- font-size  ---------------------*/
.f14 {
    font-size: 0.875rem;
}

.f16 {
    font-size: 1rem;
}

.f18 {
    font-size: 1.125rem;
}

.f20 {
    font-size: 1.25rem;
}

.f22 {
    font-size: 1.375rem;
}

.f24 {
    font-size: 1.5rem;
}

.f26 {
    font-size: 1.625rem;
}

.lh_15 {
    line-height: 1.5;
}


/*-- ボタン ---------------------*/
.btn-main {
    color: #fff;
    background-color:#6295B0;
    border-color: #6295B0;
}

.btn-main:hover {
    color: #6295B0;
    background-color: #fff;
}

.btn-main-second {
    color: #6295B0;
    background-color:#fff;
    border-color: #6295B0;
}

.btn-main-second:hover {
    color: #fff;
    background-color: #6295B0;
}

.btn-outline {
    color: #a67599;
    border-color: #a67599;
    background-color: #fff;
}

.btn-outline:hover {
    color: #fff;
    background-color: #a67599;
}

.btn-outline-sub {
    color: #36567a;
    border-color: #36567a;
    background-color: #fff;
}

.btn-outline-sub:hover {
    color: #fff;
    background-color: #6295B0;
}

.btn-register {
    color: #fff;
    border-color: #36567a;
    background-color: #36567a;
}

.btn-register:hover {
    color: #fff;
    background-color: #6295B0;
    border-color: #6295B0;
}

.btn-timetable {
    color: #fff;
    background-color:#6295B0;
    border-color: #6295B0;
}

.btn-timetable:hover {
    color: #6295B0;
    background-color: #fff;
}

.btn-login {
    color: #fff;
    border-color: #36567a;
    background-color: #36567a;
    padding: 30px 0;
    margin: 6px 20px;
    line-height: 1;
}


@media only screen and (max-width: 960px) {
    .btn-login {
        /*border-color: #a67599;
        background-color: #a67599;*/
        margin: 0;
        border-radius: 0;
        text-align: left;
    }
}

.btn-tcross {
    color: #fff;
    border-color: #91AA61;
    background-color: #91AA61;
}

.btn-tcross:hover {
    color: #91AA61;
    background-color: rgba(145, 170, 97, 0.1);
}

/*-- ボタンのマーク ---------------------*/
.register_arrow {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


/*-- テキストカラー ---------------------*/
.text_ppl {
    color: #a67599;
}

.text_red {
    color: #a32959;
}

.text_dblue{
    color: #403c64;
}

.text_title_blue {
    color: #36567a;
}

.text_normal{
    color: #4d4d4d;
}


/*-- テキストリンクの色 ----------------------------------------*/

.text_link a {
    color: #6295B0;
}

.text_link a:hover {
    color: #a67599;
    text-decoration: none;
}


/*-- テキストに影 ----------------------------------------*/
.text_shadow_w {
    text-shadow: 1px 1px 0.5px #fff;
}

.text_shadow_gry {
    text-shadow: 3px 3px 4px #475785;
}


/*-- 背景色 ---------------------*/
.bg_gray {
    background: #F3F4F6;
}

.bg_ppl {
    background: #d8c0d3
}

.bg_sky {
    background: #84A0CA;
}

.border_y_blue {
    border-top: 1px solid #36567a;
    border-bottom: 1px solid #36567a;
}


/*--  リストマーク --------------------*/
li.kome {
    list-style: none;
}

li.kome:before {
    content: "※";
    padding-right: 5px;
}

ul.dia_base{
    font-size: 18px;
    line-height: 1.5;
    list-style: none;
    padding-left: 10px;
}

li.diamond{
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

li.diamond:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #8b6b4e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*-- 各ページタイトルバッグ ---------------------*/
.title_back {
    /*background: -webkit-linear-gradient(90deg, rgb(169, 226, 237), rgb(237, 178, 220));
    background: linear-gradient(90deg, rgb(169, 226, 237), rgb(237, 178, 220));*/
    /*background: -webkit-linear-gradient(90deg, rgb(169, 226, 237), rgb(225, 229, 240));
    background: linear-gradient(90deg, rgb(143, 173, 213), rgb(225, 229, 240));*/
    background-color: rgb(50, 108, 195,0.6);
    height: 200px;
}

.title_back_img {
    background-image: url(../img/cpac2022_head_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    opacity: 0.6;
}

.page_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}


/*--- index -------------------------*/
/*--- top背景画像 -------------------------*/
.main_view {
    height:calc(100vh - 110px);
    max-height: calc(100vh - 110px);
    position:relative;
}

.main_img {
    /*height: 90vh;*/
    background-image: url(../img/cpac2022_mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
    z-index: 2;
}

@media (min-width: 576px) and (max-width: 1200px) {
    .main_view {
        height:auto;
        position:relative;
    }

    .main_img {
        background-image: url(../img/cpac2022_mv_sp.png);
        background-size: auto 100%;
        background-position: 0px 0px;
    }
}

@media (max-width: 575px) {
    .main_view {
        height:auto;
        position:relative;
    }

    .main_img {
        background-image: url(../img/cpac2022_mv_sp.png);
        background-size: auto 100%;
        background-position: 50% 60px;
    }
}



/*-- CPACタイトル・ロゴ　----------------------------*/
.title_img {
    width: 95%;
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.title_logo {
    width: 10%;
    position:absolute;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 1200px) {
    .title_img {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 5%;
    }

    .title_logo {
        width: 15%;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .title_img {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 10%;
    }

    .title_logo {
        width: 15%;
        left: 0;
        right: 0;
        margin: auto;
    }
}


/*-- NEWSなど背景色 ----------------------------------------*/
.container_top {
    background-color: rgba(255, 255, 255, 0.3);
}

.news_top {
    background-color: rgba(255, 255, 255, 0.3);
    height: 50px;
}


/*-- NEWS ----------------------------------------*/
.news_slider_w {
    width: 600px;
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1200px) {
    .news_slider_w {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }

    .news_scroll{
        height: 72px;
        overflow: auto;
        font-size: 0.875rem;
        background: #F3F4F6;
        scrollbar-face-color:#36567a;
    }
}

.news_slider a {
    color: #36567a;
    text-decoration: none;
}

/*-- コメント動画 ----------------------------------------*/

.comment_movie {
    position:relative;
    width:100%;
    height:0;
    padding-top:56.25%;
    overflow: hidden;
}

.comment_movie iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.comment_movie div {
    position:absolute;
    top:-10px;
    left:0;
}

.w_comment {
    width: 100%;
}

.comment_title_size {
    font-size: 1rem;
    margin-top: 2rem;
    line-height: 1.5;
}

    
@media (min-width: 768px) and (max-width: 956px){
    .w_comment {
        width: 49%;
        font-size: 14px;
    }

    .comment_title_size {
        margin-top: 0;
    }
}

@media (min-width: 957px) {
    .comment_movie {
        position:relative;
        width:100%;
        height:0;
        padding-top:56.23%;
        overflow: hidden;
    }

    .w_comment {
        width: 48%;
        display: flex;
        flex-direction: column;
    }

    .w_comment button {
        margin-top: auto;
    }

    .comment_title_size {
        font-size: 1.5rem;
        margin-top: 0;
    }

    /*トップに置く場合
    .comment_movie {
        position:relative;
        width:55%;
        height:0;
        padding-top:30.9%;
        overflow: hidden;
    }*/

    /*トップに動画を置いた場合の参加登録メニュー
    .register_w {
        width: 38%;
    }*/
}


/*-- PICK UP ----------------------------------------*/
.pickup_card a{
    color: #4d4d4d;
    text-decoration: none;
}

.pickup_card li{
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.pickup_card li:hover{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
    transition: 0.1s;
}

.card_img_size {
    height: 22%;
}

/*-- swiper設定 ----------------------------------------*/
.swiper-wrapper {
    height: auto;
}
.swiper-slide {
    height: auto;
}



/*-- COY募集 ----------------------------------------*/
.coy_bg {
    position: relative;
    width: 100%;
    border-radius: 4px;
    background-image: url(../img/cpac2022_coy_bg.png);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-position: right -20% bottom 72%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 575px) {
    .coy_bg {
        background-position: center bottom 0;
        background-size:81%;
    }
}

@media (min-width: 576px) and (max-width: 1200px) {
    .coy_bg {
        background-position: right -90% bottom 65%;
        background-size:81%;
    }
}

.card-title.name, p.name {
    color: #8c602f;
}

.coy_card:hover {
    box-shadow: 10px 10px 10px rgb(0 0 0 / 5%);
    transition: 0.1s;
    cursor: pointer;
}


/*-- 参加登録受付中 ----------------------------------------*/
.register_top_img {
    position: relative;
    width: 100%;
}

.register_top_img img {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0.6;
}

@media (max-width: 957px) {
    .register_top_img {
        display: none;
    }
    .register_top_img img {
        display: none;
    }
}

.op_movie {
    position:relative;
    width:100%;
    height:0;
    padding-top:56.25%;
    overflow: hidden;
}

.op_movie iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.op_movie div {
    position:absolute;
    top:-10px;
    left:0;
}

.register_w {
    width: 100%;
}

@media (min-width: 957px) {
    .op_movie {
        position:relative;
        width:60%;
        height:0;
        padding-top:33.8%;
        overflow: hidden;
    }

    /*トップに置く場合
    .op_movie {
        position:relative;
        width:55%;
        height:0;
        padding-top:30.9%;
        overflow: hidden;
    }*/

    /*トップに動画を置いた場合の参加登録メニュー
    .register_w {
        width: 38%;
    }*/

    .movie_title {
    position: relative;
    left: -250px;
    }
}



/*-- 取得可能単位 ----------------------------------------*/
/*.card_shadow {
    box-shadow: 2px 2px 8px rgb(0 0 0 / 15%);
}*/

/*.card_shadow:hover {
    box-shadow: 8px 8px 20px rgb(0 0 0 / 10%);
}*/

.unit_title {
    flex: 1;
    height: 40%;
    min-height: 0%;
    line-height: 1.5;
}

.unit_text{
    flex: 1;
    /*height: 100%;*/
    min-height: 0%;
    line-height: 1.75;
    margin-top: 20px;
}

.unit_request {
    background-color: #a67599;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    border-radius: 4px 4px 0 0;
    opacity: 0.6;
}

.unit_request_text {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}

.unit_disable {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    opacity: 0.6;
}


/*-- 開催概要 ----------------------------------------*/

/*--dldtの記載--*/
.outline_top dt{ 
    width:200px;
    }

.outline_top dd{ 
    width:500px;
    }


/*-- Information ----------------------------------------*/
.fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}

.btn_info {
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 4px;
    margin: 2px;
}

@media only screen and (max-width: 1200px) {
    .btn_info {
        font-size: 1rem;
        padding: 1rem 1rem;
    }
}


a.btn_info_flat {
    overflow: hidden;
    color: #4d4d4d;
    /*background: #F3F4F6;*/
    background: #fff;
    border: 1px solid #cccccc;
    /*border-left: 15px solid #6295B0;*/
}

a.btn_info_flat:hover {
    color: #6295B0;
    text-decoration: none;
    border: 1px solid #6295B0;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
}

a.btn_info_flat span {
    position: relative;
}

/*
a.btn_info_flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #6295B0;
}
*/

/*
a.btn_info_flat:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
*/

/*-- 終了のごあいさつ ----------------------------------------*/
#live_link {
    max-width: 960px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    margin-top: 200px;
    margin: auto;
    top: 30%;
    left: 50%;
    transform: translateY(-20%) translateX(-50%);
    -webkit-transform: translateY(-20%) translateX(-50%);
    z-index: 998;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 50px;
    width: 85%;
    color: #36567a;
    font-size: 16px;
    line-height: 1.75;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
    #live_link {
        top: 45%;
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
    #live_link {
        top: 25%;
    }
}



/*-- 共通見出し ----------------------------------------*/

h3.common_title {
    position: relative;
    color: #36567a;
    font-size: 1.375rem;
    font-weight: bold;
    border-left: 5px solid #36567a;
    padding-left: 10px;
    padding-bottom: 5px;
    line-height: 1.5;
}

.common_title_sub {
    margin: 5px 0 10px 0;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    /*padding-left: 30px;*/
    vertical-align: middle;
}

.common_title_movie {
    position: relative;
    color: #36567a;
    font-size: 1.25rem;
    font-weight: bold;
    border-left: 5px solid #36567a;
    padding-left: 10px;
    padding-bottom: 2px;
    line-height: 1.2;
}

@media only screen and (max-width: 956px) {
    .common_title_movie {
        font-size: 1rem;
    }
}

/*
.common_title_sub::before {
    content: '';
    background: #a67599;
    width: 20px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}
*/

/*
h3.common_title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #fff;
    text-align: left;
}

h3.common_title::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d8c0d3;
}
*/

/*-- indexここまで ----------------------------------------*/


/*-- table ----------------------------------------*/
.outline_detaile {
    border-bottom: 1px dotted #cccccc;
    line-height: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.outline_detaile_title {
    /*background-color: rgb(191, 211, 231, 0.7);*/
    background-color: #F3F4F6;
    border-bottom: 1px solid #fff;
    line-height: inherit;
    font-weight: bold;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*-----------------------------------------------------------*/
/*-- 参加登録について ----------------------------------------*/
.btn_register_fixed {
    /*background-color: rgba(240, 241, 245, 0.6);*/
    background-color: rgb(187,204,233,0.3);
    position: fixed;
    bottom: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
}

.w_register {
    width: 25%;
}

@media only screen and (max-width: 1024px) {
    .w_register {
        width: 80%;
    }
}



/*-----------------------------------------------------------*/
/*-- Faculty Members ----------------------------------------*/
/*.bg_backh3.first-letter:first-letter {
    color: #a67599;
}

.under_marker {
    background: linear-gradient(transparent 75%, #e1ecf2 75%);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;
}*/

.title_maker {
    background: #e1ecf2 75%;
    border-left: 4px solid #36567a;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 1rem;
}


/*-----------------------------------------------------------*/
/*---Complication of the Year 2022----------------------------------------*/
.coy_title{
    border-left: 5px solid #a32959;
    padding-left: 10px;
    color: #403c64;
    font-size: 22px;
}

.dr_name{
    color:#8c602f;
}

.coy_image {
    float: right;
}

.coy_image img {
    width: 200px;
}

.coy_padding {
    padding: 2rem;
}

@media only screen and (max-width: 768px) {
    .coy_image img {
        width: 150px;
    }
}

@media only screen and (max-width: 576px) {
    .coy_content {
        display: flex;
        flex-direction: column;
    }

    .coy_content img {
        order: 2;
    }
    .coy_content h4 {
        order: 1;
    }
}


/*-----------------------------------------------------------*/
/*---FAQ----------------------------------------*/
#faq .card {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 0 2rem 0;
}

#faq .card-header {
    background-color: #F3F4F6;
    border: none;
    border-radius: 0;
    font-weight: 900;
    font-size: 1rem;
}

#faq .card-body-title {
    border-left: 3px solid #6295B0;
    padding-left: 0.75rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}




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

.nav-tabs {
    border-bottom: 1px solid #36567a;
}

.nav-tabs .nav-link {
    text-align: center;
    border-radius: 0;
    color: #a3a9c2;
    font-weight: bold;
}

.nav-tabs a.nav-link:hover {
    border-bottom: 1px solid #42517e;
    font-weight: bold;
}

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

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

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


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

.btn-all {
    color: #36567a;
    background-color: #fff;
    border-color: #36567a;
}

.btn-all:hover {
    color: #fff;
    background-color: #36567a;
}

.btn-all.current {
    color: #fff;
    background-color: #36567a;
}

.btn-roomA {
    color: #539eb0;
    background-color: #fff;
    border-color: #539eb0;
}

.btn-roomA:hover {
    color: #fff;
    background-color: #539eb0;
}

.btn-roomA.current {
    color: #fff;
    background-color: #539eb0;
}

.btn-roomB {
    color: #a67599;
    background-color: #fff;
    border-color: #a67599;
}

.btn-roomB:hover {
    color: #fff;
    background-color: #a67599;
}

.btn-roomB.current {
    color: #fff;
    background-color: #a67599;
}

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

.btn-roomC:hover {
    color: #fff;
    background-color: #73a97b;
}

.btn-roomC.current {
    color: #fff;
    background-color: #73a97b;
}

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

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

.btn-roomD.current {
    color: #fdc500;
    background-color: transparent;
}

.btn-roomE {
    color: #fff;
    background-color: #fdc500;
    border-color: #fdc500;
}

.btn-roomE:hover {
    color: #fdc500;
    background-color: transparent;
}

.btn-roomE.current {
    color: #fdc500;
    background-color: transparent;
}


/*---ROOM別詳細部分カラー---------------*/

.prog_back {
    background-color: rgba(255, 255, 255, 0.6);
}

.roomA_time {
    background-color: rgba(83, 158, 176, 0.2);
    color: #539eb0;
    border-right: 3px solid #539eb0;
}

.text_roomA {
    color: #539eb0;
}

.roomB_time {
    background-color: rgba(166, 117, 153, 0.2);
    color: #a67599;
    border-right: 3px solid #a67599;
}

.text_roomB {
    color: #a67599;
}

.roomC_time {
    background-color: rgba(115, 169, 123, 0.2);
    color: #73a97b;
    border-right: 3px solid #73a97b;
}

.text_roomC {
    color: #73a97b;
}

.roomD_time {
    background-color: rgba(253, 197, 0, 0.15);
    color: #fdc500;
    border-right: 3px solid #fdc500;
}

.text_roomD {
    color: #fdc500;
}

.roomE_time {
    background-color: rgba(83, 158, 176, 0.2);
    color: #36567a;
    border-right: 3px solid #36567a;
}

.text_roomE {
    color: #36567a;
}

.roomAll_time {
    background-color: rgba(87, 178, 228, 0.3);
    color: #57B2E4;
    border-right: 3px solid #57B2E4;
}

.text_roomAll {
    color: #57B2E4;
}


/*---ROOM別詳細はこちらカラー---------------*/

.btn-outline-roomA {
    color: #36567a;
    border-color: #36567a;
}

.btn-outline-roomA:hover {
    color: #fff;
    background-color: #36567a;
}

.btn-outline-roomB {
    color: #a67599;
    border-color: #a67599;
}

.btn-outline-roomB:hover {
    color: #fff;
    background-color: #a67599;
}

.btn-outline-roomC {
    color: #73a97b;
    border-color: #73a97b;
}

.btn-outline-roomC:hover {
    color: #fff;
    background-color: #73a97b;
}

.btn-outline-roomD {
    color: #fdc500;
    border-color: #fdc500;
}

.btn-outline-roomD:hover {
    color: #fff;
    background-color: #fdc500;
}

.btn-outline-roomE {
    color: #36567a;
    border-color: #36567a;
}

.btn-outline-roomE:hover {
    color: #fff;
    background-color: #36567a;
}



/*-----フッター-------------------------------------------*/
.copy_border {
    border-top: 0.5px solid #cccccc;
}


/*-----共通-------------------------------------------*/
/*-----ページトップへ-------------------------*/
#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 20;
}

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

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

#page_top a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #6295B0;
}

/* ---- 上に上がる動き ---- */
#page_top.UpMove{
        animation: UpAnime 0.5s forwards;
    }
    @keyframes UpAnime{
        from {
        opacity: 0;
        transform: translateY(100px);
        }
        to {
        opacity: 1;
        transform: translateY(0);
        }
    }

/* ---- 下に下がる動き ----*/
#page_top.DownMove{
    animation: DownAnime 0.5s forwards;
    }
    @keyframes DownAnime{
        from {
        opacity: 1;
        transform: translateY(0);
        }
        to {
        opacity: 1;
        transform: translateY(100px);
        }
    }


/*-------------navbar--------------------------*/

/*--トップページ、後で上に上げる--*/
/*----ナビバー-----------------------*/


.nav_back {
    background-color: rgba(240, 241, 245, 0.9);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

nav {
    width: 100%;
    height: 60px;
    position: relative;
    background-color: transparent;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 50px;
    /*padding: 0 0.5em;*/
}

.logo {
    padding: 3px 0;
}

/*-------PCモニターの記述------------------*/

@media screen and (min-width: 1390px) {

    .nav_menu {
        display: flex;
        justify-content: space-between;
        padding: 2px 0 20px;
    }

    .Toggle {
        display: none;
    }
}

/*-----navメニュー--------------------*/

.menu ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.menu ul ul{
    display: block;
}

.menu ul li{
    position: relative;
}

.menu ul li a{
    display: block;
    text-decoration: none;
    color: #333;
    padding:13px 20px;
    transition:all .3s;
}

.menu ul li a:hover{
    color: #6295B0;
    background-color: rgba(240, 241, 245, 0.9);
}

.menu .btn-login:hover {
    border: 1px solid #6295B0;
    background-color: #6295B0;
}

.menu ul li.fb a {
    padding:9px 20px;
    color: #36567a;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.menu ul li.fb a:hover {
    color: #6295B0;
    background-color: transparent;
}

.menu ul li li a{
    padding:10px 35px;
}

.menu li.menu_list ul{
    position: absolute;
    left:0;
    top:58px;
    z-index: 4;
    background-color: rgba(240, 241, 245, 0.9);
    width: 200px;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.menu li.menu_list:hover > ul,
.menu li.menu_list ul li:hover > ul,
.menu li.menu_list:active > ul,
.menu li.menu_list ul li:active > ul{
    visibility: visible;
    opacity: 1;
}

.menu li.menu_list ul li a{
    border-top:1px dotted #b5c9c8;
    background-color: rgba(240, 241, 245, 0.9);
}

.menu li.menu_list ul li:last-child a{
    border-bottom:none;
}



/*----SP表示部分-------------------*/
@media print, screen and (max-width: 1389px) {

    .nav_menu {
        height: 60px;
    }

    .menu ul{
        display: block;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        position: relative;
        top: 10px;
        z-index: 9;
        max-height: calc(100vh - 60px);
        padding: 0 0 4rem;
    }
    
    .menu li.menu_list ul{
        position: relative;
        left:0;
        top:0;
        width:100%;
        visibility:visible;/*JSで制御するため一旦表示*/
        opacity:1;/*JSで制御するため一旦表示*/
        display: none;
        transition:none;/*JSで制御するためCSSのアニメーションを切る*/
    }

    .menu ul li a{
        border-top:1px dotted #b5c9c8;
    }
    
    /*矢印の位置と向き*/
    /*2階層目を持つliの矢印の設定*/
    .menu .fa-angle-down.active{
        transform: rotate(180deg);
    }

    .menu {
        background-color:rgba(240, 241, 245, 0.9);
        transition: 0.5s ease;
        /*滑らかに表示*/
        transform: translateX(120%);
        /*画面より100%外へ押し出し非表示にさせる*/
    
        /*transform: translateX(-100%);/*右から出す場合は、マイナス100%としてください*/
    
    }

    /*-----OPEN時の動き--------------------*/
    .menu.open {
        -webkit-transform: translateX(0%);
        transform: translateX(20%);
        /*メニューを左から40%の位置へ戻す*/
        height: 100vh;
        background-color:rgba(240, 241, 245, 0.9);

    }

    /*トグルボタンのスタイルを指定*/
    .Toggle {
        display: block;
        position: absolute;
        /* bodyに対しての絶対位置指定 */
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 3;
        padding-top: 5px;
        right: 0px;
        top: 9px;
    }

    .Toggle span {
        display: block;
        position: absolute;
        width: 25px;
        border-bottom: solid 2px #808080;
        -webkit-transition: .35s ease-in-out;
        /*変化の速度を指定*/
        -moz-transition: .35s ease-in-out;
        /*変化の速度を指定*/
        transition: .35s ease-in-out;
        /*変化の速度を指定*/
    }

    /*------各ボーダー少しずつずらす----------------*/
    .Toggle span:nth-child(1) {
        top: 10px;
    }

    .Toggle span:nth-child(2) {
        top: 19px;
    }

    .Toggle span:nth-child(3) {
        top: 28px;
    }

    .Toggle.active span:nth-child(1) {
        top: 18px;
        /* ------1番目のspanをマイナス45度に----------- */
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* ------2番目と3番目のspanを45度に----------- */
    .Toggle.active span:nth-child(2),
    .Toggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

	/* コンテンツカバー */
    .hamburger-cover{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 60px;
        left: 0;
        z-index: 8;
        background: rgba(3,3,3,.5);
        display: none;
    }
}
    


/*--　背景の位置　---------------------*/
.bg_back {
    position: absolute;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: -5;
}

.bg_front {
    position: relative;
    z-index: -2;
}


/*========= スクロールダウン ===============*/
/*スクロールダウン全体の場所*/
.scrolldown {
    /*描画位置※位置は適宜調整してください*/
    position:absolute;
    bottom:1%;
    right:3%;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 2s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
    0%{bottom:1%;}
    50%{bottom:3%;}
    100%{bottom:1%;}
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
    position: absolute;
    left:-20px;
    bottom:20px;
    /*テキストの形状*/
    color: #35567A;
    font-size: 0.7rem;
    letter-spacing: 0.5em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1.5px;
    height: 20px;
    background: #35567A;
    transform: skewX(-31deg);
}

.scrolldown:after{
    content:"";
    /*描画位置*/
    position: absolute;
    bottom:0;
    right:0;
    /*矢印の形状*/
    width:1.5px;
    height: 100px;
    background:#35567A;
}



/*--更新履歴の試し--*/

/* ---------------------------------------------------------------------------- */
/* --- 
.kv-news {
	width: calc(100% - 20px);
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	border-top-left-radius: 10px;
	box-sizing: border-box;
	z-index: 2;
}

.kv-news::before {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: -30px;
	background-image: var(--round-out-corner-RB);
}

.msie .kv-news {
	display: none;
}

@media screen and (min-width: 768px) {

	.kv-news {
		width: 66.666%;
		max-width: 600px;
	}

}

.kv-news__list {
	max-height: 80px;
	padding-left: 10px;
	padding-right: 60px;
	box-sizing: border-box !important;
	transition-timing-function: cubic-bezier(.22,.61,.36,1) !important;
}

@media screen and (min-width: 1280px) {

	.kv-news__list {
		max-height: 100px;
		padding-right: 80px;
		transition-timing-function: cubic-bezier(.77,0,.18,1) !important;
	}

}


.kv-news__item {
	--move-delay: 1s;
	display: flex;
	text-align: left;
	padding: 0;
	line-height: 1.6;
	transition-property: transform, opacity !important;
	transition-duration: var(--move-delay);
	transition-timing-function: cubic-bezier(.17,.84,.44,1);
	opacity: 0.25;
}

.kv-news__item[class*="active"] {
	opacity: 1;
	transition-timing-function: cubic-bezier(.77,0,.18,1);
}

.kv-news__item.swiper-slide-active {
	opacity: 1;
}

@media screen and (min-width: 1280px) {

}

.kv-news__anchor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-height: 100px;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 10px;
	border-radius: 5px;
}

a.kv-news__anchor {
	transition: 0.2s ease-in-out;
	transition-property: background, color;
}

a.kv-news__anchor:hover {
	color: var(--color-link);
	background-color: var(--color-link-bg);
}

@media screen and (min-width: 1280px) {

	.kv-news__anchor {
		padding: 10px 20px;
	}

}


.kv-news__date {
	text-align: center;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}

.kv-news__date .year {
	display: block;
	font-size: 1rem;
	font-weight: 600;
}

.kv-news__date .day {
	display: block;
	font-size: 1.5rem;
	margin-top: 5px;
	padding: 5px 5px 0;
	position: relative;
	
}

.kv-news__date .day::before,
.kv-news__date .day::after {
	position: absolute;
	content: "";
	top: 0;
	right: auto;
	left: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-color: currentColor;
}

.kv-news__date .day::before {
	opacity: .15;
}

.kv-news__date .day::after {
	width: 0;
	opacity: 1;
	transition-timing-function: linear;
	transition-property: width;
	transition-duration: 0.1s;
	transition-delay: var(--move-delay);
}

.-slideChangeTransitionEnd .kv-news__item[class*="active"] .kv-news__date .day::after {
	width: 100%;
	transition-duration: var(--swiper-delay);
	transition-delay: 0s;
}

.kv-news__item[class*="prev"] .kv-news__date .day::after {
	width: 0;
}

@media screen and (min-width: 1280px) {

	.kv-news__date .day {
		font-size: 1.8rem;
	}

}



.kv-news__ttl {
	width: calc(100% - 65px);
	font-size: 1.3rem;
	
	/* line-clamp styles */
	/*overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media screen and (min-width: 1280px) {

	.kv-news__ttl {
		width: calc(100% - 90px);
	}

}



.kv-news .swiper-container {
	margin: 0;
}

.kv-news .swiper__btns {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.kv-news .swiper__btns-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	width: 60px;
	height: 100%;
	margin-left: auto;
	position: relative;
}

@media screen and (min-width: 1280px) {

	.kv-news .swiper__btns-inner {
		width: 80px;
	}

}


.kv-news .swiper__btns-inner::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 1px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: currentColor;
	opacity: 0.3;
	margin: auto;
}

.kv-news .swiper__btns .swiper-button-next,
.kv-news .swiper__btns .swiper-button-prev {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: auto;
	z-index: 10;
	outline: none;
	background-color: transparent;
	background-image: none;
	color: #3a3737;
	box-shadow: 0 0 0 rgba(133,87,74,0.3), 0 0 0 rgba(133,87,74,0.1);
	transition: 0.2s ease;
	transition-property: opacity, background, box-shadow;
	padding: 3px;
	box-sizing: border-box;
}

.kv-news .swiper-button-next::after,
.kv-news .swiper-button-prev::after {
	display: none;
}

.kv-news .swiper-button-next:hover,
.kv-news .swiper-button-prev:hover {

}

.kv-news .swiper-button-next.swiper-button-disabled,
.kv-news .swiper-button-prev.swiper-button-disabled  {
	opacity: 0.35;
	background-color: transparent;
	box-shadow: none;
}

.kv-news .swiper-button-next:hover .icon,
.kv-news .swiper-button-prev:hover .icon {
	stroke-width: 1.8;
}

.kv-news .swiper-button-next svg,
.kv-news .swiper-button-prev svg {
	width: 100%;
	height: 100%;
}
*/
