@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/
:root {
	--kokunai-color: #E65645;
	--kaigai-color: #2966A9;
	--kokunai-btn-color: #FAE0DC;
	--kaigai-btn-color: #D4E0EE;
	--saikou-color: #00376A;
	--mv_bg-color: #FAF3DD;
	--mv_bg-dots-color: rgba(255, 225, 137, 0.4);
	--text-color: #333;
	--line-color: #bcbcbc;
}

/*----------------------------------メインコンテンツ----------------------------------*/
body .skj {
	font-family: sans-serif;
}

.err {
	margin: 2em;
	padding: 2em;
	border: #FF6666 double 3px;
	font: large bold;
	color: #FF6666;
	text-align: center;
}

/*タイトルエリア*/
.skj .AreaPageTitle {
	text-align: center;
	margin-bottom: 40px;
}

.skj .i .AreaPageTitle {
	background-color: #DB747B;
}

.skj .d .AreaPageTitle {
	background-color: #DB747B;
}

.skj .top .AreaPageTitle {
	/* background-color:var(--mv_bg-color);
	height:292px; */
}

.skj .AreaPageTitle .Naigai {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	width: 100px;
}

.skj .AreaPageTitle .subKyotenName {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	width: 100px;
}

.skj .AreaPageTitle .PageTitle {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 21px;
	margin: 5px;
}

/*注意文言*/
.skj .YokoLink {
	margin-top: 15px;
	text-align: right;
}

.skj .TextBlock {
	margin-top: 10px;
	margin-bottom: 10px;
}

.skj .KeisaiInfo {
	color: var(--caution-color);
	font-weight: bold;
	font-size: 16px;
}

.skj .Update {
	color: #666666;
	font-size: 16px;
}

.skj .KeisaiNote {
	font-size: 17px;
	font-weight: 600;
	/* color: #db2100; */
}

.skj .KeisaiNote span {
	color: var(--text-color);
	font-weight: 400;
}

.skj .BeforeInfo a {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	line-height: 1.4em;
}

/*カレンダー*/
.skj .Cal {
	position: relative;
	margin-top: 15px;
}

.skj .Cal table {
	width: 100%;
}

.skj .Cal a {
	color: #0066CC;
	/*margin-left:10px;*/
}

.skj .month li {
	top: 3px;
	position: absolute;
	font-size: 10px;
}

.skj .prev,
.skj .next {
	font-size: 10px;
	white-space: nowrap;
	vertical-align: middle;
}

.skj td.prev a,
.skj td.next a {
	color: #0066FF;
	text-decoration: underline;
	font-size: 14px;
}

.skj .Cal td.prev {
	text-align: left;
	border-right: none;
}

.skj .Cal td.next {
	text-align: right;
	border-left: none;
	font-size: 12px;
}

.skj .Cal td,
.skj .Cal th {
	border: 1px solid #aaaaaa;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.skj .Cal th.TitleLine {
	white-space: nowrap;
	vertical-align: middle;
	font-size: 12px;
}

.skj .Cal th.TitleMonth {
	font-size: 12px;
}

.skj .Cal td.days {
	font-size: 12px;
	width: 16px;
	text-align: center;
	padding: 0 2px;
}

.skj .Cal td.CourseName {
	text-align: left;
}

.skj .Cal .sat {
	background-color: #66CCFF;
}

.skj .Cal .sun {
	background-color: #FF99CC;
}

.skj .Cal .ok {
	background-color: var(--caution-color);
	color: #FFFFFF;
}

.skj .Cal td.status {
	border-top: dotted 1px #CCCCCC;
	font-size: 12px;
}

.skj .Cal td.kaku {
	border-bottom: dotted 1px #CCCCCC;
	font-size: 12px;
}

.Cal td.target {
	background-color: #FFCC66;
}

.skj .TitleArea td,
.skj .TitleArea th {
	background-color: #fdf9e6;
}

.skj .listTableSet {
	margin-bottom: 2em;
}

/*トップページ*/
.SaikouKakuteiBox {
	clear: both;
	height: auto;
	width: 740px;
}

.SaikouKakuteiTopBox {
	clear: both;
	padding: 0;
	margin: 0;
}

.SaikouKakuteiTop_wrap {
	width: 1024px;
	height: auto;
	display: flex;
	gap: 16px;
	margin: 0 auto;
	justify-content: center;
	align-items: flex-start;
}

.SaikouKakuteiTop {
	width: 504px;
}

.SaikouKakuteiTopBtnDtI,
.SaikouKakuteiTopBtnDtD {
	color: #fff;
	font-weight: 600;
	padding: 22px 16px;
	font-size: 20px;
	border-radius: 16px 16px 0 0;
	text-align: center;
	line-height: 1;
}

