@charset "utf-8";
/* ----------- 重要なお知らせ ----------- */
#popup .top_info_area{
	overflow-y: scroll;
}
.top_info_area{
	margin: auto;
	max-width: 860px;
	background: #fff;
}
@media (min-width: 1100px) {
	#popup{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); 
		transform: translate(-50%, -50%);		
		width: 860px;		
		margin-left: 140px;
	}
	body .mfp-container div.mfp-content{
		max-width:1000px;
	}
}
@media (max-width: 1099px) {
	#popup{
		position: absolute;
		top: 40px;
		left: 50%;
		-webkit-transform: translateX(-50%); 
		transform: translateX(-50%);		
		width: 90%;
		margin: auto;
		box-sizing: border-box;
	}
}
@media (min-width: 750px) {
	#popup .top_info_area{
		max-height: 640px;
	}
	.top_info_area{
		padding: 50px;	
	}	
}
@media (max-width: 749px){
	.sp_fss{
		font-size: 1.35em!important;
	}
	.mfp-iframe-holder .mfp-content{
		height: 90%!important;
	}
	.top_info_area{
		padding: 20px;	
	}	
	#popup{
		top:70px;
	}
	#popup .top_info_area{
		max-width: 96%;
		max-height: 420px;
		box-sizing: border-box;
		overflow-x: hidden;
	}	
}
.top_info_area h1{
	text-align: center;
	font-size:2em;
	padding-bottom:3px;
	border-bottom:solid #333 1px;
	margin-bottom: 1.5em;
}
.top_info_area h2{
	font-size: 1.8em;
	margin: 30px 0 0.5em;
}
.top_info_area p,
.top_info_area li,
.top_info_area li p{
	font-size: 1.6em;
	line-height: 1.7;
}
.top_info_area .num_list li{
  list-style:none;
  text-indent:-2em;
  padding-left:2em;
}
.top_info_area .num_list li .disc li{
  list-style:disc;
  text-indent:0;
  padding-left:0;
}
.top_info_area .num_list .kome{
	margin-top: 0.5em;
}
.top_info_area .form_guide{
	margin: 0.5em 0 0.5em 3em;
}
.top_info_area .form_guide dt::after{
	content: ":"
}
.top_info_area .btn_box{
	margin: 0 auto;
}
.top_info_area .btn_box .btn{
	max-width: 400px;
	margin: 10px auto;
	line-height: 1.3;
	padding: 16px 0;
}
.top_info_area .btn_box .btn span{
	display: inline-block;
	
}
.top_info_area .btn_box #close_btn{
	text-align: center;
	background-color: #80000C;
	border: solid 1px #80000C;
	border-radius: 6px;
	padding: 14px;
	color:#fff;
	font-size: 1.4em;
	font-weight: bold;
}
/* 閉じるボタン */
.top_info_area .close_box{
	text-align: right;
	margin: -10px -8px 10px 0;
}
.top_info_area .close_box #close_s_btn{
	text-align: center;
	background-color: #D5D5D5;
	padding: 6px;
	color:#000;
	font-size: 1.4em;
	font-weight: bold;
}
@media (min-width: 750px) {
	.top_info_area .form_guide dt{
		min-width: 145px;
		float: left;
		clear: both;		
	}
	.top_info_area .form_guide dd{
		margin-left: 155px;
		width:calc(100% - 165px);
	}
	.top_info_area .btn_box #close_btn{
		padding: 14px 30px;
		font-size: 1.6em;
	}
}
/* ----------- メインコンテンツ ----------- */
#top_main_content{
	background-image: url("../../images/top_visual.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#top_main_content .top_page_inner{
	margin: 0 auto;
}
@media (min-width:750px){
	#top_main_content .top_page_inner{
		max-width: 750px;
		position:relative;
		}#top_main_content .top_page_inner .main_imgs{
				text-align: center;
				position: absolute;
				top: 50%;
				right: -30px;
				transform: translate(0,-50%);
				-webkit-transform: translate(0,-50%);
				-ms-transform: translate(0,-50%);
				max-width: 500px;
		}	
		#top_main_content .top_main_area{
					max-width: 550px;
		}	
}
@media (min-width: 1200px){		
				#top_main_content .top_main_area{
						max-width: 970px;
						margin-left: 230px;
				}
				#top_main_content .top_page_inner{
						max-width: 1200px;
				}
				#top_main_content .top_page_inner .main_imgs{
						max-width: 970px;				}
}
@media (max-width: 750px){
	.main_imgs {
		padding: 100px 18px;
		text-align: center;
	}
}
/* ----------- TOP 下コンテンツ もみじ背景 ----------- */
.sub_content{
	background-image: url("../../images/top_subcon_bg.jpg");
	background-color: #8e0000;
	background-repeat: repeat-x ;
	padding: 40px 0 ;
	margin: 0 auto;
}
/* 下コンテンツ エリア インナー */
.top_sub_content_inner{
	margin: 0 auto 30px;
}
@media (min-width:750px){
	.top_sub_content_inner{
		max-width:750px;
	}
}
@media (min-width:1200px){
	.top_sub_content_inner{
		max-width:1200px;
	}
}
@media (max-width: 1200px){
	.top_sub_content_inner{
		padding: 0 4%;
	}	
}
.top_sub_content_inner .t_white{
	font-size: 1.4em ;
	line-height: 1.5;
}
/* top 2段組みエリア */
.top_link_flex_area{
	margin-top: 30px ;
}
.top_link_flex_area .inner_con{
		margin-bottom: 30px;
}
.top_link_flex_area .inner_con:last-of-type{
	margin-bottom: 0;
}
@media (min-width: 750px){
	.top_link_flex_area{
		display:flex;
		flex-wrap: wrap;
	}
	.top_link_flex_area .left,
	.top_link_flex_area .right{
		width:47%;
	}
}
@media (min-width:750px) and ( max-width:1199px){
	.top_link_flex_area{
		justify-content: space-between;
	}
}
@media (min-width: 1200px){
	.top_link_flex_area .left{
		width:640px;
	}
	.top_link_flex_area .right{
		width:560px;
	}
}
/* ボタン */
.top_link_flex_area .btn{
	margin: 10px auto ;
}
/* ボーダー囲みBOX */
.around_box{
	background-color: #fff;
	padding: 20px ;
}
.around_box.gray{
	border: solid 8px #b1afa8;
}
.around_box.red{
	border: solid 8px #B53434;
}
.around_box.blue{
	border: solid 8px #39addb;
}
.around_box h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 1.6em;
}
.around_box h2:before{
	content:"■";
	font-size: 1.4em !important;
	margin: 0 6px 0 0;
}
.around_box.gray h2:before{
	color: #b1afa8;
}
.around_box.red h2:before{
	color: #B53434;
}
.top_page .around_box li,
.top_page .around_box p{
	font-size: 1.4em !important;
	line-height: 1.5;
}
.top_page .link_box{
	margin-bottom: 16px;
}
.top_page .link_box a{
	display: block;
}
.top_page .link_box a,
.top_page .link_box a:link,
.top_page .link_box a:visited{
	color:#000 !important;
}
@media (min-width: 1200px){
	.right .around_box {
					width: 454px;
	}	
}
/* BUSINESS SESSION */
.bs_box{
	text-align: center;
	margin-bottom: 16px;
}
.bs_box img{
	margin-bottom: 10px;
}
.bs_box p.btn{
	margin-bottom: 0;
}
/* 新着情報 */
.news_box{
	background-color: #fff;
	padding: 20px;
	border: solid 8px #b1afa8;
}
.news_box h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 1.6em;
}
.news_box h2::before{
	content:"■";
	font-size: 1.4em !important;
	color: #b1afa8;
	margin: 0 6px 0 0;
}
.news_box li{
	font-size: 1.4em !important;
	line-height: 1.6;
	padding: 6px 0;
	border-bottom: dashed 1px #ddd;
}
.news_box li::after{
	clear: both;
}
.news_box li .date{
	float: left;
	max-width: 100px;		
}
.news_box li .news_text{
	margin-left: 104px;	
}
.en_page .news_box li .date{
	max-width: 145px;	
}
.en_page .news_box li .news_text{
	margin-left: 155px;
}
@media (min-width: 750px) {	
		.news_box ul{
					overflow-y: auto;
					margin: 10px auto;
		}
}	
@media screen and (min-width: 1200px) {	
		.news_box{
				width: 504px;
				height: 224px;
		}
		.news_box ul{
				height:180px;
		}		
}
@media (min-width:750px) and (max-width:1199px){
		.news_box{
				width: 314px;
				height: 124px;
		}	
		.news_box ul{
			height:80px;
		}
}
@media (max-width: 749px) {	
	.news_box{
		margin-bottom: 16px;
	}
				.news_box ul{
					max-height: 200px;
					overflow-y: scroll;
					overflow-x:hidden;
				}
}	

