@charset "UTF-8";
.sug {
	margin-bottom: 85px;
}
.sug:last-child {}
.sug_vis {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	margin-bottom: 50px;
}
.sug_vis-recommend {
	background-image: url(../jpg/pt-mainvis01.jpg)
}
.sug_vis-stay {
	background-image: url(../jpg/pt-mainvis02.jpg)
}
.sug_vis-great {
	background-image: url(../jpg/pt-mainvis03.jpg)
}
.sug_vis::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.38);
	position: absolute;
	z-index: 1;
}
.sug_areaTxt {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 120px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sug_title {
	font-size: 50px;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
}
.sug_list {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
.sug_list > li {
	text-align: left;
}
.sug_list > li::before {
	content: "・";
}
.sug_list > li:first-child {}
.sug_list > li:last-child {}
.sug_list > li:nth-child(2n+1) {}
.sug_list > li:nth-child(n+3) {}
.sug_inner {}
.course {
	margin-bottom: 30px;
}
.course:last-child {
	margin-bottom: 0;
}
.course > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.course > a::before {
	content: "";
}
.course > a::after {
	content: "";
}
.course_number {
	background-color: #223487;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.course_title {
	background-color: #F7F7F7;
	color: #223487;
	line-height: 1;
	display: flex;
	align-items: center;
	padding-left: 20px;
	width: calc(100% - 74px);
	padding: 26px 20px;
	border: 1px solid #919191;
	box-sizing: border-box;
	border-left: none;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.course_title > b {
	display: block;
	font-size: 20px;
	margin-right: 15px;
}
.course_title > small {
	font-size: 14px;
	font-weight: normal;
}
.course_plane {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 23px;
	transition-duration: .3s;
	transition-property: transform;
}
.course_plane > img {
	display: block;
}
.sug_headline {
	font-size: 20px;
	font-weight: bold;
	padding: 17px 10px;
}
.sug_headline-orange {
	color: #EA6C30;
	background-color: #FAEBE2;
}
.sug_headline-green {
	color: #3D8A34;
	background-color: #DCEEDF;
}
.sug_headline > a {
	display: block;
	color: inherit;
}
.sug_headline > a::before {}
.sug_headline > a::after {}
.bus {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #D0D0D0;
}
.bus_areaTtl {}
.bus_areaTtl > a {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: #CAD9EF;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.bus_areaTtl > a::before {}
.bus_areaTtl > a::after {}
.bus_cols {
	display: flex;
	padding: 20px 20px;
	justify-content: space-between;
}
.bus_cols-blue {
	align-items: center;
}
.bus_col {}
.bus_col-no1 {
	width: calc(100% - 142px);
}
.bus_title {
	flex-grow: 1;
	color: #223487;
	text-decoration: underline;
	font-size: 20px;
}
.bus_col-no2 {
	width: 132px;
}
.bus_logo {
	width: 132px;
}
.bus_logo > img {
	display: block;
}
.bus_text {
	font-size: 20px;
	font-weight: bold;
	color: #223487;
}
.bus_text > small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.bus_image {}
.bus_image > img {
	display: block;
}
.sug_note {
	font-size: 112.5%;
	color: #EA6C30;
	margin-top: 20px;
}
.plan {}
.plan_inner {}
.plan_map {
	max-width: 900px;
	margin: 0 auto 40px;
}
.plan_map > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.plan_link {
	max-width: 700px;
	margin: 0 auto;
}
.plan_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.plan_link > a::before {
	content: "";
}
.plan_link > a::after {
	content: "";
}
.plan_link > a > img {}
.jr {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: space-between;
	margin-bottom: 65px;
}
.jr_image {
	position: absolute;
	z-index: 2;
	right: -20px;
	top: -10px;
	transform: translateY(-100%);
}
.jr_image > img {
	display: block;
}
.jr_text {
	color: #48A0D4;
	width: 44%;
	font-size: 20px;
	font-weight: bold;
	background: #DDF1F9;
	border: 1px solid #48A0D4;
	line-height: 1.7;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.jr_text > a {
	display: block;
	color: inherit;
	background-color: #DDF1F9;
	padding: 7px 10px;
	width: 100%;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.jr_text > a::before {
	content: "";
}
.jr_text > a::after {
	content: "";
}
.jr_plus {
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.jr_plus::before {
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	background-color: #48A0D4;
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.jr_plus::after {
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	background-color: #48A0D4;
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	top: 0;
}
@media screen and (max-width:1199px) {
	.sug_areaTxt {
		padding: 100px 15px;
	}
	.jr_image {
		width: 220px;
		height: auto;
	}
}
@media screen and (min-width:1000px) {
	.course > a:hover {}
	.sug_headline > a:hover {}
	.bus_areaTtl > a:hover {
		background-color: rgba(202, 217, 239, 0.5);
	}
	a:hover .bus_title {
		text-decoration: none;
	}
	.plan_link > a:hover {}
	.jr_text > a:hover {
		background-color: rgba(72, 160, 212, 0.25);
	}
	a:hover .course_number {}
	a:hover .course_title {
		background-color: #FFFCE1;
	}
	a:hover .course_plane {
		transform: scale(1.2);
	}
}
@media screen and (max-width: 999px) {
	.sug {
		margin-bottom: 60px;
	}
	.sug:last-child {}
	.sug_vis {
		margin-bottom: 35px;
	}
	.sug_vis::before {}
	.sug_areaTxt {
		padding: 80px 15px;
	}
	.sug_title {
		font-size: 40px;
	}
	.sug_list {}
	.sug_list > li {}
	.sug_list > li::before {}
	.sug_list > li:first-child {}
	.sug_list > li:last-child {}
	.sug_list > li:nth-child(2n+1) {}
	.sug_list > li:nth-child(n+3) {}
	.sug_inner {}
	.course {}
	.course:last-child {}
	.course > a {}
	.course > a::before {}
	.course > a::after {}
	.course_number {
		width: 50px;
	}
	.course_title {
		width: calc(100% - 50px);
	}
	.course_title > b {
		font-size: 18px;
	}
	.course_title > small {
		font-size: 13px;
	}
	.course_plane {
		width: 70px;
	}
	.course_plane > img {}
	.sug_headline {
		font-size: 18px;
	}
	.sug_headline-orange {}
	.sug_headline-green {}
	.sug_headline > a {}
	.sug_headline > a::before {}
	.sug_headline > a::after {}
	.bus {}
	.bus_areaTtl {}
	.bus_areaTtl > a {}
	.bus_areaTtl > a::before {}
	.bus_areaTtl > a::after {}
	.bus_cols {}
	.bus_cols-blue {}
	.bus_col {}
	.bus_col-no1 {
		width: calc(100% - 110px);
	}
	.bus_title {
		font-size: 18px;
	}
	.bus_col-no2 {
		width: 100px;
	}
	.bus_logo {
		width: 100px;
	}
	.bus_logo > img {}
	.bus_text {
		font-size: 18px;
	}
	.bus_text > small {}
	.bus_image {}
	.bus_image > img {}
	.sug_note {
		font-size: inherit;
	}
	.plan {}
	.plan_inner {}
	.plan_map {}
	.plan_map > img {}
	.plan_link {}
	.plan_link > a {}
	.plan_link > a::before {}
	.plan_link > a::after {}
	.plan_link > a > img {}
	.jr {
		margin-bottom: 50px;
	}
	.jr_image {}
	.jr_image > img {}
	.jr_text {
		font-size: 18px;
	}
	.jr_text > a {}
	.jr_text > a::before {}
	.jr_text > a::after {}
	.jr_plus {}
	.jr_plus::before {}
	.jr_plus::after {}
}
@media screen and (max-width:699px) {
	.sug {
		margin-bottom: 40px;
	}
	.sug:last-child {}
	.sug_vis {
		margin-bottom: 20px;
	}
	.sug_vis::before {}
	.sug_areaTxt {
		padding: 30px 15px;
	}
	.sug_title {
		font-size: 26px;
	}
	.sug_list {
		font-size: 13px;
	}
	.sug_list > li {}
	.sug_list > li::before {}
	.sug_list > li:first-child {}
	.sug_list > li:last-child {}
	.sug_list > li:nth-child(2n+1) {}
	.sug_list > li:nth-child(n+3) {}
	.sug_inner {}
	.course {
		margin-bottom: 20px;
	}
	.course:last-child {}
	.course > a {}
	.course > a::before {}
	.course > a::after {}
	.course_number {
		width: 30px;
		font-size: 16px;
	}
	.course_title {
		display: block;
		padding: 12px 10px;
		width: calc(100% - 30px);
	}
	.course_title > b {
		font-size: inherit;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.course_title > small {}
	.course_plane {
		width: 45px;
		right: 7px;
	}
	.course_plane > img {}
	.sug_headline {
		font-size: 14px;
		padding: 10px 10px;
	}
	.sug_headline-orange {}
	.sug_headline-green {}
	.sug_headline > a {}
	.sug_headline > a::before {}
	.sug_headline > a::after {}
	.bus {}
	.bus_areaTtl {}
	.bus_areaTtl > a {}
	.bus_areaTtl > a::before {}
	.bus_areaTtl > a::after {}
	.bus_cols {
		padding: 10px 10px;
	}
	.bus_cols-blue {}
	.bus_col {}
	.bus_col-no1 {
		width: calc(100% - 60px);
	}
	.bus_title {
		font-size: inherit;
	}
	.bus_col-no2 {
		width: 50px;
	}
	.bus_logo {
		width: 50px;
	}
	.bus_logo > img {}
	.bus_text {
		font-size: inherit;
	}
	.bus_text > small {
		font-size: 13px;
	}
	.bus_image {}
	.bus_image > img {}
	.sug_note {}
	.plan {}
	.plan_inner {}
	.plan_map {
		max-width: none;
		margin-bottom: 20px;
	}
	.plan_map > img {}
	.plan_link {
		max-width: none;
	}
	.plan_link > a {}
	.plan_link > a::before {}
	.plan_link > a::after {}
	.plan_link > a > img {}
	.jr {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.jr_image {
		width: 90px;
	}
	.jr_image > img {}
	.jr_text {
		font-size: inherit;
		width: auto;
		margin-bottom: 30px;
		line-height: inherit;
	}
	.jr_text:last-child {
		margin-bottom: 0;
	}
	.jr_text > a {}
	.jr_text > a::before {}
	.jr_text > a::after {}
	.jr_plus {
		width: 20px;
		height: 20px;
		margin-top: -6px;
	}
	.jr_plus::before {
		width: 3px;
	}
	.jr_plus::after {
		width: 3px;
	}
}