.SaikouKakuteiTopBtnDtI {
	background: var(--kaigai-color);
}

.SaikouKakuteiTopBtnDtD {
	background: var(--kokunai-color);
}

.SaikouKakuteiTopBtnDtI span,
.SaikouKakuteiTopBtnDtD span {
	font-size: 24px;
}

.SaikouKakuteiTopBtnDtD {}

.SaikouKakuteiTopBtnDd {
	padding: 0 20px 20px;
	border: 1px solid #adadad;
	border-top: none;
	background-color: #fff;
	border-radius: 0 0 16px 16px;
}

/* .SaikouKakuteiTopBtnDl ul{
	display:inline-table;
	display:inline;
	zoom:1;
} */
.SaikouKakuteiTopliRightM10 {
	margin: 0 10px 5px 0;
}

.SaikouKakuteiTopliRightNone {
	margin-bottom: 5px;
}

.SaikouKakuteiTopBtnDl ul li {
	/* font-size:12px;
	line-height:16px; */
}

.SaikouKakuteiTopTxt {
	text-align: center;
	background-color: #d3edff;
	padding: 10px 0;
	margin-top: 10px;
	border: dotted 1px #CCCCCC;
}

.SaikouKakuteiTopTxt span {
	font-weight: bold
}

.SaikouKakuteiTopTxtSub_wrap {
	width: 1024px;
	margin: 0 auto;
}

.SaikouKakuteiTopTxtSub {
	margin-top: 30px;
	text-align: left;
	line-height: 1.8;
}

.SaikouKakuteiTopTxtSub>span {
	line-height: 1.8;
	font-size: 16px;
}

.TextBlockSub {
	position: relative;
	height: auto;
	margin-bottom: 15px;
}

.KeisaiNoteSub {
	background-color: #fffae8;
	margin-top: 20px;
	padding: 10px 30px;
	text-align: left;
}

.KeisaiNoteSub .KeisaiNoteSub__txt,
.KeisaiNoteSub .KeisaiNoteSub__txt>span {
	font-size: 14px;
	font-weight: 400;
}

.KeisaiNoteSub .KeisaiNoteSub__txt>span:first-child {
	background-color: var(--saikou-color);
	padding: 0.2em;
	color: #fff;
}

.KeisaiNoteSub a {
	color: #0066CC;
	text-decoration: underline;
	font-size: 16px;
}

.KeisaiNoteSub span {
	font-weight: bold;
}

.KeisaiNoteSub .SaikouKakuteiTopTxtSub span {
	font-weight: normal;
}

/*拠点アンカーテキスト*/

.kyotenTab {
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	margin-top: 15px;
	background-color: #fcf6d7;
	padding: 3px 0;
}

.kyotenTabTxt {
	font-size: 14px;
	line-height: 18px;
}

.kyotenTabTxt a {
	font-size: 14px;
	line-height: 18px;
}

.houmen {
	width: 955px;
	height: auto;
	font-weight: bold;
	background-color: #fcf6d7;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding: 3px 0 3px 3px;
}


/*タイトルTOP*/

.mv_ttl_wrap {
	width: 100%;
	background-color: #fff;
	background: radial-gradient(var(--mv_bg-dots-color) 40%, transparent 40%), var(--mv_bg-color);
	background-size: 12px 12px;
	position: relative;
	height: 292px;
}

.mv_balloon_wrap {
	margin: 0px auto;
	padding-top: 36px;
}

.mv_balloon {
	padding: 13px 21px;
	position: relative;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	line-height: 1;
}

.kyoten_d .mv_balloon,
.mv_balloon.mv_balloon_d {
	background-color: var(--kokunai-color);
}

.kyoten_i .mv_balloon,
.mv_balloon.mv_balloon_i {
	background-color: var(--kaigai-color);
}

.mv_balloon:before {
	content: '';
	height: 13px;
	width: 12px;
	position: absolute;
	top: 45px;
}

.mv_balloon.mv_balloon_d:before {
	background-color: var(--kokunai-color);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	right: 20px;
}

.mv_balloon.mv_balloon_i:before {
	background-color: var(--kaigai-color);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	left: 20px;
}

.kyoten .mv_balloon_wrap {
	margin: 0px auto;
	padding-top: 32px;
	position: relative;
}

.kyoten .mv_balloon {
	position: absolute;
	left: 360px;
}

.kyoten .mv_balloon:before {
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	left: 40%;
}

.kyoten_d .mv_balloon:before {
	background-color: var(--kokunai-color);
}

.kyoten_i .mv_balloon:before {
	background-color: var(--kaigai-color);
}