/* SDGs */
.around_box.sdgs{
	padding: 20px 20px 10px 20px;
}
.around_box.sdgs li:first-child{
	background: url("../../images/common/SDGs_logo.png") no-repeat;
	background-position: 98% center;
	background-size: 46px 46px;
	padding-right: 50px;
}
@media (min-width: 1200px){	
		.around_box.sdgs{
			width: 454px;
		}
		.around_box.sdgs{
			box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
		}	
		.around_box.sdgs ul{
			display: flex;
			justify-content: space-evenly;
			align-items: center;
			margin: 10px 0 0;
		}
		.en_page .around_box.sdgs ul{
			margin: 10px 0 0;
		}		
		.around_box.sdgs li{
			white-space: nowrap;
			padding: 10px 0;
		}	
		.around_box.sdgs li:first-child{
			border-right: solid 1px #333;
		}		
}
@media (min-width: 750px){	
		.top_page .around_box.sdgs:hover{
			opacity: 0.90;
			filter: alpha(opacity=90);
		}	
}
@media (max-width: 1199px) {	
	.around_box.sdgs ul{
		max-width: 250px;
	}
	.around_box.sdgs li{
		padding-top: 8px;
	}	
	.around_box.sdgs li:first-child {
		margin: 10px 0 0;
		background-position: 200px center;
		background-size: 45px 45px;
		border-bottom: solid 1px #333;
		padding: 12px 0;
	}
}
@media (max-width: 749px) {	
				.en_page .around_box.sdgs li{
					background-position: 210px center;
				}		
				.around_box.sdgs li{
					padding: 4px 0;
				}
}
/* 健康チェックシート */
@media (min-width: 1200px){
	.top_link_flex_area .check_box{
		width:510px;
		box-sizing: border-box;
	}
}

