@charset "UTF-8";

/*--------------------
シェアボタン
--------------------*/
#foot_sharebutton{
	position: fixed;
	top: 120px;
	right: 0;
	z-index: 999;
}

#foot_sharebutton ul{
	margin: 0;
	padding-left: 0;
	display: flex;
}

#foot_sharebutton ul li{
	list-style: none;
}

@media only screen and (max-width: 767.98px){
	#foot_sharebutton{
		position: static;
		padding: 40px 3% 10px 8%;
	}
}


/*--------------------
枠組み・基本設定
--------------------*/
body{
	max-width: none;
}

body:not(.is-header-nofix) .Header:not(.is-header-nofix)~.Main{
	margin-top: 0;
}

.Header{
	z-index: 10000;
}

.Main__content{
	max-width: 100%;
	width: 100%;
	padding: 0;
	position: relative;
	font-family: 'YakuHanJP', "Roboto", "Noto Sans JP", sans-serif;
	font-size: 100%;
	font-weight: 400;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

.Main__guide{
	z-index: 99999;
	position: relative;
}

footer{
	z-index: 99999;
	position: relative;
}

.Main__content img{
	width: 100%;
}

.Main__content h1,
.Main__content h2{
	margin: 0;
}

.l_main p,
.l_main h1,
.l_main h2,
.l_main h3,
.l_main h4{
	margin-top: 0;
	margin-bottom: 0;
}

.l_main a{
	text-decoration: none;
	transition: 0.5s;
}

.l_main a:hover{
	filter:Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.50;
}

.l_main ul{
	margin: 0;
	padding: 0;
}

.l_main li{
	list-style: none;
}

.l_main dl dd{
	margin: 0;
}

.l_main .br_pc { display: block !important;}
.l_main .br_sp { display: none !important;}


@media only screen and (max-width: 767.98px){
	.l_main .br_pc { display: none !important;}
	.l_main .br_sp { display: block !important;}
	
	.Main__content{
		font-size: 100%;
	}
}


/*---------------------
スクロールアニメーション
---------------------*/
.l_main .is_scrollanime{
	opacity: 0 !important;
	transition: all .8s ease !important;
}

.l_main .is_scrollanime.show{
	opacity: 1 !important;
	transform: none !important;
}

.l_main .is_rl{         transform: translate(-100px, 0) !important;}
.l_main .is_rr{         transform: translate(100px, 0) !important;}
.l_main .is_up{         transform: translate(0, 100px) !important;}
.l_main .is_down{       transform: translate(0, -100px) !important;}
.l_main .is_scaleUp{    transform: scale(.8) !important;}
.l_main .is_scaleDown{  transform: scale(1.5) !important;}
.l_main .is_rotateL{    transform: rotate(180deg) !important;}
.l_main .is_rotateR{    transform: rotate(-180deg) !important;}


/*---------------------
ロゴ・グロナビ・バーガーメニュー
---------------------*/
.l_main{
	position: relative;
	/*z-index: 2000;*/
}

.l_main .l_header{
	position: fixed;
	top: 120px;
	left: 30px;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	pointer-events: auto;
	background: #150201;
	padding: 10px;
}

.l_main .l_header h1{
	width: 160px;
}

.l_main .l_header h1 a{
	display: block;
}

.l_main .l_header h1 a:hover{
	opacity: 0.5;
}

.l_main .l_header h1 img{
	display: block;
	width: 100%;
	height: auto;
}

.l_main .l_header.is-footer{
	position: absolute;
	top: auto;
	bottom: 30px;
}

.l_main .l_nav{
	position: fixed;
	left: 0;
	bottom: 30px;
	width: 100%;
	z-index: 99999;
}

.l_main #global_nav{
	width: calc( 100% - 30px );
	margin: 0 auto;
}

.l_main #global_nav .md_gnavi{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	padding: 10px 20px;
	width: fit-content;
	border: 1px solid #9e8761;
	border-radius: 10px;
	background: #150201;
}

.l_main #global_nav .md_gnavi li{
	border-right: 1px solid rgba(255,255,255,0.2);
}