.ttlbg_top {
	width: 1300px;
	height: 292px;
	background: url(/attending/saikou_kakutei/images/mv_bg_top.png) no-repeat;
	background-position: 50% 50%;
	background-size: 1241px 274px;
	position: absolute;
	margin: 0 auto;
	left: calc(50% - 1241px / 2);
}

.kyoten_d .ttlbg_top {
	background-image: url(/attending/saikou_kakutei/images/mv_bg_d.png);
}

.kyoten_i .ttlbg_top {
	background-image: url(/attending/saikou_kakutei/images/mv_bg_i.png);
}

.ttl>img {
	width: 569px;
	height: 95px;
	position: absolute;
	top: 109px;
	left: calc(50% - 569px / 2);
}

.seoTxt {
	width: 1024px;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	position: absolute;
	top: 220px;
	left: calc(50% - 1024px / 2);
	font-weight: 400;
}

.saikou_mark {
	padding: 0.2em 0.25em;
	margin-right: 0.25em;
	background: var(--saikou-color);
	color: #fff;
}


/*TOPボタン*/

dl.SaikouKakuteiTopBtnDl {
	height: auto;
}

.topbtn {
	display: flex;
	padding: 24px 0;
	align-items: center;
	border-bottom: 1px #adadad solid
}

.topbtn:last-of-type {
	border-bottom: none;
}

.topbtn_inner {
	display: flex;
	width: 342px;
	gap: 16px;
	flex-wrap: wrap;
	line-height: 1;
}

.topbtn_link {
	position: relative;
}

.topbtn_link::after {
	position: absolute;
	content: '';
}

.topbtn_link::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0em;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.SaikouKakuteiTop_i .topbtn_link::before {
	background: var(--kaigai-color);
}

.SaikouKakuteiTop_d .topbtn_link::before {
	background: var(--kokunai-color);
}

.topbtn_link::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0.35em;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.topbtn_link>a {
	font-size: 14px;
	color: #333;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	padding-right: 1.2em;
}

.topbtn_h {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	width: 120px;
	line-height: 1;
}

/*海外*/


.ttlbg_ubj_i p {
	width: 330px;
	height: auto;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	position: absolute;
	top: 115px;
	left: 320px;
}

/*ボタン北関東*/
.YokoBtn {
	/* max-width: 1300px; */
	width: 1024px;
	display: flex;
	margin: 15px auto;
	justify-content: flex-end;
	align-items: center;
}

.YokoBtn_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	font-size: 16px;
	font-weight: 600;
}

.YokoBtn_h {}

.kyoten_d .YokoBtn .YokoBtn_btn {
	background: var(--kokunai-btn-color);
}

.kyoten_i .YokoBtn .YokoBtn_btn {
	background: var(--kaigai-btn-color);
}

.YokoBtn .YokoBtn_btn {
	border-radius: 60px;
	position: relative;
}

.YokoBtn .YokoBtn_btn:hover,
.YokoBtn .YokoBtn_btn:hover a {
	opacity: 0.7;
}

.YokoBtn .YokoBtn_btn,
.YokoBtn .YokoBtn_btn a {
	cursor: pointer;
}

.YokoBtn .YokoBtn_btn a.skbtn {
	display: block;
	padding: 10px 25px 10px 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: var(--text-color);
	min-width: 100px;
	text-align: center;
}

.YokoBtn .YokoBtn_btn::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0.5em;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.kyoten_i .YokoBtn .YokoBtn_btn::before {
	background: var(--kaigai-color);
}

.kyoten_d .YokoBtn .YokoBtn_btn::before {
	background: var(--kokunai-color);
}

.YokoBtn .YokoBtn_btn::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0.8em;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}




/*拠点下部コンテンツ*/