/* 動画 */
.move_area{
	margin: 30px 0 0;
}
.move_area .move_box video {
		height: auto;
}	
.en_page .move_area{
	margin: 0 ;
}
@media (min-width: 1200px) {	
		.move_box{						
					background-color: #000;
		}
}
@media (min-width: 1200px) {
			.move_box{
				max-width: 560px;
			}
			.move_box video{
				width: 560px;
				max-height: 280px;
			}
}
@media (min-width:750px) and ( max-width:1199px){ 
			.move_box{
				max-width: 360px;
			}
			.move_box video{
				width: 360px;				
			}
}
@media ( max-width:749px){ 
	.move_box {
		width: 98%;
		margin: 10px auto;
	}
	.move_box video {
		width: 100%;
		height: auto;
	}	
}
/*  Kyoto logo */
.top_kyoto_logo_area{
	margin: 16px 0 0;
}
.en_page .top_kyoto_logo_area{
	margin: 20px 0 0;
}
.top_kyoto_logo_area p{
	font-size: 1em;
	line-height: 1.4;
	color:#fff;
	margin-top: 10px;
}
.top_kyoto_logo_area.pc_none{
	margin: 20px 0 0;
	text-align: center;
}
.top_kyoto_logo_area.pc_none p{
	margin: 10px auto 20px;
	max-width: 320px;
	text-align: left;
}
/* sustainab */
.sustainab{
	margin-top: 20px;
}
.sustainab span,
.sustainab a{
	color:#fff ;
	font-size: 1.05em;
	line-height: 1.4;
}
.sustainab a{
	text-decoration: underline;
	margin-right: 1em;
}
@media ( max-width:749px){ 
	.sustainab span{
		display: block;
		margin-top: 3px;
	}
}

/*-------------------- TOPのみ footer ----------------- */
.top_page .footer{
	font-size: 1.4em;
	padding: 10px 0;
}