.l_main #global_nav .md_gnavi li:last-child{
	border-right: none;
}

.l_main #global_nav .md_gnavi a{
	display: block;
	padding: 5px 10px;
	color: #fff;
}

.l_main #global_nav .md_gnavi a:hover{
	opacity: 0.5;
}

.l_main #global_nav .md_gnavi li.is_current a{
	opacity: 0.5;
	pointer-events: none;
}

.l_main .btn_gnavi{
	display: none;
}

@media only screen and (max-width: 767.98px){
	.l_main .l_header{
		top: 80px !important;
		left: 15px
	}
	
	.l_main .l_header h1{
		width: 100px;
	}
	
	body.is-menu-open{
		overflow: hidden;
	}
	
	.Header.is-menu-open{
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
	
	.l_main .l_nav{
		position: fixed !important;
		left: auto;
		right: 10px;
		top: 80px !important;
		bottom: auto !important;
		width: 40px;
		height: 40px;
		background: #150201;
	}
	
	.l_main .l_nav.open{
		top: 20px !important;
		bottom: auto !important;
		z-index: 100000;
	}
	
	.l_main .btn_gnavi{
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 6px;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		cursor: pointer;
		z-index: 10002;
	}
	
	.l_main .btn_gnavi span{
		display: block;
		width: 30px;
		height: 3px;
		background: #fff;
		transition: all 0.3s ease;
	}
	
	.l_main #global_nav{
		position: fixed;
		inset: 0;
		width: 100%;
		height: 100dvh;
		background: #150201;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.4s ease, visibility 0.4s ease;
		overflow-y: auto;
		z-index: 10001;
	}
	
	.l_main #global_nav .md_gnavi{
		display: block;
		width: 84%;
		min-height: 100%;
		margin: 0 auto;
		padding: 80px 0;
		border: none;
		border-radius: 0;
		background: none;
	}
	
	.l_main #global_nav .md_gnavi li{
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	
	.l_main #global_nav .md_gnavi li:first-child{
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	
	.l_main #global_nav .md_gnavi a{
		position: relative;
		padding: 18px 40px 18px 10px;
	}
	
	.l_main #global_nav .md_gnavi a::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: translateY(-50%) rotate(45deg);
	}
	
	.l_main .l_nav.open #global_nav{
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	
}


/*--------------------
背景
--------------------*/
.l_main .md_cont{
	max-width: 1240px;
	width: 84%;
	margin: 0 auto;
	padding: 80px 0;
}

.l_main.l_cont{
	margin-top: 100px !important;
}

.l_main .l_maintitle{
	padding: 0 0 80px 0;
}

.l_main .l_bg1{
	padding: 80px 0;
}

.l_main.l_cont .l_bg2{
	background: rgba( 158, 135, 97, 0.1);
}




@media only screen and (max-width: 767.98px){
	.l_main.l_cont{
		margin-top: 0 !important;
	}

	.l_main .md_cont{
		padding: 40px 0;
	}
	
	.l_main .l_maintitle{
		padding: 0 0 40px 0 !important;
	}
	
}


/*---------------------
タイトル
---------------------*/
.l_main .is_h2{
	color: #3e3a39;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 0 8%;
}