div.bottomCont {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

/*新聞枠*/

/* dl.NewspaperBox{
	width:232px;
	height:auto;
	background:url(/attending/saikou_kakutei/images/bottom_line01.gif) no-repeat bottom;
	padding-bottom:5px;
	position:relative;
	float:left;
	margin-right:10px;
	}

.NewspaperBox dt{
	width:232px;
	height:41px;
	background:url(/attending/saikou_kakutei/images/obi_newspaper.gif) no-repeat;
	text-indent:-9999px;
	}

dl.NewspaperBox dd.Txt{
	font-size:12px;
	line-height:16px;
	color:#5f5f5f;
	border-left:1px solid #dcdad0;
	border-right:1px solid #dcdad0;
	padding-left:5px;
	height:55px;
	}

dd.ichiran01{
	width:75px;
	height:21px;
	position:absolute;
	top:75px;
	left:152px;
	}

dd.ichiran01 a{
	display:block;
	background:url(/attending/saikou_kakutei/images/btn_ichiran_a.gif) no-repeat;
	width:75px;
	height:21px;
	text-indent:-9999px;
	}

dd.ichiran01 a:hover{
	background:url(/attending/saikou_kakutei/images/btn_ichiran_b.gif) no-repeat;
	width:75px;
	height:21px;
	}

dd.ichiran01 a:active{
	background:url(/attending/saikou_kakutei/images/btn_ichiran_c.gif) no-repeat;
	width:75px;
	height:21px;
	} */

/*コース枠*/
/* 
dl.CourseBox{
	width:233px;
	height:auto;
	background:url(/attending/saikou_kakutei/images/bottom_line01.gif) no-repeat bottom;
	padding-bottom:5px;
	position:relative;
	float:left;
	margin-right:10px;
	}

.CourseBox dt{
	width:233px;
	height:41px;
	background:url(/attending/saikou_kakutei/images/obi_course.gif) no-repeat;
	text-indent:-9999px;
	}

dl.CourseBox dd.Txt{
	font-size:12px;
	line-height:16px;
	color:#5f5f5f;
	border-left:1px solid #dcdad0;
	border-right:1px solid #dcdad0;
	padding-left:5px;
	height:55px;
	} */

/*説明会枠*/
/* 
dl.SetsumeikaiBox{
	width:233px;
	height:auto;
	background:url(/attending/saikou_kakutei/images/bottom_line01.gif) no-repeat bottom;
	padding-bottom:5px;
	position:relative;
	float:left;
	margin-right:10px;
	}

.SetsumeikaiBox dt{
	width:233px;
	height:41px;
	background:url(/attending/saikou_kakutei/images/obi_setsumeikai.gif) no-repeat;
	text-indent:-9999px;
	}

dl.SetsumeikaiBox dd.Txt{
	font-size:12px;
	line-height:16px;
	color:#5f5f5f;
	border-left:1px solid #dcdad0;
	border-right:1px solid #dcdad0;
	padding-left:5px;
	height:55px;
	} */

/*カタログ枠*/
/* 
dl.CatalogBox{
	width:232px;
	height:auto;
	background:url(/attending/saikou_kakutei/images/bottom_line01.gif) no-repeat bottom;
	padding-bottom:5px;
	position:relative;
	float:left;
	}

.CatalogBox dt{
	width:232px;
	height:41px;
	background:url(/attending/saikou_kakutei/images/obi_catalog.gif) no-repeat;
	text-indent:-9999px;
	}

dl.CatalogBox dd.Txt{
	font-size:12px;
	line-height:16px;
	color:#5f5f5f;
	border-left:1px solid #dcdad0;
	border-right:1px solid #dcdad0;
	padding-left:5px;
	height:55px;
	}

* html div.CtsMrBox div div.Btn{
	position:absolute;
	bottom:20px;
	right:0;
	}

*+html div.CtsMrBox div div.Btn{
	position:absolute;
	bottom:20px;
	right:0;
	} */


/*拠点へのリンクエリア*/
/* 
.selectForm {
	width:920px;
	height:auto;
	overflow:auto;
}

.selectTitle {
	width:920px;
	height:40px;
	background:url(/attending/saikou_kakutei/images/saikou_search_ttl.gif) no-repeat;
	text-indent:-9999px;
}

.selectFormBlk {
	border-bottom:1px solid #dadada;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	padding:10px;
	overflow:auto;
}

* html .selectFormBlk {
	height:40px;
	overflow:visible;
}

.selectCountry,.selectBrand,.inputDate {
	width:auto;
	height:30px;
	padding:10px;
	margin-right:8px;
	display:inline;
	float:left;
	background-color:#eff7ff;
}

.selectCountry p,.selectCountry select,.selectBrand p,.selectBrand select,.inputDate p,.inputDate input {
	display:inline;
}

.selectCountry select,.selectBrand select,.inputDate input {
	width:108px;
}

.selTitle {
	margin-right:5px;
}

.selectButtons {
	float:left;
	padding:10px 3px;
}

.selectButtons button {
	margin-right:4px;
	display:block;
	float:left;
	width:115px;
	height:30px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	}

.BtnSet {background:url(/attending/saikou_kakutei/images/saikou_search_btn01.gif) no-repeat}
.BtnReset {background:url(/attending/saikou_kakutei/images/saikou_search_btn02.gif) no-repeat}

/*140210追加→140213削除*/
/*dd.CursSlctNaigai .KytCmbKensakuBtn{
	margin: -23px 5px 0 0;
	float: right;

	height: 25px;
	width: 50px;
}
dd.CursSlctNaigai .KytCmbKensakuBtn input.ttlCursSrchBtn{
	background-position: -69px -180px;
	background-image: url(/sharing/images/share_btn.gif) ;
	background-repeat:no-repeat;
	background-color:#fff;
	display: block;
	text-indent: -9999px;
	height: 25px;
	width: 50px;
	border:0;
}*/

.kaku a {
	color: #fff;
	position: relative;
	transition: .3s;

}

.kaku a:hover {
	color: #fff;
	text-decoration: none;
}

.kaku a:before {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1;
}

.kaku a:visited,
.kaku a:link {
	color: #fff;
}

.kaku a .businfoCts {
	position: absolute;
	opacity: 0;
	bottom: 20px;
	left: -30px;
	display: none;
	padding: 7px;
	border-radius: 2px;
	background: #196090;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	transition: .3s;

	text-align: left;

}

.kaku a .businfoCts:after {
	position: absolute;
	top: 100%;
	left: 30px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top: 6px solid #196090;
	content: "";

}

.kaku a:hover div {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	/*top: -45px;*/
	bottom: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: block;
}



.busno {
	color: #fff;
	margin: 0;
	padding: 2px 0 0 0;
	white-space: nowrap;
}

.ImptNews .NewsBtn a,
.InfoTravel .BlogBtn a,
.LocalInfoBtn a,
.NxtBtn a,
.NxtBtnInput input,
.IchiranBtn a,
.KensakuBtn a,
.MapList li,
.TourGuide .GuideBtn a,
.TourGuide .GuideBtn a {
	background: url(/sharing/images/share_btn.gif) no-repeat;
}

.CtsMrBox {
	/* width: 1024px; */
	height: auto;
	margin: 0px auto;
}

.MainBox {
	/* width: 740px; */
	height: auto;
}

.RgtBox {
	/* width: 200px;
    height: auto; */
}

.NxtBtnInput {
	padding-right: 10px;
}

.NxtBtnInput,
.NxtBtnInput input {
	width: 50px;
	height: 25px;
}

.NxtBtnInput input {
	display: block;
	background-position: 0px -180px;
	border: 0;
}

.NxtBtnInput,
.NxtBtnInput input {
	width: 50px;
	height: 25px;
}

.ttlKoumoku {
	font-size: 14px;
}

.ttlDetail {
	font-size: 14px;
}

.selTitle {
	font-size: 14px;
}

.KytLateN {
	text-indent: 0
}

.IchiranBtn a {
	text-indent: -9999px;
}

.Setsumei .IchiranBtn {
	width: 80px;
	height: 30px;
	background: url(/sharing/images/share_btn.gif) no-repeat;
}

.Setsumei dl {
	position: relative;
}

.Setsumei .IchiranBtn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
}

