@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shun_contents{
	font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5625;
	color: #0d0d0d;
}
.shun_contents a{
	color: #0d0d0d;
}
.shun_contents .innerWrap {
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.shun_contents .innerWrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*-------------------------
pcCont/spCont
-------------------------*/
.shun_contents .spCont,
.shun_contents img.spCont {
	display: none;
}
.shun_contents .pcCont {
	display: block;
}
.shun_contents img.pcCont {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.shun_contents .pcCont,
	.shun_contents img.pcCont {
		display: none;
	}
	.shun_contents .spCont {
		display: block;
	}
	.shun_contents img.spCont {
		display: inline-block;
	}
}

/*-------------------------
エリアカラーテキスト
-------------------------*/
.shun_contents span.kyoto {
	color: #587849;
}

.shun_contents span.nara {
	color: #9f735b;
}

.shun_contents span.shiga {
	color: #4f7284;
}

/*-------------------------
その他
-------------------------*/
/*背景色*/
.shun_contents section.bg_color {
	background: #f9f9f7;
}

/*hover*/
.shun_contents .ro {
	transition: all 0.25s linear;
}
.shun_contents .ro:hover {
	opacity: .8;
	transition: all 0.25s linear;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
パーツ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
hd
-------------------------*/
.shun_contents .hd01 {
	line-height: 1.46154;
	margin-bottom: 55px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.shun_contents .hd01 {
		margin-bottom: 30px;
	}
}

.shun_contents .hd01 .ttl {
	font-weight: 600;
	font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
	.shun_contents .hd01 .ttl {
		font-size: 2.4rem;
	}
}

.shun_contents .hd01 .inner {
	display: inline-block;
	padding: 0 60px;
	position: relative;
	border: 3px solid #587849;
	border-top: none;
	border-bottom: none;
	z-index: 0;
}

@media only screen and (max-width: 767px) {
	.shun_contents .hd01 .inner {
		padding: 0 36px;
	}
}

.shun_contents .hd01 .inner:before, .shun_contents .hd01 .inner:after {
	content: "";
	display: block;
	width: 100%;
	height: 33.33%;
	border: 3px solid #9f735b;
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: -3px;
	right: 3px;
	z-index: -1;
}

.shun_contents .hd01 .inner:before {
	top: 33.33%;
}

.shun_contents .hd01 .inner:after {
	border-color: #4f7284;
	bottom: 0;
}

.shun_contents .hd01.kyoto .inner:before, .shun_contents .hd01.kyoto .inner:after {
	content: none;
}

.shun_contents .hd01.nara .inner {
	border-color: #9f735b;
}

.shun_contents .hd01.nara .inner:before, .shun_contents .hd01.nara .inner:after {
	content: none;
}

.shun_contents .hd01.shiga .inner {
	border-color: #4f7284;
}

.shun_contents .hd01.shiga .inner:before, .shun_contents .hd01.shiga .inner:after {
	content: none;
}

.shun_contents .hd01.kyoto_nara .inner:before {
	height: 50%;
	top: 50%;
}

.shun_contents .hd01.kyoto_nara .inner:after {
	content: none;
}

.shun_contents .hd01.kyoto_shiga .inner:before {
	content: none;
}

.shun_contents .hd01.kyoto_shiga .inner:after {
	height: 50%;
	top: 50%;
}

/*-------------------------
btn
-------------------------*/
.shun_contents .btn01 {
	text-align: center;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.shun_contents .btn01 {
		font-size: 1.4rem;
	}
}

.shun_contents .btn01 a {
	display: inline-block;
	background: url(../_images/shun/ico_arrow01.png) no-repeat right 10px bottom 10px #000;
	background-size: 18px auto;
	color: #fff;
	font-weight: 600;
	padding: 13px 25px;
	transition: all 0.25s linear;
}

.shun_contents .btn01 a:hover {
	opacity: .8;
	transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
	.shun_contents .btn01 a {
		padding: 12px 15px;
	}
	.shun_contents .btn01 a br.spCont {
		display: inline-block;
	}
}

.shun_contents .btn01 a.kyoto {
	background-color: #587849;
}

.shun_contents .btn01 a.nara {
	background-color: #9f735b;
}

.shun_contents .btn01 a.shiga {
	background-color: #4f7284;
}

.shun_contents .btn01 a.color02 {
	background-color: #7b7b7b;
}

.shun_contents .btn01 .small {
	font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
	.shun_contents .btn01 .small {
		font-size: 1.2rem;
	}
}

.shun_contents .btn01.big {
	font-size: 2rem;
}

@media only screen and (max-width: 767px) {
	.shun_contents .btn01.big {
		font-size: 1.7rem;
	}
}

.shun_contents .btn01.big a {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.shun_contents .btn01.big a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.shun_contents .btn01.big .small {
	font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
	.shun_contents .btn01.big .small {
		font-size: 80%;
	}
}

.shun_contents .btn01.small a {
	background: url(../_images/shun/ico_arrow01.png) no-repeat right 8px bottom 8px #000;
	background-size: 14px auto;
	font-size: 1.4rem;
	padding-top: 6px;
	padding-bottom: 8px;
	min-width: 165px;
}

.shun_contents .btn_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shun_contents .btn_list.list03 li a {
	width: 100%;
	background-position: right 8px bottom 8px;
	background-size: 15px auto;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.shun_contents .btn_list.list03 li a {
		background-position: right 6px bottom 6px;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
course_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shun_contents #course_sec .btn_list {
	max-width: 700px;
	margin: 0 auto 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .btn_list {
		margin-bottom: 30px;
	}
}

.shun_contents #course_sec .btn_list li {
	width: calc(33.33% - 1px);
}

.shun_contents #course_sec .btn_list li .small {
	margin-left: 5px;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .btn_list li a {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/*-------------------------
コース
-------------------------*/
.shun_contents #course_sec {
	padding-top: 50px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec {
		padding-top: 35px;
		padding-bottom: 0;
	}
}

.shun_contents #course_sec .course_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap {
		display: block;
	}
}

.shun_contents #course_sec .course_wrap .box {
	width: 580px;
	border-top: 3px solid #587849;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box {
		width: 100%;
		margin-bottom: 25px;
	}
	.shun_contents #course_sec .course_wrap .box:last-of-type {
		margin-bottom: 0;
	}
}

