

/*追加CSS*/
body{
    color: #2c3130;
}
.mar_short{
    height:20px;
}
.mar_middle{
    height:40px;
}
.mar_large{
    height:60px;
}
ul{
    padding: 0;
}

li{
    list-style-type: none;
}
#mainNav{
    background-color: rgba(62,67,68,0.9);
}


h1{
    font-size: 2rem;
    line-height: 1.4em;
}
h1 span{
	display: block;
	font-size: 0.8em;
}

.text-center{
	display: block;
	text-align: center
}

.top_date span{
	display: inline;
}

@media (max-width: 767px){
    h1{
        font-size: 1.6rem;
    }
}


header{
	position: relative;
	height: 350px;
}
.header_img{
	position: absolute;
	top:0;
}
.header_img img{
	object-fit: cover;
	width:100%;
	height:350px;
	object-position: top right;
}
.header_logo{
	position: absolute;
	top:150px;
	left:0;
}
.header_logo img{
	width:100%;
}
	

.top_title{
    position: absolute;
    width:80%;
    text-align: center;
    top:45%;
}
.top_title img{
    width:100%;
    height:auto;
}
.top_data_wrapper{
    padding: 20px 0;
    /*background: linear-gradient(to top,rgba(62,67,68,1),rgba(62,67,68,0.1));*/
    background-color: rgba(62,67,68,1);
    background-color: #2c3130;
    text-align: center;
    color:#fff;
}


.top_data_block{
    display: block;
    width: 100%;
}
.top_data_block_left, .top_data_block_right{
    display: block;
    width:100%;
    vertical-align: top;
    padding: 10px;
}
 .movie{
display:block;
margin:20px 0;
}
.movie iframe{
width:100%;
}
.top_data_block_right{
	margin-top: 20px;
}
.top_data_block_midashi img{
    width: 90%;
}
.top_data_block_midashi{
    margin-bottom: 20px;
}
.top_data_block_description{
    line-height: 1.7em;
	text-align: justify;
}
.top_date{
    letter-spacing: 1px;
}

.strong{
    color:var(--bs-primary);
    font-size: 1.3em;
    margin: 20px 0;
    font-weight: bold;
}

.staff_message{
	text-align: left;
}

.top_gallery_block ul{
	display: table;
	
}
.top_gallery_block ul li{
	display: table-cell;
	width: 50%;
}
.top_gallery_block ul li img{
	object-fit: cover;
	width:100%;
	height:200px;
}

@media (min-width: 1000px){
	
    .pc_displaynone{
        display: none;
    }
	
.strong{
    font-size: 1.5em;
}
.staff_message{
	text-align: center;
}

	header{
	position: relative;
	height: 800px;
}
.header_img{
	position: absolute;
	top:0;
}
.header_img img{
	object-fit: cover;
	width:100%;
	height:800px;
}
.header_logo{
	position: absolute;
	top:200px;
	left:100px;
}
.header_logo img{
	width:800px;
}
	
    .top_data_block{
        display: table;
        width: 100%;
    }
    .top_data_block_left, .top_data_block_right{
        display: table-cell;
        width:55%;
        vertical-align: top;
        padding: 10px;
    }
    
.movie{
display:block;
width:50%;
margin:40px auto;
}
    .top_data_block_right{
        width:45%;
    }
    .top_data_block_midashi{
        margin-bottom: 20px;
    }
    .top_data_block_midashi img{
        width: 80%;
    }
	
.top_data_block_description{
	text-align: center;
}


.top_gallery_block ul li{
	width: 25%;
}
.top_gallery_block ul li img{
	object-fit: cover;
	width:100%;
	height:200px;
}
}