.l_main .is_h2.is_kobori{	color: #1d7559;}
.l_main .is_h2.is_gomizuo{	color: #5b6183;}

.l_main .is_h2 strong{
	font-size: 225%;
	display: block;
}

.l_main .is_maintxt{
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 112%;
	text-align: center;
	padding: 0 8%;
}

.l_main.l_cont .l_header{
	opacity: 1;
	visibility: visible;
}

.l_main .is_h3{
	color: #3e3a39;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 150%;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 0 4%;
}

.l_main .is_h3_2{
	font-size: 112%;
}


.l_main .is_h3 strong{
	font-size: 200%;
	display: block;
}

.l_main .is_h4{
	color: #3e3a39;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 200%;
	font-weight: 700;
	line-height: 1.2;
	padding: 60px 0 20px 0;
}

@media only screen and (max-width: 767.98px){
	.l_main .is_h2{
		font-size: 150%;
	}
	
	.l_main .is_h2 strong{
		font-size: 142%;
	}
	
	.l_main .is_h3 strong{
		font-size: 142%;
	}
	
	.l_main .is_h4{
		font-size: 162%;
	}
	
	.l_main .is_maintxt{
		text-align: justify;
	}
	
	.l_main .is_maintxt br{
		display: none;
	}
	

}


/*---------------------
テキスト系
---------------------*/
.l_main .is_kome{
	font-size: 86% !important;
	text-indent: -1em;
	padding-left: 1em;
}

.l_main .is_caption{
	font-size: 86%;
	padding: 10px 0 0 0;
}

.l_main .is_caption strong{
	font-size: 112%;
	font-weight: 600;
	display: block;
}

.l_main ruby rt{
	font-size: 36%;
	padding-bottom: 5px;
}

@media only screen and (max-width: 767.98px){

}


/*---------------------
その他
---------------------*/
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}


@media only screen and (max-width: 767.98px){

}



/*---------------------
タイトル下のアンカーリンク
---------------------*/
.l_main .md_cont.l_anchorlink{
	margin-top: 40px;
	padding: 0;
}

.l_main .l_anchorlink ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.l_main .l_anchorlink ul li{
	width: 31%;
	margin: 0 1% 2% 1%;
}

.l_anchorlink ul li a{
	color: #9e8761;
	font-weight: 600;
	text-align: center;
	border: #9e8761 1px solid;
	border-radius: 10px;
	width: 94%;
	margin: 0 auto;
	padding: 10px 25px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.l_anchorlink ul li a::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 9px solid #9e8761;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 0 solid transparent;
	transform: rotate(360deg);
	box-sizing: border-box;
}

.l_anchorlink ul li a:hover{
	color: #fff;
	background: #9e8761;
	opacity: 1;
}

.l_anchorlink ul li a:hover::after{
	border-top: 9px solid #fff;
}

@media only screen and (max-width: 767.98px){
	.l_main .l_anchorlink ul{
		justify-content: space-between;
	}
	
	.l_main .l_anchorlink ul li{
		width: 48%;
	}

}


/*---------------------
ボタン
---------------------*/
.l_main .is_btn a{
	color: #9e8761;
	font-weight: 600;
	text-align: center;
	border: #9e8761 1px solid;
	border-radius: 10px;
	max-width: 300px;
	width: 80%;
	margin: 20px auto 40px auto;
	padding: 10px 25px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.l_main .is_btn a::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 9px solid #9e8761;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 0 solid transparent;
	transform: rotate(-90deg);
	box-sizing: border-box;
}

.l_main .is_btn a:hover{
	color: #fff;
	background: #9e8761;
	opacity: 1;
}

.l_main .is_btn a:hover::after{
	border-top: 9px solid #fff;
}

.l_main .is_btn a img{
	width: 11px;
	height: auto;
	margin-left: 10px;
	display: inline-block;
}

.l_main .is_btn a:hover img{
	filter: brightness(0) invert(100%);
}

@media only screen and (max-width: 767.98px){
	.l_main .is_btn a{
		font-size: 100%;
		margin: 40px auto 0 auto;
		padding: 10px 8%;
	}
	
	.l_main .is_btn a::after{
		right: 10px;
	}

}


/*---------------------
テキストリンク
---------------------*/
.l_main a.is_txtlink{
	text-decoration: underline;
	padding: 0 0 0 14px;
	display: inline-block;
	position: relative;
}

.l_main a.is_txtlink::after{
	content: "";
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 9px solid #96703f;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 0 solid transparent;
	transform: rotate(-90deg);
}

.l_main a.is_txtlink img{
	width: 11px;
	height: auto;
	margin-left: 5px;
	display: inline-block;
	margin-top: .45em;
}

.l_main a.is_txtlink:hover{
	text-decoration: none;
}

.l_main .is_kome a.is_txtlink{
	padding: 0 0 0 24px;
}


/*--------------------
体験など背景白の別枠
--------------------*/
.l_main .bg_white{
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.5);
	margin: 40px 0 0 0;
	padding: 40px;
}