.Shinbun .IchiranBtn {
	width: 80px;
	height: 30px;
	background: url(/sharing/images/share_btn.gif) no-repeat;
}

.Shinbun dl {
	position: relative;
}

.Shinbun dl,
.CursBango dl,
.SaikoKkti dl,
.Setsumei dl,
.Ebook dl {
	background-position: bottom;
	width: 232px;
	height: 130px;
}

.Shinbun .IchiranBtn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
}

.Ebook dl {
	position: relative;
}

.Ebook .AreaBtn a {
	text-indent: -9999px;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
}

.Ebook .AreaBtn {
	width: 84px;
	height: 20px;
	background: url(/sharing/images/share_btn.gif) no-repeat;
	background-position: 0 -550px;
}

.KytCmbKensakuBtn .ttlCursSrchBtn:hover {
	cursor: pointer;
}

.nextCourse {
	background: url(/attending/saikou_kakutei/images/btnMorTour.png) no-repeat;
	display: block;
	width: 926px;
	height: 60px;
	margin-top: 20px;
}

/*181227 海外ブランド枠非表示*/
/*.Ctsi .selectBrand{ display:none; }*/


.DRyokoBtn,
.IRyokoBtn {
	padding: 0 10px;
}

.DRyokoBtn {
	margin-bottom: 10px;
}

.DRyokoBtn a,
.IRyokoBtn a {
	position: relative;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 60%, rgba(230, 230, 230, 1) 100%);
	border: 1px solid #adadad;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	color: #4c4c4c;
	vertical-align: middle;
	padding: 1.5%;
	display: block;
}

.DRyokoBtn a:hover,
.IRyokoBtn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.DRyokoBtn a:before,
.IRyokoBtn a:before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	margin: auto;
	box-sizing: border-box;
	border: 4px solid transparent;
	border-left: 5px solid #d54b00;
}

/* 20220311追加 */
.RgtBox .Setsumei dt {
	background: url(/attending/saikou_kakutei/images/right_box_setumei.png) no-repeat;
}

.RgtBox .Setsumei {
	width: 200px;
	height: auto;
	margin-top: 0;
	margin-bottom: 15px;
	margin-right: 0;
	margin-left: 0;
	background: url(/sharing/images/frm.png) no-repeat;
}