.shun_contents #course_sec .course_wrap .box:only-of-type{
	margin-left: auto;
	margin-right: auto;
}

.shun_contents #course_sec .course_wrap .box:after {
	content: "";
	display: block;
	width: 50%;
	height: 3px;
	position: absolute;
	top: -3px;
	right: 0;
}

.shun_contents #course_sec .course_wrap .box .box_inner {
	background: #fff;
	padding: 30px;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .box_inner {
		padding: 10px;
	}
}

.shun_contents #course_sec .course_wrap .box .caption {
	margin-top: 12px;
	font-size: 1.3rem;
	color: #666;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .caption {
		margin-top: 5px;
		font-size: 1.1rem;
	}
}

.shun_contents #course_sec .course_wrap .box .top_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .top_area {
		margin-bottom: 10px;
	}
}

.shun_contents #course_sec .course_wrap .box .top_area .img {
	width: 210px;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .top_area .img {
		width: 124px;
	}
}

.shun_contents #course_sec .course_wrap .box .top_area .img img {
	width: 100%;
	height: auto;
}

.shun_contents #course_sec .course_wrap .box .top_area .txt_area {
	width: 260px;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .top_area .txt_area {
		width: calc(100% - 124px);
		padding-left: 12px;
	}
}

.shun_contents #course_sec .course_wrap .box .top_area .ttl {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.45455;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .top_area .ttl {
		font-size: 1.6rem;
		line-height: 1.4375;
	}
}

.shun_contents #course_sec .course_wrap .box .top_area .btn01 {
	text-align: left;
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .top_area .btn01 {
		margin-top: 10px;
	}
}

.shun_contents #course_sec .course_wrap .box .top_area .btn01 a {
	text-align: center;
}

.shun_contents .course_wrap .box .top_area .caption {
	width: 100%;
	font-size: 70%;
	margin-top: 3px;
	margin-bottom: -22px;
}

@media only screen and (max-width: 767px) {
	.shun_contents .course_wrap .box .top_area .caption {
		font-size: 1rem;
		margin-top: 6px;
		margin-bottom: 0;
	}
}

.shun_contents #course_sec .course_wrap .box .schedule_area {
	font-weight: 600;
}

.shun_contents #course_sec .course_wrap .box .schedule_area ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shun_contents #course_sec .course_wrap .box .schedule_area ol > li {
	width: calc(33.33% - 6px);
	background: #f3f6f6;
	padding: 10px 8px 20px;
	min-height: 255px;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .schedule_area ol > li {
		width: calc(33.33% - 4px);
		padding: 7px 7px 15px;
		min-height: inherit;
	}
}

.shun_contents #course_sec .course_wrap .box .schedule_area .hd {
	text-align: center;
	font-size: 1.8rem;
	border-bottom: 1px solid #0d0d0d;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .schedule_area .hd {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
}

.shun_contents #course_sec .course_wrap .box .schedule_area .hd .big {
	font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .schedule_area .hd .big {
		font-size: 2rem;
	}
}

.shun_contents #course_sec .course_wrap .box .schedule_area ul {
	padding: 0 7px;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .schedule_area ul {
		padding: 0;
	}
}