.l_main.l_castle .l_area .bg_white{
	background: rgba(209, 186, 150, 0.1);
}

@media only screen and (max-width: 767.98px){
	.l_main .bg_white{
		margin: 20px 0 0 0;
		padding: 8%;
	}

}


/*--------------------
横2列
--------------------*/
.l_main .md_cont2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_main .md_cont2 div{
	width: 48%;
}

.l_main .is_subtitle2{
	color: #94252a;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 175%;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}

.l_main .md_cont2 .is_subtitle2 + .is_update{
	color: #94252a;
	margin-top: -10px;
	padding: 0 0 20px 0;
}

.l_main .md_cont2 .md_event{
	margin: 0 0 20px 0;
}

.l_main .md_cont2 .md_event li{
	border-left: #94252a 4px solid;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}

@media only screen and (max-width: 767.98px){
	.l_main .md_cont2 div{
		width: 100%;
	}
	
	.l_main .md_cont2 div:nth-child(1){
		padding: 0 0 20px 0;
	}
	
	.l_main .md_cont2 .is_subtitle2{
		font-size: 132%;
	}
	
}


/*--------------------
各スポット情報
--------------------*/
.l_main .md_spotname{
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 125%;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}

.l_main .md_spotname strong{
	font-size: 200%;
	padding-left: 10px
}

.l_main .md_spot > li{
	border-bottom: rgba( 0, 0, 0, 0.5) 1px solid;
	padding: 80px 0
}

.l_main .md_spot > li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.l_main .md_spot li > .is_spot{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.l_main .md_spot li > .is_spot > div{
	width: 48%;
}

.l_main .md_spot .is_comment{
	color: #804c2e;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 112%;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
}

.l_main .md_spot h4{
	color: #804c2e;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 200%;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}

.l_main .is_spotlist{
	border-top: rgba( 0, 0, 0, 0.5) 1px solid;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

.l_main .bg_white .is_spotlist{
	margin: 0;
}

.l_main .is_spotlist li{
	font-size: 92%;
	position: relative;
	padding-left: 25px;
    text-indent: -25px;
}

.l_main .is_spotlist li::before{
	content: "◉";
	margin-right: 10px;
}

.l_main .is_spotlist li a.is_txtlink{
	text-indent: 0;
}

.l_main .md_photo{
	padding: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.l_main .md_photo div{
	width: 48%;
}

@media only screen and (max-width: 767.98px){
	.l_main .md_spot > li{
		padding: 40px 0
	}
	.l_main .md_spotname strong{
		font-size: 175%;
		padding: 20px 0 0 0;
		display: block;
	}
	
	.l_main .md_spot li > .is_spot > div{
		width: 100%;
	}
	
	.l_main .md_spot li > .is_spot > div:nth-child(1){
		padding: 0 0 20px 0;
	}
	
	.l_main .md_spot h4{
		font-size: 175%;
	}
	
}


/*---------------------
横並びのリスト（4個）
---------------------*/
.l_main .md_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 40px 0 0 0;
}

.l_main .md_list > li{
	width: 23%;
}

.l_main ul.md_list > li .is_listname{
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 150%;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding: 10px 0 5px 0;
}

.l_main ul.md_list > li .is_listname + p{
	font-size: 86%;
}

.l_main .md_list .is_btn{
	color: #916c3c;
	text-align: center;
	border: #916c3c 1px solid;
	border-radius: 10px;
	width: 80%;
	margin: 20px auto 40px auto;
	padding: 10px 25px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.l_main .md_list .is_btn::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 9px solid #916c3c;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 0 solid transparent;
	transform: rotate(-90deg);
	box-sizing: border-box;
}

@media only screen and (max-width: 767.98px){
	.l_main .md_list > li{
		width: 100%;
		padding-bottom: 40px;
	}
	
	.l_main .md_list > li:last-child{
		padding-bottom: 0;
	}
}


/*---------------------
四百年祭
---------------------*/
.l_main.l_year400{
	background: url(../img/bg1.jpg) repeat-y center top;
	background-size: 100% auto;
	padding: 60px 0 0 0;
}

.l_main.l_year400 .is_day{
	color: #94252a;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 250%;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	margin-top: -10px;
	padding: 0 8%;
}

.l_main.l_year400 .is_day span{
	font-size: 62%;
}

.l_main.l_year400 .is_day + p{
	text-align: center;
}

@media only screen and (max-width: 767.98px){
	.l_main.l_year400 .is_day{
		font-size: 200%;
	}
}


/*---------------------
日本の文化
---------------------*/
.l_main.l_culture{
	background: #150201;
	padding: 60px 0 80px 0;
}

@media only screen and (max-width: 767.98px){
	.l_main.l_culture{
		padding-bottom: 0;
	}
}


/*---------------------
二条城
---------------------*/
.l_main.l_castle{
	background: url(../img/bg2.jpg) repeat-y center top;
	background-size: 100% auto;
}

@media only screen and (max-width: 767.98px){

}


/*---------------------
キーパーソン一覧
---------------------*/
.l_main .l_personindex{
	background: #150201;
	padding: 0 0 100px;
}

@media only screen and (max-width: 767.98px){

}


/*---------------------
ゆかりの地
---------------------*/
.l_main.l_spot{
	background: url(../img/bg1.jpg) repeat-y center top;
	background-size: 100% auto;
	padding: 60px 0 0 0;
}

@media only screen and (max-width: 767.98px){
	.l_main.l_spot{
		padding-top: 120px;
	}
}



/*---------------------
イベント情報
---------------------*/
.l_main.l_event{
	background: url(../img/bg2.jpg) repeat-y center top;
	background-size: 100% auto;
	padding: 60px 0 0 0;
}

@media only screen and (max-width: 767.98px){
	.l_main.l_event{
		padding: 100px 0 0 0;
	}
}


/*---------------------
体験
---------------------*/
.l_main .md_experience{
	border-top: rgba( 0, 0, 0, 0.5) 1px solid;
	margin: 40px 0;
	padding: 40px 0;
}

.l_main .md_experience .is_titexperience{
	color: #8c5826;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-size: 200%;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding: 0 0 20px 0;
}

.l_main .md_experience .is_titexperience + p{
	text-align: center;
	padding: 0 0 20px 0;
}

.l_main .md_experience .bg_white{
	background: rgba(255, 255, 255, 0.5);
}

.l_main .md_experience .md_spot > li{
	border-bottom: rgba(0, 0, 0, 0.2) 4px dotted;
}

.l_main .md_experience .md_spot > li:last-child{
	border-bottom: none;
}

@media only screen and (max-width: 767.98px){
	.l_main .md_experience .is_titexperience{
		font-size: 175%;
	}
}



/*---------------------
寛永STORY
---------------------*/
.l_main .md_story{
	border-top: rgba( 0, 0, 0, 0.5) 1px solid;
	margin: 40px 0;
	padding: 40px 0;
}

.l_main .md_story .is_subtitle2{
	color: #59708a;
}


/*---------------------
便利な乗車券
---------------------*/
.l_main .ticket-info__inner {
	padding: 0 0 80px 0
}
@media only screen and (max-width: 767.98px){
	.l_main .ticket-info__inner {
		margin: 30px 15px 0 17px;
		padding-bottom: 0;
	}
}
.l_main .ticket-info__inner .ticket-info__detail {
	display: flex;
	justify-content: center;
	padding-bottom: 38px;
}
@media only screen and (max-width: 767.98px){
	.l_main .ticket-info__inner .ticket-info__detail {
		display: grid;
		padding-bottom: 35px;
		gap: 35px;
	}
}
.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol {
	width: 42%;
}
.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol:nth-of-type(2) {
	padding-left: 36.95px;
	background-image: url("../img/img_ticketinfo_border.png");
	background-repeat: repeat-y;
	background-position: left top;
}
@media only screen and (max-width: 767.98px){
	.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol {
		width: 100%;
	}
	.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol:nth-of-type(2) {
		padding-left: 0;
		border-left: none;
		border-top: dashed 1px #000;
		padding-top: 30px;
		background-image: none;
	}
}
.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol h4 {
	color: #7b6c8c;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.233333;
	text-align: center;
	margin: 0;
}
.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol h4 span {
	font-size: 25px;
	display: block;
	line-height: 1.48;
}
@media only screen and (max-width: 767.98px){
	.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol h4 {
		font-size: 24px;
	}
	.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol h4 span {
		font-size: 18px;
	}
}
.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol .ticket-info__kinds {
	margin: 11px auto 26px;
	width: 150.11px;
}
.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol .ticket-info__kinds dl {
	display: flex;
	justify-content: space-between;
	margin: 0;
	font-weight: 700;
	align-items: center;
	color: #7b6c8c;
}
.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol .ticket-info__kinds dl dt {
	font-size: 20px;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	line-height: 1.75;
}
.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol .ticket-info__kinds dl dd {
	margin: 0;
	font-size: 25px;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
	line-height: 1.32;
}
.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol .ticket-info__kinds dl dd span {
	font-size: 20px;
}
.l_main .ticket-info__section dl {
	display: flex;
	gap: 16.84px;
}
.l_main .ticket-info__section dl dt {
	margin-top: 5px;
}
@media only screen and (max-width: 767.98px){
	.l_main .ticket-info__section dl {
		display: grid;
		gap: 5px;
		place-items: center;
	}
	.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol .ticket-info__kinds{
		width: 130.11px;
	}
	.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol .ticket-info__kinds dl dt {
		font-size: 16px;
		line-height: 1.75;
		margin-top: 0;
	}
	.l_main .ticket-info__inner .ticket-info__detail .ticket-info__detailCol .ticket-info__kinds dl dd{
		font-size: 20px;
	}
}

.ufpr_top .l_main .sec-07 .ticket-info__detailCol .ticket-info__detailhead {
	width: 378.21px;
}
@media only screen and (max-width: 767.98px){
	.ufpr_top .l_main .sec-07 .ticket-info__detailCol .ticket-info__detailhead {
		width: 100%;
	}
}


.l_main .ticket-info__section dl dt {
	background-color: #7b6c8c;
	color: #fff;
	display: grid;
	width: 87.37px;
	height: 34px;
	align-items: center;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}
@media only screen and (max-width: 767.98px){
	.l_main .ticket-info__section dl dt {
		height: 31px;
	}
}
.l_main .ticket-info__section dl dd {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.533333;
}
@media only screen and (max-width: 767.98px){
	.l_main .ticket-info__section dl dd {
		text-align: center;
	}
}
.l_main .ticket-info__section dl dd span {
	font-size: 11px;
	line-height: 2.090909;
}
.l_main .ticket-info__period {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.533333;
}
.l_main .ticket-info__bottom {
	border-top: rgba(0, 0, 0, 0.5) 1px solid;
	padding-top: 35px;
	text-align: center;
}
@media only screen and (max-width: 767.98px){
	.l_main .ticket-info__bottom {
		padding-top: 30px;
	}
}
.l_main .ticket-info__bottom h5 {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 700;
	color: #7b6c8c;
	font-family: 'YakuHanMP', "Noto Serif JP", sans-serif;
}
.l_main .ticket-info__bottom p {
	font-weight: 500;
	font-size: 15px;
	line-height: 2;
}
.l_main .ticket-info__bottom p.ticket-info__notes {
	font-size: 10px;
	line-height: 3;
}

.l_main .ticket-info__inner .ticket-info__detail + .is_btn a{
	margin: 0 auto 40px auto;
}

.l_main .ticket-info__inner .ticket-info__detail .is_ticketnaiyo{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 767.98px){
	.l_main .ticket-info__inner .ticket-info__detail .is_ticketnaiyo{
		display: block;
	}
}
