@charset "utf-8";
/* *****************************************************************
共通
NEWS一覧・詳細
シャトルバスプラン
物産展＆キッチンカー
分科会
アトラクション
アーカイブ視聴
***************************************************************** */
/* *****************************************************************
共通
***************************************************************** */
.common_head{
    position: relative;
    margin-top: 80px;
    padding-top: 130px;
}
.common_head::before {
    content: "";
    height: 130px;
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
}
@media only screen and (max-width: 850px) {
    .common_head{
        margin-top: 0;
        padding-top: 24.705vw;
    }
    .common_head::before {
        height: 15.294vw;
        top: 9.411vw;
        left: 5%;
    }
}

/* *****************************************************************
遺失物一覧・詳細
***************************************************************** */
.item_list .common_head::before {
}
.item_list ul{
    max-width: 1000px;
    margin: auto;
    padding-top: 30px;
}
.item_list ul li{
    border-bottom: 1px solid #ccc;
}
.item_list ul li:first-child{
    border-top: 1px solid #ccc;
}
.item_list ul li a{
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.item_list ul li .photo {
    width: 15%;
    position: relative;
    overflow: hidden;
}
.item_list ul li .photo::before{
    content: "";
    display: block;
    padding-top: 75%;
}
.item_list ul li .photo img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease;
}
.item_list ul li .txt_area{
    width: calc(100% - 15%);
    padding-left: 20px;
}
.item_list ul li .txt_area .day,
.item_single .day{
    color: #9e9e9f;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
}
.item_list ul li .txt_area .title{
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
}
.item_list ul li .txt{
    color: #9e9e9f;
    line-height: 1.5;
    margin-top: 5px;
}
.item_list ul li a:hover .txt{
    color: #00ae73;
}
.item_single{
    max-width: 800px;
    margin: auto;
}
.item_single .title_area{
    border-left: 5px solid #008f6b;
    padding-left: 10px;
    margin-bottom: 30px;
}
.item_single .day{
    font-size: 15px;
}
.item_single h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 5px;
}
.item_single .txt_detail{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.item_single .txt_detail img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.item_single .single_navi{
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.item_single .single_navi .back{
    display: inline-block;
}
.item_single .single_navi .prev{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.item_single .single_navi .next{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.item_single .single_navi .prev a,
.item_single .single_navi .next a{
    display: inline-block;
    cursor: pointer;
}
@media only screen and (max-width: 640px) {
    .item_list ul{
        padding-top: 0;
    }
    .item_list ul li a{
        padding: 15px 0;
    }
    .item_list ul li .txt_area{
        width: calc(100% - 30%);
        padding-left: 10px;
    }
    .item_list ul li .photo {
        width: 30%;
    }
    .item_list ul li .photo::before{;
        padding-top: 80%;
    }
    .item_list ul li .txt_area .title{
        font-size: 17px;
    }
    .item_list ul li .txt_area .txt{
        width: 100%;
    }
    .item_single .title_area{
        margin-bottom: 15px;
    }
    .item_single h2 {
        font-size: 20px;
    }
    .item_single .txt_detail{
        padding-bottom: 15px;
    }
}

/* *****************************************************************
NEWS一覧・詳細
***************************************************************** */
.news_list .common_head::before {
    width: 35.818%;
    max-width: 394px;
    background: url("../../images/news/title_news.svg") no-repeat;
    background-size: contain;
    background-position: top;
}
.news_list ul{
    max-width: 1000px;
    margin: auto;
    padding-top: 30px;
}
.news_list ul li{
    border-bottom: 1px solid #ccc;
}
.news_list ul li:first-child{
    border-top: 1px solid #ccc;
}
.news_list ul li a{
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news_list ul li .photo {
    width: 15%;
    position: relative;
    overflow: hidden;
}
.news_list ul li .photo::before{
    content: "";
    display: block;
    padding-top: 75%;
}
.news_list ul li .photo img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease;
}
.news_list ul li .txt_area{
    width: calc(100% - 15%);
    padding-left: 20px;
}
.news_list ul li .txt_area .day,
.news_single .day{
    color: #9e9e9f;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
}
.news_list ul li .txt_area .title{
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
}
.news_list ul li .txt{
    color: #9e9e9f;
    line-height: 1.5;
    margin-top: 5px;
}
.news_list ul li a:hover .txt{
    color: #00ae73;
}
.news_single{
    max-width: 800px;
    margin: auto;
}
.news_single .title_area{
    border-left: 5px solid #008f6b;
    padding-left: 10px;
    margin-bottom: 30px;
}
.news_single .day{
    font-size: 15px;
}
.news_single h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 5px;
}
.news_single .txt_detail{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.news_single .txt_detail img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.news_single .single_navi{
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.news_single .single_navi .back{
    display: inline-block;
}
.news_single .single_navi .prev{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.news_single .single_navi .next{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.news_single .single_navi .prev a,
.news_single .single_navi .next a{
    display: inline-block;
    cursor: pointer;
}
@media only screen and (max-width: 640px) {
    .news_list ul{
        padding-top: 0;
    }
    .news_list ul li a{
        padding: 15px 0;
    }
    .news_list ul li .txt_area{
        width: calc(100% - 30%);
        padding-left: 10px;
    }
    .news_list ul li .photo {
        width: 30%;
    }
    .news_list ul li .photo::before{;
        padding-top: 80%;
    }
    .news_list ul li .txt_area .title{
        font-size: 17px;
    }
    .news_list ul li .txt_area .txt{
        width: 100%;
    }
    .news_single .title_area{
        margin-bottom: 15px;
    }
    .news_single h2 {
        font-size: 20px;
    }
    .news_single .txt_detail{
        padding-bottom: 15px;
    }
}


/* *****************************************************************
シャトルバスプラン
***************************************************************** */
.bus_plan .common_head::before {
    width: 47.272%;
    max-width: 520px;
    height: 130px;
    background: url("../../images/index/ttl_access.png") no-repeat;
    background-size: contain;
    background-position: top;
}
.bus_plan .kazari{
    width: 22.09%;
    max-width: 243px;
    position: absolute;
    top: 0;
    right: 0;
}
.bus_plan .bus_plan_content{
    padding-left: 50px;
    padding-right: 50px;
}
.bus_plan .bus_plan_content h3{
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    border: 4px solid #f49b20;
    padding: 10px;
}
.bus_plan .bus_plan_content .chart{
    width: 100%;
    margin: 35px auto 90px;
}
.bus_plan .bus_plan_content .catch{
    text-align: center;
    height: 23px;
    margin: 0 auto 15px;
}
.bus_plan .bus_plan_content .catch img{
    width: auto;
    height: 100%;
}
.bus_plan .bus_plan_content .h_title{
    padding: 12px 20px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    overflow: hidden;
}
.bus_plan .bus_plan_content .plan1,
.bus_plan .bus_plan_content .plan2{padding-bottom: 70px;}
.bus_plan .bus_plan_content .plan1 .h_title{background-color: #ed6c00;}
.bus_plan .bus_plan_content .plan2 .h_title{background-color: #6dc800;}
.bus_plan .bus_plan_content .plan3 .h_title{background-color: #4c9ccc;}
.bus_plan .bus_plan_content .h_title .number{
    width: 124px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    float: left;
}
.bus_plan .bus_plan_content .plan1 .h_title .number{color: #ed6c00;}
.bus_plan .bus_plan_content .plan2 .h_title .number{color: #6dc800;}
.bus_plan .bus_plan_content .plan3 .h_title .number{color: #4c9ccc;}
.bus_plan .bus_plan_content .h_title h4{
    width: calc(100% - 124px);
    padding-left: .5em;
    float: left;
}
.bus_plan .bus_plan_content .h_title h4 img{
    width: 26px;
    margin: -3px 5px 0;
}
.bus_plan .bus_plan_content .plan1 .left{
    width: 78%;
    padding-left: 2.56%;
    padding-right:5.4%;
    font-size: 20px;
    font-weight: bold;
}
.bus_plan .bus_plan_content .plan1 .left .notes{
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #333333;
    padding: 5px 10px;
    line-height: 1.4;
    margin-top: 15px;
}
.bus_plan .bus_plan_content .plan1 .left .notes span{
    display: block;
    text-indent: -.5em;
    padding-left: 1em;
}
.bus_plan .bus_plan_content .plan1 .right{
    width: 22%;
    text-align: center;
}
.bus_plan .bus_plan_content .plan2 .h_title h4 img.icon_plan{
    width: 90px;
    margin: -2px 5px 0;
}
.bus_plan .bus_plan_content .plan_list {
    overflow-x: auto;
    display: block;
}
.bus_plan .bus_plan_content .plan_list table{
    width: 100%;
    letter-spacing: 0;
    line-height: 1.4;
}
.bus_plan .bus_plan_content .plan_list table th,
.bus_plan .bus_plan_content .plan_list table td {
    white-space: nowrap;
    padding: 5px 6px;
    border-left: 1px solid #333;
}
.l_boldline{border-left: 2px solid #333!important;}
.bus_plan .bus_plan_content .plan_list table tr.last {
    border-bottom: 2px solid #333;
}
.bus_plan .bus_plan_content .plan_list table th{
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    font-weight: 500;
}
.bus_plan .bus_plan_content .plan_list table th.space{
    background-color: #fff!important;
    border-right: 2px solid #333;
    border-left: none!important;
}
.bus_plan .bus_plan_content .plan_list table th.day{
    background-color: #5c5c5c;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    vertical-align: middle;
    border-right: 2px solid #333;
    border-left: none;
}
.bus_plan .bus_plan_content .plan_list table th.day span{
    display: block;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
}
.bus_plan .bus_plan_content .plan2 .plan_list table tr.head_block th{
    background-color: #eae5e3;
    font-size: 14px;
}
.bus_plan .bus_plan_content .plan_list table tr.g_back{background-color:#f0f0f0;}
.bus_plan .bus_plan_content .plan_list table td.y_back{background-color:#fff4a5;}
.bus_plan .bus_plan_content .plan_list table td.p_back{background-color:#d6b7d6;}
.bus_plan .bus_plan_content .plan_list table td.b_back{background-color:#c1e2ff;}
.bus_plan .bus_plan_content .plan3 .plan_list table th,
.bus_plan .bus_plan_content .plan3 .plan_list table td{
    vertical-align: middle;
}
.bus_plan .bus_plan_content .plan3 .plan_list table th.p_back{background-color: #e9e5f2;font-size: 14px;}
.bus_plan .bus_plan_content .plan3 .plan_list table th.o_back{background-color: #fdede4;font-size: 14px;}
@media only screen and (max-width: 850px) {
    .bus_plan .kazari {
        top: 9.411vw;
    }
    .bus_plan .bus_plan_content{
        padding-left: 0;
        padding-right: 0;
    }
    .bus_plan .bus_plan_content .chart {
        width: 100%;
        margin: 4.117vw auto 10.588vw;
    }
    .bus_plan .bus_plan_content .plan1,
    .bus_plan .bus_plan_content .plan2{padding-bottom: 8.235vw;}
}
@media only screen and (max-width: 640px) {
    .bus_plan .kazari {
        width: 28%;
        top: 3.411vw;
    }
    .bus_plan .bus_plan_content h2{
        line-height: 1.3;
        margin-bottom: .6em;
    }
    .bus_plan .bus_plan_content h3 {
        font-size: 18px;
    }
    .bus_plan .bus_plan_content .chart {
        margin: 6vw auto 11vw;
    }
    .bus_plan .bus_plan_content .catch {
        height: 15px;
    }
    .bus_plan .bus_plan_content .h_title {
        font-size: 20px;
        line-height: 1.5;
        padding: 15px;
    }
    .bus_plan .bus_plan_content .h_title .number {
        width: 124px;
        font-size: 18px;
        margin:0 auto 5px;
        float: none;
    }
    .bus_plan .bus_plan_content .h_title h4 {
        width: 100%;
        padding-left: 0;
        float: none;
    }
    .bus_plan .bus_plan_content .h_title h4 img {
        width: 20px;
    }
    .bus_plan .bus_plan_content .plan1 .left{
        width: 100%;
        padding-left: 0;
        padding-right:0;
        font-size: 18px;
    }
    .bus_plan .bus_plan_content .plan1 .left .notes{
        font-size: 14px;
        padding: 5px;
        margin-top: 10px;
    }
    .bus_plan .bus_plan_content .plan1 .right{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .bus_plan .bus_plan_content .plan1 .right img{
        max-width: 350px;
    }
    .bus_plan .bus_plan_content .plan_list {
        font-size: 14px;
    }
    .bus_plan .bus_plan_content .plan_list table th.day{
        font-size: 18px;
        padding: 0 10px;
    }
    .bus_plan .bus_plan_content .plan_list table th.day span{
        font-size: 14px;
    }
}


/* *****************************************************************
物産展＆キッチンカーのご案内
***************************************************************** */
.other .second_content{
    padding-left: 50px;
    padding-right: 50px;
}
.product_fair .common_head::before {
    width: 81.272%;
    max-width: 894px;
    height: 123px;
    background: url("../../images/other/ttl_product.png") no-repeat;
    background-size: contain;
    background-position: top;
}
.product_fair .kazari{
    width: 22.09%;
    max-width: 243px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.product_fair .product_fair_block{
    padding-bottom: 113px;
}
.product_fair h2{
    margin-top: 30px;
}
.product_fair h3{
    font-size: 26px;
    line-height: 2;
    padding-left: .7em;
    width: 100%;
    background-color: #e5f7f1;
    border-top: 1px solid #00ae73;
    border-bottom: 1px solid #00ae73;
    margin: 35px 0;
}
.product_fair ul li{
    width: 30.6%;
    margin-right: 4.1%;
    margin-bottom: 7%;
    display: flex;
    flex-direction: column;
}
.product_fair ul li:nth-child(3n){
    margin-right: 0;
}
.product_fair ul li .photo{
    width: 100%;
    border: 1px solid #c6c6c6;
    overflow: hidden;
}
.product_fair ul li .name{
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin: 1em 0 .7em;
}
.product_fair ul li .txt{
    text-align: justify;
    margin-bottom: 1em;
}
.product_fair ul li a{
    display: inline-block;
    margin-top: auto;
    margin-left: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: #00ae73;
    border: 1px solid #00ae73;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 1em;
}
.product_fair ul li a:hover{
    color: #fff;
    background-color: #00ae73;
}

@media only screen and (max-width: 850px) {
    .other .second_content{
        padding-left: 0;
        padding-right: 0;
    }
    .product_fair .product_fair_block{
        padding-bottom: 13.294vw;
    }
    .product_fair h2{
        margin-top: 3.529vw;
    }
}
@media only screen and (max-width: 768px) {
    .product_fair ul li{
        width: 48%;
        margin-right: 4%;
    }
    .product_fair ul li:nth-child(3n){
        margin-right: 4%;
    }
    .product_fair ul li:nth-child(2n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 640px) {
    .product_fair .common_head::before {
        width: 90%;
    }
    .product_fair h2{
        font-size: 4.06vw;
        line-height: 1.3;
    }
    .product_fair h3 {
      font-size: 20px;
        margin: 1em 0;
    }
    .product_fair ul li .txt{
        text-align: left;
    }
}
@media only screen and (max-width: 480px) {
    .product_fair .kazari{
        width: 28.09%;
    }
    .product_fair .product_fair_block{
        margin-bottom: 20px;
    }
    .product_fair h2{
        font-size: 22px;
        line-height: 1.3;
    }
    .product_fair ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }
    .product_fair ul li:nth-child(3n){
        margin-right: 0;
    }
    .product_fair ul li .txt {
        margin-bottom: 0;
    }
}


/* *****************************************************************
分科会
***************************************************************** */
.indent3{
    text-indent: -3em;
    padding-left: 3em;
}
hr.gray_line{
    height: 0;
    margin: 50px 0 60px;
    padding: 0;
    border: 0;
    border-top: 1px solid #babab9;
}
.mrg_t5{margin-top: 5em;}
.subcom_box{
    padding-left: 50px;
    padding-right: 50px;
}
#subcom1.subcom_box,#subcom2.subcom_box,#subcom3.subcom_box,#subcom4.subcom_box{
    padding-bottom: 100px;
}
.subcom_attraction .common_head::before {
    position: absolute;
    left: 0;
    width: 67%;
    max-width: 737px;
    height: 59px;
    background: url("../../images/subcommittee/ttl_subcommittee.png") no-repeat;
    background-size: contain;
    background-position: top left;
}
.subcom_attraction .kazari{
    width: 22.09%;
    max-width: 243px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.subcom_attraction .subcom_box{
    margin-top: 50px;
    margin-bottom: 150px;
}
.subcom_attraction .subcom_box .title_bg{
    display: flex;
    justify-content: space-between;
    background-color: #d6e3d5;
    border-top: 1px solid #00ae73;
    border-bottom: 1px solid #00ae73;
    padding:15px 1em;
    margin-bottom: 1em;
}
.subcom_attraction .subcom_box .title_bg h3 {
    line-height: 1;
    font-size: 18px;
}
.subcom_attraction .subcom_box .title_bg h3 .h_title {
  font-size: 24px;
  border-right:1px solid #4c9ccc;
  padding-right: .5em;
  margin-right: .5em;
}
.subcom_attraction .subcom_box .title_bg p{
    font-weight: bold;
}
.subcom_attraction .subcom_box .koumoku{
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 1.5em;
    letter-spacing: .07em;
}
.subcom_attraction .subcom_box .koumoku span{
    font-size: 26px;
    margin-left: .5em;
}
.subcom_attraction .subcom_box .kouen{
    width: 100%;
    margin-top: 65px;
}
.subcom_attraction .subcom_box .kouen.line::before{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #157b3a;
    margin-bottom: 50px;
}
.subcom_attraction .subcom_box .kouen .flex{
    padding-top: 10px;
}
.subcom_attraction .subcom_box .kouen .photo{
    width: 25.5%;
}
.subcom_attraction .subcom_box .kouen .photo.reduction img{
    width: 80%;
    margin-left: 20%;
}
.subcom_attraction .subcom_box .kouen .txt_box{
    width: 70.5%;
    margin-left: 4%;
}
.subcom_attraction .subcom_box .kouen .txt_box .name{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .5em;
}
.subcom_attraction .subcom_box .kouen .txt_box .name br.spsp{
    display: none;
}
.subcom_attraction .subcom_box .kouen .photo_mrg{
    margin-bottom: 3em;
}
#subcom1 h4,#subcom2 h4,#subcom3 h4,#subcom4 h4{
    width: 100%;
    margin: 65px auto;
}
#subcom1 h4{
    max-width: 563px;
}
#subcom2 h4{
    max-width: 672px;
}
#subcom3 h4{
    max-width: 780px;
}
#subcom4 h4{
    max-width: 424px;
}
@media only screen and (max-width: 850px) {
    hr.gray_line{
        margin: 40px 0;
    }
    .subcom_attraction .kazari{
        right: -5%;
    }
    .subcom_attraction .subcom_box{
        margin-top: 30px;
        margin-bottom: 0;
        padding: 0;
    }
    .subcom_attraction .subcom_box .kouen {
        margin-top: 40px;
    }
    #subcom1.subcom_box,#subcom2.subcom_box,#subcom3.subcom_box,#subcom4.subcom_box{
        padding-bottom: 50px;
    }
    .subcom_attraction .common_head::before {
        width: 100%;
    }
    .subcom_attraction .subcom_box .title_bg{
        flex-wrap: wrap;
        padding: 12px 1em 10px;
    }
    .subcom_attraction .subcom_box .title_bg h3{
        margin-bottom: 3px;
    }
    .subcom_attraction .subcom_box .title_bg p{
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .mrg_t5{margin-top: 3em;}
    hr.gray_line{
        margin: 25px 0;
    }
    .subcom_attraction .subcom_box{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .subcom_attraction .kazari{
        width: 28.09%;
        bottom: -10px;
    }
    .subcom_attraction .subcom_box .title_bg h3{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .subcom_attraction .subcom_box .title_bg h3 .h_title {
        font-size: 18px;
    }
    .subcom_attraction .subcom_box .title_bg p{
        width: 100%;
        line-height: 1.4;
        padding-left: 3.5em!important;
        text-indent: -3.5em;
    }
    .subcom_attraction .subcom_box .koumoku{
        font-size: 16px;
        margin-bottom: 1em;
    }
    .subcom_attraction .subcom_box .koumoku span{
        font-size: 20px;
    }
    .subcom_attraction .subcom_box .kouen {
        margin-top: 25px;
    }
    .subcom_attraction .subcom_box .kouen.line::before {
        margin-bottom: 25px;
    }
    .subcom_attraction .subcom_box .kouen .photo{
        width: 100%;
        max-width: 255px;
        margin: 0 auto 1em;
    }
    .subcom_attraction .subcom_box .kouen .photo.reduction img{
        margin-left: 10%;
    }
    .subcom_attraction .subcom_box .kouen .photo_mrg {
        margin-bottom: 1.5em;
    }
    .subcom_attraction .subcom_box .kouen .txt_box{
        width: 100%;
        margin-left: 0;
        font-size: 15px;
    }
    .subcom_attraction .subcom_box .kouen .txt_box .name {
        font-size: 16px;
    }
    .subcom_attraction .subcom_box .kouen .txt_box .name br.spsp{
        display: block;
    }
    #subcom1 h4,#subcom2 h4,#subcom3 h4,#subcom4 h4{
        margin: 30px auto;
    }
}

/* *****************************************************************
アトラクション
***************************************************************** */
.atra{
    padding-top: 100px;
}
.atra .common_head::before {
    position: absolute;
    left: 0;
    width: 53.09%;
    max-width: 584px;
    height: 59px;
    background: url("../../images/subcommittee/ttl_attraction.png") no-repeat;
    background-size: contain;
    background-position: top left;
}
.atra h2.title::before {
  color: #4c9ccc;
}
.atra .atra_box .title_bg{
    display: flex;
    justify-content:flex-start;
    background-color: #e2eff8;
    margin-bottom: 0;
    font-size: 18px;
    border: none;
    padding: 0;
}
.atra .atra_box .title_bg p.day{
    width: 6.5em;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-right: 1em;
    background-color: #6cafdb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.atra .atra_box .title_bg p.venue{
    line-height: 1.4;
    padding: 15px 0;
}
.atra .atra_box h3{
    text-align: center;
    font-size: 26px;
    margin: 40px auto;
}
.atra .atra_contents{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.atra .atra_contents .left{
    width: 39%;
}
.atra .atra_contents .left img{
    margin-bottom: 15px;
}
.atra .atra_contents .right{
    width: 57.6%;
}
@media only screen and (max-width: 1000px) {
    .atra .subcom_box {
        padding-left: 0;
        padding-right: 0;
    }
    .atra .atra_box .title_bg p.day{
        font-size: 2.4vw;
    }
}
@media only screen and (max-width: 850px) {
    .atra {
        padding-top: 0;
    }
    .atra .atra_box .title_bg p.day{
        font-size: 20px;
    }
    .atra .common_head::before {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .atra .atra_box .title_bg{
        flex-wrap: wrap;
    }
    .atra .atra_box .title_bg p.day,
    .atra .atra_box .title_bg p.venue{
        width: 100%;
        margin: 0;
        padding: 10px 1em;
        text-align: center;
    }
}
@media only screen and (max-width: 640px) {
    .atra .atra_box h3{
        font-size: 23px;
        line-height: 1.4;
        margin: 25px auto;
    }
    .atra .atra_contents{
        margin-top: 10px;
    }
    .atra .atra_contents .left,
    .atra .atra_contents .right{
        width: 100%;
    }
    .atra .atra_contents .left{
        margin-bottom: 1em;
    }
    .atra .atra_contents .left img {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 480px) {
    .atra .atra_box .title_bg {
        text-align: center;
    }
    .atra .atra_box .title_bg p.venue{
        width: auto;
        display: inline-block;
        text-align: left;
        margin: auto;
        padding-right: 1em;
        padding-left: 4.5em!important;
    }
}

/* *****************************************************************
アーカイブ視聴
***************************************************************** */
.archive_view{
    padding-top: 100px;
}
.archive_view .head_area{
    width: 100%;
    max-width: 842px;
    margin: auto;
    text-align: center;
}
.archive_view .head_area h2{
    width: 100%;
    max-width: 452px;
    margin: 0 auto 50px;
}
.archive_view .head_sub{
    width: 100%;
    max-width: 842px;
    margin: 0 auto 100px;
    text-align: center;
}
.archive_view .head_sub .sub{
    font-size: 26px;
    font-weight: bold;
}
.archive_view .head_sub .period{
    display: inline-block;
    background-color: #efefef;
    margin-top: 20px;
    padding: 1em 2em;
    font-size: 20px;
}
.archive_view .youtube{
    max-width: 842px;
    margin: auto;
}
.archive_view .youtube li{
    margin-bottom: 50px;
    text-align: center;
}
.archive_view .youtube li .youtube-content {
    position: relative;
    width: 100%;
	padding-top: 56.25%;
    margin-bottom: 1em;
}
.archive_view .youtube li .youtube-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
.archive_view .login_box{
    text-align: center;
}
.archive_view .kikan{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1em;
}
.archive_view .pass{
    max-width: 370px;
    height: 35px;
    margin: 20px auto 0;
}
.archive_view .pass input[type="submit"]{
    width: 83px;
    height: 35px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    background-color: #b5b5b6;
    border: 1px solid #b5b5b6;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.archive_view .pass input[type="submit"]:hover{
    background-color: #000;
    border: 1px solid #000;
}
.archive_view .pass input[type="password"]{
    width: calc(100% - 85px);
    height: 35px;
    border:1px solid #666;
    outline: none;
    padding: 0 .5em;
}
@media only screen and (max-width: 640px) {
    .archive_view{
        padding-top: 50px;
    }
    .archive_view .head_area h2{
        width: 90%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .archive_view .head_sub {
        margin-bottom: 50px;
    }
    .archive_view .head_sub .sub{
        font-size: 20px;
        line-height: 1.5;
    }
    .archive_view .pass{
        max-width: 100%;
        height: auto;
    }
    .archive_view .pass input[type="submit"],
    .archive_view .pass input[type="password"]{
        width: 100%;
        margin-bottom: 15px;
    }
}