.RgtBox .Setsumei dt {
	background-position: 0px -9px;
}

.CtsMrBox {
	overflow: hidden;
	margin-bottom: 30px;
}

.FClear:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.OnFL,
.OnFLeft {
	float: left;
}

.OnFR,
.OnFRight {
	float: right;
}

.OnCL {
	clear: both;
}

.CtsMrBox *,
::after,
::before {
	/* box-sizing: content-box;
	letter-spacing: 0em; */
}

.AreaTxt,
.CursSlct {
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.6;
}

.CursSlct {
	border: solid 1px #ccc;
	padding: 3px;
	width: 150px;
	margin: 5px 10px;
}

.ui-tabs .ui-tabs-nav li a {
	display: block;
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
}

/* .MainBox a {
	color: #1d3994;
}
.MainBox a:visited {
	color: #9933cc;
	text-decoration: none;
}
.MainBox a:hover {
	color: #ff9933;
	text-decoration: underline;
} */

.RgtBox .CursSlct {
	border: solid 1px #ccc;
	padding: 3px;
	width: 170px;
	margin: 5px auto;
}

.FrmAra {
	display: inline-block;
	position: relative;
	border: 1px solid #ccc;
	vertical-align: middle;
	margin: 0 0 10px 10px;
	width: 166px;

}

.FrmAra select {
	font-size: 12px;
	appearance: none;
	width: 150px !important;
	padding: 5px 0px;
	padding-right: 1em;
	border: none;
	outline: 0;
	background: #fff;
	background-image: none;
	box-shadow: none;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	cursor: pointer;
}

.FrmAra::before {
	position: absolute;
	top: 11px;
	right: 8px;
	width: 0;
	height: 0;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
	content: "";
	pointer-events: none;
}

.destFrmAra {
	display: inline-block;
	position: relative;
	border: 1px solid #ccc;
	vertical-align: middle;
	width: 108px;

}

.destFrmAra select {
	font-size: 12px;
	appearance: none;
	width: 96px !important;
	padding: 5px 7px 5px 5px;
	border: none;
	outline: 0;
	background: #fff;
	background-image: none;
	box-shadow: none;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	cursor: pointer;
}

.destFrmAra::before {
	position: absolute;
	top: 11px;
	right: 5px;
	width: 0;
	height: 0;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
	content: "";
	pointer-events: none;
}

#setInpDate {
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 3px;
	width: 100px;
	height: 21px;
	font-size: 12px;
}

.SubWinBox {
	font-size: 12px;
}

.SubWinBox .SW_SD_Month th {
	padding: 1px;
}

.SubWinBox .SW_SD_Month th.sun,
.SubWinBox .SW_SD_Month td.sun,
.SubWinBox .SW_SD_Month td.hol {
	padding: 1px;
}

.DRyoko,
.IRyoko {
	font-weight: bold;
}

/* -------------------- start_アクセシビリティ対応 -------------------- */

/* start_コース番号検索 */

#SearchCourse {
	width: 1024px;
	margin: 80px auto 30px;
	text-align: center;
}

#SearchCourse,
#SearchCourse * {
	box-sizing: border-box;
}

#SearchCourse ::placeholder {
	color: #888;
}

.SearchCourse__h {
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 40px;
}

.SearchCourse__inner {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 30px 10px 0;
	text-align: left;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
}

.SearchCourse__ttl {
	padding: 0 30px;
	font-size: 1.8rem;
	font-weight: 600;
}

.SearchCourse__ttl::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	vertical-align: -2px;
	background: url(../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.SearchCourse__form {
	display: flex;
	justify-content: flex-start;
	padding: 10px 0 10px 30px;
	border-left: 1px dotted #888;
}

/* start_ラジオボタン */
#SearchCourse input[type="radio"] {
	display: none;
}

.SearchCourse__radio-label {
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	font-size: 1.4rem;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
}

#SearchCourse input[type="radio"]:checked+.SearchCourse__radio-label {
	background: var(--active-color);
}

.SearchCourse__radio-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: -5px;
	border-radius: 50%;
	border: 2px solid #888;
	background-color: white;
}

#SearchCourse input[type="radio"]:checked+.SearchCourse__radio-label .SearchCourse__radio-btn {
	border: 6px solid var(--corporate-color);
}

/* end_ラジオボタン */

.SearchCourse__input-text {
	width: 260px;
	margin-right: 10px;
	padding: 8px 10px;
	border: 1px solid #888;
	border-radius: 4px;
}

.SearchCourse__input-text-wrap {
	position: relative;
}