.shun_contents #course_sec .course_wrap .box .schedule_area ul li {
	font-size: 1.7rem;
	line-height: 1.41176;
	padding-bottom: 20px;
	margin-bottom: 5px;
	background: url(../_images/shun/ico_arrow03.png) no-repeat left 10px bottom;
	background-size: 10px auto;
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .schedule_area ul li {
		font-size: 1.4rem;
		line-height: 1.35714;
		padding-bottom: 14px;
		background-size: 6px auto;
	}
}

.shun_contents #course_sec .course_wrap .box .schedule_area ul li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}

@media only screen and (min-width: 768px) {
	.shun_contents #course_sec .course_wrap .box .schedule_area ul li span.small {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 767px) {
	.shun_contents #course_sec .course_wrap .box .schedule_area ul.small {
		font-size: 1.2rem;
		line-height: 1.33333;
	}
}

.shun_contents #course_sec .course_wrap .box.nara {
	border-color: #9f735b;
}

.shun_contents #course_sec .course_wrap .box.shiga {
	border-color: #4f7284;
}

.shun_contents #course_sec .course_wrap .box.kyoto_nara:after {
	background: #9f735b;
}

.shun_contents #course_sec .course_wrap .box.kyoto_shiga:after {
	background: #4f7284;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
地図
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
タイトル
-------------------------*/
#shun_map_sec {
	padding: 40px 0;
}
.shun_ttl{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.shun_ttl .wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}
#shun_map .logo {
	width: 130px;
	margin-right: 30px;
}
#shun_map .txt_area {
	text-align: center;
}
#shun_map .ttl {
	font-size: 3rem;
	font-weight: 600;
}
#shun_map .small {
	font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
	#shun_map_sec {
		padding: 30px 0;
	}
	.shun_ttl{
		margin-bottom: 12px;
	}
	#shun_map .logo {
		width: 62px;
		margin-right: 0;
	}
	#shun_map .txt_area {
		width: calc(100% - 62px);
		padding-left: 10px;
	}
	#shun_map .ttl {
		font-size: 2rem;
	}
	#shun_map .small {
		font-size: 1.3rem;
	}
}


/*-------------------------
地図・リンクリスト
-------------------------*/
#shun_map_sec .map_wrap{
	display: flex;
	justify-content: space-between;
	justify-content: center;
}
#shun_map_sec .map_wrap {
}
#shun_map_sec .map_wrap .img {
	width: 40%;
}
#shun_map_sec .map_wrap img {
	width: 100%;
	height: auto;
}
#shun_map_sec .map_wrap .right_area {
	width: 60%;
	padding-left: 40px;
}
#shun_map_sec .map_wrap li {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dotted #323743;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#shun_map_sec .map_wrap .num {
	width: 28px;
	height: 28px;
	color: #fff;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border-radius: 50%;
	background: #125687;
}
#shun_map_sec .map_wrap .txt_area {
	width: calc(100% - 34px);
	padding-left: 15px;
	font-family: "Noto Sans JP", sans-serif;
}
#shun_map_sec .map_wrap .sub {
	font-size: 1.4rem;
	font-weight: 400;
}
#shun_map_sec .map_wrap .right_area .name {
	font-weight: 700;
	font-size: 1.7rem;
	line-height: (44 / 32);
	color: #125687;
}
#shun_map_sec .map_wrap .right_area .name a{
	background: url(../_images/shun/ico_arrow06.png) no-repeat right 10px center;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	display: block;
	padding-right: 30px;
	color: #125687;
	transition: all 0.25s linear;
}
#shun_map_sec .map_wrap .right_area .name a:hover {
	opacity: .8;
	transition: all 0.25s linear;
}
#shun_map_sec .map_wrap .sub + .name{
	margin-top: 2px;
}

@media only screen and (max-width: 767px) {
	#shun_map_sec .map_wrap{
		display: block;
	}
	#shun_map_sec .map_wrap .img {
		width: calc(100% + 30px);
		margin: 0 -15px 15px;
	}
	#shun_map_sec .map_wrap .right_area {
		width: 100%;
		padding-left: 0;
	}
	#shun_map_sec .map_wrap li {
		padding-bottom: 7px;
		margin-bottom: 7px;
	}
	#shun_map_sec .map_wrap .num {
		width: 25px;
		height: 25px;
	}
	#shun_map_sec .map_wrap .txt_area {
		width: calc(100% - 25px);
		padding-left: 10px;
	}
	#shun_map_sec .map_wrap .sub {
		font-size: 1.3rem;
	}
	#shun_map_sec .map_wrap .right_area .name {
		font-size: 1.6rem;
	}
	#shun_map_sec .map_wrap .right_area .name a{
		background-position: right 7px center;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
	}
}

/*リンクなし*/
#shun_map_sec .map_wrap .none_link li a{
	background: none !important;
	pointer-events: none;
	padding-right: 0;
}