.top_data_title{
display:block;

    position: relative;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.top_data_title span{
    display:block;
    width:40px;
    height:2px;
    margin: 5px auto;
    background-color:#fff;
}
.top_data ul li:first-child{
    margin-bottom: 40px;
}

.top_data_year{
    font-size: 0.7em;
    font-weight: 600;
    vertical-align: middle;
    padding-right: 5px;
}
.top_data_uten{
    font-size: 0.7em;
    font-weight: 600;
    vertical-align: middle;
    margin-top: -5px;
}

.page-section{
    padding: 3rem 0;
}
.page-section_last{
	padding: 3rem 0 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2{
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.3em;
    font-size: 1.7rem;
}


.timeline:before{
    bottom:60px;
}
.timeline-image h4{
    line-height: 66px !important;
    margin: 0 !important;
}

.outline_midashi{
    font-size:1.1em;
    font-weight: bold;
}
.outline_block ul li{
}
.outline_title{
    vertical-align: middle;
    width:100%;
    background-color: #f0f0f0;
    padding: 10px;
}
.outline_description{
    text-align: left;
    padding: 10px 0 20px;
	font-size:1.1rem;
}

.outline_description span{
	display: block;
	font-size:1rem;
	padding: 10px 0;
}
.outline_setsumei{
    text-align: left;
}
.outline_table{
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}
.outline_tr{
    display: table-row;
    width: 100%;
}
.outline_td{
    display: table-cell;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
	vertical-align: middle;
}
.outline_td:first-child{
    display: table-cell;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    width:100px;
}
.outline_td:nth-child(2n){
    text-align: left;
}
.dasiu{
    font-size: 1.4em;
    text-align: center;
}
.dasiu span{
	 display: inline;
    vertical-align: middle;
}
.dasiu span.title{
    display: inline;
    background-color: #2c3130;
    color:#fff;
    padding:2px;
    font-size: 0.7em;
    margin:10px 0;
}
.dasiu span:nth-child(2n){
	 font-size: 1.3em;
	padding-left: 5px;
}
.sikaku{
    vertical-align: middle;
}
.sikaku span{
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}


.mobile_displaynone{
    display: none;
}



.guidance_img{
    text-align: center;
}
.page_header{
    position: relative;
    z-index: -1;

}
.page_header img{
    object-fit: cover;
    width:100%;
    height:250px;
}
.page_header_title{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    text-align: center;
    line-height: 330px;
    font-size:1.2em;
    color:#fff;
    z-index: 1;
}
.page_header:after{
    position: absolute;
    display: block;
    content:"";
    top:0;
    width:100%;
    height:250px;
    background-color: rgba(0,0,0,0.4);
    z-index: 0;
}
.map img{
    width:100%;
}
.caution_block ul{
    display: block;
    width:100%;
    padding: 20px 0;
}
.caution_block ul li{
    display: inline-block;
    width:49%;
    float:left;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
}
.caution_block ul li:nth-child(2n){
    display: inline-block;
    width:48%;
    float:left;
    margin: 0;
}

.caution_block ul li img{
    width:100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}



@media (min-width: 768px){
	
	
	
    .timeline-image h4{
        line-height: 86px !important;
        margin: 0 !important;
    }



    .page_header img{
        height:350px;
    }
    .page_header_title{
        line-height: 450px;
    }
    .page_header:after{
        height:350px;
    }

    .caution_block ul{
        display: table;
        width:100%;
        padding: 20px 60px 0;
    }
    .caution_block ul li{
        display: table-cell;
        width:25%;
        padding: 10px;
        margin: 0;
        float:none;
    }
    .caution_block ul li:nth-child(2n){
        display: table-cell;
        width:25%;
        float:none;
    }
}

@media (min-width: 1000px){
    .mobile_displaynone{
        display: block;
    }
    .page-section{
    padding: 6rem 0;
}
	
.page-section_last{
	padding: 6rem 0 0;
}
    .page-section h2.section-heading, .page-section .section-heading.h2{
        font-size: 2.2rem;
    }
    .timeline-image h4{
        line-height: 136px !important;
        margin: 0 !important;
    }




    .outline_block ul li{
        display: table;
        border-bottom: 4px solid #fff;
        width: 100%;
    }
    .outline_title{
        display: table-cell;
        vertical-align: middle;
        width:200px;
        background-color: #f0f0f0;
        padding: 20px;
    }
    .outline_description{
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 20px;
	font-size:1.2rem;
    }
	
    .outline_table{
        display: table;
        width: 100%;
        border-collapse: collapse;
        margin: 10px 0;
    }
    .outline_tr{
        display: table-row;
        width: 100%;
    }
    .outline_td{
        display: table-cell;
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
		vertical-align: middle;
    }
    .outline_td:nth-child(2n){
        text-align: left;
		vertical-align: middle;
    }
    .dasiu{
        font-size: 1.4em;
        text-align: left;
    }
.dasiu span{
	 display: inline;
    vertical-align: middle;
}
.dasiu span.title{
        display: inline;
        background-color: #2c3130;
        color:#fff;
        padding:2px;
        font-size: 0.7em;
        margin: 0;
        margin-right: 5px;
    }

}
@media (min-width: 1200px){
	
    .timeline-image h4{
        line-height: 156px !important;
        margin: 0 !important;
    }
    .outline_block{
        padding: 0 60px;
    }
}


.carousel-cell img{
    object-fit: cover;
    width:100%;
    height:200px;
}
.guidance_inner{
    position: relative;
}
.maninonrei_img{
    position: absolute;
    width:100%;
    height:100%;
    text-align: center;
    top:30%;
    opacity: 0.8;
}
.maninonrei_img img{
    width:200px;
}
.oubo_thanks{
    color:#ff0000;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.2rem;
}
.guidance_description{
    line-height: 1.8em;
	text-align: justify;
}
.download{
    margin: 20px 0;
}
.download ul li{
    margin-bottom:10px;
}

.access_wrapper ul li{
    width:100%;
}
.access_wrapper ul li img{
    width:100%;
}
.access_goyousha{
    background-color: rgba(245,245,245,1);
    padding: 10px;
    margin-top: 10px;
}


@media (min-width: 900px){
    .maninonrei_img{
        position: absolute;
        width:100%;
        height:100%;
        text-align: center;
        top:10%;
        opacity: 0.8;
        rotate: 10deg;
    }
	.guidance_description{
	text-align: center;
}
}

.btn{
    width:100%;
}

.entry_list img{
    width:100%;
}

@media (min-width: 1000px){
    .download ul li{
        display: inline-block;
        margin-bottom: 0;
        margin-right:10px;
    }


    .access_wrapper ul{
        display: table;
        width:100%;
    }
    .access_wrapper ul li{
        display:table-cell;
        vertical-align: middle;
        width:65%;
    }
    .access_wrapper ul li img{
        width:100%;
    }
    .access_wrapper ul li:nth-child(2n){
        padding-left: 20px;
        width:35%;
        text-align: justify;
    }


}






.portfolio-caption-heading{
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.1em;
}
.portfolio-caption-subheading{
    font-size: 1em;
}
.portfolio-item a img{
    object-fit: cover;
    width:100%;
    height:200px;
}

#mainNav .navbar-brand img {
		height:50px;
}
.small{
    font-size:0.7em;
    margin-top: 10px;
}
/*フッター */
footer{
    padding-top: 40px;
    background-color: #3e4344;
    color:#fff;
}
.footer_organizer_title{
    margin-bottom: 10px;
}
.footer_organizer{
    font-size: 1.1em;
    margin: 10px 0 40px;
}
.footer_logo img{
    width:100%;
}

.copyright{
    font-size: 0.7em;
    text-align: center;
    padding:40px 0 20px;
}

.sub_organizer{
    line-height: 2em;
    font-size: 0.9em;
}




/**
ギャラリー
**/
.garelly_list ul{
    display: flex;
    flex-wrap: wrap;
}
.garelly_list ul li{
    width:calc(100% / 2);
}
.garelly_list ul li img{
    object-fit: cover;
    width:100%;
    height:200px;
}
.mystery{
    text-align: center;
}
.mystery img{
    width:120px;
}
@media (min-width: 900px){

.footer_logo img{
    width:400px;
}
    .mystery img{
        width:150px;
    }
    .garelly_list ul li{
        width:calc(100% / 5);
    }
    .garelly_list ul li img{
        object-fit: cover;
        width:100%;
    }
}

@media (min-width: 1100px){
    #mainNav .navbar-brand img {
		height:80px;
    }

}