.SearchCourse__alert {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 1;
	padding: 5px 15px;
	color: #888;
	font-weight: 600;
	font-size: 1.2rem;
	white-space: nowrap;
	border-radius: 6px;
	background: white;
	border: 2px solid #c3c3c3;
	box-shadow: 0px 4px 7px -6px rgb(0 0 0 / 50%);
}

.SearchCourse__alert::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #c3c3c3 transparent transparent transparent;
}

.SearchCourse__alert::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: white transparent transparent transparent;
}

.SearchCourse__alert-icn {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	color: white;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 16px;
	vertical-align: 1px;
	text-align: center;
	border-radius: 50%;
	background: #ffa301;
}

.SearchCourse__submit {
	padding: 0 15px;
	color: white;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	background-color: var(--caution-color);
	border-radius: 3px;
}

.SearchCourse__submit::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	vertical-align: -2px;
	background: url(../../../sharing/common21/images/icn_search--white.svg) no-repeat center / contain;
}

/* end_コース番号検索 */

/* -------------------- end_アクセシビリティ対応 -------------------- */

/* .Info__group-label--advertising::before {
	background-image: url(/attending/common/images/icn_Info--advertising.svg);
}

.Info__group-label--seminar::before {
	background-image: url(/attending/common/images/icn_Info--seminar.svg);
}

.Info__group-label--ebook::before {
	background-image: url(/attending/common/images/icn_Info--ebook.svg);
} */
.AsideLink__link--ebook::before {
	/* background-image: url(/attending/images/icn_AsideLink--ebook.svg);   */
	background-image: url(/attending/common/images/icn_Info--ebook.svg);
	margin-bottom: 1rem;
	content: "";
    display: block;
    /* width: 60px;
    height: 60px; */
    /* margin-right: 10px; */
    background-color: #dbecfa;
    border-radius: 50%;
}



.Info__group {
	margin-top: 0;
}



.Info__btn_wrap {
	margin: 0px auto;
	padding-top: 16px;
	width: 100%;
	display: flex;
	gap: 10px;
}

.Info__btn {
	position: relative;
	border-radius: 50px;
	display: inline-block;
	width: 100%;
}

.Info__btn a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	display: block;
	padding: 16px calc(16px + 8px) 16px 16px;
}

.Info__btn a::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 8px;
}

.Info__btn:hover {
	opacity: .7;
}

.Info__btn.btn_d {
	background-color: var(--kokunai-color);
}

.Info__btn.btn_i {
	background-color: var(--kaigai-color);
}

#Info {
	margin-bottom: 0;
	padding-top: 0;
	border-top: none;
}

.tabgroup {
	width: 1024px;
	margin: 0 auto;
}

.tabs {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	gap: 4px;
}

.kyoten_d .tabs .tab_label {
	background-color: var(--kokunai-color);
}

.kyoten_i .tabs .tab_label {
	background-color: var(--kaigai-color);
}

.tabs .tab_label:hover {
	opacity: 0.7;
}

.tabs .tab_label {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 17px;
	border-radius: 12px 12px 0 0;
	height: 40px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.tabs .tab_label[data-signet-tab="tab12"] {
	text-align: left;
}

.tabs .tab_label.current {
	padding: 16px 17px;
	height: 60px;
}

.tabs .tab_label span {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	display: block;
}

/* .ui-tabs-active
	.ui-state-active
	.ui-state-hover */
.tabcts_inner {
	border: solid 1px #adadad;
	padding: 20px;
	border-radius: 0 0 16px 16px;
}


.search__h {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	color: var(--text-color);
	background-color: #f6f6f6;
	padding: 10px;
	margin-bottom: 10px;
}

.search__h::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: -2px;
	background: url(/sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}


/* start_ツアー */
.tour_blk {
	border: solid 1px #adadad;
	padding: 10px 20px;
	border-radius: 16px;
	width: 1024px;
	margin: 10px auto 0;
}

.tour_blk__txtgroup {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 10px;
}

.tour_blk__ttl_wrap {
	width: calc(100% - 200px - 20px);
}

.tour_blk__ttl {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	color: var(--text-color);
}

.tour_blk__ttl:hover {
	text-decoration: underline;
}

.kyoten_d .tour_blk__detail_btn {
	background: var(--kokunai-btn-color);
}

.kyoten_i .tour_blk__detail_btn {
	background: var(--kaigai-btn-color);
}

.tour_blk__detail_btn {
	border-radius: 60px;
	width: 200px;
	text-align: center;
}

.tour_blk__detail_btn:hover,
.tour_blk__detail_btn a:hover {
	opacity: .7;
}

.tour_blk__detail_btn a {
	padding: 10px 25px 10px 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: var(--text-color);
	display: block;
}

.tour_blk__detail_btn {
	position: relative;
}

.tour_blk__detail_btn::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 1em;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.kyoten_i .tour_blk__detail_btn::before {
	background: var(--kaigai-color);
}

.kyoten_d .tour_blk__detail_btn::before {
	background: var(--kokunai-color);
}

.tour_blk__detail_btn::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 1.3em;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.tour_blk__label_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.tour_blk__labels {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.tour_blk__label {
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: var(--text-color);
}

.tour_blk__label02 {
	padding: 5px 10px;
	border: 1px solid #0073C0;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1em;
	color: #0073C0;
}

.tour_blk__boxs {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tour_blk__box:first-of-type {
	border-left: 1px solid #c3c3c3;
}

.kyoten_i .tour_blk__box.tour_blk__prev,
.kyoten_i .tour_blk__box.tour_blk__next {
	background: var(--kaigai-color);
	user-select: none;
}

.kyoten_d .tour_blk__box.tour_blk__prev,
.kyoten_d .tour_blk__box.tour_blk__next {
	background: var(--kokunai-color);
	user-select: none;
}

.tour_blk__box {
	border: 1px solid #c3c3c3;
	border-left: none;
	width: calc((100% - (27px * 2)) / 10);
	height: 70px;
	padding: 7px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative;
}

.kyoten_d .tour_blk__box:hover {
	background-color: var(--kokunai-btn-color);
}

.kyoten_i .tour_blk__box:hover {
	background-color: var(--kaigai-btn-color);
}

.tour_blk__day {
	display: inline-block;
	line-height: 1;
	font-size: 12px;
	letter-spacing: -0.02em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.tour_blk__saikou {
	position: absolute;
	top: 24px;
	left: calc(50% - 2.6em / 2);
	display: inline;
	line-height: 1;
	text-align: center;
	font-size: 14px;
	padding: 0.3em 0.3em 0.2em;
	background: var(--saikou-color);
	color: #fff;
}

.tour_blk__symbol {
	width: 100%;
	display: inline-block;
	line-height: 1;
	font-size: 13px;
	text-align: center;
}

.tour_blk__prev,
.tour_blk__next {
	width: 27px;
	position: relative;
	cursor: pointer;
}

.tour_blk__prev::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0.8em;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scale(1.2, 2.5) rotate(225deg);
}

.tour_blk__next::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0.8em;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scale(1.2, 2.5) rotate(45deg);
}


/* end_ツアー */


.Common21__fill-btn {
	width: 396px;
	height: 61px;
}

.Common21__fill-btn::after {
	transform: translateY(-50%) rotate(135deg);
}

#PageName {
	display: block;
	width: 1024px;
	margin: 0 auto;
	padding: 7px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.rq_p_dep_date {
	background-color: var(--kaigai-btn-colo);
}

a.bus_info {
	position: relative;
}

.bus_info span:not(.busno) {
	opacity: 0;
	transition: 0.5s;
	position: absolute;
	color: #fff;
	padding: 0.6rem 0.4rem;
	bottom: calc(100% + 12px);
	left: 50%;
    transform: translateX(-50%);
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	visibility: hidden;
	pointer-events: none;
	font-size: 1.3rem;
    font-weight: 400;
	/*display: inline-block;*/
	min-width: 10em;
	display:flex;
  flex-flow: column;
	
}
.kyoten_i .bus_info span {
	background-color: var(--kaigai-color);
}
.kyoten_d .bus_info span {
	background-color: var(--kokunai-color);
}
.kyoten_i a.bus_info::before {
	border-top: 14px solid var(--kaigai-color);
}
.kyoten_d a.bus_info::before {
	border-top: 14px solid var(--kokunai-color);
}

a.bus_info::before {
	opacity: 0;
	transition: 0.5s;
	content: "";
	position: absolute;
	border: 14px solid transparent;
	bottom: 0.7rem;
	left: 50%;
    transform: translateX(-50%);
	margin-top: -3px;
	visibility: hidden;
	pointer-events: none;
}

a.bus_info:hover:before {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

a.bus_info:hover span:not(.busno) {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}
.busno{
white-space: nowrap;
}
.kyoten_i .re_p_dep_dateCss {
	background-color: var(--kaigai-btn-color);
}

.kyoten_d .re_p_dep_dateCss {
	background-color: var(--kokunai-btn-color);
}

.noTour {
	padding: 4rem 0 2rem 0;
	font-size: 2rem;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
.bus_info{text-decoration: underline;}

.mask_div {
    position: relative;
    margin-bottom: 30px;
}

#mask_message {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    display: none;
    text-align: center;
    display: none;
    z-index: 9;
}

.p_mess {
    background-color: #d4d4d4;
    width: 50%;
    margin: 0 auto;
    padding: 5% 0;
    color: #000;
    font-size: 18px;
}